@wix/packages 1.0.6 → 1.0.8
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/packages",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.8",
|
|
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/packages_packages": "1.0.
|
|
21
|
+
"@wix/packages_packages": "1.0.8"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"glob": "^10.4.1",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
},
|
|
29
29
|
"scripts": {
|
|
30
30
|
"build": "tsc -b tsconfig.json tsconfig.esm.json && npm run build:dts-bundles",
|
|
31
|
-
"build:dts-bundles": "test -f config/rollup-config.js && rollup --config config/rollup-config.js || echo 'Warning: config/rollup-config.js not found!'",
|
|
31
|
+
"build:dts-bundles": "test -f config/rollup-config.js && NODE_OPTIONS=--max-old-space-size=8192 rollup --config config/rollup-config.js || echo 'Warning: config/rollup-config.js not found!'",
|
|
32
32
|
"test": ":"
|
|
33
33
|
},
|
|
34
34
|
"wix": {
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"fqdn": ""
|
|
43
43
|
}
|
|
44
44
|
},
|
|
45
|
-
"falconPackageHash": "
|
|
45
|
+
"falconPackageHash": "81f85f01c415667fd834def0c7ecb2f486be452b156a8eaf0f9e1800"
|
|
46
46
|
}
|
|
@@ -39,13 +39,6 @@ interface Package {
|
|
|
39
39
|
* @readonly
|
|
40
40
|
*/
|
|
41
41
|
_updatedDate?: Date;
|
|
42
|
-
/**
|
|
43
|
-
* Revision number of the `Package` object .
|
|
44
|
-
* The `Package` object is only modified when the specified number
|
|
45
|
-
* matches the latest revision.
|
|
46
|
-
* @readonly
|
|
47
|
-
*/
|
|
48
|
-
revision?: string | null;
|
|
49
42
|
}
|
|
50
43
|
/**
|
|
51
44
|
* A product instance is a specific instance of a Wix service that a reseller
|
|
@@ -1135,13 +1128,13 @@ interface UpdateProductInstanceResponse {
|
|
|
1135
1128
|
productInstance?: ProductInstance;
|
|
1136
1129
|
}
|
|
1137
1130
|
interface UpdatePackageExternalIdRequest {
|
|
1138
|
-
/**
|
|
1131
|
+
/** ID of the package to update. */
|
|
1139
1132
|
packageId: string;
|
|
1140
|
-
/**
|
|
1133
|
+
/** External ID that will be assigned to the package. */
|
|
1141
1134
|
externalId: string;
|
|
1142
1135
|
}
|
|
1143
1136
|
interface UpdatePackageExternalIdResponse {
|
|
1144
|
-
/** Updated
|
|
1137
|
+
/** Updated package. */
|
|
1145
1138
|
updatedPackage?: Package;
|
|
1146
1139
|
}
|
|
1147
1140
|
interface CountPackagesRequest {
|
|
@@ -1313,9 +1306,9 @@ interface AdjustProductInstanceSpecificationsOptions {
|
|
|
1313
1306
|
discountCode?: string | null;
|
|
1314
1307
|
}
|
|
1315
1308
|
interface UpdatePackageExternalIdIdentifiers {
|
|
1316
|
-
/**
|
|
1309
|
+
/** ID of the package to update. */
|
|
1317
1310
|
packageId: string;
|
|
1318
|
-
/**
|
|
1311
|
+
/** External ID that will be assigned to the package. */
|
|
1319
1312
|
externalId: string;
|
|
1320
1313
|
}
|
|
1321
1314
|
|
|
@@ -39,13 +39,6 @@ interface Package {
|
|
|
39
39
|
* @readonly
|
|
40
40
|
*/
|
|
41
41
|
_updatedDate?: Date;
|
|
42
|
-
/**
|
|
43
|
-
* Revision number of the `Package` object .
|
|
44
|
-
* The `Package` object is only modified when the specified number
|
|
45
|
-
* matches the latest revision.
|
|
46
|
-
* @readonly
|
|
47
|
-
*/
|
|
48
|
-
revision?: string | null;
|
|
49
42
|
}
|
|
50
43
|
/**
|
|
51
44
|
* A product instance is a specific instance of a Wix service that a reseller
|
|
@@ -1135,13 +1128,13 @@ interface UpdateProductInstanceResponse {
|
|
|
1135
1128
|
productInstance?: ProductInstance;
|
|
1136
1129
|
}
|
|
1137
1130
|
interface UpdatePackageExternalIdRequest {
|
|
1138
|
-
/**
|
|
1131
|
+
/** ID of the package to update. */
|
|
1139
1132
|
packageId: string;
|
|
1140
|
-
/**
|
|
1133
|
+
/** External ID that will be assigned to the package. */
|
|
1141
1134
|
externalId: string;
|
|
1142
1135
|
}
|
|
1143
1136
|
interface UpdatePackageExternalIdResponse {
|
|
1144
|
-
/** Updated
|
|
1137
|
+
/** Updated package. */
|
|
1145
1138
|
updatedPackage?: Package;
|
|
1146
1139
|
}
|
|
1147
1140
|
interface CountPackagesRequest {
|
|
@@ -1313,9 +1306,9 @@ interface AdjustProductInstanceSpecificationsOptions {
|
|
|
1313
1306
|
discountCode?: string | null;
|
|
1314
1307
|
}
|
|
1315
1308
|
interface UpdatePackageExternalIdIdentifiers {
|
|
1316
|
-
/**
|
|
1309
|
+
/** ID of the package to update. */
|
|
1317
1310
|
packageId: string;
|
|
1318
|
-
/**
|
|
1311
|
+
/** External ID that will be assigned to the package. */
|
|
1319
1312
|
externalId: string;
|
|
1320
1313
|
}
|
|
1321
1314
|
|
|
@@ -39,13 +39,6 @@ interface Package$1 {
|
|
|
39
39
|
* @readonly
|
|
40
40
|
*/
|
|
41
41
|
updatedDate?: Date;
|
|
42
|
-
/**
|
|
43
|
-
* Revision number of the `Package` object .
|
|
44
|
-
* The `Package` object is only modified when the specified number
|
|
45
|
-
* matches the latest revision.
|
|
46
|
-
* @readonly
|
|
47
|
-
*/
|
|
48
|
-
revision?: string | null;
|
|
49
42
|
}
|
|
50
43
|
/**
|
|
51
44
|
* A product instance is a specific instance of a Wix service that a reseller
|
|
@@ -398,13 +391,13 @@ interface AdjustProductInstanceSpecificationsResponse$1 {
|
|
|
398
391
|
package?: Package$1;
|
|
399
392
|
}
|
|
400
393
|
interface UpdatePackageExternalIdRequest$1 {
|
|
401
|
-
/**
|
|
394
|
+
/** ID of the package to update. */
|
|
402
395
|
packageId: string;
|
|
403
|
-
/**
|
|
396
|
+
/** External ID that will be assigned to the package. */
|
|
404
397
|
externalId: string;
|
|
405
398
|
}
|
|
406
399
|
interface UpdatePackageExternalIdResponse$1 {
|
|
407
|
-
/** Updated
|
|
400
|
+
/** Updated package. */
|
|
408
401
|
updatedPackage?: Package$1;
|
|
409
402
|
}
|
|
410
403
|
interface CycleIntervalNonNullableFields$1 {
|
|
@@ -500,13 +493,6 @@ interface Package {
|
|
|
500
493
|
* @readonly
|
|
501
494
|
*/
|
|
502
495
|
_updatedDate?: Date;
|
|
503
|
-
/**
|
|
504
|
-
* Revision number of the `Package` object .
|
|
505
|
-
* The `Package` object is only modified when the specified number
|
|
506
|
-
* matches the latest revision.
|
|
507
|
-
* @readonly
|
|
508
|
-
*/
|
|
509
|
-
revision?: string | null;
|
|
510
496
|
}
|
|
511
497
|
/**
|
|
512
498
|
* A product instance is a specific instance of a Wix service that a reseller
|
|
@@ -859,13 +845,13 @@ interface AdjustProductInstanceSpecificationsResponse {
|
|
|
859
845
|
package?: Package;
|
|
860
846
|
}
|
|
861
847
|
interface UpdatePackageExternalIdRequest {
|
|
862
|
-
/**
|
|
848
|
+
/** ID of the package to update. */
|
|
863
849
|
packageId: string;
|
|
864
|
-
/**
|
|
850
|
+
/** External ID that will be assigned to the package. */
|
|
865
851
|
externalId: string;
|
|
866
852
|
}
|
|
867
853
|
interface UpdatePackageExternalIdResponse {
|
|
868
|
-
/** Updated
|
|
854
|
+
/** Updated package. */
|
|
869
855
|
updatedPackage?: Package;
|
|
870
856
|
}
|
|
871
857
|
interface CycleIntervalNonNullableFields {
|