@kl1/contracts 1.1.89-uat → 1.1.90-uat

Sign up to get free protection for your applications and to get access to all the features.
Files changed (58) hide show
  1. package/dist/api-contracts/src/call-log/validation.d.ts +2 -2
  2. package/dist/api-contracts/src/chat/index.d.ts +4893 -411
  3. package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
  4. package/dist/api-contracts/src/chat/schema.d.ts +1491 -9
  5. package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
  6. package/dist/api-contracts/src/chat/validation.d.ts +436 -0
  7. package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
  8. package/dist/api-contracts/src/comment/index.d.ts +489 -0
  9. package/dist/api-contracts/src/comment/index.d.ts.map +1 -1
  10. package/dist/api-contracts/src/comment/schema.d.ts +143 -0
  11. package/dist/api-contracts/src/comment/schema.d.ts.map +1 -1
  12. package/dist/api-contracts/src/contact/index.d.ts +1012 -3
  13. package/dist/api-contracts/src/contact/index.d.ts.map +1 -1
  14. package/dist/api-contracts/src/contact/schema.d.ts +136 -0
  15. package/dist/api-contracts/src/contact/schema.d.ts.map +1 -1
  16. package/dist/api-contracts/src/contact/validation.d.ts +1392 -17
  17. package/dist/api-contracts/src/contact/validation.d.ts.map +1 -1
  18. package/dist/api-contracts/src/contract.d.ts +7169 -516
  19. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  20. package/dist/api-contracts/src/cx-log/index.d.ts +519 -0
  21. package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
  22. package/dist/api-contracts/src/cx-log/schema.d.ts +429 -0
  23. package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
  24. package/dist/api-contracts/src/facebook-feed/index.d.ts +627 -48
  25. package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
  26. package/dist/api-contracts/src/facebook-feed/schema.d.ts +143 -0
  27. package/dist/api-contracts/src/facebook-feed/schema.d.ts.map +1 -1
  28. package/dist/api-contracts/src/facebook-feed/validation.d.ts +167 -24
  29. package/dist/api-contracts/src/facebook-feed/validation.d.ts.map +1 -1
  30. package/dist/api-contracts/src/instagram/index.d.ts +436 -0
  31. package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
  32. package/dist/api-contracts/src/line/index.d.ts +436 -0
  33. package/dist/api-contracts/src/line/index.d.ts.map +1 -1
  34. package/dist/api-contracts/src/messenger/index.d.ts +436 -0
  35. package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
  36. package/dist/api-contracts/src/messenger/validation.d.ts +167 -24
  37. package/dist/api-contracts/src/messenger/validation.d.ts.map +1 -1
  38. package/dist/api-contracts/src/telephony-cdr/index.d.ts +429 -0
  39. package/dist/api-contracts/src/telephony-cdr/index.d.ts.map +1 -1
  40. package/dist/api-contracts/src/telephony-cdr/schema.d.ts +113 -0
  41. package/dist/api-contracts/src/telephony-cdr/schema.d.ts.map +1 -1
  42. package/dist/api-contracts/src/ticket/index.d.ts +752 -0
  43. package/dist/api-contracts/src/ticket/index.d.ts.map +1 -1
  44. package/dist/api-contracts/src/ticket/schema.d.ts +113 -0
  45. package/dist/api-contracts/src/ticket/schema.d.ts.map +1 -1
  46. package/dist/api-contracts/src/user/index.d.ts +3 -0
  47. package/dist/api-contracts/src/user/index.d.ts.map +1 -1
  48. package/dist/api-contracts/src/viber/index.d.ts +436 -0
  49. package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
  50. package/dist/api-contracts/src/webchat/index.d.ts +436 -0
  51. package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
  52. package/dist/api-contracts/src/workflow-rule/index.d.ts +346 -0
  53. package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
  54. package/dist/index.js +55 -2
  55. package/dist/index.js.map +1 -1
  56. package/dist/index.mjs +55 -2
  57. package/dist/index.mjs.map +1 -1
  58. package/package.json +1 -1
@@ -1859,30 +1859,6 @@ export declare const facebookFeedContract: {
1859
1859
  telephonySignature: string | null;
1860
1860
  };
1861
1861
  }>;
