@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/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
|
}>;
|
|
@@ -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>>;
|
|
@@ -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"}
|
package/dist/src/sdk/schema.d.ts
CHANGED
|
@@ -78,19 +78,6 @@ export declare const QAFlowStatusSchema: z.ZodEnum<{
|
|
|
78
78
|
completed: "completed";
|
|
79
79
|
failed: "failed";
|
|
80
80
|
}>;
|
|
81
|
-
export declare const QATestStatusSchema: z.ZodEnum<{
|
|
82
|
-
pending: "pending";
|
|
83
|
-
completed: "completed";
|
|
84
|
-
failed: "failed";
|
|
85
|
-
in_progress: "in_progress";
|
|
86
|
-
}>;
|
|
87
|
-
export declare const QARunStatusSchema: z.ZodEnum<{
|
|
88
|
-
pending: "pending";
|
|
89
|
-
completed: "completed";
|
|
90
|
-
failed: "failed";
|
|
91
|
-
in_progress: "in_progress";
|
|
92
|
-
stopped: "stopped";
|
|
93
|
-
}>;
|
|
94
81
|
export declare const ChatRoleSchema: z.ZodEnum<{
|
|
95
82
|
user: "user";
|
|
96
83
|
agent: "agent";
|
|
@@ -795,11 +782,11 @@ export type QAEvaluation = z.infer<typeof QAEvaluationSchema>;
|
|
|
795
782
|
*/
|
|
796
783
|
export declare const QATaskStatusSchema: z.ZodEnum<{
|
|
797
784
|
failed: "failed";
|
|
798
|
-
stopped: "stopped";
|
|
799
785
|
passed: "passed";
|
|
800
786
|
needs_healing: "needs_healing";
|
|
801
787
|
queued: "queued";
|
|
802
788
|
running: "running";
|
|
789
|
+
stopped: "stopped";
|
|
803
790
|
}>;
|
|
804
791
|
export type QATaskStatusValue = z.infer<typeof QATaskStatusSchema>;
|
|
805
792
|
/**
|
|
@@ -819,11 +806,11 @@ export declare const QARunTaskEntitySchema: z.ZodObject<{
|
|
|
819
806
|
simulation_task_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
820
807
|
status: z.ZodEnum<{
|
|
821
808
|
failed: "failed";
|
|
822
|
-
stopped: "stopped";
|
|
823
809
|
passed: "passed";
|
|
824
810
|
needs_healing: "needs_healing";
|
|
825
811
|
queued: "queued";
|
|
826
812
|
running: "running";
|
|
813
|
+
stopped: "stopped";
|
|
827
814
|
}>;
|
|
828
815
|
verdict: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
829
816
|
proposed_steps: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
@@ -1392,10 +1379,9 @@ export declare const SimulationTaskEntrySchema: z.ZodObject<{
|
|
|
1392
1379
|
status: z.ZodEnum<{
|
|
1393
1380
|
pending: "pending";
|
|
1394
1381
|
failed: "failed";
|
|
1395
|
-
in_progress: "in_progress";
|
|
1396
|
-
stopped: "stopped";
|
|
1397
1382
|
passed: "passed";
|
|
1398
1383
|
running: "running";
|
|
1384
|
+
stopped: "stopped";
|
|
1399
1385
|
has_question: "has_question";
|
|
1400
1386
|
skipped: "skipped";
|
|
1401
1387
|
}>;
|
|
@@ -1443,10 +1429,9 @@ export declare const SimulationEntitySchema: z.ZodObject<{
|
|
|
1443
1429
|
status: z.ZodEnum<{
|
|
1444
1430
|
pending: "pending";
|
|
1445
1431
|
failed: "failed";
|
|
1446
|
-
in_progress: "in_progress";
|
|
1447
|
-
stopped: "stopped";
|
|
1448
1432
|
passed: "passed";
|
|
1449
1433
|
running: "running";
|
|
1434
|
+
stopped: "stopped";
|
|
1450
1435
|
has_question: "has_question";
|
|
1451
1436
|
skipped: "skipped";
|
|
1452
1437
|
}>;
|
|
@@ -1835,10 +1820,9 @@ export declare const AgentEntitySchema: z.ZodObject<{
|
|
|
1835
1820
|
status: z.ZodEnum<{
|
|
1836
1821
|
pending: "pending";
|
|
1837
1822
|
failed: "failed";
|
|
1838
|
-
in_progress: "in_progress";
|
|
1839
|
-
stopped: "stopped";
|
|
1840
1823
|
passed: "passed";
|
|
1841
1824
|
running: "running";
|
|
1825
|
+
stopped: "stopped";
|
|
1842
1826
|
has_question: "has_question";
|
|
1843
1827
|
skipped: "skipped";
|
|
1844
1828
|
}>;
|
|
@@ -1986,10 +1970,9 @@ export declare const AgentCreateSchema: z.ZodObject<{
|
|
|
1986
1970
|
status: z.ZodEnum<{
|
|
1987
1971
|
pending: "pending";
|
|
1988
1972
|
failed: "failed";
|
|
1989
|
-
in_progress: "in_progress";
|
|
1990
|
-
stopped: "stopped";
|
|
1991
1973
|
passed: "passed";
|
|
1992
1974
|
running: "running";
|
|
1975
|
+
stopped: "stopped";
|
|
1993
1976
|
has_question: "has_question";
|
|
1994
1977
|
skipped: "skipped";
|
|
1995
1978
|
}>;
|
|
@@ -2166,10 +2149,9 @@ export declare const AgentUpdateSchema: z.ZodObject<{
|
|
|
2166
2149
|
status: z.ZodEnum<{
|
|
2167
2150
|
pending: "pending";
|
|
2168
2151
|
failed: "failed";
|
|
2169
|
-
in_progress: "in_progress";
|
|
2170
|
-
stopped: "stopped";
|
|
2171
2152
|
passed: "passed";
|
|
2172
2153
|
running: "running";
|
|
2154
|
+
stopped: "stopped";
|
|
2173
2155
|
has_question: "has_question";
|
|
2174
2156
|
skipped: "skipped";
|
|
2175
2157
|
}>;
|
|
@@ -2456,10 +2438,9 @@ export declare const AgentSimulationIndexResponseSchema: z.ZodObject<{
|
|
|
2456
2438
|
status: z.ZodEnum<{
|
|
2457
2439
|
pending: "pending";
|
|
2458
2440
|
failed: "failed";
|
|
2459
|
-
in_progress: "in_progress";
|
|
2460
|
-
stopped: "stopped";
|
|
2461
2441
|
passed: "passed";
|
|
2462
2442
|
running: "running";
|
|
2443
|
+
stopped: "stopped";
|
|
2463
2444
|
has_question: "has_question";
|
|
2464
2445
|
skipped: "skipped";
|
|
2465
2446
|
}>;
|
|
@@ -2951,10 +2932,9 @@ export declare const WidgetInfoSchema: z.ZodObject<{
|
|
|
2951
2932
|
status: z.ZodEnum<{
|
|
2952
2933
|
pending: "pending";
|
|
2953
2934
|
failed: "failed";
|
|
2954
|
-
in_progress: "in_progress";
|
|
2955
|
-
stopped: "stopped";
|
|
2956
2935
|
passed: "passed";
|
|
2957
2936
|
running: "running";
|
|
2937
|
+
stopped: "stopped";
|
|
2958
2938
|
has_question: "has_question";
|
|
2959
2939
|
skipped: "skipped";
|
|
2960
2940
|
}>;
|
|
@@ -3186,10 +3166,9 @@ export declare const WidgetWithAgentSchema: z.ZodObject<{
|
|
|
3186
3166
|
status: z.ZodEnum<{
|
|
3187
3167
|
pending: "pending";
|
|
3188
3168
|
failed: "failed";
|
|
3189
|
-
in_progress: "in_progress";
|
|
3190
|
-
stopped: "stopped";
|
|
3191
3169
|
passed: "passed";
|
|
3192
3170
|
running: "running";
|
|
3171
|
+
stopped: "stopped";
|
|
3193
3172
|
has_question: "has_question";
|
|
3194
3173
|
skipped: "skipped";
|
|
3195
3174
|
}>;
|
|
@@ -3436,10 +3415,9 @@ export declare const ApplicationWithWidgetsSchema: z.ZodObject<{
|
|
|
3436
3415
|
status: z.ZodEnum<{
|
|
3437
3416
|
pending: "pending";
|
|
3438
3417
|
failed: "failed";
|
|
3439
|
-
in_progress: "in_progress";
|
|
3440
|
-
stopped: "stopped";
|
|
3441
3418
|
passed: "passed";
|
|
3442
3419
|
running: "running";
|
|
3420
|
+
stopped: "stopped";
|
|
3443
3421
|
has_question: "has_question";
|
|
3444
3422
|
skipped: "skipped";
|
|
3445
3423
|
}>;
|
|
@@ -3697,8 +3675,8 @@ export declare const WidgetEventSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
3697
3675
|
status: z.ZodEnum<{
|
|
3698
3676
|
completed: "completed";
|
|
3699
3677
|
failed: "failed";
|
|
3700
|
-
stopped: "stopped";
|
|
3701
3678
|
running: "running";
|
|
3679
|
+
stopped: "stopped";
|
|
3702
3680
|
has_question: "has_question";
|
|
3703
3681
|
}>;
|
|
3704
3682
|
message: z.ZodOptional<z.ZodString>;
|
|
@@ -3781,9 +3759,9 @@ export declare const AppEventScopeSchema: z.ZodEnum<{
|
|
|
3781
3759
|
export declare const SimulationStatusSchema: z.ZodEnum<{
|
|
3782
3760
|
completed: "completed";
|
|
3783
3761
|
failed: "failed";
|
|
3784
|
-
stopped: "stopped";
|
|
3785
3762
|
queued: "queued";
|
|
3786
3763
|
running: "running";
|
|
3764
|
+
stopped: "stopped";
|
|
3787
3765
|
has_question: "has_question";
|
|
3788
3766
|
creating_knowledge: "creating_knowledge";
|
|
3789
3767
|
}>;
|
|
@@ -3800,8 +3778,8 @@ export declare const QARunDerivedStatusSchema: z.ZodEnum<{
|
|
|
3800
3778
|
pending: "pending";
|
|
3801
3779
|
completed: "completed";
|
|
3802
3780
|
failed: "failed";
|
|
3803
|
-
stopped: "stopped";
|
|
3804
3781
|
running: "running";
|
|
3782
|
+
stopped: "stopped";
|
|
3805
3783
|
}>;
|
|
3806
3784
|
export type QARunDerivedStatus = z.infer<typeof QARunDerivedStatusSchema>;
|
|
3807
3785
|
export declare const AppEventSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -3811,9 +3789,9 @@ export declare const AppEventSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
3811
3789
|
status: z.ZodEnum<{
|
|
3812
3790
|
completed: "completed";
|
|
3813
3791
|
failed: "failed";
|
|
3814
|
-
stopped: "stopped";
|
|
3815
3792
|
queued: "queued";
|
|
3816
3793
|
running: "running";
|
|
3794
|
+
stopped: "stopped";
|
|
3817
3795
|
has_question: "has_question";
|
|
3818
3796
|
creating_knowledge: "creating_knowledge";
|
|
3819
3797
|
}>;
|
|
@@ -3902,8 +3880,8 @@ export declare const AppEventSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
3902
3880
|
pending: "pending";
|
|
3903
3881
|
completed: "completed";
|
|
3904
3882
|
failed: "failed";
|
|
3905
|
-
stopped: "stopped";
|
|
3906
3883
|
running: "running";
|
|
3884
|
+
stopped: "stopped";
|
|
3907
3885
|
}>;
|
|
3908
3886
|
simulation_id: z.ZodOptional<z.ZodNumber>;
|
|
3909
3887
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -4295,8 +4273,8 @@ export declare const AutomationRunStatusSchema: z.ZodEnum<{
|
|
|
4295
4273
|
pending: "pending";
|
|
4296
4274
|
completed: "completed";
|
|
4297
4275
|
failed: "failed";
|
|
4298
|
-
stopped: "stopped";
|
|
4299
4276
|
running: "running";
|
|
4277
|
+
stopped: "stopped";
|
|
4300
4278
|
}>;
|
|
4301
4279
|
export declare const AutomationNodeKindSchema: z.ZodEnum<{
|
|
4302
4280
|
condition: "condition";
|
|
@@ -4524,9 +4502,9 @@ export declare const AutomationNodeResultSchema: z.ZodObject<{
|
|
|
4524
4502
|
status: z.ZodEnum<{
|
|
4525
4503
|
completed: "completed";
|
|
4526
4504
|
failed: "failed";
|
|
4527
|
-
in_progress: "in_progress";
|
|
4528
4505
|
stopped: "stopped";
|
|
4529
4506
|
skipped: "skipped";
|
|
4507
|
+
in_progress: "in_progress";
|
|
4530
4508
|
}>;
|
|
4531
4509
|
output: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
4532
4510
|
error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -4539,8 +4517,8 @@ export declare const AutomationRunEntitySchema: z.ZodObject<{
|
|
|
4539
4517
|
pending: "pending";
|
|
4540
4518
|
completed: "completed";
|
|
4541
4519
|
failed: "failed";
|
|
4542
|
-
stopped: "stopped";
|
|
4543
4520
|
running: "running";
|
|
4521
|
+
stopped: "stopped";
|
|
4544
4522
|
}>;
|
|
4545
4523
|
trigger_node_id: z.ZodString;
|
|
4546
4524
|
trigger_data: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
@@ -4548,9 +4526,9 @@ export declare const AutomationRunEntitySchema: z.ZodObject<{
|
|
|
4548
4526
|
status: z.ZodEnum<{
|
|
4549
4527
|
completed: "completed";
|
|
4550
4528
|
failed: "failed";
|
|
4551
|
-
in_progress: "in_progress";
|
|
4552
4529
|
stopped: "stopped";
|
|
4553
4530
|
skipped: "skipped";
|
|
4531
|
+
in_progress: "in_progress";
|
|
4554
4532
|
}>;
|
|
4555
4533
|
output: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
4556
4534
|
error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -4564,8 +4542,8 @@ export declare const AutomationRunSearchSchema: z.ZodObject<{
|
|
|
4564
4542
|
pending: "pending";
|
|
4565
4543
|
completed: "completed";
|
|
4566
4544
|
failed: "failed";
|
|
4567
|
-
stopped: "stopped";
|
|
4568
4545
|
running: "running";
|
|
4546
|
+
stopped: "stopped";
|
|
4569
4547
|
}>>;
|
|
4570
4548
|
limit: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
4571
4549
|
offset: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
@@ -4629,8 +4607,8 @@ export declare const GithubCheckRunInputSchema: z.ZodObject<{
|
|
|
4629
4607
|
head_sha: z.ZodString;
|
|
4630
4608
|
status: z.ZodOptional<z.ZodEnum<{
|
|
4631
4609
|
completed: "completed";
|
|
4632
|
-
in_progress: "in_progress";
|
|
4633
4610
|
queued: "queued";
|
|
4611
|
+
in_progress: "in_progress";
|
|
4634
4612
|
}>>;
|
|
4635
4613
|
conclusion: z.ZodOptional<z.ZodEnum<{
|
|
4636
4614
|
success: "success";
|