controlresell 2.24.2 → 2.24.4

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 (94) 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/analysis/ItemAnalysisUpdate.d.ts +5225 -0
  26. package/src/com/controlresell/models/items/analysis/ItemAnalysisUpdate.d.ts.map +1 -0
  27. package/src/com/controlresell/models/items/analysis/ItemAnalysisUpdate.js +6 -0
  28. package/src/com/controlresell/models/items/analysis/ItemAnalysisUpdate.js.map +1 -0
  29. package/src/com/controlresell/models/items/analysis/ItemAnalysisUpdate.ts +7 -0
  30. package/src/com/controlresell/models/items/history/CreateItemHistoryPayload.d.ts +63 -63
  31. package/src/com/controlresell/models/items/history/ItemHistory.d.ts +63 -63
  32. package/src/com/controlresell/models/items/history/ItemHistoryDecodedPayload.d.ts +90 -90
  33. package/src/com/controlresell/models/items/history/data/ItemHistoryFailedToPublishPayload.d.ts +3 -3
  34. package/src/com/controlresell/models/items/history/data/ItemHistoryImageProcessingDone.d.ts +3 -3
  35. package/src/com/controlresell/models/items/history/data/ItemHistoryPublishedPayload.d.ts +3 -3
  36. package/src/com/controlresell/models/items/history/data/ItemHistoryRepublishingPayload.d.ts +3 -3
  37. package/src/com/controlresell/models/items/history/data/ItemHistoryRepublishingRetryPayload.d.ts +3 -3
  38. package/src/com/controlresell/models/items/history/data/ItemHistoryScheduledPayload.d.ts +3 -3
  39. package/src/com/controlresell/models/items/history/data/ItemHistoryScheduledRetryPayload.d.ts +3 -3
  40. package/src/com/controlresell/models/items/history/data/ItemHistoryUpdatedPayload.d.ts +3 -3
  41. package/src/com/controlresell/models/items/history/data/ItemHistoryUpdatingPayload.d.ts +3 -3
  42. package/src/com/controlresell/models/items/platforms/ItemOnPlatform.d.ts +5 -5
  43. package/src/com/controlresell/models/items/platforms/ItemOnPlatformUpdateRequest.d.ts +5 -5
  44. package/src/com/controlresell/models/metadata/platforms/BatchUpsertPlatformBrandsPayload.d.ts +3 -3
  45. package/src/com/controlresell/models/metadata/platforms/BatchUpsertPlatformCategoriesPayload.d.ts +3 -3
  46. package/src/com/controlresell/models/metadata/platforms/BatchUpsertPlatformCategoryFieldsPayload.d.ts +3 -3
  47. package/src/com/controlresell/models/metadata/platforms/BatchUpsertPlatformEnumsPayload.d.ts +3 -3
  48. package/src/com/controlresell/models/metadata/platforms/BatchUpsertPlatformSizesPayload.d.ts +3 -3
  49. package/src/com/controlresell/models/metadata/platforms/BrandMapping.d.ts +3 -3
  50. package/src/com/controlresell/models/metadata/platforms/CategoryMapping.d.ts +3 -3
  51. package/src/com/controlresell/models/metadata/platforms/CreateBrandMappingPayload.d.ts +3 -3
  52. package/src/com/controlresell/models/metadata/platforms/CreateCategoryMappingPayload.d.ts +3 -3
  53. package/src/com/controlresell/models/metadata/platforms/CreateEnumMappingPayload.d.ts +3 -3
  54. package/src/com/controlresell/models/metadata/platforms/CreateSizeMappingPayload.d.ts +3 -3
  55. package/src/com/controlresell/models/metadata/platforms/EnumMapping.d.ts +3 -3
  56. package/src/com/controlresell/models/metadata/platforms/ItemListingPreview.d.ts +228 -228
  57. package/src/com/controlresell/models/metadata/platforms/MappingInfo.d.ts +15 -15
  58. package/src/com/controlresell/models/metadata/platforms/PlatformBrand.d.ts +3 -3
  59. package/src/com/controlresell/models/metadata/platforms/PlatformCategory.d.ts +3 -3
  60. package/src/com/controlresell/models/metadata/platforms/PlatformEnum.d.ts +3 -3
  61. package/src/com/controlresell/models/metadata/platforms/PlatformSize.d.ts +3 -3
  62. package/src/com/controlresell/models/metadata/platforms/RecomputeCategoryRequiredAttributesPayload.d.ts +3 -3
  63. package/src/com/controlresell/models/metadata/platforms/SizeMapping.d.ts +3 -3
  64. package/src/com/controlresell/models/platforms/orders/Order.d.ts +9 -9
  65. package/src/com/controlresell/models/platforms/orders/OrderFiltersContext.d.ts +3 -3
  66. package/src/com/controlresell/models/platforms/orders/OrderOnPlatformUpdateRequest.d.ts +5 -5
  67. package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts +141 -141
  68. package/src/com/controlresell/models/platforms/orders/items/ItemInOrder.d.ts +7 -7
  69. package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts +119 -119
  70. package/src/com/controlresell/models/subscriptions/UserLimits.d.ts +13 -0
  71. package/src/com/controlresell/models/subscriptions/UserLimits.d.ts.map +1 -1
  72. package/src/com/controlresell/models/subscriptions/UserLimits.js +2 -1
  73. package/src/com/controlresell/models/subscriptions/UserLimits.js.map +1 -1
  74. package/src/com/controlresell/models/subscriptions/UserLimits.ts +2 -1
  75. package/src/com/controlresell/models/transactions/Transaction.d.ts +9 -9
  76. package/src/com/controlresell/models/transactions/items/ItemInTransaction.d.ts +7 -7
  77. package/src/com/controlresell/models/transactions/items/TransactionWithItems.d.ts +119 -119
  78. package/src/com/controlresell/models/users/platforms/CreateUserOnPlatformPayload.d.ts +3 -3
  79. package/src/com/controlresell/models/users/platforms/PlatformAuthRequest.d.ts +5 -5
  80. package/src/com/controlresell/models/users/platforms/PlatformJobUpdate.d.ts +5 -5
  81. package/src/com/controlresell/models/users/platforms/UserOnPlatform.d.ts +3 -3
  82. package/src/com/controlresell/models/users/platforms/UserOnPlatformRequest.d.ts +3 -3
  83. package/src/com/controlresell/models/users/ws/UserLimitsUpdate.d.ts +19 -0
  84. package/src/com/controlresell/models/users/ws/UserLimitsUpdate.d.ts.map +1 -1
  85. package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts +12983 -2495
  86. package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts.map +1 -1
  87. package/src/com/controlresell/models/users/ws/UserWsPayload.js +5 -0
  88. package/src/com/controlresell/models/users/ws/UserWsPayload.js.map +1 -1
  89. package/src/com/controlresell/models/users/ws/UserWsPayload.ts +7 -0
  90. package/src/index.d.ts +1 -0
  91. package/src/index.d.ts.map +1 -1
  92. package/src/index.js +1 -0
  93. package/src/index.js.map +1 -1
  94. package/src/index.ts +1 -0
