@dakkitor/api-contracts 1.1.32 → 1.1.34
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/first-agent.abilities.json +37 -14
- package/dist/abilities/second-agent.abilities.json +10 -1
- package/dist/actives/actives.contract.d.ts +4343 -4287
- package/dist/actives/actives.contract.d.ts.map +1 -1
- package/dist/actives/actives.contract.js +3 -0
- package/dist/agent-client-links/agent-client-links.contract.d.ts +24 -24
- package/dist/bookings/bookings.contract.d.ts +3382 -3382
- package/dist/bookings/bookings.contract.d.ts.map +1 -1
- package/dist/bookings/bookings.contract.js +7 -17
- package/dist/call-history/call-history.contract.d.ts +584 -286
- package/dist/call-history/call-history.contract.d.ts.map +1 -1
- package/dist/collaboration-checkings/collaboration-checkings.contract.d.ts +394 -394
- package/dist/collaborations/collaborations.contract.d.ts +318 -318
- package/dist/companies/companies.contract.d.ts +36 -36
- package/dist/companies/companies.contract.d.ts.map +1 -1
- package/dist/companies/companies.contract.js +2 -4
- package/dist/jobs/jobs.contract.d.ts +727 -673
- package/dist/jobs/jobs.contract.d.ts.map +1 -1
- package/dist/jobs/jobs.contract.js +13 -0
- package/dist/lead-assignments/lead-assignments.contract.d.ts +504 -200
- package/dist/lead-assignments/lead-assignments.contract.d.ts.map +1 -1
- package/dist/lead-assignments/lead-assignments.contract.js +9 -0
- package/dist/lead-distribution/agent-lead-distribution.contract.d.ts +371 -108
- package/dist/lead-distribution/agent-lead-distribution.contract.d.ts.map +1 -1
- package/dist/lead-distribution/agent-lead-distribution.contract.js +23 -0
- package/dist/leads/leads.contract.d.ts +44 -44
- package/dist/users/users.contract.d.ts +266 -0
- package/dist/users/users.contract.d.ts.map +1 -1
- package/dist/users/users.contract.js +20 -0
- package/dist/workers/workers.contract.d.ts +143 -124
- package/dist/workers/workers.contract.d.ts.map +1 -1
- package/dist/workers/workers.contract.js +14 -10
- package/package.json +1 -1
|
@@ -21,14 +21,14 @@ export declare const CollaborationSchema: z.ZodObject<{
|
|
|
21
21
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
22
22
|
}, "strip", z.ZodTypeAny, {
|
|
23
23
|
id: string;
|
|
24
|
+
name: string;
|
|
24
25
|
createdAt: string;
|
|
25
26
|
updatedAt: string;
|
|
26
|
-
name: string;
|
|
27
27
|
}, {
|
|
28
28
|
id: string;
|
|
29
|
+
name: string;
|
|
29
30
|
createdAt: string | Date;
|
|
30
31
|
updatedAt: string | Date;
|
|
31
|
-
name: string;
|
|
32
32
|
}>>>;
|
|
33
33
|
client: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
34
34
|
id: z.ZodString;
|
|
@@ -64,11 +64,11 @@ export declare const CollaborationSchema: z.ZodObject<{
|
|
|
64
64
|
agentId: string;
|
|
65
65
|
}>>>;
|
|
66
66
|
}, "strip", z.ZodTypeAny, {
|
|
67
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
68
67
|
id: string;
|
|
68
|
+
name: string;
|
|
69
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
69
70
|
createdAt: string;
|
|
70
71
|
updatedAt: string;
|
|
71
|
-
name: string;
|
|
72
72
|
crn: string;
|
|
73
73
|
govLink: string;
|
|
74
74
|
director: string;
|
|
@@ -83,11 +83,11 @@ export declare const CollaborationSchema: z.ZodObject<{
|
|
|
83
83
|
agentId: string;
|
|
84
84
|
} | null | undefined;
|
|
85
85
|
}, {
|
|
86
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
87
86
|
id: string;
|
|
87
|
+
name: string;
|
|
88
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
88
89
|
createdAt: string | Date;
|
|
89
90
|
updatedAt: string | Date;
|
|
90
|
-
name: string;
|
|
91
91
|
crn: string;
|
|
92
92
|
govLink: string;
|
|
93
93
|
director: string;
|
|
@@ -132,14 +132,14 @@ export declare const CollaborationSchema: z.ZodObject<{
|
|
|
132
132
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
133
133
|
}, "strip", z.ZodTypeAny, {
|
|
134
134
|
id: string;
|
|
135
|
+
name: string;
|
|
135
136
|
createdAt: string;
|
|
136
137
|
updatedAt: string;
|
|
137
|
-
name: string;
|
|
138
138
|
}, {
|
|
139
139
|
id: string;
|
|
140
|
+
name: string;
|
|
140
141
|
createdAt: string | Date;
|
|
141
142
|
updatedAt: string | Date;
|
|
142
|
-
name: string;
|
|
143
143
|
}>>>;
|
|
144
144
|
client: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
145
145
|
id: z.ZodString;
|
|
@@ -175,11 +175,11 @@ export declare const CollaborationSchema: z.ZodObject<{
|
|
|
175
175
|
agentId: string;
|
|
176
176
|
}>>>;
|
|
177
177
|
}, "strip", z.ZodTypeAny, {
|
|
178
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
179
178
|
id: string;
|
|
179
|
+
name: string;
|
|
180
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
180
181
|
createdAt: string;
|
|
181
182
|
updatedAt: string;
|
|
182
|
-
name: string;
|
|
183
183
|
crn: string;
|
|
184
184
|
govLink: string;
|
|
185
185
|
director: string;
|
|
@@ -194,11 +194,11 @@ export declare const CollaborationSchema: z.ZodObject<{
|
|
|
194
194
|
agentId: string;
|
|
195
195
|
} | null | undefined;
|
|
196
196
|
}, {
|
|
197
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
198
197
|
id: string;
|
|
198
|
+
name: string;
|
|
199
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
199
200
|
createdAt: string | Date;
|
|
200
201
|
updatedAt: string | Date;
|
|
201
|
-
name: string;
|
|
202
202
|
crn: string;
|
|
203
203
|
govLink: string;
|
|
204
204
|
director: string;
|
|
@@ -234,23 +234,23 @@ export declare const CollaborationSchema: z.ZodObject<{
|
|
|
234
234
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
235
235
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
236
236
|
}, "strip", z.ZodTypeAny, {
|
|
237
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
238
237
|
id: string;
|
|
238
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
239
239
|
createdAt: string;
|
|
240
240
|
updatedAt: string;
|
|
241
241
|
userId: string;
|
|
242
242
|
company?: {
|
|
243
243
|
id: string;
|
|
244
|
+
name: string;
|
|
244
245
|
createdAt: string;
|
|
245
246
|
updatedAt: string;
|
|
246
|
-
name: string;
|
|
247
247
|
} | null | undefined;
|
|
248
248
|
client?: {
|
|
249
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
250
249
|
id: string;
|
|
250
|
+
name: string;
|
|
251
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
251
252
|
createdAt: string;
|
|
252
253
|
updatedAt: string;
|
|
253
|
-
name: string;
|
|
254
254
|
crn: string;
|
|
255
255
|
govLink: string;
|
|
256
256
|
director: string;
|
|
@@ -272,23 +272,23 @@ export declare const CollaborationSchema: z.ZodObject<{
|
|
|
272
272
|
email: string;
|
|
273
273
|
} | null | undefined;
|
|
274
274
|
}, {
|
|
275
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
276
275
|
id: string;
|
|
276
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
277
277
|
createdAt: string | Date;
|
|
278
278
|
updatedAt: string | Date;
|
|
279
279
|
userId: string;
|
|
280
280
|
company?: {
|
|
281
281
|
id: string;
|
|
282
|
+
name: string;
|
|
282
283
|
createdAt: string | Date;
|
|
283
284
|
updatedAt: string | Date;
|
|
284
|
-
name: string;
|
|
285
285
|
} | null | undefined;
|
|
286
286
|
client?: {
|
|
287
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
288
287
|
id: string;
|
|
288
|
+
name: string;
|
|
289
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
289
290
|
createdAt: string | Date;
|
|
290
291
|
updatedAt: string | Date;
|
|
291
|
-
name: string;
|
|
292
292
|
crn: string;
|
|
293
293
|
govLink: string;
|
|
294
294
|
director: string;
|
|
@@ -311,23 +311,23 @@ export declare const CollaborationSchema: z.ZodObject<{
|
|
|
311
311
|
} | null | undefined;
|
|
312
312
|
}>>>;
|
|
313
313
|
}, "strip", z.ZodTypeAny, {
|
|
314
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
315
314
|
id: string;
|
|
315
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
316
316
|
createdAt: string;
|
|
317
317
|
updatedAt: string;
|
|
318
318
|
userId: string;
|
|
319
319
|
company?: {
|
|
320
320
|
id: string;
|
|
321
|
+
name: string;
|
|
321
322
|
createdAt: string;
|
|
322
323
|
updatedAt: string;
|
|
323
|
-
name: string;
|
|
324
324
|
} | null | undefined;
|
|
325
325
|
client?: {
|
|
326
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
327
326
|
id: string;
|
|
327
|
+
name: string;
|
|
328
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
328
329
|
createdAt: string;
|
|
329
330
|
updatedAt: string;
|
|
330
|
-
name: string;
|
|
331
331
|
crn: string;
|
|
332
332
|
govLink: string;
|
|
333
333
|
director: string;
|
|
@@ -349,23 +349,23 @@ export declare const CollaborationSchema: z.ZodObject<{
|
|
|
349
349
|
email: string;
|
|
350
350
|
} | null | undefined;
|
|
351
351
|
newCollaboration?: {
|
|
352
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
353
352
|
id: string;
|
|
353
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
354
354
|
createdAt: string;
|
|
355
355
|
updatedAt: string;
|
|
356
356
|
userId: string;
|
|
357
357
|
company?: {
|
|
358
358
|
id: string;
|
|
359
|
+
name: string;
|
|
359
360
|
createdAt: string;
|
|
360
361
|
updatedAt: string;
|
|
361
|
-
name: string;
|
|
362
362
|
} | null | undefined;
|
|
363
363
|
client?: {
|
|
364
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
365
364
|
id: string;
|
|
365
|
+
name: string;
|
|
366
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
366
367
|
createdAt: string;
|
|
367
368
|
updatedAt: string;
|
|
368
|
-
name: string;
|
|
369
369
|
crn: string;
|
|
370
370
|
govLink: string;
|
|
371
371
|
director: string;
|
|
@@ -388,23 +388,23 @@ export declare const CollaborationSchema: z.ZodObject<{
|
|
|
388
388
|
} | null | undefined;
|
|
389
389
|
} | null | undefined;
|
|
390
390
|
}, {
|
|
391
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
392
391
|
id: string;
|
|
392
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
393
393
|
createdAt: string | Date;
|
|
394
394
|
updatedAt: string | Date;
|
|
395
395
|
userId: string;
|
|
396
396
|
company?: {
|
|
397
397
|
id: string;
|
|
398
|
+
name: string;
|
|
398
399
|
createdAt: string | Date;
|
|
399
400
|
updatedAt: string | Date;
|
|
400
|
-
name: string;
|
|
401
401
|
} | null | undefined;
|
|
402
402
|
client?: {
|
|
403
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
404
403
|
id: string;
|
|
404
|
+
name: string;
|
|
405
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
405
406
|
createdAt: string | Date;
|
|
406
407
|
updatedAt: string | Date;
|
|
407
|
-
name: string;
|
|
408
408
|
crn: string;
|
|
409
409
|
govLink: string;
|
|
410
410
|
director: string;
|
|
@@ -426,23 +426,23 @@ export declare const CollaborationSchema: z.ZodObject<{
|
|
|
426
426
|
email: string;
|
|
427
427
|
} | null | undefined;
|
|
428
428
|
newCollaboration?: {
|
|
429
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
430
429
|
id: string;
|
|
430
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
431
431
|
createdAt: string | Date;
|
|
432
432
|
updatedAt: string | Date;
|
|
433
433
|
userId: string;
|
|
434
434
|
company?: {
|
|
435
435
|
id: string;
|
|
436
|
+
name: string;
|
|
436
437
|
createdAt: string | Date;
|
|
437
438
|
updatedAt: string | Date;
|
|
438
|
-
name: string;
|
|
439
439
|
} | null | undefined;
|
|
440
440
|
client?: {
|
|
441
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
442
441
|
id: string;
|
|
442
|
+
name: string;
|
|
443
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
443
444
|
createdAt: string | Date;
|
|
444
445
|
updatedAt: string | Date;
|
|
445
|
-
name: string;
|
|
446
446
|
crn: string;
|
|
447
447
|
govLink: string;
|
|
448
448
|
director: string;
|
|
@@ -498,7 +498,7 @@ export declare const CreateCollaborationSchema: z.ZodObject<{
|
|
|
498
498
|
client: {
|
|
499
499
|
id: string;
|
|
500
500
|
};
|
|
501
|
-
status?: "
|
|
501
|
+
status?: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | undefined;
|
|
502
502
|
user?: {
|
|
503
503
|
id: string;
|
|
504
504
|
} | undefined;
|
|
@@ -509,7 +509,7 @@ export declare const CreateCollaborationSchema: z.ZodObject<{
|
|
|
509
509
|
client: {
|
|
510
510
|
id: string;
|
|
511
511
|
};
|
|
512
|
-
status?: "
|
|
512
|
+
status?: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | undefined;
|
|
513
513
|
user?: {
|
|
514
514
|
id: string;
|
|
515
515
|
} | undefined;
|
|
@@ -520,9 +520,9 @@ export declare const CreateCollaborationSchema: z.ZodObject<{
|
|
|
520
520
|
export declare const UpdateCollaborationSchema: z.ZodObject<{
|
|
521
521
|
status: z.ZodOptional<z.ZodEnum<["ACTIVE", "INACTIVE", "PENDING_APPROVAL", "REJECTED", "APPROVED", "CHANGED_COMPANY", "CHANGED_AGENT"]>>;
|
|
522
522
|
}, "strip", z.ZodTypeAny, {
|
|
523
|
-
status?: "
|
|
523
|
+
status?: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | undefined;
|
|
524
524
|
}, {
|
|
525
|
-
status?: "
|
|
525
|
+
status?: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | undefined;
|
|
526
526
|
}>;
|
|
527
527
|
/**
|
|
528
528
|
* Upsert Collaboration Schema
|
|
@@ -557,7 +557,7 @@ export declare const UpsertCollaborationSchema: z.ZodObject<{
|
|
|
557
557
|
client: {
|
|
558
558
|
id: string;
|
|
559
559
|
};
|
|
560
|
-
status?: "
|
|
560
|
+
status?: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | undefined;
|
|
561
561
|
user?: {
|
|
562
562
|
id: string;
|
|
563
563
|
} | undefined;
|
|
@@ -568,7 +568,7 @@ export declare const UpsertCollaborationSchema: z.ZodObject<{
|
|
|
568
568
|
client: {
|
|
569
569
|
id: string;
|
|
570
570
|
};
|
|
571
|
-
status?: "
|
|
571
|
+
status?: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | undefined;
|
|
572
572
|
user?: {
|
|
573
573
|
id: string;
|
|
574
574
|
} | undefined;
|
|
@@ -589,20 +589,20 @@ export declare const FilterCollaborationSchema: z.ZodObject<{
|
|
|
589
589
|
}, "strip", z.ZodTypeAny, {
|
|
590
590
|
limit: number;
|
|
591
591
|
page: number;
|
|
592
|
-
status?: "
|
|
592
|
+
status?: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | null | undefined;
|
|
593
593
|
sortBy?: "status" | "createdAt" | "updatedAt" | null | undefined;
|
|
594
594
|
sortOrder?: "ASC" | "DESC" | null | undefined;
|
|
595
|
-
userId?: string | null | undefined;
|
|
596
595
|
companyId?: string | null | undefined;
|
|
596
|
+
userId?: string | null | undefined;
|
|
597
597
|
clientId?: string | null | undefined;
|
|
598
598
|
}, {
|
|
599
|
-
status?: "
|
|
599
|
+
status?: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | null | undefined;
|
|
600
600
|
limit?: number | undefined;
|
|
601
601
|
page?: number | undefined;
|
|
602
602
|
sortBy?: "status" | "createdAt" | "updatedAt" | null | undefined;
|
|
603
603
|
sortOrder?: "ASC" | "DESC" | null | undefined;
|
|
604
|
-
userId?: string | null | undefined;
|
|
605
604
|
companyId?: string | null | undefined;
|
|
605
|
+
userId?: string | null | undefined;
|
|
606
606
|
clientId?: string | null | undefined;
|
|
607
607
|
}>;
|
|
608
608
|
/**
|
|
@@ -720,14 +720,14 @@ export declare const PaginatedCollaborationResponseSchema: z.ZodObject<{
|
|
|
720
720
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
721
721
|
}, "strip", z.ZodTypeAny, {
|
|
722
722
|
id: string;
|
|
723
|
+
name: string;
|
|
723
724
|
createdAt: string;
|
|
724
725
|
updatedAt: string;
|
|
725
|
-
name: string;
|
|
726
726
|
}, {
|
|
727
727
|
id: string;
|
|
728
|
+
name: string;
|
|
728
729
|
createdAt: string | Date;
|
|
729
730
|
updatedAt: string | Date;
|
|
730
|
-
name: string;
|
|
731
731
|
}>>>;
|
|
732
732
|
client: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
733
733
|
id: z.ZodString;
|
|
@@ -763,11 +763,11 @@ export declare const PaginatedCollaborationResponseSchema: z.ZodObject<{
|
|
|
763
763
|
agentId: string;
|
|
764
764
|
}>>>;
|
|
765
765
|
}, "strip", z.ZodTypeAny, {
|
|
766
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
767
766
|
id: string;
|
|
767
|
+
name: string;
|
|
768
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
768
769
|
createdAt: string;
|
|
769
770
|
updatedAt: string;
|
|
770
|
-
name: string;
|
|
771
771
|
crn: string;
|
|
772
772
|
govLink: string;
|
|
773
773
|
director: string;
|
|
@@ -782,11 +782,11 @@ export declare const PaginatedCollaborationResponseSchema: z.ZodObject<{
|
|
|
782
782
|
agentId: string;
|
|
783
783
|
} | null | undefined;
|
|
784
784
|
}, {
|
|
785
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
786
785
|
id: string;
|
|
786
|
+
name: string;
|
|
787
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
787
788
|
createdAt: string | Date;
|
|
788
789
|
updatedAt: string | Date;
|
|
789
|
-
name: string;
|
|
790
790
|
crn: string;
|
|
791
791
|
govLink: string;
|
|
792
792
|
director: string;
|
|
@@ -831,14 +831,14 @@ export declare const PaginatedCollaborationResponseSchema: z.ZodObject<{
|
|
|
831
831
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
832
832
|
}, "strip", z.ZodTypeAny, {
|
|
833
833
|
id: string;
|
|
834
|
+
name: string;
|
|
834
835
|
createdAt: string;
|
|
835
836
|
updatedAt: string;
|
|
836
|
-
name: string;
|
|
837
837
|
}, {
|
|
838
838
|
id: string;
|
|
839
|
+
name: string;
|
|
839
840
|
createdAt: string | Date;
|
|
840
841
|
updatedAt: string | Date;
|
|
841
|
-
name: string;
|
|
842
842
|
}>>>;
|
|
843
843
|
client: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
844
844
|
id: z.ZodString;
|
|
@@ -874,11 +874,11 @@ export declare const PaginatedCollaborationResponseSchema: z.ZodObject<{
|
|
|
874
874
|
agentId: string;
|
|
875
875
|
}>>>;
|
|
876
876
|
}, "strip", z.ZodTypeAny, {
|
|
877
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
878
877
|
id: string;
|
|
878
|
+
name: string;
|
|
879
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
879
880
|
createdAt: string;
|
|
880
881
|
updatedAt: string;
|
|
881
|
-
name: string;
|
|
882
882
|
crn: string;
|
|
883
883
|
govLink: string;
|
|
884
884
|
director: string;
|
|
@@ -893,11 +893,11 @@ export declare const PaginatedCollaborationResponseSchema: z.ZodObject<{
|
|
|
893
893
|
agentId: string;
|
|
894
894
|
} | null | undefined;
|
|
895
895
|
}, {
|
|
896
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
897
896
|
id: string;
|
|
897
|
+
name: string;
|
|
898
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
898
899
|
createdAt: string | Date;
|
|
899
900
|
updatedAt: string | Date;
|
|
900
|
-
name: string;
|
|
901
901
|
crn: string;
|
|
902
902
|
govLink: string;
|
|
903
903
|
director: string;
|
|
@@ -933,23 +933,23 @@ export declare const PaginatedCollaborationResponseSchema: z.ZodObject<{
|
|
|
933
933
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
934
934
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
935
935
|
}, "strip", z.ZodTypeAny, {
|
|
936
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
937
936
|
id: string;
|
|
937
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
938
938
|
createdAt: string;
|
|
939
939
|
updatedAt: string;
|
|
940
940
|
userId: string;
|
|
941
941
|
company?: {
|
|
942
942
|
id: string;
|
|
943
|
+
name: string;
|
|
943
944
|
createdAt: string;
|
|
944
945
|
updatedAt: string;
|
|
945
|
-
name: string;
|
|
946
946
|
} | null | undefined;
|
|
947
947
|
client?: {
|
|
948
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
949
948
|
id: string;
|
|
949
|
+
name: string;
|
|
950
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
950
951
|
createdAt: string;
|
|
951
952
|
updatedAt: string;
|
|
952
|
-
name: string;
|
|
953
953
|
crn: string;
|
|
954
954
|
govLink: string;
|
|
955
955
|
director: string;
|
|
@@ -971,23 +971,23 @@ export declare const PaginatedCollaborationResponseSchema: z.ZodObject<{
|
|
|
971
971
|
email: string;
|
|
972
972
|
} | null | undefined;
|
|
973
973
|
}, {
|
|
974
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
975
974
|
id: string;
|
|
975
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
976
976
|
createdAt: string | Date;
|
|
977
977
|
updatedAt: string | Date;
|
|
978
978
|
userId: string;
|
|
979
979
|
company?: {
|
|
980
980
|
id: string;
|
|
981
|
+
name: string;
|
|
981
982
|
createdAt: string | Date;
|
|
982
983
|
updatedAt: string | Date;
|
|
983
|
-
name: string;
|
|
984
984
|
} | null | undefined;
|
|
985
985
|
client?: {
|
|
986
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
987
986
|
id: string;
|
|
987
|
+
name: string;
|
|
988
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
988
989
|
createdAt: string | Date;
|
|
989
990
|
updatedAt: string | Date;
|
|
990
|
-
name: string;
|
|
991
991
|
crn: string;
|
|
992
992
|
govLink: string;
|
|
993
993
|
director: string;
|
|
@@ -1010,23 +1010,23 @@ export declare const PaginatedCollaborationResponseSchema: z.ZodObject<{
|
|
|
1010
1010
|
} | null | undefined;
|
|
1011
1011
|
}>>>;
|
|
1012
1012
|
}, "strip", z.ZodTypeAny, {
|
|
1013
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1014
1013
|
id: string;
|
|
1014
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1015
1015
|
createdAt: string;
|
|
1016
1016
|
updatedAt: string;
|
|
1017
1017
|
userId: string;
|
|
1018
1018
|
company?: {
|
|
1019
1019
|
id: string;
|
|
1020
|
+
name: string;
|
|
1020
1021
|
createdAt: string;
|
|
1021
1022
|
updatedAt: string;
|
|
1022
|
-
name: string;
|
|
1023
1023
|
} | null | undefined;
|
|
1024
1024
|
client?: {
|
|
1025
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1026
1025
|
id: string;
|
|
1026
|
+
name: string;
|
|
1027
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1027
1028
|
createdAt: string;
|
|
1028
1029
|
updatedAt: string;
|
|
1029
|
-
name: string;
|
|
1030
1030
|
crn: string;
|
|
1031
1031
|
govLink: string;
|
|
1032
1032
|
director: string;
|
|
@@ -1048,23 +1048,23 @@ export declare const PaginatedCollaborationResponseSchema: z.ZodObject<{
|
|
|
1048
1048
|
email: string;
|
|
1049
1049
|
} | null | undefined;
|
|
1050
1050
|
newCollaboration?: {
|
|
1051
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1052
1051
|
id: string;
|
|
1052
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1053
1053
|
createdAt: string;
|
|
1054
1054
|
updatedAt: string;
|
|
1055
1055
|
userId: string;
|
|
1056
1056
|
company?: {
|
|
1057
1057
|
id: string;
|
|
1058
|
+
name: string;
|
|
1058
1059
|
createdAt: string;
|
|
1059
1060
|
updatedAt: string;
|
|
1060
|
-
name: string;
|
|
1061
1061
|
} | null | undefined;
|
|
1062
1062
|
client?: {
|
|
1063
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1064
1063
|
id: string;
|
|
1064
|
+
name: string;
|
|
1065
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1065
1066
|
createdAt: string;
|
|
1066
1067
|
updatedAt: string;
|
|
1067
|
-
name: string;
|
|
1068
1068
|
crn: string;
|
|
1069
1069
|
govLink: string;
|
|
1070
1070
|
director: string;
|
|
@@ -1087,23 +1087,23 @@ export declare const PaginatedCollaborationResponseSchema: z.ZodObject<{
|
|
|
1087
1087
|
} | null | undefined;
|
|
1088
1088
|
} | null | undefined;
|
|
1089
1089
|
}, {
|
|
1090
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1091
1090
|
id: string;
|
|
1091
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1092
1092
|
createdAt: string | Date;
|
|
1093
1093
|
updatedAt: string | Date;
|
|
1094
1094
|
userId: string;
|
|
1095
1095
|
company?: {
|
|
1096
1096
|
id: string;
|
|
1097
|
+
name: string;
|
|
1097
1098
|
createdAt: string | Date;
|
|
1098
1099
|
updatedAt: string | Date;
|
|
1099
|
-
name: string;
|
|
1100
1100
|
} | null | undefined;
|
|
1101
1101
|
client?: {
|
|
1102
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1103
1102
|
id: string;
|
|
1103
|
+
name: string;
|
|
1104
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1104
1105
|
createdAt: string | Date;
|
|
1105
1106
|
updatedAt: string | Date;
|
|
1106
|
-
name: string;
|
|
1107
1107
|
crn: string;
|
|
1108
1108
|
govLink: string;
|
|
1109
1109
|
director: string;
|
|
@@ -1125,23 +1125,23 @@ export declare const PaginatedCollaborationResponseSchema: z.ZodObject<{
|
|
|
1125
1125
|
email: string;
|
|
1126
1126
|
} | null | undefined;
|
|
1127
1127
|
newCollaboration?: {
|
|
1128
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1129
1128
|
id: string;
|
|
1129
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1130
1130
|
createdAt: string | Date;
|
|
1131
1131
|
updatedAt: string | Date;
|
|
1132
1132
|
userId: string;
|
|
1133
1133
|
company?: {
|
|
1134
1134
|
id: string;
|
|
1135
|
+
name: string;
|
|
1135
1136
|
createdAt: string | Date;
|
|
1136
1137
|
updatedAt: string | Date;
|
|
1137
|
-
name: string;
|
|
1138
1138
|
} | null | undefined;
|
|
1139
1139
|
client?: {
|
|
1140
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1141
1140
|
id: string;
|
|
1141
|
+
name: string;
|
|
1142
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1142
1143
|
createdAt: string | Date;
|
|
1143
1144
|
updatedAt: string | Date;
|
|
1144
|
-
name: string;
|
|
1145
1145
|
crn: string;
|
|
1146
1146
|
govLink: string;
|
|
1147
1147
|
director: string;
|
|
@@ -1172,23 +1172,23 @@ export declare const PaginatedCollaborationResponseSchema: z.ZodObject<{
|
|
|
1172
1172
|
}, "strip", z.ZodTypeAny, {
|
|
1173
1173
|
limit: number;
|
|
1174
1174
|
items: {
|
|
1175
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1176
1175
|
id: string;
|
|
1176
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1177
1177
|
createdAt: string;
|
|
1178
1178
|
updatedAt: string;
|
|
1179
1179
|
userId: string;
|
|
1180
1180
|
company?: {
|
|
1181
1181
|
id: string;
|
|
1182
|
+
name: string;
|
|
1182
1183
|
createdAt: string;
|
|
1183
1184
|
updatedAt: string;
|
|
1184
|
-
name: string;
|
|
1185
1185
|
} | null | undefined;
|
|
1186
1186
|
client?: {
|
|
1187
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1188
1187
|
id: string;
|
|
1188
|
+
name: string;
|
|
1189
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1189
1190
|
createdAt: string;
|
|
1190
1191
|
updatedAt: string;
|
|
1191
|
-
name: string;
|
|
1192
1192
|
crn: string;
|
|
1193
1193
|
govLink: string;
|
|
1194
1194
|
director: string;
|
|
@@ -1210,23 +1210,23 @@ export declare const PaginatedCollaborationResponseSchema: z.ZodObject<{
|
|
|
1210
1210
|
email: string;
|
|
1211
1211
|
} | null | undefined;
|
|
1212
1212
|
newCollaboration?: {
|
|
1213
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1214
1213
|
id: string;
|
|
1214
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1215
1215
|
createdAt: string;
|
|
1216
1216
|
updatedAt: string;
|
|
1217
1217
|
userId: string;
|
|
1218
1218
|
company?: {
|
|
1219
1219
|
id: string;
|
|
1220
|
+
name: string;
|
|
1220
1221
|
createdAt: string;
|
|
1221
1222
|
updatedAt: string;
|
|
1222
|
-
name: string;
|
|
1223
1223
|
} | null | undefined;
|
|
1224
1224
|
client?: {
|
|
1225
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1226
1225
|
id: string;
|
|
1226
|
+
name: string;
|
|
1227
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1227
1228
|
createdAt: string;
|
|
1228
1229
|
updatedAt: string;
|
|
1229
|
-
name: string;
|
|
1230
1230
|
crn: string;
|
|
1231
1231
|
govLink: string;
|
|
1232
1232
|
director: string;
|
|
@@ -1256,23 +1256,23 @@ export declare const PaginatedCollaborationResponseSchema: z.ZodObject<{
|
|
|
1256
1256
|
}, {
|
|
1257
1257
|
limit: number;
|
|
1258
1258
|
items: {
|
|
1259
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1260
1259
|
id: string;
|
|
1260
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1261
1261
|
createdAt: string | Date;
|
|
1262
1262
|
updatedAt: string | Date;
|
|
1263
1263
|
userId: string;
|
|
1264
1264
|
company?: {
|
|
1265
1265
|
id: string;
|
|
1266
|
+
name: string;
|
|
1266
1267
|
createdAt: string | Date;
|
|
1267
1268
|
updatedAt: string | Date;
|
|
1268
|
-
name: string;
|
|
1269
1269
|
} | null | undefined;
|
|
1270
1270
|
client?: {
|
|
1271
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1272
1271
|
id: string;
|
|
1272
|
+
name: string;
|
|
1273
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1273
1274
|
createdAt: string | Date;
|
|
1274
1275
|
updatedAt: string | Date;
|
|
1275
|
-
name: string;
|
|
1276
1276
|
crn: string;
|
|
1277
1277
|
govLink: string;
|
|
1278
1278
|
director: string;
|
|
@@ -1294,23 +1294,23 @@ export declare const PaginatedCollaborationResponseSchema: z.ZodObject<{
|
|
|
1294
1294
|
email: string;
|
|
1295
1295
|
} | null | undefined;
|
|
1296
1296
|
newCollaboration?: {
|
|
1297
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1298
1297
|
id: string;
|
|
1298
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1299
1299
|
createdAt: string | Date;
|
|
1300
1300
|
updatedAt: string | Date;
|
|
1301
1301
|
userId: string;
|
|
1302
1302
|
company?: {
|
|
1303
1303
|
id: string;
|
|
1304
|
+
name: string;
|
|
1304
1305
|
createdAt: string | Date;
|
|
1305
1306
|
updatedAt: string | Date;
|
|
1306
|
-
name: string;
|
|
1307
1307
|
} | null | undefined;
|
|
1308
1308
|
client?: {
|
|
1309
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1310
1309
|
id: string;
|
|
1310
|
+
name: string;
|
|
1311
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1311
1312
|
createdAt: string | Date;
|
|
1312
1313
|
updatedAt: string | Date;
|
|
1313
|
-
name: string;
|
|
1314
1314
|
crn: string;
|
|
1315
1315
|
govLink: string;
|
|
1316
1316
|
director: string;
|
|
@@ -1386,7 +1386,7 @@ export declare const collaborationsContractRouter: {
|
|
|
1386
1386
|
client: {
|
|
1387
1387
|
id: string;
|
|
1388
1388
|
};
|
|
1389
|
-
status?: "
|
|
1389
|
+
status?: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | undefined;
|
|
1390
1390
|
user?: {
|
|
1391
1391
|
id: string;
|
|
1392
1392
|
} | undefined;
|
|
@@ -1397,7 +1397,7 @@ export declare const collaborationsContractRouter: {
|
|
|
1397
1397
|
client: {
|
|
1398
1398
|
id: string;
|
|
1399
1399
|
};
|
|
1400
|
-
status?: "
|
|
1400
|
+
status?: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | undefined;
|
|
1401
1401
|
user?: {
|
|
1402
1402
|
id: string;
|
|
1403
1403
|
} | undefined;
|
|
@@ -1513,14 +1513,14 @@ export declare const collaborationsContractRouter: {
|
|
|
1513
1513
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
1514
1514
|
}, "strip", z.ZodTypeAny, {
|
|
1515
1515
|
id: string;
|
|
1516
|
+
name: string;
|
|
1516
1517
|
createdAt: string;
|
|
1517
1518
|
updatedAt: string;
|
|
1518
|
-
name: string;
|
|
1519
1519
|
}, {
|
|
1520
1520
|
id: string;
|
|
1521
|
+
name: string;
|
|
1521
1522
|
createdAt: string | Date;
|
|
1522
1523
|
updatedAt: string | Date;
|
|
1523
|
-
name: string;
|
|
1524
1524
|
}>>>;
|
|
1525
1525
|
client: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1526
1526
|
id: z.ZodString;
|
|
@@ -1556,11 +1556,11 @@ export declare const collaborationsContractRouter: {
|
|
|
1556
1556
|
agentId: string;
|
|
1557
1557
|
}>>>;
|
|
1558
1558
|
}, "strip", z.ZodTypeAny, {
|
|
1559
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1560
1559
|
id: string;
|
|
1560
|
+
name: string;
|
|
1561
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1561
1562
|
createdAt: string;
|
|
1562
1563
|
updatedAt: string;
|
|
1563
|
-
name: string;
|
|
1564
1564
|
crn: string;
|
|
1565
1565
|
govLink: string;
|
|
1566
1566
|
director: string;
|
|
@@ -1575,11 +1575,11 @@ export declare const collaborationsContractRouter: {
|
|
|
1575
1575
|
agentId: string;
|
|
1576
1576
|
} | null | undefined;
|
|
1577
1577
|
}, {
|
|
1578
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1579
1578
|
id: string;
|
|
1579
|
+
name: string;
|
|
1580
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1580
1581
|
createdAt: string | Date;
|
|
1581
1582
|
updatedAt: string | Date;
|
|
1582
|
-
name: string;
|
|
1583
1583
|
crn: string;
|
|
1584
1584
|
govLink: string;
|
|
1585
1585
|
director: string;
|
|
@@ -1624,14 +1624,14 @@ export declare const collaborationsContractRouter: {
|
|
|
1624
1624
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
1625
1625
|
}, "strip", z.ZodTypeAny, {
|
|
1626
1626
|
id: string;
|
|
1627
|
+
name: string;
|
|
1627
1628
|
createdAt: string;
|
|
1628
1629
|
updatedAt: string;
|
|
1629
|
-
name: string;
|
|
1630
1630
|
}, {
|
|
1631
1631
|
id: string;
|
|
1632
|
+
name: string;
|
|
1632
1633
|
createdAt: string | Date;
|
|
1633
1634
|
updatedAt: string | Date;
|
|
1634
|
-
name: string;
|
|
1635
1635
|
}>>>;
|
|
1636
1636
|
client: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1637
1637
|
id: z.ZodString;
|
|
@@ -1667,11 +1667,11 @@ export declare const collaborationsContractRouter: {
|
|
|
1667
1667
|
agentId: string;
|
|
1668
1668
|
}>>>;
|
|
1669
1669
|
}, "strip", z.ZodTypeAny, {
|
|
1670
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1671
1670
|
id: string;
|
|
1671
|
+
name: string;
|
|
1672
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1672
1673
|
createdAt: string;
|
|
1673
1674
|
updatedAt: string;
|
|
1674
|
-
name: string;
|
|
1675
1675
|
crn: string;
|
|
1676
1676
|
govLink: string;
|
|
1677
1677
|
director: string;
|
|
@@ -1686,11 +1686,11 @@ export declare const collaborationsContractRouter: {
|
|
|
1686
1686
|
agentId: string;
|
|
1687
1687
|
} | null | undefined;
|
|
1688
1688
|
}, {
|
|
1689
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1690
1689
|
id: string;
|
|
1690
|
+
name: string;
|
|
1691
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1691
1692
|
createdAt: string | Date;
|
|
1692
1693
|
updatedAt: string | Date;
|
|
1693
|
-
name: string;
|
|
1694
1694
|
crn: string;
|
|
1695
1695
|
govLink: string;
|
|
1696
1696
|
director: string;
|
|
@@ -1726,23 +1726,23 @@ export declare const collaborationsContractRouter: {
|
|
|
1726
1726
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
1727
1727
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
1728
1728
|
}, "strip", z.ZodTypeAny, {
|
|
1729
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1730
1729
|
id: string;
|
|
1730
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1731
1731
|
createdAt: string;
|
|
1732
1732
|
updatedAt: string;
|
|
1733
1733
|
userId: string;
|
|
1734
1734
|
company?: {
|
|
1735
1735
|
id: string;
|
|
1736
|
+
name: string;
|
|
1736
1737
|
createdAt: string;
|
|
1737
1738
|
updatedAt: string;
|
|
1738
|
-
name: string;
|
|
1739
1739
|
} | null | undefined;
|
|
1740
1740
|
client?: {
|
|
1741
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1742
1741
|
id: string;
|
|
1742
|
+
name: string;
|
|
1743
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1743
1744
|
createdAt: string;
|
|
1744
1745
|
updatedAt: string;
|
|
1745
|
-
name: string;
|
|
1746
1746
|
crn: string;
|
|
1747
1747
|
govLink: string;
|
|
1748
1748
|
director: string;
|
|
@@ -1764,23 +1764,23 @@ export declare const collaborationsContractRouter: {
|
|
|
1764
1764
|
email: string;
|
|
1765
1765
|
} | null | undefined;
|
|
1766
1766
|
}, {
|
|
1767
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1768
1767
|
id: string;
|
|
1768
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1769
1769
|
createdAt: string | Date;
|
|
1770
1770
|
updatedAt: string | Date;
|
|
1771
1771
|
userId: string;
|
|
1772
1772
|
company?: {
|
|
1773
1773
|
id: string;
|
|
1774
|
+
name: string;
|
|
1774
1775
|
createdAt: string | Date;
|
|
1775
1776
|
updatedAt: string | Date;
|
|
1776
|
-
name: string;
|
|
1777
1777
|
} | null | undefined;
|
|
1778
1778
|
client?: {
|
|
1779
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1780
1779
|
id: string;
|
|
1780
|
+
name: string;
|
|
1781
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1781
1782
|
createdAt: string | Date;
|
|
1782
1783
|
updatedAt: string | Date;
|
|
1783
|
-
name: string;
|
|
1784
1784
|
crn: string;
|
|
1785
1785
|
govLink: string;
|
|
1786
1786
|
director: string;
|
|
@@ -1803,23 +1803,23 @@ export declare const collaborationsContractRouter: {
|
|
|
1803
1803
|
} | null | undefined;
|
|
1804
1804
|
}>>>;
|
|
1805
1805
|
}, "strip", z.ZodTypeAny, {
|
|
1806
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1807
1806
|
id: string;
|
|
1807
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1808
1808
|
createdAt: string;
|
|
1809
1809
|
updatedAt: string;
|
|
1810
1810
|
userId: string;
|
|
1811
1811
|
company?: {
|
|
1812
1812
|
id: string;
|
|
1813
|
+
name: string;
|
|
1813
1814
|
createdAt: string;
|
|
1814
1815
|
updatedAt: string;
|
|
1815
|
-
name: string;
|
|
1816
1816
|
} | null | undefined;
|
|
1817
1817
|
client?: {
|
|
1818
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1819
1818
|
id: string;
|
|
1819
|
+
name: string;
|
|
1820
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1820
1821
|
createdAt: string;
|
|
1821
1822
|
updatedAt: string;
|
|
1822
|
-
name: string;
|
|
1823
1823
|
crn: string;
|
|
1824
1824
|
govLink: string;
|
|
1825
1825
|
director: string;
|
|
@@ -1841,23 +1841,23 @@ export declare const collaborationsContractRouter: {
|
|
|
1841
1841
|
email: string;
|
|
1842
1842
|
} | null | undefined;
|
|
1843
1843
|
newCollaboration?: {
|
|
1844
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1845
1844
|
id: string;
|
|
1845
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1846
1846
|
createdAt: string;
|
|
1847
1847
|
updatedAt: string;
|
|
1848
1848
|
userId: string;
|
|
1849
1849
|
company?: {
|
|
1850
1850
|
id: string;
|
|
1851
|
+
name: string;
|
|
1851
1852
|
createdAt: string;
|
|
1852
1853
|
updatedAt: string;
|
|
1853
|
-
name: string;
|
|
1854
1854
|
} | null | undefined;
|
|
1855
1855
|
client?: {
|
|
1856
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1857
1856
|
id: string;
|
|
1857
|
+
name: string;
|
|
1858
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1858
1859
|
createdAt: string;
|
|
1859
1860
|
updatedAt: string;
|
|
1860
|
-
name: string;
|
|
1861
1861
|
crn: string;
|
|
1862
1862
|
govLink: string;
|
|
1863
1863
|
director: string;
|
|
@@ -1880,23 +1880,23 @@ export declare const collaborationsContractRouter: {
|
|
|
1880
1880
|
} | null | undefined;
|
|
1881
1881
|
} | null | undefined;
|
|
1882
1882
|
}, {
|
|
1883
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1884
1883
|
id: string;
|
|
1884
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1885
1885
|
createdAt: string | Date;
|
|
1886
1886
|
updatedAt: string | Date;
|
|
1887
1887
|
userId: string;
|
|
1888
1888
|
company?: {
|
|
1889
1889
|
id: string;
|
|
1890
|
+
name: string;
|
|
1890
1891
|
createdAt: string | Date;
|
|
1891
1892
|
updatedAt: string | Date;
|
|
1892
|
-
name: string;
|
|
1893
1893
|
} | null | undefined;
|
|
1894
1894
|
client?: {
|
|
1895
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1896
1895
|
id: string;
|
|
1896
|
+
name: string;
|
|
1897
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1897
1898
|
createdAt: string | Date;
|
|
1898
1899
|
updatedAt: string | Date;
|
|
1899
|
-
name: string;
|
|
1900
1900
|
crn: string;
|
|
1901
1901
|
govLink: string;
|
|
1902
1902
|
director: string;
|
|
@@ -1918,23 +1918,23 @@ export declare const collaborationsContractRouter: {
|
|
|
1918
1918
|
email: string;
|
|
1919
1919
|
} | null | undefined;
|
|
1920
1920
|
newCollaboration?: {
|
|
1921
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1922
1921
|
id: string;
|
|
1922
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1923
1923
|
createdAt: string | Date;
|
|
1924
1924
|
updatedAt: string | Date;
|
|
1925
1925
|
userId: string;
|
|
1926
1926
|
company?: {
|
|
1927
1927
|
id: string;
|
|
1928
|
+
name: string;
|
|
1928
1929
|
createdAt: string | Date;
|
|
1929
1930
|
updatedAt: string | Date;
|
|
1930
|
-
name: string;
|
|
1931
1931
|
} | null | undefined;
|
|
1932
1932
|
client?: {
|
|
1933
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1934
1933
|
id: string;
|
|
1934
|
+
name: string;
|
|
1935
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1935
1936
|
createdAt: string | Date;
|
|
1936
1937
|
updatedAt: string | Date;
|
|
1937
|
-
name: string;
|
|
1938
1938
|
crn: string;
|
|
1939
1939
|
govLink: string;
|
|
1940
1940
|
director: string;
|
|
@@ -1985,6 +1985,12 @@ export declare const collaborationsContractRouter: {
|
|
|
1985
1985
|
};
|
|
1986
1986
|
};
|
|
1987
1987
|
findAll: {
|
|
1988
|
+
metadata: {
|
|
1989
|
+
tags: string[];
|
|
1990
|
+
openApi: {
|
|
1991
|
+
operationId: string;
|
|
1992
|
+
};
|
|
1993
|
+
};
|
|
1988
1994
|
query: z.ZodObject<{
|
|
1989
1995
|
limit: z.ZodDefault<z.ZodNumber>;
|
|
1990
1996
|
page: z.ZodDefault<z.ZodNumber>;
|
|
@@ -1998,28 +2004,22 @@ export declare const collaborationsContractRouter: {
|
|
|
1998
2004
|
}, "strip", z.ZodTypeAny, {
|
|
1999
2005
|
limit: number;
|
|
2000
2006
|
page: number;
|
|
2001
|
-
status?: "
|
|
2007
|
+
status?: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | null | undefined;
|
|
2002
2008
|
sortBy?: "status" | "createdAt" | "updatedAt" | null | undefined;
|
|
2003
2009
|
sortOrder?: "ASC" | "DESC" | null | undefined;
|
|
2004
|
-
userId?: string | null | undefined;
|
|
2005
2010
|
companyId?: string | null | undefined;
|
|
2011
|
+
userId?: string | null | undefined;
|
|
2006
2012
|
clientId?: string | null | undefined;
|
|
2007
2013
|
}, {
|
|
2008
|
-
status?: "
|
|
2014
|
+
status?: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | null | undefined;
|
|
2009
2015
|
limit?: number | undefined;
|
|
2010
2016
|
page?: number | undefined;
|
|
2011
2017
|
sortBy?: "status" | "createdAt" | "updatedAt" | null | undefined;
|
|
2012
2018
|
sortOrder?: "ASC" | "DESC" | null | undefined;
|
|
2013
|
-
userId?: string | null | undefined;
|
|
2014
2019
|
companyId?: string | null | undefined;
|
|
2020
|
+
userId?: string | null | undefined;
|
|
2015
2021
|
clientId?: string | null | undefined;
|
|
2016
2022
|
}>;
|
|
2017
|
-
metadata: {
|
|
2018
|
-
tags: string[];
|
|
2019
|
-
openApi: {
|
|
2020
|
-
operationId: string;
|
|
2021
|
-
};
|
|
2022
|
-
};
|
|
2023
2023
|
summary: "Get all collaborations";
|
|
2024
2024
|
method: "GET";
|
|
2025
2025
|
path: "/v2/collaborations";
|
|
@@ -2134,14 +2134,14 @@ export declare const collaborationsContractRouter: {
|
|
|
2134
2134
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
2135
2135
|
}, "strip", z.ZodTypeAny, {
|
|
2136
2136
|
id: string;
|
|
2137
|
+
name: string;
|
|
2137
2138
|
createdAt: string;
|
|
2138
2139
|
updatedAt: string;
|
|
2139
|
-
name: string;
|
|
2140
2140
|
}, {
|
|
2141
2141
|
id: string;
|
|
2142
|
+
name: string;
|
|
2142
2143
|
createdAt: string | Date;
|
|
2143
2144
|
updatedAt: string | Date;
|
|
2144
|
-
name: string;
|
|
2145
2145
|
}>>>;
|
|
2146
2146
|
client: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2147
2147
|
id: z.ZodString;
|
|
@@ -2177,11 +2177,11 @@ export declare const collaborationsContractRouter: {
|
|
|
2177
2177
|
agentId: string;
|
|
2178
2178
|
}>>>;
|
|
2179
2179
|
}, "strip", z.ZodTypeAny, {
|
|
2180
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2181
2180
|
id: string;
|
|
2181
|
+
name: string;
|
|
2182
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2182
2183
|
createdAt: string;
|
|
2183
2184
|
updatedAt: string;
|
|
2184
|
-
name: string;
|
|
2185
2185
|
crn: string;
|
|
2186
2186
|
govLink: string;
|
|
2187
2187
|
director: string;
|
|
@@ -2196,11 +2196,11 @@ export declare const collaborationsContractRouter: {
|
|
|
2196
2196
|
agentId: string;
|
|
2197
2197
|
} | null | undefined;
|
|
2198
2198
|
}, {
|
|
2199
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2200
2199
|
id: string;
|
|
2200
|
+
name: string;
|
|
2201
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2201
2202
|
createdAt: string | Date;
|
|
2202
2203
|
updatedAt: string | Date;
|
|
2203
|
-
name: string;
|
|
2204
2204
|
crn: string;
|
|
2205
2205
|
govLink: string;
|
|
2206
2206
|
director: string;
|
|
@@ -2245,14 +2245,14 @@ export declare const collaborationsContractRouter: {
|
|
|
2245
2245
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
2246
2246
|
}, "strip", z.ZodTypeAny, {
|
|
2247
2247
|
id: string;
|
|
2248
|
+
name: string;
|
|
2248
2249
|
createdAt: string;
|
|
2249
2250
|
updatedAt: string;
|
|
2250
|
-
name: string;
|
|
2251
2251
|
}, {
|
|
2252
2252
|
id: string;
|
|
2253
|
+
name: string;
|
|
2253
2254
|
createdAt: string | Date;
|
|
2254
2255
|
updatedAt: string | Date;
|
|
2255
|
-
name: string;
|
|
2256
2256
|
}>>>;
|
|
2257
2257
|
client: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2258
2258
|
id: z.ZodString;
|
|
@@ -2288,11 +2288,11 @@ export declare const collaborationsContractRouter: {
|
|
|
2288
2288
|
agentId: string;
|
|
2289
2289
|
}>>>;
|
|
2290
2290
|
}, "strip", z.ZodTypeAny, {
|
|
2291
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2292
2291
|
id: string;
|
|
2292
|
+
name: string;
|
|
2293
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2293
2294
|
createdAt: string;
|
|
2294
2295
|
updatedAt: string;
|
|
2295
|
-
name: string;
|
|
2296
2296
|
crn: string;
|
|
2297
2297
|
govLink: string;
|
|
2298
2298
|
director: string;
|
|
@@ -2307,11 +2307,11 @@ export declare const collaborationsContractRouter: {
|
|
|
2307
2307
|
agentId: string;
|
|
2308
2308
|
} | null | undefined;
|
|
2309
2309
|
}, {
|
|
2310
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2311
2310
|
id: string;
|
|
2311
|
+
name: string;
|
|
2312
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2312
2313
|
createdAt: string | Date;
|
|
2313
2314
|
updatedAt: string | Date;
|
|
2314
|
-
name: string;
|
|
2315
2315
|
crn: string;
|
|
2316
2316
|
govLink: string;
|
|
2317
2317
|
director: string;
|
|
@@ -2347,23 +2347,23 @@ export declare const collaborationsContractRouter: {
|
|
|
2347
2347
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
2348
2348
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
2349
2349
|
}, "strip", z.ZodTypeAny, {
|
|
2350
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2351
2350
|
id: string;
|
|
2351
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2352
2352
|
createdAt: string;
|
|
2353
2353
|
updatedAt: string;
|
|
2354
2354
|
userId: string;
|
|
2355
2355
|
company?: {
|
|
2356
2356
|
id: string;
|
|
2357
|
+
name: string;
|
|
2357
2358
|
createdAt: string;
|
|
2358
2359
|
updatedAt: string;
|
|
2359
|
-
name: string;
|
|
2360
2360
|
} | null | undefined;
|
|
2361
2361
|
client?: {
|
|
2362
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2363
2362
|
id: string;
|
|
2363
|
+
name: string;
|
|
2364
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2364
2365
|
createdAt: string;
|
|
2365
2366
|
updatedAt: string;
|
|
2366
|
-
name: string;
|
|
2367
2367
|
crn: string;
|
|
2368
2368
|
govLink: string;
|
|
2369
2369
|
director: string;
|
|
@@ -2385,23 +2385,23 @@ export declare const collaborationsContractRouter: {
|
|
|
2385
2385
|
email: string;
|
|
2386
2386
|
} | null | undefined;
|
|
2387
2387
|
}, {
|
|
2388
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2389
2388
|
id: string;
|
|
2389
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2390
2390
|
createdAt: string | Date;
|
|
2391
2391
|
updatedAt: string | Date;
|
|
2392
2392
|
userId: string;
|
|
2393
2393
|
company?: {
|
|
2394
2394
|
id: string;
|
|
2395
|
+
name: string;
|
|
2395
2396
|
createdAt: string | Date;
|
|
2396
2397
|
updatedAt: string | Date;
|
|
2397
|
-
name: string;
|
|
2398
2398
|
} | null | undefined;
|
|
2399
2399
|
client?: {
|
|
2400
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2401
2400
|
id: string;
|
|
2401
|
+
name: string;
|
|
2402
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2402
2403
|
createdAt: string | Date;
|
|
2403
2404
|
updatedAt: string | Date;
|
|
2404
|
-
name: string;
|
|
2405
2405
|
crn: string;
|
|
2406
2406
|
govLink: string;
|
|
2407
2407
|
director: string;
|
|
@@ -2424,23 +2424,23 @@ export declare const collaborationsContractRouter: {
|
|
|
2424
2424
|
} | null | undefined;
|
|
2425
2425
|
}>>>;
|
|
2426
2426
|
}, "strip", z.ZodTypeAny, {
|
|
2427
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2428
2427
|
id: string;
|
|
2428
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2429
2429
|
createdAt: string;
|
|
2430
2430
|
updatedAt: string;
|
|
2431
2431
|
userId: string;
|
|
2432
2432
|
company?: {
|
|
2433
2433
|
id: string;
|
|
2434
|
+
name: string;
|
|
2434
2435
|
createdAt: string;
|
|
2435
2436
|
updatedAt: string;
|
|
2436
|
-
name: string;
|
|
2437
2437
|
} | null | undefined;
|
|
2438
2438
|
client?: {
|
|
2439
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2440
2439
|
id: string;
|
|
2440
|
+
name: string;
|
|
2441
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2441
2442
|
createdAt: string;
|
|
2442
2443
|
updatedAt: string;
|
|
2443
|
-
name: string;
|
|
2444
2444
|
crn: string;
|
|
2445
2445
|
govLink: string;
|
|
2446
2446
|
director: string;
|
|
@@ -2462,23 +2462,23 @@ export declare const collaborationsContractRouter: {
|
|
|
2462
2462
|
email: string;
|
|
2463
2463
|
} | null | undefined;
|
|
2464
2464
|
newCollaboration?: {
|
|
2465
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2466
2465
|
id: string;
|
|
2466
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2467
2467
|
createdAt: string;
|
|
2468
2468
|
updatedAt: string;
|
|
2469
2469
|
userId: string;
|
|
2470
2470
|
company?: {
|
|
2471
2471
|
id: string;
|
|
2472
|
+
name: string;
|
|
2472
2473
|
createdAt: string;
|
|
2473
2474
|
updatedAt: string;
|
|
2474
|
-
name: string;
|
|
2475
2475
|
} | null | undefined;
|
|
2476
2476
|
client?: {
|
|
2477
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2478
2477
|
id: string;
|
|
2478
|
+
name: string;
|
|
2479
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2479
2480
|
createdAt: string;
|
|
2480
2481
|
updatedAt: string;
|
|
2481
|
-
name: string;
|
|
2482
2482
|
crn: string;
|
|
2483
2483
|
govLink: string;
|
|
2484
2484
|
director: string;
|
|
@@ -2501,23 +2501,23 @@ export declare const collaborationsContractRouter: {
|
|
|
2501
2501
|
} | null | undefined;
|
|
2502
2502
|
} | null | undefined;
|
|
2503
2503
|
}, {
|
|
2504
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2505
2504
|
id: string;
|
|
2505
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2506
2506
|
createdAt: string | Date;
|
|
2507
2507
|
updatedAt: string | Date;
|
|
2508
2508
|
userId: string;
|
|
2509
2509
|
company?: {
|
|
2510
2510
|
id: string;
|
|
2511
|
+
name: string;
|
|
2511
2512
|
createdAt: string | Date;
|
|
2512
2513
|
updatedAt: string | Date;
|
|
2513
|
-
name: string;
|
|
2514
2514
|
} | null | undefined;
|
|
2515
2515
|
client?: {
|
|
2516
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2517
2516
|
id: string;
|
|
2517
|
+
name: string;
|
|
2518
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2518
2519
|
createdAt: string | Date;
|
|
2519
2520
|
updatedAt: string | Date;
|
|
2520
|
-
name: string;
|
|
2521
2521
|
crn: string;
|
|
2522
2522
|
govLink: string;
|
|
2523
2523
|
director: string;
|
|
@@ -2539,23 +2539,23 @@ export declare const collaborationsContractRouter: {
|
|
|
2539
2539
|
email: string;
|
|
2540
2540
|
} | null | undefined;
|
|
2541
2541
|
newCollaboration?: {
|
|
2542
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2543
2542
|
id: string;
|
|
2543
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2544
2544
|
createdAt: string | Date;
|
|
2545
2545
|
updatedAt: string | Date;
|
|
2546
2546
|
userId: string;
|
|
2547
2547
|
company?: {
|
|
2548
2548
|
id: string;
|
|
2549
|
+
name: string;
|
|
2549
2550
|
createdAt: string | Date;
|
|
2550
2551
|
updatedAt: string | Date;
|
|
2551
|
-
name: string;
|
|
2552
2552
|
} | null | undefined;
|
|
2553
2553
|
client?: {
|
|
2554
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2555
2554
|
id: string;
|
|
2555
|
+
name: string;
|
|
2556
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2556
2557
|
createdAt: string | Date;
|
|
2557
2558
|
updatedAt: string | Date;
|
|
2558
|
-
name: string;
|
|
2559
2559
|
crn: string;
|
|
2560
2560
|
govLink: string;
|
|
2561
2561
|
director: string;
|
|
@@ -2586,23 +2586,23 @@ export declare const collaborationsContractRouter: {
|
|
|
2586
2586
|
}, "strip", z.ZodTypeAny, {
|
|
2587
2587
|
limit: number;
|
|
2588
2588
|
items: {
|
|
2589
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2590
2589
|
id: string;
|
|
2590
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2591
2591
|
createdAt: string;
|
|
2592
2592
|
updatedAt: string;
|
|
2593
2593
|
userId: string;
|
|
2594
2594
|
company?: {
|
|
2595
2595
|
id: string;
|
|
2596
|
+
name: string;
|
|
2596
2597
|
createdAt: string;
|
|
2597
2598
|
updatedAt: string;
|
|
2598
|
-
name: string;
|
|
2599
2599
|
} | null | undefined;
|
|
2600
2600
|
client?: {
|
|
2601
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2602
2601
|
id: string;
|
|
2602
|
+
name: string;
|
|
2603
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2603
2604
|
createdAt: string;
|
|
2604
2605
|
updatedAt: string;
|
|
2605
|
-
name: string;
|
|
2606
2606
|
crn: string;
|
|
2607
2607
|
govLink: string;
|
|
2608
2608
|
director: string;
|
|
@@ -2624,23 +2624,23 @@ export declare const collaborationsContractRouter: {
|
|
|
2624
2624
|
email: string;
|
|
2625
2625
|
} | null | undefined;
|
|
2626
2626
|
newCollaboration?: {
|
|
2627
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2628
2627
|
id: string;
|
|
2628
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2629
2629
|
createdAt: string;
|
|
2630
2630
|
updatedAt: string;
|
|
2631
2631
|
userId: string;
|
|
2632
2632
|
company?: {
|
|
2633
2633
|
id: string;
|
|
2634
|
+
name: string;
|
|
2634
2635
|
createdAt: string;
|
|
2635
2636
|
updatedAt: string;
|
|
2636
|
-
name: string;
|
|
2637
2637
|
} | null | undefined;
|
|
2638
2638
|
client?: {
|
|
2639
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2640
2639
|
id: string;
|
|
2640
|
+
name: string;
|
|
2641
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2641
2642
|
createdAt: string;
|
|
2642
2643
|
updatedAt: string;
|
|
2643
|
-
name: string;
|
|
2644
2644
|
crn: string;
|
|
2645
2645
|
govLink: string;
|
|
2646
2646
|
director: string;
|
|
@@ -2670,23 +2670,23 @@ export declare const collaborationsContractRouter: {
|
|
|
2670
2670
|
}, {
|
|
2671
2671
|
limit: number;
|
|
2672
2672
|
items: {
|
|
2673
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2674
2673
|
id: string;
|
|
2674
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2675
2675
|
createdAt: string | Date;
|
|
2676
2676
|
updatedAt: string | Date;
|
|
2677
2677
|
userId: string;
|
|
2678
2678
|
company?: {
|
|
2679
2679
|
id: string;
|
|
2680
|
+
name: string;
|
|
2680
2681
|
createdAt: string | Date;
|
|
2681
2682
|
updatedAt: string | Date;
|
|
2682
|
-
name: string;
|
|
2683
2683
|
} | null | undefined;
|
|
2684
2684
|
client?: {
|
|
2685
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2686
2685
|
id: string;
|
|
2686
|
+
name: string;
|
|
2687
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2687
2688
|
createdAt: string | Date;
|
|
2688
2689
|
updatedAt: string | Date;
|
|
2689
|
-
name: string;
|
|
2690
2690
|
crn: string;
|
|
2691
2691
|
govLink: string;
|
|
2692
2692
|
director: string;
|
|
@@ -2708,23 +2708,23 @@ export declare const collaborationsContractRouter: {
|
|
|
2708
2708
|
email: string;
|
|
2709
2709
|
} | null | undefined;
|
|
2710
2710
|
newCollaboration?: {
|
|
2711
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2712
2711
|
id: string;
|
|
2712
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2713
2713
|
createdAt: string | Date;
|
|
2714
2714
|
updatedAt: string | Date;
|
|
2715
2715
|
userId: string;
|
|
2716
2716
|
company?: {
|
|
2717
2717
|
id: string;
|
|
2718
|
+
name: string;
|
|
2718
2719
|
createdAt: string | Date;
|
|
2719
2720
|
updatedAt: string | Date;
|
|
2720
|
-
name: string;
|
|
2721
2721
|
} | null | undefined;
|
|
2722
2722
|
client?: {
|
|
2723
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2724
2723
|
id: string;
|
|
2724
|
+
name: string;
|
|
2725
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2725
2726
|
createdAt: string | Date;
|
|
2726
2727
|
updatedAt: string | Date;
|
|
2727
|
-
name: string;
|
|
2728
2728
|
crn: string;
|
|
2729
2729
|
govLink: string;
|
|
2730
2730
|
director: string;
|
|
@@ -2755,22 +2755,22 @@ export declare const collaborationsContractRouter: {
|
|
|
2755
2755
|
};
|
|
2756
2756
|
};
|
|
2757
2757
|
autocomplete: {
|
|
2758
|
+
metadata: {
|
|
2759
|
+
tags: string[];
|
|
2760
|
+
openApi: {
|
|
2761
|
+
operationId: string;
|
|
2762
|
+
};
|
|
2763
|
+
};
|
|
2758
2764
|
query: z.ZodObject<{
|
|
2759
2765
|
query: z.ZodOptional<z.ZodString>;
|
|
2760
2766
|
id: z.ZodOptional<z.ZodString>;
|
|
2761
2767
|
}, "strip", z.ZodTypeAny, {
|
|
2762
|
-
query?: string | undefined;
|
|
2763
2768
|
id?: string | undefined;
|
|
2764
|
-
}, {
|
|
2765
2769
|
query?: string | undefined;
|
|
2770
|
+
}, {
|
|
2766
2771
|
id?: string | undefined;
|
|
2772
|
+
query?: string | undefined;
|
|
2767
2773
|
}>;
|
|
2768
|
-
metadata: {
|
|
2769
|
-
tags: string[];
|
|
2770
|
-
openApi: {
|
|
2771
|
-
operationId: string;
|
|
2772
|
-
};
|
|
2773
|
-
};
|
|
2774
2774
|
summary: "Get collaborations for autocomplete";
|
|
2775
2775
|
method: "GET";
|
|
2776
2776
|
path: "/v2/collaborations/autocomplete";
|
|
@@ -3055,14 +3055,14 @@ export declare const collaborationsContractRouter: {
|
|
|
3055
3055
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
3056
3056
|
}, "strip", z.ZodTypeAny, {
|
|
3057
3057
|
id: string;
|
|
3058
|
+
name: string;
|
|
3058
3059
|
createdAt: string;
|
|
3059
3060
|
updatedAt: string;
|
|
3060
|
-
name: string;
|
|
3061
3061
|
}, {
|
|
3062
3062
|
id: string;
|
|
3063
|
+
name: string;
|
|
3063
3064
|
createdAt: string | Date;
|
|
3064
3065
|
updatedAt: string | Date;
|
|
3065
|
-
name: string;
|
|
3066
3066
|
}>>>;
|
|
3067
3067
|
client: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3068
3068
|
id: z.ZodString;
|
|
@@ -3098,11 +3098,11 @@ export declare const collaborationsContractRouter: {
|
|
|
3098
3098
|
agentId: string;
|
|
3099
3099
|
}>>>;
|
|
3100
3100
|
}, "strip", z.ZodTypeAny, {
|
|
3101
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3102
3101
|
id: string;
|
|
3102
|
+
name: string;
|
|
3103
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3103
3104
|
createdAt: string;
|
|
3104
3105
|
updatedAt: string;
|
|
3105
|
-
name: string;
|
|
3106
3106
|
crn: string;
|
|
3107
3107
|
govLink: string;
|
|
3108
3108
|
director: string;
|
|
@@ -3117,11 +3117,11 @@ export declare const collaborationsContractRouter: {
|
|
|
3117
3117
|
agentId: string;
|
|
3118
3118
|
} | null | undefined;
|
|
3119
3119
|
}, {
|
|
3120
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3121
3120
|
id: string;
|
|
3121
|
+
name: string;
|
|
3122
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3122
3123
|
createdAt: string | Date;
|
|
3123
3124
|
updatedAt: string | Date;
|
|
3124
|
-
name: string;
|
|
3125
3125
|
crn: string;
|
|
3126
3126
|
govLink: string;
|
|
3127
3127
|
director: string;
|
|
@@ -3166,14 +3166,14 @@ export declare const collaborationsContractRouter: {
|
|
|
3166
3166
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
3167
3167
|
}, "strip", z.ZodTypeAny, {
|
|
3168
3168
|
id: string;
|
|
3169
|
+
name: string;
|
|
3169
3170
|
createdAt: string;
|
|
3170
3171
|
updatedAt: string;
|
|
3171
|
-
name: string;
|
|
3172
3172
|
}, {
|
|
3173
3173
|
id: string;
|
|
3174
|
+
name: string;
|
|
3174
3175
|
createdAt: string | Date;
|
|
3175
3176
|
updatedAt: string | Date;
|
|
3176
|
-
name: string;
|
|
3177
3177
|
}>>>;
|
|
3178
3178
|
client: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3179
3179
|
id: z.ZodString;
|
|
@@ -3209,11 +3209,11 @@ export declare const collaborationsContractRouter: {
|
|
|
3209
3209
|
agentId: string;
|
|
3210
3210
|
}>>>;
|
|
3211
3211
|
}, "strip", z.ZodTypeAny, {
|
|
3212
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3213
3212
|
id: string;
|
|
3213
|
+
name: string;
|
|
3214
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3214
3215
|
createdAt: string;
|
|
3215
3216
|
updatedAt: string;
|
|
3216
|
-
name: string;
|
|
3217
3217
|
crn: string;
|
|
3218
3218
|
govLink: string;
|
|
3219
3219
|
director: string;
|
|
@@ -3228,11 +3228,11 @@ export declare const collaborationsContractRouter: {
|
|
|
3228
3228
|
agentId: string;
|
|
3229
3229
|
} | null | undefined;
|
|
3230
3230
|
}, {
|
|
3231
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3232
3231
|
id: string;
|
|
3232
|
+
name: string;
|
|
3233
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3233
3234
|
createdAt: string | Date;
|
|
3234
3235
|
updatedAt: string | Date;
|
|
3235
|
-
name: string;
|
|
3236
3236
|
crn: string;
|
|
3237
3237
|
govLink: string;
|
|
3238
3238
|
director: string;
|
|
@@ -3268,23 +3268,23 @@ export declare const collaborationsContractRouter: {
|
|
|
3268
3268
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
3269
3269
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
3270
3270
|
}, "strip", z.ZodTypeAny, {
|
|
3271
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3272
3271
|
id: string;
|
|
3272
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3273
3273
|
createdAt: string;
|
|
3274
3274
|
updatedAt: string;
|
|
3275
3275
|
userId: string;
|
|
3276
3276
|
company?: {
|
|
3277
3277
|
id: string;
|
|
3278
|
+
name: string;
|
|
3278
3279
|
createdAt: string;
|
|
3279
3280
|
updatedAt: string;
|
|
3280
|
-
name: string;
|
|
3281
3281
|
} | null | undefined;
|
|
3282
3282
|
client?: {
|
|
3283
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3284
3283
|
id: string;
|
|
3284
|
+
name: string;
|
|
3285
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3285
3286
|
createdAt: string;
|
|
3286
3287
|
updatedAt: string;
|
|
3287
|
-
name: string;
|
|
3288
3288
|
crn: string;
|
|
3289
3289
|
govLink: string;
|
|
3290
3290
|
director: string;
|
|
@@ -3306,23 +3306,23 @@ export declare const collaborationsContractRouter: {
|
|
|
3306
3306
|
email: string;
|
|
3307
3307
|
} | null | undefined;
|
|
3308
3308
|
}, {
|
|
3309
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3310
3309
|
id: string;
|
|
3310
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3311
3311
|
createdAt: string | Date;
|
|
3312
3312
|
updatedAt: string | Date;
|
|
3313
3313
|
userId: string;
|
|
3314
3314
|
company?: {
|
|
3315
3315
|
id: string;
|
|
3316
|
+
name: string;
|
|
3316
3317
|
createdAt: string | Date;
|
|
3317
3318
|
updatedAt: string | Date;
|
|
3318
|
-
name: string;
|
|
3319
3319
|
} | null | undefined;
|
|
3320
3320
|
client?: {
|
|
3321
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3322
3321
|
id: string;
|
|
3322
|
+
name: string;
|
|
3323
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3323
3324
|
createdAt: string | Date;
|
|
3324
3325
|
updatedAt: string | Date;
|
|
3325
|
-
name: string;
|
|
3326
3326
|
crn: string;
|
|
3327
3327
|
govLink: string;
|
|
3328
3328
|
director: string;
|
|
@@ -3345,23 +3345,23 @@ export declare const collaborationsContractRouter: {
|
|
|
3345
3345
|
} | null | undefined;
|
|
3346
3346
|
}>>>;
|
|
3347
3347
|
}, "strip", z.ZodTypeAny, {
|
|
3348
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3349
3348
|
id: string;
|
|
3349
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3350
3350
|
createdAt: string;
|
|
3351
3351
|
updatedAt: string;
|
|
3352
3352
|
userId: string;
|
|
3353
3353
|
company?: {
|
|
3354
3354
|
id: string;
|
|
3355
|
+
name: string;
|
|
3355
3356
|
createdAt: string;
|
|
3356
3357
|
updatedAt: string;
|
|
3357
|
-
name: string;
|
|
3358
3358
|
} | null | undefined;
|
|
3359
3359
|
client?: {
|
|
3360
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3361
3360
|
id: string;
|
|
3361
|
+
name: string;
|
|
3362
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3362
3363
|
createdAt: string;
|
|
3363
3364
|
updatedAt: string;
|
|
3364
|
-
name: string;
|
|
3365
3365
|
crn: string;
|
|
3366
3366
|
govLink: string;
|
|
3367
3367
|
director: string;
|
|
@@ -3383,23 +3383,23 @@ export declare const collaborationsContractRouter: {
|
|
|
3383
3383
|
email: string;
|
|
3384
3384
|
} | null | undefined;
|
|
3385
3385
|
newCollaboration?: {
|
|
3386
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3387
3386
|
id: string;
|
|
3387
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3388
3388
|
createdAt: string;
|
|
3389
3389
|
updatedAt: string;
|
|
3390
3390
|
userId: string;
|
|
3391
3391
|
company?: {
|
|
3392
3392
|
id: string;
|
|
3393
|
+
name: string;
|
|
3393
3394
|
createdAt: string;
|
|
3394
3395
|
updatedAt: string;
|
|
3395
|
-
name: string;
|
|
3396
3396
|
} | null | undefined;
|
|
3397
3397
|
client?: {
|
|
3398
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3399
3398
|
id: string;
|
|
3399
|
+
name: string;
|
|
3400
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3400
3401
|
createdAt: string;
|
|
3401
3402
|
updatedAt: string;
|
|
3402
|
-
name: string;
|
|
3403
3403
|
crn: string;
|
|
3404
3404
|
govLink: string;
|
|
3405
3405
|
director: string;
|
|
@@ -3422,23 +3422,23 @@ export declare const collaborationsContractRouter: {
|
|
|
3422
3422
|
} | null | undefined;
|
|
3423
3423
|
} | null | undefined;
|
|
3424
3424
|
}, {
|
|
3425
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3426
3425
|
id: string;
|
|
3426
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3427
3427
|
createdAt: string | Date;
|
|
3428
3428
|
updatedAt: string | Date;
|
|
3429
3429
|
userId: string;
|
|
3430
3430
|
company?: {
|
|
3431
3431
|
id: string;
|
|
3432
|
+
name: string;
|
|
3432
3433
|
createdAt: string | Date;
|
|
3433
3434
|
updatedAt: string | Date;
|
|
3434
|
-
name: string;
|
|
3435
3435
|
} | null | undefined;
|
|
3436
3436
|
client?: {
|
|
3437
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3438
3437
|
id: string;
|
|
3438
|
+
name: string;
|
|
3439
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3439
3440
|
createdAt: string | Date;
|
|
3440
3441
|
updatedAt: string | Date;
|
|
3441
|
-
name: string;
|
|
3442
3442
|
crn: string;
|
|
3443
3443
|
govLink: string;
|
|
3444
3444
|
director: string;
|
|
@@ -3460,23 +3460,23 @@ export declare const collaborationsContractRouter: {
|
|
|
3460
3460
|
email: string;
|
|
3461
3461
|
} | null | undefined;
|
|
3462
3462
|
newCollaboration?: {
|
|
3463
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3464
3463
|
id: string;
|
|
3464
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3465
3465
|
createdAt: string | Date;
|
|
3466
3466
|
updatedAt: string | Date;
|
|
3467
3467
|
userId: string;
|
|
3468
3468
|
company?: {
|
|
3469
3469
|
id: string;
|
|
3470
|
+
name: string;
|
|
3470
3471
|
createdAt: string | Date;
|
|
3471
3472
|
updatedAt: string | Date;
|
|
3472
|
-
name: string;
|
|
3473
3473
|
} | null | undefined;
|
|
3474
3474
|
client?: {
|
|
3475
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3476
3475
|
id: string;
|
|
3476
|
+
name: string;
|
|
3477
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3477
3478
|
createdAt: string | Date;
|
|
3478
3479
|
updatedAt: string | Date;
|
|
3479
|
-
name: string;
|
|
3480
3480
|
crn: string;
|
|
3481
3481
|
govLink: string;
|
|
3482
3482
|
director: string;
|
|
@@ -3545,9 +3545,9 @@ export declare const collaborationsContractRouter: {
|
|
|
3545
3545
|
body: z.ZodObject<{
|
|
3546
3546
|
status: z.ZodOptional<z.ZodEnum<["ACTIVE", "INACTIVE", "PENDING_APPROVAL", "REJECTED", "APPROVED", "CHANGED_COMPANY", "CHANGED_AGENT"]>>;
|
|
3547
3547
|
}, "strip", z.ZodTypeAny, {
|
|
3548
|
-
status?: "
|
|
3548
|
+
status?: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | undefined;
|
|
3549
3549
|
}, {
|
|
3550
|
-
status?: "
|
|
3550
|
+
status?: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | undefined;
|
|
3551
3551
|
}>;
|
|
3552
3552
|
path: "/v2/collaborations/:id";
|
|
3553
3553
|
responses: {
|
|
@@ -3660,14 +3660,14 @@ export declare const collaborationsContractRouter: {
|
|
|
3660
3660
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
3661
3661
|
}, "strip", z.ZodTypeAny, {
|
|
3662
3662
|
id: string;
|
|
3663
|
+
name: string;
|
|
3663
3664
|
createdAt: string;
|
|
3664
3665
|
updatedAt: string;
|
|
3665
|
-
name: string;
|
|
3666
3666
|
}, {
|
|
3667
3667
|
id: string;
|
|
3668
|
+
name: string;
|
|
3668
3669
|
createdAt: string | Date;
|
|
3669
3670
|
updatedAt: string | Date;
|
|
3670
|
-
name: string;
|
|
3671
3671
|
}>>>;
|
|
3672
3672
|
client: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3673
3673
|
id: z.ZodString;
|
|
@@ -3703,11 +3703,11 @@ export declare const collaborationsContractRouter: {
|
|
|
3703
3703
|
agentId: string;
|
|
3704
3704
|
}>>>;
|
|
3705
3705
|
}, "strip", z.ZodTypeAny, {
|
|
3706
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3707
3706
|
id: string;
|
|
3707
|
+
name: string;
|
|
3708
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3708
3709
|
createdAt: string;
|
|
3709
3710
|
updatedAt: string;
|
|
3710
|
-
name: string;
|
|
3711
3711
|
crn: string;
|
|
3712
3712
|
govLink: string;
|
|
3713
3713
|
director: string;
|
|
@@ -3722,11 +3722,11 @@ export declare const collaborationsContractRouter: {
|
|
|
3722
3722
|
agentId: string;
|
|
3723
3723
|
} | null | undefined;
|
|
3724
3724
|
}, {
|
|
3725
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3726
3725
|
id: string;
|
|
3726
|
+
name: string;
|
|
3727
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3727
3728
|
createdAt: string | Date;
|
|
3728
3729
|
updatedAt: string | Date;
|
|
3729
|
-
name: string;
|
|
3730
3730
|
crn: string;
|
|
3731
3731
|
govLink: string;
|
|
3732
3732
|
director: string;
|
|
@@ -3771,14 +3771,14 @@ export declare const collaborationsContractRouter: {
|
|
|
3771
3771
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
3772
3772
|
}, "strip", z.ZodTypeAny, {
|
|
3773
3773
|
id: string;
|
|
3774
|
+
name: string;
|
|
3774
3775
|
createdAt: string;
|
|
3775
3776
|
updatedAt: string;
|
|
3776
|
-
name: string;
|
|
3777
3777
|
}, {
|
|
3778
3778
|
id: string;
|
|
3779
|
+
name: string;
|
|
3779
3780
|
createdAt: string | Date;
|
|
3780
3781
|
updatedAt: string | Date;
|
|
3781
|
-
name: string;
|
|
3782
3782
|
}>>>;
|
|
3783
3783
|
client: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3784
3784
|
id: z.ZodString;
|
|
@@ -3814,11 +3814,11 @@ export declare const collaborationsContractRouter: {
|
|
|
3814
3814
|
agentId: string;
|
|
3815
3815
|
}>>>;
|
|
3816
3816
|
}, "strip", z.ZodTypeAny, {
|
|
3817
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3818
3817
|
id: string;
|
|
3818
|
+
name: string;
|
|
3819
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3819
3820
|
createdAt: string;
|
|
3820
3821
|
updatedAt: string;
|
|
3821
|
-
name: string;
|
|
3822
3822
|
crn: string;
|
|
3823
3823
|
govLink: string;
|
|
3824
3824
|
director: string;
|
|
@@ -3833,11 +3833,11 @@ export declare const collaborationsContractRouter: {
|
|
|
3833
3833
|
agentId: string;
|
|
3834
3834
|
} | null | undefined;
|
|
3835
3835
|
}, {
|
|
3836
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3837
3836
|
id: string;
|
|
3837
|
+
name: string;
|
|
3838
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3838
3839
|
createdAt: string | Date;
|
|
3839
3840
|
updatedAt: string | Date;
|
|
3840
|
-
name: string;
|
|
3841
3841
|
crn: string;
|
|
3842
3842
|
govLink: string;
|
|
3843
3843
|
director: string;
|
|
@@ -3873,23 +3873,23 @@ export declare const collaborationsContractRouter: {
|
|
|
3873
3873
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
3874
3874
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
3875
3875
|
}, "strip", z.ZodTypeAny, {
|
|
3876
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3877
3876
|
id: string;
|
|
3877
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3878
3878
|
createdAt: string;
|
|
3879
3879
|
updatedAt: string;
|
|
3880
3880
|
userId: string;
|
|
3881
3881
|
company?: {
|
|
3882
3882
|
id: string;
|
|
3883
|
+
name: string;
|
|
3883
3884
|
createdAt: string;
|
|
3884
3885
|
updatedAt: string;
|
|
3885
|
-
name: string;
|
|
3886
3886
|
} | null | undefined;
|
|
3887
3887
|
client?: {
|
|
3888
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3889
3888
|
id: string;
|
|
3889
|
+
name: string;
|
|
3890
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3890
3891
|
createdAt: string;
|
|
3891
3892
|
updatedAt: string;
|
|
3892
|
-
name: string;
|
|
3893
3893
|
crn: string;
|
|
3894
3894
|
govLink: string;
|
|
3895
3895
|
director: string;
|
|
@@ -3911,23 +3911,23 @@ export declare const collaborationsContractRouter: {
|
|
|
3911
3911
|
email: string;
|
|
3912
3912
|
} | null | undefined;
|
|
3913
3913
|
}, {
|
|
3914
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3915
3914
|
id: string;
|
|
3915
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3916
3916
|
createdAt: string | Date;
|
|
3917
3917
|
updatedAt: string | Date;
|
|
3918
3918
|
userId: string;
|
|
3919
3919
|
company?: {
|
|
3920
3920
|
id: string;
|
|
3921
|
+
name: string;
|
|
3921
3922
|
createdAt: string | Date;
|
|
3922
3923
|
updatedAt: string | Date;
|
|
3923
|
-
name: string;
|
|
3924
3924
|
} | null | undefined;
|
|
3925
3925
|
client?: {
|
|
3926
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3927
3926
|
id: string;
|
|
3927
|
+
name: string;
|
|
3928
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3928
3929
|
createdAt: string | Date;
|
|
3929
3930
|
updatedAt: string | Date;
|
|
3930
|
-
name: string;
|
|
3931
3931
|
crn: string;
|
|
3932
3932
|
govLink: string;
|
|
3933
3933
|
director: string;
|
|
@@ -3950,23 +3950,23 @@ export declare const collaborationsContractRouter: {
|
|
|
3950
3950
|
} | null | undefined;
|
|
3951
3951
|
}>>>;
|
|
3952
3952
|
}, "strip", z.ZodTypeAny, {
|
|
3953
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3954
3953
|
id: string;
|
|
3954
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3955
3955
|
createdAt: string;
|
|
3956
3956
|
updatedAt: string;
|
|
3957
3957
|
userId: string;
|
|
3958
3958
|
company?: {
|
|
3959
3959
|
id: string;
|
|
3960
|
+
name: string;
|
|
3960
3961
|
createdAt: string;
|
|
3961
3962
|
updatedAt: string;
|
|
3962
|
-
name: string;
|
|
3963
3963
|
} | null | undefined;
|
|
3964
3964
|
client?: {
|
|
3965
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3966
3965
|
id: string;
|
|
3966
|
+
name: string;
|
|
3967
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3967
3968
|
createdAt: string;
|
|
3968
3969
|
updatedAt: string;
|
|
3969
|
-
name: string;
|
|
3970
3970
|
crn: string;
|
|
3971
3971
|
govLink: string;
|
|
3972
3972
|
director: string;
|
|
@@ -3988,23 +3988,23 @@ export declare const collaborationsContractRouter: {
|
|
|
3988
3988
|
email: string;
|
|
3989
3989
|
} | null | undefined;
|
|
3990
3990
|
newCollaboration?: {
|
|
3991
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3992
3991
|
id: string;
|
|
3992
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3993
3993
|
createdAt: string;
|
|
3994
3994
|
updatedAt: string;
|
|
3995
3995
|
userId: string;
|
|
3996
3996
|
company?: {
|
|
3997
3997
|
id: string;
|
|
3998
|
+
name: string;
|
|
3998
3999
|
createdAt: string;
|
|
3999
4000
|
updatedAt: string;
|
|
4000
|
-
name: string;
|
|
4001
4001
|
} | null | undefined;
|
|
4002
4002
|
client?: {
|
|
4003
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4004
4003
|
id: string;
|
|
4004
|
+
name: string;
|
|
4005
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4005
4006
|
createdAt: string;
|
|
4006
4007
|
updatedAt: string;
|
|
4007
|
-
name: string;
|
|
4008
4008
|
crn: string;
|
|
4009
4009
|
govLink: string;
|
|
4010
4010
|
director: string;
|
|
@@ -4027,23 +4027,23 @@ export declare const collaborationsContractRouter: {
|
|
|
4027
4027
|
} | null | undefined;
|
|
4028
4028
|
} | null | undefined;
|
|
4029
4029
|
}, {
|
|
4030
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4031
4030
|
id: string;
|
|
4031
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4032
4032
|
createdAt: string | Date;
|
|
4033
4033
|
updatedAt: string | Date;
|
|
4034
4034
|
userId: string;
|
|
4035
4035
|
company?: {
|
|
4036
4036
|
id: string;
|
|
4037
|
+
name: string;
|
|
4037
4038
|
createdAt: string | Date;
|
|
4038
4039
|
updatedAt: string | Date;
|
|
4039
|
-
name: string;
|
|
4040
4040
|
} | null | undefined;
|
|
4041
4041
|
client?: {
|
|
4042
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4043
4042
|
id: string;
|
|
4043
|
+
name: string;
|
|
4044
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4044
4045
|
createdAt: string | Date;
|
|
4045
4046
|
updatedAt: string | Date;
|
|
4046
|
-
name: string;
|
|
4047
4047
|
crn: string;
|
|
4048
4048
|
govLink: string;
|
|
4049
4049
|
director: string;
|
|
@@ -4065,23 +4065,23 @@ export declare const collaborationsContractRouter: {
|
|
|
4065
4065
|
email: string;
|
|
4066
4066
|
} | null | undefined;
|
|
4067
4067
|
newCollaboration?: {
|
|
4068
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4069
4068
|
id: string;
|
|
4069
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4070
4070
|
createdAt: string | Date;
|
|
4071
4071
|
updatedAt: string | Date;
|
|
4072
4072
|
userId: string;
|
|
4073
4073
|
company?: {
|
|
4074
4074
|
id: string;
|
|
4075
|
+
name: string;
|
|
4075
4076
|
createdAt: string | Date;
|
|
4076
4077
|
updatedAt: string | Date;
|
|
4077
|
-
name: string;
|
|
4078
4078
|
} | null | undefined;
|
|
4079
4079
|
client?: {
|
|
4080
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4081
4080
|
id: string;
|
|
4081
|
+
name: string;
|
|
4082
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4082
4083
|
createdAt: string | Date;
|
|
4083
4084
|
updatedAt: string | Date;
|
|
4084
|
-
name: string;
|
|
4085
4085
|
crn: string;
|
|
4086
4086
|
govLink: string;
|
|
4087
4087
|
director: string;
|
|
@@ -4342,7 +4342,7 @@ export declare const collaborationsContractRouter: {
|
|
|
4342
4342
|
client: {
|
|
4343
4343
|
id: string;
|
|
4344
4344
|
};
|
|
4345
|
-
status?: "
|
|
4345
|
+
status?: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | undefined;
|
|
4346
4346
|
user?: {
|
|
4347
4347
|
id: string;
|
|
4348
4348
|
} | undefined;
|
|
@@ -4353,7 +4353,7 @@ export declare const collaborationsContractRouter: {
|
|
|
4353
4353
|
client: {
|
|
4354
4354
|
id: string;
|
|
4355
4355
|
};
|
|
4356
|
-
status?: "
|
|
4356
|
+
status?: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | undefined;
|
|
4357
4357
|
user?: {
|
|
4358
4358
|
id: string;
|
|
4359
4359
|
} | undefined;
|
|
@@ -4469,14 +4469,14 @@ export declare const collaborationsContractRouter: {
|
|
|
4469
4469
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
4470
4470
|
}, "strip", z.ZodTypeAny, {
|
|
4471
4471
|
id: string;
|
|
4472
|
+
name: string;
|
|
4472
4473
|
createdAt: string;
|
|
4473
4474
|
updatedAt: string;
|
|
4474
|
-
name: string;
|
|
4475
4475
|
}, {
|
|
4476
4476
|
id: string;
|
|
4477
|
+
name: string;
|
|
4477
4478
|
createdAt: string | Date;
|
|
4478
4479
|
updatedAt: string | Date;
|
|
4479
|
-
name: string;
|
|
4480
4480
|
}>>>;
|
|
4481
4481
|
client: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
4482
4482
|
id: z.ZodString;
|
|
@@ -4512,11 +4512,11 @@ export declare const collaborationsContractRouter: {
|
|
|
4512
4512
|
agentId: string;
|
|
4513
4513
|
}>>>;
|
|
4514
4514
|
}, "strip", z.ZodTypeAny, {
|
|
4515
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4516
4515
|
id: string;
|
|
4516
|
+
name: string;
|
|
4517
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4517
4518
|
createdAt: string;
|
|
4518
4519
|
updatedAt: string;
|
|
4519
|
-
name: string;
|
|
4520
4520
|
crn: string;
|
|
4521
4521
|
govLink: string;
|
|
4522
4522
|
director: string;
|
|
@@ -4531,11 +4531,11 @@ export declare const collaborationsContractRouter: {
|
|
|
4531
4531
|
agentId: string;
|
|
4532
4532
|
} | null | undefined;
|
|
4533
4533
|
}, {
|
|
4534
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4535
4534
|
id: string;
|
|
4535
|
+
name: string;
|
|
4536
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4536
4537
|
createdAt: string | Date;
|
|
4537
4538
|
updatedAt: string | Date;
|
|
4538
|
-
name: string;
|
|
4539
4539
|
crn: string;
|
|
4540
4540
|
govLink: string;
|
|
4541
4541
|
director: string;
|
|
@@ -4580,14 +4580,14 @@ export declare const collaborationsContractRouter: {
|
|
|
4580
4580
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
4581
4581
|
}, "strip", z.ZodTypeAny, {
|
|
4582
4582
|
id: string;
|
|
4583
|
+
name: string;
|
|
4583
4584
|
createdAt: string;
|
|
4584
4585
|
updatedAt: string;
|
|
4585
|
-
name: string;
|
|
4586
4586
|
}, {
|
|
4587
4587
|
id: string;
|
|
4588
|
+
name: string;
|
|
4588
4589
|
createdAt: string | Date;
|
|
4589
4590
|
updatedAt: string | Date;
|
|
4590
|
-
name: string;
|
|
4591
4591
|
}>>>;
|
|
4592
4592
|
client: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
4593
4593
|
id: z.ZodString;
|
|
@@ -4623,11 +4623,11 @@ export declare const collaborationsContractRouter: {
|
|
|
4623
4623
|
agentId: string;
|
|
4624
4624
|
}>>>;
|
|
4625
4625
|
}, "strip", z.ZodTypeAny, {
|
|
4626
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4627
4626
|
id: string;
|
|
4627
|
+
name: string;
|
|
4628
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4628
4629
|
createdAt: string;
|
|
4629
4630
|
updatedAt: string;
|
|
4630
|
-
name: string;
|
|
4631
4631
|
crn: string;
|
|
4632
4632
|
govLink: string;
|
|
4633
4633
|
director: string;
|
|
@@ -4642,11 +4642,11 @@ export declare const collaborationsContractRouter: {
|
|
|
4642
4642
|
agentId: string;
|
|
4643
4643
|
} | null | undefined;
|
|
4644
4644
|
}, {
|
|
4645
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4646
4645
|
id: string;
|
|
4646
|
+
name: string;
|
|
4647
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4647
4648
|
createdAt: string | Date;
|
|
4648
4649
|
updatedAt: string | Date;
|
|
4649
|
-
name: string;
|
|
4650
4650
|
crn: string;
|
|
4651
4651
|
govLink: string;
|
|
4652
4652
|
director: string;
|
|
@@ -4682,23 +4682,23 @@ export declare const collaborationsContractRouter: {
|
|
|
4682
4682
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
4683
4683
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
4684
4684
|
}, "strip", z.ZodTypeAny, {
|
|
4685
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4686
4685
|
id: string;
|
|
4686
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4687
4687
|
createdAt: string;
|
|
4688
4688
|
updatedAt: string;
|
|
4689
4689
|
userId: string;
|
|
4690
4690
|
company?: {
|
|
4691
4691
|
id: string;
|
|
4692
|
+
name: string;
|
|
4692
4693
|
createdAt: string;
|
|
4693
4694
|
updatedAt: string;
|
|
4694
|
-
name: string;
|
|
4695
4695
|
} | null | undefined;
|
|
4696
4696
|
client?: {
|
|
4697
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4698
4697
|
id: string;
|
|
4698
|
+
name: string;
|
|
4699
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4699
4700
|
createdAt: string;
|
|
4700
4701
|
updatedAt: string;
|
|
4701
|
-
name: string;
|
|
4702
4702
|
crn: string;
|
|
4703
4703
|
govLink: string;
|
|
4704
4704
|
director: string;
|
|
@@ -4720,23 +4720,23 @@ export declare const collaborationsContractRouter: {
|
|
|
4720
4720
|
email: string;
|
|
4721
4721
|
} | null | undefined;
|
|
4722
4722
|
}, {
|
|
4723
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4724
4723
|
id: string;
|
|
4724
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4725
4725
|
createdAt: string | Date;
|
|
4726
4726
|
updatedAt: string | Date;
|
|
4727
4727
|
userId: string;
|
|
4728
4728
|
company?: {
|
|
4729
4729
|
id: string;
|
|
4730
|
+
name: string;
|
|
4730
4731
|
createdAt: string | Date;
|
|
4731
4732
|
updatedAt: string | Date;
|
|
4732
|
-
name: string;
|
|
4733
4733
|
} | null | undefined;
|
|
4734
4734
|
client?: {
|
|
4735
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4736
4735
|
id: string;
|
|
4736
|
+
name: string;
|
|
4737
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4737
4738
|
createdAt: string | Date;
|
|
4738
4739
|
updatedAt: string | Date;
|
|
4739
|
-
name: string;
|
|
4740
4740
|
crn: string;
|
|
4741
4741
|
govLink: string;
|
|
4742
4742
|
director: string;
|
|
@@ -4759,23 +4759,23 @@ export declare const collaborationsContractRouter: {
|
|
|
4759
4759
|
} | null | undefined;
|
|
4760
4760
|
}>>>;
|
|
4761
4761
|
}, "strip", z.ZodTypeAny, {
|
|
4762
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4763
4762
|
id: string;
|
|
4763
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4764
4764
|
createdAt: string;
|
|
4765
4765
|
updatedAt: string;
|
|
4766
4766
|
userId: string;
|
|
4767
4767
|
company?: {
|
|
4768
4768
|
id: string;
|
|
4769
|
+
name: string;
|
|
4769
4770
|
createdAt: string;
|
|
4770
4771
|
updatedAt: string;
|
|
4771
|
-
name: string;
|
|
4772
4772
|
} | null | undefined;
|
|
4773
4773
|
client?: {
|
|
4774
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4775
4774
|
id: string;
|
|
4775
|
+
name: string;
|
|
4776
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4776
4777
|
createdAt: string;
|
|
4777
4778
|
updatedAt: string;
|
|
4778
|
-
name: string;
|
|
4779
4779
|
crn: string;
|
|
4780
4780
|
govLink: string;
|
|
4781
4781
|
director: string;
|
|
@@ -4797,23 +4797,23 @@ export declare const collaborationsContractRouter: {
|
|
|
4797
4797
|
email: string;
|
|
4798
4798
|
} | null | undefined;
|
|
4799
4799
|
newCollaboration?: {
|
|
4800
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4801
4800
|
id: string;
|
|
4801
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4802
4802
|
createdAt: string;
|
|
4803
4803
|
updatedAt: string;
|
|
4804
4804
|
userId: string;
|
|
4805
4805
|
company?: {
|
|
4806
4806
|
id: string;
|
|
4807
|
+
name: string;
|
|
4807
4808
|
createdAt: string;
|
|
4808
4809
|
updatedAt: string;
|
|
4809
|
-
name: string;
|
|
4810
4810
|
} | null | undefined;
|
|
4811
4811
|
client?: {
|
|
4812
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4813
4812
|
id: string;
|
|
4813
|
+
name: string;
|
|
4814
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4814
4815
|
createdAt: string;
|
|
4815
4816
|
updatedAt: string;
|
|
4816
|
-
name: string;
|
|
4817
4817
|
crn: string;
|
|
4818
4818
|
govLink: string;
|
|
4819
4819
|
director: string;
|
|
@@ -4836,23 +4836,23 @@ export declare const collaborationsContractRouter: {
|
|
|
4836
4836
|
} | null | undefined;
|
|
4837
4837
|
} | null | undefined;
|
|
4838
4838
|
}, {
|
|
4839
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4840
4839
|
id: string;
|
|
4840
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4841
4841
|
createdAt: string | Date;
|
|
4842
4842
|
updatedAt: string | Date;
|
|
4843
4843
|
userId: string;
|
|
4844
4844
|
company?: {
|
|
4845
4845
|
id: string;
|
|
4846
|
+
name: string;
|
|
4846
4847
|
createdAt: string | Date;
|
|
4847
4848
|
updatedAt: string | Date;
|
|
4848
|
-
name: string;
|
|
4849
4849
|
} | null | undefined;
|
|
4850
4850
|
client?: {
|
|
4851
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4852
4851
|
id: string;
|
|
4852
|
+
name: string;
|
|
4853
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4853
4854
|
createdAt: string | Date;
|
|
4854
4855
|
updatedAt: string | Date;
|
|
4855
|
-
name: string;
|
|
4856
4856
|
crn: string;
|
|
4857
4857
|
govLink: string;
|
|
4858
4858
|
director: string;
|
|
@@ -4874,23 +4874,23 @@ export declare const collaborationsContractRouter: {
|
|
|
4874
4874
|
email: string;
|
|
4875
4875
|
} | null | undefined;
|
|
4876
4876
|
newCollaboration?: {
|
|
4877
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4878
4877
|
id: string;
|
|
4878
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4879
4879
|
createdAt: string | Date;
|
|
4880
4880
|
updatedAt: string | Date;
|
|
4881
4881
|
userId: string;
|
|
4882
4882
|
company?: {
|
|
4883
4883
|
id: string;
|
|
4884
|
+
name: string;
|
|
4884
4885
|
createdAt: string | Date;
|
|
4885
4886
|
updatedAt: string | Date;
|
|
4886
|
-
name: string;
|
|
4887
4887
|
} | null | undefined;
|
|
4888
4888
|
client?: {
|
|
4889
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4890
4889
|
id: string;
|
|
4890
|
+
name: string;
|
|
4891
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4891
4892
|
createdAt: string | Date;
|
|
4892
4893
|
updatedAt: string | Date;
|
|
4893
|
-
name: string;
|
|
4894
4894
|
crn: string;
|
|
4895
4895
|
govLink: string;
|
|
4896
4896
|
director: string;
|