@kl1/contracts 1.1.51 → 1.1.52

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.
Files changed (69) hide show
  1. package/dist/api-contracts/src/channel/index.d.ts +811 -0
  2. package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
  3. package/dist/api-contracts/src/channel/schema.d.ts +8 -0
  4. package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
  5. package/dist/api-contracts/src/channel/validation.d.ts +5 -0
  6. package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
  7. package/dist/api-contracts/src/chat/index.d.ts +230 -0
  8. package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
  9. package/dist/api-contracts/src/chat/schema.d.ts +60 -24
  10. package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
  11. package/dist/api-contracts/src/chat/validation.d.ts +79 -0
  12. package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
  13. package/dist/api-contracts/src/contract.d.ts +2230 -0
  14. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  15. package/dist/api-contracts/src/cx-log/index.d.ts +11 -0
  16. package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
  17. package/dist/api-contracts/src/cx-log/schema.d.ts +9 -0
  18. package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
  19. package/dist/api-contracts/src/facebook-feed/index.d.ts +106 -0
  20. package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
  21. package/dist/api-contracts/src/facebook-feed/schema.d.ts +7 -0
  22. package/dist/api-contracts/src/facebook-feed/schema.d.ts.map +1 -1
  23. package/dist/api-contracts/src/facebook-feed/validation.d.ts +5 -0
  24. package/dist/api-contracts/src/facebook-feed/validation.d.ts.map +1 -1
  25. package/dist/api-contracts/src/instagram/index.d.ts +83 -0
  26. package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
  27. package/dist/api-contracts/src/line/index.d.ts +75 -0
  28. package/dist/api-contracts/src/line/index.d.ts.map +1 -1
  29. package/dist/api-contracts/src/line/validation.d.ts +9 -0
  30. package/dist/api-contracts/src/line/validation.d.ts.map +1 -1
  31. package/dist/api-contracts/src/messenger/index.d.ts +186 -0
  32. package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
  33. package/dist/api-contracts/src/messenger/schema.d.ts +230 -1
  34. package/dist/api-contracts/src/messenger/schema.d.ts.map +1 -1
  35. package/dist/api-contracts/src/messenger/validation.d.ts +42 -0
  36. package/dist/api-contracts/src/messenger/validation.d.ts.map +1 -1
  37. package/dist/api-contracts/src/sms/index.d.ts +16 -0
  38. package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
  39. package/dist/api-contracts/src/telegram/index.d.ts +61 -0
  40. package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
  41. package/dist/api-contracts/src/viber/index.d.ts +61 -0
  42. package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
  43. package/dist/api-contracts/src/webchat/index.d.ts +40 -0
  44. package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
  45. package/dist/api-contracts/src/workflow-rule/index.d.ts +18 -0
  46. package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
  47. package/dist/index.js +2224 -2154
  48. package/dist/index.js.map +1 -1
  49. package/dist/index.mjs +2224 -2154
  50. package/dist/index.mjs.map +1 -1
  51. package/package.json +1 -1
  52. package/dist/api-contracts/src/hold-label/index.d.ts +0 -315
  53. package/dist/api-contracts/src/hold-label/index.d.ts.map +0 -1
  54. package/dist/api-contracts/src/hold-label/schema.d.ts +0 -24
  55. package/dist/api-contracts/src/hold-label/schema.d.ts.map +0 -1
  56. package/dist/api-contracts/src/hold-label/validation.d.ts +0 -24
  57. package/dist/api-contracts/src/hold-label/validation.d.ts.map +0 -1
  58. package/dist/api-contracts/src/presence-status/index.d.ts +0 -556
  59. package/dist/api-contracts/src/presence-status/index.d.ts.map +0 -1
  60. package/dist/api-contracts/src/presence-status/schema.d.ts +0 -31
  61. package/dist/api-contracts/src/presence-status/schema.d.ts.map +0 -1
  62. package/dist/api-contracts/src/presence-status/validation.d.ts +0 -28
  63. package/dist/api-contracts/src/presence-status/validation.d.ts.map +0 -1
  64. package/dist/api-contracts/src/subscription/index.d.ts +0 -1900
  65. package/dist/api-contracts/src/subscription/index.d.ts.map +0 -1
  66. package/dist/api-contracts/src/subscription/schema.d.ts +0 -2059
  67. package/dist/api-contracts/src/subscription/schema.d.ts.map +0 -1
  68. package/dist/api-contracts/src/subscription/validation.d.ts +0 -37
  69. package/dist/api-contracts/src/subscription/validation.d.ts.map +0 -1
