@kl1/contracts 1.0.32 → 1.0.33
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 +1809 -1627
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1807 -1627
- package/dist/index.mjs.map +1 -1
- package/dist/src/attribute/validation.d.ts.map +1 -1
- package/dist/src/call-log/validation.d.ts +2 -2
- package/dist/src/channel/index.d.ts +721 -299
- package/dist/src/channel/index.d.ts.map +1 -1
- package/dist/src/channel/validation.d.ts +0 -291
- package/dist/src/channel/validation.d.ts.map +1 -1
- package/dist/src/chat/index.d.ts +105 -104
- package/dist/src/chat/index.d.ts.map +1 -1
- package/dist/src/chat/schema.d.ts +16 -16
- package/dist/src/chat/schema.d.ts.map +1 -1
- package/dist/src/chat/validation.d.ts +193 -67
- package/dist/src/chat/validation.d.ts.map +1 -1
- package/dist/src/company/index.d.ts +8 -85
- package/dist/src/company/index.d.ts.map +1 -1
- package/dist/src/company/schema.d.ts +137 -0
- package/dist/src/company/schema.d.ts.map +1 -1
- package/dist/src/company/validation.d.ts +0 -40
- package/dist/src/company/validation.d.ts.map +1 -1
- package/dist/src/contact/index.d.ts +1191 -1191
- package/dist/src/contract.d.ts +3159 -2340
- package/dist/src/contract.d.ts.map +1 -1
- package/dist/src/cx-log/index.d.ts +22 -22
- package/dist/src/cx-log/schema.d.ts +16 -16
- package/dist/src/dashboard/index.d.ts +11 -7
- package/dist/src/dashboard/index.d.ts.map +1 -1
- package/dist/src/dashboard/schema.d.ts +127 -2
- package/dist/src/dashboard/schema.d.ts.map +1 -1
- package/dist/src/evaluate-form/schema.d.ts +6 -6
- package/dist/src/index.d.ts +2 -0
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/mail/mail-contract.d.ts +42 -42
- package/dist/src/mail/room-contract.d.ts +42 -42
- package/dist/src/mail/schemas/room-validation.schema.d.ts +14 -14
- package/dist/src/mail/schemas/room.schema.d.ts +10 -10
- package/dist/src/messenger/index.d.ts +1212 -707
- package/dist/src/messenger/index.d.ts.map +1 -1
- package/dist/src/messenger/validation.d.ts +108 -1
- package/dist/src/messenger/validation.d.ts.map +1 -1
- package/dist/src/ticket/index.d.ts +207 -342
- package/dist/src/ticket/index.d.ts.map +1 -1
- package/dist/src/ticket/validation.d.ts +168 -338
- package/dist/src/ticket/validation.d.ts.map +1 -1
- 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 +47 -46
- package/dist/src/app/index.d.ts +0 -17
- package/dist/src/app/index.d.ts.map +0 -1
- package/dist/src/mail/mail-server.d.ts +0 -216
- package/dist/src/mail/mail-server.d.ts.map +0 -1
- package/dist/src/platform-contact/schema.d.ts +0 -30
- package/dist/src/platform-contact/schema.d.ts.map +0 -1
@@ -1646,8 +1646,8 @@ export declare const mailContract: {
|
|
1646
1646
|
}[];
|
1647
1647
|
}>, import("zod").ZodObject<{
|
1648
1648
|
id: import("zod").ZodString;
|
1649
|
-
createdAt: import("zod").
|
1650
|
-
updatedAt: import("zod").
|
1649
|
+
createdAt: import("zod").ZodDate;
|
1650
|
+
updatedAt: import("zod").ZodDate;
|
1651
1651
|
deletedAt: import("zod").ZodNullable<import("zod").ZodString>;
|
1652
1652
|
description: import("zod").ZodString;
|
1653
1653
|
actorId: import("zod").ZodString;
|
@@ -1686,8 +1686,8 @@ export declare const mailContract: {
|
|
1686
1686
|
}, "strip", import("zod").ZodTypeAny, {
|
1687
1687
|
id: string;
|
1688
1688
|
description: string;
|
1689
|
-
createdAt:
|
1690
|
-
updatedAt:
|
1689
|
+
createdAt: Date;
|
1690
|
+
updatedAt: Date;
|
1691
1691
|
deletedAt: string | null;
|
1692
1692
|
actor: {
|
1693
1693
|
id: string;
|
@@ -1705,8 +1705,8 @@ export declare const mailContract: {
|
|
1705
1705
|
}, {
|
1706
1706
|
id: string;
|
1707
1707
|
description: string;
|
1708
|
-
createdAt:
|
1709
|
-
updatedAt:
|
1708
|
+
createdAt: Date;
|
1709
|
+
updatedAt: Date;
|
1710
1710
|
deletedAt: string | null;
|
1711
1711
|
actor: {
|
1712
1712
|
id: string;
|
@@ -2193,8 +2193,8 @@ export declare const mailContract: {
|
|
2193
2193
|
} | {
|
2194
2194
|
id: string;
|
2195
2195
|
description: string;
|
2196
|
-
createdAt:
|
2197
|
-
updatedAt:
|
2196
|
+
createdAt: Date;
|
2197
|
+
updatedAt: Date;
|
2198
2198
|
deletedAt: string | null;
|
2199
2199
|
actor: {
|
2200
2200
|
id: string;
|
@@ -2603,8 +2603,8 @@ export declare const mailContract: {
|
|
2603
2603
|
} | {
|
2604
2604
|
id: string;
|
2605
2605
|
description: string;
|
2606
|
-
createdAt:
|
2607
|
-
updatedAt:
|
2606
|
+
createdAt: Date;
|
2607
|
+
updatedAt: Date;
|
2608
2608
|
deletedAt: string | null;
|
2609
2609
|
actor: {
|
2610
2610
|
id: string;
|
@@ -3018,8 +3018,8 @@ export declare const mailContract: {
|
|
3018
3018
|
} | {
|
3019
3019
|
id: string;
|
3020
3020
|
description: string;
|
3021
|
-
createdAt:
|
3022
|
-
updatedAt:
|
3021
|
+
createdAt: Date;
|
3022
|
+
updatedAt: Date;
|
3023
3023
|
deletedAt: string | null;
|
3024
3024
|
actor: {
|
3025
3025
|
id: string;
|
@@ -3434,8 +3434,8 @@ export declare const mailContract: {
|
|
3434
3434
|
} | {
|
3435
3435
|
id: string;
|
3436
3436
|
description: string;
|
3437
|
-
createdAt:
|
3438
|
-
updatedAt:
|
3437
|
+
createdAt: Date;
|
3438
|
+
updatedAt: Date;
|
3439
3439
|
deletedAt: string | null;
|
3440
3440
|
actor: {
|
3441
3441
|
id: string;
|
@@ -5073,8 +5073,8 @@ export declare const mailContract: {
|
|
5073
5073
|
}[];
|
5074
5074
|
}>, import("zod").ZodObject<{
|
5075
5075
|
id: import("zod").ZodString;
|
5076
|
-
createdAt: import("zod").
|
5077
|
-
updatedAt: import("zod").
|
5076
|
+
createdAt: import("zod").ZodDate;
|
5077
|
+
updatedAt: import("zod").ZodDate;
|
5078
5078
|
deletedAt: import("zod").ZodNullable<import("zod").ZodString>;
|
5079
5079
|
description: import("zod").ZodString;
|
5080
5080
|
actorId: import("zod").ZodString;
|
@@ -5113,8 +5113,8 @@ export declare const mailContract: {
|
|
5113
5113
|
}, "strip", import("zod").ZodTypeAny, {
|
5114
5114
|
id: string;
|
5115
5115
|
description: string;
|
5116
|
-
createdAt:
|
5117
|
-
updatedAt:
|
5116
|
+
createdAt: Date;
|
5117
|
+
updatedAt: Date;
|
5118
5118
|
deletedAt: string | null;
|
5119
5119
|
actor: {
|
5120
5120
|
id: string;
|
@@ -5132,8 +5132,8 @@ export declare const mailContract: {
|
|
5132
5132
|
}, {
|
5133
5133
|
id: string;
|
5134
5134
|
description: string;
|
5135
|
-
createdAt:
|
5136
|
-
updatedAt:
|
5135
|
+
createdAt: Date;
|
5136
|
+
updatedAt: Date;
|
5137
5137
|
deletedAt: string | null;
|
5138
5138
|
actor: {
|
5139
5139
|
id: string;
|
@@ -5620,8 +5620,8 @@ export declare const mailContract: {
|
|
5620
5620
|
} | {
|
5621
5621
|
id: string;
|
5622
5622
|
description: string;
|
5623
|
-
createdAt:
|
5624
|
-
updatedAt:
|
5623
|
+
createdAt: Date;
|
5624
|
+
updatedAt: Date;
|
5625
5625
|
deletedAt: string | null;
|
5626
5626
|
actor: {
|
5627
5627
|
id: string;
|
@@ -6030,8 +6030,8 @@ export declare const mailContract: {
|
|
6030
6030
|
} | {
|
6031
6031
|
id: string;
|
6032
6032
|
description: string;
|
6033
|
-
createdAt:
|
6034
|
-
updatedAt:
|
6033
|
+
createdAt: Date;
|
6034
|
+
updatedAt: Date;
|
6035
6035
|
deletedAt: string | null;
|
6036
6036
|
actor: {
|
6037
6037
|
id: string;
|
@@ -6442,8 +6442,8 @@ export declare const mailContract: {
|
|
6442
6442
|
} | {
|
6443
6443
|
id: string;
|
6444
6444
|
description: string;
|
6445
|
-
createdAt:
|
6446
|
-
updatedAt:
|
6445
|
+
createdAt: Date;
|
6446
|
+
updatedAt: Date;
|
6447
6447
|
deletedAt: string | null;
|
6448
6448
|
actor: {
|
6449
6449
|
id: string;
|
@@ -6855,8 +6855,8 @@ export declare const mailContract: {
|
|
6855
6855
|
} | {
|
6856
6856
|
id: string;
|
6857
6857
|
description: string;
|
6858
|
-
createdAt:
|
6859
|
-
updatedAt:
|
6858
|
+
createdAt: Date;
|
6859
|
+
updatedAt: Date;
|
6860
6860
|
deletedAt: string | null;
|
6861
6861
|
actor: {
|
6862
6862
|
id: string;
|
@@ -8756,8 +8756,8 @@ export declare const mailContract: {
|
|
8756
8756
|
}[];
|
8757
8757
|
}>, import("zod").ZodObject<{
|
8758
8758
|
id: import("zod").ZodString;
|
8759
|
-
createdAt: import("zod").
|
8760
|
-
updatedAt: import("zod").
|
8759
|
+
createdAt: import("zod").ZodDate;
|
8760
|
+
updatedAt: import("zod").ZodDate;
|
8761
8761
|
deletedAt: import("zod").ZodNullable<import("zod").ZodString>;
|
8762
8762
|
description: import("zod").ZodString;
|
8763
8763
|
actorId: import("zod").ZodString;
|
@@ -8796,8 +8796,8 @@ export declare const mailContract: {
|
|
8796
8796
|
}, "strip", import("zod").ZodTypeAny, {
|
8797
8797
|
id: string;
|
8798
8798
|
description: string;
|
8799
|
-
createdAt:
|
8800
|
-
updatedAt:
|
8799
|
+
createdAt: Date;
|
8800
|
+
updatedAt: Date;
|
8801
8801
|
deletedAt: string | null;
|
8802
8802
|
actor: {
|
8803
8803
|
id: string;
|
@@ -8815,8 +8815,8 @@ export declare const mailContract: {
|
|
8815
8815
|
}, {
|
8816
8816
|
id: string;
|
8817
8817
|
description: string;
|
8818
|
-
createdAt:
|
8819
|
-
updatedAt:
|
8818
|
+
createdAt: Date;
|
8819
|
+
updatedAt: Date;
|
8820
8820
|
deletedAt: string | null;
|
8821
8821
|
actor: {
|
8822
8822
|
id: string;
|
@@ -9303,8 +9303,8 @@ export declare const mailContract: {
|
|
9303
9303
|
} | {
|
9304
9304
|
id: string;
|
9305
9305
|
description: string;
|
9306
|
-
createdAt:
|
9307
|
-
updatedAt:
|
9306
|
+
createdAt: Date;
|
9307
|
+
updatedAt: Date;
|
9308
9308
|
deletedAt: string | null;
|
9309
9309
|
actor: {
|
9310
9310
|
id: string;
|
@@ -9713,8 +9713,8 @@ export declare const mailContract: {
|
|
9713
9713
|
} | {
|
9714
9714
|
id: string;
|
9715
9715
|
description: string;
|
9716
|
-
createdAt:
|
9717
|
-
updatedAt:
|
9716
|
+
createdAt: Date;
|
9717
|
+
updatedAt: Date;
|
9718
9718
|
deletedAt: string | null;
|
9719
9719
|
actor: {
|
9720
9720
|
id: string;
|
@@ -10125,8 +10125,8 @@ export declare const mailContract: {
|
|
10125
10125
|
} | {
|
10126
10126
|
id: string;
|
10127
10127
|
description: string;
|
10128
|
-
createdAt:
|
10129
|
-
updatedAt:
|
10128
|
+
createdAt: Date;
|
10129
|
+
updatedAt: Date;
|
10130
10130
|
deletedAt: string | null;
|
10131
10131
|
actor: {
|
10132
10132
|
id: string;
|
@@ -10538,8 +10538,8 @@ export declare const mailContract: {
|
|
10538
10538
|
} | {
|
10539
10539
|
id: string;
|
10540
10540
|
description: string;
|
10541
|
-
createdAt:
|
10542
|
-
updatedAt:
|
10541
|
+
createdAt: Date;
|
10542
|
+
updatedAt: Date;
|
10543
10543
|
deletedAt: string | null;
|
10544
10544
|
actor: {
|
10545
10545
|
id: string;
|
@@ -1646,8 +1646,8 @@ export declare const roomContract: {
|
|
1646
1646
|
}[];
|
1647
1647
|
}>, z.ZodObject<{
|
1648
1648
|
id: z.ZodString;
|
1649
|
-
createdAt: z.
|
1650
|
-
updatedAt: z.
|
1649
|
+
createdAt: z.ZodDate;
|
1650
|
+
updatedAt: z.ZodDate;
|
1651
1651
|
deletedAt: z.ZodNullable<z.ZodString>;
|
1652
1652
|
description: z.ZodString;
|
1653
1653
|
actorId: z.ZodString;
|
@@ -1686,8 +1686,8 @@ export declare const roomContract: {
|
|
1686
1686
|
}, "strip", z.ZodTypeAny, {
|
1687
1687
|
id: string;
|
1688
1688
|
description: string;
|
1689
|
-
createdAt:
|
1690
|
-
updatedAt:
|
1689
|
+
createdAt: Date;
|
1690
|
+
updatedAt: Date;
|
1691
1691
|
deletedAt: string | null;
|
1692
1692
|
actor: {
|
1693
1693
|
id: string;
|
@@ -1705,8 +1705,8 @@ export declare const roomContract: {
|
|
1705
1705
|
}, {
|
1706
1706
|
id: string;
|
1707
1707
|
description: string;
|
1708
|
-
createdAt:
|
1709
|
-
updatedAt:
|
1708
|
+
createdAt: Date;
|
1709
|
+
updatedAt: Date;
|
1710
1710
|
deletedAt: string | null;
|
1711
1711
|
actor: {
|
1712
1712
|
id: string;
|
@@ -2193,8 +2193,8 @@ export declare const roomContract: {
|
|
2193
2193
|
} | {
|
2194
2194
|
id: string;
|
2195
2195
|
description: string;
|
2196
|
-
createdAt:
|
2197
|
-
updatedAt:
|
2196
|
+
createdAt: Date;
|
2197
|
+
updatedAt: Date;
|
2198
2198
|
deletedAt: string | null;
|
2199
2199
|
actor: {
|
2200
2200
|
id: string;
|
@@ -2603,8 +2603,8 @@ export declare const roomContract: {
|
|
2603
2603
|
} | {
|
2604
2604
|
id: string;
|
2605
2605
|
description: string;
|
2606
|
-
createdAt:
|
2607
|
-
updatedAt:
|
2606
|
+
createdAt: Date;
|
2607
|
+
updatedAt: Date;
|
2608
2608
|
deletedAt: string | null;
|
2609
2609
|
actor: {
|
2610
2610
|
id: string;
|
@@ -3018,8 +3018,8 @@ export declare const roomContract: {
|
|
3018
3018
|
} | {
|
3019
3019
|
id: string;
|
3020
3020
|
description: string;
|
3021
|
-
createdAt:
|
3022
|
-
updatedAt:
|
3021
|
+
createdAt: Date;
|
3022
|
+
updatedAt: Date;
|
3023
3023
|
deletedAt: string | null;
|
3024
3024
|
actor: {
|
3025
3025
|
id: string;
|
@@ -3434,8 +3434,8 @@ export declare const roomContract: {
|
|
3434
3434
|
} | {
|
3435
3435
|
id: string;
|
3436
3436
|
description: string;
|
3437
|
-
createdAt:
|
3438
|
-
updatedAt:
|
3437
|
+
createdAt: Date;
|
3438
|
+
updatedAt: Date;
|
3439
3439
|
deletedAt: string | null;
|
3440
3440
|
actor: {
|
3441
3441
|
id: string;
|
@@ -5073,8 +5073,8 @@ export declare const roomContract: {
|
|
5073
5073
|
}[];
|
5074
5074
|
}>, z.ZodObject<{
|
5075
5075
|
id: z.ZodString;
|
5076
|
-
createdAt: z.
|
5077
|
-
updatedAt: z.
|
5076
|
+
createdAt: z.ZodDate;
|
5077
|
+
updatedAt: z.ZodDate;
|
5078
5078
|
deletedAt: z.ZodNullable<z.ZodString>;
|
5079
5079
|
description: z.ZodString;
|
5080
5080
|
actorId: z.ZodString;
|
@@ -5113,8 +5113,8 @@ export declare const roomContract: {
|
|
5113
5113
|
}, "strip", z.ZodTypeAny, {
|
5114
5114
|
id: string;
|
5115
5115
|
description: string;
|
5116
|
-
createdAt:
|
5117
|
-
updatedAt:
|
5116
|
+
createdAt: Date;
|
5117
|
+
updatedAt: Date;
|
5118
5118
|
deletedAt: string | null;
|
5119
5119
|
actor: {
|
5120
5120
|
id: string;
|
@@ -5132,8 +5132,8 @@ export declare const roomContract: {
|
|
5132
5132
|
}, {
|
5133
5133
|
id: string;
|
5134
5134
|
description: string;
|
5135
|
-
createdAt:
|
5136
|
-
updatedAt:
|
5135
|
+
createdAt: Date;
|
5136
|
+
updatedAt: Date;
|
5137
5137
|
deletedAt: string | null;
|
5138
5138
|
actor: {
|
5139
5139
|
id: string;
|
@@ -5620,8 +5620,8 @@ export declare const roomContract: {
|
|
5620
5620
|
} | {
|
5621
5621
|
id: string;
|
5622
5622
|
description: string;
|
5623
|
-
createdAt:
|
5624
|
-
updatedAt:
|
5623
|
+
createdAt: Date;
|
5624
|
+
updatedAt: Date;
|
5625
5625
|
deletedAt: string | null;
|
5626
5626
|
actor: {
|
5627
5627
|
id: string;
|
@@ -6030,8 +6030,8 @@ export declare const roomContract: {
|
|
6030
6030
|
} | {
|
6031
6031
|
id: string;
|
6032
6032
|
description: string;
|
6033
|
-
createdAt:
|
6034
|
-
updatedAt:
|
6033
|
+
createdAt: Date;
|
6034
|
+
updatedAt: Date;
|
6035
6035
|
deletedAt: string | null;
|
6036
6036
|
actor: {
|
6037
6037
|
id: string;
|
@@ -6442,8 +6442,8 @@ export declare const roomContract: {
|
|
6442
6442
|
} | {
|
6443
6443
|
id: string;
|
6444
6444
|
description: string;
|
6445
|
-
createdAt:
|
6446
|
-
updatedAt:
|
6445
|
+
createdAt: Date;
|
6446
|
+
updatedAt: Date;
|
6447
6447
|
deletedAt: string | null;
|
6448
6448
|
actor: {
|
6449
6449
|
id: string;
|
@@ -6855,8 +6855,8 @@ export declare const roomContract: {
|
|
6855
6855
|
} | {
|
6856
6856
|
id: string;
|
6857
6857
|
description: string;
|
6858
|
-
createdAt:
|
6859
|
-
updatedAt:
|
6858
|
+
createdAt: Date;
|
6859
|
+
updatedAt: Date;
|
6860
6860
|
deletedAt: string | null;
|
6861
6861
|
actor: {
|
6862
6862
|
id: string;
|
@@ -8756,8 +8756,8 @@ export declare const roomContract: {
|
|
8756
8756
|
}[];
|
8757
8757
|
}>, z.ZodObject<{
|
8758
8758
|
id: z.ZodString;
|
8759
|
-
createdAt: z.
|
8760
|
-
updatedAt: z.
|
8759
|
+
createdAt: z.ZodDate;
|
8760
|
+
updatedAt: z.ZodDate;
|
8761
8761
|
deletedAt: z.ZodNullable<z.ZodString>;
|
8762
8762
|
description: z.ZodString;
|
8763
8763
|
actorId: z.ZodString;
|
@@ -8796,8 +8796,8 @@ export declare const roomContract: {
|
|
8796
8796
|
}, "strip", z.ZodTypeAny, {
|
8797
8797
|
id: string;
|
8798
8798
|
description: string;
|
8799
|
-
createdAt:
|
8800
|
-
updatedAt:
|
8799
|
+
createdAt: Date;
|
8800
|
+
updatedAt: Date;
|
8801
8801
|
deletedAt: string | null;
|
8802
8802
|
actor: {
|
8803
8803
|
id: string;
|
@@ -8815,8 +8815,8 @@ export declare const roomContract: {
|
|
8815
8815
|
}, {
|
8816
8816
|
id: string;
|
8817
8817
|
description: string;
|
8818
|
-
createdAt:
|
8819
|
-
updatedAt:
|
8818
|
+
createdAt: Date;
|
8819
|
+
updatedAt: Date;
|
8820
8820
|
deletedAt: string | null;
|
8821
8821
|
actor: {
|
8822
8822
|
id: string;
|
@@ -9303,8 +9303,8 @@ export declare const roomContract: {
|
|
9303
9303
|
} | {
|
9304
9304
|
id: string;
|
9305
9305
|
description: string;
|
9306
|
-
createdAt:
|
9307
|
-
updatedAt:
|
9306
|
+
createdAt: Date;
|
9307
|
+
updatedAt: Date;
|
9308
9308
|
deletedAt: string | null;
|
9309
9309
|
actor: {
|
9310
9310
|
id: string;
|
@@ -9713,8 +9713,8 @@ export declare const roomContract: {
|
|
9713
9713
|
} | {
|
9714
9714
|
id: string;
|
9715
9715
|
description: string;
|
9716
|
-
createdAt:
|
9717
|
-
updatedAt:
|
9716
|
+
createdAt: Date;
|
9717
|
+
updatedAt: Date;
|
9718
9718
|
deletedAt: string | null;
|
9719
9719
|
actor: {
|
9720
9720
|
id: string;
|
@@ -10125,8 +10125,8 @@ export declare const roomContract: {
|
|
10125
10125
|
} | {
|
10126
10126
|
id: string;
|
10127
10127
|
description: string;
|
10128
|
-
createdAt:
|
10129
|
-
updatedAt:
|
10128
|
+
createdAt: Date;
|
10129
|
+
updatedAt: Date;
|
10130
10130
|
deletedAt: string | null;
|
10131
10131
|
actor: {
|
10132
10132
|
id: string;
|
@@ -10538,8 +10538,8 @@ export declare const roomContract: {
|
|
10538
10538
|
} | {
|
10539
10539
|
id: string;
|
10540
10540
|
description: string;
|
10541
|
-
createdAt:
|
10542
|
-
updatedAt:
|
10541
|
+
createdAt: Date;
|
10542
|
+
updatedAt: Date;
|
10543
10543
|
deletedAt: string | null;
|
10544
10544
|
actor: {
|
10545
10545
|
id: string;
|
@@ -1564,8 +1564,8 @@ export declare const RoomContractsValidationSchema: {
|
|
1564
1564
|
}[];
|
1565
1565
|
}>, z.ZodObject<{
|
1566
1566
|
id: z.ZodString;
|
1567
|
-
createdAt: z.
|
1568
|
-
updatedAt: z.
|
1567
|
+
createdAt: z.ZodDate;
|
1568
|
+
updatedAt: z.ZodDate;
|
1569
1569
|
deletedAt: z.ZodNullable<z.ZodString>;
|
1570
1570
|
description: z.ZodString;
|
1571
1571
|
actorId: z.ZodString;
|
@@ -1604,8 +1604,8 @@ export declare const RoomContractsValidationSchema: {
|
|
1604
1604
|
}, "strip", z.ZodTypeAny, {
|
1605
1605
|
id: string;
|
1606
1606
|
description: string;
|
1607
|
-
createdAt:
|
1608
|
-
updatedAt:
|
1607
|
+
createdAt: Date;
|
1608
|
+
updatedAt: Date;
|
1609
1609
|
deletedAt: string | null;
|
1610
1610
|
actor: {
|
1611
1611
|
id: string;
|
@@ -1623,8 +1623,8 @@ export declare const RoomContractsValidationSchema: {
|
|
1623
1623
|
}, {
|
1624
1624
|
id: string;
|
1625
1625
|
description: string;
|
1626
|
-
createdAt:
|
1627
|
-
updatedAt:
|
1626
|
+
createdAt: Date;
|
1627
|
+
updatedAt: Date;
|
1628
1628
|
deletedAt: string | null;
|
1629
1629
|
actor: {
|
1630
1630
|
id: string;
|
@@ -2111,8 +2111,8 @@ export declare const RoomContractsValidationSchema: {
|
|
2111
2111
|
} | {
|
2112
2112
|
id: string;
|
2113
2113
|
description: string;
|
2114
|
-
createdAt:
|
2115
|
-
updatedAt:
|
2114
|
+
createdAt: Date;
|
2115
|
+
updatedAt: Date;
|
2116
2116
|
deletedAt: string | null;
|
2117
2117
|
actor: {
|
2118
2118
|
id: string;
|
@@ -2521,8 +2521,8 @@ export declare const RoomContractsValidationSchema: {
|
|
2521
2521
|
} | {
|
2522
2522
|
id: string;
|
2523
2523
|
description: string;
|
2524
|
-
createdAt:
|
2525
|
-
updatedAt:
|
2524
|
+
createdAt: Date;
|
2525
|
+
updatedAt: Date;
|
2526
2526
|
deletedAt: string | null;
|
2527
2527
|
actor: {
|
2528
2528
|
id: string;
|
@@ -2936,8 +2936,8 @@ export declare const RoomContractsValidationSchema: {
|
|
2936
2936
|
} | {
|
2937
2937
|
id: string;
|
2938
2938
|
description: string;
|
2939
|
-
createdAt:
|
2940
|
-
updatedAt:
|
2939
|
+
createdAt: Date;
|
2940
|
+
updatedAt: Date;
|
2941
2941
|
deletedAt: string | null;
|
2942
2942
|
actor: {
|
2943
2943
|
id: string;
|
@@ -3351,8 +3351,8 @@ export declare const RoomContractsValidationSchema: {
|
|
3351
3351
|
} | {
|
3352
3352
|
id: string;
|
3353
3353
|
description: string;
|
3354
|
-
createdAt:
|
3355
|
-
updatedAt:
|
3354
|
+
createdAt: Date;
|
3355
|
+
updatedAt: Date;
|
3356
3356
|
deletedAt: string | null;
|
3357
3357
|
actor: {
|
3358
3358
|
id: string;
|
@@ -1617,8 +1617,8 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1617
1617
|
}[];
|
1618
1618
|
}>, z.ZodObject<{
|
1619
1619
|
id: z.ZodString;
|
1620
|
-
createdAt: z.
|
1621
|
-
updatedAt: z.
|
1620
|
+
createdAt: z.ZodDate;
|
1621
|
+
updatedAt: z.ZodDate;
|
1622
1622
|
deletedAt: z.ZodNullable<z.ZodString>;
|
1623
1623
|
description: z.ZodString;
|
1624
1624
|
actorId: z.ZodString;
|
@@ -1657,8 +1657,8 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1657
1657
|
}, "strip", z.ZodTypeAny, {
|
1658
1658
|
id: string;
|
1659
1659
|
description: string;
|
1660
|
-
createdAt:
|
1661
|
-
updatedAt:
|
1660
|
+
createdAt: Date;
|
1661
|
+
updatedAt: Date;
|
1662
1662
|
deletedAt: string | null;
|
1663
1663
|
actor: {
|
1664
1664
|
id: string;
|
@@ -1676,8 +1676,8 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1676
1676
|
}, {
|
1677
1677
|
id: string;
|
1678
1678
|
description: string;
|
1679
|
-
createdAt:
|
1680
|
-
updatedAt:
|
1679
|
+
createdAt: Date;
|
1680
|
+
updatedAt: Date;
|
1681
1681
|
deletedAt: string | null;
|
1682
1682
|
actor: {
|
1683
1683
|
id: string;
|
@@ -2164,8 +2164,8 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
2164
2164
|
} | {
|
2165
2165
|
id: string;
|
2166
2166
|
description: string;
|
2167
|
-
createdAt:
|
2168
|
-
updatedAt:
|
2167
|
+
createdAt: Date;
|
2168
|
+
updatedAt: Date;
|
2169
2169
|
deletedAt: string | null;
|
2170
2170
|
actor: {
|
2171
2171
|
id: string;
|
@@ -2574,8 +2574,8 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
2574
2574
|
} | {
|
2575
2575
|
id: string;
|
2576
2576
|
description: string;
|
2577
|
-
createdAt:
|
2578
|
-
updatedAt:
|
2577
|
+
createdAt: Date;
|
2578
|
+
updatedAt: Date;
|
2579
2579
|
deletedAt: string | null;
|
2580
2580
|
actor: {
|
2581
2581
|
id: string;
|