@kl1/contracts 1.2.59-uat → 1.2.60-uat

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. package/dist/api-contracts/src/channel/index.d.ts +791 -0
  2. package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
  3. package/dist/api-contracts/src/chat/index.d.ts +285 -169
  4. package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
  5. package/dist/api-contracts/src/chat/schema.d.ts +70 -45
  6. package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
  7. package/dist/api-contracts/src/chat/validation.d.ts +72 -56
  8. package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
  9. package/dist/api-contracts/src/contract.d.ts +2366 -639
  10. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  11. package/dist/api-contracts/src/facebook-feed/index.d.ts +59 -43
  12. package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
  13. package/dist/api-contracts/src/facebook-feed/schema.d.ts +3 -3
  14. package/dist/api-contracts/src/instagram/index.d.ts +49 -33
  15. package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
  16. package/dist/api-contracts/src/line/index.d.ts +54 -38
  17. package/dist/api-contracts/src/line/index.d.ts.map +1 -1
  18. package/dist/api-contracts/src/line/validation.d.ts +5 -5
  19. package/dist/api-contracts/src/messenger/index.d.ts +49 -33
  20. package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
  21. package/dist/api-contracts/src/sms/index.d.ts +5 -5
  22. package/dist/api-contracts/src/telegram/index.d.ts +49 -33
  23. package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
  24. package/dist/api-contracts/src/viber/index.d.ts +49 -33
  25. package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
  26. package/dist/api-contracts/src/webchat/index.d.ts +49 -33
  27. package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
  28. package/dist/api-contracts/src/whatsapp/index.d.ts +49 -33
  29. package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
  30. package/dist/api-contracts/src/workflow-rule/index.d.ts +29 -12
  31. package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
  32. package/dist/entities/src/enums/chat.d.ts +12 -0
  33. package/dist/entities/src/enums/chat.d.ts.map +1 -1
  34. package/dist/index.js +19 -0
  35. package/dist/index.js.map +1 -1
  36. package/dist/index.mjs +19 -0
  37. package/dist/index.mjs.map +1 -1
  38. package/package.json +1 -1
