@kl1/contracts 1.2.41-uat → 1.2.42-uat
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/api-contracts/src/channel/index.d.ts +137 -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 +10 -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 +54 -0
- 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 +826 -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 +83 -0
- package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/validation.d.ts +5 -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 +61 -0
- package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/whatsapp/index.d.ts +71 -0
- package/dist/api-contracts/src/whatsapp/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 +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -193,6 +193,7 @@ export declare const messengerContract: {
|
|
193
193
|
}>>;
|
194
194
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
195
195
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
196
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
196
197
|
}, "strip", z.ZodTypeAny, {
|
197
198
|
id: string;
|
198
199
|
name: string;
|
@@ -219,6 +220,7 @@ export declare const messengerContract: {
|
|
219
220
|
} | undefined;
|
220
221
|
lineRichMenuId?: string | null | undefined;
|
221
222
|
messengerIntegrationType?: "own" | "business" | undefined;
|
223
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
222
224
|
}, {
|
223
225
|
id: string;
|
224
226
|
name: string;
|
@@ -245,6 +247,7 @@ export declare const messengerContract: {
|
|
245
247
|
} | undefined;
|
246
248
|
lineRichMenuId?: string | null | undefined;
|
247
249
|
messengerIntegrationType?: "own" | "business" | undefined;
|
250
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
248
251
|
}>;
|
249
252
|
platformId: z.ZodString;
|
250
253
|
brandName: z.ZodString;
|
@@ -301,6 +304,7 @@ export declare const messengerContract: {
|
|
301
304
|
} | undefined;
|
302
305
|
lineRichMenuId?: string | null | undefined;
|
303
306
|
messengerIntegrationType?: "own" | "business" | undefined;
|
307
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
304
308
|
};
|
305
309
|
status: boolean;
|
306
310
|
brandName: string;
|
@@ -345,6 +349,7 @@ export declare const messengerContract: {
|
|
345
349
|
} | undefined;
|
346
350
|
lineRichMenuId?: string | null | undefined;
|
347
351
|
messengerIntegrationType?: "own" | "business" | undefined;
|
352
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
348
353
|
};
|
349
354
|
status: boolean;
|
350
355
|
brandName: string;
|
@@ -394,6 +399,7 @@ export declare const messengerContract: {
|
|
394
399
|
} | undefined;
|
395
400
|
lineRichMenuId?: string | null | undefined;
|
396
401
|
messengerIntegrationType?: "own" | "business" | undefined;
|
402
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
397
403
|
};
|
398
404
|
status: boolean;
|
399
405
|
brandName: string;
|
@@ -482,6 +488,7 @@ export declare const messengerContract: {
|
|
482
488
|
} | undefined;
|
483
489
|
lineRichMenuId?: string | null | undefined;
|
484
490
|
messengerIntegrationType?: "own" | "business" | undefined;
|
491
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
485
492
|
};
|
486
493
|
status: boolean;
|
487
494
|
brandName: string;
|
@@ -738,6 +745,7 @@ export declare const messengerContract: {
|
|
738
745
|
} | undefined;
|
739
746
|
lineRichMenuId?: string | null | undefined;
|
740
747
|
messengerIntegrationType?: "own" | "business" | undefined;
|
748
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
741
749
|
};
|
742
750
|
status: boolean;
|
743
751
|
brandName: string;
|
@@ -865,6 +873,7 @@ export declare const messengerContract: {
|
|
865
873
|
} | undefined;
|
866
874
|
lineRichMenuId?: string | null | undefined;
|
867
875
|
messengerIntegrationType?: "own" | "business" | undefined;
|
876
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
868
877
|
};
|
869
878
|
status: boolean;
|
870
879
|
brandName: string;
|
@@ -2917,6 +2926,7 @@ export declare const messengerContract: {
|
|
2917
2926
|
}>>;
|
2918
2927
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
2919
2928
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
2929
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
2920
2930
|
}, "strip", z.ZodTypeAny, {
|
2921
2931
|
id: string;
|
2922
2932
|
name: string;
|
@@ -2943,6 +2953,7 @@ export declare const messengerContract: {
|
|
2943
2953
|
} | undefined;
|
2944
2954
|
lineRichMenuId?: string | null | undefined;
|
2945
2955
|
messengerIntegrationType?: "own" | "business" | undefined;
|
2956
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
2946
2957
|
}, {
|
2947
2958
|
id: string;
|
2948
2959
|
name: string;
|
@@ -2969,6 +2980,7 @@ export declare const messengerContract: {
|
|
2969
2980
|
} | undefined;
|
2970
2981
|
lineRichMenuId?: string | null | undefined;
|
2971
2982
|
messengerIntegrationType?: "own" | "business" | undefined;
|
2983
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
2972
2984
|
}>;
|
2973
2985
|
brandName: z.ZodString;
|
2974
2986
|
platformId: z.ZodString;
|
@@ -3229,6 +3241,7 @@ export declare const messengerContract: {
|
|
3229
3241
|
} | undefined;
|
3230
3242
|
lineRichMenuId?: string | null | undefined;
|
3231
3243
|
messengerIntegrationType?: "own" | "business" | undefined;
|
3244
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
3232
3245
|
};
|
3233
3246
|
status: boolean;
|
3234
3247
|
createdAt: Date;
|
@@ -3320,6 +3333,7 @@ export declare const messengerContract: {
|
|
3320
3333
|
} | undefined;
|
3321
3334
|
lineRichMenuId?: string | null | undefined;
|
3322
3335
|
messengerIntegrationType?: "own" | "business" | undefined;
|
3336
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
3323
3337
|
};
|
3324
3338
|
status: boolean;
|
3325
3339
|
createdAt: Date;
|
@@ -3975,6 +3989,7 @@ export declare const messengerContract: {
|
|
3975
3989
|
} | undefined;
|
3976
3990
|
lineRichMenuId?: string | null | undefined;
|
3977
3991
|
messengerIntegrationType?: "own" | "business" | undefined;
|
3992
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
3978
3993
|
};
|
3979
3994
|
status: boolean;
|
3980
3995
|
createdAt: Date;
|
@@ -4399,6 +4414,7 @@ export declare const messengerContract: {
|
|
4399
4414
|
} | undefined;
|
4400
4415
|
lineRichMenuId?: string | null | undefined;
|
4401
4416
|
messengerIntegrationType?: "own" | "business" | undefined;
|
4417
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
4402
4418
|
};
|
4403
4419
|
status: boolean;
|
4404
4420
|
createdAt: Date;
|
@@ -7569,6 +7585,7 @@ export declare const messengerContract: {
|
|
7569
7585
|
}>>;
|
7570
7586
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
7571
7587
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
7588
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
7572
7589
|
}, "strip", z.ZodTypeAny, {
|
7573
7590
|
id: string;
|
7574
7591
|
name: string;
|
@@ -7595,6 +7612,7 @@ export declare const messengerContract: {
|
|
7595
7612
|
} | undefined;
|
7596
7613
|
lineRichMenuId?: string | null | undefined;
|
7597
7614
|
messengerIntegrationType?: "own" | "business" | undefined;
|
7615
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
7598
7616
|
}, {
|
7599
7617
|
id: string;
|
7600
7618
|
name: string;
|
@@ -7621,6 +7639,7 @@ export declare const messengerContract: {
|
|
7621
7639
|
} | undefined;
|
7622
7640
|
lineRichMenuId?: string | null | undefined;
|
7623
7641
|
messengerIntegrationType?: "own" | "business" | undefined;
|
7642
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
7624
7643
|
}>;
|
7625
7644
|
brandName: z.ZodString;
|
7626
7645
|
platformId: z.ZodString;
|
@@ -7881,6 +7900,7 @@ export declare const messengerContract: {
|
|
7881
7900
|
} | undefined;
|
7882
7901
|
lineRichMenuId?: string | null | undefined;
|
7883
7902
|
messengerIntegrationType?: "own" | "business" | undefined;
|
7903
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
7884
7904
|
};
|
7885
7905
|
status: boolean;
|
7886
7906
|
createdAt: Date;
|
@@ -7972,6 +7992,7 @@ export declare const messengerContract: {
|
|
7972
7992
|
} | undefined;
|
7973
7993
|
lineRichMenuId?: string | null | undefined;
|
7974
7994
|
messengerIntegrationType?: "own" | "business" | undefined;
|
7995
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
7975
7996
|
};
|
7976
7997
|
status: boolean;
|
7977
7998
|
createdAt: Date;
|
@@ -8627,6 +8648,7 @@ export declare const messengerContract: {
|
|
8627
8648
|
} | undefined;
|
8628
8649
|
lineRichMenuId?: string | null | undefined;
|
8629
8650
|
messengerIntegrationType?: "own" | "business" | undefined;
|
8651
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
8630
8652
|
};
|
8631
8653
|
status: boolean;
|
8632
8654
|
createdAt: Date;
|
@@ -9051,6 +9073,7 @@ export declare const messengerContract: {
|
|
9051
9073
|
} | undefined;
|
9052
9074
|
lineRichMenuId?: string | null | undefined;
|
9053
9075
|
messengerIntegrationType?: "own" | "business" | undefined;
|
9076
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
9054
9077
|
};
|
9055
9078
|
status: boolean;
|
9056
9079
|
createdAt: Date;
|
@@ -11248,6 +11271,7 @@ export declare const messengerContract: {
|
|
11248
11271
|
} | undefined;
|
11249
11272
|
lineRichMenuId?: string | null | undefined;
|
11250
11273
|
messengerIntegrationType?: "own" | "business" | undefined;
|
11274
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
11251
11275
|
};
|
11252
11276
|
status: boolean;
|
11253
11277
|
createdAt: Date;
|
@@ -12009,6 +12033,7 @@ export declare const messengerContract: {
|
|
12009
12033
|
} | undefined;
|
12010
12034
|
lineRichMenuId?: string | null | undefined;
|
12011
12035
|
messengerIntegrationType?: "own" | "business" | undefined;
|
12036
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
12012
12037
|
};
|
12013
12038
|
status: boolean;
|
12014
12039
|
createdAt: Date;
|
@@ -12771,6 +12796,7 @@ export declare const messengerContract: {
|
|
12771
12796
|
} | undefined;
|
12772
12797
|
lineRichMenuId?: string | null | undefined;
|
12773
12798
|
messengerIntegrationType?: "own" | "business" | undefined;
|
12799
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
12774
12800
|
};
|
12775
12801
|
status: boolean;
|
12776
12802
|
createdAt: Date;
|
@@ -13532,6 +13558,7 @@ export declare const messengerContract: {
|
|
13532
13558
|
} | undefined;
|
13533
13559
|
lineRichMenuId?: string | null | undefined;
|
13534
13560
|
messengerIntegrationType?: "own" | "business" | undefined;
|
13561
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
13535
13562
|
};
|
13536
13563
|
status: boolean;
|
13537
13564
|
createdAt: Date;
|
@@ -14294,6 +14321,7 @@ export declare const messengerContract: {
|
|
14294
14321
|
} | undefined;
|
14295
14322
|
lineRichMenuId?: string | null | undefined;
|
14296
14323
|
messengerIntegrationType?: "own" | "business" | undefined;
|
14324
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
14297
14325
|
};
|
14298
14326
|
status: boolean;
|
14299
14327
|
createdAt: Date;
|
@@ -15055,6 +15083,7 @@ export declare const messengerContract: {
|
|
15055
15083
|
} | undefined;
|
15056
15084
|
lineRichMenuId?: string | null | undefined;
|
15057
15085
|
messengerIntegrationType?: "own" | "business" | undefined;
|
15086
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
15058
15087
|
};
|
15059
15088
|
status: boolean;
|
15060
15089
|
createdAt: Date;
|
@@ -15819,6 +15848,7 @@ export declare const messengerContract: {
|
|
15819
15848
|
} | undefined;
|
15820
15849
|
lineRichMenuId?: string | null | undefined;
|
15821
15850
|
messengerIntegrationType?: "own" | "business" | undefined;
|
15851
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
15822
15852
|
};
|
15823
15853
|
status: boolean;
|
15824
15854
|
createdAt: Date;
|
@@ -16580,6 +16610,7 @@ export declare const messengerContract: {
|
|
16580
16610
|
} | undefined;
|
16581
16611
|
lineRichMenuId?: string | null | undefined;
|
16582
16612
|
messengerIntegrationType?: "own" | "business" | undefined;
|
16613
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
16583
16614
|
};
|
16584
16615
|
status: boolean;
|
16585
16616
|
createdAt: Date;
|
@@ -17345,6 +17376,7 @@ export declare const messengerContract: {
|
|
17345
17376
|
} | undefined;
|
17346
17377
|
lineRichMenuId?: string | null | undefined;
|
17347
17378
|
messengerIntegrationType?: "own" | "business" | undefined;
|
17379
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
17348
17380
|
};
|
17349
17381
|
status: boolean;
|
17350
17382
|
createdAt: Date;
|
@@ -18106,6 +18138,7 @@ export declare const messengerContract: {
|
|
18106
18138
|
} | undefined;
|
18107
18139
|
lineRichMenuId?: string | null | undefined;
|
18108
18140
|
messengerIntegrationType?: "own" | "business" | undefined;
|
18141
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
18109
18142
|
};
|
18110
18143
|
status: boolean;
|
18111
18144
|
createdAt: Date;
|
@@ -18813,6 +18846,7 @@ export declare const messengerContract: {
|
|
18813
18846
|
}>>;
|
18814
18847
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
18815
18848
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
18849
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
18816
18850
|
}, "strip", z.ZodTypeAny, {
|
18817
18851
|
id: string;
|
18818
18852
|
name: string;
|
@@ -18839,6 +18873,7 @@ export declare const messengerContract: {
|
|
18839
18873
|
} | undefined;
|
18840
18874
|
lineRichMenuId?: string | null | undefined;
|
18841
18875
|
messengerIntegrationType?: "own" | "business" | undefined;
|
18876
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
18842
18877
|
}, {
|
18843
18878
|
id: string;
|
18844
18879
|
name: string;
|
@@ -18865,6 +18900,7 @@ export declare const messengerContract: {
|
|
18865
18900
|
} | undefined;
|
18866
18901
|
lineRichMenuId?: string | null | undefined;
|
18867
18902
|
messengerIntegrationType?: "own" | "business" | undefined;
|
18903
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
18868
18904
|
}>>;
|
18869
18905
|
platformId: z.ZodOptional<z.ZodString>;
|
18870
18906
|
brandName: z.ZodOptional<z.ZodString>;
|
@@ -18921,6 +18957,7 @@ export declare const messengerContract: {
|
|
18921
18957
|
} | undefined;
|
18922
18958
|
lineRichMenuId?: string | null | undefined;
|
18923
18959
|
messengerIntegrationType?: "own" | "business" | undefined;
|
18960
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
18924
18961
|
} | undefined;
|
18925
18962
|
platformId?: string | undefined;
|
18926
18963
|
brandName?: string | undefined;
|
@@ -18965,6 +19002,7 @@ export declare const messengerContract: {
|
|
18965
19002
|
} | undefined;
|
18966
19003
|
lineRichMenuId?: string | null | undefined;
|
18967
19004
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19005
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
18968
19006
|
} | undefined;
|
18969
19007
|
platformId?: string | undefined;
|
18970
19008
|
brandName?: string | undefined;
|
@@ -19044,6 +19082,7 @@ export declare const messengerContract: {
|
|
19044
19082
|
}>>;
|
19045
19083
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
19046
19084
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
19085
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
19047
19086
|
}, "strip", z.ZodTypeAny, {
|
19048
19087
|
id: string;
|
19049
19088
|
name: string;
|
@@ -19070,6 +19109,7 @@ export declare const messengerContract: {
|
|
19070
19109
|
} | undefined;
|
19071
19110
|
lineRichMenuId?: string | null | undefined;
|
19072
19111
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19112
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19073
19113
|
}, {
|
19074
19114
|
id: string;
|
19075
19115
|
name: string;
|
@@ -19096,6 +19136,7 @@ export declare const messengerContract: {
|
|
19096
19136
|
} | undefined;
|
19097
19137
|
lineRichMenuId?: string | null | undefined;
|
19098
19138
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19139
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19099
19140
|
}>;
|
19100
19141
|
platformId: z.ZodString;
|
19101
19142
|
brandName: z.ZodString;
|
@@ -19152,6 +19193,7 @@ export declare const messengerContract: {
|
|
19152
19193
|
} | undefined;
|
19153
19194
|
lineRichMenuId?: string | null | undefined;
|
19154
19195
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19196
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19155
19197
|
};
|
19156
19198
|
status: boolean;
|
19157
19199
|
brandName: string;
|
@@ -19196,6 +19238,7 @@ export declare const messengerContract: {
|
|
19196
19238
|
} | undefined;
|
19197
19239
|
lineRichMenuId?: string | null | undefined;
|
19198
19240
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19241
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19199
19242
|
};
|
19200
19243
|
status: boolean;
|
19201
19244
|
brandName: string;
|
@@ -19242,6 +19285,7 @@ export declare const messengerContract: {
|
|
19242
19285
|
} | undefined;
|
19243
19286
|
lineRichMenuId?: string | null | undefined;
|
19244
19287
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19288
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19245
19289
|
};
|
19246
19290
|
status: boolean;
|
19247
19291
|
brandName: string;
|
@@ -19289,6 +19333,7 @@ export declare const messengerContract: {
|
|
19289
19333
|
} | undefined;
|
19290
19334
|
lineRichMenuId?: string | null | undefined;
|
19291
19335
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19336
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19292
19337
|
};
|
19293
19338
|
status: boolean;
|
19294
19339
|
brandName: string;
|
@@ -19390,6 +19435,7 @@ export declare const messengerContract: {
|
|
19390
19435
|
}>>;
|
19391
19436
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
19392
19437
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
19438
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
19393
19439
|
}, "strip", z.ZodTypeAny, {
|
19394
19440
|
id: string;
|
19395
19441
|
name: string;
|
@@ -19416,6 +19462,7 @@ export declare const messengerContract: {
|
|
19416
19462
|
} | undefined;
|
19417
19463
|
lineRichMenuId?: string | null | undefined;
|
19418
19464
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19465
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19419
19466
|
}, {
|
19420
19467
|
id: string;
|
19421
19468
|
name: string;
|
@@ -19442,6 +19489,7 @@ export declare const messengerContract: {
|
|
19442
19489
|
} | undefined;
|
19443
19490
|
lineRichMenuId?: string | null | undefined;
|
19444
19491
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19492
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19445
19493
|
}>>;
|
19446
19494
|
platformId: z.ZodOptional<z.ZodString>;
|
19447
19495
|
brandName: z.ZodOptional<z.ZodString>;
|
@@ -19498,6 +19546,7 @@ export declare const messengerContract: {
|
|
19498
19546
|
} | undefined;
|
19499
19547
|
lineRichMenuId?: string | null | undefined;
|
19500
19548
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19549
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19501
19550
|
} | undefined;
|
19502
19551
|
platformId?: string | undefined;
|
19503
19552
|
brandName?: string | undefined;
|
@@ -19542,6 +19591,7 @@ export declare const messengerContract: {
|
|
19542
19591
|
} | undefined;
|
19543
19592
|
lineRichMenuId?: string | null | undefined;
|
19544
19593
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19594
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19545
19595
|
} | undefined;
|
19546
19596
|
platformId?: string | undefined;
|
19547
19597
|
brandName?: string | undefined;
|
@@ -19621,6 +19671,7 @@ export declare const messengerContract: {
|
|
19621
19671
|
}>>;
|
19622
19672
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
19623
19673
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
19674
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
19624
19675
|
}, "strip", z.ZodTypeAny, {
|
19625
19676
|
id: string;
|
19626
19677
|
name: string;
|
@@ -19647,6 +19698,7 @@ export declare const messengerContract: {
|
|
19647
19698
|
} | undefined;
|
19648
19699
|
lineRichMenuId?: string | null | undefined;
|
19649
19700
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19701
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19650
19702
|
}, {
|
19651
19703
|
id: string;
|
19652
19704
|
name: string;
|
@@ -19673,6 +19725,7 @@ export declare const messengerContract: {
|
|
19673
19725
|
} | undefined;
|
19674
19726
|
lineRichMenuId?: string | null | undefined;
|
19675
19727
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19728
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19676
19729
|
}>;
|
19677
19730
|
platformId: z.ZodString;
|
19678
19731
|
brandName: z.ZodString;
|
@@ -19729,6 +19782,7 @@ export declare const messengerContract: {
|
|
19729
19782
|
} | undefined;
|
19730
19783
|
lineRichMenuId?: string | null | undefined;
|
19731
19784
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19785
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19732
19786
|
};
|
19733
19787
|
status: boolean;
|
19734
19788
|
brandName: string;
|
@@ -19773,6 +19827,7 @@ export declare const messengerContract: {
|
|
19773
19827
|
} | undefined;
|
19774
19828
|
lineRichMenuId?: string | null | undefined;
|
19775
19829
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19830
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19776
19831
|
};
|
19777
19832
|
status: boolean;
|
19778
19833
|
brandName: string;
|
@@ -19819,6 +19874,7 @@ export declare const messengerContract: {
|
|
19819
19874
|
} | undefined;
|
19820
19875
|
lineRichMenuId?: string | null | undefined;
|
19821
19876
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19877
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19822
19878
|
};
|
19823
19879
|
status: boolean;
|
19824
19880
|
brandName: string;
|
@@ -19866,6 +19922,7 @@ export declare const messengerContract: {
|
|
19866
19922
|
} | undefined;
|
19867
19923
|
lineRichMenuId?: string | null | undefined;
|
19868
19924
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19925
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19869
19926
|
};
|
19870
19927
|
status: boolean;
|
19871
19928
|
brandName: string;
|
@@ -19979,6 +20036,7 @@ export declare const messengerContract: {
|
|
19979
20036
|
}>>;
|
19980
20037
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
19981
20038
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
20039
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
19982
20040
|
}, "strip", z.ZodTypeAny, {
|
19983
20041
|
id: string;
|
19984
20042
|
name: string;
|
@@ -20005,6 +20063,7 @@ export declare const messengerContract: {
|
|
20005
20063
|
} | undefined;
|
20006
20064
|
lineRichMenuId?: string | null | undefined;
|
20007
20065
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20066
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20008
20067
|
}, {
|
20009
20068
|
id: string;
|
20010
20069
|
name: string;
|
@@ -20031,6 +20090,7 @@ export declare const messengerContract: {
|
|
20031
20090
|
} | undefined;
|
20032
20091
|
lineRichMenuId?: string | null | undefined;
|
20033
20092
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20093
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20034
20094
|
}>;
|
20035
20095
|
platformId: z.ZodString;
|
20036
20096
|
brandName: z.ZodString;
|
@@ -20087,6 +20147,7 @@ export declare const messengerContract: {
|
|
20087
20147
|
} | undefined;
|
20088
20148
|
lineRichMenuId?: string | null | undefined;
|
20089
20149
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20150
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20090
20151
|
};
|
20091
20152
|
status: boolean;
|
20092
20153
|
brandName: string;
|
@@ -20131,6 +20192,7 @@ export declare const messengerContract: {
|
|
20131
20192
|
} | undefined;
|
20132
20193
|
lineRichMenuId?: string | null | undefined;
|
20133
20194
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20195
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20134
20196
|
};
|
20135
20197
|
status: boolean;
|
20136
20198
|
brandName: string;
|
@@ -20177,6 +20239,7 @@ export declare const messengerContract: {
|
|
20177
20239
|
} | undefined;
|
20178
20240
|
lineRichMenuId?: string | null | undefined;
|
20179
20241
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20242
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20180
20243
|
};
|
20181
20244
|
status: boolean;
|
20182
20245
|
brandName: string;
|
@@ -20224,6 +20287,7 @@ export declare const messengerContract: {
|
|
20224
20287
|
} | undefined;
|
20225
20288
|
lineRichMenuId?: string | null | undefined;
|
20226
20289
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20290
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20227
20291
|
};
|
20228
20292
|
status: boolean;
|
20229
20293
|
brandName: string;
|
@@ -20337,6 +20401,7 @@ export declare const messengerContract: {
|
|
20337
20401
|
}>>;
|
20338
20402
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
20339
20403
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
20404
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
20340
20405
|
}, "strip", z.ZodTypeAny, {
|
20341
20406
|
id: string;
|
20342
20407
|
name: string;
|
@@ -20363,6 +20428,7 @@ export declare const messengerContract: {
|
|
20363
20428
|
} | undefined;
|
20364
20429
|
lineRichMenuId?: string | null | undefined;
|
20365
20430
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20431
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20366
20432
|
}, {
|
20367
20433
|
id: string;
|
20368
20434
|
name: string;
|
@@ -20389,6 +20455,7 @@ export declare const messengerContract: {
|
|
20389
20455
|
} | undefined;
|
20390
20456
|
lineRichMenuId?: string | null | undefined;
|
20391
20457
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20458
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20392
20459
|
}>;
|
20393
20460
|
platformId: z.ZodString;
|
20394
20461
|
brandName: z.ZodString;
|
@@ -20445,6 +20512,7 @@ export declare const messengerContract: {
|
|
20445
20512
|
} | undefined;
|
20446
20513
|
lineRichMenuId?: string | null | undefined;
|
20447
20514
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20515
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20448
20516
|
};
|
20449
20517
|
status: boolean;
|
20450
20518
|
brandName: string;
|
@@ -20489,6 +20557,7 @@ export declare const messengerContract: {
|
|
20489
20557
|
} | undefined;
|
20490
20558
|
lineRichMenuId?: string | null | undefined;
|
20491
20559
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20560
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20492
20561
|
};
|
20493
20562
|
status: boolean;
|
20494
20563
|
brandName: string;
|
@@ -20535,6 +20604,7 @@ export declare const messengerContract: {
|
|
20535
20604
|
} | undefined;
|
20536
20605
|
lineRichMenuId?: string | null | undefined;
|
20537
20606
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20607
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20538
20608
|
};
|
20539
20609
|
status: boolean;
|
20540
20610
|
brandName: string;
|
@@ -20582,6 +20652,7 @@ export declare const messengerContract: {
|
|
20582
20652
|
} | undefined;
|
20583
20653
|
lineRichMenuId?: string | null | undefined;
|
20584
20654
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20655
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20585
20656
|
};
|
20586
20657
|
status: boolean;
|
20587
20658
|
brandName: string;
|
@@ -20682,6 +20753,7 @@ export declare const messengerContract: {
|
|
20682
20753
|
}>>;
|
20683
20754
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
20684
20755
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
20756
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
20685
20757
|
}, "strip", z.ZodTypeAny, {
|
20686
20758
|
id: string;
|
20687
20759
|
name: string;
|
@@ -20708,6 +20780,7 @@ export declare const messengerContract: {
|
|
20708
20780
|
} | undefined;
|
20709
20781
|
lineRichMenuId?: string | null | undefined;
|
20710
20782
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20783
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20711
20784
|
}, {
|
20712
20785
|
id: string;
|
20713
20786
|
name: string;
|
@@ -20734,6 +20807,7 @@ export declare const messengerContract: {
|
|
20734
20807
|
} | undefined;
|
20735
20808
|
lineRichMenuId?: string | null | undefined;
|
20736
20809
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20810
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20737
20811
|
}>;
|
20738
20812
|
status: z.ZodUnion<[z.ZodLiteral<true>, z.ZodLiteral<false>]>;
|
20739
20813
|
actor: z.ZodOptional<z.ZodObject<{
|
@@ -20795,6 +20869,7 @@ export declare const messengerContract: {
|
|
20795
20869
|
} | undefined;
|
20796
20870
|
lineRichMenuId?: string | null | undefined;
|
20797
20871
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20872
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20798
20873
|
};
|
20799
20874
|
status: boolean;
|
20800
20875
|
createdAt: string;
|
@@ -20843,6 +20918,7 @@ export declare const messengerContract: {
|
|
20843
20918
|
} | undefined;
|
20844
20919
|
lineRichMenuId?: string | null | undefined;
|
20845
20920
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20921
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20846
20922
|
};
|
20847
20923
|
status: boolean;
|
20848
20924
|
createdAt: string;
|
@@ -20926,6 +21002,7 @@ export declare const messengerContract: {
|
|
20926
21002
|
}>>;
|
20927
21003
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
20928
21004
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
21005
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
20929
21006
|
}, "strip", z.ZodTypeAny, {
|
20930
21007
|
id: string;
|
20931
21008
|
name: string;
|
@@ -20952,6 +21029,7 @@ export declare const messengerContract: {
|
|
20952
21029
|
} | undefined;
|
20953
21030
|
lineRichMenuId?: string | null | undefined;
|
20954
21031
|
messengerIntegrationType?: "own" | "business" | undefined;
|
21032
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20955
21033
|
}, {
|
20956
21034
|
id: string;
|
20957
21035
|
name: string;
|
@@ -20978,6 +21056,7 @@ export declare const messengerContract: {
|
|
20978
21056
|
} | undefined;
|
20979
21057
|
lineRichMenuId?: string | null | undefined;
|
20980
21058
|
messengerIntegrationType?: "own" | "business" | undefined;
|
21059
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20981
21060
|
}>;
|
20982
21061
|
platformId: z.ZodString;
|
20983
21062
|
brandName: z.ZodString;
|
@@ -21034,6 +21113,7 @@ export declare const messengerContract: {
|
|
21034
21113
|
} | undefined;
|
21035
21114
|
lineRichMenuId?: string | null | undefined;
|
21036
21115
|
messengerIntegrationType?: "own" | "business" | undefined;
|
21116
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
21037
21117
|
};
|
21038
21118
|
status: boolean;
|
21039
21119
|
brandName: string;
|
@@ -21078,6 +21158,7 @@ export declare const messengerContract: {
|
|
21078
21158
|
} | undefined;
|
21079
21159
|
lineRichMenuId?: string | null | undefined;
|
21080
21160
|
messengerIntegrationType?: "own" | "business" | undefined;
|
21161
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
21081
21162
|
};
|
21082
21163
|
status: boolean;
|
21083
21164
|
brandName: string;
|
@@ -21124,6 +21205,7 @@ export declare const messengerContract: {
|
|
21124
21205
|
} | undefined;
|
21125
21206
|
lineRichMenuId?: string | null | undefined;
|
21126
21207
|
messengerIntegrationType?: "own" | "business" | undefined;
|
21208
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
21127
21209
|
};
|
21128
21210
|
status: boolean;
|
21129
21211
|
brandName: string;
|
@@ -21171,6 +21253,7 @@ export declare const messengerContract: {
|
|
21171
21253
|
} | undefined;
|
21172
21254
|
lineRichMenuId?: string | null | undefined;
|
21173
21255
|
messengerIntegrationType?: "own" | "business" | undefined;
|
21256
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
21174
21257
|
};
|
21175
21258
|
status: boolean;
|
21176
21259
|
brandName: string;
|