@kl1/contracts 1.1.72-uat → 1.1.74-uat

Sign up to get free protection for your applications and to get access to all the features.
@@ -370,7 +370,7 @@ export declare const lineContract: {
370
370
  message: z.ZodObject<{
371
371
  message: z.ZodOptional<z.ZodString>;
372
372
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
373
- 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", "edited", "unsupported"]>;
373
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
374
374
  readAt: z.ZodOptional<z.ZodDate>;
375
375
  metadata: z.ZodOptional<z.ZodAny>;
376
376
  platformId: z.ZodOptional<z.ZodString>;
@@ -414,7 +414,7 @@ export declare const lineContract: {
414
414
  phone: string | null;
415
415
  }>;
416
416
  }, "strip", z.ZodTypeAny, {
417
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
417
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
418
418
  direction: "incoming" | "outgoing" | "system";
419
419
  sender: {
420
420
  address: string | null;
@@ -440,7 +440,7 @@ export declare const lineContract: {
440
440
  fileSize: number;
441
441
  } | undefined;
442
442
  }, {
443
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
443
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
444
444
  direction: "incoming" | "outgoing" | "system";
445
445
  sender: {
446
446
  address: string | null;
@@ -468,7 +468,7 @@ export declare const lineContract: {
468
468
  }>;
469
469
  }, "strip", z.ZodTypeAny, {
470
470
  message: {
471
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
471
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
472
472
  direction: "incoming" | "outgoing" | "system";
473
473
  sender: {
474
474
  address: string | null;
@@ -561,7 +561,7 @@ export declare const lineContract: {
561
561
  stickerId: number;
562
562
  }, {
563
563
  message: {
564
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
564
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
565
565
  direction: "incoming" | "outgoing" | "system";
566
566
  sender: {
567
567
  address: string | null;
@@ -1375,7 +1375,7 @@ export declare const lineContract: {
1375
1375
  id: z.ZodOptional<z.ZodString>;
1376
1376
  message: z.ZodOptional<z.ZodString>;
1377
1377
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
1378
- 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", "edited", "unsupported"]>;
1378
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
1379
1379
  readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
1380
1380
  metadata: z.ZodOptional<z.ZodAny>;
1381
1381
  platformId: z.ZodOptional<z.ZodString>;
@@ -1430,7 +1430,7 @@ export declare const lineContract: {
1430
1430
  isEdited: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1431
1431
  editedAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
1432
1432
  }, "strip", z.ZodTypeAny, {
1433
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
1433
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
1434
1434
  direction: "incoming" | "outgoing" | "system";
1435
1435
  id?: string | undefined;
1436
1436
  message?: string | undefined;
@@ -1464,7 +1464,7 @@ export declare const lineContract: {
1464
1464
  isEdited?: boolean | null | undefined;
1465
1465
  editedAt?: string | Date | null | undefined;
1466
1466
  }, {
1467
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
1467
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
1468
1468
  direction: "incoming" | "outgoing" | "system";
1469
1469
  id?: string | undefined;
1470
1470
  message?: string | undefined;
@@ -1500,7 +1500,7 @@ export declare const lineContract: {
1500
1500
  }>;
1501
1501
  }, "strip", z.ZodTypeAny, {
1502
1502
  message: {
1503
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
1503
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
1504
1504
  direction: "incoming" | "outgoing" | "system";
1505
1505
  id?: string | undefined;
1506
1506
  message?: string | undefined;
@@ -1611,7 +1611,7 @@ export declare const lineContract: {
1611
1611
  isBot: boolean | null;
1612
1612
  }, {
1613
1613
  message: {
1614
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
1614
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
1615
1615
  direction: "incoming" | "outgoing" | "system";
1616
1616
  id?: string | undefined;
1617
1617
  message?: string | undefined;
@@ -1726,7 +1726,7 @@ export declare const lineContract: {
1726
1726
  200: z.ZodObject<{
1727
1727
  requestId: z.ZodString;
1728
1728
  data: z.ZodObject<{
1729
- 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", "edited", "unsupported"]>;
1729
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
1730
1730
  message: z.ZodString;
1731
1731
  id: z.ZodString;
1732
1732
  url: z.ZodString;
@@ -5200,7 +5200,7 @@ export declare const lineContract: {
5200
5200
  deletedAt: z.ZodNullable<z.ZodDate>;
5201
5201
  message: z.ZodString;
5202
5202
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
5203
- 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", "edited", "unsupported"]>;
5203
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
5204
5204
  readAt: z.ZodDate;
5205
5205
  metadata: z.ZodAny;
5206
5206
  platformId: z.ZodString;
@@ -5858,7 +5858,7 @@ export declare const lineContract: {
5858
5858
  };
5859
5859
  }>;
5860
5860
  }, "strip", z.ZodTypeAny, {
5861
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
5861
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
5862
5862
  message: string;
5863
5863
  id: string;
5864
5864
  url: string;
@@ -6020,7 +6020,7 @@ export declare const lineContract: {
6020
6020
  metadata?: any;
6021
6021
  template?: any;
6022
6022
  }, {
6023
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
6023
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
6024
6024
  message: string;
6025
6025
  id: string;
6026
6026
  url: string;
@@ -6394,7 +6394,7 @@ export declare const lineContract: {
6394
6394
  deletedAt: z.ZodNullable<z.ZodDate>;
6395
6395
  message: z.ZodString;
6396
6396
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
6397
- 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", "edited", "unsupported"]>;
6397
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
6398
6398
  readAt: z.ZodDate;
6399
6399
  metadata: z.ZodAny;
6400
6400
  platformId: z.ZodString;
@@ -9429,7 +9429,7 @@ export declare const lineContract: {
9429
9429
  deletedAt: z.ZodNullable<z.ZodDate>;
9430
9430
  message: z.ZodString;
9431
9431
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
9432
- 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", "edited", "unsupported"]>;
9432
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
9433
9433
  readAt: z.ZodDate;
9434
9434
  metadata: z.ZodAny;
9435
9435
  platformId: z.ZodString;
@@ -10087,7 +10087,7 @@ export declare const lineContract: {
10087
10087
  };
10088
10088
  }>;
10089
10089
  }, "strip", z.ZodTypeAny, {
10090
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
10090
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
10091
10091
  message: string;
10092
10092
  id: string;
10093
10093
  url: string;
@@ -10249,7 +10249,7 @@ export declare const lineContract: {
10249
10249
  metadata?: any;
10250
10250
  template?: any;
10251
10251
  }, {
10252
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
10252
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
10253
10253
  message: string;
10254
10254
  id: string;
10255
10255
  url: string;
@@ -11050,7 +11050,7 @@ export declare const lineContract: {
11050
11050
  }>;
11051
11051
  editedMessageid: z.ZodString;
11052
11052
  }, "strip", z.ZodTypeAny, {
11053
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
11053
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
11054
11054
  message: string;
11055
11055
  id: string;
11056
11056
  url: string;
@@ -11548,7 +11548,7 @@ export declare const lineContract: {
11548
11548
  previewUrl: string;
11549
11549
  imageSetId: string;
11550
11550
  repliedMessage: {
11551
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
11551
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
11552
11552
  message: string;
11553
11553
  id: string;
11554
11554
  url: string;
@@ -11758,7 +11758,7 @@ export declare const lineContract: {
11758
11758
  metadata?: any;
11759
11759
  template?: any;
11760
11760
  }, {
11761
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
11761
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
11762
11762
  message: string;
11763
11763
  id: string;
11764
11764
  url: string;
@@ -12256,7 +12256,7 @@ export declare const lineContract: {
12256
12256
  previewUrl: string;
12257
12257
  imageSetId: string;
12258
12258
  repliedMessage: {
12259
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
12259
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
12260
12260
  message: string;
12261
12261
  id: string;
12262
12262
  url: string;
@@ -12467,7 +12467,7 @@ export declare const lineContract: {
12467
12467
  template?: any;
12468
12468
  }>>>;
12469
12469
  }, "strip", z.ZodTypeAny, {
12470
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
12470
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
12471
12471
  message: string;
12472
12472
  id: string;
12473
12473
  url: string;
@@ -12965,7 +12965,7 @@ export declare const lineContract: {
12965
12965
  previewUrl: string;
12966
12966
  imageSetId: string;
12967
12967
  repliedMessage: {
12968
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
12968
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
12969
12969
  message: string;
12970
12970
  id: string;
12971
12971
  url: string;
@@ -13175,7 +13175,7 @@ export declare const lineContract: {
13175
13175
  template?: any;
13176
13176
  metadata?: any;
13177
13177
  fromMessage?: {
13178
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
13178
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
13179
13179
  message: string;
13180
13180
  id: string;
13181
13181
  url: string;
@@ -13673,7 +13673,7 @@ export declare const lineContract: {
13673
13673
  previewUrl: string;
13674
13674
  imageSetId: string;
13675
13675
  repliedMessage: {
13676
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
13676
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
13677
13677
  message: string;
13678
13678
  id: string;
13679
13679
  url: string;
@@ -13884,7 +13884,7 @@ export declare const lineContract: {
13884
13884
  template?: any;
13885
13885
  } | null | undefined;
13886
13886
  }, {
13887
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
13887
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
13888
13888
  message: string;
13889
13889
  id: string;
13890
13890
  url: string;
@@ -14382,7 +14382,7 @@ export declare const lineContract: {
14382
14382
  previewUrl: string;
14383
14383
  imageSetId: string;
14384
14384
  repliedMessage: {
14385
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
14385
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
14386
14386
  message: string;
14387
14387
  id: string;
14388
14388
  url: string;
@@ -14592,7 +14592,7 @@ export declare const lineContract: {
14592
14592
  template?: any;
14593
14593
  metadata?: any;
14594
14594
  fromMessage?: {
14595
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
14595
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
14596
14596
  message: string;
14597
14597
  id: string;
14598
14598
  url: string;
@@ -15090,7 +15090,7 @@ export declare const lineContract: {
15090
15090
  previewUrl: string;
15091
15091
  imageSetId: string;
15092
15092
  repliedMessage: {
15093
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
15093
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
15094
15094
  message: string;
15095
15095
  id: string;
15096
15096
  url: string;
@@ -15303,7 +15303,7 @@ export declare const lineContract: {
15303
15303
  }>;
15304
15304
  }, "strip", z.ZodTypeAny, {
15305
15305
  data: {
15306
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
15306
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
15307
15307
  message: string;
15308
15308
  id: string;
15309
15309
  url: string;
@@ -15801,7 +15801,7 @@ export declare const lineContract: {
15801
15801
  previewUrl: string;
15802
15802
  imageSetId: string;
15803
15803
  repliedMessage: {
15804
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
15804
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
15805
15805
  message: string;
15806
15806
  id: string;
15807
15807
  url: string;
@@ -16011,7 +16011,7 @@ export declare const lineContract: {
16011
16011
  template?: any;
16012
16012
  metadata?: any;
16013
16013
  fromMessage?: {
16014
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
16014
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
16015
16015
  message: string;
16016
16016
  id: string;
16017
16017
  url: string;
@@ -16509,7 +16509,7 @@ export declare const lineContract: {
16509
16509
  previewUrl: string;
16510
16510
  imageSetId: string;
16511
16511
  repliedMessage: {
16512
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
16512
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
16513
16513
  message: string;
16514
16514
  id: string;
16515
16515
  url: string;
@@ -16723,7 +16723,7 @@ export declare const lineContract: {
16723
16723
  requestId: string;
16724
16724
  }, {
16725
16725
  data: {
16726
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
16726
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
16727
16727
  message: string;
16728
16728
  id: string;
16729
16729
  url: string;
@@ -17221,7 +17221,7 @@ export declare const lineContract: {
17221
17221
  previewUrl: string;
17222
17222
  imageSetId: string;
17223
17223
  repliedMessage: {
17224
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
17224
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
17225
17225
  message: string;
17226
17226
  id: string;
17227
17227
  url: string;
@@ -17431,7 +17431,7 @@ export declare const lineContract: {
17431
17431
  template?: any;
17432
17432
  metadata?: any;
17433
17433
  fromMessage?: {
17434
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
17434
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
17435
17435
  message: string;
17436
17436
  id: string;
17437
17437
  url: string;
@@ -17929,7 +17929,7 @@ export declare const lineContract: {
17929
17929
  previewUrl: string;
17930
17930
  imageSetId: string;
17931
17931
  repliedMessage: {
17932
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
17932
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
17933
17933
  message: string;
17934
17934
  id: string;
17935
17935
  url: string;
@@ -366,7 +366,7 @@ export declare const SendLineStickerSchema: z.ZodObject<{
366
366
  message: z.ZodObject<{
367
367
  message: z.ZodOptional<z.ZodString>;
368
368
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
369
- 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", "edited", "unsupported"]>;
369
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
370
370
  readAt: z.ZodOptional<z.ZodDate>;
371
371
  metadata: z.ZodOptional<z.ZodAny>;
372
372
  platformId: z.ZodOptional<z.ZodString>;
@@ -410,7 +410,7 @@ export declare const SendLineStickerSchema: z.ZodObject<{
410
410
  phone: string | null;
411
411
  }>;
412
412
  }, "strip", z.ZodTypeAny, {
413
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
413
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
414
414
  direction: "incoming" | "outgoing" | "system";
415
415
  sender: {
416
416
  address: string | null;
@@ -436,7 +436,7 @@ export declare const SendLineStickerSchema: z.ZodObject<{
436
436
  fileSize: number;
437
437
  } | undefined;
438
438
  }, {
439
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
439
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
440
440
  direction: "incoming" | "outgoing" | "system";
441
441
  sender: {
442
442
  address: string | null;
@@ -464,7 +464,7 @@ export declare const SendLineStickerSchema: z.ZodObject<{
464
464
  }>;
465
465
  }, "strip", z.ZodTypeAny, {
466
466
  message: {
467
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
467
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
468
468
  direction: "incoming" | "outgoing" | "system";
469
469
  sender: {
470
470
  address: string | null;
@@ -557,7 +557,7 @@ export declare const SendLineStickerSchema: z.ZodObject<{
557
557
  stickerId: number;
558
558
  }, {
559
559
  message: {
560
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
560
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
561
561
  direction: "incoming" | "outgoing" | "system";
562
562
  sender: {
563
563
  address: string | null;