@redotech/redo-api-schema 2.2.216 → 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 +4 -6
  2. package/package.json +1 -1
package/lib/openapi.yaml CHANGED
@@ -1537,10 +1537,10 @@ components:
1537
1537
  type: object
1538
1538
  securitySchemes:
1539
1539
  Bearer:
1540
- scheme: Bearer
1540
+ scheme: bearer
1541
1541
  type: http
1542
1542
  UserBearer:
1543
- scheme: Bearer
1543
+ scheme: bearer
1544
1544
  type: http
1545
1545
  info:
1546
1546
  contact:
@@ -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.
@@ -2539,7 +2539,6 @@ servers:
2539
2539
  - url: https://api.getredo.com/v2.2
2540
2540
  webhooks:
2541
2541
  return:
2542
- description: Return event webhook.
2543
2542
  post:
2544
2543
  operationId: Webhook return event
2545
2544
  requestBody:
@@ -2582,4 +2581,3 @@ webhooks:
2582
2581
  summary: Return event
2583
2582
  tags:
2584
2583
  - Returns
2585
- summary: Return event
package/package.json CHANGED
@@ -31,5 +31,5 @@
31
31
  ]
32
32
  }
33
33
  },
34
- "version": "2.2.216"
34
+ "version": "2.2.238"
35
35
  }