@@ -154,6 +154,7 @@ export declare const instagramContract: {
154
154
  apiSecret: string;
155
155
  }>>;
156
156
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
157
+ messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
157
158
  }, "strip", z.ZodTypeAny, {
158
159
  id: string;
159
160
  name: string;
@@ -167,6 +168,7 @@ export declare const instagramContract: {
167
168
  apiSecret: string;
168
169
  } | undefined;
169
170
  lineRichMenuId?: string | null | undefined;
171
+ messengerIntegrationType?: "own" | "business" | undefined;
170
172
  }, {
171
173
  id: string;
172
174
  name: string;
@@ -180,6 +182,7 @@ export declare const instagramContract: {
180
182
  apiSecret: string;
181
183
  } | undefined;
182
184
  lineRichMenuId?: string | null | undefined;
185
+ messengerIntegrationType?: "own" | "business" | undefined;
183
186
  }>;
184
187
  platformId: z.ZodString;
185
188
  brandName: z.ZodString;
@@ -223,6 +226,7 @@ export declare const instagramContract: {
223
226
  apiSecret: string;
224
227
  } | undefined;
225
228
  lineRichMenuId?: string | null | undefined;
229
+ messengerIntegrationType?: "own" | "business" | undefined;
226
230
  };
227
231
  status: boolean;
228
232
  brandName: string;
@@ -254,6 +258,7 @@ export declare const instagramContract: {
254
258
  apiSecret: string;
255
259
  } | undefined;
256
260
  lineRichMenuId?: string | null | undefined;
261
+ messengerIntegrationType?: "own" | "business" | undefined;
257
262
  };
258
263
  status: boolean;
259
264
  brandName: string;
@@ -289,6 +294,7 @@ export declare const instagramContract: {
289
294
  apiSecret: string;
290
295
  } | undefined;
291
296
  lineRichMenuId?: string | null | undefined;
297
+ messengerIntegrationType?: "own" | "business" | undefined;
292
298
  };
293
299
  status: boolean;
294
300
  brandName: string;
@@ -363,6 +369,7 @@ export declare const instagramContract: {
363
369
  apiSecret: string;
364
370
  } | undefined;
365
371
  lineRichMenuId?: string | null | undefined;
372
+ messengerIntegrationType?: "own" | "business" | undefined;
366
373
  };
367
374
  status: boolean;
368
375
  brandName: string;
@@ -605,6 +612,7 @@ export declare const instagramContract: {
605
612
  apiSecret: string;
606
613
  } | undefined;
607
614
  lineRichMenuId?: string | null | undefined;
615
+ messengerIntegrationType?: "own" | "business" | undefined;
608
616
  };
609
617
  status: boolean;
610
618
  brandName: string;
@@ -718,6 +726,7 @@ export declare const instagramContract: {
718
726
  apiSecret: string;
719
727
  } | undefined;
720
728
  lineRichMenuId?: string | null | undefined;
729
+ messengerIntegrationType?: "own" | "business" | undefined;
721
730
  };
722
731
  status: boolean;
723
732
  brandName: string;
@@ -2734,6 +2743,7 @@ export declare const instagramContract: {
2734
2743
  apiSecret: string;
2735
2744
  }>>;
2736
2745
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2746
+ messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
2737
2747
  }, "strip", z.ZodTypeAny, {
2738
2748
  id: string;
2739
2749
  name: string;
@@ -2747,6 +2757,7 @@ export declare const instagramContract: {
2747
2757
  apiSecret: string;
2748
2758
  } | undefined;
2749
2759
  lineRichMenuId?: string | null | undefined;
2760
+ messengerIntegrationType?: "own" | "business" | undefined;
2750
2761
  }, {
2751
2762
  id: string;
2752
2763
  name: string;
@@ -2760,6 +2771,7 @@ export declare const instagramContract: {
2760
2771
  apiSecret: string;
2761
2772
  } | undefined;
2762
2773
  lineRichMenuId?: string | null | undefined;
2774
+ messengerIntegrationType?: "own" | "business" | undefined;
2763
2775
  }>;
2764
2776
  brandName: z.ZodString;
2765
2777
  platformId: z.ZodString;
@@ -3007,6 +3019,7 @@ export declare const instagramContract: {
3007
3019
  apiSecret: string;
3008
3020
  } | undefined;
3009
3021
  lineRichMenuId?: string | null | undefined;
3022
+ messengerIntegrationType?: "own" | "business" | undefined;
3010
3023
  };
