@redotech/redo-api-schema 2.2.219 → 2.2.238

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.
Files changed (2) hide show
  1. package/lib/openapi.yaml +2 -2
  2. package/package.json +1 -1
package/lib/openapi.yaml CHANGED
@@ -2013,7 +2013,7 @@ paths:
2013
2013
  description: Error
2014
2014
  summary: Get coverage products
2015
2015
  tags:
2016
- - Coverage Products
2016
+ - Coverage products
2017
2017
  summary: Coverage products
2018
2018
  /stores/{storeId}/customer-portal:
2019
2019
  description: Navigate to the customer portal.
@@ -2086,7 +2086,7 @@ paths:
2086
2086
  - Bearer: []
2087
2087
  summary: Update customer subscriptions
2088
2088
  tags:
2089
- - Customer Subscriptions
2089
+ - Customer subscriptions
2090
2090
  summary: Customer subscriptions
2091
2091
  /stores/{storeId}/invoices:
2092
2092
  description: Return a list of invoices.
package/package.json CHANGED
@@ -31,5 +31,5 @@
31
31
  ]
32
32
  }
33
33
  },
34
- "version": "2.2.219"
34
+ "version": "2.2.238"
35
35
  }