@wix/data-resourceusage-service 1.0.8 → 1.0.9
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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/data-resourceusage-service",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.9",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"type-bundles"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@wix/data-resourceusage-service_data": "1.0.
|
|
21
|
+
"@wix/data-resourceusage-service_data": "1.0.9"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"glob": "^10.4.1",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"fqdn": ""
|
|
44
44
|
}
|
|
45
45
|
},
|
|
46
|
-
"falconPackageHash": "
|
|
46
|
+
"falconPackageHash": "6d1cb6b067abee88d049e13cd3dcb77888404d7d5a881b979f328480"
|
|
47
47
|
}
|
|
@@ -224,6 +224,7 @@ interface DataChangeEvent extends DataChangeEventEventOneOf {
|
|
|
224
224
|
segmentChanged?: SegmentChanged;
|
|
225
225
|
/** segment migration started to new physical location */
|
|
226
226
|
segmentMigrationStarted?: SegmentMigrationStarted;
|
|
227
|
+
idempotenceKey?: string;
|
|
227
228
|
}
|
|
228
229
|
/** @oneof */
|
|
229
230
|
interface DataChangeEventEventOneOf {
|
|
@@ -224,6 +224,7 @@ interface DataChangeEvent extends DataChangeEventEventOneOf {
|
|
|
224
224
|
segmentChanged?: SegmentChanged;
|
|
225
225
|
/** segment migration started to new physical location */
|
|
226
226
|
segmentMigrationStarted?: SegmentMigrationStarted;
|
|
227
|
+
idempotenceKey?: string;
|
|
227
228
|
}
|
|
228
229
|
/** @oneof */
|
|
229
230
|
interface DataChangeEventEventOneOf {
|