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.
- package/dist/index.d.ts +1 -1
- 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
|
-
|
|
752
|
+
minItems?: number | null;
|
|
753
753
|
items: Array.ItemsProperty | Record<string, Array.ItemsProperty>;
|
|
754
754
|
}
|
|
755
755
|
namespace Array {
|