@wix/auto_sdk_ecom_delivery-profile 1.0.19 → 1.0.20

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.
@@ -56,7 +56,7 @@ export interface DeliveryRegion {
56
56
  */
57
57
  id?: string | null;
58
58
  /**
59
- * Optional name of the rule, for example: "Domestic".
59
+ * Optional name of the region, for example: "Domestic".
60
60
  * @minLength 1
61
61
  * @maxLength 256
62
62
  */
@@ -56,7 +56,7 @@ export interface DeliveryRegion {
56
56
  */
57
57
  _id?: string | null;
58
58
  /**
59
- * Optional name of the rule, for example: "Domestic".
59
+ * Optional name of the region, for example: "Domestic".
60
60
  * @minLength 1
61
61
  * @maxLength 256
62
62
  */
@@ -1778,7 +1778,7 @@ export interface UpdateDeliveryRegion {
1778
1778
  */
1779
1779
  _id?: string | null;
1780
1780
  /**
1781
- * Optional name of the rule, for example: "Domestic".
1781
+ * Optional name of the region, for example: "Domestic".
1782
1782
  * @minLength 1
1783
1783
  * @maxLength 256
1784
1784
  */
@@ -56,7 +56,7 @@ export interface DeliveryRegion {
56
56
  */
57
57
  id?: string | null;
58
58
  /**
59
- * Optional name of the rule, for example: "Domestic".
59
+ * Optional name of the region, for example: "Domestic".
60
60
  * @minLength 1
61
61
  * @maxLength 256
62
62
  */
@@ -56,7 +56,7 @@ export interface DeliveryRegion {
56
56
  */
57
57
  _id?: string | null;
58
58
  /**
59
- * Optional name of the rule, for example: "Domestic".
59
+ * Optional name of the region, for example: "Domestic".
60
60
  * @minLength 1
61
61
  * @maxLength 256
62
62
  */
@@ -1778,7 +1778,7 @@ export interface UpdateDeliveryRegion {
1778
1778
  */
1779
1779
  _id?: string | null;
1780
1780
  /**
1781
- * Optional name of the rule, for example: "Domestic".
1781
+ * Optional name of the region, for example: "Domestic".
1782
1782
  * @minLength 1
1783
1783
  * @maxLength 256
1784
1784
  */
@@ -56,7 +56,7 @@ export interface DeliveryRegion {
56
56
  */
57
57
  id?: string | null;
58
58
  /**
59
- * Optional name of the rule, for example: "Domestic".
59
+ * Optional name of the region, for example: "Domestic".
60
60
  * @minLength 1
61
61
  * @maxLength 256
62
62
  */
@@ -56,7 +56,7 @@ export interface DeliveryRegion {
56
56
  */
57
57
  _id?: string | null;
58
58
  /**
59
- * Optional name of the rule, for example: "Domestic".
59
+ * Optional name of the region, for example: "Domestic".
60
60
  * @minLength 1
61
61
  * @maxLength 256
62
62
  */
@@ -1778,7 +1778,7 @@ export interface UpdateDeliveryRegion {
1778
1778
  */
1779
1779
  _id?: string | null;
1780
1780
  /**
1781
- * Optional name of the rule, for example: "Domestic".
1781
+ * Optional name of the region, for example: "Domestic".
1782
1782
  * @minLength 1
1783
1783
  * @maxLength 256
1784
1784
  */
@@ -56,7 +56,7 @@ export interface DeliveryRegion {
56
56
  */
57
57
  id?: string | null;
58
58
  /**
59
- * Optional name of the rule, for example: "Domestic".
59
+ * Optional name of the region, for example: "Domestic".
60
60
  * @minLength 1
61
61
  * @maxLength 256
62
62
  */
@@ -56,7 +56,7 @@ export interface DeliveryRegion {
56
56
  */
57
57
  _id?: string | null;
58
58
  /**
59
- * Optional name of the rule, for example: "Domestic".
59
+ * Optional name of the region, for example: "Domestic".
60
60
  * @minLength 1
61
61
  * @maxLength 256
62
62
  */
@@ -1778,7 +1778,7 @@ export interface UpdateDeliveryRegion {
1778
1778
  */
1779
1779
  _id?: string | null;
1780
1780
  /**
1781
- * Optional name of the rule, for example: "Domestic".
1781
+ * Optional name of the region, for example: "Domestic".
1782
1782
  * @minLength 1
1783
1783
  * @maxLength 256
1784
1784
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_ecom_delivery-profile",
3
- "version": "1.0.19",
3
+ "version": "1.0.20",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -48,5 +48,5 @@
48
48
  "fqdn": "wix.ecom.v1.delivery_profile"
49
49
  }
50
50
  },
51
- "falconPackageHash": "bbf9bbd4af319251323009e67b12ede48f524bb584353698bddcac41"
51
+ "falconPackageHash": "08b1cad4eea27f61e32153559f02e13ca7942bf103255f0453d23977"
52
52
  }