@redotech/redo-api-schema 2.2.216 → 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.
Files changed (2) hide show
  1. package/lib/openapi.yaml +2 -4
  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:
@@ -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.219"
35
35
  }