@redotech/redo-api-schema 2.2.126 → 2.2.128

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
@@ -1692,7 +1692,7 @@ export interface operations {
1692
1692
  requestBody: {
1693
1693
  content: {
1694
1694
  "application/json": {
1695
- webhook?: components["schemas"]["webhook-update.schema"];
1695
+ webhook: components["schemas"]["webhook-update.schema"];
1696
1696
  };
1697
1697
  };
1698
1698
  };
package/lib/openapi.yaml CHANGED
@@ -1864,7 +1864,7 @@ paths:
1864
1864
  webhook:
1865
1865
  $ref: '#/components/schemas/webhook-update.schema'
1866
1866
  required:
1867
- - webbhook
1867
+ - webhook
1868
1868
  type: object
1869
1869
  required: true
1870
1870
  responses:
package/package.json CHANGED
@@ -31,5 +31,5 @@
31
31
  ]
32
32
  }
33
33
  },
34
- "version": "2.2.126"
34
+ "version": "2.2.128"
35
35
  }