@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/routes.d.ts
CHANGED
|
@@ -1001,7 +1001,14 @@ declare const contract: {
|
|
|
1001
1001
|
agent_id: z.ZodNumber;
|
|
1002
1002
|
job_id: z.ZodString;
|
|
1003
1003
|
browser_session_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1004
|
-
status: z.
|
|
1004
|
+
status: z.ZodEnum<{
|
|
1005
|
+
completed: "completed";
|
|
1006
|
+
failed: "failed";
|
|
1007
|
+
queued: "queued";
|
|
1008
|
+
running: "running";
|
|
1009
|
+
creating_knowledge: "creating_knowledge";
|
|
1010
|
+
stopped: "stopped";
|
|
1011
|
+
}>;
|
|
1005
1012
|
status_message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1006
1013
|
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1007
1014
|
instructions: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -1020,10 +1027,10 @@ declare const contract: {
|
|
|
1020
1027
|
status: z.ZodEnum<{
|
|
1021
1028
|
pending: "pending";
|
|
1022
1029
|
failed: "failed";
|
|
1023
|
-
has_question: "has_question";
|
|
1024
|
-
passed: "passed";
|
|
1025
1030
|
running: "running";
|
|
1026
1031
|
stopped: "stopped";
|
|
1032
|
+
has_question: "has_question";
|
|
1033
|
+
passed: "passed";
|
|
1027
1034
|
skipped: "skipped";
|
|
1028
1035
|
}>;
|
|
1029
1036
|
error_message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -2838,7 +2845,14 @@ declare const contract: {
|
|
|
2838
2845
|
agent_id: z.ZodNumber;
|
|
2839
2846
|
job_id: z.ZodString;
|
|
2840
2847
|
browser_session_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2841
|
-
status: z.
|
|
2848
|
+
status: z.ZodEnum<{
|
|
2849
|
+
completed: "completed";
|
|
2850
|
+
failed: "failed";
|
|
2851
|
+
queued: "queued";
|
|
2852
|
+
running: "running";
|
|
2853
|
+
creating_knowledge: "creating_knowledge";
|
|
2854
|
+
stopped: "stopped";
|
|
2855
|
+
}>;
|
|
2842
2856
|
status_message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2843
2857
|
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2844
2858
|
instructions: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -2857,10 +2871,10 @@ declare const contract: {
|
|
|
2857
2871
|
status: z.ZodEnum<{
|
|
2858
2872
|
pending: "pending";
|
|
2859
2873
|
failed: "failed";
|
|
2860
|
-
has_question: "has_question";
|
|
2861
|
-
passed: "passed";
|
|
2862
2874
|
running: "running";
|
|
2863
2875
|
stopped: "stopped";
|
|
2876
|
+
has_question: "has_question";
|
|
2877
|
+
passed: "passed";
|
|
2864
2878
|
skipped: "skipped";
|
|
2865
2879
|
}>;
|
|
2866
2880
|
error_message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -3017,7 +3031,14 @@ declare const contract: {
|
|
|
3017
3031
|
agent_id: z.ZodNumber;
|
|
3018
3032
|
job_id: z.ZodString;
|
|
3019
3033
|
browser_session_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3020
|
-
status: z.
|
|
3034
|
+
status: z.ZodEnum<{
|
|
3035
|
+
completed: "completed";
|
|
3036
|
+
failed: "failed";
|
|
3037
|
+
queued: "queued";
|
|
3038
|
+
running: "running";
|
|
3039
|
+
creating_knowledge: "creating_knowledge";
|
|
3040
|
+
stopped: "stopped";
|
|
3041
|
+
}>;
|
|
3021
3042
|
status_message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3022
3043
|
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3023
3044
|
instructions: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -3036,10 +3057,10 @@ declare const contract: {
|
|
|
3036
3057
|
status: z.ZodEnum<{
|
|
3037
3058
|
pending: "pending";
|
|
3038
3059
|
failed: "failed";
|
|
3039
|
-
has_question: "has_question";
|
|
3040
|
-
passed: "passed";
|
|
3041
3060
|
running: "running";
|
|
3042
3061
|
stopped: "stopped";
|
|
3062
|
+
has_question: "has_question";
|
|
3063
|
+
passed: "passed";
|
|
3043
3064
|
skipped: "skipped";
|
|
3044
3065
|
}>;
|
|
3045
3066
|
error_message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -3192,7 +3213,14 @@ declare const contract: {
|
|
|
3192
3213
|
agent_id: z.ZodNumber;
|
|
3193
3214
|
job_id: z.ZodString;
|
|
3194
3215
|
browser_session_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3195
|
-
status: z.
|
|
3216
|
+
status: z.ZodEnum<{
|
|
3217
|
+
completed: "completed";
|
|
3218
|
+
failed: "failed";
|
|
3219
|
+
queued: "queued";
|
|
3220
|
+
running: "running";
|
|
3221
|
+
creating_knowledge: "creating_knowledge";
|
|
3222
|
+
stopped: "stopped";
|
|
3223
|
+
}>;
|
|
3196
3224
|
status_message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3197
3225
|
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3198
3226
|
instructions: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -3211,10 +3239,10 @@ declare const contract: {
|
|
|
3211
3239
|
status: z.ZodEnum<{
|
|
3212
3240
|
pending: "pending";
|
|
3213
3241
|
failed: "failed";
|
|
3214
|
-
has_question: "has_question";
|
|
3215
|
-
passed: "passed";
|
|
3216
3242
|
running: "running";
|
|
3217
3243
|
stopped: "stopped";
|
|
3244
|
+
has_question: "has_question";
|
|
3245
|
+
passed: "passed";
|
|
3218
3246
|
skipped: "skipped";
|
|
3219
3247
|
}>;
|
|
3220
3248
|
error_message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -3366,7 +3394,14 @@ declare const contract: {
|
|
|
3366
3394
|
agent_id: z.ZodNumber;
|
|
3367
3395
|
job_id: z.ZodString;
|
|
3368
3396
|
browser_session_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3369
|
-
status: z.
|
|
3397
|
+
status: z.ZodEnum<{
|
|
3398
|
+
completed: "completed";
|
|
3399
|
+
failed: "failed";
|
|
3400
|
+
queued: "queued";
|
|
3401
|
+
running: "running";
|
|
3402
|
+
creating_knowledge: "creating_knowledge";
|
|
3403
|
+
stopped: "stopped";
|
|
3404
|
+
}>;
|
|
3370
3405
|
status_message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3371
3406
|
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3372
3407
|
instructions: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -3385,10 +3420,10 @@ declare const contract: {
|
|
|
3385
3420
|
status: z.ZodEnum<{
|
|
3386
3421
|
pending: "pending";
|
|
3387
3422
|
failed: "failed";
|
|
3388
|
-
has_question: "has_question";
|
|
3389
|
-
passed: "passed";
|
|
3390
3423
|
running: "running";
|
|
3391
3424
|
stopped: "stopped";
|
|
3425
|
+
has_question: "has_question";
|
|
3426
|
+
passed: "passed";
|
|
3392
3427
|
skipped: "skipped";
|
|
3393
3428
|
}>;
|
|
3394
3429
|
error_message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -3557,7 +3592,14 @@ declare const contract: {
|
|
|
3557
3592
|
agent_id: z.ZodNumber;
|
|
3558
3593
|
job_id: z.ZodString;
|
|
3559
3594
|
browser_session_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3560
|
-
status: z.
|
|
3595
|
+
status: z.ZodEnum<{
|
|
3596
|
+
completed: "completed";
|
|
3597
|
+
failed: "failed";
|
|
3598
|
+
queued: "queued";
|
|
3599
|
+
running: "running";
|
|
3600
|
+
creating_knowledge: "creating_knowledge";
|
|
3601
|
+
stopped: "stopped";
|
|
3602
|
+
}>;
|
|
3561
3603
|
status_message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3562
3604
|
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3563
3605
|
instructions: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -3576,10 +3618,10 @@ declare const contract: {
|
|
|
3576
3618
|
status: z.ZodEnum<{
|
|
3577
3619
|
pending: "pending";
|
|
3578
3620
|
failed: "failed";
|
|
3579
|
-
has_question: "has_question";
|
|
3580
|
-
passed: "passed";
|
|
3581
3621
|
running: "running";
|
|
3582
3622
|
stopped: "stopped";
|
|
3623
|
+
has_question: "has_question";
|
|
3624
|
+
passed: "passed";
|
|
3583
3625
|
skipped: "skipped";
|
|
3584
3626
|
}>;
|
|
3585
3627
|
error_message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -3725,7 +3767,14 @@ declare const contract: {
|
|
|
3725
3767
|
agent_id: z.ZodNumber;
|
|
3726
3768
|
job_id: z.ZodString;
|
|
3727
3769
|
browser_session_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3728
|
-
status: z.
|
|
3770
|
+
status: z.ZodEnum<{
|
|
3771
|
+
completed: "completed";
|
|
3772
|
+
failed: "failed";
|
|
3773
|
+
queued: "queued";
|
|
3774
|
+
running: "running";
|
|
3775
|
+
creating_knowledge: "creating_knowledge";
|
|
3776
|
+
stopped: "stopped";
|
|
3777
|
+
}>;
|
|
3729
3778
|
status_message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3730
3779
|
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3731
3780
|
instructions: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -3744,10 +3793,10 @@ declare const contract: {
|
|
|
3744
3793
|
status: z.ZodEnum<{
|
|
3745
3794
|
pending: "pending";
|
|
3746
3795
|
failed: "failed";
|
|
3747
|
-
has_question: "has_question";
|
|
3748
|
-
passed: "passed";
|
|
3749
3796
|
running: "running";
|
|
3750
3797
|
stopped: "stopped";
|
|
3798
|
+
has_question: "has_question";
|
|
3799
|
+
passed: "passed";
|
|
3751
3800
|
skipped: "skipped";
|
|
3752
3801
|
}>;
|
|
3753
3802
|
error_message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -3898,7 +3947,14 @@ declare const contract: {
|
|
|
3898
3947
|
agent_id: z.ZodNumber;
|
|
3899
3948
|
job_id: z.ZodString;
|
|
3900
3949
|
browser_session_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3901
|
-
status: z.
|
|
3950
|
+
status: z.ZodEnum<{
|
|
3951
|
+
completed: "completed";
|
|
3952
|
+
failed: "failed";
|
|
3953
|
+
queued: "queued";
|
|
3954
|
+
running: "running";
|
|
3955
|
+
creating_knowledge: "creating_knowledge";
|
|
3956
|
+
stopped: "stopped";
|
|
3957
|
+
}>;
|
|
3902
3958
|
status_message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3903
3959
|
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3904
3960
|
instructions: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -3917,10 +3973,10 @@ declare const contract: {
|
|
|
3917
3973
|
status: z.ZodEnum<{
|
|
3918
3974
|
pending: "pending";
|
|
3919
3975
|
failed: "failed";
|
|
3920
|
-
has_question: "has_question";
|
|
3921
|
-
passed: "passed";
|
|
3922
3976
|
running: "running";
|
|
3923
3977
|
stopped: "stopped";
|
|
3978
|
+
has_question: "has_question";
|
|
3979
|
+
passed: "passed";
|
|
3924
3980
|
skipped: "skipped";
|
|
3925
3981
|
}>;
|
|
3926
3982
|
error_message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -4068,7 +4124,14 @@ declare const contract: {
|
|
|
4068
4124
|
agent_id: z.ZodNumber;
|
|
4069
4125
|
job_id: z.ZodString;
|
|
4070
4126
|
browser_session_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4071
|
-
status: z.
|
|
4127
|
+
status: z.ZodEnum<{
|
|
4128
|
+
completed: "completed";
|
|
4129
|
+
failed: "failed";
|
|
4130
|
+
queued: "queued";
|
|
4131
|
+
running: "running";
|
|
4132
|
+
creating_knowledge: "creating_knowledge";
|
|
4133
|
+
stopped: "stopped";
|
|
4134
|
+
}>;
|
|
4072
4135
|
status_message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4073
4136
|
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4074
4137
|
instructions: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -4087,10 +4150,10 @@ declare const contract: {
|
|
|
4087
4150
|
status: z.ZodEnum<{
|
|
4088
4151
|
pending: "pending";
|
|
4089
4152
|
failed: "failed";
|
|
4090
|
-
has_question: "has_question";
|
|
4091
|
-
passed: "passed";
|
|
4092
4153
|
running: "running";
|
|
4093
4154
|
stopped: "stopped";
|
|
4155
|
+
has_question: "has_question";
|
|
4156
|
+
passed: "passed";
|
|
4094
4157
|
skipped: "skipped";
|
|
4095
4158
|
}>;
|
|
4096
4159
|
error_message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -4420,7 +4483,14 @@ declare const contract: {
|
|
|
4420
4483
|
agent_id: z.ZodNumber;
|
|
4421
4484
|
job_id: z.ZodString;
|
|
4422
4485
|
browser_session_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4423
|
-
status: z.
|
|
4486
|
+
status: z.ZodEnum<{
|
|
4487
|
+
completed: "completed";
|
|
4488
|
+
failed: "failed";
|
|
4489
|
+
queued: "queued";
|
|
4490
|
+
running: "running";
|
|
4491
|
+
creating_knowledge: "creating_knowledge";
|
|
4492
|
+
stopped: "stopped";
|
|
4493
|
+
}>;
|
|
4424
4494
|
status_message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4425
4495
|
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4426
4496
|
instructions: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -4439,10 +4509,10 @@ declare const contract: {
|
|
|
4439
4509
|
status: z.ZodEnum<{
|
|
4440
4510
|
pending: "pending";
|
|
4441
4511
|
failed: "failed";
|
|
4442
|
-
has_question: "has_question";
|
|
4443
|
-
passed: "passed";
|
|
4444
4512
|
running: "running";
|
|
4445
4513
|
stopped: "stopped";
|
|
4514
|
+
has_question: "has_question";
|
|
4515
|
+
passed: "passed";
|
|
4446
4516
|
skipped: "skipped";
|
|
4447
4517
|
}>;
|
|
4448
4518
|
error_message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -4488,12 +4558,20 @@ declare const contract: {
|
|
|
4488
4558
|
offset: z.ZodDefault<z.ZodOptional<z.ZodCoercedNumber<unknown>>>;
|
|
4489
4559
|
}, z.core.$strip>, z.ZodObject<{
|
|
4490
4560
|
items: z.ZodArray<z.ZodObject<{
|
|
4561
|
+
has_question: z.ZodOptional<z.ZodBoolean>;
|
|
4491
4562
|
id: z.ZodOptional<z.ZodNumber>;
|
|
4492
4563
|
created_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
|
|
4493
4564
|
updated_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
|
|
4494
4565
|
application_id: z.ZodNumber;
|
|
4495
4566
|
agent_id: z.ZodNumber;
|
|
4496
|
-
status: z.
|
|
4567
|
+
status: z.ZodEnum<{
|
|
4568
|
+
completed: "completed";
|
|
4569
|
+
failed: "failed";
|
|
4570
|
+
queued: "queued";
|
|
4571
|
+
running: "running";
|
|
4572
|
+
creating_knowledge: "creating_knowledge";
|
|
4573
|
+
stopped: "stopped";
|
|
4574
|
+
}>;
|
|
4497
4575
|
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4498
4576
|
agent_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4499
4577
|
source: z.ZodOptional<z.ZodEnum<{
|
|
@@ -4506,7 +4584,6 @@ declare const contract: {
|
|
|
4506
4584
|
image_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4507
4585
|
}, z.core.$strip>>>;
|
|
4508
4586
|
pinned: z.ZodOptional<z.ZodBoolean>;
|
|
4509
|
-
has_question: z.ZodOptional<z.ZodBoolean>;
|
|
4510
4587
|
status_message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4511
4588
|
instructions: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4512
4589
|
job_id: z.ZodString;
|
|
@@ -4524,10 +4601,18 @@ declare const contract: {
|
|
|
4524
4601
|
offset: z.ZodNumber;
|
|
4525
4602
|
}, z.core.$strip>, Record<never, never>, Record<never, never>>;
|
|
4526
4603
|
simulationStart: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
|
|
4604
|
+
has_question: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
4527
4605
|
id: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
4528
4606
|
created_at: z.ZodOptional<z.ZodOptional<z.ZodCoercedDate<unknown>>>;
|
|
4529
4607
|
updated_at: z.ZodOptional<z.ZodOptional<z.ZodCoercedDate<unknown>>>;
|
|
4530
|
-
status: z.ZodOptional<z.
|
|
4608
|
+
status: z.ZodOptional<z.ZodEnum<{
|
|
4609
|
+
completed: "completed";
|
|
4610
|
+
failed: "failed";
|
|
4611
|
+
queued: "queued";
|
|
4612
|
+
running: "running";
|
|
4613
|
+
creating_knowledge: "creating_knowledge";
|
|
4614
|
+
stopped: "stopped";
|
|
4615
|
+
}>>;
|
|
4531
4616
|
path: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
4532
4617
|
agent_name: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
4533
4618
|
source: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
@@ -4541,7 +4626,6 @@ declare const contract: {
|
|
|
4541
4626
|
}, z.core.$strip>>>>;
|
|
4542
4627
|
pinned: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
4543
4628
|
source_metadata: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>>;
|
|
4544
|
-
has_question: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
4545
4629
|
status_message: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
4546
4630
|
job_id: z.ZodOptional<z.ZodString>;
|
|
4547
4631
|
browser_session_id: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
@@ -4570,7 +4654,14 @@ declare const contract: {
|
|
|
4570
4654
|
agent_id: z.ZodNumber;
|
|
4571
4655
|
job_id: z.ZodString;
|
|
4572
4656
|
browser_session_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4573
|
-
status: z.
|
|
4657
|
+
status: z.ZodEnum<{
|
|
4658
|
+
completed: "completed";
|
|
4659
|
+
failed: "failed";
|
|
4660
|
+
queued: "queued";
|
|
4661
|
+
running: "running";
|
|
4662
|
+
creating_knowledge: "creating_knowledge";
|
|
4663
|
+
stopped: "stopped";
|
|
4664
|
+
}>;
|
|
4574
4665
|
status_message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4575
4666
|
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4576
4667
|
instructions: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -4589,10 +4680,10 @@ declare const contract: {
|
|
|
4589
4680
|
status: z.ZodEnum<{
|
|
4590
4681
|
pending: "pending";
|
|
4591
4682
|
failed: "failed";
|
|
4592
|
-
has_question: "has_question";
|
|
4593
|
-
passed: "passed";
|
|
4594
4683
|
running: "running";
|
|
4595
4684
|
stopped: "stopped";
|
|
4685
|
+
has_question: "has_question";
|
|
4686
|
+
passed: "passed";
|
|
4596
4687
|
skipped: "skipped";
|
|
4597
4688
|
}>;
|
|
4598
4689
|
error_message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -4623,7 +4714,14 @@ declare const contract: {
|
|
|
4623
4714
|
}, z.core.$strip>, Record<never, never>, Record<never, never>>;
|
|
4624
4715
|
simulationUpdate: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
|
|
4625
4716
|
job_id: z.ZodOptional<z.ZodString>;
|
|
4626
|
-
status: z.ZodOptional<z.
|
|
4717
|
+
status: z.ZodOptional<z.ZodEnum<{
|
|
4718
|
+
completed: "completed";
|
|
4719
|
+
failed: "failed";
|
|
4720
|
+
queued: "queued";
|
|
4721
|
+
running: "running";
|
|
4722
|
+
creating_knowledge: "creating_knowledge";
|
|
4723
|
+
stopped: "stopped";
|
|
4724
|
+
}>>;
|
|
4627
4725
|
status_message: z.ZodOptional<z.ZodString>;
|
|
4628
4726
|
pinned: z.ZodOptional<z.ZodBoolean>;
|
|
4629
4727
|
graph_index_id: z.ZodOptional<z.ZodString>;
|
|
@@ -4636,7 +4734,14 @@ declare const contract: {
|
|
|
4636
4734
|
agent_id: z.ZodNumber;
|
|
4637
4735
|
job_id: z.ZodString;
|
|
4638
4736
|
browser_session_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4639
|
-
status: z.
|
|
4737
|
+
status: z.ZodEnum<{
|
|
4738
|
+
completed: "completed";
|
|
4739
|
+
failed: "failed";
|
|
4740
|
+
queued: "queued";
|
|
4741
|
+
running: "running";
|
|
4742
|
+
creating_knowledge: "creating_knowledge";
|
|
4743
|
+
stopped: "stopped";
|
|
4744
|
+
}>;
|
|
4640
4745
|
status_message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4641
4746
|
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4642
4747
|
instructions: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -4655,10 +4760,10 @@ declare const contract: {
|
|
|
4655
4760
|
status: z.ZodEnum<{
|
|
4656
4761
|
pending: "pending";
|
|
4657
4762
|
failed: "failed";
|
|
4658
|
-
has_question: "has_question";
|
|
4659
|
-
passed: "passed";
|
|
4660
4763
|
running: "running";
|
|
4661
4764
|
stopped: "stopped";
|
|
4765
|
+
has_question: "has_question";
|
|
4766
|
+
passed: "passed";
|
|
4662
4767
|
skipped: "skipped";
|
|
4663
4768
|
}>;
|
|
4664
4769
|
error_message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -4698,7 +4803,14 @@ declare const contract: {
|
|
|
4698
4803
|
agent_id: z.ZodNumber;
|
|
4699
4804
|
job_id: z.ZodString;
|
|
4700
4805
|
browser_session_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4701
|
-
status: z.
|
|
4806
|
+
status: z.ZodEnum<{
|
|
4807
|
+
completed: "completed";
|
|
4808
|
+
failed: "failed";
|
|
4809
|
+
queued: "queued";
|
|
4810
|
+
running: "running";
|
|
4811
|
+
creating_knowledge: "creating_knowledge";
|
|
4812
|
+
stopped: "stopped";
|
|
4813
|
+
}>;
|
|
4702
4814
|
status_message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4703
4815
|
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4704
4816
|
instructions: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -4717,10 +4829,10 @@ declare const contract: {
|
|
|
4717
4829
|
status: z.ZodEnum<{
|
|
4718
4830
|
pending: "pending";
|
|
4719
4831
|
failed: "failed";
|
|
4720
|
-
has_question: "has_question";
|
|
4721
|
-
passed: "passed";
|
|
4722
4832
|
running: "running";
|
|
4723
4833
|
stopped: "stopped";
|
|
4834
|
+
has_question: "has_question";
|
|
4835
|
+
passed: "passed";
|
|
4724
4836
|
skipped: "skipped";
|
|
4725
4837
|
}>;
|
|
4726
4838
|
error_message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -4756,7 +4868,14 @@ declare const contract: {
|
|
|
4756
4868
|
items: z.ZodArray<z.ZodObject<{
|
|
4757
4869
|
id: z.ZodNumber;
|
|
4758
4870
|
simulation_id: z.ZodNumber;
|
|
4759
|
-
status: z.
|
|
4871
|
+
status: z.ZodEnum<{
|
|
4872
|
+
completed: "completed";
|
|
4873
|
+
failed: "failed";
|
|
4874
|
+
queued: "queued";
|
|
4875
|
+
running: "running";
|
|
4876
|
+
stopped: "stopped";
|
|
4877
|
+
has_question: "has_question";
|
|
4878
|
+
}>;
|
|
4760
4879
|
status_message: z.ZodNullable<z.ZodString>;
|
|
4761
4880
|
skill: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4762
4881
|
screenshot_path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -4792,8 +4911,8 @@ declare const contract: {
|
|
|
4792
4911
|
status: z.ZodDefault<z.ZodEnum<{
|
|
4793
4912
|
completed: "completed";
|
|
4794
4913
|
failed: "failed";
|
|
4795
|
-
has_question: "has_question";
|
|
4796
4914
|
running: "running";
|
|
4915
|
+
has_question: "has_question";
|
|
4797
4916
|
}>>;
|
|
4798
4917
|
started_at: z.ZodString;
|
|
4799
4918
|
ended_at: z.ZodString;
|
|
@@ -5785,11 +5904,11 @@ declare const contract: {
|
|
|
5785
5904
|
simulation_task_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5786
5905
|
status: z.ZodEnum<{
|
|
5787
5906
|
failed: "failed";
|
|
5788
|
-
passed: "passed";
|
|
5789
|
-
needs_healing: "needs_healing";
|
|
5790
5907
|
queued: "queued";
|
|
5791
5908
|
running: "running";
|
|
5792
5909
|
stopped: "stopped";
|
|
5910
|
+
passed: "passed";
|
|
5911
|
+
needs_healing: "needs_healing";
|
|
5793
5912
|
}>;
|
|
5794
5913
|
verdict: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5795
5914
|
proposed_steps: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
@@ -6077,7 +6196,14 @@ declare const contract: {
|
|
|
6077
6196
|
agent_id: z.ZodNumber;
|
|
6078
6197
|
job_id: z.ZodString;
|
|
6079
6198
|
browser_session_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6080
|
-
status: z.
|
|
6199
|
+
status: z.ZodEnum<{
|
|
6200
|
+
completed: "completed";
|
|
6201
|
+
failed: "failed";
|
|
6202
|
+
queued: "queued";
|
|
6203
|
+
running: "running";
|
|
6204
|
+
creating_knowledge: "creating_knowledge";
|
|
6205
|
+
stopped: "stopped";
|
|
6206
|
+
}>;
|
|
6081
6207
|
status_message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6082
6208
|
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6083
6209
|
instructions: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -6096,10 +6222,10 @@ declare const contract: {
|
|
|
6096
6222
|
status: z.ZodEnum<{
|
|
6097
6223
|
pending: "pending";
|
|
6098
6224
|
failed: "failed";
|
|
6099
|
-
has_question: "has_question";
|
|
6100
|
-
passed: "passed";
|
|
6101
6225
|
running: "running";
|
|
6102
6226
|
stopped: "stopped";
|
|
6227
|
+
has_question: "has_question";
|
|
6228
|
+
passed: "passed";
|
|
6103
6229
|
skipped: "skipped";
|
|
6104
6230
|
}>;
|
|
6105
6231
|
error_message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -6140,7 +6266,14 @@ declare const contract: {
|
|
|
6140
6266
|
agent_id: z.ZodNumber;
|
|
6141
6267
|
job_id: z.ZodString;
|
|
6142
6268
|
browser_session_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6143
|
-
status: z.
|
|
6269
|
+
status: z.ZodEnum<{
|
|
6270
|
+
completed: "completed";
|
|
6271
|
+
failed: "failed";
|
|
6272
|
+
queued: "queued";
|
|
6273
|
+
running: "running";
|
|
6274
|
+
creating_knowledge: "creating_knowledge";
|
|
6275
|
+
stopped: "stopped";
|
|
6276
|
+
}>;
|
|
6144
6277
|
status_message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6145
6278
|
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6146
6279
|
instructions: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -6159,10 +6292,10 @@ declare const contract: {
|
|
|
6159
6292
|
status: z.ZodEnum<{
|
|
6160
6293
|
pending: "pending";
|
|
6161
6294
|
failed: "failed";
|
|
6162
|
-
has_question: "has_question";
|
|
6163
|
-
passed: "passed";
|
|
6164
6295
|
running: "running";
|
|
6165
6296
|
stopped: "stopped";
|
|
6297
|
+
has_question: "has_question";
|
|
6298
|
+
passed: "passed";
|
|
6166
6299
|
skipped: "skipped";
|
|
6167
6300
|
}>;
|
|
6168
6301
|
error_message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -6204,7 +6337,14 @@ declare const contract: {
|
|
|
6204
6337
|
agent_id: z.ZodNumber;
|
|
6205
6338
|
job_id: z.ZodString;
|
|
6206
6339
|
browser_session_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6207
|
-
status: z.
|
|
6340
|
+
status: z.ZodEnum<{
|
|
6341
|
+
completed: "completed";
|
|
6342
|
+
failed: "failed";
|
|
6343
|
+
queued: "queued";
|
|
6344
|
+
running: "running";
|
|
6345
|
+
creating_knowledge: "creating_knowledge";
|
|
6346
|
+
stopped: "stopped";
|
|
6347
|
+
}>;
|
|
6208
6348
|
status_message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6209
6349
|
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6210
6350
|
instructions: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -6223,10 +6363,10 @@ declare const contract: {
|
|
|
6223
6363
|
status: z.ZodEnum<{
|
|
6224
6364
|
pending: "pending";
|
|
6225
6365
|
failed: "failed";
|
|
6226
|
-
has_question: "has_question";
|
|
6227
|
-
passed: "passed";
|
|
6228
6366
|
running: "running";
|
|
6229
6367
|
stopped: "stopped";
|
|
6368
|
+
has_question: "has_question";
|
|
6369
|
+
passed: "passed";
|
|
6230
6370
|
skipped: "skipped";
|
|
6231
6371
|
}>;
|
|
6232
6372
|
error_message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -6763,7 +6903,7 @@ declare const contract: {
|
|
|
6763
6903
|
error: string;
|
|
6764
6904
|
} | {
|
|
6765
6905
|
type: "task/status";
|
|
6766
|
-
status: "completed" | "failed" | "
|
|
6906
|
+
status: "completed" | "failed" | "running" | "stopped" | "has_question";
|
|
6767
6907
|
message?: string | undefined;
|
|
6768
6908
|
task_id?: string | undefined;
|
|
6769
6909
|
timestamp?: number | undefined;
|
|
@@ -6794,7 +6934,7 @@ declare const contract: {
|
|
|
6794
6934
|
error: string;
|
|
6795
6935
|
} | {
|
|
6796
6936
|
type: "task/status";
|
|
6797
|
-
status: "completed" | "failed" | "
|
|
6937
|
+
status: "completed" | "failed" | "running" | "stopped" | "has_question";
|
|
6798
6938
|
message?: string | undefined;
|
|
6799
6939
|
task_id?: string | undefined;
|
|
6800
6940
|
timestamp?: number | undefined;
|
|
@@ -6869,7 +7009,7 @@ declare const contract: {
|
|
|
6869
7009
|
type: "simulation/updated";
|
|
6870
7010
|
simulation_id: number;
|
|
6871
7011
|
application_id: number;
|
|
6872
|
-
status: "completed" | "failed" | "queued" | "running" | "
|
|
7012
|
+
status: "completed" | "failed" | "queued" | "running" | "creating_knowledge" | "stopped";
|
|
6873
7013
|
has_question?: boolean | undefined;
|
|
6874
7014
|
step_label?: string | undefined;
|
|
6875
7015
|
step_pending?: boolean | undefined;
|
|
@@ -6951,7 +7091,7 @@ declare const contract: {
|
|
|
6951
7091
|
type: "qa-document/updated";
|
|
6952
7092
|
document_id: number;
|
|
6953
7093
|
application_id: number;
|
|
6954
|
-
status:
|
|
7094
|
+
status: "pending" | "processing" | "waiting_review" | "completed" | "failed";
|
|
6955
7095
|
step_label?: string | undefined;
|
|
6956
7096
|
} | {
|
|
6957
7097
|
type: "qa-run/updated";
|
|
@@ -6967,7 +7107,7 @@ declare const contract: {
|
|
|
6967
7107
|
run_id: number;
|
|
6968
7108
|
document_id: number;
|
|
6969
7109
|
application_id: number;
|
|
6970
|
-
status:
|
|
7110
|
+
status: "failed" | "passed" | "needs_healing";
|
|
6971
7111
|
} | {
|
|
6972
7112
|
type: "qa-run/report-ready";
|
|
6973
7113
|
run_id: number;
|
|
@@ -6980,7 +7120,7 @@ declare const contract: {
|
|
|
6980
7120
|
type: "user/updated";
|
|
6981
7121
|
user_id: number;
|
|
6982
7122
|
workspace_id: number;
|
|
6983
|
-
status:
|
|
7123
|
+
status: "created" | "active" | "suspended" | "pending_approval";
|
|
6984
7124
|
} | {
|
|
6985
7125
|
type: "job/progress";
|
|
6986
7126
|
job_id: string;
|
|
@@ -7060,7 +7200,7 @@ declare const contract: {
|
|
|
7060
7200
|
type: "simulation/updated";
|
|
7061
7201
|
simulation_id: number;
|
|
7062
7202
|
application_id: number;
|
|
7063
|
-
status: "completed" | "failed" | "queued" | "running" | "
|
|
7203
|
+
status: "completed" | "failed" | "queued" | "running" | "creating_knowledge" | "stopped";
|
|
7064
7204
|
has_question?: boolean | undefined;
|
|
7065
7205
|
step_label?: string | undefined;
|
|
7066
7206
|
step_pending?: boolean | undefined;
|
|
@@ -7142,7 +7282,7 @@ declare const contract: {
|
|
|
7142
7282
|
type: "qa-document/updated";
|
|
7143
7283
|
document_id: number;
|
|
7144
7284
|
application_id: number;
|
|
7145
|
-
status:
|
|
7285
|
+
status: "pending" | "processing" | "waiting_review" | "completed" | "failed";
|
|
7146
7286
|
step_label?: string | undefined;
|
|
7147
7287
|
} | {
|
|
7148
7288
|
type: "qa-run/updated";
|
|
@@ -7158,7 +7298,7 @@ declare const contract: {
|
|
|
7158
7298
|
run_id: number;
|
|
7159
7299
|
document_id: number;
|
|
7160
7300
|
application_id: number;
|
|
7161
|
-
status:
|
|
7301
|
+
status: "failed" | "passed" | "needs_healing";
|
|
7162
7302
|
} | {
|
|
7163
7303
|
type: "qa-run/report-ready";
|
|
7164
7304
|
run_id: number;
|
|
@@ -7171,7 +7311,7 @@ declare const contract: {
|
|
|
7171
7311
|
type: "user/updated";
|
|
7172
7312
|
user_id: number;
|
|
7173
7313
|
workspace_id: number;
|
|
7174
|
-
status:
|
|
7314
|
+
status: "created" | "active" | "suspended" | "pending_approval";
|
|
7175
7315
|
} | {
|
|
7176
7316
|
type: "job/progress";
|
|
7177
7317
|
job_id: string;
|