@marketrix.ai/widget 3.3.238 → 3.3.240
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 +146 -28
- package/dist/src/sdk/index.d.ts.map +1 -1
- package/dist/src/sdk/routes.d.ts +146 -28
- package/dist/src/sdk/routes.d.ts.map +1 -1
- package/dist/src/sdk/schema.d.ts +145 -17
- package/dist/src/sdk/schema.d.ts.map +1 -1
- package/dist/src/types/browserTools.d.ts +6 -101
- package/dist/src/types/browserTools.d.ts.map +1 -1
- package/dist/src/types/index.d.ts +0 -1
- package/dist/src/types/index.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
|
@@ -1051,7 +1051,12 @@ declare const contract: {
|
|
|
1051
1051
|
agent_name: z.ZodString;
|
|
1052
1052
|
image_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1053
1053
|
}, z.core.$strip>>>;
|
|
1054
|
-
mindmap_status: z.ZodOptional<z.
|
|
1054
|
+
mindmap_status: z.ZodOptional<z.ZodEnum<{
|
|
1055
|
+
pending: "pending";
|
|
1056
|
+
completed: "completed";
|
|
1057
|
+
failed: "failed";
|
|
1058
|
+
generating: "generating";
|
|
1059
|
+
}>>;
|
|
1055
1060
|
mindmap_steps_processed: z.ZodOptional<z.ZodNumber>;
|
|
1056
1061
|
mindmap_steps_total: z.ZodOptional<z.ZodNumber>;
|
|
1057
1062
|
mindmap_error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -2895,7 +2900,12 @@ declare const contract: {
|
|
|
2895
2900
|
agent_name: z.ZodString;
|
|
2896
2901
|
image_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2897
2902
|
}, z.core.$strip>>>;
|
|
2898
|
-
mindmap_status: z.ZodOptional<z.
|
|
2903
|
+
mindmap_status: z.ZodOptional<z.ZodEnum<{
|
|
2904
|
+
pending: "pending";
|
|
2905
|
+
completed: "completed";
|
|
2906
|
+
failed: "failed";
|
|
2907
|
+
generating: "generating";
|
|
2908
|
+
}>>;
|
|
2899
2909
|
mindmap_steps_processed: z.ZodOptional<z.ZodNumber>;
|
|
2900
2910
|
mindmap_steps_total: z.ZodOptional<z.ZodNumber>;
|
|
2901
2911
|
mindmap_error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -3081,7 +3091,12 @@ declare const contract: {
|
|
|
3081
3091
|
agent_name: z.ZodString;
|
|
3082
3092
|
image_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3083
3093
|
}, z.core.$strip>>>;
|
|
3084
|
-
mindmap_status: z.ZodOptional<z.
|
|
3094
|
+
mindmap_status: z.ZodOptional<z.ZodEnum<{
|
|
3095
|
+
pending: "pending";
|
|
3096
|
+
completed: "completed";
|
|
3097
|
+
failed: "failed";
|
|
3098
|
+
generating: "generating";
|
|
3099
|
+
}>>;
|
|
3085
3100
|
mindmap_steps_processed: z.ZodOptional<z.ZodNumber>;
|
|
3086
3101
|
mindmap_steps_total: z.ZodOptional<z.ZodNumber>;
|
|
3087
3102
|
mindmap_error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -3263,7 +3278,12 @@ declare const contract: {
|
|
|
3263
3278
|
agent_name: z.ZodString;
|
|
3264
3279
|
image_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3265
3280
|
}, z.core.$strip>>>;
|
|
3266
|
-
mindmap_status: z.ZodOptional<z.
|
|
3281
|
+
mindmap_status: z.ZodOptional<z.ZodEnum<{
|
|
3282
|
+
pending: "pending";
|
|
3283
|
+
completed: "completed";
|
|
3284
|
+
failed: "failed";
|
|
3285
|
+
generating: "generating";
|
|
3286
|
+
}>>;
|
|
3267
3287
|
mindmap_steps_processed: z.ZodOptional<z.ZodNumber>;
|
|
3268
3288
|
mindmap_steps_total: z.ZodOptional<z.ZodNumber>;
|
|
3269
3289
|
mindmap_error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -3444,7 +3464,12 @@ declare const contract: {
|
|
|
3444
3464
|
agent_name: z.ZodString;
|
|
3445
3465
|
image_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3446
3466
|
}, z.core.$strip>>>;
|
|
3447
|
-
mindmap_status: z.ZodOptional<z.
|
|
3467
|
+
mindmap_status: z.ZodOptional<z.ZodEnum<{
|
|
3468
|
+
pending: "pending";
|
|
3469
|
+
completed: "completed";
|
|
3470
|
+
failed: "failed";
|
|
3471
|
+
generating: "generating";
|
|
3472
|
+
}>>;
|
|
3448
3473
|
mindmap_steps_processed: z.ZodOptional<z.ZodNumber>;
|
|
3449
3474
|
mindmap_steps_total: z.ZodOptional<z.ZodNumber>;
|
|
3450
3475
|
mindmap_error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -3642,7 +3667,12 @@ declare const contract: {
|
|
|
3642
3667
|
agent_name: z.ZodString;
|
|
3643
3668
|
image_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3644
3669
|
}, z.core.$strip>>>;
|
|
3645
|
-
mindmap_status: z.ZodOptional<z.
|
|
3670
|
+
mindmap_status: z.ZodOptional<z.ZodEnum<{
|
|
3671
|
+
pending: "pending";
|
|
3672
|
+
completed: "completed";
|
|
3673
|
+
failed: "failed";
|
|
3674
|
+
generating: "generating";
|
|
3675
|
+
}>>;
|
|
3646
3676
|
mindmap_steps_processed: z.ZodOptional<z.ZodNumber>;
|
|
3647
3677
|
mindmap_steps_total: z.ZodOptional<z.ZodNumber>;
|
|
3648
3678
|
mindmap_error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -3817,7 +3847,12 @@ declare const contract: {
|
|
|
3817
3847
|
agent_name: z.ZodString;
|
|
3818
3848
|
image_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3819
3849
|
}, z.core.$strip>>>;
|
|
3820
|
-
mindmap_status: z.ZodOptional<z.
|
|
3850
|
+
mindmap_status: z.ZodOptional<z.ZodEnum<{
|
|
3851
|
+
pending: "pending";
|
|
3852
|
+
completed: "completed";
|
|
3853
|
+
failed: "failed";
|
|
3854
|
+
generating: "generating";
|
|
3855
|
+
}>>;
|
|
3821
3856
|
mindmap_steps_processed: z.ZodOptional<z.ZodNumber>;
|
|
3822
3857
|
mindmap_steps_total: z.ZodOptional<z.ZodNumber>;
|
|
3823
3858
|
mindmap_error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -3997,7 +4032,12 @@ declare const contract: {
|
|
|
3997
4032
|
agent_name: z.ZodString;
|
|
3998
4033
|
image_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3999
4034
|
}, z.core.$strip>>>;
|
|
4000
|
-
mindmap_status: z.ZodOptional<z.
|
|
4035
|
+
mindmap_status: z.ZodOptional<z.ZodEnum<{
|
|
4036
|
+
pending: "pending";
|
|
4037
|
+
completed: "completed";
|
|
4038
|
+
failed: "failed";
|
|
4039
|
+
generating: "generating";
|
|
4040
|
+
}>>;
|
|
4001
4041
|
mindmap_steps_processed: z.ZodOptional<z.ZodNumber>;
|
|
4002
4042
|
mindmap_steps_total: z.ZodOptional<z.ZodNumber>;
|
|
4003
4043
|
mindmap_error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -4174,7 +4214,12 @@ declare const contract: {
|
|
|
4174
4214
|
agent_name: z.ZodString;
|
|
4175
4215
|
image_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4176
4216
|
}, z.core.$strip>>>;
|
|
4177
|
-
mindmap_status: z.ZodOptional<z.
|
|
4217
|
+
mindmap_status: z.ZodOptional<z.ZodEnum<{
|
|
4218
|
+
pending: "pending";
|
|
4219
|
+
completed: "completed";
|
|
4220
|
+
failed: "failed";
|
|
4221
|
+
generating: "generating";
|
|
4222
|
+
}>>;
|
|
4178
4223
|
mindmap_steps_processed: z.ZodOptional<z.ZodNumber>;
|
|
4179
4224
|
mindmap_steps_total: z.ZodOptional<z.ZodNumber>;
|
|
4180
4225
|
mindmap_error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -4533,7 +4578,12 @@ declare const contract: {
|
|
|
4533
4578
|
agent_name: z.ZodString;
|
|
4534
4579
|
image_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4535
4580
|
}, z.core.$strip>>>;
|
|
4536
|
-
mindmap_status: z.ZodOptional<z.
|
|
4581
|
+
mindmap_status: z.ZodOptional<z.ZodEnum<{
|
|
4582
|
+
pending: "pending";
|
|
4583
|
+
completed: "completed";
|
|
4584
|
+
failed: "failed";
|
|
4585
|
+
generating: "generating";
|
|
4586
|
+
}>>;
|
|
4537
4587
|
mindmap_steps_processed: z.ZodOptional<z.ZodNumber>;
|
|
4538
4588
|
mindmap_steps_total: z.ZodOptional<z.ZodNumber>;
|
|
4539
4589
|
mindmap_error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -4589,7 +4639,12 @@ declare const contract: {
|
|
|
4589
4639
|
job_id: z.ZodString;
|
|
4590
4640
|
browser_session_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4591
4641
|
graph_index_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4592
|
-
mindmap_status: z.ZodOptional<z.
|
|
4642
|
+
mindmap_status: z.ZodOptional<z.ZodEnum<{
|
|
4643
|
+
pending: "pending";
|
|
4644
|
+
completed: "completed";
|
|
4645
|
+
failed: "failed";
|
|
4646
|
+
generating: "generating";
|
|
4647
|
+
}>>;
|
|
4593
4648
|
mindmap_steps_processed: z.ZodOptional<z.ZodNumber>;
|
|
4594
4649
|
mindmap_steps_total: z.ZodOptional<z.ZodNumber>;
|
|
4595
4650
|
mindmap_error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -4630,7 +4685,12 @@ declare const contract: {
|
|
|
4630
4685
|
job_id: z.ZodOptional<z.ZodString>;
|
|
4631
4686
|
browser_session_id: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
4632
4687
|
graph_index_id: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
4633
|
-
mindmap_status: z.ZodOptional<z.ZodOptional<z.
|
|
4688
|
+
mindmap_status: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
4689
|
+
pending: "pending";
|
|
4690
|
+
completed: "completed";
|
|
4691
|
+
failed: "failed";
|
|
4692
|
+
generating: "generating";
|
|
4693
|
+
}>>>;
|
|
4634
4694
|
mindmap_steps_processed: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
4635
4695
|
mindmap_steps_total: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
4636
4696
|
mindmap_error: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
@@ -4704,7 +4764,12 @@ declare const contract: {
|
|
|
4704
4764
|
agent_name: z.ZodString;
|
|
4705
4765
|
image_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4706
4766
|
}, z.core.$strip>>>;
|
|
4707
|
-
mindmap_status: z.ZodOptional<z.
|
|
4767
|
+
mindmap_status: z.ZodOptional<z.ZodEnum<{
|
|
4768
|
+
pending: "pending";
|
|
4769
|
+
completed: "completed";
|
|
4770
|
+
failed: "failed";
|
|
4771
|
+
generating: "generating";
|
|
4772
|
+
}>>;
|
|
4708
4773
|
mindmap_steps_processed: z.ZodOptional<z.ZodNumber>;
|
|
4709
4774
|
mindmap_steps_total: z.ZodOptional<z.ZodNumber>;
|
|
4710
4775
|
mindmap_error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -4784,7 +4849,12 @@ declare const contract: {
|
|
|
4784
4849
|
agent_name: z.ZodString;
|
|
4785
4850
|
image_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4786
4851
|
}, z.core.$strip>>>;
|
|
4787
|
-
mindmap_status: z.ZodOptional<z.
|
|
4852
|
+
mindmap_status: z.ZodOptional<z.ZodEnum<{
|
|
4853
|
+
pending: "pending";
|
|
4854
|
+
completed: "completed";
|
|
4855
|
+
failed: "failed";
|
|
4856
|
+
generating: "generating";
|
|
4857
|
+
}>>;
|
|
4788
4858
|
mindmap_steps_processed: z.ZodOptional<z.ZodNumber>;
|
|
4789
4859
|
mindmap_steps_total: z.ZodOptional<z.ZodNumber>;
|
|
4790
4860
|
mindmap_error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -4853,7 +4923,12 @@ declare const contract: {
|
|
|
4853
4923
|
agent_name: z.ZodString;
|
|
4854
4924
|
image_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4855
4925
|
}, z.core.$strip>>>;
|
|
4856
|
-
mindmap_status: z.ZodOptional<z.
|
|
4926
|
+
mindmap_status: z.ZodOptional<z.ZodEnum<{
|
|
4927
|
+
pending: "pending";
|
|
4928
|
+
completed: "completed";
|
|
4929
|
+
failed: "failed";
|
|
4930
|
+
generating: "generating";
|
|
4931
|
+
}>>;
|
|
4857
4932
|
mindmap_steps_processed: z.ZodOptional<z.ZodNumber>;
|
|
4858
4933
|
mindmap_steps_total: z.ZodOptional<z.ZodNumber>;
|
|
4859
4934
|
mindmap_error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -6246,7 +6321,12 @@ declare const contract: {
|
|
|
6246
6321
|
agent_name: z.ZodString;
|
|
6247
6322
|
image_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6248
6323
|
}, z.core.$strip>>>;
|
|
6249
|
-
mindmap_status: z.ZodOptional<z.
|
|
6324
|
+
mindmap_status: z.ZodOptional<z.ZodEnum<{
|
|
6325
|
+
pending: "pending";
|
|
6326
|
+
completed: "completed";
|
|
6327
|
+
failed: "failed";
|
|
6328
|
+
generating: "generating";
|
|
6329
|
+
}>>;
|
|
6250
6330
|
mindmap_steps_processed: z.ZodOptional<z.ZodNumber>;
|
|
6251
6331
|
mindmap_steps_total: z.ZodOptional<z.ZodNumber>;
|
|
6252
6332
|
mindmap_error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -6316,7 +6396,12 @@ declare const contract: {
|
|
|
6316
6396
|
agent_name: z.ZodString;
|
|
6317
6397
|
image_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6318
6398
|
}, z.core.$strip>>>;
|
|
6319
|
-
mindmap_status: z.ZodOptional<z.
|
|
6399
|
+
mindmap_status: z.ZodOptional<z.ZodEnum<{
|
|
6400
|
+
pending: "pending";
|
|
6401
|
+
completed: "completed";
|
|
6402
|
+
failed: "failed";
|
|
6403
|
+
generating: "generating";
|
|
6404
|
+
}>>;
|
|
6320
6405
|
mindmap_steps_processed: z.ZodOptional<z.ZodNumber>;
|
|
6321
6406
|
mindmap_steps_total: z.ZodOptional<z.ZodNumber>;
|
|
6322
6407
|
mindmap_error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -6387,7 +6472,12 @@ declare const contract: {
|
|
|
6387
6472
|
agent_name: z.ZodString;
|
|
6388
6473
|
image_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6389
6474
|
}, z.core.$strip>>>;
|
|
6390
|
-
mindmap_status: z.ZodOptional<z.
|
|
6475
|
+
mindmap_status: z.ZodOptional<z.ZodEnum<{
|
|
6476
|
+
pending: "pending";
|
|
6477
|
+
completed: "completed";
|
|
6478
|
+
failed: "failed";
|
|
6479
|
+
generating: "generating";
|
|
6480
|
+
}>>;
|
|
6391
6481
|
mindmap_steps_processed: z.ZodOptional<z.ZodNumber>;
|
|
6392
6482
|
mindmap_steps_total: z.ZodOptional<z.ZodNumber>;
|
|
6393
6483
|
mindmap_error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -7064,16 +7154,16 @@ declare const contract: {
|
|
|
7064
7154
|
type: "simulation/mindmap-updated";
|
|
7065
7155
|
simulation_id: number;
|
|
7066
7156
|
application_id: number;
|
|
7067
|
-
mindmap_status:
|
|
7157
|
+
mindmap_status: "pending" | "completed" | "failed" | "generating";
|
|
7068
7158
|
steps_processed: number;
|
|
7069
7159
|
steps_total: number;
|
|
7070
7160
|
} | {
|
|
7071
7161
|
type: "qa-run/completed";
|
|
7072
7162
|
run_id: number;
|
|
7073
|
-
status:
|
|
7163
|
+
status: "pending" | "completed" | "failed" | "running" | "stopped";
|
|
7074
7164
|
} | {
|
|
7075
7165
|
type: "agent/updated";
|
|
7076
|
-
status:
|
|
7166
|
+
status: "active" | "learning" | "error" | "completed" | "failed" | "queued" | "running" | "stopped" | "has_question";
|
|
7077
7167
|
agent_id?: number | undefined;
|
|
7078
7168
|
context_id?: string | undefined;
|
|
7079
7169
|
task_id?: string | undefined;
|
|
@@ -7255,16 +7345,16 @@ declare const contract: {
|
|
|
7255
7345
|
type: "simulation/mindmap-updated";
|
|
7256
7346
|
simulation_id: number;
|
|
7257
7347
|
application_id: number;
|
|
7258
|
-
mindmap_status:
|
|
7348
|
+
mindmap_status: "pending" | "completed" | "failed" | "generating";
|
|
7259
7349
|
steps_processed: number;
|
|
7260
7350
|
steps_total: number;
|
|
7261
7351
|
} | {
|
|
7262
7352
|
type: "qa-run/completed";
|
|
7263
7353
|
run_id: number;
|
|
7264
|
-
status:
|
|
7354
|
+
status: "pending" | "completed" | "failed" | "running" | "stopped";
|
|
7265
7355
|
} | {
|
|
7266
7356
|
type: "agent/updated";
|
|
7267
|
-
status:
|
|
7357
|
+
status: "active" | "learning" | "error" | "completed" | "failed" | "queued" | "running" | "stopped" | "has_question";
|
|
7268
7358
|
agent_id?: number | undefined;
|
|
7269
7359
|
context_id?: string | undefined;
|
|
7270
7360
|
task_id?: string | undefined;
|
|
@@ -8076,7 +8166,14 @@ declare const contract: {
|
|
|
8076
8166
|
selected: z.ZodBoolean;
|
|
8077
8167
|
simulation_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
8078
8168
|
task_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
8079
|
-
status: z.ZodOptional<z.ZodNullable<z.
|
|
8169
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
8170
|
+
completed: "completed";
|
|
8171
|
+
failed: "failed";
|
|
8172
|
+
queued: "queued";
|
|
8173
|
+
running: "running";
|
|
8174
|
+
creating_knowledge: "creating_knowledge";
|
|
8175
|
+
stopped: "stopped";
|
|
8176
|
+
}>>>;
|
|
8080
8177
|
}, z.core.$strip>>;
|
|
8081
8178
|
persona_ids: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
8082
8179
|
results: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -8216,7 +8313,14 @@ declare const contract: {
|
|
|
8216
8313
|
selected: z.ZodBoolean;
|
|
8217
8314
|
simulation_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
8218
8315
|
task_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
8219
|
-
status: z.ZodOptional<z.ZodNullable<z.
|
|
8316
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
8317
|
+
completed: "completed";
|
|
8318
|
+
failed: "failed";
|
|
8319
|
+
queued: "queued";
|
|
8320
|
+
running: "running";
|
|
8321
|
+
creating_knowledge: "creating_knowledge";
|
|
8322
|
+
stopped: "stopped";
|
|
8323
|
+
}>>>;
|
|
8220
8324
|
}, z.core.$strip>>;
|
|
8221
8325
|
persona_ids: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
8222
8326
|
results: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -8313,7 +8417,14 @@ declare const contract: {
|
|
|
8313
8417
|
selected: z.ZodBoolean;
|
|
8314
8418
|
simulation_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
8315
8419
|
task_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
8316
|
-
status: z.ZodOptional<z.ZodNullable<z.
|
|
8420
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
8421
|
+
completed: "completed";
|
|
8422
|
+
failed: "failed";
|
|
8423
|
+
queued: "queued";
|
|
8424
|
+
running: "running";
|
|
8425
|
+
creating_knowledge: "creating_knowledge";
|
|
8426
|
+
stopped: "stopped";
|
|
8427
|
+
}>>>;
|
|
8317
8428
|
}, z.core.$strip>>;
|
|
8318
8429
|
}, z.core.$strip>, Record<never, never>, Record<never, never>>;
|
|
8319
8430
|
insightReactionRun: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
|
|
@@ -8350,7 +8461,14 @@ declare const contract: {
|
|
|
8350
8461
|
selected: z.ZodBoolean;
|
|
8351
8462
|
simulation_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
8352
8463
|
task_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
8353
|
-
status: z.ZodOptional<z.ZodNullable<z.
|
|
8464
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
8465
|
+
completed: "completed";
|
|
8466
|
+
failed: "failed";
|
|
8467
|
+
queued: "queued";
|
|
8468
|
+
running: "running";
|
|
8469
|
+
creating_knowledge: "creating_knowledge";
|
|
8470
|
+
stopped: "stopped";
|
|
8471
|
+
}>>>;
|
|
8354
8472
|
}, z.core.$strip>>;
|
|
8355
8473
|
persona_ids: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
8356
8474
|
results: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"routes.d.ts","sourceRoot":"","sources":["../../../src/sdk/routes.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAyKxB,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA8EZ,+DAA+D
|
|
1
|
+
{"version":3,"file":"routes.d.ts","sourceRoot":"","sources":["../../../src/sdk/routes.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAyKxB,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA8EZ,+DAA+D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAk6E/D,gFAAgF;;;;;;;IAahF,gFAAgF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoYjF,CAAC;AAEF,OAAO,EAAE,QAAQ,EAAE,CAAC"}
|