@kl1/contracts 1.1.43-uat → 1.1.44-uat

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 (53) hide show
  1. package/dist/index.js +106 -8
  2. package/dist/index.js.map +1 -1
  3. package/dist/index.mjs +106 -8
  4. package/dist/index.mjs.map +1 -1
  5. package/dist/src/botpress/index.d.ts +17 -8
  6. package/dist/src/botpress/index.d.ts.map +1 -1
  7. package/dist/src/botpress/validation.d.ts +17 -8
  8. package/dist/src/botpress/validation.d.ts.map +1 -1
  9. package/dist/src/channel/index.d.ts +105 -7
  10. package/dist/src/channel/index.d.ts.map +1 -1
  11. package/dist/src/channel/schema.d.ts +8 -0
  12. package/dist/src/channel/schema.d.ts.map +1 -1
  13. package/dist/src/channel/validation.d.ts +6 -1
  14. package/dist/src/channel/validation.d.ts.map +1 -1
  15. package/dist/src/chat/index.d.ts +116 -0
  16. package/dist/src/chat/index.d.ts.map +1 -1
  17. package/dist/src/chat/schema.d.ts +16 -0
  18. package/dist/src/chat/schema.d.ts.map +1 -1
  19. package/dist/src/chat/validation.d.ts +75 -0
  20. package/dist/src/chat/validation.d.ts.map +1 -1
  21. package/dist/src/contract.d.ts +845 -15
  22. package/dist/src/contract.d.ts.map +1 -1
  23. package/dist/src/cx-log/index.d.ts +11 -0
  24. package/dist/src/cx-log/index.d.ts.map +1 -1
  25. package/dist/src/cx-log/schema.d.ts +9 -0
  26. package/dist/src/cx-log/schema.d.ts.map +1 -1
  27. package/dist/src/instagram/index.d.ts +141 -0
  28. package/dist/src/instagram/index.d.ts.map +1 -1
  29. package/dist/src/instagram/validation.d.ts +7 -0
  30. package/dist/src/instagram/validation.d.ts.map +1 -1
  31. package/dist/src/line/index.d.ts +132 -0
  32. package/dist/src/line/index.d.ts.map +1 -1
  33. package/dist/src/line/validation.d.ts +26 -0
  34. package/dist/src/line/validation.d.ts.map +1 -1
  35. package/dist/src/messenger/index.d.ts +111 -0
  36. package/dist/src/messenger/index.d.ts.map +1 -1
  37. package/dist/src/messenger/validation.d.ts +5 -0
  38. package/dist/src/messenger/validation.d.ts.map +1 -1
  39. package/dist/src/telephony-cdr/index.d.ts +125 -0
  40. package/dist/src/telephony-cdr/index.d.ts.map +1 -1
  41. package/dist/src/telephony-cdr/schema.d.ts +7 -0
  42. package/dist/src/telephony-cdr/schema.d.ts.map +1 -1
  43. package/dist/src/ticket/index.d.ts +125 -0
  44. package/dist/src/ticket/index.d.ts.map +1 -1
  45. package/dist/src/ticket/schema.d.ts +7 -0
  46. package/dist/src/ticket/schema.d.ts.map +1 -1
  47. package/dist/src/viber/index.d.ts +60 -0
  48. package/dist/src/viber/index.d.ts.map +1 -1
  49. package/dist/src/webchat/index.d.ts +34 -0
  50. package/dist/src/webchat/index.d.ts.map +1 -1
  51. package/dist/src/workflow-rule/index.d.ts +18 -0
  52. package/dist/src/workflow-rule/index.d.ts.map +1 -1
  53. package/package.json +10 -4
@@ -2377,18 +2377,21 @@ export declare const apiContract: {
2377
2377
  accessToken: import("zod").ZodOptional<import("zod").ZodString>;
2378
2378
  channelSecret: import("zod").ZodOptional<import("zod").ZodString>;
2379
2379
  additionalCredentials: import("zod").ZodOptional<import("zod").ZodAny>;
2380
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
2380
2381
  }, "strip", import("zod").ZodTypeAny, {
2381
2382
  id: string;
2382
2383
  name: string;
2383
2384
  accessToken?: string | undefined;
2384
2385
  channelSecret?: string | undefined;
2385
2386
  additionalCredentials?: any;
2387
+ lineRichMenuId?: string | null | undefined;
2386
2388
  }, {
2387
2389
  id: string;
2388
2390
  name: string;
2389
2391
  accessToken?: string | undefined;
2390
2392
  channelSecret?: string | undefined;
2391
2393
  additionalCredentials?: any;
2394
+ lineRichMenuId?: string | null | undefined;
2392
2395
  }>;
2393
2396
  brandName: import("zod").ZodString;
2394
2397
  platformId: import("zod").ZodString;
@@ -2629,6 +2632,7 @@ export declare const apiContract: {
2629
2632
  accessToken?: string | undefined;
2630
2633
  channelSecret?: string | undefined;
2631
2634
  additionalCredentials?: any;
2635
+ lineRichMenuId?: string | null | undefined;
2632
2636
  };
2633
2637
  status: boolean;
2634
2638
  createdAt: Date;
@@ -2700,6 +2704,7 @@ export declare const apiContract: {
2700
2704
  accessToken?: string | undefined;
2701
2705
  channelSecret?: string | undefined;
2702
2706
  additionalCredentials?: any;
2707
+ lineRichMenuId?: string | null | undefined;
2703
2708
  };
2704
2709
  status: boolean;
2705
2710
  createdAt: Date;
@@ -2774,6 +2779,7 @@ export declare const apiContract: {
2774
2779
  accessToken?: string | undefined;
2775
2780
  channelSecret?: string | undefined;
2776
2781
  additionalCredentials?: any;
2782
+ lineRichMenuId?: string | null | undefined;
2777
2783
  };
2778
2784
  status: boolean;
2779
2785
  createdAt: Date;
@@ -3059,6 +3065,7 @@ export declare const apiContract: {
3059
3065
  accessToken?: string | undefined;
3060
3066
  channelSecret?: string | undefined;
3061
3067
  additionalCredentials?: any;
3068
+ lineRichMenuId?: string | null | undefined;
3062
3069
  };
3063
3070
  status: boolean;
3064
3071
  createdAt: Date;
@@ -6554,6 +6561,7 @@ export declare const apiContract: {
6554
6561
  accessToken?: string | undefined;
6555
6562
  channelSecret?: string | undefined;
6556
6563
  additionalCredentials?: any;
6564
+ lineRichMenuId?: string | null | undefined;
6557
6565
  };
6558
6566
  status: boolean;
6559
6567
  createdAt: Date;
@@ -7322,6 +7330,7 @@ export declare const apiContract: {
7322
7330
  accessToken?: string | undefined;
7323
7331
  channelSecret?: string | undefined;
7324
7332
  additionalCredentials?: any;
7333
+ lineRichMenuId?: string | null | undefined;
7325
7334
  };
7326
7335
  status: boolean;
7327
7336
  createdAt: Date;
@@ -8096,6 +8105,7 @@ export declare const apiContract: {
8096
8105
  accessToken?: string | undefined;
8097
8106
  channelSecret?: string | undefined;
8098
8107
  additionalCredentials?: any;
8108
+ lineRichMenuId?: string | null | undefined;
8099
8109
  };
8100
8110
  status: boolean;
8101
8111
  createdAt: Date;
@@ -8870,6 +8880,7 @@ export declare const apiContract: {
8870
8880
  accessToken?: string | undefined;
8871
8881
  channelSecret?: string | undefined;
8872
8882
  additionalCredentials?: any;
8883
+ lineRichMenuId?: string | null | undefined;
8873
8884
  };
8874
8885
  status: boolean;
8875
8886
  createdAt: Date;
@@ -19369,18 +19380,21 @@ export declare const apiContract: {
19369
19380
  accessToken: import("zod").ZodOptional<import("zod").ZodString>;
19370
19381
  channelSecret: import("zod").ZodOptional<import("zod").ZodString>;
19371
19382
  additionalCredentials: import("zod").ZodOptional<import("zod").ZodAny>;
19383
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
19372
19384
  }, "strip", import("zod").ZodTypeAny, {
19373
19385
  id: string;
19374
19386
  name: string;
19375
19387
  accessToken?: string | undefined;
19376
19388
  channelSecret?: string | undefined;
19377
19389
  additionalCredentials?: any;
19390
+ lineRichMenuId?: string | null | undefined;
19378
19391
  }, {
19379
19392
  id: string;
19380
19393
  name: string;
19381
19394
  accessToken?: string | undefined;
19382
19395
  channelSecret?: string | undefined;
19383
19396
  additionalCredentials?: any;
19397
+ lineRichMenuId?: string | null | undefined;
19384
19398
  }>;
19385
19399
  brandName: import("zod").ZodString;
19386
19400
  platformId: import("zod").ZodString;
@@ -19621,6 +19635,7 @@ export declare const apiContract: {
19621
19635
  accessToken?: string | undefined;
19622
19636
  channelSecret?: string | undefined;
19623
19637
  additionalCredentials?: any;
19638
+ lineRichMenuId?: string | null | undefined;
19624
19639
  };
19625
19640
  status: boolean;
19626
19641
  createdAt: Date;
@@ -19692,6 +19707,7 @@ export declare const apiContract: {
19692
19707
  accessToken?: string | undefined;
19693
19708
  channelSecret?: string | undefined;
19694
19709
  additionalCredentials?: any;
19710
+ lineRichMenuId?: string | null | undefined;
19695
19711
  };
19696
19712
  status: boolean;
19697
19713
  createdAt: Date;
@@ -19765,6 +19781,7 @@ export declare const apiContract: {
19765
19781
  accessToken?: string | undefined;
19766
19782
  channelSecret?: string | undefined;
19767
19783
  additionalCredentials?: any;
19784
+ lineRichMenuId?: string | null | undefined;
19768
19785
  };
19769
19786
  status: boolean;
19770
19787
  createdAt: Date;
@@ -19839,6 +19856,7 @@ export declare const apiContract: {
19839
19856
  accessToken?: string | undefined;
19840
19857
  channelSecret?: string | undefined;
19841
19858
  additionalCredentials?: any;
19859
+ lineRichMenuId?: string | null | undefined;
19842
19860
  };
19843
19861
  status: boolean;
19844
19862
  createdAt: Date;
@@ -19945,18 +19963,21 @@ export declare const apiContract: {
19945
19963
  accessToken: import("zod").ZodOptional<import("zod").ZodString>;
19946
19964
  channelSecret: import("zod").ZodOptional<import("zod").ZodString>;
19947
19965
  additionalCredentials: import("zod").ZodOptional<import("zod").ZodAny>;
19966
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
19948
19967
  }, "strip", import("zod").ZodTypeAny, {
19949
19968
  id: string;
19950
19969
  name: string;
19951
19970
  accessToken?: string | undefined;
19952
19971
  channelSecret?: string | undefined;
19953
19972
  additionalCredentials?: any;
19973
+ lineRichMenuId?: string | null | undefined;
19954
19974
  }, {
19955
19975
  id: string;
19956
19976
  name: string;
19957
19977
  accessToken?: string | undefined;
19958
19978
  channelSecret?: string | undefined;
19959
19979
  additionalCredentials?: any;
19980
+ lineRichMenuId?: string | null | undefined;
19960
19981
  }>;
19961
19982
  status: import("zod").ZodUnion<[import("zod").ZodLiteral<true>, import("zod").ZodLiteral<false>]>;
19962
19983
  actor: import("zod").ZodOptional<import("zod").ZodObject<{
@@ -19978,6 +19999,7 @@ export declare const apiContract: {
19978
19999
  email: string;
19979
20000
  phone: string | null;
19980
20001
  }>>;
20002
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
19981
20003
  brandName: import("zod").ZodString;
19982
20004
  platformId: import("zod").ZodString;
19983
20005
  connectedUserName: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
@@ -19997,6 +20019,7 @@ export declare const apiContract: {
19997
20019
  accessToken?: string | undefined;
19998
20020
  channelSecret?: string | undefined;
19999
20021
  additionalCredentials?: any;
20022
+ lineRichMenuId?: string | null | undefined;
20000
20023
  };
20001
20024
  status: boolean;
20002
20025
  createdAt: string;
@@ -20012,6 +20035,7 @@ export declare const apiContract: {
20012
20035
  email: string;
20013
20036
  phone: string | null;
20014
20037
  } | undefined;
20038
+ lineRichMenuId?: string | null | undefined;
20015
20039
  connectedUserName?: string | null | undefined;
20016
20040
  connectedUserId?: string | null | undefined;
20017
20041
  }, {
@@ -20024,6 +20048,7 @@ export declare const apiContract: {
20024
20048
  accessToken?: string | undefined;
20025
20049
  channelSecret?: string | undefined;
20026
20050
  additionalCredentials?: any;
20051
+ lineRichMenuId?: string | null | undefined;
20027
20052
  };
20028
20053
  status: boolean;
20029
20054
  createdAt: string;
@@ -20039,6 +20064,7 @@ export declare const apiContract: {
20039
20064
  email: string;
20040
20065
  phone: string | null;
20041
20066
  } | undefined;
20067
+ lineRichMenuId?: string | null | undefined;
20042
20068
  connectedUserName?: string | null | undefined;
20043
20069
  connectedUserId?: string | null | undefined;
20044
20070
  }>;
@@ -20053,6 +20079,7 @@ export declare const apiContract: {
20053
20079
  accessToken?: string | undefined;
20054
20080
  channelSecret?: string | undefined;
20055
20081
  additionalCredentials?: any;
20082
+ lineRichMenuId?: string | null | undefined;
20056
20083
  };
20057
20084
  status: boolean;
20058
20085
  createdAt: string;
@@ -20068,6 +20095,7 @@ export declare const apiContract: {
20068
20095
  email: string;
20069
20096
  phone: string | null;
20070
20097
  } | undefined;
20098
+ lineRichMenuId?: string | null | undefined;
20071
20099
  connectedUserName?: string | null | undefined;
20072
20100
  connectedUserId?: string | null | undefined;
20073
20101
  };
@@ -20083,6 +20111,7 @@ export declare const apiContract: {
20083
20111
  accessToken?: string | undefined;
20084
20112
  channelSecret?: string | undefined;
20085
20113
  additionalCredentials?: any;
20114
+ lineRichMenuId?: string | null | undefined;
20086
20115
  };
20087
20116
  status: boolean;
20088
20117
  createdAt: string;
@@ -20098,6 +20127,7 @@ export declare const apiContract: {
20098
20127
  email: string;
20099
20128
  phone: string | null;
20100
20129
  } | undefined;
20130
+ lineRichMenuId?: string | null | undefined;
20101
20131
  connectedUserName?: string | null | undefined;
20102
20132
  connectedUserId?: string | null | undefined;
20103
20133
  };
@@ -20159,18 +20189,21 @@ export declare const apiContract: {
20159
20189
  accessToken: import("zod").ZodOptional<import("zod").ZodString>;
20160
20190
  channelSecret: import("zod").ZodOptional<import("zod").ZodString>;
20161
20191
  additionalCredentials: import("zod").ZodOptional<import("zod").ZodAny>;
20192
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
20162
20193
  }, "strip", import("zod").ZodTypeAny, {
20163
20194
  id: string;
20164
20195
  name: string;
20165
20196
  accessToken?: string | undefined;
20166
20197
  channelSecret?: string | undefined;
20167
20198
  additionalCredentials?: any;
20199
+ lineRichMenuId?: string | null | undefined;
20168
20200
  }, {
20169
20201
  id: string;
20170
20202
  name: string;
20171
20203
  accessToken?: string | undefined;
20172
20204
  channelSecret?: string | undefined;
20173
20205
  additionalCredentials?: any;
20206
+ lineRichMenuId?: string | null | undefined;
20174
20207
  }>;
20175
20208
  brandName: import("zod").ZodString;
20176
20209
  platformId: import("zod").ZodString;
@@ -20411,6 +20444,7 @@ export declare const apiContract: {
20411
20444
  accessToken?: string | undefined;
20412
20445
  channelSecret?: string | undefined;
20413
20446
  additionalCredentials?: any;
20447
+ lineRichMenuId?: string | null | undefined;
20414
20448
  };
20415
20449
  status: boolean;
20416
20450
  createdAt: Date;
@@ -20482,6 +20516,7 @@ export declare const apiContract: {
20482
20516
  accessToken?: string | undefined;
20483
20517
  channelSecret?: string | undefined;
20484
20518
  additionalCredentials?: any;
20519
+ lineRichMenuId?: string | null | undefined;
20485
20520
  };
20486
20521
  status: boolean;
20487
20522
  createdAt: Date;
@@ -20555,6 +20590,7 @@ export declare const apiContract: {
20555
20590
  accessToken?: string | undefined;
20556
20591
  channelSecret?: string | undefined;
20557
20592
  additionalCredentials?: any;
20593
+ lineRichMenuId?: string | null | undefined;
20558
20594
  };
20559
20595
  status: boolean;
20560
20596
  createdAt: Date;
@@ -20629,6 +20665,7 @@ export declare const apiContract: {
20629
20665
  accessToken?: string | undefined;
20630
20666
  channelSecret?: string | undefined;
20631
20667
  additionalCredentials?: any;
20668
+ lineRichMenuId?: string | null | undefined;
20632
20669
  };
20633
20670
  status: boolean;
20634
20671
  createdAt: Date;
@@ -20755,18 +20792,21 @@ export declare const apiContract: {
20755
20792
  accessToken: import("zod").ZodOptional<import("zod").ZodString>;
20756
20793
  channelSecret: import("zod").ZodOptional<import("zod").ZodString>;
20757
20794
  additionalCredentials: import("zod").ZodOptional<import("zod").ZodAny>;
20795
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
20758
20796
  }, "strip", import("zod").ZodTypeAny, {
20759
20797
  id: string;
20760
20798
  name: string;
20761
20799
  accessToken?: string | undefined;
20762
20800
  channelSecret?: string | undefined;
20763
20801
  additionalCredentials?: any;
20802
+ lineRichMenuId?: string | null | undefined;
20764
20803
  }, {
20765
20804
  id: string;
20766
20805
  name: string;
20767
20806
  accessToken?: string | undefined;
20768
20807
  channelSecret?: string | undefined;
20769
20808
  additionalCredentials?: any;
20809
+ lineRichMenuId?: string | null | undefined;
20770
20810
  }>;
20771
20811
  brandName: import("zod").ZodString;
20772
20812
  platformId: import("zod").ZodString;
@@ -21007,6 +21047,7 @@ export declare const apiContract: {
21007
21047
  accessToken?: string | undefined;
21008
21048
  channelSecret?: string | undefined;
21009
21049
  additionalCredentials?: any;
21050
+ lineRichMenuId?: string | null | undefined;
21010
21051
  };
21011
21052
  status: boolean;
21012
21053
  createdAt: Date;
@@ -21078,6 +21119,7 @@ export declare const apiContract: {
21078
21119
  accessToken?: string | undefined;
21079
21120
  channelSecret?: string | undefined;
21080
21121
  additionalCredentials?: any;
21122
+ lineRichMenuId?: string | null | undefined;
21081
21123
  };
21082
21124
  status: boolean;
21083
21125
  createdAt: Date;
@@ -21151,6 +21193,7 @@ export declare const apiContract: {
21151
21193
  accessToken?: string | undefined;
21152
21194
  channelSecret?: string | undefined;
21153
21195
  additionalCredentials?: any;
21196
+ lineRichMenuId?: string | null | undefined;
21154
21197
  };
21155
21198
  status: boolean;
21156
21199
  createdAt: Date;
@@ -21225,6 +21268,7 @@ export declare const apiContract: {
21225
21268
  accessToken?: string | undefined;
21226
21269
  channelSecret?: string | undefined;
21227
21270
  additionalCredentials?: any;
21271
+ lineRichMenuId?: string | null | undefined;
21228
21272
  };
21229
21273
  status: boolean;
21230
21274
  createdAt: Date;
@@ -21345,18 +21389,21 @@ export declare const apiContract: {
21345
21389
  accessToken: import("zod").ZodOptional<import("zod").ZodString>;
21346
21390
  channelSecret: import("zod").ZodOptional<import("zod").ZodString>;
21347
21391
  additionalCredentials: import("zod").ZodOptional<import("zod").ZodAny>;
21392
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
21348
21393
  }, "strip", import("zod").ZodTypeAny, {
21349
21394
  id: string;
21350
21395
  name: string;
21351
21396
  accessToken?: string | undefined;
21352
21397
  channelSecret?: string | undefined;
21353
21398
  additionalCredentials?: any;
21399
+ lineRichMenuId?: string | null | undefined;
21354
21400
  }, {
21355
21401
  id: string;
21356
21402
  name: string;
21357
21403
  accessToken?: string | undefined;
21358
21404
  channelSecret?: string | undefined;
21359
21405
  additionalCredentials?: any;
21406
+ lineRichMenuId?: string | null | undefined;
21360
21407
  }>;
21361
21408
  brandName: import("zod").ZodString;
21362
21409
  platformId: import("zod").ZodString;
@@ -21597,6 +21644,7 @@ export declare const apiContract: {
21597
21644
  accessToken?: string | undefined;
21598
21645
  channelSecret?: string | undefined;
21599
21646
  additionalCredentials?: any;
21647
+ lineRichMenuId?: string | null | undefined;
21600
21648
  };
21601
21649
  status: boolean;
21602
21650
  createdAt: Date;
@@ -21668,6 +21716,7 @@ export declare const apiContract: {
21668
21716
  accessToken?: string | undefined;
21669
21717
  channelSecret?: string | undefined;
21670
21718
  additionalCredentials?: any;
21719
+ lineRichMenuId?: string | null | undefined;
21671
21720
  };
21672
21721
  status: boolean;
21673
21722
  createdAt: Date;
@@ -21741,6 +21790,7 @@ export declare const apiContract: {
21741
21790
  accessToken?: string | undefined;
21742
21791
  channelSecret?: string | undefined;
21743
21792
  additionalCredentials?: any;
21793
+ lineRichMenuId?: string | null | undefined;
21744
21794
  };
21745
21795
  status: boolean;
21746
21796
  createdAt: Date;
@@ -21815,6 +21865,7 @@ export declare const apiContract: {
21815
21865
  accessToken?: string | undefined;
21816
21866
  channelSecret?: string | undefined;
21817
21867
  additionalCredentials?: any;
21868
+ lineRichMenuId?: string | null | undefined;
21818
21869
  };
21819
21870
  status: boolean;
21820
21871
  createdAt: Date;
@@ -21918,18 +21969,21 @@ export declare const apiContract: {
21918
21969
  accessToken: import("zod").ZodOptional<import("zod").ZodString>;
21919
21970
  channelSecret: import("zod").ZodOptional<import("zod").ZodString>;
21920
21971
  additionalCredentials: import("zod").ZodOptional<import("zod").ZodAny>;
21972
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
21921
21973
  }, "strip", import("zod").ZodTypeAny, {
21922
21974
  id: string;
21923
21975
  name: string;
21924
21976
  accessToken?: string | undefined;
21925
21977
  channelSecret?: string | undefined;
21926
21978
  additionalCredentials?: any;
21979
+ lineRichMenuId?: string | null | undefined;
21927
21980
  }, {
21928
21981
  id: string;
21929
21982
  name: string;
21930
21983
  accessToken?: string | undefined;
21931
21984
  channelSecret?: string | undefined;
21932
21985
  additionalCredentials?: any;
21986
+ lineRichMenuId?: string | null | undefined;
21933
21987
  }>;
21934
21988
  platformId: import("zod").ZodString;
21935
21989
  connectedUserId: import("zod").ZodString;
@@ -21943,6 +21997,7 @@ export declare const apiContract: {
21943
21997
  accessToken?: string | undefined;
21944
21998
  channelSecret?: string | undefined;
21945
21999
  additionalCredentials?: any;
22000
+ lineRichMenuId?: string | null | undefined;
21946
22001
  };
21947
22002
  platformId: string;
21948
22003
  connectedUserId: string;
@@ -21956,6 +22011,7 @@ export declare const apiContract: {
21956
22011
  accessToken?: string | undefined;
21957
22012
  channelSecret?: string | undefined;
21958
22013
  additionalCredentials?: any;
22014
+ lineRichMenuId?: string | null | undefined;
21959
22015
  };
21960
22016
  platformId: string;
21961
22017
  connectedUserId: string;
@@ -21979,18 +22035,21 @@ export declare const apiContract: {
21979
22035
  accessToken: import("zod").ZodOptional<import("zod").ZodString>;
21980
22036
  channelSecret: import("zod").ZodOptional<import("zod").ZodString>;
21981
22037
  additionalCredentials: import("zod").ZodOptional<import("zod").ZodAny>;
22038
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
21982
22039
  }, "strip", import("zod").ZodTypeAny, {
21983
22040
  id: string;
21984
22041
  name: string;
21985
22042
  accessToken?: string | undefined;
21986
22043
  channelSecret?: string | undefined;
21987
22044
  additionalCredentials?: any;
22045
+ lineRichMenuId?: string | null | undefined;
21988
22046
  }, {
21989
22047
  id: string;
21990
22048
  name: string;
21991
22049
  accessToken?: string | undefined;
21992
22050
  channelSecret?: string | undefined;
21993
22051
  additionalCredentials?: any;
22052
+ lineRichMenuId?: string | null | undefined;
21994
22053
  }>;
21995
22054
  brandName: import("zod").ZodString;
21996
22055
  platformId: import("zod").ZodString;
@@ -22231,6 +22290,7 @@ export declare const apiContract: {
22231
22290
  accessToken?: string | undefined;
22232
22291
  channelSecret?: string | undefined;
22233
22292
  additionalCredentials?: any;
22293
+ lineRichMenuId?: string | null | undefined;
22234
22294
  };
