@wix/auto_sdk_ecom_orders 1.0.21 → 1.0.22

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.
@@ -6052,17 +6052,12 @@ interface FocalPointNonNullableFields {
6052
6052
  x: number;
6053
6053
  y: number;
6054
6054
  }
6055
- interface ImageContentNonNullableFields {
6056
- text: TextDetection;
6057
- animation: AnimationDetection;
6058
- }
6059
6055
  interface ImageNonNullableFields {
6060
6056
  id: string;
6061
6057
  url: string;
6062
6058
  height: number;
6063
6059
  width: number;
6064
6060
  focalPoint?: FocalPointNonNullableFields;
6065
- imageContent?: ImageContentNonNullableFields;
6066
6061
  }
6067
6062
  interface PhysicalPropertiesNonNullableFields {
6068
6063
  shippable: boolean;
@@ -6052,17 +6052,12 @@ interface FocalPointNonNullableFields {
6052
6052
  x: number;
6053
6053
  y: number;
6054
6054
  }
6055
- interface ImageContentNonNullableFields {
6056
- text: TextDetection;
6057
- animation: AnimationDetection;
6058
- }
6059
6055
  interface ImageNonNullableFields {
6060
6056
  id: string;
6061
6057
  url: string;
6062
6058
  height: number;
6063
6059
  width: number;
6064
6060
  focalPoint?: FocalPointNonNullableFields;
6065
- imageContent?: ImageContentNonNullableFields;
6066
6061
  }
6067
6062
  interface PhysicalPropertiesNonNullableFields {
6068
6063
  shippable: boolean;
@@ -6054,17 +6054,12 @@ interface FocalPointNonNullableFields {
6054
6054
  x: number;
6055
6055
  y: number;
6056
6056
  }
6057
- interface ImageContentNonNullableFields {
6058
- text: TextDetection;
6059
- animation: AnimationDetection;
6060
- }
6061
6057
  interface ImageNonNullableFields {
6062
6058
  id: string;
6063
6059
  url: string;
6064
6060
  height: number;
6065
6061
  width: number;
6066
6062
  focalPoint?: FocalPointNonNullableFields;
6067
- imageContent?: ImageContentNonNullableFields;
6068
6063
  }
6069
6064
  interface PhysicalPropertiesNonNullableFields {
6070
6065
  shippable: boolean;
@@ -6054,17 +6054,12 @@ interface FocalPointNonNullableFields {
6054
6054
  x: number;
6055
6055
  y: number;
6056
6056
  }
6057
- interface ImageContentNonNullableFields {
6058
- text: TextDetection;
6059
- animation: AnimationDetection;
6060
- }
6061
6057
  interface ImageNonNullableFields {
6062
6058
  id: string;
6063
6059
  url: string;
6064
6060
  height: number;
6065
6061
  width: number;
6066
6062
  focalPoint?: FocalPointNonNullableFields;
6067
- imageContent?: ImageContentNonNullableFields;
6068
6063
  }
6069
6064
  interface PhysicalPropertiesNonNullableFields {
6070
6065
  shippable: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_ecom_orders",
3
- "version": "1.0.21",
3
+ "version": "1.0.22",
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": "4260520fd9fe2eebe91f3b2b2bfd1a0b8f834ac68ce76df067d91afb"
51
+ "falconPackageHash": "dfd36b104772d7ff0d8311e407f9271ae64927d2d42a017646b5491d"
52
52
  }