@openloaf-saas/sdk 0.1.24 → 0.1.26

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 CHANGED
@@ -168,6 +168,7 @@ declare class SaaSContract {
168
168
  category: string;
169
169
  features: {
170
170
  id: string;
171
+ displayName: string;
171
172
  variants: {
172
173
  id: string;
173
174
  featureTabName: string;
@@ -186,6 +187,8 @@ declare class SaaSContract {
186
187
  description: string;
187
188
  } | undefined;
188
189
  } | null;
190
+ resultType: "image" | "audio" | "video";
191
+ isAsync: boolean;
189
192
  paramsSchema: ({
190
193
  key: string;
191
194
  label: string;
@@ -248,6 +251,18 @@ declare class SaaSContract {
248
251
  max?: number | undefined;
249
252
  step?: number | undefined;
250
253
  })[];
254
+ inputSlots: {
255
+ role: string;
256
+ accept: "text" | "file" | "image" | "audio" | "video";
257
+ label: string;
258
+ required?: boolean | undefined;
259
+ maxCount?: number | undefined;
260
+ placeholder?: string | undefined;
261
+ multiline?: boolean | undefined;
262
+ hint?: string | undefined;
263
+ sharedGroup?: string | undefined;
264
+ sharedMaxCount?: number | undefined;
265
+ }[];
251
266
  }[];
252
267
  }[];
253
268
  updatedAt?: string | undefined;
@@ -259,6 +274,7 @@ declare class SaaSContract {
259
274
  category: string;
260
275
  features: {
261
276
  id: string;
277
+ displayName: string;
262
278
  variants: {
263
279
  id: string;
264
280
  featureTabName: string;
@@ -277,6 +293,8 @@ declare class SaaSContract {
277
293
  description: string;
278
294
  } | undefined;
279
295
  } | null;
296
+ resultType: "image" | "audio" | "video";
297
+ isAsync: boolean;
280
298
  paramsSchema: ({
281
299
  key: string;
282
300
  label: string;
@@ -339,6 +357,18 @@ declare class SaaSContract {
339
357
  max?: number | undefined;
340
358
  step?: number | undefined;
341
359
  })[];
360
+ inputSlots: {
361
+ role: string;
362
+ accept: "text" | "file" | "image" | "audio" | "video";
363
+ label: string;
364
+ required?: boolean | undefined;
365
+ maxCount?: number | undefined;
366
+ placeholder?: string | undefined;
367
+ multiline?: boolean | undefined;
368
+ hint?: string | undefined;
369
+ sharedGroup?: string | undefined;
370
+ sharedMaxCount?: number | undefined;
371
+ }[];
342
372
  }[];
343
373
  }[];
344
374
  updatedAt?: string | undefined;
@@ -350,6 +380,7 @@ declare class SaaSContract {
350
380
  category: string;
351
381
  features: {
352
382
  id: string;
383
+ displayName: string;
353
384
  variants: {
354
385
  id: string;
355
386
  featureTabName: string;
@@ -368,6 +399,8 @@ declare class SaaSContract {
368
399
  description: string;
369
400
  } | undefined;
370
401
  } | null;
402
+ resultType: "image" | "audio" | "video";
403
+ isAsync: boolean;
371
404
  paramsSchema: ({
372
405
  key: string;
373
406
  label: string;
@@ -430,6 +463,18 @@ declare class SaaSContract {
430
463
  max?: number | undefined;
431
464
  step?: number | undefined;
432
465
  })[];
466
+ inputSlots: {
467
+ role: string;
468
+ accept: "text" | "file" | "image" | "audio" | "video";
469
+ label: string;
470
+ required?: boolean | undefined;
471
+ maxCount?: number | undefined;
472
+ placeholder?: string | undefined;
473
+ multiline?: boolean | undefined;
474
+ hint?: string | undefined;
475
+ sharedGroup?: string | undefined;
476
+ sharedMaxCount?: number | undefined;
477
+ }[];
433
478
  }[];
434
479
  }[];
435
480
  updatedAt?: string | undefined;
@@ -1021,6 +1066,7 @@ declare const aiEndpoints: {
1021
1066
  category: string;
1022
1067
  features: {
1023
1068
  id: string;
1069
+ displayName: string;
1024
1070
  variants: {
1025
1071
  id: string;
1026
1072
  featureTabName: string;
@@ -1039,6 +1085,8 @@ declare const aiEndpoints: {
1039
1085
  description: string;
1040
1086
  } | undefined;
1041
1087
  } | null;
1088
+ resultType: "image" | "audio" | "video";
1089
+ isAsync: boolean;
1042
1090
  paramsSchema: ({
1043
1091
  key: string;
1044
1092
  label: string;
@@ -1101,6 +1149,18 @@ declare const aiEndpoints: {
1101
1149
  max?: number | undefined;
1102
1150
  step?: number | undefined;
1103
1151
  })[];
1152
+ inputSlots: {
1153
+ role: string;
1154
+ accept: "text" | "file" | "image" | "audio" | "video";
1155
+ label: string;
1156
+ required?: boolean | undefined;
1157
+ maxCount?: number | undefined;
1158
+ placeholder?: string | undefined;
1159
+ multiline?: boolean | undefined;
1160
+ hint?: string | undefined;
1161
+ sharedGroup?: string | undefined;
1162
+ sharedMaxCount?: number | undefined;
1163
+ }[];
1104
1164
  }[];
1105
1165
  }[];
1106
1166
  updatedAt?: string | undefined;
@@ -1113,6 +1173,7 @@ declare const aiEndpoints: {
1113
1173
  category: string;
1114
1174
  features: {
1115
1175
  id: string;
1176
+ displayName: string;
1116
1177
  variants: {
1117
1178
  id: string;
1118
1179
  featureTabName: string;
@@ -1131,6 +1192,8 @@ declare const aiEndpoints: {
1131
1192
  description: string;
1132
1193
  } | undefined;
1133
1194
  } | null;
1195
+ resultType: "image" | "audio" | "video";
1196
+ isAsync: boolean;
1134
1197
  paramsSchema: ({
1135
1198
  key: string;
1136
1199
  label: string;
@@ -1193,6 +1256,18 @@ declare const aiEndpoints: {
1193
1256
  max?: number | undefined;
1194
1257
  step?: number | undefined;
1195
1258
  })[];
1259
+ inputSlots: {
1260
+ role: string;
1261
+ accept: "text" | "file" | "image" | "audio" | "video";
1262
+ label: string;
1263
+ required?: boolean | undefined;
1264
+ maxCount?: number | undefined;
1265
+ placeholder?: string | undefined;
1266
+ multiline?: boolean | undefined;
1267
+ hint?: string | undefined;
1268
+ sharedGroup?: string | undefined;
1269
+ sharedMaxCount?: number | undefined;
1270
+ }[];
1196
1271
  }[];
1197
1272
  }[];
1198
1273
  updatedAt?: string | undefined;
@@ -1205,6 +1280,7 @@ declare const aiEndpoints: {
1205
1280
  category: string;
1206
1281
  features: {
1207
1282
  id: string;
1283
+ displayName: string;
1208
1284
  variants: {
1209
1285
  id: string;
1210
1286
  featureTabName: string;
@@ -1223,6 +1299,8 @@ declare const aiEndpoints: {
1223
1299
  description: string;
1224
1300
  } | undefined;
1225
1301
  } | null;
1302
+ resultType: "image" | "audio" | "video";
1303
+ isAsync: boolean;
1226
1304
  paramsSchema: ({
1227
1305
  key: string;
1228
1306
  label: string;
@@ -1285,6 +1363,18 @@ declare const aiEndpoints: {
1285
1363
  max?: number | undefined;
1286
1364
  step?: number | undefined;
1287
1365
  })[];
1366
+ inputSlots: {
1367
+ role: string;
1368
+ accept: "text" | "file" | "image" | "audio" | "video";
1369
+ label: string;
1370
+ required?: boolean | undefined;
1371
+ maxCount?: number | undefined;
1372
+ placeholder?: string | undefined;
1373
+ multiline?: boolean | undefined;
1374
+ hint?: string | undefined;
1375
+ sharedGroup?: string | undefined;
1376
+ sharedMaxCount?: number | undefined;
1377
+ }[];
1288
1378
  }[];
1289
1379
  }[];
1290
1380
  updatedAt?: string | undefined;
@@ -2199,6 +2289,25 @@ declare const paramSchemaSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
2199
2289
  max: z.ZodOptional<z.ZodNumber>;
2200
2290
  step: z.ZodOptional<z.ZodNumber>;
2201
2291
  }, z.core.$strip>], "type">;
2292
+ /** Input slot declaration for a handler variant. */
2293
+ declare const inputSlotSchema: z.ZodObject<{
2294
+ role: z.ZodString;
2295
+ accept: z.ZodEnum<{
2296
+ text: "text";
2297
+ file: "file";
2298
+ image: "image";
2299
+ audio: "audio";
2300
+ video: "video";
2301
+ }>;
2302
+ label: z.ZodString;
2303
+ required: z.ZodOptional<z.ZodBoolean>;
2304
+ maxCount: z.ZodOptional<z.ZodNumber>;
2305
+ placeholder: z.ZodOptional<z.ZodString>;
2306
+ multiline: z.ZodOptional<z.ZodBoolean>;
2307
+ hint: z.ZodOptional<z.ZodString>;
2308
+ sharedGroup: z.ZodOptional<z.ZodString>;
2309
+ sharedMaxCount: z.ZodOptional<z.ZodNumber>;
2310
+ }, z.core.$strip>;
2202
2311
  /** Variant within a v3 feature (maps to a model/quality combination). */
2203
2312
  declare const v3VariantSchema: z.ZodObject<{
2204
2313
  id: z.ZodString;
@@ -2218,6 +2327,12 @@ declare const v3VariantSchema: z.ZodObject<{
2218
2327
  description: z.ZodString;
2219
2328
  }, z.core.$strip>>;
2220
2329
  }, z.core.$strip>>;
2330
+ resultType: z.ZodEnum<{
2331
+ image: "image";
2332
+ audio: "audio";
2333
+ video: "video";
2334
+ }>;
2335
+ isAsync: z.ZodBoolean;
2221
2336
  paramsSchema: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
2222
2337
  key: z.ZodString;
2223
2338
  label: z.ZodString;
@@ -2299,10 +2414,29 @@ declare const v3VariantSchema: z.ZodObject<{
2299
2414
  max: z.ZodOptional<z.ZodNumber>;
2300
2415
  step: z.ZodOptional<z.ZodNumber>;
2301
2416
  }, z.core.$strip>], "type">>;
2417
+ inputSlots: z.ZodArray<z.ZodObject<{
2418
+ role: z.ZodString;
2419
+ accept: z.ZodEnum<{
2420
+ text: "text";
2421
+ file: "file";
2422
+ image: "image";
2423
+ audio: "audio";
2424
+ video: "video";
2425
+ }>;
2426
+ label: z.ZodString;
2427
+ required: z.ZodOptional<z.ZodBoolean>;
2428
+ maxCount: z.ZodOptional<z.ZodNumber>;
2429
+ placeholder: z.ZodOptional<z.ZodString>;
2430
+ multiline: z.ZodOptional<z.ZodBoolean>;
2431
+ hint: z.ZodOptional<z.ZodString>;
2432
+ sharedGroup: z.ZodOptional<z.ZodString>;
2433
+ sharedMaxCount: z.ZodOptional<z.ZodNumber>;
2434
+ }, z.core.$strip>>;
2302
2435
  }, z.core.$strip>;
2303
2436
  /** Feature entry within a capabilities response. */
2304
2437
  declare const v3FeatureSchema: z.ZodObject<{
2305
2438
  id: z.ZodString;
2439
+ displayName: z.ZodString;
2306
2440
  variants: z.ZodArray<z.ZodObject<{
2307
2441
  id: z.ZodString;
2308
2442
  featureTabName: z.ZodString;
@@ -2321,6 +2455,12 @@ declare const v3FeatureSchema: z.ZodObject<{
2321
2455
  description: z.ZodString;
2322
2456
  }, z.core.$strip>>;
2323
2457
  }, z.core.$strip>>;
2458
+ resultType: z.ZodEnum<{
2459
+ image: "image";
2460
+ audio: "audio";
2461
+ video: "video";
2462
+ }>;
2463
+ isAsync: z.ZodBoolean;
2324
2464
  paramsSchema: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
2325
2465
  key: z.ZodString;
2326
2466
  label: z.ZodString;
@@ -2402,6 +2542,24 @@ declare const v3FeatureSchema: z.ZodObject<{
2402
2542
  max: z.ZodOptional<z.ZodNumber>;
2403
2543
  step: z.ZodOptional<z.ZodNumber>;
2404
2544
  }, z.core.$strip>], "type">>;
2545
+ inputSlots: z.ZodArray<z.ZodObject<{
2546
+ role: z.ZodString;
2547
+ accept: z.ZodEnum<{
2548
+ text: "text";
2549
+ file: "file";
2550
+ image: "image";
2551
+ audio: "audio";
2552
+ video: "video";
2553
+ }>;
2554
+ label: z.ZodString;
2555
+ required: z.ZodOptional<z.ZodBoolean>;
2556
+ maxCount: z.ZodOptional<z.ZodNumber>;
2557
+ placeholder: z.ZodOptional<z.ZodString>;
2558
+ multiline: z.ZodOptional<z.ZodBoolean>;
2559
+ hint: z.ZodOptional<z.ZodString>;
2560
+ sharedGroup: z.ZodOptional<z.ZodString>;
2561
+ sharedMaxCount: z.ZodOptional<z.ZodNumber>;
2562
+ }, z.core.$strip>>;
2405
2563
  }, z.core.$strip>>;
2406
2564
  }, z.core.$strip>;
