controlresell 2.20.17 → 2.20.19
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/package.json +1 -1
- package/src/com/controlresell/api/responses/customers/CustomersResponse.d.ts +30 -30
- package/src/com/controlresell/api/responses/invoices/ListInvoicesResponse.d.ts +46 -46
- package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts +74 -74
- package/src/com/controlresell/api/responses/items/ListedItem.d.ts +60 -60
- package/src/com/controlresell/api/responses/items/ListedItemOrder.d.ts +46 -46
- package/src/com/controlresell/api/responses/referrals/ReferralEntryResponse.d.ts +16 -0
- package/src/com/controlresell/api/responses/referrals/ReferralEntryResponse.d.ts.map +1 -0
- package/src/com/controlresell/api/responses/referrals/ReferralEntryResponse.js +7 -0
- package/src/com/controlresell/api/responses/referrals/ReferralEntryResponse.js.map +1 -0
- package/src/com/controlresell/api/responses/referrals/ReferralEntryResponse.ts +8 -0
- package/src/com/controlresell/api/responses/referrals/ReferralResponse.d.ts +51 -0
- package/src/com/controlresell/api/responses/referrals/ReferralResponse.d.ts.map +1 -0
- package/src/com/controlresell/api/responses/referrals/ReferralResponse.js +13 -0
- package/src/com/controlresell/api/responses/referrals/ReferralResponse.js.map +1 -0
- package/src/com/controlresell/api/responses/referrals/ReferralResponse.ts +14 -0
- package/src/com/controlresell/models/conversations/Conversation.d.ts +35 -0
- package/src/com/controlresell/models/conversations/Conversation.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/ConversationUpdate.d.ts +49 -0
- package/src/com/controlresell/models/conversations/ConversationUpdate.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/UserConversations.d.ts +49 -0
- package/src/com/controlresell/models/conversations/UserConversations.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/users/ConversationUser.d.ts +21 -0
- package/src/com/controlresell/models/conversations/users/ConversationUser.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/users/ConversationUser.js +8 -1
- package/src/com/controlresell/models/conversations/users/ConversationUser.js.map +1 -1
- package/src/com/controlresell/models/conversations/users/ConversationUser.ts +8 -1
- package/src/com/controlresell/models/conversations/users/CreateConversationUserPayload.d.ts +21 -0
- package/src/com/controlresell/models/conversations/users/CreateConversationUserPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/users/CreateConversationUserPayload.js +8 -1
- package/src/com/controlresell/models/conversations/users/CreateConversationUserPayload.js.map +1 -1
- package/src/com/controlresell/models/conversations/users/CreateConversationUserPayload.ts +8 -1
- package/src/com/controlresell/models/conversations/users/UpdateConversationUserPayload.d.ts +21 -0
- package/src/com/controlresell/models/conversations/users/UpdateConversationUserPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/users/UpdateConversationUserPayload.js +8 -1
- package/src/com/controlresell/models/conversations/users/UpdateConversationUserPayload.js.map +1 -1
- package/src/com/controlresell/models/conversations/users/UpdateConversationUserPayload.ts +8 -1
- package/src/com/controlresell/models/customers/Customer.d.ts +18 -18
- package/src/com/controlresell/models/customers/Customer.js +6 -6
- package/src/com/controlresell/models/customers/Customer.js.map +1 -1
- package/src/com/controlresell/models/customers/Customer.ts +6 -6
- package/src/com/controlresell/models/invoices/Invoice.d.ts +32 -32
- package/src/com/controlresell/models/items/CreatedItems.d.ts +74 -74
- package/src/com/controlresell/models/items/ItemUpdate.d.ts +74 -74
- package/src/com/controlresell/models/items/UpdatedItem.d.ts +74 -74
- package/src/com/controlresell/models/platforms/orders/BatchUpdateOrdersPayload.d.ts +30 -0
- package/src/com/controlresell/models/platforms/orders/BatchUpdateOrdersPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/CreateOrderPayload.d.ts +18 -0
- package/src/com/controlresell/models/platforms/orders/CreateOrderPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/CreateOrderPayload.js +7 -1
- package/src/com/controlresell/models/platforms/orders/CreateOrderPayload.js.map +1 -1
- package/src/com/controlresell/models/platforms/orders/CreateOrderPayload.ts +7 -1
- package/src/com/controlresell/models/platforms/orders/Order.d.ts +64 -46
- package/src/com/controlresell/models/platforms/orders/Order.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/Order.js +7 -1
- package/src/com/controlresell/models/platforms/orders/Order.js.map +1 -1
- package/src/com/controlresell/models/platforms/orders/Order.ts +7 -1
- package/src/com/controlresell/models/platforms/orders/UpdateOrderPayload.d.ts +18 -0
- package/src/com/controlresell/models/platforms/orders/UpdateOrderPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/UpdateOrderPayload.js +7 -1
- package/src/com/controlresell/models/platforms/orders/UpdateOrderPayload.js.map +1 -1
- package/src/com/controlresell/models/platforms/orders/UpdateOrderPayload.ts +7 -1
- package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts +204 -162
- package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts +164 -134
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts.map +1 -1
- package/src/com/controlresell/models/transactions/items/TransactionWithItems.d.ts +74 -74
- package/src/com/controlresell/models/users/User.d.ts +30 -30
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts +246 -148
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts.map +1 -1
- package/src/index.d.ts +2 -0
- package/src/index.d.ts.map +1 -1
- package/src/index.js +2 -0
- package/src/index.js.map +1 -1
- package/src/index.ts +2 -0
package/package.json
CHANGED
|
@@ -7,12 +7,12 @@ export declare const CustomersResponseSchema: z.ZodObject<{
|
|
|
7
7
|
userId: z.ZodNumber;
|
|
8
8
|
firstName: z.ZodString;
|
|
9
9
|
lastName: z.ZodString;
|
|
10
|
-
birthDate: z.ZodDate
|
|
11
|
-
email: z.ZodString
|
|
12
|
-
idNumber: z.ZodString
|
|
13
|
-
phone: z.ZodString
|
|
14
|
-
iban: z.ZodString
|
|
15
|
-
bic: z.ZodString
|
|
10
|
+
birthDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
11
|
+
email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
12
|
+
idNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13
|
+
phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
14
|
+
iban: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15
|
+
bic: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
16
16
|
phoneVerified: z.ZodBoolean;
|
|
17
17
|
addressLine1: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18
18
|
addressLine2: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -24,13 +24,13 @@ export declare const CustomersResponseSchema: z.ZodObject<{
|
|
|
24
24
|
userId: number;
|
|
25
25
|
firstName: string;
|
|
26
26
|
lastName: string;
|
|
27
|
-
birthDate: Date;
|
|
28
|
-
email: string;
|
|
29
|
-
idNumber: string;
|
|
30
|
-
phone: string;
|
|
31
|
-
iban: string;
|
|
32
|
-
bic: string;
|
|
33
27
|
phoneVerified: boolean;
|
|
28
|
+
birthDate?: Date | null | undefined;
|
|
29
|
+
email?: string | null | undefined;
|
|
30
|
+
idNumber?: string | null | undefined;
|
|
31
|
+
phone?: string | null | undefined;
|
|
32
|
+
iban?: string | null | undefined;
|
|
33
|
+
bic?: string | null | undefined;
|
|
34
34
|
addressLine1?: string | null | undefined;
|
|
35
35
|
addressLine2?: string | null | undefined;
|
|
36
36
|
city?: string | null | undefined;
|
|
@@ -41,13 +41,13 @@ export declare const CustomersResponseSchema: z.ZodObject<{
|
|
|
41
41
|
userId: number;
|
|
42
42
|
firstName: string;
|
|
43
43
|
lastName: string;
|
|
44
|
-
birthDate: Date;
|
|
45
|
-
email: string;
|
|
46
|
-
idNumber: string;
|
|
47
|
-
phone: string;
|
|
48
|
-
iban: string;
|
|
49
|
-
bic: string;
|
|
50
44
|
phoneVerified: boolean;
|
|
45
|
+
birthDate?: Date | null | undefined;
|
|
46
|
+
email?: string | null | undefined;
|
|
47
|
+
idNumber?: string | null | undefined;
|
|
48
|
+
phone?: string | null | undefined;
|
|
49
|
+
iban?: string | null | undefined;
|
|
50
|
+
bic?: string | null | undefined;
|
|
51
51
|
addressLine1?: string | null | undefined;
|
|
52
52
|
addressLine2?: string | null | undefined;
|
|
53
53
|
city?: string | null | undefined;
|
|
@@ -63,13 +63,13 @@ export declare const CustomersResponseSchema: z.ZodObject<{
|
|
|
63
63
|
userId: number;
|
|
64
64
|
firstName: string;
|
|
65
65
|
lastName: string;
|
|
66
|
-
birthDate: Date;
|
|
67
|
-
email: string;
|
|
68
|
-
idNumber: string;
|
|
69
|
-
phone: string;
|
|
70
|
-
iban: string;
|
|
71
|
-
bic: string;
|
|
72
66
|
phoneVerified: boolean;
|
|
67
|
+
birthDate?: Date | null | undefined;
|
|
68
|
+
email?: string | null | undefined;
|
|
69
|
+
idNumber?: string | null | undefined;
|
|
70
|
+
phone?: string | null | undefined;
|
|
71
|
+
iban?: string | null | undefined;
|
|
72
|
+
bic?: string | null | undefined;
|
|
73
73
|
addressLine1?: string | null | undefined;
|
|
74
74
|
addressLine2?: string | null | undefined;
|
|
75
75
|
city?: string | null | undefined;
|
|
@@ -86,13 +86,13 @@ export declare const CustomersResponseSchema: z.ZodObject<{
|
|
|
86
86
|
userId: number;
|
|
87
87
|
firstName: string;
|
|
88
88
|
lastName: string;
|
|
89
|
-
birthDate: Date;
|
|
90
|
-
email: string;
|
|
91
|
-
idNumber: string;
|
|
92
|
-
phone: string;
|
|
93
|
-
iban: string;
|
|
94
|
-
bic: string;
|
|
95
89
|
phoneVerified: boolean;
|
|
90
|
+
birthDate?: Date | null | undefined;
|
|
91
|
+
email?: string | null | undefined;
|
|
92
|
+
idNumber?: string | null | undefined;
|
|
93
|
+
phone?: string | null | undefined;
|
|
94
|
+
iban?: string | null | undefined;
|
|
95
|
+
bic?: string | null | undefined;
|
|
96
96
|
addressLine1?: string | null | undefined;
|
|
97
97
|
addressLine2?: string | null | undefined;
|
|
98
98
|
city?: string | null | undefined;
|
|
@@ -91,12 +91,12 @@ export declare const ListInvoicesResponseSchema: z.ZodObject<{
|
|
|
91
91
|
userId: z.ZodNumber;
|
|
92
92
|
firstName: z.ZodString;
|
|
93
93
|
lastName: z.ZodString;
|
|
94
|
-
birthDate: z.ZodDate
|
|
95
|
-
email: z.ZodString
|
|
96
|
-
idNumber: z.ZodString
|
|
97
|
-
phone: z.ZodString
|
|
98
|
-
iban: z.ZodString
|
|
99
|
-
bic: z.ZodString
|
|
94
|
+
birthDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
95
|
+
email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
96
|
+
idNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
97
|
+
phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98
|
+
iban: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
99
|
+
bic: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
100
100
|
phoneVerified: z.ZodBoolean;
|
|
101
101
|
addressLine1: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
102
102
|
addressLine2: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -108,13 +108,13 @@ export declare const ListInvoicesResponseSchema: z.ZodObject<{
|
|
|
108
108
|
userId: number;
|
|
109
109
|
firstName: string;
|
|
110
110
|
lastName: string;
|
|
111
|
-
birthDate: Date;
|
|
112
|
-
email: string;
|
|
113
|
-
idNumber: string;
|
|
114
|
-
phone: string;
|
|
115
|
-
iban: string;
|
|
116
|
-
bic: string;
|
|
117
111
|
phoneVerified: boolean;
|
|
112
|
+
birthDate?: Date | null | undefined;
|
|
113
|
+
email?: string | null | undefined;
|
|
114
|
+
idNumber?: string | null | undefined;
|
|
115
|
+
phone?: string | null | undefined;
|
|
116
|
+
iban?: string | null | undefined;
|
|
117
|
+
bic?: string | null | undefined;
|
|
118
118
|
addressLine1?: string | null | undefined;
|
|
119
119
|
addressLine2?: string | null | undefined;
|
|
120
120
|
city?: string | null | undefined;
|
|
@@ -125,13 +125,13 @@ export declare const ListInvoicesResponseSchema: z.ZodObject<{
|
|
|
125
125
|
userId: number;
|
|
126
126
|
firstName: string;
|
|
127
127
|
lastName: string;
|
|
128
|
-
birthDate: Date;
|
|
129
|
-
email: string;
|
|
130
|
-
idNumber: string;
|
|
131
|
-
phone: string;
|
|
132
|
-
iban: string;
|
|
133
|
-
bic: string;
|
|
134
128
|
phoneVerified: boolean;
|
|
129
|
+
birthDate?: Date | null | undefined;
|
|
130
|
+
email?: string | null | undefined;
|
|
131
|
+
idNumber?: string | null | undefined;
|
|
132
|
+
phone?: string | null | undefined;
|
|
133
|
+
iban?: string | null | undefined;
|
|
134
|
+
bic?: string | null | undefined;
|
|
135
135
|
addressLine1?: string | null | undefined;
|
|
136
136
|
addressLine2?: string | null | undefined;
|
|
137
137
|
city?: string | null | undefined;
|
|
@@ -228,6 +228,7 @@ export declare const ListInvoicesResponseSchema: z.ZodObject<{
|
|
|
228
228
|
signedUrl: string;
|
|
229
229
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
230
230
|
} | null | undefined;
|
|
231
|
+
vatAmount?: number | null | undefined;
|
|
231
232
|
vatRate?: number | null | undefined;
|
|
232
233
|
businessProfile?: {
|
|
233
234
|
id: string;
|
|
@@ -257,13 +258,13 @@ export declare const ListInvoicesResponseSchema: z.ZodObject<{
|
|
|
257
258
|
userId: number;
|
|
258
259
|
firstName: string;
|
|
259
260
|
lastName: string;
|
|
260
|
-
birthDate: Date;
|
|
261
|
-
email: string;
|
|
262
|
-
idNumber: string;
|
|
263
|
-
phone: string;
|
|
264
|
-
iban: string;
|
|
265
|
-
bic: string;
|
|
266
261
|
phoneVerified: boolean;
|
|
262
|
+
birthDate?: Date | null | undefined;
|
|
263
|
+
email?: string | null | undefined;
|
|
264
|
+
idNumber?: string | null | undefined;
|
|
265
|
+
phone?: string | null | undefined;
|
|
266
|
+
iban?: string | null | undefined;
|
|
267
|
+
bic?: string | null | undefined;
|
|
267
268
|
addressLine1?: string | null | undefined;
|
|
268
269
|
addressLine2?: string | null | undefined;
|
|
269
270
|
city?: string | null | undefined;
|
|
@@ -271,7 +272,6 @@ export declare const ListInvoicesResponseSchema: z.ZodObject<{
|
|
|
271
272
|
country?: string | null | undefined;
|
|
272
273
|
} | null | undefined;
|
|
273
274
|
dueDate?: Date | null | undefined;
|
|
274
|
-
vatAmount?: number | null | undefined;
|
|
275
275
|
notes?: string | null | undefined;
|
|
276
276
|
lineItems?: {
|
|
277
277
|
description: string;
|
|
@@ -307,6 +307,7 @@ export declare const ListInvoicesResponseSchema: z.ZodObject<{
|
|
|
307
307
|
signedUrl: string;
|
|
308
308
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
309
309
|
} | null | undefined;
|
|
310
|
+
vatAmount?: number | null | undefined;
|
|
310
311
|
vatRate?: number | null | undefined;
|
|
311
312
|
businessProfile?: {
|
|
312
313
|
id: string;
|
|
@@ -336,13 +337,13 @@ export declare const ListInvoicesResponseSchema: z.ZodObject<{
|
|
|
336
337
|
userId: number;
|
|
337
338
|
firstName: string;
|
|
338
339
|
lastName: string;
|
|
339
|
-
birthDate: Date;
|
|
340
|
-
email: string;
|
|
341
|
-
idNumber: string;
|
|
342
|
-
phone: string;
|
|
343
|
-
iban: string;
|
|
344
|
-
bic: string;
|
|
345
340
|
phoneVerified: boolean;
|
|
341
|
+
birthDate?: Date | null | undefined;
|
|
342
|
+
email?: string | null | undefined;
|
|
343
|
+
idNumber?: string | null | undefined;
|
|
344
|
+
phone?: string | null | undefined;
|
|
345
|
+
iban?: string | null | undefined;
|
|
346
|
+
bic?: string | null | undefined;
|
|
346
347
|
addressLine1?: string | null | undefined;
|
|
347
348
|
addressLine2?: string | null | undefined;
|
|
348
349
|
city?: string | null | undefined;
|
|
@@ -350,7 +351,6 @@ export declare const ListInvoicesResponseSchema: z.ZodObject<{
|
|
|
350
351
|
country?: string | null | undefined;
|
|
351
352
|
} | null | undefined;
|
|
352
353
|
dueDate?: Date | null | undefined;
|
|
353
|
-
vatAmount?: number | null | undefined;
|
|
354
354
|
notes?: string | null | undefined;
|
|
355
355
|
lineItems?: {
|
|
356
356
|
description: string;
|
|
@@ -391,6 +391,7 @@ export declare const ListInvoicesResponseSchema: z.ZodObject<{
|
|
|
391
391
|
signedUrl: string;
|
|
392
392
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
393
393
|
} | null | undefined;
|
|
394
|
+
vatAmount?: number | null | undefined;
|
|
394
395
|
vatRate?: number | null | undefined;
|
|
395
396
|
businessProfile?: {
|
|
396
397
|
id: string;
|
|
@@ -420,13 +421,13 @@ export declare const ListInvoicesResponseSchema: z.ZodObject<{
|
|
|
420
421
|
userId: number;
|
|
421
422
|
firstName: string;
|
|
422
423
|
lastName: string;
|
|
423
|
-
birthDate: Date;
|
|
424
|
-
email: string;
|
|
425
|
-
idNumber: string;
|
|
426
|
-
phone: string;
|
|
427
|
-
iban: string;
|
|
428
|
-
bic: string;
|
|
429
424
|
phoneVerified: boolean;
|
|
425
|
+
birthDate?: Date | null | undefined;
|
|
426
|
+
email?: string | null | undefined;
|
|
427
|
+
idNumber?: string | null | undefined;
|
|
428
|
+
phone?: string | null | undefined;
|
|
429
|
+
iban?: string | null | undefined;
|
|
430
|
+
bic?: string | null | undefined;
|
|
430
431
|
addressLine1?: string | null | undefined;
|
|
431
432
|
addressLine2?: string | null | undefined;
|
|
432
433
|
city?: string | null | undefined;
|
|
@@ -434,7 +435,6 @@ export declare const ListInvoicesResponseSchema: z.ZodObject<{
|
|
|
434
435
|
country?: string | null | undefined;
|
|
435
436
|
} | null | undefined;
|
|
436
437
|
dueDate?: Date | null | undefined;
|
|
437
|
-
vatAmount?: number | null | undefined;
|
|
438
438
|
notes?: string | null | undefined;
|
|
439
439
|
lineItems?: {
|
|
440
440
|
description: string;
|
|
@@ -476,6 +476,7 @@ export declare const ListInvoicesResponseSchema: z.ZodObject<{
|
|
|
476
476
|
signedUrl: string;
|
|
477
477
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
478
478
|
} | null | undefined;
|
|
479
|
+
vatAmount?: number | null | undefined;
|
|
479
480
|
vatRate?: number | null | undefined;
|
|
480
481
|
businessProfile?: {
|
|
481
482
|
id: string;
|
|
@@ -505,13 +506,13 @@ export declare const ListInvoicesResponseSchema: z.ZodObject<{
|
|
|
505
506
|
userId: number;
|
|
506
507
|
firstName: string;
|
|
507
508
|
lastName: string;
|
|
508
|
-
birthDate: Date;
|
|
509
|
-
email: string;
|
|
510
|
-
idNumber: string;
|
|
511
|
-
phone: string;
|
|
512
|
-
iban: string;
|
|
513
|
-
bic: string;
|
|
514
509
|
phoneVerified: boolean;
|
|
510
|
+
birthDate?: Date | null | undefined;
|
|
511
|
+
email?: string | null | undefined;
|
|
512
|
+
idNumber?: string | null | undefined;
|
|
513
|
+
phone?: string | null | undefined;
|
|
514
|
+
iban?: string | null | undefined;
|
|
515
|
+
bic?: string | null | undefined;
|
|
515
516
|
addressLine1?: string | null | undefined;
|
|
516
517
|
addressLine2?: string | null | undefined;
|
|
517
518
|
city?: string | null | undefined;
|
|
@@ -519,7 +520,6 @@ export declare const ListInvoicesResponseSchema: z.ZodObject<{
|
|
|
519
520
|
country?: string | null | undefined;
|
|
520
521
|
} | null | undefined;
|
|
521
522
|
dueDate?: Date | null | undefined;
|
|
522
|
-
vatAmount?: number | null | undefined;
|
|
523
523
|
notes?: string | null | undefined;
|
|
524
524
|
lineItems?: {
|
|
525
525
|
description: string;
|
|
@@ -2706,12 +2706,12 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2706
2706
|
userId: z.ZodNumber;
|
|
2707
2707
|
firstName: z.ZodString;
|
|
2708
2708
|
lastName: z.ZodString;
|
|
2709
|
-
birthDate: z.ZodDate
|
|
2710
|
-
email: z.ZodString
|
|
2711
|
-
idNumber: z.ZodString
|
|
2712
|
-
phone: z.ZodString
|
|
2713
|
-
iban: z.ZodString
|
|
2714
|
-
bic: z.ZodString
|
|
2709
|
+
birthDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
2710
|
+
email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2711
|
+
idNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2712
|
+
phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2713
|
+
iban: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2714
|
+
bic: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2715
2715
|
phoneVerified: z.ZodBoolean;
|
|
2716
2716
|
addressLine1: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2717
2717
|
addressLine2: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -2723,13 +2723,13 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2723
2723
|
userId: number;
|
|
2724
2724
|
firstName: string;
|
|
2725
2725
|
lastName: string;
|
|
2726
|
-
birthDate: Date;
|
|
2727
|
-
email: string;
|
|
2728
|
-
idNumber: string;
|
|
2729
|
-
phone: string;
|
|
2730
|
-
iban: string;
|
|
2731
|
-
bic: string;
|
|
2732
2726
|
phoneVerified: boolean;
|
|
2727
|
+
birthDate?: Date | null | undefined;
|
|
2728
|
+
email?: string | null | undefined;
|
|
2729
|
+
idNumber?: string | null | undefined;
|
|
2730
|
+
phone?: string | null | undefined;
|
|
2731
|
+
iban?: string | null | undefined;
|
|
2732
|
+
bic?: string | null | undefined;
|
|
2733
2733
|
addressLine1?: string | null | undefined;
|
|
2734
2734
|
addressLine2?: string | null | undefined;
|
|
2735
2735
|
city?: string | null | undefined;
|
|
@@ -2740,13 +2740,13 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2740
2740
|
userId: number;
|
|
2741
2741
|
firstName: string;
|
|
2742
2742
|
lastName: string;
|
|
2743
|
-
birthDate: Date;
|
|
2744
|
-
email: string;
|
|
2745
|
-
idNumber: string;
|
|
2746
|
-
phone: string;
|
|
2747
|
-
iban: string;
|
|
2748
|
-
bic: string;
|
|
2749
2743
|
phoneVerified: boolean;
|
|
2744
|
+
birthDate?: Date | null | undefined;
|
|
2745
|
+
email?: string | null | undefined;
|
|
2746
|
+
idNumber?: string | null | undefined;
|
|
2747
|
+
phone?: string | null | undefined;
|
|
2748
|
+
iban?: string | null | undefined;
|
|
2749
|
+
bic?: string | null | undefined;
|
|
2750
2750
|
addressLine1?: string | null | undefined;
|
|
2751
2751
|
addressLine2?: string | null | undefined;
|
|
2752
2752
|
city?: string | null | undefined;
|
|
@@ -2843,6 +2843,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2843
2843
|
signedUrl: string;
|
|
2844
2844
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
2845
2845
|
} | null | undefined;
|
|
2846
|
+
vatAmount?: number | null | undefined;
|
|
2846
2847
|
vatRate?: number | null | undefined;
|
|
2847
2848
|
businessProfile?: {
|
|
2848
2849
|
id: string;
|
|
@@ -2872,13 +2873,13 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2872
2873
|
userId: number;
|
|
2873
2874
|
firstName: string;
|
|
2874
2875
|
lastName: string;
|
|
2875
|
-
birthDate: Date;
|
|
2876
|
-
email: string;
|
|
2877
|
-
idNumber: string;
|
|
2878
|
-
phone: string;
|
|
2879
|
-
iban: string;
|
|
2880
|
-
bic: string;
|
|
2881
2876
|
phoneVerified: boolean;
|
|
2877
|
+
birthDate?: Date | null | undefined;
|
|
2878
|
+
email?: string | null | undefined;
|
|
2879
|
+
idNumber?: string | null | undefined;
|
|
2880
|
+
phone?: string | null | undefined;
|
|
2881
|
+
iban?: string | null | undefined;
|
|
2882
|
+
bic?: string | null | undefined;
|
|
2882
2883
|
addressLine1?: string | null | undefined;
|
|
2883
2884
|
addressLine2?: string | null | undefined;
|
|
2884
2885
|
city?: string | null | undefined;
|
|
@@ -2886,7 +2887,6 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2886
2887
|
country?: string | null | undefined;
|
|
2887
2888
|
} | null | undefined;
|
|
2888
2889
|
dueDate?: Date | null | undefined;
|
|
2889
|
-
vatAmount?: number | null | undefined;
|
|
2890
2890
|
notes?: string | null | undefined;
|
|
2891
2891
|
lineItems?: {
|
|
2892
2892
|
description: string;
|
|
@@ -2922,6 +2922,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2922
2922
|
signedUrl: string;
|
|
2923
2923
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
2924
2924
|
} | null | undefined;
|
|
2925
|
+
vatAmount?: number | null | undefined;
|
|
2925
2926
|
vatRate?: number | null | undefined;
|
|
2926
2927
|
businessProfile?: {
|
|
2927
2928
|
id: string;
|
|
@@ -2951,13 +2952,13 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2951
2952
|
userId: number;
|
|
2952
2953
|
firstName: string;
|
|
2953
2954
|
lastName: string;
|
|
2954
|
-
birthDate: Date;
|
|
2955
|
-
email: string;
|
|
2956
|
-
idNumber: string;
|
|
2957
|
-
phone: string;
|
|
2958
|
-
iban: string;
|
|
2959
|
-
bic: string;
|
|
2960
2955
|
phoneVerified: boolean;
|
|
2956
|
+
birthDate?: Date | null | undefined;
|
|
2957
|
+
email?: string | null | undefined;
|
|
2958
|
+
idNumber?: string | null | undefined;
|
|
2959
|
+
phone?: string | null | undefined;
|
|
2960
|
+
iban?: string | null | undefined;
|
|
2961
|
+
bic?: string | null | undefined;
|
|
2961
2962
|
addressLine1?: string | null | undefined;
|
|
2962
2963
|
addressLine2?: string | null | undefined;
|
|
2963
2964
|
city?: string | null | undefined;
|
|
@@ -2965,7 +2966,6 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2965
2966
|
country?: string | null | undefined;
|
|
2966
2967
|
} | null | undefined;
|
|
2967
2968
|
dueDate?: Date | null | undefined;
|
|
2968
|
-
vatAmount?: number | null | undefined;
|
|
2969
2969
|
notes?: string | null | undefined;
|
|
2970
2970
|
lineItems?: {
|
|
2971
2971
|
description: string;
|
|
@@ -3036,6 +3036,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
3036
3036
|
signedUrl: string;
|
|
3037
3037
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
3038
3038
|
} | null | undefined;
|
|
3039
|
+
vatAmount?: number | null | undefined;
|
|
3039
3040
|
vatRate?: number | null | undefined;
|
|
3040
3041
|
businessProfile?: {
|
|
3041
3042
|
id: string;
|
|
@@ -3065,13 +3066,13 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
3065
3066
|
userId: number;
|
|
3066
3067
|
firstName: string;
|
|
3067
3068
|
lastName: string;
|
|
3068
|
-
birthDate: Date;
|
|
3069
|
-
email: string;
|
|
3070
|
-
idNumber: string;
|
|
3071
|
-
phone: string;
|
|
3072
|
-
iban: string;
|
|
3073
|
-
bic: string;
|
|
3074
3069
|
phoneVerified: boolean;
|
|
3070
|
+
birthDate?: Date | null | undefined;
|
|
3071
|
+
email?: string | null | undefined;
|
|
3072
|
+
idNumber?: string | null | undefined;
|
|
3073
|
+
phone?: string | null | undefined;
|
|
3074
|
+
iban?: string | null | undefined;
|
|
3075
|
+
bic?: string | null | undefined;
|
|
3075
3076
|
addressLine1?: string | null | undefined;
|
|
3076
3077
|
addressLine2?: string | null | undefined;
|
|
3077
3078
|
city?: string | null | undefined;
|
|
@@ -3079,7 +3080,6 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
3079
3080
|
country?: string | null | undefined;
|
|
3080
3081
|
} | null | undefined;
|
|
3081
3082
|
dueDate?: Date | null | undefined;
|
|
3082
|
-
vatAmount?: number | null | undefined;
|
|
3083
3083
|
notes?: string | null | undefined;
|
|
3084
3084
|
lineItems?: {
|
|
3085
3085
|
description: string;
|
|
@@ -3150,6 +3150,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
3150
3150
|
signedUrl: string;
|
|
3151
3151
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
3152
3152
|
} | null | undefined;
|
|
3153
|
+
vatAmount?: number | null | undefined;
|
|
3153
3154
|
vatRate?: number | null | undefined;
|
|
3154
3155
|
businessProfile?: {
|
|
3155
3156
|
id: string;
|
|
@@ -3179,13 +3180,13 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
3179
3180
|
userId: number;
|
|
3180
3181
|
firstName: string;
|
|
3181
3182
|
lastName: string;
|
|
3182
|
-
birthDate: Date;
|
|
3183
|
-
email: string;
|
|
3184
|
-
idNumber: string;
|
|
3185
|
-
phone: string;
|
|
3186
|
-
iban: string;
|
|
3187
|
-
bic: string;
|
|
3188
3183
|
phoneVerified: boolean;
|
|
3184
|
+
birthDate?: Date | null | undefined;
|
|
3185
|
+
email?: string | null | undefined;
|
|
3186
|
+
idNumber?: string | null | undefined;
|
|
3187
|
+
phone?: string | null | undefined;
|
|
3188
|
+
iban?: string | null | undefined;
|
|
3189
|
+
bic?: string | null | undefined;
|
|
3189
3190
|
addressLine1?: string | null | undefined;
|
|
3190
3191
|
addressLine2?: string | null | undefined;
|
|
3191
3192
|
city?: string | null | undefined;
|
|
@@ -3193,7 +3194,6 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
3193
3194
|
country?: string | null | undefined;
|
|
3194
3195
|
} | null | undefined;
|
|
3195
3196
|
dueDate?: Date | null | undefined;
|
|
3196
|
-
vatAmount?: number | null | undefined;
|
|
3197
3197
|
notes?: string | null | undefined;
|
|
3198
3198
|
lineItems?: {
|
|
3199
3199
|
description: string;
|
|
@@ -3650,6 +3650,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
3650
3650
|
signedUrl: string;
|
|
3651
3651
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
3652
3652
|
} | null | undefined;
|
|
3653
|
+
vatAmount?: number | null | undefined;
|
|
3653
3654
|
vatRate?: number | null | undefined;
|
|
3654
3655
|
businessProfile?: {
|
|
3655
3656
|
id: string;
|
|
@@ -3679,13 +3680,13 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
3679
3680
|
userId: number;
|
|
3680
3681
|
firstName: string;
|
|
3681
3682
|
lastName: string;
|
|
3682
|
-
birthDate: Date;
|
|
3683
|
-
email: string;
|
|
3684
|
-
idNumber: string;
|
|
3685
|
-
phone: string;
|
|
3686
|
-
iban: string;
|
|
3687
|
-
bic: string;
|
|
3688
3683
|
phoneVerified: boolean;
|
|
3684
|
+
birthDate?: Date | null | undefined;
|
|
3685
|
+
email?: string | null | undefined;
|
|
3686
|
+
idNumber?: string | null | undefined;
|
|
3687
|
+
phone?: string | null | undefined;
|
|
3688
|
+
iban?: string | null | undefined;
|
|
3689
|
+
bic?: string | null | undefined;
|
|
3689
3690
|
addressLine1?: string | null | undefined;
|
|
3690
3691
|
addressLine2?: string | null | undefined;
|
|
3691
3692
|
city?: string | null | undefined;
|
|
@@ -3693,7 +3694,6 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
3693
3694
|
country?: string | null | undefined;
|
|
3694
3695
|
} | null | undefined;
|
|
3695
3696
|
dueDate?: Date | null | undefined;
|
|
3696
|
-
vatAmount?: number | null | undefined;
|
|
3697
3697
|
notes?: string | null | undefined;
|
|
3698
3698
|
lineItems?: {
|
|
3699
3699
|
description: string;
|
|
@@ -4150,6 +4150,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
4150
4150
|
signedUrl: string;
|
|
4151
4151
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
4152
4152
|
} | null | undefined;
|
|
4153
|
+
vatAmount?: number | null | undefined;
|
|
4153
4154
|
vatRate?: number | null | undefined;
|
|
4154
4155
|
businessProfile?: {
|
|
4155
4156
|
id: string;
|
|
@@ -4179,13 +4180,13 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
4179
4180
|
userId: number;
|
|
4180
4181
|
firstName: string;
|
|
4181
4182
|
lastName: string;
|
|
4182
|
-
birthDate: Date;
|
|
4183
|
-
email: string;
|
|
4184
|
-
idNumber: string;
|
|
4185
|
-
phone: string;
|
|
4186
|
-
iban: string;
|
|
4187
|
-
bic: string;
|
|
4188
4183
|
phoneVerified: boolean;
|
|
4184
|
+
birthDate?: Date | null | undefined;
|
|
4185
|
+
email?: string | null | undefined;
|
|
4186
|
+
idNumber?: string | null | undefined;
|
|
4187
|
+
phone?: string | null | undefined;
|
|
4188
|
+
iban?: string | null | undefined;
|
|
4189
|
+
bic?: string | null | undefined;
|
|
4189
4190
|
addressLine1?: string | null | undefined;
|
|
4190
4191
|
addressLine2?: string | null | undefined;
|
|
4191
4192
|
city?: string | null | undefined;
|
|
@@ -4193,7 +4194,6 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
4193
4194
|
country?: string | null | undefined;
|
|
4194
4195
|
} | null | undefined;
|
|
4195
4196
|
dueDate?: Date | null | undefined;
|
|
4196
|
-
vatAmount?: number | null | undefined;
|
|
4197
4197
|
notes?: string | null | undefined;
|
|
4198
4198
|
lineItems?: {
|
|
4199
4199
|
description: string;
|
|
@@ -4655,6 +4655,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
4655
4655
|
signedUrl: string;
|
|
4656
4656
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
4657
4657
|
} | null | undefined;
|
|
4658
|
+
vatAmount?: number | null | undefined;
|
|
4658
4659
|
vatRate?: number | null | undefined;
|
|
4659
4660
|
businessProfile?: {
|
|
4660
4661
|
id: string;
|
|
@@ -4684,13 +4685,13 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
4684
4685
|
userId: number;
|
|
4685
4686
|
firstName: string;
|
|
4686
4687
|
lastName: string;
|
|
4687
|
-
birthDate: Date;
|
|
4688
|
-
email: string;
|
|
4689
|
-
idNumber: string;
|
|
4690
|
-
phone: string;
|
|
4691
|
-
iban: string;
|
|
4692
|
-
bic: string;
|
|
4693
4688
|
phoneVerified: boolean;
|
|
4689
|
+
birthDate?: Date | null | undefined;
|
|
4690
|
+
email?: string | null | undefined;
|
|
4691
|
+
idNumber?: string | null | undefined;
|
|
4692
|
+
phone?: string | null | undefined;
|
|
4693
|
+
iban?: string | null | undefined;
|
|
4694
|
+
bic?: string | null | undefined;
|
|
4694
4695
|
addressLine1?: string | null | undefined;
|
|
4695
4696
|
addressLine2?: string | null | undefined;
|
|
4696
4697
|
city?: string | null | undefined;
|
|
@@ -4698,7 +4699,6 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
4698
4699
|
country?: string | null | undefined;
|
|
4699
4700
|
} | null | undefined;
|
|
4700
4701
|
dueDate?: Date | null | undefined;
|
|
4701
|
-
vatAmount?: number | null | undefined;
|
|
4702
4702
|
notes?: string | null | undefined;
|
|
4703
4703
|
lineItems?: {
|
|
4704
4704
|
description: string;
|
|
@@ -5161,6 +5161,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
5161
5161
|
signedUrl: string;
|
|
5162
5162
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
5163
5163
|
} | null | undefined;
|
|
5164
|
+
vatAmount?: number | null | undefined;
|
|
5164
5165
|
vatRate?: number | null | undefined;
|
|
5165
5166
|
businessProfile?: {
|
|
5166
5167
|
id: string;
|
|
@@ -5190,13 +5191,13 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
5190
5191
|
userId: number;
|
|
5191
5192
|
firstName: string;
|
|
5192
5193
|
lastName: string;
|
|
5193
|
-
birthDate: Date;
|
|
5194
|
-
email: string;
|
|
5195
|
-
idNumber: string;
|
|
5196
|
-
phone: string;
|
|
5197
|
-
iban: string;
|
|
5198
|
-
bic: string;
|
|
5199
5194
|
phoneVerified: boolean;
|
|
5195
|
+
birthDate?: Date | null | undefined;
|
|
5196
|
+
email?: string | null | undefined;
|
|
5197
|
+
idNumber?: string | null | undefined;
|
|
5198
|
+
phone?: string | null | undefined;
|
|
5199
|
+
iban?: string | null | undefined;
|
|
5200
|
+
bic?: string | null | undefined;
|
|
5200
5201
|
addressLine1?: string | null | undefined;
|
|
5201
5202
|
addressLine2?: string | null | undefined;
|
|
5202
5203
|
city?: string | null | undefined;
|
|
@@ -5204,7 +5205,6 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
5204
5205
|
country?: string | null | undefined;
|
|
5205
5206
|
} | null | undefined;
|
|
5206
5207
|
dueDate?: Date | null | undefined;
|
|
5207
|
-
vatAmount?: number | null | undefined;
|
|
5208
5208
|
notes?: string | null | undefined;
|
|
5209
5209
|
lineItems?: {
|
|
5210
5210
|
description: string;
|