@dakkitor/api-contracts 1.1.5 → 1.1.7
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/actives/actives.contract.d.ts +1582 -0
- package/dist/actives/actives.contract.d.ts.map +1 -0
- package/dist/actives/actives.contract.js +252 -0
- package/dist/client-contacts/client-contacts.contract.d.ts +152 -152
- package/dist/client-contacts/client-contacts.contract.d.ts.map +1 -1
- package/dist/client-contacts/client-contacts.contract.js +8 -2
- package/dist/clients/clients.contract.d.ts +150 -107
- package/dist/clients/clients.contract.d.ts.map +1 -1
- package/dist/clients/clients.contract.js +59 -24
- package/dist/index.d.ts +3776 -1323
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +6 -0
- package/dist/users/users.contract.d.ts +1442 -0
- package/dist/users/users.contract.d.ts.map +1 -0
- package/dist/users/users.contract.js +214 -0
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client-contacts.contract.d.ts","sourceRoot":"","sources":["../../contracts/client-contacts/client-contacts.contract.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAqBxB,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;EAKlC,CAAC;AAEH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"client-contacts.contract.d.ts","sourceRoot":"","sources":["../../contracts/client-contacts/client-contacts.contract.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkFxC,CAAC"}
|
|
@@ -37,8 +37,14 @@ exports.ClientContactSchema = zod_1.z
|
|
|
37
37
|
email: zod_1.z.string().email().describe('Email Address'),
|
|
38
38
|
source: zod_1.z.string().optional().describe('Source'),
|
|
39
39
|
createdBy: exports.ClientContactUserSchema.describe('Created By'),
|
|
40
|
-
createdAt: zod_1.z
|
|
41
|
-
|
|
40
|
+
createdAt: zod_1.z
|
|
41
|
+
.union([zod_1.z.string().datetime(), zod_1.z.date()])
|
|
42
|
+
.transform((val) => (val instanceof Date ? val.toISOString() : val))
|
|
43
|
+
.describe('Creation Date'),
|
|
44
|
+
updatedAt: zod_1.z
|
|
45
|
+
.union([zod_1.z.string().datetime(), zod_1.z.date()])
|
|
46
|
+
.transform((val) => (val instanceof Date ? val.toISOString() : val))
|
|
47
|
+
.describe('Last Update Date'),
|
|
42
48
|
version: zod_1.z.number().describe('Version Number'),
|
|
43
49
|
})
|
|
44
50
|
.openapi({ title: 'ClientContact' });
|
|
@@ -1,4 +1,10 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
+
declare const ClientStatusSchema: z.ZodEnum<["APPROVED", "PENDING_VERIFICATION", "BLACKLISTED"]>;
|
|
3
|
+
declare const SortOrderSchema: z.ZodEnum<["ASC", "DESC"]>;
|
|
4
|
+
declare const ClientSortableFieldsSchema: z.ZodEnum<["name", "director", "createdAt", "updatedAt"]>;
|
|
5
|
+
export type ClientStatus = z.infer<typeof ClientStatusSchema>;
|
|
6
|
+
export type SortOrder = z.infer<typeof SortOrderSchema>;
|
|
7
|
+
export type ClientSortableFields = z.infer<typeof ClientSortableFieldsSchema>;
|
|
2
8
|
export declare const ClientUserSchema: z.ZodObject<{
|
|
3
9
|
id: z.ZodString;
|
|
4
10
|
firstName: z.ZodString;
|
|
@@ -39,8 +45,8 @@ export declare const ClientSchema: z.ZodObject<{
|
|
|
39
45
|
lastName: string;
|
|
40
46
|
email: string;
|
|
41
47
|
}>;
|
|
42
|
-
createdAt: z.ZodString
|
|
43
|
-
updatedAt: z.ZodString
|
|
48
|
+
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
49
|
+
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
44
50
|
version: z.ZodNumber;
|
|
45
51
|
agentClientLinks: z.ZodObject<{
|
|
46
52
|
agentId: z.ZodString;
|
|
@@ -51,11 +57,11 @@ export declare const ClientSchema: z.ZodObject<{
|
|
|
51
57
|
}>;
|
|
52
58
|
}, "strip", z.ZodTypeAny, {
|
|
53
59
|
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
54
|
-
name: string;
|
|
55
|
-
director: string;
|
|
56
60
|
createdAt: string;
|
|
57
61
|
updatedAt: string;
|
|
58
62
|
id: string;
|
|
63
|
+
name: string;
|
|
64
|
+
director: string;
|
|
59
65
|
crn: string;
|
|
60
66
|
govLink: string;
|
|
61
67
|
lastUpdatedBy: {
|
|
@@ -71,11 +77,11 @@ export declare const ClientSchema: z.ZodObject<{
|
|
|
71
77
|
blacklistReason?: string | null | undefined;
|
|
72
78
|
}, {
|
|
73
79
|
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
80
|
+
createdAt: string | Date;
|
|
81
|
+
updatedAt: string | Date;
|
|
82
|
+
id: string;
|
|
74
83
|
name: string;
|
|
75
84
|
director: string;
|
|
76
|
-
createdAt: string;
|
|
77
|
-
updatedAt: string;
|
|
78
|
-
id: string;
|
|
79
85
|
crn: string;
|
|
80
86
|
govLink: string;
|
|
81
87
|
lastUpdatedBy: {
|
|
@@ -137,55 +143,55 @@ export declare const UpdateClientSchema: z.ZodEffects<z.ZodObject<{
|
|
|
137
143
|
export declare const FilterClientSchema: z.ZodObject<{
|
|
138
144
|
limit: z.ZodDefault<z.ZodNumber>;
|
|
139
145
|
page: z.ZodDefault<z.ZodNumber>;
|
|
140
|
-
name: z.ZodOptional<z.ZodString
|
|
141
|
-
status: z.ZodOptional<z.ZodEnum<["APPROVED", "PENDING_VERIFICATION", "BLACKLISTED"]
|
|
142
|
-
director: z.ZodOptional<z.ZodString
|
|
146
|
+
name: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
147
|
+
status: z.ZodNullable<z.ZodOptional<z.ZodEnum<["APPROVED", "PENDING_VERIFICATION", "BLACKLISTED"]>>>;
|
|
148
|
+
director: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
143
149
|
createdAt: z.ZodOptional<z.ZodObject<{
|
|
144
|
-
from: z.ZodOptional<z.ZodString
|
|
145
|
-
to: z.ZodOptional<z.ZodString
|
|
150
|
+
from: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
151
|
+
to: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
146
152
|
}, "strip", z.ZodTypeAny, {
|
|
147
|
-
from?: string | undefined;
|
|
148
|
-
to?: string | undefined;
|
|
153
|
+
from?: string | null | undefined;
|
|
154
|
+
to?: string | null | undefined;
|
|
149
155
|
}, {
|
|
150
|
-
from?: string | undefined;
|
|
151
|
-
to?: string | undefined;
|
|
156
|
+
from?: string | null | undefined;
|
|
157
|
+
to?: string | null | undefined;
|
|
152
158
|
}>>;
|
|
153
|
-
sortBy: z.ZodOptional<z.ZodEnum<["name", "director", "createdAt", "updatedAt"]
|
|
154
|
-
sortOrder: z.ZodOptional<z.ZodEnum<["ASC", "DESC"]
|
|
159
|
+
sortBy: z.ZodNullable<z.ZodOptional<z.ZodEnum<["name", "director", "createdAt", "updatedAt"]>>>;
|
|
160
|
+
sortOrder: z.ZodNullable<z.ZodOptional<z.ZodEnum<["ASC", "DESC"]>>>;
|
|
155
161
|
}, "strip", z.ZodTypeAny, {
|
|
156
162
|
limit: number;
|
|
157
163
|
page: number;
|
|
158
|
-
status?: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED" | undefined;
|
|
159
|
-
name?: string | undefined;
|
|
160
|
-
director?: string | undefined;
|
|
164
|
+
status?: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED" | null | undefined;
|
|
161
165
|
createdAt?: {
|
|
162
|
-
from?: string | undefined;
|
|
163
|
-
to?: string | undefined;
|
|
166
|
+
from?: string | null | undefined;
|
|
167
|
+
to?: string | null | undefined;
|
|
164
168
|
} | undefined;
|
|
165
|
-
sortBy?: "
|
|
166
|
-
sortOrder?: "ASC" | "DESC" | undefined;
|
|
169
|
+
sortBy?: "createdAt" | "updatedAt" | "name" | "director" | null | undefined;
|
|
170
|
+
sortOrder?: "ASC" | "DESC" | null | undefined;
|
|
171
|
+
name?: string | null | undefined;
|
|
172
|
+
director?: string | null | undefined;
|
|
167
173
|
}, {
|
|
168
|
-
status?: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED" | undefined;
|
|
174
|
+
status?: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED" | null | undefined;
|
|
169
175
|
limit?: number | undefined;
|
|
170
|
-
name?: string | undefined;
|
|
171
|
-
director?: string | undefined;
|
|
172
176
|
createdAt?: {
|
|
173
|
-
from?: string | undefined;
|
|
174
|
-
to?: string | undefined;
|
|
177
|
+
from?: string | null | undefined;
|
|
178
|
+
to?: string | null | undefined;
|
|
175
179
|
} | undefined;
|
|
176
180
|
page?: number | undefined;
|
|
177
|
-
sortBy?: "
|
|
178
|
-
sortOrder?: "ASC" | "DESC" | undefined;
|
|
181
|
+
sortBy?: "createdAt" | "updatedAt" | "name" | "director" | null | undefined;
|
|
182
|
+
sortOrder?: "ASC" | "DESC" | null | undefined;
|
|
183
|
+
name?: string | null | undefined;
|
|
184
|
+
director?: string | null | undefined;
|
|
179
185
|
}>;
|
|
180
186
|
export declare const ClientAutocompleteResponseSchema: z.ZodObject<{
|
|
181
187
|
id: z.ZodString;
|
|
182
188
|
name: z.ZodString;
|
|
183
189
|
}, "strip", z.ZodTypeAny, {
|
|
184
|
-
name: string;
|
|
185
190
|
id: string;
|
|
186
|
-
}, {
|
|
187
191
|
name: string;
|
|
192
|
+
}, {
|
|
188
193
|
id: string;
|
|
194
|
+
name: string;
|
|
189
195
|
}>;
|
|
190
196
|
export declare const AutocompleteQuerySchema: z.ZodObject<{
|
|
191
197
|
query: z.ZodOptional<z.ZodString>;
|
|
@@ -222,8 +228,8 @@ export declare const PaginatedResponseSchema: z.ZodObject<{
|
|
|
222
228
|
lastName: string;
|
|
223
229
|
email: string;
|
|
224
230
|
}>;
|
|
225
|
-
createdAt: z.ZodString
|
|
226
|
-
updatedAt: z.ZodString
|
|
231
|
+
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
232
|
+
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
227
233
|
version: z.ZodNumber;
|
|
228
234
|
agentClientLinks: z.ZodObject<{
|
|
229
235
|
agentId: z.ZodString;
|
|
@@ -234,11 +240,11 @@ export declare const PaginatedResponseSchema: z.ZodObject<{
|
|
|
234
240
|
}>;
|
|
235
241
|
}, "strip", z.ZodTypeAny, {
|
|
236
242
|
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
237
|
-
name: string;
|
|
238
|
-
director: string;
|
|
239
243
|
createdAt: string;
|
|
240
244
|
updatedAt: string;
|
|
241
245
|
id: string;
|
|
246
|
+
name: string;
|
|
247
|
+
director: string;
|
|
242
248
|
crn: string;
|
|
243
249
|
govLink: string;
|
|
244
250
|
lastUpdatedBy: {
|
|
@@ -254,11 +260,11 @@ export declare const PaginatedResponseSchema: z.ZodObject<{
|
|
|
254
260
|
blacklistReason?: string | null | undefined;
|
|
255
261
|
}, {
|
|
256
262
|
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
263
|
+
createdAt: string | Date;
|
|
264
|
+
updatedAt: string | Date;
|
|
265
|
+
id: string;
|
|
257
266
|
name: string;
|
|
258
267
|
director: string;
|
|
259
|
-
createdAt: string;
|
|
260
|
-
updatedAt: string;
|
|
261
|
-
id: string;
|
|
262
268
|
crn: string;
|
|
263
269
|
govLink: string;
|
|
264
270
|
lastUpdatedBy: {
|
|
@@ -281,11 +287,11 @@ export declare const PaginatedResponseSchema: z.ZodObject<{
|
|
|
281
287
|
}, "strip", z.ZodTypeAny, {
|
|
282
288
|
items: {
|
|
283
289
|
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
284
|
-
name: string;
|
|
285
|
-
director: string;
|
|
286
290
|
createdAt: string;
|
|
287
291
|
updatedAt: string;
|
|
288
292
|
id: string;
|
|
293
|
+
name: string;
|
|
294
|
+
director: string;
|
|
289
295
|
crn: string;
|
|
290
296
|
govLink: string;
|
|
291
297
|
lastUpdatedBy: {
|
|
@@ -308,11 +314,11 @@ export declare const PaginatedResponseSchema: z.ZodObject<{
|
|
|
308
314
|
}, {
|
|
309
315
|
items: {
|
|
310
316
|
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
317
|
+
createdAt: string | Date;
|
|
318
|
+
updatedAt: string | Date;
|
|
319
|
+
id: string;
|
|
311
320
|
name: string;
|
|
312
321
|
director: string;
|
|
313
|
-
createdAt: string;
|
|
314
|
-
updatedAt: string;
|
|
315
|
-
id: string;
|
|
316
322
|
crn: string;
|
|
317
323
|
govLink: string;
|
|
318
324
|
lastUpdatedBy: {
|
|
@@ -342,6 +348,12 @@ export type AutocompleteQueryV2 = z.infer<typeof AutocompleteQuerySchema>;
|
|
|
342
348
|
export type PaginatedResponseV2 = z.infer<typeof PaginatedResponseSchema>;
|
|
343
349
|
export declare const clientsContractRouter: {
|
|
344
350
|
create: {
|
|
351
|
+
metadata: {
|
|
352
|
+
tags: string[];
|
|
353
|
+
openApi: {
|
|
354
|
+
operationId: string;
|
|
355
|
+
};
|
|
356
|
+
};
|
|
345
357
|
summary: "Create a new client";
|
|
346
358
|
method: "POST";
|
|
347
359
|
body: z.ZodObject<{
|
|
@@ -483,8 +495,8 @@ export declare const clientsContractRouter: {
|
|
|
483
495
|
lastName: string;
|
|
484
496
|
email: string;
|
|
485
497
|
}>;
|
|
486
|
-
createdAt: z.ZodString
|
|
487
|
-
updatedAt: z.ZodString
|
|
498
|
+
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
499
|
+
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
488
500
|
version: z.ZodNumber;
|
|
489
501
|
agentClientLinks: z.ZodObject<{
|
|
490
502
|
agentId: z.ZodString;
|
|
@@ -495,11 +507,11 @@ export declare const clientsContractRouter: {
|
|
|
495
507
|
}>;
|
|
496
508
|
}, "strip", z.ZodTypeAny, {
|
|
497
509
|
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
498
|
-
name: string;
|
|
499
|
-
director: string;
|
|
500
510
|
createdAt: string;
|
|
501
511
|
updatedAt: string;
|
|
502
512
|
id: string;
|
|
513
|
+
name: string;
|
|
514
|
+
director: string;
|
|
503
515
|
crn: string;
|
|
504
516
|
govLink: string;
|
|
505
517
|
lastUpdatedBy: {
|
|
@@ -515,11 +527,11 @@ export declare const clientsContractRouter: {
|
|
|
515
527
|
blacklistReason?: string | null | undefined;
|
|
516
528
|
}, {
|
|
517
529
|
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
530
|
+
createdAt: string | Date;
|
|
531
|
+
updatedAt: string | Date;
|
|
532
|
+
id: string;
|
|
518
533
|
name: string;
|
|
519
534
|
director: string;
|
|
520
|
-
createdAt: string;
|
|
521
|
-
updatedAt: string;
|
|
522
|
-
id: string;
|
|
523
535
|
crn: string;
|
|
524
536
|
govLink: string;
|
|
525
537
|
lastUpdatedBy: {
|
|
@@ -562,48 +574,54 @@ export declare const clientsContractRouter: {
|
|
|
562
574
|
};
|
|
563
575
|
};
|
|
564
576
|
findAll: {
|
|
577
|
+
metadata: {
|
|
578
|
+
tags: string[];
|
|
579
|
+
openApi: {
|
|
580
|
+
operationId: string;
|
|
581
|
+
};
|
|
582
|
+
};
|
|
565
583
|
query: z.ZodObject<{
|
|
566
584
|
limit: z.ZodDefault<z.ZodNumber>;
|
|
567
585
|
page: z.ZodDefault<z.ZodNumber>;
|
|
568
|
-
name: z.ZodOptional<z.ZodString
|
|
569
|
-
status: z.ZodOptional<z.ZodEnum<["APPROVED", "PENDING_VERIFICATION", "BLACKLISTED"]
|
|
570
|
-
director: z.ZodOptional<z.ZodString
|
|
586
|
+
name: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
587
|
+
status: z.ZodNullable<z.ZodOptional<z.ZodEnum<["APPROVED", "PENDING_VERIFICATION", "BLACKLISTED"]>>>;
|
|
588
|
+
director: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
571
589
|
createdAt: z.ZodOptional<z.ZodObject<{
|
|
572
|
-
from: z.ZodOptional<z.ZodString
|
|
573
|
-
to: z.ZodOptional<z.ZodString
|
|
590
|
+
from: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
591
|
+
to: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
574
592
|
}, "strip", z.ZodTypeAny, {
|
|
575
|
-
from?: string | undefined;
|
|
576
|
-
to?: string | undefined;
|
|
593
|
+
from?: string | null | undefined;
|
|
594
|
+
to?: string | null | undefined;
|
|
577
595
|
}, {
|
|
578
|
-
from?: string | undefined;
|
|
579
|
-
to?: string | undefined;
|
|
596
|
+
from?: string | null | undefined;
|
|
597
|
+
to?: string | null | undefined;
|
|
580
598
|
}>>;
|
|
581
|
-
sortBy: z.ZodOptional<z.ZodEnum<["name", "director", "createdAt", "updatedAt"]
|
|
582
|
-
sortOrder: z.ZodOptional<z.ZodEnum<["ASC", "DESC"]
|
|
599
|
+
sortBy: z.ZodNullable<z.ZodOptional<z.ZodEnum<["name", "director", "createdAt", "updatedAt"]>>>;
|
|
600
|
+
sortOrder: z.ZodNullable<z.ZodOptional<z.ZodEnum<["ASC", "DESC"]>>>;
|
|
583
601
|
}, "strip", z.ZodTypeAny, {
|
|
584
602
|
limit: number;
|
|
585
603
|
page: number;
|
|
586
|
-
status?: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED" | undefined;
|
|
587
|
-
name?: string | undefined;
|
|
588
|
-
director?: string | undefined;
|
|
604
|
+
status?: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED" | null | undefined;
|
|
589
605
|
createdAt?: {
|
|
590
|
-
from?: string | undefined;
|
|
591
|
-
to?: string | undefined;
|
|
606
|
+
from?: string | null | undefined;
|
|
607
|
+
to?: string | null | undefined;
|
|
592
608
|
} | undefined;
|
|
593
|
-
sortBy?: "
|
|
594
|
-
sortOrder?: "ASC" | "DESC" | undefined;
|
|
609
|
+
sortBy?: "createdAt" | "updatedAt" | "name" | "director" | null | undefined;
|
|
610
|
+
sortOrder?: "ASC" | "DESC" | null | undefined;
|
|
611
|
+
name?: string | null | undefined;
|
|
612
|
+
director?: string | null | undefined;
|
|
595
613
|
}, {
|
|
596
|
-
status?: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED" | undefined;
|
|
614
|
+
status?: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED" | null | undefined;
|
|
597
615
|
limit?: number | undefined;
|
|
598
|
-
name?: string | undefined;
|
|
599
|
-
director?: string | undefined;
|
|
600
616
|
createdAt?: {
|
|
601
|
-
from?: string | undefined;
|
|
602
|
-
to?: string | undefined;
|
|
617
|
+
from?: string | null | undefined;
|
|
618
|
+
to?: string | null | undefined;
|
|
603
619
|
} | undefined;
|
|
604
620
|
page?: number | undefined;
|
|
605
|
-
sortBy?: "
|
|
606
|
-
sortOrder?: "ASC" | "DESC" | undefined;
|
|
621
|
+
sortBy?: "createdAt" | "updatedAt" | "name" | "director" | null | undefined;
|
|
622
|
+
sortOrder?: "ASC" | "DESC" | null | undefined;
|
|
623
|
+
name?: string | null | undefined;
|
|
624
|
+
director?: string | null | undefined;
|
|
607
625
|
}>;
|
|
608
626
|
summary: "Get all clients";
|
|
609
627
|
method: "GET";
|
|
@@ -734,8 +752,8 @@ export declare const clientsContractRouter: {
|
|
|
734
752
|
lastName: string;
|
|
735
753
|
email: string;
|
|
736
754
|
}>;
|
|
737
|
-
createdAt: z.ZodString
|
|
738
|
-
updatedAt: z.ZodString
|
|
755
|
+
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
756
|
+
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
739
757
|
version: z.ZodNumber;
|
|
740
758
|
agentClientLinks: z.ZodObject<{
|
|
741
759
|
agentId: z.ZodString;
|
|
@@ -746,11 +764,11 @@ export declare const clientsContractRouter: {
|
|
|
746
764
|
}>;
|
|
747
765
|
}, "strip", z.ZodTypeAny, {
|
|
748
766
|
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
749
|
-
name: string;
|
|
750
|
-
director: string;
|
|
751
767
|
createdAt: string;
|
|
752
768
|
updatedAt: string;
|
|
753
769
|
id: string;
|
|
770
|
+
name: string;
|
|
771
|
+
director: string;
|
|
754
772
|
crn: string;
|
|
755
773
|
govLink: string;
|
|
756
774
|
lastUpdatedBy: {
|
|
@@ -766,11 +784,11 @@ export declare const clientsContractRouter: {
|
|
|
766
784
|
blacklistReason?: string | null | undefined;
|
|
767
785
|
}, {
|
|
768
786
|
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
787
|
+
createdAt: string | Date;
|
|
788
|
+
updatedAt: string | Date;
|
|
789
|
+
id: string;
|
|
769
790
|
name: string;
|
|
770
791
|
director: string;
|
|
771
|
-
createdAt: string;
|
|
772
|
-
updatedAt: string;
|
|
773
|
-
id: string;
|
|
774
792
|
crn: string;
|
|
775
793
|
govLink: string;
|
|
776
794
|
lastUpdatedBy: {
|
|
@@ -793,11 +811,11 @@ export declare const clientsContractRouter: {
|
|
|
793
811
|
}, "strip", z.ZodTypeAny, {
|
|
794
812
|
items: {
|
|
795
813
|
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
796
|
-
name: string;
|
|
797
|
-
director: string;
|
|
798
814
|
createdAt: string;
|
|
799
815
|
updatedAt: string;
|
|
800
816
|
id: string;
|
|
817
|
+
name: string;
|
|
818
|
+
director: string;
|
|
801
819
|
crn: string;
|
|
802
820
|
govLink: string;
|
|
803
821
|
lastUpdatedBy: {
|
|
@@ -820,11 +838,11 @@ export declare const clientsContractRouter: {
|
|
|
820
838
|
}, {
|
|
821
839
|
items: {
|
|
822
840
|
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
841
|
+
createdAt: string | Date;
|
|
842
|
+
updatedAt: string | Date;
|
|
843
|
+
id: string;
|
|
823
844
|
name: string;
|
|
824
845
|
director: string;
|
|
825
|
-
createdAt: string;
|
|
826
|
-
updatedAt: string;
|
|
827
|
-
id: string;
|
|
828
846
|
crn: string;
|
|
829
847
|
govLink: string;
|
|
830
848
|
lastUpdatedBy: {
|
|
@@ -848,6 +866,12 @@ export declare const clientsContractRouter: {
|
|
|
848
866
|
};
|
|
849
867
|
};
|
|
850
868
|
autocomplete: {
|
|
869
|
+
metadata: {
|
|
870
|
+
tags: string[];
|
|
871
|
+
openApi: {
|
|
872
|
+
operationId: string;
|
|
873
|
+
};
|
|
874
|
+
};
|
|
851
875
|
query: z.ZodObject<{
|
|
852
876
|
query: z.ZodOptional<z.ZodString>;
|
|
853
877
|
id: z.ZodOptional<z.ZodString>;
|
|
@@ -966,15 +990,21 @@ export declare const clientsContractRouter: {
|
|
|
966
990
|
id: z.ZodString;
|
|
967
991
|
name: z.ZodString;
|
|
968
992
|
}, "strip", z.ZodTypeAny, {
|
|
969
|
-
name: string;
|
|
970
993
|
id: string;
|
|
971
|
-
}, {
|
|
972
994
|
name: string;
|
|
995
|
+
}, {
|
|
973
996
|
id: string;
|
|
997
|
+
name: string;
|
|
974
998
|
}>, "many">;
|
|
975
999
|
};
|
|
976
1000
|
};
|
|
977
1001
|
findOne: {
|
|
1002
|
+
metadata: {
|
|
1003
|
+
tags: string[];
|
|
1004
|
+
openApi: {
|
|
1005
|
+
operationId: string;
|
|
1006
|
+
};
|
|
1007
|
+
};
|
|
978
1008
|
pathParams: z.ZodObject<{
|
|
979
1009
|
id: z.ZodString;
|
|
980
1010
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1110,8 +1140,8 @@ export declare const clientsContractRouter: {
|
|
|
1110
1140
|
lastName: string;
|
|
1111
1141
|
email: string;
|
|
1112
1142
|
}>;
|
|
1113
|
-
createdAt: z.ZodString
|
|
1114
|
-
updatedAt: z.ZodString
|
|
1143
|
+
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
1144
|
+
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
1115
1145
|
version: z.ZodNumber;
|
|
1116
1146
|
agentClientLinks: z.ZodObject<{
|
|
1117
1147
|
agentId: z.ZodString;
|
|
@@ -1122,11 +1152,11 @@ export declare const clientsContractRouter: {
|
|
|
1122
1152
|
}>;
|
|
1123
1153
|
}, "strip", z.ZodTypeAny, {
|
|
1124
1154
|
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
1125
|
-
name: string;
|
|
1126
|
-
director: string;
|
|
1127
1155
|
createdAt: string;
|
|
1128
1156
|
updatedAt: string;
|
|
1129
1157
|
id: string;
|
|
1158
|
+
name: string;
|
|
1159
|
+
director: string;
|
|
1130
1160
|
crn: string;
|
|
1131
1161
|
govLink: string;
|
|
1132
1162
|
lastUpdatedBy: {
|
|
@@ -1142,11 +1172,11 @@ export declare const clientsContractRouter: {
|
|
|
1142
1172
|
blacklistReason?: string | null | undefined;
|
|
1143
1173
|
}, {
|
|
1144
1174
|
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
1175
|
+
createdAt: string | Date;
|
|
1176
|
+
updatedAt: string | Date;
|
|
1177
|
+
id: string;
|
|
1145
1178
|
name: string;
|
|
1146
1179
|
director: string;
|
|
1147
|
-
createdAt: string;
|
|
1148
|
-
updatedAt: string;
|
|
1149
|
-
id: string;
|
|
1150
1180
|
crn: string;
|
|
1151
1181
|
govLink: string;
|
|
1152
1182
|
lastUpdatedBy: {
|
|
@@ -1189,6 +1219,12 @@ export declare const clientsContractRouter: {
|
|
|
1189
1219
|
};
|
|
1190
1220
|
};
|
|
1191
1221
|
update: {
|
|
1222
|
+
metadata: {
|
|
1223
|
+
tags: string[];
|
|
1224
|
+
openApi: {
|
|
1225
|
+
operationId: string;
|
|
1226
|
+
};
|
|
1227
|
+
};
|
|
1192
1228
|
pathParams: z.ZodObject<{
|
|
1193
1229
|
id: z.ZodString;
|
|
1194
1230
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1355,8 +1391,8 @@ export declare const clientsContractRouter: {
|
|
|
1355
1391
|
lastName: string;
|
|
1356
1392
|
email: string;
|
|
1357
1393
|
}>;
|
|
1358
|
-
createdAt: z.ZodString
|
|
1359
|
-
updatedAt: z.ZodString
|
|
1394
|
+
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
1395
|
+
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
1360
1396
|
version: z.ZodNumber;
|
|
1361
1397
|
agentClientLinks: z.ZodObject<{
|
|
1362
1398
|
agentId: z.ZodString;
|
|
@@ -1367,11 +1403,11 @@ export declare const clientsContractRouter: {
|
|
|
1367
1403
|
}>;
|
|
1368
1404
|
}, "strip", z.ZodTypeAny, {
|
|
1369
1405
|
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
1370
|
-
name: string;
|
|
1371
|
-
director: string;
|
|
1372
1406
|
createdAt: string;
|
|
1373
1407
|
updatedAt: string;
|
|
1374
1408
|
id: string;
|
|
1409
|
+
name: string;
|
|
1410
|
+
director: string;
|
|
1375
1411
|
crn: string;
|
|
1376
1412
|
govLink: string;
|
|
1377
1413
|
lastUpdatedBy: {
|
|
@@ -1387,11 +1423,11 @@ export declare const clientsContractRouter: {
|
|
|
1387
1423
|
blacklistReason?: string | null | undefined;
|
|
1388
1424
|
}, {
|
|
1389
1425
|
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
1426
|
+
createdAt: string | Date;
|
|
1427
|
+
updatedAt: string | Date;
|
|
1428
|
+
id: string;
|
|
1390
1429
|
name: string;
|
|
1391
1430
|
director: string;
|
|
1392
|
-
createdAt: string;
|
|
1393
|
-
updatedAt: string;
|
|
1394
|
-
id: string;
|
|
1395
1431
|
crn: string;
|
|
1396
1432
|
govLink: string;
|
|
1397
1433
|
lastUpdatedBy: {
|
|
@@ -1459,6 +1495,12 @@ export declare const clientsContractRouter: {
|
|
|
1459
1495
|
};
|
|
1460
1496
|
};
|
|
1461
1497
|
remove: {
|
|
1498
|
+
metadata: {
|
|
1499
|
+
tags: string[];
|
|
1500
|
+
openApi: {
|
|
1501
|
+
operationId: string;
|
|
1502
|
+
};
|
|
1503
|
+
};
|
|
1462
1504
|
pathParams: z.ZodObject<{
|
|
1463
1505
|
id: z.ZodString;
|
|
1464
1506
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1571,7 +1613,7 @@ export declare const clientsContractRouter: {
|
|
|
1571
1613
|
details?: unknown;
|
|
1572
1614
|
correlationId?: string | undefined;
|
|
1573
1615
|
}>;
|
|
1574
|
-
|
|
1616
|
+
224: z.ZodUndefined;
|
|
1575
1617
|
404: z.ZodObject<{
|
|
1576
1618
|
statusCode: z.ZodNumber;
|
|
1577
1619
|
message: z.ZodString;
|
|
@@ -1600,4 +1642,5 @@ export declare const clientsContractRouter: {
|
|
|
1600
1642
|
};
|
|
1601
1643
|
};
|
|
1602
1644
|
};
|
|
1645
|
+
export {};
|
|
1603
1646
|
//# sourceMappingURL=clients.contract.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"clients.contract.d.ts","sourceRoot":"","sources":["../../contracts/clients/clients.contract.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"clients.contract.d.ts","sourceRoot":"","sources":["../../contracts/clients/clients.contract.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,QAAA,MAAM,kBAAkB,gEAEa,CAAC;AAEtC,QAAA,MAAM,eAAe,4BAA0D,CAAC;AAEhF,QAAA,MAAM,0BAA0B,2DAEa,CAAC;AAE9C,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAC9D,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC;AACxD,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC;AAE9E,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;EAK3B,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyBM,CAAC;AAEhC,eAAO,MAAM,kBAAkB;;;;;;;;;;;;EAUM,CAAC;AAEtC,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6BM,CAAC;AAEtC,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwC7B,CAAC;AAEH,eAAO,MAAM,gCAAgC;;;;;;;;;EAKF,CAAC;AAE5C,eAAO,MAAM,uBAAuB;;;;;;;;;EAYM,CAAC;AAE3C,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAIa,CAAC;AAElD,MAAM,MAAM,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,CAAC;AACpD,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAChE,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAChE,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAChE,MAAM,MAAM,4BAA4B,GAAG,CAAC,CAAC,KAAK,CAChD,OAAO,gCAAgC,CACxC,CAAC;AACF,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAC1E,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAI1E,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6FjC,CAAC"}
|