@marketrix.ai/widget 3.3.162 → 3.3.169
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 +30 -46
- package/dist/src/sdk/index.d.ts.map +1 -1
- package/dist/src/sdk/routes.d.ts +30 -46
- package/dist/src/sdk/routes.d.ts.map +1 -1
- package/dist/src/sdk/schema.d.ts +22 -44
- package/dist/src/sdk/schema.d.ts.map +1 -1
- package/dist/widget.mjs +2 -2
- package/dist/widget.mjs.map +1 -1
- package/package.json +1 -1
package/dist/src/sdk/index.d.ts
CHANGED
|
@@ -1027,10 +1027,9 @@ export declare const sdk: {
|
|
|
1027
1027
|
status: import("zod").ZodEnum<{
|
|
1028
1028
|
pending: "pending";
|
|
1029
1029
|
failed: "failed";
|
|
1030
|
-
in_progress: "in_progress";
|
|
1031
|
-
stopped: "stopped";
|
|
1032
1030
|
passed: "passed";
|
|
1033
1031
|
running: "running";
|
|
1032
|
+
stopped: "stopped";
|
|
1034
1033
|
has_question: "has_question";
|
|
1035
1034
|
skipped: "skipped";
|
|
1036
1035
|
}>;
|
|
@@ -2045,8 +2044,8 @@ export declare const sdk: {
|
|
|
2045
2044
|
pending: "pending";
|
|
2046
2045
|
completed: "completed";
|
|
2047
2046
|
failed: "failed";
|
|
2048
|
-
stopped: "stopped";
|
|
2049
2047
|
running: "running";
|
|
2048
|
+
stopped: "stopped";
|
|
2050
2049
|
}>;
|
|
2051
2050
|
trigger_node_id: import("zod").ZodString;
|
|
2052
2051
|
trigger_data: import("zod").ZodNullable<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
@@ -2054,9 +2053,9 @@ export declare const sdk: {
|
|
|
2054
2053
|
status: import("zod").ZodEnum<{
|
|
2055
2054
|
completed: "completed";
|
|
2056
2055
|
failed: "failed";
|
|
2057
|
-
in_progress: "in_progress";
|
|
2058
2056
|
stopped: "stopped";
|
|
2059
2057
|
skipped: "skipped";
|
|
2058
|
+
in_progress: "in_progress";
|
|
2060
2059
|
}>;
|
|
2061
2060
|
output: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>>;
|
|
2062
2061
|
error: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -2071,8 +2070,8 @@ export declare const sdk: {
|
|
|
2071
2070
|
pending: "pending";
|
|
2072
2071
|
completed: "completed";
|
|
2073
2072
|
failed: "failed";
|
|
2074
|
-
stopped: "stopped";
|
|
2075
2073
|
running: "running";
|
|
2074
|
+
stopped: "stopped";
|
|
2076
2075
|
}>>;
|
|
2077
2076
|
limit: import("zod").ZodOptional<import("zod").ZodCoercedNumber<unknown>>;
|
|
2078
2077
|
offset: import("zod").ZodOptional<import("zod").ZodCoercedNumber<unknown>>;
|
|
@@ -2084,8 +2083,8 @@ export declare const sdk: {
|
|
|
2084
2083
|
pending: "pending";
|
|
2085
2084
|
completed: "completed";
|
|
2086
2085
|
failed: "failed";
|
|
2087
|
-
stopped: "stopped";
|
|
2088
2086
|
running: "running";
|
|
2087
|
+
stopped: "stopped";
|
|
2089
2088
|
}>;
|
|
2090
2089
|
trigger_node_id: import("zod").ZodString;
|
|
2091
2090
|
trigger_data: import("zod").ZodNullable<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
@@ -2093,9 +2092,9 @@ export declare const sdk: {
|
|
|
2093
2092
|
status: import("zod").ZodEnum<{
|
|
2094
2093
|
completed: "completed";
|
|
2095
2094
|
failed: "failed";
|
|
2096
|
-
in_progress: "in_progress";
|
|
2097
2095
|
stopped: "stopped";
|
|
2098
2096
|
skipped: "skipped";
|
|
2097
|
+
in_progress: "in_progress";
|
|
2099
2098
|
}>;
|
|
2100
2099
|
output: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>>;
|
|
2101
2100
|
error: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -2118,8 +2117,8 @@ export declare const sdk: {
|
|
|
2118
2117
|
pending: "pending";
|
|
2119
2118
|
completed: "completed";
|
|
2120
2119
|
failed: "failed";
|
|
2121
|
-
stopped: "stopped";
|
|
2122
2120
|
running: "running";
|
|
2121
|
+
stopped: "stopped";
|
|
2123
2122
|
}>;
|
|
2124
2123
|
trigger_node_id: import("zod").ZodString;
|
|
2125
2124
|
trigger_data: import("zod").ZodNullable<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
@@ -2127,9 +2126,9 @@ export declare const sdk: {
|
|
|
2127
2126
|
status: import("zod").ZodEnum<{
|
|
2128
2127
|
completed: "completed";
|
|
2129
2128
|
failed: "failed";
|
|
2130
|
-
in_progress: "in_progress";
|
|
2131
2129
|
stopped: "stopped";
|
|
2132
2130
|
skipped: "skipped";
|
|
2131
|
+
in_progress: "in_progress";
|
|
2133
2132
|
}>;
|
|
2134
2133
|
output: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>>;
|
|
2135
2134
|
error: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -2837,10 +2836,9 @@ export declare const sdk: {
|
|
|
2837
2836
|
status: import("zod").ZodEnum<{
|
|
2838
2837
|
pending: "pending";
|
|
2839
2838
|
failed: "failed";
|
|
2840
|
-
in_progress: "in_progress";
|
|
2841
|
-
stopped: "stopped";
|
|
2842
2839
|
passed: "passed";
|
|
2843
2840
|
running: "running";
|
|
2841
|
+
stopped: "stopped";
|
|
2844
2842
|
has_question: "has_question";
|
|
2845
2843
|
skipped: "skipped";
|
|
2846
2844
|
}>;
|
|
@@ -3013,10 +3011,9 @@ export declare const sdk: {
|
|
|
3013
3011
|
status: import("zod").ZodEnum<{
|
|
3014
3012
|
pending: "pending";
|
|
3015
3013
|
failed: "failed";
|
|
3016
|
-
in_progress: "in_progress";
|
|
3017
|
-
stopped: "stopped";
|
|
3018
3014
|
passed: "passed";
|
|
3019
3015
|
running: "running";
|
|
3016
|
+
stopped: "stopped";
|
|
3020
3017
|
has_question: "has_question";
|
|
3021
3018
|
skipped: "skipped";
|
|
3022
3019
|
}>;
|
|
@@ -3185,10 +3182,9 @@ export declare const sdk: {
|
|
|
3185
3182
|
status: import("zod").ZodEnum<{
|
|
3186
3183
|
pending: "pending";
|
|
3187
3184
|
failed: "failed";
|
|
3188
|
-
in_progress: "in_progress";
|
|
3189
|
-
stopped: "stopped";
|
|
3190
3185
|
passed: "passed";
|
|
3191
3186
|
running: "running";
|
|
3187
|
+
stopped: "stopped";
|
|
3192
3188
|
has_question: "has_question";
|
|
3193
3189
|
skipped: "skipped";
|
|
3194
3190
|
}>;
|
|
@@ -3356,10 +3352,9 @@ export declare const sdk: {
|
|
|
3356
3352
|
status: import("zod").ZodEnum<{
|
|
3357
3353
|
pending: "pending";
|
|
3358
3354
|
failed: "failed";
|
|
3359
|
-
in_progress: "in_progress";
|
|
3360
|
-
stopped: "stopped";
|
|
3361
3355
|
passed: "passed";
|
|
3362
3356
|
running: "running";
|
|
3357
|
+
stopped: "stopped";
|
|
3363
3358
|
has_question: "has_question";
|
|
3364
3359
|
skipped: "skipped";
|
|
3365
3360
|
}>;
|
|
@@ -3544,10 +3539,9 @@ export declare const sdk: {
|
|
|
3544
3539
|
status: import("zod").ZodEnum<{
|
|
3545
3540
|
pending: "pending";
|
|
3546
3541
|
failed: "failed";
|
|
3547
|
-
in_progress: "in_progress";
|
|
3548
|
-
stopped: "stopped";
|
|
3549
3542
|
passed: "passed";
|
|
3550
3543
|
running: "running";
|
|
3544
|
+
stopped: "stopped";
|
|
3551
3545
|
has_question: "has_question";
|
|
3552
3546
|
skipped: "skipped";
|
|
3553
3547
|
}>;
|
|
@@ -3709,10 +3703,9 @@ export declare const sdk: {
|
|
|
3709
3703
|
status: import("zod").ZodEnum<{
|
|
3710
3704
|
pending: "pending";
|
|
3711
3705
|
failed: "failed";
|
|
3712
|
-
in_progress: "in_progress";
|
|
3713
|
-
stopped: "stopped";
|
|
3714
3706
|
passed: "passed";
|
|
3715
3707
|
running: "running";
|
|
3708
|
+
stopped: "stopped";
|
|
3716
3709
|
has_question: "has_question";
|
|
3717
3710
|
skipped: "skipped";
|
|
3718
3711
|
}>;
|
|
@@ -3879,10 +3872,9 @@ export declare const sdk: {
|
|
|
3879
3872
|
status: import("zod").ZodEnum<{
|
|
3880
3873
|
pending: "pending";
|
|
3881
3874
|
failed: "failed";
|
|
3882
|
-
in_progress: "in_progress";
|
|
3883
|
-
stopped: "stopped";
|
|
3884
3875
|
passed: "passed";
|
|
3885
3876
|
running: "running";
|
|
3877
|
+
stopped: "stopped";
|
|
3886
3878
|
has_question: "has_question";
|
|
3887
3879
|
skipped: "skipped";
|
|
3888
3880
|
}>;
|
|
@@ -4046,10 +4038,9 @@ export declare const sdk: {
|
|
|
4046
4038
|
status: import("zod").ZodEnum<{
|
|
4047
4039
|
pending: "pending";
|
|
4048
4040
|
failed: "failed";
|
|
4049
|
-
in_progress: "in_progress";
|
|
4050
|
-
stopped: "stopped";
|
|
4051
4041
|
passed: "passed";
|
|
4052
4042
|
running: "running";
|
|
4043
|
+
stopped: "stopped";
|
|
4053
4044
|
has_question: "has_question";
|
|
4054
4045
|
skipped: "skipped";
|
|
4055
4046
|
}>;
|
|
@@ -4396,10 +4387,9 @@ export declare const sdk: {
|
|
|
4396
4387
|
status: import("zod").ZodEnum<{
|
|
4397
4388
|
pending: "pending";
|
|
4398
4389
|
failed: "failed";
|
|
4399
|
-
in_progress: "in_progress";
|
|
4400
|
-
stopped: "stopped";
|
|
4401
4390
|
passed: "passed";
|
|
4402
4391
|
running: "running";
|
|
4392
|
+
stopped: "stopped";
|
|
4403
4393
|
has_question: "has_question";
|
|
4404
4394
|
skipped: "skipped";
|
|
4405
4395
|
}>;
|
|
@@ -4533,10 +4523,9 @@ export declare const sdk: {
|
|
|
4533
4523
|
status: import("zod").ZodEnum<{
|
|
4534
4524
|
pending: "pending";
|
|
4535
4525
|
failed: "failed";
|
|
4536
|
-
in_progress: "in_progress";
|
|
4537
|
-
stopped: "stopped";
|
|
4538
4526
|
passed: "passed";
|
|
4539
4527
|
running: "running";
|
|
4528
|
+
stopped: "stopped";
|
|
4540
4529
|
has_question: "has_question";
|
|
4541
4530
|
skipped: "skipped";
|
|
4542
4531
|
}>;
|
|
@@ -4597,10 +4586,9 @@ export declare const sdk: {
|
|
|
4597
4586
|
status: import("zod").ZodEnum<{
|
|
4598
4587
|
pending: "pending";
|
|
4599
4588
|
failed: "failed";
|
|
4600
|
-
in_progress: "in_progress";
|
|
4601
|
-
stopped: "stopped";
|
|
4602
4589
|
passed: "passed";
|
|
4603
4590
|
running: "running";
|
|
4591
|
+
stopped: "stopped";
|
|
4604
4592
|
has_question: "has_question";
|
|
4605
4593
|
skipped: "skipped";
|
|
4606
4594
|
}>;
|
|
@@ -4657,10 +4645,9 @@ export declare const sdk: {
|
|
|
4657
4645
|
status: import("zod").ZodEnum<{
|
|
4658
4646
|
pending: "pending";
|
|
4659
4647
|
failed: "failed";
|
|
4660
|
-
in_progress: "in_progress";
|
|
4661
|
-
stopped: "stopped";
|
|
4662
4648
|
passed: "passed";
|
|
4663
4649
|
running: "running";
|
|
4650
|
+
stopped: "stopped";
|
|
4664
4651
|
has_question: "has_question";
|
|
4665
4652
|
skipped: "skipped";
|
|
4666
4653
|
}>;
|
|
@@ -5660,11 +5647,11 @@ export declare const sdk: {
|
|
|
5660
5647
|
simulation_task_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
5661
5648
|
status: import("zod").ZodEnum<{
|
|
5662
5649
|
failed: "failed";
|
|
5663
|
-
stopped: "stopped";
|
|
5664
5650
|
passed: "passed";
|
|
5665
5651
|
needs_healing: "needs_healing";
|
|
5666
5652
|
queued: "queued";
|
|
5667
5653
|
running: "running";
|
|
5654
|
+
stopped: "stopped";
|
|
5668
5655
|
}>;
|
|
5669
5656
|
verdict: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
5670
5657
|
proposed_steps: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString>>;
|
|
@@ -5956,10 +5943,9 @@ export declare const sdk: {
|
|
|
5956
5943
|
status: import("zod").ZodEnum<{
|
|
5957
5944
|
pending: "pending";
|
|
5958
5945
|
failed: "failed";
|
|
5959
|
-
in_progress: "in_progress";
|
|
5960
|
-
stopped: "stopped";
|
|
5961
5946
|
passed: "passed";
|
|
5962
5947
|
running: "running";
|
|
5948
|
+
stopped: "stopped";
|
|
5963
5949
|
has_question: "has_question";
|
|
5964
5950
|
skipped: "skipped";
|
|
5965
5951
|
}>;
|
|
@@ -6017,10 +6003,9 @@ export declare const sdk: {
|
|
|
6017
6003
|
status: import("zod").ZodEnum<{
|
|
6018
6004
|
pending: "pending";
|
|
6019
6005
|
failed: "failed";
|
|
6020
|
-
in_progress: "in_progress";
|
|
6021
|
-
stopped: "stopped";
|
|
6022
6006
|
passed: "passed";
|
|
6023
6007
|
running: "running";
|
|
6008
|
+
stopped: "stopped";
|
|
6024
6009
|
has_question: "has_question";
|
|
6025
6010
|
skipped: "skipped";
|
|
6026
6011
|
}>;
|
|
@@ -6079,10 +6064,9 @@ export declare const sdk: {
|
|
|
6079
6064
|
status: import("zod").ZodEnum<{
|
|
6080
6065
|
pending: "pending";
|
|
6081
6066
|
failed: "failed";
|
|
6082
|
-
in_progress: "in_progress";
|
|
6083
|
-
stopped: "stopped";
|
|
6084
6067
|
passed: "passed";
|
|
6085
6068
|
running: "running";
|
|
6069
|
+
stopped: "stopped";
|
|
6086
6070
|
has_question: "has_question";
|
|
6087
6071
|
skipped: "skipped";
|
|
6088
6072
|
}>;
|
|
@@ -6605,7 +6589,7 @@ export declare const sdk: {
|
|
|
6605
6589
|
error: string;
|
|
6606
6590
|
} | {
|
|
6607
6591
|
type: "task/status";
|
|
6608
|
-
status: "completed" | "failed" | "
|
|
6592
|
+
status: "completed" | "failed" | "running" | "stopped" | "has_question";
|
|
6609
6593
|
message?: string | undefined;
|
|
6610
6594
|
task_id?: string | undefined;
|
|
6611
6595
|
timestamp?: number | undefined;
|
|
@@ -6636,7 +6620,7 @@ export declare const sdk: {
|
|
|
6636
6620
|
error: string;
|
|
6637
6621
|
} | {
|
|
6638
6622
|
type: "task/status";
|
|
6639
|
-
status: "completed" | "failed" | "
|
|
6623
|
+
status: "completed" | "failed" | "running" | "stopped" | "has_question";
|
|
6640
6624
|
message?: string | undefined;
|
|
6641
6625
|
task_id?: string | undefined;
|
|
6642
6626
|
timestamp?: number | undefined;
|
|
@@ -6710,7 +6694,7 @@ export declare const sdk: {
|
|
|
6710
6694
|
type: "simulation/updated";
|
|
6711
6695
|
simulation_id: number;
|
|
6712
6696
|
application_id: number;
|
|
6713
|
-
status: "completed" | "failed" | "
|
|
6697
|
+
status: "completed" | "failed" | "queued" | "running" | "stopped" | "has_question" | "creating_knowledge";
|
|
6714
6698
|
step_label?: string | undefined;
|
|
6715
6699
|
step_pending?: boolean | undefined;
|
|
6716
6700
|
task_id?: string | null | undefined;
|
|
@@ -6792,7 +6776,7 @@ export declare const sdk: {
|
|
|
6792
6776
|
run_id: number;
|
|
6793
6777
|
document_id: number;
|
|
6794
6778
|
application_id: number;
|
|
6795
|
-
status: "pending" | "completed" | "failed" | "
|
|
6779
|
+
status: "pending" | "completed" | "failed" | "running" | "stopped";
|
|
6796
6780
|
simulation_id?: number | undefined;
|
|
6797
6781
|
} | {
|
|
6798
6782
|
type: "qa-test/updated";
|
|
@@ -6867,7 +6851,7 @@ export declare const sdk: {
|
|
|
6867
6851
|
type: "simulation/updated";
|
|
6868
6852
|
simulation_id: number;
|
|
6869
6853
|
application_id: number;
|
|
6870
|
-
status: "completed" | "failed" | "
|
|
6854
|
+
status: "completed" | "failed" | "queued" | "running" | "stopped" | "has_question" | "creating_knowledge";
|
|
6871
6855
|
step_label?: string | undefined;
|
|
6872
6856
|
step_pending?: boolean | undefined;
|
|
6873
6857
|
task_id?: string | null | undefined;
|
|
@@ -6949,7 +6933,7 @@ export declare const sdk: {
|
|
|
6949
6933
|
run_id: number;
|
|
6950
6934
|
document_id: number;
|
|
6951
6935
|
application_id: number;
|
|
6952
|
-
status: "pending" | "completed" | "failed" | "
|
|
6936
|
+
status: "pending" | "completed" | "failed" | "running" | "stopped";
|
|
6953
6937
|
simulation_id?: number | undefined;
|
|
6954
6938
|
} | {
|
|
6955
6939
|
type: "qa-test/updated";
|
|
@@ -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"}
|