@dakkitor/api-contracts 1.1.101 → 1.1.103

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;
10
9
  score: number;
11
10
  tier: string;
11
+ conversionRate: number;
12
12
  }, {
13
13
  status: "AVAILABLE" | "PAUSED" | "EXCLUDED";
14
- conversionRate: number;
15
14
  score: number;
16
15
  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;
33
32
  score: number;
34
33
  tier: string;
34
+ conversionRate: number;
35
35
  }, {
36
36
  status: "AVAILABLE" | "PAUSED" | "EXCLUDED";
37
- conversionRate: number;
38
37
  score: number;
39
38
  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
- totalBookings: number;
48
47
  totalJobs: number;
48
+ totalBookings: 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;
56
55
  score: number;
57
56
  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
- totalBookings: number;
66
65
  totalJobs: number;
66
+ totalBookings: 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;
74
73
  score: number;
75
74
  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;
175
174
  score: number;
176
175
  tier: string;
176
+ conversionRate: number;
177
177
  }, {
178
178
  status: "AVAILABLE" | "PAUSED" | "EXCLUDED";
179
- conversionRate: number;
180
179
  score: number;
181
180
  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
- totalBookings: number;
190
189
  totalJobs: number;
190
+ totalBookings: 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;
198
197
  score: number;
199
198
  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
- totalBookings: number;
208
207
  totalJobs: number;
208
+ totalBookings: 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;
216
215
  score: number;
217
216
  tier: string;
217
+ conversionRate: number;
218
218
  } | null;
219
219
  totalCollaborations: number;
220
220
  collaborationsByStatus: Record<string, number>;