@kl1/contracts 1.1.53-uat → 1.1.55-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 (37) hide show
  1. package/dist/index.js +3476 -3456
  2. package/dist/index.js.map +1 -1
  3. package/dist/index.mjs +3467 -3445
  4. package/dist/index.mjs.map +1 -1
  5. package/dist/src/chat/index.d.ts +66881 -53329
  6. package/dist/src/chat/index.d.ts.map +1 -1
  7. package/dist/src/chat/validation.d.ts +60 -60
  8. package/dist/src/chat/validation.d.ts.map +1 -1
  9. package/dist/src/contract.d.ts +30637 -136897
  10. package/dist/src/contract.d.ts.map +1 -1
  11. package/dist/src/cx-log/index.d.ts +45 -0
  12. package/dist/src/cx-log/index.d.ts.map +1 -1
  13. package/dist/src/facebook-feed/index.d.ts +60 -60
  14. package/dist/src/facebook-feed/validation.d.ts +6 -6
  15. package/dist/src/instagram/index.d.ts +30 -30
  16. package/dist/src/line/index.d.ts +30 -30
  17. package/dist/src/mail/mail-contract.d.ts +3513 -3513
  18. package/dist/src/mail/message-contract.d.ts +552 -552
  19. package/dist/src/mail/room-contract.d.ts +2615 -2615
  20. package/dist/src/mail/schemas/message-validation.schema.d.ts +2 -2
  21. package/dist/src/mail/schemas/message.schema.d.ts +70 -70
  22. package/dist/src/mail/schemas/room-validation.schema.d.ts +862 -862
  23. package/dist/src/mail/schemas/room.schema.d.ts +638 -638
  24. package/dist/src/messenger/index.d.ts +30 -30
  25. package/dist/src/role/index.d.ts +125 -0
  26. package/dist/src/role/index.d.ts.map +1 -1
  27. package/dist/src/viber/index.d.ts +30 -30
  28. package/dist/src/webchat/index.d.ts +30 -30
  29. package/package.json +1 -1
  30. package/dist/src/contract2.d.ts +0 -2
  31. package/dist/src/contract2.d.ts.map +0 -1
  32. package/dist/src/presence-status/index.d.ts +0 -556
  33. package/dist/src/presence-status/index.d.ts.map +0 -1
  34. package/dist/src/presence-status/schema.d.ts +0 -31
  35. package/dist/src/presence-status/schema.d.ts.map +0 -1
  36. package/dist/src/presence-status/validation.d.ts +0 -28
  37. package/dist/src/presence-status/validation.d.ts.map +0 -1
@@ -9031,6 +9031,51 @@ export declare const cxLogContract: {
9031
9031
  'x-client-timezone'?: string | undefined;
9032
9032
  }>>>;
9033
9033
  };
