@wix/auto_sdk_ecom_orders 1.0.26 → 1.0.27

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.
@@ -2224,7 +2224,7 @@ export interface Location {
2224
2224
  */
2225
2225
  name?: string;
2226
2226
  }
2227
- /** Triggered when the the order status changes to approved */
2227
+ /** Triggered when the order status changes to approved */
2228
2228
  export interface OrderApproved {
2229
2229
  /** The order that was updated */
2230
2230
  order?: Order;
@@ -2201,7 +2201,7 @@ export interface Location {
2201
2201
  */
2202
2202
  name?: string;
2203
2203
  }
2204
- /** Triggered when the the order status changes to approved */
2204
+ /** Triggered when the order status changes to approved */
2205
2205
  export interface OrderApproved {
2206
2206
  /** The order that was updated */
2207
2207
  order?: Order;
@@ -2224,7 +2224,7 @@ export interface Location {
2224
2224
  */
2225
2225
  name?: string;
2226
2226
  }
2227
- /** Triggered when the the order status changes to approved */
2227
+ /** Triggered when the order status changes to approved */
2228
2228
  export interface OrderApproved {
2229
2229
  /** The order that was updated */
2230
2230
  order?: Order;
@@ -2201,7 +2201,7 @@ export interface Location {
2201
2201
  */
2202
2202
  name?: string;
2203
2203
  }
2204
- /** Triggered when the the order status changes to approved */
2204
+ /** Triggered when the order status changes to approved */
2205
2205
  export interface OrderApproved {
2206
2206
  /** The order that was updated */
2207
2207
  order?: Order;
@@ -2224,7 +2224,7 @@ export interface Location {
2224
2224
  */
2225
2225
  name?: string;
2226
2226
  }
2227
- /** Triggered when the the order status changes to approved */
2227
+ /** Triggered when the order status changes to approved */
2228
2228
  export interface OrderApproved {
2229
2229
  /** The order that was updated */
2230
2230
  order?: Order;
@@ -2391,7 +2391,7 @@ export interface Location {
2391
2391
  */
2392
2392
  name?: string;
2393
2393
  }
2394
- /** Triggered when the the order status changes to approved */
2394
+ /** Triggered when the order status changes to approved */
2395
2395
  export interface OrderApproved {
2396
2396
  /** The order that was updated */
2397
2397
  order?: Order;
@@ -2224,7 +2224,7 @@ export interface Location {
2224
2224
  */
2225
2225
  name?: string;
2226
2226
  }
2227
- /** Triggered when the the order status changes to approved */
2227
+ /** Triggered when the order status changes to approved */
2228
2228
  export interface OrderApproved {
2229
2229
  /** The order that was updated */
2230
2230
  order?: Order;
@@ -2391,7 +2391,7 @@ export interface Location {
2391
2391
  */
2392
2392
  name?: string;
2393
2393
  }
2394
- /** Triggered when the the order status changes to approved */
2394
+ /** Triggered when the order status changes to approved */
2395
2395
  export interface OrderApproved {
2396
2396
  /** The order that was updated */
2397
2397
  order?: Order;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_ecom_orders",
3
- "version": "1.0.26",
3
+ "version": "1.0.27",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -48,5 +48,5 @@
48
48
  "fqdn": "wix.ecom.v1.order"
49
49
  }
50
50
  },
51
- "falconPackageHash": "7db27881f02dcc7f9e1305831cc6eb32bfa5da3cbbcf3b6f07b1394c"
51
+ "falconPackageHash": "b9e90c6096c2de8950528097d82616e0d1fea463b96ff41476175758"
52
52
  }