@wix/packages 1.0.6 → 1.0.7
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.7",
|
|
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.7"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"glob": "^10.4.1",
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"fqdn": ""
|
|
43
43
|
}
|
|
44
44
|
},
|
|
45
|
-
"falconPackageHash": "
|
|
45
|
+
"falconPackageHash": "645c9565815e837aec8d048bcd8c1024cd51e18acca5eeef235f21d9"
|
|
46
46
|
}
|
|
@@ -1135,13 +1135,13 @@ interface UpdateProductInstanceResponse {
|
|
|
1135
1135
|
productInstance?: ProductInstance;
|
|
1136
1136
|
}
|
|
1137
1137
|
interface UpdatePackageExternalIdRequest {
|
|
1138
|
-
/**
|
|
1138
|
+
/** ID of the package to update. */
|
|
1139
1139
|
packageId: string;
|
|
1140
|
-
/**
|
|
1140
|
+
/** External ID that will be assigned to the package. */
|
|
1141
1141
|
externalId: string;
|
|
1142
1142
|
}
|
|
1143
1143
|
interface UpdatePackageExternalIdResponse {
|
|
1144
|
-
/** Updated
|
|
1144
|
+
/** Updated package. */
|
|
1145
1145
|
updatedPackage?: Package;
|
|
1146
1146
|
}
|
|
1147
1147
|
interface CountPackagesRequest {
|
|
@@ -1313,9 +1313,9 @@ interface AdjustProductInstanceSpecificationsOptions {
|
|
|
1313
1313
|
discountCode?: string | null;
|
|
1314
1314
|
}
|
|
1315
1315
|
interface UpdatePackageExternalIdIdentifiers {
|
|
1316
|
-
/**
|
|
1316
|
+
/** ID of the package to update. */
|
|
1317
1317
|
packageId: string;
|
|
1318
|
-
/**
|
|
1318
|
+
/** External ID that will be assigned to the package. */
|
|
1319
1319
|
externalId: string;
|
|
1320
1320
|
}
|
|
1321
1321
|
|
|
@@ -1135,13 +1135,13 @@ interface UpdateProductInstanceResponse {
|
|
|
1135
1135
|
productInstance?: ProductInstance;
|
|
1136
1136
|
}
|
|
1137
1137
|
interface UpdatePackageExternalIdRequest {
|
|
1138
|
-
/**
|
|
1138
|
+
/** ID of the package to update. */
|
|
1139
1139
|
packageId: string;
|
|
1140
|
-
/**
|
|
1140
|
+
/** External ID that will be assigned to the package. */
|
|
1141
1141
|
externalId: string;
|
|
1142
1142
|
}
|
|
1143
1143
|
interface UpdatePackageExternalIdResponse {
|
|
1144
|
-
/** Updated
|
|
1144
|
+
/** Updated package. */
|
|
1145
1145
|
updatedPackage?: Package;
|
|
1146
1146
|
}
|
|
1147
1147
|
interface CountPackagesRequest {
|
|
@@ -1313,9 +1313,9 @@ interface AdjustProductInstanceSpecificationsOptions {
|
|
|
1313
1313
|
discountCode?: string | null;
|
|
1314
1314
|
}
|
|
1315
1315
|
interface UpdatePackageExternalIdIdentifiers {
|
|
1316
|
-
/**
|
|
1316
|
+
/** ID of the package to update. */
|
|
1317
1317
|
packageId: string;
|
|
1318
|
-
/**
|
|
1318
|
+
/** External ID that will be assigned to the package. */
|
|
1319
1319
|
externalId: string;
|
|
1320
1320
|
}
|
|
1321
1321
|
|
|
@@ -398,13 +398,13 @@ interface AdjustProductInstanceSpecificationsResponse$1 {
|
|
|
398
398
|
package?: Package$1;
|
|
399
399
|
}
|
|
400
400
|
interface UpdatePackageExternalIdRequest$1 {
|
|
401
|
-
/**
|
|
401
|
+
/** ID of the package to update. */
|
|
402
402
|
packageId: string;
|
|
403
|
-
/**
|
|
403
|
+
/** External ID that will be assigned to the package. */
|
|
404
404
|
externalId: string;
|
|
405
405
|
}
|
|
406
406
|
interface UpdatePackageExternalIdResponse$1 {
|
|
407
|
-
/** Updated
|
|
407
|
+
/** Updated package. */
|
|
408
408
|
updatedPackage?: Package$1;
|
|
409
409
|
}
|
|
410
410
|
interface CycleIntervalNonNullableFields$1 {
|
|
@@ -859,13 +859,13 @@ interface AdjustProductInstanceSpecificationsResponse {
|
|
|
859
859
|
package?: Package;
|
|
860
860
|
}
|
|
861
861
|
interface UpdatePackageExternalIdRequest {
|
|
862
|
-
/**
|
|
862
|
+
/** ID of the package to update. */
|
|
863
863
|
packageId: string;
|
|
864
|
-
/**
|
|
864
|
+
/** External ID that will be assigned to the package. */
|
|
865
865
|
externalId: string;
|
|
866
866
|
}
|
|
867
867
|
interface UpdatePackageExternalIdResponse {
|
|
868
|
-
/** Updated
|
|
868
|
+
/** Updated package. */
|
|
869
869
|
updatedPackage?: Package;
|
|
870
870
|
}
|
|
871
871
|
interface CycleIntervalNonNullableFields {
|