controlresell 2.20.19 → 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.
Files changed (51) hide show
  1. package/package.json +1 -1
  2. package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts +9 -9
  3. package/src/com/controlresell/api/responses/items/ListedItem.d.ts +7 -7
  4. package/src/com/controlresell/models/conversations/Conversation.d.ts +5 -5
  5. package/src/com/controlresell/models/conversations/ConversationOnPlatformUpdateRequest.d.ts +5 -5
  6. package/src/com/controlresell/models/conversations/ConversationUpdate.d.ts +7 -7
  7. package/src/com/controlresell/models/conversations/UserConversations.d.ts +7 -7
  8. package/src/com/controlresell/models/conversations/favorites/ConversationFavorite.d.ts +5 -5
  9. package/src/com/controlresell/models/conversations/favorites/ReportRateLimitOnFavorites.d.ts +7 -7
  10. package/src/com/controlresell/models/conversations/favorites/SubmitFavoritesResponse.d.ts +7 -7
  11. package/src/com/controlresell/models/filters/PreferenceFilter.d.ts +5 -5
  12. package/src/com/controlresell/models/items/CreatedItems.d.ts +18 -18
  13. package/src/com/controlresell/models/items/Item.d.ts +7 -7
  14. package/src/com/controlresell/models/items/ItemUpdate.d.ts +9 -9
  15. package/src/com/controlresell/models/items/UpdatedItem.d.ts +18 -18
  16. package/src/com/controlresell/models/items/platforms/ItemOnPlatform.d.ts +5 -5
  17. package/src/com/controlresell/models/items/platforms/ItemOnPlatformUpdateRequest.d.ts +5 -5
  18. package/src/com/controlresell/models/metadata/platforms/BatchUpsertPlatformEnumsPayload.d.ts +18 -0
  19. package/src/com/controlresell/models/metadata/platforms/BatchUpsertPlatformEnumsPayload.d.ts.map +1 -1
  20. package/src/com/controlresell/models/metadata/platforms/BatchUpsertPlatformEnumsPayload.js +3 -1
  21. package/src/com/controlresell/models/metadata/platforms/BatchUpsertPlatformEnumsPayload.js.map +1 -1
  22. package/src/com/controlresell/models/metadata/platforms/BatchUpsertPlatformEnumsPayload.ts +3 -1
  23. package/src/com/controlresell/models/metadata/platforms/ItemListingPreview.d.ts +9 -9
  24. package/src/com/controlresell/models/metadata/platforms/PlatformEnumTypePayload.d.ts +13 -0
  25. package/src/com/controlresell/models/metadata/platforms/PlatformEnumTypePayload.d.ts.map +1 -0
  26. package/src/com/controlresell/models/metadata/platforms/PlatformEnumTypePayload.js +6 -0
  27. package/src/com/controlresell/models/metadata/platforms/PlatformEnumTypePayload.js.map +1 -0
  28. package/src/com/controlresell/models/metadata/platforms/PlatformEnumTypePayload.ts +7 -0
  29. package/src/com/controlresell/models/platforms/orders/Order.d.ts +9 -9
  30. package/src/com/controlresell/models/platforms/orders/OrderOnPlatformUpdateRequest.d.ts +5 -5
  31. package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts +24 -24
  32. package/src/com/controlresell/models/platforms/orders/items/ItemInOrder.d.ts +7 -7
  33. package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts +20 -20
  34. package/src/com/controlresell/models/transactions/Transaction.d.ts +9 -9
  35. package/src/com/controlresell/models/transactions/items/ItemInTransaction.d.ts +7 -7
  36. package/src/com/controlresell/models/transactions/items/TransactionWithItems.d.ts +20 -20
  37. package/src/com/controlresell/models/users/platforms/PlatformAuthRequest.d.ts +5 -5
  38. package/src/com/controlresell/models/users/platforms/PlatformJobUpdate.d.ts +5 -5
  39. package/src/com/controlresell/models/users/platforms/UpdateUserOnPlatformPayload.d.ts +3 -3
  40. package/src/com/controlresell/models/users/platforms/UserOnPlatform.d.ts +3 -3
  41. package/src/com/controlresell/models/users/platforms/UserOnPlatformStatus.d.ts +1 -1
  42. package/src/com/controlresell/models/users/platforms/UserOnPlatformStatus.d.ts.map +1 -1
  43. package/src/com/controlresell/models/users/platforms/UserOnPlatformStatus.js +2 -2
  44. package/src/com/controlresell/models/users/platforms/UserOnPlatformStatus.js.map +1 -1
  45. package/src/com/controlresell/models/users/platforms/UserOnPlatformStatus.ts +2 -2
  46. package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts +32 -32
  47. package/src/index.d.ts +1 -0
  48. package/src/index.d.ts.map +1 -1
  49. package/src/index.js +1 -0
  50. package/src/index.js.map +1 -1
  51. package/src/index.ts +1 -0
