@sudobility/shapeshyft_service 1.0.0
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/CLAUDE.md +35 -0
- package/README.md +17 -0
- package/dist/context.d.ts +62 -0
- package/dist/context.d.ts.map +1 -0
- package/dist/context.js +55 -0
- package/dist/context.js.map +1 -0
- package/dist/contracts.d.ts +110 -0
- package/dist/contracts.d.ts.map +1 -0
- package/dist/contracts.js +7 -0
- package/dist/contracts.js.map +1 -0
- package/dist/index.d.ts +17 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +16 -0
- package/dist/index.js.map +1 -0
- package/dist/lib/api-key.d.ts +22 -0
- package/dist/lib/api-key.d.ts.map +1 -0
- package/dist/lib/api-key.js +87 -0
- package/dist/lib/api-key.js.map +1 -0
- package/dist/lib/encryption.d.ts +22 -0
- package/dist/lib/encryption.d.ts.map +1 -0
- package/dist/lib/encryption.js +41 -0
- package/dist/lib/encryption.js.map +1 -0
- package/dist/lib/entity-api-key.d.ts +21 -0
- package/dist/lib/entity-api-key.d.ts.map +1 -0
- package/dist/lib/entity-api-key.js +54 -0
- package/dist/lib/entity-api-key.js.map +1 -0
- package/dist/lib/entity-helpers.d.ts +90 -0
- package/dist/lib/entity-helpers.d.ts.map +1 -0
- package/dist/lib/entity-helpers.js +136 -0
- package/dist/lib/entity-helpers.js.map +1 -0
- package/dist/lib/money.d.ts +7 -0
- package/dist/lib/money.d.ts.map +1 -0
- package/dist/lib/money.js +9 -0
- package/dist/lib/money.js.map +1 -0
- package/dist/lib/public-project.d.ts +14 -0
- package/dist/lib/public-project.d.ts.map +1 -0
- package/dist/lib/public-project.js +17 -0
- package/dist/lib/public-project.js.map +1 -0
- package/dist/lib/user-api-key-cache.d.ts +35 -0
- package/dist/lib/user-api-key-cache.d.ts.map +1 -0
- package/dist/lib/user-api-key-cache.js +99 -0
- package/dist/lib/user-api-key-cache.js.map +1 -0
- package/dist/lib/user-api-key.d.ts +46 -0
- package/dist/lib/user-api-key.d.ts.map +1 -0
- package/dist/lib/user-api-key.js +102 -0
- package/dist/lib/user-api-key.js.map +1 -0
- package/dist/middleware/firebaseAuth.d.ts +34 -0
- package/dist/middleware/firebaseAuth.d.ts.map +1 -0
- package/dist/middleware/firebaseAuth.js +133 -0
- package/dist/middleware/firebaseAuth.js.map +1 -0
- package/dist/middleware/rateLimit.d.ts +29 -0
- package/dist/middleware/rateLimit.d.ts.map +1 -0
- package/dist/middleware/rateLimit.js +85 -0
- package/dist/middleware/rateLimit.js.map +1 -0
- package/dist/middleware/subscription.d.ts +8 -0
- package/dist/middleware/subscription.d.ts.map +1 -0
- package/dist/middleware/subscription.js +19 -0
- package/dist/middleware/subscription.js.map +1 -0
- package/dist/routes/ai.d.ts +10 -0
- package/dist/routes/ai.d.ts.map +1 -0
- package/dist/routes/ai.js +698 -0
- package/dist/routes/ai.js.map +1 -0
- package/dist/routes/analytics.d.ts +9 -0
- package/dist/routes/analytics.d.ts.map +1 -0
- package/dist/routes/analytics.js +192 -0
- package/dist/routes/analytics.js.map +1 -0
- package/dist/routes/endpoints.d.ts +10 -0
- package/dist/routes/endpoints.d.ts.map +1 -0
- package/dist/routes/endpoints.js +255 -0
- package/dist/routes/endpoints.js.map +1 -0
- package/dist/routes/entities.d.ts +15 -0
- package/dist/routes/entities.d.ts.map +1 -0
- package/dist/routes/entities.js +332 -0
- package/dist/routes/entities.js.map +1 -0
- package/dist/routes/entity-api-keys.d.ts +17 -0
- package/dist/routes/entity-api-keys.d.ts.map +1 -0
- package/dist/routes/entity-api-keys.js +142 -0
- package/dist/routes/entity-api-keys.js.map +1 -0
- package/dist/routes/invitations.d.ts +15 -0
- package/dist/routes/invitations.d.ts.map +1 -0
- package/dist/routes/invitations.js +58 -0
- package/dist/routes/invitations.js.map +1 -0
- package/dist/routes/projects.d.ts +9 -0
- package/dist/routes/projects.d.ts.map +1 -0
- package/dist/routes/projects.js +241 -0
- package/dist/routes/projects.js.map +1 -0
- package/dist/routes/providers.d.ts +9 -0
- package/dist/routes/providers.d.ts.map +1 -0
- package/dist/routes/providers.js +89 -0
- package/dist/routes/providers.js.map +1 -0
- package/dist/routes/ratelimits.d.ts +9 -0
- package/dist/routes/ratelimits.d.ts.map +1 -0
- package/dist/routes/ratelimits.js +171 -0
- package/dist/routes/ratelimits.js.map +1 -0
- package/dist/routes/settings.d.ts +9 -0
- package/dist/routes/settings.d.ts.map +1 -0
- package/dist/routes/settings.js +138 -0
- package/dist/routes/settings.js.map +1 -0
- package/dist/routes/storage.d.ts +9 -0
- package/dist/routes/storage.d.ts.map +1 -0
- package/dist/routes/storage.js +180 -0
- package/dist/routes/storage.js.map +1 -0
- package/dist/routes/user-api-keys.d.ts +14 -0
- package/dist/routes/user-api-keys.d.ts.map +1 -0
- package/dist/routes/user-api-keys.js +237 -0
- package/dist/routes/user-api-keys.js.map +1 -0
- package/dist/routes/users.d.ts +7 -0
- package/dist/routes/users.d.ts.map +1 -0
- package/dist/routes/users.js +102 -0
- package/dist/routes/users.js.map +1 -0
- package/dist/schema/init.d.ts +12 -0
- package/dist/schema/init.d.ts.map +1 -0
- package/dist/schema/init.js +404 -0
- package/dist/schema/init.js.map +1 -0
- package/dist/schema/tables.d.ts +2110 -0
- package/dist/schema/tables.d.ts.map +1 -0
- package/dist/schema/tables.js +251 -0
- package/dist/schema/tables.js.map +1 -0
- package/dist/schemas/index.d.ts +671 -0
- package/dist/schemas/index.d.ts.map +1 -0
- package/dist/schemas/index.js +299 -0
- package/dist/schemas/index.js.map +1 -0
- package/dist/service.d.ts +41 -0
- package/dist/service.d.ts.map +1 -0
- package/dist/service.js +70 -0
- package/dist/service.js.map +1 -0
- package/package.json +85 -0
|
@@ -0,0 +1,671 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @fileoverview Zod validation schemas for all API routes
|
|
3
|
+
* @description Defines parameter, body, and query schemas used by
|
|
4
|
+
* route handlers via @hono/zod-validator.
|
|
5
|
+
*/
|
|
6
|
+
import { z } from "zod";
|
|
7
|
+
export declare const uuidParamSchema: z.ZodObject<{
|
|
8
|
+
uuid: z.ZodString;
|
|
9
|
+
}, "strip", z.ZodTypeAny, {
|
|
10
|
+
uuid: string;
|
|
11
|
+
}, {
|
|
12
|
+
uuid: string;
|
|
13
|
+
}>;
|
|
14
|
+
export declare const userIdParamSchema: z.ZodObject<{
|
|
15
|
+
userId: z.ZodString;
|
|
16
|
+
}, "strip", z.ZodTypeAny, {
|
|
17
|
+
userId: string;
|
|
18
|
+
}, {
|
|
19
|
+
userId: string;
|
|
20
|
+
}>;
|
|
21
|
+
export declare const projectIdParamSchema: z.ZodObject<{
|
|
22
|
+
entitySlug: z.ZodString;
|
|
23
|
+
projectId: z.ZodString;
|
|
24
|
+
}, "strip", z.ZodTypeAny, {
|
|
25
|
+
entitySlug: string;
|
|
26
|
+
projectId: string;
|
|
27
|
+
}, {
|
|
28
|
+
entitySlug: string;
|
|
29
|
+
projectId: string;
|
|
30
|
+
}>;
|
|
31
|
+
export declare const endpointIdParamSchema: z.ZodObject<{
|
|
32
|
+
entitySlug: z.ZodString;
|
|
33
|
+
projectId: z.ZodString;
|
|
34
|
+
endpointId: z.ZodString;
|
|
35
|
+
}, "strip", z.ZodTypeAny, {
|
|
36
|
+
entitySlug: string;
|
|
37
|
+
projectId: string;
|
|
38
|
+
endpointId: string;
|
|
39
|
+
}, {
|
|
40
|
+
entitySlug: string;
|
|
41
|
+
projectId: string;
|
|
42
|
+
endpointId: string;
|
|
43
|
+
}>;
|
|
44
|
+
export declare const entitySlugParamSchema: z.ZodObject<{
|
|
45
|
+
entitySlug: z.ZodString;
|
|
46
|
+
}, "strip", z.ZodTypeAny, {
|
|
47
|
+
entitySlug: string;
|
|
48
|
+
}, {
|
|
49
|
+
entitySlug: string;
|
|
50
|
+
}>;
|
|
51
|
+
export declare const entityApiKeyIdParamSchema: z.ZodObject<{
|
|
52
|
+
entitySlug: z.ZodString;
|
|
53
|
+
keyId: z.ZodString;
|
|
54
|
+
}, "strip", z.ZodTypeAny, {
|
|
55
|
+
keyId: string;
|
|
56
|
+
entitySlug: string;
|
|
57
|
+
}, {
|
|
58
|
+
keyId: string;
|
|
59
|
+
entitySlug: string;
|
|
60
|
+
}>;
|
|
61
|
+
export declare const entityApiKeyCreateSchema: z.ZodObject<{
|
|
62
|
+
key_name: z.ZodString;
|
|
63
|
+
}, "strip", z.ZodTypeAny, {
|
|
64
|
+
key_name: string;
|
|
65
|
+
}, {
|
|
66
|
+
key_name: string;
|
|
67
|
+
}>;
|
|
68
|
+
export declare const entityApiKeyUpdateSchema: z.ZodEffects<z.ZodObject<{
|
|
69
|
+
key_name: z.ZodOptional<z.ZodString>;
|
|
70
|
+
is_active: z.ZodOptional<z.ZodBoolean>;
|
|
71
|
+
}, "strip", z.ZodTypeAny, {
|
|
72
|
+
is_active?: boolean | undefined;
|
|
73
|
+
key_name?: string | undefined;
|
|
74
|
+
}, {
|
|
75
|
+
is_active?: boolean | undefined;
|
|
76
|
+
key_name?: string | undefined;
|
|
77
|
+
}>, {
|
|
78
|
+
is_active?: boolean | undefined;
|
|
79
|
+
key_name?: string | undefined;
|
|
80
|
+
}, {
|
|
81
|
+
is_active?: boolean | undefined;
|
|
82
|
+
key_name?: string | undefined;
|
|
83
|
+
}>;
|
|
84
|
+
export declare const aiParamSchema: z.ZodObject<{
|
|
85
|
+
organizationPath: z.ZodString;
|
|
86
|
+
projectName: z.ZodString;
|
|
87
|
+
endpointName: z.ZodString;
|
|
88
|
+
}, "strip", z.ZodTypeAny, {
|
|
89
|
+
organizationPath: string;
|
|
90
|
+
projectName: string;
|
|
91
|
+
endpointName: string;
|
|
92
|
+
}, {
|
|
93
|
+
organizationPath: string;
|
|
94
|
+
projectName: string;
|
|
95
|
+
endpointName: string;
|
|
96
|
+
}>;
|
|
97
|
+
export declare const llmProviderSchema: z.ZodEnum<["openai", "anthropic", "gemini", "mistral", "cohere", "groq", "xai", "deepseek", "perplexity", "lm_studio"]>;
|
|
98
|
+
export declare const httpMethodSchema: z.ZodEnum<["GET", "POST"]>;
|
|
99
|
+
export declare const jsonSchemaSchema: z.ZodType<Record<string, unknown>>;
|
|
100
|
+
export declare const projectCreateSchema: z.ZodObject<{
|
|
101
|
+
project_name: z.ZodString;
|
|
102
|
+
display_name: z.ZodString;
|
|
103
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
104
|
+
}, "strip", z.ZodTypeAny, {
|
|
105
|
+
display_name: string;
|
|
106
|
+
project_name: string;
|
|
107
|
+
description?: string | null | undefined;
|
|
108
|
+
}, {
|
|
109
|
+
display_name: string;
|
|
110
|
+
project_name: string;
|
|
111
|
+
description?: string | null | undefined;
|
|
112
|
+
}>;
|
|
113
|
+
export declare const projectUpdateSchema: z.ZodObject<{
|
|
114
|
+
project_name: z.ZodOptional<z.ZodString>;
|
|
115
|
+
display_name: z.ZodOptional<z.ZodString>;
|
|
116
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
117
|
+
is_active: z.ZodOptional<z.ZodBoolean>;
|
|
118
|
+
}, "strip", z.ZodTypeAny, {
|
|
119
|
+
display_name?: string | undefined;
|
|
120
|
+
description?: string | null | undefined;
|
|
121
|
+
is_active?: boolean | undefined;
|
|
122
|
+
project_name?: string | undefined;
|
|
123
|
+
}, {
|
|
124
|
+
display_name?: string | undefined;
|
|
125
|
+
description?: string | null | undefined;
|
|
126
|
+
is_active?: boolean | undefined;
|
|
127
|
+
project_name?: string | undefined;
|
|
128
|
+
}>;
|
|
129
|
+
export declare const ipv4Schema: z.ZodString;
|
|
130
|
+
export declare const ipAllowlistSchema: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
131
|
+
export declare const mediaOutputConfigSchema: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
132
|
+
audio: z.ZodOptional<z.ZodBoolean>;
|
|
133
|
+
image: z.ZodOptional<z.ZodBoolean>;
|
|
134
|
+
video: z.ZodOptional<z.ZodBoolean>;
|
|
135
|
+
}, "strip", z.ZodTypeAny, {
|
|
136
|
+
audio?: boolean | undefined;
|
|
137
|
+
image?: boolean | undefined;
|
|
138
|
+
video?: boolean | undefined;
|
|
139
|
+
}, {
|
|
140
|
+
audio?: boolean | undefined;
|
|
141
|
+
image?: boolean | undefined;
|
|
142
|
+
video?: boolean | undefined;
|
|
143
|
+
}>>>;
|
|
144
|
+
export declare const outputMediaFormatSchema: z.ZodOptional<z.ZodNullable<z.ZodEnum<["base64", "url"]>>>;
|
|
145
|
+
export declare const endpointCreateBaseSchema: z.ZodObject<{
|
|
146
|
+
endpoint_name: z.ZodString;
|
|
147
|
+
display_name: z.ZodString;
|
|
148
|
+
http_method: z.ZodDefault<z.ZodOptional<z.ZodEnum<["GET", "POST"]>>>;
|
|
149
|
+
model: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
150
|
+
input_schema: z.ZodOptional<z.ZodNullable<z.ZodType<Record<string, unknown>, z.ZodTypeDef, Record<string, unknown>>>>;
|
|
151
|
+
output_schema: z.ZodOptional<z.ZodNullable<z.ZodType<Record<string, unknown>, z.ZodTypeDef, Record<string, unknown>>>>;
|
|
152
|
+
instructions: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
153
|
+
context: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
154
|
+
expects_media_output: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
155
|
+
audio: z.ZodOptional<z.ZodBoolean>;
|
|
156
|
+
image: z.ZodOptional<z.ZodBoolean>;
|
|
157
|
+
video: z.ZodOptional<z.ZodBoolean>;
|
|
158
|
+
}, "strip", z.ZodTypeAny, {
|
|
159
|
+
audio?: boolean | undefined;
|
|
160
|
+
image?: boolean | undefined;
|
|
161
|
+
video?: boolean | undefined;
|
|
162
|
+
}, {
|
|
163
|
+
audio?: boolean | undefined;
|
|
164
|
+
image?: boolean | undefined;
|
|
165
|
+
video?: boolean | undefined;
|
|
166
|
+
}>>>;
|
|
167
|
+
output_media_format: z.ZodOptional<z.ZodNullable<z.ZodEnum<["base64", "url"]>>>;
|
|
168
|
+
web_search: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
169
|
+
/**
|
|
170
|
+
* Sampling temperature, or null/omitted to leave it to the provider.
|
|
171
|
+
*
|
|
172
|
+
* 0 to 2 is OpenAI's and Gemini's range; Anthropic's is 0 to 1 and it will
|
|
173
|
+
* refuse anything above that. Deliberately not clamped per provider here: an
|
|
174
|
+
* endpoint can be pointed at another model after it is created, and a value
|
|
175
|
+
* silently rewritten at save time would then be the wrong one with nobody
|
|
176
|
+
* told. The provider's own 400 is the honest answer.
|
|
177
|
+
*/
|
|
178
|
+
temperature: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
179
|
+
/**
|
|
180
|
+
* Output ceiling. Omitted -> DEFAULT_MAX_OUTPUT_TOKENS, so every creation
|
|
181
|
+
* path (dashboard, API, MCP) gets protection without asking. Explicit null ->
|
|
182
|
+
* no protection, for the operator who genuinely wants an uncapped endpoint.
|
|
183
|
+
*/
|
|
184
|
+
max_output_tokens: z.ZodDefault<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
185
|
+
transcription_extraction_model: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
186
|
+
}, "strip", z.ZodTypeAny, {
|
|
187
|
+
http_method: "GET" | "POST";
|
|
188
|
+
display_name: string;
|
|
189
|
+
endpoint_name: string;
|
|
190
|
+
web_search: boolean;
|
|
191
|
+
max_output_tokens: number | null;
|
|
192
|
+
model?: string | null | undefined;
|
|
193
|
+
input_schema?: Record<string, unknown> | null | undefined;
|
|
194
|
+
output_schema?: Record<string, unknown> | null | undefined;
|
|
195
|
+
instructions?: string | null | undefined;
|
|
196
|
+
context?: string | null | undefined;
|
|
197
|
+
expects_media_output?: {
|
|
198
|
+
audio?: boolean | undefined;
|
|
199
|
+
image?: boolean | undefined;
|
|
200
|
+
video?: boolean | undefined;
|
|
201
|
+
} | null | undefined;
|
|
202
|
+
output_media_format?: "base64" | "url" | null | undefined;
|
|
203
|
+
temperature?: number | null | undefined;
|
|
204
|
+
transcription_extraction_model?: string | null | undefined;
|
|
205
|
+
}, {
|
|
206
|
+
display_name: string;
|
|
207
|
+
endpoint_name: string;
|
|
208
|
+
http_method?: "GET" | "POST" | undefined;
|
|
209
|
+
model?: string | null | undefined;
|
|
210
|
+
input_schema?: Record<string, unknown> | null | undefined;
|
|
211
|
+
output_schema?: Record<string, unknown> | null | undefined;
|
|
212
|
+
instructions?: string | null | undefined;
|
|
213
|
+
context?: string | null | undefined;
|
|
214
|
+
expects_media_output?: {
|
|
215
|
+
audio?: boolean | undefined;
|
|
216
|
+
image?: boolean | undefined;
|
|
217
|
+
video?: boolean | undefined;
|
|
218
|
+
} | null | undefined;
|
|
219
|
+
output_media_format?: "base64" | "url" | null | undefined;
|
|
220
|
+
web_search?: boolean | undefined;
|
|
221
|
+
temperature?: number | null | undefined;
|
|
222
|
+
max_output_tokens?: number | null | undefined;
|
|
223
|
+
transcription_extraction_model?: string | null | undefined;
|
|
224
|
+
}>;
|
|
225
|
+
export declare const endpointUpdateBaseSchema: z.ZodObject<{
|
|
226
|
+
endpoint_name: z.ZodOptional<z.ZodString>;
|
|
227
|
+
display_name: z.ZodOptional<z.ZodString>;
|
|
228
|
+
http_method: z.ZodOptional<z.ZodEnum<["GET", "POST"]>>;
|
|
229
|
+
model: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
230
|
+
input_schema: z.ZodOptional<z.ZodNullable<z.ZodType<Record<string, unknown>, z.ZodTypeDef, Record<string, unknown>>>>;
|
|
231
|
+
output_schema: z.ZodOptional<z.ZodNullable<z.ZodType<Record<string, unknown>, z.ZodTypeDef, Record<string, unknown>>>>;
|
|
232
|
+
instructions: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
233
|
+
context: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
234
|
+
is_active: z.ZodOptional<z.ZodBoolean>;
|
|
235
|
+
ip_allowlist: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
236
|
+
expects_media_output: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
237
|
+
audio: z.ZodOptional<z.ZodBoolean>;
|
|
238
|
+
image: z.ZodOptional<z.ZodBoolean>;
|
|
239
|
+
video: z.ZodOptional<z.ZodBoolean>;
|
|
240
|
+
}, "strip", z.ZodTypeAny, {
|
|
241
|
+
audio?: boolean | undefined;
|
|
242
|
+
image?: boolean | undefined;
|
|
243
|
+
video?: boolean | undefined;
|
|
244
|
+
}, {
|
|
245
|
+
audio?: boolean | undefined;
|
|
246
|
+
image?: boolean | undefined;
|
|
247
|
+
video?: boolean | undefined;
|
|
248
|
+
}>>>;
|
|
249
|
+
output_media_format: z.ZodOptional<z.ZodNullable<z.ZodEnum<["base64", "url"]>>>;
|
|
250
|
+
web_search: z.ZodOptional<z.ZodBoolean>;
|
|
251
|
+
/** Omitted -> unchanged; null -> say nothing about sampling again. */
|
|
252
|
+
temperature: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
253
|
+
/** Omitted -> unchanged; null -> remove the ceiling. */
|
|
254
|
+
max_output_tokens: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
255
|
+
transcription_extraction_model: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
256
|
+
}, "strip", z.ZodTypeAny, {
|
|
257
|
+
http_method?: "GET" | "POST" | undefined;
|
|
258
|
+
display_name?: string | undefined;
|
|
259
|
+
is_active?: boolean | undefined;
|
|
260
|
+
endpoint_name?: string | undefined;
|
|
261
|
+
model?: string | null | undefined;
|
|
262
|
+
input_schema?: Record<string, unknown> | null | undefined;
|
|
263
|
+
output_schema?: Record<string, unknown> | null | undefined;
|
|
264
|
+
instructions?: string | null | undefined;
|
|
265
|
+
context?: string | null | undefined;
|
|
266
|
+
ip_allowlist?: string[] | null | undefined;
|
|
267
|
+
expects_media_output?: {
|
|
268
|
+
audio?: boolean | undefined;
|
|
269
|
+
image?: boolean | undefined;
|
|
270
|
+
video?: boolean | undefined;
|
|
271
|
+
} | null | undefined;
|
|
272
|
+
output_media_format?: "base64" | "url" | null | undefined;
|
|
273
|
+
web_search?: boolean | undefined;
|
|
274
|
+
temperature?: number | null | undefined;
|
|
275
|
+
max_output_tokens?: number | null | undefined;
|
|
276
|
+
transcription_extraction_model?: string | null | undefined;
|
|
277
|
+
}, {
|
|
278
|
+
http_method?: "GET" | "POST" | undefined;
|
|
279
|
+
display_name?: string | undefined;
|
|
280
|
+
is_active?: boolean | undefined;
|
|
281
|
+
endpoint_name?: string | undefined;
|
|
282
|
+
model?: string | null | undefined;
|
|
283
|
+
input_schema?: Record<string, unknown> | null | undefined;
|
|
284
|
+
output_schema?: Record<string, unknown> | null | undefined;
|
|
285
|
+
instructions?: string | null | undefined;
|
|
286
|
+
context?: string | null | undefined;
|
|
287
|
+
ip_allowlist?: string[] | null | undefined;
|
|
288
|
+
expects_media_output?: {
|
|
289
|
+
audio?: boolean | undefined;
|
|
290
|
+
image?: boolean | undefined;
|
|
291
|
+
video?: boolean | undefined;
|
|
292
|
+
} | null | undefined;
|
|
293
|
+
output_media_format?: "base64" | "url" | null | undefined;
|
|
294
|
+
web_search?: boolean | undefined;
|
|
295
|
+
temperature?: number | null | undefined;
|
|
296
|
+
max_output_tokens?: number | null | undefined;
|
|
297
|
+
transcription_extraction_model?: string | null | undefined;
|
|
298
|
+
}>;
|
|
299
|
+
/**
|
|
300
|
+
* The fields that bind an endpoint to a provider credential differ per product
|
|
301
|
+
* (ShapeShyft: `llm_key_id`; ShapeRouter: `provider`). The app supplies them and
|
|
302
|
+
* they are validated alongside the shared fields, with the same zod errors a
|
|
303
|
+
* hand-written schema would give.
|
|
304
|
+
*/
|
|
305
|
+
export interface EndpointBindingShapes {
|
|
306
|
+
create: z.ZodRawShape;
|
|
307
|
+
update: z.ZodRawShape;
|
|
308
|
+
}
|
|
309
|
+
export declare function createEndpointSchemas(binding?: EndpointBindingShapes): {
|
|
310
|
+
endpointCreate: z.ZodObject<{} & {
|
|
311
|
+
[x: string]: z.ZodTypeAny;
|
|
312
|
+
}, "strip", z.ZodTypeAny, {
|
|
313
|
+
[x: string]: any;
|
|
314
|
+
}, {
|
|
315
|
+
[x: string]: any;
|
|
316
|
+
}>;
|
|
317
|
+
endpointUpdate: z.ZodObject<{} & {
|
|
318
|
+
[x: string]: z.ZodTypeAny;
|
|
319
|
+
}, "strip", z.ZodTypeAny, {
|
|
320
|
+
[x: string]: any;
|
|
321
|
+
}, {
|
|
322
|
+
[x: string]: any;
|
|
323
|
+
}>;
|
|
324
|
+
};
|
|
325
|
+
export type EndpointSchemas = ReturnType<typeof createEndpointSchemas>;
|
|
326
|
+
export declare const analyticsQuerySchema: z.ZodObject<{
|
|
327
|
+
start_date: z.ZodOptional<z.ZodString>;
|
|
328
|
+
end_date: z.ZodOptional<z.ZodString>;
|
|
329
|
+
project_id: z.ZodOptional<z.ZodString>;
|
|
330
|
+
endpoint_id: z.ZodOptional<z.ZodString>;
|
|
331
|
+
}, "strip", z.ZodTypeAny, {
|
|
332
|
+
project_id?: string | undefined;
|
|
333
|
+
endpoint_id?: string | undefined;
|
|
334
|
+
start_date?: string | undefined;
|
|
335
|
+
end_date?: string | undefined;
|
|
336
|
+
}, {
|
|
337
|
+
project_id?: string | undefined;
|
|
338
|
+
endpoint_id?: string | undefined;
|
|
339
|
+
start_date?: string | undefined;
|
|
340
|
+
end_date?: string | undefined;
|
|
341
|
+
}>;
|
|
342
|
+
export declare const apiKeyIdParamSchema: z.ZodObject<{
|
|
343
|
+
userId: z.ZodString;
|
|
344
|
+
keyId: z.ZodString;
|
|
345
|
+
}, "strip", z.ZodTypeAny, {
|
|
346
|
+
userId: string;
|
|
347
|
+
keyId: string;
|
|
348
|
+
}, {
|
|
349
|
+
userId: string;
|
|
350
|
+
keyId: string;
|
|
351
|
+
}>;
|
|
352
|
+
export declare const userApiKeyCreateSchema: z.ZodObject<{
|
|
353
|
+
key_name: z.ZodString;
|
|
354
|
+
}, "strip", z.ZodTypeAny, {
|
|
355
|
+
key_name: string;
|
|
356
|
+
}, {
|
|
357
|
+
key_name: string;
|
|
358
|
+
}>;
|
|
359
|
+
export declare const userApiKeyUpdateSchema: z.ZodObject<{
|
|
360
|
+
key_name: z.ZodOptional<z.ZodString>;
|
|
361
|
+
is_active: z.ZodOptional<z.ZodBoolean>;
|
|
362
|
+
}, "strip", z.ZodTypeAny, {
|
|
363
|
+
is_active?: boolean | undefined;
|
|
364
|
+
key_name?: string | undefined;
|
|
365
|
+
}, {
|
|
366
|
+
is_active?: boolean | undefined;
|
|
367
|
+
key_name?: string | undefined;
|
|
368
|
+
}>;
|
|
369
|
+
export declare const settingsUpdateSchema: z.ZodObject<{
|
|
370
|
+
organization_name: z.ZodOptional<z.ZodString>;
|
|
371
|
+
organization_path: z.ZodOptional<z.ZodString>;
|
|
372
|
+
}, "strip", z.ZodTypeAny, {
|
|
373
|
+
organization_name?: string | undefined;
|
|
374
|
+
organization_path?: string | undefined;
|
|
375
|
+
}, {
|
|
376
|
+
organization_name?: string | undefined;
|
|
377
|
+
organization_path?: string | undefined;
|
|
378
|
+
}>;
|
|
379
|
+
export declare const storageProviderSchema: z.ZodEnum<["gcs", "s3"]>;
|
|
380
|
+
export declare const gcsCredentialsSchema: z.ZodObject<{
|
|
381
|
+
type: z.ZodLiteral<"service_account">;
|
|
382
|
+
project_id: z.ZodString;
|
|
383
|
+
private_key_id: z.ZodString;
|
|
384
|
+
private_key: z.ZodString;
|
|
385
|
+
client_email: z.ZodString;
|
|
386
|
+
client_id: z.ZodString;
|
|
387
|
+
auth_uri: z.ZodOptional<z.ZodString>;
|
|
388
|
+
token_uri: z.ZodOptional<z.ZodString>;
|
|
389
|
+
auth_provider_x509_cert_url: z.ZodOptional<z.ZodString>;
|
|
390
|
+
client_x509_cert_url: z.ZodOptional<z.ZodString>;
|
|
391
|
+
}, "strip", z.ZodTypeAny, {
|
|
392
|
+
project_id: string;
|
|
393
|
+
type: "service_account";
|
|
394
|
+
private_key_id: string;
|
|
395
|
+
private_key: string;
|
|
396
|
+
client_email: string;
|
|
397
|
+
client_id: string;
|
|
398
|
+
auth_uri?: string | undefined;
|
|
399
|
+
token_uri?: string | undefined;
|
|
400
|
+
auth_provider_x509_cert_url?: string | undefined;
|
|
401
|
+
client_x509_cert_url?: string | undefined;
|
|
402
|
+
}, {
|
|
403
|
+
project_id: string;
|
|
404
|
+
type: "service_account";
|
|
405
|
+
private_key_id: string;
|
|
406
|
+
private_key: string;
|
|
407
|
+
client_email: string;
|
|
408
|
+
client_id: string;
|
|
409
|
+
auth_uri?: string | undefined;
|
|
410
|
+
token_uri?: string | undefined;
|
|
411
|
+
auth_provider_x509_cert_url?: string | undefined;
|
|
412
|
+
client_x509_cert_url?: string | undefined;
|
|
413
|
+
}>;
|
|
414
|
+
export declare const s3CredentialsSchema: z.ZodObject<{
|
|
415
|
+
access_key_id: z.ZodString;
|
|
416
|
+
secret_access_key: z.ZodString;
|
|
417
|
+
region: z.ZodString;
|
|
418
|
+
}, "strip", z.ZodTypeAny, {
|
|
419
|
+
access_key_id: string;
|
|
420
|
+
secret_access_key: string;
|
|
421
|
+
region: string;
|
|
422
|
+
}, {
|
|
423
|
+
access_key_id: string;
|
|
424
|
+
secret_access_key: string;
|
|
425
|
+
region: string;
|
|
426
|
+
}>;
|
|
427
|
+
export declare const storageConfigCreateSchema: z.ZodEffects<z.ZodObject<{
|
|
428
|
+
provider: z.ZodEnum<["gcs", "s3"]>;
|
|
429
|
+
bucket: z.ZodString;
|
|
430
|
+
path_prefix: z.ZodOptional<z.ZodString>;
|
|
431
|
+
credentials: z.ZodUnion<[z.ZodObject<{
|
|
432
|
+
type: z.ZodLiteral<"service_account">;
|
|
433
|
+
project_id: z.ZodString;
|
|
434
|
+
private_key_id: z.ZodString;
|
|
435
|
+
private_key: z.ZodString;
|
|
436
|
+
client_email: z.ZodString;
|
|
437
|
+
client_id: z.ZodString;
|
|
438
|
+
auth_uri: z.ZodOptional<z.ZodString>;
|
|
439
|
+
token_uri: z.ZodOptional<z.ZodString>;
|
|
440
|
+
auth_provider_x509_cert_url: z.ZodOptional<z.ZodString>;
|
|
441
|
+
client_x509_cert_url: z.ZodOptional<z.ZodString>;
|
|
442
|
+
}, "strip", z.ZodTypeAny, {
|
|
443
|
+
project_id: string;
|
|
444
|
+
type: "service_account";
|
|
445
|
+
private_key_id: string;
|
|
446
|
+
private_key: string;
|
|
447
|
+
client_email: string;
|
|
448
|
+
client_id: string;
|
|
449
|
+
auth_uri?: string | undefined;
|
|
450
|
+
token_uri?: string | undefined;
|
|
451
|
+
auth_provider_x509_cert_url?: string | undefined;
|
|
452
|
+
client_x509_cert_url?: string | undefined;
|
|
453
|
+
}, {
|
|
454
|
+
project_id: string;
|
|
455
|
+
type: "service_account";
|
|
456
|
+
private_key_id: string;
|
|
457
|
+
private_key: string;
|
|
458
|
+
client_email: string;
|
|
459
|
+
client_id: string;
|
|
460
|
+
auth_uri?: string | undefined;
|
|
461
|
+
token_uri?: string | undefined;
|
|
462
|
+
auth_provider_x509_cert_url?: string | undefined;
|
|
463
|
+
client_x509_cert_url?: string | undefined;
|
|
464
|
+
}>, z.ZodObject<{
|
|
465
|
+
access_key_id: z.ZodString;
|
|
466
|
+
secret_access_key: z.ZodString;
|
|
467
|
+
region: z.ZodString;
|
|
468
|
+
}, "strip", z.ZodTypeAny, {
|
|
469
|
+
access_key_id: string;
|
|
470
|
+
secret_access_key: string;
|
|
471
|
+
region: string;
|
|
472
|
+
}, {
|
|
473
|
+
access_key_id: string;
|
|
474
|
+
secret_access_key: string;
|
|
475
|
+
region: string;
|
|
476
|
+
}>]>;
|
|
477
|
+
}, "strip", z.ZodTypeAny, {
|
|
478
|
+
provider: "gcs" | "s3";
|
|
479
|
+
bucket: string;
|
|
480
|
+
credentials: {
|
|
481
|
+
project_id: string;
|
|
482
|
+
type: "service_account";
|
|
483
|
+
private_key_id: string;
|
|
484
|
+
private_key: string;
|
|
485
|
+
client_email: string;
|
|
486
|
+
client_id: string;
|
|
487
|
+
auth_uri?: string | undefined;
|
|
488
|
+
token_uri?: string | undefined;
|
|
489
|
+
auth_provider_x509_cert_url?: string | undefined;
|
|
490
|
+
client_x509_cert_url?: string | undefined;
|
|
491
|
+
} | {
|
|
492
|
+
access_key_id: string;
|
|
493
|
+
secret_access_key: string;
|
|
494
|
+
region: string;
|
|
495
|
+
};
|
|
496
|
+
path_prefix?: string | undefined;
|
|
497
|
+
}, {
|
|
498
|
+
provider: "gcs" | "s3";
|
|
499
|
+
bucket: string;
|
|
500
|
+
credentials: {
|
|
501
|
+
project_id: string;
|
|
502
|
+
type: "service_account";
|
|
503
|
+
private_key_id: string;
|
|
504
|
+
private_key: string;
|
|
505
|
+
client_email: string;
|
|
506
|
+
client_id: string;
|
|
507
|
+
auth_uri?: string | undefined;
|
|
508
|
+
token_uri?: string | undefined;
|
|
509
|
+
auth_provider_x509_cert_url?: string | undefined;
|
|
510
|
+
client_x509_cert_url?: string | undefined;
|
|
511
|
+
} | {
|
|
512
|
+
access_key_id: string;
|
|
513
|
+
secret_access_key: string;
|
|
514
|
+
region: string;
|
|
515
|
+
};
|
|
516
|
+
path_prefix?: string | undefined;
|
|
517
|
+
}>, {
|
|
518
|
+
provider: "gcs" | "s3";
|
|
519
|
+
bucket: string;
|
|
520
|
+
credentials: {
|
|
521
|
+
project_id: string;
|
|
522
|
+
type: "service_account";
|
|
523
|
+
private_key_id: string;
|
|
524
|
+
private_key: string;
|
|
525
|
+
client_email: string;
|
|
526
|
+
client_id: string;
|
|
527
|
+
auth_uri?: string | undefined;
|
|
528
|
+
token_uri?: string | undefined;
|
|
529
|
+
auth_provider_x509_cert_url?: string | undefined;
|
|
530
|
+
client_x509_cert_url?: string | undefined;
|
|
531
|
+
} | {
|
|
532
|
+
access_key_id: string;
|
|
533
|
+
secret_access_key: string;
|
|
534
|
+
region: string;
|
|
535
|
+
};
|
|
536
|
+
path_prefix?: string | undefined;
|
|
537
|
+
}, {
|
|
538
|
+
provider: "gcs" | "s3";
|
|
539
|
+
bucket: string;
|
|
540
|
+
credentials: {
|
|
541
|
+
project_id: string;
|
|
542
|
+
type: "service_account";
|
|
543
|
+
private_key_id: string;
|
|
544
|
+
private_key: string;
|
|
545
|
+
client_email: string;
|
|
546
|
+
client_id: string;
|
|
547
|
+
auth_uri?: string | undefined;
|
|
548
|
+
token_uri?: string | undefined;
|
|
549
|
+
auth_provider_x509_cert_url?: string | undefined;
|
|
550
|
+
client_x509_cert_url?: string | undefined;
|
|
551
|
+
} | {
|
|
552
|
+
access_key_id: string;
|
|
553
|
+
secret_access_key: string;
|
|
554
|
+
region: string;
|
|
555
|
+
};
|
|
556
|
+
path_prefix?: string | undefined;
|
|
557
|
+
}>;
|
|
558
|
+
export declare const storageConfigUpdateSchema: z.ZodObject<{
|
|
559
|
+
bucket: z.ZodOptional<z.ZodString>;
|
|
560
|
+
path_prefix: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
561
|
+
credentials: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
562
|
+
type: z.ZodLiteral<"service_account">;
|
|
563
|
+
project_id: z.ZodString;
|
|
564
|
+
private_key_id: z.ZodString;
|
|
565
|
+
private_key: z.ZodString;
|
|
566
|
+
client_email: z.ZodString;
|
|
567
|
+
client_id: z.ZodString;
|
|
568
|
+
auth_uri: z.ZodOptional<z.ZodString>;
|
|
569
|
+
token_uri: z.ZodOptional<z.ZodString>;
|
|
570
|
+
auth_provider_x509_cert_url: z.ZodOptional<z.ZodString>;
|
|
571
|
+
client_x509_cert_url: z.ZodOptional<z.ZodString>;
|
|
572
|
+
}, "strip", z.ZodTypeAny, {
|
|
573
|
+
project_id: string;
|
|
574
|
+
type: "service_account";
|
|
575
|
+
private_key_id: string;
|
|
576
|
+
private_key: string;
|
|
577
|
+
client_email: string;
|
|
578
|
+
client_id: string;
|
|
579
|
+
auth_uri?: string | undefined;
|
|
580
|
+
token_uri?: string | undefined;
|
|
581
|
+
auth_provider_x509_cert_url?: string | undefined;
|
|
582
|
+
client_x509_cert_url?: string | undefined;
|
|
583
|
+
}, {
|
|
584
|
+
project_id: string;
|
|
585
|
+
type: "service_account";
|
|
586
|
+
private_key_id: string;
|
|
587
|
+
private_key: string;
|
|
588
|
+
client_email: string;
|
|
589
|
+
client_id: string;
|
|
590
|
+
auth_uri?: string | undefined;
|
|
591
|
+
token_uri?: string | undefined;
|
|
592
|
+
auth_provider_x509_cert_url?: string | undefined;
|
|
593
|
+
client_x509_cert_url?: string | undefined;
|
|
594
|
+
}>, z.ZodObject<{
|
|
595
|
+
access_key_id: z.ZodString;
|
|
596
|
+
secret_access_key: z.ZodString;
|
|
597
|
+
region: z.ZodString;
|
|
598
|
+
}, "strip", z.ZodTypeAny, {
|
|
599
|
+
access_key_id: string;
|
|
600
|
+
secret_access_key: string;
|
|
601
|
+
region: string;
|
|
602
|
+
}, {
|
|
603
|
+
access_key_id: string;
|
|
604
|
+
secret_access_key: string;
|
|
605
|
+
region: string;
|
|
606
|
+
}>]>>;
|
|
607
|
+
}, "strip", z.ZodTypeAny, {
|
|
608
|
+
bucket?: string | undefined;
|
|
609
|
+
path_prefix?: string | null | undefined;
|
|
610
|
+
credentials?: {
|
|
611
|
+
project_id: string;
|
|
612
|
+
type: "service_account";
|
|
613
|
+
private_key_id: string;
|
|
614
|
+
private_key: string;
|
|
615
|
+
client_email: string;
|
|
616
|
+
client_id: string;
|
|
617
|
+
auth_uri?: string | undefined;
|
|
618
|
+
token_uri?: string | undefined;
|
|
619
|
+
auth_provider_x509_cert_url?: string | undefined;
|
|
620
|
+
client_x509_cert_url?: string | undefined;
|
|
621
|
+
} | {
|
|
622
|
+
access_key_id: string;
|
|
623
|
+
secret_access_key: string;
|
|
624
|
+
region: string;
|
|
625
|
+
} | undefined;
|
|
626
|
+
}, {
|
|
627
|
+
bucket?: string | undefined;
|
|
628
|
+
path_prefix?: string | null | undefined;
|
|
629
|
+
credentials?: {
|
|
630
|
+
project_id: string;
|
|
631
|
+
type: "service_account";
|
|
632
|
+
private_key_id: string;
|
|
633
|
+
private_key: string;
|
|
634
|
+
client_email: string;
|
|
635
|
+
client_id: string;
|
|
636
|
+
auth_uri?: string | undefined;
|
|
637
|
+
token_uri?: string | undefined;
|
|
638
|
+
auth_provider_x509_cert_url?: string | undefined;
|
|
639
|
+
client_x509_cert_url?: string | undefined;
|
|
640
|
+
} | {
|
|
641
|
+
access_key_id: string;
|
|
642
|
+
secret_access_key: string;
|
|
643
|
+
region: string;
|
|
644
|
+
} | undefined;
|
|
645
|
+
}>;
|
|
646
|
+
export declare const storageConfigResponseSchema: z.ZodObject<{
|
|
647
|
+
uuid: z.ZodString;
|
|
648
|
+
entity_id: z.ZodString;
|
|
649
|
+
provider: z.ZodEnum<["gcs", "s3"]>;
|
|
650
|
+
bucket: z.ZodString;
|
|
651
|
+
path_prefix: z.ZodNullable<z.ZodString>;
|
|
652
|
+
created_at: z.ZodNullable<z.ZodString>;
|
|
653
|
+
updated_at: z.ZodNullable<z.ZodString>;
|
|
654
|
+
}, "strip", z.ZodTypeAny, {
|
|
655
|
+
created_at: string | null;
|
|
656
|
+
updated_at: string | null;
|
|
657
|
+
entity_id: string;
|
|
658
|
+
uuid: string;
|
|
659
|
+
provider: "gcs" | "s3";
|
|
660
|
+
bucket: string;
|
|
661
|
+
path_prefix: string | null;
|
|
662
|
+
}, {
|
|
663
|
+
created_at: string | null;
|
|
664
|
+
updated_at: string | null;
|
|
665
|
+
entity_id: string;
|
|
666
|
+
uuid: string;
|
|
667
|
+
provider: "gcs" | "s3";
|
|
668
|
+
bucket: string;
|
|
669
|
+
path_prefix: string | null;
|
|
670
|
+
}>;
|
|
671
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/schemas/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAOxB,eAAO,MAAM,eAAe;;;;;;EAE1B,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;EAE5B,CAAC;AAEH,eAAO,MAAM,oBAAoB;;;;;;;;;EAG/B,CAAC;AAEH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;EAIhC,CAAC;AAEH,eAAO,MAAM,qBAAqB;;;;;;EAEhC,CAAC;AAGH,eAAO,MAAM,yBAAyB;;;;;;;;;EAGpC,CAAC;AAEH,eAAO,MAAM,wBAAwB;;;;;;EAEnC,CAAC;AAEH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;EAOjC,CAAC;AAEL,eAAO,MAAM,aAAa;;;;;;;;;;;;EAmBxB,CAAC;AAMH,eAAO,MAAM,iBAAiB,yHAW5B,CAAC;AAEH,eAAO,MAAM,gBAAgB,4BAA0B,CAAC;AAMxD,eAAO,MAAM,gBAAgB,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAW/D,CAAC;AAQF,eAAO,MAAM,mBAAmB;;;;;;;;;;;;EAW9B,CAAC;AAEH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;EAK9B,CAAC;AAYH,eAAO,MAAM,UAAU,aAAsD,CAAC;AAE9E,eAAO,MAAM,iBAAiB,+DAA4C,CAAC;AAG3E,eAAO,MAAM,uBAAuB;;;;;;;;;;;;IAOvB,CAAC;AAGd,eAAO,MAAM,uBAAuB,4DAGvB,CAAC;AAEd,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;IAmBnC;;;;;;;;OAQG;;IAEH;;;;OAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAUH,CAAC;AAEH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;IAcnC,sEAAsE;;IAEtE,wDAAwD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAIxD,CAAC;AAEH;;;;;GAKG;AACH,MAAM,WAAW,qBAAqB;IACpC,MAAM,EAAE,CAAC,CAAC,WAAW,CAAC;IACtB,MAAM,EAAE,CAAC,CAAC,WAAW,CAAC;CACvB;AAED,wBAAgB,qBAAqB,CACnC,OAAO,GAAE,qBAAkD;;;;;;;;;;;;;;;EAM5D;AAED,MAAM,MAAM,eAAe,GAAG,UAAU,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAMvE,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;EAW/B,CAAC;AAMH,eAAO,MAAM,mBAAmB;;;;;;;;;EAG9B,CAAC;AAEH,eAAO,MAAM,sBAAsB;;;;;;EAEjC,CAAC;AAEH,eAAO,MAAM,sBAAsB;;;;;;;;;EAGjC,CAAC;AAQH,eAAO,MAAM,oBAAoB;;;;;;;;;EAW/B,CAAC;AAMH,eAAO,MAAM,qBAAqB,0BAAwB,CAAC;AAG3D,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAW/B,CAAC;AAGH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;EAI9B,CAAC;AAGH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAsBnC,CAAC;AAGJ,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAIpC,CAAC;AAGH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;EAQtC,CAAC"}
|