@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/index.d.ts
CHANGED
|
@@ -1054,7 +1054,12 @@ export declare const sdk: {
|
|
|
1054
1054
|
agent_name: import("zod").ZodString;
|
|
1055
1055
|
image_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1056
1056
|
}, import("zod/v4/core").$strip>>>;
|
|
1057
|
-
mindmap_status: import("zod").ZodOptional<import("zod").
|
|
1057
|
+
mindmap_status: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
1058
|
+
pending: "pending";
|
|
1059
|
+
completed: "completed";
|
|
1060
|
+
failed: "failed";
|
|
1061
|
+
generating: "generating";
|
|
1062
|
+
}>>;
|
|
1058
1063
|
mindmap_steps_processed: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1059
1064
|
mindmap_steps_total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1060
1065
|
mindmap_error: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -2898,7 +2903,12 @@ export declare const sdk: {
|
|
|
2898
2903
|
agent_name: import("zod").ZodString;
|
|
2899
2904
|
image_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2900
2905
|
}, import("zod/v4/core").$strip>>>;
|
|
2901
|
-
mindmap_status: import("zod").ZodOptional<import("zod").
|
|
2906
|
+
mindmap_status: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
2907
|
+
pending: "pending";
|
|
2908
|
+
completed: "completed";
|
|
2909
|
+
failed: "failed";
|
|
2910
|
+
generating: "generating";
|
|
2911
|
+
}>>;
|
|
2902
2912
|
mindmap_steps_processed: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2903
2913
|
mindmap_steps_total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2904
2914
|
mindmap_error: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -3084,7 +3094,12 @@ export declare const sdk: {
|
|
|
3084
3094
|
agent_name: import("zod").ZodString;
|
|
3085
3095
|
image_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3086
3096
|
}, import("zod/v4/core").$strip>>>;
|
|
3087
|
-
mindmap_status: import("zod").ZodOptional<import("zod").
|
|
3097
|
+
mindmap_status: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
3098
|
+
pending: "pending";
|
|
3099
|
+
completed: "completed";
|
|
3100
|
+
failed: "failed";
|
|
3101
|
+
generating: "generating";
|
|
3102
|
+
}>>;
|
|
3088
3103
|
mindmap_steps_processed: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3089
3104
|
mindmap_steps_total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3090
3105
|
mindmap_error: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -3266,7 +3281,12 @@ export declare const sdk: {
|
|
|
3266
3281
|
agent_name: import("zod").ZodString;
|
|
3267
3282
|
image_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3268
3283
|
}, import("zod/v4/core").$strip>>>;
|
|
3269
|
-
mindmap_status: import("zod").ZodOptional<import("zod").
|
|
3284
|
+
mindmap_status: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
3285
|
+
pending: "pending";
|
|
3286
|
+
completed: "completed";
|
|
3287
|
+
failed: "failed";
|
|
3288
|
+
generating: "generating";
|
|
3289
|
+
}>>;
|
|
3270
3290
|
mindmap_steps_processed: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3271
3291
|
mindmap_steps_total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3272
3292
|
mindmap_error: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -3447,7 +3467,12 @@ export declare const sdk: {
|
|
|
3447
3467
|
agent_name: import("zod").ZodString;
|
|
3448
3468
|
image_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3449
3469
|
}, import("zod/v4/core").$strip>>>;
|
|
3450
|
-
mindmap_status: import("zod").ZodOptional<import("zod").
|
|
3470
|
+
mindmap_status: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
3471
|
+
pending: "pending";
|
|
3472
|
+
completed: "completed";
|
|
3473
|
+
failed: "failed";
|
|
3474
|
+
generating: "generating";
|
|
3475
|
+
}>>;
|
|
3451
3476
|
mindmap_steps_processed: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3452
3477
|
mindmap_steps_total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3453
3478
|
mindmap_error: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -3645,7 +3670,12 @@ export declare const sdk: {
|
|
|
3645
3670
|
agent_name: import("zod").ZodString;
|
|
3646
3671
|
image_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3647
3672
|
}, import("zod/v4/core").$strip>>>;
|
|
3648
|
-
mindmap_status: import("zod").ZodOptional<import("zod").
|
|
3673
|
+
mindmap_status: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
3674
|
+
pending: "pending";
|
|
3675
|
+
completed: "completed";
|
|
3676
|
+
failed: "failed";
|
|
3677
|
+
generating: "generating";
|
|
3678
|
+
}>>;
|
|
3649
3679
|
mindmap_steps_processed: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3650
3680
|
mindmap_steps_total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3651
3681
|
mindmap_error: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -3820,7 +3850,12 @@ export declare const sdk: {
|
|
|
3820
3850
|
agent_name: import("zod").ZodString;
|
|
3821
3851
|
image_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3822
3852
|
}, import("zod/v4/core").$strip>>>;
|
|
3823
|
-
mindmap_status: import("zod").ZodOptional<import("zod").
|
|
3853
|
+
mindmap_status: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
3854
|
+
pending: "pending";
|
|
3855
|
+
completed: "completed";
|
|
3856
|
+
failed: "failed";
|
|
3857
|
+
generating: "generating";
|
|
3858
|
+
}>>;
|
|
3824
3859
|
mindmap_steps_processed: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3825
3860
|
mindmap_steps_total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3826
3861
|
mindmap_error: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -4000,7 +4035,12 @@ export declare const sdk: {
|
|
|
4000
4035
|
agent_name: import("zod").ZodString;
|
|
4001
4036
|
image_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4002
4037
|
}, import("zod/v4/core").$strip>>>;
|
|
4003
|
-
mindmap_status: import("zod").ZodOptional<import("zod").
|
|
4038
|
+
mindmap_status: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
4039
|
+
pending: "pending";
|
|
4040
|
+
completed: "completed";
|
|
4041
|
+
failed: "failed";
|
|
4042
|
+
generating: "generating";
|
|
4043
|
+
}>>;
|
|
4004
4044
|
mindmap_steps_processed: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4005
4045
|
mindmap_steps_total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4006
4046
|
mindmap_error: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -4177,7 +4217,12 @@ export declare const sdk: {
|
|
|
4177
4217
|
agent_name: import("zod").ZodString;
|
|
4178
4218
|
image_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4179
4219
|
}, import("zod/v4/core").$strip>>>;
|
|
4180
|
-
mindmap_status: import("zod").ZodOptional<import("zod").
|
|
4220
|
+
mindmap_status: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
4221
|
+
pending: "pending";
|
|
4222
|
+
completed: "completed";
|
|
4223
|
+
failed: "failed";
|
|
4224
|
+
generating: "generating";
|
|
4225
|
+
}>>;
|
|
4181
4226
|
mindmap_steps_processed: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4182
4227
|
mindmap_steps_total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4183
4228
|
mindmap_error: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -4536,7 +4581,12 @@ export declare const sdk: {
|
|
|
4536
4581
|
agent_name: import("zod").ZodString;
|
|
4537
4582
|
image_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4538
4583
|
}, import("zod/v4/core").$strip>>>;
|
|
4539
|
-
mindmap_status: import("zod").ZodOptional<import("zod").
|
|
4584
|
+
mindmap_status: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
4585
|
+
pending: "pending";
|
|
4586
|
+
completed: "completed";
|
|
4587
|
+
failed: "failed";
|
|
4588
|
+
generating: "generating";
|
|
4589
|
+
}>>;
|
|
4540
4590
|
mindmap_steps_processed: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4541
4591
|
mindmap_steps_total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4542
4592
|
mindmap_error: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -4592,7 +4642,12 @@ export declare const sdk: {
|
|
|
4592
4642
|
job_id: import("zod").ZodString;
|
|
4593
4643
|
browser_session_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4594
4644
|
graph_index_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4595
|
-
mindmap_status: import("zod").ZodOptional<import("zod").
|
|
4645
|
+
mindmap_status: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
4646
|
+
pending: "pending";
|
|
4647
|
+
completed: "completed";
|
|
4648
|
+
failed: "failed";
|
|
4649
|
+
generating: "generating";
|
|
4650
|
+
}>>;
|
|
4596
4651
|
mindmap_steps_processed: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4597
4652
|
mindmap_steps_total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4598
4653
|
mindmap_error: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -4633,7 +4688,12 @@ export declare const sdk: {
|
|
|
4633
4688
|
job_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4634
4689
|
browser_session_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
4635
4690
|
graph_index_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
4636
|
-
mindmap_status: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").
|
|
4691
|
+
mindmap_status: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
4692
|
+
pending: "pending";
|
|
4693
|
+
completed: "completed";
|
|
4694
|
+
failed: "failed";
|
|
4695
|
+
generating: "generating";
|
|
4696
|
+
}>>>;
|
|
4637
4697
|
mindmap_steps_processed: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
4638
4698
|
mindmap_steps_total: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
4639
4699
|
mindmap_error: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
@@ -4707,7 +4767,12 @@ export declare const sdk: {
|
|
|
4707
4767
|
agent_name: import("zod").ZodString;
|
|
4708
4768
|
image_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4709
4769
|
}, import("zod/v4/core").$strip>>>;
|
|
4710
|
-
mindmap_status: import("zod").ZodOptional<import("zod").
|
|
4770
|
+
mindmap_status: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
4771
|
+
pending: "pending";
|
|
4772
|
+
completed: "completed";
|
|
4773
|
+
failed: "failed";
|
|
4774
|
+
generating: "generating";
|
|
4775
|
+
}>>;
|
|
4711
4776
|
mindmap_steps_processed: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4712
4777
|
mindmap_steps_total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4713
4778
|
mindmap_error: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -4787,7 +4852,12 @@ export declare const sdk: {
|
|
|
4787
4852
|
agent_name: import("zod").ZodString;
|
|
4788
4853
|
image_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4789
4854
|
}, import("zod/v4/core").$strip>>>;
|
|
4790
|
-
mindmap_status: import("zod").ZodOptional<import("zod").
|
|
4855
|
+
mindmap_status: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
4856
|
+
pending: "pending";
|
|
4857
|
+
completed: "completed";
|
|
4858
|
+
failed: "failed";
|
|
4859
|
+
generating: "generating";
|
|
4860
|
+
}>>;
|
|
4791
4861
|
mindmap_steps_processed: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4792
4862
|
mindmap_steps_total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4793
4863
|
mindmap_error: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -4856,7 +4926,12 @@ export declare const sdk: {
|
|
|
4856
4926
|
agent_name: import("zod").ZodString;
|
|
4857
4927
|
image_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4858
4928
|
}, import("zod/v4/core").$strip>>>;
|
|
4859
|
-
mindmap_status: import("zod").ZodOptional<import("zod").
|
|
4929
|
+
mindmap_status: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
4930
|
+
pending: "pending";
|
|
4931
|
+
completed: "completed";
|
|
4932
|
+
failed: "failed";
|
|
4933
|
+
generating: "generating";
|
|
4934
|
+
}>>;
|
|
4860
4935
|
mindmap_steps_processed: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4861
4936
|
mindmap_steps_total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4862
4937
|
mindmap_error: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -6249,7 +6324,12 @@ export declare const sdk: {
|
|
|
6249
6324
|
agent_name: import("zod").ZodString;
|
|
6250
6325
|
image_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
6251
6326
|
}, import("zod/v4/core").$strip>>>;
|
|
6252
|
-
mindmap_status: import("zod").ZodOptional<import("zod").
|
|
6327
|
+
mindmap_status: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
6328
|
+
pending: "pending";
|
|
6329
|
+
completed: "completed";
|
|
6330
|
+
failed: "failed";
|
|
6331
|
+
generating: "generating";
|
|
6332
|
+
}>>;
|
|
6253
6333
|
mindmap_steps_processed: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
6254
6334
|
mindmap_steps_total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
6255
6335
|
mindmap_error: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -6319,7 +6399,12 @@ export declare const sdk: {
|
|
|
6319
6399
|
agent_name: import("zod").ZodString;
|
|
6320
6400
|
image_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
6321
6401
|
}, import("zod/v4/core").$strip>>>;
|
|
6322
|
-
mindmap_status: import("zod").ZodOptional<import("zod").
|
|
6402
|
+
mindmap_status: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
6403
|
+
pending: "pending";
|
|
6404
|
+
completed: "completed";
|
|
6405
|
+
failed: "failed";
|
|
6406
|
+
generating: "generating";
|
|
6407
|
+
}>>;
|
|
6323
6408
|
mindmap_steps_processed: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
6324
6409
|
mindmap_steps_total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
6325
6410
|
mindmap_error: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -6390,7 +6475,12 @@ export declare const sdk: {
|
|
|
6390
6475
|
agent_name: import("zod").ZodString;
|
|
6391
6476
|
image_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
6392
6477
|
}, import("zod/v4/core").$strip>>>;
|
|
6393
|
-
mindmap_status: import("zod").ZodOptional<import("zod").
|
|
6478
|
+
mindmap_status: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
6479
|
+
pending: "pending";
|
|
6480
|
+
completed: "completed";
|
|
6481
|
+
failed: "failed";
|
|
6482
|
+
generating: "generating";
|
|
6483
|
+
}>>;
|
|
6394
6484
|
mindmap_steps_processed: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
6395
6485
|
mindmap_steps_total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
6396
6486
|
mindmap_error: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -7067,16 +7157,16 @@ export declare const sdk: {
|
|
|
7067
7157
|
type: "simulation/mindmap-updated";
|
|
7068
7158
|
simulation_id: number;
|
|
7069
7159
|
application_id: number;
|
|
7070
|
-
mindmap_status:
|
|
7160
|
+
mindmap_status: "pending" | "completed" | "failed" | "generating";
|
|
7071
7161
|
steps_processed: number;
|
|
7072
7162
|
steps_total: number;
|
|
7073
7163
|
} | {
|
|
7074
7164
|
type: "qa-run/completed";
|
|
7075
7165
|
run_id: number;
|
|
7076
|
-
status:
|
|
7166
|
+
status: "pending" | "completed" | "failed" | "running" | "stopped";
|
|
7077
7167
|
} | {
|
|
7078
7168
|
type: "agent/updated";
|
|
7079
|
-
status:
|
|
7169
|
+
status: "active" | "learning" | "error" | "completed" | "failed" | "queued" | "running" | "stopped" | "has_question";
|
|
7080
7170
|
agent_id?: number | undefined;
|
|
7081
7171
|
context_id?: string | undefined;
|
|
7082
7172
|
task_id?: string | undefined;
|
|
@@ -7258,16 +7348,16 @@ export declare const sdk: {
|
|
|
7258
7348
|
type: "simulation/mindmap-updated";
|
|
7259
7349
|
simulation_id: number;
|
|
7260
7350
|
application_id: number;
|
|
7261
|
-
mindmap_status:
|
|
7351
|
+
mindmap_status: "pending" | "completed" | "failed" | "generating";
|
|
7262
7352
|
steps_processed: number;
|
|
7263
7353
|
steps_total: number;
|
|
7264
7354
|
} | {
|
|
7265
7355
|
type: "qa-run/completed";
|
|
7266
7356
|
run_id: number;
|
|
7267
|
-
status:
|
|
7357
|
+
status: "pending" | "completed" | "failed" | "running" | "stopped";
|
|
7268
7358
|
} | {
|
|
7269
7359
|
type: "agent/updated";
|
|
7270
|
-
status:
|
|
7360
|
+
status: "active" | "learning" | "error" | "completed" | "failed" | "queued" | "running" | "stopped" | "has_question";
|
|
7271
7361
|
agent_id?: number | undefined;
|
|
7272
7362
|
context_id?: string | undefined;
|
|
7273
7363
|
task_id?: string | undefined;
|
|
@@ -8077,7 +8167,14 @@ export declare const sdk: {
|
|
|
8077
8167
|
selected: import("zod").ZodBoolean;
|
|
8078
8168
|
simulation_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
8079
8169
|
task_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
8080
|
-
status: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").
|
|
8170
|
+
status: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
8171
|
+
completed: "completed";
|
|
8172
|
+
failed: "failed";
|
|
8173
|
+
queued: "queued";
|
|
8174
|
+
running: "running";
|
|
8175
|
+
creating_knowledge: "creating_knowledge";
|
|
8176
|
+
stopped: "stopped";
|
|
8177
|
+
}>>>;
|
|
8081
8178
|
}, import("zod/v4/core").$strip>>;
|
|
8082
8179
|
persona_ids: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodNumber>>;
|
|
8083
8180
|
results: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -8217,7 +8314,14 @@ export declare const sdk: {
|
|
|
8217
8314
|
selected: import("zod").ZodBoolean;
|
|
8218
8315
|
simulation_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
8219
8316
|
task_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
8220
|
-
status: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").
|
|
8317
|
+
status: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
8318
|
+
completed: "completed";
|
|
8319
|
+
failed: "failed";
|
|
8320
|
+
queued: "queued";
|
|
8321
|
+
running: "running";
|
|
8322
|
+
creating_knowledge: "creating_knowledge";
|
|
8323
|
+
stopped: "stopped";
|
|
8324
|
+
}>>>;
|
|
8221
8325
|
}, import("zod/v4/core").$strip>>;
|
|
8222
8326
|
persona_ids: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodNumber>>;
|
|
8223
8327
|
results: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -8314,7 +8418,14 @@ export declare const sdk: {
|
|
|
8314
8418
|
selected: import("zod").ZodBoolean;
|
|
8315
8419
|
simulation_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
8316
8420
|
task_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
8317
|
-
status: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").
|
|
8421
|
+
status: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
8422
|
+
completed: "completed";
|
|
8423
|
+
failed: "failed";
|
|
8424
|
+
queued: "queued";
|
|
8425
|
+
running: "running";
|
|
8426
|
+
creating_knowledge: "creating_knowledge";
|
|
8427
|
+
stopped: "stopped";
|
|
8428
|
+
}>>>;
|
|
8318
8429
|
}, import("zod/v4/core").$strip>>;
|
|
8319
8430
|
}, import("zod/v4/core").$strip>, Record<never, never>>;
|
|
8320
8431
|
insightReactionRun: import("@orpc/contract").ContractProcedureClient<Record<never, never>, import("zod").ZodObject<{
|
|
@@ -8351,7 +8462,14 @@ export declare const sdk: {
|
|
|
8351
8462
|
selected: import("zod").ZodBoolean;
|
|
8352
8463
|
simulation_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
8353
8464
|
task_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
8354
|
-
status: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").
|
|
8465
|
+
status: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
8466
|
+
completed: "completed";
|
|
8467
|
+
failed: "failed";
|
|
8468
|
+
queued: "queued";
|
|
8469
|
+
running: "running";
|
|
8470
|
+
creating_knowledge: "creating_knowledge";
|
|
8471
|
+
stopped: "stopped";
|
|
8472
|
+
}>>>;
|
|
8355
8473
|
}, import("zod/v4/core").$strip>>;
|
|
8356
8474
|
persona_ids: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodNumber>>;
|
|
8357
8475
|
results: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/sdk/index.ts"],"names":[],"mappings":"AA4BA;;;GAGG;AACH,eAAO,MAAM,YAAY,GAAI,QAAQ,MAAM,SAQ1C,CAAC;AAoBF,eAAO,MAAM,GAAG
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/sdk/index.ts"],"names":[],"mappings":"AA4BA;;;GAGG;AACH,eAAO,MAAM,YAAY,GAAI,QAAQ,MAAM,SAQ1C,CAAC;AAoBF,eAAO,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0BAhBQ,MAAM;;;wBAZO,MAAM;CAmCzC,CAAC;AAGH,cAAc,UAAU,CAAC;AAGzB,OAAO,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC"}
|