@kl1/contracts 1.0.27 → 1.0.28
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.
- package/dist/index.js +151 -118
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +151 -118
- package/dist/index.mjs.map +1 -1
- package/dist/src/activity-log/index.d.ts +113 -113
- package/dist/src/activity-log/schema.d.ts +122 -122
- package/dist/src/auth/index.d.ts +89 -89
- package/dist/src/channel/index.d.ts +319 -319
- package/dist/src/channel/schema.d.ts +89 -92
- package/dist/src/channel/schema.d.ts.map +1 -1
- package/dist/src/channel/validation.d.ts +89 -89
- package/dist/src/chat/index.d.ts +8699 -8699
- package/dist/src/chat/schema.d.ts +1486 -1486
- package/dist/src/chat/validation.d.ts +2244 -2244
- package/dist/src/comment/index.d.ts +1005 -1005
- package/dist/src/comment/schema.d.ts +283 -283
- package/dist/src/company/index.d.ts +28 -28
- package/dist/src/company/schema.d.ts +8 -8
- package/dist/src/company/validation.d.ts +15 -15
- package/dist/src/contact/index.d.ts +960 -960
- package/dist/src/contact/schema.d.ts +161 -161
- package/dist/src/contact/validation.d.ts +690 -690
- package/dist/src/contract.d.ts +18366 -18196
- package/dist/src/contract.d.ts.map +1 -1
- package/dist/src/custom-field/schema.d.ts +3 -3
- package/dist/src/cx-log/index.d.ts +1023 -1023
- package/dist/src/cx-log/schema.d.ts +837 -837
- package/dist/src/dashboard/index.d.ts +6 -6
- package/dist/src/dashboard/index.d.ts.map +1 -1
- package/dist/src/dashboard/schema.d.ts +2 -2
- package/dist/src/dashboard/schema.d.ts.map +1 -1
- package/dist/src/extension/index.d.ts +115 -115
- package/dist/src/extension/schema.d.ts +9 -9
- package/dist/src/mail/account-contract.d.ts +168 -168
- package/dist/src/mail/mail-contract.d.ts +3336 -3336
- package/dist/src/mail/message-contract.d.ts +152 -152
- package/dist/src/mail/room-contract.d.ts +3015 -3015
- package/dist/src/mail/schemas/account-validation.schema.d.ts +168 -168
- package/dist/src/mail/schemas/account.schema.d.ts +33 -33
- package/dist/src/mail/schemas/message.schema.d.ts +108 -108
- package/dist/src/mail/schemas/room-validation.schema.d.ts +1000 -1000
- package/dist/src/mail/schemas/room.schema.d.ts +791 -791
- package/dist/src/messenger/index.d.ts +1078 -1078
- package/dist/src/permission/index.d.ts +15 -15
- package/dist/src/permission/schema.d.ts +9 -9
- package/dist/src/role/index.d.ts +96 -96
- package/dist/src/role/schema.d.ts +24 -24
- package/dist/src/telephony-agent-presence-status/index.d.ts +293 -293
- package/dist/src/telephony-agent-presence-status/schema.d.ts +89 -89
- package/dist/src/ticket/index.d.ts +288 -187
- package/dist/src/ticket/index.d.ts.map +1 -1
- package/dist/src/ticket/schema.d.ts +77 -77
- package/dist/src/ticket/validation.d.ts +66 -0
- package/dist/src/ticket/validation.d.ts.map +1 -1
- package/dist/src/user/index.d.ts +293 -293
- package/dist/src/user/schema.d.ts +63 -63
- package/dist/src/user-presence-status-log/index.d.ts +52 -52
- package/dist/src/user-presence-status-log/schema.d.ts +89 -89
- package/dist/src/widget/index.d.ts +72 -1
- package/dist/src/widget/index.d.ts.map +1 -1
- package/dist/src/widget/validation.d.ts +10 -0
- package/dist/src/widget/validation.d.ts.map +1 -1
- package/package.json +1 -1
@@ -261,7 +261,7 @@ export declare const messengerContract: {
|
|
261
261
|
message: z.ZodOptional<z.ZodString>;
|
262
262
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
263
263
|
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "attachment", "assign", "solve", "reopen", "open", "sticker", "closed", "handed_over", "updated", "started"]>;
|
264
|
-
readAt: z.ZodOptional<z.
|
264
|
+
readAt: z.ZodOptional<z.ZodString>;
|
265
265
|
metadata: z.ZodOptional<z.ZodAny>;
|
266
266
|
platformId: z.ZodOptional<z.ZodString>;
|
267
267
|
platformMessageId: z.ZodOptional<z.ZodString>;
|
@@ -325,7 +325,7 @@ export declare const messengerContract: {
|
|
325
325
|
phone: string | null;
|
326
326
|
};
|
327
327
|
message?: string | undefined;
|
328
|
-
readAt?:
|
328
|
+
readAt?: string | undefined;
|
329
329
|
metadata?: any;
|
330
330
|
platformId?: string | undefined;
|
331
331
|
platformMessageId?: string | undefined;
|
@@ -355,7 +355,7 @@ export declare const messengerContract: {
|
|
355
355
|
phone: string | null;
|
356
356
|
};
|
357
357
|
message?: string | undefined;
|
358
|
-
readAt?:
|
358
|
+
readAt?: string | undefined;
|
359
359
|
metadata?: any;
|
360
360
|
platformId?: string | undefined;
|
361
361
|
platformMessageId?: string | undefined;
|
@@ -387,7 +387,7 @@ export declare const messengerContract: {
|
|
387
387
|
phone: string | null;
|
388
388
|
};
|
389
389
|
message?: string | undefined;
|
390
|
-
readAt?:
|
390
|
+
readAt?: string | undefined;
|
391
391
|
metadata?: any;
|
392
392
|
platformId?: string | undefined;
|
393
393
|
platformMessageId?: string | undefined;
|
@@ -467,7 +467,7 @@ export declare const messengerContract: {
|
|
467
467
|
phone: string | null;
|
468
468
|
};
|
469
469
|
message?: string | undefined;
|
470
|
-
readAt?:
|
470
|
+
readAt?: string | undefined;
|
471
471
|
metadata?: any;
|
472
472
|
platformId?: string | undefined;
|
473
473
|
platformMessageId?: string | undefined;
|
@@ -549,7 +549,7 @@ export declare const messengerContract: {
|
|
549
549
|
message: z.ZodString;
|
550
550
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
551
551
|
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "attachment", "assign", "solve", "reopen", "open", "sticker", "closed", "handed_over", "updated", "started"]>;
|
552
|
-
readAt: z.
|
552
|
+
readAt: z.ZodString;
|
553
553
|
metadata: z.ZodAny;
|
554
554
|
platformId: z.ZodString;
|
555
555
|
platformMessageId: z.ZodString;
|
@@ -566,9 +566,9 @@ export declare const messengerContract: {
|
|
566
566
|
deletedAt: z.ZodNullable<z.ZodString>;
|
567
567
|
lastMessage: z.ZodString;
|
568
568
|
handleTime: z.ZodNumber;
|
569
|
-
closeAt: z.
|
569
|
+
closeAt: z.ZodString;
|
570
570
|
unreadCount: z.ZodNumber;
|
571
|
-
firstResponseAt: z.
|
571
|
+
firstResponseAt: z.ZodString;
|
572
572
|
firstResponseTime: z.ZodNumber;
|
573
573
|
isLatest: z.ZodBoolean;
|
574
574
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
@@ -598,9 +598,9 @@ export declare const messengerContract: {
|
|
598
598
|
}>;
|
599
599
|
contact: z.ZodObject<{
|
600
600
|
id: z.ZodString;
|
601
|
-
createdAt: z.
|
602
|
-
updatedAt: z.
|
603
|
-
deletedAt: z.ZodNullable<z.
|
601
|
+
createdAt: z.ZodString;
|
602
|
+
updatedAt: z.ZodString;
|
603
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
604
604
|
name: z.ZodString;
|
605
605
|
address: z.ZodNullable<z.ZodString>;
|
606
606
|
channel: z.ZodNullable<z.ZodString>;
|
@@ -643,7 +643,7 @@ export declare const messengerContract: {
|
|
643
643
|
textValue: z.ZodNullable<z.ZodString>;
|
644
644
|
booleanValue: z.ZodNullable<z.ZodBoolean>;
|
645
645
|
numberValue: z.ZodNullable<z.ZodNumber>;
|
646
|
-
dateValue: z.ZodNullable<z.
|
646
|
+
dateValue: z.ZodNullable<z.ZodString>;
|
647
647
|
attribute: z.ZodObject<Omit<{
|
648
648
|
id: z.ZodString;
|
649
649
|
createdAt: z.ZodString;
|
@@ -747,7 +747,7 @@ export declare const messengerContract: {
|
|
747
747
|
textValue: string | null;
|
748
748
|
booleanValue: boolean | null;
|
749
749
|
numberValue: number | null;
|
750
|
-
dateValue:
|
750
|
+
dateValue: string | null;
|
751
751
|
}, {
|
752
752
|
id: string;
|
753
753
|
createdAt: string;
|
@@ -770,7 +770,7 @@ export declare const messengerContract: {
|
|
770
770
|
textValue: string | null;
|
771
771
|
booleanValue: boolean | null;
|
772
772
|
numberValue: number | null;
|
773
|
-
dateValue:
|
773
|
+
dateValue: string | null;
|
774
774
|
}>, "many">>;
|
775
775
|
}, "customFields">, "strip", z.ZodTypeAny, {
|
776
776
|
id: string;
|
@@ -793,13 +793,13 @@ export declare const messengerContract: {
|
|
793
793
|
}>>;
|
794
794
|
customFields: z.ZodArray<z.ZodObject<{
|
795
795
|
id: z.ZodString;
|
796
|
-
createdAt: z.
|
797
|
-
updatedAt: z.
|
798
|
-
deletedAt: z.ZodNullable<z.
|
796
|
+
createdAt: z.ZodString;
|
797
|
+
updatedAt: z.ZodString;
|
798
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
799
799
|
textValue: z.ZodNullable<z.ZodString>;
|
800
800
|
booleanValue: z.ZodNullable<z.ZodBoolean>;
|
801
801
|
numberValue: z.ZodNullable<z.ZodNumber>;
|
802
|
-
dateValue: z.ZodNullable<z.
|
802
|
+
dateValue: z.ZodNullable<z.ZodString>;
|
803
803
|
attribute: z.ZodObject<Omit<{
|
804
804
|
id: z.ZodString;
|
805
805
|
createdAt: z.ZodString;
|
@@ -950,9 +950,9 @@ export declare const messengerContract: {
|
|
950
950
|
}>, "many">;
|
951
951
|
}, "strip", z.ZodTypeAny, {
|
952
952
|
id: string;
|
953
|
-
createdAt:
|
954
|
-
updatedAt:
|
955
|
-
deletedAt:
|
953
|
+
createdAt: string;
|
954
|
+
updatedAt: string;
|
955
|
+
deletedAt: string | null;
|
956
956
|
attribute: {
|
957
957
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
958
958
|
id: string;
|
@@ -970,7 +970,7 @@ export declare const messengerContract: {
|
|
970
970
|
textValue: string | null;
|
971
971
|
booleanValue: boolean | null;
|
972
972
|
numberValue: number | null;
|
973
|
-
dateValue:
|
973
|
+
dateValue: string | null;
|
974
974
|
uploads: {
|
975
975
|
id: string;
|
976
976
|
createdAt: string;
|
@@ -990,9 +990,9 @@ export declare const messengerContract: {
|
|
990
990
|
}[];
|
991
991
|
}, {
|
992
992
|
id: string;
|
993
|
-
createdAt:
|
994
|
-
updatedAt:
|
995
|
-
deletedAt:
|
993
|
+
createdAt: string;
|
994
|
+
updatedAt: string;
|
995
|
+
deletedAt: string | null;
|
996
996
|
attribute: {
|
997
997
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
998
998
|
id: string;
|
@@ -1010,7 +1010,7 @@ export declare const messengerContract: {
|
|
1010
1010
|
textValue: string | null;
|
1011
1011
|
booleanValue: boolean | null;
|
1012
1012
|
numberValue: number | null;
|
1013
|
-
dateValue:
|
1013
|
+
dateValue: string | null;
|
1014
1014
|
uploads: {
|
1015
1015
|
id: string;
|
1016
1016
|
createdAt: string;
|
@@ -1031,105 +1031,105 @@ export declare const messengerContract: {
|
|
1031
1031
|
}>, "many">;
|
1032
1032
|
contactEmails: z.ZodArray<z.ZodObject<{
|
1033
1033
|
id: z.ZodString;
|
1034
|
-
createdAt: z.
|
1035
|
-
updatedAt: z.
|
1036
|
-
deletedAt: z.ZodNullable<z.
|
1034
|
+
createdAt: z.ZodString;
|
1035
|
+
updatedAt: z.ZodString;
|
1036
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
1037
1037
|
email: z.ZodString;
|
1038
1038
|
isPrimary: z.ZodBoolean;
|
1039
1039
|
}, "strip", z.ZodTypeAny, {
|
1040
1040
|
id: string;
|
1041
1041
|
isPrimary: boolean;
|
1042
1042
|
email: string;
|
1043
|
-
createdAt:
|
1044
|
-
updatedAt:
|
1045
|
-
deletedAt:
|
1043
|
+
createdAt: string;
|
1044
|
+
updatedAt: string;
|
1045
|
+
deletedAt: string | null;
|
1046
1046
|
}, {
|
1047
1047
|
id: string;
|
1048
1048
|
isPrimary: boolean;
|
1049
1049
|
email: string;
|
1050
|
-
createdAt:
|
1051
|
-
updatedAt:
|
1052
|
-
deletedAt:
|
1050
|
+
createdAt: string;
|
1051
|
+
updatedAt: string;
|
1052
|
+
deletedAt: string | null;
|
1053
1053
|
}>, "many">;
|
1054
1054
|
contactPhones: z.ZodArray<z.ZodObject<{
|
1055
1055
|
id: z.ZodString;
|
1056
|
-
createdAt: z.
|
1057
|
-
updatedAt: z.
|
1058
|
-
deletedAt: z.ZodNullable<z.
|
1056
|
+
createdAt: z.ZodString;
|
1057
|
+
updatedAt: z.ZodString;
|
1058
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
1059
1059
|
phone: z.ZodString;
|
1060
1060
|
isPrimary: z.ZodBoolean;
|
1061
1061
|
}, "strip", z.ZodTypeAny, {
|
1062
1062
|
id: string;
|
1063
1063
|
isPrimary: boolean;
|
1064
|
-
createdAt:
|
1065
|
-
updatedAt:
|
1066
|
-
deletedAt:
|
1064
|
+
createdAt: string;
|
1065
|
+
updatedAt: string;
|
1066
|
+
deletedAt: string | null;
|
1067
1067
|
phone: string;
|
1068
1068
|
}, {
|
1069
1069
|
id: string;
|
1070
1070
|
isPrimary: boolean;
|
1071
|
-
createdAt:
|
1072
|
-
updatedAt:
|
1073
|
-
deletedAt:
|
1071
|
+
createdAt: string;
|
1072
|
+
updatedAt: string;
|
1073
|
+
deletedAt: string | null;
|
1074
1074
|
phone: string;
|
1075
1075
|
}>, "many">;
|
1076
1076
|
activityLogs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
1077
1077
|
id: z.ZodString;
|
1078
|
-
createdAt: z.
|
1079
|
-
updatedAt: z.
|
1080
|
-
deletedAt: z.ZodNullable<z.
|
1078
|
+
createdAt: z.ZodString;
|
1079
|
+
updatedAt: z.ZodString;
|
1080
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
1081
1081
|
entityId: z.ZodString;
|
1082
1082
|
description: z.ZodString;
|
1083
1083
|
entityType: z.ZodObject<{
|
1084
1084
|
id: z.ZodString;
|
1085
|
-
createdAt: z.
|
1086
|
-
updatedAt: z.
|
1087
|
-
deletedAt: z.ZodNullable<z.
|
1085
|
+
createdAt: z.ZodString;
|
1086
|
+
updatedAt: z.ZodString;
|
1087
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
1088
1088
|
entity: z.ZodString;
|
1089
1089
|
description: z.ZodNullable<z.ZodString>;
|
1090
1090
|
}, "strip", z.ZodTypeAny, {
|
1091
1091
|
id: string;
|
1092
1092
|
description: string | null;
|
1093
|
-
createdAt:
|
1094
|
-
updatedAt:
|
1095
|
-
deletedAt:
|
1093
|
+
createdAt: string;
|
1094
|
+
updatedAt: string;
|
1095
|
+
deletedAt: string | null;
|
1096
1096
|
entity: string;
|
1097
1097
|
}, {
|
1098
1098
|
id: string;
|
1099
1099
|
description: string | null;
|
1100
|
-
createdAt:
|
1101
|
-
updatedAt:
|
1102
|
-
deletedAt:
|
1100
|
+
createdAt: string;
|
1101
|
+
updatedAt: string;
|
1102
|
+
deletedAt: string | null;
|
1103
1103
|
entity: string;
|
1104
1104
|
}>;
|
1105
1105
|
}, "strip", z.ZodTypeAny, {
|
1106
1106
|
id: string;
|
1107
1107
|
description: string;
|
1108
|
-
createdAt:
|
1109
|
-
updatedAt:
|
1110
|
-
deletedAt:
|
1108
|
+
createdAt: string;
|
1109
|
+
updatedAt: string;
|
1110
|
+
deletedAt: string | null;
|
1111
1111
|
entityId: string;
|
1112
1112
|
entityType: {
|
1113
1113
|
id: string;
|
1114
1114
|
description: string | null;
|
1115
|
-
createdAt:
|
1116
|
-
updatedAt:
|
1117
|
-
deletedAt:
|
1115
|
+
createdAt: string;
|
1116
|
+
updatedAt: string;
|
1117
|
+
deletedAt: string | null;
|
1118
1118
|
entity: string;
|
1119
1119
|
};
|
1120
1120
|
}, {
|
1121
1121
|
id: string;
|
1122
1122
|
description: string;
|
1123
|
-
createdAt:
|
1124
|
-
updatedAt:
|
1125
|
-
deletedAt:
|
1123
|
+
createdAt: string;
|
1124
|
+
updatedAt: string;
|
1125
|
+
deletedAt: string | null;
|
1126
1126
|
entityId: string;
|
1127
1127
|
entityType: {
|
1128
1128
|
id: string;
|
1129
1129
|
description: string | null;
|
1130
|
-
createdAt:
|
1131
|
-
updatedAt:
|
1132
|
-
deletedAt:
|
1130
|
+
createdAt: string;
|
1131
|
+
updatedAt: string;
|
1132
|
+
deletedAt: string | null;
|
1133
1133
|
entity: string;
|
1134
1134
|
};
|
1135
1135
|
}>, "many">>;
|
@@ -1138,14 +1138,14 @@ export declare const messengerContract: {
|
|
1138
1138
|
channel: string | null;
|
1139
1139
|
address: string | null;
|
1140
1140
|
name: string;
|
1141
|
-
createdAt:
|
1142
|
-
updatedAt:
|
1143
|
-
deletedAt:
|
1141
|
+
createdAt: string;
|
1142
|
+
updatedAt: string;
|
1143
|
+
deletedAt: string | null;
|
1144
1144
|
customFields: {
|
1145
1145
|
id: string;
|
1146
|
-
createdAt:
|
1147
|
-
updatedAt:
|
1148
|
-
deletedAt:
|
1146
|
+
createdAt: string;
|
1147
|
+
updatedAt: string;
|
1148
|
+
deletedAt: string | null;
|
1149
1149
|
attribute: {
|
1150
1150
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
1151
1151
|
id: string;
|
@@ -1163,7 +1163,7 @@ export declare const messengerContract: {
|
|
1163
1163
|
textValue: string | null;
|
1164
1164
|
booleanValue: boolean | null;
|
1165
1165
|
numberValue: number | null;
|
1166
|
-
dateValue:
|
1166
|
+
dateValue: string | null;
|
1167
1167
|
uploads: {
|
1168
1168
|
id: string;
|
1169
1169
|
createdAt: string;
|
@@ -1206,31 +1206,31 @@ export declare const messengerContract: {
|
|
1206
1206
|
id: string;
|
1207
1207
|
isPrimary: boolean;
|
1208
1208
|
email: string;
|
1209
|
-
createdAt:
|
1210
|
-
updatedAt:
|
1211
|
-
deletedAt:
|
1209
|
+
createdAt: string;
|
1210
|
+
updatedAt: string;
|
1211
|
+
deletedAt: string | null;
|
1212
1212
|
}[];
|
1213
1213
|
contactPhones: {
|
1214
1214
|
id: string;
|
1215
1215
|
isPrimary: boolean;
|
1216
|
-
createdAt:
|
1217
|
-
updatedAt:
|
1218
|
-
deletedAt:
|
1216
|
+
createdAt: string;
|
1217
|
+
updatedAt: string;
|
1218
|
+
deletedAt: string | null;
|
1219
1219
|
phone: string;
|
1220
1220
|
}[];
|
1221
1221
|
activityLogs?: {
|
1222
1222
|
id: string;
|
1223
1223
|
description: string;
|
1224
|
-
createdAt:
|
1225
|
-
updatedAt:
|
1226
|
-
deletedAt:
|
1224
|
+
createdAt: string;
|
1225
|
+
updatedAt: string;
|
1226
|
+
deletedAt: string | null;
|
1227
1227
|
entityId: string;
|
1228
1228
|
entityType: {
|
1229
1229
|
id: string;
|
1230
1230
|
description: string | null;
|
1231
|
-
createdAt:
|
1232
|
-
updatedAt:
|
1233
|
-
deletedAt:
|
1231
|
+
createdAt: string;
|
1232
|
+
updatedAt: string;
|
1233
|
+
deletedAt: string | null;
|
1234
1234
|
entity: string;
|
1235
1235
|
};
|
1236
1236
|
}[] | undefined;
|
@@ -1239,14 +1239,14 @@ export declare const messengerContract: {
|
|
1239
1239
|
channel: string | null;
|
1240
1240
|
address: string | null;
|
1241
1241
|
name: string;
|
1242
|
-
createdAt:
|
1243
|
-
updatedAt:
|
1244
|
-
deletedAt:
|
1242
|
+
createdAt: string;
|
1243
|
+
updatedAt: string;
|
1244
|
+
deletedAt: string | null;
|
1245
1245
|
customFields: {
|
1246
1246
|
id: string;
|
1247
|
-
createdAt:
|
1248
|
-
updatedAt:
|
1249
|
-
deletedAt:
|
1247
|
+
createdAt: string;
|
1248
|
+
updatedAt: string;
|
1249
|
+
deletedAt: string | null;
|
1250
1250
|
attribute: {
|
1251
1251
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
1252
1252
|
id: string;
|
@@ -1264,7 +1264,7 @@ export declare const messengerContract: {
|
|
1264
1264
|
textValue: string | null;
|
1265
1265
|
booleanValue: boolean | null;
|
1266
1266
|
numberValue: number | null;
|
1267
|
-
dateValue:
|
1267
|
+
dateValue: string | null;
|
1268
1268
|
uploads: {
|
1269
1269
|
id: string;
|
1270
1270
|
createdAt: string;
|
@@ -1307,31 +1307,31 @@ export declare const messengerContract: {
|
|
1307
1307
|
id: string;
|
1308
1308
|
isPrimary: boolean;
|
1309
1309
|
email: string;
|
1310
|
-
createdAt:
|
1311
|
-
updatedAt:
|
1312
|
-
deletedAt:
|
1310
|
+
createdAt: string;
|
1311
|
+
updatedAt: string;
|
1312
|
+
deletedAt: string | null;
|
1313
1313
|
}[];
|
1314
1314
|
contactPhones: {
|
1315
1315
|
id: string;
|
1316
1316
|
isPrimary: boolean;
|
1317
|
-
createdAt:
|
1318
|
-
updatedAt:
|
1319
|
-
deletedAt:
|
1317
|
+
createdAt: string;
|
1318
|
+
updatedAt: string;
|
1319
|
+
deletedAt: string | null;
|
1320
1320
|
phone: string;
|
1321
1321
|
}[];
|
1322
1322
|
activityLogs?: {
|
1323
1323
|
id: string;
|
1324
1324
|
description: string;
|
1325
|
-
createdAt:
|
1326
|
-
updatedAt:
|
1327
|
-
deletedAt:
|
1325
|
+
createdAt: string;
|
1326
|
+
updatedAt: string;
|
1327
|
+
deletedAt: string | null;
|
1328
1328
|
entityId: string;
|
1329
1329
|
entityType: {
|
1330
1330
|
id: string;
|
1331
1331
|
description: string | null;
|
1332
|
-
createdAt:
|
1333
|
-
updatedAt:
|
1334
|
-
deletedAt:
|
1332
|
+
createdAt: string;
|
1333
|
+
updatedAt: string;
|
1334
|
+
deletedAt: string | null;
|
1335
1335
|
entity: string;
|
1336
1336
|
};
|
1337
1337
|
}[] | undefined;
|
@@ -1353,14 +1353,14 @@ export declare const messengerContract: {
|
|
1353
1353
|
channel: string | null;
|
1354
1354
|
address: string | null;
|
1355
1355
|
name: string;
|
1356
|
-
createdAt:
|
1357
|
-
updatedAt:
|
1358
|
-
deletedAt:
|
1356
|
+
createdAt: string;
|
1357
|
+
updatedAt: string;
|
1358
|
+
deletedAt: string | null;
|
1359
1359
|
customFields: {
|
1360
1360
|
id: string;
|
1361
|
-
createdAt:
|
1362
|
-
updatedAt:
|
1363
|
-
deletedAt:
|
1361
|
+
createdAt: string;
|
1362
|
+
updatedAt: string;
|
1363
|
+
deletedAt: string | null;
|
1364
1364
|
attribute: {
|
1365
1365
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
1366
1366
|
id: string;
|
@@ -1378,7 +1378,7 @@ export declare const messengerContract: {
|
|
1378
1378
|
textValue: string | null;
|
1379
1379
|
booleanValue: boolean | null;
|
1380
1380
|
numberValue: number | null;
|
1381
|
-
dateValue:
|
1381
|
+
dateValue: string | null;
|
1382
1382
|
uploads: {
|
1383
1383
|
id: string;
|
1384
1384
|
createdAt: string;
|
@@ -1421,31 +1421,31 @@ export declare const messengerContract: {
|
|
1421
1421
|
id: string;
|
1422
1422
|
isPrimary: boolean;
|
1423
1423
|
email: string;
|
1424
|
-
createdAt:
|
1425
|
-
updatedAt:
|
1426
|
-
deletedAt:
|
1424
|
+
createdAt: string;
|
1425
|
+
updatedAt: string;
|
1426
|
+
deletedAt: string | null;
|
1427
1427
|
}[];
|
1428
1428
|
contactPhones: {
|
1429
1429
|
id: string;
|
1430
1430
|
isPrimary: boolean;
|
1431
|
-
createdAt:
|
1432
|
-
updatedAt:
|
1433
|
-
deletedAt:
|
1431
|
+
createdAt: string;
|
1432
|
+
updatedAt: string;
|
1433
|
+
deletedAt: string | null;
|
1434
1434
|
phone: string;
|
1435
1435
|
}[];
|
1436
1436
|
activityLogs?: {
|
1437
1437
|
id: string;
|
1438
1438
|
description: string;
|
1439
|
-
createdAt:
|
1440
|
-
updatedAt:
|
1441
|
-
deletedAt:
|
1439
|
+
createdAt: string;
|
1440
|
+
updatedAt: string;
|
1441
|
+
deletedAt: string | null;
|
1442
1442
|
entityId: string;
|
1443
1443
|
entityType: {
|
1444
1444
|
id: string;
|
1445
1445
|
description: string | null;
|
1446
|
-
createdAt:
|
1447
|
-
updatedAt:
|
1448
|
-
deletedAt:
|
1446
|
+
createdAt: string;
|
1447
|
+
updatedAt: string;
|
1448
|
+
deletedAt: string | null;
|
1449
1449
|
entity: string;
|
1450
1450
|
};
|
1451
1451
|
}[] | undefined;
|
@@ -1469,14 +1469,14 @@ export declare const messengerContract: {
|
|
1469
1469
|
channel: string | null;
|
1470
1470
|
address: string | null;
|
1471
1471
|
name: string;
|
1472
|
-
createdAt:
|
1473
|
-
updatedAt:
|
1474
|
-
deletedAt:
|
1472
|
+
createdAt: string;
|
1473
|
+
updatedAt: string;
|
1474
|
+
deletedAt: string | null;
|
1475
1475
|
customFields: {
|
1476
1476
|
id: string;
|
1477
|
-
createdAt:
|
1478
|
-
updatedAt:
|
1479
|
-
deletedAt:
|
1477
|
+
createdAt: string;
|
1478
|
+
updatedAt: string;
|
1479
|
+
deletedAt: string | null;
|
1480
1480
|
attribute: {
|
1481
1481
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
1482
1482
|
id: string;
|
@@ -1494,7 +1494,7 @@ export declare const messengerContract: {
|
|
1494
1494
|
textValue: string | null;
|
1495
1495
|
booleanValue: boolean | null;
|
1496
1496
|
numberValue: number | null;
|
1497
|
-
dateValue:
|
1497
|
+
dateValue: string | null;
|
1498
1498
|
uploads: {
|
1499
1499
|
id: string;
|
1500
1500
|
createdAt: string;
|
@@ -1537,31 +1537,31 @@ export declare const messengerContract: {
|
|
1537
1537
|
id: string;
|
1538
1538
|
isPrimary: boolean;
|
1539
1539
|
email: string;
|
1540
|
-
createdAt:
|
1541
|
-
updatedAt:
|
1542
|
-
deletedAt:
|
1540
|
+
createdAt: string;
|
1541
|
+
updatedAt: string;
|
1542
|
+
deletedAt: string | null;
|
1543
1543
|
}[];
|
1544
1544
|
contactPhones: {
|
1545
1545
|
id: string;
|
1546
1546
|
isPrimary: boolean;
|
1547
|
-
createdAt:
|
1548
|
-
updatedAt:
|
1549
|
-
deletedAt:
|
1547
|
+
createdAt: string;
|
1548
|
+
updatedAt: string;
|
1549
|
+
deletedAt: string | null;
|
1550
1550
|
phone: string;
|
1551
1551
|
}[];
|
1552
1552
|
activityLogs?: {
|
1553
1553
|
id: string;
|
1554
1554
|
description: string;
|
1555
|
-
createdAt:
|
1556
|
-
updatedAt:
|
1557
|
-
deletedAt:
|
1555
|
+
createdAt: string;
|
1556
|
+
updatedAt: string;
|
1557
|
+
deletedAt: string | null;
|
1558
1558
|
entityId: string;
|
1559
1559
|
entityType: {
|
1560
1560
|
id: string;
|
1561
1561
|
description: string | null;
|
1562
|
-
createdAt:
|
1563
|
-
updatedAt:
|
1564
|
-
deletedAt:
|
1562
|
+
createdAt: string;
|
1563
|
+
updatedAt: string;
|
1564
|
+
deletedAt: string | null;
|
1565
1565
|
entity: string;
|
1566
1566
|
};
|
1567
1567
|
}[] | undefined;
|
@@ -1571,89 +1571,89 @@ export declare const messengerContract: {
|
|
1571
1571
|
}>;
|
1572
1572
|
actor: z.ZodObject<{
|
1573
1573
|
id: z.ZodString;
|
1574
|
-
createdAt: z.
|
1575
|
-
updatedAt: z.
|
1576
|
-
deletedAt: z.ZodNullable<z.
|
1574
|
+
createdAt: z.ZodString;
|
1575
|
+
updatedAt: z.ZodString;
|
1576
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
1577
1577
|
name: z.ZodString;
|
1578
1578
|
email: z.ZodString;
|
1579
|
-
emailVerifiedAt: z.ZodNullable<z.
|
1579
|
+
emailVerifiedAt: z.ZodNullable<z.ZodString>;
|
1580
1580
|
password: z.ZodString;
|
1581
1581
|
address: z.ZodNullable<z.ZodString>;
|
1582
1582
|
phone: z.ZodNullable<z.ZodString>;
|
1583
1583
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
1584
1584
|
roles: z.ZodArray<z.ZodObject<{
|
1585
1585
|
id: z.ZodString;
|
1586
|
-
createdAt: z.
|
1587
|
-
updatedAt: z.
|
1588
|
-
deletedAt: z.ZodNullable<z.
|
1586
|
+
createdAt: z.ZodString;
|
1587
|
+
updatedAt: z.ZodString;
|
1588
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
1589
1589
|
systemName: z.ZodString;
|
1590
1590
|
displayName: z.ZodString;
|
1591
1591
|
description: z.ZodNullable<z.ZodString>;
|
1592
1592
|
permissions: z.ZodArray<z.ZodObject<{
|
1593
1593
|
id: z.ZodString;
|
1594
|
-
createdAt: z.
|
1595
|
-
updatedAt: z.
|
1596
|
-
deletedAt: z.ZodNullable<z.
|
1594
|
+
createdAt: z.ZodString;
|
1595
|
+
updatedAt: z.ZodString;
|
1596
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
1597
1597
|
systemName: z.ZodString;
|
1598
1598
|
displayName: z.ZodString;
|
1599
1599
|
description: z.ZodNullable<z.ZodString>;
|
1600
1600
|
}, "strip", z.ZodTypeAny, {
|
1601
1601
|
id: string;
|
1602
1602
|
description: string | null;
|
1603
|
-
createdAt:
|
1604
|
-
updatedAt:
|
1605
|
-
deletedAt:
|
1603
|
+
createdAt: string;
|
1604
|
+
updatedAt: string;
|
1605
|
+
deletedAt: string | null;
|
1606
1606
|
systemName: string;
|
1607
1607
|
displayName: string;
|
1608
1608
|
}, {
|
1609
1609
|
id: string;
|
1610
1610
|
description: string | null;
|
1611
|
-
createdAt:
|
1612
|
-
updatedAt:
|
1613
|
-
deletedAt:
|
1611
|
+
createdAt: string;
|
1612
|
+
updatedAt: string;
|
1613
|
+
deletedAt: string | null;
|
1614
1614
|
systemName: string;
|
1615
1615
|
displayName: string;
|
1616
1616
|
}>, "many">;
|
1617
1617
|
}, "strip", z.ZodTypeAny, {
|
1618
1618
|
id: string;
|
1619
1619
|
description: string | null;
|
1620
|
-
createdAt:
|
1621
|
-
updatedAt:
|
1622
|
-
deletedAt:
|
1620
|
+
createdAt: string;
|
1621
|
+
updatedAt: string;
|
1622
|
+
deletedAt: string | null;
|
1623
1623
|
systemName: string;
|
1624
1624
|
displayName: string;
|
1625
1625
|
permissions: {
|
1626
1626
|
id: string;
|
1627
1627
|
description: string | null;
|
1628
|
-
createdAt:
|
1629
|
-
updatedAt:
|
1630
|
-
deletedAt:
|
1628
|
+
createdAt: string;
|
1629
|
+
updatedAt: string;
|
1630
|
+
deletedAt: string | null;
|
1631
1631
|
systemName: string;
|
1632
1632
|
displayName: string;
|
1633
1633
|
}[];
|
1634
1634
|
}, {
|
1635
1635
|
id: string;
|
1636
1636
|
description: string | null;
|
1637
|
-
createdAt:
|
1638
|
-
updatedAt:
|
1639
|
-
deletedAt:
|
1637
|
+
createdAt: string;
|
1638
|
+
updatedAt: string;
|
1639
|
+
deletedAt: string | null;
|
1640
1640
|
systemName: string;
|
1641
1641
|
displayName: string;
|
1642
1642
|
permissions: {
|
1643
1643
|
id: string;
|
1644
1644
|
description: string | null;
|
1645
|
-
createdAt:
|
1646
|
-
updatedAt:
|
1647
|
-
deletedAt:
|
1645
|
+
createdAt: string;
|
1646
|
+
updatedAt: string;
|
1647
|
+
deletedAt: string | null;
|
1648
1648
|
systemName: string;
|
1649
1649
|
displayName: string;
|
1650
1650
|
}[];
|
1651
1651
|
}>, "many">;
|
1652
1652
|
extension: z.ZodOptional<z.ZodObject<{
|
1653
1653
|
id: z.ZodString;
|
1654
|
-
createdAt: z.
|
1655
|
-
updatedAt: z.
|
1656
|
-
deletedAt: z.ZodNullable<z.
|
1654
|
+
createdAt: z.ZodString;
|
1655
|
+
updatedAt: z.ZodString;
|
1656
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
1657
1657
|
userId: z.ZodNullable<z.ZodString>;
|
1658
1658
|
sipServerUrl: z.ZodString;
|
1659
1659
|
sipUserName: z.ZodString;
|
@@ -1662,9 +1662,9 @@ export declare const messengerContract: {
|
|
1662
1662
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
1663
1663
|
}, "strip", z.ZodTypeAny, {
|
1664
1664
|
id: string;
|
1665
|
-
createdAt:
|
1666
|
-
updatedAt:
|
1667
|
-
deletedAt:
|
1665
|
+
createdAt: string;
|
1666
|
+
updatedAt: string;
|
1667
|
+
deletedAt: string | null;
|
1668
1668
|
userId: string | null;
|
1669
1669
|
sipServerUrl: string;
|
1670
1670
|
sipUserName: string;
|
@@ -1673,9 +1673,9 @@ export declare const messengerContract: {
|
|
1673
1673
|
telephonySignature: string | null;
|
1674
1674
|
}, {
|
1675
1675
|
id: string;
|
1676
|
-
createdAt:
|
1677
|
-
updatedAt:
|
1678
|
-
deletedAt:
|
1676
|
+
createdAt: string;
|
1677
|
+
updatedAt: string;
|
1678
|
+
deletedAt: string | null;
|
1679
1679
|
userId: string | null;
|
1680
1680
|
sipServerUrl: string;
|
1681
1681
|
sipUserName: string;
|
@@ -1688,36 +1688,36 @@ export declare const messengerContract: {
|
|
1688
1688
|
address: string | null;
|
1689
1689
|
name: string;
|
1690
1690
|
email: string;
|
1691
|
-
createdAt:
|
1692
|
-
updatedAt:
|
1693
|
-
deletedAt:
|
1694
|
-
emailVerifiedAt:
|
1691
|
+
createdAt: string;
|
1692
|
+
updatedAt: string;
|
1693
|
+
deletedAt: string | null;
|
1694
|
+
emailVerifiedAt: string | null;
|
1695
1695
|
password: string;
|
1696
1696
|
phone: string | null;
|
1697
1697
|
notificationCount: number | null;
|
1698
1698
|
roles: {
|
1699
1699
|
id: string;
|
1700
1700
|
description: string | null;
|
1701
|
-
createdAt:
|
1702
|
-
updatedAt:
|
1703
|
-
deletedAt:
|
1701
|
+
createdAt: string;
|
1702
|
+
updatedAt: string;
|
1703
|
+
deletedAt: string | null;
|
1704
1704
|
systemName: string;
|
1705
1705
|
displayName: string;
|
1706
1706
|
permissions: {
|
1707
1707
|
id: string;
|
1708
1708
|
description: string | null;
|
1709
|
-
createdAt:
|
1710
|
-
updatedAt:
|
1711
|
-
deletedAt:
|
1709
|
+
createdAt: string;
|
1710
|
+
updatedAt: string;
|
1711
|
+
deletedAt: string | null;
|
1712
1712
|
systemName: string;
|
1713
1713
|
displayName: string;
|
1714
1714
|
}[];
|
1715
1715
|
}[];
|
1716
1716
|
extension?: {
|
1717
1717
|
id: string;
|
1718
|
-
createdAt:
|
1719
|
-
updatedAt:
|
1720
|
-
deletedAt:
|
1718
|
+
createdAt: string;
|
1719
|
+
updatedAt: string;
|
1720
|
+
deletedAt: string | null;
|
1721
1721
|
userId: string | null;
|
1722
1722
|
sipServerUrl: string;
|
1723
1723
|
sipUserName: string;
|
@@ -1730,36 +1730,36 @@ export declare const messengerContract: {
|
|
1730
1730
|
address: string | null;
|
1731
1731
|
name: string;
|
1732
1732
|
email: string;
|
1733
|
-
createdAt:
|
1734
|
-
updatedAt:
|
1735
|
-
deletedAt:
|
1736
|
-
emailVerifiedAt:
|
1733
|
+
createdAt: string;
|
1734
|
+
updatedAt: string;
|
1735
|
+
deletedAt: string | null;
|
1736
|
+
emailVerifiedAt: string | null;
|
1737
1737
|
password: string;
|
1738
1738
|
phone: string | null;
|
1739
1739
|
notificationCount: number | null;
|
1740
1740
|
roles: {
|
1741
1741
|
id: string;
|
1742
1742
|
description: string | null;
|
1743
|
-
createdAt:
|
1744
|
-
updatedAt:
|
1745
|
-
deletedAt:
|
1743
|
+
createdAt: string;
|
1744
|
+
updatedAt: string;
|
1745
|
+
deletedAt: string | null;
|
1746
1746
|
systemName: string;
|
1747
1747
|
displayName: string;
|
1748
1748
|
permissions: {
|
1749
1749
|
id: string;
|
1750
1750
|
description: string | null;
|
1751
|
-
createdAt:
|
1752
|
-
updatedAt:
|
1753
|
-
deletedAt:
|
1751
|
+
createdAt: string;
|
1752
|
+
updatedAt: string;
|
1753
|
+
deletedAt: string | null;
|
1754
1754
|
systemName: string;
|
1755
1755
|
displayName: string;
|
1756
1756
|
}[];
|
1757
1757
|
}[];
|
1758
1758
|
extension?: {
|
1759
1759
|
id: string;
|
1760
|
-
createdAt:
|
1761
|
-
updatedAt:
|
1762
|
-
deletedAt:
|
1760
|
+
createdAt: string;
|
1761
|
+
updatedAt: string;
|
1762
|
+
deletedAt: string | null;
|
1763
1763
|
userId: string | null;
|
1764
1764
|
sipServerUrl: string;
|
1765
1765
|
sipUserName: string;
|
@@ -1770,89 +1770,89 @@ export declare const messengerContract: {
|
|
1770
1770
|
}>;
|
1771
1771
|
assignee: z.ZodObject<{
|
1772
1772
|
id: z.ZodString;
|
1773
|
-
createdAt: z.
|
1774
|
-
updatedAt: z.
|
1775
|
-
deletedAt: z.ZodNullable<z.
|
1773
|
+
createdAt: z.ZodString;
|
1774
|
+
updatedAt: z.ZodString;
|
1775
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
1776
1776
|
name: z.ZodString;
|
1777
1777
|
email: z.ZodString;
|
1778
|
-
emailVerifiedAt: z.ZodNullable<z.
|
1778
|
+
emailVerifiedAt: z.ZodNullable<z.ZodString>;
|
1779
1779
|
password: z.ZodString;
|
1780
1780
|
address: z.ZodNullable<z.ZodString>;
|
1781
1781
|
phone: z.ZodNullable<z.ZodString>;
|
1782
1782
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
1783
1783
|
roles: z.ZodArray<z.ZodObject<{
|
1784
1784
|
id: z.ZodString;
|
1785
|
-
createdAt: z.
|
1786
|
-
updatedAt: z.
|
1787
|
-
deletedAt: z.ZodNullable<z.
|
1785
|
+
createdAt: z.ZodString;
|
1786
|
+
updatedAt: z.ZodString;
|
1787
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
1788
1788
|
systemName: z.ZodString;
|
1789
1789
|
displayName: z.ZodString;
|
1790
1790
|
description: z.ZodNullable<z.ZodString>;
|
1791
1791
|
permissions: z.ZodArray<z.ZodObject<{
|
1792
1792
|
id: z.ZodString;
|
1793
|
-
createdAt: z.
|
1794
|
-
updatedAt: z.
|
1795
|
-
deletedAt: z.ZodNullable<z.
|
1793
|
+
createdAt: z.ZodString;
|
1794
|
+
updatedAt: z.ZodString;
|
1795
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
1796
1796
|
systemName: z.ZodString;
|
1797
1797
|
displayName: z.ZodString;
|
1798
1798
|
description: z.ZodNullable<z.ZodString>;
|
1799
1799
|
}, "strip", z.ZodTypeAny, {
|
1800
1800
|
id: string;
|
1801
1801
|
description: string | null;
|
1802
|
-
createdAt:
|
1803
|
-
updatedAt:
|
1804
|
-
deletedAt:
|
1802
|
+
createdAt: string;
|
1803
|
+
updatedAt: string;
|
1804
|
+
deletedAt: string | null;
|
1805
1805
|
systemName: string;
|
1806
1806
|
displayName: string;
|
1807
1807
|
}, {
|
1808
1808
|
id: string;
|
1809
1809
|
description: string | null;
|
1810
|
-
createdAt:
|
1811
|
-
updatedAt:
|
1812
|
-
deletedAt:
|
1810
|
+
createdAt: string;
|
1811
|
+
updatedAt: string;
|
1812
|
+
deletedAt: string | null;
|
1813
1813
|
systemName: string;
|
1814
1814
|
displayName: string;
|
1815
1815
|
}>, "many">;
|
1816
1816
|
}, "strip", z.ZodTypeAny, {
|
1817
1817
|
id: string;
|
1818
1818
|
description: string | null;
|
1819
|
-
createdAt:
|
1820
|
-
updatedAt:
|
1821
|
-
deletedAt:
|
1819
|
+
createdAt: string;
|
1820
|
+
updatedAt: string;
|
1821
|
+
deletedAt: string | null;
|
1822
1822
|
systemName: string;
|
1823
1823
|
displayName: string;
|
1824
1824
|
permissions: {
|
1825
1825
|
id: string;
|
1826
1826
|
description: string | null;
|
1827
|
-
createdAt:
|
1828
|
-
updatedAt:
|
1829
|
-
deletedAt:
|
1827
|
+
createdAt: string;
|
1828
|
+
updatedAt: string;
|
1829
|
+
deletedAt: string | null;
|
1830
1830
|
systemName: string;
|
1831
1831
|
displayName: string;
|
1832
1832
|
}[];
|
1833
1833
|
}, {
|
1834
1834
|
id: string;
|
1835
1835
|
description: string | null;
|
1836
|
-
createdAt:
|
1837
|
-
updatedAt:
|
1838
|
-
deletedAt:
|
1836
|
+
createdAt: string;
|
1837
|
+
updatedAt: string;
|
1838
|
+
deletedAt: string | null;
|
1839
1839
|
systemName: string;
|
1840
1840
|
displayName: string;
|
1841
1841
|
permissions: {
|
1842
1842
|
id: string;
|
1843
1843
|
description: string | null;
|
1844
|
-
createdAt:
|
1845
|
-
updatedAt:
|
1846
|
-
deletedAt:
|
1844
|
+
createdAt: string;
|
1845
|
+
updatedAt: string;
|
1846
|
+
deletedAt: string | null;
|
1847
1847
|
systemName: string;
|
1848
1848
|
displayName: string;
|
1849
1849
|
}[];
|
1850
1850
|
}>, "many">;
|
1851
1851
|
extension: z.ZodOptional<z.ZodObject<{
|
1852
1852
|
id: z.ZodString;
|
1853
|
-
createdAt: z.
|
1854
|
-
updatedAt: z.
|
1855
|
-
deletedAt: z.ZodNullable<z.
|
1853
|
+
createdAt: z.ZodString;
|
1854
|
+
updatedAt: z.ZodString;
|
1855
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
1856
1856
|
userId: z.ZodNullable<z.ZodString>;
|
1857
1857
|
sipServerUrl: z.ZodString;
|
1858
1858
|
sipUserName: z.ZodString;
|
@@ -1861,9 +1861,9 @@ export declare const messengerContract: {
|
|
1861
1861
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
1862
1862
|
}, "strip", z.ZodTypeAny, {
|
1863
1863
|
id: string;
|
1864
|
-
createdAt:
|
1865
|
-
updatedAt:
|
1866
|
-
deletedAt:
|
1864
|
+
createdAt: string;
|
1865
|
+
updatedAt: string;
|
1866
|
+
deletedAt: string | null;
|
1867
1867
|
userId: string | null;
|
1868
1868
|
sipServerUrl: string;
|
1869
1869
|
sipUserName: string;
|
@@ -1872,9 +1872,9 @@ export declare const messengerContract: {
|
|
1872
1872
|
telephonySignature: string | null;
|
1873
1873
|
}, {
|
1874
1874
|
id: string;
|
1875
|
-
createdAt:
|
1876
|
-
updatedAt:
|
1877
|
-
deletedAt:
|
1875
|
+
createdAt: string;
|
1876
|
+
updatedAt: string;
|
1877
|
+
deletedAt: string | null;
|
1878
1878
|
userId: string | null;
|
1879
1879
|
sipServerUrl: string;
|
1880
1880
|
sipUserName: string;
|
@@ -1887,36 +1887,36 @@ export declare const messengerContract: {
|
|
1887
1887
|
address: string | null;
|
1888
1888
|
name: string;
|
1889
1889
|
email: string;
|
1890
|
-
createdAt:
|
1891
|
-
updatedAt:
|
1892
|
-
deletedAt:
|
1893
|
-
emailVerifiedAt:
|
1890
|
+
createdAt: string;
|
1891
|
+
updatedAt: string;
|
1892
|
+
deletedAt: string | null;
|
1893
|
+
emailVerifiedAt: string | null;
|
1894
1894
|
password: string;
|
1895
1895
|
phone: string | null;
|
1896
1896
|
notificationCount: number | null;
|
1897
1897
|
roles: {
|
1898
1898
|
id: string;
|
1899
1899
|
description: string | null;
|
1900
|
-
createdAt:
|
1901
|
-
updatedAt:
|
1902
|
-
deletedAt:
|
1900
|
+
createdAt: string;
|
1901
|
+
updatedAt: string;
|
1902
|
+
deletedAt: string | null;
|
1903
1903
|
systemName: string;
|
1904
1904
|
displayName: string;
|
1905
1905
|
permissions: {
|
1906
1906
|
id: string;
|
1907
1907
|
description: string | null;
|
1908
|
-
createdAt:
|
1909
|
-
updatedAt:
|
1910
|
-
deletedAt:
|
1908
|
+
createdAt: string;
|
1909
|
+
updatedAt: string;
|
1910
|
+
deletedAt: string | null;
|
1911
1911
|
systemName: string;
|
1912
1912
|
displayName: string;
|
1913
1913
|
}[];
|
1914
1914
|
}[];
|
1915
1915
|
extension?: {
|
1916
1916
|
id: string;
|
1917
|
-
createdAt:
|
1918
|
-
updatedAt:
|
1919
|
-
deletedAt:
|
1917
|
+
createdAt: string;
|
1918
|
+
updatedAt: string;
|
1919
|
+
deletedAt: string | null;
|
1920
1920
|
userId: string | null;
|
1921
1921
|
sipServerUrl: string;
|
1922
1922
|
sipUserName: string;
|
@@ -1929,36 +1929,36 @@ export declare const messengerContract: {
|
|
1929
1929
|
address: string | null;
|
1930
1930
|
name: string;
|
1931
1931
|
email: string;
|
1932
|
-
createdAt:
|
1933
|
-
updatedAt:
|
1934
|
-
deletedAt:
|
1935
|
-
emailVerifiedAt:
|
1932
|
+
createdAt: string;
|
1933
|
+
updatedAt: string;
|
1934
|
+
deletedAt: string | null;
|
1935
|
+
emailVerifiedAt: string | null;
|
1936
1936
|
password: string;
|
1937
1937
|
phone: string | null;
|
1938
1938
|
notificationCount: number | null;
|
1939
1939
|
roles: {
|
1940
1940
|
id: string;
|
1941
1941
|
description: string | null;
|
1942
|
-
createdAt:
|
1943
|
-
updatedAt:
|
1944
|
-
deletedAt:
|
1942
|
+
createdAt: string;
|
1943
|
+
updatedAt: string;
|
1944
|
+
deletedAt: string | null;
|
1945
1945
|
systemName: string;
|
1946
1946
|
displayName: string;
|
1947
1947
|
permissions: {
|
1948
1948
|
id: string;
|
1949
1949
|
description: string | null;
|
1950
|
-
createdAt:
|
1951
|
-
updatedAt:
|
1952
|
-
deletedAt:
|
1950
|
+
createdAt: string;
|
1951
|
+
updatedAt: string;
|
1952
|
+
deletedAt: string | null;
|
1953
1953
|
systemName: string;
|
1954
1954
|
displayName: string;
|
1955
1955
|
}[];
|
1956
1956
|
}[];
|
1957
1957
|
extension?: {
|
1958
1958
|
id: string;
|
1959
|
-
createdAt:
|
1960
|
-
updatedAt:
|
1961
|
-
deletedAt:
|
1959
|
+
createdAt: string;
|
1960
|
+
updatedAt: string;
|
1961
|
+
deletedAt: string | null;
|
1962
1962
|
userId: string | null;
|
1963
1963
|
sipServerUrl: string;
|
1964
1964
|
sipUserName: string;
|
@@ -1998,89 +1998,89 @@ export declare const messengerContract: {
|
|
1998
1998
|
connectedUserId: z.ZodOptional<z.ZodString>;
|
1999
1999
|
actor: z.ZodOptional<z.ZodObject<{
|
2000
2000
|
id: z.ZodString;
|
2001
|
-
createdAt: z.
|
2002
|
-
updatedAt: z.
|
2003
|
-
deletedAt: z.ZodNullable<z.
|
2001
|
+
createdAt: z.ZodString;
|
2002
|
+
updatedAt: z.ZodString;
|
2003
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
2004
2004
|
name: z.ZodString;
|
2005
2005
|
email: z.ZodString;
|
2006
|
-
emailVerifiedAt: z.ZodNullable<z.
|
2006
|
+
emailVerifiedAt: z.ZodNullable<z.ZodString>;
|
2007
2007
|
password: z.ZodString;
|
2008
2008
|
address: z.ZodNullable<z.ZodString>;
|
2009
2009
|
phone: z.ZodNullable<z.ZodString>;
|
2010
2010
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
2011
2011
|
roles: z.ZodArray<z.ZodObject<{
|
2012
2012
|
id: z.ZodString;
|
2013
|
-
createdAt: z.
|
2014
|
-
updatedAt: z.
|
2015
|
-
deletedAt: z.ZodNullable<z.
|
2013
|
+
createdAt: z.ZodString;
|
2014
|
+
updatedAt: z.ZodString;
|
2015
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
2016
2016
|
systemName: z.ZodString;
|
2017
2017
|
displayName: z.ZodString;
|
2018
2018
|
description: z.ZodNullable<z.ZodString>;
|
2019
2019
|
permissions: z.ZodArray<z.ZodObject<{
|
2020
2020
|
id: z.ZodString;
|
2021
|
-
createdAt: z.
|
2022
|
-
updatedAt: z.
|
2023
|
-
deletedAt: z.ZodNullable<z.
|
2021
|
+
createdAt: z.ZodString;
|
2022
|
+
updatedAt: z.ZodString;
|
2023
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
2024
2024
|
systemName: z.ZodString;
|
2025
2025
|
displayName: z.ZodString;
|
2026
2026
|
description: z.ZodNullable<z.ZodString>;
|
2027
2027
|
}, "strip", z.ZodTypeAny, {
|
2028
2028
|
id: string;
|
2029
2029
|
description: string | null;
|
2030
|
-
createdAt:
|
2031
|
-
updatedAt:
|
2032
|
-
deletedAt:
|
2033
|
-
systemName: string;
|
2030
|
+
createdAt: string;
|
2031
|
+
updatedAt: string;
|
2032
|
+
deletedAt: string | null;
|
2033
|
+
systemName: string;
|
2034
2034
|
displayName: string;
|
2035
2035
|
}, {
|
2036
2036
|
id: string;
|
2037
2037
|
description: string | null;
|
2038
|
-
createdAt:
|
2039
|
-
updatedAt:
|
2040
|
-
deletedAt:
|
2038
|
+
createdAt: string;
|
2039
|
+
updatedAt: string;
|
2040
|
+
deletedAt: string | null;
|
2041
2041
|
systemName: string;
|
2042
2042
|
displayName: string;
|
2043
2043
|
}>, "many">;
|
2044
2044
|
}, "strip", z.ZodTypeAny, {
|
2045
2045
|
id: string;
|
2046
2046
|
description: string | null;
|
2047
|
-
createdAt:
|
2048
|
-
updatedAt:
|
2049
|
-
deletedAt:
|
2047
|
+
createdAt: string;
|
2048
|
+
updatedAt: string;
|
2049
|
+
deletedAt: string | null;
|
2050
2050
|
systemName: string;
|
2051
2051
|
displayName: string;
|
2052
2052
|
permissions: {
|
2053
2053
|
id: string;
|
2054
2054
|
description: string | null;
|
2055
|
-
createdAt:
|
2056
|
-
updatedAt:
|
2057
|
-
deletedAt:
|
2055
|
+
createdAt: string;
|
2056
|
+
updatedAt: string;
|
2057
|
+
deletedAt: string | null;
|
2058
2058
|
systemName: string;
|
2059
2059
|
displayName: string;
|
2060
2060
|
}[];
|
2061
2061
|
}, {
|
2062
2062
|
id: string;
|
2063
2063
|
description: string | null;
|
2064
|
-
createdAt:
|
2065
|
-
updatedAt:
|
2066
|
-
deletedAt:
|
2064
|
+
createdAt: string;
|
2065
|
+
updatedAt: string;
|
2066
|
+
deletedAt: string | null;
|
2067
2067
|
systemName: string;
|
2068
2068
|
displayName: string;
|
2069
2069
|
permissions: {
|
2070
2070
|
id: string;
|
2071
2071
|
description: string | null;
|
2072
|
-
createdAt:
|
2073
|
-
updatedAt:
|
2074
|
-
deletedAt:
|
2072
|
+
createdAt: string;
|
2073
|
+
updatedAt: string;
|
2074
|
+
deletedAt: string | null;
|
2075
2075
|
systemName: string;
|
2076
2076
|
displayName: string;
|
2077
2077
|
}[];
|
2078
2078
|
}>, "many">;
|
2079
2079
|
extension: z.ZodOptional<z.ZodObject<{
|
2080
2080
|
id: z.ZodString;
|
2081
|
-
createdAt: z.
|
2082
|
-
updatedAt: z.
|
2083
|
-
deletedAt: z.ZodNullable<z.
|
2081
|
+
createdAt: z.ZodString;
|
2082
|
+
updatedAt: z.ZodString;
|
2083
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
2084
2084
|
userId: z.ZodNullable<z.ZodString>;
|
2085
2085
|
sipServerUrl: z.ZodString;
|
2086
2086
|
sipUserName: z.ZodString;
|
@@ -2089,9 +2089,9 @@ export declare const messengerContract: {
|
|
2089
2089
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
2090
2090
|
}, "strip", z.ZodTypeAny, {
|
2091
2091
|
id: string;
|
2092
|
-
createdAt:
|
2093
|
-
updatedAt:
|
2094
|
-
deletedAt:
|
2092
|
+
createdAt: string;
|
2093
|
+
updatedAt: string;
|
2094
|
+
deletedAt: string | null;
|
2095
2095
|
userId: string | null;
|
2096
2096
|
sipServerUrl: string;
|
2097
2097
|
sipUserName: string;
|
@@ -2100,9 +2100,9 @@ export declare const messengerContract: {
|
|
2100
2100
|
telephonySignature: string | null;
|
2101
2101
|
}, {
|
2102
2102
|
id: string;
|
2103
|
-
createdAt:
|
2104
|
-
updatedAt:
|
2105
|
-
deletedAt:
|
2103
|
+
createdAt: string;
|
2104
|
+
updatedAt: string;
|
2105
|
+
deletedAt: string | null;
|
2106
2106
|
userId: string | null;
|
2107
2107
|
sipServerUrl: string;
|
2108
2108
|
sipUserName: string;
|
@@ -2115,36 +2115,36 @@ export declare const messengerContract: {
|
|
2115
2115
|
address: string | null;
|
2116
2116
|
name: string;
|
2117
2117
|
email: string;
|
2118
|
-
createdAt:
|
2119
|
-
updatedAt:
|
2120
|
-
deletedAt:
|
2121
|
-
emailVerifiedAt:
|
2118
|
+
createdAt: string;
|
2119
|
+
updatedAt: string;
|
2120
|
+
deletedAt: string | null;
|
2121
|
+
emailVerifiedAt: string | null;
|
2122
2122
|
password: string;
|
2123
2123
|
phone: string | null;
|
2124
2124
|
notificationCount: number | null;
|
2125
2125
|
roles: {
|
2126
2126
|
id: string;
|
2127
2127
|
description: string | null;
|
2128
|
-
createdAt:
|
2129
|
-
updatedAt:
|
2130
|
-
deletedAt:
|
2128
|
+
createdAt: string;
|
2129
|
+
updatedAt: string;
|
2130
|
+
deletedAt: string | null;
|
2131
2131
|
systemName: string;
|
2132
2132
|
displayName: string;
|
2133
2133
|
permissions: {
|
2134
2134
|
id: string;
|
2135
2135
|
description: string | null;
|
2136
|
-
createdAt:
|
2137
|
-
updatedAt:
|
2138
|
-
deletedAt:
|
2136
|
+
createdAt: string;
|
2137
|
+
updatedAt: string;
|
2138
|
+
deletedAt: string | null;
|
2139
2139
|
systemName: string;
|
2140
2140
|
displayName: string;
|
2141
2141
|
}[];
|
2142
2142
|
}[];
|
2143
2143
|
extension?: {
|
2144
2144
|
id: string;
|
2145
|
-
createdAt:
|
2146
|
-
updatedAt:
|
2147
|
-
deletedAt:
|
2145
|
+
createdAt: string;
|
2146
|
+
updatedAt: string;
|
2147
|
+
deletedAt: string | null;
|
2148
2148
|
userId: string | null;
|
2149
2149
|
sipServerUrl: string;
|
2150
2150
|
sipUserName: string;
|
@@ -2157,36 +2157,36 @@ export declare const messengerContract: {
|
|
2157
2157
|
address: string | null;
|
2158
2158
|
name: string;
|
2159
2159
|
email: string;
|
2160
|
-
createdAt:
|
2161
|
-
updatedAt:
|
2162
|
-
deletedAt:
|
2163
|
-
emailVerifiedAt:
|
2160
|
+
createdAt: string;
|
2161
|
+
updatedAt: string;
|
2162
|
+
deletedAt: string | null;
|
2163
|
+
emailVerifiedAt: string | null;
|
2164
2164
|
password: string;
|
2165
2165
|
phone: string | null;
|
2166
2166
|
notificationCount: number | null;
|
2167
2167
|
roles: {
|
2168
2168
|
id: string;
|
2169
2169
|
description: string | null;
|
2170
|
-
createdAt:
|
2171
|
-
updatedAt:
|
2172
|
-
deletedAt:
|
2170
|
+
createdAt: string;
|
2171
|
+
updatedAt: string;
|
2172
|
+
deletedAt: string | null;
|
2173
2173
|
systemName: string;
|
2174
2174
|
displayName: string;
|
2175
2175
|
permissions: {
|
2176
2176
|
id: string;
|
2177
2177
|
description: string | null;
|
2178
|
-
createdAt:
|
2179
|
-
updatedAt:
|
2180
|
-
deletedAt:
|
2178
|
+
createdAt: string;
|
2179
|
+
updatedAt: string;
|
2180
|
+
deletedAt: string | null;
|
2181
2181
|
systemName: string;
|
2182
2182
|
displayName: string;
|
2183
2183
|
}[];
|
2184
2184
|
}[];
|
2185
2185
|
extension?: {
|
2186
2186
|
id: string;
|
2187
|
-
createdAt:
|
2188
|
-
updatedAt:
|
2189
|
-
deletedAt:
|
2187
|
+
createdAt: string;
|
2188
|
+
updatedAt: string;
|
2189
|
+
deletedAt: string | null;
|
2190
2190
|
userId: string | null;
|
2191
2191
|
sipServerUrl: string;
|
2192
2192
|
sipUserName: string;
|
@@ -2219,36 +2219,36 @@ export declare const messengerContract: {
|
|
2219
2219
|
address: string | null;
|
2220
2220
|
name: string;
|
2221
2221
|
email: string;
|
2222
|
-
createdAt:
|
2223
|
-
updatedAt:
|
2224
|
-
deletedAt:
|
2225
|
-
emailVerifiedAt:
|
2222
|
+
createdAt: string;
|
2223
|
+
updatedAt: string;
|
2224
|
+
deletedAt: string | null;
|
2225
|
+
emailVerifiedAt: string | null;
|
2226
2226
|
password: string;
|
2227
2227
|
phone: string | null;
|
2228
2228
|
notificationCount: number | null;
|
2229
2229
|
roles: {
|
2230
2230
|
id: string;
|
2231
2231
|
description: string | null;
|
2232
|
-
createdAt:
|
2233
|
-
updatedAt:
|
2234
|
-
deletedAt:
|
2232
|
+
createdAt: string;
|
2233
|
+
updatedAt: string;
|
2234
|
+
deletedAt: string | null;
|
2235
2235
|
systemName: string;
|
2236
2236
|
displayName: string;
|
2237
2237
|
permissions: {
|
2238
2238
|
id: string;
|
2239
2239
|
description: string | null;
|
2240
|
-
createdAt:
|
2241
|
-
updatedAt:
|
2242
|
-
deletedAt:
|
2240
|
+
createdAt: string;
|
2241
|
+
updatedAt: string;
|
2242
|
+
deletedAt: string | null;
|
2243
2243
|
systemName: string;
|
2244
2244
|
displayName: string;
|
2245
2245
|
}[];
|
2246
2246
|
}[];
|
2247
2247
|
extension?: {
|
2248
2248
|
id: string;
|
2249
|
-
createdAt:
|
2250
|
-
updatedAt:
|
2251
|
-
deletedAt:
|
2249
|
+
createdAt: string;
|
2250
|
+
updatedAt: string;
|
2251
|
+
deletedAt: string | null;
|
2252
2252
|
userId: string | null;
|
2253
2253
|
sipServerUrl: string;
|
2254
2254
|
sipUserName: string;
|
@@ -2281,36 +2281,36 @@ export declare const messengerContract: {
|
|
2281
2281
|
address: string | null;
|
2282
2282
|
name: string;
|
2283
2283
|
email: string;
|
2284
|
-
createdAt:
|
2285
|
-
updatedAt:
|
2286
|
-
deletedAt:
|
2287
|
-
emailVerifiedAt:
|
2284
|
+
createdAt: string;
|
2285
|
+
updatedAt: string;
|
2286
|
+
deletedAt: string | null;
|
2287
|
+
emailVerifiedAt: string | null;
|
2288
2288
|
password: string;
|
2289
2289
|
phone: string | null;
|
2290
2290
|
notificationCount: number | null;
|
2291
2291
|
roles: {
|
2292
2292
|
id: string;
|
2293
2293
|
description: string | null;
|
2294
|
-
createdAt:
|
2295
|
-
updatedAt:
|
2296
|
-
deletedAt:
|
2294
|
+
createdAt: string;
|
2295
|
+
updatedAt: string;
|
2296
|
+
deletedAt: string | null;
|
2297
2297
|
systemName: string;
|
2298
2298
|
displayName: string;
|
2299
2299
|
permissions: {
|
2300
2300
|
id: string;
|
2301
2301
|
description: string | null;
|
2302
|
-
createdAt:
|
2303
|
-
updatedAt:
|
2304
|
-
deletedAt:
|
2302
|
+
createdAt: string;
|
2303
|
+
updatedAt: string;
|
2304
|
+
deletedAt: string | null;
|
2305
2305
|
systemName: string;
|
2306
2306
|
displayName: string;
|
2307
2307
|
}[];
|
2308
2308
|
}[];
|
2309
2309
|
extension?: {
|
2310
2310
|
id: string;
|
2311
|
-
createdAt:
|
2312
|
-
updatedAt:
|
2313
|
-
deletedAt:
|
2311
|
+
createdAt: string;
|
2312
|
+
updatedAt: string;
|
2313
|
+
deletedAt: string | null;
|
2314
2314
|
userId: string | null;
|
2315
2315
|
sipServerUrl: string;
|
2316
2316
|
sipUserName: string;
|
@@ -2333,7 +2333,7 @@ export declare const messengerContract: {
|
|
2333
2333
|
queueId: z.ZodNullable<z.ZodString>;
|
2334
2334
|
agentId: z.ZodNullable<z.ZodString>;
|
2335
2335
|
direction: z.ZodNullable<z.ZodString>;
|
2336
|
-
startedDate: z.ZodNullable<z.
|
2336
|
+
startedDate: z.ZodNullable<z.ZodString>;
|
2337
2337
|
handledTime: z.ZodNullable<z.ZodNumber>;
|
2338
2338
|
firstResponseTime: z.ZodNullable<z.ZodNumber>;
|
2339
2339
|
disposition: z.ZodNullable<z.ZodString>;
|
@@ -2412,7 +2412,7 @@ export declare const messengerContract: {
|
|
2412
2412
|
entityName: string;
|
2413
2413
|
queueId: string | null;
|
2414
2414
|
agentId: string | null;
|
2415
|
-
startedDate:
|
2415
|
+
startedDate: string | null;
|
2416
2416
|
handledTime: number | null;
|
2417
2417
|
firstResponseTime: number | null;
|
2418
2418
|
wrapUpForm: {
|
@@ -2446,7 +2446,7 @@ export declare const messengerContract: {
|
|
2446
2446
|
entityName: string;
|
2447
2447
|
queueId: string | null;
|
2448
2448
|
agentId: string | null;
|
2449
|
-
startedDate:
|
2449
|
+
startedDate: string | null;
|
2450
2450
|
handledTime: number | null;
|
2451
2451
|
firstResponseTime: number | null;
|
2452
2452
|
wrapUpForm: {
|
@@ -2478,36 +2478,36 @@ export declare const messengerContract: {
|
|
2478
2478
|
address: string | null;
|
2479
2479
|
name: string;
|
2480
2480
|
email: string;
|
2481
|
-
createdAt:
|
2482
|
-
updatedAt:
|
2483
|
-
deletedAt:
|
2484
|
-
emailVerifiedAt:
|
2481
|
+
createdAt: string;
|
2482
|
+
updatedAt: string;
|
2483
|
+
deletedAt: string | null;
|
2484
|
+
emailVerifiedAt: string | null;
|
2485
2485
|
password: string;
|
2486
2486
|
phone: string | null;
|
2487
2487
|
notificationCount: number | null;
|
2488
2488
|
roles: {
|
2489
2489
|
id: string;
|
2490
2490
|
description: string | null;
|
2491
|
-
createdAt:
|
2492
|
-
updatedAt:
|
2493
|
-
deletedAt:
|
2491
|
+
createdAt: string;
|
2492
|
+
updatedAt: string;
|
2493
|
+
deletedAt: string | null;
|
2494
2494
|
systemName: string;
|
2495
2495
|
displayName: string;
|
2496
2496
|
permissions: {
|
2497
2497
|
id: string;
|
2498
2498
|
description: string | null;
|
2499
|
-
createdAt:
|
2500
|
-
updatedAt:
|
2501
|
-
deletedAt:
|
2499
|
+
createdAt: string;
|
2500
|
+
updatedAt: string;
|
2501
|
+
deletedAt: string | null;
|
2502
2502
|
systemName: string;
|
2503
2503
|
displayName: string;
|
2504
2504
|
}[];
|
2505
2505
|
}[];
|
2506
2506
|
extension?: {
|
2507
2507
|
id: string;
|
2508
|
-
createdAt:
|
2509
|
-
updatedAt:
|
2510
|
-
deletedAt:
|
2508
|
+
createdAt: string;
|
2509
|
+
updatedAt: string;
|
2510
|
+
deletedAt: string | null;
|
2511
2511
|
userId: string | null;
|
2512
2512
|
sipServerUrl: string;
|
2513
2513
|
sipUserName: string;
|
@@ -2519,9 +2519,9 @@ export declare const messengerContract: {
|
|
2519
2519
|
firstResponseTime: number;
|
2520
2520
|
lastMessage: string;
|
2521
2521
|
handleTime: number;
|
2522
|
-
closeAt:
|
2522
|
+
closeAt: string;
|
2523
2523
|
unreadCount: number;
|
2524
|
-
firstResponseAt:
|
2524
|
+
firstResponseAt: string;
|
2525
2525
|
isLatest: boolean;
|
2526
2526
|
platformContact: {
|
2527
2527
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
@@ -2540,14 +2540,14 @@ export declare const messengerContract: {
|
|
2540
2540
|
channel: string | null;
|
2541
2541
|
address: string | null;
|
2542
2542
|
name: string;
|
2543
|
-
createdAt:
|
2544
|
-
updatedAt:
|
2545
|
-
deletedAt:
|
2543
|
+
createdAt: string;
|
2544
|
+
updatedAt: string;
|
2545
|
+
deletedAt: string | null;
|
2546
2546
|
customFields: {
|
2547
2547
|
id: string;
|
2548
|
-
createdAt:
|
2549
|
-
updatedAt:
|
2550
|
-
deletedAt:
|
2548
|
+
createdAt: string;
|
2549
|
+
updatedAt: string;
|
2550
|
+
deletedAt: string | null;
|
2551
2551
|
attribute: {
|
2552
2552
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
2553
2553
|
id: string;
|
@@ -2565,7 +2565,7 @@ export declare const messengerContract: {
|
|
2565
2565
|
textValue: string | null;
|
2566
2566
|
booleanValue: boolean | null;
|
2567
2567
|
numberValue: number | null;
|
2568
|
-
dateValue:
|
2568
|
+
dateValue: string | null;
|
2569
2569
|
uploads: {
|
2570
2570
|
id: string;
|
2571
2571
|
createdAt: string;
|
@@ -2608,31 +2608,31 @@ export declare const messengerContract: {
|
|
2608
2608
|
id: string;
|
2609
2609
|
isPrimary: boolean;
|
2610
2610
|
email: string;
|
2611
|
-
createdAt:
|
2612
|
-
updatedAt:
|
2613
|
-
deletedAt:
|
2611
|
+
createdAt: string;
|
2612
|
+
updatedAt: string;
|
2613
|
+
deletedAt: string | null;
|
2614
2614
|
}[];
|
2615
2615
|
contactPhones: {
|
2616
2616
|
id: string;
|
2617
2617
|
isPrimary: boolean;
|
2618
|
-
createdAt:
|
2619
|
-
updatedAt:
|
2620
|
-
deletedAt:
|
2618
|
+
createdAt: string;
|
2619
|
+
updatedAt: string;
|
2620
|
+
deletedAt: string | null;
|
2621
2621
|
phone: string;
|
2622
2622
|
}[];
|
2623
2623
|
activityLogs?: {
|
2624
2624
|
id: string;
|
2625
2625
|
description: string;
|
2626
|
-
createdAt:
|
2627
|
-
updatedAt:
|
2628
|
-
deletedAt:
|
2626
|
+
createdAt: string;
|
2627
|
+
updatedAt: string;
|
2628
|
+
deletedAt: string | null;
|
2629
2629
|
entityId: string;
|
2630
2630
|
entityType: {
|
2631
2631
|
id: string;
|
2632
2632
|
description: string | null;
|
2633
|
-
createdAt:
|
2634
|
-
updatedAt:
|
2635
|
-
deletedAt:
|
2633
|
+
createdAt: string;
|
2634
|
+
updatedAt: string;
|
2635
|
+
deletedAt: string | null;
|
2636
2636
|
entity: string;
|
2637
2637
|
};
|
2638
2638
|
}[] | undefined;
|
@@ -2645,36 +2645,36 @@ export declare const messengerContract: {
|
|
2645
2645
|
address: string | null;
|
2646
2646
|
name: string;
|
2647
2647
|
email: string;
|
2648
|
-
createdAt:
|
2649
|
-
updatedAt:
|
2650
|
-
deletedAt:
|
2651
|
-
emailVerifiedAt:
|
2648
|
+
createdAt: string;
|
2649
|
+
updatedAt: string;
|
2650
|
+
deletedAt: string | null;
|
2651
|
+
emailVerifiedAt: string | null;
|
2652
2652
|
password: string;
|
2653
2653
|
phone: string | null;
|
2654
2654
|
notificationCount: number | null;
|
2655
2655
|
roles: {
|
2656
2656
|
id: string;
|
2657
2657
|
description: string | null;
|
2658
|
-
createdAt:
|
2659
|
-
updatedAt:
|
2660
|
-
deletedAt:
|
2658
|
+
createdAt: string;
|
2659
|
+
updatedAt: string;
|
2660
|
+
deletedAt: string | null;
|
2661
2661
|
systemName: string;
|
2662
2662
|
displayName: string;
|
2663
2663
|
permissions: {
|
2664
2664
|
id: string;
|
2665
2665
|
description: string | null;
|
2666
|
-
createdAt:
|
2667
|
-
updatedAt:
|
2668
|
-
deletedAt:
|
2666
|
+
createdAt: string;
|
2667
|
+
updatedAt: string;
|
2668
|
+
deletedAt: string | null;
|
2669
2669
|
systemName: string;
|
2670
2670
|
displayName: string;
|
2671
2671
|
}[];
|
2672
2672
|
}[];
|
2673
2673
|
extension?: {
|
2674
2674
|
id: string;
|
2675
|
-
createdAt:
|
2676
|
-
updatedAt:
|
2677
|
-
deletedAt:
|
2675
|
+
createdAt: string;
|
2676
|
+
updatedAt: string;
|
2677
|
+
deletedAt: string | null;
|
2678
2678
|
userId: string | null;
|
2679
2679
|
sipServerUrl: string;
|
2680
2680
|
sipUserName: string;
|
@@ -2697,7 +2697,7 @@ export declare const messengerContract: {
|
|
2697
2697
|
entityName: string;
|
2698
2698
|
queueId: string | null;
|
2699
2699
|
agentId: string | null;
|
2700
|
-
startedDate:
|
2700
|
+
startedDate: string | null;
|
2701
2701
|
handledTime: number | null;
|
2702
2702
|
firstResponseTime: number | null;
|
2703
2703
|
wrapUpForm: {
|
@@ -2742,36 +2742,36 @@ export declare const messengerContract: {
|
|
2742
2742
|
address: string | null;
|
2743
2743
|
name: string;
|
2744
2744
|
email: string;
|
2745
|
-
createdAt:
|
2746
|
-
updatedAt:
|
2747
|
-
deletedAt:
|
2748
|
-
emailVerifiedAt:
|
2745
|
+
createdAt: string;
|
2746
|
+
updatedAt: string;
|
2747
|
+
deletedAt: string | null;
|
2748
|
+
emailVerifiedAt: string | null;
|
2749
2749
|
password: string;
|
2750
2750
|
phone: string | null;
|
2751
2751
|
notificationCount: number | null;
|
2752
2752
|
roles: {
|
2753
2753
|
id: string;
|
2754
2754
|
description: string | null;
|
2755
|
-
createdAt:
|
2756
|
-
updatedAt:
|
2757
|
-
deletedAt:
|
2755
|
+
createdAt: string;
|
2756
|
+
updatedAt: string;
|
2757
|
+
deletedAt: string | null;
|
2758
2758
|
systemName: string;
|
2759
2759
|
displayName: string;
|
2760
2760
|
permissions: {
|
2761
2761
|
id: string;
|
2762
2762
|
description: string | null;
|
2763
|
-
createdAt:
|
2764
|
-
updatedAt:
|
2765
|
-
deletedAt:
|
2763
|
+
createdAt: string;
|
2764
|
+
updatedAt: string;
|
2765
|
+
deletedAt: string | null;
|
2766
2766
|
systemName: string;
|
2767
2767
|
displayName: string;
|
2768
2768
|
}[];
|
2769
2769
|
}[];
|
2770
2770
|
extension?: {
|
2771
2771
|
id: string;
|
2772
|
-
createdAt:
|
2773
|
-
updatedAt:
|
2774
|
-
deletedAt:
|
2772
|
+
createdAt: string;
|
2773
|
+
updatedAt: string;
|
2774
|
+
deletedAt: string | null;
|
2775
2775
|
userId: string | null;
|
2776
2776
|
sipServerUrl: string;
|
2777
2777
|
sipUserName: string;
|
@@ -2792,36 +2792,36 @@ export declare const messengerContract: {
|
|
2792
2792
|
address: string | null;
|
2793
2793
|
name: string;
|
2794
2794
|
email: string;
|
2795
|
-
createdAt:
|
2796
|
-
updatedAt:
|
2797
|
-
deletedAt:
|
2798
|
-
emailVerifiedAt:
|
2795
|
+
createdAt: string;
|
2796
|
+
updatedAt: string;
|
2797
|
+
deletedAt: string | null;
|
2798
|
+
emailVerifiedAt: string | null;
|
2799
2799
|
password: string;
|
2800
2800
|
phone: string | null;
|
2801
2801
|
notificationCount: number | null;
|
2802
2802
|
roles: {
|
2803
2803
|
id: string;
|
2804
2804
|
description: string | null;
|
2805
|
-
createdAt:
|
2806
|
-
updatedAt:
|
2807
|
-
deletedAt:
|
2805
|
+
createdAt: string;
|
2806
|
+
updatedAt: string;
|
2807
|
+
deletedAt: string | null;
|
2808
2808
|
systemName: string;
|
2809
2809
|
displayName: string;
|
2810
2810
|
permissions: {
|
2811
2811
|
id: string;
|
2812
2812
|
description: string | null;
|
2813
|
-
createdAt:
|
2814
|
-
updatedAt:
|
2815
|
-
deletedAt:
|
2813
|
+
createdAt: string;
|
2814
|
+
updatedAt: string;
|
2815
|
+
deletedAt: string | null;
|
2816
2816
|
systemName: string;
|
2817
2817
|
displayName: string;
|
2818
2818
|
}[];
|
2819
2819
|
}[];
|
2820
2820
|
extension?: {
|
2821
2821
|
id: string;
|
2822
|
-
createdAt:
|
2823
|
-
updatedAt:
|
2824
|
-
deletedAt:
|
2822
|
+
createdAt: string;
|
2823
|
+
updatedAt: string;
|
2824
|
+
deletedAt: string | null;
|
2825
2825
|
userId: string | null;
|
2826
2826
|
sipServerUrl: string;
|
2827
2827
|
sipUserName: string;
|
@@ -2833,9 +2833,9 @@ export declare const messengerContract: {
|
|
2833
2833
|
firstResponseTime: number;
|
2834
2834
|
lastMessage: string;
|
2835
2835
|
handleTime: number;
|
2836
|
-
closeAt:
|
2836
|
+
closeAt: string;
|
2837
2837
|
unreadCount: number;
|
2838
|
-
firstResponseAt:
|
2838
|
+
firstResponseAt: string;
|
2839
2839
|
isLatest: boolean;
|
2840
2840
|
platformContact: {
|
2841
2841
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
@@ -2854,14 +2854,14 @@ export declare const messengerContract: {
|
|
2854
2854
|
channel: string | null;
|
2855
2855
|
address: string | null;
|
2856
2856
|
name: string;
|
2857
|
-
createdAt:
|
2858
|
-
updatedAt:
|
2859
|
-
deletedAt:
|
2857
|
+
createdAt: string;
|
2858
|
+
updatedAt: string;
|
2859
|
+
deletedAt: string | null;
|
2860
2860
|
customFields: {
|
2861
2861
|
id: string;
|
2862
|
-
createdAt:
|
2863
|
-
updatedAt:
|
2864
|
-
deletedAt:
|
2862
|
+
createdAt: string;
|
2863
|
+
updatedAt: string;
|
2864
|
+
deletedAt: string | null;
|
2865
2865
|
attribute: {
|
2866
2866
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
2867
2867
|
id: string;
|
@@ -2879,7 +2879,7 @@ export declare const messengerContract: {
|
|
2879
2879
|
textValue: string | null;
|
2880
2880
|
booleanValue: boolean | null;
|
2881
2881
|
numberValue: number | null;
|
2882
|
-
dateValue:
|
2882
|
+
dateValue: string | null;
|
2883
2883
|
uploads: {
|
2884
2884
|
id: string;
|
2885
2885
|
createdAt: string;
|
@@ -2922,31 +2922,31 @@ export declare const messengerContract: {
|
|
2922
2922
|
id: string;
|
2923
2923
|
isPrimary: boolean;
|
2924
2924
|
email: string;
|
2925
|
-
createdAt:
|
2926
|
-
updatedAt:
|
2927
|
-
deletedAt:
|
2925
|
+
createdAt: string;
|
2926
|
+
updatedAt: string;
|
2927
|
+
deletedAt: string | null;
|
2928
2928
|
}[];
|
2929
2929
|
contactPhones: {
|
2930
2930
|
id: string;
|
2931
2931
|
isPrimary: boolean;
|
2932
|
-
createdAt:
|
2933
|
-
updatedAt:
|
2934
|
-
deletedAt:
|
2932
|
+
createdAt: string;
|
2933
|
+
updatedAt: string;
|
2934
|
+
deletedAt: string | null;
|
2935
2935
|
phone: string;
|
2936
2936
|
}[];
|
2937
2937
|
activityLogs?: {
|
2938
2938
|
id: string;
|
2939
2939
|
description: string;
|
2940
|
-
createdAt:
|
2941
|
-
updatedAt:
|
2942
|
-
deletedAt:
|
2940
|
+
createdAt: string;
|
2941
|
+
updatedAt: string;
|
2942
|
+
deletedAt: string | null;
|
2943
2943
|
entityId: string;
|
2944
2944
|
entityType: {
|
2945
2945
|
id: string;
|
2946
2946
|
description: string | null;
|
2947
|
-
createdAt:
|
2948
|
-
updatedAt:
|
2949
|
-
deletedAt:
|
2947
|
+
createdAt: string;
|
2948
|
+
updatedAt: string;
|
2949
|
+
deletedAt: string | null;
|
2950
2950
|
entity: string;
|
2951
2951
|
};
|
2952
2952
|
}[] | undefined;
|
@@ -2959,36 +2959,36 @@ export declare const messengerContract: {
|
|
2959
2959
|
address: string | null;
|
2960
2960
|
name: string;
|
2961
2961
|
email: string;
|
2962
|
-
createdAt:
|
2963
|
-
updatedAt:
|
2964
|
-
deletedAt:
|
2965
|
-
emailVerifiedAt:
|
2962
|
+
createdAt: string;
|
2963
|
+
updatedAt: string;
|
2964
|
+
deletedAt: string | null;
|
2965
|
+
emailVerifiedAt: string | null;
|
2966
2966
|
password: string;
|
2967
2967
|
phone: string | null;
|
2968
2968
|
notificationCount: number | null;
|
2969
2969
|
roles: {
|
2970
2970
|
id: string;
|
2971
2971
|
description: string | null;
|
2972
|
-
createdAt:
|
2973
|
-
updatedAt:
|
2974
|
-
deletedAt:
|
2972
|
+
createdAt: string;
|
2973
|
+
updatedAt: string;
|
2974
|
+
deletedAt: string | null;
|
2975
2975
|
systemName: string;
|
2976
2976
|
displayName: string;
|
2977
2977
|
permissions: {
|
2978
2978
|
id: string;
|
2979
2979
|
description: string | null;
|
2980
|
-
createdAt:
|
2981
|
-
updatedAt:
|
2982
|
-
deletedAt:
|
2980
|
+
createdAt: string;
|
2981
|
+
updatedAt: string;
|
2982
|
+
deletedAt: string | null;
|
2983
2983
|
systemName: string;
|
2984
2984
|
displayName: string;
|
2985
2985
|
}[];
|
2986
2986
|
}[];
|
2987
2987
|
extension?: {
|
2988
2988
|
id: string;
|
2989
|
-
createdAt:
|
2990
|
-
updatedAt:
|
2991
|
-
deletedAt:
|
2989
|
+
createdAt: string;
|
2990
|
+
updatedAt: string;
|
2991
|
+
deletedAt: string | null;
|
2992
2992
|
userId: string | null;
|
2993
2993
|
sipServerUrl: string;
|
2994
2994
|
sipUserName: string;
|
@@ -3011,7 +3011,7 @@ export declare const messengerContract: {
|
|
3011
3011
|
entityName: string;
|
3012
3012
|
queueId: string | null;
|
3013
3013
|
agentId: string | null;
|
3014
|
-
startedDate:
|
3014
|
+
startedDate: string | null;
|
3015
3015
|
handledTime: number | null;
|
3016
3016
|
firstResponseTime: number | null;
|
3017
3017
|
wrapUpForm: {
|
@@ -3056,36 +3056,36 @@ export declare const messengerContract: {
|
|
3056
3056
|
address: string | null;
|
3057
3057
|
name: string;
|
3058
3058
|
email: string;
|
3059
|
-
createdAt:
|
3060
|
-
updatedAt:
|
3061
|
-
deletedAt:
|
3062
|
-
emailVerifiedAt:
|
3059
|
+
createdAt: string;
|
3060
|
+
updatedAt: string;
|
3061
|
+
deletedAt: string | null;
|
3062
|
+
emailVerifiedAt: string | null;
|
3063
3063
|
password: string;
|
3064
3064
|
phone: string | null;
|
3065
3065
|
notificationCount: number | null;
|
3066
3066
|
roles: {
|
3067
3067
|
id: string;
|
3068
3068
|
description: string | null;
|
3069
|
-
createdAt:
|
3070
|
-
updatedAt:
|
3071
|
-
deletedAt:
|
3069
|
+
createdAt: string;
|
3070
|
+
updatedAt: string;
|
3071
|
+
deletedAt: string | null;
|
3072
3072
|
systemName: string;
|
3073
3073
|
displayName: string;
|
3074
3074
|
permissions: {
|
3075
3075
|
id: string;
|
3076
3076
|
description: string | null;
|
3077
|
-
createdAt:
|
3078
|
-
updatedAt:
|
3079
|
-
deletedAt:
|
3077
|
+
createdAt: string;
|
3078
|
+
updatedAt: string;
|
3079
|
+
deletedAt: string | null;
|
3080
3080
|
systemName: string;
|
3081
3081
|
displayName: string;
|
3082
3082
|
}[];
|
3083
3083
|
}[];
|
3084
3084
|
extension?: {
|
3085
3085
|
id: string;
|
3086
|
-
createdAt:
|
3087
|
-
updatedAt:
|
3088
|
-
deletedAt:
|
3086
|
+
createdAt: string;
|
3087
|
+
updatedAt: string;
|
3088
|
+
deletedAt: string | null;
|
3089
3089
|
userId: string | null;
|
3090
3090
|
sipServerUrl: string;
|
3091
3091
|
sipUserName: string;
|
@@ -3126,89 +3126,89 @@ export declare const messengerContract: {
|
|
3126
3126
|
}>;
|
3127
3127
|
actor: z.ZodObject<{
|
3128
3128
|
id: z.ZodString;
|
3129
|
-
createdAt: z.
|
3130
|
-
updatedAt: z.
|
3131
|
-
deletedAt: z.ZodNullable<z.
|
3129
|
+
createdAt: z.ZodString;
|
3130
|
+
updatedAt: z.ZodString;
|
3131
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
3132
3132
|
name: z.ZodString;
|
3133
3133
|
email: z.ZodString;
|
3134
|
-
emailVerifiedAt: z.ZodNullable<z.
|
3134
|
+
emailVerifiedAt: z.ZodNullable<z.ZodString>;
|
3135
3135
|
password: z.ZodString;
|
3136
3136
|
address: z.ZodNullable<z.ZodString>;
|
3137
3137
|
phone: z.ZodNullable<z.ZodString>;
|
3138
3138
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
3139
3139
|
roles: z.ZodArray<z.ZodObject<{
|
3140
3140
|
id: z.ZodString;
|
3141
|
-
createdAt: z.
|
3142
|
-
updatedAt: z.
|
3143
|
-
deletedAt: z.ZodNullable<z.
|
3141
|
+
createdAt: z.ZodString;
|
3142
|
+
updatedAt: z.ZodString;
|
3143
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
3144
3144
|
systemName: z.ZodString;
|
3145
3145
|
displayName: z.ZodString;
|
3146
3146
|
description: z.ZodNullable<z.ZodString>;
|
3147
3147
|
permissions: z.ZodArray<z.ZodObject<{
|
3148
3148
|
id: z.ZodString;
|
3149
|
-
createdAt: z.
|
3150
|
-
updatedAt: z.
|
3151
|
-
deletedAt: z.ZodNullable<z.
|
3149
|
+
createdAt: z.ZodString;
|
3150
|
+
updatedAt: z.ZodString;
|
3151
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
3152
3152
|
systemName: z.ZodString;
|
3153
3153
|
displayName: z.ZodString;
|
3154
3154
|
description: z.ZodNullable<z.ZodString>;
|
3155
3155
|
}, "strip", z.ZodTypeAny, {
|
3156
3156
|
id: string;
|
3157
3157
|
description: string | null;
|
3158
|
-
createdAt:
|
3159
|
-
updatedAt:
|
3160
|
-
deletedAt:
|
3158
|
+
createdAt: string;
|
3159
|
+
updatedAt: string;
|
3160
|
+
deletedAt: string | null;
|
3161
3161
|
systemName: string;
|
3162
3162
|
displayName: string;
|
3163
3163
|
}, {
|
3164
3164
|
id: string;
|
3165
3165
|
description: string | null;
|
3166
|
-
createdAt:
|
3167
|
-
updatedAt:
|
3168
|
-
deletedAt:
|
3166
|
+
createdAt: string;
|
3167
|
+
updatedAt: string;
|
3168
|
+
deletedAt: string | null;
|
3169
3169
|
systemName: string;
|
3170
3170
|
displayName: string;
|
3171
3171
|
}>, "many">;
|
3172
3172
|
}, "strip", z.ZodTypeAny, {
|
3173
3173
|
id: string;
|
3174
3174
|
description: string | null;
|
3175
|
-
createdAt:
|
3176
|
-
updatedAt:
|
3177
|
-
deletedAt:
|
3175
|
+
createdAt: string;
|
3176
|
+
updatedAt: string;
|
3177
|
+
deletedAt: string | null;
|
3178
3178
|
systemName: string;
|
3179
3179
|
displayName: string;
|
3180
3180
|
permissions: {
|
3181
3181
|
id: string;
|
3182
3182
|
description: string | null;
|
3183
|
-
createdAt:
|
3184
|
-
updatedAt:
|
3185
|
-
deletedAt:
|
3183
|
+
createdAt: string;
|
3184
|
+
updatedAt: string;
|
3185
|
+
deletedAt: string | null;
|
3186
3186
|
systemName: string;
|
3187
3187
|
displayName: string;
|
3188
3188
|
}[];
|
3189
3189
|
}, {
|
3190
3190
|
id: string;
|
3191
3191
|
description: string | null;
|
3192
|
-
createdAt:
|
3193
|
-
updatedAt:
|
3194
|
-
deletedAt:
|
3192
|
+
createdAt: string;
|
3193
|
+
updatedAt: string;
|
3194
|
+
deletedAt: string | null;
|
3195
3195
|
systemName: string;
|
3196
3196
|
displayName: string;
|
3197
3197
|
permissions: {
|
3198
3198
|
id: string;
|
3199
3199
|
description: string | null;
|
3200
|
-
createdAt:
|
3201
|
-
updatedAt:
|
3202
|
-
deletedAt:
|
3200
|
+
createdAt: string;
|
3201
|
+
updatedAt: string;
|
3202
|
+
deletedAt: string | null;
|
3203
3203
|
systemName: string;
|
3204
3204
|
displayName: string;
|
3205
3205
|
}[];
|
3206
3206
|
}>, "many">;
|
3207
3207
|
extension: z.ZodOptional<z.ZodObject<{
|
3208
3208
|
id: z.ZodString;
|
3209
|
-
createdAt: z.
|
3210
|
-
updatedAt: z.
|
3211
|
-
deletedAt: z.ZodNullable<z.
|
3209
|
+
createdAt: z.ZodString;
|
3210
|
+
updatedAt: z.ZodString;
|
3211
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
3212
3212
|
userId: z.ZodNullable<z.ZodString>;
|
3213
3213
|
sipServerUrl: z.ZodString;
|
3214
3214
|
sipUserName: z.ZodString;
|
@@ -3217,9 +3217,9 @@ export declare const messengerContract: {
|
|
3217
3217
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
3218
3218
|
}, "strip", z.ZodTypeAny, {
|
3219
3219
|
id: string;
|
3220
|
-
createdAt:
|
3221
|
-
updatedAt:
|
3222
|
-
deletedAt:
|
3220
|
+
createdAt: string;
|
3221
|
+
updatedAt: string;
|
3222
|
+
deletedAt: string | null;
|
3223
3223
|
userId: string | null;
|
3224
3224
|
sipServerUrl: string;
|
3225
3225
|
sipUserName: string;
|
@@ -3228,9 +3228,9 @@ export declare const messengerContract: {
|
|
3228
3228
|
telephonySignature: string | null;
|
3229
3229
|
}, {
|
3230
3230
|
id: string;
|
3231
|
-
createdAt:
|
3232
|
-
updatedAt:
|
3233
|
-
deletedAt:
|
3231
|
+
createdAt: string;
|
3232
|
+
updatedAt: string;
|
3233
|
+
deletedAt: string | null;
|
3234
3234
|
userId: string | null;
|
3235
3235
|
sipServerUrl: string;
|
3236
3236
|
sipUserName: string;
|
@@ -3243,36 +3243,36 @@ export declare const messengerContract: {
|
|
3243
3243
|
address: string | null;
|
3244
3244
|
name: string;
|
3245
3245
|
email: string;
|
3246
|
-
createdAt:
|
3247
|
-
updatedAt:
|
3248
|
-
deletedAt:
|
3249
|
-
emailVerifiedAt:
|
3246
|
+
createdAt: string;
|
3247
|
+
updatedAt: string;
|
3248
|
+
deletedAt: string | null;
|
3249
|
+
emailVerifiedAt: string | null;
|
3250
3250
|
password: string;
|
3251
3251
|
phone: string | null;
|
3252
3252
|
notificationCount: number | null;
|
3253
3253
|
roles: {
|
3254
3254
|
id: string;
|
3255
3255
|
description: string | null;
|
3256
|
-
createdAt:
|
3257
|
-
updatedAt:
|
3258
|
-
deletedAt:
|
3256
|
+
createdAt: string;
|
3257
|
+
updatedAt: string;
|
3258
|
+
deletedAt: string | null;
|
3259
3259
|
systemName: string;
|
3260
3260
|
displayName: string;
|
3261
3261
|
permissions: {
|
3262
3262
|
id: string;
|
3263
3263
|
description: string | null;
|
3264
|
-
createdAt:
|
3265
|
-
updatedAt:
|
3266
|
-
deletedAt:
|
3264
|
+
createdAt: string;
|
3265
|
+
updatedAt: string;
|
3266
|
+
deletedAt: string | null;
|
3267
3267
|
systemName: string;
|
3268
3268
|
displayName: string;
|
3269
3269
|
}[];
|
3270
3270
|
}[];
|
3271
3271
|
extension?: {
|
3272
3272
|
id: string;
|
3273
|
-
createdAt:
|
3274
|
-
updatedAt:
|
3275
|
-
deletedAt:
|
3273
|
+
createdAt: string;
|
3274
|
+
updatedAt: string;
|
3275
|
+
deletedAt: string | null;
|
3276
3276
|
userId: string | null;
|
3277
3277
|
sipServerUrl: string;
|
3278
3278
|
sipUserName: string;
|
@@ -3285,36 +3285,36 @@ export declare const messengerContract: {
|
|
3285
3285
|
address: string | null;
|
3286
3286
|
name: string;
|
3287
3287
|
email: string;
|
3288
|
-
createdAt:
|
3289
|
-
updatedAt:
|
3290
|
-
deletedAt:
|
3291
|
-
emailVerifiedAt:
|
3288
|
+
createdAt: string;
|
3289
|
+
updatedAt: string;
|
3290
|
+
deletedAt: string | null;
|
3291
|
+
emailVerifiedAt: string | null;
|
3292
3292
|
password: string;
|
3293
3293
|
phone: string | null;
|
3294
3294
|
notificationCount: number | null;
|
3295
3295
|
roles: {
|
3296
3296
|
id: string;
|
3297
3297
|
description: string | null;
|
3298
|
-
createdAt:
|
3299
|
-
updatedAt:
|
3300
|
-
deletedAt:
|
3298
|
+
createdAt: string;
|
3299
|
+
updatedAt: string;
|
3300
|
+
deletedAt: string | null;
|
3301
3301
|
systemName: string;
|
3302
3302
|
displayName: string;
|
3303
3303
|
permissions: {
|
3304
3304
|
id: string;
|
3305
3305
|
description: string | null;
|
3306
|
-
createdAt:
|
3307
|
-
updatedAt:
|
3308
|
-
deletedAt:
|
3306
|
+
createdAt: string;
|
3307
|
+
updatedAt: string;
|
3308
|
+
deletedAt: string | null;
|
3309
3309
|
systemName: string;
|
3310
3310
|
displayName: string;
|
3311
3311
|
}[];
|
3312
3312
|
}[];
|
3313
3313
|
extension?: {
|
3314
3314
|
id: string;
|
3315
|
-
createdAt:
|
3316
|
-
updatedAt:
|
3317
|
-
deletedAt:
|
3315
|
+
createdAt: string;
|
3316
|
+
updatedAt: string;
|
3317
|
+
deletedAt: string | null;
|
3318
3318
|
userId: string | null;
|
3319
3319
|
sipServerUrl: string;
|
3320
3320
|
sipUserName: string;
|
@@ -3325,89 +3325,89 @@ export declare const messengerContract: {
|
|
3325
3325
|
}>;
|
3326
3326
|
assignee: z.ZodObject<{
|
3327
3327
|
id: z.ZodString;
|
3328
|
-
createdAt: z.
|
3329
|
-
updatedAt: z.
|
3330
|
-
deletedAt: z.ZodNullable<z.
|
3328
|
+
createdAt: z.ZodString;
|
3329
|
+
updatedAt: z.ZodString;
|
3330
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
3331
3331
|
name: z.ZodString;
|
3332
3332
|
email: z.ZodString;
|
3333
|
-
emailVerifiedAt: z.ZodNullable<z.
|
3333
|
+
emailVerifiedAt: z.ZodNullable<z.ZodString>;
|
3334
3334
|
password: z.ZodString;
|
3335
3335
|
address: z.ZodNullable<z.ZodString>;
|
3336
3336
|
phone: z.ZodNullable<z.ZodString>;
|
3337
3337
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
3338
3338
|
roles: z.ZodArray<z.ZodObject<{
|
3339
3339
|
id: z.ZodString;
|
3340
|
-
createdAt: z.
|
3341
|
-
updatedAt: z.
|
3342
|
-
deletedAt: z.ZodNullable<z.
|
3340
|
+
createdAt: z.ZodString;
|
3341
|
+
updatedAt: z.ZodString;
|
3342
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
3343
3343
|
systemName: z.ZodString;
|
3344
3344
|
displayName: z.ZodString;
|
3345
3345
|
description: z.ZodNullable<z.ZodString>;
|
3346
3346
|
permissions: z.ZodArray<z.ZodObject<{
|
3347
3347
|
id: z.ZodString;
|
3348
|
-
createdAt: z.
|
3349
|
-
updatedAt: z.
|
3350
|
-
deletedAt: z.ZodNullable<z.
|
3348
|
+
createdAt: z.ZodString;
|
3349
|
+
updatedAt: z.ZodString;
|
3350
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
3351
3351
|
systemName: z.ZodString;
|
3352
3352
|
displayName: z.ZodString;
|
3353
3353
|
description: z.ZodNullable<z.ZodString>;
|
3354
3354
|
}, "strip", z.ZodTypeAny, {
|
3355
3355
|
id: string;
|
3356
3356
|
description: string | null;
|
3357
|
-
createdAt:
|
3358
|
-
updatedAt:
|
3359
|
-
deletedAt:
|
3357
|
+
createdAt: string;
|
3358
|
+
updatedAt: string;
|
3359
|
+
deletedAt: string | null;
|
3360
3360
|
systemName: string;
|
3361
3361
|
displayName: string;
|
3362
3362
|
}, {
|
3363
3363
|
id: string;
|
3364
3364
|
description: string | null;
|
3365
|
-
createdAt:
|
3366
|
-
updatedAt:
|
3367
|
-
deletedAt:
|
3365
|
+
createdAt: string;
|
3366
|
+
updatedAt: string;
|
3367
|
+
deletedAt: string | null;
|
3368
3368
|
systemName: string;
|
3369
3369
|
displayName: string;
|
3370
3370
|
}>, "many">;
|
3371
3371
|
}, "strip", z.ZodTypeAny, {
|
3372
3372
|
id: string;
|
3373
3373
|
description: string | null;
|
3374
|
-
createdAt:
|
3375
|
-
updatedAt:
|
3376
|
-
deletedAt:
|
3374
|
+
createdAt: string;
|
3375
|
+
updatedAt: string;
|
3376
|
+
deletedAt: string | null;
|
3377
3377
|
systemName: string;
|
3378
3378
|
displayName: string;
|
3379
3379
|
permissions: {
|
3380
3380
|
id: string;
|
3381
3381
|
description: string | null;
|
3382
|
-
createdAt:
|
3383
|
-
updatedAt:
|
3384
|
-
deletedAt:
|
3382
|
+
createdAt: string;
|
3383
|
+
updatedAt: string;
|
3384
|
+
deletedAt: string | null;
|
3385
3385
|
systemName: string;
|
3386
3386
|
displayName: string;
|
3387
3387
|
}[];
|
3388
3388
|
}, {
|
3389
3389
|
id: string;
|
3390
3390
|
description: string | null;
|
3391
|
-
createdAt:
|
3392
|
-
updatedAt:
|
3393
|
-
deletedAt:
|
3391
|
+
createdAt: string;
|
3392
|
+
updatedAt: string;
|
3393
|
+
deletedAt: string | null;
|
3394
3394
|
systemName: string;
|
3395
3395
|
displayName: string;
|
3396
3396
|
permissions: {
|
3397
3397
|
id: string;
|
3398
3398
|
description: string | null;
|
3399
|
-
createdAt:
|
3400
|
-
updatedAt:
|
3401
|
-
deletedAt:
|
3399
|
+
createdAt: string;
|
3400
|
+
updatedAt: string;
|
3401
|
+
deletedAt: string | null;
|
3402
3402
|
systemName: string;
|
3403
3403
|
displayName: string;
|
3404
3404
|
}[];
|
3405
3405
|
}>, "many">;
|
3406
3406
|
extension: z.ZodOptional<z.ZodObject<{
|
3407
3407
|
id: z.ZodString;
|
3408
|
-
createdAt: z.
|
3409
|
-
updatedAt: z.
|
3410
|
-
deletedAt: z.ZodNullable<z.
|
3408
|
+
createdAt: z.ZodString;
|
3409
|
+
updatedAt: z.ZodString;
|
3410
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
3411
3411
|
userId: z.ZodNullable<z.ZodString>;
|
3412
3412
|
sipServerUrl: z.ZodString;
|
3413
3413
|
sipUserName: z.ZodString;
|
@@ -3416,9 +3416,9 @@ export declare const messengerContract: {
|
|
3416
3416
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
3417
3417
|
}, "strip", z.ZodTypeAny, {
|
3418
3418
|
id: string;
|
3419
|
-
createdAt:
|
3420
|
-
updatedAt:
|
3421
|
-
deletedAt:
|
3419
|
+
createdAt: string;
|
3420
|
+
updatedAt: string;
|
3421
|
+
deletedAt: string | null;
|
3422
3422
|
userId: string | null;
|
3423
3423
|
sipServerUrl: string;
|
3424
3424
|
sipUserName: string;
|
@@ -3427,9 +3427,9 @@ export declare const messengerContract: {
|
|
3427
3427
|
telephonySignature: string | null;
|
3428
3428
|
}, {
|
3429
3429
|
id: string;
|
3430
|
-
createdAt:
|
3431
|
-
updatedAt:
|
3432
|
-
deletedAt:
|
3430
|
+
createdAt: string;
|
3431
|
+
updatedAt: string;
|
3432
|
+
deletedAt: string | null;
|
3433
3433
|
userId: string | null;
|
3434
3434
|
sipServerUrl: string;
|
3435
3435
|
sipUserName: string;
|
@@ -3442,36 +3442,36 @@ export declare const messengerContract: {
|
|
3442
3442
|
address: string | null;
|
3443
3443
|
name: string;
|
3444
3444
|
email: string;
|
3445
|
-
createdAt:
|
3446
|
-
updatedAt:
|
3447
|
-
deletedAt:
|
3448
|
-
emailVerifiedAt:
|
3445
|
+
createdAt: string;
|
3446
|
+
updatedAt: string;
|
3447
|
+
deletedAt: string | null;
|
3448
|
+
emailVerifiedAt: string | null;
|
3449
3449
|
password: string;
|
3450
3450
|
phone: string | null;
|
3451
3451
|
notificationCount: number | null;
|
3452
3452
|
roles: {
|
3453
3453
|
id: string;
|
3454
3454
|
description: string | null;
|
3455
|
-
createdAt:
|
3456
|
-
updatedAt:
|
3457
|
-
deletedAt:
|
3455
|
+
createdAt: string;
|
3456
|
+
updatedAt: string;
|
3457
|
+
deletedAt: string | null;
|
3458
3458
|
systemName: string;
|
3459
3459
|
displayName: string;
|
3460
3460
|
permissions: {
|
3461
3461
|
id: string;
|
3462
3462
|
description: string | null;
|
3463
|
-
createdAt:
|
3464
|
-
updatedAt:
|
3465
|
-
deletedAt:
|
3463
|
+
createdAt: string;
|
3464
|
+
updatedAt: string;
|
3465
|
+
deletedAt: string | null;
|
3466
3466
|
systemName: string;
|
3467
3467
|
displayName: string;
|
3468
3468
|
}[];
|
3469
3469
|
}[];
|
3470
3470
|
extension?: {
|
3471
3471
|
id: string;
|
3472
|
-
createdAt:
|
3473
|
-
updatedAt:
|
3474
|
-
deletedAt:
|
3472
|
+
createdAt: string;
|
3473
|
+
updatedAt: string;
|
3474
|
+
deletedAt: string | null;
|
3475
3475
|
userId: string | null;
|
3476
3476
|
sipServerUrl: string;
|
3477
3477
|
sipUserName: string;
|
@@ -3484,36 +3484,36 @@ export declare const messengerContract: {
|
|
3484
3484
|
address: string | null;
|
3485
3485
|
name: string;
|
3486
3486
|
email: string;
|
3487
|
-
createdAt:
|
3488
|
-
updatedAt:
|
3489
|
-
deletedAt:
|
3490
|
-
emailVerifiedAt:
|
3487
|
+
createdAt: string;
|
3488
|
+
updatedAt: string;
|
3489
|
+
deletedAt: string | null;
|
3490
|
+
emailVerifiedAt: string | null;
|
3491
3491
|
password: string;
|
3492
3492
|
phone: string | null;
|
3493
3493
|
notificationCount: number | null;
|
3494
3494
|
roles: {
|
3495
3495
|
id: string;
|
3496
3496
|
description: string | null;
|
3497
|
-
createdAt:
|
3498
|
-
updatedAt:
|
3499
|
-
deletedAt:
|
3497
|
+
createdAt: string;
|
3498
|
+
updatedAt: string;
|
3499
|
+
deletedAt: string | null;
|
3500
3500
|
systemName: string;
|
3501
3501
|
displayName: string;
|
3502
3502
|
permissions: {
|
3503
3503
|
id: string;
|
3504
3504
|
description: string | null;
|
3505
|
-
createdAt:
|
3506
|
-
updatedAt:
|
3507
|
-
deletedAt:
|
3505
|
+
createdAt: string;
|
3506
|
+
updatedAt: string;
|
3507
|
+
deletedAt: string | null;
|
3508
3508
|
systemName: string;
|
3509
3509
|
displayName: string;
|
3510
3510
|
}[];
|
3511
3511
|
}[];
|
3512
3512
|
extension?: {
|
3513
3513
|
id: string;
|
3514
|
-
createdAt:
|
3515
|
-
updatedAt:
|
3516
|
-
deletedAt:
|
3514
|
+
createdAt: string;
|
3515
|
+
updatedAt: string;
|
3516
|
+
deletedAt: string | null;
|
3517
3517
|
userId: string | null;
|
3518
3518
|
sipServerUrl: string;
|
3519
3519
|
sipUserName: string;
|
@@ -3524,89 +3524,89 @@ export declare const messengerContract: {
|
|
3524
3524
|
}>;
|
3525
3525
|
sender: z.ZodObject<{
|
3526
3526
|
id: z.ZodString;
|
3527
|
-
createdAt: z.
|
3528
|
-
updatedAt: z.
|
3529
|
-
deletedAt: z.ZodNullable<z.
|
3527
|
+
createdAt: z.ZodString;
|
3528
|
+
updatedAt: z.ZodString;
|
3529
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
3530
3530
|
name: z.ZodString;
|
3531
3531
|
email: z.ZodString;
|
3532
|
-
emailVerifiedAt: z.ZodNullable<z.
|
3532
|
+
emailVerifiedAt: z.ZodNullable<z.ZodString>;
|
3533
3533
|
password: z.ZodString;
|
3534
3534
|
address: z.ZodNullable<z.ZodString>;
|
3535
3535
|
phone: z.ZodNullable<z.ZodString>;
|
3536
3536
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
3537
3537
|
roles: z.ZodArray<z.ZodObject<{
|
3538
3538
|
id: z.ZodString;
|
3539
|
-
createdAt: z.
|
3540
|
-
updatedAt: z.
|
3541
|
-
deletedAt: z.ZodNullable<z.
|
3539
|
+
createdAt: z.ZodString;
|
3540
|
+
updatedAt: z.ZodString;
|
3541
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
3542
3542
|
systemName: z.ZodString;
|
3543
3543
|
displayName: z.ZodString;
|
3544
3544
|
description: z.ZodNullable<z.ZodString>;
|
3545
3545
|
permissions: z.ZodArray<z.ZodObject<{
|
3546
3546
|
id: z.ZodString;
|
3547
|
-
createdAt: z.
|
3548
|
-
updatedAt: z.
|
3549
|
-
deletedAt: z.ZodNullable<z.
|
3547
|
+
createdAt: z.ZodString;
|
3548
|
+
updatedAt: z.ZodString;
|
3549
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
3550
3550
|
systemName: z.ZodString;
|
3551
3551
|
displayName: z.ZodString;
|
3552
3552
|
description: z.ZodNullable<z.ZodString>;
|
3553
3553
|
}, "strip", z.ZodTypeAny, {
|
3554
3554
|
id: string;
|
3555
3555
|
description: string | null;
|
3556
|
-
createdAt:
|
3557
|
-
updatedAt:
|
3558
|
-
deletedAt:
|
3556
|
+
createdAt: string;
|
3557
|
+
updatedAt: string;
|
3558
|
+
deletedAt: string | null;
|
3559
3559
|
systemName: string;
|
3560
3560
|
displayName: string;
|
3561
3561
|
}, {
|
3562
3562
|
id: string;
|
3563
3563
|
description: string | null;
|
3564
|
-
createdAt:
|
3565
|
-
updatedAt:
|
3566
|
-
deletedAt:
|
3564
|
+
createdAt: string;
|
3565
|
+
updatedAt: string;
|
3566
|
+
deletedAt: string | null;
|
3567
3567
|
systemName: string;
|
3568
3568
|
displayName: string;
|
3569
3569
|
}>, "many">;
|
3570
3570
|
}, "strip", z.ZodTypeAny, {
|
3571
3571
|
id: string;
|
3572
3572
|
description: string | null;
|
3573
|
-
createdAt:
|
3574
|
-
updatedAt:
|
3575
|
-
deletedAt:
|
3573
|
+
createdAt: string;
|
3574
|
+
updatedAt: string;
|
3575
|
+
deletedAt: string | null;
|
3576
3576
|
systemName: string;
|
3577
3577
|
displayName: string;
|
3578
3578
|
permissions: {
|
3579
3579
|
id: string;
|
3580
3580
|
description: string | null;
|
3581
|
-
createdAt:
|
3582
|
-
updatedAt:
|
3583
|
-
deletedAt:
|
3581
|
+
createdAt: string;
|
3582
|
+
updatedAt: string;
|
3583
|
+
deletedAt: string | null;
|
3584
3584
|
systemName: string;
|
3585
3585
|
displayName: string;
|
3586
3586
|
}[];
|
3587
3587
|
}, {
|
3588
3588
|
id: string;
|
3589
3589
|
description: string | null;
|
3590
|
-
createdAt:
|
3591
|
-
updatedAt:
|
3592
|
-
deletedAt:
|
3590
|
+
createdAt: string;
|
3591
|
+
updatedAt: string;
|
3592
|
+
deletedAt: string | null;
|
3593
3593
|
systemName: string;
|
3594
3594
|
displayName: string;
|
3595
3595
|
permissions: {
|
3596
3596
|
id: string;
|
3597
3597
|
description: string | null;
|
3598
|
-
createdAt:
|
3599
|
-
updatedAt:
|
3600
|
-
deletedAt:
|
3598
|
+
createdAt: string;
|
3599
|
+
updatedAt: string;
|
3600
|
+
deletedAt: string | null;
|
3601
3601
|
systemName: string;
|
3602
3602
|
displayName: string;
|
3603
3603
|
}[];
|
3604
3604
|
}>, "many">;
|
3605
3605
|
extension: z.ZodOptional<z.ZodObject<{
|
3606
3606
|
id: z.ZodString;
|
3607
|
-
createdAt: z.
|
3608
|
-
updatedAt: z.
|
3609
|
-
deletedAt: z.ZodNullable<z.
|
3607
|
+
createdAt: z.ZodString;
|
3608
|
+
updatedAt: z.ZodString;
|
3609
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
3610
3610
|
userId: z.ZodNullable<z.ZodString>;
|
3611
3611
|
sipServerUrl: z.ZodString;
|
3612
3612
|
sipUserName: z.ZodString;
|
@@ -3615,9 +3615,9 @@ export declare const messengerContract: {
|
|
3615
3615
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
3616
3616
|
}, "strip", z.ZodTypeAny, {
|
3617
3617
|
id: string;
|
3618
|
-
createdAt:
|
3619
|
-
updatedAt:
|
3620
|
-
deletedAt:
|
3618
|
+
createdAt: string;
|
3619
|
+
updatedAt: string;
|
3620
|
+
deletedAt: string | null;
|
3621
3621
|
userId: string | null;
|
3622
3622
|
sipServerUrl: string;
|
3623
3623
|
sipUserName: string;
|
@@ -3626,9 +3626,9 @@ export declare const messengerContract: {
|
|
3626
3626
|
telephonySignature: string | null;
|
3627
3627
|
}, {
|
3628
3628
|
id: string;
|
3629
|
-
createdAt:
|
3630
|
-
updatedAt:
|
3631
|
-
deletedAt:
|
3629
|
+
createdAt: string;
|
3630
|
+
updatedAt: string;
|
3631
|
+
deletedAt: string | null;
|
3632
3632
|
userId: string | null;
|
3633
3633
|
sipServerUrl: string;
|
3634
3634
|
sipUserName: string;
|
@@ -3641,36 +3641,36 @@ export declare const messengerContract: {
|
|
3641
3641
|
address: string | null;
|
3642
3642
|
name: string;
|
3643
3643
|
email: string;
|
3644
|
-
createdAt:
|
3645
|
-
updatedAt:
|
3646
|
-
deletedAt:
|
3647
|
-
emailVerifiedAt:
|
3644
|
+
createdAt: string;
|
3645
|
+
updatedAt: string;
|
3646
|
+
deletedAt: string | null;
|
3647
|
+
emailVerifiedAt: string | null;
|
3648
3648
|
password: string;
|
3649
3649
|
phone: string | null;
|
3650
3650
|
notificationCount: number | null;
|
3651
3651
|
roles: {
|
3652
3652
|
id: string;
|
3653
3653
|
description: string | null;
|
3654
|
-
createdAt:
|
3655
|
-
updatedAt:
|
3656
|
-
deletedAt:
|
3654
|
+
createdAt: string;
|
3655
|
+
updatedAt: string;
|
3656
|
+
deletedAt: string | null;
|
3657
3657
|
systemName: string;
|
3658
3658
|
displayName: string;
|
3659
3659
|
permissions: {
|
3660
3660
|
id: string;
|
3661
3661
|
description: string | null;
|
3662
|
-
createdAt:
|
3663
|
-
updatedAt:
|
3664
|
-
deletedAt:
|
3662
|
+
createdAt: string;
|
3663
|
+
updatedAt: string;
|
3664
|
+
deletedAt: string | null;
|
3665
3665
|
systemName: string;
|
3666
3666
|
displayName: string;
|
3667
3667
|
}[];
|
3668
3668
|
}[];
|
3669
3669
|
extension?: {
|
3670
3670
|
id: string;
|
3671
|
-
createdAt:
|
3672
|
-
updatedAt:
|
3673
|
-
deletedAt:
|
3671
|
+
createdAt: string;
|
3672
|
+
updatedAt: string;
|
3673
|
+
deletedAt: string | null;
|
3674
3674
|
userId: string | null;
|
3675
3675
|
sipServerUrl: string;
|
3676
3676
|
sipUserName: string;
|
@@ -3683,36 +3683,36 @@ export declare const messengerContract: {
|
|
3683
3683
|
address: string | null;
|
3684
3684
|
name: string;
|
3685
3685
|
email: string;
|
3686
|
-
createdAt:
|
3687
|
-
updatedAt:
|
3688
|
-
deletedAt:
|
3689
|
-
emailVerifiedAt:
|
3686
|
+
createdAt: string;
|
3687
|
+
updatedAt: string;
|
3688
|
+
deletedAt: string | null;
|
3689
|
+
emailVerifiedAt: string | null;
|
3690
3690
|
password: string;
|
3691
3691
|
phone: string | null;
|
3692
3692
|
notificationCount: number | null;
|
3693
3693
|
roles: {
|
3694
3694
|
id: string;
|
3695
3695
|
description: string | null;
|
3696
|
-
createdAt:
|
3697
|
-
updatedAt:
|
3698
|
-
deletedAt:
|
3696
|
+
createdAt: string;
|
3697
|
+
updatedAt: string;
|
3698
|
+
deletedAt: string | null;
|
3699
3699
|
systemName: string;
|
3700
3700
|
displayName: string;
|
3701
3701
|
permissions: {
|
3702
3702
|
id: string;
|
3703
3703
|
description: string | null;
|
3704
|
-
createdAt:
|
3705
|
-
updatedAt:
|
3706
|
-
deletedAt:
|
3704
|
+
createdAt: string;
|
3705
|
+
updatedAt: string;
|
3706
|
+
deletedAt: string | null;
|
3707
3707
|
systemName: string;
|
3708
3708
|
displayName: string;
|
3709
3709
|
}[];
|
3710
3710
|
}[];
|
3711
3711
|
extension?: {
|
3712
3712
|
id: string;
|
3713
|
-
createdAt:
|
3714
|
-
updatedAt:
|
3715
|
-
deletedAt:
|
3713
|
+
createdAt: string;
|
3714
|
+
updatedAt: string;
|
3715
|
+
deletedAt: string | null;
|
3716
3716
|
userId: string | null;
|
3717
3717
|
sipServerUrl: string;
|
3718
3718
|
sipUserName: string;
|
@@ -3736,36 +3736,36 @@ export declare const messengerContract: {
|
|
3736
3736
|
address: string | null;
|
3737
3737
|
name: string;
|
3738
3738
|
email: string;
|
3739
|
-
createdAt:
|
3740
|
-
updatedAt:
|
3741
|
-
deletedAt:
|
3742
|
-
emailVerifiedAt:
|
3739
|
+
createdAt: string;
|
3740
|
+
updatedAt: string;
|
3741
|
+
deletedAt: string | null;
|
3742
|
+
emailVerifiedAt: string | null;
|
3743
3743
|
password: string;
|
3744
3744
|
phone: string | null;
|
3745
3745
|
notificationCount: number | null;
|
3746
3746
|
roles: {
|
3747
3747
|
id: string;
|
3748
3748
|
description: string | null;
|
3749
|
-
createdAt:
|
3750
|
-
updatedAt:
|
3751
|
-
deletedAt:
|
3749
|
+
createdAt: string;
|
3750
|
+
updatedAt: string;
|
3751
|
+
deletedAt: string | null;
|
3752
3752
|
systemName: string;
|
3753
3753
|
displayName: string;
|
3754
3754
|
permissions: {
|
3755
3755
|
id: string;
|
3756
3756
|
description: string | null;
|
3757
|
-
createdAt:
|
3758
|
-
updatedAt:
|
3759
|
-
deletedAt:
|
3757
|
+
createdAt: string;
|
3758
|
+
updatedAt: string;
|
3759
|
+
deletedAt: string | null;
|
3760
3760
|
systemName: string;
|
3761
3761
|
displayName: string;
|
3762
3762
|
}[];
|
3763
3763
|
}[];
|
3764
3764
|
extension?: {
|
3765
3765
|
id: string;
|
3766
|
-
createdAt:
|
3767
|
-
updatedAt:
|
3768
|
-
deletedAt:
|
3766
|
+
createdAt: string;
|
3767
|
+
updatedAt: string;
|
3768
|
+
deletedAt: string | null;
|
3769
3769
|
userId: string | null;
|
3770
3770
|
sipServerUrl: string;
|
3771
3771
|
sipUserName: string;
|
@@ -3789,36 +3789,36 @@ export declare const messengerContract: {
|
|
3789
3789
|
address: string | null;
|
3790
3790
|
name: string;
|
3791
3791
|
email: string;
|
3792
|
-
createdAt:
|
3793
|
-
updatedAt:
|
3794
|
-
deletedAt:
|
3795
|
-
emailVerifiedAt:
|
3792
|
+
createdAt: string;
|
3793
|
+
updatedAt: string;
|
3794
|
+
deletedAt: string | null;
|
3795
|
+
emailVerifiedAt: string | null;
|
3796
3796
|
password: string;
|
3797
3797
|
phone: string | null;
|
3798
3798
|
notificationCount: number | null;
|
3799
3799
|
roles: {
|
3800
3800
|
id: string;
|
3801
3801
|
description: string | null;
|
3802
|
-
createdAt:
|
3803
|
-
updatedAt:
|
3804
|
-
deletedAt:
|
3802
|
+
createdAt: string;
|
3803
|
+
updatedAt: string;
|
3804
|
+
deletedAt: string | null;
|
3805
3805
|
systemName: string;
|
3806
3806
|
displayName: string;
|
3807
3807
|
permissions: {
|
3808
3808
|
id: string;
|
3809
3809
|
description: string | null;
|
3810
|
-
createdAt:
|
3811
|
-
updatedAt:
|
3812
|
-
deletedAt:
|
3810
|
+
createdAt: string;
|
3811
|
+
updatedAt: string;
|
3812
|
+
deletedAt: string | null;
|
3813
3813
|
systemName: string;
|
3814
3814
|
displayName: string;
|
3815
3815
|
}[];
|
3816
3816
|
}[];
|
3817
3817
|
extension?: {
|
3818
3818
|
id: string;
|
3819
|
-
createdAt:
|
3820
|
-
updatedAt:
|
3821
|
-
deletedAt:
|
3819
|
+
createdAt: string;
|
3820
|
+
updatedAt: string;
|
3821
|
+
deletedAt: string | null;
|
3822
3822
|
userId: string | null;
|
3823
3823
|
sipServerUrl: string;
|
3824
3824
|
sipUserName: string;
|
@@ -3838,36 +3838,36 @@ export declare const messengerContract: {
|
|
3838
3838
|
address: string | null;
|
3839
3839
|
name: string;
|
3840
3840
|
email: string;
|
3841
|
-
createdAt:
|
3842
|
-
updatedAt:
|
3843
|
-
deletedAt:
|
3844
|
-
emailVerifiedAt:
|
3841
|
+
createdAt: string;
|
3842
|
+
updatedAt: string;
|
3843
|
+
deletedAt: string | null;
|
3844
|
+
emailVerifiedAt: string | null;
|
3845
3845
|
password: string;
|
3846
3846
|
phone: string | null;
|
3847
3847
|
notificationCount: number | null;
|
3848
3848
|
roles: {
|
3849
3849
|
id: string;
|
3850
3850
|
description: string | null;
|
3851
|
-
createdAt:
|
3852
|
-
updatedAt:
|
3853
|
-
deletedAt:
|
3851
|
+
createdAt: string;
|
3852
|
+
updatedAt: string;
|
3853
|
+
deletedAt: string | null;
|
3854
3854
|
systemName: string;
|
3855
3855
|
displayName: string;
|
3856
3856
|
permissions: {
|
3857
3857
|
id: string;
|
3858
3858
|
description: string | null;
|
3859
|
-
createdAt:
|
3860
|
-
updatedAt:
|
3861
|
-
deletedAt:
|
3859
|
+
createdAt: string;
|
3860
|
+
updatedAt: string;
|
3861
|
+
deletedAt: string | null;
|
3862
3862
|
systemName: string;
|
3863
3863
|
displayName: string;
|
3864
3864
|
}[];
|
3865
3865
|
}[];
|
3866
3866
|
extension?: {
|
3867
3867
|
id: string;
|
3868
|
-
createdAt:
|
3869
|
-
updatedAt:
|
3870
|
-
deletedAt:
|
3868
|
+
createdAt: string;
|
3869
|
+
updatedAt: string;
|
3870
|
+
deletedAt: string | null;
|
3871
3871
|
userId: string | null;
|
3872
3872
|
sipServerUrl: string;
|
3873
3873
|
sipUserName: string;
|
@@ -3879,9 +3879,9 @@ export declare const messengerContract: {
|
|
3879
3879
|
firstResponseTime: number;
|
3880
3880
|
lastMessage: string;
|
3881
3881
|
handleTime: number;
|
3882
|
-
closeAt:
|
3882
|
+
closeAt: string;
|
3883
3883
|
unreadCount: number;
|
3884
|
-
firstResponseAt:
|
3884
|
+
firstResponseAt: string;
|
3885
3885
|
isLatest: boolean;
|
3886
3886
|
platformContact: {
|
3887
3887
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
@@ -3900,14 +3900,14 @@ export declare const messengerContract: {
|
|
3900
3900
|
channel: string | null;
|
3901
3901
|
address: string | null;
|
3902
3902
|
name: string;
|
3903
|
-
createdAt:
|
3904
|
-
updatedAt:
|
3905
|
-
deletedAt:
|
3903
|
+
createdAt: string;
|
3904
|
+
updatedAt: string;
|
3905
|
+
deletedAt: string | null;
|
3906
3906
|
customFields: {
|
3907
3907
|
id: string;
|
3908
|
-
createdAt:
|
3909
|
-
updatedAt:
|
3910
|
-
deletedAt:
|
3908
|
+
createdAt: string;
|
3909
|
+
updatedAt: string;
|
3910
|
+
deletedAt: string | null;
|
3911
3911
|
attribute: {
|
3912
3912
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
3913
3913
|
id: string;
|
@@ -3925,7 +3925,7 @@ export declare const messengerContract: {
|
|
3925
3925
|
textValue: string | null;
|
3926
3926
|
booleanValue: boolean | null;
|
3927
3927
|
numberValue: number | null;
|
3928
|
-
dateValue:
|
3928
|
+
dateValue: string | null;
|
3929
3929
|
uploads: {
|
3930
3930
|
id: string;
|
3931
3931
|
createdAt: string;
|
@@ -3968,31 +3968,31 @@ export declare const messengerContract: {
|
|
3968
3968
|
id: string;
|
3969
3969
|
isPrimary: boolean;
|
3970
3970
|
email: string;
|
3971
|
-
createdAt:
|
3972
|
-
updatedAt:
|
3973
|
-
deletedAt:
|
3971
|
+
createdAt: string;
|
3972
|
+
updatedAt: string;
|
3973
|
+
deletedAt: string | null;
|
3974
3974
|
}[];
|
3975
3975
|
contactPhones: {
|
3976
3976
|
id: string;
|
3977
3977
|
isPrimary: boolean;
|
3978
|
-
createdAt:
|
3979
|
-
updatedAt:
|
3980
|
-
deletedAt:
|
3978
|
+
createdAt: string;
|
3979
|
+
updatedAt: string;
|
3980
|
+
deletedAt: string | null;
|
3981
3981
|
phone: string;
|
3982
3982
|
}[];
|
3983
3983
|
activityLogs?: {
|
3984
3984
|
id: string;
|
3985
3985
|
description: string;
|
3986
|
-
createdAt:
|
3987
|
-
updatedAt:
|
3988
|
-
deletedAt:
|
3986
|
+
createdAt: string;
|
3987
|
+
updatedAt: string;
|
3988
|
+
deletedAt: string | null;
|
3989
3989
|
entityId: string;
|
3990
3990
|
entityType: {
|
3991
3991
|
id: string;
|
3992
3992
|
description: string | null;
|
3993
|
-
createdAt:
|
3994
|
-
updatedAt:
|
3995
|
-
deletedAt:
|
3993
|
+
createdAt: string;
|
3994
|
+
updatedAt: string;
|
3995
|
+
deletedAt: string | null;
|
3996
3996
|
entity: string;
|
3997
3997
|
};
|
3998
3998
|
}[] | undefined;
|
@@ -4005,36 +4005,36 @@ export declare const messengerContract: {
|
|
4005
4005
|
address: string | null;
|
4006
4006
|
name: string;
|
4007
4007
|
email: string;
|
4008
|
-
createdAt:
|
4009
|
-
updatedAt:
|
4010
|
-
deletedAt:
|
4011
|
-
emailVerifiedAt:
|
4008
|
+
createdAt: string;
|
4009
|
+
updatedAt: string;
|
4010
|
+
deletedAt: string | null;
|
4011
|
+
emailVerifiedAt: string | null;
|
4012
4012
|
password: string;
|
4013
4013
|
phone: string | null;
|
4014
4014
|
notificationCount: number | null;
|
4015
4015
|
roles: {
|
4016
4016
|
id: string;
|
4017
4017
|
description: string | null;
|
4018
|
-
createdAt:
|
4019
|
-
updatedAt:
|
4020
|
-
deletedAt:
|
4018
|
+
createdAt: string;
|
4019
|
+
updatedAt: string;
|
4020
|
+
deletedAt: string | null;
|
4021
4021
|
systemName: string;
|
4022
4022
|
displayName: string;
|
4023
4023
|
permissions: {
|
4024
4024
|
id: string;
|
4025
4025
|
description: string | null;
|
4026
|
-
createdAt:
|
4027
|
-
updatedAt:
|
4028
|
-
deletedAt:
|
4026
|
+
createdAt: string;
|
4027
|
+
updatedAt: string;
|
4028
|
+
deletedAt: string | null;
|
4029
4029
|
systemName: string;
|
4030
4030
|
displayName: string;
|
4031
4031
|
}[];
|
4032
4032
|
}[];
|
4033
4033
|
extension?: {
|
4034
4034
|
id: string;
|
4035
|
-
createdAt:
|
4036
|
-
updatedAt:
|
4037
|
-
deletedAt:
|
4035
|
+
createdAt: string;
|
4036
|
+
updatedAt: string;
|
4037
|
+
deletedAt: string | null;
|
4038
4038
|
userId: string | null;
|
4039
4039
|
sipServerUrl: string;
|
4040
4040
|
sipUserName: string;
|
@@ -4057,7 +4057,7 @@ export declare const messengerContract: {
|
|
4057
4057
|
entityName: string;
|
4058
4058
|
queueId: string | null;
|
4059
4059
|
agentId: string | null;
|
4060
|
-
startedDate:
|
4060
|
+
startedDate: string | null;
|
4061
4061
|
handledTime: number | null;
|
4062
4062
|
firstResponseTime: number | null;
|
4063
4063
|
wrapUpForm: {
|
@@ -4102,36 +4102,36 @@ export declare const messengerContract: {
|
|
4102
4102
|
address: string | null;
|
4103
4103
|
name: string;
|
4104
4104
|
email: string;
|
4105
|
-
createdAt:
|
4106
|
-
updatedAt:
|
4107
|
-
deletedAt:
|
4108
|
-
emailVerifiedAt:
|
4105
|
+
createdAt: string;
|
4106
|
+
updatedAt: string;
|
4107
|
+
deletedAt: string | null;
|
4108
|
+
emailVerifiedAt: string | null;
|
4109
4109
|
password: string;
|
4110
4110
|
phone: string | null;
|
4111
4111
|
notificationCount: number | null;
|
4112
4112
|
roles: {
|
4113
4113
|
id: string;
|
4114
4114
|
description: string | null;
|
4115
|
-
createdAt:
|
4116
|
-
updatedAt:
|
4117
|
-
deletedAt:
|
4115
|
+
createdAt: string;
|
4116
|
+
updatedAt: string;
|
4117
|
+
deletedAt: string | null;
|
4118
4118
|
systemName: string;
|
4119
4119
|
displayName: string;
|
4120
4120
|
permissions: {
|
4121
4121
|
id: string;
|
4122
4122
|
description: string | null;
|
4123
|
-
createdAt:
|
4124
|
-
updatedAt:
|
4125
|
-
deletedAt:
|
4123
|
+
createdAt: string;
|
4124
|
+
updatedAt: string;
|
4125
|
+
deletedAt: string | null;
|
4126
4126
|
systemName: string;
|
4127
4127
|
displayName: string;
|
4128
4128
|
}[];
|
4129
4129
|
}[];
|
4130
4130
|
extension?: {
|
4131
4131
|
id: string;
|
4132
|
-
createdAt:
|
4133
|
-
updatedAt:
|
4134
|
-
deletedAt:
|
4132
|
+
createdAt: string;
|
4133
|
+
updatedAt: string;
|
4134
|
+
deletedAt: string | null;
|
4135
4135
|
userId: string | null;
|
4136
4136
|
sipServerUrl: string;
|
4137
4137
|
sipUserName: string;
|
@@ -4142,7 +4142,7 @@ export declare const messengerContract: {
|
|
4142
4142
|
} | undefined;
|
4143
4143
|
} | undefined;
|
4144
4144
|
};
|
4145
|
-
readAt:
|
4145
|
+
readAt: string;
|
4146
4146
|
platformMessageId: string;
|
4147
4147
|
replyPlatformMessageId: string;
|
4148
4148
|
locale: "" | "th" | "mm" | "en";
|
@@ -4153,36 +4153,36 @@ export declare const messengerContract: {
|
|
4153
4153
|
address: string | null;
|
4154
4154
|
name: string;
|
4155
4155
|
email: string;
|
4156
|
-
createdAt:
|
4157
|
-
updatedAt:
|
4158
|
-
deletedAt:
|
4159
|
-
emailVerifiedAt:
|
4156
|
+
createdAt: string;
|
4157
|
+
updatedAt: string;
|
4158
|
+
deletedAt: string | null;
|
4159
|
+
emailVerifiedAt: string | null;
|
4160
4160
|
password: string;
|
4161
4161
|
phone: string | null;
|
4162
4162
|
notificationCount: number | null;
|
4163
4163
|
roles: {
|
4164
4164
|
id: string;
|
4165
4165
|
description: string | null;
|
4166
|
-
createdAt:
|
4167
|
-
updatedAt:
|
4168
|
-
deletedAt:
|
4166
|
+
createdAt: string;
|
4167
|
+
updatedAt: string;
|
4168
|
+
deletedAt: string | null;
|
4169
4169
|
systemName: string;
|
4170
4170
|
displayName: string;
|
4171
4171
|
permissions: {
|
4172
4172
|
id: string;
|
4173
4173
|
description: string | null;
|
4174
|
-
createdAt:
|
4175
|
-
updatedAt:
|
4176
|
-
deletedAt:
|
4174
|
+
createdAt: string;
|
4175
|
+
updatedAt: string;
|
4176
|
+
deletedAt: string | null;
|
4177
4177
|
systemName: string;
|
4178
4178
|
displayName: string;
|
4179
4179
|
}[];
|
4180
4180
|
}[];
|
4181
4181
|
extension?: {
|
4182
4182
|
id: string;
|
4183
|
-
createdAt:
|
4184
|
-
updatedAt:
|
4185
|
-
deletedAt:
|
4183
|
+
createdAt: string;
|
4184
|
+
updatedAt: string;
|
4185
|
+
deletedAt: string | null;
|
4186
4186
|
userId: string | null;
|
4187
4187
|
sipServerUrl: string;
|
4188
4188
|
sipUserName: string;
|
@@ -4208,36 +4208,36 @@ export declare const messengerContract: {
|
|
4208
4208
|
address: string | null;
|
4209
4209
|
name: string;
|
4210
4210
|
email: string;
|
4211
|
-
createdAt:
|
4212
|
-
updatedAt:
|
4213
|
-
deletedAt:
|
4214
|
-
emailVerifiedAt:
|
4211
|
+
createdAt: string;
|
4212
|
+
updatedAt: string;
|
4213
|
+
deletedAt: string | null;
|
4214
|
+
emailVerifiedAt: string | null;
|
4215
4215
|
password: string;
|
4216
4216
|
phone: string | null;
|
4217
4217
|
notificationCount: number | null;
|
4218
4218
|
roles: {
|
4219
4219
|
id: string;
|
4220
4220
|
description: string | null;
|
4221
|
-
createdAt:
|
4222
|
-
updatedAt:
|
4223
|
-
deletedAt:
|
4221
|
+
createdAt: string;
|
4222
|
+
updatedAt: string;
|
4223
|
+
deletedAt: string | null;
|
4224
4224
|
systemName: string;
|
4225
4225
|
displayName: string;
|
4226
4226
|
permissions: {
|
4227
4227
|
id: string;
|
4228
4228
|
description: string | null;
|
4229
|
-
createdAt:
|
4230
|
-
updatedAt:
|
4231
|
-
deletedAt:
|
4229
|
+
createdAt: string;
|
4230
|
+
updatedAt: string;
|
4231
|
+
deletedAt: string | null;
|
4232
4232
|
systemName: string;
|
4233
4233
|
displayName: string;
|
4234
4234
|
}[];
|
4235
4235
|
}[];
|
4236
4236
|
extension?: {
|
4237
4237
|
id: string;
|
4238
|
-
createdAt:
|
4239
|
-
updatedAt:
|
4240
|
-
deletedAt:
|
4238
|
+
createdAt: string;
|
4239
|
+
updatedAt: string;
|
4240
|
+
deletedAt: string | null;
|
4241
4241
|
userId: string | null;
|
4242
4242
|
sipServerUrl: string;
|
4243
4243
|
sipUserName: string;
|
@@ -4261,36 +4261,36 @@ export declare const messengerContract: {
|
|
4261
4261
|
address: string | null;
|
4262
4262
|
name: string;
|
4263
4263
|
email: string;
|
4264
|
-
createdAt:
|
4265
|
-
updatedAt:
|
4266
|
-
deletedAt:
|
4267
|
-
emailVerifiedAt:
|
4264
|
+
createdAt: string;
|
4265
|
+
updatedAt: string;
|
4266
|
+
deletedAt: string | null;
|
4267
|
+
emailVerifiedAt: string | null;
|
4268
4268
|
password: string;
|
4269
4269
|
phone: string | null;
|
4270
4270
|
notificationCount: number | null;
|
4271
4271
|
roles: {
|
4272
4272
|
id: string;
|
4273
4273
|
description: string | null;
|
4274
|
-
createdAt:
|
4275
|
-
updatedAt:
|
4276
|
-
deletedAt:
|
4274
|
+
createdAt: string;
|
4275
|
+
updatedAt: string;
|
4276
|
+
deletedAt: string | null;
|
4277
4277
|
systemName: string;
|
4278
4278
|
displayName: string;
|
4279
4279
|
permissions: {
|
4280
4280
|
id: string;
|
4281
4281
|
description: string | null;
|
4282
|
-
createdAt:
|
4283
|
-
updatedAt:
|
4284
|
-
deletedAt:
|
4282
|
+
createdAt: string;
|
4283
|
+
updatedAt: string;
|
4284
|
+
deletedAt: string | null;
|
4285
4285
|
systemName: string;
|
4286
4286
|
displayName: string;
|
4287
4287
|
}[];
|
4288
4288
|
}[];
|
4289
4289
|
extension?: {
|
4290
4290
|
id: string;
|
4291
|
-
createdAt:
|
4292
|
-
updatedAt:
|
4293
|
-
deletedAt:
|
4291
|
+
createdAt: string;
|
4292
|
+
updatedAt: string;
|
4293
|
+
deletedAt: string | null;
|
4294
4294
|
userId: string | null;
|
4295
4295
|
sipServerUrl: string;
|
4296
4296
|
sipUserName: string;
|
@@ -4310,36 +4310,36 @@ export declare const messengerContract: {
|
|
4310
4310
|
address: string | null;
|
4311
4311
|
name: string;
|
4312
4312
|
email: string;
|
4313
|
-
createdAt:
|
4314
|
-
updatedAt:
|
4315
|
-
deletedAt:
|
4316
|
-
emailVerifiedAt:
|
4313
|
+
createdAt: string;
|
4314
|
+
updatedAt: string;
|
4315
|
+
deletedAt: string | null;
|
4316
|
+
emailVerifiedAt: string | null;
|
4317
4317
|
password: string;
|
4318
4318
|
phone: string | null;
|
4319
4319
|
notificationCount: number | null;
|
4320
4320
|
roles: {
|
4321
4321
|
id: string;
|
4322
4322
|
description: string | null;
|
4323
|
-
createdAt:
|
4324
|
-
updatedAt:
|
4325
|
-
deletedAt:
|
4323
|
+
createdAt: string;
|
4324
|
+
updatedAt: string;
|
4325
|
+
deletedAt: string | null;
|
4326
4326
|
systemName: string;
|
4327
4327
|
displayName: string;
|
4328
4328
|
permissions: {
|
4329
4329
|
id: string;
|
4330
4330
|
description: string | null;
|
4331
|
-
createdAt:
|
4332
|
-
updatedAt:
|
4333
|
-
deletedAt:
|
4331
|
+
createdAt: string;
|
4332
|
+
updatedAt: string;
|
4333
|
+
deletedAt: string | null;
|
4334
4334
|
systemName: string;
|
4335
4335
|
displayName: string;
|
4336
4336
|
}[];
|
4337
4337
|
}[];
|
4338
4338
|
extension?: {
|
4339
4339
|
id: string;
|
4340
|
-
createdAt:
|
4341
|
-
updatedAt:
|
4342
|
-
deletedAt:
|
4340
|
+
createdAt: string;
|
4341
|
+
updatedAt: string;
|
4342
|
+
deletedAt: string | null;
|
4343
4343
|
userId: string | null;
|
4344
4344
|
sipServerUrl: string;
|
4345
4345
|
sipUserName: string;
|
@@ -4351,9 +4351,9 @@ export declare const messengerContract: {
|
|
4351
4351
|
firstResponseTime: number;
|
4352
4352
|
lastMessage: string;
|
4353
4353
|
handleTime: number;
|
4354
|
-
closeAt:
|
4354
|
+
closeAt: string;
|
4355
4355
|
unreadCount: number;
|
4356
|
-
firstResponseAt:
|
4356
|
+
firstResponseAt: string;
|
4357
4357
|
isLatest: boolean;
|
4358
4358
|
platformContact: {
|
4359
4359
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
@@ -4372,14 +4372,14 @@ export declare const messengerContract: {
|
|
4372
4372
|
channel: string | null;
|
4373
4373
|
address: string | null;
|
4374
4374
|
name: string;
|
4375
|
-
createdAt:
|
4376
|
-
updatedAt:
|
4377
|
-
deletedAt:
|
4375
|
+
createdAt: string;
|
4376
|
+
updatedAt: string;
|
4377
|
+
deletedAt: string | null;
|
4378
4378
|
customFields: {
|
4379
4379
|
id: string;
|
4380
|
-
createdAt:
|
4381
|
-
updatedAt:
|
4382
|
-
deletedAt:
|
4380
|
+
createdAt: string;
|
4381
|
+
updatedAt: string;
|
4382
|
+
deletedAt: string | null;
|
4383
4383
|
attribute: {
|
4384
4384
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
4385
4385
|
id: string;
|
@@ -4397,7 +4397,7 @@ export declare const messengerContract: {
|
|
4397
4397
|
textValue: string | null;
|
4398
4398
|
booleanValue: boolean | null;
|
4399
4399
|
numberValue: number | null;
|
4400
|
-
dateValue:
|
4400
|
+
dateValue: string | null;
|
4401
4401
|
uploads: {
|
4402
4402
|
id: string;
|
4403
4403
|
createdAt: string;
|
@@ -4440,31 +4440,31 @@ export declare const messengerContract: {
|
|
4440
4440
|
id: string;
|
4441
4441
|
isPrimary: boolean;
|
4442
4442
|
email: string;
|
4443
|
-
createdAt:
|
4444
|
-
updatedAt:
|
4445
|
-
deletedAt:
|
4443
|
+
createdAt: string;
|
4444
|
+
updatedAt: string;
|
4445
|
+
deletedAt: string | null;
|
4446
4446
|
}[];
|
4447
4447
|
contactPhones: {
|
4448
4448
|
id: string;
|
4449
4449
|
isPrimary: boolean;
|
4450
|
-
createdAt:
|
4451
|
-
updatedAt:
|
4452
|
-
deletedAt:
|
4450
|
+
createdAt: string;
|
4451
|
+
updatedAt: string;
|
4452
|
+
deletedAt: string | null;
|
4453
4453
|
phone: string;
|
4454
4454
|
}[];
|
4455
4455
|
activityLogs?: {
|
4456
4456
|
id: string;
|
4457
4457
|
description: string;
|
4458
|
-
createdAt:
|
4459
|
-
updatedAt:
|
4460
|
-
deletedAt:
|
4458
|
+
createdAt: string;
|
4459
|
+
updatedAt: string;
|
4460
|
+
deletedAt: string | null;
|
4461
4461
|
entityId: string;
|
4462
4462
|
entityType: {
|
4463
4463
|
id: string;
|
4464
4464
|
description: string | null;
|
4465
|
-
createdAt:
|
4466
|
-
updatedAt:
|
4467
|
-
deletedAt:
|
4465
|
+
createdAt: string;
|
4466
|
+
updatedAt: string;
|
4467
|
+
deletedAt: string | null;
|
4468
4468
|
entity: string;
|
4469
4469
|
};
|
4470
4470
|
}[] | undefined;
|
@@ -4477,36 +4477,36 @@ export declare const messengerContract: {
|
|
4477
4477
|
address: string | null;
|
4478
4478
|
name: string;
|
4479
4479
|
email: string;
|
4480
|
-
createdAt:
|
4481
|
-
updatedAt:
|
4482
|
-
deletedAt:
|
4483
|
-
emailVerifiedAt:
|
4480
|
+
createdAt: string;
|
4481
|
+
updatedAt: string;
|
4482
|
+
deletedAt: string | null;
|
4483
|
+
emailVerifiedAt: string | null;
|
4484
4484
|
password: string;
|
4485
4485
|
phone: string | null;
|
4486
4486
|
notificationCount: number | null;
|
4487
4487
|
roles: {
|
4488
4488
|
id: string;
|
4489
4489
|
description: string | null;
|
4490
|
-
createdAt:
|
4491
|
-
updatedAt:
|
4492
|
-
deletedAt:
|
4490
|
+
createdAt: string;
|
4491
|
+
updatedAt: string;
|
4492
|
+
deletedAt: string | null;
|
4493
4493
|
systemName: string;
|
4494
4494
|
displayName: string;
|
4495
4495
|
permissions: {
|
4496
4496
|
id: string;
|
4497
4497
|
description: string | null;
|
4498
|
-
createdAt:
|
4499
|
-
updatedAt:
|
4500
|
-
deletedAt:
|
4498
|
+
createdAt: string;
|
4499
|
+
updatedAt: string;
|
4500
|
+
deletedAt: string | null;
|
4501
4501
|
systemName: string;
|
4502
4502
|
displayName: string;
|
4503
4503
|
}[];
|
4504
4504
|
}[];
|
4505
4505
|
extension?: {
|
4506
4506
|
id: string;
|
4507
|
-
createdAt:
|
4508
|
-
updatedAt:
|
4509
|
-
deletedAt:
|
4507
|
+
createdAt: string;
|
4508
|
+
updatedAt: string;
|
4509
|
+
deletedAt: string | null;
|
4510
4510
|
userId: string | null;
|
4511
4511
|
sipServerUrl: string;
|
4512
4512
|
sipUserName: string;
|
@@ -4529,7 +4529,7 @@ export declare const messengerContract: {
|
|
4529
4529
|
entityName: string;
|
4530
4530
|
queueId: string | null;
|
4531
4531
|
agentId: string | null;
|
4532
|
-
startedDate:
|
4532
|
+
startedDate: string | null;
|
4533
4533
|
handledTime: number | null;
|
4534
4534
|
firstResponseTime: number | null;
|
4535
4535
|
wrapUpForm: {
|
@@ -4574,36 +4574,36 @@ export declare const messengerContract: {
|
|
4574
4574
|
address: string | null;
|
4575
4575
|
name: string;
|
4576
4576
|
email: string;
|
4577
|
-
createdAt:
|
4578
|
-
updatedAt:
|
4579
|
-
deletedAt:
|
4580
|
-
emailVerifiedAt:
|
4577
|
+
createdAt: string;
|
4578
|
+
updatedAt: string;
|
4579
|
+
deletedAt: string | null;
|
4580
|
+
emailVerifiedAt: string | null;
|
4581
4581
|
password: string;
|
4582
4582
|
phone: string | null;
|
4583
4583
|
notificationCount: number | null;
|
4584
4584
|
roles: {
|
4585
4585
|
id: string;
|
4586
4586
|
description: string | null;
|
4587
|
-
createdAt:
|
4588
|
-
updatedAt:
|
4589
|
-
deletedAt:
|
4587
|
+
createdAt: string;
|
4588
|
+
updatedAt: string;
|
4589
|
+
deletedAt: string | null;
|
4590
4590
|
systemName: string;
|
4591
4591
|
displayName: string;
|
4592
4592
|
permissions: {
|
4593
4593
|
id: string;
|
4594
4594
|
description: string | null;
|
4595
|
-
createdAt:
|
4596
|
-
updatedAt:
|
4597
|
-
deletedAt:
|
4595
|
+
createdAt: string;
|
4596
|
+
updatedAt: string;
|
4597
|
+
deletedAt: string | null;
|
4598
4598
|
systemName: string;
|
4599
4599
|
displayName: string;
|
4600
4600
|
}[];
|
4601
4601
|
}[];
|
4602
4602
|
extension?: {
|
4603
4603
|
id: string;
|
4604
|
-
createdAt:
|
4605
|
-
updatedAt:
|
4606
|
-
deletedAt:
|
4604
|
+
createdAt: string;
|
4605
|
+
updatedAt: string;
|
4606
|
+
deletedAt: string | null;
|
4607
4607
|
userId: string | null;
|
4608
4608
|
sipServerUrl: string;
|
4609
4609
|
sipUserName: string;
|
@@ -4614,7 +4614,7 @@ export declare const messengerContract: {
|
|
4614
4614
|
} | undefined;
|
4615
4615
|
} | undefined;
|
4616
4616
|
};
|
4617
|
-
readAt:
|
4617
|
+
readAt: string;
|
4618
4618
|
platformMessageId: string;
|
4619
4619
|
replyPlatformMessageId: string;
|
4620
4620
|
locale: "" | "th" | "mm" | "en";
|
@@ -4625,36 +4625,36 @@ export declare const messengerContract: {
|
|
4625
4625
|
address: string | null;
|
4626
4626
|
name: string;
|
4627
4627
|
email: string;
|
4628
|
-
createdAt:
|
4629
|
-
updatedAt:
|
4630
|
-
deletedAt:
|
4631
|
-
emailVerifiedAt:
|
4628
|
+
createdAt: string;
|
4629
|
+
updatedAt: string;
|
4630
|
+
deletedAt: string | null;
|
4631
|
+
emailVerifiedAt: string | null;
|
4632
4632
|
password: string;
|
4633
4633
|
phone: string | null;
|
4634
4634
|
notificationCount: number | null;
|
4635
4635
|
roles: {
|
4636
4636
|
id: string;
|
4637
4637
|
description: string | null;
|
4638
|
-
createdAt:
|
4639
|
-
updatedAt:
|
4640
|
-
deletedAt:
|
4638
|
+
createdAt: string;
|
4639
|
+
updatedAt: string;
|
4640
|
+
deletedAt: string | null;
|
4641
4641
|
systemName: string;
|
4642
4642
|
displayName: string;
|
4643
4643
|
permissions: {
|
4644
4644
|
id: string;
|
4645
4645
|
description: string | null;
|
4646
|
-
createdAt:
|
4647
|
-
updatedAt:
|
4648
|
-
deletedAt:
|
4646
|
+
createdAt: string;
|
4647
|
+
updatedAt: string;
|
4648
|
+
deletedAt: string | null;
|
4649
4649
|
systemName: string;
|
4650
4650
|
displayName: string;
|
4651
4651
|
}[];
|
4652
4652
|
}[];
|
4653
4653
|
extension?: {
|
4654
4654
|
id: string;
|
4655
|
-
createdAt:
|
4656
|
-
updatedAt:
|
4657
|
-
deletedAt:
|
4655
|
+
createdAt: string;
|
4656
|
+
updatedAt: string;
|
4657
|
+
deletedAt: string | null;
|
4658
4658
|
userId: string | null;
|
4659
4659
|
sipServerUrl: string;
|
4660
4660
|
sipUserName: string;
|
@@ -4682,36 +4682,36 @@ export declare const messengerContract: {
|
|
4682
4682
|
address: string | null;
|
4683
4683
|
name: string;
|
4684
4684
|
email: string;
|
4685
|
-
createdAt:
|
4686
|
-
updatedAt:
|
4687
|
-
deletedAt:
|
4688
|
-
emailVerifiedAt:
|
4685
|
+
createdAt: string;
|
4686
|
+
updatedAt: string;
|
4687
|
+
deletedAt: string | null;
|
4688
|
+
emailVerifiedAt: string | null;
|
4689
4689
|
password: string;
|
4690
4690
|
phone: string | null;
|
4691
4691
|
notificationCount: number | null;
|
4692
4692
|
roles: {
|
4693
4693
|
id: string;
|
4694
4694
|
description: string | null;
|
4695
|
-
createdAt:
|
4696
|
-
updatedAt:
|
4697
|
-
deletedAt:
|
4695
|
+
createdAt: string;
|
4696
|
+
updatedAt: string;
|
4697
|
+
deletedAt: string | null;
|
4698
4698
|
systemName: string;
|
4699
4699
|
displayName: string;
|
4700
4700
|
permissions: {
|
4701
4701
|
id: string;
|
4702
4702
|
description: string | null;
|
4703
|
-
createdAt:
|
4704
|
-
updatedAt:
|
4705
|
-
deletedAt:
|
4703
|
+
createdAt: string;
|
4704
|
+
updatedAt: string;
|
4705
|
+
deletedAt: string | null;
|
4706
4706
|
systemName: string;
|
4707
4707
|
displayName: string;
|
4708
4708
|
}[];
|
4709
4709
|
}[];
|
4710
4710
|
extension?: {
|
4711
4711
|
id: string;
|
4712
|
-
createdAt:
|
4713
|
-
updatedAt:
|
4714
|
-
deletedAt:
|
4712
|
+
createdAt: string;
|
4713
|
+
updatedAt: string;
|
4714
|
+
deletedAt: string | null;
|
4715
4715
|
userId: string | null;
|
4716
4716
|
sipServerUrl: string;
|
4717
4717
|
sipUserName: string;
|
@@ -4735,36 +4735,36 @@ export declare const messengerContract: {
|
|
4735
4735
|
address: string | null;
|
4736
4736
|
name: string;
|
4737
4737
|
email: string;
|
4738
|
-
createdAt:
|
4739
|
-
updatedAt:
|
4740
|
-
deletedAt:
|
4741
|
-
emailVerifiedAt:
|
4738
|
+
createdAt: string;
|
4739
|
+
updatedAt: string;
|
4740
|
+
deletedAt: string | null;
|
4741
|
+
emailVerifiedAt: string | null;
|
4742
4742
|
password: string;
|
4743
4743
|
phone: string | null;
|
4744
4744
|
notificationCount: number | null;
|
4745
4745
|
roles: {
|
4746
4746
|
id: string;
|
4747
4747
|
description: string | null;
|
4748
|
-
createdAt:
|
4749
|
-
updatedAt:
|
4750
|
-
deletedAt:
|
4748
|
+
createdAt: string;
|
4749
|
+
updatedAt: string;
|
4750
|
+
deletedAt: string | null;
|
4751
4751
|
systemName: string;
|
4752
4752
|
displayName: string;
|
4753
4753
|
permissions: {
|
4754
4754
|
id: string;
|
4755
4755
|
description: string | null;
|
4756
|
-
createdAt:
|
4757
|
-
updatedAt:
|
4758
|
-
deletedAt:
|
4756
|
+
createdAt: string;
|
4757
|
+
updatedAt: string;
|
4758
|
+
deletedAt: string | null;
|
4759
4759
|
systemName: string;
|
4760
4760
|
displayName: string;
|
4761
4761
|
}[];
|
4762
4762
|
}[];
|
4763
4763
|
extension?: {
|
4764
4764
|
id: string;
|
4765
|
-
createdAt:
|
4766
|
-
updatedAt:
|
4767
|
-
deletedAt:
|
4765
|
+
createdAt: string;
|
4766
|
+
updatedAt: string;
|
4767
|
+
deletedAt: string | null;
|
4768
4768
|
userId: string | null;
|
4769
4769
|
sipServerUrl: string;
|
4770
4770
|
sipUserName: string;
|
@@ -4784,36 +4784,36 @@ export declare const messengerContract: {
|
|
4784
4784
|
address: string | null;
|
4785
4785
|
name: string;
|
4786
4786
|
email: string;
|
4787
|
-
createdAt:
|
4788
|
-
updatedAt:
|
4789
|
-
deletedAt:
|
4790
|
-
emailVerifiedAt:
|
4787
|
+
createdAt: string;
|
4788
|
+
updatedAt: string;
|
4789
|
+
deletedAt: string | null;
|
4790
|
+
emailVerifiedAt: string | null;
|
4791
4791
|
password: string;
|
4792
4792
|
phone: string | null;
|
4793
4793
|
notificationCount: number | null;
|
4794
4794
|
roles: {
|
4795
4795
|
id: string;
|
4796
4796
|
description: string | null;
|
4797
|
-
createdAt:
|
4798
|
-
updatedAt:
|
4799
|
-
deletedAt:
|
4797
|
+
createdAt: string;
|
4798
|
+
updatedAt: string;
|
4799
|
+
deletedAt: string | null;
|
4800
4800
|
systemName: string;
|
4801
4801
|
displayName: string;
|
4802
4802
|
permissions: {
|
4803
4803
|
id: string;
|
4804
4804
|
description: string | null;
|
4805
|
-
createdAt:
|
4806
|
-
updatedAt:
|
4807
|
-
deletedAt:
|
4805
|
+
createdAt: string;
|
4806
|
+
updatedAt: string;
|
4807
|
+
deletedAt: string | null;
|
4808
4808
|
systemName: string;
|
4809
4809
|
displayName: string;
|
4810
4810
|
}[];
|
4811
4811
|
}[];
|
4812
4812
|
extension?: {
|
4813
4813
|
id: string;
|
4814
|
-
createdAt:
|
4815
|
-
updatedAt:
|
4816
|
-
deletedAt:
|
4814
|
+
createdAt: string;
|
4815
|
+
updatedAt: string;
|
4816
|
+
deletedAt: string | null;
|
4817
4817
|
userId: string | null;
|
4818
4818
|
sipServerUrl: string;
|
4819
4819
|
sipUserName: string;
|
@@ -4825,9 +4825,9 @@ export declare const messengerContract: {
|
|
4825
4825
|
firstResponseTime: number;
|
4826
4826
|
lastMessage: string;
|
4827
4827
|
handleTime: number;
|
4828
|
-
closeAt:
|
4828
|
+
closeAt: string;
|
4829
4829
|
unreadCount: number;
|
4830
|
-
firstResponseAt:
|
4830
|
+
firstResponseAt: string;
|
4831
4831
|
isLatest: boolean;
|
4832
4832
|
platformContact: {
|
4833
4833
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
@@ -4846,14 +4846,14 @@ export declare const messengerContract: {
|
|
4846
4846
|
channel: string | null;
|
4847
4847
|
address: string | null;
|
4848
4848
|
name: string;
|
4849
|
-
createdAt:
|
4850
|
-
updatedAt:
|
4851
|
-
deletedAt:
|
4849
|
+
createdAt: string;
|
4850
|
+
updatedAt: string;
|
4851
|
+
deletedAt: string | null;
|
4852
4852
|
customFields: {
|
4853
4853
|
id: string;
|
4854
|
-
createdAt:
|
4855
|
-
updatedAt:
|
4856
|
-
deletedAt:
|
4854
|
+
createdAt: string;
|
4855
|
+
updatedAt: string;
|
4856
|
+
deletedAt: string | null;
|
4857
4857
|
attribute: {
|
4858
4858
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
4859
4859
|
id: string;
|
@@ -4871,7 +4871,7 @@ export declare const messengerContract: {
|
|
4871
4871
|
textValue: string | null;
|
4872
4872
|
booleanValue: boolean | null;
|
4873
4873
|
numberValue: number | null;
|
4874
|
-
dateValue:
|
4874
|
+
dateValue: string | null;
|
4875
4875
|
uploads: {
|
4876
4876
|
id: string;
|
4877
4877
|
createdAt: string;
|
@@ -4914,31 +4914,31 @@ export declare const messengerContract: {
|
|
4914
4914
|
id: string;
|
4915
4915
|
isPrimary: boolean;
|
4916
4916
|
email: string;
|
4917
|
-
createdAt:
|
4918
|
-
updatedAt:
|
4919
|
-
deletedAt:
|
4917
|
+
createdAt: string;
|
4918
|
+
updatedAt: string;
|
4919
|
+
deletedAt: string | null;
|
4920
4920
|
}[];
|
4921
4921
|
contactPhones: {
|
4922
4922
|
id: string;
|
4923
4923
|
isPrimary: boolean;
|
4924
|
-
createdAt:
|
4925
|
-
updatedAt:
|
4926
|
-
deletedAt:
|
4924
|
+
createdAt: string;
|
4925
|
+
updatedAt: string;
|
4926
|
+
deletedAt: string | null;
|
4927
4927
|
phone: string;
|
4928
4928
|
}[];
|
4929
4929
|
activityLogs?: {
|
4930
4930
|
id: string;
|
4931
4931
|
description: string;
|
4932
|
-
createdAt:
|
4933
|
-
updatedAt:
|
4934
|
-
deletedAt:
|
4932
|
+
createdAt: string;
|
4933
|
+
updatedAt: string;
|
4934
|
+
deletedAt: string | null;
|
4935
4935
|
entityId: string;
|
4936
4936
|
entityType: {
|
4937
4937
|
id: string;
|
4938
4938
|
description: string | null;
|
4939
|
-
createdAt:
|
4940
|
-
updatedAt:
|
4941
|
-
deletedAt:
|
4939
|
+
createdAt: string;
|
4940
|
+
updatedAt: string;
|
4941
|
+
deletedAt: string | null;
|
4942
4942
|
entity: string;
|
4943
4943
|
};
|
4944
4944
|
}[] | undefined;
|
@@ -4951,36 +4951,36 @@ export declare const messengerContract: {
|
|
4951
4951
|
address: string | null;
|
4952
4952
|
name: string;
|
4953
4953
|
email: string;
|
4954
|
-
createdAt:
|
4955
|
-
updatedAt:
|
4956
|
-
deletedAt:
|
4957
|
-
emailVerifiedAt:
|
4954
|
+
createdAt: string;
|
4955
|
+
updatedAt: string;
|
4956
|
+
deletedAt: string | null;
|
4957
|
+
emailVerifiedAt: string | null;
|
4958
4958
|
password: string;
|
4959
4959
|
phone: string | null;
|
4960
4960
|
notificationCount: number | null;
|
4961
4961
|
roles: {
|
4962
4962
|
id: string;
|
4963
4963
|
description: string | null;
|
4964
|
-
createdAt:
|
4965
|
-
updatedAt:
|
4966
|
-
deletedAt:
|
4964
|
+
createdAt: string;
|
4965
|
+
updatedAt: string;
|
4966
|
+
deletedAt: string | null;
|
4967
4967
|
systemName: string;
|
4968
4968
|
displayName: string;
|
4969
4969
|
permissions: {
|
4970
4970
|
id: string;
|
4971
4971
|
description: string | null;
|
4972
|
-
createdAt:
|
4973
|
-
updatedAt:
|
4974
|
-
deletedAt:
|
4972
|
+
createdAt: string;
|
4973
|
+
updatedAt: string;
|
4974
|
+
deletedAt: string | null;
|
4975
4975
|
systemName: string;
|
4976
4976
|
displayName: string;
|
4977
4977
|
}[];
|
4978
4978
|
}[];
|
4979
4979
|
extension?: {
|
4980
4980
|
id: string;
|
4981
|
-
createdAt:
|
4982
|
-
updatedAt:
|
4983
|
-
deletedAt:
|
4981
|
+
createdAt: string;
|
4982
|
+
updatedAt: string;
|
4983
|
+
deletedAt: string | null;
|
4984
4984
|
userId: string | null;
|
4985
4985
|
sipServerUrl: string;
|
4986
4986
|
sipUserName: string;
|
@@ -5003,7 +5003,7 @@ export declare const messengerContract: {
|
|
5003
5003
|
entityName: string;
|
5004
5004
|
queueId: string | null;
|
5005
5005
|
agentId: string | null;
|
5006
|
-
startedDate:
|
5006
|
+
startedDate: string | null;
|
5007
5007
|
handledTime: number | null;
|
5008
5008
|
firstResponseTime: number | null;
|
5009
5009
|
wrapUpForm: {
|
@@ -5048,36 +5048,36 @@ export declare const messengerContract: {
|
|
5048
5048
|
address: string | null;
|
5049
5049
|
name: string;
|
5050
5050
|
email: string;
|
5051
|
-
createdAt:
|
5052
|
-
updatedAt:
|
5053
|
-
deletedAt:
|
5054
|
-
emailVerifiedAt:
|
5051
|
+
createdAt: string;
|
5052
|
+
updatedAt: string;
|
5053
|
+
deletedAt: string | null;
|
5054
|
+
emailVerifiedAt: string | null;
|
5055
5055
|
password: string;
|
5056
5056
|
phone: string | null;
|
5057
5057
|
notificationCount: number | null;
|
5058
5058
|
roles: {
|
5059
5059
|
id: string;
|
5060
5060
|
description: string | null;
|
5061
|
-
createdAt:
|
5062
|
-
updatedAt:
|
5063
|
-
deletedAt:
|
5061
|
+
createdAt: string;
|
5062
|
+
updatedAt: string;
|
5063
|
+
deletedAt: string | null;
|
5064
5064
|
systemName: string;
|
5065
5065
|
displayName: string;
|
5066
5066
|
permissions: {
|
5067
5067
|
id: string;
|
5068
5068
|
description: string | null;
|
5069
|
-
createdAt:
|
5070
|
-
updatedAt:
|
5071
|
-
deletedAt:
|
5069
|
+
createdAt: string;
|
5070
|
+
updatedAt: string;
|
5071
|
+
deletedAt: string | null;
|
5072
5072
|
systemName: string;
|
5073
5073
|
displayName: string;
|
5074
5074
|
}[];
|
5075
5075
|
}[];
|
5076
5076
|
extension?: {
|
5077
5077
|
id: string;
|
5078
|
-
createdAt:
|
5079
|
-
updatedAt:
|
5080
|
-
deletedAt:
|
5078
|
+
createdAt: string;
|
5079
|
+
updatedAt: string;
|
5080
|
+
deletedAt: string | null;
|
5081
5081
|
userId: string | null;
|
5082
5082
|
sipServerUrl: string;
|
5083
5083
|
sipUserName: string;
|
@@ -5088,7 +5088,7 @@ export declare const messengerContract: {
|
|
5088
5088
|
} | undefined;
|
5089
5089
|
} | undefined;
|
5090
5090
|
};
|
5091
|
-
readAt:
|
5091
|
+
readAt: string;
|
5092
5092
|
platformMessageId: string;
|
5093
5093
|
replyPlatformMessageId: string;
|
5094
5094
|
locale: "" | "th" | "mm" | "en";
|
@@ -5099,36 +5099,36 @@ export declare const messengerContract: {
|
|
5099
5099
|
address: string | null;
|
5100
5100
|
name: string;
|
5101
5101
|
email: string;
|
5102
|
-
createdAt:
|
5103
|
-
updatedAt:
|
5104
|
-
deletedAt:
|
5105
|
-
emailVerifiedAt:
|
5102
|
+
createdAt: string;
|
5103
|
+
updatedAt: string;
|
5104
|
+
deletedAt: string | null;
|
5105
|
+
emailVerifiedAt: string | null;
|
5106
5106
|
password: string;
|
5107
5107
|
phone: string | null;
|
5108
5108
|
notificationCount: number | null;
|
5109
5109
|
roles: {
|
5110
5110
|
id: string;
|
5111
5111
|
description: string | null;
|
5112
|
-
createdAt:
|
5113
|
-
updatedAt:
|
5114
|
-
deletedAt:
|
5112
|
+
createdAt: string;
|
5113
|
+
updatedAt: string;
|
5114
|
+
deletedAt: string | null;
|
5115
5115
|
systemName: string;
|
5116
5116
|
displayName: string;
|
5117
5117
|
permissions: {
|
5118
5118
|
id: string;
|
5119
5119
|
description: string | null;
|
5120
|
-
createdAt:
|
5121
|
-
updatedAt:
|
5122
|
-
deletedAt:
|
5120
|
+
createdAt: string;
|
5121
|
+
updatedAt: string;
|
5122
|
+
deletedAt: string | null;
|
5123
5123
|
systemName: string;
|
5124
5124
|
displayName: string;
|
5125
5125
|
}[];
|
5126
5126
|
}[];
|
5127
5127
|
extension?: {
|
5128
5128
|
id: string;
|
5129
|
-
createdAt:
|
5130
|
-
updatedAt:
|
5131
|
-
deletedAt:
|
5129
|
+
createdAt: string;
|
5130
|
+
updatedAt: string;
|
5131
|
+
deletedAt: string | null;
|
5132
5132
|
userId: string | null;
|
5133
5133
|
sipServerUrl: string;
|
5134
5134
|
sipUserName: string;
|
@@ -5157,36 +5157,36 @@ export declare const messengerContract: {
|
|
5157
5157
|
address: string | null;
|
5158
5158
|
name: string;
|
5159
5159
|
email: string;
|
5160
|
-
createdAt:
|
5161
|
-
updatedAt:
|
5162
|
-
deletedAt:
|
5163
|
-
emailVerifiedAt:
|
5160
|
+
createdAt: string;
|
5161
|
+
updatedAt: string;
|
5162
|
+
deletedAt: string | null;
|
5163
|
+
emailVerifiedAt: string | null;
|
5164
5164
|
password: string;
|
5165
5165
|
phone: string | null;
|
5166
5166
|
notificationCount: number | null;
|
5167
5167
|
roles: {
|
5168
5168
|
id: string;
|
5169
5169
|
description: string | null;
|
5170
|
-
createdAt:
|
5171
|
-
updatedAt:
|
5172
|
-
deletedAt:
|
5170
|
+
createdAt: string;
|
5171
|
+
updatedAt: string;
|
5172
|
+
deletedAt: string | null;
|
5173
5173
|
systemName: string;
|
5174
5174
|
displayName: string;
|
5175
5175
|
permissions: {
|
5176
5176
|
id: string;
|
5177
5177
|
description: string | null;
|
5178
|
-
createdAt:
|
5179
|
-
updatedAt:
|
5180
|
-
deletedAt:
|
5178
|
+
createdAt: string;
|
5179
|
+
updatedAt: string;
|
5180
|
+
deletedAt: string | null;
|
5181
5181
|
systemName: string;
|
5182
5182
|
displayName: string;
|
5183
5183
|
}[];
|
5184
5184
|
}[];
|
5185
5185
|
extension?: {
|
5186
5186
|
id: string;
|
5187
|
-
createdAt:
|
5188
|
-
updatedAt:
|
5189
|
-
deletedAt:
|
5187
|
+
createdAt: string;
|
5188
|
+
updatedAt: string;
|
5189
|
+
deletedAt: string | null;
|
5190
5190
|
userId: string | null;
|
5191
5191
|
sipServerUrl: string;
|
5192
5192
|
sipUserName: string;
|
@@ -5210,36 +5210,36 @@ export declare const messengerContract: {
|
|
5210
5210
|
address: string | null;
|
5211
5211
|
name: string;
|
5212
5212
|
email: string;
|
5213
|
-
createdAt:
|
5214
|
-
updatedAt:
|
5215
|
-
deletedAt:
|
5216
|
-
emailVerifiedAt:
|
5213
|
+
createdAt: string;
|
5214
|
+
updatedAt: string;
|
5215
|
+
deletedAt: string | null;
|
5216
|
+
emailVerifiedAt: string | null;
|
5217
5217
|
password: string;
|
5218
5218
|
phone: string | null;
|
5219
5219
|
notificationCount: number | null;
|
5220
5220
|
roles: {
|
5221
5221
|
id: string;
|
5222
5222
|
description: string | null;
|
5223
|
-
createdAt:
|
5224
|
-
updatedAt:
|
5225
|
-
deletedAt:
|
5223
|
+
createdAt: string;
|
5224
|
+
updatedAt: string;
|
5225
|
+
deletedAt: string | null;
|
5226
5226
|
systemName: string;
|
5227
5227
|
displayName: string;
|
5228
5228
|
permissions: {
|
5229
5229
|
id: string;
|
5230
5230
|
description: string | null;
|
5231
|
-
createdAt:
|
5232
|
-
updatedAt:
|
5233
|
-
deletedAt:
|
5231
|
+
createdAt: string;
|
5232
|
+
updatedAt: string;
|
5233
|
+
deletedAt: string | null;
|
5234
5234
|
systemName: string;
|
5235
5235
|
displayName: string;
|
5236
5236
|
}[];
|
5237
5237
|
}[];
|
5238
5238
|
extension?: {
|
5239
5239
|
id: string;
|
5240
|
-
createdAt:
|
5241
|
-
updatedAt:
|
5242
|
-
deletedAt:
|
5240
|
+
createdAt: string;
|
5241
|
+
updatedAt: string;
|
5242
|
+
deletedAt: string | null;
|
5243
5243
|
userId: string | null;
|
5244
5244
|
sipServerUrl: string;
|
5245
5245
|
sipUserName: string;
|
@@ -5259,36 +5259,36 @@ export declare const messengerContract: {
|
|
5259
5259
|
address: string | null;
|
5260
5260
|
name: string;
|
5261
5261
|
email: string;
|
5262
|
-
createdAt:
|
5263
|
-
updatedAt:
|
5264
|
-
deletedAt:
|
5265
|
-
emailVerifiedAt:
|
5262
|
+
createdAt: string;
|
5263
|
+
updatedAt: string;
|
5264
|
+
deletedAt: string | null;
|
5265
|
+
emailVerifiedAt: string | null;
|
5266
5266
|
password: string;
|
5267
5267
|
phone: string | null;
|
5268
5268
|
notificationCount: number | null;
|
5269
5269
|
roles: {
|
5270
5270
|
id: string;
|
5271
5271
|
description: string | null;
|
5272
|
-
createdAt:
|
5273
|
-
updatedAt:
|
5274
|
-
deletedAt:
|
5272
|
+
createdAt: string;
|
5273
|
+
updatedAt: string;
|
5274
|
+
deletedAt: string | null;
|
5275
5275
|
systemName: string;
|
5276
5276
|
displayName: string;
|
5277
5277
|
permissions: {
|
5278
5278
|
id: string;
|
5279
5279
|
description: string | null;
|
5280
|
-
createdAt:
|
5281
|
-
updatedAt:
|
5282
|
-
deletedAt:
|
5280
|
+
createdAt: string;
|
5281
|
+
updatedAt: string;
|
5282
|
+
deletedAt: string | null;
|
5283
5283
|
systemName: string;
|
5284
5284
|
displayName: string;
|
5285
5285
|
}[];
|
5286
5286
|
}[];
|
5287
5287
|
extension?: {
|
5288
5288
|
id: string;
|
5289
|
-
createdAt:
|
5290
|
-
updatedAt:
|
5291
|
-
deletedAt:
|
5289
|
+
createdAt: string;
|
5290
|
+
updatedAt: string;
|
5291
|
+
deletedAt: string | null;
|
5292
5292
|
userId: string | null;
|
5293
5293
|
sipServerUrl: string;
|
5294
5294
|
sipUserName: string;
|
@@ -5300,9 +5300,9 @@ export declare const messengerContract: {
|
|
5300
5300
|
firstResponseTime: number;
|
5301
5301
|
lastMessage: string;
|
5302
5302
|
handleTime: number;
|
5303
|
-
closeAt:
|
5303
|
+
closeAt: string;
|
5304
5304
|
unreadCount: number;
|
5305
|
-
firstResponseAt:
|
5305
|
+
firstResponseAt: string;
|
5306
5306
|
isLatest: boolean;
|
5307
5307
|
platformContact: {
|
5308
5308
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
@@ -5321,14 +5321,14 @@ export declare const messengerContract: {
|
|
5321
5321
|
channel: string | null;
|
5322
5322
|
address: string | null;
|
5323
5323
|
name: string;
|
5324
|
-
createdAt:
|
5325
|
-
updatedAt:
|
5326
|
-
deletedAt:
|
5324
|
+
createdAt: string;
|
5325
|
+
updatedAt: string;
|
5326
|
+
deletedAt: string | null;
|
5327
5327
|
customFields: {
|
5328
5328
|
id: string;
|
5329
|
-
createdAt:
|
5330
|
-
updatedAt:
|
5331
|
-
deletedAt:
|
5329
|
+
createdAt: string;
|
5330
|
+
updatedAt: string;
|
5331
|
+
deletedAt: string | null;
|
5332
5332
|
attribute: {
|
5333
5333
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
5334
5334
|
id: string;
|
@@ -5346,7 +5346,7 @@ export declare const messengerContract: {
|
|
5346
5346
|
textValue: string | null;
|
5347
5347
|
booleanValue: boolean | null;
|
5348
5348
|
numberValue: number | null;
|
5349
|
-
dateValue:
|
5349
|
+
dateValue: string | null;
|
5350
5350
|
uploads: {
|
5351
5351
|
id: string;
|
5352
5352
|
createdAt: string;
|
@@ -5389,31 +5389,31 @@ export declare const messengerContract: {
|
|
5389
5389
|
id: string;
|
5390
5390
|
isPrimary: boolean;
|
5391
5391
|
email: string;
|
5392
|
-
createdAt:
|
5393
|
-
updatedAt:
|
5394
|
-
deletedAt:
|
5392
|
+
createdAt: string;
|
5393
|
+
updatedAt: string;
|
5394
|
+
deletedAt: string | null;
|
5395
5395
|
}[];
|
5396
5396
|
contactPhones: {
|
5397
5397
|
id: string;
|
5398
5398
|
isPrimary: boolean;
|
5399
|
-
createdAt:
|
5400
|
-
updatedAt:
|
5401
|
-
deletedAt:
|
5399
|
+
createdAt: string;
|
5400
|
+
updatedAt: string;
|
5401
|
+
deletedAt: string | null;
|
5402
5402
|
phone: string;
|
5403
5403
|
}[];
|
5404
5404
|
activityLogs?: {
|
5405
5405
|
id: string;
|
5406
5406
|
description: string;
|
5407
|
-
createdAt:
|
5408
|
-
updatedAt:
|
5409
|
-
deletedAt:
|
5407
|
+
createdAt: string;
|
5408
|
+
updatedAt: string;
|
5409
|
+
deletedAt: string | null;
|
5410
5410
|
entityId: string;
|
5411
5411
|
entityType: {
|
5412
5412
|
id: string;
|
5413
5413
|
description: string | null;
|
5414
|
-
createdAt:
|
5415
|
-
updatedAt:
|
5416
|
-
deletedAt:
|
5414
|
+
createdAt: string;
|
5415
|
+
updatedAt: string;
|
5416
|
+
deletedAt: string | null;
|
5417
5417
|
entity: string;
|
5418
5418
|
};
|
5419
5419
|
}[] | undefined;
|
@@ -5426,36 +5426,36 @@ export declare const messengerContract: {
|
|
5426
5426
|
address: string | null;
|
5427
5427
|
name: string;
|
5428
5428
|
email: string;
|
5429
|
-
createdAt:
|
5430
|
-
updatedAt:
|
5431
|
-
deletedAt:
|
5432
|
-
emailVerifiedAt:
|
5429
|
+
createdAt: string;
|
5430
|
+
updatedAt: string;
|
5431
|
+
deletedAt: string | null;
|
5432
|
+
emailVerifiedAt: string | null;
|
5433
5433
|
password: string;
|
5434
5434
|
phone: string | null;
|
5435
5435
|
notificationCount: number | null;
|
5436
5436
|
roles: {
|
5437
5437
|
id: string;
|
5438
5438
|
description: string | null;
|
5439
|
-
createdAt:
|
5440
|
-
updatedAt:
|
5441
|
-
deletedAt:
|
5439
|
+
createdAt: string;
|
5440
|
+
updatedAt: string;
|
5441
|
+
deletedAt: string | null;
|
5442
5442
|
systemName: string;
|
5443
5443
|
displayName: string;
|
5444
5444
|
permissions: {
|
5445
5445
|
id: string;
|
5446
5446
|
description: string | null;
|
5447
|
-
createdAt:
|
5448
|
-
updatedAt:
|
5449
|
-
deletedAt:
|
5447
|
+
createdAt: string;
|
5448
|
+
updatedAt: string;
|
5449
|
+
deletedAt: string | null;
|
5450
5450
|
systemName: string;
|
5451
5451
|
displayName: string;
|
5452
5452
|
}[];
|
5453
5453
|
}[];
|
5454
5454
|
extension?: {
|
5455
5455
|
id: string;
|
5456
|
-
createdAt:
|
5457
|
-
updatedAt:
|
5458
|
-
deletedAt:
|
5456
|
+
createdAt: string;
|
5457
|
+
updatedAt: string;
|
5458
|
+
deletedAt: string | null;
|
5459
5459
|
userId: string | null;
|
5460
5460
|
sipServerUrl: string;
|
5461
5461
|
sipUserName: string;
|
@@ -5478,7 +5478,7 @@ export declare const messengerContract: {
|
|
5478
5478
|
entityName: string;
|
5479
5479
|
queueId: string | null;
|
5480
5480
|
agentId: string | null;
|
5481
|
-
startedDate:
|
5481
|
+
startedDate: string | null;
|
5482
5482
|
handledTime: number | null;
|
5483
5483
|
firstResponseTime: number | null;
|
5484
5484
|
wrapUpForm: {
|
@@ -5523,36 +5523,36 @@ export declare const messengerContract: {
|
|
5523
5523
|
address: string | null;
|
5524
5524
|
name: string;
|
5525
5525
|
email: string;
|
5526
|
-
createdAt:
|
5527
|
-
updatedAt:
|
5528
|
-
deletedAt:
|
5529
|
-
emailVerifiedAt:
|
5526
|
+
createdAt: string;
|
5527
|
+
updatedAt: string;
|
5528
|
+
deletedAt: string | null;
|
5529
|
+
emailVerifiedAt: string | null;
|
5530
5530
|
password: string;
|
5531
5531
|
phone: string | null;
|
5532
5532
|
notificationCount: number | null;
|
5533
5533
|
roles: {
|
5534
5534
|
id: string;
|
5535
5535
|
description: string | null;
|
5536
|
-
createdAt:
|
5537
|
-
updatedAt:
|
5538
|
-
deletedAt:
|
5536
|
+
createdAt: string;
|
5537
|
+
updatedAt: string;
|
5538
|
+
deletedAt: string | null;
|
5539
5539
|
systemName: string;
|
5540
5540
|
displayName: string;
|
5541
5541
|
permissions: {
|
5542
5542
|
id: string;
|
5543
5543
|
description: string | null;
|
5544
|
-
createdAt:
|
5545
|
-
updatedAt:
|
5546
|
-
deletedAt:
|
5544
|
+
createdAt: string;
|
5545
|
+
updatedAt: string;
|
5546
|
+
deletedAt: string | null;
|
5547
5547
|
systemName: string;
|
5548
5548
|
displayName: string;
|
5549
5549
|
}[];
|
5550
5550
|
}[];
|
5551
5551
|
extension?: {
|
5552
5552
|
id: string;
|
5553
|
-
createdAt:
|
5554
|
-
updatedAt:
|
5555
|
-
deletedAt:
|
5553
|
+
createdAt: string;
|
5554
|
+
updatedAt: string;
|
5555
|
+
deletedAt: string | null;
|
5556
5556
|
userId: string | null;
|
5557
5557
|
sipServerUrl: string;
|
5558
5558
|
sipUserName: string;
|
@@ -5563,7 +5563,7 @@ export declare const messengerContract: {
|
|
5563
5563
|
} | undefined;
|
5564
5564
|
} | undefined;
|
5565
5565
|
};
|
5566
|
-
readAt:
|
5566
|
+
readAt: string;
|
5567
5567
|
platformMessageId: string;
|
5568
5568
|
replyPlatformMessageId: string;
|
5569
5569
|
locale: "" | "th" | "mm" | "en";
|
@@ -5574,36 +5574,36 @@ export declare const messengerContract: {
|
|
5574
5574
|
address: string | null;
|
5575
5575
|
name: string;
|
5576
5576
|
email: string;
|
5577
|
-
createdAt:
|
5578
|
-
updatedAt:
|
5579
|
-
deletedAt:
|
5580
|
-
emailVerifiedAt:
|
5577
|
+
createdAt: string;
|
5578
|
+
updatedAt: string;
|
5579
|
+
deletedAt: string | null;
|
5580
|
+
emailVerifiedAt: string | null;
|
5581
5581
|
password: string;
|
5582
5582
|
phone: string | null;
|
5583
5583
|
notificationCount: number | null;
|
5584
5584
|
roles: {
|
5585
5585
|
id: string;
|
5586
5586
|
description: string | null;
|
5587
|
-
createdAt:
|
5588
|
-
updatedAt:
|
5589
|
-
deletedAt:
|
5587
|
+
createdAt: string;
|
5588
|
+
updatedAt: string;
|
5589
|
+
deletedAt: string | null;
|
5590
5590
|
systemName: string;
|
5591
5591
|
displayName: string;
|
5592
5592
|
permissions: {
|
5593
5593
|
id: string;
|
5594
5594
|
description: string | null;
|
5595
|
-
createdAt:
|
5596
|
-
updatedAt:
|
5597
|
-
deletedAt:
|
5595
|
+
createdAt: string;
|
5596
|
+
updatedAt: string;
|
5597
|
+
deletedAt: string | null;
|
5598
5598
|
systemName: string;
|
5599
5599
|
displayName: string;
|
5600
5600
|
}[];
|
5601
5601
|
}[];
|
5602
5602
|
extension?: {
|
5603
5603
|
id: string;
|
5604
|
-
createdAt:
|
5605
|
-
updatedAt:
|
5606
|
-
deletedAt:
|
5604
|
+
createdAt: string;
|
5605
|
+
updatedAt: string;
|
5606
|
+
deletedAt: string | null;
|
5607
5607
|
userId: string | null;
|
5608
5608
|
sipServerUrl: string;
|
5609
5609
|
sipUserName: string;
|