@onlive.ai/flow-client 0.1.73 → 0.1.75
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/client/client.service.cjs +2 -2
- package/client/client.service.js +2 -2
- package/client/client.service.spec.cjs +2 -2
- package/client/client.service.spec.js +2 -2
- package/client/client.types.cjs +2 -2
- package/client/client.types.d.cts +58 -60
- package/client/client.types.d.ts +58 -60
- package/client/client.types.js +2 -2
- package/flow.types.cjs +1 -1
- package/flow.types.js +1 -1
- package/index.cjs +2 -2
- package/index.js +2 -2
- package/package.json +2 -2
- package/schema-generator.cjs +1 -1
- package/schema-generator.js +1 -1
- package/tracking/tracking.service.cjs +1 -1
- package/tracking/tracking.service.js +1 -1
- package/tracking/tracking.types.cjs +1 -1
- package/tracking/tracking.types.js +1 -1
|
@@ -2442,13 +2442,13 @@ declare const Step: z.ZodObject<{
|
|
|
2442
2442
|
preload?: boolean | undefined;
|
|
2443
2443
|
}>, "many">>;
|
|
2444
2444
|
events: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2445
|
-
name: z.ZodEnum<["organization_call", "close_panel"]>;
|
|
2445
|
+
name: z.ZodEnum<["organization_call", "close_panel", "retry_first_step", "retry_next_step"]>;
|
|
2446
2446
|
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
2447
2447
|
}, "strip", z.ZodTypeAny, {
|
|
2448
|
-
name: "organization_call" | "close_panel";
|
|
2448
|
+
name: "organization_call" | "close_panel" | "retry_first_step" | "retry_next_step";
|
|
2449
2449
|
params?: Record<string, any> | undefined;
|
|
2450
2450
|
}, {
|
|
2451
|
-
name: "organization_call" | "close_panel";
|
|
2451
|
+
name: "organization_call" | "close_panel" | "retry_first_step" | "retry_next_step";
|
|
2452
2452
|
params?: Record<string, any> | undefined;
|
|
2453
2453
|
}>, "many">>;
|
|
2454
2454
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2475,7 +2475,7 @@ declare const Step: z.ZodObject<{
|
|
|
2475
2475
|
icon?: string | undefined;
|
|
2476
2476
|
} | undefined;
|
|
2477
2477
|
events?: {
|
|
2478
|
-
name: "organization_call" | "close_panel";
|
|
2478
|
+
name: "organization_call" | "close_panel" | "retry_first_step" | "retry_next_step";
|
|
2479
2479
|
params?: Record<string, any> | undefined;
|
|
2480
2480
|
}[] | undefined;
|
|
2481
2481
|
}, {
|
|
@@ -2502,7 +2502,7 @@ declare const Step: z.ZodObject<{
|
|
|
2502
2502
|
icon?: string | undefined;
|
|
2503
2503
|
} | undefined;
|
|
2504
2504
|
events?: {
|
|
2505
|
-
name: "organization_call" | "close_panel";
|
|
2505
|
+
name: "organization_call" | "close_panel" | "retry_first_step" | "retry_next_step";
|
|
2506
2506
|
params?: Record<string, any> | undefined;
|
|
2507
2507
|
}[] | undefined;
|
|
2508
2508
|
}>, "many">>;
|
|
@@ -2944,7 +2944,7 @@ declare const Step: z.ZodObject<{
|
|
|
2944
2944
|
icon?: string | undefined;
|
|
2945
2945
|
} | undefined;
|
|
2946
2946
|
events?: {
|
|
2947
|
-
name: "organization_call" | "close_panel";
|
|
2947
|
+
name: "organization_call" | "close_panel" | "retry_first_step" | "retry_next_step";
|
|
2948
2948
|
params?: Record<string, any> | undefined;
|
|
2949
2949
|
}[] | undefined;
|
|
2950
2950
|
}[] | undefined;
|
|
@@ -3048,7 +3048,7 @@ declare const Step: z.ZodObject<{
|
|
|
3048
3048
|
icon?: string | undefined;
|
|
3049
3049
|
} | undefined;
|
|
3050
3050
|
events?: {
|
|
3051
|
-
name: "organization_call" | "close_panel";
|
|
3051
|
+
name: "organization_call" | "close_panel" | "retry_first_step" | "retry_next_step";
|
|
3052
3052
|
params?: Record<string, any> | undefined;
|
|
3053
3053
|
}[] | undefined;
|
|
3054
3054
|
}[] | undefined;
|
|
@@ -5821,7 +5821,7 @@ declare const Step: z.ZodObject<{
|
|
|
5821
5821
|
icon?: string | undefined;
|
|
5822
5822
|
} | undefined;
|
|
5823
5823
|
events?: {
|
|
5824
|
-
name: "organization_call" | "close_panel";
|
|
5824
|
+
name: "organization_call" | "close_panel" | "retry_first_step" | "retry_next_step";
|
|
5825
5825
|
params?: Record<string, any> | undefined;
|
|
5826
5826
|
}[] | undefined;
|
|
5827
5827
|
}[] | undefined;
|
|
@@ -6332,7 +6332,7 @@ declare const Step: z.ZodObject<{
|
|
|
6332
6332
|
icon?: string | undefined;
|
|
6333
6333
|
} | undefined;
|
|
6334
6334
|
events?: {
|
|
6335
|
-
name: "organization_call" | "close_panel";
|
|
6335
|
+
name: "organization_call" | "close_panel" | "retry_first_step" | "retry_next_step";
|
|
6336
6336
|
params?: Record<string, any> | undefined;
|
|
6337
6337
|
}[] | undefined;
|
|
6338
6338
|
}[] | undefined;
|
|
@@ -6763,13 +6763,13 @@ declare const Step: z.ZodObject<{
|
|
|
6763
6763
|
preload?: boolean | undefined;
|
|
6764
6764
|
}>, "many">>;
|
|
6765
6765
|
events: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6766
|
-
name: z.ZodEnum<["organization_call", "close_panel"]>;
|
|
6766
|
+
name: z.ZodEnum<["organization_call", "close_panel", "retry_first_step", "retry_next_step"]>;
|
|
6767
6767
|
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
6768
6768
|
}, "strip", z.ZodTypeAny, {
|
|
6769
|
-
name: "organization_call" | "close_panel";
|
|
6769
|
+
name: "organization_call" | "close_panel" | "retry_first_step" | "retry_next_step";
|
|
6770
6770
|
params?: Record<string, any> | undefined;
|
|
6771
6771
|
}, {
|
|
6772
|
-
name: "organization_call" | "close_panel";
|
|
6772
|
+
name: "organization_call" | "close_panel" | "retry_first_step" | "retry_next_step";
|
|
6773
6773
|
params?: Record<string, any> | undefined;
|
|
6774
6774
|
}>, "many">>;
|
|
6775
6775
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -6796,7 +6796,7 @@ declare const Step: z.ZodObject<{
|
|
|
6796
6796
|
icon?: string | undefined;
|
|
6797
6797
|
} | undefined;
|
|
6798
6798
|
events?: {
|
|
6799
|
-
name: "organization_call" | "close_panel";
|
|
6799
|
+
name: "organization_call" | "close_panel" | "retry_first_step" | "retry_next_step";
|
|
6800
6800
|
params?: Record<string, any> | undefined;
|
|
6801
6801
|
}[] | undefined;
|
|
6802
6802
|
}, {
|
|
@@ -6823,7 +6823,7 @@ declare const Step: z.ZodObject<{
|
|
|
6823
6823
|
icon?: string | undefined;
|
|
6824
6824
|
} | undefined;
|
|
6825
6825
|
events?: {
|
|
6826
|
-
name: "organization_call" | "close_panel";
|
|
6826
|
+
name: "organization_call" | "close_panel" | "retry_first_step" | "retry_next_step";
|
|
6827
6827
|
params?: Record<string, any> | undefined;
|
|
6828
6828
|
}[] | undefined;
|
|
6829
6829
|
}>, "many">>;
|
|
@@ -7048,7 +7048,7 @@ declare const Step: z.ZodObject<{
|
|
|
7048
7048
|
icon?: string | undefined;
|
|
7049
7049
|
} | undefined;
|
|
7050
7050
|
events?: {
|
|
7051
|
-
name: "organization_call" | "close_panel";
|
|
7051
|
+
name: "organization_call" | "close_panel" | "retry_first_step" | "retry_next_step";
|
|
7052
7052
|
params?: Record<string, any> | undefined;
|
|
7053
7053
|
}[] | undefined;
|
|
7054
7054
|
}[] | undefined;
|
|
@@ -7455,7 +7455,7 @@ declare const Step: z.ZodObject<{
|
|
|
7455
7455
|
icon?: string | undefined;
|
|
7456
7456
|
} | undefined;
|
|
7457
7457
|
events?: {
|
|
7458
|
-
name: "organization_call" | "close_panel";
|
|
7458
|
+
name: "organization_call" | "close_panel" | "retry_first_step" | "retry_next_step";
|
|
7459
7459
|
params?: Record<string, any> | undefined;
|
|
7460
7460
|
}[] | undefined;
|
|
7461
7461
|
}[] | undefined;
|
|
@@ -7618,7 +7618,7 @@ declare const Step: z.ZodObject<{
|
|
|
7618
7618
|
icon?: string | undefined;
|
|
7619
7619
|
} | undefined;
|
|
7620
7620
|
events?: {
|
|
7621
|
-
name: "organization_call" | "close_panel";
|
|
7621
|
+
name: "organization_call" | "close_panel" | "retry_first_step" | "retry_next_step";
|
|
7622
7622
|
params?: Record<string, any> | undefined;
|
|
7623
7623
|
}[] | undefined;
|
|
7624
7624
|
}[] | undefined;
|
|
@@ -8025,7 +8025,7 @@ declare const Step: z.ZodObject<{
|
|
|
8025
8025
|
icon?: string | undefined;
|
|
8026
8026
|
} | undefined;
|
|
8027
8027
|
events?: {
|
|
8028
|
-
name: "organization_call" | "close_panel";
|
|
8028
|
+
name: "organization_call" | "close_panel" | "retry_first_step" | "retry_next_step";
|
|
8029
8029
|
params?: Record<string, any> | undefined;
|
|
8030
8030
|
}[] | undefined;
|
|
8031
8031
|
}[] | undefined;
|
|
@@ -8177,13 +8177,13 @@ declare const Action: z.ZodObject<{
|
|
|
8177
8177
|
preload?: boolean | undefined;
|
|
8178
8178
|
}>, "many">>;
|
|
8179
8179
|
events: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
8180
|
-
name: z.ZodEnum<["organization_call", "close_panel"]>;
|
|
8180
|
+
name: z.ZodEnum<["organization_call", "close_panel", "retry_first_step", "retry_next_step"]>;
|
|
8181
8181
|
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
8182
8182
|
}, "strip", z.ZodTypeAny, {
|
|
8183
|
-
name: "organization_call" | "close_panel";
|
|
8183
|
+
name: "organization_call" | "close_panel" | "retry_first_step" | "retry_next_step";
|
|
8184
8184
|
params?: Record<string, any> | undefined;
|
|
8185
8185
|
}, {
|
|
8186
|
-
name: "organization_call" | "close_panel";
|
|
8186
|
+
name: "organization_call" | "close_panel" | "retry_first_step" | "retry_next_step";
|
|
8187
8187
|
params?: Record<string, any> | undefined;
|
|
8188
8188
|
}>, "many">>;
|
|
8189
8189
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -8210,7 +8210,7 @@ declare const Action: z.ZodObject<{
|
|
|
8210
8210
|
icon?: string | undefined;
|
|
8211
8211
|
} | undefined;
|
|
8212
8212
|
events?: {
|
|
8213
|
-
name: "organization_call" | "close_panel";
|
|
8213
|
+
name: "organization_call" | "close_panel" | "retry_first_step" | "retry_next_step";
|
|
8214
8214
|
params?: Record<string, any> | undefined;
|
|
8215
8215
|
}[] | undefined;
|
|
8216
8216
|
}, {
|
|
@@ -8237,7 +8237,7 @@ declare const Action: z.ZodObject<{
|
|
|
8237
8237
|
icon?: string | undefined;
|
|
8238
8238
|
} | undefined;
|
|
8239
8239
|
events?: {
|
|
8240
|
-
name: "organization_call" | "close_panel";
|
|
8240
|
+
name: "organization_call" | "close_panel" | "retry_first_step" | "retry_next_step";
|
|
8241
8241
|
params?: Record<string, any> | undefined;
|
|
8242
8242
|
}[] | undefined;
|
|
8243
8243
|
}>;
|
|
@@ -8274,19 +8274,17 @@ type ActionScript = z.infer<typeof ActionScript>;
|
|
|
8274
8274
|
/**
|
|
8275
8275
|
* Schema defining custom events that can be triggered by flow actions.
|
|
8276
8276
|
*
|
|
8277
|
-
* @property {"organization_call" | "close_panel"} name - The name of the event to trigger
|
|
8278
|
-
* - "organization_call": Triggers a call to the organization
|
|
8279
|
-
* - "close_panel": Closes the current panel or modal
|
|
8277
|
+
* @property {"organization_call" | "close_panel" | "retry_first_step" | "retry_next_step"} name - The name of the event to trigger.
|
|
8280
8278
|
* @property {Record<string, any>} [params] - Additional parameters to pass with the event.
|
|
8281
8279
|
*/
|
|
8282
8280
|
declare const ActionEvent: z.ZodObject<{
|
|
8283
|
-
name: z.ZodEnum<["organization_call", "close_panel"]>;
|
|
8281
|
+
name: z.ZodEnum<["organization_call", "close_panel", "retry_first_step", "retry_next_step"]>;
|
|
8284
8282
|
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
8285
8283
|
}, "strip", z.ZodTypeAny, {
|
|
8286
|
-
name: "organization_call" | "close_panel";
|
|
8284
|
+
name: "organization_call" | "close_panel" | "retry_first_step" | "retry_next_step";
|
|
8287
8285
|
params?: Record<string, any> | undefined;
|
|
8288
8286
|
}, {
|
|
8289
|
-
name: "organization_call" | "close_panel";
|
|
8287
|
+
name: "organization_call" | "close_panel" | "retry_first_step" | "retry_next_step";
|
|
8290
8288
|
params?: Record<string, any> | undefined;
|
|
8291
8289
|
}>;
|
|
8292
8290
|
type ActionEvent = z.infer<typeof ActionEvent>;
|
|
@@ -8692,13 +8690,13 @@ declare const Field: z.ZodObject<{
|
|
|
8692
8690
|
preload?: boolean | undefined;
|
|
8693
8691
|
}>, "many">>;
|
|
8694
8692
|
events: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
8695
|
-
name: z.ZodEnum<["organization_call", "close_panel"]>;
|
|
8693
|
+
name: z.ZodEnum<["organization_call", "close_panel", "retry_first_step", "retry_next_step"]>;
|
|
8696
8694
|
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
8697
8695
|
}, "strip", z.ZodTypeAny, {
|
|
8698
|
-
name: "organization_call" | "close_panel";
|
|
8696
|
+
name: "organization_call" | "close_panel" | "retry_first_step" | "retry_next_step";
|
|
8699
8697
|
params?: Record<string, any> | undefined;
|
|
8700
8698
|
}, {
|
|
8701
|
-
name: "organization_call" | "close_panel";
|
|
8699
|
+
name: "organization_call" | "close_panel" | "retry_first_step" | "retry_next_step";
|
|
8702
8700
|
params?: Record<string, any> | undefined;
|
|
8703
8701
|
}>, "many">>;
|
|
8704
8702
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -8725,7 +8723,7 @@ declare const Field: z.ZodObject<{
|
|
|
8725
8723
|
icon?: string | undefined;
|
|
8726
8724
|
} | undefined;
|
|
8727
8725
|
events?: {
|
|
8728
|
-
name: "organization_call" | "close_panel";
|
|
8726
|
+
name: "organization_call" | "close_panel" | "retry_first_step" | "retry_next_step";
|
|
8729
8727
|
params?: Record<string, any> | undefined;
|
|
8730
8728
|
}[] | undefined;
|
|
8731
8729
|
}, {
|
|
@@ -8752,7 +8750,7 @@ declare const Field: z.ZodObject<{
|
|
|
8752
8750
|
icon?: string | undefined;
|
|
8753
8751
|
} | undefined;
|
|
8754
8752
|
events?: {
|
|
8755
|
-
name: "organization_call" | "close_panel";
|
|
8753
|
+
name: "organization_call" | "close_panel" | "retry_first_step" | "retry_next_step";
|
|
8756
8754
|
params?: Record<string, any> | undefined;
|
|
8757
8755
|
}[] | undefined;
|
|
8758
8756
|
}>, "many">>;
|
|
@@ -9194,7 +9192,7 @@ declare const Field: z.ZodObject<{
|
|
|
9194
9192
|
icon?: string | undefined;
|
|
9195
9193
|
} | undefined;
|
|
9196
9194
|
events?: {
|
|
9197
|
-
name: "organization_call" | "close_panel";
|
|
9195
|
+
name: "organization_call" | "close_panel" | "retry_first_step" | "retry_next_step";
|
|
9198
9196
|
params?: Record<string, any> | undefined;
|
|
9199
9197
|
}[] | undefined;
|
|
9200
9198
|
}[] | undefined;
|
|
@@ -9298,7 +9296,7 @@ declare const Field: z.ZodObject<{
|
|
|
9298
9296
|
icon?: string | undefined;
|
|
9299
9297
|
} | undefined;
|
|
9300
9298
|
events?: {
|
|
9301
|
-
name: "organization_call" | "close_panel";
|
|
9299
|
+
name: "organization_call" | "close_panel" | "retry_first_step" | "retry_next_step";
|
|
9302
9300
|
params?: Record<string, any> | undefined;
|
|
9303
9301
|
}[] | undefined;
|
|
9304
9302
|
}[] | undefined;
|
|
@@ -12071,7 +12069,7 @@ declare const Field: z.ZodObject<{
|
|
|
12071
12069
|
icon?: string | undefined;
|
|
12072
12070
|
} | undefined;
|
|
12073
12071
|
events?: {
|
|
12074
|
-
name: "organization_call" | "close_panel";
|
|
12072
|
+
name: "organization_call" | "close_panel" | "retry_first_step" | "retry_next_step";
|
|
12075
12073
|
params?: Record<string, any> | undefined;
|
|
12076
12074
|
}[] | undefined;
|
|
12077
12075
|
}[] | undefined;
|
|
@@ -12582,7 +12580,7 @@ declare const Field: z.ZodObject<{
|
|
|
12582
12580
|
icon?: string | undefined;
|
|
12583
12581
|
} | undefined;
|
|
12584
12582
|
events?: {
|
|
12585
|
-
name: "organization_call" | "close_panel";
|
|
12583
|
+
name: "organization_call" | "close_panel" | "retry_first_step" | "retry_next_step";
|
|
12586
12584
|
params?: Record<string, any> | undefined;
|
|
12587
12585
|
}[] | undefined;
|
|
12588
12586
|
}[] | undefined;
|
|
@@ -13451,13 +13449,13 @@ declare const FlowContext: z.ZodObject<{
|
|
|
13451
13449
|
preload?: boolean | undefined;
|
|
13452
13450
|
}>, "many">>;
|
|
13453
13451
|
events: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
13454
|
-
name: z.ZodEnum<["organization_call", "close_panel"]>;
|
|
13452
|
+
name: z.ZodEnum<["organization_call", "close_panel", "retry_first_step", "retry_next_step"]>;
|
|
13455
13453
|
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
13456
13454
|
}, "strip", z.ZodTypeAny, {
|
|
13457
|
-
name: "organization_call" | "close_panel";
|
|
13455
|
+
name: "organization_call" | "close_panel" | "retry_first_step" | "retry_next_step";
|
|
13458
13456
|
params?: Record<string, any> | undefined;
|
|
13459
13457
|
}, {
|
|
13460
|
-
name: "organization_call" | "close_panel";
|
|
13458
|
+
name: "organization_call" | "close_panel" | "retry_first_step" | "retry_next_step";
|
|
13461
13459
|
params?: Record<string, any> | undefined;
|
|
13462
13460
|
}>, "many">>;
|
|
13463
13461
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -13484,7 +13482,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
13484
13482
|
icon?: string | undefined;
|
|
13485
13483
|
} | undefined;
|
|
13486
13484
|
events?: {
|
|
13487
|
-
name: "organization_call" | "close_panel";
|
|
13485
|
+
name: "organization_call" | "close_panel" | "retry_first_step" | "retry_next_step";
|
|
13488
13486
|
params?: Record<string, any> | undefined;
|
|
13489
13487
|
}[] | undefined;
|
|
13490
13488
|
}, {
|
|
@@ -13511,7 +13509,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
13511
13509
|
icon?: string | undefined;
|
|
13512
13510
|
} | undefined;
|
|
13513
13511
|
events?: {
|
|
13514
|
-
name: "organization_call" | "close_panel";
|
|
13512
|
+
name: "organization_call" | "close_panel" | "retry_first_step" | "retry_next_step";
|
|
13515
13513
|
params?: Record<string, any> | undefined;
|
|
13516
13514
|
}[] | undefined;
|
|
13517
13515
|
}>, "many">>;
|
|
@@ -13953,7 +13951,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
13953
13951
|
icon?: string | undefined;
|
|
13954
13952
|
} | undefined;
|
|
13955
13953
|
events?: {
|
|
13956
|
-
name: "organization_call" | "close_panel";
|
|
13954
|
+
name: "organization_call" | "close_panel" | "retry_first_step" | "retry_next_step";
|
|
13957
13955
|
params?: Record<string, any> | undefined;
|
|
13958
13956
|
}[] | undefined;
|
|
13959
13957
|
}[] | undefined;
|
|
@@ -14057,7 +14055,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
14057
14055
|
icon?: string | undefined;
|
|
14058
14056
|
} | undefined;
|
|
14059
14057
|
events?: {
|
|
14060
|
-
name: "organization_call" | "close_panel";
|
|
14058
|
+
name: "organization_call" | "close_panel" | "retry_first_step" | "retry_next_step";
|
|
14061
14059
|
params?: Record<string, any> | undefined;
|
|
14062
14060
|
}[] | undefined;
|
|
14063
14061
|
}[] | undefined;
|
|
@@ -16830,7 +16828,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
16830
16828
|
icon?: string | undefined;
|
|
16831
16829
|
} | undefined;
|
|
16832
16830
|
events?: {
|
|
16833
|
-
name: "organization_call" | "close_panel";
|
|
16831
|
+
name: "organization_call" | "close_panel" | "retry_first_step" | "retry_next_step";
|
|
16834
16832
|
params?: Record<string, any> | undefined;
|
|
16835
16833
|
}[] | undefined;
|
|
16836
16834
|
}[] | undefined;
|
|
@@ -17341,7 +17339,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
17341
17339
|
icon?: string | undefined;
|
|
17342
17340
|
} | undefined;
|
|
17343
17341
|
events?: {
|
|
17344
|
-
name: "organization_call" | "close_panel";
|
|
17342
|
+
name: "organization_call" | "close_panel" | "retry_first_step" | "retry_next_step";
|
|
17345
17343
|
params?: Record<string, any> | undefined;
|
|
17346
17344
|
}[] | undefined;
|
|
17347
17345
|
}[] | undefined;
|
|
@@ -17772,13 +17770,13 @@ declare const FlowContext: z.ZodObject<{
|
|
|
17772
17770
|
preload?: boolean | undefined;
|
|
17773
17771
|
}>, "many">>;
|
|
17774
17772
|
events: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
17775
|
-
name: z.ZodEnum<["organization_call", "close_panel"]>;
|
|
17773
|
+
name: z.ZodEnum<["organization_call", "close_panel", "retry_first_step", "retry_next_step"]>;
|
|
17776
17774
|
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
17777
17775
|
}, "strip", z.ZodTypeAny, {
|
|
17778
|
-
name: "organization_call" | "close_panel";
|
|
17776
|
+
name: "organization_call" | "close_panel" | "retry_first_step" | "retry_next_step";
|
|
17779
17777
|
params?: Record<string, any> | undefined;
|
|
17780
17778
|
}, {
|
|
17781
|
-
name: "organization_call" | "close_panel";
|
|
17779
|
+
name: "organization_call" | "close_panel" | "retry_first_step" | "retry_next_step";
|
|
17782
17780
|
params?: Record<string, any> | undefined;
|
|
17783
17781
|
}>, "many">>;
|
|
17784
17782
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -17805,7 +17803,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
17805
17803
|
icon?: string | undefined;
|
|
17806
17804
|
} | undefined;
|
|
17807
17805
|
events?: {
|
|
17808
|
-
name: "organization_call" | "close_panel";
|
|
17806
|
+
name: "organization_call" | "close_panel" | "retry_first_step" | "retry_next_step";
|
|
17809
17807
|
params?: Record<string, any> | undefined;
|
|
17810
17808
|
}[] | undefined;
|
|
17811
17809
|
}, {
|
|
@@ -17832,7 +17830,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
17832
17830
|
icon?: string | undefined;
|
|
17833
17831
|
} | undefined;
|
|
17834
17832
|
events?: {
|
|
17835
|
-
name: "organization_call" | "close_panel";
|
|
17833
|
+
name: "organization_call" | "close_panel" | "retry_first_step" | "retry_next_step";
|
|
17836
17834
|
params?: Record<string, any> | undefined;
|
|
17837
17835
|
}[] | undefined;
|
|
17838
17836
|
}>, "many">>;
|
|
@@ -18057,7 +18055,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
18057
18055
|
icon?: string | undefined;
|
|
18058
18056
|
} | undefined;
|
|
18059
18057
|
events?: {
|
|
18060
|
-
name: "organization_call" | "close_panel";
|
|
18058
|
+
name: "organization_call" | "close_panel" | "retry_first_step" | "retry_next_step";
|
|
18061
18059
|
params?: Record<string, any> | undefined;
|
|
18062
18060
|
}[] | undefined;
|
|
18063
18061
|
}[] | undefined;
|
|
@@ -18464,7 +18462,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
18464
18462
|
icon?: string | undefined;
|
|
18465
18463
|
} | undefined;
|
|
18466
18464
|
events?: {
|
|
18467
|
-
name: "organization_call" | "close_panel";
|
|
18465
|
+
name: "organization_call" | "close_panel" | "retry_first_step" | "retry_next_step";
|
|
18468
18466
|
params?: Record<string, any> | undefined;
|
|
18469
18467
|
}[] | undefined;
|
|
18470
18468
|
}[] | undefined;
|
|
@@ -18627,7 +18625,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
18627
18625
|
icon?: string | undefined;
|
|
18628
18626
|
} | undefined;
|
|
18629
18627
|
events?: {
|
|
18630
|
-
name: "organization_call" | "close_panel";
|
|
18628
|
+
name: "organization_call" | "close_panel" | "retry_first_step" | "retry_next_step";
|
|
18631
18629
|
params?: Record<string, any> | undefined;
|
|
18632
18630
|
}[] | undefined;
|
|
18633
18631
|
}[] | undefined;
|
|
@@ -19034,7 +19032,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
19034
19032
|
icon?: string | undefined;
|
|
19035
19033
|
} | undefined;
|
|
19036
19034
|
events?: {
|
|
19037
|
-
name: "organization_call" | "close_panel";
|
|
19035
|
+
name: "organization_call" | "close_panel" | "retry_first_step" | "retry_next_step";
|
|
19038
19036
|
params?: Record<string, any> | undefined;
|
|
19039
19037
|
}[] | undefined;
|
|
19040
19038
|
}[] | undefined;
|
|
@@ -19231,7 +19229,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
19231
19229
|
icon?: string | undefined;
|
|
19232
19230
|
} | undefined;
|
|
19233
19231
|
events?: {
|
|
19234
|
-
name: "organization_call" | "close_panel";
|
|
19232
|
+
name: "organization_call" | "close_panel" | "retry_first_step" | "retry_next_step";
|
|
19235
19233
|
params?: Record<string, any> | undefined;
|
|
19236
19234
|
}[] | undefined;
|
|
19237
19235
|
}[] | undefined;
|
|
@@ -19638,7 +19636,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
19638
19636
|
icon?: string | undefined;
|
|
19639
19637
|
} | undefined;
|
|
19640
19638
|
events?: {
|
|
19641
|
-
name: "organization_call" | "close_panel";
|
|
19639
|
+
name: "organization_call" | "close_panel" | "retry_first_step" | "retry_next_step";
|
|
19642
19640
|
params?: Record<string, any> | undefined;
|
|
19643
19641
|
}[] | undefined;
|
|
19644
19642
|
}[] | undefined;
|
|
@@ -19813,7 +19811,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
19813
19811
|
icon?: string | undefined;
|
|
19814
19812
|
} | undefined;
|
|
19815
19813
|
events?: {
|
|
19816
|
-
name: "organization_call" | "close_panel";
|
|
19814
|
+
name: "organization_call" | "close_panel" | "retry_first_step" | "retry_next_step";
|
|
19817
19815
|
params?: Record<string, any> | undefined;
|
|
19818
19816
|
}[] | undefined;
|
|
19819
19817
|
}[] | undefined;
|
|
@@ -20220,7 +20218,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
20220
20218
|
icon?: string | undefined;
|
|
20221
20219
|
} | undefined;
|
|
20222
20220
|
events?: {
|
|
20223
|
-
name: "organization_call" | "close_panel";
|
|
20221
|
+
name: "organization_call" | "close_panel" | "retry_first_step" | "retry_next_step";
|
|
20224
20222
|
params?: Record<string, any> | undefined;
|
|
20225
20223
|
}[] | undefined;
|
|
20226
20224
|
}[] | undefined;
|