@@ -34,7 +34,7 @@ export declare const PreferenceFilterSchema: z.ZodObject<{
34
34
  platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
35
35
  name: z.ZodString;
36
36
  locale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
37
- status: z.ZodEnum<["CONNECTED", "DISCONNECTED", "LOCKED"]>;
37
+ status: z.ZodCatch<z.ZodEnum<["CONNECTED", "DISCONNECTED", "LOCKED", "PAUSED", "UNKNOWN"]>>;
38
38
  night: z.ZodOptional<z.ZodNullable<z.ZodObject<{
39
39
  startsAt: z.ZodDate;
40
40
  endsAt: z.ZodDate;
@@ -76,7 +76,7 @@ export declare const PreferenceFilterSchema: z.ZodObject<{
76
76
  }>>>;
77
77
  lockReason: z.ZodOptional<z.ZodNullable<z.ZodCatch<z.ZodEnum<["BANNED", "PHONE_NUMBER_REQUIRED", "LISTING_RESTRICTION", "CONVERTING_TO_PRO", "UNKNOWN"]>>>>;
78
78
  }, "strip", z.ZodTypeAny, {
79
- status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
79
+ status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
80
80
  name: string;
81
81
  userId: number;
82
82
  accountId: string;
@@ -103,11 +103,11 @@ export declare const PreferenceFilterSchema: z.ZodObject<{
103
103
  status?: "PENDING" | "CONFIRMED" | null | undefined;
104
104
  } | null | undefined;
105
105
  }, {
106
- status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
107
106
  name: string;
108
107
  userId: number;
109
108
  accountId: string;
110
109
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
110
+ status?: unknown;
111
111
  locale?: string | null | undefined;
112
112
  lockReason?: unknown;
113
113
  night?: {
@@ -144,7 +144,7 @@ export declare const PreferenceFilterSchema: z.ZodObject<{
144
144
  sellingDate?: Date | null | undefined;
145
145
  }[] | null | undefined;
146
146
  accounts?: {
147
- status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
147
+ status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
148
148
  name: string;
149
149
  userId: number;
150
150
  accountId: string;
@@ -184,11 +184,11 @@ export declare const PreferenceFilterSchema: z.ZodObject<{
184
184
  sellingDate?: Date | null | undefined;
185
185
  }[] | null | undefined;
186
186
  accounts?: {
187
- status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
188
187
  name: string;
189
188
  userId: number;
190
189
  accountId: string;
191
190
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
191
+ status?: unknown;
192
192
  locale?: string | null | undefined;
193
193
  lockReason?: unknown;
194
194
  night?: {
@@ -2283,7 +2283,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
2283
2283
  platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
2284
2284
  name: z.ZodString;
2285
2285
  locale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2286
- status: z.ZodEnum<["CONNECTED", "DISCONNECTED", "LOCKED"]>;
2286
+ status: z.ZodCatch<z.ZodEnum<["CONNECTED", "DISCONNECTED", "LOCKED", "PAUSED", "UNKNOWN"]>>;
2287
2287
  night: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2288
2288
  startsAt: z.ZodDate;
2289
2289
  endsAt: z.ZodDate;
@@ -2325,7 +2325,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
2325
2325
  }>>>;
2326
2326
  lockReason: z.ZodOptional<z.ZodNullable<z.ZodCatch<z.ZodEnum<["BANNED", "PHONE_NUMBER_REQUIRED", "LISTING_RESTRICTION", "CONVERTING_TO_PRO", "UNKNOWN"]>>>>;
2327
2327
  }, "strip", z.ZodTypeAny, {
2328
- status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
2328
+ status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
2329
2329
  name: string;
2330
2330
  userId: number;
2331
2331
  accountId: string;
@@ -2352,11 +2352,11 @@ export declare const CreatedItemsSchema: z.ZodObject<{
2352
2352
  status?: "PENDING" | "CONFIRMED" | null | undefined;
2353
2353
  } | null | undefined;
2354
2354
  }, {
2355
- status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
2356
2355
  name: string;
2357
2356
  userId: number;
2358
2357
  accountId: string;
2359
2358
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2359
+ status?: unknown;
2360
2360
  locale?: string | null | undefined;
2361
2361
  lockReason?: unknown;
2362
2362
  night?: {
@@ -2397,7 +2397,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
2397
2397
  viewsCount?: number | null | undefined;
2398
2398
  favoritesCount?: number | null | undefined;
2399
2399
  account?: {
2400
- status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
2400
+ status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
2401
2401
  name: string;
2402
2402
  userId: number;
2403
2403
  accountId: string;
@@ -2439,11 +2439,11 @@ export declare const CreatedItemsSchema: z.ZodObject<{
2439
2439
  viewsCount?: number | null | undefined;
2440
2440
  favoritesCount?: number | null | undefined;
2441
2441
  account?: {
2442
- status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
2443
2442
  name: string;
2444
2443
  userId: number;
2445
2444
  accountId: string;
2446
2445
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2446
+ status?: unknown;
2447
2447
  locale?: string | null | undefined;
2448
2448
  lockReason?: unknown;
2449
2449
  night?: {
@@ -4578,7 +4578,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
4578
4578
  viewsCount?: number | null | undefined;
4579
4579
  favoritesCount?: number | null | undefined;
4580
4580
  account?: {
4581
- status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
4581
+ status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
4582
4582
  name: string;
4583
4583
  userId: number;
4584
4584
  accountId: string;
@@ -5210,11 +5210,11 @@ export declare const CreatedItemsSchema: z.ZodObject<{
5210
5210
  viewsCount?: number | null | undefined;
5211
5211
  favoritesCount?: number | null | undefined;
5212
5212
  account?: {
5213
- status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
5214
5213
  name: string;
5215
5214
  userId: number;
5216
5215
  accountId: string;
5217
5216
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5217
+ status?: unknown;
5218
5218
  locale?: string | null | undefined;
5219
5219
  lockReason?: unknown;
5220
5220
  night?: {
@@ -8087,7 +8087,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
8087
8087
  platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
8088
8088
  name: z.ZodString;
8089
8089
  locale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
8090
- status: z.ZodEnum<["CONNECTED", "DISCONNECTED", "LOCKED"]>;
8090
+ status: z.ZodCatch<z.ZodEnum<["CONNECTED", "DISCONNECTED", "LOCKED", "PAUSED", "UNKNOWN"]>>;
8091
8091
  night: z.ZodOptional<z.ZodNullable<z.ZodObject<{
8092
8092
  startsAt: z.ZodDate;
8093
8093
  endsAt: z.ZodDate;
@@ -8129,7 +8129,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
8129
8129
  }>>>;
8130
8130
  lockReason: z.ZodOptional<z.ZodNullable<z.ZodCatch<z.ZodEnum<["BANNED", "PHONE_NUMBER_REQUIRED", "LISTING_RESTRICTION", "CONVERTING_TO_PRO", "UNKNOWN"]>>>>;
8131
8131
  }, "strip", z.ZodTypeAny, {
8132
- status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
8132
+ status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
8133
8133
  name: string;
8134
8134
  userId: number;
8135
8135
  accountId: string;
@@ -8156,11 +8156,11 @@ export declare const CreatedItemsSchema: z.ZodObject<{
8156
8156
  status?: "PENDING" | "CONFIRMED" | null | undefined;
8157
8157
  } | null | undefined;
8158
8158
  }, {
8159
- status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
8160
8159
  name: string;
8161
8160
  userId: number;
8162
8161
  accountId: string;
8163
8162
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
8163
+ status?: unknown;
8164
8164
  locale?: string | null | undefined;
8165
8165
  lockReason?: unknown;
8166
8166
  night?: {
@@ -8201,7 +8201,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
8201
8201
  viewsCount?: number | null | undefined;
8202
8202
  favoritesCount?: number | null | undefined;
8203
8203
  account?: {
8204
- status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
8204
+ status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
8205
8205
  name: string;
8206
8206
  userId: number;
8207
8207
  accountId: string;
@@ -8243,11 +8243,11 @@ export declare const CreatedItemsSchema: z.ZodObject<{
8243
8243
  viewsCount?: number | null | undefined;
8244
8244
  favoritesCount?: number | null | undefined;
8245
8245
  account?: {
8246
- status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
8247
8246
  name: string;
8248
8247
  userId: number;
8249
8248
  accountId: string;
8250
8249
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
8250
+ status?: unknown;
8251
8251
  locale?: string | null | undefined;
8252
8252
  lockReason?: unknown;
8253
8253
  night?: {
@@ -9077,7 +9077,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
9077
9077
  viewsCount?: number | null | undefined;
9078
9078
  favoritesCount?: number | null | undefined;
9079
9079
  account?: {
9080
- status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
9080
+ status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
9081
9081
  name: string;
9082
9082
  userId: number;
9083
9083
  accountId: string;
@@ -9577,11 +9577,11 @@ export declare const CreatedItemsSchema: z.ZodObject<{
9577
9577
  viewsCount?: number | null | undefined;
9578
9578
  favoritesCount?: number | null | undefined;
9579
9579
  account?: {
9580
- status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
9581
9580
  name: string;
9582
9581
  userId: number;
9583
9582
  accountId: string;
9584
9583
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
9584
+ status?: unknown;
9585
9585
  locale?: string | null | undefined;
9586
9586
  lockReason?: unknown;
9587
9587
  night?: {
@@ -10076,7 +10076,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
10076
10076
  viewsCount?: number | null | undefined;
10077
10077
  favoritesCount?: number | null | undefined;
10078
10078
  account?: {
10079
- status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
10079
+ status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
10080
10080
  name: string;
10081
10081
  userId: number;
10082
10082
  accountId: string;
@@ -10721,7 +10721,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
10721
10721
  viewsCount?: number | null | undefined;
10722
10722
  favoritesCount?: number | null | undefined;
10723
10723
  account?: {
10724
- status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
10724
+ status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
10725
10725
  name: string;
10726
10726
  userId: number;
10727
10727
  accountId: string;
@@ -11220,11 +11220,11 @@ export declare const CreatedItemsSchema: z.ZodObject<{
11220
11220
  viewsCount?: number | null | undefined;
11221
11221
  favoritesCount?: number | null | undefined;
11222
11222
  account?: {
11223
- status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
11224
11223
  name: string;
11225
11224
  userId: number;
11226
11225
  accountId: string;
11227
11226
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
11227
+ status?: unknown;
11228
11228
  locale?: string | null | undefined;
11229
11229
  lockReason?: unknown;
11230
11230
  night?: {
@@ -11865,11 +11865,11 @@ export declare const CreatedItemsSchema: z.ZodObject<{
11865
11865
  viewsCount?: number | null | undefined;
11866
11866
  favoritesCount?: number | null | undefined;
11867
11867
  account?: {
11868
- status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
11869
11868
  name: string;
11870
11869
  userId: number;
11871
11870
  accountId: string;
11872
11871
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
11872
+ status?: unknown;
11873
11873
  locale?: string | null | undefined;
11874
11874
  lockReason?: unknown;
11875
11875
  night?: {
@@ -2282,7 +2282,7 @@ export declare const ItemSchema: z.ZodObject<{
2282
2282
  platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
2283
2283
  name: z.ZodString;
2284
2284
  locale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2285
- status: z.ZodEnum<["CONNECTED", "DISCONNECTED", "LOCKED"]>;
2285
+ status: z.ZodCatch<z.ZodEnum<["CONNECTED", "DISCONNECTED", "LOCKED", "PAUSED", "UNKNOWN"]>>;
2286
2286
  night: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2287
2287
  startsAt: z.ZodDate;
2288
2288
  endsAt: z.ZodDate;
@@ -2324,7 +2324,7 @@ export declare const ItemSchema: z.ZodObject<{
2324
2324
  }>>>;
2325
2325
  lockReason: z.ZodOptional<z.ZodNullable<z.ZodCatch<z.ZodEnum<["BANNED", "PHONE_NUMBER_REQUIRED", "LISTING_RESTRICTION", "CONVERTING_TO_PRO", "UNKNOWN"]>>>>;
2326
2326
  }, "strip", z.ZodTypeAny, {
2327
- status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
2327
+ status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
2328
2328
  name: string;
2329
2329
  userId: number;
2330
2330
  accountId: string;
@@ -2351,11 +2351,11 @@ export declare const ItemSchema: z.ZodObject<{
2351
2351
  status?: "PENDING" | "CONFIRMED" | null | undefined;
2352
2352
  } | null | undefined;
2353
2353
  }, {
2354
- status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
2355
2354
  name: string;
2356
2355
  userId: number;
2357
2356
  accountId: string;
2358
2357
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2358
+ status?: unknown;
2359
2359
  locale?: string | null | undefined;
2360
2360
  lockReason?: unknown;
2361
2361
  night?: {
@@ -2396,7 +2396,7 @@ export declare const ItemSchema: z.ZodObject<{
2396
2396
  viewsCount?: number | null | undefined;
2397
2397
  favoritesCount?: number | null | undefined;
2398
2398
  account?: {
2399
- status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
2399
+ status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
2400
2400
  name: string;
2401
2401
  userId: number;
2402
2402
  accountId: string;
@@ -2438,11 +2438,11 @@ export declare const ItemSchema: z.ZodObject<{
2438
2438
  viewsCount?: number | null | undefined;
2439
2439
  favoritesCount?: number | null | undefined;
2440
2440
  account?: {
2441
- status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
2442
2441
  name: string;
2443
2442
  userId: number;
2444
2443
  accountId: string;
2445
2444
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2445
+ status?: unknown;
2446
2446
  locale?: string | null | undefined;
2447
2447
  lockReason?: unknown;
2448
2448
  night?: {
@@ -4577,7 +4577,7 @@ export declare const ItemSchema: z.ZodObject<{
4577
4577
  viewsCount?: number | null | undefined;
4578
4578
  favoritesCount?: number | null | undefined;
4579
4579
  account?: {
4580
- status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
4580
+ status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
4581
4581
  name: string;
4582
4582
  userId: number;
4583
4583
  accountId: string;
@@ -5209,11 +5209,11 @@ export declare const ItemSchema: z.ZodObject<{
5209
5209
  viewsCount?: number | null | undefined;
5210
5210
  favoritesCount?: number | null | undefined;
5211
5211
  account?: {
5212
- status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
5213
5212
  name: string;
5214
5213
  userId: number;
5215
5214
  accountId: string;
5216
5215
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5216
+ status?: unknown;
5217
5217
  locale?: string | null | undefined;
5218
5218
  lockReason?: unknown;
5219
5219
  night?: {
@@ -2284,7 +2284,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
2284
2284
  platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
2285
2285
  name: z.ZodString;
2286
2286
  locale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2287
- status: z.ZodEnum<["CONNECTED", "DISCONNECTED", "LOCKED"]>;
2287
+ status: z.ZodCatch<z.ZodEnum<["CONNECTED", "DISCONNECTED", "LOCKED", "PAUSED", "UNKNOWN"]>>;
2288
2288
  night: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2289
2289
  startsAt: z.ZodDate;
2290
2290
  endsAt: z.ZodDate;
@@ -2326,7 +2326,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
2326
2326
  }>>>;
2327
2327
  lockReason: z.ZodOptional<z.ZodNullable<z.ZodCatch<z.ZodEnum<["BANNED", "PHONE_NUMBER_REQUIRED", "LISTING_RESTRICTION", "CONVERTING_TO_PRO", "UNKNOWN"]>>>>;
2328
2328
  }, "strip", z.ZodTypeAny, {
2329
- status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
2329
+ status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
2330
2330
  name: string;
2331
2331
  userId: number;
2332
2332
  accountId: string;
@@ -2353,11 +2353,11 @@ export declare const ItemUpdateSchema: z.ZodObject<{
2353
2353
  status?: "PENDING" | "CONFIRMED" | null | undefined;
2354
2354
  } | null | undefined;
2355
2355
  }, {
2356
- status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
2357
2356
  name: string;
2358
2357
  userId: number;
2359
2358
  accountId: string;
2360
2359
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2360
+ status?: unknown;
2361
2361
  locale?: string | null | undefined;
2362
2362
  lockReason?: unknown;
2363
2363
  night?: {
@@ -2398,7 +2398,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
2398
2398
  viewsCount?: number | null | undefined;
2399
2399
  favoritesCount?: number | null | undefined;
2400
2400
  account?: {
2401
- status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
2401
+ status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
2402
2402
  name: string;
2403
2403
  userId: number;
2404
2404
  accountId: string;
@@ -2440,11 +2440,11 @@ export declare const ItemUpdateSchema: z.ZodObject<{
2440
2440
  viewsCount?: number | null | undefined;
2441
2441
  favoritesCount?: number | null | undefined;
2442
2442
  account?: {
2443
- status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
2444
2443
  name: string;
2445
2444
  userId: number;
2446
2445
  accountId: string;
2447
2446
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2447
+ status?: unknown;
2448
2448
  locale?: string | null | undefined;
2449
2449
  lockReason?: unknown;
2450
2450
  night?: {
@@ -3274,7 +3274,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
3274
3274
  viewsCount?: number | null | undefined;
3275
3275
  favoritesCount?: number | null | undefined;
3276
3276
  account?: {
3277
- status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
3277
+ status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
3278
3278
  name: string;
3279
3279
  userId: number;
3280
3280
  accountId: string;
@@ -3774,11 +3774,11 @@ export declare const ItemUpdateSchema: z.ZodObject<{
3774
3774
  viewsCount?: number | null | undefined;
3775
3775
  favoritesCount?: number | null | undefined;
3776
3776
  account?: {
3777
- status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
3778
3777
  name: string;
3779
3778
  userId: number;
3780
3779
  accountId: string;
3781
3780
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3781
+ status?: unknown;
3782
3782
  locale?: string | null | undefined;
3783
3783
  lockReason?: unknown;
3784
3784
  night?: {
@@ -4278,7 +4278,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
4278
4278
  viewsCount?: number | null | undefined;
4279
4279
  favoritesCount?: number | null | undefined;
4280
4280
  account?: {
4281
- status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
4281
+ status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
4282
4282
  name: string;
4283
4283
  userId: number;
4284
4284
  accountId: string;
@@ -4782,11 +4782,11 @@ export declare const ItemUpdateSchema: z.ZodObject<{
4782
4782
  viewsCount?: number | null | undefined;
4783
4783
  favoritesCount?: number | null | undefined;
4784
4784
  account?: {
4785
- status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
4786
4785
  name: string;
4787
4786
  userId: number;
4788
4787
  accountId: string;
4789
4788
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4789
+ status?: unknown;
4790
4790
  locale?: string | null | undefined;
4791
4791
  lockReason?: unknown;
4792
4792
  night?: {
@@ -2283,7 +2283,7 @@ export declare const UpdatedItemSchema: z.ZodObject<{
2283
2283
  platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
2284
2284
  name: z.ZodString;
2285
2285
  locale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2286
- status: z.ZodEnum<["CONNECTED", "DISCONNECTED", "LOCKED"]>;
2286
+ status: z.ZodCatch<z.ZodEnum<["CONNECTED", "DISCONNECTED", "LOCKED", "PAUSED", "UNKNOWN"]>>;
2287
2287
  night: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2288
2288
  startsAt: z.ZodDate;
2289
2289
  endsAt: z.ZodDate;
@@ -2325,7 +2325,7 @@ export declare const UpdatedItemSchema: z.ZodObject<{
2325
2325
  }>>>;
2326
2326
  lockReason: z.ZodOptional<z.ZodNullable<z.ZodCatch<z.ZodEnum<["BANNED", "PHONE_NUMBER_REQUIRED", "LISTING_RESTRICTION", "CONVERTING_TO_PRO", "UNKNOWN"]>>>>;
2327
2327
  }, "strip", z.ZodTypeAny, {
2328
- status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
2328
+ status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
2329
2329
  name: string;
2330
2330
  userId: number;
2331
2331
  accountId: string;
@@ -2352,11 +2352,11 @@ export declare const UpdatedItemSchema: z.ZodObject<{
2352
2352
  status?: "PENDING" | "CONFIRMED" | null | undefined;
2353
2353
  } | null | undefined;
2354
2354
  }, {
2355
- status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
2356
2355
  name: string;
2357
2356
  userId: number;
2358
2357
  accountId: string;
2359
2358
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2359
+ status?: unknown;
2360
2360
  locale?: string | null | undefined;
2361
2361
  lockReason?: unknown;
2362
2362
  night?: {
@@ -2397,7 +2397,7 @@ export declare const UpdatedItemSchema: z.ZodObject<{
2397
2397
  viewsCount?: number | null | undefined;
2398
2398
  favoritesCount?: number | null | undefined;
2399
2399
  account?: {
2400
- status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
2400
+ status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
2401
2401
  name: string;
2402
2402
  userId: number;
2403
2403
  accountId: string;
@@ -2439,11 +2439,11 @@ export declare const UpdatedItemSchema: z.ZodObject<{
2439
2439
  viewsCount?: number | null | undefined;
2440
2440
  favoritesCount?: number | null | undefined;
2441
2441
  account?: {
2442
- status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
2443
2442
  name: string;
2444
2443
  userId: number;
2445
2444
  accountId: string;
2446
2445
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2446
+ status?: unknown;
2447
2447
  locale?: string | null | undefined;
2448
2448
  lockReason?: unknown;
2449
2449
  night?: {
@@ -4578,7 +4578,7 @@ export declare const UpdatedItemSchema: z.ZodObject<{
4578
4578
  viewsCount?: number | null | undefined;
4579
4579
  favoritesCount?: number | null | undefined;
4580
4580
  account?: {
4581
- status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
4581
+ status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
4582
4582
  name: string;
4583
4583
  userId: number;
4584
4584
  accountId: string;
@@ -5210,11 +5210,11 @@ export declare const UpdatedItemSchema: z.ZodObject<{
5210
5210
  viewsCount?: number | null | undefined;
5211
5211
  favoritesCount?: number | null | undefined;
5212
5212
  account?: {
5213
- status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
5214
5213
  name: string;
5215
5214
  userId: number;
5216
5215
  accountId: string;
5217
5216
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5217
+ status?: unknown;
5218
5218
  locale?: string | null | undefined;
5219
5219
  lockReason?: unknown;
5220
5220
  night?: {
@@ -8087,7 +8087,7 @@ export declare const UpdatedItemSchema: z.ZodObject<{
8087
8087
  platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
8088
8088
  name: z.ZodString;
8089
8089
  locale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
8090
- status: z.ZodEnum<["CONNECTED", "DISCONNECTED", "LOCKED"]>;
8090
+ status: z.ZodCatch<z.ZodEnum<["CONNECTED", "DISCONNECTED", "LOCKED", "PAUSED", "UNKNOWN"]>>;
8091
8091
  night: z.ZodOptional<z.ZodNullable<z.ZodObject<{
8092
8092
  startsAt: z.ZodDate;
8093
8093
  endsAt: z.ZodDate;
@@ -8129,7 +8129,7 @@ export declare const UpdatedItemSchema: z.ZodObject<{
8129
8129
  }>>>;
8130
8130
  lockReason: z.ZodOptional<z.ZodNullable<z.ZodCatch<z.ZodEnum<["BANNED", "PHONE_NUMBER_REQUIRED", "LISTING_RESTRICTION", "CONVERTING_TO_PRO", "UNKNOWN"]>>>>;
8131
8131
  }, "strip", z.ZodTypeAny, {
8132
- status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
8132
+ status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
8133
8133
  name: string;
8134
8134
  userId: number;
8135
8135
  accountId: string;
@@ -8156,11 +8156,11 @@ export declare const UpdatedItemSchema: z.ZodObject<{
8156
8156
  status?: "PENDING" | "CONFIRMED" | null | undefined;
8157
8157
  } | null | undefined;
8158
8158
  }, {
8159
- status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
8160
8159
  name: string;
8161
8160
  userId: number;
8162
8161
  accountId: string;
8163
8162
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
8163
+ status?: unknown;
8164
8164
  locale?: string | null | undefined;
8165
8165
  lockReason?: unknown;
8166
8166
  night?: {
@@ -8201,7 +8201,7 @@ export declare const UpdatedItemSchema: z.ZodObject<{
8201
8201
  viewsCount?: number | null | undefined;
8202
8202
  favoritesCount?: number | null | undefined;
8203
8203
  account?: {
8204
- status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
8204
+ status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
8205
8205
  name: string;
8206
8206
  userId: number;
8207
8207
  accountId: string;
@@ -8243,11 +8243,11 @@ export declare const UpdatedItemSchema: z.ZodObject<{
8243
8243
  viewsCount?: number | null | undefined;
8244
8244
  favoritesCount?: number | null | undefined;
8245
8245
  account?: {
8246
- status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
8247
8246
  name: string;
8248
8247
  userId: number;
8249
8248
  accountId: string;
8250
8249
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
8250
+ status?: unknown;
8251
8251
  locale?: string | null | undefined;
8252
8252
  lockReason?: unknown;
8253
8253
  night?: {
@@ -9077,7 +9077,7 @@ export declare const UpdatedItemSchema: z.ZodObject<{
9077
9077
  viewsCount?: number | null | undefined;
9078
9078
  favoritesCount?: number | null | undefined;
9079
9079
  account?: {
9080
- status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
9080
+ status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
9081
9081
  name: string;
9082
9082
  userId: number;
9083
9083
  accountId: string;
@@ -9577,11 +9577,11 @@ export declare const UpdatedItemSchema: z.ZodObject<{
9577
9577
  viewsCount?: number | null | undefined;
9578
9578
  favoritesCount?: number | null | undefined;
9579
9579
  account?: {
9580
- status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
9581
9580
  name: string;
9582
9581
  userId: number;
9583
9582
  accountId: string;
9584
9583
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
9584
+ status?: unknown;
9585
9585
  locale?: string | null | undefined;
9586
9586
  lockReason?: unknown;
9587
9587
  night?: {
@@ -10076,7 +10076,7 @@ export declare const UpdatedItemSchema: z.ZodObject<{
10076
10076
  viewsCount?: number | null | undefined;
10077
10077
  favoritesCount?: number | null | undefined;
10078
10078
  account?: {
10079
- status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
10079
+ status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
10080
10080
  name: string;
10081
10081
  userId: number;
10082
10082
  accountId: string;
@@ -10721,7 +10721,7 @@ export declare const UpdatedItemSchema: z.ZodObject<{
10721
10721
  viewsCount?: number | null | undefined;
10722
10722
  favoritesCount?: number | null | undefined;
10723
10723
  account?: {
10724
- status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
10724
+ status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
10725
10725
  name: string;
10726
10726
  userId: number;
10727
10727
  accountId: string;
@@ -11220,11 +11220,11 @@ export declare const UpdatedItemSchema: z.ZodObject<{
11220
11220
  viewsCount?: number | null | undefined;
11221
11221
  favoritesCount?: number | null | undefined;
11222
11222
  account?: {
11223
- status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
11224
11223
  name: string;
11225
11224
  userId: number;
11226
11225
  accountId: string;
11227
11226
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
11227
+ status?: unknown;
11228
11228
  locale?: string | null | undefined;
11229
11229
  lockReason?: unknown;
11230
11230
  night?: {
@@ -11865,11 +11865,11 @@ export declare const UpdatedItemSchema: z.ZodObject<{
11865
11865
  viewsCount?: number | null | undefined;
11866
11866
  favoritesCount?: number | null | undefined;
11867
11867
  account?: {
11868
- status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
11869
11868
  name: string;
11870
11869
  userId: number;
11871
11870
  accountId: string;
11872
11871
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
11872
+ status?: unknown;
11873
11873
  locale?: string | null | undefined;
11874
11874
  lockReason?: unknown;
11875
11875
  night?: {
@@ -16,7 +16,7 @@ export declare const ItemOnPlatformSchema: z.ZodObject<{
16
16
  platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
17
17
  name: z.ZodString;
18
18
  locale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
19
- status: z.ZodEnum<["CONNECTED", "DISCONNECTED", "LOCKED"]>;
19
+ status: z.ZodCatch<z.ZodEnum<["CONNECTED", "DISCONNECTED", "LOCKED", "PAUSED", "UNKNOWN"]>>;
20
20
  night: z.ZodOptional<z.ZodNullable<z.ZodObject<{
21
21
  startsAt: z.ZodDate;
22
22
  endsAt: z.ZodDate;
@@ -58,7 +58,7 @@ export declare const ItemOnPlatformSchema: z.ZodObject<{
58
58
  }>>>;
59
59
  lockReason: z.ZodOptional<z.ZodNullable<z.ZodCatch<z.ZodEnum<["BANNED", "PHONE_NUMBER_REQUIRED", "LISTING_RESTRICTION", "CONVERTING_TO_PRO", "UNKNOWN"]>>>>;
60
60
  }, "strip", z.ZodTypeAny, {
61
- status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
61
+ status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
62
62
  name: string;
63
63
  userId: number;
64
64
  accountId: string;
@@ -85,11 +85,11 @@ export declare const ItemOnPlatformSchema: z.ZodObject<{
85
85
  status?: "PENDING" | "CONFIRMED" | null | undefined;
86
86
  } | null | undefined;
87
87
  }, {
88
- status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
89
88
  name: string;
90
89
  userId: number;
91
90
  accountId: string;
92
91
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
92
+ status?: unknown;
93
93
  locale?: string | null | undefined;
94
94
  lockReason?: unknown;
95
95
  night?: {
@@ -130,7 +130,7 @@ export declare const ItemOnPlatformSchema: z.ZodObject<{
130
130
  viewsCount?: number | null | undefined;
131
131
  favoritesCount?: number | null | undefined;
132
132
  account?: {
133
- status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
133
+ status: "UNKNOWN" | "CONNECTED" | "DISCONNECTED" | "LOCKED" | "PAUSED";
134
134
  name: string;
135
135
  userId: number;
136
136
  accountId: string;
@@ -172,11 +172,11 @@ export declare const ItemOnPlatformSchema: z.ZodObject<{
172
172
  viewsCount?: number | null | undefined;
173
173
  favoritesCount?: number | null | undefined;
174
174
  account?: {
175
- status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
176
175
  name: string;
177
176
  userId: number;
178
177
  accountId: string;
179
178
  platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
179
+ status?: unknown;
180
180
  locale?: string | null | undefined;
181
181
  lockReason?: unknown;
182
182
  night?: {