@dakkitor/api-contracts 1.1.78 → 1.1.80
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 +2 -0
- package/dist/actives/actives.contract.d.ts +3291 -3001
- package/dist/actives/actives.contract.d.ts.map +1 -1
- package/dist/agent-client-links/agent-client-links.contract.d.ts +34 -34
- package/dist/bookings/bookings.contract.d.ts +2871 -2606
- package/dist/bookings/bookings.contract.d.ts.map +1 -1
- package/dist/call-history/call-history.contract.d.ts +74 -74
- package/dist/client-contacts/client-contacts.contract.d.ts +32 -32
- package/dist/clients/clients.contract.d.ts +18 -18
- package/dist/collaboration-checkings/collaboration-checkings.contract.d.ts +600 -600
- package/dist/collaborations/collaborations.contract.d.ts +766 -491
- package/dist/collaborations/collaborations.contract.d.ts.map +1 -1
- package/dist/collaborations/collaborations.contract.js +10 -5
- package/dist/common/common-schemas.d.ts +69 -2
- package/dist/common/common-schemas.d.ts.map +1 -1
- package/dist/common/common-schemas.js +72 -1
- package/dist/companies/companies.contract.d.ts +2 -2
- package/dist/cron-executions/cron-executions.contract.d.ts +26 -26
- package/dist/curated-workers/curated-workers.contract.d.ts +312 -285
- package/dist/curated-workers/curated-workers.contract.d.ts.map +1 -1
- package/dist/curated-workers/curated-workers.contract.js +7 -20
- package/dist/jobs/jobs.contract.d.ts +687 -687
- package/dist/lead-assignments/lead-assignments.contract.d.ts +74 -74
- package/dist/lead-distribution/agent-lead-distribution.contract.d.ts +16 -16
- package/dist/leads/leads.contract.d.ts +48 -48
- package/dist/locations/locations.contract.d.ts +12 -12
- package/dist/users/users.contract.d.ts +12 -18
- package/dist/users/users.contract.d.ts.map +1 -1
- package/dist/users/users.contract.js +3 -12
- package/dist/workers/workers.contract.d.ts +471 -301
- package/dist/workers/workers.contract.d.ts.map +1 -1
- package/dist/workers/workers.contract.js +28 -43
- package/package.json +1 -1
|
@@ -54,8 +54,8 @@ export declare const ClientContactSchema: z.ZodObject<{
|
|
|
54
54
|
agentId: string;
|
|
55
55
|
}>>>;
|
|
56
56
|
}, "strip", z.ZodTypeAny, {
|
|
57
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
58
57
|
id: string;
|
|
58
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
59
59
|
createdAt: string;
|
|
60
60
|
updatedAt: string;
|
|
61
61
|
name: string;
|
|
@@ -74,8 +74,8 @@ export declare const ClientContactSchema: z.ZodObject<{
|
|
|
74
74
|
agentId: string;
|
|
75
75
|
} | null | undefined;
|
|
76
76
|
}, {
|
|
77
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
78
77
|
id: string;
|
|
78
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
79
79
|
createdAt: string | Date;
|
|
80
80
|
updatedAt: string | Date;
|
|
81
81
|
name: string;
|
|
@@ -125,8 +125,8 @@ export declare const ClientContactSchema: z.ZodObject<{
|
|
|
125
125
|
name: string;
|
|
126
126
|
email: string | null;
|
|
127
127
|
client: {
|
|
128
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
129
128
|
id: string;
|
|
129
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
130
130
|
createdAt: string;
|
|
131
131
|
updatedAt: string;
|
|
132
132
|
name: string;
|
|
@@ -163,8 +163,8 @@ export declare const ClientContactSchema: z.ZodObject<{
|
|
|
163
163
|
name: string;
|
|
164
164
|
email: string | null;
|
|
165
165
|
client: {
|
|
166
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
167
166
|
id: string;
|
|
167
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
168
168
|
createdAt: string | Date;
|
|
169
169
|
updatedAt: string | Date;
|
|
170
170
|
name: string;
|
|
@@ -356,8 +356,8 @@ export declare const ClientContactPaginatedResponseSchema: z.ZodObject<{
|
|
|
356
356
|
agentId: string;
|
|
357
357
|
}>>>;
|
|
358
358
|
}, "strip", z.ZodTypeAny, {
|
|
359
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
360
359
|
id: string;
|
|
360
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
361
361
|
createdAt: string;
|
|
362
362
|
updatedAt: string;
|
|
363
363
|
name: string;
|
|
@@ -376,8 +376,8 @@ export declare const ClientContactPaginatedResponseSchema: z.ZodObject<{
|
|
|
376
376
|
agentId: string;
|
|
377
377
|
} | null | undefined;
|
|
378
378
|
}, {
|
|
379
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
380
379
|
id: string;
|
|
380
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
381
381
|
createdAt: string | Date;
|
|
382
382
|
updatedAt: string | Date;
|
|
383
383
|
name: string;
|
|
@@ -427,8 +427,8 @@ export declare const ClientContactPaginatedResponseSchema: z.ZodObject<{
|
|
|
427
427
|
name: string;
|
|
428
428
|
email: string | null;
|
|
429
429
|
client: {
|
|
430
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
431
430
|
id: string;
|
|
431
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
432
432
|
createdAt: string;
|
|
433
433
|
updatedAt: string;
|
|
434
434
|
name: string;
|
|
@@ -465,8 +465,8 @@ export declare const ClientContactPaginatedResponseSchema: z.ZodObject<{
|
|
|
465
465
|
name: string;
|
|
466
466
|
email: string | null;
|
|
467
467
|
client: {
|
|
468
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
469
468
|
id: string;
|
|
469
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
470
470
|
createdAt: string | Date;
|
|
471
471
|
updatedAt: string | Date;
|
|
472
472
|
name: string;
|
|
@@ -511,8 +511,8 @@ export declare const ClientContactPaginatedResponseSchema: z.ZodObject<{
|
|
|
511
511
|
name: string;
|
|
512
512
|
email: string | null;
|
|
513
513
|
client: {
|
|
514
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
515
514
|
id: string;
|
|
515
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
516
516
|
createdAt: string;
|
|
517
517
|
updatedAt: string;
|
|
518
518
|
name: string;
|
|
@@ -556,8 +556,8 @@ export declare const ClientContactPaginatedResponseSchema: z.ZodObject<{
|
|
|
556
556
|
name: string;
|
|
557
557
|
email: string | null;
|
|
558
558
|
client: {
|
|
559
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
560
559
|
id: string;
|
|
560
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
561
561
|
createdAt: string | Date;
|
|
562
562
|
updatedAt: string | Date;
|
|
563
563
|
name: string;
|
|
@@ -780,8 +780,8 @@ export declare const clientContactsContractRouter: {
|
|
|
780
780
|
agentId: string;
|
|
781
781
|
}>>>;
|
|
782
782
|
}, "strip", z.ZodTypeAny, {
|
|
783
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
784
783
|
id: string;
|
|
784
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
785
785
|
createdAt: string;
|
|
786
786
|
updatedAt: string;
|
|
787
787
|
name: string;
|
|
@@ -800,8 +800,8 @@ export declare const clientContactsContractRouter: {
|
|
|
800
800
|
agentId: string;
|
|
801
801
|
} | null | undefined;
|
|
802
802
|
}, {
|
|
803
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
804
803
|
id: string;
|
|
804
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
805
805
|
createdAt: string | Date;
|
|
806
806
|
updatedAt: string | Date;
|
|
807
807
|
name: string;
|
|
@@ -851,8 +851,8 @@ export declare const clientContactsContractRouter: {
|
|
|
851
851
|
name: string;
|
|
852
852
|
email: string | null;
|
|
853
853
|
client: {
|
|
854
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
855
854
|
id: string;
|
|
855
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
856
856
|
createdAt: string;
|
|
857
857
|
updatedAt: string;
|
|
858
858
|
name: string;
|
|
@@ -889,8 +889,8 @@ export declare const clientContactsContractRouter: {
|
|
|
889
889
|
name: string;
|
|
890
890
|
email: string | null;
|
|
891
891
|
client: {
|
|
892
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
893
892
|
id: string;
|
|
893
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
894
894
|
createdAt: string | Date;
|
|
895
895
|
updatedAt: string | Date;
|
|
896
896
|
name: string;
|
|
@@ -1127,8 +1127,8 @@ export declare const clientContactsContractRouter: {
|
|
|
1127
1127
|
agentId: string;
|
|
1128
1128
|
}>>>;
|
|
1129
1129
|
}, "strip", z.ZodTypeAny, {
|
|
1130
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1131
1130
|
id: string;
|
|
1131
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1132
1132
|
createdAt: string;
|
|
1133
1133
|
updatedAt: string;
|
|
1134
1134
|
name: string;
|
|
@@ -1147,8 +1147,8 @@ export declare const clientContactsContractRouter: {
|
|
|
1147
1147
|
agentId: string;
|
|
1148
1148
|
} | null | undefined;
|
|
1149
1149
|
}, {
|
|
1150
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1151
1150
|
id: string;
|
|
1151
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1152
1152
|
createdAt: string | Date;
|
|
1153
1153
|
updatedAt: string | Date;
|
|
1154
1154
|
name: string;
|
|
@@ -1198,8 +1198,8 @@ export declare const clientContactsContractRouter: {
|
|
|
1198
1198
|
name: string;
|
|
1199
1199
|
email: string | null;
|
|
1200
1200
|
client: {
|
|
1201
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1202
1201
|
id: string;
|
|
1202
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1203
1203
|
createdAt: string;
|
|
1204
1204
|
updatedAt: string;
|
|
1205
1205
|
name: string;
|
|
@@ -1236,8 +1236,8 @@ export declare const clientContactsContractRouter: {
|
|
|
1236
1236
|
name: string;
|
|
1237
1237
|
email: string | null;
|
|
1238
1238
|
client: {
|
|
1239
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1240
1239
|
id: string;
|
|
1240
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1241
1241
|
createdAt: string | Date;
|
|
1242
1242
|
updatedAt: string | Date;
|
|
1243
1243
|
name: string;
|
|
@@ -1480,8 +1480,8 @@ export declare const clientContactsContractRouter: {
|
|
|
1480
1480
|
agentId: string;
|
|
1481
1481
|
}>>>;
|
|
1482
1482
|
}, "strip", z.ZodTypeAny, {
|
|
1483
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1484
1483
|
id: string;
|
|
1484
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1485
1485
|
createdAt: string;
|
|
1486
1486
|
updatedAt: string;
|
|
1487
1487
|
name: string;
|
|
@@ -1500,8 +1500,8 @@ export declare const clientContactsContractRouter: {
|
|
|
1500
1500
|
agentId: string;
|
|
1501
1501
|
} | null | undefined;
|
|
1502
1502
|
}, {
|
|
1503
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1504
1503
|
id: string;
|
|
1504
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1505
1505
|
createdAt: string | Date;
|
|
1506
1506
|
updatedAt: string | Date;
|
|
1507
1507
|
name: string;
|
|
@@ -1551,8 +1551,8 @@ export declare const clientContactsContractRouter: {
|
|
|
1551
1551
|
name: string;
|
|
1552
1552
|
email: string | null;
|
|
1553
1553
|
client: {
|
|
1554
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1555
1554
|
id: string;
|
|
1555
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1556
1556
|
createdAt: string;
|
|
1557
1557
|
updatedAt: string;
|
|
1558
1558
|
name: string;
|
|
@@ -1589,8 +1589,8 @@ export declare const clientContactsContractRouter: {
|
|
|
1589
1589
|
name: string;
|
|
1590
1590
|
email: string | null;
|
|
1591
1591
|
client: {
|
|
1592
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1593
1592
|
id: string;
|
|
1593
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1594
1594
|
createdAt: string | Date;
|
|
1595
1595
|
updatedAt: string | Date;
|
|
1596
1596
|
name: string;
|
|
@@ -1635,8 +1635,8 @@ export declare const clientContactsContractRouter: {
|
|
|
1635
1635
|
name: string;
|
|
1636
1636
|
email: string | null;
|
|
1637
1637
|
client: {
|
|
1638
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1639
1638
|
id: string;
|
|
1639
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1640
1640
|
createdAt: string;
|
|
1641
1641
|
updatedAt: string;
|
|
1642
1642
|
name: string;
|
|
@@ -1680,8 +1680,8 @@ export declare const clientContactsContractRouter: {
|
|
|
1680
1680
|
name: string;
|
|
1681
1681
|
email: string | null;
|
|
1682
1682
|
client: {
|
|
1683
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1684
1683
|
id: string;
|
|
1684
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1685
1685
|
createdAt: string | Date;
|
|
1686
1686
|
updatedAt: string | Date;
|
|
1687
1687
|
name: string;
|
|
@@ -1872,8 +1872,8 @@ export declare const clientContactsContractRouter: {
|
|
|
1872
1872
|
agentId: string;
|
|
1873
1873
|
}>>>;
|
|
1874
1874
|
}, "strip", z.ZodTypeAny, {
|
|
1875
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1876
1875
|
id: string;
|
|
1876
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1877
1877
|
createdAt: string;
|
|
1878
1878
|
updatedAt: string;
|
|
1879
1879
|
name: string;
|
|
@@ -1892,8 +1892,8 @@ export declare const clientContactsContractRouter: {
|
|
|
1892
1892
|
agentId: string;
|
|
1893
1893
|
} | null | undefined;
|
|
1894
1894
|
}, {
|
|
1895
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1896
1895
|
id: string;
|
|
1896
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1897
1897
|
createdAt: string | Date;
|
|
1898
1898
|
updatedAt: string | Date;
|
|
1899
1899
|
name: string;
|
|
@@ -1943,8 +1943,8 @@ export declare const clientContactsContractRouter: {
|
|
|
1943
1943
|
name: string;
|
|
1944
1944
|
email: string | null;
|
|
1945
1945
|
client: {
|
|
1946
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1947
1946
|
id: string;
|
|
1947
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1948
1948
|
createdAt: string;
|
|
1949
1949
|
updatedAt: string;
|
|
1950
1950
|
name: string;
|
|
@@ -1981,8 +1981,8 @@ export declare const clientContactsContractRouter: {
|
|
|
1981
1981
|
name: string;
|
|
1982
1982
|
email: string | null;
|
|
1983
1983
|
client: {
|
|
1984
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1985
1984
|
id: string;
|
|
1985
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1986
1986
|
createdAt: string | Date;
|
|
1987
1987
|
updatedAt: string | Date;
|
|
1988
1988
|
name: string;
|
|
@@ -2219,8 +2219,8 @@ export declare const clientContactsContractRouter: {
|
|
|
2219
2219
|
agentId: string;
|
|
2220
2220
|
}>>>;
|
|
2221
2221
|
}, "strip", z.ZodTypeAny, {
|
|
2222
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2223
2222
|
id: string;
|
|
2223
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2224
2224
|
createdAt: string;
|
|
2225
2225
|
updatedAt: string;
|
|
2226
2226
|
name: string;
|
|
@@ -2239,8 +2239,8 @@ export declare const clientContactsContractRouter: {
|
|
|
2239
2239
|
agentId: string;
|
|
2240
2240
|
} | null | undefined;
|
|
2241
2241
|
}, {
|
|
2242
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2243
2242
|
id: string;
|
|
2243
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2244
2244
|
createdAt: string | Date;
|
|
2245
2245
|
updatedAt: string | Date;
|
|
2246
2246
|
name: string;
|
|
@@ -2290,8 +2290,8 @@ export declare const clientContactsContractRouter: {
|
|
|
2290
2290
|
name: string;
|
|
2291
2291
|
email: string | null;
|
|
2292
2292
|
client: {
|
|
2293
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2294
2293
|
id: string;
|
|
2294
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2295
2295
|
createdAt: string;
|
|
2296
2296
|
updatedAt: string;
|
|
2297
2297
|
name: string;
|
|
@@ -2328,8 +2328,8 @@ export declare const clientContactsContractRouter: {
|
|
|
2328
2328
|
name: string;
|
|
2329
2329
|
email: string | null;
|
|
2330
2330
|
client: {
|
|
2331
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2332
2331
|
id: string;
|
|
2332
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2333
2333
|
createdAt: string | Date;
|
|
2334
2334
|
updatedAt: string | Date;
|
|
2335
2335
|
name: string;
|
|
@@ -54,8 +54,8 @@ export declare const ClientSchema: z.ZodObject<{
|
|
|
54
54
|
agentId: string;
|
|
55
55
|
}>>>;
|
|
56
56
|
}, "strip", z.ZodTypeAny, {
|
|
57
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
58
57
|
id: string;
|
|
58
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
59
59
|
createdAt: string;
|
|
60
60
|
updatedAt: string;
|
|
61
61
|
name: string;
|
|
@@ -74,8 +74,8 @@ export declare const ClientSchema: z.ZodObject<{
|
|
|
74
74
|
agentId: string;
|
|
75
75
|
} | null | undefined;
|
|
76
76
|
}, {
|
|
77
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
78
77
|
id: string;
|
|
78
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
79
79
|
createdAt: string | Date;
|
|
80
80
|
updatedAt: string | Date;
|
|
81
81
|
name: string;
|
|
@@ -289,8 +289,8 @@ export declare const PaginatedClientResponseSchema: z.ZodObject<{
|
|
|
289
289
|
agentId: string;
|
|
290
290
|
}>>>;
|
|
291
291
|
}, "strip", z.ZodTypeAny, {
|
|
292
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
293
292
|
id: string;
|
|
293
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
294
294
|
createdAt: string;
|
|
295
295
|
updatedAt: string;
|
|
296
296
|
name: string;
|
|
@@ -309,8 +309,8 @@ export declare const PaginatedClientResponseSchema: z.ZodObject<{
|
|
|
309
309
|
agentId: string;
|
|
310
310
|
} | null | undefined;
|
|
311
311
|
}, {
|
|
312
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
313
312
|
id: string;
|
|
313
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
314
314
|
createdAt: string | Date;
|
|
315
315
|
updatedAt: string | Date;
|
|
316
316
|
name: string;
|
|
@@ -337,8 +337,8 @@ export declare const PaginatedClientResponseSchema: z.ZodObject<{
|
|
|
337
337
|
}, "strip", z.ZodTypeAny, {
|
|
338
338
|
limit: number;
|
|
339
339
|
items: {
|
|
340
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
341
340
|
id: string;
|
|
341
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
342
342
|
createdAt: string;
|
|
343
343
|
updatedAt: string;
|
|
344
344
|
name: string;
|
|
@@ -364,8 +364,8 @@ export declare const PaginatedClientResponseSchema: z.ZodObject<{
|
|
|
364
364
|
}, {
|
|
365
365
|
limit: number;
|
|
366
366
|
items: {
|
|
367
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
368
367
|
id: string;
|
|
368
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
369
369
|
createdAt: string | Date;
|
|
370
370
|
updatedAt: string | Date;
|
|
371
371
|
name: string;
|
|
@@ -561,8 +561,8 @@ export declare const clientsContractRouter: {
|
|
|
561
561
|
agentId: string;
|
|
562
562
|
}>>>;
|
|
563
563
|
}, "strip", z.ZodTypeAny, {
|
|
564
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
565
564
|
id: string;
|
|
565
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
566
566
|
createdAt: string;
|
|
567
567
|
updatedAt: string;
|
|
568
568
|
name: string;
|
|
@@ -581,8 +581,8 @@ export declare const clientsContractRouter: {
|
|
|
581
581
|
agentId: string;
|
|
582
582
|
} | null | undefined;
|
|
583
583
|
}, {
|
|
584
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
585
584
|
id: string;
|
|
585
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
586
586
|
createdAt: string | Date;
|
|
587
587
|
updatedAt: string | Date;
|
|
588
588
|
name: string;
|
|
@@ -819,8 +819,8 @@ export declare const clientsContractRouter: {
|
|
|
819
819
|
agentId: string;
|
|
820
820
|
}>>>;
|
|
821
821
|
}, "strip", z.ZodTypeAny, {
|
|
822
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
823
822
|
id: string;
|
|
823
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
824
824
|
createdAt: string;
|
|
825
825
|
updatedAt: string;
|
|
826
826
|
name: string;
|
|
@@ -839,8 +839,8 @@ export declare const clientsContractRouter: {
|
|
|
839
839
|
agentId: string;
|
|
840
840
|
} | null | undefined;
|
|
841
841
|
}, {
|
|
842
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
843
842
|
id: string;
|
|
843
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
844
844
|
createdAt: string | Date;
|
|
845
845
|
updatedAt: string | Date;
|
|
846
846
|
name: string;
|
|
@@ -867,8 +867,8 @@ export declare const clientsContractRouter: {
|
|
|
867
867
|
}, "strip", z.ZodTypeAny, {
|
|
868
868
|
limit: number;
|
|
869
869
|
items: {
|
|
870
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
871
870
|
id: string;
|
|
871
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
872
872
|
createdAt: string;
|
|
873
873
|
updatedAt: string;
|
|
874
874
|
name: string;
|
|
@@ -894,8 +894,8 @@ export declare const clientsContractRouter: {
|
|
|
894
894
|
}, {
|
|
895
895
|
limit: number;
|
|
896
896
|
items: {
|
|
897
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
898
897
|
id: string;
|
|
898
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
899
899
|
createdAt: string | Date;
|
|
900
900
|
updatedAt: string | Date;
|
|
901
901
|
name: string;
|
|
@@ -926,11 +926,11 @@ export declare const clientsContractRouter: {
|
|
|
926
926
|
query: z.ZodOptional<z.ZodString>;
|
|
927
927
|
id: z.ZodOptional<z.ZodString>;
|
|
928
928
|
}, "strip", z.ZodTypeAny, {
|
|
929
|
-
query?: string | undefined;
|
|
930
929
|
id?: string | undefined;
|
|
931
|
-
}, {
|
|
932
930
|
query?: string | undefined;
|
|
931
|
+
}, {
|
|
933
932
|
id?: string | undefined;
|
|
933
|
+
query?: string | undefined;
|
|
934
934
|
}>;
|
|
935
935
|
metadata: {
|
|
936
936
|
tags: string[];
|
|
@@ -1207,8 +1207,8 @@ export declare const clientsContractRouter: {
|
|
|
1207
1207
|
agentId: string;
|
|
1208
1208
|
}>>>;
|
|
1209
1209
|
}, "strip", z.ZodTypeAny, {
|
|
1210
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1211
1210
|
id: string;
|
|
1211
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1212
1212
|
createdAt: string;
|
|
1213
1213
|
updatedAt: string;
|
|
1214
1214
|
name: string;
|
|
@@ -1227,8 +1227,8 @@ export declare const clientsContractRouter: {
|
|
|
1227
1227
|
agentId: string;
|
|
1228
1228
|
} | null | undefined;
|
|
1229
1229
|
}, {
|
|
1230
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1231
1230
|
id: string;
|
|
1231
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1232
1232
|
createdAt: string | Date;
|
|
1233
1233
|
updatedAt: string | Date;
|
|
1234
1234
|
name: string;
|
|
@@ -1458,8 +1458,8 @@ export declare const clientsContractRouter: {
|
|
|
1458
1458
|
agentId: string;
|
|
1459
1459
|
}>>>;
|
|
1460
1460
|
}, "strip", z.ZodTypeAny, {
|
|
1461
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1462
1461
|
id: string;
|
|
1462
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1463
1463
|
createdAt: string;
|
|
1464
1464
|
updatedAt: string;
|
|
1465
1465
|
name: string;
|
|
@@ -1478,8 +1478,8 @@ export declare const clientsContractRouter: {
|
|
|
1478
1478
|
agentId: string;
|
|
1479
1479
|
} | null | undefined;
|
|
1480
1480
|
}, {
|
|
1481
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1482
1481
|
id: string;
|
|
1482
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1483
1483
|
createdAt: string | Date;
|
|
1484
1484
|
updatedAt: string | Date;
|
|
1485
1485
|
name: string;
|