@wix/data-resourceusage-service 1.0.8 → 1.0.10

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.8",
3
+ "version": "1.0.10",
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.8"
21
+ "@wix/data-resourceusage-service_data": "1.0.10"
22
22
  },
23
23
  "devDependencies": {
24
24
  "glob": "^10.4.1",
@@ -43,5 +43,5 @@
43
43
  "fqdn": ""
44
44
  }
45
45
  },
46
- "falconPackageHash": "aa297c8afc35df0392540f2821fb8d29a083d83e01ba7b4a3559b05f"
46
+ "falconPackageHash": "5ab269f54bfae4f94923e0ff1bd2ad28a274daad40805a3fc3d8cd31"
47
47
  }
@@ -80,7 +80,7 @@ interface DataCollectionResourceUsage {
80
80
  liveUsedStorageInBytes?: string;
81
81
  /** Data Collection used storage in bytes in the sandbox environment, none if disabled */
82
82
  sandboxUsedStorageInBytes?: string | null;
83
- /** Type of data collection, currently only NATIVE or BLOCKS_APP are returned in this API */
83
+ /** Type of data collection, currently only NATIVE are returned in this API */
84
84
  dataCollectionType?: CollectionType;
85
85
  }
86
86
  declare enum CollectionType {
@@ -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 {
@@ -80,7 +80,7 @@ interface DataCollectionResourceUsage {
80
80
  liveUsedStorageInBytes?: string;
81
81
  /** Data Collection used storage in bytes in the sandbox environment, none if disabled */
82
82
  sandboxUsedStorageInBytes?: string | null;
83
- /** Type of data collection, currently only NATIVE or BLOCKS_APP are returned in this API */
83
+ /** Type of data collection, currently only NATIVE are returned in this API */
84
84
  dataCollectionType?: CollectionType;
85
85
  }
86
86
  declare enum CollectionType {
@@ -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 {
@@ -46,7 +46,7 @@ interface DataCollectionResourceUsage$1 {
46
46
  liveUsedStorageInBytes?: string;
47
47
  /** Data Collection used storage in bytes in the sandbox environment, none if disabled */
48
48
  sandboxUsedStorageInBytes?: string | null;
49
- /** Type of data collection, currently only NATIVE or BLOCKS_APP are returned in this API */
49
+ /** Type of data collection, currently only NATIVE are returned in this API */
50
50
  dataCollectionType?: CollectionType$1;
51
51
  }
52
52
  declare enum CollectionType$1 {
@@ -130,7 +130,7 @@ interface DataCollectionResourceUsage {
130
130
  liveUsedStorageInBytes?: string;
131
131
  /** Data Collection used storage in bytes in the sandbox environment, none if disabled */
132
132
  sandboxUsedStorageInBytes?: string | null;
133
- /** Type of data collection, currently only NATIVE or BLOCKS_APP are returned in this API */
133
+ /** Type of data collection, currently only NATIVE are returned in this API */
134
134
  dataCollectionType?: CollectionType;
135
135
  }
136
136
  declare enum CollectionType {