authhero 0.138.0 → 0.139.0
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/authhero.cjs +1 -1
- package/dist/authhero.d.ts +167 -143
- package/dist/authhero.mjs +8 -8
- package/package.json +3 -3
package/dist/authhero.d.ts
CHANGED
|
@@ -2037,6 +2037,7 @@ export declare const flowNodeSchema: z.ZodObject<{
|
|
|
2037
2037
|
x: number;
|
|
2038
2038
|
y: number;
|
|
2039
2039
|
}>;
|
|
2040
|
+
alias: z.ZodOptional<z.ZodString>;
|
|
2040
2041
|
config: z.ZodObject<{
|
|
2041
2042
|
flow_id: z.ZodString;
|
|
2042
2043
|
next_node: z.ZodString;
|
|
@@ -2058,6 +2059,7 @@ export declare const flowNodeSchema: z.ZodObject<{
|
|
|
2058
2059
|
x: number;
|
|
2059
2060
|
y: number;
|
|
2060
2061
|
};
|
|
2062
|
+
alias?: string | undefined;
|
|
2061
2063
|
}, {
|
|
2062
2064
|
type: NodeType.FLOW;
|
|
2063
2065
|
id: string;
|
|
@@ -2069,6 +2071,7 @@ export declare const flowNodeSchema: z.ZodObject<{
|
|
|
2069
2071
|
x: number;
|
|
2070
2072
|
y: number;
|
|
2071
2073
|
};
|
|
2074
|
+
alias?: string | undefined;
|
|
2072
2075
|
}>;
|
|
2073
2076
|
export declare const genericNodeSchema: z.ZodObject<{
|
|
2074
2077
|
id: z.ZodString;
|
|
@@ -2777,6 +2780,7 @@ export declare const nodeSchema: z.ZodUnion<[
|
|
|
2777
2780
|
x: number;
|
|
2778
2781
|
y: number;
|
|
2779
2782
|
}>;
|
|
2783
|
+
alias: z.ZodOptional<z.ZodString>;
|
|
2780
2784
|
config: z.ZodObject<{
|
|
2781
2785
|
flow_id: z.ZodString;
|
|
2782
2786
|
next_node: z.ZodString;
|
|
@@ -2798,6 +2802,7 @@ export declare const nodeSchema: z.ZodUnion<[
|
|
|
2798
2802
|
x: number;
|
|
2799
2803
|
y: number;
|
|
2800
2804
|
};
|
|
2805
|
+
alias?: string | undefined;
|
|
2801
2806
|
}, {
|
|
2802
2807
|
type: NodeType.FLOW;
|
|
2803
2808
|
id: string;
|
|
@@ -2809,6 +2814,7 @@ export declare const nodeSchema: z.ZodUnion<[
|
|
|
2809
2814
|
x: number;
|
|
2810
2815
|
y: number;
|
|
2811
2816
|
};
|
|
2817
|
+
alias?: string | undefined;
|
|
2812
2818
|
}>,
|
|
2813
2819
|
z.ZodObject<{
|
|
2814
2820
|
id: z.ZodString;
|
|
@@ -3608,6 +3614,7 @@ export declare const auth0FlowSchema: z.ZodObject<{
|
|
|
3608
3614
|
x: number;
|
|
3609
3615
|
y: number;
|
|
3610
3616
|
}>;
|
|
3617
|
+
alias: z.ZodOptional<z.ZodString>;
|
|
3611
3618
|
config: z.ZodObject<{
|
|
3612
3619
|
flow_id: z.ZodString;
|
|
3613
3620
|
next_node: z.ZodString;
|
|
@@ -3629,6 +3636,7 @@ export declare const auth0FlowSchema: z.ZodObject<{
|
|
|
3629
3636
|
x: number;
|
|
3630
3637
|
y: number;
|
|
3631
3638
|
};
|
|
3639
|
+
alias?: string | undefined;
|
|
3632
3640
|
}, {
|
|
3633
3641
|
type: NodeType.FLOW;
|
|
3634
3642
|
id: string;
|
|
@@ -3640,6 +3648,7 @@ export declare const auth0FlowSchema: z.ZodObject<{
|
|
|
3640
3648
|
x: number;
|
|
3641
3649
|
y: number;
|
|
3642
3650
|
};
|
|
3651
|
+
alias?: string | undefined;
|
|
3643
3652
|
}>,
|
|
3644
3653
|
z.ZodObject<{
|
|
3645
3654
|
id: z.ZodString;
|
|
@@ -4445,6 +4454,7 @@ export declare const auth0FlowSchema: z.ZodObject<{
|
|
|
4445
4454
|
x: number;
|
|
4446
4455
|
y: number;
|
|
4447
4456
|
}>;
|
|
4457
|
+
alias: z.ZodOptional<z.ZodString>;
|
|
4448
4458
|
config: z.ZodObject<{
|
|
4449
4459
|
flow_id: z.ZodString;
|
|
4450
4460
|
next_node: z.ZodString;
|
|
@@ -4466,6 +4476,7 @@ export declare const auth0FlowSchema: z.ZodObject<{
|
|
|
4466
4476
|
x: number;
|
|
4467
4477
|
y: number;
|
|
4468
4478
|
};
|
|
4479
|
+
alias?: string | undefined;
|
|
4469
4480
|
}, {
|
|
4470
4481
|
type: NodeType.FLOW;
|
|
4471
4482
|
id: string;
|
|
@@ -4477,6 +4488,7 @@ export declare const auth0FlowSchema: z.ZodObject<{
|
|
|
4477
4488
|
x: number;
|
|
4478
4489
|
y: number;
|
|
4479
4490
|
};
|
|
4491
|
+
alias?: string | undefined;
|
|
4480
4492
|
}>,
|
|
4481
4493
|
z.ZodObject<{
|
|
4482
4494
|
id: z.ZodString;
|
|
@@ -5282,6 +5294,7 @@ export declare const auth0FlowSchema: z.ZodObject<{
|
|
|
5282
5294
|
x: number;
|
|
5283
5295
|
y: number;
|
|
5284
5296
|
}>;
|
|
5297
|
+
alias: z.ZodOptional<z.ZodString>;
|
|
5285
5298
|
config: z.ZodObject<{
|
|
5286
5299
|
flow_id: z.ZodString;
|
|
5287
5300
|
next_node: z.ZodString;
|
|
@@ -5303,6 +5316,7 @@ export declare const auth0FlowSchema: z.ZodObject<{
|
|
|
5303
5316
|
x: number;
|
|
5304
5317
|
y: number;
|
|
5305
5318
|
};
|
|
5319
|
+
alias?: string | undefined;
|
|
5306
5320
|
}, {
|
|
5307
5321
|
type: NodeType.FLOW;
|
|
5308
5322
|
id: string;
|
|
@@ -5314,6 +5328,7 @@ export declare const auth0FlowSchema: z.ZodObject<{
|
|
|
5314
5328
|
x: number;
|
|
5315
5329
|
y: number;
|
|
5316
5330
|
};
|
|
5331
|
+
alias?: string | undefined;
|
|
5317
5332
|
}>,
|
|
5318
5333
|
z.ZodObject<{
|
|
5319
5334
|
id: z.ZodString;
|
|
@@ -6121,6 +6136,7 @@ export declare const auth0FlowInsertSchema: z.ZodObject<Omit<{
|
|
|
6121
6136
|
x: number;
|
|
6122
6137
|
y: number;
|
|
6123
6138
|
}>;
|
|
6139
|
+
alias: z.ZodOptional<z.ZodString>;
|
|
6124
6140
|
config: z.ZodObject<{
|
|
6125
6141
|
flow_id: z.ZodString;
|
|
6126
6142
|
next_node: z.ZodString;
|
|
@@ -6142,6 +6158,7 @@ export declare const auth0FlowInsertSchema: z.ZodObject<Omit<{
|
|
|
6142
6158
|
x: number;
|
|
6143
6159
|
y: number;
|
|
6144
6160
|
};
|
|
6161
|
+
alias?: string | undefined;
|
|
6145
6162
|
}, {
|
|
6146
6163
|
type: NodeType.FLOW;
|
|
6147
6164
|
id: string;
|
|
@@ -6153,6 +6170,7 @@ export declare const auth0FlowInsertSchema: z.ZodObject<Omit<{
|
|
|
6153
6170
|
x: number;
|
|
6154
6171
|
y: number;
|
|
6155
6172
|
};
|
|
6173
|
+
alias?: string | undefined;
|
|
6156
6174
|
}>,
|
|
6157
6175
|
z.ZodObject<{
|
|
6158
6176
|
id: z.ZodString;
|
|
@@ -6958,6 +6976,7 @@ export declare const auth0FlowInsertSchema: z.ZodObject<Omit<{
|
|
|
6958
6976
|
x: number;
|
|
6959
6977
|
y: number;
|
|
6960
6978
|
}>;
|
|
6979
|
+
alias: z.ZodOptional<z.ZodString>;
|
|
6961
6980
|
config: z.ZodObject<{
|
|
6962
6981
|
flow_id: z.ZodString;
|
|
6963
6982
|
next_node: z.ZodString;
|
|
@@ -6979,6 +6998,7 @@ export declare const auth0FlowInsertSchema: z.ZodObject<Omit<{
|
|
|
6979
6998
|
x: number;
|
|
6980
6999
|
y: number;
|
|
6981
7000
|
};
|
|
7001
|
+
alias?: string | undefined;
|
|
6982
7002
|
}, {
|
|
6983
7003
|
type: NodeType.FLOW;
|
|
6984
7004
|
id: string;
|
|
@@ -6990,6 +7010,7 @@ export declare const auth0FlowInsertSchema: z.ZodObject<Omit<{
|
|
|
6990
7010
|
x: number;
|
|
6991
7011
|
y: number;
|
|
6992
7012
|
};
|
|
7013
|
+
alias?: string | undefined;
|
|
6993
7014
|
}>,
|
|
6994
7015
|
z.ZodObject<{
|
|
6995
7016
|
id: z.ZodString;
|
|
@@ -7795,6 +7816,7 @@ export declare const auth0FlowInsertSchema: z.ZodObject<Omit<{
|
|
|
7795
7816
|
x: number;
|
|
7796
7817
|
y: number;
|
|
7797
7818
|
}>;
|
|
7819
|
+
alias: z.ZodOptional<z.ZodString>;
|
|
7798
7820
|
config: z.ZodObject<{
|
|
7799
7821
|
flow_id: z.ZodString;
|
|
7800
7822
|
next_node: z.ZodString;
|
|
@@ -7816,6 +7838,7 @@ export declare const auth0FlowInsertSchema: z.ZodObject<Omit<{
|
|
|
7816
7838
|
x: number;
|
|
7817
7839
|
y: number;
|
|
7818
7840
|
};
|
|
7841
|
+
alias?: string | undefined;
|
|
7819
7842
|
}, {
|
|
7820
7843
|
type: NodeType.FLOW;
|
|
7821
7844
|
id: string;
|
|
@@ -7827,6 +7850,7 @@ export declare const auth0FlowInsertSchema: z.ZodObject<Omit<{
|
|
|
7827
7850
|
x: number;
|
|
7828
7851
|
y: number;
|
|
7829
7852
|
};
|
|
7853
|
+
alias?: string | undefined;
|
|
7830
7854
|
}>,
|
|
7831
7855
|
z.ZodObject<{
|
|
7832
7856
|
id: z.ZodString;
|
|
@@ -9234,41 +9258,41 @@ export declare const formInsertSchema: z.ZodObject<{
|
|
|
9234
9258
|
x: number;
|
|
9235
9259
|
y: number;
|
|
9236
9260
|
}>;
|
|
9237
|
-
alias: z.ZodString
|
|
9261
|
+
alias: z.ZodOptional<z.ZodString>;
|
|
9238
9262
|
config: z.ZodObject<{
|
|
9239
9263
|
flow_id: z.ZodString;
|
|
9240
|
-
next_node: z.
|
|
9264
|
+
next_node: z.ZodString;
|
|
9241
9265
|
}, "strip", z.ZodTypeAny, {
|
|
9242
|
-
next_node: string
|
|
9266
|
+
next_node: string;
|
|
9243
9267
|
flow_id: string;
|
|
9244
9268
|
}, {
|
|
9245
|
-
next_node: string
|
|
9269
|
+
next_node: string;
|
|
9246
9270
|
flow_id: string;
|
|
9247
9271
|
}>;
|
|
9248
9272
|
}, "strip", z.ZodTypeAny, {
|
|
9249
9273
|
type: "FLOW";
|
|
9250
9274
|
id: string;
|
|
9251
9275
|
config: {
|
|
9252
|
-
next_node: string
|
|
9276
|
+
next_node: string;
|
|
9253
9277
|
flow_id: string;
|
|
9254
9278
|
};
|
|
9255
9279
|
coordinates: {
|
|
9256
9280
|
x: number;
|
|
9257
9281
|
y: number;
|
|
9258
9282
|
};
|
|
9259
|
-
alias
|
|
9283
|
+
alias?: string | undefined;
|
|
9260
9284
|
}, {
|
|
9261
9285
|
type: "FLOW";
|
|
9262
9286
|
id: string;
|
|
9263
9287
|
config: {
|
|
9264
|
-
next_node: string
|
|
9288
|
+
next_node: string;
|
|
9265
9289
|
flow_id: string;
|
|
9266
9290
|
};
|
|
9267
9291
|
coordinates: {
|
|
9268
9292
|
x: number;
|
|
9269
9293
|
y: number;
|
|
9270
9294
|
};
|
|
9271
|
-
alias
|
|
9295
|
+
alias?: string | undefined;
|
|
9272
9296
|
}>,
|
|
9273
9297
|
z.ZodObject<{
|
|
9274
9298
|
id: z.ZodString;
|
|
@@ -9287,34 +9311,34 @@ export declare const formInsertSchema: z.ZodObject<{
|
|
|
9287
9311
|
config: z.ZodObject<{
|
|
9288
9312
|
rules: z.ZodArray<z.ZodObject<{
|
|
9289
9313
|
id: z.ZodString;
|
|
9290
|
-
alias: z.ZodString
|
|
9314
|
+
alias: z.ZodOptional<z.ZodString>;
|
|
9291
9315
|
condition: z.ZodAny;
|
|
9292
|
-
next_node: z.
|
|
9316
|
+
next_node: z.ZodString;
|
|
9293
9317
|
}, "strip", z.ZodTypeAny, {
|
|
9294
9318
|
id: string;
|
|
9295
|
-
|
|
9296
|
-
|
|
9319
|
+
next_node: string;
|
|
9320
|
+
alias?: string | undefined;
|
|
9297
9321
|
condition?: any;
|
|
9298
9322
|
}, {
|
|
9299
9323
|
id: string;
|
|
9300
|
-
|
|
9301
|
-
|
|
9324
|
+
next_node: string;
|
|
9325
|
+
alias?: string | undefined;
|
|
9302
9326
|
condition?: any;
|
|
9303
9327
|
}>, "many">;
|
|
9304
9328
|
fallback: z.ZodArray<z.ZodString, "many">;
|
|
9305
9329
|
}, "strip", z.ZodTypeAny, {
|
|
9306
9330
|
rules: {
|
|
9307
9331
|
id: string;
|
|
9308
|
-
|
|
9309
|
-
|
|
9332
|
+
next_node: string;
|
|
9333
|
+
alias?: string | undefined;
|
|
9310
9334
|
condition?: any;
|
|
9311
9335
|
}[];
|
|
9312
9336
|
fallback: string[];
|
|
9313
9337
|
}, {
|
|
9314
9338
|
rules: {
|
|
9315
9339
|
id: string;
|
|
9316
|
-
|
|
9317
|
-
|
|
9340
|
+
next_node: string;
|
|
9341
|
+
alias?: string | undefined;
|
|
9318
9342
|
condition?: any;
|
|
9319
9343
|
}[];
|
|
9320
9344
|
fallback: string[];
|
|
@@ -9325,8 +9349,8 @@ export declare const formInsertSchema: z.ZodObject<{
|
|
|
9325
9349
|
config: {
|
|
9326
9350
|
rules: {
|
|
9327
9351
|
id: string;
|
|
9328
|
-
|
|
9329
|
-
|
|
9352
|
+
next_node: string;
|
|
9353
|
+
alias?: string | undefined;
|
|
9330
9354
|
condition?: any;
|
|
9331
9355
|
}[];
|
|
9332
9356
|
fallback: string[];
|
|
@@ -9342,8 +9366,8 @@ export declare const formInsertSchema: z.ZodObject<{
|
|
|
9342
9366
|
config: {
|
|
9343
9367
|
rules: {
|
|
9344
9368
|
id: string;
|
|
9345
|
-
|
|
9346
|
-
|
|
9369
|
+
next_node: string;
|
|
9370
|
+
alias?: string | undefined;
|
|
9347
9371
|
condition?: any;
|
|
9348
9372
|
}[];
|
|
9349
9373
|
fallback: string[];
|
|
@@ -9367,41 +9391,41 @@ export declare const formInsertSchema: z.ZodObject<{
|
|
|
9367
9391
|
x: number;
|
|
9368
9392
|
y: number;
|
|
9369
9393
|
}>;
|
|
9370
|
-
alias: z.ZodString
|
|
9394
|
+
alias: z.ZodOptional<z.ZodString>;
|
|
9371
9395
|
config: z.ZodObject<{
|
|
9372
9396
|
components: z.ZodArray<z.ZodAny, "many">;
|
|
9373
|
-
next_node: z.
|
|
9397
|
+
next_node: z.ZodString;
|
|
9374
9398
|
}, "strip", z.ZodTypeAny, {
|
|
9375
9399
|
components: any[];
|
|
9376
|
-
next_node: string
|
|
9400
|
+
next_node: string;
|
|
9377
9401
|
}, {
|
|
9378
9402
|
components: any[];
|
|
9379
|
-
next_node: string
|
|
9403
|
+
next_node: string;
|
|
9380
9404
|
}>;
|
|
9381
9405
|
}, "strip", z.ZodTypeAny, {
|
|
9382
9406
|
type: "STEP";
|
|
9383
9407
|
id: string;
|
|
9384
9408
|
config: {
|
|
9385
9409
|
components: any[];
|
|
9386
|
-
next_node: string
|
|
9410
|
+
next_node: string;
|
|
9387
9411
|
};
|
|
9388
9412
|
coordinates: {
|
|
9389
9413
|
x: number;
|
|
9390
9414
|
y: number;
|
|
9391
9415
|
};
|
|
9392
|
-
alias
|
|
9416
|
+
alias?: string | undefined;
|
|
9393
9417
|
}, {
|
|
9394
9418
|
type: "STEP";
|
|
9395
9419
|
id: string;
|
|
9396
9420
|
config: {
|
|
9397
9421
|
components: any[];
|
|
9398
|
-
next_node: string
|
|
9422
|
+
next_node: string;
|
|
9399
9423
|
};
|
|
9400
9424
|
coordinates: {
|
|
9401
9425
|
x: number;
|
|
9402
9426
|
y: number;
|
|
9403
9427
|
};
|
|
9404
|
-
alias
|
|
9428
|
+
alias?: string | undefined;
|
|
9405
9429
|
}>
|
|
9406
9430
|
]>, "many">>;
|
|
9407
9431
|
start: z.ZodOptional<z.ZodObject<{
|
|
@@ -9415,7 +9439,7 @@ export declare const formInsertSchema: z.ZodObject<{
|
|
|
9415
9439
|
value: string;
|
|
9416
9440
|
key: string;
|
|
9417
9441
|
}>, "many">>;
|
|
9418
|
-
next_node: z.ZodOptional<z.
|
|
9442
|
+
next_node: z.ZodOptional<z.ZodString>;
|
|
9419
9443
|
coordinates: z.ZodOptional<z.ZodObject<{
|
|
9420
9444
|
x: z.ZodNumber;
|
|
9421
9445
|
y: z.ZodNumber;
|
|
@@ -9431,7 +9455,7 @@ export declare const formInsertSchema: z.ZodObject<{
|
|
|
9431
9455
|
x: number;
|
|
9432
9456
|
y: number;
|
|
9433
9457
|
} | undefined;
|
|
9434
|
-
next_node?: string
|
|
9458
|
+
next_node?: string | undefined;
|
|
9435
9459
|
hidden_fields?: {
|
|
9436
9460
|
value: string;
|
|
9437
9461
|
key: string;
|
|
@@ -9441,7 +9465,7 @@ export declare const formInsertSchema: z.ZodObject<{
|
|
|
9441
9465
|
x: number;
|
|
9442
9466
|
y: number;
|
|
9443
9467
|
} | undefined;
|
|
9444
|
-
next_node?: string
|
|
9468
|
+
next_node?: string | undefined;
|
|
9445
9469
|
hidden_fields?: {
|
|
9446
9470
|
value: string;
|
|
9447
9471
|
key: string;
|
|
@@ -9517,7 +9541,7 @@ export declare const formInsertSchema: z.ZodObject<{
|
|
|
9517
9541
|
x: number;
|
|
9518
9542
|
y: number;
|
|
9519
9543
|
} | undefined;
|
|
9520
|
-
next_node?: string
|
|
9544
|
+
next_node?: string | undefined;
|
|
9521
9545
|
hidden_fields?: {
|
|
9522
9546
|
value: string;
|
|
9523
9547
|
key: string;
|
|
@@ -9534,22 +9558,22 @@ export declare const formInsertSchema: z.ZodObject<{
|
|
|
9534
9558
|
type: "FLOW";
|
|
9535
9559
|
id: string;
|
|
9536
9560
|
config: {
|
|
9537
|
-
next_node: string
|
|
9561
|
+
next_node: string;
|
|
9538
9562
|
flow_id: string;
|
|
9539
9563
|
};
|
|
9540
9564
|
coordinates: {
|
|
9541
9565
|
x: number;
|
|
9542
9566
|
y: number;
|
|
9543
9567
|
};
|
|
9544
|
-
alias
|
|
9568
|
+
alias?: string | undefined;
|
|
9545
9569
|
} | {
|
|
9546
9570
|
type: "ROUTER";
|
|
9547
9571
|
id: string;
|
|
9548
9572
|
config: {
|
|
9549
9573
|
rules: {
|
|
9550
9574
|
id: string;
|
|
9551
|
-
|
|
9552
|
-
|
|
9575
|
+
next_node: string;
|
|
9576
|
+
alias?: string | undefined;
|
|
9553
9577
|
condition?: any;
|
|
9554
9578
|
}[];
|
|
9555
9579
|
fallback: string[];
|
|
@@ -9564,13 +9588,13 @@ export declare const formInsertSchema: z.ZodObject<{
|
|
|
9564
9588
|
id: string;
|
|
9565
9589
|
config: {
|
|
9566
9590
|
components: any[];
|
|
9567
|
-
next_node: string
|
|
9591
|
+
next_node: string;
|
|
9568
9592
|
};
|
|
9569
9593
|
coordinates: {
|
|
9570
9594
|
x: number;
|
|
9571
9595
|
y: number;
|
|
9572
9596
|
};
|
|
9573
|
-
alias
|
|
9597
|
+
alias?: string | undefined;
|
|
9574
9598
|
})[] | undefined;
|
|
9575
9599
|
ending?: {
|
|
9576
9600
|
coordinates?: {
|
|
@@ -9598,7 +9622,7 @@ export declare const formInsertSchema: z.ZodObject<{
|
|
|
9598
9622
|
x: number;
|
|
9599
9623
|
y: number;
|
|
9600
9624
|
} | undefined;
|
|
9601
|
-
next_node?: string
|
|
9625
|
+
next_node?: string | undefined;
|
|
9602
9626
|
hidden_fields?: {
|
|
9603
9627
|
value: string;
|
|
9604
9628
|
key: string;
|
|
@@ -9615,22 +9639,22 @@ export declare const formInsertSchema: z.ZodObject<{
|
|
|
9615
9639
|
type: "FLOW";
|
|
9616
9640
|
id: string;
|
|
9617
9641
|
config: {
|
|
9618
|
-
next_node: string
|
|
9642
|
+
next_node: string;
|
|
9619
9643
|
flow_id: string;
|
|
9620
9644
|
};
|
|
9621
9645
|
coordinates: {
|
|
9622
9646
|
x: number;
|
|
9623
9647
|
y: number;
|
|
9624
9648
|
};
|
|
9625
|
-
alias
|
|
9649
|
+
alias?: string | undefined;
|
|
9626
9650
|
} | {
|
|
9627
9651
|
type: "ROUTER";
|
|
9628
9652
|
id: string;
|
|
9629
9653
|
config: {
|
|
9630
9654
|
rules: {
|
|
9631
9655
|
id: string;
|
|
9632
|
-
|
|
9633
|
-
|
|
9656
|
+
next_node: string;
|
|
9657
|
+
alias?: string | undefined;
|
|
9634
9658
|
condition?: any;
|
|
9635
9659
|
}[];
|
|
9636
9660
|
fallback: string[];
|
|
@@ -9645,13 +9669,13 @@ export declare const formInsertSchema: z.ZodObject<{
|
|
|
9645
9669
|
id: string;
|
|
9646
9670
|
config: {
|
|
9647
9671
|
components: any[];
|
|
9648
|
-
next_node: string
|
|
9672
|
+
next_node: string;
|
|
9649
9673
|
};
|
|
9650
9674
|
coordinates: {
|
|
9651
9675
|
x: number;
|
|
9652
9676
|
y: number;
|
|
9653
9677
|
};
|
|
9654
|
-
alias
|
|
9678
|
+
alias?: string | undefined;
|
|
9655
9679
|
})[] | undefined;
|
|
9656
9680
|
ending?: {
|
|
9657
9681
|
coordinates?: {
|
|
@@ -9715,41 +9739,41 @@ export declare const formSchema: z.ZodObject<{
|
|
|
9715
9739
|
x: number;
|
|
9716
9740
|
y: number;
|
|
9717
9741
|
}>;
|
|
9718
|
-
alias: z.ZodString
|
|
9742
|
+
alias: z.ZodOptional<z.ZodString>;
|
|
9719
9743
|
config: z.ZodObject<{
|
|
9720
9744
|
flow_id: z.ZodString;
|
|
9721
|
-
next_node: z.
|
|
9745
|
+
next_node: z.ZodString;
|
|
9722
9746
|
}, "strip", z.ZodTypeAny, {
|
|
9723
|
-
next_node: string
|
|
9747
|
+
next_node: string;
|
|
9724
9748
|
flow_id: string;
|
|
9725
9749
|
}, {
|
|
9726
|
-
next_node: string
|
|
9750
|
+
next_node: string;
|
|
9727
9751
|
flow_id: string;
|
|
9728
9752
|
}>;
|
|
9729
9753
|
}, "strip", z.ZodTypeAny, {
|
|
9730
9754
|
type: "FLOW";
|
|
9731
9755
|
id: string;
|
|
9732
9756
|
config: {
|
|
9733
|
-
next_node: string
|
|
9757
|
+
next_node: string;
|
|
9734
9758
|
flow_id: string;
|
|
9735
9759
|
};
|
|
9736
9760
|
coordinates: {
|
|
9737
9761
|
x: number;
|
|
9738
9762
|
y: number;
|
|
9739
9763
|
};
|
|
9740
|
-
alias
|
|
9764
|
+
alias?: string | undefined;
|
|
9741
9765
|
}, {
|
|
9742
9766
|
type: "FLOW";
|
|
9743
9767
|
id: string;
|
|
9744
9768
|
config: {
|
|
9745
|
-
next_node: string
|
|
9769
|
+
next_node: string;
|
|
9746
9770
|
flow_id: string;
|
|
9747
9771
|
};
|
|
9748
9772
|
coordinates: {
|
|
9749
9773
|
x: number;
|
|
9750
9774
|
y: number;
|
|
9751
9775
|
};
|
|
9752
|
-
alias
|
|
9776
|
+
alias?: string | undefined;
|
|
9753
9777
|
}>,
|
|
9754
9778
|
z.ZodObject<{
|
|
9755
9779
|
id: z.ZodString;
|
|
@@ -9768,34 +9792,34 @@ export declare const formSchema: z.ZodObject<{
|
|
|
9768
9792
|
config: z.ZodObject<{
|
|
9769
9793
|
rules: z.ZodArray<z.ZodObject<{
|
|
9770
9794
|
id: z.ZodString;
|
|
9771
|
-
alias: z.ZodString
|
|
9795
|
+
alias: z.ZodOptional<z.ZodString>;
|
|
9772
9796
|
condition: z.ZodAny;
|
|
9773
|
-
next_node: z.
|
|
9797
|
+
next_node: z.ZodString;
|
|
9774
9798
|
}, "strip", z.ZodTypeAny, {
|
|
9775
9799
|
id: string;
|
|
9776
|
-
|
|
9777
|
-
|
|
9800
|
+
next_node: string;
|
|
9801
|
+
alias?: string | undefined;
|
|
9778
9802
|
condition?: any;
|
|
9779
9803
|
}, {
|
|
9780
9804
|
id: string;
|
|
9781
|
-
|
|
9782
|
-
|
|
9805
|
+
next_node: string;
|
|
9806
|
+
alias?: string | undefined;
|
|
9783
9807
|
condition?: any;
|
|
9784
9808
|
}>, "many">;
|
|
9785
9809
|
fallback: z.ZodArray<z.ZodString, "many">;
|
|
9786
9810
|
}, "strip", z.ZodTypeAny, {
|
|
9787
9811
|
rules: {
|
|
9788
9812
|
id: string;
|
|
9789
|
-
|
|
9790
|
-
|
|
9813
|
+
next_node: string;
|
|
9814
|
+
alias?: string | undefined;
|
|
9791
9815
|
condition?: any;
|
|
9792
9816
|
}[];
|
|
9793
9817
|
fallback: string[];
|
|
9794
9818
|
}, {
|
|
9795
9819
|
rules: {
|
|
9796
9820
|
id: string;
|
|
9797
|
-
|
|
9798
|
-
|
|
9821
|
+
next_node: string;
|
|
9822
|
+
alias?: string | undefined;
|
|
9799
9823
|
condition?: any;
|
|
9800
9824
|
}[];
|
|
9801
9825
|
fallback: string[];
|
|
@@ -9806,8 +9830,8 @@ export declare const formSchema: z.ZodObject<{
|
|
|
9806
9830
|
config: {
|
|
9807
9831
|
rules: {
|
|
9808
9832
|
id: string;
|
|
9809
|
-
|
|
9810
|
-
|
|
9833
|
+
next_node: string;
|
|
9834
|
+
alias?: string | undefined;
|
|
9811
9835
|
condition?: any;
|
|
9812
9836
|
}[];
|
|
9813
9837
|
fallback: string[];
|
|
@@ -9823,8 +9847,8 @@ export declare const formSchema: z.ZodObject<{
|
|
|
9823
9847
|
config: {
|
|
9824
9848
|
rules: {
|
|
9825
9849
|
id: string;
|
|
9826
|
-
|
|
9827
|
-
|
|
9850
|
+
next_node: string;
|
|
9851
|
+
alias?: string | undefined;
|
|
9828
9852
|
condition?: any;
|
|
9829
9853
|
}[];
|
|
9830
9854
|
fallback: string[];
|
|
@@ -9848,41 +9872,41 @@ export declare const formSchema: z.ZodObject<{
|
|
|
9848
9872
|
x: number;
|
|
9849
9873
|
y: number;
|
|
9850
9874
|
}>;
|
|
9851
|
-
alias: z.ZodString
|
|
9875
|
+
alias: z.ZodOptional<z.ZodString>;
|
|
9852
9876
|
config: z.ZodObject<{
|
|
9853
9877
|
components: z.ZodArray<z.ZodAny, "many">;
|
|
9854
|
-
next_node: z.
|
|
9878
|
+
next_node: z.ZodString;
|
|
9855
9879
|
}, "strip", z.ZodTypeAny, {
|
|
9856
9880
|
components: any[];
|
|
9857
|
-
next_node: string
|
|
9881
|
+
next_node: string;
|
|
9858
9882
|
}, {
|
|
9859
9883
|
components: any[];
|
|
9860
|
-
next_node: string
|
|
9884
|
+
next_node: string;
|
|
9861
9885
|
}>;
|
|
9862
9886
|
}, "strip", z.ZodTypeAny, {
|
|
9863
9887
|
type: "STEP";
|
|
9864
9888
|
id: string;
|
|
9865
9889
|
config: {
|
|
9866
9890
|
components: any[];
|
|
9867
|
-
next_node: string
|
|
9891
|
+
next_node: string;
|
|
9868
9892
|
};
|
|
9869
9893
|
coordinates: {
|
|
9870
9894
|
x: number;
|
|
9871
9895
|
y: number;
|
|
9872
9896
|
};
|
|
9873
|
-
alias
|
|
9897
|
+
alias?: string | undefined;
|
|
9874
9898
|
}, {
|
|
9875
9899
|
type: "STEP";
|
|
9876
9900
|
id: string;
|
|
9877
9901
|
config: {
|
|
9878
9902
|
components: any[];
|
|
9879
|
-
next_node: string
|
|
9903
|
+
next_node: string;
|
|
9880
9904
|
};
|
|
9881
9905
|
coordinates: {
|
|
9882
9906
|
x: number;
|
|
9883
9907
|
y: number;
|
|
9884
9908
|
};
|
|
9885
|
-
alias
|
|
9909
|
+
alias?: string | undefined;
|
|
9886
9910
|
}>
|
|
9887
9911
|
]>, "many">>;
|
|
9888
9912
|
start: z.ZodOptional<z.ZodObject<{
|
|
@@ -9896,7 +9920,7 @@ export declare const formSchema: z.ZodObject<{
|
|
|
9896
9920
|
value: string;
|
|
9897
9921
|
key: string;
|
|
9898
9922
|
}>, "many">>;
|
|
9899
|
-
next_node: z.ZodOptional<z.
|
|
9923
|
+
next_node: z.ZodOptional<z.ZodString>;
|
|
9900
9924
|
coordinates: z.ZodOptional<z.ZodObject<{
|
|
9901
9925
|
x: z.ZodNumber;
|
|
9902
9926
|
y: z.ZodNumber;
|
|
@@ -9912,7 +9936,7 @@ export declare const formSchema: z.ZodObject<{
|
|
|
9912
9936
|
x: number;
|
|
9913
9937
|
y: number;
|
|
9914
9938
|
} | undefined;
|
|
9915
|
-
next_node?: string
|
|
9939
|
+
next_node?: string | undefined;
|
|
9916
9940
|
hidden_fields?: {
|
|
9917
9941
|
value: string;
|
|
9918
9942
|
key: string;
|
|
@@ -9922,7 +9946,7 @@ export declare const formSchema: z.ZodObject<{
|
|
|
9922
9946
|
x: number;
|
|
9923
9947
|
y: number;
|
|
9924
9948
|
} | undefined;
|
|
9925
|
-
next_node?: string
|
|
9949
|
+
next_node?: string | undefined;
|
|
9926
9950
|
hidden_fields?: {
|
|
9927
9951
|
value: string;
|
|
9928
9952
|
key: string;
|
|
@@ -10003,7 +10027,7 @@ export declare const formSchema: z.ZodObject<{
|
|
|
10003
10027
|
x: number;
|
|
10004
10028
|
y: number;
|
|
10005
10029
|
} | undefined;
|
|
10006
|
-
next_node?: string
|
|
10030
|
+
next_node?: string | undefined;
|
|
10007
10031
|
hidden_fields?: {
|
|
10008
10032
|
value: string;
|
|
10009
10033
|
key: string;
|
|
@@ -10020,22 +10044,22 @@ export declare const formSchema: z.ZodObject<{
|
|
|
10020
10044
|
type: "FLOW";
|
|
10021
10045
|
id: string;
|
|
10022
10046
|
config: {
|
|
10023
|
-
next_node: string
|
|
10047
|
+
next_node: string;
|
|
10024
10048
|
flow_id: string;
|
|
10025
10049
|
};
|
|
10026
10050
|
coordinates: {
|
|
10027
10051
|
x: number;
|
|
10028
10052
|
y: number;
|
|
10029
10053
|
};
|
|
10030
|
-
alias
|
|
10054
|
+
alias?: string | undefined;
|
|
10031
10055
|
} | {
|
|
10032
10056
|
type: "ROUTER";
|
|
10033
10057
|
id: string;
|
|
10034
10058
|
config: {
|
|
10035
10059
|
rules: {
|
|
10036
10060
|
id: string;
|
|
10037
|
-
|
|
10038
|
-
|
|
10061
|
+
next_node: string;
|
|
10062
|
+
alias?: string | undefined;
|
|
10039
10063
|
condition?: any;
|
|
10040
10064
|
}[];
|
|
10041
10065
|
fallback: string[];
|
|
@@ -10050,13 +10074,13 @@ export declare const formSchema: z.ZodObject<{
|
|
|
10050
10074
|
id: string;
|
|
10051
10075
|
config: {
|
|
10052
10076
|
components: any[];
|
|
10053
|
-
next_node: string
|
|
10077
|
+
next_node: string;
|
|
10054
10078
|
};
|
|
10055
10079
|
coordinates: {
|
|
10056
10080
|
x: number;
|
|
10057
10081
|
y: number;
|
|
10058
10082
|
};
|
|
10059
|
-
alias
|
|
10083
|
+
alias?: string | undefined;
|
|
10060
10084
|
})[] | undefined;
|
|
10061
10085
|
ending?: {
|
|
10062
10086
|
coordinates?: {
|
|
@@ -10087,7 +10111,7 @@ export declare const formSchema: z.ZodObject<{
|
|
|
10087
10111
|
x: number;
|
|
10088
10112
|
y: number;
|
|
10089
10113
|
} | undefined;
|
|
10090
|
-
next_node?: string
|
|
10114
|
+
next_node?: string | undefined;
|
|
10091
10115
|
hidden_fields?: {
|
|
10092
10116
|
value: string;
|
|
10093
10117
|
key: string;
|
|
@@ -10104,22 +10128,22 @@ export declare const formSchema: z.ZodObject<{
|
|
|
10104
10128
|
type: "FLOW";
|
|
10105
10129
|
id: string;
|
|
10106
10130
|
config: {
|
|
10107
|
-
next_node: string
|
|
10131
|
+
next_node: string;
|
|
10108
10132
|
flow_id: string;
|
|
10109
10133
|
};
|
|
10110
10134
|
coordinates: {
|
|
10111
10135
|
x: number;
|
|
10112
10136
|
y: number;
|
|
10113
10137
|
};
|
|
10114
|
-
alias
|
|
10138
|
+
alias?: string | undefined;
|
|
10115
10139
|
} | {
|
|
10116
10140
|
type: "ROUTER";
|
|
10117
10141
|
id: string;
|
|
10118
10142
|
config: {
|
|
10119
10143
|
rules: {
|
|
10120
10144
|
id: string;
|
|
10121
|
-
|
|
10122
|
-
|
|
10145
|
+
next_node: string;
|
|
10146
|
+
alias?: string | undefined;
|
|
10123
10147
|
condition?: any;
|
|
10124
10148
|
}[];
|
|
10125
10149
|
fallback: string[];
|
|
@@ -10134,13 +10158,13 @@ export declare const formSchema: z.ZodObject<{
|
|
|
10134
10158
|
id: string;
|
|
10135
10159
|
config: {
|
|
10136
10160
|
components: any[];
|
|
10137
|
-
next_node: string
|
|
10161
|
+
next_node: string;
|
|
10138
10162
|
};
|
|
10139
10163
|
coordinates: {
|
|
10140
10164
|
x: number;
|
|
10141
10165
|
y: number;
|
|
10142
10166
|
};
|
|
10143
|
-
alias
|
|
10167
|
+
alias?: string | undefined;
|
|
10144
10168
|
})[] | undefined;
|
|
10145
10169
|
ending?: {
|
|
10146
10170
|
coordinates?: {
|
|
@@ -13345,7 +13369,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13345
13369
|
x: number;
|
|
13346
13370
|
y: number;
|
|
13347
13371
|
} | undefined;
|
|
13348
|
-
next_node?: string
|
|
13372
|
+
next_node?: string | undefined | undefined;
|
|
13349
13373
|
hidden_fields?: {
|
|
13350
13374
|
value: string;
|
|
13351
13375
|
key: string;
|
|
@@ -13362,22 +13386,22 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13362
13386
|
type: "FLOW";
|
|
13363
13387
|
id: string;
|
|
13364
13388
|
config: {
|
|
13365
|
-
next_node: string
|
|
13389
|
+
next_node: string;
|
|
13366
13390
|
flow_id: string;
|
|
13367
13391
|
};
|
|
13368
13392
|
coordinates: {
|
|
13369
13393
|
x: number;
|
|
13370
13394
|
y: number;
|
|
13371
13395
|
};
|
|
13372
|
-
alias
|
|
13396
|
+
alias?: string | undefined | undefined;
|
|
13373
13397
|
} | {
|
|
13374
13398
|
type: "ROUTER";
|
|
13375
13399
|
id: string;
|
|
13376
13400
|
config: {
|
|
13377
13401
|
rules: {
|
|
13378
13402
|
id: string;
|
|
13379
|
-
|
|
13380
|
-
|
|
13403
|
+
next_node: string;
|
|
13404
|
+
alias?: string | undefined | undefined;
|
|
13381
13405
|
condition?: any;
|
|
13382
13406
|
}[];
|
|
13383
13407
|
fallback: string[];
|
|
@@ -13392,13 +13416,13 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13392
13416
|
id: string;
|
|
13393
13417
|
config: {
|
|
13394
13418
|
components: any[];
|
|
13395
|
-
next_node: string
|
|
13419
|
+
next_node: string;
|
|
13396
13420
|
};
|
|
13397
13421
|
coordinates: {
|
|
13398
13422
|
x: number;
|
|
13399
13423
|
y: number;
|
|
13400
13424
|
};
|
|
13401
|
-
alias
|
|
13425
|
+
alias?: string | undefined | undefined;
|
|
13402
13426
|
})[] | undefined;
|
|
13403
13427
|
ending?: {
|
|
13404
13428
|
coordinates?: {
|
|
@@ -13439,7 +13463,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13439
13463
|
x: number;
|
|
13440
13464
|
y: number;
|
|
13441
13465
|
} | undefined;
|
|
13442
|
-
next_node?: string
|
|
13466
|
+
next_node?: string | undefined | undefined;
|
|
13443
13467
|
hidden_fields?: {
|
|
13444
13468
|
value: string;
|
|
13445
13469
|
key: string;
|
|
@@ -13456,22 +13480,22 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13456
13480
|
type: "FLOW";
|
|
13457
13481
|
id: string;
|
|
13458
13482
|
config: {
|
|
13459
|
-
next_node: string
|
|
13483
|
+
next_node: string;
|
|
13460
13484
|
flow_id: string;
|
|
13461
13485
|
};
|
|
13462
13486
|
coordinates: {
|
|
13463
13487
|
x: number;
|
|
13464
13488
|
y: number;
|
|
13465
13489
|
};
|
|
13466
|
-
alias
|
|
13490
|
+
alias?: string | undefined | undefined;
|
|
13467
13491
|
} | {
|
|
13468
13492
|
type: "ROUTER";
|
|
13469
13493
|
id: string;
|
|
13470
13494
|
config: {
|
|
13471
13495
|
rules: {
|
|
13472
13496
|
id: string;
|
|
13473
|
-
|
|
13474
|
-
|
|
13497
|
+
next_node: string;
|
|
13498
|
+
alias?: string | undefined | undefined;
|
|
13475
13499
|
condition?: any;
|
|
13476
13500
|
}[];
|
|
13477
13501
|
fallback: string[];
|
|
@@ -13486,13 +13510,13 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13486
13510
|
id: string;
|
|
13487
13511
|
config: {
|
|
13488
13512
|
components: any[];
|
|
13489
|
-
next_node: string
|
|
13513
|
+
next_node: string;
|
|
13490
13514
|
};
|
|
13491
13515
|
coordinates: {
|
|
13492
13516
|
x: number;
|
|
13493
13517
|
y: number;
|
|
13494
13518
|
};
|
|
13495
|
-
alias
|
|
13519
|
+
alias?: string | undefined | undefined;
|
|
13496
13520
|
})[] | undefined;
|
|
13497
13521
|
ending?: {
|
|
13498
13522
|
coordinates?: {
|
|
@@ -13547,7 +13571,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13547
13571
|
x: number;
|
|
13548
13572
|
y: number;
|
|
13549
13573
|
} | undefined;
|
|
13550
|
-
next_node?: string
|
|
13574
|
+
next_node?: string | undefined | undefined;
|
|
13551
13575
|
hidden_fields?: {
|
|
13552
13576
|
value: string;
|
|
13553
13577
|
key: string;
|
|
@@ -13564,22 +13588,22 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13564
13588
|
type: "FLOW";
|
|
13565
13589
|
id: string;
|
|
13566
13590
|
config: {
|
|
13567
|
-
next_node: string
|
|
13591
|
+
next_node: string;
|
|
13568
13592
|
flow_id: string;
|
|
13569
13593
|
};
|
|
13570
13594
|
coordinates: {
|
|
13571
13595
|
x: number;
|
|
13572
13596
|
y: number;
|
|
13573
13597
|
};
|
|
13574
|
-
alias
|
|
13598
|
+
alias?: string | undefined | undefined;
|
|
13575
13599
|
} | {
|
|
13576
13600
|
type: "ROUTER";
|
|
13577
13601
|
id: string;
|
|
13578
13602
|
config: {
|
|
13579
13603
|
rules: {
|
|
13580
13604
|
id: string;
|
|
13581
|
-
|
|
13582
|
-
|
|
13605
|
+
next_node: string;
|
|
13606
|
+
alias?: string | undefined | undefined;
|
|
13583
13607
|
condition?: any;
|
|
13584
13608
|
}[];
|
|
13585
13609
|
fallback: string[];
|
|
@@ -13594,13 +13618,13 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13594
13618
|
id: string;
|
|
13595
13619
|
config: {
|
|
13596
13620
|
components: any[];
|
|
13597
|
-
next_node: string
|
|
13621
|
+
next_node: string;
|
|
13598
13622
|
};
|
|
13599
13623
|
coordinates: {
|
|
13600
13624
|
x: number;
|
|
13601
13625
|
y: number;
|
|
13602
13626
|
};
|
|
13603
|
-
alias
|
|
13627
|
+
alias?: string | undefined | undefined;
|
|
13604
13628
|
})[] | undefined;
|
|
13605
13629
|
ending?: {
|
|
13606
13630
|
coordinates?: {
|
|
@@ -13668,7 +13692,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13668
13692
|
x: number;
|
|
13669
13693
|
y: number;
|
|
13670
13694
|
} | undefined;
|
|
13671
|
-
next_node?: string
|
|
13695
|
+
next_node?: string | undefined;
|
|
13672
13696
|
hidden_fields?: {
|
|
13673
13697
|
value: string;
|
|
13674
13698
|
key: string;
|
|
@@ -13685,22 +13709,22 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13685
13709
|
type: "FLOW";
|
|
13686
13710
|
id: string;
|
|
13687
13711
|
config: {
|
|
13688
|
-
next_node: string
|
|
13712
|
+
next_node: string;
|
|
13689
13713
|
flow_id: string;
|
|
13690
13714
|
};
|
|
13691
13715
|
coordinates: {
|
|
13692
13716
|
x: number;
|
|
13693
13717
|
y: number;
|
|
13694
13718
|
};
|
|
13695
|
-
alias
|
|
13719
|
+
alias?: string | undefined;
|
|
13696
13720
|
} | {
|
|
13697
13721
|
type: "ROUTER";
|
|
13698
13722
|
id: string;
|
|
13699
13723
|
config: {
|
|
13700
13724
|
rules: {
|
|
13701
13725
|
id: string;
|
|
13702
|
-
|
|
13703
|
-
|
|
13726
|
+
next_node: string;
|
|
13727
|
+
alias?: string | undefined;
|
|
13704
13728
|
condition?: any;
|
|
13705
13729
|
}[];
|
|
13706
13730
|
fallback: string[];
|
|
@@ -13715,13 +13739,13 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13715
13739
|
id: string;
|
|
13716
13740
|
config: {
|
|
13717
13741
|
components: any[];
|
|
13718
|
-
next_node: string
|
|
13742
|
+
next_node: string;
|
|
13719
13743
|
};
|
|
13720
13744
|
coordinates: {
|
|
13721
13745
|
x: number;
|
|
13722
13746
|
y: number;
|
|
13723
13747
|
};
|
|
13724
|
-
alias
|
|
13748
|
+
alias?: string | undefined;
|
|
13725
13749
|
})[] | undefined;
|
|
13726
13750
|
ending?: {
|
|
13727
13751
|
coordinates?: {
|
|
@@ -13754,7 +13778,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13754
13778
|
x: number;
|
|
13755
13779
|
y: number;
|
|
13756
13780
|
} | undefined;
|
|
13757
|
-
next_node?: string
|
|
13781
|
+
next_node?: string | undefined | undefined;
|
|
13758
13782
|
hidden_fields?: {
|
|
13759
13783
|
value: string;
|
|
13760
13784
|
key: string;
|
|
@@ -13771,22 +13795,22 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13771
13795
|
type: "FLOW";
|
|
13772
13796
|
id: string;
|
|
13773
13797
|
config: {
|
|
13774
|
-
next_node: string
|
|
13798
|
+
next_node: string;
|
|
13775
13799
|
flow_id: string;
|
|
13776
13800
|
};
|
|
13777
13801
|
coordinates: {
|
|
13778
13802
|
x: number;
|
|
13779
13803
|
y: number;
|
|
13780
13804
|
};
|
|
13781
|
-
alias
|
|
13805
|
+
alias?: string | undefined | undefined;
|
|
13782
13806
|
} | {
|
|
13783
13807
|
type: "ROUTER";
|
|
13784
13808
|
id: string;
|
|
13785
13809
|
config: {
|
|
13786
13810
|
rules: {
|
|
13787
13811
|
id: string;
|
|
13788
|
-
|
|
13789
|
-
|
|
13812
|
+
next_node: string;
|
|
13813
|
+
alias?: string | undefined | undefined;
|
|
13790
13814
|
condition?: any;
|
|
13791
13815
|
}[];
|
|
13792
13816
|
fallback: string[];
|
|
@@ -13801,13 +13825,13 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13801
13825
|
id: string;
|
|
13802
13826
|
config: {
|
|
13803
13827
|
components: any[];
|
|
13804
|
-
next_node: string
|
|
13828
|
+
next_node: string;
|
|
13805
13829
|
};
|
|
13806
13830
|
coordinates: {
|
|
13807
13831
|
x: number;
|
|
13808
13832
|
y: number;
|
|
13809
13833
|
};
|
|
13810
|
-
alias
|
|
13834
|
+
alias?: string | undefined | undefined;
|
|
13811
13835
|
})[] | undefined;
|
|
13812
13836
|
ending?: {
|
|
13813
13837
|
coordinates?: {
|
|
@@ -13854,7 +13878,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13854
13878
|
x: number;
|
|
13855
13879
|
y: number;
|
|
13856
13880
|
} | undefined;
|
|
13857
|
-
next_node?: string
|
|
13881
|
+
next_node?: string | undefined;
|
|
13858
13882
|
hidden_fields?: {
|
|
13859
13883
|
value: string;
|
|
13860
13884
|
key: string;
|
|
@@ -13871,22 +13895,22 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13871
13895
|
type: "FLOW";
|
|
13872
13896
|
id: string;
|
|
13873
13897
|
config: {
|
|
13874
|
-
next_node: string
|
|
13898
|
+
next_node: string;
|
|
13875
13899
|
flow_id: string;
|
|
13876
13900
|
};
|
|
13877
13901
|
coordinates: {
|
|
13878
13902
|
x: number;
|
|
13879
13903
|
y: number;
|
|
13880
13904
|
};
|
|
13881
|
-
alias
|
|
13905
|
+
alias?: string | undefined;
|
|
13882
13906
|
} | {
|
|
13883
13907
|
type: "ROUTER";
|
|
13884
13908
|
id: string;
|
|
13885
13909
|
config: {
|
|
13886
13910
|
rules: {
|
|
13887
13911
|
id: string;
|
|
13888
|
-
|
|
13889
|
-
|
|
13912
|
+
next_node: string;
|
|
13913
|
+
alias?: string | undefined;
|
|
13890
13914
|
condition?: any;
|
|
13891
13915
|
}[];
|
|
13892
13916
|
fallback: string[];
|
|
@@ -13901,13 +13925,13 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13901
13925
|
id: string;
|
|
13902
13926
|
config: {
|
|
13903
13927
|
components: any[];
|
|
13904
|
-
next_node: string
|
|
13928
|
+
next_node: string;
|
|
13905
13929
|
};
|
|
13906
13930
|
coordinates: {
|
|
13907
13931
|
x: number;
|
|
13908
13932
|
y: number;
|
|
13909
13933
|
};
|
|
13910
|
-
alias
|
|
13934
|
+
alias?: string | undefined;
|
|
13911
13935
|
})[] | undefined;
|
|
13912
13936
|
ending?: {
|
|
13913
13937
|
coordinates?: {
|
|
@@ -13940,7 +13964,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13940
13964
|
x: number;
|
|
13941
13965
|
y: number;
|
|
13942
13966
|
} | undefined;
|
|
13943
|
-
next_node?: string
|
|
13967
|
+
next_node?: string | undefined | undefined;
|
|
13944
13968
|
hidden_fields?: {
|
|
13945
13969
|
value: string;
|
|
13946
13970
|
key: string;
|
|
@@ -13957,22 +13981,22 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13957
13981
|
type: "FLOW";
|
|
13958
13982
|
id: string;
|
|
13959
13983
|
config: {
|
|
13960
|
-
next_node: string
|
|
13984
|
+
next_node: string;
|
|
13961
13985
|
flow_id: string;
|
|
13962
13986
|
};
|
|
13963
13987
|
coordinates: {
|
|
13964
13988
|
x: number;
|
|
13965
13989
|
y: number;
|
|
13966
13990
|
};
|
|
13967
|
-
alias
|
|
13991
|
+
alias?: string | undefined | undefined;
|
|
13968
13992
|
} | {
|
|
13969
13993
|
type: "ROUTER";
|
|
13970
13994
|
id: string;
|
|
13971
13995
|
config: {
|
|
13972
13996
|
rules: {
|
|
13973
13997
|
id: string;
|
|
13974
|
-
|
|
13975
|
-
|
|
13998
|
+
next_node: string;
|
|
13999
|
+
alias?: string | undefined | undefined;
|
|
13976
14000
|
condition?: any;
|
|
13977
14001
|
}[];
|
|
13978
14002
|
fallback: string[];
|
|
@@ -13987,13 +14011,13 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13987
14011
|
id: string;
|
|
13988
14012
|
config: {
|
|
13989
14013
|
components: any[];
|
|
13990
|
-
next_node: string
|
|
14014
|
+
next_node: string;
|
|
13991
14015
|
};
|
|
13992
14016
|
coordinates: {
|
|
13993
14017
|
x: number;
|
|
13994
14018
|
y: number;
|
|
13995
14019
|
};
|
|
13996
|
-
alias
|
|
14020
|
+
alias?: string | undefined | undefined;
|
|
13997
14021
|
})[] | undefined;
|
|
13998
14022
|
ending?: {
|
|
13999
14023
|
coordinates?: {
|