Skip to content

Commit

Permalink
updated dist
Browse files Browse the repository at this point in the history
  • Loading branch information
ganigeorgiev committed Jul 27, 2024
1 parent 8ec8530 commit eb6092d
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 10 deletions.
1 change: 0 additions & 1 deletion dist/pocketbase.cjs.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,6 @@ declare class RecordService<M = RecordModel> extends CrudService<M> {
* })
* ```
*
*
* @throws {ClientResponseError}
*/
authWithOAuth2<T = M>(options: OAuth2AuthConfig): Promise<RecordAuthResponse<T>>;
Expand Down
2 changes: 1 addition & 1 deletion dist/pocketbase.cjs.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/pocketbase.es.d.mts
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,6 @@ declare class RecordService<M = RecordModel> extends CrudService<M> {
* })
* ```
*
*
* @throws {ClientResponseError}
*/
authWithOAuth2<T = M>(options: OAuth2AuthConfig): Promise<RecordAuthResponse<T>>;
Expand Down
1 change: 0 additions & 1 deletion dist/pocketbase.es.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,6 @@ declare class RecordService<M = RecordModel> extends CrudService<M> {
* })
* ```
*
*
* @throws {ClientResponseError}
*/
authWithOAuth2<T = M>(options: OAuth2AuthConfig): Promise<RecordAuthResponse<T>>;
Expand Down
2 changes: 1 addition & 1 deletion dist/pocketbase.es.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/pocketbase.es.mjs.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/pocketbase.iife.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,6 @@ declare class RecordService<M = RecordModel> extends CrudService<M> {
* })
* ```
*
*
* @throws {ClientResponseError}
*/
authWithOAuth2<T = M>(options: OAuth2AuthConfig): Promise<RecordAuthResponse<T>>;
Expand Down
2 changes: 1 addition & 1 deletion dist/pocketbase.iife.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/pocketbase.umd.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,6 @@ declare class RecordService<M = RecordModel> extends CrudService<M> {
* })
* ```
*
*
* @throws {ClientResponseError}
*/
authWithOAuth2<T = M>(options: OAuth2AuthConfig): Promise<RecordAuthResponse<T>>;
Expand Down
2 changes: 1 addition & 1 deletion dist/pocketbase.umd.js.map

Large diffs are not rendered by default.

0 comments on commit eb6092d

Please sign in to comment.