@kl1/contracts 1.1.80-uat → 1.1.82-uat
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/api-contracts/src/chat/index.d.ts +51 -0
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/schema.d.ts +14 -0
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +27 -0
- package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/contract.d.ts +160 -10
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/index.d.ts +8 -8
- package/dist/api-contracts/src/dashboard/schema.d.ts +8 -8
- package/dist/api-contracts/src/facebook-feed/index.d.ts +17 -0
- package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/index.d.ts +17 -0
- package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/index.d.ts +17 -0
- package/dist/api-contracts/src/line/index.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/index.d.ts +17 -0
- package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
- package/dist/api-contracts/src/role/index.d.ts +25 -1
- package/dist/api-contracts/src/role/index.d.ts.map +1 -1
- package/dist/api-contracts/src/role/schema.d.ts +26 -0
- package/dist/api-contracts/src/role/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/sms/index.d.ts +5 -0
- package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
- package/dist/api-contracts/src/subscription/index.d.ts +5 -0
- package/dist/api-contracts/src/subscription/index.d.ts.map +1 -1
- package/dist/api-contracts/src/viber/index.d.ts +17 -0
- package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
- package/dist/api-contracts/src/webchat/index.d.ts +17 -0
- package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
- package/dist/index.js +15 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +15 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -11928,23 +11928,23 @@ export declare const apiContract: {
|
|
11928
11928
|
result: import("zod").ZodNullable<import("zod").ZodString>;
|
11929
11929
|
count: import("zod").ZodNullable<import("zod").ZodString>;
|
11930
11930
|
}, "strip", import("zod").ZodTypeAny, {
|
11931
|
-
result: string | null;
|
11932
11931
|
count: string | null;
|
11933
|
-
}, {
|
11934
11932
|
result: string | null;
|
11933
|
+
}, {
|
11935
11934
|
count: string | null;
|
11935
|
+
result: string | null;
|
11936
11936
|
}>>, "many">>;
|
11937
11937
|
}>, "strip", import("zod").ZodTypeAny, {
|
11938
11938
|
requestId: string;
|
11939
11939
|
callEndResults?: ({
|
11940
|
-
result: string | null;
|
11941
11940
|
count: string | null;
|
11941
|
+
result: string | null;
|
11942
11942
|
} | undefined)[] | undefined;
|
11943
11943
|
}, {
|
11944
11944
|
requestId: string;
|
11945
11945
|
callEndResults?: ({
|
11946
|
-
result: string | null;
|
11947
11946
|
count: string | null;
|
11947
|
+
result: string | null;
|
11948
11948
|
} | undefined)[] | undefined;
|
11949
11949
|
}>;
|
11950
11950
|
401: import("zod").ZodObject<{
|
@@ -12310,26 +12310,26 @@ export declare const apiContract: {
|
|
12310
12310
|
channelType: import("zod").ZodNullable<import("zod").ZodString>;
|
12311
12311
|
count: import("zod").ZodNullable<import("zod").ZodString>;
|
12312
12312
|
}, "strip", import("zod").ZodTypeAny, {
|
12313
|
-
channelType: string | null;
|
12314
12313
|
count: string | null;
|
12314
|
+
channelType: string | null;
|
12315
12315
|
channelName: string | null;
|
12316
12316
|
}, {
|
12317
|
-
channelType: string | null;
|
12318
12317
|
count: string | null;
|
12318
|
+
channelType: string | null;
|
12319
12319
|
channelName: string | null;
|
12320
12320
|
}>, "many">;
|
12321
12321
|
}>, "strip", import("zod").ZodTypeAny, {
|
12322
12322
|
requestId: string;
|
12323
12323
|
incomingMessageCounts: {
|
12324
|
-
channelType: string | null;
|
12325
12324
|
count: string | null;
|
12325
|
+
channelType: string | null;
|
12326
12326
|
channelName: string | null;
|
12327
12327
|
}[];
|
12328
12328
|
}, {
|
12329
12329
|
requestId: string;
|
12330
12330
|
incomingMessageCounts: {
|
12331
|
-
channelType: string | null;
|
12332
12331
|
count: string | null;
|
12332
|
+
channelType: string | null;
|
12333
12333
|
channelName: string | null;
|
12334
12334
|
}[];
|
12335
12335
|
}>;
|
@@ -12882,7 +12882,7 @@ export declare const apiContract: {
|
|
12882
12882
|
'x-client-timezone'?: string | undefined;
|
12883
12883
|
}>>>;
|
12884
12884
|
responses: {
|
12885
|
-
200: import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
12885
|
+
200: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
12886
12886
|
page: import("zod").ZodDefault<import("zod").ZodNumber>;
|
12887
12887
|
pageSize: import("zod").ZodDefault<import("zod").ZodNumber>;
|
12888
12888
|
total: import("zod").ZodNumber;
|
@@ -12923,6 +12923,20 @@ export declare const apiContract: {
|
|
12923
12923
|
displayName: string;
|
12924
12924
|
}[];
|
12925
12925
|
}>, "many">;
|
12926
|
+
}>, {
|
12927
|
+
roleUserCount: import("zod").ZodArray<import("zod").ZodObject<{
|
12928
|
+
roleId: import("zod").ZodString;
|
12929
|
+
systemName: import("zod").ZodString;
|
12930
|
+
count: import("zod").ZodNumber;
|
12931
|
+
}, "strip", import("zod").ZodTypeAny, {
|
12932
|
+
systemName: string;
|
12933
|
+
roleId: string;
|
12934
|
+
count: number;
|
12935
|
+
}, {
|
12936
|
+
systemName: string;
|
12937
|
+
roleId: string;
|
12938
|
+
count: number;
|
12939
|
+
}>, "many">;
|
12926
12940
|
}>, "strip", import("zod").ZodTypeAny, {
|
12927
12941
|
data: {
|
12928
12942
|
id: string;
|
@@ -12945,6 +12959,11 @@ export declare const apiContract: {
|
|
12945
12959
|
total: number;
|
12946
12960
|
page: number;
|
12947
12961
|
pageSize: number;
|
12962
|
+
roleUserCount: {
|
12963
|
+
systemName: string;
|
12964
|
+
roleId: string;
|
12965
|
+
count: number;
|
12966
|
+
}[];
|
12948
12967
|
lastPage?: number | null | undefined;
|
12949
12968
|
}, {
|
12950
12969
|
data: {
|
@@ -12966,6 +12985,11 @@ export declare const apiContract: {
|
|
12966
12985
|
}[];
|
12967
12986
|
}[];
|
12968
12987
|
total: number;
|
12988
|
+
roleUserCount: {
|
12989
|
+
systemName: string;
|
12990
|
+
roleId: string;
|
12991
|
+
count: number;
|
12992
|
+
}[];
|
12969
12993
|
page?: number | undefined;
|
12970
12994
|
pageSize?: number | undefined;
|
12971
12995
|
lastPage?: number | null | undefined;
|
@@ -78655,12 +78679,14 @@ export declare const platformContract: {
|
|
78655
78679
|
editedMessageId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
78656
78680
|
isEdited: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
78657
78681
|
editedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
78682
|
+
label: import("zod").ZodOptional<import("zod").ZodString>;
|
78658
78683
|
}, "strip", import("zod").ZodTypeAny, {
|
78659
78684
|
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
78660
78685
|
direction: "incoming" | "outgoing" | "system";
|
78661
78686
|
message?: string | undefined;
|
78662
78687
|
id?: string | undefined;
|
78663
78688
|
url?: string | undefined;
|
78689
|
+
label?: string | undefined;
|
78664
78690
|
template?: any;
|
78665
78691
|
metadata?: any;
|
78666
78692
|
upload?: {
|
@@ -78695,6 +78721,7 @@ export declare const platformContract: {
|
|
78695
78721
|
message?: string | undefined;
|
78696
78722
|
id?: string | undefined;
|
78697
78723
|
url?: string | undefined;
|
78724
|
+
label?: string | undefined;
|
78698
78725
|
template?: any;
|
78699
78726
|
metadata?: any;
|
78700
78727
|
upload?: {
|
@@ -78731,6 +78758,7 @@ export declare const platformContract: {
|
|
78731
78758
|
message?: string | undefined;
|
78732
78759
|
id?: string | undefined;
|
78733
78760
|
url?: string | undefined;
|
78761
|
+
label?: string | undefined;
|
78734
78762
|
template?: any;
|
78735
78763
|
metadata?: any;
|
78736
78764
|
upload?: {
|
@@ -78842,6 +78870,7 @@ export declare const platformContract: {
|
|
78842
78870
|
message?: string | undefined;
|
78843
78871
|
id?: string | undefined;
|
78844
78872
|
url?: string | undefined;
|
78873
|
+
label?: string | undefined;
|
78845
78874
|
template?: any;
|
78846
78875
|
metadata?: any;
|
78847
78876
|
upload?: {
|
@@ -83636,6 +83665,7 @@ export declare const platformContract: {
|
|
83636
83665
|
isActive: boolean;
|
83637
83666
|
}>;
|
83638
83667
|
editedMessageid: import("zod").ZodString;
|
83668
|
+
label: import("zod").ZodOptional<import("zod").ZodString>;
|
83639
83669
|
}>, {
|
83640
83670
|
fromMessage: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
83641
83671
|
id: import("zod").ZodString;
|
@@ -88320,6 +88350,7 @@ export declare const platformContract: {
|
|
88320
88350
|
isActive: boolean;
|
88321
88351
|
}>;
|
88322
88352
|
editedMessageid: import("zod").ZodString;
|
88353
|
+
label: import("zod").ZodOptional<import("zod").ZodString>;
|
88323
88354
|
}>, "strip", import("zod").ZodTypeAny, {
|
88324
88355
|
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
88325
88356
|
message: string;
|
@@ -89026,6 +89057,7 @@ export declare const platformContract: {
|
|
89026
89057
|
};
|
89027
89058
|
};
|
89028
89059
|
editedMessageid: string;
|
89060
|
+
label?: string | undefined;
|
89029
89061
|
template?: any;
|
89030
89062
|
metadata?: any;
|
89031
89063
|
}, {
|
@@ -89734,6 +89766,7 @@ export declare const platformContract: {
|
|
89734
89766
|
};
|
89735
89767
|
};
|
89736
89768
|
editedMessageid: string;
|
89769
|
+
label?: string | undefined;
|
89737
89770
|
template?: any;
|
89738
89771
|
metadata?: any;
|
89739
89772
|
}>>>;
|
@@ -90443,6 +90476,7 @@ export declare const platformContract: {
|
|
90443
90476
|
};
|
90444
90477
|
};
|
90445
90478
|
editedMessageid: string;
|
90479
|
+
label?: string | undefined;
|
90446
90480
|
template?: any;
|
90447
90481
|
metadata?: any;
|
90448
90482
|
fromMessage?: {
|
@@ -91151,6 +91185,7 @@ export declare const platformContract: {
|
|
91151
91185
|
};
|
91152
91186
|
};
|
91153
91187
|
editedMessageid: string;
|
91188
|
+
label?: string | undefined;
|
91154
91189
|
template?: any;
|
91155
91190
|
metadata?: any;
|
91156
91191
|
} | null | undefined;
|
@@ -91860,6 +91895,7 @@ export declare const platformContract: {
|
|
91860
91895
|
};
|
91861
91896
|
};
|
91862
91897
|
editedMessageid: string;
|
91898
|
+
label?: string | undefined;
|
91863
91899
|
template?: any;
|
91864
91900
|
metadata?: any;
|
91865
91901
|
fromMessage?: {
|
@@ -92568,6 +92604,7 @@ export declare const platformContract: {
|
|
92568
92604
|
};
|
92569
92605
|
};
|
92570
92606
|
editedMessageid: string;
|
92607
|
+
label?: string | undefined;
|
92571
92608
|
template?: any;
|
92572
92609
|
metadata?: any;
|
92573
92610
|
} | null | undefined;
|
@@ -93279,6 +93316,7 @@ export declare const platformContract: {
|
|
93279
93316
|
};
|
93280
93317
|
};
|
93281
93318
|
editedMessageid: string;
|
93319
|
+
label?: string | undefined;
|
93282
93320
|
template?: any;
|
93283
93321
|
metadata?: any;
|
93284
93322
|
fromMessage?: {
|
@@ -93987,6 +94025,7 @@ export declare const platformContract: {
|
|
93987
94025
|
};
|
93988
94026
|
};
|
93989
94027
|
editedMessageid: string;
|
94028
|
+
label?: string | undefined;
|
93990
94029
|
template?: any;
|
93991
94030
|
metadata?: any;
|
93992
94031
|
} | null | undefined;
|
@@ -94699,6 +94738,7 @@ export declare const platformContract: {
|
|
94699
94738
|
};
|
94700
94739
|
};
|
94701
94740
|
editedMessageid: string;
|
94741
|
+
label?: string | undefined;
|
94702
94742
|
template?: any;
|
94703
94743
|
metadata?: any;
|
94704
94744
|
fromMessage?: {
|
@@ -95407,6 +95447,7 @@ export declare const platformContract: {
|
|
95407
95447
|
};
|
95408
95448
|
};
|
95409
95449
|
editedMessageid: string;
|
95450
|
+
label?: string | undefined;
|
95410
95451
|
template?: any;
|
95411
95452
|
metadata?: any;
|
95412
95453
|
} | null | undefined;
|
@@ -98065,12 +98106,14 @@ export declare const platformContract: {
|
|
98065
98106
|
editedMessageId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
98066
98107
|
isEdited: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
98067
98108
|
editedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
98109
|
+
label: import("zod").ZodOptional<import("zod").ZodString>;
|
98068
98110
|
}, "strip", import("zod").ZodTypeAny, {
|
98069
98111
|
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
98070
98112
|
direction: "incoming" | "outgoing" | "system";
|
98071
98113
|
message?: string | undefined;
|
98072
98114
|
id?: string | undefined;
|
98073
98115
|
url?: string | undefined;
|
98116
|
+
label?: string | undefined;
|
98074
98117
|
template?: any;
|
98075
98118
|
metadata?: any;
|
98076
98119
|
upload?: {
|
@@ -98105,6 +98148,7 @@ export declare const platformContract: {
|
|
98105
98148
|
message?: string | undefined;
|
98106
98149
|
id?: string | undefined;
|
98107
98150
|
url?: string | undefined;
|
98151
|
+
label?: string | undefined;
|
98108
98152
|
template?: any;
|
98109
98153
|
metadata?: any;
|
98110
98154
|
upload?: {
|
@@ -98141,6 +98185,7 @@ export declare const platformContract: {
|
|
98141
98185
|
message?: string | undefined;
|
98142
98186
|
id?: string | undefined;
|
98143
98187
|
url?: string | undefined;
|
98188
|
+
label?: string | undefined;
|
98144
98189
|
template?: any;
|
98145
98190
|
metadata?: any;
|
98146
98191
|
upload?: {
|
@@ -98252,6 +98297,7 @@ export declare const platformContract: {
|
|
98252
98297
|
message?: string | undefined;
|
98253
98298
|
id?: string | undefined;
|
98254
98299
|
url?: string | undefined;
|
98300
|
+
label?: string | undefined;
|
98255
98301
|
template?: any;
|
98256
98302
|
metadata?: any;
|
98257
98303
|
upload?: {
|
@@ -103046,6 +103092,7 @@ export declare const platformContract: {
|
|
103046
103092
|
isActive: boolean;
|
103047
103093
|
}>;
|
103048
103094
|
editedMessageid: import("zod").ZodString;
|
103095
|
+
label: import("zod").ZodOptional<import("zod").ZodString>;
|
103049
103096
|
}>, {
|
103050
103097
|
fromMessage: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
103051
103098
|
id: import("zod").ZodString;
|
@@ -107730,6 +107777,7 @@ export declare const platformContract: {
|
|
107730
107777
|
isActive: boolean;
|
107731
107778
|
}>;
|
107732
107779
|
editedMessageid: import("zod").ZodString;
|
107780
|
+
label: import("zod").ZodOptional<import("zod").ZodString>;
|
107733
107781
|
}>, "strip", import("zod").ZodTypeAny, {
|
107734
107782
|
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
107735
107783
|
message: string;
|
@@ -108436,6 +108484,7 @@ export declare const platformContract: {
|
|
108436
108484
|
};
|
108437
108485
|
};
|
108438
108486
|
editedMessageid: string;
|
108487
|
+
label?: string | undefined;
|
108439
108488
|
template?: any;
|
108440
108489
|
metadata?: any;
|
108441
108490
|
}, {
|
@@ -109144,6 +109193,7 @@ export declare const platformContract: {
|
|
109144
109193
|
};
|
109145
109194
|
};
|
109146
109195
|
editedMessageid: string;
|
109196
|
+
label?: string | undefined;
|
109147
109197
|
template?: any;
|
109148
109198
|
metadata?: any;
|
109149
109199
|
}>>>;
|
@@ -109853,6 +109903,7 @@ export declare const platformContract: {
|
|
109853
109903
|
};
|
109854
109904
|
};
|
109855
109905
|
editedMessageid: string;
|
109906
|
+
label?: string | undefined;
|
109856
109907
|
template?: any;
|
109857
109908
|
metadata?: any;
|
109858
109909
|
fromMessage?: {
|
@@ -110561,6 +110612,7 @@ export declare const platformContract: {
|
|
110561
110612
|
};
|
110562
110613
|
};
|
110563
110614
|
editedMessageid: string;
|
110615
|
+
label?: string | undefined;
|
110564
110616
|
template?: any;
|
110565
110617
|
metadata?: any;
|
110566
110618
|
} | null | undefined;
|
@@ -111270,6 +111322,7 @@ export declare const platformContract: {
|
|
111270
111322
|
};
|
111271
111323
|
};
|
111272
111324
|
editedMessageid: string;
|
111325
|
+
label?: string | undefined;
|
111273
111326
|
template?: any;
|
111274
111327
|
metadata?: any;
|
111275
111328
|
fromMessage?: {
|
@@ -111978,6 +112031,7 @@ export declare const platformContract: {
|
|
111978
112031
|
};
|
111979
112032
|
};
|
111980
112033
|
editedMessageid: string;
|
112034
|
+
label?: string | undefined;
|
111981
112035
|
template?: any;
|
111982
112036
|
metadata?: any;
|
111983
112037
|
} | null | undefined;
|
@@ -112689,6 +112743,7 @@ export declare const platformContract: {
|
|
112689
112743
|
};
|
112690
112744
|
};
|
112691
112745
|
editedMessageid: string;
|
112746
|
+
label?: string | undefined;
|
112692
112747
|
template?: any;
|
112693
112748
|
metadata?: any;
|
112694
112749
|
fromMessage?: {
|
@@ -113397,6 +113452,7 @@ export declare const platformContract: {
|
|
113397
113452
|
};
|
113398
113453
|
};
|
113399
113454
|
editedMessageid: string;
|
113455
|
+
label?: string | undefined;
|
113400
113456
|
template?: any;
|
113401
113457
|
metadata?: any;
|
113402
113458
|
} | null | undefined;
|
@@ -114109,6 +114165,7 @@ export declare const platformContract: {
|
|
114109
114165
|
};
|
114110
114166
|
};
|
114111
114167
|
editedMessageid: string;
|
114168
|
+
label?: string | undefined;
|
114112
114169
|
template?: any;
|
114113
114170
|
metadata?: any;
|
114114
114171
|
fromMessage?: {
|
@@ -114817,6 +114874,7 @@ export declare const platformContract: {
|
|
114817
114874
|
};
|
114818
114875
|
};
|
114819
114876
|
editedMessageid: string;
|
114877
|
+
label?: string | undefined;
|
114820
114878
|
template?: any;
|
114821
114879
|
metadata?: any;
|
114822
114880
|
} | null | undefined;
|
@@ -116180,12 +116238,14 @@ export declare const platformMessengerContract: {
|
|
116180
116238
|
editedMessageId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
116181
116239
|
isEdited: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
116182
116240
|
editedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
116241
|
+
label: import("zod").ZodOptional<import("zod").ZodString>;
|
116183
116242
|
}, "strip", import("zod").ZodTypeAny, {
|
116184
116243
|
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
116185
116244
|
direction: "incoming" | "outgoing" | "system";
|
116186
116245
|
message?: string | undefined;
|
116187
116246
|
id?: string | undefined;
|
116188
116247
|
url?: string | undefined;
|
116248
|
+
label?: string | undefined;
|
116189
116249
|
template?: any;
|
116190
116250
|
metadata?: any;
|
116191
116251
|
upload?: {
|
@@ -116220,6 +116280,7 @@ export declare const platformMessengerContract: {
|
|
116220
116280
|
message?: string | undefined;
|
116221
116281
|
id?: string | undefined;
|
116222
116282
|
url?: string | undefined;
|
116283
|
+
label?: string | undefined;
|
116223
116284
|
template?: any;
|
116224
116285
|
metadata?: any;
|
116225
116286
|
upload?: {
|
@@ -116256,6 +116317,7 @@ export declare const platformMessengerContract: {
|
|
116256
116317
|
message?: string | undefined;
|
116257
116318
|
id?: string | undefined;
|
116258
116319
|
url?: string | undefined;
|
116320
|
+
label?: string | undefined;
|
116259
116321
|
template?: any;
|
116260
116322
|
metadata?: any;
|
116261
116323
|
upload?: {
|
@@ -116367,6 +116429,7 @@ export declare const platformMessengerContract: {
|
|
116367
116429
|
message?: string | undefined;
|
116368
116430
|
id?: string | undefined;
|
116369
116431
|
url?: string | undefined;
|
116432
|
+
label?: string | undefined;
|
116370
116433
|
template?: any;
|
116371
116434
|
metadata?: any;
|
116372
116435
|
upload?: {
|
@@ -121161,6 +121224,7 @@ export declare const platformMessengerContract: {
|
|
121161
121224
|
isActive: boolean;
|
121162
121225
|
}>;
|
121163
121226
|
editedMessageid: import("zod").ZodString;
|
121227
|
+
label: import("zod").ZodOptional<import("zod").ZodString>;
|
121164
121228
|
}>, {
|
121165
121229
|
fromMessage: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
121166
121230
|
id: import("zod").ZodString;
|
@@ -125845,6 +125909,7 @@ export declare const platformMessengerContract: {
|
|
125845
125909
|
isActive: boolean;
|
125846
125910
|
}>;
|
125847
125911
|
editedMessageid: import("zod").ZodString;
|
125912
|
+
label: import("zod").ZodOptional<import("zod").ZodString>;
|
125848
125913
|
}>, "strip", import("zod").ZodTypeAny, {
|
125849
125914
|
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
125850
125915
|
message: string;
|
@@ -126551,6 +126616,7 @@ export declare const platformMessengerContract: {
|
|
126551
126616
|
};
|
126552
126617
|
};
|
126553
126618
|
editedMessageid: string;
|
126619
|
+
label?: string | undefined;
|
126554
126620
|
template?: any;
|
126555
126621
|
metadata?: any;
|
126556
126622
|
}, {
|
@@ -127259,6 +127325,7 @@ export declare const platformMessengerContract: {
|
|
127259
127325
|
};
|
127260
127326
|
};
|
127261
127327
|
editedMessageid: string;
|
127328
|
+
label?: string | undefined;
|
127262
127329
|
template?: any;
|
127263
127330
|
metadata?: any;
|
127264
127331
|
}>>>;
|
@@ -127968,6 +128035,7 @@ export declare const platformMessengerContract: {
|
|
127968
128035
|
};
|
127969
128036
|
};
|
127970
128037
|
editedMessageid: string;
|
128038
|
+
label?: string | undefined;
|
127971
128039
|
template?: any;
|
127972
128040
|
metadata?: any;
|
127973
128041
|
fromMessage?: {
|
@@ -128676,6 +128744,7 @@ export declare const platformMessengerContract: {
|
|
128676
128744
|
};
|
128677
128745
|
};
|
128678
128746
|
editedMessageid: string;
|
128747
|
+
label?: string | undefined;
|
128679
128748
|
template?: any;
|
128680
128749
|
metadata?: any;
|
128681
128750
|
} | null | undefined;
|
@@ -129385,6 +129454,7 @@ export declare const platformMessengerContract: {
|
|
129385
129454
|
};
|
129386
129455
|
};
|
129387
129456
|
editedMessageid: string;
|
129457
|
+
label?: string | undefined;
|
129388
129458
|
template?: any;
|
129389
129459
|
metadata?: any;
|
129390
129460
|
fromMessage?: {
|
@@ -130093,6 +130163,7 @@ export declare const platformMessengerContract: {
|
|
130093
130163
|
};
|
130094
130164
|
};
|
130095
130165
|
editedMessageid: string;
|
130166
|
+
label?: string | undefined;
|
130096
130167
|
template?: any;
|
130097
130168
|
metadata?: any;
|
130098
130169
|
} | null | undefined;
|
@@ -130804,6 +130875,7 @@ export declare const platformMessengerContract: {
|
|
130804
130875
|
};
|
130805
130876
|
};
|
130806
130877
|
editedMessageid: string;
|
130878
|
+
label?: string | undefined;
|
130807
130879
|
template?: any;
|
130808
130880
|
metadata?: any;
|
130809
130881
|
fromMessage?: {
|
@@ -131512,6 +131584,7 @@ export declare const platformMessengerContract: {
|
|
131512
131584
|
};
|
131513
131585
|
};
|
131514
131586
|
editedMessageid: string;
|
131587
|
+
label?: string | undefined;
|
131515
131588
|
template?: any;
|
131516
131589
|
metadata?: any;
|
131517
131590
|
} | null | undefined;
|
@@ -132224,6 +132297,7 @@ export declare const platformMessengerContract: {
|
|
132224
132297
|
};
|
132225
132298
|
};
|
132226
132299
|
editedMessageid: string;
|
132300
|
+
label?: string | undefined;
|
132227
132301
|
template?: any;
|
132228
132302
|
metadata?: any;
|
132229
132303
|
fromMessage?: {
|
@@ -132932,6 +133006,7 @@ export declare const platformMessengerContract: {
|
|
132932
133006
|
};
|
132933
133007
|
};
|
132934
133008
|
editedMessageid: string;
|
133009
|
+
label?: string | undefined;
|
132935
133010
|
template?: any;
|
132936
133011
|
metadata?: any;
|
132937
133012
|
} | null | undefined;
|
@@ -135178,12 +135253,14 @@ export declare const platformInstagramContract: {
|
|
135178
135253
|
editedMessageId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
135179
135254
|
isEdited: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
135180
135255
|
editedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
135256
|
+
label: import("zod").ZodOptional<import("zod").ZodString>;
|
135181
135257
|
}, "strip", import("zod").ZodTypeAny, {
|
135182
135258
|
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
135183
135259
|
direction: "incoming" | "outgoing" | "system";
|
135184
135260
|
message?: string | undefined;
|
135185
135261
|
id?: string | undefined;
|
135186
135262
|
url?: string | undefined;
|
135263
|
+
label?: string | undefined;
|
135187
135264
|
template?: any;
|
135188
135265
|
metadata?: any;
|
135189
135266
|
upload?: {
|
@@ -135218,6 +135295,7 @@ export declare const platformInstagramContract: {
|
|
135218
135295
|
message?: string | undefined;
|
135219
135296
|
id?: string | undefined;
|
135220
135297
|
url?: string | undefined;
|
135298
|
+
label?: string | undefined;
|
135221
135299
|
template?: any;
|
135222
135300
|
metadata?: any;
|
135223
135301
|
upload?: {
|
@@ -135254,6 +135332,7 @@ export declare const platformInstagramContract: {
|
|
135254
135332
|
message?: string | undefined;
|
135255
135333
|
id?: string | undefined;
|
135256
135334
|
url?: string | undefined;
|
135335
|
+
label?: string | undefined;
|
135257
135336
|
template?: any;
|
135258
135337
|
metadata?: any;
|
135259
135338
|
upload?: {
|
@@ -135365,6 +135444,7 @@ export declare const platformInstagramContract: {
|
|
135365
135444
|
message?: string | undefined;
|
135366
135445
|
id?: string | undefined;
|
135367
135446
|
url?: string | undefined;
|
135447
|
+
label?: string | undefined;
|
135368
135448
|
template?: any;
|
135369
135449
|
metadata?: any;
|
135370
135450
|
upload?: {
|
@@ -140159,6 +140239,7 @@ export declare const platformInstagramContract: {
|
|
140159
140239
|
isActive: boolean;
|
140160
140240
|
}>;
|
140161
140241
|
editedMessageid: import("zod").ZodString;
|
140242
|
+
label: import("zod").ZodOptional<import("zod").ZodString>;
|
140162
140243
|
}>, {
|
140163
140244
|
fromMessage: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
140164
140245
|
id: import("zod").ZodString;
|
@@ -144843,6 +144924,7 @@ export declare const platformInstagramContract: {
|
|
144843
144924
|
isActive: boolean;
|
144844
144925
|
}>;
|
144845
144926
|
editedMessageid: import("zod").ZodString;
|
144927
|
+
label: import("zod").ZodOptional<import("zod").ZodString>;
|
144846
144928
|
}>, "strip", import("zod").ZodTypeAny, {
|
144847
144929
|
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
144848
144930
|
message: string;
|
@@ -145549,6 +145631,7 @@ export declare const platformInstagramContract: {
|
|
145549
145631
|
};
|
145550
145632
|
};
|
145551
145633
|
editedMessageid: string;
|
145634
|
+
label?: string | undefined;
|
145552
145635
|
template?: any;
|
145553
145636
|
metadata?: any;
|
145554
145637
|
}, {
|
@@ -146257,6 +146340,7 @@ export declare const platformInstagramContract: {
|
|
146257
146340
|
};
|
146258
146341
|
};
|
146259
146342
|
editedMessageid: string;
|
146343
|
+
label?: string | undefined;
|
146260
146344
|
template?: any;
|
146261
146345
|
metadata?: any;
|
146262
146346
|
}>>>;
|
@@ -146966,6 +147050,7 @@ export declare const platformInstagramContract: {
|
|
146966
147050
|
};
|
146967
147051
|
};
|
146968
147052
|
editedMessageid: string;
|
147053
|
+
label?: string | undefined;
|
146969
147054
|
template?: any;
|
146970
147055
|
metadata?: any;
|
146971
147056
|
fromMessage?: {
|
@@ -147674,6 +147759,7 @@ export declare const platformInstagramContract: {
|
|
147674
147759
|
};
|
147675
147760
|
};
|
147676
147761
|
editedMessageid: string;
|
147762
|
+
label?: string | undefined;
|
147677
147763
|
template?: any;
|
147678
147764
|
metadata?: any;
|
147679
147765
|
} | null | undefined;
|
@@ -148383,6 +148469,7 @@ export declare const platformInstagramContract: {
|
|
148383
148469
|
};
|
148384
148470
|
};
|
148385
148471
|
editedMessageid: string;
|
148472
|
+
label?: string | undefined;
|
148386
148473
|
template?: any;
|
148387
148474
|
metadata?: any;
|
148388
148475
|
fromMessage?: {
|
@@ -149091,6 +149178,7 @@ export declare const platformInstagramContract: {
|
|
149091
149178
|
};
|
149092
149179
|
};
|
149093
149180
|
editedMessageid: string;
|
149181
|
+
label?: string | undefined;
|
149094
149182
|
template?: any;
|
149095
149183
|
metadata?: any;
|
149096
149184
|
} | null | undefined;
|
@@ -149802,6 +149890,7 @@ export declare const platformInstagramContract: {
|
|
149802
149890
|
};
|
149803
149891
|
};
|
149804
149892
|
editedMessageid: string;
|
149893
|
+
label?: string | undefined;
|
149805
149894
|
template?: any;
|
149806
149895
|
metadata?: any;
|
149807
149896
|
fromMessage?: {
|
@@ -150510,6 +150599,7 @@ export declare const platformInstagramContract: {
|
|
150510
150599
|
};
|
150511
150600
|
};
|
150512
150601
|
editedMessageid: string;
|
150602
|
+
label?: string | undefined;
|
150513
150603
|
template?: any;
|
150514
150604
|
metadata?: any;
|
150515
150605
|
} | null | undefined;
|
@@ -151222,6 +151312,7 @@ export declare const platformInstagramContract: {
|
|
151222
151312
|
};
|
151223
151313
|
};
|
151224
151314
|
editedMessageid: string;
|
151315
|
+
label?: string | undefined;
|
151225
151316
|
template?: any;
|
151226
151317
|
metadata?: any;
|
151227
151318
|
fromMessage?: {
|
@@ -151930,6 +152021,7 @@ export declare const platformInstagramContract: {
|
|
151930
152021
|
};
|
151931
152022
|
};
|
151932
152023
|
editedMessageid: string;
|
152024
|
+
label?: string | undefined;
|
151933
152025
|
template?: any;
|
151934
152026
|
metadata?: any;
|
151935
152027
|
} | null | undefined;
|
@@ -155275,12 +155367,14 @@ export declare const platformSMSContract: {
|
|
155275
155367
|
editedMessageId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
155276
155368
|
isEdited: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
155277
155369
|
editedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
155370
|
+
label: import("zod").ZodOptional<import("zod").ZodString>;
|
155278
155371
|
}, "strip", import("zod").ZodTypeAny, {
|
155279
155372
|
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
155280
155373
|
direction: "incoming" | "outgoing" | "system";
|
155281
155374
|
message?: string | undefined;
|
155282
155375
|
id?: string | undefined;
|
155283
155376
|
url?: string | undefined;
|
155377
|
+
label?: string | undefined;
|
155284
155378
|
template?: any;
|
155285
155379
|
metadata?: any;
|
155286
155380
|
upload?: {
|
@@ -155315,6 +155409,7 @@ export declare const platformSMSContract: {
|
|
155315
155409
|
message?: string | undefined;
|
155316
155410
|
id?: string | undefined;
|
155317
155411
|
url?: string | undefined;
|
155412
|
+
label?: string | undefined;
|
155318
155413
|
template?: any;
|
155319
155414
|
metadata?: any;
|
155320
155415
|
upload?: {
|
@@ -155351,6 +155446,7 @@ export declare const platformSMSContract: {
|
|
155351
155446
|
message?: string | undefined;
|
155352
155447
|
id?: string | undefined;
|
155353
155448
|
url?: string | undefined;
|
155449
|
+
label?: string | undefined;
|
155354
155450
|
template?: any;
|
155355
155451
|
metadata?: any;
|
155356
155452
|
upload?: {
|
@@ -155462,6 +155558,7 @@ export declare const platformSMSContract: {
|
|
155462
155558
|
message?: string | undefined;
|
155463
155559
|
id?: string | undefined;
|
155464
155560
|
url?: string | undefined;
|
155561
|
+
label?: string | undefined;
|
155465
155562
|
template?: any;
|
155466
155563
|
metadata?: any;
|
155467
155564
|
upload?: {
|
@@ -159391,12 +159488,14 @@ export declare const facebookFeedContract: {
|
|
159391
159488
|
editedMessageId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
159392
159489
|
isEdited: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
159393
159490
|
editedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
159491
|
+
label: import("zod").ZodOptional<import("zod").ZodString>;
|
159394
159492
|
}, "strip", import("zod").ZodTypeAny, {
|
159395
159493
|
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
159396
159494
|
direction: "incoming" | "outgoing" | "system";
|
159397
159495
|
message?: string | undefined;
|
159398
159496
|
id?: string | undefined;
|
159399
159497
|
url?: string | undefined;
|
159498
|
+
label?: string | undefined;
|
159400
159499
|
template?: any;
|
159401
159500
|
metadata?: any;
|
159402
159501
|
upload?: {
|
@@ -159431,6 +159530,7 @@ export declare const facebookFeedContract: {
|
|
159431
159530
|
message?: string | undefined;
|
159432
159531
|
id?: string | undefined;
|
159433
159532
|
url?: string | undefined;
|
159533
|
+
label?: string | undefined;
|
159434
159534
|
template?: any;
|
159435
159535
|
metadata?: any;
|
159436
159536
|
upload?: {
|
@@ -159478,6 +159578,7 @@ export declare const facebookFeedContract: {
|
|
159478
159578
|
message?: string | undefined;
|
159479
159579
|
id?: string | undefined;
|
159480
159580
|
url?: string | undefined;
|
159581
|
+
label?: string | undefined;
|
159481
159582
|
template?: any;
|
159482
159583
|
metadata?: any;
|
159483
159584
|
upload?: {
|
@@ -159593,6 +159694,7 @@ export declare const facebookFeedContract: {
|
|
159593
159694
|
message?: string | undefined;
|
159594
159695
|
id?: string | undefined;
|
159595
159696
|
url?: string | undefined;
|
159697
|
+
label?: string | undefined;
|
159596
159698
|
template?: any;
|
159597
159699
|
metadata?: any;
|
159598
159700
|
upload?: {
|
@@ -164391,6 +164493,7 @@ export declare const facebookFeedContract: {
|
|
164391
164493
|
isActive: boolean;
|
164392
164494
|
}>;
|
164393
164495
|
editedMessageid: import("zod").ZodString;
|
164496
|
+
label: import("zod").ZodOptional<import("zod").ZodString>;
|
164394
164497
|
}>, {
|
164395
164498
|
fromMessage: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
164396
164499
|
id: import("zod").ZodString;
|
@@ -169075,6 +169178,7 @@ export declare const facebookFeedContract: {
|
|
169075
169178
|
isActive: boolean;
|
169076
169179
|
}>;
|
169077
169180
|
editedMessageid: import("zod").ZodString;
|
169181
|
+
label: import("zod").ZodOptional<import("zod").ZodString>;
|
169078
169182
|
}>, "strip", import("zod").ZodTypeAny, {
|
169079
169183
|
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
169080
169184
|
message: string;
|
@@ -169781,6 +169885,7 @@ export declare const facebookFeedContract: {
|
|
169781
169885
|
};
|
169782
169886
|
};
|
169783
169887
|
editedMessageid: string;
|
169888
|
+
label?: string | undefined;
|
169784
169889
|
template?: any;
|
169785
169890
|
metadata?: any;
|
169786
169891
|
}, {
|
@@ -170489,6 +170594,7 @@ export declare const facebookFeedContract: {
|
|
170489
170594
|
};
|
170490
170595
|
};
|
170491
170596
|
editedMessageid: string;
|
170597
|
+
label?: string | undefined;
|
170492
170598
|
template?: any;
|
170493
170599
|
metadata?: any;
|
170494
170600
|
}>>>;
|
@@ -171198,6 +171304,7 @@ export declare const facebookFeedContract: {
|
|
171198
171304
|
};
|
171199
171305
|
};
|
171200
171306
|
editedMessageid: string;
|
171307
|
+
label?: string | undefined;
|
171201
171308
|
template?: any;
|
171202
171309
|
metadata?: any;
|
171203
171310
|
fromMessage?: {
|
@@ -171906,6 +172013,7 @@ export declare const facebookFeedContract: {
|
|
171906
172013
|
};
|
171907
172014
|
};
|
171908
172015
|
editedMessageid: string;
|
172016
|
+
label?: string | undefined;
|
171909
172017
|
template?: any;
|
171910
172018
|
metadata?: any;
|
171911
172019
|
} | null | undefined;
|
@@ -172615,6 +172723,7 @@ export declare const facebookFeedContract: {
|
|
172615
172723
|
};
|
172616
172724
|
};
|
172617
172725
|
editedMessageid: string;
|
172726
|
+
label?: string | undefined;
|
172618
172727
|
template?: any;
|
172619
172728
|
metadata?: any;
|
172620
172729
|
fromMessage?: {
|
@@ -173323,6 +173432,7 @@ export declare const facebookFeedContract: {
|
|
173323
173432
|
};
|
173324
173433
|
};
|
173325
173434
|
editedMessageid: string;
|
173435
|
+
label?: string | undefined;
|
173326
173436
|
template?: any;
|
173327
173437
|
metadata?: any;
|
173328
173438
|
} | null | undefined;
|
@@ -174034,6 +174144,7 @@ export declare const facebookFeedContract: {
|
|
174034
174144
|
};
|
174035
174145
|
};
|
174036
174146
|
editedMessageid: string;
|
174147
|
+
label?: string | undefined;
|
174037
174148
|
template?: any;
|
174038
174149
|
metadata?: any;
|
174039
174150
|
fromMessage?: {
|
@@ -174742,6 +174853,7 @@ export declare const facebookFeedContract: {
|
|
174742
174853
|
};
|
174743
174854
|
};
|
174744
174855
|
editedMessageid: string;
|
174856
|
+
label?: string | undefined;
|
174745
174857
|
template?: any;
|
174746
174858
|
metadata?: any;
|
174747
174859
|
} | null | undefined;
|
@@ -175454,6 +175566,7 @@ export declare const facebookFeedContract: {
|
|
175454
175566
|
};
|
175455
175567
|
};
|
175456
175568
|
editedMessageid: string;
|
175569
|
+
label?: string | undefined;
|
175457
175570
|
template?: any;
|
175458
175571
|
metadata?: any;
|
175459
175572
|
fromMessage?: {
|
@@ -176162,6 +176275,7 @@ export declare const facebookFeedContract: {
|
|
176162
176275
|
};
|
176163
176276
|
};
|
176164
176277
|
editedMessageid: string;
|
176278
|
+
label?: string | undefined;
|
176165
176279
|
template?: any;
|
176166
176280
|
metadata?: any;
|
176167
176281
|
} | null | undefined;
|
@@ -184500,6 +184614,7 @@ export declare const feedPostContract: {
|
|
184500
184614
|
isActive: boolean;
|
184501
184615
|
}>;
|
184502
184616
|
editedMessageid: import("zod").ZodString;
|
184617
|
+
label: import("zod").ZodOptional<import("zod").ZodString>;
|
184503
184618
|
}>, {
|
184504
184619
|
platformContract: import("zod").ZodObject<{
|
184505
184620
|
id: import("zod").ZodString;
|
@@ -190128,6 +190243,7 @@ export declare const feedPostContract: {
|
|
190128
190243
|
isActive: boolean;
|
190129
190244
|
}>;
|
190130
190245
|
editedMessageid: import("zod").ZodString;
|
190246
|
+
label: import("zod").ZodOptional<import("zod").ZodString>;
|
190131
190247
|
}>, "strip", import("zod").ZodTypeAny, {
|
190132
190248
|
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
190133
190249
|
message: string;
|
@@ -190834,6 +190950,7 @@ export declare const feedPostContract: {
|
|
190834
190950
|
};
|
190835
190951
|
};
|
190836
190952
|
editedMessageid: string;
|
190953
|
+
label?: string | undefined;
|
190837
190954
|
template?: any;
|
190838
190955
|
metadata?: any;
|
190839
190956
|
}, {
|
@@ -191542,6 +191659,7 @@ export declare const feedPostContract: {
|
|
191542
191659
|
};
|
191543
191660
|
};
|
191544
191661
|
editedMessageid: string;
|
191662
|
+
label?: string | undefined;
|
191545
191663
|
template?: any;
|
191546
191664
|
metadata?: any;
|
191547
191665
|
}>, "many">;
|
@@ -192257,6 +192375,7 @@ export declare const feedPostContract: {
|
|
192257
192375
|
};
|
192258
192376
|
};
|
192259
192377
|
editedMessageid: string;
|
192378
|
+
label?: string | undefined;
|
192260
192379
|
template?: any;
|
192261
192380
|
metadata?: any;
|
192262
192381
|
}[];
|
@@ -193072,6 +193191,7 @@ export declare const feedPostContract: {
|
|
193072
193191
|
channelId: string;
|
193073
193192
|
socialPlatformId: string;
|
193074
193193
|
};
|
193194
|
+
label?: string | undefined;
|
193075
193195
|
template?: any;
|
193076
193196
|
metadata?: any;
|
193077
193197
|
}, {
|
@@ -193786,6 +193906,7 @@ export declare const feedPostContract: {
|
|
193786
193906
|
};
|
193787
193907
|
};
|
193788
193908
|
editedMessageid: string;
|
193909
|
+
label?: string | undefined;
|
193789
193910
|
template?: any;
|
193790
193911
|
metadata?: any;
|
193791
193912
|
}[];
|
@@ -194601,6 +194722,7 @@ export declare const feedPostContract: {
|
|
194601
194722
|
channelId: string;
|
194602
194723
|
socialPlatformId: string;
|
194603
194724
|
};
|
194725
|
+
label?: string | undefined;
|
194604
194726
|
template?: any;
|
194605
194727
|
metadata?: any;
|
194606
194728
|
}>;
|
@@ -195317,6 +195439,7 @@ export declare const feedPostContract: {
|
|
195317
195439
|
};
|
195318
195440
|
};
|
195319
195441
|
editedMessageid: string;
|
195442
|
+
label?: string | undefined;
|
195320
195443
|
template?: any;
|
195321
195444
|
metadata?: any;
|
195322
195445
|
}[];
|
@@ -196132,6 +196255,7 @@ export declare const feedPostContract: {
|
|
196132
196255
|
channelId: string;
|
196133
196256
|
socialPlatformId: string;
|
196134
196257
|
};
|
196258
|
+
label?: string | undefined;
|
196135
196259
|
template?: any;
|
196136
196260
|
metadata?: any;
|
196137
196261
|
};
|
@@ -196852,6 +196976,7 @@ export declare const feedPostContract: {
|
|
196852
196976
|
};
|
196853
196977
|
};
|
196854
196978
|
editedMessageid: string;
|
196979
|
+
label?: string | undefined;
|
196855
196980
|
template?: any;
|
196856
196981
|
metadata?: any;
|
196857
196982
|
}[];
|
@@ -197667,6 +197792,7 @@ export declare const feedPostContract: {
|
|
197667
197792
|
channelId: string;
|
197668
197793
|
socialPlatformId: string;
|
197669
197794
|
};
|
197795
|
+
label?: string | undefined;
|
197670
197796
|
template?: any;
|
197671
197797
|
metadata?: any;
|
197672
197798
|
};
|
@@ -238829,7 +238955,7 @@ export declare const roleSettingContract: {
|
|
238829
238955
|
'x-client-timezone'?: string | undefined;
|
238830
238956
|
}>>>;
|
238831
238957
|
responses: {
|
238832
|
-
200: import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
238958
|
+
200: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
238833
238959
|
page: import("zod").ZodDefault<import("zod").ZodNumber>;
|
238834
238960
|
pageSize: import("zod").ZodDefault<import("zod").ZodNumber>;
|
238835
238961
|
total: import("zod").ZodNumber;
|
@@ -238870,6 +238996,20 @@ export declare const roleSettingContract: {
|
|
238870
238996
|
displayName: string;
|
238871
238997
|
}[];
|
238872
238998
|
}>, "many">;
|
238999
|
+
}>, {
|
239000
|
+
roleUserCount: import("zod").ZodArray<import("zod").ZodObject<{
|
239001
|
+
roleId: import("zod").ZodString;
|
239002
|
+
systemName: import("zod").ZodString;
|
239003
|
+
count: import("zod").ZodNumber;
|
239004
|
+
}, "strip", import("zod").ZodTypeAny, {
|
239005
|
+
systemName: string;
|
239006
|
+
roleId: string;
|
239007
|
+
count: number;
|
239008
|
+
}, {
|
239009
|
+
systemName: string;
|
239010
|
+
roleId: string;
|
239011
|
+
count: number;
|
239012
|
+
}>, "many">;
|
238873
239013
|
}>, "strip", import("zod").ZodTypeAny, {
|
238874
239014
|
data: {
|
238875
239015
|
id: string;
|
@@ -238892,6 +239032,11 @@ export declare const roleSettingContract: {
|
|
238892
239032
|
total: number;
|
238893
239033
|
page: number;
|
238894
239034
|
pageSize: number;
|
239035
|
+
roleUserCount: {
|
239036
|
+
systemName: string;
|
239037
|
+
roleId: string;
|
239038
|
+
count: number;
|
239039
|
+
}[];
|
238895
239040
|
lastPage?: number | null | undefined;
|
238896
239041
|
}, {
|
238897
239042
|
data: {
|
@@ -238913,6 +239058,11 @@ export declare const roleSettingContract: {
|
|
238913
239058
|
}[];
|
238914
239059
|
}[];
|
238915
239060
|
total: number;
|
239061
|
+
roleUserCount: {
|
239062
|
+
systemName: string;
|
239063
|
+
roleId: string;
|
239064
|
+
count: number;
|
239065
|
+
}[];
|
238916
239066
|
page?: number | undefined;
|
238917
239067
|
pageSize?: number | undefined;
|
238918
239068
|
lastPage?: number | null | undefined;
|