22235
22295
  status: boolean;
22236
22296
  createdAt: Date;
@@ -22302,6 +22362,7 @@ export declare const apiContract: {
22302
22362
  accessToken?: string | undefined;
22303
22363
  channelSecret?: string | undefined;
22304
22364
  additionalCredentials?: any;
22365
+ lineRichMenuId?: string | null | undefined;
22305
22366
  };
22306
22367
  status: boolean;
22307
22368
  createdAt: Date;
@@ -22375,6 +22436,7 @@ export declare const apiContract: {
22375
22436
  accessToken?: string | undefined;
22376
22437
  channelSecret?: string | undefined;
22377
22438
  additionalCredentials?: any;
22439
+ lineRichMenuId?: string | null | undefined;
22378
22440
  };
22379
22441
  status: boolean;
22380
22442
  createdAt: Date;
@@ -22449,6 +22511,7 @@ export declare const apiContract: {
22449
22511
  accessToken?: string | undefined;
22450
22512
  channelSecret?: string | undefined;
22451
22513
  additionalCredentials?: any;
22514
+ lineRichMenuId?: string | null | undefined;
22452
22515
  };
22453
22516
  status: boolean;
22454
22517
  createdAt: Date;
@@ -22567,18 +22630,21 @@ export declare const apiContract: {
22567
22630
  accessToken: import("zod").ZodOptional<import("zod").ZodString>;
22568
22631
  channelSecret: import("zod").ZodOptional<import("zod").ZodString>;
22569
22632
  additionalCredentials: import("zod").ZodOptional<import("zod").ZodAny>;
22633
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
22570
22634
  }, "strip", import("zod").ZodTypeAny, {
22571
22635
  id: string;
22572
22636
  name: string;
22573
22637
  accessToken?: string | undefined;
22574
22638
  channelSecret?: string | undefined;
22575
22639
  additionalCredentials?: any;
22640
+ lineRichMenuId?: string | null | undefined;
22576
22641
  }, {
22577
22642
  id: string;
22578
22643
  name: string;
22579
22644
  accessToken?: string | undefined;
22580
22645
  channelSecret?: string | undefined;
22581
22646
  additionalCredentials?: any;
22647
+ lineRichMenuId?: string | null | undefined;
22582
22648
  }>;
22583
22649
  brandName: import("zod").ZodString;
22584
22650
  platformId: import("zod").ZodString;
@@ -22819,6 +22885,7 @@ export declare const apiContract: {
22819
22885
  accessToken?: string | undefined;
22820
22886
  channelSecret?: string | undefined;
22821
22887
  additionalCredentials?: any;
22888
+ lineRichMenuId?: string | null | undefined;
22822
22889
  };
22823
22890
  status: boolean;
22824
22891
  createdAt: Date;
@@ -22890,6 +22957,7 @@ export declare const apiContract: {
22890
22957
  accessToken?: string | undefined;
22891
22958
  channelSecret?: string | undefined;
22892
22959
  additionalCredentials?: any;
22960
+ lineRichMenuId?: string | null | undefined;
22893
22961
  };
22894
22962
  status: boolean;
22895
22963
  createdAt: Date;
@@ -22963,6 +23031,7 @@ export declare const apiContract: {
22963
23031
  accessToken?: string | undefined;
22964
23032
  channelSecret?: string | undefined;
22965
23033
  additionalCredentials?: any;
23034
+ lineRichMenuId?: string | null | undefined;
22966
23035
  };
22967
23036
  status: boolean;
22968
23037
  createdAt: Date;
@@ -23037,6 +23106,7 @@ export declare const apiContract: {
23037
23106
  accessToken?: string | undefined;
23038
23107
  channelSecret?: string | undefined;
23039
23108
  additionalCredentials?: any;
23109
+ lineRichMenuId?: string | null | undefined;
23040
23110
  };
23041
23111
  status: boolean;
23042
23112
  createdAt: Date;
@@ -23141,13 +23211,7 @@ export declare const apiContract: {
23141
23211
  }>>>;
23142
23212
  };
23143
23213
  disconnectBot: {
23144
- body: import("zod").ZodObject<{
23145
- botId: import("zod").ZodString;
23146
- }, "strip", import("zod").ZodTypeAny, {
23147
- botId: string;
23148
- }, {
23149
- botId: string;
23150
- }>;
23214
+ body: import("zod").ZodObject<{}, "strip", import("zod").ZodTypeAny, {}, {}>;
23151
23215
  method: "POST";
23152
23216
  responses: {
23153
23217
  200: import("zod").ZodObject<{
@@ -23165,18 +23229,21 @@ export declare const apiContract: {
23165
23229
  accessToken: import("zod").ZodOptional<import("zod").ZodString>;
23166
23230
  channelSecret: import("zod").ZodOptional<import("zod").ZodString>;
23167
23231
  additionalCredentials: import("zod").ZodOptional<import("zod").ZodAny>;
23232
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
23168
23233
  }, "strip", import("zod").ZodTypeAny, {
23169
23234
  id: string;
23170
23235
  name: string;
23171
23236
  accessToken?: string | undefined;
23172
23237
  channelSecret?: string | undefined;
23173
23238
  additionalCredentials?: any;
23239
+ lineRichMenuId?: string | null | undefined;
23174
23240
  }, {
23175
23241
  id: string;
23176
23242
  name: string;
23177
23243
  accessToken?: string | undefined;
23178
23244
  channelSecret?: string | undefined;
23179
23245
  additionalCredentials?: any;
23246
+ lineRichMenuId?: string | null | undefined;
23180
23247
  }>;
23181
23248
  brandName: import("zod").ZodString;
23182
23249
  platformId: import("zod").ZodString;
@@ -23417,6 +23484,7 @@ export declare const apiContract: {
23417
23484
  accessToken?: string | undefined;
23418
23485
  channelSecret?: string | undefined;
23419
23486
  additionalCredentials?: any;
23487
+ lineRichMenuId?: string | null | undefined;
23420
23488
  };
23421
23489
  status: boolean;
23422
23490
  createdAt: Date;
@@ -23488,6 +23556,7 @@ export declare const apiContract: {
23488
23556
  accessToken?: string | undefined;
23489
23557
  channelSecret?: string | undefined;
23490
23558
  additionalCredentials?: any;
23559
+ lineRichMenuId?: string | null | undefined;
23491
23560
  };
23492
23561
  status: boolean;
23493
23562
  createdAt: Date;
@@ -23561,6 +23630,7 @@ export declare const apiContract: {
23561
23630
  accessToken?: string | undefined;
23562
23631
  channelSecret?: string | undefined;
23563
23632
  additionalCredentials?: any;
23633
+ lineRichMenuId?: string | null | undefined;
23564
23634
  };
23565
23635
  status: boolean;
23566
23636
  createdAt: Date;
@@ -23635,6 +23705,7 @@ export declare const apiContract: {
23635
23705
  accessToken?: string | undefined;
23636
23706
  channelSecret?: string | undefined;
23637
23707
  additionalCredentials?: any;
23708
+ lineRichMenuId?: string | null | undefined;
23638
23709
  };
23639
23710
  status: boolean;
23640
23711
  createdAt: Date;
@@ -23933,18 +24004,21 @@ export declare const apiContract: {
23933
24004
  accessToken: import("zod").ZodOptional<import("zod").ZodString>;
23934
24005
  channelSecret: import("zod").ZodOptional<import("zod").ZodString>;
23935
24006
  additionalCredentials: import("zod").ZodOptional<import("zod").ZodAny>;
24007
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
23936
24008
  }, "strip", import("zod").ZodTypeAny, {
23937
24009
  id: string;
23938
24010
  name: string;
23939
24011
  accessToken?: string | undefined;
23940
24012
  channelSecret?: string | undefined;
23941
24013
  additionalCredentials?: any;
24014
+ lineRichMenuId?: string | null | undefined;
23942
24015
  }, {
23943
24016
  id: string;
23944
24017
  name: string;
23945
24018
  accessToken?: string | undefined;
23946
24019
  channelSecret?: string | undefined;
23947
24020
  additionalCredentials?: any;
24021
+ lineRichMenuId?: string | null | undefined;
23948
24022
  }>;
23949
24023
  platformId: import("zod").ZodString;
23950
24024
  connectedUserId: import("zod").ZodString;
@@ -23958,6 +24032,7 @@ export declare const apiContract: {
23958
24032
  accessToken?: string | undefined;
23959
24033
  channelSecret?: string | undefined;
23960
24034
  additionalCredentials?: any;
24035
+ lineRichMenuId?: string | null | undefined;
23961
24036
  };
23962
24037
  platformId: string;
23963
24038
  connectedUserId: string;
@@ -23971,6 +24046,7 @@ export declare const apiContract: {
23971
24046
  accessToken?: string | undefined;
23972
24047
  channelSecret?: string | undefined;
23973
24048
  additionalCredentials?: any;
24049
+ lineRichMenuId?: string | null | undefined;
23974
24050
  };
23975
24051
  platformId: string;
23976
24052
  connectedUserId: string;
@@ -23994,18 +24070,21 @@ export declare const apiContract: {
23994
24070
  accessToken: import("zod").ZodOptional<import("zod").ZodString>;
23995
24071
  channelSecret: import("zod").ZodOptional<import("zod").ZodString>;
23996
24072
  additionalCredentials: import("zod").ZodOptional<import("zod").ZodAny>;
24073
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
23997
24074
  }, "strip", import("zod").ZodTypeAny, {
23998
24075
  id: string;
23999
24076
  name: string;
24000
24077
  accessToken?: string | undefined;
24001
24078
  channelSecret?: string | undefined;
24002
24079
  additionalCredentials?: any;
24080
+ lineRichMenuId?: string | null | undefined;
24003
24081
  }, {
24004
24082
  id: string;
24005
24083
  name: string;
24006
24084
  accessToken?: string | undefined;
24007
24085
  channelSecret?: string | undefined;
24008
24086
  additionalCredentials?: any;
24087
+ lineRichMenuId?: string | null | undefined;
24009
24088
  }>;
24010
24089
  brandName: import("zod").ZodString;
24011
24090
  platformId: import("zod").ZodString;
@@ -24246,6 +24325,7 @@ export declare const apiContract: {
24246
24325
  accessToken?: string | undefined;
24247
24326
  channelSecret?: string | undefined;
24248
24327
  additionalCredentials?: any;
24328
+ lineRichMenuId?: string | null | undefined;
24249
24329
  };
24250
24330
  status: boolean;
24251
24331
  createdAt: Date;
@@ -24317,6 +24397,7 @@ export declare const apiContract: {
24317
24397
  accessToken?: string | undefined;
24318
24398
  channelSecret?: string | undefined;
24319
24399
  additionalCredentials?: any;
24400
+ lineRichMenuId?: string | null | undefined;
24320
24401
  };
24321
24402
  status: boolean;
24322
24403
  createdAt: Date;
@@ -24390,6 +24471,7 @@ export declare const apiContract: {
24390
24471
  accessToken?: string | undefined;
24391
24472
  channelSecret?: string | undefined;
24392
24473
  additionalCredentials?: any;
24474
+ lineRichMenuId?: string | null | undefined;
24393
24475
  };
24394
24476
  status: boolean;
24395
24477
  createdAt: Date;
@@ -24464,6 +24546,7 @@ export declare const apiContract: {
24464
24546
  accessToken?: string | undefined;
24465
24547
  channelSecret?: string | undefined;
24466
24548
  additionalCredentials?: any;
24549
+ lineRichMenuId?: string | null | undefined;
24467
24550
  };
24468
24551
  status: boolean;
24469
24552
  createdAt: Date;
@@ -24818,18 +24901,21 @@ export declare const apiContract: {
24818
24901
  accessToken: import("zod").ZodOptional<import("zod").ZodString>;
24819
24902
  channelSecret: import("zod").ZodOptional<import("zod").ZodString>;
24820
24903
  additionalCredentials: import("zod").ZodOptional<import("zod").ZodAny>;
24904
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
24821
24905
  }, "strip", import("zod").ZodTypeAny, {
24822
24906
  id: string;
24823
24907
  name: string;
24824
24908
  accessToken?: string | undefined;
24825
24909
  channelSecret?: string | undefined;
24826
24910
  additionalCredentials?: any;
24911
+ lineRichMenuId?: string | null | undefined;
24827
24912
  }, {
24828
24913
  id: string;
24829
24914
  name: string;
24830
24915
  accessToken?: string | undefined;
24831
24916
  channelSecret?: string | undefined;
24832
24917
  additionalCredentials?: any;
24918
+ lineRichMenuId?: string | null | undefined;
24833
24919
  }>;
24834
24920
  platformId: import("zod").ZodString;
24835
24921
  connectedUserId: import("zod").ZodString;
@@ -24843,6 +24929,7 @@ export declare const apiContract: {
24843
24929
  accessToken?: string | undefined;
24844
24930
  channelSecret?: string | undefined;
24845
24931
  additionalCredentials?: any;
24932
+ lineRichMenuId?: string | null | undefined;
24846
24933
  };
24847
24934
  platformId: string;
24848
24935
  connectedUserId: string;
@@ -24856,6 +24943,7 @@ export declare const apiContract: {
24856
24943
  accessToken?: string | undefined;
24857
24944
  channelSecret?: string | undefined;
24858
24945
  additionalCredentials?: any;
24946
+ lineRichMenuId?: string | null | undefined;
24859
24947
  };
24860
24948
  platformId: string;
24861
24949
  connectedUserId: string;
@@ -24879,18 +24967,21 @@ export declare const apiContract: {
24879
24967
  accessToken: import("zod").ZodOptional<import("zod").ZodString>;
24880
24968
  channelSecret: import("zod").ZodOptional<import("zod").ZodString>;
24881
24969
  additionalCredentials: import("zod").ZodOptional<import("zod").ZodAny>;
24970
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
24882
24971
  }, "strip", import("zod").ZodTypeAny, {
24883
24972
  id: string;
24884
24973
  name: string;
24885
24974
  accessToken?: string | undefined;
24886
24975
  channelSecret?: string | undefined;
24887
24976
  additionalCredentials?: any;
24977
+ lineRichMenuId?: string | null | undefined;
24888
24978
  }, {
24889
24979
  id: string;
24890
24980
  name: string;
24891
24981
  accessToken?: string | undefined;
24892
24982
  channelSecret?: string | undefined;
24893
24983
  additionalCredentials?: any;
24984
+ lineRichMenuId?: string | null | undefined;
24894
24985
  }>;
24895
24986
  brandName: import("zod").ZodString;
24896
24987
  platformId: import("zod").ZodString;
@@ -25131,6 +25222,7 @@ export declare const apiContract: {
25131
25222
  accessToken?: string | undefined;
25132
25223
  channelSecret?: string | undefined;
25133
25224
  additionalCredentials?: any;
25225
+ lineRichMenuId?: string | null | undefined;
25134
25226
  };
25135
25227
  status: boolean;
25136
25228
  createdAt: Date;
@@ -25202,6 +25294,7 @@ export declare const apiContract: {
25202
25294
  accessToken?: string | undefined;
25203
25295
  channelSecret?: string | undefined;
25204
25296
  additionalCredentials?: any;
25297
+ lineRichMenuId?: string | null | undefined;
25205
25298
  };
25206
25299
  status: boolean;
25207
25300
  createdAt: Date;
@@ -25275,6 +25368,7 @@ export declare const apiContract: {
25275
25368
  accessToken?: string | undefined;
25276
25369
  channelSecret?: string | undefined;
25277
25370
  additionalCredentials?: any;
25371
+ lineRichMenuId?: string | null | undefined;
25278
25372
  };
25279
25373
  status: boolean;
25280
25374
  createdAt: Date;
@@ -25349,6 +25443,7 @@ export declare const apiContract: {
25349
25443
  accessToken?: string | undefined;
25350
25444
  channelSecret?: string | undefined;
25351
25445
  additionalCredentials?: any;
25446
+ lineRichMenuId?: string | null | undefined;
25352
25447
  };
25353
25448
  status: boolean;
25354
25449
  createdAt: Date;
@@ -25473,18 +25568,21 @@ export declare const apiContract: {
25473
25568
  accessToken: import("zod").ZodOptional<import("zod").ZodString>;
25474
25569
  channelSecret: import("zod").ZodOptional<import("zod").ZodString>;
25475
25570
  additionalCredentials: import("zod").ZodOptional<import("zod").ZodAny>;
25571
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
25476
25572
  }, "strip", import("zod").ZodTypeAny, {
25477
25573
  id: string;
25478
25574
  name: string;
25479
25575
  accessToken?: string | undefined;
25480
25576
  channelSecret?: string | undefined;
25481
25577
  additionalCredentials?: any;
25578
+ lineRichMenuId?: string | null | undefined;
25482
25579
  }, {
25483
25580
  id: string;
25484
25581
  name: string;
25485
25582
  accessToken?: string | undefined;
25486
25583
  channelSecret?: string | undefined;
25487
25584
  additionalCredentials?: any;
25585
+ lineRichMenuId?: string | null | undefined;
25488
25586
  }>;
25489
25587
  brandName: import("zod").ZodString;
25490
25588
  platformId: import("zod").ZodString;
@@ -25725,6 +25823,7 @@ export declare const apiContract: {
25725
25823
  accessToken?: string | undefined;
25726
25824
  channelSecret?: string | undefined;
25727
25825
  additionalCredentials?: any;
25826
+ lineRichMenuId?: string | null | undefined;
25728
25827
  };
25729
25828
  status: boolean;
25730
25829
  createdAt: Date;
@@ -25796,6 +25895,7 @@ export declare const apiContract: {
25796
25895
  accessToken?: string | undefined;
25797
25896
  channelSecret?: string | undefined;
25798
25897
  additionalCredentials?: any;
25898
+ lineRichMenuId?: string | null | undefined;
25799
25899
  };
25800
25900
  status: boolean;
25801
25901
  createdAt: Date;
@@ -25869,6 +25969,7 @@ export declare const apiContract: {
25869
25969
  accessToken?: string | undefined;
25870
25970
  channelSecret?: string | undefined;
25871
25971
  additionalCredentials?: any;
25972
+ lineRichMenuId?: string | null | undefined;
25872
25973
  };
25873
25974
  status: boolean;
25874
25975
  createdAt: Date;
@@ -25943,6 +26044,7 @@ export declare const apiContract: {
25943
26044
  accessToken?: string | undefined;
25944
26045
  channelSecret?: string | undefined;
25945
26046
  additionalCredentials?: any;
26047
+ lineRichMenuId?: string | null | undefined;
25946
26048
  };
25947
26049
  status: boolean;
25948
26050
  createdAt: Date;
@@ -26127,18 +26229,21 @@ export declare const apiContract: {
26127
26229
  accessToken: import("zod").ZodOptional<import("zod").ZodString>;
26128
26230
  channelSecret: import("zod").ZodOptional<import("zod").ZodString>;
26129
26231
  additionalCredentials: import("zod").ZodOptional<import("zod").ZodAny>;
26232
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
26130
26233
  }, "strip", import("zod").ZodTypeAny, {
26131
26234
  id: string;
26132
26235
  name: string;
26133
26236
  accessToken?: string | undefined;
26134
26237
  channelSecret?: string | undefined;
26135
26238
  additionalCredentials?: any;
26239
+ lineRichMenuId?: string | null | undefined;
26136
26240
  }, {
26137
26241
  id: string;
26138
26242
  name: string;
26139
26243
  accessToken?: string | undefined;
26140
26244
  channelSecret?: string | undefined;
26141
26245
  additionalCredentials?: any;
26246
+ lineRichMenuId?: string | null | undefined;
26142
26247
  }>;
26143
26248
  brandName: import("zod").ZodString;
26144
26249
  platformId: import("zod").ZodString;
@@ -26379,6 +26484,7 @@ export declare const apiContract: {
26379
26484
  accessToken?: string | undefined;
26380
26485
  channelSecret?: string | undefined;
26381
26486
  additionalCredentials?: any;
26487
+ lineRichMenuId?: string | null | undefined;
26382
26488
  };
26383
26489
  status: boolean;
26384
26490
  createdAt: Date;
@@ -26450,6 +26556,7 @@ export declare const apiContract: {
26450
26556
  accessToken?: string | undefined;
26451
26557
  channelSecret?: string | undefined;
26452
26558
  additionalCredentials?: any;
26559
+ lineRichMenuId?: string | null | undefined;
26453
26560
  };
26454
26561
  status: boolean;
26455
26562
  createdAt: Date;
@@ -26523,6 +26630,7 @@ export declare const apiContract: {
26523
26630
  accessToken?: string | undefined;
26524
26631
  channelSecret?: string | undefined;
26525
26632
  additionalCredentials?: any;
26633
+ lineRichMenuId?: string | null | undefined;
26526
26634
  };
26527
26635
  status: boolean;
26528
26636
  createdAt: Date;
@@ -26597,6 +26705,7 @@ export declare const apiContract: {
26597
26705
  accessToken?: string | undefined;
26598
26706
  channelSecret?: string | undefined;
26599
26707
  additionalCredentials?: any;
26708
+ lineRichMenuId?: string | null | undefined;
26600
26709
  };
26601
26710
  status: boolean;
26602
26711
  createdAt: Date;
@@ -59368,6 +59477,131 @@ export declare const ticketContract: {
59368
59477
  'x-client-timezone'?: string | undefined;
59369
59478
  }>>>;
59370
59479
  };
59480
+ getTicketReasonRequired: {
59481
+ method: "GET";
59482
+ responses: {
59483
+ 200: import("zod").ZodObject<{
59484
+ requestId: import("zod").ZodString;
59485
+ ticketReasonRequired: import("zod").ZodString;
59486
+ }, "strip", import("zod").ZodTypeAny, {
59487
+ requestId: string;
59488
+ ticketReasonRequired: string;
59489
+ }, {
59490
+ requestId: string;
59491
+ ticketReasonRequired: string;
59492
+ }>;
59493
+ 400: import("zod").ZodObject<{
59494
+ message: import("zod").ZodString;
59495
+ }, "strip", import("zod").ZodTypeAny, {
59496
+ message: string;
59497
+ }, {
59498
+ message: string;
59499
+ }>;
59500
+ 401: import("zod").ZodObject<{
59501
+ message: import("zod").ZodString;
59502
+ error: import("zod").ZodAny;
59503
+ }, "strip", import("zod").ZodTypeAny, {
59504
+ message: string;
59505
+ error?: any;
59506
+ }, {
59507
+ message: string;
59508
+ error?: any;
59509
+ }>;
59510
+ 500: import("zod").ZodObject<{
59511
+ message: import("zod").ZodString;
59512
+ error: import("zod").ZodAny;
59513
+ }, "strip", import("zod").ZodTypeAny, {
59514
+ message: string;
59515
+ error?: any;
59516
+ }, {
59517
+ message: string;
59518
+ error?: any;
59519
+ }>;
59520
+ };
59521
+ path: "ticket/gs/ticket-reason-required";
59522
+ headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
59523
+ 'x-tenant': import("zod").ZodString;
59524
+ authorization: import("zod").ZodString;
59525
+ 'x-code': import("zod").ZodOptional<import("zod").ZodString>;
59526
+ 'x-client-timezone': import("zod").ZodDefault<import("zod").ZodString>;
59527
+ }, "strip", import("zod").ZodTypeAny, {
59528
+ 'x-tenant': string;
59529
+ authorization: string;
59530
+ 'x-client-timezone': string;
59531
+ 'x-code'?: string | undefined;
59532
+ }, {
59533
+ 'x-tenant': string;
59534
+ authorization: string;
59535
+ 'x-code'?: string | undefined;
59536
+ 'x-client-timezone'?: string | undefined;
59537
+ }>>>;
59538
+ };
59539
+ updateTicketReasonRequired: {
59540
+ body: import("zod").ZodObject<{
59541
+ ticketReasonRequired: import("zod").ZodString;
59542
+ }, "strip", import("zod").ZodTypeAny, {
59543
+ ticketReasonRequired: string;
59544
+ }, {
59545
+ ticketReasonRequired: string;
59546
+ }>;
59547
+ method: "PATCH";
59548
+ responses: {
59549
+ 200: import("zod").ZodObject<{
59550
+ requestId: import("zod").ZodString;
59551
+ ticketReasonRequired: import("zod").ZodString;
59552
+ }, "strip", import("zod").ZodTypeAny, {
59553
+ requestId: string;
59554
+ ticketReasonRequired: string;
59555
+ }, {
59556
+ requestId: string;
59557
+ ticketReasonRequired: string;
59558
+ }>;
59559
+ 400: import("zod").ZodObject<{
59560
+ message: import("zod").ZodString;
59561
+ }, "strip", import("zod").ZodTypeAny, {
59562
+ message: string;
59563
+ }, {
59564
+ message: string;
59565
+ }>;
59566
+ 401: import("zod").ZodObject<{
59567
+ message: import("zod").ZodString;
59568
+ error: import("zod").ZodAny;
59569
+ }, "strip", import("zod").ZodTypeAny, {
59570
+ message: string;
59571
+ error?: any;
59572
+ }, {
59573
+ message: string;
59574
+ error?: any;
59575
+ }>;
59576
+ 500: import("zod").ZodObject<{
59577
+ message: import("zod").ZodString;
59578
+ error: import("zod").ZodAny;
59579
+ }, "strip", import("zod").ZodTypeAny, {
59580
+ message: string;
59581
+ error?: any;
59582
+ }, {
59583
+ message: string;
59584
+ error?: any;
59585
+ }>;
59586
+ };
59587
+ path: "ticket/gs/ticket-reason-required";
59588
+ headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
59589
+ 'x-tenant': import("zod").ZodString;
59590
+ authorization: import("zod").ZodString;
59591
+ 'x-code': import("zod").ZodOptional<import("zod").ZodString>;
59592
+ 'x-client-timezone': import("zod").ZodDefault<import("zod").ZodString>;
59593
+ }, "strip", import("zod").ZodTypeAny, {
59594
+ 'x-tenant': string;
59595
+ authorization: string;
59596
+ 'x-client-timezone': string;
59597
+ 'x-code'?: string | undefined;
59598
+ }, {
59599
+ 'x-tenant': string;
59600
+ authorization: string;
59601
+ 'x-code'?: string | undefined;
59602
+ 'x-client-timezone'?: string | undefined;
59603
+ }>>>;
59604
+ };
59371
59605
  };