1862
- brandName: z.ZodString;
1863
- platformId: z.ZodString;
1864
- isReloginRequired: z.ZodBoolean;
1865
- connectedUserName: z.ZodString;
1866
- connectedUserId: z.ZodString;
1867
- botpressBot: z.ZodNullable<z.ZodObject<{
1868
- id: z.ZodString;
1869
- name: z.ZodString;
1870
- botId: z.ZodString;
1871
- integrationId: z.ZodString;
1872
- accessToken: z.ZodString;
1873
- }, "strip", z.ZodTypeAny, {
1874
- id: string;
1875
- name: string;
1876
- accessToken: string;
1877
- botId: string;
1878
- integrationId: string;
1879
- }, {
1880
- id: string;
1881
- name: string;
1882
- accessToken: string;
1883
- botId: string;
1884
- integrationId: string;
1885
- }>>;
1886
1862
  platformContacts: z.ZodArray<z.ZodObject<{
1887
1863
  id: z.ZodString;
1888
1864
  createdAt: z.ZodDate;
@@ -2102,6 +2078,59 @@ export declare const facebookFeedContract: {
2102
2078
  phone?: string | null | undefined;
2103
2079
  industry?: string | null | undefined;
2104
2080
  }>>;
2081
+ platformContacts: z.ZodOptional<z.ZodArray<z.ZodObject<{
2082
+ id: z.ZodString;
2083
+ createdAt: z.ZodDate;
2084
+ updatedAt: z.ZodDate;
2085
+ deletedAt: z.ZodNullable<z.ZodDate>;
2086
+ channelId: z.ZodString;
2087
+ socialPlatformId: z.ZodString;
2088
+ type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage"]>;
2089
+ metadata: z.ZodObject<{
2090
+ id: z.ZodString;
2091
+ name: z.ZodString;
2092
+ picture: z.ZodOptional<z.ZodString>;
2093
+ additionalCredentials: z.ZodAny;
2094
+ }, "strip", z.ZodTypeAny, {
2095
+ id: string;
2096
+ name: string;
2097
+ picture?: string | undefined;
2098
+ additionalCredentials?: any;
2099
+ }, {
2100
+ id: string;
2101
+ name: string;
2102
+ picture?: string | undefined;
2103
+ additionalCredentials?: any;
2104
+ }>;
2105
+ }, "strip", z.ZodTypeAny, {
2106
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2107
+ id: string;
2108
+ metadata: {
2109
+ id: string;
2110
+ name: string;
2111
+ picture?: string | undefined;
2112
+ additionalCredentials?: any;
2113
+ };
2114
+ createdAt: Date;
2115
+ updatedAt: Date;
2116
+ deletedAt: Date | null;
2117
+ channelId: string;
2118
+ socialPlatformId: string;
2119
+ }, {
2120
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2121
+ id: string;
2122
+ metadata: {
2123
+ id: string;
2124
+ name: string;
2125
+ picture?: string | undefined;
2126
+ additionalCredentials?: any;
2127
+ };
2128
+ createdAt: Date;
2129
+ updatedAt: Date;
2130
+ deletedAt: Date | null;
2131
+ channelId: string;
2132
+ socialPlatformId: string;
2133
+ }>, "many">>;
2105
2134
  customFields: z.ZodArray<z.ZodObject<{
2106
2135
  id: z.ZodString;
2107
2136
  createdAt: z.ZodDate;
@@ -2481,6 +2510,21 @@ export declare const facebookFeedContract: {
2481
2510
  deletedAt: Date | null;
2482
2511
  phone: string;
2483
2512
  }[];
2513
+ platformContacts?: {
2514
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2515
+ id: string;
2516
+ metadata: {
2517
+ id: string;
2518
+ name: string;
2519
+ picture?: string | undefined;
2520
+ additionalCredentials?: any;
2521
+ };
2522
+ createdAt: Date;
2523
+ updatedAt: Date;
2524
+ deletedAt: Date | null;
2525
+ channelId: string;
2526
+ socialPlatformId: string;
2527
+ }[] | undefined;
2484
2528
  activityLogs?: {
2485
2529
  id: string;
2486
2530
  description: string;
@@ -2577,6 +2621,21 @@ export declare const facebookFeedContract: {
2577
2621
  deletedAt: Date | null;
2578
2622
  phone: string;
2579
2623
  }[];
2624
+ platformContacts?: {
2625
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2626
+ id: string;
2627
+ metadata: {
2628
+ id: string;
2629
+ name: string;
2630
+ picture?: string | undefined;
2631
+ additionalCredentials?: any;
2632
+ };
2633
+ createdAt: Date;
2634
+ updatedAt: Date;
2635
+ deletedAt: Date | null;
2636
+ channelId: string;
2637
+ socialPlatformId: string;
2638
+ }[] | undefined;
2580
2639
  activityLogs?: {
2581
2640
  id: string;
2582
2641
  description: string;
@@ -2686,6 +2745,21 @@ export declare const facebookFeedContract: {
2686
2745
  deletedAt: Date | null;
2687
2746
  phone: string;
2688
2747
  }[];
2748
+ platformContacts?: {
2749
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2750
+ id: string;
2751
+ metadata: {
2752
+ id: string;
2753
+ name: string;
2754
+ picture?: string | undefined;
2755
+ additionalCredentials?: any;
2756
+ };
2757
+ createdAt: Date;
2758
+ updatedAt: Date;
2759
+ deletedAt: Date | null;
2760
+ channelId: string;
2761
+ socialPlatformId: string;
2762
+ }[] | undefined;
2689
2763
  activityLogs?: {
2690
2764
  id: string;
2691
2765
  description: string;
@@ -2797,6 +2871,21 @@ export declare const facebookFeedContract: {
2797
2871
  deletedAt: Date | null;
2798
2872
  phone: string;
2799
2873
  }[];
2874
+ platformContacts?: {
2875
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2876
+ id: string;
2877
+ metadata: {
2878
+ id: string;
2879
+ name: string;
2880
+ picture?: string | undefined;
2881
+ additionalCredentials?: any;
2882
+ };
2883
+ createdAt: Date;
2884
+ updatedAt: Date;
2885
+ deletedAt: Date | null;
2886
+ channelId: string;
2887
+ socialPlatformId: string;
2888
+ }[] | undefined;
2800
2889
  activityLogs?: {
2801
2890
  id: string;
2802
2891
  description: string;
@@ -2817,6 +2906,30 @@ export declare const facebookFeedContract: {
2817
2906
  channelId: string;
2818
2907
  socialPlatformId: string;
2819
2908
  }>, "many">;
2909
+ brandName: z.ZodString;
2910
+ platformId: z.ZodString;
2911
+ isReloginRequired: z.ZodBoolean;
2912
+ connectedUserName: z.ZodString;
2913
+ connectedUserId: z.ZodString;
2914
+ botpressBot: z.ZodNullable<z.ZodObject<{
2915
+ id: z.ZodString;
2916
+ name: z.ZodString;
2917
+ botId: z.ZodString;
2918
+ integrationId: z.ZodString;
2919
+ accessToken: z.ZodString;
2920
+ }, "strip", z.ZodTypeAny, {
2921
+ id: string;
2922
+ name: string;
2923
+ accessToken: string;
2924
+ botId: string;
2925
+ integrationId: string;
2926
+ }, {
2927
+ id: string;
2928
+ name: string;
2929
+ accessToken: string;
2930
+ botId: string;
2931
+ integrationId: string;
2932
+ }>>;
2820
2933
  data: z.ZodArray<z.ZodObject<{
2821
2934
  access_token: z.ZodString;
2822
2935
  category: z.ZodString;
@@ -2952,18 +3065,6 @@ export declare const facebookFeedContract: {
2952
3065
  telephonySignature: string | null;
2953
3066
  };
2954
3067
  };
2955
- brandName: string;
2956
- platformId: string;
2957
- isReloginRequired: boolean;
2958
- connectedUserName: string;
2959
- connectedUserId: string;
2960
- botpressBot: {
2961
- id: string;
2962
- name: string;
2963
- accessToken: string;
2964
- botId: string;
2965
- integrationId: string;
2966
- } | null;
2967
3068
  platformContacts: {
2968
3069
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2969
3070
  id: string;
@@ -3056,6 +3157,21 @@ export declare const facebookFeedContract: {
3056
3157
  deletedAt: Date | null;
3057
3158
  phone: string;
3058
3159
  }[];
3160
+ platformContacts?: {
3161
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3162
+ id: string;
3163
+ metadata: {
3164
+ id: string;
3165
+ name: string;
3166
+ picture?: string | undefined;
3167
+ additionalCredentials?: any;
3168
+ };
3169
+ createdAt: Date;
3170
+ updatedAt: Date;
3171
+ deletedAt: Date | null;
3172
+ channelId: string;
3173
+ socialPlatformId: string;
3174
+ }[] | undefined;
3059
3175
  activityLogs?: {
3060
3176
  id: string;
3061
3177
  description: string;
@@ -3076,6 +3192,18 @@ export declare const facebookFeedContract: {
3076
3192
  channelId: string;
3077
3193
  socialPlatformId: string;
3078
3194
  }[];
3195
+ brandName: string;
3196
+ platformId: string;
3197
+ isReloginRequired: boolean;
3198
+ connectedUserName: string;
3199
+ connectedUserId: string;
3200
+ botpressBot: {
3201
+ id: string;
3202
+ name: string;
3203
+ accessToken: string;
3204
+ botId: string;
3205
+ integrationId: string;
3206
+ } | null;
3079
3207
  paging?: {
3080
3208
  cursors: {
3081
3209
  before?: string | undefined;
@@ -3158,18 +3286,6 @@ export declare const facebookFeedContract: {
3158
3286
  telephonySignature: string | null;
3159
3287
  };
3160
3288
  };
3161
- brandName: string;
3162
- platformId: string;
3163
- isReloginRequired: boolean;
3164
- connectedUserName: string;
3165
- connectedUserId: string;
3166
- botpressBot: {
3167
- id: string;
3168
- name: string;
3169
- accessToken: string;
3170
- botId: string;
3171
- integrationId: string;
3172
- } | null;
3173
3289
  platformContacts: {
3174
3290
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3175
3291
  id: string;
@@ -3262,6 +3378,21 @@ export declare const facebookFeedContract: {
3262
3378
  deletedAt: Date | null;
3263
3379
  phone: string;
3264
3380
  }[];
3381
+ platformContacts?: {
3382
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3383
+ id: string;
3384
+ metadata: {
3385
+ id: string;
3386
+ name: string;
3387
+ picture?: string | undefined;
3388
+ additionalCredentials?: any;
3389
+ };
3390
+ createdAt: Date;
3391
+ updatedAt: Date;
3392
+ deletedAt: Date | null;
3393
+ channelId: string;
3394
+ socialPlatformId: string;
3395
+ }[] | undefined;
3265
3396
  activityLogs?: {
3266
3397
  id: string;
3267
3398
  description: string;
@@ -3282,6 +3413,18 @@ export declare const facebookFeedContract: {
3282
3413
  channelId: string;
3283
3414
  socialPlatformId: string;
3284
3415
  }[];
3416
+ brandName: string;
3417
+ platformId: string;
3418
+ isReloginRequired: boolean;
3419
+ connectedUserName: string;
3420
+ connectedUserId: string;
3421
+ botpressBot: {
3422
+ id: string;
3423
+ name: string;
3424
+ accessToken: string;
3425
+ botId: string;
3426
+ integrationId: string;
3427
+ } | null;
3285
3428
  paging?: {
3286
3429
  cursors: {
3287
3430
  before?: string | undefined;
@@ -4778,6 +4921,59 @@ export declare const facebookFeedContract: {
4778
4921
  phone?: string | null | undefined;
4779
4922
  industry?: string | null | undefined;
4780
4923
  }>>;
4924
+ platformContacts: z.ZodOptional<z.ZodArray<z.ZodObject<{
4925
+ id: z.ZodString;
4926
+ createdAt: z.ZodDate;
4927
+ updatedAt: z.ZodDate;
4928
+ deletedAt: z.ZodNullable<z.ZodDate>;
4929
+ channelId: z.ZodString;
4930
+ socialPlatformId: z.ZodString;
4931
+ type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage"]>;
4932
+ metadata: z.ZodObject<{
4933
+ id: z.ZodString;
4934
+ name: z.ZodString;
4935
+ picture: z.ZodOptional<z.ZodString>;
4936
+ additionalCredentials: z.ZodAny;
4937
+ }, "strip", z.ZodTypeAny, {
4938
+ id: string;
4939
+ name: string;
4940
+ picture?: string | undefined;
4941
+ additionalCredentials?: any;
4942
+ }, {
4943
+ id: string;
4944
+ name: string;
4945
+ picture?: string | undefined;
4946
+ additionalCredentials?: any;
4947
+ }>;
4948
+ }, "strip", z.ZodTypeAny, {
4949
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
4950
+ id: string;
4951
+ metadata: {
4952
+ id: string;
4953
+ name: string;
4954
+ picture?: string | undefined;
4955
+ additionalCredentials?: any;
4956
+ };
4957
+ createdAt: Date;
4958
+ updatedAt: Date;
4959
+ deletedAt: Date | null;
4960
+ channelId: string;
4961
+ socialPlatformId: string;
4962
+ }, {
4963
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
4964
+ id: string;
4965
+ metadata: {
4966
+ id: string;
4967
+ name: string;
4968
+ picture?: string | undefined;
4969
+ additionalCredentials?: any;
4970
+ };
4971
+ createdAt: Date;
4972
+ updatedAt: Date;
4973
+ deletedAt: Date | null;
4974
+ channelId: string;
4975
+ socialPlatformId: string;
4976
+ }>, "many">>;
4781
4977
  customFields: z.ZodArray<z.ZodObject<{
4782
4978
  id: z.ZodString;
4783
4979
  createdAt: z.ZodDate;
@@ -5157,6 +5353,21 @@ export declare const facebookFeedContract: {
5157
5353
  deletedAt: Date | null;
5158
5354
  phone: string;
5159
5355
  }[];
5356
+ platformContacts?: {
5357
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5358
+ id: string;
5359
+ metadata: {
5360
+ id: string;
5361
+ name: string;
5362
+ picture?: string | undefined;
5363
+ additionalCredentials?: any;
5364
+ };
5365
+ createdAt: Date;
5366
+ updatedAt: Date;
5367
+ deletedAt: Date | null;
5368
+ channelId: string;
5369
+ socialPlatformId: string;
5370
+ }[] | undefined;
5160
5371
  activityLogs?: {
5161
5372
  id: string;
5162
5373
  description: string;
@@ -5253,6 +5464,21 @@ export declare const facebookFeedContract: {
5253
5464
  deletedAt: Date | null;
5254
5465
  phone: string;
5255
5466
  }[];
5467
+ platformContacts?: {
5468
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5469
+ id: string;
5470
+ metadata: {
5471
+ id: string;
5472
+ name: string;
5473
+ picture?: string | undefined;
5474
+ additionalCredentials?: any;
5475
+ };
5476
+ createdAt: Date;
5477
+ updatedAt: Date;
5478
+ deletedAt: Date | null;
5479
+ channelId: string;
5480
+ socialPlatformId: string;
5481
+ }[] | undefined;
5256
5482
  activityLogs?: {
5257
5483
  id: string;
5258
5484
  description: string;
@@ -5362,6 +5588,21 @@ export declare const facebookFeedContract: {
5362
5588
  deletedAt: Date | null;
5363
5589
  phone: string;
5364
5590
  }[];
5591
+ platformContacts?: {
5592
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5593
+ id: string;
5594
+ metadata: {
5595
+ id: string;
5596
+ name: string;
5597
+ picture?: string | undefined;
5598
+ additionalCredentials?: any;
5599
+ };
5600
+ createdAt: Date;
5601
+ updatedAt: Date;
5602
+ deletedAt: Date | null;
5603
+ channelId: string;
5604
+ socialPlatformId: string;
5605
+ }[] | undefined;
5365
5606
  activityLogs?: {
5366
5607
  id: string;
5367
5608
  description: string;
@@ -5473,6 +5714,21 @@ export declare const facebookFeedContract: {
5473
5714
  deletedAt: Date | null;
5474
5715
  phone: string;
5475
5716
  }[];
5717
+ platformContacts?: {
5718
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5719
+ id: string;
5720
+ metadata: {
5721
+ id: string;
5722
+ name: string;
5723
+ picture?: string | undefined;
5724
+ additionalCredentials?: any;
5725
+ };
5726
+ createdAt: Date;
5727
+ updatedAt: Date;
5728
+ deletedAt: Date | null;
5729
+ channelId: string;
5730
+ socialPlatformId: string;
5731
+ }[] | undefined;
5476
5732
  activityLogs?: {
5477
5733
  id: string;
5478
5734
  description: string;
@@ -7008,6 +7264,21 @@ export declare const facebookFeedContract: {
7008
7264
  deletedAt: Date | null;
7009
7265
  phone: string;
7010
7266
  }[];
7267
+ platformContacts?: {
7268
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7269
+ id: string;
7270
+ metadata: {
7271
+ id: string;
7272
+ name: string;
7273
+ picture?: string | undefined;
7274
+ additionalCredentials?: any;
7275
+ };
7276
+ createdAt: Date;
7277
+ updatedAt: Date;
7278
+ deletedAt: Date | null;
7279
+ channelId: string;
7280
+ socialPlatformId: string;
7281
+ }[] | undefined;
7011
7282
  activityLogs?: {
7012
7283
  id: string;
7013
7284
  description: string;
@@ -7380,6 +7651,21 @@ export declare const facebookFeedContract: {
7380
7651
  deletedAt: Date | null;
7381
7652
  phone: string;
7382
7653
  }[];
7654
+ platformContacts?: {
7655
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7656
+ id: string;
7657
+ metadata: {
7658
+ id: string;
7659
+ name: string;
7660
+ picture?: string | undefined;
7661
+ additionalCredentials?: any;
7662
+ };
7663
+ createdAt: Date;
7664
+ updatedAt: Date;
7665
+ deletedAt: Date | null;
7666
+ channelId: string;
7667
+ socialPlatformId: string;
7668
+ }[] | undefined;
7383
7669
  activityLogs?: {
7384
7670
  id: string;
7385
7671
  description: string;
@@ -9004,6 +9290,59 @@ export declare const facebookFeedContract: {
9004
9290
  phone?: string | null | undefined;
9005
9291
  industry?: string | null | undefined;
9006
9292
  }>>;
9293
+ platformContacts: z.ZodOptional<z.ZodArray<z.ZodObject<{
9294
+ id: z.ZodString;
9295
+ createdAt: z.ZodDate;
9296
+ updatedAt: z.ZodDate;
9297
+ deletedAt: z.ZodNullable<z.ZodDate>;
9298
+ channelId: z.ZodString;
9299
+ socialPlatformId: z.ZodString;
9300
+ type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage"]>;
9301
+ metadata: z.ZodObject<{
9302
+ id: z.ZodString;
9303
+ name: z.ZodString;
9304
+ picture: z.ZodOptional<z.ZodString>;
9305
+ additionalCredentials: z.ZodAny;
9306
+ }, "strip", z.ZodTypeAny, {
9307
+ id: string;
9308
+ name: string;
9309
+ picture?: string | undefined;
9310
+ additionalCredentials?: any;
9311
+ }, {
9312
+ id: string;
9313
+ name: string;
9314
+ picture?: string | undefined;
9315
+ additionalCredentials?: any;
9316
+ }>;
9317
+ }, "strip", z.ZodTypeAny, {
9318
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
9319
+ id: string;
9320
+ metadata: {
9321
+ id: string;
9322
+ name: string;
9323
+ picture?: string | undefined;
9324
+ additionalCredentials?: any;
9325
+ };
9326
+ createdAt: Date;
9327
+ updatedAt: Date;
9328
+ deletedAt: Date | null;
9329
+ channelId: string;
9330
+ socialPlatformId: string;
9331
+ }, {
9332
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
9333
+ id: string;
9334
+ metadata: {
9335
+ id: string;
9336
+ name: string;
9337
+ picture?: string | undefined;
9338
+ additionalCredentials?: any;
9339
+ };
9340
+ createdAt: Date;
9341
+ updatedAt: Date;
9342
+ deletedAt: Date | null;
9343
+ channelId: string;
9344
+ socialPlatformId: string;
9345
+ }>, "many">>;
9007
9346
  customFields: z.ZodArray<z.ZodObject<{
9008
9347
  id: z.ZodString;
9009
9348
  createdAt: z.ZodDate;
@@ -9383,6 +9722,21 @@ export declare const facebookFeedContract: {
9383
9722
  deletedAt: Date | null;
9384
9723
  phone: string;
9385
9724
  }[];
9725
+ platformContacts?: {
9726
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
9727
+ id: string;
9728
+ metadata: {
9729
+ id: string;
9730
+ name: string;
9731
+ picture?: string | undefined;
9732
+ additionalCredentials?: any;
9733
+ };
9734
+ createdAt: Date;
9735
+ updatedAt: Date;
9736
+ deletedAt: Date | null;
9737
+ channelId: string;
9738
+ socialPlatformId: string;
9739
+ }[] | undefined;
9386
9740
  activityLogs?: {
9387
9741
  id: string;
9388
9742
  description: string;
@@ -9479,6 +9833,21 @@ export declare const facebookFeedContract: {
9479
9833
  deletedAt: Date | null;
9480
9834
  phone: string;
9481
9835
  }[];
9836
+ platformContacts?: {
9837
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
9838
+ id: string;
9839
+ metadata: {
9840
+ id: string;
9841
+ name: string;
9842
+ picture?: string | undefined;
9843
+ additionalCredentials?: any;
9844
+ };
9845
+ createdAt: Date;
9846
+ updatedAt: Date;
9847
+ deletedAt: Date | null;
9848
+ channelId: string;
9849
+ socialPlatformId: string;
9850
+ }[] | undefined;
9482
9851
  activityLogs?: {
9483
9852
  id: string;
9484
9853
  description: string;
@@ -9588,6 +9957,21 @@ export declare const facebookFeedContract: {
9588
9957
  deletedAt: Date | null;
9589
9958
  phone: string;
9590
9959
  }[];
9960
+ platformContacts?: {
9961
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
9962
+ id: string;
9963
+ metadata: {
9964
+ id: string;
9965
+ name: string;
9966
+ picture?: string | undefined;
9967
+ additionalCredentials?: any;
9968
+ };
9969
+ createdAt: Date;
9970
+ updatedAt: Date;
9971
+ deletedAt: Date | null;
9972
+ channelId: string;
9973
+ socialPlatformId: string;
9974
+ }[] | undefined;
9591
9975
  activityLogs?: {
9592
9976
  id: string;
9593
9977
  description: string;
@@ -9699,6 +10083,21 @@ export declare const facebookFeedContract: {
9699
10083
  deletedAt: Date | null;
9700
10084
  phone: string;
9701
10085
  }[];
10086
+ platformContacts?: {
10087
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
10088
+ id: string;
10089
+ metadata: {
10090
+ id: string;
10091
+ name: string;
10092
+ picture?: string | undefined;
10093
+ additionalCredentials?: any;
10094
+ };
10095
+ createdAt: Date;
10096
+ updatedAt: Date;
10097
+ deletedAt: Date | null;
10098
+ channelId: string;
10099
+ socialPlatformId: string;
10100
+ }[] | undefined;
9702
10101
  activityLogs?: {
9703
10102
  id: string;
9704
10103
  description: string;
@@ -11234,6 +11633,21 @@ export declare const facebookFeedContract: {
11234
11633
  deletedAt: Date | null;
11235
11634
  phone: string;
11236
11635
  }[];
11636
+ platformContacts?: {
11637
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
11638
+ id: string;
11639
+ metadata: {
11640
+ id: string;
11641
+ name: string;
11642
+ picture?: string | undefined;
11643
+ additionalCredentials?: any;
11644
+ };
11645
+ createdAt: Date;
11646
+ updatedAt: Date;
11647
+ deletedAt: Date | null;
11648
+ channelId: string;
11649
+ socialPlatformId: string;
11650
+ }[] | undefined;
11237
11651
  activityLogs?: {
11238
11652
  id: string;
11239
11653
  description: string;
@@ -11606,6 +12020,21 @@ export declare const facebookFeedContract: {
11606
12020
  deletedAt: Date | null;
11607
12021
  phone: string;
11608
12022
  }[];
12023
+ platformContacts?: {
12024
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
12025
+ id: string;
12026
+ metadata: {
12027
+ id: string;
12028
+ name: string;
12029
+ picture?: string | undefined;
12030
+ additionalCredentials?: any;
12031
+ };
12032
+ createdAt: Date;
12033
+ updatedAt: Date;
12034
+ deletedAt: Date | null;
12035
+ channelId: string;
12036
+ socialPlatformId: string;
12037
+ }[] | undefined;
11609
12038
  activityLogs?: {
11610
12039
  id: string;
11611
12040
  description: string;
@@ -13751,6 +14180,21 @@ export declare const facebookFeedContract: {
13751
14180
  deletedAt: Date | null;
13752
14181
  phone: string;
13753
14182
  }[];
14183
+ platformContacts?: {
14184
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
14185
+ id: string;
14186
+ metadata: {
14187
+ id: string;
14188
+ name: string;
14189
+ picture?: string | undefined;
14190
+ additionalCredentials?: any;
14191
+ };
14192
+ createdAt: Date;
14193
+ updatedAt: Date;
14194
+ deletedAt: Date | null;
14195
+ channelId: string;
14196
+ socialPlatformId: string;
14197
+ }[] | undefined;
13754
14198
  activityLogs?: {
13755
14199
  id: string;
13756
14200
  description: string;
@@ -14460,6 +14904,21 @@ export declare const facebookFeedContract: {
14460
14904
  deletedAt: Date | null;
14461
14905
  phone: string;
14462
14906
  }[];
14907
+ platformContacts?: {
14908
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
14909
+ id: string;
14910
+ metadata: {
14911
+ id: string;
14912
+ name: string;
14913
+ picture?: string | undefined;
14914
+ additionalCredentials?: any;
14915
+ };
14916
+ createdAt: Date;
14917
+ updatedAt: Date;
14918
+ deletedAt: Date | null;
14919
+ channelId: string;
14920
+ socialPlatformId: string;
14921
+ }[] | undefined;
14463
14922
  activityLogs?: {
14464
14923
  id: string;
14465
14924
  description: string;
@@ -15170,6 +15629,21 @@ export declare const facebookFeedContract: {
15170
15629
  deletedAt: Date | null;
15171
15630
  phone: string;
15172
15631
  }[];
15632
+ platformContacts?: {
15633
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
15634
+ id: string;
15635
+ metadata: {
15636
+ id: string;
15637
+ name: string;
15638
+ picture?: string | undefined;
15639
+ additionalCredentials?: any;
15640
+ };
15641
+ createdAt: Date;
15642
+ updatedAt: Date;
15643
+ deletedAt: Date | null;
15644
+ channelId: string;
15645
+ socialPlatformId: string;
15646
+ }[] | undefined;
15173
15647
  activityLogs?: {
15174
15648
  id: string;
15175
15649
  description: string;
@@ -15879,6 +16353,21 @@ export declare const facebookFeedContract: {
15879
16353
  deletedAt: Date | null;
15880
16354
  phone: string;
15881
16355
  }[];
16356
+ platformContacts?: {
16357
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
16358
+ id: string;
16359
+ metadata: {
16360
+ id: string;
16361
+ name: string;
16362
+ picture?: string | undefined;
16363
+ additionalCredentials?: any;
16364
+ };
16365
+ createdAt: Date;
16366
+ updatedAt: Date;
16367
+ deletedAt: Date | null;
16368
+ channelId: string;
16369
+ socialPlatformId: string;
16370
+ }[] | undefined;
15882
16371
  activityLogs?: {
15883
16372
  id: string;
15884
16373
  description: string;
@@ -16589,6 +17078,21 @@ export declare const facebookFeedContract: {
16589
17078
  deletedAt: Date | null;
16590
17079
  phone: string;
16591
17080
  }[];
17081
+ platformContacts?: {
17082
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
17083
+ id: string;
17084
+ metadata: {
17085
+ id: string;
17086
+ name: string;
17087
+ picture?: string | undefined;
17088
+ additionalCredentials?: any;
17089
+ };
17090
+ createdAt: Date;
17091
+ updatedAt: Date;
17092
+ deletedAt: Date | null;
17093
+ channelId: string;
17094
+ socialPlatformId: string;
17095
+ }[] | undefined;
16592
17096
  activityLogs?: {
16593
17097
  id: string;
16594
17098
  description: string;
@@ -17298,6 +17802,21 @@ export declare const facebookFeedContract: {
17298
17802
  deletedAt: Date | null;
17299
17803
  phone: string;
17300
17804
  }[];
17805
+ platformContacts?: {
17806
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
17807
+ id: string;
17808
+ metadata: {
17809
+ id: string;
17810
+ name: string;
17811
+ picture?: string | undefined;
17812
+ additionalCredentials?: any;
17813
+ };
17814
+ createdAt: Date;
17815
+ updatedAt: Date;
17816
+ deletedAt: Date | null;
17817
+ channelId: string;
17818
+ socialPlatformId: string;
17819
+ }[] | undefined;
17301
17820
  activityLogs?: {
17302
17821
  id: string;
17303
17822
  description: string;
@@ -18010,6 +18529,21 @@ export declare const facebookFeedContract: {
18010
18529
  deletedAt: Date | null;
18011
18530
  phone: string;
18012
18531
  }[];
18532
+ platformContacts?: {
18533
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
18534
+ id: string;
18535
+ metadata: {
18536
+ id: string;
18537
+ name: string;
18538
+ picture?: string | undefined;
18539
+ additionalCredentials?: any;
18540
+ };
18541
+ createdAt: Date;
18542
+ updatedAt: Date;
18543
+ deletedAt: Date | null;
18544
+ channelId: string;
18545
+ socialPlatformId: string;
18546
+ }[] | undefined;
18013
18547
  activityLogs?: {
18014
18548
  id: string;
18015
18549
  description: string;
@@ -18719,6 +19253,21 @@ export declare const facebookFeedContract: {
18719
19253
  deletedAt: Date | null;
18720
19254
  phone: string;
18721
19255
  }[];
19256
+ platformContacts?: {
19257
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
19258
+ id: string;
19259
+ metadata: {
19260
+ id: string;
19261
+ name: string;
19262
+ picture?: string | undefined;
19263
+ additionalCredentials?: any;
19264
+ };
19265
+ createdAt: Date;
19266
+ updatedAt: Date;
19267
+ deletedAt: Date | null;
19268
+ channelId: string;
19269
+ socialPlatformId: string;
19270
+ }[] | undefined;
18722
19271
  activityLogs?: {
18723
19272
  id: string;
18724
19273
  description: string;
@@ -19432,6 +19981,21 @@ export declare const facebookFeedContract: {
19432
19981
  deletedAt: Date | null;
19433
19982
  phone: string;
19434
19983
  }[];
19984
+ platformContacts?: {
19985
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
19986
+ id: string;
19987
+ metadata: {
19988
+ id: string;
19989
+ name: string;
19990
+ picture?: string | undefined;
19991
+ additionalCredentials?: any;
19992
+ };
19993
+ createdAt: Date;
19994
+ updatedAt: Date;
19995
+ deletedAt: Date | null;
19996
+ channelId: string;
19997
+ socialPlatformId: string;
19998
+ }[] | undefined;
19435
19999
  activityLogs?: {
19436
20000
  id: string;
19437
20001
  description: string;
@@ -20141,6 +20705,21 @@ export declare const facebookFeedContract: {
20141
20705
  deletedAt: Date | null;
20142
20706
  phone: string;
20143
20707
  }[];
20708
+ platformContacts?: {
20709
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
20710
+ id: string;
20711
+ metadata: {
20712
+ id: string;
20713
+ name: string;
20714
+ picture?: string | undefined;
20715
+ additionalCredentials?: any;
20716
+ };
20717
+ createdAt: Date;
20718
+ updatedAt: Date;
20719
+ deletedAt: Date | null;
20720
+ channelId: string;
20721
+ socialPlatformId: string;
20722
+ }[] | undefined;
20144
20723
  activityLogs?: {
20145
20724
  id: string;
20146
20725
  description: string;