@channel.io/app-sdk-core 0.26.0 → 0.28.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 +211 -21
- package/dist/extensions/oauth.d.ts.map +1 -1
- package/dist/extensions/oauth.js +43 -2
- 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 +33 -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 +454 -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 +22 -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;
|
|
@@ -11185,22 +11349,32 @@ export declare const OAuthConfigProtoSchema: z.ZodObject<{
|
|
|
11185
11349
|
refreshTokenExpiresInPath?: string | undefined;
|
|
11186
11350
|
} | undefined;
|
|
11187
11351
|
}>>>;
|
|
11352
|
+
allowChannelFallback: z.ZodOptional<z.ZodBoolean>;
|
|
11188
11353
|
}, "strip", z.ZodTypeAny, {
|
|
11189
11354
|
authScope?: string | undefined;
|
|
11190
11355
|
authType?: string | undefined;
|
|
11191
11356
|
oauthProvider?: {
|
|
11357
|
+
i18nMap?: Record<string, {
|
|
11358
|
+
providerName?: string | undefined;
|
|
11359
|
+
providerDescription?: string | undefined;
|
|
11360
|
+
}> | undefined;
|
|
11192
11361
|
providerName?: string | undefined;
|
|
11193
11362
|
providerDescription?: string | undefined;
|
|
11194
11363
|
authorizationCodeParamName?: string | undefined;
|
|
11364
|
+
authorizationDisplay?: {
|
|
11365
|
+
description?: string | undefined;
|
|
11366
|
+
title?: string | undefined;
|
|
11367
|
+
icon?: string | undefined;
|
|
11368
|
+
i18nMap?: Record<string, {
|
|
11369
|
+
description?: string | undefined;
|
|
11370
|
+
title?: string | undefined;
|
|
11371
|
+
}> | undefined;
|
|
11372
|
+
} | undefined;
|
|
11195
11373
|
provider?: string | undefined;
|
|
11196
11374
|
authorizationUrl?: string | undefined;
|
|
11197
11375
|
tokenUrl?: string | undefined;
|
|
11198
11376
|
refreshTokenUrl?: string | undefined;
|
|
11199
11377
|
scopes?: string[] | undefined;
|
|
11200
|
-
i18nMap?: Record<string, {
|
|
11201
|
-
providerName?: string | undefined;
|
|
11202
|
-
providerDescription?: string | undefined;
|
|
11203
|
-
}> | undefined;
|
|
11204
11378
|
providerIconUrl?: string | undefined;
|
|
11205
11379
|
pkceRequired?: boolean | undefined;
|
|
11206
11380
|
additionalParams?: Record<string, string> | undefined;
|
|
@@ -11218,22 +11392,32 @@ export declare const OAuthConfigProtoSchema: z.ZodObject<{
|
|
|
11218
11392
|
refreshTokenExpiresInPath?: string | undefined;
|
|
11219
11393
|
} | undefined;
|
|
11220
11394
|
} | undefined;
|
|
11395
|
+
allowChannelFallback?: boolean | undefined;
|
|
11221
11396
|
}, {
|
|
11222
11397
|
authScope?: string | undefined;
|
|
11223
11398
|
authType?: string | undefined;
|
|
11224
11399
|
oauthProvider?: {
|
|
11400
|
+
i18nMap?: Record<string, {
|
|
11401
|
+
providerName?: string | undefined;
|
|
11402
|
+
providerDescription?: string | undefined;
|
|
11403
|
+
}> | undefined;
|
|
11225
11404
|
providerName?: string | undefined;
|
|
11226
11405
|
providerDescription?: string | undefined;
|
|
11227
11406
|
authorizationCodeParamName?: string | undefined;
|
|
11407
|
+
authorizationDisplay?: {
|
|
11408
|
+
description?: string | undefined;
|
|
11409
|
+
title?: string | undefined;
|
|
11410
|
+
icon?: string | undefined;
|
|
11411
|
+
i18nMap?: Record<string, {
|
|
11412
|
+
description?: string | undefined;
|
|
11413
|
+
title?: string | undefined;
|
|
11414
|
+
}> | undefined;
|
|
11415
|
+
} | undefined;
|
|
11228
11416
|
provider?: string | undefined;
|
|
11229
11417
|
authorizationUrl?: string | undefined;
|
|
11230
11418
|
tokenUrl?: string | undefined;
|
|
11231
11419
|
refreshTokenUrl?: string | undefined;
|
|
11232
11420
|
scopes?: string[] | undefined;
|
|
11233
|
-
i18nMap?: Record<string, {
|
|
11234
|
-
providerName?: string | undefined;
|
|
11235
|
-
providerDescription?: string | undefined;
|
|
11236
|
-
}> | undefined;
|
|
11237
11421
|
providerIconUrl?: string | undefined;
|
|
11238
11422
|
pkceRequired?: boolean | undefined;
|
|
11239
11423
|
additionalParams?: Record<string, string> | undefined;
|
|
@@ -11251,6 +11435,7 @@ export declare const OAuthConfigProtoSchema: z.ZodObject<{
|
|
|
11251
11435
|
refreshTokenExpiresInPath?: string | undefined;
|
|
11252
11436
|
} | undefined;
|
|
11253
11437
|
} | undefined;
|
|
11438
|
+
allowChannelFallback?: boolean | undefined;
|
|
11254
11439
|
}>;
|
|
11255
11440
|
export type OAuthConfigProto = z.infer<typeof OAuthConfigProtoSchema>;
|
|
11256
11441
|
export declare const OAuthCredentialValidationInputProtoSchema: z.ZodObject<{
|
|
@@ -12766,6 +12951,37 @@ export declare const HookConfigProtoSchema: z.ZodObject<{
|
|
|
12766
12951
|
}>>>;
|
|
12767
12952
|
redirectOrigins: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
12768
12953
|
authScope: z.ZodOptional<z.ZodString>;
|
|
12954
|
+
display: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
12955
|
+
title: z.ZodOptional<z.ZodString>;
|
|
12956
|
+
description: z.ZodOptional<z.ZodString>;
|
|
12957
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
12958
|
+
i18nMap: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodLazy<z.ZodObject<{
|
|
12959
|
+
title: z.ZodOptional<z.ZodString>;
|
|
12960
|
+
description: z.ZodOptional<z.ZodString>;
|
|
12961
|
+
}, "strip", z.ZodTypeAny, {
|
|
12962
|
+
description?: string | undefined;
|
|
12963
|
+
title?: string | undefined;
|
|
12964
|
+
}, {
|
|
12965
|
+
description?: string | undefined;
|
|
12966
|
+
title?: string | undefined;
|
|
12967
|
+
}>>>>;
|
|
12968
|
+
}, "strip", z.ZodTypeAny, {
|
|
12969
|
+
description?: string | undefined;
|
|
12970
|
+
title?: string | undefined;
|
|
12971
|
+
icon?: string | undefined;
|
|
12972
|
+
i18nMap?: Record<string, {
|
|
12973
|
+
description?: string | undefined;
|
|
12974
|
+
title?: string | undefined;
|
|
12975
|
+
}> | undefined;
|
|
12976
|
+
}, {
|
|
12977
|
+
description?: string | undefined;
|
|
12978
|
+
title?: string | undefined;
|
|
12979
|
+
icon?: string | undefined;
|
|
12980
|
+
i18nMap?: Record<string, {
|
|
12981
|
+
description?: string | undefined;
|
|
12982
|
+
title?: string | undefined;
|
|
12983
|
+
}> | undefined;
|
|
12984
|
+
}>>>;
|
|
12769
12985
|
}, "strip", z.ZodTypeAny, {
|
|
12770
12986
|
systemVersion?: string | undefined;
|
|
12771
12987
|
type?: string | undefined;
|
|
@@ -12777,6 +12993,15 @@ export declare const HookConfigProtoSchema: z.ZodObject<{
|
|
|
12777
12993
|
endpointToken?: string | undefined;
|
|
12778
12994
|
executionScope?: string | undefined;
|
|
12779
12995
|
} | undefined;
|
|
12996
|
+
display?: {
|
|
12997
|
+
description?: string | undefined;
|
|
12998
|
+
title?: string | undefined;
|
|
12999
|
+
icon?: string | undefined;
|
|
13000
|
+
i18nMap?: Record<string, {
|
|
13001
|
+
description?: string | undefined;
|
|
13002
|
+
title?: string | undefined;
|
|
13003
|
+
}> | undefined;
|
|
13004
|
+
} | undefined;
|
|
12780
13005
|
}, {
|
|
12781
13006
|
systemVersion?: string | undefined;
|
|
12782
13007
|
type?: string | undefined;
|
|
@@ -12788,6 +13013,15 @@ export declare const HookConfigProtoSchema: z.ZodObject<{
|
|
|
12788
13013
|
endpointToken?: string | undefined;
|
|
12789
13014
|
executionScope?: string | undefined;
|
|
12790
13015
|
} | undefined;
|
|
13016
|
+
display?: {
|
|
13017
|
+
description?: string | undefined;
|
|
13018
|
+
title?: string | undefined;
|
|
13019
|
+
icon?: string | undefined;
|
|
13020
|
+
i18nMap?: Record<string, {
|
|
13021
|
+
description?: string | undefined;
|
|
13022
|
+
title?: string | undefined;
|
|
13023
|
+
}> | undefined;
|
|
13024
|
+
} | undefined;
|
|
12791
13025
|
}>;
|
|
12792
13026
|
export type HookConfigProto = z.infer<typeof HookConfigProtoSchema>;
|
|
12793
13027
|
export declare const OAuthFlowHookInputProtoSchema: z.ZodObject<{
|
|
@@ -12807,12 +13041,15 @@ export type OAuthFlowHookInputProto = z.infer<typeof OAuthFlowHookInputProtoSche
|
|
|
12807
13041
|
export declare const OAuthFlowHookResultProtoSchema: z.ZodObject<{
|
|
12808
13042
|
type: z.ZodOptional<z.ZodString>;
|
|
12809
13043
|
url: z.ZodOptional<z.ZodString>;
|
|
13044
|
+
detail: z.ZodOptional<z.ZodString>;
|
|
12810
13045
|
}, "strip", z.ZodTypeAny, {
|
|
12811
13046
|
type?: string | undefined;
|
|
12812
13047
|
url?: string | undefined;
|
|
13048
|
+
detail?: string | undefined;
|
|
12813
13049
|
}, {
|
|
12814
13050
|
type?: string | undefined;
|
|
12815
13051
|
url?: string | undefined;
|
|
13052
|
+
detail?: string | undefined;
|
|
12816
13053
|
}>;
|
|
12817
13054
|
export type OAuthFlowHookResultProto = z.infer<typeof OAuthFlowHookResultProtoSchema>;
|
|
12818
13055
|
export declare const HookGetHooksInputProtoSchema: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
@@ -12835,6 +13072,37 @@ export declare const HookGetHooksOutputProtoSchema: z.ZodObject<{
|
|
|
12835
13072
|
}>>>;
|
|
12836
13073
|
redirectOrigins: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
12837
13074
|
authScope: z.ZodOptional<z.ZodString>;
|
|
13075
|
+
display: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
13076
|
+
title: z.ZodOptional<z.ZodString>;
|
|
13077
|
+
description: z.ZodOptional<z.ZodString>;
|
|
13078
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
13079
|
+
i18nMap: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodLazy<z.ZodObject<{
|
|
13080
|
+
title: z.ZodOptional<z.ZodString>;
|
|
13081
|
+
description: z.ZodOptional<z.ZodString>;
|
|
13082
|
+
}, "strip", z.ZodTypeAny, {
|
|
13083
|
+
description?: string | undefined;
|
|
13084
|
+
title?: string | undefined;
|
|
13085
|
+
}, {
|
|
13086
|
+
description?: string | undefined;
|
|
13087
|
+
title?: string | undefined;
|
|
13088
|
+
}>>>>;
|
|
13089
|
+
}, "strip", z.ZodTypeAny, {
|
|
13090
|
+
description?: string | undefined;
|
|
13091
|
+
title?: string | undefined;
|
|
13092
|
+
icon?: string | undefined;
|
|
13093
|
+
i18nMap?: Record<string, {
|
|
13094
|
+
description?: string | undefined;
|
|
13095
|
+
title?: string | undefined;
|
|
13096
|
+
}> | undefined;
|
|
13097
|
+
}, {
|
|
13098
|
+
description?: string | undefined;
|
|
13099
|
+
title?: string | undefined;
|
|
13100
|
+
icon?: string | undefined;
|
|
13101
|
+
i18nMap?: Record<string, {
|
|
13102
|
+
description?: string | undefined;
|
|
13103
|
+
title?: string | undefined;
|
|
13104
|
+
}> | undefined;
|
|
13105
|
+
}>>>;
|
|
12838
13106
|
}, "strip", z.ZodTypeAny, {
|
|
12839
13107
|
systemVersion?: string | undefined;
|
|
12840
13108
|
type?: string | undefined;
|
|
@@ -12846,6 +13114,15 @@ export declare const HookGetHooksOutputProtoSchema: z.ZodObject<{
|
|
|
12846
13114
|
endpointToken?: string | undefined;
|
|
12847
13115
|
executionScope?: string | undefined;
|
|
12848
13116
|
} | undefined;
|
|
13117
|
+
display?: {
|
|
13118
|
+
description?: string | undefined;
|
|
13119
|
+
title?: string | undefined;
|
|
13120
|
+
icon?: string | undefined;
|
|
13121
|
+
i18nMap?: Record<string, {
|
|
13122
|
+
description?: string | undefined;
|
|
13123
|
+
title?: string | undefined;
|
|
13124
|
+
}> | undefined;
|
|
13125
|
+
} | undefined;
|
|
12849
13126
|
}, {
|
|
12850
13127
|
systemVersion?: string | undefined;
|
|
12851
13128
|
type?: string | undefined;
|
|
@@ -12857,6 +13134,15 @@ export declare const HookGetHooksOutputProtoSchema: z.ZodObject<{
|
|
|
12857
13134
|
endpointToken?: string | undefined;
|
|
12858
13135
|
executionScope?: string | undefined;
|
|
12859
13136
|
} | undefined;
|
|
13137
|
+
display?: {
|
|
13138
|
+
description?: string | undefined;
|
|
13139
|
+
title?: string | undefined;
|
|
13140
|
+
icon?: string | undefined;
|
|
13141
|
+
i18nMap?: Record<string, {
|
|
13142
|
+
description?: string | undefined;
|
|
13143
|
+
title?: string | undefined;
|
|
13144
|
+
}> | undefined;
|
|
13145
|
+
} | undefined;
|
|
12860
13146
|
}>>, "many">>;
|
|
12861
13147
|
}, "strip", z.ZodTypeAny, {
|
|
12862
13148
|
hooks?: {
|
|
@@ -12870,6 +13156,15 @@ export declare const HookGetHooksOutputProtoSchema: z.ZodObject<{
|
|
|
12870
13156
|
endpointToken?: string | undefined;
|
|
12871
13157
|
executionScope?: string | undefined;
|
|
12872
13158
|
} | undefined;
|
|
13159
|
+
display?: {
|
|
13160
|
+
description?: string | undefined;
|
|
13161
|
+
title?: string | undefined;
|
|
13162
|
+
icon?: string | undefined;
|
|
13163
|
+
i18nMap?: Record<string, {
|
|
13164
|
+
description?: string | undefined;
|
|
13165
|
+
title?: string | undefined;
|
|
13166
|
+
}> | undefined;
|
|
13167
|
+
} | undefined;
|
|
12873
13168
|
}[] | undefined;
|
|
12874
13169
|
}, {
|
|
12875
13170
|
hooks?: {
|
|
@@ -12883,6 +13178,15 @@ export declare const HookGetHooksOutputProtoSchema: z.ZodObject<{
|
|
|
12883
13178
|
endpointToken?: string | undefined;
|
|
12884
13179
|
executionScope?: string | undefined;
|
|
12885
13180
|
} | undefined;
|
|
13181
|
+
display?: {
|
|
13182
|
+
description?: string | undefined;
|
|
13183
|
+
title?: string | undefined;
|
|
13184
|
+
icon?: string | undefined;
|
|
13185
|
+
i18nMap?: Record<string, {
|
|
13186
|
+
description?: string | undefined;
|
|
13187
|
+
title?: string | undefined;
|
|
13188
|
+
}> | undefined;
|
|
13189
|
+
} | undefined;
|
|
12886
13190
|
}[] | undefined;
|
|
12887
13191
|
}>;
|
|
12888
13192
|
export type HookGetHooksOutputProto = z.infer<typeof HookGetHooksOutputProtoSchema>;
|
|
@@ -13951,10 +14255,10 @@ export declare const AppNotebookProtoSchema: z.ZodObject<{
|
|
|
13951
14255
|
}[] | undefined;
|
|
13952
14256
|
} | undefined;
|
|
13953
14257
|
title?: string | undefined;
|
|
14258
|
+
icon?: string | undefined;
|
|
13954
14259
|
notebookKey?: string | undefined;
|
|
13955
14260
|
version?: number | undefined;
|
|
13956
14261
|
initialVisibility?: string | undefined;
|
|
13957
|
-
icon?: string | undefined;
|
|
13958
14262
|
}, {
|
|
13959
14263
|
description?: string | undefined;
|
|
13960
14264
|
notebook?: {
|
|
@@ -13981,10 +14285,10 @@ export declare const AppNotebookProtoSchema: z.ZodObject<{
|
|
|
13981
14285
|
}[] | undefined;
|
|
13982
14286
|
} | undefined;
|
|
13983
14287
|
title?: string | undefined;
|
|
14288
|
+
icon?: string | undefined;
|
|
13984
14289
|
notebookKey?: string | undefined;
|
|
13985
14290
|
version?: number | undefined;
|
|
13986
14291
|
initialVisibility?: string | undefined;
|
|
13987
|
-
icon?: string | undefined;
|
|
13988
14292
|
}>;
|
|
13989
14293
|
export type AppNotebookProto = z.infer<typeof AppNotebookProtoSchema>;
|
|
13990
14294
|
export declare const NotebookGetNotebooksInputProtoSchema: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
@@ -14152,10 +14456,10 @@ export declare const NotebookGetNotebooksOutputProtoSchema: z.ZodObject<{
|
|
|
14152
14456
|
}[] | undefined;
|
|
14153
14457
|
} | undefined;
|
|
14154
14458
|
title?: string | undefined;
|
|
14459
|
+
icon?: string | undefined;
|
|
14155
14460
|
notebookKey?: string | undefined;
|
|
14156
14461
|
version?: number | undefined;
|
|
14157
14462
|
initialVisibility?: string | undefined;
|
|
14158
|
-
icon?: string | undefined;
|
|
14159
14463
|
}, {
|
|
14160
14464
|
description?: string | undefined;
|
|
14161
14465
|
notebook?: {
|
|
@@ -14182,10 +14486,10 @@ export declare const NotebookGetNotebooksOutputProtoSchema: z.ZodObject<{
|
|
|
14182
14486
|
}[] | undefined;
|
|
14183
14487
|
} | undefined;
|
|
14184
14488
|
title?: string | undefined;
|
|
14489
|
+
icon?: string | undefined;
|
|
14185
14490
|
notebookKey?: string | undefined;
|
|
14186
14491
|
version?: number | undefined;
|
|
14187
14492
|
initialVisibility?: string | undefined;
|
|
14188
|
-
icon?: string | undefined;
|
|
14189
14493
|
}>>, "many">>;
|
|
14190
14494
|
}, "strip", z.ZodTypeAny, {
|
|
14191
14495
|
notebooks?: {
|
|
@@ -14214,10 +14518,10 @@ export declare const NotebookGetNotebooksOutputProtoSchema: z.ZodObject<{
|
|
|
14214
14518
|
}[] | undefined;
|
|
14215
14519
|
} | undefined;
|
|
14216
14520
|
title?: string | undefined;
|
|
14521
|
+
icon?: string | undefined;
|
|
14217
14522
|
notebookKey?: string | undefined;
|
|
14218
14523
|
version?: number | undefined;
|
|
14219
14524
|
initialVisibility?: string | undefined;
|
|
14220
|
-
icon?: string | undefined;
|
|
14221
14525
|
}[] | undefined;
|
|
14222
14526
|
}, {
|
|
14223
14527
|
notebooks?: {
|
|
@@ -14246,10 +14550,10 @@ export declare const NotebookGetNotebooksOutputProtoSchema: z.ZodObject<{
|
|
|
14246
14550
|
}[] | undefined;
|
|
14247
14551
|
} | undefined;
|
|
14248
14552
|
title?: string | undefined;
|
|
14553
|
+
icon?: string | undefined;
|
|
14249
14554
|
notebookKey?: string | undefined;
|
|
14250
14555
|
version?: number | undefined;
|
|
14251
14556
|
initialVisibility?: string | undefined;
|
|
14252
|
-
icon?: string | undefined;
|
|
14253
14557
|
}[] | undefined;
|
|
14254
14558
|
}>;
|
|
14255
14559
|
export type NotebookGetNotebooksOutputProto = z.infer<typeof NotebookGetNotebooksOutputProtoSchema>;
|
|
@@ -22746,22 +23050,22 @@ export declare const CommerceGetExchangeableItemsOutputProtoSchema: z.ZodObject<
|
|
|
22746
23050
|
name?: string | undefined;
|
|
22747
23051
|
}[] | undefined;
|
|
22748
23052
|
id?: string | undefined;
|
|
23053
|
+
display?: boolean | undefined;
|
|
22749
23054
|
additionalAmount?: number | undefined;
|
|
22750
23055
|
stockQuantity?: number | undefined;
|
|
22751
23056
|
useInventory?: boolean | undefined;
|
|
22752
23057
|
selling?: boolean | undefined;
|
|
22753
|
-
display?: boolean | undefined;
|
|
22754
23058
|
}, {
|
|
22755
23059
|
options?: {
|
|
22756
23060
|
value?: string | undefined;
|
|
22757
23061
|
name?: string | undefined;
|
|
22758
23062
|
}[] | undefined;
|
|
22759
23063
|
id?: string | undefined;
|
|
23064
|
+
display?: boolean | undefined;
|
|
22760
23065
|
additionalAmount?: number | undefined;
|
|
22761
23066
|
stockQuantity?: number | undefined;
|
|
22762
23067
|
useInventory?: boolean | undefined;
|
|
22763
23068
|
selling?: boolean | undefined;
|
|
22764
|
-
display?: boolean | undefined;
|
|
22765
23069
|
}>>, "many">>;
|
|
22766
23070
|
}, "strip", z.ZodTypeAny, {
|
|
22767
23071
|
id?: string | undefined;
|
|
@@ -22772,11 +23076,11 @@ export declare const CommerceGetExchangeableItemsOutputProtoSchema: z.ZodObject<
|
|
|
22772
23076
|
name?: string | undefined;
|
|
22773
23077
|
}[] | undefined;
|
|
22774
23078
|
id?: string | undefined;
|
|
23079
|
+
display?: boolean | undefined;
|
|
22775
23080
|
additionalAmount?: number | undefined;
|
|
22776
23081
|
stockQuantity?: number | undefined;
|
|
22777
23082
|
useInventory?: boolean | undefined;
|
|
22778
23083
|
selling?: boolean | undefined;
|
|
22779
|
-
display?: boolean | undefined;
|
|
22780
23084
|
}[] | undefined;
|
|
22781
23085
|
}, {
|
|
22782
23086
|
id?: string | undefined;
|
|
@@ -22787,11 +23091,11 @@ export declare const CommerceGetExchangeableItemsOutputProtoSchema: z.ZodObject<
|
|
|
22787
23091
|
name?: string | undefined;
|
|
22788
23092
|
}[] | undefined;
|
|
22789
23093
|
id?: string | undefined;
|
|
23094
|
+
display?: boolean | undefined;
|
|
22790
23095
|
additionalAmount?: number | undefined;
|
|
22791
23096
|
stockQuantity?: number | undefined;
|
|
22792
23097
|
useInventory?: boolean | undefined;
|
|
22793
23098
|
selling?: boolean | undefined;
|
|
22794
|
-
display?: boolean | undefined;
|
|
22795
23099
|
}[] | undefined;
|
|
22796
23100
|
}>>, "many">>;
|
|
22797
23101
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -22804,11 +23108,11 @@ export declare const CommerceGetExchangeableItemsOutputProtoSchema: z.ZodObject<
|
|
|
22804
23108
|
name?: string | undefined;
|
|
22805
23109
|
}[] | undefined;
|
|
22806
23110
|
id?: string | undefined;
|
|
23111
|
+
display?: boolean | undefined;
|
|
22807
23112
|
additionalAmount?: number | undefined;
|
|
22808
23113
|
stockQuantity?: number | undefined;
|
|
22809
23114
|
useInventory?: boolean | undefined;
|
|
22810
23115
|
selling?: boolean | undefined;
|
|
22811
|
-
display?: boolean | undefined;
|
|
22812
23116
|
}[] | undefined;
|
|
22813
23117
|
}[] | undefined;
|
|
22814
23118
|
}, {
|
|
@@ -22821,11 +23125,11 @@ export declare const CommerceGetExchangeableItemsOutputProtoSchema: z.ZodObject<
|
|
|
22821
23125
|
name?: string | undefined;
|
|
22822
23126
|
}[] | undefined;
|
|
22823
23127
|
id?: string | undefined;
|
|
23128
|
+
display?: boolean | undefined;
|
|
22824
23129
|
additionalAmount?: number | undefined;
|
|
22825
23130
|
stockQuantity?: number | undefined;
|
|
22826
23131
|
useInventory?: boolean | undefined;
|
|
22827
23132
|
selling?: boolean | undefined;
|
|
22828
|
-
display?: boolean | undefined;
|
|
22829
23133
|
}[] | undefined;
|
|
22830
23134
|
}[] | undefined;
|
|
22831
23135
|
}>;
|
|
@@ -22856,22 +23160,22 @@ export declare const CommerceExchangeableItemProtoSchema: z.ZodObject<{
|
|
|
22856
23160
|
name?: string | undefined;
|
|
22857
23161
|
}[] | undefined;
|
|
22858
23162
|
id?: string | undefined;
|
|
23163
|
+
display?: boolean | undefined;
|
|
22859
23164
|
additionalAmount?: number | undefined;
|
|
22860
23165
|
stockQuantity?: number | undefined;
|
|
22861
23166
|
useInventory?: boolean | undefined;
|
|
22862
23167
|
selling?: boolean | undefined;
|
|
22863
|
-
display?: boolean | undefined;
|
|
22864
23168
|
}, {
|
|
22865
23169
|
options?: {
|
|
22866
23170
|
value?: string | undefined;
|
|
22867
23171
|
name?: string | undefined;
|
|
22868
23172
|
}[] | undefined;
|
|
22869
23173
|
id?: string | undefined;
|
|
23174
|
+
display?: boolean | undefined;
|
|
22870
23175
|
additionalAmount?: number | undefined;
|
|
22871
23176
|
stockQuantity?: number | undefined;
|
|
22872
23177
|
useInventory?: boolean | undefined;
|
|
22873
23178
|
selling?: boolean | undefined;
|
|
22874
|
-
display?: boolean | undefined;
|
|
22875
23179
|
}>>, "many">>;
|
|
22876
23180
|
}, "strip", z.ZodTypeAny, {
|
|
22877
23181
|
id?: string | undefined;
|
|
@@ -22882,11 +23186,11 @@ export declare const CommerceExchangeableItemProtoSchema: z.ZodObject<{
|
|
|
22882
23186
|
name?: string | undefined;
|
|
22883
23187
|
}[] | undefined;
|
|
22884
23188
|
id?: string | undefined;
|
|
23189
|
+
display?: boolean | undefined;
|
|
22885
23190
|
additionalAmount?: number | undefined;
|
|
22886
23191
|
stockQuantity?: number | undefined;
|
|
22887
23192
|
useInventory?: boolean | undefined;
|
|
22888
23193
|
selling?: boolean | undefined;
|
|
22889
|
-
display?: boolean | undefined;
|
|
22890
23194
|
}[] | undefined;
|
|
22891
23195
|
}, {
|
|
22892
23196
|
id?: string | undefined;
|
|
@@ -22897,11 +23201,11 @@ export declare const CommerceExchangeableItemProtoSchema: z.ZodObject<{
|
|
|
22897
23201
|
name?: string | undefined;
|
|
22898
23202
|
}[] | undefined;
|
|
22899
23203
|
id?: string | undefined;
|
|
23204
|
+
display?: boolean | undefined;
|
|
22900
23205
|
additionalAmount?: number | undefined;
|
|
22901
23206
|
stockQuantity?: number | undefined;
|
|
22902
23207
|
useInventory?: boolean | undefined;
|
|
22903
23208
|
selling?: boolean | undefined;
|
|
22904
|
-
display?: boolean | undefined;
|
|
22905
23209
|
}[] | undefined;
|
|
22906
23210
|
}>;
|
|
22907
23211
|
export type CommerceExchangeableItemProto = z.infer<typeof CommerceExchangeableItemProtoSchema>;
|
|
@@ -22928,22 +23232,22 @@ export declare const CommerceExchangeableVariantProtoSchema: z.ZodObject<{
|
|
|
22928
23232
|
name?: string | undefined;
|
|
22929
23233
|
}[] | undefined;
|
|
22930
23234
|
id?: string | undefined;
|
|
23235
|
+
display?: boolean | undefined;
|
|
22931
23236
|
additionalAmount?: number | undefined;
|
|
22932
23237
|
stockQuantity?: number | undefined;
|
|
22933
23238
|
useInventory?: boolean | undefined;
|
|
22934
23239
|
selling?: boolean | undefined;
|
|
22935
|
-
display?: boolean | undefined;
|
|
22936
23240
|
}, {
|
|
22937
23241
|
options?: {
|
|
22938
23242
|
value?: string | undefined;
|
|
22939
23243
|
name?: string | undefined;
|
|
22940
23244
|
}[] | undefined;
|
|
22941
23245
|
id?: string | undefined;
|
|
23246
|
+
display?: boolean | undefined;
|
|
22942
23247
|
additionalAmount?: number | undefined;
|
|
22943
23248
|
stockQuantity?: number | undefined;
|
|
22944
23249
|
useInventory?: boolean | undefined;
|
|
22945
23250
|
selling?: boolean | undefined;
|
|
22946
|
-
display?: boolean | undefined;
|
|
22947
23251
|
}>;
|
|
22948
23252
|
export type CommerceExchangeableVariantProto = z.infer<typeof CommerceExchangeableVariantProtoSchema>;
|
|
22949
23253
|
export declare const CommerceVariantOptionProtoSchema: z.ZodObject<{
|
|
@@ -26510,9 +26814,9 @@ export declare const MessagingOnMediumMessageCreatedInputProtoSchema: z.ZodObjec
|
|
|
26510
26814
|
userId?: string | undefined;
|
|
26511
26815
|
mediumType?: string | undefined;
|
|
26512
26816
|
title?: string | undefined;
|
|
26817
|
+
expiresAt?: string | undefined;
|
|
26513
26818
|
version?: string | undefined;
|
|
26514
26819
|
updatedAt?: string | undefined;
|
|
26515
|
-
expiresAt?: string | undefined;
|
|
26516
26820
|
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
26821
|
source?: Record<string, any> | undefined;
|
|
26518
26822
|
tags?: string[] | undefined;
|
|
@@ -26571,9 +26875,9 @@ export declare const MessagingOnMediumMessageCreatedInputProtoSchema: z.ZodObjec
|
|
|
26571
26875
|
userId?: string | undefined;
|
|
26572
26876
|
mediumType?: string | undefined;
|
|
26573
26877
|
title?: string | undefined;
|
|
26878
|
+
expiresAt?: string | undefined;
|
|
26574
26879
|
version?: string | undefined;
|
|
26575
26880
|
updatedAt?: string | undefined;
|
|
26576
|
-
expiresAt?: string | undefined;
|
|
26577
26881
|
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
26882
|
source?: Record<string, any> | undefined;
|
|
26579
26883
|
tags?: string[] | undefined;
|
|
@@ -26756,9 +27060,9 @@ export declare const MessagingOnMediumMessageCreatedInputProtoSchema: z.ZodObjec
|
|
|
26756
27060
|
id?: string | undefined;
|
|
26757
27061
|
channelId?: string | undefined;
|
|
26758
27062
|
requestId?: string | undefined;
|
|
27063
|
+
form?: Record<string, any> | undefined;
|
|
26759
27064
|
version?: string | undefined;
|
|
26760
27065
|
updatedAt?: string | undefined;
|
|
26761
|
-
form?: Record<string, any> | undefined;
|
|
26762
27066
|
blocks?: Record<string, any>[] | undefined;
|
|
26763
27067
|
state?: "MESSAGE_STATE_UNSPECIFIED" | "MESSAGE_STATE_SENDING" | "MESSAGE_STATE_SENT" | "MESSAGE_STATE_FAILED" | "MESSAGE_STATE_REMOVED" | undefined;
|
|
26764
27068
|
createdAt?: string | undefined;
|
|
@@ -26819,9 +27123,9 @@ export declare const MessagingOnMediumMessageCreatedInputProtoSchema: z.ZodObjec
|
|
|
26819
27123
|
id?: string | undefined;
|
|
26820
27124
|
channelId?: string | undefined;
|
|
26821
27125
|
requestId?: string | undefined;
|
|
27126
|
+
form?: Record<string, any> | undefined;
|
|
26822
27127
|
version?: string | undefined;
|
|
26823
27128
|
updatedAt?: string | undefined;
|
|
26824
|
-
form?: Record<string, any> | undefined;
|
|
26825
27129
|
blocks?: Record<string, any>[] | undefined;
|
|
26826
27130
|
state?: "MESSAGE_STATE_UNSPECIFIED" | "MESSAGE_STATE_SENDING" | "MESSAGE_STATE_SENT" | "MESSAGE_STATE_FAILED" | "MESSAGE_STATE_REMOVED" | undefined;
|
|
26827
27131
|
createdAt?: string | undefined;
|
|
@@ -26886,9 +27190,9 @@ export declare const MessagingOnMediumMessageCreatedInputProtoSchema: z.ZodObjec
|
|
|
26886
27190
|
userId?: string | undefined;
|
|
26887
27191
|
mediumType?: string | undefined;
|
|
26888
27192
|
title?: string | undefined;
|
|
27193
|
+
expiresAt?: string | undefined;
|
|
26889
27194
|
version?: string | undefined;
|
|
26890
27195
|
updatedAt?: string | undefined;
|
|
26891
|
-
expiresAt?: string | undefined;
|
|
26892
27196
|
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
27197
|
source?: Record<string, any> | undefined;
|
|
26894
27198
|
tags?: string[] | undefined;
|
|
@@ -26946,9 +27250,9 @@ export declare const MessagingOnMediumMessageCreatedInputProtoSchema: z.ZodObjec
|
|
|
26946
27250
|
id?: string | undefined;
|
|
26947
27251
|
channelId?: string | undefined;
|
|
26948
27252
|
requestId?: string | undefined;
|
|
27253
|
+
form?: Record<string, any> | undefined;
|
|
26949
27254
|
version?: string | undefined;
|
|
26950
27255
|
updatedAt?: string | undefined;
|
|
26951
|
-
form?: Record<string, any> | undefined;
|
|
26952
27256
|
blocks?: Record<string, any>[] | undefined;
|
|
26953
27257
|
state?: "MESSAGE_STATE_UNSPECIFIED" | "MESSAGE_STATE_SENDING" | "MESSAGE_STATE_SENT" | "MESSAGE_STATE_FAILED" | "MESSAGE_STATE_REMOVED" | undefined;
|
|
26954
27258
|
createdAt?: string | undefined;
|
|
@@ -27013,9 +27317,9 @@ export declare const MessagingOnMediumMessageCreatedInputProtoSchema: z.ZodObjec
|
|
|
27013
27317
|
userId?: string | undefined;
|
|
27014
27318
|
mediumType?: string | undefined;
|
|
27015
27319
|
title?: string | undefined;
|
|
27320
|
+
expiresAt?: string | undefined;
|
|
27016
27321
|
version?: string | undefined;
|
|
27017
27322
|
updatedAt?: string | undefined;
|
|
27018
|
-
expiresAt?: string | undefined;
|
|
27019
27323
|
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
27324
|
source?: Record<string, any> | undefined;
|
|
27021
27325
|
tags?: string[] | undefined;
|
|
@@ -27073,9 +27377,9 @@ export declare const MessagingOnMediumMessageCreatedInputProtoSchema: z.ZodObjec
|
|
|
27073
27377
|
id?: string | undefined;
|
|
27074
27378
|
channelId?: string | undefined;
|
|
27075
27379
|
requestId?: string | undefined;
|
|
27380
|
+
form?: Record<string, any> | undefined;
|
|
27076
27381
|
version?: string | undefined;
|
|
27077
27382
|
updatedAt?: string | undefined;
|
|
27078
|
-
form?: Record<string, any> | undefined;
|
|
27079
27383
|
blocks?: Record<string, any>[] | undefined;
|
|
27080
27384
|
state?: "MESSAGE_STATE_UNSPECIFIED" | "MESSAGE_STATE_SENDING" | "MESSAGE_STATE_SENT" | "MESSAGE_STATE_FAILED" | "MESSAGE_STATE_REMOVED" | undefined;
|
|
27081
27385
|
createdAt?: string | undefined;
|
|
@@ -27245,9 +27549,9 @@ export declare const MessagingInboxOnMediumUserChatClosedInputProtoSchema: z.Zod
|
|
|
27245
27549
|
userId?: string | undefined;
|
|
27246
27550
|
mediumType?: string | undefined;
|
|
27247
27551
|
title?: string | undefined;
|
|
27552
|
+
expiresAt?: string | undefined;
|
|
27248
27553
|
version?: string | undefined;
|
|
27249
27554
|
updatedAt?: string | undefined;
|
|
27250
|
-
expiresAt?: string | undefined;
|
|
27251
27555
|
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
27556
|
source?: Record<string, any> | undefined;
|
|
27253
27557
|
tags?: string[] | undefined;
|
|
@@ -27306,9 +27610,9 @@ export declare const MessagingInboxOnMediumUserChatClosedInputProtoSchema: z.Zod
|
|
|
27306
27610
|
userId?: string | undefined;
|
|
27307
27611
|
mediumType?: string | undefined;
|
|
27308
27612
|
title?: string | undefined;
|
|
27613
|
+
expiresAt?: string | undefined;
|
|
27309
27614
|
version?: string | undefined;
|
|
27310
27615
|
updatedAt?: string | undefined;
|
|
27311
|
-
expiresAt?: string | undefined;
|
|
27312
27616
|
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
27617
|
source?: Record<string, any> | undefined;
|
|
27314
27618
|
tags?: string[] | undefined;
|
|
@@ -27369,9 +27673,9 @@ export declare const MessagingInboxOnMediumUserChatClosedInputProtoSchema: z.Zod
|
|
|
27369
27673
|
userId?: string | undefined;
|
|
27370
27674
|
mediumType?: string | undefined;
|
|
27371
27675
|
title?: string | undefined;
|
|
27676
|
+
expiresAt?: string | undefined;
|
|
27372
27677
|
version?: string | undefined;
|
|
27373
27678
|
updatedAt?: string | undefined;
|
|
27374
|
-
expiresAt?: string | undefined;
|
|
27375
27679
|
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
27680
|
source?: Record<string, any> | undefined;
|
|
27377
27681
|
tags?: string[] | undefined;
|
|
@@ -27432,9 +27736,9 @@ export declare const MessagingInboxOnMediumUserChatClosedInputProtoSchema: z.Zod
|
|
|
27432
27736
|
userId?: string | undefined;
|
|
27433
27737
|
mediumType?: string | undefined;
|
|
27434
27738
|
title?: string | undefined;
|
|
27739
|
+
expiresAt?: string | undefined;
|
|
27435
27740
|
version?: string | undefined;
|
|
27436
27741
|
updatedAt?: string | undefined;
|
|
27437
|
-
expiresAt?: string | undefined;
|
|
27438
27742
|
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
27743
|
source?: Record<string, any> | undefined;
|
|
27440
27744
|
tags?: string[] | undefined;
|
|
@@ -27560,9 +27864,9 @@ export declare const MessagingInboxGetWritingTypesInputProtoSchema: z.ZodObject<
|
|
|
27560
27864
|
userId?: string | undefined;
|
|
27561
27865
|
mediumType?: string | undefined;
|
|
27562
27866
|
title?: string | undefined;
|
|
27867
|
+
expiresAt?: string | undefined;
|
|
27563
27868
|
version?: string | undefined;
|
|
27564
27869
|
updatedAt?: string | undefined;
|
|
27565
|
-
expiresAt?: string | undefined;
|
|
27566
27870
|
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
27871
|
source?: Record<string, any> | undefined;
|
|
27568
27872
|
tags?: string[] | undefined;
|
|
@@ -27621,9 +27925,9 @@ export declare const MessagingInboxGetWritingTypesInputProtoSchema: z.ZodObject<
|
|
|
27621
27925
|
userId?: string | undefined;
|
|
27622
27926
|
mediumType?: string | undefined;
|
|
27623
27927
|
title?: string | undefined;
|
|
27928
|
+
expiresAt?: string | undefined;
|
|
27624
27929
|
version?: string | undefined;
|
|
27625
27930
|
updatedAt?: string | undefined;
|
|
27626
|
-
expiresAt?: string | undefined;
|
|
27627
27931
|
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
27932
|
source?: Record<string, any> | undefined;
|
|
27629
27933
|
tags?: string[] | undefined;
|
|
@@ -27684,9 +27988,9 @@ export declare const MessagingInboxGetWritingTypesInputProtoSchema: z.ZodObject<
|
|
|
27684
27988
|
userId?: string | undefined;
|
|
27685
27989
|
mediumType?: string | undefined;
|
|
27686
27990
|
title?: string | undefined;
|
|
27991
|
+
expiresAt?: string | undefined;
|
|
27687
27992
|
version?: string | undefined;
|
|
27688
27993
|
updatedAt?: string | undefined;
|
|
27689
|
-
expiresAt?: string | undefined;
|
|
27690
27994
|
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
27995
|
source?: Record<string, any> | undefined;
|
|
27692
27996
|
tags?: string[] | undefined;
|
|
@@ -27747,9 +28051,9 @@ export declare const MessagingInboxGetWritingTypesInputProtoSchema: z.ZodObject<
|
|
|
27747
28051
|
userId?: string | undefined;
|
|
27748
28052
|
mediumType?: string | undefined;
|
|
27749
28053
|
title?: string | undefined;
|
|
28054
|
+
expiresAt?: string | undefined;
|
|
27750
28055
|
version?: string | undefined;
|
|
27751
28056
|
updatedAt?: string | undefined;
|
|
27752
|
-
expiresAt?: string | undefined;
|
|
27753
28057
|
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
28058
|
source?: Record<string, any> | undefined;
|
|
27755
28059
|
tags?: string[] | undefined;
|
|
@@ -28116,9 +28420,9 @@ export declare const MessagingInboxGetCustomEditorWamInputProtoSchema: z.ZodObje
|
|
|
28116
28420
|
userId?: string | undefined;
|
|
28117
28421
|
mediumType?: string | undefined;
|
|
28118
28422
|
title?: string | undefined;
|
|
28423
|
+
expiresAt?: string | undefined;
|
|
28119
28424
|
version?: string | undefined;
|
|
28120
28425
|
updatedAt?: string | undefined;
|
|
28121
|
-
expiresAt?: string | undefined;
|
|
28122
28426
|
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
28427
|
source?: Record<string, any> | undefined;
|
|
28124
28428
|
tags?: string[] | undefined;
|
|
@@ -28177,9 +28481,9 @@ export declare const MessagingInboxGetCustomEditorWamInputProtoSchema: z.ZodObje
|
|
|
28177
28481
|
userId?: string | undefined;
|
|
28178
28482
|
mediumType?: string | undefined;
|
|
28179
28483
|
title?: string | undefined;
|
|
28484
|
+
expiresAt?: string | undefined;
|
|
28180
28485
|
version?: string | undefined;
|
|
28181
28486
|
updatedAt?: string | undefined;
|
|
28182
|
-
expiresAt?: string | undefined;
|
|
28183
28487
|
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
28488
|
source?: Record<string, any> | undefined;
|
|
28185
28489
|
tags?: string[] | undefined;
|
|
@@ -28365,9 +28669,9 @@ export declare const MessagingInboxGetCustomEditorWamInputProtoSchema: z.ZodObje
|
|
|
28365
28669
|
id?: string | undefined;
|
|
28366
28670
|
channelId?: string | undefined;
|
|
28367
28671
|
requestId?: string | undefined;
|
|
28672
|
+
form?: Record<string, any> | undefined;
|
|
28368
28673
|
version?: string | undefined;
|
|
28369
28674
|
updatedAt?: string | undefined;
|
|
28370
|
-
form?: Record<string, any> | undefined;
|
|
28371
28675
|
blocks?: Record<string, any>[] | undefined;
|
|
28372
28676
|
state?: "MESSAGE_STATE_UNSPECIFIED" | "MESSAGE_STATE_SENDING" | "MESSAGE_STATE_SENT" | "MESSAGE_STATE_FAILED" | "MESSAGE_STATE_REMOVED" | undefined;
|
|
28373
28677
|
createdAt?: string | undefined;
|
|
@@ -28428,9 +28732,9 @@ export declare const MessagingInboxGetCustomEditorWamInputProtoSchema: z.ZodObje
|
|
|
28428
28732
|
id?: string | undefined;
|
|
28429
28733
|
channelId?: string | undefined;
|
|
28430
28734
|
requestId?: string | undefined;
|
|
28735
|
+
form?: Record<string, any> | undefined;
|
|
28431
28736
|
version?: string | undefined;
|
|
28432
28737
|
updatedAt?: string | undefined;
|
|
28433
|
-
form?: Record<string, any> | undefined;
|
|
28434
28738
|
blocks?: Record<string, any>[] | undefined;
|
|
28435
28739
|
state?: "MESSAGE_STATE_UNSPECIFIED" | "MESSAGE_STATE_SENDING" | "MESSAGE_STATE_SENT" | "MESSAGE_STATE_FAILED" | "MESSAGE_STATE_REMOVED" | undefined;
|
|
28436
28740
|
createdAt?: string | undefined;
|
|
@@ -28531,9 +28835,9 @@ export declare const MessagingInboxGetCustomEditorWamInputProtoSchema: z.ZodObje
|
|
|
28531
28835
|
userId?: string | undefined;
|
|
28532
28836
|
mediumType?: string | undefined;
|
|
28533
28837
|
title?: string | undefined;
|
|
28838
|
+
expiresAt?: string | undefined;
|
|
28534
28839
|
version?: string | undefined;
|
|
28535
28840
|
updatedAt?: string | undefined;
|
|
28536
|
-
expiresAt?: string | undefined;
|
|
28537
28841
|
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
28842
|
source?: Record<string, any> | undefined;
|
|
28539
28843
|
tags?: string[] | undefined;
|
|
@@ -28591,9 +28895,9 @@ export declare const MessagingInboxGetCustomEditorWamInputProtoSchema: z.ZodObje
|
|
|
28591
28895
|
id?: string | undefined;
|
|
28592
28896
|
channelId?: string | undefined;
|
|
28593
28897
|
requestId?: string | undefined;
|
|
28898
|
+
form?: Record<string, any> | undefined;
|
|
28594
28899
|
version?: string | undefined;
|
|
28595
28900
|
updatedAt?: string | undefined;
|
|
28596
|
-
form?: Record<string, any> | undefined;
|
|
28597
28901
|
blocks?: Record<string, any>[] | undefined;
|
|
28598
28902
|
state?: "MESSAGE_STATE_UNSPECIFIED" | "MESSAGE_STATE_SENDING" | "MESSAGE_STATE_SENT" | "MESSAGE_STATE_FAILED" | "MESSAGE_STATE_REMOVED" | undefined;
|
|
28599
28903
|
createdAt?: string | undefined;
|
|
@@ -28697,9 +29001,9 @@ export declare const MessagingInboxGetCustomEditorWamInputProtoSchema: z.ZodObje
|
|
|
28697
29001
|
userId?: string | undefined;
|
|
28698
29002
|
mediumType?: string | undefined;
|
|
28699
29003
|
title?: string | undefined;
|
|
29004
|
+
expiresAt?: string | undefined;
|
|
28700
29005
|
version?: string | undefined;
|
|
28701
29006
|
updatedAt?: string | undefined;
|
|
28702
|
-
expiresAt?: string | undefined;
|
|
28703
29007
|
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
29008
|
source?: Record<string, any> | undefined;
|
|
28705
29009
|
tags?: string[] | undefined;
|
|
@@ -28757,9 +29061,9 @@ export declare const MessagingInboxGetCustomEditorWamInputProtoSchema: z.ZodObje
|
|
|
28757
29061
|
id?: string | undefined;
|
|
28758
29062
|
channelId?: string | undefined;
|
|
28759
29063
|
requestId?: string | undefined;
|
|
29064
|
+
form?: Record<string, any> | undefined;
|
|
28760
29065
|
version?: string | undefined;
|
|
28761
29066
|
updatedAt?: string | undefined;
|
|
28762
|
-
form?: Record<string, any> | undefined;
|
|
28763
29067
|
blocks?: Record<string, any>[] | undefined;
|
|
28764
29068
|
state?: "MESSAGE_STATE_UNSPECIFIED" | "MESSAGE_STATE_SENDING" | "MESSAGE_STATE_SENT" | "MESSAGE_STATE_FAILED" | "MESSAGE_STATE_REMOVED" | undefined;
|
|
28765
29069
|
createdAt?: string | undefined;
|
|
@@ -29073,9 +29377,9 @@ export declare const MessagingInboxGetMediumMessageErrorReasonInputProtoSchema:
|
|
|
29073
29377
|
userId?: string | undefined;
|
|
29074
29378
|
mediumType?: string | undefined;
|
|
29075
29379
|
title?: string | undefined;
|
|
29380
|
+
expiresAt?: string | undefined;
|
|
29076
29381
|
version?: string | undefined;
|
|
29077
29382
|
updatedAt?: string | undefined;
|
|
29078
|
-
expiresAt?: string | undefined;
|
|
29079
29383
|
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
29384
|
source?: Record<string, any> | undefined;
|
|
29081
29385
|
tags?: string[] | undefined;
|
|
@@ -29134,9 +29438,9 @@ export declare const MessagingInboxGetMediumMessageErrorReasonInputProtoSchema:
|
|
|
29134
29438
|
userId?: string | undefined;
|
|
29135
29439
|
mediumType?: string | undefined;
|
|
29136
29440
|
title?: string | undefined;
|
|
29441
|
+
expiresAt?: string | undefined;
|
|
29137
29442
|
version?: string | undefined;
|
|
29138
29443
|
updatedAt?: string | undefined;
|
|
29139
|
-
expiresAt?: string | undefined;
|
|
29140
29444
|
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
29445
|
source?: Record<string, any> | undefined;
|
|
29142
29446
|
tags?: string[] | undefined;
|
|
@@ -29319,9 +29623,9 @@ export declare const MessagingInboxGetMediumMessageErrorReasonInputProtoSchema:
|
|
|
29319
29623
|
id?: string | undefined;
|
|
29320
29624
|
channelId?: string | undefined;
|
|
29321
29625
|
requestId?: string | undefined;
|
|
29626
|
+
form?: Record<string, any> | undefined;
|
|
29322
29627
|
version?: string | undefined;
|
|
29323
29628
|
updatedAt?: string | undefined;
|
|
29324
|
-
form?: Record<string, any> | undefined;
|
|
29325
29629
|
blocks?: Record<string, any>[] | undefined;
|
|
29326
29630
|
state?: "MESSAGE_STATE_UNSPECIFIED" | "MESSAGE_STATE_SENDING" | "MESSAGE_STATE_SENT" | "MESSAGE_STATE_FAILED" | "MESSAGE_STATE_REMOVED" | undefined;
|
|
29327
29631
|
createdAt?: string | undefined;
|
|
@@ -29382,9 +29686,9 @@ export declare const MessagingInboxGetMediumMessageErrorReasonInputProtoSchema:
|
|
|
29382
29686
|
id?: string | undefined;
|
|
29383
29687
|
channelId?: string | undefined;
|
|
29384
29688
|
requestId?: string | undefined;
|
|
29689
|
+
form?: Record<string, any> | undefined;
|
|
29385
29690
|
version?: string | undefined;
|
|
29386
29691
|
updatedAt?: string | undefined;
|
|
29387
|
-
form?: Record<string, any> | undefined;
|
|
29388
29692
|
blocks?: Record<string, any>[] | undefined;
|
|
29389
29693
|
state?: "MESSAGE_STATE_UNSPECIFIED" | "MESSAGE_STATE_SENDING" | "MESSAGE_STATE_SENT" | "MESSAGE_STATE_FAILED" | "MESSAGE_STATE_REMOVED" | undefined;
|
|
29390
29694
|
createdAt?: string | undefined;
|
|
@@ -29449,9 +29753,9 @@ export declare const MessagingInboxGetMediumMessageErrorReasonInputProtoSchema:
|
|
|
29449
29753
|
userId?: string | undefined;
|
|
29450
29754
|
mediumType?: string | undefined;
|
|
29451
29755
|
title?: string | undefined;
|
|
29756
|
+
expiresAt?: string | undefined;
|
|
29452
29757
|
version?: string | undefined;
|
|
29453
29758
|
updatedAt?: string | undefined;
|
|
29454
|
-
expiresAt?: string | undefined;
|
|
29455
29759
|
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
29760
|
source?: Record<string, any> | undefined;
|
|
29457
29761
|
tags?: string[] | undefined;
|
|
@@ -29509,9 +29813,9 @@ export declare const MessagingInboxGetMediumMessageErrorReasonInputProtoSchema:
|
|
|
29509
29813
|
id?: string | undefined;
|
|
29510
29814
|
channelId?: string | undefined;
|
|
29511
29815
|
requestId?: string | undefined;
|
|
29816
|
+
form?: Record<string, any> | undefined;
|
|
29512
29817
|
version?: string | undefined;
|
|
29513
29818
|
updatedAt?: string | undefined;
|
|
29514
|
-
form?: Record<string, any> | undefined;
|
|
29515
29819
|
blocks?: Record<string, any>[] | undefined;
|
|
29516
29820
|
state?: "MESSAGE_STATE_UNSPECIFIED" | "MESSAGE_STATE_SENDING" | "MESSAGE_STATE_SENT" | "MESSAGE_STATE_FAILED" | "MESSAGE_STATE_REMOVED" | undefined;
|
|
29517
29821
|
createdAt?: string | undefined;
|
|
@@ -29576,9 +29880,9 @@ export declare const MessagingInboxGetMediumMessageErrorReasonInputProtoSchema:
|
|
|
29576
29880
|
userId?: string | undefined;
|
|
29577
29881
|
mediumType?: string | undefined;
|
|
29578
29882
|
title?: string | undefined;
|
|
29883
|
+
expiresAt?: string | undefined;
|
|
29579
29884
|
version?: string | undefined;
|
|
29580
29885
|
updatedAt?: string | undefined;
|
|
29581
|
-
expiresAt?: string | undefined;
|
|
29582
29886
|
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
29887
|
source?: Record<string, any> | undefined;
|
|
29584
29888
|
tags?: string[] | undefined;
|
|
@@ -29636,9 +29940,9 @@ export declare const MessagingInboxGetMediumMessageErrorReasonInputProtoSchema:
|
|
|
29636
29940
|
id?: string | undefined;
|
|
29637
29941
|
channelId?: string | undefined;
|
|
29638
29942
|
requestId?: string | undefined;
|
|
29943
|
+
form?: Record<string, any> | undefined;
|
|
29639
29944
|
version?: string | undefined;
|
|
29640
29945
|
updatedAt?: string | undefined;
|
|
29641
|
-
form?: Record<string, any> | undefined;
|
|
29642
29946
|
blocks?: Record<string, any>[] | undefined;
|
|
29643
29947
|
state?: "MESSAGE_STATE_UNSPECIFIED" | "MESSAGE_STATE_SENDING" | "MESSAGE_STATE_SENT" | "MESSAGE_STATE_FAILED" | "MESSAGE_STATE_REMOVED" | undefined;
|
|
29644
29948
|
createdAt?: string | undefined;
|