@wix/auto_sdk_ecom_subscription-contracts 1.0.121 → 1.0.122

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.
@@ -107,6 +107,16 @@ function resolveWixEcomSubscriptionContractsV1SubscriptionContractsUrl(opts) {
107
107
  srcPath: "/ecom/subscription-contracts/v1/bulk/subscription-contracts",
108
108
  destPath: "/v1/bulk/subscription-contracts"
109
109
  }
110
+ ],
111
+ "manage._base_domain_": [
112
+ {
113
+ srcPath: "/ecom/subscription-contracts/v1/subscription-contracts",
114
+ destPath: "/v1/subscription-contracts"
115
+ },
116
+ {
117
+ srcPath: "/ecom/subscription-contracts/v1/bulk/subscription-contracts",
118
+ destPath: "/v1/bulk/subscription-contracts"
119
+ }
110
120
  ]
111
121
  };
112
122
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));