3011
3024
  status: boolean;
3012
3025
  createdAt: Date;
@@ -3085,6 +3098,7 @@ export declare const instagramContract: {
3085
3098
  apiSecret: string;
3086
3099
  } | undefined;
3087
3100
  lineRichMenuId?: string | null | undefined;
3101
+ messengerIntegrationType?: "own" | "business" | undefined;
3088
3102
  };
3089
3103
  status: boolean;
3090
3104
  createdAt: Date;
@@ -3611,6 +3625,7 @@ export declare const instagramContract: {
3611
3625
  apiSecret: string;
3612
3626
  } | undefined;
3613
3627
  lineRichMenuId?: string | null | undefined;
3628
+ messengerIntegrationType?: "own" | "business" | undefined;
3614
3629
  };
3615
3630
  status: boolean;
3616
3631
  createdAt: Date;
@@ -4000,6 +4015,7 @@ export declare const instagramContract: {
4000
4015
  apiSecret: string;
4001
4016
  } | undefined;
4002
4017
  lineRichMenuId?: string | null | undefined;
4018
+ messengerIntegrationType?: "own" | "business" | undefined;
4003
4019
  };
4004
4020
  status: boolean;
4005
4021
  createdAt: Date;
@@ -7113,6 +7129,7 @@ export declare const instagramContract: {
7113
7129
  apiSecret: string;
7114
7130
  }>>;
7115
7131
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
7132
+ messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
7116
7133
  }, "strip", z.ZodTypeAny, {
7117
7134
  id: string;
7118
7135
  name: string;
@@ -7126,6 +7143,7 @@ export declare const instagramContract: {
7126
7143
  apiSecret: string;
7127
7144
  } | undefined;
7128
7145
  lineRichMenuId?: string | null | undefined;
7146
+ messengerIntegrationType?: "own" | "business" | undefined;
7129
7147
  }, {
7130
7148
  id: string;
7131
7149
  name: string;
@@ -7139,6 +7157,7 @@ export declare const instagramContract: {
7139
7157
  apiSecret: string;
7140
7158
  } | undefined;
7141
7159
  lineRichMenuId?: string | null | undefined;
7160
+ messengerIntegrationType?: "own" | "business" | undefined;
7142
7161
  }>;
7143
7162
  brandName: z.ZodString;
7144
7163
  platformId: z.ZodString;
@@ -7386,6 +7405,7 @@ export declare const instagramContract: {
7386
7405
  apiSecret: string;
7387
7406
  } | undefined;
7388
7407
  lineRichMenuId?: string | null | undefined;
7408
+ messengerIntegrationType?: "own" | "business" | undefined;
7389
7409
  };
7390
7410
  status: boolean;
7391
7411
  createdAt: Date;
@@ -7464,6 +7484,7 @@ export declare const instagramContract: {
7464
7484
  apiSecret: string;
7465
7485
  } | undefined;
7466
7486
  lineRichMenuId?: string | null | undefined;
7487
+ messengerIntegrationType?: "own" | "business" | undefined;
7467
7488
  };
7468
7489
  status: boolean;
7469
7490
  createdAt: Date;
@@ -7990,6 +8011,7 @@ export declare const instagramContract: {
7990
8011
  apiSecret: string;
7991
8012
  } | undefined;
7992
8013
  lineRichMenuId?: string | null | undefined;
8014
+ messengerIntegrationType?: "own" | "business" | undefined;
7993
8015
  };
7994
8016
  status: boolean;
7995
8017
  createdAt: Date;
@@ -8379,6 +8401,7 @@ export declare const instagramContract: {
8379
8401
  apiSecret: string;
8380
8402
  } | undefined;
8381
8403
  lineRichMenuId?: string | null | undefined;
8404
+ messengerIntegrationType?: "own" | "business" | undefined;
8382
8405
  };
8383
8406
  status: boolean;
8384
8407
  createdAt: Date;
@@ -10541,6 +10564,7 @@ export declare const instagramContract: {
10541
10564
  apiSecret: string;
10542
10565
  } | undefined;
10543
10566
  lineRichMenuId?: string | null | undefined;
10567
+ messengerIntegrationType?: "own" | "business" | undefined;
10544
10568
  };
10545
10569
  status: boolean;
10546
10570
  createdAt: Date;
@@ -11267,6 +11291,7 @@ export declare const instagramContract: {
11267
11291
  apiSecret: string;
11268
11292
  } | undefined;
