@kl1/contracts 1.0.18 → 1.0.19
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/index.js +4 -6
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -6
- package/dist/index.mjs.map +1 -1
- package/dist/src/channel/index.d.ts +23 -23
- package/dist/src/channel/schema.d.ts +11 -8
- package/dist/src/channel/schema.d.ts.map +1 -1
- package/dist/src/channel/validation.d.ts +3 -3
- package/dist/src/chat/index.d.ts +243 -243
- package/dist/src/chat/schema.d.ts +39 -39
- package/dist/src/chat/validation.d.ts +48 -63
- package/dist/src/chat/validation.d.ts.map +1 -1
- package/dist/src/contract.d.ts +314 -329
- package/dist/src/contract.d.ts.map +1 -1
- package/dist/src/messenger/index.d.ts +48 -63
- package/dist/src/messenger/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/src/platform-contact/schema.d.ts +0 -30
- package/dist/src/platform-contact/schema.d.ts.map +0 -1
package/dist/src/contract.d.ts
CHANGED
@@ -19778,7 +19778,7 @@ export declare const apiContract: {
|
|
19778
19778
|
connectChannel: {
|
19779
19779
|
body: import("zod").ZodObject<{
|
19780
19780
|
name: import("zod").ZodString;
|
19781
|
-
type: import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada"]>;
|
19781
|
+
type: import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada", "instagram"]>;
|
19782
19782
|
metadata: import("zod").ZodObject<{
|
19783
19783
|
id: import("zod").ZodString;
|
19784
19784
|
name: import("zod").ZodString;
|
@@ -19999,7 +19999,7 @@ export declare const apiContract: {
|
|
19999
19999
|
} | undefined;
|
20000
20000
|
}>;
|
20001
20001
|
}, "strip", import("zod").ZodTypeAny, {
|
20002
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
20002
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
20003
20003
|
name: string;
|
20004
20004
|
metadata: {
|
20005
20005
|
id: string;
|
@@ -20055,7 +20055,7 @@ export declare const apiContract: {
|
|
20055
20055
|
} | undefined;
|
20056
20056
|
};
|
20057
20057
|
}, {
|
20058
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
20058
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
20059
20059
|
name: string;
|
20060
20060
|
metadata: {
|
20061
20061
|
id: string;
|
@@ -20122,7 +20122,7 @@ export declare const apiContract: {
|
|
20122
20122
|
updatedAt: import("zod").ZodOptional<import("zod").ZodDate>;
|
20123
20123
|
deletedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodDate>>;
|
20124
20124
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
20125
|
-
type: import("zod").ZodOptional<import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada"]>>;
|
20125
|
+
type: import("zod").ZodOptional<import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada", "instagram"]>>;
|
20126
20126
|
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
20127
20127
|
id: import("zod").ZodString;
|
20128
20128
|
name: import("zod").ZodString;
|
@@ -20141,7 +20141,7 @@ export declare const apiContract: {
|
|
20141
20141
|
}>>;
|
20142
20142
|
brandName: import("zod").ZodOptional<import("zod").ZodString>;
|
20143
20143
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
20144
|
-
status: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<
|
20144
|
+
status: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<true>, import("zod").ZodLiteral<false>]>>;
|
20145
20145
|
isReloginRequired: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
20146
20146
|
connectedUserName: import("zod").ZodOptional<import("zod").ZodString>;
|
20147
20147
|
connectedUserId: import("zod").ZodOptional<import("zod").ZodString>;
|
@@ -20350,7 +20350,7 @@ export declare const apiContract: {
|
|
20350
20350
|
updatedAt?: Date | undefined;
|
20351
20351
|
deletedAt?: Date | null | undefined;
|
20352
20352
|
name?: string | undefined;
|
20353
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
20353
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
20354
20354
|
metadata?: {
|
20355
20355
|
id: string;
|
20356
20356
|
name: string;
|
@@ -20359,7 +20359,7 @@ export declare const apiContract: {
|
|
20359
20359
|
} | undefined;
|
20360
20360
|
brandName?: string | undefined;
|
20361
20361
|
platformId?: string | undefined;
|
20362
|
-
status?:
|
20362
|
+
status?: boolean | undefined;
|
20363
20363
|
isReloginRequired?: boolean | undefined;
|
20364
20364
|
connectedUserName?: string | undefined;
|
20365
20365
|
connectedUserId?: string | undefined;
|
@@ -20412,7 +20412,7 @@ export declare const apiContract: {
|
|
20412
20412
|
updatedAt?: Date | undefined;
|
20413
20413
|
deletedAt?: Date | null | undefined;
|
20414
20414
|
name?: string | undefined;
|
20415
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
20415
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
20416
20416
|
metadata?: {
|
20417
20417
|
id: string;
|
20418
20418
|
name: string;
|
@@ -20421,7 +20421,7 @@ export declare const apiContract: {
|
|
20421
20421
|
} | undefined;
|
20422
20422
|
brandName?: string | undefined;
|
20423
20423
|
platformId?: string | undefined;
|
20424
|
-
status?:
|
20424
|
+
status?: boolean | undefined;
|
20425
20425
|
isReloginRequired?: boolean | undefined;
|
20426
20426
|
connectedUserName?: string | undefined;
|
20427
20427
|
connectedUserId?: string | undefined;
|
@@ -20477,7 +20477,7 @@ export declare const apiContract: {
|
|
20477
20477
|
updatedAt?: Date | undefined;
|
20478
20478
|
deletedAt?: Date | null | undefined;
|
20479
20479
|
name?: string | undefined;
|
20480
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
20480
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
20481
20481
|
metadata?: {
|
20482
20482
|
id: string;
|
20483
20483
|
name: string;
|
@@ -20486,7 +20486,7 @@ export declare const apiContract: {
|
|
20486
20486
|
} | undefined;
|
20487
20487
|
brandName?: string | undefined;
|
20488
20488
|
platformId?: string | undefined;
|
20489
|
-
status?:
|
20489
|
+
status?: boolean | undefined;
|
20490
20490
|
isReloginRequired?: boolean | undefined;
|
20491
20491
|
connectedUserName?: string | undefined;
|
20492
20492
|
connectedUserId?: string | undefined;
|
@@ -20542,7 +20542,7 @@ export declare const apiContract: {
|
|
20542
20542
|
updatedAt?: Date | undefined;
|
20543
20543
|
deletedAt?: Date | null | undefined;
|
20544
20544
|
name?: string | undefined;
|
20545
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
20545
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
20546
20546
|
metadata?: {
|
20547
20547
|
id: string;
|
20548
20548
|
name: string;
|
@@ -20551,7 +20551,7 @@ export declare const apiContract: {
|
|
20551
20551
|
} | undefined;
|
20552
20552
|
brandName?: string | undefined;
|
20553
20553
|
platformId?: string | undefined;
|
20554
|
-
status?:
|
20554
|
+
status?: boolean | undefined;
|
20555
20555
|
isReloginRequired?: boolean | undefined;
|
20556
20556
|
connectedUserName?: string | undefined;
|
20557
20557
|
connectedUserId?: string | undefined;
|
@@ -20635,7 +20635,7 @@ export declare const apiContract: {
|
|
20635
20635
|
updatedAt: import("zod").ZodOptional<import("zod").ZodDate>;
|
20636
20636
|
deletedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodDate>>;
|
20637
20637
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
20638
|
-
type: import("zod").ZodOptional<import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada"]>>;
|
20638
|
+
type: import("zod").ZodOptional<import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada", "instagram"]>>;
|
20639
20639
|
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
20640
20640
|
id: import("zod").ZodString;
|
20641
20641
|
name: import("zod").ZodString;
|
@@ -20654,7 +20654,7 @@ export declare const apiContract: {
|
|
20654
20654
|
}>>;
|
20655
20655
|
brandName: import("zod").ZodOptional<import("zod").ZodString>;
|
20656
20656
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
20657
|
-
status: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<
|
20657
|
+
status: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<true>, import("zod").ZodLiteral<false>]>>;
|
20658
20658
|
isReloginRequired: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
20659
20659
|
connectedUserName: import("zod").ZodOptional<import("zod").ZodString>;
|
20660
20660
|
connectedUserId: import("zod").ZodOptional<import("zod").ZodString>;
|
@@ -20863,7 +20863,7 @@ export declare const apiContract: {
|
|
20863
20863
|
updatedAt?: Date | undefined;
|
20864
20864
|
deletedAt?: Date | null | undefined;
|
20865
20865
|
name?: string | undefined;
|
20866
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
20866
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
20867
20867
|
metadata?: {
|
20868
20868
|
id: string;
|
20869
20869
|
name: string;
|
@@ -20872,7 +20872,7 @@ export declare const apiContract: {
|
|
20872
20872
|
} | undefined;
|
20873
20873
|
brandName?: string | undefined;
|
20874
20874
|
platformId?: string | undefined;
|
20875
|
-
status?:
|
20875
|
+
status?: boolean | undefined;
|
20876
20876
|
isReloginRequired?: boolean | undefined;
|
20877
20877
|
connectedUserName?: string | undefined;
|
20878
20878
|
connectedUserId?: string | undefined;
|
@@ -20925,7 +20925,7 @@ export declare const apiContract: {
|
|
20925
20925
|
updatedAt?: Date | undefined;
|
20926
20926
|
deletedAt?: Date | null | undefined;
|
20927
20927
|
name?: string | undefined;
|
20928
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
20928
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
20929
20929
|
metadata?: {
|
20930
20930
|
id: string;
|
20931
20931
|
name: string;
|
@@ -20934,7 +20934,7 @@ export declare const apiContract: {
|
|
20934
20934
|
} | undefined;
|
20935
20935
|
brandName?: string | undefined;
|
20936
20936
|
platformId?: string | undefined;
|
20937
|
-
status?:
|
20937
|
+
status?: boolean | undefined;
|
20938
20938
|
isReloginRequired?: boolean | undefined;
|
20939
20939
|
connectedUserName?: string | undefined;
|
20940
20940
|
connectedUserId?: string | undefined;
|
@@ -20990,7 +20990,7 @@ export declare const apiContract: {
|
|
20990
20990
|
updatedAt?: Date | undefined;
|
20991
20991
|
deletedAt?: Date | null | undefined;
|
20992
20992
|
name?: string | undefined;
|
20993
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
20993
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
20994
20994
|
metadata?: {
|
20995
20995
|
id: string;
|
20996
20996
|
name: string;
|
@@ -20999,7 +20999,7 @@ export declare const apiContract: {
|
|
20999
20999
|
} | undefined;
|
21000
21000
|
brandName?: string | undefined;
|
21001
21001
|
platformId?: string | undefined;
|
21002
|
-
status?:
|
21002
|
+
status?: boolean | undefined;
|
21003
21003
|
isReloginRequired?: boolean | undefined;
|
21004
21004
|
connectedUserName?: string | undefined;
|
21005
21005
|
connectedUserId?: string | undefined;
|
@@ -21055,7 +21055,7 @@ export declare const apiContract: {
|
|
21055
21055
|
updatedAt?: Date | undefined;
|
21056
21056
|
deletedAt?: Date | null | undefined;
|
21057
21057
|
name?: string | undefined;
|
21058
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
21058
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
21059
21059
|
metadata?: {
|
21060
21060
|
id: string;
|
21061
21061
|
name: string;
|
@@ -21064,7 +21064,7 @@ export declare const apiContract: {
|
|
21064
21064
|
} | undefined;
|
21065
21065
|
brandName?: string | undefined;
|
21066
21066
|
platformId?: string | undefined;
|
21067
|
-
status?:
|
21067
|
+
status?: boolean | undefined;
|
21068
21068
|
isReloginRequired?: boolean | undefined;
|
21069
21069
|
connectedUserName?: string | undefined;
|
21070
21070
|
connectedUserId?: string | undefined;
|
@@ -36108,9 +36108,6 @@ export declare const platformContract: {
|
|
36108
36108
|
body: import("zod").ZodObject<{
|
36109
36109
|
room: import("zod").ZodObject<{
|
36110
36110
|
id: import("zod").ZodString;
|
36111
|
-
createdAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
36112
|
-
updatedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
36113
|
-
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
36114
36111
|
lastMessage: import("zod").ZodOptional<import("zod").ZodString>;
|
36115
36112
|
handleTime: import("zod").ZodOptional<import("zod").ZodNumber>;
|
36116
36113
|
isLatest: import("zod").ZodBoolean;
|
@@ -36118,7 +36115,7 @@ export declare const platformContract: {
|
|
36118
36115
|
platformContact: import("zod").ZodObject<{
|
36119
36116
|
channelId: import("zod").ZodString;
|
36120
36117
|
socialPlatformId: import("zod").ZodNullable<import("zod").ZodString>;
|
36121
|
-
type: import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada"]>;
|
36118
|
+
type: import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada", "instagram"]>;
|
36122
36119
|
metadata: import("zod").ZodObject<{
|
36123
36120
|
id: import("zod").ZodString;
|
36124
36121
|
name: import("zod").ZodString;
|
@@ -36158,7 +36155,7 @@ export declare const platformContract: {
|
|
36158
36155
|
socialProfileUrl: string | null;
|
36159
36156
|
}>;
|
36160
36157
|
}, "strip", import("zod").ZodTypeAny, {
|
36161
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
36158
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
36162
36159
|
metadata: {
|
36163
36160
|
id: string;
|
36164
36161
|
name: string;
|
@@ -36176,7 +36173,7 @@ export declare const platformContract: {
|
|
36176
36173
|
channelId: string;
|
36177
36174
|
socialPlatformId: string | null;
|
36178
36175
|
}, {
|
36179
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
36176
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
36180
36177
|
metadata: {
|
36181
36178
|
id: string;
|
36182
36179
|
name: string;
|
@@ -36212,7 +36209,7 @@ export declare const platformContract: {
|
|
36212
36209
|
}>>;
|
36213
36210
|
channel: import("zod").ZodObject<{
|
36214
36211
|
name: import("zod").ZodString;
|
36215
|
-
type: import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada"]>;
|
36212
|
+
type: import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada", "instagram"]>;
|
36216
36213
|
metadata: import("zod").ZodObject<{
|
36217
36214
|
id: import("zod").ZodString;
|
36218
36215
|
name: import("zod").ZodString;
|
@@ -36231,12 +36228,12 @@ export declare const platformContract: {
|
|
36231
36228
|
}>;
|
36232
36229
|
brandName: import("zod").ZodString;
|
36233
36230
|
platformId: import("zod").ZodString;
|
36234
|
-
status: import("zod").ZodUnion<[import("zod").ZodLiteral<
|
36231
|
+
status: import("zod").ZodUnion<[import("zod").ZodLiteral<true>, import("zod").ZodLiteral<false>]>;
|
36235
36232
|
isReloginRequired: import("zod").ZodBoolean;
|
36236
36233
|
connectedUserName: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
36237
36234
|
connectedUserId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
36238
36235
|
}, "strip", import("zod").ZodTypeAny, {
|
36239
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
36236
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
36240
36237
|
name: string;
|
36241
36238
|
metadata: {
|
36242
36239
|
id: string;
|
@@ -36244,14 +36241,14 @@ export declare const platformContract: {
|
|
36244
36241
|
accessToken: string;
|
36245
36242
|
additionalCredentials?: any;
|
36246
36243
|
};
|
36247
|
-
status:
|
36244
|
+
status: boolean;
|
36248
36245
|
brandName: string;
|
36249
36246
|
platformId: string;
|
36250
36247
|
isReloginRequired: boolean;
|
36251
36248
|
connectedUserName?: string | null | undefined;
|
36252
36249
|
connectedUserId?: string | null | undefined;
|
36253
36250
|
}, {
|
36254
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
36251
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
36255
36252
|
name: string;
|
36256
36253
|
metadata: {
|
36257
36254
|
id: string;
|
@@ -36259,7 +36256,7 @@ export declare const platformContract: {
|
|
36259
36256
|
accessToken: string;
|
36260
36257
|
additionalCredentials?: any;
|
36261
36258
|
};
|
36262
|
-
status:
|
36259
|
+
status: boolean;
|
36263
36260
|
brandName: string;
|
36264
36261
|
platformId: string;
|
36265
36262
|
isReloginRequired: boolean;
|
@@ -36269,7 +36266,7 @@ export declare const platformContract: {
|
|
36269
36266
|
}, "strip", import("zod").ZodTypeAny, {
|
36270
36267
|
id: string;
|
36271
36268
|
channel: {
|
36272
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
36269
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
36273
36270
|
name: string;
|
36274
36271
|
metadata: {
|
36275
36272
|
id: string;
|
@@ -36277,7 +36274,7 @@ export declare const platformContract: {
|
|
36277
36274
|
accessToken: string;
|
36278
36275
|
additionalCredentials?: any;
|
36279
36276
|
};
|
36280
|
-
status:
|
36277
|
+
status: boolean;
|
36281
36278
|
brandName: string;
|
36282
36279
|
platformId: string;
|
36283
36280
|
isReloginRequired: boolean;
|
@@ -36285,9 +36282,6 @@ export declare const platformContract: {
|
|
36285
36282
|
connectedUserId?: string | null | undefined;
|
36286
36283
|
};
|
36287
36284
|
direction: "incoming" | "outgoing" | "system";
|
36288
|
-
createdAt: Date | null;
|
36289
|
-
updatedAt: Date | null;
|
36290
|
-
deletedAt: Date | null;
|
36291
36285
|
actor: {
|
36292
36286
|
address: string | null;
|
36293
36287
|
name: string;
|
@@ -36296,7 +36290,7 @@ export declare const platformContract: {
|
|
36296
36290
|
} | null;
|
36297
36291
|
isLatest: boolean;
|
36298
36292
|
platformContact: {
|
36299
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
36293
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
36300
36294
|
metadata: {
|
36301
36295
|
id: string;
|
36302
36296
|
name: string;
|
@@ -36319,7 +36313,7 @@ export declare const platformContract: {
|
|
36319
36313
|
}, {
|
36320
36314
|
id: string;
|
36321
36315
|
channel: {
|
36322
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
36316
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
36323
36317
|
name: string;
|
36324
36318
|
metadata: {
|
36325
36319
|
id: string;
|
@@ -36327,7 +36321,7 @@ export declare const platformContract: {
|
|
36327
36321
|
accessToken: string;
|
36328
36322
|
additionalCredentials?: any;
|
36329
36323
|
};
|
36330
|
-
status:
|
36324
|
+
status: boolean;
|
36331
36325
|
brandName: string;
|
36332
36326
|
platformId: string;
|
36333
36327
|
isReloginRequired: boolean;
|
@@ -36335,9 +36329,6 @@ export declare const platformContract: {
|
|
36335
36329
|
connectedUserId?: string | null | undefined;
|
36336
36330
|
};
|
36337
36331
|
direction: "incoming" | "outgoing" | "system";
|
36338
|
-
createdAt: Date | null;
|
36339
|
-
updatedAt: Date | null;
|
36340
|
-
deletedAt: Date | null;
|
36341
36332
|
actor: {
|
36342
36333
|
address: string | null;
|
36343
36334
|
name: string;
|
@@ -36346,7 +36337,7 @@ export declare const platformContract: {
|
|
36346
36337
|
} | null;
|
36347
36338
|
isLatest: boolean;
|
36348
36339
|
platformContact: {
|
36349
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
36340
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
36350
36341
|
metadata: {
|
36351
36342
|
id: string;
|
36352
36343
|
name: string;
|
@@ -36521,7 +36512,7 @@ export declare const platformContract: {
|
|
36521
36512
|
room: {
|
36522
36513
|
id: string;
|
36523
36514
|
channel: {
|
36524
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
36515
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
36525
36516
|
name: string;
|
36526
36517
|
metadata: {
|
36527
36518
|
id: string;
|
@@ -36529,7 +36520,7 @@ export declare const platformContract: {
|
|
36529
36520
|
accessToken: string;
|
36530
36521
|
additionalCredentials?: any;
|
36531
36522
|
};
|
36532
|
-
status:
|
36523
|
+
status: boolean;
|
36533
36524
|
brandName: string;
|
36534
36525
|
platformId: string;
|
36535
36526
|
isReloginRequired: boolean;
|
@@ -36537,9 +36528,6 @@ export declare const platformContract: {
|
|
36537
36528
|
connectedUserId?: string | null | undefined;
|
36538
36529
|
};
|
36539
36530
|
direction: "incoming" | "outgoing" | "system";
|
36540
|
-
createdAt: Date | null;
|
36541
|
-
updatedAt: Date | null;
|
36542
|
-
deletedAt: Date | null;
|
36543
36531
|
actor: {
|
36544
36532
|
address: string | null;
|
36545
36533
|
name: string;
|
@@ -36548,7 +36536,7 @@ export declare const platformContract: {
|
|
36548
36536
|
} | null;
|
36549
36537
|
isLatest: boolean;
|
36550
36538
|
platformContact: {
|
36551
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
36539
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
36552
36540
|
metadata: {
|
36553
36541
|
id: string;
|
36554
36542
|
name: string;
|
@@ -36604,7 +36592,7 @@ export declare const platformContract: {
|
|
36604
36592
|
room: {
|
36605
36593
|
id: string;
|
36606
36594
|
channel: {
|
36607
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
36595
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
36608
36596
|
name: string;
|
36609
36597
|
metadata: {
|
36610
36598
|
id: string;
|
@@ -36612,7 +36600,7 @@ export declare const platformContract: {
|
|
36612
36600
|
accessToken: string;
|
36613
36601
|
additionalCredentials?: any;
|
36614
36602
|
};
|
36615
|
-
status:
|
36603
|
+
status: boolean;
|
36616
36604
|
brandName: string;
|
36617
36605
|
platformId: string;
|
36618
36606
|
isReloginRequired: boolean;
|
@@ -36620,9 +36608,6 @@ export declare const platformContract: {
|
|
36620
36608
|
connectedUserId?: string | null | undefined;
|
36621
36609
|
};
|
36622
36610
|
direction: "incoming" | "outgoing" | "system";
|
36623
|
-
createdAt: Date | null;
|
36624
|
-
updatedAt: Date | null;
|
36625
|
-
deletedAt: Date | null;
|
36626
36611
|
actor: {
|
36627
36612
|
address: string | null;
|
36628
36613
|
name: string;
|
@@ -36631,7 +36616,7 @@ export declare const platformContract: {
|
|
36631
36616
|
} | null;
|
36632
36617
|
isLatest: boolean;
|
36633
36618
|
platformContact: {
|
36634
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
36619
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
36635
36620
|
metadata: {
|
36636
36621
|
id: string;
|
36637
36622
|
name: string;
|
@@ -36695,7 +36680,7 @@ export declare const platformContract: {
|
|
36695
36680
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
36696
36681
|
channelId: import("zod").ZodString;
|
36697
36682
|
socialPlatformId: import("zod").ZodString;
|
36698
|
-
type: import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada"]>;
|
36683
|
+
type: import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada", "instagram"]>;
|
36699
36684
|
metadata: import("zod").ZodObject<{
|
36700
36685
|
id: import("zod").ZodString;
|
36701
36686
|
name: import("zod").ZodString;
|
@@ -37453,7 +37438,7 @@ export declare const platformContract: {
|
|
37453
37438
|
}[] | undefined;
|
37454
37439
|
}>;
|
37455
37440
|
}, "strip", import("zod").ZodTypeAny, {
|
37456
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
37441
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
37457
37442
|
id: string;
|
37458
37443
|
metadata: {
|
37459
37444
|
id: string;
|
@@ -37569,7 +37554,7 @@ export declare const platformContract: {
|
|
37569
37554
|
channelId: string;
|
37570
37555
|
socialPlatformId: string;
|
37571
37556
|
}, {
|
37572
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
37557
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
37573
37558
|
id: string;
|
37574
37559
|
metadata: {
|
37575
37560
|
id: string;
|
@@ -38089,7 +38074,7 @@ export declare const platformContract: {
|
|
38089
38074
|
updatedAt: import("zod").ZodOptional<import("zod").ZodDate>;
|
38090
38075
|
deletedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodDate>>;
|
38091
38076
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
38092
|
-
type: import("zod").ZodOptional<import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada"]>>;
|
38077
|
+
type: import("zod").ZodOptional<import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada", "instagram"]>>;
|
38093
38078
|
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
38094
38079
|
id: import("zod").ZodString;
|
38095
38080
|
name: import("zod").ZodString;
|
@@ -38108,7 +38093,7 @@ export declare const platformContract: {
|
|
38108
38093
|
}>>;
|
38109
38094
|
brandName: import("zod").ZodOptional<import("zod").ZodString>;
|
38110
38095
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
38111
|
-
status: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<
|
38096
|
+
status: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<true>, import("zod").ZodLiteral<false>]>>;
|
38112
38097
|
isReloginRequired: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
38113
38098
|
connectedUserName: import("zod").ZodOptional<import("zod").ZodString>;
|
38114
38099
|
connectedUserId: import("zod").ZodOptional<import("zod").ZodString>;
|
@@ -38317,7 +38302,7 @@ export declare const platformContract: {
|
|
38317
38302
|
updatedAt?: Date | undefined;
|
38318
38303
|
deletedAt?: Date | null | undefined;
|
38319
38304
|
name?: string | undefined;
|
38320
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
38305
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
38321
38306
|
metadata?: {
|
38322
38307
|
id: string;
|
38323
38308
|
name: string;
|
@@ -38326,7 +38311,7 @@ export declare const platformContract: {
|
|
38326
38311
|
} | undefined;
|
38327
38312
|
brandName?: string | undefined;
|
38328
38313
|
platformId?: string | undefined;
|
38329
|
-
status?:
|
38314
|
+
status?: boolean | undefined;
|
38330
38315
|
isReloginRequired?: boolean | undefined;
|
38331
38316
|
connectedUserName?: string | undefined;
|
38332
38317
|
connectedUserId?: string | undefined;
|
@@ -38379,7 +38364,7 @@ export declare const platformContract: {
|
|
38379
38364
|
updatedAt?: Date | undefined;
|
38380
38365
|
deletedAt?: Date | null | undefined;
|
38381
38366
|
name?: string | undefined;
|
38382
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
38367
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
38383
38368
|
metadata?: {
|
38384
38369
|
id: string;
|
38385
38370
|
name: string;
|
@@ -38388,7 +38373,7 @@ export declare const platformContract: {
|
|
38388
38373
|
} | undefined;
|
38389
38374
|
brandName?: string | undefined;
|
38390
38375
|
platformId?: string | undefined;
|
38391
|
-
status?:
|
38376
|
+
status?: boolean | undefined;
|
38392
38377
|
isReloginRequired?: boolean | undefined;
|
38393
38378
|
connectedUserName?: string | undefined;
|
38394
38379
|
connectedUserId?: string | undefined;
|
@@ -38545,7 +38530,7 @@ export declare const platformContract: {
|
|
38545
38530
|
firstResponseAt: Date;
|
38546
38531
|
isLatest: boolean;
|
38547
38532
|
platformContact: {
|
38548
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
38533
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
38549
38534
|
id: string;
|
38550
38535
|
metadata: {
|
38551
38536
|
id: string;
|
@@ -38728,7 +38713,7 @@ export declare const platformContract: {
|
|
38728
38713
|
updatedAt?: Date | undefined;
|
38729
38714
|
deletedAt?: Date | null | undefined;
|
38730
38715
|
name?: string | undefined;
|
38731
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
38716
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
38732
38717
|
metadata?: {
|
38733
38718
|
id: string;
|
38734
38719
|
name: string;
|
@@ -38737,7 +38722,7 @@ export declare const platformContract: {
|
|
38737
38722
|
} | undefined;
|
38738
38723
|
brandName?: string | undefined;
|
38739
38724
|
platformId?: string | undefined;
|
38740
|
-
status?:
|
38725
|
+
status?: boolean | undefined;
|
38741
38726
|
isReloginRequired?: boolean | undefined;
|
38742
38727
|
connectedUserName?: string | undefined;
|
38743
38728
|
connectedUserId?: string | undefined;
|
@@ -38842,7 +38827,7 @@ export declare const platformContract: {
|
|
38842
38827
|
firstResponseAt: Date;
|
38843
38828
|
isLatest: boolean;
|
38844
38829
|
platformContact: {
|
38845
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
38830
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
38846
38831
|
id: string;
|
38847
38832
|
metadata: {
|
38848
38833
|
id: string;
|
@@ -39025,7 +39010,7 @@ export declare const platformContract: {
|
|
39025
39010
|
updatedAt?: Date | undefined;
|
39026
39011
|
deletedAt?: Date | null | undefined;
|
39027
39012
|
name?: string | undefined;
|
39028
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
39013
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
39029
39014
|
metadata?: {
|
39030
39015
|
id: string;
|
39031
39016
|
name: string;
|
@@ -39034,7 +39019,7 @@ export declare const platformContract: {
|
|
39034
39019
|
} | undefined;
|
39035
39020
|
brandName?: string | undefined;
|
39036
39021
|
platformId?: string | undefined;
|
39037
|
-
status?:
|
39022
|
+
status?: boolean | undefined;
|
39038
39023
|
isReloginRequired?: boolean | undefined;
|
39039
39024
|
connectedUserName?: string | undefined;
|
39040
39025
|
connectedUserId?: string | undefined;
|
@@ -39877,7 +39862,7 @@ export declare const platformContract: {
|
|
39877
39862
|
firstResponseAt: Date;
|
39878
39863
|
isLatest: boolean;
|
39879
39864
|
platformContact: {
|
39880
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
39865
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
39881
39866
|
id: string;
|
39882
39867
|
metadata: {
|
39883
39868
|
id: string;
|
@@ -40060,7 +40045,7 @@ export declare const platformContract: {
|
|
40060
40045
|
updatedAt?: Date | undefined;
|
40061
40046
|
deletedAt?: Date | null | undefined;
|
40062
40047
|
name?: string | undefined;
|
40063
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
40048
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
40064
40049
|
metadata?: {
|
40065
40050
|
id: string;
|
40066
40051
|
name: string;
|
@@ -40069,7 +40054,7 @@ export declare const platformContract: {
|
|
40069
40054
|
} | undefined;
|
40070
40055
|
brandName?: string | undefined;
|
40071
40056
|
platformId?: string | undefined;
|
40072
|
-
status?:
|
40057
|
+
status?: boolean | undefined;
|
40073
40058
|
isReloginRequired?: boolean | undefined;
|
40074
40059
|
connectedUserName?: string | undefined;
|
40075
40060
|
connectedUserId?: string | undefined;
|
@@ -40332,7 +40317,7 @@ export declare const platformContract: {
|
|
40332
40317
|
firstResponseAt: Date;
|
40333
40318
|
isLatest: boolean;
|
40334
40319
|
platformContact: {
|
40335
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
40320
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
40336
40321
|
id: string;
|
40337
40322
|
metadata: {
|
40338
40323
|
id: string;
|
@@ -40515,7 +40500,7 @@ export declare const platformContract: {
|
|
40515
40500
|
updatedAt?: Date | undefined;
|
40516
40501
|
deletedAt?: Date | null | undefined;
|
40517
40502
|
name?: string | undefined;
|
40518
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
40503
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
40519
40504
|
metadata?: {
|
40520
40505
|
id: string;
|
40521
40506
|
name: string;
|
@@ -40524,7 +40509,7 @@ export declare const platformContract: {
|
|
40524
40509
|
} | undefined;
|
40525
40510
|
brandName?: string | undefined;
|
40526
40511
|
platformId?: string | undefined;
|
40527
|
-
status?:
|
40512
|
+
status?: boolean | undefined;
|
40528
40513
|
isReloginRequired?: boolean | undefined;
|
40529
40514
|
connectedUserName?: string | undefined;
|
40530
40515
|
connectedUserId?: string | undefined;
|
@@ -40789,7 +40774,7 @@ export declare const platformContract: {
|
|
40789
40774
|
firstResponseAt: Date;
|
40790
40775
|
isLatest: boolean;
|
40791
40776
|
platformContact: {
|
40792
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
40777
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
40793
40778
|
id: string;
|
40794
40779
|
metadata: {
|
40795
40780
|
id: string;
|
@@ -40972,7 +40957,7 @@ export declare const platformContract: {
|
|
40972
40957
|
updatedAt?: Date | undefined;
|
40973
40958
|
deletedAt?: Date | null | undefined;
|
40974
40959
|
name?: string | undefined;
|
40975
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
40960
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
40976
40961
|
metadata?: {
|
40977
40962
|
id: string;
|
40978
40963
|
name: string;
|
@@ -40981,7 +40966,7 @@ export declare const platformContract: {
|
|
40981
40966
|
} | undefined;
|
40982
40967
|
brandName?: string | undefined;
|
40983
40968
|
platformId?: string | undefined;
|
40984
|
-
status?:
|
40969
|
+
status?: boolean | undefined;
|
40985
40970
|
isReloginRequired?: boolean | undefined;
|
40986
40971
|
connectedUserName?: string | undefined;
|
40987
40972
|
connectedUserId?: string | undefined;
|
@@ -41247,7 +41232,7 @@ export declare const platformContract: {
|
|
41247
41232
|
firstResponseAt: Date;
|
41248
41233
|
isLatest: boolean;
|
41249
41234
|
platformContact: {
|
41250
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
41235
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
41251
41236
|
id: string;
|
41252
41237
|
metadata: {
|
41253
41238
|
id: string;
|
@@ -41430,7 +41415,7 @@ export declare const platformContract: {
|
|
41430
41415
|
updatedAt?: Date | undefined;
|
41431
41416
|
deletedAt?: Date | null | undefined;
|
41432
41417
|
name?: string | undefined;
|
41433
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
41418
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
41434
41419
|
metadata?: {
|
41435
41420
|
id: string;
|
41436
41421
|
name: string;
|
@@ -41439,7 +41424,7 @@ export declare const platformContract: {
|
|
41439
41424
|
} | undefined;
|
41440
41425
|
brandName?: string | undefined;
|
41441
41426
|
platformId?: string | undefined;
|
41442
|
-
status?:
|
41427
|
+
status?: boolean | undefined;
|
41443
41428
|
isReloginRequired?: boolean | undefined;
|
41444
41429
|
connectedUserName?: string | undefined;
|
41445
41430
|
connectedUserId?: string | undefined;
|
@@ -41698,7 +41683,7 @@ export declare const chatContract: {
|
|
41698
41683
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
41699
41684
|
channelId: import("zod").ZodString;
|
41700
41685
|
socialPlatformId: import("zod").ZodString;
|
41701
|
-
type: import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada"]>;
|
41686
|
+
type: import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada", "instagram"]>;
|
41702
41687
|
metadata: import("zod").ZodObject<{
|
41703
41688
|
id: import("zod").ZodString;
|
41704
41689
|
name: import("zod").ZodString;
|
@@ -42456,7 +42441,7 @@ export declare const chatContract: {
|
|
42456
42441
|
}[] | undefined;
|
42457
42442
|
}>;
|
42458
42443
|
}, "strip", import("zod").ZodTypeAny, {
|
42459
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
42444
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
42460
42445
|
id: string;
|
42461
42446
|
metadata: {
|
42462
42447
|
id: string;
|
@@ -42572,7 +42557,7 @@ export declare const chatContract: {
|
|
42572
42557
|
channelId: string;
|
42573
42558
|
socialPlatformId: string;
|
42574
42559
|
}, {
|
42575
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
42560
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
42576
42561
|
id: string;
|
42577
42562
|
metadata: {
|
42578
42563
|
id: string;
|
@@ -43092,7 +43077,7 @@ export declare const chatContract: {
|
|
43092
43077
|
updatedAt: import("zod").ZodOptional<import("zod").ZodDate>;
|
43093
43078
|
deletedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodDate>>;
|
43094
43079
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
43095
|
-
type: import("zod").ZodOptional<import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada"]>>;
|
43080
|
+
type: import("zod").ZodOptional<import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada", "instagram"]>>;
|
43096
43081
|
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
43097
43082
|
id: import("zod").ZodString;
|
43098
43083
|
name: import("zod").ZodString;
|
@@ -43111,7 +43096,7 @@ export declare const chatContract: {
|
|
43111
43096
|
}>>;
|
43112
43097
|
brandName: import("zod").ZodOptional<import("zod").ZodString>;
|
43113
43098
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
43114
|
-
status: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<
|
43099
|
+
status: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<true>, import("zod").ZodLiteral<false>]>>;
|
43115
43100
|
isReloginRequired: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
43116
43101
|
connectedUserName: import("zod").ZodOptional<import("zod").ZodString>;
|
43117
43102
|
connectedUserId: import("zod").ZodOptional<import("zod").ZodString>;
|
@@ -43320,7 +43305,7 @@ export declare const chatContract: {
|
|
43320
43305
|
updatedAt?: Date | undefined;
|
43321
43306
|
deletedAt?: Date | null | undefined;
|
43322
43307
|
name?: string | undefined;
|
43323
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
43308
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
43324
43309
|
metadata?: {
|
43325
43310
|
id: string;
|
43326
43311
|
name: string;
|
@@ -43329,7 +43314,7 @@ export declare const chatContract: {
|
|
43329
43314
|
} | undefined;
|
43330
43315
|
brandName?: string | undefined;
|
43331
43316
|
platformId?: string | undefined;
|
43332
|
-
status?:
|
43317
|
+
status?: boolean | undefined;
|
43333
43318
|
isReloginRequired?: boolean | undefined;
|
43334
43319
|
connectedUserName?: string | undefined;
|
43335
43320
|
connectedUserId?: string | undefined;
|
@@ -43382,7 +43367,7 @@ export declare const chatContract: {
|
|
43382
43367
|
updatedAt?: Date | undefined;
|
43383
43368
|
deletedAt?: Date | null | undefined;
|
43384
43369
|
name?: string | undefined;
|
43385
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
43370
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
43386
43371
|
metadata?: {
|
43387
43372
|
id: string;
|
43388
43373
|
name: string;
|
@@ -43391,7 +43376,7 @@ export declare const chatContract: {
|
|
43391
43376
|
} | undefined;
|
43392
43377
|
brandName?: string | undefined;
|
43393
43378
|
platformId?: string | undefined;
|
43394
|
-
status?:
|
43379
|
+
status?: boolean | undefined;
|
43395
43380
|
isReloginRequired?: boolean | undefined;
|
43396
43381
|
connectedUserName?: string | undefined;
|
43397
43382
|
connectedUserId?: string | undefined;
|
@@ -43548,7 +43533,7 @@ export declare const chatContract: {
|
|
43548
43533
|
firstResponseAt: Date;
|
43549
43534
|
isLatest: boolean;
|
43550
43535
|
platformContact: {
|
43551
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
43536
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
43552
43537
|
id: string;
|
43553
43538
|
metadata: {
|
43554
43539
|
id: string;
|
@@ -43731,7 +43716,7 @@ export declare const chatContract: {
|
|
43731
43716
|
updatedAt?: Date | undefined;
|
43732
43717
|
deletedAt?: Date | null | undefined;
|
43733
43718
|
name?: string | undefined;
|
43734
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
43719
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
43735
43720
|
metadata?: {
|
43736
43721
|
id: string;
|
43737
43722
|
name: string;
|
@@ -43740,7 +43725,7 @@ export declare const chatContract: {
|
|
43740
43725
|
} | undefined;
|
43741
43726
|
brandName?: string | undefined;
|
43742
43727
|
platformId?: string | undefined;
|
43743
|
-
status?:
|
43728
|
+
status?: boolean | undefined;
|
43744
43729
|
isReloginRequired?: boolean | undefined;
|
43745
43730
|
connectedUserName?: string | undefined;
|
43746
43731
|
connectedUserId?: string | undefined;
|
@@ -43845,7 +43830,7 @@ export declare const chatContract: {
|
|
43845
43830
|
firstResponseAt: Date;
|
43846
43831
|
isLatest: boolean;
|
43847
43832
|
platformContact: {
|
43848
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
43833
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
43849
43834
|
id: string;
|
43850
43835
|
metadata: {
|
43851
43836
|
id: string;
|
@@ -44028,7 +44013,7 @@ export declare const chatContract: {
|
|
44028
44013
|
updatedAt?: Date | undefined;
|
44029
44014
|
deletedAt?: Date | null | undefined;
|
44030
44015
|
name?: string | undefined;
|
44031
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
44016
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
44032
44017
|
metadata?: {
|
44033
44018
|
id: string;
|
44034
44019
|
name: string;
|
@@ -44037,7 +44022,7 @@ export declare const chatContract: {
|
|
44037
44022
|
} | undefined;
|
44038
44023
|
brandName?: string | undefined;
|
44039
44024
|
platformId?: string | undefined;
|
44040
|
-
status?:
|
44025
|
+
status?: boolean | undefined;
|
44041
44026
|
isReloginRequired?: boolean | undefined;
|
44042
44027
|
connectedUserName?: string | undefined;
|
44043
44028
|
connectedUserId?: string | undefined;
|
@@ -44154,7 +44139,7 @@ export declare const chatContract: {
|
|
44154
44139
|
firstResponseAt: Date;
|
44155
44140
|
isLatest: boolean;
|
44156
44141
|
platformContact: {
|
44157
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
44142
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
44158
44143
|
id: string;
|
44159
44144
|
metadata: {
|
44160
44145
|
id: string;
|
@@ -44337,7 +44322,7 @@ export declare const chatContract: {
|
|
44337
44322
|
updatedAt?: Date | undefined;
|
44338
44323
|
deletedAt?: Date | null | undefined;
|
44339
44324
|
name?: string | undefined;
|
44340
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
44325
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
44341
44326
|
metadata?: {
|
44342
44327
|
id: string;
|
44343
44328
|
name: string;
|
@@ -44346,7 +44331,7 @@ export declare const chatContract: {
|
|
44346
44331
|
} | undefined;
|
44347
44332
|
brandName?: string | undefined;
|
44348
44333
|
platformId?: string | undefined;
|
44349
|
-
status?:
|
44334
|
+
status?: boolean | undefined;
|
44350
44335
|
isReloginRequired?: boolean | undefined;
|
44351
44336
|
connectedUserName?: string | undefined;
|
44352
44337
|
connectedUserId?: string | undefined;
|
@@ -44461,7 +44446,7 @@ export declare const chatContract: {
|
|
44461
44446
|
firstResponseAt: Date;
|
44462
44447
|
isLatest: boolean;
|
44463
44448
|
platformContact: {
|
44464
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
44449
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
44465
44450
|
id: string;
|
44466
44451
|
metadata: {
|
44467
44452
|
id: string;
|
@@ -44644,7 +44629,7 @@ export declare const chatContract: {
|
|
44644
44629
|
updatedAt?: Date | undefined;
|
44645
44630
|
deletedAt?: Date | null | undefined;
|
44646
44631
|
name?: string | undefined;
|
44647
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
44632
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
44648
44633
|
metadata?: {
|
44649
44634
|
id: string;
|
44650
44635
|
name: string;
|
@@ -44653,7 +44638,7 @@ export declare const chatContract: {
|
|
44653
44638
|
} | undefined;
|
44654
44639
|
brandName?: string | undefined;
|
44655
44640
|
platformId?: string | undefined;
|
44656
|
-
status?:
|
44641
|
+
status?: boolean | undefined;
|
44657
44642
|
isReloginRequired?: boolean | undefined;
|
44658
44643
|
connectedUserName?: string | undefined;
|
44659
44644
|
connectedUserId?: string | undefined;
|
@@ -45778,7 +45763,7 @@ export declare const chatContract: {
|
|
45778
45763
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
45779
45764
|
channelId: import("zod").ZodString;
|
45780
45765
|
socialPlatformId: import("zod").ZodString;
|
45781
|
-
type: import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada"]>;
|
45766
|
+
type: import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada", "instagram"]>;
|
45782
45767
|
metadata: import("zod").ZodObject<{
|
45783
45768
|
id: import("zod").ZodString;
|
45784
45769
|
name: import("zod").ZodString;
|
@@ -46536,7 +46521,7 @@ export declare const chatContract: {
|
|
46536
46521
|
}[] | undefined;
|
46537
46522
|
}>;
|
46538
46523
|
}, "strip", import("zod").ZodTypeAny, {
|
46539
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
46524
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
46540
46525
|
id: string;
|
46541
46526
|
metadata: {
|
46542
46527
|
id: string;
|
@@ -46652,7 +46637,7 @@ export declare const chatContract: {
|
|
46652
46637
|
channelId: string;
|
46653
46638
|
socialPlatformId: string;
|
46654
46639
|
}, {
|
46655
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
46640
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
46656
46641
|
id: string;
|
46657
46642
|
metadata: {
|
46658
46643
|
id: string;
|
@@ -47172,7 +47157,7 @@ export declare const chatContract: {
|
|
47172
47157
|
updatedAt: import("zod").ZodOptional<import("zod").ZodDate>;
|
47173
47158
|
deletedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodDate>>;
|
47174
47159
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
47175
|
-
type: import("zod").ZodOptional<import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada"]>>;
|
47160
|
+
type: import("zod").ZodOptional<import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada", "instagram"]>>;
|
47176
47161
|
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
47177
47162
|
id: import("zod").ZodString;
|
47178
47163
|
name: import("zod").ZodString;
|
@@ -47191,7 +47176,7 @@ export declare const chatContract: {
|
|
47191
47176
|
}>>;
|
47192
47177
|
brandName: import("zod").ZodOptional<import("zod").ZodString>;
|
47193
47178
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
47194
|
-
status: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<
|
47179
|
+
status: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<true>, import("zod").ZodLiteral<false>]>>;
|
47195
47180
|
isReloginRequired: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
47196
47181
|
connectedUserName: import("zod").ZodOptional<import("zod").ZodString>;
|
47197
47182
|
connectedUserId: import("zod").ZodOptional<import("zod").ZodString>;
|
@@ -47400,7 +47385,7 @@ export declare const chatContract: {
|
|
47400
47385
|
updatedAt?: Date | undefined;
|
47401
47386
|
deletedAt?: Date | null | undefined;
|
47402
47387
|
name?: string | undefined;
|
47403
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
47388
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
47404
47389
|
metadata?: {
|
47405
47390
|
id: string;
|
47406
47391
|
name: string;
|
@@ -47409,7 +47394,7 @@ export declare const chatContract: {
|
|
47409
47394
|
} | undefined;
|
47410
47395
|
brandName?: string | undefined;
|
47411
47396
|
platformId?: string | undefined;
|
47412
|
-
status?:
|
47397
|
+
status?: boolean | undefined;
|
47413
47398
|
isReloginRequired?: boolean | undefined;
|
47414
47399
|
connectedUserName?: string | undefined;
|
47415
47400
|
connectedUserId?: string | undefined;
|
@@ -47462,7 +47447,7 @@ export declare const chatContract: {
|
|
47462
47447
|
updatedAt?: Date | undefined;
|
47463
47448
|
deletedAt?: Date | null | undefined;
|
47464
47449
|
name?: string | undefined;
|
47465
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
47450
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
47466
47451
|
metadata?: {
|
47467
47452
|
id: string;
|
47468
47453
|
name: string;
|
@@ -47471,7 +47456,7 @@ export declare const chatContract: {
|
|
47471
47456
|
} | undefined;
|
47472
47457
|
brandName?: string | undefined;
|
47473
47458
|
platformId?: string | undefined;
|
47474
|
-
status?:
|
47459
|
+
status?: boolean | undefined;
|
47475
47460
|
isReloginRequired?: boolean | undefined;
|
47476
47461
|
connectedUserName?: string | undefined;
|
47477
47462
|
connectedUserId?: string | undefined;
|
@@ -47628,7 +47613,7 @@ export declare const chatContract: {
|
|
47628
47613
|
firstResponseAt: Date;
|
47629
47614
|
isLatest: boolean;
|
47630
47615
|
platformContact: {
|
47631
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
47616
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
47632
47617
|
id: string;
|
47633
47618
|
metadata: {
|
47634
47619
|
id: string;
|
@@ -47811,7 +47796,7 @@ export declare const chatContract: {
|
|
47811
47796
|
updatedAt?: Date | undefined;
|
47812
47797
|
deletedAt?: Date | null | undefined;
|
47813
47798
|
name?: string | undefined;
|
47814
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
47799
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
47815
47800
|
metadata?: {
|
47816
47801
|
id: string;
|
47817
47802
|
name: string;
|
@@ -47820,7 +47805,7 @@ export declare const chatContract: {
|
|
47820
47805
|
} | undefined;
|
47821
47806
|
brandName?: string | undefined;
|
47822
47807
|
platformId?: string | undefined;
|
47823
|
-
status?:
|
47808
|
+
status?: boolean | undefined;
|
47824
47809
|
isReloginRequired?: boolean | undefined;
|
47825
47810
|
connectedUserName?: string | undefined;
|
47826
47811
|
connectedUserId?: string | undefined;
|
@@ -47925,7 +47910,7 @@ export declare const chatContract: {
|
|
47925
47910
|
firstResponseAt: Date;
|
47926
47911
|
isLatest: boolean;
|
47927
47912
|
platformContact: {
|
47928
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
47913
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
47929
47914
|
id: string;
|
47930
47915
|
metadata: {
|
47931
47916
|
id: string;
|
@@ -48108,7 +48093,7 @@ export declare const chatContract: {
|
|
48108
48093
|
updatedAt?: Date | undefined;
|
48109
48094
|
deletedAt?: Date | null | undefined;
|
48110
48095
|
name?: string | undefined;
|
48111
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
48096
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
48112
48097
|
metadata?: {
|
48113
48098
|
id: string;
|
48114
48099
|
name: string;
|
@@ -48117,7 +48102,7 @@ export declare const chatContract: {
|
|
48117
48102
|
} | undefined;
|
48118
48103
|
brandName?: string | undefined;
|
48119
48104
|
platformId?: string | undefined;
|
48120
|
-
status?:
|
48105
|
+
status?: boolean | undefined;
|
48121
48106
|
isReloginRequired?: boolean | undefined;
|
48122
48107
|
connectedUserName?: string | undefined;
|
48123
48108
|
connectedUserId?: string | undefined;
|
@@ -48224,7 +48209,7 @@ export declare const chatContract: {
|
|
48224
48209
|
firstResponseAt: Date;
|
48225
48210
|
isLatest: boolean;
|
48226
48211
|
platformContact: {
|
48227
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
48212
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
48228
48213
|
id: string;
|
48229
48214
|
metadata: {
|
48230
48215
|
id: string;
|
@@ -48407,7 +48392,7 @@ export declare const chatContract: {
|
|
48407
48392
|
updatedAt?: Date | undefined;
|
48408
48393
|
deletedAt?: Date | null | undefined;
|
48409
48394
|
name?: string | undefined;
|
48410
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
48395
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
48411
48396
|
metadata?: {
|
48412
48397
|
id: string;
|
48413
48398
|
name: string;
|
@@ -48416,7 +48401,7 @@ export declare const chatContract: {
|
|
48416
48401
|
} | undefined;
|
48417
48402
|
brandName?: string | undefined;
|
48418
48403
|
platformId?: string | undefined;
|
48419
|
-
status?:
|
48404
|
+
status?: boolean | undefined;
|
48420
48405
|
isReloginRequired?: boolean | undefined;
|
48421
48406
|
connectedUserName?: string | undefined;
|
48422
48407
|
connectedUserId?: string | undefined;
|
@@ -48524,7 +48509,7 @@ export declare const chatContract: {
|
|
48524
48509
|
firstResponseAt: Date;
|
48525
48510
|
isLatest: boolean;
|
48526
48511
|
platformContact: {
|
48527
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
48512
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
48528
48513
|
id: string;
|
48529
48514
|
metadata: {
|
48530
48515
|
id: string;
|
@@ -48707,7 +48692,7 @@ export declare const chatContract: {
|
|
48707
48692
|
updatedAt?: Date | undefined;
|
48708
48693
|
deletedAt?: Date | null | undefined;
|
48709
48694
|
name?: string | undefined;
|
48710
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
48695
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
48711
48696
|
metadata?: {
|
48712
48697
|
id: string;
|
48713
48698
|
name: string;
|
@@ -48716,7 +48701,7 @@ export declare const chatContract: {
|
|
48716
48701
|
} | undefined;
|
48717
48702
|
brandName?: string | undefined;
|
48718
48703
|
platformId?: string | undefined;
|
48719
|
-
status?:
|
48704
|
+
status?: boolean | undefined;
|
48720
48705
|
isReloginRequired?: boolean | undefined;
|
48721
48706
|
connectedUserName?: string | undefined;
|
48722
48707
|
connectedUserId?: string | undefined;
|
@@ -49171,7 +49156,7 @@ export declare const chatContract: {
|
|
49171
49156
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
49172
49157
|
channelId: import("zod").ZodString;
|
49173
49158
|
socialPlatformId: import("zod").ZodString;
|
49174
|
-
type: import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada"]>;
|
49159
|
+
type: import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada", "instagram"]>;
|
49175
49160
|
metadata: import("zod").ZodObject<{
|
49176
49161
|
id: import("zod").ZodString;
|
49177
49162
|
name: import("zod").ZodString;
|
@@ -49929,7 +49914,7 @@ export declare const chatContract: {
|
|
49929
49914
|
}[] | undefined;
|
49930
49915
|
}>;
|
49931
49916
|
}, "strip", import("zod").ZodTypeAny, {
|
49932
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
49917
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
49933
49918
|
id: string;
|
49934
49919
|
metadata: {
|
49935
49920
|
id: string;
|
@@ -50045,7 +50030,7 @@ export declare const chatContract: {
|
|
50045
50030
|
channelId: string;
|
50046
50031
|
socialPlatformId: string;
|
50047
50032
|
}, {
|
50048
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
50033
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
50049
50034
|
id: string;
|
50050
50035
|
metadata: {
|
50051
50036
|
id: string;
|
@@ -50565,7 +50550,7 @@ export declare const chatContract: {
|
|
50565
50550
|
updatedAt: import("zod").ZodOptional<import("zod").ZodDate>;
|
50566
50551
|
deletedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodDate>>;
|
50567
50552
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
50568
|
-
type: import("zod").ZodOptional<import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada"]>>;
|
50553
|
+
type: import("zod").ZodOptional<import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada", "instagram"]>>;
|
50569
50554
|
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
50570
50555
|
id: import("zod").ZodString;
|
50571
50556
|
name: import("zod").ZodString;
|
@@ -50584,7 +50569,7 @@ export declare const chatContract: {
|
|
50584
50569
|
}>>;
|
50585
50570
|
brandName: import("zod").ZodOptional<import("zod").ZodString>;
|
50586
50571
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
50587
|
-
status: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<
|
50572
|
+
status: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<true>, import("zod").ZodLiteral<false>]>>;
|
50588
50573
|
isReloginRequired: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
50589
50574
|
connectedUserName: import("zod").ZodOptional<import("zod").ZodString>;
|
50590
50575
|
connectedUserId: import("zod").ZodOptional<import("zod").ZodString>;
|
@@ -50793,7 +50778,7 @@ export declare const chatContract: {
|
|
50793
50778
|
updatedAt?: Date | undefined;
|
50794
50779
|
deletedAt?: Date | null | undefined;
|
50795
50780
|
name?: string | undefined;
|
50796
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
50781
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
50797
50782
|
metadata?: {
|
50798
50783
|
id: string;
|
50799
50784
|
name: string;
|
@@ -50802,7 +50787,7 @@ export declare const chatContract: {
|
|
50802
50787
|
} | undefined;
|
50803
50788
|
brandName?: string | undefined;
|
50804
50789
|
platformId?: string | undefined;
|
50805
|
-
status?:
|
50790
|
+
status?: boolean | undefined;
|
50806
50791
|
isReloginRequired?: boolean | undefined;
|
50807
50792
|
connectedUserName?: string | undefined;
|
50808
50793
|
connectedUserId?: string | undefined;
|
@@ -50855,7 +50840,7 @@ export declare const chatContract: {
|
|
50855
50840
|
updatedAt?: Date | undefined;
|
50856
50841
|
deletedAt?: Date | null | undefined;
|
50857
50842
|
name?: string | undefined;
|
50858
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
50843
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
50859
50844
|
metadata?: {
|
50860
50845
|
id: string;
|
50861
50846
|
name: string;
|
@@ -50864,7 +50849,7 @@ export declare const chatContract: {
|
|
50864
50849
|
} | undefined;
|
50865
50850
|
brandName?: string | undefined;
|
50866
50851
|
platformId?: string | undefined;
|
50867
|
-
status?:
|
50852
|
+
status?: boolean | undefined;
|
50868
50853
|
isReloginRequired?: boolean | undefined;
|
50869
50854
|
connectedUserName?: string | undefined;
|
50870
50855
|
connectedUserId?: string | undefined;
|
@@ -51021,7 +51006,7 @@ export declare const chatContract: {
|
|
51021
51006
|
firstResponseAt: Date;
|
51022
51007
|
isLatest: boolean;
|
51023
51008
|
platformContact: {
|
51024
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
51009
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
51025
51010
|
id: string;
|
51026
51011
|
metadata: {
|
51027
51012
|
id: string;
|
@@ -51204,7 +51189,7 @@ export declare const chatContract: {
|
|
51204
51189
|
updatedAt?: Date | undefined;
|
51205
51190
|
deletedAt?: Date | null | undefined;
|
51206
51191
|
name?: string | undefined;
|
51207
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
51192
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
51208
51193
|
metadata?: {
|
51209
51194
|
id: string;
|
51210
51195
|
name: string;
|
@@ -51213,7 +51198,7 @@ export declare const chatContract: {
|
|
51213
51198
|
} | undefined;
|
51214
51199
|
brandName?: string | undefined;
|
51215
51200
|
platformId?: string | undefined;
|
51216
|
-
status?:
|
51201
|
+
status?: boolean | undefined;
|
51217
51202
|
isReloginRequired?: boolean | undefined;
|
51218
51203
|
connectedUserName?: string | undefined;
|
51219
51204
|
connectedUserId?: string | undefined;
|
@@ -51318,7 +51303,7 @@ export declare const chatContract: {
|
|
51318
51303
|
firstResponseAt: Date;
|
51319
51304
|
isLatest: boolean;
|
51320
51305
|
platformContact: {
|
51321
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
51306
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
51322
51307
|
id: string;
|
51323
51308
|
metadata: {
|
51324
51309
|
id: string;
|
@@ -51501,7 +51486,7 @@ export declare const chatContract: {
|
|
51501
51486
|
updatedAt?: Date | undefined;
|
51502
51487
|
deletedAt?: Date | null | undefined;
|
51503
51488
|
name?: string | undefined;
|
51504
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
51489
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
51505
51490
|
metadata?: {
|
51506
51491
|
id: string;
|
51507
51492
|
name: string;
|
@@ -51510,7 +51495,7 @@ export declare const chatContract: {
|
|
51510
51495
|
} | undefined;
|
51511
51496
|
brandName?: string | undefined;
|
51512
51497
|
platformId?: string | undefined;
|
51513
|
-
status?:
|
51498
|
+
status?: boolean | undefined;
|
51514
51499
|
isReloginRequired?: boolean | undefined;
|
51515
51500
|
connectedUserName?: string | undefined;
|
51516
51501
|
connectedUserId?: string | undefined;
|
@@ -52353,7 +52338,7 @@ export declare const chatContract: {
|
|
52353
52338
|
firstResponseAt: Date;
|
52354
52339
|
isLatest: boolean;
|
52355
52340
|
platformContact: {
|
52356
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
52341
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
52357
52342
|
id: string;
|
52358
52343
|
metadata: {
|
52359
52344
|
id: string;
|
@@ -52536,7 +52521,7 @@ export declare const chatContract: {
|
|
52536
52521
|
updatedAt?: Date | undefined;
|
52537
52522
|
deletedAt?: Date | null | undefined;
|
52538
52523
|
name?: string | undefined;
|
52539
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
52524
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
52540
52525
|
metadata?: {
|
52541
52526
|
id: string;
|
52542
52527
|
name: string;
|
@@ -52545,7 +52530,7 @@ export declare const chatContract: {
|
|
52545
52530
|
} | undefined;
|
52546
52531
|
brandName?: string | undefined;
|
52547
52532
|
platformId?: string | undefined;
|
52548
|
-
status?:
|
52533
|
+
status?: boolean | undefined;
|
52549
52534
|
isReloginRequired?: boolean | undefined;
|
52550
52535
|
connectedUserName?: string | undefined;
|
52551
52536
|
connectedUserId?: string | undefined;
|
@@ -52808,7 +52793,7 @@ export declare const chatContract: {
|
|
52808
52793
|
firstResponseAt: Date;
|
52809
52794
|
isLatest: boolean;
|
52810
52795
|
platformContact: {
|
52811
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
52796
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
52812
52797
|
id: string;
|
52813
52798
|
metadata: {
|
52814
52799
|
id: string;
|
@@ -52991,7 +52976,7 @@ export declare const chatContract: {
|
|
52991
52976
|
updatedAt?: Date | undefined;
|
52992
52977
|
deletedAt?: Date | null | undefined;
|
52993
52978
|
name?: string | undefined;
|
52994
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
52979
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
52995
52980
|
metadata?: {
|
52996
52981
|
id: string;
|
52997
52982
|
name: string;
|
@@ -53000,7 +52985,7 @@ export declare const chatContract: {
|
|
53000
52985
|
} | undefined;
|
53001
52986
|
brandName?: string | undefined;
|
53002
52987
|
platformId?: string | undefined;
|
53003
|
-
status?:
|
52988
|
+
status?: boolean | undefined;
|
53004
52989
|
isReloginRequired?: boolean | undefined;
|
53005
52990
|
connectedUserName?: string | undefined;
|
53006
52991
|
connectedUserId?: string | undefined;
|
@@ -53265,7 +53250,7 @@ export declare const chatContract: {
|
|
53265
53250
|
firstResponseAt: Date;
|
53266
53251
|
isLatest: boolean;
|
53267
53252
|
platformContact: {
|
53268
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
53253
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
53269
53254
|
id: string;
|
53270
53255
|
metadata: {
|
53271
53256
|
id: string;
|
@@ -53448,7 +53433,7 @@ export declare const chatContract: {
|
|
53448
53433
|
updatedAt?: Date | undefined;
|
53449
53434
|
deletedAt?: Date | null | undefined;
|
53450
53435
|
name?: string | undefined;
|
53451
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
53436
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
53452
53437
|
metadata?: {
|
53453
53438
|
id: string;
|
53454
53439
|
name: string;
|
@@ -53457,7 +53442,7 @@ export declare const chatContract: {
|
|
53457
53442
|
} | undefined;
|
53458
53443
|
brandName?: string | undefined;
|
53459
53444
|
platformId?: string | undefined;
|
53460
|
-
status?:
|
53445
|
+
status?: boolean | undefined;
|
53461
53446
|
isReloginRequired?: boolean | undefined;
|
53462
53447
|
connectedUserName?: string | undefined;
|
53463
53448
|
connectedUserId?: string | undefined;
|
@@ -53723,7 +53708,7 @@ export declare const chatContract: {
|
|
53723
53708
|
firstResponseAt: Date;
|
53724
53709
|
isLatest: boolean;
|
53725
53710
|
platformContact: {
|
53726
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
53711
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
53727
53712
|
id: string;
|
53728
53713
|
metadata: {
|
53729
53714
|
id: string;
|
@@ -53906,7 +53891,7 @@ export declare const chatContract: {
|
|
53906
53891
|
updatedAt?: Date | undefined;
|
53907
53892
|
deletedAt?: Date | null | undefined;
|
53908
53893
|
name?: string | undefined;
|
53909
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
53894
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
53910
53895
|
metadata?: {
|
53911
53896
|
id: string;
|
53912
53897
|
name: string;
|
@@ -53915,7 +53900,7 @@ export declare const chatContract: {
|
|
53915
53900
|
} | undefined;
|
53916
53901
|
brandName?: string | undefined;
|
53917
53902
|
platformId?: string | undefined;
|
53918
|
-
status?:
|
53903
|
+
status?: boolean | undefined;
|
53919
53904
|
isReloginRequired?: boolean | undefined;
|
53920
53905
|
connectedUserName?: string | undefined;
|
53921
53906
|
connectedUserId?: string | undefined;
|
@@ -54067,7 +54052,7 @@ export declare const chatContract: {
|
|
54067
54052
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
54068
54053
|
channelId: import("zod").ZodString;
|
54069
54054
|
socialPlatformId: import("zod").ZodString;
|
54070
|
-
type: import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada"]>;
|
54055
|
+
type: import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada", "instagram"]>;
|
54071
54056
|
metadata: import("zod").ZodObject<{
|
54072
54057
|
id: import("zod").ZodString;
|
54073
54058
|
name: import("zod").ZodString;
|
@@ -54825,7 +54810,7 @@ export declare const chatContract: {
|
|
54825
54810
|
}[] | undefined;
|
54826
54811
|
}>;
|
54827
54812
|
}, "strip", import("zod").ZodTypeAny, {
|
54828
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
54813
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
54829
54814
|
id: string;
|
54830
54815
|
metadata: {
|
54831
54816
|
id: string;
|
@@ -54941,7 +54926,7 @@ export declare const chatContract: {
|
|
54941
54926
|
channelId: string;
|
54942
54927
|
socialPlatformId: string;
|
54943
54928
|
}, {
|
54944
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
54929
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
54945
54930
|
id: string;
|
54946
54931
|
metadata: {
|
54947
54932
|
id: string;
|
@@ -55461,7 +55446,7 @@ export declare const chatContract: {
|
|
55461
55446
|
updatedAt: import("zod").ZodOptional<import("zod").ZodDate>;
|
55462
55447
|
deletedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodDate>>;
|
55463
55448
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
55464
|
-
type: import("zod").ZodOptional<import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada"]>>;
|
55449
|
+
type: import("zod").ZodOptional<import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada", "instagram"]>>;
|
55465
55450
|
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
55466
55451
|
id: import("zod").ZodString;
|
55467
55452
|
name: import("zod").ZodString;
|
@@ -55480,7 +55465,7 @@ export declare const chatContract: {
|
|
55480
55465
|
}>>;
|
55481
55466
|
brandName: import("zod").ZodOptional<import("zod").ZodString>;
|
55482
55467
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
55483
|
-
status: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<
|
55468
|
+
status: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<true>, import("zod").ZodLiteral<false>]>>;
|
55484
55469
|
isReloginRequired: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
55485
55470
|
connectedUserName: import("zod").ZodOptional<import("zod").ZodString>;
|
55486
55471
|
connectedUserId: import("zod").ZodOptional<import("zod").ZodString>;
|
@@ -55689,7 +55674,7 @@ export declare const chatContract: {
|
|
55689
55674
|
updatedAt?: Date | undefined;
|
55690
55675
|
deletedAt?: Date | null | undefined;
|
55691
55676
|
name?: string | undefined;
|
55692
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
55677
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
55693
55678
|
metadata?: {
|
55694
55679
|
id: string;
|
55695
55680
|
name: string;
|
@@ -55698,7 +55683,7 @@ export declare const chatContract: {
|
|
55698
55683
|
} | undefined;
|
55699
55684
|
brandName?: string | undefined;
|
55700
55685
|
platformId?: string | undefined;
|
55701
|
-
status?:
|
55686
|
+
status?: boolean | undefined;
|
55702
55687
|
isReloginRequired?: boolean | undefined;
|
55703
55688
|
connectedUserName?: string | undefined;
|
55704
55689
|
connectedUserId?: string | undefined;
|
@@ -55751,7 +55736,7 @@ export declare const chatContract: {
|
|
55751
55736
|
updatedAt?: Date | undefined;
|
55752
55737
|
deletedAt?: Date | null | undefined;
|
55753
55738
|
name?: string | undefined;
|
55754
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
55739
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
55755
55740
|
metadata?: {
|
55756
55741
|
id: string;
|
55757
55742
|
name: string;
|
@@ -55760,7 +55745,7 @@ export declare const chatContract: {
|
|
55760
55745
|
} | undefined;
|
55761
55746
|
brandName?: string | undefined;
|
55762
55747
|
platformId?: string | undefined;
|
55763
|
-
status?:
|
55748
|
+
status?: boolean | undefined;
|
55764
55749
|
isReloginRequired?: boolean | undefined;
|
55765
55750
|
connectedUserName?: string | undefined;
|
55766
55751
|
connectedUserId?: string | undefined;
|
@@ -55917,7 +55902,7 @@ export declare const chatContract: {
|
|
55917
55902
|
firstResponseAt: Date;
|
55918
55903
|
isLatest: boolean;
|
55919
55904
|
platformContact: {
|
55920
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
55905
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
55921
55906
|
id: string;
|
55922
55907
|
metadata: {
|
55923
55908
|
id: string;
|
@@ -56100,7 +56085,7 @@ export declare const chatContract: {
|
|
56100
56085
|
updatedAt?: Date | undefined;
|
56101
56086
|
deletedAt?: Date | null | undefined;
|
56102
56087
|
name?: string | undefined;
|
56103
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
56088
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
56104
56089
|
metadata?: {
|
56105
56090
|
id: string;
|
56106
56091
|
name: string;
|
@@ -56109,7 +56094,7 @@ export declare const chatContract: {
|
|
56109
56094
|
} | undefined;
|
56110
56095
|
brandName?: string | undefined;
|
56111
56096
|
platformId?: string | undefined;
|
56112
|
-
status?:
|
56097
|
+
status?: boolean | undefined;
|
56113
56098
|
isReloginRequired?: boolean | undefined;
|
56114
56099
|
connectedUserName?: string | undefined;
|
56115
56100
|
connectedUserId?: string | undefined;
|
@@ -56214,7 +56199,7 @@ export declare const chatContract: {
|
|
56214
56199
|
firstResponseAt: Date;
|
56215
56200
|
isLatest: boolean;
|
56216
56201
|
platformContact: {
|
56217
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
56202
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
56218
56203
|
id: string;
|
56219
56204
|
metadata: {
|
56220
56205
|
id: string;
|
@@ -56397,7 +56382,7 @@ export declare const chatContract: {
|
|
56397
56382
|
updatedAt?: Date | undefined;
|
56398
56383
|
deletedAt?: Date | null | undefined;
|
56399
56384
|
name?: string | undefined;
|
56400
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
56385
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
56401
56386
|
metadata?: {
|
56402
56387
|
id: string;
|
56403
56388
|
name: string;
|
@@ -56406,7 +56391,7 @@ export declare const chatContract: {
|
|
56406
56391
|
} | undefined;
|
56407
56392
|
brandName?: string | undefined;
|
56408
56393
|
platformId?: string | undefined;
|
56409
|
-
status?:
|
56394
|
+
status?: boolean | undefined;
|
56410
56395
|
isReloginRequired?: boolean | undefined;
|
56411
56396
|
connectedUserName?: string | undefined;
|
56412
56397
|
connectedUserId?: string | undefined;
|
@@ -56514,7 +56499,7 @@ export declare const chatContract: {
|
|
56514
56499
|
firstResponseAt: Date;
|
56515
56500
|
isLatest: boolean;
|
56516
56501
|
platformContact: {
|
56517
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
56502
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
56518
56503
|
id: string;
|
56519
56504
|
metadata: {
|
56520
56505
|
id: string;
|
@@ -56697,7 +56682,7 @@ export declare const chatContract: {
|
|
56697
56682
|
updatedAt?: Date | undefined;
|
56698
56683
|
deletedAt?: Date | null | undefined;
|
56699
56684
|
name?: string | undefined;
|
56700
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
56685
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
56701
56686
|
metadata?: {
|
56702
56687
|
id: string;
|
56703
56688
|
name: string;
|
@@ -56706,7 +56691,7 @@ export declare const chatContract: {
|
|
56706
56691
|
} | undefined;
|
56707
56692
|
brandName?: string | undefined;
|
56708
56693
|
platformId?: string | undefined;
|
56709
|
-
status?:
|
56694
|
+
status?: boolean | undefined;
|
56710
56695
|
isReloginRequired?: boolean | undefined;
|
56711
56696
|
connectedUserName?: string | undefined;
|
56712
56697
|
connectedUserId?: string | undefined;
|
@@ -56815,7 +56800,7 @@ export declare const chatContract: {
|
|
56815
56800
|
firstResponseAt: Date;
|
56816
56801
|
isLatest: boolean;
|
56817
56802
|
platformContact: {
|
56818
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
56803
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
56819
56804
|
id: string;
|
56820
56805
|
metadata: {
|
56821
56806
|
id: string;
|
@@ -56998,7 +56983,7 @@ export declare const chatContract: {
|
|
56998
56983
|
updatedAt?: Date | undefined;
|
56999
56984
|
deletedAt?: Date | null | undefined;
|
57000
56985
|
name?: string | undefined;
|
57001
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
56986
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
57002
56987
|
metadata?: {
|
57003
56988
|
id: string;
|
57004
56989
|
name: string;
|
@@ -57007,7 +56992,7 @@ export declare const chatContract: {
|
|
57007
56992
|
} | undefined;
|
57008
56993
|
brandName?: string | undefined;
|
57009
56994
|
platformId?: string | undefined;
|
57010
|
-
status?:
|
56995
|
+
status?: boolean | undefined;
|
57011
56996
|
isReloginRequired?: boolean | undefined;
|
57012
56997
|
connectedUserName?: string | undefined;
|
57013
56998
|
connectedUserId?: string | undefined;
|
@@ -57136,7 +57121,7 @@ export declare const chatContract: {
|
|
57136
57121
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
57137
57122
|
channelId: import("zod").ZodString;
|
57138
57123
|
socialPlatformId: import("zod").ZodString;
|
57139
|
-
type: import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada"]>;
|
57124
|
+
type: import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada", "instagram"]>;
|
57140
57125
|
metadata: import("zod").ZodObject<{
|
57141
57126
|
id: import("zod").ZodString;
|
57142
57127
|
name: import("zod").ZodString;
|
@@ -57894,7 +57879,7 @@ export declare const chatContract: {
|
|
57894
57879
|
}[] | undefined;
|
57895
57880
|
}>;
|
57896
57881
|
}, "strip", import("zod").ZodTypeAny, {
|
57897
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
57882
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
57898
57883
|
id: string;
|
57899
57884
|
metadata: {
|
57900
57885
|
id: string;
|
@@ -58010,7 +57995,7 @@ export declare const chatContract: {
|
|
58010
57995
|
channelId: string;
|
58011
57996
|
socialPlatformId: string;
|
58012
57997
|
}, {
|
58013
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
57998
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
58014
57999
|
id: string;
|
58015
58000
|
metadata: {
|
58016
58001
|
id: string;
|
@@ -58530,7 +58515,7 @@ export declare const chatContract: {
|
|
58530
58515
|
updatedAt: import("zod").ZodOptional<import("zod").ZodDate>;
|
58531
58516
|
deletedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodDate>>;
|
58532
58517
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
58533
|
-
type: import("zod").ZodOptional<import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada"]>>;
|
58518
|
+
type: import("zod").ZodOptional<import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada", "instagram"]>>;
|
58534
58519
|
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
58535
58520
|
id: import("zod").ZodString;
|
58536
58521
|
name: import("zod").ZodString;
|
@@ -58549,7 +58534,7 @@ export declare const chatContract: {
|
|
58549
58534
|
}>>;
|
58550
58535
|
brandName: import("zod").ZodOptional<import("zod").ZodString>;
|
58551
58536
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
58552
|
-
status: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<
|
58537
|
+
status: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<true>, import("zod").ZodLiteral<false>]>>;
|
58553
58538
|
isReloginRequired: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
58554
58539
|
connectedUserName: import("zod").ZodOptional<import("zod").ZodString>;
|
58555
58540
|
connectedUserId: import("zod").ZodOptional<import("zod").ZodString>;
|
@@ -58758,7 +58743,7 @@ export declare const chatContract: {
|
|
58758
58743
|
updatedAt?: Date | undefined;
|
58759
58744
|
deletedAt?: Date | null | undefined;
|
58760
58745
|
name?: string | undefined;
|
58761
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
58746
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
58762
58747
|
metadata?: {
|
58763
58748
|
id: string;
|
58764
58749
|
name: string;
|
@@ -58767,7 +58752,7 @@ export declare const chatContract: {
|
|
58767
58752
|
} | undefined;
|
58768
58753
|
brandName?: string | undefined;
|
58769
58754
|
platformId?: string | undefined;
|
58770
|
-
status?:
|
58755
|
+
status?: boolean | undefined;
|
58771
58756
|
isReloginRequired?: boolean | undefined;
|
58772
58757
|
connectedUserName?: string | undefined;
|
58773
58758
|
connectedUserId?: string | undefined;
|
@@ -58820,7 +58805,7 @@ export declare const chatContract: {
|
|
58820
58805
|
updatedAt?: Date | undefined;
|
58821
58806
|
deletedAt?: Date | null | undefined;
|
58822
58807
|
name?: string | undefined;
|
58823
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
58808
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
58824
58809
|
metadata?: {
|
58825
58810
|
id: string;
|
58826
58811
|
name: string;
|
@@ -58829,7 +58814,7 @@ export declare const chatContract: {
|
|
58829
58814
|
} | undefined;
|
58830
58815
|
brandName?: string | undefined;
|
58831
58816
|
platformId?: string | undefined;
|
58832
|
-
status?:
|
58817
|
+
status?: boolean | undefined;
|
58833
58818
|
isReloginRequired?: boolean | undefined;
|
58834
58819
|
connectedUserName?: string | undefined;
|
58835
58820
|
connectedUserId?: string | undefined;
|
@@ -58986,7 +58971,7 @@ export declare const chatContract: {
|
|
58986
58971
|
firstResponseAt: Date;
|
58987
58972
|
isLatest: boolean;
|
58988
58973
|
platformContact: {
|
58989
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
58974
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
58990
58975
|
id: string;
|
58991
58976
|
metadata: {
|
58992
58977
|
id: string;
|
@@ -59169,7 +59154,7 @@ export declare const chatContract: {
|
|
59169
59154
|
updatedAt?: Date | undefined;
|
59170
59155
|
deletedAt?: Date | null | undefined;
|
59171
59156
|
name?: string | undefined;
|
59172
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
59157
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
59173
59158
|
metadata?: {
|
59174
59159
|
id: string;
|
59175
59160
|
name: string;
|
@@ -59178,7 +59163,7 @@ export declare const chatContract: {
|
|
59178
59163
|
} | undefined;
|
59179
59164
|
brandName?: string | undefined;
|
59180
59165
|
platformId?: string | undefined;
|
59181
|
-
status?:
|
59166
|
+
status?: boolean | undefined;
|
59182
59167
|
isReloginRequired?: boolean | undefined;
|
59183
59168
|
connectedUserName?: string | undefined;
|
59184
59169
|
connectedUserId?: string | undefined;
|
@@ -59283,7 +59268,7 @@ export declare const chatContract: {
|
|
59283
59268
|
firstResponseAt: Date;
|
59284
59269
|
isLatest: boolean;
|
59285
59270
|
platformContact: {
|
59286
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
59271
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
59287
59272
|
id: string;
|
59288
59273
|
metadata: {
|
59289
59274
|
id: string;
|
@@ -59466,7 +59451,7 @@ export declare const chatContract: {
|
|
59466
59451
|
updatedAt?: Date | undefined;
|
59467
59452
|
deletedAt?: Date | null | undefined;
|
59468
59453
|
name?: string | undefined;
|
59469
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
59454
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
59470
59455
|
metadata?: {
|
59471
59456
|
id: string;
|
59472
59457
|
name: string;
|
@@ -59475,7 +59460,7 @@ export declare const chatContract: {
|
|
59475
59460
|
} | undefined;
|
59476
59461
|
brandName?: string | undefined;
|
59477
59462
|
platformId?: string | undefined;
|
59478
|
-
status?:
|
59463
|
+
status?: boolean | undefined;
|
59479
59464
|
isReloginRequired?: boolean | undefined;
|
59480
59465
|
connectedUserName?: string | undefined;
|
59481
59466
|
connectedUserId?: string | undefined;
|
@@ -60318,7 +60303,7 @@ export declare const chatContract: {
|
|
60318
60303
|
firstResponseAt: Date;
|
60319
60304
|
isLatest: boolean;
|
60320
60305
|
platformContact: {
|
60321
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
60306
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
60322
60307
|
id: string;
|
60323
60308
|
metadata: {
|
60324
60309
|
id: string;
|
@@ -60501,7 +60486,7 @@ export declare const chatContract: {
|
|
60501
60486
|
updatedAt?: Date | undefined;
|
60502
60487
|
deletedAt?: Date | null | undefined;
|
60503
60488
|
name?: string | undefined;
|
60504
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
60489
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
60505
60490
|
metadata?: {
|
60506
60491
|
id: string;
|
60507
60492
|
name: string;
|
@@ -60510,7 +60495,7 @@ export declare const chatContract: {
|
|
60510
60495
|
} | undefined;
|
60511
60496
|
brandName?: string | undefined;
|
60512
60497
|
platformId?: string | undefined;
|
60513
|
-
status?:
|
60498
|
+
status?: boolean | undefined;
|
60514
60499
|
isReloginRequired?: boolean | undefined;
|
60515
60500
|
connectedUserName?: string | undefined;
|
60516
60501
|
connectedUserId?: string | undefined;
|
@@ -60773,7 +60758,7 @@ export declare const chatContract: {
|
|
60773
60758
|
firstResponseAt: Date;
|
60774
60759
|
isLatest: boolean;
|
60775
60760
|
platformContact: {
|
60776
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
60761
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
60777
60762
|
id: string;
|
60778
60763
|
metadata: {
|
60779
60764
|
id: string;
|
@@ -60956,7 +60941,7 @@ export declare const chatContract: {
|
|
60956
60941
|
updatedAt?: Date | undefined;
|
60957
60942
|
deletedAt?: Date | null | undefined;
|
60958
60943
|
name?: string | undefined;
|
60959
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
60944
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
60960
60945
|
metadata?: {
|
60961
60946
|
id: string;
|
60962
60947
|
name: string;
|
@@ -60965,7 +60950,7 @@ export declare const chatContract: {
|
|
60965
60950
|
} | undefined;
|
60966
60951
|
brandName?: string | undefined;
|
60967
60952
|
platformId?: string | undefined;
|
60968
|
-
status?:
|
60953
|
+
status?: boolean | undefined;
|
60969
60954
|
isReloginRequired?: boolean | undefined;
|
60970
60955
|
connectedUserName?: string | undefined;
|
60971
60956
|
connectedUserId?: string | undefined;
|
@@ -61230,7 +61215,7 @@ export declare const chatContract: {
|
|
61230
61215
|
firstResponseAt: Date;
|
61231
61216
|
isLatest: boolean;
|
61232
61217
|
platformContact: {
|
61233
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
61218
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
61234
61219
|
id: string;
|
61235
61220
|
metadata: {
|
61236
61221
|
id: string;
|
@@ -61413,7 +61398,7 @@ export declare const chatContract: {
|
|
61413
61398
|
updatedAt?: Date | undefined;
|
61414
61399
|
deletedAt?: Date | null | undefined;
|
61415
61400
|
name?: string | undefined;
|
61416
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
61401
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
61417
61402
|
metadata?: {
|
61418
61403
|
id: string;
|
61419
61404
|
name: string;
|
@@ -61422,7 +61407,7 @@ export declare const chatContract: {
|
|
61422
61407
|
} | undefined;
|
61423
61408
|
brandName?: string | undefined;
|
61424
61409
|
platformId?: string | undefined;
|
61425
|
-
status?:
|
61410
|
+
status?: boolean | undefined;
|
61426
61411
|
isReloginRequired?: boolean | undefined;
|
61427
61412
|
connectedUserName?: string | undefined;
|
61428
61413
|
connectedUserId?: string | undefined;
|
@@ -61691,7 +61676,7 @@ export declare const chatContract: {
|
|
61691
61676
|
firstResponseAt: Date;
|
61692
61677
|
isLatest: boolean;
|
61693
61678
|
platformContact: {
|
61694
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
61679
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
61695
61680
|
id: string;
|
61696
61681
|
metadata: {
|
61697
61682
|
id: string;
|
@@ -61874,7 +61859,7 @@ export declare const chatContract: {
|
|
61874
61859
|
updatedAt?: Date | undefined;
|
61875
61860
|
deletedAt?: Date | null | undefined;
|
61876
61861
|
name?: string | undefined;
|
61877
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
61862
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
61878
61863
|
metadata?: {
|
61879
61864
|
id: string;
|
61880
61865
|
name: string;
|
@@ -61883,7 +61868,7 @@ export declare const chatContract: {
|
|
61883
61868
|
} | undefined;
|
61884
61869
|
brandName?: string | undefined;
|
61885
61870
|
platformId?: string | undefined;
|
61886
|
-
status?:
|
61871
|
+
status?: boolean | undefined;
|
61887
61872
|
isReloginRequired?: boolean | undefined;
|
61888
61873
|
connectedUserName?: string | undefined;
|
61889
61874
|
connectedUserId?: string | undefined;
|
@@ -62017,7 +62002,7 @@ export declare const chatContract: {
|
|
62017
62002
|
updatedAt: import("zod").ZodOptional<import("zod").ZodDate>;
|
62018
62003
|
deletedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodDate>>;
|
62019
62004
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
62020
|
-
type: import("zod").ZodOptional<import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada"]>>;
|
62005
|
+
type: import("zod").ZodOptional<import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada", "instagram"]>>;
|
62021
62006
|
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
62022
62007
|
id: import("zod").ZodString;
|
62023
62008
|
name: import("zod").ZodString;
|
@@ -62036,7 +62021,7 @@ export declare const chatContract: {
|
|
62036
62021
|
}>>;
|
62037
62022
|
brandName: import("zod").ZodOptional<import("zod").ZodString>;
|
62038
62023
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
62039
|
-
status: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<
|
62024
|
+
status: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<true>, import("zod").ZodLiteral<false>]>>;
|
62040
62025
|
isReloginRequired: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
62041
62026
|
connectedUserName: import("zod").ZodOptional<import("zod").ZodString>;
|
62042
62027
|
connectedUserId: import("zod").ZodOptional<import("zod").ZodString>;
|
@@ -62245,7 +62230,7 @@ export declare const chatContract: {
|
|
62245
62230
|
updatedAt?: Date | undefined;
|
62246
62231
|
deletedAt?: Date | null | undefined;
|
62247
62232
|
name?: string | undefined;
|
62248
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
62233
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
62249
62234
|
metadata?: {
|
62250
62235
|
id: string;
|
62251
62236
|
name: string;
|
@@ -62254,7 +62239,7 @@ export declare const chatContract: {
|
|
62254
62239
|
} | undefined;
|
62255
62240
|
brandName?: string | undefined;
|
62256
62241
|
platformId?: string | undefined;
|
62257
|
-
status?:
|
62242
|
+
status?: boolean | undefined;
|
62258
62243
|
isReloginRequired?: boolean | undefined;
|
62259
62244
|
connectedUserName?: string | undefined;
|
62260
62245
|
connectedUserId?: string | undefined;
|
@@ -62307,7 +62292,7 @@ export declare const chatContract: {
|
|
62307
62292
|
updatedAt?: Date | undefined;
|
62308
62293
|
deletedAt?: Date | null | undefined;
|
62309
62294
|
name?: string | undefined;
|
62310
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
62295
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
62311
62296
|
metadata?: {
|
62312
62297
|
id: string;
|
62313
62298
|
name: string;
|
@@ -62316,7 +62301,7 @@ export declare const chatContract: {
|
|
62316
62301
|
} | undefined;
|
62317
62302
|
brandName?: string | undefined;
|
62318
62303
|
platformId?: string | undefined;
|
62319
|
-
status?:
|
62304
|
+
status?: boolean | undefined;
|
62320
62305
|
isReloginRequired?: boolean | undefined;
|
62321
62306
|
connectedUserName?: string | undefined;
|
62322
62307
|
connectedUserId?: string | undefined;
|
@@ -62581,7 +62566,7 @@ export declare const chatContract: {
|
|
62581
62566
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
62582
62567
|
channelId: import("zod").ZodString;
|
62583
62568
|
socialPlatformId: import("zod").ZodString;
|
62584
|
-
type: import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada"]>;
|
62569
|
+
type: import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada", "instagram"]>;
|
62585
62570
|
metadata: import("zod").ZodObject<{
|
62586
62571
|
id: import("zod").ZodString;
|
62587
62572
|
name: import("zod").ZodString;
|
@@ -63339,7 +63324,7 @@ export declare const chatContract: {
|
|
63339
63324
|
}[] | undefined;
|
63340
63325
|
}>;
|
63341
63326
|
}, "strip", import("zod").ZodTypeAny, {
|
63342
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
63327
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
63343
63328
|
id: string;
|
63344
63329
|
metadata: {
|
63345
63330
|
id: string;
|
@@ -63455,7 +63440,7 @@ export declare const chatContract: {
|
|
63455
63440
|
channelId: string;
|
63456
63441
|
socialPlatformId: string;
|
63457
63442
|
}, {
|
63458
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
63443
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
63459
63444
|
id: string;
|
63460
63445
|
metadata: {
|
63461
63446
|
id: string;
|
@@ -63880,7 +63865,7 @@ export declare const chatContract: {
|
|
63880
63865
|
firstResponseAt: Date;
|
63881
63866
|
isLatest: boolean;
|
63882
63867
|
platformContact: {
|
63883
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
63868
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
63884
63869
|
id: string;
|
63885
63870
|
metadata: {
|
63886
63871
|
id: string;
|
@@ -64064,7 +64049,7 @@ export declare const chatContract: {
|
|
64064
64049
|
updatedAt?: Date | undefined;
|
64065
64050
|
deletedAt?: Date | null | undefined;
|
64066
64051
|
name?: string | undefined;
|
64067
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
64052
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
64068
64053
|
metadata?: {
|
64069
64054
|
id: string;
|
64070
64055
|
name: string;
|
@@ -64073,7 +64058,7 @@ export declare const chatContract: {
|
|
64073
64058
|
} | undefined;
|
64074
64059
|
brandName?: string | undefined;
|
64075
64060
|
platformId?: string | undefined;
|
64076
|
-
status?:
|
64061
|
+
status?: boolean | undefined;
|
64077
64062
|
isReloginRequired?: boolean | undefined;
|
64078
64063
|
connectedUserName?: string | undefined;
|
64079
64064
|
connectedUserId?: string | undefined;
|
@@ -64178,7 +64163,7 @@ export declare const chatContract: {
|
|
64178
64163
|
firstResponseAt: Date;
|
64179
64164
|
isLatest: boolean;
|
64180
64165
|
platformContact: {
|
64181
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
64166
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
64182
64167
|
id: string;
|
64183
64168
|
metadata: {
|
64184
64169
|
id: string;
|
@@ -64362,7 +64347,7 @@ export declare const chatContract: {
|
|
64362
64347
|
updatedAt?: Date | undefined;
|
64363
64348
|
deletedAt?: Date | null | undefined;
|
64364
64349
|
name?: string | undefined;
|
64365
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
64350
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
64366
64351
|
metadata?: {
|
64367
64352
|
id: string;
|
64368
64353
|
name: string;
|
@@ -64371,7 +64356,7 @@ export declare const chatContract: {
|
|
64371
64356
|
} | undefined;
|
64372
64357
|
brandName?: string | undefined;
|
64373
64358
|
platformId?: string | undefined;
|
64374
|
-
status?:
|
64359
|
+
status?: boolean | undefined;
|
64375
64360
|
isReloginRequired?: boolean | undefined;
|
64376
64361
|
connectedUserName?: string | undefined;
|
64377
64362
|
connectedUserId?: string | undefined;
|
@@ -64478,7 +64463,7 @@ export declare const chatContract: {
|
|
64478
64463
|
firstResponseAt: Date;
|
64479
64464
|
isLatest: boolean;
|
64480
64465
|
platformContact: {
|
64481
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
64466
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
64482
64467
|
id: string;
|
64483
64468
|
metadata: {
|
64484
64469
|
id: string;
|
@@ -64662,7 +64647,7 @@ export declare const chatContract: {
|
|
64662
64647
|
updatedAt?: Date | undefined;
|
64663
64648
|
deletedAt?: Date | null | undefined;
|
64664
64649
|
name?: string | undefined;
|
64665
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
64650
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
64666
64651
|
metadata?: {
|
64667
64652
|
id: string;
|
64668
64653
|
name: string;
|
@@ -64671,7 +64656,7 @@ export declare const chatContract: {
|
|
64671
64656
|
} | undefined;
|
64672
64657
|
brandName?: string | undefined;
|
64673
64658
|
platformId?: string | undefined;
|
64674
|
-
status?:
|
64659
|
+
status?: boolean | undefined;
|
64675
64660
|
isReloginRequired?: boolean | undefined;
|
64676
64661
|
connectedUserName?: string | undefined;
|
64677
64662
|
connectedUserId?: string | undefined;
|
@@ -64779,7 +64764,7 @@ export declare const chatContract: {
|
|
64779
64764
|
firstResponseAt: Date;
|
64780
64765
|
isLatest: boolean;
|
64781
64766
|
platformContact: {
|
64782
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
64767
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
64783
64768
|
id: string;
|
64784
64769
|
metadata: {
|
64785
64770
|
id: string;
|
@@ -64963,7 +64948,7 @@ export declare const chatContract: {
|
|
64963
64948
|
updatedAt?: Date | undefined;
|
64964
64949
|
deletedAt?: Date | null | undefined;
|
64965
64950
|
name?: string | undefined;
|
64966
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
64951
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
64967
64952
|
metadata?: {
|
64968
64953
|
id: string;
|
64969
64954
|
name: string;
|
@@ -64972,7 +64957,7 @@ export declare const chatContract: {
|
|
64972
64957
|
} | undefined;
|
64973
64958
|
brandName?: string | undefined;
|
64974
64959
|
platformId?: string | undefined;
|
64975
|
-
status?:
|
64960
|
+
status?: boolean | undefined;
|
64976
64961
|
isReloginRequired?: boolean | undefined;
|
64977
64962
|
connectedUserName?: string | undefined;
|
64978
64963
|
connectedUserId?: string | undefined;
|
@@ -65082,7 +65067,7 @@ export declare const chatContract: {
|
|
65082
65067
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
65083
65068
|
channelId: import("zod").ZodString;
|
65084
65069
|
socialPlatformId: import("zod").ZodString;
|
65085
|
-
type: import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada"]>;
|
65070
|
+
type: import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada", "instagram"]>;
|
65086
65071
|
metadata: import("zod").ZodObject<{
|
65087
65072
|
id: import("zod").ZodString;
|
65088
65073
|
name: import("zod").ZodString;
|
@@ -65840,7 +65825,7 @@ export declare const chatContract: {
|
|
65840
65825
|
}[] | undefined;
|
65841
65826
|
}>;
|
65842
65827
|
}, "strip", import("zod").ZodTypeAny, {
|
65843
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
65828
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
65844
65829
|
id: string;
|
65845
65830
|
metadata: {
|
65846
65831
|
id: string;
|
@@ -65956,7 +65941,7 @@ export declare const chatContract: {
|
|
65956
65941
|
channelId: string;
|
65957
65942
|
socialPlatformId: string;
|
65958
65943
|
}, {
|
65959
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
65944
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
65960
65945
|
id: string;
|
65961
65946
|
metadata: {
|
65962
65947
|
id: string;
|
@@ -66476,7 +66461,7 @@ export declare const chatContract: {
|
|
66476
66461
|
updatedAt: import("zod").ZodOptional<import("zod").ZodDate>;
|
66477
66462
|
deletedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodDate>>;
|
66478
66463
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
66479
|
-
type: import("zod").ZodOptional<import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada"]>>;
|
66464
|
+
type: import("zod").ZodOptional<import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada", "instagram"]>>;
|
66480
66465
|
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
66481
66466
|
id: import("zod").ZodString;
|
66482
66467
|
name: import("zod").ZodString;
|
@@ -66495,7 +66480,7 @@ export declare const chatContract: {
|
|
66495
66480
|
}>>;
|
66496
66481
|
brandName: import("zod").ZodOptional<import("zod").ZodString>;
|
66497
66482
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
66498
|
-
status: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<
|
66483
|
+
status: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<true>, import("zod").ZodLiteral<false>]>>;
|
66499
66484
|
isReloginRequired: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
66500
66485
|
connectedUserName: import("zod").ZodOptional<import("zod").ZodString>;
|
66501
66486
|
connectedUserId: import("zod").ZodOptional<import("zod").ZodString>;
|
@@ -66704,7 +66689,7 @@ export declare const chatContract: {
|
|
66704
66689
|
updatedAt?: Date | undefined;
|
66705
66690
|
deletedAt?: Date | null | undefined;
|
66706
66691
|
name?: string | undefined;
|
66707
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
66692
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
66708
66693
|
metadata?: {
|
66709
66694
|
id: string;
|
66710
66695
|
name: string;
|
@@ -66713,7 +66698,7 @@ export declare const chatContract: {
|
|
66713
66698
|
} | undefined;
|
66714
66699
|
brandName?: string | undefined;
|
66715
66700
|
platformId?: string | undefined;
|
66716
|
-
status?:
|
66701
|
+
status?: boolean | undefined;
|
66717
66702
|
isReloginRequired?: boolean | undefined;
|
66718
66703
|
connectedUserName?: string | undefined;
|
66719
66704
|
connectedUserId?: string | undefined;
|
@@ -66766,7 +66751,7 @@ export declare const chatContract: {
|
|
66766
66751
|
updatedAt?: Date | undefined;
|
66767
66752
|
deletedAt?: Date | null | undefined;
|
66768
66753
|
name?: string | undefined;
|
66769
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
66754
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
66770
66755
|
metadata?: {
|
66771
66756
|
id: string;
|
66772
66757
|
name: string;
|
@@ -66775,7 +66760,7 @@ export declare const chatContract: {
|
|
66775
66760
|
} | undefined;
|
66776
66761
|
brandName?: string | undefined;
|
66777
66762
|
platformId?: string | undefined;
|
66778
|
-
status?:
|
66763
|
+
status?: boolean | undefined;
|
66779
66764
|
isReloginRequired?: boolean | undefined;
|
66780
66765
|
connectedUserName?: string | undefined;
|
66781
66766
|
connectedUserId?: string | undefined;
|
@@ -66932,7 +66917,7 @@ export declare const chatContract: {
|
|
66932
66917
|
firstResponseAt: Date;
|
66933
66918
|
isLatest: boolean;
|
66934
66919
|
platformContact: {
|
66935
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
66920
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
66936
66921
|
id: string;
|
66937
66922
|
metadata: {
|
66938
66923
|
id: string;
|
@@ -67115,7 +67100,7 @@ export declare const chatContract: {
|
|
67115
67100
|
updatedAt?: Date | undefined;
|
67116
67101
|
deletedAt?: Date | null | undefined;
|
67117
67102
|
name?: string | undefined;
|
67118
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
67103
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
67119
67104
|
metadata?: {
|
67120
67105
|
id: string;
|
67121
67106
|
name: string;
|
@@ -67124,7 +67109,7 @@ export declare const chatContract: {
|
|
67124
67109
|
} | undefined;
|
67125
67110
|
brandName?: string | undefined;
|
67126
67111
|
platformId?: string | undefined;
|
67127
|
-
status?:
|
67112
|
+
status?: boolean | undefined;
|
67128
67113
|
isReloginRequired?: boolean | undefined;
|
67129
67114
|
connectedUserName?: string | undefined;
|
67130
67115
|
connectedUserId?: string | undefined;
|
@@ -67229,7 +67214,7 @@ export declare const chatContract: {
|
|
67229
67214
|
firstResponseAt: Date;
|
67230
67215
|
isLatest: boolean;
|
67231
67216
|
platformContact: {
|
67232
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
67217
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
67233
67218
|
id: string;
|
67234
67219
|
metadata: {
|
67235
67220
|
id: string;
|
@@ -67412,7 +67397,7 @@ export declare const chatContract: {
|
|
67412
67397
|
updatedAt?: Date | undefined;
|
67413
67398
|
deletedAt?: Date | null | undefined;
|
67414
67399
|
name?: string | undefined;
|
67415
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
67400
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
67416
67401
|
metadata?: {
|
67417
67402
|
id: string;
|
67418
67403
|
name: string;
|
@@ -67421,7 +67406,7 @@ export declare const chatContract: {
|
|
67421
67406
|
} | undefined;
|
67422
67407
|
brandName?: string | undefined;
|
67423
67408
|
platformId?: string | undefined;
|
67424
|
-
status?:
|
67409
|
+
status?: boolean | undefined;
|
67425
67410
|
isReloginRequired?: boolean | undefined;
|
67426
67411
|
connectedUserName?: string | undefined;
|
67427
67412
|
connectedUserId?: string | undefined;
|
@@ -67528,7 +67513,7 @@ export declare const chatContract: {
|
|
67528
67513
|
firstResponseAt: Date;
|
67529
67514
|
isLatest: boolean;
|
67530
67515
|
platformContact: {
|
67531
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
67516
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
67532
67517
|
id: string;
|
67533
67518
|
metadata: {
|
67534
67519
|
id: string;
|
@@ -67711,7 +67696,7 @@ export declare const chatContract: {
|
|
67711
67696
|
updatedAt?: Date | undefined;
|
67712
67697
|
deletedAt?: Date | null | undefined;
|
67713
67698
|
name?: string | undefined;
|
67714
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
67699
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
67715
67700
|
metadata?: {
|
67716
67701
|
id: string;
|
67717
67702
|
name: string;
|
@@ -67720,7 +67705,7 @@ export declare const chatContract: {
|
|
67720
67705
|
} | undefined;
|
67721
67706
|
brandName?: string | undefined;
|
67722
67707
|
platformId?: string | undefined;
|
67723
|
-
status?:
|
67708
|
+
status?: boolean | undefined;
|
67724
67709
|
isReloginRequired?: boolean | undefined;
|
67725
67710
|
connectedUserName?: string | undefined;
|
67726
67711
|
connectedUserId?: string | undefined;
|
@@ -67828,7 +67813,7 @@ export declare const chatContract: {
|
|
67828
67813
|
firstResponseAt: Date;
|
67829
67814
|
isLatest: boolean;
|
67830
67815
|
platformContact: {
|
67831
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
67816
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
67832
67817
|
id: string;
|
67833
67818
|
metadata: {
|
67834
67819
|
id: string;
|
@@ -68011,7 +67996,7 @@ export declare const chatContract: {
|
|
68011
67996
|
updatedAt?: Date | undefined;
|
68012
67997
|
deletedAt?: Date | null | undefined;
|
68013
67998
|
name?: string | undefined;
|
68014
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
67999
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
68015
68000
|
metadata?: {
|
68016
68001
|
id: string;
|
68017
68002
|
name: string;
|
@@ -68020,7 +68005,7 @@ export declare const chatContract: {
|
|
68020
68005
|
} | undefined;
|
68021
68006
|
brandName?: string | undefined;
|
68022
68007
|
platformId?: string | undefined;
|
68023
|
-
status?:
|
68008
|
+
status?: boolean | undefined;
|
68024
68009
|
isReloginRequired?: boolean | undefined;
|
68025
68010
|
connectedUserName?: string | undefined;
|
68026
68011
|
connectedUserId?: string | undefined;
|
@@ -68117,7 +68102,7 @@ export declare const chatContract: {
|
|
68117
68102
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
68118
68103
|
channelId: import("zod").ZodString;
|
68119
68104
|
socialPlatformId: import("zod").ZodString;
|
68120
|
-
type: import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada"]>;
|
68105
|
+
type: import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada", "instagram"]>;
|
68121
68106
|
metadata: import("zod").ZodObject<{
|
68122
68107
|
id: import("zod").ZodString;
|
68123
68108
|
name: import("zod").ZodString;
|
@@ -68875,7 +68860,7 @@ export declare const chatContract: {
|
|
68875
68860
|
}[] | undefined;
|
68876
68861
|
}>;
|
68877
68862
|
}, "strip", import("zod").ZodTypeAny, {
|
68878
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
68863
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
68879
68864
|
id: string;
|
68880
68865
|
metadata: {
|
68881
68866
|
id: string;
|
@@ -68991,7 +68976,7 @@ export declare const chatContract: {
|
|
68991
68976
|
channelId: string;
|
68992
68977
|
socialPlatformId: string;
|
68993
68978
|
}, {
|
68994
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
68979
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
68995
68980
|
id: string;
|
68996
68981
|
metadata: {
|
68997
68982
|
id: string;
|
@@ -69511,7 +69496,7 @@ export declare const chatContract: {
|
|
69511
69496
|
updatedAt: import("zod").ZodOptional<import("zod").ZodDate>;
|
69512
69497
|
deletedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodDate>>;
|
69513
69498
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
69514
|
-
type: import("zod").ZodOptional<import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada"]>>;
|
69499
|
+
type: import("zod").ZodOptional<import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada", "instagram"]>>;
|
69515
69500
|
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
69516
69501
|
id: import("zod").ZodString;
|
69517
69502
|
name: import("zod").ZodString;
|
@@ -69530,7 +69515,7 @@ export declare const chatContract: {
|
|
69530
69515
|
}>>;
|
69531
69516
|
brandName: import("zod").ZodOptional<import("zod").ZodString>;
|
69532
69517
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
69533
|
-
status: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<
|
69518
|
+
status: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<true>, import("zod").ZodLiteral<false>]>>;
|
69534
69519
|
isReloginRequired: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
69535
69520
|
connectedUserName: import("zod").ZodOptional<import("zod").ZodString>;
|
69536
69521
|
connectedUserId: import("zod").ZodOptional<import("zod").ZodString>;
|
@@ -69739,7 +69724,7 @@ export declare const chatContract: {
|
|
69739
69724
|
updatedAt?: Date | undefined;
|
69740
69725
|
deletedAt?: Date | null | undefined;
|
69741
69726
|
name?: string | undefined;
|
69742
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
69727
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
69743
69728
|
metadata?: {
|
69744
69729
|
id: string;
|
69745
69730
|
name: string;
|
@@ -69748,7 +69733,7 @@ export declare const chatContract: {
|
|
69748
69733
|
} | undefined;
|
69749
69734
|
brandName?: string | undefined;
|
69750
69735
|
platformId?: string | undefined;
|
69751
|
-
status?:
|
69736
|
+
status?: boolean | undefined;
|
69752
69737
|
isReloginRequired?: boolean | undefined;
|
69753
69738
|
connectedUserName?: string | undefined;
|
69754
69739
|
connectedUserId?: string | undefined;
|
@@ -69801,7 +69786,7 @@ export declare const chatContract: {
|
|
69801
69786
|
updatedAt?: Date | undefined;
|
69802
69787
|
deletedAt?: Date | null | undefined;
|
69803
69788
|
name?: string | undefined;
|
69804
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
69789
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
69805
69790
|
metadata?: {
|
69806
69791
|
id: string;
|
69807
69792
|
name: string;
|
@@ -69810,7 +69795,7 @@ export declare const chatContract: {
|
|
69810
69795
|
} | undefined;
|
69811
69796
|
brandName?: string | undefined;
|
69812
69797
|
platformId?: string | undefined;
|
69813
|
-
status?:
|
69798
|
+
status?: boolean | undefined;
|
69814
69799
|
isReloginRequired?: boolean | undefined;
|
69815
69800
|
connectedUserName?: string | undefined;
|
69816
69801
|
connectedUserId?: string | undefined;
|
@@ -69967,7 +69952,7 @@ export declare const chatContract: {
|
|
69967
69952
|
firstResponseAt: Date;
|
69968
69953
|
isLatest: boolean;
|
69969
69954
|
platformContact: {
|
69970
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
69955
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
69971
69956
|
id: string;
|
69972
69957
|
metadata: {
|
69973
69958
|
id: string;
|
@@ -70150,7 +70135,7 @@ export declare const chatContract: {
|
|
70150
70135
|
updatedAt?: Date | undefined;
|
70151
70136
|
deletedAt?: Date | null | undefined;
|
70152
70137
|
name?: string | undefined;
|
70153
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
70138
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
70154
70139
|
metadata?: {
|
70155
70140
|
id: string;
|
70156
70141
|
name: string;
|
@@ -70159,7 +70144,7 @@ export declare const chatContract: {
|
|
70159
70144
|
} | undefined;
|
70160
70145
|
brandName?: string | undefined;
|
70161
70146
|
platformId?: string | undefined;
|
70162
|
-
status?:
|
70147
|
+
status?: boolean | undefined;
|
70163
70148
|
isReloginRequired?: boolean | undefined;
|
70164
70149
|
connectedUserName?: string | undefined;
|
70165
70150
|
connectedUserId?: string | undefined;
|
@@ -70264,7 +70249,7 @@ export declare const chatContract: {
|
|
70264
70249
|
firstResponseAt: Date;
|
70265
70250
|
isLatest: boolean;
|
70266
70251
|
platformContact: {
|
70267
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
70252
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
70268
70253
|
id: string;
|
70269
70254
|
metadata: {
|
70270
70255
|
id: string;
|
@@ -70447,7 +70432,7 @@ export declare const chatContract: {
|
|
70447
70432
|
updatedAt?: Date | undefined;
|
70448
70433
|
deletedAt?: Date | null | undefined;
|
70449
70434
|
name?: string | undefined;
|
70450
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
70435
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
70451
70436
|
metadata?: {
|
70452
70437
|
id: string;
|
70453
70438
|
name: string;
|
@@ -70456,7 +70441,7 @@ export declare const chatContract: {
|
|
70456
70441
|
} | undefined;
|
70457
70442
|
brandName?: string | undefined;
|
70458
70443
|
platformId?: string | undefined;
|
70459
|
-
status?:
|
70444
|
+
status?: boolean | undefined;
|
70460
70445
|
isReloginRequired?: boolean | undefined;
|
70461
70446
|
connectedUserName?: string | undefined;
|
70462
70447
|
connectedUserId?: string | undefined;
|
@@ -70563,7 +70548,7 @@ export declare const chatContract: {
|
|
70563
70548
|
firstResponseAt: Date;
|
70564
70549
|
isLatest: boolean;
|
70565
70550
|
platformContact: {
|
70566
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
70551
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
70567
70552
|
id: string;
|
70568
70553
|
metadata: {
|
70569
70554
|
id: string;
|
@@ -70746,7 +70731,7 @@ export declare const chatContract: {
|
|
70746
70731
|
updatedAt?: Date | undefined;
|
70747
70732
|
deletedAt?: Date | null | undefined;
|
70748
70733
|
name?: string | undefined;
|
70749
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
70734
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
70750
70735
|
metadata?: {
|
70751
70736
|
id: string;
|
70752
70737
|
name: string;
|
@@ -70755,7 +70740,7 @@ export declare const chatContract: {
|
|
70755
70740
|
} | undefined;
|
70756
70741
|
brandName?: string | undefined;
|
70757
70742
|
platformId?: string | undefined;
|
70758
|
-
status?:
|
70743
|
+
status?: boolean | undefined;
|
70759
70744
|
isReloginRequired?: boolean | undefined;
|
70760
70745
|
connectedUserName?: string | undefined;
|
70761
70746
|
connectedUserId?: string | undefined;
|
@@ -70863,7 +70848,7 @@ export declare const chatContract: {
|
|
70863
70848
|
firstResponseAt: Date;
|
70864
70849
|
isLatest: boolean;
|
70865
70850
|
platformContact: {
|
70866
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
70851
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
70867
70852
|
id: string;
|
70868
70853
|
metadata: {
|
70869
70854
|
id: string;
|
@@ -71046,7 +71031,7 @@ export declare const chatContract: {
|
|
71046
71031
|
updatedAt?: Date | undefined;
|
71047
71032
|
deletedAt?: Date | null | undefined;
|
71048
71033
|
name?: string | undefined;
|
71049
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
71034
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
71050
71035
|
metadata?: {
|
71051
71036
|
id: string;
|
71052
71037
|
name: string;
|
@@ -71055,7 +71040,7 @@ export declare const chatContract: {
|
|
71055
71040
|
} | undefined;
|
71056
71041
|
brandName?: string | undefined;
|
71057
71042
|
platformId?: string | undefined;
|
71058
|
-
status?:
|
71043
|
+
status?: boolean | undefined;
|
71059
71044
|
isReloginRequired?: boolean | undefined;
|
71060
71045
|
connectedUserName?: string | undefined;
|
71061
71046
|
connectedUserId?: string | undefined;
|
@@ -71151,7 +71136,7 @@ export declare const chatContract: {
|
|
71151
71136
|
updatedAt: import("zod").ZodOptional<import("zod").ZodDate>;
|
71152
71137
|
deletedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodDate>>;
|
71153
71138
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
71154
|
-
type: import("zod").ZodOptional<import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada"]>>;
|
71139
|
+
type: import("zod").ZodOptional<import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada", "instagram"]>>;
|
71155
71140
|
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
71156
71141
|
id: import("zod").ZodString;
|
71157
71142
|
name: import("zod").ZodString;
|
@@ -71170,7 +71155,7 @@ export declare const chatContract: {
|
|
71170
71155
|
}>>;
|
71171
71156
|
brandName: import("zod").ZodOptional<import("zod").ZodString>;
|
71172
71157
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
71173
|
-
status: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<
|
71158
|
+
status: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<true>, import("zod").ZodLiteral<false>]>>;
|
71174
71159
|
isReloginRequired: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
71175
71160
|
connectedUserName: import("zod").ZodOptional<import("zod").ZodString>;
|
71176
71161
|
connectedUserId: import("zod").ZodOptional<import("zod").ZodString>;
|
@@ -71379,7 +71364,7 @@ export declare const chatContract: {
|
|
71379
71364
|
updatedAt?: Date | undefined;
|
71380
71365
|
deletedAt?: Date | null | undefined;
|
71381
71366
|
name?: string | undefined;
|
71382
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
71367
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
71383
71368
|
metadata?: {
|
71384
71369
|
id: string;
|
71385
71370
|
name: string;
|
@@ -71388,7 +71373,7 @@ export declare const chatContract: {
|
|
71388
71373
|
} | undefined;
|
71389
71374
|
brandName?: string | undefined;
|
71390
71375
|
platformId?: string | undefined;
|
71391
|
-
status?:
|
71376
|
+
status?: boolean | undefined;
|
71392
71377
|
isReloginRequired?: boolean | undefined;
|
71393
71378
|
connectedUserName?: string | undefined;
|
71394
71379
|
connectedUserId?: string | undefined;
|
@@ -71441,7 +71426,7 @@ export declare const chatContract: {
|
|
71441
71426
|
updatedAt?: Date | undefined;
|
71442
71427
|
deletedAt?: Date | null | undefined;
|
71443
71428
|
name?: string | undefined;
|
71444
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
71429
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
71445
71430
|
metadata?: {
|
71446
71431
|
id: string;
|
71447
71432
|
name: string;
|
@@ -71450,7 +71435,7 @@ export declare const chatContract: {
|
|
71450
71435
|
} | undefined;
|
71451
71436
|
brandName?: string | undefined;
|
71452
71437
|
platformId?: string | undefined;
|
71453
|
-
status?:
|
71438
|
+
status?: boolean | undefined;
|
71454
71439
|
isReloginRequired?: boolean | undefined;
|
71455
71440
|
connectedUserName?: string | undefined;
|
71456
71441
|
connectedUserId?: string | undefined;
|
@@ -71715,7 +71700,7 @@ export declare const chatContract: {
|
|
71715
71700
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
71716
71701
|
channelId: import("zod").ZodString;
|
71717
71702
|
socialPlatformId: import("zod").ZodString;
|
71718
|
-
type: import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada"]>;
|
71703
|
+
type: import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada", "instagram"]>;
|
71719
71704
|
metadata: import("zod").ZodObject<{
|
71720
71705
|
id: import("zod").ZodString;
|
71721
71706
|
name: import("zod").ZodString;
|
@@ -72473,7 +72458,7 @@ export declare const chatContract: {
|
|
72473
72458
|
}[] | undefined;
|
72474
72459
|
}>;
|
72475
72460
|
}, "strip", import("zod").ZodTypeAny, {
|
72476
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
72461
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
72477
72462
|
id: string;
|
72478
72463
|
metadata: {
|
72479
72464
|
id: string;
|
@@ -72589,7 +72574,7 @@ export declare const chatContract: {
|
|
72589
72574
|
channelId: string;
|
72590
72575
|
socialPlatformId: string;
|
72591
72576
|
}, {
|
72592
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
72577
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
72593
72578
|
id: string;
|
72594
72579
|
metadata: {
|
72595
72580
|
id: string;
|
@@ -73856,7 +73841,7 @@ export declare const chatContract: {
|
|
73856
73841
|
firstResponseAt: Date;
|
73857
73842
|
isLatest: boolean;
|
73858
73843
|
platformContact: {
|
73859
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
73844
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
73860
73845
|
id: string;
|
73861
73846
|
metadata: {
|
73862
73847
|
id: string;
|
@@ -74040,7 +74025,7 @@ export declare const chatContract: {
|
|
74040
74025
|
updatedAt?: Date | undefined;
|
74041
74026
|
deletedAt?: Date | null | undefined;
|
74042
74027
|
name?: string | undefined;
|
74043
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
74028
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
74044
74029
|
metadata?: {
|
74045
74030
|
id: string;
|
74046
74031
|
name: string;
|
@@ -74049,7 +74034,7 @@ export declare const chatContract: {
|
|
74049
74034
|
} | undefined;
|
74050
74035
|
brandName?: string | undefined;
|
74051
74036
|
platformId?: string | undefined;
|
74052
|
-
status?:
|
74037
|
+
status?: boolean | undefined;
|
74053
74038
|
isReloginRequired?: boolean | undefined;
|
74054
74039
|
connectedUserName?: string | undefined;
|
74055
74040
|
connectedUserId?: string | undefined;
|
@@ -74256,7 +74241,7 @@ export declare const chatContract: {
|
|
74256
74241
|
firstResponseAt: Date;
|
74257
74242
|
isLatest: boolean;
|
74258
74243
|
platformContact: {
|
74259
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
74244
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
74260
74245
|
id: string;
|
74261
74246
|
metadata: {
|
74262
74247
|
id: string;
|
@@ -74440,7 +74425,7 @@ export declare const chatContract: {
|
|
74440
74425
|
updatedAt?: Date | undefined;
|
74441
74426
|
deletedAt?: Date | null | undefined;
|
74442
74427
|
name?: string | undefined;
|
74443
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
74428
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
74444
74429
|
metadata?: {
|
74445
74430
|
id: string;
|
74446
74431
|
name: string;
|
@@ -74449,7 +74434,7 @@ export declare const chatContract: {
|
|
74449
74434
|
} | undefined;
|
74450
74435
|
brandName?: string | undefined;
|
74451
74436
|
platformId?: string | undefined;
|
74452
|
-
status?:
|
74437
|
+
status?: boolean | undefined;
|
74453
74438
|
isReloginRequired?: boolean | undefined;
|
74454
74439
|
connectedUserName?: string | undefined;
|
74455
74440
|
connectedUserId?: string | undefined;
|
@@ -74658,7 +74643,7 @@ export declare const chatContract: {
|
|
74658
74643
|
firstResponseAt: Date;
|
74659
74644
|
isLatest: boolean;
|
74660
74645
|
platformContact: {
|
74661
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
74646
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
74662
74647
|
id: string;
|
74663
74648
|
metadata: {
|
74664
74649
|
id: string;
|
@@ -74842,7 +74827,7 @@ export declare const chatContract: {
|
|
74842
74827
|
updatedAt?: Date | undefined;
|
74843
74828
|
deletedAt?: Date | null | undefined;
|
74844
74829
|
name?: string | undefined;
|
74845
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
74830
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
74846
74831
|
metadata?: {
|
74847
74832
|
id: string;
|
74848
74833
|
name: string;
|
@@ -74851,7 +74836,7 @@ export declare const chatContract: {
|
|
74851
74836
|
} | undefined;
|
74852
74837
|
brandName?: string | undefined;
|
74853
74838
|
platformId?: string | undefined;
|
74854
|
-
status?:
|
74839
|
+
status?: boolean | undefined;
|
74855
74840
|
isReloginRequired?: boolean | undefined;
|
74856
74841
|
connectedUserName?: string | undefined;
|
74857
74842
|
connectedUserId?: string | undefined;
|
@@ -75061,7 +75046,7 @@ export declare const chatContract: {
|
|
75061
75046
|
firstResponseAt: Date;
|
75062
75047
|
isLatest: boolean;
|
75063
75048
|
platformContact: {
|
75064
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
75049
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
75065
75050
|
id: string;
|
75066
75051
|
metadata: {
|
75067
75052
|
id: string;
|
@@ -75245,7 +75230,7 @@ export declare const chatContract: {
|
|
75245
75230
|
updatedAt?: Date | undefined;
|
75246
75231
|
deletedAt?: Date | null | undefined;
|
75247
75232
|
name?: string | undefined;
|
75248
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
75233
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
75249
75234
|
metadata?: {
|
75250
75235
|
id: string;
|
75251
75236
|
name: string;
|
@@ -75254,7 +75239,7 @@ export declare const chatContract: {
|
|
75254
75239
|
} | undefined;
|
75255
75240
|
brandName?: string | undefined;
|
75256
75241
|
platformId?: string | undefined;
|
75257
|
-
status?:
|
75242
|
+
status?: boolean | undefined;
|
75258
75243
|
isReloginRequired?: boolean | undefined;
|
75259
75244
|
connectedUserName?: string | undefined;
|
75260
75245
|
connectedUserId?: string | undefined;
|
@@ -75340,7 +75325,7 @@ export declare const chatContract: {
|
|
75340
75325
|
updatedAt: import("zod").ZodOptional<import("zod").ZodDate>;
|
75341
75326
|
deletedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodDate>>;
|
75342
75327
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
75343
|
-
type: import("zod").ZodOptional<import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada"]>>;
|
75328
|
+
type: import("zod").ZodOptional<import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada", "instagram"]>>;
|
75344
75329
|
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
75345
75330
|
id: import("zod").ZodString;
|
75346
75331
|
name: import("zod").ZodString;
|
@@ -75359,7 +75344,7 @@ export declare const chatContract: {
|
|
75359
75344
|
}>>;
|
75360
75345
|
brandName: import("zod").ZodOptional<import("zod").ZodString>;
|
75361
75346
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
75362
|
-
status: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<
|
75347
|
+
status: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<true>, import("zod").ZodLiteral<false>]>>;
|
75363
75348
|
isReloginRequired: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
75364
75349
|
connectedUserName: import("zod").ZodOptional<import("zod").ZodString>;
|
75365
75350
|
connectedUserId: import("zod").ZodOptional<import("zod").ZodString>;
|
@@ -75568,7 +75553,7 @@ export declare const chatContract: {
|
|
75568
75553
|
updatedAt?: Date | undefined;
|
75569
75554
|
deletedAt?: Date | null | undefined;
|
75570
75555
|
name?: string | undefined;
|
75571
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
75556
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
75572
75557
|
metadata?: {
|
75573
75558
|
id: string;
|
75574
75559
|
name: string;
|
@@ -75577,7 +75562,7 @@ export declare const chatContract: {
|
|
75577
75562
|
} | undefined;
|
75578
75563
|
brandName?: string | undefined;
|
75579
75564
|
platformId?: string | undefined;
|
75580
|
-
status?:
|
75565
|
+
status?: boolean | undefined;
|
75581
75566
|
isReloginRequired?: boolean | undefined;
|
75582
75567
|
connectedUserName?: string | undefined;
|
75583
75568
|
connectedUserId?: string | undefined;
|
@@ -75630,7 +75615,7 @@ export declare const chatContract: {
|
|
75630
75615
|
updatedAt?: Date | undefined;
|
75631
75616
|
deletedAt?: Date | null | undefined;
|
75632
75617
|
name?: string | undefined;
|
75633
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
75618
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
75634
75619
|
metadata?: {
|
75635
75620
|
id: string;
|
75636
75621
|
name: string;
|
@@ -75639,7 +75624,7 @@ export declare const chatContract: {
|
|
75639
75624
|
} | undefined;
|
75640
75625
|
brandName?: string | undefined;
|
75641
75626
|
platformId?: string | undefined;
|
75642
|
-
status?:
|
75627
|
+
status?: boolean | undefined;
|
75643
75628
|
isReloginRequired?: boolean | undefined;
|
75644
75629
|
connectedUserName?: string | undefined;
|
75645
75630
|
connectedUserId?: string | undefined;
|
@@ -75904,7 +75889,7 @@ export declare const chatContract: {
|
|
75904
75889
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
75905
75890
|
channelId: import("zod").ZodString;
|
75906
75891
|
socialPlatformId: import("zod").ZodString;
|
75907
|
-
type: import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada"]>;
|
75892
|
+
type: import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada", "instagram"]>;
|
75908
75893
|
metadata: import("zod").ZodObject<{
|
75909
75894
|
id: import("zod").ZodString;
|
75910
75895
|
name: import("zod").ZodString;
|
@@ -76662,7 +76647,7 @@ export declare const chatContract: {
|
|
76662
76647
|
}[] | undefined;
|
76663
76648
|
}>;
|
76664
76649
|
}, "strip", import("zod").ZodTypeAny, {
|
76665
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
76650
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
76666
76651
|
id: string;
|
76667
76652
|
metadata: {
|
76668
76653
|
id: string;
|
@@ -76778,7 +76763,7 @@ export declare const chatContract: {
|
|
76778
76763
|
channelId: string;
|
76779
76764
|
socialPlatformId: string;
|
76780
76765
|
}, {
|
76781
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
76766
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
76782
76767
|
id: string;
|
76783
76768
|
metadata: {
|
76784
76769
|
id: string;
|
@@ -77204,7 +77189,7 @@ export declare const chatContract: {
|
|
77204
77189
|
firstResponseAt: Date;
|
77205
77190
|
isLatest: boolean;
|
77206
77191
|
platformContact: {
|
77207
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
77192
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
77208
77193
|
id: string;
|
77209
77194
|
metadata: {
|
77210
77195
|
id: string;
|
@@ -77387,7 +77372,7 @@ export declare const chatContract: {
|
|
77387
77372
|
updatedAt?: Date | undefined;
|
77388
77373
|
deletedAt?: Date | null | undefined;
|
77389
77374
|
name?: string | undefined;
|
77390
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
77375
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
77391
77376
|
metadata?: {
|
77392
77377
|
id: string;
|
77393
77378
|
name: string;
|
@@ -77396,7 +77381,7 @@ export declare const chatContract: {
|
|
77396
77381
|
} | undefined;
|
77397
77382
|
brandName?: string | undefined;
|
77398
77383
|
platformId?: string | undefined;
|
77399
|
-
status?:
|
77384
|
+
status?: boolean | undefined;
|
77400
77385
|
isReloginRequired?: boolean | undefined;
|
77401
77386
|
connectedUserName?: string | undefined;
|
77402
77387
|
connectedUserId?: string | undefined;
|
@@ -77502,7 +77487,7 @@ export declare const chatContract: {
|
|
77502
77487
|
firstResponseAt: Date;
|
77503
77488
|
isLatest: boolean;
|
77504
77489
|
platformContact: {
|
77505
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
77490
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
77506
77491
|
id: string;
|
77507
77492
|
metadata: {
|
77508
77493
|
id: string;
|
@@ -77685,7 +77670,7 @@ export declare const chatContract: {
|
|
77685
77670
|
updatedAt?: Date | undefined;
|
77686
77671
|
deletedAt?: Date | null | undefined;
|
77687
77672
|
name?: string | undefined;
|
77688
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
77673
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
77689
77674
|
metadata?: {
|
77690
77675
|
id: string;
|
77691
77676
|
name: string;
|
@@ -77694,7 +77679,7 @@ export declare const chatContract: {
|
|
77694
77679
|
} | undefined;
|
77695
77680
|
brandName?: string | undefined;
|
77696
77681
|
platformId?: string | undefined;
|
77697
|
-
status?:
|
77682
|
+
status?: boolean | undefined;
|
77698
77683
|
isReloginRequired?: boolean | undefined;
|
77699
77684
|
connectedUserName?: string | undefined;
|
77700
77685
|
connectedUserId?: string | undefined;
|
@@ -77802,7 +77787,7 @@ export declare const chatContract: {
|
|
77802
77787
|
firstResponseAt: Date;
|
77803
77788
|
isLatest: boolean;
|
77804
77789
|
platformContact: {
|
77805
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
77790
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
77806
77791
|
id: string;
|
77807
77792
|
metadata: {
|
77808
77793
|
id: string;
|
@@ -77985,7 +77970,7 @@ export declare const chatContract: {
|
|
77985
77970
|
updatedAt?: Date | undefined;
|
77986
77971
|
deletedAt?: Date | null | undefined;
|
77987
77972
|
name?: string | undefined;
|
77988
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
77973
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
77989
77974
|
metadata?: {
|
77990
77975
|
id: string;
|
77991
77976
|
name: string;
|
@@ -77994,7 +77979,7 @@ export declare const chatContract: {
|
|
77994
77979
|
} | undefined;
|
77995
77980
|
brandName?: string | undefined;
|
77996
77981
|
platformId?: string | undefined;
|
77997
|
-
status?:
|
77982
|
+
status?: boolean | undefined;
|
77998
77983
|
isReloginRequired?: boolean | undefined;
|
77999
77984
|
connectedUserName?: string | undefined;
|
78000
77985
|
connectedUserId?: string | undefined;
|
@@ -78103,7 +78088,7 @@ export declare const chatContract: {
|
|
78103
78088
|
firstResponseAt: Date;
|
78104
78089
|
isLatest: boolean;
|
78105
78090
|
platformContact: {
|
78106
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
78091
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
78107
78092
|
id: string;
|
78108
78093
|
metadata: {
|
78109
78094
|
id: string;
|
@@ -78286,7 +78271,7 @@ export declare const chatContract: {
|
|
78286
78271
|
updatedAt?: Date | undefined;
|
78287
78272
|
deletedAt?: Date | null | undefined;
|
78288
78273
|
name?: string | undefined;
|
78289
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
78274
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
78290
78275
|
metadata?: {
|
78291
78276
|
id: string;
|
78292
78277
|
name: string;
|
@@ -78295,7 +78280,7 @@ export declare const chatContract: {
|
|
78295
78280
|
} | undefined;
|
78296
78281
|
brandName?: string | undefined;
|
78297
78282
|
platformId?: string | undefined;
|
78298
|
-
status?:
|
78283
|
+
status?: boolean | undefined;
|
78299
78284
|
isReloginRequired?: boolean | undefined;
|
78300
78285
|
connectedUserName?: string | undefined;
|
78301
78286
|
connectedUserId?: string | undefined;
|
@@ -78401,7 +78386,7 @@ export declare const chatContract: {
|
|
78401
78386
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
78402
78387
|
channelId: import("zod").ZodString;
|
78403
78388
|
socialPlatformId: import("zod").ZodString;
|
78404
|
-
type: import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada"]>;
|
78389
|
+
type: import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada", "instagram"]>;
|
78405
78390
|
metadata: import("zod").ZodObject<{
|
78406
78391
|
id: import("zod").ZodString;
|
78407
78392
|
name: import("zod").ZodString;
|
@@ -79159,7 +79144,7 @@ export declare const chatContract: {
|
|
79159
79144
|
}[] | undefined;
|
79160
79145
|
}>;
|
79161
79146
|
}, "strip", import("zod").ZodTypeAny, {
|
79162
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
79147
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
79163
79148
|
id: string;
|
79164
79149
|
metadata: {
|
79165
79150
|
id: string;
|
@@ -79275,7 +79260,7 @@ export declare const chatContract: {
|
|
79275
79260
|
channelId: string;
|
79276
79261
|
socialPlatformId: string;
|
79277
79262
|
}, {
|
79278
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
79263
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
79279
79264
|
id: string;
|
79280
79265
|
metadata: {
|
79281
79266
|
id: string;
|
@@ -79795,7 +79780,7 @@ export declare const chatContract: {
|
|
79795
79780
|
updatedAt: import("zod").ZodOptional<import("zod").ZodDate>;
|
79796
79781
|
deletedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodDate>>;
|
79797
79782
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
79798
|
-
type: import("zod").ZodOptional<import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada"]>>;
|
79783
|
+
type: import("zod").ZodOptional<import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada", "instagram"]>>;
|
79799
79784
|
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
79800
79785
|
id: import("zod").ZodString;
|
79801
79786
|
name: import("zod").ZodString;
|
@@ -79814,7 +79799,7 @@ export declare const chatContract: {
|
|
79814
79799
|
}>>;
|
79815
79800
|
brandName: import("zod").ZodOptional<import("zod").ZodString>;
|
79816
79801
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
79817
|
-
status: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<
|
79802
|
+
status: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<true>, import("zod").ZodLiteral<false>]>>;
|
79818
79803
|
isReloginRequired: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
79819
79804
|
connectedUserName: import("zod").ZodOptional<import("zod").ZodString>;
|
79820
79805
|
connectedUserId: import("zod").ZodOptional<import("zod").ZodString>;
|
@@ -80023,7 +80008,7 @@ export declare const chatContract: {
|
|
80023
80008
|
updatedAt?: Date | undefined;
|
80024
80009
|
deletedAt?: Date | null | undefined;
|
80025
80010
|
name?: string | undefined;
|
80026
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
80011
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
80027
80012
|
metadata?: {
|
80028
80013
|
id: string;
|
80029
80014
|
name: string;
|
@@ -80032,7 +80017,7 @@ export declare const chatContract: {
|
|
80032
80017
|
} | undefined;
|
80033
80018
|
brandName?: string | undefined;
|
80034
80019
|
platformId?: string | undefined;
|
80035
|
-
status?:
|
80020
|
+
status?: boolean | undefined;
|
80036
80021
|
isReloginRequired?: boolean | undefined;
|
80037
80022
|
connectedUserName?: string | undefined;
|
80038
80023
|
connectedUserId?: string | undefined;
|
@@ -80085,7 +80070,7 @@ export declare const chatContract: {
|
|
80085
80070
|
updatedAt?: Date | undefined;
|
80086
80071
|
deletedAt?: Date | null | undefined;
|
80087
80072
|
name?: string | undefined;
|
80088
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
80073
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
80089
80074
|
metadata?: {
|
80090
80075
|
id: string;
|
80091
80076
|
name: string;
|
@@ -80094,7 +80079,7 @@ export declare const chatContract: {
|
|
80094
80079
|
} | undefined;
|
80095
80080
|
brandName?: string | undefined;
|
80096
80081
|
platformId?: string | undefined;
|
80097
|
-
status?:
|
80082
|
+
status?: boolean | undefined;
|
80098
80083
|
isReloginRequired?: boolean | undefined;
|
80099
80084
|
connectedUserName?: string | undefined;
|
80100
80085
|
connectedUserId?: string | undefined;
|
@@ -80251,7 +80236,7 @@ export declare const chatContract: {
|
|
80251
80236
|
firstResponseAt: Date;
|
80252
80237
|
isLatest: boolean;
|
80253
80238
|
platformContact: {
|
80254
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
80239
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
80255
80240
|
id: string;
|
80256
80241
|
metadata: {
|
80257
80242
|
id: string;
|
@@ -80434,7 +80419,7 @@ export declare const chatContract: {
|
|
80434
80419
|
updatedAt?: Date | undefined;
|
80435
80420
|
deletedAt?: Date | null | undefined;
|
80436
80421
|
name?: string | undefined;
|
80437
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
80422
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
80438
80423
|
metadata?: {
|
80439
80424
|
id: string;
|
80440
80425
|
name: string;
|
@@ -80443,7 +80428,7 @@ export declare const chatContract: {
|
|
80443
80428
|
} | undefined;
|
80444
80429
|
brandName?: string | undefined;
|
80445
80430
|
platformId?: string | undefined;
|
80446
|
-
status?:
|
80431
|
+
status?: boolean | undefined;
|
80447
80432
|
isReloginRequired?: boolean | undefined;
|
80448
80433
|
connectedUserName?: string | undefined;
|
80449
80434
|
connectedUserId?: string | undefined;
|
@@ -80548,7 +80533,7 @@ export declare const chatContract: {
|
|
80548
80533
|
firstResponseAt: Date;
|
80549
80534
|
isLatest: boolean;
|
80550
80535
|
platformContact: {
|
80551
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
80536
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
80552
80537
|
id: string;
|
80553
80538
|
metadata: {
|
80554
80539
|
id: string;
|
@@ -80731,7 +80716,7 @@ export declare const chatContract: {
|
|
80731
80716
|
updatedAt?: Date | undefined;
|
80732
80717
|
deletedAt?: Date | null | undefined;
|
80733
80718
|
name?: string | undefined;
|
80734
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
80719
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
80735
80720
|
metadata?: {
|
80736
80721
|
id: string;
|
80737
80722
|
name: string;
|
@@ -80740,7 +80725,7 @@ export declare const chatContract: {
|
|
80740
80725
|
} | undefined;
|
80741
80726
|
brandName?: string | undefined;
|
80742
80727
|
platformId?: string | undefined;
|
80743
|
-
status?:
|
80728
|
+
status?: boolean | undefined;
|
80744
80729
|
isReloginRequired?: boolean | undefined;
|
80745
80730
|
connectedUserName?: string | undefined;
|
80746
80731
|
connectedUserId?: string | undefined;
|
@@ -80847,7 +80832,7 @@ export declare const chatContract: {
|
|
80847
80832
|
firstResponseAt: Date;
|
80848
80833
|
isLatest: boolean;
|
80849
80834
|
platformContact: {
|
80850
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
80835
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
80851
80836
|
id: string;
|
80852
80837
|
metadata: {
|
80853
80838
|
id: string;
|
@@ -81030,7 +81015,7 @@ export declare const chatContract: {
|
|
81030
81015
|
updatedAt?: Date | undefined;
|
81031
81016
|
deletedAt?: Date | null | undefined;
|
81032
81017
|
name?: string | undefined;
|
81033
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
81018
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
81034
81019
|
metadata?: {
|
81035
81020
|
id: string;
|
81036
81021
|
name: string;
|
@@ -81039,7 +81024,7 @@ export declare const chatContract: {
|
|
81039
81024
|
} | undefined;
|
81040
81025
|
brandName?: string | undefined;
|
81041
81026
|
platformId?: string | undefined;
|
81042
|
-
status?:
|
81027
|
+
status?: boolean | undefined;
|
81043
81028
|
isReloginRequired?: boolean | undefined;
|
81044
81029
|
connectedUserName?: string | undefined;
|
81045
81030
|
connectedUserId?: string | undefined;
|
@@ -81150,7 +81135,7 @@ export declare const chatContract: {
|
|
81150
81135
|
firstResponseAt: Date;
|
81151
81136
|
isLatest: boolean;
|
81152
81137
|
platformContact: {
|
81153
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
|
81138
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
81154
81139
|
id: string;
|
81155
81140
|
metadata: {
|
81156
81141
|
id: string;
|
@@ -81333,7 +81318,7 @@ export declare const chatContract: {
|
|
81333
81318
|
updatedAt?: Date | undefined;
|
81334
81319
|
deletedAt?: Date | null | undefined;
|
81335
81320
|
name?: string | undefined;
|
81336
|
-
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
|
81321
|
+
type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
|
81337
81322
|
metadata?: {
|
81338
81323
|
id: string;
|
81339
81324
|
name: string;
|
@@ -81342,7 +81327,7 @@ export declare const chatContract: {
|
|
81342
81327
|
} | undefined;
|
81343
81328
|
brandName?: string | undefined;
|
81344
81329
|
platformId?: string | undefined;
|
81345
|
-
status?:
|
81330
|
+
status?: boolean | undefined;
|
81346
81331
|
isReloginRequired?: boolean | undefined;
|
81347
81332
|
connectedUserName?: string | undefined;
|
81348
81333
|
connectedUserId?: string | undefined;
|