2407
2565
  /** Capabilities data payload for a single media category. */
@@ -2409,6 +2567,7 @@ declare const v3CapabilitiesDataSchema: z.ZodObject<{
2409
2567
  category: z.ZodString;
2410
2568
  features: z.ZodArray<z.ZodObject<{
2411
2569
  id: z.ZodString;
2570
+ displayName: z.ZodString;
2412
2571
  variants: z.ZodArray<z.ZodObject<{
2413
2572
  id: z.ZodString;
2414
2573
  featureTabName: z.ZodString;
@@ -2427,6 +2586,12 @@ declare const v3CapabilitiesDataSchema: z.ZodObject<{
2427
2586
  description: z.ZodString;
2428
2587
  }, z.core.$strip>>;
2429
2588
  }, z.core.$strip>>;
2589
+ resultType: z.ZodEnum<{
2590
+ image: "image";
2591
+ audio: "audio";
2592
+ video: "video";
2593
+ }>;
2594
+ isAsync: z.ZodBoolean;
2430
2595
  paramsSchema: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
2431
2596
  key: z.ZodString;
2432
2597
  label: z.ZodString;
@@ -2508,6 +2673,24 @@ declare const v3CapabilitiesDataSchema: z.ZodObject<{
2508
2673
  max: z.ZodOptional<z.ZodNumber>;
2509
2674
  step: z.ZodOptional<z.ZodNumber>;
2510
2675
  }, z.core.$strip>], "type">>;
2676
+ inputSlots: z.ZodArray<z.ZodObject<{
2677
+ role: z.ZodString;
2678
+ accept: z.ZodEnum<{
2679
+ text: "text";
2680
+ file: "file";
2681
+ image: "image";
2682
+ audio: "audio";
2683
+ video: "video";
2684
+ }>;
2685
+ label: z.ZodString;
2686
+ required: z.ZodOptional<z.ZodBoolean>;
2687
+ maxCount: z.ZodOptional<z.ZodNumber>;
2688
+ placeholder: z.ZodOptional<z.ZodString>;
2689
+ multiline: z.ZodOptional<z.ZodBoolean>;
2690
+ hint: z.ZodOptional<z.ZodString>;
2691
+ sharedGroup: z.ZodOptional<z.ZodString>;
2692
+ sharedMaxCount: z.ZodOptional<z.ZodNumber>;
2693
+ }, z.core.$strip>>;
2511
2694
  }, z.core.$strip>>;