11269
11293
  lineRichMenuId?: string | null | undefined;
11294
+ messengerIntegrationType?: "own" | "business" | undefined;
11270
11295
  };
11271
11296
  status: boolean;
11272
11297
  createdAt: Date;
@@ -11994,6 +12019,7 @@ export declare const instagramContract: {
11994
12019
  apiSecret: string;
11995
12020
  } | undefined;
11996
12021
  lineRichMenuId?: string | null | undefined;
12022
+ messengerIntegrationType?: "own" | "business" | undefined;
11997
12023
  };
11998
12024
  status: boolean;
11999
12025
  createdAt: Date;
@@ -12720,6 +12746,7 @@ export declare const instagramContract: {
12720
12746
  apiSecret: string;
12721
12747
  } | undefined;
12722
12748
  lineRichMenuId?: string | null | undefined;
12749
+ messengerIntegrationType?: "own" | "business" | undefined;
12723
12750
  };
12724
12751
  status: boolean;
12725
12752
  createdAt: Date;
@@ -13447,6 +13474,7 @@ export declare const instagramContract: {
13447
13474
  apiSecret: string;
13448
13475
  } | undefined;
13449
13476
  lineRichMenuId?: string | null | undefined;
13477
+ messengerIntegrationType?: "own" | "business" | undefined;
13450
13478
  };
13451
13479
  status: boolean;
13452
13480
  createdAt: Date;
@@ -14173,6 +14201,7 @@ export declare const instagramContract: {
14173
14201
  apiSecret: string;
14174
14202
  } | undefined;
14175
14203
  lineRichMenuId?: string | null | undefined;
14204
+ messengerIntegrationType?: "own" | "business" | undefined;
14176
14205
  };
14177
14206
  status: boolean;
14178
14207
  createdAt: Date;
@@ -14902,6 +14931,7 @@ export declare const instagramContract: {
14902
14931
  apiSecret: string;
14903
14932
  } | undefined;
14904
14933
  lineRichMenuId?: string | null | undefined;
14934
+ messengerIntegrationType?: "own" | "business" | undefined;
14905
14935
  };
14906
14936
  status: boolean;
14907
14937
  createdAt: Date;
@@ -15628,6 +15658,7 @@ export declare const instagramContract: {
15628
15658
  apiSecret: string;
15629
15659
  } | undefined;
15630
15660
  lineRichMenuId?: string | null | undefined;
15661
+ messengerIntegrationType?: "own" | "business" | undefined;
15631
15662
  };
15632
15663
  status: boolean;
15633
15664
  createdAt: Date;
@@ -16358,6 +16389,7 @@ export declare const instagramContract: {
16358
16389
  apiSecret: string;
16359
16390
  } | undefined;
16360
16391
  lineRichMenuId?: string | null | undefined;
16392
+ messengerIntegrationType?: "own" | "business" | undefined;
16361
16393
  };
16362
16394
  status: boolean;
16363
16395
  createdAt: Date;
@@ -17084,6 +17116,7 @@ export declare const instagramContract: {
17084
17116
  apiSecret: string;
17085
17117
  } | undefined;
17086
17118
  lineRichMenuId?: string | null | undefined;
17119
+ messengerIntegrationType?: "own" | "business" | undefined;
17087
17120
  };
17088
17121
  status: boolean;
17089
17122
  createdAt: Date;
@@ -17724,6 +17757,7 @@ export declare const instagramContract: {
17724
17757
  apiSecret: string;
17725
17758
  }>>;
17726
17759
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
17760
+ messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
17727
17761
  }, "strip", z.ZodTypeAny, {
17728
17762
  id: string;
17729
17763
  name: string;
@@ -17737,6 +17771,7 @@ export declare const instagramContract: {
17737
17771
  apiSecret: string;
17738
17772
  } | undefined;
17739
17773
  lineRichMenuId?: string | null | undefined;
17774
+ messengerIntegrationType?: "own" | "business" | undefined;
17740
17775
  }, {
17741
17776
  id: string;
17742
17777
  name: string;
@@ -17750,6 +17785,7 @@ export declare const instagramContract: {
17750
17785
  apiSecret: string;
17751
17786
  } | undefined;
17752
17787
  lineRichMenuId?: string | null | undefined;
17788
+ messengerIntegrationType?: "own" | "business" | undefined;
17753
17789
  }>>;
17754
17790
  platformId: z.ZodOptional<z.ZodString>;
17755
17791
  brandName: z.ZodOptional<z.ZodString>;
