@marketrix.ai/widget 3.3.240 → 3.3.242
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 +44 -319
- package/dist/src/sdk/index.d.ts.map +1 -1
- package/dist/src/sdk/routes.d.ts +44 -319
- 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
|
}>;
|
|
@@ -4055,184 +3957,6 @@ export declare const sdk: {
|
|
|
4055
3957
|
knowledge_id: import("zod").ZodNumber;
|
|
4056
3958
|
message: import("zod").ZodString;
|
|
4057
3959
|
}, import("zod/v4/core").$strip>, Record<never, never>>;
|
|
4058
|
-
agentResetLearning: import("@orpc/contract").ContractProcedureClient<Record<never, never>, import("zod").ZodObject<{
|
|
4059
|
-
agent_id: import("zod").ZodCoercedNumber<unknown>;
|
|
4060
|
-
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
4061
|
-
id: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4062
|
-
created_at: import("zod").ZodOptional<import("zod").ZodCoercedDate<unknown>>;
|
|
4063
|
-
updated_at: import("zod").ZodOptional<import("zod").ZodCoercedDate<unknown>>;
|
|
4064
|
-
workspace_id: import("zod").ZodNumber;
|
|
4065
|
-
user_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
4066
|
-
application_id: import("zod").ZodNumber;
|
|
4067
|
-
agent_name: import("zod").ZodString;
|
|
4068
|
-
agent_type: import("zod").ZodEnum<{
|
|
4069
|
-
human: "human";
|
|
4070
|
-
ai: "ai";
|
|
4071
|
-
}>;
|
|
4072
|
-
agent_voice: import("zod").ZodEnum<{
|
|
4073
|
-
male: "male";
|
|
4074
|
-
female: "female";
|
|
4075
|
-
}>;
|
|
4076
|
-
agent_description: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4077
|
-
instructions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4078
|
-
image_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4079
|
-
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
|
-
status: import("zod").ZodEnum<{
|
|
4082
|
-
active: "active";
|
|
4083
|
-
learning: "learning";
|
|
4084
|
-
error: "error";
|
|
4085
|
-
}>;
|
|
4086
|
-
status_message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4087
|
-
learning_progress: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
4088
|
-
graph_index_created: import("zod").ZodNullable<import("zod").ZodBoolean>;
|
|
4089
|
-
}, import("zod/v4/core").$strip>>>;
|
|
4090
|
-
learning_started_at: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodCoercedDate<unknown>>>;
|
|
4091
|
-
workspace: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
4092
|
-
id: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4093
|
-
created_at: import("zod").ZodOptional<import("zod").ZodCoercedDate<unknown>>;
|
|
4094
|
-
updated_at: import("zod").ZodOptional<import("zod").ZodCoercedDate<unknown>>;
|
|
4095
|
-
name: import("zod").ZodString;
|
|
4096
|
-
slug: import("zod").ZodString;
|
|
4097
|
-
status: import("zod").ZodEnum<{
|
|
4098
|
-
created: "created";
|
|
4099
|
-
active: "active";
|
|
4100
|
-
suspended: "suspended";
|
|
4101
|
-
pending_approval: "pending_approval";
|
|
4102
|
-
}>;
|
|
4103
|
-
package: import("zod").ZodEnum<{
|
|
4104
|
-
free: "free";
|
|
4105
|
-
startup: "startup";
|
|
4106
|
-
growth: "growth";
|
|
4107
|
-
enterprise: "enterprise";
|
|
4108
|
-
}>;
|
|
4109
|
-
ending_date: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodCoercedDate<unknown>>>;
|
|
4110
|
-
external_workspace_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4111
|
-
slack_webhook_configured: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4112
|
-
notify_all_members_on_question: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4113
|
-
}, import("zod/v4/core").$strip>>;
|
|
4114
|
-
user: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
4115
|
-
id: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4116
|
-
created_at: import("zod").ZodOptional<import("zod").ZodCoercedDate<unknown>>;
|
|
4117
|
-
updated_at: import("zod").ZodOptional<import("zod").ZodCoercedDate<unknown>>;
|
|
4118
|
-
is_super: import("zod").ZodBoolean;
|
|
4119
|
-
status: import("zod").ZodEnum<{
|
|
4120
|
-
created: "created";
|
|
4121
|
-
active: "active";
|
|
4122
|
-
suspended: "suspended";
|
|
4123
|
-
pending_approval: "pending_approval";
|
|
4124
|
-
}>;
|
|
4125
|
-
email: import("zod").ZodString;
|
|
4126
|
-
external_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4127
|
-
first_name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4128
|
-
last_name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4129
|
-
password: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4130
|
-
image_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4131
|
-
prompt_limit: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
4132
|
-
last_login_at: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodCoercedDate<unknown>>>;
|
|
4133
|
-
auth_method: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
4134
|
-
password: "password";
|
|
4135
|
-
oauth: "oauth";
|
|
4136
|
-
}>>>;
|
|
4137
|
-
}, import("zod/v4/core").$strip>>;
|
|
4138
|
-
knowledge: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
4139
|
-
id: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4140
|
-
created_at: import("zod").ZodOptional<import("zod").ZodCoercedDate<unknown>>;
|
|
4141
|
-
updated_at: import("zod").ZodOptional<import("zod").ZodCoercedDate<unknown>>;
|
|
4142
|
-
workspace_id: import("zod").ZodNumber;
|
|
4143
|
-
application_id: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4144
|
-
file_name: import("zod").ZodString;
|
|
4145
|
-
file_size: import("zod").ZodCoercedNumber<unknown>;
|
|
4146
|
-
file_type: import("zod").ZodEnum<{
|
|
4147
|
-
document: "document";
|
|
4148
|
-
video: "video";
|
|
4149
|
-
}>;
|
|
4150
|
-
file_url: import("zod").ZodString;
|
|
4151
|
-
source_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4152
|
-
source: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodEnum<{
|
|
4153
|
-
user: "user";
|
|
4154
|
-
research: "research";
|
|
4155
|
-
}>>>;
|
|
4156
|
-
agents: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
4157
|
-
id: import("zod").ZodNumber;
|
|
4158
|
-
agent_name: import("zod").ZodString;
|
|
4159
|
-
image_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4160
|
-
}, import("zod/v4/core").$strip>>>;
|
|
4161
|
-
}, import("zod/v4/core").$strip>>>;
|
|
4162
|
-
simulations: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
4163
|
-
id: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4164
|
-
created_at: import("zod").ZodOptional<import("zod").ZodCoercedDate<unknown>>;
|
|
4165
|
-
updated_at: import("zod").ZodOptional<import("zod").ZodCoercedDate<unknown>>;
|
|
4166
|
-
application_id: import("zod").ZodNumber;
|
|
4167
|
-
agent_id: import("zod").ZodNumber;
|
|
4168
|
-
job_id: import("zod").ZodString;
|
|
4169
|
-
browser_session_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4170
|
-
status: import("zod").ZodEnum<{
|
|
4171
|
-
completed: "completed";
|
|
4172
|
-
failed: "failed";
|
|
4173
|
-
queued: "queued";
|
|
4174
|
-
running: "running";
|
|
4175
|
-
creating_knowledge: "creating_knowledge";
|
|
4176
|
-
stopped: "stopped";
|
|
4177
|
-
}>;
|
|
4178
|
-
status_message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4179
|
-
path: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4180
|
-
instructions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4181
|
-
pinned: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4182
|
-
source: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
4183
|
-
direct: "direct";
|
|
4184
|
-
qa: "qa";
|
|
4185
|
-
}>>;
|
|
4186
|
-
agent_name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4187
|
-
graph_index_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4188
|
-
source_metadata: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>>;
|
|
4189
|
-
tasks: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
4190
|
-
task_id: import("zod").ZodString;
|
|
4191
|
-
title: import("zod").ZodString;
|
|
4192
|
-
instructions: import("zod").ZodString;
|
|
4193
|
-
status: import("zod").ZodEnum<{
|
|
4194
|
-
pending: "pending";
|
|
4195
|
-
failed: "failed";
|
|
4196
|
-
running: "running";
|
|
4197
|
-
stopped: "stopped";
|
|
4198
|
-
has_question: "has_question";
|
|
4199
|
-
passed: "passed";
|
|
4200
|
-
skipped: "skipped";
|
|
4201
|
-
}>;
|
|
4202
|
-
error_message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4203
|
-
started_at: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4204
|
-
completed_at: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4205
|
-
order_index: import("zod").ZodDefault<import("zod").ZodNumber>;
|
|
4206
|
-
tab_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4207
|
-
step_count: import("zod").ZodDefault<import("zod").ZodNumber>;
|
|
4208
|
-
blocked_by: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
4209
|
-
task_id: import("zod").ZodString;
|
|
4210
|
-
condition: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
4211
|
-
pass: "pass";
|
|
4212
|
-
}>>;
|
|
4213
|
-
}, import("zod/v4/core").$strip>>>;
|
|
4214
|
-
}, import("zod/v4/core").$strip>>>;
|
|
4215
|
-
agents: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
4216
|
-
id: import("zod").ZodNumber;
|
|
4217
|
-
agent_name: import("zod").ZodString;
|
|
4218
|
-
image_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4219
|
-
}, import("zod/v4/core").$strip>>>;
|
|
4220
|
-
mindmap_status: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
4221
|
-
pending: "pending";
|
|
4222
|
-
completed: "completed";
|
|
4223
|
-
failed: "failed";
|
|
4224
|
-
generating: "generating";
|
|
4225
|
-
}>>;
|
|
4226
|
-
mindmap_steps_processed: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4227
|
-
mindmap_steps_total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4228
|
-
mindmap_error: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4229
|
-
created_by_user_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
4230
|
-
persona_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
4231
|
-
has_question: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4232
|
-
}, import("zod/v4/core").$strip>>>;
|
|
4233
|
-
simulation_count: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4234
|
-
knowledge_count: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4235
|
-
}, import("zod/v4/core").$strip>, Record<never, never>>;
|
|
4236
3960
|
activityLogCreate: import("@orpc/contract").ContractProcedureClient<Record<never, never>, import("zod").ZodObject<{
|
|
4237
3961
|
id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
4238
3962
|
created_at: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodCoercedDate<unknown>>>;
|
|
@@ -4537,6 +4261,7 @@ export declare const sdk: {
|
|
|
4537
4261
|
queued: "queued";
|
|
4538
4262
|
running: "running";
|
|
4539
4263
|
creating_knowledge: "creating_knowledge";
|
|
4264
|
+
has_question: "has_question";
|
|
4540
4265
|
stopped: "stopped";
|
|
4541
4266
|
}>;
|
|
4542
4267
|
status_message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -4558,8 +4283,8 @@ export declare const sdk: {
|
|
|
4558
4283
|
pending: "pending";
|
|
4559
4284
|
failed: "failed";
|
|
4560
4285
|
running: "running";
|
|
4561
|
-
stopped: "stopped";
|
|
4562
4286
|
has_question: "has_question";
|
|
4287
|
+
stopped: "stopped";
|
|
4563
4288
|
passed: "passed";
|
|
4564
4289
|
skipped: "skipped";
|
|
4565
4290
|
}>;
|
|
@@ -4623,6 +4348,7 @@ export declare const sdk: {
|
|
|
4623
4348
|
queued: "queued";
|
|
4624
4349
|
running: "running";
|
|
4625
4350
|
creating_knowledge: "creating_knowledge";
|
|
4351
|
+
has_question: "has_question";
|
|
4626
4352
|
stopped: "stopped";
|
|
4627
4353
|
}>;
|
|
4628
4354
|
path: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -4669,6 +4395,7 @@ export declare const sdk: {
|
|
|
4669
4395
|
queued: "queued";
|
|
4670
4396
|
running: "running";
|
|
4671
4397
|
creating_knowledge: "creating_knowledge";
|
|
4398
|
+
has_question: "has_question";
|
|
4672
4399
|
stopped: "stopped";
|
|
4673
4400
|
}>>;
|
|
4674
4401
|
path: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
@@ -4723,6 +4450,7 @@ export declare const sdk: {
|
|
|
4723
4450
|
queued: "queued";
|
|
4724
4451
|
running: "running";
|
|
4725
4452
|
creating_knowledge: "creating_knowledge";
|
|
4453
|
+
has_question: "has_question";
|
|
4726
4454
|
stopped: "stopped";
|
|
4727
4455
|
}>;
|
|
4728
4456
|
status_message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -4744,8 +4472,8 @@ export declare const sdk: {
|
|
|
4744
4472
|
pending: "pending";
|
|
4745
4473
|
failed: "failed";
|
|
4746
4474
|
running: "running";
|
|
4747
|
-
stopped: "stopped";
|
|
4748
4475
|
has_question: "has_question";
|
|
4476
|
+
stopped: "stopped";
|
|
4749
4477
|
passed: "passed";
|
|
4750
4478
|
skipped: "skipped";
|
|
4751
4479
|
}>;
|
|
@@ -4788,6 +4516,7 @@ export declare const sdk: {
|
|
|
4788
4516
|
queued: "queued";
|
|
4789
4517
|
running: "running";
|
|
4790
4518
|
creating_knowledge: "creating_knowledge";
|
|
4519
|
+
has_question: "has_question";
|
|
4791
4520
|
stopped: "stopped";
|
|
4792
4521
|
}>>;
|
|
4793
4522
|
status_message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -4808,6 +4537,7 @@ export declare const sdk: {
|
|
|
4808
4537
|
queued: "queued";
|
|
4809
4538
|
running: "running";
|
|
4810
4539
|
creating_knowledge: "creating_knowledge";
|
|
4540
|
+
has_question: "has_question";
|
|
4811
4541
|
stopped: "stopped";
|
|
4812
4542
|
}>;
|
|
4813
4543
|
status_message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -4829,8 +4559,8 @@ export declare const sdk: {
|
|
|
4829
4559
|
pending: "pending";
|
|
4830
4560
|
failed: "failed";
|
|
4831
4561
|
running: "running";
|
|
4832
|
-
stopped: "stopped";
|
|
4833
4562
|
has_question: "has_question";
|
|
4563
|
+
stopped: "stopped";
|
|
4834
4564
|
passed: "passed";
|
|
4835
4565
|
skipped: "skipped";
|
|
4836
4566
|
}>;
|
|
@@ -4882,6 +4612,7 @@ export declare const sdk: {
|
|
|
4882
4612
|
queued: "queued";
|
|
4883
4613
|
running: "running";
|
|
4884
4614
|
creating_knowledge: "creating_knowledge";
|
|
4615
|
+
has_question: "has_question";
|
|
4885
4616
|
stopped: "stopped";
|
|
4886
4617
|
}>;
|
|
4887
4618
|
status_message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -4903,8 +4634,8 @@ export declare const sdk: {
|
|
|
4903
4634
|
pending: "pending";
|
|
4904
4635
|
failed: "failed";
|
|
4905
4636
|
running: "running";
|
|
4906
|
-
stopped: "stopped";
|
|
4907
4637
|
has_question: "has_question";
|
|
4638
|
+
stopped: "stopped";
|
|
4908
4639
|
passed: "passed";
|
|
4909
4640
|
skipped: "skipped";
|
|
4910
4641
|
}>;
|
|
@@ -4951,8 +4682,8 @@ export declare const sdk: {
|
|
|
4951
4682
|
failed: "failed";
|
|
4952
4683
|
queued: "queued";
|
|
4953
4684
|
running: "running";
|
|
4954
|
-
stopped: "stopped";
|
|
4955
4685
|
has_question: "has_question";
|
|
4686
|
+
stopped: "stopped";
|
|
4956
4687
|
}>;
|
|
4957
4688
|
status_message: import("zod").ZodNullable<import("zod").ZodString>;
|
|
4958
4689
|
skill: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -6280,6 +6011,7 @@ export declare const sdk: {
|
|
|
6280
6011
|
queued: "queued";
|
|
6281
6012
|
running: "running";
|
|
6282
6013
|
creating_knowledge: "creating_knowledge";
|
|
6014
|
+
has_question: "has_question";
|
|
6283
6015
|
stopped: "stopped";
|
|
6284
6016
|
}>;
|
|
6285
6017
|
status_message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -6301,8 +6033,8 @@ export declare const sdk: {
|
|
|
6301
6033
|
pending: "pending";
|
|
6302
6034
|
failed: "failed";
|
|
6303
6035
|
running: "running";
|
|
6304
|
-
stopped: "stopped";
|
|
6305
6036
|
has_question: "has_question";
|
|
6037
|
+
stopped: "stopped";
|
|
6306
6038
|
passed: "passed";
|
|
6307
6039
|
skipped: "skipped";
|
|
6308
6040
|
}>;
|
|
@@ -6355,6 +6087,7 @@ export declare const sdk: {
|
|
|
6355
6087
|
queued: "queued";
|
|
6356
6088
|
running: "running";
|
|
6357
6089
|
creating_knowledge: "creating_knowledge";
|
|
6090
|
+
has_question: "has_question";
|
|
6358
6091
|
stopped: "stopped";
|
|
6359
6092
|
}>;
|
|
6360
6093
|
status_message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -6376,8 +6109,8 @@ export declare const sdk: {
|
|
|
6376
6109
|
pending: "pending";
|
|
6377
6110
|
failed: "failed";
|
|
6378
6111
|
running: "running";
|
|
6379
|
-
stopped: "stopped";
|
|
6380
6112
|
has_question: "has_question";
|
|
6113
|
+
stopped: "stopped";
|
|
6381
6114
|
passed: "passed";
|
|
6382
6115
|
skipped: "skipped";
|
|
6383
6116
|
}>;
|
|
@@ -6431,6 +6164,7 @@ export declare const sdk: {
|
|
|
6431
6164
|
queued: "queued";
|
|
6432
6165
|
running: "running";
|
|
6433
6166
|
creating_knowledge: "creating_knowledge";
|
|
6167
|
+
has_question: "has_question";
|
|
6434
6168
|
stopped: "stopped";
|
|
6435
6169
|
}>;
|
|
6436
6170
|
status_message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -6452,8 +6186,8 @@ export declare const sdk: {
|
|
|
6452
6186
|
pending: "pending";
|
|
6453
6187
|
failed: "failed";
|
|
6454
6188
|
running: "running";
|
|
6455
|
-
stopped: "stopped";
|
|
6456
6189
|
has_question: "has_question";
|
|
6190
|
+
stopped: "stopped";
|
|
6457
6191
|
passed: "passed";
|
|
6458
6192
|
skipped: "skipped";
|
|
6459
6193
|
}>;
|
|
@@ -6752,19 +6486,6 @@ export declare const sdk: {
|
|
|
6752
6486
|
overallFailed: import("zod").ZodNumber;
|
|
6753
6487
|
}, import("zod/v4/core").$strip>;
|
|
6754
6488
|
}, 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
6489
|
qaBrowserConfigUpdate: import("@orpc/contract").ContractProcedureClient<Record<never, never>, import("zod").ZodObject<{
|
|
6769
6490
|
browsers: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodEnum<{
|
|
6770
6491
|
chromium: "chromium";
|
|
@@ -6996,7 +6717,7 @@ export declare const sdk: {
|
|
|
6996
6717
|
error: string;
|
|
6997
6718
|
} | {
|
|
6998
6719
|
type: "task/status";
|
|
6999
|
-
status: "completed" | "failed" | "running" | "
|
|
6720
|
+
status: "completed" | "failed" | "running" | "has_question" | "stopped";
|
|
7000
6721
|
message?: string | undefined;
|
|
7001
6722
|
task_id?: string | undefined;
|
|
7002
6723
|
timestamp?: number | undefined;
|
|
@@ -7027,7 +6748,7 @@ export declare const sdk: {
|
|
|
7027
6748
|
error: string;
|
|
7028
6749
|
} | {
|
|
7029
6750
|
type: "task/status";
|
|
7030
|
-
status: "completed" | "failed" | "running" | "
|
|
6751
|
+
status: "completed" | "failed" | "running" | "has_question" | "stopped";
|
|
7031
6752
|
message?: string | undefined;
|
|
7032
6753
|
task_id?: string | undefined;
|
|
7033
6754
|
timestamp?: number | undefined;
|
|
@@ -7102,7 +6823,7 @@ export declare const sdk: {
|
|
|
7102
6823
|
type: "simulation/updated";
|
|
7103
6824
|
simulation_id: number;
|
|
7104
6825
|
application_id: number;
|
|
7105
|
-
status: "completed" | "failed" | "queued" | "running" | "creating_knowledge" | "stopped";
|
|
6826
|
+
status: "completed" | "failed" | "queued" | "running" | "creating_knowledge" | "has_question" | "stopped";
|
|
7106
6827
|
has_question?: boolean | undefined;
|
|
7107
6828
|
step_label?: string | undefined;
|
|
7108
6829
|
step_pending?: boolean | undefined;
|
|
@@ -7166,7 +6887,7 @@ export declare const sdk: {
|
|
|
7166
6887
|
status: "pending" | "completed" | "failed" | "running" | "stopped";
|
|
7167
6888
|
} | {
|
|
7168
6889
|
type: "agent/updated";
|
|
7169
|
-
status: "active" | "learning" | "error" | "completed" | "failed" | "queued" | "running" | "
|
|
6890
|
+
status: "active" | "learning" | "error" | "completed" | "failed" | "queued" | "running" | "has_question" | "stopped";
|
|
7170
6891
|
agent_id?: number | undefined;
|
|
7171
6892
|
context_id?: string | undefined;
|
|
7172
6893
|
task_id?: string | undefined;
|
|
@@ -7293,7 +7014,7 @@ export declare const sdk: {
|
|
|
7293
7014
|
type: "simulation/updated";
|
|
7294
7015
|
simulation_id: number;
|
|
7295
7016
|
application_id: number;
|
|
7296
|
-
status: "completed" | "failed" | "queued" | "running" | "creating_knowledge" | "stopped";
|
|
7017
|
+
status: "completed" | "failed" | "queued" | "running" | "creating_knowledge" | "has_question" | "stopped";
|
|
7297
7018
|
has_question?: boolean | undefined;
|
|
7298
7019
|
step_label?: string | undefined;
|
|
7299
7020
|
step_pending?: boolean | undefined;
|
|
@@ -7357,7 +7078,7 @@ export declare const sdk: {
|
|
|
7357
7078
|
status: "pending" | "completed" | "failed" | "running" | "stopped";
|
|
7358
7079
|
} | {
|
|
7359
7080
|
type: "agent/updated";
|
|
7360
|
-
status: "active" | "learning" | "error" | "completed" | "failed" | "queued" | "running" | "
|
|
7081
|
+
status: "active" | "learning" | "error" | "completed" | "failed" | "queued" | "running" | "has_question" | "stopped";
|
|
7361
7082
|
agent_id?: number | undefined;
|
|
7362
7083
|
context_id?: string | undefined;
|
|
7363
7084
|
task_id?: string | undefined;
|
|
@@ -8173,6 +7894,7 @@ export declare const sdk: {
|
|
|
8173
7894
|
queued: "queued";
|
|
8174
7895
|
running: "running";
|
|
8175
7896
|
creating_knowledge: "creating_knowledge";
|
|
7897
|
+
has_question: "has_question";
|
|
8176
7898
|
stopped: "stopped";
|
|
8177
7899
|
}>>>;
|
|
8178
7900
|
}, import("zod/v4/core").$strip>>;
|
|
@@ -8320,6 +8042,7 @@ export declare const sdk: {
|
|
|
8320
8042
|
queued: "queued";
|
|
8321
8043
|
running: "running";
|
|
8322
8044
|
creating_knowledge: "creating_knowledge";
|
|
8045
|
+
has_question: "has_question";
|
|
8323
8046
|
stopped: "stopped";
|
|
8324
8047
|
}>>>;
|
|
8325
8048
|
}, import("zod/v4/core").$strip>>;
|
|
@@ -8424,6 +8147,7 @@ export declare const sdk: {
|
|
|
8424
8147
|
queued: "queued";
|
|
8425
8148
|
running: "running";
|
|
8426
8149
|
creating_knowledge: "creating_knowledge";
|
|
8150
|
+
has_question: "has_question";
|
|
8427
8151
|
stopped: "stopped";
|
|
8428
8152
|
}>>>;
|
|
8429
8153
|
}, import("zod/v4/core").$strip>>;
|
|
@@ -8468,6 +8192,7 @@ export declare const sdk: {
|
|
|
8468
8192
|
queued: "queued";
|
|
8469
8193
|
running: "running";
|
|
8470
8194
|
creating_knowledge: "creating_knowledge";
|
|
8195
|
+
has_question: "has_question";
|
|
8471
8196
|
stopped: "stopped";
|
|
8472
8197
|
}>>>;
|
|
8473
8198
|
}, import("zod/v4/core").$strip>>;
|