@channel.io/app-sdk-core 0.26.0 → 0.27.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/extensions/calendar.d.ts +2 -2
- package/dist/extensions/commerce.d.ts +12 -12
- package/dist/extensions/config.d.ts +80 -80
- package/dist/extensions/hook.d.ts +274 -0
- package/dist/extensions/hook.d.ts.map +1 -1
- package/dist/extensions/hook.js +11 -2
- package/dist/extensions/hook.js.map +1 -1
- package/dist/extensions/index.d.ts +1 -0
- package/dist/extensions/index.d.ts.map +1 -1
- package/dist/extensions/index.js +1 -0
- package/dist/extensions/index.js.map +1 -1
- package/dist/extensions/notebook.d.ts +6 -6
- package/dist/extensions/oauth.d.ts +204 -19
- package/dist/extensions/oauth.d.ts.map +1 -1
- package/dist/extensions/oauth.js +38 -0
- package/dist/extensions/oauth.js.map +1 -1
- package/dist/gen/channel/app/sdk/v1/common.zod.d.ts +4 -4
- package/dist/gen/channel/app/sdk/v1/extension.d.ts +31 -1
- package/dist/gen/channel/app/sdk/v1/extension.d.ts.map +1 -1
- package/dist/gen/channel/app/sdk/v1/extension.zod.d.ts +451 -150
- package/dist/gen/channel/app/sdk/v1/extension.zod.d.ts.map +1 -1
- package/dist/gen/channel/app/sdk/v1/extension.zod.js +21 -0
- package/dist/gen/channel/app/sdk/v1/extension.zod.js.map +1 -1
- package/dist/gen/channel/app/sdk/v1/native.d.ts +5 -0
- package/dist/gen/channel/app/sdk/v1/native.d.ts.map +1 -1
- package/dist/gen/channel/app/sdk/v1/native.js.map +1 -1
- package/dist/gen/channel/app/sdk/v1/native.zod.d.ts +107 -6
- package/dist/gen/channel/app/sdk/v1/native.zod.d.ts.map +1 -1
- package/dist/gen/channel/app/sdk/v1/native.zod.js +5 -0
- package/dist/gen/channel/app/sdk/v1/native.zod.js.map +1 -1
- package/dist/schemas/native.d.ts +168 -10
- package/dist/schemas/native.d.ts.map +1 -1
- package/dist/schemas/native.js +4 -1
- package/dist/schemas/native.js.map +1 -1
- package/package.json +1 -1
|
@@ -2530,7 +2530,6 @@ export declare const ConfigFieldProtoSchema: z.ZodObject<{
|
|
|
2530
2530
|
min?: number | undefined;
|
|
2531
2531
|
max?: number | undefined;
|
|
2532
2532
|
step?: number | undefined;
|
|
2533
|
-
rows?: number | undefined;
|
|
2534
2533
|
i18nMap?: Record<string, {
|
|
2535
2534
|
message?: string | undefined;
|
|
2536
2535
|
description?: string | undefined;
|
|
@@ -2559,6 +2558,7 @@ export declare const ConfigFieldProtoSchema: z.ZodObject<{
|
|
|
2559
2558
|
noneLabel?: string | undefined;
|
|
2560
2559
|
onChangeSuccessMessage?: string | undefined;
|
|
2561
2560
|
}> | undefined;
|
|
2561
|
+
rows?: number | undefined;
|
|
2562
2562
|
maskType?: string | undefined;
|
|
2563
2563
|
validationRegex?: string | undefined;
|
|
2564
2564
|
media?: {
|
|
@@ -2723,7 +2723,6 @@ export declare const ConfigFieldProtoSchema: z.ZodObject<{
|
|
|
2723
2723
|
min?: number | undefined;
|
|
2724
2724
|
max?: number | undefined;
|
|
2725
2725
|
step?: number | undefined;
|
|
2726
|
-
rows?: number | undefined;
|
|
2727
2726
|
i18nMap?: Record<string, {
|
|
2728
2727
|
message?: string | undefined;
|
|
2729
2728
|
description?: string | undefined;
|
|
@@ -2752,6 +2751,7 @@ export declare const ConfigFieldProtoSchema: z.ZodObject<{
|
|
|
2752
2751
|
noneLabel?: string | undefined;
|
|
2753
2752
|
onChangeSuccessMessage?: string | undefined;
|
|
2754
2753
|
}> | undefined;
|
|
2754
|
+
rows?: number | undefined;
|
|
2755
2755
|
maskType?: string | undefined;
|
|
2756
2756
|
validationRegex?: string | undefined;
|
|
2757
2757
|
media?: {
|
|
@@ -3739,7 +3739,6 @@ export declare const ConfigBlockProtoSchema: z.ZodObject<{
|
|
|
3739
3739
|
min?: number | undefined;
|
|
3740
3740
|
max?: number | undefined;
|
|
3741
3741
|
step?: number | undefined;
|
|
3742
|
-
rows?: number | undefined;
|
|
3743
3742
|
i18nMap?: Record<string, {
|
|
3744
3743
|
message?: string | undefined;
|
|
3745
3744
|
description?: string | undefined;
|
|
@@ -3768,6 +3767,7 @@ export declare const ConfigBlockProtoSchema: z.ZodObject<{
|
|
|
3768
3767
|
noneLabel?: string | undefined;
|
|
3769
3768
|
onChangeSuccessMessage?: string | undefined;
|
|
3770
3769
|
}> | undefined;
|
|
3770
|
+
rows?: number | undefined;
|
|
3771
3771
|
maskType?: string | undefined;
|
|
3772
3772
|
validationRegex?: string | undefined;
|
|
3773
3773
|
media?: {
|
|
@@ -3932,7 +3932,6 @@ export declare const ConfigBlockProtoSchema: z.ZodObject<{
|
|
|
3932
3932
|
min?: number | undefined;
|
|
3933
3933
|
max?: number | undefined;
|
|
3934
3934
|
step?: number | undefined;
|
|
3935
|
-
rows?: number | undefined;
|
|
3936
3935
|
i18nMap?: Record<string, {
|
|
3937
3936
|
message?: string | undefined;
|
|
3938
3937
|
description?: string | undefined;
|
|
@@ -3961,6 +3960,7 @@ export declare const ConfigBlockProtoSchema: z.ZodObject<{
|
|
|
3961
3960
|
noneLabel?: string | undefined;
|
|
3962
3961
|
onChangeSuccessMessage?: string | undefined;
|
|
3963
3962
|
}> | undefined;
|
|
3963
|
+
rows?: number | undefined;
|
|
3964
3964
|
maskType?: string | undefined;
|
|
3965
3965
|
validationRegex?: string | undefined;
|
|
3966
3966
|
media?: {
|
|
@@ -4628,7 +4628,6 @@ export declare const ConfigBlockProtoSchema: z.ZodObject<{
|
|
|
4628
4628
|
max?: number | undefined;
|
|
4629
4629
|
step?: number | undefined;
|
|
4630
4630
|
appId?: string | undefined;
|
|
4631
|
-
rows?: number | undefined;
|
|
4632
4631
|
i18nMap?: Record<string, {
|
|
4633
4632
|
message?: string | undefined;
|
|
4634
4633
|
description?: string | undefined;
|
|
@@ -4657,6 +4656,7 @@ export declare const ConfigBlockProtoSchema: z.ZodObject<{
|
|
|
4657
4656
|
noneLabel?: string | undefined;
|
|
4658
4657
|
onChangeSuccessMessage?: string | undefined;
|
|
4659
4658
|
}> | undefined;
|
|
4659
|
+
rows?: number | undefined;
|
|
4660
4660
|
maskType?: string | undefined;
|
|
4661
4661
|
validationRegex?: string | undefined;
|
|
4662
4662
|
fields?: {
|
|
@@ -4672,7 +4672,6 @@ export declare const ConfigBlockProtoSchema: z.ZodObject<{
|
|
|
4672
4672
|
min?: number | undefined;
|
|
4673
4673
|
max?: number | undefined;
|
|
4674
4674
|
step?: number | undefined;
|
|
4675
|
-
rows?: number | undefined;
|
|
4676
4675
|
i18nMap?: Record<string, {
|
|
4677
4676
|
message?: string | undefined;
|
|
4678
4677
|
description?: string | undefined;
|
|
@@ -4701,6 +4700,7 @@ export declare const ConfigBlockProtoSchema: z.ZodObject<{
|
|
|
4701
4700
|
noneLabel?: string | undefined;
|
|
4702
4701
|
onChangeSuccessMessage?: string | undefined;
|
|
4703
4702
|
}> | undefined;
|
|
4703
|
+
rows?: number | undefined;
|
|
4704
4704
|
maskType?: string | undefined;
|
|
4705
4705
|
validationRegex?: string | undefined;
|
|
4706
4706
|
media?: {
|
|
@@ -5035,7 +5035,6 @@ export declare const ConfigBlockProtoSchema: z.ZodObject<{
|
|
|
5035
5035
|
max?: number | undefined;
|
|
5036
5036
|
step?: number | undefined;
|
|
5037
5037
|
appId?: string | undefined;
|
|
5038
|
-
rows?: number | undefined;
|
|
5039
5038
|
i18nMap?: Record<string, {
|
|
5040
5039
|
message?: string | undefined;
|
|
5041
5040
|
description?: string | undefined;
|
|
@@ -5064,6 +5063,7 @@ export declare const ConfigBlockProtoSchema: z.ZodObject<{
|
|
|
5064
5063
|
noneLabel?: string | undefined;
|
|
5065
5064
|
onChangeSuccessMessage?: string | undefined;
|
|
5066
5065
|
}> | undefined;
|
|
5066
|
+
rows?: number | undefined;
|
|
5067
5067
|
maskType?: string | undefined;
|
|
5068
5068
|
validationRegex?: string | undefined;
|
|
5069
5069
|
fields?: {
|
|
@@ -5079,7 +5079,6 @@ export declare const ConfigBlockProtoSchema: z.ZodObject<{
|
|
|
5079
5079
|
min?: number | undefined;
|
|
5080
5080
|
max?: number | undefined;
|
|
5081
5081
|
step?: number | undefined;
|
|
5082
|
-
rows?: number | undefined;
|
|
5083
5082
|
i18nMap?: Record<string, {
|
|
5084
5083
|
message?: string | undefined;
|
|
5085
5084
|
description?: string | undefined;
|
|
@@ -5108,6 +5107,7 @@ export declare const ConfigBlockProtoSchema: z.ZodObject<{
|
|
|
5108
5107
|
noneLabel?: string | undefined;
|
|
5109
5108
|
onChangeSuccessMessage?: string | undefined;
|
|
5110
5109
|
}> | undefined;
|
|
5110
|
+
rows?: number | undefined;
|
|
5111
5111
|
maskType?: string | undefined;
|
|
5112
5112
|
validationRegex?: string | undefined;
|
|
5113
5113
|
media?: {
|
|
@@ -6322,7 +6322,6 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
6322
6322
|
min?: number | undefined;
|
|
6323
6323
|
max?: number | undefined;
|
|
6324
6324
|
step?: number | undefined;
|
|
6325
|
-
rows?: number | undefined;
|
|
6326
6325
|
i18nMap?: Record<string, {
|
|
6327
6326
|
message?: string | undefined;
|
|
6328
6327
|
description?: string | undefined;
|
|
@@ -6351,6 +6350,7 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
6351
6350
|
noneLabel?: string | undefined;
|
|
6352
6351
|
onChangeSuccessMessage?: string | undefined;
|
|
6353
6352
|
}> | undefined;
|
|
6353
|
+
rows?: number | undefined;
|
|
6354
6354
|
maskType?: string | undefined;
|
|
6355
6355
|
validationRegex?: string | undefined;
|
|
6356
6356
|
media?: {
|
|
@@ -6515,7 +6515,6 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
6515
6515
|
min?: number | undefined;
|
|
6516
6516
|
max?: number | undefined;
|
|
6517
6517
|
step?: number | undefined;
|
|
6518
|
-
rows?: number | undefined;
|
|
6519
6518
|
i18nMap?: Record<string, {
|
|
6520
6519
|
message?: string | undefined;
|
|
6521
6520
|
description?: string | undefined;
|
|
@@ -6544,6 +6543,7 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
6544
6543
|
noneLabel?: string | undefined;
|
|
6545
6544
|
onChangeSuccessMessage?: string | undefined;
|
|
6546
6545
|
}> | undefined;
|
|
6546
|
+
rows?: number | undefined;
|
|
6547
6547
|
maskType?: string | undefined;
|
|
6548
6548
|
validationRegex?: string | undefined;
|
|
6549
6549
|
media?: {
|
|
@@ -7211,7 +7211,6 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
7211
7211
|
max?: number | undefined;
|
|
7212
7212
|
step?: number | undefined;
|
|
7213
7213
|
appId?: string | undefined;
|
|
7214
|
-
rows?: number | undefined;
|
|
7215
7214
|
i18nMap?: Record<string, {
|
|
7216
7215
|
message?: string | undefined;
|
|
7217
7216
|
description?: string | undefined;
|
|
@@ -7240,6 +7239,7 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
7240
7239
|
noneLabel?: string | undefined;
|
|
7241
7240
|
onChangeSuccessMessage?: string | undefined;
|
|
7242
7241
|
}> | undefined;
|
|
7242
|
+
rows?: number | undefined;
|
|
7243
7243
|
maskType?: string | undefined;
|
|
7244
7244
|
validationRegex?: string | undefined;
|
|
7245
7245
|
fields?: {
|
|
@@ -7255,7 +7255,6 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
7255
7255
|
min?: number | undefined;
|
|
7256
7256
|
max?: number | undefined;
|
|
7257
7257
|
step?: number | undefined;
|
|
7258
|
-
rows?: number | undefined;
|
|
7259
7258
|
i18nMap?: Record<string, {
|
|
7260
7259
|
message?: string | undefined;
|
|
7261
7260
|
description?: string | undefined;
|
|
@@ -7284,6 +7283,7 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
7284
7283
|
noneLabel?: string | undefined;
|
|
7285
7284
|
onChangeSuccessMessage?: string | undefined;
|
|
7286
7285
|
}> | undefined;
|
|
7286
|
+
rows?: number | undefined;
|
|
7287
7287
|
maskType?: string | undefined;
|
|
7288
7288
|
validationRegex?: string | undefined;
|
|
7289
7289
|
media?: {
|
|
@@ -7618,7 +7618,6 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
7618
7618
|
max?: number | undefined;
|
|
7619
7619
|
step?: number | undefined;
|
|
7620
7620
|
appId?: string | undefined;
|
|
7621
|
-
rows?: number | undefined;
|
|
7622
7621
|
i18nMap?: Record<string, {
|
|
7623
7622
|
message?: string | undefined;
|
|
7624
7623
|
description?: string | undefined;
|
|
@@ -7647,6 +7646,7 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
7647
7646
|
noneLabel?: string | undefined;
|
|
7648
7647
|
onChangeSuccessMessage?: string | undefined;
|
|
7649
7648
|
}> | undefined;
|
|
7649
|
+
rows?: number | undefined;
|
|
7650
7650
|
maskType?: string | undefined;
|
|
7651
7651
|
validationRegex?: string | undefined;
|
|
7652
7652
|
fields?: {
|
|
@@ -7662,7 +7662,6 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
7662
7662
|
min?: number | undefined;
|
|
7663
7663
|
max?: number | undefined;
|
|
7664
7664
|
step?: number | undefined;
|
|
7665
|
-
rows?: number | undefined;
|
|
7666
7665
|
i18nMap?: Record<string, {
|
|
7667
7666
|
message?: string | undefined;
|
|
7668
7667
|
description?: string | undefined;
|
|
@@ -7691,6 +7690,7 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
7691
7690
|
noneLabel?: string | undefined;
|
|
7692
7691
|
onChangeSuccessMessage?: string | undefined;
|
|
7693
7692
|
}> | undefined;
|
|
7693
|
+
rows?: number | undefined;
|
|
7694
7694
|
maskType?: string | undefined;
|
|
7695
7695
|
validationRegex?: string | undefined;
|
|
7696
7696
|
media?: {
|
|
@@ -8679,35 +8679,6 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
8679
8679
|
} | undefined;
|
|
8680
8680
|
} | undefined;
|
|
8681
8681
|
title?: string | undefined;
|
|
8682
|
-
providerName?: string | undefined;
|
|
8683
|
-
i18nMap?: Record<string, {
|
|
8684
|
-
message?: string | undefined;
|
|
8685
|
-
description?: string | undefined;
|
|
8686
|
-
text?: string | undefined;
|
|
8687
|
-
title?: string | undefined;
|
|
8688
|
-
url?: string | undefined;
|
|
8689
|
-
label?: string | undefined;
|
|
8690
|
-
placeholder?: string | undefined;
|
|
8691
|
-
providerName?: string | undefined;
|
|
8692
|
-
helperText?: string | undefined;
|
|
8693
|
-
fieldLabels?: Record<string, string> | undefined;
|
|
8694
|
-
countryCodePlaceholder?: string | undefined;
|
|
8695
|
-
numberPlaceholder?: string | undefined;
|
|
8696
|
-
recipientPlaceholder?: string | undefined;
|
|
8697
|
-
phonePlaceholder?: string | undefined;
|
|
8698
|
-
postcodePlaceholder?: string | undefined;
|
|
8699
|
-
address1Placeholder?: string | undefined;
|
|
8700
|
-
address2Placeholder?: string | undefined;
|
|
8701
|
-
menuLabel?: string | undefined;
|
|
8702
|
-
successMessage?: string | undefined;
|
|
8703
|
-
overviewLabel?: string | undefined;
|
|
8704
|
-
overviewDescription?: string | undefined;
|
|
8705
|
-
nameLabel?: string | undefined;
|
|
8706
|
-
addLabel?: string | undefined;
|
|
8707
|
-
statusLabel?: string | undefined;
|
|
8708
|
-
noneLabel?: string | undefined;
|
|
8709
|
-
onChangeSuccessMessage?: string | undefined;
|
|
8710
|
-
}> | undefined;
|
|
8711
8682
|
settings?: {
|
|
8712
8683
|
description?: string | undefined;
|
|
8713
8684
|
title?: string | undefined;
|
|
@@ -8781,6 +8752,35 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
8781
8752
|
defaultValueMetadataKey?: string | undefined;
|
|
8782
8753
|
}[] | undefined;
|
|
8783
8754
|
} | undefined;
|
|
8755
|
+
i18nMap?: Record<string, {
|
|
8756
|
+
message?: string | undefined;
|
|
8757
|
+
description?: string | undefined;
|
|
8758
|
+
text?: string | undefined;
|
|
8759
|
+
title?: string | undefined;
|
|
8760
|
+
url?: string | undefined;
|
|
8761
|
+
label?: string | undefined;
|
|
8762
|
+
placeholder?: string | undefined;
|
|
8763
|
+
providerName?: string | undefined;
|
|
8764
|
+
helperText?: string | undefined;
|
|
8765
|
+
fieldLabels?: Record<string, string> | undefined;
|
|
8766
|
+
countryCodePlaceholder?: string | undefined;
|
|
8767
|
+
numberPlaceholder?: string | undefined;
|
|
8768
|
+
recipientPlaceholder?: string | undefined;
|
|
8769
|
+
phonePlaceholder?: string | undefined;
|
|
8770
|
+
postcodePlaceholder?: string | undefined;
|
|
8771
|
+
address1Placeholder?: string | undefined;
|
|
8772
|
+
address2Placeholder?: string | undefined;
|
|
8773
|
+
menuLabel?: string | undefined;
|
|
8774
|
+
successMessage?: string | undefined;
|
|
8775
|
+
overviewLabel?: string | undefined;
|
|
8776
|
+
overviewDescription?: string | undefined;
|
|
8777
|
+
nameLabel?: string | undefined;
|
|
8778
|
+
addLabel?: string | undefined;
|
|
8779
|
+
statusLabel?: string | undefined;
|
|
8780
|
+
noneLabel?: string | undefined;
|
|
8781
|
+
onChangeSuccessMessage?: string | undefined;
|
|
8782
|
+
}> | undefined;
|
|
8783
|
+
providerName?: string | undefined;
|
|
8784
8784
|
schemaVersion?: string | undefined;
|
|
8785
8785
|
configScope?: string | undefined;
|
|
8786
8786
|
legacyCredentialFallback?: string | undefined;
|
|
@@ -8807,7 +8807,6 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
8807
8807
|
max?: number | undefined;
|
|
8808
8808
|
step?: number | undefined;
|
|
8809
8809
|
appId?: string | undefined;
|
|
8810
|
-
rows?: number | undefined;
|
|
8811
8810
|
i18nMap?: Record<string, {
|
|
8812
8811
|
message?: string | undefined;
|
|
8813
8812
|
description?: string | undefined;
|
|
@@ -8836,6 +8835,7 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
8836
8835
|
noneLabel?: string | undefined;
|
|
8837
8836
|
onChangeSuccessMessage?: string | undefined;
|
|
8838
8837
|
}> | undefined;
|
|
8838
|
+
rows?: number | undefined;
|
|
8839
8839
|
maskType?: string | undefined;
|
|
8840
8840
|
validationRegex?: string | undefined;
|
|
8841
8841
|
fields?: {
|
|
@@ -8851,7 +8851,6 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
8851
8851
|
min?: number | undefined;
|
|
8852
8852
|
max?: number | undefined;
|
|
8853
8853
|
step?: number | undefined;
|
|
8854
|
-
rows?: number | undefined;
|
|
8855
8854
|
i18nMap?: Record<string, {
|
|
8856
8855
|
message?: string | undefined;
|
|
8857
8856
|
description?: string | undefined;
|
|
@@ -8880,6 +8879,7 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
8880
8879
|
noneLabel?: string | undefined;
|
|
8881
8880
|
onChangeSuccessMessage?: string | undefined;
|
|
8882
8881
|
}> | undefined;
|
|
8882
|
+
rows?: number | undefined;
|
|
8883
8883
|
maskType?: string | undefined;
|
|
8884
8884
|
validationRegex?: string | undefined;
|
|
8885
8885
|
media?: {
|
|
@@ -9251,35 +9251,6 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
9251
9251
|
} | undefined;
|
|
9252
9252
|
} | undefined;
|
|
9253
9253
|
title?: string | undefined;
|
|
9254
|
-
providerName?: string | undefined;
|
|
9255
|
-
i18nMap?: Record<string, {
|
|
9256
|
-
message?: string | undefined;
|
|
9257
|
-
description?: string | undefined;
|
|
9258
|
-
text?: string | undefined;
|
|
9259
|
-
title?: string | undefined;
|
|
9260
|
-
url?: string | undefined;
|
|
9261
|
-
label?: string | undefined;
|
|
9262
|
-
placeholder?: string | undefined;
|
|
9263
|
-
providerName?: string | undefined;
|
|
9264
|
-
helperText?: string | undefined;
|
|
9265
|
-
fieldLabels?: Record<string, string> | undefined;
|
|
9266
|
-
countryCodePlaceholder?: string | undefined;
|
|
9267
|
-
numberPlaceholder?: string | undefined;
|
|
9268
|
-
recipientPlaceholder?: string | undefined;
|
|
9269
|
-
phonePlaceholder?: string | undefined;
|
|
9270
|
-
postcodePlaceholder?: string | undefined;
|
|
9271
|
-
address1Placeholder?: string | undefined;
|
|
9272
|
-
address2Placeholder?: string | undefined;
|
|
9273
|
-
menuLabel?: string | undefined;
|
|
9274
|
-
successMessage?: string | undefined;
|
|
9275
|
-
overviewLabel?: string | undefined;
|
|
9276
|
-
overviewDescription?: string | undefined;
|
|
9277
|
-
nameLabel?: string | undefined;
|
|
9278
|
-
addLabel?: string | undefined;
|
|
9279
|
-
statusLabel?: string | undefined;
|
|
9280
|
-
noneLabel?: string | undefined;
|
|
9281
|
-
onChangeSuccessMessage?: string | undefined;
|
|
9282
|
-
}> | undefined;
|
|
9283
9254
|
settings?: {
|
|
9284
9255
|
description?: string | undefined;
|
|
9285
9256
|
title?: string | undefined;
|
|
@@ -9353,6 +9324,35 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
9353
9324
|
defaultValueMetadataKey?: string | undefined;
|
|
9354
9325
|
}[] | undefined;
|
|
9355
9326
|
} | undefined;
|
|
9327
|
+
i18nMap?: Record<string, {
|
|
9328
|
+
message?: string | undefined;
|
|
9329
|
+
description?: string | undefined;
|
|
9330
|
+
text?: string | undefined;
|
|
9331
|
+
title?: string | undefined;
|
|
9332
|
+
url?: string | undefined;
|
|
9333
|
+
label?: string | undefined;
|
|
9334
|
+
placeholder?: string | undefined;
|
|
9335
|
+
providerName?: string | undefined;
|
|
9336
|
+
helperText?: string | undefined;
|
|
9337
|
+
fieldLabels?: Record<string, string> | undefined;
|
|
9338
|
+
countryCodePlaceholder?: string | undefined;
|
|
9339
|
+
numberPlaceholder?: string | undefined;
|
|
9340
|
+
recipientPlaceholder?: string | undefined;
|
|
9341
|
+
phonePlaceholder?: string | undefined;
|
|
9342
|
+
postcodePlaceholder?: string | undefined;
|
|
9343
|
+
address1Placeholder?: string | undefined;
|
|
9344
|
+
address2Placeholder?: string | undefined;
|
|
9345
|
+
menuLabel?: string | undefined;
|
|
9346
|
+
successMessage?: string | undefined;
|
|
9347
|
+
overviewLabel?: string | undefined;
|
|
9348
|
+
overviewDescription?: string | undefined;
|
|
9349
|
+
nameLabel?: string | undefined;
|
|
9350
|
+
addLabel?: string | undefined;
|
|
9351
|
+
statusLabel?: string | undefined;
|
|
9352
|
+
noneLabel?: string | undefined;
|
|
9353
|
+
onChangeSuccessMessage?: string | undefined;
|
|
9354
|
+
}> | undefined;
|
|
9355
|
+
providerName?: string | undefined;
|
|
9356
9356
|
schemaVersion?: string | undefined;
|
|
9357
9357
|
configScope?: string | undefined;
|
|
9358
9358
|
legacyCredentialFallback?: string | undefined;
|
|
@@ -9379,7 +9379,6 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
9379
9379
|
max?: number | undefined;
|
|
9380
9380
|
step?: number | undefined;
|
|
9381
9381
|
appId?: string | undefined;
|
|
9382
|
-
rows?: number | undefined;
|
|
9383
9382
|
i18nMap?: Record<string, {
|
|
9384
9383
|
message?: string | undefined;
|
|
9385
9384
|
description?: string | undefined;
|
|
@@ -9408,6 +9407,7 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
9408
9407
|
noneLabel?: string | undefined;
|
|
9409
9408
|
onChangeSuccessMessage?: string | undefined;
|
|
9410
9409
|
}> | undefined;
|
|
9410
|
+
rows?: number | undefined;
|
|
9411
9411
|
maskType?: string | undefined;
|
|
9412
9412
|
validationRegex?: string | undefined;
|
|
9413
9413
|
fields?: {
|
|
@@ -9423,7 +9423,6 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
9423
9423
|
min?: number | undefined;
|
|
9424
9424
|
max?: number | undefined;
|
|
9425
9425
|
step?: number | undefined;
|
|
9426
|
-
rows?: number | undefined;
|
|
9427
9426
|
i18nMap?: Record<string, {
|
|
9428
9427
|
message?: string | undefined;
|
|
9429
9428
|
description?: string | undefined;
|
|
@@ -9452,6 +9451,7 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
9452
9451
|
noneLabel?: string | undefined;
|
|
9453
9452
|
onChangeSuccessMessage?: string | undefined;
|
|
9454
9453
|
}> | undefined;
|
|
9454
|
+
rows?: number | undefined;
|
|
9455
9455
|
maskType?: string | undefined;
|
|
9456
9456
|
validationRegex?: string | undefined;
|
|
9457
9457
|
media?: {
|
|
@@ -10959,6 +10959,72 @@ export declare const OAuthProviderLocalizedTextProtoSchema: z.ZodObject<{
|
|
|
10959
10959
|
providerDescription?: string | undefined;
|
|
10960
10960
|
}>;
|
|
10961
10961
|
export type OAuthProviderLocalizedTextProto = z.infer<typeof OAuthProviderLocalizedTextProtoSchema>;
|
|
10962
|
+
export declare const OAuthStepDisplayProtoSchema: z.ZodObject<{
|
|
10963
|
+
title: z.ZodOptional<z.ZodString>;
|
|
10964
|
+
description: z.ZodOptional<z.ZodString>;
|
|
10965
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
10966
|
+
i18nMap: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodLazy<z.ZodObject<{
|
|
10967
|
+
title: z.ZodOptional<z.ZodString>;
|
|
10968
|
+
description: z.ZodOptional<z.ZodString>;
|
|
10969
|
+
}, "strip", z.ZodTypeAny, {
|
|
10970
|
+
description?: string | undefined;
|
|
10971
|
+
title?: string | undefined;
|
|
10972
|
+
}, {
|
|
10973
|
+
description?: string | undefined;
|
|
10974
|
+
title?: string | undefined;
|
|
10975
|
+
}>>>>;
|
|
10976
|
+
}, "strip", z.ZodTypeAny, {
|
|
10977
|
+
description?: string | undefined;
|
|
10978
|
+
title?: string | undefined;
|
|
10979
|
+
icon?: string | undefined;
|
|
10980
|
+
i18nMap?: Record<string, {
|
|
10981
|
+
description?: string | undefined;
|
|
10982
|
+
title?: string | undefined;
|
|
10983
|
+
}> | undefined;
|
|
10984
|
+
}, {
|
|
10985
|
+
description?: string | undefined;
|
|
10986
|
+
title?: string | undefined;
|
|
10987
|
+
icon?: string | undefined;
|
|
10988
|
+
i18nMap?: Record<string, {
|
|
10989
|
+
description?: string | undefined;
|
|
10990
|
+
title?: string | undefined;
|
|
10991
|
+
}> | undefined;
|
|
10992
|
+
}>;
|
|
10993
|
+
export type OAuthStepDisplayProto = z.infer<typeof OAuthStepDisplayProtoSchema>;
|
|
10994
|
+
export declare const OAuthStepLocalizedTextProtoSchema: z.ZodObject<{
|
|
10995
|
+
title: z.ZodOptional<z.ZodString>;
|
|
10996
|
+
description: z.ZodOptional<z.ZodString>;
|
|
10997
|
+
}, "strip", z.ZodTypeAny, {
|
|
10998
|
+
description?: string | undefined;
|
|
10999
|
+
title?: string | undefined;
|
|
11000
|
+
}, {
|
|
11001
|
+
description?: string | undefined;
|
|
11002
|
+
title?: string | undefined;
|
|
11003
|
+
}>;
|
|
11004
|
+
export type OAuthStepLocalizedTextProto = z.infer<typeof OAuthStepLocalizedTextProtoSchema>;
|
|
11005
|
+
export declare const OAuthFlowStepProtoSchema: z.ZodObject<{
|
|
11006
|
+
id: z.ZodOptional<z.ZodString>;
|
|
11007
|
+
title: z.ZodOptional<z.ZodString>;
|
|
11008
|
+
description: z.ZodOptional<z.ZodString>;
|
|
11009
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
11010
|
+
status: z.ZodOptional<z.ZodString>;
|
|
11011
|
+
detail: z.ZodOptional<z.ZodString>;
|
|
11012
|
+
}, "strip", z.ZodTypeAny, {
|
|
11013
|
+
status?: string | undefined;
|
|
11014
|
+
description?: string | undefined;
|
|
11015
|
+
id?: string | undefined;
|
|
11016
|
+
title?: string | undefined;
|
|
11017
|
+
icon?: string | undefined;
|
|
11018
|
+
detail?: string | undefined;
|
|
11019
|
+
}, {
|
|
11020
|
+
status?: string | undefined;
|
|
11021
|
+
description?: string | undefined;
|
|
11022
|
+
id?: string | undefined;
|
|
11023
|
+
title?: string | undefined;
|
|
11024
|
+
icon?: string | undefined;
|
|
11025
|
+
detail?: string | undefined;
|
|
11026
|
+
}>;
|
|
11027
|
+
export type OAuthFlowStepProto = z.infer<typeof OAuthFlowStepProtoSchema>;
|
|
10962
11028
|
export declare const OAuthProviderProtoSchema: z.ZodObject<{
|
|
10963
11029
|
provider: z.ZodOptional<z.ZodString>;
|
|
10964
11030
|
authorizationUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -11010,19 +11076,59 @@ export declare const OAuthProviderProtoSchema: z.ZodObject<{
|
|
|
11010
11076
|
providerName?: string | undefined;
|
|
11011
11077
|
providerDescription?: string | undefined;
|
|
11012
11078
|
}>>>>;
|
|
11079
|
+
authorizationDisplay: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
11080
|
+
title: z.ZodOptional<z.ZodString>;
|
|
11081
|
+
description: z.ZodOptional<z.ZodString>;
|
|
11082
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
11083
|
+
i18nMap: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodLazy<z.ZodObject<{
|
|
11084
|
+
title: z.ZodOptional<z.ZodString>;
|
|
11085
|
+
description: z.ZodOptional<z.ZodString>;
|
|
11086
|
+
}, "strip", z.ZodTypeAny, {
|
|
11087
|
+
description?: string | undefined;
|
|
11088
|
+
title?: string | undefined;
|
|
11089
|
+
}, {
|
|
11090
|
+
description?: string | undefined;
|
|
11091
|
+
title?: string | undefined;
|
|
11092
|
+
}>>>>;
|
|
11093
|
+
}, "strip", z.ZodTypeAny, {
|
|
11094
|
+
description?: string | undefined;
|
|
11095
|
+
title?: string | undefined;
|
|
11096
|
+
icon?: string | undefined;
|
|
11097
|
+
i18nMap?: Record<string, {
|
|
11098
|
+
description?: string | undefined;
|
|
11099
|
+
title?: string | undefined;
|
|
11100
|
+
}> | undefined;
|
|
11101
|
+
}, {
|
|
11102
|
+
description?: string | undefined;
|
|
11103
|
+
title?: string | undefined;
|
|
11104
|
+
icon?: string | undefined;
|
|
11105
|
+
i18nMap?: Record<string, {
|
|
11106
|
+
description?: string | undefined;
|
|
11107
|
+
title?: string | undefined;
|
|
11108
|
+
}> | undefined;
|
|
11109
|
+
}>>>;
|
|
11013
11110
|
}, "strip", z.ZodTypeAny, {
|
|
11111
|
+
i18nMap?: Record<string, {
|
|
11112
|
+
providerName?: string | undefined;
|
|
11113
|
+
providerDescription?: string | undefined;
|
|
11114
|
+
}> | undefined;
|
|
11014
11115
|
providerName?: string | undefined;
|
|
11015
11116
|
providerDescription?: string | undefined;
|
|
11016
11117
|
authorizationCodeParamName?: string | undefined;
|
|
11118
|
+
authorizationDisplay?: {
|
|
11119
|
+
description?: string | undefined;
|
|
11120
|
+
title?: string | undefined;
|
|
11121
|
+
icon?: string | undefined;
|
|
11122
|
+
i18nMap?: Record<string, {
|
|
11123
|
+
description?: string | undefined;
|
|
11124
|
+
title?: string | undefined;
|
|
11125
|
+
}> | undefined;
|
|
11126
|
+
} | undefined;
|
|
11017
11127
|
provider?: string | undefined;
|
|
11018
11128
|
authorizationUrl?: string | undefined;
|
|
11019
11129
|
tokenUrl?: string | undefined;
|
|
11020
11130
|
refreshTokenUrl?: string | undefined;
|
|
11021
11131
|
scopes?: string[] | undefined;
|
|
11022
|
-
i18nMap?: Record<string, {
|
|
11023
|
-
providerName?: string | undefined;
|
|
11024
|
-
providerDescription?: string | undefined;
|
|
11025
|
-
}> | undefined;
|
|
11026
11132
|
providerIconUrl?: string | undefined;
|
|
11027
11133
|
pkceRequired?: boolean | undefined;
|
|
11028
11134
|
additionalParams?: Record<string, string> | undefined;
|
|
@@ -11040,18 +11146,27 @@ export declare const OAuthProviderProtoSchema: z.ZodObject<{
|
|
|
11040
11146
|
refreshTokenExpiresInPath?: string | undefined;
|
|
11041
11147
|
} | undefined;
|
|
11042
11148
|
}, {
|
|
11149
|
+
i18nMap?: Record<string, {
|
|
11150
|
+
providerName?: string | undefined;
|
|
11151
|
+
providerDescription?: string | undefined;
|
|
11152
|
+
}> | undefined;
|
|
11043
11153
|
providerName?: string | undefined;
|
|
11044
11154
|
providerDescription?: string | undefined;
|
|
11045
11155
|
authorizationCodeParamName?: string | undefined;
|
|
11156
|
+
authorizationDisplay?: {
|
|
11157
|
+
description?: string | undefined;
|
|
11158
|
+
title?: string | undefined;
|
|
11159
|
+
icon?: string | undefined;
|
|
11160
|
+
i18nMap?: Record<string, {
|
|
11161
|
+
description?: string | undefined;
|
|
11162
|
+
title?: string | undefined;
|
|
11163
|
+
}> | undefined;
|
|
11164
|
+
} | undefined;
|
|
11046
11165
|
provider?: string | undefined;
|
|
11047
11166
|
authorizationUrl?: string | undefined;
|
|
11048
11167
|
tokenUrl?: string | undefined;
|
|
11049
11168
|
refreshTokenUrl?: string | undefined;
|
|
11050
11169
|
scopes?: string[] | undefined;
|
|
11051
|
-
i18nMap?: Record<string, {
|
|
11052
|
-
providerName?: string | undefined;
|
|
11053
|
-
providerDescription?: string | undefined;
|
|
11054
|
-
}> | undefined;
|
|
11055
11170
|
providerIconUrl?: string | undefined;
|
|
11056
11171
|
pkceRequired?: boolean | undefined;
|
|
11057
11172
|
additionalParams?: Record<string, string> | undefined;
|
|
@@ -11126,19 +11241,59 @@ export declare const OAuthConfigProtoSchema: z.ZodObject<{
|
|
|
11126
11241
|
providerName?: string | undefined;
|
|
11127
11242
|
providerDescription?: string | undefined;
|
|
11128
11243
|
}>>>>;
|
|
11244
|
+
authorizationDisplay: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
11245
|
+
title: z.ZodOptional<z.ZodString>;
|
|
11246
|
+
description: z.ZodOptional<z.ZodString>;
|
|
11247
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
11248
|
+
i18nMap: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodLazy<z.ZodObject<{
|
|
11249
|
+
title: z.ZodOptional<z.ZodString>;
|
|
11250
|
+
description: z.ZodOptional<z.ZodString>;
|
|
11251
|
+
}, "strip", z.ZodTypeAny, {
|
|
11252
|
+
description?: string | undefined;
|
|
11253
|
+
title?: string | undefined;
|
|
11254
|
+
}, {
|
|
11255
|
+
description?: string | undefined;
|
|
11256
|
+
title?: string | undefined;
|
|
11257
|
+
}>>>>;
|
|
11258
|
+
}, "strip", z.ZodTypeAny, {
|
|
11259
|
+
description?: string | undefined;
|
|
11260
|
+
title?: string | undefined;
|
|
11261
|
+
icon?: string | undefined;
|
|
11262
|
+
i18nMap?: Record<string, {
|
|
11263
|
+
description?: string | undefined;
|
|
11264
|
+
title?: string | undefined;
|
|
11265
|
+
}> | undefined;
|
|
11266
|
+
}, {
|
|
11267
|
+
description?: string | undefined;
|
|
11268
|
+
title?: string | undefined;
|
|
11269
|
+
icon?: string | undefined;
|
|
11270
|
+
i18nMap?: Record<string, {
|
|
11271
|
+
description?: string | undefined;
|
|
11272
|
+
title?: string | undefined;
|
|
11273
|
+
}> | undefined;
|
|
11274
|
+
}>>>;
|
|
11129
11275
|
}, "strip", z.ZodTypeAny, {
|
|
11276
|
+
i18nMap?: Record<string, {
|
|
11277
|
+
providerName?: string | undefined;
|
|
11278
|
+
providerDescription?: string | undefined;
|
|
11279
|
+
}> | undefined;
|
|
11130
11280
|
providerName?: string | undefined;
|
|
11131
11281
|
providerDescription?: string | undefined;
|
|
11132
11282
|
authorizationCodeParamName?: string | undefined;
|
|
11283
|
+
authorizationDisplay?: {
|
|
11284
|
+
description?: string | undefined;
|
|
11285
|
+
title?: string | undefined;
|
|
11286
|
+
icon?: string | undefined;
|
|
11287
|
+
i18nMap?: Record<string, {
|
|
11288
|
+
description?: string | undefined;
|
|
11289
|
+
title?: string | undefined;
|
|
11290
|
+
}> | undefined;
|
|
11291
|
+
} | undefined;
|
|
11133
11292
|
provider?: string | undefined;
|
|
11134
11293
|
authorizationUrl?: string | undefined;
|
|
11135
11294
|
tokenUrl?: string | undefined;
|
|
11136
11295
|
refreshTokenUrl?: string | undefined;
|
|
11137
11296
|
scopes?: string[] | undefined;
|
|
11138
|
-
i18nMap?: Record<string, {
|
|
11139
|
-
providerName?: string | undefined;
|
|
11140
|
-
providerDescription?: string | undefined;
|
|
11141
|
-
}> | undefined;
|
|
11142
11297
|
providerIconUrl?: string | undefined;
|
|
11143
11298
|
pkceRequired?: boolean | undefined;
|
|
11144
11299
|
additionalParams?: Record<string, string> | undefined;
|
|
@@ -11156,18 +11311,27 @@ export declare const OAuthConfigProtoSchema: z.ZodObject<{
|
|
|
11156
11311
|
refreshTokenExpiresInPath?: string | undefined;
|
|
11157
11312
|
} | undefined;
|
|
11158
11313
|
}, {
|
|
11314
|
+
i18nMap?: Record<string, {
|
|
11315
|
+
providerName?: string | undefined;
|
|
11316
|
+
providerDescription?: string | undefined;
|
|
11317
|
+
}> | undefined;
|
|
11159
11318
|
providerName?: string | undefined;
|
|
11160
11319
|
providerDescription?: string | undefined;
|
|
11161
11320
|
authorizationCodeParamName?: string | undefined;
|
|
11321
|
+
authorizationDisplay?: {
|
|
11322
|
+
description?: string | undefined;
|
|
11323
|
+
title?: string | undefined;
|
|
11324
|
+
icon?: string | undefined;
|
|
11325
|
+
i18nMap?: Record<string, {
|
|
11326
|
+
description?: string | undefined;
|
|
11327
|
+
title?: string | undefined;
|
|
11328
|
+
}> | undefined;
|
|
11329
|
+
} | undefined;
|
|
11162
11330
|
provider?: string | undefined;
|
|
11163
11331
|
authorizationUrl?: string | undefined;
|
|
11164
11332
|
tokenUrl?: string | undefined;
|
|
11165
11333
|
refreshTokenUrl?: string | undefined;
|
|
11166
11334
|
scopes?: string[] | undefined;
|
|
11167
|
-
i18nMap?: Record<string, {
|
|
11168
|
-
providerName?: string | undefined;
|
|
11169
|
-
providerDescription?: string | undefined;
|
|
11170
|
-
}> | undefined;
|
|
11171
11335
|
providerIconUrl?: string | undefined;
|
|
11172
11336
|
pkceRequired?: boolean | undefined;
|
|
11173
11337
|
additionalParams?: Record<string, string> | undefined;
|
|
@@ -11189,18 +11353,27 @@ export declare const OAuthConfigProtoSchema: z.ZodObject<{
|
|
|
11189
11353
|
authScope?: string | undefined;
|
|
11190
11354
|
authType?: string | undefined;
|
|
11191
11355
|
oauthProvider?: {
|
|
11356
|
+
i18nMap?: Record<string, {
|
|
11357
|
+
providerName?: string | undefined;
|
|
11358
|
+
providerDescription?: string | undefined;
|
|
11359
|
+
}> | undefined;
|
|
11192
11360
|
providerName?: string | undefined;
|
|
11193
11361
|
providerDescription?: string | undefined;
|
|
11194
11362
|
authorizationCodeParamName?: string | undefined;
|
|
11363
|
+
authorizationDisplay?: {
|
|
11364
|
+
description?: string | undefined;
|
|
11365
|
+
title?: string | undefined;
|
|
11366
|
+
icon?: string | undefined;
|
|
11367
|
+
i18nMap?: Record<string, {
|
|
11368
|
+
description?: string | undefined;
|
|
11369
|
+
title?: string | undefined;
|
|
11370
|
+
}> | undefined;
|
|
11371
|
+
} | undefined;
|
|
11195
11372
|
provider?: string | undefined;
|
|
11196
11373
|
authorizationUrl?: string | undefined;
|
|
11197
11374
|
tokenUrl?: string | undefined;
|
|
11198
11375
|
refreshTokenUrl?: string | undefined;
|
|
11199
11376
|
scopes?: string[] | undefined;
|
|
11200
|
-
i18nMap?: Record<string, {
|
|
11201
|
-
providerName?: string | undefined;
|
|
11202
|
-
providerDescription?: string | undefined;
|
|
11203
|
-
}> | undefined;
|
|
11204
11377
|
providerIconUrl?: string | undefined;
|
|
11205
11378
|
pkceRequired?: boolean | undefined;
|
|
11206
11379
|
additionalParams?: Record<string, string> | undefined;
|
|
@@ -11222,18 +11395,27 @@ export declare const OAuthConfigProtoSchema: z.ZodObject<{
|
|
|
11222
11395
|
authScope?: string | undefined;
|
|
11223
11396
|
authType?: string | undefined;
|
|
11224
11397
|
oauthProvider?: {
|
|
11398
|
+
i18nMap?: Record<string, {
|
|
11399
|
+
providerName?: string | undefined;
|
|
11400
|
+
providerDescription?: string | undefined;
|
|
11401
|
+
}> | undefined;
|
|
11225
11402
|
providerName?: string | undefined;
|
|
11226
11403
|
providerDescription?: string | undefined;
|
|
11227
11404
|
authorizationCodeParamName?: string | undefined;
|
|
11405
|
+
authorizationDisplay?: {
|
|
11406
|
+
description?: string | undefined;
|
|
11407
|
+
title?: string | undefined;
|
|
11408
|
+
icon?: string | undefined;
|
|
11409
|
+
i18nMap?: Record<string, {
|
|
11410
|
+
description?: string | undefined;
|
|
11411
|
+
title?: string | undefined;
|
|
11412
|
+
}> | undefined;
|
|
11413
|
+
} | undefined;
|
|
11228
11414
|
provider?: string | undefined;
|
|
11229
11415
|
authorizationUrl?: string | undefined;
|
|
11230
11416
|
tokenUrl?: string | undefined;
|
|
11231
11417
|
refreshTokenUrl?: string | undefined;
|
|
11232
11418
|
scopes?: string[] | undefined;
|
|
11233
|
-
i18nMap?: Record<string, {
|
|
11234
|
-
providerName?: string | undefined;
|
|
11235
|
-
providerDescription?: string | undefined;
|
|
11236
|
-
}> | undefined;
|
|
11237
11419
|
providerIconUrl?: string | undefined;
|
|
11238
11420
|
pkceRequired?: boolean | undefined;
|
|
11239
11421
|
additionalParams?: Record<string, string> | undefined;
|
|
@@ -12766,6 +12948,37 @@ export declare const HookConfigProtoSchema: z.ZodObject<{
|
|
|
12766
12948
|
}>>>;
|
|
12767
12949
|
redirectOrigins: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
12768
12950
|
authScope: z.ZodOptional<z.ZodString>;
|
|
12951
|
+
display: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
12952
|
+
title: z.ZodOptional<z.ZodString>;
|
|
12953
|
+
description: z.ZodOptional<z.ZodString>;
|
|
12954
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
12955
|
+
i18nMap: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodLazy<z.ZodObject<{
|
|
12956
|
+
title: z.ZodOptional<z.ZodString>;
|
|
12957
|
+
description: z.ZodOptional<z.ZodString>;
|
|
12958
|
+
}, "strip", z.ZodTypeAny, {
|
|
12959
|
+
description?: string | undefined;
|
|
12960
|
+
title?: string | undefined;
|
|
12961
|
+
}, {
|
|
12962
|
+
description?: string | undefined;
|
|
12963
|
+
title?: string | undefined;
|
|
12964
|
+
}>>>>;
|
|
12965
|
+
}, "strip", z.ZodTypeAny, {
|
|
12966
|
+
description?: string | undefined;
|
|
12967
|
+
title?: string | undefined;
|
|
12968
|
+
icon?: string | undefined;
|
|
12969
|
+
i18nMap?: Record<string, {
|
|
12970
|
+
description?: string | undefined;
|
|
12971
|
+
title?: string | undefined;
|
|
12972
|
+
}> | undefined;
|
|
12973
|
+
}, {
|
|
12974
|
+
description?: string | undefined;
|
|
12975
|
+
title?: string | undefined;
|
|
12976
|
+
icon?: string | undefined;
|
|
12977
|
+
i18nMap?: Record<string, {
|
|
12978
|
+
description?: string | undefined;
|
|
12979
|
+
title?: string | undefined;
|
|
12980
|
+
}> | undefined;
|
|
12981
|
+
}>>>;
|
|
12769
12982
|
}, "strip", z.ZodTypeAny, {
|
|
12770
12983
|
systemVersion?: string | undefined;
|
|
12771
12984
|
type?: string | undefined;
|
|
@@ -12777,6 +12990,15 @@ export declare const HookConfigProtoSchema: z.ZodObject<{
|
|
|
12777
12990
|
endpointToken?: string | undefined;
|
|
12778
12991
|
executionScope?: string | undefined;
|
|
12779
12992
|
} | undefined;
|
|
12993
|
+
display?: {
|
|
12994
|
+
description?: string | undefined;
|
|
12995
|
+
title?: string | undefined;
|
|
12996
|
+
icon?: string | undefined;
|
|
12997
|
+
i18nMap?: Record<string, {
|
|
12998
|
+
description?: string | undefined;
|
|
12999
|
+
title?: string | undefined;
|
|
13000
|
+
}> | undefined;
|
|
13001
|
+
} | undefined;
|
|
12780
13002
|
}, {
|
|
12781
13003
|
systemVersion?: string | undefined;
|
|
12782
13004
|
type?: string | undefined;
|
|
@@ -12788,6 +13010,15 @@ export declare const HookConfigProtoSchema: z.ZodObject<{
|
|
|
12788
13010
|
endpointToken?: string | undefined;
|
|
12789
13011
|
executionScope?: string | undefined;
|
|
12790
13012
|
} | undefined;
|
|
13013
|
+
display?: {
|
|
13014
|
+
description?: string | undefined;
|
|
13015
|
+
title?: string | undefined;
|
|
13016
|
+
icon?: string | undefined;
|
|
13017
|
+
i18nMap?: Record<string, {
|
|
13018
|
+
description?: string | undefined;
|
|
13019
|
+
title?: string | undefined;
|
|
13020
|
+
}> | undefined;
|
|
13021
|
+
} | undefined;
|
|
12791
13022
|
}>;
|
|
12792
13023
|
export type HookConfigProto = z.infer<typeof HookConfigProtoSchema>;
|
|
12793
13024
|
export declare const OAuthFlowHookInputProtoSchema: z.ZodObject<{
|
|
@@ -12807,12 +13038,15 @@ export type OAuthFlowHookInputProto = z.infer<typeof OAuthFlowHookInputProtoSche
|
|
|
12807
13038
|
export declare const OAuthFlowHookResultProtoSchema: z.ZodObject<{
|
|
12808
13039
|
type: z.ZodOptional<z.ZodString>;
|
|
12809
13040
|
url: z.ZodOptional<z.ZodString>;
|
|
13041
|
+
detail: z.ZodOptional<z.ZodString>;
|
|
12810
13042
|
}, "strip", z.ZodTypeAny, {
|
|
12811
13043
|
type?: string | undefined;
|
|
12812
13044
|
url?: string | undefined;
|
|
13045
|
+
detail?: string | undefined;
|
|
12813
13046
|
}, {
|
|
12814
13047
|
type?: string | undefined;
|
|
12815
13048
|
url?: string | undefined;
|
|
13049
|
+
detail?: string | undefined;
|
|
12816
13050
|
}>;
|
|
12817
13051
|
export type OAuthFlowHookResultProto = z.infer<typeof OAuthFlowHookResultProtoSchema>;
|
|
12818
13052
|
export declare const HookGetHooksInputProtoSchema: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
@@ -12835,6 +13069,37 @@ export declare const HookGetHooksOutputProtoSchema: z.ZodObject<{
|
|
|
12835
13069
|
}>>>;
|
|
12836
13070
|
redirectOrigins: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
12837
13071
|
authScope: z.ZodOptional<z.ZodString>;
|
|
13072
|
+
display: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
13073
|
+
title: z.ZodOptional<z.ZodString>;
|
|
13074
|
+
description: z.ZodOptional<z.ZodString>;
|
|
13075
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
13076
|
+
i18nMap: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodLazy<z.ZodObject<{
|
|
13077
|
+
title: z.ZodOptional<z.ZodString>;
|
|
13078
|
+
description: z.ZodOptional<z.ZodString>;
|
|
13079
|
+
}, "strip", z.ZodTypeAny, {
|
|
13080
|
+
description?: string | undefined;
|
|
13081
|
+
title?: string | undefined;
|
|
13082
|
+
}, {
|
|
13083
|
+
description?: string | undefined;
|
|
13084
|
+
title?: string | undefined;
|
|
13085
|
+
}>>>>;
|
|
13086
|
+
}, "strip", z.ZodTypeAny, {
|
|
13087
|
+
description?: string | undefined;
|
|
13088
|
+
title?: string | undefined;
|
|
13089
|
+
icon?: string | undefined;
|
|
13090
|
+
i18nMap?: Record<string, {
|
|
13091
|
+
description?: string | undefined;
|
|
13092
|
+
title?: string | undefined;
|
|
13093
|
+
}> | undefined;
|
|
13094
|
+
}, {
|
|
13095
|
+
description?: string | undefined;
|
|
13096
|
+
title?: string | undefined;
|
|
13097
|
+
icon?: string | undefined;
|
|
13098
|
+
i18nMap?: Record<string, {
|
|
13099
|
+
description?: string | undefined;
|
|
13100
|
+
title?: string | undefined;
|
|
13101
|
+
}> | undefined;
|
|
13102
|
+
}>>>;
|
|
12838
13103
|
}, "strip", z.ZodTypeAny, {
|
|
12839
13104
|
systemVersion?: string | undefined;
|
|
12840
13105
|
type?: string | undefined;
|
|
@@ -12846,6 +13111,15 @@ export declare const HookGetHooksOutputProtoSchema: z.ZodObject<{
|
|
|
12846
13111
|
endpointToken?: string | undefined;
|
|
12847
13112
|
executionScope?: string | undefined;
|
|
12848
13113
|
} | undefined;
|
|
13114
|
+
display?: {
|
|
13115
|
+
description?: string | undefined;
|
|
13116
|
+
title?: string | undefined;
|
|
13117
|
+
icon?: string | undefined;
|
|
13118
|
+
i18nMap?: Record<string, {
|
|
13119
|
+
description?: string | undefined;
|
|
13120
|
+
title?: string | undefined;
|
|
13121
|
+
}> | undefined;
|
|
13122
|
+
} | undefined;
|
|
12849
13123
|
}, {
|
|
12850
13124
|
systemVersion?: string | undefined;
|
|
12851
13125
|
type?: string | undefined;
|
|
@@ -12857,6 +13131,15 @@ export declare const HookGetHooksOutputProtoSchema: z.ZodObject<{
|
|
|
12857
13131
|
endpointToken?: string | undefined;
|
|
12858
13132
|
executionScope?: string | undefined;
|
|
12859
13133
|
} | undefined;
|
|
13134
|
+
display?: {
|
|
13135
|
+
description?: string | undefined;
|
|
13136
|
+
title?: string | undefined;
|
|
13137
|
+
icon?: string | undefined;
|
|
13138
|
+
i18nMap?: Record<string, {
|
|
13139
|
+
description?: string | undefined;
|
|
13140
|
+
title?: string | undefined;
|
|
13141
|
+
}> | undefined;
|
|
13142
|
+
} | undefined;
|
|
12860
13143
|
}>>, "many">>;
|
|
12861
13144
|
}, "strip", z.ZodTypeAny, {
|
|
12862
13145
|
hooks?: {
|
|
@@ -12870,6 +13153,15 @@ export declare const HookGetHooksOutputProtoSchema: z.ZodObject<{
|
|
|
12870
13153
|
endpointToken?: string | undefined;
|
|
12871
13154
|
executionScope?: string | undefined;
|
|
12872
13155
|
} | undefined;
|
|
13156
|
+
display?: {
|
|
13157
|
+
description?: string | undefined;
|
|
13158
|
+
title?: string | undefined;
|
|
13159
|
+
icon?: string | undefined;
|
|
13160
|
+
i18nMap?: Record<string, {
|
|
13161
|
+
description?: string | undefined;
|
|
13162
|
+
title?: string | undefined;
|
|
13163
|
+
}> | undefined;
|
|
13164
|
+
} | undefined;
|
|
12873
13165
|
}[] | undefined;
|
|
12874
13166
|
}, {
|
|
12875
13167
|
hooks?: {
|
|
@@ -12883,6 +13175,15 @@ export declare const HookGetHooksOutputProtoSchema: z.ZodObject<{
|
|
|
12883
13175
|
endpointToken?: string | undefined;
|
|
12884
13176
|
executionScope?: string | undefined;
|
|
12885
13177
|
} | undefined;
|
|
13178
|
+
display?: {
|
|
13179
|
+
description?: string | undefined;
|
|
13180
|
+
title?: string | undefined;
|
|
13181
|
+
icon?: string | undefined;
|
|
13182
|
+
i18nMap?: Record<string, {
|
|
13183
|
+
description?: string | undefined;
|
|
13184
|
+
title?: string | undefined;
|
|
13185
|
+
}> | undefined;
|
|
13186
|
+
} | undefined;
|
|
12886
13187
|
}[] | undefined;
|
|
12887
13188
|
}>;
|
|
12888
13189
|
export type HookGetHooksOutputProto = z.infer<typeof HookGetHooksOutputProtoSchema>;
|
|
@@ -13951,10 +14252,10 @@ export declare const AppNotebookProtoSchema: z.ZodObject<{
|
|
|
13951
14252
|
}[] | undefined;
|
|
13952
14253
|
} | undefined;
|
|
13953
14254
|
title?: string | undefined;
|
|
14255
|
+
icon?: string | undefined;
|
|
13954
14256
|
notebookKey?: string | undefined;
|
|
13955
14257
|
version?: number | undefined;
|
|
13956
14258
|
initialVisibility?: string | undefined;
|
|
13957
|
-
icon?: string | undefined;
|
|
13958
14259
|
}, {
|
|
13959
14260
|
description?: string | undefined;
|
|
13960
14261
|
notebook?: {
|
|
@@ -13981,10 +14282,10 @@ export declare const AppNotebookProtoSchema: z.ZodObject<{
|
|
|
13981
14282
|
}[] | undefined;
|
|
13982
14283
|
} | undefined;
|
|
13983
14284
|
title?: string | undefined;
|
|
14285
|
+
icon?: string | undefined;
|
|
13984
14286
|
notebookKey?: string | undefined;
|
|
13985
14287
|
version?: number | undefined;
|
|
13986
14288
|
initialVisibility?: string | undefined;
|
|
13987
|
-
icon?: string | undefined;
|
|
13988
14289
|
}>;
|
|
13989
14290
|
export type AppNotebookProto = z.infer<typeof AppNotebookProtoSchema>;
|
|
13990
14291
|
export declare const NotebookGetNotebooksInputProtoSchema: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
@@ -14152,10 +14453,10 @@ export declare const NotebookGetNotebooksOutputProtoSchema: z.ZodObject<{
|
|
|
14152
14453
|
}[] | undefined;
|
|
14153
14454
|
} | undefined;
|
|
14154
14455
|
title?: string | undefined;
|
|
14456
|
+
icon?: string | undefined;
|
|
14155
14457
|
notebookKey?: string | undefined;
|
|
14156
14458
|
version?: number | undefined;
|
|
14157
14459
|
initialVisibility?: string | undefined;
|
|
14158
|
-
icon?: string | undefined;
|
|
14159
14460
|
}, {
|
|
14160
14461
|
description?: string | undefined;
|
|
14161
14462
|
notebook?: {
|
|
@@ -14182,10 +14483,10 @@ export declare const NotebookGetNotebooksOutputProtoSchema: z.ZodObject<{
|
|
|
14182
14483
|
}[] | undefined;
|
|
14183
14484
|
} | undefined;
|
|
14184
14485
|
title?: string | undefined;
|
|
14486
|
+
icon?: string | undefined;
|
|
14185
14487
|
notebookKey?: string | undefined;
|
|
14186
14488
|
version?: number | undefined;
|
|
14187
14489
|
initialVisibility?: string | undefined;
|
|
14188
|
-
icon?: string | undefined;
|
|
14189
14490
|
}>>, "many">>;
|
|
14190
14491
|
}, "strip", z.ZodTypeAny, {
|
|
14191
14492
|
notebooks?: {
|
|
@@ -14214,10 +14515,10 @@ export declare const NotebookGetNotebooksOutputProtoSchema: z.ZodObject<{
|
|
|
14214
14515
|
}[] | undefined;
|
|
14215
14516
|
} | undefined;
|
|
14216
14517
|
title?: string | undefined;
|
|
14518
|
+
icon?: string | undefined;
|
|
14217
14519
|
notebookKey?: string | undefined;
|
|
14218
14520
|
version?: number | undefined;
|
|
14219
14521
|
initialVisibility?: string | undefined;
|
|
14220
|
-
icon?: string | undefined;
|
|
14221
14522
|
}[] | undefined;
|
|
14222
14523
|
}, {
|
|
14223
14524
|
notebooks?: {
|
|
@@ -14246,10 +14547,10 @@ export declare const NotebookGetNotebooksOutputProtoSchema: z.ZodObject<{
|
|
|
14246
14547
|
}[] | undefined;
|
|
14247
14548
|
} | undefined;
|
|
14248
14549
|
title?: string | undefined;
|
|
14550
|
+
icon?: string | undefined;
|
|
14249
14551
|
notebookKey?: string | undefined;
|
|
14250
14552
|
version?: number | undefined;
|
|
14251
14553
|
initialVisibility?: string | undefined;
|
|
14252
|
-
icon?: string | undefined;
|
|
14253
14554
|
}[] | undefined;
|
|
14254
14555
|
}>;
|
|
14255
14556
|
export type NotebookGetNotebooksOutputProto = z.infer<typeof NotebookGetNotebooksOutputProtoSchema>;
|
|
@@ -22746,22 +23047,22 @@ export declare const CommerceGetExchangeableItemsOutputProtoSchema: z.ZodObject<
|
|
|
22746
23047
|
name?: string | undefined;
|
|
22747
23048
|
}[] | undefined;
|
|
22748
23049
|
id?: string | undefined;
|
|
23050
|
+
display?: boolean | undefined;
|
|
22749
23051
|
additionalAmount?: number | undefined;
|
|
22750
23052
|
stockQuantity?: number | undefined;
|
|
22751
23053
|
useInventory?: boolean | undefined;
|
|
22752
23054
|
selling?: boolean | undefined;
|
|
22753
|
-
display?: boolean | undefined;
|
|
22754
23055
|
}, {
|
|
22755
23056
|
options?: {
|
|
22756
23057
|
value?: string | undefined;
|
|
22757
23058
|
name?: string | undefined;
|
|
22758
23059
|
}[] | undefined;
|
|
22759
23060
|
id?: string | undefined;
|
|
23061
|
+
display?: boolean | undefined;
|
|
22760
23062
|
additionalAmount?: number | undefined;
|
|
22761
23063
|
stockQuantity?: number | undefined;
|
|
22762
23064
|
useInventory?: boolean | undefined;
|
|
22763
23065
|
selling?: boolean | undefined;
|
|
22764
|
-
display?: boolean | undefined;
|
|
22765
23066
|
}>>, "many">>;
|
|
22766
23067
|
}, "strip", z.ZodTypeAny, {
|
|
22767
23068
|
id?: string | undefined;
|
|
@@ -22772,11 +23073,11 @@ export declare const CommerceGetExchangeableItemsOutputProtoSchema: z.ZodObject<
|
|
|
22772
23073
|
name?: string | undefined;
|
|
22773
23074
|
}[] | undefined;
|
|
22774
23075
|
id?: string | undefined;
|
|
23076
|
+
display?: boolean | undefined;
|
|
22775
23077
|
additionalAmount?: number | undefined;
|
|
22776
23078
|
stockQuantity?: number | undefined;
|
|
22777
23079
|
useInventory?: boolean | undefined;
|
|
22778
23080
|
selling?: boolean | undefined;
|
|
22779
|
-
display?: boolean | undefined;
|
|
22780
23081
|
}[] | undefined;
|
|
22781
23082
|
}, {
|
|
22782
23083
|
id?: string | undefined;
|
|
@@ -22787,11 +23088,11 @@ export declare const CommerceGetExchangeableItemsOutputProtoSchema: z.ZodObject<
|
|
|
22787
23088
|
name?: string | undefined;
|
|
22788
23089
|
}[] | undefined;
|
|
22789
23090
|
id?: string | undefined;
|
|
23091
|
+
display?: boolean | undefined;
|
|
22790
23092
|
additionalAmount?: number | undefined;
|
|
22791
23093
|
stockQuantity?: number | undefined;
|
|
22792
23094
|
useInventory?: boolean | undefined;
|
|
22793
23095
|
selling?: boolean | undefined;
|
|
22794
|
-
display?: boolean | undefined;
|
|
22795
23096
|
}[] | undefined;
|
|
22796
23097
|
}>>, "many">>;
|
|
22797
23098
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -22804,11 +23105,11 @@ export declare const CommerceGetExchangeableItemsOutputProtoSchema: z.ZodObject<
|
|
|
22804
23105
|
name?: string | undefined;
|
|
22805
23106
|
}[] | undefined;
|
|
22806
23107
|
id?: string | undefined;
|
|
23108
|
+
display?: boolean | undefined;
|
|
22807
23109
|
additionalAmount?: number | undefined;
|
|
22808
23110
|
stockQuantity?: number | undefined;
|
|
22809
23111
|
useInventory?: boolean | undefined;
|
|
22810
23112
|
selling?: boolean | undefined;
|
|
22811
|
-
display?: boolean | undefined;
|
|
22812
23113
|
}[] | undefined;
|
|
22813
23114
|
}[] | undefined;
|
|
22814
23115
|
}, {
|
|
@@ -22821,11 +23122,11 @@ export declare const CommerceGetExchangeableItemsOutputProtoSchema: z.ZodObject<
|
|
|
22821
23122
|
name?: string | undefined;
|
|
22822
23123
|
}[] | undefined;
|
|
22823
23124
|
id?: string | undefined;
|
|
23125
|
+
display?: boolean | undefined;
|
|
22824
23126
|
additionalAmount?: number | undefined;
|
|
22825
23127
|
stockQuantity?: number | undefined;
|
|
22826
23128
|
useInventory?: boolean | undefined;
|
|
22827
23129
|
selling?: boolean | undefined;
|
|
22828
|
-
display?: boolean | undefined;
|
|
22829
23130
|
}[] | undefined;
|
|
22830
23131
|
}[] | undefined;
|
|
22831
23132
|
}>;
|
|
@@ -22856,22 +23157,22 @@ export declare const CommerceExchangeableItemProtoSchema: z.ZodObject<{
|
|
|
22856
23157
|
name?: string | undefined;
|
|
22857
23158
|
}[] | undefined;
|
|
22858
23159
|
id?: string | undefined;
|
|
23160
|
+
display?: boolean | undefined;
|
|
22859
23161
|
additionalAmount?: number | undefined;
|
|
22860
23162
|
stockQuantity?: number | undefined;
|
|
22861
23163
|
useInventory?: boolean | undefined;
|
|
22862
23164
|
selling?: boolean | undefined;
|
|
22863
|
-
display?: boolean | undefined;
|
|
22864
23165
|
}, {
|
|
22865
23166
|
options?: {
|
|
22866
23167
|
value?: string | undefined;
|
|
22867
23168
|
name?: string | undefined;
|
|
22868
23169
|
}[] | undefined;
|
|
22869
23170
|
id?: string | undefined;
|
|
23171
|
+
display?: boolean | undefined;
|
|
22870
23172
|
additionalAmount?: number | undefined;
|
|
22871
23173
|
stockQuantity?: number | undefined;
|
|
22872
23174
|
useInventory?: boolean | undefined;
|
|
22873
23175
|
selling?: boolean | undefined;
|
|
22874
|
-
display?: boolean | undefined;
|
|
22875
23176
|
}>>, "many">>;
|
|
22876
23177
|
}, "strip", z.ZodTypeAny, {
|
|
22877
23178
|
id?: string | undefined;
|
|
@@ -22882,11 +23183,11 @@ export declare const CommerceExchangeableItemProtoSchema: z.ZodObject<{
|
|
|
22882
23183
|
name?: string | undefined;
|
|
22883
23184
|
}[] | undefined;
|
|
22884
23185
|
id?: string | undefined;
|
|
23186
|
+
display?: boolean | undefined;
|
|
22885
23187
|
additionalAmount?: number | undefined;
|
|
22886
23188
|
stockQuantity?: number | undefined;
|
|
22887
23189
|
useInventory?: boolean | undefined;
|
|
22888
23190
|
selling?: boolean | undefined;
|
|
22889
|
-
display?: boolean | undefined;
|
|
22890
23191
|
}[] | undefined;
|
|
22891
23192
|
}, {
|
|
22892
23193
|
id?: string | undefined;
|
|
@@ -22897,11 +23198,11 @@ export declare const CommerceExchangeableItemProtoSchema: z.ZodObject<{
|
|
|
22897
23198
|
name?: string | undefined;
|
|
22898
23199
|
}[] | undefined;
|
|
22899
23200
|
id?: string | undefined;
|
|
23201
|
+
display?: boolean | undefined;
|
|
22900
23202
|
additionalAmount?: number | undefined;
|
|
22901
23203
|
stockQuantity?: number | undefined;
|
|
22902
23204
|
useInventory?: boolean | undefined;
|
|
22903
23205
|
selling?: boolean | undefined;
|
|
22904
|
-
display?: boolean | undefined;
|
|
22905
23206
|
}[] | undefined;
|
|
22906
23207
|
}>;
|
|
22907
23208
|
export type CommerceExchangeableItemProto = z.infer<typeof CommerceExchangeableItemProtoSchema>;
|
|
@@ -22928,22 +23229,22 @@ export declare const CommerceExchangeableVariantProtoSchema: z.ZodObject<{
|
|
|
22928
23229
|
name?: string | undefined;
|
|
22929
23230
|
}[] | undefined;
|
|
22930
23231
|
id?: string | undefined;
|
|
23232
|
+
display?: boolean | undefined;
|
|
22931
23233
|
additionalAmount?: number | undefined;
|
|
22932
23234
|
stockQuantity?: number | undefined;
|
|
22933
23235
|
useInventory?: boolean | undefined;
|
|
22934
23236
|
selling?: boolean | undefined;
|
|
22935
|
-
display?: boolean | undefined;
|
|
22936
23237
|
}, {
|
|
22937
23238
|
options?: {
|
|
22938
23239
|
value?: string | undefined;
|
|
22939
23240
|
name?: string | undefined;
|
|
22940
23241
|
}[] | undefined;
|
|
22941
23242
|
id?: string | undefined;
|
|
23243
|
+
display?: boolean | undefined;
|
|
22942
23244
|
additionalAmount?: number | undefined;
|
|
22943
23245
|
stockQuantity?: number | undefined;
|
|
22944
23246
|
useInventory?: boolean | undefined;
|
|
22945
23247
|
selling?: boolean | undefined;
|
|
22946
|
-
display?: boolean | undefined;
|
|
22947
23248
|
}>;
|
|
22948
23249
|
export type CommerceExchangeableVariantProto = z.infer<typeof CommerceExchangeableVariantProtoSchema>;
|
|
22949
23250
|
export declare const CommerceVariantOptionProtoSchema: z.ZodObject<{
|
|
@@ -26510,9 +26811,9 @@ export declare const MessagingOnMediumMessageCreatedInputProtoSchema: z.ZodObjec
|
|
|
26510
26811
|
userId?: string | undefined;
|
|
26511
26812
|
mediumType?: string | undefined;
|
|
26512
26813
|
title?: string | undefined;
|
|
26814
|
+
expiresAt?: string | undefined;
|
|
26513
26815
|
version?: string | undefined;
|
|
26514
26816
|
updatedAt?: string | undefined;
|
|
26515
|
-
expiresAt?: string | undefined;
|
|
26516
26817
|
state?: "USER_CHAT_STATE_UNSPECIFIED" | "USER_CHAT_STATE_CLOSED" | "USER_CHAT_STATE_OPENED" | "USER_CHAT_STATE_SNOOZED" | "USER_CHAT_STATE_INITIAL" | "USER_CHAT_STATE_MISSED" | "USER_CHAT_STATE_QUEUED" | undefined;
|
|
26517
26818
|
source?: Record<string, any> | undefined;
|
|
26518
26819
|
tags?: string[] | undefined;
|
|
@@ -26571,9 +26872,9 @@ export declare const MessagingOnMediumMessageCreatedInputProtoSchema: z.ZodObjec
|
|
|
26571
26872
|
userId?: string | undefined;
|
|
26572
26873
|
mediumType?: string | undefined;
|
|
26573
26874
|
title?: string | undefined;
|
|
26875
|
+
expiresAt?: string | undefined;
|
|
26574
26876
|
version?: string | undefined;
|
|
26575
26877
|
updatedAt?: string | undefined;
|
|
26576
|
-
expiresAt?: string | undefined;
|
|
26577
26878
|
state?: "USER_CHAT_STATE_UNSPECIFIED" | "USER_CHAT_STATE_CLOSED" | "USER_CHAT_STATE_OPENED" | "USER_CHAT_STATE_SNOOZED" | "USER_CHAT_STATE_INITIAL" | "USER_CHAT_STATE_MISSED" | "USER_CHAT_STATE_QUEUED" | undefined;
|
|
26578
26879
|
source?: Record<string, any> | undefined;
|
|
26579
26880
|
tags?: string[] | undefined;
|
|
@@ -26756,9 +27057,9 @@ export declare const MessagingOnMediumMessageCreatedInputProtoSchema: z.ZodObjec
|
|
|
26756
27057
|
id?: string | undefined;
|
|
26757
27058
|
channelId?: string | undefined;
|
|
26758
27059
|
requestId?: string | undefined;
|
|
27060
|
+
form?: Record<string, any> | undefined;
|
|
26759
27061
|
version?: string | undefined;
|
|
26760
27062
|
updatedAt?: string | undefined;
|
|
26761
|
-
form?: Record<string, any> | undefined;
|
|
26762
27063
|
blocks?: Record<string, any>[] | undefined;
|
|
26763
27064
|
state?: "MESSAGE_STATE_UNSPECIFIED" | "MESSAGE_STATE_SENDING" | "MESSAGE_STATE_SENT" | "MESSAGE_STATE_FAILED" | "MESSAGE_STATE_REMOVED" | undefined;
|
|
26764
27065
|
createdAt?: string | undefined;
|
|
@@ -26819,9 +27120,9 @@ export declare const MessagingOnMediumMessageCreatedInputProtoSchema: z.ZodObjec
|
|
|
26819
27120
|
id?: string | undefined;
|
|
26820
27121
|
channelId?: string | undefined;
|
|
26821
27122
|
requestId?: string | undefined;
|
|
27123
|
+
form?: Record<string, any> | undefined;
|
|
26822
27124
|
version?: string | undefined;
|
|
26823
27125
|
updatedAt?: string | undefined;
|
|
26824
|
-
form?: Record<string, any> | undefined;
|
|
26825
27126
|
blocks?: Record<string, any>[] | undefined;
|
|
26826
27127
|
state?: "MESSAGE_STATE_UNSPECIFIED" | "MESSAGE_STATE_SENDING" | "MESSAGE_STATE_SENT" | "MESSAGE_STATE_FAILED" | "MESSAGE_STATE_REMOVED" | undefined;
|
|
26827
27128
|
createdAt?: string | undefined;
|
|
@@ -26886,9 +27187,9 @@ export declare const MessagingOnMediumMessageCreatedInputProtoSchema: z.ZodObjec
|
|
|
26886
27187
|
userId?: string | undefined;
|
|
26887
27188
|
mediumType?: string | undefined;
|
|
26888
27189
|
title?: string | undefined;
|
|
27190
|
+
expiresAt?: string | undefined;
|
|
26889
27191
|
version?: string | undefined;
|
|
26890
27192
|
updatedAt?: string | undefined;
|
|
26891
|
-
expiresAt?: string | undefined;
|
|
26892
27193
|
state?: "USER_CHAT_STATE_UNSPECIFIED" | "USER_CHAT_STATE_CLOSED" | "USER_CHAT_STATE_OPENED" | "USER_CHAT_STATE_SNOOZED" | "USER_CHAT_STATE_INITIAL" | "USER_CHAT_STATE_MISSED" | "USER_CHAT_STATE_QUEUED" | undefined;
|
|
26893
27194
|
source?: Record<string, any> | undefined;
|
|
26894
27195
|
tags?: string[] | undefined;
|
|
@@ -26946,9 +27247,9 @@ export declare const MessagingOnMediumMessageCreatedInputProtoSchema: z.ZodObjec
|
|
|
26946
27247
|
id?: string | undefined;
|
|
26947
27248
|
channelId?: string | undefined;
|
|
26948
27249
|
requestId?: string | undefined;
|
|
27250
|
+
form?: Record<string, any> | undefined;
|
|
26949
27251
|
version?: string | undefined;
|
|
26950
27252
|
updatedAt?: string | undefined;
|
|
26951
|
-
form?: Record<string, any> | undefined;
|
|
26952
27253
|
blocks?: Record<string, any>[] | undefined;
|
|
26953
27254
|
state?: "MESSAGE_STATE_UNSPECIFIED" | "MESSAGE_STATE_SENDING" | "MESSAGE_STATE_SENT" | "MESSAGE_STATE_FAILED" | "MESSAGE_STATE_REMOVED" | undefined;
|
|
26954
27255
|
createdAt?: string | undefined;
|
|
@@ -27013,9 +27314,9 @@ export declare const MessagingOnMediumMessageCreatedInputProtoSchema: z.ZodObjec
|
|
|
27013
27314
|
userId?: string | undefined;
|
|
27014
27315
|
mediumType?: string | undefined;
|
|
27015
27316
|
title?: string | undefined;
|
|
27317
|
+
expiresAt?: string | undefined;
|
|
27016
27318
|
version?: string | undefined;
|
|
27017
27319
|
updatedAt?: string | undefined;
|
|
27018
|
-
expiresAt?: string | undefined;
|
|
27019
27320
|
state?: "USER_CHAT_STATE_UNSPECIFIED" | "USER_CHAT_STATE_CLOSED" | "USER_CHAT_STATE_OPENED" | "USER_CHAT_STATE_SNOOZED" | "USER_CHAT_STATE_INITIAL" | "USER_CHAT_STATE_MISSED" | "USER_CHAT_STATE_QUEUED" | undefined;
|
|
27020
27321
|
source?: Record<string, any> | undefined;
|
|
27021
27322
|
tags?: string[] | undefined;
|
|
@@ -27073,9 +27374,9 @@ export declare const MessagingOnMediumMessageCreatedInputProtoSchema: z.ZodObjec
|
|
|
27073
27374
|
id?: string | undefined;
|
|
27074
27375
|
channelId?: string | undefined;
|
|
27075
27376
|
requestId?: string | undefined;
|
|
27377
|
+
form?: Record<string, any> | undefined;
|
|
27076
27378
|
version?: string | undefined;
|
|
27077
27379
|
updatedAt?: string | undefined;
|
|
27078
|
-
form?: Record<string, any> | undefined;
|
|
27079
27380
|
blocks?: Record<string, any>[] | undefined;
|
|
27080
27381
|
state?: "MESSAGE_STATE_UNSPECIFIED" | "MESSAGE_STATE_SENDING" | "MESSAGE_STATE_SENT" | "MESSAGE_STATE_FAILED" | "MESSAGE_STATE_REMOVED" | undefined;
|
|
27081
27382
|
createdAt?: string | undefined;
|
|
@@ -27245,9 +27546,9 @@ export declare const MessagingInboxOnMediumUserChatClosedInputProtoSchema: z.Zod
|
|
|
27245
27546
|
userId?: string | undefined;
|
|
27246
27547
|
mediumType?: string | undefined;
|
|
27247
27548
|
title?: string | undefined;
|
|
27549
|
+
expiresAt?: string | undefined;
|
|
27248
27550
|
version?: string | undefined;
|
|
27249
27551
|
updatedAt?: string | undefined;
|
|
27250
|
-
expiresAt?: string | undefined;
|
|
27251
27552
|
state?: "USER_CHAT_STATE_UNSPECIFIED" | "USER_CHAT_STATE_CLOSED" | "USER_CHAT_STATE_OPENED" | "USER_CHAT_STATE_SNOOZED" | "USER_CHAT_STATE_INITIAL" | "USER_CHAT_STATE_MISSED" | "USER_CHAT_STATE_QUEUED" | undefined;
|
|
27252
27553
|
source?: Record<string, any> | undefined;
|
|
27253
27554
|
tags?: string[] | undefined;
|
|
@@ -27306,9 +27607,9 @@ export declare const MessagingInboxOnMediumUserChatClosedInputProtoSchema: z.Zod
|
|
|
27306
27607
|
userId?: string | undefined;
|
|
27307
27608
|
mediumType?: string | undefined;
|
|
27308
27609
|
title?: string | undefined;
|
|
27610
|
+
expiresAt?: string | undefined;
|
|
27309
27611
|
version?: string | undefined;
|
|
27310
27612
|
updatedAt?: string | undefined;
|
|
27311
|
-
expiresAt?: string | undefined;
|
|
27312
27613
|
state?: "USER_CHAT_STATE_UNSPECIFIED" | "USER_CHAT_STATE_CLOSED" | "USER_CHAT_STATE_OPENED" | "USER_CHAT_STATE_SNOOZED" | "USER_CHAT_STATE_INITIAL" | "USER_CHAT_STATE_MISSED" | "USER_CHAT_STATE_QUEUED" | undefined;
|
|
27313
27614
|
source?: Record<string, any> | undefined;
|
|
27314
27615
|
tags?: string[] | undefined;
|
|
@@ -27369,9 +27670,9 @@ export declare const MessagingInboxOnMediumUserChatClosedInputProtoSchema: z.Zod
|
|
|
27369
27670
|
userId?: string | undefined;
|
|
27370
27671
|
mediumType?: string | undefined;
|
|
27371
27672
|
title?: string | undefined;
|
|
27673
|
+
expiresAt?: string | undefined;
|
|
27372
27674
|
version?: string | undefined;
|
|
27373
27675
|
updatedAt?: string | undefined;
|
|
27374
|
-
expiresAt?: string | undefined;
|
|
27375
27676
|
state?: "USER_CHAT_STATE_UNSPECIFIED" | "USER_CHAT_STATE_CLOSED" | "USER_CHAT_STATE_OPENED" | "USER_CHAT_STATE_SNOOZED" | "USER_CHAT_STATE_INITIAL" | "USER_CHAT_STATE_MISSED" | "USER_CHAT_STATE_QUEUED" | undefined;
|
|
27376
27677
|
source?: Record<string, any> | undefined;
|
|
27377
27678
|
tags?: string[] | undefined;
|
|
@@ -27432,9 +27733,9 @@ export declare const MessagingInboxOnMediumUserChatClosedInputProtoSchema: z.Zod
|
|
|
27432
27733
|
userId?: string | undefined;
|
|
27433
27734
|
mediumType?: string | undefined;
|
|
27434
27735
|
title?: string | undefined;
|
|
27736
|
+
expiresAt?: string | undefined;
|
|
27435
27737
|
version?: string | undefined;
|
|
27436
27738
|
updatedAt?: string | undefined;
|
|
27437
|
-
expiresAt?: string | undefined;
|
|
27438
27739
|
state?: "USER_CHAT_STATE_UNSPECIFIED" | "USER_CHAT_STATE_CLOSED" | "USER_CHAT_STATE_OPENED" | "USER_CHAT_STATE_SNOOZED" | "USER_CHAT_STATE_INITIAL" | "USER_CHAT_STATE_MISSED" | "USER_CHAT_STATE_QUEUED" | undefined;
|
|
27439
27740
|
source?: Record<string, any> | undefined;
|
|
27440
27741
|
tags?: string[] | undefined;
|
|
@@ -27560,9 +27861,9 @@ export declare const MessagingInboxGetWritingTypesInputProtoSchema: z.ZodObject<
|
|
|
27560
27861
|
userId?: string | undefined;
|
|
27561
27862
|
mediumType?: string | undefined;
|
|
27562
27863
|
title?: string | undefined;
|
|
27864
|
+
expiresAt?: string | undefined;
|
|
27563
27865
|
version?: string | undefined;
|
|
27564
27866
|
updatedAt?: string | undefined;
|
|
27565
|
-
expiresAt?: string | undefined;
|
|
27566
27867
|
state?: "USER_CHAT_STATE_UNSPECIFIED" | "USER_CHAT_STATE_CLOSED" | "USER_CHAT_STATE_OPENED" | "USER_CHAT_STATE_SNOOZED" | "USER_CHAT_STATE_INITIAL" | "USER_CHAT_STATE_MISSED" | "USER_CHAT_STATE_QUEUED" | undefined;
|
|
27567
27868
|
source?: Record<string, any> | undefined;
|
|
27568
27869
|
tags?: string[] | undefined;
|
|
@@ -27621,9 +27922,9 @@ export declare const MessagingInboxGetWritingTypesInputProtoSchema: z.ZodObject<
|
|
|
27621
27922
|
userId?: string | undefined;
|
|
27622
27923
|
mediumType?: string | undefined;
|
|
27623
27924
|
title?: string | undefined;
|
|
27925
|
+
expiresAt?: string | undefined;
|
|
27624
27926
|
version?: string | undefined;
|
|
27625
27927
|
updatedAt?: string | undefined;
|
|
27626
|
-
expiresAt?: string | undefined;
|
|
27627
27928
|
state?: "USER_CHAT_STATE_UNSPECIFIED" | "USER_CHAT_STATE_CLOSED" | "USER_CHAT_STATE_OPENED" | "USER_CHAT_STATE_SNOOZED" | "USER_CHAT_STATE_INITIAL" | "USER_CHAT_STATE_MISSED" | "USER_CHAT_STATE_QUEUED" | undefined;
|
|
27628
27929
|
source?: Record<string, any> | undefined;
|
|
27629
27930
|
tags?: string[] | undefined;
|
|
@@ -27684,9 +27985,9 @@ export declare const MessagingInboxGetWritingTypesInputProtoSchema: z.ZodObject<
|
|
|
27684
27985
|
userId?: string | undefined;
|
|
27685
27986
|
mediumType?: string | undefined;
|
|
27686
27987
|
title?: string | undefined;
|
|
27988
|
+
expiresAt?: string | undefined;
|
|
27687
27989
|
version?: string | undefined;
|
|
27688
27990
|
updatedAt?: string | undefined;
|
|
27689
|
-
expiresAt?: string | undefined;
|
|
27690
27991
|
state?: "USER_CHAT_STATE_UNSPECIFIED" | "USER_CHAT_STATE_CLOSED" | "USER_CHAT_STATE_OPENED" | "USER_CHAT_STATE_SNOOZED" | "USER_CHAT_STATE_INITIAL" | "USER_CHAT_STATE_MISSED" | "USER_CHAT_STATE_QUEUED" | undefined;
|
|
27691
27992
|
source?: Record<string, any> | undefined;
|
|
27692
27993
|
tags?: string[] | undefined;
|
|
@@ -27747,9 +28048,9 @@ export declare const MessagingInboxGetWritingTypesInputProtoSchema: z.ZodObject<
|
|
|
27747
28048
|
userId?: string | undefined;
|
|
27748
28049
|
mediumType?: string | undefined;
|
|
27749
28050
|
title?: string | undefined;
|
|
28051
|
+
expiresAt?: string | undefined;
|
|
27750
28052
|
version?: string | undefined;
|
|
27751
28053
|
updatedAt?: string | undefined;
|
|
27752
|
-
expiresAt?: string | undefined;
|
|
27753
28054
|
state?: "USER_CHAT_STATE_UNSPECIFIED" | "USER_CHAT_STATE_CLOSED" | "USER_CHAT_STATE_OPENED" | "USER_CHAT_STATE_SNOOZED" | "USER_CHAT_STATE_INITIAL" | "USER_CHAT_STATE_MISSED" | "USER_CHAT_STATE_QUEUED" | undefined;
|
|
27754
28055
|
source?: Record<string, any> | undefined;
|
|
27755
28056
|
tags?: string[] | undefined;
|
|
@@ -28116,9 +28417,9 @@ export declare const MessagingInboxGetCustomEditorWamInputProtoSchema: z.ZodObje
|
|
|
28116
28417
|
userId?: string | undefined;
|
|
28117
28418
|
mediumType?: string | undefined;
|
|
28118
28419
|
title?: string | undefined;
|
|
28420
|
+
expiresAt?: string | undefined;
|
|
28119
28421
|
version?: string | undefined;
|
|
28120
28422
|
updatedAt?: string | undefined;
|
|
28121
|
-
expiresAt?: string | undefined;
|
|
28122
28423
|
state?: "USER_CHAT_STATE_UNSPECIFIED" | "USER_CHAT_STATE_CLOSED" | "USER_CHAT_STATE_OPENED" | "USER_CHAT_STATE_SNOOZED" | "USER_CHAT_STATE_INITIAL" | "USER_CHAT_STATE_MISSED" | "USER_CHAT_STATE_QUEUED" | undefined;
|
|
28123
28424
|
source?: Record<string, any> | undefined;
|
|
28124
28425
|
tags?: string[] | undefined;
|
|
@@ -28177,9 +28478,9 @@ export declare const MessagingInboxGetCustomEditorWamInputProtoSchema: z.ZodObje
|
|
|
28177
28478
|
userId?: string | undefined;
|
|
28178
28479
|
mediumType?: string | undefined;
|
|
28179
28480
|
title?: string | undefined;
|
|
28481
|
+
expiresAt?: string | undefined;
|
|
28180
28482
|
version?: string | undefined;
|
|
28181
28483
|
updatedAt?: string | undefined;
|
|
28182
|
-
expiresAt?: string | undefined;
|
|
28183
28484
|
state?: "USER_CHAT_STATE_UNSPECIFIED" | "USER_CHAT_STATE_CLOSED" | "USER_CHAT_STATE_OPENED" | "USER_CHAT_STATE_SNOOZED" | "USER_CHAT_STATE_INITIAL" | "USER_CHAT_STATE_MISSED" | "USER_CHAT_STATE_QUEUED" | undefined;
|
|
28184
28485
|
source?: Record<string, any> | undefined;
|
|
28185
28486
|
tags?: string[] | undefined;
|
|
@@ -28365,9 +28666,9 @@ export declare const MessagingInboxGetCustomEditorWamInputProtoSchema: z.ZodObje
|
|
|
28365
28666
|
id?: string | undefined;
|
|
28366
28667
|
channelId?: string | undefined;
|
|
28367
28668
|
requestId?: string | undefined;
|
|
28669
|
+
form?: Record<string, any> | undefined;
|
|
28368
28670
|
version?: string | undefined;
|
|
28369
28671
|
updatedAt?: string | undefined;
|
|
28370
|
-
form?: Record<string, any> | undefined;
|
|
28371
28672
|
blocks?: Record<string, any>[] | undefined;
|
|
28372
28673
|
state?: "MESSAGE_STATE_UNSPECIFIED" | "MESSAGE_STATE_SENDING" | "MESSAGE_STATE_SENT" | "MESSAGE_STATE_FAILED" | "MESSAGE_STATE_REMOVED" | undefined;
|
|
28373
28674
|
createdAt?: string | undefined;
|
|
@@ -28428,9 +28729,9 @@ export declare const MessagingInboxGetCustomEditorWamInputProtoSchema: z.ZodObje
|
|
|
28428
28729
|
id?: string | undefined;
|
|
28429
28730
|
channelId?: string | undefined;
|
|
28430
28731
|
requestId?: string | undefined;
|
|
28732
|
+
form?: Record<string, any> | undefined;
|
|
28431
28733
|
version?: string | undefined;
|
|
28432
28734
|
updatedAt?: string | undefined;
|
|
28433
|
-
form?: Record<string, any> | undefined;
|
|
28434
28735
|
blocks?: Record<string, any>[] | undefined;
|
|
28435
28736
|
state?: "MESSAGE_STATE_UNSPECIFIED" | "MESSAGE_STATE_SENDING" | "MESSAGE_STATE_SENT" | "MESSAGE_STATE_FAILED" | "MESSAGE_STATE_REMOVED" | undefined;
|
|
28436
28737
|
createdAt?: string | undefined;
|
|
@@ -28531,9 +28832,9 @@ export declare const MessagingInboxGetCustomEditorWamInputProtoSchema: z.ZodObje
|
|
|
28531
28832
|
userId?: string | undefined;
|
|
28532
28833
|
mediumType?: string | undefined;
|
|
28533
28834
|
title?: string | undefined;
|
|
28835
|
+
expiresAt?: string | undefined;
|
|
28534
28836
|
version?: string | undefined;
|
|
28535
28837
|
updatedAt?: string | undefined;
|
|
28536
|
-
expiresAt?: string | undefined;
|
|
28537
28838
|
state?: "USER_CHAT_STATE_UNSPECIFIED" | "USER_CHAT_STATE_CLOSED" | "USER_CHAT_STATE_OPENED" | "USER_CHAT_STATE_SNOOZED" | "USER_CHAT_STATE_INITIAL" | "USER_CHAT_STATE_MISSED" | "USER_CHAT_STATE_QUEUED" | undefined;
|
|
28538
28839
|
source?: Record<string, any> | undefined;
|
|
28539
28840
|
tags?: string[] | undefined;
|
|
@@ -28591,9 +28892,9 @@ export declare const MessagingInboxGetCustomEditorWamInputProtoSchema: z.ZodObje
|
|
|
28591
28892
|
id?: string | undefined;
|
|
28592
28893
|
channelId?: string | undefined;
|
|
28593
28894
|
requestId?: string | undefined;
|
|
28895
|
+
form?: Record<string, any> | undefined;
|
|
28594
28896
|
version?: string | undefined;
|
|
28595
28897
|
updatedAt?: string | undefined;
|
|
28596
|
-
form?: Record<string, any> | undefined;
|
|
28597
28898
|
blocks?: Record<string, any>[] | undefined;
|
|
28598
28899
|
state?: "MESSAGE_STATE_UNSPECIFIED" | "MESSAGE_STATE_SENDING" | "MESSAGE_STATE_SENT" | "MESSAGE_STATE_FAILED" | "MESSAGE_STATE_REMOVED" | undefined;
|
|
28599
28900
|
createdAt?: string | undefined;
|
|
@@ -28697,9 +28998,9 @@ export declare const MessagingInboxGetCustomEditorWamInputProtoSchema: z.ZodObje
|
|
|
28697
28998
|
userId?: string | undefined;
|
|
28698
28999
|
mediumType?: string | undefined;
|
|
28699
29000
|
title?: string | undefined;
|
|
29001
|
+
expiresAt?: string | undefined;
|
|
28700
29002
|
version?: string | undefined;
|
|
28701
29003
|
updatedAt?: string | undefined;
|
|
28702
|
-
expiresAt?: string | undefined;
|
|
28703
29004
|
state?: "USER_CHAT_STATE_UNSPECIFIED" | "USER_CHAT_STATE_CLOSED" | "USER_CHAT_STATE_OPENED" | "USER_CHAT_STATE_SNOOZED" | "USER_CHAT_STATE_INITIAL" | "USER_CHAT_STATE_MISSED" | "USER_CHAT_STATE_QUEUED" | undefined;
|
|
28704
29005
|
source?: Record<string, any> | undefined;
|
|
28705
29006
|
tags?: string[] | undefined;
|
|
@@ -28757,9 +29058,9 @@ export declare const MessagingInboxGetCustomEditorWamInputProtoSchema: z.ZodObje
|
|
|
28757
29058
|
id?: string | undefined;
|
|
28758
29059
|
channelId?: string | undefined;
|
|
28759
29060
|
requestId?: string | undefined;
|
|
29061
|
+
form?: Record<string, any> | undefined;
|
|
28760
29062
|
version?: string | undefined;
|
|
28761
29063
|
updatedAt?: string | undefined;
|
|
28762
|
-
form?: Record<string, any> | undefined;
|
|
28763
29064
|
blocks?: Record<string, any>[] | undefined;
|
|
28764
29065
|
state?: "MESSAGE_STATE_UNSPECIFIED" | "MESSAGE_STATE_SENDING" | "MESSAGE_STATE_SENT" | "MESSAGE_STATE_FAILED" | "MESSAGE_STATE_REMOVED" | undefined;
|
|
28765
29066
|
createdAt?: string | undefined;
|
|
@@ -29073,9 +29374,9 @@ export declare const MessagingInboxGetMediumMessageErrorReasonInputProtoSchema:
|
|
|
29073
29374
|
userId?: string | undefined;
|
|
29074
29375
|
mediumType?: string | undefined;
|
|
29075
29376
|
title?: string | undefined;
|
|
29377
|
+
expiresAt?: string | undefined;
|
|
29076
29378
|
version?: string | undefined;
|
|
29077
29379
|
updatedAt?: string | undefined;
|
|
29078
|
-
expiresAt?: string | undefined;
|
|
29079
29380
|
state?: "USER_CHAT_STATE_UNSPECIFIED" | "USER_CHAT_STATE_CLOSED" | "USER_CHAT_STATE_OPENED" | "USER_CHAT_STATE_SNOOZED" | "USER_CHAT_STATE_INITIAL" | "USER_CHAT_STATE_MISSED" | "USER_CHAT_STATE_QUEUED" | undefined;
|
|
29080
29381
|
source?: Record<string, any> | undefined;
|
|
29081
29382
|
tags?: string[] | undefined;
|
|
@@ -29134,9 +29435,9 @@ export declare const MessagingInboxGetMediumMessageErrorReasonInputProtoSchema:
|
|
|
29134
29435
|
userId?: string | undefined;
|
|
29135
29436
|
mediumType?: string | undefined;
|
|
29136
29437
|
title?: string | undefined;
|
|
29438
|
+
expiresAt?: string | undefined;
|
|
29137
29439
|
version?: string | undefined;
|
|
29138
29440
|
updatedAt?: string | undefined;
|
|
29139
|
-
expiresAt?: string | undefined;
|
|
29140
29441
|
state?: "USER_CHAT_STATE_UNSPECIFIED" | "USER_CHAT_STATE_CLOSED" | "USER_CHAT_STATE_OPENED" | "USER_CHAT_STATE_SNOOZED" | "USER_CHAT_STATE_INITIAL" | "USER_CHAT_STATE_MISSED" | "USER_CHAT_STATE_QUEUED" | undefined;
|
|
29141
29442
|
source?: Record<string, any> | undefined;
|
|
29142
29443
|
tags?: string[] | undefined;
|
|
@@ -29319,9 +29620,9 @@ export declare const MessagingInboxGetMediumMessageErrorReasonInputProtoSchema:
|
|
|
29319
29620
|
id?: string | undefined;
|
|
29320
29621
|
channelId?: string | undefined;
|
|
29321
29622
|
requestId?: string | undefined;
|
|
29623
|
+
form?: Record<string, any> | undefined;
|
|
29322
29624
|
version?: string | undefined;
|
|
29323
29625
|
updatedAt?: string | undefined;
|
|
29324
|
-
form?: Record<string, any> | undefined;
|
|
29325
29626
|
blocks?: Record<string, any>[] | undefined;
|
|
29326
29627
|
state?: "MESSAGE_STATE_UNSPECIFIED" | "MESSAGE_STATE_SENDING" | "MESSAGE_STATE_SENT" | "MESSAGE_STATE_FAILED" | "MESSAGE_STATE_REMOVED" | undefined;
|
|
29327
29628
|
createdAt?: string | undefined;
|
|
@@ -29382,9 +29683,9 @@ export declare const MessagingInboxGetMediumMessageErrorReasonInputProtoSchema:
|
|
|
29382
29683
|
id?: string | undefined;
|
|
29383
29684
|
channelId?: string | undefined;
|
|
29384
29685
|
requestId?: string | undefined;
|
|
29686
|
+
form?: Record<string, any> | undefined;
|
|
29385
29687
|
version?: string | undefined;
|
|
29386
29688
|
updatedAt?: string | undefined;
|
|
29387
|
-
form?: Record<string, any> | undefined;
|
|
29388
29689
|
blocks?: Record<string, any>[] | undefined;
|
|
29389
29690
|
state?: "MESSAGE_STATE_UNSPECIFIED" | "MESSAGE_STATE_SENDING" | "MESSAGE_STATE_SENT" | "MESSAGE_STATE_FAILED" | "MESSAGE_STATE_REMOVED" | undefined;
|
|
29390
29691
|
createdAt?: string | undefined;
|
|
@@ -29449,9 +29750,9 @@ export declare const MessagingInboxGetMediumMessageErrorReasonInputProtoSchema:
|
|
|
29449
29750
|
userId?: string | undefined;
|
|
29450
29751
|
mediumType?: string | undefined;
|
|
29451
29752
|
title?: string | undefined;
|
|
29753
|
+
expiresAt?: string | undefined;
|
|
29452
29754
|
version?: string | undefined;
|
|
29453
29755
|
updatedAt?: string | undefined;
|
|
29454
|
-
expiresAt?: string | undefined;
|
|
29455
29756
|
state?: "USER_CHAT_STATE_UNSPECIFIED" | "USER_CHAT_STATE_CLOSED" | "USER_CHAT_STATE_OPENED" | "USER_CHAT_STATE_SNOOZED" | "USER_CHAT_STATE_INITIAL" | "USER_CHAT_STATE_MISSED" | "USER_CHAT_STATE_QUEUED" | undefined;
|
|
29456
29757
|
source?: Record<string, any> | undefined;
|
|
29457
29758
|
tags?: string[] | undefined;
|
|
@@ -29509,9 +29810,9 @@ export declare const MessagingInboxGetMediumMessageErrorReasonInputProtoSchema:
|
|
|
29509
29810
|
id?: string | undefined;
|
|
29510
29811
|
channelId?: string | undefined;
|
|
29511
29812
|
requestId?: string | undefined;
|
|
29813
|
+
form?: Record<string, any> | undefined;
|
|
29512
29814
|
version?: string | undefined;
|
|
29513
29815
|
updatedAt?: string | undefined;
|
|
29514
|
-
form?: Record<string, any> | undefined;
|
|
29515
29816
|
blocks?: Record<string, any>[] | undefined;
|
|
29516
29817
|
state?: "MESSAGE_STATE_UNSPECIFIED" | "MESSAGE_STATE_SENDING" | "MESSAGE_STATE_SENT" | "MESSAGE_STATE_FAILED" | "MESSAGE_STATE_REMOVED" | undefined;
|
|
29517
29818
|
createdAt?: string | undefined;
|
|
@@ -29576,9 +29877,9 @@ export declare const MessagingInboxGetMediumMessageErrorReasonInputProtoSchema:
|
|
|
29576
29877
|
userId?: string | undefined;
|
|
29577
29878
|
mediumType?: string | undefined;
|
|
29578
29879
|
title?: string | undefined;
|
|
29880
|
+
expiresAt?: string | undefined;
|
|
29579
29881
|
version?: string | undefined;
|
|
29580
29882
|
updatedAt?: string | undefined;
|
|
29581
|
-
expiresAt?: string | undefined;
|
|
29582
29883
|
state?: "USER_CHAT_STATE_UNSPECIFIED" | "USER_CHAT_STATE_CLOSED" | "USER_CHAT_STATE_OPENED" | "USER_CHAT_STATE_SNOOZED" | "USER_CHAT_STATE_INITIAL" | "USER_CHAT_STATE_MISSED" | "USER_CHAT_STATE_QUEUED" | undefined;
|
|
29583
29884
|
source?: Record<string, any> | undefined;
|
|
29584
29885
|
tags?: string[] | undefined;
|
|
@@ -29636,9 +29937,9 @@ export declare const MessagingInboxGetMediumMessageErrorReasonInputProtoSchema:
|
|
|
29636
29937
|
id?: string | undefined;
|
|
29637
29938
|
channelId?: string | undefined;
|
|
29638
29939
|
requestId?: string | undefined;
|
|
29940
|
+
form?: Record<string, any> | undefined;
|
|
29639
29941
|
version?: string | undefined;
|
|
29640
29942
|
updatedAt?: string | undefined;
|
|
29641
|
-
form?: Record<string, any> | undefined;
|
|
29642
29943
|
blocks?: Record<string, any>[] | undefined;
|
|
29643
29944
|
state?: "MESSAGE_STATE_UNSPECIFIED" | "MESSAGE_STATE_SENDING" | "MESSAGE_STATE_SENT" | "MESSAGE_STATE_FAILED" | "MESSAGE_STATE_REMOVED" | undefined;
|
|
29644
29945
|
createdAt?: string | undefined;
|