@wix/auto_sdk_ecom_subscription-contracts 1.0.57 → 1.0.59

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.
@@ -95,6 +95,9 @@ function getSubscriptionContract(payload) {
95
95
  method: "GET",
96
96
  methodFqn: "wix.ecom.subscription_contracts.v1.SubscriptionContracts.GetSubscriptionContract",
97
97
  packageName: PACKAGE_NAME,
98
+ migrationOptions: {
99
+ optInTransformResponse: true
100
+ },
98
101
  url: resolveWixEcomSubscriptionContractsV1SubscriptionContractsUrl({
99
102
  protoPath: "/v1/subscription-contracts/{subscriptionContractId}",
100
103
  data: payload,
@@ -175,6 +178,9 @@ function querySubscriptionContracts(payload) {
175
178
  method: "GET",
176
179
  methodFqn: "wix.ecom.subscription_contracts.v1.SubscriptionContracts.QuerySubscriptionContracts",
177
180
  packageName: PACKAGE_NAME,
181
+ migrationOptions: {
182
+ optInTransformResponse: true
183
+ },
178
184
  url: resolveWixEcomSubscriptionContractsV1SubscriptionContractsUrl({
179
185
  protoPath: "/v1/subscription-contracts/query",
180
186
  data: payload,