@dakkitor/api-contracts 1.5.0 → 1.7.0
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/abilities/abilities.contract.d.ts +6 -2
- package/dist/abilities/abilities.contract.d.ts.map +1 -1
- package/dist/abilities/abilities.contract.js +45 -1
- package/dist/abilities/abilities.contract.spec.js +98 -0
- package/dist/abilities/first-agent.abilities.json +8 -14
- package/dist/abilities/outreach.abilities.json +25 -0
- package/dist/abilities/second-agent.abilities.json +4 -13
- package/dist/actives/actives.contract.d.ts +3618 -3479
- package/dist/actives/actives.contract.d.ts.map +1 -1
- package/dist/actives/actives.contract.js +2 -0
- package/dist/actives/actives.contract.spec.d.ts +2 -0
- package/dist/actives/actives.contract.spec.d.ts.map +1 -0
- package/dist/actives/actives.contract.spec.js +35 -0
- package/dist/agent-client-links/agent-client-links.contract.d.ts +1087 -1087
- package/dist/auth/auth.contract.d.ts +108 -108
- package/dist/bookings/bookings.contract.d.ts +6644 -6452
- package/dist/bookings/bookings.contract.d.ts.map +1 -1
- package/dist/call-history/call-history.contract.d.ts +718 -718
- package/dist/calls-feed/calls-feed.contract.d.ts +86 -86
- package/dist/client-contacts/client-contacts.contract.d.ts +469 -469
- package/dist/clients/clients.contract.d.ts +203 -203
- package/dist/collaboration-checkings/collaboration-checkings.contract.d.ts +2713 -2713
- package/dist/collaborations/collaborations.contract.d.ts +2270 -2270
- package/dist/common/common-schemas.d.ts +12 -12
- package/dist/companies/companies.contract.d.ts +74 -74
- package/dist/crews/crews.contract.d.ts +253 -253
- package/dist/cron-executions/cron-executions.contract.d.ts +182 -182
- package/dist/curated-worker-leads/candidate-coordination.contract.d.ts +2723 -2723
- package/dist/curated-worker-leads/candidate-edit-session.contract.d.ts +378 -378
- package/dist/curated-worker-leads/consent-queue.contract.d.ts +1117 -1087
- package/dist/curated-worker-leads/consent-queue.contract.d.ts.map +1 -1
- package/dist/curated-worker-leads/curated-worker-lead-config.contract.d.ts +16 -16
- package/dist/curated-worker-leads/curated-worker-leads.contract.d.ts +2 -2
- package/dist/curated-worker-leads/jobs-tab.contract.d.ts +5818 -5372
- package/dist/curated-worker-leads/jobs-tab.contract.d.ts.map +1 -1
- package/dist/curated-worker-leads/jobs-tab.contract.js +34 -1
- package/dist/curated-worker-leads/lead-agent-area.contract.d.ts +4 -4
- package/dist/curated-worker-leads/outreach-pool-summary.contract.spec.d.ts +2 -0
- package/dist/curated-worker-leads/outreach-pool-summary.contract.spec.d.ts.map +1 -0
- package/dist/curated-worker-leads/outreach-pool-summary.contract.spec.js +39 -0
- package/dist/curated-worker-leads/owned-jobs-tab.contract.d.ts +148 -148
- package/dist/curated-workers/curated-workers.contract.d.ts +789 -789
- package/dist/dashboards/agent-daily-metrics.contract.d.ts +2 -2
- package/dist/dashboards/dashboard-widgets.contract.d.ts +180 -180
- package/dist/dashboards/dashboard.contract.d.ts +12 -12
- package/dist/document-intake/document-intake.contract.d.ts +601 -601
- package/dist/export-jobs/export-jobs.contract.d.ts +694 -694
- package/dist/exports-events/exports-events.schemas.d.ts +4 -4
- package/dist/files/files.contract.d.ts +74 -74
- package/dist/index.d.ts +12 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +12 -0
- package/dist/interactions/interactions.contract.d.ts +6 -6
- package/dist/job-clusters/job-clusters.contract.d.ts +112 -112
- package/dist/jobs/job-moderation-fields.spec.d.ts +2 -0
- package/dist/jobs/job-moderation-fields.spec.d.ts.map +1 -0
- package/dist/jobs/job-moderation-fields.spec.js +72 -0
- package/dist/jobs/jobs.contract.d.ts +4773 -4525
- package/dist/jobs/jobs.contract.d.ts.map +1 -1
- package/dist/jobs/jobs.contract.js +48 -0
- package/dist/kpi-impersonation/kpi-impersonation.contract.d.ts +141 -141
- package/dist/lead-assignments/lead-assignments.contract.d.ts +911 -911
- package/dist/lead-distribution/agent-lead-distribution.contract.d.ts +209 -209
- package/dist/lead-distribution/lead-distribution-config.contract.d.ts +77 -77
- package/dist/leads/leads.contract.d.ts +283 -283
- package/dist/locations/locations.contract.d.ts +49 -49
- package/dist/notifications/notifications.contract.d.ts +67 -67
- package/dist/offices/offices.contract.d.ts +34 -34
- package/dist/outreach/__tests__/outreach-contract-additions.spec.js +11 -0
- package/dist/outreach/__tests__/outreach-requests.contract.spec.js +50 -0
- package/dist/outreach/__tests__/outreach-routes.test.js +14 -3
- package/dist/outreach/lab-outreach.contract.d.ts +1110 -0
- package/dist/outreach/lab-outreach.contract.d.ts.map +1 -0
- package/dist/outreach/lab-outreach.contract.js +174 -0
- package/dist/outreach/lab-outreach.contract.spec.d.ts +2 -0
- package/dist/outreach/lab-outreach.contract.spec.d.ts.map +1 -0
- package/dist/outreach/lab-outreach.contract.spec.js +90 -0
- package/dist/outreach/outreach-requests.contract.d.ts +946 -217
- package/dist/outreach/outreach-requests.contract.d.ts.map +1 -1
- package/dist/outreach/outreach-requests.contract.js +23 -3
- package/dist/outreach/outreach-requests.schemas.d.ts +65 -10
- package/dist/outreach/outreach-requests.schemas.d.ts.map +1 -1
- package/dist/outreach/outreach-requests.schemas.js +6 -0
- package/dist/outreach/outreach.contract.d.ts +300 -38
- package/dist/outreach/outreach.contract.d.ts.map +1 -1
- package/dist/outreach/outreach.contract.js +18 -0
- package/dist/outreach/outreach.contract.spec.d.ts +2 -0
- package/dist/outreach/outreach.contract.spec.d.ts.map +1 -0
- package/dist/outreach/outreach.contract.spec.js +57 -0
- package/dist/outreach/outreach.schemas.d.ts +2 -2
- package/dist/own-research/own-research.contract.d.ts +775 -775
- package/dist/postcodes/postcodes.contract.d.ts +24 -24
- package/dist/proofs/proof-type.enum.d.ts +4 -4
- package/dist/proofs/proofs.contract.d.ts +363 -363
- package/dist/proofs/proofs.dtos.d.ts +124 -124
- package/dist/qualifications/qualifications.contract.d.ts +38 -38
- package/dist/relay-pods/relay-lab-fleet.contract.d.ts +829 -0
- package/dist/relay-pods/relay-lab-fleet.contract.d.ts.map +1 -0
- package/dist/relay-pods/relay-lab-fleet.contract.js +79 -0
- package/dist/relay-pods/relay-lab-fleet.contract.spec.d.ts +2 -0
- package/dist/relay-pods/relay-lab-fleet.contract.spec.d.ts.map +1 -0
- package/dist/relay-pods/relay-lab-fleet.contract.spec.js +146 -0
- package/dist/relay-pods/relay-lab-fleet.schemas.d.ts +443 -0
- package/dist/relay-pods/relay-lab-fleet.schemas.d.ts.map +1 -0
- package/dist/relay-pods/relay-lab-fleet.schemas.js +138 -0
- package/dist/relay-pods/relay-pod-sessions.contract.d.ts +680 -0
- package/dist/relay-pods/relay-pod-sessions.contract.d.ts.map +1 -0
- package/dist/relay-pods/relay-pod-sessions.contract.js +67 -0
- package/dist/relay-pods/relay-pod-sessions.contract.spec.d.ts +2 -0
- package/dist/relay-pods/relay-pod-sessions.contract.spec.d.ts.map +1 -0
- package/dist/relay-pods/relay-pod-sessions.contract.spec.js +129 -0
- package/dist/relay-pods/relay-pods.contract.d.ts +1569 -0
- package/dist/relay-pods/relay-pods.contract.d.ts.map +1 -0
- package/dist/relay-pods/relay-pods.contract.js +188 -0
- package/dist/relay-pods/relay-pods.contract.spec.d.ts +2 -0
- package/dist/relay-pods/relay-pods.contract.spec.d.ts.map +1 -0
- package/dist/relay-pods/relay-pods.contract.spec.js +141 -0
- package/dist/relay-pods/relay-pods.schemas.d.ts +415 -0
- package/dist/relay-pods/relay-pods.schemas.d.ts.map +1 -0
- package/dist/relay-pods/relay-pods.schemas.js +112 -0
- package/dist/shared/live-booking.schema.d.ts +4 -4
- package/dist/shared/summary-schemas.d.ts +6 -6
- package/dist/sheets-sync/sheets-sync.contract.d.ts +939 -939
- package/dist/telegram/telegram.contract.d.ts +22 -22
- package/dist/trades/trades.contract.d.ts +90 -90
- package/dist/user-access-grants/user-access-grants.contract.d.ts +165 -165
- package/dist/users/__tests__/assignable-roles.spec.d.ts +2 -0
- package/dist/users/__tests__/assignable-roles.spec.d.ts.map +1 -0
- package/dist/users/__tests__/assignable-roles.spec.js +41 -0
- package/dist/users/users.contract.d.ts +399 -393
- package/dist/users/users.contract.d.ts.map +1 -1
- package/dist/users/users.contract.js +11 -0
- package/dist/worker-identity-cases/worker-identity-cases.contract.d.ts +585 -527
- package/dist/worker-identity-cases/worker-identity-cases.contract.d.ts.map +1 -1
- package/dist/worker-merge-proposals/worker-merge-proposals.contract.d.ts +278 -236
- package/dist/worker-merge-proposals/worker-merge-proposals.contract.d.ts.map +1 -1
- package/dist/worker-merge-proposals/worker-merge-proposals.contract.js +1 -0
- package/dist/worker-source-identity-conflicts/worker-source-identity-conflicts.contract.d.ts +153 -153
- package/dist/worker-source-identity-conflicts/worker-source-identity-conflicts.schemas.d.ts +59 -59
- package/dist/workers/workers.contract.d.ts +2919 -2919
- package/package.json +1 -1
- package/dist/bookings/bookings.contract.spec.d.ts +0 -2
- package/dist/bookings/bookings.contract.spec.d.ts.map +0 -1
- package/dist/bookings/bookings.contract.spec.js +0 -11
|
@@ -70,45 +70,45 @@ export declare const ClientSchema: z.ZodObject<{
|
|
|
70
70
|
agentId: string;
|
|
71
71
|
}>>>;
|
|
72
72
|
}, "strip", z.ZodTypeAny, {
|
|
73
|
-
status: "
|
|
73
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
74
74
|
id: string;
|
|
75
75
|
name: string;
|
|
76
76
|
createdAt: string;
|
|
77
77
|
updatedAt: string;
|
|
78
78
|
crn: string | null;
|
|
79
79
|
govLink: string | null;
|
|
80
|
-
soleTrader: boolean;
|
|
81
80
|
director: string;
|
|
81
|
+
soleTrader: boolean;
|
|
82
82
|
blacklistReason?: string | null | undefined;
|
|
83
|
+
agentClientLinks?: {
|
|
84
|
+
agentId: string;
|
|
85
|
+
} | null | undefined;
|
|
83
86
|
lastUpdatedBy?: {
|
|
84
87
|
id: string;
|
|
85
88
|
firstName: string;
|
|
86
89
|
lastName: string;
|
|
87
90
|
email: string;
|
|
88
91
|
} | null | undefined;
|
|
89
|
-
agentClientLinks?: {
|
|
90
|
-
agentId: string;
|
|
91
|
-
} | null | undefined;
|
|
92
92
|
}, {
|
|
93
|
-
status: "
|
|
93
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
94
94
|
id: string;
|
|
95
95
|
name: string;
|
|
96
96
|
createdAt: string | Date;
|
|
97
97
|
updatedAt: string | Date;
|
|
98
98
|
crn: string | null;
|
|
99
99
|
govLink: string | null;
|
|
100
|
-
soleTrader: boolean;
|
|
101
100
|
director: string;
|
|
101
|
+
soleTrader: boolean;
|
|
102
102
|
blacklistReason?: string | null | undefined;
|
|
103
|
+
agentClientLinks?: {
|
|
104
|
+
agentId: string;
|
|
105
|
+
} | null | undefined;
|
|
103
106
|
lastUpdatedBy?: {
|
|
104
107
|
id: string;
|
|
105
108
|
firstName: string;
|
|
106
109
|
lastName: string;
|
|
107
110
|
email: string;
|
|
108
111
|
} | null | undefined;
|
|
109
|
-
agentClientLinks?: {
|
|
110
|
-
agentId: string;
|
|
111
|
-
} | null | undefined;
|
|
112
112
|
}>;
|
|
113
113
|
/**
|
|
114
114
|
* Base schema for CreateClient without refinements.
|
|
@@ -121,8 +121,8 @@ export declare const CreateClientBaseSchema: z.ZodObject<{
|
|
|
121
121
|
govLink: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
122
122
|
}, "strip", z.ZodTypeAny, {
|
|
123
123
|
name: string;
|
|
124
|
-
soleTrader: boolean;
|
|
125
124
|
director: string;
|
|
125
|
+
soleTrader: boolean;
|
|
126
126
|
govLink?: string | null | undefined;
|
|
127
127
|
}, {
|
|
128
128
|
name: string;
|
|
@@ -162,8 +162,8 @@ export declare const CreateClientSchema: z.ZodEffects<z.ZodObject<{
|
|
|
162
162
|
govLink: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
163
163
|
}, "strip", z.ZodTypeAny, {
|
|
164
164
|
name: string;
|
|
165
|
-
soleTrader: boolean;
|
|
166
165
|
director: string;
|
|
166
|
+
soleTrader: boolean;
|
|
167
167
|
govLink?: string | null | undefined;
|
|
168
168
|
}, {
|
|
169
169
|
name: string;
|
|
@@ -172,8 +172,8 @@ export declare const CreateClientSchema: z.ZodEffects<z.ZodObject<{
|
|
|
172
172
|
soleTrader?: boolean | undefined;
|
|
173
173
|
}>, {
|
|
174
174
|
name: string;
|
|
175
|
-
soleTrader: boolean;
|
|
176
175
|
director: string;
|
|
176
|
+
soleTrader: boolean;
|
|
177
177
|
govLink?: string | null | undefined;
|
|
178
178
|
}, {
|
|
179
179
|
name: string;
|
|
@@ -192,17 +192,17 @@ export declare const UpdateClientBaseSchema: z.ZodObject<{
|
|
|
192
192
|
status: z.ZodOptional<z.ZodEnum<["APPROVED", "PENDING_VERIFICATION", "BLACKLISTED"]>>;
|
|
193
193
|
blacklistReason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
194
194
|
}, "strip", z.ZodTypeAny, {
|
|
195
|
-
status?: "
|
|
195
|
+
status?: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED" | undefined;
|
|
196
196
|
name?: string | undefined;
|
|
197
|
-
blacklistReason?: string | null | undefined;
|
|
198
197
|
govLink?: string | null | undefined;
|
|
199
198
|
director?: string | undefined;
|
|
199
|
+
blacklistReason?: string | null | undefined;
|
|
200
200
|
}, {
|
|
201
|
-
status?: "
|
|
201
|
+
status?: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED" | undefined;
|
|
202
202
|
name?: string | undefined;
|
|
203
|
-
blacklistReason?: string | null | undefined;
|
|
204
203
|
govLink?: string | null | undefined;
|
|
205
204
|
director?: string | undefined;
|
|
205
|
+
blacklistReason?: string | null | undefined;
|
|
206
206
|
}>;
|
|
207
207
|
/**
|
|
208
208
|
* Conditional validation rules for UpdateClient.
|
|
@@ -236,29 +236,29 @@ export declare const UpdateClientSchema: z.ZodEffects<z.ZodObject<{
|
|
|
236
236
|
status: z.ZodOptional<z.ZodEnum<["APPROVED", "PENDING_VERIFICATION", "BLACKLISTED"]>>;
|
|
237
237
|
blacklistReason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
238
238
|
}, "strip", z.ZodTypeAny, {
|
|
239
|
-
status?: "
|
|
239
|
+
status?: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED" | undefined;
|
|
240
240
|
name?: string | undefined;
|
|
241
|
-
blacklistReason?: string | null | undefined;
|
|
242
241
|
govLink?: string | null | undefined;
|
|
243
242
|
director?: string | undefined;
|
|
243
|
+
blacklistReason?: string | null | undefined;
|
|
244
244
|
}, {
|
|
245
|
-
status?: "
|
|
245
|
+
status?: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED" | undefined;
|
|
246
246
|
name?: string | undefined;
|
|
247
|
-
blacklistReason?: string | null | undefined;
|
|
248
247
|
govLink?: string | null | undefined;
|
|
249
248
|
director?: string | undefined;
|
|
249
|
+
blacklistReason?: string | null | undefined;
|
|
250
250
|
}>, {
|
|
251
|
-
status?: "
|
|
251
|
+
status?: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED" | undefined;
|
|
252
252
|
name?: string | undefined;
|
|
253
|
-
blacklistReason?: string | null | undefined;
|
|
254
253
|
govLink?: string | null | undefined;
|
|
255
254
|
director?: string | undefined;
|
|
255
|
+
blacklistReason?: string | null | undefined;
|
|
256
256
|
}, {
|
|
257
|
-
status?: "
|
|
257
|
+
status?: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED" | undefined;
|
|
258
258
|
name?: string | undefined;
|
|
259
|
-
blacklistReason?: string | null | undefined;
|
|
260
259
|
govLink?: string | null | undefined;
|
|
261
260
|
director?: string | undefined;
|
|
261
|
+
blacklistReason?: string | null | undefined;
|
|
262
262
|
}>;
|
|
263
263
|
export declare const FilterClientSchema: z.ZodObject<{
|
|
264
264
|
limit: z.ZodDefault<z.ZodNumber>;
|
|
@@ -304,7 +304,7 @@ export declare const FilterClientSchema: z.ZodObject<{
|
|
|
304
304
|
field: "name" | "createdAt" | "updatedAt" | "director";
|
|
305
305
|
order: "ASC" | "DESC";
|
|
306
306
|
}[] | null | undefined;
|
|
307
|
-
status?: "
|
|
307
|
+
status?: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED" | null | undefined;
|
|
308
308
|
name?: string | null | undefined;
|
|
309
309
|
createdAt?: {
|
|
310
310
|
from?: string | null | undefined;
|
|
@@ -316,14 +316,14 @@ export declare const FilterClientSchema: z.ZodObject<{
|
|
|
316
316
|
} | null | undefined;
|
|
317
317
|
director?: string | null | undefined;
|
|
318
318
|
}, {
|
|
319
|
-
limit?: number | undefined;
|
|
320
|
-
page?: number | undefined;
|
|
321
319
|
sort?: {
|
|
322
320
|
field: "name" | "createdAt" | "updatedAt" | "director";
|
|
323
321
|
order: "ASC" | "DESC";
|
|
324
322
|
}[] | null | undefined;
|
|
325
|
-
status?: "
|
|
323
|
+
status?: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED" | null | undefined;
|
|
326
324
|
name?: string | null | undefined;
|
|
325
|
+
limit?: number | undefined;
|
|
326
|
+
page?: number | undefined;
|
|
327
327
|
createdAt?: {
|
|
328
328
|
from?: string | null | undefined;
|
|
329
329
|
to?: string | null | undefined;
|
|
@@ -408,43 +408,43 @@ export declare const ClientListItemSchema: z.ZodObject<Omit<{
|
|
|
408
408
|
lastName: string;
|
|
409
409
|
}>>>;
|
|
410
410
|
}, "strip", z.ZodTypeAny, {
|
|
411
|
-
status: "
|
|
411
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
412
412
|
id: string;
|
|
413
413
|
name: string;
|
|
414
414
|
createdAt: string;
|
|
415
415
|
updatedAt: string;
|
|
416
416
|
crn: string | null;
|
|
417
|
-
soleTrader: boolean;
|
|
418
417
|
director: string;
|
|
419
|
-
|
|
418
|
+
soleTrader: boolean;
|
|
420
419
|
govLink?: string | null | undefined;
|
|
420
|
+
blacklistReason?: string | null | undefined;
|
|
421
|
+
agentClientLinks?: {
|
|
422
|
+
agentId: string;
|
|
423
|
+
} | null | undefined;
|
|
421
424
|
lastUpdatedBy?: {
|
|
422
425
|
id: string;
|
|
423
426
|
firstName: string;
|
|
424
427
|
lastName: string;
|
|
425
428
|
} | null | undefined;
|
|
426
|
-
agentClientLinks?: {
|
|
427
|
-
agentId: string;
|
|
428
|
-
} | null | undefined;
|
|
429
429
|
}, {
|
|
430
|
-
status: "
|
|
430
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
431
431
|
id: string;
|
|
432
432
|
name: string;
|
|
433
433
|
createdAt: string | Date;
|
|
434
434
|
updatedAt: string | Date;
|
|
435
435
|
crn: string | null;
|
|
436
|
-
soleTrader: boolean;
|
|
437
436
|
director: string;
|
|
438
|
-
|
|
437
|
+
soleTrader: boolean;
|
|
439
438
|
govLink?: string | null | undefined;
|
|
439
|
+
blacklistReason?: string | null | undefined;
|
|
440
|
+
agentClientLinks?: {
|
|
441
|
+
agentId: string;
|
|
442
|
+
} | null | undefined;
|
|
440
443
|
lastUpdatedBy?: {
|
|
441
444
|
id: string;
|
|
442
445
|
firstName: string;
|
|
443
446
|
lastName: string;
|
|
444
447
|
} | null | undefined;
|
|
445
|
-
agentClientLinks?: {
|
|
446
|
-
agentId: string;
|
|
447
|
-
} | null | undefined;
|
|
448
448
|
}>;
|
|
449
449
|
export declare const PaginatedClientResponseSchema: z.ZodObject<{
|
|
450
450
|
items: z.ZodArray<z.ZodObject<Omit<{
|
|
@@ -497,43 +497,43 @@ export declare const PaginatedClientResponseSchema: z.ZodObject<{
|
|
|
497
497
|
lastName: string;
|
|
498
498
|
}>>>;
|
|
499
499
|
}, "strip", z.ZodTypeAny, {
|
|
500
|
-
status: "
|
|
500
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
501
501
|
id: string;
|
|
502
502
|
name: string;
|
|
503
503
|
createdAt: string;
|
|
504
504
|
updatedAt: string;
|
|
505
505
|
crn: string | null;
|
|
506
|
-
soleTrader: boolean;
|
|
507
506
|
director: string;
|
|
508
|
-
|
|
507
|
+
soleTrader: boolean;
|
|
509
508
|
govLink?: string | null | undefined;
|
|
509
|
+
blacklistReason?: string | null | undefined;
|
|
510
|
+
agentClientLinks?: {
|
|
511
|
+
agentId: string;
|
|
512
|
+
} | null | undefined;
|
|
510
513
|
lastUpdatedBy?: {
|
|
511
514
|
id: string;
|
|
512
515
|
firstName: string;
|
|
513
516
|
lastName: string;
|
|
514
517
|
} | null | undefined;
|
|
515
|
-
agentClientLinks?: {
|
|
516
|
-
agentId: string;
|
|
517
|
-
} | null | undefined;
|
|
518
518
|
}, {
|
|
519
|
-
status: "
|
|
519
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
520
520
|
id: string;
|
|
521
521
|
name: string;
|
|
522
522
|
createdAt: string | Date;
|
|
523
523
|
updatedAt: string | Date;
|
|
524
524
|
crn: string | null;
|
|
525
|
-
soleTrader: boolean;
|
|
526
525
|
director: string;
|
|
527
|
-
|
|
526
|
+
soleTrader: boolean;
|
|
528
527
|
govLink?: string | null | undefined;
|
|
528
|
+
blacklistReason?: string | null | undefined;
|
|
529
|
+
agentClientLinks?: {
|
|
530
|
+
agentId: string;
|
|
531
|
+
} | null | undefined;
|
|
529
532
|
lastUpdatedBy?: {
|
|
530
533
|
id: string;
|
|
531
534
|
firstName: string;
|
|
532
535
|
lastName: string;
|
|
533
536
|
} | null | undefined;
|
|
534
|
-
agentClientLinks?: {
|
|
535
|
-
agentId: string;
|
|
536
|
-
} | null | undefined;
|
|
537
537
|
}>, "many">;
|
|
538
538
|
totalCount: z.ZodNumber;
|
|
539
539
|
limit: z.ZodNumber;
|
|
@@ -543,24 +543,24 @@ export declare const PaginatedClientResponseSchema: z.ZodObject<{
|
|
|
543
543
|
}, "strip", z.ZodTypeAny, {
|
|
544
544
|
limit: number;
|
|
545
545
|
items: {
|
|
546
|
-
status: "
|
|
546
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
547
547
|
id: string;
|
|
548
548
|
name: string;
|
|
549
549
|
createdAt: string;
|
|
550
550
|
updatedAt: string;
|
|
551
551
|
crn: string | null;
|
|
552
|
-
soleTrader: boolean;
|
|
553
552
|
director: string;
|
|
554
|
-
|
|
553
|
+
soleTrader: boolean;
|
|
555
554
|
govLink?: string | null | undefined;
|
|
555
|
+
blacklistReason?: string | null | undefined;
|
|
556
|
+
agentClientLinks?: {
|
|
557
|
+
agentId: string;
|
|
558
|
+
} | null | undefined;
|
|
556
559
|
lastUpdatedBy?: {
|
|
557
560
|
id: string;
|
|
558
561
|
firstName: string;
|
|
559
562
|
lastName: string;
|
|
560
563
|
} | null | undefined;
|
|
561
|
-
agentClientLinks?: {
|
|
562
|
-
agentId: string;
|
|
563
|
-
} | null | undefined;
|
|
564
564
|
}[];
|
|
565
565
|
totalCount: number;
|
|
566
566
|
skip: number;
|
|
@@ -569,24 +569,24 @@ export declare const PaginatedClientResponseSchema: z.ZodObject<{
|
|
|
569
569
|
}, {
|
|
570
570
|
limit: number;
|
|
571
571
|
items: {
|
|
572
|
-
status: "
|
|
572
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
573
573
|
id: string;
|
|
574
574
|
name: string;
|
|
575
575
|
createdAt: string | Date;
|
|
576
576
|
updatedAt: string | Date;
|
|
577
577
|
crn: string | null;
|
|
578
|
-
soleTrader: boolean;
|
|
579
578
|
director: string;
|
|
580
|
-
|
|
579
|
+
soleTrader: boolean;
|
|
581
580
|
govLink?: string | null | undefined;
|
|
581
|
+
blacklistReason?: string | null | undefined;
|
|
582
|
+
agentClientLinks?: {
|
|
583
|
+
agentId: string;
|
|
584
|
+
} | null | undefined;
|
|
582
585
|
lastUpdatedBy?: {
|
|
583
586
|
id: string;
|
|
584
587
|
firstName: string;
|
|
585
588
|
lastName: string;
|
|
586
589
|
} | null | undefined;
|
|
587
|
-
agentClientLinks?: {
|
|
588
|
-
agentId: string;
|
|
589
|
-
} | null | undefined;
|
|
590
590
|
}[];
|
|
591
591
|
totalCount: number;
|
|
592
592
|
skip: number;
|
|
@@ -621,8 +621,8 @@ export declare const clientsContractRouter: {
|
|
|
621
621
|
govLink: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
622
622
|
}, "strip", z.ZodTypeAny, {
|
|
623
623
|
name: string;
|
|
624
|
-
soleTrader: boolean;
|
|
625
624
|
director: string;
|
|
625
|
+
soleTrader: boolean;
|
|
626
626
|
govLink?: string | null | undefined;
|
|
627
627
|
}, {
|
|
628
628
|
name: string;
|
|
@@ -631,8 +631,8 @@ export declare const clientsContractRouter: {
|
|
|
631
631
|
soleTrader?: boolean | undefined;
|
|
632
632
|
}>, {
|
|
633
633
|
name: string;
|
|
634
|
-
soleTrader: boolean;
|
|
635
634
|
director: string;
|
|
635
|
+
soleTrader: boolean;
|
|
636
636
|
govLink?: string | null | undefined;
|
|
637
637
|
}, {
|
|
638
638
|
name: string;
|
|
@@ -651,17 +651,17 @@ export declare const clientsContractRouter: {
|
|
|
651
651
|
path: z.ZodString;
|
|
652
652
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
653
653
|
}, "strip", z.ZodTypeAny, {
|
|
654
|
+
message: string;
|
|
654
655
|
code: string;
|
|
655
656
|
path: string;
|
|
656
|
-
message: string;
|
|
657
657
|
statusCode: number;
|
|
658
658
|
timestamp: string;
|
|
659
659
|
details?: unknown;
|
|
660
660
|
correlationId?: string | undefined;
|
|
661
661
|
}, {
|
|
662
|
+
message: string;
|
|
662
663
|
code: string;
|
|
663
664
|
path: string;
|
|
664
|
-
message: string;
|
|
665
665
|
statusCode: number;
|
|
666
666
|
timestamp: string;
|
|
667
667
|
details?: unknown;
|
|
@@ -676,17 +676,17 @@ export declare const clientsContractRouter: {
|
|
|
676
676
|
path: z.ZodString;
|
|
677
677
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
678
678
|
}, "strip", z.ZodTypeAny, {
|
|
679
|
+
message: string;
|
|
679
680
|
code: string;
|
|
680
681
|
path: string;
|
|
681
|
-
message: string;
|
|
682
682
|
statusCode: number;
|
|
683
683
|
timestamp: string;
|
|
684
684
|
details?: unknown;
|
|
685
685
|
correlationId?: string | undefined;
|
|
686
686
|
}, {
|
|
687
|
+
message: string;
|
|
687
688
|
code: string;
|
|
688
689
|
path: string;
|
|
689
|
-
message: string;
|
|
690
690
|
statusCode: number;
|
|
691
691
|
timestamp: string;
|
|
692
692
|
details?: unknown;
|
|
@@ -701,17 +701,17 @@ export declare const clientsContractRouter: {
|
|
|
701
701
|
path: z.ZodString;
|
|
702
702
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
703
703
|
}, "strip", z.ZodTypeAny, {
|
|
704
|
+
message: string;
|
|
704
705
|
code: string;
|
|
705
706
|
path: string;
|
|
706
|
-
message: string;
|
|
707
707
|
statusCode: number;
|
|
708
708
|
timestamp: string;
|
|
709
709
|
details?: unknown;
|
|
710
710
|
correlationId?: string | undefined;
|
|
711
711
|
}, {
|
|
712
|
+
message: string;
|
|
712
713
|
code: string;
|
|
713
714
|
path: string;
|
|
714
|
-
message: string;
|
|
715
715
|
statusCode: number;
|
|
716
716
|
timestamp: string;
|
|
717
717
|
details?: unknown;
|
|
@@ -726,17 +726,17 @@ export declare const clientsContractRouter: {
|
|
|
726
726
|
path: z.ZodString;
|
|
727
727
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
728
728
|
}, "strip", z.ZodTypeAny, {
|
|
729
|
+
message: string;
|
|
729
730
|
code: string;
|
|
730
731
|
path: string;
|
|
731
|
-
message: string;
|
|
732
732
|
statusCode: number;
|
|
733
733
|
timestamp: string;
|
|
734
734
|
details?: unknown;
|
|
735
735
|
correlationId?: string | undefined;
|
|
736
736
|
}, {
|
|
737
|
+
message: string;
|
|
737
738
|
code: string;
|
|
738
739
|
path: string;
|
|
739
|
-
message: string;
|
|
740
740
|
statusCode: number;
|
|
741
741
|
timestamp: string;
|
|
742
742
|
details?: unknown;
|
|
@@ -777,45 +777,45 @@ export declare const clientsContractRouter: {
|
|
|
777
777
|
agentId: string;
|
|
778
778
|
}>>>;
|
|
779
779
|
}, "strip", z.ZodTypeAny, {
|
|
780
|
-
status: "
|
|
780
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
781
781
|
id: string;
|
|
782
782
|
name: string;
|
|
783
783
|
createdAt: string;
|
|
784
784
|
updatedAt: string;
|
|
785
785
|
crn: string | null;
|
|
786
786
|
govLink: string | null;
|
|
787
|
-
soleTrader: boolean;
|
|
788
787
|
director: string;
|
|
788
|
+
soleTrader: boolean;
|
|
789
789
|
blacklistReason?: string | null | undefined;
|
|
790
|
+
agentClientLinks?: {
|
|
791
|
+
agentId: string;
|
|
792
|
+
} | null | undefined;
|
|
790
793
|
lastUpdatedBy?: {
|
|
791
794
|
id: string;
|
|
792
795
|
firstName: string;
|
|
793
796
|
lastName: string;
|
|
794
797
|
email: string;
|
|
795
798
|
} | null | undefined;
|
|
796
|
-
agentClientLinks?: {
|
|
797
|
-
agentId: string;
|
|
798
|
-
} | null | undefined;
|
|
799
799
|
}, {
|
|
800
|
-
status: "
|
|
800
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
801
801
|
id: string;
|
|
802
802
|
name: string;
|
|
803
803
|
createdAt: string | Date;
|
|
804
804
|
updatedAt: string | Date;
|
|
805
805
|
crn: string | null;
|
|
806
806
|
govLink: string | null;
|
|
807
|
-
soleTrader: boolean;
|
|
808
807
|
director: string;
|
|
808
|
+
soleTrader: boolean;
|
|
809
809
|
blacklistReason?: string | null | undefined;
|
|
810
|
+
agentClientLinks?: {
|
|
811
|
+
agentId: string;
|
|
812
|
+
} | null | undefined;
|
|
810
813
|
lastUpdatedBy?: {
|
|
811
814
|
id: string;
|
|
812
815
|
firstName: string;
|
|
813
816
|
lastName: string;
|
|
814
817
|
email: string;
|
|
815
818
|
} | null | undefined;
|
|
816
|
-
agentClientLinks?: {
|
|
817
|
-
agentId: string;
|
|
818
|
-
} | null | undefined;
|
|
819
819
|
}>;
|
|
820
820
|
409: z.ZodObject<{
|
|
821
821
|
statusCode: z.ZodNumber;
|
|
@@ -826,17 +826,17 @@ export declare const clientsContractRouter: {
|
|
|
826
826
|
path: z.ZodString;
|
|
827
827
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
828
828
|
}, "strip", z.ZodTypeAny, {
|
|
829
|
+
message: string;
|
|
829
830
|
code: string;
|
|
830
831
|
path: string;
|
|
831
|
-
message: string;
|
|
832
832
|
statusCode: number;
|
|
833
833
|
timestamp: string;
|
|
834
834
|
details?: unknown;
|
|
835
835
|
correlationId?: string | undefined;
|
|
836
836
|
}, {
|
|
837
|
+
message: string;
|
|
837
838
|
code: string;
|
|
838
839
|
path: string;
|
|
839
|
-
message: string;
|
|
840
840
|
statusCode: number;
|
|
841
841
|
timestamp: string;
|
|
842
842
|
details?: unknown;
|
|
@@ -845,12 +845,6 @@ export declare const clientsContractRouter: {
|
|
|
845
845
|
};
|
|
846
846
|
};
|
|
847
847
|
findAll: {
|
|
848
|
-
metadata: {
|
|
849
|
-
tags: string[];
|
|
850
|
-
openApi: {
|
|
851
|
-
operationId: string;
|
|
852
|
-
};
|
|
853
|
-
};
|
|
854
848
|
query: z.ZodObject<{
|
|
855
849
|
limit: z.ZodDefault<z.ZodNumber>;
|
|
856
850
|
page: z.ZodDefault<z.ZodNumber>;
|
|
@@ -895,7 +889,7 @@ export declare const clientsContractRouter: {
|
|
|
895
889
|
field: "name" | "createdAt" | "updatedAt" | "director";
|
|
896
890
|
order: "ASC" | "DESC";
|
|
897
891
|
}[] | null | undefined;
|
|
898
|
-
status?: "
|
|
892
|
+
status?: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED" | null | undefined;
|
|
899
893
|
name?: string | null | undefined;
|
|
900
894
|
createdAt?: {
|
|
901
895
|
from?: string | null | undefined;
|
|
@@ -907,14 +901,14 @@ export declare const clientsContractRouter: {
|
|
|
907
901
|
} | null | undefined;
|
|
908
902
|
director?: string | null | undefined;
|
|
909
903
|
}, {
|
|
910
|
-
limit?: number | undefined;
|
|
911
|
-
page?: number | undefined;
|
|
912
904
|
sort?: {
|
|
913
905
|
field: "name" | "createdAt" | "updatedAt" | "director";
|
|
914
906
|
order: "ASC" | "DESC";
|
|
915
907
|
}[] | null | undefined;
|
|
916
|
-
status?: "
|
|
908
|
+
status?: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED" | null | undefined;
|
|
917
909
|
name?: string | null | undefined;
|
|
910
|
+
limit?: number | undefined;
|
|
911
|
+
page?: number | undefined;
|
|
918
912
|
createdAt?: {
|
|
919
913
|
from?: string | null | undefined;
|
|
920
914
|
to?: string | null | undefined;
|
|
@@ -925,6 +919,12 @@ export declare const clientsContractRouter: {
|
|
|
925
919
|
} | null | undefined;
|
|
926
920
|
director?: string | null | undefined;
|
|
927
921
|
}>;
|
|
922
|
+
metadata: {
|
|
923
|
+
tags: string[];
|
|
924
|
+
openApi: {
|
|
925
|
+
operationId: string;
|
|
926
|
+
};
|
|
927
|
+
};
|
|
928
928
|
summary: "Get all clients";
|
|
929
929
|
method: "GET";
|
|
930
930
|
path: "/v2/clients";
|
|
@@ -938,17 +938,17 @@ export declare const clientsContractRouter: {
|
|
|
938
938
|
path: z.ZodString;
|
|
939
939
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
940
940
|
}, "strip", z.ZodTypeAny, {
|
|
941
|
+
message: string;
|
|
941
942
|
code: string;
|
|
942
943
|
path: string;
|
|
943
|
-
message: string;
|
|
944
944
|
statusCode: number;
|
|
945
945
|
timestamp: string;
|
|
946
946
|
details?: unknown;
|
|
947
947
|
correlationId?: string | undefined;
|
|
948
948
|
}, {
|
|
949
|
+
message: string;
|
|
949
950
|
code: string;
|
|
950
951
|
path: string;
|
|
951
|
-
message: string;
|
|
952
952
|
statusCode: number;
|
|
953
953
|
timestamp: string;
|
|
954
954
|
details?: unknown;
|
|
@@ -963,17 +963,17 @@ export declare const clientsContractRouter: {
|
|
|
963
963
|
path: z.ZodString;
|
|
964
964
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
965
965
|
}, "strip", z.ZodTypeAny, {
|
|
966
|
+
message: string;
|
|
966
967
|
code: string;
|
|
967
968
|
path: string;
|
|
968
|
-
message: string;
|
|
969
969
|
statusCode: number;
|
|
970
970
|
timestamp: string;
|
|
971
971
|
details?: unknown;
|
|
972
972
|
correlationId?: string | undefined;
|
|
973
973
|
}, {
|
|
974
|
+
message: string;
|
|
974
975
|
code: string;
|
|
975
976
|
path: string;
|
|
976
|
-
message: string;
|
|
977
977
|
statusCode: number;
|
|
978
978
|
timestamp: string;
|
|
979
979
|
details?: unknown;
|
|
@@ -988,17 +988,17 @@ export declare const clientsContractRouter: {
|
|
|
988
988
|
path: z.ZodString;
|
|
989
989
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
990
990
|
}, "strip", z.ZodTypeAny, {
|
|
991
|
+
message: string;
|
|
991
992
|
code: string;
|
|
992
993
|
path: string;
|
|
993
|
-
message: string;
|
|
994
994
|
statusCode: number;
|
|
995
995
|
timestamp: string;
|
|
996
996
|
details?: unknown;
|
|
997
997
|
correlationId?: string | undefined;
|
|
998
998
|
}, {
|
|
999
|
+
message: string;
|
|
999
1000
|
code: string;
|
|
1000
1001
|
path: string;
|
|
1001
|
-
message: string;
|
|
1002
1002
|
statusCode: number;
|
|
1003
1003
|
timestamp: string;
|
|
1004
1004
|
details?: unknown;
|
|
@@ -1013,17 +1013,17 @@ export declare const clientsContractRouter: {
|
|
|
1013
1013
|
path: z.ZodString;
|
|
1014
1014
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
1015
1015
|
}, "strip", z.ZodTypeAny, {
|
|
1016
|
+
message: string;
|
|
1016
1017
|
code: string;
|
|
1017
1018
|
path: string;
|
|
1018
|
-
message: string;
|
|
1019
1019
|
statusCode: number;
|
|
1020
1020
|
timestamp: string;
|
|
1021
1021
|
details?: unknown;
|
|
1022
1022
|
correlationId?: string | undefined;
|
|
1023
1023
|
}, {
|
|
1024
|
+
message: string;
|
|
1024
1025
|
code: string;
|
|
1025
1026
|
path: string;
|
|
1026
|
-
message: string;
|
|
1027
1027
|
statusCode: number;
|
|
1028
1028
|
timestamp: string;
|
|
1029
1029
|
details?: unknown;
|
|
@@ -1080,43 +1080,43 @@ export declare const clientsContractRouter: {
|
|
|
1080
1080
|
lastName: string;
|
|
1081
1081
|
}>>>;
|
|
1082
1082
|
}, "strip", z.ZodTypeAny, {
|
|
1083
|
-
status: "
|
|
1083
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
1084
1084
|
id: string;
|
|
1085
1085
|
name: string;
|
|
1086
1086
|
createdAt: string;
|
|
1087
1087
|
updatedAt: string;
|
|
1088
1088
|
crn: string | null;
|
|
1089
|
-
soleTrader: boolean;
|
|
1090
1089
|
director: string;
|
|
1091
|
-
|
|
1090
|
+
soleTrader: boolean;
|
|
1092
1091
|
govLink?: string | null | undefined;
|
|
1092
|
+
blacklistReason?: string | null | undefined;
|
|
1093
|
+
agentClientLinks?: {
|
|
1094
|
+
agentId: string;
|
|
1095
|
+
} | null | undefined;
|
|
1093
1096
|
lastUpdatedBy?: {
|
|
1094
1097
|
id: string;
|
|
1095
1098
|
firstName: string;
|
|
1096
1099
|
lastName: string;
|
|
1097
1100
|
} | null | undefined;
|
|
1098
|
-
agentClientLinks?: {
|
|
1099
|
-
agentId: string;
|
|
1100
|
-
} | null | undefined;
|
|
1101
1101
|
}, {
|
|
1102
|
-
status: "
|
|
1102
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
1103
1103
|
id: string;
|
|
1104
1104
|
name: string;
|
|
1105
1105
|
createdAt: string | Date;
|
|
1106
1106
|
updatedAt: string | Date;
|
|
1107
1107
|
crn: string | null;
|
|
1108
|
-
soleTrader: boolean;
|
|
1109
1108
|
director: string;
|
|
1110
|
-
|
|
1109
|
+
soleTrader: boolean;
|
|
1111
1110
|
govLink?: string | null | undefined;
|
|
1111
|
+
blacklistReason?: string | null | undefined;
|
|
1112
|
+
agentClientLinks?: {
|
|
1113
|
+
agentId: string;
|
|
1114
|
+
} | null | undefined;
|
|
1112
1115
|
lastUpdatedBy?: {
|
|
1113
1116
|
id: string;
|
|
1114
1117
|
firstName: string;
|
|
1115
1118
|
lastName: string;
|
|
1116
1119
|
} | null | undefined;
|
|
1117
|
-
agentClientLinks?: {
|
|
1118
|
-
agentId: string;
|
|
1119
|
-
} | null | undefined;
|
|
1120
1120
|
}>, "many">;
|
|
1121
1121
|
totalCount: z.ZodNumber;
|
|
1122
1122
|
limit: z.ZodNumber;
|
|
@@ -1126,24 +1126,24 @@ export declare const clientsContractRouter: {
|
|
|
1126
1126
|
}, "strip", z.ZodTypeAny, {
|
|
1127
1127
|
limit: number;
|
|
1128
1128
|
items: {
|
|
1129
|
-
status: "
|
|
1129
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
1130
1130
|
id: string;
|
|
1131
1131
|
name: string;
|
|
1132
1132
|
createdAt: string;
|
|
1133
1133
|
updatedAt: string;
|
|
1134
1134
|
crn: string | null;
|
|
1135
|
-
soleTrader: boolean;
|
|
1136
1135
|
director: string;
|
|
1137
|
-
|
|
1136
|
+
soleTrader: boolean;
|
|
1138
1137
|
govLink?: string | null | undefined;
|
|
1138
|
+
blacklistReason?: string | null | undefined;
|
|
1139
|
+
agentClientLinks?: {
|
|
1140
|
+
agentId: string;
|
|
1141
|
+
} | null | undefined;
|
|
1139
1142
|
lastUpdatedBy?: {
|
|
1140
1143
|
id: string;
|
|
1141
1144
|
firstName: string;
|
|
1142
1145
|
lastName: string;
|
|
1143
1146
|
} | null | undefined;
|
|
1144
|
-
agentClientLinks?: {
|
|
1145
|
-
agentId: string;
|
|
1146
|
-
} | null | undefined;
|
|
1147
1147
|
}[];
|
|
1148
1148
|
totalCount: number;
|
|
1149
1149
|
skip: number;
|
|
@@ -1152,24 +1152,24 @@ export declare const clientsContractRouter: {
|
|
|
1152
1152
|
}, {
|
|
1153
1153
|
limit: number;
|
|
1154
1154
|
items: {
|
|
1155
|
-
status: "
|
|
1155
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
1156
1156
|
id: string;
|
|
1157
1157
|
name: string;
|
|
1158
1158
|
createdAt: string | Date;
|
|
1159
1159
|
updatedAt: string | Date;
|
|
1160
1160
|
crn: string | null;
|
|
1161
|
-
soleTrader: boolean;
|
|
1162
1161
|
director: string;
|
|
1163
|
-
|
|
1162
|
+
soleTrader: boolean;
|
|
1164
1163
|
govLink?: string | null | undefined;
|
|
1164
|
+
blacklistReason?: string | null | undefined;
|
|
1165
|
+
agentClientLinks?: {
|
|
1166
|
+
agentId: string;
|
|
1167
|
+
} | null | undefined;
|
|
1165
1168
|
lastUpdatedBy?: {
|
|
1166
1169
|
id: string;
|
|
1167
1170
|
firstName: string;
|
|
1168
1171
|
lastName: string;
|
|
1169
1172
|
} | null | undefined;
|
|
1170
|
-
agentClientLinks?: {
|
|
1171
|
-
agentId: string;
|
|
1172
|
-
} | null | undefined;
|
|
1173
1173
|
}[];
|
|
1174
1174
|
totalCount: number;
|
|
1175
1175
|
skip: number;
|
|
@@ -1179,12 +1179,6 @@ export declare const clientsContractRouter: {
|
|
|
1179
1179
|
};
|
|
1180
1180
|
};
|
|
1181
1181
|
autocomplete: {
|
|
1182
|
-
metadata: {
|
|
1183
|
-
tags: string[];
|
|
1184
|
-
openApi: {
|
|
1185
|
-
operationId: string;
|
|
1186
|
-
};
|
|
1187
|
-
};
|
|
1188
1182
|
query: z.ZodObject<{
|
|
1189
1183
|
query: z.ZodOptional<z.ZodString>;
|
|
1190
1184
|
id: z.ZodOptional<z.ZodString>;
|
|
@@ -1195,6 +1189,12 @@ export declare const clientsContractRouter: {
|
|
|
1195
1189
|
id?: string | undefined;
|
|
1196
1190
|
query?: string | undefined;
|
|
1197
1191
|
}>;
|
|
1192
|
+
metadata: {
|
|
1193
|
+
tags: string[];
|
|
1194
|
+
openApi: {
|
|
1195
|
+
operationId: string;
|
|
1196
|
+
};
|
|
1197
|
+
};
|
|
1198
1198
|
summary: "Get clients for autocomplete";
|
|
1199
1199
|
method: "GET";
|
|
1200
1200
|
path: "/v2/clients/autocomplete";
|
|
@@ -1208,17 +1208,17 @@ export declare const clientsContractRouter: {
|
|
|
1208
1208
|
path: z.ZodString;
|
|
1209
1209
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
1210
1210
|
}, "strip", z.ZodTypeAny, {
|
|
1211
|
+
message: string;
|
|
1211
1212
|
code: string;
|
|
1212
1213
|
path: string;
|
|
1213
|
-
message: string;
|
|
1214
1214
|
statusCode: number;
|
|
1215
1215
|
timestamp: string;
|
|
1216
1216
|
details?: unknown;
|
|
1217
1217
|
correlationId?: string | undefined;
|
|
1218
1218
|
}, {
|
|
1219
|
+
message: string;
|
|
1219
1220
|
code: string;
|
|
1220
1221
|
path: string;
|
|
1221
|
-
message: string;
|
|
1222
1222
|
statusCode: number;
|
|
1223
1223
|
timestamp: string;
|
|
1224
1224
|
details?: unknown;
|
|
@@ -1233,17 +1233,17 @@ export declare const clientsContractRouter: {
|
|
|
1233
1233
|
path: z.ZodString;
|
|
1234
1234
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
1235
1235
|
}, "strip", z.ZodTypeAny, {
|
|
1236
|
+
message: string;
|
|
1236
1237
|
code: string;
|
|
1237
1238
|
path: string;
|
|
1238
|
-
message: string;
|
|
1239
1239
|
statusCode: number;
|
|
1240
1240
|
timestamp: string;
|
|
1241
1241
|
details?: unknown;
|
|
1242
1242
|
correlationId?: string | undefined;
|
|
1243
1243
|
}, {
|
|
1244
|
+
message: string;
|
|
1244
1245
|
code: string;
|
|
1245
1246
|
path: string;
|
|
1246
|
-
message: string;
|
|
1247
1247
|
statusCode: number;
|
|
1248
1248
|
timestamp: string;
|
|
1249
1249
|
details?: unknown;
|
|
@@ -1258,17 +1258,17 @@ export declare const clientsContractRouter: {
|
|
|
1258
1258
|
path: z.ZodString;
|
|
1259
1259
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
1260
1260
|
}, "strip", z.ZodTypeAny, {
|
|
1261
|
+
message: string;
|
|
1261
1262
|
code: string;
|
|
1262
1263
|
path: string;
|
|
1263
|
-
message: string;
|
|
1264
1264
|
statusCode: number;
|
|
1265
1265
|
timestamp: string;
|
|
1266
1266
|
details?: unknown;
|
|
1267
1267
|
correlationId?: string | undefined;
|
|
1268
1268
|
}, {
|
|
1269
|
+
message: string;
|
|
1269
1270
|
code: string;
|
|
1270
1271
|
path: string;
|
|
1271
|
-
message: string;
|
|
1272
1272
|
statusCode: number;
|
|
1273
1273
|
timestamp: string;
|
|
1274
1274
|
details?: unknown;
|
|
@@ -1283,17 +1283,17 @@ export declare const clientsContractRouter: {
|
|
|
1283
1283
|
path: z.ZodString;
|
|
1284
1284
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
1285
1285
|
}, "strip", z.ZodTypeAny, {
|
|
1286
|
+
message: string;
|
|
1286
1287
|
code: string;
|
|
1287
1288
|
path: string;
|
|
1288
|
-
message: string;
|
|
1289
1289
|
statusCode: number;
|
|
1290
1290
|
timestamp: string;
|
|
1291
1291
|
details?: unknown;
|
|
1292
1292
|
correlationId?: string | undefined;
|
|
1293
1293
|
}, {
|
|
1294
|
+
message: string;
|
|
1294
1295
|
code: string;
|
|
1295
1296
|
path: string;
|
|
1296
|
-
message: string;
|
|
1297
1297
|
statusCode: number;
|
|
1298
1298
|
timestamp: string;
|
|
1299
1299
|
details?: unknown;
|
|
@@ -1338,17 +1338,17 @@ export declare const clientsContractRouter: {
|
|
|
1338
1338
|
path: z.ZodString;
|
|
1339
1339
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
1340
1340
|
}, "strip", z.ZodTypeAny, {
|
|
1341
|
+
message: string;
|
|
1341
1342
|
code: string;
|
|
1342
1343
|
path: string;
|
|
1343
|
-
message: string;
|
|
1344
1344
|
statusCode: number;
|
|
1345
1345
|
timestamp: string;
|
|
1346
1346
|
details?: unknown;
|
|
1347
1347
|
correlationId?: string | undefined;
|
|
1348
1348
|
}, {
|
|
1349
|
+
message: string;
|
|
1349
1350
|
code: string;
|
|
1350
1351
|
path: string;
|
|
1351
|
-
message: string;
|
|
1352
1352
|
statusCode: number;
|
|
1353
1353
|
timestamp: string;
|
|
1354
1354
|
details?: unknown;
|
|
@@ -1363,17 +1363,17 @@ export declare const clientsContractRouter: {
|
|
|
1363
1363
|
path: z.ZodString;
|
|
1364
1364
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
1365
1365
|
}, "strip", z.ZodTypeAny, {
|
|
1366
|
+
message: string;
|
|
1366
1367
|
code: string;
|
|
1367
1368
|
path: string;
|
|
1368
|
-
message: string;
|
|
1369
1369
|
statusCode: number;
|
|
1370
1370
|
timestamp: string;
|
|
1371
1371
|
details?: unknown;
|
|
1372
1372
|
correlationId?: string | undefined;
|
|
1373
1373
|
}, {
|
|
1374
|
+
message: string;
|
|
1374
1375
|
code: string;
|
|
1375
1376
|
path: string;
|
|
1376
|
-
message: string;
|
|
1377
1377
|
statusCode: number;
|
|
1378
1378
|
timestamp: string;
|
|
1379
1379
|
details?: unknown;
|
|
@@ -1388,17 +1388,17 @@ export declare const clientsContractRouter: {
|
|
|
1388
1388
|
path: z.ZodString;
|
|
1389
1389
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
1390
1390
|
}, "strip", z.ZodTypeAny, {
|
|
1391
|
+
message: string;
|
|
1391
1392
|
code: string;
|
|
1392
1393
|
path: string;
|
|
1393
|
-
message: string;
|
|
1394
1394
|
statusCode: number;
|
|
1395
1395
|
timestamp: string;
|
|
1396
1396
|
details?: unknown;
|
|
1397
1397
|
correlationId?: string | undefined;
|
|
1398
1398
|
}, {
|
|
1399
|
+
message: string;
|
|
1399
1400
|
code: string;
|
|
1400
1401
|
path: string;
|
|
1401
|
-
message: string;
|
|
1402
1402
|
statusCode: number;
|
|
1403
1403
|
timestamp: string;
|
|
1404
1404
|
details?: unknown;
|
|
@@ -1413,17 +1413,17 @@ export declare const clientsContractRouter: {
|
|
|
1413
1413
|
path: z.ZodString;
|
|
1414
1414
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
1415
1415
|
}, "strip", z.ZodTypeAny, {
|
|
1416
|
+
message: string;
|
|
1416
1417
|
code: string;
|
|
1417
1418
|
path: string;
|
|
1418
|
-
message: string;
|
|
1419
1419
|
statusCode: number;
|
|
1420
1420
|
timestamp: string;
|
|
1421
1421
|
details?: unknown;
|
|
1422
1422
|
correlationId?: string | undefined;
|
|
1423
1423
|
}, {
|
|
1424
|
+
message: string;
|
|
1424
1425
|
code: string;
|
|
1425
1426
|
path: string;
|
|
1426
|
-
message: string;
|
|
1427
1427
|
statusCode: number;
|
|
1428
1428
|
timestamp: string;
|
|
1429
1429
|
details?: unknown;
|
|
@@ -1464,45 +1464,45 @@ export declare const clientsContractRouter: {
|
|
|
1464
1464
|
agentId: string;
|
|
1465
1465
|
}>>>;
|
|
1466
1466
|
}, "strip", z.ZodTypeAny, {
|
|
1467
|
-
status: "
|
|
1467
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
1468
1468
|
id: string;
|
|
1469
1469
|
name: string;
|
|
1470
1470
|
createdAt: string;
|
|
1471
1471
|
updatedAt: string;
|
|
1472
1472
|
crn: string | null;
|
|
1473
1473
|
govLink: string | null;
|
|
1474
|
-
soleTrader: boolean;
|
|
1475
1474
|
director: string;
|
|
1475
|
+
soleTrader: boolean;
|
|
1476
1476
|
blacklistReason?: string | null | undefined;
|
|
1477
|
+
agentClientLinks?: {
|
|
1478
|
+
agentId: string;
|
|
1479
|
+
} | null | undefined;
|
|
1477
1480
|
lastUpdatedBy?: {
|
|
1478
1481
|
id: string;
|
|
1479
1482
|
firstName: string;
|
|
1480
1483
|
lastName: string;
|
|
1481
1484
|
email: string;
|
|
1482
1485
|
} | null | undefined;
|
|
1483
|
-
agentClientLinks?: {
|
|
1484
|
-
agentId: string;
|
|
1485
|
-
} | null | undefined;
|
|
1486
1486
|
}, {
|
|
1487
|
-
status: "
|
|
1487
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
1488
1488
|
id: string;
|
|
1489
1489
|
name: string;
|
|
1490
1490
|
createdAt: string | Date;
|
|
1491
1491
|
updatedAt: string | Date;
|
|
1492
1492
|
crn: string | null;
|
|
1493
1493
|
govLink: string | null;
|
|
1494
|
-
soleTrader: boolean;
|
|
1495
1494
|
director: string;
|
|
1495
|
+
soleTrader: boolean;
|
|
1496
1496
|
blacklistReason?: string | null | undefined;
|
|
1497
|
+
agentClientLinks?: {
|
|
1498
|
+
agentId: string;
|
|
1499
|
+
} | null | undefined;
|
|
1497
1500
|
lastUpdatedBy?: {
|
|
1498
1501
|
id: string;
|
|
1499
1502
|
firstName: string;
|
|
1500
1503
|
lastName: string;
|
|
1501
1504
|
email: string;
|
|
1502
1505
|
} | null | undefined;
|
|
1503
|
-
agentClientLinks?: {
|
|
1504
|
-
agentId: string;
|
|
1505
|
-
} | null | undefined;
|
|
1506
1506
|
}>;
|
|
1507
1507
|
404: z.ZodObject<{
|
|
1508
1508
|
statusCode: z.ZodNumber;
|
|
@@ -1513,17 +1513,17 @@ export declare const clientsContractRouter: {
|
|
|
1513
1513
|
path: z.ZodString;
|
|
1514
1514
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
1515
1515
|
}, "strip", z.ZodTypeAny, {
|
|
1516
|
+
message: string;
|
|
1516
1517
|
code: string;
|
|
1517
1518
|
path: string;
|
|
1518
|
-
message: string;
|
|
1519
1519
|
statusCode: number;
|
|
1520
1520
|
timestamp: string;
|
|
1521
1521
|
details?: unknown;
|
|
1522
1522
|
correlationId?: string | undefined;
|
|
1523
1523
|
}, {
|
|
1524
|
+
message: string;
|
|
1524
1525
|
code: string;
|
|
1525
1526
|
path: string;
|
|
1526
|
-
message: string;
|
|
1527
1527
|
statusCode: number;
|
|
1528
1528
|
timestamp: string;
|
|
1529
1529
|
details?: unknown;
|
|
@@ -1554,29 +1554,29 @@ export declare const clientsContractRouter: {
|
|
|
1554
1554
|
status: z.ZodOptional<z.ZodEnum<["APPROVED", "PENDING_VERIFICATION", "BLACKLISTED"]>>;
|
|
1555
1555
|
blacklistReason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1556
1556
|
}, "strip", z.ZodTypeAny, {
|
|
1557
|
-
status?: "
|
|
1557
|
+
status?: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED" | undefined;
|
|
1558
1558
|
name?: string | undefined;
|
|
1559
|
-
blacklistReason?: string | null | undefined;
|
|
1560
1559
|
govLink?: string | null | undefined;
|
|
1561
1560
|
director?: string | undefined;
|
|
1561
|
+
blacklistReason?: string | null | undefined;
|
|
1562
1562
|
}, {
|
|
1563
|
-
status?: "
|
|
1563
|
+
status?: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED" | undefined;
|
|
1564
1564
|
name?: string | undefined;
|
|
1565
|
-
blacklistReason?: string | null | undefined;
|
|
1566
1565
|
govLink?: string | null | undefined;
|
|
1567
1566
|
director?: string | undefined;
|
|
1567
|
+
blacklistReason?: string | null | undefined;
|
|
1568
1568
|
}>, {
|
|
1569
|
-
status?: "
|
|
1569
|
+
status?: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED" | undefined;
|
|
1570
1570
|
name?: string | undefined;
|
|
1571
|
-
blacklistReason?: string | null | undefined;
|
|
1572
1571
|
govLink?: string | null | undefined;
|
|
1573
1572
|
director?: string | undefined;
|
|
1573
|
+
blacklistReason?: string | null | undefined;
|
|
1574
1574
|
}, {
|
|
1575
|
-
status?: "
|
|
1575
|
+
status?: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED" | undefined;
|
|
1576
1576
|
name?: string | undefined;
|
|
1577
|
-
blacklistReason?: string | null | undefined;
|
|
1578
1577
|
govLink?: string | null | undefined;
|
|
1579
1578
|
director?: string | undefined;
|
|
1579
|
+
blacklistReason?: string | null | undefined;
|
|
1580
1580
|
}>;
|
|
1581
1581
|
path: "/v2/clients/:id";
|
|
1582
1582
|
responses: {
|
|
@@ -1589,17 +1589,17 @@ export declare const clientsContractRouter: {
|
|
|
1589
1589
|
path: z.ZodString;
|
|
1590
1590
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
1591
1591
|
}, "strip", z.ZodTypeAny, {
|
|
1592
|
+
message: string;
|
|
1592
1593
|
code: string;
|
|
1593
1594
|
path: string;
|
|
1594
|
-
message: string;
|
|
1595
1595
|
statusCode: number;
|
|
1596
1596
|
timestamp: string;
|
|
1597
1597
|
details?: unknown;
|
|
1598
1598
|
correlationId?: string | undefined;
|
|
1599
1599
|
}, {
|
|
1600
|
+
message: string;
|
|
1600
1601
|
code: string;
|
|
1601
1602
|
path: string;
|
|
1602
|
-
message: string;
|
|
1603
1603
|
statusCode: number;
|
|
1604
1604
|
timestamp: string;
|
|
1605
1605
|
details?: unknown;
|
|
@@ -1614,17 +1614,17 @@ export declare const clientsContractRouter: {
|
|
|
1614
1614
|
path: z.ZodString;
|
|
1615
1615
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
1616
1616
|
}, "strip", z.ZodTypeAny, {
|
|
1617
|
+
message: string;
|
|
1617
1618
|
code: string;
|
|
1618
1619
|
path: string;
|
|
1619
|
-
message: string;
|
|
1620
1620
|
statusCode: number;
|
|
1621
1621
|
timestamp: string;
|
|
1622
1622
|
details?: unknown;
|
|
1623
1623
|
correlationId?: string | undefined;
|
|
1624
1624
|
}, {
|
|
1625
|
+
message: string;
|
|
1625
1626
|
code: string;
|
|
1626
1627
|
path: string;
|
|
1627
|
-
message: string;
|
|
1628
1628
|
statusCode: number;
|
|
1629
1629
|
timestamp: string;
|
|
1630
1630
|
details?: unknown;
|
|
@@ -1639,17 +1639,17 @@ export declare const clientsContractRouter: {
|
|
|
1639
1639
|
path: z.ZodString;
|
|
1640
1640
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
1641
1641
|
}, "strip", z.ZodTypeAny, {
|
|
1642
|
+
message: string;
|
|
1642
1643
|
code: string;
|
|
1643
1644
|
path: string;
|
|
1644
|
-
message: string;
|
|
1645
1645
|
statusCode: number;
|
|
1646
1646
|
timestamp: string;
|
|
1647
1647
|
details?: unknown;
|
|
1648
1648
|
correlationId?: string | undefined;
|
|
1649
1649
|
}, {
|
|
1650
|
+
message: string;
|
|
1650
1651
|
code: string;
|
|
1651
1652
|
path: string;
|
|
1652
|
-
message: string;
|
|
1653
1653
|
statusCode: number;
|
|
1654
1654
|
timestamp: string;
|
|
1655
1655
|
details?: unknown;
|
|
@@ -1664,17 +1664,17 @@ export declare const clientsContractRouter: {
|
|
|
1664
1664
|
path: z.ZodString;
|
|
1665
1665
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
1666
1666
|
}, "strip", z.ZodTypeAny, {
|
|
1667
|
+
message: string;
|
|
1667
1668
|
code: string;
|
|
1668
1669
|
path: string;
|
|
1669
|
-
message: string;
|
|
1670
1670
|
statusCode: number;
|
|
1671
1671
|
timestamp: string;
|
|
1672
1672
|
details?: unknown;
|
|
1673
1673
|
correlationId?: string | undefined;
|
|
1674
1674
|
}, {
|
|
1675
|
+
message: string;
|
|
1675
1676
|
code: string;
|
|
1676
1677
|
path: string;
|
|
1677
|
-
message: string;
|
|
1678
1678
|
statusCode: number;
|
|
1679
1679
|
timestamp: string;
|
|
1680
1680
|
details?: unknown;
|
|
@@ -1715,45 +1715,45 @@ export declare const clientsContractRouter: {
|
|
|
1715
1715
|
agentId: string;
|
|
1716
1716
|
}>>>;
|
|
1717
1717
|
}, "strip", z.ZodTypeAny, {
|
|
1718
|
-
status: "
|
|
1718
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
1719
1719
|
id: string;
|
|
1720
1720
|
name: string;
|
|
1721
1721
|
createdAt: string;
|
|
1722
1722
|
updatedAt: string;
|
|
1723
1723
|
crn: string | null;
|
|
1724
1724
|
govLink: string | null;
|
|
1725
|
-
soleTrader: boolean;
|
|
1726
1725
|
director: string;
|
|
1726
|
+
soleTrader: boolean;
|
|
1727
1727
|
blacklistReason?: string | null | undefined;
|
|
1728
|
+
agentClientLinks?: {
|
|
1729
|
+
agentId: string;
|
|
1730
|
+
} | null | undefined;
|
|
1728
1731
|
lastUpdatedBy?: {
|
|
1729
1732
|
id: string;
|
|
1730
1733
|
firstName: string;
|
|
1731
1734
|
lastName: string;
|
|
1732
1735
|
email: string;
|
|
1733
1736
|
} | null | undefined;
|
|
1734
|
-
agentClientLinks?: {
|
|
1735
|
-
agentId: string;
|
|
1736
|
-
} | null | undefined;
|
|
1737
1737
|
}, {
|
|
1738
|
-
status: "
|
|
1738
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
1739
1739
|
id: string;
|
|
1740
1740
|
name: string;
|
|
1741
1741
|
createdAt: string | Date;
|
|
1742
1742
|
updatedAt: string | Date;
|
|
1743
1743
|
crn: string | null;
|
|
1744
1744
|
govLink: string | null;
|
|
1745
|
-
soleTrader: boolean;
|
|
1746
1745
|
director: string;
|
|
1746
|
+
soleTrader: boolean;
|
|
1747
1747
|
blacklistReason?: string | null | undefined;
|
|
1748
|
+
agentClientLinks?: {
|
|
1749
|
+
agentId: string;
|
|
1750
|
+
} | null | undefined;
|
|
1748
1751
|
lastUpdatedBy?: {
|
|
1749
1752
|
id: string;
|
|
1750
1753
|
firstName: string;
|
|
1751
1754
|
lastName: string;
|
|
1752
1755
|
email: string;
|
|
1753
1756
|
} | null | undefined;
|
|
1754
|
-
agentClientLinks?: {
|
|
1755
|
-
agentId: string;
|
|
1756
|
-
} | null | undefined;
|
|
1757
1757
|
}>;
|
|
1758
1758
|
404: z.ZodObject<{
|
|
1759
1759
|
statusCode: z.ZodNumber;
|
|
@@ -1764,17 +1764,17 @@ export declare const clientsContractRouter: {
|
|
|
1764
1764
|
path: z.ZodString;
|
|
1765
1765
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
1766
1766
|
}, "strip", z.ZodTypeAny, {
|
|
1767
|
+
message: string;
|
|
1767
1768
|
code: string;
|
|
1768
1769
|
path: string;
|
|
1769
|
-
message: string;
|
|
1770
1770
|
statusCode: number;
|
|
1771
1771
|
timestamp: string;
|
|
1772
1772
|
details?: unknown;
|
|
1773
1773
|
correlationId?: string | undefined;
|
|
1774
1774
|
}, {
|
|
1775
|
+
message: string;
|
|
1775
1776
|
code: string;
|
|
1776
1777
|
path: string;
|
|
1777
|
-
message: string;
|
|
1778
1778
|
statusCode: number;
|
|
1779
1779
|
timestamp: string;
|
|
1780
1780
|
details?: unknown;
|
|
@@ -1789,17 +1789,17 @@ export declare const clientsContractRouter: {
|
|
|
1789
1789
|
path: z.ZodString;
|
|
1790
1790
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
1791
1791
|
}, "strip", z.ZodTypeAny, {
|
|
1792
|
+
message: string;
|
|
1792
1793
|
code: string;
|
|
1793
1794
|
path: string;
|
|
1794
|
-
message: string;
|
|
1795
1795
|
statusCode: number;
|
|
1796
1796
|
timestamp: string;
|
|
1797
1797
|
details?: unknown;
|
|
1798
1798
|
correlationId?: string | undefined;
|
|
1799
1799
|
}, {
|
|
1800
|
+
message: string;
|
|
1800
1801
|
code: string;
|
|
1801
1802
|
path: string;
|
|
1802
|
-
message: string;
|
|
1803
1803
|
statusCode: number;
|
|
1804
1804
|
timestamp: string;
|
|
1805
1805
|
details?: unknown;
|
|
@@ -1835,17 +1835,17 @@ export declare const clientsContractRouter: {
|
|
|
1835
1835
|
path: z.ZodString;
|
|
1836
1836
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
1837
1837
|
}, "strip", z.ZodTypeAny, {
|
|
1838
|
+
message: string;
|
|
1838
1839
|
code: string;
|
|
1839
1840
|
path: string;
|
|
1840
|
-
message: string;
|
|
1841
1841
|
statusCode: number;
|
|
1842
1842
|
timestamp: string;
|
|
1843
1843
|
details?: unknown;
|
|
1844
1844
|
correlationId?: string | undefined;
|
|
1845
1845
|
}, {
|
|
1846
|
+
message: string;
|
|
1846
1847
|
code: string;
|
|
1847
1848
|
path: string;
|
|
1848
|
-
message: string;
|
|
1849
1849
|
statusCode: number;
|
|
1850
1850
|
timestamp: string;
|
|
1851
1851
|
details?: unknown;
|
|
@@ -1860,17 +1860,17 @@ export declare const clientsContractRouter: {
|
|
|
1860
1860
|
path: z.ZodString;
|
|
1861
1861
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
1862
1862
|
}, "strip", z.ZodTypeAny, {
|
|
1863
|
+
message: string;
|
|
1863
1864
|
code: string;
|
|
1864
1865
|
path: string;
|
|
1865
|
-
message: string;
|
|
1866
1866
|
statusCode: number;
|
|
1867
1867
|
timestamp: string;
|
|
1868
1868
|
details?: unknown;
|
|
1869
1869
|
correlationId?: string | undefined;
|
|
1870
1870
|
}, {
|
|
1871
|
+
message: string;
|
|
1871
1872
|
code: string;
|
|
1872
1873
|
path: string;
|
|
1873
|
-
message: string;
|
|
1874
1874
|
statusCode: number;
|
|
1875
1875
|
timestamp: string;
|
|
1876
1876
|
details?: unknown;
|
|
@@ -1885,17 +1885,17 @@ export declare const clientsContractRouter: {
|
|
|
1885
1885
|
path: z.ZodString;
|
|
1886
1886
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
1887
1887
|
}, "strip", z.ZodTypeAny, {
|
|
1888
|
+
message: string;
|
|
1888
1889
|
code: string;
|
|
1889
1890
|
path: string;
|
|
1890
|
-
message: string;
|
|
1891
1891
|
statusCode: number;
|
|
1892
1892
|
timestamp: string;
|
|
1893
1893
|
details?: unknown;
|
|
1894
1894
|
correlationId?: string | undefined;
|
|
1895
1895
|
}, {
|
|
1896
|
+
message: string;
|
|
1896
1897
|
code: string;
|
|
1897
1898
|
path: string;
|
|
1898
|
-
message: string;
|
|
1899
1899
|
statusCode: number;
|
|
1900
1900
|
timestamp: string;
|
|
1901
1901
|
details?: unknown;
|
|
@@ -1910,17 +1910,17 @@ export declare const clientsContractRouter: {
|
|
|
1910
1910
|
path: z.ZodString;
|
|
1911
1911
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
1912
1912
|
}, "strip", z.ZodTypeAny, {
|
|
1913
|
+
message: string;
|
|
1913
1914
|
code: string;
|
|
1914
1915
|
path: string;
|
|
1915
|
-
message: string;
|
|
1916
1916
|
statusCode: number;
|
|
1917
1917
|
timestamp: string;
|
|
1918
1918
|
details?: unknown;
|
|
1919
1919
|
correlationId?: string | undefined;
|
|
1920
1920
|
}, {
|
|
1921
|
+
message: string;
|
|
1921
1922
|
code: string;
|
|
1922
1923
|
path: string;
|
|
1923
|
-
message: string;
|
|
1924
1924
|
statusCode: number;
|
|
1925
1925
|
timestamp: string;
|
|
1926
1926
|
details?: unknown;
|
|
@@ -1936,17 +1936,17 @@ export declare const clientsContractRouter: {
|
|
|
1936
1936
|
path: z.ZodString;
|
|
1937
1937
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
1938
1938
|
}, "strip", z.ZodTypeAny, {
|
|
1939
|
+
message: string;
|
|
1939
1940
|
code: string;
|
|
1940
1941
|
path: string;
|
|
1941
|
-
message: string;
|
|
1942
1942
|
statusCode: number;
|
|
1943
1943
|
timestamp: string;
|
|
1944
1944
|
details?: unknown;
|
|
1945
1945
|
correlationId?: string | undefined;
|
|
1946
1946
|
}, {
|
|
1947
|
+
message: string;
|
|
1947
1948
|
code: string;
|
|
1948
1949
|
path: string;
|
|
1949
|
-
message: string;
|
|
1950
1950
|
statusCode: number;
|
|
1951
1951
|
timestamp: string;
|
|
1952
1952
|
details?: unknown;
|