@caido/schema-proxy 0.55.3 → 0.56.1

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/openapi.yaml CHANGED
@@ -1,6 +1,7 @@
1
1
  openapi: 3.1.0
2
2
  info:
3
3
  title: Caido Proxy API
4
+ version: ''
4
5
  paths:
5
6
  /ai/completion:
6
7
  post:
@@ -751,4 +752,4 @@ components:
751
752
  version:
752
753
  type: string
753
754
  ID:
754
- type: string
755
+ type: string
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@caido/schema-proxy",
3
- "version": "0.55.3",
3
+ "version": "0.56.1",
4
4
  "description": "Caido Proxy API schemas (GraphQL and OpenAPI)",
5
5
  "author": "Caido Labs Inc. <dev@caido.io>",
6
6
  "repository": "https://github.com/caido/schemas/",