authhero 4.49.0 → 4.51.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/assets/u/widget/authhero-widget.esm.js +1 -1
- package/dist/assets/u/widget/index.esm.js +1 -1
- package/dist/assets/u/widget/{p-df99a4ad.entry.js → p-bb3657ce.entry.js} +1 -1
- package/dist/assets/u/widget/p-d51d4535.entry.js +1 -0
- package/dist/authhero.cjs +69 -71
- package/dist/authhero.d.ts +192 -53
- package/dist/authhero.mjs +7405 -7106
- package/dist/stats.html +1 -1
- package/package.json +4 -4
- package/dist/assets/u/widget/p-a4fd5f18.entry.js +0 -1
package/dist/authhero.d.ts
CHANGED
|
@@ -13091,19 +13091,29 @@ declare const dividerComponent: z.ZodObject<{
|
|
|
13091
13091
|
category: z.ZodOptional<z.ZodLiteral<"BLOCK">>;
|
|
13092
13092
|
} & {
|
|
13093
13093
|
type: z.ZodLiteral<"DIVIDER">;
|
|
13094
|
-
config: z.ZodOptional<z.ZodObject<{
|
|
13094
|
+
config: z.ZodOptional<z.ZodObject<{
|
|
13095
|
+
text: z.ZodOptional<z.ZodString>;
|
|
13096
|
+
}, "strip", z.ZodTypeAny, {
|
|
13097
|
+
text?: string | undefined;
|
|
13098
|
+
}, {
|
|
13099
|
+
text?: string | undefined;
|
|
13100
|
+
}>>;
|
|
13095
13101
|
}, "strip", z.ZodTypeAny, {
|
|
13096
13102
|
type: "DIVIDER";
|
|
13097
13103
|
id: string;
|
|
13098
13104
|
visible: boolean;
|
|
13099
13105
|
category?: "BLOCK" | undefined;
|
|
13100
|
-
config?: {
|
|
13106
|
+
config?: {
|
|
13107
|
+
text?: string | undefined;
|
|
13108
|
+
} | undefined;
|
|
13101
13109
|
order?: number | undefined;
|
|
13102
13110
|
}, {
|
|
13103
13111
|
type: "DIVIDER";
|
|
13104
13112
|
id: string;
|
|
13105
13113
|
category?: "BLOCK" | undefined;
|
|
13106
|
-
config?: {
|
|
13114
|
+
config?: {
|
|
13115
|
+
text?: string | undefined;
|
|
13116
|
+
} | undefined;
|
|
13107
13117
|
order?: number | undefined;
|
|
13108
13118
|
visible?: boolean | undefined;
|
|
13109
13119
|
}>;
|
|
@@ -14513,19 +14523,29 @@ export declare const blockComponentSchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
14513
14523
|
category: z.ZodOptional<z.ZodLiteral<"BLOCK">>;
|
|
14514
14524
|
} & {
|
|
14515
14525
|
type: z.ZodLiteral<"DIVIDER">;
|
|
14516
|
-
config: z.ZodOptional<z.ZodObject<{
|
|
14526
|
+
config: z.ZodOptional<z.ZodObject<{
|
|
14527
|
+
text: z.ZodOptional<z.ZodString>;
|
|
14528
|
+
}, "strip", z.ZodTypeAny, {
|
|
14529
|
+
text?: string | undefined;
|
|
14530
|
+
}, {
|
|
14531
|
+
text?: string | undefined;
|
|
14532
|
+
}>>;
|
|
14517
14533
|
}, "strip", z.ZodTypeAny, {
|
|
14518
14534
|
type: "DIVIDER";
|
|
14519
14535
|
id: string;
|
|
14520
14536
|
visible: boolean;
|
|
14521
14537
|
category?: "BLOCK" | undefined;
|
|
14522
|
-
config?: {
|
|
14538
|
+
config?: {
|
|
14539
|
+
text?: string | undefined;
|
|
14540
|
+
} | undefined;
|
|
14523
14541
|
order?: number | undefined;
|
|
14524
14542
|
}, {
|
|
14525
14543
|
type: "DIVIDER";
|
|
14526
14544
|
id: string;
|
|
14527
14545
|
category?: "BLOCK" | undefined;
|
|
14528
|
-
config?: {
|
|
14546
|
+
config?: {
|
|
14547
|
+
text?: string | undefined;
|
|
14548
|
+
} | undefined;
|
|
14529
14549
|
order?: number | undefined;
|
|
14530
14550
|
visible?: boolean | undefined;
|
|
14531
14551
|
}>,
|
|
@@ -15981,19 +16001,29 @@ export declare const formNodeComponentDefinition: z.ZodUnion<[
|
|
|
15981
16001
|
category: z.ZodOptional<z.ZodLiteral<"BLOCK">>;
|
|
15982
16002
|
} & {
|
|
15983
16003
|
type: z.ZodLiteral<"DIVIDER">;
|
|
15984
|
-
config: z.ZodOptional<z.ZodObject<{
|
|
16004
|
+
config: z.ZodOptional<z.ZodObject<{
|
|
16005
|
+
text: z.ZodOptional<z.ZodString>;
|
|
16006
|
+
}, "strip", z.ZodTypeAny, {
|
|
16007
|
+
text?: string | undefined;
|
|
16008
|
+
}, {
|
|
16009
|
+
text?: string | undefined;
|
|
16010
|
+
}>>;
|
|
15985
16011
|
}, "strip", z.ZodTypeAny, {
|
|
15986
16012
|
type: "DIVIDER";
|
|
15987
16013
|
id: string;
|
|
15988
16014
|
visible: boolean;
|
|
15989
16015
|
category?: "BLOCK" | undefined;
|
|
15990
|
-
config?: {
|
|
16016
|
+
config?: {
|
|
16017
|
+
text?: string | undefined;
|
|
16018
|
+
} | undefined;
|
|
15991
16019
|
order?: number | undefined;
|
|
15992
16020
|
}, {
|
|
15993
16021
|
type: "DIVIDER";
|
|
15994
16022
|
id: string;
|
|
15995
16023
|
category?: "BLOCK" | undefined;
|
|
15996
|
-
config?: {
|
|
16024
|
+
config?: {
|
|
16025
|
+
text?: string | undefined;
|
|
16026
|
+
} | undefined;
|
|
15997
16027
|
order?: number | undefined;
|
|
15998
16028
|
visible?: boolean | undefined;
|
|
15999
16029
|
}>,
|
|
@@ -17658,19 +17688,29 @@ declare const stepNodeSchema$1: z.ZodObject<{
|
|
|
17658
17688
|
category: z.ZodOptional<z.ZodLiteral<"BLOCK">>;
|
|
17659
17689
|
} & {
|
|
17660
17690
|
type: z.ZodLiteral<"DIVIDER">;
|
|
17661
|
-
config: z.ZodOptional<z.ZodObject<{
|
|
17691
|
+
config: z.ZodOptional<z.ZodObject<{
|
|
17692
|
+
text: z.ZodOptional<z.ZodString>;
|
|
17693
|
+
}, "strip", z.ZodTypeAny, {
|
|
17694
|
+
text?: string | undefined;
|
|
17695
|
+
}, {
|
|
17696
|
+
text?: string | undefined;
|
|
17697
|
+
}>>;
|
|
17662
17698
|
}, "strip", z.ZodTypeAny, {
|
|
17663
17699
|
type: "DIVIDER";
|
|
17664
17700
|
id: string;
|
|
17665
17701
|
visible: boolean;
|
|
17666
17702
|
category?: "BLOCK" | undefined;
|
|
17667
|
-
config?: {
|
|
17703
|
+
config?: {
|
|
17704
|
+
text?: string | undefined;
|
|
17705
|
+
} | undefined;
|
|
17668
17706
|
order?: number | undefined;
|
|
17669
17707
|
}, {
|
|
17670
17708
|
type: "DIVIDER";
|
|
17671
17709
|
id: string;
|
|
17672
17710
|
category?: "BLOCK" | undefined;
|
|
17673
|
-
config?: {
|
|
17711
|
+
config?: {
|
|
17712
|
+
text?: string | undefined;
|
|
17713
|
+
} | undefined;
|
|
17674
17714
|
order?: number | undefined;
|
|
17675
17715
|
visible?: boolean | undefined;
|
|
17676
17716
|
}>,
|
|
@@ -19115,7 +19155,9 @@ declare const stepNodeSchema$1: z.ZodObject<{
|
|
|
19115
19155
|
id: string;
|
|
19116
19156
|
visible: boolean;
|
|
19117
19157
|
category?: "BLOCK" | undefined;
|
|
19118
|
-
config?: {
|
|
19158
|
+
config?: {
|
|
19159
|
+
text?: string | undefined;
|
|
19160
|
+
} | undefined;
|
|
19119
19161
|
order?: number | undefined;
|
|
19120
19162
|
} | {
|
|
19121
19163
|
type: "HTML";
|
|
@@ -19489,7 +19531,9 @@ declare const stepNodeSchema$1: z.ZodObject<{
|
|
|
19489
19531
|
type: "DIVIDER";
|
|
19490
19532
|
id: string;
|
|
19491
19533
|
category?: "BLOCK" | undefined;
|
|
19492
|
-
config?: {
|
|
19534
|
+
config?: {
|
|
19535
|
+
text?: string | undefined;
|
|
19536
|
+
} | undefined;
|
|
19493
19537
|
order?: number | undefined;
|
|
19494
19538
|
visible?: boolean | undefined;
|
|
19495
19539
|
} | {
|
|
@@ -19869,7 +19913,9 @@ declare const stepNodeSchema$1: z.ZodObject<{
|
|
|
19869
19913
|
id: string;
|
|
19870
19914
|
visible: boolean;
|
|
19871
19915
|
category?: "BLOCK" | undefined;
|
|
19872
|
-
config?: {
|
|
19916
|
+
config?: {
|
|
19917
|
+
text?: string | undefined;
|
|
19918
|
+
} | undefined;
|
|
19873
19919
|
order?: number | undefined;
|
|
19874
19920
|
} | {
|
|
19875
19921
|
type: "HTML";
|
|
@@ -20252,7 +20298,9 @@ declare const stepNodeSchema$1: z.ZodObject<{
|
|
|
20252
20298
|
type: "DIVIDER";
|
|
20253
20299
|
id: string;
|
|
20254
20300
|
category?: "BLOCK" | undefined;
|
|
20255
|
-
config?: {
|
|
20301
|
+
config?: {
|
|
20302
|
+
text?: string | undefined;
|
|
20303
|
+
} | undefined;
|
|
20256
20304
|
order?: number | undefined;
|
|
20257
20305
|
visible?: boolean | undefined;
|
|
20258
20306
|
} | {
|
|
@@ -20788,19 +20836,29 @@ export declare const formNodeSchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
20788
20836
|
category: z.ZodOptional<z.ZodLiteral<"BLOCK">>;
|
|
20789
20837
|
} & {
|
|
20790
20838
|
type: z.ZodLiteral<"DIVIDER">;
|
|
20791
|
-
config: z.ZodOptional<z.ZodObject<{
|
|
20839
|
+
config: z.ZodOptional<z.ZodObject<{
|
|
20840
|
+
text: z.ZodOptional<z.ZodString>;
|
|
20841
|
+
}, "strip", z.ZodTypeAny, {
|
|
20842
|
+
text?: string | undefined;
|
|
20843
|
+
}, {
|
|
20844
|
+
text?: string | undefined;
|
|
20845
|
+
}>>;
|
|
20792
20846
|
}, "strip", z.ZodTypeAny, {
|
|
20793
20847
|
type: "DIVIDER";
|
|
20794
20848
|
id: string;
|
|
20795
20849
|
visible: boolean;
|
|
20796
20850
|
category?: "BLOCK" | undefined;
|
|
20797
|
-
config?: {
|
|
20851
|
+
config?: {
|
|
20852
|
+
text?: string | undefined;
|
|
20853
|
+
} | undefined;
|
|
20798
20854
|
order?: number | undefined;
|
|
20799
20855
|
}, {
|
|
20800
20856
|
type: "DIVIDER";
|
|
20801
20857
|
id: string;
|
|
20802
20858
|
category?: "BLOCK" | undefined;
|
|
20803
|
-
config?: {
|
|
20859
|
+
config?: {
|
|
20860
|
+
text?: string | undefined;
|
|
20861
|
+
} | undefined;
|
|
20804
20862
|
order?: number | undefined;
|
|
20805
20863
|
visible?: boolean | undefined;
|
|
20806
20864
|
}>,
|
|
@@ -22245,7 +22303,9 @@ export declare const formNodeSchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
22245
22303
|
id: string;
|
|
22246
22304
|
visible: boolean;
|
|
22247
22305
|
category?: "BLOCK" | undefined;
|
|
22248
|
-
config?: {
|
|
22306
|
+
config?: {
|
|
22307
|
+
text?: string | undefined;
|
|
22308
|
+
} | undefined;
|
|
22249
22309
|
order?: number | undefined;
|
|
22250
22310
|
} | {
|
|
22251
22311
|
type: "HTML";
|
|
@@ -22619,7 +22679,9 @@ export declare const formNodeSchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
22619
22679
|
type: "DIVIDER";
|
|
22620
22680
|
id: string;
|
|
22621
22681
|
category?: "BLOCK" | undefined;
|
|
22622
|
-
config?: {
|
|
22682
|
+
config?: {
|
|
22683
|
+
text?: string | undefined;
|
|
22684
|
+
} | undefined;
|
|
22623
22685
|
order?: number | undefined;
|
|
22624
22686
|
visible?: boolean | undefined;
|
|
22625
22687
|
} | {
|
|
@@ -22999,7 +23061,9 @@ export declare const formNodeSchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
22999
23061
|
id: string;
|
|
23000
23062
|
visible: boolean;
|
|
23001
23063
|
category?: "BLOCK" | undefined;
|
|
23002
|
-
config?: {
|
|
23064
|
+
config?: {
|
|
23065
|
+
text?: string | undefined;
|
|
23066
|
+
} | undefined;
|
|
23003
23067
|
order?: number | undefined;
|
|
23004
23068
|
} | {
|
|
23005
23069
|
type: "HTML";
|
|
@@ -23382,7 +23446,9 @@ export declare const formNodeSchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
23382
23446
|
type: "DIVIDER";
|
|
23383
23447
|
id: string;
|
|
23384
23448
|
category?: "BLOCK" | undefined;
|
|
23385
|
-
config?: {
|
|
23449
|
+
config?: {
|
|
23450
|
+
text?: string | undefined;
|
|
23451
|
+
} | undefined;
|
|
23386
23452
|
order?: number | undefined;
|
|
23387
23453
|
visible?: boolean | undefined;
|
|
23388
23454
|
} | {
|
|
@@ -23949,19 +24015,29 @@ export declare const formInsertSchema: z.ZodObject<{
|
|
|
23949
24015
|
category: z.ZodOptional<z.ZodLiteral<"BLOCK">>;
|
|
23950
24016
|
} & {
|
|
23951
24017
|
type: z.ZodLiteral<"DIVIDER">;
|
|
23952
|
-
config: z.ZodOptional<z.ZodObject<{
|
|
24018
|
+
config: z.ZodOptional<z.ZodObject<{
|
|
24019
|
+
text: z.ZodOptional<z.ZodString>;
|
|
24020
|
+
}, "strip", z.ZodTypeAny, {
|
|
24021
|
+
text?: string | undefined;
|
|
24022
|
+
}, {
|
|
24023
|
+
text?: string | undefined;
|
|
24024
|
+
}>>;
|
|
23953
24025
|
}, "strip", z.ZodTypeAny, {
|
|
23954
24026
|
type: "DIVIDER";
|
|
23955
24027
|
id: string;
|
|
23956
24028
|
visible: boolean;
|
|
23957
24029
|
category?: "BLOCK" | undefined;
|
|
23958
|
-
config?: {
|
|
24030
|
+
config?: {
|
|
24031
|
+
text?: string | undefined;
|
|
24032
|
+
} | undefined;
|
|
23959
24033
|
order?: number | undefined;
|
|
23960
24034
|
}, {
|
|
23961
24035
|
type: "DIVIDER";
|
|
23962
24036
|
id: string;
|
|
23963
24037
|
category?: "BLOCK" | undefined;
|
|
23964
|
-
config?: {
|
|
24038
|
+
config?: {
|
|
24039
|
+
text?: string | undefined;
|
|
24040
|
+
} | undefined;
|
|
23965
24041
|
order?: number | undefined;
|
|
23966
24042
|
visible?: boolean | undefined;
|
|
23967
24043
|
}>,
|
|
@@ -25406,7 +25482,9 @@ export declare const formInsertSchema: z.ZodObject<{
|
|
|
25406
25482
|
id: string;
|
|
25407
25483
|
visible: boolean;
|
|
25408
25484
|
category?: "BLOCK" | undefined;
|
|
25409
|
-
config?: {
|
|
25485
|
+
config?: {
|
|
25486
|
+
text?: string | undefined;
|
|
25487
|
+
} | undefined;
|
|
25410
25488
|
order?: number | undefined;
|
|
25411
25489
|
} | {
|
|
25412
25490
|
type: "HTML";
|
|
@@ -25780,7 +25858,9 @@ export declare const formInsertSchema: z.ZodObject<{
|
|
|
25780
25858
|
type: "DIVIDER";
|
|
25781
25859
|
id: string;
|
|
25782
25860
|
category?: "BLOCK" | undefined;
|
|
25783
|
-
config?: {
|
|
25861
|
+
config?: {
|
|
25862
|
+
text?: string | undefined;
|
|
25863
|
+
} | undefined;
|
|
25784
25864
|
order?: number | undefined;
|
|
25785
25865
|
visible?: boolean | undefined;
|
|
25786
25866
|
} | {
|
|
@@ -26160,7 +26240,9 @@ export declare const formInsertSchema: z.ZodObject<{
|
|
|
26160
26240
|
id: string;
|
|
26161
26241
|
visible: boolean;
|
|
26162
26242
|
category?: "BLOCK" | undefined;
|
|
26163
|
-
config?: {
|
|
26243
|
+
config?: {
|
|
26244
|
+
text?: string | undefined;
|
|
26245
|
+
} | undefined;
|
|
26164
26246
|
order?: number | undefined;
|
|
26165
26247
|
} | {
|
|
26166
26248
|
type: "HTML";
|
|
@@ -26543,7 +26625,9 @@ export declare const formInsertSchema: z.ZodObject<{
|
|
|
26543
26625
|
type: "DIVIDER";
|
|
26544
26626
|
id: string;
|
|
26545
26627
|
category?: "BLOCK" | undefined;
|
|
26546
|
-
config?: {
|
|
26628
|
+
config?: {
|
|
26629
|
+
text?: string | undefined;
|
|
26630
|
+
} | undefined;
|
|
26547
26631
|
order?: number | undefined;
|
|
26548
26632
|
visible?: boolean | undefined;
|
|
26549
26633
|
} | {
|
|
@@ -27095,7 +27179,9 @@ export declare const formInsertSchema: z.ZodObject<{
|
|
|
27095
27179
|
id: string;
|
|
27096
27180
|
visible: boolean;
|
|
27097
27181
|
category?: "BLOCK" | undefined;
|
|
27098
|
-
config?: {
|
|
27182
|
+
config?: {
|
|
27183
|
+
text?: string | undefined;
|
|
27184
|
+
} | undefined;
|
|
27099
27185
|
order?: number | undefined;
|
|
27100
27186
|
} | {
|
|
27101
27187
|
type: "HTML";
|
|
@@ -27551,7 +27637,9 @@ export declare const formInsertSchema: z.ZodObject<{
|
|
|
27551
27637
|
type: "DIVIDER";
|
|
27552
27638
|
id: string;
|
|
27553
27639
|
category?: "BLOCK" | undefined;
|
|
27554
|
-
config?: {
|
|
27640
|
+
config?: {
|
|
27641
|
+
text?: string | undefined;
|
|
27642
|
+
} | undefined;
|
|
27555
27643
|
order?: number | undefined;
|
|
27556
27644
|
visible?: boolean | undefined;
|
|
27557
27645
|
} | {
|
|
@@ -28139,19 +28227,29 @@ export declare const formSchema: z.ZodObject<{
|
|
|
28139
28227
|
category: z.ZodOptional<z.ZodLiteral<"BLOCK">>;
|
|
28140
28228
|
} & {
|
|
28141
28229
|
type: z.ZodLiteral<"DIVIDER">;
|
|
28142
|
-
config: z.ZodOptional<z.ZodObject<{
|
|
28230
|
+
config: z.ZodOptional<z.ZodObject<{
|
|
28231
|
+
text: z.ZodOptional<z.ZodString>;
|
|
28232
|
+
}, "strip", z.ZodTypeAny, {
|
|
28233
|
+
text?: string | undefined;
|
|
28234
|
+
}, {
|
|
28235
|
+
text?: string | undefined;
|
|
28236
|
+
}>>;
|
|
28143
28237
|
}, "strip", z.ZodTypeAny, {
|
|
28144
28238
|
type: "DIVIDER";
|
|
28145
28239
|
id: string;
|
|
28146
28240
|
visible: boolean;
|
|
28147
28241
|
category?: "BLOCK" | undefined;
|
|
28148
|
-
config?: {
|
|
28242
|
+
config?: {
|
|
28243
|
+
text?: string | undefined;
|
|
28244
|
+
} | undefined;
|
|
28149
28245
|
order?: number | undefined;
|
|
28150
28246
|
}, {
|
|
28151
28247
|
type: "DIVIDER";
|
|
28152
28248
|
id: string;
|
|
28153
28249
|
category?: "BLOCK" | undefined;
|
|
28154
|
-
config?: {
|
|
28250
|
+
config?: {
|
|
28251
|
+
text?: string | undefined;
|
|
28252
|
+
} | undefined;
|
|
28155
28253
|
order?: number | undefined;
|
|
28156
28254
|
visible?: boolean | undefined;
|
|
28157
28255
|
}>,
|
|
@@ -29596,7 +29694,9 @@ export declare const formSchema: z.ZodObject<{
|
|
|
29596
29694
|
id: string;
|
|
29597
29695
|
visible: boolean;
|
|
29598
29696
|
category?: "BLOCK" | undefined;
|
|
29599
|
-
config?: {
|
|
29697
|
+
config?: {
|
|
29698
|
+
text?: string | undefined;
|
|
29699
|
+
} | undefined;
|
|
29600
29700
|
order?: number | undefined;
|
|
29601
29701
|
} | {
|
|
29602
29702
|
type: "HTML";
|
|
@@ -29970,7 +30070,9 @@ export declare const formSchema: z.ZodObject<{
|
|
|
29970
30070
|
type: "DIVIDER";
|
|
29971
30071
|
id: string;
|
|
29972
30072
|
category?: "BLOCK" | undefined;
|
|
29973
|
-
config?: {
|
|
30073
|
+
config?: {
|
|
30074
|
+
text?: string | undefined;
|
|
30075
|
+
} | undefined;
|
|
29974
30076
|
order?: number | undefined;
|
|
29975
30077
|
visible?: boolean | undefined;
|
|
29976
30078
|
} | {
|
|
@@ -30350,7 +30452,9 @@ export declare const formSchema: z.ZodObject<{
|
|
|
30350
30452
|
id: string;
|
|
30351
30453
|
visible: boolean;
|
|
30352
30454
|
category?: "BLOCK" | undefined;
|
|
30353
|
-
config?: {
|
|
30455
|
+
config?: {
|
|
30456
|
+
text?: string | undefined;
|
|
30457
|
+
} | undefined;
|
|
30354
30458
|
order?: number | undefined;
|
|
30355
30459
|
} | {
|
|
30356
30460
|
type: "HTML";
|
|
@@ -30733,7 +30837,9 @@ export declare const formSchema: z.ZodObject<{
|
|
|
30733
30837
|
type: "DIVIDER";
|
|
30734
30838
|
id: string;
|
|
30735
30839
|
category?: "BLOCK" | undefined;
|
|
30736
|
-
config?: {
|
|
30840
|
+
config?: {
|
|
30841
|
+
text?: string | undefined;
|
|
30842
|
+
} | undefined;
|
|
30737
30843
|
order?: number | undefined;
|
|
30738
30844
|
visible?: boolean | undefined;
|
|
30739
30845
|
} | {
|
|
@@ -31290,7 +31396,9 @@ export declare const formSchema: z.ZodObject<{
|
|
|
31290
31396
|
id: string;
|
|
31291
31397
|
visible: boolean;
|
|
31292
31398
|
category?: "BLOCK" | undefined;
|
|
31293
|
-
config?: {
|
|
31399
|
+
config?: {
|
|
31400
|
+
text?: string | undefined;
|
|
31401
|
+
} | undefined;
|
|
31294
31402
|
order?: number | undefined;
|
|
31295
31403
|
} | {
|
|
31296
31404
|
type: "HTML";
|
|
@@ -31749,7 +31857,9 @@ export declare const formSchema: z.ZodObject<{
|
|
|
31749
31857
|
type: "DIVIDER";
|
|
31750
31858
|
id: string;
|
|
31751
31859
|
category?: "BLOCK" | undefined;
|
|
31752
|
-
config?: {
|
|
31860
|
+
config?: {
|
|
31861
|
+
text?: string | undefined;
|
|
31862
|
+
} | undefined;
|
|
31753
31863
|
order?: number | undefined;
|
|
31754
31864
|
visible?: boolean | undefined;
|
|
31755
31865
|
} | {
|
|
@@ -32224,19 +32334,29 @@ export declare const uiScreenSchema: z.ZodObject<{
|
|
|
32224
32334
|
category: z.ZodOptional<z.ZodLiteral<"BLOCK">>;
|
|
32225
32335
|
} & {
|
|
32226
32336
|
type: z.ZodLiteral<"DIVIDER">;
|
|
32227
|
-
config: z.ZodOptional<z.ZodObject<{
|
|
32337
|
+
config: z.ZodOptional<z.ZodObject<{
|
|
32338
|
+
text: z.ZodOptional<z.ZodString>;
|
|
32339
|
+
}, "strip", z.ZodTypeAny, {
|
|
32340
|
+
text?: string | undefined;
|
|
32341
|
+
}, {
|
|
32342
|
+
text?: string | undefined;
|
|
32343
|
+
}>>;
|
|
32228
32344
|
}, "strip", z.ZodTypeAny, {
|
|
32229
32345
|
type: "DIVIDER";
|
|
32230
32346
|
id: string;
|
|
32231
32347
|
visible: boolean;
|
|
32232
32348
|
category?: "BLOCK" | undefined;
|
|
32233
|
-
config?: {
|
|
32349
|
+
config?: {
|
|
32350
|
+
text?: string | undefined;
|
|
32351
|
+
} | undefined;
|
|
32234
32352
|
order?: number | undefined;
|
|
32235
32353
|
}, {
|
|
32236
32354
|
type: "DIVIDER";
|
|
32237
32355
|
id: string;
|
|
32238
32356
|
category?: "BLOCK" | undefined;
|
|
32239
|
-
config?: {
|
|
32357
|
+
config?: {
|
|
32358
|
+
text?: string | undefined;
|
|
32359
|
+
} | undefined;
|
|
32240
32360
|
order?: number | undefined;
|
|
32241
32361
|
visible?: boolean | undefined;
|
|
32242
32362
|
}>,
|
|
@@ -33717,7 +33837,9 @@ export declare const uiScreenSchema: z.ZodObject<{
|
|
|
33717
33837
|
id: string;
|
|
33718
33838
|
visible: boolean;
|
|
33719
33839
|
category?: "BLOCK" | undefined;
|
|
33720
|
-
config?: {
|
|
33840
|
+
config?: {
|
|
33841
|
+
text?: string | undefined;
|
|
33842
|
+
} | undefined;
|
|
33721
33843
|
order?: number | undefined;
|
|
33722
33844
|
} | {
|
|
33723
33845
|
type: "HTML";
|
|
@@ -34107,7 +34229,9 @@ export declare const uiScreenSchema: z.ZodObject<{
|
|
|
34107
34229
|
type: "DIVIDER";
|
|
34108
34230
|
id: string;
|
|
34109
34231
|
category?: "BLOCK" | undefined;
|
|
34110
|
-
config?: {
|
|
34232
|
+
config?: {
|
|
34233
|
+
text?: string | undefined;
|
|
34234
|
+
} | undefined;
|
|
34111
34235
|
order?: number | undefined;
|
|
34112
34236
|
visible?: boolean | undefined;
|
|
34113
34237
|
} | {
|
|
@@ -43434,6 +43558,7 @@ export type TokenAPI = {
|
|
|
43434
43558
|
createServiceToken: (params: {
|
|
43435
43559
|
scope: string;
|
|
43436
43560
|
expiresInSeconds?: number;
|
|
43561
|
+
customClaims?: Record<string, unknown>;
|
|
43437
43562
|
}) => Promise<string>;
|
|
43438
43563
|
};
|
|
43439
43564
|
export type OnExecuteCredentialsExchangeAPI = {
|
|
@@ -46401,7 +46526,9 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
46401
46526
|
id: string;
|
|
46402
46527
|
visible: boolean;
|
|
46403
46528
|
category?: "BLOCK" | undefined | undefined;
|
|
46404
|
-
config?: {
|
|
46529
|
+
config?: {
|
|
46530
|
+
text?: string | undefined | undefined;
|
|
46531
|
+
} | undefined;
|
|
46405
46532
|
order?: number | undefined | undefined;
|
|
46406
46533
|
} | {
|
|
46407
46534
|
type: "HTML";
|
|
@@ -46875,7 +47002,9 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
46875
47002
|
id: string;
|
|
46876
47003
|
visible: boolean;
|
|
46877
47004
|
category?: "BLOCK" | undefined | undefined;
|
|
46878
|
-
config?: {
|
|
47005
|
+
config?: {
|
|
47006
|
+
text?: string | undefined | undefined;
|
|
47007
|
+
} | undefined;
|
|
46879
47008
|
order?: number | undefined | undefined;
|
|
46880
47009
|
} | {
|
|
46881
47010
|
type: "HTML";
|
|
@@ -47364,7 +47493,9 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
47364
47493
|
id: string;
|
|
47365
47494
|
visible: boolean;
|
|
47366
47495
|
category?: "BLOCK" | undefined | undefined;
|
|
47367
|
-
config?: {
|
|
47496
|
+
config?: {
|
|
47497
|
+
text?: string | undefined | undefined;
|
|
47498
|
+
} | undefined;
|
|
47368
47499
|
order?: number | undefined | undefined;
|
|
47369
47500
|
} | {
|
|
47370
47501
|
type: "HTML";
|
|
@@ -47864,7 +47995,9 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
47864
47995
|
type: "DIVIDER";
|
|
47865
47996
|
id: string;
|
|
47866
47997
|
category?: "BLOCK" | undefined;
|
|
47867
|
-
config?: {
|
|
47998
|
+
config?: {
|
|
47999
|
+
text?: string | undefined;
|
|
48000
|
+
} | undefined;
|
|
47868
48001
|
order?: number | undefined;
|
|
47869
48002
|
visible?: boolean | undefined;
|
|
47870
48003
|
} | {
|
|
@@ -48327,7 +48460,9 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
48327
48460
|
id: string;
|
|
48328
48461
|
visible: boolean;
|
|
48329
48462
|
category?: "BLOCK" | undefined | undefined;
|
|
48330
|
-
config?: {
|
|
48463
|
+
config?: {
|
|
48464
|
+
text?: string | undefined | undefined;
|
|
48465
|
+
} | undefined;
|
|
48331
48466
|
order?: number | undefined | undefined;
|
|
48332
48467
|
} | {
|
|
48333
48468
|
type: "HTML";
|
|
@@ -48806,7 +48941,9 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
48806
48941
|
type: "DIVIDER";
|
|
48807
48942
|
id: string;
|
|
48808
48943
|
category?: "BLOCK" | undefined;
|
|
48809
|
-
config?: {
|
|
48944
|
+
config?: {
|
|
48945
|
+
text?: string | undefined;
|
|
48946
|
+
} | undefined;
|
|
48810
48947
|
order?: number | undefined;
|
|
48811
48948
|
visible?: boolean | undefined;
|
|
48812
48949
|
} | {
|
|
@@ -49269,7 +49406,9 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
49269
49406
|
id: string;
|
|
49270
49407
|
visible: boolean;
|
|
49271
49408
|
category?: "BLOCK" | undefined | undefined;
|
|
49272
|
-
config?: {
|
|
49409
|
+
config?: {
|
|
49410
|
+
text?: string | undefined | undefined;
|
|
49411
|
+
} | undefined;
|
|
49273
49412
|
order?: number | undefined | undefined;
|
|
49274
49413
|
} | {
|
|
49275
49414
|
type: "HTML";
|