@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.6",
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.6"
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": "16e8db47905ad4b8ade60a9ed1eba07f8ff0a6a78bfa2656f4c64637"
45
+ "falconPackageHash": "645c9565815e837aec8d048bcd8c1024cd51e18acca5eeef235f21d9"
46
46
  }
@@ -1135,13 +1135,13 @@ interface UpdateProductInstanceResponse {
1135
1135
  productInstance?: ProductInstance;
1136
1136
  }
1137
1137
  interface UpdatePackageExternalIdRequest {
1138
- /** The id of the package that we want to update. */
1138
+ /** ID of the package to update. */
1139
1139
  packageId: string;
1140
- /** The external id that will be assigned to the package. */
1140
+ /** External ID that will be assigned to the package. */
1141
1141
  externalId: string;
1142
1142
  }
1143
1143
  interface UpdatePackageExternalIdResponse {
1144
- /** Updated Package */
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
- /** The id of the package that we want to update. */
1316
+ /** ID of the package to update. */
1317
1317
  packageId: string;
1318
- /** The external id that will be assigned to the package. */
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
- /** The id of the package that we want to update. */
1138
+ /** ID of the package to update. */
1139
1139
  packageId: string;
1140
- /** The external id that will be assigned to the package. */
1140
+ /** External ID that will be assigned to the package. */
1141
1141
  externalId: string;
1142
1142
  }
1143
1143
  interface UpdatePackageExternalIdResponse {
1144
- /** Updated Package */
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
- /** The id of the package that we want to update. */
1316
+ /** ID of the package to update. */
1317
1317
  packageId: string;
1318
- /** The external id that will be assigned to the package. */
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
- /** The id of the package that we want to update. */
401
+ /** ID of the package to update. */
402
402
  packageId: string;
403
- /** The external id that will be assigned to the package. */
403
+ /** External ID that will be assigned to the package. */
404
404
  externalId: string;
405
405
  }
406
406
  interface UpdatePackageExternalIdResponse$1 {
407
- /** Updated Package */
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
- /** The id of the package that we want to update. */
862
+ /** ID of the package to update. */
863
863
  packageId: string;
864
- /** The external id that will be assigned to the package. */
864
+ /** External ID that will be assigned to the package. */
865
865
  externalId: string;
866
866
  }
867
867
  interface UpdatePackageExternalIdResponse {
868
- /** Updated Package */
868
+ /** Updated package. */
869
869
  updatedPackage?: Package;
870
870
  }
871
871
  interface CycleIntervalNonNullableFields {