@dakkitor/api-contracts 1.1.107 → 1.1.109

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.
@@ -6,14 +6,14 @@ export declare const PerformanceMetricsSchema: z.ZodObject<{
6
6
  status: z.ZodEnum<["AVAILABLE", "PAUSED", "EXCLUDED"]>;
7
7
  }, "strip", z.ZodTypeAny, {
8
8
  status: "AVAILABLE" | "PAUSED" | "EXCLUDED";
9
+ conversionRate: number;
9
10
  score: number;
10
11
  tier: string;
11
- conversionRate: number;
12
12
  }, {
13
13
  status: "AVAILABLE" | "PAUSED" | "EXCLUDED";
14
+ conversionRate: number;
14
15
  score: number;
15
16
  tier: string;
16
- conversionRate: number;
17
17
  }>;
18
18
  export declare const DashboardMetricsSchema: z.ZodObject<{
19
19
  totalJobs: z.ZodNumber;
@@ -29,14 +29,14 @@ export declare const DashboardMetricsSchema: z.ZodObject<{
29
29
  status: z.ZodEnum<["AVAILABLE", "PAUSED", "EXCLUDED"]>;
30
30
  }, "strip", z.ZodTypeAny, {
31
31
  status: "AVAILABLE" | "PAUSED" | "EXCLUDED";
32
+ conversionRate: number;
32
33
  score: number;
33
34
  tier: string;
34
- conversionRate: number;
35
35
  }, {
36
36
  status: "AVAILABLE" | "PAUSED" | "EXCLUDED";
37
+ conversionRate: number;
37
38
  score: number;
38
39
  tier: string;
39
- conversionRate: number;
40
40
  }>>;
41
41
  totalCollaborations: z.ZodNumber;
42
42
  collaborationsByStatus: z.ZodRecord<z.ZodString, z.ZodNumber>;
@@ -44,17 +44,17 @@ export declare const DashboardMetricsSchema: z.ZodObject<{
44
44
  activesToday: z.ZodNumber;
45
45
  activesTodayByStatus: z.ZodRecord<z.ZodString, z.ZodNumber>;
46
46
  }, "strip", z.ZodTypeAny, {
47
- totalJobs: number;
48
47
  totalBookings: number;
48
+ totalJobs: number;
49
49
  bookingsByStatus: Record<string, number>;
50
50
  totalClients: number;
51
51
  totalCollaborationCheckings: number;
52
52
  collaborationCheckingsByStatus: Record<string, number>;
53
53
  performance: {
54
54
  status: "AVAILABLE" | "PAUSED" | "EXCLUDED";
55
+ conversionRate: number;
55
56
  score: number;
56
57
  tier: string;
57
- conversionRate: number;
58
58
  } | null;
59
59
  totalCollaborations: number;
60
60
  collaborationsByStatus: Record<string, number>;
@@ -62,17 +62,17 @@ export declare const DashboardMetricsSchema: z.ZodObject<{
62
62
  activesToday: number;
63
63
  activesTodayByStatus: Record<string, number>;
64
64
  }, {
65
- totalJobs: number;
66
65
  totalBookings: number;
66
+ totalJobs: number;
67
67
  bookingsByStatus: Record<string, number>;
68
68
  totalClients: number;
69
69
  totalCollaborationCheckings: number;
70
70
  collaborationCheckingsByStatus: Record<string, number>;
71
71
  performance: {
72
72
  status: "AVAILABLE" | "PAUSED" | "EXCLUDED";
73
+ conversionRate: number;
73
74
  score: number;
74
75
  tier: string;
75
- conversionRate: number;
76
76
  } | null;
77
77
  totalCollaborations: number;
78
78
  collaborationsByStatus: Record<string, number>;
@@ -171,14 +171,14 @@ export declare const dashboardContract: {
171
171
  status: z.ZodEnum<["AVAILABLE", "PAUSED", "EXCLUDED"]>;
172
172
  }, "strip", z.ZodTypeAny, {
173
173
  status: "AVAILABLE" | "PAUSED" | "EXCLUDED";
174
+ conversionRate: number;
174
175
  score: number;
175
176
  tier: string;
176
- conversionRate: number;
177
177
  }, {
178
178
  status: "AVAILABLE" | "PAUSED" | "EXCLUDED";
179
+ conversionRate: number;
179
180
  score: number;
180
181
  tier: string;
181
- conversionRate: number;
182
182
  }>>;
183
183
  totalCollaborations: z.ZodNumber;
184
184
  collaborationsByStatus: z.ZodRecord<z.ZodString, z.ZodNumber>;
@@ -186,17 +186,17 @@ export declare const dashboardContract: {
186
186
  activesToday: z.ZodNumber;
187
187
  activesTodayByStatus: z.ZodRecord<z.ZodString, z.ZodNumber>;
188
188
  }, "strip", z.ZodTypeAny, {
189
- totalJobs: number;
190
189
  totalBookings: number;
190
+ totalJobs: number;
191
191
  bookingsByStatus: Record<string, number>;
192
192
  totalClients: number;
193
193
  totalCollaborationCheckings: number;
194
194
  collaborationCheckingsByStatus: Record<string, number>;
195
195
  performance: {
196
196
  status: "AVAILABLE" | "PAUSED" | "EXCLUDED";
197
+ conversionRate: number;
197
198
  score: number;
198
199
  tier: string;
199
- conversionRate: number;
200
200
  } | null;
201
201
  totalCollaborations: number;
202
202
  collaborationsByStatus: Record<string, number>;
@@ -204,17 +204,17 @@ export declare const dashboardContract: {
204
204
  activesToday: number;
205
205
  activesTodayByStatus: Record<string, number>;
206
206
  }, {
207
- totalJobs: number;
208
207
  totalBookings: number;
208
+ totalJobs: number;
209
209
  bookingsByStatus: Record<string, number>;
210
210
  totalClients: number;
211
211
  totalCollaborationCheckings: number;
212
212
  collaborationCheckingsByStatus: Record<string, number>;
213
213
  performance: {
214
214
  status: "AVAILABLE" | "PAUSED" | "EXCLUDED";
215
+ conversionRate: number;
215
216
  score: number;
216
217
  tier: string;
217
- conversionRate: number;
218
218
  } | null;
219
219
  totalCollaborations: number;
220
220
  collaborationsByStatus: Record<string, number>;