@kl1/contracts 1.1.51 → 1.1.52
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api-contracts/src/channel/index.d.ts +811 -0
- package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/schema.d.ts +8 -0
- package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/validation.d.ts +5 -0
- package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/index.d.ts +230 -0
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/schema.d.ts +60 -24
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +79 -0
- package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/contract.d.ts +2230 -0
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/index.d.ts +11 -0
- package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/schema.d.ts +9 -0
- package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/index.d.ts +106 -0
- package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/schema.d.ts +7 -0
- package/dist/api-contracts/src/facebook-feed/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/validation.d.ts +5 -0
- package/dist/api-contracts/src/facebook-feed/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/index.d.ts +83 -0
- package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/index.d.ts +75 -0
- package/dist/api-contracts/src/line/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/validation.d.ts +9 -0
- package/dist/api-contracts/src/line/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/index.d.ts +186 -0
- package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/schema.d.ts +230 -1
- package/dist/api-contracts/src/messenger/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/validation.d.ts +42 -0
- package/dist/api-contracts/src/messenger/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/sms/index.d.ts +16 -0
- package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telegram/index.d.ts +61 -0
- package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/viber/index.d.ts +61 -0
- package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
- package/dist/api-contracts/src/webchat/index.d.ts +40 -0
- package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/workflow-rule/index.d.ts +18 -0
- package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
- package/dist/index.js +2224 -2154
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2224 -2154
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/dist/api-contracts/src/hold-label/index.d.ts +0 -315
- package/dist/api-contracts/src/hold-label/index.d.ts.map +0 -1
- package/dist/api-contracts/src/hold-label/schema.d.ts +0 -24
- package/dist/api-contracts/src/hold-label/schema.d.ts.map +0 -1
- package/dist/api-contracts/src/hold-label/validation.d.ts +0 -24
- package/dist/api-contracts/src/hold-label/validation.d.ts.map +0 -1
- package/dist/api-contracts/src/presence-status/index.d.ts +0 -556
- package/dist/api-contracts/src/presence-status/index.d.ts.map +0 -1
- package/dist/api-contracts/src/presence-status/schema.d.ts +0 -31
- package/dist/api-contracts/src/presence-status/schema.d.ts.map +0 -1
- package/dist/api-contracts/src/presence-status/validation.d.ts +0 -28
- package/dist/api-contracts/src/presence-status/validation.d.ts.map +0 -1
- package/dist/api-contracts/src/subscription/index.d.ts +0 -1900
- package/dist/api-contracts/src/subscription/index.d.ts.map +0 -1
- package/dist/api-contracts/src/subscription/schema.d.ts +0 -2059
- package/dist/api-contracts/src/subscription/schema.d.ts.map +0 -1
- package/dist/api-contracts/src/subscription/validation.d.ts +0 -37
- package/dist/api-contracts/src/subscription/validation.d.ts.map +0 -1
@@ -132,6 +132,7 @@ export declare const lineContract: {
|
|
132
132
|
apiSecret: string;
|
133
133
|
}>>;
|
134
134
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
135
|
+
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
135
136
|
}, "strip", z.ZodTypeAny, {
|
136
137
|
id: string;
|
137
138
|
name: string;
|
@@ -145,6 +146,7 @@ export declare const lineContract: {
|
|
145
146
|
apiSecret: string;
|
146
147
|
} | undefined;
|
147
148
|
lineRichMenuId?: string | null | undefined;
|
149
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
148
150
|
}, {
|
149
151
|
id: string;
|
150
152
|
name: string;
|
@@ -158,6 +160,7 @@ export declare const lineContract: {
|
|
158
160
|
apiSecret: string;
|
159
161
|
} | undefined;
|
160
162
|
lineRichMenuId?: string | null | undefined;
|
163
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
161
164
|
}>;
|
162
165
|
platformId: z.ZodString;
|
163
166
|
brandName: z.ZodString;
|
@@ -201,6 +204,7 @@ export declare const lineContract: {
|
|
201
204
|
apiSecret: string;
|
202
205
|
} | undefined;
|
203
206
|
lineRichMenuId?: string | null | undefined;
|
207
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
204
208
|
};
|
205
209
|
status: boolean;
|
206
210
|
brandName: string;
|
@@ -232,6 +236,7 @@ export declare const lineContract: {
|
|
232
236
|
apiSecret: string;
|
233
237
|
} | undefined;
|
234
238
|
lineRichMenuId?: string | null | undefined;
|
239
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
235
240
|
};
|
236
241
|
status: boolean;
|
237
242
|
brandName: string;
|
@@ -266,6 +271,7 @@ export declare const lineContract: {
|
|
266
271
|
apiSecret: string;
|
267
272
|
} | undefined;
|
268
273
|
lineRichMenuId?: string | null | undefined;
|
274
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
269
275
|
};
|
270
276
|
status: boolean;
|
271
277
|
brandName: string;
|
@@ -329,6 +335,7 @@ export declare const lineContract: {
|
|
329
335
|
apiSecret: string;
|
330
336
|
} | undefined;
|
331
337
|
lineRichMenuId?: string | null | undefined;
|
338
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
332
339
|
};
|
333
340
|
status: boolean;
|
334
341
|
brandName: string;
|
@@ -520,6 +527,7 @@ export declare const lineContract: {
|
|
520
527
|
apiSecret: string;
|
521
528
|
} | undefined;
|
522
529
|
lineRichMenuId?: string | null | undefined;
|
530
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
523
531
|
};
|
524
532
|
status: boolean;
|
525
533
|
brandName: string;
|
@@ -614,6 +622,7 @@ export declare const lineContract: {
|
|
614
622
|
apiSecret: string;
|
615
623
|
} | undefined;
|
616
624
|
lineRichMenuId?: string | null | undefined;
|
625
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
617
626
|
};
|
618
627
|
status: boolean;
|
619
628
|
brandName: string;
|
@@ -771,6 +780,7 @@ export declare const lineContract: {
|
|
771
780
|
apiSecret: string;
|
772
781
|
}>>;
|
773
782
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
783
|
+
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
774
784
|
}, "strip", z.ZodTypeAny, {
|
775
785
|
id: string;
|
776
786
|
name: string;
|
@@ -784,6 +794,7 @@ export declare const lineContract: {
|
|
784
794
|
apiSecret: string;
|
785
795
|
} | undefined;
|
786
796
|
lineRichMenuId?: string | null | undefined;
|
797
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
787
798
|
}, {
|
788
799
|
id: string;
|
789
800
|
name: string;
|
@@ -797,6 +808,7 @@ export declare const lineContract: {
|
|
797
808
|
apiSecret: string;
|
798
809
|
} | undefined;
|
799
810
|
lineRichMenuId?: string | null | undefined;
|
811
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
800
812
|
}>;
|
801
813
|
platformId: z.ZodString;
|
802
814
|
brandName: z.ZodString;
|
@@ -840,6 +852,7 @@ export declare const lineContract: {
|
|
840
852
|
apiSecret: string;
|
841
853
|
} | undefined;
|
842
854
|
lineRichMenuId?: string | null | undefined;
|
855
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
843
856
|
};
|
844
857
|
status: boolean;
|
845
858
|
brandName: string;
|
@@ -871,6 +884,7 @@ export declare const lineContract: {
|
|
871
884
|
apiSecret: string;
|
872
885
|
} | undefined;
|
873
886
|
lineRichMenuId?: string | null | undefined;
|
887
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
874
888
|
};
|
875
889
|
status: boolean;
|
876
890
|
brandName: string;
|
@@ -904,6 +918,7 @@ export declare const lineContract: {
|
|
904
918
|
apiSecret: string;
|
905
919
|
} | undefined;
|
906
920
|
lineRichMenuId?: string | null | undefined;
|
921
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
907
922
|
};
|
908
923
|
status: boolean;
|
909
924
|
brandName: string;
|
@@ -938,6 +953,7 @@ export declare const lineContract: {
|
|
938
953
|
apiSecret: string;
|
939
954
|
} | undefined;
|
940
955
|
lineRichMenuId?: string | null | undefined;
|
956
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
941
957
|
};
|
942
958
|
status: boolean;
|
943
959
|
brandName: string;
|
@@ -1129,6 +1145,7 @@ export declare const lineContract: {
|
|
1129
1145
|
apiSecret: string;
|
1130
1146
|
}>>;
|
1131
1147
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
1148
|
+
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
1132
1149
|
}, "strip", z.ZodTypeAny, {
|
1133
1150
|
id: string;
|
1134
1151
|
name: string;
|
@@ -1142,6 +1159,7 @@ export declare const lineContract: {
|
|
1142
1159
|
apiSecret: string;
|
1143
1160
|
} | undefined;
|
1144
1161
|
lineRichMenuId?: string | null | undefined;
|
1162
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
1145
1163
|
}, {
|
1146
1164
|
id: string;
|
1147
1165
|
name: string;
|
@@ -1155,6 +1173,7 @@ export declare const lineContract: {
|
|
1155
1173
|
apiSecret: string;
|
1156
1174
|
} | undefined;
|
1157
1175
|
lineRichMenuId?: string | null | undefined;
|
1176
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
1158
1177
|
}>;
|
1159
1178
|
platformId: z.ZodString;
|
1160
1179
|
brandName: z.ZodString;
|
@@ -1198,6 +1217,7 @@ export declare const lineContract: {
|
|
1198
1217
|
apiSecret: string;
|
1199
1218
|
} | undefined;
|
1200
1219
|
lineRichMenuId?: string | null | undefined;
|
1220
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
1201
1221
|
};
|
1202
1222
|
status: boolean;
|
1203
1223
|
brandName: string;
|
@@ -1229,6 +1249,7 @@ export declare const lineContract: {
|
|
1229
1249
|
apiSecret: string;
|
1230
1250
|
} | undefined;
|
1231
1251
|
lineRichMenuId?: string | null | undefined;
|
1252
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
1232
1253
|
};
|
1233
1254
|
status: boolean;
|
1234
1255
|
brandName: string;
|
@@ -1264,6 +1285,7 @@ export declare const lineContract: {
|
|
1264
1285
|
apiSecret: string;
|
1265
1286
|
} | undefined;
|
1266
1287
|
lineRichMenuId?: string | null | undefined;
|
1288
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
1267
1289
|
};
|
1268
1290
|
status: boolean;
|
1269
1291
|
brandName: string;
|
@@ -1338,6 +1360,7 @@ export declare const lineContract: {
|
|
1338
1360
|
apiSecret: string;
|
1339
1361
|
} | undefined;
|
1340
1362
|
lineRichMenuId?: string | null | undefined;
|
1363
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
1341
1364
|
};
|
1342
1365
|
status: boolean;
|
1343
1366
|
brandName: string;
|
@@ -1580,6 +1603,7 @@ export declare const lineContract: {
|
|
1580
1603
|
apiSecret: string;
|
1581
1604
|
} | undefined;
|
1582
1605
|
lineRichMenuId?: string | null | undefined;
|
1606
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
1583
1607
|
};
|
1584
1608
|
status: boolean;
|
1585
1609
|
brandName: string;
|
@@ -1693,6 +1717,7 @@ export declare const lineContract: {
|
|
1693
1717
|
apiSecret: string;
|
1694
1718
|
} | undefined;
|
1695
1719
|
lineRichMenuId?: string | null | undefined;
|
1720
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
1696
1721
|
};
|
1697
1722
|
status: boolean;
|
1698
1723
|
brandName: string;
|
@@ -3709,6 +3734,7 @@ export declare const lineContract: {
|
|
3709
3734
|
apiSecret: string;
|
3710
3735
|
}>>;
|
3711
3736
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
3737
|
+
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
3712
3738
|
}, "strip", z.ZodTypeAny, {
|
3713
3739
|
id: string;
|
3714
3740
|
name: string;
|
@@ -3722,6 +3748,7 @@ export declare const lineContract: {
|
|
3722
3748
|
apiSecret: string;
|
3723
3749
|
} | undefined;
|
3724
3750
|
lineRichMenuId?: string | null | undefined;
|
3751
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
3725
3752
|
}, {
|
3726
3753
|
id: string;
|
3727
3754
|
name: string;
|
@@ -3735,6 +3762,7 @@ export declare const lineContract: {
|
|
3735
3762
|
apiSecret: string;
|
3736
3763
|
} | undefined;
|
3737
3764
|
lineRichMenuId?: string | null | undefined;
|
3765
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
3738
3766
|
}>;
|
3739
3767
|
brandName: z.ZodString;
|
3740
3768
|
platformId: z.ZodString;
|
@@ -3982,6 +4010,7 @@ export declare const lineContract: {
|
|
3982
4010
|
apiSecret: string;
|
3983
4011
|
} | undefined;
|
3984
4012
|
lineRichMenuId?: string | null | undefined;
|
4013
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
3985
4014
|
};
|
3986
4015
|
status: boolean;
|
3987
4016
|
createdAt: Date;
|
@@ -4060,6 +4089,7 @@ export declare const lineContract: {
|
|
4060
4089
|
apiSecret: string;
|
4061
4090
|
} | undefined;
|
4062
4091
|
lineRichMenuId?: string | null | undefined;
|
4092
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
4063
4093
|
};
|
4064
4094
|
status: boolean;
|
4065
4095
|
createdAt: Date;
|
@@ -4586,6 +4616,7 @@ export declare const lineContract: {
|
|
4586
4616
|
apiSecret: string;
|
4587
4617
|
} | undefined;
|
4588
4618
|
lineRichMenuId?: string | null | undefined;
|
4619
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
4589
4620
|
};
|
4590
4621
|
status: boolean;
|
4591
4622
|
createdAt: Date;
|
@@ -4975,6 +5006,7 @@ export declare const lineContract: {
|
|
4975
5006
|
apiSecret: string;
|
4976
5007
|
} | undefined;
|
4977
5008
|
lineRichMenuId?: string | null | undefined;
|
5009
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
4978
5010
|
};
|
4979
5011
|
status: boolean;
|
4980
5012
|
createdAt: Date;
|
@@ -8088,6 +8120,7 @@ export declare const lineContract: {
|
|
8088
8120
|
apiSecret: string;
|
8089
8121
|
}>>;
|
8090
8122
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
8123
|
+
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
8091
8124
|
}, "strip", z.ZodTypeAny, {
|
8092
8125
|
id: string;
|
8093
8126
|
name: string;
|
@@ -8101,6 +8134,7 @@ export declare const lineContract: {
|
|
8101
8134
|
apiSecret: string;
|
8102
8135
|
} | undefined;
|
8103
8136
|
lineRichMenuId?: string | null | undefined;
|
8137
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
8104
8138
|
}, {
|
8105
8139
|
id: string;
|
8106
8140
|
name: string;
|
@@ -8114,6 +8148,7 @@ export declare const lineContract: {
|
|
8114
8148
|
apiSecret: string;
|
8115
8149
|
} | undefined;
|
8116
8150
|
lineRichMenuId?: string | null | undefined;
|
8151
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
8117
8152
|
}>;
|
8118
8153
|
brandName: z.ZodString;
|
8119
8154
|
platformId: z.ZodString;
|
@@ -8361,6 +8396,7 @@ export declare const lineContract: {
|
|
8361
8396
|
apiSecret: string;
|
8362
8397
|
} | undefined;
|
8363
8398
|
lineRichMenuId?: string | null | undefined;
|
8399
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
8364
8400
|
};
|
8365
8401
|
status: boolean;
|
8366
8402
|
createdAt: Date;
|
@@ -8439,6 +8475,7 @@ export declare const lineContract: {
|
|
8439
8475
|
apiSecret: string;
|
8440
8476
|
} | undefined;
|
8441
8477
|
lineRichMenuId?: string | null | undefined;
|
8478
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
8442
8479
|
};
|
8443
8480
|
status: boolean;
|
8444
8481
|
createdAt: Date;
|
@@ -8965,6 +9002,7 @@ export declare const lineContract: {
|
|
8965
9002
|
apiSecret: string;
|
8966
9003
|
} | undefined;
|
8967
9004
|
lineRichMenuId?: string | null | undefined;
|
9005
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
8968
9006
|
};
|
8969
9007
|
status: boolean;
|
8970
9008
|
createdAt: Date;
|
@@ -9354,6 +9392,7 @@ export declare const lineContract: {
|
|
9354
9392
|
apiSecret: string;
|
9355
9393
|
} | undefined;
|
9356
9394
|
lineRichMenuId?: string | null | undefined;
|
9395
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
9357
9396
|
};
|
9358
9397
|
status: boolean;
|
9359
9398
|
createdAt: Date;
|
@@ -11516,6 +11555,7 @@ export declare const lineContract: {
|
|
11516
11555
|
apiSecret: string;
|
11517
11556
|
} | undefined;
|
11518
11557
|
lineRichMenuId?: string | null | undefined;
|
11558
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
11519
11559
|
};
|
11520
11560
|
status: boolean;
|
11521
11561
|
createdAt: Date;
|
@@ -12242,6 +12282,7 @@ export declare const lineContract: {
|
|
12242
12282
|
apiSecret: string;
|
12243
12283
|
} | undefined;
|
12244
12284
|
lineRichMenuId?: string | null | undefined;
|
12285
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
12245
12286
|
};
|
12246
12287
|
status: boolean;
|
12247
12288
|
createdAt: Date;
|
@@ -12969,6 +13010,7 @@ export declare const lineContract: {
|
|
12969
13010
|
apiSecret: string;
|
12970
13011
|
} | undefined;
|
12971
13012
|
lineRichMenuId?: string | null | undefined;
|
13013
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
12972
13014
|
};
|
12973
13015
|
status: boolean;
|
12974
13016
|
createdAt: Date;
|
@@ -13695,6 +13737,7 @@ export declare const lineContract: {
|
|
13695
13737
|
apiSecret: string;
|
13696
13738
|
} | undefined;
|
13697
13739
|
lineRichMenuId?: string | null | undefined;
|
13740
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
13698
13741
|
};
|
13699
13742
|
status: boolean;
|
13700
13743
|
createdAt: Date;
|
@@ -14422,6 +14465,7 @@ export declare const lineContract: {
|
|
14422
14465
|
apiSecret: string;
|
14423
14466
|
} | undefined;
|
14424
14467
|
lineRichMenuId?: string | null | undefined;
|
14468
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
14425
14469
|
};
|
14426
14470
|
status: boolean;
|
14427
14471
|
createdAt: Date;
|
@@ -15148,6 +15192,7 @@ export declare const lineContract: {
|
|
15148
15192
|
apiSecret: string;
|
15149
15193
|
} | undefined;
|
15150
15194
|
lineRichMenuId?: string | null | undefined;
|
15195
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
15151
15196
|
};
|
15152
15197
|
status: boolean;
|
15153
15198
|
createdAt: Date;
|
@@ -15877,6 +15922,7 @@ export declare const lineContract: {
|
|
15877
15922
|
apiSecret: string;
|
15878
15923
|
} | undefined;
|
15879
15924
|
lineRichMenuId?: string | null | undefined;
|
15925
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
15880
15926
|
};
|
15881
15927
|
status: boolean;
|
15882
15928
|
createdAt: Date;
|
@@ -16603,6 +16649,7 @@ export declare const lineContract: {
|
|
16603
16649
|
apiSecret: string;
|
16604
16650
|
} | undefined;
|
16605
16651
|
lineRichMenuId?: string | null | undefined;
|
16652
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
16606
16653
|
};
|
16607
16654
|
status: boolean;
|
16608
16655
|
createdAt: Date;
|
@@ -17333,6 +17380,7 @@ export declare const lineContract: {
|
|
17333
17380
|
apiSecret: string;
|
17334
17381
|
} | undefined;
|
17335
17382
|
lineRichMenuId?: string | null | undefined;
|
17383
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
17336
17384
|
};
|
17337
17385
|
status: boolean;
|
17338
17386
|
createdAt: Date;
|
@@ -18059,6 +18107,7 @@ export declare const lineContract: {
|
|
18059
18107
|
apiSecret: string;
|
18060
18108
|
} | undefined;
|
18061
18109
|
lineRichMenuId?: string | null | undefined;
|
18110
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
18062
18111
|
};
|
18063
18112
|
status: boolean;
|
18064
18113
|
createdAt: Date;
|
@@ -18699,6 +18748,7 @@ export declare const lineContract: {
|
|
18699
18748
|
apiSecret: string;
|
18700
18749
|
}>>;
|
18701
18750
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
18751
|
+
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
18702
18752
|
}, "strip", z.ZodTypeAny, {
|
18703
18753
|
id: string;
|
18704
18754
|
name: string;
|
@@ -18712,6 +18762,7 @@ export declare const lineContract: {
|
|
18712
18762
|
apiSecret: string;
|
18713
18763
|
} | undefined;
|
18714
18764
|
lineRichMenuId?: string | null | undefined;
|
18765
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
18715
18766
|
}, {
|
18716
18767
|
id: string;
|
18717
18768
|
name: string;
|
@@ -18725,6 +18776,7 @@ export declare const lineContract: {
|
|
18725
18776
|
apiSecret: string;
|
18726
18777
|
} | undefined;
|
18727
18778
|
lineRichMenuId?: string | null | undefined;
|
18779
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
18728
18780
|
}>>;
|
18729
18781
|
platformId: z.ZodOptional<z.ZodString>;
|
18730
18782
|
brandName: z.ZodOptional<z.ZodString>;
|
@@ -18768,6 +18820,7 @@ export declare const lineContract: {
|
|
18768
18820
|
apiSecret: string;
|
18769
18821
|
} | undefined;
|
18770
18822
|
lineRichMenuId?: string | null | undefined;
|
18823
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
18771
18824
|
} | undefined;
|
18772
18825
|
platformId?: string | undefined;
|
18773
18826
|
brandName?: string | undefined;
|
@@ -18799,6 +18852,7 @@ export declare const lineContract: {
|
|
18799
18852
|
apiSecret: string;
|
18800
18853
|
} | undefined;
|
18801
18854
|
lineRichMenuId?: string | null | undefined;
|
18855
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
18802
18856
|
} | undefined;
|
18803
18857
|
platformId?: string | undefined;
|
18804
18858
|
brandName?: string | undefined;
|
@@ -18843,6 +18897,7 @@ export declare const lineContract: {
|
|
18843
18897
|
apiSecret: string;
|
18844
18898
|
}>>;
|
18845
18899
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
18900
|
+
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
18846
18901
|
}, "strip", z.ZodTypeAny, {
|
18847
18902
|
id: string;
|
18848
18903
|
name: string;
|
@@ -18856,6 +18911,7 @@ export declare const lineContract: {
|
|
18856
18911
|
apiSecret: string;
|
18857
18912
|
} | undefined;
|
18858
18913
|
lineRichMenuId?: string | null | undefined;
|
18914
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
18859
18915
|
}, {
|
18860
18916
|
id: string;
|
18861
18917
|
name: string;
|
@@ -18869,6 +18925,7 @@ export declare const lineContract: {
|
|
18869
18925
|
apiSecret: string;
|
18870
18926
|
} | undefined;
|
18871
18927
|
lineRichMenuId?: string | null | undefined;
|
18928
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
18872
18929
|
}>;
|
18873
18930
|
platformId: z.ZodString;
|
18874
18931
|
brandName: z.ZodString;
|
@@ -18912,6 +18969,7 @@ export declare const lineContract: {
|
|
18912
18969
|
apiSecret: string;
|
18913
18970
|
} | undefined;
|
18914
18971
|
lineRichMenuId?: string | null | undefined;
|
18972
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
18915
18973
|
};
|
18916
18974
|
status: boolean;
|
18917
18975
|
brandName: string;
|
@@ -18943,6 +19001,7 @@ export declare const lineContract: {
|
|
18943
19001
|
apiSecret: string;
|
18944
19002
|
} | undefined;
|
18945
19003
|
lineRichMenuId?: string | null | undefined;
|
19004
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
18946
19005
|
};
|
18947
19006
|
status: boolean;
|
18948
19007
|
brandName: string;
|
@@ -18976,6 +19035,7 @@ export declare const lineContract: {
|
|
18976
19035
|
apiSecret: string;
|
18977
19036
|
} | undefined;
|
18978
19037
|
lineRichMenuId?: string | null | undefined;
|
19038
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
18979
19039
|
};
|
18980
19040
|
status: boolean;
|
18981
19041
|
brandName: string;
|
@@ -19010,6 +19070,7 @@ export declare const lineContract: {
|
|
19010
19070
|
apiSecret: string;
|
19011
19071
|
} | undefined;
|
19012
19072
|
lineRichMenuId?: string | null | undefined;
|
19073
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
19013
19074
|
};
|
19014
19075
|
status: boolean;
|
19015
19076
|
brandName: string;
|
@@ -19088,6 +19149,7 @@ export declare const lineContract: {
|
|
19088
19149
|
apiSecret: string;
|
19089
19150
|
}>>;
|
19090
19151
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
19152
|
+
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
19091
19153
|
}, "strip", z.ZodTypeAny, {
|
19092
19154
|
id: string;
|
19093
19155
|
name: string;
|
@@ -19101,6 +19163,7 @@ export declare const lineContract: {
|
|
19101
19163
|
apiSecret: string;
|
19102
19164
|
} | undefined;
|
19103
19165
|
lineRichMenuId?: string | null | undefined;
|
19166
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
19104
19167
|
}, {
|
19105
19168
|
id: string;
|
19106
19169
|
name: string;
|
@@ -19114,6 +19177,7 @@ export declare const lineContract: {
|
|
19114
19177
|
apiSecret: string;
|
19115
19178
|
} | undefined;
|
19116
19179
|
lineRichMenuId?: string | null | undefined;
|
19180
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
19117
19181
|
}>;
|
19118
19182
|
platformId: z.ZodString;
|
19119
19183
|
brandName: z.ZodString;
|
@@ -19157,6 +19221,7 @@ export declare const lineContract: {
|
|
19157
19221
|
apiSecret: string;
|
19158
19222
|
} | undefined;
|
19159
19223
|
lineRichMenuId?: string | null | undefined;
|
19224
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
19160
19225
|
};
|
19161
19226
|
status: boolean;
|
19162
19227
|
brandName: string;
|
@@ -19188,6 +19253,7 @@ export declare const lineContract: {
|
|
19188
19253
|
apiSecret: string;
|
19189
19254
|
} | undefined;
|
19190
19255
|
lineRichMenuId?: string | null | undefined;
|
19256
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
19191
19257
|
};
|
19192
19258
|
status: boolean;
|
19193
19259
|
brandName: string;
|
@@ -19221,6 +19287,7 @@ export declare const lineContract: {
|
|
19221
19287
|
apiSecret: string;
|
19222
19288
|
} | undefined;
|
19223
19289
|
lineRichMenuId?: string | null | undefined;
|
19290
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
19224
19291
|
};
|
19225
19292
|
status: boolean;
|
19226
19293
|
brandName: string;
|
@@ -19255,6 +19322,7 @@ export declare const lineContract: {
|
|
19255
19322
|
apiSecret: string;
|
19256
19323
|
} | undefined;
|
19257
19324
|
lineRichMenuId?: string | null | undefined;
|
19325
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
19258
19326
|
};
|
19259
19327
|
status: boolean;
|
19260
19328
|
brandName: string;
|
@@ -19333,6 +19401,7 @@ export declare const lineContract: {
|
|
19333
19401
|
apiSecret: string;
|
19334
19402
|
}>>;
|
19335
19403
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
19404
|
+
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
19336
19405
|
}, "strip", z.ZodTypeAny, {
|
19337
19406
|
id: string;
|
19338
19407
|
name: string;
|
@@ -19346,6 +19415,7 @@ export declare const lineContract: {
|
|
19346
19415
|
apiSecret: string;
|
19347
19416
|
} | undefined;
|
19348
19417
|
lineRichMenuId?: string | null | undefined;
|
19418
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
19349
19419
|
}, {
|
19350
19420
|
id: string;
|
19351
19421
|
name: string;
|
@@ -19359,6 +19429,7 @@ export declare const lineContract: {
|
|
19359
19429
|
apiSecret: string;
|
19360
19430
|
} | undefined;
|
19361
19431
|
lineRichMenuId?: string | null | undefined;
|
19432
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
19362
19433
|
}>;
|
19363
19434
|
platformId: z.ZodString;
|
19364
19435
|
brandName: z.ZodString;
|
@@ -19402,6 +19473,7 @@ export declare const lineContract: {
|
|
19402
19473
|
apiSecret: string;
|
19403
19474
|
} | undefined;
|
19404
19475
|
lineRichMenuId?: string | null | undefined;
|
19476
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
19405
19477
|
};
|
19406
19478
|
status: boolean;
|
19407
19479
|
brandName: string;
|
@@ -19433,6 +19505,7 @@ export declare const lineContract: {
|
|
19433
19505
|
apiSecret: string;
|
19434
19506
|
} | undefined;
|
19435
19507
|
lineRichMenuId?: string | null | undefined;
|
19508
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
19436
19509
|
};
|
19437
19510
|
status: boolean;
|
19438
19511
|
brandName: string;
|
@@ -19466,6 +19539,7 @@ export declare const lineContract: {
|
|
19466
19539
|
apiSecret: string;
|
19467
19540
|
} | undefined;
|
19468
19541
|
lineRichMenuId?: string | null | undefined;
|
19542
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
19469
19543
|
};
|
19470
19544
|
status: boolean;
|
19471
19545
|
brandName: string;
|
@@ -19500,6 +19574,7 @@ export declare const lineContract: {
|
|
19500
19574
|
apiSecret: string;
|
19501
19575
|
} | undefined;
|
19502
19576
|
lineRichMenuId?: string | null | undefined;
|
19577
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
19503
19578
|
};
|
19504
19579
|
status: boolean;
|
19505
19580
|
brandName: string;
|