@wix/wix-data-items-sdk 1.0.269 → 1.0.271

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -269,7 +269,7 @@ export declare function bulkInsert(dataCollectionId: string, items: Partial<WixD
269
269
  * existing ID in the collection. Meaning, `bulkUpdate()` cannot add new items
270
270
  * into the collection.
271
271
  *
272
- * Calling the `bulkUpdate()` method triggers the [`beforeUpdate()`](https://dev.wix.com/docs/velo/api-reference/wix-data/hooks/before-udpate) and [`afterUpdate()`](https://dev.wix.com/docs/velo/api-reference/wix-data/hooks/after-update) hooks for each item that is updated if the hooks have been defined.
272
+ * Calling the `bulkUpdate()` method triggers the [`beforeUpdate()`](https://dev.wix.com/docs/velo/api-reference/wix-data/hooks/before-update) and [`afterUpdate()`](https://dev.wix.com/docs/velo/api-reference/wix-data/hooks/after-update) hooks for each item that is updated if the hooks have been defined.
273
273
  *
274
274
  * The `bulkUpdate()` method compares the `_id` property of the specified items with the `_id` property values of the items in the specified collection.
275
275
  *
@@ -514,7 +514,7 @@ export declare function patch(dataCollectionId: string, itemId: string): WixData
514
514
  *
515
515
  * Finally, to run the bulk patch, chain [`run()`](https://dev.wix.com/docs/sdk/backend-modules/data/items/wix-data-bulk-patch/run) as the last method.
516
516
  *
517
- * Calling the `bulkPatch()` method triggers the [`beforeUpdate()`](https://dev.wix.com/docs/velo/api-reference/wix-data/hooks/before-udpate) and [`afterUpdate()`](https://dev.wix.com/docs/velo/api-reference/wix-data/hooks/after-update) hooks for each item that is patched, if the hooks have been defined.
517
+ * Calling the `bulkPatch()` method triggers the [`beforeUpdate()`](https://dev.wix.com/docs/velo/api-reference/wix-data/hooks/before-update) and [`afterUpdate()`](https://dev.wix.com/docs/velo/api-reference/wix-data/hooks/after-update) hooks for each item that is patched, if the hooks have been defined.
518
518
  *
519
519
  * > **Notes**:
520
520
  * > - When an item is patched, its `data._updatedDate` field is changed to the current date and time.
@@ -315,7 +315,7 @@ async function bulkInsert(dataCollectionId, items, options) {
315
315
  * existing ID in the collection. Meaning, `bulkUpdate()` cannot add new items
316
316
  * into the collection.
317
317
  *
318
- * Calling the `bulkUpdate()` method triggers the [`beforeUpdate()`](https://dev.wix.com/docs/velo/api-reference/wix-data/hooks/before-udpate) and [`afterUpdate()`](https://dev.wix.com/docs/velo/api-reference/wix-data/hooks/after-update) hooks for each item that is updated if the hooks have been defined.
318
+ * Calling the `bulkUpdate()` method triggers the [`beforeUpdate()`](https://dev.wix.com/docs/velo/api-reference/wix-data/hooks/before-update) and [`afterUpdate()`](https://dev.wix.com/docs/velo/api-reference/wix-data/hooks/after-update) hooks for each item that is updated if the hooks have been defined.
319
319
  *
320
320
  * The `bulkUpdate()` method compares the `_id` property of the specified items with the `_id` property values of the items in the specified collection.
321
321
  *
@@ -592,7 +592,7 @@ function patch(dataCollectionId, itemId) {
592
592
  *
593
593
  * Finally, to run the bulk patch, chain [`run()`](https://dev.wix.com/docs/sdk/backend-modules/data/items/wix-data-bulk-patch/run) as the last method.
594
594
  *
595
- * Calling the `bulkPatch()` method triggers the [`beforeUpdate()`](https://dev.wix.com/docs/velo/api-reference/wix-data/hooks/before-udpate) and [`afterUpdate()`](https://dev.wix.com/docs/velo/api-reference/wix-data/hooks/after-update) hooks for each item that is patched, if the hooks have been defined.
595
+ * Calling the `bulkPatch()` method triggers the [`beforeUpdate()`](https://dev.wix.com/docs/velo/api-reference/wix-data/hooks/before-update) and [`afterUpdate()`](https://dev.wix.com/docs/velo/api-reference/wix-data/hooks/after-update) hooks for each item that is patched, if the hooks have been defined.
596
596
  *
597
597
  * > **Notes**:
598
598
  * > - When an item is patched, its `data._updatedDate` field is changed to the current date and time.
@@ -269,7 +269,7 @@ export declare function bulkInsert(dataCollectionId: string, items: Partial<WixD
269
269
  * existing ID in the collection. Meaning, `bulkUpdate()` cannot add new items
270
270
  * into the collection.
271
271
  *
272
- * Calling the `bulkUpdate()` method triggers the [`beforeUpdate()`](https://dev.wix.com/docs/velo/api-reference/wix-data/hooks/before-udpate) and [`afterUpdate()`](https://dev.wix.com/docs/velo/api-reference/wix-data/hooks/after-update) hooks for each item that is updated if the hooks have been defined.
272
+ * Calling the `bulkUpdate()` method triggers the [`beforeUpdate()`](https://dev.wix.com/docs/velo/api-reference/wix-data/hooks/before-update) and [`afterUpdate()`](https://dev.wix.com/docs/velo/api-reference/wix-data/hooks/after-update) hooks for each item that is updated if the hooks have been defined.
273
273
  *
274
274
  * The `bulkUpdate()` method compares the `_id` property of the specified items with the `_id` property values of the items in the specified collection.
275
275
  *
@@ -514,7 +514,7 @@ export declare function patch(dataCollectionId: string, itemId: string): WixData
514
514
  *
515
515
  * Finally, to run the bulk patch, chain [`run()`](https://dev.wix.com/docs/sdk/backend-modules/data/items/wix-data-bulk-patch/run) as the last method.
516
516
  *
517
- * Calling the `bulkPatch()` method triggers the [`beforeUpdate()`](https://dev.wix.com/docs/velo/api-reference/wix-data/hooks/before-udpate) and [`afterUpdate()`](https://dev.wix.com/docs/velo/api-reference/wix-data/hooks/after-update) hooks for each item that is patched, if the hooks have been defined.
517
+ * Calling the `bulkPatch()` method triggers the [`beforeUpdate()`](https://dev.wix.com/docs/velo/api-reference/wix-data/hooks/before-update) and [`afterUpdate()`](https://dev.wix.com/docs/velo/api-reference/wix-data/hooks/after-update) hooks for each item that is patched, if the hooks have been defined.
518
518
  *
519
519
  * > **Notes**:
520
520
  * > - When an item is patched, its `data._updatedDate` field is changed to the current date and time.
@@ -291,7 +291,7 @@ export async function bulkInsert(dataCollectionId, items, options) {
291
291
  * existing ID in the collection. Meaning, `bulkUpdate()` cannot add new items
292
292
  * into the collection.
293
293
  *
294
- * Calling the `bulkUpdate()` method triggers the [`beforeUpdate()`](https://dev.wix.com/docs/velo/api-reference/wix-data/hooks/before-udpate) and [`afterUpdate()`](https://dev.wix.com/docs/velo/api-reference/wix-data/hooks/after-update) hooks for each item that is updated if the hooks have been defined.
294
+ * Calling the `bulkUpdate()` method triggers the [`beforeUpdate()`](https://dev.wix.com/docs/velo/api-reference/wix-data/hooks/before-update) and [`afterUpdate()`](https://dev.wix.com/docs/velo/api-reference/wix-data/hooks/after-update) hooks for each item that is updated if the hooks have been defined.
295
295
  *
296
296
  * The `bulkUpdate()` method compares the `_id` property of the specified items with the `_id` property values of the items in the specified collection.
297
297
  *
@@ -568,7 +568,7 @@ export function patch(dataCollectionId, itemId) {
568
568
  *
569
569
  * Finally, to run the bulk patch, chain [`run()`](https://dev.wix.com/docs/sdk/backend-modules/data/items/wix-data-bulk-patch/run) as the last method.
570
570
  *
571
- * Calling the `bulkPatch()` method triggers the [`beforeUpdate()`](https://dev.wix.com/docs/velo/api-reference/wix-data/hooks/before-udpate) and [`afterUpdate()`](https://dev.wix.com/docs/velo/api-reference/wix-data/hooks/after-update) hooks for each item that is patched, if the hooks have been defined.
571
+ * Calling the `bulkPatch()` method triggers the [`beforeUpdate()`](https://dev.wix.com/docs/velo/api-reference/wix-data/hooks/before-update) and [`afterUpdate()`](https://dev.wix.com/docs/velo/api-reference/wix-data/hooks/after-update) hooks for each item that is patched, if the hooks have been defined.
572
572
  *
573
573
  * > **Notes**:
574
574
  * > - When an item is patched, its `data._updatedDate` field is changed to the current date and time.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/wix-data-items-sdk",
3
- "version": "1.0.269",
3
+ "version": "1.0.271",
4
4
  "license": "UNLICENSED",
5
5
  "author": {
6
6
  "name": "Rimvydas Gimbutas",
@@ -35,7 +35,7 @@
35
35
  "dependencies": {
36
36
  "@wix/sdk-runtime": "^0.3.37",
37
37
  "@wix/sdk-types": "^1.13.5",
38
- "@wix/wix-data-items-common": "1.0.100"
38
+ "@wix/wix-data-items-common": "1.0.101"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@eslint/js": "^9.14.0",
@@ -74,5 +74,5 @@
74
74
  "wallaby": {
75
75
  "autoDetect": true
76
76
  },
77
- "falconPackageHash": "505ca04961b1e22d389c7252b49de84c56421cd79b482493a6906951"
77
+ "falconPackageHash": "6e94c700a887317653521d0b2feda2555f453cd3b9cd2f515fddccc1"
78
78
  }