@marketrix.ai/widget 3.3.240 → 3.3.241
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/src/sdk/index.d.ts +46 -143
- package/dist/src/sdk/index.d.ts.map +1 -1
- package/dist/src/sdk/routes.d.ts +46 -143
- package/dist/src/sdk/routes.d.ts.map +1 -1
- package/dist/src/sdk/schema.d.ts +35 -24
- package/dist/src/sdk/schema.d.ts.map +1 -1
- package/dist/widget.mjs +66 -66
- package/dist/widget.mjs.map +1 -1
- package/package.json +1 -1
package/dist/src/sdk/index.d.ts
CHANGED
|
@@ -914,7 +914,6 @@ export declare const sdk: {
|
|
|
914
914
|
instructions: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
915
915
|
image_url: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
916
916
|
graph_index_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
917
|
-
vector_store_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
918
917
|
status: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
919
918
|
active: "active";
|
|
920
919
|
learning: "learning";
|
|
@@ -1010,6 +1009,7 @@ export declare const sdk: {
|
|
|
1010
1009
|
queued: "queued";
|
|
1011
1010
|
running: "running";
|
|
1012
1011
|
creating_knowledge: "creating_knowledge";
|
|
1012
|
+
has_question: "has_question";
|
|
1013
1013
|
stopped: "stopped";
|
|
1014
1014
|
}>;
|
|
1015
1015
|
status_message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -1031,8 +1031,8 @@ export declare const sdk: {
|
|
|
1031
1031
|
pending: "pending";
|
|
1032
1032
|
failed: "failed";
|
|
1033
1033
|
running: "running";
|
|
1034
|
-
stopped: "stopped";
|
|
1035
1034
|
has_question: "has_question";
|
|
1035
|
+
stopped: "stopped";
|
|
1036
1036
|
passed: "passed";
|
|
1037
1037
|
skipped: "skipped";
|
|
1038
1038
|
}>;
|
|
@@ -1341,104 +1341,6 @@ export declare const sdk: {
|
|
|
1341
1341
|
used: import("zod").ZodNumber;
|
|
1342
1342
|
remaining: import("zod").ZodNumber;
|
|
1343
1343
|
}, import("zod/v4/core").$strip>, Record<never, never>>;
|
|
1344
|
-
previewVideoChatUpsert: import("@orpc/contract").ContractProcedureClient<Record<never, never>, import("zod").ZodObject<{
|
|
1345
|
-
application_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1346
|
-
agent_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1347
|
-
simulation_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1348
|
-
chat_id: import("zod").ZodString;
|
|
1349
|
-
chat_content: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1350
|
-
chat_history: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1351
|
-
role: import("zod").ZodEnum<{
|
|
1352
|
-
user: "user";
|
|
1353
|
-
assistant: "assistant";
|
|
1354
|
-
system: "system";
|
|
1355
|
-
}>;
|
|
1356
|
-
content: import("zod").ZodString;
|
|
1357
|
-
timestamp: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1358
|
-
}, import("zod/v4/core").$strip>>>>;
|
|
1359
|
-
chat_output: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1360
|
-
preview_video_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1361
|
-
metadata: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>>;
|
|
1362
|
-
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1363
|
-
id: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1364
|
-
created_at: import("zod").ZodOptional<import("zod").ZodCoercedDate<unknown>>;
|
|
1365
|
-
updated_at: import("zod").ZodOptional<import("zod").ZodCoercedDate<unknown>>;
|
|
1366
|
-
workspace_id: import("zod").ZodNumber;
|
|
1367
|
-
application_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1368
|
-
agent_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1369
|
-
simulation_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1370
|
-
chat_id: import("zod").ZodString;
|
|
1371
|
-
chat_content: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1372
|
-
chat_history: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1373
|
-
role: import("zod").ZodEnum<{
|
|
1374
|
-
user: "user";
|
|
1375
|
-
assistant: "assistant";
|
|
1376
|
-
system: "system";
|
|
1377
|
-
}>;
|
|
1378
|
-
content: import("zod").ZodString;
|
|
1379
|
-
timestamp: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1380
|
-
}, import("zod/v4/core").$strip>>>>;
|
|
1381
|
-
chat_output: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1382
|
-
preview_video_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1383
|
-
metadata: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>>;
|
|
1384
|
-
}, import("zod/v4/core").$strip>, Record<never, never>>;
|
|
1385
|
-
previewVideoChatSearch: import("@orpc/contract").ContractProcedureClient<Record<never, never>, import("zod").ZodObject<{
|
|
1386
|
-
chat_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1387
|
-
agent_id: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1388
|
-
simulation_id: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1389
|
-
limit: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1390
|
-
offset: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1391
|
-
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1392
|
-
items: import("zod").ZodArray<import("zod").ZodObject<{
|
|
1393
|
-
id: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1394
|
-
created_at: import("zod").ZodOptional<import("zod").ZodCoercedDate<unknown>>;
|
|
1395
|
-
updated_at: import("zod").ZodOptional<import("zod").ZodCoercedDate<unknown>>;
|
|
1396
|
-
workspace_id: import("zod").ZodNumber;
|
|
1397
|
-
application_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1398
|
-
agent_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1399
|
-
simulation_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1400
|
-
chat_id: import("zod").ZodString;
|
|
1401
|
-
chat_content: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1402
|
-
chat_history: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1403
|
-
role: import("zod").ZodEnum<{
|
|
1404
|
-
user: "user";
|
|
1405
|
-
assistant: "assistant";
|
|
1406
|
-
system: "system";
|
|
1407
|
-
}>;
|
|
1408
|
-
content: import("zod").ZodString;
|
|
1409
|
-
timestamp: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1410
|
-
}, import("zod/v4/core").$strip>>>>;
|
|
1411
|
-
chat_output: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1412
|
-
preview_video_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1413
|
-
metadata: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>>;
|
|
1414
|
-
}, import("zod/v4/core").$strip>>;
|
|
1415
|
-
count: import("zod").ZodNumber;
|
|
1416
|
-
}, import("zod/v4/core").$strip>, Record<never, never>>;
|
|
1417
|
-
previewVideoChatGet: import("@orpc/contract").ContractProcedureClient<Record<never, never>, import("zod").ZodObject<{
|
|
1418
|
-
id: import("zod").ZodCoercedNumber<unknown>;
|
|
1419
|
-
}, import("zod/v4/core").$strip>, import("zod").ZodNullable<import("zod").ZodObject<{
|
|
1420
|
-
id: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1421
|
-
created_at: import("zod").ZodOptional<import("zod").ZodCoercedDate<unknown>>;
|
|
1422
|
-
updated_at: import("zod").ZodOptional<import("zod").ZodCoercedDate<unknown>>;
|
|
1423
|
-
workspace_id: import("zod").ZodNumber;
|
|
1424
|
-
application_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1425
|
-
agent_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1426
|
-
simulation_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1427
|
-
chat_id: import("zod").ZodString;
|
|
1428
|
-
chat_content: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1429
|
-
chat_history: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1430
|
-
role: import("zod").ZodEnum<{
|
|
1431
|
-
user: "user";
|
|
1432
|
-
assistant: "assistant";
|
|
1433
|
-
system: "system";
|
|
1434
|
-
}>;
|
|
1435
|
-
content: import("zod").ZodString;
|
|
1436
|
-
timestamp: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1437
|
-
}, import("zod/v4/core").$strip>>>>;
|
|
1438
|
-
chat_output: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1439
|
-
preview_video_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1440
|
-
metadata: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>>;
|
|
1441
|
-
}, import("zod/v4/core").$strip>>, Record<never, never>>;
|
|
1442
1344
|
connectorUpsert: import("@orpc/contract").ContractProcedureClient<Record<never, never>, import("zod").ZodObject<{
|
|
1443
1345
|
id: import("zod").ZodOptional<import("zod").ZodCoercedNumber<unknown>>;
|
|
1444
1346
|
application_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -2763,7 +2665,6 @@ export declare const sdk: {
|
|
|
2763
2665
|
workspace_id: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2764
2666
|
user_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
2765
2667
|
graph_index_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
2766
|
-
vector_store_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
2767
2668
|
status: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
2768
2669
|
active: "active";
|
|
2769
2670
|
learning: "learning";
|
|
@@ -2859,6 +2760,7 @@ export declare const sdk: {
|
|
|
2859
2760
|
queued: "queued";
|
|
2860
2761
|
running: "running";
|
|
2861
2762
|
creating_knowledge: "creating_knowledge";
|
|
2763
|
+
has_question: "has_question";
|
|
2862
2764
|
stopped: "stopped";
|
|
2863
2765
|
}>;
|
|
2864
2766
|
status_message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -2880,8 +2782,8 @@ export declare const sdk: {
|
|
|
2880
2782
|
pending: "pending";
|
|
2881
2783
|
failed: "failed";
|
|
2882
2784
|
running: "running";
|
|
2883
|
-
stopped: "stopped";
|
|
2884
2785
|
has_question: "has_question";
|
|
2786
|
+
stopped: "stopped";
|
|
2885
2787
|
passed: "passed";
|
|
2886
2788
|
skipped: "skipped";
|
|
2887
2789
|
}>;
|
|
@@ -2954,7 +2856,6 @@ export declare const sdk: {
|
|
|
2954
2856
|
instructions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2955
2857
|
image_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2956
2858
|
graph_index_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2957
|
-
vector_store_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2958
2859
|
status: import("zod").ZodEnum<{
|
|
2959
2860
|
active: "active";
|
|
2960
2861
|
learning: "learning";
|
|
@@ -3050,6 +2951,7 @@ export declare const sdk: {
|
|
|
3050
2951
|
queued: "queued";
|
|
3051
2952
|
running: "running";
|
|
3052
2953
|
creating_knowledge: "creating_knowledge";
|
|
2954
|
+
has_question: "has_question";
|
|
3053
2955
|
stopped: "stopped";
|
|
3054
2956
|
}>;
|
|
3055
2957
|
status_message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -3071,8 +2973,8 @@ export declare const sdk: {
|
|
|
3071
2973
|
pending: "pending";
|
|
3072
2974
|
failed: "failed";
|
|
3073
2975
|
running: "running";
|
|
3074
|
-
stopped: "stopped";
|
|
3075
2976
|
has_question: "has_question";
|
|
2977
|
+
stopped: "stopped";
|
|
3076
2978
|
passed: "passed";
|
|
3077
2979
|
skipped: "skipped";
|
|
3078
2980
|
}>;
|
|
@@ -3141,7 +3043,6 @@ export declare const sdk: {
|
|
|
3141
3043
|
instructions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3142
3044
|
image_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3143
3045
|
graph_index_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3144
|
-
vector_store_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3145
3046
|
status: import("zod").ZodEnum<{
|
|
3146
3047
|
active: "active";
|
|
3147
3048
|
learning: "learning";
|
|
@@ -3237,6 +3138,7 @@ export declare const sdk: {
|
|
|
3237
3138
|
queued: "queued";
|
|
3238
3139
|
running: "running";
|
|
3239
3140
|
creating_knowledge: "creating_knowledge";
|
|
3141
|
+
has_question: "has_question";
|
|
3240
3142
|
stopped: "stopped";
|
|
3241
3143
|
}>;
|
|
3242
3144
|
status_message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -3258,8 +3160,8 @@ export declare const sdk: {
|
|
|
3258
3160
|
pending: "pending";
|
|
3259
3161
|
failed: "failed";
|
|
3260
3162
|
running: "running";
|
|
3261
|
-
stopped: "stopped";
|
|
3262
3163
|
has_question: "has_question";
|
|
3164
|
+
stopped: "stopped";
|
|
3263
3165
|
passed: "passed";
|
|
3264
3166
|
skipped: "skipped";
|
|
3265
3167
|
}>;
|
|
@@ -3327,7 +3229,6 @@ export declare const sdk: {
|
|
|
3327
3229
|
instructions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3328
3230
|
image_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3329
3231
|
graph_index_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3330
|
-
vector_store_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3331
3232
|
status: import("zod").ZodEnum<{
|
|
3332
3233
|
active: "active";
|
|
3333
3234
|
learning: "learning";
|
|
@@ -3423,6 +3324,7 @@ export declare const sdk: {
|
|
|
3423
3324
|
queued: "queued";
|
|
3424
3325
|
running: "running";
|
|
3425
3326
|
creating_knowledge: "creating_knowledge";
|
|
3327
|
+
has_question: "has_question";
|
|
3426
3328
|
stopped: "stopped";
|
|
3427
3329
|
}>;
|
|
3428
3330
|
status_message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -3444,8 +3346,8 @@ export declare const sdk: {
|
|
|
3444
3346
|
pending: "pending";
|
|
3445
3347
|
failed: "failed";
|
|
3446
3348
|
running: "running";
|
|
3447
|
-
stopped: "stopped";
|
|
3448
3349
|
has_question: "has_question";
|
|
3350
|
+
stopped: "stopped";
|
|
3449
3351
|
passed: "passed";
|
|
3450
3352
|
skipped: "skipped";
|
|
3451
3353
|
}>;
|
|
@@ -3530,7 +3432,6 @@ export declare const sdk: {
|
|
|
3530
3432
|
instructions: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
3531
3433
|
image_url: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
3532
3434
|
graph_index_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
3533
|
-
vector_store_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
3534
3435
|
status: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
3535
3436
|
active: "active";
|
|
3536
3437
|
learning: "learning";
|
|
@@ -3626,6 +3527,7 @@ export declare const sdk: {
|
|
|
3626
3527
|
queued: "queued";
|
|
3627
3528
|
running: "running";
|
|
3628
3529
|
creating_knowledge: "creating_knowledge";
|
|
3530
|
+
has_question: "has_question";
|
|
3629
3531
|
stopped: "stopped";
|
|
3630
3532
|
}>;
|
|
3631
3533
|
status_message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -3647,8 +3549,8 @@ export declare const sdk: {
|
|
|
3647
3549
|
pending: "pending";
|
|
3648
3550
|
failed: "failed";
|
|
3649
3551
|
running: "running";
|
|
3650
|
-
stopped: "stopped";
|
|
3651
3552
|
has_question: "has_question";
|
|
3553
|
+
stopped: "stopped";
|
|
3652
3554
|
passed: "passed";
|
|
3653
3555
|
skipped: "skipped";
|
|
3654
3556
|
}>;
|
|
@@ -3710,7 +3612,6 @@ export declare const sdk: {
|
|
|
3710
3612
|
instructions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3711
3613
|
image_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3712
3614
|
graph_index_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3713
|
-
vector_store_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3714
3615
|
status: import("zod").ZodEnum<{
|
|
3715
3616
|
active: "active";
|
|
3716
3617
|
learning: "learning";
|
|
@@ -3806,6 +3707,7 @@ export declare const sdk: {
|
|
|
3806
3707
|
queued: "queued";
|
|
3807
3708
|
running: "running";
|
|
3808
3709
|
creating_knowledge: "creating_knowledge";
|
|
3710
|
+
has_question: "has_question";
|
|
3809
3711
|
stopped: "stopped";
|
|
3810
3712
|
}>;
|
|
3811
3713
|
status_message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -3827,8 +3729,8 @@ export declare const sdk: {
|
|
|
3827
3729
|
pending: "pending";
|
|
3828
3730
|
failed: "failed";
|
|
3829
3731
|
running: "running";
|
|
3830
|
-
stopped: "stopped";
|
|
3831
3732
|
has_question: "has_question";
|
|
3733
|
+
stopped: "stopped";
|
|
3832
3734
|
passed: "passed";
|
|
3833
3735
|
skipped: "skipped";
|
|
3834
3736
|
}>;
|
|
@@ -3895,7 +3797,6 @@ export declare const sdk: {
|
|
|
3895
3797
|
instructions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3896
3798
|
image_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3897
3799
|
graph_index_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3898
|
-
vector_store_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3899
3800
|
status: import("zod").ZodEnum<{
|
|
3900
3801
|
active: "active";
|
|
3901
3802
|
learning: "learning";
|
|
@@ -3991,6 +3892,7 @@ export declare const sdk: {
|
|
|
3991
3892
|
queued: "queued";
|
|
3992
3893
|
running: "running";
|
|
3993
3894
|
creating_knowledge: "creating_knowledge";
|
|
3895
|
+
has_question: "has_question";
|
|
3994
3896
|
stopped: "stopped";
|
|
3995
3897
|
}>;
|
|
3996
3898
|
status_message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -4012,8 +3914,8 @@ export declare const sdk: {
|
|
|
4012
3914
|
pending: "pending";
|
|
4013
3915
|
failed: "failed";
|
|
4014
3916
|
running: "running";
|
|
4015
|
-
stopped: "stopped";
|
|
4016
3917
|
has_question: "has_question";
|
|
3918
|
+
stopped: "stopped";
|
|
4017
3919
|
passed: "passed";
|
|
4018
3920
|
skipped: "skipped";
|
|
4019
3921
|
}>;
|
|
@@ -4077,7 +3979,6 @@ export declare const sdk: {
|
|
|
4077
3979
|
instructions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4078
3980
|
image_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4079
3981
|
graph_index_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4080
|
-
vector_store_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4081
3982
|
status: import("zod").ZodEnum<{
|
|
4082
3983
|
active: "active";
|
|
4083
3984
|
learning: "learning";
|
|
@@ -4173,6 +4074,7 @@ export declare const sdk: {
|
|
|
4173
4074
|
queued: "queued";
|
|
4174
4075
|
running: "running";
|
|
4175
4076
|
creating_knowledge: "creating_knowledge";
|
|
4077
|
+
has_question: "has_question";
|
|
4176
4078
|
stopped: "stopped";
|
|
4177
4079
|
}>;
|
|
4178
4080
|
status_message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -4194,8 +4096,8 @@ export declare const sdk: {
|
|
|
4194
4096
|
pending: "pending";
|
|
4195
4097
|
failed: "failed";
|
|
4196
4098
|
running: "running";
|
|
4197
|
-
stopped: "stopped";
|
|
4198
4099
|
has_question: "has_question";
|
|
4100
|
+
stopped: "stopped";
|
|
4199
4101
|
passed: "passed";
|
|
4200
4102
|
skipped: "skipped";
|
|
4201
4103
|
}>;
|
|
@@ -4537,6 +4439,7 @@ export declare const sdk: {
|
|
|
4537
4439
|
queued: "queued";
|
|
4538
4440
|
running: "running";
|
|
4539
4441
|
creating_knowledge: "creating_knowledge";
|
|
4442
|
+
has_question: "has_question";
|
|
4540
4443
|
stopped: "stopped";
|
|
4541
4444
|
}>;
|
|
4542
4445
|
status_message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -4558,8 +4461,8 @@ export declare const sdk: {
|
|
|
4558
4461
|
pending: "pending";
|
|
4559
4462
|
failed: "failed";
|
|
4560
4463
|
running: "running";
|
|
4561
|
-
stopped: "stopped";
|
|
4562
4464
|
has_question: "has_question";
|
|
4465
|
+
stopped: "stopped";
|
|
4563
4466
|
passed: "passed";
|
|
4564
4467
|
skipped: "skipped";
|
|
4565
4468
|
}>;
|
|
@@ -4623,6 +4526,7 @@ export declare const sdk: {
|
|
|
4623
4526
|
queued: "queued";
|
|
4624
4527
|
running: "running";
|
|
4625
4528
|
creating_knowledge: "creating_knowledge";
|
|
4529
|
+
has_question: "has_question";
|
|
4626
4530
|
stopped: "stopped";
|
|
4627
4531
|
}>;
|
|
4628
4532
|
path: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -4669,6 +4573,7 @@ export declare const sdk: {
|
|
|
4669
4573
|
queued: "queued";
|
|
4670
4574
|
running: "running";
|
|
4671
4575
|
creating_knowledge: "creating_knowledge";
|
|
4576
|
+
has_question: "has_question";
|
|
4672
4577
|
stopped: "stopped";
|
|
4673
4578
|
}>>;
|
|
4674
4579
|
path: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
@@ -4723,6 +4628,7 @@ export declare const sdk: {
|
|
|
4723
4628
|
queued: "queued";
|
|
4724
4629
|
running: "running";
|
|
4725
4630
|
creating_knowledge: "creating_knowledge";
|
|
4631
|
+
has_question: "has_question";
|
|
4726
4632
|
stopped: "stopped";
|
|
4727
4633
|
}>;
|
|
4728
4634
|
status_message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -4744,8 +4650,8 @@ export declare const sdk: {
|
|
|
4744
4650
|
pending: "pending";
|
|
4745
4651
|
failed: "failed";
|
|
4746
4652
|
running: "running";
|
|
4747
|
-
stopped: "stopped";
|
|
4748
4653
|
has_question: "has_question";
|
|
4654
|
+
stopped: "stopped";
|
|
4749
4655
|
passed: "passed";
|
|
4750
4656
|
skipped: "skipped";
|
|
4751
4657
|
}>;
|
|
@@ -4788,6 +4694,7 @@ export declare const sdk: {
|
|
|
4788
4694
|
queued: "queued";
|
|
4789
4695
|
running: "running";
|
|
4790
4696
|
creating_knowledge: "creating_knowledge";
|
|
4697
|
+
has_question: "has_question";
|
|
4791
4698
|
stopped: "stopped";
|
|
4792
4699
|
}>>;
|
|
4793
4700
|
status_message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -4808,6 +4715,7 @@ export declare const sdk: {
|
|
|
4808
4715
|
queued: "queued";
|
|
4809
4716
|
running: "running";
|
|
4810
4717
|
creating_knowledge: "creating_knowledge";
|
|
4718
|
+
has_question: "has_question";
|
|
4811
4719
|
stopped: "stopped";
|
|
4812
4720
|
}>;
|
|
4813
4721
|
status_message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -4829,8 +4737,8 @@ export declare const sdk: {
|
|
|
4829
4737
|
pending: "pending";
|
|
4830
4738
|
failed: "failed";
|
|
4831
4739
|
running: "running";
|
|
4832
|
-
stopped: "stopped";
|
|
4833
4740
|
has_question: "has_question";
|
|
4741
|
+
stopped: "stopped";
|
|
4834
4742
|
passed: "passed";
|
|
4835
4743
|
skipped: "skipped";
|
|
4836
4744
|
}>;
|
|
@@ -4882,6 +4790,7 @@ export declare const sdk: {
|
|
|
4882
4790
|
queued: "queued";
|
|
4883
4791
|
running: "running";
|
|
4884
4792
|
creating_knowledge: "creating_knowledge";
|
|
4793
|
+
has_question: "has_question";
|
|
4885
4794
|
stopped: "stopped";
|
|
4886
4795
|
}>;
|
|
4887
4796
|
status_message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -4903,8 +4812,8 @@ export declare const sdk: {
|
|
|
4903
4812
|
pending: "pending";
|
|
4904
4813
|
failed: "failed";
|
|
4905
4814
|
running: "running";
|
|
4906
|
-
stopped: "stopped";
|
|
4907
4815
|
has_question: "has_question";
|
|
4816
|
+
stopped: "stopped";
|
|
4908
4817
|
passed: "passed";
|
|
4909
4818
|
skipped: "skipped";
|
|
4910
4819
|
}>;
|
|
@@ -4951,8 +4860,8 @@ export declare const sdk: {
|
|
|
4951
4860
|
failed: "failed";
|
|
4952
4861
|
queued: "queued";
|
|
4953
4862
|
running: "running";
|
|
4954
|
-
stopped: "stopped";
|
|
4955
4863
|
has_question: "has_question";
|
|
4864
|
+
stopped: "stopped";
|
|
4956
4865
|
}>;
|
|
4957
4866
|
status_message: import("zod").ZodNullable<import("zod").ZodString>;
|
|
4958
4867
|
skill: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -6280,6 +6189,7 @@ export declare const sdk: {
|
|
|
6280
6189
|
queued: "queued";
|
|
6281
6190
|
running: "running";
|
|
6282
6191
|
creating_knowledge: "creating_knowledge";
|
|
6192
|
+
has_question: "has_question";
|
|
6283
6193
|
stopped: "stopped";
|
|
6284
6194
|
}>;
|
|
6285
6195
|
status_message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -6301,8 +6211,8 @@ export declare const sdk: {
|
|
|
6301
6211
|
pending: "pending";
|
|
6302
6212
|
failed: "failed";
|
|
6303
6213
|
running: "running";
|
|
6304
|
-
stopped: "stopped";
|
|
6305
6214
|
has_question: "has_question";
|
|
6215
|
+
stopped: "stopped";
|
|
6306
6216
|
passed: "passed";
|
|
6307
6217
|
skipped: "skipped";
|
|
6308
6218
|
}>;
|
|
@@ -6355,6 +6265,7 @@ export declare const sdk: {
|
|
|
6355
6265
|
queued: "queued";
|
|
6356
6266
|
running: "running";
|
|
6357
6267
|
creating_knowledge: "creating_knowledge";
|
|
6268
|
+
has_question: "has_question";
|
|
6358
6269
|
stopped: "stopped";
|
|
6359
6270
|
}>;
|
|
6360
6271
|
status_message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -6376,8 +6287,8 @@ export declare const sdk: {
|
|
|
6376
6287
|
pending: "pending";
|
|
6377
6288
|
failed: "failed";
|
|
6378
6289
|
running: "running";
|
|
6379
|
-
stopped: "stopped";
|
|
6380
6290
|
has_question: "has_question";
|
|
6291
|
+
stopped: "stopped";
|
|
6381
6292
|
passed: "passed";
|
|
6382
6293
|
skipped: "skipped";
|
|
6383
6294
|
}>;
|
|
@@ -6431,6 +6342,7 @@ export declare const sdk: {
|
|
|
6431
6342
|
queued: "queued";
|
|
6432
6343
|
running: "running";
|
|
6433
6344
|
creating_knowledge: "creating_knowledge";
|
|
6345
|
+
has_question: "has_question";
|
|
6434
6346
|
stopped: "stopped";
|
|
6435
6347
|
}>;
|
|
6436
6348
|
status_message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -6452,8 +6364,8 @@ export declare const sdk: {
|
|
|
6452
6364
|
pending: "pending";
|
|
6453
6365
|
failed: "failed";
|
|
6454
6366
|
running: "running";
|
|
6455
|
-
stopped: "stopped";
|
|
6456
6367
|
has_question: "has_question";
|
|
6368
|
+
stopped: "stopped";
|
|
6457
6369
|
passed: "passed";
|
|
6458
6370
|
skipped: "skipped";
|
|
6459
6371
|
}>;
|
|
@@ -6752,19 +6664,6 @@ export declare const sdk: {
|
|
|
6752
6664
|
overallFailed: import("zod").ZodNumber;
|
|
6753
6665
|
}, import("zod/v4/core").$strip>;
|
|
6754
6666
|
}, import("zod/v4/core").$strip>, Record<never, never>>;
|
|
6755
|
-
qaCrossBrowserComparison: import("@orpc/contract").ContractProcedureClient<Record<never, never>, import("zod").ZodObject<{
|
|
6756
|
-
id: import("zod").ZodCoercedNumber<unknown>;
|
|
6757
|
-
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
6758
|
-
byTest: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
6759
|
-
status: import("zod").ZodString;
|
|
6760
|
-
runId: import("zod").ZodNumber;
|
|
6761
|
-
}, import("zod/v4/core").$strip>>>;
|
|
6762
|
-
byBrowser: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
6763
|
-
passed: import("zod").ZodNumber;
|
|
6764
|
-
failed: import("zod").ZodNumber;
|
|
6765
|
-
total: import("zod").ZodNumber;
|
|
6766
|
-
}, import("zod/v4/core").$strip>>;
|
|
6767
|
-
}, import("zod/v4/core").$strip>, Record<never, never>>;
|
|
6768
6667
|
qaBrowserConfigUpdate: import("@orpc/contract").ContractProcedureClient<Record<never, never>, import("zod").ZodObject<{
|
|
6769
6668
|
browsers: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodEnum<{
|
|
6770
6669
|
chromium: "chromium";
|
|
@@ -6996,7 +6895,7 @@ export declare const sdk: {
|
|
|
6996
6895
|
error: string;
|
|
6997
6896
|
} | {
|
|
6998
6897
|
type: "task/status";
|
|
6999
|
-
status: "completed" | "failed" | "running" | "
|
|
6898
|
+
status: "completed" | "failed" | "running" | "has_question" | "stopped";
|
|
7000
6899
|
message?: string | undefined;
|
|
7001
6900
|
task_id?: string | undefined;
|
|
7002
6901
|
timestamp?: number | undefined;
|
|
@@ -7027,7 +6926,7 @@ export declare const sdk: {
|
|
|
7027
6926
|
error: string;
|
|
7028
6927
|
} | {
|
|
7029
6928
|
type: "task/status";
|
|
7030
|
-
status: "completed" | "failed" | "running" | "
|
|
6929
|
+
status: "completed" | "failed" | "running" | "has_question" | "stopped";
|
|
7031
6930
|
message?: string | undefined;
|
|
7032
6931
|
task_id?: string | undefined;
|
|
7033
6932
|
timestamp?: number | undefined;
|
|
@@ -7102,7 +7001,7 @@ export declare const sdk: {
|
|
|
7102
7001
|
type: "simulation/updated";
|
|
7103
7002
|
simulation_id: number;
|
|
7104
7003
|
application_id: number;
|
|
7105
|
-
status: "completed" | "failed" | "queued" | "running" | "creating_knowledge" | "stopped";
|
|
7004
|
+
status: "completed" | "failed" | "queued" | "running" | "creating_knowledge" | "has_question" | "stopped";
|
|
7106
7005
|
has_question?: boolean | undefined;
|
|
7107
7006
|
step_label?: string | undefined;
|
|
7108
7007
|
step_pending?: boolean | undefined;
|
|
@@ -7166,7 +7065,7 @@ export declare const sdk: {
|
|
|
7166
7065
|
status: "pending" | "completed" | "failed" | "running" | "stopped";
|
|
7167
7066
|
} | {
|
|
7168
7067
|
type: "agent/updated";
|
|
7169
|
-
status: "active" | "learning" | "error" | "completed" | "failed" | "queued" | "running" | "
|
|
7068
|
+
status: "active" | "learning" | "error" | "completed" | "failed" | "queued" | "running" | "has_question" | "stopped";
|
|
7170
7069
|
agent_id?: number | undefined;
|
|
7171
7070
|
context_id?: string | undefined;
|
|
7172
7071
|
task_id?: string | undefined;
|
|
@@ -7293,7 +7192,7 @@ export declare const sdk: {
|
|
|
7293
7192
|
type: "simulation/updated";
|
|
7294
7193
|
simulation_id: number;
|
|
7295
7194
|
application_id: number;
|
|
7296
|
-
status: "completed" | "failed" | "queued" | "running" | "creating_knowledge" | "stopped";
|
|
7195
|
+
status: "completed" | "failed" | "queued" | "running" | "creating_knowledge" | "has_question" | "stopped";
|
|
7297
7196
|
has_question?: boolean | undefined;
|
|
7298
7197
|
step_label?: string | undefined;
|
|
7299
7198
|
step_pending?: boolean | undefined;
|
|
@@ -7357,7 +7256,7 @@ export declare const sdk: {
|
|
|
7357
7256
|
status: "pending" | "completed" | "failed" | "running" | "stopped";
|
|
7358
7257
|
} | {
|
|
7359
7258
|
type: "agent/updated";
|
|
7360
|
-
status: "active" | "learning" | "error" | "completed" | "failed" | "queued" | "running" | "
|
|
7259
|
+
status: "active" | "learning" | "error" | "completed" | "failed" | "queued" | "running" | "has_question" | "stopped";
|
|
7361
7260
|
agent_id?: number | undefined;
|
|
7362
7261
|
context_id?: string | undefined;
|
|
7363
7262
|
task_id?: string | undefined;
|
|
@@ -8173,6 +8072,7 @@ export declare const sdk: {
|
|
|
8173
8072
|
queued: "queued";
|
|
8174
8073
|
running: "running";
|
|
8175
8074
|
creating_knowledge: "creating_knowledge";
|
|
8075
|
+
has_question: "has_question";
|
|
8176
8076
|
stopped: "stopped";
|
|
8177
8077
|
}>>>;
|
|
8178
8078
|
}, import("zod/v4/core").$strip>>;
|
|
@@ -8320,6 +8220,7 @@ export declare const sdk: {
|
|
|
8320
8220
|
queued: "queued";
|
|
8321
8221
|
running: "running";
|
|
8322
8222
|
creating_knowledge: "creating_knowledge";
|
|
8223
|
+
has_question: "has_question";
|
|
8323
8224
|
stopped: "stopped";
|
|
8324
8225
|
}>>>;
|
|
8325
8226
|
}, import("zod/v4/core").$strip>>;
|
|
@@ -8424,6 +8325,7 @@ export declare const sdk: {
|
|
|
8424
8325
|
queued: "queued";
|
|
8425
8326
|
running: "running";
|
|
8426
8327
|
creating_knowledge: "creating_knowledge";
|
|
8328
|
+
has_question: "has_question";
|
|
8427
8329
|
stopped: "stopped";
|
|
8428
8330
|
}>>>;
|
|
8429
8331
|
}, import("zod/v4/core").$strip>>;
|
|
@@ -8468,6 +8370,7 @@ export declare const sdk: {
|
|
|
8468
8370
|
queued: "queued";
|
|
8469
8371
|
running: "running";
|
|
8470
8372
|
creating_knowledge: "creating_knowledge";
|
|
8373
|
+
has_question: "has_question";
|
|
8471
8374
|
stopped: "stopped";
|
|
8472
8375
|
}>>>;
|
|
8473
8376
|
}, import("zod/v4/core").$strip>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/sdk/index.ts"],"names":[],"mappings":"AA4BA;;;GAGG;AACH,eAAO,MAAM,YAAY,GAAI,QAAQ,MAAM,SAQ1C,CAAC;AAoBF,eAAO,MAAM,GAAG
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/sdk/index.ts"],"names":[],"mappings":"AA4BA;;;GAGG;AACH,eAAO,MAAM,YAAY,GAAI,QAAQ,MAAM,SAQ1C,CAAC;AAoBF,eAAO,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0BAhBQ,MAAM;;;wBAZO,MAAM;CAmCzC,CAAC;AAGH,cAAc,UAAU,CAAC;AAGzB,OAAO,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC"}
|