@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
@@ -8833,6 +8833,7 @@ export declare const mainFeedContract: {
|
|
8833
8833
|
metadata: z.ZodAny;
|
8834
8834
|
platformId: z.ZodString;
|
8835
8835
|
platformMessageId: z.ZodString;
|
8836
|
+
partitionKey: z.ZodString;
|
8836
8837
|
replyPlatformMessageId: z.ZodString;
|
8837
8838
|
template: z.ZodAny;
|
8838
8839
|
locale: z.ZodEnum<["mm", "en", "th", ""]>;
|
@@ -15101,6 +15102,7 @@ export declare const mainFeedContract: {
|
|
15101
15102
|
metadata: z.ZodAny;
|
15102
15103
|
platformId: z.ZodString;
|
15103
15104
|
platformMessageId: z.ZodString;
|
15105
|
+
partitionKey: z.ZodString;
|
15104
15106
|
replyPlatformMessageId: z.ZodString;
|
15105
15107
|
template: z.ZodAny;
|
15106
15108
|
locale: z.ZodEnum<["mm", "en", "th", ""]>;
|
@@ -20859,6 +20861,7 @@ export declare const mainFeedContract: {
|
|
20859
20861
|
isActive: boolean;
|
20860
20862
|
};
|
20861
20863
|
readAt: Date;
|
20864
|
+
partitionKey: string;
|
20862
20865
|
replyPlatformMessageId: string;
|
20863
20866
|
locale: "" | "th" | "mm" | "en";
|
20864
20867
|
previewUrl: string;
|
@@ -21635,6 +21638,7 @@ export declare const mainFeedContract: {
|
|
21635
21638
|
isActive: boolean;
|
21636
21639
|
};
|
21637
21640
|
readAt: Date;
|
21641
|
+
partitionKey: string;
|
21638
21642
|
replyPlatformMessageId: string;
|
21639
21643
|
locale: "" | "th" | "mm" | "en";
|
21640
21644
|
previewUrl: string;
|
@@ -22418,6 +22422,7 @@ export declare const mainFeedContract: {
|
|
22418
22422
|
isActive: boolean;
|
22419
22423
|
};
|
22420
22424
|
readAt: Date;
|
22425
|
+
partitionKey: string;
|
22421
22426
|
replyPlatformMessageId: string;
|
22422
22427
|
locale: "" | "th" | "mm" | "en";
|
22423
22428
|
previewUrl: string;
|
@@ -23189,6 +23194,7 @@ export declare const mainFeedContract: {
|
|
23189
23194
|
isActive: boolean;
|
23190
23195
|
};
|
23191
23196
|
readAt: Date;
|
23197
|
+
partitionKey: string;
|
23192
23198
|
replyPlatformMessageId: string;
|
23193
23199
|
locale: "" | "th" | "mm" | "en";
|
23194
23200
|
previewUrl: string;
|
@@ -24098,6 +24104,7 @@ export declare const mainFeedContract: {
|
|
24098
24104
|
isActive: boolean;
|
24099
24105
|
};
|
24100
24106
|
readAt: Date;
|
24107
|
+
partitionKey: string;
|
24101
24108
|
replyPlatformMessageId: string;
|
24102
24109
|
locale: "" | "th" | "mm" | "en";
|
24103
24110
|
previewUrl: string;
|
@@ -24869,6 +24876,7 @@ export declare const mainFeedContract: {
|
|
24869
24876
|
isActive: boolean;
|
24870
24877
|
};
|
24871
24878
|
readAt: Date;
|
24879
|
+
partitionKey: string;
|
24872
24880
|
replyPlatformMessageId: string;
|
24873
24881
|
locale: "" | "th" | "mm" | "en";
|
24874
24882
|
previewUrl: string;
|
@@ -25780,6 +25788,7 @@ export declare const mainFeedContract: {
|
|
25780
25788
|
isActive: boolean;
|
25781
25789
|
};
|
25782
25790
|
readAt: Date;
|
25791
|
+
partitionKey: string;
|
25783
25792
|
replyPlatformMessageId: string;
|
25784
25793
|
locale: "" | "th" | "mm" | "en";
|
25785
25794
|
previewUrl: string;
|
@@ -26551,6 +26560,7 @@ export declare const mainFeedContract: {
|
|
26551
26560
|
isActive: boolean;
|
26552
26561
|
};
|
26553
26562
|
readAt: Date;
|
26563
|
+
partitionKey: string;
|
26554
26564
|
replyPlatformMessageId: string;
|
26555
26565
|
locale: "" | "th" | "mm" | "en";
|
26556
26566
|
previewUrl: string;
|
@@ -27466,6 +27476,7 @@ export declare const mainFeedContract: {
|
|
27466
27476
|
isActive: boolean;
|
27467
27477
|
};
|
27468
27478
|
readAt: Date;
|
27479
|
+
partitionKey: string;
|
27469
27480
|
replyPlatformMessageId: string;
|
27470
27481
|
locale: "" | "th" | "mm" | "en";
|
27471
27482
|
previewUrl: string;
|
@@ -28237,6 +28248,7 @@ export declare const mainFeedContract: {
|
|
28237
28248
|
isActive: boolean;
|
28238
28249
|
};
|
28239
28250
|
readAt: Date;
|
28251
|
+
partitionKey: string;
|
28240
28252
|
replyPlatformMessageId: string;
|
28241
28253
|
locale: "" | "th" | "mm" | "en";
|
28242
28254
|
previewUrl: string;
|
@@ -64174,6 +64186,7 @@ export declare const mainChatContract: {
|
|
64174
64186
|
metadata: z.ZodAny;
|
64175
64187
|
platformId: z.ZodString;
|
64176
64188
|
platformMessageId: z.ZodString;
|
64189
|
+
partitionKey: z.ZodString;
|
64177
64190
|
replyPlatformMessageId: z.ZodString;
|
64178
64191
|
template: z.ZodAny;
|
64179
64192
|
locale: z.ZodEnum<["mm", "en", "th", ""]>;
|
@@ -69385,6 +69398,7 @@ export declare const mainChatContract: {
|
|
69385
69398
|
metadata: z.ZodAny;
|
69386
69399
|
platformId: z.ZodString;
|
69387
69400
|
platformMessageId: z.ZodString;
|
69401
|
+
partitionKey: z.ZodString;
|
69388
69402
|
replyPlatformMessageId: z.ZodString;
|
69389
69403
|
template: z.ZodAny;
|
69390
69404
|
locale: z.ZodEnum<["mm", "en", "th", ""]>;
|
@@ -75143,6 +75157,7 @@ export declare const mainChatContract: {
|
|
75143
75157
|
isActive: boolean;
|
75144
75158
|
};
|
75145
75159
|
readAt: Date;
|
75160
|
+
partitionKey: string;
|
75146
75161
|
replyPlatformMessageId: string;
|
75147
75162
|
locale: "" | "th" | "mm" | "en";
|
75148
75163
|
previewUrl: string;
|
@@ -75919,6 +75934,7 @@ export declare const mainChatContract: {
|
|
75919
75934
|
isActive: boolean;
|
75920
75935
|
};
|
75921
75936
|
readAt: Date;
|
75937
|
+
partitionKey: string;
|
75922
75938
|
replyPlatformMessageId: string;
|
75923
75939
|
locale: "" | "th" | "mm" | "en";
|
75924
75940
|
previewUrl: string;
|
@@ -76696,6 +76712,7 @@ export declare const mainChatContract: {
|
|
76696
76712
|
isActive: boolean;
|
76697
76713
|
};
|
76698
76714
|
readAt: Date;
|
76715
|
+
partitionKey: string;
|
76699
76716
|
replyPlatformMessageId: string;
|
76700
76717
|
locale: "" | "th" | "mm" | "en";
|
76701
76718
|
previewUrl: string;
|
@@ -77472,6 +77489,7 @@ export declare const mainChatContract: {
|
|
77472
77489
|
isActive: boolean;
|
77473
77490
|
};
|
77474
77491
|
readAt: Date;
|
77492
|
+
partitionKey: string;
|
77475
77493
|
replyPlatformMessageId: string;
|
77476
77494
|
locale: "" | "th" | "mm" | "en";
|
77477
77495
|
previewUrl: string;
|
@@ -78249,6 +78267,7 @@ export declare const mainChatContract: {
|
|
78249
78267
|
isActive: boolean;
|
78250
78268
|
};
|
78251
78269
|
readAt: Date;
|
78270
|
+
partitionKey: string;
|
78252
78271
|
replyPlatformMessageId: string;
|
78253
78272
|
locale: "" | "th" | "mm" | "en";
|
78254
78273
|
previewUrl: string;
|
@@ -79025,6 +79044,7 @@ export declare const mainChatContract: {
|
|
79025
79044
|
isActive: boolean;
|
79026
79045
|
};
|
79027
79046
|
readAt: Date;
|
79047
|
+
partitionKey: string;
|
79028
79048
|
replyPlatformMessageId: string;
|
79029
79049
|
locale: "" | "th" | "mm" | "en";
|
79030
79050
|
previewUrl: string;
|
@@ -79804,6 +79824,7 @@ export declare const mainChatContract: {
|
|
79804
79824
|
isActive: boolean;
|
79805
79825
|
};
|
79806
79826
|
readAt: Date;
|
79827
|
+
partitionKey: string;
|
79807
79828
|
replyPlatformMessageId: string;
|
79808
79829
|
locale: "" | "th" | "mm" | "en";
|
79809
79830
|
previewUrl: string;
|
@@ -80580,6 +80601,7 @@ export declare const mainChatContract: {
|
|
80580
80601
|
isActive: boolean;
|
80581
80602
|
};
|
80582
80603
|
readAt: Date;
|
80604
|
+
partitionKey: string;
|
80583
80605
|
replyPlatformMessageId: string;
|
80584
80606
|
locale: "" | "th" | "mm" | "en";
|
80585
80607
|
previewUrl: string;
|
@@ -81360,6 +81382,7 @@ export declare const mainChatContract: {
|
|
81360
81382
|
isActive: boolean;
|
81361
81383
|
};
|
81362
81384
|
readAt: Date;
|
81385
|
+
partitionKey: string;
|
81363
81386
|
replyPlatformMessageId: string;
|
81364
81387
|
locale: "" | "th" | "mm" | "en";
|
81365
81388
|
previewUrl: string;
|
@@ -82136,6 +82159,7 @@ export declare const mainChatContract: {
|
|
82136
82159
|
isActive: boolean;
|
82137
82160
|
};
|
82138
82161
|
readAt: Date;
|
82162
|
+
partitionKey: string;
|
82139
82163
|
replyPlatformMessageId: string;
|
82140
82164
|
locale: "" | "th" | "mm" | "en";
|
82141
82165
|
previewUrl: string;
|
@@ -82549,6 +82573,7 @@ export declare const mainChatContract: {
|
|
82549
82573
|
metadata: z.ZodAny;
|
82550
82574
|
platformId: z.ZodString;
|
82551
82575
|
platformMessageId: z.ZodString;
|
82576
|
+
partitionKey: z.ZodString;
|
82552
82577
|
replyPlatformMessageId: z.ZodString;
|
82553
82578
|
template: z.ZodAny;
|
82554
82579
|
locale: z.ZodEnum<["mm", "en", "th", ""]>;
|
@@ -90747,6 +90772,7 @@ export declare const mainChatContract: {
|
|
90747
90772
|
isActive: boolean;
|
90748
90773
|
};
|
90749
90774
|
readAt: Date;
|
90775
|
+
partitionKey: string;
|
90750
90776
|
replyPlatformMessageId: string;
|
90751
90777
|
locale: "" | "th" | "mm" | "en";
|
90752
90778
|
previewUrl: string;
|
@@ -91814,6 +91840,7 @@ export declare const mainChatContract: {
|
|
91814
91840
|
isActive: boolean;
|
91815
91841
|
};
|
91816
91842
|
readAt: Date;
|
91843
|
+
partitionKey: string;
|
91817
91844
|
replyPlatformMessageId: string;
|
91818
91845
|
locale: "" | "th" | "mm" | "en";
|
91819
91846
|
previewUrl: string;
|
@@ -92883,6 +92910,7 @@ export declare const mainChatContract: {
|
|
92883
92910
|
isActive: boolean;
|
92884
92911
|
};
|
92885
92912
|
readAt: Date;
|
92913
|
+
partitionKey: string;
|
92886
92914
|
replyPlatformMessageId: string;
|
92887
92915
|
locale: "" | "th" | "mm" | "en";
|
92888
92916
|
previewUrl: string;
|
@@ -93956,6 +93984,7 @@ export declare const mainChatContract: {
|
|
93956
93984
|
isActive: boolean;
|
93957
93985
|
};
|
93958
93986
|
readAt: Date;
|
93987
|
+
partitionKey: string;
|
93959
93988
|
replyPlatformMessageId: string;
|
93960
93989
|
locale: "" | "th" | "mm" | "en";
|
93961
93990
|
previewUrl: string;
|
@@ -108971,6 +109000,7 @@ export declare const initiateMessageContract: {
|
|
108971
109000
|
metadata: z.ZodAny;
|
108972
109001
|
platformId: z.ZodString;
|
108973
109002
|
platformMessageId: z.ZodString;
|
109003
|
+
partitionKey: z.ZodString;
|
108974
109004
|
replyPlatformMessageId: z.ZodString;
|
108975
109005
|
template: z.ZodAny;
|
108976
109006
|
locale: z.ZodEnum<["mm", "en", "th", ""]>;
|
@@ -114729,6 +114759,7 @@ export declare const initiateMessageContract: {
|
|
114729
114759
|
isActive: boolean;
|
114730
114760
|
};
|
114731
114761
|
readAt: Date;
|
114762
|
+
partitionKey: string;
|
114732
114763
|
replyPlatformMessageId: string;
|
114733
114764
|
locale: "" | "th" | "mm" | "en";
|
114734
114765
|
previewUrl: string;
|
@@ -115505,6 +115536,7 @@ export declare const initiateMessageContract: {
|
|
115505
115536
|
isActive: boolean;
|
115506
115537
|
};
|
115507
115538
|
readAt: Date;
|
115539
|
+
partitionKey: string;
|
115508
115540
|
replyPlatformMessageId: string;
|
115509
115541
|
locale: "" | "th" | "mm" | "en";
|
115510
115542
|
previewUrl: string;
|
@@ -116283,6 +116315,7 @@ export declare const initiateMessageContract: {
|
|
116283
116315
|
isActive: boolean;
|
116284
116316
|
};
|
116285
116317
|
readAt: Date;
|
116318
|
+
partitionKey: string;
|
116286
116319
|
replyPlatformMessageId: string;
|
116287
116320
|
locale: "" | "th" | "mm" | "en";
|
116288
116321
|
previewUrl: string;
|
@@ -117062,6 +117095,7 @@ export declare const initiateMessageContract: {
|
|
117062
117095
|
isActive: boolean;
|
117063
117096
|
};
|
117064
117097
|
readAt: Date;
|
117098
|
+
partitionKey: string;
|
117065
117099
|
replyPlatformMessageId: string;
|
117066
117100
|
locale: "" | "th" | "mm" | "en";
|
117067
117101
|
previewUrl: string;
|
@@ -117852,6 +117886,7 @@ export declare const mainChatMessageContract: {
|
|
117852
117886
|
metadata: z.ZodAny;
|
117853
117887
|
platformId: z.ZodString;
|
117854
117888
|
platformMessageId: z.ZodString;
|
117889
|
+
partitionKey: z.ZodString;
|
117855
117890
|
replyPlatformMessageId: z.ZodString;
|
117856
117891
|
template: z.ZodAny;
|
117857
117892
|
locale: z.ZodEnum<["mm", "en", "th", ""]>;
|
@@ -123063,6 +123098,7 @@ export declare const mainChatMessageContract: {
|
|
123063
123098
|
metadata: z.ZodAny;
|
123064
123099
|
platformId: z.ZodString;
|
123065
123100
|
platformMessageId: z.ZodString;
|
123101
|
+
partitionKey: z.ZodString;
|
123066
123102
|
replyPlatformMessageId: z.ZodString;
|
123067
123103
|
template: z.ZodAny;
|
123068
123104
|
locale: z.ZodEnum<["mm", "en", "th", ""]>;
|
@@ -128821,6 +128857,7 @@ export declare const mainChatMessageContract: {
|
|
128821
128857
|
isActive: boolean;
|
128822
128858
|
};
|
128823
128859
|
readAt: Date;
|
128860
|
+
partitionKey: string;
|
128824
128861
|
replyPlatformMessageId: string;
|
128825
128862
|
locale: "" | "th" | "mm" | "en";
|
128826
128863
|
previewUrl: string;
|
@@ -129597,6 +129634,7 @@ export declare const mainChatMessageContract: {
|
|
129597
129634
|
isActive: boolean;
|
129598
129635
|
};
|
129599
129636
|
readAt: Date;
|
129637
|
+
partitionKey: string;
|
129600
129638
|
replyPlatformMessageId: string;
|
129601
129639
|
locale: "" | "th" | "mm" | "en";
|
129602
129640
|
previewUrl: string;
|
@@ -130374,6 +130412,7 @@ export declare const mainChatMessageContract: {
|
|
130374
130412
|
isActive: boolean;
|
130375
130413
|
};
|
130376
130414
|
readAt: Date;
|
130415
|
+
partitionKey: string;
|
130377
130416
|
replyPlatformMessageId: string;
|
130378
130417
|
locale: "" | "th" | "mm" | "en";
|
130379
130418
|
previewUrl: string;
|
@@ -131150,6 +131189,7 @@ export declare const mainChatMessageContract: {
|
|
131150
131189
|
isActive: boolean;
|
131151
131190
|
};
|
131152
131191
|
readAt: Date;
|
131192
|
+
partitionKey: string;
|
131153
131193
|
replyPlatformMessageId: string;
|
131154
131194
|
locale: "" | "th" | "mm" | "en";
|
131155
131195
|
previewUrl: string;
|
@@ -131927,6 +131967,7 @@ export declare const mainChatMessageContract: {
|
|
131927
131967
|
isActive: boolean;
|
131928
131968
|
};
|
131929
131969
|
readAt: Date;
|
131970
|
+
partitionKey: string;
|
131930
131971
|
replyPlatformMessageId: string;
|
131931
131972
|
locale: "" | "th" | "mm" | "en";
|
131932
131973
|
previewUrl: string;
|
@@ -132703,6 +132744,7 @@ export declare const mainChatMessageContract: {
|
|
132703
132744
|
isActive: boolean;
|
132704
132745
|
};
|
132705
132746
|
readAt: Date;
|
132747
|
+
partitionKey: string;
|
132706
132748
|
replyPlatformMessageId: string;
|
132707
132749
|
locale: "" | "th" | "mm" | "en";
|
132708
132750
|
previewUrl: string;
|
@@ -133482,6 +133524,7 @@ export declare const mainChatMessageContract: {
|
|
133482
133524
|
isActive: boolean;
|
133483
133525
|
};
|
133484
133526
|
readAt: Date;
|
133527
|
+
partitionKey: string;
|
133485
133528
|
replyPlatformMessageId: string;
|
133486
133529
|
locale: "" | "th" | "mm" | "en";
|
133487
133530
|
previewUrl: string;
|
@@ -134258,6 +134301,7 @@ export declare const mainChatMessageContract: {
|
|
134258
134301
|
isActive: boolean;
|
134259
134302
|
};
|
134260
134303
|
readAt: Date;
|
134304
|
+
partitionKey: string;
|
134261
134305
|
replyPlatformMessageId: string;
|
134262
134306
|
locale: "" | "th" | "mm" | "en";
|
134263
134307
|
previewUrl: string;
|
@@ -135038,6 +135082,7 @@ export declare const mainChatMessageContract: {
|
|
135038
135082
|
isActive: boolean;
|
135039
135083
|
};
|
135040
135084
|
readAt: Date;
|
135085
|
+
partitionKey: string;
|
135041
135086
|
replyPlatformMessageId: string;
|
135042
135087
|
locale: "" | "th" | "mm" | "en";
|
135043
135088
|
previewUrl: string;
|
@@ -135814,6 +135859,7 @@ export declare const mainChatMessageContract: {
|
|
135814
135859
|
isActive: boolean;
|
135815
135860
|
};
|
135816
135861
|
readAt: Date;
|
135862
|
+
partitionKey: string;
|
135817
135863
|
replyPlatformMessageId: string;
|
135818
135864
|
locale: "" | "th" | "mm" | "en";
|
135819
135865
|
previewUrl: string;
|
@@ -137045,6 +137091,7 @@ export declare const mainChatMessageContract: {
|
|
137045
137091
|
metadata: z.ZodAny;
|
137046
137092
|
platformId: z.ZodString;
|
137047
137093
|
platformMessageId: z.ZodString;
|
137094
|
+
partitionKey: z.ZodString;
|
137048
137095
|
replyPlatformMessageId: z.ZodString;
|
137049
137096
|
template: z.ZodAny;
|
137050
137097
|
locale: z.ZodEnum<["mm", "en", "th", ""]>;
|
@@ -142803,6 +142850,7 @@ export declare const mainChatMessageContract: {
|
|
142803
142850
|
isActive: boolean;
|
142804
142851
|
};
|
142805
142852
|
readAt: Date;
|
142853
|
+
partitionKey: string;
|
142806
142854
|
replyPlatformMessageId: string;
|
142807
142855
|
locale: "" | "th" | "mm" | "en";
|
142808
142856
|
previewUrl: string;
|
@@ -143579,6 +143627,7 @@ export declare const mainChatMessageContract: {
|
|
143579
143627
|
isActive: boolean;
|
143580
143628
|
};
|
143581
143629
|
readAt: Date;
|
143630
|
+
partitionKey: string;
|
143582
143631
|
replyPlatformMessageId: string;
|
143583
143632
|
locale: "" | "th" | "mm" | "en";
|
143584
143633
|
previewUrl: string;
|
@@ -144357,6 +144406,7 @@ export declare const mainChatMessageContract: {
|
|
144357
144406
|
isActive: boolean;
|
144358
144407
|
};
|
144359
144408
|
readAt: Date;
|
144409
|
+
partitionKey: string;
|
144360
144410
|
replyPlatformMessageId: string;
|
144361
144411
|
locale: "" | "th" | "mm" | "en";
|
144362
144412
|
previewUrl: string;
|
@@ -145136,6 +145186,7 @@ export declare const mainChatMessageContract: {
|
|
145136
145186
|
isActive: boolean;
|
145137
145187
|
};
|
145138
145188
|
readAt: Date;
|
145189
|
+
partitionKey: string;
|
145139
145190
|
replyPlatformMessageId: string;
|
145140
145191
|
locale: "" | "th" | "mm" | "en";
|
145141
145192
|
previewUrl: string;
|