@kl1/contracts 1.4.65 → 1.4.68
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api-contracts/src/channel/index.d.ts +4 -9
- package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/index.d.ts +7 -13
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +0 -13
- package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/company/index.d.ts +0 -80
- package/dist/api-contracts/src/company/index.d.ts.map +1 -1
- package/dist/api-contracts/src/company/validation.d.ts +0 -40
- package/dist/api-contracts/src/company/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/contract.d.ts +10 -65
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/index.d.ts +0 -5
- package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
- package/dist/api-contracts/src/general-setting/index.d.ts +0 -244
- package/dist/api-contracts/src/general-setting/index.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/index.d.ts +0 -5
- package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/klink-chat/index.d.ts +0 -5
- package/dist/api-contracts/src/klink-chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/index.d.ts +0 -5
- package/dist/api-contracts/src/line/index.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/account-contract.d.ts +0 -39
- package/dist/api-contracts/src/mail/account-contract.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/mail-contract.d.ts +0 -69
- package/dist/api-contracts/src/mail/mail-contract.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/room-contract.d.ts +0 -30
- package/dist/api-contracts/src/mail/room-contract.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/schemas/account-validation.schema.d.ts +0 -27
- package/dist/api-contracts/src/mail/schemas/account-validation.schema.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/schemas/account.schema.d.ts +0 -3
- package/dist/api-contracts/src/mail/schemas/account.schema.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +0 -7
- package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +0 -5
- package/dist/api-contracts/src/mail/schemas/room.schema.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/index.d.ts +0 -5
- package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
- package/dist/api-contracts/src/sms/index.d.ts +0 -5
- package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telegram/index.d.ts +0 -5
- package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/viber/index.d.ts +0 -5
- package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
- package/dist/api-contracts/src/webchat/index.d.ts +0 -5
- package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/whatsapp/index.d.ts +4 -14
- package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
- package/dist/api-contracts/src/whatsapp/validation.d.ts +4 -12
- package/dist/api-contracts/src/whatsapp/validation.d.ts.map +1 -1
- package/dist/entities/src/enums/chat.d.ts +0 -1
- package/dist/entities/src/enums/chat.d.ts.map +1 -1
- package/dist/index.js +604 -690
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +603 -689
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
- package/dist/api-contracts/src/general-setting/schema.d.ts +0 -30
- package/dist/api-contracts/src/general-setting/schema.d.ts.map +0 -1
- package/dist/api-contracts/src/general-setting/validation.d.ts +0 -30
- package/dist/api-contracts/src/general-setting/validation.d.ts.map +0 -1
@@ -49189,7 +49189,6 @@ export declare const platformContract: {
|
|
49189
49189
|
connectedUserId?: string | null | undefined;
|
49190
49190
|
}>;
|
49191
49191
|
messengerTags: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"post_purchase_update">, import("zod").ZodLiteral<"account_update">, import("zod").ZodLiteral<"confirmed_event_update">]>>;
|
49192
|
-
whatsappTemplateName: import("zod").ZodOptional<import("zod").ZodString>;
|
49193
49192
|
telegramBusinessConnectionId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
49194
49193
|
isBotRoom: import("zod").ZodDefault<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
49195
49194
|
}, "strip", import("zod").ZodTypeAny, {
|
@@ -49290,7 +49289,6 @@ export declare const platformContract: {
|
|
49290
49289
|
email: string;
|
49291
49290
|
} | null | undefined;
|
49292
49291
|
messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
|
49293
|
-
whatsappTemplateName?: string | undefined;
|
49294
49292
|
telegramBusinessConnectionId?: string | null | undefined;
|
49295
49293
|
}, {
|
49296
49294
|
id: string;
|
@@ -49390,7 +49388,6 @@ export declare const platformContract: {
|
|
49390
49388
|
} | null | undefined;
|
49391
49389
|
isBotRoom?: boolean | null | undefined;
|
49392
49390
|
messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
|
49393
|
-
whatsappTemplateName?: string | undefined;
|
49394
49391
|
telegramBusinessConnectionId?: string | null | undefined;
|
49395
49392
|
}>;
|
49396
49393
|
message: import("zod").ZodObject<{
|
@@ -49658,7 +49655,6 @@ export declare const platformContract: {
|
|
49658
49655
|
email: string;
|
49659
49656
|
} | null | undefined;
|
49660
49657
|
messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
|
49661
|
-
whatsappTemplateName?: string | undefined;
|
49662
49658
|
telegramBusinessConnectionId?: string | null | undefined;
|
49663
49659
|
};
|
49664
49660
|
isBot: boolean | null;
|
@@ -49797,7 +49793,6 @@ export declare const platformContract: {
|
|
49797
49793
|
} | null | undefined;
|
49798
49794
|
isBotRoom?: boolean | null | undefined;
|
49799
49795
|
messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
|
49800
|
-
whatsappTemplateName?: string | undefined;
|
49801
49796
|
telegramBusinessConnectionId?: string | null | undefined;
|
49802
49797
|
};
|
49803
49798
|
isBot?: boolean | null | undefined;
|
@@ -71099,7 +71094,6 @@ export declare const platformLineContract: {
|
|
71099
71094
|
connectedUserId?: string | null | undefined;
|
71100
71095
|
}>;
|
71101
71096
|
messengerTags: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"post_purchase_update">, import("zod").ZodLiteral<"account_update">, import("zod").ZodLiteral<"confirmed_event_update">]>>;
|
71102
|
-
whatsappTemplateName: import("zod").ZodOptional<import("zod").ZodString>;
|
71103
71097
|
telegramBusinessConnectionId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
71104
71098
|
isBotRoom: import("zod").ZodDefault<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
71105
71099
|
}, "strip", import("zod").ZodTypeAny, {
|
@@ -71200,7 +71194,6 @@ export declare const platformLineContract: {
|
|
71200
71194
|
email: string;
|
71201
71195
|
} | null | undefined;
|
71202
71196
|
messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
|
71203
|
-
whatsappTemplateName?: string | undefined;
|
71204
71197
|
telegramBusinessConnectionId?: string | null | undefined;
|
71205
71198
|
}, {
|
71206
71199
|
id: string;
|
@@ -71300,7 +71293,6 @@ export declare const platformLineContract: {
|
|
71300
71293
|
} | null | undefined;
|
71301
71294
|
isBotRoom?: boolean | null | undefined;
|
71302
71295
|
messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
|
71303
|
-
whatsappTemplateName?: string | undefined;
|
71304
71296
|
telegramBusinessConnectionId?: string | null | undefined;
|
71305
71297
|
}>;
|
71306
71298
|
message: import("zod").ZodObject<{
|
@@ -71568,7 +71560,6 @@ export declare const platformLineContract: {
|
|
71568
71560
|
email: string;
|
71569
71561
|
} | null | undefined;
|
71570
71562
|
messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
|
71571
|
-
whatsappTemplateName?: string | undefined;
|
71572
71563
|
telegramBusinessConnectionId?: string | null | undefined;
|
71573
71564
|
};
|
71574
71565
|
isBot: boolean | null;
|
@@ -71707,7 +71698,6 @@ export declare const platformLineContract: {
|
|
71707
71698
|
} | null | undefined;
|
71708
71699
|
isBotRoom?: boolean | null | undefined;
|
71709
71700
|
messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
|
71710
|
-
whatsappTemplateName?: string | undefined;
|
71711
71701
|
telegramBusinessConnectionId?: string | null | undefined;
|
71712
71702
|
};
|
71713
71703
|
isBot?: boolean | null | undefined;
|
@@ -93252,7 +93242,6 @@ export declare const platformTelegramContract: {
|
|
93252
93242
|
connectedUserId?: string | null | undefined;
|
93253
93243
|
}>;
|
93254
93244
|
messengerTags: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"post_purchase_update">, import("zod").ZodLiteral<"account_update">, import("zod").ZodLiteral<"confirmed_event_update">]>>;
|
93255
|
-
whatsappTemplateName: import("zod").ZodOptional<import("zod").ZodString>;
|
93256
93245
|
telegramBusinessConnectionId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
93257
93246
|
isBotRoom: import("zod").ZodDefault<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
93258
93247
|
}, "strip", import("zod").ZodTypeAny, {
|
@@ -93353,7 +93342,6 @@ export declare const platformTelegramContract: {
|
|
93353
93342
|
email: string;
|
93354
93343
|
} | null | undefined;
|
93355
93344
|
messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
|
93356
|
-
whatsappTemplateName?: string | undefined;
|
93357
93345
|
telegramBusinessConnectionId?: string | null | undefined;
|
93358
93346
|
}, {
|
93359
93347
|
id: string;
|
@@ -93453,7 +93441,6 @@ export declare const platformTelegramContract: {
|
|
93453
93441
|
} | null | undefined;
|
93454
93442
|
isBotRoom?: boolean | null | undefined;
|
93455
93443
|
messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
|
93456
|
-
whatsappTemplateName?: string | undefined;
|
93457
93444
|
telegramBusinessConnectionId?: string | null | undefined;
|
93458
93445
|
}>;
|
93459
93446
|
message: import("zod").ZodObject<{
|
@@ -93721,7 +93708,6 @@ export declare const platformTelegramContract: {
|
|
93721
93708
|
email: string;
|
93722
93709
|
} | null | undefined;
|
93723
93710
|
messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
|
93724
|
-
whatsappTemplateName?: string | undefined;
|
93725
93711
|
telegramBusinessConnectionId?: string | null | undefined;
|
93726
93712
|
};
|
93727
93713
|
isBot: boolean | null;
|
@@ -93860,7 +93846,6 @@ export declare const platformTelegramContract: {
|
|
93860
93846
|
} | null | undefined;
|
93861
93847
|
isBotRoom?: boolean | null | undefined;
|
93862
93848
|
messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
|
93863
|
-
whatsappTemplateName?: string | undefined;
|
93864
93849
|
telegramBusinessConnectionId?: string | null | undefined;
|
93865
93850
|
};
|
93866
93851
|
isBot?: boolean | null | undefined;
|
@@ -113373,7 +113358,6 @@ export declare const platformMessengerContract: {
|
|
113373
113358
|
connectedUserId?: string | null | undefined;
|
113374
113359
|
}>;
|
113375
113360
|
messengerTags: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"post_purchase_update">, import("zod").ZodLiteral<"account_update">, import("zod").ZodLiteral<"confirmed_event_update">]>>;
|
113376
|
-
whatsappTemplateName: import("zod").ZodOptional<import("zod").ZodString>;
|
113377
113361
|
telegramBusinessConnectionId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
113378
113362
|
isBotRoom: import("zod").ZodDefault<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
113379
113363
|
}, "strip", import("zod").ZodTypeAny, {
|
@@ -113474,7 +113458,6 @@ export declare const platformMessengerContract: {
|
|
113474
113458
|
email: string;
|
113475
113459
|
} | null | undefined;
|
113476
113460
|
messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
|
113477
|
-
whatsappTemplateName?: string | undefined;
|
113478
113461
|
telegramBusinessConnectionId?: string | null | undefined;
|
113479
113462
|
}, {
|
113480
113463
|
id: string;
|
@@ -113574,7 +113557,6 @@ export declare const platformMessengerContract: {
|
|
113574
113557
|
} | null | undefined;
|
113575
113558
|
isBotRoom?: boolean | null | undefined;
|
113576
113559
|
messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
|
113577
|
-
whatsappTemplateName?: string | undefined;
|
113578
113560
|
telegramBusinessConnectionId?: string | null | undefined;
|
113579
113561
|
}>;
|
113580
113562
|
message: import("zod").ZodObject<{
|
@@ -113842,7 +113824,6 @@ export declare const platformMessengerContract: {
|
|
113842
113824
|
email: string;
|
113843
113825
|
} | null | undefined;
|
113844
113826
|
messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
|
113845
|
-
whatsappTemplateName?: string | undefined;
|
113846
113827
|
telegramBusinessConnectionId?: string | null | undefined;
|
113847
113828
|
};
|
113848
113829
|
isBot: boolean | null;
|
@@ -113981,7 +113962,6 @@ export declare const platformMessengerContract: {
|
|
113981
113962
|
} | null | undefined;
|
113982
113963
|
isBotRoom?: boolean | null | undefined;
|
113983
113964
|
messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
|
113984
|
-
whatsappTemplateName?: string | undefined;
|
113985
113965
|
telegramBusinessConnectionId?: string | null | undefined;
|
113986
113966
|
};
|
113987
113967
|
isBot?: boolean | null | undefined;
|
@@ -135893,7 +135873,6 @@ export declare const platformInstagramContract: {
|
|
135893
135873
|
connectedUserId?: string | null | undefined;
|
135894
135874
|
}>;
|
135895
135875
|
messengerTags: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"post_purchase_update">, import("zod").ZodLiteral<"account_update">, import("zod").ZodLiteral<"confirmed_event_update">]>>;
|
135896
|
-
whatsappTemplateName: import("zod").ZodOptional<import("zod").ZodString>;
|
135897
135876
|
telegramBusinessConnectionId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
135898
135877
|
isBotRoom: import("zod").ZodDefault<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
135899
135878
|
}, "strip", import("zod").ZodTypeAny, {
|
@@ -135994,7 +135973,6 @@ export declare const platformInstagramContract: {
|
|
135994
135973
|
email: string;
|
135995
135974
|
} | null | undefined;
|
135996
135975
|
messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
|
135997
|
-
whatsappTemplateName?: string | undefined;
|
135998
135976
|
telegramBusinessConnectionId?: string | null | undefined;
|
135999
135977
|
}, {
|
136000
135978
|
id: string;
|
@@ -136094,7 +136072,6 @@ export declare const platformInstagramContract: {
|
|
136094
136072
|
} | null | undefined;
|
136095
136073
|
isBotRoom?: boolean | null | undefined;
|
136096
136074
|
messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
|
136097
|
-
whatsappTemplateName?: string | undefined;
|
136098
136075
|
telegramBusinessConnectionId?: string | null | undefined;
|
136099
136076
|
}>;
|
136100
136077
|
message: import("zod").ZodObject<{
|
@@ -136362,7 +136339,6 @@ export declare const platformInstagramContract: {
|
|
136362
136339
|
email: string;
|
136363
136340
|
} | null | undefined;
|
136364
136341
|
messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
|
136365
|
-
whatsappTemplateName?: string | undefined;
|
136366
136342
|
telegramBusinessConnectionId?: string | null | undefined;
|
136367
136343
|
};
|
136368
136344
|
isBot: boolean | null;
|
@@ -136501,7 +136477,6 @@ export declare const platformInstagramContract: {
|
|
136501
136477
|
} | null | undefined;
|
136502
136478
|
isBotRoom?: boolean | null | undefined;
|
136503
136479
|
messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
|
136504
|
-
whatsappTemplateName?: string | undefined;
|
136505
136480
|
telegramBusinessConnectionId?: string | null | undefined;
|
136506
136481
|
};
|
136507
136482
|
isBot?: boolean | null | undefined;
|
@@ -162091,7 +162066,6 @@ export declare const platformSMSContract: {
|
|
162091
162066
|
connectedUserId?: string | null | undefined;
|
162092
162067
|
}>;
|
162093
162068
|
messengerTags: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"post_purchase_update">, import("zod").ZodLiteral<"account_update">, import("zod").ZodLiteral<"confirmed_event_update">]>>;
|
162094
|
-
whatsappTemplateName: import("zod").ZodOptional<import("zod").ZodString>;
|
162095
162069
|
telegramBusinessConnectionId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
162096
162070
|
isBotRoom: import("zod").ZodDefault<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
162097
162071
|
}, "strip", import("zod").ZodTypeAny, {
|
@@ -162192,7 +162166,6 @@ export declare const platformSMSContract: {
|
|
162192
162166
|
email: string;
|
162193
162167
|
} | null | undefined;
|
162194
162168
|
messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
|
162195
|
-
whatsappTemplateName?: string | undefined;
|
162196
162169
|
telegramBusinessConnectionId?: string | null | undefined;
|
162197
162170
|
}, {
|
162198
162171
|
id: string;
|
@@ -162292,7 +162265,6 @@ export declare const platformSMSContract: {
|
|
162292
162265
|
} | null | undefined;
|
162293
162266
|
isBotRoom?: boolean | null | undefined;
|
162294
162267
|
messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
|
162295
|
-
whatsappTemplateName?: string | undefined;
|
162296
162268
|
telegramBusinessConnectionId?: string | null | undefined;
|
162297
162269
|
}>;
|
162298
162270
|
message: import("zod").ZodObject<{
|
@@ -162560,7 +162532,6 @@ export declare const platformSMSContract: {
|
|
162560
162532
|
email: string;
|
162561
162533
|
} | null | undefined;
|
162562
162534
|
messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
|
162563
|
-
whatsappTemplateName?: string | undefined;
|
162564
162535
|
telegramBusinessConnectionId?: string | null | undefined;
|
162565
162536
|
};
|
162566
162537
|
isBot: boolean | null;
|
@@ -162699,7 +162670,6 @@ export declare const platformSMSContract: {
|
|
162699
162670
|
} | null | undefined;
|
162700
162671
|
isBotRoom?: boolean | null | undefined;
|
162701
162672
|
messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
|
162702
|
-
whatsappTemplateName?: string | undefined;
|
162703
162673
|
telegramBusinessConnectionId?: string | null | undefined;
|
162704
162674
|
};
|
162705
162675
|
isBot?: boolean | null | undefined;
|
@@ -163154,7 +163124,6 @@ export declare const platformWhatsappContract: {
|
|
163154
163124
|
connectedUserId?: string | null | undefined;
|
163155
163125
|
}>;
|
163156
163126
|
messengerTags: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"post_purchase_update">, import("zod").ZodLiteral<"account_update">, import("zod").ZodLiteral<"confirmed_event_update">]>>;
|
163157
|
-
whatsappTemplateName: import("zod").ZodOptional<import("zod").ZodString>;
|
163158
163127
|
telegramBusinessConnectionId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
163159
163128
|
isBotRoom: import("zod").ZodDefault<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
163160
163129
|
}, "strip", import("zod").ZodTypeAny, {
|
@@ -163255,7 +163224,6 @@ export declare const platformWhatsappContract: {
|
|
163255
163224
|
email: string;
|
163256
163225
|
} | null | undefined;
|
163257
163226
|
messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
|
163258
|
-
whatsappTemplateName?: string | undefined;
|
163259
163227
|
telegramBusinessConnectionId?: string | null | undefined;
|
163260
163228
|
}, {
|
163261
163229
|
id: string;
|
@@ -163355,7 +163323,6 @@ export declare const platformWhatsappContract: {
|
|
163355
163323
|
} | null | undefined;
|
163356
163324
|
isBotRoom?: boolean | null | undefined;
|
163357
163325
|
messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
|
163358
|
-
whatsappTemplateName?: string | undefined;
|
163359
163326
|
telegramBusinessConnectionId?: string | null | undefined;
|
163360
163327
|
}>;
|
163361
163328
|
message: import("zod").ZodObject<{
|
@@ -163623,7 +163590,6 @@ export declare const platformWhatsappContract: {
|
|
163623
163590
|
email: string;
|
163624
163591
|
} | null | undefined;
|
163625
163592
|
messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
|
163626
|
-
whatsappTemplateName?: string | undefined;
|
163627
163593
|
telegramBusinessConnectionId?: string | null | undefined;
|
163628
163594
|
};
|
163629
163595
|
isBot: boolean | null;
|
@@ -163762,7 +163728,6 @@ export declare const platformWhatsappContract: {
|
|
163762
163728
|
} | null | undefined;
|
163763
163729
|
isBotRoom?: boolean | null | undefined;
|
163764
163730
|
messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
|
163765
|
-
whatsappTemplateName?: string | undefined;
|
163766
163731
|
telegramBusinessConnectionId?: string | null | undefined;
|
163767
163732
|
};
|
163768
163733
|
isBot?: boolean | null | undefined;
|
@@ -184297,8 +184262,7 @@ export declare const platformWhatsappContract: {
|
|
184297
184262
|
200: import("zod").ZodObject<{
|
184298
184263
|
requestId: import("zod").ZodString;
|
184299
184264
|
} & {
|
184300
|
-
data: import("zod").
|
184301
|
-
id: import("zod").ZodString;
|
184265
|
+
data: import("zod").ZodObject<{
|
184302
184266
|
category: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"UTILITY">, import("zod").ZodLiteral<"MARKETING">, import("zod").ZodLiteral<"AUTHENTICATION">]>>;
|
184303
184267
|
components: import("zod").ZodArray<import("zod").ZodObject<{}, "strip", import("zod").ZodTypeAny, {}, {}>, "many">;
|
184304
184268
|
language: import("zod").ZodString;
|
@@ -184307,7 +184271,6 @@ export declare const platformWhatsappContract: {
|
|
184307
184271
|
status: import("zod").ZodString;
|
184308
184272
|
}, "strip", import("zod").ZodTypeAny, {
|
184309
184273
|
name: string;
|
184310
|
-
id: string;
|
184311
184274
|
status: string;
|
184312
184275
|
language: string;
|
184313
184276
|
components: {}[];
|
@@ -184315,34 +184278,31 @@ export declare const platformWhatsappContract: {
|
|
184315
184278
|
category?: "UTILITY" | "MARKETING" | "AUTHENTICATION" | undefined;
|
184316
184279
|
}, {
|
184317
184280
|
name: string;
|
184318
|
-
id: string;
|
184319
184281
|
status: string;
|
184320
184282
|
language: string;
|
184321
184283
|
components: {}[];
|
184322
184284
|
namespace: string;
|
184323
184285
|
category?: "UTILITY" | "MARKETING" | "AUTHENTICATION" | undefined;
|
184324
|
-
}
|
184286
|
+
}>;
|
184325
184287
|
}, "strip", import("zod").ZodTypeAny, {
|
184326
184288
|
data: {
|
184327
184289
|
name: string;
|
184328
|
-
id: string;
|
184329
184290
|
status: string;
|
184330
184291
|
language: string;
|
184331
184292
|
components: {}[];
|
184332
184293
|
namespace: string;
|
184333
184294
|
category?: "UTILITY" | "MARKETING" | "AUTHENTICATION" | undefined;
|
184334
|
-
}
|
184295
|
+
};
|
184335
184296
|
requestId: string;
|
184336
184297
|
}, {
|
184337
184298
|
data: {
|
184338
184299
|
name: string;
|
184339
|
-
id: string;
|
184340
184300
|
status: string;
|
184341
184301
|
language: string;
|
184342
184302
|
components: {}[];
|
184343
184303
|
namespace: string;
|
184344
184304
|
category?: "UTILITY" | "MARKETING" | "AUTHENTICATION" | undefined;
|
184345
|
-
}
|
184305
|
+
};
|
184346
184306
|
requestId: string;
|
184347
184307
|
}>;
|
184348
184308
|
500: import("zod").ZodObject<{
|
@@ -190000,7 +189960,6 @@ export declare const facebookFeedContract: {
|
|
190000
189960
|
connectedUserId?: string | null | undefined;
|
190001
189961
|
}>;
|
190002
189962
|
messengerTags: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"post_purchase_update">, import("zod").ZodLiteral<"account_update">, import("zod").ZodLiteral<"confirmed_event_update">]>>;
|
190003
|
-
whatsappTemplateName: import("zod").ZodOptional<import("zod").ZodString>;
|
190004
189963
|
telegramBusinessConnectionId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
190005
189964
|
isBotRoom: import("zod").ZodDefault<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
190006
189965
|
}, "strip", import("zod").ZodTypeAny, {
|
@@ -190101,7 +190060,6 @@ export declare const facebookFeedContract: {
|
|
190101
190060
|
email: string;
|
190102
190061
|
} | null | undefined;
|
190103
190062
|
messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
|
190104
|
-
whatsappTemplateName?: string | undefined;
|
190105
190063
|
telegramBusinessConnectionId?: string | null | undefined;
|
190106
190064
|
}, {
|
190107
190065
|
id: string;
|
@@ -190201,7 +190159,6 @@ export declare const facebookFeedContract: {
|
|
190201
190159
|
} | null | undefined;
|
190202
190160
|
isBotRoom?: boolean | null | undefined;
|
190203
190161
|
messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
|
190204
|
-
whatsappTemplateName?: string | undefined;
|
190205
190162
|
telegramBusinessConnectionId?: string | null | undefined;
|
190206
190163
|
}>;
|
190207
190164
|
message: import("zod").ZodObject<{
|
@@ -190480,7 +190437,6 @@ export declare const facebookFeedContract: {
|
|
190480
190437
|
email: string;
|
190481
190438
|
} | null | undefined;
|
190482
190439
|
messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
|
190483
|
-
whatsappTemplateName?: string | undefined;
|
190484
190440
|
telegramBusinessConnectionId?: string | null | undefined;
|
190485
190441
|
};
|
190486
190442
|
isBot: boolean | null;
|
@@ -190623,7 +190579,6 @@ export declare const facebookFeedContract: {
|
|
190623
190579
|
} | null | undefined;
|
190624
190580
|
isBotRoom?: boolean | null | undefined;
|
190625
190581
|
messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
|
190626
|
-
whatsappTemplateName?: string | undefined;
|
190627
190582
|
telegramBusinessConnectionId?: string | null | undefined;
|
190628
190583
|
};
|
190629
190584
|
params?: {
|
@@ -210310,7 +210265,7 @@ export declare const feedPostContract: {
|
|
210310
210265
|
}, {
|
210311
210266
|
id: string;
|
210312
210267
|
}>;
|
210313
|
-
path: "
|
210268
|
+
path: "ms/feed-post/:id";
|
210314
210269
|
headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
210315
210270
|
'x-tenant': import("zod").ZodString;
|
210316
210271
|
'x-service-token': import("zod").ZodString;
|
@@ -213370,7 +213325,7 @@ export declare const feedPostContract: {
|
|
213370
213325
|
page?: number | undefined;
|
213371
213326
|
pageSize?: number | undefined;
|
213372
213327
|
}>;
|
213373
|
-
path: "
|
213328
|
+
path: "ms/feed-postchs/api/v1/chat/message/:parentId/relevance";
|
213374
213329
|
headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
213375
213330
|
'x-tenant': import("zod").ZodString;
|
213376
213331
|
'x-service-token': import("zod").ZodString;
|
@@ -289310,8 +289265,7 @@ export declare const channelSettingContract: {
|
|
289310
289265
|
200: import("zod").ZodObject<{
|
289311
289266
|
requestId: import("zod").ZodString;
|
289312
289267
|
} & {
|
289313
|
-
data: import("zod").
|
289314
|
-
id: import("zod").ZodString;
|
289268
|
+
data: import("zod").ZodObject<{
|
289315
289269
|
category: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"UTILITY">, import("zod").ZodLiteral<"MARKETING">, import("zod").ZodLiteral<"AUTHENTICATION">]>>;
|
289316
289270
|
components: import("zod").ZodArray<import("zod").ZodObject<{}, "strip", import("zod").ZodTypeAny, {}, {}>, "many">;
|
289317
289271
|
language: import("zod").ZodString;
|
@@ -289320,7 +289274,6 @@ export declare const channelSettingContract: {
|
|
289320
289274
|
status: import("zod").ZodString;
|
289321
289275
|
}, "strip", import("zod").ZodTypeAny, {
|
289322
289276
|
name: string;
|
289323
|
-
id: string;
|
289324
289277
|
status: string;
|
289325
289278
|
language: string;
|
289326
289279
|
components: {}[];
|
@@ -289328,34 +289281,31 @@ export declare const channelSettingContract: {
|
|
289328
289281
|
category?: "UTILITY" | "MARKETING" | "AUTHENTICATION" | undefined;
|
289329
289282
|
}, {
|
289330
289283
|
name: string;
|
289331
|
-
id: string;
|
289332
289284
|
status: string;
|
289333
289285
|
language: string;
|
289334
289286
|
components: {}[];
|
289335
289287
|
namespace: string;
|
289336
289288
|
category?: "UTILITY" | "MARKETING" | "AUTHENTICATION" | undefined;
|
289337
|
-
}
|
289289
|
+
}>;
|
289338
289290
|
}, "strip", import("zod").ZodTypeAny, {
|
289339
289291
|
data: {
|
289340
289292
|
name: string;
|
289341
|
-
id: string;
|
289342
289293
|
status: string;
|
289343
289294
|
language: string;
|
289344
289295
|
components: {}[];
|
289345
289296
|
namespace: string;
|
289346
289297
|
category?: "UTILITY" | "MARKETING" | "AUTHENTICATION" | undefined;
|
289347
|
-
}
|
289298
|
+
};
|
289348
289299
|
requestId: string;
|
289349
289300
|
}, {
|
289350
289301
|
data: {
|
289351
289302
|
name: string;
|
289352
|
-
id: string;
|
289353
289303
|
status: string;
|
289354
289304
|
language: string;
|
289355
289305
|
components: {}[];
|
289356
289306
|
namespace: string;
|
289357
289307
|
category?: "UTILITY" | "MARKETING" | "AUTHENTICATION" | undefined;
|
289358
|
-
}
|
289308
|
+
};
|
289359
289309
|
requestId: string;
|
289360
289310
|
}>;
|
289361
289311
|
500: import("zod").ZodObject<{
|
@@ -301551,7 +301501,6 @@ export declare const platformKlinkChatContract: {
|
|
301551
301501
|
connectedUserId?: string | null | undefined;
|
301552
301502
|
}>;
|
301553
301503
|
messengerTags: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"post_purchase_update">, import("zod").ZodLiteral<"account_update">, import("zod").ZodLiteral<"confirmed_event_update">]>>;
|
301554
|
-
whatsappTemplateName: import("zod").ZodOptional<import("zod").ZodString>;
|
301555
301504
|
telegramBusinessConnectionId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
301556
301505
|
isBotRoom: import("zod").ZodDefault<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
301557
301506
|
}, "strip", import("zod").ZodTypeAny, {
|
@@ -301652,7 +301601,6 @@ export declare const platformKlinkChatContract: {
|
|
301652
301601
|
email: string;
|
301653
301602
|
} | null | undefined;
|
301654
301603
|
messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
|
301655
|
-
whatsappTemplateName?: string | undefined;
|
301656
301604
|
telegramBusinessConnectionId?: string | null | undefined;
|
301657
301605
|
}, {
|
301658
301606
|
id: string;
|
@@ -301752,7 +301700,6 @@ export declare const platformKlinkChatContract: {
|
|
301752
301700
|
} | null | undefined;
|
301753
301701
|
isBotRoom?: boolean | null | undefined;
|
301754
301702
|
messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
|
301755
|
-
whatsappTemplateName?: string | undefined;
|
301756
301703
|
telegramBusinessConnectionId?: string | null | undefined;
|
301757
301704
|
}>;
|
301758
301705
|
message: import("zod").ZodObject<{
|
@@ -302020,7 +301967,6 @@ export declare const platformKlinkChatContract: {
|
|
302020
301967
|
email: string;
|
302021
301968
|
} | null | undefined;
|
302022
301969
|
messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
|
302023
|
-
whatsappTemplateName?: string | undefined;
|
302024
301970
|
telegramBusinessConnectionId?: string | null | undefined;
|
302025
301971
|
};
|
302026
301972
|
isBot: boolean | null;
|
@@ -302159,7 +302105,6 @@ export declare const platformKlinkChatContract: {
|
|
302159
302105
|
} | null | undefined;
|
302160
302106
|
isBotRoom?: boolean | null | undefined;
|
302161
302107
|
messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
|
302162
|
-
whatsappTemplateName?: string | undefined;
|
302163
302108
|
telegramBusinessConnectionId?: string | null | undefined;
|
302164
302109
|
};
|
302165
302110
|
isBot?: boolean | null | undefined;
|