controlresell 2.24.2 → 2.24.3

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 (81) hide show
  1. package/package.json +2 -2
  2. package/src/com/controlresell/api/responses/conversations/MessageStreamResponse.d.ts +0 -7
  3. package/src/com/controlresell/api/responses/conversations/MessageStreamResponse.d.ts.map +1 -1
  4. package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts +108 -108
  5. package/src/com/controlresell/api/responses/items/ListedItem.d.ts +88 -88
  6. package/src/com/controlresell/models/conversations/Conversation.d.ts +9 -9
  7. package/src/com/controlresell/models/conversations/ConversationFiltersContext.d.ts +3 -3
  8. package/src/com/controlresell/models/conversations/ConversationOnPlatformUpdateRequest.d.ts +11 -11
  9. package/src/com/controlresell/models/conversations/ConversationUpdate.d.ts +13 -13
  10. package/src/com/controlresell/models/conversations/UserConversations.d.ts +13 -13
  11. package/src/com/controlresell/models/conversations/favorites/ConversationFavorite.d.ts +5 -5
  12. package/src/com/controlresell/models/conversations/favorites/ReportRateLimitOnFavorites.d.ts +7 -7
  13. package/src/com/controlresell/models/conversations/favorites/SubmitFavoritesResponse.d.ts +7 -7
  14. package/src/com/controlresell/models/conversations/users/ConversationUser.d.ts +2 -2
  15. package/src/com/controlresell/models/conversations/users/CreateConversationUserPayload.d.ts +2 -2
  16. package/src/com/controlresell/models/conversations/users/UpdateConversationUserPayload.d.ts +2 -2
  17. package/src/com/controlresell/models/filters/PreferenceFilter.d.ts +5 -5
  18. package/src/com/controlresell/models/filters/SavedFilters.d.ts +5 -5
  19. package/src/com/controlresell/models/filters/SavedFiltersPayload.d.ts +5 -5
  20. package/src/com/controlresell/models/items/CreatedItems.d.ts +315 -315
  21. package/src/com/controlresell/models/items/Item.d.ts +169 -169
  22. package/src/com/controlresell/models/items/ItemFiltersContext.d.ts +3 -3
  23. package/src/com/controlresell/models/items/ItemUpdate.d.ts +108 -108
  24. package/src/com/controlresell/models/items/UpdatedItem.d.ts +315 -315
  25. package/src/com/controlresell/models/items/history/CreateItemHistoryPayload.d.ts +63 -63
  26. package/src/com/controlresell/models/items/history/ItemHistory.d.ts +63 -63
  27. package/src/com/controlresell/models/items/history/ItemHistoryDecodedPayload.d.ts +90 -90
  28. package/src/com/controlresell/models/items/history/data/ItemHistoryFailedToPublishPayload.d.ts +3 -3
  29. package/src/com/controlresell/models/items/history/data/ItemHistoryImageProcessingDone.d.ts +3 -3
  30. package/src/com/controlresell/models/items/history/data/ItemHistoryPublishedPayload.d.ts +3 -3
  31. package/src/com/controlresell/models/items/history/data/ItemHistoryRepublishingPayload.d.ts +3 -3
  32. package/src/com/controlresell/models/items/history/data/ItemHistoryRepublishingRetryPayload.d.ts +3 -3
  33. package/src/com/controlresell/models/items/history/data/ItemHistoryScheduledPayload.d.ts +3 -3
  34. package/src/com/controlresell/models/items/history/data/ItemHistoryScheduledRetryPayload.d.ts +3 -3
  35. package/src/com/controlresell/models/items/history/data/ItemHistoryUpdatedPayload.d.ts +3 -3
  36. package/src/com/controlresell/models/items/history/data/ItemHistoryUpdatingPayload.d.ts +3 -3
  37. package/src/com/controlresell/models/items/platforms/ItemOnPlatform.d.ts +5 -5
  38. package/src/com/controlresell/models/items/platforms/ItemOnPlatformUpdateRequest.d.ts +5 -5
  39. package/src/com/controlresell/models/metadata/platforms/BatchUpsertPlatformBrandsPayload.d.ts +3 -3
  40. package/src/com/controlresell/models/metadata/platforms/BatchUpsertPlatformCategoriesPayload.d.ts +3 -3
  41. package/src/com/controlresell/models/metadata/platforms/BatchUpsertPlatformCategoryFieldsPayload.d.ts +3 -3
  42. package/src/com/controlresell/models/metadata/platforms/BatchUpsertPlatformEnumsPayload.d.ts +3 -3
  43. package/src/com/controlresell/models/metadata/platforms/BatchUpsertPlatformSizesPayload.d.ts +3 -3
  44. package/src/com/controlresell/models/metadata/platforms/BrandMapping.d.ts +3 -3
  45. package/src/com/controlresell/models/metadata/platforms/CategoryMapping.d.ts +3 -3
  46. package/src/com/controlresell/models/metadata/platforms/CreateBrandMappingPayload.d.ts +3 -3
  47. package/src/com/controlresell/models/metadata/platforms/CreateCategoryMappingPayload.d.ts +3 -3
  48. package/src/com/controlresell/models/metadata/platforms/CreateEnumMappingPayload.d.ts +3 -3
  49. package/src/com/controlresell/models/metadata/platforms/CreateSizeMappingPayload.d.ts +3 -3
  50. package/src/com/controlresell/models/metadata/platforms/EnumMapping.d.ts +3 -3
  51. package/src/com/controlresell/models/metadata/platforms/ItemListingPreview.d.ts +228 -228
  52. package/src/com/controlresell/models/metadata/platforms/MappingInfo.d.ts +15 -15
  53. package/src/com/controlresell/models/metadata/platforms/PlatformBrand.d.ts +3 -3
  54. package/src/com/controlresell/models/metadata/platforms/PlatformCategory.d.ts +3 -3
  55. package/src/com/controlresell/models/metadata/platforms/PlatformEnum.d.ts +3 -3
  56. package/src/com/controlresell/models/metadata/platforms/PlatformSize.d.ts +3 -3
  57. package/src/com/controlresell/models/metadata/platforms/RecomputeCategoryRequiredAttributesPayload.d.ts +3 -3
  58. package/src/com/controlresell/models/metadata/platforms/SizeMapping.d.ts +3 -3
  59. package/src/com/controlresell/models/platforms/orders/Order.d.ts +9 -9
  60. package/src/com/controlresell/models/platforms/orders/OrderFiltersContext.d.ts +3 -3
  61. package/src/com/controlresell/models/platforms/orders/OrderOnPlatformUpdateRequest.d.ts +5 -5
  62. package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts +141 -141
  63. package/src/com/controlresell/models/platforms/orders/items/ItemInOrder.d.ts +7 -7
  64. package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts +119 -119
  65. package/src/com/controlresell/models/subscriptions/UserLimits.d.ts +13 -0
  66. package/src/com/controlresell/models/subscriptions/UserLimits.d.ts.map +1 -1
  67. package/src/com/controlresell/models/subscriptions/UserLimits.js +2 -1
  68. package/src/com/controlresell/models/subscriptions/UserLimits.js.map +1 -1
  69. package/src/com/controlresell/models/subscriptions/UserLimits.ts +2 -1
  70. package/src/com/controlresell/models/transactions/Transaction.d.ts +9 -9
  71. package/src/com/controlresell/models/transactions/items/ItemInTransaction.d.ts +7 -7
  72. package/src/com/controlresell/models/transactions/items/TransactionWithItems.d.ts +119 -119
  73. package/src/com/controlresell/models/users/platforms/CreateUserOnPlatformPayload.d.ts +3 -3
  74. package/src/com/controlresell/models/users/platforms/PlatformAuthRequest.d.ts +5 -5
  75. package/src/com/controlresell/models/users/platforms/PlatformJobUpdate.d.ts +5 -5
  76. package/src/com/controlresell/models/users/platforms/UserOnPlatform.d.ts +3 -3
  77. package/src/com/controlresell/models/users/platforms/UserOnPlatformRequest.d.ts +3 -3
  78. package/src/com/controlresell/models/users/ws/UserLimitsUpdate.d.ts +19 -0
  79. package/src/com/controlresell/models/users/ws/UserLimitsUpdate.d.ts.map +1 -1
  80. package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts +280 -242
  81. package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts.map +1 -1
