@dakkitor/api-contracts 1.7.1 → 1.9.1

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.
Files changed (218) hide show
  1. package/dist/abilities/abilities.contract.d.ts +1 -1
  2. package/dist/abilities/abilities.contract.d.ts.map +1 -1
  3. package/dist/abilities/abilities.contract.js +1 -0
  4. package/dist/abilities/abilities.contract.spec.js +50 -19
  5. package/dist/abilities/interconnection.abilities.json +6 -0
  6. package/dist/abilities/outreach.abilities.json +0 -7
  7. package/dist/abilities/second-agent.abilities.json +18 -91
  8. package/dist/abilities/team-leads.json +1 -0
  9. package/dist/abilities/worker-curator.abilities.json +2 -0
  10. package/dist/actives/actives.contract.d.ts +7083 -6905
  11. package/dist/actives/actives.contract.d.ts.map +1 -1
  12. package/dist/agent-client-links/agent-client-links.contract.d.ts +1645 -1543
  13. package/dist/agent-client-links/agent-client-links.contract.d.ts.map +1 -1
  14. package/dist/auth/auth.contract.d.ts +73 -67
  15. package/dist/auth/auth.contract.d.ts.map +1 -1
  16. package/dist/auth/auth.contract.js +1 -0
  17. package/dist/bookings/backdate-guard.spec.d.ts +2 -0
  18. package/dist/bookings/backdate-guard.spec.d.ts.map +1 -0
  19. package/dist/bookings/backdate-guard.spec.js +80 -0
  20. package/dist/bookings/bookings.contract.d.ts +11169 -10843
  21. package/dist/bookings/bookings.contract.d.ts.map +1 -1
  22. package/dist/bookings/bookings.contract.js +26 -2
  23. package/dist/call-history/call-history.contract.d.ts +913 -876
  24. package/dist/call-history/call-history.contract.d.ts.map +1 -1
  25. package/dist/calls-feed/calls-feed.contract.d.ts +126 -119
  26. package/dist/calls-feed/calls-feed.contract.d.ts.map +1 -1
  27. package/dist/candidate-calling/candidate-calling.contract.d.ts +13397 -0
  28. package/dist/candidate-calling/candidate-calling.contract.d.ts.map +1 -0
  29. package/dist/candidate-calling/candidate-calling.contract.js +206 -0
  30. package/dist/candidate-calling/candidate-calling.contract.spec.d.ts +2 -0
  31. package/dist/candidate-calling/candidate-calling.contract.spec.d.ts.map +1 -0
  32. package/dist/candidate-calling/candidate-calling.contract.spec.js +193 -0
  33. package/dist/client-contacts/client-contacts.contract.d.ts +290 -290
  34. package/dist/clients/clients.contract.d.ts +110 -110
  35. package/dist/collaboration-checkings/collaboration-checkings.contract.d.ts +3052 -2948
  36. package/dist/collaboration-checkings/collaboration-checkings.contract.d.ts.map +1 -1
  37. package/dist/collaborations/collaborations.contract.d.ts +2640 -2543
  38. package/dist/collaborations/collaborations.contract.d.ts.map +1 -1
  39. package/dist/common/common-schemas.d.ts +13 -13
  40. package/dist/common/common-schemas.d.ts.map +1 -1
  41. package/dist/common/common-schemas.js +1 -0
  42. package/dist/common/nino.d.ts +8 -0
  43. package/dist/common/nino.d.ts.map +1 -0
  44. package/dist/common/nino.js +26 -0
  45. package/dist/common/nino.spec.d.ts +2 -0
  46. package/dist/common/nino.spec.d.ts.map +1 -0
  47. package/dist/common/nino.spec.js +32 -0
  48. package/dist/companies/companies.contract.d.ts +30 -30
  49. package/dist/crews/crews.contract.d.ts +300 -300
  50. package/dist/cron-executions/cron-executions.contract.d.ts +26 -13
  51. package/dist/cron-executions/cron-executions.contract.d.ts.map +1 -1
  52. package/dist/cron-executions/cron-executions.contract.js +2 -0
  53. package/dist/cron-executions/cron-executions.contract.spec.d.ts +2 -0
  54. package/dist/cron-executions/cron-executions.contract.spec.d.ts.map +1 -0
  55. package/dist/cron-executions/cron-executions.contract.spec.js +27 -0
  56. package/dist/curated-worker-leads/candidate-booking-date-fields.spec.d.ts +2 -0
  57. package/dist/curated-worker-leads/candidate-booking-date-fields.spec.d.ts.map +1 -0
  58. package/dist/curated-worker-leads/candidate-booking-date-fields.spec.js +59 -0
  59. package/dist/curated-worker-leads/candidate-coordination.contract.d.ts +3483 -2798
  60. package/dist/curated-worker-leads/candidate-coordination.contract.d.ts.map +1 -1
  61. package/dist/curated-worker-leads/candidate-coordination.contract.js +59 -10
  62. package/dist/curated-worker-leads/candidate-coordination.contract.spec.js +11 -0
  63. package/dist/curated-worker-leads/candidate-edit-session.contract.d.ts +429 -386
  64. package/dist/curated-worker-leads/candidate-edit-session.contract.d.ts.map +1 -1
  65. package/dist/curated-worker-leads/contact-history.spec.js +56 -0
  66. package/dist/curated-worker-leads/curated-worker-lead-config.contract.d.ts +2 -85
  67. package/dist/curated-worker-leads/curated-worker-lead-config.contract.d.ts.map +1 -1
  68. package/dist/curated-worker-leads/curated-worker-lead-config.contract.js +17 -41
  69. package/dist/curated-worker-leads/curated-worker-lead-config.contract.spec.d.ts +2 -0
  70. package/dist/curated-worker-leads/curated-worker-lead-config.contract.spec.d.ts.map +1 -0
  71. package/dist/curated-worker-leads/curated-worker-lead-config.contract.spec.js +30 -0
  72. package/dist/curated-worker-leads/job-feed-match-counts.contract.spec.js +30 -0
  73. package/dist/curated-worker-leads/jobs-tab.contract.d.ts +5821 -5144
  74. package/dist/curated-worker-leads/jobs-tab.contract.d.ts.map +1 -1
  75. package/dist/curated-worker-leads/jobs-tab.contract.js +64 -12
  76. package/dist/curated-worker-leads/owned-jobs-tab.contract.d.ts +96 -96
  77. package/dist/curated-workers/curated-workers.contract.d.ts +1518 -1307
  78. package/dist/curated-workers/curated-workers.contract.d.ts.map +1 -1
  79. package/dist/curated-workers/curated-workers.contract.js +37 -6
  80. package/dist/dashboards/dashboard-widgets.contract.d.ts +425 -455
  81. package/dist/dashboards/dashboard-widgets.contract.d.ts.map +1 -1
  82. package/dist/dashboards/dashboard-widgets.contract.js +1 -11
  83. package/dist/dashboards/dashboard-widgets.retirement.spec.d.ts +2 -0
  84. package/dist/dashboards/dashboard-widgets.retirement.spec.d.ts.map +1 -0
  85. package/dist/dashboards/dashboard-widgets.retirement.spec.js +22 -0
  86. package/dist/dashboards/dashboard.contract.d.ts +16 -16
  87. package/dist/document-intake/document-intake.automation.spec.d.ts +2 -0
  88. package/dist/document-intake/document-intake.automation.spec.d.ts.map +1 -0
  89. package/dist/document-intake/document-intake.automation.spec.js +469 -0
  90. package/dist/document-intake/document-intake.card-side.spec.d.ts +2 -0
  91. package/dist/document-intake/document-intake.card-side.spec.d.ts.map +1 -0
  92. package/dist/document-intake/document-intake.card-side.spec.js +51 -0
  93. package/dist/document-intake/document-intake.contract.d.ts +9421 -1071
  94. package/dist/document-intake/document-intake.contract.d.ts.map +1 -1
  95. package/dist/document-intake/document-intake.contract.js +219 -5
  96. package/dist/document-intake/document-intake.contract.spec.d.ts +2 -0
  97. package/dist/document-intake/document-intake.contract.spec.d.ts.map +1 -0
  98. package/dist/document-intake/document-intake.contract.spec.js +37 -0
  99. package/dist/document-intake/document-intake.nino.spec.d.ts +2 -0
  100. package/dist/document-intake/document-intake.nino.spec.d.ts.map +1 -0
  101. package/dist/document-intake/document-intake.nino.spec.js +42 -0
  102. package/dist/export-jobs/export-jobs.contract.d.ts +670 -670
  103. package/dist/exports-events/exports-events.schemas.d.ts +4 -4
  104. package/dist/files/files.contract.d.ts +36 -36
  105. package/dist/index.d.ts +21 -9
  106. package/dist/index.d.ts.map +1 -1
  107. package/dist/index.js +21 -9
  108. package/dist/job-clusters/job-clusters.contract.d.ts +52 -52
  109. package/dist/jobs/jobs.contract.d.ts +8714 -8456
  110. package/dist/jobs/jobs.contract.d.ts.map +1 -1
  111. package/dist/kpi-impersonation/kpi-impersonation.contract.d.ts +102 -102
  112. package/dist/lead-assignments/lead-assignments.contract.d.ts +1290 -1219
  113. package/dist/lead-assignments/lead-assignments.contract.d.ts.map +1 -1
  114. package/dist/lead-distribution/agent-lead-distribution.contract.d.ts +330 -306
  115. package/dist/lead-distribution/agent-lead-distribution.contract.d.ts.map +1 -1
  116. package/dist/lead-distribution/lead-distribution-config.contract.d.ts +10 -10
  117. package/dist/leads/leads.contract.d.ts +245 -245
  118. package/dist/locations/locations.contract.d.ts +46 -46
  119. package/dist/notifications/notifications.contract.d.ts +85 -85
  120. package/dist/offices/offices.contract.d.ts +24 -24
  121. package/dist/outreach/__tests__/outreach-claim.test.js +33 -0
  122. package/dist/outreach/__tests__/outreach-contract-additions.spec.js +27 -0
  123. package/dist/outreach/__tests__/outreach-routes.test.js +8 -0
  124. package/dist/outreach/lab-outreach.contract.d.ts +48 -48
  125. package/dist/outreach/outreach-requests.contract.d.ts +272 -272
  126. package/dist/outreach/outreach-requests.schemas.d.ts +14 -14
  127. package/dist/outreach/outreach.contract.d.ts +583 -162
  128. package/dist/outreach/outreach.contract.d.ts.map +1 -1
  129. package/dist/outreach/outreach.contract.js +50 -1
  130. package/dist/outreach/outreach.schemas.d.ts +2 -2
  131. package/dist/outreach/relay-hub-outreach.contract.d.ts +1334 -0
  132. package/dist/outreach/relay-hub-outreach.contract.d.ts.map +1 -0
  133. package/dist/outreach/relay-hub-outreach.contract.js +113 -0
  134. package/dist/outreach/relay-hub-outreach.contract.spec.d.ts +2 -0
  135. package/dist/outreach/relay-hub-outreach.contract.spec.d.ts.map +1 -0
  136. package/dist/outreach/relay-hub-outreach.contract.spec.js +145 -0
  137. package/dist/outreach/relay-hub-outreach.schemas.d.ts +94 -0
  138. package/dist/outreach/relay-hub-outreach.schemas.d.ts.map +1 -0
  139. package/dist/outreach/relay-hub-outreach.schemas.js +15 -0
  140. package/dist/own-research/check-phone-response.spec.d.ts +2 -0
  141. package/dist/own-research/check-phone-response.spec.d.ts.map +1 -0
  142. package/dist/own-research/check-phone-response.spec.js +54 -0
  143. package/dist/own-research/own-research.contract.d.ts +1152 -1067
  144. package/dist/own-research/own-research.contract.d.ts.map +1 -1
  145. package/dist/own-research/own-research.contract.js +6 -1
  146. package/dist/proofs/proofs.contract.d.ts +196 -196
  147. package/dist/proofs/proofs.dtos.d.ts +104 -104
  148. package/dist/qualifications/qualifications.contract.d.ts +22 -22
  149. package/dist/realtime/realtime-telemetry.contract.d.ts +181 -0
  150. package/dist/realtime/realtime-telemetry.contract.d.ts.map +1 -0
  151. package/dist/realtime/realtime-telemetry.contract.js +81 -0
  152. package/dist/realtime/realtime-telemetry.contract.spec.d.ts +2 -0
  153. package/dist/realtime/realtime-telemetry.contract.spec.d.ts.map +1 -0
  154. package/dist/realtime/realtime-telemetry.contract.spec.js +41 -0
  155. package/dist/relay-pods/build-relay-pod-membership-rules.d.ts +9 -0
  156. package/dist/relay-pods/build-relay-pod-membership-rules.d.ts.map +1 -0
  157. package/dist/relay-pods/build-relay-pod-membership-rules.js +17 -0
  158. package/dist/relay-pods/build-relay-pod-membership-rules.spec.d.ts +2 -0
  159. package/dist/relay-pods/build-relay-pod-membership-rules.spec.d.ts.map +1 -0
  160. package/dist/relay-pods/build-relay-pod-membership-rules.spec.js +20 -0
  161. package/dist/relay-pods/relay-hub.contract.d.ts +1463 -0
  162. package/dist/relay-pods/relay-hub.contract.d.ts.map +1 -0
  163. package/dist/relay-pods/relay-hub.contract.js +140 -0
  164. package/dist/relay-pods/relay-hub.contract.spec.d.ts +2 -0
  165. package/dist/relay-pods/relay-hub.contract.spec.d.ts.map +1 -0
  166. package/dist/relay-pods/relay-hub.contract.spec.js +180 -0
  167. package/dist/relay-pods/relay-hub.schemas.d.ts +577 -0
  168. package/dist/relay-pods/relay-hub.schemas.d.ts.map +1 -0
  169. package/dist/relay-pods/relay-hub.schemas.js +158 -0
  170. package/dist/relay-pods/relay-lab-fleet.contract.d.ts +81 -81
  171. package/dist/relay-pods/relay-lab-fleet.schemas.d.ts +53 -53
  172. package/dist/{curated-worker-leads/lead-agent-area.contract.d.ts → relay-pods/relay-pod-members.contract.d.ts} +233 -126
  173. package/dist/relay-pods/relay-pod-members.contract.d.ts.map +1 -0
  174. package/dist/relay-pods/relay-pod-members.contract.js +73 -0
  175. package/dist/relay-pods/relay-pod-sessions.contract.d.ts +58 -58
  176. package/dist/relay-pods/relay-pods.contract.d.ts +169 -169
  177. package/dist/relay-pods/relay-pods.schemas.d.ts +46 -46
  178. package/dist/shared/summary-schemas.d.ts +10 -10
  179. package/dist/sheets-sync/__tests__/sheets-sync-events.schemas.test.js +22 -2
  180. package/dist/sheets-sync/sheets-sync-events.schemas.d.ts +30 -0
  181. package/dist/sheets-sync/sheets-sync-events.schemas.d.ts.map +1 -1
  182. package/dist/sheets-sync/sheets-sync-events.schemas.js +16 -1
  183. package/dist/sheets-sync/sheets-sync.contract.d.ts +829 -262
  184. package/dist/sheets-sync/sheets-sync.contract.d.ts.map +1 -1
  185. package/dist/sheets-sync/sheets-sync.contract.js +156 -34
  186. package/dist/telegram/telegram.contract.d.ts +12 -12
  187. package/dist/trades/trades.contract.d.ts +16 -16
  188. package/dist/user-access-grants/user-access-grants.contract.d.ts +383 -383
  189. package/dist/users/__tests__/assignable-roles.spec.js +1 -1
  190. package/dist/users/users.contract.d.ts +462 -431
  191. package/dist/users/users.contract.d.ts.map +1 -1
  192. package/dist/users/users.contract.js +19 -8
  193. package/dist/users/users.contract.spec.js +54 -0
  194. package/dist/voice-screener/voice-screener.contract.d.ts +237 -0
  195. package/dist/voice-screener/voice-screener.contract.d.ts.map +1 -0
  196. package/dist/voice-screener/voice-screener.contract.js +89 -0
  197. package/dist/worker-identity-cases/worker-identity-cases.contract.d.ts +500 -260
  198. package/dist/worker-identity-cases/worker-identity-cases.contract.d.ts.map +1 -1
  199. package/dist/worker-identity-cases/worker-identity-cases.contract.js +17 -1
  200. package/dist/worker-merge-proposals/worker-merge-proposals.contract.d.ts +130 -130
  201. package/dist/worker-source-identity-conflicts/worker-source-identity-conflicts.contract.d.ts +151 -151
  202. package/dist/worker-source-identity-conflicts/worker-source-identity-conflicts.schemas.d.ts +15 -15
  203. package/dist/workers/do-not-contact.contract.d.ts +4 -4
  204. package/dist/workers/qualification-back-proof.spec.d.ts +2 -0
  205. package/dist/workers/qualification-back-proof.spec.d.ts.map +1 -0
  206. package/dist/workers/qualification-back-proof.spec.js +39 -0
  207. package/dist/workers/workers.contract.d.ts +3416 -3178
  208. package/dist/workers/workers.contract.d.ts.map +1 -1
  209. package/dist/workers/workers.contract.js +17 -0
  210. package/package.json +1 -1
  211. package/dist/curated-worker-leads/consent-queue.contract.d.ts +0 -4527
  212. package/dist/curated-worker-leads/consent-queue.contract.d.ts.map +0 -1
  213. package/dist/curated-worker-leads/consent-queue.contract.js +0 -201
  214. package/dist/curated-worker-leads/curated-worker-leads.contract.d.ts +0 -135
  215. package/dist/curated-worker-leads/curated-worker-leads.contract.d.ts.map +0 -1
  216. package/dist/curated-worker-leads/curated-worker-leads.contract.js +0 -32
  217. package/dist/curated-worker-leads/lead-agent-area.contract.d.ts.map +0 -1
  218. package/dist/curated-worker-leads/lead-agent-area.contract.js +0 -51
