@marketrix.ai/widget 3.3.237 → 3.3.238
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 +207 -67
- package/dist/src/sdk/index.d.ts.map +1 -1
- package/dist/src/sdk/routes.d.ts +207 -67
- package/dist/src/sdk/routes.d.ts.map +1 -1
- package/dist/src/sdk/schema.d.ts +175 -56
- 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
|
@@ -1004,7 +1004,14 @@ export declare const sdk: {
|
|
|
1004
1004
|
agent_id: import("zod").ZodNumber;
|
|
1005
1005
|
job_id: import("zod").ZodString;
|
|
1006
1006
|
browser_session_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1007
|
-
status: import("zod").
|
|
1007
|
+
status: import("zod").ZodEnum<{
|
|
1008
|
+
completed: "completed";
|
|
1009
|
+
failed: "failed";
|
|
1010
|
+
queued: "queued";
|
|
1011
|
+
running: "running";
|
|
1012
|
+
creating_knowledge: "creating_knowledge";
|
|
1013
|
+
stopped: "stopped";
|
|
1014
|
+
}>;
|
|
1008
1015
|
status_message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1009
1016
|
path: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1010
1017
|
instructions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -1023,10 +1030,10 @@ export declare const sdk: {
|
|
|
1023
1030
|
status: import("zod").ZodEnum<{
|
|
1024
1031
|
pending: "pending";
|
|
1025
1032
|
failed: "failed";
|
|
1026
|
-
has_question: "has_question";
|
|
1027
|
-
passed: "passed";
|
|
1028
1033
|
running: "running";
|
|
1029
1034
|
stopped: "stopped";
|
|
1035
|
+
has_question: "has_question";
|
|
1036
|
+
passed: "passed";
|
|
1030
1037
|
skipped: "skipped";
|
|
1031
1038
|
}>;
|
|
1032
1039
|
error_message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -2841,7 +2848,14 @@ export declare const sdk: {
|
|
|
2841
2848
|
agent_id: import("zod").ZodNumber;
|
|
2842
2849
|
job_id: import("zod").ZodString;
|
|
2843
2850
|
browser_session_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2844
|
-
status: import("zod").
|
|
2851
|
+
status: import("zod").ZodEnum<{
|
|
2852
|
+
completed: "completed";
|
|
2853
|
+
failed: "failed";
|
|
2854
|
+
queued: "queued";
|
|
2855
|
+
running: "running";
|
|
2856
|
+
creating_knowledge: "creating_knowledge";
|
|
2857
|
+
stopped: "stopped";
|
|
2858
|
+
}>;
|
|
2845
2859
|
status_message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2846
2860
|
path: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2847
2861
|
instructions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -2860,10 +2874,10 @@ export declare const sdk: {
|
|
|
2860
2874
|
status: import("zod").ZodEnum<{
|
|
2861
2875
|
pending: "pending";
|
|
2862
2876
|
failed: "failed";
|
|
2863
|
-
has_question: "has_question";
|
|
2864
|
-
passed: "passed";
|
|
2865
2877
|
running: "running";
|
|
2866
2878
|
stopped: "stopped";
|
|
2879
|
+
has_question: "has_question";
|
|
2880
|
+
passed: "passed";
|
|
2867
2881
|
skipped: "skipped";
|
|
2868
2882
|
}>;
|
|
2869
2883
|
error_message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -3020,7 +3034,14 @@ export declare const sdk: {
|
|
|
3020
3034
|
agent_id: import("zod").ZodNumber;
|
|
3021
3035
|
job_id: import("zod").ZodString;
|
|
3022
3036
|
browser_session_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3023
|
-
status: import("zod").
|
|
3037
|
+
status: import("zod").ZodEnum<{
|
|
3038
|
+
completed: "completed";
|
|
3039
|
+
failed: "failed";
|
|
3040
|
+
queued: "queued";
|
|
3041
|
+
running: "running";
|
|
3042
|
+
creating_knowledge: "creating_knowledge";
|
|
3043
|
+
stopped: "stopped";
|
|
3044
|
+
}>;
|
|
3024
3045
|
status_message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3025
3046
|
path: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3026
3047
|
instructions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -3039,10 +3060,10 @@ export declare const sdk: {
|
|
|
3039
3060
|
status: import("zod").ZodEnum<{
|
|
3040
3061
|
pending: "pending";
|
|
3041
3062
|
failed: "failed";
|
|
3042
|
-
has_question: "has_question";
|
|
3043
|
-
passed: "passed";
|
|
3044
3063
|
running: "running";
|
|
3045
3064
|
stopped: "stopped";
|
|
3065
|
+
has_question: "has_question";
|
|
3066
|
+
passed: "passed";
|
|
3046
3067
|
skipped: "skipped";
|
|
3047
3068
|
}>;
|
|
3048
3069
|
error_message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -3195,7 +3216,14 @@ export declare const sdk: {
|
|
|
3195
3216
|
agent_id: import("zod").ZodNumber;
|
|
3196
3217
|
job_id: import("zod").ZodString;
|
|
3197
3218
|
browser_session_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3198
|
-
status: import("zod").
|
|
3219
|
+
status: import("zod").ZodEnum<{
|
|
3220
|
+
completed: "completed";
|
|
3221
|
+
failed: "failed";
|
|
3222
|
+
queued: "queued";
|
|
3223
|
+
running: "running";
|
|
3224
|
+
creating_knowledge: "creating_knowledge";
|
|
3225
|
+
stopped: "stopped";
|
|
3226
|
+
}>;
|
|
3199
3227
|
status_message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3200
3228
|
path: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3201
3229
|
instructions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -3214,10 +3242,10 @@ export declare const sdk: {
|
|
|
3214
3242
|
status: import("zod").ZodEnum<{
|
|
3215
3243
|
pending: "pending";
|
|
3216
3244
|
failed: "failed";
|
|
3217
|
-
has_question: "has_question";
|
|
3218
|
-
passed: "passed";
|
|
3219
3245
|
running: "running";
|
|
3220
3246
|
stopped: "stopped";
|
|
3247
|
+
has_question: "has_question";
|
|
3248
|
+
passed: "passed";
|
|
3221
3249
|
skipped: "skipped";
|
|
3222
3250
|
}>;
|
|
3223
3251
|
error_message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -3369,7 +3397,14 @@ export declare const sdk: {
|
|
|
3369
3397
|
agent_id: import("zod").ZodNumber;
|
|
3370
3398
|
job_id: import("zod").ZodString;
|
|
3371
3399
|
browser_session_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3372
|
-
status: import("zod").
|
|
3400
|
+
status: import("zod").ZodEnum<{
|
|
3401
|
+
completed: "completed";
|
|
3402
|
+
failed: "failed";
|
|
3403
|
+
queued: "queued";
|
|
3404
|
+
running: "running";
|
|
3405
|
+
creating_knowledge: "creating_knowledge";
|
|
3406
|
+
stopped: "stopped";
|
|
3407
|
+
}>;
|
|
3373
3408
|
status_message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3374
3409
|
path: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3375
3410
|
instructions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -3388,10 +3423,10 @@ export declare const sdk: {
|
|
|
3388
3423
|
status: import("zod").ZodEnum<{
|
|
3389
3424
|
pending: "pending";
|
|
3390
3425
|
failed: "failed";
|
|
3391
|
-
has_question: "has_question";
|
|
3392
|
-
passed: "passed";
|
|
3393
3426
|
running: "running";
|
|
3394
3427
|
stopped: "stopped";
|
|
3428
|
+
has_question: "has_question";
|
|
3429
|
+
passed: "passed";
|
|
3395
3430
|
skipped: "skipped";
|
|
3396
3431
|
}>;
|
|
3397
3432
|
error_message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -3560,7 +3595,14 @@ export declare const sdk: {
|
|
|
3560
3595
|
agent_id: import("zod").ZodNumber;
|
|
3561
3596
|
job_id: import("zod").ZodString;
|
|
3562
3597
|
browser_session_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3563
|
-
status: import("zod").
|
|
3598
|
+
status: import("zod").ZodEnum<{
|
|
3599
|
+
completed: "completed";
|
|
3600
|
+
failed: "failed";
|
|
3601
|
+
queued: "queued";
|
|
3602
|
+
running: "running";
|
|
3603
|
+
creating_knowledge: "creating_knowledge";
|
|
3604
|
+
stopped: "stopped";
|
|
3605
|
+
}>;
|
|
3564
3606
|
status_message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3565
3607
|
path: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3566
3608
|
instructions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -3579,10 +3621,10 @@ export declare const sdk: {
|
|
|
3579
3621
|
status: import("zod").ZodEnum<{
|
|
3580
3622
|
pending: "pending";
|
|
3581
3623
|
failed: "failed";
|
|
3582
|
-
has_question: "has_question";
|
|
3583
|
-
passed: "passed";
|
|
3584
3624
|
running: "running";
|
|
3585
3625
|
stopped: "stopped";
|
|
3626
|
+
has_question: "has_question";
|
|
3627
|
+
passed: "passed";
|
|
3586
3628
|
skipped: "skipped";
|
|
3587
3629
|
}>;
|
|
3588
3630
|
error_message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -3728,7 +3770,14 @@ export declare const sdk: {
|
|
|
3728
3770
|
agent_id: import("zod").ZodNumber;
|
|
3729
3771
|
job_id: import("zod").ZodString;
|
|
3730
3772
|
browser_session_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3731
|
-
status: import("zod").
|
|
3773
|
+
status: import("zod").ZodEnum<{
|
|
3774
|
+
completed: "completed";
|
|
3775
|
+
failed: "failed";
|
|
3776
|
+
queued: "queued";
|
|
3777
|
+
running: "running";
|
|
3778
|
+
creating_knowledge: "creating_knowledge";
|
|
3779
|
+
stopped: "stopped";
|
|
3780
|
+
}>;
|
|
3732
3781
|
status_message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3733
3782
|
path: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3734
3783
|
instructions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -3747,10 +3796,10 @@ export declare const sdk: {
|
|
|
3747
3796
|
status: import("zod").ZodEnum<{
|
|
3748
3797
|
pending: "pending";
|
|
3749
3798
|
failed: "failed";
|
|
3750
|
-
has_question: "has_question";
|
|
3751
|
-
passed: "passed";
|
|
3752
3799
|
running: "running";
|
|
3753
3800
|
stopped: "stopped";
|
|
3801
|
+
has_question: "has_question";
|
|
3802
|
+
passed: "passed";
|
|
3754
3803
|
skipped: "skipped";
|
|
3755
3804
|
}>;
|
|
3756
3805
|
error_message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -3901,7 +3950,14 @@ export declare const sdk: {
|
|
|
3901
3950
|
agent_id: import("zod").ZodNumber;
|
|
3902
3951
|
job_id: import("zod").ZodString;
|
|
3903
3952
|
browser_session_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3904
|
-
status: import("zod").
|
|
3953
|
+
status: import("zod").ZodEnum<{
|
|
3954
|
+
completed: "completed";
|
|
3955
|
+
failed: "failed";
|
|
3956
|
+
queued: "queued";
|
|
3957
|
+
running: "running";
|
|
3958
|
+
creating_knowledge: "creating_knowledge";
|
|
3959
|
+
stopped: "stopped";
|
|
3960
|
+
}>;
|
|
3905
3961
|
status_message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3906
3962
|
path: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3907
3963
|
instructions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -3920,10 +3976,10 @@ export declare const sdk: {
|
|
|
3920
3976
|
status: import("zod").ZodEnum<{
|
|
3921
3977
|
pending: "pending";
|
|
3922
3978
|
failed: "failed";
|
|
3923
|
-
has_question: "has_question";
|
|
3924
|
-
passed: "passed";
|
|
3925
3979
|
running: "running";
|
|
3926
3980
|
stopped: "stopped";
|
|
3981
|
+
has_question: "has_question";
|
|
3982
|
+
passed: "passed";
|
|
3927
3983
|
skipped: "skipped";
|
|
3928
3984
|
}>;
|
|
3929
3985
|
error_message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -4071,7 +4127,14 @@ export declare const sdk: {
|
|
|
4071
4127
|
agent_id: import("zod").ZodNumber;
|
|
4072
4128
|
job_id: import("zod").ZodString;
|
|
4073
4129
|
browser_session_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4074
|
-
status: import("zod").
|
|
4130
|
+
status: import("zod").ZodEnum<{
|
|
4131
|
+
completed: "completed";
|
|
4132
|
+
failed: "failed";
|
|
4133
|
+
queued: "queued";
|
|
4134
|
+
running: "running";
|
|
4135
|
+
creating_knowledge: "creating_knowledge";
|
|
4136
|
+
stopped: "stopped";
|
|
4137
|
+
}>;
|
|
4075
4138
|
status_message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4076
4139
|
path: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4077
4140
|
instructions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -4090,10 +4153,10 @@ export declare const sdk: {
|
|
|
4090
4153
|
status: import("zod").ZodEnum<{
|
|
4091
4154
|
pending: "pending";
|
|
4092
4155
|
failed: "failed";
|
|
4093
|
-
has_question: "has_question";
|
|
4094
|
-
passed: "passed";
|
|
4095
4156
|
running: "running";
|
|
4096
4157
|
stopped: "stopped";
|
|
4158
|
+
has_question: "has_question";
|
|
4159
|
+
passed: "passed";
|
|
4097
4160
|
skipped: "skipped";
|
|
4098
4161
|
}>;
|
|
4099
4162
|
error_message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -4423,7 +4486,14 @@ export declare const sdk: {
|
|
|
4423
4486
|
agent_id: import("zod").ZodNumber;
|
|
4424
4487
|
job_id: import("zod").ZodString;
|
|
4425
4488
|
browser_session_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4426
|
-
status: import("zod").
|
|
4489
|
+
status: import("zod").ZodEnum<{
|
|
4490
|
+
completed: "completed";
|
|
4491
|
+
failed: "failed";
|
|
4492
|
+
queued: "queued";
|
|
4493
|
+
running: "running";
|
|
4494
|
+
creating_knowledge: "creating_knowledge";
|
|
4495
|
+
stopped: "stopped";
|
|
4496
|
+
}>;
|
|
4427
4497
|
status_message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4428
4498
|
path: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4429
4499
|
instructions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -4442,10 +4512,10 @@ export declare const sdk: {
|
|
|
4442
4512
|
status: import("zod").ZodEnum<{
|
|
4443
4513
|
pending: "pending";
|
|
4444
4514
|
failed: "failed";
|
|
4445
|
-
has_question: "has_question";
|
|
4446
|
-
passed: "passed";
|
|
4447
4515
|
running: "running";
|
|
4448
4516
|
stopped: "stopped";
|
|
4517
|
+
has_question: "has_question";
|
|
4518
|
+
passed: "passed";
|
|
4449
4519
|
skipped: "skipped";
|
|
4450
4520
|
}>;
|
|
4451
4521
|
error_message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -4491,12 +4561,20 @@ export declare const sdk: {
|
|
|
4491
4561
|
offset: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodCoercedNumber<unknown>>>;
|
|
4492
4562
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
4493
4563
|
items: import("zod").ZodArray<import("zod").ZodObject<{
|
|
4564
|
+
has_question: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4494
4565
|
id: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4495
4566
|
created_at: import("zod").ZodOptional<import("zod").ZodCoercedDate<unknown>>;
|
|
4496
4567
|
updated_at: import("zod").ZodOptional<import("zod").ZodCoercedDate<unknown>>;
|
|
4497
4568
|
application_id: import("zod").ZodNumber;
|
|
4498
4569
|
agent_id: import("zod").ZodNumber;
|
|
4499
|
-
status: import("zod").
|
|
4570
|
+
status: import("zod").ZodEnum<{
|
|
4571
|
+
completed: "completed";
|
|
4572
|
+
failed: "failed";
|
|
4573
|
+
queued: "queued";
|
|
4574
|
+
running: "running";
|
|
4575
|
+
creating_knowledge: "creating_knowledge";
|
|
4576
|
+
stopped: "stopped";
|
|
4577
|
+
}>;
|
|
4500
4578
|
path: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4501
4579
|
agent_name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4502
4580
|
source: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
@@ -4509,7 +4587,6 @@ export declare const sdk: {
|
|
|
4509
4587
|
image_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4510
4588
|
}, import("zod/v4/core").$strip>>>;
|
|
4511
4589
|
pinned: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4512
|
-
has_question: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4513
4590
|
status_message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4514
4591
|
instructions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4515
4592
|
job_id: import("zod").ZodString;
|
|
@@ -4527,10 +4604,18 @@ export declare const sdk: {
|
|
|
4527
4604
|
offset: import("zod").ZodNumber;
|
|
4528
4605
|
}, import("zod/v4/core").$strip>, Record<never, never>>;
|
|
4529
4606
|
simulationStart: import("@orpc/contract").ContractProcedureClient<Record<never, never>, import("zod").ZodObject<{
|
|
4607
|
+
has_question: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
4530
4608
|
id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
4531
4609
|
created_at: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodCoercedDate<unknown>>>;
|
|
4532
4610
|
updated_at: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodCoercedDate<unknown>>>;
|
|
4533
|
-
status: import("zod").ZodOptional<import("zod").
|
|
4611
|
+
status: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
4612
|
+
completed: "completed";
|
|
4613
|
+
failed: "failed";
|
|
4614
|
+
queued: "queued";
|
|
4615
|
+
running: "running";
|
|
4616
|
+
creating_knowledge: "creating_knowledge";
|
|
4617
|
+
stopped: "stopped";
|
|
4618
|
+
}>>;
|
|
4534
4619
|
path: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
4535
4620
|
agent_name: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
4536
4621
|
source: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
@@ -4544,7 +4629,6 @@ export declare const sdk: {
|
|
|
4544
4629
|
}, import("zod/v4/core").$strip>>>>;
|
|
4545
4630
|
pinned: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
4546
4631
|
source_metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>>>;
|
|
4547
|
-
has_question: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
4548
4632
|
status_message: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
4549
4633
|
job_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4550
4634
|
browser_session_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
@@ -4573,7 +4657,14 @@ export declare const sdk: {
|
|
|
4573
4657
|
agent_id: import("zod").ZodNumber;
|
|
4574
4658
|
job_id: import("zod").ZodString;
|
|
4575
4659
|
browser_session_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4576
|
-
status: import("zod").
|
|
4660
|
+
status: import("zod").ZodEnum<{
|
|
4661
|
+
completed: "completed";
|
|
4662
|
+
failed: "failed";
|
|
4663
|
+
queued: "queued";
|
|
4664
|
+
running: "running";
|
|
4665
|
+
creating_knowledge: "creating_knowledge";
|
|
4666
|
+
stopped: "stopped";
|
|
4667
|
+
}>;
|
|
4577
4668
|
status_message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4578
4669
|
path: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4579
4670
|
instructions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -4592,10 +4683,10 @@ export declare const sdk: {
|
|
|
4592
4683
|
status: import("zod").ZodEnum<{
|
|
4593
4684
|
pending: "pending";
|
|
4594
4685
|
failed: "failed";
|
|
4595
|
-
has_question: "has_question";
|
|
4596
|
-
passed: "passed";
|
|
4597
4686
|
running: "running";
|
|
4598
4687
|
stopped: "stopped";
|
|
4688
|
+
has_question: "has_question";
|
|
4689
|
+
passed: "passed";
|
|
4599
4690
|
skipped: "skipped";
|
|
4600
4691
|
}>;
|
|
4601
4692
|
error_message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -4626,7 +4717,14 @@ export declare const sdk: {
|
|
|
4626
4717
|
}, import("zod/v4/core").$strip>, Record<never, never>>;
|
|
4627
4718
|
simulationUpdate: import("@orpc/contract").ContractProcedureClient<Record<never, never>, import("zod").ZodObject<{
|
|
4628
4719
|
job_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4629
|
-
status: import("zod").ZodOptional<import("zod").
|
|
4720
|
+
status: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
4721
|
+
completed: "completed";
|
|
4722
|
+
failed: "failed";
|
|
4723
|
+
queued: "queued";
|
|
4724
|
+
running: "running";
|
|
4725
|
+
creating_knowledge: "creating_knowledge";
|
|
4726
|
+
stopped: "stopped";
|
|
4727
|
+
}>>;
|
|
4630
4728
|
status_message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4631
4729
|
pinned: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4632
4730
|
graph_index_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -4639,7 +4737,14 @@ export declare const sdk: {
|
|
|
4639
4737
|
agent_id: import("zod").ZodNumber;
|
|
4640
4738
|
job_id: import("zod").ZodString;
|
|
4641
4739
|
browser_session_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4642
|
-
status: import("zod").
|
|
4740
|
+
status: import("zod").ZodEnum<{
|
|
4741
|
+
completed: "completed";
|
|
4742
|
+
failed: "failed";
|
|
4743
|
+
queued: "queued";
|
|
4744
|
+
running: "running";
|
|
4745
|
+
creating_knowledge: "creating_knowledge";
|
|
4746
|
+
stopped: "stopped";
|
|
4747
|
+
}>;
|
|
4643
4748
|
status_message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4644
4749
|
path: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4645
4750
|
instructions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -4658,10 +4763,10 @@ export declare const sdk: {
|
|
|
4658
4763
|
status: import("zod").ZodEnum<{
|
|
4659
4764
|
pending: "pending";
|
|
4660
4765
|
failed: "failed";
|
|
4661
|
-
has_question: "has_question";
|
|
4662
|
-
passed: "passed";
|
|
4663
4766
|
running: "running";
|
|
4664
4767
|
stopped: "stopped";
|
|
4768
|
+
has_question: "has_question";
|
|
4769
|
+
passed: "passed";
|
|
4665
4770
|
skipped: "skipped";
|
|
4666
4771
|
}>;
|
|
4667
4772
|
error_message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -4701,7 +4806,14 @@ export declare const sdk: {
|
|
|
4701
4806
|
agent_id: import("zod").ZodNumber;
|
|
4702
4807
|
job_id: import("zod").ZodString;
|
|
4703
4808
|
browser_session_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4704
|
-
status: import("zod").
|
|
4809
|
+
status: import("zod").ZodEnum<{
|
|
4810
|
+
completed: "completed";
|
|
4811
|
+
failed: "failed";
|
|
4812
|
+
queued: "queued";
|
|
4813
|
+
running: "running";
|
|
4814
|
+
creating_knowledge: "creating_knowledge";
|
|
4815
|
+
stopped: "stopped";
|
|
4816
|
+
}>;
|
|
4705
4817
|
status_message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4706
4818
|
path: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4707
4819
|
instructions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -4720,10 +4832,10 @@ export declare const sdk: {
|
|
|
4720
4832
|
status: import("zod").ZodEnum<{
|
|
4721
4833
|
pending: "pending";
|
|
4722
4834
|
failed: "failed";
|
|
4723
|
-
has_question: "has_question";
|
|
4724
|
-
passed: "passed";
|
|
4725
4835
|
running: "running";
|
|
4726
4836
|
stopped: "stopped";
|
|
4837
|
+
has_question: "has_question";
|
|
4838
|
+
passed: "passed";
|
|
4727
4839
|
skipped: "skipped";
|
|
4728
4840
|
}>;
|
|
4729
4841
|
error_message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -4759,7 +4871,14 @@ export declare const sdk: {
|
|
|
4759
4871
|
items: import("zod").ZodArray<import("zod").ZodObject<{
|
|
4760
4872
|
id: import("zod").ZodNumber;
|
|
4761
4873
|
simulation_id: import("zod").ZodNumber;
|
|
4762
|
-
status: import("zod").
|
|
4874
|
+
status: import("zod").ZodEnum<{
|
|
4875
|
+
completed: "completed";
|
|
4876
|
+
failed: "failed";
|
|
4877
|
+
queued: "queued";
|
|
4878
|
+
running: "running";
|
|
4879
|
+
stopped: "stopped";
|
|
4880
|
+
has_question: "has_question";
|
|
4881
|
+
}>;
|
|
4763
4882
|
status_message: import("zod").ZodNullable<import("zod").ZodString>;
|
|
4764
4883
|
skill: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4765
4884
|
screenshot_path: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -4795,8 +4914,8 @@ export declare const sdk: {
|
|
|
4795
4914
|
status: import("zod").ZodDefault<import("zod").ZodEnum<{
|
|
4796
4915
|
completed: "completed";
|
|
4797
4916
|
failed: "failed";
|
|
4798
|
-
has_question: "has_question";
|
|
4799
4917
|
running: "running";
|
|
4918
|
+
has_question: "has_question";
|
|
4800
4919
|
}>>;
|
|
4801
4920
|
started_at: import("zod").ZodString;
|
|
4802
4921
|
ended_at: import("zod").ZodString;
|
|
@@ -5788,11 +5907,11 @@ export declare const sdk: {
|
|
|
5788
5907
|
simulation_task_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
5789
5908
|
status: import("zod").ZodEnum<{
|
|
5790
5909
|
failed: "failed";
|
|
5791
|
-
passed: "passed";
|
|
5792
|
-
needs_healing: "needs_healing";
|
|
5793
5910
|
queued: "queued";
|
|
5794
5911
|
running: "running";
|
|
5795
5912
|
stopped: "stopped";
|
|
5913
|
+
passed: "passed";
|
|
5914
|
+
needs_healing: "needs_healing";
|
|
5796
5915
|
}>;
|
|
5797
5916
|
verdict: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
5798
5917
|
proposed_steps: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString>>;
|
|
@@ -6080,7 +6199,14 @@ export declare const sdk: {
|
|
|
6080
6199
|
agent_id: import("zod").ZodNumber;
|
|
6081
6200
|
job_id: import("zod").ZodString;
|
|
6082
6201
|
browser_session_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
6083
|
-
status: import("zod").
|
|
6202
|
+
status: import("zod").ZodEnum<{
|
|
6203
|
+
completed: "completed";
|
|
6204
|
+
failed: "failed";
|
|
6205
|
+
queued: "queued";
|
|
6206
|
+
running: "running";
|
|
6207
|
+
creating_knowledge: "creating_knowledge";
|
|
6208
|
+
stopped: "stopped";
|
|
6209
|
+
}>;
|
|
6084
6210
|
status_message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
6085
6211
|
path: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
6086
6212
|
instructions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -6099,10 +6225,10 @@ export declare const sdk: {
|
|
|
6099
6225
|
status: import("zod").ZodEnum<{
|
|
6100
6226
|
pending: "pending";
|
|
6101
6227
|
failed: "failed";
|
|
6102
|
-
has_question: "has_question";
|
|
6103
|
-
passed: "passed";
|
|
6104
6228
|
running: "running";
|
|
6105
6229
|
stopped: "stopped";
|
|
6230
|
+
has_question: "has_question";
|
|
6231
|
+
passed: "passed";
|
|
6106
6232
|
skipped: "skipped";
|
|
6107
6233
|
}>;
|
|
6108
6234
|
error_message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -6143,7 +6269,14 @@ export declare const sdk: {
|
|
|
6143
6269
|
agent_id: import("zod").ZodNumber;
|
|
6144
6270
|
job_id: import("zod").ZodString;
|
|
6145
6271
|
browser_session_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
6146
|
-
status: import("zod").
|
|
6272
|
+
status: import("zod").ZodEnum<{
|
|
6273
|
+
completed: "completed";
|
|
6274
|
+
failed: "failed";
|
|
6275
|
+
queued: "queued";
|
|
6276
|
+
running: "running";
|
|
6277
|
+
creating_knowledge: "creating_knowledge";
|
|
6278
|
+
stopped: "stopped";
|
|
6279
|
+
}>;
|
|
6147
6280
|
status_message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
6148
6281
|
path: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
6149
6282
|
instructions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -6162,10 +6295,10 @@ export declare const sdk: {
|
|
|
6162
6295
|
status: import("zod").ZodEnum<{
|
|
6163
6296
|
pending: "pending";
|
|
6164
6297
|
failed: "failed";
|
|
6165
|
-
has_question: "has_question";
|
|
6166
|
-
passed: "passed";
|
|
6167
6298
|
running: "running";
|
|
6168
6299
|
stopped: "stopped";
|
|
6300
|
+
has_question: "has_question";
|
|
6301
|
+
passed: "passed";
|
|
6169
6302
|
skipped: "skipped";
|
|
6170
6303
|
}>;
|
|
6171
6304
|
error_message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -6207,7 +6340,14 @@ export declare const sdk: {
|
|
|
6207
6340
|
agent_id: import("zod").ZodNumber;
|
|
6208
6341
|
job_id: import("zod").ZodString;
|
|
6209
6342
|
browser_session_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
6210
|
-
status: import("zod").
|
|
6343
|
+
status: import("zod").ZodEnum<{
|
|
6344
|
+
completed: "completed";
|
|
6345
|
+
failed: "failed";
|
|
6346
|
+
queued: "queued";
|
|
6347
|
+
running: "running";
|
|
6348
|
+
creating_knowledge: "creating_knowledge";
|
|
6349
|
+
stopped: "stopped";
|
|
6350
|
+
}>;
|
|
6211
6351
|
status_message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
6212
6352
|
path: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
6213
6353
|
instructions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -6226,10 +6366,10 @@ export declare const sdk: {
|
|
|
6226
6366
|
status: import("zod").ZodEnum<{
|
|
6227
6367
|
pending: "pending";
|
|
6228
6368
|
failed: "failed";
|
|
6229
|
-
has_question: "has_question";
|
|
6230
|
-
passed: "passed";
|
|
6231
6369
|
running: "running";
|
|
6232
6370
|
stopped: "stopped";
|
|
6371
|
+
has_question: "has_question";
|
|
6372
|
+
passed: "passed";
|
|
6233
6373
|
skipped: "skipped";
|
|
6234
6374
|
}>;
|
|
6235
6375
|
error_message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -6766,7 +6906,7 @@ export declare const sdk: {
|
|
|
6766
6906
|
error: string;
|
|
6767
6907
|
} | {
|
|
6768
6908
|
type: "task/status";
|
|
6769
|
-
status: "completed" | "failed" | "
|
|
6909
|
+
status: "completed" | "failed" | "running" | "stopped" | "has_question";
|
|
6770
6910
|
message?: string | undefined;
|
|
6771
6911
|
task_id?: string | undefined;
|
|
6772
6912
|
timestamp?: number | undefined;
|
|
@@ -6797,7 +6937,7 @@ export declare const sdk: {
|
|
|
6797
6937
|
error: string;
|
|
6798
6938
|
} | {
|
|
6799
6939
|
type: "task/status";
|
|
6800
|
-
status: "completed" | "failed" | "
|
|
6940
|
+
status: "completed" | "failed" | "running" | "stopped" | "has_question";
|
|
6801
6941
|
message?: string | undefined;
|
|
6802
6942
|
task_id?: string | undefined;
|
|
6803
6943
|
timestamp?: number | undefined;
|
|
@@ -6872,7 +7012,7 @@ export declare const sdk: {
|
|
|
6872
7012
|
type: "simulation/updated";
|
|
6873
7013
|
simulation_id: number;
|
|
6874
7014
|
application_id: number;
|
|
6875
|
-
status: "completed" | "failed" | "queued" | "running" | "
|
|
7015
|
+
status: "completed" | "failed" | "queued" | "running" | "creating_knowledge" | "stopped";
|
|
6876
7016
|
has_question?: boolean | undefined;
|
|
6877
7017
|
step_label?: string | undefined;
|
|
6878
7018
|
step_pending?: boolean | undefined;
|
|
@@ -6954,7 +7094,7 @@ export declare const sdk: {
|
|
|
6954
7094
|
type: "qa-document/updated";
|
|
6955
7095
|
document_id: number;
|
|
6956
7096
|
application_id: number;
|
|
6957
|
-
status:
|
|
7097
|
+
status: "pending" | "processing" | "waiting_review" | "completed" | "failed";
|
|
6958
7098
|
step_label?: string | undefined;
|
|
6959
7099
|
} | {
|
|
6960
7100
|
type: "qa-run/updated";
|
|
@@ -6970,7 +7110,7 @@ export declare const sdk: {
|
|
|
6970
7110
|
run_id: number;
|
|
6971
7111
|
document_id: number;
|
|
6972
7112
|
application_id: number;
|
|
6973
|
-
status:
|
|
7113
|
+
status: "failed" | "passed" | "needs_healing";
|
|
6974
7114
|
} | {
|
|
6975
7115
|
type: "qa-run/report-ready";
|
|
6976
7116
|
run_id: number;
|
|
@@ -6983,7 +7123,7 @@ export declare const sdk: {
|
|
|
6983
7123
|
type: "user/updated";
|
|
6984
7124
|
user_id: number;
|
|
6985
7125
|
workspace_id: number;
|
|
6986
|
-
status:
|
|
7126
|
+
status: "created" | "active" | "suspended" | "pending_approval";
|
|
6987
7127
|
} | {
|
|
6988
7128
|
type: "job/progress";
|
|
6989
7129
|
job_id: string;
|
|
@@ -7063,7 +7203,7 @@ export declare const sdk: {
|
|
|
7063
7203
|
type: "simulation/updated";
|
|
7064
7204
|
simulation_id: number;
|
|
7065
7205
|
application_id: number;
|
|
7066
|
-
status: "completed" | "failed" | "queued" | "running" | "
|
|
7206
|
+
status: "completed" | "failed" | "queued" | "running" | "creating_knowledge" | "stopped";
|
|
7067
7207
|
has_question?: boolean | undefined;
|
|
7068
7208
|
step_label?: string | undefined;
|
|
7069
7209
|
step_pending?: boolean | undefined;
|
|
@@ -7145,7 +7285,7 @@ export declare const sdk: {
|
|
|
7145
7285
|
type: "qa-document/updated";
|
|
7146
7286
|
document_id: number;
|
|
7147
7287
|
application_id: number;
|
|
7148
|
-
status:
|
|
7288
|
+
status: "pending" | "processing" | "waiting_review" | "completed" | "failed";
|
|
7149
7289
|
step_label?: string | undefined;
|
|
7150
7290
|
} | {
|
|
7151
7291
|
type: "qa-run/updated";
|
|
@@ -7161,7 +7301,7 @@ export declare const sdk: {
|
|
|
7161
7301
|
run_id: number;
|
|
7162
7302
|
document_id: number;
|
|
7163
7303
|
application_id: number;
|
|
7164
|
-
status:
|
|
7304
|
+
status: "failed" | "passed" | "needs_healing";
|
|
7165
7305
|
} | {
|
|
7166
7306
|
type: "qa-run/report-ready";
|
|
7167
7307
|
run_id: number;
|
|
@@ -7174,7 +7314,7 @@ export declare const sdk: {
|
|
|
7174
7314
|
type: "user/updated";
|
|
7175
7315
|
user_id: number;
|
|
7176
7316
|
workspace_id: number;
|
|
7177
|
-
status:
|
|
7317
|
+
status: "created" | "active" | "suspended" | "pending_approval";
|
|
7178
7318
|
} | {
|
|
7179
7319
|
type: "job/progress";
|
|
7180
7320
|
job_id: string;
|