@marketrix.ai/widget 3.3.162 → 3.3.170
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 +38 -54
- package/dist/src/sdk/index.d.ts.map +1 -1
- package/dist/src/sdk/routes.d.ts +38 -54
- package/dist/src/sdk/routes.d.ts.map +1 -1
- package/dist/src/sdk/schema.d.ts +25 -47
- package/dist/src/sdk/schema.d.ts.map +1 -1
- package/dist/widget.mjs +68 -68
- package/dist/widget.mjs.map +1 -1
- package/package.json +10 -10
package/dist/src/sdk/routes.d.ts
CHANGED
|
@@ -1057,10 +1057,9 @@ declare const contract: {
|
|
|
1057
1057
|
status: z.ZodEnum<{
|
|
1058
1058
|
pending: "pending";
|
|
1059
1059
|
failed: "failed";
|
|
1060
|
-
in_progress: "in_progress";
|
|
1061
|
-
stopped: "stopped";
|
|
1062
1060
|
passed: "passed";
|
|
1063
1061
|
running: "running";
|
|
1062
|
+
stopped: "stopped";
|
|
1064
1063
|
has_question: "has_question";
|
|
1065
1064
|
skipped: "skipped";
|
|
1066
1065
|
}>;
|
|
@@ -2075,8 +2074,8 @@ declare const contract: {
|
|
|
2075
2074
|
pending: "pending";
|
|
2076
2075
|
completed: "completed";
|
|
2077
2076
|
failed: "failed";
|
|
2078
|
-
stopped: "stopped";
|
|
2079
2077
|
running: "running";
|
|
2078
|
+
stopped: "stopped";
|
|
2080
2079
|
}>;
|
|
2081
2080
|
trigger_node_id: z.ZodString;
|
|
2082
2081
|
trigger_data: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
@@ -2084,9 +2083,9 @@ declare const contract: {
|
|
|
2084
2083
|
status: z.ZodEnum<{
|
|
2085
2084
|
completed: "completed";
|
|
2086
2085
|
failed: "failed";
|
|
2087
|
-
in_progress: "in_progress";
|
|
2088
2086
|
stopped: "stopped";
|
|
2089
2087
|
skipped: "skipped";
|
|
2088
|
+
in_progress: "in_progress";
|
|
2090
2089
|
}>;
|
|
2091
2090
|
output: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
2092
2091
|
error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -2101,8 +2100,8 @@ declare const contract: {
|
|
|
2101
2100
|
pending: "pending";
|
|
2102
2101
|
completed: "completed";
|
|
2103
2102
|
failed: "failed";
|
|
2104
|
-
stopped: "stopped";
|
|
2105
2103
|
running: "running";
|
|
2104
|
+
stopped: "stopped";
|
|
2106
2105
|
}>>;
|
|
2107
2106
|
limit: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
2108
2107
|
offset: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
@@ -2114,8 +2113,8 @@ declare const contract: {
|
|
|
2114
2113
|
pending: "pending";
|
|
2115
2114
|
completed: "completed";
|
|
2116
2115
|
failed: "failed";
|
|
2117
|
-
stopped: "stopped";
|
|
2118
2116
|
running: "running";
|
|
2117
|
+
stopped: "stopped";
|
|
2119
2118
|
}>;
|
|
2120
2119
|
trigger_node_id: z.ZodString;
|
|
2121
2120
|
trigger_data: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
@@ -2123,9 +2122,9 @@ declare const contract: {
|
|
|
2123
2122
|
status: z.ZodEnum<{
|
|
2124
2123
|
completed: "completed";
|
|
2125
2124
|
failed: "failed";
|
|
2126
|
-
in_progress: "in_progress";
|
|
2127
2125
|
stopped: "stopped";
|
|
2128
2126
|
skipped: "skipped";
|
|
2127
|
+
in_progress: "in_progress";
|
|
2129
2128
|
}>;
|
|
2130
2129
|
output: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
2131
2130
|
error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -2148,8 +2147,8 @@ declare const contract: {
|
|
|
2148
2147
|
pending: "pending";
|
|
2149
2148
|
completed: "completed";
|
|
2150
2149
|
failed: "failed";
|
|
2151
|
-
stopped: "stopped";
|
|
2152
2150
|
running: "running";
|
|
2151
|
+
stopped: "stopped";
|
|
2153
2152
|
}>;
|
|
2154
2153
|
trigger_node_id: z.ZodString;
|
|
2155
2154
|
trigger_data: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
@@ -2157,9 +2156,9 @@ declare const contract: {
|
|
|
2157
2156
|
status: z.ZodEnum<{
|
|
2158
2157
|
completed: "completed";
|
|
2159
2158
|
failed: "failed";
|
|
2160
|
-
in_progress: "in_progress";
|
|
2161
2159
|
stopped: "stopped";
|
|
2162
2160
|
skipped: "skipped";
|
|
2161
|
+
in_progress: "in_progress";
|
|
2163
2162
|
}>;
|
|
2164
2163
|
output: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
2165
2164
|
error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -2867,10 +2866,9 @@ declare const contract: {
|
|
|
2867
2866
|
status: z.ZodEnum<{
|
|
2868
2867
|
pending: "pending";
|
|
2869
2868
|
failed: "failed";
|
|
2870
|
-
in_progress: "in_progress";
|
|
2871
|
-
stopped: "stopped";
|
|
2872
2869
|
passed: "passed";
|
|
2873
2870
|
running: "running";
|
|
2871
|
+
stopped: "stopped";
|
|
2874
2872
|
has_question: "has_question";
|
|
2875
2873
|
skipped: "skipped";
|
|
2876
2874
|
}>;
|
|
@@ -3043,10 +3041,9 @@ declare const contract: {
|
|
|
3043
3041
|
status: z.ZodEnum<{
|
|
3044
3042
|
pending: "pending";
|
|
3045
3043
|
failed: "failed";
|
|
3046
|
-
in_progress: "in_progress";
|
|
3047
|
-
stopped: "stopped";
|
|
3048
3044
|
passed: "passed";
|
|
3049
3045
|
running: "running";
|
|
3046
|
+
stopped: "stopped";
|
|
3050
3047
|
has_question: "has_question";
|
|
3051
3048
|
skipped: "skipped";
|
|
3052
3049
|
}>;
|
|
@@ -3215,10 +3212,9 @@ declare const contract: {
|
|
|
3215
3212
|
status: z.ZodEnum<{
|
|
3216
3213
|
pending: "pending";
|
|
3217
3214
|
failed: "failed";
|
|
3218
|
-
in_progress: "in_progress";
|
|
3219
|
-
stopped: "stopped";
|
|
3220
3215
|
passed: "passed";
|
|
3221
3216
|
running: "running";
|
|
3217
|
+
stopped: "stopped";
|
|
3222
3218
|
has_question: "has_question";
|
|
3223
3219
|
skipped: "skipped";
|
|
3224
3220
|
}>;
|
|
@@ -3386,10 +3382,9 @@ declare const contract: {
|
|
|
3386
3382
|
status: z.ZodEnum<{
|
|
3387
3383
|
pending: "pending";
|
|
3388
3384
|
failed: "failed";
|
|
3389
|
-
in_progress: "in_progress";
|
|
3390
|
-
stopped: "stopped";
|
|
3391
3385
|
passed: "passed";
|
|
3392
3386
|
running: "running";
|
|
3387
|
+
stopped: "stopped";
|
|
3393
3388
|
has_question: "has_question";
|
|
3394
3389
|
skipped: "skipped";
|
|
3395
3390
|
}>;
|
|
@@ -3574,10 +3569,9 @@ declare const contract: {
|
|
|
3574
3569
|
status: z.ZodEnum<{
|
|
3575
3570
|
pending: "pending";
|
|
3576
3571
|
failed: "failed";
|
|
3577
|
-
in_progress: "in_progress";
|
|
3578
|
-
stopped: "stopped";
|
|
3579
3572
|
passed: "passed";
|
|
3580
3573
|
running: "running";
|
|
3574
|
+
stopped: "stopped";
|
|
3581
3575
|
has_question: "has_question";
|
|
3582
3576
|
skipped: "skipped";
|
|
3583
3577
|
}>;
|
|
@@ -3739,10 +3733,9 @@ declare const contract: {
|
|
|
3739
3733
|
status: z.ZodEnum<{
|
|
3740
3734
|
pending: "pending";
|
|
3741
3735
|
failed: "failed";
|
|
3742
|
-
in_progress: "in_progress";
|
|
3743
|
-
stopped: "stopped";
|
|
3744
3736
|
passed: "passed";
|
|
3745
3737
|
running: "running";
|
|
3738
|
+
stopped: "stopped";
|
|
3746
3739
|
has_question: "has_question";
|
|
3747
3740
|
skipped: "skipped";
|
|
3748
3741
|
}>;
|
|
@@ -3909,10 +3902,9 @@ declare const contract: {
|
|
|
3909
3902
|
status: z.ZodEnum<{
|
|
3910
3903
|
pending: "pending";
|
|
3911
3904
|
failed: "failed";
|
|
3912
|
-
in_progress: "in_progress";
|
|
3913
|
-
stopped: "stopped";
|
|
3914
3905
|
passed: "passed";
|
|
3915
3906
|
running: "running";
|
|
3907
|
+
stopped: "stopped";
|
|
3916
3908
|
has_question: "has_question";
|
|
3917
3909
|
skipped: "skipped";
|
|
3918
3910
|
}>;
|
|
@@ -4076,10 +4068,9 @@ declare const contract: {
|
|
|
4076
4068
|
status: z.ZodEnum<{
|
|
4077
4069
|
pending: "pending";
|
|
4078
4070
|
failed: "failed";
|
|
4079
|
-
in_progress: "in_progress";
|
|
4080
|
-
stopped: "stopped";
|
|
4081
4071
|
passed: "passed";
|
|
4082
4072
|
running: "running";
|
|
4073
|
+
stopped: "stopped";
|
|
4083
4074
|
has_question: "has_question";
|
|
4084
4075
|
skipped: "skipped";
|
|
4085
4076
|
}>;
|
|
@@ -4426,10 +4417,9 @@ declare const contract: {
|
|
|
4426
4417
|
status: z.ZodEnum<{
|
|
4427
4418
|
pending: "pending";
|
|
4428
4419
|
failed: "failed";
|
|
4429
|
-
in_progress: "in_progress";
|
|
4430
|
-
stopped: "stopped";
|
|
4431
4420
|
passed: "passed";
|
|
4432
4421
|
running: "running";
|
|
4422
|
+
stopped: "stopped";
|
|
4433
4423
|
has_question: "has_question";
|
|
4434
4424
|
skipped: "skipped";
|
|
4435
4425
|
}>;
|
|
@@ -4563,10 +4553,9 @@ declare const contract: {
|
|
|
4563
4553
|
status: z.ZodEnum<{
|
|
4564
4554
|
pending: "pending";
|
|
4565
4555
|
failed: "failed";
|
|
4566
|
-
in_progress: "in_progress";
|
|
4567
|
-
stopped: "stopped";
|
|
4568
4556
|
passed: "passed";
|
|
4569
4557
|
running: "running";
|
|
4558
|
+
stopped: "stopped";
|
|
4570
4559
|
has_question: "has_question";
|
|
4571
4560
|
skipped: "skipped";
|
|
4572
4561
|
}>;
|
|
@@ -4627,10 +4616,9 @@ declare const contract: {
|
|
|
4627
4616
|
status: z.ZodEnum<{
|
|
4628
4617
|
pending: "pending";
|
|
4629
4618
|
failed: "failed";
|
|
4630
|
-
in_progress: "in_progress";
|
|
4631
|
-
stopped: "stopped";
|
|
4632
4619
|
passed: "passed";
|
|
4633
4620
|
running: "running";
|
|
4621
|
+
stopped: "stopped";
|
|
4634
4622
|
has_question: "has_question";
|
|
4635
4623
|
skipped: "skipped";
|
|
4636
4624
|
}>;
|
|
@@ -4687,10 +4675,9 @@ declare const contract: {
|
|
|
4687
4675
|
status: z.ZodEnum<{
|
|
4688
4676
|
pending: "pending";
|
|
4689
4677
|
failed: "failed";
|
|
4690
|
-
in_progress: "in_progress";
|
|
4691
|
-
stopped: "stopped";
|
|
4692
4678
|
passed: "passed";
|
|
4693
4679
|
running: "running";
|
|
4680
|
+
stopped: "stopped";
|
|
4694
4681
|
has_question: "has_question";
|
|
4695
4682
|
skipped: "skipped";
|
|
4696
4683
|
}>;
|
|
@@ -4877,7 +4864,7 @@ declare const contract: {
|
|
|
4877
4864
|
event_count: z.ZodOptional<z.ZodNumber>;
|
|
4878
4865
|
started_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
|
|
4879
4866
|
ended_at: z.ZodOptional<z.ZodNullable<z.ZodCoercedDate<unknown>>>;
|
|
4880
|
-
is_active: z.ZodOptional<z.
|
|
4867
|
+
is_active: z.ZodOptional<z.ZodPreprocess<z.ZodBoolean>>;
|
|
4881
4868
|
metadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
4882
4869
|
userAgent: z.ZodOptional<z.ZodString>;
|
|
4883
4870
|
url: z.ZodOptional<z.ZodString>;
|
|
@@ -4901,7 +4888,7 @@ declare const contract: {
|
|
|
4901
4888
|
event_count: z.ZodCoercedNumber<unknown>;
|
|
4902
4889
|
started_at: z.ZodCoercedDate<unknown>;
|
|
4903
4890
|
ended_at: z.ZodNullable<z.ZodCoercedDate<unknown>>;
|
|
4904
|
-
is_active: z.
|
|
4891
|
+
is_active: z.ZodPreprocess<z.ZodBoolean>;
|
|
4905
4892
|
metadata: z.ZodNullable<z.ZodObject<{
|
|
4906
4893
|
userAgent: z.ZodOptional<z.ZodString>;
|
|
4907
4894
|
url: z.ZodOptional<z.ZodString>;
|
|
@@ -4927,7 +4914,7 @@ declare const contract: {
|
|
|
4927
4914
|
event_count: z.ZodCoercedNumber<unknown>;
|
|
4928
4915
|
started_at: z.ZodCoercedDate<unknown>;
|
|
4929
4916
|
ended_at: z.ZodNullable<z.ZodCoercedDate<unknown>>;
|
|
4930
|
-
is_active: z.
|
|
4917
|
+
is_active: z.ZodPreprocess<z.ZodBoolean>;
|
|
4931
4918
|
metadata: z.ZodNullable<z.ZodObject<{
|
|
4932
4919
|
userAgent: z.ZodOptional<z.ZodString>;
|
|
4933
4920
|
url: z.ZodOptional<z.ZodString>;
|
|
@@ -4954,7 +4941,7 @@ declare const contract: {
|
|
|
4954
4941
|
event_count: z.ZodCoercedNumber<unknown>;
|
|
4955
4942
|
started_at: z.ZodCoercedDate<unknown>;
|
|
4956
4943
|
ended_at: z.ZodNullable<z.ZodCoercedDate<unknown>>;
|
|
4957
|
-
is_active: z.
|
|
4944
|
+
is_active: z.ZodPreprocess<z.ZodBoolean>;
|
|
4958
4945
|
metadata: z.ZodNullable<z.ZodObject<{
|
|
4959
4946
|
userAgent: z.ZodOptional<z.ZodString>;
|
|
4960
4947
|
url: z.ZodOptional<z.ZodString>;
|
|
@@ -4987,7 +4974,7 @@ declare const contract: {
|
|
|
4987
4974
|
event_count: z.ZodCoercedNumber<unknown>;
|
|
4988
4975
|
started_at: z.ZodCoercedDate<unknown>;
|
|
4989
4976
|
ended_at: z.ZodNullable<z.ZodCoercedDate<unknown>>;
|
|
4990
|
-
is_active: z.
|
|
4977
|
+
is_active: z.ZodPreprocess<z.ZodBoolean>;
|
|
4991
4978
|
metadata: z.ZodNullable<z.ZodObject<{
|
|
4992
4979
|
userAgent: z.ZodOptional<z.ZodString>;
|
|
4993
4980
|
url: z.ZodOptional<z.ZodString>;
|
|
@@ -5623,7 +5610,7 @@ declare const contract: {
|
|
|
5623
5610
|
Medium: "Medium";
|
|
5624
5611
|
High: "High";
|
|
5625
5612
|
}>;
|
|
5626
|
-
is_active: z.
|
|
5613
|
+
is_active: z.ZodPreprocess<z.ZodBoolean>;
|
|
5627
5614
|
current_version: z.ZodNumber;
|
|
5628
5615
|
version_history: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
5629
5616
|
version: z.ZodNumber;
|
|
@@ -5690,11 +5677,11 @@ declare const contract: {
|
|
|
5690
5677
|
simulation_task_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5691
5678
|
status: z.ZodEnum<{
|
|
5692
5679
|
failed: "failed";
|
|
5693
|
-
stopped: "stopped";
|
|
5694
5680
|
passed: "passed";
|
|
5695
5681
|
needs_healing: "needs_healing";
|
|
5696
5682
|
queued: "queued";
|
|
5697
5683
|
running: "running";
|
|
5684
|
+
stopped: "stopped";
|
|
5698
5685
|
}>;
|
|
5699
5686
|
verdict: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5700
5687
|
proposed_steps: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
@@ -5777,7 +5764,7 @@ declare const contract: {
|
|
|
5777
5764
|
Medium: "Medium";
|
|
5778
5765
|
High: "High";
|
|
5779
5766
|
}>;
|
|
5780
|
-
is_active: z.
|
|
5767
|
+
is_active: z.ZodPreprocess<z.ZodBoolean>;
|
|
5781
5768
|
current_version: z.ZodNumber;
|
|
5782
5769
|
version_history: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
5783
5770
|
version: z.ZodNumber;
|
|
@@ -5865,7 +5852,7 @@ declare const contract: {
|
|
|
5865
5852
|
Medium: "Medium";
|
|
5866
5853
|
High: "High";
|
|
5867
5854
|
}>;
|
|
5868
|
-
is_active: z.
|
|
5855
|
+
is_active: z.ZodPreprocess<z.ZodBoolean>;
|
|
5869
5856
|
current_version: z.ZodNumber;
|
|
5870
5857
|
version_history: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
5871
5858
|
version: z.ZodNumber;
|
|
@@ -5986,10 +5973,9 @@ declare const contract: {
|
|
|
5986
5973
|
status: z.ZodEnum<{
|
|
5987
5974
|
pending: "pending";
|
|
5988
5975
|
failed: "failed";
|
|
5989
|
-
in_progress: "in_progress";
|
|
5990
|
-
stopped: "stopped";
|
|
5991
5976
|
passed: "passed";
|
|
5992
5977
|
running: "running";
|
|
5978
|
+
stopped: "stopped";
|
|
5993
5979
|
has_question: "has_question";
|
|
5994
5980
|
skipped: "skipped";
|
|
5995
5981
|
}>;
|
|
@@ -6047,10 +6033,9 @@ declare const contract: {
|
|
|
6047
6033
|
status: z.ZodEnum<{
|
|
6048
6034
|
pending: "pending";
|
|
6049
6035
|
failed: "failed";
|
|
6050
|
-
in_progress: "in_progress";
|
|
6051
|
-
stopped: "stopped";
|
|
6052
6036
|
passed: "passed";
|
|
6053
6037
|
running: "running";
|
|
6038
|
+
stopped: "stopped";
|
|
6054
6039
|
has_question: "has_question";
|
|
6055
6040
|
skipped: "skipped";
|
|
6056
6041
|
}>;
|
|
@@ -6109,10 +6094,9 @@ declare const contract: {
|
|
|
6109
6094
|
status: z.ZodEnum<{
|
|
6110
6095
|
pending: "pending";
|
|
6111
6096
|
failed: "failed";
|
|
6112
|
-
in_progress: "in_progress";
|
|
6113
|
-
stopped: "stopped";
|
|
6114
6097
|
passed: "passed";
|
|
6115
6098
|
running: "running";
|
|
6099
|
+
stopped: "stopped";
|
|
6116
6100
|
has_question: "has_question";
|
|
6117
6101
|
skipped: "skipped";
|
|
6118
6102
|
}>;
|
|
@@ -6635,7 +6619,7 @@ declare const contract: {
|
|
|
6635
6619
|
error: string;
|
|
6636
6620
|
} | {
|
|
6637
6621
|
type: "task/status";
|
|
6638
|
-
status: "completed" | "failed" | "
|
|
6622
|
+
status: "completed" | "failed" | "running" | "stopped" | "has_question";
|
|
6639
6623
|
message?: string | undefined;
|
|
6640
6624
|
task_id?: string | undefined;
|
|
6641
6625
|
timestamp?: number | undefined;
|
|
@@ -6666,7 +6650,7 @@ declare const contract: {
|
|
|
6666
6650
|
error: string;
|
|
6667
6651
|
} | {
|
|
6668
6652
|
type: "task/status";
|
|
6669
|
-
status: "completed" | "failed" | "
|
|
6653
|
+
status: "completed" | "failed" | "running" | "stopped" | "has_question";
|
|
6670
6654
|
message?: string | undefined;
|
|
6671
6655
|
task_id?: string | undefined;
|
|
6672
6656
|
timestamp?: number | undefined;
|
|
@@ -6740,7 +6724,7 @@ declare const contract: {
|
|
|
6740
6724
|
type: "simulation/updated";
|
|
6741
6725
|
simulation_id: number;
|
|
6742
6726
|
application_id: number;
|
|
6743
|
-
status: "completed" | "failed" | "
|
|
6727
|
+
status: "completed" | "failed" | "queued" | "running" | "stopped" | "has_question" | "creating_knowledge";
|
|
6744
6728
|
step_label?: string | undefined;
|
|
6745
6729
|
step_pending?: boolean | undefined;
|
|
6746
6730
|
task_id?: string | null | undefined;
|
|
@@ -6822,7 +6806,7 @@ declare const contract: {
|
|
|
6822
6806
|
run_id: number;
|
|
6823
6807
|
document_id: number;
|
|
6824
6808
|
application_id: number;
|
|
6825
|
-
status: "pending" | "completed" | "failed" | "
|
|
6809
|
+
status: "pending" | "completed" | "failed" | "running" | "stopped";
|
|
6826
6810
|
simulation_id?: number | undefined;
|
|
6827
6811
|
} | {
|
|
6828
6812
|
type: "qa-test/updated";
|
|
@@ -6897,7 +6881,7 @@ declare const contract: {
|
|
|
6897
6881
|
type: "simulation/updated";
|
|
6898
6882
|
simulation_id: number;
|
|
6899
6883
|
application_id: number;
|
|
6900
|
-
status: "completed" | "failed" | "
|
|
6884
|
+
status: "completed" | "failed" | "queued" | "running" | "stopped" | "has_question" | "creating_knowledge";
|
|
6901
6885
|
step_label?: string | undefined;
|
|
6902
6886
|
step_pending?: boolean | undefined;
|
|
6903
6887
|
task_id?: string | null | undefined;
|
|
@@ -6979,7 +6963,7 @@ declare const contract: {
|
|
|
6979
6963
|
run_id: number;
|
|
6980
6964
|
document_id: number;
|
|
6981
6965
|
application_id: number;
|
|
6982
|
-
status: "pending" | "completed" | "failed" | "
|
|
6966
|
+
status: "pending" | "completed" | "failed" | "running" | "stopped";
|
|
6983
6967
|
simulation_id?: number | undefined;
|
|
6984
6968
|
} | {
|
|
6985
6969
|
type: "qa-test/updated";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"routes.d.ts","sourceRoot":"","sources":["../../../src/sdk/routes.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AAGH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAqJxB,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAsFZ,+DAA+D
|
|
1
|
+
{"version":3,"file":"routes.d.ts","sourceRoot":"","sources":["../../../src/sdk/routes.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AAGH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAqJxB,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAsFZ,+DAA+D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAg4E/D,gFAAgF;;;;;;;IAahF,gFAAgF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgSjF,CAAC;AAEF,OAAO,EAAE,QAAQ,EAAE,CAAC"}
|