@vibes.diy/api-types 2.5.9-dev.1 → 2.5.10-dev.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/cf-env.d.ts +1 -0
- package/chat.d.ts +2 -0
- package/chat.js +1 -0
- package/chat.js.map +1 -1
- package/invite.d.ts +11 -0
- package/package.json +5 -5
- package/settings.d.ts +30 -0
package/cf-env.d.ts
CHANGED
package/chat.d.ts
CHANGED
|
@@ -16,6 +16,7 @@ export declare const Model: import("arktype/internal/variants/object.ts").Object
|
|
|
16
16
|
preSelected?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
17
17
|
fallbackFor?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
18
18
|
supports?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
19
|
+
imageInput?: boolean | undefined;
|
|
19
20
|
}, {}>;
|
|
20
21
|
export type Model = typeof Model.infer;
|
|
21
22
|
export declare const reqOpenChat: import("arktype/internal/variants/object.ts").ObjectType<{
|
|
@@ -1645,6 +1646,7 @@ export declare const resListModels: import("arktype/internal/variants/object.ts"
|
|
|
1645
1646
|
preSelected?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
1646
1647
|
fallbackFor?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
1647
1648
|
supports?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
1649
|
+
imageInput?: boolean | undefined;
|
|
1648
1650
|
}[];
|
|
1649
1651
|
}, {}>;
|
|
1650
1652
|
export type ResListModels = typeof resListModels.infer;
|
package/chat.js
CHANGED
|
@@ -20,6 +20,7 @@ export const Model = type({
|
|
|
20
20
|
"preSelected?": ModelCapability.array(),
|
|
21
21
|
"fallbackFor?": ModelCapability.array(),
|
|
22
22
|
"supports?": ModelCapability.array(),
|
|
23
|
+
"imageInput?": "boolean",
|
|
23
24
|
});
|
|
24
25
|
export const reqOpenChat = type({
|
|
25
26
|
type: "'vibes.diy.req-open-chat'",
|
package/chat.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chat.js","sourceRoot":"","sources":["../jsr/chat.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,SAAS,CAAC;AAC/B,OAAO,EAAE,SAAS,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAC3E,OAAO,EAAE,YAAY,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACrD,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAEzC,MAAM,CAAC,MAAM,cAAc,GAAG,IAAI,CAAC,wBAAwB,CAAC,CAAC;AAE7D,MAAM,UAAU,gBAAgB,CAAC,GAAY;IAC3C,OAAO,CAAC,CAAC,cAAc,CAAC,GAAG,CAAC,YAAY,IAAI,CAAC,MAAM,CAAC,CAAC;AACvD,CAAC;AAED,MAAM,CAAC,MAAM,aAAa,GAAG,IAAI,CAAC,wBAAwB,CAAC,CAAC;AAE5D,MAAM,UAAU,eAAe,CAAC,GAAY;IAC1C,OAAO,CAAC,CAAC,aAAa,CAAC,GAAG,CAAC,YAAY,IAAI,CAAC,MAAM,CAAC,CAAC;AACtD,CAAC;AAED,MAAM,CAAC,MAAM,WAAW,GAAG,cAAc,CAAC,EAAE,CAAC,aAAa,CAAC,CAAC;AAO5D,MAAM,CAAC,MAAM,eAAe,GAAG,IAAI,CAAC,qCAAqC,CAAC,CAAC;AAG3E,MAAM,CAAC,MAAM,KAAK,GAAG,IAAI,CAAC;IACxB,EAAE,EAAE,QAAQ;IACZ,IAAI,EAAE,QAAQ;IACd,WAAW,EAAE,QAAQ;IACrB,WAAW,EAAE,SAAS;IACtB,cAAc,EAAE,eAAe,CAAC,KAAK,EAAE;IACvC,cAAc,EAAE,eAAe,CAAC,KAAK,EAAE;IACvC,WAAW,EAAE,eAAe,CAAC,KAAK,EAAE;
|
|
1
|
+
{"version":3,"file":"chat.js","sourceRoot":"","sources":["../jsr/chat.ts"],"names":[],"mappings":"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"}
|
package/invite.d.ts
CHANGED
|
@@ -14,6 +14,7 @@ export declare const AIParams: import("arktype/internal/variants/object.ts").Obj
|
|
|
14
14
|
preSelected?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
15
15
|
fallbackFor?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
16
16
|
supports?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
17
|
+
imageInput?: boolean | undefined;
|
|
17
18
|
};
|
|
18
19
|
apiKey?: string | undefined;
|
|
19
20
|
}, {}>;
|
|
@@ -641,6 +642,7 @@ export declare const ActiveModelSettingBase: import("arktype/internal/variants/o
|
|
|
641
642
|
preSelected?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
642
643
|
fallbackFor?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
643
644
|
supports?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
645
|
+
imageInput?: boolean | undefined;
|
|
644
646
|
};
|
|
645
647
|
apiKey?: string | undefined;
|
|
646
648
|
};
|
|
@@ -656,6 +658,7 @@ export declare const ActiveModelSettingChat: import("arktype/internal/variants/o
|
|
|
656
658
|
preSelected?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
657
659
|
fallbackFor?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
658
660
|
supports?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
661
|
+
imageInput?: boolean | undefined;
|
|
659
662
|
};
|
|
660
663
|
apiKey?: string | undefined;
|
|
661
664
|
};
|
|
@@ -674,6 +677,7 @@ export declare const ActiveModelSettingApp: import("arktype/internal/variants/ob
|
|
|
674
677
|
preSelected?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
675
678
|
fallbackFor?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
676
679
|
supports?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
680
|
+
imageInput?: boolean | undefined;
|
|
677
681
|
};
|
|
678
682
|
apiKey?: string | undefined;
|
|
679
683
|
};
|
|
@@ -692,6 +696,7 @@ export declare const ActiveModelSettingImg: import("arktype/internal/variants/ob
|
|
|
692
696
|
preSelected?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
693
697
|
fallbackFor?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
694
698
|
supports?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
699
|
+
imageInput?: boolean | undefined;
|
|
695
700
|
};
|
|
696
701
|
apiKey?: string | undefined;
|
|
697
702
|
};
|
|
@@ -710,6 +715,7 @@ export declare const ActiveModelSetting: import("arktype/internal/variants/objec
|
|
|
710
715
|
preSelected?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
711
716
|
fallbackFor?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
712
717
|
supports?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
718
|
+
imageInput?: boolean | undefined;
|
|
713
719
|
};
|
|
714
720
|
apiKey?: string | undefined;
|
|
715
721
|
};
|
|
@@ -725,6 +731,7 @@ export declare const ActiveModelSetting: import("arktype/internal/variants/objec
|
|
|
725
731
|
preSelected?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
726
732
|
fallbackFor?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
727
733
|
supports?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
734
|
+
imageInput?: boolean | undefined;
|
|
728
735
|
};
|
|
729
736
|
apiKey?: string | undefined;
|
|
730
737
|
};
|
|
@@ -740,6 +747,7 @@ export declare const ActiveModelSetting: import("arktype/internal/variants/objec
|
|
|
740
747
|
preSelected?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
741
748
|
fallbackFor?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
742
749
|
supports?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
750
|
+
imageInput?: boolean | undefined;
|
|
743
751
|
};
|
|
744
752
|
apiKey?: string | undefined;
|
|
745
753
|
};
|
|
@@ -946,6 +954,7 @@ export declare const ActiveEntry: import("arktype/internal/variants/object.ts").
|
|
|
946
954
|
preSelected?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
947
955
|
fallbackFor?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
948
956
|
supports?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
957
|
+
imageInput?: boolean | undefined;
|
|
949
958
|
};
|
|
950
959
|
apiKey?: string | undefined;
|
|
951
960
|
};
|
|
@@ -961,6 +970,7 @@ export declare const ActiveEntry: import("arktype/internal/variants/object.ts").
|
|
|
961
970
|
preSelected?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
962
971
|
fallbackFor?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
963
972
|
supports?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
973
|
+
imageInput?: boolean | undefined;
|
|
964
974
|
};
|
|
965
975
|
apiKey?: string | undefined;
|
|
966
976
|
};
|
|
@@ -976,6 +986,7 @@ export declare const ActiveEntry: import("arktype/internal/variants/object.ts").
|
|
|
976
986
|
preSelected?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
977
987
|
fallbackFor?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
978
988
|
supports?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
989
|
+
imageInput?: boolean | undefined;
|
|
979
990
|
};
|
|
980
991
|
apiKey?: string | undefined;
|
|
981
992
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vibes.diy/api-types",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.10-dev.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -9,14 +9,14 @@
|
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"@adviser/cement": "~0.5.34",
|
|
11
11
|
"@ark/json-schema": "~0.0.4",
|
|
12
|
-
"@cloudflare/workers-types": "~4.
|
|
12
|
+
"@cloudflare/workers-types": "~4.20260617.1",
|
|
13
13
|
"@fireproof/core-runtime": "~0.24.19",
|
|
14
14
|
"@fireproof/core-types-base": "~0.24.19",
|
|
15
15
|
"@fireproof/core-types-protocols-cloud": "~0.24.19",
|
|
16
16
|
"@fireproof/core-types-protocols-dashboard": "~0.24.19",
|
|
17
|
-
"@vibes.diy/call-ai-v2": "2.5.
|
|
18
|
-
"@vibes.diy/vibe-types": "2.5.
|
|
19
|
-
"arktype": "~2.2.
|
|
17
|
+
"@vibes.diy/call-ai-v2": "2.5.10-dev.1",
|
|
18
|
+
"@vibes.diy/vibe-types": "2.5.10-dev.1",
|
|
19
|
+
"arktype": "~2.2.1"
|
|
20
20
|
},
|
|
21
21
|
"repository": {
|
|
22
22
|
"type": "git",
|
package/settings.d.ts
CHANGED
|
@@ -28,6 +28,7 @@ export declare const userSettingModelDefaults: import("arktype/internal/variants
|
|
|
28
28
|
preSelected?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
29
29
|
fallbackFor?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
30
30
|
supports?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
31
|
+
imageInput?: boolean | undefined;
|
|
31
32
|
} | undefined;
|
|
32
33
|
apiKey?: string | undefined;
|
|
33
34
|
} | undefined;
|
|
@@ -40,6 +41,7 @@ export declare const userSettingModelDefaults: import("arktype/internal/variants
|
|
|
40
41
|
preSelected?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
41
42
|
fallbackFor?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
42
43
|
supports?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
44
|
+
imageInput?: boolean | undefined;
|
|
43
45
|
} | undefined;
|
|
44
46
|
apiKey?: string | undefined;
|
|
45
47
|
} | undefined;
|
|
@@ -52,6 +54,7 @@ export declare const userSettingModelDefaults: import("arktype/internal/variants
|
|
|
52
54
|
preSelected?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
53
55
|
fallbackFor?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
54
56
|
supports?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
57
|
+
imageInput?: boolean | undefined;
|
|
55
58
|
} | undefined;
|
|
56
59
|
apiKey?: string | undefined;
|
|
57
60
|
} | undefined;
|
|
@@ -101,6 +104,7 @@ export declare const userSettingItem: import("arktype/internal/variants/object.t
|
|
|
101
104
|
preSelected?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
102
105
|
fallbackFor?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
103
106
|
supports?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
107
|
+
imageInput?: boolean | undefined;
|
|
104
108
|
} | undefined;
|
|
105
109
|
apiKey?: string | undefined;
|
|
106
110
|
} | undefined;
|
|
@@ -113,6 +117,7 @@ export declare const userSettingItem: import("arktype/internal/variants/object.t
|
|
|
113
117
|
preSelected?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
114
118
|
fallbackFor?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
115
119
|
supports?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
120
|
+
imageInput?: boolean | undefined;
|
|
116
121
|
} | undefined;
|
|
117
122
|
apiKey?: string | undefined;
|
|
118
123
|
} | undefined;
|
|
@@ -125,6 +130,7 @@ export declare const userSettingItem: import("arktype/internal/variants/object.t
|
|
|
125
130
|
preSelected?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
126
131
|
fallbackFor?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
127
132
|
supports?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
133
|
+
imageInput?: boolean | undefined;
|
|
128
134
|
} | undefined;
|
|
129
135
|
apiKey?: string | undefined;
|
|
130
136
|
} | undefined;
|
|
@@ -176,6 +182,7 @@ export declare const reqEnsureUserSettings: import("arktype/internal/variants/ob
|
|
|
176
182
|
preSelected?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
177
183
|
fallbackFor?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
178
184
|
supports?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
185
|
+
imageInput?: boolean | undefined;
|
|
179
186
|
} | undefined;
|
|
180
187
|
apiKey?: string | undefined;
|
|
181
188
|
} | undefined;
|
|
@@ -188,6 +195,7 @@ export declare const reqEnsureUserSettings: import("arktype/internal/variants/ob
|
|
|
188
195
|
preSelected?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
189
196
|
fallbackFor?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
190
197
|
supports?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
198
|
+
imageInput?: boolean | undefined;
|
|
191
199
|
} | undefined;
|
|
192
200
|
apiKey?: string | undefined;
|
|
193
201
|
} | undefined;
|
|
@@ -200,6 +208,7 @@ export declare const reqEnsureUserSettings: import("arktype/internal/variants/ob
|
|
|
200
208
|
preSelected?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
201
209
|
fallbackFor?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
202
210
|
supports?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
211
|
+
imageInput?: boolean | undefined;
|
|
203
212
|
} | undefined;
|
|
204
213
|
apiKey?: string | undefined;
|
|
205
214
|
} | undefined;
|
|
@@ -249,6 +258,7 @@ export declare const resEnsureUserSettings: import("arktype/internal/variants/ob
|
|
|
249
258
|
preSelected?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
250
259
|
fallbackFor?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
251
260
|
supports?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
261
|
+
imageInput?: boolean | undefined;
|
|
252
262
|
} | undefined;
|
|
253
263
|
apiKey?: string | undefined;
|
|
254
264
|
} | undefined;
|
|
@@ -261,6 +271,7 @@ export declare const resEnsureUserSettings: import("arktype/internal/variants/ob
|
|
|
261
271
|
preSelected?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
262
272
|
fallbackFor?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
263
273
|
supports?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
274
|
+
imageInput?: boolean | undefined;
|
|
264
275
|
} | undefined;
|
|
265
276
|
apiKey?: string | undefined;
|
|
266
277
|
} | undefined;
|
|
@@ -273,6 +284,7 @@ export declare const resEnsureUserSettings: import("arktype/internal/variants/ob
|
|
|
273
284
|
preSelected?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
274
285
|
fallbackFor?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
275
286
|
supports?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
287
|
+
imageInput?: boolean | undefined;
|
|
276
288
|
} | undefined;
|
|
277
289
|
apiKey?: string | undefined;
|
|
278
290
|
} | undefined;
|
|
@@ -601,6 +613,7 @@ export declare const reqEnsureAppSettingsApp: import("arktype/internal/variants/
|
|
|
601
613
|
preSelected?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
602
614
|
fallbackFor?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
603
615
|
supports?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
616
|
+
imageInput?: boolean | undefined;
|
|
604
617
|
} | undefined;
|
|
605
618
|
apiKey?: string | undefined;
|
|
606
619
|
};
|
|
@@ -624,6 +637,7 @@ export declare const reqEnsureAppSettingsChat: import("arktype/internal/variants
|
|
|
624
637
|
preSelected?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
625
638
|
fallbackFor?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
626
639
|
supports?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
640
|
+
imageInput?: boolean | undefined;
|
|
627
641
|
} | undefined;
|
|
628
642
|
apiKey?: string | undefined;
|
|
629
643
|
};
|
|
@@ -647,6 +661,7 @@ export declare const reqEnsureAppSettingsImg: import("arktype/internal/variants/
|
|
|
647
661
|
preSelected?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
648
662
|
fallbackFor?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
649
663
|
supports?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
664
|
+
imageInput?: boolean | undefined;
|
|
650
665
|
} | undefined;
|
|
651
666
|
apiKey?: string | undefined;
|
|
652
667
|
};
|
|
@@ -902,6 +917,7 @@ export declare const AppSettings: import("arktype/internal/variants/object.ts").
|
|
|
902
917
|
preSelected?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
903
918
|
fallbackFor?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
904
919
|
supports?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
920
|
+
imageInput?: boolean | undefined;
|
|
905
921
|
};
|
|
906
922
|
apiKey?: string | undefined;
|
|
907
923
|
};
|
|
@@ -917,6 +933,7 @@ export declare const AppSettings: import("arktype/internal/variants/object.ts").
|
|
|
917
933
|
preSelected?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
918
934
|
fallbackFor?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
919
935
|
supports?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
936
|
+
imageInput?: boolean | undefined;
|
|
920
937
|
};
|
|
921
938
|
apiKey?: string | undefined;
|
|
922
939
|
};
|
|
@@ -932,6 +949,7 @@ export declare const AppSettings: import("arktype/internal/variants/object.ts").
|
|
|
932
949
|
preSelected?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
933
950
|
fallbackFor?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
934
951
|
supports?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
952
|
+
imageInput?: boolean | undefined;
|
|
935
953
|
};
|
|
936
954
|
apiKey?: string | undefined;
|
|
937
955
|
};
|
|
@@ -963,6 +981,7 @@ export declare const AppSettings: import("arktype/internal/variants/object.ts").
|
|
|
963
981
|
preSelected?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
964
982
|
fallbackFor?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
965
983
|
supports?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
984
|
+
imageInput?: boolean | undefined;
|
|
966
985
|
} | undefined;
|
|
967
986
|
apiKey?: string | undefined;
|
|
968
987
|
} | undefined;
|
|
@@ -975,6 +994,7 @@ export declare const AppSettings: import("arktype/internal/variants/object.ts").
|
|
|
975
994
|
preSelected?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
976
995
|
fallbackFor?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
977
996
|
supports?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
997
|
+
imageInput?: boolean | undefined;
|
|
978
998
|
} | undefined;
|
|
979
999
|
apiKey?: string | undefined;
|
|
980
1000
|
} | undefined;
|
|
@@ -987,6 +1007,7 @@ export declare const AppSettings: import("arktype/internal/variants/object.ts").
|
|
|
987
1007
|
preSelected?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
988
1008
|
fallbackFor?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
989
1009
|
supports?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
1010
|
+
imageInput?: boolean | undefined;
|
|
990
1011
|
} | undefined;
|
|
991
1012
|
apiKey?: string | undefined;
|
|
992
1013
|
} | undefined;
|
|
@@ -1228,6 +1249,7 @@ export declare const resEnsureAppSettings: import("arktype/internal/variants/obj
|
|
|
1228
1249
|
preSelected?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
1229
1250
|
fallbackFor?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
1230
1251
|
supports?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
1252
|
+
imageInput?: boolean | undefined;
|
|
1231
1253
|
};
|
|
1232
1254
|
apiKey?: string | undefined;
|
|
1233
1255
|
};
|
|
@@ -1243,6 +1265,7 @@ export declare const resEnsureAppSettings: import("arktype/internal/variants/obj
|
|
|
1243
1265
|
preSelected?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
1244
1266
|
fallbackFor?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
1245
1267
|
supports?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
1268
|
+
imageInput?: boolean | undefined;
|
|
1246
1269
|
};
|
|
1247
1270
|
apiKey?: string | undefined;
|
|
1248
1271
|
};
|
|
@@ -1258,6 +1281,7 @@ export declare const resEnsureAppSettings: import("arktype/internal/variants/obj
|
|
|
1258
1281
|
preSelected?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
1259
1282
|
fallbackFor?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
1260
1283
|
supports?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
1284
|
+
imageInput?: boolean | undefined;
|
|
1261
1285
|
};
|
|
1262
1286
|
apiKey?: string | undefined;
|
|
1263
1287
|
};
|
|
@@ -1289,6 +1313,7 @@ export declare const resEnsureAppSettings: import("arktype/internal/variants/obj
|
|
|
1289
1313
|
preSelected?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
1290
1314
|
fallbackFor?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
1291
1315
|
supports?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
1316
|
+
imageInput?: boolean | undefined;
|
|
1292
1317
|
} | undefined;
|
|
1293
1318
|
apiKey?: string | undefined;
|
|
1294
1319
|
} | undefined;
|
|
@@ -1301,6 +1326,7 @@ export declare const resEnsureAppSettings: import("arktype/internal/variants/obj
|
|
|
1301
1326
|
preSelected?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
1302
1327
|
fallbackFor?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
1303
1328
|
supports?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
1329
|
+
imageInput?: boolean | undefined;
|
|
1304
1330
|
} | undefined;
|
|
1305
1331
|
apiKey?: string | undefined;
|
|
1306
1332
|
} | undefined;
|
|
@@ -1313,6 +1339,7 @@ export declare const resEnsureAppSettings: import("arktype/internal/variants/obj
|
|
|
1313
1339
|
preSelected?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
1314
1340
|
fallbackFor?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
1315
1341
|
supports?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
1342
|
+
imageInput?: boolean | undefined;
|
|
1316
1343
|
} | undefined;
|
|
1317
1344
|
apiKey?: string | undefined;
|
|
1318
1345
|
} | undefined;
|
|
@@ -1581,6 +1608,7 @@ export declare const evtAppSetting: import("arktype/internal/variants/object.ts"
|
|
|
1581
1608
|
preSelected?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
1582
1609
|
fallbackFor?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
1583
1610
|
supports?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
1611
|
+
imageInput?: boolean | undefined;
|
|
1584
1612
|
};
|
|
1585
1613
|
apiKey?: string | undefined;
|
|
1586
1614
|
};
|
|
@@ -1596,6 +1624,7 @@ export declare const evtAppSetting: import("arktype/internal/variants/object.ts"
|
|
|
1596
1624
|
preSelected?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
1597
1625
|
fallbackFor?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
1598
1626
|
supports?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
1627
|
+
imageInput?: boolean | undefined;
|
|
1599
1628
|
};
|
|
1600
1629
|
apiKey?: string | undefined;
|
|
1601
1630
|
};
|
|
@@ -1611,6 +1640,7 @@ export declare const evtAppSetting: import("arktype/internal/variants/object.ts"
|
|
|
1611
1640
|
preSelected?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
1612
1641
|
fallbackFor?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
1613
1642
|
supports?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
|
|
1643
|
+
imageInput?: boolean | undefined;
|
|
1614
1644
|
};
|
|
1615
1645
|
apiKey?: string | undefined;
|
|
1616
1646
|
};
|