@@ -328,7 +328,7 @@ export declare const ItemSchema: z.ZodObject<{
328
328
  type: "EMPTY";
329
329
  }>, z.ZodObject<{
330
330
  data: z.ZodObject<{
331
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
331
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
332
332
  accountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
333
333
  reason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
334
334
  fields: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
@@ -346,7 +346,7 @@ export declare const ItemSchema: z.ZodObject<{
346
346
  }>, "many">>>;
347
347
  itemHistoryId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
348
348
  }, "strip", z.ZodTypeAny, {
349
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
349
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
350
350
  accountId?: string | null | undefined;
351
351
  reason?: string | null | undefined;
352
352
  fields?: {
@@ -356,7 +356,7 @@ export declare const ItemSchema: z.ZodObject<{
356
356
  }[] | null | undefined;
357
357
  itemHistoryId?: string | null | undefined;
358
358
  }, {
359
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
359
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
360
360
  accountId?: string | null | undefined;
361
361
  reason?: string | null | undefined;
362
362
  fields?: {
@@ -370,7 +370,7 @@ export declare const ItemSchema: z.ZodObject<{
370
370
  }, "strip", z.ZodTypeAny, {
371
371
  type: "FAILED_TO_PUBLISH";
372
372
  data: {
373
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
373
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
374
374
  accountId?: string | null | undefined;
375
375
  reason?: string | null | undefined;
376
376
  fields?: {
@@ -383,7 +383,7 @@ export declare const ItemSchema: z.ZodObject<{
383
383
  }, {
384
384
  type: "FAILED_TO_PUBLISH";
385
385
  data: {
386
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
386
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
387
387
  accountId?: string | null | undefined;
388
388
  reason?: string | null | undefined;
389
389
  fields?: {
@@ -395,7 +395,7 @@ export declare const ItemSchema: z.ZodObject<{
395
395
  };
396
396
  }>, z.ZodObject<{
397
397
  data: z.ZodObject<{
398
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
398
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
399
399
  variations: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
400
400
  fileId: z.ZodString;
401
401
  seed: z.ZodNumber;
@@ -427,7 +427,7 @@ export declare const ItemSchema: z.ZodObject<{
427
427
  originalPhashes: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
428
428
  historyId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
429
429
  }, "strip", z.ZodTypeAny, {
430
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
430
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
431
431
  variations?: {
432
432
  fileId: string;
433
433
  seed: number;
@@ -441,7 +441,7 @@ export declare const ItemSchema: z.ZodObject<{
441
441
  originalPhashes?: string[] | null | undefined;
442
442
  historyId?: string | null | undefined;
443
443
  }, {
444
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
444
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
445
445
  variations?: {
446
446
  fileId: string;
447
447
  seed: number;
@@ -459,7 +459,7 @@ export declare const ItemSchema: z.ZodObject<{
459
459
  }, "strip", z.ZodTypeAny, {
460
460
  type: "IMAGE_PROCESSING_DONE";
461
461
  data: {
462
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
462
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
463
463
  variations?: {
464
464
  fileId: string;
465
465
  seed: number;
@@ -476,7 +476,7 @@ export declare const ItemSchema: z.ZodObject<{
476
476
  }, {
477
477
  type: "IMAGE_PROCESSING_DONE";
478
478
  data: {
479
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
479
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
480
480
  variations?: {
481
481
  fileId: string;
482
482
  seed: number;
@@ -995,15 +995,15 @@ export declare const ItemSchema: z.ZodObject<{
995
995
  };
996
996
  }>, z.ZodObject<{
997
997
  data: z.ZodObject<{
998
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
998
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
999
999
  accountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1000
1000
  itemHistoryId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1001
1001
  }, "strip", z.ZodTypeAny, {
1002
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1002
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1003
1003
  accountId?: string | null | undefined;
1004
1004
  itemHistoryId?: string | null | undefined;
1005
1005
  }, {
1006
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1006
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1007
1007
  accountId?: string | null | undefined;
1008
1008
  itemHistoryId?: string | null | undefined;
1009
1009
  }>;
@@ -1011,20 +1011,20 @@ export declare const ItemSchema: z.ZodObject<{
1011
1011
  }, "strip", z.ZodTypeAny, {
1012
1012
  type: "PUBLISHED";
1013
1013
  data: {
1014
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1014
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1015
1015
  accountId?: string | null | undefined;
1016
1016
  itemHistoryId?: string | null | undefined;
1017
1017
  };
1018
1018
  }, {
1019
1019
  type: "PUBLISHED";
1020
1020
  data: {
1021
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1021
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1022
1022
  accountId?: string | null | undefined;
1023
1023
  itemHistoryId?: string | null | undefined;
1024
1024
  };
1025
1025
  }>, z.ZodObject<{
1026
1026
  data: z.ZodObject<{
1027
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
1027
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
1028
1028
  publishingDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
1029
1029
  payload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1030
1030
  priceDropPayload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -1136,7 +1136,7 @@ export declare const ItemSchema: z.ZodObject<{
1136
1136
  targetAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1137
1137
  allowIfDeleted: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1138
1138
  }, "strip", z.ZodTypeAny, {
1139
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1139
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1140
1140
  payload?: {
1141
1141
  priceDropPayload?: {
1142
1142
  value: number;
@@ -1166,7 +1166,7 @@ export declare const ItemSchema: z.ZodObject<{
1166
1166
  targetAccountId?: string | null | undefined;
1167
1167
  allowIfDeleted?: boolean | null | undefined;
1168
1168
  }, {
1169
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1169
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1170
1170
  payload?: {
1171
1171
  priceDropPayload?: {
1172
1172
  value: number;
@@ -1200,7 +1200,7 @@ export declare const ItemSchema: z.ZodObject<{
1200
1200
  }, "strip", z.ZodTypeAny, {
1201
1201
  type: "REPUBLISHING";
1202
1202
  data: {
1203
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1203
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1204
1204
  payload?: {
1205
1205
  priceDropPayload?: {
1206
1206
  value: number;
@@ -1233,7 +1233,7 @@ export declare const ItemSchema: z.ZodObject<{
1233
1233
  }, {
1234
1234
  type: "REPUBLISHING";
1235
1235
  data: {
1236
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1236
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1237
1237
  payload?: {
1238
1238
  priceDropPayload?: {
1239
1239
  value: number;
@@ -1265,7 +1265,7 @@ export declare const ItemSchema: z.ZodObject<{
1265
1265
  };
1266
1266
  }>, z.ZodObject<{
1267
1267
  data: z.ZodObject<{
1268
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
1268
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
1269
1269
  attemptNumber: z.ZodNumber;
1270
1270
  maxAttempts: z.ZodNumber;
1271
1271
  previousHistoryId: z.ZodString;
@@ -1391,7 +1391,7 @@ export declare const ItemSchema: z.ZodObject<{
1391
1391
  }>>>;
1392
1392
  }, "strip", z.ZodTypeAny, {
1393
1393
  maxAttempts: number;
1394
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1394
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1395
1395
  attemptNumber: number;
1396
1396
  previousHistoryId: string;
1397
1397
  originalFailureDate: Date;
@@ -1426,7 +1426,7 @@ export declare const ItemSchema: z.ZodObject<{
1426
1426
  }[] | null | undefined;
1427
1427
  }, {
1428
1428
  maxAttempts: number;
1429
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1429
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1430
1430
  attemptNumber: number;
1431
1431
  previousHistoryId: string;
1432
1432
  originalFailureDate: Date;
@@ -1465,7 +1465,7 @@ export declare const ItemSchema: z.ZodObject<{
1465
1465
  type: "REPUBLISHING_RETRY";
1466
1466
  data: {
1467
1467
  maxAttempts: number;
1468
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1468
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1469
1469
  attemptNumber: number;
1470
1470
  previousHistoryId: string;
1471
1471
  originalFailureDate: Date;
@@ -1503,7 +1503,7 @@ export declare const ItemSchema: z.ZodObject<{
1503
1503
  type: "REPUBLISHING_RETRY";
1504
1504
  data: {
1505
1505
  maxAttempts: number;
1506
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1506
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1507
1507
  attemptNumber: number;
1508
1508
  previousHistoryId: string;
1509
1509
  originalFailureDate: Date;
@@ -1539,31 +1539,31 @@ export declare const ItemSchema: z.ZodObject<{
1539
1539
  };
1540
1540
  }>, z.ZodObject<{
1541
1541
  data: z.ZodObject<{
1542
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
1542
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
1543
1543
  publishingDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
1544
1544
  }, "strip", z.ZodTypeAny, {
1545
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1545
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1546
1546
  publishingDate?: Date | null | undefined;
1547
1547
  }, {
1548
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1548
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1549
1549
  publishingDate?: Date | null | undefined;
1550
1550
  }>;
1551
1551
  type: z.ZodLiteral<"SCHEDULED">;
1552
1552
  }, "strip", z.ZodTypeAny, {
1553
1553
  type: "SCHEDULED";
1554
1554
  data: {
1555
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1555
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1556
1556
  publishingDate?: Date | null | undefined;
1557
1557
  };
1558
1558
  }, {
1559
1559
  type: "SCHEDULED";
1560
1560
  data: {
1561
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1561
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1562
1562
  publishingDate?: Date | null | undefined;
1563
1563
  };
1564
1564
  }>, z.ZodObject<{
1565
1565
  data: z.ZodObject<{
1566
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
1566
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
1567
1567
  attemptNumber: z.ZodNumber;
1568
1568
  maxAttempts: z.ZodNumber;
1569
1569
  previousHistoryId: z.ZodString;
@@ -1583,7 +1583,7 @@ export declare const ItemSchema: z.ZodObject<{
1583
1583
  }>, "many">>>;
1584
1584
  }, "strip", z.ZodTypeAny, {
1585
1585
  maxAttempts: number;
1586
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1586
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1587
1587
  attemptNumber: number;
1588
1588
  previousHistoryId: string;
1589
1589
  originalFailureDate: Date;
@@ -1594,7 +1594,7 @@ export declare const ItemSchema: z.ZodObject<{
1594
1594
  }[] | null | undefined;
1595
1595
  }, {
1596
1596
  maxAttempts: number;
1597
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1597
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1598
1598
  attemptNumber: number;
1599
1599
  previousHistoryId: string;
1600
1600
  originalFailureDate: Date;
@@ -1609,7 +1609,7 @@ export declare const ItemSchema: z.ZodObject<{
1609
1609
  type: "SCHEDULED_RETRY";
1610
1610
  data: {
1611
1611
  maxAttempts: number;
1612
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1612
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1613
1613
  attemptNumber: number;
1614
1614
  previousHistoryId: string;
1615
1615
  originalFailureDate: Date;
@@ -1623,7 +1623,7 @@ export declare const ItemSchema: z.ZodObject<{
1623
1623
  type: "SCHEDULED_RETRY";
1624
1624
  data: {
1625
1625
  maxAttempts: number;
1626
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1626
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1627
1627
  attemptNumber: number;
1628
1628
  previousHistoryId: string;
1629
1629
  originalFailureDate: Date;
@@ -1635,26 +1635,26 @@ export declare const ItemSchema: z.ZodObject<{
1635
1635
  };
1636
1636
  }>, z.ZodObject<{
1637
1637
  data: z.ZodObject<{
1638
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
1638
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
1639
1639
  }, "strip", z.ZodTypeAny, {
1640
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1640
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1641
1641
  }, {
1642
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1642
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1643
1643
  }>;
1644
1644
  type: z.ZodLiteral<"UPDATED">;
1645
1645
  }, "strip", z.ZodTypeAny, {
1646
1646
  type: "UPDATED";
1647
1647
  data: {
1648
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1648
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1649
1649
  };
1650
1650
  }, {
1651
1651
  type: "UPDATED";
1652
1652
  data: {
1653
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1653
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1654
1654
  };
1655
1655
  }>, z.ZodObject<{
1656
1656
  data: z.ZodObject<{
1657
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
1657
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
1658
1658
  payload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1659
1659
  priceDropPayload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1660
1660
  type: z.ZodEnum<["PERCENTAGE", "ABSOLUTE"]>;
@@ -1699,7 +1699,7 @@ export declare const ItemSchema: z.ZodObject<{
1699
1699
  }>>>;
1700
1700
  targetDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
1701
1701
  }, "strip", z.ZodTypeAny, {
1702
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1702
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1703
1703
  payload?: {
1704
1704
  priceDropPayload?: {
1705
1705
  value: number;
@@ -1712,7 +1712,7 @@ export declare const ItemSchema: z.ZodObject<{
1712
1712
  } | null | undefined;
1713
1713
  targetDate?: Date | null | undefined;
1714
1714
  }, {
1715
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1715
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1716
1716
  payload?: {
1717
1717
  priceDropPayload?: {
1718
1718
  value: number;
@@ -1729,7 +1729,7 @@ export declare const ItemSchema: z.ZodObject<{
1729
1729
  }, "strip", z.ZodTypeAny, {
1730
1730
  type: "UPDATING";
1731
1731
  data: {
1732
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1732
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1733
1733
  payload?: {
1734
1734
  priceDropPayload?: {
1735
1735
  value: number;
@@ -1745,7 +1745,7 @@ export declare const ItemSchema: z.ZodObject<{
1745
1745
  }, {
1746
1746
  type: "UPDATING";
1747
1747
  data: {
1748
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1748
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1749
1749
  payload?: {
1750
1750
  priceDropPayload?: {
1751
1751
  value: number;
@@ -1798,7 +1798,7 @@ export declare const ItemSchema: z.ZodObject<{
1798
1798
  } | {
1799
1799
  type: "FAILED_TO_PUBLISH";
1800
1800
  data: {
1801
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1801
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1802
1802
  accountId?: string | null | undefined;
1803
1803
  reason?: string | null | undefined;
1804
1804
  fields?: {
@@ -1811,7 +1811,7 @@ export declare const ItemSchema: z.ZodObject<{
1811
1811
  } | {
1812
1812
  type: "IMAGE_PROCESSING_DONE";
1813
1813
  data: {
1814
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1814
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1815
1815
  variations?: {
1816
1816
  fileId: string;
1817
1817
  seed: number;
@@ -1893,14 +1893,14 @@ export declare const ItemSchema: z.ZodObject<{
1893
1893
  } | {
1894
1894
  type: "PUBLISHED";
1895
1895
  data: {
1896
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1896
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1897
1897
  accountId?: string | null | undefined;
1898
1898
  itemHistoryId?: string | null | undefined;
1899
1899
  };
1900
1900
  } | {
1901
1901
  type: "REPUBLISHING";
1902
1902
  data: {
1903
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1903
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1904
1904
  payload?: {
1905
1905
  priceDropPayload?: {
1906
1906
  value: number;
@@ -1934,7 +1934,7 @@ export declare const ItemSchema: z.ZodObject<{
1934
1934
  type: "REPUBLISHING_RETRY";
1935
1935
  data: {
1936
1936
  maxAttempts: number;
1937
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1937
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1938
1938
  attemptNumber: number;
1939
1939
  previousHistoryId: string;
1940
1940
  originalFailureDate: Date;
@@ -1971,14 +1971,14 @@ export declare const ItemSchema: z.ZodObject<{
1971
1971
  } | {
1972
1972
  type: "SCHEDULED";
1973
1973
  data: {
1974
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1974
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1975
1975
  publishingDate?: Date | null | undefined;
1976
1976
  };
1977
1977
  } | {
1978
1978
  type: "SCHEDULED_RETRY";
1979
1979
  data: {
1980
1980
  maxAttempts: number;
1981
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1981
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1982
1982
  attemptNumber: number;
1983
1983
  previousHistoryId: string;
1984
1984
  originalFailureDate: Date;
@@ -1991,12 +1991,12 @@ export declare const ItemSchema: z.ZodObject<{
1991
1991
  } | {
1992
1992
  type: "UPDATED";
1993
1993
  data: {
1994
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1994
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1995
1995
  };
1996
1996
  } | {
1997
1997
  type: "UPDATING";
1998
1998
  data: {
1999
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1999
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2000
2000
  payload?: {
2001
2001
  priceDropPayload?: {
2002
2002
  value: number;
@@ -2048,7 +2048,7 @@ export declare const ItemSchema: z.ZodObject<{
2048
2048
  } | {
2049
2049
  type: "FAILED_TO_PUBLISH";
2050
2050
  data: {
2051
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2051
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2052
2052
  accountId?: string | null | undefined;
2053
2053
  reason?: string | null | undefined;
2054
2054
  fields?: {
@@ -2061,7 +2061,7 @@ export declare const ItemSchema: z.ZodObject<{
2061
2061
  } | {
2062
2062
  type: "IMAGE_PROCESSING_DONE";
2063
2063
  data: {
2064
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2064
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2065
2065
  variations?: {
2066
2066
  fileId: string;
2067
2067
  seed: number;
@@ -2143,14 +2143,14 @@ export declare const ItemSchema: z.ZodObject<{
2143
2143
  } | {
2144
2144
  type: "PUBLISHED";
2145
2145
  data: {
2146
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2146
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2147
2147
  accountId?: string | null | undefined;
2148
2148
  itemHistoryId?: string | null | undefined;
2149
2149
  };
2150
2150
  } | {
2151
2151
  type: "REPUBLISHING";
2152
2152
  data: {
2153
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2153
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2154
2154
  payload?: {
2155
2155
  priceDropPayload?: {
2156
2156
  value: number;
@@ -2184,7 +2184,7 @@ export declare const ItemSchema: z.ZodObject<{
2184
2184
  type: "REPUBLISHING_RETRY";
2185
2185
  data: {
2186
2186
  maxAttempts: number;
2187
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2187
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2188
2188
  attemptNumber: number;
2189
2189
  previousHistoryId: string;
2190
2190
  originalFailureDate: Date;
@@ -2221,14 +2221,14 @@ export declare const ItemSchema: z.ZodObject<{
2221
2221
  } | {
2222
2222
  type: "SCHEDULED";
2223
2223
  data: {
2224
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2224
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2225
2225
  publishingDate?: Date | null | undefined;
2226
2226
  };
2227
2227
  } | {
2228
2228
  type: "SCHEDULED_RETRY";
2229
2229
  data: {
2230
2230
  maxAttempts: number;
2231
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2231
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2232
2232
  attemptNumber: number;
2233
2233
  previousHistoryId: string;
2234
2234
  originalFailureDate: Date;
@@ -2241,12 +2241,12 @@ export declare const ItemSchema: z.ZodObject<{
2241
2241
  } | {
2242
2242
  type: "UPDATED";
2243
2243
  data: {
2244
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2244
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2245
2245
  };
2246
2246
  } | {
2247
2247
  type: "UPDATING";
2248
2248
  data: {
2249
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2249
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2250
2250
  payload?: {
2251
2251
  priceDropPayload?: {
2252
2252
  value: number;
@@ -2279,7 +2279,7 @@ export declare const ItemSchema: z.ZodObject<{
2279
2279
  account: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2280
2280
  userId: z.ZodNumber;
2281
2281
  accountId: z.ZodString;
2282
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
2282
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
2283
2283
  name: z.ZodString;
2284
2284
  locale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2285
2285
  status: z.ZodCatch<z.ZodEnum<["CONNECTED", "DISCONNECTED", "LOCKED", "PAUSED", "UNKNOWN"]>>;
@@ -2329,7 +2329,7 @@ export declare const ItemSchema: z.ZodObject<{
2329
2329
  name: string;
2330
2330
  userId: number;
2331
2331
  accountId: string;
2332
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2332
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2333
2333
  locale?: string | null | undefined;
2334
2334
  lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
2335
2335
  night?: {
@@ -2356,7 +2356,7 @@ export declare const ItemSchema: z.ZodObject<{
2356
2356
  name: string;
2357
2357
  userId: number;
2358
2358
  accountId: string;
2359
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2359
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2360
2360
  status?: unknown;
2361
2361
  locale?: string | null | undefined;
2362
2362
  lockReason?: unknown;
@@ -2403,7 +2403,7 @@ export declare const ItemSchema: z.ZodObject<{
2403
2403
  name: string;
2404
2404
  userId: number;
2405
2405
  accountId: string;
2406
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2406
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2407
2407
  locale?: string | null | undefined;
2408
2408
  lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
2409
2409
  night?: {
@@ -2445,7 +2445,7 @@ export declare const ItemSchema: z.ZodObject<{
2445
2445
  name: string;
2446
2446
  userId: number;
2447
2447
  accountId: string;
2448
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2448
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2449
2449
  status?: unknown;
2450
2450
  locale?: string | null | undefined;
2451
2451
  lockReason?: unknown;
@@ -2579,7 +2579,7 @@ export declare const ItemSchema: z.ZodObject<{
2579
2579
  type: "EMPTY";
2580
2580
  }>, z.ZodObject<{
2581
2581
  data: z.ZodObject<{
2582
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
2582
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
2583
2583
  accountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2584
2584
  reason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2585
2585
  fields: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
@@ -2597,7 +2597,7 @@ export declare const ItemSchema: z.ZodObject<{
2597
2597
  }>, "many">>>;
2598
2598
  itemHistoryId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2599
2599
  }, "strip", z.ZodTypeAny, {
2600
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2600
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2601
2601
  accountId?: string | null | undefined;
2602
2602
  reason?: string | null | undefined;
2603
2603
  fields?: {
@@ -2607,7 +2607,7 @@ export declare const ItemSchema: z.ZodObject<{
2607
2607
  }[] | null | undefined;
2608
2608
  itemHistoryId?: string | null | undefined;
2609
2609
  }, {
2610
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2610
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2611
2611
  accountId?: string | null | undefined;
2612
2612
  reason?: string | null | undefined;
2613
2613
  fields?: {
@@ -2621,7 +2621,7 @@ export declare const ItemSchema: z.ZodObject<{
2621
2621
  }, "strip", z.ZodTypeAny, {
2622
2622
  type: "FAILED_TO_PUBLISH";
2623
2623
  data: {
2624
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2624
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2625
2625
  accountId?: string | null | undefined;
2626
2626
  reason?: string | null | undefined;
2627
2627
  fields?: {
@@ -2634,7 +2634,7 @@ export declare const ItemSchema: z.ZodObject<{
2634
2634
  }, {
2635
2635
  type: "FAILED_TO_PUBLISH";
2636
2636
  data: {
2637
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2637
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2638
2638
  accountId?: string | null | undefined;
2639
2639
  reason?: string | null | undefined;
2640
2640
  fields?: {
@@ -2646,7 +2646,7 @@ export declare const ItemSchema: z.ZodObject<{
2646
2646
  };
2647
2647
  }>, z.ZodObject<{
2648
2648
  data: z.ZodObject<{
2649
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
2649
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
2650
2650
  variations: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
2651
2651
  fileId: z.ZodString;
2652
2652
  seed: z.ZodNumber;
@@ -2678,7 +2678,7 @@ export declare const ItemSchema: z.ZodObject<{
2678
2678
  originalPhashes: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
2679
2679
  historyId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2680
2680
  }, "strip", z.ZodTypeAny, {
2681
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2681
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2682
2682
  variations?: {
2683
2683
  fileId: string;
2684
2684
  seed: number;
@@ -2692,7 +2692,7 @@ export declare const ItemSchema: z.ZodObject<{
2692
2692
  originalPhashes?: string[] | null | undefined;
2693
2693
  historyId?: string | null | undefined;
2694
2694
  }, {
2695
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2695
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2696
2696
  variations?: {
2697
2697
  fileId: string;
2698
2698
  seed: number;
@@ -2710,7 +2710,7 @@ export declare const ItemSchema: z.ZodObject<{
2710
2710
  }, "strip", z.ZodTypeAny, {
2711
2711
  type: "IMAGE_PROCESSING_DONE";
2712
2712
  data: {
2713
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2713
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2714
2714
  variations?: {
2715
2715
  fileId: string;
2716
2716
  seed: number;
@@ -2727,7 +2727,7 @@ export declare const ItemSchema: z.ZodObject<{
2727
2727
  }, {
2728
2728
  type: "IMAGE_PROCESSING_DONE";
2729
2729
  data: {
2730
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2730
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2731
2731
  variations?: {
2732
2732
  fileId: string;
2733
2733
  seed: number;
@@ -3246,15 +3246,15 @@ export declare const ItemSchema: z.ZodObject<{
3246
3246
  };
3247
3247
  }>, z.ZodObject<{
3248
3248
  data: z.ZodObject<{
3249
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
3249
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
3250
3250
  accountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3251
3251
  itemHistoryId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3252
3252
  }, "strip", z.ZodTypeAny, {
3253
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3253
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3254
3254
  accountId?: string | null | undefined;
3255
3255
  itemHistoryId?: string | null | undefined;
3256
3256
  }, {
3257
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3257
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3258
3258
  accountId?: string | null | undefined;
3259
3259
  itemHistoryId?: string | null | undefined;
3260
3260
  }>;
@@ -3262,20 +3262,20 @@ export declare const ItemSchema: z.ZodObject<{
3262
3262
  }, "strip", z.ZodTypeAny, {
3263
3263
  type: "PUBLISHED";
3264
3264
  data: {
3265
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3265
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3266
3266
  accountId?: string | null | undefined;
3267
3267
  itemHistoryId?: string | null | undefined;
3268
3268
  };
3269
3269
  }, {
3270
3270
  type: "PUBLISHED";
3271
3271
  data: {
3272
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3272
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3273
3273
  accountId?: string | null | undefined;
3274
3274
  itemHistoryId?: string | null | undefined;
3275
3275
  };
3276
3276
  }>, z.ZodObject<{
3277
3277
  data: z.ZodObject<{
3278
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
3278
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
3279
3279
  publishingDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
3280
3280
  payload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3281
3281
  priceDropPayload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -3387,7 +3387,7 @@ export declare const ItemSchema: z.ZodObject<{
3387
3387
  targetAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3388
3388
  allowIfDeleted: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
3389
3389
  }, "strip", z.ZodTypeAny, {
3390
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3390
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3391
3391
  payload?: {
3392
3392
  priceDropPayload?: {
3393
3393
  value: number;
@@ -3417,7 +3417,7 @@ export declare const ItemSchema: z.ZodObject<{
3417
3417
  targetAccountId?: string | null | undefined;
3418
3418
  allowIfDeleted?: boolean | null | undefined;
3419
3419
  }, {
3420
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3420
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3421
3421
  payload?: {
3422
3422
  priceDropPayload?: {
3423
3423
  value: number;
@@ -3451,7 +3451,7 @@ export declare const ItemSchema: z.ZodObject<{
3451
3451
  }, "strip", z.ZodTypeAny, {
3452
3452
  type: "REPUBLISHING";
3453
3453
  data: {
3454
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3454
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3455
3455
  payload?: {
3456
3456
  priceDropPayload?: {
3457
3457
  value: number;
@@ -3484,7 +3484,7 @@ export declare const ItemSchema: z.ZodObject<{
3484
3484
  }, {
3485
3485
  type: "REPUBLISHING";
3486
3486
  data: {
3487
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3487
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3488
3488
  payload?: {
3489
3489
  priceDropPayload?: {
3490
3490
  value: number;
@@ -3516,7 +3516,7 @@ export declare const ItemSchema: z.ZodObject<{
3516
3516
  };
3517
3517
  }>, z.ZodObject<{
3518
3518
  data: z.ZodObject<{
3519
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
3519
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
3520
3520
  attemptNumber: z.ZodNumber;
3521
3521
  maxAttempts: z.ZodNumber;
3522
3522
  previousHistoryId: z.ZodString;
@@ -3642,7 +3642,7 @@ export declare const ItemSchema: z.ZodObject<{
3642
3642
  }>>>;
3643
3643
  }, "strip", z.ZodTypeAny, {
3644
3644
  maxAttempts: number;
3645
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3645
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3646
3646
  attemptNumber: number;
3647
3647
  previousHistoryId: string;
3648
3648
  originalFailureDate: Date;
@@ -3677,7 +3677,7 @@ export declare const ItemSchema: z.ZodObject<{
3677
3677
  }[] | null | undefined;
3678
3678
  }, {
3679
3679
  maxAttempts: number;
3680
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3680
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3681
3681
  attemptNumber: number;
3682
3682
  previousHistoryId: string;
3683
3683
  originalFailureDate: Date;
@@ -3716,7 +3716,7 @@ export declare const ItemSchema: z.ZodObject<{
3716
3716
  type: "REPUBLISHING_RETRY";
3717
3717
  data: {
3718
3718
  maxAttempts: number;
3719
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3719
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3720
3720
  attemptNumber: number;
3721
3721
  previousHistoryId: string;
3722
3722
  originalFailureDate: Date;
@@ -3754,7 +3754,7 @@ export declare const ItemSchema: z.ZodObject<{
3754
3754
  type: "REPUBLISHING_RETRY";
3755
3755
  data: {
3756
3756
  maxAttempts: number;
3757
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3757
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3758
3758
  attemptNumber: number;
3759
3759
  previousHistoryId: string;
3760
3760
  originalFailureDate: Date;
@@ -3790,31 +3790,31 @@ export declare const ItemSchema: z.ZodObject<{
3790
3790
  };
3791
3791
  }>, z.ZodObject<{
3792
3792
  data: z.ZodObject<{
3793
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
3793
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
3794
3794
  publishingDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
3795
3795
  }, "strip", z.ZodTypeAny, {
3796
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3796
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3797
3797
  publishingDate?: Date | null | undefined;
3798
3798
  }, {
3799
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3799
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3800
3800
  publishingDate?: Date | null | undefined;
3801
3801
  }>;
3802
3802
  type: z.ZodLiteral<"SCHEDULED">;
3803
3803
  }, "strip", z.ZodTypeAny, {
3804
3804
  type: "SCHEDULED";
3805
3805
  data: {
3806
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3806
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3807
3807
  publishingDate?: Date | null | undefined;
3808
3808
  };
3809
3809
  }, {
3810
3810
  type: "SCHEDULED";
3811
3811
  data: {
3812
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3812
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3813
3813
  publishingDate?: Date | null | undefined;
3814
3814
  };
3815
3815
  }>, z.ZodObject<{
3816
3816
  data: z.ZodObject<{
3817
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
3817
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
3818
3818
  attemptNumber: z.ZodNumber;
3819
3819
  maxAttempts: z.ZodNumber;
3820
3820
  previousHistoryId: z.ZodString;
@@ -3834,7 +3834,7 @@ export declare const ItemSchema: z.ZodObject<{
3834
3834
  }>, "many">>>;
3835
3835
  }, "strip", z.ZodTypeAny, {
3836
3836
  maxAttempts: number;
3837
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3837
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3838
3838
  attemptNumber: number;
3839
3839
  previousHistoryId: string;
3840
3840
  originalFailureDate: Date;
@@ -3845,7 +3845,7 @@ export declare const ItemSchema: z.ZodObject<{
3845
3845
  }[] | null | undefined;
3846
3846
  }, {
3847
3847
  maxAttempts: number;
3848
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3848
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3849
3849
  attemptNumber: number;
3850
3850
  previousHistoryId: string;
3851
3851
  originalFailureDate: Date;
@@ -3860,7 +3860,7 @@ export declare const ItemSchema: z.ZodObject<{
3860
3860
  type: "SCHEDULED_RETRY";
3861
3861
  data: {
3862
3862
  maxAttempts: number;
3863
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3863
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3864
3864
  attemptNumber: number;
3865
3865
  previousHistoryId: string;
3866
3866
  originalFailureDate: Date;
@@ -3874,7 +3874,7 @@ export declare const ItemSchema: z.ZodObject<{
3874
3874
  type: "SCHEDULED_RETRY";
3875
3875
  data: {
3876
3876
  maxAttempts: number;
3877
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3877
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3878
3878
  attemptNumber: number;
3879
3879
  previousHistoryId: string;
3880
3880
  originalFailureDate: Date;
@@ -3886,26 +3886,26 @@ export declare const ItemSchema: z.ZodObject<{
3886
3886
  };
3887
3887
  }>, z.ZodObject<{
3888
3888
  data: z.ZodObject<{
3889
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
3889
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
3890
3890
  }, "strip", z.ZodTypeAny, {
3891
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3891
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3892
3892
  }, {
3893
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3893
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3894
3894
  }>;
3895
3895
  type: z.ZodLiteral<"UPDATED">;
3896
3896
  }, "strip", z.ZodTypeAny, {
3897
3897
  type: "UPDATED";
3898
3898
  data: {
3899
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3899
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3900
3900
  };
3901
3901
  }, {
3902
3902
  type: "UPDATED";
3903
3903
  data: {
3904
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3904
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3905
3905
  };
3906
3906
  }>, z.ZodObject<{
3907
3907
  data: z.ZodObject<{
3908
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
3908
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
3909
3909
  payload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3910
3910
  priceDropPayload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3911
3911
  type: z.ZodEnum<["PERCENTAGE", "ABSOLUTE"]>;
@@ -3950,7 +3950,7 @@ export declare const ItemSchema: z.ZodObject<{
3950
3950
  }>>>;
3951
3951
  targetDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
3952
3952
  }, "strip", z.ZodTypeAny, {
3953
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3953
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3954
3954
  payload?: {
3955
3955
  priceDropPayload?: {
3956
3956
  value: number;
@@ -3963,7 +3963,7 @@ export declare const ItemSchema: z.ZodObject<{
3963
3963
  } | null | undefined;
3964
3964
  targetDate?: Date | null | undefined;
3965
3965
  }, {
3966
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3966
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3967
3967
  payload?: {
3968
3968
  priceDropPayload?: {
3969
3969
  value: number;
@@ -3980,7 +3980,7 @@ export declare const ItemSchema: z.ZodObject<{
3980
3980
  }, "strip", z.ZodTypeAny, {
3981
3981
  type: "UPDATING";
3982
3982
  data: {
3983
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3983
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3984
3984
  payload?: {
3985
3985
  priceDropPayload?: {
3986
3986
  value: number;
@@ -3996,7 +3996,7 @@ export declare const ItemSchema: z.ZodObject<{
3996
3996
  }, {
3997
3997
  type: "UPDATING";
3998
3998
  data: {
3999
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3999
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4000
4000
  payload?: {
4001
4001
  priceDropPayload?: {
4002
4002
  value: number;
@@ -4049,7 +4049,7 @@ export declare const ItemSchema: z.ZodObject<{
4049
4049
  } | {
4050
4050
  type: "FAILED_TO_PUBLISH";
4051
4051
  data: {
4052
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4052
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4053
4053
  accountId?: string | null | undefined;
4054
4054
  reason?: string | null | undefined;
4055
4055
  fields?: {
@@ -4062,7 +4062,7 @@ export declare const ItemSchema: z.ZodObject<{
4062
4062
  } | {
4063
4063
  type: "IMAGE_PROCESSING_DONE";
4064
4064
  data: {
4065
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4065
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4066
4066
  variations?: {
4067
4067
  fileId: string;
4068
4068
  seed: number;
@@ -4144,14 +4144,14 @@ export declare const ItemSchema: z.ZodObject<{
4144
4144
  } | {
4145
4145
  type: "PUBLISHED";
4146
4146
  data: {
4147
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4147
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4148
4148
  accountId?: string | null | undefined;
4149
4149
  itemHistoryId?: string | null | undefined;
4150
4150
  };
4151
4151
  } | {
4152
4152
  type: "REPUBLISHING";
4153
4153
  data: {
4154
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4154
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4155
4155
  payload?: {
4156
4156
  priceDropPayload?: {
4157
4157
  value: number;
@@ -4185,7 +4185,7 @@ export declare const ItemSchema: z.ZodObject<{
4185
4185
  type: "REPUBLISHING_RETRY";
4186
4186
  data: {
4187
4187
  maxAttempts: number;
4188
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4188
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4189
4189
  attemptNumber: number;
4190
4190
  previousHistoryId: string;
4191
4191
  originalFailureDate: Date;
@@ -4222,14 +4222,14 @@ export declare const ItemSchema: z.ZodObject<{
4222
4222
  } | {
4223
4223
  type: "SCHEDULED";
4224
4224
  data: {
4225
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4225
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4226
4226
  publishingDate?: Date | null | undefined;
4227
4227
  };
4228
4228
  } | {
4229
4229
  type: "SCHEDULED_RETRY";
4230
4230
  data: {
4231
4231
  maxAttempts: number;
4232
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4232
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4233
4233
  attemptNumber: number;
4234
4234
  previousHistoryId: string;
4235
4235
  originalFailureDate: Date;
@@ -4242,12 +4242,12 @@ export declare const ItemSchema: z.ZodObject<{
4242
4242
  } | {
4243
4243
  type: "UPDATED";
4244
4244
  data: {
4245
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4245
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4246
4246
  };
4247
4247
  } | {
4248
4248
  type: "UPDATING";
4249
4249
  data: {
4250
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4250
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4251
4251
  payload?: {
4252
4252
  priceDropPayload?: {
4253
4253
  value: number;
@@ -4299,7 +4299,7 @@ export declare const ItemSchema: z.ZodObject<{
4299
4299
  } | {
4300
4300
  type: "FAILED_TO_PUBLISH";
4301
4301
  data: {
4302
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4302
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4303
4303
  accountId?: string | null | undefined;
4304
4304
  reason?: string | null | undefined;
4305
4305
  fields?: {
@@ -4312,7 +4312,7 @@ export declare const ItemSchema: z.ZodObject<{
4312
4312
  } | {
4313
4313
  type: "IMAGE_PROCESSING_DONE";
4314
4314
  data: {
4315
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4315
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4316
4316
  variations?: {
4317
4317
  fileId: string;
4318
4318
  seed: number;
@@ -4394,14 +4394,14 @@ export declare const ItemSchema: z.ZodObject<{
4394
4394
  } | {
4395
4395
  type: "PUBLISHED";
4396
4396
  data: {
4397
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4397
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4398
4398
  accountId?: string | null | undefined;
4399
4399
  itemHistoryId?: string | null | undefined;
4400
4400
  };
4401
4401
  } | {
4402
4402
  type: "REPUBLISHING";
4403
4403
  data: {
4404
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4404
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4405
4405
  payload?: {
4406
4406
  priceDropPayload?: {
4407
4407
  value: number;
@@ -4435,7 +4435,7 @@ export declare const ItemSchema: z.ZodObject<{
4435
4435
  type: "REPUBLISHING_RETRY";
4436
4436
  data: {
4437
4437
  maxAttempts: number;
4438
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4438
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4439
4439
  attemptNumber: number;
4440
4440
  previousHistoryId: string;
4441
4441
  originalFailureDate: Date;
@@ -4472,14 +4472,14 @@ export declare const ItemSchema: z.ZodObject<{
4472
4472
  } | {
4473
4473
  type: "SCHEDULED";
4474
4474
  data: {
4475
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4475
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4476
4476
  publishingDate?: Date | null | undefined;
4477
4477
  };
4478
4478
  } | {
4479
4479
  type: "SCHEDULED_RETRY";
4480
4480
  data: {
4481
4481
  maxAttempts: number;
4482
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4482
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4483
4483
  attemptNumber: number;
4484
4484
  previousHistoryId: string;
4485
4485
  originalFailureDate: Date;
@@ -4492,12 +4492,12 @@ export declare const ItemSchema: z.ZodObject<{
4492
4492
  } | {
4493
4493
  type: "UPDATED";
4494
4494
  data: {
4495
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4495
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4496
4496
  };
4497
4497
  } | {
4498
4498
  type: "UPDATING";
4499
4499
  data: {
4500
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4500
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4501
4501
  payload?: {
4502
4502
  priceDropPayload?: {
4503
4503
  value: number;
@@ -4586,7 +4586,7 @@ export declare const ItemSchema: z.ZodObject<{
4586
4586
  name: string;
4587
4587
  userId: number;
4588
4588
  accountId: string;
4589
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4589
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4590
4590
  locale?: string | null | undefined;
4591
4591
  lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
4592
4592
  night?: {
@@ -4683,7 +4683,7 @@ export declare const ItemSchema: z.ZodObject<{
4683
4683
  } | {
4684
4684
  type: "FAILED_TO_PUBLISH";
4685
4685
  data: {
4686
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4686
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4687
4687
  accountId?: string | null | undefined;
4688
4688
  reason?: string | null | undefined;
4689
4689
  fields?: {
@@ -4696,7 +4696,7 @@ export declare const ItemSchema: z.ZodObject<{
4696
4696
  } | {
4697
4697
  type: "IMAGE_PROCESSING_DONE";
4698
4698
  data: {
4699
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4699
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4700
4700
  variations?: {
4701
4701
  fileId: string;
4702
4702
  seed: number;
@@ -4778,14 +4778,14 @@ export declare const ItemSchema: z.ZodObject<{
4778
4778
  } | {
4779
4779
  type: "PUBLISHED";
4780
4780
  data: {
4781
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4781
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4782
4782
  accountId?: string | null | undefined;
4783
4783
  itemHistoryId?: string | null | undefined;
4784
4784
  };
4785
4785
  } | {
4786
4786
  type: "REPUBLISHING";
4787
4787
  data: {
4788
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4788
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4789
4789
  payload?: {
4790
4790
  priceDropPayload?: {
4791
4791
  value: number;
@@ -4819,7 +4819,7 @@ export declare const ItemSchema: z.ZodObject<{
4819
4819
  type: "REPUBLISHING_RETRY";
4820
4820
  data: {
4821
4821
  maxAttempts: number;
4822
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4822
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4823
4823
  attemptNumber: number;
4824
4824
  previousHistoryId: string;
4825
4825
  originalFailureDate: Date;
@@ -4856,14 +4856,14 @@ export declare const ItemSchema: z.ZodObject<{
4856
4856
  } | {
4857
4857
  type: "SCHEDULED";
4858
4858
  data: {
4859
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4859
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4860
4860
  publishingDate?: Date | null | undefined;
4861
4861
  };
4862
4862
  } | {
4863
4863
  type: "SCHEDULED_RETRY";
4864
4864
  data: {
4865
4865
  maxAttempts: number;
4866
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4866
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4867
4867
  attemptNumber: number;
4868
4868
  previousHistoryId: string;
4869
4869
  originalFailureDate: Date;
@@ -4876,12 +4876,12 @@ export declare const ItemSchema: z.ZodObject<{
4876
4876
  } | {
4877
4877
  type: "UPDATED";
4878
4878
  data: {
4879
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4879
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4880
4880
  };
4881
4881
  } | {
4882
4882
  type: "UPDATING";
4883
4883
  data: {
4884
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4884
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4885
4885
  payload?: {
4886
4886
  priceDropPayload?: {
4887
4887
  value: number;
@@ -4934,7 +4934,7 @@ export declare const ItemSchema: z.ZodObject<{
4934
4934
  } | {
4935
4935
  type: "FAILED_TO_PUBLISH";
4936
4936
  data: {
4937
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4937
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4938
4938
  accountId?: string | null | undefined;
4939
4939
  reason?: string | null | undefined;
4940
4940
  fields?: {
@@ -4947,7 +4947,7 @@ export declare const ItemSchema: z.ZodObject<{
4947
4947
  } | {
4948
4948
  type: "IMAGE_PROCESSING_DONE";
4949
4949
  data: {
4950
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4950
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4951
4951
  variations?: {
4952
4952
  fileId: string;
4953
4953
  seed: number;
@@ -5029,14 +5029,14 @@ export declare const ItemSchema: z.ZodObject<{
5029
5029
  } | {
5030
5030
  type: "PUBLISHED";
5031
5031
  data: {
5032
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5032
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5033
5033
  accountId?: string | null | undefined;
5034
5034
  itemHistoryId?: string | null | undefined;
5035
5035
  };
5036
5036
  } | {
5037
5037
  type: "REPUBLISHING";
5038
5038
  data: {
5039
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5039
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5040
5040
  payload?: {
5041
5041
  priceDropPayload?: {
5042
5042
  value: number;
@@ -5070,7 +5070,7 @@ export declare const ItemSchema: z.ZodObject<{
5070
5070
  type: "REPUBLISHING_RETRY";
5071
5071
  data: {
5072
5072
  maxAttempts: number;
5073
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5073
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5074
5074
  attemptNumber: number;
5075
5075
  previousHistoryId: string;
5076
5076
  originalFailureDate: Date;
@@ -5107,14 +5107,14 @@ export declare const ItemSchema: z.ZodObject<{
5107
5107
  } | {
5108
5108
  type: "SCHEDULED";
5109
5109
  data: {
5110
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5110
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5111
5111
  publishingDate?: Date | null | undefined;
5112
5112
  };
5113
5113
  } | {
5114
5114
  type: "SCHEDULED_RETRY";
5115
5115
  data: {
5116
5116
  maxAttempts: number;
5117
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5117
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5118
5118
  attemptNumber: number;
5119
5119
  previousHistoryId: string;
5120
5120
  originalFailureDate: Date;
@@ -5127,12 +5127,12 @@ export declare const ItemSchema: z.ZodObject<{
5127
5127
  } | {
5128
5128
  type: "UPDATED";
5129
5129
  data: {
5130
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5130
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5131
5131
  };
5132
5132
  } | {
5133
5133
  type: "UPDATING";
5134
5134
  data: {
5135
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5135
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5136
5136
  payload?: {
5137
5137
  priceDropPayload?: {
5138
5138
  value: number;
@@ -5218,7 +5218,7 @@ export declare const ItemSchema: z.ZodObject<{
5218
5218
  name: string;
5219
5219
  userId: number;
5220
5220
  accountId: string;
5221
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5221
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5222
5222
  status?: unknown;
5223
5223
  locale?: string | null | undefined;
5224
5224
  lockReason?: unknown;
@@ -5316,7 +5316,7 @@ export declare const ItemSchema: z.ZodObject<{
5316
5316
  } | {
5317
5317
  type: "FAILED_TO_PUBLISH";
5318
5318
  data: {
5319
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5319
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5320
5320
  accountId?: string | null | undefined;
5321
5321
  reason?: string | null | undefined;
5322
5322
  fields?: {
@@ -5329,7 +5329,7 @@ export declare const ItemSchema: z.ZodObject<{
5329
5329
  } | {
5330
5330
  type: "IMAGE_PROCESSING_DONE";
5331
5331
  data: {
5332
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5332
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5333
5333
  variations?: {
5334
5334
  fileId: string;
5335
5335
  seed: number;
@@ -5411,14 +5411,14 @@ export declare const ItemSchema: z.ZodObject<{
5411
5411
  } | {
5412
5412
  type: "PUBLISHED";
5413
5413
  data: {
5414
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5414
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5415
5415
  accountId?: string | null | undefined;
5416
5416
  itemHistoryId?: string | null | undefined;
5417
5417
  };
5418
5418
  } | {
5419
5419
  type: "REPUBLISHING";
5420
5420
  data: {
5421
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5421
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5422
5422
  payload?: {
5423
5423
  priceDropPayload?: {
5424
5424
  value: number;
@@ -5452,7 +5452,7 @@ export declare const ItemSchema: z.ZodObject<{
5452
5452
  type: "REPUBLISHING_RETRY";
5453
5453
  data: {
5454
5454
  maxAttempts: number;
5455
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5455
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5456
5456
  attemptNumber: number;
5457
5457
  previousHistoryId: string;
5458
5458
  originalFailureDate: Date;
@@ -5489,14 +5489,14 @@ export declare const ItemSchema: z.ZodObject<{
5489
5489
  } | {
5490
5490
  type: "SCHEDULED";
5491
5491
  data: {
5492
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5492
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5493
5493
  publishingDate?: Date | null | undefined;
5494
5494
  };
5495
5495
  } | {
5496
5496
  type: "SCHEDULED_RETRY";
5497
5497
  data: {
5498
5498
  maxAttempts: number;
5499
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5499
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5500
5500
  attemptNumber: number;
5501
5501
  previousHistoryId: string;
5502
5502
  originalFailureDate: Date;
@@ -5509,12 +5509,12 @@ export declare const ItemSchema: z.ZodObject<{
5509
5509
  } | {
5510
5510
  type: "UPDATED";
5511
5511
  data: {
5512
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5512
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5513
5513
  };
5514
5514
  } | {
5515
5515
  type: "UPDATING";
5516
5516
  data: {
5517
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5517
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5518
5518
  payload?: {
5519
5519
  priceDropPayload?: {
5520
5520
  value: number;
@@ -5567,7 +5567,7 @@ export declare const ItemSchema: z.ZodObject<{
5567
5567
  } | {
5568
5568
  type: "FAILED_TO_PUBLISH";
5569
5569
  data: {
5570
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5570
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5571
5571
  accountId?: string | null | undefined;
5572
5572
  reason?: string | null | undefined;
5573
5573
  fields?: {
@@ -5580,7 +5580,7 @@ export declare const ItemSchema: z.ZodObject<{
5580
5580
  } | {
5581
5581
  type: "IMAGE_PROCESSING_DONE";
5582
5582
  data: {
5583
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5583
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5584
5584
  variations?: {
5585
5585
  fileId: string;
5586
5586
  seed: number;
@@ -5662,14 +5662,14 @@ export declare const ItemSchema: z.ZodObject<{
5662
5662
  } | {
5663
5663
  type: "PUBLISHED";
5664
5664
  data: {
5665
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5665
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5666
5666
  accountId?: string | null | undefined;
5667
5667
  itemHistoryId?: string | null | undefined;
5668
5668
  };
5669
5669
  } | {
5670
5670
  type: "REPUBLISHING";
5671
5671
  data: {
5672
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5672
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5673
5673
  payload?: {
5674
5674
  priceDropPayload?: {
5675
5675
  value: number;
@@ -5703,7 +5703,7 @@ export declare const ItemSchema: z.ZodObject<{
5703
5703
  type: "REPUBLISHING_RETRY";
5704
5704
  data: {
5705
5705
  maxAttempts: number;
5706
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5706
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5707
5707
  attemptNumber: number;
5708
5708
  previousHistoryId: string;
5709
5709
  originalFailureDate: Date;
@@ -5740,14 +5740,14 @@ export declare const ItemSchema: z.ZodObject<{
5740
5740
  } | {
5741
5741
  type: "SCHEDULED";
5742
5742
  data: {
5743
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5743
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5744
5744
  publishingDate?: Date | null | undefined;
5745
5745
  };
5746
5746
  } | {
5747
5747
  type: "SCHEDULED_RETRY";
5748
5748
  data: {
5749
5749
  maxAttempts: number;
5750
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5750
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5751
5751
  attemptNumber: number;
5752
5752
  previousHistoryId: string;
5753
5753
  originalFailureDate: Date;
@@ -5760,12 +5760,12 @@ export declare const ItemSchema: z.ZodObject<{
5760
5760
  } | {
5761
5761
  type: "UPDATED";
5762
5762
  data: {
5763
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5763
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5764
5764
  };
5765
5765
  } | {
5766
5766
  type: "UPDATING";
5767
5767
  data: {
5768
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5768
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5769
5769
  payload?: {
5770
5770
  priceDropPayload?: {
5771
5771
  value: number;