@@ -17793,6 +17829,7 @@ export declare const instagramContract: {
17793
17829
  apiSecret: string;
17794
17830
  } | undefined;
17795
17831
  lineRichMenuId?: string | null | undefined;
17832
+ messengerIntegrationType?: "own" | "business" | undefined;
17796
17833
  } | undefined;
17797
17834
  platformId?: string | undefined;
17798
17835
  brandName?: string | undefined;
@@ -17824,6 +17861,7 @@ export declare const instagramContract: {
17824
17861
  apiSecret: string;
17825
17862
  } | undefined;
17826
17863
  lineRichMenuId?: string | null | undefined;
17864
+ messengerIntegrationType?: "own" | "business" | undefined;
17827
17865
  } | undefined;
17828
17866
  platformId?: string | undefined;
17829
17867
  brandName?: string | undefined;
@@ -17868,6 +17906,7 @@ export declare const instagramContract: {
17868
17906
  apiSecret: string;
17869
17907
  }>>;
17870
17908
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
17909
+ messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
17871
17910
  }, "strip", z.ZodTypeAny, {
17872
17911
  id: string;
17873
17912
  name: string;
@@ -17881,6 +17920,7 @@ export declare const instagramContract: {
17881
17920
  apiSecret: string;
17882
17921
  } | undefined;
17883
17922
  lineRichMenuId?: string | null | undefined;
17923
+ messengerIntegrationType?: "own" | "business" | undefined;
17884
17924
  }, {
17885
17925
  id: string;
17886
17926
  name: string;
@@ -17894,6 +17934,7 @@ export declare const instagramContract: {
17894
17934
  apiSecret: string;
17895
17935
  } | undefined;
17896
17936
  lineRichMenuId?: string | null | undefined;
17937
+ messengerIntegrationType?: "own" | "business" | undefined;
17897
17938
  }>;
17898
17939
  platformId: z.ZodString;
17899
17940
  brandName: z.ZodString;
@@ -17937,6 +17978,7 @@ export declare const instagramContract: {
17937
17978
  apiSecret: string;
17938
17979
  } | undefined;
17939
17980
  lineRichMenuId?: string | null | undefined;
17981
+ messengerIntegrationType?: "own" | "business" | undefined;
17940
17982
  };
17941
17983
  status: boolean;
17942
17984
  brandName: string;
@@ -17968,6 +18010,7 @@ export declare const instagramContract: {
17968
18010
  apiSecret: string;
17969
18011
  } | undefined;
17970
18012
  lineRichMenuId?: string | null | undefined;
18013
+ messengerIntegrationType?: "own" | "business" | undefined;
17971
18014
  };
17972
18015
  status: boolean;
17973
18016
  brandName: string;
@@ -18001,6 +18044,7 @@ export declare const instagramContract: {
18001
18044
  apiSecret: string;
18002
18045
  } | undefined;
18003
18046
  lineRichMenuId?: string | null | undefined;
18047
+ messengerIntegrationType?: "own" | "business" | undefined;
18004
18048
  };
18005
18049
  status: boolean;
18006
18050
  brandName: string;
@@ -18035,6 +18079,7 @@ export declare const instagramContract: {
18035
18079
  apiSecret: string;
18036
18080
  } | undefined;
18037
18081
  lineRichMenuId?: string | null | undefined;
18082
+ messengerIntegrationType?: "own" | "business" | undefined;
18038
18083
  };
18039
18084
  status: boolean;
18040
18085
  brandName: string;
@@ -18101,6 +18146,7 @@ export declare const instagramContract: {
18101
18146
  apiSecret: string;
18102
18147
  }>>;
18103
18148
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
18149
+ messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
18104
18150
  }, "strip", z.ZodTypeAny, {
18105
18151
  id: string;
18106
18152
  name: string;
@@ -18114,6 +18160,7 @@ export declare const instagramContract: {
18114
18160
  apiSecret: string;
18115
18161
  } | undefined;
18116
18162
  lineRichMenuId?: string | null | undefined;
18163
+ messengerIntegrationType?: "own" | "business" | undefined;
18117
18164
  }, {
18118
18165
  id: string;
18119
18166
  name: string;
@@ -18127,6 +18174,7 @@ export declare const instagramContract: {
18127
18174
  apiSecret: string;
18128
18175
  } | undefined;
18129
18176
  lineRichMenuId?: string | null | undefined;
18177
+ messengerIntegrationType?: "own" | "business" | undefined;
18130
18178
  }>>;
18131
18179
  platformId: z.ZodOptional<z.ZodString>;
