@homespot-sdk/validators 0.0.637 → 0.0.638
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/index.d.ts +1152 -394
- package/dist/index.js +242 -127
- package/package.json +1 -1
- package/src/index.ts +242 -127
package/dist/index.d.ts
CHANGED
|
@@ -1,79 +1,6 @@
|
|
|
1
1
|
import { type ZodiosOptions } from '@zodios/core';
|
|
2
2
|
import { z } from 'zod';
|
|
3
3
|
export declare const schemas: {
|
|
4
|
-
SocialMediaRequest: z.ZodObject<{
|
|
5
|
-
type: z.ZodEnum<["FACEBOOK", "YOUTUBE", "INSTAGRAM", "TIKTOK", "LINKEDIN"]>;
|
|
6
|
-
url: z.ZodOptional<z.ZodString>;
|
|
7
|
-
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
8
|
-
type: z.ZodEnum<["FACEBOOK", "YOUTUBE", "INSTAGRAM", "TIKTOK", "LINKEDIN"]>;
|
|
9
|
-
url: z.ZodOptional<z.ZodString>;
|
|
10
|
-
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
11
|
-
type: z.ZodEnum<["FACEBOOK", "YOUTUBE", "INSTAGRAM", "TIKTOK", "LINKEDIN"]>;
|
|
12
|
-
url: z.ZodOptional<z.ZodString>;
|
|
13
|
-
}, z.ZodTypeAny, "passthrough">>;
|
|
14
|
-
SocialMediasRequest: z.ZodObject<{
|
|
15
|
-
data: z.ZodArray<z.ZodObject<{
|
|
16
|
-
type: z.ZodEnum<["FACEBOOK", "YOUTUBE", "INSTAGRAM", "TIKTOK", "LINKEDIN"]>;
|
|
17
|
-
url: z.ZodOptional<z.ZodString>;
|
|
18
|
-
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
19
|
-
type: z.ZodEnum<["FACEBOOK", "YOUTUBE", "INSTAGRAM", "TIKTOK", "LINKEDIN"]>;
|
|
20
|
-
url: z.ZodOptional<z.ZodString>;
|
|
21
|
-
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
22
|
-
type: z.ZodEnum<["FACEBOOK", "YOUTUBE", "INSTAGRAM", "TIKTOK", "LINKEDIN"]>;
|
|
23
|
-
url: z.ZodOptional<z.ZodString>;
|
|
24
|
-
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
25
|
-
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
26
|
-
data: z.ZodArray<z.ZodObject<{
|
|
27
|
-
type: z.ZodEnum<["FACEBOOK", "YOUTUBE", "INSTAGRAM", "TIKTOK", "LINKEDIN"]>;
|
|
28
|
-
url: z.ZodOptional<z.ZodString>;
|
|
29
|
-
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
30
|
-
type: z.ZodEnum<["FACEBOOK", "YOUTUBE", "INSTAGRAM", "TIKTOK", "LINKEDIN"]>;
|
|
31
|
-
url: z.ZodOptional<z.ZodString>;
|
|
32
|
-
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
33
|
-
type: z.ZodEnum<["FACEBOOK", "YOUTUBE", "INSTAGRAM", "TIKTOK", "LINKEDIN"]>;
|
|
34
|
-
url: z.ZodOptional<z.ZodString>;
|
|
35
|
-
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
36
|
-
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
37
|
-
data: z.ZodArray<z.ZodObject<{
|
|
38
|
-
type: z.ZodEnum<["FACEBOOK", "YOUTUBE", "INSTAGRAM", "TIKTOK", "LINKEDIN"]>;
|
|
39
|
-
url: z.ZodOptional<z.ZodString>;
|
|
40
|
-
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
41
|
-
type: z.ZodEnum<["FACEBOOK", "YOUTUBE", "INSTAGRAM", "TIKTOK", "LINKEDIN"]>;
|
|
42
|
-
url: z.ZodOptional<z.ZodString>;
|
|
43
|
-
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
44
|
-
type: z.ZodEnum<["FACEBOOK", "YOUTUBE", "INSTAGRAM", "TIKTOK", "LINKEDIN"]>;
|
|
45
|
-
url: z.ZodOptional<z.ZodString>;
|
|
46
|
-
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
47
|
-
}, z.ZodTypeAny, "passthrough">>;
|
|
48
|
-
RolesRequest: z.ZodObject<{
|
|
49
|
-
name: z.ZodString;
|
|
50
|
-
description: z.ZodString;
|
|
51
|
-
authorities: z.ZodArray<z.ZodEnum<["properties_read", "properties_write", "agents_read", "agents_write"]>, "many">;
|
|
52
|
-
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
53
|
-
name: z.ZodString;
|
|
54
|
-
description: z.ZodString;
|
|
55
|
-
authorities: z.ZodArray<z.ZodEnum<["properties_read", "properties_write", "agents_read", "agents_write"]>, "many">;
|
|
56
|
-
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
57
|
-
name: z.ZodString;
|
|
58
|
-
description: z.ZodString;
|
|
59
|
-
authorities: z.ZodArray<z.ZodEnum<["properties_read", "properties_write", "agents_read", "agents_write"]>, "many">;
|
|
60
|
-
}, z.ZodTypeAny, "passthrough">>;
|
|
61
|
-
PhotoRequest: z.ZodObject<{
|
|
62
|
-
photo: z.ZodString;
|
|
63
|
-
type: z.ZodEnum<["JPEG", "JPG", "PNG", "WEBP"]>;
|
|
64
|
-
width: z.ZodNumber;
|
|
65
|
-
height: z.ZodOptional<z.ZodNumber>;
|
|
66
|
-
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
67
|
-
photo: z.ZodString;
|
|
68
|
-
type: z.ZodEnum<["JPEG", "JPG", "PNG", "WEBP"]>;
|
|
69
|
-
width: z.ZodNumber;
|
|
70
|
-
height: z.ZodOptional<z.ZodNumber>;
|
|
71
|
-
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
72
|
-
photo: z.ZodString;
|
|
73
|
-
type: z.ZodEnum<["JPEG", "JPG", "PNG", "WEBP"]>;
|
|
74
|
-
width: z.ZodNumber;
|
|
75
|
-
height: z.ZodOptional<z.ZodNumber>;
|
|
76
|
-
}, z.ZodTypeAny, "passthrough">>;
|
|
77
4
|
AddressRequest: z.ZodObject<{
|
|
78
5
|
country: z.ZodString;
|
|
79
6
|
city: z.ZodString;
|
|
@@ -172,12 +99,142 @@ export declare const schemas: {
|
|
|
172
99
|
}, z.ZodTypeAny, "passthrough">>;
|
|
173
100
|
yearSince: z.ZodNumber;
|
|
174
101
|
}, z.ZodTypeAny, "passthrough">>;
|
|
102
|
+
SocialMediaRequest: z.ZodObject<{
|
|
103
|
+
type: z.ZodEnum<["FACEBOOK", "YOUTUBE", "INSTAGRAM", "TIKTOK", "LINKEDIN"]>;
|
|
104
|
+
url: z.ZodOptional<z.ZodString>;
|
|
105
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
106
|
+
type: z.ZodEnum<["FACEBOOK", "YOUTUBE", "INSTAGRAM", "TIKTOK", "LINKEDIN"]>;
|
|
107
|
+
url: z.ZodOptional<z.ZodString>;
|
|
108
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
109
|
+
type: z.ZodEnum<["FACEBOOK", "YOUTUBE", "INSTAGRAM", "TIKTOK", "LINKEDIN"]>;
|
|
110
|
+
url: z.ZodOptional<z.ZodString>;
|
|
111
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
112
|
+
SocialMediasRequest: z.ZodObject<{
|
|
113
|
+
data: z.ZodArray<z.ZodObject<{
|
|
114
|
+
type: z.ZodEnum<["FACEBOOK", "YOUTUBE", "INSTAGRAM", "TIKTOK", "LINKEDIN"]>;
|
|
115
|
+
url: z.ZodOptional<z.ZodString>;
|
|
116
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
117
|
+
type: z.ZodEnum<["FACEBOOK", "YOUTUBE", "INSTAGRAM", "TIKTOK", "LINKEDIN"]>;
|
|
118
|
+
url: z.ZodOptional<z.ZodString>;
|
|
119
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
120
|
+
type: z.ZodEnum<["FACEBOOK", "YOUTUBE", "INSTAGRAM", "TIKTOK", "LINKEDIN"]>;
|
|
121
|
+
url: z.ZodOptional<z.ZodString>;
|
|
122
|
+
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
123
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
124
|
+
data: z.ZodArray<z.ZodObject<{
|
|
125
|
+
type: z.ZodEnum<["FACEBOOK", "YOUTUBE", "INSTAGRAM", "TIKTOK", "LINKEDIN"]>;
|
|
126
|
+
url: z.ZodOptional<z.ZodString>;
|
|
127
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
128
|
+
type: z.ZodEnum<["FACEBOOK", "YOUTUBE", "INSTAGRAM", "TIKTOK", "LINKEDIN"]>;
|
|
129
|
+
url: z.ZodOptional<z.ZodString>;
|
|
130
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
131
|
+
type: z.ZodEnum<["FACEBOOK", "YOUTUBE", "INSTAGRAM", "TIKTOK", "LINKEDIN"]>;
|
|
132
|
+
url: z.ZodOptional<z.ZodString>;
|
|
133
|
+
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
134
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
135
|
+
data: z.ZodArray<z.ZodObject<{
|
|
136
|
+
type: z.ZodEnum<["FACEBOOK", "YOUTUBE", "INSTAGRAM", "TIKTOK", "LINKEDIN"]>;
|
|
137
|
+
url: z.ZodOptional<z.ZodString>;
|
|
138
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
139
|
+
type: z.ZodEnum<["FACEBOOK", "YOUTUBE", "INSTAGRAM", "TIKTOK", "LINKEDIN"]>;
|
|
140
|
+
url: z.ZodOptional<z.ZodString>;
|
|
141
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
142
|
+
type: z.ZodEnum<["FACEBOOK", "YOUTUBE", "INSTAGRAM", "TIKTOK", "LINKEDIN"]>;
|
|
143
|
+
url: z.ZodOptional<z.ZodString>;
|
|
144
|
+
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
145
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
146
|
+
RolesRequest: z.ZodObject<{
|
|
147
|
+
name: z.ZodString;
|
|
148
|
+
description: z.ZodString;
|
|
149
|
+
authorities: z.ZodArray<z.ZodEnum<["properties_read", "properties_write", "agents_read", "agents_write"]>, "many">;
|
|
150
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
151
|
+
name: z.ZodString;
|
|
152
|
+
description: z.ZodString;
|
|
153
|
+
authorities: z.ZodArray<z.ZodEnum<["properties_read", "properties_write", "agents_read", "agents_write"]>, "many">;
|
|
154
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
155
|
+
name: z.ZodString;
|
|
156
|
+
description: z.ZodString;
|
|
157
|
+
authorities: z.ZodArray<z.ZodEnum<["properties_read", "properties_write", "agents_read", "agents_write"]>, "many">;
|
|
158
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
159
|
+
pageable: z.ZodObject<{
|
|
160
|
+
page: z.ZodOptional<z.ZodNumber>;
|
|
161
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
162
|
+
sort: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
163
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
164
|
+
page: z.ZodOptional<z.ZodNumber>;
|
|
165
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
166
|
+
sort: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
167
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
168
|
+
page: z.ZodOptional<z.ZodNumber>;
|
|
169
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
170
|
+
sort: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
171
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
172
|
+
InvitationDetailsRequest: z.ZodObject<{
|
|
173
|
+
email: z.ZodString;
|
|
174
|
+
roleId: z.ZodNumber;
|
|
175
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
176
|
+
email: z.ZodString;
|
|
177
|
+
roleId: z.ZodNumber;
|
|
178
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
179
|
+
email: z.ZodString;
|
|
180
|
+
roleId: z.ZodNumber;
|
|
181
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
175
182
|
InviteMemberRequest: z.ZodObject<{
|
|
176
|
-
emails: z.ZodArray<z.
|
|
183
|
+
emails: z.ZodArray<z.ZodObject<{
|
|
184
|
+
email: z.ZodString;
|
|
185
|
+
roleId: z.ZodNumber;
|
|
186
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
187
|
+
email: z.ZodString;
|
|
188
|
+
roleId: z.ZodNumber;
|
|
189
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
190
|
+
email: z.ZodString;
|
|
191
|
+
roleId: z.ZodNumber;
|
|
192
|
+
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
193
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
194
|
+
emails: z.ZodArray<z.ZodObject<{
|
|
195
|
+
email: z.ZodString;
|
|
196
|
+
roleId: z.ZodNumber;
|
|
197
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
198
|
+
email: z.ZodString;
|
|
199
|
+
roleId: z.ZodNumber;
|
|
200
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
201
|
+
email: z.ZodString;
|
|
202
|
+
roleId: z.ZodNumber;
|
|
203
|
+
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
204
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
205
|
+
emails: z.ZodArray<z.ZodObject<{
|
|
206
|
+
email: z.ZodString;
|
|
207
|
+
roleId: z.ZodNumber;
|
|
208
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
209
|
+
email: z.ZodString;
|
|
210
|
+
roleId: z.ZodNumber;
|
|
211
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
212
|
+
email: z.ZodString;
|
|
213
|
+
roleId: z.ZodNumber;
|
|
214
|
+
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
215
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
216
|
+
PhotoRequest: z.ZodObject<{
|
|
217
|
+
photo: z.ZodString;
|
|
218
|
+
type: z.ZodEnum<["JPEG", "JPG", "PNG", "WEBP"]>;
|
|
219
|
+
width: z.ZodNumber;
|
|
220
|
+
height: z.ZodOptional<z.ZodNumber>;
|
|
177
221
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
178
|
-
|
|
222
|
+
photo: z.ZodString;
|
|
223
|
+
type: z.ZodEnum<["JPEG", "JPG", "PNG", "WEBP"]>;
|
|
224
|
+
width: z.ZodNumber;
|
|
225
|
+
height: z.ZodOptional<z.ZodNumber>;
|
|
179
226
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
180
|
-
|
|
227
|
+
photo: z.ZodString;
|
|
228
|
+
type: z.ZodEnum<["JPEG", "JPG", "PNG", "WEBP"]>;
|
|
229
|
+
width: z.ZodNumber;
|
|
230
|
+
height: z.ZodOptional<z.ZodNumber>;
|
|
231
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
232
|
+
IdResponse: z.ZodObject<{
|
|
233
|
+
id: z.ZodString;
|
|
234
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
235
|
+
id: z.ZodString;
|
|
236
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
237
|
+
id: z.ZodString;
|
|
181
238
|
}, z.ZodTypeAny, "passthrough">>;
|
|
182
239
|
PresignedUrlResponse: z.ZodObject<{
|
|
183
240
|
originalName: z.ZodString;
|
|
@@ -235,13 +292,6 @@ export declare const schemas: {
|
|
|
235
292
|
url: z.ZodString;
|
|
236
293
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
237
294
|
}, z.ZodTypeAny, "passthrough">>;
|
|
238
|
-
IdResponse: z.ZodObject<{
|
|
239
|
-
id: z.ZodString;
|
|
240
|
-
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
241
|
-
id: z.ZodString;
|
|
242
|
-
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
243
|
-
id: z.ZodString;
|
|
244
|
-
}, z.ZodTypeAny, "passthrough">>;
|
|
245
295
|
UploadAcknowledgmentResponse: z.ZodObject<{
|
|
246
296
|
success: z.ZodArray<z.ZodString, "many">;
|
|
247
297
|
fail: z.ZodArray<z.ZodString, "many">;
|
|
@@ -293,144 +343,711 @@ export declare const schemas: {
|
|
|
293
343
|
lastName: z.ZodString;
|
|
294
344
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
295
345
|
email: z.ZodString;
|
|
296
|
-
firstName: z.ZodString;
|
|
297
|
-
lastName: z.ZodString;
|
|
346
|
+
firstName: z.ZodString;
|
|
347
|
+
lastName: z.ZodString;
|
|
348
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
349
|
+
UserContextViewResponse: z.ZodObject<{
|
|
350
|
+
user: z.ZodObject<{
|
|
351
|
+
email: z.ZodString;
|
|
352
|
+
firstName: z.ZodString;
|
|
353
|
+
lastName: z.ZodString;
|
|
354
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
355
|
+
email: z.ZodString;
|
|
356
|
+
firstName: z.ZodString;
|
|
357
|
+
lastName: z.ZodString;
|
|
358
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
359
|
+
email: z.ZodString;
|
|
360
|
+
firstName: z.ZodString;
|
|
361
|
+
lastName: z.ZodString;
|
|
362
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
363
|
+
organizations: z.ZodArray<z.ZodObject<{
|
|
364
|
+
agencyId: z.ZodString;
|
|
365
|
+
isOwner: z.ZodBoolean;
|
|
366
|
+
agencyName: z.ZodString;
|
|
367
|
+
subDomain: z.ZodString;
|
|
368
|
+
roleId: z.ZodOptional<z.ZodNumber>;
|
|
369
|
+
memberId: z.ZodString;
|
|
370
|
+
roleName: z.ZodString;
|
|
371
|
+
authorities: z.ZodArray<z.ZodEnum<["properties_read", "properties_write", "agents_read", "agents_write"]>, "many">;
|
|
372
|
+
status: z.ZodEnum<["NEW", "ACTIVE", "PAYMENT_FAILED", "INACTIVE"]>;
|
|
373
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
374
|
+
agencyId: z.ZodString;
|
|
375
|
+
isOwner: z.ZodBoolean;
|
|
376
|
+
agencyName: z.ZodString;
|
|
377
|
+
subDomain: z.ZodString;
|
|
378
|
+
roleId: z.ZodOptional<z.ZodNumber>;
|
|
379
|
+
memberId: z.ZodString;
|
|
380
|
+
roleName: z.ZodString;
|
|
381
|
+
authorities: z.ZodArray<z.ZodEnum<["properties_read", "properties_write", "agents_read", "agents_write"]>, "many">;
|
|
382
|
+
status: z.ZodEnum<["NEW", "ACTIVE", "PAYMENT_FAILED", "INACTIVE"]>;
|
|
383
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
384
|
+
agencyId: z.ZodString;
|
|
385
|
+
isOwner: z.ZodBoolean;
|
|
386
|
+
agencyName: z.ZodString;
|
|
387
|
+
subDomain: z.ZodString;
|
|
388
|
+
roleId: z.ZodOptional<z.ZodNumber>;
|
|
389
|
+
memberId: z.ZodString;
|
|
390
|
+
roleName: z.ZodString;
|
|
391
|
+
authorities: z.ZodArray<z.ZodEnum<["properties_read", "properties_write", "agents_read", "agents_write"]>, "many">;
|
|
392
|
+
status: z.ZodEnum<["NEW", "ACTIVE", "PAYMENT_FAILED", "INACTIVE"]>;
|
|
393
|
+
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
394
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
395
|
+
user: z.ZodObject<{
|
|
396
|
+
email: z.ZodString;
|
|
397
|
+
firstName: z.ZodString;
|
|
398
|
+
lastName: z.ZodString;
|
|
399
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
400
|
+
email: z.ZodString;
|
|
401
|
+
firstName: z.ZodString;
|
|
402
|
+
lastName: z.ZodString;
|
|
403
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
404
|
+
email: z.ZodString;
|
|
405
|
+
firstName: z.ZodString;
|
|
406
|
+
lastName: z.ZodString;
|
|
407
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
408
|
+
organizations: z.ZodArray<z.ZodObject<{
|
|
409
|
+
agencyId: z.ZodString;
|
|
410
|
+
isOwner: z.ZodBoolean;
|
|
411
|
+
agencyName: z.ZodString;
|
|
412
|
+
subDomain: z.ZodString;
|
|
413
|
+
roleId: z.ZodOptional<z.ZodNumber>;
|
|
414
|
+
memberId: z.ZodString;
|
|
415
|
+
roleName: z.ZodString;
|
|
416
|
+
authorities: z.ZodArray<z.ZodEnum<["properties_read", "properties_write", "agents_read", "agents_write"]>, "many">;
|
|
417
|
+
status: z.ZodEnum<["NEW", "ACTIVE", "PAYMENT_FAILED", "INACTIVE"]>;
|
|
418
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
419
|
+
agencyId: z.ZodString;
|
|
420
|
+
isOwner: z.ZodBoolean;
|
|
421
|
+
agencyName: z.ZodString;
|
|
422
|
+
subDomain: z.ZodString;
|
|
423
|
+
roleId: z.ZodOptional<z.ZodNumber>;
|
|
424
|
+
memberId: z.ZodString;
|
|
425
|
+
roleName: z.ZodString;
|
|
426
|
+
authorities: z.ZodArray<z.ZodEnum<["properties_read", "properties_write", "agents_read", "agents_write"]>, "many">;
|
|
427
|
+
status: z.ZodEnum<["NEW", "ACTIVE", "PAYMENT_FAILED", "INACTIVE"]>;
|
|
428
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
429
|
+
agencyId: z.ZodString;
|
|
430
|
+
isOwner: z.ZodBoolean;
|
|
431
|
+
agencyName: z.ZodString;
|
|
432
|
+
subDomain: z.ZodString;
|
|
433
|
+
roleId: z.ZodOptional<z.ZodNumber>;
|
|
434
|
+
memberId: z.ZodString;
|
|
435
|
+
roleName: z.ZodString;
|
|
436
|
+
authorities: z.ZodArray<z.ZodEnum<["properties_read", "properties_write", "agents_read", "agents_write"]>, "many">;
|
|
437
|
+
status: z.ZodEnum<["NEW", "ACTIVE", "PAYMENT_FAILED", "INACTIVE"]>;
|
|
438
|
+
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
439
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
440
|
+
user: z.ZodObject<{
|
|
441
|
+
email: z.ZodString;
|
|
442
|
+
firstName: z.ZodString;
|
|
443
|
+
lastName: z.ZodString;
|
|
444
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
445
|
+
email: z.ZodString;
|
|
446
|
+
firstName: z.ZodString;
|
|
447
|
+
lastName: z.ZodString;
|
|
448
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
449
|
+
email: z.ZodString;
|
|
450
|
+
firstName: z.ZodString;
|
|
451
|
+
lastName: z.ZodString;
|
|
452
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
453
|
+
organizations: z.ZodArray<z.ZodObject<{
|
|
454
|
+
agencyId: z.ZodString;
|
|
455
|
+
isOwner: z.ZodBoolean;
|
|
456
|
+
agencyName: z.ZodString;
|
|
457
|
+
subDomain: z.ZodString;
|
|
458
|
+
roleId: z.ZodOptional<z.ZodNumber>;
|
|
459
|
+
memberId: z.ZodString;
|
|
460
|
+
roleName: z.ZodString;
|
|
461
|
+
authorities: z.ZodArray<z.ZodEnum<["properties_read", "properties_write", "agents_read", "agents_write"]>, "many">;
|
|
462
|
+
status: z.ZodEnum<["NEW", "ACTIVE", "PAYMENT_FAILED", "INACTIVE"]>;
|
|
463
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
464
|
+
agencyId: z.ZodString;
|
|
465
|
+
isOwner: z.ZodBoolean;
|
|
466
|
+
agencyName: z.ZodString;
|
|
467
|
+
subDomain: z.ZodString;
|
|
468
|
+
roleId: z.ZodOptional<z.ZodNumber>;
|
|
469
|
+
memberId: z.ZodString;
|
|
470
|
+
roleName: z.ZodString;
|
|
471
|
+
authorities: z.ZodArray<z.ZodEnum<["properties_read", "properties_write", "agents_read", "agents_write"]>, "many">;
|
|
472
|
+
status: z.ZodEnum<["NEW", "ACTIVE", "PAYMENT_FAILED", "INACTIVE"]>;
|
|
473
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
474
|
+
agencyId: z.ZodString;
|
|
475
|
+
isOwner: z.ZodBoolean;
|
|
476
|
+
agencyName: z.ZodString;
|
|
477
|
+
subDomain: z.ZodString;
|
|
478
|
+
roleId: z.ZodOptional<z.ZodNumber>;
|
|
479
|
+
memberId: z.ZodString;
|
|
480
|
+
roleName: z.ZodString;
|
|
481
|
+
authorities: z.ZodArray<z.ZodEnum<["properties_read", "properties_write", "agents_read", "agents_write"]>, "many">;
|
|
482
|
+
status: z.ZodEnum<["NEW", "ACTIVE", "PAYMENT_FAILED", "INACTIVE"]>;
|
|
483
|
+
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
484
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
485
|
+
Pageable: z.ZodObject<{
|
|
486
|
+
page: z.ZodOptional<z.ZodNumber>;
|
|
487
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
488
|
+
sort: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
489
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
490
|
+
page: z.ZodOptional<z.ZodNumber>;
|
|
491
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
492
|
+
sort: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
493
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
494
|
+
page: z.ZodOptional<z.ZodNumber>;
|
|
495
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
496
|
+
sort: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
497
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
498
|
+
MemberViewResponse: z.ZodObject<{
|
|
499
|
+
userId: z.ZodString;
|
|
500
|
+
firstName: z.ZodString;
|
|
501
|
+
lastName: z.ZodString;
|
|
502
|
+
phone: z.ZodOptional<z.ZodString>;
|
|
503
|
+
email: z.ZodString;
|
|
504
|
+
roleId: z.ZodNumber;
|
|
505
|
+
roleName: z.ZodString;
|
|
506
|
+
joinedAt: z.ZodString;
|
|
507
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
508
|
+
userId: z.ZodString;
|
|
509
|
+
firstName: z.ZodString;
|
|
510
|
+
lastName: z.ZodString;
|
|
511
|
+
phone: z.ZodOptional<z.ZodString>;
|
|
512
|
+
email: z.ZodString;
|
|
513
|
+
roleId: z.ZodNumber;
|
|
514
|
+
roleName: z.ZodString;
|
|
515
|
+
joinedAt: z.ZodString;
|
|
516
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
517
|
+
userId: z.ZodString;
|
|
518
|
+
firstName: z.ZodString;
|
|
519
|
+
lastName: z.ZodString;
|
|
520
|
+
phone: z.ZodOptional<z.ZodString>;
|
|
521
|
+
email: z.ZodString;
|
|
522
|
+
roleId: z.ZodNumber;
|
|
523
|
+
roleName: z.ZodString;
|
|
524
|
+
joinedAt: z.ZodString;
|
|
525
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
526
|
+
PageMetadata: z.ZodObject<{
|
|
527
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
528
|
+
number: z.ZodOptional<z.ZodNumber>;
|
|
529
|
+
totalElements: z.ZodOptional<z.ZodNumber>;
|
|
530
|
+
totalPages: z.ZodOptional<z.ZodNumber>;
|
|
531
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
532
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
533
|
+
number: z.ZodOptional<z.ZodNumber>;
|
|
534
|
+
totalElements: z.ZodOptional<z.ZodNumber>;
|
|
535
|
+
totalPages: z.ZodOptional<z.ZodNumber>;
|
|
536
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
537
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
538
|
+
number: z.ZodOptional<z.ZodNumber>;
|
|
539
|
+
totalElements: z.ZodOptional<z.ZodNumber>;
|
|
540
|
+
totalPages: z.ZodOptional<z.ZodNumber>;
|
|
541
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
542
|
+
PagedModelMemberViewResponse: z.ZodObject<{
|
|
543
|
+
content: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
544
|
+
userId: z.ZodString;
|
|
545
|
+
firstName: z.ZodString;
|
|
546
|
+
lastName: z.ZodString;
|
|
547
|
+
phone: z.ZodOptional<z.ZodString>;
|
|
548
|
+
email: z.ZodString;
|
|
549
|
+
roleId: z.ZodNumber;
|
|
550
|
+
roleName: z.ZodString;
|
|
551
|
+
joinedAt: z.ZodString;
|
|
552
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
553
|
+
userId: z.ZodString;
|
|
554
|
+
firstName: z.ZodString;
|
|
555
|
+
lastName: z.ZodString;
|
|
556
|
+
phone: z.ZodOptional<z.ZodString>;
|
|
557
|
+
email: z.ZodString;
|
|
558
|
+
roleId: z.ZodNumber;
|
|
559
|
+
roleName: z.ZodString;
|
|
560
|
+
joinedAt: z.ZodString;
|
|
561
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
562
|
+
userId: z.ZodString;
|
|
563
|
+
firstName: z.ZodString;
|
|
564
|
+
lastName: z.ZodString;
|
|
565
|
+
phone: z.ZodOptional<z.ZodString>;
|
|
566
|
+
email: z.ZodString;
|
|
567
|
+
roleId: z.ZodNumber;
|
|
568
|
+
roleName: z.ZodString;
|
|
569
|
+
joinedAt: z.ZodString;
|
|
570
|
+
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
571
|
+
page: z.ZodOptional<z.ZodObject<{
|
|
572
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
573
|
+
number: z.ZodOptional<z.ZodNumber>;
|
|
574
|
+
totalElements: z.ZodOptional<z.ZodNumber>;
|
|
575
|
+
totalPages: z.ZodOptional<z.ZodNumber>;
|
|
576
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
577
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
578
|
+
number: z.ZodOptional<z.ZodNumber>;
|
|
579
|
+
totalElements: z.ZodOptional<z.ZodNumber>;
|
|
580
|
+
totalPages: z.ZodOptional<z.ZodNumber>;
|
|
581
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
582
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
583
|
+
number: z.ZodOptional<z.ZodNumber>;
|
|
584
|
+
totalElements: z.ZodOptional<z.ZodNumber>;
|
|
585
|
+
totalPages: z.ZodOptional<z.ZodNumber>;
|
|
586
|
+
}, z.ZodTypeAny, "passthrough">>>;
|
|
587
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
588
|
+
content: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
589
|
+
userId: z.ZodString;
|
|
590
|
+
firstName: z.ZodString;
|
|
591
|
+
lastName: z.ZodString;
|
|
592
|
+
phone: z.ZodOptional<z.ZodString>;
|
|
593
|
+
email: z.ZodString;
|
|
594
|
+
roleId: z.ZodNumber;
|
|
595
|
+
roleName: z.ZodString;
|
|
596
|
+
joinedAt: z.ZodString;
|
|
597
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
598
|
+
userId: z.ZodString;
|
|
599
|
+
firstName: z.ZodString;
|
|
600
|
+
lastName: z.ZodString;
|
|
601
|
+
phone: z.ZodOptional<z.ZodString>;
|
|
602
|
+
email: z.ZodString;
|
|
603
|
+
roleId: z.ZodNumber;
|
|
604
|
+
roleName: z.ZodString;
|
|
605
|
+
joinedAt: z.ZodString;
|
|
606
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
607
|
+
userId: z.ZodString;
|
|
608
|
+
firstName: z.ZodString;
|
|
609
|
+
lastName: z.ZodString;
|
|
610
|
+
phone: z.ZodOptional<z.ZodString>;
|
|
611
|
+
email: z.ZodString;
|
|
612
|
+
roleId: z.ZodNumber;
|
|
613
|
+
roleName: z.ZodString;
|
|
614
|
+
joinedAt: z.ZodString;
|
|
615
|
+
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
616
|
+
page: z.ZodOptional<z.ZodObject<{
|
|
617
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
618
|
+
number: z.ZodOptional<z.ZodNumber>;
|
|
619
|
+
totalElements: z.ZodOptional<z.ZodNumber>;
|
|
620
|
+
totalPages: z.ZodOptional<z.ZodNumber>;
|
|
621
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
622
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
623
|
+
number: z.ZodOptional<z.ZodNumber>;
|
|
624
|
+
totalElements: z.ZodOptional<z.ZodNumber>;
|
|
625
|
+
totalPages: z.ZodOptional<z.ZodNumber>;
|
|
626
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
627
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
628
|
+
number: z.ZodOptional<z.ZodNumber>;
|
|
629
|
+
totalElements: z.ZodOptional<z.ZodNumber>;
|
|
630
|
+
totalPages: z.ZodOptional<z.ZodNumber>;
|
|
631
|
+
}, z.ZodTypeAny, "passthrough">>>;
|
|
632
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
633
|
+
content: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
634
|
+
userId: z.ZodString;
|
|
635
|
+
firstName: z.ZodString;
|
|
636
|
+
lastName: z.ZodString;
|
|
637
|
+
phone: z.ZodOptional<z.ZodString>;
|
|
638
|
+
email: z.ZodString;
|
|
639
|
+
roleId: z.ZodNumber;
|
|
640
|
+
roleName: z.ZodString;
|
|
641
|
+
joinedAt: z.ZodString;
|
|
642
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
643
|
+
userId: z.ZodString;
|
|
644
|
+
firstName: z.ZodString;
|
|
645
|
+
lastName: z.ZodString;
|
|
646
|
+
phone: z.ZodOptional<z.ZodString>;
|
|
647
|
+
email: z.ZodString;
|
|
648
|
+
roleId: z.ZodNumber;
|
|
649
|
+
roleName: z.ZodString;
|
|
650
|
+
joinedAt: z.ZodString;
|
|
651
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
652
|
+
userId: z.ZodString;
|
|
653
|
+
firstName: z.ZodString;
|
|
654
|
+
lastName: z.ZodString;
|
|
655
|
+
phone: z.ZodOptional<z.ZodString>;
|
|
656
|
+
email: z.ZodString;
|
|
657
|
+
roleId: z.ZodNumber;
|
|
658
|
+
roleName: z.ZodString;
|
|
659
|
+
joinedAt: z.ZodString;
|
|
660
|
+
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
661
|
+
page: z.ZodOptional<z.ZodObject<{
|
|
662
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
663
|
+
number: z.ZodOptional<z.ZodNumber>;
|
|
664
|
+
totalElements: z.ZodOptional<z.ZodNumber>;
|
|
665
|
+
totalPages: z.ZodOptional<z.ZodNumber>;
|
|
666
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
667
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
668
|
+
number: z.ZodOptional<z.ZodNumber>;
|
|
669
|
+
totalElements: z.ZodOptional<z.ZodNumber>;
|
|
670
|
+
totalPages: z.ZodOptional<z.ZodNumber>;
|
|
671
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
672
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
673
|
+
number: z.ZodOptional<z.ZodNumber>;
|
|
674
|
+
totalElements: z.ZodOptional<z.ZodNumber>;
|
|
675
|
+
totalPages: z.ZodOptional<z.ZodNumber>;
|
|
676
|
+
}, z.ZodTypeAny, "passthrough">>>;
|
|
677
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
678
|
+
InvitationViewResponse: z.ZodObject<{
|
|
679
|
+
invitationId: z.ZodString;
|
|
680
|
+
email: z.ZodString;
|
|
681
|
+
status: z.ZodEnum<["PENDING", "ACCEPTED", "CANCELLED", "EXPIRED"]>;
|
|
682
|
+
createdAt: z.ZodString;
|
|
683
|
+
expiresAt: z.ZodString;
|
|
684
|
+
acceptedAt: z.ZodOptional<z.ZodString>;
|
|
685
|
+
acceptedBy: z.ZodOptional<z.ZodString>;
|
|
686
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
687
|
+
invitationId: z.ZodString;
|
|
688
|
+
email: z.ZodString;
|
|
689
|
+
status: z.ZodEnum<["PENDING", "ACCEPTED", "CANCELLED", "EXPIRED"]>;
|
|
690
|
+
createdAt: z.ZodString;
|
|
691
|
+
expiresAt: z.ZodString;
|
|
692
|
+
acceptedAt: z.ZodOptional<z.ZodString>;
|
|
693
|
+
acceptedBy: z.ZodOptional<z.ZodString>;
|
|
694
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
695
|
+
invitationId: z.ZodString;
|
|
696
|
+
email: z.ZodString;
|
|
697
|
+
status: z.ZodEnum<["PENDING", "ACCEPTED", "CANCELLED", "EXPIRED"]>;
|
|
698
|
+
createdAt: z.ZodString;
|
|
699
|
+
expiresAt: z.ZodString;
|
|
700
|
+
acceptedAt: z.ZodOptional<z.ZodString>;
|
|
701
|
+
acceptedBy: z.ZodOptional<z.ZodString>;
|
|
702
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
703
|
+
PagedModelInvitationViewResponse: z.ZodObject<{
|
|
704
|
+
content: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
705
|
+
invitationId: z.ZodString;
|
|
706
|
+
email: z.ZodString;
|
|
707
|
+
status: z.ZodEnum<["PENDING", "ACCEPTED", "CANCELLED", "EXPIRED"]>;
|
|
708
|
+
createdAt: z.ZodString;
|
|
709
|
+
expiresAt: z.ZodString;
|
|
710
|
+
acceptedAt: z.ZodOptional<z.ZodString>;
|
|
711
|
+
acceptedBy: z.ZodOptional<z.ZodString>;
|
|
712
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
713
|
+
invitationId: z.ZodString;
|
|
714
|
+
email: z.ZodString;
|
|
715
|
+
status: z.ZodEnum<["PENDING", "ACCEPTED", "CANCELLED", "EXPIRED"]>;
|
|
716
|
+
createdAt: z.ZodString;
|
|
717
|
+
expiresAt: z.ZodString;
|
|
718
|
+
acceptedAt: z.ZodOptional<z.ZodString>;
|
|
719
|
+
acceptedBy: z.ZodOptional<z.ZodString>;
|
|
720
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
721
|
+
invitationId: z.ZodString;
|
|
722
|
+
email: z.ZodString;
|
|
723
|
+
status: z.ZodEnum<["PENDING", "ACCEPTED", "CANCELLED", "EXPIRED"]>;
|
|
724
|
+
createdAt: z.ZodString;
|
|
725
|
+
expiresAt: z.ZodString;
|
|
726
|
+
acceptedAt: z.ZodOptional<z.ZodString>;
|
|
727
|
+
acceptedBy: z.ZodOptional<z.ZodString>;
|
|
728
|
+
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
729
|
+
page: z.ZodOptional<z.ZodObject<{
|
|
730
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
731
|
+
number: z.ZodOptional<z.ZodNumber>;
|
|
732
|
+
totalElements: z.ZodOptional<z.ZodNumber>;
|
|
733
|
+
totalPages: z.ZodOptional<z.ZodNumber>;
|
|
734
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
735
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
736
|
+
number: z.ZodOptional<z.ZodNumber>;
|
|
737
|
+
totalElements: z.ZodOptional<z.ZodNumber>;
|
|
738
|
+
totalPages: z.ZodOptional<z.ZodNumber>;
|
|
739
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
740
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
741
|
+
number: z.ZodOptional<z.ZodNumber>;
|
|
742
|
+
totalElements: z.ZodOptional<z.ZodNumber>;
|
|
743
|
+
totalPages: z.ZodOptional<z.ZodNumber>;
|
|
744
|
+
}, z.ZodTypeAny, "passthrough">>>;
|
|
745
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
746
|
+
content: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
747
|
+
invitationId: z.ZodString;
|
|
748
|
+
email: z.ZodString;
|
|
749
|
+
status: z.ZodEnum<["PENDING", "ACCEPTED", "CANCELLED", "EXPIRED"]>;
|
|
750
|
+
createdAt: z.ZodString;
|
|
751
|
+
expiresAt: z.ZodString;
|
|
752
|
+
acceptedAt: z.ZodOptional<z.ZodString>;
|
|
753
|
+
acceptedBy: z.ZodOptional<z.ZodString>;
|
|
754
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
755
|
+
invitationId: z.ZodString;
|
|
756
|
+
email: z.ZodString;
|
|
757
|
+
status: z.ZodEnum<["PENDING", "ACCEPTED", "CANCELLED", "EXPIRED"]>;
|
|
758
|
+
createdAt: z.ZodString;
|
|
759
|
+
expiresAt: z.ZodString;
|
|
760
|
+
acceptedAt: z.ZodOptional<z.ZodString>;
|
|
761
|
+
acceptedBy: z.ZodOptional<z.ZodString>;
|
|
762
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
763
|
+
invitationId: z.ZodString;
|
|
764
|
+
email: z.ZodString;
|
|
765
|
+
status: z.ZodEnum<["PENDING", "ACCEPTED", "CANCELLED", "EXPIRED"]>;
|
|
766
|
+
createdAt: z.ZodString;
|
|
767
|
+
expiresAt: z.ZodString;
|
|
768
|
+
acceptedAt: z.ZodOptional<z.ZodString>;
|
|
769
|
+
acceptedBy: z.ZodOptional<z.ZodString>;
|
|
770
|
+
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
771
|
+
page: z.ZodOptional<z.ZodObject<{
|
|
772
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
773
|
+
number: z.ZodOptional<z.ZodNumber>;
|
|
774
|
+
totalElements: z.ZodOptional<z.ZodNumber>;
|
|
775
|
+
totalPages: z.ZodOptional<z.ZodNumber>;
|
|
776
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
777
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
778
|
+
number: z.ZodOptional<z.ZodNumber>;
|
|
779
|
+
totalElements: z.ZodOptional<z.ZodNumber>;
|
|
780
|
+
totalPages: z.ZodOptional<z.ZodNumber>;
|
|
781
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
782
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
783
|
+
number: z.ZodOptional<z.ZodNumber>;
|
|
784
|
+
totalElements: z.ZodOptional<z.ZodNumber>;
|
|
785
|
+
totalPages: z.ZodOptional<z.ZodNumber>;
|
|
786
|
+
}, z.ZodTypeAny, "passthrough">>>;
|
|
787
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
788
|
+
content: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
789
|
+
invitationId: z.ZodString;
|
|
790
|
+
email: z.ZodString;
|
|
791
|
+
status: z.ZodEnum<["PENDING", "ACCEPTED", "CANCELLED", "EXPIRED"]>;
|
|
792
|
+
createdAt: z.ZodString;
|
|
793
|
+
expiresAt: z.ZodString;
|
|
794
|
+
acceptedAt: z.ZodOptional<z.ZodString>;
|
|
795
|
+
acceptedBy: z.ZodOptional<z.ZodString>;
|
|
796
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
797
|
+
invitationId: z.ZodString;
|
|
798
|
+
email: z.ZodString;
|
|
799
|
+
status: z.ZodEnum<["PENDING", "ACCEPTED", "CANCELLED", "EXPIRED"]>;
|
|
800
|
+
createdAt: z.ZodString;
|
|
801
|
+
expiresAt: z.ZodString;
|
|
802
|
+
acceptedAt: z.ZodOptional<z.ZodString>;
|
|
803
|
+
acceptedBy: z.ZodOptional<z.ZodString>;
|
|
804
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
805
|
+
invitationId: z.ZodString;
|
|
806
|
+
email: z.ZodString;
|
|
807
|
+
status: z.ZodEnum<["PENDING", "ACCEPTED", "CANCELLED", "EXPIRED"]>;
|
|
808
|
+
createdAt: z.ZodString;
|
|
809
|
+
expiresAt: z.ZodString;
|
|
810
|
+
acceptedAt: z.ZodOptional<z.ZodString>;
|
|
811
|
+
acceptedBy: z.ZodOptional<z.ZodString>;
|
|
812
|
+
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
813
|
+
page: z.ZodOptional<z.ZodObject<{
|
|
814
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
815
|
+
number: z.ZodOptional<z.ZodNumber>;
|
|
816
|
+
totalElements: z.ZodOptional<z.ZodNumber>;
|
|
817
|
+
totalPages: z.ZodOptional<z.ZodNumber>;
|
|
818
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
819
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
820
|
+
number: z.ZodOptional<z.ZodNumber>;
|
|
821
|
+
totalElements: z.ZodOptional<z.ZodNumber>;
|
|
822
|
+
totalPages: z.ZodOptional<z.ZodNumber>;
|
|
823
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
824
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
825
|
+
number: z.ZodOptional<z.ZodNumber>;
|
|
826
|
+
totalElements: z.ZodOptional<z.ZodNumber>;
|
|
827
|
+
totalPages: z.ZodOptional<z.ZodNumber>;
|
|
828
|
+
}, z.ZodTypeAny, "passthrough">>>;
|
|
829
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
830
|
+
InvitationDetailsResponse: z.ZodObject<{
|
|
831
|
+
invitationId: z.ZodString;
|
|
832
|
+
agencyId: z.ZodString;
|
|
833
|
+
email: z.ZodString;
|
|
834
|
+
status: z.ZodEnum<["PENDING", "ACCEPTED", "CANCELLED", "EXPIRED"]>;
|
|
835
|
+
agencyName: z.ZodString;
|
|
836
|
+
agencyLogo: z.ZodOptional<z.ZodString>;
|
|
837
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
838
|
+
invitationId: z.ZodString;
|
|
839
|
+
agencyId: z.ZodString;
|
|
840
|
+
email: z.ZodString;
|
|
841
|
+
status: z.ZodEnum<["PENDING", "ACCEPTED", "CANCELLED", "EXPIRED"]>;
|
|
842
|
+
agencyName: z.ZodString;
|
|
843
|
+
agencyLogo: z.ZodOptional<z.ZodString>;
|
|
844
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
845
|
+
invitationId: z.ZodString;
|
|
846
|
+
agencyId: z.ZodString;
|
|
847
|
+
email: z.ZodString;
|
|
848
|
+
status: z.ZodEnum<["PENDING", "ACCEPTED", "CANCELLED", "EXPIRED"]>;
|
|
849
|
+
agencyName: z.ZodString;
|
|
850
|
+
agencyLogo: z.ZodOptional<z.ZodString>;
|
|
851
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
852
|
+
AgencyPeekViewResponse: z.ZodObject<{
|
|
853
|
+
id: z.ZodString;
|
|
854
|
+
owner: z.ZodString;
|
|
855
|
+
name: z.ZodString;
|
|
856
|
+
email: z.ZodString;
|
|
857
|
+
seats: z.ZodString;
|
|
858
|
+
subDomain: z.ZodString;
|
|
859
|
+
phone: z.ZodString;
|
|
860
|
+
website: z.ZodOptional<z.ZodString>;
|
|
861
|
+
yearSince: z.ZodString;
|
|
862
|
+
status: z.ZodEnum<["NEW", "ACTIVE", "PAYMENT_FAILED", "INACTIVE"]>;
|
|
863
|
+
logo: z.ZodOptional<z.ZodString>;
|
|
864
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
865
|
+
id: z.ZodString;
|
|
866
|
+
owner: z.ZodString;
|
|
867
|
+
name: z.ZodString;
|
|
868
|
+
email: z.ZodString;
|
|
869
|
+
seats: z.ZodString;
|
|
870
|
+
subDomain: z.ZodString;
|
|
871
|
+
phone: z.ZodString;
|
|
872
|
+
website: z.ZodOptional<z.ZodString>;
|
|
873
|
+
yearSince: z.ZodString;
|
|
874
|
+
status: z.ZodEnum<["NEW", "ACTIVE", "PAYMENT_FAILED", "INACTIVE"]>;
|
|
875
|
+
logo: z.ZodOptional<z.ZodString>;
|
|
876
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
877
|
+
id: z.ZodString;
|
|
878
|
+
owner: z.ZodString;
|
|
879
|
+
name: z.ZodString;
|
|
880
|
+
email: z.ZodString;
|
|
881
|
+
seats: z.ZodString;
|
|
882
|
+
subDomain: z.ZodString;
|
|
883
|
+
phone: z.ZodString;
|
|
884
|
+
website: z.ZodOptional<z.ZodString>;
|
|
885
|
+
yearSince: z.ZodString;
|
|
886
|
+
status: z.ZodEnum<["NEW", "ACTIVE", "PAYMENT_FAILED", "INACTIVE"]>;
|
|
887
|
+
logo: z.ZodOptional<z.ZodString>;
|
|
298
888
|
}, z.ZodTypeAny, "passthrough">>;
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
305
|
-
email: z.ZodString;
|
|
306
|
-
firstName: z.ZodString;
|
|
307
|
-
lastName: z.ZodString;
|
|
308
|
-
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
889
|
+
PagedModelAgencyPeekViewResponse: z.ZodObject<{
|
|
890
|
+
content: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
891
|
+
id: z.ZodString;
|
|
892
|
+
owner: z.ZodString;
|
|
893
|
+
name: z.ZodString;
|
|
309
894
|
email: z.ZodString;
|
|
310
|
-
|
|
311
|
-
lastName: z.ZodString;
|
|
312
|
-
}, z.ZodTypeAny, "passthrough">>;
|
|
313
|
-
organizations: z.ZodArray<z.ZodObject<{
|
|
314
|
-
agencyId: z.ZodString;
|
|
315
|
-
isOwner: z.ZodBoolean;
|
|
316
|
-
agencyName: z.ZodString;
|
|
895
|
+
seats: z.ZodString;
|
|
317
896
|
subDomain: z.ZodString;
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
authorities: z.ZodArray<z.ZodEnum<["properties_read", "properties_write", "agents_read", "agents_write"]>, "many">;
|
|
897
|
+
phone: z.ZodString;
|
|
898
|
+
website: z.ZodOptional<z.ZodString>;
|
|
899
|
+
yearSince: z.ZodString;
|
|
322
900
|
status: z.ZodEnum<["NEW", "ACTIVE", "PAYMENT_FAILED", "INACTIVE"]>;
|
|
901
|
+
logo: z.ZodOptional<z.ZodString>;
|
|
323
902
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
903
|
+
id: z.ZodString;
|
|
904
|
+
owner: z.ZodString;
|
|
905
|
+
name: z.ZodString;
|
|
906
|
+
email: z.ZodString;
|
|
907
|
+
seats: z.ZodString;
|
|
327
908
|
subDomain: z.ZodString;
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
authorities: z.ZodArray<z.ZodEnum<["properties_read", "properties_write", "agents_read", "agents_write"]>, "many">;
|
|
909
|
+
phone: z.ZodString;
|
|
910
|
+
website: z.ZodOptional<z.ZodString>;
|
|
911
|
+
yearSince: z.ZodString;
|
|
332
912
|
status: z.ZodEnum<["NEW", "ACTIVE", "PAYMENT_FAILED", "INACTIVE"]>;
|
|
913
|
+
logo: z.ZodOptional<z.ZodString>;
|
|
333
914
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
915
|
+
id: z.ZodString;
|
|
916
|
+
owner: z.ZodString;
|
|
917
|
+
name: z.ZodString;
|
|
918
|
+
email: z.ZodString;
|
|
919
|
+
seats: z.ZodString;
|
|
337
920
|
subDomain: z.ZodString;
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
authorities: z.ZodArray<z.ZodEnum<["properties_read", "properties_write", "agents_read", "agents_write"]>, "many">;
|
|
921
|
+
phone: z.ZodString;
|
|
922
|
+
website: z.ZodOptional<z.ZodString>;
|
|
923
|
+
yearSince: z.ZodString;
|
|
342
924
|
status: z.ZodEnum<["NEW", "ACTIVE", "PAYMENT_FAILED", "INACTIVE"]>;
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
925
|
+
logo: z.ZodOptional<z.ZodString>;
|
|
926
|
+
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
927
|
+
page: z.ZodOptional<z.ZodObject<{
|
|
928
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
929
|
+
number: z.ZodOptional<z.ZodNumber>;
|
|
930
|
+
totalElements: z.ZodOptional<z.ZodNumber>;
|
|
931
|
+
totalPages: z.ZodOptional<z.ZodNumber>;
|
|
349
932
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
933
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
934
|
+
number: z.ZodOptional<z.ZodNumber>;
|
|
935
|
+
totalElements: z.ZodOptional<z.ZodNumber>;
|
|
936
|
+
totalPages: z.ZodOptional<z.ZodNumber>;
|
|
353
937
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
938
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
939
|
+
number: z.ZodOptional<z.ZodNumber>;
|
|
940
|
+
totalElements: z.ZodOptional<z.ZodNumber>;
|
|
941
|
+
totalPages: z.ZodOptional<z.ZodNumber>;
|
|
942
|
+
}, z.ZodTypeAny, "passthrough">>>;
|
|
943
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
944
|
+
content: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
945
|
+
id: z.ZodString;
|
|
946
|
+
owner: z.ZodString;
|
|
947
|
+
name: z.ZodString;
|
|
354
948
|
email: z.ZodString;
|
|
355
|
-
|
|
356
|
-
lastName: z.ZodString;
|
|
357
|
-
}, z.ZodTypeAny, "passthrough">>;
|
|
358
|
-
organizations: z.ZodArray<z.ZodObject<{
|
|
359
|
-
agencyId: z.ZodString;
|
|
360
|
-
isOwner: z.ZodBoolean;
|
|
361
|
-
agencyName: z.ZodString;
|
|
949
|
+
seats: z.ZodString;
|
|
362
950
|
subDomain: z.ZodString;
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
authorities: z.ZodArray<z.ZodEnum<["properties_read", "properties_write", "agents_read", "agents_write"]>, "many">;
|
|
951
|
+
phone: z.ZodString;
|
|
952
|
+
website: z.ZodOptional<z.ZodString>;
|
|
953
|
+
yearSince: z.ZodString;
|
|
367
954
|
status: z.ZodEnum<["NEW", "ACTIVE", "PAYMENT_FAILED", "INACTIVE"]>;
|
|
955
|
+
logo: z.ZodOptional<z.ZodString>;
|
|
368
956
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
957
|
+
id: z.ZodString;
|
|
958
|
+
owner: z.ZodString;
|
|
959
|
+
name: z.ZodString;
|
|
960
|
+
email: z.ZodString;
|
|
961
|
+
seats: z.ZodString;
|
|
372
962
|
subDomain: z.ZodString;
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
authorities: z.ZodArray<z.ZodEnum<["properties_read", "properties_write", "agents_read", "agents_write"]>, "many">;
|
|
963
|
+
phone: z.ZodString;
|
|
964
|
+
website: z.ZodOptional<z.ZodString>;
|
|
965
|
+
yearSince: z.ZodString;
|
|
377
966
|
status: z.ZodEnum<["NEW", "ACTIVE", "PAYMENT_FAILED", "INACTIVE"]>;
|
|
967
|
+
logo: z.ZodOptional<z.ZodString>;
|
|
378
968
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
969
|
+
id: z.ZodString;
|
|
970
|
+
owner: z.ZodString;
|
|
971
|
+
name: z.ZodString;
|
|
972
|
+
email: z.ZodString;
|
|
973
|
+
seats: z.ZodString;
|
|
382
974
|
subDomain: z.ZodString;
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
authorities: z.ZodArray<z.ZodEnum<["properties_read", "properties_write", "agents_read", "agents_write"]>, "many">;
|
|
975
|
+
phone: z.ZodString;
|
|
976
|
+
website: z.ZodOptional<z.ZodString>;
|
|
977
|
+
yearSince: z.ZodString;
|
|
387
978
|
status: z.ZodEnum<["NEW", "ACTIVE", "PAYMENT_FAILED", "INACTIVE"]>;
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
979
|
+
logo: z.ZodOptional<z.ZodString>;
|
|
980
|
+
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
981
|
+
page: z.ZodOptional<z.ZodObject<{
|
|
982
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
983
|
+
number: z.ZodOptional<z.ZodNumber>;
|
|
984
|
+
totalElements: z.ZodOptional<z.ZodNumber>;
|
|
985
|
+
totalPages: z.ZodOptional<z.ZodNumber>;
|
|
394
986
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
987
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
988
|
+
number: z.ZodOptional<z.ZodNumber>;
|
|
989
|
+
totalElements: z.ZodOptional<z.ZodNumber>;
|
|
990
|
+
totalPages: z.ZodOptional<z.ZodNumber>;
|
|
398
991
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
992
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
993
|
+
number: z.ZodOptional<z.ZodNumber>;
|
|
994
|
+
totalElements: z.ZodOptional<z.ZodNumber>;
|
|
995
|
+
totalPages: z.ZodOptional<z.ZodNumber>;
|
|
996
|
+
}, z.ZodTypeAny, "passthrough">>>;
|
|
997
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
998
|
+
content: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
999
|
+
id: z.ZodString;
|
|
1000
|
+
owner: z.ZodString;
|
|
1001
|
+
name: z.ZodString;
|
|
399
1002
|
email: z.ZodString;
|
|
400
|
-
|
|
401
|
-
lastName: z.ZodString;
|
|
402
|
-
}, z.ZodTypeAny, "passthrough">>;
|
|
403
|
-
organizations: z.ZodArray<z.ZodObject<{
|
|
404
|
-
agencyId: z.ZodString;
|
|
405
|
-
isOwner: z.ZodBoolean;
|
|
406
|
-
agencyName: z.ZodString;
|
|
1003
|
+
seats: z.ZodString;
|
|
407
1004
|
subDomain: z.ZodString;
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
authorities: z.ZodArray<z.ZodEnum<["properties_read", "properties_write", "agents_read", "agents_write"]>, "many">;
|
|
1005
|
+
phone: z.ZodString;
|
|
1006
|
+
website: z.ZodOptional<z.ZodString>;
|
|
1007
|
+
yearSince: z.ZodString;
|
|
412
1008
|
status: z.ZodEnum<["NEW", "ACTIVE", "PAYMENT_FAILED", "INACTIVE"]>;
|
|
1009
|
+
logo: z.ZodOptional<z.ZodString>;
|
|
413
1010
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
1011
|
+
id: z.ZodString;
|
|
1012
|
+
owner: z.ZodString;
|
|
1013
|
+
name: z.ZodString;
|
|
1014
|
+
email: z.ZodString;
|
|
1015
|
+
seats: z.ZodString;
|
|
417
1016
|
subDomain: z.ZodString;
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
authorities: z.ZodArray<z.ZodEnum<["properties_read", "properties_write", "agents_read", "agents_write"]>, "many">;
|
|
1017
|
+
phone: z.ZodString;
|
|
1018
|
+
website: z.ZodOptional<z.ZodString>;
|
|
1019
|
+
yearSince: z.ZodString;
|
|
422
1020
|
status: z.ZodEnum<["NEW", "ACTIVE", "PAYMENT_FAILED", "INACTIVE"]>;
|
|
1021
|
+
logo: z.ZodOptional<z.ZodString>;
|
|
423
1022
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
1023
|
+
id: z.ZodString;
|
|
1024
|
+
owner: z.ZodString;
|
|
1025
|
+
name: z.ZodString;
|
|
1026
|
+
email: z.ZodString;
|
|
1027
|
+
seats: z.ZodString;
|
|
427
1028
|
subDomain: z.ZodString;
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
authorities: z.ZodArray<z.ZodEnum<["properties_read", "properties_write", "agents_read", "agents_write"]>, "many">;
|
|
1029
|
+
phone: z.ZodString;
|
|
1030
|
+
website: z.ZodOptional<z.ZodString>;
|
|
1031
|
+
yearSince: z.ZodString;
|
|
432
1032
|
status: z.ZodEnum<["NEW", "ACTIVE", "PAYMENT_FAILED", "INACTIVE"]>;
|
|
433
|
-
|
|
1033
|
+
logo: z.ZodOptional<z.ZodString>;
|
|
1034
|
+
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
1035
|
+
page: z.ZodOptional<z.ZodObject<{
|
|
1036
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
1037
|
+
number: z.ZodOptional<z.ZodNumber>;
|
|
1038
|
+
totalElements: z.ZodOptional<z.ZodNumber>;
|
|
1039
|
+
totalPages: z.ZodOptional<z.ZodNumber>;
|
|
1040
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
1041
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
1042
|
+
number: z.ZodOptional<z.ZodNumber>;
|
|
1043
|
+
totalElements: z.ZodOptional<z.ZodNumber>;
|
|
1044
|
+
totalPages: z.ZodOptional<z.ZodNumber>;
|
|
1045
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
1046
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
1047
|
+
number: z.ZodOptional<z.ZodNumber>;
|
|
1048
|
+
totalElements: z.ZodOptional<z.ZodNumber>;
|
|
1049
|
+
totalPages: z.ZodOptional<z.ZodNumber>;
|
|
1050
|
+
}, z.ZodTypeAny, "passthrough">>>;
|
|
434
1051
|
}, z.ZodTypeAny, "passthrough">>;
|
|
435
1052
|
AddressViewResponse: z.ZodObject<{
|
|
436
1053
|
country: z.ZodString;
|
|
@@ -530,33 +1147,35 @@ export declare const schemas: {
|
|
|
530
1147
|
}, z.ZodTypeAny, "passthrough">>;
|
|
531
1148
|
yearSince: z.ZodNumber;
|
|
532
1149
|
}, z.ZodTypeAny, "passthrough">>;
|
|
533
|
-
InvitationViewResponse: z.ZodObject<{
|
|
534
|
-
invitationId: z.ZodString;
|
|
535
|
-
email: z.ZodString;
|
|
536
|
-
status: z.ZodEnum<["PENDING", "ACCEPTED", "CANCELLED", "EXPIRED"]>;
|
|
537
|
-
createdAt: z.ZodString;
|
|
538
|
-
expiresAt: z.ZodString;
|
|
539
|
-
acceptedAt: z.ZodOptional<z.ZodString>;
|
|
540
|
-
acceptedBy: z.ZodOptional<z.ZodString>;
|
|
541
|
-
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
542
|
-
invitationId: z.ZodString;
|
|
543
|
-
email: z.ZodString;
|
|
544
|
-
status: z.ZodEnum<["PENDING", "ACCEPTED", "CANCELLED", "EXPIRED"]>;
|
|
545
|
-
createdAt: z.ZodString;
|
|
546
|
-
expiresAt: z.ZodString;
|
|
547
|
-
acceptedAt: z.ZodOptional<z.ZodString>;
|
|
548
|
-
acceptedBy: z.ZodOptional<z.ZodString>;
|
|
549
|
-
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
550
|
-
invitationId: z.ZodString;
|
|
551
|
-
email: z.ZodString;
|
|
552
|
-
status: z.ZodEnum<["PENDING", "ACCEPTED", "CANCELLED", "EXPIRED"]>;
|
|
553
|
-
createdAt: z.ZodString;
|
|
554
|
-
expiresAt: z.ZodString;
|
|
555
|
-
acceptedAt: z.ZodOptional<z.ZodString>;
|
|
556
|
-
acceptedBy: z.ZodOptional<z.ZodString>;
|
|
557
|
-
}, z.ZodTypeAny, "passthrough">>;
|
|
558
1150
|
};
|
|
559
1151
|
export declare const api: import("@zodios/core").ZodiosInstance<[{
|
|
1152
|
+
method: "get";
|
|
1153
|
+
path: "/agency";
|
|
1154
|
+
alias: "getAllAgencies";
|
|
1155
|
+
requestFormat: "json";
|
|
1156
|
+
parameters: [{
|
|
1157
|
+
name: "status";
|
|
1158
|
+
type: "Query";
|
|
1159
|
+
schema: z.ZodOptional<z.ZodEnum<["NEW", "ACTIVE", "PAYMENT_FAILED", "INACTIVE"]>>;
|
|
1160
|
+
}, {
|
|
1161
|
+
name: "pageable";
|
|
1162
|
+
type: "Query";
|
|
1163
|
+
schema: z.ZodObject<{
|
|
1164
|
+
page: z.ZodOptional<z.ZodNumber>;
|
|
1165
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
1166
|
+
sort: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1167
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
1168
|
+
page: z.ZodOptional<z.ZodNumber>;
|
|
1169
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
1170
|
+
sort: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1171
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
1172
|
+
page: z.ZodOptional<z.ZodNumber>;
|
|
1173
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
1174
|
+
sort: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1175
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
1176
|
+
}];
|
|
1177
|
+
response: z.ZodVoid;
|
|
1178
|
+
}, {
|
|
560
1179
|
method: "post";
|
|
561
1180
|
path: "/agency";
|
|
562
1181
|
alias: "createAgency";
|
|
@@ -658,7 +1277,18 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
|
|
|
658
1277
|
response: z.ZodVoid;
|
|
659
1278
|
}, {
|
|
660
1279
|
method: "post";
|
|
661
|
-
path: "/agency/:agencyId";
|
|
1280
|
+
path: "/agency/:agencyId/activate";
|
|
1281
|
+
alias: "activateAgency";
|
|
1282
|
+
requestFormat: "json";
|
|
1283
|
+
parameters: [{
|
|
1284
|
+
name: "agencyId";
|
|
1285
|
+
type: "Path";
|
|
1286
|
+
schema: z.ZodString;
|
|
1287
|
+
}];
|
|
1288
|
+
response: z.ZodVoid;
|
|
1289
|
+
}, {
|
|
1290
|
+
method: "put";
|
|
1291
|
+
path: "/agency/:agencyId/details";
|
|
662
1292
|
alias: "correctRegistrationDetails";
|
|
663
1293
|
requestFormat: "json";
|
|
664
1294
|
parameters: [{
|
|
@@ -751,65 +1381,7 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
|
|
|
751
1381
|
response: z.ZodVoid;
|
|
752
1382
|
}, {
|
|
753
1383
|
method: "post";
|
|
754
|
-
path: "/agency
|
|
755
|
-
alias: "activateAgency";
|
|
756
|
-
requestFormat: "json";
|
|
757
|
-
parameters: [{
|
|
758
|
-
name: "agencyId";
|
|
759
|
-
type: "Path";
|
|
760
|
-
schema: z.ZodString;
|
|
761
|
-
}];
|
|
762
|
-
response: z.ZodVoid;
|
|
763
|
-
}, {
|
|
764
|
-
method: "get";
|
|
765
|
-
path: "/agency/:agencyId/invitation";
|
|
766
|
-
alias: "getAllInvitations";
|
|
767
|
-
requestFormat: "json";
|
|
768
|
-
parameters: [{
|
|
769
|
-
name: "agencyId";
|
|
770
|
-
type: "Path";
|
|
771
|
-
schema: z.ZodString;
|
|
772
|
-
}];
|
|
773
|
-
response: z.ZodVoid;
|
|
774
|
-
}, {
|
|
775
|
-
method: "post";
|
|
776
|
-
path: "/agency/:agencyId/invitation";
|
|
777
|
-
alias: "inviteMember";
|
|
778
|
-
requestFormat: "json";
|
|
779
|
-
parameters: [{
|
|
780
|
-
name: "body";
|
|
781
|
-
type: "Body";
|
|
782
|
-
schema: z.ZodObject<{
|
|
783
|
-
emails: z.ZodArray<z.ZodString, "many">;
|
|
784
|
-
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
785
|
-
emails: z.ZodArray<z.ZodString, "many">;
|
|
786
|
-
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
787
|
-
emails: z.ZodArray<z.ZodString, "many">;
|
|
788
|
-
}, z.ZodTypeAny, "passthrough">>;
|
|
789
|
-
}, {
|
|
790
|
-
name: "agencyId";
|
|
791
|
-
type: "Path";
|
|
792
|
-
schema: z.ZodString;
|
|
793
|
-
}];
|
|
794
|
-
response: z.ZodVoid;
|
|
795
|
-
}, {
|
|
796
|
-
method: "post";
|
|
797
|
-
path: "/agency/:agencyId/invitation/:invitationId";
|
|
798
|
-
alias: "inviteAccepted";
|
|
799
|
-
requestFormat: "json";
|
|
800
|
-
parameters: [{
|
|
801
|
-
name: "agencyId";
|
|
802
|
-
type: "Path";
|
|
803
|
-
schema: z.ZodString;
|
|
804
|
-
}, {
|
|
805
|
-
name: "invitationId";
|
|
806
|
-
type: "Path";
|
|
807
|
-
schema: z.ZodString;
|
|
808
|
-
}];
|
|
809
|
-
response: z.ZodVoid;
|
|
810
|
-
}, {
|
|
811
|
-
method: "put";
|
|
812
|
-
path: "/agency/:agencyId/presigned-urls";
|
|
1384
|
+
path: "/agency/presigned-urls";
|
|
813
1385
|
alias: "generatePresignedUrl";
|
|
814
1386
|
requestFormat: "json";
|
|
815
1387
|
parameters: [{
|
|
@@ -831,15 +1403,11 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
|
|
|
831
1403
|
width: z.ZodNumber;
|
|
832
1404
|
height: z.ZodOptional<z.ZodNumber>;
|
|
833
1405
|
}, z.ZodTypeAny, "passthrough">>;
|
|
834
|
-
}, {
|
|
835
|
-
name: "agencyId";
|
|
836
|
-
type: "Path";
|
|
837
|
-
schema: z.ZodString;
|
|
838
1406
|
}];
|
|
839
1407
|
response: z.ZodVoid;
|
|
840
1408
|
}, {
|
|
841
1409
|
method: "post";
|
|
842
|
-
path: "/agency
|
|
1410
|
+
path: "/agency/presigned-urls/notify/cover";
|
|
843
1411
|
alias: "notifyCoverUploadCompletion";
|
|
844
1412
|
requestFormat: "json";
|
|
845
1413
|
parameters: [{
|
|
@@ -861,15 +1429,11 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
|
|
|
861
1429
|
width: z.ZodNumber;
|
|
862
1430
|
height: z.ZodOptional<z.ZodNumber>;
|
|
863
1431
|
}, z.ZodTypeAny, "passthrough">>;
|
|
864
|
-
}, {
|
|
865
|
-
name: "agencyId";
|
|
866
|
-
type: "Path";
|
|
867
|
-
schema: z.ZodString;
|
|
868
1432
|
}];
|
|
869
1433
|
response: z.ZodVoid;
|
|
870
1434
|
}, {
|
|
871
1435
|
method: "post";
|
|
872
|
-
path: "/agency
|
|
1436
|
+
path: "/agency/presigned-urls/notify/logo";
|
|
873
1437
|
alias: "notifyLogoUploadCompletion";
|
|
874
1438
|
requestFormat: "json";
|
|
875
1439
|
parameters: [{
|
|
@@ -891,15 +1455,11 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
|
|
|
891
1455
|
width: z.ZodNumber;
|
|
892
1456
|
height: z.ZodOptional<z.ZodNumber>;
|
|
893
1457
|
}, z.ZodTypeAny, "passthrough">>;
|
|
894
|
-
}, {
|
|
895
|
-
name: "agencyId";
|
|
896
|
-
type: "Path";
|
|
897
|
-
schema: z.ZodString;
|
|
898
1458
|
}];
|
|
899
1459
|
response: z.ZodVoid;
|
|
900
1460
|
}, {
|
|
901
1461
|
method: "post";
|
|
902
|
-
path: "/agency
|
|
1462
|
+
path: "/agency/roles";
|
|
903
1463
|
alias: "addRole";
|
|
904
1464
|
requestFormat: "json";
|
|
905
1465
|
parameters: [{
|
|
@@ -918,15 +1478,11 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
|
|
|
918
1478
|
description: z.ZodString;
|
|
919
1479
|
authorities: z.ZodArray<z.ZodEnum<["properties_read", "properties_write", "agents_read", "agents_write"]>, "many">;
|
|
920
1480
|
}, z.ZodTypeAny, "passthrough">>;
|
|
921
|
-
}, {
|
|
922
|
-
name: "agencyId";
|
|
923
|
-
type: "Path";
|
|
924
|
-
schema: z.ZodString;
|
|
925
1481
|
}];
|
|
926
1482
|
response: z.ZodVoid;
|
|
927
1483
|
}, {
|
|
928
1484
|
method: "put";
|
|
929
|
-
path: "/agency
|
|
1485
|
+
path: "/agency/roles/:roleId";
|
|
930
1486
|
alias: "updateRole";
|
|
931
1487
|
requestFormat: "json";
|
|
932
1488
|
parameters: [{
|
|
@@ -945,10 +1501,6 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
|
|
|
945
1501
|
description: z.ZodString;
|
|
946
1502
|
authorities: z.ZodArray<z.ZodEnum<["properties_read", "properties_write", "agents_read", "agents_write"]>, "many">;
|
|
947
1503
|
}, z.ZodTypeAny, "passthrough">>;
|
|
948
|
-
}, {
|
|
949
|
-
name: "agencyId";
|
|
950
|
-
type: "Path";
|
|
951
|
-
schema: z.ZodString;
|
|
952
1504
|
}, {
|
|
953
1505
|
name: "roleId";
|
|
954
1506
|
type: "Path";
|
|
@@ -957,14 +1509,10 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
|
|
|
957
1509
|
response: z.ZodVoid;
|
|
958
1510
|
}, {
|
|
959
1511
|
method: "delete";
|
|
960
|
-
path: "/agency
|
|
1512
|
+
path: "/agency/roles/:roleId";
|
|
961
1513
|
alias: "removeRole";
|
|
962
1514
|
requestFormat: "json";
|
|
963
1515
|
parameters: [{
|
|
964
|
-
name: "agencyId";
|
|
965
|
-
type: "Path";
|
|
966
|
-
schema: z.ZodString;
|
|
967
|
-
}, {
|
|
968
1516
|
name: "roleId";
|
|
969
1517
|
type: "Path";
|
|
970
1518
|
schema: z.ZodNumber;
|
|
@@ -972,7 +1520,7 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
|
|
|
972
1520
|
response: z.ZodVoid;
|
|
973
1521
|
}, {
|
|
974
1522
|
method: "put";
|
|
975
|
-
path: "/agency
|
|
1523
|
+
path: "/agency/social-media";
|
|
976
1524
|
alias: "updateSocialUrls";
|
|
977
1525
|
requestFormat: "json";
|
|
978
1526
|
parameters: [{
|
|
@@ -1012,12 +1560,139 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
|
|
|
1012
1560
|
url: z.ZodOptional<z.ZodString>;
|
|
1013
1561
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
1014
1562
|
}, z.ZodTypeAny, "passthrough">>;
|
|
1563
|
+
}];
|
|
1564
|
+
response: z.ZodVoid;
|
|
1565
|
+
}, {
|
|
1566
|
+
method: "get";
|
|
1567
|
+
path: "/agency/subdomain/:subDomain";
|
|
1568
|
+
alias: "getAgencyBySubdomain";
|
|
1569
|
+
requestFormat: "json";
|
|
1570
|
+
parameters: [{
|
|
1571
|
+
name: "subDomain";
|
|
1572
|
+
type: "Path";
|
|
1573
|
+
schema: z.ZodString;
|
|
1574
|
+
}];
|
|
1575
|
+
response: z.ZodVoid;
|
|
1576
|
+
}, {
|
|
1577
|
+
method: "get";
|
|
1578
|
+
path: "/invitation";
|
|
1579
|
+
alias: "getAllInvitations";
|
|
1580
|
+
requestFormat: "json";
|
|
1581
|
+
parameters: [{
|
|
1582
|
+
name: "pageable";
|
|
1583
|
+
type: "Query";
|
|
1584
|
+
schema: z.ZodObject<{
|
|
1585
|
+
page: z.ZodOptional<z.ZodNumber>;
|
|
1586
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
1587
|
+
sort: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1588
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
1589
|
+
page: z.ZodOptional<z.ZodNumber>;
|
|
1590
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
1591
|
+
sort: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1592
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
1593
|
+
page: z.ZodOptional<z.ZodNumber>;
|
|
1594
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
1595
|
+
sort: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1596
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
1597
|
+
}];
|
|
1598
|
+
response: z.ZodVoid;
|
|
1599
|
+
}, {
|
|
1600
|
+
method: "post";
|
|
1601
|
+
path: "/invitation";
|
|
1602
|
+
alias: "inviteMember";
|
|
1603
|
+
requestFormat: "json";
|
|
1604
|
+
parameters: [{
|
|
1605
|
+
name: "body";
|
|
1606
|
+
type: "Body";
|
|
1607
|
+
schema: z.ZodObject<{
|
|
1608
|
+
emails: z.ZodArray<z.ZodObject<{
|
|
1609
|
+
email: z.ZodString;
|
|
1610
|
+
roleId: z.ZodNumber;
|
|
1611
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
1612
|
+
email: z.ZodString;
|
|
1613
|
+
roleId: z.ZodNumber;
|
|
1614
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
1615
|
+
email: z.ZodString;
|
|
1616
|
+
roleId: z.ZodNumber;
|
|
1617
|
+
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
1618
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
1619
|
+
emails: z.ZodArray<z.ZodObject<{
|
|
1620
|
+
email: z.ZodString;
|
|
1621
|
+
roleId: z.ZodNumber;
|
|
1622
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
1623
|
+
email: z.ZodString;
|
|
1624
|
+
roleId: z.ZodNumber;
|
|
1625
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
1626
|
+
email: z.ZodString;
|
|
1627
|
+
roleId: z.ZodNumber;
|
|
1628
|
+
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
1629
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
1630
|
+
emails: z.ZodArray<z.ZodObject<{
|
|
1631
|
+
email: z.ZodString;
|
|
1632
|
+
roleId: z.ZodNumber;
|
|
1633
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
1634
|
+
email: z.ZodString;
|
|
1635
|
+
roleId: z.ZodNumber;
|
|
1636
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
1637
|
+
email: z.ZodString;
|
|
1638
|
+
roleId: z.ZodNumber;
|
|
1639
|
+
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
1640
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
1641
|
+
}];
|
|
1642
|
+
response: z.ZodVoid;
|
|
1643
|
+
}, {
|
|
1644
|
+
method: "get";
|
|
1645
|
+
path: "/invitation/:invitationId";
|
|
1646
|
+
alias: "getInvitationDetails";
|
|
1647
|
+
requestFormat: "json";
|
|
1648
|
+
parameters: [{
|
|
1649
|
+
name: "invitationId";
|
|
1650
|
+
type: "Path";
|
|
1651
|
+
schema: z.ZodString;
|
|
1015
1652
|
}, {
|
|
1016
1653
|
name: "agencyId";
|
|
1654
|
+
type: "Query";
|
|
1655
|
+
schema: z.ZodString;
|
|
1656
|
+
}];
|
|
1657
|
+
response: z.ZodVoid;
|
|
1658
|
+
}, {
|
|
1659
|
+
method: "post";
|
|
1660
|
+
path: "/invitation/:invitationId";
|
|
1661
|
+
alias: "inviteAccepted";
|
|
1662
|
+
requestFormat: "json";
|
|
1663
|
+
parameters: [{
|
|
1664
|
+
name: "agencyId";
|
|
1665
|
+
type: "Query";
|
|
1666
|
+
schema: z.ZodString;
|
|
1667
|
+
}, {
|
|
1668
|
+
name: "invitationId";
|
|
1017
1669
|
type: "Path";
|
|
1018
1670
|
schema: z.ZodString;
|
|
1019
1671
|
}];
|
|
1020
1672
|
response: z.ZodVoid;
|
|
1673
|
+
}, {
|
|
1674
|
+
method: "get";
|
|
1675
|
+
path: "/member";
|
|
1676
|
+
alias: "getAllMembers";
|
|
1677
|
+
requestFormat: "json";
|
|
1678
|
+
parameters: [{
|
|
1679
|
+
name: "pageable";
|
|
1680
|
+
type: "Query";
|
|
1681
|
+
schema: z.ZodObject<{
|
|
1682
|
+
page: z.ZodOptional<z.ZodNumber>;
|
|
1683
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
1684
|
+
sort: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1685
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
1686
|
+
page: z.ZodOptional<z.ZodNumber>;
|
|
1687
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
1688
|
+
sort: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1689
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
1690
|
+
page: z.ZodOptional<z.ZodNumber>;
|
|
1691
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
1692
|
+
sort: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1693
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
1694
|
+
}];
|
|
1695
|
+
response: z.ZodVoid;
|
|
1021
1696
|
}, {
|
|
1022
1697
|
method: "get";
|
|
1023
1698
|
path: "/user/me";
|
|
@@ -1026,6 +1701,33 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
|
|
|
1026
1701
|
response: z.ZodVoid;
|
|
1027
1702
|
}]>;
|
|
1028
1703
|
export declare function createApiClient(baseUrl: string, options?: ZodiosOptions): import("@zodios/core").ZodiosInstance<[{
|
|
1704
|
+
method: "get";
|
|
1705
|
+
path: "/agency";
|
|
1706
|
+
alias: "getAllAgencies";
|
|
1707
|
+
requestFormat: "json";
|
|
1708
|
+
parameters: [{
|
|
1709
|
+
name: "status";
|
|
1710
|
+
type: "Query";
|
|
1711
|
+
schema: z.ZodOptional<z.ZodEnum<["NEW", "ACTIVE", "PAYMENT_FAILED", "INACTIVE"]>>;
|
|
1712
|
+
}, {
|
|
1713
|
+
name: "pageable";
|
|
1714
|
+
type: "Query";
|
|
1715
|
+
schema: z.ZodObject<{
|
|
1716
|
+
page: z.ZodOptional<z.ZodNumber>;
|
|
1717
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
1718
|
+
sort: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1719
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
1720
|
+
page: z.ZodOptional<z.ZodNumber>;
|
|
1721
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
1722
|
+
sort: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1723
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
1724
|
+
page: z.ZodOptional<z.ZodNumber>;
|
|
1725
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
1726
|
+
sort: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1727
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
1728
|
+
}];
|
|
1729
|
+
response: z.ZodVoid;
|
|
1730
|
+
}, {
|
|
1029
1731
|
method: "post";
|
|
1030
1732
|
path: "/agency";
|
|
1031
1733
|
alias: "createAgency";
|
|
@@ -1127,7 +1829,18 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
|
|
|
1127
1829
|
response: z.ZodVoid;
|
|
1128
1830
|
}, {
|
|
1129
1831
|
method: "post";
|
|
1130
|
-
path: "/agency/:agencyId";
|
|
1832
|
+
path: "/agency/:agencyId/activate";
|
|
1833
|
+
alias: "activateAgency";
|
|
1834
|
+
requestFormat: "json";
|
|
1835
|
+
parameters: [{
|
|
1836
|
+
name: "agencyId";
|
|
1837
|
+
type: "Path";
|
|
1838
|
+
schema: z.ZodString;
|
|
1839
|
+
}];
|
|
1840
|
+
response: z.ZodVoid;
|
|
1841
|
+
}, {
|
|
1842
|
+
method: "put";
|
|
1843
|
+
path: "/agency/:agencyId/details";
|
|
1131
1844
|
alias: "correctRegistrationDetails";
|
|
1132
1845
|
requestFormat: "json";
|
|
1133
1846
|
parameters: [{
|
|
@@ -1220,65 +1933,7 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
|
|
|
1220
1933
|
response: z.ZodVoid;
|
|
1221
1934
|
}, {
|
|
1222
1935
|
method: "post";
|
|
1223
|
-
path: "/agency
|
|
1224
|
-
alias: "activateAgency";
|
|
1225
|
-
requestFormat: "json";
|
|
1226
|
-
parameters: [{
|
|
1227
|
-
name: "agencyId";
|
|
1228
|
-
type: "Path";
|
|
1229
|
-
schema: z.ZodString;
|
|
1230
|
-
}];
|
|
1231
|
-
response: z.ZodVoid;
|
|
1232
|
-
}, {
|
|
1233
|
-
method: "get";
|
|
1234
|
-
path: "/agency/:agencyId/invitation";
|
|
1235
|
-
alias: "getAllInvitations";
|
|
1236
|
-
requestFormat: "json";
|
|
1237
|
-
parameters: [{
|
|
1238
|
-
name: "agencyId";
|
|
1239
|
-
type: "Path";
|
|
1240
|
-
schema: z.ZodString;
|
|
1241
|
-
}];
|
|
1242
|
-
response: z.ZodVoid;
|
|
1243
|
-
}, {
|
|
1244
|
-
method: "post";
|
|
1245
|
-
path: "/agency/:agencyId/invitation";
|
|
1246
|
-
alias: "inviteMember";
|
|
1247
|
-
requestFormat: "json";
|
|
1248
|
-
parameters: [{
|
|
1249
|
-
name: "body";
|
|
1250
|
-
type: "Body";
|
|
1251
|
-
schema: z.ZodObject<{
|
|
1252
|
-
emails: z.ZodArray<z.ZodString, "many">;
|
|
1253
|
-
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
1254
|
-
emails: z.ZodArray<z.ZodString, "many">;
|
|
1255
|
-
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
1256
|
-
emails: z.ZodArray<z.ZodString, "many">;
|
|
1257
|
-
}, z.ZodTypeAny, "passthrough">>;
|
|
1258
|
-
}, {
|
|
1259
|
-
name: "agencyId";
|
|
1260
|
-
type: "Path";
|
|
1261
|
-
schema: z.ZodString;
|
|
1262
|
-
}];
|
|
1263
|
-
response: z.ZodVoid;
|
|
1264
|
-
}, {
|
|
1265
|
-
method: "post";
|
|
1266
|
-
path: "/agency/:agencyId/invitation/:invitationId";
|
|
1267
|
-
alias: "inviteAccepted";
|
|
1268
|
-
requestFormat: "json";
|
|
1269
|
-
parameters: [{
|
|
1270
|
-
name: "agencyId";
|
|
1271
|
-
type: "Path";
|
|
1272
|
-
schema: z.ZodString;
|
|
1273
|
-
}, {
|
|
1274
|
-
name: "invitationId";
|
|
1275
|
-
type: "Path";
|
|
1276
|
-
schema: z.ZodString;
|
|
1277
|
-
}];
|
|
1278
|
-
response: z.ZodVoid;
|
|
1279
|
-
}, {
|
|
1280
|
-
method: "put";
|
|
1281
|
-
path: "/agency/:agencyId/presigned-urls";
|
|
1936
|
+
path: "/agency/presigned-urls";
|
|
1282
1937
|
alias: "generatePresignedUrl";
|
|
1283
1938
|
requestFormat: "json";
|
|
1284
1939
|
parameters: [{
|
|
@@ -1300,15 +1955,11 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
|
|
|
1300
1955
|
width: z.ZodNumber;
|
|
1301
1956
|
height: z.ZodOptional<z.ZodNumber>;
|
|
1302
1957
|
}, z.ZodTypeAny, "passthrough">>;
|
|
1303
|
-
}, {
|
|
1304
|
-
name: "agencyId";
|
|
1305
|
-
type: "Path";
|
|
1306
|
-
schema: z.ZodString;
|
|
1307
1958
|
}];
|
|
1308
1959
|
response: z.ZodVoid;
|
|
1309
1960
|
}, {
|
|
1310
1961
|
method: "post";
|
|
1311
|
-
path: "/agency
|
|
1962
|
+
path: "/agency/presigned-urls/notify/cover";
|
|
1312
1963
|
alias: "notifyCoverUploadCompletion";
|
|
1313
1964
|
requestFormat: "json";
|
|
1314
1965
|
parameters: [{
|
|
@@ -1330,15 +1981,11 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
|
|
|
1330
1981
|
width: z.ZodNumber;
|
|
1331
1982
|
height: z.ZodOptional<z.ZodNumber>;
|
|
1332
1983
|
}, z.ZodTypeAny, "passthrough">>;
|
|
1333
|
-
}, {
|
|
1334
|
-
name: "agencyId";
|
|
1335
|
-
type: "Path";
|
|
1336
|
-
schema: z.ZodString;
|
|
1337
1984
|
}];
|
|
1338
1985
|
response: z.ZodVoid;
|
|
1339
1986
|
}, {
|
|
1340
1987
|
method: "post";
|
|
1341
|
-
path: "/agency
|
|
1988
|
+
path: "/agency/presigned-urls/notify/logo";
|
|
1342
1989
|
alias: "notifyLogoUploadCompletion";
|
|
1343
1990
|
requestFormat: "json";
|
|
1344
1991
|
parameters: [{
|
|
@@ -1360,15 +2007,11 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
|
|
|
1360
2007
|
width: z.ZodNumber;
|
|
1361
2008
|
height: z.ZodOptional<z.ZodNumber>;
|
|
1362
2009
|
}, z.ZodTypeAny, "passthrough">>;
|
|
1363
|
-
}, {
|
|
1364
|
-
name: "agencyId";
|
|
1365
|
-
type: "Path";
|
|
1366
|
-
schema: z.ZodString;
|
|
1367
2010
|
}];
|
|
1368
2011
|
response: z.ZodVoid;
|
|
1369
2012
|
}, {
|
|
1370
2013
|
method: "post";
|
|
1371
|
-
path: "/agency
|
|
2014
|
+
path: "/agency/roles";
|
|
1372
2015
|
alias: "addRole";
|
|
1373
2016
|
requestFormat: "json";
|
|
1374
2017
|
parameters: [{
|
|
@@ -1387,15 +2030,11 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
|
|
|
1387
2030
|
description: z.ZodString;
|
|
1388
2031
|
authorities: z.ZodArray<z.ZodEnum<["properties_read", "properties_write", "agents_read", "agents_write"]>, "many">;
|
|
1389
2032
|
}, z.ZodTypeAny, "passthrough">>;
|
|
1390
|
-
}, {
|
|
1391
|
-
name: "agencyId";
|
|
1392
|
-
type: "Path";
|
|
1393
|
-
schema: z.ZodString;
|
|
1394
2033
|
}];
|
|
1395
2034
|
response: z.ZodVoid;
|
|
1396
2035
|
}, {
|
|
1397
2036
|
method: "put";
|
|
1398
|
-
path: "/agency
|
|
2037
|
+
path: "/agency/roles/:roleId";
|
|
1399
2038
|
alias: "updateRole";
|
|
1400
2039
|
requestFormat: "json";
|
|
1401
2040
|
parameters: [{
|
|
@@ -1414,10 +2053,6 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
|
|
|
1414
2053
|
description: z.ZodString;
|
|
1415
2054
|
authorities: z.ZodArray<z.ZodEnum<["properties_read", "properties_write", "agents_read", "agents_write"]>, "many">;
|
|
1416
2055
|
}, z.ZodTypeAny, "passthrough">>;
|
|
1417
|
-
}, {
|
|
1418
|
-
name: "agencyId";
|
|
1419
|
-
type: "Path";
|
|
1420
|
-
schema: z.ZodString;
|
|
1421
2056
|
}, {
|
|
1422
2057
|
name: "roleId";
|
|
1423
2058
|
type: "Path";
|
|
@@ -1426,14 +2061,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
|
|
|
1426
2061
|
response: z.ZodVoid;
|
|
1427
2062
|
}, {
|
|
1428
2063
|
method: "delete";
|
|
1429
|
-
path: "/agency
|
|
2064
|
+
path: "/agency/roles/:roleId";
|
|
1430
2065
|
alias: "removeRole";
|
|
1431
2066
|
requestFormat: "json";
|
|
1432
2067
|
parameters: [{
|
|
1433
|
-
name: "agencyId";
|
|
1434
|
-
type: "Path";
|
|
1435
|
-
schema: z.ZodString;
|
|
1436
|
-
}, {
|
|
1437
2068
|
name: "roleId";
|
|
1438
2069
|
type: "Path";
|
|
1439
2070
|
schema: z.ZodNumber;
|
|
@@ -1441,7 +2072,7 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
|
|
|
1441
2072
|
response: z.ZodVoid;
|
|
1442
2073
|
}, {
|
|
1443
2074
|
method: "put";
|
|
1444
|
-
path: "/agency
|
|
2075
|
+
path: "/agency/social-media";
|
|
1445
2076
|
alias: "updateSocialUrls";
|
|
1446
2077
|
requestFormat: "json";
|
|
1447
2078
|
parameters: [{
|
|
@@ -1481,12 +2112,139 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
|
|
|
1481
2112
|
url: z.ZodOptional<z.ZodString>;
|
|
1482
2113
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
1483
2114
|
}, z.ZodTypeAny, "passthrough">>;
|
|
2115
|
+
}];
|
|
2116
|
+
response: z.ZodVoid;
|
|
2117
|
+
}, {
|
|
2118
|
+
method: "get";
|
|
2119
|
+
path: "/agency/subdomain/:subDomain";
|
|
2120
|
+
alias: "getAgencyBySubdomain";
|
|
2121
|
+
requestFormat: "json";
|
|
2122
|
+
parameters: [{
|
|
2123
|
+
name: "subDomain";
|
|
2124
|
+
type: "Path";
|
|
2125
|
+
schema: z.ZodString;
|
|
2126
|
+
}];
|
|
2127
|
+
response: z.ZodVoid;
|
|
2128
|
+
}, {
|
|
2129
|
+
method: "get";
|
|
2130
|
+
path: "/invitation";
|
|
2131
|
+
alias: "getAllInvitations";
|
|
2132
|
+
requestFormat: "json";
|
|
2133
|
+
parameters: [{
|
|
2134
|
+
name: "pageable";
|
|
2135
|
+
type: "Query";
|
|
2136
|
+
schema: z.ZodObject<{
|
|
2137
|
+
page: z.ZodOptional<z.ZodNumber>;
|
|
2138
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
2139
|
+
sort: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2140
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
2141
|
+
page: z.ZodOptional<z.ZodNumber>;
|
|
2142
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
2143
|
+
sort: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2144
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
2145
|
+
page: z.ZodOptional<z.ZodNumber>;
|
|
2146
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
2147
|
+
sort: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2148
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
2149
|
+
}];
|
|
2150
|
+
response: z.ZodVoid;
|
|
2151
|
+
}, {
|
|
2152
|
+
method: "post";
|
|
2153
|
+
path: "/invitation";
|
|
2154
|
+
alias: "inviteMember";
|
|
2155
|
+
requestFormat: "json";
|
|
2156
|
+
parameters: [{
|
|
2157
|
+
name: "body";
|
|
2158
|
+
type: "Body";
|
|
2159
|
+
schema: z.ZodObject<{
|
|
2160
|
+
emails: z.ZodArray<z.ZodObject<{
|
|
2161
|
+
email: z.ZodString;
|
|
2162
|
+
roleId: z.ZodNumber;
|
|
2163
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
2164
|
+
email: z.ZodString;
|
|
2165
|
+
roleId: z.ZodNumber;
|
|
2166
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
2167
|
+
email: z.ZodString;
|
|
2168
|
+
roleId: z.ZodNumber;
|
|
2169
|
+
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
2170
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
2171
|
+
emails: z.ZodArray<z.ZodObject<{
|
|
2172
|
+
email: z.ZodString;
|
|
2173
|
+
roleId: z.ZodNumber;
|
|
2174
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
2175
|
+
email: z.ZodString;
|
|
2176
|
+
roleId: z.ZodNumber;
|
|
2177
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
2178
|
+
email: z.ZodString;
|
|
2179
|
+
roleId: z.ZodNumber;
|
|
2180
|
+
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
2181
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
2182
|
+
emails: z.ZodArray<z.ZodObject<{
|
|
2183
|
+
email: z.ZodString;
|
|
2184
|
+
roleId: z.ZodNumber;
|
|
2185
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
2186
|
+
email: z.ZodString;
|
|
2187
|
+
roleId: z.ZodNumber;
|
|
2188
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
2189
|
+
email: z.ZodString;
|
|
2190
|
+
roleId: z.ZodNumber;
|
|
2191
|
+
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
2192
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
2193
|
+
}];
|
|
2194
|
+
response: z.ZodVoid;
|
|
2195
|
+
}, {
|
|
2196
|
+
method: "get";
|
|
2197
|
+
path: "/invitation/:invitationId";
|
|
2198
|
+
alias: "getInvitationDetails";
|
|
2199
|
+
requestFormat: "json";
|
|
2200
|
+
parameters: [{
|
|
2201
|
+
name: "invitationId";
|
|
2202
|
+
type: "Path";
|
|
2203
|
+
schema: z.ZodString;
|
|
1484
2204
|
}, {
|
|
1485
2205
|
name: "agencyId";
|
|
2206
|
+
type: "Query";
|
|
2207
|
+
schema: z.ZodString;
|
|
2208
|
+
}];
|
|
2209
|
+
response: z.ZodVoid;
|
|
2210
|
+
}, {
|
|
2211
|
+
method: "post";
|
|
2212
|
+
path: "/invitation/:invitationId";
|
|
2213
|
+
alias: "inviteAccepted";
|
|
2214
|
+
requestFormat: "json";
|
|
2215
|
+
parameters: [{
|
|
2216
|
+
name: "agencyId";
|
|
2217
|
+
type: "Query";
|
|
2218
|
+
schema: z.ZodString;
|
|
2219
|
+
}, {
|
|
2220
|
+
name: "invitationId";
|
|
1486
2221
|
type: "Path";
|
|
1487
2222
|
schema: z.ZodString;
|
|
1488
2223
|
}];
|
|
1489
2224
|
response: z.ZodVoid;
|
|
2225
|
+
}, {
|
|
2226
|
+
method: "get";
|
|
2227
|
+
path: "/member";
|
|
2228
|
+
alias: "getAllMembers";
|
|
2229
|
+
requestFormat: "json";
|
|
2230
|
+
parameters: [{
|
|
2231
|
+
name: "pageable";
|
|
2232
|
+
type: "Query";
|
|
2233
|
+
schema: z.ZodObject<{
|
|
2234
|
+
page: z.ZodOptional<z.ZodNumber>;
|
|
2235
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
2236
|
+
sort: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2237
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
2238
|
+
page: z.ZodOptional<z.ZodNumber>;
|
|
2239
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
2240
|
+
sort: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2241
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
2242
|
+
page: z.ZodOptional<z.ZodNumber>;
|
|
2243
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
2244
|
+
sort: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2245
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
2246
|
+
}];
|
|
2247
|
+
response: z.ZodVoid;
|
|
1490
2248
|
}, {
|
|
1491
2249
|
method: "get";
|
|
1492
2250
|
path: "/user/me";
|