59372
59606
  };
59373
59607
  export declare const extensionContract: {
@@ -74397,24 +74631,28 @@ export declare const platformContract: {
74397
74631
  accessToken: import("zod").ZodOptional<import("zod").ZodString>;
74398
74632
  channelSecret: import("zod").ZodOptional<import("zod").ZodString>;
74399
74633
  additionalCredentials: import("zod").ZodOptional<import("zod").ZodAny>;
74634
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
74400
74635
  }, "strip", import("zod").ZodTypeAny, {
74401
74636
  id: string;
74402
74637
  name: string;
74403
74638
  accessToken?: string | undefined;
74404
74639
  channelSecret?: string | undefined;
74405
74640
  additionalCredentials?: any;
74641
+ lineRichMenuId?: string | null | undefined;
74406
74642
  }, {
74407
74643
  id: string;
74408
74644
  name: string;
74409
74645
  accessToken?: string | undefined;
74410
74646
  channelSecret?: string | undefined;
74411
74647
  additionalCredentials?: any;
74648
+ lineRichMenuId?: string | null | undefined;
74412
74649
  }>;
74413
74650
  platformId: import("zod").ZodString;
74414
74651
  brandName: import("zod").ZodString;
74415
74652
  status: import("zod").ZodUnion<[import("zod").ZodLiteral<true>, import("zod").ZodLiteral<false>]>;
74416
74653
  connectedUserName: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
74417
74654
  connectedUserId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
74655
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
74418
74656
  actor: import("zod").ZodOptional<import("zod").ZodObject<{
74419
74657
  id: import("zod").ZodString;
74420
74658
  name: import("zod").ZodString;
@@ -74444,12 +74682,14 @@ export declare const platformContract: {
74444
74682
  accessToken?: string | undefined;
74445
74683
  channelSecret?: string | undefined;
74446
74684
  additionalCredentials?: any;
74685
+ lineRichMenuId?: string | null | undefined;
74447
74686
  };
74448
74687
  status: boolean;
74449
74688
  brandName: string;
74450
74689
  platformId: string;
74451
74690
  connectedUserName?: string | null | undefined;
74452
74691
  connectedUserId?: string | null | undefined;
74692
+ lineRichMenuId?: string | null | undefined;
74453
74693
  actor?: {
74454
74694
  id: string;
74455
74695
  address: string | null;
@@ -74467,12 +74707,14 @@ export declare const platformContract: {
74467
74707
  accessToken?: string | undefined;
74468
74708
  channelSecret?: string | undefined;
74469
74709
  additionalCredentials?: any;
74710
+ lineRichMenuId?: string | null | undefined;
74470
74711
  };
74471
74712
  status: boolean;
74472
74713
  brandName: string;
74473
74714
  platformId: string;
74474
74715
  connectedUserName?: string | null | undefined;
74475
74716
  connectedUserId?: string | null | undefined;
74717
+ lineRichMenuId?: string | null | undefined;
74476
74718
  actor?: {
74477
74719
  id: string;
74478
74720
  address: string | null;
@@ -74493,12 +74735,14 @@ export declare const platformContract: {
74493
74735
  accessToken?: string | undefined;
74494
74736
  channelSecret?: string | undefined;
74495
74737
  additionalCredentials?: any;
74738
+ lineRichMenuId?: string | null | undefined;
74496
74739
  };
74497
74740
  status: boolean;
74498
74741
  brandName: string;
74499
74742
  platformId: string;
74500
74743
  connectedUserName?: string | null | undefined;
74501
74744
  connectedUserId?: string | null | undefined;
74745
+ lineRichMenuId?: string | null | undefined;
74502
74746
  actor?: {
74503
74747
  id: string;
74504
74748
  address: string | null;
@@ -74548,12 +74792,14 @@ export declare const platformContract: {
74548
74792
  accessToken?: string | undefined;
74549
74793
  channelSecret?: string | undefined;
74550
74794
  additionalCredentials?: any;
74795
+ lineRichMenuId?: string | null | undefined;
74551
74796
  };
74552
74797
  status: boolean;
74553
74798
  brandName: string;
74554
74799
  platformId: string;
74555
74800
  connectedUserName?: string | null | undefined;
74556
74801
  connectedUserId?: string | null | undefined;
74802
+ lineRichMenuId?: string | null | undefined;
74557
74803
  actor?: {
74558
74804
  id: string;
74559
74805
  address: string | null;
@@ -74731,12 +74977,14 @@ export declare const platformContract: {
74731
74977
  accessToken?: string | undefined;
74732
74978
  channelSecret?: string | undefined;
74733
74979
  additionalCredentials?: any;
74980
+ lineRichMenuId?: string | null | undefined;
74734
74981
  };
74735
74982
  status: boolean;
74736
74983
  brandName: string;
74737
74984
  platformId: string;
74738
74985
  connectedUserName?: string | null | undefined;
74739
74986
  connectedUserId?: string | null | undefined;
74987
+ lineRichMenuId?: string | null | undefined;
74740
74988
  actor?: {
74741
74989
  id: string;
74742
74990
  address: string | null;
@@ -74817,12 +75065,14 @@ export declare const platformContract: {
74817
75065
  accessToken?: string | undefined;
74818
75066
  channelSecret?: string | undefined;
74819
75067
  additionalCredentials?: any;
75068
+ lineRichMenuId?: string | null | undefined;
74820
75069
  };
74821
75070
  status: boolean;
74822
75071
  brandName: string;
74823
75072
  platformId: string;
74824
75073
  connectedUserName?: string | null | undefined;
74825
75074
  connectedUserId?: string | null | undefined;
75075
+ lineRichMenuId?: string | null | undefined;
74826
75076
  actor?: {
74827
75077
  id: string;
74828
75078
  address: string | null;
@@ -74958,24 +75208,28 @@ export declare const platformContract: {
74958
75208
  accessToken: import("zod").ZodOptional<import("zod").ZodString>;
74959
75209
  channelSecret: import("zod").ZodOptional<import("zod").ZodString>;
74960
75210
  additionalCredentials: import("zod").ZodOptional<import("zod").ZodAny>;
75211
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
74961
75212
  }, "strip", import("zod").ZodTypeAny, {
74962
75213
  id: string;
74963
75214
  name: string;
74964
75215
  accessToken?: string | undefined;
74965
75216
  channelSecret?: string | undefined;
74966
75217
  additionalCredentials?: any;
75218
+ lineRichMenuId?: string | null | undefined;
74967
75219
  }, {
74968
75220
  id: string;
74969
75221
  name: string;
74970
75222
  accessToken?: string | undefined;
74971
75223
  channelSecret?: string | undefined;
74972
75224
  additionalCredentials?: any;
75225
+ lineRichMenuId?: string | null | undefined;
74973
75226
  }>;
74974
75227
  platformId: import("zod").ZodString;
74975
75228
  brandName: import("zod").ZodString;
74976
75229
  status: import("zod").ZodUnion<[import("zod").ZodLiteral<true>, import("zod").ZodLiteral<false>]>;
74977
75230
  connectedUserName: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
74978
75231
  connectedUserId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
75232
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
74979
75233
  actor: import("zod").ZodOptional<import("zod").ZodObject<{
74980
75234
  id: import("zod").ZodString;
74981
75235
  name: import("zod").ZodString;
@@ -75005,12 +75259,14 @@ export declare const platformContract: {
75005
75259
  accessToken?: string | undefined;
75006
75260
  channelSecret?: string | undefined;
75007
75261
  additionalCredentials?: any;
75262
+ lineRichMenuId?: string | null | undefined;
75008
75263
  };
75009
75264
  status: boolean;
75010
75265
  brandName: string;
75011
75266
  platformId: string;
75012
75267
  connectedUserName?: string | null | undefined;
75013
75268
  connectedUserId?: string | null | undefined;
75269
+ lineRichMenuId?: string | null | undefined;
75014
75270
  actor?: {
75015
75271
  id: string;
75016
75272
  address: string | null;
@@ -75028,12 +75284,14 @@ export declare const platformContract: {
75028
75284
  accessToken?: string | undefined;
75029
75285
  channelSecret?: string | undefined;
75030
75286
  additionalCredentials?: any;
75287
+ lineRichMenuId?: string | null | undefined;
75031
75288
  };
75032
75289
  status: boolean;
75033
75290
  brandName: string;
75034
75291
  platformId: string;
75035
75292
  connectedUserName?: string | null | undefined;
75036
75293
  connectedUserId?: string | null | undefined;
75294
+ lineRichMenuId?: string | null | undefined;
75037
75295
  actor?: {
75038
75296
  id: string;
75039
75297
  address: string | null;
@@ -75053,12 +75311,14 @@ export declare const platformContract: {
75053
75311
  accessToken?: string | undefined;
75054
75312
  channelSecret?: string | undefined;
75055
75313
  additionalCredentials?: any;
75314
+ lineRichMenuId?: string | null | undefined;
75056
75315
  };
75057
75316
  status: boolean;
75058
75317
  brandName: string;
75059
75318
  platformId: string;
75060
75319
  connectedUserName?: string | null | undefined;
75061
75320
  connectedUserId?: string | null | undefined;
75321
+ lineRichMenuId?: string | null | undefined;
75062
75322
  actor?: {
75063
75323
  id: string;
75064
75324
  address: string | null;
@@ -75079,12 +75339,14 @@ export declare const platformContract: {
75079
75339
  accessToken?: string | undefined;
75080
75340
  channelSecret?: string | undefined;
75081
75341
  additionalCredentials?: any;
75342
+ lineRichMenuId?: string | null | undefined;
75082
75343
  };
75083
75344
  status: boolean;
75084
75345
  brandName: string;
75085
75346
  platformId: string;
75086
75347
  connectedUserName?: string | null | undefined;
75087
75348
  connectedUserId?: string | null | undefined;
75349
+ lineRichMenuId?: string | null | undefined;
75088
75350
  actor?: {
75089
75351
  id: string;
75090
75352
  address: string | null;
@@ -75254,24 +75516,28 @@ export declare const platformContract: {
75254
75516
  accessToken: import("zod").ZodOptional<import("zod").ZodString>;
75255
75517
  channelSecret: import("zod").ZodOptional<import("zod").ZodString>;
75256
75518
  additionalCredentials: import("zod").ZodOptional<import("zod").ZodAny>;
75519
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
75257
75520
  }, "strip", import("zod").ZodTypeAny, {
75258
75521
  id: string;
75259
75522
  name: string;
75260
75523
  accessToken?: string | undefined;
75261
75524
  channelSecret?: string | undefined;
75262
75525
  additionalCredentials?: any;
75526
+ lineRichMenuId?: string | null | undefined;
75263
75527
  }, {
75264
75528
  id: string;
75265
75529
  name: string;
75266
75530
  accessToken?: string | undefined;
75267
75531
  channelSecret?: string | undefined;
75268
75532
  additionalCredentials?: any;
75533
+ lineRichMenuId?: string | null | undefined;
75269
75534
  }>;
75270
75535
  platformId: import("zod").ZodString;
75271
75536
  brandName: import("zod").ZodString;
75272
75537
  status: import("zod").ZodUnion<[import("zod").ZodLiteral<true>, import("zod").ZodLiteral<false>]>;
75273
75538
  connectedUserName: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
75274
75539
  connectedUserId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
75540
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
75275
75541
  actor: import("zod").ZodOptional<import("zod").ZodObject<{
75276
75542
  id: import("zod").ZodString;
75277
75543
  name: import("zod").ZodString;
@@ -75301,12 +75567,14 @@ export declare const platformContract: {
75301
75567
  accessToken?: string | undefined;
75302
75568
  channelSecret?: string | undefined;
75303
75569
  additionalCredentials?: any;
75570
+ lineRichMenuId?: string | null | undefined;
75304
75571
  };
75305
75572
  status: boolean;
75306
75573
  brandName: string;
75307
75574
  platformId: string;
75308
75575
  connectedUserName?: string | null | undefined;
75309
75576
  connectedUserId?: string | null | undefined;
75577
+ lineRichMenuId?: string | null | undefined;
75310
75578
  actor?: {
75311
75579
  id: string;
75312
75580
  address: string | null;
@@ -75324,12 +75592,14 @@ export declare const platformContract: {
75324
75592
  accessToken?: string | undefined;
75325
75593
  channelSecret?: string | undefined;
75326
75594
  additionalCredentials?: any;
75595
+ lineRichMenuId?: string | null | undefined;
75327
75596
  };
75328
75597
  status: boolean;
75329
75598
  brandName: string;
75330
75599
  platformId: string;
75331
75600
  connectedUserName?: string | null | undefined;
75332
75601
  connectedUserId?: string | null | undefined;
75602
+ lineRichMenuId?: string | null | undefined;
75333
75603
  actor?: {
75334
75604
  id: string;
75335
75605
  address: string | null;
@@ -75351,12 +75621,14 @@ export declare const platformContract: {
75351
75621
  accessToken?: string | undefined;
75352
75622
  channelSecret?: string | undefined;
75353
75623
  additionalCredentials?: any;
75624
+ lineRichMenuId?: string | null | undefined;
75354
75625
  };
75355
75626
  status: boolean;
75356
75627
  brandName: string;
75357
75628
  platformId: string;
75358
75629
  connectedUserName?: string | null | undefined;
75359
75630
  connectedUserId?: string | null | undefined;
75631
+ lineRichMenuId?: string | null | undefined;
75360
75632
  actor?: {
75361
75633
  id: string;
75362
75634
  address: string | null;
@@ -75417,12 +75689,14 @@ export declare const platformContract: {
75417
75689
  accessToken?: string | undefined;
75418
75690
  channelSecret?: string | undefined;
75419
75691
  additionalCredentials?: any;
75692
+ lineRichMenuId?: string | null | undefined;
75420
75693
  };
75421
75694
  status: boolean;
75422
75695
  brandName: string;
75423
75696
  platformId: string;
75424
75697
  connectedUserName?: string | null | undefined;
75425
75698
  connectedUserId?: string | null | undefined;
75699
+ lineRichMenuId?: string | null | undefined;
75426
75700
  actor?: {
75427
75701
  id: string;
75428
75702
  address: string | null;
@@ -75623,12 +75897,14 @@ export declare const platformContract: {
75623
75897
  accessToken?: string | undefined;
75624
75898
  channelSecret?: string | undefined;
75625
75899
  additionalCredentials?: any;
75900
+ lineRichMenuId?: string | null | undefined;
75626
75901
  };
75627
75902
  status: boolean;
75628
75903
  brandName: string;
75629
75904
  platformId: string;
75630
75905
  connectedUserName?: string | null | undefined;
75631
75906
  connectedUserId?: string | null | undefined;
75907
+ lineRichMenuId?: string | null | undefined;
75632
75908
  actor?: {
75633
75909
  id: string;
75634
75910
  address: string | null;
@@ -75721,12 +75997,14 @@ export declare const platformContract: {
75721
75997
  accessToken?: string | undefined;
75722
75998
  channelSecret?: string | undefined;
75723
75999
  additionalCredentials?: any;
76000
+ lineRichMenuId?: string | null | undefined;
75724
76001
  };
75725
76002
  status: boolean;
75726
76003
  brandName: string;
75727
76004
  platformId: string;
75728
76005
  connectedUserName?: string | null | undefined;
75729
76006
  connectedUserId?: string | null | undefined;
76007
+ lineRichMenuId?: string | null | undefined;
75730
76008
  actor?: {
75731
76009
  id: string;
75732
76010
  address: string | null;
@@ -77171,18 +77449,21 @@ export declare const platformContract: {
77171
77449
  accessToken: import("zod").ZodOptional<import("zod").ZodString>;
77172
77450
  channelSecret: import("zod").ZodOptional<import("zod").ZodString>;
77173
77451
  additionalCredentials: import("zod").ZodOptional<import("zod").ZodAny>;
77452
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
77174
77453
  }, "strip", import("zod").ZodTypeAny, {
77175
77454
  id: string;
77176
77455
  name: string;
77177
77456
  accessToken?: string | undefined;
77178
77457
  channelSecret?: string | undefined;
77179
77458
  additionalCredentials?: any;
77459
+ lineRichMenuId?: string | null | undefined;
77180
77460
  }, {
77181
77461
  id: string;
77182
77462
  name: string;
77183
77463
  accessToken?: string | undefined;
77184
77464
  channelSecret?: string | undefined;
77185
77465
  additionalCredentials?: any;
77466
+ lineRichMenuId?: string | null | undefined;
77186
77467
  }>;
77187
77468
  brandName: import("zod").ZodString;
77188
77469
  platformId: import("zod").ZodString;
@@ -77423,6 +77704,7 @@ export declare const platformContract: {
77423
77704
  accessToken?: string | undefined;
77424
77705
  channelSecret?: string | undefined;
77425
77706
  additionalCredentials?: any;
77707
+ lineRichMenuId?: string | null | undefined;
77426
77708
  };
77427
77709
  status: boolean;
77428
77710
  createdAt: Date;
@@ -77494,6 +77776,7 @@ export declare const platformContract: {
77494
77776
  accessToken?: string | undefined;
77495
77777
  channelSecret?: string | undefined;
77496
77778
  additionalCredentials?: any;
77779
+ lineRichMenuId?: string | null | undefined;
77497
77780
  };
77498
77781
  status: boolean;
77499
77782
  createdAt: Date;
@@ -78012,6 +78295,7 @@ export declare const platformContract: {
78012
78295
  accessToken?: string | undefined;
78013
78296
  channelSecret?: string | undefined;
78014
78297
  additionalCredentials?: any;
78298
+ lineRichMenuId?: string | null | undefined;
78015
78299
  };
78016
78300
  status: boolean;
78017
78301
  createdAt: Date;
@@ -78378,6 +78662,7 @@ export declare const platformContract: {
78378
78662
  accessToken?: string | undefined;
78379
78663
  channelSecret?: string | undefined;
78380
78664
  additionalCredentials?: any;
78665
+ lineRichMenuId?: string | null | undefined;
78381
78666
  };
78382
78667
  status: boolean;
78383
78668
  createdAt: Date;
@@ -80515,6 +80800,7 @@ export declare const platformContract: {
80515
80800
  accessToken?: string | undefined;
80516
80801
  channelSecret?: string | undefined;
80517
80802
  additionalCredentials?: any;
80803
+ lineRichMenuId?: string | null | undefined;
80518
80804
  };
80519
80805
  status: boolean;
80520
80806
  createdAt: Date;
@@ -81216,6 +81502,7 @@ export declare const platformContract: {
81216
81502
  accessToken?: string | undefined;
81217
81503
  channelSecret?: string | undefined;
81218
81504
  additionalCredentials?: any;
81505
+ lineRichMenuId?: string | null | undefined;
81219
81506
  };
81220
81507
  status: boolean;
81221
81508
  createdAt: Date;
@@ -81919,6 +82206,7 @@ export declare const platformContract: {
81919
82206
  accessToken?: string | undefined;
81920
82207
  channelSecret?: string | undefined;
81921
82208
  additionalCredentials?: any;
82209
+ lineRichMenuId?: string | null | undefined;
81922
82210
  };
81923
82211
  status: boolean;
81924
82212
  createdAt: Date;
@@ -82623,6 +82911,7 @@ export declare const platformContract: {
82623
82911
  accessToken?: string | undefined;
82624
82912
  channelSecret?: string | undefined;
82625
82913
  additionalCredentials?: any;
82914
+ lineRichMenuId?: string | null | undefined;
82626
82915
  };
82627
82916
  status: boolean;
82628
82917
  createdAt: Date;
@@ -83229,24 +83518,28 @@ export declare const platformContract: {
83229
83518
  accessToken: import("zod").ZodOptional<import("zod").ZodString>;
83230
83519
  channelSecret: import("zod").ZodOptional<import("zod").ZodString>;
83231
83520
  additionalCredentials: import("zod").ZodOptional<import("zod").ZodAny>;
83521
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
83232
83522
  }, "strip", import("zod").ZodTypeAny, {
83233
83523
  id: string;
83234
83524
  name: string;
83235
83525
  accessToken?: string | undefined;
83236
83526
  channelSecret?: string | undefined;
83237
83527
  additionalCredentials?: any;
83528
+ lineRichMenuId?: string | null | undefined;
83238
83529
  }, {
83239
83530
  id: string;
83240
83531
  name: string;
83241
83532
  accessToken?: string | undefined;
83242
83533
  channelSecret?: string | undefined;
83243
83534
  additionalCredentials?: any;
83535
+ lineRichMenuId?: string | null | undefined;
83244
83536
  }>>;
83245
83537
  platformId: import("zod").ZodOptional<import("zod").ZodString>;
83246
83538
  brandName: import("zod").ZodOptional<import("zod").ZodString>;
83247
83539
  status: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<true>, import("zod").ZodLiteral<false>]>>;
83248
83540
  connectedUserName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>>;
83249
83541
  connectedUserId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>>;
83542
+ lineRichMenuId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>>;
83250
83543
  actor: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodObject<{
83251
83544
  id: import("zod").ZodString;
83252
83545
  name: import("zod").ZodString;
@@ -83276,12 +83569,14 @@ export declare const platformContract: {
83276
83569
  accessToken?: string | undefined;
83277
83570
  channelSecret?: string | undefined;
83278
83571
  additionalCredentials?: any;
83572
+ lineRichMenuId?: string | null | undefined;
83279
83573
  } | undefined;
83280
83574
  platformId?: string | undefined;
83281
83575
  brandName?: string | undefined;
83282
83576
  status?: boolean | undefined;
83283
83577
  connectedUserName?: string | null | undefined;
83284
83578
  connectedUserId?: string | null | undefined;
83579
+ lineRichMenuId?: string | null | undefined;
83285
83580
  actor?: {
83286
83581
  id: string;
83287
83582
  address: string | null;
@@ -83299,12 +83594,14 @@ export declare const platformContract: {
83299
83594
  accessToken?: string | undefined;
83300
83595
  channelSecret?: string | undefined;
83301
83596
  additionalCredentials?: any;
83597
+ lineRichMenuId?: string | null | undefined;
83302
83598
  } | undefined;
83303
83599
  platformId?: string | undefined;
83304
83600
  brandName?: string | undefined;
83305
83601
  status?: boolean | undefined;
83306
83602
  connectedUserName?: string | null | undefined;
83307
83603
  connectedUserId?: string | null | undefined;
83604
+ lineRichMenuId?: string | null | undefined;
83308
83605
  actor?: {
83309
83606
  id: string;
83310
83607
  address: string | null;
@@ -83327,24 +83624,28 @@ export declare const platformContract: {
83327
83624
  accessToken: import("zod").ZodOptional<import("zod").ZodString>;
83328
83625
  channelSecret: import("zod").ZodOptional<import("zod").ZodString>;
83329
83626
  additionalCredentials: import("zod").ZodOptional<import("zod").ZodAny>;
83627
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
83330
83628
  }, "strip", import("zod").ZodTypeAny, {
83331
83629
  id: string;
83332
83630
  name: string;
83333
83631
  accessToken?: string | undefined;
83334
83632
  channelSecret?: string | undefined;
83335
83633
  additionalCredentials?: any;
83634
+ lineRichMenuId?: string | null | undefined;
83336
83635
  }, {
83337
83636
  id: string;
83338
83637
  name: string;
83339
83638
  accessToken?: string | undefined;
83340
83639
  channelSecret?: string | undefined;
83341
83640
  additionalCredentials?: any;
83641
+ lineRichMenuId?: string | null | undefined;
83342
83642
  }>;
83343
83643
  platformId: import("zod").ZodString;
83344
83644
  brandName: import("zod").ZodString;
83345
83645
  status: import("zod").ZodUnion<[import("zod").ZodLiteral<true>, import("zod").ZodLiteral<false>]>;
83346
83646
  connectedUserName: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
83347
83647
  connectedUserId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
83648
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
83348
83649
  actor: import("zod").ZodOptional<import("zod").ZodObject<{
83349
83650
  id: import("zod").ZodString;
83350
83651
  name: import("zod").ZodString;
@@ -83374,12 +83675,14 @@ export declare const platformContract: {
83374
83675
  accessToken?: string | undefined;
83375
83676
  channelSecret?: string | undefined;
83376
83677
  additionalCredentials?: any;
83678
+ lineRichMenuId?: string | null | undefined;
83377
83679
  };
83378
83680
  status: boolean;
83379
83681
  brandName: string;
83380
83682
  platformId: string;
83381
83683
  connectedUserName?: string | null | undefined;
83382
83684
  connectedUserId?: string | null | undefined;
83685
+ lineRichMenuId?: string | null | undefined;
83383
83686
  actor?: {
83384
83687
  id: string;
83385
83688
  address: string | null;
@@ -83397,12 +83700,14 @@ export declare const platformContract: {
83397
83700
  accessToken?: string | undefined;
83398
83701
  channelSecret?: string | undefined;
83399
83702
  additionalCredentials?: any;
83703
+ lineRichMenuId?: string | null | undefined;
83400
83704
  };
83401
83705
  status: boolean;
83402
83706
  brandName: string;
83403
83707
  platformId: string;
83404
83708
  connectedUserName?: string | null | undefined;
83405
83709
  connectedUserId?: string | null | undefined;
83710
+ lineRichMenuId?: string | null | undefined;
83406
83711
  actor?: {
83407
83712
  id: string;
83408
83713
  address: string | null;
@@ -83422,12 +83727,14 @@ export declare const platformContract: {
83422
83727
  accessToken?: string | undefined;
83423
83728
  channelSecret?: string | undefined;
83424
83729
  additionalCredentials?: any;
83730
+ lineRichMenuId?: string | null | undefined;
83425
83731
  };
83426
83732
  status: boolean;
83427
83733
  brandName: string;
83428
83734
  platformId: string;
83429
83735
  connectedUserName?: string | null | undefined;
83430
83736
  connectedUserId?: string | null | undefined;
83737
+ lineRichMenuId?: string | null | undefined;
83431
83738
  actor?: {
83432
83739
  id: string;
83433
83740
  address: string | null;
@@ -83448,12 +83755,14 @@ export declare const platformContract: {
83448
83755
  accessToken?: string | undefined;
83449
83756
  channelSecret?: string | undefined;
83450
83757
  additionalCredentials?: any;
83758
+ lineRichMenuId?: string | null | undefined;
83451
83759
  };
83452
83760
  status: boolean;
83453
83761
  brandName: string;
83454
83762
  platformId: string;
83455
83763
  connectedUserName?: string | null | undefined;
83456
83764
  connectedUserId?: string | null | undefined;
83765
+ lineRichMenuId?: string | null | undefined;
83457
83766
  actor?: {
83458
83767
  id: string;
83459
83768
  address: string | null;
@@ -83510,24 +83819,28 @@ export declare const platformContract: {
83510
83819
  accessToken: import("zod").ZodOptional<import("zod").ZodString>;
83511
83820
  channelSecret: import("zod").ZodOptional<import("zod").ZodString>;
83512
83821
  additionalCredentials: import("zod").ZodOptional<import("zod").ZodAny>;
83822
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
83513
83823
  }, "strip", import("zod").ZodTypeAny, {
83514
83824
  id: string;
83515
83825
  name: string;
83516
83826
  accessToken?: string | undefined;
83517
83827
  channelSecret?: string | undefined;
83518
83828
  additionalCredentials?: any;
83829
+ lineRichMenuId?: string | null | undefined;
83519
83830
  }, {
83520
83831
  id: string;
83521
83832
  name: string;
83522
83833
  accessToken?: string | undefined;
83523
83834
  channelSecret?: string | undefined;
83524
83835
  additionalCredentials?: any;
83836
+ lineRichMenuId?: string | null | undefined;
83525
83837
  }>;
83526
83838
  platformId: import("zod").ZodString;
83527
83839
  brandName: import("zod").ZodString;
83528
83840
  status: import("zod").ZodUnion<[import("zod").ZodLiteral<true>, import("zod").ZodLiteral<false>]>;
83529
83841
  connectedUserName: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
83530
83842
  connectedUserId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
83843
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
83531
83844
  actor: import("zod").ZodOptional<import("zod").ZodObject<{
83532
83845
  id: import("zod").ZodString;
83533
83846
  name: import("zod").ZodString;
@@ -83557,12 +83870,14 @@ export declare const platformContract: {
83557
83870
  accessToken?: string | undefined;
83558
83871
  channelSecret?: string | undefined;
83559
83872
  additionalCredentials?: any;
83873
+ lineRichMenuId?: string | null | undefined;
83560
83874
  };
83561
83875
  status: boolean;
83562
83876
  brandName: string;
83563
83877
  platformId: string;
83564
83878
  connectedUserName?: string | null | undefined;
83565
83879
  connectedUserId?: string | null | undefined;
83880
+ lineRichMenuId?: string | null | undefined;
83566
83881
  actor?: {
83567
83882
  id: string;
83568
83883
  address: string | null;
@@ -83580,12 +83895,14 @@ export declare const platformContract: {
83580
83895
  accessToken?: string | undefined;
83581
83896
  channelSecret?: string | undefined;
83582
83897
  additionalCredentials?: any;
83898
+ lineRichMenuId?: string | null | undefined;
83583
83899
  };
83584
83900
  status: boolean;
83585
83901
  brandName: string;
83586
83902
  platformId: string;
83587
83903
  connectedUserName?: string | null | undefined;
83588
83904
  connectedUserId?: string | null | undefined;
83905
+ lineRichMenuId?: string | null | undefined;
83589
83906
  actor?: {
83590
83907
  id: string;
83591
83908
  address: string | null;
@@ -83605,12 +83922,14 @@ export declare const platformContract: {
83605
83922
  accessToken?: string | undefined;
83606
83923
  channelSecret?: string | undefined;
83607
83924
  additionalCredentials?: any;
83925
+ lineRichMenuId?: string | null | undefined;
83608
83926
  };
83609
83927
  status: boolean;
83610
83928
  brandName: string;
83611
83929
  platformId: string;
83612
83930
  connectedUserName?: string | null | undefined;
83613
83931
  connectedUserId?: string | null | undefined;
83932
+ lineRichMenuId?: string | null | undefined;
83614
83933
  actor?: {
83615
83934
  id: string;
83616
83935
  address: string | null;
@@ -83631,12 +83950,14 @@ export declare const platformContract: {
83631
83950
  accessToken?: string | undefined;
83632
83951
  channelSecret?: string | undefined;
83633
83952
  additionalCredentials?: any;
83953
+ lineRichMenuId?: string | null | undefined;
83634
83954
  };
83635
83955
  status: boolean;
83636
83956
  brandName: string;
83637
83957
  platformId: string;
83638
83958
  connectedUserName?: string | null | undefined;
83639
83959
  connectedUserId?: string | null | undefined;
83960
+ lineRichMenuId?: string | null | undefined;
83640
83961
  actor?: {
83641
83962
  id: string;
83642
83963
  address: string | null;
@@ -83693,24 +84014,28 @@ export declare const platformContract: {
83693
84014
  accessToken: import("zod").ZodOptional<import("zod").ZodString>;
83694
84015
  channelSecret: import("zod").ZodOptional<import("zod").ZodString>;
83695
84016
  additionalCredentials: import("zod").ZodOptional<import("zod").ZodAny>;
84017
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
83696
84018
  }, "strip", import("zod").ZodTypeAny, {
83697
84019
  id: string;
83698
84020
  name: string;
83699
84021
  accessToken?: string | undefined;
83700
84022
  channelSecret?: string | undefined;
83701
84023
  additionalCredentials?: any;
84024
+ lineRichMenuId?: string | null | undefined;
83702
84025
  }, {
83703
84026
  id: string;
83704
84027
  name: string;
83705
84028
  accessToken?: string | undefined;
83706
84029
  channelSecret?: string | undefined;
83707
84030
  additionalCredentials?: any;
84031
+ lineRichMenuId?: string | null | undefined;
83708
84032
  }>;
83709
84033
  platformId: import("zod").ZodString;
83710
84034
  brandName: import("zod").ZodString;
83711
84035
  status: import("zod").ZodUnion<[import("zod").ZodLiteral<true>, import("zod").ZodLiteral<false>]>;
83712
84036
  connectedUserName: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
83713
84037
  connectedUserId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
84038
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
83714
84039
  actor: import("zod").ZodOptional<import("zod").ZodObject<{
83715
84040
  id: import("zod").ZodString;
83716
84041
  name: import("zod").ZodString;
@@ -83740,12 +84065,14 @@ export declare const platformContract: {
83740
84065
  accessToken?: string | undefined;
83741
84066
  channelSecret?: string | undefined;
83742
84067
  additionalCredentials?: any;
84068
+ lineRichMenuId?: string | null | undefined;
83743
84069
  };
83744
84070
  status: boolean;
83745
84071
  brandName: string;
83746
84072
  platformId: string;
83747
84073
  connectedUserName?: string | null | undefined;
83748
84074
  connectedUserId?: string | null | undefined;
84075
+ lineRichMenuId?: string | null | undefined;
83749
84076
  actor?: {
83750
84077
  id: string;
83751
84078
  address: string | null;
@@ -83763,12 +84090,14 @@ export declare const platformContract: {
83763
84090
  accessToken?: string | undefined;
83764
84091
  channelSecret?: string | undefined;
83765
84092
  additionalCredentials?: any;
84093
+ lineRichMenuId?: string | null | undefined;
83766
84094
  };
83767
84095
  status: boolean;
83768
84096
  brandName: string;
83769
84097
  platformId: string;
83770
84098
  connectedUserName?: string | null | undefined;
83771
84099
  connectedUserId?: string | null | undefined;
84100
+ lineRichMenuId?: string | null | undefined;
83772
84101
  actor?: {
83773
84102
  id: string;
83774
84103
  address: string | null;
@@ -83788,12 +84117,14 @@ export declare const platformContract: {
83788
84117
  accessToken?: string | undefined;
83789
84118
  channelSecret?: string | undefined;
83790
84119
  additionalCredentials?: any;
84120
+ lineRichMenuId?: string | null | undefined;
83791
84121
  };
83792
84122
  status: boolean;
83793
84123
  brandName: string;
83794
84124
  platformId: string;
83795
84125
  connectedUserName?: string | null | undefined;
83796
84126
  connectedUserId?: string | null | undefined;
84127
+ lineRichMenuId?: string | null | undefined;
83797
84128
  actor?: {
83798
84129
  id: string;
83799
84130
  address: string | null;
@@ -83814,12 +84145,14 @@ export declare const platformContract: {
83814
84145
  accessToken?: string | undefined;
83815
84146
  channelSecret?: string | undefined;
83816
84147
  additionalCredentials?: any;
84148
+ lineRichMenuId?: string | null | undefined;
83817
84149
  };
83818
84150
  status: boolean;
83819
84151
  brandName: string;
83820
84152
  platformId: string;
83821
84153
  connectedUserName?: string | null | undefined;
83822
84154
  connectedUserId?: string | null | undefined;
84155
+ lineRichMenuId?: string | null | undefined;
83823
84156
  actor?: {
83824
84157
  id: string;
83825
84158
  address: string | null;
@@ -83853,6 +84186,39 @@ export declare const platformContract: {
83853
84186
  };
83854
84187
  path: "/delete/:channelId";
83855
84188
  };
84189
+ createUserLevelRichMenu: {
84190
+ body: import("zod").ZodObject<{
84191
+ linePlatformUserId: import("zod").ZodString;
84192
+ channelId: import("zod").ZodString;
84193
+ }, "strip", import("zod").ZodTypeAny, {
84194
+ channelId: string;
84195
+ linePlatformUserId: string;
84196
+ }, {
84197
+ channelId: string;
84198
+ linePlatformUserId: string;
84199
+ }>;
84200
+ method: "POST";
84201
+ responses: {
84202
+ 200: import("zod").ZodObject<{
84203
+ requestId: import("zod").ZodString;
84204
+ }, "strip", import("zod").ZodTypeAny, {
84205
+ requestId: string;
84206
+ }, {
84207
+ requestId: string;
84208
+ }>;
84209
+ 500: import("zod").ZodObject<{
84210
+ message: import("zod").ZodString;
84211
+ error: import("zod").ZodAny;
84212
+ }, "strip", import("zod").ZodTypeAny, {
84213
+ message: string;
84214
+ error?: any;
84215
+ }, {
84216
+ message: string;
84217
+ error?: any;
84218
+ }>;
84219
+ };
84220
+ path: "/create-user-level-rich-menu";
84221
+ };
83856
84222
  };
83857
84223
  messenger: {
83858
84224
  sendMessage: {
@@ -83991,24 +84357,28 @@ export declare const platformContract: {
83991
84357
  accessToken: import("zod").ZodOptional<import("zod").ZodString>;
83992
84358
  channelSecret: import("zod").ZodOptional<import("zod").ZodString>;
83993
84359
  additionalCredentials: import("zod").ZodOptional<import("zod").ZodAny>;
84360
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
83994
84361
  }, "strip", import("zod").ZodTypeAny, {
83995
84362
  id: string;
83996
84363
  name: string;
83997
84364
  accessToken?: string | undefined;
83998
84365
  channelSecret?: string | undefined;
83999
84366
  additionalCredentials?: any;
84367
+ lineRichMenuId?: string | null | undefined;
84000
84368
  }, {
84001
84369
  id: string;
84002
84370
  name: string;
84003
84371
  accessToken?: string | undefined;
84004
84372
  channelSecret?: string | undefined;
84005
84373
  additionalCredentials?: any;
84374
+ lineRichMenuId?: string | null | undefined;
84006
84375
  }>;
84007
84376
  platformId: import("zod").ZodString;
84008
84377
  brandName: import("zod").ZodString;
84009
84378
  status: import("zod").ZodUnion<[import("zod").ZodLiteral<true>, import("zod").ZodLiteral<false>]>;
84010
84379
  connectedUserName: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
84011
84380
  connectedUserId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
84381
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
84012
84382
  actor: import("zod").ZodOptional<import("zod").ZodObject<{
84013
84383
  id: import("zod").ZodString;
84014
84384
  name: import("zod").ZodString;
@@ -84038,12 +84408,14 @@ export declare const platformContract: {
84038
84408
  accessToken?: string | undefined;
84039
84409
  channelSecret?: string | undefined;
84040
84410
  additionalCredentials?: any;
84411
+ lineRichMenuId?: string | null | undefined;
84041
84412
  };
84042
84413
  status: boolean;
84043
84414
  brandName: string;
84044
84415
  platformId: string;
84045
84416
  connectedUserName?: string | null | undefined;
84046
84417
  connectedUserId?: string | null | undefined;
84418
+ lineRichMenuId?: string | null | undefined;
84047
84419
  actor?: {
84048
84420
  id: string;
84049
84421
  address: string | null;
@@ -84061,12 +84433,14 @@ export declare const platformContract: {
84061
84433
  accessToken?: string | undefined;
84062
84434
  channelSecret?: string | undefined;
84063
84435
  additionalCredentials?: any;
84436
+ lineRichMenuId?: string | null | undefined;
84064
84437
  };
84065
84438
  status: boolean;
84066
84439
  brandName: string;
84067
84440
  platformId: string;
84068
84441
  connectedUserName?: string | null | undefined;
84069
84442
  connectedUserId?: string | null | undefined;
84443
+ lineRichMenuId?: string | null | undefined;
84070
84444
  actor?: {
84071
84445
  id: string;
84072
84446
  address: string | null;
@@ -84088,12 +84462,14 @@ export declare const platformContract: {
84088
84462
  accessToken?: string | undefined;
84089
84463
  channelSecret?: string | undefined;
84090
84464
  additionalCredentials?: any;
84465
+ lineRichMenuId?: string | null | undefined;
84091
84466
  };
84092
84467
  status: boolean;
84093
84468
  brandName: string;
84094
84469
  platformId: string;
84095
84470
  connectedUserName?: string | null | undefined;
84096
84471
  connectedUserId?: string | null | undefined;
84472
+ lineRichMenuId?: string | null | undefined;
84097
84473
  actor?: {
84098
84474
  id: string;
84099
84475
  address: string | null;
@@ -84154,12 +84530,14 @@ export declare const platformContract: {
84154
84530
  accessToken?: string | undefined;
84155
84531
  channelSecret?: string | undefined;
84156
84532
  additionalCredentials?: any;
84533
+ lineRichMenuId?: string | null | undefined;
84157
84534
  };
84158
84535
  status: boolean;
84159
84536
  brandName: string;
84160
84537
  platformId: string;
84161
84538
  connectedUserName?: string | null | undefined;
84162
84539
  connectedUserId?: string | null | undefined;
84540
+ lineRichMenuId?: string | null | undefined;
84163
84541
  actor?: {
84164
84542
  id: string;
84165
84543
  address: string | null;
@@ -84360,12 +84738,14 @@ export declare const platformContract: {
84360
84738
  accessToken?: string | undefined;
84361
84739
  channelSecret?: string | undefined;
84362
84740
  additionalCredentials?: any;
84741
+ lineRichMenuId?: string | null | undefined;
84363
84742
  };
84364
84743
  status: boolean;
84365
84744
  brandName: string;
84366
84745
  platformId: string;
84367
84746
  connectedUserName?: string | null | undefined;
84368
84747
  connectedUserId?: string | null | undefined;
84748
+ lineRichMenuId?: string | null | undefined;
84369
84749
  actor?: {
84370
84750
  id: string;
84371
84751
  address: string | null;
@@ -84458,12 +84838,14 @@ export declare const platformContract: {
84458
84838
  accessToken?: string | undefined;
84459
84839
  channelSecret?: string | undefined;
84460
84840
  additionalCredentials?: any;
84841
+ lineRichMenuId?: string | null | undefined;
84461
84842
  };
84462
84843
  status: boolean;
84463
84844
  brandName: string;
84464
84845
  platformId: string;
84465
84846
  connectedUserName?: string | null | undefined;
84466
84847
  connectedUserId?: string | null | undefined;
84848
+ lineRichMenuId?: string | null | undefined;
84467
84849
  actor?: {
84468
84850
  id: string;
84469
84851
  address: string | null;
@@ -85908,18 +86290,21 @@ export declare const platformContract: {
85908
86290
  accessToken: import("zod").ZodOptional<import("zod").ZodString>;
85909
86291
  channelSecret: import("zod").ZodOptional<import("zod").ZodString>;
85910
86292
  additionalCredentials: import("zod").ZodOptional<import("zod").ZodAny>;
86293
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
85911
86294
  }, "strip", import("zod").ZodTypeAny, {
85912
86295
  id: string;
85913
86296
  name: string;
85914
86297
  accessToken?: string | undefined;
85915
86298
  channelSecret?: string | undefined;
85916
86299
  additionalCredentials?: any;
86300
+ lineRichMenuId?: string | null | undefined;
85917
86301
  }, {
85918
86302
  id: string;
85919
86303
  name: string;
85920
86304
  accessToken?: string | undefined;
85921
86305
  channelSecret?: string | undefined;
85922
86306
  additionalCredentials?: any;
86307
+ lineRichMenuId?: string | null | undefined;
85923
86308
  }>;
85924
86309
  brandName: import("zod").ZodString;
85925
86310
  platformId: import("zod").ZodString;
@@ -86160,6 +86545,7 @@ export declare const platformContract: {
86160
86545
  accessToken?: string | undefined;
86161
86546
  channelSecret?: string | undefined;
86162
86547
  additionalCredentials?: any;
86548
+ lineRichMenuId?: string | null | undefined;
86163
86549
  };
86164
86550
  status: boolean;
86165
86551
  createdAt: Date;
@@ -86231,6 +86617,7 @@ export declare const platformContract: {
86231
86617
  accessToken?: string | undefined;
86232
86618
  channelSecret?: string | undefined;
86233
86619
  additionalCredentials?: any;
86620
+ lineRichMenuId?: string | null | undefined;
86234
86621
  };
86235
86622
  status: boolean;
86236
86623
  createdAt: Date;
@@ -86749,6 +87136,7 @@ export declare const platformContract: {
86749
87136
  accessToken?: string | undefined;
86750
87137
  channelSecret?: string | undefined;
86751
87138
  additionalCredentials?: any;
87139
+ lineRichMenuId?: string | null | undefined;
86752
87140
  };
86753
87141
  status: boolean;
86754
87142
  createdAt: Date;
@@ -87115,6 +87503,7 @@ export declare const platformContract: {
87115
87503
  accessToken?: string | undefined;
87116
87504
  channelSecret?: string | undefined;
87117
87505
  additionalCredentials?: any;
87506
+ lineRichMenuId?: string | null | undefined;
87118
87507
  };
87119
87508
  status: boolean;
87120
87509
  createdAt: Date;
@@ -89252,6 +89641,7 @@ export declare const platformContract: {
89252
89641
  accessToken?: string | undefined;
89253
89642
  channelSecret?: string | undefined;
89254
89643
  additionalCredentials?: any;
89644
+ lineRichMenuId?: string | null | undefined;
89255
89645
  };
89256
89646
  status: boolean;
89257
89647
  createdAt: Date;
@@ -89953,6 +90343,7 @@ export declare const platformContract: {
89953
90343
  accessToken?: string | undefined;
89954
90344
  channelSecret?: string | undefined;
89955
90345
  additionalCredentials?: any;
90346
+ lineRichMenuId?: string | null | undefined;
89956
90347
  };
89957
90348
  status: boolean;
89958
90349
  createdAt: Date;
@@ -90656,6 +91047,7 @@ export declare const platformContract: {
90656
91047
  accessToken?: string | undefined;
90657
91048
  channelSecret?: string | undefined;
90658
91049
  additionalCredentials?: any;
91050
+ lineRichMenuId?: string | null | undefined;
90659
91051
  };
90660
91052
  status: boolean;
90661
91053
  createdAt: Date;
@@ -91360,6 +91752,7 @@ export declare const platformContract: {
91360
91752
  accessToken?: string | undefined;
91361
91753
  channelSecret?: string | undefined;
91362
91754
  additionalCredentials?: any;
91755
+ lineRichMenuId?: string | null | undefined;
91363
91756
  };
91364
91757
  status: boolean;
91365
91758
  createdAt: Date;
@@ -91976,24 +92369,28 @@ export declare const platformContract: {
91976
92369
  accessToken: import("zod").ZodOptional<import("zod").ZodString>;
91977
92370
  channelSecret: import("zod").ZodOptional<import("zod").ZodString>;
91978
92371
  additionalCredentials: import("zod").ZodOptional<import("zod").ZodAny>;
92372
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
91979
92373
  }, "strip", import("zod").ZodTypeAny, {
91980
92374
  id: string;
91981
92375
  name: string;
91982
92376
  accessToken?: string | undefined;
91983
92377
  channelSecret?: string | undefined;
91984
92378
  additionalCredentials?: any;
92379
+ lineRichMenuId?: string | null | undefined;
91985
92380
  }, {
91986
92381
  id: string;
91987
92382
  name: string;
91988
92383
  accessToken?: string | undefined;
91989
92384
  channelSecret?: string | undefined;
91990
92385
  additionalCredentials?: any;
92386
+ lineRichMenuId?: string | null | undefined;
91991
92387
  }>>;
91992
92388
  platformId: import("zod").ZodOptional<import("zod").ZodString>;
91993
92389
  brandName: import("zod").ZodOptional<import("zod").ZodString>;
91994
92390
  status: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<true>, import("zod").ZodLiteral<false>]>>;
91995
92391
  connectedUserName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>>;
91996
92392
  connectedUserId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>>;
92393
+ lineRichMenuId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>>;
91997
92394
  actor: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodObject<{
91998
92395
  id: import("zod").ZodString;
91999
92396
  name: import("zod").ZodString;
@@ -92023,12 +92420,14 @@ export declare const platformContract: {
92023
92420
  accessToken?: string | undefined;
92024
92421
  channelSecret?: string | undefined;
92025
92422
  additionalCredentials?: any;
92423
+ lineRichMenuId?: string | null | undefined;
92026
92424
  } | undefined;
92027
92425
  platformId?: string | undefined;
92028
92426
  brandName?: string | undefined;
92029
92427
  status?: boolean | undefined;
92030
92428
  connectedUserName?: string | null | undefined;
92031
92429
  connectedUserId?: string | null | undefined;
92430
+ lineRichMenuId?: string | null | undefined;
92032
92431
  actor?: {
92033
92432
  id: string;
92034
92433
  address: string | null;
@@ -92046,12 +92445,14 @@ export declare const platformContract: {
92046
92445
  accessToken?: string | undefined;
92047
92446
  channelSecret?: string | undefined;
92048
92447
  additionalCredentials?: any;
92448
+ lineRichMenuId?: string | null | undefined;
92049
92449
  } | undefined;
92050
92450
  platformId?: string | undefined;
92051
92451
  brandName?: string | undefined;
92052
92452
  status?: boolean | undefined;
92053
92453
  connectedUserName?: string | null | undefined;
92054
92454
  connectedUserId?: string | null | undefined;
92455
+ lineRichMenuId?: string | null | undefined;
92055
92456
  actor?: {
92056
92457
  id: string;
92057
92458
  address: string | null;
@@ -92074,24 +92475,28 @@ export declare const platformContract: {
92074
92475
  accessToken: import("zod").ZodOptional<import("zod").ZodString>;
92075
92476
  channelSecret: import("zod").ZodOptional<import("zod").ZodString>;
92076
92477
  additionalCredentials: import("zod").ZodOptional<import("zod").ZodAny>;
92478
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
92077
92479
  }, "strip", import("zod").ZodTypeAny, {
92078
92480
  id: string;
92079
92481
  name: string;
92080
92482
  accessToken?: string | undefined;
92081
92483
  channelSecret?: string | undefined;
92082
92484
  additionalCredentials?: any;
92485
+ lineRichMenuId?: string | null | undefined;
92083
92486
  }, {
92084
92487
  id: string;
92085
92488
  name: string;
92086
92489
  accessToken?: string | undefined;
92087
92490
  channelSecret?: string | undefined;
92088
92491
  additionalCredentials?: any;
92492
+ lineRichMenuId?: string | null | undefined;
92089
92493
  }>;
92090
92494
  platformId: import("zod").ZodString;
92091
92495
  brandName: import("zod").ZodString;
92092
92496
  status: import("zod").ZodUnion<[import("zod").ZodLiteral<true>, import("zod").ZodLiteral<false>]>;
92093
92497
  connectedUserName: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
92094
92498
  connectedUserId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
92499
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
92095
92500
  actor: import("zod").ZodOptional<import("zod").ZodObject<{
92096
92501
  id: import("zod").ZodString;
92097
92502
  name: import("zod").ZodString;
@@ -92121,12 +92526,14 @@ export declare const platformContract: {
92121
92526
  accessToken?: string | undefined;
92122
92527
  channelSecret?: string | undefined;
92123
92528
  additionalCredentials?: any;
92529
+ lineRichMenuId?: string | null | undefined;
92124
92530
  };
92125
92531
  status: boolean;
92126
92532
  brandName: string;
92127
92533
  platformId: string;
92128
92534
  connectedUserName?: string | null | undefined;
92129
92535
  connectedUserId?: string | null | undefined;
92536
+ lineRichMenuId?: string | null | undefined;
92130
92537
  actor?: {
92131
92538
  id: string;
92132
92539
  address: string | null;
@@ -92144,12 +92551,14 @@ export declare const platformContract: {
92144
92551
  accessToken?: string | undefined;
92145
92552
  channelSecret?: string | undefined;
92146
92553
  additionalCredentials?: any;
92554
+ lineRichMenuId?: string | null | undefined;
92147
92555
  };
92148
92556
  status: boolean;
92149
92557
  brandName: string;
92150
92558
  platformId: string;
92151
92559
  connectedUserName?: string | null | undefined;
92152
92560
  connectedUserId?: string | null | undefined;
92561
+ lineRichMenuId?: string | null | undefined;
92153
92562
  actor?: {
92154
92563
  id: string;
92155
92564
  address: string | null;
@@ -92169,12 +92578,14 @@ export declare const platformContract: {
92169
92578
  accessToken?: string | undefined;
92170
92579
  channelSecret?: string | undefined;
92171
92580
  additionalCredentials?: any;
92581
+ lineRichMenuId?: string | null | undefined;
92172
92582
  };
92173
92583
  status: boolean;
92174
92584
  brandName: string;
92175
92585
  platformId: string;
92176
92586
  connectedUserName?: string | null | undefined;
92177
92587
  connectedUserId?: string | null | undefined;
92588
+ lineRichMenuId?: string | null | undefined;
92178
92589
  actor?: {
92179
92590
  id: string;
92180
92591
  address: string | null;
@@ -92195,12 +92606,14 @@ export declare const platformContract: {
92195
92606
  accessToken?: string | undefined;
92196
92607
  channelSecret?: string | undefined;
92197
92608
  additionalCredentials?: any;
92609
+ lineRichMenuId?: string | null | undefined;
92198
92610
  };
92199
92611
  status: boolean;
92200
92612
  brandName: string;
92201
92613
  platformId: string;
92202
92614
  connectedUserName?: string | null | undefined;
92203
92615
  connectedUserId?: string | null | undefined;
92616
+ lineRichMenuId?: string | null | undefined;
92204
92617
  actor?: {
92205
92618
  id: string;
92206
92619
  address: string | null;
@@ -92245,24 +92658,28 @@ export declare const platformContract: {
92245
92658
  accessToken: import("zod").ZodOptional<import("zod").ZodString>;
92246
92659
  channelSecret: import("zod").ZodOptional<import("zod").ZodString>;
92247
92660
  additionalCredentials: import("zod").ZodOptional<import("zod").ZodAny>;
92661
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
92248
92662
  }, "strip", import("zod").ZodTypeAny, {
92249
92663
  id: string;
92250
92664
  name: string;
92251
92665
  accessToken?: string | undefined;
92252
92666
  channelSecret?: string | undefined;
92253
92667
  additionalCredentials?: any;
92668
+ lineRichMenuId?: string | null | undefined;
92254
92669
  }, {
92255
92670
  id: string;
92256
92671
  name: string;
92257
92672
  accessToken?: string | undefined;
92258
92673
  channelSecret?: string | undefined;
92259
92674
  additionalCredentials?: any;
92675
+ lineRichMenuId?: string | null | undefined;
92260
92676
  }>>;
92261
92677
  platformId: import("zod").ZodOptional<import("zod").ZodString>;
92262
92678
  brandName: import("zod").ZodOptional<import("zod").ZodString>;
92263
92679
  status: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<true>, import("zod").ZodLiteral<false>]>>;
92264
92680
  connectedUserName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>>;
92265
92681
  connectedUserId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>>;
92682
+ lineRichMenuId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>>;
92266
92683
  actor: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodObject<{
92267
92684
  id: import("zod").ZodString;
92268
92685
  name: import("zod").ZodString;
@@ -92292,12 +92709,14 @@ export declare const platformContract: {
92292
92709
  accessToken?: string | undefined;
92293
92710
  channelSecret?: string | undefined;
92294
92711
  additionalCredentials?: any;
92712
+ lineRichMenuId?: string | null | undefined;
92295
92713
  } | undefined;
92296
92714
  platformId?: string | undefined;
92297
92715
  brandName?: string | undefined;
92298
92716
  status?: boolean | undefined;
92299
92717
  connectedUserName?: string | null | undefined;
92300
92718
  connectedUserId?: string | null | undefined;
92719
+ lineRichMenuId?: string | null | undefined;
92301
92720
  actor?: {
92302
92721
  id: string;
92303
92722
  address: string | null;
@@ -92315,12 +92734,14 @@ export declare const platformContract: {
92315
92734
  accessToken?: string | undefined;
92316
92735
  channelSecret?: string | undefined;
92317
92736
  additionalCredentials?: any;
92737
+ lineRichMenuId?: string | null | undefined;
92318
92738
  } | undefined;
92319
92739
  platformId?: string | undefined;
92320
92740
  brandName?: string | undefined;
92321
92741
  status?: boolean | undefined;
92322
92742
  connectedUserName?: string | null | undefined;
92323
92743
  connectedUserId?: string | null | undefined;
92744
+ lineRichMenuId?: string | null | undefined;
92324
92745
  actor?: {
92325
92746
  id: string;
92326
92747
  address: string | null;
@@ -92343,24 +92764,28 @@ export declare const platformContract: {
92343
92764
  accessToken: import("zod").ZodOptional<import("zod").ZodString>;
92344
92765
  channelSecret: import("zod").ZodOptional<import("zod").ZodString>;
92345
92766
  additionalCredentials: import("zod").ZodOptional<import("zod").ZodAny>;
92767
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
92346
92768
  }, "strip", import("zod").ZodTypeAny, {
92347
92769
  id: string;
92348
92770
  name: string;
92349
92771
  accessToken?: string | undefined;
92350
92772
  channelSecret?: string | undefined;
92351
92773
  additionalCredentials?: any;
92774
+ lineRichMenuId?: string | null | undefined;
92352
92775
  }, {
92353
92776
  id: string;
92354
92777
  name: string;
92355
92778
  accessToken?: string | undefined;
92356
92779
  channelSecret?: string | undefined;
92357
92780
  additionalCredentials?: any;
92781
+ lineRichMenuId?: string | null | undefined;
92358
92782
  }>;
92359
92783
  platformId: import("zod").ZodString;
92360
92784
  brandName: import("zod").ZodString;
92361
92785
  status: import("zod").ZodUnion<[import("zod").ZodLiteral<true>, import("zod").ZodLiteral<false>]>;
92362
92786
  connectedUserName: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
92363
92787
  connectedUserId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
92788
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
92364
92789
  actor: import("zod").ZodOptional<import("zod").ZodObject<{
92365
92790
  id: import("zod").ZodString;
92366
92791
  name: import("zod").ZodString;
@@ -92390,12 +92815,14 @@ export declare const platformContract: {
92390
92815
  accessToken?: string | undefined;
92391
92816
  channelSecret?: string | undefined;
92392
92817
  additionalCredentials?: any;
92818
+ lineRichMenuId?: string | null | undefined;
92393
92819
  };
92394
92820
  status: boolean;
92395
92821
  brandName: string;
92396
92822
  platformId: string;
92397
92823
  connectedUserName?: string | null | undefined;
92398
92824
  connectedUserId?: string | null | undefined;
92825
+ lineRichMenuId?: string | null | undefined;
92399
92826
  actor?: {
92400
92827
  id: string;
92401
92828
  address: string | null;
@@ -92413,12 +92840,14 @@ export declare const platformContract: {
92413
92840
  accessToken?: string | undefined;
92414
92841
  channelSecret?: string | undefined;
92415
92842
  additionalCredentials?: any;
92843
+ lineRichMenuId?: string | null | undefined;
92416
92844
  };
92417
92845
  status: boolean;
92418
92846
  brandName: string;
92419
92847
  platformId: string;
92420
92848
  connectedUserName?: string | null | undefined;
92421
92849
  connectedUserId?: string | null | undefined;
92850
+ lineRichMenuId?: string | null | undefined;
92422
92851
  actor?: {
92423
92852
  id: string;
92424
92853
  address: string | null;
@@ -92438,12 +92867,14 @@ export declare const platformContract: {
92438
92867
  accessToken?: string | undefined;
92439
92868
  channelSecret?: string | undefined;
92440
92869
  additionalCredentials?: any;
92870
+ lineRichMenuId?: string | null | undefined;
92441
92871
  };
92442
92872
  status: boolean;
92443
92873
  brandName: string;
92444
92874
  platformId: string;
92445
92875
  connectedUserName?: string | null | undefined;
92446
92876
  connectedUserId?: string | null | undefined;
92877
+ lineRichMenuId?: string | null | undefined;
92447
92878
  actor?: {
92448
92879
  id: string;
92449
92880
  address: string | null;
@@ -92464,12 +92895,14 @@ export declare const platformContract: {
92464
92895
  accessToken?: string | undefined;
92465
92896
  channelSecret?: string | undefined;
92466
92897
  additionalCredentials?: any;
92898
+ lineRichMenuId?: string | null | undefined;
92467
92899
  };
92468
92900
  status: boolean;
92469
92901
  brandName: string;
92470
92902
  platformId: string;
92471
92903
  connectedUserName?: string | null | undefined;
92472
92904
  connectedUserId?: string | null | undefined;
92905
+ lineRichMenuId?: string | null | undefined;
92473
92906
  actor?: {
92474
92907
  id: string;
92475
92908
  address: string | null;
@@ -92526,24 +92959,28 @@ export declare const platformContract: {
92526
92959
  accessToken: import("zod").ZodOptional<import("zod").ZodString>;
92527
92960
  channelSecret: import("zod").ZodOptional<import("zod").ZodString>;
92528
92961
  additionalCredentials: import("zod").ZodOptional<import("zod").ZodAny>;
92962
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
92529
92963
  }, "strip", import("zod").ZodTypeAny, {
92530
92964
  id: string;
92531
92965
  name: string;
92532
92966
  accessToken?: string | undefined;
92533
92967
  channelSecret?: string | undefined;
92534
92968
  additionalCredentials?: any;
92969
+ lineRichMenuId?: string | null | undefined;
92535
92970
  }, {
92536
92971
  id: string;
92537
92972
  name: string;
92538
92973
  accessToken?: string | undefined;
92539
92974
  channelSecret?: string | undefined;
92540
92975
  additionalCredentials?: any;
92976
+ lineRichMenuId?: string | null | undefined;
92541
92977
  }>;
92542
92978
  platformId: import("zod").ZodString;
92543
92979
  brandName: import("zod").ZodString;
92544
92980
  status: import("zod").ZodUnion<[import("zod").ZodLiteral<true>, import("zod").ZodLiteral<false>]>;
92545
92981
  connectedUserName: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
92546
92982
  connectedUserId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
92983
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
92547
92984
  actor: import("zod").ZodOptional<import("zod").ZodObject<{
92548
92985
  id: import("zod").ZodString;
92549
92986
  name: import("zod").ZodString;
@@ -92573,12 +93010,14 @@ export declare const platformContract: {
92573
93010
  accessToken?: string | undefined;
92574
93011
  channelSecret?: string | undefined;
92575
93012
  additionalCredentials?: any;
93013
+ lineRichMenuId?: string | null | undefined;
92576
93014
  };
92577
93015
  status: boolean;
92578
93016
  brandName: string;
92579
93017
  platformId: string;
92580
93018
  connectedUserName?: string | null | undefined;
92581
93019
  connectedUserId?: string | null | undefined;
93020
+ lineRichMenuId?: string | null | undefined;
92582
93021
  actor?: {
92583
93022
  id: string;
92584
93023
  address: string | null;
@@ -92596,12 +93035,14 @@ export declare const platformContract: {
92596
93035
  accessToken?: string | undefined;
92597
93036
  channelSecret?: string | undefined;
92598
93037
  additionalCredentials?: any;
93038
+ lineRichMenuId?: string | null | undefined;
92599
93039
  };
92600
93040
  status: boolean;
92601
93041
  brandName: string;
92602
93042
  platformId: string;
92603
93043
  connectedUserName?: string | null | undefined;
92604
93044
  connectedUserId?: string | null | undefined;
93045
+ lineRichMenuId?: string | null | undefined;
92605
93046
  actor?: {
92606
93047
  id: string;
92607
93048
  address: string | null;
@@ -92621,12 +93062,14 @@ export declare const platformContract: {
92621
93062
  accessToken?: string | undefined;
92622
93063
  channelSecret?: string | undefined;
92623
93064
  additionalCredentials?: any;
93065
+ lineRichMenuId?: string | null | undefined;
92624
93066
  };
92625
93067
  status: boolean;
92626
93068
  brandName: string;
92627
93069
  platformId: string;
92628
93070
  connectedUserName?: string | null | undefined;
92629
93071
  connectedUserId?: string | null | undefined;
93072
+ lineRichMenuId?: string | null | undefined;
92630
93073
  actor?: {
92631
93074
  id: string;
92632
93075
  address: string | null;
@@ -92647,12 +93090,14 @@ export declare const platformContract: {
92647
93090
  accessToken?: string | undefined;
92648
93091
  channelSecret?: string | undefined;
92649
93092
  additionalCredentials?: any;
93093
+ lineRichMenuId?: string | null | undefined;
92650
93094
  };
92651
93095
  status: boolean;
92652
93096
  brandName: string;
92653
93097
  platformId: string;
92654
93098
  connectedUserName?: string | null | undefined;
92655
93099
  connectedUserId?: string | null | undefined;
93100
+ lineRichMenuId?: string | null | undefined;
92656
93101
  actor?: {
92657
93102
  id: string;
92658
93103
  address: string | null;
@@ -92709,24 +93154,28 @@ export declare const platformContract: {
92709
93154
  accessToken: import("zod").ZodOptional<import("zod").ZodString>;
92710
93155
  channelSecret: import("zod").ZodOptional<import("zod").ZodString>;
92711
93156
  additionalCredentials: import("zod").ZodOptional<import("zod").ZodAny>;
93157
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
92712
93158
  }, "strip", import("zod").ZodTypeAny, {
92713
93159
  id: string;
92714
93160
  name: string;
92715
93161
  accessToken?: string | undefined;
92716
93162
  channelSecret?: string | undefined;
92717
93163
  additionalCredentials?: any;
93164
+ lineRichMenuId?: string | null | undefined;
92718
93165
  }, {
92719
93166
  id: string;
92720
93167
  name: string;
92721
93168
  accessToken?: string | undefined;
92722
93169
  channelSecret?: string | undefined;
92723
93170
  additionalCredentials?: any;
93171
+ lineRichMenuId?: string | null | undefined;
92724
93172
  }>;
92725
93173
  platformId: import("zod").ZodString;
92726
93174
  brandName: import("zod").ZodString;
92727
93175
  status: import("zod").ZodUnion<[import("zod").ZodLiteral<true>, import("zod").ZodLiteral<false>]>;
92728
93176
  connectedUserName: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
92729
93177
  connectedUserId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
93178
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
92730
93179
  actor: import("zod").ZodOptional<import("zod").ZodObject<{
92731
93180
  id: import("zod").ZodString;
92732
93181
  name: import("zod").ZodString;
@@ -92756,12 +93205,14 @@ export declare const platformContract: {
92756
93205
  accessToken?: string | undefined;
92757
93206
  channelSecret?: string | undefined;
92758
93207
  additionalCredentials?: any;
93208
+ lineRichMenuId?: string | null | undefined;
92759
93209
  };
92760
93210
  status: boolean;
92761
93211
  brandName: string;
92762
93212
  platformId: string;
92763
93213
  connectedUserName?: string | null | undefined;
92764
93214
  connectedUserId?: string | null | undefined;
93215
+ lineRichMenuId?: string | null | undefined;
92765
93216
  actor?: {
92766
93217
  id: string;
92767
93218
  address: string | null;
@@ -92779,12 +93230,14 @@ export declare const platformContract: {
92779
93230
  accessToken?: string | undefined;
92780
93231
  channelSecret?: string | undefined;
92781
93232
  additionalCredentials?: any;
93233
+ lineRichMenuId?: string | null | undefined;
92782
93234
  };
92783
93235
  status: boolean;
92784
93236
  brandName: string;
92785
93237
  platformId: string;
92786
93238
  connectedUserName?: string | null | undefined;
92787
93239
  connectedUserId?: string | null | undefined;
93240
+ lineRichMenuId?: string | null | undefined;
92788
93241
  actor?: {
92789
93242
  id: string;
92790
93243
  address: string | null;
@@ -92804,12 +93257,14 @@ export declare const platformContract: {
92804
93257
  accessToken?: string | undefined;
92805
93258
  channelSecret?: string | undefined;
92806
93259
  additionalCredentials?: any;
93260
+ lineRichMenuId?: string | null | undefined;
92807
93261
  };
92808
93262
  status: boolean;
92809
93263
  brandName: string;
92810
93264
  platformId: string;
92811
93265
  connectedUserName?: string | null | undefined;
92812
93266
  connectedUserId?: string | null | undefined;
93267
+ lineRichMenuId?: string | null | undefined;
92813
93268
  actor?: {
92814
93269
  id: string;
92815
93270
  address: string | null;
@@ -92830,12 +93285,14 @@ export declare const platformContract: {
92830
93285
  accessToken?: string | undefined;
92831
93286
  channelSecret?: string | undefined;
92832
93287
  additionalCredentials?: any;
93288
+ lineRichMenuId?: string | null | undefined;
92833
93289
  };
92834
93290
  status: boolean;
92835
93291
  brandName: string;
92836
93292
  platformId: string;
92837
93293
  connectedUserName?: string | null | undefined;
92838
93294
  connectedUserId?: string | null | undefined;
93295
+ lineRichMenuId?: string | null | undefined;
92839
93296
  actor?: {
92840
93297
  id: string;
92841
93298
  address: string | null;
@@ -92879,18 +93336,21 @@ export declare const platformContract: {
92879
93336
  accessToken: import("zod").ZodOptional<import("zod").ZodString>;
92880
93337
  channelSecret: import("zod").ZodOptional<import("zod").ZodString>;
92881
93338
  additionalCredentials: import("zod").ZodOptional<import("zod").ZodAny>;
93339
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
92882
93340
  }, "strip", import("zod").ZodTypeAny, {
92883
93341
  id: string;
92884
93342
  name: string;
92885
93343
  accessToken?: string | undefined;
92886
93344
  channelSecret?: string | undefined;
92887
93345
  additionalCredentials?: any;
93346
+ lineRichMenuId?: string | null | undefined;
92888
93347
  }, {
92889
93348
  id: string;
92890
93349
  name: string;
92891
93350
  accessToken?: string | undefined;
92892
93351
  channelSecret?: string | undefined;
92893
93352
  additionalCredentials?: any;
93353
+ lineRichMenuId?: string | null | undefined;
92894
93354
  }>;
92895
93355
  status: import("zod").ZodUnion<[import("zod").ZodLiteral<true>, import("zod").ZodLiteral<false>]>;
92896
93356
  actor: import("zod").ZodOptional<import("zod").ZodObject<{
@@ -92912,6 +93372,7 @@ export declare const platformContract: {
92912
93372
  email: string;
92913
93373
  phone: string | null;
92914
93374
  }>>;
93375
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
92915
93376
  brandName: import("zod").ZodString;
92916
93377
  platformId: import("zod").ZodString;
92917
93378
  connectedUserName: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
@@ -92931,6 +93392,7 @@ export declare const platformContract: {
92931
93392
  accessToken?: string | undefined;
92932
93393
  channelSecret?: string | undefined;
92933
93394
  additionalCredentials?: any;
93395
+ lineRichMenuId?: string | null | undefined;
92934
93396
  };
92935
93397
  status: boolean;
92936
93398
  createdAt: string;
@@ -92946,6 +93408,7 @@ export declare const platformContract: {
92946
93408
  email: string;
92947
93409
  phone: string | null;
92948
93410
  } | undefined;
93411
+ lineRichMenuId?: string | null | undefined;
92949
93412
  connectedUserName?: string | null | undefined;
92950
93413
  connectedUserId?: string | null | undefined;
92951
93414
  }, {
@@ -92958,6 +93421,7 @@ export declare const platformContract: {
92958
93421
  accessToken?: string | undefined;
92959
93422
  channelSecret?: string | undefined;
92960
93423
  additionalCredentials?: any;
93424
+ lineRichMenuId?: string | null | undefined;
92961
93425
  };
92962
93426
  status: boolean;
92963
93427
  createdAt: string;
@@ -92973,6 +93437,7 @@ export declare const platformContract: {
92973
93437
  email: string;
92974
93438
  phone: string | null;
92975
93439
  } | undefined;
93440
+ lineRichMenuId?: string | null | undefined;
92976
93441
  connectedUserName?: string | null | undefined;
92977
93442
  connectedUserId?: string | null | undefined;
92978
93443
  }>;
@@ -92990,24 +93455,28 @@ export declare const platformContract: {
92990
93455
  accessToken: import("zod").ZodOptional<import("zod").ZodString>;
92991
93456
  channelSecret: import("zod").ZodOptional<import("zod").ZodString>;
92992
93457
  additionalCredentials: import("zod").ZodOptional<import("zod").ZodAny>;
93458
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
92993
93459
  }, "strip", import("zod").ZodTypeAny, {
92994
93460
  id: string;
92995
93461
  name: string;
92996
93462
  accessToken?: string | undefined;
92997
93463
  channelSecret?: string | undefined;
92998
93464
  additionalCredentials?: any;
93465
+ lineRichMenuId?: string | null | undefined;
92999
93466
  }, {
93000
93467
  id: string;
93001
93468
  name: string;
93002
93469
  accessToken?: string | undefined;
93003
93470
  channelSecret?: string | undefined;
93004
93471
  additionalCredentials?: any;
93472
+ lineRichMenuId?: string | null | undefined;
93005
93473
  }>;
93006
93474
  platformId: import("zod").ZodString;
93007
93475
  brandName: import("zod").ZodString;
93008
93476
  status: import("zod").ZodUnion<[import("zod").ZodLiteral<true>, import("zod").ZodLiteral<false>]>;
93009
93477
  connectedUserName: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
93010
93478
  connectedUserId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
93479
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
93011
93480
  actor: import("zod").ZodOptional<import("zod").ZodObject<{
93012
93481
  id: import("zod").ZodString;
93013
93482
  name: import("zod").ZodString;
@@ -93037,12 +93506,14 @@ export declare const platformContract: {
93037
93506
  accessToken?: string | undefined;
93038
93507
  channelSecret?: string | undefined;
93039
93508
  additionalCredentials?: any;
93509
+ lineRichMenuId?: string | null | undefined;
93040
93510
  };
93041
93511
  status: boolean;
93042
93512
  brandName: string;
93043
93513
  platformId: string;
93044
93514
  connectedUserName?: string | null | undefined;
93045
93515
  connectedUserId?: string | null | undefined;
93516
+ lineRichMenuId?: string | null | undefined;
93046
93517
  actor?: {
93047
93518
  id: string;
93048
93519
  address: string | null;
@@ -93060,12 +93531,14 @@ export declare const platformContract: {
93060
93531
  accessToken?: string | undefined;
93061
93532
  channelSecret?: string | undefined;
93062
93533
  additionalCredentials?: any;
93534
+ lineRichMenuId?: string | null | undefined;
93063
93535
  };
93064
93536
  status: boolean;
93065
93537
  brandName: string;
93066
93538
  platformId: string;
93067
93539
  connectedUserName?: string | null | undefined;
93068
93540
  connectedUserId?: string | null | undefined;
93541
+ lineRichMenuId?: string | null | undefined;
93069
93542
  actor?: {
93070
93543
  id: string;
93071
93544
  address: string | null;
@@ -93085,12 +93558,14 @@ export declare const platformContract: {
93085
93558
  accessToken?: string | undefined;
93086
93559
  channelSecret?: string | undefined;
93087
93560
  additionalCredentials?: any;
93561
+ lineRichMenuId?: string | null | undefined;
93088
93562
  };
93089
93563
  status: boolean;
93090
93564
  brandName: string;
93091
93565
  platformId: string;
93092
93566
  connectedUserName?: string | null | undefined;
93093
93567
  connectedUserId?: string | null | undefined;
93568
+ lineRichMenuId?: string | null | undefined;
93094
93569
  actor?: {
93095
93570
  id: string;
93096
93571
  address: string | null;
@@ -93111,12 +93586,14 @@ export declare const platformContract: {
93111
93586
  accessToken?: string | undefined;
93112
93587
  channelSecret?: string | undefined;
93113
93588
  additionalCredentials?: any;
93589
+ lineRichMenuId?: string | null | undefined;
93114
93590
  };
93115
93591
  status: boolean;
93116
93592
  brandName: string;
93117
93593
  platformId: string;
93118
93594
  connectedUserName?: string | null | undefined;
93119
93595
  connectedUserId?: string | null | undefined;
93596
+ lineRichMenuId?: string | null | undefined;
93120
93597
  actor?: {
93121
93598
  id: string;
93122
93599
  address: string | null;
@@ -93447,24 +93924,28 @@ export declare const platformContract: {
93447
93924
  accessToken: import("zod").ZodOptional<import("zod").ZodString>;
93448
93925
  channelSecret: import("zod").ZodOptional<import("zod").ZodString>;
93449
93926
  additionalCredentials: import("zod").ZodOptional<import("zod").ZodAny>;
93927
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
93450
93928
  }, "strip", import("zod").ZodTypeAny, {
93451
93929
  id: string;
93452
93930
  name: string;
93453
93931
  accessToken?: string | undefined;
93454
93932
  channelSecret?: string | undefined;
93455
93933
  additionalCredentials?: any;
93934
+ lineRichMenuId?: string | null | undefined;
93456
93935
  }, {
93457
93936
  id: string;
93458
93937
  name: string;
93459
93938
  accessToken?: string | undefined;
93460
93939
  channelSecret?: string | undefined;
93461
93940
  additionalCredentials?: any;
93941
+ lineRichMenuId?: string | null | undefined;
93462
93942
  }>;
93463
93943
  platformId: import("zod").ZodString;
93464
93944
  brandName: import("zod").ZodString;
93465
93945
  status: import("zod").ZodUnion<[import("zod").ZodLiteral<true>, import("zod").ZodLiteral<false>]>;
93466
93946
  connectedUserName: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
93467
93947
  connectedUserId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
93948
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
93468
93949
  actor: import("zod").ZodOptional<import("zod").ZodObject<{
93469
93950
  id: import("zod").ZodString;
93470
93951
  name: import("zod").ZodString;
@@ -93494,12 +93975,14 @@ export declare const platformContract: {
93494
93975
  accessToken?: string | undefined;
93495
93976
  channelSecret?: string | undefined;
93496
93977
  additionalCredentials?: any;
93978
+ lineRichMenuId?: string | null | undefined;
93497
93979
  };
93498
93980
  status: boolean;
93499
93981
  brandName: string;
93500
93982
  platformId: string;
93501
93983
  connectedUserName?: string | null | undefined;
93502
93984
  connectedUserId?: string | null | undefined;
93985
+ lineRichMenuId?: string | null | undefined;
93503
93986
  actor?: {
93504
93987
  id: string;
93505
93988
  address: string | null;
@@ -93517,12 +94000,14 @@ export declare const platformContract: {
93517
94000
  accessToken?: string | undefined;
93518
94001
  channelSecret?: string | undefined;
93519
94002
  additionalCredentials?: any;
94003
+ lineRichMenuId?: string | null | undefined;
93520
94004
  };
93521
94005
  status: boolean;
93522
94006
  brandName: string;
93523
94007
  platformId: string;
93524
94008
  connectedUserName?: string | null | undefined;
93525
94009
  connectedUserId?: string | null | undefined;
94010
+ lineRichMenuId?: string | null | undefined;
93526
94011
  actor?: {
93527
94012
  id: string;
93528
94013
  address: string | null;
@@ -93544,12 +94029,14 @@ export declare const platformContract: {
93544
94029
  accessToken?: string | undefined;
93545
94030
  channelSecret?: string | undefined;
93546
94031
  additionalCredentials?: any;
94032
+ lineRichMenuId?: string | null | undefined;
93547
94033
  };
93548
94034
  status: boolean;
93549
94035
  brandName: string;
93550
94036
  platformId: string;
93551
94037
  connectedUserName?: string | null | undefined;
93552
94038
  connectedUserId?: string | null | undefined;
94039
+ lineRichMenuId?: string | null | undefined;
93553
94040
  actor?: {
93554
94041
  id: string;
93555
94042
  address: string | null;
@@ -93610,12 +94097,14 @@ export declare const platformContract: {
93610
94097
  accessToken?: string | undefined;
93611
94098
  channelSecret?: string | undefined;
93612
94099
  additionalCredentials?: any;
94100
+ lineRichMenuId?: string | null | undefined;
93613
94101
  };
93614
94102
  status: boolean;
93615
94103
  brandName: string;
93616
94104
  platformId: string;
93617
94105
  connectedUserName?: string | null | undefined;
93618
94106
  connectedUserId?: string | null | undefined;
94107
+ lineRichMenuId?: string | null | undefined;
93619
94108
  actor?: {
93620
94109
  id: string;
93621
94110
  address: string | null;
@@ -93816,12 +94305,14 @@ export declare const platformContract: {
93816
94305
  accessToken?: string | undefined;
93817
94306
  channelSecret?: string | undefined;
93818
94307
  additionalCredentials?: any;
94308
+ lineRichMenuId?: string | null | undefined;
93819
94309
  };
93820
94310
  status: boolean;
93821
94311
  brandName: string;
93822
94312
  platformId: string;
93823
94313
  connectedUserName?: string | null | undefined;
93824
94314
  connectedUserId?: string | null | undefined;
94315
+ lineRichMenuId?: string | null | undefined;
93825
94316
  actor?: {
93826
94317
  id: string;
93827
94318
  address: string | null;
@@ -93914,12 +94405,14 @@ export declare const platformContract: {
93914
94405
  accessToken?: string | undefined;
93915
94406
  channelSecret?: string | undefined;
93916
94407
  additionalCredentials?: any;
94408
+ lineRichMenuId?: string | null | undefined;
93917
94409
  };
93918
94410
  status: boolean;
93919
94411
  brandName: string;
93920
94412
  platformId: string;
93921
94413
  connectedUserName?: string | null | undefined;
93922
94414
  connectedUserId?: string | null | undefined;
94415
+ lineRichMenuId?: string | null | undefined;
93923
94416
  actor?: {
93924
94417
  id: string;
93925
94418
  address: string | null;
@@ -95364,18 +95857,21 @@ export declare const platformContract: {
95364
95857
  accessToken: import("zod").ZodOptional<import("zod").ZodString>;
95365
95858
  channelSecret: import("zod").ZodOptional<import("zod").ZodString>;
95366
95859
  additionalCredentials: import("zod").ZodOptional<import("zod").ZodAny>;
95860
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
95367
95861
  }, "strip", import("zod").ZodTypeAny, {
95368
95862
  id: string;
95369
95863
  name: string;
95370
95864
  accessToken?: string | undefined;
95371
95865
  channelSecret?: string | undefined;
95372
95866
  additionalCredentials?: any;
95867
+ lineRichMenuId?: string | null | undefined;
95373
95868
  }, {
95374
95869
  id: string;
95375
95870
  name: string;
95376
95871
  accessToken?: string | undefined;
95377
95872
  channelSecret?: string | undefined;
95378
95873
  additionalCredentials?: any;
95874
+ lineRichMenuId?: string | null | undefined;
95379
95875
  }>;
95380
95876
  brandName: import("zod").ZodString;
95381
95877
  platformId: import("zod").ZodString;
@@ -95616,6 +96112,7 @@ export declare const platformContract: {
95616
96112
  accessToken?: string | undefined;
95617
96113
  channelSecret?: string | undefined;
95618
96114
  additionalCredentials?: any;
96115
+ lineRichMenuId?: string | null | undefined;
95619
96116
  };
95620
96117
  status: boolean;
95621
96118
  createdAt: Date;
@@ -95687,6 +96184,7 @@ export declare const platformContract: {
95687
96184
  accessToken?: string | undefined;
95688
96185
  channelSecret?: string | undefined;
95689
96186
  additionalCredentials?: any;
96187
+ lineRichMenuId?: string | null | undefined;
95690
96188
  };
95691
96189
  status: boolean;
95692
96190
  createdAt: Date;
@@ -96205,6 +96703,7 @@ export declare const platformContract: {
96205
96703
  accessToken?: string | undefined;
96206
96704
  channelSecret?: string | undefined;
96207
96705
  additionalCredentials?: any;
96706
+ lineRichMenuId?: string | null | undefined;
96208
96707
  };
96209
96708
  status: boolean;
96210
96709
  createdAt: Date;
@@ -96571,6 +97070,7 @@ export declare const platformContract: {
96571
97070
  accessToken?: string | undefined;
96572
97071
  channelSecret?: string | undefined;
96573
97072
  additionalCredentials?: any;
97073
+ lineRichMenuId?: string | null | undefined;
96574
97074
  };
96575
97075
  status: boolean;
96576
97076
  createdAt: Date;
@@ -98708,6 +99208,7 @@ export declare const platformContract: {
98708
99208
  accessToken?: string | undefined;
98709
99209
  channelSecret?: string | undefined;
98710
99210
  additionalCredentials?: any;
99211
+ lineRichMenuId?: string | null | undefined;
98711
99212
  };
98712
99213
  status: boolean;
98713
99214
  createdAt: Date;
@@ -99409,6 +99910,7 @@ export declare const platformContract: {
99409
99910
  accessToken?: string | undefined;
99410
99911
  channelSecret?: string | undefined;
99411
99912
  additionalCredentials?: any;
99913
+ lineRichMenuId?: string | null | undefined;
99412
99914
  };
99413
99915
  status: boolean;
99414
99916
  createdAt: Date;
@@ -100112,6 +100614,7 @@ export declare const platformContract: {
100112
100614
  accessToken?: string | undefined;
100113
100615
  channelSecret?: string | undefined;
100114
100616
  additionalCredentials?: any;
100617
+ lineRichMenuId?: string | null | undefined;
100115
100618
  };
100116
100619
  status: boolean;
100117
100620
  createdAt: Date;
@@ -100816,6 +101319,7 @@ export declare const platformContract: {
100816
101319
  accessToken?: string | undefined;
100817
101320
  channelSecret?: string | undefined;
100818
101321
  additionalCredentials?: any;
101322
+ lineRichMenuId?: string | null | undefined;
100819
101323
  };
100820
101324
  status: boolean;
100821
101325
  createdAt: Date;
@@ -101422,24 +101926,28 @@ export declare const platformContract: {
101422
101926
  accessToken: import("zod").ZodOptional<import("zod").ZodString>;
101423
101927
  channelSecret: import("zod").ZodOptional<import("zod").ZodString>;
101424
101928
  additionalCredentials: import("zod").ZodOptional<import("zod").ZodAny>;
101929
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
101425
101930
  }, "strip", import("zod").ZodTypeAny, {
101426
101931
  id: string;
101427
101932
  name: string;
101428
101933
  accessToken?: string | undefined;
101429
101934
  channelSecret?: string | undefined;
101430
101935
  additionalCredentials?: any;
101936
+ lineRichMenuId?: string | null | undefined;
101431
101937
  }, {
101432
101938
  id: string;
101433
101939
  name: string;
101434
101940
  accessToken?: string | undefined;
101435
101941
  channelSecret?: string | undefined;
101436
101942
  additionalCredentials?: any;
101943
+ lineRichMenuId?: string | null | undefined;
101437
101944
  }>>;
101438
101945
  platformId: import("zod").ZodOptional<import("zod").ZodString>;
101439
101946
  brandName: import("zod").ZodOptional<import("zod").ZodString>;
101440
101947
  status: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<true>, import("zod").ZodLiteral<false>]>>;
101441
101948
  connectedUserName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>>;
101442
101949
  connectedUserId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>>;
101950
+ lineRichMenuId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>>;
101443
101951
  actor: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodObject<{
101444
101952
  id: import("zod").ZodString;
101445
101953
  name: import("zod").ZodString;
@@ -101469,12 +101977,14 @@ export declare const platformContract: {
101469
101977
  accessToken?: string | undefined;
101470
101978
  channelSecret?: string | undefined;
101471
101979
  additionalCredentials?: any;
101980
+ lineRichMenuId?: string | null | undefined;
101472
101981
  } | undefined;
101473
101982
  platformId?: string | undefined;
101474
101983
  brandName?: string | undefined;
101475
101984
  status?: boolean | undefined;
101476
101985
  connectedUserName?: string | null | undefined;
101477
101986
  connectedUserId?: string | null | undefined;
101987
+ lineRichMenuId?: string | null | undefined;
101478
101988
  actor?: {
101479
101989
  id: string;
101480
101990
  address: string | null;
@@ -101492,12 +102002,14 @@ export declare const platformContract: {
101492
102002
  accessToken?: string | undefined;
101493
102003
  channelSecret?: string | undefined;
101494
102004
  additionalCredentials?: any;
102005
+ lineRichMenuId?: string | null | undefined;
101495
102006
  } | undefined;
101496
102007
  platformId?: string | undefined;
101497
102008
  brandName?: string | undefined;
101498
102009
  status?: boolean | undefined;
101499
102010
  connectedUserName?: string | null | undefined;
101500
102011
  connectedUserId?: string | null | undefined;
102012
+ lineRichMenuId?: string | null | undefined;
101501
102013
  actor?: {
101502
102014
  id: string;
101503
102015
  address: string | null;
@@ -101520,24 +102032,28 @@ export declare const platformContract: {
101520
102032
  accessToken: import("zod").ZodOptional<import("zod").ZodString>;
101521
102033
  channelSecret: import("zod").ZodOptional<import("zod").ZodString>;
101522
102034
  additionalCredentials: import("zod").ZodOptional<import("zod").ZodAny>;
102035
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
101523
102036
  }, "strip", import("zod").ZodTypeAny, {
101524
102037
  id: string;
101525
102038
  name: string;
101526
102039
  accessToken?: string | undefined;
101527
102040
  channelSecret?: string | undefined;
101528
102041
  additionalCredentials?: any;
102042
+ lineRichMenuId?: string | null | undefined;
101529
102043
  }, {
101530
102044
  id: string;
101531
102045
  name: string;
101532
102046
  accessToken?: string | undefined;
101533
102047
  channelSecret?: string | undefined;
101534
102048
  additionalCredentials?: any;
102049
+ lineRichMenuId?: string | null | undefined;
101535
102050
  }>;
101536
102051
  platformId: import("zod").ZodString;
101537
102052
  brandName: import("zod").ZodString;
101538
102053
  status: import("zod").ZodUnion<[import("zod").ZodLiteral<true>, import("zod").ZodLiteral<false>]>;
101539
102054
  connectedUserName: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
101540
102055
  connectedUserId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
102056
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
101541
102057
  actor: import("zod").ZodOptional<import("zod").ZodObject<{
101542
102058
  id: import("zod").ZodString;
101543
102059
  name: import("zod").ZodString;
@@ -101567,12 +102083,14 @@ export declare const platformContract: {
101567
102083
  accessToken?: string | undefined;
101568
102084
  channelSecret?: string | undefined;
101569
102085
  additionalCredentials?: any;
102086
+ lineRichMenuId?: string | null | undefined;
101570
102087
  };
101571
102088
  status: boolean;
101572
102089
  brandName: string;
101573
102090
  platformId: string;
101574
102091
  connectedUserName?: string | null | undefined;
101575
102092
  connectedUserId?: string | null | undefined;
102093
+ lineRichMenuId?: string | null | undefined;
101576
102094
  actor?: {
101577
102095
  id: string;
101578
102096
  address: string | null;
@@ -101590,12 +102108,14 @@ export declare const platformContract: {
101590
102108
  accessToken?: string | undefined;
101591
102109
  channelSecret?: string | undefined;
101592
102110
  additionalCredentials?: any;
102111
+ lineRichMenuId?: string | null | undefined;
101593
102112
  };
101594
102113
  status: boolean;
101595
102114
  brandName: string;
101596
102115
  platformId: string;
101597
102116
  connectedUserName?: string | null | undefined;
101598
102117
  connectedUserId?: string | null | undefined;
102118
+ lineRichMenuId?: string | null | undefined;
101599
102119
  actor?: {
101600
102120
  id: string;
101601
102121
  address: string | null;
@@ -101615,12 +102135,14 @@ export declare const platformContract: {
101615
102135
  accessToken?: string | undefined;
101616
102136
  channelSecret?: string | undefined;
101617
102137
  additionalCredentials?: any;
102138
+ lineRichMenuId?: string | null | undefined;
101618
102139
  };
101619
102140
  status: boolean;
101620
102141
  brandName: string;
101621
102142
  platformId: string;
101622
102143
  connectedUserName?: string | null | undefined;
101623
102144
  connectedUserId?: string | null | undefined;
102145
+ lineRichMenuId?: string | null | undefined;
101624
102146
  actor?: {
101625
102147
  id: string;
101626
102148
  address: string | null;
@@ -101641,12 +102163,14 @@ export declare const platformContract: {
101641
102163
  accessToken?: string | undefined;
101642
102164
  channelSecret?: string | undefined;
101643
102165
  additionalCredentials?: any;
102166
+ lineRichMenuId?: string | null | undefined;
101644
102167
  };
101645
102168
  status: boolean;
101646
102169
  brandName: string;
101647
102170
  platformId: string;
101648
102171
  connectedUserName?: string | null | undefined;
101649
102172
  connectedUserId?: string | null | undefined;
102173
+ lineRichMenuId?: string | null | undefined;
101650
102174
  actor?: {
101651
102175
  id: string;
101652
102176
  address: string | null;
@@ -101691,24 +102215,28 @@ export declare const platformContract: {
101691
102215
  accessToken: import("zod").ZodOptional<import("zod").ZodString>;
101692
102216
  channelSecret: import("zod").ZodOptional<import("zod").ZodString>;
101693
102217
  additionalCredentials: import("zod").ZodOptional<import("zod").ZodAny>;
102218
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
101694
102219
  }, "strip", import("zod").ZodTypeAny, {
101695
102220
  id: string;
101696
102221
  name: string;
101697
102222
  accessToken?: string | undefined;
101698
102223
  channelSecret?: string | undefined;
101699
102224
  additionalCredentials?: any;
102225
+ lineRichMenuId?: string | null | undefined;
101700
102226
  }, {
101701
102227
  id: string;
101702
102228
  name: string;
101703
102229
  accessToken?: string | undefined;
101704
102230
  channelSecret?: string | undefined;
101705
102231
  additionalCredentials?: any;
102232
+ lineRichMenuId?: string | null | undefined;
101706
102233
  }>>;
101707
102234
  platformId: import("zod").ZodOptional<import("zod").ZodString>;
101708
102235
  brandName: import("zod").ZodOptional<import("zod").ZodString>;
101709
102236
  status: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<true>, import("zod").ZodLiteral<false>]>>;
101710
102237
  connectedUserName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>>;
101711
102238
  connectedUserId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>>;
102239
+ lineRichMenuId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>>;
101712
102240
  actor: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodObject<{
101713
102241
  id: import("zod").ZodString;
101714
102242
  name: import("zod").ZodString;
@@ -101738,12 +102266,14 @@ export declare const platformContract: {
101738
102266
  accessToken?: string | undefined;
101739
102267
  channelSecret?: string | undefined;
101740
102268
  additionalCredentials?: any;
102269
+ lineRichMenuId?: string | null | undefined;
101741
102270
  } | undefined;
101742
102271
  platformId?: string | undefined;
101743
102272
  brandName?: string | undefined;
101744
102273
  status?: boolean | undefined;
101745
102274
  connectedUserName?: string | null | undefined;
101746
102275
  connectedUserId?: string | null | undefined;
102276
+ lineRichMenuId?: string | null | undefined;
101747
102277
  actor?: {
101748
102278
  id: string;
101749
102279
  address: string | null;
@@ -101761,12 +102291,14 @@ export declare const platformContract: {
101761
102291
  accessToken?: string | undefined;
101762
102292
  channelSecret?: string | undefined;
101763
102293
  additionalCredentials?: any;
102294
+ lineRichMenuId?: string | null | undefined;
101764
102295
  } | undefined;
101765
102296
  platformId?: string | undefined;
101766
102297
  brandName?: string | undefined;
101767
102298
  status?: boolean | undefined;
101768
102299
  connectedUserName?: string | null | undefined;
101769
102300
  connectedUserId?: string | null | undefined;
102301
+ lineRichMenuId?: string | null | undefined;
101770
102302
  actor?: {
101771
102303
  id: string;
101772
102304
  address: string | null;
@@ -101789,24 +102321,28 @@ export declare const platformContract: {
101789
102321
  accessToken: import("zod").ZodOptional<import("zod").ZodString>;
101790
102322
  channelSecret: import("zod").ZodOptional<import("zod").ZodString>;
101791
102323
  additionalCredentials: import("zod").ZodOptional<import("zod").ZodAny>;
102324
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
101792
102325
  }, "strip", import("zod").ZodTypeAny, {
101793
102326
  id: string;
101794
102327
  name: string;
101795
102328
  accessToken?: string | undefined;
101796
102329
  channelSecret?: string | undefined;
101797
102330
  additionalCredentials?: any;
102331
+ lineRichMenuId?: string | null | undefined;
101798
102332
  }, {
101799
102333
  id: string;
101800
102334
  name: string;
101801
102335
  accessToken?: string | undefined;
101802
102336
  channelSecret?: string | undefined;
101803
102337
  additionalCredentials?: any;
102338
+ lineRichMenuId?: string | null | undefined;
101804
102339
  }>;
101805
102340
  platformId: import("zod").ZodString;
101806
102341
  brandName: import("zod").ZodString;
101807
102342
  status: import("zod").ZodUnion<[import("zod").ZodLiteral<true>, import("zod").ZodLiteral<false>]>;
101808
102343
  connectedUserName: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
101809
102344
  connectedUserId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
102345
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
101810
102346
  actor: import("zod").ZodOptional<import("zod").ZodObject<{
101811
102347
  id: import("zod").ZodString;
101812
102348
  name: import("zod").ZodString;
@@ -101836,12 +102372,14 @@ export declare const platformContract: {
101836
102372
  accessToken?: string | undefined;
101837
102373
  channelSecret?: string | undefined;
101838
102374
  additionalCredentials?: any;
102375
+ lineRichMenuId?: string | null | undefined;
101839
102376
  };
101840
102377
  status: boolean;
101841
102378
  brandName: string;
101842
102379
  platformId: string;
101843
102380
  connectedUserName?: string | null | undefined;
101844
102381
  connectedUserId?: string | null | undefined;
102382
+ lineRichMenuId?: string | null | undefined;
101845
102383
  actor?: {
101846
102384
  id: string;
101847
102385
  address: string | null;
@@ -101859,12 +102397,14 @@ export declare const platformContract: {
101859
102397
  accessToken?: string | undefined;
101860
102398
  channelSecret?: string | undefined;
101861
102399
  additionalCredentials?: any;
102400
+ lineRichMenuId?: string | null | undefined;
101862
102401
  };
101863
102402
  status: boolean;
101864
102403
  brandName: string;
101865
102404
  platformId: string;
101866
102405
  connectedUserName?: string | null | undefined;
101867
102406
  connectedUserId?: string | null | undefined;
102407
+ lineRichMenuId?: string | null | undefined;
101868
102408
  actor?: {
101869
102409
  id: string;
101870
102410
  address: string | null;
@@ -101884,12 +102424,14 @@ export declare const platformContract: {
101884
102424
  accessToken?: string | undefined;
101885
102425
  channelSecret?: string | undefined;
101886
102426
  additionalCredentials?: any;
102427
+ lineRichMenuId?: string | null | undefined;
101887
102428
  };
101888
102429
  status: boolean;
101889
102430
  brandName: string;
101890
102431
  platformId: string;
101891
102432
  connectedUserName?: string | null | undefined;
101892
102433
  connectedUserId?: string | null | undefined;
102434
+ lineRichMenuId?: string | null | undefined;
101893
102435
  actor?: {
101894
102436
  id: string;
101895
102437
  address: string | null;
@@ -101910,12 +102452,14 @@ export declare const platformContract: {
101910
102452
  accessToken?: string | undefined;
101911
102453
  channelSecret?: string | undefined;
101912
102454
  additionalCredentials?: any;
102455
+ lineRichMenuId?: string | null | undefined;
101913
102456
  };
101914
102457
  status: boolean;
101915
102458
  brandName: string;
101916
102459
  platformId: string;
101917
102460
  connectedUserName?: string | null | undefined;
101918
102461
  connectedUserId?: string | null | undefined;
102462
+ lineRichMenuId?: string | null | undefined;
101919
102463
  actor?: {
101920
102464
  id: string;
101921
102465
  address: string | null;
@@ -101972,24 +102516,28 @@ export declare const platformContract: {
101972
102516
  accessToken: import("zod").ZodOptional<import("zod").ZodString>;
101973
102517
  channelSecret: import("zod").ZodOptional<import("zod").ZodString>;
101974
102518
  additionalCredentials: import("zod").ZodOptional<import("zod").ZodAny>;
102519
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
101975
102520
  }, "strip", import("zod").ZodTypeAny, {
101976
102521
  id: string;
101977
102522
  name: string;
101978
102523
  accessToken?: string | undefined;
101979
102524
  channelSecret?: string | undefined;
101980
102525
  additionalCredentials?: any;
102526
+ lineRichMenuId?: string | null | undefined;
101981
102527
  }, {
101982
102528
  id: string;
101983
102529
  name: string;
101984
102530
  accessToken?: string | undefined;
101985
102531
  channelSecret?: string | undefined;
101986
102532
  additionalCredentials?: any;
102533
+ lineRichMenuId?: string | null | undefined;
101987
102534
  }>;
101988
102535
  platformId: import("zod").ZodString;
101989
102536
  brandName: import("zod").ZodString;
101990
102537
  status: import("zod").ZodUnion<[import("zod").ZodLiteral<true>, import("zod").ZodLiteral<false>]>;
101991
102538
  connectedUserName: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
101992
102539
  connectedUserId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
102540
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
101993
102541
  actor: import("zod").ZodOptional<import("zod").ZodObject<{
101994
102542
  id: import("zod").ZodString;
101995
102543
  name: import("zod").ZodString;
@@ -102019,12 +102567,14 @@ export declare const platformContract: {
102019
102567
  accessToken?: string | undefined;
102020
102568
  channelSecret?: string | undefined;
102021
102569
  additionalCredentials?: any;
102570
+ lineRichMenuId?: string | null | undefined;
102022
102571
  };
102023
102572
  status: boolean;
102024
102573
  brandName: string;
102025
102574
  platformId: string;
102026
102575
  connectedUserName?: string | null | undefined;
102027
102576
  connectedUserId?: string | null | undefined;
102577
+ lineRichMenuId?: string | null | undefined;
102028
102578
  actor?: {
102029
102579
  id: string;
102030
102580
  address: string | null;
@@ -102042,12 +102592,14 @@ export declare const platformContract: {
102042
102592
  accessToken?: string | undefined;
102043
102593
  channelSecret?: string | undefined;
102044
102594
  additionalCredentials?: any;
102595
+ lineRichMenuId?: string | null | undefined;
102045
102596
  };
102046
102597
  status: boolean;
102047
102598
  brandName: string;
102048
102599
  platformId: string;
102049
102600
  connectedUserName?: string | null | undefined;
102050
102601
  connectedUserId?: string | null | undefined;
102602
+ lineRichMenuId?: string | null | undefined;
102051
102603
  actor?: {
102052
102604
  id: string;
102053
102605
  address: string | null;
@@ -102067,12 +102619,14 @@ export declare const platformContract: {
102067
102619
  accessToken?: string | undefined;
102068
102620
  channelSecret?: string | undefined;
102069
102621
  additionalCredentials?: any;
102622
+ lineRichMenuId?: string | null | undefined;
102070
102623
  };
102071
102624
  status: boolean;
102072
102625
  brandName: string;
102073
102626
  platformId: string;
102074
102627
  connectedUserName?: string | null | undefined;
102075
102628
  connectedUserId?: string | null | undefined;
102629
+ lineRichMenuId?: string | null | undefined;
102076
102630
  actor?: {
102077
102631
  id: string;
102078
102632
  address: string | null;
@@ -102093,12 +102647,14 @@ export declare const platformContract: {
102093
102647
  accessToken?: string | undefined;
102094
102648
  channelSecret?: string | undefined;
102095
102649
  additionalCredentials?: any;
102650
+ lineRichMenuId?: string | null | undefined;
102096
102651
  };
102097
102652
  status: boolean;
102098
102653
  brandName: string;
102099
102654
  platformId: string;
102100
102655
  connectedUserName?: string | null | undefined;
102101
102656
  connectedUserId?: string | null | undefined;
102657
+ lineRichMenuId?: string | null | undefined;
102102
102658
  actor?: {
102103
102659
  id: string;
102104
102660
  address: string | null;
@@ -102155,24 +102711,28 @@ export declare const platformContract: {
102155
102711
  accessToken: import("zod").ZodOptional<import("zod").ZodString>;
102156
102712
  channelSecret: import("zod").ZodOptional<import("zod").ZodString>;
102157
102713
  additionalCredentials: import("zod").ZodOptional<import("zod").ZodAny>;
102714
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
102158
102715
  }, "strip", import("zod").ZodTypeAny, {
102159
102716
  id: string;
102160
102717
  name: string;
102161
102718
  accessToken?: string | undefined;
102162
102719
  channelSecret?: string | undefined;
102163
102720
  additionalCredentials?: any;
102721
+ lineRichMenuId?: string | null | undefined;
102164
102722
  }, {
102165
102723
  id: string;
102166
102724
  name: string;
102167
102725
  accessToken?: string | undefined;
102168
102726
  channelSecret?: string | undefined;
102169
102727
  additionalCredentials?: any;
102728
+ lineRichMenuId?: string | null | undefined;
102170
102729
  }>;
102171
102730
  platformId: import("zod").ZodString;
102172
102731
  brandName: import("zod").ZodString;
102173
102732
  status: import("zod").ZodUnion<[import("zod").ZodLiteral<true>, import("zod").ZodLiteral<false>]>;
102174
102733
  connectedUserName: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
102175
102734
  connectedUserId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
102735
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
102176
102736
  actor: import("zod").ZodOptional<import("zod").ZodObject<{
102177
102737
  id: import("zod").ZodString;
102178
102738
  name: import("zod").ZodString;
@@ -102202,12 +102762,14 @@ export declare const platformContract: {
102202
102762
  accessToken?: string | undefined;
102203
102763
  channelSecret?: string | undefined;
102204
102764
  additionalCredentials?: any;
102765
+ lineRichMenuId?: string | null | undefined;
102205
102766
  };
102206
102767
  status: boolean;
102207
102768
  brandName: string;
102208
102769
  platformId: string;
102209
102770
  connectedUserName?: string | null | undefined;
102210
102771
  connectedUserId?: string | null | undefined;
102772
+ lineRichMenuId?: string | null | undefined;
102211
102773
  actor?: {
102212
102774
  id: string;
102213
102775
  address: string | null;
@@ -102225,12 +102787,14 @@ export declare const platformContract: {
102225
102787
  accessToken?: string | undefined;
102226
102788
  channelSecret?: string | undefined;
102227
102789
  additionalCredentials?: any;
102790
+ lineRichMenuId?: string | null | undefined;
102228
102791
  };
102229
102792
  status: boolean;
102230
102793
  brandName: string;
102231
102794
  platformId: string;
102232
102795
  connectedUserName?: string | null | undefined;
102233
102796
  connectedUserId?: string | null | undefined;
102797
+ lineRichMenuId?: string | null | undefined;
102234
102798
  actor?: {
102235
102799
  id: string;
102236
102800
  address: string | null;
@@ -102250,12 +102814,14 @@ export declare const platformContract: {
102250
102814
  accessToken?: string | undefined;
102251
102815
  channelSecret?: string | undefined;
102252
102816
  additionalCredentials?: any;
102817
+ lineRichMenuId?: string | null | undefined;
102253
102818
  };
102254
102819
  status: boolean;
102255
102820
  brandName: string;
102256
102821
  platformId: string;
102257
102822
  connectedUserName?: string | null | undefined;
102258
102823
  connectedUserId?: string | null | undefined;
102824
+ lineRichMenuId?: string | null | undefined;
102259
102825
  actor?: {
102260
102826
  id: string;
102261
102827
  address: string | null;
@@ -102276,12 +102842,14 @@ export declare const platformContract: {
102276
102842
  accessToken?: string | undefined;
102277
102843
  channelSecret?: string | undefined;
102278
102844
  additionalCredentials?: any;
102845
+ lineRichMenuId?: string | null | undefined;
102279
102846
  };
102280
102847
  status: boolean;
102281
102848
  brandName: string;
102282
102849
  platformId: string;
102283
102850
  connectedUserName?: string | null | undefined;
102284
102851
  connectedUserId?: string | null | undefined;
102852
+ lineRichMenuId?: string | null | undefined;
102285
102853
  actor?: {
102286
102854
  id: string;
102287
102855
  address: string | null;
@@ -102326,24 +102894,28 @@ export declare const platformContract: {
102326
102894
  accessToken: import("zod").ZodOptional<import("zod").ZodString>;
102327
102895
  channelSecret: import("zod").ZodOptional<import("zod").ZodString>;
102328
102896
  additionalCredentials: import("zod").ZodOptional<import("zod").ZodAny>;
102897
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
102329
102898
  }, "strip", import("zod").ZodTypeAny, {
102330
102899
  id: string;
102331
102900
  name: string;
102332
102901
  accessToken?: string | undefined;
102333
102902
  channelSecret?: string | undefined;
102334
102903
  additionalCredentials?: any;
102904
+ lineRichMenuId?: string | null | undefined;
102335
102905
  }, {
102336
102906
  id: string;
102337
102907
  name: string;
102338
102908
  accessToken?: string | undefined;
102339
102909
  channelSecret?: string | undefined;
102340
102910
  additionalCredentials?: any;
102911
+ lineRichMenuId?: string | null | undefined;
102341
102912
  }>>;
102342
102913
  platformId: import("zod").ZodOptional<import("zod").ZodString>;
102343
102914
  brandName: import("zod").ZodOptional<import("zod").ZodString>;
102344
102915
  status: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<true>, import("zod").ZodLiteral<false>]>>;
102345
102916
  connectedUserName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>>;
102346
102917
  connectedUserId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>>;
102918
+ lineRichMenuId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>>;
102347
102919
  actor: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodObject<{
102348
102920
  id: import("zod").ZodString;
102349
102921
  name: import("zod").ZodString;
@@ -102373,12 +102945,14 @@ export declare const platformContract: {
102373
102945
  accessToken?: string | undefined;
102374
102946
  channelSecret?: string | undefined;
102375
102947
  additionalCredentials?: any;
102948
+ lineRichMenuId?: string | null | undefined;
102376
102949
  } | undefined;
102377
102950
  platformId?: string | undefined;
102378
102951
  brandName?: string | undefined;
102379
102952
  status?: boolean | undefined;
102380
102953
  connectedUserName?: string | null | undefined;
102381
102954
  connectedUserId?: string | null | undefined;
102955
+ lineRichMenuId?: string | null | undefined;
102382
102956
  actor?: {
102383
102957
  id: string;
102384
102958
  address: string | null;
@@ -102396,12 +102970,14 @@ export declare const platformContract: {
102396
102970
  accessToken?: string | undefined;
102397
102971
  channelSecret?: string | undefined;
102398
102972
  additionalCredentials?: any;
102973
+ lineRichMenuId?: string | null | undefined;
102399
102974
  } | undefined;
102400
102975
  platformId?: string | undefined;
102401
102976
  brandName?: string | undefined;
102402
102977
  status?: boolean | undefined;
102403
102978
  connectedUserName?: string | null | undefined;
102404
102979
  connectedUserId?: string | null | undefined;
102980
+ lineRichMenuId?: string | null | undefined;
102405
102981
  actor?: {
102406
102982
  id: string;
102407
102983
  address: string | null;
@@ -102424,24 +103000,28 @@ export declare const platformContract: {
102424
103000
  accessToken: import("zod").ZodOptional<import("zod").ZodString>;
102425
103001
  channelSecret: import("zod").ZodOptional<import("zod").ZodString>;
102426
103002
  additionalCredentials: import("zod").ZodOptional<import("zod").ZodAny>;
103003
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
102427
103004
  }, "strip", import("zod").ZodTypeAny, {
102428
103005
  id: string;
102429
103006
  name: string;
102430
103007
  accessToken?: string | undefined;
102431
103008
  channelSecret?: string | undefined;
102432
103009
  additionalCredentials?: any;
103010
+ lineRichMenuId?: string | null | undefined;
102433
103011
  }, {
102434
103012
  id: string;
102435
103013
  name: string;
102436
103014
  accessToken?: string | undefined;
102437
103015
  channelSecret?: string | undefined;
102438
103016
  additionalCredentials?: any;
103017
+ lineRichMenuId?: string | null | undefined;
102439
103018
  }>;
102440
103019
  platformId: import("zod").ZodString;
102441
103020
  brandName: import("zod").ZodString;
102442
103021
  status: import("zod").ZodUnion<[import("zod").ZodLiteral<true>, import("zod").ZodLiteral<false>]>;
102443
103022
  connectedUserName: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
102444
103023
  connectedUserId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
103024
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
102445
103025
  actor: import("zod").ZodOptional<import("zod").ZodObject<{
102446
103026
  id: import("zod").ZodString;
102447
103027
  name: import("zod").ZodString;
@@ -102471,12 +103051,14 @@ export declare const platformContract: {
102471
103051
  accessToken?: string | undefined;
102472
103052
  channelSecret?: string | undefined;
102473
103053
  additionalCredentials?: any;
103054
+ lineRichMenuId?: string | null | undefined;
102474
103055
  };
102475
103056
  status: boolean;
102476
103057
  brandName: string;
102477
103058
  platformId: string;
102478
103059
  connectedUserName?: string | null | undefined;
102479
103060
  connectedUserId?: string | null | undefined;
103061
+ lineRichMenuId?: string | null | undefined;
102480
103062
  actor?: {
102481
103063
  id: string;
102482
103064
  address: string | null;
@@ -102494,12 +103076,14 @@ export declare const platformContract: {
102494
103076
  accessToken?: string | undefined;
102495
103077
  channelSecret?: string | undefined;
102496
103078
  additionalCredentials?: any;
103079
+ lineRichMenuId?: string | null | undefined;
102497
103080
  };
102498
103081
  status: boolean;
102499
103082
  brandName: string;
102500
103083
  platformId: string;
102501
103084
  connectedUserName?: string | null | undefined;
102502
103085
  connectedUserId?: string | null | undefined;
103086
+ lineRichMenuId?: string | null | undefined;
102503
103087
  actor?: {
102504
103088
  id: string;
102505
103089
  address: string | null;
@@ -102519,12 +103103,14 @@ export declare const platformContract: {
102519
103103
  accessToken?: string | undefined;
102520
103104
  channelSecret?: string | undefined;
102521
103105
  additionalCredentials?: any;
103106
+ lineRichMenuId?: string | null | undefined;
102522
103107
  };
102523
103108
  status: boolean;
102524
103109
  brandName: string;
102525
103110
  platformId: string;
102526
103111
  connectedUserName?: string | null | undefined;
102527
103112
  connectedUserId?: string | null | undefined;
103113
+ lineRichMenuId?: string | null | undefined;
102528
103114
  actor?: {
102529
103115
  id: string;
102530
103116
  address: string | null;
@@ -102545,12 +103131,14 @@ export declare const platformContract: {
102545
103131
  accessToken?: string | undefined;
102546
103132
  channelSecret?: string | undefined;
102547
103133
  additionalCredentials?: any;
103134
+ lineRichMenuId?: string | null | undefined;
102548
103135
  };
102549
103136
  status: boolean;
102550
103137
  brandName: string;
102551
103138
  platformId: string;
102552
103139
  connectedUserName?: string | null | undefined;
102553
103140
  connectedUserId?: string | null | undefined;
103141
+ lineRichMenuId?: string | null | undefined;
102554
103142
  actor?: {
102555
103143
  id: string;
102556
103144
  address: string | null;
@@ -102714,6 +103302,36 @@ export declare const platformContract: {
102714
103302
  };
102715
103303
  path: "/pages";
102716
103304
  };
103305
+ setBotPersistentMenu: {
103306
+ body: import("zod").ZodObject<{
103307
+ pageAccessToken: import("zod").ZodString;
103308
+ }, "strip", import("zod").ZodTypeAny, {
103309
+ pageAccessToken: string;
103310
+ }, {
103311
+ pageAccessToken: string;
103312
+ }>;
103313
+ method: "POST";
103314
+ responses: {
103315
+ 200: import("zod").ZodObject<{
103316
+ requestId: import("zod").ZodString;
103317
+ }, "strip", import("zod").ZodTypeAny, {
103318
+ requestId: string;
103319
+ }, {
103320
+ requestId: string;
103321
+ }>;
103322
+ 500: import("zod").ZodObject<{
103323
+ message: import("zod").ZodString;
103324
+ error: import("zod").ZodAny;
103325
+ }, "strip", import("zod").ZodTypeAny, {
103326
+ message: string;
103327
+ error?: any;
103328
+ }, {
103329
+ message: string;
103330
+ error?: any;
103331
+ }>;
103332
+ };
103333
+ path: "/set-bot-persistent-menu";
103334
+ };
102717
103335
  };
102718
103336
  viber: {
102719
103337
  connect: {
@@ -102778,18 +103396,21 @@ export declare const platformContract: {
102778
103396
  accessToken: import("zod").ZodOptional<import("zod").ZodString>;
102779
103397
  channelSecret: import("zod").ZodOptional<import("zod").ZodString>;
102780
103398
  additionalCredentials: import("zod").ZodOptional<import("zod").ZodAny>;
103399
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
102781
103400
  }, "strip", import("zod").ZodTypeAny, {
102782
103401
  id: string;
102783
103402
  name: string;
102784
103403
  accessToken?: string | undefined;
102785
103404
  channelSecret?: string | undefined;
102786
103405
  additionalCredentials?: any;
103406
+ lineRichMenuId?: string | null | undefined;
102787
103407
  }, {
102788
103408
  id: string;
102789
103409
  name: string;
102790
103410
  accessToken?: string | undefined;
102791
103411
  channelSecret?: string | undefined;
102792
103412
  additionalCredentials?: any;
103413
+ lineRichMenuId?: string | null | undefined;
102793
103414
  }>;
102794
103415
  brandName: import("zod").ZodString;
102795
103416
  platformId: import("zod").ZodString;
@@ -103030,6 +103651,7 @@ export declare const platformContract: {
103030
103651
  accessToken?: string | undefined;
103031
103652
  channelSecret?: string | undefined;
103032
103653
  additionalCredentials?: any;
103654
+ lineRichMenuId?: string | null | undefined;
103033
103655
  };
103034
103656
  status: boolean;
103035
103657
  createdAt: Date;
@@ -103101,6 +103723,7 @@ export declare const platformContract: {
103101
103723
  accessToken?: string | undefined;
103102
103724
  channelSecret?: string | undefined;
103103
103725
  additionalCredentials?: any;
103726
+ lineRichMenuId?: string | null | undefined;
103104
103727
  };
103105
103728
  status: boolean;
103106
103729
  createdAt: Date;
@@ -103174,6 +103797,7 @@ export declare const platformContract: {
103174
103797
  accessToken?: string | undefined;
103175
103798
  channelSecret?: string | undefined;
103176
103799
  additionalCredentials?: any;
103800
+ lineRichMenuId?: string | null | undefined;
103177
103801
  };
103178
103802
  status: boolean;
103179
103803
  createdAt: Date;
@@ -103248,6 +103872,7 @@ export declare const platformContract: {
103248
103872
  accessToken?: string | undefined;
103249
103873
  channelSecret?: string | undefined;
103250
103874
  additionalCredentials?: any;
103875
+ lineRichMenuId?: string | null | undefined;
103251
103876
  };
103252
103877
  status: boolean;
103253
103878
  createdAt: Date;
@@ -103361,18 +103986,21 @@ export declare const platformContract: {
103361
103986
  accessToken: import("zod").ZodOptional<import("zod").ZodString>;
103362
103987
  channelSecret: import("zod").ZodOptional<import("zod").ZodString>;
103363
103988
  additionalCredentials: import("zod").ZodOptional<import("zod").ZodAny>;
103989
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
103364
103990
  }, "strip", import("zod").ZodTypeAny, {
103365
103991
  id: string;
103366
103992
  name: string;
103367
103993
  accessToken?: string | undefined;
103368
103994
  channelSecret?: string | undefined;
103369
103995
  additionalCredentials?: any;
103996
+ lineRichMenuId?: string | null | undefined;
103370
103997
  }, {
103371
103998
  id: string;
103372
103999
  name: string;
103373
104000
  accessToken?: string | undefined;
103374
104001
  channelSecret?: string | undefined;
103375
104002
  additionalCredentials?: any;
104003
+ lineRichMenuId?: string | null | undefined;
103376
104004
  }>;
103377
104005
  brandName: import("zod").ZodString;
103378
104006
  platformId: import("zod").ZodString;
@@ -103613,6 +104241,7 @@ export declare const platformContract: {
103613
104241
  accessToken?: string | undefined;
103614
104242
  channelSecret?: string | undefined;
103615
104243
  additionalCredentials?: any;
104244
+ lineRichMenuId?: string | null | undefined;
103616
104245
  };
103617
104246
  status: boolean;
103618
104247
  createdAt: Date;
@@ -103684,6 +104313,7 @@ export declare const platformContract: {
103684
104313
  accessToken?: string | undefined;
103685
104314
  channelSecret?: string | undefined;
103686
104315
  additionalCredentials?: any;
104316
+ lineRichMenuId?: string | null | undefined;
103687
104317
  };
103688
104318
  status: boolean;
103689
104319
  createdAt: Date;
@@ -103757,6 +104387,7 @@ export declare const platformContract: {
103757
104387
  accessToken?: string | undefined;
103758
104388
  channelSecret?: string | undefined;
103759
104389
  additionalCredentials?: any;
104390
+ lineRichMenuId?: string | null | undefined;
103760
104391
  };
103761
104392
  status: boolean;
103762
104393
  createdAt: Date;
@@ -103831,6 +104462,7 @@ export declare const platformContract: {
103831
104462
  accessToken?: string | undefined;
103832
104463
  channelSecret?: string | undefined;
103833
104464
  additionalCredentials?: any;
104465
+ lineRichMenuId?: string | null | undefined;
103834
104466
  };
103835
104467
  status: boolean;
103836
104468
  createdAt: Date;
@@ -104044,24 +104676,28 @@ export declare const platformContract: {
104044
104676
  accessToken: import("zod").ZodOptional<import("zod").ZodString>;
104045
104677
  channelSecret: import("zod").ZodOptional<import("zod").ZodString>;
104046
104678
  additionalCredentials: import("zod").ZodOptional<import("zod").ZodAny>;
104679
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
104047
104680
  }, "strip", import("zod").ZodTypeAny, {
104048
104681
  id: string;
104049
104682
  name: string;
104050
104683
  accessToken?: string | undefined;
104051
104684
  channelSecret?: string | undefined;
104052
104685
  additionalCredentials?: any;
104686
+ lineRichMenuId?: string | null | undefined;
104053
104687
  }, {
104054
104688
  id: string;
104055
104689
  name: string;
104056
104690
  accessToken?: string | undefined;
104057
104691
  channelSecret?: string | undefined;
104058
104692
  additionalCredentials?: any;
104693
+ lineRichMenuId?: string | null | undefined;
104059
104694
  }>;
104060
104695
  platformId: import("zod").ZodString;
104061
104696
  brandName: import("zod").ZodString;
104062
104697
  status: import("zod").ZodUnion<[import("zod").ZodLiteral<true>, import("zod").ZodLiteral<false>]>;
104063
104698
  connectedUserName: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
104064
104699
  connectedUserId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
104700
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
104065
104701
  actor: import("zod").ZodOptional<import("zod").ZodObject<{
104066
104702
  id: import("zod").ZodString;
104067
104703
  name: import("zod").ZodString;
@@ -104091,12 +104727,14 @@ export declare const platformContract: {
104091
104727
  accessToken?: string | undefined;
104092
104728
  channelSecret?: string | undefined;
104093
104729
  additionalCredentials?: any;
104730
+ lineRichMenuId?: string | null | undefined;
104094
104731
  };
104095
104732
  status: boolean;
104096
104733
  brandName: string;
104097
104734
  platformId: string;
104098
104735
  connectedUserName?: string | null | undefined;
104099
104736
  connectedUserId?: string | null | undefined;
104737
+ lineRichMenuId?: string | null | undefined;
104100
104738
  actor?: {
104101
104739
  id: string;
104102
104740
  address: string | null;
@@ -104114,12 +104752,14 @@ export declare const platformContract: {
104114
104752
  accessToken?: string | undefined;
104115
104753
  channelSecret?: string | undefined;
104116
104754
  additionalCredentials?: any;
104755
+ lineRichMenuId?: string | null | undefined;
104117
104756
  };
104118
104757
  status: boolean;
104119
104758
  brandName: string;
104120
104759
  platformId: string;
104121
104760
  connectedUserName?: string | null | undefined;
104122
104761
  connectedUserId?: string | null | undefined;
104762
+ lineRichMenuId?: string | null | undefined;
104123
104763
  actor?: {
104124
104764
  id: string;
104125
104765
  address: string | null;
@@ -104141,12 +104781,14 @@ export declare const platformContract: {
104141
104781
  accessToken?: string | undefined;
104142
104782
  channelSecret?: string | undefined;
104143
104783
  additionalCredentials?: any;
104784
+ lineRichMenuId?: string | null | undefined;
104144
104785
  };
104145
104786
  status: boolean;
104146
104787
  brandName: string;
104147
104788
  platformId: string;
104148
104789
  connectedUserName?: string | null | undefined;
104149
104790
  connectedUserId?: string | null | undefined;
104791
+ lineRichMenuId?: string | null | undefined;
104150
104792
  actor?: {
104151
104793
  id: string;
104152
104794
  address: string | null;
@@ -104207,12 +104849,14 @@ export declare const platformContract: {
104207
104849
  accessToken?: string | undefined;
104208
104850
  channelSecret?: string | undefined;
104209
104851
  additionalCredentials?: any;
104852
+ lineRichMenuId?: string | null | undefined;
104210
104853
  };
104211
104854
  status: boolean;
104212
104855
  brandName: string;
104213
104856
  platformId: string;
104214
104857
  connectedUserName?: string | null | undefined;
104215
104858
  connectedUserId?: string | null | undefined;
104859
+ lineRichMenuId?: string | null | undefined;
104216
104860
  actor?: {
104217
104861
  id: string;
104218
104862
  address: string | null;
@@ -104413,12 +105057,14 @@ export declare const platformContract: {
104413
105057
  accessToken?: string | undefined;
104414
105058
  channelSecret?: string | undefined;
104415
105059
  additionalCredentials?: any;
105060
+ lineRichMenuId?: string | null | undefined;
104416
105061
  };
104417
105062
  status: boolean;
104418
105063
  brandName: string;
104419
105064
  platformId: string;
104420
105065
  connectedUserName?: string | null | undefined;
104421
105066
  connectedUserId?: string | null | undefined;
105067
+ lineRichMenuId?: string | null | undefined;
104422
105068
  actor?: {
104423
105069
  id: string;
104424
105070
  address: string | null;
@@ -104511,12 +105157,14 @@ export declare const platformContract: {
104511
105157
  accessToken?: string | undefined;
104512
105158
  channelSecret?: string | undefined;
104513
105159
  additionalCredentials?: any;
105160
+ lineRichMenuId?: string | null | undefined;
104514
105161
  };
104515
105162
  status: boolean;
104516
105163
  brandName: string;
104517
105164
  platformId: string;
104518
105165
  connectedUserName?: string | null | undefined;
104519
105166
  connectedUserId?: string | null | undefined;
105167
+ lineRichMenuId?: string | null | undefined;
104520
105168
  actor?: {
104521
105169
  id: string;
104522
105170
  address: string | null;
@@ -105961,18 +106609,21 @@ export declare const platformContract: {
105961
106609
  accessToken: import("zod").ZodOptional<import("zod").ZodString>;
105962
106610
  channelSecret: import("zod").ZodOptional<import("zod").ZodString>;
105963
106611
  additionalCredentials: import("zod").ZodOptional<import("zod").ZodAny>;
106612
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
105964
106613
  }, "strip", import("zod").ZodTypeAny, {
105965
106614
  id: string;
105966
106615
  name: string;
105967
106616
  accessToken?: string | undefined;
105968
106617
  channelSecret?: string | undefined;
105969
106618
  additionalCredentials?: any;
106619
+ lineRichMenuId?: string | null | undefined;
105970
106620
  }, {
105971
106621
  id: string;
105972
106622
  name: string;
105973
106623
  accessToken?: string | undefined;
105974
106624
  channelSecret?: string | undefined;
105975
106625
  additionalCredentials?: any;
106626
+ lineRichMenuId?: string | null | undefined;
105976
106627
  }>;
105977
106628
  brandName: import("zod").ZodString;
105978
106629
  platformId: import("zod").ZodString;
@@ -106213,6 +106864,7 @@ export declare const platformContract: {
106213
106864
  accessToken?: string | undefined;
106214
106865
  channelSecret?: string | undefined;
106215
106866
  additionalCredentials?: any;
106867
+ lineRichMenuId?: string | null | undefined;
106216
106868
  };
106217
106869
  status: boolean;
106218
106870
  createdAt: Date;
@@ -106284,6 +106936,7 @@ export declare const platformContract: {
106284
106936
  accessToken?: string | undefined;
106285
106937
  channelSecret?: string | undefined;
106286
106938
  additionalCredentials?: any;
106939
+ lineRichMenuId?: string | null | undefined;
106287
106940
  };
106288
106941
  status: boolean;
106289
106942
  createdAt: Date;
@@ -106802,6 +107455,7 @@ export declare const platformContract: {
106802
107455
  accessToken?: string | undefined;
106803
107456
  channelSecret?: string | undefined;
106804
107457
  additionalCredentials?: any;
107458
+ lineRichMenuId?: string | null | undefined;
106805
107459
  };
106806
107460
  status: boolean;
106807
107461
  createdAt: Date;
@@ -107168,6 +107822,7 @@ export declare const platformContract: {
107168
107822
  accessToken?: string | undefined;
107169
107823
  channelSecret?: string | undefined;
107170
107824
  additionalCredentials?: any;
107825
+ lineRichMenuId?: string | null | undefined;
107171
107826
  };
107172
107827
  status: boolean;
107173
107828
  createdAt: Date;
@@ -109305,6 +109960,7 @@ export declare const platformContract: {
109305
109960
  accessToken?: string | undefined;
109306
109961
  channelSecret?: string | undefined;
109307
109962
  additionalCredentials?: any;
109963
+ lineRichMenuId?: string | null | undefined;
109308
109964
  };
109309
109965
  status: boolean;
109310
109966
  createdAt: Date;
@@ -110006,6 +110662,7 @@ export declare const platformContract: {
110006
110662
  accessToken?: string | undefined;
110007
110663
  channelSecret?: string | undefined;
110008
110664
  additionalCredentials?: any;
110665
+ lineRichMenuId?: string | null | undefined;
110009
110666
  };
110010
110667
  status: boolean;
110011
110668
  createdAt: Date;
@@ -110709,6 +111366,7 @@ export declare const platformContract: {
110709
111366
  accessToken?: string | undefined;
110710
111367
  channelSecret?: string | undefined;
110711
111368
  additionalCredentials?: any;
111369
+ lineRichMenuId?: string | null | undefined;
110712
111370
  };
110713
111371
  status: boolean;
110714
111372
  createdAt: Date;
@@ -111413,6 +112071,7 @@ export declare const platformContract: {
111413
112071
  accessToken?: string | undefined;
111414
112072
  channelSecret?: string | undefined;
111415
112073
  additionalCredentials?: any;
112074
+ lineRichMenuId?: string | null | undefined;
111416
112075
  };
111417
112076
  status: boolean;
111418
112077
  createdAt: Date;
@@ -112035,18 +112694,21 @@ export declare const platformContract: {
112035
112694
  accessToken: import("zod").ZodOptional<import("zod").ZodString>;
112036
112695
  channelSecret: import("zod").ZodOptional<import("zod").ZodString>;
112037
112696
  additionalCredentials: import("zod").ZodOptional<import("zod").ZodAny>;
112697
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
112038
112698
  }, "strip", import("zod").ZodTypeAny, {
112039
112699
  id: string;
112040
112700
  name: string;
112041
112701
  accessToken?: string | undefined;
112042
112702
  channelSecret?: string | undefined;
112043
112703
  additionalCredentials?: any;
112704
+ lineRichMenuId?: string | null | undefined;
112044
112705
  }, {
112045
112706
  id: string;
112046
112707
  name: string;
112047
112708
  accessToken?: string | undefined;
112048
112709
  channelSecret?: string | undefined;
112049
112710
  additionalCredentials?: any;
112711
+ lineRichMenuId?: string | null | undefined;
112050
112712
  }>;
112051
112713
  brandName: import("zod").ZodString;
112052
112714
  platformId: import("zod").ZodString;
@@ -112287,6 +112949,7 @@ export declare const platformContract: {
112287
112949
  accessToken?: string | undefined;
112288
112950
  channelSecret?: string | undefined;
112289
112951
  additionalCredentials?: any;
112952
+ lineRichMenuId?: string | null | undefined;
112290
112953
  };
112291
112954
  status: boolean;
112292
112955
  createdAt: Date;
@@ -112358,6 +113021,7 @@ export declare const platformContract: {
112358
113021
  accessToken?: string | undefined;
112359
113022
  channelSecret?: string | undefined;
112360
113023
  additionalCredentials?: any;
113024
+ lineRichMenuId?: string | null | undefined;
112361
113025
  };
112362
113026
  status: boolean;
112363
113027
  createdAt: Date;
@@ -112431,6 +113095,7 @@ export declare const platformContract: {
112431
113095
  accessToken?: string | undefined;
112432
113096
  channelSecret?: string | undefined;
112433
113097
  additionalCredentials?: any;
113098
+ lineRichMenuId?: string | null | undefined;
112434
113099
  };
112435
113100
  status: boolean;
112436
113101
  createdAt: Date;
@@ -112505,6 +113170,7 @@ export declare const platformContract: {
112505
113170
  accessToken?: string | undefined;
112506
113171
  channelSecret?: string | undefined;
112507
113172
  additionalCredentials?: any;
113173
+ lineRichMenuId?: string | null | undefined;
112508
113174
  };
112509
113175
  status: boolean;
112510
113176
  createdAt: Date;
@@ -112615,24 +113281,28 @@ export declare const platformContract: {
112615
113281
  accessToken: import("zod").ZodOptional<import("zod").ZodString>;
112616
113282
  channelSecret: import("zod").ZodOptional<import("zod").ZodString>;
112617
113283
  additionalCredentials: import("zod").ZodOptional<import("zod").ZodAny>;
113284
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
112618
113285
  }, "strip", import("zod").ZodTypeAny, {
112619
113286
  id: string;
112620
113287
  name: string;
112621
113288
  accessToken?: string | undefined;
112622
113289
  channelSecret?: string | undefined;
112623
113290
  additionalCredentials?: any;
113291
+ lineRichMenuId?: string | null | undefined;
112624
113292
  }, {
112625
113293
  id: string;
112626
113294
  name: string;
112627
113295
  accessToken?: string | undefined;
112628
113296
  channelSecret?: string | undefined;
112629
113297
  additionalCredentials?: any;
113298
+ lineRichMenuId?: string | null | undefined;
112630
113299
  }>;
112631
113300
  platformId: import("zod").ZodString;
112632
113301
  brandName: import("zod").ZodString;
112633
113302
  status: import("zod").ZodUnion<[import("zod").ZodLiteral<true>, import("zod").ZodLiteral<false>]>;
112634
113303
  connectedUserName: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
112635
113304
  connectedUserId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
113305
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
112636
113306
  actor: import("zod").ZodOptional<import("zod").ZodObject<{
112637
113307
  id: import("zod").ZodString;
112638
113308
  name: import("zod").ZodString;
@@ -112662,12 +113332,14 @@ export declare const platformContract: {
112662
113332
  accessToken?: string | undefined;
112663
113333
  channelSecret?: string | undefined;
112664
113334
  additionalCredentials?: any;
113335
+ lineRichMenuId?: string | null | undefined;
112665
113336
  };
112666
113337
  status: boolean;
112667
113338
  brandName: string;
112668
113339
  platformId: string;
112669
113340
  connectedUserName?: string | null | undefined;
112670
113341
  connectedUserId?: string | null | undefined;
113342
+ lineRichMenuId?: string | null | undefined;
112671
113343
  actor?: {
112672
113344
  id: string;
112673
113345
  address: string | null;
@@ -112685,12 +113357,14 @@ export declare const platformContract: {
112685
113357
  accessToken?: string | undefined;
112686
113358
  channelSecret?: string | undefined;
112687
113359
  additionalCredentials?: any;
113360
+ lineRichMenuId?: string | null | undefined;
112688
113361
  };
112689
113362
  status: boolean;
112690
113363
  brandName: string;
112691
113364
  platformId: string;
112692
113365
  connectedUserName?: string | null | undefined;
112693
113366
  connectedUserId?: string | null | undefined;
113367
+ lineRichMenuId?: string | null | undefined;
112694
113368
  actor?: {
112695
113369
  id: string;
112696
113370
  address: string | null;
@@ -112710,12 +113384,14 @@ export declare const platformContract: {
112710
113384
  accessToken?: string | undefined;
112711
113385
  channelSecret?: string | undefined;
112712
113386
  additionalCredentials?: any;
113387
+ lineRichMenuId?: string | null | undefined;
112713
113388
  };
112714
113389
  status: boolean;
112715
113390
  brandName: string;
112716
113391
  platformId: string;
112717
113392
  connectedUserName?: string | null | undefined;
112718
113393
  connectedUserId?: string | null | undefined;
113394
+ lineRichMenuId?: string | null | undefined;
112719
113395
  actor?: {
112720
113396
  id: string;
112721
113397
  address: string | null;
@@ -112736,12 +113412,14 @@ export declare const platformContract: {
112736
113412
  accessToken?: string | undefined;
112737
113413
  channelSecret?: string | undefined;
112738
113414
  additionalCredentials?: any;
113415
+ lineRichMenuId?: string | null | undefined;
112739
113416
  };
112740
113417
  status: boolean;
112741
113418
  brandName: string;
112742
113419
  platformId: string;
112743
113420
  connectedUserName?: string | null | undefined;
112744
113421
  connectedUserId?: string | null | undefined;
113422
+ lineRichMenuId?: string | null | undefined;
112745
113423
  actor?: {
112746
113424
  id: string;
112747
113425
  address: string | null;
@@ -113010,16 +113688,19 @@ export declare const platformBotpressContract: {
113010
113688
  }, {
113011
113689
  name: string;
113012
113690
  }>;
113013
- botpressUserMetadata: import("zod").ZodNullable<import("zod").ZodObject<{
113691
+ botpressUserMetadata: import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
113692
+ botpressBotId: import("zod").ZodString;
113014
113693
  id: import("zod").ZodString;
113015
113694
  name: import("zod").ZodString;
113016
113695
  }, "strip", import("zod").ZodTypeAny, {
113017
113696
  id: string;
113018
113697
  name: string;
113698
+ botpressBotId: string;
113019
113699
  }, {
113020
113700
  id: string;
113021
113701
  name: string;
113022
- }>>;
113702
+ botpressBotId: string;
113703
+ }>, "many">>;
113023
113704
  }, "strip", import("zod").ZodTypeAny, {
113024
113705
  id: string;
113025
113706
  contact: {
@@ -113029,7 +113710,8 @@ export declare const platformBotpressContract: {
113029
113710
  botpressUserMetadata: {
113030
113711
  id: string;
113031
113712
  name: string;
113032
- } | null;
113713
+ botpressBotId: string;
113714
+ }[] | null;
113033
113715
  }, {
113034
113716
  id: string;
113035
113717
  contact: {
@@ -113039,7 +113721,8 @@ export declare const platformBotpressContract: {
113039
113721
  botpressUserMetadata: {
113040
113722
  id: string;
113041
113723
  name: string;
113042
- } | null;
113724
+ botpressBotId: string;
113725
+ }[] | null;
113043
113726
  }>;
113044
113727
  }, "strip", import("zod").ZodTypeAny, {
113045
113728
  id: string;
@@ -113060,7 +113743,8 @@ export declare const platformBotpressContract: {
113060
113743
  botpressUserMetadata: {
113061
113744
  id: string;
113062
113745
  name: string;
113063
- } | null;
113746
+ botpressBotId: string;
113747
+ }[] | null;
113064
113748
  };
113065
113749
  botpressConversationMetadata?: {
113066
113750
  id: string;
@@ -113084,7 +113768,8 @@ export declare const platformBotpressContract: {
113084
113768
  botpressUserMetadata: {
113085
113769
  id: string;
113086
113770
  name: string;
113087
- } | null;
113771
+ botpressBotId: string;
113772
+ }[] | null;
113088
113773
  };
113089
113774
  botpressConversationMetadata?: {
113090
113775
  id: string;
@@ -113111,7 +113796,8 @@ export declare const platformBotpressContract: {
113111
113796
  botpressUserMetadata: {
113112
113797
  id: string;
113113
113798
  name: string;
113114
- } | null;
113799
+ botpressBotId: string;
113800
+ }[] | null;
113115
113801
  };
113116
113802
  botpressConversationMetadata?: {
113117
113803
  id: string;
@@ -113139,7 +113825,8 @@ export declare const platformBotpressContract: {
113139
113825
  botpressUserMetadata: {
113140
113826
  id: string;
113141
113827
  name: string;
113142
- } | null;
113828
+ botpressBotId: string;
113829
+ }[] | null;
113143
113830
  };
113144
113831
  botpressConversationMetadata?: {
113145
113832
  id: string;
@@ -122286,6 +122973,131 @@ export declare const telephonyContract: {
122286
122973
  'x-client-timezone'?: string | undefined;
122287
122974
  }>>>;
122288
122975
  };
122976
+ getCallRedirectSetting: {
122977
+ method: "GET";
122978
+ responses: {
122979
+ 200: import("zod").ZodObject<{
122980
+ requestId: import("zod").ZodString;
122981
+ callRedirectTo: import("zod").ZodString;
122982
+ }, "strip", import("zod").ZodTypeAny, {
122983
+ requestId: string;
122984
+ callRedirectTo: string;
122985
+ }, {
122986
+ requestId: string;
122987
+ callRedirectTo: string;
122988
+ }>;
122989
+ 400: import("zod").ZodObject<{
122990
+ message: import("zod").ZodString;
122991
+ }, "strip", import("zod").ZodTypeAny, {
122992
+ message: string;
122993
+ }, {
122994
+ message: string;
122995
+ }>;
122996
+ 401: import("zod").ZodObject<{
122997
+ message: import("zod").ZodString;
122998
+ error: import("zod").ZodAny;
122999
+ }, "strip", import("zod").ZodTypeAny, {
123000
+ message: string;
123001
+ error?: any;
123002
+ }, {
123003
+ message: string;
123004
+ error?: any;
123005
+ }>;
123006
+ 500: import("zod").ZodObject<{
123007
+ message: import("zod").ZodString;
123008
+ error: import("zod").ZodAny;
123009
+ }, "strip", import("zod").ZodTypeAny, {
123010
+ message: string;
123011
+ error?: any;
123012
+ }, {
123013
+ message: string;
123014
+ error?: any;
123015
+ }>;
123016
+ };
123017
+ path: "telephony-cdr/call-redirect-setting";
123018
+ headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
123019
+ 'x-tenant': import("zod").ZodString;
123020
+ authorization: import("zod").ZodString;
123021
+ 'x-code': import("zod").ZodOptional<import("zod").ZodString>;
123022
+ 'x-client-timezone': import("zod").ZodDefault<import("zod").ZodString>;
123023
+ }, "strip", import("zod").ZodTypeAny, {
123024
+ 'x-tenant': string;
123025
+ authorization: string;
123026
+ 'x-client-timezone': string;
123027
+ 'x-code'?: string | undefined;
123028
+ }, {
123029
+ 'x-tenant': string;
123030
+ authorization: string;
123031
+ 'x-code'?: string | undefined;
123032
+ 'x-client-timezone'?: string | undefined;
123033
+ }>>>;
123034
+ };
123035
+ updateCallRedirectSetting: {
123036
+ body: import("zod").ZodObject<{
123037
+ callRedirectTo: import("zod").ZodString;
123038
+ }, "strip", import("zod").ZodTypeAny, {
123039
+ callRedirectTo: string;
123040
+ }, {
123041
+ callRedirectTo: string;
123042
+ }>;
123043
+ method: "PATCH";
123044
+ responses: {
123045
+ 200: import("zod").ZodObject<{
123046
+ requestId: import("zod").ZodString;
123047
+ callRedirectTo: import("zod").ZodString;
123048
+ }, "strip", import("zod").ZodTypeAny, {
123049
+ requestId: string;
123050
+ callRedirectTo: string;
123051
+ }, {
123052
+ requestId: string;
123053
+ callRedirectTo: string;
123054
+ }>;
123055
+ 400: import("zod").ZodObject<{
123056
+ message: import("zod").ZodString;
123057
+ }, "strip", import("zod").ZodTypeAny, {
123058
+ message: string;
123059
+ }, {
123060
+ message: string;
123061
+ }>;
123062
+ 401: import("zod").ZodObject<{
123063
+ message: import("zod").ZodString;
123064
+ error: import("zod").ZodAny;
123065
+ }, "strip", import("zod").ZodTypeAny, {
123066
+ message: string;
123067
+ error?: any;
123068
+ }, {
123069
+ message: string;
123070
+ error?: any;
123071
+ }>;
123072
+ 500: import("zod").ZodObject<{
123073
+ message: import("zod").ZodString;
123074
+ error: import("zod").ZodAny;
123075
+ }, "strip", import("zod").ZodTypeAny, {
123076
+ message: string;
123077
+ error?: any;
123078
+ }, {
123079
+ message: string;
123080
+ error?: any;
123081
+ }>;
123082
+ };
123083
+ path: "telephony-cdr/call-redirect-setting";
123084
+ headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
123085
+ 'x-tenant': import("zod").ZodString;
123086
+ authorization: import("zod").ZodString;
123087
+ 'x-code': import("zod").ZodOptional<import("zod").ZodString>;
123088
+ 'x-client-timezone': import("zod").ZodDefault<import("zod").ZodString>;
123089
+ }, "strip", import("zod").ZodTypeAny, {
123090
+ 'x-tenant': string;
123091
+ authorization: string;
123092
+ 'x-client-timezone': string;
123093
+ 'x-code'?: string | undefined;
123094
+ }, {
123095
+ 'x-tenant': string;
123096
+ authorization: string;
123097
+ 'x-code'?: string | undefined;
123098
+ 'x-client-timezone'?: string | undefined;
123099
+ }>>>;
123100
+ };
122289
123101
  };
122290
123102
  };
122291
123103
  export declare const notificationContract: {
@@ -171347,18 +172159,21 @@ export declare const workflowContract: {
171347
172159
  accessToken: import("zod").ZodOptional<import("zod").ZodString>;
171348
172160
  channelSecret: import("zod").ZodOptional<import("zod").ZodString>;
171349
172161
  additionalCredentials: import("zod").ZodOptional<import("zod").ZodAny>;
172162
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
171350
172163
  }, "strip", import("zod").ZodTypeAny, {
171351
172164
  id: string;
171352
172165
  name: string;
171353
172166
  accessToken?: string | undefined;
171354
172167
  channelSecret?: string | undefined;
171355
172168
  additionalCredentials?: any;
172169
+ lineRichMenuId?: string | null | undefined;
171356
172170
  }, {
171357
172171
  id: string;
171358
172172
  name: string;
171359
172173
  accessToken?: string | undefined;
171360
172174
  channelSecret?: string | undefined;
171361
172175
  additionalCredentials?: any;
172176
+ lineRichMenuId?: string | null | undefined;
171362
172177
  }>;
171363
172178
  brandName: import("zod").ZodString;
171364
172179
  platformId: import("zod").ZodString;
@@ -171599,6 +172414,7 @@ export declare const workflowContract: {
171599
172414
  accessToken?: string | undefined;
171600
172415
  channelSecret?: string | undefined;
171601
172416
  additionalCredentials?: any;
172417
+ lineRichMenuId?: string | null | undefined;
171602
172418
  };
171603
172419
  status: boolean;
171604
172420
  createdAt: Date;
@@ -171670,6 +172486,7 @@ export declare const workflowContract: {
171670
172486
  accessToken?: string | undefined;
171671
172487
  channelSecret?: string | undefined;
171672
172488
  additionalCredentials?: any;
172489
+ lineRichMenuId?: string | null | undefined;
171673
172490
  };
171674
172491
  status: boolean;
171675
172492
  createdAt: Date;
@@ -172188,6 +173005,7 @@ export declare const workflowContract: {
172188
173005
  accessToken?: string | undefined;
172189
173006
  channelSecret?: string | undefined;
172190
173007
  additionalCredentials?: any;
173008
+ lineRichMenuId?: string | null | undefined;
172191
173009
  };
172192
173010
  status: boolean;
172193
173011
  createdAt: Date;
@@ -172554,6 +173372,7 @@ export declare const workflowContract: {
172554
173372
  accessToken?: string | undefined;
172555
173373
  channelSecret?: string | undefined;
172556
173374
  additionalCredentials?: any;
173375
+ lineRichMenuId?: string | null | undefined;
172557
173376
  };
172558
173377
  status: boolean;
172559
173378
  createdAt: Date;
@@ -172922,6 +173741,7 @@ export declare const workflowContract: {
172922
173741
  accessToken?: string | undefined;
172923
173742
  channelSecret?: string | undefined;
172924
173743
  additionalCredentials?: any;
173744
+ lineRichMenuId?: string | null | undefined;
172925
173745
  };
172926
173746
  status: boolean;
172927
173747
  createdAt: Date;
@@ -173291,6 +174111,7 @@ export declare const workflowContract: {
173291
174111
  accessToken?: string | undefined;
173292
174112
  channelSecret?: string | undefined;
173293
174113
  additionalCredentials?: any;
174114
+ lineRichMenuId?: string | null | undefined;
173294
174115
  };
173295
174116
  status: boolean;
173296
174117
  createdAt: Date;
@@ -173705,18 +174526,21 @@ export declare const workflowContract: {
173705
174526
  accessToken: import("zod").ZodOptional<import("zod").ZodString>;
173706
174527
  channelSecret: import("zod").ZodOptional<import("zod").ZodString>;
173707
174528
  additionalCredentials: import("zod").ZodOptional<import("zod").ZodAny>;
174529
+ lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
173708
174530
  }, "strip", import("zod").ZodTypeAny, {
173709
174531
  id: string;
173710
174532
  name: string;
173711
174533
  accessToken?: string | undefined;
173712
174534
  channelSecret?: string | undefined;
173713
174535
  additionalCredentials?: any;
174536
+ lineRichMenuId?: string | null | undefined;
173714
174537
  }, {
173715
174538
  id: string;
173716
174539
  name: string;
173717
174540
  accessToken?: string | undefined;
173718
174541
  channelSecret?: string | undefined;
173719
174542
  additionalCredentials?: any;
174543
+ lineRichMenuId?: string | null | undefined;
173720
174544
  }>;
173721
174545
  brandName: import("zod").ZodString;
173722
174546
  platformId: import("zod").ZodString;
@@ -173957,6 +174781,7 @@ export declare const workflowContract: {
173957
174781
  accessToken?: string | undefined;
173958
174782
  channelSecret?: string | undefined;
173959
174783
  additionalCredentials?: any;
174784
+ lineRichMenuId?: string | null | undefined;
173960
174785
  };
173961
174786
  status: boolean;
173962
174787
  createdAt: Date;
@@ -174028,6 +174853,7 @@ export declare const workflowContract: {
174028
174853
  accessToken?: string | undefined;
174029
174854
  channelSecret?: string | undefined;
174030
174855
  additionalCredentials?: any;
174856
+ lineRichMenuId?: string | null | undefined;
174031
174857
  };
174032
174858
  status: boolean;
174033
174859
  createdAt: Date;
@@ -175903,6 +176729,7 @@ export declare const workflowContract: {
175903
176729
  accessToken?: string | undefined;
175904
176730
  channelSecret?: string | undefined;
175905
176731
  additionalCredentials?: any;
176732
+ lineRichMenuId?: string | null | undefined;
175906
176733
  };
175907
176734
  status: boolean;
175908
176735
  createdAt: Date;
@@ -176270,6 +177097,7 @@ export declare const workflowContract: {
176270
177097
  accessToken?: string | undefined;
176271
177098
  channelSecret?: string | undefined;
176272
177099
  additionalCredentials?: any;
177100
+ lineRichMenuId?: string | null | undefined;
176273
177101
  };
176274
177102
  status: boolean;
176275
177103
  createdAt: Date;
@@ -176639,6 +177467,7 @@ export declare const workflowContract: {
176639
177467
  accessToken?: string | undefined;
176640
177468
  channelSecret?: string | undefined;
176641
177469
  additionalCredentials?: any;
177470
+ lineRichMenuId?: string | null | undefined;
176642
177471
  };
176643
177472
  status: boolean;
176644
177473
  createdAt: Date;
@@ -177009,6 +177838,7 @@ export declare const workflowContract: {
177009
177838
  accessToken?: string | undefined;
177010
177839
  channelSecret?: string | undefined;
177011
177840
  additionalCredentials?: any;
177841
+ lineRichMenuId?: string | null | undefined;
177012
177842
  };
177013
177843
  status: boolean;
177014
177844
  createdAt: Date;