@wix/auto_sdk_ecom_draft-orders 1.0.175 → 1.0.176

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.
@@ -931,10 +931,7 @@ interface SubscriptionInfo {
931
931
  * @internal
932
932
  */
933
933
  description?: SubscriptionDescription;
934
- /**
935
- * Subscription detailed information.
936
- * @immutable
937
- */
934
+ /** Subscription detailed information. */
938
935
  subscriptionSettings?: SubscriptionSettings;
939
936
  /**
940
937
  * Description of the charges that will be applied for subscription.
@@ -972,10 +972,7 @@ interface SubscriptionInfo {
972
972
  * @internal
973
973
  */
974
974
  description?: SubscriptionDescription;
975
- /**
976
- * Subscription detailed information.
977
- * @immutable
978
- */
975
+ /** Subscription detailed information. */
979
976
  subscriptionSettings?: SubscriptionSettings;
980
977
  /**
981
978
  * Description of the charges that will be applied for subscription.
@@ -931,10 +931,7 @@ interface SubscriptionInfo {
931
931
  * @internal
932
932
  */
933
933
  description?: SubscriptionDescription;
934
- /**
935
- * Subscription detailed information.
936
- * @immutable
937
- */
934
+ /** Subscription detailed information. */
938
935
  subscriptionSettings?: SubscriptionSettings;
939
936
  /**
940
937
  * Description of the charges that will be applied for subscription.
@@ -972,10 +972,7 @@ interface SubscriptionInfo {
972
972
  * @internal
973
973
  */
974
974
  description?: SubscriptionDescription;
975
- /**
976
- * Subscription detailed information.
977
- * @immutable
978
- */
975
+ /** Subscription detailed information. */
979
976
  subscriptionSettings?: SubscriptionSettings;
980
977
  /**
981
978
  * Description of the charges that will be applied for subscription.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_ecom_draft-orders",
3
- "version": "1.0.175",
3
+ "version": "1.0.176",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",
@@ -50,5 +50,5 @@
50
50
  "fqdn": "wix.ecom.v1.draft_order"
51
51
  }
52
52
  },
53
- "falconPackageHash": "3b22290a7a0fa1078ad1d928bb0e147b9ec30405dfc7ce2787a6a42e"
53
+ "falconPackageHash": "4c8b616070912e1fedd352575e18502cf927abe980860ec7eb6385c6"
54
54
  }