@@ -331,7 +331,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
331
331
  type: "EMPTY";
332
332
  }>, z.ZodObject<{
333
333
  data: z.ZodObject<{
334
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
334
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
335
335
  accountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
336
336
  reason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
337
337
  fields: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
@@ -349,7 +349,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
349
349
  }>, "many">>>;
350
350
  itemHistoryId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
351
351
  }, "strip", z.ZodTypeAny, {
352
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
352
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
353
353
  accountId?: string | null | undefined;
354
354
  reason?: string | null | undefined;
355
355
  fields?: {
@@ -359,7 +359,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
359
359
  }[] | null | undefined;
360
360
  itemHistoryId?: string | null | undefined;
361
361
  }, {
362
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
362
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
363
363
  accountId?: string | null | undefined;
364
364
  reason?: string | null | undefined;
365
365
  fields?: {
@@ -373,7 +373,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
373
373
  }, "strip", z.ZodTypeAny, {
374
374
  type: "FAILED_TO_PUBLISH";
375
375
  data: {
376
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
376
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
377
377
  accountId?: string | null | undefined;
378
378
  reason?: string | null | undefined;
379
379
  fields?: {
@@ -386,7 +386,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
386
386
  }, {
387
387
  type: "FAILED_TO_PUBLISH";
388
388
  data: {
389
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
389
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
390
390
  accountId?: string | null | undefined;
391
391
  reason?: string | null | undefined;
392
392
  fields?: {
@@ -398,7 +398,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
398
398
  };
399
399
  }>, z.ZodObject<{
400
400
  data: z.ZodObject<{
401
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
401
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
402
402
  variations: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
403
403
  fileId: z.ZodString;
404
404
  seed: z.ZodNumber;
@@ -430,7 +430,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
430
430
  originalPhashes: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
431
431
  historyId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
432
432
  }, "strip", z.ZodTypeAny, {
433
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
433
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
434
434
  variations?: {
435
435
  fileId: string;
436
436
  seed: number;
@@ -444,7 +444,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
444
444
  originalPhashes?: string[] | null | undefined;
445
445
  historyId?: string | null | undefined;
446
446
  }, {
447
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
447
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
448
448
  variations?: {
449
449
  fileId: string;
450
450
  seed: number;
@@ -462,7 +462,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
462
462
  }, "strip", z.ZodTypeAny, {
463
463
  type: "IMAGE_PROCESSING_DONE";
464
464
  data: {
465
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
465
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
466
466
  variations?: {
467
467
  fileId: string;
468
468
  seed: number;
@@ -479,7 +479,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
479
479
  }, {
480
480
  type: "IMAGE_PROCESSING_DONE";
481
481
  data: {
482
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
482
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
483
483
  variations?: {
484
484
  fileId: string;
485
485
  seed: number;
@@ -998,15 +998,15 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
998
998
  };
999
999
  }>, z.ZodObject<{
1000
1000
  data: z.ZodObject<{
1001
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
1001
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
1002
1002
  accountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1003
1003
  itemHistoryId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1004
1004
  }, "strip", z.ZodTypeAny, {
1005
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1005
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1006
1006
  accountId?: string | null | undefined;
1007
1007
  itemHistoryId?: string | null | undefined;
1008
1008
  }, {
1009
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1009
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1010
1010
  accountId?: string | null | undefined;
1011
1011
  itemHistoryId?: string | null | undefined;
1012
1012
  }>;
@@ -1014,20 +1014,20 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
1014
1014
  }, "strip", z.ZodTypeAny, {
1015
1015
  type: "PUBLISHED";
1016
1016
  data: {
1017
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1017
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1018
1018
  accountId?: string | null | undefined;
1019
1019
  itemHistoryId?: string | null | undefined;
1020
1020
  };
1021
1021
  }, {
1022
1022
  type: "PUBLISHED";
1023
1023
  data: {
1024
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1024
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1025
1025
  accountId?: string | null | undefined;
1026
1026
  itemHistoryId?: string | null | undefined;
1027
1027
  };
1028
1028
  }>, z.ZodObject<{
1029
1029
  data: z.ZodObject<{
1030
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
1030
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
1031
1031
  publishingDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
1032
1032
  payload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1033
1033
  priceDropPayload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -1139,7 +1139,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
1139
1139
  targetAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1140
1140
  allowIfDeleted: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1141
1141
  }, "strip", z.ZodTypeAny, {
1142
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1142
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1143
1143
  payload?: {
1144
1144
  priceDropPayload?: {
1145
1145
  value: number;
@@ -1169,7 +1169,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
1169
1169
  targetAccountId?: string | null | undefined;
1170
1170
  allowIfDeleted?: boolean | null | undefined;
1171
1171
  }, {
1172
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1172
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1173
1173
  payload?: {
1174
1174
  priceDropPayload?: {
1175
1175
  value: number;
@@ -1203,7 +1203,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
1203
1203
  }, "strip", z.ZodTypeAny, {
1204
1204
  type: "REPUBLISHING";
1205
1205
  data: {
1206
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1206
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1207
1207
  payload?: {
1208
1208
  priceDropPayload?: {
1209
1209
  value: number;
@@ -1236,7 +1236,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
1236
1236
  }, {
1237
1237
  type: "REPUBLISHING";
1238
1238
  data: {
1239
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1239
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1240
1240
  payload?: {
1241
1241
  priceDropPayload?: {
1242
1242
  value: number;
@@ -1268,7 +1268,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
1268
1268
  };
1269
1269
  }>, z.ZodObject<{
1270
1270
  data: z.ZodObject<{
1271
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
1271
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
1272
1272
  attemptNumber: z.ZodNumber;
1273
1273
  maxAttempts: z.ZodNumber;
1274
1274
  previousHistoryId: z.ZodString;
@@ -1394,7 +1394,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
1394
1394
  }>>>;
1395
1395
  }, "strip", z.ZodTypeAny, {
1396
1396
  maxAttempts: number;
1397
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1397
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1398
1398
  attemptNumber: number;
1399
1399
  previousHistoryId: string;
1400
1400
  originalFailureDate: Date;
@@ -1429,7 +1429,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
1429
1429
  }[] | null | undefined;
1430
1430
  }, {
1431
1431
  maxAttempts: number;
1432
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1432
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1433
1433
  attemptNumber: number;
1434
1434
  previousHistoryId: string;
1435
1435
  originalFailureDate: Date;
@@ -1468,7 +1468,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
1468
1468
  type: "REPUBLISHING_RETRY";
1469
1469
  data: {
1470
1470
  maxAttempts: number;
1471
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1471
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1472
1472
  attemptNumber: number;
1473
1473
  previousHistoryId: string;
1474
1474
  originalFailureDate: Date;
@@ -1506,7 +1506,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
1506
1506
  type: "REPUBLISHING_RETRY";
1507
1507
  data: {
1508
1508
  maxAttempts: number;
1509
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1509
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1510
1510
  attemptNumber: number;
1511
1511
  previousHistoryId: string;
1512
1512
  originalFailureDate: Date;
@@ -1542,31 +1542,31 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
1542
1542
  };
1543
1543
  }>, z.ZodObject<{
1544
1544
  data: z.ZodObject<{
1545
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
1545
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
1546
1546
  publishingDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
1547
1547
  }, "strip", z.ZodTypeAny, {
1548
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1548
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1549
1549
  publishingDate?: Date | null | undefined;
1550
1550
  }, {
1551
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1551
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1552
1552
  publishingDate?: Date | null | undefined;
1553
1553
  }>;
1554
1554
  type: z.ZodLiteral<"SCHEDULED">;
1555
1555
  }, "strip", z.ZodTypeAny, {
1556
1556
  type: "SCHEDULED";
1557
1557
  data: {
1558
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1558
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1559
1559
  publishingDate?: Date | null | undefined;
1560
1560
  };
1561
1561
  }, {
1562
1562
  type: "SCHEDULED";
1563
1563
  data: {
1564
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1564
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1565
1565
  publishingDate?: Date | null | undefined;
1566
1566
  };
1567
1567
  }>, z.ZodObject<{
1568
1568
  data: z.ZodObject<{
1569
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
1569
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
1570
1570
  attemptNumber: z.ZodNumber;
1571
1571
  maxAttempts: z.ZodNumber;
1572
1572
  previousHistoryId: z.ZodString;
@@ -1586,7 +1586,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
1586
1586
  }>, "many">>>;
1587
1587
  }, "strip", z.ZodTypeAny, {
1588
1588
  maxAttempts: number;
1589
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1589
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1590
1590
  attemptNumber: number;
1591
1591
  previousHistoryId: string;
1592
1592
  originalFailureDate: Date;
@@ -1597,7 +1597,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
1597
1597
  }[] | null | undefined;
1598
1598
  }, {
1599
1599
  maxAttempts: number;
1600
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1600
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1601
1601
  attemptNumber: number;
1602
1602
  previousHistoryId: string;
1603
1603
  originalFailureDate: Date;
@@ -1612,7 +1612,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
1612
1612
  type: "SCHEDULED_RETRY";
1613
1613
  data: {
1614
1614
  maxAttempts: number;
1615
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1615
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1616
1616
  attemptNumber: number;
1617
1617
  previousHistoryId: string;
1618
1618
  originalFailureDate: Date;
@@ -1626,7 +1626,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
1626
1626
  type: "SCHEDULED_RETRY";
1627
1627
  data: {
1628
1628
  maxAttempts: number;
1629
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1629
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1630
1630
  attemptNumber: number;
1631
1631
  previousHistoryId: string;
1632
1632
  originalFailureDate: Date;
@@ -1638,26 +1638,26 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
1638
1638
  };
1639
1639
  }>, z.ZodObject<{
1640
1640
  data: z.ZodObject<{
1641
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
1641
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
1642
1642
  }, "strip", z.ZodTypeAny, {
1643
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1643
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1644
1644
  }, {
1645
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1645
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1646
1646
  }>;
1647
1647
  type: z.ZodLiteral<"UPDATED">;
1648
1648
  }, "strip", z.ZodTypeAny, {
1649
1649
  type: "UPDATED";
1650
1650
  data: {
1651
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1651
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1652
1652
  };
1653
1653
  }, {
1654
1654
  type: "UPDATED";
1655
1655
  data: {
1656
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1656
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1657
1657
  };
1658
1658
  }>, z.ZodObject<{
1659
1659
  data: z.ZodObject<{
1660
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
1660
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
1661
1661
  payload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1662
1662
  priceDropPayload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1663
1663
  type: z.ZodEnum<["PERCENTAGE", "ABSOLUTE"]>;
@@ -1702,7 +1702,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
1702
1702
  }>>>;
1703
1703
  targetDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
1704
1704
  }, "strip", z.ZodTypeAny, {
1705
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1705
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1706
1706
  payload?: {
1707
1707
  priceDropPayload?: {
1708
1708
  value: number;
@@ -1715,7 +1715,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
1715
1715
  } | null | undefined;
1716
1716
  targetDate?: Date | null | undefined;
1717
1717
  }, {
1718
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1718
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1719
1719
  payload?: {
1720
1720
  priceDropPayload?: {
1721
1721
  value: number;
@@ -1732,7 +1732,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
1732
1732
  }, "strip", z.ZodTypeAny, {
1733
1733
  type: "UPDATING";
1734
1734
  data: {
1735
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1735
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1736
1736
  payload?: {
1737
1737
  priceDropPayload?: {
1738
1738
  value: number;
@@ -1748,7 +1748,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
1748
1748
  }, {
1749
1749
  type: "UPDATING";
1750
1750
  data: {
1751
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1751
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1752
1752
  payload?: {
1753
1753
  priceDropPayload?: {
1754
1754
  value: number;
@@ -1801,7 +1801,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
1801
1801
  } | {
1802
1802
  type: "FAILED_TO_PUBLISH";
1803
1803
  data: {
1804
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1804
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1805
1805
  accountId?: string | null | undefined;
1806
1806
  reason?: string | null | undefined;
1807
1807
  fields?: {
@@ -1814,7 +1814,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
1814
1814
  } | {
1815
1815
  type: "IMAGE_PROCESSING_DONE";
1816
1816
  data: {
1817
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1817
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1818
1818
  variations?: {
1819
1819
  fileId: string;
1820
1820
  seed: number;
@@ -1896,14 +1896,14 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
1896
1896
  } | {
1897
1897
  type: "PUBLISHED";
1898
1898
  data: {
1899
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1899
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1900
1900
  accountId?: string | null | undefined;
1901
1901
  itemHistoryId?: string | null | undefined;
1902
1902
  };
1903
1903
  } | {
1904
1904
  type: "REPUBLISHING";
1905
1905
  data: {
1906
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1906
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1907
1907
  payload?: {
1908
1908
  priceDropPayload?: {
1909
1909
  value: number;
@@ -1937,7 +1937,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
1937
1937
  type: "REPUBLISHING_RETRY";
1938
1938
  data: {
1939
1939
  maxAttempts: number;
1940
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1940
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1941
1941
  attemptNumber: number;
1942
1942
  previousHistoryId: string;
1943
1943
  originalFailureDate: Date;
@@ -1974,14 +1974,14 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
1974
1974
  } | {
1975
1975
  type: "SCHEDULED";
1976
1976
  data: {
1977
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1977
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1978
1978
  publishingDate?: Date | null | undefined;
1979
1979
  };
1980
1980
  } | {
1981
1981
  type: "SCHEDULED_RETRY";
1982
1982
  data: {
1983
1983
  maxAttempts: number;
1984
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1984
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1985
1985
  attemptNumber: number;
1986
1986
  previousHistoryId: string;
1987
1987
  originalFailureDate: Date;
@@ -1994,12 +1994,12 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
1994
1994
  } | {
1995
1995
  type: "UPDATED";
1996
1996
  data: {
1997
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1997
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1998
1998
  };
1999
1999
  } | {
2000
2000
  type: "UPDATING";
2001
2001
  data: {
2002
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2002
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2003
2003
  payload?: {
2004
2004
  priceDropPayload?: {
2005
2005
  value: number;
@@ -2051,7 +2051,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
2051
2051
  } | {
2052
2052
  type: "FAILED_TO_PUBLISH";
2053
2053
  data: {
2054
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2054
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2055
2055
  accountId?: string | null | undefined;
2056
2056
  reason?: string | null | undefined;
2057
2057
  fields?: {
@@ -2064,7 +2064,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
2064
2064
  } | {
2065
2065
  type: "IMAGE_PROCESSING_DONE";
2066
2066
  data: {
2067
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2067
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2068
2068
  variations?: {
2069
2069
  fileId: string;
2070
2070
  seed: number;
@@ -2146,14 +2146,14 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
2146
2146
  } | {
2147
2147
  type: "PUBLISHED";
2148
2148
  data: {
2149
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2149
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2150
2150
  accountId?: string | null | undefined;
2151
2151
  itemHistoryId?: string | null | undefined;
2152
2152
  };
2153
2153
  } | {
2154
2154
  type: "REPUBLISHING";
2155
2155
  data: {
2156
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2156
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2157
2157
  payload?: {
2158
2158
  priceDropPayload?: {
2159
2159
  value: number;
@@ -2187,7 +2187,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
2187
2187
  type: "REPUBLISHING_RETRY";
2188
2188
  data: {
2189
2189
  maxAttempts: number;
2190
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2190
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2191
2191
  attemptNumber: number;
2192
2192
  previousHistoryId: string;
2193
2193
  originalFailureDate: Date;
@@ -2224,14 +2224,14 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
2224
2224
  } | {
2225
2225
  type: "SCHEDULED";
2226
2226
  data: {
2227
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2227
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2228
2228
  publishingDate?: Date | null | undefined;
2229
2229
  };
2230
2230
  } | {
2231
2231
  type: "SCHEDULED_RETRY";
2232
2232
  data: {
2233
2233
  maxAttempts: number;
2234
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2234
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2235
2235
  attemptNumber: number;
2236
2236
  previousHistoryId: string;
2237
2237
  originalFailureDate: Date;
@@ -2244,12 +2244,12 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
2244
2244
  } | {
2245
2245
  type: "UPDATED";
2246
2246
  data: {
2247
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2247
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2248
2248
  };
2249
2249
  } | {
2250
2250
  type: "UPDATING";
2251
2251
  data: {
2252
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2252
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2253
2253
  payload?: {
2254
2254
  priceDropPayload?: {
2255
2255
  value: number;
@@ -2282,7 +2282,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
2282
2282
  account: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2283
2283
  userId: z.ZodNumber;
2284
2284
  accountId: z.ZodString;
2285
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
2285
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
2286
2286
  name: z.ZodString;
2287
2287
  locale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2288
2288
  status: z.ZodCatch<z.ZodEnum<["CONNECTED", "DISCONNECTED", "LOCKED", "PAUSED", "UNKNOWN"]>>;
@@ -2332,7 +2332,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
2332
2332
  name: string;
2333
2333
  userId: number;
2334
2334
  accountId: string;
2335
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2335
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2336
2336
  locale?: string | null | undefined;
2337
2337
  lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
2338
2338
  night?: {
@@ -2359,7 +2359,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
2359
2359
  name: string;
2360
2360
  userId: number;
2361
2361
  accountId: string;
2362
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2362
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2363
2363
  status?: unknown;
2364
2364
  locale?: string | null | undefined;
2365
2365
  lockReason?: unknown;
@@ -2406,7 +2406,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
2406
2406
  name: string;
2407
2407
  userId: number;
2408
2408
  accountId: string;
2409
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2409
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2410
2410
  locale?: string | null | undefined;
2411
2411
  lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
2412
2412
  night?: {
@@ -2448,7 +2448,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
2448
2448
  name: string;
2449
2449
  userId: number;
2450
2450
  accountId: string;
2451
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2451
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2452
2452
  status?: unknown;
2453
2453
  locale?: string | null | undefined;
2454
2454
  lockReason?: unknown;
@@ -3284,7 +3284,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
3284
3284
  name: string;
3285
3285
  userId: number;
3286
3286
  accountId: string;
3287
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3287
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3288
3288
  locale?: string | null | undefined;
3289
3289
  lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
3290
3290
  night?: {
@@ -3381,7 +3381,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
3381
3381
  } | {
3382
3382
  type: "FAILED_TO_PUBLISH";
3383
3383
  data: {
3384
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3384
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3385
3385
  accountId?: string | null | undefined;
3386
3386
  reason?: string | null | undefined;
3387
3387
  fields?: {
@@ -3394,7 +3394,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
3394
3394
  } | {
3395
3395
  type: "IMAGE_PROCESSING_DONE";
3396
3396
  data: {
3397
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3397
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3398
3398
  variations?: {
3399
3399
  fileId: string;
3400
3400
  seed: number;
@@ -3476,14 +3476,14 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
3476
3476
  } | {
3477
3477
  type: "PUBLISHED";
3478
3478
  data: {
3479
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3479
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3480
3480
  accountId?: string | null | undefined;
3481
3481
  itemHistoryId?: string | null | undefined;
3482
3482
  };
3483
3483
  } | {
3484
3484
  type: "REPUBLISHING";
3485
3485
  data: {
3486
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3486
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3487
3487
  payload?: {
3488
3488
  priceDropPayload?: {
3489
3489
  value: number;
@@ -3517,7 +3517,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
3517
3517
  type: "REPUBLISHING_RETRY";
3518
3518
  data: {
3519
3519
  maxAttempts: number;
3520
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3520
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3521
3521
  attemptNumber: number;
3522
3522
  previousHistoryId: string;
3523
3523
  originalFailureDate: Date;
@@ -3554,14 +3554,14 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
3554
3554
  } | {
3555
3555
  type: "SCHEDULED";
3556
3556
  data: {
3557
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3557
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3558
3558
  publishingDate?: Date | null | undefined;
3559
3559
  };
3560
3560
  } | {
3561
3561
  type: "SCHEDULED_RETRY";
3562
3562
  data: {
3563
3563
  maxAttempts: number;
3564
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3564
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3565
3565
  attemptNumber: number;
3566
3566
  previousHistoryId: string;
3567
3567
  originalFailureDate: Date;
@@ -3574,12 +3574,12 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
3574
3574
  } | {
3575
3575
  type: "UPDATED";
3576
3576
  data: {
3577
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3577
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3578
3578
  };
3579
3579
  } | {
3580
3580
  type: "UPDATING";
3581
3581
  data: {
3582
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3582
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3583
3583
  payload?: {
3584
3584
  priceDropPayload?: {
3585
3585
  value: number;
@@ -3784,7 +3784,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
3784
3784
  name: string;
3785
3785
  userId: number;
3786
3786
  accountId: string;
3787
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3787
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3788
3788
  status?: unknown;
3789
3789
  locale?: string | null | undefined;
3790
3790
  lockReason?: unknown;
@@ -3882,7 +3882,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
3882
3882
  } | {
3883
3883
  type: "FAILED_TO_PUBLISH";
3884
3884
  data: {
3885
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3885
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3886
3886
  accountId?: string | null | undefined;
3887
3887
  reason?: string | null | undefined;
3888
3888
  fields?: {
@@ -3895,7 +3895,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
3895
3895
  } | {
3896
3896
  type: "IMAGE_PROCESSING_DONE";
3897
3897
  data: {
3898
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3898
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3899
3899
  variations?: {
3900
3900
  fileId: string;
3901
3901
  seed: number;
@@ -3977,14 +3977,14 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
3977
3977
  } | {
3978
3978
  type: "PUBLISHED";
3979
3979
  data: {
3980
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3980
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3981
3981
  accountId?: string | null | undefined;
3982
3982
  itemHistoryId?: string | null | undefined;
3983
3983
  };
3984
3984
  } | {
3985
3985
  type: "REPUBLISHING";
3986
3986
  data: {
3987
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3987
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3988
3988
  payload?: {
3989
3989
  priceDropPayload?: {
3990
3990
  value: number;
@@ -4018,7 +4018,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
4018
4018
  type: "REPUBLISHING_RETRY";
4019
4019
  data: {
4020
4020
  maxAttempts: number;
4021
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4021
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4022
4022
  attemptNumber: number;
4023
4023
  previousHistoryId: string;
4024
4024
  originalFailureDate: Date;
@@ -4055,14 +4055,14 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
4055
4055
  } | {
4056
4056
  type: "SCHEDULED";
4057
4057
  data: {
4058
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4058
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4059
4059
  publishingDate?: Date | null | undefined;
4060
4060
  };
4061
4061
  } | {
4062
4062
  type: "SCHEDULED_RETRY";
4063
4063
  data: {
4064
4064
  maxAttempts: number;
4065
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4065
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4066
4066
  attemptNumber: number;
4067
4067
  previousHistoryId: string;
4068
4068
  originalFailureDate: Date;
@@ -4075,12 +4075,12 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
4075
4075
  } | {
4076
4076
  type: "UPDATED";
4077
4077
  data: {
4078
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4078
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4079
4079
  };
4080
4080
  } | {
4081
4081
  type: "UPDATING";
4082
4082
  data: {
4083
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4083
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4084
4084
  payload?: {
4085
4085
  priceDropPayload?: {
4086
4086
  value: number;
@@ -4291,7 +4291,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
4291
4291
  name: string;
4292
4292
  userId: number;
4293
4293
  accountId: string;
4294
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4294
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4295
4295
  locale?: string | null | undefined;
4296
4296
  lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
4297
4297
  night?: {
@@ -4388,7 +4388,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
4388
4388
  } | {
4389
4389
  type: "FAILED_TO_PUBLISH";
4390
4390
  data: {
4391
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4391
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4392
4392
  accountId?: string | null | undefined;
4393
4393
  reason?: string | null | undefined;
4394
4394
  fields?: {
@@ -4401,7 +4401,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
4401
4401
  } | {
4402
4402
  type: "IMAGE_PROCESSING_DONE";
4403
4403
  data: {
4404
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4404
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4405
4405
  variations?: {
4406
4406
  fileId: string;
4407
4407
  seed: number;
@@ -4483,14 +4483,14 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
4483
4483
  } | {
4484
4484
  type: "PUBLISHED";
4485
4485
  data: {
4486
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4486
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4487
4487
  accountId?: string | null | undefined;
4488
4488
  itemHistoryId?: string | null | undefined;
4489
4489
  };
4490
4490
  } | {
4491
4491
  type: "REPUBLISHING";
4492
4492
  data: {
4493
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4493
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4494
4494
  payload?: {
4495
4495
  priceDropPayload?: {
4496
4496
  value: number;
@@ -4524,7 +4524,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
4524
4524
  type: "REPUBLISHING_RETRY";
4525
4525
  data: {
4526
4526
  maxAttempts: number;
4527
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4527
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4528
4528
  attemptNumber: number;
4529
4529
  previousHistoryId: string;
4530
4530
  originalFailureDate: Date;
@@ -4561,14 +4561,14 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
4561
4561
  } | {
4562
4562
  type: "SCHEDULED";
4563
4563
  data: {
4564
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4564
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4565
4565
  publishingDate?: Date | null | undefined;
4566
4566
  };
4567
4567
  } | {
4568
4568
  type: "SCHEDULED_RETRY";
4569
4569
  data: {
4570
4570
  maxAttempts: number;
4571
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4571
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4572
4572
  attemptNumber: number;
4573
4573
  previousHistoryId: string;
4574
4574
  originalFailureDate: Date;
@@ -4581,12 +4581,12 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
4581
4581
  } | {
4582
4582
  type: "UPDATED";
4583
4583
  data: {
4584
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4584
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4585
4585
  };
4586
4586
  } | {
4587
4587
  type: "UPDATING";
4588
4588
  data: {
4589
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4589
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4590
4590
  payload?: {
4591
4591
  priceDropPayload?: {
4592
4592
  value: number;
@@ -4797,7 +4797,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
4797
4797
  name: string;
4798
4798
  userId: number;
4799
4799
  accountId: string;
4800
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4800
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4801
4801
  status?: unknown;
4802
4802
  locale?: string | null | undefined;
4803
4803
  lockReason?: unknown;
@@ -4895,7 +4895,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
4895
4895
  } | {
4896
4896
  type: "FAILED_TO_PUBLISH";
4897
4897
  data: {
4898
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4898
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4899
4899
  accountId?: string | null | undefined;
4900
4900
  reason?: string | null | undefined;
4901
4901
  fields?: {
@@ -4908,7 +4908,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
4908
4908
  } | {
4909
4909
  type: "IMAGE_PROCESSING_DONE";
4910
4910
  data: {
4911
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4911
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4912
4912
  variations?: {
4913
4913
  fileId: string;
4914
4914
  seed: number;
@@ -4990,14 +4990,14 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
4990
4990
  } | {
4991
4991
  type: "PUBLISHED";
4992
4992
  data: {
4993
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4993
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4994
4994
  accountId?: string | null | undefined;
4995
4995
  itemHistoryId?: string | null | undefined;
4996
4996
  };
4997
4997
  } | {
4998
4998
  type: "REPUBLISHING";
4999
4999
  data: {
5000
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5000
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5001
5001
  payload?: {
5002
5002
  priceDropPayload?: {
5003
5003
  value: number;
@@ -5031,7 +5031,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
5031
5031
  type: "REPUBLISHING_RETRY";
5032
5032
  data: {
5033
5033
  maxAttempts: number;
5034
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5034
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5035
5035
  attemptNumber: number;
5036
5036
  previousHistoryId: string;
5037
5037
  originalFailureDate: Date;
@@ -5068,14 +5068,14 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
5068
5068
  } | {
5069
5069
  type: "SCHEDULED";
5070
5070
  data: {
5071
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5071
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5072
5072
  publishingDate?: Date | null | undefined;
5073
5073
  };
5074
5074
  } | {
5075
5075
  type: "SCHEDULED_RETRY";
5076
5076
  data: {
5077
5077
  maxAttempts: number;
5078
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5078
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5079
5079
  attemptNumber: number;
5080
5080
  previousHistoryId: string;
5081
5081
  originalFailureDate: Date;
@@ -5088,12 +5088,12 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
5088
5088
  } | {
5089
5089
  type: "UPDATED";
5090
5090
  data: {
5091
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5091
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5092
5092
  };
5093
5093
  } | {
5094
5094
  type: "UPDATING";
5095
5095
  data: {
5096
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5096
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5097
5097
  payload?: {
5098
5098
  priceDropPayload?: {
5099
5099
  value: number;