objectiveai 1.1.9 → 1.1.11

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/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -749,7 +749,7 @@ export declare namespace Apps {
749
749
  interface Array {
750
750
  type: "array";
751
751
  description?: string | null;
752
- required?: boolean | null;
752
+ minItems?: number | null;
753
753
  items: Array.ItemsProperty | Record<string, Array.ItemsProperty>;
754
754
  }
755
755
  namespace Array {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "objectiveai",
3
- "version": "1.1.9",
3
+ "version": "1.1.11",
4
4
  "description": "SDK for the ObjectiveAI API.",
5
5
  "main": "dist/index.js",
6
6
  "repository": {