@redotech/redo-api-schema 2.2.198 → 2.2.219

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
@@ -1675,6 +1675,7 @@ export interface operations {
1675
1675
  };
1676
1676
  };
1677
1677
  responses: {
1678
+ /** @description Success */
1678
1679
  200: {
1679
1680
  content: {
1680
1681
  "application/json": {
@@ -2279,7 +2280,7 @@ export interface operations {
2279
2280
  };
2280
2281
  responses: {
2281
2282
  /** @description Success. Return a 2xx status code to indicate success. */
2282
- "2xx": {
2283
+ "2XX": {
2283
2284
  content: never;
2284
2285
  };
2285
2286
  /** @description Error. The event will be retried multiple times and then discarded. */
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:
@@ -1906,6 +1906,7 @@ paths:
1906
1906
  description: Boilerplate checkout button HTML
1907
1907
  title: Checkout buttons HTML
1908
1908
  type: string
1909
+ description: Success
1909
1910
  summary: Retrieve some rendered HTML and CSS for checkout buttons options for enabling and disabling coverage
1910
1911
  tags:
1911
1912
  - Checkout buttons
@@ -2115,7 +2116,7 @@ paths:
2115
2116
  $ref: '#/components/schemas/error.schema'
2116
2117
  description: Error
2117
2118
  security:
2118
- Bearer: []
2119
+ - Bearer: []
2119
2120
  summary: Get invoice
2120
2121
  tags:
2121
2122
  - Invoice
@@ -2538,7 +2539,6 @@ servers:
2538
2539
  - url: https://api.getredo.com/v2.2
2539
2540
  webhooks:
2540
2541
  return:
2541
- description: Return event webhook.
2542
2542
  post:
2543
2543
  operationId: Webhook return event
2544
2544
  requestBody:
@@ -2572,7 +2572,7 @@ webhooks:
2572
2572
  Return event webhook.
2573
2573
  required: true
2574
2574
  responses:
2575
- 2xx:
2575
+ 2XX:
2576
2576
  description: Success. Return a 2xx status code to indicate success.
2577
2577
  default:
2578
2578
  description: Error. The event will be retried multiple times and then discarded.
@@ -2581,4 +2581,3 @@ webhooks:
2581
2581
  summary: Return event
2582
2582
  tags:
2583
2583
  - Returns
2584
- summary: Return event
package/package.json CHANGED
@@ -31,5 +31,5 @@
31
31
  ]
32
32
  }
33
33
  },
34
- "version": "2.2.198"
34
+ "version": "2.2.219"
35
35
  }