@dakkitor/api-contracts 1.1.107 → 1.1.108
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/actives/actives.contract.d.ts +2577 -2577
- package/dist/agent-client-links/agent-client-links.contract.d.ts +486 -486
- package/dist/auth/auth.contract.d.ts +16 -16
- package/dist/bookings/bookings.contract.d.ts +9898 -9898
- package/dist/call-history/call-history.contract.d.ts +483 -453
- package/dist/call-history/call-history.contract.d.ts.map +1 -1
- package/dist/call-history/call-history.contract.js +3 -1
- package/dist/client-contacts/client-contacts.contract.d.ts +26 -26
- package/dist/collaboration-checkings/collaboration-checkings.contract.d.ts +994 -994
- package/dist/collaborations/collaborations.contract.d.ts +868 -868
- package/dist/common/common-schemas.d.ts +11 -0
- package/dist/common/common-schemas.d.ts.map +1 -1
- package/dist/common/common-schemas.js +8 -1
- package/dist/dashboards/dashboard.contract.d.ts +14 -14
- package/dist/jobs/jobs.contract.d.ts +1756 -1756
- package/dist/lead-assignments/lead-assignments.contract.d.ts +344 -344
- package/dist/lead-distribution/agent-lead-distribution.contract.d.ts +163 -163
- package/dist/leads/leads.contract.d.ts +65 -65
- package/dist/users/users.contract.d.ts +128 -128
- package/dist/workers/workers.contract.d.ts +172 -172
- package/package.json +1 -1
|
@@ -112,23 +112,23 @@ export declare const authContract: {
|
|
|
112
112
|
roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING", "KPI", "TEAM_LEADS"]>, "many">>;
|
|
113
113
|
impersonatedBy: z.ZodOptional<z.ZodString>;
|
|
114
114
|
}, "strip", z.ZodTypeAny, {
|
|
115
|
-
email: string;
|
|
116
115
|
id: string;
|
|
116
|
+
email: string;
|
|
117
117
|
phoneNumbers: {
|
|
118
118
|
id: string;
|
|
119
119
|
phoneNumber: string;
|
|
120
120
|
isPrimary: boolean;
|
|
121
121
|
description?: string | null | undefined;
|
|
122
122
|
}[];
|
|
123
|
-
lastName?: string | undefined;
|
|
124
123
|
firstName?: string | undefined;
|
|
124
|
+
lastName?: string | undefined;
|
|
125
125
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
126
126
|
impersonatedBy?: string | undefined;
|
|
127
127
|
}, {
|
|
128
|
-
email: string;
|
|
129
128
|
id: string;
|
|
130
|
-
|
|
129
|
+
email: string;
|
|
131
130
|
firstName?: string | undefined;
|
|
131
|
+
lastName?: string | undefined;
|
|
132
132
|
phoneNumbers?: {
|
|
133
133
|
id: string;
|
|
134
134
|
phoneNumber: string;
|
|
@@ -249,23 +249,23 @@ export declare const authContract: {
|
|
|
249
249
|
roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING", "KPI", "TEAM_LEADS"]>, "many">>;
|
|
250
250
|
impersonatedBy: z.ZodOptional<z.ZodString>;
|
|
251
251
|
}, "strip", z.ZodTypeAny, {
|
|
252
|
-
email: string;
|
|
253
252
|
id: string;
|
|
253
|
+
email: string;
|
|
254
254
|
phoneNumbers: {
|
|
255
255
|
id: string;
|
|
256
256
|
phoneNumber: string;
|
|
257
257
|
isPrimary: boolean;
|
|
258
258
|
description?: string | null | undefined;
|
|
259
259
|
}[];
|
|
260
|
-
lastName?: string | undefined;
|
|
261
260
|
firstName?: string | undefined;
|
|
261
|
+
lastName?: string | undefined;
|
|
262
262
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
263
263
|
impersonatedBy?: string | undefined;
|
|
264
264
|
}, {
|
|
265
|
-
email: string;
|
|
266
265
|
id: string;
|
|
267
|
-
|
|
266
|
+
email: string;
|
|
268
267
|
firstName?: string | undefined;
|
|
268
|
+
lastName?: string | undefined;
|
|
269
269
|
phoneNumbers?: {
|
|
270
270
|
id: string;
|
|
271
271
|
phoneNumber: string;
|
|
@@ -553,23 +553,23 @@ export declare const authContract: {
|
|
|
553
553
|
roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING", "KPI", "TEAM_LEADS"]>, "many">>;
|
|
554
554
|
impersonatedBy: z.ZodOptional<z.ZodString>;
|
|
555
555
|
}, "strip", z.ZodTypeAny, {
|
|
556
|
-
email: string;
|
|
557
556
|
id: string;
|
|
557
|
+
email: string;
|
|
558
558
|
phoneNumbers: {
|
|
559
559
|
id: string;
|
|
560
560
|
phoneNumber: string;
|
|
561
561
|
isPrimary: boolean;
|
|
562
562
|
description?: string | null | undefined;
|
|
563
563
|
}[];
|
|
564
|
-
lastName?: string | undefined;
|
|
565
564
|
firstName?: string | undefined;
|
|
565
|
+
lastName?: string | undefined;
|
|
566
566
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
567
567
|
impersonatedBy?: string | undefined;
|
|
568
568
|
}, {
|
|
569
|
-
email: string;
|
|
570
569
|
id: string;
|
|
571
|
-
|
|
570
|
+
email: string;
|
|
572
571
|
firstName?: string | undefined;
|
|
572
|
+
lastName?: string | undefined;
|
|
573
573
|
phoneNumbers?: {
|
|
574
574
|
id: string;
|
|
575
575
|
phoneNumber: string;
|
|
@@ -765,23 +765,23 @@ export declare const authContract: {
|
|
|
765
765
|
roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING", "KPI", "TEAM_LEADS"]>, "many">>;
|
|
766
766
|
impersonatedBy: z.ZodOptional<z.ZodString>;
|
|
767
767
|
}, "strip", z.ZodTypeAny, {
|
|
768
|
-
email: string;
|
|
769
768
|
id: string;
|
|
769
|
+
email: string;
|
|
770
770
|
phoneNumbers: {
|
|
771
771
|
id: string;
|
|
772
772
|
phoneNumber: string;
|
|
773
773
|
isPrimary: boolean;
|
|
774
774
|
description?: string | null | undefined;
|
|
775
775
|
}[];
|
|
776
|
-
lastName?: string | undefined;
|
|
777
776
|
firstName?: string | undefined;
|
|
777
|
+
lastName?: string | undefined;
|
|
778
778
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
779
779
|
impersonatedBy?: string | undefined;
|
|
780
780
|
}, {
|
|
781
|
-
email: string;
|
|
782
781
|
id: string;
|
|
783
|
-
|
|
782
|
+
email: string;
|
|
784
783
|
firstName?: string | undefined;
|
|
784
|
+
lastName?: string | undefined;
|
|
785
785
|
phoneNumbers?: {
|
|
786
786
|
id: string;
|
|
787
787
|
phoneNumber: string;
|