18132
18180
  brandName: z.ZodOptional<z.ZodString>;
@@ -18170,6 +18218,7 @@ export declare const instagramContract: {
18170
18218
  apiSecret: string;
18171
18219
  } | undefined;
18172
18220
  lineRichMenuId?: string | null | undefined;
18221
+ messengerIntegrationType?: "own" | "business" | undefined;
18173
18222
  } | undefined;
18174
18223
  platformId?: string | undefined;
18175
18224
  brandName?: string | undefined;
@@ -18201,6 +18250,7 @@ export declare const instagramContract: {
18201
18250
  apiSecret: string;
18202
18251
  } | undefined;
18203
18252
  lineRichMenuId?: string | null | undefined;
18253
+ messengerIntegrationType?: "own" | "business" | undefined;
18204
18254
  } | undefined;
18205
18255
  platformId?: string | undefined;
18206
18256
  brandName?: string | undefined;
@@ -18245,6 +18295,7 @@ export declare const instagramContract: {
18245
18295
  apiSecret: string;
18246
18296
  }>>;
18247
18297
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
18298
+ messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
18248
18299
  }, "strip", z.ZodTypeAny, {
18249
18300
  id: string;
18250
18301
  name: string;
@@ -18258,6 +18309,7 @@ export declare const instagramContract: {
18258
18309
  apiSecret: string;
18259
18310
  } | undefined;
18260
18311
  lineRichMenuId?: string | null | undefined;
18312
+ messengerIntegrationType?: "own" | "business" | undefined;
18261
18313
  }, {
18262
18314
  id: string;
18263
18315
  name: string;
@@ -18271,6 +18323,7 @@ export declare const instagramContract: {
18271
18323
  apiSecret: string;
18272
18324
  } | undefined;
18273
18325
  lineRichMenuId?: string | null | undefined;
18326
+ messengerIntegrationType?: "own" | "business" | undefined;
18274
18327
  }>;
18275
18328
  platformId: z.ZodString;
18276
18329
  brandName: z.ZodString;
@@ -18314,6 +18367,7 @@ export declare const instagramContract: {
18314
18367
  apiSecret: string;
18315
18368
  } | undefined;
18316
18369
  lineRichMenuId?: string | null | undefined;
18370
+ messengerIntegrationType?: "own" | "business" | undefined;
18317
18371
  };
18318
18372
  status: boolean;
18319
18373
  brandName: string;
@@ -18345,6 +18399,7 @@ export declare const instagramContract: {
18345
18399
  apiSecret: string;
18346
18400
  } | undefined;
18347
18401
  lineRichMenuId?: string | null | undefined;
18402
+ messengerIntegrationType?: "own" | "business" | undefined;
18348
18403
  };
18349
18404
  status: boolean;
18350
18405
  brandName: string;
@@ -18378,6 +18433,7 @@ export declare const instagramContract: {
18378
18433
  apiSecret: string;
18379
18434
  } | undefined;
18380
18435
  lineRichMenuId?: string | null | undefined;
18436
+ messengerIntegrationType?: "own" | "business" | undefined;
18381
18437
  };
18382
18438
  status: boolean;
18383
18439
  brandName: string;
@@ -18412,6 +18468,7 @@ export declare const instagramContract: {
18412
18468
  apiSecret: string;
18413
18469
  } | undefined;
18414
18470
  lineRichMenuId?: string | null | undefined;
18471
+ messengerIntegrationType?: "own" | "business" | undefined;
18415
18472
  };
18416
18473
  status: boolean;
18417
18474
  brandName: string;
@@ -18490,6 +18547,7 @@ export declare const instagramContract: {
18490
18547
  apiSecret: string;
18491
18548
  }>>;
18492
18549
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
18550
+ messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
18493
18551
  }, "strip", z.ZodTypeAny, {
18494
18552
  id: string;
18495
18553
  name: string;
@@ -18503,6 +18561,7 @@ export declare const instagramContract: {
18503
18561
  apiSecret: string;
18504
18562
  } | undefined;
18505
18563
  lineRichMenuId?: string | null | undefined;
18564
+ messengerIntegrationType?: "own" | "business" | undefined;
18506
18565
  }, {
18507
18566
  id: string;
18508
18567
  name: string;
@@ -18516,6 +18575,7 @@ export declare const instagramContract: {
18516
18575
  apiSecret: string;
18517
18576
  } | undefined;
18518
18577
  lineRichMenuId?: string | null | undefined;
18578
+ messengerIntegrationType?: "own" | "business" | undefined;
18519
18579
  }>;
