@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
@@ -1429,6 +1429,7 @@ export declare const receiveMessageContract: {
|
|
1429
1429
|
apiSecret: string;
|
1430
1430
|
}>>;
|
1431
1431
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
1432
|
+
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
1432
1433
|
}, "strip", z.ZodTypeAny, {
|
1433
1434
|
id: string;
|
1434
1435
|
name: string;
|
@@ -1442,6 +1443,7 @@ export declare const receiveMessageContract: {
|
|
1442
1443
|
apiSecret: string;
|
1443
1444
|
} | undefined;
|
1444
1445
|
lineRichMenuId?: string | null | undefined;
|
1446
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
1445
1447
|
}, {
|
1446
1448
|
id: string;
|
1447
1449
|
name: string;
|
@@ -1455,6 +1457,7 @@ export declare const receiveMessageContract: {
|
|
1455
1457
|
apiSecret: string;
|
1456
1458
|
} | undefined;
|
1457
1459
|
lineRichMenuId?: string | null | undefined;
|
1460
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
1458
1461
|
}>;
|
1459
1462
|
platformId: z.ZodString;
|
1460
1463
|
brandName: z.ZodString;
|
@@ -1498,6 +1501,7 @@ export declare const receiveMessageContract: {
|
|
1498
1501
|
apiSecret: string;
|
1499
1502
|
} | undefined;
|
1500
1503
|
lineRichMenuId?: string | null | undefined;
|
1504
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
1501
1505
|
};
|
1502
1506
|
status: boolean;
|
1503
1507
|
brandName: string;
|
@@ -1529,6 +1533,7 @@ export declare const receiveMessageContract: {
|
|
1529
1533
|
apiSecret: string;
|
1530
1534
|
} | undefined;
|
1531
1535
|
lineRichMenuId?: string | null | undefined;
|
1536
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
1532
1537
|
};
|
1533
1538
|
status: boolean;
|
1534
1539
|
brandName: string;
|
@@ -2193,6 +2198,7 @@ export declare const receiveMessageContract: {
|
|
2193
2198
|
apiSecret: string;
|
2194
2199
|
} | undefined;
|
2195
2200
|
lineRichMenuId?: string | null | undefined;
|
2201
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
2196
2202
|
};
|
2197
2203
|
status: boolean;
|
2198
2204
|
brandName: string;
|
@@ -2507,6 +2513,7 @@ export declare const receiveMessageContract: {
|
|
2507
2513
|
apiSecret: string;
|
2508
2514
|
} | undefined;
|
2509
2515
|
lineRichMenuId?: string | null | undefined;
|
2516
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
2510
2517
|
};
|
2511
2518
|
status: boolean;
|
2512
2519
|
brandName: string;
|
@@ -3477,6 +3484,7 @@ export declare const receiveMessageContract: {
|
|
3477
3484
|
apiSecret: string;
|
3478
3485
|
} | undefined;
|
3479
3486
|
lineRichMenuId?: string | null | undefined;
|
3487
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
3480
3488
|
};
|
3481
3489
|
status: boolean;
|
3482
3490
|
brandName: string;
|
@@ -3954,6 +3962,7 @@ export declare const receiveMessageContract: {
|
|
3954
3962
|
apiSecret: string;
|
3955
3963
|
} | undefined;
|
3956
3964
|
lineRichMenuId?: string | null | undefined;
|
3965
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
3957
3966
|
};
|
3958
3967
|
status: boolean;
|
3959
3968
|
brandName: string;
|
@@ -4433,6 +4442,7 @@ export declare const receiveMessageContract: {
|
|
4433
4442
|
apiSecret: string;
|
4434
4443
|
} | undefined;
|
4435
4444
|
lineRichMenuId?: string | null | undefined;
|
4445
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
4436
4446
|
};
|
4437
4447
|
status: boolean;
|
4438
4448
|
brandName: string;
|
@@ -4912,6 +4922,7 @@ export declare const receiveMessageContract: {
|
|
4912
4922
|
apiSecret: string;
|
4913
4923
|
} | undefined;
|
4914
4924
|
lineRichMenuId?: string | null | undefined;
|
4925
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
4915
4926
|
};
|
4916
4927
|
status: boolean;
|
4917
4928
|
brandName: string;
|
@@ -5237,6 +5248,7 @@ export declare const mainFeedContract: {
|
|
5237
5248
|
apiSecret: string;
|
5238
5249
|
}>>;
|
5239
5250
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
5251
|
+
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
5240
5252
|
}, "strip", z.ZodTypeAny, {
|
5241
5253
|
id: string;
|
5242
5254
|
name: string;
|
@@ -5250,6 +5262,7 @@ export declare const mainFeedContract: {
|
|
5250
5262
|
apiSecret: string;
|
5251
5263
|
} | undefined;
|
5252
5264
|
lineRichMenuId?: string | null | undefined;
|
5265
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
5253
5266
|
}, {
|
5254
5267
|
id: string;
|
5255
5268
|
name: string;
|
@@ -5263,6 +5276,7 @@ export declare const mainFeedContract: {
|
|
5263
5276
|
apiSecret: string;
|
5264
5277
|
} | undefined;
|
5265
5278
|
lineRichMenuId?: string | null | undefined;
|
5279
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
5266
5280
|
}>;
|
5267
5281
|
brandName: z.ZodString;
|
5268
5282
|
platformId: z.ZodString;
|
@@ -5510,6 +5524,7 @@ export declare const mainFeedContract: {
|
|
5510
5524
|
apiSecret: string;
|
5511
5525
|
} | undefined;
|
5512
5526
|
lineRichMenuId?: string | null | undefined;
|
5527
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
5513
5528
|
};
|
5514
5529
|
status: boolean;
|
5515
5530
|
createdAt: Date;
|
@@ -5588,6 +5603,7 @@ export declare const mainFeedContract: {
|
|
5588
5603
|
apiSecret: string;
|
5589
5604
|
} | undefined;
|
5590
5605
|
lineRichMenuId?: string | null | undefined;
|
5606
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
5591
5607
|
};
|
5592
5608
|
status: boolean;
|
5593
5609
|
createdAt: Date;
|
@@ -6923,6 +6939,7 @@ export declare const mainFeedContract: {
|
|
6923
6939
|
apiSecret: string;
|
6924
6940
|
} | undefined;
|
6925
6941
|
lineRichMenuId?: string | null | undefined;
|
6942
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
6926
6943
|
};
|
6927
6944
|
status: boolean;
|
6928
6945
|
createdAt: Date;
|
@@ -7188,6 +7205,7 @@ export declare const mainFeedContract: {
|
|
7188
7205
|
apiSecret: string;
|
7189
7206
|
} | undefined;
|
7190
7207
|
lineRichMenuId?: string | null | undefined;
|
7208
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
7191
7209
|
};
|
7192
7210
|
status: boolean;
|
7193
7211
|
createdAt: Date;
|
@@ -7455,6 +7473,7 @@ export declare const mainFeedContract: {
|
|
7455
7473
|
apiSecret: string;
|
7456
7474
|
} | undefined;
|
7457
7475
|
lineRichMenuId?: string | null | undefined;
|
7476
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
7458
7477
|
};
|
7459
7478
|
status: boolean;
|
7460
7479
|
createdAt: Date;
|
@@ -7723,6 +7742,7 @@ export declare const mainFeedContract: {
|
|
7723
7742
|
apiSecret: string;
|
7724
7743
|
} | undefined;
|
7725
7744
|
lineRichMenuId?: string | null | undefined;
|
7745
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
7726
7746
|
};
|
7727
7747
|
status: boolean;
|
7728
7748
|
createdAt: Date;
|
@@ -9969,6 +9989,7 @@ export declare const mainFeedContract: {
|
|
9969
9989
|
apiSecret: string;
|
9970
9990
|
}>>;
|
9971
9991
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
9992
|
+
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
9972
9993
|
}, "strip", z.ZodTypeAny, {
|
9973
9994
|
id: string;
|
9974
9995
|
name: string;
|
@@ -9982,6 +10003,7 @@ export declare const mainFeedContract: {
|
|
9982
10003
|
apiSecret: string;
|
9983
10004
|
} | undefined;
|
9984
10005
|
lineRichMenuId?: string | null | undefined;
|
10006
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
9985
10007
|
}, {
|
9986
10008
|
id: string;
|
9987
10009
|
name: string;
|
@@ -9995,6 +10017,7 @@ export declare const mainFeedContract: {
|
|
9995
10017
|
apiSecret: string;
|
9996
10018
|
} | undefined;
|
9997
10019
|
lineRichMenuId?: string | null | undefined;
|
10020
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
9998
10021
|
}>;
|
9999
10022
|
brandName: z.ZodString;
|
10000
10023
|
platformId: z.ZodString;
|
@@ -10242,6 +10265,7 @@ export declare const mainFeedContract: {
|
|
10242
10265
|
apiSecret: string;
|
10243
10266
|
} | undefined;
|
10244
10267
|
lineRichMenuId?: string | null | undefined;
|
10268
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
10245
10269
|
};
|
10246
10270
|
status: boolean;
|
10247
10271
|
createdAt: Date;
|
@@ -10320,6 +10344,7 @@ export declare const mainFeedContract: {
|
|
10320
10344
|
apiSecret: string;
|
10321
10345
|
} | undefined;
|
10322
10346
|
lineRichMenuId?: string | null | undefined;
|
10347
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
10323
10348
|
};
|
10324
10349
|
status: boolean;
|
10325
10350
|
createdAt: Date;
|
@@ -10846,6 +10871,7 @@ export declare const mainFeedContract: {
|
|
10846
10871
|
apiSecret: string;
|
10847
10872
|
} | undefined;
|
10848
10873
|
lineRichMenuId?: string | null | undefined;
|
10874
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
10849
10875
|
};
|
10850
10876
|
status: boolean;
|
10851
10877
|
createdAt: Date;
|
@@ -11235,6 +11261,7 @@ export declare const mainFeedContract: {
|
|
11235
11261
|
apiSecret: string;
|
11236
11262
|
} | undefined;
|
11237
11263
|
lineRichMenuId?: string | null | undefined;
|
11264
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
11238
11265
|
};
|
11239
11266
|
status: boolean;
|
11240
11267
|
createdAt: Date;
|
@@ -15395,6 +15422,7 @@ export declare const mainFeedContract: {
|
|
15395
15422
|
apiSecret: string;
|
15396
15423
|
}>>;
|
15397
15424
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
15425
|
+
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
15398
15426
|
}, "strip", z.ZodTypeAny, {
|
15399
15427
|
id: string;
|
15400
15428
|
name: string;
|
@@ -15408,6 +15436,7 @@ export declare const mainFeedContract: {
|
|
15408
15436
|
apiSecret: string;
|
15409
15437
|
} | undefined;
|
15410
15438
|
lineRichMenuId?: string | null | undefined;
|
15439
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
15411
15440
|
}, {
|
15412
15441
|
id: string;
|
15413
15442
|
name: string;
|
@@ -15421,6 +15450,7 @@ export declare const mainFeedContract: {
|
|
15421
15450
|
apiSecret: string;
|
15422
15451
|
} | undefined;
|
15423
15452
|
lineRichMenuId?: string | null | undefined;
|
15453
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
15424
15454
|
}>;
|
15425
15455
|
brandName: z.ZodString;
|
15426
15456
|
platformId: z.ZodString;
|
@@ -15668,6 +15698,7 @@ export declare const mainFeedContract: {
|
|
15668
15698
|
apiSecret: string;
|
15669
15699
|
} | undefined;
|
15670
15700
|
lineRichMenuId?: string | null | undefined;
|
15701
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
15671
15702
|
};
|
15672
15703
|
status: boolean;
|
15673
15704
|
createdAt: Date;
|
@@ -15746,6 +15777,7 @@ export declare const mainFeedContract: {
|
|
15746
15777
|
apiSecret: string;
|
15747
15778
|
} | undefined;
|
15748
15779
|
lineRichMenuId?: string | null | undefined;
|
15780
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
15749
15781
|
};
|
15750
15782
|
status: boolean;
|
15751
15783
|
createdAt: Date;
|
@@ -16272,6 +16304,7 @@ export declare const mainFeedContract: {
|
|
16272
16304
|
apiSecret: string;
|
16273
16305
|
} | undefined;
|
16274
16306
|
lineRichMenuId?: string | null | undefined;
|
16307
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
16275
16308
|
};
|
16276
16309
|
status: boolean;
|
16277
16310
|
createdAt: Date;
|
@@ -16661,6 +16694,7 @@ export declare const mainFeedContract: {
|
|
16661
16694
|
apiSecret: string;
|
16662
16695
|
} | undefined;
|
16663
16696
|
lineRichMenuId?: string | null | undefined;
|
16697
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
16664
16698
|
};
|
16665
16699
|
status: boolean;
|
16666
16700
|
createdAt: Date;
|
@@ -18823,6 +18857,7 @@ export declare const mainFeedContract: {
|
|
18823
18857
|
apiSecret: string;
|
18824
18858
|
} | undefined;
|
18825
18859
|
lineRichMenuId?: string | null | undefined;
|
18860
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
18826
18861
|
};
|
18827
18862
|
status: boolean;
|
18828
18863
|
createdAt: Date;
|
@@ -19549,6 +19584,7 @@ export declare const mainFeedContract: {
|
|
19549
19584
|
apiSecret: string;
|
19550
19585
|
} | undefined;
|
19551
19586
|
lineRichMenuId?: string | null | undefined;
|
19587
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
19552
19588
|
};
|
19553
19589
|
status: boolean;
|
19554
19590
|
createdAt: Date;
|
@@ -20282,6 +20318,7 @@ export declare const mainFeedContract: {
|
|
20282
20318
|
apiSecret: string;
|
20283
20319
|
} | undefined;
|
20284
20320
|
lineRichMenuId?: string | null | undefined;
|
20321
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
20285
20322
|
};
|
20286
20323
|
status: boolean;
|
20287
20324
|
createdAt: Date;
|
@@ -21003,6 +21040,7 @@ export declare const mainFeedContract: {
|
|
21003
21040
|
apiSecret: string;
|
21004
21041
|
} | undefined;
|
21005
21042
|
lineRichMenuId?: string | null | undefined;
|
21043
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
21006
21044
|
};
|
21007
21045
|
status: boolean;
|
21008
21046
|
createdAt: Date;
|
@@ -21862,6 +21900,7 @@ export declare const mainFeedContract: {
|
|
21862
21900
|
apiSecret: string;
|
21863
21901
|
} | undefined;
|
21864
21902
|
lineRichMenuId?: string | null | undefined;
|
21903
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
21865
21904
|
};
|
21866
21905
|
status: boolean;
|
21867
21906
|
createdAt: Date;
|
@@ -22583,6 +22622,7 @@ export declare const mainFeedContract: {
|
|
22583
22622
|
apiSecret: string;
|
22584
22623
|
} | undefined;
|
22585
22624
|
lineRichMenuId?: string | null | undefined;
|
22625
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
22586
22626
|
};
|
22587
22627
|
status: boolean;
|
22588
22628
|
createdAt: Date;
|
@@ -23444,6 +23484,7 @@ export declare const mainFeedContract: {
|
|
23444
23484
|
apiSecret: string;
|
23445
23485
|
} | undefined;
|
23446
23486
|
lineRichMenuId?: string | null | undefined;
|
23487
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
23447
23488
|
};
|
23448
23489
|
status: boolean;
|
23449
23490
|
createdAt: Date;
|
@@ -24165,6 +24206,7 @@ export declare const mainFeedContract: {
|
|
24165
24206
|
apiSecret: string;
|
24166
24207
|
} | undefined;
|
24167
24208
|
lineRichMenuId?: string | null | undefined;
|
24209
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
24168
24210
|
};
|
24169
24211
|
status: boolean;
|
24170
24212
|
createdAt: Date;
|
@@ -25030,6 +25072,7 @@ export declare const mainFeedContract: {
|
|
25030
25072
|
apiSecret: string;
|
25031
25073
|
} | undefined;
|
25032
25074
|
lineRichMenuId?: string | null | undefined;
|
25075
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
25033
25076
|
};
|
25034
25077
|
status: boolean;
|
25035
25078
|
createdAt: Date;
|
@@ -25751,6 +25794,7 @@ export declare const mainFeedContract: {
|
|
25751
25794
|
apiSecret: string;
|
25752
25795
|
} | undefined;
|
25753
25796
|
lineRichMenuId?: string | null | undefined;
|
25797
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
25754
25798
|
};
|
25755
25799
|
status: boolean;
|
25756
25800
|
createdAt: Date;
|
@@ -28141,6 +28185,7 @@ export declare const mainChatRoomContract: {
|
|
28141
28185
|
apiSecret: string;
|
28142
28186
|
}>>;
|
28143
28187
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
28188
|
+
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
28144
28189
|
}, "strip", z.ZodTypeAny, {
|
28145
28190
|
id: string;
|
28146
28191
|
name: string;
|
@@ -28154,6 +28199,7 @@ export declare const mainChatRoomContract: {
|
|
28154
28199
|
apiSecret: string;
|
28155
28200
|
} | undefined;
|
28156
28201
|
lineRichMenuId?: string | null | undefined;
|
28202
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
28157
28203
|
}, {
|
28158
28204
|
id: string;
|
28159
28205
|
name: string;
|
@@ -28167,6 +28213,7 @@ export declare const mainChatRoomContract: {
|
|
28167
28213
|
apiSecret: string;
|
28168
28214
|
} | undefined;
|
28169
28215
|
lineRichMenuId?: string | null | undefined;
|
28216
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
28170
28217
|
}>;
|
28171
28218
|
brandName: z.ZodString;
|
28172
28219
|
platformId: z.ZodString;
|
@@ -28414,6 +28461,7 @@ export declare const mainChatRoomContract: {
|
|
28414
28461
|
apiSecret: string;
|
28415
28462
|
} | undefined;
|
28416
28463
|
lineRichMenuId?: string | null | undefined;
|
28464
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
28417
28465
|
};
|
28418
28466
|
status: boolean;
|
28419
28467
|
createdAt: Date;
|
@@ -28492,6 +28540,7 @@ export declare const mainChatRoomContract: {
|
|
28492
28540
|
apiSecret: string;
|
28493
28541
|
} | undefined;
|
28494
28542
|
lineRichMenuId?: string | null | undefined;
|
28543
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
28495
28544
|
};
|
28496
28545
|
status: boolean;
|
28497
28546
|
createdAt: Date;
|
@@ -29018,6 +29067,7 @@ export declare const mainChatRoomContract: {
|
|
29018
29067
|
apiSecret: string;
|
29019
29068
|
} | undefined;
|
29020
29069
|
lineRichMenuId?: string | null | undefined;
|
29070
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
29021
29071
|
};
|
29022
29072
|
status: boolean;
|
29023
29073
|
createdAt: Date;
|
@@ -29407,6 +29457,7 @@ export declare const mainChatRoomContract: {
|
|
29407
29457
|
apiSecret: string;
|
29408
29458
|
} | undefined;
|
29409
29459
|
lineRichMenuId?: string | null | undefined;
|
29460
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
29410
29461
|
};
|
29411
29462
|
status: boolean;
|
29412
29463
|
createdAt: Date;
|
@@ -29808,6 +29859,7 @@ export declare const mainChatRoomContract: {
|
|
29808
29859
|
apiSecret: string;
|
29809
29860
|
} | undefined;
|
29810
29861
|
lineRichMenuId?: string | null | undefined;
|
29862
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
29811
29863
|
};
|
29812
29864
|
status: boolean;
|
29813
29865
|
createdAt: Date;
|
@@ -30207,6 +30259,7 @@ export declare const mainChatRoomContract: {
|
|
30207
30259
|
apiSecret: string;
|
30208
30260
|
} | undefined;
|
30209
30261
|
lineRichMenuId?: string | null | undefined;
|
30262
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
30210
30263
|
};
|
30211
30264
|
status: boolean;
|
30212
30265
|
createdAt: Date;
|
@@ -32129,6 +32182,7 @@ export declare const mainChatRoomContract: {
|
|
32129
32182
|
apiSecret: string;
|
32130
32183
|
}>>;
|
32131
32184
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
32185
|
+
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
32132
32186
|
}, "strip", z.ZodTypeAny, {
|
32133
32187
|
id: string;
|
32134
32188
|
name: string;
|
@@ -32142,6 +32196,7 @@ export declare const mainChatRoomContract: {
|
|
32142
32196
|
apiSecret: string;
|
32143
32197
|
} | undefined;
|
32144
32198
|
lineRichMenuId?: string | null | undefined;
|
32199
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
32145
32200
|
}, {
|
32146
32201
|
id: string;
|
32147
32202
|
name: string;
|
@@ -32155,6 +32210,7 @@ export declare const mainChatRoomContract: {
|
|
32155
32210
|
apiSecret: string;
|
32156
32211
|
} | undefined;
|
32157
32212
|
lineRichMenuId?: string | null | undefined;
|
32213
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
32158
32214
|
}>;
|
32159
32215
|
brandName: z.ZodString;
|
32160
32216
|
platformId: z.ZodString;
|
@@ -32402,6 +32458,7 @@ export declare const mainChatRoomContract: {
|
|
32402
32458
|
apiSecret: string;
|
32403
32459
|
} | undefined;
|
32404
32460
|
lineRichMenuId?: string | null | undefined;
|
32461
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
32405
32462
|
};
|
32406
32463
|
status: boolean;
|
32407
32464
|
createdAt: Date;
|
@@ -32480,6 +32537,7 @@ export declare const mainChatRoomContract: {
|
|
32480
32537
|
apiSecret: string;
|
32481
32538
|
} | undefined;
|
32482
32539
|
lineRichMenuId?: string | null | undefined;
|
32540
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
32483
32541
|
};
|
32484
32542
|
status: boolean;
|
32485
32543
|
createdAt: Date;
|
@@ -33006,6 +33064,7 @@ export declare const mainChatRoomContract: {
|
|
33006
33064
|
apiSecret: string;
|
33007
33065
|
} | undefined;
|
33008
33066
|
lineRichMenuId?: string | null | undefined;
|
33067
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
33009
33068
|
};
|
33010
33069
|
status: boolean;
|
33011
33070
|
createdAt: Date;
|
@@ -33395,6 +33454,7 @@ export declare const mainChatRoomContract: {
|
|
33395
33454
|
apiSecret: string;
|
33396
33455
|
} | undefined;
|
33397
33456
|
lineRichMenuId?: string | null | undefined;
|
33457
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
33398
33458
|
};
|
33399
33459
|
status: boolean;
|
33400
33460
|
createdAt: Date;
|
@@ -33829,6 +33889,7 @@ export declare const mainChatRoomContract: {
|
|
33829
33889
|
apiSecret: string;
|
33830
33890
|
} | undefined;
|
33831
33891
|
lineRichMenuId?: string | null | undefined;
|
33892
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
33832
33893
|
};
|
33833
33894
|
status: boolean;
|
33834
33895
|
createdAt: Date;
|
@@ -34235,6 +34296,7 @@ export declare const mainChatRoomContract: {
|
|
34235
34296
|
apiSecret: string;
|
34236
34297
|
} | undefined;
|
34237
34298
|
lineRichMenuId?: string | null | undefined;
|
34299
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
34238
34300
|
};
|
34239
34301
|
status: boolean;
|
34240
34302
|
createdAt: Date;
|
@@ -34643,6 +34705,7 @@ export declare const mainChatRoomContract: {
|
|
34643
34705
|
apiSecret: string;
|
34644
34706
|
} | undefined;
|
34645
34707
|
lineRichMenuId?: string | null | undefined;
|
34708
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
34646
34709
|
};
|
34647
34710
|
status: boolean;
|
34648
34711
|
createdAt: Date;
|
@@ -35052,6 +35115,7 @@ export declare const mainChatRoomContract: {
|
|
35052
35115
|
apiSecret: string;
|
35053
35116
|
} | undefined;
|
35054
35117
|
lineRichMenuId?: string | null | undefined;
|
35118
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
35055
35119
|
};
|
35056
35120
|
status: boolean;
|
35057
35121
|
createdAt: Date;
|
@@ -35516,6 +35580,7 @@ export declare const mainChatRoomContract: {
|
|
35516
35580
|
apiSecret: string;
|
35517
35581
|
}>>;
|
35518
35582
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
35583
|
+
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
35519
35584
|
}, "strip", z.ZodTypeAny, {
|
35520
35585
|
id: string;
|
35521
35586
|
name: string;
|
@@ -35529,6 +35594,7 @@ export declare const mainChatRoomContract: {
|
|
35529
35594
|
apiSecret: string;
|
35530
35595
|
} | undefined;
|
35531
35596
|
lineRichMenuId?: string | null | undefined;
|
35597
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
35532
35598
|
}, {
|
35533
35599
|
id: string;
|
35534
35600
|
name: string;
|
@@ -35542,6 +35608,7 @@ export declare const mainChatRoomContract: {
|
|
35542
35608
|
apiSecret: string;
|
35543
35609
|
} | undefined;
|
35544
35610
|
lineRichMenuId?: string | null | undefined;
|
35611
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
35545
35612
|
}>;
|
35546
35613
|
brandName: z.ZodString;
|
35547
35614
|
platformId: z.ZodString;
|
@@ -35789,6 +35856,7 @@ export declare const mainChatRoomContract: {
|
|
35789
35856
|
apiSecret: string;
|
35790
35857
|
} | undefined;
|
35791
35858
|
lineRichMenuId?: string | null | undefined;
|
35859
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
35792
35860
|
};
|
35793
35861
|
status: boolean;
|
35794
35862
|
createdAt: Date;
|
@@ -35867,6 +35935,7 @@ export declare const mainChatRoomContract: {
|
|
35867
35935
|
apiSecret: string;
|
35868
35936
|
} | undefined;
|
35869
35937
|
lineRichMenuId?: string | null | undefined;
|
35938
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
35870
35939
|
};
|
35871
35940
|
status: boolean;
|
35872
35941
|
createdAt: Date;
|
@@ -37863,6 +37932,7 @@ export declare const mainChatRoomContract: {
|
|
37863
37932
|
apiSecret: string;
|
37864
37933
|
} | undefined;
|
37865
37934
|
lineRichMenuId?: string | null | undefined;
|
37935
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
37866
37936
|
};
|
37867
37937
|
status: boolean;
|
37868
37938
|
createdAt: Date;
|
@@ -38253,6 +38323,7 @@ export declare const mainChatRoomContract: {
|
|
38253
38323
|
apiSecret: string;
|
38254
38324
|
} | undefined;
|
38255
38325
|
lineRichMenuId?: string | null | undefined;
|
38326
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
38256
38327
|
};
|
38257
38328
|
status: boolean;
|
38258
38329
|
createdAt: Date;
|
@@ -38645,6 +38716,7 @@ export declare const mainChatRoomContract: {
|
|
38645
38716
|
apiSecret: string;
|
38646
38717
|
} | undefined;
|
38647
38718
|
lineRichMenuId?: string | null | undefined;
|
38719
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
38648
38720
|
};
|
38649
38721
|
status: boolean;
|
38650
38722
|
createdAt: Date;
|
@@ -39038,6 +39110,7 @@ export declare const mainChatRoomContract: {
|
|
39038
39110
|
apiSecret: string;
|
39039
39111
|
} | undefined;
|
39040
39112
|
lineRichMenuId?: string | null | undefined;
|
39113
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
39041
39114
|
};
|
39042
39115
|
status: boolean;
|
39043
39116
|
createdAt: Date;
|
@@ -39485,6 +39558,7 @@ export declare const mainChatRoomContract: {
|
|
39485
39558
|
apiSecret: string;
|
39486
39559
|
}>>;
|
39487
39560
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
39561
|
+
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
39488
39562
|
}, "strip", z.ZodTypeAny, {
|
39489
39563
|
id: string;
|
39490
39564
|
name: string;
|
@@ -39498,6 +39572,7 @@ export declare const mainChatRoomContract: {
|
|
39498
39572
|
apiSecret: string;
|
39499
39573
|
} | undefined;
|
39500
39574
|
lineRichMenuId?: string | null | undefined;
|
39575
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
39501
39576
|
}, {
|
39502
39577
|
id: string;
|
39503
39578
|
name: string;
|
@@ -39511,6 +39586,7 @@ export declare const mainChatRoomContract: {
|
|
39511
39586
|
apiSecret: string;
|
39512
39587
|
} | undefined;
|
39513
39588
|
lineRichMenuId?: string | null | undefined;
|
39589
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
39514
39590
|
}>;
|
39515
39591
|
brandName: z.ZodString;
|
39516
39592
|
platformId: z.ZodString;
|
@@ -39758,6 +39834,7 @@ export declare const mainChatRoomContract: {
|
|
39758
39834
|
apiSecret: string;
|
39759
39835
|
} | undefined;
|
39760
39836
|
lineRichMenuId?: string | null | undefined;
|
39837
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
39761
39838
|
};
|
39762
39839
|
status: boolean;
|
39763
39840
|
createdAt: Date;
|
@@ -39836,6 +39913,7 @@ export declare const mainChatRoomContract: {
|
|
39836
39913
|
apiSecret: string;
|
39837
39914
|
} | undefined;
|
39838
39915
|
lineRichMenuId?: string | null | undefined;
|
39916
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
39839
39917
|
};
|
39840
39918
|
status: boolean;
|
39841
39919
|
createdAt: Date;
|
@@ -42602,6 +42680,7 @@ export declare const mainChatRoomContract: {
|
|
42602
42680
|
apiSecret: string;
|
42603
42681
|
} | undefined;
|
42604
42682
|
lineRichMenuId?: string | null | undefined;
|
42683
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
42605
42684
|
};
|
42606
42685
|
status: boolean;
|
42607
42686
|
createdAt: Date;
|
@@ -43104,6 +43183,7 @@ export declare const mainChatRoomContract: {
|
|
43104
43183
|
apiSecret: string;
|
43105
43184
|
} | undefined;
|
43106
43185
|
lineRichMenuId?: string | null | undefined;
|
43186
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
43107
43187
|
};
|
43108
43188
|
status: boolean;
|
43109
43189
|
createdAt: Date;
|
@@ -43608,6 +43688,7 @@ export declare const mainChatRoomContract: {
|
|
43608
43688
|
apiSecret: string;
|
43609
43689
|
} | undefined;
|
43610
43690
|
lineRichMenuId?: string | null | undefined;
|
43691
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
43611
43692
|
};
|
43612
43693
|
status: boolean;
|
43613
43694
|
createdAt: Date;
|
@@ -44113,6 +44194,7 @@ export declare const mainChatRoomContract: {
|
|
44113
44194
|
apiSecret: string;
|
44114
44195
|
} | undefined;
|
44115
44196
|
lineRichMenuId?: string | null | undefined;
|
44197
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
44116
44198
|
};
|
44117
44199
|
status: boolean;
|
44118
44200
|
createdAt: Date;
|
@@ -44662,6 +44744,7 @@ export declare const mainChatRoomContract: {
|
|
44662
44744
|
apiSecret: string;
|
44663
44745
|
}>>;
|
44664
44746
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
44747
|
+
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
44665
44748
|
}, "strip", z.ZodTypeAny, {
|
44666
44749
|
id: string;
|
44667
44750
|
name: string;
|
@@ -44675,6 +44758,7 @@ export declare const mainChatRoomContract: {
|
|
44675
44758
|
apiSecret: string;
|
44676
44759
|
} | undefined;
|
44677
44760
|
lineRichMenuId?: string | null | undefined;
|
44761
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
44678
44762
|
}, {
|
44679
44763
|
id: string;
|
44680
44764
|
name: string;
|
@@ -44688,6 +44772,7 @@ export declare const mainChatRoomContract: {
|
|
44688
44772
|
apiSecret: string;
|
44689
44773
|
} | undefined;
|
44690
44774
|
lineRichMenuId?: string | null | undefined;
|
44775
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
44691
44776
|
}>;
|
44692
44777
|
brandName: z.ZodString;
|
44693
44778
|
platformId: z.ZodString;
|
@@ -44935,6 +45020,7 @@ export declare const mainChatRoomContract: {
|
|
44935
45020
|
apiSecret: string;
|
44936
45021
|
} | undefined;
|
44937
45022
|
lineRichMenuId?: string | null | undefined;
|
45023
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
44938
45024
|
};
|
44939
45025
|
status: boolean;
|
44940
45026
|
createdAt: Date;
|
@@ -45013,6 +45099,7 @@ export declare const mainChatRoomContract: {
|
|
45013
45099
|
apiSecret: string;
|
45014
45100
|
} | undefined;
|
45015
45101
|
lineRichMenuId?: string | null | undefined;
|
45102
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
45016
45103
|
};
|
45017
45104
|
status: boolean;
|
45018
45105
|
createdAt: Date;
|
@@ -47009,6 +47096,7 @@ export declare const mainChatRoomContract: {
|
|
47009
47096
|
apiSecret: string;
|
47010
47097
|
} | undefined;
|
47011
47098
|
lineRichMenuId?: string | null | undefined;
|
47099
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
47012
47100
|
};
|
47013
47101
|
status: boolean;
|
47014
47102
|
createdAt: Date;
|
@@ -47399,6 +47487,7 @@ export declare const mainChatRoomContract: {
|
|
47399
47487
|
apiSecret: string;
|
47400
47488
|
} | undefined;
|
47401
47489
|
lineRichMenuId?: string | null | undefined;
|
47490
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
47402
47491
|
};
|
47403
47492
|
status: boolean;
|
47404
47493
|
createdAt: Date;
|
@@ -47791,6 +47880,7 @@ export declare const mainChatRoomContract: {
|
|
47791
47880
|
apiSecret: string;
|
47792
47881
|
} | undefined;
|
47793
47882
|
lineRichMenuId?: string | null | undefined;
|
47883
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
47794
47884
|
};
|
47795
47885
|
status: boolean;
|
47796
47886
|
createdAt: Date;
|
@@ -48184,6 +48274,7 @@ export declare const mainChatRoomContract: {
|
|
48184
48274
|
apiSecret: string;
|
48185
48275
|
} | undefined;
|
48186
48276
|
lineRichMenuId?: string | null | undefined;
|
48277
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
48187
48278
|
};
|
48188
48279
|
status: boolean;
|
48189
48280
|
createdAt: Date;
|
@@ -48635,6 +48726,7 @@ export declare const mainChatRoomContract: {
|
|
48635
48726
|
apiSecret: string;
|
48636
48727
|
}>>;
|
48637
48728
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
48729
|
+
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
48638
48730
|
}, "strip", z.ZodTypeAny, {
|
48639
48731
|
id: string;
|
48640
48732
|
name: string;
|
@@ -48648,6 +48740,7 @@ export declare const mainChatRoomContract: {
|
|
48648
48740
|
apiSecret: string;
|
48649
48741
|
} | undefined;
|
48650
48742
|
lineRichMenuId?: string | null | undefined;
|
48743
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
48651
48744
|
}, {
|
48652
48745
|
id: string;
|
48653
48746
|
name: string;
|
@@ -48661,6 +48754,7 @@ export declare const mainChatRoomContract: {
|
|
48661
48754
|
apiSecret: string;
|
48662
48755
|
} | undefined;
|
48663
48756
|
lineRichMenuId?: string | null | undefined;
|
48757
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
48664
48758
|
}>;
|
48665
48759
|
brandName: z.ZodString;
|
48666
48760
|
platformId: z.ZodString;
|
@@ -48908,6 +49002,7 @@ export declare const mainChatRoomContract: {
|
|
48908
49002
|
apiSecret: string;
|
48909
49003
|
} | undefined;
|
48910
49004
|
lineRichMenuId?: string | null | undefined;
|
49005
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
48911
49006
|
};
|
48912
49007
|
status: boolean;
|
48913
49008
|
createdAt: Date;
|
@@ -48986,6 +49081,7 @@ export declare const mainChatRoomContract: {
|
|
48986
49081
|
apiSecret: string;
|
48987
49082
|
} | undefined;
|
48988
49083
|
lineRichMenuId?: string | null | undefined;
|
49084
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
48989
49085
|
};
|
48990
49086
|
status: boolean;
|
48991
49087
|
createdAt: Date;
|
@@ -50981,6 +51077,7 @@ export declare const mainChatRoomContract: {
|
|
50981
51077
|
apiSecret: string;
|
50982
51078
|
} | undefined;
|
50983
51079
|
lineRichMenuId?: string | null | undefined;
|
51080
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
50984
51081
|
};
|
50985
51082
|
status: boolean;
|
50986
51083
|
createdAt: Date;
|
@@ -51370,6 +51467,7 @@ export declare const mainChatRoomContract: {
|
|
51370
51467
|
apiSecret: string;
|
51371
51468
|
} | undefined;
|
51372
51469
|
lineRichMenuId?: string | null | undefined;
|
51470
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
51373
51471
|
};
|
51374
51472
|
status: boolean;
|
51375
51473
|
createdAt: Date;
|
@@ -51761,6 +51859,7 @@ export declare const mainChatRoomContract: {
|
|
51761
51859
|
apiSecret: string;
|
51762
51860
|
} | undefined;
|
51763
51861
|
lineRichMenuId?: string | null | undefined;
|
51862
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
51764
51863
|
};
|
51765
51864
|
status: boolean;
|
51766
51865
|
createdAt: Date;
|
@@ -52156,6 +52255,7 @@ export declare const mainChatRoomContract: {
|
|
52156
52255
|
apiSecret: string;
|
52157
52256
|
} | undefined;
|
52158
52257
|
lineRichMenuId?: string | null | undefined;
|
52258
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
52159
52259
|
};
|
52160
52260
|
status: boolean;
|
52161
52261
|
createdAt: Date;
|
@@ -54918,6 +55018,7 @@ export declare const mainChatContract: {
|
|
54918
55018
|
apiSecret: string;
|
54919
55019
|
}>>;
|
54920
55020
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
55021
|
+
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
54921
55022
|
}, "strip", z.ZodTypeAny, {
|
54922
55023
|
id: string;
|
54923
55024
|
name: string;
|
@@ -54931,6 +55032,7 @@ export declare const mainChatContract: {
|
|
54931
55032
|
apiSecret: string;
|
54932
55033
|
} | undefined;
|
54933
55034
|
lineRichMenuId?: string | null | undefined;
|
55035
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
54934
55036
|
}, {
|
54935
55037
|
id: string;
|
54936
55038
|
name: string;
|
@@ -54944,6 +55046,7 @@ export declare const mainChatContract: {
|
|
54944
55046
|
apiSecret: string;
|
54945
55047
|
} | undefined;
|
54946
55048
|
lineRichMenuId?: string | null | undefined;
|
55049
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
54947
55050
|
}>;
|
54948
55051
|
brandName: z.ZodString;
|
54949
55052
|
platformId: z.ZodString;
|
@@ -55191,6 +55294,7 @@ export declare const mainChatContract: {
|
|
55191
55294
|
apiSecret: string;
|
55192
55295
|
} | undefined;
|
55193
55296
|
lineRichMenuId?: string | null | undefined;
|
55297
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
55194
55298
|
};
|
55195
55299
|
status: boolean;
|
55196
55300
|
createdAt: Date;
|
@@ -55269,6 +55373,7 @@ export declare const mainChatContract: {
|
|
55269
55373
|
apiSecret: string;
|
55270
55374
|
} | undefined;
|
55271
55375
|
lineRichMenuId?: string | null | undefined;
|
55376
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
55272
55377
|
};
|
55273
55378
|
status: boolean;
|
55274
55379
|
createdAt: Date;
|
@@ -55795,6 +55900,7 @@ export declare const mainChatContract: {
|
|
55795
55900
|
apiSecret: string;
|
55796
55901
|
} | undefined;
|
55797
55902
|
lineRichMenuId?: string | null | undefined;
|
55903
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
55798
55904
|
};
|
55799
55905
|
status: boolean;
|
55800
55906
|
createdAt: Date;
|
@@ -56184,6 +56290,7 @@ export declare const mainChatContract: {
|
|
56184
56290
|
apiSecret: string;
|
56185
56291
|
} | undefined;
|
56186
56292
|
lineRichMenuId?: string | null | undefined;
|
56293
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
56187
56294
|
};
|
56188
56295
|
status: boolean;
|
56189
56296
|
createdAt: Date;
|
@@ -59297,6 +59404,7 @@ export declare const mainChatContract: {
|
|
59297
59404
|
apiSecret: string;
|
59298
59405
|
}>>;
|
59299
59406
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
59407
|
+
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
59300
59408
|
}, "strip", z.ZodTypeAny, {
|
59301
59409
|
id: string;
|
59302
59410
|
name: string;
|
@@ -59310,6 +59418,7 @@ export declare const mainChatContract: {
|
|
59310
59418
|
apiSecret: string;
|
59311
59419
|
} | undefined;
|
59312
59420
|
lineRichMenuId?: string | null | undefined;
|
59421
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
59313
59422
|
}, {
|
59314
59423
|
id: string;
|
59315
59424
|
name: string;
|
@@ -59323,6 +59432,7 @@ export declare const mainChatContract: {
|
|
59323
59432
|
apiSecret: string;
|
59324
59433
|
} | undefined;
|
59325
59434
|
lineRichMenuId?: string | null | undefined;
|
59435
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
59326
59436
|
}>;
|
59327
59437
|
brandName: z.ZodString;
|
59328
59438
|
platformId: z.ZodString;
|
@@ -59570,6 +59680,7 @@ export declare const mainChatContract: {
|
|
59570
59680
|
apiSecret: string;
|
59571
59681
|
} | undefined;
|
59572
59682
|
lineRichMenuId?: string | null | undefined;
|
59683
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
59573
59684
|
};
|
59574
59685
|
status: boolean;
|
59575
59686
|
createdAt: Date;
|
@@ -59648,6 +59759,7 @@ export declare const mainChatContract: {
|
|
59648
59759
|
apiSecret: string;
|
59649
59760
|
} | undefined;
|
59650
59761
|
lineRichMenuId?: string | null | undefined;
|
59762
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
59651
59763
|
};
|
59652
59764
|
status: boolean;
|
59653
59765
|
createdAt: Date;
|
@@ -60174,6 +60286,7 @@ export declare const mainChatContract: {
|
|
60174
60286
|
apiSecret: string;
|
60175
60287
|
} | undefined;
|
60176
60288
|
lineRichMenuId?: string | null | undefined;
|
60289
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
60177
60290
|
};
|
60178
60291
|
status: boolean;
|
60179
60292
|
createdAt: Date;
|
@@ -60563,6 +60676,7 @@ export declare const mainChatContract: {
|
|
60563
60676
|
apiSecret: string;
|
60564
60677
|
} | undefined;
|
60565
60678
|
lineRichMenuId?: string | null | undefined;
|
60679
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
60566
60680
|
};
|
60567
60681
|
status: boolean;
|
60568
60682
|
createdAt: Date;
|
@@ -62725,6 +62839,7 @@ export declare const mainChatContract: {
|
|
62725
62839
|
apiSecret: string;
|
62726
62840
|
} | undefined;
|
62727
62841
|
lineRichMenuId?: string | null | undefined;
|
62842
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
62728
62843
|
};
|
62729
62844
|
status: boolean;
|
62730
62845
|
createdAt: Date;
|
@@ -63451,6 +63566,7 @@ export declare const mainChatContract: {
|
|
63451
63566
|
apiSecret: string;
|
63452
63567
|
} | undefined;
|
63453
63568
|
lineRichMenuId?: string | null | undefined;
|
63569
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
63454
63570
|
};
|
63455
63571
|
status: boolean;
|
63456
63572
|
createdAt: Date;
|
@@ -64178,6 +64294,7 @@ export declare const mainChatContract: {
|
|
64178
64294
|
apiSecret: string;
|
64179
64295
|
} | undefined;
|
64180
64296
|
lineRichMenuId?: string | null | undefined;
|
64297
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
64181
64298
|
};
|
64182
64299
|
status: boolean;
|
64183
64300
|
createdAt: Date;
|
@@ -64904,6 +65021,7 @@ export declare const mainChatContract: {
|
|
64904
65021
|
apiSecret: string;
|
64905
65022
|
} | undefined;
|
64906
65023
|
lineRichMenuId?: string | null | undefined;
|
65024
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
64907
65025
|
};
|
64908
65026
|
status: boolean;
|
64909
65027
|
createdAt: Date;
|
@@ -65631,6 +65749,7 @@ export declare const mainChatContract: {
|
|
65631
65749
|
apiSecret: string;
|
65632
65750
|
} | undefined;
|
65633
65751
|
lineRichMenuId?: string | null | undefined;
|
65752
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
65634
65753
|
};
|
65635
65754
|
status: boolean;
|
65636
65755
|
createdAt: Date;
|
@@ -66357,6 +66476,7 @@ export declare const mainChatContract: {
|
|
66357
66476
|
apiSecret: string;
|
66358
66477
|
} | undefined;
|
66359
66478
|
lineRichMenuId?: string | null | undefined;
|
66479
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
66360
66480
|
};
|
66361
66481
|
status: boolean;
|
66362
66482
|
createdAt: Date;
|
@@ -67086,6 +67206,7 @@ export declare const mainChatContract: {
|
|
67086
67206
|
apiSecret: string;
|
67087
67207
|
} | undefined;
|
67088
67208
|
lineRichMenuId?: string | null | undefined;
|
67209
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
67089
67210
|
};
|
67090
67211
|
status: boolean;
|
67091
67212
|
createdAt: Date;
|
@@ -67812,6 +67933,7 @@ export declare const mainChatContract: {
|
|
67812
67933
|
apiSecret: string;
|
67813
67934
|
} | undefined;
|
67814
67935
|
lineRichMenuId?: string | null | undefined;
|
67936
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
67815
67937
|
};
|
67816
67938
|
status: boolean;
|
67817
67939
|
createdAt: Date;
|
@@ -68542,6 +68664,7 @@ export declare const mainChatContract: {
|
|
68542
68664
|
apiSecret: string;
|
68543
68665
|
} | undefined;
|
68544
68666
|
lineRichMenuId?: string | null | undefined;
|
68667
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
68545
68668
|
};
|
68546
68669
|
status: boolean;
|
68547
68670
|
createdAt: Date;
|
@@ -69268,6 +69391,7 @@ export declare const mainChatContract: {
|
|
69268
69391
|
apiSecret: string;
|
69269
69392
|
} | undefined;
|
69270
69393
|
lineRichMenuId?: string | null | undefined;
|
69394
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
69271
69395
|
};
|
69272
69396
|
status: boolean;
|
69273
69397
|
createdAt: Date;
|
@@ -71471,6 +71595,7 @@ export declare const mainChatContract: {
|
|
71471
71595
|
apiSecret: string;
|
71472
71596
|
}>>;
|
71473
71597
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
71598
|
+
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
71474
71599
|
}, "strip", z.ZodTypeAny, {
|
71475
71600
|
id: string;
|
71476
71601
|
name: string;
|
@@ -71484,6 +71609,7 @@ export declare const mainChatContract: {
|
|
71484
71609
|
apiSecret: string;
|
71485
71610
|
} | undefined;
|
71486
71611
|
lineRichMenuId?: string | null | undefined;
|
71612
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
71487
71613
|
}, {
|
71488
71614
|
id: string;
|
71489
71615
|
name: string;
|
@@ -71497,6 +71623,7 @@ export declare const mainChatContract: {
|
|
71497
71623
|
apiSecret: string;
|
71498
71624
|
} | undefined;
|
71499
71625
|
lineRichMenuId?: string | null | undefined;
|
71626
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
71500
71627
|
}>;
|
71501
71628
|
brandName: z.ZodString;
|
71502
71629
|
platformId: z.ZodString;
|
@@ -71744,6 +71871,7 @@ export declare const mainChatContract: {
|
|
71744
71871
|
apiSecret: string;
|
71745
71872
|
} | undefined;
|
71746
71873
|
lineRichMenuId?: string | null | undefined;
|
71874
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
71747
71875
|
};
|
71748
71876
|
status: boolean;
|
71749
71877
|
createdAt: Date;
|
@@ -71822,6 +71950,7 @@ export declare const mainChatContract: {
|
|
71822
71950
|
apiSecret: string;
|
71823
71951
|
} | undefined;
|
71824
71952
|
lineRichMenuId?: string | null | undefined;
|
71953
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
71825
71954
|
};
|
71826
71955
|
status: boolean;
|
71827
71956
|
createdAt: Date;
|
@@ -72348,6 +72477,7 @@ export declare const mainChatContract: {
|
|
72348
72477
|
apiSecret: string;
|
72349
72478
|
} | undefined;
|
72350
72479
|
lineRichMenuId?: string | null | undefined;
|
72480
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
72351
72481
|
};
|
72352
72482
|
status: boolean;
|
72353
72483
|
createdAt: Date;
|
@@ -72737,6 +72867,7 @@ export declare const mainChatContract: {
|
|
72737
72867
|
apiSecret: string;
|
72738
72868
|
} | undefined;
|
72739
72869
|
lineRichMenuId?: string | null | undefined;
|
72870
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
72740
72871
|
};
|
72741
72872
|
status: boolean;
|
72742
72873
|
createdAt: Date;
|
@@ -74899,6 +75030,7 @@ export declare const mainChatContract: {
|
|
74899
75030
|
apiSecret: string;
|
74900
75031
|
} | undefined;
|
74901
75032
|
lineRichMenuId?: string | null | undefined;
|
75033
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
74902
75034
|
};
|
74903
75035
|
status: boolean;
|
74904
75036
|
createdAt: Date;
|
@@ -75625,6 +75757,7 @@ export declare const mainChatContract: {
|
|
75625
75757
|
apiSecret: string;
|
75626
75758
|
} | undefined;
|
75627
75759
|
lineRichMenuId?: string | null | undefined;
|
75760
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
75628
75761
|
};
|
75629
75762
|
status: boolean;
|
75630
75763
|
createdAt: Date;
|
@@ -76353,6 +76486,7 @@ export declare const mainChatContract: {
|
|
76353
76486
|
apiSecret: string;
|
76354
76487
|
} | undefined;
|
76355
76488
|
lineRichMenuId?: string | null | undefined;
|
76489
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
76356
76490
|
};
|
76357
76491
|
status: boolean;
|
76358
76492
|
createdAt: Date;
|
@@ -77082,6 +77216,7 @@ export declare const mainChatContract: {
|
|
77082
77216
|
apiSecret: string;
|
77083
77217
|
} | undefined;
|
77084
77218
|
lineRichMenuId?: string | null | undefined;
|
77219
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
77085
77220
|
};
|
77086
77221
|
status: boolean;
|
77087
77222
|
createdAt: Date;
|
@@ -79803,6 +79938,7 @@ export declare const mainChatContract: {
|
|
79803
79938
|
apiSecret: string;
|
79804
79939
|
}>>;
|
79805
79940
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
79941
|
+
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
79806
79942
|
}, "strip", z.ZodTypeAny, {
|
79807
79943
|
id: string;
|
79808
79944
|
name: string;
|
@@ -79816,6 +79952,7 @@ export declare const mainChatContract: {
|
|
79816
79952
|
apiSecret: string;
|
79817
79953
|
} | undefined;
|
79818
79954
|
lineRichMenuId?: string | null | undefined;
|
79955
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
79819
79956
|
}, {
|
79820
79957
|
id: string;
|
79821
79958
|
name: string;
|
@@ -79829,6 +79966,7 @@ export declare const mainChatContract: {
|
|
79829
79966
|
apiSecret: string;
|
79830
79967
|
} | undefined;
|
79831
79968
|
lineRichMenuId?: string | null | undefined;
|
79969
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
79832
79970
|
}>;
|
79833
79971
|
brandName: z.ZodString;
|
79834
79972
|
platformId: z.ZodString;
|
@@ -80076,6 +80214,7 @@ export declare const mainChatContract: {
|
|
80076
80214
|
apiSecret: string;
|
80077
80215
|
} | undefined;
|
80078
80216
|
lineRichMenuId?: string | null | undefined;
|
80217
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
80079
80218
|
};
|
80080
80219
|
status: boolean;
|
80081
80220
|
createdAt: Date;
|
@@ -80154,6 +80293,7 @@ export declare const mainChatContract: {
|
|
80154
80293
|
apiSecret: string;
|
80155
80294
|
} | undefined;
|
80156
80295
|
lineRichMenuId?: string | null | undefined;
|
80296
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
80157
80297
|
};
|
80158
80298
|
status: boolean;
|
80159
80299
|
createdAt: Date;
|
@@ -80680,6 +80820,7 @@ export declare const mainChatContract: {
|
|
80680
80820
|
apiSecret: string;
|
80681
80821
|
} | undefined;
|
80682
80822
|
lineRichMenuId?: string | null | undefined;
|
80823
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
80683
80824
|
};
|
80684
80825
|
status: boolean;
|
80685
80826
|
createdAt: Date;
|
@@ -81069,6 +81210,7 @@ export declare const mainChatContract: {
|
|
81069
81210
|
apiSecret: string;
|
81070
81211
|
} | undefined;
|
81071
81212
|
lineRichMenuId?: string | null | undefined;
|
81213
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
81072
81214
|
};
|
81073
81215
|
status: boolean;
|
81074
81216
|
createdAt: Date;
|
@@ -82709,6 +82851,7 @@ export declare const mainChatContract: {
|
|
82709
82851
|
apiSecret: string;
|
82710
82852
|
}>>;
|
82711
82853
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
82854
|
+
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
82712
82855
|
}, "strip", z.ZodTypeAny, {
|
82713
82856
|
id: string;
|
82714
82857
|
name: string;
|
@@ -82722,6 +82865,7 @@ export declare const mainChatContract: {
|
|
82722
82865
|
apiSecret: string;
|
82723
82866
|
} | undefined;
|
82724
82867
|
lineRichMenuId?: string | null | undefined;
|
82868
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
82725
82869
|
}, {
|
82726
82870
|
id: string;
|
82727
82871
|
name: string;
|
@@ -82735,6 +82879,7 @@ export declare const mainChatContract: {
|
|
82735
82879
|
apiSecret: string;
|
82736
82880
|
} | undefined;
|
82737
82881
|
lineRichMenuId?: string | null | undefined;
|
82882
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
82738
82883
|
}>;
|
82739
82884
|
brandName: z.ZodString;
|
82740
82885
|
platformId: z.ZodString;
|
@@ -82982,6 +83127,7 @@ export declare const mainChatContract: {
|
|
82982
83127
|
apiSecret: string;
|
82983
83128
|
} | undefined;
|
82984
83129
|
lineRichMenuId?: string | null | undefined;
|
83130
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
82985
83131
|
};
|
82986
83132
|
status: boolean;
|
82987
83133
|
createdAt: Date;
|
@@ -83060,6 +83206,7 @@ export declare const mainChatContract: {
|
|
83060
83206
|
apiSecret: string;
|
83061
83207
|
} | undefined;
|
83062
83208
|
lineRichMenuId?: string | null | undefined;
|
83209
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
83063
83210
|
};
|
83064
83211
|
status: boolean;
|
83065
83212
|
createdAt: Date;
|
@@ -84395,6 +84542,7 @@ export declare const mainChatContract: {
|
|
84395
84542
|
apiSecret: string;
|
84396
84543
|
} | undefined;
|
84397
84544
|
lineRichMenuId?: string | null | undefined;
|
84545
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
84398
84546
|
};
|
84399
84547
|
status: boolean;
|
84400
84548
|
createdAt: Date;
|
@@ -84660,6 +84808,7 @@ export declare const mainChatContract: {
|
|
84660
84808
|
apiSecret: string;
|
84661
84809
|
} | undefined;
|
84662
84810
|
lineRichMenuId?: string | null | undefined;
|
84811
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
84663
84812
|
};
|
84664
84813
|
status: boolean;
|
84665
84814
|
createdAt: Date;
|
@@ -85035,6 +85184,7 @@ export declare const mainChatContract: {
|
|
85035
85184
|
apiSecret: string;
|
85036
85185
|
} | undefined;
|
85037
85186
|
lineRichMenuId?: string | null | undefined;
|
85187
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
85038
85188
|
};
|
85039
85189
|
status: boolean;
|
85040
85190
|
createdAt: Date;
|
@@ -85652,6 +85802,7 @@ export declare const mainChatContract: {
|
|
85652
85802
|
apiSecret: string;
|
85653
85803
|
} | undefined;
|
85654
85804
|
lineRichMenuId?: string | null | undefined;
|
85805
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
85655
85806
|
};
|
85656
85807
|
status: boolean;
|
85657
85808
|
createdAt: Date;
|
@@ -86030,6 +86181,7 @@ export declare const mainChatContract: {
|
|
86030
86181
|
apiSecret: string;
|
86031
86182
|
} | undefined;
|
86032
86183
|
lineRichMenuId?: string | null | undefined;
|
86184
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
86033
86185
|
};
|
86034
86186
|
status: boolean;
|
86035
86187
|
createdAt: Date;
|
@@ -86647,6 +86799,7 @@ export declare const mainChatContract: {
|
|
86647
86799
|
apiSecret: string;
|
86648
86800
|
} | undefined;
|
86649
86801
|
lineRichMenuId?: string | null | undefined;
|
86802
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
86650
86803
|
};
|
86651
86804
|
status: boolean;
|
86652
86805
|
createdAt: Date;
|
@@ -87027,6 +87180,7 @@ export declare const mainChatContract: {
|
|
87027
87180
|
apiSecret: string;
|
87028
87181
|
} | undefined;
|
87029
87182
|
lineRichMenuId?: string | null | undefined;
|
87183
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
87030
87184
|
};
|
87031
87185
|
status: boolean;
|
87032
87186
|
createdAt: Date;
|
@@ -87644,6 +87798,7 @@ export declare const mainChatContract: {
|
|
87644
87798
|
apiSecret: string;
|
87645
87799
|
} | undefined;
|
87646
87800
|
lineRichMenuId?: string | null | undefined;
|
87801
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
87647
87802
|
};
|
87648
87803
|
status: boolean;
|
87649
87804
|
createdAt: Date;
|
@@ -88028,6 +88183,7 @@ export declare const mainChatContract: {
|
|
88028
88183
|
apiSecret: string;
|
88029
88184
|
} | undefined;
|
88030
88185
|
lineRichMenuId?: string | null | undefined;
|
88186
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
88031
88187
|
};
|
88032
88188
|
status: boolean;
|
88033
88189
|
createdAt: Date;
|
@@ -88645,6 +88801,7 @@ export declare const mainChatContract: {
|
|
88645
88801
|
apiSecret: string;
|
88646
88802
|
} | undefined;
|
88647
88803
|
lineRichMenuId?: string | null | undefined;
|
88804
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
88648
88805
|
};
|
88649
88806
|
status: boolean;
|
88650
88807
|
createdAt: Date;
|
@@ -90437,6 +90594,7 @@ export declare const mainChatContract: {
|
|
90437
90594
|
apiSecret: string;
|
90438
90595
|
}>>;
|
90439
90596
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
90597
|
+
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
90440
90598
|
}, "strip", z.ZodTypeAny, {
|
90441
90599
|
id: string;
|
90442
90600
|
name: string;
|
@@ -90450,6 +90608,7 @@ export declare const mainChatContract: {
|
|
90450
90608
|
apiSecret: string;
|
90451
90609
|
} | undefined;
|
90452
90610
|
lineRichMenuId?: string | null | undefined;
|
90611
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
90453
90612
|
}, {
|
90454
90613
|
id: string;
|
90455
90614
|
name: string;
|
@@ -90463,6 +90622,7 @@ export declare const mainChatContract: {
|
|
90463
90622
|
apiSecret: string;
|
90464
90623
|
} | undefined;
|
90465
90624
|
lineRichMenuId?: string | null | undefined;
|
90625
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
90466
90626
|
}>;
|
90467
90627
|
brandName: z.ZodString;
|
90468
90628
|
platformId: z.ZodString;
|
@@ -90710,6 +90870,7 @@ export declare const mainChatContract: {
|
|
90710
90870
|
apiSecret: string;
|
90711
90871
|
} | undefined;
|
90712
90872
|
lineRichMenuId?: string | null | undefined;
|
90873
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
90713
90874
|
};
|
90714
90875
|
status: boolean;
|
90715
90876
|
createdAt: Date;
|
@@ -90788,6 +90949,7 @@ export declare const mainChatContract: {
|
|
90788
90949
|
apiSecret: string;
|
90789
90950
|
} | undefined;
|
90790
90951
|
lineRichMenuId?: string | null | undefined;
|
90952
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
90791
90953
|
};
|
90792
90954
|
status: boolean;
|
90793
90955
|
createdAt: Date;
|
@@ -91314,6 +91476,7 @@ export declare const mainChatContract: {
|
|
91314
91476
|
apiSecret: string;
|
91315
91477
|
} | undefined;
|
91316
91478
|
lineRichMenuId?: string | null | undefined;
|
91479
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
91317
91480
|
};
|
91318
91481
|
status: boolean;
|
91319
91482
|
createdAt: Date;
|
@@ -91703,6 +91866,7 @@ export declare const mainChatContract: {
|
|
91703
91866
|
apiSecret: string;
|
91704
91867
|
} | undefined;
|
91705
91868
|
lineRichMenuId?: string | null | undefined;
|
91869
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
91706
91870
|
};
|
91707
91871
|
status: boolean;
|
91708
91872
|
createdAt: Date;
|
@@ -92094,6 +92258,7 @@ export declare const mainChatContract: {
|
|
92094
92258
|
apiSecret: string;
|
92095
92259
|
} | undefined;
|
92096
92260
|
lineRichMenuId?: string | null | undefined;
|
92261
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
92097
92262
|
};
|
92098
92263
|
status: boolean;
|
92099
92264
|
createdAt: Date;
|
@@ -92486,6 +92651,7 @@ export declare const mainChatContract: {
|
|
92486
92651
|
apiSecret: string;
|
92487
92652
|
} | undefined;
|
92488
92653
|
lineRichMenuId?: string | null | undefined;
|
92654
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
92489
92655
|
};
|
92490
92656
|
status: boolean;
|
92491
92657
|
createdAt: Date;
|
@@ -94406,6 +94572,7 @@ export declare const mainChatContract: {
|
|
94406
94572
|
apiSecret: string;
|
94407
94573
|
}>>;
|
94408
94574
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
94575
|
+
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
94409
94576
|
}, "strip", z.ZodTypeAny, {
|
94410
94577
|
id: string;
|
94411
94578
|
name: string;
|
@@ -94419,6 +94586,7 @@ export declare const mainChatContract: {
|
|
94419
94586
|
apiSecret: string;
|
94420
94587
|
} | undefined;
|
94421
94588
|
lineRichMenuId?: string | null | undefined;
|
94589
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
94422
94590
|
}, {
|
94423
94591
|
id: string;
|
94424
94592
|
name: string;
|
@@ -94432,6 +94600,7 @@ export declare const mainChatContract: {
|
|
94432
94600
|
apiSecret: string;
|
94433
94601
|
} | undefined;
|
94434
94602
|
lineRichMenuId?: string | null | undefined;
|
94603
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
94435
94604
|
}>;
|
94436
94605
|
brandName: z.ZodString;
|
94437
94606
|
platformId: z.ZodString;
|
@@ -94679,6 +94848,7 @@ export declare const mainChatContract: {
|
|
94679
94848
|
apiSecret: string;
|
94680
94849
|
} | undefined;
|
94681
94850
|
lineRichMenuId?: string | null | undefined;
|
94851
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
94682
94852
|
};
|
94683
94853
|
status: boolean;
|
94684
94854
|
createdAt: Date;
|
@@ -94757,6 +94927,7 @@ export declare const mainChatContract: {
|
|
94757
94927
|
apiSecret: string;
|
94758
94928
|
} | undefined;
|
94759
94929
|
lineRichMenuId?: string | null | undefined;
|
94930
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
94760
94931
|
};
|
94761
94932
|
status: boolean;
|
94762
94933
|
createdAt: Date;
|
@@ -95283,6 +95454,7 @@ export declare const mainChatContract: {
|
|
95283
95454
|
apiSecret: string;
|
95284
95455
|
} | undefined;
|
95285
95456
|
lineRichMenuId?: string | null | undefined;
|
95457
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
95286
95458
|
};
|
95287
95459
|
status: boolean;
|
95288
95460
|
createdAt: Date;
|
@@ -95672,6 +95844,7 @@ export declare const mainChatContract: {
|
|
95672
95844
|
apiSecret: string;
|
95673
95845
|
} | undefined;
|
95674
95846
|
lineRichMenuId?: string | null | undefined;
|
95847
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
95675
95848
|
};
|
95676
95849
|
status: boolean;
|
95677
95850
|
createdAt: Date;
|
@@ -96063,6 +96236,7 @@ export declare const mainChatContract: {
|
|
96063
96236
|
apiSecret: string;
|
96064
96237
|
} | undefined;
|
96065
96238
|
lineRichMenuId?: string | null | undefined;
|
96239
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
96066
96240
|
};
|
96067
96241
|
status: boolean;
|
96068
96242
|
createdAt: Date;
|
@@ -96455,6 +96629,7 @@ export declare const mainChatContract: {
|
|
96455
96629
|
apiSecret: string;
|
96456
96630
|
} | undefined;
|
96457
96631
|
lineRichMenuId?: string | null | undefined;
|
96632
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
96458
96633
|
};
|
96459
96634
|
status: boolean;
|
96460
96635
|
createdAt: Date;
|
@@ -99436,6 +99611,7 @@ export declare const mainChatContract: {
|
|
99436
99611
|
apiSecret: string;
|
99437
99612
|
}>>;
|
99438
99613
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
99614
|
+
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
99439
99615
|
}, "strip", z.ZodTypeAny, {
|
99440
99616
|
id: string;
|
99441
99617
|
name: string;
|
@@ -99449,6 +99625,7 @@ export declare const mainChatContract: {
|
|
99449
99625
|
apiSecret: string;
|
99450
99626
|
} | undefined;
|
99451
99627
|
lineRichMenuId?: string | null | undefined;
|
99628
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
99452
99629
|
}, {
|
99453
99630
|
id: string;
|
99454
99631
|
name: string;
|
@@ -99462,6 +99639,7 @@ export declare const mainChatContract: {
|
|
99462
99639
|
apiSecret: string;
|
99463
99640
|
} | undefined;
|
99464
99641
|
lineRichMenuId?: string | null | undefined;
|
99642
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
99465
99643
|
}>;
|
99466
99644
|
brandName: z.ZodString;
|
99467
99645
|
platformId: z.ZodString;
|
@@ -99709,6 +99887,7 @@ export declare const mainChatContract: {
|
|
99709
99887
|
apiSecret: string;
|
99710
99888
|
} | undefined;
|
99711
99889
|
lineRichMenuId?: string | null | undefined;
|
99890
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
99712
99891
|
};
|
99713
99892
|
status: boolean;
|
99714
99893
|
createdAt: Date;
|
@@ -99787,6 +99966,7 @@ export declare const mainChatContract: {
|
|
99787
99966
|
apiSecret: string;
|
99788
99967
|
} | undefined;
|
99789
99968
|
lineRichMenuId?: string | null | undefined;
|
99969
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
99790
99970
|
};
|
99791
99971
|
status: boolean;
|
99792
99972
|
createdAt: Date;
|
@@ -100313,6 +100493,7 @@ export declare const mainChatContract: {
|
|
100313
100493
|
apiSecret: string;
|
100314
100494
|
} | undefined;
|
100315
100495
|
lineRichMenuId?: string | null | undefined;
|
100496
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
100316
100497
|
};
|
100317
100498
|
status: boolean;
|
100318
100499
|
createdAt: Date;
|
@@ -100702,6 +100883,7 @@ export declare const mainChatContract: {
|
|
100702
100883
|
apiSecret: string;
|
100703
100884
|
} | undefined;
|
100704
100885
|
lineRichMenuId?: string | null | undefined;
|
100886
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
100705
100887
|
};
|
100706
100888
|
status: boolean;
|
100707
100889
|
createdAt: Date;
|
@@ -101093,6 +101275,7 @@ export declare const mainChatContract: {
|
|
101093
101275
|
apiSecret: string;
|
101094
101276
|
} | undefined;
|
101095
101277
|
lineRichMenuId?: string | null | undefined;
|
101278
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
101096
101279
|
};
|
101097
101280
|
status: boolean;
|
101098
101281
|
createdAt: Date;
|
@@ -101485,6 +101668,7 @@ export declare const mainChatContract: {
|
|
101485
101668
|
apiSecret: string;
|
101486
101669
|
} | undefined;
|
101487
101670
|
lineRichMenuId?: string | null | undefined;
|
101671
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
101488
101672
|
};
|
101489
101673
|
status: boolean;
|
101490
101674
|
createdAt: Date;
|
@@ -104244,6 +104428,7 @@ export declare const mainChatMessageContract: {
|
|
104244
104428
|
apiSecret: string;
|
104245
104429
|
}>>;
|
104246
104430
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
104431
|
+
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
104247
104432
|
}, "strip", z.ZodTypeAny, {
|
104248
104433
|
id: string;
|
104249
104434
|
name: string;
|
@@ -104257,6 +104442,7 @@ export declare const mainChatMessageContract: {
|
|
104257
104442
|
apiSecret: string;
|
104258
104443
|
} | undefined;
|
104259
104444
|
lineRichMenuId?: string | null | undefined;
|
104445
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
104260
104446
|
}, {
|
104261
104447
|
id: string;
|
104262
104448
|
name: string;
|
@@ -104270,6 +104456,7 @@ export declare const mainChatMessageContract: {
|
|
104270
104456
|
apiSecret: string;
|
104271
104457
|
} | undefined;
|
104272
104458
|
lineRichMenuId?: string | null | undefined;
|
104459
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
104273
104460
|
}>;
|
104274
104461
|
brandName: z.ZodString;
|
104275
104462
|
platformId: z.ZodString;
|
@@ -104517,6 +104704,7 @@ export declare const mainChatMessageContract: {
|
|
104517
104704
|
apiSecret: string;
|
104518
104705
|
} | undefined;
|
104519
104706
|
lineRichMenuId?: string | null | undefined;
|
104707
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
104520
104708
|
};
|
104521
104709
|
status: boolean;
|
104522
104710
|
createdAt: Date;
|
@@ -104595,6 +104783,7 @@ export declare const mainChatMessageContract: {
|
|
104595
104783
|
apiSecret: string;
|
104596
104784
|
} | undefined;
|
104597
104785
|
lineRichMenuId?: string | null | undefined;
|
104786
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
104598
104787
|
};
|
104599
104788
|
status: boolean;
|
104600
104789
|
createdAt: Date;
|
@@ -105121,6 +105310,7 @@ export declare const mainChatMessageContract: {
|
|
105121
105310
|
apiSecret: string;
|
105122
105311
|
} | undefined;
|
105123
105312
|
lineRichMenuId?: string | null | undefined;
|
105313
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
105124
105314
|
};
|
105125
105315
|
status: boolean;
|
105126
105316
|
createdAt: Date;
|
@@ -105510,6 +105700,7 @@ export declare const mainChatMessageContract: {
|
|
105510
105700
|
apiSecret: string;
|
105511
105701
|
} | undefined;
|
105512
105702
|
lineRichMenuId?: string | null | undefined;
|
105703
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
105513
105704
|
};
|
105514
105705
|
status: boolean;
|
105515
105706
|
createdAt: Date;
|
@@ -108623,6 +108814,7 @@ export declare const mainChatMessageContract: {
|
|
108623
108814
|
apiSecret: string;
|
108624
108815
|
}>>;
|
108625
108816
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
108817
|
+
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
108626
108818
|
}, "strip", z.ZodTypeAny, {
|
108627
108819
|
id: string;
|
108628
108820
|
name: string;
|
@@ -108636,6 +108828,7 @@ export declare const mainChatMessageContract: {
|
|
108636
108828
|
apiSecret: string;
|
108637
108829
|
} | undefined;
|
108638
108830
|
lineRichMenuId?: string | null | undefined;
|
108831
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
108639
108832
|
}, {
|
108640
108833
|
id: string;
|
108641
108834
|
name: string;
|
@@ -108649,6 +108842,7 @@ export declare const mainChatMessageContract: {
|
|
108649
108842
|
apiSecret: string;
|
108650
108843
|
} | undefined;
|
108651
108844
|
lineRichMenuId?: string | null | undefined;
|
108845
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
108652
108846
|
}>;
|
108653
108847
|
brandName: z.ZodString;
|
108654
108848
|
platformId: z.ZodString;
|
@@ -108896,6 +109090,7 @@ export declare const mainChatMessageContract: {
|
|
108896
109090
|
apiSecret: string;
|
108897
109091
|
} | undefined;
|
108898
109092
|
lineRichMenuId?: string | null | undefined;
|
109093
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
108899
109094
|
};
|
108900
109095
|
status: boolean;
|
108901
109096
|
createdAt: Date;
|
@@ -108974,6 +109169,7 @@ export declare const mainChatMessageContract: {
|
|
108974
109169
|
apiSecret: string;
|
108975
109170
|
} | undefined;
|
108976
109171
|
lineRichMenuId?: string | null | undefined;
|
109172
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
108977
109173
|
};
|
108978
109174
|
status: boolean;
|
108979
109175
|
createdAt: Date;
|
@@ -109500,6 +109696,7 @@ export declare const mainChatMessageContract: {
|
|
109500
109696
|
apiSecret: string;
|
109501
109697
|
} | undefined;
|
109502
109698
|
lineRichMenuId?: string | null | undefined;
|
109699
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
109503
109700
|
};
|
109504
109701
|
status: boolean;
|
109505
109702
|
createdAt: Date;
|
@@ -109889,6 +110086,7 @@ export declare const mainChatMessageContract: {
|
|
109889
110086
|
apiSecret: string;
|
109890
110087
|
} | undefined;
|
109891
110088
|
lineRichMenuId?: string | null | undefined;
|
110089
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
109892
110090
|
};
|
109893
110091
|
status: boolean;
|
109894
110092
|
createdAt: Date;
|
@@ -112051,6 +112249,7 @@ export declare const mainChatMessageContract: {
|
|
112051
112249
|
apiSecret: string;
|
112052
112250
|
} | undefined;
|
112053
112251
|
lineRichMenuId?: string | null | undefined;
|
112252
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
112054
112253
|
};
|
112055
112254
|
status: boolean;
|
112056
112255
|
createdAt: Date;
|
@@ -112777,6 +112976,7 @@ export declare const mainChatMessageContract: {
|
|
112777
112976
|
apiSecret: string;
|
112778
112977
|
} | undefined;
|
112779
112978
|
lineRichMenuId?: string | null | undefined;
|
112979
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
112780
112980
|
};
|
112781
112981
|
status: boolean;
|
112782
112982
|
createdAt: Date;
|
@@ -113504,6 +113704,7 @@ export declare const mainChatMessageContract: {
|
|
113504
113704
|
apiSecret: string;
|
113505
113705
|
} | undefined;
|
113506
113706
|
lineRichMenuId?: string | null | undefined;
|
113707
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
113507
113708
|
};
|
113508
113709
|
status: boolean;
|
113509
113710
|
createdAt: Date;
|
@@ -114230,6 +114431,7 @@ export declare const mainChatMessageContract: {
|
|
114230
114431
|
apiSecret: string;
|
114231
114432
|
} | undefined;
|
114232
114433
|
lineRichMenuId?: string | null | undefined;
|
114434
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
114233
114435
|
};
|
114234
114436
|
status: boolean;
|
114235
114437
|
createdAt: Date;
|
@@ -114957,6 +115159,7 @@ export declare const mainChatMessageContract: {
|
|
114957
115159
|
apiSecret: string;
|
114958
115160
|
} | undefined;
|
114959
115161
|
lineRichMenuId?: string | null | undefined;
|
115162
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
114960
115163
|
};
|
114961
115164
|
status: boolean;
|
114962
115165
|
createdAt: Date;
|
@@ -115683,6 +115886,7 @@ export declare const mainChatMessageContract: {
|
|
115683
115886
|
apiSecret: string;
|
115684
115887
|
} | undefined;
|
115685
115888
|
lineRichMenuId?: string | null | undefined;
|
115889
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
115686
115890
|
};
|
115687
115891
|
status: boolean;
|
115688
115892
|
createdAt: Date;
|
@@ -116412,6 +116616,7 @@ export declare const mainChatMessageContract: {
|
|
116412
116616
|
apiSecret: string;
|
116413
116617
|
} | undefined;
|
116414
116618
|
lineRichMenuId?: string | null | undefined;
|
116619
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
116415
116620
|
};
|
116416
116621
|
status: boolean;
|
116417
116622
|
createdAt: Date;
|
@@ -117138,6 +117343,7 @@ export declare const mainChatMessageContract: {
|
|
117138
117343
|
apiSecret: string;
|
117139
117344
|
} | undefined;
|
117140
117345
|
lineRichMenuId?: string | null | undefined;
|
117346
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
117141
117347
|
};
|
117142
117348
|
status: boolean;
|
117143
117349
|
createdAt: Date;
|
@@ -117868,6 +118074,7 @@ export declare const mainChatMessageContract: {
|
|
117868
118074
|
apiSecret: string;
|
117869
118075
|
} | undefined;
|
117870
118076
|
lineRichMenuId?: string | null | undefined;
|
118077
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
117871
118078
|
};
|
117872
118079
|
status: boolean;
|
117873
118080
|
createdAt: Date;
|
@@ -118594,6 +118801,7 @@ export declare const mainChatMessageContract: {
|
|
118594
118801
|
apiSecret: string;
|
118595
118802
|
} | undefined;
|
118596
118803
|
lineRichMenuId?: string | null | undefined;
|
118804
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
118597
118805
|
};
|
118598
118806
|
status: boolean;
|
118599
118807
|
createdAt: Date;
|
@@ -119288,6 +119496,7 @@ export declare const mainChatMessageContract: {
|
|
119288
119496
|
apiSecret: string;
|
119289
119497
|
}>>;
|
119290
119498
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
119499
|
+
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
119291
119500
|
}, "strip", z.ZodTypeAny, {
|
119292
119501
|
id: string;
|
119293
119502
|
name: string;
|
@@ -119301,6 +119510,7 @@ export declare const mainChatMessageContract: {
|
|
119301
119510
|
apiSecret: string;
|
119302
119511
|
} | undefined;
|
119303
119512
|
lineRichMenuId?: string | null | undefined;
|
119513
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
119304
119514
|
}, {
|
119305
119515
|
id: string;
|
119306
119516
|
name: string;
|
@@ -119314,6 +119524,7 @@ export declare const mainChatMessageContract: {
|
|
119314
119524
|
apiSecret: string;
|
119315
119525
|
} | undefined;
|
119316
119526
|
lineRichMenuId?: string | null | undefined;
|
119527
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
119317
119528
|
}>;
|
119318
119529
|
platformId: z.ZodString;
|
119319
119530
|
brandName: z.ZodString;
|
@@ -119357,6 +119568,7 @@ export declare const mainChatMessageContract: {
|
|
119357
119568
|
apiSecret: string;
|
119358
119569
|
} | undefined;
|
119359
119570
|
lineRichMenuId?: string | null | undefined;
|
119571
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
119360
119572
|
};
|
119361
119573
|
status: boolean;
|
119362
119574
|
brandName: string;
|
@@ -119388,6 +119600,7 @@ export declare const mainChatMessageContract: {
|
|
119388
119600
|
apiSecret: string;
|
119389
119601
|
} | undefined;
|
119390
119602
|
lineRichMenuId?: string | null | undefined;
|
119603
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
119391
119604
|
};
|
119392
119605
|
status: boolean;
|
119393
119606
|
brandName: string;
|
@@ -119422,6 +119635,7 @@ export declare const mainChatMessageContract: {
|
|
119422
119635
|
apiSecret: string;
|
119423
119636
|
} | undefined;
|
119424
119637
|
lineRichMenuId?: string | null | undefined;
|
119638
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
119425
119639
|
};
|
119426
119640
|
status: boolean;
|
119427
119641
|
brandName: string;
|
@@ -119456,6 +119670,7 @@ export declare const mainChatMessageContract: {
|
|
119456
119670
|
apiSecret: string;
|
119457
119671
|
} | undefined;
|
119458
119672
|
lineRichMenuId?: string | null | undefined;
|
119673
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
119459
119674
|
};
|
119460
119675
|
status: boolean;
|
119461
119676
|
brandName: string;
|
@@ -119642,6 +119857,7 @@ export declare const mainChatMessageContract: {
|
|
119642
119857
|
apiSecret: string;
|
119643
119858
|
} | undefined;
|
119644
119859
|
lineRichMenuId?: string | null | undefined;
|
119860
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
119645
119861
|
};
|
119646
119862
|
status: boolean;
|
119647
119863
|
brandName: string;
|
@@ -119710,6 +119926,7 @@ export declare const mainChatMessageContract: {
|
|
119710
119926
|
apiSecret: string;
|
119711
119927
|
} | undefined;
|
119712
119928
|
lineRichMenuId?: string | null | undefined;
|
119929
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
119713
119930
|
};
|
119714
119931
|
status: boolean;
|
119715
119932
|
brandName: string;
|
@@ -119780,6 +119997,7 @@ export declare const mainChatMessageContract: {
|
|
119780
119997
|
apiSecret: string;
|
119781
119998
|
} | undefined;
|
119782
119999
|
lineRichMenuId?: string | null | undefined;
|
120000
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
119783
120001
|
};
|
119784
120002
|
status: boolean;
|
119785
120003
|
brandName: string;
|
@@ -119851,6 +120069,7 @@ export declare const mainChatMessageContract: {
|
|
119851
120069
|
apiSecret: string;
|
119852
120070
|
} | undefined;
|
119853
120071
|
lineRichMenuId?: string | null | undefined;
|
120072
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
119854
120073
|
};
|
119855
120074
|
status: boolean;
|
119856
120075
|
brandName: string;
|
@@ -121428,6 +121647,7 @@ export declare const mainChatMessageContract: {
|
|
121428
121647
|
apiSecret: string;
|
121429
121648
|
}>>;
|
121430
121649
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
121650
|
+
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
121431
121651
|
}, "strip", z.ZodTypeAny, {
|
121432
121652
|
id: string;
|
121433
121653
|
name: string;
|
@@ -121441,6 +121661,7 @@ export declare const mainChatMessageContract: {
|
|
121441
121661
|
apiSecret: string;
|
121442
121662
|
} | undefined;
|
121443
121663
|
lineRichMenuId?: string | null | undefined;
|
121664
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
121444
121665
|
}, {
|
121445
121666
|
id: string;
|
121446
121667
|
name: string;
|
@@ -121454,6 +121675,7 @@ export declare const mainChatMessageContract: {
|
|
121454
121675
|
apiSecret: string;
|
121455
121676
|
} | undefined;
|
121456
121677
|
lineRichMenuId?: string | null | undefined;
|
121678
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
121457
121679
|
}>;
|
121458
121680
|
brandName: z.ZodString;
|
121459
121681
|
platformId: z.ZodString;
|
@@ -121701,6 +121923,7 @@ export declare const mainChatMessageContract: {
|
|
121701
121923
|
apiSecret: string;
|
121702
121924
|
} | undefined;
|
121703
121925
|
lineRichMenuId?: string | null | undefined;
|
121926
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
121704
121927
|
};
|
121705
121928
|
status: boolean;
|
121706
121929
|
createdAt: Date;
|
@@ -121779,6 +122002,7 @@ export declare const mainChatMessageContract: {
|
|
121779
122002
|
apiSecret: string;
|
121780
122003
|
} | undefined;
|
121781
122004
|
lineRichMenuId?: string | null | undefined;
|
122005
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
121782
122006
|
};
|
121783
122007
|
status: boolean;
|
121784
122008
|
createdAt: Date;
|
@@ -122305,6 +122529,7 @@ export declare const mainChatMessageContract: {
|
|
122305
122529
|
apiSecret: string;
|
122306
122530
|
} | undefined;
|
122307
122531
|
lineRichMenuId?: string | null | undefined;
|
122532
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
122308
122533
|
};
|
122309
122534
|
status: boolean;
|
122310
122535
|
createdAt: Date;
|
@@ -122694,6 +122919,7 @@ export declare const mainChatMessageContract: {
|
|
122694
122919
|
apiSecret: string;
|
122695
122920
|
} | undefined;
|
122696
122921
|
lineRichMenuId?: string | null | undefined;
|
122922
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
122697
122923
|
};
|
122698
122924
|
status: boolean;
|
122699
122925
|
createdAt: Date;
|
@@ -124856,6 +125082,7 @@ export declare const mainChatMessageContract: {
|
|
124856
125082
|
apiSecret: string;
|
124857
125083
|
} | undefined;
|
124858
125084
|
lineRichMenuId?: string | null | undefined;
|
125085
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
124859
125086
|
};
|
124860
125087
|
status: boolean;
|
124861
125088
|
createdAt: Date;
|
@@ -125582,6 +125809,7 @@ export declare const mainChatMessageContract: {
|
|
125582
125809
|
apiSecret: string;
|
125583
125810
|
} | undefined;
|
125584
125811
|
lineRichMenuId?: string | null | undefined;
|
125812
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
125585
125813
|
};
|
125586
125814
|
status: boolean;
|
125587
125815
|
createdAt: Date;
|
@@ -126310,6 +126538,7 @@ export declare const mainChatMessageContract: {
|
|
126310
126538
|
apiSecret: string;
|
126311
126539
|
} | undefined;
|
126312
126540
|
lineRichMenuId?: string | null | undefined;
|
126541
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
126313
126542
|
};
|
126314
126543
|
status: boolean;
|
126315
126544
|
createdAt: Date;
|
@@ -127039,6 +127268,7 @@ export declare const mainChatMessageContract: {
|
|
127039
127268
|
apiSecret: string;
|
127040
127269
|
} | undefined;
|
127041
127270
|
lineRichMenuId?: string | null | undefined;
|
127271
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
127042
127272
|
};
|
127043
127273
|
status: boolean;
|
127044
127274
|
createdAt: Date;
|