9034
+ syncSla: {
9035
+ body: null;
9036
+ summary: "Export cx-logs";
9037
+ method: "POST";
9038
+ responses: {
9039
+ 200: null;
9040
+ 401: z.ZodObject<{
9041
+ message: z.ZodString;
9042
+ error: z.ZodAny;
9043
+ }, "strip", z.ZodTypeAny, {
9044
+ message: string;
9045
+ error?: any;
9046
+ }, {
9047
+ message: string;
9048
+ error?: any;
9049
+ }>;
9050
+ 500: z.ZodObject<{
9051
+ message: z.ZodString;
9052
+ error: z.ZodAny;
9053
+ }, "strip", z.ZodTypeAny, {
9054
+ message: string;
9055
+ error?: any;
9056
+ }, {
9057
+ message: string;
9058
+ error?: any;
9059
+ }>;
9060
+ };
9061
+ path: "/cx-logs/sync-sla";
9062
+ headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
9063
+ 'x-tenant': z.ZodString;
9064
+ authorization: z.ZodString;
9065
+ 'x-code': z.ZodOptional<z.ZodString>;
9066
+ 'x-client-timezone': z.ZodDefault<z.ZodString>;
9067
+ }, "strip", z.ZodTypeAny, {
9068
+ 'x-tenant': string;
9069
+ authorization: string;
9070
+ 'x-client-timezone': string;
9071
+ 'x-code'?: string | undefined;
9072
+ }, {
9073
+ 'x-tenant': string;
9074
+ authorization: string;
9075
+ 'x-code'?: string | undefined;
9076
+ 'x-client-timezone'?: string | undefined;
9077
+ }>>>;
9078
+ };
9034
9079
  updateSla: {
9035
9080
  body: z.ZodObject<{
9036
9081
  roomId: z.ZodString;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/cx-log/index.ts"],"names":[],"mappings":"AAEA,OAAO,CAAC,MAAM,KAAK,CAAC;AAQpB,OAAO,EAAE,wBAAwB,EAAE,MAAM,UAAU,CAAC;AACpD,OAAO,EAAE,4BAA4B,EAAE,MAAM,cAAc,CAAC;AAE5D,MAAM,MAAM,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAC7D,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,4BAA4B,CAAC,CAAC;AAE9E,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+CxB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/cx-log/index.ts"],"names":[],"mappings":"AAEA,OAAO,CAAC,MAAM,KAAK,CAAC;AAQpB,OAAO,EAAE,wBAAwB,EAAE,MAAM,UAAU,CAAC;AACpD,OAAO,EAAE,4BAA4B,EAAE,MAAM,cAAc,CAAC;AAE5D,MAAM,MAAM,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAC7D,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,4BAA4B,CAAC,CAAC;AAE9E,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8DxB,CAAC"}
@@ -2991,7 +2991,7 @@ export declare const facebookFeedContract: {
2991
2991
  fileSize: number;
2992
2992
  originalUrl?: string | undefined;
2993
2993
  }>>;
2994
- sender: z.ZodOptional<z.ZodObject<{
2994
+ sender: z.ZodObject<{
2995
2995
  id: z.ZodString;
2996
2996
  name: z.ZodString;
2997
2997
  email: z.ZodString;
@@ -3009,12 +3009,19 @@ export declare const facebookFeedContract: {
3009
3009
  name: string;
3010
3010
  email: string;
3011
3011
  phone: string | null;
3012
- }>>;
3012
+ }>;
3013
3013
  parentMessageId: z.ZodOptional<z.ZodString>;
3014
3014
  feedPostId: z.ZodOptional<z.ZodString>;
3015
3015
  }, "strip", z.ZodTypeAny, {
3016
3016
  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";
3017
3017
  direction: "incoming" | "outgoing" | "system";
3018
+ sender: {
3019
+ id: string;
3020
+ address: string | null;
3021
+ name: string;
3022
+ email: string;
3023
+ phone: string | null;
3024
+ };
3018
3025
  id?: string | undefined;
3019
3026
  message?: string | undefined;
3020
3027
  readAt?: string | Date | null | undefined;
@@ -3034,18 +3041,18 @@ export declare const facebookFeedContract: {
3034
3041
  fileSize: number;
3035
3042
  originalUrl?: string | undefined;
3036
3043
  } | undefined;
3037
- sender?: {
3038
- id: string;
3039
- address: string | null;
3040
- name: string;
3041
- email: string;
3042
- phone: string | null;
3043
- } | undefined;
3044
3044
  parentMessageId?: string | undefined;
3045
3045
  feedPostId?: string | undefined;
3046
3046
  }, {
3047
3047
  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";
3048
3048
  direction: "incoming" | "outgoing" | "system";
3049
+ sender: {
3050
+ id: string;
3051
+ address: string | null;
3052
+ name: string;
3053
+ email: string;
3054
+ phone: string | null;
3055
+ };
3049
3056
  id?: string | undefined;
3050
3057
  message?: string | undefined;
3051
3058
  readAt?: string | Date | null | undefined;
@@ -3065,13 +3072,6 @@ export declare const facebookFeedContract: {
3065
3072
  fileSize: number;
3066
3073
  originalUrl?: string | undefined;
3067
3074
  } | undefined;
3068
- sender?: {
3069
- id: string;
3070
- address: string | null;
3071
- name: string;
3072
- email: string;
3073
- phone: string | null;
3074
- } | undefined;
3075
3075
  parentMessageId?: string | undefined;
3076
3076
  feedPostId?: string | undefined;
3077
3077
  }>;
@@ -3453,6 +3453,13 @@ export declare const facebookFeedContract: {
3453
3453
  message: {
3454
3454
  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";
3455
3455
  direction: "incoming" | "outgoing" | "system";
3456
+ sender: {
3457
+ id: string;
3458
+ address: string | null;
3459
+ name: string;
3460
+ email: string;
3461
+ phone: string | null;
3462
+ };
3456
3463
  id?: string | undefined;
3457
3464
  message?: string | undefined;
3458
3465
  readAt?: string | Date | null | undefined;
@@ -3472,13 +3479,6 @@ export declare const facebookFeedContract: {
3472
3479
  fileSize: number;
3473
3480
  originalUrl?: string | undefined;
3474
3481
  } | undefined;
3475
- sender?: {
3476
- id: string;
3477
- address: string | null;
3478
- name: string;
3479
- email: string;
3480
- phone: string | null;
3481
- } | undefined;
3482
3482
  parentMessageId?: string | undefined;
3483
3483
  feedPostId?: string | undefined;
3484
3484
  };
@@ -3560,6 +3560,13 @@ export declare const facebookFeedContract: {
3560
3560
  message: {
3561
3561
  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";
3562
3562
  direction: "incoming" | "outgoing" | "system";
3563
+ sender: {
3564
+ id: string;
3565
+ address: string | null;
3566
+ name: string;
3567
+ email: string;
3568
+ phone: string | null;
3569
+ };
3563
3570
  id?: string | undefined;
3564
3571
  message?: string | undefined;
3565
3572
  readAt?: string | Date | null | undefined;
@@ -3579,13 +3586,6 @@ export declare const facebookFeedContract: {
3579
3586
  fileSize: number;
3580
3587
  originalUrl?: string | undefined;
3581
3588
  } | undefined;
3582
- sender?: {
3583
- id: string;
3584
- address: string | null;
3585
- name: string;
3586
- email: string;
3587
- phone: string | null;
3588
- } | undefined;
3589
3589
  parentMessageId?: string | undefined;
3590
3590
  feedPostId?: string | undefined;
3591
3591
  };
@@ -20360,7 +20360,7 @@ export declare const facebookFeedContract: {
20360
20360
  fileSize: number;
20361
20361
  originalUrl?: string | undefined;
20362
20362
  }>>;
20363
- sender: z.ZodOptional<z.ZodObject<{
20363
+ sender: z.ZodObject<{
20364
20364
  id: z.ZodString;
20365
20365
  name: z.ZodString;
20366
20366
  email: z.ZodString;
@@ -20378,12 +20378,19 @@ export declare const facebookFeedContract: {
20378
20378
  name: string;
20379
20379
  email: string;
20380
20380
  phone: string | null;
20381
- }>>;
20381
+ }>;
20382
20382
  parentMessageId: z.ZodOptional<z.ZodString>;
20383
20383
  feedPostId: z.ZodOptional<z.ZodString>;
20384
20384
  }, "strip", z.ZodTypeAny, {
20385
20385
  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";
20386
20386
  direction: "incoming" | "outgoing" | "system";
20387
+ sender: {
20388
+ id: string;
20389
+ address: string | null;
20390
+ name: string;
20391
+ email: string;
20392
+ phone: string | null;
20393
+ };
20387
20394
  id?: string | undefined;
20388
20395
  message?: string | undefined;
20389
20396
  readAt?: string | Date | null | undefined;
@@ -20403,18 +20410,18 @@ export declare const facebookFeedContract: {
20403
20410
  fileSize: number;
20404
20411
  originalUrl?: string | undefined;
20405
20412
  } | undefined;
20406
- sender?: {
20407
- id: string;
20408
- address: string | null;
20409
- name: string;
20410
- email: string;
20411
- phone: string | null;
20412
- } | undefined;
20413
20413
  parentMessageId?: string | undefined;
20414
20414
  feedPostId?: string | undefined;
20415
20415
  }, {
20416
20416
  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";
20417
20417
  direction: "incoming" | "outgoing" | "system";
20418
+ sender: {
20419
+ id: string;
20420
+ address: string | null;
20421
+ name: string;
20422
+ email: string;
20423
+ phone: string | null;
20424
+ };
20418
20425
  id?: string | undefined;
20419
20426
  message?: string | undefined;
20420
20427
  readAt?: string | Date | null | undefined;
@@ -20434,13 +20441,6 @@ export declare const facebookFeedContract: {
20434
20441
  fileSize: number;
20435
20442
  originalUrl?: string | undefined;
20436
20443
  } | undefined;
20437
- sender?: {
20438
- id: string;
20439
- address: string | null;
20440
- name: string;
20441
- email: string;
20442
- phone: string | null;
20443
- } | undefined;
20444
20444
  parentMessageId?: string | undefined;
20445
20445
  feedPostId?: string | undefined;
20446
20446
  }>;
@@ -20448,6 +20448,13 @@ export declare const facebookFeedContract: {
20448
20448
  message: {
20449
20449
  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";
20450
20450
  direction: "incoming" | "outgoing" | "system";
20451
+ sender: {
20452
+ id: string;
20453
+ address: string | null;
20454
+ name: string;
20455
+ email: string;
20456
+ phone: string | null;
20457
+ };
20451
20458
  id?: string | undefined;
20452
20459
  message?: string | undefined;
20453
20460
  readAt?: string | Date | null | undefined;
@@ -20467,13 +20474,6 @@ export declare const facebookFeedContract: {
20467
20474
  fileSize: number;
20468
20475
  originalUrl?: string | undefined;
20469
20476
  } | undefined;
20470
- sender?: {
20471
- id: string;
20472
- address: string | null;
20473
- name: string;
20474
- email: string;
20475
- phone: string | null;
20476
- } | undefined;
20477
20477
  parentMessageId?: string | undefined;
20478
20478
  feedPostId?: string | undefined;
20479
20479
  };
@@ -20551,6 +20551,13 @@ export declare const facebookFeedContract: {
20551
20551
  message: {
20552
20552
  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";
20553
20553
  direction: "incoming" | "outgoing" | "system";
20554
+ sender: {
20555
+ id: string;
20556
+ address: string | null;
20557
+ name: string;
20558
+ email: string;
20559
+ phone: string | null;
20560
+ };
20554
20561
  id?: string | undefined;
20555
20562
  message?: string | undefined;
20556
20563
  readAt?: string | Date | null | undefined;
@@ -20570,13 +20577,6 @@ export declare const facebookFeedContract: {
20570
20577
  fileSize: number;
20571
20578
  originalUrl?: string | undefined;
20572
20579
  } | undefined;
20573
- sender?: {
20574
- id: string;
20575
- address: string | null;
20576
- name: string;
20577
- email: string;
20578
- phone: string | null;
20579
- } | undefined;
20580
20580
  parentMessageId?: string | undefined;
20581
20581
  feedPostId?: string | undefined;
20582
20582
  };
@@ -1763,10 +1763,13 @@ export declare const GetFeedPostResponseSchema: z.ZodObject<{
1763
1763
  }, "strip", z.ZodTypeAny, {
1764
1764
  message: string;
1765
1765
  id: string;
1766
+ created_time: string;
1767
+ can_reply_privately: boolean;
1766
1768
  from: {
1767
1769
  id: string;
1768
1770
  name: string;
1769
1771
  };
1772
+ permalink_url: string;
1770
1773
  attachments: {
1771
1774
  data: {
1772
1775
  media: {
@@ -1780,16 +1783,16 @@ export declare const GetFeedPostResponseSchema: z.ZodObject<{
1780
1783
  media_type: string;
1781
1784
  }[];
1782
1785
  };
1783
- created_time: string;
1784
- can_reply_privately: boolean;
1785
- permalink_url: string;
1786
1786
  }, {
1787
1787
  message: string;
1788
1788
  id: string;
1789
+ created_time: string;
1790
+ can_reply_privately: boolean;
1789
1791
  from: {
1790
1792
  id: string;
1791
1793
  name: string;
1792
1794
  };
1795
+ permalink_url: string;
1793
1796
  attachments: {
1794
1797
  data: {
1795
1798
  media: {
@@ -1803,8 +1806,5 @@ export declare const GetFeedPostResponseSchema: z.ZodObject<{
1803
1806
  media_type: string;
1804
1807
  }[];
1805
1808
  };
1806
- created_time: string;
1807
- can_reply_privately: boolean;
1808
- permalink_url: string;
1809
1809
  }>;
1810
1810
  //# sourceMappingURL=validation.d.ts.map
@@ -403,7 +403,7 @@ export declare const instagramContract: {
403
403
  fileSize: number;
404
404
  originalUrl?: string | undefined;
405
405
  }>>;
406
- sender: z.ZodOptional<z.ZodObject<{
406
+ sender: z.ZodObject<{
407
407
  id: z.ZodString;
408
408
  name: z.ZodString;
409
409
  email: z.ZodString;
@@ -421,12 +421,19 @@ export declare const instagramContract: {
421
421
  name: string;
422
422
  email: string;
423
423
  phone: string | null;
424
- }>>;
424
+ }>;
425
425
  parentMessageId: z.ZodOptional<z.ZodString>;
426
426
  feedPostId: z.ZodOptional<z.ZodString>;
427
427
  }, "strip", z.ZodTypeAny, {
428
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";
429
429
  direction: "incoming" | "outgoing" | "system";
430
+ sender: {
431
+ id: string;
432
+ address: string | null;
433
+ name: string;
434
+ email: string;
435
+ phone: string | null;
436
+ };
430
437
  id?: string | undefined;
431
438
  message?: string | undefined;
432
439
  readAt?: string | Date | null | undefined;
@@ -446,18 +453,18 @@ export declare const instagramContract: {
446
453
  fileSize: number;
447
454
  originalUrl?: string | undefined;
448
455
  } | undefined;
449
- sender?: {
450
- id: string;
451
- address: string | null;
452
- name: string;
453
- email: string;
454
- phone: string | null;
455
- } | undefined;
456
456
  parentMessageId?: string | undefined;
457
457
  feedPostId?: string | undefined;
458
458
  }, {
459
459
  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";
460
460
  direction: "incoming" | "outgoing" | "system";
461
+ sender: {
462
+ id: string;
463
+ address: string | null;
464
+ name: string;
465
+ email: string;
466
+ phone: string | null;
467
+ };
461
468
  id?: string | undefined;
462
469
  message?: string | undefined;
463
470
  readAt?: string | Date | null | undefined;
@@ -477,13 +484,6 @@ export declare const instagramContract: {
477
484
  fileSize: number;
478
485
  originalUrl?: string | undefined;
479
486
  } | undefined;
480
- sender?: {
481
- id: string;
482
- address: string | null;
483
- name: string;
484
- email: string;
485
- phone: string | null;
486
- } | undefined;
487
487
  parentMessageId?: string | undefined;
488
488
  feedPostId?: string | undefined;
489
489
  }>;
@@ -491,6 +491,13 @@ export declare const instagramContract: {
491
491
  message: {
492
492
  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";
493
493
  direction: "incoming" | "outgoing" | "system";
494
+ sender: {
495
+ id: string;
496
+ address: string | null;
497
+ name: string;
498
+ email: string;
499
+ phone: string | null;
500
+ };
494
501
  id?: string | undefined;
495
502
  message?: string | undefined;
496
503
  readAt?: string | Date | null | undefined;
@@ -510,13 +517,6 @@ export declare const instagramContract: {
510
517
  fileSize: number;
511
518
  originalUrl?: string | undefined;
512
519
  } | undefined;
513
- sender?: {
514
- id: string;
515
- address: string | null;
516
- name: string;
517
- email: string;
518
- phone: string | null;
519
- } | undefined;
520
520
  parentMessageId?: string | undefined;
521
521
  feedPostId?: string | undefined;
522
522
  };
@@ -594,6 +594,13 @@ export declare const instagramContract: {
594
594
  message: {
595
595
  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";
596
596
  direction: "incoming" | "outgoing" | "system";
597
+ sender: {
598
+ id: string;
599
+ address: string | null;
600
+ name: string;
601
+ email: string;
602
+ phone: string | null;
603
+ };
597
604
  id?: string | undefined;
598
605
  message?: string | undefined;
599
606
  readAt?: string | Date | null | undefined;
@@ -613,13 +620,6 @@ export declare const instagramContract: {
613
620
  fileSize: number;
614
621
  originalUrl?: string | undefined;
615
622
  } | undefined;
616
- sender?: {
617
- id: string;
618
- address: string | null;
619
- name: string;
620
- email: string;
621
- phone: string | null;
622
- } | undefined;
623
623
  parentMessageId?: string | undefined;
624
624
  feedPostId?: string | undefined;
625
625
  };
@@ -1266,7 +1266,7 @@ export declare const lineContract: {
1266
1266
  fileSize: number;
1267
1267
  originalUrl?: string | undefined;
1268
1268
  }>>;
1269
- sender: z.ZodOptional<z.ZodObject<{
1269
+ sender: z.ZodObject<{
1270
1270
  id: z.ZodString;
1271
1271
  name: z.ZodString;
1272
1272
  email: z.ZodString;
@@ -1284,12 +1284,19 @@ export declare const lineContract: {
1284
1284
  name: string;
1285
1285
  email: string;
1286
1286
  phone: string | null;
1287
- }>>;
1287
+ }>;
1288
1288
  parentMessageId: z.ZodOptional<z.ZodString>;
1289
1289
  feedPostId: z.ZodOptional<z.ZodString>;
1290
1290
  }, "strip", z.ZodTypeAny, {
1291
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";
1292
1292
  direction: "incoming" | "outgoing" | "system";
1293
+ sender: {
1294
+ id: string;
1295
+ address: string | null;
1296
+ name: string;
1297
+ email: string;
1298
+ phone: string | null;
1299
+ };
1293
1300
  id?: string | undefined;
1294
1301
  message?: string | undefined;
1295
1302
  readAt?: string | Date | null | undefined;
@@ -1309,18 +1316,18 @@ export declare const lineContract: {
1309
1316
  fileSize: number;
1310
1317
  originalUrl?: string | undefined;
1311
1318
  } | undefined;
1312
- sender?: {
1313
- id: string;
1314
- address: string | null;
1315
- name: string;
1316
- email: string;
1317
- phone: string | null;
1318
- } | undefined;
1319
1319
  parentMessageId?: string | undefined;
1320
1320
  feedPostId?: string | undefined;
1321
1321
  }, {
1322
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";
1323
1323
  direction: "incoming" | "outgoing" | "system";
1324
+ sender: {
1325
+ id: string;
1326
+ address: string | null;
1327
+ name: string;
1328
+ email: string;
1329
+ phone: string | null;
1330
+ };
1324
1331
  id?: string | undefined;
1325
1332
  message?: string | undefined;
1326
1333
  readAt?: string | Date | null | undefined;
@@ -1340,13 +1347,6 @@ export declare const lineContract: {
1340
1347
  fileSize: number;
1341
1348
  originalUrl?: string | undefined;
1342
1349
  } | undefined;
1343
- sender?: {
1344
- id: string;
1345
- address: string | null;
1346
- name: string;
1347
- email: string;
1348
- phone: string | null;
1349
- } | undefined;
1350
1350
  parentMessageId?: string | undefined;
1351
1351
  feedPostId?: string | undefined;
1352
1352
  }>;
@@ -1354,6 +1354,13 @@ export declare const lineContract: {
1354
1354
  message: {
1355
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";
1356
1356
  direction: "incoming" | "outgoing" | "system";
1357
+ sender: {
1358
+ id: string;
1359
+ address: string | null;
1360
+ name: string;
1361
+ email: string;
1362
+ phone: string | null;
1363
+ };
1357
1364
  id?: string | undefined;
1358
1365
  message?: string | undefined;
1359
1366
  readAt?: string | Date | null | undefined;
@@ -1373,13 +1380,6 @@ export declare const lineContract: {
1373
1380
  fileSize: number;
1374
1381
  originalUrl?: string | undefined;
1375
1382
  } | undefined;
1376
- sender?: {
1377
- id: string;
1378
- address: string | null;
1379
- name: string;
1380
- email: string;
1381
- phone: string | null;
1382
- } | undefined;
1383
1383
  parentMessageId?: string | undefined;
1384
1384
  feedPostId?: string | undefined;
1385
1385
  };
@@ -1457,6 +1457,13 @@ export declare const lineContract: {
1457
1457
  message: {
1458
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";
1459
1459
  direction: "incoming" | "outgoing" | "system";
1460
+ sender: {
1461
+ id: string;
1462
+ address: string | null;
1463
+ name: string;
1464
+ email: string;
1465
+ phone: string | null;
1466
+ };
1460
1467
  id?: string | undefined;
1461
1468
  message?: string | undefined;
1462
1469
  readAt?: string | Date | null | undefined;
@@ -1476,13 +1483,6 @@ export declare const lineContract: {
1476
1483
  fileSize: number;
1477
1484
  originalUrl?: string | undefined;
1478
1485
  } | undefined;
1479
- sender?: {
1480
- id: string;
1481
- address: string | null;
1482
- name: string;
1483
- email: string;
1484
- phone: string | null;
1485
- } | undefined;
1486
1486
  parentMessageId?: string | undefined;
1487
1487
  feedPostId?: string | undefined;
1488
1488
  };