@breign/client 1.0.12 → 1.0.13

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/dist/openapi.json CHANGED
@@ -7099,7 +7099,7 @@
7099
7099
  "type" : "string"
7100
7100
  }
7101
7101
  },
7102
- "required" : [ "model", "organizationId", "providerId" ],
7102
+ "required" : [ "model", "providerId" ],
7103
7103
  "type" : "object"
7104
7104
  },
7105
7105
  "Provider" : {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@breign/client",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "main": "dist/index.js",
5
5
  "exports": {
6
6
  ".": "./dist/index.js",