@channel.io/app-sdk-core 0.15.2 → 0.15.4
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 +4 -4
- package/dist/extensions/command.d.ts +6 -6
- package/dist/extensions/config.d.ts +26 -26
- package/dist/extensions/function-schemas.d.ts +43 -42
- package/dist/extensions/function-schemas.d.ts.map +1 -1
- package/dist/extensions/function-schemas.js +20 -0
- package/dist/extensions/function-schemas.js.map +1 -1
- package/dist/extensions/oauth.d.ts +2 -2
- package/dist/extensions/order.d.ts +6 -6
- package/dist/gen/channel/app/sdk/v1/common.zod.d.ts +6 -6
- package/dist/gen/channel/app/sdk/v1/context.zod.d.ts +14 -14
- package/dist/gen/channel/app/sdk/v1/extension.zod.d.ts +403 -403
- package/dist/gen/channel/app/sdk/v1/function.zod.d.ts +39 -39
- package/dist/gen/channel/app/sdk/v1/native.zod.d.ts +41 -41
- package/dist/types/context.d.ts +24 -7
- package/dist/types/context.d.ts.map +1 -1
- package/dist/types/function.d.ts +8 -6
- package/dist/types/function.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -34,8 +34,8 @@ export declare const ApiKeyFieldProtoSchema: z.ZodObject<{
|
|
|
34
34
|
validationRegex: z.ZodOptional<z.ZodString>;
|
|
35
35
|
}, "strip", z.ZodTypeAny, {
|
|
36
36
|
name?: string | undefined;
|
|
37
|
-
displayName?: string | undefined;
|
|
38
37
|
description?: string | undefined;
|
|
38
|
+
displayName?: string | undefined;
|
|
39
39
|
required?: boolean | undefined;
|
|
40
40
|
sensitive?: boolean | undefined;
|
|
41
41
|
maskType?: string | undefined;
|
|
@@ -43,8 +43,8 @@ export declare const ApiKeyFieldProtoSchema: z.ZodObject<{
|
|
|
43
43
|
validationRegex?: string | undefined;
|
|
44
44
|
}, {
|
|
45
45
|
name?: string | undefined;
|
|
46
|
-
displayName?: string | undefined;
|
|
47
46
|
description?: string | undefined;
|
|
47
|
+
displayName?: string | undefined;
|
|
48
48
|
required?: boolean | undefined;
|
|
49
49
|
sensitive?: boolean | undefined;
|
|
50
50
|
maskType?: string | undefined;
|
|
@@ -68,8 +68,8 @@ export declare const ApiKeyGetAuthConfigOutputProtoSchema: z.ZodObject<{
|
|
|
68
68
|
validationRegex: z.ZodOptional<z.ZodString>;
|
|
69
69
|
}, "strip", z.ZodTypeAny, {
|
|
70
70
|
name?: string | undefined;
|
|
71
|
-
displayName?: string | undefined;
|
|
72
71
|
description?: string | undefined;
|
|
72
|
+
displayName?: string | undefined;
|
|
73
73
|
required?: boolean | undefined;
|
|
74
74
|
sensitive?: boolean | undefined;
|
|
75
75
|
maskType?: string | undefined;
|
|
@@ -77,8 +77,8 @@ export declare const ApiKeyGetAuthConfigOutputProtoSchema: z.ZodObject<{
|
|
|
77
77
|
validationRegex?: string | undefined;
|
|
78
78
|
}, {
|
|
79
79
|
name?: string | undefined;
|
|
80
|
-
displayName?: string | undefined;
|
|
81
80
|
description?: string | undefined;
|
|
81
|
+
displayName?: string | undefined;
|
|
82
82
|
required?: boolean | undefined;
|
|
83
83
|
sensitive?: boolean | undefined;
|
|
84
84
|
maskType?: string | undefined;
|
|
@@ -92,8 +92,8 @@ export declare const ApiKeyGetAuthConfigOutputProtoSchema: z.ZodObject<{
|
|
|
92
92
|
authScope?: string | undefined;
|
|
93
93
|
fields?: {
|
|
94
94
|
name?: string | undefined;
|
|
95
|
-
displayName?: string | undefined;
|
|
96
95
|
description?: string | undefined;
|
|
96
|
+
displayName?: string | undefined;
|
|
97
97
|
required?: boolean | undefined;
|
|
98
98
|
sensitive?: boolean | undefined;
|
|
99
99
|
maskType?: string | undefined;
|
|
@@ -106,8 +106,8 @@ export declare const ApiKeyGetAuthConfigOutputProtoSchema: z.ZodObject<{
|
|
|
106
106
|
authScope?: string | undefined;
|
|
107
107
|
fields?: {
|
|
108
108
|
name?: string | undefined;
|
|
109
|
-
displayName?: string | undefined;
|
|
110
109
|
description?: string | undefined;
|
|
110
|
+
displayName?: string | undefined;
|
|
111
111
|
required?: boolean | undefined;
|
|
112
112
|
sensitive?: boolean | undefined;
|
|
113
113
|
maskType?: string | undefined;
|
|
@@ -1141,10 +1141,10 @@ export declare const ConfigBlockProtoSchema: z.ZodObject<{
|
|
|
1141
1141
|
multiple: z.ZodOptional<z.ZodBoolean>;
|
|
1142
1142
|
}, "strip", z.ZodTypeAny, {
|
|
1143
1143
|
type?: string | undefined;
|
|
1144
|
+
description?: string | undefined;
|
|
1144
1145
|
text?: string | undefined;
|
|
1145
1146
|
id?: string | undefined;
|
|
1146
1147
|
title?: string | undefined;
|
|
1147
|
-
description?: string | undefined;
|
|
1148
1148
|
required?: boolean | undefined;
|
|
1149
1149
|
maskType?: string | undefined;
|
|
1150
1150
|
placeholder?: string | undefined;
|
|
@@ -1301,10 +1301,10 @@ export declare const ConfigBlockProtoSchema: z.ZodObject<{
|
|
|
1301
1301
|
props?: Record<string, any> | undefined;
|
|
1302
1302
|
}, {
|
|
1303
1303
|
type?: string | undefined;
|
|
1304
|
+
description?: string | undefined;
|
|
1304
1305
|
text?: string | undefined;
|
|
1305
1306
|
id?: string | undefined;
|
|
1306
1307
|
title?: string | undefined;
|
|
1307
|
-
description?: string | undefined;
|
|
1308
1308
|
required?: boolean | undefined;
|
|
1309
1309
|
maskType?: string | undefined;
|
|
1310
1310
|
placeholder?: string | undefined;
|
|
@@ -1960,10 +1960,10 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
1960
1960
|
multiple: z.ZodOptional<z.ZodBoolean>;
|
|
1961
1961
|
}, "strip", z.ZodTypeAny, {
|
|
1962
1962
|
type?: string | undefined;
|
|
1963
|
+
description?: string | undefined;
|
|
1963
1964
|
text?: string | undefined;
|
|
1964
1965
|
id?: string | undefined;
|
|
1965
1966
|
title?: string | undefined;
|
|
1966
|
-
description?: string | undefined;
|
|
1967
1967
|
required?: boolean | undefined;
|
|
1968
1968
|
maskType?: string | undefined;
|
|
1969
1969
|
placeholder?: string | undefined;
|
|
@@ -2120,10 +2120,10 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
2120
2120
|
props?: Record<string, any> | undefined;
|
|
2121
2121
|
}, {
|
|
2122
2122
|
type?: string | undefined;
|
|
2123
|
+
description?: string | undefined;
|
|
2123
2124
|
text?: string | undefined;
|
|
2124
2125
|
id?: string | undefined;
|
|
2125
2126
|
title?: string | undefined;
|
|
2126
|
-
description?: string | undefined;
|
|
2127
2127
|
required?: boolean | undefined;
|
|
2128
2128
|
maskType?: string | undefined;
|
|
2129
2129
|
placeholder?: string | undefined;
|
|
@@ -2280,6 +2280,7 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
2280
2280
|
props?: Record<string, any> | undefined;
|
|
2281
2281
|
}>>, "many">>;
|
|
2282
2282
|
}, "strip", z.ZodTypeAny, {
|
|
2283
|
+
description?: string | undefined;
|
|
2283
2284
|
oauth?: {
|
|
2284
2285
|
additionalParams?: {
|
|
2285
2286
|
name?: string | undefined;
|
|
@@ -2288,7 +2289,6 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
2288
2289
|
} | undefined;
|
|
2289
2290
|
title?: string | undefined;
|
|
2290
2291
|
providerName?: string | undefined;
|
|
2291
|
-
description?: string | undefined;
|
|
2292
2292
|
schemaVersion?: string | undefined;
|
|
2293
2293
|
configScope?: string | undefined;
|
|
2294
2294
|
legacyCredentialFallback?: string | undefined;
|
|
@@ -2298,10 +2298,10 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
2298
2298
|
} | undefined;
|
|
2299
2299
|
blocks?: {
|
|
2300
2300
|
type?: string | undefined;
|
|
2301
|
+
description?: string | undefined;
|
|
2301
2302
|
text?: string | undefined;
|
|
2302
2303
|
id?: string | undefined;
|
|
2303
2304
|
title?: string | undefined;
|
|
2304
|
-
description?: string | undefined;
|
|
2305
2305
|
required?: boolean | undefined;
|
|
2306
2306
|
maskType?: string | undefined;
|
|
2307
2307
|
placeholder?: string | undefined;
|
|
@@ -2458,6 +2458,7 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
2458
2458
|
props?: Record<string, any> | undefined;
|
|
2459
2459
|
}[] | undefined;
|
|
2460
2460
|
}, {
|
|
2461
|
+
description?: string | undefined;
|
|
2461
2462
|
oauth?: {
|
|
2462
2463
|
additionalParams?: {
|
|
2463
2464
|
name?: string | undefined;
|
|
@@ -2466,7 +2467,6 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
2466
2467
|
} | undefined;
|
|
2467
2468
|
title?: string | undefined;
|
|
2468
2469
|
providerName?: string | undefined;
|
|
2469
|
-
description?: string | undefined;
|
|
2470
2470
|
schemaVersion?: string | undefined;
|
|
2471
2471
|
configScope?: string | undefined;
|
|
2472
2472
|
legacyCredentialFallback?: string | undefined;
|
|
@@ -2476,10 +2476,10 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
|
|
|
2476
2476
|
} | undefined;
|
|
2477
2477
|
blocks?: {
|
|
2478
2478
|
type?: string | undefined;
|
|
2479
|
+
description?: string | undefined;
|
|
2479
2480
|
text?: string | undefined;
|
|
2480
2481
|
id?: string | undefined;
|
|
2481
2482
|
title?: string | undefined;
|
|
2482
|
-
description?: string | undefined;
|
|
2483
2483
|
required?: boolean | undefined;
|
|
2484
2484
|
maskType?: string | undefined;
|
|
2485
2485
|
placeholder?: string | undefined;
|
|
@@ -2691,8 +2691,8 @@ export declare const ConfigValidateStoredConfigOutputProtoSchema: z.ZodObject<{
|
|
|
2691
2691
|
blockId?: string | undefined;
|
|
2692
2692
|
}>>, "many">>;
|
|
2693
2693
|
}, "strip", z.ZodTypeAny, {
|
|
2694
|
-
valid?: boolean | undefined;
|
|
2695
2694
|
message?: string | undefined;
|
|
2695
|
+
valid?: boolean | undefined;
|
|
2696
2696
|
reasonCode?: string | undefined;
|
|
2697
2697
|
missingFields?: string[] | undefined;
|
|
2698
2698
|
errors?: {
|
|
@@ -2708,8 +2708,8 @@ export declare const ConfigValidateStoredConfigOutputProtoSchema: z.ZodObject<{
|
|
|
2708
2708
|
blockId?: string | undefined;
|
|
2709
2709
|
}[] | undefined;
|
|
2710
2710
|
}, {
|
|
2711
|
-
valid?: boolean | undefined;
|
|
2712
2711
|
message?: string | undefined;
|
|
2712
|
+
valid?: boolean | undefined;
|
|
2713
2713
|
reasonCode?: string | undefined;
|
|
2714
2714
|
missingFields?: string[] | undefined;
|
|
2715
2715
|
errors?: {
|
|
@@ -2905,13 +2905,13 @@ export declare const OAuthCredentialValidationResultProtoSchema: z.ZodObject<{
|
|
|
2905
2905
|
expiresAt: z.ZodOptional<z.ZodString>;
|
|
2906
2906
|
error: z.ZodOptional<z.ZodString>;
|
|
2907
2907
|
}, "strip", z.ZodTypeAny, {
|
|
2908
|
+
error?: string | undefined;
|
|
2908
2909
|
valid?: boolean | undefined;
|
|
2909
2910
|
expiresAt?: string | undefined;
|
|
2910
|
-
error?: string | undefined;
|
|
2911
2911
|
}, {
|
|
2912
|
+
error?: string | undefined;
|
|
2912
2913
|
valid?: boolean | undefined;
|
|
2913
2914
|
expiresAt?: string | undefined;
|
|
2914
|
-
error?: string | undefined;
|
|
2915
2915
|
}>;
|
|
2916
2916
|
export type OAuthCredentialValidationResultProto = z.infer<typeof OAuthCredentialValidationResultProtoSchema>;
|
|
2917
2917
|
export declare const CalendarProtoSchema: z.ZodObject<{
|
|
@@ -2921,15 +2921,15 @@ export declare const CalendarProtoSchema: z.ZodObject<{
|
|
|
2921
2921
|
timezone: z.ZodOptional<z.ZodString>;
|
|
2922
2922
|
isPrimary: z.ZodOptional<z.ZodBoolean>;
|
|
2923
2923
|
}, "strip", z.ZodTypeAny, {
|
|
2924
|
-
id?: string | undefined;
|
|
2925
2924
|
name?: string | undefined;
|
|
2926
2925
|
description?: string | undefined;
|
|
2926
|
+
id?: string | undefined;
|
|
2927
2927
|
timezone?: string | undefined;
|
|
2928
2928
|
isPrimary?: boolean | undefined;
|
|
2929
2929
|
}, {
|
|
2930
|
-
id?: string | undefined;
|
|
2931
2930
|
name?: string | undefined;
|
|
2932
2931
|
description?: string | undefined;
|
|
2932
|
+
id?: string | undefined;
|
|
2933
2933
|
timezone?: string | undefined;
|
|
2934
2934
|
isPrimary?: boolean | undefined;
|
|
2935
2935
|
}>;
|
|
@@ -2941,15 +2941,15 @@ export declare const CalendarEventTypeProtoSchema: z.ZodObject<{
|
|
|
2941
2941
|
description: z.ZodOptional<z.ZodString>;
|
|
2942
2942
|
color: z.ZodOptional<z.ZodString>;
|
|
2943
2943
|
}, "strip", z.ZodTypeAny, {
|
|
2944
|
-
id?: string | undefined;
|
|
2945
2944
|
name?: string | undefined;
|
|
2946
2945
|
description?: string | undefined;
|
|
2946
|
+
id?: string | undefined;
|
|
2947
2947
|
duration?: number | undefined;
|
|
2948
2948
|
color?: string | undefined;
|
|
2949
2949
|
}, {
|
|
2950
|
-
id?: string | undefined;
|
|
2951
2950
|
name?: string | undefined;
|
|
2952
2951
|
description?: string | undefined;
|
|
2952
|
+
id?: string | undefined;
|
|
2953
2953
|
duration?: number | undefined;
|
|
2954
2954
|
color?: string | undefined;
|
|
2955
2955
|
}>;
|
|
@@ -3047,15 +3047,15 @@ export declare const CalendarListCalendarsOutputProtoSchema: z.ZodObject<{
|
|
|
3047
3047
|
timezone: z.ZodOptional<z.ZodString>;
|
|
3048
3048
|
isPrimary: z.ZodOptional<z.ZodBoolean>;
|
|
3049
3049
|
}, "strip", z.ZodTypeAny, {
|
|
3050
|
-
id?: string | undefined;
|
|
3051
3050
|
name?: string | undefined;
|
|
3052
3051
|
description?: string | undefined;
|
|
3052
|
+
id?: string | undefined;
|
|
3053
3053
|
timezone?: string | undefined;
|
|
3054
3054
|
isPrimary?: boolean | undefined;
|
|
3055
3055
|
}, {
|
|
3056
|
-
id?: string | undefined;
|
|
3057
3056
|
name?: string | undefined;
|
|
3058
3057
|
description?: string | undefined;
|
|
3058
|
+
id?: string | undefined;
|
|
3059
3059
|
timezone?: string | undefined;
|
|
3060
3060
|
isPrimary?: boolean | undefined;
|
|
3061
3061
|
}>>, "many">>;
|
|
@@ -3063,18 +3063,18 @@ export declare const CalendarListCalendarsOutputProtoSchema: z.ZodObject<{
|
|
|
3063
3063
|
}, "strip", z.ZodTypeAny, {
|
|
3064
3064
|
nextPageToken?: string | undefined;
|
|
3065
3065
|
calendars?: {
|
|
3066
|
-
id?: string | undefined;
|
|
3067
3066
|
name?: string | undefined;
|
|
3068
3067
|
description?: string | undefined;
|
|
3068
|
+
id?: string | undefined;
|
|
3069
3069
|
timezone?: string | undefined;
|
|
3070
3070
|
isPrimary?: boolean | undefined;
|
|
3071
3071
|
}[] | undefined;
|
|
3072
3072
|
}, {
|
|
3073
3073
|
nextPageToken?: string | undefined;
|
|
3074
3074
|
calendars?: {
|
|
3075
|
-
id?: string | undefined;
|
|
3076
3075
|
name?: string | undefined;
|
|
3077
3076
|
description?: string | undefined;
|
|
3077
|
+
id?: string | undefined;
|
|
3078
3078
|
timezone?: string | undefined;
|
|
3079
3079
|
isPrimary?: boolean | undefined;
|
|
3080
3080
|
}[] | undefined;
|
|
@@ -3096,31 +3096,31 @@ export declare const CalendarListEventTypesOutputProtoSchema: z.ZodObject<{
|
|
|
3096
3096
|
description: z.ZodOptional<z.ZodString>;
|
|
3097
3097
|
color: z.ZodOptional<z.ZodString>;
|
|
3098
3098
|
}, "strip", z.ZodTypeAny, {
|
|
3099
|
-
id?: string | undefined;
|
|
3100
3099
|
name?: string | undefined;
|
|
3101
3100
|
description?: string | undefined;
|
|
3101
|
+
id?: string | undefined;
|
|
3102
3102
|
duration?: number | undefined;
|
|
3103
3103
|
color?: string | undefined;
|
|
3104
3104
|
}, {
|
|
3105
|
-
id?: string | undefined;
|
|
3106
3105
|
name?: string | undefined;
|
|
3107
3106
|
description?: string | undefined;
|
|
3107
|
+
id?: string | undefined;
|
|
3108
3108
|
duration?: number | undefined;
|
|
3109
3109
|
color?: string | undefined;
|
|
3110
3110
|
}>>, "many">>;
|
|
3111
3111
|
}, "strip", z.ZodTypeAny, {
|
|
3112
3112
|
eventTypes?: {
|
|
3113
|
-
id?: string | undefined;
|
|
3114
3113
|
name?: string | undefined;
|
|
3115
3114
|
description?: string | undefined;
|
|
3115
|
+
id?: string | undefined;
|
|
3116
3116
|
duration?: number | undefined;
|
|
3117
3117
|
color?: string | undefined;
|
|
3118
3118
|
}[] | undefined;
|
|
3119
3119
|
}, {
|
|
3120
3120
|
eventTypes?: {
|
|
3121
|
-
id?: string | undefined;
|
|
3122
3121
|
name?: string | undefined;
|
|
3123
3122
|
description?: string | undefined;
|
|
3123
|
+
id?: string | undefined;
|
|
3124
3124
|
duration?: number | undefined;
|
|
3125
3125
|
color?: string | undefined;
|
|
3126
3126
|
}[] | undefined;
|
|
@@ -3571,6 +3571,7 @@ export declare const CommandConfigProtoSchema: z.ZodObject<{
|
|
|
3571
3571
|
}>>, "many">>;
|
|
3572
3572
|
enabledByDefault: z.ZodOptional<z.ZodBoolean>;
|
|
3573
3573
|
}, "strip", z.ZodTypeAny, {
|
|
3574
|
+
systemVersion?: string | undefined;
|
|
3574
3575
|
name?: string | undefined;
|
|
3575
3576
|
description?: string | undefined;
|
|
3576
3577
|
scope?: string | undefined;
|
|
@@ -3585,7 +3586,6 @@ export declare const CommandConfigProtoSchema: z.ZodObject<{
|
|
|
3585
3586
|
}> | undefined;
|
|
3586
3587
|
actionFunctionName?: string | undefined;
|
|
3587
3588
|
autoCompleteFunctionName?: string | undefined;
|
|
3588
|
-
systemVersion?: string | undefined;
|
|
3589
3589
|
alfMode?: string | undefined;
|
|
3590
3590
|
paramDefinitions?: {
|
|
3591
3591
|
type?: string | undefined;
|
|
@@ -3609,6 +3609,7 @@ export declare const CommandConfigProtoSchema: z.ZodObject<{
|
|
|
3609
3609
|
}[] | undefined;
|
|
3610
3610
|
enabledByDefault?: boolean | undefined;
|
|
3611
3611
|
}, {
|
|
3612
|
+
systemVersion?: string | undefined;
|
|
3612
3613
|
name?: string | undefined;
|
|
3613
3614
|
description?: string | undefined;
|
|
3614
3615
|
scope?: string | undefined;
|
|
@@ -3623,7 +3624,6 @@ export declare const CommandConfigProtoSchema: z.ZodObject<{
|
|
|
3623
3624
|
}> | undefined;
|
|
3624
3625
|
actionFunctionName?: string | undefined;
|
|
3625
3626
|
autoCompleteFunctionName?: string | undefined;
|
|
3626
|
-
systemVersion?: string | undefined;
|
|
3627
3627
|
alfMode?: string | undefined;
|
|
3628
3628
|
paramDefinitions?: {
|
|
3629
3629
|
type?: string | undefined;
|
|
@@ -3764,6 +3764,7 @@ export declare const CommandGetCommandsOutputProtoSchema: z.ZodObject<{
|
|
|
3764
3764
|
}>>, "many">>;
|
|
3765
3765
|
enabledByDefault: z.ZodOptional<z.ZodBoolean>;
|
|
3766
3766
|
}, "strip", z.ZodTypeAny, {
|
|
3767
|
+
systemVersion?: string | undefined;
|
|
3767
3768
|
name?: string | undefined;
|
|
3768
3769
|
description?: string | undefined;
|
|
3769
3770
|
scope?: string | undefined;
|
|
@@ -3778,7 +3779,6 @@ export declare const CommandGetCommandsOutputProtoSchema: z.ZodObject<{
|
|
|
3778
3779
|
}> | undefined;
|
|
3779
3780
|
actionFunctionName?: string | undefined;
|
|
3780
3781
|
autoCompleteFunctionName?: string | undefined;
|
|
3781
|
-
systemVersion?: string | undefined;
|
|
3782
3782
|
alfMode?: string | undefined;
|
|
3783
3783
|
paramDefinitions?: {
|
|
3784
3784
|
type?: string | undefined;
|
|
@@ -3802,6 +3802,7 @@ export declare const CommandGetCommandsOutputProtoSchema: z.ZodObject<{
|
|
|
3802
3802
|
}[] | undefined;
|
|
3803
3803
|
enabledByDefault?: boolean | undefined;
|
|
3804
3804
|
}, {
|
|
3805
|
+
systemVersion?: string | undefined;
|
|
3805
3806
|
name?: string | undefined;
|
|
3806
3807
|
description?: string | undefined;
|
|
3807
3808
|
scope?: string | undefined;
|
|
@@ -3816,7 +3817,6 @@ export declare const CommandGetCommandsOutputProtoSchema: z.ZodObject<{
|
|
|
3816
3817
|
}> | undefined;
|
|
3817
3818
|
actionFunctionName?: string | undefined;
|
|
3818
3819
|
autoCompleteFunctionName?: string | undefined;
|
|
3819
|
-
systemVersion?: string | undefined;
|
|
3820
3820
|
alfMode?: string | undefined;
|
|
3821
3821
|
paramDefinitions?: {
|
|
3822
3822
|
type?: string | undefined;
|
|
@@ -3842,6 +3842,7 @@ export declare const CommandGetCommandsOutputProtoSchema: z.ZodObject<{
|
|
|
3842
3842
|
}>>, "many">>;
|
|
3843
3843
|
}, "strip", z.ZodTypeAny, {
|
|
3844
3844
|
commands?: {
|
|
3845
|
+
systemVersion?: string | undefined;
|
|
3845
3846
|
name?: string | undefined;
|
|
3846
3847
|
description?: string | undefined;
|
|
3847
3848
|
scope?: string | undefined;
|
|
@@ -3856,7 +3857,6 @@ export declare const CommandGetCommandsOutputProtoSchema: z.ZodObject<{
|
|
|
3856
3857
|
}> | undefined;
|
|
3857
3858
|
actionFunctionName?: string | undefined;
|
|
3858
3859
|
autoCompleteFunctionName?: string | undefined;
|
|
3859
|
-
systemVersion?: string | undefined;
|
|
3860
3860
|
alfMode?: string | undefined;
|
|
3861
3861
|
paramDefinitions?: {
|
|
3862
3862
|
type?: string | undefined;
|
|
@@ -3882,6 +3882,7 @@ export declare const CommandGetCommandsOutputProtoSchema: z.ZodObject<{
|
|
|
3882
3882
|
}[] | undefined;
|
|
3883
3883
|
}, {
|
|
3884
3884
|
commands?: {
|
|
3885
|
+
systemVersion?: string | undefined;
|
|
3885
3886
|
name?: string | undefined;
|
|
3886
3887
|
description?: string | undefined;
|
|
3887
3888
|
scope?: string | undefined;
|
|
@@ -3896,7 +3897,6 @@ export declare const CommandGetCommandsOutputProtoSchema: z.ZodObject<{
|
|
|
3896
3897
|
}> | undefined;
|
|
3897
3898
|
actionFunctionName?: string | undefined;
|
|
3898
3899
|
autoCompleteFunctionName?: string | undefined;
|
|
3899
|
-
systemVersion?: string | undefined;
|
|
3900
3900
|
alfMode?: string | undefined;
|
|
3901
3901
|
paramDefinitions?: {
|
|
3902
3902
|
type?: string | undefined;
|
|
@@ -4133,10 +4133,10 @@ export declare const WidgetConfigProtoSchema: z.ZodObject<{
|
|
|
4133
4133
|
scope: z.ZodOptional<z.ZodString>;
|
|
4134
4134
|
widgetType: z.ZodOptional<z.ZodString>;
|
|
4135
4135
|
}, "strip", z.ZodTypeAny, {
|
|
4136
|
+
systemVersion?: string | undefined;
|
|
4136
4137
|
name?: string | undefined;
|
|
4137
4138
|
scope?: string | undefined;
|
|
4138
4139
|
actionFunctionName?: string | undefined;
|
|
4139
|
-
systemVersion?: string | undefined;
|
|
4140
4140
|
defaultName?: string | undefined;
|
|
4141
4141
|
defaultDescription?: string | undefined;
|
|
4142
4142
|
defaultNameDescI18nMap?: Record<string, {
|
|
@@ -4145,10 +4145,10 @@ export declare const WidgetConfigProtoSchema: z.ZodObject<{
|
|
|
4145
4145
|
}> | undefined;
|
|
4146
4146
|
widgetType?: string | undefined;
|
|
4147
4147
|
}, {
|
|
4148
|
+
systemVersion?: string | undefined;
|
|
4148
4149
|
name?: string | undefined;
|
|
4149
4150
|
scope?: string | undefined;
|
|
4150
4151
|
actionFunctionName?: string | undefined;
|
|
4151
|
-
systemVersion?: string | undefined;
|
|
4152
4152
|
defaultName?: string | undefined;
|
|
4153
4153
|
defaultDescription?: string | undefined;
|
|
4154
4154
|
defaultNameDescI18nMap?: Record<string, {
|
|
@@ -4180,10 +4180,10 @@ export declare const WidgetGetWidgetsOutputProtoSchema: z.ZodObject<{
|
|
|
4180
4180
|
scope: z.ZodOptional<z.ZodString>;
|
|
4181
4181
|
widgetType: z.ZodOptional<z.ZodString>;
|
|
4182
4182
|
}, "strip", z.ZodTypeAny, {
|
|
4183
|
+
systemVersion?: string | undefined;
|
|
4183
4184
|
name?: string | undefined;
|
|
4184
4185
|
scope?: string | undefined;
|
|
4185
4186
|
actionFunctionName?: string | undefined;
|
|
4186
|
-
systemVersion?: string | undefined;
|
|
4187
4187
|
defaultName?: string | undefined;
|
|
4188
4188
|
defaultDescription?: string | undefined;
|
|
4189
4189
|
defaultNameDescI18nMap?: Record<string, {
|
|
@@ -4192,10 +4192,10 @@ export declare const WidgetGetWidgetsOutputProtoSchema: z.ZodObject<{
|
|
|
4192
4192
|
}> | undefined;
|
|
4193
4193
|
widgetType?: string | undefined;
|
|
4194
4194
|
}, {
|
|
4195
|
+
systemVersion?: string | undefined;
|
|
4195
4196
|
name?: string | undefined;
|
|
4196
4197
|
scope?: string | undefined;
|
|
4197
4198
|
actionFunctionName?: string | undefined;
|
|
4198
|
-
systemVersion?: string | undefined;
|
|
4199
4199
|
defaultName?: string | undefined;
|
|
4200
4200
|
defaultDescription?: string | undefined;
|
|
4201
4201
|
defaultNameDescI18nMap?: Record<string, {
|
|
@@ -4206,10 +4206,10 @@ export declare const WidgetGetWidgetsOutputProtoSchema: z.ZodObject<{
|
|
|
4206
4206
|
}>>, "many">>;
|
|
4207
4207
|
}, "strip", z.ZodTypeAny, {
|
|
4208
4208
|
widgets?: {
|
|
4209
|
+
systemVersion?: string | undefined;
|
|
4209
4210
|
name?: string | undefined;
|
|
4210
4211
|
scope?: string | undefined;
|
|
4211
4212
|
actionFunctionName?: string | undefined;
|
|
4212
|
-
systemVersion?: string | undefined;
|
|
4213
4213
|
defaultName?: string | undefined;
|
|
4214
4214
|
defaultDescription?: string | undefined;
|
|
4215
4215
|
defaultNameDescI18nMap?: Record<string, {
|
|
@@ -4220,10 +4220,10 @@ export declare const WidgetGetWidgetsOutputProtoSchema: z.ZodObject<{
|
|
|
4220
4220
|
}[] | undefined;
|
|
4221
4221
|
}, {
|
|
4222
4222
|
widgets?: {
|
|
4223
|
+
systemVersion?: string | undefined;
|
|
4223
4224
|
name?: string | undefined;
|
|
4224
4225
|
scope?: string | undefined;
|
|
4225
4226
|
actionFunctionName?: string | undefined;
|
|
4226
|
-
systemVersion?: string | undefined;
|
|
4227
4227
|
defaultName?: string | undefined;
|
|
4228
4228
|
defaultDescription?: string | undefined;
|
|
4229
4229
|
defaultNameDescI18nMap?: Record<string, {
|
|
@@ -4291,16 +4291,16 @@ export declare const CustomTabConfigProtoSchema: z.ZodObject<{
|
|
|
4291
4291
|
name?: string | undefined;
|
|
4292
4292
|
}>>>>;
|
|
4293
4293
|
}, "strip", z.ZodTypeAny, {
|
|
4294
|
+
systemVersion?: string | undefined;
|
|
4294
4295
|
name?: string | undefined;
|
|
4295
4296
|
actionFunctionName?: string | undefined;
|
|
4296
|
-
systemVersion?: string | undefined;
|
|
4297
4297
|
nameI18nMap?: Record<string, {
|
|
4298
4298
|
name?: string | undefined;
|
|
4299
4299
|
}> | undefined;
|
|
4300
4300
|
}, {
|
|
4301
|
+
systemVersion?: string | undefined;
|
|
4301
4302
|
name?: string | undefined;
|
|
4302
4303
|
actionFunctionName?: string | undefined;
|
|
4303
|
-
systemVersion?: string | undefined;
|
|
4304
4304
|
nameI18nMap?: Record<string, {
|
|
4305
4305
|
name?: string | undefined;
|
|
4306
4306
|
}> | undefined;
|
|
@@ -4321,34 +4321,34 @@ export declare const CustomTabGetCustomTabsOutputProtoSchema: z.ZodObject<{
|
|
|
4321
4321
|
name?: string | undefined;
|
|
4322
4322
|
}>>>>;
|
|
4323
4323
|
}, "strip", z.ZodTypeAny, {
|
|
4324
|
+
systemVersion?: string | undefined;
|
|
4324
4325
|
name?: string | undefined;
|
|
4325
4326
|
actionFunctionName?: string | undefined;
|
|
4326
|
-
systemVersion?: string | undefined;
|
|
4327
4327
|
nameI18nMap?: Record<string, {
|
|
4328
4328
|
name?: string | undefined;
|
|
4329
4329
|
}> | undefined;
|
|
4330
4330
|
}, {
|
|
4331
|
+
systemVersion?: string | undefined;
|
|
4331
4332
|
name?: string | undefined;
|
|
4332
4333
|
actionFunctionName?: string | undefined;
|
|
4333
|
-
systemVersion?: string | undefined;
|
|
4334
4334
|
nameI18nMap?: Record<string, {
|
|
4335
4335
|
name?: string | undefined;
|
|
4336
4336
|
}> | undefined;
|
|
4337
4337
|
}>>, "many">>;
|
|
4338
4338
|
}, "strip", z.ZodTypeAny, {
|
|
4339
4339
|
customTabs?: {
|
|
4340
|
+
systemVersion?: string | undefined;
|
|
4340
4341
|
name?: string | undefined;
|
|
4341
4342
|
actionFunctionName?: string | undefined;
|
|
4342
|
-
systemVersion?: string | undefined;
|
|
4343
4343
|
nameI18nMap?: Record<string, {
|
|
4344
4344
|
name?: string | undefined;
|
|
4345
4345
|
}> | undefined;
|
|
4346
4346
|
}[] | undefined;
|
|
4347
4347
|
}, {
|
|
4348
4348
|
customTabs?: {
|
|
4349
|
+
systemVersion?: string | undefined;
|
|
4349
4350
|
name?: string | undefined;
|
|
4350
4351
|
actionFunctionName?: string | undefined;
|
|
4351
|
-
systemVersion?: string | undefined;
|
|
4352
4352
|
nameI18nMap?: Record<string, {
|
|
4353
4353
|
name?: string | undefined;
|
|
4354
4354
|
}> | undefined;
|
|
@@ -4383,14 +4383,14 @@ export declare const HookConfigProtoSchema: z.ZodObject<{
|
|
|
4383
4383
|
systemVersion: z.ZodOptional<z.ZodString>;
|
|
4384
4384
|
targetId: z.ZodOptional<z.ZodString>;
|
|
4385
4385
|
}, "strip", z.ZodTypeAny, {
|
|
4386
|
+
systemVersion?: string | undefined;
|
|
4386
4387
|
type?: string | undefined;
|
|
4387
4388
|
actionFunctionName?: string | undefined;
|
|
4388
|
-
systemVersion?: string | undefined;
|
|
4389
4389
|
targetId?: string | undefined;
|
|
4390
4390
|
}, {
|
|
4391
|
+
systemVersion?: string | undefined;
|
|
4391
4392
|
type?: string | undefined;
|
|
4392
4393
|
actionFunctionName?: string | undefined;
|
|
4393
|
-
systemVersion?: string | undefined;
|
|
4394
4394
|
targetId?: string | undefined;
|
|
4395
4395
|
}>;
|
|
4396
4396
|
export type HookConfigProto = z.infer<typeof HookConfigProtoSchema>;
|
|
@@ -4403,28 +4403,28 @@ export declare const HookGetHooksOutputProtoSchema: z.ZodObject<{
|
|
|
4403
4403
|
systemVersion: z.ZodOptional<z.ZodString>;
|
|
4404
4404
|
targetId: z.ZodOptional<z.ZodString>;
|
|
4405
4405
|
}, "strip", z.ZodTypeAny, {
|
|
4406
|
+
systemVersion?: string | undefined;
|
|
4406
4407
|
type?: string | undefined;
|
|
4407
4408
|
actionFunctionName?: string | undefined;
|
|
4408
|
-
systemVersion?: string | undefined;
|
|
4409
4409
|
targetId?: string | undefined;
|
|
4410
4410
|
}, {
|
|
4411
|
+
systemVersion?: string | undefined;
|
|
4411
4412
|
type?: string | undefined;
|
|
4412
4413
|
actionFunctionName?: string | undefined;
|
|
4413
|
-
systemVersion?: string | undefined;
|
|
4414
4414
|
targetId?: string | undefined;
|
|
4415
4415
|
}>>, "many">>;
|
|
4416
4416
|
}, "strip", z.ZodTypeAny, {
|
|
4417
4417
|
hooks?: {
|
|
4418
|
+
systemVersion?: string | undefined;
|
|
4418
4419
|
type?: string | undefined;
|
|
4419
4420
|
actionFunctionName?: string | undefined;
|
|
4420
|
-
systemVersion?: string | undefined;
|
|
4421
4421
|
targetId?: string | undefined;
|
|
4422
4422
|
}[] | undefined;
|
|
4423
4423
|
}, {
|
|
4424
4424
|
hooks?: {
|
|
4425
|
+
systemVersion?: string | undefined;
|
|
4425
4426
|
type?: string | undefined;
|
|
4426
4427
|
actionFunctionName?: string | undefined;
|
|
4427
|
-
systemVersion?: string | undefined;
|
|
4428
4428
|
targetId?: string | undefined;
|
|
4429
4429
|
}[] | undefined;
|
|
4430
4430
|
}>;
|
|
@@ -4555,15 +4555,15 @@ export declare const StoreUseCaseProtoSchema: z.ZodObject<{
|
|
|
4555
4555
|
surfaceKeys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
4556
4556
|
requiredAppIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
4557
4557
|
}, "strip", z.ZodTypeAny, {
|
|
4558
|
+
description?: string | undefined;
|
|
4558
4559
|
id?: string | undefined;
|
|
4559
4560
|
title?: string | undefined;
|
|
4560
|
-
description?: string | undefined;
|
|
4561
4561
|
surfaceKeys?: string[] | undefined;
|
|
4562
4562
|
requiredAppIds?: string[] | undefined;
|
|
4563
4563
|
}, {
|
|
4564
|
+
description?: string | undefined;
|
|
4564
4565
|
id?: string | undefined;
|
|
4565
4566
|
title?: string | undefined;
|
|
4566
|
-
description?: string | undefined;
|
|
4567
4567
|
surfaceKeys?: string[] | undefined;
|
|
4568
4568
|
requiredAppIds?: string[] | undefined;
|
|
4569
4569
|
}>;
|
|
@@ -4619,14 +4619,14 @@ export declare const StoreSetupStepProtoSchema: z.ZodObject<{
|
|
|
4619
4619
|
description: z.ZodOptional<z.ZodString>;
|
|
4620
4620
|
externalUrl: z.ZodOptional<z.ZodString>;
|
|
4621
4621
|
}, "strip", z.ZodTypeAny, {
|
|
4622
|
+
description?: string | undefined;
|
|
4622
4623
|
id?: string | undefined;
|
|
4623
4624
|
title?: string | undefined;
|
|
4624
|
-
description?: string | undefined;
|
|
4625
4625
|
externalUrl?: string | undefined;
|
|
4626
4626
|
}, {
|
|
4627
|
+
description?: string | undefined;
|
|
4627
4628
|
id?: string | undefined;
|
|
4628
4629
|
title?: string | undefined;
|
|
4629
|
-
description?: string | undefined;
|
|
4630
4630
|
externalUrl?: string | undefined;
|
|
4631
4631
|
}>;
|
|
4632
4632
|
export type StoreSetupStepProto = z.infer<typeof StoreSetupStepProtoSchema>;
|
|
@@ -4657,14 +4657,14 @@ export declare const StoreSetupOverviewProtoSchema: z.ZodObject<{
|
|
|
4657
4657
|
description: z.ZodOptional<z.ZodString>;
|
|
4658
4658
|
externalUrl: z.ZodOptional<z.ZodString>;
|
|
4659
4659
|
}, "strip", z.ZodTypeAny, {
|
|
4660
|
+
description?: string | undefined;
|
|
4660
4661
|
id?: string | undefined;
|
|
4661
4662
|
title?: string | undefined;
|
|
4662
|
-
description?: string | undefined;
|
|
4663
4663
|
externalUrl?: string | undefined;
|
|
4664
4664
|
}, {
|
|
4665
|
+
description?: string | undefined;
|
|
4665
4666
|
id?: string | undefined;
|
|
4666
4667
|
title?: string | undefined;
|
|
4667
|
-
description?: string | undefined;
|
|
4668
4668
|
externalUrl?: string | undefined;
|
|
4669
4669
|
}>>, "many">>;
|
|
4670
4670
|
fields: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
@@ -4696,9 +4696,9 @@ export declare const StoreSetupOverviewProtoSchema: z.ZodObject<{
|
|
|
4696
4696
|
helpUrl?: string | undefined;
|
|
4697
4697
|
}[] | undefined;
|
|
4698
4698
|
steps?: {
|
|
4699
|
+
description?: string | undefined;
|
|
4699
4700
|
id?: string | undefined;
|
|
4700
4701
|
title?: string | undefined;
|
|
4701
|
-
description?: string | undefined;
|
|
4702
4702
|
externalUrl?: string | undefined;
|
|
4703
4703
|
}[] | undefined;
|
|
4704
4704
|
estimatedTimeText?: string | undefined;
|
|
@@ -4711,9 +4711,9 @@ export declare const StoreSetupOverviewProtoSchema: z.ZodObject<{
|
|
|
4711
4711
|
helpUrl?: string | undefined;
|
|
4712
4712
|
}[] | undefined;
|
|
4713
4713
|
steps?: {
|
|
4714
|
+
description?: string | undefined;
|
|
4714
4715
|
id?: string | undefined;
|
|
4715
4716
|
title?: string | undefined;
|
|
4716
|
-
description?: string | undefined;
|
|
4717
4717
|
externalUrl?: string | undefined;
|
|
4718
4718
|
}[] | undefined;
|
|
4719
4719
|
estimatedTimeText?: string | undefined;
|
|
@@ -4784,15 +4784,15 @@ export declare const StoreProfileI18nProtoSchema: z.ZodObject<{
|
|
|
4784
4784
|
surfaceKeys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
4785
4785
|
requiredAppIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
4786
4786
|
}, "strip", z.ZodTypeAny, {
|
|
4787
|
+
description?: string | undefined;
|
|
4787
4788
|
id?: string | undefined;
|
|
4788
4789
|
title?: string | undefined;
|
|
4789
|
-
description?: string | undefined;
|
|
4790
4790
|
surfaceKeys?: string[] | undefined;
|
|
4791
4791
|
requiredAppIds?: string[] | undefined;
|
|
4792
4792
|
}, {
|
|
4793
|
+
description?: string | undefined;
|
|
4793
4794
|
id?: string | undefined;
|
|
4794
4795
|
title?: string | undefined;
|
|
4795
|
-
description?: string | undefined;
|
|
4796
4796
|
surfaceKeys?: string[] | undefined;
|
|
4797
4797
|
requiredAppIds?: string[] | undefined;
|
|
4798
4798
|
}>>, "many">>;
|
|
@@ -4845,9 +4845,9 @@ export declare const StoreProfileI18nProtoSchema: z.ZodObject<{
|
|
|
4845
4845
|
key?: string | undefined;
|
|
4846
4846
|
}[] | undefined;
|
|
4847
4847
|
primaryUseCases?: {
|
|
4848
|
+
description?: string | undefined;
|
|
4848
4849
|
id?: string | undefined;
|
|
4849
4850
|
title?: string | undefined;
|
|
4850
|
-
description?: string | undefined;
|
|
4851
4851
|
surfaceKeys?: string[] | undefined;
|
|
4852
4852
|
requiredAppIds?: string[] | undefined;
|
|
4853
4853
|
}[] | undefined;
|
|
@@ -4876,9 +4876,9 @@ export declare const StoreProfileI18nProtoSchema: z.ZodObject<{
|
|
|
4876
4876
|
key?: string | undefined;
|
|
4877
4877
|
}[] | undefined;
|
|
4878
4878
|
primaryUseCases?: {
|
|
4879
|
+
description?: string | undefined;
|
|
4879
4880
|
id?: string | undefined;
|
|
4880
4881
|
title?: string | undefined;
|
|
4881
|
-
description?: string | undefined;
|
|
4882
4882
|
surfaceKeys?: string[] | undefined;
|
|
4883
4883
|
requiredAppIds?: string[] | undefined;
|
|
4884
4884
|
}[] | undefined;
|
|
@@ -4926,15 +4926,15 @@ export declare const StoreProfileProtoSchema: z.ZodObject<{
|
|
|
4926
4926
|
surfaceKeys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
4927
4927
|
requiredAppIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
4928
4928
|
}, "strip", z.ZodTypeAny, {
|
|
4929
|
+
description?: string | undefined;
|
|
4929
4930
|
id?: string | undefined;
|
|
4930
4931
|
title?: string | undefined;
|
|
4931
|
-
description?: string | undefined;
|
|
4932
4932
|
surfaceKeys?: string[] | undefined;
|
|
4933
4933
|
requiredAppIds?: string[] | undefined;
|
|
4934
4934
|
}, {
|
|
4935
|
+
description?: string | undefined;
|
|
4935
4936
|
id?: string | undefined;
|
|
4936
4937
|
title?: string | undefined;
|
|
4937
|
-
description?: string | undefined;
|
|
4938
4938
|
surfaceKeys?: string[] | undefined;
|
|
4939
4939
|
requiredAppIds?: string[] | undefined;
|
|
4940
4940
|
}>>, "many">>;
|
|
@@ -5003,14 +5003,14 @@ export declare const StoreProfileProtoSchema: z.ZodObject<{
|
|
|
5003
5003
|
description: z.ZodOptional<z.ZodString>;
|
|
5004
5004
|
externalUrl: z.ZodOptional<z.ZodString>;
|
|
5005
5005
|
}, "strip", z.ZodTypeAny, {
|
|
5006
|
+
description?: string | undefined;
|
|
5006
5007
|
id?: string | undefined;
|
|
5007
5008
|
title?: string | undefined;
|
|
5008
|
-
description?: string | undefined;
|
|
5009
5009
|
externalUrl?: string | undefined;
|
|
5010
5010
|
}, {
|
|
5011
|
+
description?: string | undefined;
|
|
5011
5012
|
id?: string | undefined;
|
|
5012
5013
|
title?: string | undefined;
|
|
5013
|
-
description?: string | undefined;
|
|
5014
5014
|
externalUrl?: string | undefined;
|
|
5015
5015
|
}>>, "many">>;
|
|
5016
5016
|
fields: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
@@ -5042,9 +5042,9 @@ export declare const StoreProfileProtoSchema: z.ZodObject<{
|
|
|
5042
5042
|
helpUrl?: string | undefined;
|
|
5043
5043
|
}[] | undefined;
|
|
5044
5044
|
steps?: {
|
|
5045
|
+
description?: string | undefined;
|
|
5045
5046
|
id?: string | undefined;
|
|
5046
5047
|
title?: string | undefined;
|
|
5047
|
-
description?: string | undefined;
|
|
5048
5048
|
externalUrl?: string | undefined;
|
|
5049
5049
|
}[] | undefined;
|
|
5050
5050
|
estimatedTimeText?: string | undefined;
|
|
@@ -5057,9 +5057,9 @@ export declare const StoreProfileProtoSchema: z.ZodObject<{
|
|
|
5057
5057
|
helpUrl?: string | undefined;
|
|
5058
5058
|
}[] | undefined;
|
|
5059
5059
|
steps?: {
|
|
5060
|
+
description?: string | undefined;
|
|
5060
5061
|
id?: string | undefined;
|
|
5061
5062
|
title?: string | undefined;
|
|
5062
|
-
description?: string | undefined;
|
|
5063
5063
|
externalUrl?: string | undefined;
|
|
5064
5064
|
}[] | undefined;
|
|
5065
5065
|
estimatedTimeText?: string | undefined;
|
|
@@ -5128,15 +5128,15 @@ export declare const StoreProfileProtoSchema: z.ZodObject<{
|
|
|
5128
5128
|
surfaceKeys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
5129
5129
|
requiredAppIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
5130
5130
|
}, "strip", z.ZodTypeAny, {
|
|
5131
|
+
description?: string | undefined;
|
|
5131
5132
|
id?: string | undefined;
|
|
5132
5133
|
title?: string | undefined;
|
|
5133
|
-
description?: string | undefined;
|
|
5134
5134
|
surfaceKeys?: string[] | undefined;
|
|
5135
5135
|
requiredAppIds?: string[] | undefined;
|
|
5136
5136
|
}, {
|
|
5137
|
+
description?: string | undefined;
|
|
5137
5138
|
id?: string | undefined;
|
|
5138
5139
|
title?: string | undefined;
|
|
5139
|
-
description?: string | undefined;
|
|
5140
5140
|
surfaceKeys?: string[] | undefined;
|
|
5141
5141
|
requiredAppIds?: string[] | undefined;
|
|
5142
5142
|
}>>, "many">>;
|
|
@@ -5189,9 +5189,9 @@ export declare const StoreProfileProtoSchema: z.ZodObject<{
|
|
|
5189
5189
|
key?: string | undefined;
|
|
5190
5190
|
}[] | undefined;
|
|
5191
5191
|
primaryUseCases?: {
|
|
5192
|
+
description?: string | undefined;
|
|
5192
5193
|
id?: string | undefined;
|
|
5193
5194
|
title?: string | undefined;
|
|
5194
|
-
description?: string | undefined;
|
|
5195
5195
|
surfaceKeys?: string[] | undefined;
|
|
5196
5196
|
requiredAppIds?: string[] | undefined;
|
|
5197
5197
|
}[] | undefined;
|
|
@@ -5220,9 +5220,9 @@ export declare const StoreProfileProtoSchema: z.ZodObject<{
|
|
|
5220
5220
|
key?: string | undefined;
|
|
5221
5221
|
}[] | undefined;
|
|
5222
5222
|
primaryUseCases?: {
|
|
5223
|
+
description?: string | undefined;
|
|
5223
5224
|
id?: string | undefined;
|
|
5224
5225
|
title?: string | undefined;
|
|
5225
|
-
description?: string | undefined;
|
|
5226
5226
|
surfaceKeys?: string[] | undefined;
|
|
5227
5227
|
requiredAppIds?: string[] | undefined;
|
|
5228
5228
|
}[] | undefined;
|
|
@@ -5259,9 +5259,9 @@ export declare const StoreProfileProtoSchema: z.ZodObject<{
|
|
|
5259
5259
|
key?: string | undefined;
|
|
5260
5260
|
}[] | undefined;
|
|
5261
5261
|
primaryUseCases?: {
|
|
5262
|
+
description?: string | undefined;
|
|
5262
5263
|
id?: string | undefined;
|
|
5263
5264
|
title?: string | undefined;
|
|
5264
|
-
description?: string | undefined;
|
|
5265
5265
|
surfaceKeys?: string[] | undefined;
|
|
5266
5266
|
requiredAppIds?: string[] | undefined;
|
|
5267
5267
|
}[] | undefined;
|
|
@@ -5308,9 +5308,9 @@ export declare const StoreProfileProtoSchema: z.ZodObject<{
|
|
|
5308
5308
|
helpUrl?: string | undefined;
|
|
5309
5309
|
}[] | undefined;
|
|
5310
5310
|
steps?: {
|
|
5311
|
+
description?: string | undefined;
|
|
5311
5312
|
id?: string | undefined;
|
|
5312
5313
|
title?: string | undefined;
|
|
5313
|
-
description?: string | undefined;
|
|
5314
5314
|
externalUrl?: string | undefined;
|
|
5315
5315
|
}[] | undefined;
|
|
5316
5316
|
estimatedTimeText?: string | undefined;
|
|
@@ -5325,9 +5325,9 @@ export declare const StoreProfileProtoSchema: z.ZodObject<{
|
|
|
5325
5325
|
key?: string | undefined;
|
|
5326
5326
|
}[] | undefined;
|
|
5327
5327
|
primaryUseCases?: {
|
|
5328
|
+
description?: string | undefined;
|
|
5328
5329
|
id?: string | undefined;
|
|
5329
5330
|
title?: string | undefined;
|
|
5330
|
-
description?: string | undefined;
|
|
5331
5331
|
surfaceKeys?: string[] | undefined;
|
|
5332
5332
|
requiredAppIds?: string[] | undefined;
|
|
5333
5333
|
}[] | undefined;
|
|
@@ -5364,9 +5364,9 @@ export declare const StoreProfileProtoSchema: z.ZodObject<{
|
|
|
5364
5364
|
key?: string | undefined;
|
|
5365
5365
|
}[] | undefined;
|
|
5366
5366
|
primaryUseCases?: {
|
|
5367
|
+
description?: string | undefined;
|
|
5367
5368
|
id?: string | undefined;
|
|
5368
5369
|
title?: string | undefined;
|
|
5369
|
-
description?: string | undefined;
|
|
5370
5370
|
surfaceKeys?: string[] | undefined;
|
|
5371
5371
|
requiredAppIds?: string[] | undefined;
|
|
5372
5372
|
}[] | undefined;
|
|
@@ -5413,9 +5413,9 @@ export declare const StoreProfileProtoSchema: z.ZodObject<{
|
|
|
5413
5413
|
helpUrl?: string | undefined;
|
|
5414
5414
|
}[] | undefined;
|
|
5415
5415
|
steps?: {
|
|
5416
|
+
description?: string | undefined;
|
|
5416
5417
|
id?: string | undefined;
|
|
5417
5418
|
title?: string | undefined;
|
|
5418
|
-
description?: string | undefined;
|
|
5419
5419
|
externalUrl?: string | undefined;
|
|
5420
5420
|
}[] | undefined;
|
|
5421
5421
|
estimatedTimeText?: string | undefined;
|
|
@@ -5430,9 +5430,9 @@ export declare const StoreProfileProtoSchema: z.ZodObject<{
|
|
|
5430
5430
|
key?: string | undefined;
|
|
5431
5431
|
}[] | undefined;
|
|
5432
5432
|
primaryUseCases?: {
|
|
5433
|
+
description?: string | undefined;
|
|
5433
5434
|
id?: string | undefined;
|
|
5434
5435
|
title?: string | undefined;
|
|
5435
|
-
description?: string | undefined;
|
|
5436
5436
|
surfaceKeys?: string[] | undefined;
|
|
5437
5437
|
requiredAppIds?: string[] | undefined;
|
|
5438
5438
|
}[] | undefined;
|
|
@@ -5484,15 +5484,15 @@ export declare const StoreGetProfileOutputProtoSchema: z.ZodObject<{
|
|
|
5484
5484
|
surfaceKeys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
5485
5485
|
requiredAppIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
5486
5486
|
}, "strip", z.ZodTypeAny, {
|
|
5487
|
+
description?: string | undefined;
|
|
5487
5488
|
id?: string | undefined;
|
|
5488
5489
|
title?: string | undefined;
|
|
5489
|
-
description?: string | undefined;
|
|
5490
5490
|
surfaceKeys?: string[] | undefined;
|
|
5491
5491
|
requiredAppIds?: string[] | undefined;
|
|
5492
5492
|
}, {
|
|
5493
|
+
description?: string | undefined;
|
|
5493
5494
|
id?: string | undefined;
|
|
5494
5495
|
title?: string | undefined;
|
|
5495
|
-
description?: string | undefined;
|
|
5496
5496
|
surfaceKeys?: string[] | undefined;
|
|
5497
5497
|
requiredAppIds?: string[] | undefined;
|
|
5498
5498
|
}>>, "many">>;
|
|
@@ -5561,14 +5561,14 @@ export declare const StoreGetProfileOutputProtoSchema: z.ZodObject<{
|
|
|
5561
5561
|
description: z.ZodOptional<z.ZodString>;
|
|
5562
5562
|
externalUrl: z.ZodOptional<z.ZodString>;
|
|
5563
5563
|
}, "strip", z.ZodTypeAny, {
|
|
5564
|
+
description?: string | undefined;
|
|
5564
5565
|
id?: string | undefined;
|
|
5565
5566
|
title?: string | undefined;
|
|
5566
|
-
description?: string | undefined;
|
|
5567
5567
|
externalUrl?: string | undefined;
|
|
5568
5568
|
}, {
|
|
5569
|
+
description?: string | undefined;
|
|
5569
5570
|
id?: string | undefined;
|
|
5570
5571
|
title?: string | undefined;
|
|
5571
|
-
description?: string | undefined;
|
|
5572
5572
|
externalUrl?: string | undefined;
|
|
5573
5573
|
}>>, "many">>;
|
|
5574
5574
|
fields: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
@@ -5600,9 +5600,9 @@ export declare const StoreGetProfileOutputProtoSchema: z.ZodObject<{
|
|
|
5600
5600
|
helpUrl?: string | undefined;
|
|
5601
5601
|
}[] | undefined;
|
|
5602
5602
|
steps?: {
|
|
5603
|
+
description?: string | undefined;
|
|
5603
5604
|
id?: string | undefined;
|
|
5604
5605
|
title?: string | undefined;
|
|
5605
|
-
description?: string | undefined;
|
|
5606
5606
|
externalUrl?: string | undefined;
|
|
5607
5607
|
}[] | undefined;
|
|
5608
5608
|
estimatedTimeText?: string | undefined;
|
|
@@ -5615,9 +5615,9 @@ export declare const StoreGetProfileOutputProtoSchema: z.ZodObject<{
|
|
|
5615
5615
|
helpUrl?: string | undefined;
|
|
5616
5616
|
}[] | undefined;
|
|
5617
5617
|
steps?: {
|
|
5618
|
+
description?: string | undefined;
|
|
5618
5619
|
id?: string | undefined;
|
|
5619
5620
|
title?: string | undefined;
|
|
5620
|
-
description?: string | undefined;
|
|
5621
5621
|
externalUrl?: string | undefined;
|
|
5622
5622
|
}[] | undefined;
|
|
5623
5623
|
estimatedTimeText?: string | undefined;
|
|
@@ -5686,15 +5686,15 @@ export declare const StoreGetProfileOutputProtoSchema: z.ZodObject<{
|
|
|
5686
5686
|
surfaceKeys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
5687
5687
|
requiredAppIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
5688
5688
|
}, "strip", z.ZodTypeAny, {
|
|
5689
|
+
description?: string | undefined;
|
|
5689
5690
|
id?: string | undefined;
|
|
5690
5691
|
title?: string | undefined;
|
|
5691
|
-
description?: string | undefined;
|
|
5692
5692
|
surfaceKeys?: string[] | undefined;
|
|
5693
5693
|
requiredAppIds?: string[] | undefined;
|
|
5694
5694
|
}, {
|
|
5695
|
+
description?: string | undefined;
|
|
5695
5696
|
id?: string | undefined;
|
|
5696
5697
|
title?: string | undefined;
|
|
5697
|
-
description?: string | undefined;
|
|
5698
5698
|
surfaceKeys?: string[] | undefined;
|
|
5699
5699
|
requiredAppIds?: string[] | undefined;
|
|
5700
5700
|
}>>, "many">>;
|
|
@@ -5747,9 +5747,9 @@ export declare const StoreGetProfileOutputProtoSchema: z.ZodObject<{
|
|
|
5747
5747
|
key?: string | undefined;
|
|
5748
5748
|
}[] | undefined;
|
|
5749
5749
|
primaryUseCases?: {
|
|
5750
|
+
description?: string | undefined;
|
|
5750
5751
|
id?: string | undefined;
|
|
5751
5752
|
title?: string | undefined;
|
|
5752
|
-
description?: string | undefined;
|
|
5753
5753
|
surfaceKeys?: string[] | undefined;
|
|
5754
5754
|
requiredAppIds?: string[] | undefined;
|
|
5755
5755
|
}[] | undefined;
|
|
@@ -5778,9 +5778,9 @@ export declare const StoreGetProfileOutputProtoSchema: z.ZodObject<{
|
|
|
5778
5778
|
key?: string | undefined;
|
|
5779
5779
|
}[] | undefined;
|
|
5780
5780
|
primaryUseCases?: {
|
|
5781
|
+
description?: string | undefined;
|
|
5781
5782
|
id?: string | undefined;
|
|
5782
5783
|
title?: string | undefined;
|
|
5783
|
-
description?: string | undefined;
|
|
5784
5784
|
surfaceKeys?: string[] | undefined;
|
|
5785
5785
|
requiredAppIds?: string[] | undefined;
|
|
5786
5786
|
}[] | undefined;
|
|
@@ -5817,9 +5817,9 @@ export declare const StoreGetProfileOutputProtoSchema: z.ZodObject<{
|
|
|
5817
5817
|
key?: string | undefined;
|
|
5818
5818
|
}[] | undefined;
|
|
5819
5819
|
primaryUseCases?: {
|
|
5820
|
+
description?: string | undefined;
|
|
5820
5821
|
id?: string | undefined;
|
|
5821
5822
|
title?: string | undefined;
|
|
5822
|
-
description?: string | undefined;
|
|
5823
5823
|
surfaceKeys?: string[] | undefined;
|
|
5824
5824
|
requiredAppIds?: string[] | undefined;
|
|
5825
5825
|
}[] | undefined;
|
|
@@ -5866,9 +5866,9 @@ export declare const StoreGetProfileOutputProtoSchema: z.ZodObject<{
|
|
|
5866
5866
|
helpUrl?: string | undefined;
|
|
5867
5867
|
}[] | undefined;
|
|
5868
5868
|
steps?: {
|
|
5869
|
+
description?: string | undefined;
|
|
5869
5870
|
id?: string | undefined;
|
|
5870
5871
|
title?: string | undefined;
|
|
5871
|
-
description?: string | undefined;
|
|
5872
5872
|
externalUrl?: string | undefined;
|
|
5873
5873
|
}[] | undefined;
|
|
5874
5874
|
estimatedTimeText?: string | undefined;
|
|
@@ -5883,9 +5883,9 @@ export declare const StoreGetProfileOutputProtoSchema: z.ZodObject<{
|
|
|
5883
5883
|
key?: string | undefined;
|
|
5884
5884
|
}[] | undefined;
|
|
5885
5885
|
primaryUseCases?: {
|
|
5886
|
+
description?: string | undefined;
|
|
5886
5887
|
id?: string | undefined;
|
|
5887
5888
|
title?: string | undefined;
|
|
5888
|
-
description?: string | undefined;
|
|
5889
5889
|
surfaceKeys?: string[] | undefined;
|
|
5890
5890
|
requiredAppIds?: string[] | undefined;
|
|
5891
5891
|
}[] | undefined;
|
|
@@ -5922,9 +5922,9 @@ export declare const StoreGetProfileOutputProtoSchema: z.ZodObject<{
|
|
|
5922
5922
|
key?: string | undefined;
|
|
5923
5923
|
}[] | undefined;
|
|
5924
5924
|
primaryUseCases?: {
|
|
5925
|
+
description?: string | undefined;
|
|
5925
5926
|
id?: string | undefined;
|
|
5926
5927
|
title?: string | undefined;
|
|
5927
|
-
description?: string | undefined;
|
|
5928
5928
|
surfaceKeys?: string[] | undefined;
|
|
5929
5929
|
requiredAppIds?: string[] | undefined;
|
|
5930
5930
|
}[] | undefined;
|
|
@@ -5971,9 +5971,9 @@ export declare const StoreGetProfileOutputProtoSchema: z.ZodObject<{
|
|
|
5971
5971
|
helpUrl?: string | undefined;
|
|
5972
5972
|
}[] | undefined;
|
|
5973
5973
|
steps?: {
|
|
5974
|
+
description?: string | undefined;
|
|
5974
5975
|
id?: string | undefined;
|
|
5975
5976
|
title?: string | undefined;
|
|
5976
|
-
description?: string | undefined;
|
|
5977
5977
|
externalUrl?: string | undefined;
|
|
5978
5978
|
}[] | undefined;
|
|
5979
5979
|
estimatedTimeText?: string | undefined;
|
|
@@ -5988,9 +5988,9 @@ export declare const StoreGetProfileOutputProtoSchema: z.ZodObject<{
|
|
|
5988
5988
|
key?: string | undefined;
|
|
5989
5989
|
}[] | undefined;
|
|
5990
5990
|
primaryUseCases?: {
|
|
5991
|
+
description?: string | undefined;
|
|
5991
5992
|
id?: string | undefined;
|
|
5992
5993
|
title?: string | undefined;
|
|
5993
|
-
description?: string | undefined;
|
|
5994
5994
|
surfaceKeys?: string[] | undefined;
|
|
5995
5995
|
requiredAppIds?: string[] | undefined;
|
|
5996
5996
|
}[] | undefined;
|
|
@@ -6029,9 +6029,9 @@ export declare const StoreGetProfileOutputProtoSchema: z.ZodObject<{
|
|
|
6029
6029
|
key?: string | undefined;
|
|
6030
6030
|
}[] | undefined;
|
|
6031
6031
|
primaryUseCases?: {
|
|
6032
|
+
description?: string | undefined;
|
|
6032
6033
|
id?: string | undefined;
|
|
6033
6034
|
title?: string | undefined;
|
|
6034
|
-
description?: string | undefined;
|
|
6035
6035
|
surfaceKeys?: string[] | undefined;
|
|
6036
6036
|
requiredAppIds?: string[] | undefined;
|
|
6037
6037
|
}[] | undefined;
|
|
@@ -6078,9 +6078,9 @@ export declare const StoreGetProfileOutputProtoSchema: z.ZodObject<{
|
|
|
6078
6078
|
helpUrl?: string | undefined;
|
|
6079
6079
|
}[] | undefined;
|
|
6080
6080
|
steps?: {
|
|
6081
|
+
description?: string | undefined;
|
|
6081
6082
|
id?: string | undefined;
|
|
6082
6083
|
title?: string | undefined;
|
|
6083
|
-
description?: string | undefined;
|
|
6084
6084
|
externalUrl?: string | undefined;
|
|
6085
6085
|
}[] | undefined;
|
|
6086
6086
|
estimatedTimeText?: string | undefined;
|
|
@@ -6095,9 +6095,9 @@ export declare const StoreGetProfileOutputProtoSchema: z.ZodObject<{
|
|
|
6095
6095
|
key?: string | undefined;
|
|
6096
6096
|
}[] | undefined;
|
|
6097
6097
|
primaryUseCases?: {
|
|
6098
|
+
description?: string | undefined;
|
|
6098
6099
|
id?: string | undefined;
|
|
6099
6100
|
title?: string | undefined;
|
|
6100
|
-
description?: string | undefined;
|
|
6101
6101
|
surfaceKeys?: string[] | undefined;
|
|
6102
6102
|
requiredAppIds?: string[] | undefined;
|
|
6103
6103
|
}[] | undefined;
|
|
@@ -6136,9 +6136,9 @@ export declare const StoreGetProfileOutputProtoSchema: z.ZodObject<{
|
|
|
6136
6136
|
key?: string | undefined;
|
|
6137
6137
|
}[] | undefined;
|
|
6138
6138
|
primaryUseCases?: {
|
|
6139
|
+
description?: string | undefined;
|
|
6139
6140
|
id?: string | undefined;
|
|
6140
6141
|
title?: string | undefined;
|
|
6141
|
-
description?: string | undefined;
|
|
6142
6142
|
surfaceKeys?: string[] | undefined;
|
|
6143
6143
|
requiredAppIds?: string[] | undefined;
|
|
6144
6144
|
}[] | undefined;
|
|
@@ -6185,9 +6185,9 @@ export declare const StoreGetProfileOutputProtoSchema: z.ZodObject<{
|
|
|
6185
6185
|
helpUrl?: string | undefined;
|
|
6186
6186
|
}[] | undefined;
|
|
6187
6187
|
steps?: {
|
|
6188
|
+
description?: string | undefined;
|
|
6188
6189
|
id?: string | undefined;
|
|
6189
6190
|
title?: string | undefined;
|
|
6190
|
-
description?: string | undefined;
|
|
6191
6191
|
externalUrl?: string | undefined;
|
|
6192
6192
|
}[] | undefined;
|
|
6193
6193
|
estimatedTimeText?: string | undefined;
|
|
@@ -6202,9 +6202,9 @@ export declare const StoreGetProfileOutputProtoSchema: z.ZodObject<{
|
|
|
6202
6202
|
key?: string | undefined;
|
|
6203
6203
|
}[] | undefined;
|
|
6204
6204
|
primaryUseCases?: {
|
|
6205
|
+
description?: string | undefined;
|
|
6205
6206
|
id?: string | undefined;
|
|
6206
6207
|
title?: string | undefined;
|
|
6207
|
-
description?: string | undefined;
|
|
6208
6208
|
surfaceKeys?: string[] | undefined;
|
|
6209
6209
|
requiredAppIds?: string[] | undefined;
|
|
6210
6210
|
}[] | undefined;
|
|
@@ -6864,8 +6864,8 @@ export declare const OrderItemProtoSchema: z.ZodObject<{
|
|
|
6864
6864
|
shippingAddressChangeable?: boolean | undefined;
|
|
6865
6865
|
}>>>;
|
|
6866
6866
|
}, "strip", z.ZodTypeAny, {
|
|
6867
|
-
id?: string | undefined;
|
|
6868
6867
|
name?: string | undefined;
|
|
6868
|
+
id?: string | undefined;
|
|
6869
6869
|
imageUrl?: string | undefined;
|
|
6870
6870
|
state?: string | undefined;
|
|
6871
6871
|
amount?: number | undefined;
|
|
@@ -6883,8 +6883,8 @@ export declare const OrderItemProtoSchema: z.ZodObject<{
|
|
|
6883
6883
|
shippingAddressChangeable?: boolean | undefined;
|
|
6884
6884
|
} | undefined;
|
|
6885
6885
|
}, {
|
|
6886
|
-
id?: string | undefined;
|
|
6887
6886
|
name?: string | undefined;
|
|
6887
|
+
id?: string | undefined;
|
|
6888
6888
|
imageUrl?: string | undefined;
|
|
6889
6889
|
state?: string | undefined;
|
|
6890
6890
|
amount?: number | undefined;
|
|
@@ -6992,8 +6992,8 @@ export declare const OrderProtoSchema: z.ZodObject<{
|
|
|
6992
6992
|
shippingAddressChangeable?: boolean | undefined;
|
|
6993
6993
|
}>>>;
|
|
6994
6994
|
}, "strip", z.ZodTypeAny, {
|
|
6995
|
-
id?: string | undefined;
|
|
6996
6995
|
name?: string | undefined;
|
|
6996
|
+
id?: string | undefined;
|
|
6997
6997
|
imageUrl?: string | undefined;
|
|
6998
6998
|
state?: string | undefined;
|
|
6999
6999
|
amount?: number | undefined;
|
|
@@ -7011,8 +7011,8 @@ export declare const OrderProtoSchema: z.ZodObject<{
|
|
|
7011
7011
|
shippingAddressChangeable?: boolean | undefined;
|
|
7012
7012
|
} | undefined;
|
|
7013
7013
|
}, {
|
|
7014
|
-
id?: string | undefined;
|
|
7015
7014
|
name?: string | undefined;
|
|
7015
|
+
id?: string | undefined;
|
|
7016
7016
|
imageUrl?: string | undefined;
|
|
7017
7017
|
state?: string | undefined;
|
|
7018
7018
|
amount?: number | undefined;
|
|
@@ -7147,8 +7147,8 @@ export declare const OrderProtoSchema: z.ZodObject<{
|
|
|
7147
7147
|
title?: string | undefined;
|
|
7148
7148
|
createdAt?: number | undefined;
|
|
7149
7149
|
items?: {
|
|
7150
|
-
id?: string | undefined;
|
|
7151
7150
|
name?: string | undefined;
|
|
7151
|
+
id?: string | undefined;
|
|
7152
7152
|
imageUrl?: string | undefined;
|
|
7153
7153
|
state?: string | undefined;
|
|
7154
7154
|
amount?: number | undefined;
|
|
@@ -7211,8 +7211,8 @@ export declare const OrderProtoSchema: z.ZodObject<{
|
|
|
7211
7211
|
title?: string | undefined;
|
|
7212
7212
|
createdAt?: number | undefined;
|
|
7213
7213
|
items?: {
|
|
7214
|
-
id?: string | undefined;
|
|
7215
7214
|
name?: string | undefined;
|
|
7215
|
+
id?: string | undefined;
|
|
7216
7216
|
imageUrl?: string | undefined;
|
|
7217
7217
|
state?: string | undefined;
|
|
7218
7218
|
amount?: number | undefined;
|
|
@@ -7808,8 +7808,8 @@ export declare const OrderGetOrdersOutputProtoSchema: z.ZodObject<{
|
|
|
7808
7808
|
shippingAddressChangeable?: boolean | undefined;
|
|
7809
7809
|
}>>>;
|
|
7810
7810
|
}, "strip", z.ZodTypeAny, {
|
|
7811
|
-
id?: string | undefined;
|
|
7812
7811
|
name?: string | undefined;
|
|
7812
|
+
id?: string | undefined;
|
|
7813
7813
|
imageUrl?: string | undefined;
|
|
7814
7814
|
state?: string | undefined;
|
|
7815
7815
|
amount?: number | undefined;
|
|
@@ -7827,8 +7827,8 @@ export declare const OrderGetOrdersOutputProtoSchema: z.ZodObject<{
|
|
|
7827
7827
|
shippingAddressChangeable?: boolean | undefined;
|
|
7828
7828
|
} | undefined;
|
|
7829
7829
|
}, {
|
|
7830
|
-
id?: string | undefined;
|
|
7831
7830
|
name?: string | undefined;
|
|
7831
|
+
id?: string | undefined;
|
|
7832
7832
|
imageUrl?: string | undefined;
|
|
7833
7833
|
state?: string | undefined;
|
|
7834
7834
|
amount?: number | undefined;
|
|
@@ -7963,8 +7963,8 @@ export declare const OrderGetOrdersOutputProtoSchema: z.ZodObject<{
|
|
|
7963
7963
|
title?: string | undefined;
|
|
7964
7964
|
createdAt?: number | undefined;
|
|
7965
7965
|
items?: {
|
|
7966
|
-
id?: string | undefined;
|
|
7967
7966
|
name?: string | undefined;
|
|
7967
|
+
id?: string | undefined;
|
|
7968
7968
|
imageUrl?: string | undefined;
|
|
7969
7969
|
state?: string | undefined;
|
|
7970
7970
|
amount?: number | undefined;
|
|
@@ -8027,8 +8027,8 @@ export declare const OrderGetOrdersOutputProtoSchema: z.ZodObject<{
|
|
|
8027
8027
|
title?: string | undefined;
|
|
8028
8028
|
createdAt?: number | undefined;
|
|
8029
8029
|
items?: {
|
|
8030
|
-
id?: string | undefined;
|
|
8031
8030
|
name?: string | undefined;
|
|
8031
|
+
id?: string | undefined;
|
|
8032
8032
|
imageUrl?: string | undefined;
|
|
8033
8033
|
state?: string | undefined;
|
|
8034
8034
|
amount?: number | undefined;
|
|
@@ -8093,8 +8093,8 @@ export declare const OrderGetOrdersOutputProtoSchema: z.ZodObject<{
|
|
|
8093
8093
|
title?: string | undefined;
|
|
8094
8094
|
createdAt?: number | undefined;
|
|
8095
8095
|
items?: {
|
|
8096
|
-
id?: string | undefined;
|
|
8097
8096
|
name?: string | undefined;
|
|
8097
|
+
id?: string | undefined;
|
|
8098
8098
|
imageUrl?: string | undefined;
|
|
8099
8099
|
state?: string | undefined;
|
|
8100
8100
|
amount?: number | undefined;
|
|
@@ -8159,8 +8159,8 @@ export declare const OrderGetOrdersOutputProtoSchema: z.ZodObject<{
|
|
|
8159
8159
|
title?: string | undefined;
|
|
8160
8160
|
createdAt?: number | undefined;
|
|
8161
8161
|
items?: {
|
|
8162
|
-
id?: string | undefined;
|
|
8163
8162
|
name?: string | undefined;
|
|
8163
|
+
id?: string | undefined;
|
|
8164
8164
|
imageUrl?: string | undefined;
|
|
8165
8165
|
state?: string | undefined;
|
|
8166
8166
|
amount?: number | undefined;
|
|
@@ -9232,8 +9232,8 @@ export declare const OrderGetExchangeableItemsOutputProtoSchema: z.ZodObject<{
|
|
|
9232
9232
|
shippingAddressChangeable?: boolean | undefined;
|
|
9233
9233
|
}>>>;
|
|
9234
9234
|
}, "strip", z.ZodTypeAny, {
|
|
9235
|
-
id?: string | undefined;
|
|
9236
9235
|
name?: string | undefined;
|
|
9236
|
+
id?: string | undefined;
|
|
9237
9237
|
imageUrl?: string | undefined;
|
|
9238
9238
|
state?: string | undefined;
|
|
9239
9239
|
amount?: number | undefined;
|
|
@@ -9251,8 +9251,8 @@ export declare const OrderGetExchangeableItemsOutputProtoSchema: z.ZodObject<{
|
|
|
9251
9251
|
shippingAddressChangeable?: boolean | undefined;
|
|
9252
9252
|
} | undefined;
|
|
9253
9253
|
}, {
|
|
9254
|
-
id?: string | undefined;
|
|
9255
9254
|
name?: string | undefined;
|
|
9255
|
+
id?: string | undefined;
|
|
9256
9256
|
imageUrl?: string | undefined;
|
|
9257
9257
|
state?: string | undefined;
|
|
9258
9258
|
amount?: number | undefined;
|
|
@@ -9272,8 +9272,8 @@ export declare const OrderGetExchangeableItemsOutputProtoSchema: z.ZodObject<{
|
|
|
9272
9272
|
}>>, "many">>;
|
|
9273
9273
|
}, "strip", z.ZodTypeAny, {
|
|
9274
9274
|
items?: {
|
|
9275
|
-
id?: string | undefined;
|
|
9276
9275
|
name?: string | undefined;
|
|
9276
|
+
id?: string | undefined;
|
|
9277
9277
|
imageUrl?: string | undefined;
|
|
9278
9278
|
state?: string | undefined;
|
|
9279
9279
|
amount?: number | undefined;
|
|
@@ -9293,8 +9293,8 @@ export declare const OrderGetExchangeableItemsOutputProtoSchema: z.ZodObject<{
|
|
|
9293
9293
|
}[] | undefined;
|
|
9294
9294
|
}, {
|
|
9295
9295
|
items?: {
|
|
9296
|
-
id?: string | undefined;
|
|
9297
9296
|
name?: string | undefined;
|
|
9297
|
+
id?: string | undefined;
|
|
9298
9298
|
imageUrl?: string | undefined;
|
|
9299
9299
|
state?: string | undefined;
|
|
9300
9300
|
amount?: number | undefined;
|
|
@@ -10392,14 +10392,14 @@ export declare const MessagingOnMediumMessageCreatedInputProtoSchema: z.ZodObjec
|
|
|
10392
10392
|
operationTotalReplyTime: z.ZodOptional<z.ZodString>;
|
|
10393
10393
|
firstAssigneeIdAfterOpen: z.ZodOptional<z.ZodString>;
|
|
10394
10394
|
}, "strip", z.ZodTypeAny, {
|
|
10395
|
+
name?: string | undefined;
|
|
10396
|
+
description?: string | undefined;
|
|
10395
10397
|
id?: string | undefined;
|
|
10396
10398
|
channelId?: string | undefined;
|
|
10397
10399
|
userId?: string | undefined;
|
|
10398
10400
|
mediumType?: string | undefined;
|
|
10399
10401
|
title?: string | undefined;
|
|
10400
|
-
name?: string | undefined;
|
|
10401
10402
|
expiresAt?: string | undefined;
|
|
10402
|
-
description?: string | undefined;
|
|
10403
10403
|
profile?: Record<string, any> | undefined;
|
|
10404
10404
|
updatedAt?: string | undefined;
|
|
10405
10405
|
tags?: string[] | undefined;
|
|
@@ -10453,14 +10453,14 @@ export declare const MessagingOnMediumMessageCreatedInputProtoSchema: z.ZodObjec
|
|
|
10453
10453
|
operationTotalReplyTime?: string | undefined;
|
|
10454
10454
|
firstAssigneeIdAfterOpen?: string | undefined;
|
|
10455
10455
|
}, {
|
|
10456
|
+
name?: string | undefined;
|
|
10457
|
+
description?: string | undefined;
|
|
10456
10458
|
id?: string | undefined;
|
|
10457
10459
|
channelId?: string | undefined;
|
|
10458
10460
|
userId?: string | undefined;
|
|
10459
10461
|
mediumType?: string | undefined;
|
|
10460
10462
|
title?: string | undefined;
|
|
10461
|
-
name?: string | undefined;
|
|
10462
10463
|
expiresAt?: string | undefined;
|
|
10463
|
-
description?: string | undefined;
|
|
10464
10464
|
profile?: Record<string, any> | undefined;
|
|
10465
10465
|
updatedAt?: string | undefined;
|
|
10466
10466
|
tags?: string[] | undefined;
|
|
@@ -10767,79 +10767,15 @@ export declare const MessagingOnMediumMessageCreatedInputProtoSchema: z.ZodObjec
|
|
|
10767
10767
|
errorCode?: string | undefined;
|
|
10768
10768
|
}>>;
|
|
10769
10769
|
}, "strip", z.ZodTypeAny, {
|
|
10770
|
-
|
|
10771
|
-
|
|
10772
|
-
|
|
10773
|
-
id?: string | undefined;
|
|
10774
|
-
channelId?: string | undefined;
|
|
10775
|
-
form?: Record<string, any> | undefined;
|
|
10776
|
-
blocks?: Record<string, any>[] | undefined;
|
|
10777
|
-
updatedAt?: string | undefined;
|
|
10778
|
-
version?: string | undefined;
|
|
10779
|
-
state?: "MESSAGE_STATE_UNSPECIFIED" | "MESSAGE_STATE_SENDING" | "MESSAGE_STATE_SENT" | "MESSAGE_STATE_FAILED" | "MESSAGE_STATE_REMOVED" | undefined;
|
|
10780
|
-
createdAt?: string | undefined;
|
|
10781
|
-
alf?: {
|
|
10782
|
-
type?: "ALF_MESSAGE_TYPE_UNSPECIFIED" | "ALF_MESSAGE_TYPE_COMPLETE" | "ALF_MESSAGE_TYPE_RAG" | "ALF_MESSAGE_TYPE_INCOMPLETE" | "ALF_MESSAGE_TYPE_IMPOSSIBLE" | "ALF_MESSAGE_TYPE_COMMAND" | "ALF_MESSAGE_TYPE_FAQ" | "ALF_MESSAGE_TYPE_FAILED" | "ALF_MESSAGE_TYPE_RATE_LIMITED" | "ALF_MESSAGE_TYPE_OPEN_USER_CHAT" | "ALF_MESSAGE_TYPE_SYSTEM" | undefined;
|
|
10783
|
-
handlingId?: string | undefined;
|
|
10784
|
-
references?: Record<string, any>[] | undefined;
|
|
10785
|
-
mentionAlfAnswered?: boolean | undefined;
|
|
10786
|
-
} | undefined;
|
|
10787
|
-
log?: Record<string, any> | undefined;
|
|
10788
|
-
meet?: {
|
|
10789
|
-
id?: string | undefined;
|
|
10790
|
-
country?: string | undefined;
|
|
10791
|
-
state?: "MESSAGE_MEET_STATE_UNSPECIFIED" | "MESSAGE_MEET_STATE_LIVE" | "MESSAGE_MEET_STATE_ENDED" | "MESSAGE_MEET_STATE_TRANSCRIBING" | "MESSAGE_MEET_STATE_TRANSCRIBED" | "MESSAGE_MEET_STATE_TRANSCRIBE_FAILED" | undefined;
|
|
10792
|
-
call?: Record<string, any> | undefined;
|
|
10793
|
-
mode?: "MEET_MODE_UNSPECIFIED" | "MEET_MODE_AUDIO" | "MEET_MODE_VIDEO" | undefined;
|
|
10794
|
-
recording?: Record<string, any> | undefined;
|
|
10795
|
-
managerIds?: string[] | undefined;
|
|
10796
|
-
roomStartedAt?: string | undefined;
|
|
10797
|
-
amassedPersons?: string[] | undefined;
|
|
10798
|
-
} | undefined;
|
|
10799
|
-
files?: {
|
|
10800
|
-
url?: string | undefined;
|
|
10801
|
-
mime?: string | undefined;
|
|
10802
|
-
fileName?: string | undefined;
|
|
10803
|
-
}[] | undefined;
|
|
10804
|
-
chatId?: string | undefined;
|
|
10805
|
-
thread?: {
|
|
10806
|
-
id?: string | undefined;
|
|
10807
|
-
managerIds?: string[] | undefined;
|
|
10808
|
-
replyCount?: number | undefined;
|
|
10809
|
-
repliedManagerIds?: string[] | undefined;
|
|
10810
|
-
} | undefined;
|
|
10811
|
-
buttons?: {
|
|
10812
|
-
title?: string | undefined;
|
|
10813
|
-
colorVariant?: "MESSAGE_COLOR_VARIANT_UNSPECIFIED" | "MESSAGE_COLOR_VARIANT_COBALT" | "MESSAGE_COLOR_VARIANT_GREEN" | "MESSAGE_COLOR_VARIANT_ORANGE" | "MESSAGE_COLOR_VARIANT_RED" | "MESSAGE_COLOR_VARIANT_BLACK" | "MESSAGE_COLOR_VARIANT_PINK" | "MESSAGE_COLOR_VARIANT_PURPLE" | undefined;
|
|
10814
|
-
action?: Record<string, any> | undefined;
|
|
10815
|
-
}[] | undefined;
|
|
10816
|
-
webPage?: Record<string, any> | undefined;
|
|
10817
|
-
chatType?: string | undefined;
|
|
10818
|
-
personId?: string | undefined;
|
|
10819
|
-
marketing?: Record<string, any> | undefined;
|
|
10820
|
-
plainText?: string | undefined;
|
|
10821
|
-
reactions?: Record<string, any>[] | undefined;
|
|
10822
|
-
requestId?: string | undefined;
|
|
10823
|
-
alertLevel?: "MESSAGE_ALERT_LEVEL_UNSPECIFIED" | "MESSAGE_ALERT_LEVEL_ALERT" | "MESSAGE_ALERT_LEVEL_UNREAD" | "MESSAGE_ALERT_LEVEL_NONE" | undefined;
|
|
10824
|
-
personType?: string | undefined;
|
|
10825
|
-
supportBot?: Record<string, any> | undefined;
|
|
10826
|
-
writingType?: "WRITING_TYPE_UNSPECIFIED" | "WRITING_TYPE_STANDARD" | "WRITING_TYPE_CUSTOM" | "WRITING_TYPE_EMAIL" | undefined;
|
|
10827
|
-
customPayload?: {
|
|
10828
|
-
data?: Record<string, any> | undefined;
|
|
10829
|
-
paramMapper?: Record<string, any> | undefined;
|
|
10830
|
-
} | undefined;
|
|
10831
|
-
inboundEmailId?: string | undefined;
|
|
10832
|
-
errorCode?: string | undefined;
|
|
10833
|
-
} | undefined;
|
|
10834
|
-
userChat?: {
|
|
10770
|
+
userChat?: {
|
|
10771
|
+
name?: string | undefined;
|
|
10772
|
+
description?: string | undefined;
|
|
10835
10773
|
id?: string | undefined;
|
|
10836
10774
|
channelId?: string | undefined;
|
|
10837
10775
|
userId?: string | undefined;
|
|
10838
10776
|
mediumType?: string | undefined;
|
|
10839
10777
|
title?: string | undefined;
|
|
10840
|
-
name?: string | undefined;
|
|
10841
10778
|
expiresAt?: string | undefined;
|
|
10842
|
-
description?: string | undefined;
|
|
10843
10779
|
profile?: Record<string, any> | undefined;
|
|
10844
10780
|
updatedAt?: string | undefined;
|
|
10845
10781
|
tags?: string[] | undefined;
|
|
@@ -10893,7 +10829,6 @@ export declare const MessagingOnMediumMessageCreatedInputProtoSchema: z.ZodObjec
|
|
|
10893
10829
|
operationTotalReplyTime?: string | undefined;
|
|
10894
10830
|
firstAssigneeIdAfterOpen?: string | undefined;
|
|
10895
10831
|
} | undefined;
|
|
10896
|
-
}, {
|
|
10897
10832
|
message?: {
|
|
10898
10833
|
language?: string | undefined;
|
|
10899
10834
|
options?: ("MESSAGE_OPTION_UNSPECIFIED" | "MESSAGE_OPTION_ACT_AS_MANAGER" | "MESSAGE_OPTION_DISPLAY_AS_CHANNEL" | "MESSAGE_OPTION_DO_NOT_POST" | "MESSAGE_OPTION_DO_NOT_SEARCH" | "MESSAGE_OPTION_DO_NOT_SEND_APP" | "MESSAGE_OPTION_DO_NOT_UPDATE_DESK" | "MESSAGE_OPTION_IMMUTABLE" | "MESSAGE_OPTION_PRIVATE" | "MESSAGE_OPTION_SILENT_TO_MANAGER" | "MESSAGE_OPTION_SILENT_TO_USER")[] | undefined;
|
|
@@ -10958,15 +10893,16 @@ export declare const MessagingOnMediumMessageCreatedInputProtoSchema: z.ZodObjec
|
|
|
10958
10893
|
inboundEmailId?: string | undefined;
|
|
10959
10894
|
errorCode?: string | undefined;
|
|
10960
10895
|
} | undefined;
|
|
10896
|
+
}, {
|
|
10961
10897
|
userChat?: {
|
|
10898
|
+
name?: string | undefined;
|
|
10899
|
+
description?: string | undefined;
|
|
10962
10900
|
id?: string | undefined;
|
|
10963
10901
|
channelId?: string | undefined;
|
|
10964
10902
|
userId?: string | undefined;
|
|
10965
10903
|
mediumType?: string | undefined;
|
|
10966
10904
|
title?: string | undefined;
|
|
10967
|
-
name?: string | undefined;
|
|
10968
10905
|
expiresAt?: string | undefined;
|
|
10969
|
-
description?: string | undefined;
|
|
10970
10906
|
profile?: Record<string, any> | undefined;
|
|
10971
10907
|
updatedAt?: string | undefined;
|
|
10972
10908
|
tags?: string[] | undefined;
|
|
@@ -11020,6 +10956,70 @@ export declare const MessagingOnMediumMessageCreatedInputProtoSchema: z.ZodObjec
|
|
|
11020
10956
|
operationTotalReplyTime?: string | undefined;
|
|
11021
10957
|
firstAssigneeIdAfterOpen?: string | undefined;
|
|
11022
10958
|
} | undefined;
|
|
10959
|
+
message?: {
|
|
10960
|
+
language?: string | undefined;
|
|
10961
|
+
options?: ("MESSAGE_OPTION_UNSPECIFIED" | "MESSAGE_OPTION_ACT_AS_MANAGER" | "MESSAGE_OPTION_DISPLAY_AS_CHANNEL" | "MESSAGE_OPTION_DO_NOT_POST" | "MESSAGE_OPTION_DO_NOT_SEARCH" | "MESSAGE_OPTION_DO_NOT_SEND_APP" | "MESSAGE_OPTION_DO_NOT_UPDATE_DESK" | "MESSAGE_OPTION_IMMUTABLE" | "MESSAGE_OPTION_PRIVATE" | "MESSAGE_OPTION_SILENT_TO_MANAGER" | "MESSAGE_OPTION_SILENT_TO_USER")[] | undefined;
|
|
10962
|
+
id?: string | undefined;
|
|
10963
|
+
channelId?: string | undefined;
|
|
10964
|
+
form?: Record<string, any> | undefined;
|
|
10965
|
+
blocks?: Record<string, any>[] | undefined;
|
|
10966
|
+
updatedAt?: string | undefined;
|
|
10967
|
+
version?: string | undefined;
|
|
10968
|
+
state?: "MESSAGE_STATE_UNSPECIFIED" | "MESSAGE_STATE_SENDING" | "MESSAGE_STATE_SENT" | "MESSAGE_STATE_FAILED" | "MESSAGE_STATE_REMOVED" | undefined;
|
|
10969
|
+
createdAt?: string | undefined;
|
|
10970
|
+
alf?: {
|
|
10971
|
+
type?: "ALF_MESSAGE_TYPE_UNSPECIFIED" | "ALF_MESSAGE_TYPE_COMPLETE" | "ALF_MESSAGE_TYPE_RAG" | "ALF_MESSAGE_TYPE_INCOMPLETE" | "ALF_MESSAGE_TYPE_IMPOSSIBLE" | "ALF_MESSAGE_TYPE_COMMAND" | "ALF_MESSAGE_TYPE_FAQ" | "ALF_MESSAGE_TYPE_FAILED" | "ALF_MESSAGE_TYPE_RATE_LIMITED" | "ALF_MESSAGE_TYPE_OPEN_USER_CHAT" | "ALF_MESSAGE_TYPE_SYSTEM" | undefined;
|
|
10972
|
+
handlingId?: string | undefined;
|
|
10973
|
+
references?: Record<string, any>[] | undefined;
|
|
10974
|
+
mentionAlfAnswered?: boolean | undefined;
|
|
10975
|
+
} | undefined;
|
|
10976
|
+
log?: Record<string, any> | undefined;
|
|
10977
|
+
meet?: {
|
|
10978
|
+
id?: string | undefined;
|
|
10979
|
+
country?: string | undefined;
|
|
10980
|
+
state?: "MESSAGE_MEET_STATE_UNSPECIFIED" | "MESSAGE_MEET_STATE_LIVE" | "MESSAGE_MEET_STATE_ENDED" | "MESSAGE_MEET_STATE_TRANSCRIBING" | "MESSAGE_MEET_STATE_TRANSCRIBED" | "MESSAGE_MEET_STATE_TRANSCRIBE_FAILED" | undefined;
|
|
10981
|
+
call?: Record<string, any> | undefined;
|
|
10982
|
+
mode?: "MEET_MODE_UNSPECIFIED" | "MEET_MODE_AUDIO" | "MEET_MODE_VIDEO" | undefined;
|
|
10983
|
+
recording?: Record<string, any> | undefined;
|
|
10984
|
+
managerIds?: string[] | undefined;
|
|
10985
|
+
roomStartedAt?: string | undefined;
|
|
10986
|
+
amassedPersons?: string[] | undefined;
|
|
10987
|
+
} | undefined;
|
|
10988
|
+
files?: {
|
|
10989
|
+
url?: string | undefined;
|
|
10990
|
+
mime?: string | undefined;
|
|
10991
|
+
fileName?: string | undefined;
|
|
10992
|
+
}[] | undefined;
|
|
10993
|
+
chatId?: string | undefined;
|
|
10994
|
+
thread?: {
|
|
10995
|
+
id?: string | undefined;
|
|
10996
|
+
managerIds?: string[] | undefined;
|
|
10997
|
+
replyCount?: number | undefined;
|
|
10998
|
+
repliedManagerIds?: string[] | undefined;
|
|
10999
|
+
} | undefined;
|
|
11000
|
+
buttons?: {
|
|
11001
|
+
title?: string | undefined;
|
|
11002
|
+
colorVariant?: "MESSAGE_COLOR_VARIANT_UNSPECIFIED" | "MESSAGE_COLOR_VARIANT_COBALT" | "MESSAGE_COLOR_VARIANT_GREEN" | "MESSAGE_COLOR_VARIANT_ORANGE" | "MESSAGE_COLOR_VARIANT_RED" | "MESSAGE_COLOR_VARIANT_BLACK" | "MESSAGE_COLOR_VARIANT_PINK" | "MESSAGE_COLOR_VARIANT_PURPLE" | undefined;
|
|
11003
|
+
action?: Record<string, any> | undefined;
|
|
11004
|
+
}[] | undefined;
|
|
11005
|
+
webPage?: Record<string, any> | undefined;
|
|
11006
|
+
chatType?: string | undefined;
|
|
11007
|
+
personId?: string | undefined;
|
|
11008
|
+
marketing?: Record<string, any> | undefined;
|
|
11009
|
+
plainText?: string | undefined;
|
|
11010
|
+
reactions?: Record<string, any>[] | undefined;
|
|
11011
|
+
requestId?: string | undefined;
|
|
11012
|
+
alertLevel?: "MESSAGE_ALERT_LEVEL_UNSPECIFIED" | "MESSAGE_ALERT_LEVEL_ALERT" | "MESSAGE_ALERT_LEVEL_UNREAD" | "MESSAGE_ALERT_LEVEL_NONE" | undefined;
|
|
11013
|
+
personType?: string | undefined;
|
|
11014
|
+
supportBot?: Record<string, any> | undefined;
|
|
11015
|
+
writingType?: "WRITING_TYPE_UNSPECIFIED" | "WRITING_TYPE_STANDARD" | "WRITING_TYPE_CUSTOM" | "WRITING_TYPE_EMAIL" | undefined;
|
|
11016
|
+
customPayload?: {
|
|
11017
|
+
data?: Record<string, any> | undefined;
|
|
11018
|
+
paramMapper?: Record<string, any> | undefined;
|
|
11019
|
+
} | undefined;
|
|
11020
|
+
inboundEmailId?: string | undefined;
|
|
11021
|
+
errorCode?: string | undefined;
|
|
11022
|
+
} | undefined;
|
|
11023
11023
|
}>;
|
|
11024
11024
|
export type MessagingOnMediumMessageCreatedInputProto = z.infer<typeof MessagingOnMediumMessageCreatedInputProtoSchema>;
|
|
11025
11025
|
export declare const MessagingSendResultProtoSchema: z.ZodObject<{
|
|
@@ -11119,14 +11119,14 @@ export declare const MessagingInboxOnMediumUserChatClosedInputProtoSchema: z.Zod
|
|
|
11119
11119
|
operationTotalReplyTime: z.ZodOptional<z.ZodString>;
|
|
11120
11120
|
firstAssigneeIdAfterOpen: z.ZodOptional<z.ZodString>;
|
|
11121
11121
|
}, "strip", z.ZodTypeAny, {
|
|
11122
|
+
name?: string | undefined;
|
|
11123
|
+
description?: string | undefined;
|
|
11122
11124
|
id?: string | undefined;
|
|
11123
11125
|
channelId?: string | undefined;
|
|
11124
11126
|
userId?: string | undefined;
|
|
11125
11127
|
mediumType?: string | undefined;
|
|
11126
11128
|
title?: string | undefined;
|
|
11127
|
-
name?: string | undefined;
|
|
11128
11129
|
expiresAt?: string | undefined;
|
|
11129
|
-
description?: string | undefined;
|
|
11130
11130
|
profile?: Record<string, any> | undefined;
|
|
11131
11131
|
updatedAt?: string | undefined;
|
|
11132
11132
|
tags?: string[] | undefined;
|
|
@@ -11180,14 +11180,14 @@ export declare const MessagingInboxOnMediumUserChatClosedInputProtoSchema: z.Zod
|
|
|
11180
11180
|
operationTotalReplyTime?: string | undefined;
|
|
11181
11181
|
firstAssigneeIdAfterOpen?: string | undefined;
|
|
11182
11182
|
}, {
|
|
11183
|
+
name?: string | undefined;
|
|
11184
|
+
description?: string | undefined;
|
|
11183
11185
|
id?: string | undefined;
|
|
11184
11186
|
channelId?: string | undefined;
|
|
11185
11187
|
userId?: string | undefined;
|
|
11186
11188
|
mediumType?: string | undefined;
|
|
11187
11189
|
title?: string | undefined;
|
|
11188
|
-
name?: string | undefined;
|
|
11189
11190
|
expiresAt?: string | undefined;
|
|
11190
|
-
description?: string | undefined;
|
|
11191
11191
|
profile?: Record<string, any> | undefined;
|
|
11192
11192
|
updatedAt?: string | undefined;
|
|
11193
11193
|
tags?: string[] | undefined;
|
|
@@ -11243,14 +11243,14 @@ export declare const MessagingInboxOnMediumUserChatClosedInputProtoSchema: z.Zod
|
|
|
11243
11243
|
}>>;
|
|
11244
11244
|
}, "strip", z.ZodTypeAny, {
|
|
11245
11245
|
userChat?: {
|
|
11246
|
+
name?: string | undefined;
|
|
11247
|
+
description?: string | undefined;
|
|
11246
11248
|
id?: string | undefined;
|
|
11247
11249
|
channelId?: string | undefined;
|
|
11248
11250
|
userId?: string | undefined;
|
|
11249
11251
|
mediumType?: string | undefined;
|
|
11250
11252
|
title?: string | undefined;
|
|
11251
|
-
name?: string | undefined;
|
|
11252
11253
|
expiresAt?: string | undefined;
|
|
11253
|
-
description?: string | undefined;
|
|
11254
11254
|
profile?: Record<string, any> | undefined;
|
|
11255
11255
|
updatedAt?: string | undefined;
|
|
11256
11256
|
tags?: string[] | undefined;
|
|
@@ -11306,14 +11306,14 @@ export declare const MessagingInboxOnMediumUserChatClosedInputProtoSchema: z.Zod
|
|
|
11306
11306
|
} | undefined;
|
|
11307
11307
|
}, {
|
|
11308
11308
|
userChat?: {
|
|
11309
|
+
name?: string | undefined;
|
|
11310
|
+
description?: string | undefined;
|
|
11309
11311
|
id?: string | undefined;
|
|
11310
11312
|
channelId?: string | undefined;
|
|
11311
11313
|
userId?: string | undefined;
|
|
11312
11314
|
mediumType?: string | undefined;
|
|
11313
11315
|
title?: string | undefined;
|
|
11314
|
-
name?: string | undefined;
|
|
11315
11316
|
expiresAt?: string | undefined;
|
|
11316
|
-
description?: string | undefined;
|
|
11317
11317
|
profile?: Record<string, any> | undefined;
|
|
11318
11318
|
updatedAt?: string | undefined;
|
|
11319
11319
|
tags?: string[] | undefined;
|
|
@@ -11434,14 +11434,14 @@ export declare const MessagingInboxGetWritingTypesInputProtoSchema: z.ZodObject<
|
|
|
11434
11434
|
operationTotalReplyTime: z.ZodOptional<z.ZodString>;
|
|
11435
11435
|
firstAssigneeIdAfterOpen: z.ZodOptional<z.ZodString>;
|
|
11436
11436
|
}, "strip", z.ZodTypeAny, {
|
|
11437
|
+
name?: string | undefined;
|
|
11438
|
+
description?: string | undefined;
|
|
11437
11439
|
id?: string | undefined;
|
|
11438
11440
|
channelId?: string | undefined;
|
|
11439
11441
|
userId?: string | undefined;
|
|
11440
11442
|
mediumType?: string | undefined;
|
|
11441
11443
|
title?: string | undefined;
|
|
11442
|
-
name?: string | undefined;
|
|
11443
11444
|
expiresAt?: string | undefined;
|
|
11444
|
-
description?: string | undefined;
|
|
11445
11445
|
profile?: Record<string, any> | undefined;
|
|
11446
11446
|
updatedAt?: string | undefined;
|
|
11447
11447
|
tags?: string[] | undefined;
|
|
@@ -11495,14 +11495,14 @@ export declare const MessagingInboxGetWritingTypesInputProtoSchema: z.ZodObject<
|
|
|
11495
11495
|
operationTotalReplyTime?: string | undefined;
|
|
11496
11496
|
firstAssigneeIdAfterOpen?: string | undefined;
|
|
11497
11497
|
}, {
|
|
11498
|
+
name?: string | undefined;
|
|
11499
|
+
description?: string | undefined;
|
|
11498
11500
|
id?: string | undefined;
|
|
11499
11501
|
channelId?: string | undefined;
|
|
11500
11502
|
userId?: string | undefined;
|
|
11501
11503
|
mediumType?: string | undefined;
|
|
11502
11504
|
title?: string | undefined;
|
|
11503
|
-
name?: string | undefined;
|
|
11504
11505
|
expiresAt?: string | undefined;
|
|
11505
|
-
description?: string | undefined;
|
|
11506
11506
|
profile?: Record<string, any> | undefined;
|
|
11507
11507
|
updatedAt?: string | undefined;
|
|
11508
11508
|
tags?: string[] | undefined;
|
|
@@ -11558,14 +11558,14 @@ export declare const MessagingInboxGetWritingTypesInputProtoSchema: z.ZodObject<
|
|
|
11558
11558
|
}>>;
|
|
11559
11559
|
}, "strip", z.ZodTypeAny, {
|
|
11560
11560
|
userChat?: {
|
|
11561
|
+
name?: string | undefined;
|
|
11562
|
+
description?: string | undefined;
|
|
11561
11563
|
id?: string | undefined;
|
|
11562
11564
|
channelId?: string | undefined;
|
|
11563
11565
|
userId?: string | undefined;
|
|
11564
11566
|
mediumType?: string | undefined;
|
|
11565
11567
|
title?: string | undefined;
|
|
11566
|
-
name?: string | undefined;
|
|
11567
11568
|
expiresAt?: string | undefined;
|
|
11568
|
-
description?: string | undefined;
|
|
11569
11569
|
profile?: Record<string, any> | undefined;
|
|
11570
11570
|
updatedAt?: string | undefined;
|
|
11571
11571
|
tags?: string[] | undefined;
|
|
@@ -11621,14 +11621,14 @@ export declare const MessagingInboxGetWritingTypesInputProtoSchema: z.ZodObject<
|
|
|
11621
11621
|
} | undefined;
|
|
11622
11622
|
}, {
|
|
11623
11623
|
userChat?: {
|
|
11624
|
+
name?: string | undefined;
|
|
11625
|
+
description?: string | undefined;
|
|
11624
11626
|
id?: string | undefined;
|
|
11625
11627
|
channelId?: string | undefined;
|
|
11626
11628
|
userId?: string | undefined;
|
|
11627
11629
|
mediumType?: string | undefined;
|
|
11628
11630
|
title?: string | undefined;
|
|
11629
|
-
name?: string | undefined;
|
|
11630
11631
|
expiresAt?: string | undefined;
|
|
11631
|
-
description?: string | undefined;
|
|
11632
11632
|
profile?: Record<string, any> | undefined;
|
|
11633
11633
|
updatedAt?: string | undefined;
|
|
11634
11634
|
tags?: string[] | undefined;
|
|
@@ -11860,10 +11860,10 @@ export declare const MessagingInboxGetCustomEditorWamInputProtoSchema: z.ZodObje
|
|
|
11860
11860
|
}, "strip", z.ZodTypeAny, {
|
|
11861
11861
|
language?: string | undefined;
|
|
11862
11862
|
type?: "USER_TYPE_UNSPECIFIED" | "USER_TYPE_MEMBER" | "USER_TYPE_LEAD" | "USER_TYPE_UNIFIED" | undefined;
|
|
11863
|
+
name?: string | undefined;
|
|
11863
11864
|
web?: Record<string, any> | undefined;
|
|
11864
11865
|
id?: string | undefined;
|
|
11865
11866
|
channelId?: string | undefined;
|
|
11866
|
-
name?: string | undefined;
|
|
11867
11867
|
profile?: Record<string, any> | undefined;
|
|
11868
11868
|
updatedAt?: string | undefined;
|
|
11869
11869
|
tags?: string[] | undefined;
|
|
@@ -11895,10 +11895,10 @@ export declare const MessagingInboxGetCustomEditorWamInputProtoSchema: z.ZodObje
|
|
|
11895
11895
|
}, {
|
|
11896
11896
|
language?: string | undefined;
|
|
11897
11897
|
type?: "USER_TYPE_UNSPECIFIED" | "USER_TYPE_MEMBER" | "USER_TYPE_LEAD" | "USER_TYPE_UNIFIED" | undefined;
|
|
11898
|
+
name?: string | undefined;
|
|
11898
11899
|
web?: Record<string, any> | undefined;
|
|
11899
11900
|
id?: string | undefined;
|
|
11900
11901
|
channelId?: string | undefined;
|
|
11901
|
-
name?: string | undefined;
|
|
11902
11902
|
profile?: Record<string, any> | undefined;
|
|
11903
11903
|
updatedAt?: string | undefined;
|
|
11904
11904
|
tags?: string[] | undefined;
|
|
@@ -11990,14 +11990,14 @@ export declare const MessagingInboxGetCustomEditorWamInputProtoSchema: z.ZodObje
|
|
|
11990
11990
|
operationTotalReplyTime: z.ZodOptional<z.ZodString>;
|
|
11991
11991
|
firstAssigneeIdAfterOpen: z.ZodOptional<z.ZodString>;
|
|
11992
11992
|
}, "strip", z.ZodTypeAny, {
|
|
11993
|
+
name?: string | undefined;
|
|
11994
|
+
description?: string | undefined;
|
|
11993
11995
|
id?: string | undefined;
|
|
11994
11996
|
channelId?: string | undefined;
|
|
11995
11997
|
userId?: string | undefined;
|
|
11996
11998
|
mediumType?: string | undefined;
|
|
11997
11999
|
title?: string | undefined;
|
|
11998
|
-
name?: string | undefined;
|
|
11999
12000
|
expiresAt?: string | undefined;
|
|
12000
|
-
description?: string | undefined;
|
|
12001
12001
|
profile?: Record<string, any> | undefined;
|
|
12002
12002
|
updatedAt?: string | undefined;
|
|
12003
12003
|
tags?: string[] | undefined;
|
|
@@ -12051,14 +12051,14 @@ export declare const MessagingInboxGetCustomEditorWamInputProtoSchema: z.ZodObje
|
|
|
12051
12051
|
operationTotalReplyTime?: string | undefined;
|
|
12052
12052
|
firstAssigneeIdAfterOpen?: string | undefined;
|
|
12053
12053
|
}, {
|
|
12054
|
+
name?: string | undefined;
|
|
12055
|
+
description?: string | undefined;
|
|
12054
12056
|
id?: string | undefined;
|
|
12055
12057
|
channelId?: string | undefined;
|
|
12056
12058
|
userId?: string | undefined;
|
|
12057
12059
|
mediumType?: string | undefined;
|
|
12058
12060
|
title?: string | undefined;
|
|
12059
|
-
name?: string | undefined;
|
|
12060
12061
|
expiresAt?: string | undefined;
|
|
12061
|
-
description?: string | undefined;
|
|
12062
12062
|
profile?: Record<string, any> | undefined;
|
|
12063
12063
|
updatedAt?: string | undefined;
|
|
12064
12064
|
tags?: string[] | undefined;
|
|
@@ -12371,10 +12371,10 @@ export declare const MessagingInboxGetCustomEditorWamInputProtoSchema: z.ZodObje
|
|
|
12371
12371
|
user?: {
|
|
12372
12372
|
language?: string | undefined;
|
|
12373
12373
|
type?: "USER_TYPE_UNSPECIFIED" | "USER_TYPE_MEMBER" | "USER_TYPE_LEAD" | "USER_TYPE_UNIFIED" | undefined;
|
|
12374
|
+
name?: string | undefined;
|
|
12374
12375
|
web?: Record<string, any> | undefined;
|
|
12375
12376
|
id?: string | undefined;
|
|
12376
12377
|
channelId?: string | undefined;
|
|
12377
|
-
name?: string | undefined;
|
|
12378
12378
|
profile?: Record<string, any> | undefined;
|
|
12379
12379
|
updatedAt?: string | undefined;
|
|
12380
12380
|
tags?: string[] | undefined;
|
|
@@ -12404,6 +12404,68 @@ export declare const MessagingInboxGetCustomEditorWamInputProtoSchema: z.ZodObje
|
|
|
12404
12404
|
unsubscribeTexting?: boolean | undefined;
|
|
12405
12405
|
mobileNumberQualified?: boolean | undefined;
|
|
12406
12406
|
} | undefined;
|
|
12407
|
+
userChat?: {
|
|
12408
|
+
name?: string | undefined;
|
|
12409
|
+
description?: string | undefined;
|
|
12410
|
+
id?: string | undefined;
|
|
12411
|
+
channelId?: string | undefined;
|
|
12412
|
+
userId?: string | undefined;
|
|
12413
|
+
mediumType?: string | undefined;
|
|
12414
|
+
title?: string | undefined;
|
|
12415
|
+
expiresAt?: string | undefined;
|
|
12416
|
+
profile?: Record<string, any> | undefined;
|
|
12417
|
+
updatedAt?: string | undefined;
|
|
12418
|
+
tags?: string[] | undefined;
|
|
12419
|
+
version?: string | undefined;
|
|
12420
|
+
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;
|
|
12421
|
+
createdAt?: string | undefined;
|
|
12422
|
+
managerIds?: string[] | undefined;
|
|
12423
|
+
replyCount?: number | undefined;
|
|
12424
|
+
sync?: boolean | undefined;
|
|
12425
|
+
xerId?: string | undefined;
|
|
12426
|
+
source?: Record<string, any> | undefined;
|
|
12427
|
+
teamId?: string | undefined;
|
|
12428
|
+
askedAt?: string | undefined;
|
|
12429
|
+
managed?: boolean | undefined;
|
|
12430
|
+
oneStop?: boolean | undefined;
|
|
12431
|
+
closedAt?: string | undefined;
|
|
12432
|
+
handling?: Record<string, any> | undefined;
|
|
12433
|
+
mediumId?: string | undefined;
|
|
12434
|
+
openedAt?: string | undefined;
|
|
12435
|
+
priority?: string | undefined;
|
|
12436
|
+
goalState?: "USER_CHAT_GOAL_STATE_UNSPECIFIED" | "USER_CHAT_GOAL_STATE_ACHIEVED" | "USER_CHAT_GOAL_STATE_NOT_ACHIEVED" | "USER_CHAT_GOAL_STATE_WAITING" | "USER_CHAT_GOAL_STATE_NONE" | undefined;
|
|
12437
|
+
mediumKey?: string | undefined;
|
|
12438
|
+
snoozedAt?: string | undefined;
|
|
12439
|
+
assigneeId?: string | undefined;
|
|
12440
|
+
liveMeetId?: string | undefined;
|
|
12441
|
+
subtextType?: "USER_CHAT_SUBTEXT_TYPE_UNSPECIFIED" | "USER_CHAT_SUBTEXT_TYPE_DESCRIPTION" | "USER_CHAT_SUBTEXT_TYPE_INCOMING" | undefined;
|
|
12442
|
+
waitingTime?: string | undefined;
|
|
12443
|
+
avgReplyTime?: string | undefined;
|
|
12444
|
+
firstAskedAt?: string | undefined;
|
|
12445
|
+
missedReason?: "MISSED_REASON_UNSPECIFIED" | "MISSED_REASON_NOT_IN_OPERATION" | "MISSED_REASON_USER_LEFT" | "MISSED_REASON_RING_TIME_OVER" | "MISSED_REASON_RATE_LIMIT" | "MISSED_REASON_NO_OPERATOR" | undefined;
|
|
12446
|
+
deskMessageId?: string | undefined;
|
|
12447
|
+
deskUpdatedAt?: string | undefined;
|
|
12448
|
+
firstOpenedAt?: string | undefined;
|
|
12449
|
+
goalCheckedAt?: string | undefined;
|
|
12450
|
+
goalEventName?: string | undefined;
|
|
12451
|
+
mediumProfile?: Record<string, any> | undefined;
|
|
12452
|
+
frontMessageId?: string | undefined;
|
|
12453
|
+
frontUpdatedAt?: string | undefined;
|
|
12454
|
+
goalEventQuery?: Record<string, any> | undefined;
|
|
12455
|
+
mediumTopicKey?: string | undefined;
|
|
12456
|
+
resolutionTime?: string | undefined;
|
|
12457
|
+
totalReplyTime?: string | undefined;
|
|
12458
|
+
contactMediumType?: string | undefined;
|
|
12459
|
+
mediumTopicLabels?: string[] | undefined;
|
|
12460
|
+
userLastMessageId?: string | undefined;
|
|
12461
|
+
operationReplyCount?: number | undefined;
|
|
12462
|
+
operationWaitingTime?: string | undefined;
|
|
12463
|
+
operationAvgReplyTime?: string | undefined;
|
|
12464
|
+
firstRepliedAtAfterOpen?: string | undefined;
|
|
12465
|
+
operationResolutionTime?: string | undefined;
|
|
12466
|
+
operationTotalReplyTime?: string | undefined;
|
|
12467
|
+
firstAssigneeIdAfterOpen?: string | undefined;
|
|
12468
|
+
} | undefined;
|
|
12407
12469
|
message?: {
|
|
12408
12470
|
language?: string | undefined;
|
|
12409
12471
|
options?: ("MESSAGE_OPTION_UNSPECIFIED" | "MESSAGE_OPTION_ACT_AS_MANAGER" | "MESSAGE_OPTION_DISPLAY_AS_CHANNEL" | "MESSAGE_OPTION_DO_NOT_POST" | "MESSAGE_OPTION_DO_NOT_SEARCH" | "MESSAGE_OPTION_DO_NOT_SEND_APP" | "MESSAGE_OPTION_DO_NOT_UPDATE_DESK" | "MESSAGE_OPTION_IMMUTABLE" | "MESSAGE_OPTION_PRIVATE" | "MESSAGE_OPTION_SILENT_TO_MANAGER" | "MESSAGE_OPTION_SILENT_TO_USER")[] | undefined;
|
|
@@ -12468,15 +12530,55 @@ export declare const MessagingInboxGetCustomEditorWamInputProtoSchema: z.ZodObje
|
|
|
12468
12530
|
inboundEmailId?: string | undefined;
|
|
12469
12531
|
errorCode?: string | undefined;
|
|
12470
12532
|
} | undefined;
|
|
12471
|
-
|
|
12533
|
+
mediumTopicKey?: string | undefined;
|
|
12534
|
+
mediumTopicLabels?: string[] | undefined;
|
|
12535
|
+
entityType?: string | undefined;
|
|
12536
|
+
}, {
|
|
12537
|
+
user?: {
|
|
12538
|
+
language?: string | undefined;
|
|
12539
|
+
type?: "USER_TYPE_UNSPECIFIED" | "USER_TYPE_MEMBER" | "USER_TYPE_LEAD" | "USER_TYPE_UNIFIED" | undefined;
|
|
12540
|
+
name?: string | undefined;
|
|
12541
|
+
web?: Record<string, any> | undefined;
|
|
12472
12542
|
id?: string | undefined;
|
|
12473
12543
|
channelId?: string | undefined;
|
|
12474
|
-
|
|
12475
|
-
|
|
12476
|
-
|
|
12477
|
-
|
|
12478
|
-
|
|
12479
|
-
|
|
12544
|
+
profile?: Record<string, any> | undefined;
|
|
12545
|
+
updatedAt?: string | undefined;
|
|
12546
|
+
tags?: string[] | undefined;
|
|
12547
|
+
version?: string | undefined;
|
|
12548
|
+
country?: string | undefined;
|
|
12549
|
+
city?: string | undefined;
|
|
12550
|
+
province?: string | undefined;
|
|
12551
|
+
createdAt?: string | undefined;
|
|
12552
|
+
alert?: number | undefined;
|
|
12553
|
+
mobile?: Record<string, any> | undefined;
|
|
12554
|
+
unread?: number | undefined;
|
|
12555
|
+
veilId?: string | undefined;
|
|
12556
|
+
blocked?: boolean | undefined;
|
|
12557
|
+
hasChat?: boolean | undefined;
|
|
12558
|
+
latitude?: number | undefined;
|
|
12559
|
+
memberId?: string | undefined;
|
|
12560
|
+
timeZone?: string | undefined;
|
|
12561
|
+
longitude?: number | undefined;
|
|
12562
|
+
unifiedId?: string | undefined;
|
|
12563
|
+
lastSeenAt?: string | undefined;
|
|
12564
|
+
mainChatId?: string | undefined;
|
|
12565
|
+
popUpChatId?: string | undefined;
|
|
12566
|
+
hasPushToken?: boolean | undefined;
|
|
12567
|
+
sessionsCount?: number | undefined;
|
|
12568
|
+
emailQualified?: boolean | undefined;
|
|
12569
|
+
unsubscribeEmail?: boolean | undefined;
|
|
12570
|
+
unsubscribeTexting?: boolean | undefined;
|
|
12571
|
+
mobileNumberQualified?: boolean | undefined;
|
|
12572
|
+
} | undefined;
|
|
12573
|
+
userChat?: {
|
|
12574
|
+
name?: string | undefined;
|
|
12575
|
+
description?: string | undefined;
|
|
12576
|
+
id?: string | undefined;
|
|
12577
|
+
channelId?: string | undefined;
|
|
12578
|
+
userId?: string | undefined;
|
|
12579
|
+
mediumType?: string | undefined;
|
|
12580
|
+
title?: string | undefined;
|
|
12581
|
+
expiresAt?: string | undefined;
|
|
12480
12582
|
profile?: Record<string, any> | undefined;
|
|
12481
12583
|
updatedAt?: string | undefined;
|
|
12482
12584
|
tags?: string[] | undefined;
|
|
@@ -12530,46 +12632,6 @@ export declare const MessagingInboxGetCustomEditorWamInputProtoSchema: z.ZodObje
|
|
|
12530
12632
|
operationTotalReplyTime?: string | undefined;
|
|
12531
12633
|
firstAssigneeIdAfterOpen?: string | undefined;
|
|
12532
12634
|
} | undefined;
|
|
12533
|
-
mediumTopicKey?: string | undefined;
|
|
12534
|
-
mediumTopicLabels?: string[] | undefined;
|
|
12535
|
-
entityType?: string | undefined;
|
|
12536
|
-
}, {
|
|
12537
|
-
user?: {
|
|
12538
|
-
language?: string | undefined;
|
|
12539
|
-
type?: "USER_TYPE_UNSPECIFIED" | "USER_TYPE_MEMBER" | "USER_TYPE_LEAD" | "USER_TYPE_UNIFIED" | undefined;
|
|
12540
|
-
web?: Record<string, any> | undefined;
|
|
12541
|
-
id?: string | undefined;
|
|
12542
|
-
channelId?: string | undefined;
|
|
12543
|
-
name?: string | undefined;
|
|
12544
|
-
profile?: Record<string, any> | undefined;
|
|
12545
|
-
updatedAt?: string | undefined;
|
|
12546
|
-
tags?: string[] | undefined;
|
|
12547
|
-
version?: string | undefined;
|
|
12548
|
-
country?: string | undefined;
|
|
12549
|
-
city?: string | undefined;
|
|
12550
|
-
province?: string | undefined;
|
|
12551
|
-
createdAt?: string | undefined;
|
|
12552
|
-
alert?: number | undefined;
|
|
12553
|
-
mobile?: Record<string, any> | undefined;
|
|
12554
|
-
unread?: number | undefined;
|
|
12555
|
-
veilId?: string | undefined;
|
|
12556
|
-
blocked?: boolean | undefined;
|
|
12557
|
-
hasChat?: boolean | undefined;
|
|
12558
|
-
latitude?: number | undefined;
|
|
12559
|
-
memberId?: string | undefined;
|
|
12560
|
-
timeZone?: string | undefined;
|
|
12561
|
-
longitude?: number | undefined;
|
|
12562
|
-
unifiedId?: string | undefined;
|
|
12563
|
-
lastSeenAt?: string | undefined;
|
|
12564
|
-
mainChatId?: string | undefined;
|
|
12565
|
-
popUpChatId?: string | undefined;
|
|
12566
|
-
hasPushToken?: boolean | undefined;
|
|
12567
|
-
sessionsCount?: number | undefined;
|
|
12568
|
-
emailQualified?: boolean | undefined;
|
|
12569
|
-
unsubscribeEmail?: boolean | undefined;
|
|
12570
|
-
unsubscribeTexting?: boolean | undefined;
|
|
12571
|
-
mobileNumberQualified?: boolean | undefined;
|
|
12572
|
-
} | undefined;
|
|
12573
12635
|
message?: {
|
|
12574
12636
|
language?: string | undefined;
|
|
12575
12637
|
options?: ("MESSAGE_OPTION_UNSPECIFIED" | "MESSAGE_OPTION_ACT_AS_MANAGER" | "MESSAGE_OPTION_DISPLAY_AS_CHANNEL" | "MESSAGE_OPTION_DO_NOT_POST" | "MESSAGE_OPTION_DO_NOT_SEARCH" | "MESSAGE_OPTION_DO_NOT_SEND_APP" | "MESSAGE_OPTION_DO_NOT_UPDATE_DESK" | "MESSAGE_OPTION_IMMUTABLE" | "MESSAGE_OPTION_PRIVATE" | "MESSAGE_OPTION_SILENT_TO_MANAGER" | "MESSAGE_OPTION_SILENT_TO_USER")[] | undefined;
|
|
@@ -12634,68 +12696,6 @@ export declare const MessagingInboxGetCustomEditorWamInputProtoSchema: z.ZodObje
|
|
|
12634
12696
|
inboundEmailId?: string | undefined;
|
|
12635
12697
|
errorCode?: string | undefined;
|
|
12636
12698
|
} | undefined;
|
|
12637
|
-
userChat?: {
|
|
12638
|
-
id?: string | undefined;
|
|
12639
|
-
channelId?: string | undefined;
|
|
12640
|
-
userId?: string | undefined;
|
|
12641
|
-
mediumType?: string | undefined;
|
|
12642
|
-
title?: string | undefined;
|
|
12643
|
-
name?: string | undefined;
|
|
12644
|
-
expiresAt?: string | undefined;
|
|
12645
|
-
description?: string | undefined;
|
|
12646
|
-
profile?: Record<string, any> | undefined;
|
|
12647
|
-
updatedAt?: string | undefined;
|
|
12648
|
-
tags?: string[] | undefined;
|
|
12649
|
-
version?: string | undefined;
|
|
12650
|
-
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;
|
|
12651
|
-
createdAt?: string | undefined;
|
|
12652
|
-
managerIds?: string[] | undefined;
|
|
12653
|
-
replyCount?: number | undefined;
|
|
12654
|
-
sync?: boolean | undefined;
|
|
12655
|
-
xerId?: string | undefined;
|
|
12656
|
-
source?: Record<string, any> | undefined;
|
|
12657
|
-
teamId?: string | undefined;
|
|
12658
|
-
askedAt?: string | undefined;
|
|
12659
|
-
managed?: boolean | undefined;
|
|
12660
|
-
oneStop?: boolean | undefined;
|
|
12661
|
-
closedAt?: string | undefined;
|
|
12662
|
-
handling?: Record<string, any> | undefined;
|
|
12663
|
-
mediumId?: string | undefined;
|
|
12664
|
-
openedAt?: string | undefined;
|
|
12665
|
-
priority?: string | undefined;
|
|
12666
|
-
goalState?: "USER_CHAT_GOAL_STATE_UNSPECIFIED" | "USER_CHAT_GOAL_STATE_ACHIEVED" | "USER_CHAT_GOAL_STATE_NOT_ACHIEVED" | "USER_CHAT_GOAL_STATE_WAITING" | "USER_CHAT_GOAL_STATE_NONE" | undefined;
|
|
12667
|
-
mediumKey?: string | undefined;
|
|
12668
|
-
snoozedAt?: string | undefined;
|
|
12669
|
-
assigneeId?: string | undefined;
|
|
12670
|
-
liveMeetId?: string | undefined;
|
|
12671
|
-
subtextType?: "USER_CHAT_SUBTEXT_TYPE_UNSPECIFIED" | "USER_CHAT_SUBTEXT_TYPE_DESCRIPTION" | "USER_CHAT_SUBTEXT_TYPE_INCOMING" | undefined;
|
|
12672
|
-
waitingTime?: string | undefined;
|
|
12673
|
-
avgReplyTime?: string | undefined;
|
|
12674
|
-
firstAskedAt?: string | undefined;
|
|
12675
|
-
missedReason?: "MISSED_REASON_UNSPECIFIED" | "MISSED_REASON_NOT_IN_OPERATION" | "MISSED_REASON_USER_LEFT" | "MISSED_REASON_RING_TIME_OVER" | "MISSED_REASON_RATE_LIMIT" | "MISSED_REASON_NO_OPERATOR" | undefined;
|
|
12676
|
-
deskMessageId?: string | undefined;
|
|
12677
|
-
deskUpdatedAt?: string | undefined;
|
|
12678
|
-
firstOpenedAt?: string | undefined;
|
|
12679
|
-
goalCheckedAt?: string | undefined;
|
|
12680
|
-
goalEventName?: string | undefined;
|
|
12681
|
-
mediumProfile?: Record<string, any> | undefined;
|
|
12682
|
-
frontMessageId?: string | undefined;
|
|
12683
|
-
frontUpdatedAt?: string | undefined;
|
|
12684
|
-
goalEventQuery?: Record<string, any> | undefined;
|
|
12685
|
-
mediumTopicKey?: string | undefined;
|
|
12686
|
-
resolutionTime?: string | undefined;
|
|
12687
|
-
totalReplyTime?: string | undefined;
|
|
12688
|
-
contactMediumType?: string | undefined;
|
|
12689
|
-
mediumTopicLabels?: string[] | undefined;
|
|
12690
|
-
userLastMessageId?: string | undefined;
|
|
12691
|
-
operationReplyCount?: number | undefined;
|
|
12692
|
-
operationWaitingTime?: string | undefined;
|
|
12693
|
-
operationAvgReplyTime?: string | undefined;
|
|
12694
|
-
firstRepliedAtAfterOpen?: string | undefined;
|
|
12695
|
-
operationResolutionTime?: string | undefined;
|
|
12696
|
-
operationTotalReplyTime?: string | undefined;
|
|
12697
|
-
firstAssigneeIdAfterOpen?: string | undefined;
|
|
12698
|
-
} | undefined;
|
|
12699
12699
|
mediumTopicKey?: string | undefined;
|
|
12700
12700
|
mediumTopicLabels?: string[] | undefined;
|
|
12701
12701
|
entityType?: string | undefined;
|
|
@@ -12740,10 +12740,10 @@ export declare const MessagingInboxGetMediumTopicSelectorWamInputProtoSchema: z.
|
|
|
12740
12740
|
}, "strip", z.ZodTypeAny, {
|
|
12741
12741
|
language?: string | undefined;
|
|
12742
12742
|
type?: "USER_TYPE_UNSPECIFIED" | "USER_TYPE_MEMBER" | "USER_TYPE_LEAD" | "USER_TYPE_UNIFIED" | undefined;
|
|
12743
|
+
name?: string | undefined;
|
|
12743
12744
|
web?: Record<string, any> | undefined;
|
|
12744
12745
|
id?: string | undefined;
|
|
12745
12746
|
channelId?: string | undefined;
|
|
12746
|
-
name?: string | undefined;
|
|
12747
12747
|
profile?: Record<string, any> | undefined;
|
|
12748
12748
|
updatedAt?: string | undefined;
|
|
12749
12749
|
tags?: string[] | undefined;
|
|
@@ -12775,10 +12775,10 @@ export declare const MessagingInboxGetMediumTopicSelectorWamInputProtoSchema: z.
|
|
|
12775
12775
|
}, {
|
|
12776
12776
|
language?: string | undefined;
|
|
12777
12777
|
type?: "USER_TYPE_UNSPECIFIED" | "USER_TYPE_MEMBER" | "USER_TYPE_LEAD" | "USER_TYPE_UNIFIED" | undefined;
|
|
12778
|
+
name?: string | undefined;
|
|
12778
12779
|
web?: Record<string, any> | undefined;
|
|
12779
12780
|
id?: string | undefined;
|
|
12780
12781
|
channelId?: string | undefined;
|
|
12781
|
-
name?: string | undefined;
|
|
12782
12782
|
profile?: Record<string, any> | undefined;
|
|
12783
12783
|
updatedAt?: string | undefined;
|
|
12784
12784
|
tags?: string[] | undefined;
|
|
@@ -12812,10 +12812,10 @@ export declare const MessagingInboxGetMediumTopicSelectorWamInputProtoSchema: z.
|
|
|
12812
12812
|
user?: {
|
|
12813
12813
|
language?: string | undefined;
|
|
12814
12814
|
type?: "USER_TYPE_UNSPECIFIED" | "USER_TYPE_MEMBER" | "USER_TYPE_LEAD" | "USER_TYPE_UNIFIED" | undefined;
|
|
12815
|
+
name?: string | undefined;
|
|
12815
12816
|
web?: Record<string, any> | undefined;
|
|
12816
12817
|
id?: string | undefined;
|
|
12817
12818
|
channelId?: string | undefined;
|
|
12818
|
-
name?: string | undefined;
|
|
12819
12819
|
profile?: Record<string, any> | undefined;
|
|
12820
12820
|
updatedAt?: string | undefined;
|
|
12821
12821
|
tags?: string[] | undefined;
|
|
@@ -12849,10 +12849,10 @@ export declare const MessagingInboxGetMediumTopicSelectorWamInputProtoSchema: z.
|
|
|
12849
12849
|
user?: {
|
|
12850
12850
|
language?: string | undefined;
|
|
12851
12851
|
type?: "USER_TYPE_UNSPECIFIED" | "USER_TYPE_MEMBER" | "USER_TYPE_LEAD" | "USER_TYPE_UNIFIED" | undefined;
|
|
12852
|
+
name?: string | undefined;
|
|
12852
12853
|
web?: Record<string, any> | undefined;
|
|
12853
12854
|
id?: string | undefined;
|
|
12854
12855
|
channelId?: string | undefined;
|
|
12855
|
-
name?: string | undefined;
|
|
12856
12856
|
profile?: Record<string, any> | undefined;
|
|
12857
12857
|
updatedAt?: string | undefined;
|
|
12858
12858
|
tags?: string[] | undefined;
|
|
@@ -12947,14 +12947,14 @@ export declare const MessagingInboxGetMediumMessageErrorReasonInputProtoSchema:
|
|
|
12947
12947
|
operationTotalReplyTime: z.ZodOptional<z.ZodString>;
|
|
12948
12948
|
firstAssigneeIdAfterOpen: z.ZodOptional<z.ZodString>;
|
|
12949
12949
|
}, "strip", z.ZodTypeAny, {
|
|
12950
|
+
name?: string | undefined;
|
|
12951
|
+
description?: string | undefined;
|
|
12950
12952
|
id?: string | undefined;
|
|
12951
12953
|
channelId?: string | undefined;
|
|
12952
12954
|
userId?: string | undefined;
|
|
12953
12955
|
mediumType?: string | undefined;
|
|
12954
12956
|
title?: string | undefined;
|
|
12955
|
-
name?: string | undefined;
|
|
12956
12957
|
expiresAt?: string | undefined;
|
|
12957
|
-
description?: string | undefined;
|
|
12958
12958
|
profile?: Record<string, any> | undefined;
|
|
12959
12959
|
updatedAt?: string | undefined;
|
|
12960
12960
|
tags?: string[] | undefined;
|
|
@@ -13008,14 +13008,14 @@ export declare const MessagingInboxGetMediumMessageErrorReasonInputProtoSchema:
|
|
|
13008
13008
|
operationTotalReplyTime?: string | undefined;
|
|
13009
13009
|
firstAssigneeIdAfterOpen?: string | undefined;
|
|
13010
13010
|
}, {
|
|
13011
|
+
name?: string | undefined;
|
|
13012
|
+
description?: string | undefined;
|
|
13011
13013
|
id?: string | undefined;
|
|
13012
13014
|
channelId?: string | undefined;
|
|
13013
13015
|
userId?: string | undefined;
|
|
13014
13016
|
mediumType?: string | undefined;
|
|
13015
13017
|
title?: string | undefined;
|
|
13016
|
-
name?: string | undefined;
|
|
13017
13018
|
expiresAt?: string | undefined;
|
|
13018
|
-
description?: string | undefined;
|
|
13019
13019
|
profile?: Record<string, any> | undefined;
|
|
13020
13020
|
updatedAt?: string | undefined;
|
|
13021
13021
|
tags?: string[] | undefined;
|
|
@@ -13322,6 +13322,68 @@ export declare const MessagingInboxGetMediumMessageErrorReasonInputProtoSchema:
|
|
|
13322
13322
|
errorCode?: string | undefined;
|
|
13323
13323
|
}>>;
|
|
13324
13324
|
}, "strip", z.ZodTypeAny, {
|
|
13325
|
+
userChat?: {
|
|
13326
|
+
name?: string | undefined;
|
|
13327
|
+
description?: string | undefined;
|
|
13328
|
+
id?: string | undefined;
|
|
13329
|
+
channelId?: string | undefined;
|
|
13330
|
+
userId?: string | undefined;
|
|
13331
|
+
mediumType?: string | undefined;
|
|
13332
|
+
title?: string | undefined;
|
|
13333
|
+
expiresAt?: string | undefined;
|
|
13334
|
+
profile?: Record<string, any> | undefined;
|
|
13335
|
+
updatedAt?: string | undefined;
|
|
13336
|
+
tags?: string[] | undefined;
|
|
13337
|
+
version?: string | undefined;
|
|
13338
|
+
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;
|
|
13339
|
+
createdAt?: string | undefined;
|
|
13340
|
+
managerIds?: string[] | undefined;
|
|
13341
|
+
replyCount?: number | undefined;
|
|
13342
|
+
sync?: boolean | undefined;
|
|
13343
|
+
xerId?: string | undefined;
|
|
13344
|
+
source?: Record<string, any> | undefined;
|
|
13345
|
+
teamId?: string | undefined;
|
|
13346
|
+
askedAt?: string | undefined;
|
|
13347
|
+
managed?: boolean | undefined;
|
|
13348
|
+
oneStop?: boolean | undefined;
|
|
13349
|
+
closedAt?: string | undefined;
|
|
13350
|
+
handling?: Record<string, any> | undefined;
|
|
13351
|
+
mediumId?: string | undefined;
|
|
13352
|
+
openedAt?: string | undefined;
|
|
13353
|
+
priority?: string | undefined;
|
|
13354
|
+
goalState?: "USER_CHAT_GOAL_STATE_UNSPECIFIED" | "USER_CHAT_GOAL_STATE_ACHIEVED" | "USER_CHAT_GOAL_STATE_NOT_ACHIEVED" | "USER_CHAT_GOAL_STATE_WAITING" | "USER_CHAT_GOAL_STATE_NONE" | undefined;
|
|
13355
|
+
mediumKey?: string | undefined;
|
|
13356
|
+
snoozedAt?: string | undefined;
|
|
13357
|
+
assigneeId?: string | undefined;
|
|
13358
|
+
liveMeetId?: string | undefined;
|
|
13359
|
+
subtextType?: "USER_CHAT_SUBTEXT_TYPE_UNSPECIFIED" | "USER_CHAT_SUBTEXT_TYPE_DESCRIPTION" | "USER_CHAT_SUBTEXT_TYPE_INCOMING" | undefined;
|
|
13360
|
+
waitingTime?: string | undefined;
|
|
13361
|
+
avgReplyTime?: string | undefined;
|
|
13362
|
+
firstAskedAt?: string | undefined;
|
|
13363
|
+
missedReason?: "MISSED_REASON_UNSPECIFIED" | "MISSED_REASON_NOT_IN_OPERATION" | "MISSED_REASON_USER_LEFT" | "MISSED_REASON_RING_TIME_OVER" | "MISSED_REASON_RATE_LIMIT" | "MISSED_REASON_NO_OPERATOR" | undefined;
|
|
13364
|
+
deskMessageId?: string | undefined;
|
|
13365
|
+
deskUpdatedAt?: string | undefined;
|
|
13366
|
+
firstOpenedAt?: string | undefined;
|
|
13367
|
+
goalCheckedAt?: string | undefined;
|
|
13368
|
+
goalEventName?: string | undefined;
|
|
13369
|
+
mediumProfile?: Record<string, any> | undefined;
|
|
13370
|
+
frontMessageId?: string | undefined;
|
|
13371
|
+
frontUpdatedAt?: string | undefined;
|
|
13372
|
+
goalEventQuery?: Record<string, any> | undefined;
|
|
13373
|
+
mediumTopicKey?: string | undefined;
|
|
13374
|
+
resolutionTime?: string | undefined;
|
|
13375
|
+
totalReplyTime?: string | undefined;
|
|
13376
|
+
contactMediumType?: string | undefined;
|
|
13377
|
+
mediumTopicLabels?: string[] | undefined;
|
|
13378
|
+
userLastMessageId?: string | undefined;
|
|
13379
|
+
operationReplyCount?: number | undefined;
|
|
13380
|
+
operationWaitingTime?: string | undefined;
|
|
13381
|
+
operationAvgReplyTime?: string | undefined;
|
|
13382
|
+
firstRepliedAtAfterOpen?: string | undefined;
|
|
13383
|
+
operationResolutionTime?: string | undefined;
|
|
13384
|
+
operationTotalReplyTime?: string | undefined;
|
|
13385
|
+
firstAssigneeIdAfterOpen?: string | undefined;
|
|
13386
|
+
} | undefined;
|
|
13325
13387
|
message?: {
|
|
13326
13388
|
language?: string | undefined;
|
|
13327
13389
|
options?: ("MESSAGE_OPTION_UNSPECIFIED" | "MESSAGE_OPTION_ACT_AS_MANAGER" | "MESSAGE_OPTION_DISPLAY_AS_CHANNEL" | "MESSAGE_OPTION_DO_NOT_POST" | "MESSAGE_OPTION_DO_NOT_SEARCH" | "MESSAGE_OPTION_DO_NOT_SEND_APP" | "MESSAGE_OPTION_DO_NOT_UPDATE_DESK" | "MESSAGE_OPTION_IMMUTABLE" | "MESSAGE_OPTION_PRIVATE" | "MESSAGE_OPTION_SILENT_TO_MANAGER" | "MESSAGE_OPTION_SILENT_TO_USER")[] | undefined;
|
|
@@ -13386,15 +13448,16 @@ export declare const MessagingInboxGetMediumMessageErrorReasonInputProtoSchema:
|
|
|
13386
13448
|
inboundEmailId?: string | undefined;
|
|
13387
13449
|
errorCode?: string | undefined;
|
|
13388
13450
|
} | undefined;
|
|
13451
|
+
}, {
|
|
13389
13452
|
userChat?: {
|
|
13453
|
+
name?: string | undefined;
|
|
13454
|
+
description?: string | undefined;
|
|
13390
13455
|
id?: string | undefined;
|
|
13391
13456
|
channelId?: string | undefined;
|
|
13392
13457
|
userId?: string | undefined;
|
|
13393
13458
|
mediumType?: string | undefined;
|
|
13394
13459
|
title?: string | undefined;
|
|
13395
|
-
name?: string | undefined;
|
|
13396
13460
|
expiresAt?: string | undefined;
|
|
13397
|
-
description?: string | undefined;
|
|
13398
13461
|
profile?: Record<string, any> | undefined;
|
|
13399
13462
|
updatedAt?: string | undefined;
|
|
13400
13463
|
tags?: string[] | undefined;
|
|
@@ -13448,7 +13511,6 @@ export declare const MessagingInboxGetMediumMessageErrorReasonInputProtoSchema:
|
|
|
13448
13511
|
operationTotalReplyTime?: string | undefined;
|
|
13449
13512
|
firstAssigneeIdAfterOpen?: string | undefined;
|
|
13450
13513
|
} | undefined;
|
|
13451
|
-
}, {
|
|
13452
13514
|
message?: {
|
|
13453
13515
|
language?: string | undefined;
|
|
13454
13516
|
options?: ("MESSAGE_OPTION_UNSPECIFIED" | "MESSAGE_OPTION_ACT_AS_MANAGER" | "MESSAGE_OPTION_DISPLAY_AS_CHANNEL" | "MESSAGE_OPTION_DO_NOT_POST" | "MESSAGE_OPTION_DO_NOT_SEARCH" | "MESSAGE_OPTION_DO_NOT_SEND_APP" | "MESSAGE_OPTION_DO_NOT_UPDATE_DESK" | "MESSAGE_OPTION_IMMUTABLE" | "MESSAGE_OPTION_PRIVATE" | "MESSAGE_OPTION_SILENT_TO_MANAGER" | "MESSAGE_OPTION_SILENT_TO_USER")[] | undefined;
|
|
@@ -13513,68 +13575,6 @@ export declare const MessagingInboxGetMediumMessageErrorReasonInputProtoSchema:
|
|
|
13513
13575
|
inboundEmailId?: string | undefined;
|
|
13514
13576
|
errorCode?: string | undefined;
|
|
13515
13577
|
} | undefined;
|
|
13516
|
-
userChat?: {
|
|
13517
|
-
id?: string | undefined;
|
|
13518
|
-
channelId?: string | undefined;
|
|
13519
|
-
userId?: string | undefined;
|
|
13520
|
-
mediumType?: string | undefined;
|
|
13521
|
-
title?: string | undefined;
|
|
13522
|
-
name?: string | undefined;
|
|
13523
|
-
expiresAt?: string | undefined;
|
|
13524
|
-
description?: string | undefined;
|
|
13525
|
-
profile?: Record<string, any> | undefined;
|
|
13526
|
-
updatedAt?: string | undefined;
|
|
13527
|
-
tags?: string[] | undefined;
|
|
13528
|
-
version?: string | undefined;
|
|
13529
|
-
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;
|
|
13530
|
-
createdAt?: string | undefined;
|
|
13531
|
-
managerIds?: string[] | undefined;
|
|
13532
|
-
replyCount?: number | undefined;
|
|
13533
|
-
sync?: boolean | undefined;
|
|
13534
|
-
xerId?: string | undefined;
|
|
13535
|
-
source?: Record<string, any> | undefined;
|
|
13536
|
-
teamId?: string | undefined;
|
|
13537
|
-
askedAt?: string | undefined;
|
|
13538
|
-
managed?: boolean | undefined;
|
|
13539
|
-
oneStop?: boolean | undefined;
|
|
13540
|
-
closedAt?: string | undefined;
|
|
13541
|
-
handling?: Record<string, any> | undefined;
|
|
13542
|
-
mediumId?: string | undefined;
|
|
13543
|
-
openedAt?: string | undefined;
|
|
13544
|
-
priority?: string | undefined;
|
|
13545
|
-
goalState?: "USER_CHAT_GOAL_STATE_UNSPECIFIED" | "USER_CHAT_GOAL_STATE_ACHIEVED" | "USER_CHAT_GOAL_STATE_NOT_ACHIEVED" | "USER_CHAT_GOAL_STATE_WAITING" | "USER_CHAT_GOAL_STATE_NONE" | undefined;
|
|
13546
|
-
mediumKey?: string | undefined;
|
|
13547
|
-
snoozedAt?: string | undefined;
|
|
13548
|
-
assigneeId?: string | undefined;
|
|
13549
|
-
liveMeetId?: string | undefined;
|
|
13550
|
-
subtextType?: "USER_CHAT_SUBTEXT_TYPE_UNSPECIFIED" | "USER_CHAT_SUBTEXT_TYPE_DESCRIPTION" | "USER_CHAT_SUBTEXT_TYPE_INCOMING" | undefined;
|
|
13551
|
-
waitingTime?: string | undefined;
|
|
13552
|
-
avgReplyTime?: string | undefined;
|
|
13553
|
-
firstAskedAt?: string | undefined;
|
|
13554
|
-
missedReason?: "MISSED_REASON_UNSPECIFIED" | "MISSED_REASON_NOT_IN_OPERATION" | "MISSED_REASON_USER_LEFT" | "MISSED_REASON_RING_TIME_OVER" | "MISSED_REASON_RATE_LIMIT" | "MISSED_REASON_NO_OPERATOR" | undefined;
|
|
13555
|
-
deskMessageId?: string | undefined;
|
|
13556
|
-
deskUpdatedAt?: string | undefined;
|
|
13557
|
-
firstOpenedAt?: string | undefined;
|
|
13558
|
-
goalCheckedAt?: string | undefined;
|
|
13559
|
-
goalEventName?: string | undefined;
|
|
13560
|
-
mediumProfile?: Record<string, any> | undefined;
|
|
13561
|
-
frontMessageId?: string | undefined;
|
|
13562
|
-
frontUpdatedAt?: string | undefined;
|
|
13563
|
-
goalEventQuery?: Record<string, any> | undefined;
|
|
13564
|
-
mediumTopicKey?: string | undefined;
|
|
13565
|
-
resolutionTime?: string | undefined;
|
|
13566
|
-
totalReplyTime?: string | undefined;
|
|
13567
|
-
contactMediumType?: string | undefined;
|
|
13568
|
-
mediumTopicLabels?: string[] | undefined;
|
|
13569
|
-
userLastMessageId?: string | undefined;
|
|
13570
|
-
operationReplyCount?: number | undefined;
|
|
13571
|
-
operationWaitingTime?: string | undefined;
|
|
13572
|
-
operationAvgReplyTime?: string | undefined;
|
|
13573
|
-
firstRepliedAtAfterOpen?: string | undefined;
|
|
13574
|
-
operationResolutionTime?: string | undefined;
|
|
13575
|
-
operationTotalReplyTime?: string | undefined;
|
|
13576
|
-
firstAssigneeIdAfterOpen?: string | undefined;
|
|
13577
|
-
} | undefined;
|
|
13578
13578
|
}>;
|
|
13579
13579
|
export type MessagingInboxGetMediumMessageErrorReasonInputProto = z.infer<typeof MessagingInboxGetMediumMessageErrorReasonInputProtoSchema>;
|
|
13580
13580
|
export declare const MessagingInboxGetMediumMessageErrorReasonOutputProtoSchema: z.ZodObject<{
|
|
@@ -14129,10 +14129,10 @@ export declare const MessagingPrebuiltBuildMediumTopicsInputProtoSchema: z.ZodOb
|
|
|
14129
14129
|
}, "strip", z.ZodTypeAny, {
|
|
14130
14130
|
language?: string | undefined;
|
|
14131
14131
|
type?: "USER_TYPE_UNSPECIFIED" | "USER_TYPE_MEMBER" | "USER_TYPE_LEAD" | "USER_TYPE_UNIFIED" | undefined;
|
|
14132
|
+
name?: string | undefined;
|
|
14132
14133
|
web?: Record<string, any> | undefined;
|
|
14133
14134
|
id?: string | undefined;
|
|
14134
14135
|
channelId?: string | undefined;
|
|
14135
|
-
name?: string | undefined;
|
|
14136
14136
|
profile?: Record<string, any> | undefined;
|
|
14137
14137
|
updatedAt?: string | undefined;
|
|
14138
14138
|
tags?: string[] | undefined;
|
|
@@ -14164,10 +14164,10 @@ export declare const MessagingPrebuiltBuildMediumTopicsInputProtoSchema: z.ZodOb
|
|
|
14164
14164
|
}, {
|
|
14165
14165
|
language?: string | undefined;
|
|
14166
14166
|
type?: "USER_TYPE_UNSPECIFIED" | "USER_TYPE_MEMBER" | "USER_TYPE_LEAD" | "USER_TYPE_UNIFIED" | undefined;
|
|
14167
|
+
name?: string | undefined;
|
|
14167
14168
|
web?: Record<string, any> | undefined;
|
|
14168
14169
|
id?: string | undefined;
|
|
14169
14170
|
channelId?: string | undefined;
|
|
14170
|
-
name?: string | undefined;
|
|
14171
14171
|
profile?: Record<string, any> | undefined;
|
|
14172
14172
|
updatedAt?: string | undefined;
|
|
14173
14173
|
tags?: string[] | undefined;
|
|
@@ -14203,10 +14203,10 @@ export declare const MessagingPrebuiltBuildMediumTopicsInputProtoSchema: z.ZodOb
|
|
|
14203
14203
|
user?: {
|
|
14204
14204
|
language?: string | undefined;
|
|
14205
14205
|
type?: "USER_TYPE_UNSPECIFIED" | "USER_TYPE_MEMBER" | "USER_TYPE_LEAD" | "USER_TYPE_UNIFIED" | undefined;
|
|
14206
|
+
name?: string | undefined;
|
|
14206
14207
|
web?: Record<string, any> | undefined;
|
|
14207
14208
|
id?: string | undefined;
|
|
14208
14209
|
channelId?: string | undefined;
|
|
14209
|
-
name?: string | undefined;
|
|
14210
14210
|
profile?: Record<string, any> | undefined;
|
|
14211
14211
|
updatedAt?: string | undefined;
|
|
14212
14212
|
tags?: string[] | undefined;
|
|
@@ -14242,10 +14242,10 @@ export declare const MessagingPrebuiltBuildMediumTopicsInputProtoSchema: z.ZodOb
|
|
|
14242
14242
|
user?: {
|
|
14243
14243
|
language?: string | undefined;
|
|
14244
14244
|
type?: "USER_TYPE_UNSPECIFIED" | "USER_TYPE_MEMBER" | "USER_TYPE_LEAD" | "USER_TYPE_UNIFIED" | undefined;
|
|
14245
|
+
name?: string | undefined;
|
|
14245
14246
|
web?: Record<string, any> | undefined;
|
|
14246
14247
|
id?: string | undefined;
|
|
14247
14248
|
channelId?: string | undefined;
|
|
14248
|
-
name?: string | undefined;
|
|
14249
14249
|
profile?: Record<string, any> | undefined;
|
|
14250
14250
|
updatedAt?: string | undefined;
|
|
14251
14251
|
tags?: string[] | undefined;
|