controlresell 2.20.18 → 2.22.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 +42 -42
- package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts +75 -75
- package/src/com/controlresell/api/responses/items/ListedItem.d.ts +61 -61
- package/src/com/controlresell/api/responses/items/ListedItemOrder.d.ts +42 -42
- package/src/com/controlresell/models/conversations/Conversation.d.ts +5 -5
- package/src/com/controlresell/models/conversations/ConversationOnPlatformUpdateRequest.d.ts +5 -5
- package/src/com/controlresell/models/conversations/ConversationUpdate.d.ts +7 -7
- package/src/com/controlresell/models/conversations/UserConversations.d.ts +7 -7
- package/src/com/controlresell/models/conversations/favorites/ConversationFavorite.d.ts +5 -5
- package/src/com/controlresell/models/conversations/favorites/ReportRateLimitOnFavorites.d.ts +7 -7
- package/src/com/controlresell/models/conversations/favorites/SubmitFavoritesResponse.d.ts +7 -7
- 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/filters/PreferenceFilter.d.ts +5 -5
- package/src/com/controlresell/models/invoices/Invoice.d.ts +30 -30
- package/src/com/controlresell/models/items/CreatedItems.d.ts +84 -84
- package/src/com/controlresell/models/items/Item.d.ts +7 -7
- package/src/com/controlresell/models/items/ItemUpdate.d.ts +75 -75
- package/src/com/controlresell/models/items/UpdatedItem.d.ts +84 -84
- package/src/com/controlresell/models/items/platforms/ItemOnPlatform.d.ts +5 -5
- package/src/com/controlresell/models/items/platforms/ItemOnPlatformUpdateRequest.d.ts +5 -5
- package/src/com/controlresell/models/metadata/platforms/BatchUpsertPlatformEnumsPayload.d.ts +18 -0
- package/src/com/controlresell/models/metadata/platforms/BatchUpsertPlatformEnumsPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/metadata/platforms/BatchUpsertPlatformEnumsPayload.js +3 -1
- package/src/com/controlresell/models/metadata/platforms/BatchUpsertPlatformEnumsPayload.js.map +1 -1
- package/src/com/controlresell/models/metadata/platforms/BatchUpsertPlatformEnumsPayload.ts +3 -1
- package/src/com/controlresell/models/metadata/platforms/ItemListingPreview.d.ts +9 -9
- package/src/com/controlresell/models/metadata/platforms/PlatformEnumTypePayload.d.ts +13 -0
- package/src/com/controlresell/models/metadata/platforms/PlatformEnumTypePayload.d.ts.map +1 -0
- package/src/com/controlresell/models/metadata/platforms/PlatformEnumTypePayload.js +6 -0
- package/src/com/controlresell/models/metadata/platforms/PlatformEnumTypePayload.js.map +1 -0
- package/src/com/controlresell/models/metadata/platforms/PlatformEnumTypePayload.ts +7 -0
- package/src/com/controlresell/models/platforms/orders/Order.d.ts +51 -51
- package/src/com/controlresell/models/platforms/orders/OrderOnPlatformUpdateRequest.d.ts +5 -5
- package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts +168 -168
- package/src/com/controlresell/models/platforms/orders/items/ItemInOrder.d.ts +7 -7
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts +140 -140
- package/src/com/controlresell/models/transactions/Transaction.d.ts +9 -9
- package/src/com/controlresell/models/transactions/items/ItemInTransaction.d.ts +7 -7
- package/src/com/controlresell/models/transactions/items/TransactionWithItems.d.ts +86 -86
- package/src/com/controlresell/models/users/User.d.ts +30 -30
- package/src/com/controlresell/models/users/platforms/PlatformAuthRequest.d.ts +5 -5
- package/src/com/controlresell/models/users/platforms/PlatformJobUpdate.d.ts +5 -5
- package/src/com/controlresell/models/users/platforms/UpdateUserOnPlatformPayload.d.ts +3 -3
- package/src/com/controlresell/models/users/platforms/UserOnPlatform.d.ts +3 -3
- package/src/com/controlresell/models/users/platforms/UserOnPlatformStatus.d.ts +1 -1
- package/src/com/controlresell/models/users/platforms/UserOnPlatformStatus.d.ts.map +1 -1
- package/src/com/controlresell/models/users/platforms/UserOnPlatformStatus.js +2 -2
- package/src/com/controlresell/models/users/platforms/UserOnPlatformStatus.js.map +1 -1
- package/src/com/controlresell/models/users/platforms/UserOnPlatformStatus.ts +2 -2
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts +164 -164
- package/src/index.d.ts +1 -0
- package/src/index.d.ts.map +1 -1
- package/src/index.js +1 -0
- package/src/index.js.map +1 -1
- package/src/index.ts +1 -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;
|
|
@@ -258,13 +258,13 @@ export declare const ListInvoicesResponseSchema: z.ZodObject<{
|
|
|
258
258
|
userId: number;
|
|
259
259
|
firstName: string;
|
|
260
260
|
lastName: string;
|
|
261
|
-
birthDate: Date;
|
|
262
|
-
email: string;
|
|
263
|
-
idNumber: string;
|
|
264
|
-
phone: string;
|
|
265
|
-
iban: string;
|
|
266
|
-
bic: string;
|
|
267
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;
|
|
268
268
|
addressLine1?: string | null | undefined;
|
|
269
269
|
addressLine2?: string | null | undefined;
|
|
270
270
|
city?: string | null | undefined;
|
|
@@ -337,13 +337,13 @@ export declare const ListInvoicesResponseSchema: z.ZodObject<{
|
|
|
337
337
|
userId: number;
|
|
338
338
|
firstName: string;
|
|
339
339
|
lastName: string;
|
|
340
|
-
birthDate: Date;
|
|
341
|
-
email: string;
|
|
342
|
-
idNumber: string;
|
|
343
|
-
phone: string;
|
|
344
|
-
iban: string;
|
|
345
|
-
bic: string;
|
|
346
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;
|
|
347
347
|
addressLine1?: string | null | undefined;
|
|
348
348
|
addressLine2?: string | null | undefined;
|
|
349
349
|
city?: string | null | undefined;
|
|
@@ -421,13 +421,13 @@ export declare const ListInvoicesResponseSchema: z.ZodObject<{
|
|
|
421
421
|
userId: number;
|
|
422
422
|
firstName: string;
|
|
423
423
|
lastName: string;
|
|
424
|
-
birthDate: Date;
|
|
425
|
-
email: string;
|
|
426
|
-
idNumber: string;
|
|
427
|
-
phone: string;
|
|
428
|
-
iban: string;
|
|
429
|
-
bic: string;
|
|
430
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;
|
|
431
431
|
addressLine1?: string | null | undefined;
|
|
432
432
|
addressLine2?: string | null | undefined;
|
|
433
433
|
city?: string | null | undefined;
|
|
@@ -506,13 +506,13 @@ export declare const ListInvoicesResponseSchema: z.ZodObject<{
|
|
|
506
506
|
userId: number;
|
|
507
507
|
firstName: string;
|
|
508
508
|
lastName: string;
|
|
509
|
-
birthDate: Date;
|
|
510
|
-
email: string;
|
|
511
|
-
idNumber: string;
|
|
512
|
-
phone: string;
|
|
513
|
-
iban: string;
|
|
514
|
-
bic: string;
|
|
515
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;
|
|
516
516
|
addressLine1?: string | null | undefined;
|
|
517
517
|
addressLine2?: string | null | undefined;
|
|
518
518
|
city?: string | null | undefined;
|
|
@@ -2285,7 +2285,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2285
2285
|
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
2286
2286
|
name: z.ZodString;
|
|
2287
2287
|
locale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2288
|
-
status: z.ZodEnum<["CONNECTED", "DISCONNECTED", "LOCKED"]
|
|
2288
|
+
status: z.ZodCatch<z.ZodEnum<["CONNECTED", "DISCONNECTED", "LOCKED", "PAUSED", "UNKNOWN"]>>;
|
|
2289
2289
|
night: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2290
2290
|
startsAt: z.ZodDate;
|
|
2291
2291
|
endsAt: z.ZodDate;
|
|
@@ -2327,7 +2327,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2327
2327
|
}>>>;
|
|
2328
2328
|
lockReason: z.ZodOptional<z.ZodNullable<z.ZodCatch<z.ZodEnum<["BANNED", "PHONE_NUMBER_REQUIRED", "LISTING_RESTRICTION", "CONVERTING_TO_PRO", "UNKNOWN"]>>>>;
|
|
2329
2329
|
}, "strip", z.ZodTypeAny, {
|
|
2330
|
-
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
2330
|
+
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
2331
2331
|
name: string;
|
|
2332
2332
|
userId: number;
|
|
2333
2333
|
accountId: string;
|
|
@@ -2354,11 +2354,11 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2354
2354
|
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
2355
2355
|
} | null | undefined;
|
|
2356
2356
|
}, {
|
|
2357
|
-
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
2358
2357
|
name: string;
|
|
2359
2358
|
userId: number;
|
|
2360
2359
|
accountId: string;
|
|
2361
2360
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2361
|
+
status?: unknown;
|
|
2362
2362
|
locale?: string | null | undefined;
|
|
2363
2363
|
lockReason?: unknown;
|
|
2364
2364
|
night?: {
|
|
@@ -2399,7 +2399,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2399
2399
|
viewsCount?: number | null | undefined;
|
|
2400
2400
|
favoritesCount?: number | null | undefined;
|
|
2401
2401
|
account?: {
|
|
2402
|
-
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
2402
|
+
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
2403
2403
|
name: string;
|
|
2404
2404
|
userId: number;
|
|
2405
2405
|
accountId: string;
|
|
@@ -2441,11 +2441,11 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2441
2441
|
viewsCount?: number | null | undefined;
|
|
2442
2442
|
favoritesCount?: number | null | undefined;
|
|
2443
2443
|
account?: {
|
|
2444
|
-
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
2445
2444
|
name: string;
|
|
2446
2445
|
userId: number;
|
|
2447
2446
|
accountId: string;
|
|
2448
2447
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2448
|
+
status?: unknown;
|
|
2449
2449
|
locale?: string | null | undefined;
|
|
2450
2450
|
lockReason?: unknown;
|
|
2451
2451
|
night?: {
|
|
@@ -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;
|
|
@@ -2873,13 +2873,13 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2873
2873
|
userId: number;
|
|
2874
2874
|
firstName: string;
|
|
2875
2875
|
lastName: string;
|
|
2876
|
-
birthDate: Date;
|
|
2877
|
-
email: string;
|
|
2878
|
-
idNumber: string;
|
|
2879
|
-
phone: string;
|
|
2880
|
-
iban: string;
|
|
2881
|
-
bic: string;
|
|
2882
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;
|
|
2883
2883
|
addressLine1?: string | null | undefined;
|
|
2884
2884
|
addressLine2?: string | null | undefined;
|
|
2885
2885
|
city?: string | null | undefined;
|
|
@@ -2952,13 +2952,13 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2952
2952
|
userId: number;
|
|
2953
2953
|
firstName: string;
|
|
2954
2954
|
lastName: string;
|
|
2955
|
-
birthDate: Date;
|
|
2956
|
-
email: string;
|
|
2957
|
-
idNumber: string;
|
|
2958
|
-
phone: string;
|
|
2959
|
-
iban: string;
|
|
2960
|
-
bic: string;
|
|
2961
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;
|
|
2962
2962
|
addressLine1?: string | null | undefined;
|
|
2963
2963
|
addressLine2?: string | null | undefined;
|
|
2964
2964
|
city?: string | null | undefined;
|
|
@@ -3066,13 +3066,13 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
3066
3066
|
userId: number;
|
|
3067
3067
|
firstName: string;
|
|
3068
3068
|
lastName: string;
|
|
3069
|
-
birthDate: Date;
|
|
3070
|
-
email: string;
|
|
3071
|
-
idNumber: string;
|
|
3072
|
-
phone: string;
|
|
3073
|
-
iban: string;
|
|
3074
|
-
bic: string;
|
|
3075
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;
|
|
3076
3076
|
addressLine1?: string | null | undefined;
|
|
3077
3077
|
addressLine2?: string | null | undefined;
|
|
3078
3078
|
city?: string | null | undefined;
|
|
@@ -3180,13 +3180,13 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
3180
3180
|
userId: number;
|
|
3181
3181
|
firstName: string;
|
|
3182
3182
|
lastName: string;
|
|
3183
|
-
birthDate: Date;
|
|
3184
|
-
email: string;
|
|
3185
|
-
idNumber: string;
|
|
3186
|
-
phone: string;
|
|
3187
|
-
iban: string;
|
|
3188
|
-
bic: string;
|
|
3189
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;
|
|
3190
3190
|
addressLine1?: string | null | undefined;
|
|
3191
3191
|
addressLine2?: string | null | undefined;
|
|
3192
3192
|
city?: string | null | undefined;
|
|
@@ -3275,7 +3275,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
3275
3275
|
viewsCount?: number | null | undefined;
|
|
3276
3276
|
favoritesCount?: number | null | undefined;
|
|
3277
3277
|
account?: {
|
|
3278
|
-
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
3278
|
+
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
3279
3279
|
name: string;
|
|
3280
3280
|
userId: number;
|
|
3281
3281
|
accountId: string;
|
|
@@ -3680,13 +3680,13 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
3680
3680
|
userId: number;
|
|
3681
3681
|
firstName: string;
|
|
3682
3682
|
lastName: string;
|
|
3683
|
-
birthDate: Date;
|
|
3684
|
-
email: string;
|
|
3685
|
-
idNumber: string;
|
|
3686
|
-
phone: string;
|
|
3687
|
-
iban: string;
|
|
3688
|
-
bic: string;
|
|
3689
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;
|
|
3690
3690
|
addressLine1?: string | null | undefined;
|
|
3691
3691
|
addressLine2?: string | null | undefined;
|
|
3692
3692
|
city?: string | null | undefined;
|
|
@@ -3775,11 +3775,11 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
3775
3775
|
viewsCount?: number | null | undefined;
|
|
3776
3776
|
favoritesCount?: number | null | undefined;
|
|
3777
3777
|
account?: {
|
|
3778
|
-
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
3779
3778
|
name: string;
|
|
3780
3779
|
userId: number;
|
|
3781
3780
|
accountId: string;
|
|
3782
3781
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3782
|
+
status?: unknown;
|
|
3783
3783
|
locale?: string | null | undefined;
|
|
3784
3784
|
lockReason?: unknown;
|
|
3785
3785
|
night?: {
|
|
@@ -4180,13 +4180,13 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
4180
4180
|
userId: number;
|
|
4181
4181
|
firstName: string;
|
|
4182
4182
|
lastName: string;
|
|
4183
|
-
birthDate: Date;
|
|
4184
|
-
email: string;
|
|
4185
|
-
idNumber: string;
|
|
4186
|
-
phone: string;
|
|
4187
|
-
iban: string;
|
|
4188
|
-
bic: string;
|
|
4189
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;
|
|
4190
4190
|
addressLine1?: string | null | undefined;
|
|
4191
4191
|
addressLine2?: string | null | undefined;
|
|
4192
4192
|
city?: string | null | undefined;
|
|
@@ -4280,7 +4280,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
4280
4280
|
viewsCount?: number | null | undefined;
|
|
4281
4281
|
favoritesCount?: number | null | undefined;
|
|
4282
4282
|
account?: {
|
|
4283
|
-
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
4283
|
+
status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
|
|
4284
4284
|
name: string;
|
|
4285
4285
|
userId: number;
|
|
4286
4286
|
accountId: string;
|
|
@@ -4685,13 +4685,13 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
4685
4685
|
userId: number;
|
|
4686
4686
|
firstName: string;
|
|
4687
4687
|
lastName: string;
|
|
4688
|
-
birthDate: Date;
|
|
4689
|
-
email: string;
|
|
4690
|
-
idNumber: string;
|
|
4691
|
-
phone: string;
|
|
4692
|
-
iban: string;
|
|
4693
|
-
bic: string;
|
|
4694
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;
|
|
4695
4695
|
addressLine1?: string | null | undefined;
|
|
4696
4696
|
addressLine2?: string | null | undefined;
|
|
4697
4697
|
city?: string | null | undefined;
|
|
@@ -4786,11 +4786,11 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
4786
4786
|
viewsCount?: number | null | undefined;
|
|
4787
4787
|
favoritesCount?: number | null | undefined;
|
|
4788
4788
|
account?: {
|
|
4789
|
-
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
4790
4789
|
name: string;
|
|
4791
4790
|
userId: number;
|
|
4792
4791
|
accountId: string;
|
|
4793
4792
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4793
|
+
status?: unknown;
|
|
4794
4794
|
locale?: string | null | undefined;
|
|
4795
4795
|
lockReason?: unknown;
|
|
4796
4796
|
night?: {
|
|
@@ -5191,13 +5191,13 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
5191
5191
|
userId: number;
|
|
5192
5192
|
firstName: string;
|
|
5193
5193
|
lastName: string;
|
|
5194
|
-
birthDate: Date;
|
|
5195
|
-
email: string;
|
|
5196
|
-
idNumber: string;
|
|
5197
|
-
phone: string;
|
|
5198
|
-
iban: string;
|
|
5199
|
-
bic: string;
|
|
5200
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;
|
|
5201
5201
|
addressLine1?: string | null | undefined;
|
|
5202
5202
|
addressLine2?: string | null | undefined;
|
|
5203
5203
|
city?: string | null | undefined;
|