@redotech/redo-api-schema 2.2.192 → 2.2.194

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.
package/lib/openapi.d.ts CHANGED
@@ -119,7 +119,7 @@ export interface paths {
119
119
  * Update customer subscriptions
120
120
  * @description Update customer subscription status for SMS and email marketing and transactional messages.
121
121
  */
122
- patch: operations["updateCustomerSubscriptions"];
122
+ post: operations["updateCustomerSubscriptions"];
123
123
  };
124
124
  "/stores/{storeId}/invoices": {
125
125
  /**
package/lib/openapi.yaml CHANGED
@@ -2040,7 +2040,7 @@ paths:
2040
2040
  summary: Customer portal
2041
2041
  /stores/{storeId}/customer-subscriptions:
2042
2042
  description: Update customer subscription preferences for marketing and transactional messages.
2043
- patch:
2043
+ post:
2044
2044
  description: Update customer subscription status for SMS and email marketing and transactional messages.
2045
2045
  operationId: updateCustomerSubscriptions
2046
2046
  parameters:
package/package.json CHANGED
@@ -31,5 +31,5 @@
31
31
  ]
32
32
  }
33
33
  },
34
- "version": "2.2.192"
34
+ "version": "2.2.194"
35
35
  }