@channel.io/app-sdk-core 0.15.3 → 0.15.5
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/extensions/config.d.ts +920 -920
- package/dist/extensions/datasource.d.ts +32 -32
- package/dist/extensions/function-schemas.d.ts +528 -528
- package/dist/extensions/store.d.ts +74 -74
- package/dist/gen/channel/app/sdk/v1/common.zod.d.ts +4 -4
- package/dist/gen/channel/app/sdk/v1/extension.zod.d.ts +267 -267
- package/dist/gen/io/channel/datasource/v1/datasource.zod.d.ts +9 -9
- package/dist/schemas/index.d.ts +1 -0
- package/dist/schemas/index.d.ts.map +1 -1
- package/dist/schemas/index.js +1 -0
- package/dist/schemas/index.js.map +1 -1
- package/dist/schemas/native.d.ts +556 -0
- package/dist/schemas/native.d.ts.map +1 -0
- package/dist/schemas/native.js +101 -0
- package/dist/schemas/native.js.map +1 -0
- package/dist/types/native.d.ts +68 -0
- package/dist/types/native.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -203,12 +203,12 @@ export declare const ConfigInlineLinkProtoSchema: z.ZodObject<{
|
|
|
203
203
|
url: z.ZodOptional<z.ZodString>;
|
|
204
204
|
}, "strip", z.ZodTypeAny, {
|
|
205
205
|
url?: string | undefined;
|
|
206
|
-
label?: string | undefined;
|
|
207
206
|
key?: string | undefined;
|
|
207
|
+
label?: string | undefined;
|
|
208
208
|
}, {
|
|
209
209
|
url?: string | undefined;
|
|
210
|
-
label?: string | undefined;
|
|
211
210
|
key?: string | undefined;
|
|
211
|
+
label?: string | undefined;
|
|
212
212
|
}>;
|
|
213
213
|
export type ConfigInlineLinkProto = z.infer<typeof ConfigInlineLinkProtoSchema>;
|
|
214
214
|
export declare const ConfigValidationNoticeProtoSchema: z.ZodObject<{
|
|
@@ -286,17 +286,17 @@ export declare const ConfigChoicesSourceProtoSchema: z.ZodObject<{
|
|
|
286
286
|
}, "strip", z.ZodTypeAny, {
|
|
287
287
|
params?: Record<string, any> | undefined;
|
|
288
288
|
type?: string | undefined;
|
|
289
|
+
appId?: string | undefined;
|
|
289
290
|
functionName?: string | undefined;
|
|
290
291
|
triggerOnLoad?: boolean | undefined;
|
|
291
292
|
triggerFieldKeys?: string[] | undefined;
|
|
292
|
-
appId?: string | undefined;
|
|
293
293
|
}, {
|
|
294
294
|
params?: Record<string, any> | undefined;
|
|
295
295
|
type?: string | undefined;
|
|
296
|
+
appId?: string | undefined;
|
|
296
297
|
functionName?: string | undefined;
|
|
297
298
|
triggerOnLoad?: boolean | undefined;
|
|
298
299
|
triggerFieldKeys?: string[] | undefined;
|
|
299
|
-
appId?: string | undefined;
|
|
300
300
|
}>;
|
|
301
301
|
export type ConfigChoicesSourceProto = z.infer<typeof ConfigChoicesSourceProtoSchema>;
|
|
302
302
|
export declare const ConfigDraftResolutionParamsProtoSchema: z.ZodObject<{
|
|
@@ -336,14 +336,14 @@ export declare const ConfigResolvedValueTargetProtoSchema: z.ZodObject<{
|
|
|
336
336
|
sensitive: z.ZodOptional<z.ZodBoolean>;
|
|
337
337
|
maskType: z.ZodOptional<z.ZodString>;
|
|
338
338
|
}, "strip", z.ZodTypeAny, {
|
|
339
|
+
key?: string | undefined;
|
|
339
340
|
sensitive?: boolean | undefined;
|
|
340
341
|
maskType?: string | undefined;
|
|
341
|
-
key?: string | undefined;
|
|
342
342
|
storageClass?: string | undefined;
|
|
343
343
|
}, {
|
|
344
|
+
key?: string | undefined;
|
|
344
345
|
sensitive?: boolean | undefined;
|
|
345
346
|
maskType?: string | undefined;
|
|
346
|
-
key?: string | undefined;
|
|
347
347
|
storageClass?: string | undefined;
|
|
348
348
|
}>;
|
|
349
349
|
export type ConfigResolvedValueTargetProto = z.infer<typeof ConfigResolvedValueTargetProtoSchema>;
|
|
@@ -393,12 +393,12 @@ export declare const ConfigFieldProtoSchema: z.ZodObject<{
|
|
|
393
393
|
url: z.ZodOptional<z.ZodString>;
|
|
394
394
|
}, "strip", z.ZodTypeAny, {
|
|
395
395
|
url?: string | undefined;
|
|
396
|
-
label?: string | undefined;
|
|
397
396
|
key?: string | undefined;
|
|
397
|
+
label?: string | undefined;
|
|
398
398
|
}, {
|
|
399
399
|
url?: string | undefined;
|
|
400
|
-
label?: string | undefined;
|
|
401
400
|
key?: string | undefined;
|
|
401
|
+
label?: string | undefined;
|
|
402
402
|
}>>, "many">>;
|
|
403
403
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
404
404
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
@@ -417,14 +417,14 @@ export declare const ConfigFieldProtoSchema: z.ZodObject<{
|
|
|
417
417
|
sensitive: z.ZodOptional<z.ZodBoolean>;
|
|
418
418
|
maskType: z.ZodOptional<z.ZodString>;
|
|
419
419
|
}, "strip", z.ZodTypeAny, {
|
|
420
|
+
key?: string | undefined;
|
|
420
421
|
sensitive?: boolean | undefined;
|
|
421
422
|
maskType?: string | undefined;
|
|
422
|
-
key?: string | undefined;
|
|
423
423
|
storageClass?: string | undefined;
|
|
424
424
|
}, {
|
|
425
|
+
key?: string | undefined;
|
|
425
426
|
sensitive?: boolean | undefined;
|
|
426
427
|
maskType?: string | undefined;
|
|
427
|
-
key?: string | undefined;
|
|
428
428
|
storageClass?: string | undefined;
|
|
429
429
|
}>>>;
|
|
430
430
|
visibleWhen: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
@@ -464,17 +464,17 @@ export declare const ConfigFieldProtoSchema: z.ZodObject<{
|
|
|
464
464
|
}, "strip", z.ZodTypeAny, {
|
|
465
465
|
params?: Record<string, any> | undefined;
|
|
466
466
|
type?: string | undefined;
|
|
467
|
+
appId?: string | undefined;
|
|
467
468
|
functionName?: string | undefined;
|
|
468
469
|
triggerOnLoad?: boolean | undefined;
|
|
469
470
|
triggerFieldKeys?: string[] | undefined;
|
|
470
|
-
appId?: string | undefined;
|
|
471
471
|
}, {
|
|
472
472
|
params?: Record<string, any> | undefined;
|
|
473
473
|
type?: string | undefined;
|
|
474
|
+
appId?: string | undefined;
|
|
474
475
|
functionName?: string | undefined;
|
|
475
476
|
triggerOnLoad?: boolean | undefined;
|
|
476
477
|
triggerFieldKeys?: string[] | undefined;
|
|
477
|
-
appId?: string | undefined;
|
|
478
478
|
}>>>;
|
|
479
479
|
rows: z.ZodOptional<z.ZodNumber>;
|
|
480
480
|
maskType: z.ZodOptional<z.ZodString>;
|
|
@@ -532,6 +532,8 @@ export declare const ConfigFieldProtoSchema: z.ZodObject<{
|
|
|
532
532
|
}, "strip", z.ZodTypeAny, {
|
|
533
533
|
type?: string | undefined;
|
|
534
534
|
description?: string | undefined;
|
|
535
|
+
key?: string | undefined;
|
|
536
|
+
rows?: number | undefined;
|
|
535
537
|
required?: boolean | undefined;
|
|
536
538
|
maskType?: string | undefined;
|
|
537
539
|
placeholder?: string | undefined;
|
|
@@ -540,18 +542,17 @@ export declare const ConfigFieldProtoSchema: z.ZodObject<{
|
|
|
540
542
|
visibility?: string | undefined;
|
|
541
543
|
} | undefined;
|
|
542
544
|
label?: string | undefined;
|
|
543
|
-
key?: string | undefined;
|
|
544
545
|
storageClass?: string | undefined;
|
|
545
546
|
helperText?: string | undefined;
|
|
546
547
|
helperLinks?: {
|
|
547
548
|
url?: string | undefined;
|
|
548
|
-
label?: string | undefined;
|
|
549
549
|
key?: string | undefined;
|
|
550
|
+
label?: string | undefined;
|
|
550
551
|
}[] | undefined;
|
|
551
552
|
resolvesTo?: {
|
|
553
|
+
key?: string | undefined;
|
|
552
554
|
sensitive?: boolean | undefined;
|
|
553
555
|
maskType?: string | undefined;
|
|
554
|
-
key?: string | undefined;
|
|
555
556
|
storageClass?: string | undefined;
|
|
556
557
|
} | undefined;
|
|
557
558
|
visibleWhen?: {
|
|
@@ -568,12 +569,11 @@ export declare const ConfigFieldProtoSchema: z.ZodObject<{
|
|
|
568
569
|
choicesSource?: {
|
|
569
570
|
params?: Record<string, any> | undefined;
|
|
570
571
|
type?: string | undefined;
|
|
572
|
+
appId?: string | undefined;
|
|
571
573
|
functionName?: string | undefined;
|
|
572
574
|
triggerOnLoad?: boolean | undefined;
|
|
573
575
|
triggerFieldKeys?: string[] | undefined;
|
|
574
|
-
appId?: string | undefined;
|
|
575
576
|
} | undefined;
|
|
576
|
-
rows?: number | undefined;
|
|
577
577
|
min?: number | undefined;
|
|
578
578
|
max?: number | undefined;
|
|
579
579
|
step?: number | undefined;
|
|
@@ -608,6 +608,8 @@ export declare const ConfigFieldProtoSchema: z.ZodObject<{
|
|
|
608
608
|
}, {
|
|
609
609
|
type?: string | undefined;
|
|
610
610
|
description?: string | undefined;
|
|
611
|
+
key?: string | undefined;
|
|
612
|
+
rows?: number | undefined;
|
|
611
613
|
required?: boolean | undefined;
|
|
612
614
|
maskType?: string | undefined;
|
|
613
615
|
placeholder?: string | undefined;
|
|
@@ -616,18 +618,17 @@ export declare const ConfigFieldProtoSchema: z.ZodObject<{
|
|
|
616
618
|
visibility?: string | undefined;
|
|
617
619
|
} | undefined;
|
|
618
620
|
label?: string | undefined;
|
|
619
|
-
key?: string | undefined;
|
|
620
621
|
storageClass?: string | undefined;
|
|
621
622
|
helperText?: string | undefined;
|
|
622
623
|
helperLinks?: {
|
|
623
624
|
url?: string | undefined;
|
|
624
|
-
label?: string | undefined;
|
|
625
625
|
key?: string | undefined;
|
|
626
|
+
label?: string | undefined;
|
|
626
627
|
}[] | undefined;
|
|
627
628
|
resolvesTo?: {
|
|
629
|
+
key?: string | undefined;
|
|
628
630
|
sensitive?: boolean | undefined;
|
|
629
631
|
maskType?: string | undefined;
|
|
630
|
-
key?: string | undefined;
|
|
631
632
|
storageClass?: string | undefined;
|
|
632
633
|
} | undefined;
|
|
633
634
|
visibleWhen?: {
|
|
@@ -644,12 +645,11 @@ export declare const ConfigFieldProtoSchema: z.ZodObject<{
|
|
|
644
645
|
choicesSource?: {
|
|
645
646
|
params?: Record<string, any> | undefined;
|
|
646
647
|
type?: string | undefined;
|
|
648
|
+
appId?: string | undefined;
|
|
647
649
|
functionName?: string | undefined;
|
|
648
650
|
triggerOnLoad?: boolean | undefined;
|
|
649
651
|
triggerFieldKeys?: string[] | undefined;
|
|
650
|
-
appId?: string | undefined;
|
|
651
652
|
} | undefined;
|
|
652
|
-
rows?: number | undefined;
|
|
653
653
|
min?: number | undefined;
|
|
654
654
|
max?: number | undefined;
|
|
655
655
|
step?: number | undefined;
|
|
@@ -708,12 +708,12 @@ export declare const ConfigBlockProtoSchema: z.ZodObject<{
|
|
|
708
708
|
url: z.ZodOptional<z.ZodString>;
|
|
709
709
|
}, "strip", z.ZodTypeAny, {
|
|
710
710
|
url?: string | undefined;
|
|
711
|
-
label?: string | undefined;
|
|
712
711
|
key?: string | undefined;
|
|
712
|
+
label?: string | undefined;
|
|
713
713
|
}, {
|
|
714
714
|
url?: string | undefined;
|
|
715
|
-
label?: string | undefined;
|
|
716
715
|
key?: string | undefined;
|
|
716
|
+
label?: string | undefined;
|
|
717
717
|
}>>, "many">>;
|
|
718
718
|
tone: z.ZodOptional<z.ZodString>;
|
|
719
719
|
layout: z.ZodOptional<z.ZodString>;
|
|
@@ -729,12 +729,12 @@ export declare const ConfigBlockProtoSchema: z.ZodObject<{
|
|
|
729
729
|
url: z.ZodOptional<z.ZodString>;
|
|
730
730
|
}, "strip", z.ZodTypeAny, {
|
|
731
731
|
url?: string | undefined;
|
|
732
|
-
label?: string | undefined;
|
|
733
732
|
key?: string | undefined;
|
|
733
|
+
label?: string | undefined;
|
|
734
734
|
}, {
|
|
735
735
|
url?: string | undefined;
|
|
736
|
-
label?: string | undefined;
|
|
737
736
|
key?: string | undefined;
|
|
737
|
+
label?: string | undefined;
|
|
738
738
|
}>>, "many">>;
|
|
739
739
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
740
740
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
@@ -753,14 +753,14 @@ export declare const ConfigBlockProtoSchema: z.ZodObject<{
|
|
|
753
753
|
sensitive: z.ZodOptional<z.ZodBoolean>;
|
|
754
754
|
maskType: z.ZodOptional<z.ZodString>;
|
|
755
755
|
}, "strip", z.ZodTypeAny, {
|
|
756
|
+
key?: string | undefined;
|
|
756
757
|
sensitive?: boolean | undefined;
|
|
757
758
|
maskType?: string | undefined;
|
|
758
|
-
key?: string | undefined;
|
|
759
759
|
storageClass?: string | undefined;
|
|
760
760
|
}, {
|
|
761
|
+
key?: string | undefined;
|
|
761
762
|
sensitive?: boolean | undefined;
|
|
762
763
|
maskType?: string | undefined;
|
|
763
|
-
key?: string | undefined;
|
|
764
764
|
storageClass?: string | undefined;
|
|
765
765
|
}>>>;
|
|
766
766
|
visibleWhen: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
@@ -800,17 +800,17 @@ export declare const ConfigBlockProtoSchema: z.ZodObject<{
|
|
|
800
800
|
}, "strip", z.ZodTypeAny, {
|
|
801
801
|
params?: Record<string, any> | undefined;
|
|
802
802
|
type?: string | undefined;
|
|
803
|
+
appId?: string | undefined;
|
|
803
804
|
functionName?: string | undefined;
|
|
804
805
|
triggerOnLoad?: boolean | undefined;
|
|
805
806
|
triggerFieldKeys?: string[] | undefined;
|
|
806
|
-
appId?: string | undefined;
|
|
807
807
|
}, {
|
|
808
808
|
params?: Record<string, any> | undefined;
|
|
809
809
|
type?: string | undefined;
|
|
810
|
+
appId?: string | undefined;
|
|
810
811
|
functionName?: string | undefined;
|
|
811
812
|
triggerOnLoad?: boolean | undefined;
|
|
812
813
|
triggerFieldKeys?: string[] | undefined;
|
|
813
|
-
appId?: string | undefined;
|
|
814
814
|
}>>>;
|
|
815
815
|
rows: z.ZodOptional<z.ZodNumber>;
|
|
816
816
|
maskType: z.ZodOptional<z.ZodString>;
|
|
@@ -868,6 +868,8 @@ export declare const ConfigBlockProtoSchema: z.ZodObject<{
|
|
|
868
868
|
}, "strip", z.ZodTypeAny, {
|
|
869
869
|
type?: string | undefined;
|
|
870
870
|
description?: string | undefined;
|
|
871
|
+
key?: string | undefined;
|
|
872
|
+
rows?: number | undefined;
|
|
871
873
|
required?: boolean | undefined;
|
|
872
874
|
maskType?: string | undefined;
|
|
873
875
|
placeholder?: string | undefined;
|
|
@@ -876,18 +878,17 @@ export declare const ConfigBlockProtoSchema: z.ZodObject<{
|
|
|
876
878
|
visibility?: string | undefined;
|
|
877
879
|
} | undefined;
|
|
878
880
|
label?: string | undefined;
|
|
879
|
-
key?: string | undefined;
|
|
880
881
|
storageClass?: string | undefined;
|
|
881
882
|
helperText?: string | undefined;
|
|
882
883
|
helperLinks?: {
|
|
883
884
|
url?: string | undefined;
|
|
884
|
-
label?: string | undefined;
|
|
885
885
|
key?: string | undefined;
|
|
886
|
+
label?: string | undefined;
|
|
886
887
|
}[] | undefined;
|
|
887
888
|
resolvesTo?: {
|
|
889
|
+
key?: string | undefined;
|
|
888
890
|
sensitive?: boolean | undefined;
|
|
889
891
|
maskType?: string | undefined;
|
|
890
|
-
key?: string | undefined;
|
|
891
892
|
storageClass?: string | undefined;
|
|
892
893
|
} | undefined;
|
|
893
894
|
visibleWhen?: {
|
|
@@ -904,12 +905,11 @@ export declare const ConfigBlockProtoSchema: z.ZodObject<{
|
|
|
904
905
|
choicesSource?: {
|
|
905
906
|
params?: Record<string, any> | undefined;
|
|
906
907
|
type?: string | undefined;
|
|
908
|
+
appId?: string | undefined;
|
|
907
909
|
functionName?: string | undefined;
|
|
908
910
|
triggerOnLoad?: boolean | undefined;
|
|
909
911
|
triggerFieldKeys?: string[] | undefined;
|
|
910
|
-
appId?: string | undefined;
|
|
911
912
|
} | undefined;
|
|
912
|
-
rows?: number | undefined;
|
|
913
913
|
min?: number | undefined;
|
|
914
914
|
max?: number | undefined;
|
|
915
915
|
step?: number | undefined;
|
|
@@ -944,6 +944,8 @@ export declare const ConfigBlockProtoSchema: z.ZodObject<{
|
|
|
944
944
|
}, {
|
|
945
945
|
type?: string | undefined;
|
|
946
946
|
description?: string | undefined;
|
|
947
|
+
key?: string | undefined;
|
|
948
|
+
rows?: number | undefined;
|
|
947
949
|
required?: boolean | undefined;
|
|
948
950
|
maskType?: string | undefined;
|
|
949
951
|
placeholder?: string | undefined;
|
|
@@ -952,18 +954,17 @@ export declare const ConfigBlockProtoSchema: z.ZodObject<{
|
|
|
952
954
|
visibility?: string | undefined;
|
|
953
955
|
} | undefined;
|
|
954
956
|
label?: string | undefined;
|
|
955
|
-
key?: string | undefined;
|
|
956
957
|
storageClass?: string | undefined;
|
|
957
958
|
helperText?: string | undefined;
|
|
958
959
|
helperLinks?: {
|
|
959
960
|
url?: string | undefined;
|
|
960
|
-
label?: string | undefined;
|
|
961
961
|
key?: string | undefined;
|
|
962
|
+
label?: string | undefined;
|
|
962
963
|
}[] | undefined;
|
|
963
964
|
resolvesTo?: {
|
|
965
|
+
key?: string | undefined;
|
|
964
966
|
sensitive?: boolean | undefined;
|
|
965
967
|
maskType?: string | undefined;
|
|
966
|
-
key?: string | undefined;
|
|
967
968
|
storageClass?: string | undefined;
|
|
968
969
|
} | undefined;
|
|
969
970
|
visibleWhen?: {
|
|
@@ -980,12 +981,11 @@ export declare const ConfigBlockProtoSchema: z.ZodObject<{
|
|
|
980
981
|
choicesSource?: {
|
|
981
982
|
params?: Record<string, any> | undefined;
|
|
982
983
|
type?: string | undefined;
|
|
984
|
+
appId?: string | undefined;
|
|
983
985
|
functionName?: string | undefined;
|
|
984
986
|
triggerOnLoad?: boolean | undefined;
|
|
985
987
|
triggerFieldKeys?: string[] | undefined;
|
|
986
|
-
appId?: string | undefined;
|
|
987
988
|
} | undefined;
|
|
988
|
-
rows?: number | undefined;
|
|
989
989
|
min?: number | undefined;
|
|
990
990
|
max?: number | undefined;
|
|
991
991
|
step?: number | undefined;
|
|
@@ -1040,14 +1040,14 @@ export declare const ConfigBlockProtoSchema: z.ZodObject<{
|
|
|
1040
1040
|
sensitive: z.ZodOptional<z.ZodBoolean>;
|
|
1041
1041
|
maskType: z.ZodOptional<z.ZodString>;
|
|
1042
1042
|
}, "strip", z.ZodTypeAny, {
|
|
1043
|
+
key?: string | undefined;
|
|
1043
1044
|
sensitive?: boolean | undefined;
|
|
1044
1045
|
maskType?: string | undefined;
|
|
1045
|
-
key?: string | undefined;
|
|
1046
1046
|
storageClass?: string | undefined;
|
|
1047
1047
|
}, {
|
|
1048
|
+
key?: string | undefined;
|
|
1048
1049
|
sensitive?: boolean | undefined;
|
|
1049
1050
|
maskType?: string | undefined;
|
|
1050
|
-
key?: string | undefined;
|
|
1051
1051
|
storageClass?: string | undefined;
|
|
1052
1052
|
}>>>;
|
|
1053
1053
|
enabledWhen: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
@@ -1074,17 +1074,17 @@ export declare const ConfigBlockProtoSchema: z.ZodObject<{
|
|
|
1074
1074
|
}, "strip", z.ZodTypeAny, {
|
|
1075
1075
|
params?: Record<string, any> | undefined;
|
|
1076
1076
|
type?: string | undefined;
|
|
1077
|
+
appId?: string | undefined;
|
|
1077
1078
|
functionName?: string | undefined;
|
|
1078
1079
|
triggerOnLoad?: boolean | undefined;
|
|
1079
1080
|
triggerFieldKeys?: string[] | undefined;
|
|
1080
|
-
appId?: string | undefined;
|
|
1081
1081
|
}, {
|
|
1082
1082
|
params?: Record<string, any> | undefined;
|
|
1083
1083
|
type?: string | undefined;
|
|
1084
|
+
appId?: string | undefined;
|
|
1084
1085
|
functionName?: string | undefined;
|
|
1085
1086
|
triggerOnLoad?: boolean | undefined;
|
|
1086
1087
|
triggerFieldKeys?: string[] | undefined;
|
|
1087
|
-
appId?: string | undefined;
|
|
1088
1088
|
}>>>;
|
|
1089
1089
|
rows: z.ZodOptional<z.ZodNumber>;
|
|
1090
1090
|
maskType: z.ZodOptional<z.ZodString>;
|
|
@@ -1145,6 +1145,8 @@ export declare const ConfigBlockProtoSchema: z.ZodObject<{
|
|
|
1145
1145
|
text?: string | undefined;
|
|
1146
1146
|
id?: string | undefined;
|
|
1147
1147
|
title?: string | undefined;
|
|
1148
|
+
key?: string | undefined;
|
|
1149
|
+
rows?: number | undefined;
|
|
1148
1150
|
required?: boolean | undefined;
|
|
1149
1151
|
maskType?: string | undefined;
|
|
1150
1152
|
placeholder?: string | undefined;
|
|
@@ -1152,6 +1154,8 @@ export declare const ConfigBlockProtoSchema: z.ZodObject<{
|
|
|
1152
1154
|
fields?: {
|
|
1153
1155
|
type?: string | undefined;
|
|
1154
1156
|
description?: string | undefined;
|
|
1157
|
+
key?: string | undefined;
|
|
1158
|
+
rows?: number | undefined;
|
|
1155
1159
|
required?: boolean | undefined;
|
|
1156
1160
|
maskType?: string | undefined;
|
|
1157
1161
|
placeholder?: string | undefined;
|
|
@@ -1160,18 +1164,17 @@ export declare const ConfigBlockProtoSchema: z.ZodObject<{
|
|
|
1160
1164
|
visibility?: string | undefined;
|
|
1161
1165
|
} | undefined;
|
|
1162
1166
|
label?: string | undefined;
|
|
1163
|
-
key?: string | undefined;
|
|
1164
1167
|
storageClass?: string | undefined;
|
|
1165
1168
|
helperText?: string | undefined;
|
|
1166
1169
|
helperLinks?: {
|
|
1167
1170
|
url?: string | undefined;
|
|
1168
|
-
label?: string | undefined;
|
|
1169
1171
|
key?: string | undefined;
|
|
1172
|
+
label?: string | undefined;
|
|
1170
1173
|
}[] | undefined;
|
|
1171
1174
|
resolvesTo?: {
|
|
1175
|
+
key?: string | undefined;
|
|
1172
1176
|
sensitive?: boolean | undefined;
|
|
1173
1177
|
maskType?: string | undefined;
|
|
1174
|
-
key?: string | undefined;
|
|
1175
1178
|
storageClass?: string | undefined;
|
|
1176
1179
|
} | undefined;
|
|
1177
1180
|
visibleWhen?: {
|
|
@@ -1188,12 +1191,11 @@ export declare const ConfigBlockProtoSchema: z.ZodObject<{
|
|
|
1188
1191
|
choicesSource?: {
|
|
1189
1192
|
params?: Record<string, any> | undefined;
|
|
1190
1193
|
type?: string | undefined;
|
|
1194
|
+
appId?: string | undefined;
|
|
1191
1195
|
functionName?: string | undefined;
|
|
1192
1196
|
triggerOnLoad?: boolean | undefined;
|
|
1193
1197
|
triggerFieldKeys?: string[] | undefined;
|
|
1194
|
-
appId?: string | undefined;
|
|
1195
1198
|
} | undefined;
|
|
1196
|
-
rows?: number | undefined;
|
|
1197
1199
|
min?: number | undefined;
|
|
1198
1200
|
max?: number | undefined;
|
|
1199
1201
|
step?: number | undefined;
|
|
@@ -1230,19 +1232,18 @@ export declare const ConfigBlockProtoSchema: z.ZodObject<{
|
|
|
1230
1232
|
visibility?: string | undefined;
|
|
1231
1233
|
} | undefined;
|
|
1232
1234
|
label?: string | undefined;
|
|
1233
|
-
key?: string | undefined;
|
|
1234
1235
|
tone?: string | undefined;
|
|
1235
1236
|
storageClass?: string | undefined;
|
|
1236
1237
|
helperText?: string | undefined;
|
|
1237
1238
|
helperLinks?: {
|
|
1238
1239
|
url?: string | undefined;
|
|
1239
|
-
label?: string | undefined;
|
|
1240
1240
|
key?: string | undefined;
|
|
1241
|
+
label?: string | undefined;
|
|
1241
1242
|
}[] | undefined;
|
|
1242
1243
|
resolvesTo?: {
|
|
1244
|
+
key?: string | undefined;
|
|
1243
1245
|
sensitive?: boolean | undefined;
|
|
1244
1246
|
maskType?: string | undefined;
|
|
1245
|
-
key?: string | undefined;
|
|
1246
1247
|
storageClass?: string | undefined;
|
|
1247
1248
|
} | undefined;
|
|
1248
1249
|
visibleWhen?: {
|
|
@@ -1259,12 +1260,11 @@ export declare const ConfigBlockProtoSchema: z.ZodObject<{
|
|
|
1259
1260
|
choicesSource?: {
|
|
1260
1261
|
params?: Record<string, any> | undefined;
|
|
1261
1262
|
type?: string | undefined;
|
|
1263
|
+
appId?: string | undefined;
|
|
1262
1264
|
functionName?: string | undefined;
|
|
1263
1265
|
triggerOnLoad?: boolean | undefined;
|
|
1264
1266
|
triggerFieldKeys?: string[] | undefined;
|
|
1265
|
-
appId?: string | undefined;
|
|
1266
1267
|
} | undefined;
|
|
1267
|
-
rows?: number | undefined;
|
|
1268
1268
|
min?: number | undefined;
|
|
1269
1269
|
max?: number | undefined;
|
|
1270
1270
|
step?: number | undefined;
|
|
@@ -1305,6 +1305,8 @@ export declare const ConfigBlockProtoSchema: z.ZodObject<{
|
|
|
1305
1305
|
text?: string | undefined;
|
|
1306
1306
|
id?: string | undefined;
|
|
1307
1307
|
title?: string | undefined;
|
|
1308
|
+
key?: string | undefined;
|
|
1309
|
+
rows?: number | undefined;
|
|
1308
1310
|
required?: boolean | undefined;
|
|
1309
1311
|
maskType?: string | undefined;
|
|
1310
1312
|
placeholder?: string | undefined;
|
|
@@ -1312,6 +1314,8 @@ export declare const ConfigBlockProtoSchema: z.ZodObject<{
|
|
|
1312
1314
|
fields?: {
|
|
1313
1315
|
type?: string | undefined;
|
|
1314
1316
|
description?: string | undefined;
|
|
1317
|
+
key?: string | undefined;
|
|
1318
|
+
rows?: number | undefined;
|
|
1315
1319
|
required?: boolean | undefined;
|
|
1316
1320
|
maskType?: string | undefined;
|
|
1317
1321
|
placeholder?: string | undefined;
|
|
@@ -1320,18 +1324,17 @@ export declare const ConfigBlockProtoSchema: z.ZodObject<{
|
|
|
1320
1324
|
visibility?: string | undefined;
|
|
1321
1325
|
} | undefined;
|
|
1322
1326
|
label?: string | undefined;
|
|
1323
|
-
key?: string | undefined;
|
|
1324
1327
|
storageClass?: string | undefined;
|
|
1325
1328
|
helperText?: string | undefined;
|
|
1326
1329
|
helperLinks?: {
|
|
1327
1330
|
url?: string | undefined;
|
|
1328
|
-
label?: string | undefined;
|
|
1329
1331
|
key?: string | undefined;
|
|
1332
|
+
label?: string | undefined;
|
|
1330
1333
|
}[] | undefined;
|
|
1331
1334
|
resolvesTo?: {
|
|
1335
|
+
key?: string | undefined;
|
|
1332
1336
|
sensitive?: boolean | undefined;
|
|
1333
1337
|
maskType?: string | undefined;
|
|
1334
|
-
key?: string | undefined;
|
|
1335
1338
|
storageClass?: string | undefined;
|
|
1336
1339
|
} | undefined;
|
|
1337
1340
|
visibleWhen?: {
|
|
@@ -1348,12 +1351,11 @@ export declare const ConfigBlockProtoSchema: z.ZodObject<{
|
|
|
1348
1351
|
choicesSource?: {
|
|
1349
1352
|
params?: Record<string, any> | undefined;
|
|
1350
1353
|
type?: string | undefined;
|
|
1354
|
+
appId?: string | undefined;
|
|
1351
1355
|
functionName?: string | undefined;
|
|
1352
1356
|
triggerOnLoad?: boolean | undefined;
|
|
1353
1357
|
triggerFieldKeys?: string[] | undefined;
|
|
1354
|
-
appId?: string | undefined;
|
|
1355
1358
|
} | undefined;
|
|
1356
|
-
rows?: number | undefined;
|
|
1357
1359
|
min?: number | undefined;
|
|
1358
1360
|
max?: number | undefined;
|
|
1359
1361
|
step?: number | undefined;
|
|
@@ -1390,19 +1392,18 @@ export declare const ConfigBlockProtoSchema: z.ZodObject<{
|
|
|
1390
1392
|
visibility?: string | undefined;
|
|
1391
1393
|
} | undefined;
|
|
1392
1394
|
label?: string | undefined;
|
|
1393
|
-
key?: string | undefined;
|
|
1394
1395
|
tone?: string | undefined;
|
|
1395
1396
|
storageClass?: string | undefined;
|
|
1396
1397
|
helperText?: string | undefined;
|
|
1397
1398
|
helperLinks?: {
|
|
1398
1399
|
url?: string | undefined;
|
|
1399
|
-
label?: string | undefined;
|
|
1400
1400
|
key?: string | undefined;
|
|
1401
|
+
label?: string | undefined;
|
|
1401
1402
|
}[] | undefined;
|
|
1402
1403
|
resolvesTo?: {
|
|
1404
|
+
key?: string | undefined;
|
|
1403
1405
|
sensitive?: boolean | undefined;
|
|
1404
1406
|
maskType?: string | undefined;
|
|
1405
|
-
key?: string | undefined;
|
|
1406
1407
|
storageClass?: string | undefined;
|
|
1407
1408
|
} | undefined;
|
|
1408
1409
|
visibleWhen?: {
|
|
@@ -1419,12 +1420,11 @@ export declare const ConfigBlockProtoSchema: z.ZodObject<{
|
|
|
1419
1420
|
choicesSource?: {
|
|
1420
1421
|
params?: Record<string, any> | undefined;
|
|
1421
1422
|
type?: string | undefined;
|
|
1423
|
+
appId?: string | undefined;
|
|
1422
1424
|
functionName?: string | undefined;
|
|
1423
1425
|
triggerOnLoad?: boolean | undefined;
|
|
1424
1426
|
triggerFieldKeys?: string[] | undefined;
|
|
1425
|
-
appId?: string | undefined;
|
|
1426
1427
|
} | undefined;
|
|
1427
|
-
rows?: number | undefined;
|
|
1428
1428
|
min?: number | undefined;
|
|
1429
1429
|
max?: number | undefined;
|
|
1430
1430
|
step?: number | undefined;
|
|
@@ -1527,12 +1527,12 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
1527
1527
|
url: z.ZodOptional<z.ZodString>;
|
|
1528
1528
|
}, "strip", z.ZodTypeAny, {
|
|
1529
1529
|
url?: string | undefined;
|
|
1530
|
-
label?: string | undefined;
|
|
1531
1530
|
key?: string | undefined;
|
|
1531
|
+
label?: string | undefined;
|
|
1532
1532
|
}, {
|
|
1533
1533
|
url?: string | undefined;
|
|
1534
|
-
label?: string | undefined;
|
|
1535
1534
|
key?: string | undefined;
|
|
1535
|
+
label?: string | undefined;
|
|
1536
1536
|
}>>, "many">>;
|
|
1537
1537
|
tone: z.ZodOptional<z.ZodString>;
|
|
1538
1538
|
layout: z.ZodOptional<z.ZodString>;
|
|
@@ -1548,12 +1548,12 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
1548
1548
|
url: z.ZodOptional<z.ZodString>;
|
|
1549
1549
|
}, "strip", z.ZodTypeAny, {
|
|
1550
1550
|
url?: string | undefined;
|
|
1551
|
-
label?: string | undefined;
|
|
1552
1551
|
key?: string | undefined;
|
|
1552
|
+
label?: string | undefined;
|
|
1553
1553
|
}, {
|
|
1554
1554
|
url?: string | undefined;
|
|
1555
|
-
label?: string | undefined;
|
|
1556
1555
|
key?: string | undefined;
|
|
1556
|
+
label?: string | undefined;
|
|
1557
1557
|
}>>, "many">>;
|
|
1558
1558
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
1559
1559
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
@@ -1572,14 +1572,14 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
1572
1572
|
sensitive: z.ZodOptional<z.ZodBoolean>;
|
|
1573
1573
|
maskType: z.ZodOptional<z.ZodString>;
|
|
1574
1574
|
}, "strip", z.ZodTypeAny, {
|
|
1575
|
+
key?: string | undefined;
|
|
1575
1576
|
sensitive?: boolean | undefined;
|
|
1576
1577
|
maskType?: string | undefined;
|
|
1577
|
-
key?: string | undefined;
|
|
1578
1578
|
storageClass?: string | undefined;
|
|
1579
1579
|
}, {
|
|
1580
|
+
key?: string | undefined;
|
|
1580
1581
|
sensitive?: boolean | undefined;
|
|
1581
1582
|
maskType?: string | undefined;
|
|
1582
|
-
key?: string | undefined;
|
|
1583
1583
|
storageClass?: string | undefined;
|
|
1584
1584
|
}>>>;
|
|
1585
1585
|
visibleWhen: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
@@ -1619,17 +1619,17 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
1619
1619
|
}, "strip", z.ZodTypeAny, {
|
|
1620
1620
|
params?: Record<string, any> | undefined;
|
|
1621
1621
|
type?: string | undefined;
|
|
1622
|
+
appId?: string | undefined;
|
|
1622
1623
|
functionName?: string | undefined;
|
|
1623
1624
|
triggerOnLoad?: boolean | undefined;
|
|
1624
1625
|
triggerFieldKeys?: string[] | undefined;
|
|
1625
|
-
appId?: string | undefined;
|
|
1626
1626
|
}, {
|
|
1627
1627
|
params?: Record<string, any> | undefined;
|
|
1628
1628
|
type?: string | undefined;
|
|
1629
|
+
appId?: string | undefined;
|
|
1629
1630
|
functionName?: string | undefined;
|
|
1630
1631
|
triggerOnLoad?: boolean | undefined;
|
|
1631
1632
|
triggerFieldKeys?: string[] | undefined;
|
|
1632
|
-
appId?: string | undefined;
|
|
1633
1633
|
}>>>;
|
|
1634
1634
|
rows: z.ZodOptional<z.ZodNumber>;
|
|
1635
1635
|
maskType: z.ZodOptional<z.ZodString>;
|
|
@@ -1687,6 +1687,8 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
1687
1687
|
}, "strip", z.ZodTypeAny, {
|
|
1688
1688
|
type?: string | undefined;
|
|
1689
1689
|
description?: string | undefined;
|
|
1690
|
+
key?: string | undefined;
|
|
1691
|
+
rows?: number | undefined;
|
|
1690
1692
|
required?: boolean | undefined;
|
|
1691
1693
|
maskType?: string | undefined;
|
|
1692
1694
|
placeholder?: string | undefined;
|
|
@@ -1695,18 +1697,17 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
1695
1697
|
visibility?: string | undefined;
|
|
1696
1698
|
} | undefined;
|
|
1697
1699
|
label?: string | undefined;
|
|
1698
|
-
key?: string | undefined;
|
|
1699
1700
|
storageClass?: string | undefined;
|
|
1700
1701
|
helperText?: string | undefined;
|
|
1701
1702
|
helperLinks?: {
|
|
1702
1703
|
url?: string | undefined;
|
|
1703
|
-
label?: string | undefined;
|
|
1704
1704
|
key?: string | undefined;
|
|
1705
|
+
label?: string | undefined;
|
|
1705
1706
|
}[] | undefined;
|
|
1706
1707
|
resolvesTo?: {
|
|
1708
|
+
key?: string | undefined;
|
|
1707
1709
|
sensitive?: boolean | undefined;
|
|
1708
1710
|
maskType?: string | undefined;
|
|
1709
|
-
key?: string | undefined;
|
|
1710
1711
|
storageClass?: string | undefined;
|
|
1711
1712
|
} | undefined;
|
|
1712
1713
|
visibleWhen?: {
|
|
@@ -1723,12 +1724,11 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
1723
1724
|
choicesSource?: {
|
|
1724
1725
|
params?: Record<string, any> | undefined;
|
|
1725
1726
|
type?: string | undefined;
|
|
1727
|
+
appId?: string | undefined;
|
|
1726
1728
|
functionName?: string | undefined;
|
|
1727
1729
|
triggerOnLoad?: boolean | undefined;
|
|
1728
1730
|
triggerFieldKeys?: string[] | undefined;
|
|
1729
|
-
appId?: string | undefined;
|
|
1730
1731
|
} | undefined;
|
|
1731
|
-
rows?: number | undefined;
|
|
1732
1732
|
min?: number | undefined;
|
|
1733
1733
|
max?: number | undefined;
|
|
1734
1734
|
step?: number | undefined;
|
|
@@ -1763,6 +1763,8 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
1763
1763
|
}, {
|
|
1764
1764
|
type?: string | undefined;
|
|
1765
1765
|
description?: string | undefined;
|
|
1766
|
+
key?: string | undefined;
|
|
1767
|
+
rows?: number | undefined;
|
|
1766
1768
|
required?: boolean | undefined;
|
|
1767
1769
|
maskType?: string | undefined;
|
|
1768
1770
|
placeholder?: string | undefined;
|
|
@@ -1771,18 +1773,17 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
1771
1773
|
visibility?: string | undefined;
|
|
1772
1774
|
} | undefined;
|
|
1773
1775
|
label?: string | undefined;
|
|
1774
|
-
key?: string | undefined;
|
|
1775
1776
|
storageClass?: string | undefined;
|
|
1776
1777
|
helperText?: string | undefined;
|
|
1777
1778
|
helperLinks?: {
|
|
1778
1779
|
url?: string | undefined;
|
|
1779
|
-
label?: string | undefined;
|
|
1780
1780
|
key?: string | undefined;
|
|
1781
|
+
label?: string | undefined;
|
|
1781
1782
|
}[] | undefined;
|
|
1782
1783
|
resolvesTo?: {
|
|
1784
|
+
key?: string | undefined;
|
|
1783
1785
|
sensitive?: boolean | undefined;
|
|
1784
1786
|
maskType?: string | undefined;
|
|
1785
|
-
key?: string | undefined;
|
|
1786
1787
|
storageClass?: string | undefined;
|
|
1787
1788
|
} | undefined;
|
|
1788
1789
|
visibleWhen?: {
|
|
@@ -1799,12 +1800,11 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
1799
1800
|
choicesSource?: {
|
|
1800
1801
|
params?: Record<string, any> | undefined;
|
|
1801
1802
|
type?: string | undefined;
|
|
1803
|
+
appId?: string | undefined;
|
|
1802
1804
|
functionName?: string | undefined;
|
|
1803
1805
|
triggerOnLoad?: boolean | undefined;
|
|
1804
1806
|
triggerFieldKeys?: string[] | undefined;
|
|
1805
|
-
appId?: string | undefined;
|
|
1806
1807
|
} | undefined;
|
|
1807
|
-
rows?: number | undefined;
|
|
1808
1808
|
min?: number | undefined;
|
|
1809
1809
|
max?: number | undefined;
|
|
1810
1810
|
step?: number | undefined;
|
|
@@ -1859,14 +1859,14 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
1859
1859
|
sensitive: z.ZodOptional<z.ZodBoolean>;
|
|
1860
1860
|
maskType: z.ZodOptional<z.ZodString>;
|
|
1861
1861
|
}, "strip", z.ZodTypeAny, {
|
|
1862
|
+
key?: string | undefined;
|
|
1862
1863
|
sensitive?: boolean | undefined;
|
|
1863
1864
|
maskType?: string | undefined;
|
|
1864
|
-
key?: string | undefined;
|
|
1865
1865
|
storageClass?: string | undefined;
|
|
1866
1866
|
}, {
|
|
1867
|
+
key?: string | undefined;
|
|
1867
1868
|
sensitive?: boolean | undefined;
|
|
1868
1869
|
maskType?: string | undefined;
|
|
1869
|
-
key?: string | undefined;
|
|
1870
1870
|
storageClass?: string | undefined;
|
|
1871
1871
|
}>>>;
|
|
1872
1872
|
enabledWhen: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
@@ -1893,17 +1893,17 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
1893
1893
|
}, "strip", z.ZodTypeAny, {
|
|
1894
1894
|
params?: Record<string, any> | undefined;
|
|
1895
1895
|
type?: string | undefined;
|
|
1896
|
+
appId?: string | undefined;
|
|
1896
1897
|
functionName?: string | undefined;
|
|
1897
1898
|
triggerOnLoad?: boolean | undefined;
|
|
1898
1899
|
triggerFieldKeys?: string[] | undefined;
|
|
1899
|
-
appId?: string | undefined;
|
|
1900
1900
|
}, {
|
|
1901
1901
|
params?: Record<string, any> | undefined;
|
|
1902
1902
|
type?: string | undefined;
|
|
1903
|
+
appId?: string | undefined;
|
|
1903
1904
|
functionName?: string | undefined;
|
|
1904
1905
|
triggerOnLoad?: boolean | undefined;
|
|
1905
1906
|
triggerFieldKeys?: string[] | undefined;
|
|
1906
|
-
appId?: string | undefined;
|
|
1907
1907
|
}>>>;
|
|
1908
1908
|
rows: z.ZodOptional<z.ZodNumber>;
|
|
1909
1909
|
maskType: z.ZodOptional<z.ZodString>;
|
|
@@ -1964,6 +1964,8 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
1964
1964
|
text?: string | undefined;
|
|
1965
1965
|
id?: string | undefined;
|
|
1966
1966
|
title?: string | undefined;
|
|
1967
|
+
key?: string | undefined;
|
|
1968
|
+
rows?: number | undefined;
|
|
1967
1969
|
required?: boolean | undefined;
|
|
1968
1970
|
maskType?: string | undefined;
|
|
1969
1971
|
placeholder?: string | undefined;
|
|
@@ -1971,6 +1973,8 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
1971
1973
|
fields?: {
|
|
1972
1974
|
type?: string | undefined;
|
|
1973
1975
|
description?: string | undefined;
|
|
1976
|
+
key?: string | undefined;
|
|
1977
|
+
rows?: number | undefined;
|
|
1974
1978
|
required?: boolean | undefined;
|
|
1975
1979
|
maskType?: string | undefined;
|
|
1976
1980
|
placeholder?: string | undefined;
|
|
@@ -1979,18 +1983,17 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
1979
1983
|
visibility?: string | undefined;
|
|
1980
1984
|
} | undefined;
|
|
1981
1985
|
label?: string | undefined;
|
|
1982
|
-
key?: string | undefined;
|
|
1983
1986
|
storageClass?: string | undefined;
|
|
1984
1987
|
helperText?: string | undefined;
|
|
1985
1988
|
helperLinks?: {
|
|
1986
1989
|
url?: string | undefined;
|
|
1987
|
-
label?: string | undefined;
|
|
1988
1990
|
key?: string | undefined;
|
|
1991
|
+
label?: string | undefined;
|
|
1989
1992
|
}[] | undefined;
|
|
1990
1993
|
resolvesTo?: {
|
|
1994
|
+
key?: string | undefined;
|
|
1991
1995
|
sensitive?: boolean | undefined;
|
|
1992
1996
|
maskType?: string | undefined;
|
|
1993
|
-
key?: string | undefined;
|
|
1994
1997
|
storageClass?: string | undefined;
|
|
1995
1998
|
} | undefined;
|
|
1996
1999
|
visibleWhen?: {
|
|
@@ -2007,12 +2010,11 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
2007
2010
|
choicesSource?: {
|
|
2008
2011
|
params?: Record<string, any> | undefined;
|
|
2009
2012
|
type?: string | undefined;
|
|
2013
|
+
appId?: string | undefined;
|
|
2010
2014
|
functionName?: string | undefined;
|
|
2011
2015
|
triggerOnLoad?: boolean | undefined;
|
|
2012
2016
|
triggerFieldKeys?: string[] | undefined;
|
|
2013
|
-
appId?: string | undefined;
|
|
2014
2017
|
} | undefined;
|
|
2015
|
-
rows?: number | undefined;
|
|
2016
2018
|
min?: number | undefined;
|
|
2017
2019
|
max?: number | undefined;
|
|
2018
2020
|
step?: number | undefined;
|
|
@@ -2049,19 +2051,18 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
2049
2051
|
visibility?: string | undefined;
|
|
2050
2052
|
} | undefined;
|
|
2051
2053
|
label?: string | undefined;
|
|
2052
|
-
key?: string | undefined;
|
|
2053
2054
|
tone?: string | undefined;
|
|
2054
2055
|
storageClass?: string | undefined;
|
|
2055
2056
|
helperText?: string | undefined;
|
|
2056
2057
|
helperLinks?: {
|
|
2057
2058
|
url?: string | undefined;
|
|
2058
|
-
label?: string | undefined;
|
|
2059
2059
|
key?: string | undefined;
|
|
2060
|
+
label?: string | undefined;
|
|
2060
2061
|
}[] | undefined;
|
|
2061
2062
|
resolvesTo?: {
|
|
2063
|
+
key?: string | undefined;
|
|
2062
2064
|
sensitive?: boolean | undefined;
|
|
2063
2065
|
maskType?: string | undefined;
|
|
2064
|
-
key?: string | undefined;
|
|
2065
2066
|
storageClass?: string | undefined;
|
|
2066
2067
|
} | undefined;
|
|
2067
2068
|
visibleWhen?: {
|
|
@@ -2078,12 +2079,11 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
2078
2079
|
choicesSource?: {
|
|
2079
2080
|
params?: Record<string, any> | undefined;
|
|
2080
2081
|
type?: string | undefined;
|
|
2082
|
+
appId?: string | undefined;
|
|
2081
2083
|
functionName?: string | undefined;
|
|
2082
2084
|
triggerOnLoad?: boolean | undefined;
|
|
2083
2085
|
triggerFieldKeys?: string[] | undefined;
|
|
2084
|
-
appId?: string | undefined;
|
|
2085
2086
|
} | undefined;
|
|
2086
|
-
rows?: number | undefined;
|
|
2087
2087
|
min?: number | undefined;
|
|
2088
2088
|
max?: number | undefined;
|
|
2089
2089
|
step?: number | undefined;
|
|
@@ -2124,6 +2124,8 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
2124
2124
|
text?: string | undefined;
|
|
2125
2125
|
id?: string | undefined;
|
|
2126
2126
|
title?: string | undefined;
|
|
2127
|
+
key?: string | undefined;
|
|
2128
|
+
rows?: number | undefined;
|
|
2127
2129
|
required?: boolean | undefined;
|
|
2128
2130
|
maskType?: string | undefined;
|
|
2129
2131
|
placeholder?: string | undefined;
|
|
@@ -2131,6 +2133,8 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
2131
2133
|
fields?: {
|
|
2132
2134
|
type?: string | undefined;
|
|
2133
2135
|
description?: string | undefined;
|
|
2136
|
+
key?: string | undefined;
|
|
2137
|
+
rows?: number | undefined;
|
|
2134
2138
|
required?: boolean | undefined;
|
|
2135
2139
|
maskType?: string | undefined;
|
|
2136
2140
|
placeholder?: string | undefined;
|
|
@@ -2139,18 +2143,17 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
2139
2143
|
visibility?: string | undefined;
|
|
2140
2144
|
} | undefined;
|
|
2141
2145
|
label?: string | undefined;
|
|
2142
|
-
key?: string | undefined;
|
|
2143
2146
|
storageClass?: string | undefined;
|
|
2144
2147
|
helperText?: string | undefined;
|
|
2145
2148
|
helperLinks?: {
|
|
2146
2149
|
url?: string | undefined;
|
|
2147
|
-
label?: string | undefined;
|
|
2148
2150
|
key?: string | undefined;
|
|
2151
|
+
label?: string | undefined;
|
|
2149
2152
|
}[] | undefined;
|
|
2150
2153
|
resolvesTo?: {
|
|
2154
|
+
key?: string | undefined;
|
|
2151
2155
|
sensitive?: boolean | undefined;
|
|
2152
2156
|
maskType?: string | undefined;
|
|
2153
|
-
key?: string | undefined;
|
|
2154
2157
|
storageClass?: string | undefined;
|
|
2155
2158
|
} | undefined;
|
|
2156
2159
|
visibleWhen?: {
|
|
@@ -2167,12 +2170,11 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
2167
2170
|
choicesSource?: {
|
|
2168
2171
|
params?: Record<string, any> | undefined;
|
|
2169
2172
|
type?: string | undefined;
|
|
2173
|
+
appId?: string | undefined;
|
|
2170
2174
|
functionName?: string | undefined;
|
|
2171
2175
|
triggerOnLoad?: boolean | undefined;
|
|
2172
2176
|
triggerFieldKeys?: string[] | undefined;
|
|
2173
|
-
appId?: string | undefined;
|
|
2174
2177
|
} | undefined;
|
|
2175
|
-
rows?: number | undefined;
|
|
2176
2178
|
min?: number | undefined;
|
|
2177
2179
|
max?: number | undefined;
|
|
2178
2180
|
step?: number | undefined;
|
|
@@ -2209,19 +2211,18 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
2209
2211
|
visibility?: string | undefined;
|
|
2210
2212
|
} | undefined;
|
|
2211
2213
|
label?: string | undefined;
|
|
2212
|
-
key?: string | undefined;
|
|
2213
2214
|
tone?: string | undefined;
|
|
2214
2215
|
storageClass?: string | undefined;
|
|
2215
2216
|
helperText?: string | undefined;
|
|
2216
2217
|
helperLinks?: {
|
|
2217
2218
|
url?: string | undefined;
|
|
2218
|
-
label?: string | undefined;
|
|
2219
2219
|
key?: string | undefined;
|
|
2220
|
+
label?: string | undefined;
|
|
2220
2221
|
}[] | undefined;
|
|
2221
2222
|
resolvesTo?: {
|
|
2223
|
+
key?: string | undefined;
|
|
2222
2224
|
sensitive?: boolean | undefined;
|
|
2223
2225
|
maskType?: string | undefined;
|
|
2224
|
-
key?: string | undefined;
|
|
2225
2226
|
storageClass?: string | undefined;
|
|
2226
2227
|
} | undefined;
|
|
2227
2228
|
visibleWhen?: {
|
|
@@ -2238,12 +2239,11 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
2238
2239
|
choicesSource?: {
|
|
2239
2240
|
params?: Record<string, any> | undefined;
|
|
2240
2241
|
type?: string | undefined;
|
|
2242
|
+
appId?: string | undefined;
|
|
2241
2243
|
functionName?: string | undefined;
|
|
2242
2244
|
triggerOnLoad?: boolean | undefined;
|
|
2243
2245
|
triggerFieldKeys?: string[] | undefined;
|
|
2244
|
-
appId?: string | undefined;
|
|
2245
2246
|
} | undefined;
|
|
2246
|
-
rows?: number | undefined;
|
|
2247
2247
|
min?: number | undefined;
|
|
2248
2248
|
max?: number | undefined;
|
|
2249
2249
|
step?: number | undefined;
|
|
@@ -2302,6 +2302,8 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
2302
2302
|
text?: string | undefined;
|
|
2303
2303
|
id?: string | undefined;
|
|
2304
2304
|
title?: string | undefined;
|
|
2305
|
+
key?: string | undefined;
|
|
2306
|
+
rows?: number | undefined;
|
|
2305
2307
|
required?: boolean | undefined;
|
|
2306
2308
|
maskType?: string | undefined;
|
|
2307
2309
|
placeholder?: string | undefined;
|
|
@@ -2309,6 +2311,8 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
2309
2311
|
fields?: {
|
|
2310
2312
|
type?: string | undefined;
|
|
2311
2313
|
description?: string | undefined;
|
|
2314
|
+
key?: string | undefined;
|
|
2315
|
+
rows?: number | undefined;
|
|
2312
2316
|
required?: boolean | undefined;
|
|
2313
2317
|
maskType?: string | undefined;
|
|
2314
2318
|
placeholder?: string | undefined;
|
|
@@ -2317,18 +2321,17 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
2317
2321
|
visibility?: string | undefined;
|
|
2318
2322
|
} | undefined;
|
|
2319
2323
|
label?: string | undefined;
|
|
2320
|
-
key?: string | undefined;
|
|
2321
2324
|
storageClass?: string | undefined;
|
|
2322
2325
|
helperText?: string | undefined;
|
|
2323
2326
|
helperLinks?: {
|
|
2324
2327
|
url?: string | undefined;
|
|
2325
|
-
label?: string | undefined;
|
|
2326
2328
|
key?: string | undefined;
|
|
2329
|
+
label?: string | undefined;
|
|
2327
2330
|
}[] | undefined;
|
|
2328
2331
|
resolvesTo?: {
|
|
2332
|
+
key?: string | undefined;
|
|
2329
2333
|
sensitive?: boolean | undefined;
|
|
2330
2334
|
maskType?: string | undefined;
|
|
2331
|
-
key?: string | undefined;
|
|
2332
2335
|
storageClass?: string | undefined;
|
|
2333
2336
|
} | undefined;
|
|
2334
2337
|
visibleWhen?: {
|
|
@@ -2345,12 +2348,11 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
2345
2348
|
choicesSource?: {
|
|
2346
2349
|
params?: Record<string, any> | undefined;
|
|
2347
2350
|
type?: string | undefined;
|
|
2351
|
+
appId?: string | undefined;
|
|
2348
2352
|
functionName?: string | undefined;
|
|
2349
2353
|
triggerOnLoad?: boolean | undefined;
|
|
2350
2354
|
triggerFieldKeys?: string[] | undefined;
|
|
2351
|
-
appId?: string | undefined;
|
|
2352
2355
|
} | undefined;
|
|
2353
|
-
rows?: number | undefined;
|
|
2354
2356
|
min?: number | undefined;
|
|
2355
2357
|
max?: number | undefined;
|
|
2356
2358
|
step?: number | undefined;
|
|
@@ -2387,19 +2389,18 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
2387
2389
|
visibility?: string | undefined;
|
|
2388
2390
|
} | undefined;
|
|
2389
2391
|
label?: string | undefined;
|
|
2390
|
-
key?: string | undefined;
|
|
2391
2392
|
tone?: string | undefined;
|
|
2392
2393
|
storageClass?: string | undefined;
|
|
2393
2394
|
helperText?: string | undefined;
|
|
2394
2395
|
helperLinks?: {
|
|
2395
2396
|
url?: string | undefined;
|
|
2396
|
-
label?: string | undefined;
|
|
2397
2397
|
key?: string | undefined;
|
|
2398
|
+
label?: string | undefined;
|
|
2398
2399
|
}[] | undefined;
|
|
2399
2400
|
resolvesTo?: {
|
|
2401
|
+
key?: string | undefined;
|
|
2400
2402
|
sensitive?: boolean | undefined;
|
|
2401
2403
|
maskType?: string | undefined;
|
|
2402
|
-
key?: string | undefined;
|
|
2403
2404
|
storageClass?: string | undefined;
|
|
2404
2405
|
} | undefined;
|
|
2405
2406
|
visibleWhen?: {
|
|
@@ -2416,12 +2417,11 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
2416
2417
|
choicesSource?: {
|
|
2417
2418
|
params?: Record<string, any> | undefined;
|
|
2418
2419
|
type?: string | undefined;
|
|
2420
|
+
appId?: string | undefined;
|
|
2419
2421
|
functionName?: string | undefined;
|
|
2420
2422
|
triggerOnLoad?: boolean | undefined;
|
|
2421
2423
|
triggerFieldKeys?: string[] | undefined;
|
|
2422
|
-
appId?: string | undefined;
|
|
2423
2424
|
} | undefined;
|
|
2424
|
-
rows?: number | undefined;
|
|
2425
2425
|
min?: number | undefined;
|
|
2426
2426
|
max?: number | undefined;
|
|
2427
2427
|
step?: number | undefined;
|
|
@@ -2480,6 +2480,8 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
2480
2480
|
text?: string | undefined;
|
|
2481
2481
|
id?: string | undefined;
|
|
2482
2482
|
title?: string | undefined;
|
|
2483
|
+
key?: string | undefined;
|
|
2484
|
+
rows?: number | undefined;
|
|
2483
2485
|
required?: boolean | undefined;
|
|
2484
2486
|
maskType?: string | undefined;
|
|
2485
2487
|
placeholder?: string | undefined;
|
|
@@ -2487,6 +2489,8 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
2487
2489
|
fields?: {
|
|
2488
2490
|
type?: string | undefined;
|
|
2489
2491
|
description?: string | undefined;
|
|
2492
|
+
key?: string | undefined;
|
|
2493
|
+
rows?: number | undefined;
|
|
2490
2494
|
required?: boolean | undefined;
|
|
2491
2495
|
maskType?: string | undefined;
|
|
2492
2496
|
placeholder?: string | undefined;
|
|
@@ -2495,18 +2499,17 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
2495
2499
|
visibility?: string | undefined;
|
|
2496
2500
|
} | undefined;
|
|
2497
2501
|
label?: string | undefined;
|
|
2498
|
-
key?: string | undefined;
|
|
2499
2502
|
storageClass?: string | undefined;
|
|
2500
2503
|
helperText?: string | undefined;
|
|
2501
2504
|
helperLinks?: {
|
|
2502
2505
|
url?: string | undefined;
|
|
2503
|
-
label?: string | undefined;
|
|
2504
2506
|
key?: string | undefined;
|
|
2507
|
+
label?: string | undefined;
|
|
2505
2508
|
}[] | undefined;
|
|
2506
2509
|
resolvesTo?: {
|
|
2510
|
+
key?: string | undefined;
|
|
2507
2511
|
sensitive?: boolean | undefined;
|
|
2508
2512
|
maskType?: string | undefined;
|
|
2509
|
-
key?: string | undefined;
|
|
2510
2513
|
storageClass?: string | undefined;
|
|
2511
2514
|
} | undefined;
|
|
2512
2515
|
visibleWhen?: {
|
|
@@ -2523,12 +2526,11 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
2523
2526
|
choicesSource?: {
|
|
2524
2527
|
params?: Record<string, any> | undefined;
|
|
2525
2528
|
type?: string | undefined;
|
|
2529
|
+
appId?: string | undefined;
|
|
2526
2530
|
functionName?: string | undefined;
|
|
2527
2531
|
triggerOnLoad?: boolean | undefined;
|
|
2528
2532
|
triggerFieldKeys?: string[] | undefined;
|
|
2529
|
-
appId?: string | undefined;
|
|
2530
2533
|
} | undefined;
|
|
2531
|
-
rows?: number | undefined;
|
|
2532
2534
|
min?: number | undefined;
|
|
2533
2535
|
max?: number | undefined;
|
|
2534
2536
|
step?: number | undefined;
|
|
@@ -2565,19 +2567,18 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
2565
2567
|
visibility?: string | undefined;
|
|
2566
2568
|
} | undefined;
|
|
2567
2569
|
label?: string | undefined;
|
|
2568
|
-
key?: string | undefined;
|
|
2569
2570
|
tone?: string | undefined;
|
|
2570
2571
|
storageClass?: string | undefined;
|
|
2571
2572
|
helperText?: string | undefined;
|
|
2572
2573
|
helperLinks?: {
|
|
2573
2574
|
url?: string | undefined;
|
|
2574
|
-
label?: string | undefined;
|
|
2575
2575
|
key?: string | undefined;
|
|
2576
|
+
label?: string | undefined;
|
|
2576
2577
|
}[] | undefined;
|
|
2577
2578
|
resolvesTo?: {
|
|
2579
|
+
key?: string | undefined;
|
|
2578
2580
|
sensitive?: boolean | undefined;
|
|
2579
2581
|
maskType?: string | undefined;
|
|
2580
|
-
key?: string | undefined;
|
|
2581
2582
|
storageClass?: string | undefined;
|
|
2582
2583
|
} | undefined;
|
|
2583
2584
|
visibleWhen?: {
|
|
@@ -2594,12 +2595,11 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
2594
2595
|
choicesSource?: {
|
|
2595
2596
|
params?: Record<string, any> | undefined;
|
|
2596
2597
|
type?: string | undefined;
|
|
2598
|
+
appId?: string | undefined;
|
|
2597
2599
|
functionName?: string | undefined;
|
|
2598
2600
|
triggerOnLoad?: boolean | undefined;
|
|
2599
2601
|
triggerFieldKeys?: string[] | undefined;
|
|
2600
|
-
appId?: string | undefined;
|
|
2601
2602
|
} | undefined;
|
|
2602
|
-
rows?: number | undefined;
|
|
2603
2603
|
min?: number | undefined;
|
|
2604
2604
|
max?: number | undefined;
|
|
2605
2605
|
step?: number | undefined;
|
|
@@ -4540,12 +4540,12 @@ export declare const StoreTargetUserProtoSchema: z.ZodObject<{
|
|
|
4540
4540
|
description: z.ZodOptional<z.ZodString>;
|
|
4541
4541
|
}, "strip", z.ZodTypeAny, {
|
|
4542
4542
|
description?: string | undefined;
|
|
4543
|
-
label?: string | undefined;
|
|
4544
4543
|
key?: string | undefined;
|
|
4544
|
+
label?: string | undefined;
|
|
4545
4545
|
}, {
|
|
4546
4546
|
description?: string | undefined;
|
|
4547
|
-
label?: string | undefined;
|
|
4548
4547
|
key?: string | undefined;
|
|
4548
|
+
label?: string | undefined;
|
|
4549
4549
|
}>;
|
|
4550
4550
|
export type StoreTargetUserProto = z.infer<typeof StoreTargetUserProtoSchema>;
|
|
4551
4551
|
export declare const StoreUseCaseProtoSchema: z.ZodObject<{
|
|
@@ -4574,12 +4574,12 @@ export declare const StoreCapabilityProtoSchema: z.ZodObject<{
|
|
|
4574
4574
|
description: z.ZodOptional<z.ZodString>;
|
|
4575
4575
|
}, "strip", z.ZodTypeAny, {
|
|
4576
4576
|
description?: string | undefined;
|
|
4577
|
-
label?: string | undefined;
|
|
4578
4577
|
key?: string | undefined;
|
|
4578
|
+
label?: string | undefined;
|
|
4579
4579
|
}, {
|
|
4580
4580
|
description?: string | undefined;
|
|
4581
|
-
label?: string | undefined;
|
|
4582
4581
|
key?: string | undefined;
|
|
4582
|
+
label?: string | undefined;
|
|
4583
4583
|
}>;
|
|
4584
4584
|
export type StoreCapabilityProto = z.infer<typeof StoreCapabilityProtoSchema>;
|
|
4585
4585
|
export declare const StoreSurfaceProtoSchema: z.ZodObject<{
|
|
@@ -4588,12 +4588,12 @@ export declare const StoreSurfaceProtoSchema: z.ZodObject<{
|
|
|
4588
4588
|
description: z.ZodOptional<z.ZodString>;
|
|
4589
4589
|
}, "strip", z.ZodTypeAny, {
|
|
4590
4590
|
description?: string | undefined;
|
|
4591
|
-
label?: string | undefined;
|
|
4592
4591
|
key?: string | undefined;
|
|
4592
|
+
label?: string | undefined;
|
|
4593
4593
|
}, {
|
|
4594
4594
|
description?: string | undefined;
|
|
4595
|
-
label?: string | undefined;
|
|
4596
4595
|
key?: string | undefined;
|
|
4596
|
+
label?: string | undefined;
|
|
4597
4597
|
}>;
|
|
4598
4598
|
export type StoreSurfaceProto = z.infer<typeof StoreSurfaceProtoSchema>;
|
|
4599
4599
|
export declare const StoreRelationshipProtoSchema: z.ZodObject<{
|
|
@@ -4604,13 +4604,13 @@ export declare const StoreRelationshipProtoSchema: z.ZodObject<{
|
|
|
4604
4604
|
}, "strip", z.ZodTypeAny, {
|
|
4605
4605
|
type?: string | undefined;
|
|
4606
4606
|
description?: string | undefined;
|
|
4607
|
-
label?: string | undefined;
|
|
4608
4607
|
appId?: string | undefined;
|
|
4608
|
+
label?: string | undefined;
|
|
4609
4609
|
}, {
|
|
4610
4610
|
type?: string | undefined;
|
|
4611
4611
|
description?: string | undefined;
|
|
4612
|
-
label?: string | undefined;
|
|
4613
4612
|
appId?: string | undefined;
|
|
4613
|
+
label?: string | undefined;
|
|
4614
4614
|
}>;
|
|
4615
4615
|
export type StoreRelationshipProto = z.infer<typeof StoreRelationshipProtoSchema>;
|
|
4616
4616
|
export declare const StoreSetupStepProtoSchema: z.ZodObject<{
|
|
@@ -4638,14 +4638,14 @@ export declare const StoreSetupFieldProtoSchema: z.ZodObject<{
|
|
|
4638
4638
|
helpUrl: z.ZodOptional<z.ZodString>;
|
|
4639
4639
|
}, "strip", z.ZodTypeAny, {
|
|
4640
4640
|
description?: string | undefined;
|
|
4641
|
-
label?: string | undefined;
|
|
4642
4641
|
key?: string | undefined;
|
|
4642
|
+
label?: string | undefined;
|
|
4643
4643
|
example?: string | undefined;
|
|
4644
4644
|
helpUrl?: string | undefined;
|
|
4645
4645
|
}, {
|
|
4646
4646
|
description?: string | undefined;
|
|
4647
|
-
label?: string | undefined;
|
|
4648
4647
|
key?: string | undefined;
|
|
4648
|
+
label?: string | undefined;
|
|
4649
4649
|
example?: string | undefined;
|
|
4650
4650
|
helpUrl?: string | undefined;
|
|
4651
4651
|
}>;
|
|
@@ -4675,14 +4675,14 @@ export declare const StoreSetupOverviewProtoSchema: z.ZodObject<{
|
|
|
4675
4675
|
helpUrl: z.ZodOptional<z.ZodString>;
|
|
4676
4676
|
}, "strip", z.ZodTypeAny, {
|
|
4677
4677
|
description?: string | undefined;
|
|
4678
|
-
label?: string | undefined;
|
|
4679
4678
|
key?: string | undefined;
|
|
4679
|
+
label?: string | undefined;
|
|
4680
4680
|
example?: string | undefined;
|
|
4681
4681
|
helpUrl?: string | undefined;
|
|
4682
4682
|
}, {
|
|
4683
4683
|
description?: string | undefined;
|
|
4684
|
-
label?: string | undefined;
|
|
4685
4684
|
key?: string | undefined;
|
|
4685
|
+
label?: string | undefined;
|
|
4686
4686
|
example?: string | undefined;
|
|
4687
4687
|
helpUrl?: string | undefined;
|
|
4688
4688
|
}>>, "many">>;
|
|
@@ -4690,8 +4690,8 @@ export declare const StoreSetupOverviewProtoSchema: z.ZodObject<{
|
|
|
4690
4690
|
}, "strip", z.ZodTypeAny, {
|
|
4691
4691
|
fields?: {
|
|
4692
4692
|
description?: string | undefined;
|
|
4693
|
-
label?: string | undefined;
|
|
4694
4693
|
key?: string | undefined;
|
|
4694
|
+
label?: string | undefined;
|
|
4695
4695
|
example?: string | undefined;
|
|
4696
4696
|
helpUrl?: string | undefined;
|
|
4697
4697
|
}[] | undefined;
|
|
@@ -4705,8 +4705,8 @@ export declare const StoreSetupOverviewProtoSchema: z.ZodObject<{
|
|
|
4705
4705
|
}, {
|
|
4706
4706
|
fields?: {
|
|
4707
4707
|
description?: string | undefined;
|
|
4708
|
-
label?: string | undefined;
|
|
4709
4708
|
key?: string | undefined;
|
|
4709
|
+
label?: string | undefined;
|
|
4710
4710
|
example?: string | undefined;
|
|
4711
4711
|
helpUrl?: string | undefined;
|
|
4712
4712
|
}[] | undefined;
|
|
@@ -4770,12 +4770,12 @@ export declare const StoreProfileI18nProtoSchema: z.ZodObject<{
|
|
|
4770
4770
|
description: z.ZodOptional<z.ZodString>;
|
|
4771
4771
|
}, "strip", z.ZodTypeAny, {
|
|
4772
4772
|
description?: string | undefined;
|
|
4773
|
-
label?: string | undefined;
|
|
4774
4773
|
key?: string | undefined;
|
|
4774
|
+
label?: string | undefined;
|
|
4775
4775
|
}, {
|
|
4776
4776
|
description?: string | undefined;
|
|
4777
|
-
label?: string | undefined;
|
|
4778
4777
|
key?: string | undefined;
|
|
4778
|
+
label?: string | undefined;
|
|
4779
4779
|
}>>, "many">>;
|
|
4780
4780
|
primaryUseCases: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
4781
4781
|
id: z.ZodOptional<z.ZodString>;
|
|
@@ -4841,8 +4841,8 @@ export declare const StoreProfileI18nProtoSchema: z.ZodObject<{
|
|
|
4841
4841
|
headline?: string | undefined;
|
|
4842
4842
|
targetUsers?: {
|
|
4843
4843
|
description?: string | undefined;
|
|
4844
|
-
label?: string | undefined;
|
|
4845
4844
|
key?: string | undefined;
|
|
4845
|
+
label?: string | undefined;
|
|
4846
4846
|
}[] | undefined;
|
|
4847
4847
|
primaryUseCases?: {
|
|
4848
4848
|
description?: string | undefined;
|
|
@@ -4872,8 +4872,8 @@ export declare const StoreProfileI18nProtoSchema: z.ZodObject<{
|
|
|
4872
4872
|
headline?: string | undefined;
|
|
4873
4873
|
targetUsers?: {
|
|
4874
4874
|
description?: string | undefined;
|
|
4875
|
-
label?: string | undefined;
|
|
4876
4875
|
key?: string | undefined;
|
|
4876
|
+
label?: string | undefined;
|
|
4877
4877
|
}[] | undefined;
|
|
4878
4878
|
primaryUseCases?: {
|
|
4879
4879
|
description?: string | undefined;
|
|
@@ -4912,12 +4912,12 @@ export declare const StoreProfileProtoSchema: z.ZodObject<{
|
|
|
4912
4912
|
description: z.ZodOptional<z.ZodString>;
|
|
4913
4913
|
}, "strip", z.ZodTypeAny, {
|
|
4914
4914
|
description?: string | undefined;
|
|
4915
|
-
label?: string | undefined;
|
|
4916
4915
|
key?: string | undefined;
|
|
4916
|
+
label?: string | undefined;
|
|
4917
4917
|
}, {
|
|
4918
4918
|
description?: string | undefined;
|
|
4919
|
-
label?: string | undefined;
|
|
4920
4919
|
key?: string | undefined;
|
|
4920
|
+
label?: string | undefined;
|
|
4921
4921
|
}>>, "many">>;
|
|
4922
4922
|
primaryUseCases: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
4923
4923
|
id: z.ZodOptional<z.ZodString>;
|
|
@@ -4960,12 +4960,12 @@ export declare const StoreProfileProtoSchema: z.ZodObject<{
|
|
|
4960
4960
|
description: z.ZodOptional<z.ZodString>;
|
|
4961
4961
|
}, "strip", z.ZodTypeAny, {
|
|
4962
4962
|
description?: string | undefined;
|
|
4963
|
-
label?: string | undefined;
|
|
4964
4963
|
key?: string | undefined;
|
|
4964
|
+
label?: string | undefined;
|
|
4965
4965
|
}, {
|
|
4966
4966
|
description?: string | undefined;
|
|
4967
|
-
label?: string | undefined;
|
|
4968
4967
|
key?: string | undefined;
|
|
4968
|
+
label?: string | undefined;
|
|
4969
4969
|
}>>, "many">>;
|
|
4970
4970
|
surfaces: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
4971
4971
|
key: z.ZodOptional<z.ZodString>;
|
|
@@ -4973,12 +4973,12 @@ export declare const StoreProfileProtoSchema: z.ZodObject<{
|
|
|
4973
4973
|
description: z.ZodOptional<z.ZodString>;
|
|
4974
4974
|
}, "strip", z.ZodTypeAny, {
|
|
4975
4975
|
description?: string | undefined;
|
|
4976
|
-
label?: string | undefined;
|
|
4977
4976
|
key?: string | undefined;
|
|
4977
|
+
label?: string | undefined;
|
|
4978
4978
|
}, {
|
|
4979
4979
|
description?: string | undefined;
|
|
4980
|
-
label?: string | undefined;
|
|
4981
4980
|
key?: string | undefined;
|
|
4981
|
+
label?: string | undefined;
|
|
4982
4982
|
}>>, "many">>;
|
|
4983
4983
|
relationships: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
4984
4984
|
type: z.ZodOptional<z.ZodString>;
|
|
@@ -4988,13 +4988,13 @@ export declare const StoreProfileProtoSchema: z.ZodObject<{
|
|
|
4988
4988
|
}, "strip", z.ZodTypeAny, {
|
|
4989
4989
|
type?: string | undefined;
|
|
4990
4990
|
description?: string | undefined;
|
|
4991
|
-
label?: string | undefined;
|
|
4992
4991
|
appId?: string | undefined;
|
|
4992
|
+
label?: string | undefined;
|
|
4993
4993
|
}, {
|
|
4994
4994
|
type?: string | undefined;
|
|
4995
4995
|
description?: string | undefined;
|
|
4996
|
-
label?: string | undefined;
|
|
4997
4996
|
appId?: string | undefined;
|
|
4997
|
+
label?: string | undefined;
|
|
4998
4998
|
}>>, "many">>;
|
|
4999
4999
|
setupOverview: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
5000
5000
|
steps: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
@@ -5021,14 +5021,14 @@ export declare const StoreProfileProtoSchema: z.ZodObject<{
|
|
|
5021
5021
|
helpUrl: z.ZodOptional<z.ZodString>;
|
|
5022
5022
|
}, "strip", z.ZodTypeAny, {
|
|
5023
5023
|
description?: string | undefined;
|
|
5024
|
-
label?: string | undefined;
|
|
5025
5024
|
key?: string | undefined;
|
|
5025
|
+
label?: string | undefined;
|
|
5026
5026
|
example?: string | undefined;
|
|
5027
5027
|
helpUrl?: string | undefined;
|
|
5028
5028
|
}, {
|
|
5029
5029
|
description?: string | undefined;
|
|
5030
|
-
label?: string | undefined;
|
|
5031
5030
|
key?: string | undefined;
|
|
5031
|
+
label?: string | undefined;
|
|
5032
5032
|
example?: string | undefined;
|
|
5033
5033
|
helpUrl?: string | undefined;
|
|
5034
5034
|
}>>, "many">>;
|
|
@@ -5036,8 +5036,8 @@ export declare const StoreProfileProtoSchema: z.ZodObject<{
|
|
|
5036
5036
|
}, "strip", z.ZodTypeAny, {
|
|
5037
5037
|
fields?: {
|
|
5038
5038
|
description?: string | undefined;
|
|
5039
|
-
label?: string | undefined;
|
|
5040
5039
|
key?: string | undefined;
|
|
5040
|
+
label?: string | undefined;
|
|
5041
5041
|
example?: string | undefined;
|
|
5042
5042
|
helpUrl?: string | undefined;
|
|
5043
5043
|
}[] | undefined;
|
|
@@ -5051,8 +5051,8 @@ export declare const StoreProfileProtoSchema: z.ZodObject<{
|
|
|
5051
5051
|
}, {
|
|
5052
5052
|
fields?: {
|
|
5053
5053
|
description?: string | undefined;
|
|
5054
|
-
label?: string | undefined;
|
|
5055
5054
|
key?: string | undefined;
|
|
5055
|
+
label?: string | undefined;
|
|
5056
5056
|
example?: string | undefined;
|
|
5057
5057
|
helpUrl?: string | undefined;
|
|
5058
5058
|
}[] | undefined;
|
|
@@ -5114,12 +5114,12 @@ export declare const StoreProfileProtoSchema: z.ZodObject<{
|
|
|
5114
5114
|
description: z.ZodOptional<z.ZodString>;
|
|
5115
5115
|
}, "strip", z.ZodTypeAny, {
|
|
5116
5116
|
description?: string | undefined;
|
|
5117
|
-
label?: string | undefined;
|
|
5118
5117
|
key?: string | undefined;
|
|
5118
|
+
label?: string | undefined;
|
|
5119
5119
|
}, {
|
|
5120
5120
|
description?: string | undefined;
|
|
5121
|
-
label?: string | undefined;
|
|
5122
5121
|
key?: string | undefined;
|
|
5122
|
+
label?: string | undefined;
|
|
5123
5123
|
}>>, "many">>;
|
|
5124
5124
|
primaryUseCases: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
5125
5125
|
id: z.ZodOptional<z.ZodString>;
|
|
@@ -5185,8 +5185,8 @@ export declare const StoreProfileProtoSchema: z.ZodObject<{
|
|
|
5185
5185
|
headline?: string | undefined;
|
|
5186
5186
|
targetUsers?: {
|
|
5187
5187
|
description?: string | undefined;
|
|
5188
|
-
label?: string | undefined;
|
|
5189
5188
|
key?: string | undefined;
|
|
5189
|
+
label?: string | undefined;
|
|
5190
5190
|
}[] | undefined;
|
|
5191
5191
|
primaryUseCases?: {
|
|
5192
5192
|
description?: string | undefined;
|
|
@@ -5216,8 +5216,8 @@ export declare const StoreProfileProtoSchema: z.ZodObject<{
|
|
|
5216
5216
|
headline?: string | undefined;
|
|
5217
5217
|
targetUsers?: {
|
|
5218
5218
|
description?: string | undefined;
|
|
5219
|
-
label?: string | undefined;
|
|
5220
5219
|
key?: string | undefined;
|
|
5220
|
+
label?: string | undefined;
|
|
5221
5221
|
}[] | undefined;
|
|
5222
5222
|
primaryUseCases?: {
|
|
5223
5223
|
description?: string | undefined;
|
|
@@ -5255,8 +5255,8 @@ export declare const StoreProfileProtoSchema: z.ZodObject<{
|
|
|
5255
5255
|
headline?: string | undefined;
|
|
5256
5256
|
targetUsers?: {
|
|
5257
5257
|
description?: string | undefined;
|
|
5258
|
-
label?: string | undefined;
|
|
5259
5258
|
key?: string | undefined;
|
|
5259
|
+
label?: string | undefined;
|
|
5260
5260
|
}[] | undefined;
|
|
5261
5261
|
primaryUseCases?: {
|
|
5262
5262
|
description?: string | undefined;
|
|
@@ -5285,25 +5285,25 @@ export declare const StoreProfileProtoSchema: z.ZodObject<{
|
|
|
5285
5285
|
primaryScreenshotUrl?: string | undefined;
|
|
5286
5286
|
capabilities?: {
|
|
5287
5287
|
description?: string | undefined;
|
|
5288
|
-
label?: string | undefined;
|
|
5289
5288
|
key?: string | undefined;
|
|
5289
|
+
label?: string | undefined;
|
|
5290
5290
|
}[] | undefined;
|
|
5291
5291
|
surfaces?: {
|
|
5292
5292
|
description?: string | undefined;
|
|
5293
|
-
label?: string | undefined;
|
|
5294
5293
|
key?: string | undefined;
|
|
5294
|
+
label?: string | undefined;
|
|
5295
5295
|
}[] | undefined;
|
|
5296
5296
|
relationships?: {
|
|
5297
5297
|
type?: string | undefined;
|
|
5298
5298
|
description?: string | undefined;
|
|
5299
|
-
label?: string | undefined;
|
|
5300
5299
|
appId?: string | undefined;
|
|
5300
|
+
label?: string | undefined;
|
|
5301
5301
|
}[] | undefined;
|
|
5302
5302
|
setupOverview?: {
|
|
5303
5303
|
fields?: {
|
|
5304
5304
|
description?: string | undefined;
|
|
5305
|
-
label?: string | undefined;
|
|
5306
5305
|
key?: string | undefined;
|
|
5306
|
+
label?: string | undefined;
|
|
5307
5307
|
example?: string | undefined;
|
|
5308
5308
|
helpUrl?: string | undefined;
|
|
5309
5309
|
}[] | undefined;
|
|
@@ -5321,8 +5321,8 @@ export declare const StoreProfileProtoSchema: z.ZodObject<{
|
|
|
5321
5321
|
headline?: string | undefined;
|
|
5322
5322
|
targetUsers?: {
|
|
5323
5323
|
description?: string | undefined;
|
|
5324
|
-
label?: string | undefined;
|
|
5325
5324
|
key?: string | undefined;
|
|
5325
|
+
label?: string | undefined;
|
|
5326
5326
|
}[] | undefined;
|
|
5327
5327
|
primaryUseCases?: {
|
|
5328
5328
|
description?: string | undefined;
|
|
@@ -5360,8 +5360,8 @@ export declare const StoreProfileProtoSchema: z.ZodObject<{
|
|
|
5360
5360
|
headline?: string | undefined;
|
|
5361
5361
|
targetUsers?: {
|
|
5362
5362
|
description?: string | undefined;
|
|
5363
|
-
label?: string | undefined;
|
|
5364
5363
|
key?: string | undefined;
|
|
5364
|
+
label?: string | undefined;
|
|
5365
5365
|
}[] | undefined;
|
|
5366
5366
|
primaryUseCases?: {
|
|
5367
5367
|
description?: string | undefined;
|
|
@@ -5390,25 +5390,25 @@ export declare const StoreProfileProtoSchema: z.ZodObject<{
|
|
|
5390
5390
|
primaryScreenshotUrl?: string | undefined;
|
|
5391
5391
|
capabilities?: {
|
|
5392
5392
|
description?: string | undefined;
|
|
5393
|
-
label?: string | undefined;
|
|
5394
5393
|
key?: string | undefined;
|
|
5394
|
+
label?: string | undefined;
|
|
5395
5395
|
}[] | undefined;
|
|
5396
5396
|
surfaces?: {
|
|
5397
5397
|
description?: string | undefined;
|
|
5398
|
-
label?: string | undefined;
|
|
5399
5398
|
key?: string | undefined;
|
|
5399
|
+
label?: string | undefined;
|
|
5400
5400
|
}[] | undefined;
|
|
5401
5401
|
relationships?: {
|
|
5402
5402
|
type?: string | undefined;
|
|
5403
5403
|
description?: string | undefined;
|
|
5404
|
-
label?: string | undefined;
|
|
5405
5404
|
appId?: string | undefined;
|
|
5405
|
+
label?: string | undefined;
|
|
5406
5406
|
}[] | undefined;
|
|
5407
5407
|
setupOverview?: {
|
|
5408
5408
|
fields?: {
|
|
5409
5409
|
description?: string | undefined;
|
|
5410
|
-
label?: string | undefined;
|
|
5411
5410
|
key?: string | undefined;
|
|
5411
|
+
label?: string | undefined;
|
|
5412
5412
|
example?: string | undefined;
|
|
5413
5413
|
helpUrl?: string | undefined;
|
|
5414
5414
|
}[] | undefined;
|
|
@@ -5426,8 +5426,8 @@ export declare const StoreProfileProtoSchema: z.ZodObject<{
|
|
|
5426
5426
|
headline?: string | undefined;
|
|
5427
5427
|
targetUsers?: {
|
|
5428
5428
|
description?: string | undefined;
|
|
5429
|
-
label?: string | undefined;
|
|
5430
5429
|
key?: string | undefined;
|
|
5430
|
+
label?: string | undefined;
|
|
5431
5431
|
}[] | undefined;
|
|
5432
5432
|
primaryUseCases?: {
|
|
5433
5433
|
description?: string | undefined;
|
|
@@ -5470,12 +5470,12 @@ export declare const StoreGetProfileOutputProtoSchema: z.ZodObject<{
|
|
|
5470
5470
|
description: z.ZodOptional<z.ZodString>;
|
|
5471
5471
|
}, "strip", z.ZodTypeAny, {
|
|
5472
5472
|
description?: string | undefined;
|
|
5473
|
-
label?: string | undefined;
|
|
5474
5473
|
key?: string | undefined;
|
|
5474
|
+
label?: string | undefined;
|
|
5475
5475
|
}, {
|
|
5476
5476
|
description?: string | undefined;
|
|
5477
|
-
label?: string | undefined;
|
|
5478
5477
|
key?: string | undefined;
|
|
5478
|
+
label?: string | undefined;
|
|
5479
5479
|
}>>, "many">>;
|
|
5480
5480
|
primaryUseCases: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
5481
5481
|
id: z.ZodOptional<z.ZodString>;
|
|
@@ -5518,12 +5518,12 @@ export declare const StoreGetProfileOutputProtoSchema: z.ZodObject<{
|
|
|
5518
5518
|
description: z.ZodOptional<z.ZodString>;
|
|
5519
5519
|
}, "strip", z.ZodTypeAny, {
|
|
5520
5520
|
description?: string | undefined;
|
|
5521
|
-
label?: string | undefined;
|
|
5522
5521
|
key?: string | undefined;
|
|
5522
|
+
label?: string | undefined;
|
|
5523
5523
|
}, {
|
|
5524
5524
|
description?: string | undefined;
|
|
5525
|
-
label?: string | undefined;
|
|
5526
5525
|
key?: string | undefined;
|
|
5526
|
+
label?: string | undefined;
|
|
5527
5527
|
}>>, "many">>;
|
|
5528
5528
|
surfaces: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
5529
5529
|
key: z.ZodOptional<z.ZodString>;
|
|
@@ -5531,12 +5531,12 @@ export declare const StoreGetProfileOutputProtoSchema: z.ZodObject<{
|
|
|
5531
5531
|
description: z.ZodOptional<z.ZodString>;
|
|
5532
5532
|
}, "strip", z.ZodTypeAny, {
|
|
5533
5533
|
description?: string | undefined;
|
|
5534
|
-
label?: string | undefined;
|
|
5535
5534
|
key?: string | undefined;
|
|
5535
|
+
label?: string | undefined;
|
|
5536
5536
|
}, {
|
|
5537
5537
|
description?: string | undefined;
|
|
5538
|
-
label?: string | undefined;
|
|
5539
5538
|
key?: string | undefined;
|
|
5539
|
+
label?: string | undefined;
|
|
5540
5540
|
}>>, "many">>;
|
|
5541
5541
|
relationships: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
5542
5542
|
type: z.ZodOptional<z.ZodString>;
|
|
@@ -5546,13 +5546,13 @@ export declare const StoreGetProfileOutputProtoSchema: z.ZodObject<{
|
|
|
5546
5546
|
}, "strip", z.ZodTypeAny, {
|
|
5547
5547
|
type?: string | undefined;
|
|
5548
5548
|
description?: string | undefined;
|
|
5549
|
-
label?: string | undefined;
|
|
5550
5549
|
appId?: string | undefined;
|
|
5550
|
+
label?: string | undefined;
|
|
5551
5551
|
}, {
|
|
5552
5552
|
type?: string | undefined;
|
|
5553
5553
|
description?: string | undefined;
|
|
5554
|
-
label?: string | undefined;
|
|
5555
5554
|
appId?: string | undefined;
|
|
5555
|
+
label?: string | undefined;
|
|
5556
5556
|
}>>, "many">>;
|
|
5557
5557
|
setupOverview: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
5558
5558
|
steps: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
@@ -5579,14 +5579,14 @@ export declare const StoreGetProfileOutputProtoSchema: z.ZodObject<{
|
|
|
5579
5579
|
helpUrl: z.ZodOptional<z.ZodString>;
|
|
5580
5580
|
}, "strip", z.ZodTypeAny, {
|
|
5581
5581
|
description?: string | undefined;
|
|
5582
|
-
label?: string | undefined;
|
|
5583
5582
|
key?: string | undefined;
|
|
5583
|
+
label?: string | undefined;
|
|
5584
5584
|
example?: string | undefined;
|
|
5585
5585
|
helpUrl?: string | undefined;
|
|
5586
5586
|
}, {
|
|
5587
5587
|
description?: string | undefined;
|
|
5588
|
-
label?: string | undefined;
|
|
5589
5588
|
key?: string | undefined;
|
|
5589
|
+
label?: string | undefined;
|
|
5590
5590
|
example?: string | undefined;
|
|
5591
5591
|
helpUrl?: string | undefined;
|
|
5592
5592
|
}>>, "many">>;
|
|
@@ -5594,8 +5594,8 @@ export declare const StoreGetProfileOutputProtoSchema: z.ZodObject<{
|
|
|
5594
5594
|
}, "strip", z.ZodTypeAny, {
|
|
5595
5595
|
fields?: {
|
|
5596
5596
|
description?: string | undefined;
|
|
5597
|
-
label?: string | undefined;
|
|
5598
5597
|
key?: string | undefined;
|
|
5598
|
+
label?: string | undefined;
|
|
5599
5599
|
example?: string | undefined;
|
|
5600
5600
|
helpUrl?: string | undefined;
|
|
5601
5601
|
}[] | undefined;
|
|
@@ -5609,8 +5609,8 @@ export declare const StoreGetProfileOutputProtoSchema: z.ZodObject<{
|
|
|
5609
5609
|
}, {
|
|
5610
5610
|
fields?: {
|
|
5611
5611
|
description?: string | undefined;
|
|
5612
|
-
label?: string | undefined;
|
|
5613
5612
|
key?: string | undefined;
|
|
5613
|
+
label?: string | undefined;
|
|
5614
5614
|
example?: string | undefined;
|
|
5615
5615
|
helpUrl?: string | undefined;
|
|
5616
5616
|
}[] | undefined;
|
|
@@ -5672,12 +5672,12 @@ export declare const StoreGetProfileOutputProtoSchema: z.ZodObject<{
|
|
|
5672
5672
|
description: z.ZodOptional<z.ZodString>;
|
|
5673
5673
|
}, "strip", z.ZodTypeAny, {
|
|
5674
5674
|
description?: string | undefined;
|
|
5675
|
-
label?: string | undefined;
|
|
5676
5675
|
key?: string | undefined;
|
|
5676
|
+
label?: string | undefined;
|
|
5677
5677
|
}, {
|
|
5678
5678
|
description?: string | undefined;
|
|
5679
|
-
label?: string | undefined;
|
|
5680
5679
|
key?: string | undefined;
|
|
5680
|
+
label?: string | undefined;
|
|
5681
5681
|
}>>, "many">>;
|
|
5682
5682
|
primaryUseCases: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
5683
5683
|
id: z.ZodOptional<z.ZodString>;
|
|
@@ -5743,8 +5743,8 @@ export declare const StoreGetProfileOutputProtoSchema: z.ZodObject<{
|
|
|
5743
5743
|
headline?: string | undefined;
|
|
5744
5744
|
targetUsers?: {
|
|
5745
5745
|
description?: string | undefined;
|
|
5746
|
-
label?: string | undefined;
|
|
5747
5746
|
key?: string | undefined;
|
|
5747
|
+
label?: string | undefined;
|
|
5748
5748
|
}[] | undefined;
|
|
5749
5749
|
primaryUseCases?: {
|
|
5750
5750
|
description?: string | undefined;
|
|
@@ -5774,8 +5774,8 @@ export declare const StoreGetProfileOutputProtoSchema: z.ZodObject<{
|
|
|
5774
5774
|
headline?: string | undefined;
|
|
5775
5775
|
targetUsers?: {
|
|
5776
5776
|
description?: string | undefined;
|
|
5777
|
-
label?: string | undefined;
|
|
5778
5777
|
key?: string | undefined;
|
|
5778
|
+
label?: string | undefined;
|
|
5779
5779
|
}[] | undefined;
|
|
5780
5780
|
primaryUseCases?: {
|
|
5781
5781
|
description?: string | undefined;
|
|
@@ -5813,8 +5813,8 @@ export declare const StoreGetProfileOutputProtoSchema: z.ZodObject<{
|
|
|
5813
5813
|
headline?: string | undefined;
|
|
5814
5814
|
targetUsers?: {
|
|
5815
5815
|
description?: string | undefined;
|
|
5816
|
-
label?: string | undefined;
|
|
5817
5816
|
key?: string | undefined;
|
|
5817
|
+
label?: string | undefined;
|
|
5818
5818
|
}[] | undefined;
|
|
5819
5819
|
primaryUseCases?: {
|
|
5820
5820
|
description?: string | undefined;
|
|
@@ -5843,25 +5843,25 @@ export declare const StoreGetProfileOutputProtoSchema: z.ZodObject<{
|
|
|
5843
5843
|
primaryScreenshotUrl?: string | undefined;
|
|
5844
5844
|
capabilities?: {
|
|
5845
5845
|
description?: string | undefined;
|
|
5846
|
-
label?: string | undefined;
|
|
5847
5846
|
key?: string | undefined;
|
|
5847
|
+
label?: string | undefined;
|
|
5848
5848
|
}[] | undefined;
|
|
5849
5849
|
surfaces?: {
|
|
5850
5850
|
description?: string | undefined;
|
|
5851
|
-
label?: string | undefined;
|
|
5852
5851
|
key?: string | undefined;
|
|
5852
|
+
label?: string | undefined;
|
|
5853
5853
|
}[] | undefined;
|
|
5854
5854
|
relationships?: {
|
|
5855
5855
|
type?: string | undefined;
|
|
5856
5856
|
description?: string | undefined;
|
|
5857
|
-
label?: string | undefined;
|
|
5858
5857
|
appId?: string | undefined;
|
|
5858
|
+
label?: string | undefined;
|
|
5859
5859
|
}[] | undefined;
|
|
5860
5860
|
setupOverview?: {
|
|
5861
5861
|
fields?: {
|
|
5862
5862
|
description?: string | undefined;
|
|
5863
|
-
label?: string | undefined;
|
|
5864
5863
|
key?: string | undefined;
|
|
5864
|
+
label?: string | undefined;
|
|
5865
5865
|
example?: string | undefined;
|
|
5866
5866
|
helpUrl?: string | undefined;
|
|
5867
5867
|
}[] | undefined;
|
|
@@ -5879,8 +5879,8 @@ export declare const StoreGetProfileOutputProtoSchema: z.ZodObject<{
|
|
|
5879
5879
|
headline?: string | undefined;
|
|
5880
5880
|
targetUsers?: {
|
|
5881
5881
|
description?: string | undefined;
|
|
5882
|
-
label?: string | undefined;
|
|
5883
5882
|
key?: string | undefined;
|
|
5883
|
+
label?: string | undefined;
|
|
5884
5884
|
}[] | undefined;
|
|
5885
5885
|
primaryUseCases?: {
|
|
5886
5886
|
description?: string | undefined;
|
|
@@ -5918,8 +5918,8 @@ export declare const StoreGetProfileOutputProtoSchema: z.ZodObject<{
|
|
|
5918
5918
|
headline?: string | undefined;
|
|
5919
5919
|
targetUsers?: {
|
|
5920
5920
|
description?: string | undefined;
|
|
5921
|
-
label?: string | undefined;
|
|
5922
5921
|
key?: string | undefined;
|
|
5922
|
+
label?: string | undefined;
|
|
5923
5923
|
}[] | undefined;
|
|
5924
5924
|
primaryUseCases?: {
|
|
5925
5925
|
description?: string | undefined;
|
|
@@ -5948,25 +5948,25 @@ export declare const StoreGetProfileOutputProtoSchema: z.ZodObject<{
|
|
|
5948
5948
|
primaryScreenshotUrl?: string | undefined;
|
|
5949
5949
|
capabilities?: {
|
|
5950
5950
|
description?: string | undefined;
|
|
5951
|
-
label?: string | undefined;
|
|
5952
5951
|
key?: string | undefined;
|
|
5952
|
+
label?: string | undefined;
|
|
5953
5953
|
}[] | undefined;
|
|
5954
5954
|
surfaces?: {
|
|
5955
5955
|
description?: string | undefined;
|
|
5956
|
-
label?: string | undefined;
|
|
5957
5956
|
key?: string | undefined;
|
|
5957
|
+
label?: string | undefined;
|
|
5958
5958
|
}[] | undefined;
|
|
5959
5959
|
relationships?: {
|
|
5960
5960
|
type?: string | undefined;
|
|
5961
5961
|
description?: string | undefined;
|
|
5962
|
-
label?: string | undefined;
|
|
5963
5962
|
appId?: string | undefined;
|
|
5963
|
+
label?: string | undefined;
|
|
5964
5964
|
}[] | undefined;
|
|
5965
5965
|
setupOverview?: {
|
|
5966
5966
|
fields?: {
|
|
5967
5967
|
description?: string | undefined;
|
|
5968
|
-
label?: string | undefined;
|
|
5969
5968
|
key?: string | undefined;
|
|
5969
|
+
label?: string | undefined;
|
|
5970
5970
|
example?: string | undefined;
|
|
5971
5971
|
helpUrl?: string | undefined;
|
|
5972
5972
|
}[] | undefined;
|
|
@@ -5984,8 +5984,8 @@ export declare const StoreGetProfileOutputProtoSchema: z.ZodObject<{
|
|
|
5984
5984
|
headline?: string | undefined;
|
|
5985
5985
|
targetUsers?: {
|
|
5986
5986
|
description?: string | undefined;
|
|
5987
|
-
label?: string | undefined;
|
|
5988
5987
|
key?: string | undefined;
|
|
5988
|
+
label?: string | undefined;
|
|
5989
5989
|
}[] | undefined;
|
|
5990
5990
|
primaryUseCases?: {
|
|
5991
5991
|
description?: string | undefined;
|
|
@@ -6025,8 +6025,8 @@ export declare const StoreGetProfileOutputProtoSchema: z.ZodObject<{
|
|
|
6025
6025
|
headline?: string | undefined;
|
|
6026
6026
|
targetUsers?: {
|
|
6027
6027
|
description?: string | undefined;
|
|
6028
|
-
label?: string | undefined;
|
|
6029
6028
|
key?: string | undefined;
|
|
6029
|
+
label?: string | undefined;
|
|
6030
6030
|
}[] | undefined;
|
|
6031
6031
|
primaryUseCases?: {
|
|
6032
6032
|
description?: string | undefined;
|
|
@@ -6055,25 +6055,25 @@ export declare const StoreGetProfileOutputProtoSchema: z.ZodObject<{
|
|
|
6055
6055
|
primaryScreenshotUrl?: string | undefined;
|
|
6056
6056
|
capabilities?: {
|
|
6057
6057
|
description?: string | undefined;
|
|
6058
|
-
label?: string | undefined;
|
|
6059
6058
|
key?: string | undefined;
|
|
6059
|
+
label?: string | undefined;
|
|
6060
6060
|
}[] | undefined;
|
|
6061
6061
|
surfaces?: {
|
|
6062
6062
|
description?: string | undefined;
|
|
6063
|
-
label?: string | undefined;
|
|
6064
6063
|
key?: string | undefined;
|
|
6064
|
+
label?: string | undefined;
|
|
6065
6065
|
}[] | undefined;
|
|
6066
6066
|
relationships?: {
|
|
6067
6067
|
type?: string | undefined;
|
|
6068
6068
|
description?: string | undefined;
|
|
6069
|
-
label?: string | undefined;
|
|
6070
6069
|
appId?: string | undefined;
|
|
6070
|
+
label?: string | undefined;
|
|
6071
6071
|
}[] | undefined;
|
|
6072
6072
|
setupOverview?: {
|
|
6073
6073
|
fields?: {
|
|
6074
6074
|
description?: string | undefined;
|
|
6075
|
-
label?: string | undefined;
|
|
6076
6075
|
key?: string | undefined;
|
|
6076
|
+
label?: string | undefined;
|
|
6077
6077
|
example?: string | undefined;
|
|
6078
6078
|
helpUrl?: string | undefined;
|
|
6079
6079
|
}[] | undefined;
|
|
@@ -6091,8 +6091,8 @@ export declare const StoreGetProfileOutputProtoSchema: z.ZodObject<{
|
|
|
6091
6091
|
headline?: string | undefined;
|
|
6092
6092
|
targetUsers?: {
|
|
6093
6093
|
description?: string | undefined;
|
|
6094
|
-
label?: string | undefined;
|
|
6095
6094
|
key?: string | undefined;
|
|
6095
|
+
label?: string | undefined;
|
|
6096
6096
|
}[] | undefined;
|
|
6097
6097
|
primaryUseCases?: {
|
|
6098
6098
|
description?: string | undefined;
|
|
@@ -6132,8 +6132,8 @@ export declare const StoreGetProfileOutputProtoSchema: z.ZodObject<{
|
|
|
6132
6132
|
headline?: string | undefined;
|
|
6133
6133
|
targetUsers?: {
|
|
6134
6134
|
description?: string | undefined;
|
|
6135
|
-
label?: string | undefined;
|
|
6136
6135
|
key?: string | undefined;
|
|
6136
|
+
label?: string | undefined;
|
|
6137
6137
|
}[] | undefined;
|
|
6138
6138
|
primaryUseCases?: {
|
|
6139
6139
|
description?: string | undefined;
|
|
@@ -6162,25 +6162,25 @@ export declare const StoreGetProfileOutputProtoSchema: z.ZodObject<{
|
|
|
6162
6162
|
primaryScreenshotUrl?: string | undefined;
|
|
6163
6163
|
capabilities?: {
|
|
6164
6164
|
description?: string | undefined;
|
|
6165
|
-
label?: string | undefined;
|
|
6166
6165
|
key?: string | undefined;
|
|
6166
|
+
label?: string | undefined;
|
|
6167
6167
|
}[] | undefined;
|
|
6168
6168
|
surfaces?: {
|
|
6169
6169
|
description?: string | undefined;
|
|
6170
|
-
label?: string | undefined;
|
|
6171
6170
|
key?: string | undefined;
|
|
6171
|
+
label?: string | undefined;
|
|
6172
6172
|
}[] | undefined;
|
|
6173
6173
|
relationships?: {
|
|
6174
6174
|
type?: string | undefined;
|
|
6175
6175
|
description?: string | undefined;
|
|
6176
|
-
label?: string | undefined;
|
|
6177
6176
|
appId?: string | undefined;
|
|
6177
|
+
label?: string | undefined;
|
|
6178
6178
|
}[] | undefined;
|
|
6179
6179
|
setupOverview?: {
|
|
6180
6180
|
fields?: {
|
|
6181
6181
|
description?: string | undefined;
|
|
6182
|
-
label?: string | undefined;
|
|
6183
6182
|
key?: string | undefined;
|
|
6183
|
+
label?: string | undefined;
|
|
6184
6184
|
example?: string | undefined;
|
|
6185
6185
|
helpUrl?: string | undefined;
|
|
6186
6186
|
}[] | undefined;
|
|
@@ -6198,8 +6198,8 @@ export declare const StoreGetProfileOutputProtoSchema: z.ZodObject<{
|
|
|
6198
6198
|
headline?: string | undefined;
|
|
6199
6199
|
targetUsers?: {
|
|
6200
6200
|
description?: string | undefined;
|
|
6201
|
-
label?: string | undefined;
|
|
6202
6201
|
key?: string | undefined;
|
|
6202
|
+
label?: string | undefined;
|
|
6203
6203
|
}[] | undefined;
|
|
6204
6204
|
primaryUseCases?: {
|
|
6205
6205
|
description?: string | undefined;
|
|
@@ -6344,14 +6344,6 @@ export declare const DataSourceTableDefinitionProtoSchema: z.ZodObject<{
|
|
|
6344
6344
|
}>>, "many">>;
|
|
6345
6345
|
primaryKey: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
6346
6346
|
}, "strip", z.ZodTypeAny, {
|
|
6347
|
-
table?: {
|
|
6348
|
-
name?: string | undefined;
|
|
6349
|
-
description?: string | undefined;
|
|
6350
|
-
localCatalogAlias?: string | undefined;
|
|
6351
|
-
estimatedRowCount?: number | undefined;
|
|
6352
|
-
updatedAt?: number | undefined;
|
|
6353
|
-
tableType?: string | undefined;
|
|
6354
|
-
} | undefined;
|
|
6355
6347
|
columns?: {
|
|
6356
6348
|
type?: string | undefined;
|
|
6357
6349
|
name?: string | undefined;
|
|
@@ -6361,8 +6353,6 @@ export declare const DataSourceTableDefinitionProtoSchema: z.ZodObject<{
|
|
|
6361
6353
|
precision?: number | undefined;
|
|
6362
6354
|
scale?: number | undefined;
|
|
6363
6355
|
}[] | undefined;
|
|
6364
|
-
primaryKey?: string[] | undefined;
|
|
6365
|
-
}, {
|
|
6366
6356
|
table?: {
|
|
6367
6357
|
name?: string | undefined;
|
|
6368
6358
|
description?: string | undefined;
|
|
@@ -6371,6 +6361,8 @@ export declare const DataSourceTableDefinitionProtoSchema: z.ZodObject<{
|
|
|
6371
6361
|
updatedAt?: number | undefined;
|
|
6372
6362
|
tableType?: string | undefined;
|
|
6373
6363
|
} | undefined;
|
|
6364
|
+
primaryKey?: string[] | undefined;
|
|
6365
|
+
}, {
|
|
6374
6366
|
columns?: {
|
|
6375
6367
|
type?: string | undefined;
|
|
6376
6368
|
name?: string | undefined;
|
|
@@ -6380,6 +6372,14 @@ export declare const DataSourceTableDefinitionProtoSchema: z.ZodObject<{
|
|
|
6380
6372
|
precision?: number | undefined;
|
|
6381
6373
|
scale?: number | undefined;
|
|
6382
6374
|
}[] | undefined;
|
|
6375
|
+
table?: {
|
|
6376
|
+
name?: string | undefined;
|
|
6377
|
+
description?: string | undefined;
|
|
6378
|
+
localCatalogAlias?: string | undefined;
|
|
6379
|
+
estimatedRowCount?: number | undefined;
|
|
6380
|
+
updatedAt?: number | undefined;
|
|
6381
|
+
tableType?: string | undefined;
|
|
6382
|
+
} | undefined;
|
|
6383
6383
|
primaryKey?: string[] | undefined;
|
|
6384
6384
|
}>;
|
|
6385
6385
|
export type DataSourceTableDefinitionProto = z.infer<typeof DataSourceTableDefinitionProtoSchema>;
|
|
@@ -6572,12 +6572,12 @@ export declare const DataSourceDescribeTableInputProtoSchema: z.ZodObject<{
|
|
|
6572
6572
|
tableName: z.ZodOptional<z.ZodString>;
|
|
6573
6573
|
includeSample: z.ZodOptional<z.ZodBoolean>;
|
|
6574
6574
|
}, "strip", z.ZodTypeAny, {
|
|
6575
|
-
localCatalogAlias?: string | undefined;
|
|
6576
6575
|
tableName?: string | undefined;
|
|
6576
|
+
localCatalogAlias?: string | undefined;
|
|
6577
6577
|
includeSample?: boolean | undefined;
|
|
6578
6578
|
}, {
|
|
6579
|
-
localCatalogAlias?: string | undefined;
|
|
6580
6579
|
tableName?: string | undefined;
|
|
6580
|
+
localCatalogAlias?: string | undefined;
|
|
6581
6581
|
includeSample?: boolean | undefined;
|
|
6582
6582
|
}>;
|
|
6583
6583
|
export type DataSourceDescribeTableInputProto = z.infer<typeof DataSourceDescribeTableInputProtoSchema>;
|
|
@@ -6632,14 +6632,6 @@ export declare const DataSourceDescribeTableOutputProtoSchema: z.ZodObject<{
|
|
|
6632
6632
|
}>>, "many">>;
|
|
6633
6633
|
primaryKey: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
6634
6634
|
}, "strip", z.ZodTypeAny, {
|
|
6635
|
-
table?: {
|
|
6636
|
-
name?: string | undefined;
|
|
6637
|
-
description?: string | undefined;
|
|
6638
|
-
localCatalogAlias?: string | undefined;
|
|
6639
|
-
estimatedRowCount?: number | undefined;
|
|
6640
|
-
updatedAt?: number | undefined;
|
|
6641
|
-
tableType?: string | undefined;
|
|
6642
|
-
} | undefined;
|
|
6643
6635
|
columns?: {
|
|
6644
6636
|
type?: string | undefined;
|
|
6645
6637
|
name?: string | undefined;
|
|
@@ -6649,8 +6641,6 @@ export declare const DataSourceDescribeTableOutputProtoSchema: z.ZodObject<{
|
|
|
6649
6641
|
precision?: number | undefined;
|
|
6650
6642
|
scale?: number | undefined;
|
|
6651
6643
|
}[] | undefined;
|
|
6652
|
-
primaryKey?: string[] | undefined;
|
|
6653
|
-
}, {
|
|
6654
6644
|
table?: {
|
|
6655
6645
|
name?: string | undefined;
|
|
6656
6646
|
description?: string | undefined;
|
|
@@ -6659,6 +6649,8 @@ export declare const DataSourceDescribeTableOutputProtoSchema: z.ZodObject<{
|
|
|
6659
6649
|
updatedAt?: number | undefined;
|
|
6660
6650
|
tableType?: string | undefined;
|
|
6661
6651
|
} | undefined;
|
|
6652
|
+
primaryKey?: string[] | undefined;
|
|
6653
|
+
}, {
|
|
6662
6654
|
columns?: {
|
|
6663
6655
|
type?: string | undefined;
|
|
6664
6656
|
name?: string | undefined;
|
|
@@ -6668,13 +6660,6 @@ export declare const DataSourceDescribeTableOutputProtoSchema: z.ZodObject<{
|
|
|
6668
6660
|
precision?: number | undefined;
|
|
6669
6661
|
scale?: number | undefined;
|
|
6670
6662
|
}[] | undefined;
|
|
6671
|
-
primaryKey?: string[] | undefined;
|
|
6672
|
-
}>>>;
|
|
6673
|
-
sample: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodAny>, "many">>;
|
|
6674
|
-
metadataVersion: z.ZodOptional<z.ZodString>;
|
|
6675
|
-
}, "strip", z.ZodTypeAny, {
|
|
6676
|
-
metadataVersion?: string | undefined;
|
|
6677
|
-
definition?: {
|
|
6678
6663
|
table?: {
|
|
6679
6664
|
name?: string | undefined;
|
|
6680
6665
|
description?: string | undefined;
|
|
@@ -6683,6 +6668,13 @@ export declare const DataSourceDescribeTableOutputProtoSchema: z.ZodObject<{
|
|
|
6683
6668
|
updatedAt?: number | undefined;
|
|
6684
6669
|
tableType?: string | undefined;
|
|
6685
6670
|
} | undefined;
|
|
6671
|
+
primaryKey?: string[] | undefined;
|
|
6672
|
+
}>>>;
|
|
6673
|
+
sample: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodAny>, "many">>;
|
|
6674
|
+
metadataVersion: z.ZodOptional<z.ZodString>;
|
|
6675
|
+
}, "strip", z.ZodTypeAny, {
|
|
6676
|
+
metadataVersion?: string | undefined;
|
|
6677
|
+
definition?: {
|
|
6686
6678
|
columns?: {
|
|
6687
6679
|
type?: string | undefined;
|
|
6688
6680
|
name?: string | undefined;
|
|
@@ -6692,12 +6684,6 @@ export declare const DataSourceDescribeTableOutputProtoSchema: z.ZodObject<{
|
|
|
6692
6684
|
precision?: number | undefined;
|
|
6693
6685
|
scale?: number | undefined;
|
|
6694
6686
|
}[] | undefined;
|
|
6695
|
-
primaryKey?: string[] | undefined;
|
|
6696
|
-
} | undefined;
|
|
6697
|
-
sample?: Record<string, any>[] | undefined;
|
|
6698
|
-
}, {
|
|
6699
|
-
metadataVersion?: string | undefined;
|
|
6700
|
-
definition?: {
|
|
6701
6687
|
table?: {
|
|
6702
6688
|
name?: string | undefined;
|
|
6703
6689
|
description?: string | undefined;
|
|
@@ -6706,6 +6692,12 @@ export declare const DataSourceDescribeTableOutputProtoSchema: z.ZodObject<{
|
|
|
6706
6692
|
updatedAt?: number | undefined;
|
|
6707
6693
|
tableType?: string | undefined;
|
|
6708
6694
|
} | undefined;
|
|
6695
|
+
primaryKey?: string[] | undefined;
|
|
6696
|
+
} | undefined;
|
|
6697
|
+
sample?: Record<string, any>[] | undefined;
|
|
6698
|
+
}, {
|
|
6699
|
+
metadataVersion?: string | undefined;
|
|
6700
|
+
definition?: {
|
|
6709
6701
|
columns?: {
|
|
6710
6702
|
type?: string | undefined;
|
|
6711
6703
|
name?: string | undefined;
|
|
@@ -6715,6 +6707,14 @@ export declare const DataSourceDescribeTableOutputProtoSchema: z.ZodObject<{
|
|
|
6715
6707
|
precision?: number | undefined;
|
|
6716
6708
|
scale?: number | undefined;
|
|
6717
6709
|
}[] | undefined;
|
|
6710
|
+
table?: {
|
|
6711
|
+
name?: string | undefined;
|
|
6712
|
+
description?: string | undefined;
|
|
6713
|
+
localCatalogAlias?: string | undefined;
|
|
6714
|
+
estimatedRowCount?: number | undefined;
|
|
6715
|
+
updatedAt?: number | undefined;
|
|
6716
|
+
tableType?: string | undefined;
|
|
6717
|
+
} | undefined;
|
|
6718
6718
|
primaryKey?: string[] | undefined;
|
|
6719
6719
|
} | undefined;
|
|
6720
6720
|
sample?: Record<string, any>[] | undefined;
|
|
@@ -10644,6 +10644,7 @@ export declare const MessagingOnMediumMessageCreatedInputProtoSchema: z.ZodObjec
|
|
|
10644
10644
|
options?: ("MESSAGE_OPTION_UNSPECIFIED" | "MESSAGE_OPTION_ACT_AS_MANAGER" | "MESSAGE_OPTION_DISPLAY_AS_CHANNEL" | "MESSAGE_OPTION_DO_NOT_POST" | "MESSAGE_OPTION_DO_NOT_SEARCH" | "MESSAGE_OPTION_DO_NOT_SEND_APP" | "MESSAGE_OPTION_DO_NOT_UPDATE_DESK" | "MESSAGE_OPTION_IMMUTABLE" | "MESSAGE_OPTION_PRIVATE" | "MESSAGE_OPTION_SILENT_TO_MANAGER" | "MESSAGE_OPTION_SILENT_TO_USER")[] | undefined;
|
|
10645
10645
|
id?: string | undefined;
|
|
10646
10646
|
channelId?: string | undefined;
|
|
10647
|
+
requestId?: string | undefined;
|
|
10647
10648
|
form?: Record<string, any> | undefined;
|
|
10648
10649
|
blocks?: Record<string, any>[] | undefined;
|
|
10649
10650
|
updatedAt?: string | undefined;
|
|
@@ -10691,7 +10692,6 @@ export declare const MessagingOnMediumMessageCreatedInputProtoSchema: z.ZodObjec
|
|
|
10691
10692
|
marketing?: Record<string, any> | undefined;
|
|
10692
10693
|
plainText?: string | undefined;
|
|
10693
10694
|
reactions?: Record<string, any>[] | undefined;
|
|
10694
|
-
requestId?: string | undefined;
|
|
10695
10695
|
alertLevel?: "MESSAGE_ALERT_LEVEL_UNSPECIFIED" | "MESSAGE_ALERT_LEVEL_ALERT" | "MESSAGE_ALERT_LEVEL_UNREAD" | "MESSAGE_ALERT_LEVEL_NONE" | undefined;
|
|
10696
10696
|
personType?: string | undefined;
|
|
10697
10697
|
supportBot?: Record<string, any> | undefined;
|
|
@@ -10707,6 +10707,7 @@ export declare const MessagingOnMediumMessageCreatedInputProtoSchema: z.ZodObjec
|
|
|
10707
10707
|
options?: ("MESSAGE_OPTION_UNSPECIFIED" | "MESSAGE_OPTION_ACT_AS_MANAGER" | "MESSAGE_OPTION_DISPLAY_AS_CHANNEL" | "MESSAGE_OPTION_DO_NOT_POST" | "MESSAGE_OPTION_DO_NOT_SEARCH" | "MESSAGE_OPTION_DO_NOT_SEND_APP" | "MESSAGE_OPTION_DO_NOT_UPDATE_DESK" | "MESSAGE_OPTION_IMMUTABLE" | "MESSAGE_OPTION_PRIVATE" | "MESSAGE_OPTION_SILENT_TO_MANAGER" | "MESSAGE_OPTION_SILENT_TO_USER")[] | undefined;
|
|
10708
10708
|
id?: string | undefined;
|
|
10709
10709
|
channelId?: string | undefined;
|
|
10710
|
+
requestId?: string | undefined;
|
|
10710
10711
|
form?: Record<string, any> | undefined;
|
|
10711
10712
|
blocks?: Record<string, any>[] | undefined;
|
|
10712
10713
|
updatedAt?: string | undefined;
|
|
@@ -10754,7 +10755,6 @@ export declare const MessagingOnMediumMessageCreatedInputProtoSchema: z.ZodObjec
|
|
|
10754
10755
|
marketing?: Record<string, any> | undefined;
|
|
10755
10756
|
plainText?: string | undefined;
|
|
10756
10757
|
reactions?: Record<string, any>[] | undefined;
|
|
10757
|
-
requestId?: string | undefined;
|
|
10758
10758
|
alertLevel?: "MESSAGE_ALERT_LEVEL_UNSPECIFIED" | "MESSAGE_ALERT_LEVEL_ALERT" | "MESSAGE_ALERT_LEVEL_UNREAD" | "MESSAGE_ALERT_LEVEL_NONE" | undefined;
|
|
10759
10759
|
personType?: string | undefined;
|
|
10760
10760
|
supportBot?: Record<string, any> | undefined;
|
|
@@ -10834,6 +10834,7 @@ export declare const MessagingOnMediumMessageCreatedInputProtoSchema: z.ZodObjec
|
|
|
10834
10834
|
options?: ("MESSAGE_OPTION_UNSPECIFIED" | "MESSAGE_OPTION_ACT_AS_MANAGER" | "MESSAGE_OPTION_DISPLAY_AS_CHANNEL" | "MESSAGE_OPTION_DO_NOT_POST" | "MESSAGE_OPTION_DO_NOT_SEARCH" | "MESSAGE_OPTION_DO_NOT_SEND_APP" | "MESSAGE_OPTION_DO_NOT_UPDATE_DESK" | "MESSAGE_OPTION_IMMUTABLE" | "MESSAGE_OPTION_PRIVATE" | "MESSAGE_OPTION_SILENT_TO_MANAGER" | "MESSAGE_OPTION_SILENT_TO_USER")[] | undefined;
|
|
10835
10835
|
id?: string | undefined;
|
|
10836
10836
|
channelId?: string | undefined;
|
|
10837
|
+
requestId?: string | undefined;
|
|
10837
10838
|
form?: Record<string, any> | undefined;
|
|
10838
10839
|
blocks?: Record<string, any>[] | undefined;
|
|
10839
10840
|
updatedAt?: string | undefined;
|
|
@@ -10881,7 +10882,6 @@ export declare const MessagingOnMediumMessageCreatedInputProtoSchema: z.ZodObjec
|
|
|
10881
10882
|
marketing?: Record<string, any> | undefined;
|
|
10882
10883
|
plainText?: string | undefined;
|
|
10883
10884
|
reactions?: Record<string, any>[] | undefined;
|
|
10884
|
-
requestId?: string | undefined;
|
|
10885
10885
|
alertLevel?: "MESSAGE_ALERT_LEVEL_UNSPECIFIED" | "MESSAGE_ALERT_LEVEL_ALERT" | "MESSAGE_ALERT_LEVEL_UNREAD" | "MESSAGE_ALERT_LEVEL_NONE" | undefined;
|
|
10886
10886
|
personType?: string | undefined;
|
|
10887
10887
|
supportBot?: Record<string, any> | undefined;
|
|
@@ -10961,6 +10961,7 @@ export declare const MessagingOnMediumMessageCreatedInputProtoSchema: z.ZodObjec
|
|
|
10961
10961
|
options?: ("MESSAGE_OPTION_UNSPECIFIED" | "MESSAGE_OPTION_ACT_AS_MANAGER" | "MESSAGE_OPTION_DISPLAY_AS_CHANNEL" | "MESSAGE_OPTION_DO_NOT_POST" | "MESSAGE_OPTION_DO_NOT_SEARCH" | "MESSAGE_OPTION_DO_NOT_SEND_APP" | "MESSAGE_OPTION_DO_NOT_UPDATE_DESK" | "MESSAGE_OPTION_IMMUTABLE" | "MESSAGE_OPTION_PRIVATE" | "MESSAGE_OPTION_SILENT_TO_MANAGER" | "MESSAGE_OPTION_SILENT_TO_USER")[] | undefined;
|
|
10962
10962
|
id?: string | undefined;
|
|
10963
10963
|
channelId?: string | undefined;
|
|
10964
|
+
requestId?: string | undefined;
|
|
10964
10965
|
form?: Record<string, any> | undefined;
|
|
10965
10966
|
blocks?: Record<string, any>[] | undefined;
|
|
10966
10967
|
updatedAt?: string | undefined;
|
|
@@ -11008,7 +11009,6 @@ export declare const MessagingOnMediumMessageCreatedInputProtoSchema: z.ZodObjec
|
|
|
11008
11009
|
marketing?: Record<string, any> | undefined;
|
|
11009
11010
|
plainText?: string | undefined;
|
|
11010
11011
|
reactions?: Record<string, any>[] | undefined;
|
|
11011
|
-
requestId?: string | undefined;
|
|
11012
11012
|
alertLevel?: "MESSAGE_ALERT_LEVEL_UNSPECIFIED" | "MESSAGE_ALERT_LEVEL_ALERT" | "MESSAGE_ALERT_LEVEL_UNREAD" | "MESSAGE_ALERT_LEVEL_NONE" | undefined;
|
|
11013
11013
|
personType?: string | undefined;
|
|
11014
11014
|
supportBot?: Record<string, any> | undefined;
|
|
@@ -12245,6 +12245,7 @@ export declare const MessagingInboxGetCustomEditorWamInputProtoSchema: z.ZodObje
|
|
|
12245
12245
|
options?: ("MESSAGE_OPTION_UNSPECIFIED" | "MESSAGE_OPTION_ACT_AS_MANAGER" | "MESSAGE_OPTION_DISPLAY_AS_CHANNEL" | "MESSAGE_OPTION_DO_NOT_POST" | "MESSAGE_OPTION_DO_NOT_SEARCH" | "MESSAGE_OPTION_DO_NOT_SEND_APP" | "MESSAGE_OPTION_DO_NOT_UPDATE_DESK" | "MESSAGE_OPTION_IMMUTABLE" | "MESSAGE_OPTION_PRIVATE" | "MESSAGE_OPTION_SILENT_TO_MANAGER" | "MESSAGE_OPTION_SILENT_TO_USER")[] | undefined;
|
|
12246
12246
|
id?: string | undefined;
|
|
12247
12247
|
channelId?: string | undefined;
|
|
12248
|
+
requestId?: string | undefined;
|
|
12248
12249
|
form?: Record<string, any> | undefined;
|
|
12249
12250
|
blocks?: Record<string, any>[] | undefined;
|
|
12250
12251
|
updatedAt?: string | undefined;
|
|
@@ -12292,7 +12293,6 @@ export declare const MessagingInboxGetCustomEditorWamInputProtoSchema: z.ZodObje
|
|
|
12292
12293
|
marketing?: Record<string, any> | undefined;
|
|
12293
12294
|
plainText?: string | undefined;
|
|
12294
12295
|
reactions?: Record<string, any>[] | undefined;
|
|
12295
|
-
requestId?: string | undefined;
|
|
12296
12296
|
alertLevel?: "MESSAGE_ALERT_LEVEL_UNSPECIFIED" | "MESSAGE_ALERT_LEVEL_ALERT" | "MESSAGE_ALERT_LEVEL_UNREAD" | "MESSAGE_ALERT_LEVEL_NONE" | undefined;
|
|
12297
12297
|
personType?: string | undefined;
|
|
12298
12298
|
supportBot?: Record<string, any> | undefined;
|
|
@@ -12308,6 +12308,7 @@ export declare const MessagingInboxGetCustomEditorWamInputProtoSchema: z.ZodObje
|
|
|
12308
12308
|
options?: ("MESSAGE_OPTION_UNSPECIFIED" | "MESSAGE_OPTION_ACT_AS_MANAGER" | "MESSAGE_OPTION_DISPLAY_AS_CHANNEL" | "MESSAGE_OPTION_DO_NOT_POST" | "MESSAGE_OPTION_DO_NOT_SEARCH" | "MESSAGE_OPTION_DO_NOT_SEND_APP" | "MESSAGE_OPTION_DO_NOT_UPDATE_DESK" | "MESSAGE_OPTION_IMMUTABLE" | "MESSAGE_OPTION_PRIVATE" | "MESSAGE_OPTION_SILENT_TO_MANAGER" | "MESSAGE_OPTION_SILENT_TO_USER")[] | undefined;
|
|
12309
12309
|
id?: string | undefined;
|
|
12310
12310
|
channelId?: string | undefined;
|
|
12311
|
+
requestId?: string | undefined;
|
|
12311
12312
|
form?: Record<string, any> | undefined;
|
|
12312
12313
|
blocks?: Record<string, any>[] | undefined;
|
|
12313
12314
|
updatedAt?: string | undefined;
|
|
@@ -12355,7 +12356,6 @@ export declare const MessagingInboxGetCustomEditorWamInputProtoSchema: z.ZodObje
|
|
|
12355
12356
|
marketing?: Record<string, any> | undefined;
|
|
12356
12357
|
plainText?: string | undefined;
|
|
12357
12358
|
reactions?: Record<string, any>[] | undefined;
|
|
12358
|
-
requestId?: string | undefined;
|
|
12359
12359
|
alertLevel?: "MESSAGE_ALERT_LEVEL_UNSPECIFIED" | "MESSAGE_ALERT_LEVEL_ALERT" | "MESSAGE_ALERT_LEVEL_UNREAD" | "MESSAGE_ALERT_LEVEL_NONE" | undefined;
|
|
12360
12360
|
personType?: string | undefined;
|
|
12361
12361
|
supportBot?: Record<string, any> | undefined;
|
|
@@ -12471,6 +12471,7 @@ export declare const MessagingInboxGetCustomEditorWamInputProtoSchema: z.ZodObje
|
|
|
12471
12471
|
options?: ("MESSAGE_OPTION_UNSPECIFIED" | "MESSAGE_OPTION_ACT_AS_MANAGER" | "MESSAGE_OPTION_DISPLAY_AS_CHANNEL" | "MESSAGE_OPTION_DO_NOT_POST" | "MESSAGE_OPTION_DO_NOT_SEARCH" | "MESSAGE_OPTION_DO_NOT_SEND_APP" | "MESSAGE_OPTION_DO_NOT_UPDATE_DESK" | "MESSAGE_OPTION_IMMUTABLE" | "MESSAGE_OPTION_PRIVATE" | "MESSAGE_OPTION_SILENT_TO_MANAGER" | "MESSAGE_OPTION_SILENT_TO_USER")[] | undefined;
|
|
12472
12472
|
id?: string | undefined;
|
|
12473
12473
|
channelId?: string | undefined;
|
|
12474
|
+
requestId?: string | undefined;
|
|
12474
12475
|
form?: Record<string, any> | undefined;
|
|
12475
12476
|
blocks?: Record<string, any>[] | undefined;
|
|
12476
12477
|
updatedAt?: string | undefined;
|
|
@@ -12518,7 +12519,6 @@ export declare const MessagingInboxGetCustomEditorWamInputProtoSchema: z.ZodObje
|
|
|
12518
12519
|
marketing?: Record<string, any> | undefined;
|
|
12519
12520
|
plainText?: string | undefined;
|
|
12520
12521
|
reactions?: Record<string, any>[] | undefined;
|
|
12521
|
-
requestId?: string | undefined;
|
|
12522
12522
|
alertLevel?: "MESSAGE_ALERT_LEVEL_UNSPECIFIED" | "MESSAGE_ALERT_LEVEL_ALERT" | "MESSAGE_ALERT_LEVEL_UNREAD" | "MESSAGE_ALERT_LEVEL_NONE" | undefined;
|
|
12523
12523
|
personType?: string | undefined;
|
|
12524
12524
|
supportBot?: Record<string, any> | undefined;
|
|
@@ -12637,6 +12637,7 @@ export declare const MessagingInboxGetCustomEditorWamInputProtoSchema: z.ZodObje
|
|
|
12637
12637
|
options?: ("MESSAGE_OPTION_UNSPECIFIED" | "MESSAGE_OPTION_ACT_AS_MANAGER" | "MESSAGE_OPTION_DISPLAY_AS_CHANNEL" | "MESSAGE_OPTION_DO_NOT_POST" | "MESSAGE_OPTION_DO_NOT_SEARCH" | "MESSAGE_OPTION_DO_NOT_SEND_APP" | "MESSAGE_OPTION_DO_NOT_UPDATE_DESK" | "MESSAGE_OPTION_IMMUTABLE" | "MESSAGE_OPTION_PRIVATE" | "MESSAGE_OPTION_SILENT_TO_MANAGER" | "MESSAGE_OPTION_SILENT_TO_USER")[] | undefined;
|
|
12638
12638
|
id?: string | undefined;
|
|
12639
12639
|
channelId?: string | undefined;
|
|
12640
|
+
requestId?: string | undefined;
|
|
12640
12641
|
form?: Record<string, any> | undefined;
|
|
12641
12642
|
blocks?: Record<string, any>[] | undefined;
|
|
12642
12643
|
updatedAt?: string | undefined;
|
|
@@ -12684,7 +12685,6 @@ export declare const MessagingInboxGetCustomEditorWamInputProtoSchema: z.ZodObje
|
|
|
12684
12685
|
marketing?: Record<string, any> | undefined;
|
|
12685
12686
|
plainText?: string | undefined;
|
|
12686
12687
|
reactions?: Record<string, any>[] | undefined;
|
|
12687
|
-
requestId?: string | undefined;
|
|
12688
12688
|
alertLevel?: "MESSAGE_ALERT_LEVEL_UNSPECIFIED" | "MESSAGE_ALERT_LEVEL_ALERT" | "MESSAGE_ALERT_LEVEL_UNREAD" | "MESSAGE_ALERT_LEVEL_NONE" | undefined;
|
|
12689
12689
|
personType?: string | undefined;
|
|
12690
12690
|
supportBot?: Record<string, any> | undefined;
|
|
@@ -13199,6 +13199,7 @@ export declare const MessagingInboxGetMediumMessageErrorReasonInputProtoSchema:
|
|
|
13199
13199
|
options?: ("MESSAGE_OPTION_UNSPECIFIED" | "MESSAGE_OPTION_ACT_AS_MANAGER" | "MESSAGE_OPTION_DISPLAY_AS_CHANNEL" | "MESSAGE_OPTION_DO_NOT_POST" | "MESSAGE_OPTION_DO_NOT_SEARCH" | "MESSAGE_OPTION_DO_NOT_SEND_APP" | "MESSAGE_OPTION_DO_NOT_UPDATE_DESK" | "MESSAGE_OPTION_IMMUTABLE" | "MESSAGE_OPTION_PRIVATE" | "MESSAGE_OPTION_SILENT_TO_MANAGER" | "MESSAGE_OPTION_SILENT_TO_USER")[] | undefined;
|
|
13200
13200
|
id?: string | undefined;
|
|
13201
13201
|
channelId?: string | undefined;
|
|
13202
|
+
requestId?: string | undefined;
|
|
13202
13203
|
form?: Record<string, any> | undefined;
|
|
13203
13204
|
blocks?: Record<string, any>[] | undefined;
|
|
13204
13205
|
updatedAt?: string | undefined;
|
|
@@ -13246,7 +13247,6 @@ export declare const MessagingInboxGetMediumMessageErrorReasonInputProtoSchema:
|
|
|
13246
13247
|
marketing?: Record<string, any> | undefined;
|
|
13247
13248
|
plainText?: string | undefined;
|
|
13248
13249
|
reactions?: Record<string, any>[] | undefined;
|
|
13249
|
-
requestId?: string | undefined;
|
|
13250
13250
|
alertLevel?: "MESSAGE_ALERT_LEVEL_UNSPECIFIED" | "MESSAGE_ALERT_LEVEL_ALERT" | "MESSAGE_ALERT_LEVEL_UNREAD" | "MESSAGE_ALERT_LEVEL_NONE" | undefined;
|
|
13251
13251
|
personType?: string | undefined;
|
|
13252
13252
|
supportBot?: Record<string, any> | undefined;
|
|
@@ -13262,6 +13262,7 @@ export declare const MessagingInboxGetMediumMessageErrorReasonInputProtoSchema:
|
|
|
13262
13262
|
options?: ("MESSAGE_OPTION_UNSPECIFIED" | "MESSAGE_OPTION_ACT_AS_MANAGER" | "MESSAGE_OPTION_DISPLAY_AS_CHANNEL" | "MESSAGE_OPTION_DO_NOT_POST" | "MESSAGE_OPTION_DO_NOT_SEARCH" | "MESSAGE_OPTION_DO_NOT_SEND_APP" | "MESSAGE_OPTION_DO_NOT_UPDATE_DESK" | "MESSAGE_OPTION_IMMUTABLE" | "MESSAGE_OPTION_PRIVATE" | "MESSAGE_OPTION_SILENT_TO_MANAGER" | "MESSAGE_OPTION_SILENT_TO_USER")[] | undefined;
|
|
13263
13263
|
id?: string | undefined;
|
|
13264
13264
|
channelId?: string | undefined;
|
|
13265
|
+
requestId?: string | undefined;
|
|
13265
13266
|
form?: Record<string, any> | undefined;
|
|
13266
13267
|
blocks?: Record<string, any>[] | undefined;
|
|
13267
13268
|
updatedAt?: string | undefined;
|
|
@@ -13309,7 +13310,6 @@ export declare const MessagingInboxGetMediumMessageErrorReasonInputProtoSchema:
|
|
|
13309
13310
|
marketing?: Record<string, any> | undefined;
|
|
13310
13311
|
plainText?: string | undefined;
|
|
13311
13312
|
reactions?: Record<string, any>[] | undefined;
|
|
13312
|
-
requestId?: string | undefined;
|
|
13313
13313
|
alertLevel?: "MESSAGE_ALERT_LEVEL_UNSPECIFIED" | "MESSAGE_ALERT_LEVEL_ALERT" | "MESSAGE_ALERT_LEVEL_UNREAD" | "MESSAGE_ALERT_LEVEL_NONE" | undefined;
|
|
13314
13314
|
personType?: string | undefined;
|
|
13315
13315
|
supportBot?: Record<string, any> | undefined;
|
|
@@ -13389,6 +13389,7 @@ export declare const MessagingInboxGetMediumMessageErrorReasonInputProtoSchema:
|
|
|
13389
13389
|
options?: ("MESSAGE_OPTION_UNSPECIFIED" | "MESSAGE_OPTION_ACT_AS_MANAGER" | "MESSAGE_OPTION_DISPLAY_AS_CHANNEL" | "MESSAGE_OPTION_DO_NOT_POST" | "MESSAGE_OPTION_DO_NOT_SEARCH" | "MESSAGE_OPTION_DO_NOT_SEND_APP" | "MESSAGE_OPTION_DO_NOT_UPDATE_DESK" | "MESSAGE_OPTION_IMMUTABLE" | "MESSAGE_OPTION_PRIVATE" | "MESSAGE_OPTION_SILENT_TO_MANAGER" | "MESSAGE_OPTION_SILENT_TO_USER")[] | undefined;
|
|
13390
13390
|
id?: string | undefined;
|
|
13391
13391
|
channelId?: string | undefined;
|
|
13392
|
+
requestId?: string | undefined;
|
|
13392
13393
|
form?: Record<string, any> | undefined;
|
|
13393
13394
|
blocks?: Record<string, any>[] | undefined;
|
|
13394
13395
|
updatedAt?: string | undefined;
|
|
@@ -13436,7 +13437,6 @@ export declare const MessagingInboxGetMediumMessageErrorReasonInputProtoSchema:
|
|
|
13436
13437
|
marketing?: Record<string, any> | undefined;
|
|
13437
13438
|
plainText?: string | undefined;
|
|
13438
13439
|
reactions?: Record<string, any>[] | undefined;
|
|
13439
|
-
requestId?: string | undefined;
|
|
13440
13440
|
alertLevel?: "MESSAGE_ALERT_LEVEL_UNSPECIFIED" | "MESSAGE_ALERT_LEVEL_ALERT" | "MESSAGE_ALERT_LEVEL_UNREAD" | "MESSAGE_ALERT_LEVEL_NONE" | undefined;
|
|
13441
13441
|
personType?: string | undefined;
|
|
13442
13442
|
supportBot?: Record<string, any> | undefined;
|
|
@@ -13516,6 +13516,7 @@ export declare const MessagingInboxGetMediumMessageErrorReasonInputProtoSchema:
|
|
|
13516
13516
|
options?: ("MESSAGE_OPTION_UNSPECIFIED" | "MESSAGE_OPTION_ACT_AS_MANAGER" | "MESSAGE_OPTION_DISPLAY_AS_CHANNEL" | "MESSAGE_OPTION_DO_NOT_POST" | "MESSAGE_OPTION_DO_NOT_SEARCH" | "MESSAGE_OPTION_DO_NOT_SEND_APP" | "MESSAGE_OPTION_DO_NOT_UPDATE_DESK" | "MESSAGE_OPTION_IMMUTABLE" | "MESSAGE_OPTION_PRIVATE" | "MESSAGE_OPTION_SILENT_TO_MANAGER" | "MESSAGE_OPTION_SILENT_TO_USER")[] | undefined;
|
|
13517
13517
|
id?: string | undefined;
|
|
13518
13518
|
channelId?: string | undefined;
|
|
13519
|
+
requestId?: string | undefined;
|
|
13519
13520
|
form?: Record<string, any> | undefined;
|
|
13520
13521
|
blocks?: Record<string, any>[] | undefined;
|
|
13521
13522
|
updatedAt?: string | undefined;
|
|
@@ -13563,7 +13564,6 @@ export declare const MessagingInboxGetMediumMessageErrorReasonInputProtoSchema:
|
|
|
13563
13564
|
marketing?: Record<string, any> | undefined;
|
|
13564
13565
|
plainText?: string | undefined;
|
|
13565
13566
|
reactions?: Record<string, any>[] | undefined;
|
|
13566
|
-
requestId?: string | undefined;
|
|
13567
13567
|
alertLevel?: "MESSAGE_ALERT_LEVEL_UNSPECIFIED" | "MESSAGE_ALERT_LEVEL_ALERT" | "MESSAGE_ALERT_LEVEL_UNREAD" | "MESSAGE_ALERT_LEVEL_NONE" | undefined;
|
|
13568
13568
|
personType?: string | undefined;
|
|
13569
13569
|
supportBot?: Record<string, any> | undefined;
|
|
@@ -13768,6 +13768,7 @@ export declare const MessagingPrebuiltValidateEntityInputProtoSchema: z.ZodObjec
|
|
|
13768
13768
|
language?: string | undefined;
|
|
13769
13769
|
id?: string | undefined;
|
|
13770
13770
|
channelId?: string | undefined;
|
|
13771
|
+
requestId?: string | undefined;
|
|
13771
13772
|
blocks?: Record<string, any>[] | undefined;
|
|
13772
13773
|
updatedAt?: string | undefined;
|
|
13773
13774
|
version?: string | undefined;
|
|
@@ -13782,7 +13783,6 @@ export declare const MessagingPrebuiltValidateEntityInputProtoSchema: z.ZodObjec
|
|
|
13782
13783
|
chatType?: string | undefined;
|
|
13783
13784
|
personId?: string | undefined;
|
|
13784
13785
|
plainText?: string | undefined;
|
|
13785
|
-
requestId?: string | undefined;
|
|
13786
13786
|
personType?: string | undefined;
|
|
13787
13787
|
writingType?: "WRITING_TYPE_UNSPECIFIED" | "WRITING_TYPE_STANDARD" | "WRITING_TYPE_CUSTOM" | "WRITING_TYPE_EMAIL" | undefined;
|
|
13788
13788
|
customPayload?: {
|
|
@@ -13793,6 +13793,7 @@ export declare const MessagingPrebuiltValidateEntityInputProtoSchema: z.ZodObjec
|
|
|
13793
13793
|
language?: string | undefined;
|
|
13794
13794
|
id?: string | undefined;
|
|
13795
13795
|
channelId?: string | undefined;
|
|
13796
|
+
requestId?: string | undefined;
|
|
13796
13797
|
blocks?: Record<string, any>[] | undefined;
|
|
13797
13798
|
updatedAt?: string | undefined;
|
|
13798
13799
|
version?: string | undefined;
|
|
@@ -13807,7 +13808,6 @@ export declare const MessagingPrebuiltValidateEntityInputProtoSchema: z.ZodObjec
|
|
|
13807
13808
|
chatType?: string | undefined;
|
|
13808
13809
|
personId?: string | undefined;
|
|
13809
13810
|
plainText?: string | undefined;
|
|
13810
|
-
requestId?: string | undefined;
|
|
13811
13811
|
personType?: string | undefined;
|
|
13812
13812
|
writingType?: "WRITING_TYPE_UNSPECIFIED" | "WRITING_TYPE_STANDARD" | "WRITING_TYPE_CUSTOM" | "WRITING_TYPE_EMAIL" | undefined;
|
|
13813
13813
|
customPayload?: {
|
|
@@ -13824,6 +13824,7 @@ export declare const MessagingPrebuiltValidateEntityInputProtoSchema: z.ZodObjec
|
|
|
13824
13824
|
language?: string | undefined;
|
|
13825
13825
|
id?: string | undefined;
|
|
13826
13826
|
channelId?: string | undefined;
|
|
13827
|
+
requestId?: string | undefined;
|
|
13827
13828
|
blocks?: Record<string, any>[] | undefined;
|
|
13828
13829
|
updatedAt?: string | undefined;
|
|
13829
13830
|
version?: string | undefined;
|
|
@@ -13838,7 +13839,6 @@ export declare const MessagingPrebuiltValidateEntityInputProtoSchema: z.ZodObjec
|
|
|
13838
13839
|
chatType?: string | undefined;
|
|
13839
13840
|
personId?: string | undefined;
|
|
13840
13841
|
plainText?: string | undefined;
|
|
13841
|
-
requestId?: string | undefined;
|
|
13842
13842
|
personType?: string | undefined;
|
|
13843
13843
|
writingType?: "WRITING_TYPE_UNSPECIFIED" | "WRITING_TYPE_STANDARD" | "WRITING_TYPE_CUSTOM" | "WRITING_TYPE_EMAIL" | undefined;
|
|
13844
13844
|
customPayload?: {
|
|
@@ -13855,6 +13855,7 @@ export declare const MessagingPrebuiltValidateEntityInputProtoSchema: z.ZodObjec
|
|
|
13855
13855
|
language?: string | undefined;
|
|
13856
13856
|
id?: string | undefined;
|
|
13857
13857
|
channelId?: string | undefined;
|
|
13858
|
+
requestId?: string | undefined;
|
|
13858
13859
|
blocks?: Record<string, any>[] | undefined;
|
|
13859
13860
|
updatedAt?: string | undefined;
|
|
13860
13861
|
version?: string | undefined;
|
|
@@ -13869,7 +13870,6 @@ export declare const MessagingPrebuiltValidateEntityInputProtoSchema: z.ZodObjec
|
|
|
13869
13870
|
chatType?: string | undefined;
|
|
13870
13871
|
personId?: string | undefined;
|
|
13871
13872
|
plainText?: string | undefined;
|
|
13872
|
-
requestId?: string | undefined;
|
|
13873
13873
|
personType?: string | undefined;
|
|
13874
13874
|
writingType?: "WRITING_TYPE_UNSPECIFIED" | "WRITING_TYPE_STANDARD" | "WRITING_TYPE_CUSTOM" | "WRITING_TYPE_EMAIL" | undefined;
|
|
13875
13875
|
customPayload?: {
|
|
@@ -13965,6 +13965,7 @@ export declare const MessagingPrebuiltGetCustomEditorWamInputProtoSchema: z.ZodO
|
|
|
13965
13965
|
language?: string | undefined;
|
|
13966
13966
|
id?: string | undefined;
|
|
13967
13967
|
channelId?: string | undefined;
|
|
13968
|
+
requestId?: string | undefined;
|
|
13968
13969
|
blocks?: Record<string, any>[] | undefined;
|
|
13969
13970
|
updatedAt?: string | undefined;
|
|
13970
13971
|
version?: string | undefined;
|
|
@@ -13979,7 +13980,6 @@ export declare const MessagingPrebuiltGetCustomEditorWamInputProtoSchema: z.ZodO
|
|
|
13979
13980
|
chatType?: string | undefined;
|
|
13980
13981
|
personId?: string | undefined;
|
|
13981
13982
|
plainText?: string | undefined;
|
|
13982
|
-
requestId?: string | undefined;
|
|
13983
13983
|
personType?: string | undefined;
|
|
13984
13984
|
writingType?: "WRITING_TYPE_UNSPECIFIED" | "WRITING_TYPE_STANDARD" | "WRITING_TYPE_CUSTOM" | "WRITING_TYPE_EMAIL" | undefined;
|
|
13985
13985
|
customPayload?: {
|
|
@@ -13990,6 +13990,7 @@ export declare const MessagingPrebuiltGetCustomEditorWamInputProtoSchema: z.ZodO
|
|
|
13990
13990
|
language?: string | undefined;
|
|
13991
13991
|
id?: string | undefined;
|
|
13992
13992
|
channelId?: string | undefined;
|
|
13993
|
+
requestId?: string | undefined;
|
|
13993
13994
|
blocks?: Record<string, any>[] | undefined;
|
|
13994
13995
|
updatedAt?: string | undefined;
|
|
13995
13996
|
version?: string | undefined;
|
|
@@ -14004,7 +14005,6 @@ export declare const MessagingPrebuiltGetCustomEditorWamInputProtoSchema: z.ZodO
|
|
|
14004
14005
|
chatType?: string | undefined;
|
|
14005
14006
|
personId?: string | undefined;
|
|
14006
14007
|
plainText?: string | undefined;
|
|
14007
|
-
requestId?: string | undefined;
|
|
14008
14008
|
personType?: string | undefined;
|
|
14009
14009
|
writingType?: "WRITING_TYPE_UNSPECIFIED" | "WRITING_TYPE_STANDARD" | "WRITING_TYPE_CUSTOM" | "WRITING_TYPE_EMAIL" | undefined;
|
|
14010
14010
|
customPayload?: {
|
|
@@ -14019,6 +14019,7 @@ export declare const MessagingPrebuiltGetCustomEditorWamInputProtoSchema: z.ZodO
|
|
|
14019
14019
|
language?: string | undefined;
|
|
14020
14020
|
id?: string | undefined;
|
|
14021
14021
|
channelId?: string | undefined;
|
|
14022
|
+
requestId?: string | undefined;
|
|
14022
14023
|
blocks?: Record<string, any>[] | undefined;
|
|
14023
14024
|
updatedAt?: string | undefined;
|
|
14024
14025
|
version?: string | undefined;
|
|
@@ -14033,7 +14034,6 @@ export declare const MessagingPrebuiltGetCustomEditorWamInputProtoSchema: z.ZodO
|
|
|
14033
14034
|
chatType?: string | undefined;
|
|
14034
14035
|
personId?: string | undefined;
|
|
14035
14036
|
plainText?: string | undefined;
|
|
14036
|
-
requestId?: string | undefined;
|
|
14037
14037
|
personType?: string | undefined;
|
|
14038
14038
|
writingType?: "WRITING_TYPE_UNSPECIFIED" | "WRITING_TYPE_STANDARD" | "WRITING_TYPE_CUSTOM" | "WRITING_TYPE_EMAIL" | undefined;
|
|
14039
14039
|
customPayload?: {
|
|
@@ -14052,6 +14052,7 @@ export declare const MessagingPrebuiltGetCustomEditorWamInputProtoSchema: z.ZodO
|
|
|
14052
14052
|
language?: string | undefined;
|
|
14053
14053
|
id?: string | undefined;
|
|
14054
14054
|
channelId?: string | undefined;
|
|
14055
|
+
requestId?: string | undefined;
|
|
14055
14056
|
blocks?: Record<string, any>[] | undefined;
|
|
14056
14057
|
updatedAt?: string | undefined;
|
|
14057
14058
|
version?: string | undefined;
|
|
@@ -14066,7 +14067,6 @@ export declare const MessagingPrebuiltGetCustomEditorWamInputProtoSchema: z.ZodO
|
|
|
14066
14067
|
chatType?: string | undefined;
|
|
14067
14068
|
personId?: string | undefined;
|
|
14068
14069
|
plainText?: string | undefined;
|
|
14069
|
-
requestId?: string | undefined;
|
|
14070
14070
|
personType?: string | undefined;
|
|
14071
14071
|
writingType?: "WRITING_TYPE_UNSPECIFIED" | "WRITING_TYPE_STANDARD" | "WRITING_TYPE_CUSTOM" | "WRITING_TYPE_EMAIL" | undefined;
|
|
14072
14072
|
customPayload?: {
|