@@ -27,8 +27,8 @@ export declare const ListProofsResponseSchema: z.ZodObject<{
27
27
  deletedAt: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate, z.ZodNull]>, string | null, string | Date | null>>>;
28
28
  }, "strip", z.ZodTypeAny, {
29
29
  id: string;
30
- firstName: string;
31
30
  lastName: string;
31
+ firstName: string;
32
32
  phoneNumbers: {
33
33
  id: string;
34
34
  phoneNumber: string;
@@ -38,8 +38,8 @@ export declare const ListProofsResponseSchema: z.ZodObject<{
38
38
  deletedAt?: string | null | undefined;
39
39
  }, {
40
40
  id: string;
41
- firstName: string;
42
41
  lastName: string;
42
+ firstName: string;
43
43
  phoneNumbers?: {
44
44
  id: string;
45
45
  phoneNumber: string;
@@ -74,8 +74,8 @@ export declare const ListProofsResponseSchema: z.ZodObject<{
74
74
  deletedAt: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate, z.ZodNull]>, string | null, string | Date | null>>>;
75
75
  }, "strip", z.ZodTypeAny, {
76
76
  id: string;
77
- firstName: string;
78
77
  lastName: string;
78
+ firstName: string;
79
79
  phoneNumbers: {
80
80
  id: string;
81
81
  phoneNumber: string;
@@ -85,8 +85,8 @@ export declare const ListProofsResponseSchema: z.ZodObject<{
85
85
  deletedAt?: string | null | undefined;
86
86
  }, {
87
87
  id: string;
88
- firstName: string;
89
88
  lastName: string;
89
+ firstName: string;
90
90
  phoneNumbers?: {
91
91
  id: string;
92
92
  phoneNumber: string;
@@ -115,12 +115,12 @@ export declare const ListProofsResponseSchema: z.ZodObject<{
115
115
  fileName: z.ZodOptional<z.ZodString>;
116
116
  }, "strip", z.ZodTypeAny, {
117
117
  id: string;
118
- createdAt: string;
119
118
  updatedAt: string;
120
- fileId: string;
119
+ createdAt: string;
121
120
  position: number;
122
121
  comment: string | null;
123
122
  verified: boolean;
123
+ fileId: string;
124
124
  sectionId: string;
125
125
  verifiedAt: string | null;
126
126
  verifiedById: string | null;
@@ -128,12 +128,12 @@ export declare const ListProofsResponseSchema: z.ZodObject<{
128
128
  fileUrl?: string | undefined;
129
129
  }, {
130
130
  id: string;
131
- createdAt: string;
132
131
  updatedAt: string;
133
- fileId: string;
132
+ createdAt: string;
134
133
  position: number;
135
134
  comment: string | null;
136
135
  verified: boolean;
136
+ fileId: string;
137
137
  sectionId: string;
138
138
  verifiedAt: string | null;
139
139
  verifiedById: string | null;
@@ -145,18 +145,18 @@ export declare const ListProofsResponseSchema: z.ZodObject<{
145
145
  createdAt: z.ZodString;
146
146
  updatedAt: z.ZodString;
147
147
  }, "strip", z.ZodTypeAny, {
148
- type: "WHATSAPP" | "OTHER" | "DISTANCE" | "FACEBOOK" | "TELEGRAM" | "VIBER" | "CONFIRMATION" | "MORNING_STATUS";
149
148
  id: string;
150
- createdAt: string;
151
149
  updatedAt: string;
150
+ createdAt: string;
151
+ type: "WHATSAPP" | "DISTANCE" | "OTHER" | "FACEBOOK" | "TELEGRAM" | "VIBER" | "CONFIRMATION" | "MORNING_STATUS";
152
152
  photos: {
153
153
  id: string;
154
- createdAt: string;
155
154
  updatedAt: string;
156
- fileId: string;
155
+ createdAt: string;
157
156
  position: number;
158
157
  comment: string | null;
159
158
  verified: boolean;
159
+ fileId: string;
160
160
  sectionId: string;
161
161
  verifiedAt: string | null;
162
162
  verifiedById: string | null;
@@ -166,18 +166,18 @@ export declare const ListProofsResponseSchema: z.ZodObject<{
166
166
  photoCount: number;
167
167
  verifiedCount: number;
168
168
  }, {
169
- type: "WHATSAPP" | "OTHER" | "DISTANCE" | "FACEBOOK" | "TELEGRAM" | "VIBER" | "CONFIRMATION" | "MORNING_STATUS";
170
169
  id: string;
171
- createdAt: string;
172
170
  updatedAt: string;
171
+ createdAt: string;
172
+ type: "WHATSAPP" | "DISTANCE" | "OTHER" | "FACEBOOK" | "TELEGRAM" | "VIBER" | "CONFIRMATION" | "MORNING_STATUS";
173
173
  photos: {
174
174
  id: string;
175
- createdAt: string;
176
175
  updatedAt: string;
177
- fileId: string;
176
+ createdAt: string;
178
177
  position: number;
179
178
  comment: string | null;
180
179
  verified: boolean;
180
+ fileId: string;
181
181
  sectionId: string;
182
182
  verifiedAt: string | null;
183
183
  verifiedById: string | null;
@@ -207,15 +207,15 @@ export declare const ListProofsResponseSchema: z.ZodObject<{
207
207
  totalPhotos: z.ZodNumber;
208
208
  }, "strip", z.ZodTypeAny, {
209
209
  id: string;
210
- description: string | null;
211
- createdAt: string;
212
210
  updatedAt: string;
211
+ createdAt: string;
212
+ description: string | null;
213
213
  createdById: string;
214
214
  forUserId: string;
215
215
  createdBy: {
216
216
  id: string;
217
- firstName: string;
218
217
  lastName: string;
218
+ firstName: string;
219
219
  phoneNumbers: {
220
220
  id: string;
221
221
  phoneNumber: string;
@@ -227,18 +227,18 @@ export declare const ListProofsResponseSchema: z.ZodObject<{
227
227
  category: "POST" | "BOOKING";
228
228
  proofDate: string;
229
229
  sections: {
230
- type: "WHATSAPP" | "OTHER" | "DISTANCE" | "FACEBOOK" | "TELEGRAM" | "VIBER" | "CONFIRMATION" | "MORNING_STATUS";
231
230
  id: string;
232
- createdAt: string;
233
231
  updatedAt: string;
232
+ createdAt: string;
233
+ type: "WHATSAPP" | "DISTANCE" | "OTHER" | "FACEBOOK" | "TELEGRAM" | "VIBER" | "CONFIRMATION" | "MORNING_STATUS";
234
234
  photos: {
235
235
  id: string;
236
- createdAt: string;
237
236
  updatedAt: string;
238
- fileId: string;
237
+ createdAt: string;
239
238
  position: number;
240
239
  comment: string | null;
241
240
  verified: boolean;
241
+ fileId: string;
242
242
  sectionId: string;
243
243
  verifiedAt: string | null;
244
244
  verifiedById: string | null;
@@ -251,8 +251,8 @@ export declare const ListProofsResponseSchema: z.ZodObject<{
251
251
  verifiedCount: number;
252
252
  forUser: {
253
253
  id: string;
254
- firstName: string;
255
254
  lastName: string;
255
+ firstName: string;
256
256
  phoneNumbers: {
257
257
  id: string;
258
258
  phoneNumber: string;
@@ -270,15 +270,15 @@ export declare const ListProofsResponseSchema: z.ZodObject<{
270
270
  totalPhotos: number;
271
271
  }, {
272
272
  id: string;
273
- description: string | null;
274
- createdAt: string;
275
273
  updatedAt: string;
274
+ createdAt: string;
275
+ description: string | null;
276
276
  createdById: string;
277
277
  forUserId: string;
278
278
  createdBy: {
279
279
  id: string;
280
- firstName: string;
281
280
  lastName: string;
281
+ firstName: string;
282
282
  phoneNumbers?: {
283
283
  id: string;
284
284
  phoneNumber: string;
@@ -290,18 +290,18 @@ export declare const ListProofsResponseSchema: z.ZodObject<{
290
290
  category: "POST" | "BOOKING";
291
291
  proofDate: string;
292
292
  sections: {
293
- type: "WHATSAPP" | "OTHER" | "DISTANCE" | "FACEBOOK" | "TELEGRAM" | "VIBER" | "CONFIRMATION" | "MORNING_STATUS";
294
293
  id: string;
295
- createdAt: string;
296
294
  updatedAt: string;
295
+ createdAt: string;
296
+ type: "WHATSAPP" | "DISTANCE" | "OTHER" | "FACEBOOK" | "TELEGRAM" | "VIBER" | "CONFIRMATION" | "MORNING_STATUS";
297
297
  photos: {
298
298
  id: string;
299
- createdAt: string;
300
299
  updatedAt: string;
301
- fileId: string;
300
+ createdAt: string;
302
301
  position: number;
303
302
  comment: string | null;
304
303
  verified: boolean;
304
+ fileId: string;
305
305
  sectionId: string;
306
306
  verifiedAt: string | null;
307
307
  verifiedById: string | null;
@@ -314,8 +314,8 @@ export declare const ListProofsResponseSchema: z.ZodObject<{
314
314
  verifiedCount: number;
315
315
  forUser: {
316
316
  id: string;
317
- firstName: string;
318
317
  lastName: string;
318
+ firstName: string;
319
319
  phoneNumbers?: {
320
320
  id: string;
321
321
  phoneNumber: string;
@@ -341,15 +341,15 @@ export declare const ListProofsResponseSchema: z.ZodObject<{
341
341
  limit: number;
342
342
  items: {
343
343
  id: string;
344
- description: string | null;
345
- createdAt: string;
346
344
  updatedAt: string;
345
+ createdAt: string;
346
+ description: string | null;
347
347
  createdById: string;
348
348
  forUserId: string;
349
349
  createdBy: {
350
350
  id: string;
351
- firstName: string;
352
351
  lastName: string;
352
+ firstName: string;
353
353
  phoneNumbers: {
354
354
  id: string;
355
355
  phoneNumber: string;
@@ -361,18 +361,18 @@ export declare const ListProofsResponseSchema: z.ZodObject<{
361
361
  category: "POST" | "BOOKING";
362
362
  proofDate: string;
363
363
  sections: {
364
- type: "WHATSAPP" | "OTHER" | "DISTANCE" | "FACEBOOK" | "TELEGRAM" | "VIBER" | "CONFIRMATION" | "MORNING_STATUS";
365
364
  id: string;
366
- createdAt: string;
367
365
  updatedAt: string;
366
+ createdAt: string;
367
+ type: "WHATSAPP" | "DISTANCE" | "OTHER" | "FACEBOOK" | "TELEGRAM" | "VIBER" | "CONFIRMATION" | "MORNING_STATUS";
368
368
  photos: {
369
369
  id: string;
370
- createdAt: string;
371
370
  updatedAt: string;
372
- fileId: string;
371
+ createdAt: string;
373
372
  position: number;
374
373
  comment: string | null;
375
374
  verified: boolean;
375
+ fileId: string;
376
376
  sectionId: string;
377
377
  verifiedAt: string | null;
378
378
  verifiedById: string | null;
@@ -385,8 +385,8 @@ export declare const ListProofsResponseSchema: z.ZodObject<{
385
385
  verifiedCount: number;
386
386
  forUser: {
387
387
  id: string;
388
- firstName: string;
389
388
  lastName: string;
389
+ firstName: string;
390
390
  phoneNumbers: {
391
391
  id: string;
392
392
  phoneNumber: string;
@@ -411,15 +411,15 @@ export declare const ListProofsResponseSchema: z.ZodObject<{
411
411
  limit: number;
412
412
  items: {
413
413
  id: string;
414
- description: string | null;
415
- createdAt: string;
416
414
  updatedAt: string;
415
+ createdAt: string;
416
+ description: string | null;
417
417
  createdById: string;
418
418
  forUserId: string;
419
419
  createdBy: {
420
420
  id: string;
421
- firstName: string;
422
421
  lastName: string;
422
+ firstName: string;
423
423
  phoneNumbers?: {
424
424
  id: string;
425
425
  phoneNumber: string;
@@ -431,18 +431,18 @@ export declare const ListProofsResponseSchema: z.ZodObject<{
431
431
  category: "POST" | "BOOKING";
432
432
  proofDate: string;
433
433
  sections: {
434
- type: "WHATSAPP" | "OTHER" | "DISTANCE" | "FACEBOOK" | "TELEGRAM" | "VIBER" | "CONFIRMATION" | "MORNING_STATUS";
435
434
  id: string;
436
- createdAt: string;
437
435
  updatedAt: string;
436
+ createdAt: string;
437
+ type: "WHATSAPP" | "DISTANCE" | "OTHER" | "FACEBOOK" | "TELEGRAM" | "VIBER" | "CONFIRMATION" | "MORNING_STATUS";
438
438
  photos: {
439
439
  id: string;
440
- createdAt: string;
441
440
  updatedAt: string;
442
- fileId: string;
441
+ createdAt: string;
443
442
  position: number;
444
443
  comment: string | null;
445
444
  verified: boolean;
445
+ fileId: string;
446
446
  sectionId: string;
447
447
  verifiedAt: string | null;
448
448
  verifiedById: string | null;
@@ -455,8 +455,8 @@ export declare const ListProofsResponseSchema: z.ZodObject<{
455
455
  verifiedCount: number;
456
456
  forUser: {
457
457
  id: string;
458
- firstName: string;
459
458
  lastName: string;
459
+ firstName: string;
460
460
  phoneNumbers?: {
461
461
  id: string;
462
462
  phoneNumber: string;
@@ -511,13 +511,12 @@ export declare const proofsContract: {
511
511
  order: "ASC" | "DESC";
512
512
  }>, "many">>>;
513
513
  }, "strip", z.ZodTypeAny, {
514
- limit: number;
515
514
  page: number;
515
+ limit: number;
516
516
  sort?: {
517
517
  field: "createdAt";
518
518
  order: "ASC" | "DESC";
519
519
  }[] | null | undefined;
520
- type?: "WHATSAPP" | "OTHER" | "DISTANCE" | "FACEBOOK" | "TELEGRAM" | "VIBER" | "CONFIRMATION" | "MORNING_STATUS" | undefined;
521
520
  createdAt?: {
522
521
  from?: string | null | undefined;
523
522
  to?: string | null | undefined;
@@ -525,6 +524,7 @@ export declare const proofsContract: {
525
524
  createdById?: string | undefined;
526
525
  forUserId?: string | undefined;
527
526
  category?: "POST" | "BOOKING" | undefined;
527
+ type?: "WHATSAPP" | "DISTANCE" | "OTHER" | "FACEBOOK" | "TELEGRAM" | "VIBER" | "CONFIRMATION" | "MORNING_STATUS" | undefined;
528
528
  verified?: "all" | "none" | "partial" | undefined;
529
529
  linkedBookingId?: string | undefined;
530
530
  }, {
@@ -532,9 +532,8 @@ export declare const proofsContract: {
532
532
  field: "createdAt";
533
533
  order: "ASC" | "DESC";
534
534
  }[] | null | undefined;
535
- type?: "WHATSAPP" | "OTHER" | "DISTANCE" | "FACEBOOK" | "TELEGRAM" | "VIBER" | "CONFIRMATION" | "MORNING_STATUS" | undefined;
536
- limit?: number | undefined;
537
535
  page?: number | undefined;
536
+ limit?: number | undefined;
538
537
  createdAt?: {
539
538
  from?: string | null | undefined;
540
539
  to?: string | null | undefined;
@@ -542,6 +541,7 @@ export declare const proofsContract: {
542
541
  createdById?: string | undefined;
543
542
  forUserId?: string | undefined;
544
543
  category?: "POST" | "BOOKING" | undefined;
544
+ type?: "WHATSAPP" | "DISTANCE" | "OTHER" | "FACEBOOK" | "TELEGRAM" | "VIBER" | "CONFIRMATION" | "MORNING_STATUS" | undefined;
545
545
  verified?: "all" | "none" | "partial" | undefined;
546
546
  linkedBookingId?: string | undefined;
547
547
  }>;
@@ -655,8 +655,8 @@ export declare const proofsContract: {
655
655
  deletedAt: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate, z.ZodNull]>, string | null, string | Date | null>>>;
656
656
  }, "strip", z.ZodTypeAny, {
657
657
  id: string;
658
- firstName: string;
659
658
  lastName: string;
659
+ firstName: string;
660
660
  phoneNumbers: {
661
661
  id: string;
662
662
  phoneNumber: string;
@@ -666,8 +666,8 @@ export declare const proofsContract: {
666
666
  deletedAt?: string | null | undefined;
667
667
  }, {
668
668
  id: string;
669
- firstName: string;
670
669
  lastName: string;
670
+ firstName: string;
671
671
  phoneNumbers?: {
672
672
  id: string;
673
673
  phoneNumber: string;
@@ -702,8 +702,8 @@ export declare const proofsContract: {
702
702
  deletedAt: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate, z.ZodNull]>, string | null, string | Date | null>>>;
703
703
  }, "strip", z.ZodTypeAny, {
704
704
  id: string;
705
- firstName: string;
706
705
  lastName: string;
706
+ firstName: string;
707
707
  phoneNumbers: {
708
708
  id: string;
709
709
  phoneNumber: string;
@@ -713,8 +713,8 @@ export declare const proofsContract: {
713
713
  deletedAt?: string | null | undefined;
714
714
  }, {
715
715
  id: string;
716
- firstName: string;
717
716
  lastName: string;
717
+ firstName: string;
718
718
  phoneNumbers?: {
719
719
  id: string;
720
720
  phoneNumber: string;
@@ -743,12 +743,12 @@ export declare const proofsContract: {
743
743
  fileName: z.ZodOptional<z.ZodString>;
744
744
  }, "strip", z.ZodTypeAny, {
745
745
  id: string;
746
- createdAt: string;
747
746
  updatedAt: string;
748
- fileId: string;
747
+ createdAt: string;
749
748
  position: number;
750
749
  comment: string | null;
751
750
  verified: boolean;
751
+ fileId: string;
752
752
  sectionId: string;
753
753
  verifiedAt: string | null;
754
754
  verifiedById: string | null;
@@ -756,12 +756,12 @@ export declare const proofsContract: {
756
756
  fileUrl?: string | undefined;
757
757
  }, {
758
758
  id: string;
759
- createdAt: string;
760
759
  updatedAt: string;
761
- fileId: string;
760
+ createdAt: string;
762
761
  position: number;
763
762
  comment: string | null;
764
763
  verified: boolean;
764
+ fileId: string;
765
765
  sectionId: string;
766
766
  verifiedAt: string | null;
767
767
  verifiedById: string | null;
@@ -773,18 +773,18 @@ export declare const proofsContract: {
773
773
  createdAt: z.ZodString;
774
774
  updatedAt: z.ZodString;
775
775
  }, "strip", z.ZodTypeAny, {
776
- type: "WHATSAPP" | "OTHER" | "DISTANCE" | "FACEBOOK" | "TELEGRAM" | "VIBER" | "CONFIRMATION" | "MORNING_STATUS";
777
776
  id: string;
778
- createdAt: string;
779
777
  updatedAt: string;
778
+ createdAt: string;
779
+ type: "WHATSAPP" | "DISTANCE" | "OTHER" | "FACEBOOK" | "TELEGRAM" | "VIBER" | "CONFIRMATION" | "MORNING_STATUS";
780
780
  photos: {
781
781
  id: string;
782
- createdAt: string;
783
782
  updatedAt: string;
784
- fileId: string;
783
+ createdAt: string;
785
784
  position: number;
786
785
  comment: string | null;
787
786
  verified: boolean;
787
+ fileId: string;
788
788
  sectionId: string;
789
789
  verifiedAt: string | null;
790
790
  verifiedById: string | null;
@@ -794,18 +794,18 @@ export declare const proofsContract: {
794
794
  photoCount: number;
795
795
  verifiedCount: number;
796
796
  }, {
797
- type: "WHATSAPP" | "OTHER" | "DISTANCE" | "FACEBOOK" | "TELEGRAM" | "VIBER" | "CONFIRMATION" | "MORNING_STATUS";
798
797
  id: string;
799
- createdAt: string;
800
798
  updatedAt: string;
799
+ createdAt: string;
800
+ type: "WHATSAPP" | "DISTANCE" | "OTHER" | "FACEBOOK" | "TELEGRAM" | "VIBER" | "CONFIRMATION" | "MORNING_STATUS";
801
801
  photos: {
802
802
  id: string;
803
- createdAt: string;
804
803
  updatedAt: string;
805
- fileId: string;
804
+ createdAt: string;
806
805
  position: number;
807
806
  comment: string | null;
808
807
  verified: boolean;
808
+ fileId: string;
809
809
  sectionId: string;
810
810
  verifiedAt: string | null;
811
811
  verifiedById: string | null;
@@ -835,15 +835,15 @@ export declare const proofsContract: {
835
835
  totalPhotos: z.ZodNumber;
836
836
  }, "strip", z.ZodTypeAny, {
837
837
  id: string;
838
- description: string | null;
839
- createdAt: string;
840
838
  updatedAt: string;
839
+ createdAt: string;
840
+ description: string | null;
841
841
  createdById: string;
842
842
  forUserId: string;
843
843
  createdBy: {
844
844
  id: string;
845
- firstName: string;
846
845
  lastName: string;
846
+ firstName: string;
847
847
  phoneNumbers: {
848
848
  id: string;
849
849
  phoneNumber: string;
@@ -855,18 +855,18 @@ export declare const proofsContract: {
855
855
  category: "POST" | "BOOKING";
856
856
  proofDate: string;
857
857
  sections: {
858
- type: "WHATSAPP" | "OTHER" | "DISTANCE" | "FACEBOOK" | "TELEGRAM" | "VIBER" | "CONFIRMATION" | "MORNING_STATUS";
859
858
  id: string;
860
- createdAt: string;
861
859
  updatedAt: string;
860
+ createdAt: string;
861
+ type: "WHATSAPP" | "DISTANCE" | "OTHER" | "FACEBOOK" | "TELEGRAM" | "VIBER" | "CONFIRMATION" | "MORNING_STATUS";
862
862
  photos: {
863
863
  id: string;
864
- createdAt: string;
865
864
  updatedAt: string;
866
- fileId: string;
865
+ createdAt: string;
867
866
  position: number;
868
867
  comment: string | null;
869
868
  verified: boolean;
869
+ fileId: string;
870
870
  sectionId: string;
871
871
  verifiedAt: string | null;
872
872
  verifiedById: string | null;
@@ -879,8 +879,8 @@ export declare const proofsContract: {
879
879
  verifiedCount: number;
880
880
  forUser: {
881
881
  id: string;
882
- firstName: string;
883
882
  lastName: string;
883
+ firstName: string;
884
884
  phoneNumbers: {
885
885
  id: string;
886
886
  phoneNumber: string;
@@ -898,15 +898,15 @@ export declare const proofsContract: {
898
898
  totalPhotos: number;
899
899
  }, {
900
900
  id: string;
901
- description: string | null;
902
- createdAt: string;
903
901
  updatedAt: string;
902
+ createdAt: string;
903
+ description: string | null;
904
904
  createdById: string;
905
905
  forUserId: string;
906
906
  createdBy: {
907
907
  id: string;
908
- firstName: string;
909
908
  lastName: string;
909
+ firstName: string;
910
910
  phoneNumbers?: {
911
911
  id: string;
912
912
  phoneNumber: string;
@@ -918,18 +918,18 @@ export declare const proofsContract: {
918
918
  category: "POST" | "BOOKING";
919
919
  proofDate: string;
920
920
  sections: {
921
- type: "WHATSAPP" | "OTHER" | "DISTANCE" | "FACEBOOK" | "TELEGRAM" | "VIBER" | "CONFIRMATION" | "MORNING_STATUS";
922
921
  id: string;
923
- createdAt: string;
924
922
  updatedAt: string;
923
+ createdAt: string;
924
+ type: "WHATSAPP" | "DISTANCE" | "OTHER" | "FACEBOOK" | "TELEGRAM" | "VIBER" | "CONFIRMATION" | "MORNING_STATUS";
925
925
  photos: {
926
926
  id: string;
927
- createdAt: string;
928
927
  updatedAt: string;
929
- fileId: string;
928
+ createdAt: string;
930
929
  position: number;
931
930
  comment: string | null;
932
931
  verified: boolean;
932
+ fileId: string;
933
933
  sectionId: string;
934
934
  verifiedAt: string | null;
935
935
  verifiedById: string | null;
@@ -942,8 +942,8 @@ export declare const proofsContract: {
942
942
  verifiedCount: number;
943
943
  forUser: {
944
944
  id: string;
945
- firstName: string;
946
945
  lastName: string;
946
+ firstName: string;
947
947
  phoneNumbers?: {
948
948
  id: string;
949
949
  phoneNumber: string;
@@ -969,15 +969,15 @@ export declare const proofsContract: {
969
969
  limit: number;
970
970
  items: {
971
971
  id: string;
972
- description: string | null;
973
- createdAt: string;
974
972
  updatedAt: string;
973
+ createdAt: string;
974
+ description: string | null;
975
975
  createdById: string;
976
976
  forUserId: string;
977
977
  createdBy: {
978
978
  id: string;
979
- firstName: string;
980
979
  lastName: string;
980
+ firstName: string;
981
981
  phoneNumbers: {
982
982
  id: string;
983
983
  phoneNumber: string;
@@ -989,18 +989,18 @@ export declare const proofsContract: {
989
989
  category: "POST" | "BOOKING";
990
990
  proofDate: string;
991
991
  sections: {
992
- type: "WHATSAPP" | "OTHER" | "DISTANCE" | "FACEBOOK" | "TELEGRAM" | "VIBER" | "CONFIRMATION" | "MORNING_STATUS";
993
992
  id: string;
994
- createdAt: string;
995
993
  updatedAt: string;
994
+ createdAt: string;
995
+ type: "WHATSAPP" | "DISTANCE" | "OTHER" | "FACEBOOK" | "TELEGRAM" | "VIBER" | "CONFIRMATION" | "MORNING_STATUS";
996
996
  photos: {
997
997
  id: string;
998
- createdAt: string;
999
998
  updatedAt: string;
1000
- fileId: string;
999
+ createdAt: string;
1001
1000
  position: number;
1002
1001
  comment: string | null;
1003
1002
  verified: boolean;
1003
+ fileId: string;
1004
1004
  sectionId: string;
1005
1005
  verifiedAt: string | null;
1006
1006
  verifiedById: string | null;
@@ -1013,8 +1013,8 @@ export declare const proofsContract: {
1013
1013
  verifiedCount: number;
1014
1014
  forUser: {
1015
1015
  id: string;
1016
- firstName: string;
1017
1016
  lastName: string;
1017
+ firstName: string;
1018
1018
  phoneNumbers: {
1019
1019
  id: string;
1020
1020
  phoneNumber: string;
@@ -1039,15 +1039,15 @@ export declare const proofsContract: {
1039
1039
  limit: number;
1040
1040
  items: {
1041
1041
  id: string;
1042
- description: string | null;
1043
- createdAt: string;
1044
1042
  updatedAt: string;
1043
+ createdAt: string;
1044
+ description: string | null;
1045
1045
  createdById: string;
1046
1046
  forUserId: string;
1047
1047
  createdBy: {
1048
1048
  id: string;
1049
- firstName: string;
1050
1049
  lastName: string;
1050
+ firstName: string;
1051
1051
  phoneNumbers?: {
1052
1052
  id: string;
1053
1053
  phoneNumber: string;
@@ -1059,18 +1059,18 @@ export declare const proofsContract: {
1059
1059
  category: "POST" | "BOOKING";
1060
1060
  proofDate: string;
1061
1061
  sections: {
1062
- type: "WHATSAPP" | "OTHER" | "DISTANCE" | "FACEBOOK" | "TELEGRAM" | "VIBER" | "CONFIRMATION" | "MORNING_STATUS";
1063
1062
  id: string;
1064
- createdAt: string;
1065
1063
  updatedAt: string;
1064
+ createdAt: string;
1065
+ type: "WHATSAPP" | "DISTANCE" | "OTHER" | "FACEBOOK" | "TELEGRAM" | "VIBER" | "CONFIRMATION" | "MORNING_STATUS";
1066
1066
  photos: {
1067
1067
  id: string;
1068
- createdAt: string;
1069
1068
  updatedAt: string;
1070
- fileId: string;
1069
+ createdAt: string;
1071
1070
  position: number;
1072
1071
  comment: string | null;
1073
1072
  verified: boolean;
1073
+ fileId: string;
1074
1074
  sectionId: string;
1075
1075
  verifiedAt: string | null;
1076
1076
  verifiedById: string | null;
@@ -1083,8 +1083,8 @@ export declare const proofsContract: {
1083
1083
  verifiedCount: number;
1084
1084
  forUser: {
1085
1085
  id: string;
1086
- firstName: string;
1087
1086
  lastName: string;
1087
+ firstName: string;
1088
1088
  phoneNumbers?: {
1089
1089
  id: string;
1090
1090
  phoneNumber: string;
@@ -1250,8 +1250,8 @@ export declare const proofsContract: {
1250
1250
  deletedAt: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate, z.ZodNull]>, string | null, string | Date | null>>>;
1251
1251
  }, "strip", z.ZodTypeAny, {
1252
1252
  id: string;
1253
- firstName: string;
1254
1253
  lastName: string;
1254
+ firstName: string;
1255
1255
  phoneNumbers: {
1256
1256
  id: string;
1257
1257
  phoneNumber: string;
@@ -1261,8 +1261,8 @@ export declare const proofsContract: {
1261
1261
  deletedAt?: string | null | undefined;
1262
1262
  }, {
1263
1263
  id: string;
1264
- firstName: string;
1265
1264
  lastName: string;
1265
+ firstName: string;
1266
1266
  phoneNumbers?: {
1267
1267
  id: string;
1268
1268
  phoneNumber: string;
@@ -1297,8 +1297,8 @@ export declare const proofsContract: {
1297
1297
  deletedAt: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate, z.ZodNull]>, string | null, string | Date | null>>>;
1298
1298
  }, "strip", z.ZodTypeAny, {
1299
1299
  id: string;
1300
- firstName: string;
1301
1300
  lastName: string;
1301
+ firstName: string;
1302
1302
  phoneNumbers: {
1303
1303
  id: string;
1304
1304
  phoneNumber: string;
@@ -1308,8 +1308,8 @@ export declare const proofsContract: {
1308
1308
  deletedAt?: string | null | undefined;
1309
1309
  }, {
1310
1310
  id: string;
1311
- firstName: string;
1312
1311
  lastName: string;
1312
+ firstName: string;
1313
1313
  phoneNumbers?: {
1314
1314
  id: string;
1315
1315
  phoneNumber: string;
@@ -1338,12 +1338,12 @@ export declare const proofsContract: {
1338
1338
  fileName: z.ZodOptional<z.ZodString>;
1339
1339
  }, "strip", z.ZodTypeAny, {
1340
1340
  id: string;
1341
- createdAt: string;
1342
1341
  updatedAt: string;
1343
- fileId: string;
1342
+ createdAt: string;
1344
1343
  position: number;
1345
1344
  comment: string | null;
1346
1345
  verified: boolean;
1346
+ fileId: string;
1347
1347
  sectionId: string;
1348
1348
  verifiedAt: string | null;
1349
1349
  verifiedById: string | null;
@@ -1351,12 +1351,12 @@ export declare const proofsContract: {
1351
1351
  fileUrl?: string | undefined;
1352
1352
  }, {
1353
1353
  id: string;
1354
- createdAt: string;
1355
1354
  updatedAt: string;
1356
- fileId: string;
1355
+ createdAt: string;
1357
1356
  position: number;
1358
1357
  comment: string | null;
1359
1358
  verified: boolean;
1359
+ fileId: string;
1360
1360
  sectionId: string;
1361
1361
  verifiedAt: string | null;
1362
1362
  verifiedById: string | null;
@@ -1368,18 +1368,18 @@ export declare const proofsContract: {
1368
1368
  createdAt: z.ZodString;
1369
1369
  updatedAt: z.ZodString;
1370
1370
  }, "strip", z.ZodTypeAny, {
1371
- type: "WHATSAPP" | "OTHER" | "DISTANCE" | "FACEBOOK" | "TELEGRAM" | "VIBER" | "CONFIRMATION" | "MORNING_STATUS";
1372
1371
  id: string;
1373
- createdAt: string;
1374
1372
  updatedAt: string;
1373
+ createdAt: string;
1374
+ type: "WHATSAPP" | "DISTANCE" | "OTHER" | "FACEBOOK" | "TELEGRAM" | "VIBER" | "CONFIRMATION" | "MORNING_STATUS";
1375
1375
  photos: {
1376
1376
  id: string;
1377
- createdAt: string;
1378
1377
  updatedAt: string;
1379
- fileId: string;
1378
+ createdAt: string;
1380
1379
  position: number;
1381
1380
  comment: string | null;
1382
1381
  verified: boolean;
1382
+ fileId: string;
1383
1383
  sectionId: string;
1384
1384
  verifiedAt: string | null;
1385
1385
  verifiedById: string | null;
@@ -1389,18 +1389,18 @@ export declare const proofsContract: {
1389
1389
  photoCount: number;
1390
1390
  verifiedCount: number;
1391
1391
  }, {
1392
- type: "WHATSAPP" | "OTHER" | "DISTANCE" | "FACEBOOK" | "TELEGRAM" | "VIBER" | "CONFIRMATION" | "MORNING_STATUS";
1393
1392
  id: string;
1394
- createdAt: string;
1395
1393
  updatedAt: string;
1394
+ createdAt: string;
1395
+ type: "WHATSAPP" | "DISTANCE" | "OTHER" | "FACEBOOK" | "TELEGRAM" | "VIBER" | "CONFIRMATION" | "MORNING_STATUS";
1396
1396
  photos: {
1397
1397
  id: string;
1398
- createdAt: string;
1399
1398
  updatedAt: string;
1400
- fileId: string;
1399
+ createdAt: string;
1401
1400
  position: number;
1402
1401
  comment: string | null;
1403
1402
  verified: boolean;
1403
+ fileId: string;
1404
1404
  sectionId: string;
1405
1405
  verifiedAt: string | null;
1406
1406
  verifiedById: string | null;
@@ -1430,15 +1430,15 @@ export declare const proofsContract: {
1430
1430
  totalPhotos: z.ZodNumber;
1431
1431
  }, "strip", z.ZodTypeAny, {
1432
1432
  id: string;
1433
- description: string | null;
1434
- createdAt: string;
1435
1433
  updatedAt: string;
1434
+ createdAt: string;
1435
+ description: string | null;
1436
1436
  createdById: string;
1437
1437
  forUserId: string;
1438
1438
  createdBy: {
1439
1439
  id: string;
1440
- firstName: string;
1441
1440
  lastName: string;
1441
+ firstName: string;
1442
1442
  phoneNumbers: {
1443
1443
  id: string;
1444
1444
  phoneNumber: string;
@@ -1450,18 +1450,18 @@ export declare const proofsContract: {
1450
1450
  category: "POST" | "BOOKING";
1451
1451
  proofDate: string;
1452
1452
  sections: {
1453
- type: "WHATSAPP" | "OTHER" | "DISTANCE" | "FACEBOOK" | "TELEGRAM" | "VIBER" | "CONFIRMATION" | "MORNING_STATUS";
1454
1453
  id: string;
1455
- createdAt: string;
1456
1454
  updatedAt: string;
1455
+ createdAt: string;
1456
+ type: "WHATSAPP" | "DISTANCE" | "OTHER" | "FACEBOOK" | "TELEGRAM" | "VIBER" | "CONFIRMATION" | "MORNING_STATUS";
1457
1457
  photos: {
1458
1458
  id: string;
1459
- createdAt: string;
1460
1459
  updatedAt: string;
1461
- fileId: string;
1460
+ createdAt: string;
1462
1461
  position: number;
1463
1462
  comment: string | null;
1464
1463
  verified: boolean;
1464
+ fileId: string;
1465
1465
  sectionId: string;
1466
1466
  verifiedAt: string | null;
1467
1467
  verifiedById: string | null;
@@ -1474,8 +1474,8 @@ export declare const proofsContract: {
1474
1474
  verifiedCount: number;
1475
1475
  forUser: {
1476
1476
  id: string;
1477
- firstName: string;
1478
1477
  lastName: string;
1478
+ firstName: string;
1479
1479
  phoneNumbers: {
1480
1480
  id: string;
1481
1481
  phoneNumber: string;
@@ -1493,15 +1493,15 @@ export declare const proofsContract: {
1493
1493
  totalPhotos: number;
1494
1494
  }, {
1495
1495
  id: string;
1496
- description: string | null;
1497
- createdAt: string;
1498
1496
  updatedAt: string;
1497
+ createdAt: string;
1498
+ description: string | null;
1499
1499
  createdById: string;
1500
1500
  forUserId: string;
1501
1501
  createdBy: {
1502
1502
  id: string;
1503
- firstName: string;
1504
1503
  lastName: string;
1504
+ firstName: string;
1505
1505
  phoneNumbers?: {
1506
1506
  id: string;
1507
1507
  phoneNumber: string;
@@ -1513,18 +1513,18 @@ export declare const proofsContract: {
1513
1513
  category: "POST" | "BOOKING";
1514
1514
  proofDate: string;
1515
1515
  sections: {
1516
- type: "WHATSAPP" | "OTHER" | "DISTANCE" | "FACEBOOK" | "TELEGRAM" | "VIBER" | "CONFIRMATION" | "MORNING_STATUS";
1517
1516
  id: string;
1518
- createdAt: string;
1519
1517
  updatedAt: string;
1518
+ createdAt: string;
1519
+ type: "WHATSAPP" | "DISTANCE" | "OTHER" | "FACEBOOK" | "TELEGRAM" | "VIBER" | "CONFIRMATION" | "MORNING_STATUS";
1520
1520
  photos: {
1521
1521
  id: string;
1522
- createdAt: string;
1523
1522
  updatedAt: string;
1524
- fileId: string;
1523
+ createdAt: string;
1525
1524
  position: number;
1526
1525
  comment: string | null;
1527
1526
  verified: boolean;
1527
+ fileId: string;
1528
1528
  sectionId: string;
1529
1529
  verifiedAt: string | null;
1530
1530
  verifiedById: string | null;
@@ -1537,8 +1537,8 @@ export declare const proofsContract: {
1537
1537
  verifiedCount: number;
1538
1538
  forUser: {
1539
1539
  id: string;
1540
- firstName: string;
1541
1540
  lastName: string;
1541
+ firstName: string;
1542
1542
  phoneNumbers?: {
1543
1543
  id: string;
1544
1544
  phoneNumber: string;
@@ -1717,7 +1717,6 @@ export declare const proofsContract: {
1717
1717
  startDate: z.ZodNullable<z.ZodString>;
1718
1718
  createdAt: z.ZodString;
1719
1719
  }, "strip", z.ZodTypeAny, {
1720
- type: "BOOKING";
1721
1720
  id: string;
1722
1721
  createdAt: string;
1723
1722
  startDate: string | null;
@@ -1726,8 +1725,8 @@ export declare const proofsContract: {
1726
1725
  firstName: string;
1727
1726
  lastName?: string | null | undefined;
1728
1727
  };
1729
- }, {
1730
1728
  type: "BOOKING";
1729
+ }, {
1731
1730
  id: string;
1732
1731
  createdAt: string;
1733
1732
  startDate: string | null;
@@ -1736,6 +1735,7 @@ export declare const proofsContract: {
1736
1735
  firstName: string;
1737
1736
  lastName?: string | null | undefined;
1738
1737
  };
1738
+ type: "BOOKING";
1739
1739
  }>, z.ZodObject<{
1740
1740
  type: z.ZodLiteral<"JOB">;
1741
1741
  id: z.ZodString;
@@ -1764,8 +1764,8 @@ export declare const proofsContract: {
1764
1764
  deletedAt: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate, z.ZodNull]>, string | null, string | Date | null>>>;
1765
1765
  }, "strip", z.ZodTypeAny, {
1766
1766
  id: string;
1767
- firstName: string;
1768
1767
  lastName: string;
1768
+ firstName: string;
1769
1769
  phoneNumbers: {
1770
1770
  id: string;
1771
1771
  phoneNumber: string;
@@ -1775,8 +1775,8 @@ export declare const proofsContract: {
1775
1775
  deletedAt?: string | null | undefined;
1776
1776
  }, {
1777
1777
  id: string;
1778
- firstName: string;
1779
1778
  lastName: string;
1779
+ firstName: string;
1780
1780
  phoneNumbers?: {
1781
1781
  id: string;
1782
1782
  phoneNumber: string;
@@ -1787,15 +1787,14 @@ export declare const proofsContract: {
1787
1787
  }>;
1788
1788
  createdAt: z.ZodString;
1789
1789
  }, "strip", z.ZodTypeAny, {
1790
- type: "JOB";
1791
1790
  id: string;
1792
- postcode: string | null;
1793
1791
  createdAt: string;
1792
+ postcode: string | null;
1794
1793
  tradeId: string;
1795
1794
  createdBy: {
1796
1795
  id: string;
1797
- firstName: string;
1798
1796
  lastName: string;
1797
+ firstName: string;
1799
1798
  phoneNumbers: {
1800
1799
  id: string;
1801
1800
  phoneNumber: string;
@@ -1804,16 +1803,16 @@ export declare const proofsContract: {
1804
1803
  }[];
1805
1804
  deletedAt?: string | null | undefined;
1806
1805
  };
1807
- }, {
1808
1806
  type: "JOB";
1807
+ }, {
1809
1808
  id: string;
1810
- postcode: string | null;
1811
1809
  createdAt: string;
1810
+ postcode: string | null;
1812
1811
  tradeId: string;
1813
1812
  createdBy: {
1814
1813
  id: string;
1815
- firstName: string;
1816
1814
  lastName: string;
1815
+ firstName: string;
1817
1816
  phoneNumbers?: {
1818
1817
  id: string;
1819
1818
  phoneNumber: string;
@@ -1822,10 +1821,10 @@ export declare const proofsContract: {
1822
1821
  }[] | undefined;
1823
1822
  deletedAt?: string | Date | null | undefined;
1824
1823
  };
1824
+ type: "JOB";
1825
1825
  }>]>, "many">;
1826
1826
  }, "strip", z.ZodTypeAny, {
1827
1827
  items: ({
1828
- type: "BOOKING";
1829
1828
  id: string;
1830
1829
  createdAt: string;
1831
1830
  startDate: string | null;
@@ -1834,16 +1833,16 @@ export declare const proofsContract: {
1834
1833
  firstName: string;
1835
1834
  lastName?: string | null | undefined;
1836
1835
  };
1836
+ type: "BOOKING";
1837
1837
  } | {
1838
- type: "JOB";
1839
1838
  id: string;
1840
- postcode: string | null;
1841
1839
  createdAt: string;
1840
+ postcode: string | null;
1842
1841
  tradeId: string;
1843
1842
  createdBy: {
1844
1843
  id: string;
1845
- firstName: string;
1846
1844
  lastName: string;
1845
+ firstName: string;
1847
1846
  phoneNumbers: {
1848
1847
  id: string;
1849
1848
  phoneNumber: string;
@@ -1852,10 +1851,10 @@ export declare const proofsContract: {
1852
1851
  }[];
1853
1852
  deletedAt?: string | null | undefined;
1854
1853
  };
1854
+ type: "JOB";
1855
1855
  })[];
1856
1856
  }, {
1857
1857
  items: ({
1858
- type: "BOOKING";
1859
1858
  id: string;
1860
1859
  createdAt: string;
1861
1860
  startDate: string | null;
@@ -1864,16 +1863,16 @@ export declare const proofsContract: {
1864
1863
  firstName: string;
1865
1864
  lastName?: string | null | undefined;
1866
1865
  };
1866
+ type: "BOOKING";
1867
1867
  } | {
1868
- type: "JOB";
1869
1868
  id: string;
1870
- postcode: string | null;
1871
1869
  createdAt: string;
1870
+ postcode: string | null;
1872
1871
  tradeId: string;
1873
1872
  createdBy: {
1874
1873
  id: string;
1875
- firstName: string;
1876
1874
  lastName: string;
1875
+ firstName: string;
1877
1876
  phoneNumbers?: {
1878
1877
  id: string;
1879
1878
  phoneNumber: string;
@@ -1882,6 +1881,7 @@ export declare const proofsContract: {
1882
1881
  }[] | undefined;
1883
1882
  deletedAt?: string | Date | null | undefined;
1884
1883
  };
1884
+ type: "JOB";
1885
1885
  })[];
1886
1886
  }>;
1887
1887
  404: z.ZodObject<{
@@ -1963,8 +1963,8 @@ export declare const proofsContract: {
1963
1963
  comment: z.ZodOptional<z.ZodString>;
1964
1964
  verified: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1965
1965
  }, "strip", z.ZodTypeAny, {
1966
- fileId: string;
1967
1966
  verified: boolean;
1967
+ fileId: string;
1968
1968
  comment?: string | undefined;
1969
1969
  }, {
1970
1970
  fileId: string;
@@ -1974,8 +1974,8 @@ export declare const proofsContract: {
1974
1974
  }, "strip", z.ZodTypeAny, {
1975
1975
  type: "WHATSAPP" | "OTHER" | "FACEBOOK" | "TELEGRAM" | "VIBER";
1976
1976
  photos: {
1977
- fileId: string;
1978
1977
  verified: boolean;
1978
+ fileId: string;
1979
1979
  comment?: string | undefined;
1980
1980
  }[];
1981
1981
  }, {
@@ -1988,8 +1988,8 @@ export declare const proofsContract: {
1988
1988
  }>, "many">, {
1989
1989
  type: "WHATSAPP" | "OTHER" | "FACEBOOK" | "TELEGRAM" | "VIBER";
1990
1990
  photos: {
1991
- fileId: string;
1992
1991
  verified: boolean;
1992
+ fileId: string;
1993
1993
  comment?: string | undefined;
1994
1994
  }[];
1995
1995
  }[], {
@@ -2010,8 +2010,8 @@ export declare const proofsContract: {
2010
2010
  sections: {
2011
2011
  type: "WHATSAPP" | "OTHER" | "FACEBOOK" | "TELEGRAM" | "VIBER";
2012
2012
  photos: {
2013
- fileId: string;
2014
2013
  verified: boolean;
2014
+ fileId: string;
2015
2015
  comment?: string | undefined;
2016
2016
  }[];
2017
2017
  }[];
@@ -2053,8 +2053,8 @@ export declare const proofsContract: {
2053
2053
  comment: z.ZodOptional<z.ZodString>;
2054
2054
  verified: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
2055
2055
  }, "strip", z.ZodTypeAny, {
2056
- fileId: string;
2057
2056
  verified: boolean;
2057
+ fileId: string;
2058
2058
  comment?: string | undefined;
2059
2059
  }, {
2060
2060
  fileId: string;
@@ -2064,8 +2064,8 @@ export declare const proofsContract: {
2064
2064
  }, "strip", z.ZodTypeAny, {
2065
2065
  type: "DISTANCE" | "CONFIRMATION" | "MORNING_STATUS";
2066
2066
  photos: {
2067
- fileId: string;
2068
2067
  verified: boolean;
2068
+ fileId: string;
2069
2069
  comment?: string | undefined;
2070
2070
  }[];
2071
2071
  }, {
@@ -2078,8 +2078,8 @@ export declare const proofsContract: {
2078
2078
  }>, "many">, {
2079
2079
  type: "DISTANCE" | "CONFIRMATION" | "MORNING_STATUS";
2080
2080
  photos: {
2081
- fileId: string;
2082
2081
  verified: boolean;
2082
+ fileId: string;
2083
2083
  comment?: string | undefined;
2084
2084
  }[];
2085
2085
  }[], {
@@ -2100,8 +2100,8 @@ export declare const proofsContract: {
2100
2100
  sections: {
2101
2101
  type: "DISTANCE" | "CONFIRMATION" | "MORNING_STATUS";
2102
2102
  photos: {
2103
- fileId: string;
2104
2103
  verified: boolean;
2104
+ fileId: string;
2105
2105
  comment?: string | undefined;
2106
2106
  }[];
2107
2107
  }[];
@@ -2296,7 +2296,7 @@ export declare const proofsContract: {
2296
2296
  fileId?: string | undefined;
2297
2297
  }>, "many">;
2298
2298
  }, "strip", z.ZodTypeAny, {
2299
- type: "WHATSAPP" | "OTHER" | "DISTANCE" | "FACEBOOK" | "TELEGRAM" | "VIBER" | "CONFIRMATION" | "MORNING_STATUS";
2299
+ type: "WHATSAPP" | "DISTANCE" | "OTHER" | "FACEBOOK" | "TELEGRAM" | "VIBER" | "CONFIRMATION" | "MORNING_STATUS";
2300
2300
  photos: {
2301
2301
  position: number;
2302
2302
  comment: string | null;
@@ -2306,7 +2306,7 @@ export declare const proofsContract: {
2306
2306
  }[];
2307
2307
  id?: string | undefined;
2308
2308
  }, {
2309
- type: "WHATSAPP" | "OTHER" | "DISTANCE" | "FACEBOOK" | "TELEGRAM" | "VIBER" | "CONFIRMATION" | "MORNING_STATUS";
2309
+ type: "WHATSAPP" | "DISTANCE" | "OTHER" | "FACEBOOK" | "TELEGRAM" | "VIBER" | "CONFIRMATION" | "MORNING_STATUS";
2310
2310
  photos: {
2311
2311
  position: number;
2312
2312
  comment: string | null;
@@ -2316,7 +2316,7 @@ export declare const proofsContract: {
2316
2316
  }[];
2317
2317
  id?: string | undefined;
2318
2318
  }>, "many">, {
2319
- type: "WHATSAPP" | "OTHER" | "DISTANCE" | "FACEBOOK" | "TELEGRAM" | "VIBER" | "CONFIRMATION" | "MORNING_STATUS";
2319
+ type: "WHATSAPP" | "DISTANCE" | "OTHER" | "FACEBOOK" | "TELEGRAM" | "VIBER" | "CONFIRMATION" | "MORNING_STATUS";
2320
2320
  photos: {
2321
2321
  position: number;
2322
2322
  comment: string | null;
@@ -2326,7 +2326,7 @@ export declare const proofsContract: {
2326
2326
  }[];
2327
2327
  id?: string | undefined;
2328
2328
  }[], {
2329
- type: "WHATSAPP" | "OTHER" | "DISTANCE" | "FACEBOOK" | "TELEGRAM" | "VIBER" | "CONFIRMATION" | "MORNING_STATUS";
2329
+ type: "WHATSAPP" | "DISTANCE" | "OTHER" | "FACEBOOK" | "TELEGRAM" | "VIBER" | "CONFIRMATION" | "MORNING_STATUS";
2330
2330
  photos: {
2331
2331
  position: number;
2332
2332
  comment: string | null;
@@ -2345,7 +2345,7 @@ export declare const proofsContract: {
2345
2345
  entityId: string;
2346
2346
  }[] | undefined;
2347
2347
  sections?: {
2348
- type: "WHATSAPP" | "OTHER" | "DISTANCE" | "FACEBOOK" | "TELEGRAM" | "VIBER" | "CONFIRMATION" | "MORNING_STATUS";
2348
+ type: "WHATSAPP" | "DISTANCE" | "OTHER" | "FACEBOOK" | "TELEGRAM" | "VIBER" | "CONFIRMATION" | "MORNING_STATUS";
2349
2349
  photos: {
2350
2350
  position: number;
2351
2351
  comment: string | null;
@@ -2364,7 +2364,7 @@ export declare const proofsContract: {
2364
2364
  entityId: string;
2365
2365
  }[] | undefined;
2366
2366
  sections?: {
2367
- type: "WHATSAPP" | "OTHER" | "DISTANCE" | "FACEBOOK" | "TELEGRAM" | "VIBER" | "CONFIRMATION" | "MORNING_STATUS";
2367
+ type: "WHATSAPP" | "DISTANCE" | "OTHER" | "FACEBOOK" | "TELEGRAM" | "VIBER" | "CONFIRMATION" | "MORNING_STATUS";
2368
2368
  photos: {
2369
2369
  position: number;
2370
2370
  comment: string | null;
@@ -2479,8 +2479,8 @@ export declare const proofsContract: {
2479
2479
  deletedAt: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate, z.ZodNull]>, string | null, string | Date | null>>>;
2480
2480
  }, "strip", z.ZodTypeAny, {
2481
2481
  id: string;
2482
- firstName: string;
2483
2482
  lastName: string;
2483
+ firstName: string;
2484
2484
  phoneNumbers: {
2485
2485
  id: string;
2486
2486
  phoneNumber: string;
@@ -2490,8 +2490,8 @@ export declare const proofsContract: {
2490
2490
  deletedAt?: string | null | undefined;
2491
2491
  }, {
2492
2492
  id: string;
2493
- firstName: string;
2494
2493
  lastName: string;
2494
+ firstName: string;
2495
2495
  phoneNumbers?: {
2496
2496
  id: string;
2497
2497
  phoneNumber: string;
@@ -2526,8 +2526,8 @@ export declare const proofsContract: {
2526
2526
  deletedAt: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate, z.ZodNull]>, string | null, string | Date | null>>>;
2527
2527
  }, "strip", z.ZodTypeAny, {
2528
2528
  id: string;
2529
- firstName: string;
2530
2529
  lastName: string;
2530
+ firstName: string;
2531
2531
  phoneNumbers: {
2532
2532
  id: string;
2533
2533
  phoneNumber: string;
@@ -2537,8 +2537,8 @@ export declare const proofsContract: {
2537
2537
  deletedAt?: string | null | undefined;
2538
2538
  }, {
2539
2539
  id: string;
2540
- firstName: string;
2541
2540
  lastName: string;
2541
+ firstName: string;
2542
2542
  phoneNumbers?: {
2543
2543
  id: string;
2544
2544
  phoneNumber: string;
@@ -2567,12 +2567,12 @@ export declare const proofsContract: {
2567
2567
  fileName: z.ZodOptional<z.ZodString>;
2568
2568
  }, "strip", z.ZodTypeAny, {
2569
2569
  id: string;
2570
- createdAt: string;
2571
2570
  updatedAt: string;
2572
- fileId: string;
2571
+ createdAt: string;
2573
2572
  position: number;
2574
2573
  comment: string | null;
2575
2574
  verified: boolean;
2575
+ fileId: string;
2576
2576
  sectionId: string;
2577
2577
  verifiedAt: string | null;
2578
2578
  verifiedById: string | null;
@@ -2580,12 +2580,12 @@ export declare const proofsContract: {
2580
2580
  fileUrl?: string | undefined;
2581
2581
  }, {
2582
2582
  id: string;
2583
- createdAt: string;
2584
2583
  updatedAt: string;
2585
- fileId: string;
2584
+ createdAt: string;
2586
2585
  position: number;
2587
2586
  comment: string | null;
2588
2587
  verified: boolean;
2588
+ fileId: string;
2589
2589
  sectionId: string;
2590
2590
  verifiedAt: string | null;
2591
2591
  verifiedById: string | null;
@@ -2597,18 +2597,18 @@ export declare const proofsContract: {
2597
2597
  createdAt: z.ZodString;
2598
2598
  updatedAt: z.ZodString;
2599
2599
  }, "strip", z.ZodTypeAny, {
2600
- type: "WHATSAPP" | "OTHER" | "DISTANCE" | "FACEBOOK" | "TELEGRAM" | "VIBER" | "CONFIRMATION" | "MORNING_STATUS";
2601
2600
  id: string;
2602
- createdAt: string;
2603
2601
  updatedAt: string;
2602
+ createdAt: string;
2603
+ type: "WHATSAPP" | "DISTANCE" | "OTHER" | "FACEBOOK" | "TELEGRAM" | "VIBER" | "CONFIRMATION" | "MORNING_STATUS";
2604
2604
  photos: {
2605
2605
  id: string;
2606
- createdAt: string;
2607
2606
  updatedAt: string;
2608
- fileId: string;
2607
+ createdAt: string;
2609
2608
  position: number;
2610
2609
  comment: string | null;
2611
2610
  verified: boolean;
2611
+ fileId: string;
2612
2612
  sectionId: string;
2613
2613
  verifiedAt: string | null;
2614
2614
  verifiedById: string | null;
@@ -2618,18 +2618,18 @@ export declare const proofsContract: {
2618
2618
  photoCount: number;
2619
2619
  verifiedCount: number;
2620
2620
  }, {
2621
- type: "WHATSAPP" | "OTHER" | "DISTANCE" | "FACEBOOK" | "TELEGRAM" | "VIBER" | "CONFIRMATION" | "MORNING_STATUS";
2622
2621
  id: string;
2623
- createdAt: string;
2624
2622
  updatedAt: string;
2623
+ createdAt: string;
2624
+ type: "WHATSAPP" | "DISTANCE" | "OTHER" | "FACEBOOK" | "TELEGRAM" | "VIBER" | "CONFIRMATION" | "MORNING_STATUS";
2625
2625
  photos: {
2626
2626
  id: string;
2627
- createdAt: string;
2628
2627
  updatedAt: string;
2629
- fileId: string;
2628
+ createdAt: string;
2630
2629
  position: number;
2631
2630
  comment: string | null;
2632
2631
  verified: boolean;
2632
+ fileId: string;
2633
2633
  sectionId: string;
2634
2634
  verifiedAt: string | null;
2635
2635
  verifiedById: string | null;
@@ -2659,15 +2659,15 @@ export declare const proofsContract: {
2659
2659
  totalPhotos: z.ZodNumber;
2660
2660
  }, "strip", z.ZodTypeAny, {
2661
2661
  id: string;
2662
- description: string | null;
2663
- createdAt: string;
2664
2662
  updatedAt: string;
2663
+ createdAt: string;
2664
+ description: string | null;
2665
2665
  createdById: string;
2666
2666
  forUserId: string;
2667
2667
  createdBy: {
2668
2668
  id: string;
2669
- firstName: string;
2670
2669
  lastName: string;
2670
+ firstName: string;
2671
2671
  phoneNumbers: {
2672
2672
  id: string;
2673
2673
  phoneNumber: string;
@@ -2679,18 +2679,18 @@ export declare const proofsContract: {
2679
2679
  category: "POST" | "BOOKING";
2680
2680
  proofDate: string;
2681
2681
  sections: {
2682
- type: "WHATSAPP" | "OTHER" | "DISTANCE" | "FACEBOOK" | "TELEGRAM" | "VIBER" | "CONFIRMATION" | "MORNING_STATUS";
2683
2682
  id: string;
2684
- createdAt: string;
2685
2683
  updatedAt: string;
2684
+ createdAt: string;
2685
+ type: "WHATSAPP" | "DISTANCE" | "OTHER" | "FACEBOOK" | "TELEGRAM" | "VIBER" | "CONFIRMATION" | "MORNING_STATUS";
2686
2686
  photos: {
2687
2687
  id: string;
2688
- createdAt: string;
2689
2688
  updatedAt: string;
2690
- fileId: string;
2689
+ createdAt: string;
2691
2690
  position: number;
2692
2691
  comment: string | null;
2693
2692
  verified: boolean;
2693
+ fileId: string;
2694
2694
  sectionId: string;
2695
2695
  verifiedAt: string | null;
2696
2696
  verifiedById: string | null;
@@ -2703,8 +2703,8 @@ export declare const proofsContract: {
2703
2703
  verifiedCount: number;
2704
2704
  forUser: {
2705
2705
  id: string;
2706
- firstName: string;
2707
2706
  lastName: string;
2707
+ firstName: string;
2708
2708
  phoneNumbers: {
2709
2709
  id: string;
2710
2710
  phoneNumber: string;
@@ -2722,15 +2722,15 @@ export declare const proofsContract: {
2722
2722
  totalPhotos: number;
2723
2723
  }, {
2724
2724
  id: string;
2725
- description: string | null;
2726
- createdAt: string;
2727
2725
  updatedAt: string;
2726
+ createdAt: string;
2727
+ description: string | null;
2728
2728
  createdById: string;
2729
2729
  forUserId: string;
2730
2730
  createdBy: {
2731
2731
  id: string;
2732
- firstName: string;
2733
2732
  lastName: string;
2733
+ firstName: string;
2734
2734
  phoneNumbers?: {
2735
2735
  id: string;
2736
2736
  phoneNumber: string;
@@ -2742,18 +2742,18 @@ export declare const proofsContract: {
2742
2742
  category: "POST" | "BOOKING";
2743
2743
  proofDate: string;
2744
2744
  sections: {
2745
- type: "WHATSAPP" | "OTHER" | "DISTANCE" | "FACEBOOK" | "TELEGRAM" | "VIBER" | "CONFIRMATION" | "MORNING_STATUS";
2746
2745
  id: string;
2747
- createdAt: string;
2748
2746
  updatedAt: string;
2747
+ createdAt: string;
2748
+ type: "WHATSAPP" | "DISTANCE" | "OTHER" | "FACEBOOK" | "TELEGRAM" | "VIBER" | "CONFIRMATION" | "MORNING_STATUS";
2749
2749
  photos: {
2750
2750
  id: string;
2751
- createdAt: string;
2752
2751
  updatedAt: string;
2753
- fileId: string;
2752
+ createdAt: string;
2754
2753
  position: number;
2755
2754
  comment: string | null;
2756
2755
  verified: boolean;
2756
+ fileId: string;
2757
2757
  sectionId: string;
2758
2758
  verifiedAt: string | null;
2759
2759
  verifiedById: string | null;
@@ -2766,8 +2766,8 @@ export declare const proofsContract: {
2766
2766
  verifiedCount: number;
2767
2767
  forUser: {
2768
2768
  id: string;
2769
- firstName: string;
2770
2769
  lastName: string;
2770
+ firstName: string;
2771
2771
  phoneNumbers?: {
2772
2772
  id: string;
2773
2773
  phoneNumber: string;