@kl1/contracts 1.1.30-uat → 1.1.31-uat
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +746 -889
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +746 -889
- package/dist/index.mjs.map +1 -1
- package/dist/src/contract.d.ts +185 -746
- package/dist/src/contract.d.ts.map +1 -1
- package/dist/src/mail/mail-contract.d.ts +184 -124
- package/dist/src/mail/mail-contract.d.ts.map +1 -1
- package/dist/src/mail/message-contract.d.ts +28 -28
- package/dist/src/mail/room-contract.d.ts +156 -96
- package/dist/src/mail/room-contract.d.ts.map +1 -1
- package/dist/src/mail/schemas/message.schema.d.ts +4 -4
- package/dist/src/mail/schemas/room-validation.schema.d.ts +32 -32
- package/dist/src/mail/schemas/room.schema.d.ts +28 -28
- package/dist/src/telephony-cdr/index.d.ts +1 -622
- package/dist/src/telephony-cdr/index.d.ts.map +1 -1
- package/package.json +1 -1
@@ -347,7 +347,7 @@ export declare const MessagesAndLogsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
347
347
|
sendAt: z.ZodDate;
|
348
348
|
starred: z.ZodBoolean;
|
349
349
|
seemsLikeNew: z.ZodBoolean;
|
350
|
-
from: z.
|
350
|
+
from: z.ZodObject<{
|
351
351
|
id: z.ZodString;
|
352
352
|
createdAt: z.ZodDate;
|
353
353
|
updatedAt: z.ZodDate;
|
@@ -501,7 +501,7 @@ export declare const MessagesAndLogsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
501
501
|
contactId: string;
|
502
502
|
isNewContact: boolean;
|
503
503
|
};
|
504
|
-
}
|
504
|
+
}>;
|
505
505
|
to: z.ZodArray<z.ZodObject<{
|
506
506
|
id: z.ZodString;
|
507
507
|
createdAt: z.ZodDate;
|
@@ -1109,7 +1109,7 @@ export declare const MessagesAndLogsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
1109
1109
|
contactId: string;
|
1110
1110
|
isNewContact: boolean;
|
1111
1111
|
};
|
1112
|
-
}
|
1112
|
+
};
|
1113
1113
|
to: {
|
1114
1114
|
id: string;
|
1115
1115
|
createdAt: Date;
|
@@ -1277,7 +1277,7 @@ export declare const MessagesAndLogsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
1277
1277
|
contactId: string;
|
1278
1278
|
isNewContact: boolean;
|
1279
1279
|
};
|
1280
|
-
}
|
1280
|
+
};
|
1281
1281
|
to: {
|
1282
1282
|
id: string;
|
1283
1283
|
createdAt: Date;
|
@@ -2126,7 +2126,7 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
2126
2126
|
sendAt: z.ZodDate;
|
2127
2127
|
starred: z.ZodBoolean;
|
2128
2128
|
seemsLikeNew: z.ZodBoolean;
|
2129
|
-
from: z.
|
2129
|
+
from: z.ZodObject<{
|
2130
2130
|
id: z.ZodString;
|
2131
2131
|
createdAt: z.ZodDate;
|
2132
2132
|
updatedAt: z.ZodDate;
|
@@ -2280,7 +2280,7 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
2280
2280
|
contactId: string;
|
2281
2281
|
isNewContact: boolean;
|
2282
2282
|
};
|
2283
|
-
}
|
2283
|
+
}>;
|
2284
2284
|
to: z.ZodArray<z.ZodObject<{
|
2285
2285
|
id: z.ZodString;
|
2286
2286
|
createdAt: z.ZodDate;
|
@@ -2888,7 +2888,7 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
2888
2888
|
contactId: string;
|
2889
2889
|
isNewContact: boolean;
|
2890
2890
|
};
|
2891
|
-
}
|
2891
|
+
};
|
2892
2892
|
to: {
|
2893
2893
|
id: string;
|
2894
2894
|
createdAt: Date;
|
@@ -3056,7 +3056,7 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
3056
3056
|
contactId: string;
|
3057
3057
|
isNewContact: boolean;
|
3058
3058
|
};
|
3059
|
-
}
|
3059
|
+
};
|
3060
3060
|
to: {
|
3061
3061
|
id: string;
|
3062
3062
|
createdAt: Date;
|
@@ -3195,7 +3195,7 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
3195
3195
|
sendAt: z.ZodDate;
|
3196
3196
|
starred: z.ZodBoolean;
|
3197
3197
|
seemsLikeNew: z.ZodBoolean;
|
3198
|
-
from: z.
|
3198
|
+
from: z.ZodObject<{
|
3199
3199
|
id: z.ZodString;
|
3200
3200
|
createdAt: z.ZodDate;
|
3201
3201
|
updatedAt: z.ZodDate;
|
@@ -3349,7 +3349,7 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
3349
3349
|
contactId: string;
|
3350
3350
|
isNewContact: boolean;
|
3351
3351
|
};
|
3352
|
-
}
|
3352
|
+
}>;
|
3353
3353
|
to: z.ZodArray<z.ZodObject<{
|
3354
3354
|
id: z.ZodString;
|
3355
3355
|
createdAt: z.ZodDate;
|
@@ -3957,7 +3957,7 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
3957
3957
|
contactId: string;
|
3958
3958
|
isNewContact: boolean;
|
3959
3959
|
};
|
3960
|
-
}
|
3960
|
+
};
|
3961
3961
|
to: {
|
3962
3962
|
id: string;
|
3963
3963
|
createdAt: Date;
|
@@ -4125,7 +4125,7 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
4125
4125
|
contactId: string;
|
4126
4126
|
isNewContact: boolean;
|
4127
4127
|
};
|
4128
|
-
}
|
4128
|
+
};
|
4129
4129
|
to: {
|
4130
4130
|
id: string;
|
4131
4131
|
createdAt: Date;
|
@@ -4317,7 +4317,7 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
4317
4317
|
sendAt: z.ZodDate;
|
4318
4318
|
starred: z.ZodBoolean;
|
4319
4319
|
seemsLikeNew: z.ZodBoolean;
|
4320
|
-
from: z.
|
4320
|
+
from: z.ZodObject<{
|
4321
4321
|
id: z.ZodString;
|
4322
4322
|
createdAt: z.ZodDate;
|
4323
4323
|
updatedAt: z.ZodDate;
|
@@ -4471,7 +4471,7 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
4471
4471
|
contactId: string;
|
4472
4472
|
isNewContact: boolean;
|
4473
4473
|
};
|
4474
|
-
}
|
4474
|
+
}>;
|
4475
4475
|
to: z.ZodArray<z.ZodObject<{
|
4476
4476
|
id: z.ZodString;
|
4477
4477
|
createdAt: z.ZodDate;
|
@@ -5079,7 +5079,7 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
5079
5079
|
contactId: string;
|
5080
5080
|
isNewContact: boolean;
|
5081
5081
|
};
|
5082
|
-
}
|
5082
|
+
};
|
5083
5083
|
to: {
|
5084
5084
|
id: string;
|
5085
5085
|
createdAt: Date;
|
@@ -5247,7 +5247,7 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
5247
5247
|
contactId: string;
|
5248
5248
|
isNewContact: boolean;
|
5249
5249
|
};
|
5250
|
-
}
|
5250
|
+
};
|
5251
5251
|
to: {
|
5252
5252
|
id: string;
|
5253
5253
|
createdAt: Date;
|
@@ -5386,7 +5386,7 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
5386
5386
|
sendAt: z.ZodDate;
|
5387
5387
|
starred: z.ZodBoolean;
|
5388
5388
|
seemsLikeNew: z.ZodBoolean;
|
5389
|
-
from: z.
|
5389
|
+
from: z.ZodObject<{
|
5390
5390
|
id: z.ZodString;
|
5391
5391
|
createdAt: z.ZodDate;
|
5392
5392
|
updatedAt: z.ZodDate;
|
@@ -5540,7 +5540,7 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
5540
5540
|
contactId: string;
|
5541
5541
|
isNewContact: boolean;
|
5542
5542
|
};
|
5543
|
-
}
|
5543
|
+
}>;
|
5544
5544
|
to: z.ZodArray<z.ZodObject<{
|
5545
5545
|
id: z.ZodString;
|
5546
5546
|
createdAt: z.ZodDate;
|
@@ -6148,7 +6148,7 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
6148
6148
|
contactId: string;
|
6149
6149
|
isNewContact: boolean;
|
6150
6150
|
};
|
6151
|
-
}
|
6151
|
+
};
|
6152
6152
|
to: {
|
6153
6153
|
id: string;
|
6154
6154
|
createdAt: Date;
|
@@ -6316,7 +6316,7 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
6316
6316
|
contactId: string;
|
6317
6317
|
isNewContact: boolean;
|
6318
6318
|
};
|
6319
|
-
}
|
6319
|
+
};
|
6320
6320
|
to: {
|
6321
6321
|
id: string;
|
6322
6322
|
createdAt: Date;
|
@@ -7101,7 +7101,7 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
7101
7101
|
contactId: string;
|
7102
7102
|
isNewContact: boolean;
|
7103
7103
|
};
|
7104
|
-
}
|
7104
|
+
};
|
7105
7105
|
to: {
|
7106
7106
|
id: string;
|
7107
7107
|
createdAt: Date;
|
@@ -7480,7 +7480,7 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
7480
7480
|
contactId: string;
|
7481
7481
|
isNewContact: boolean;
|
7482
7482
|
};
|
7483
|
-
}
|
7483
|
+
};
|
7484
7484
|
to: {
|
7485
7485
|
id: string;
|
7486
7486
|
createdAt: Date;
|
@@ -7649,7 +7649,7 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
7649
7649
|
contactId: string;
|
7650
7650
|
isNewContact: boolean;
|
7651
7651
|
};
|
7652
|
-
}
|
7652
|
+
};
|
7653
7653
|
to: {
|
7654
7654
|
id: string;
|
7655
7655
|
createdAt: Date;
|
@@ -7818,7 +7818,7 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
7818
7818
|
contactId: string;
|
7819
7819
|
isNewContact: boolean;
|
7820
7820
|
};
|
7821
|
-
}
|
7821
|
+
};
|
7822
7822
|
to: {
|
7823
7823
|
id: string;
|
7824
7824
|
createdAt: Date;
|
@@ -8048,7 +8048,7 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
8048
8048
|
contactId: string;
|
8049
8049
|
isNewContact: boolean;
|
8050
8050
|
};
|
8051
|
-
}
|
8051
|
+
};
|
8052
8052
|
to: {
|
8053
8053
|
id: string;
|
8054
8054
|
createdAt: Date;
|
@@ -8427,7 +8427,7 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
8427
8427
|
contactId: string;
|
8428
8428
|
isNewContact: boolean;
|
8429
8429
|
};
|
8430
|
-
}
|
8430
|
+
};
|
8431
8431
|
to: {
|
8432
8432
|
id: string;
|
8433
8433
|
createdAt: Date;
|
@@ -8596,7 +8596,7 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
8596
8596
|
contactId: string;
|
8597
8597
|
isNewContact: boolean;
|
8598
8598
|
};
|
8599
|
-
}
|
8599
|
+
};
|
8600
8600
|
to: {
|
8601
8601
|
id: string;
|
8602
8602
|
createdAt: Date;
|
@@ -8765,7 +8765,7 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
8765
8765
|
contactId: string;
|
8766
8766
|
isNewContact: boolean;
|
8767
8767
|
};
|
8768
|
-
}
|
8768
|
+
};
|
8769
8769
|
to: {
|
8770
8770
|
id: string;
|
8771
8771
|
createdAt: Date;
|