@kl1/contracts 1.4.64 → 1.4.65
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/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 +12 -0
- package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/contract.d.ts +113 -0
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/index.d.ts +12 -0
- package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
- package/dist/api-contracts/src/general-setting/index.d.ts +244 -0
- package/dist/api-contracts/src/general-setting/index.d.ts.map +1 -1
- package/dist/api-contracts/src/general-setting/schema.d.ts +30 -0
- package/dist/api-contracts/src/general-setting/schema.d.ts.map +1 -0
- package/dist/api-contracts/src/general-setting/validation.d.ts +30 -0
- package/dist/api-contracts/src/general-setting/validation.d.ts.map +1 -0
- package/dist/api-contracts/src/instagram/index.d.ts +12 -0
- package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/klink-chat/index.d.ts +12 -0
- package/dist/api-contracts/src/klink-chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/index.d.ts +12 -0
- package/dist/api-contracts/src/line/index.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/index.d.ts +12 -0
- package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telegram/index.d.ts +12 -0
- package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/viber/index.d.ts +12 -0
- package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
- package/dist/api-contracts/src/webchat/index.d.ts +12 -0
- package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/whatsapp/index.d.ts +12 -0
- package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
- package/dist/api-contracts/src/workflow-rule/index.d.ts +5 -0
- package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
- package/dist/index.js +653 -585
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +652 -584
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -49821,6 +49821,7 @@ export declare const platformContract: {
|
|
49821
49821
|
metadata: import("zod").ZodAny;
|
49822
49822
|
platformId: import("zod").ZodString;
|
49823
49823
|
platformMessageId: import("zod").ZodString;
|
49824
|
+
partitionKey: import("zod").ZodString;
|
49824
49825
|
replyPlatformMessageId: import("zod").ZodString;
|
49825
49826
|
template: import("zod").ZodAny;
|
49826
49827
|
locale: import("zod").ZodEnum<["mm", "en", "th", ""]>;
|
@@ -55032,6 +55033,7 @@ export declare const platformContract: {
|
|
55032
55033
|
metadata: import("zod").ZodAny;
|
55033
55034
|
platformId: import("zod").ZodString;
|
55034
55035
|
platformMessageId: import("zod").ZodString;
|
55036
|
+
partitionKey: import("zod").ZodString;
|
55035
55037
|
replyPlatformMessageId: import("zod").ZodString;
|
55036
55038
|
template: import("zod").ZodAny;
|
55037
55039
|
locale: import("zod").ZodEnum<["mm", "en", "th", ""]>;
|
@@ -60790,6 +60792,7 @@ export declare const platformContract: {
|
|
60790
60792
|
isActive: boolean;
|
60791
60793
|
};
|
60792
60794
|
readAt: Date;
|
60795
|
+
partitionKey: string;
|
60793
60796
|
replyPlatformMessageId: string;
|
60794
60797
|
locale: "" | "th" | "mm" | "en";
|
60795
60798
|
previewUrl: string;
|
@@ -61566,6 +61569,7 @@ export declare const platformContract: {
|
|
61566
61569
|
isActive: boolean;
|
61567
61570
|
};
|
61568
61571
|
readAt: Date;
|
61572
|
+
partitionKey: string;
|
61569
61573
|
replyPlatformMessageId: string;
|
61570
61574
|
locale: "" | "th" | "mm" | "en";
|
61571
61575
|
previewUrl: string;
|
@@ -62343,6 +62347,7 @@ export declare const platformContract: {
|
|
62343
62347
|
isActive: boolean;
|
62344
62348
|
};
|
62345
62349
|
readAt: Date;
|
62350
|
+
partitionKey: string;
|
62346
62351
|
replyPlatformMessageId: string;
|
62347
62352
|
locale: "" | "th" | "mm" | "en";
|
62348
62353
|
previewUrl: string;
|
@@ -63119,6 +63124,7 @@ export declare const platformContract: {
|
|
63119
63124
|
isActive: boolean;
|
63120
63125
|
};
|
63121
63126
|
readAt: Date;
|
63127
|
+
partitionKey: string;
|
63122
63128
|
replyPlatformMessageId: string;
|
63123
63129
|
locale: "" | "th" | "mm" | "en";
|
63124
63130
|
previewUrl: string;
|
@@ -63896,6 +63902,7 @@ export declare const platformContract: {
|
|
63896
63902
|
isActive: boolean;
|
63897
63903
|
};
|
63898
63904
|
readAt: Date;
|
63905
|
+
partitionKey: string;
|
63899
63906
|
replyPlatformMessageId: string;
|
63900
63907
|
locale: "" | "th" | "mm" | "en";
|
63901
63908
|
previewUrl: string;
|
@@ -64672,6 +64679,7 @@ export declare const platformContract: {
|
|
64672
64679
|
isActive: boolean;
|
64673
64680
|
};
|
64674
64681
|
readAt: Date;
|
64682
|
+
partitionKey: string;
|
64675
64683
|
replyPlatformMessageId: string;
|
64676
64684
|
locale: "" | "th" | "mm" | "en";
|
64677
64685
|
previewUrl: string;
|
@@ -65451,6 +65459,7 @@ export declare const platformContract: {
|
|
65451
65459
|
isActive: boolean;
|
65452
65460
|
};
|
65453
65461
|
readAt: Date;
|
65462
|
+
partitionKey: string;
|
65454
65463
|
replyPlatformMessageId: string;
|
65455
65464
|
locale: "" | "th" | "mm" | "en";
|
65456
65465
|
previewUrl: string;
|
@@ -66227,6 +66236,7 @@ export declare const platformContract: {
|
|
66227
66236
|
isActive: boolean;
|
66228
66237
|
};
|
66229
66238
|
readAt: Date;
|
66239
|
+
partitionKey: string;
|
66230
66240
|
replyPlatformMessageId: string;
|
66231
66241
|
locale: "" | "th" | "mm" | "en";
|
66232
66242
|
previewUrl: string;
|
@@ -67007,6 +67017,7 @@ export declare const platformContract: {
|
|
67007
67017
|
isActive: boolean;
|
67008
67018
|
};
|
67009
67019
|
readAt: Date;
|
67020
|
+
partitionKey: string;
|
67010
67021
|
replyPlatformMessageId: string;
|
67011
67022
|
locale: "" | "th" | "mm" | "en";
|
67012
67023
|
previewUrl: string;
|
@@ -67783,6 +67794,7 @@ export declare const platformContract: {
|
|
67783
67794
|
isActive: boolean;
|
67784
67795
|
};
|
67785
67796
|
readAt: Date;
|
67797
|
+
partitionKey: string;
|
67786
67798
|
replyPlatformMessageId: string;
|
67787
67799
|
locale: "" | "th" | "mm" | "en";
|
67788
67800
|
previewUrl: string;
|
@@ -71719,6 +71731,7 @@ export declare const platformLineContract: {
|
|
71719
71731
|
metadata: import("zod").ZodAny;
|
71720
71732
|
platformId: import("zod").ZodString;
|
71721
71733
|
platformMessageId: import("zod").ZodString;
|
71734
|
+
partitionKey: import("zod").ZodString;
|
71722
71735
|
replyPlatformMessageId: import("zod").ZodString;
|
71723
71736
|
template: import("zod").ZodAny;
|
71724
71737
|
locale: import("zod").ZodEnum<["mm", "en", "th", ""]>;
|
@@ -76930,6 +76943,7 @@ export declare const platformLineContract: {
|
|
76930
76943
|
metadata: import("zod").ZodAny;
|
76931
76944
|
platformId: import("zod").ZodString;
|
76932
76945
|
platformMessageId: import("zod").ZodString;
|
76946
|
+
partitionKey: import("zod").ZodString;
|
76933
76947
|
replyPlatformMessageId: import("zod").ZodString;
|
76934
76948
|
template: import("zod").ZodAny;
|
76935
76949
|
locale: import("zod").ZodEnum<["mm", "en", "th", ""]>;
|
@@ -82688,6 +82702,7 @@ export declare const platformLineContract: {
|
|
82688
82702
|
isActive: boolean;
|
82689
82703
|
};
|
82690
82704
|
readAt: Date;
|
82705
|
+
partitionKey: string;
|
82691
82706
|
replyPlatformMessageId: string;
|
82692
82707
|
locale: "" | "th" | "mm" | "en";
|
82693
82708
|
previewUrl: string;
|
@@ -83464,6 +83479,7 @@ export declare const platformLineContract: {
|
|
83464
83479
|
isActive: boolean;
|
83465
83480
|
};
|
83466
83481
|
readAt: Date;
|
83482
|
+
partitionKey: string;
|
83467
83483
|
replyPlatformMessageId: string;
|
83468
83484
|
locale: "" | "th" | "mm" | "en";
|
83469
83485
|
previewUrl: string;
|
@@ -84241,6 +84257,7 @@ export declare const platformLineContract: {
|
|
84241
84257
|
isActive: boolean;
|
84242
84258
|
};
|
84243
84259
|
readAt: Date;
|
84260
|
+
partitionKey: string;
|
84244
84261
|
replyPlatformMessageId: string;
|
84245
84262
|
locale: "" | "th" | "mm" | "en";
|
84246
84263
|
previewUrl: string;
|
@@ -85017,6 +85034,7 @@ export declare const platformLineContract: {
|
|
85017
85034
|
isActive: boolean;
|
85018
85035
|
};
|
85019
85036
|
readAt: Date;
|
85037
|
+
partitionKey: string;
|
85020
85038
|
replyPlatformMessageId: string;
|
85021
85039
|
locale: "" | "th" | "mm" | "en";
|
85022
85040
|
previewUrl: string;
|
@@ -85794,6 +85812,7 @@ export declare const platformLineContract: {
|
|
85794
85812
|
isActive: boolean;
|
85795
85813
|
};
|
85796
85814
|
readAt: Date;
|
85815
|
+
partitionKey: string;
|
85797
85816
|
replyPlatformMessageId: string;
|
85798
85817
|
locale: "" | "th" | "mm" | "en";
|
85799
85818
|
previewUrl: string;
|
@@ -86570,6 +86589,7 @@ export declare const platformLineContract: {
|
|
86570
86589
|
isActive: boolean;
|
86571
86590
|
};
|
86572
86591
|
readAt: Date;
|
86592
|
+
partitionKey: string;
|
86573
86593
|
replyPlatformMessageId: string;
|
86574
86594
|
locale: "" | "th" | "mm" | "en";
|
86575
86595
|
previewUrl: string;
|
@@ -87349,6 +87369,7 @@ export declare const platformLineContract: {
|
|
87349
87369
|
isActive: boolean;
|
87350
87370
|
};
|
87351
87371
|
readAt: Date;
|
87372
|
+
partitionKey: string;
|
87352
87373
|
replyPlatformMessageId: string;
|
87353
87374
|
locale: "" | "th" | "mm" | "en";
|
87354
87375
|
previewUrl: string;
|
@@ -88125,6 +88146,7 @@ export declare const platformLineContract: {
|
|
88125
88146
|
isActive: boolean;
|
88126
88147
|
};
|
88127
88148
|
readAt: Date;
|
88149
|
+
partitionKey: string;
|
88128
88150
|
replyPlatformMessageId: string;
|
88129
88151
|
locale: "" | "th" | "mm" | "en";
|
88130
88152
|
previewUrl: string;
|
@@ -88905,6 +88927,7 @@ export declare const platformLineContract: {
|
|
88905
88927
|
isActive: boolean;
|
88906
88928
|
};
|
88907
88929
|
readAt: Date;
|
88930
|
+
partitionKey: string;
|
88908
88931
|
replyPlatformMessageId: string;
|
88909
88932
|
locale: "" | "th" | "mm" | "en";
|
88910
88933
|
previewUrl: string;
|
@@ -89681,6 +89704,7 @@ export declare const platformLineContract: {
|
|
89681
89704
|
isActive: boolean;
|
89682
89705
|
};
|
89683
89706
|
readAt: Date;
|
89707
|
+
partitionKey: string;
|
89684
89708
|
replyPlatformMessageId: string;
|
89685
89709
|
locale: "" | "th" | "mm" | "en";
|
89686
89710
|
previewUrl: string;
|
@@ -93860,6 +93884,7 @@ export declare const platformTelegramContract: {
|
|
93860
93884
|
metadata: import("zod").ZodAny;
|
93861
93885
|
platformId: import("zod").ZodString;
|
93862
93886
|
platformMessageId: import("zod").ZodString;
|
93887
|
+
partitionKey: import("zod").ZodString;
|
93863
93888
|
replyPlatformMessageId: import("zod").ZodString;
|
93864
93889
|
template: import("zod").ZodAny;
|
93865
93890
|
locale: import("zod").ZodEnum<["mm", "en", "th", ""]>;
|
@@ -99071,6 +99096,7 @@ export declare const platformTelegramContract: {
|
|
99071
99096
|
metadata: import("zod").ZodAny;
|
99072
99097
|
platformId: import("zod").ZodString;
|
99073
99098
|
platformMessageId: import("zod").ZodString;
|
99099
|
+
partitionKey: import("zod").ZodString;
|
99074
99100
|
replyPlatformMessageId: import("zod").ZodString;
|
99075
99101
|
template: import("zod").ZodAny;
|
99076
99102
|
locale: import("zod").ZodEnum<["mm", "en", "th", ""]>;
|
@@ -104829,6 +104855,7 @@ export declare const platformTelegramContract: {
|
|
104829
104855
|
isActive: boolean;
|
104830
104856
|
};
|
104831
104857
|
readAt: Date;
|
104858
|
+
partitionKey: string;
|
104832
104859
|
replyPlatformMessageId: string;
|
104833
104860
|
locale: "" | "th" | "mm" | "en";
|
104834
104861
|
previewUrl: string;
|
@@ -105605,6 +105632,7 @@ export declare const platformTelegramContract: {
|
|
105605
105632
|
isActive: boolean;
|
105606
105633
|
};
|
105607
105634
|
readAt: Date;
|
105635
|
+
partitionKey: string;
|
105608
105636
|
replyPlatformMessageId: string;
|
105609
105637
|
locale: "" | "th" | "mm" | "en";
|
105610
105638
|
previewUrl: string;
|
@@ -106382,6 +106410,7 @@ export declare const platformTelegramContract: {
|
|
106382
106410
|
isActive: boolean;
|
106383
106411
|
};
|
106384
106412
|
readAt: Date;
|
106413
|
+
partitionKey: string;
|
106385
106414
|
replyPlatformMessageId: string;
|
106386
106415
|
locale: "" | "th" | "mm" | "en";
|
106387
106416
|
previewUrl: string;
|
@@ -107158,6 +107187,7 @@ export declare const platformTelegramContract: {
|
|
107158
107187
|
isActive: boolean;
|
107159
107188
|
};
|
107160
107189
|
readAt: Date;
|
107190
|
+
partitionKey: string;
|
107161
107191
|
replyPlatformMessageId: string;
|
107162
107192
|
locale: "" | "th" | "mm" | "en";
|
107163
107193
|
previewUrl: string;
|
@@ -107935,6 +107965,7 @@ export declare const platformTelegramContract: {
|
|
107935
107965
|
isActive: boolean;
|
107936
107966
|
};
|
107937
107967
|
readAt: Date;
|
107968
|
+
partitionKey: string;
|
107938
107969
|
replyPlatformMessageId: string;
|
107939
107970
|
locale: "" | "th" | "mm" | "en";
|
107940
107971
|
previewUrl: string;
|
@@ -108711,6 +108742,7 @@ export declare const platformTelegramContract: {
|
|
108711
108742
|
isActive: boolean;
|
108712
108743
|
};
|
108713
108744
|
readAt: Date;
|
108745
|
+
partitionKey: string;
|
108714
108746
|
replyPlatformMessageId: string;
|
108715
108747
|
locale: "" | "th" | "mm" | "en";
|
108716
108748
|
previewUrl: string;
|
@@ -109490,6 +109522,7 @@ export declare const platformTelegramContract: {
|
|
109490
109522
|
isActive: boolean;
|
109491
109523
|
};
|
109492
109524
|
readAt: Date;
|
109525
|
+
partitionKey: string;
|
109493
109526
|
replyPlatformMessageId: string;
|
109494
109527
|
locale: "" | "th" | "mm" | "en";
|
109495
109528
|
previewUrl: string;
|
@@ -110266,6 +110299,7 @@ export declare const platformTelegramContract: {
|
|
110266
110299
|
isActive: boolean;
|
110267
110300
|
};
|
110268
110301
|
readAt: Date;
|
110302
|
+
partitionKey: string;
|
110269
110303
|
replyPlatformMessageId: string;
|
110270
110304
|
locale: "" | "th" | "mm" | "en";
|
110271
110305
|
previewUrl: string;
|
@@ -111046,6 +111080,7 @@ export declare const platformTelegramContract: {
|
|
111046
111080
|
isActive: boolean;
|
111047
111081
|
};
|
111048
111082
|
readAt: Date;
|
111083
|
+
partitionKey: string;
|
111049
111084
|
replyPlatformMessageId: string;
|
111050
111085
|
locale: "" | "th" | "mm" | "en";
|
111051
111086
|
previewUrl: string;
|
@@ -111822,6 +111857,7 @@ export declare const platformTelegramContract: {
|
|
111822
111857
|
isActive: boolean;
|
111823
111858
|
};
|
111824
111859
|
readAt: Date;
|
111860
|
+
partitionKey: string;
|
111825
111861
|
replyPlatformMessageId: string;
|
111826
111862
|
locale: "" | "th" | "mm" | "en";
|
111827
111863
|
previewUrl: string;
|
@@ -113969,6 +114005,7 @@ export declare const platformMessengerContract: {
|
|
113969
114005
|
metadata: import("zod").ZodAny;
|
113970
114006
|
platformId: import("zod").ZodString;
|
113971
114007
|
platformMessageId: import("zod").ZodString;
|
114008
|
+
partitionKey: import("zod").ZodString;
|
113972
114009
|
replyPlatformMessageId: import("zod").ZodString;
|
113973
114010
|
template: import("zod").ZodAny;
|
113974
114011
|
locale: import("zod").ZodEnum<["mm", "en", "th", ""]>;
|
@@ -119180,6 +119217,7 @@ export declare const platformMessengerContract: {
|
|
119180
119217
|
metadata: import("zod").ZodAny;
|
119181
119218
|
platformId: import("zod").ZodString;
|
119182
119219
|
platformMessageId: import("zod").ZodString;
|
119220
|
+
partitionKey: import("zod").ZodString;
|
119183
119221
|
replyPlatformMessageId: import("zod").ZodString;
|
119184
119222
|
template: import("zod").ZodAny;
|
119185
119223
|
locale: import("zod").ZodEnum<["mm", "en", "th", ""]>;
|
@@ -124938,6 +124976,7 @@ export declare const platformMessengerContract: {
|
|
124938
124976
|
isActive: boolean;
|
124939
124977
|
};
|
124940
124978
|
readAt: Date;
|
124979
|
+
partitionKey: string;
|
124941
124980
|
replyPlatformMessageId: string;
|
124942
124981
|
locale: "" | "th" | "mm" | "en";
|
124943
124982
|
previewUrl: string;
|
@@ -125714,6 +125753,7 @@ export declare const platformMessengerContract: {
|
|
125714
125753
|
isActive: boolean;
|
125715
125754
|
};
|
125716
125755
|
readAt: Date;
|
125756
|
+
partitionKey: string;
|
125717
125757
|
replyPlatformMessageId: string;
|
125718
125758
|
locale: "" | "th" | "mm" | "en";
|
125719
125759
|
previewUrl: string;
|
@@ -126491,6 +126531,7 @@ export declare const platformMessengerContract: {
|
|
126491
126531
|
isActive: boolean;
|
126492
126532
|
};
|
126493
126533
|
readAt: Date;
|
126534
|
+
partitionKey: string;
|
126494
126535
|
replyPlatformMessageId: string;
|
126495
126536
|
locale: "" | "th" | "mm" | "en";
|
126496
126537
|
previewUrl: string;
|
@@ -127267,6 +127308,7 @@ export declare const platformMessengerContract: {
|
|
127267
127308
|
isActive: boolean;
|
127268
127309
|
};
|
127269
127310
|
readAt: Date;
|
127311
|
+
partitionKey: string;
|
127270
127312
|
replyPlatformMessageId: string;
|
127271
127313
|
locale: "" | "th" | "mm" | "en";
|
127272
127314
|
previewUrl: string;
|
@@ -128044,6 +128086,7 @@ export declare const platformMessengerContract: {
|
|
128044
128086
|
isActive: boolean;
|
128045
128087
|
};
|
128046
128088
|
readAt: Date;
|
128089
|
+
partitionKey: string;
|
128047
128090
|
replyPlatformMessageId: string;
|
128048
128091
|
locale: "" | "th" | "mm" | "en";
|
128049
128092
|
previewUrl: string;
|
@@ -128820,6 +128863,7 @@ export declare const platformMessengerContract: {
|
|
128820
128863
|
isActive: boolean;
|
128821
128864
|
};
|
128822
128865
|
readAt: Date;
|
128866
|
+
partitionKey: string;
|
128823
128867
|
replyPlatformMessageId: string;
|
128824
128868
|
locale: "" | "th" | "mm" | "en";
|
128825
128869
|
previewUrl: string;
|
@@ -129599,6 +129643,7 @@ export declare const platformMessengerContract: {
|
|
129599
129643
|
isActive: boolean;
|
129600
129644
|
};
|
129601
129645
|
readAt: Date;
|
129646
|
+
partitionKey: string;
|
129602
129647
|
replyPlatformMessageId: string;
|
129603
129648
|
locale: "" | "th" | "mm" | "en";
|
129604
129649
|
previewUrl: string;
|
@@ -130375,6 +130420,7 @@ export declare const platformMessengerContract: {
|
|
130375
130420
|
isActive: boolean;
|
130376
130421
|
};
|
130377
130422
|
readAt: Date;
|
130423
|
+
partitionKey: string;
|
130378
130424
|
replyPlatformMessageId: string;
|
130379
130425
|
locale: "" | "th" | "mm" | "en";
|
130380
130426
|
previewUrl: string;
|
@@ -131155,6 +131201,7 @@ export declare const platformMessengerContract: {
|
|
131155
131201
|
isActive: boolean;
|
131156
131202
|
};
|
131157
131203
|
readAt: Date;
|
131204
|
+
partitionKey: string;
|
131158
131205
|
replyPlatformMessageId: string;
|
131159
131206
|
locale: "" | "th" | "mm" | "en";
|
131160
131207
|
previewUrl: string;
|
@@ -131931,6 +131978,7 @@ export declare const platformMessengerContract: {
|
|
131931
131978
|
isActive: boolean;
|
131932
131979
|
};
|
131933
131980
|
readAt: Date;
|
131981
|
+
partitionKey: string;
|
131934
131982
|
replyPlatformMessageId: string;
|
131935
131983
|
locale: "" | "th" | "mm" | "en";
|
131936
131984
|
previewUrl: string;
|
@@ -136477,6 +136525,7 @@ export declare const platformInstagramContract: {
|
|
136477
136525
|
metadata: import("zod").ZodAny;
|
136478
136526
|
platformId: import("zod").ZodString;
|
136479
136527
|
platformMessageId: import("zod").ZodString;
|
136528
|
+
partitionKey: import("zod").ZodString;
|
136480
136529
|
replyPlatformMessageId: import("zod").ZodString;
|
136481
136530
|
template: import("zod").ZodAny;
|
136482
136531
|
locale: import("zod").ZodEnum<["mm", "en", "th", ""]>;
|
@@ -141688,6 +141737,7 @@ export declare const platformInstagramContract: {
|
|
141688
141737
|
metadata: import("zod").ZodAny;
|
141689
141738
|
platformId: import("zod").ZodString;
|
141690
141739
|
platformMessageId: import("zod").ZodString;
|
141740
|
+
partitionKey: import("zod").ZodString;
|
141691
141741
|
replyPlatformMessageId: import("zod").ZodString;
|
141692
141742
|
template: import("zod").ZodAny;
|
141693
141743
|
locale: import("zod").ZodEnum<["mm", "en", "th", ""]>;
|
@@ -147446,6 +147496,7 @@ export declare const platformInstagramContract: {
|
|
147446
147496
|
isActive: boolean;
|
147447
147497
|
};
|
147448
147498
|
readAt: Date;
|
147499
|
+
partitionKey: string;
|
147449
147500
|
replyPlatformMessageId: string;
|
147450
147501
|
locale: "" | "th" | "mm" | "en";
|
147451
147502
|
previewUrl: string;
|
@@ -148222,6 +148273,7 @@ export declare const platformInstagramContract: {
|
|
148222
148273
|
isActive: boolean;
|
148223
148274
|
};
|
148224
148275
|
readAt: Date;
|
148276
|
+
partitionKey: string;
|
148225
148277
|
replyPlatformMessageId: string;
|
148226
148278
|
locale: "" | "th" | "mm" | "en";
|
148227
148279
|
previewUrl: string;
|
@@ -148999,6 +149051,7 @@ export declare const platformInstagramContract: {
|
|
148999
149051
|
isActive: boolean;
|
149000
149052
|
};
|
149001
149053
|
readAt: Date;
|
149054
|
+
partitionKey: string;
|
149002
149055
|
replyPlatformMessageId: string;
|
149003
149056
|
locale: "" | "th" | "mm" | "en";
|
149004
149057
|
previewUrl: string;
|
@@ -149775,6 +149828,7 @@ export declare const platformInstagramContract: {
|
|
149775
149828
|
isActive: boolean;
|
149776
149829
|
};
|
149777
149830
|
readAt: Date;
|
149831
|
+
partitionKey: string;
|
149778
149832
|
replyPlatformMessageId: string;
|
149779
149833
|
locale: "" | "th" | "mm" | "en";
|
149780
149834
|
previewUrl: string;
|
@@ -150552,6 +150606,7 @@ export declare const platformInstagramContract: {
|
|
150552
150606
|
isActive: boolean;
|
150553
150607
|
};
|
150554
150608
|
readAt: Date;
|
150609
|
+
partitionKey: string;
|
150555
150610
|
replyPlatformMessageId: string;
|
150556
150611
|
locale: "" | "th" | "mm" | "en";
|
150557
150612
|
previewUrl: string;
|
@@ -151328,6 +151383,7 @@ export declare const platformInstagramContract: {
|
|
151328
151383
|
isActive: boolean;
|
151329
151384
|
};
|
151330
151385
|
readAt: Date;
|
151386
|
+
partitionKey: string;
|
151331
151387
|
replyPlatformMessageId: string;
|
151332
151388
|
locale: "" | "th" | "mm" | "en";
|
151333
151389
|
previewUrl: string;
|
@@ -152107,6 +152163,7 @@ export declare const platformInstagramContract: {
|
|
152107
152163
|
isActive: boolean;
|
152108
152164
|
};
|
152109
152165
|
readAt: Date;
|
152166
|
+
partitionKey: string;
|
152110
152167
|
replyPlatformMessageId: string;
|
152111
152168
|
locale: "" | "th" | "mm" | "en";
|
152112
152169
|
previewUrl: string;
|
@@ -152883,6 +152940,7 @@ export declare const platformInstagramContract: {
|
|
152883
152940
|
isActive: boolean;
|
152884
152941
|
};
|
152885
152942
|
readAt: Date;
|
152943
|
+
partitionKey: string;
|
152886
152944
|
replyPlatformMessageId: string;
|
152887
152945
|
locale: "" | "th" | "mm" | "en";
|
152888
152946
|
previewUrl: string;
|
@@ -153663,6 +153721,7 @@ export declare const platformInstagramContract: {
|
|
153663
153721
|
isActive: boolean;
|
153664
153722
|
};
|
153665
153723
|
readAt: Date;
|
153724
|
+
partitionKey: string;
|
153666
153725
|
replyPlatformMessageId: string;
|
153667
153726
|
locale: "" | "th" | "mm" | "en";
|
153668
153727
|
previewUrl: string;
|
@@ -154439,6 +154498,7 @@ export declare const platformInstagramContract: {
|
|
154439
154498
|
isActive: boolean;
|
154440
154499
|
};
|
154441
154500
|
readAt: Date;
|
154501
|
+
partitionKey: string;
|
154442
154502
|
replyPlatformMessageId: string;
|
154443
154503
|
locale: "" | "th" | "mm" | "en";
|
154444
154504
|
previewUrl: string;
|
@@ -163726,6 +163786,7 @@ export declare const platformWhatsappContract: {
|
|
163726
163786
|
metadata: import("zod").ZodAny;
|
163727
163787
|
platformId: import("zod").ZodString;
|
163728
163788
|
platformMessageId: import("zod").ZodString;
|
163789
|
+
partitionKey: import("zod").ZodString;
|
163729
163790
|
replyPlatformMessageId: import("zod").ZodString;
|
163730
163791
|
template: import("zod").ZodAny;
|
163731
163792
|
locale: import("zod").ZodEnum<["mm", "en", "th", ""]>;
|
@@ -168937,6 +168998,7 @@ export declare const platformWhatsappContract: {
|
|
168937
168998
|
metadata: import("zod").ZodAny;
|
168938
168999
|
platformId: import("zod").ZodString;
|
168939
169000
|
platformMessageId: import("zod").ZodString;
|
169001
|
+
partitionKey: import("zod").ZodString;
|
168940
169002
|
replyPlatformMessageId: import("zod").ZodString;
|
168941
169003
|
template: import("zod").ZodAny;
|
168942
169004
|
locale: import("zod").ZodEnum<["mm", "en", "th", ""]>;
|
@@ -174695,6 +174757,7 @@ export declare const platformWhatsappContract: {
|
|
174695
174757
|
isActive: boolean;
|
174696
174758
|
};
|
174697
174759
|
readAt: Date;
|
174760
|
+
partitionKey: string;
|
174698
174761
|
replyPlatformMessageId: string;
|
174699
174762
|
locale: "" | "th" | "mm" | "en";
|
174700
174763
|
previewUrl: string;
|
@@ -175471,6 +175534,7 @@ export declare const platformWhatsappContract: {
|
|
175471
175534
|
isActive: boolean;
|
175472
175535
|
};
|
175473
175536
|
readAt: Date;
|
175537
|
+
partitionKey: string;
|
175474
175538
|
replyPlatformMessageId: string;
|
175475
175539
|
locale: "" | "th" | "mm" | "en";
|
175476
175540
|
previewUrl: string;
|
@@ -176248,6 +176312,7 @@ export declare const platformWhatsappContract: {
|
|
176248
176312
|
isActive: boolean;
|
176249
176313
|
};
|
176250
176314
|
readAt: Date;
|
176315
|
+
partitionKey: string;
|
176251
176316
|
replyPlatformMessageId: string;
|
176252
176317
|
locale: "" | "th" | "mm" | "en";
|
176253
176318
|
previewUrl: string;
|
@@ -177024,6 +177089,7 @@ export declare const platformWhatsappContract: {
|
|
177024
177089
|
isActive: boolean;
|
177025
177090
|
};
|
177026
177091
|
readAt: Date;
|
177092
|
+
partitionKey: string;
|
177027
177093
|
replyPlatformMessageId: string;
|
177028
177094
|
locale: "" | "th" | "mm" | "en";
|
177029
177095
|
previewUrl: string;
|
@@ -177801,6 +177867,7 @@ export declare const platformWhatsappContract: {
|
|
177801
177867
|
isActive: boolean;
|
177802
177868
|
};
|
177803
177869
|
readAt: Date;
|
177870
|
+
partitionKey: string;
|
177804
177871
|
replyPlatformMessageId: string;
|
177805
177872
|
locale: "" | "th" | "mm" | "en";
|
177806
177873
|
previewUrl: string;
|
@@ -178577,6 +178644,7 @@ export declare const platformWhatsappContract: {
|
|
178577
178644
|
isActive: boolean;
|
178578
178645
|
};
|
178579
178646
|
readAt: Date;
|
178647
|
+
partitionKey: string;
|
178580
178648
|
replyPlatformMessageId: string;
|
178581
178649
|
locale: "" | "th" | "mm" | "en";
|
178582
178650
|
previewUrl: string;
|
@@ -179356,6 +179424,7 @@ export declare const platformWhatsappContract: {
|
|
179356
179424
|
isActive: boolean;
|
179357
179425
|
};
|
179358
179426
|
readAt: Date;
|
179427
|
+
partitionKey: string;
|
179359
179428
|
replyPlatformMessageId: string;
|
179360
179429
|
locale: "" | "th" | "mm" | "en";
|
179361
179430
|
previewUrl: string;
|
@@ -180132,6 +180201,7 @@ export declare const platformWhatsappContract: {
|
|
180132
180201
|
isActive: boolean;
|
180133
180202
|
};
|
180134
180203
|
readAt: Date;
|
180204
|
+
partitionKey: string;
|
180135
180205
|
replyPlatformMessageId: string;
|
180136
180206
|
locale: "" | "th" | "mm" | "en";
|
180137
180207
|
previewUrl: string;
|
@@ -180912,6 +180982,7 @@ export declare const platformWhatsappContract: {
|
|
180912
180982
|
isActive: boolean;
|
180913
180983
|
};
|
180914
180984
|
readAt: Date;
|
180985
|
+
partitionKey: string;
|
180915
180986
|
replyPlatformMessageId: string;
|
180916
180987
|
locale: "" | "th" | "mm" | "en";
|
180917
180988
|
previewUrl: string;
|
@@ -181688,6 +181759,7 @@ export declare const platformWhatsappContract: {
|
|
181688
181759
|
isActive: boolean;
|
181689
181760
|
};
|
181690
181761
|
readAt: Date;
|
181762
|
+
partitionKey: string;
|
181691
181763
|
replyPlatformMessageId: string;
|
181692
181764
|
locale: "" | "th" | "mm" | "en";
|
181693
181765
|
previewUrl: string;
|
@@ -190579,6 +190651,7 @@ export declare const facebookFeedContract: {
|
|
190579
190651
|
metadata: import("zod").ZodAny;
|
190580
190652
|
platformId: import("zod").ZodString;
|
190581
190653
|
platformMessageId: import("zod").ZodString;
|
190654
|
+
partitionKey: import("zod").ZodString;
|
190582
190655
|
replyPlatformMessageId: import("zod").ZodString;
|
190583
190656
|
template: import("zod").ZodAny;
|
190584
190657
|
locale: import("zod").ZodEnum<["mm", "en", "th", ""]>;
|
@@ -195790,6 +195863,7 @@ export declare const facebookFeedContract: {
|
|
195790
195863
|
metadata: import("zod").ZodAny;
|
195791
195864
|
platformId: import("zod").ZodString;
|
195792
195865
|
platformMessageId: import("zod").ZodString;
|
195866
|
+
partitionKey: import("zod").ZodString;
|
195793
195867
|
replyPlatformMessageId: import("zod").ZodString;
|
195794
195868
|
template: import("zod").ZodAny;
|
195795
195869
|
locale: import("zod").ZodEnum<["mm", "en", "th", ""]>;
|
@@ -201548,6 +201622,7 @@ export declare const facebookFeedContract: {
|
|
201548
201622
|
isActive: boolean;
|
201549
201623
|
};
|
201550
201624
|
readAt: Date;
|
201625
|
+
partitionKey: string;
|
201551
201626
|
replyPlatformMessageId: string;
|
201552
201627
|
locale: "" | "th" | "mm" | "en";
|
201553
201628
|
previewUrl: string;
|
@@ -202324,6 +202399,7 @@ export declare const facebookFeedContract: {
|
|
202324
202399
|
isActive: boolean;
|
202325
202400
|
};
|
202326
202401
|
readAt: Date;
|
202402
|
+
partitionKey: string;
|
202327
202403
|
replyPlatformMessageId: string;
|
202328
202404
|
locale: "" | "th" | "mm" | "en";
|
202329
202405
|
previewUrl: string;
|
@@ -203101,6 +203177,7 @@ export declare const facebookFeedContract: {
|
|
203101
203177
|
isActive: boolean;
|
203102
203178
|
};
|
203103
203179
|
readAt: Date;
|
203180
|
+
partitionKey: string;
|
203104
203181
|
replyPlatformMessageId: string;
|
203105
203182
|
locale: "" | "th" | "mm" | "en";
|
203106
203183
|
previewUrl: string;
|
@@ -203877,6 +203954,7 @@ export declare const facebookFeedContract: {
|
|
203877
203954
|
isActive: boolean;
|
203878
203955
|
};
|
203879
203956
|
readAt: Date;
|
203957
|
+
partitionKey: string;
|
203880
203958
|
replyPlatformMessageId: string;
|
203881
203959
|
locale: "" | "th" | "mm" | "en";
|
203882
203960
|
previewUrl: string;
|
@@ -204654,6 +204732,7 @@ export declare const facebookFeedContract: {
|
|
204654
204732
|
isActive: boolean;
|
204655
204733
|
};
|
204656
204734
|
readAt: Date;
|
204735
|
+
partitionKey: string;
|
204657
204736
|
replyPlatformMessageId: string;
|
204658
204737
|
locale: "" | "th" | "mm" | "en";
|
204659
204738
|
previewUrl: string;
|
@@ -205430,6 +205509,7 @@ export declare const facebookFeedContract: {
|
|
205430
205509
|
isActive: boolean;
|
205431
205510
|
};
|
205432
205511
|
readAt: Date;
|
205512
|
+
partitionKey: string;
|
205433
205513
|
replyPlatformMessageId: string;
|
205434
205514
|
locale: "" | "th" | "mm" | "en";
|
205435
205515
|
previewUrl: string;
|
@@ -206209,6 +206289,7 @@ export declare const facebookFeedContract: {
|
|
206209
206289
|
isActive: boolean;
|
206210
206290
|
};
|
206211
206291
|
readAt: Date;
|
206292
|
+
partitionKey: string;
|
206212
206293
|
replyPlatformMessageId: string;
|
206213
206294
|
locale: "" | "th" | "mm" | "en";
|
206214
206295
|
previewUrl: string;
|
@@ -206985,6 +207066,7 @@ export declare const facebookFeedContract: {
|
|
206985
207066
|
isActive: boolean;
|
206986
207067
|
};
|
206987
207068
|
readAt: Date;
|
207069
|
+
partitionKey: string;
|
206988
207070
|
replyPlatformMessageId: string;
|
206989
207071
|
locale: "" | "th" | "mm" | "en";
|
206990
207072
|
previewUrl: string;
|
@@ -207765,6 +207847,7 @@ export declare const facebookFeedContract: {
|
|
207765
207847
|
isActive: boolean;
|
207766
207848
|
};
|
207767
207849
|
readAt: Date;
|
207850
|
+
partitionKey: string;
|
207768
207851
|
replyPlatformMessageId: string;
|
207769
207852
|
locale: "" | "th" | "mm" | "en";
|
207770
207853
|
previewUrl: string;
|
@@ -208541,6 +208624,7 @@ export declare const facebookFeedContract: {
|
|
208541
208624
|
isActive: boolean;
|
208542
208625
|
};
|
208543
208626
|
readAt: Date;
|
208627
|
+
partitionKey: string;
|
208544
208628
|
replyPlatformMessageId: string;
|
208545
208629
|
locale: "" | "th" | "mm" | "en";
|
208546
208630
|
previewUrl: string;
|
@@ -213323,6 +213407,7 @@ export declare const feedPostContract: {
|
|
213323
213407
|
metadata: import("zod").ZodAny;
|
213324
213408
|
platformId: import("zod").ZodString;
|
213325
213409
|
platformMessageId: import("zod").ZodString;
|
213410
|
+
partitionKey: import("zod").ZodString;
|
213326
213411
|
replyPlatformMessageId: import("zod").ZodString;
|
213327
213412
|
template: import("zod").ZodAny;
|
213328
213413
|
locale: import("zod").ZodEnum<["mm", "en", "th", ""]>;
|
@@ -219591,6 +219676,7 @@ export declare const feedPostContract: {
|
|
219591
219676
|
metadata: import("zod").ZodAny;
|
219592
219677
|
platformId: import("zod").ZodString;
|
219593
219678
|
platformMessageId: import("zod").ZodString;
|
219679
|
+
partitionKey: import("zod").ZodString;
|
219594
219680
|
replyPlatformMessageId: import("zod").ZodString;
|
219595
219681
|
template: import("zod").ZodAny;
|
219596
219682
|
locale: import("zod").ZodEnum<["mm", "en", "th", ""]>;
|
@@ -225349,6 +225435,7 @@ export declare const feedPostContract: {
|
|
225349
225435
|
isActive: boolean;
|
225350
225436
|
};
|
225351
225437
|
readAt: Date;
|
225438
|
+
partitionKey: string;
|
225352
225439
|
replyPlatformMessageId: string;
|
225353
225440
|
locale: "" | "th" | "mm" | "en";
|
225354
225441
|
previewUrl: string;
|
@@ -226125,6 +226212,7 @@ export declare const feedPostContract: {
|
|
226125
226212
|
isActive: boolean;
|
226126
226213
|
};
|
226127
226214
|
readAt: Date;
|
226215
|
+
partitionKey: string;
|
226128
226216
|
replyPlatformMessageId: string;
|
226129
226217
|
locale: "" | "th" | "mm" | "en";
|
226130
226218
|
previewUrl: string;
|
@@ -226908,6 +226996,7 @@ export declare const feedPostContract: {
|
|
226908
226996
|
isActive: boolean;
|
226909
226997
|
};
|
226910
226998
|
readAt: Date;
|
226999
|
+
partitionKey: string;
|
226911
227000
|
replyPlatformMessageId: string;
|
226912
227001
|
locale: "" | "th" | "mm" | "en";
|
226913
227002
|
previewUrl: string;
|
@@ -227679,6 +227768,7 @@ export declare const feedPostContract: {
|
|
227679
227768
|
isActive: boolean;
|
227680
227769
|
};
|
227681
227770
|
readAt: Date;
|
227771
|
+
partitionKey: string;
|
227682
227772
|
replyPlatformMessageId: string;
|
227683
227773
|
locale: "" | "th" | "mm" | "en";
|
227684
227774
|
previewUrl: string;
|
@@ -228588,6 +228678,7 @@ export declare const feedPostContract: {
|
|
228588
228678
|
isActive: boolean;
|
228589
228679
|
};
|
228590
228680
|
readAt: Date;
|
228681
|
+
partitionKey: string;
|
228591
228682
|
replyPlatformMessageId: string;
|
228592
228683
|
locale: "" | "th" | "mm" | "en";
|
228593
228684
|
previewUrl: string;
|
@@ -229359,6 +229450,7 @@ export declare const feedPostContract: {
|
|
229359
229450
|
isActive: boolean;
|
229360
229451
|
};
|
229361
229452
|
readAt: Date;
|
229453
|
+
partitionKey: string;
|
229362
229454
|
replyPlatformMessageId: string;
|
229363
229455
|
locale: "" | "th" | "mm" | "en";
|
229364
229456
|
previewUrl: string;
|
@@ -230270,6 +230362,7 @@ export declare const feedPostContract: {
|
|
230270
230362
|
isActive: boolean;
|
230271
230363
|
};
|
230272
230364
|
readAt: Date;
|
230365
|
+
partitionKey: string;
|
230273
230366
|
replyPlatformMessageId: string;
|
230274
230367
|
locale: "" | "th" | "mm" | "en";
|
230275
230368
|
previewUrl: string;
|
@@ -231041,6 +231134,7 @@ export declare const feedPostContract: {
|
|
231041
231134
|
isActive: boolean;
|
231042
231135
|
};
|
231043
231136
|
readAt: Date;
|
231137
|
+
partitionKey: string;
|
231044
231138
|
replyPlatformMessageId: string;
|
231045
231139
|
locale: "" | "th" | "mm" | "en";
|
231046
231140
|
previewUrl: string;
|
@@ -231956,6 +232050,7 @@ export declare const feedPostContract: {
|
|
231956
232050
|
isActive: boolean;
|
231957
232051
|
};
|
231958
232052
|
readAt: Date;
|
232053
|
+
partitionKey: string;
|
231959
232054
|
replyPlatformMessageId: string;
|
231960
232055
|
locale: "" | "th" | "mm" | "en";
|
231961
232056
|
previewUrl: string;
|
@@ -232727,6 +232822,7 @@ export declare const feedPostContract: {
|
|
232727
232822
|
isActive: boolean;
|
232728
232823
|
};
|
232729
232824
|
readAt: Date;
|
232825
|
+
partitionKey: string;
|
232730
232826
|
replyPlatformMessageId: string;
|
232731
232827
|
locale: "" | "th" | "mm" | "en";
|
232732
232828
|
previewUrl: string;
|
@@ -256194,6 +256290,7 @@ export declare const workflowContract: {
|
|
256194
256290
|
metadata: import("zod").ZodAny;
|
256195
256291
|
platformId: import("zod").ZodString;
|
256196
256292
|
platformMessageId: import("zod").ZodString;
|
256293
|
+
partitionKey: import("zod").ZodString;
|
256197
256294
|
replyPlatformMessageId: import("zod").ZodString;
|
256198
256295
|
template: import("zod").ZodAny;
|
256199
256296
|
locale: import("zod").ZodEnum<["mm", "en", "th", ""]>;
|
@@ -261952,6 +262049,7 @@ export declare const workflowContract: {
|
|
261952
262049
|
isActive: boolean;
|
261953
262050
|
};
|
261954
262051
|
readAt: Date;
|
262052
|
+
partitionKey: string;
|
261955
262053
|
replyPlatformMessageId: string;
|
261956
262054
|
locale: "" | "th" | "mm" | "en";
|
261957
262055
|
previewUrl: string;
|
@@ -262728,6 +262826,7 @@ export declare const workflowContract: {
|
|
262728
262826
|
isActive: boolean;
|
262729
262827
|
};
|
262730
262828
|
readAt: Date;
|
262829
|
+
partitionKey: string;
|
262731
262830
|
replyPlatformMessageId: string;
|
262732
262831
|
locale: "" | "th" | "mm" | "en";
|
262733
262832
|
previewUrl: string;
|
@@ -263506,6 +263605,7 @@ export declare const workflowContract: {
|
|
263506
263605
|
isActive: boolean;
|
263507
263606
|
};
|
263508
263607
|
readAt: Date;
|
263608
|
+
partitionKey: string;
|
263509
263609
|
replyPlatformMessageId: string;
|
263510
263610
|
locale: "" | "th" | "mm" | "en";
|
263511
263611
|
previewUrl: string;
|
@@ -264285,6 +264385,7 @@ export declare const workflowContract: {
|
|
264285
264385
|
isActive: boolean;
|
264286
264386
|
};
|
264287
264387
|
readAt: Date;
|
264388
|
+
partitionKey: string;
|
264288
264389
|
replyPlatformMessageId: string;
|
264289
264390
|
locale: "" | "th" | "mm" | "en";
|
264290
264391
|
previewUrl: string;
|
@@ -302082,6 +302183,7 @@ export declare const platformKlinkChatContract: {
|
|
302082
302183
|
metadata: import("zod").ZodAny;
|
302083
302184
|
platformId: import("zod").ZodString;
|
302084
302185
|
platformMessageId: import("zod").ZodString;
|
302186
|
+
partitionKey: import("zod").ZodString;
|
302085
302187
|
replyPlatformMessageId: import("zod").ZodString;
|
302086
302188
|
template: import("zod").ZodAny;
|
302087
302189
|
locale: import("zod").ZodEnum<["mm", "en", "th", ""]>;
|
@@ -307293,6 +307395,7 @@ export declare const platformKlinkChatContract: {
|
|
307293
307395
|
metadata: import("zod").ZodAny;
|
307294
307396
|
platformId: import("zod").ZodString;
|
307295
307397
|
platformMessageId: import("zod").ZodString;
|
307398
|
+
partitionKey: import("zod").ZodString;
|
307296
307399
|
replyPlatformMessageId: import("zod").ZodString;
|
307297
307400
|
template: import("zod").ZodAny;
|
307298
307401
|
locale: import("zod").ZodEnum<["mm", "en", "th", ""]>;
|
@@ -313051,6 +313154,7 @@ export declare const platformKlinkChatContract: {
|
|
313051
313154
|
isActive: boolean;
|
313052
313155
|
};
|
313053
313156
|
readAt: Date;
|
313157
|
+
partitionKey: string;
|
313054
313158
|
replyPlatformMessageId: string;
|
313055
313159
|
locale: "" | "th" | "mm" | "en";
|
313056
313160
|
previewUrl: string;
|
@@ -313827,6 +313931,7 @@ export declare const platformKlinkChatContract: {
|
|
313827
313931
|
isActive: boolean;
|
313828
313932
|
};
|
313829
313933
|
readAt: Date;
|
313934
|
+
partitionKey: string;
|
313830
313935
|
replyPlatformMessageId: string;
|
313831
313936
|
locale: "" | "th" | "mm" | "en";
|
313832
313937
|
previewUrl: string;
|
@@ -314604,6 +314709,7 @@ export declare const platformKlinkChatContract: {
|
|
314604
314709
|
isActive: boolean;
|
314605
314710
|
};
|
314606
314711
|
readAt: Date;
|
314712
|
+
partitionKey: string;
|
314607
314713
|
replyPlatformMessageId: string;
|
314608
314714
|
locale: "" | "th" | "mm" | "en";
|
314609
314715
|
previewUrl: string;
|
@@ -315380,6 +315486,7 @@ export declare const platformKlinkChatContract: {
|
|
315380
315486
|
isActive: boolean;
|
315381
315487
|
};
|
315382
315488
|
readAt: Date;
|
315489
|
+
partitionKey: string;
|
315383
315490
|
replyPlatformMessageId: string;
|
315384
315491
|
locale: "" | "th" | "mm" | "en";
|
315385
315492
|
previewUrl: string;
|
@@ -316157,6 +316264,7 @@ export declare const platformKlinkChatContract: {
|
|
316157
316264
|
isActive: boolean;
|
316158
316265
|
};
|
316159
316266
|
readAt: Date;
|
316267
|
+
partitionKey: string;
|
316160
316268
|
replyPlatformMessageId: string;
|
316161
316269
|
locale: "" | "th" | "mm" | "en";
|
316162
316270
|
previewUrl: string;
|
@@ -316933,6 +317041,7 @@ export declare const platformKlinkChatContract: {
|
|
316933
317041
|
isActive: boolean;
|
316934
317042
|
};
|
316935
317043
|
readAt: Date;
|
317044
|
+
partitionKey: string;
|
316936
317045
|
replyPlatformMessageId: string;
|
316937
317046
|
locale: "" | "th" | "mm" | "en";
|
316938
317047
|
previewUrl: string;
|
@@ -317712,6 +317821,7 @@ export declare const platformKlinkChatContract: {
|
|
317712
317821
|
isActive: boolean;
|
317713
317822
|
};
|
317714
317823
|
readAt: Date;
|
317824
|
+
partitionKey: string;
|
317715
317825
|
replyPlatformMessageId: string;
|
317716
317826
|
locale: "" | "th" | "mm" | "en";
|
317717
317827
|
previewUrl: string;
|
@@ -318488,6 +318598,7 @@ export declare const platformKlinkChatContract: {
|
|
318488
318598
|
isActive: boolean;
|
318489
318599
|
};
|
318490
318600
|
readAt: Date;
|
318601
|
+
partitionKey: string;
|
318491
318602
|
replyPlatformMessageId: string;
|
318492
318603
|
locale: "" | "th" | "mm" | "en";
|
318493
318604
|
previewUrl: string;
|
@@ -319268,6 +319379,7 @@ export declare const platformKlinkChatContract: {
|
|
319268
319379
|
isActive: boolean;
|
319269
319380
|
};
|
319270
319381
|
readAt: Date;
|
319382
|
+
partitionKey: string;
|
319271
319383
|
replyPlatformMessageId: string;
|
319272
319384
|
locale: "" | "th" | "mm" | "en";
|
319273
319385
|
previewUrl: string;
|
@@ -320044,6 +320156,7 @@ export declare const platformKlinkChatContract: {
|
|
320044
320156
|
isActive: boolean;
|
320045
320157
|
};
|
320046
320158
|
readAt: Date;
|
320159
|
+
partitionKey: string;
|
320047
320160
|
replyPlatformMessageId: string;
|
320048
320161
|
locale: "" | "th" | "mm" | "en";
|
320049
320162
|
previewUrl: string;
|