18520
18580
  platformId: z.ZodString;
18521
18581
  brandName: z.ZodString;
@@ -18559,6 +18619,7 @@ export declare const instagramContract: {
18559
18619
  apiSecret: string;
18560
18620
  } | undefined;
18561
18621
  lineRichMenuId?: string | null | undefined;
18622
+ messengerIntegrationType?: "own" | "business" | undefined;
18562
18623
  };
18563
18624
  status: boolean;
18564
18625
  brandName: string;
@@ -18590,6 +18651,7 @@ export declare const instagramContract: {
18590
18651
  apiSecret: string;
18591
18652
  } | undefined;
18592
18653
  lineRichMenuId?: string | null | undefined;
18654
+ messengerIntegrationType?: "own" | "business" | undefined;
18593
18655
  };
18594
18656
  status: boolean;
18595
18657
  brandName: string;
@@ -18623,6 +18685,7 @@ export declare const instagramContract: {
18623
18685
  apiSecret: string;
18624
18686
  } | undefined;
18625
18687
  lineRichMenuId?: string | null | undefined;
18688
+ messengerIntegrationType?: "own" | "business" | undefined;
18626
18689
  };
18627
18690
  status: boolean;
18628
18691
  brandName: string;
@@ -18657,6 +18720,7 @@ export declare const instagramContract: {
18657
18720
  apiSecret: string;
18658
18721
  } | undefined;
18659
18722
  lineRichMenuId?: string | null | undefined;
18723
+ messengerIntegrationType?: "own" | "business" | undefined;
18660
18724
  };
18661
18725
  status: boolean;
18662
18726
  brandName: string;
@@ -18735,6 +18799,7 @@ export declare const instagramContract: {
18735
18799
  apiSecret: string;
18736
18800
  }>>;
18737
18801
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
18802
+ messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
18738
18803
  }, "strip", z.ZodTypeAny, {
18739
18804
  id: string;
18740
18805
  name: string;
@@ -18748,6 +18813,7 @@ export declare const instagramContract: {
18748
18813
  apiSecret: string;
18749
18814
  } | undefined;
18750
18815
  lineRichMenuId?: string | null | undefined;
18816
+ messengerIntegrationType?: "own" | "business" | undefined;
18751
18817
  }, {
18752
18818
  id: string;
18753
18819
  name: string;
@@ -18761,6 +18827,7 @@ export declare const instagramContract: {
18761
18827
  apiSecret: string;
18762
18828
  } | undefined;
18763
18829
  lineRichMenuId?: string | null | undefined;
18830
+ messengerIntegrationType?: "own" | "business" | undefined;
18764
18831
  }>;
18765
18832
  platformId: z.ZodString;
18766
18833
  brandName: z.ZodString;
@@ -18804,6 +18871,7 @@ export declare const instagramContract: {
18804
18871
  apiSecret: string;
18805
18872
  } | undefined;
18806
18873
  lineRichMenuId?: string | null | undefined;
18874
+ messengerIntegrationType?: "own" | "business" | undefined;
18807
18875
  };
18808
18876
  status: boolean;
18809
18877
  brandName: string;
@@ -18835,6 +18903,7 @@ export declare const instagramContract: {
18835
18903
  apiSecret: string;
18836
18904
  } | undefined;
18837
18905
  lineRichMenuId?: string | null | undefined;
18906
+ messengerIntegrationType?: "own" | "business" | undefined;
18838
18907
  };
18839
18908
  status: boolean;
18840
18909
  brandName: string;
@@ -18868,6 +18937,7 @@ export declare const instagramContract: {
18868
18937
  apiSecret: string;
18869
18938
  } | undefined;
18870
18939
  lineRichMenuId?: string | null | undefined;
18940
+ messengerIntegrationType?: "own" | "business" | undefined;
18871
18941
  };
18872
18942
  status: boolean;
18873
18943
  brandName: string;
@@ -18902,6 +18972,7 @@ export declare const instagramContract: {
18902
18972
  apiSecret: string;
18903
18973
  } | undefined;
18904
18974
  lineRichMenuId?: string | null | undefined;
18975
+ messengerIntegrationType?: "own" | "business" | undefined;
18905
18976
  };
18906
18977
  status: boolean;
18907
18978
  brandName: string;
@@ -18968,6 +19039,7 @@ export declare const instagramContract: {
18968
19039
  apiSecret: string;
18969
19040
  }>>;
