Skip to content

Commit 67c40b4

Browse files
committed
updated dist
1 parent 14dbf9e commit 67c40b4

16 files changed

+17
-17
lines changed

dist/pocketbase.cjs.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ declare class RecordService<M = RecordModel> extends CrudService<M> {
652652
* @inheritdoc
653653
*
654654
* If the current `client.authStore.record` matches with the updated id, then
655-
* on success the `client.authStore.record` will be updated with the result.
655+
* on success the `client.authStore.record` will be updated with the new response record fields.
656656
*/
657657
update<T = M>(id: string, bodyParams?: {
658658
[key: string]: any;

dist/pocketbase.cjs.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/pocketbase.cjs.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/pocketbase.es.d.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ declare class RecordService<M = RecordModel> extends CrudService<M> {
695695
* @inheritdoc
696696
*
697697
* If the current `client.authStore.record` matches with the updated id, then
698-
* on success the `client.authStore.record` will be updated with the result.
698+
* on success the `client.authStore.record` will be updated with the new response record fields.
699699
*/
700700
update<T = M>(id: string, bodyParams?: {
701701
[key: string]: any;

dist/pocketbase.es.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ declare class RecordService<M = RecordModel> extends CrudService<M> {
695695
* @inheritdoc
696696
*
697697
* If the current `client.authStore.record` matches with the updated id, then
698-
* on success the `client.authStore.record` will be updated with the result.
698+
* on success the `client.authStore.record` will be updated with the new response record fields.
699699
*/
700700
update<T = M>(id: string, bodyParams?: {
701701
[key: string]: any;

dist/pocketbase.es.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/pocketbase.es.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/pocketbase.es.mjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/pocketbase.es.mjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/pocketbase.iife.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ declare class RecordService<M = RecordModel> extends CrudService<M> {
652652
* @inheritdoc
653653
*
654654
* If the current `client.authStore.record` matches with the updated id, then
655-
* on success the `client.authStore.record` will be updated with the result.
655+
* on success the `client.authStore.record` will be updated with the new response record fields.
656656
*/
657657
update<T = M>(id: string, bodyParams?: {
658658
[key: string]: any;

0 commit comments

Comments
 (0)