2512
2695
  }, z.core.$strip>>;
2513
2696
  updatedAt: z.ZodOptional<z.ZodString>;
@@ -2519,6 +2702,7 @@ declare const v3CapabilitiesResponseSchema: z.ZodObject<{
2519
2702
  category: z.ZodString;
2520
2703
  features: z.ZodArray<z.ZodObject<{
2521
2704
  id: z.ZodString;
2705
+ displayName: z.ZodString;
2522
2706
  variants: z.ZodArray<z.ZodObject<{
2523
2707
  id: z.ZodString;
2524
2708
  featureTabName: z.ZodString;
@@ -2537,6 +2721,12 @@ declare const v3CapabilitiesResponseSchema: z.ZodObject<{
2537
2721
  description: z.ZodString;
2538
2722
  }, z.core.$strip>>;
2539
2723
  }, z.core.$strip>>;
2724
+ resultType: z.ZodEnum<{
2725
+ image: "image";
2726
+ audio: "audio";
2727
+ video: "video";
2728
+ }>;
2729
+ isAsync: z.ZodBoolean;
2540
2730
  paramsSchema: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
2541
2731
  key: z.ZodString;
2542
2732
  label: z.ZodString;
@@ -2618,6 +2808,24 @@ declare const v3CapabilitiesResponseSchema: z.ZodObject<{
2618
2808
  max: z.ZodOptional<z.ZodNumber>;
2619
2809
  step: z.ZodOptional<z.ZodNumber>;
2620
2810
  }, z.core.$strip>], "type">>;
2811
+ inputSlots: z.ZodArray<z.ZodObject<{
2812
+ role: z.ZodString;
2813
+ accept: z.ZodEnum<{
2814
+ text: "text";
2815
+ file: "file";
2816
+ image: "image";
2817
+ audio: "audio";
2818
+ video: "video";
2819
+ }>;
2820
+ label: z.ZodString;
2821
+ required: z.ZodOptional<z.ZodBoolean>;
2822
+ maxCount: z.ZodOptional<z.ZodNumber>;
2823
+ placeholder: z.ZodOptional<z.ZodString>;
2824
+ multiline: z.ZodOptional<z.ZodBoolean>;
2825
+ hint: z.ZodOptional<z.ZodString>;
2826
+ sharedGroup: z.ZodOptional<z.ZodString>;
2827
+ sharedMaxCount: z.ZodOptional<z.ZodNumber>;
2828
+ }, z.core.$strip>>;
2621
2829
  }, z.core.$strip>>;
2622
2830
  }, z.core.$strip>>;
2623
2831
  updatedAt: z.ZodOptional<z.ZodString>;
@@ -2792,6 +3000,8 @@ declare const v3UploadResponseSchema: z.ZodObject<{
2792
3000
  }, z.core.$strip>;
2793
3001
  /** Single param schema entry (UI metadata). */
2794
3002
  type V3ParamSchema = z.infer<typeof paramSchemaSchema>;
3003
+ /** Input slot declaration. */
3004
+ type V3InputSlot = z.infer<typeof inputSlotSchema>;
2795
3005
  /** Variant within a v3 feature. */
2796
3006
  type V3Variant = z.infer<typeof v3VariantSchema>;
2797
3007
  /** Feature entry within a capabilities response. */
