@wix/data-resourceusage-service 1.0.9 → 1.0.11
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/build/cjs/context.js +0 -1
- package/build/cjs/index.js +0 -1
- package/build/cjs/meta.js +0 -1
- package/package.json +3 -3
- package/type-bundles/context.bundle.d.ts +1 -1
- package/type-bundles/index.bundle.d.ts +1 -1
- package/type-bundles/meta.bundle.d.ts +2 -2
- package/build/cjs/context.js.map +0 -1
- package/build/cjs/index.js.map +0 -1
- package/build/cjs/meta.js.map +0 -1
package/build/cjs/context.js
CHANGED
|
@@ -25,4 +25,3 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.data = void 0;
|
|
27
27
|
exports.data = __importStar(require("@wix/data-resourceusage-service_data/context"));
|
|
28
|
-
//# sourceMappingURL=context.js.map
|
package/build/cjs/index.js
CHANGED
package/build/cjs/meta.js
CHANGED
|
@@ -25,4 +25,3 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.data = void 0;
|
|
27
27
|
exports.data = __importStar(require("@wix/data-resourceusage-service_data/meta"));
|
|
28
|
-
//# sourceMappingURL=meta.js.map
|
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.11",
|
|
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.11"
|
|
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": "6dd45df832085c0d4c1f3ab7c877d66625b7388c60ec973e7d9f91d7"
|
|
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
|
|
83
|
+
/** Type of data collection, currently only NATIVE are returned in this API */
|
|
84
84
|
dataCollectionType?: CollectionType;
|
|
85
85
|
}
|
|
86
86
|
declare enum CollectionType {
|
|
@@ -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
|
|
83
|
+
/** Type of data collection, currently only NATIVE are returned in this API */
|
|
84
84
|
dataCollectionType?: CollectionType;
|
|
85
85
|
}
|
|
86
86
|
declare enum CollectionType {
|
|
@@ -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
|
|
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
|
|
133
|
+
/** Type of data collection, currently only NATIVE are returned in this API */
|
|
134
134
|
dataCollectionType?: CollectionType;
|
|
135
135
|
}
|
|
136
136
|
declare enum CollectionType {
|
package/build/cjs/context.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,qFAAqE"}
|
package/build/cjs/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,2EAA6D;AAEpD,oBAAI"}
|
package/build/cjs/meta.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,kFAAkE"}
|