@@ -515,7 +515,7 @@ export declare const lineContract: {
515
515
  message: z.ZodObject<{
516
516
  message: z.ZodOptional<z.ZodString>;
517
517
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
518
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
518
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
519
519
  readAt: z.ZodOptional<z.ZodDate>;
520
520
  metadata: z.ZodOptional<z.ZodAny>;
521
521
  platformId: z.ZodOptional<z.ZodString>;
@@ -559,7 +559,7 @@ export declare const lineContract: {
559
559
  phone: string | null;
560
560
  }>;
561
561
  }, "strip", z.ZodTypeAny, {
562
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
562
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
563
563
  direction: "incoming" | "outgoing" | "system";
564
564
  sender: {
565
565
  name: string;
@@ -585,7 +585,7 @@ export declare const lineContract: {
585
585
  fileSize: number;
586
586
  } | undefined;
587
587
  }, {
588
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
588
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
589
589
  direction: "incoming" | "outgoing" | "system";
590
590
  sender: {
591
591
  name: string;
@@ -613,7 +613,7 @@ export declare const lineContract: {
613
613
  }>;
614
614
  }, "strip", z.ZodTypeAny, {
615
615
  message: {
616
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
616
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
617
617
  direction: "incoming" | "outgoing" | "system";
618
618
  sender: {
619
619
  name: string;
@@ -723,7 +723,7 @@ export declare const lineContract: {
723
723
  stickerId: number;
724
724
  }, {
725
725
  message: {
726
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
726
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
727
727
  direction: "incoming" | "outgoing" | "system";
728
728
  sender: {
729
729
  name: string;
@@ -1847,7 +1847,7 @@ export declare const lineContract: {
1847
1847
  id: z.ZodOptional<z.ZodString>;
1848
1848
  message: z.ZodOptional<z.ZodString>;
1849
1849
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
1850
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
1850
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
1851
1851
  readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
1852
1852
  metadata: z.ZodOptional<z.ZodAny>;
1853
1853
  platformId: z.ZodOptional<z.ZodString>;
@@ -1903,7 +1903,7 @@ export declare const lineContract: {
1903
1903
  editedAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
1904
1904
  label: z.ZodOptional<z.ZodString>;
1905
1905
  }, "strip", z.ZodTypeAny, {
1906
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
1906
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
1907
1907
  direction: "incoming" | "outgoing" | "system";
1908
1908
  id?: string | undefined;
1909
1909
  message?: string | undefined;
@@ -1938,7 +1938,7 @@ export declare const lineContract: {
1938
1938
  editedAt?: string | Date | null | undefined;
1939
1939
  label?: string | undefined;
1940
1940
  }, {
1941
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
1941
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
1942
1942
  direction: "incoming" | "outgoing" | "system";
1943
1943
  id?: string | undefined;
1944
1944
  message?: string | undefined;
@@ -1975,7 +1975,7 @@ export declare const lineContract: {
1975
1975
  }>;
1976
1976
  }, "strip", z.ZodTypeAny, {
1977
1977
  message: {
1978
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
1978
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
1979
1979
  direction: "incoming" | "outgoing" | "system";
1980
1980
  id?: string | undefined;
1981
1981
  message?: string | undefined;
@@ -2105,7 +2105,7 @@ export declare const lineContract: {
2105
2105
  isBot: boolean | null;
2106
2106
  }, {
2107
2107
  message: {
2108
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
2108
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
2109
2109
  direction: "incoming" | "outgoing" | "system";
2110
2110
  id?: string | undefined;
2111
2111
  message?: string | undefined;
@@ -2239,7 +2239,7 @@ export declare const lineContract: {
2239
2239
  200: z.ZodUnion<[z.ZodObject<{
2240
2240
  requestId: z.ZodString;
2241
2241
  data: z.ZodObject<{
2242
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
2242
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
2243
2243
  message: z.ZodString;
2244
2244
  id: z.ZodString;
2245
2245
  url: z.ZodString;
@@ -3756,6 +3756,7 @@ export declare const lineContract: {
3756
3756
  channelId: string;
3757
3757
  socialPlatformId: string;
3758
3758
  }>;
3759
+ csatStatus: z.ZodNullable<z.ZodString>;
3759
3760
  actor: z.ZodObject<{
3760
3761
  id: z.ZodString;
3761
3762
  createdAt: z.ZodDate;
@@ -5598,6 +5599,7 @@ export declare const lineContract: {
5598
5599
  closedAt: Date;
5599
5600
  lastMessageAt: Date | null;
5600
5601
  isBotRoom: boolean;
5602
+ csatStatus: string | null;
5601
5603
  cxlog: {
5602
5604
  id: string;
5603
5605
  channel: string | null;
@@ -6025,6 +6027,7 @@ export declare const lineContract: {
6025
6027
  closedAt: Date;
6026
6028
  lastMessageAt: Date | null;
6027
6029
  isBotRoom: boolean;
6030
+ csatStatus: string | null;
6028
6031
  cxlog: {
6029
6032
  id: string;
6030
6033
  channel: string | null;
@@ -6165,7 +6168,7 @@ export declare const lineContract: {
6165
6168
  deletedAt: z.ZodNullable<z.ZodDate>;
6166
6169
  message: z.ZodString;
6167
6170
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
6168
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
6171
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
6169
6172
  readAt: z.ZodDate;
6170
6173
  metadata: z.ZodAny;
6171
6174
  platformId: z.ZodString;
@@ -6823,7 +6826,7 @@ export declare const lineContract: {
6823
6826
  };
6824
6827
  }>;
6825
6828
  }, "strip", z.ZodTypeAny, {
6826
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
6829
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
6827
6830
  message: string;
6828
6831
  id: string;
6829
6832
  url: string;
@@ -6985,7 +6988,7 @@ export declare const lineContract: {
6985
6988
  metadata?: any;
6986
6989
  template?: any;
6987
6990
  }, {
6988
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
6991
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
6989
6992
  message: string;
6990
6993
  id: string;
6991
6994
  url: string;
@@ -7359,7 +7362,7 @@ export declare const lineContract: {
7359
7362
  deletedAt: z.ZodNullable<z.ZodDate>;
7360
7363
  message: z.ZodString;
7361
7364
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
7362
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
7365
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
7363
7366
  readAt: z.ZodDate;
7364
7367
  metadata: z.ZodAny;
7365
7368
  platformId: z.ZodString;
@@ -8433,6 +8436,7 @@ export declare const lineContract: {
8433
8436
  channelId: string;
8434
8437
  socialPlatformId: string;
8435
8438
  }>;
8439
+ csatStatus: z.ZodNullable<z.ZodString>;
8436
8440
  actor: z.ZodObject<{
8437
8441
  id: z.ZodString;
8438
8442
  createdAt: z.ZodDate;
@@ -10275,6 +10279,7 @@ export declare const lineContract: {
10275
10279
  closedAt: Date;
10276
10280
  lastMessageAt: Date | null;
10277
10281
  isBotRoom: boolean;
10282
+ csatStatus: string | null;
10278
10283
  cxlog: {
10279
10284
  id: string;
10280
10285
  channel: string | null;
@@ -10702,6 +10707,7 @@ export declare const lineContract: {
10702
10707
  closedAt: Date;
10703
10708
  lastMessageAt: Date | null;
10704
10709
  isBotRoom: boolean;
10710
+ csatStatus: string | null;
10705
10711
  cxlog: {
10706
10712
  id: string;
10707
10713
  channel: string | null;
@@ -10845,7 +10851,7 @@ export declare const lineContract: {
10845
10851
  deletedAt: z.ZodNullable<z.ZodDate>;
10846
10852
  message: z.ZodString;
10847
10853
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
10848
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
10854
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
10849
10855
  readAt: z.ZodDate;
10850
10856
  metadata: z.ZodAny;
10851
10857
  platformId: z.ZodString;
@@ -11503,7 +11509,7 @@ export declare const lineContract: {
11503
11509
  };
11504
11510
  }>;
11505
11511
  }, "strip", z.ZodTypeAny, {
11506
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
11512
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
11507
11513
  message: string;
11508
11514
  id: string;
11509
11515
  url: string;
@@ -11665,7 +11671,7 @@ export declare const lineContract: {
11665
11671
  metadata?: any;
11666
11672
  template?: any;
11667
11673
  }, {
11668
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
11674
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
11669
11675
  message: string;
11670
11676
  id: string;
11671
11677
  url: string;
@@ -12467,7 +12473,7 @@ export declare const lineContract: {
12467
12473
  editedMessageid: z.ZodString;
12468
12474
  label: z.ZodOptional<z.ZodString>;
12469
12475
  }, "strip", z.ZodTypeAny, {
12470
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
12476
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
12471
12477
  message: string;
12472
12478
  id: string;
12473
12479
  url: string;
@@ -12902,6 +12908,7 @@ export declare const lineContract: {
12902
12908
  closedAt: Date;
12903
12909
  lastMessageAt: Date | null;
12904
12910
  isBotRoom: boolean;
12911
+ csatStatus: string | null;
12905
12912
  cxlog: {
12906
12913
  id: string;
12907
12914
  channel: string | null;
@@ -13020,7 +13027,7 @@ export declare const lineContract: {
13020
13027
  previewUrl: string;
13021
13028
  imageSetId: string;
13022
13029
  repliedMessage: {
13023
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
13030
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
13024
13031
  message: string;
13025
13032
  id: string;
13026
13033
  url: string;
@@ -13231,7 +13238,7 @@ export declare const lineContract: {
13231
13238
  template?: any;
13232
13239
  label?: string | undefined;
13233
13240
  }, {
13234
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
13241
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
13235
13242
  message: string;
13236
13243
  id: string;
13237
13244
  url: string;
@@ -13666,6 +13673,7 @@ export declare const lineContract: {
13666
13673
  closedAt: Date;
13667
13674
  lastMessageAt: Date | null;
13668
13675
  isBotRoom: boolean;
13676
+ csatStatus: string | null;
13669
13677
  cxlog: {
13670
13678
  id: string;
13671
13679
  channel: string | null;
@@ -13784,7 +13792,7 @@ export declare const lineContract: {
13784
13792
  previewUrl: string;
13785
13793
  imageSetId: string;
13786
13794
  repliedMessage: {
13787
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
13795
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
13788
13796
  message: string;
13789
13797
  id: string;
13790
13798
  url: string;
@@ -13996,7 +14004,7 @@ export declare const lineContract: {
13996
14004
  label?: string | undefined;
13997
14005
  }>>>;
13998
14006
  }, "strip", z.ZodTypeAny, {
13999
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14007
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14000
14008
  message: string;
14001
14009
  id: string;
14002
14010
  url: string;
@@ -14431,6 +14439,7 @@ export declare const lineContract: {
14431
14439
  closedAt: Date;
14432
14440
  lastMessageAt: Date | null;
14433
14441
  isBotRoom: boolean;
14442
+ csatStatus: string | null;
14434
14443
  cxlog: {
14435
14444
  id: string;
14436
14445
  channel: string | null;
@@ -14549,7 +14558,7 @@ export declare const lineContract: {
14549
14558
  previewUrl: string;
14550
14559
  imageSetId: string;
14551
14560
  repliedMessage: {
14552
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14561
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14553
14562
  message: string;
14554
14563
  id: string;
14555
14564
  url: string;
@@ -14760,7 +14769,7 @@ export declare const lineContract: {
14760
14769
  template?: any;
14761
14770
  metadata?: any;
14762
14771
  fromMessage?: {
14763
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14772
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14764
14773
  message: string;
14765
14774
  id: string;
14766
14775
  url: string;
@@ -15195,6 +15204,7 @@ export declare const lineContract: {
15195
15204
  closedAt: Date;
15196
15205
  lastMessageAt: Date | null;
15197
15206
  isBotRoom: boolean;
15207
+ csatStatus: string | null;
15198
15208
  cxlog: {
15199
15209
  id: string;
15200
15210
  channel: string | null;
@@ -15313,7 +15323,7 @@ export declare const lineContract: {
15313
15323
  previewUrl: string;
15314
15324
  imageSetId: string;
15315
15325
  repliedMessage: {
15316
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
15326
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
15317
15327
  message: string;
15318
15328
  id: string;
15319
15329
  url: string;
@@ -15525,7 +15535,7 @@ export declare const lineContract: {
15525
15535
  label?: string | undefined;
15526
15536
  } | null | undefined;
15527
15537
  }, {
15528
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
15538
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
15529
15539
  message: string;
15530
15540
  id: string;
15531
15541
  url: string;
@@ -15960,6 +15970,7 @@ export declare const lineContract: {
15960
15970
  closedAt: Date;
15961
15971
  lastMessageAt: Date | null;
15962
15972
  isBotRoom: boolean;
15973
+ csatStatus: string | null;
15963
15974
  cxlog: {
15964
15975
  id: string;
15965
15976
  channel: string | null;
@@ -16078,7 +16089,7 @@ export declare const lineContract: {
16078
16089
  previewUrl: string;
16079
16090
  imageSetId: string;
16080
16091
  repliedMessage: {
16081
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
16092
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
16082
16093
  message: string;
16083
16094
  id: string;
16084
16095
  url: string;
@@ -16289,7 +16300,7 @@ export declare const lineContract: {
16289
16300
  template?: any;
16290
16301
  metadata?: any;
16291
16302
  fromMessage?: {
16292
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
16303
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
16293
16304
  message: string;
16294
16305
  id: string;
16295
16306
  url: string;
@@ -16724,6 +16735,7 @@ export declare const lineContract: {
16724
16735
  closedAt: Date;
16725
16736
  lastMessageAt: Date | null;
16726
16737
  isBotRoom: boolean;
16738
+ csatStatus: string | null;
16727
16739
  cxlog: {
16728
16740
  id: string;
16729
16741
  channel: string | null;
@@ -16842,7 +16854,7 @@ export declare const lineContract: {
16842
16854
  previewUrl: string;
16843
16855
  imageSetId: string;
16844
16856
  repliedMessage: {
16845
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
16857
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
16846
16858
  message: string;
16847
16859
  id: string;
16848
16860
  url: string;
@@ -17056,7 +17068,7 @@ export declare const lineContract: {
17056
17068
  }>;
17057
17069
  }, "strip", z.ZodTypeAny, {
17058
17070
  data: {
17059
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17071
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17060
17072
  message: string;
17061
17073
  id: string;
17062
17074
  url: string;
@@ -17491,6 +17503,7 @@ export declare const lineContract: {
17491
17503
  closedAt: Date;
17492
17504
  lastMessageAt: Date | null;
17493
17505
  isBotRoom: boolean;
17506
+ csatStatus: string | null;
17494
17507
  cxlog: {
17495
17508
  id: string;
17496
17509
  channel: string | null;
@@ -17609,7 +17622,7 @@ export declare const lineContract: {
17609
17622
  previewUrl: string;
17610
17623
  imageSetId: string;
17611
17624
  repliedMessage: {
17612
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17625
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17613
17626
  message: string;
17614
17627
  id: string;
17615
17628
  url: string;
@@ -17820,7 +17833,7 @@ export declare const lineContract: {
17820
17833
  template?: any;
17821
17834
  metadata?: any;
17822
17835
  fromMessage?: {
17823
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17836
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17824
17837
  message: string;
17825
17838
  id: string;
17826
17839
  url: string;
@@ -18255,6 +18268,7 @@ export declare const lineContract: {
18255
18268
  closedAt: Date;
18256
18269
  lastMessageAt: Date | null;
18257
18270
  isBotRoom: boolean;
18271
+ csatStatus: string | null;
18258
18272
  cxlog: {
18259
18273
  id: string;
18260
18274
  channel: string | null;
@@ -18373,7 +18387,7 @@ export declare const lineContract: {
18373
18387
  previewUrl: string;
18374
18388
  imageSetId: string;
18375
18389
  repliedMessage: {
18376
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
18390
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
18377
18391
  message: string;
18378
18392
  id: string;
18379
18393
  url: string;
@@ -18588,7 +18602,7 @@ export declare const lineContract: {
18588
18602
  requestId: string;
18589
18603
  }, {
18590
18604
  data: {
18591
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
18605
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
18592
18606
  message: string;
18593
18607
  id: string;
18594
18608
  url: string;
@@ -19023,6 +19037,7 @@ export declare const lineContract: {
19023
19037
  closedAt: Date;
19024
19038
  lastMessageAt: Date | null;
19025
19039
  isBotRoom: boolean;
19040
+ csatStatus: string | null;
19026
19041
  cxlog: {
19027
19042
  id: string;
19028
19043
  channel: string | null;
@@ -19141,7 +19156,7 @@ export declare const lineContract: {
19141
19156
  previewUrl: string;
19142
19157
  imageSetId: string;
19143
19158
  repliedMessage: {
19144
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
19159
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
19145
19160
  message: string;
19146
19161
  id: string;
19147
19162
  url: string;
@@ -19352,7 +19367,7 @@ export declare const lineContract: {
19352
19367
  template?: any;
19353
19368
  metadata?: any;
19354
19369
  fromMessage?: {
19355
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
19370
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
19356
19371
  message: string;
19357
19372
  id: string;
19358
19373
  url: string;
@@ -19787,6 +19802,7 @@ export declare const lineContract: {
19787
19802
  closedAt: Date;
19788
19803
  lastMessageAt: Date | null;
19789
19804
  isBotRoom: boolean;
19805
+ csatStatus: string | null;
19790
19806
  cxlog: {
19791
19807
  id: string;
19792
19808
  channel: string | null;
@@ -19905,7 +19921,7 @@ export declare const lineContract: {
19905
19921
  previewUrl: string;
19906
19922
  imageSetId: string;
19907
19923
  repliedMessage: {
19908
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
19924
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
19909
19925
  message: string;
19910
19926
  id: string;
19911
19927
  url: string;