@@ -2975,6 +3185,7 @@ declare class AiClient {
2975
3185
  category: string;
2976
3186
  features: {
2977
3187
  id: string;
3188
+ displayName: string;
2978
3189
  variants: {
2979
3190
  id: string;
2980
3191
  featureTabName: string;
@@ -2993,6 +3204,8 @@ declare class AiClient {
2993
3204
  description: string;
2994
3205
  } | undefined;
2995
3206
  } | null;
3207
+ resultType: "image" | "audio" | "video";
3208
+ isAsync: boolean;
2996
3209
  paramsSchema: ({
2997
3210
  key: string;
2998
3211
  label: string;
@@ -3055,6 +3268,18 @@ declare class AiClient {
3055
3268
  max?: number | undefined;
3056
3269
  step?: number | undefined;
3057
3270
  })[];
3271
+ inputSlots: {
3272
+ role: string;
3273
+ accept: "text" | "file" | "image" | "audio" | "video";
3274
+ label: string;
3275
+ required?: boolean | undefined;
3276
+ maxCount?: number | undefined;
3277
+ placeholder?: string | undefined;
3278
+ multiline?: boolean | undefined;
3279
+ hint?: string | undefined;
3280
+ sharedGroup?: string | undefined;
3281
+ sharedMaxCount?: number | undefined;
3282
+ }[];
3058
3283
  }[];
3059
3284
  }[];
3060
3285
  updatedAt?: string | undefined;
@@ -3067,6 +3292,7 @@ declare class AiClient {
3067
3292
  category: string;
3068
3293
  features: {
3069
3294
  id: string;
3295
+ displayName: string;
3070
3296
  variants: {
3071
3297
  id: string;
3072
3298
  featureTabName: string;
@@ -3085,6 +3311,8 @@ declare class AiClient {
3085
3311
  description: string;
3086
3312
  } | undefined;
3087
3313
  } | null;
3314
+ resultType: "image" | "audio" | "video";
3315
+ isAsync: boolean;
3088
3316
  paramsSchema: ({
3089
3317
  key: string;
3090
3318
  label: string;
@@ -3147,6 +3375,18 @@ declare class AiClient {
3147
3375
  max?: number | undefined;
3148
3376
  step?: number | undefined;
3149
3377
  })[];
3378
+ inputSlots: {
3379
+ role: string;
3380
+ accept: "text" | "file" | "image" | "audio" | "video";
3381
+ label: string;
3382
+ required?: boolean | undefined;
3383
+ maxCount?: number | undefined;
3384
+ placeholder?: string | undefined;
3385
+ multiline?: boolean | undefined;
3386
+ hint?: string | undefined;
3387
+ sharedGroup?: string | undefined;
3388
+ sharedMaxCount?: number | undefined;
3389
+ }[];
3150
3390
  }[];
3151
3391
  }[];
3152
3392
  updatedAt?: string | undefined;
@@ -3159,6 +3399,7 @@ declare class AiClient {
3159
3399
  category: string;
3160
3400
  features: {
3161
3401
  id: string;
3402
+ displayName: string;
3162
3403
  variants: {
3163
3404
  id: string;
3164
3405
  featureTabName: string;
@@ -3177,6 +3418,8 @@ declare class AiClient {
3177
3418
  description: string;
3178
3419
  } | undefined;
3179
3420
  } | null;
3421
+ resultType: "image" | "audio" | "video";
3422
+ isAsync: boolean;
3180
3423
  paramsSchema: ({
3181
3424
  key: string;
3182
3425
  label: string;
@@ -3239,6 +3482,18 @@ declare class AiClient {
3239
3482
  max?: number | undefined;
3240
3483
  step?: number | undefined;
3241
3484
  })[];
3485
+ inputSlots: {
3486
+ role: string;
3487
+ accept: "text" | "file" | "image" | "audio" | "video";
3488
+ label: string;
3489
+ required?: boolean | undefined;
3490
+ maxCount?: number | undefined;
3491
+ placeholder?: string | undefined;
3492
+ multiline?: boolean | undefined;
3493
+ hint?: string | undefined;
3494
+ sharedGroup?: string | undefined;
3495
+ sharedMaxCount?: number | undefined;
3496
+ }[];
3242
3497
  }[];
3243
3498
  }[];
3244
3499
  updatedAt?: string | undefined;
@@ -3809,6 +4064,7 @@ type index$7_V3EstimatePriceRequest = V3EstimatePriceRequest;
3809
4064
  type index$7_V3EstimatePriceResponse = V3EstimatePriceResponse;
3810
4065
  type index$7_V3Feature = V3Feature;
3811
4066
  type index$7_V3GenerateRequest = V3GenerateRequest;
4067
+ type index$7_V3InputSlot = V3InputSlot;
3812
4068
  type index$7_V3ParamSchema = V3ParamSchema;
3813
4069
  type index$7_V3QueueRequest = V3QueueRequest;
3814
4070
  type index$7_V3QueueResponse = V3QueueResponse;
@@ -3846,6 +4102,7 @@ declare const index$7_aiProviderTemplatesRequestSchema: typeof aiProviderTemplat
3846
4102
  declare const index$7_aiProviderTemplatesResponseSchema: typeof aiProviderTemplatesResponseSchema;
3847
4103
  declare const index$7_aiProviderTemplatesSuccessSchema: typeof aiProviderTemplatesSuccessSchema;
3848
4104
  declare const index$7_aiResponsesRequestSchema: typeof aiResponsesRequestSchema;
4105
+ declare const index$7_inputSlotSchema: typeof inputSlotSchema;
3849
4106
  declare const index$7_paramSchemaSchema: typeof paramSchemaSchema;
3850
4107
  declare const index$7_v3BasicSuccessSchema: typeof v3BasicSuccessSchema;
3851
4108
  declare const index$7_v3CapabilitiesDataSchema: typeof v3CapabilitiesDataSchema;
@@ -3865,7 +4122,7 @@ declare const index$7_v3TaskResponseSchema: typeof v3TaskResponseSchema;
3865
4122
  declare const index$7_v3UploadResponseSchema: typeof v3UploadResponseSchema;
3866
4123
  declare const index$7_v3VariantSchema: typeof v3VariantSchema;
3867
4124
  declare namespace index$7 {
3868
- export { index$7_AI_MODEL_CAPABILITY_INPUT_KEYS as AI_MODEL_CAPABILITY_INPUT_KEYS, index$7_AI_MODEL_CAPABILITY_OUTPUT_KEYS as AI_MODEL_CAPABILITY_OUTPUT_KEYS, index$7_AI_MODEL_TAGS as AI_MODEL_TAGS, index$7_AI_MODEL_TAG_LABELS as AI_MODEL_TAG_LABELS, type index$7_AiChatCompletionsRequest as AiChatCompletionsRequest, type index$7_AiChatModel as AiChatModel, type index$7_AiChatModelsResponse as AiChatModelsResponse, type index$7_AiChatSessionMetadata as AiChatSessionMetadata, index$7_AiClient as AiClient, type index$7_AiClientMetadata as AiClientMetadata, type index$7_AiFileUploadOptions as AiFileUploadOptions, type index$7_AiFileUploadResponse as AiFileUploadResponse, type index$7_AiModel as AiModel, type index$7_AiModelCapabilities as AiModelCapabilities, type index$7_AiModelCapabilitiesInput as AiModelCapabilitiesInput, type index$7_AiModelCapabilitiesOutput as AiModelCapabilitiesOutput, type index$7_AiModelCapabilityInputKey as AiModelCapabilityInputKey, type index$7_AiModelCapabilityOutputKey as AiModelCapabilityOutputKey, type index$7_AiModelTag as AiModelTag, type index$7_AiModelsUpdatedAtData as AiModelsUpdatedAtData, type index$7_AiModelsUpdatedAtResponse as AiModelsUpdatedAtResponse, type index$7_AiProviderTemplate as AiProviderTemplate, type index$7_AiProviderTemplateModel as AiProviderTemplateModel, type index$7_AiProviderTemplatesResponse as AiProviderTemplatesResponse, type index$7_AiResponsesRequest as AiResponsesRequest, index$7_MEDIA_FEATURES as MEDIA_FEATURES, index$7_MODEL_PROVIDERS as MODEL_PROVIDERS, type index$7_MediaFeatureId as MediaFeatureId, type index$7_ModelProviderId as ModelProviderId, type index$7_V3BasicSuccess as V3BasicSuccess, type index$7_V3CapabilitiesData as V3CapabilitiesData, type index$7_V3CapabilitiesResponse as V3CapabilitiesResponse, type index$7_V3CreditEstimate as V3CreditEstimate, type index$7_V3EstimatePriceRequest as V3EstimatePriceRequest, type index$7_V3EstimatePriceResponse as V3EstimatePriceResponse, type index$7_V3Feature as V3Feature, type index$7_V3GenerateRequest as V3GenerateRequest, type index$7_V3ParamSchema as V3ParamSchema, type index$7_V3QueueRequest as V3QueueRequest, type index$7_V3QueueResponse as V3QueueResponse, type index$7_V3QueueTicket as V3QueueTicket, type index$7_V3TaskCreated as V3TaskCreated, type index$7_V3TaskGroupResponse as V3TaskGroupResponse, type index$7_V3TaskItem as V3TaskItem, type index$7_V3TaskResponse as V3TaskResponse, type index$7_V3UploadResponse as V3UploadResponse, type index$7_V3Variant as V3Variant, index$7_aiChatCompletionsRequestSchema as aiChatCompletionsRequestSchema, index$7_aiChatModelSchema as aiChatModelSchema, index$7_aiChatModelsPayloadSchema as aiChatModelsPayloadSchema, index$7_aiChatModelsResponseSchema as aiChatModelsResponseSchema, index$7_aiChatModelsSuccessSchema as aiChatModelsSuccessSchema, index$7_aiChatSessionMetadataSchema as aiChatSessionMetadataSchema, index$7_aiClientMetadataSchema as aiClientMetadataSchema, index$7_aiEndpoints as aiEndpoints, index$7_aiErrorResponseSchema as aiErrorResponseSchema, index$7_aiModelCapabilitiesInputSchema as aiModelCapabilitiesInputSchema, index$7_aiModelCapabilitiesOutputSchema as aiModelCapabilitiesOutputSchema, index$7_aiModelCapabilitiesSchema as aiModelCapabilitiesSchema, index$7_aiModelCapabilityCommonSchema as aiModelCapabilityCommonSchema, index$7_aiModelParameterFieldSchema as aiModelParameterFieldSchema, index$7_aiModelParamsSchema as aiModelParamsSchema, index$7_aiModelSchema as aiModelSchema, index$7_aiModelsRequestSchema as aiModelsRequestSchema, index$7_aiModelsUpdatedAtDataSchema as aiModelsUpdatedAtDataSchema, index$7_aiModelsUpdatedAtResponseSchema as aiModelsUpdatedAtResponseSchema, index$7_aiModelsUpdatedAtSuccessSchema as aiModelsUpdatedAtSuccessSchema, index$7_aiProviderTemplateModelSchema as aiProviderTemplateModelSchema, index$7_aiProviderTemplateSchema as aiProviderTemplateSchema, index$7_aiProviderTemplatesPayloadSchema as aiProviderTemplatesPayloadSchema, index$7_aiProviderTemplatesRequestSchema as aiProviderTemplatesRequestSchema, index$7_aiProviderTemplatesResponseSchema as aiProviderTemplatesResponseSchema, index$7_aiProviderTemplatesSuccessSchema as aiProviderTemplatesSuccessSchema, index$7_aiResponsesRequestSchema as aiResponsesRequestSchema, index$7_paramSchemaSchema as paramSchemaSchema, index$7_v3BasicSuccessSchema as v3BasicSuccessSchema, index$7_v3CapabilitiesDataSchema as v3CapabilitiesDataSchema, index$7_v3CapabilitiesResponseSchema as v3CapabilitiesResponseSchema, index$7_v3CreditEstimateSchema as v3CreditEstimateSchema, index$7_v3EstimatePriceRequestSchema as v3EstimatePriceRequestSchema, index$7_v3EstimatePriceResponseSchema as v3EstimatePriceResponseSchema, index$7_v3FeatureSchema as v3FeatureSchema, index$7_v3GenerateRequestSchema as v3GenerateRequestSchema, index$7_v3QueueRequestSchema as v3QueueRequestSchema, index$7_v3QueueResponseSchema as v3QueueResponseSchema, index$7_v3QueueTicketSchema as v3QueueTicketSchema, index$7_v3TaskCreatedSchema as v3TaskCreatedSchema, index$7_v3TaskGroupResponseSchema as v3TaskGroupResponseSchema, index$7_v3TaskItemSchema as v3TaskItemSchema, index$7_v3TaskResponseSchema as v3TaskResponseSchema, index$7_v3UploadResponseSchema as v3UploadResponseSchema, index$7_v3VariantSchema as v3VariantSchema };
4125
+ export { index$7_AI_MODEL_CAPABILITY_INPUT_KEYS as AI_MODEL_CAPABILITY_INPUT_KEYS, index$7_AI_MODEL_CAPABILITY_OUTPUT_KEYS as AI_MODEL_CAPABILITY_OUTPUT_KEYS, index$7_AI_MODEL_TAGS as AI_MODEL_TAGS, index$7_AI_MODEL_TAG_LABELS as AI_MODEL_TAG_LABELS, type index$7_AiChatCompletionsRequest as AiChatCompletionsRequest, type index$7_AiChatModel as AiChatModel, type index$7_AiChatModelsResponse as AiChatModelsResponse, type index$7_AiChatSessionMetadata as AiChatSessionMetadata, index$7_AiClient as AiClient, type index$7_AiClientMetadata as AiClientMetadata, type index$7_AiFileUploadOptions as AiFileUploadOptions, type index$7_AiFileUploadResponse as AiFileUploadResponse, type index$7_AiModel as AiModel, type index$7_AiModelCapabilities as AiModelCapabilities, type index$7_AiModelCapabilitiesInput as AiModelCapabilitiesInput, type index$7_AiModelCapabilitiesOutput as AiModelCapabilitiesOutput, type index$7_AiModelCapabilityInputKey as AiModelCapabilityInputKey, type index$7_AiModelCapabilityOutputKey as AiModelCapabilityOutputKey, type index$7_AiModelTag as AiModelTag, type index$7_AiModelsUpdatedAtData as AiModelsUpdatedAtData, type index$7_AiModelsUpdatedAtResponse as AiModelsUpdatedAtResponse, type index$7_AiProviderTemplate as AiProviderTemplate, type index$7_AiProviderTemplateModel as AiProviderTemplateModel, type index$7_AiProviderTemplatesResponse as AiProviderTemplatesResponse, type index$7_AiResponsesRequest as AiResponsesRequest, index$7_MEDIA_FEATURES as MEDIA_FEATURES, index$7_MODEL_PROVIDERS as MODEL_PROVIDERS, type index$7_MediaFeatureId as MediaFeatureId, type index$7_ModelProviderId as ModelProviderId, type index$7_V3BasicSuccess as V3BasicSuccess, type index$7_V3CapabilitiesData as V3CapabilitiesData, type index$7_V3CapabilitiesResponse as V3CapabilitiesResponse, type index$7_V3CreditEstimate as V3CreditEstimate, type index$7_V3EstimatePriceRequest as V3EstimatePriceRequest, type index$7_V3EstimatePriceResponse as V3EstimatePriceResponse, type index$7_V3Feature as V3Feature, type index$7_V3GenerateRequest as V3GenerateRequest, type index$7_V3InputSlot as V3InputSlot, type index$7_V3ParamSchema as V3ParamSchema, type index$7_V3QueueRequest as V3QueueRequest, type index$7_V3QueueResponse as V3QueueResponse, type index$7_V3QueueTicket as V3QueueTicket, type index$7_V3TaskCreated as V3TaskCreated, type index$7_V3TaskGroupResponse as V3TaskGroupResponse, type index$7_V3TaskItem as V3TaskItem, type index$7_V3TaskResponse as V3TaskResponse, type index$7_V3UploadResponse as V3UploadResponse, type index$7_V3Variant as V3Variant, index$7_aiChatCompletionsRequestSchema as aiChatCompletionsRequestSchema, index$7_aiChatModelSchema as aiChatModelSchema, index$7_aiChatModelsPayloadSchema as aiChatModelsPayloadSchema, index$7_aiChatModelsResponseSchema as aiChatModelsResponseSchema, index$7_aiChatModelsSuccessSchema as aiChatModelsSuccessSchema, index$7_aiChatSessionMetadataSchema as aiChatSessionMetadataSchema, index$7_aiClientMetadataSchema as aiClientMetadataSchema, index$7_aiEndpoints as aiEndpoints, index$7_aiErrorResponseSchema as aiErrorResponseSchema, index$7_aiModelCapabilitiesInputSchema as aiModelCapabilitiesInputSchema, index$7_aiModelCapabilitiesOutputSchema as aiModelCapabilitiesOutputSchema, index$7_aiModelCapabilitiesSchema as aiModelCapabilitiesSchema, index$7_aiModelCapabilityCommonSchema as aiModelCapabilityCommonSchema, index$7_aiModelParameterFieldSchema as aiModelParameterFieldSchema, index$7_aiModelParamsSchema as aiModelParamsSchema, index$7_aiModelSchema as aiModelSchema, index$7_aiModelsRequestSchema as aiModelsRequestSchema, index$7_aiModelsUpdatedAtDataSchema as aiModelsUpdatedAtDataSchema, index$7_aiModelsUpdatedAtResponseSchema as aiModelsUpdatedAtResponseSchema, index$7_aiModelsUpdatedAtSuccessSchema as aiModelsUpdatedAtSuccessSchema, index$7_aiProviderTemplateModelSchema as aiProviderTemplateModelSchema, index$7_aiProviderTemplateSchema as aiProviderTemplateSchema, index$7_aiProviderTemplatesPayloadSchema as aiProviderTemplatesPayloadSchema, index$7_aiProviderTemplatesRequestSchema as aiProviderTemplatesRequestSchema, index$7_aiProviderTemplatesResponseSchema as aiProviderTemplatesResponseSchema, index$7_aiProviderTemplatesSuccessSchema as aiProviderTemplatesSuccessSchema, index$7_aiResponsesRequestSchema as aiResponsesRequestSchema, index$7_inputSlotSchema as inputSlotSchema, index$7_paramSchemaSchema as paramSchemaSchema, index$7_v3BasicSuccessSchema as v3BasicSuccessSchema, index$7_v3CapabilitiesDataSchema as v3CapabilitiesDataSchema, index$7_v3CapabilitiesResponseSchema as v3CapabilitiesResponseSchema, index$7_v3CreditEstimateSchema as v3CreditEstimateSchema, index$7_v3EstimatePriceRequestSchema as v3EstimatePriceRequestSchema, index$7_v3EstimatePriceResponseSchema as v3EstimatePriceResponseSchema, index$7_v3FeatureSchema as v3FeatureSchema, index$7_v3GenerateRequestSchema as v3GenerateRequestSchema, index$7_v3QueueRequestSchema as v3QueueRequestSchema, index$7_v3QueueResponseSchema as v3QueueResponseSchema, index$7_v3QueueTicketSchema as v3QueueTicketSchema, index$7_v3TaskCreatedSchema as v3TaskCreatedSchema, index$7_v3TaskGroupResponseSchema as v3TaskGroupResponseSchema, index$7_v3TaskItemSchema as v3TaskItemSchema, index$7_v3TaskResponseSchema as v3TaskResponseSchema, index$7_v3UploadResponseSchema as v3UploadResponseSchema, index$7_v3VariantSchema as v3VariantSchema };
3869
4126
  }
3870
4127
 
3871
4128
  declare const aiToolsEndpoints: {
@@ -5592,4 +5849,4 @@ declare function createTrpcClient(options: TrpcClientOptions): _trpc_client.TRPC
5592
5849
  transformer: false;
5593
5850
  }, _trpc_server.TRPCDecorateCreateRouterOptions<_trpc_server.TRPCCreateRouterOptions>>>;
5594
5851
 
5595
- export { AI_MODEL_CAPABILITY_INPUT_KEYS, AI_MODEL_CAPABILITY_OUTPUT_KEYS, AI_MODEL_TAGS, AI_MODEL_TAG_LABELS, type AiChatCompletionsRequest, type AiChatModel, type AiChatModelsResponse, type AiChatSessionMetadata, AiClient, type AiClientMetadata, type AiFileUploadOptions, type AiFileUploadResponse, type AiModel, type AiModelCapabilities, type AiModelCapabilitiesInput, type AiModelCapabilitiesOutput, type AiModelCapabilityInputKey, type AiModelCapabilityOutputKey, type AiModelTag, type AiModelsUpdatedAtData, type AiModelsUpdatedAtResponse, type AiProviderTemplate, type AiProviderTemplateModel, type AiProviderTemplatesResponse, type AiResponsesRequest, AiToolsClient, type AnalyzeSkillsRequest, type AnalyzeSkillsResponse, AuthClient, type AuthExchangeRequest, type AuthExchangeResponse, type AuthLogoutRequest, type AuthLogoutResponse, type AuthRefreshError, type AuthRefreshRequest, type AuthRefreshResponse, type AuthRefreshSuccess, AuxiliaryClient, type AuxiliaryInferRequest, type AuxiliaryInferResponse, type AuxiliaryQuota, type AuxiliaryQuotaResponse, type CreateEmbedOptions, type EmbedEventMap, type EmbedInstance, Endpoint, type FeedbackAttachmentResponse, FeedbackClient, type FeedbackDetailPayload, type FeedbackDetailRequest, type FeedbackDetailResponse, type FeedbackListPayload, type FeedbackListRequest, type FeedbackListResponse, type FeedbackSaasStatus, type FeedbackSource, type FeedbackSubmitError, type FeedbackSubmitRequest, type FeedbackSubmitResponse, type FeedbackType, type HeaderInput, type HttpMethod, MEDIA_FEATURES, MODEL_PROVIDERS, type MediaFeatureId, type ModelProviderId, type OrderStatusRequest, type OrderStatusResponse, PaymentClient, type RechargeRequest, type RechargeResponse, type RecommendActionsRequest, type RecommendActionsResponse, type RefundRequest, type RefundResponse, type ResponseType, SaaSClient, type SaaSClientOptions, SaaSContract, SaaSHttpError, SaaSNetworkError, SaaSSchemaError, type SkillArchiveFormat, type SkillListItem, type SkillOwnerSummary, type SkillSource, type SkillStatus, type SkillType, type SkillVersionSummary, type SkillVisibility, SkillsClient, type SkillsDetailResponse, type SkillsDownloadResponse, type SkillsListRequest, type SkillsListResponse, type SubscribeRequest, type SubscribeResponse, type SummarizeRequest, type SummarizeResponse, type TrpcClientOptions, type UpgradeRequest, type UpgradeResponse, UserClient, type UserMembershipLevel, type UserSelf, type UserSelfRequest, type UserSelfResponse, type V3BasicSuccess, type V3CapabilitiesData, type V3CapabilitiesResponse, type V3CreditEstimate, type V3EstimatePriceRequest, type V3EstimatePriceResponse, type V3Feature, type V3GenerateRequest, type V3ParamSchema, type V3QueueRequest, type V3QueueResponse, type V3QueueTicket, type V3TaskCreated, type V3TaskGroupResponse, type V3TaskItem, type V3TaskResponse, type V3UploadResponse, type V3Variant, aiChatCompletionsRequestSchema, aiChatModelSchema, aiChatModelsPayloadSchema, aiChatModelsResponseSchema, aiChatModelsSuccessSchema, aiChatSessionMetadataSchema, aiClientMetadataSchema, aiEndpoints, aiErrorResponseSchema, aiModelCapabilitiesInputSchema, aiModelCapabilitiesOutputSchema, aiModelCapabilitiesSchema, aiModelCapabilityCommonSchema, aiModelParameterFieldSchema, aiModelParamsSchema, aiModelSchema, aiModelsRequestSchema, aiModelsUpdatedAtDataSchema, aiModelsUpdatedAtResponseSchema, aiModelsUpdatedAtSuccessSchema, index$7 as aiModule, aiProviderTemplateModelSchema, aiProviderTemplateSchema, aiProviderTemplatesPayloadSchema, aiProviderTemplatesRequestSchema, aiProviderTemplatesResponseSchema, aiProviderTemplatesSuccessSchema, aiResponsesRequestSchema, aiToolsEndpoints, index$6 as aiToolsModule, analyzeSkillsRequestSchema, analyzeSkillsResponseSchema, authEndpoints, authExchangeRequestSchema, authExchangeResponseSchema, authLogoutRequestSchema, authLogoutResponseSchema, index$5 as authModule, authRefreshErrorSchema, authRefreshRequestSchema, authRefreshResponseSchema, authRefreshSuccessSchema, authRefreshUserSchema, auxiliaryEndpoints, auxiliaryInferRequestSchema, auxiliaryInferResponseSchema, index$4 as auxiliaryModule, auxiliaryQuotaResponseSchema, contract, createEmbed, createPricingEmbed, createRechargeEmbed, createTrpcClient, feedbackDetailPayloadSchema, feedbackDetailRequestSchema, feedbackDetailResponseSchema, feedbackEndpoints, feedbackItemSchema, feedbackListPayloadSchema, feedbackListRequestSchema, feedbackListResponseSchema, index$3 as feedbackModule, feedbackSaasStatusSchema, feedbackSourceSchema, feedbackSubmitErrorSchema, feedbackSubmitRequestSchema, feedbackSubmitResponseSchema, feedbackTypeSchema, mergeHeaders, normalizeHeaders, orderStatusRequestSchema, orderStatusResponseSchema, paramSchemaSchema, paymentEndpoints, index$2 as paymentModule, rechargeRequestSchema, rechargeResponseSchema, recommendActionsRequestSchema, recommendActionsResponseSchema, refundRequestSchema, refundResponseSchema, request, skillArchiveFormatSchema, skillListItemSchema, skillOwnerSummarySchema, skillSourceSchema, skillStatusSchema, skillTypeSchema, skillVersionSummarySchema, skillVisibilitySchema, skillsDetailRequestSchema, skillsDetailResponseSchema, skillsDownloadResponseSchema, skillsEndpoints, skillsListRequestSchema, skillsListResponseSchema, index$1 as skillsModule, subscribeRequestSchema, subscribeResponseSchema, summarizeRequestSchema, summarizeResponseSchema, upgradeRequestSchema, upgradeResponseSchema, userEndpoints, userMembershipLevelSchema, index as userModule, userSelfRequestSchema, userSelfResponseSchema, userSelfSchema, v3BasicSuccessSchema, v3CapabilitiesDataSchema, v3CapabilitiesResponseSchema, v3CreditEstimateSchema, v3EstimatePriceRequestSchema, v3EstimatePriceResponseSchema, v3FeatureSchema, v3GenerateRequestSchema, v3QueueRequestSchema, v3QueueResponseSchema, v3QueueTicketSchema, v3TaskCreatedSchema, v3TaskGroupResponseSchema, v3TaskItemSchema, v3TaskResponseSchema, v3UploadResponseSchema, v3VariantSchema };
5852
+ export { AI_MODEL_CAPABILITY_INPUT_KEYS, AI_MODEL_CAPABILITY_OUTPUT_KEYS, AI_MODEL_TAGS, AI_MODEL_TAG_LABELS, type AiChatCompletionsRequest, type AiChatModel, type AiChatModelsResponse, type AiChatSessionMetadata, AiClient, type AiClientMetadata, type AiFileUploadOptions, type AiFileUploadResponse, type AiModel, type AiModelCapabilities, type AiModelCapabilitiesInput, type AiModelCapabilitiesOutput, type AiModelCapabilityInputKey, type AiModelCapabilityOutputKey, type AiModelTag, type AiModelsUpdatedAtData, type AiModelsUpdatedAtResponse, type AiProviderTemplate, type AiProviderTemplateModel, type AiProviderTemplatesResponse, type AiResponsesRequest, AiToolsClient, type AnalyzeSkillsRequest, type AnalyzeSkillsResponse, AuthClient, type AuthExchangeRequest, type AuthExchangeResponse, type AuthLogoutRequest, type AuthLogoutResponse, type AuthRefreshError, type AuthRefreshRequest, type AuthRefreshResponse, type AuthRefreshSuccess, AuxiliaryClient, type AuxiliaryInferRequest, type AuxiliaryInferResponse, type AuxiliaryQuota, type AuxiliaryQuotaResponse, type CreateEmbedOptions, type EmbedEventMap, type EmbedInstance, Endpoint, type FeedbackAttachmentResponse, FeedbackClient, type FeedbackDetailPayload, type FeedbackDetailRequest, type FeedbackDetailResponse, type FeedbackListPayload, type FeedbackListRequest, type FeedbackListResponse, type FeedbackSaasStatus, type FeedbackSource, type FeedbackSubmitError, type FeedbackSubmitRequest, type FeedbackSubmitResponse, type FeedbackType, type HeaderInput, type HttpMethod, MEDIA_FEATURES, MODEL_PROVIDERS, type MediaFeatureId, type ModelProviderId, type OrderStatusRequest, type OrderStatusResponse, PaymentClient, type RechargeRequest, type RechargeResponse, type RecommendActionsRequest, type RecommendActionsResponse, type RefundRequest, type RefundResponse, type ResponseType, SaaSClient, type SaaSClientOptions, SaaSContract, SaaSHttpError, SaaSNetworkError, SaaSSchemaError, type SkillArchiveFormat, type SkillListItem, type SkillOwnerSummary, type SkillSource, type SkillStatus, type SkillType, type SkillVersionSummary, type SkillVisibility, SkillsClient, type SkillsDetailResponse, type SkillsDownloadResponse, type SkillsListRequest, type SkillsListResponse, type SubscribeRequest, type SubscribeResponse, type SummarizeRequest, type SummarizeResponse, type TrpcClientOptions, type UpgradeRequest, type UpgradeResponse, UserClient, type UserMembershipLevel, type UserSelf, type UserSelfRequest, type UserSelfResponse, type V3BasicSuccess, type V3CapabilitiesData, type V3CapabilitiesResponse, type V3CreditEstimate, type V3EstimatePriceRequest, type V3EstimatePriceResponse, type V3Feature, type V3GenerateRequest, type V3InputSlot, type V3ParamSchema, type V3QueueRequest, type V3QueueResponse, type V3QueueTicket, type V3TaskCreated, type V3TaskGroupResponse, type V3TaskItem, type V3TaskResponse, type V3UploadResponse, type V3Variant, aiChatCompletionsRequestSchema, aiChatModelSchema, aiChatModelsPayloadSchema, aiChatModelsResponseSchema, aiChatModelsSuccessSchema, aiChatSessionMetadataSchema, aiClientMetadataSchema, aiEndpoints, aiErrorResponseSchema, aiModelCapabilitiesInputSchema, aiModelCapabilitiesOutputSchema, aiModelCapabilitiesSchema, aiModelCapabilityCommonSchema, aiModelParameterFieldSchema, aiModelParamsSchema, aiModelSchema, aiModelsRequestSchema, aiModelsUpdatedAtDataSchema, aiModelsUpdatedAtResponseSchema, aiModelsUpdatedAtSuccessSchema, index$7 as aiModule, aiProviderTemplateModelSchema, aiProviderTemplateSchema, aiProviderTemplatesPayloadSchema, aiProviderTemplatesRequestSchema, aiProviderTemplatesResponseSchema, aiProviderTemplatesSuccessSchema, aiResponsesRequestSchema, aiToolsEndpoints, index$6 as aiToolsModule, analyzeSkillsRequestSchema, analyzeSkillsResponseSchema, authEndpoints, authExchangeRequestSchema, authExchangeResponseSchema, authLogoutRequestSchema, authLogoutResponseSchema, index$5 as authModule, authRefreshErrorSchema, authRefreshRequestSchema, authRefreshResponseSchema, authRefreshSuccessSchema, authRefreshUserSchema, auxiliaryEndpoints, auxiliaryInferRequestSchema, auxiliaryInferResponseSchema, index$4 as auxiliaryModule, auxiliaryQuotaResponseSchema, contract, createEmbed, createPricingEmbed, createRechargeEmbed, createTrpcClient, feedbackDetailPayloadSchema, feedbackDetailRequestSchema, feedbackDetailResponseSchema, feedbackEndpoints, feedbackItemSchema, feedbackListPayloadSchema, feedbackListRequestSchema, feedbackListResponseSchema, index$3 as feedbackModule, feedbackSaasStatusSchema, feedbackSourceSchema, feedbackSubmitErrorSchema, feedbackSubmitRequestSchema, feedbackSubmitResponseSchema, feedbackTypeSchema, inputSlotSchema, mergeHeaders, normalizeHeaders, orderStatusRequestSchema, orderStatusResponseSchema, paramSchemaSchema, paymentEndpoints, index$2 as paymentModule, rechargeRequestSchema, rechargeResponseSchema, recommendActionsRequestSchema, recommendActionsResponseSchema, refundRequestSchema, refundResponseSchema, request, skillArchiveFormatSchema, skillListItemSchema, skillOwnerSummarySchema, skillSourceSchema, skillStatusSchema, skillTypeSchema, skillVersionSummarySchema, skillVisibilitySchema, skillsDetailRequestSchema, skillsDetailResponseSchema, skillsDownloadResponseSchema, skillsEndpoints, skillsListRequestSchema, skillsListResponseSchema, index$1 as skillsModule, subscribeRequestSchema, subscribeResponseSchema, summarizeRequestSchema, summarizeResponseSchema, upgradeRequestSchema, upgradeResponseSchema, userEndpoints, userMembershipLevelSchema, index as userModule, userSelfRequestSchema, userSelfResponseSchema, userSelfSchema, v3BasicSuccessSchema, v3CapabilitiesDataSchema, v3CapabilitiesResponseSchema, v3CreditEstimateSchema, v3EstimatePriceRequestSchema, v3EstimatePriceResponseSchema, v3FeatureSchema, v3GenerateRequestSchema, v3QueueRequestSchema, v3QueueResponseSchema, v3QueueTicketSchema, v3TaskCreatedSchema, v3TaskGroupResponseSchema, v3TaskItemSchema, v3TaskResponseSchema, v3UploadResponseSchema, v3VariantSchema };