18970
19041
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
19042
+ messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
18971
19043
  }, "strip", z.ZodTypeAny, {
18972
19044
  id: string;
18973
19045
  name: string;
@@ -18981,6 +19053,7 @@ export declare const instagramContract: {
18981
19053
  apiSecret: string;
18982
19054
  } | undefined;
18983
19055
  lineRichMenuId?: string | null | undefined;
19056
+ messengerIntegrationType?: "own" | "business" | undefined;
18984
19057
  }, {
18985
19058
  id: string;
18986
19059
  name: string;
@@ -18994,6 +19067,7 @@ export declare const instagramContract: {
18994
19067
  apiSecret: string;
18995
19068
  } | undefined;
18996
19069
  lineRichMenuId?: string | null | undefined;
19070
+ messengerIntegrationType?: "own" | "business" | undefined;
18997
19071
  }>>;
18998
19072
  platformId: z.ZodOptional<z.ZodString>;
18999
19073
  brandName: z.ZodOptional<z.ZodString>;
@@ -19037,6 +19111,7 @@ export declare const instagramContract: {
19037
19111
  apiSecret: string;
19038
19112
  } | undefined;
19039
19113
  lineRichMenuId?: string | null | undefined;
19114
+ messengerIntegrationType?: "own" | "business" | undefined;
19040
19115
  } | undefined;
19041
19116
  platformId?: string | undefined;
19042
19117
  brandName?: string | undefined;
@@ -19068,6 +19143,7 @@ export declare const instagramContract: {
19068
19143
  apiSecret: string;
19069
19144
  } | undefined;
19070
19145
  lineRichMenuId?: string | null | undefined;
19146
+ messengerIntegrationType?: "own" | "business" | undefined;
19071
19147
  } | undefined;
19072
19148
  platformId?: string | undefined;
19073
19149
  brandName?: string | undefined;
@@ -19112,6 +19188,7 @@ export declare const instagramContract: {
19112
19188
  apiSecret: string;
19113
19189
  }>>;
19114
19190
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
19191
+ messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
19115
19192
  }, "strip", z.ZodTypeAny, {
19116
19193
  id: string;
19117
19194
  name: string;
@@ -19125,6 +19202,7 @@ export declare const instagramContract: {
19125
19202
  apiSecret: string;
19126
19203
  } | undefined;
19127
19204
  lineRichMenuId?: string | null | undefined;
19205
+ messengerIntegrationType?: "own" | "business" | undefined;
19128
19206
  }, {
19129
19207
  id: string;
19130
19208
  name: string;
@@ -19138,6 +19216,7 @@ export declare const instagramContract: {
19138
19216
  apiSecret: string;
19139
19217
  } | undefined;
19140
19218
  lineRichMenuId?: string | null | undefined;
19219
+ messengerIntegrationType?: "own" | "business" | undefined;
19141
19220
  }>;
19142
19221
  platformId: z.ZodString;
19143
19222
  brandName: z.ZodString;
@@ -19181,6 +19260,7 @@ export declare const instagramContract: {
19181
19260
  apiSecret: string;
19182
19261
  } | undefined;
19183
19262
  lineRichMenuId?: string | null | undefined;
19263
+ messengerIntegrationType?: "own" | "business" | undefined;
19184
19264
  };
19185
19265
  status: boolean;
19186
19266
  brandName: string;
@@ -19212,6 +19292,7 @@ export declare const instagramContract: {
19212
19292
  apiSecret: string;
19213
19293
  } | undefined;
19214
19294
  lineRichMenuId?: string | null | undefined;
19295
+ messengerIntegrationType?: "own" | "business" | undefined;
19215
19296
  };
19216
19297
  status: boolean;
19217
19298
  brandName: string;
@@ -19245,6 +19326,7 @@ export declare const instagramContract: {
19245
19326
  apiSecret: string;
19246
19327
  } | undefined;
19247
19328
  lineRichMenuId?: string | null | undefined;
19329
+ messengerIntegrationType?: "own" | "business" | undefined;
19248
19330
  };
19249
19331
  status: boolean;
19250
19332
  brandName: string;
@@ -19279,6 +19361,7 @@ export declare const instagramContract: {
19279
19361
  apiSecret: string;
19280
19362
  } | undefined;
19281
19363
  lineRichMenuId?: string | null | undefined;
19364
+ messengerIntegrationType?: "own" | "business" | undefined;
19282
19365
  };
19283
19366
  status: boolean;
19284
19367
  brandName: string;