@kl1/contracts 1.1.59-uat → 1.1.60-uat

Sign up to get free protection for your applications and to get access to all the features.
@@ -327,7 +327,7 @@ export declare const lineContract: {
327
327
  message: z.ZodObject<{
328
328
  message: z.ZodOptional<z.ZodString>;
329
329
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
330
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
330
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
331
331
  readAt: z.ZodOptional<z.ZodDate>;
332
332
  metadata: z.ZodOptional<z.ZodAny>;
333
333
  platformId: z.ZodOptional<z.ZodString>;
@@ -371,7 +371,7 @@ export declare const lineContract: {
371
371
  phone: string | null;
372
372
  }>;
373
373
  }, "strip", z.ZodTypeAny, {
374
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
374
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
375
375
  direction: "incoming" | "outgoing" | "system";
376
376
  sender: {
377
377
  address: string | null;
@@ -397,7 +397,7 @@ export declare const lineContract: {
397
397
  fileSize: number;
398
398
  } | undefined;
399
399
  }, {
400
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
400
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
401
401
  direction: "incoming" | "outgoing" | "system";
402
402
  sender: {
403
403
  address: string | null;
@@ -425,7 +425,7 @@ export declare const lineContract: {
425
425
  }>;
426
426
  }, "strip", z.ZodTypeAny, {
427
427
  message: {
428
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
428
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
429
429
  direction: "incoming" | "outgoing" | "system";
430
430
  sender: {
431
431
  address: string | null;
@@ -513,7 +513,7 @@ export declare const lineContract: {
513
513
  stickerId: number;
514
514
  }, {
515
515
  message: {
516
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
516
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
517
517
  direction: "incoming" | "outgoing" | "system";
518
518
  sender: {
519
519
  address: string | null;
@@ -1236,7 +1236,7 @@ export declare const lineContract: {
1236
1236
  id: z.ZodOptional<z.ZodString>;
1237
1237
  message: z.ZodOptional<z.ZodString>;
1238
1238
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
1239
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
1239
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
1240
1240
  readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
1241
1241
  metadata: z.ZodOptional<z.ZodAny>;
1242
1242
  platformId: z.ZodOptional<z.ZodString>;
@@ -1288,7 +1288,7 @@ export declare const lineContract: {
1288
1288
  parentMessageId: z.ZodOptional<z.ZodString>;
1289
1289
  feedPostId: z.ZodOptional<z.ZodString>;
1290
1290
  }, "strip", z.ZodTypeAny, {
1291
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
1291
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
1292
1292
  direction: "incoming" | "outgoing" | "system";
1293
1293
  id?: string | undefined;
1294
1294
  message?: string | undefined;
@@ -1319,7 +1319,7 @@ export declare const lineContract: {
1319
1319
  parentMessageId?: string | undefined;
1320
1320
  feedPostId?: string | undefined;
1321
1321
  }, {
1322
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
1322
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
1323
1323
  direction: "incoming" | "outgoing" | "system";
1324
1324
  id?: string | undefined;
1325
1325
  message?: string | undefined;
@@ -1352,7 +1352,7 @@ export declare const lineContract: {
1352
1352
  }>;
1353
1353
  }, "strip", z.ZodTypeAny, {
1354
1354
  message: {
1355
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
1355
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
1356
1356
  direction: "incoming" | "outgoing" | "system";
1357
1357
  id?: string | undefined;
1358
1358
  message?: string | undefined;
@@ -1455,7 +1455,7 @@ export declare const lineContract: {
1455
1455
  isBot: boolean | null;
1456
1456
  }, {
1457
1457
  message: {
1458
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
1458
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
1459
1459
  direction: "incoming" | "outgoing" | "system";
1460
1460
  id?: string | undefined;
1461
1461
  message?: string | undefined;
@@ -1562,7 +1562,7 @@ export declare const lineContract: {
1562
1562
  200: z.ZodObject<{
1563
1563
  requestId: z.ZodString;
1564
1564
  data: z.ZodObject<{
1565
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
1565
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
1566
1566
  message: z.ZodString;
1567
1567
  id: z.ZodString;
1568
1568
  url: z.ZodString;
@@ -4993,7 +4993,7 @@ export declare const lineContract: {
4993
4993
  deletedAt: z.ZodNullable<z.ZodDate>;
4994
4994
  message: z.ZodString;
4995
4995
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
4996
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
4996
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
4997
4997
  readAt: z.ZodDate;
4998
4998
  metadata: z.ZodAny;
4999
4999
  platformId: z.ZodString;
@@ -5651,7 +5651,7 @@ export declare const lineContract: {
5651
5651
  };
5652
5652
  }>;
5653
5653
  }, "strip", z.ZodTypeAny, {
5654
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
5654
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
5655
5655
  message: string;
5656
5656
  id: string;
5657
5657
  url: string;
@@ -5813,7 +5813,7 @@ export declare const lineContract: {
5813
5813
  metadata?: any;
5814
5814
  template?: any;
5815
5815
  }, {
5816
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
5816
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
5817
5817
  message: string;
5818
5818
  id: string;
5819
5819
  url: string;
@@ -6186,7 +6186,7 @@ export declare const lineContract: {
6186
6186
  deletedAt: z.ZodNullable<z.ZodDate>;
6187
6187
  message: z.ZodString;
6188
6188
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
6189
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
6189
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
6190
6190
  readAt: z.ZodDate;
6191
6191
  metadata: z.ZodAny;
6192
6192
  platformId: z.ZodString;
@@ -9178,7 +9178,7 @@ export declare const lineContract: {
9178
9178
  deletedAt: z.ZodNullable<z.ZodDate>;
9179
9179
  message: z.ZodString;
9180
9180
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
9181
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
9181
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
9182
9182
  readAt: z.ZodDate;
9183
9183
  metadata: z.ZodAny;
9184
9184
  platformId: z.ZodString;
@@ -9836,7 +9836,7 @@ export declare const lineContract: {
9836
9836
  };
9837
9837
  }>;
9838
9838
  }, "strip", z.ZodTypeAny, {
9839
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
9839
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
9840
9840
  message: string;
9841
9841
  id: string;
9842
9842
  url: string;
@@ -9998,7 +9998,7 @@ export declare const lineContract: {
9998
9998
  metadata?: any;
9999
9999
  template?: any;
10000
10000
  }, {
10001
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
10001
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
10002
10002
  message: string;
10003
10003
  id: string;
10004
10004
  url: string;
@@ -10798,7 +10798,7 @@ export declare const lineContract: {
10798
10798
  isActive: boolean;
10799
10799
  }>;
10800
10800
  }, "strip", z.ZodTypeAny, {
10801
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
10801
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
10802
10802
  message: string;
10803
10803
  id: string;
10804
10804
  url: string;
@@ -11291,7 +11291,7 @@ export declare const lineContract: {
11291
11291
  previewUrl: string;
11292
11292
  imageSetId: string;
11293
11293
  repliedMessage: {
11294
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
11294
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
11295
11295
  message: string;
11296
11296
  id: string;
11297
11297
  url: string;
@@ -11500,7 +11500,7 @@ export declare const lineContract: {
11500
11500
  metadata?: any;
11501
11501
  template?: any;
11502
11502
  }, {
11503
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
11503
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
11504
11504
  message: string;
11505
11505
  id: string;
11506
11506
  url: string;
@@ -11993,7 +11993,7 @@ export declare const lineContract: {
11993
11993
  previewUrl: string;
11994
11994
  imageSetId: string;
11995
11995
  repliedMessage: {
11996
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
11996
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
11997
11997
  message: string;
11998
11998
  id: string;
11999
11999
  url: string;
@@ -12203,7 +12203,7 @@ export declare const lineContract: {
12203
12203
  template?: any;
12204
12204
  }>>>;
12205
12205
  }, "strip", z.ZodTypeAny, {
12206
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
12206
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
12207
12207
  message: string;
12208
12208
  id: string;
12209
12209
  url: string;
@@ -12696,7 +12696,7 @@ export declare const lineContract: {
12696
12696
  previewUrl: string;
12697
12697
  imageSetId: string;
12698
12698
  repliedMessage: {
12699
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
12699
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
12700
12700
  message: string;
12701
12701
  id: string;
12702
12702
  url: string;
@@ -12905,7 +12905,7 @@ export declare const lineContract: {
12905
12905
  template?: any;
12906
12906
  metadata?: any;
12907
12907
  fromMessage?: {
12908
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
12908
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
12909
12909
  message: string;
12910
12910
  id: string;
12911
12911
  url: string;
@@ -13398,7 +13398,7 @@ export declare const lineContract: {
13398
13398
  previewUrl: string;
13399
13399
  imageSetId: string;
13400
13400
  repliedMessage: {
13401
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
13401
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
13402
13402
  message: string;
13403
13403
  id: string;
13404
13404
  url: string;
@@ -13608,7 +13608,7 @@ export declare const lineContract: {
13608
13608
  template?: any;
13609
13609
  } | null | undefined;
13610
13610
  }, {
13611
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
13611
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
13612
13612
  message: string;
13613
13613
  id: string;
13614
13614
  url: string;
@@ -14101,7 +14101,7 @@ export declare const lineContract: {
14101
14101
  previewUrl: string;
14102
14102
  imageSetId: string;
14103
14103
  repliedMessage: {
14104
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
14104
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
14105
14105
  message: string;
14106
14106
  id: string;
14107
14107
  url: string;
@@ -14310,7 +14310,7 @@ export declare const lineContract: {
14310
14310
  template?: any;
14311
14311
  metadata?: any;
14312
14312
  fromMessage?: {
14313
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
14313
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
14314
14314
  message: string;
14315
14315
  id: string;
14316
14316
  url: string;
@@ -14803,7 +14803,7 @@ export declare const lineContract: {
14803
14803
  previewUrl: string;
14804
14804
  imageSetId: string;
14805
14805
  repliedMessage: {
14806
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
14806
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
14807
14807
  message: string;
14808
14808
  id: string;
14809
14809
  url: string;
@@ -15015,7 +15015,7 @@ export declare const lineContract: {
15015
15015
  }>;
15016
15016
  }, "strip", z.ZodTypeAny, {
15017
15017
  data: {
15018
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
15018
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
15019
15019
  message: string;
15020
15020
  id: string;
15021
15021
  url: string;
@@ -15508,7 +15508,7 @@ export declare const lineContract: {
15508
15508
  previewUrl: string;
15509
15509
  imageSetId: string;
15510
15510
  repliedMessage: {
15511
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
15511
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
15512
15512
  message: string;
15513
15513
  id: string;
15514
15514
  url: string;
@@ -15717,7 +15717,7 @@ export declare const lineContract: {
15717
15717
  template?: any;
15718
15718
  metadata?: any;
15719
15719
  fromMessage?: {
15720
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
15720
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
15721
15721
  message: string;
15722
15722
  id: string;
15723
15723
  url: string;
@@ -16210,7 +16210,7 @@ export declare const lineContract: {
16210
16210
  previewUrl: string;
16211
16211
  imageSetId: string;
16212
16212
  repliedMessage: {
16213
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
16213
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
16214
16214
  message: string;
16215
16215
  id: string;
16216
16216
  url: string;
@@ -16423,7 +16423,7 @@ export declare const lineContract: {
16423
16423
  requestId: string;
16424
16424
  }, {
16425
16425
  data: {
16426
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
16426
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
16427
16427
  message: string;
16428
16428
  id: string;
16429
16429
  url: string;
@@ -16916,7 +16916,7 @@ export declare const lineContract: {
16916
16916
  previewUrl: string;
16917
16917
  imageSetId: string;
16918
16918
  repliedMessage: {
16919
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
16919
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
16920
16920
  message: string;
16921
16921
  id: string;
16922
16922
  url: string;
@@ -17125,7 +17125,7 @@ export declare const lineContract: {
17125
17125
  template?: any;
17126
17126
  metadata?: any;
17127
17127
  fromMessage?: {
17128
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
17128
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
17129
17129
  message: string;
17130
17130
  id: string;
17131
17131
  url: string;
@@ -17618,7 +17618,7 @@ export declare const lineContract: {
17618
17618
  previewUrl: string;
17619
17619
  imageSetId: string;
17620
17620
  repliedMessage: {
17621
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
17621
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
17622
17622
  message: string;
17623
17623
  id: string;
17624
17624
  url: string;
@@ -323,7 +323,7 @@ export declare const SendLineStickerSchema: z.ZodObject<{
323
323
  message: z.ZodObject<{
324
324
  message: z.ZodOptional<z.ZodString>;
325
325
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
326
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
326
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
327
327
  readAt: z.ZodOptional<z.ZodDate>;
328
328
  metadata: z.ZodOptional<z.ZodAny>;
329
329
  platformId: z.ZodOptional<z.ZodString>;
@@ -367,7 +367,7 @@ export declare const SendLineStickerSchema: z.ZodObject<{
367
367
  phone: string | null;
368
368
  }>;
369
369
  }, "strip", z.ZodTypeAny, {
370
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
370
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
371
371
  direction: "incoming" | "outgoing" | "system";
372
372
  sender: {
373
373
  address: string | null;
@@ -393,7 +393,7 @@ export declare const SendLineStickerSchema: z.ZodObject<{
393
393
  fileSize: number;
394
394
  } | undefined;
395
395
  }, {
396
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
396
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
397
397
  direction: "incoming" | "outgoing" | "system";
398
398
  sender: {
399
399
  address: string | null;
@@ -421,7 +421,7 @@ export declare const SendLineStickerSchema: z.ZodObject<{
421
421
  }>;
422
422
  }, "strip", z.ZodTypeAny, {
423
423
  message: {
424
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
424
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
425
425
  direction: "incoming" | "outgoing" | "system";
426
426
  sender: {
427
427
  address: string | null;
@@ -509,7 +509,7 @@ export declare const SendLineStickerSchema: z.ZodObject<{
509
509
  stickerId: number;
510
510
  }, {
511
511
  message: {
512
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
512
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
513
513
  direction: "incoming" | "outgoing" | "system";
514
514
  sender: {
515
515
  address: string | null;