Skip to content

Commit

Permalink
updated jsdoc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ganigeorgiev committed Nov 29, 2024
1 parent a41d54d commit 848b77d
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions dist/pocketbase.cjs.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1068,8 +1068,8 @@ declare class BackupService extends BaseService {
*/
getDownloadUrl(token: string, key: string): string;
/**
* Builds a download url for a single existing backup using an
* admin file token and the backup file key.
* Builds a download url for a single existing backup using a
* superuser file token and the backup file key.
*
* The file token can be generated via `pb.files.getToken()`.
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/pocketbase.cjs.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/pocketbase.es.d.mts
Original file line number Diff line number Diff line change
Expand Up @@ -1111,8 +1111,8 @@ declare class BackupService extends BaseService {
*/
getDownloadUrl(token: string, key: string): string;
/**
* Builds a download url for a single existing backup using an
* admin file token and the backup file key.
* Builds a download url for a single existing backup using a
* superuser file token and the backup file key.
*
* The file token can be generated via `pb.files.getToken()`.
*/
Expand Down
4 changes: 2 additions & 2 deletions dist/pocketbase.es.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1111,8 +1111,8 @@ declare class BackupService extends BaseService {
*/
getDownloadUrl(token: string, key: string): string;
/**
* Builds a download url for a single existing backup using an
* admin file token and the backup file key.
* Builds a download url for a single existing backup using a
* superuser file token and the backup file key.
*
* The file token can be generated via `pb.files.getToken()`.
*/
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.

4 changes: 2 additions & 2 deletions dist/pocketbase.iife.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1068,8 +1068,8 @@ declare class BackupService extends BaseService {
*/
getDownloadUrl(token: string, key: string): string;
/**
* Builds a download url for a single existing backup using an
* admin file token and the backup file key.
* Builds a download url for a single existing backup using a
* superuser file token and the backup file key.
*
* The file token can be generated via `pb.files.getToken()`.
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/pocketbase.iife.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/pocketbase.umd.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1068,8 +1068,8 @@ declare class BackupService extends BaseService {
*/
getDownloadUrl(token: string, key: string): string;
/**
* Builds a download url for a single existing backup using an
* admin file token and the backup file key.
* Builds a download url for a single existing backup using a
* superuser file token and the backup file key.
*
* The file token can be generated via `pb.files.getToken()`.
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/pocketbase.umd.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/services/BackupService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ export class BackupService extends BaseService {
}

/**
* Builds a download url for a single existing backup using an
* admin file token and the backup file key.
* Builds a download url for a single existing backup using a
* superuser file token and the backup file key.
*
* The file token can be generated via `pb.files.getToken()`.
*/
Expand Down

0 comments on commit 848b77d

Please sign in to comment.