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
@@ -329,7 +329,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
329
329
  type: "EMPTY";
330
330
  }>, z.ZodObject<{
331
331
  data: z.ZodObject<{
332
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
332
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
333
333
  accountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
334
334
  reason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
335
335
  fields: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
@@ -347,7 +347,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
347
347
  }>, "many">>>;
348
348
  itemHistoryId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
349
349
  }, "strip", z.ZodTypeAny, {
350
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
350
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
351
351
  accountId?: string | null | undefined;
352
352
  reason?: string | null | undefined;
353
353
  fields?: {
@@ -357,7 +357,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
357
357
  }[] | null | undefined;
358
358
  itemHistoryId?: string | null | undefined;
359
359
  }, {
360
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
360
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
361
361
  accountId?: string | null | undefined;
362
362
  reason?: string | null | undefined;
363
363
  fields?: {
@@ -371,7 +371,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
371
371
  }, "strip", z.ZodTypeAny, {
372
372
  type: "FAILED_TO_PUBLISH";
373
373
  data: {
374
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
374
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
375
375
  accountId?: string | null | undefined;
376
376
  reason?: string | null | undefined;
377
377
  fields?: {
@@ -384,7 +384,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
384
384
  }, {
385
385
  type: "FAILED_TO_PUBLISH";
386
386
  data: {
387
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
387
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
388
388
  accountId?: string | null | undefined;
389
389
  reason?: string | null | undefined;
390
390
  fields?: {
@@ -396,7 +396,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
396
396
  };
397
397
  }>, z.ZodObject<{
398
398
  data: z.ZodObject<{
399
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
399
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
400
400
  variations: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
401
401
  fileId: z.ZodString;
402
402
  seed: z.ZodNumber;
@@ -428,7 +428,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
428
428
  originalPhashes: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
429
429
  historyId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
430
430
  }, "strip", z.ZodTypeAny, {
431
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
431
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
432
432
  variations?: {
433
433
  fileId: string;
434
434
  seed: number;
@@ -442,7 +442,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
442
442
  originalPhashes?: string[] | null | undefined;
443
443
  historyId?: string | null | undefined;
444
444
  }, {
445
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
445
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
446
446
  variations?: {
447
447
  fileId: string;
448
448
  seed: number;
@@ -460,7 +460,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
460
460
  }, "strip", z.ZodTypeAny, {
461
461
  type: "IMAGE_PROCESSING_DONE";
462
462
  data: {
463
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
463
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
464
464
  variations?: {
465
465
  fileId: string;
466
466
  seed: number;
@@ -477,7 +477,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
477
477
  }, {
478
478
  type: "IMAGE_PROCESSING_DONE";
479
479
  data: {
480
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
480
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
481
481
  variations?: {
482
482
  fileId: string;
483
483
  seed: number;
@@ -996,15 +996,15 @@ export declare const CreatedItemsSchema: z.ZodObject<{
996
996
  };
997
997
  }>, z.ZodObject<{
998
998
  data: z.ZodObject<{
999
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
999
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
1000
1000
  accountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1001
1001
  itemHistoryId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1002
1002
  }, "strip", z.ZodTypeAny, {
1003
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1003
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1004
1004
  accountId?: string | null | undefined;
1005
1005
  itemHistoryId?: string | null | undefined;
1006
1006
  }, {
1007
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1007
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1008
1008
  accountId?: string | null | undefined;
1009
1009
  itemHistoryId?: string | null | undefined;
1010
1010
  }>;
@@ -1012,20 +1012,20 @@ export declare const CreatedItemsSchema: z.ZodObject<{
1012
1012
  }, "strip", z.ZodTypeAny, {
1013
1013
  type: "PUBLISHED";
1014
1014
  data: {
1015
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1015
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1016
1016
  accountId?: string | null | undefined;
1017
1017
  itemHistoryId?: string | null | undefined;
1018
1018
  };
1019
1019
  }, {
1020
1020
  type: "PUBLISHED";
1021
1021
  data: {
1022
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1022
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1023
1023
  accountId?: string | null | undefined;
1024
1024
  itemHistoryId?: string | null | undefined;
1025
1025
  };
1026
1026
  }>, z.ZodObject<{
1027
1027
  data: z.ZodObject<{
1028
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
1028
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
1029
1029
  publishingDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
1030
1030
  payload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1031
1031
  priceDropPayload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -1137,7 +1137,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
1137
1137
  targetAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1138
1138
  allowIfDeleted: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1139
1139
  }, "strip", z.ZodTypeAny, {
1140
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1140
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1141
1141
  payload?: {
1142
1142
  priceDropPayload?: {
1143
1143
  value: number;
@@ -1167,7 +1167,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
1167
1167
  targetAccountId?: string | null | undefined;
1168
1168
  allowIfDeleted?: boolean | null | undefined;
1169
1169
  }, {
1170
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1170
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1171
1171
  payload?: {
1172
1172
  priceDropPayload?: {
1173
1173
  value: number;
@@ -1201,7 +1201,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
1201
1201
  }, "strip", z.ZodTypeAny, {
1202
1202
  type: "REPUBLISHING";
1203
1203
  data: {
1204
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1204
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1205
1205
  payload?: {
1206
1206
  priceDropPayload?: {
1207
1207
  value: number;
@@ -1234,7 +1234,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
1234
1234
  }, {
1235
1235
  type: "REPUBLISHING";
1236
1236
  data: {
1237
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1237
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1238
1238
  payload?: {
1239
1239
  priceDropPayload?: {
1240
1240
  value: number;
@@ -1266,7 +1266,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
1266
1266
  };
1267
1267
  }>, z.ZodObject<{
1268
1268
  data: z.ZodObject<{
1269
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
1269
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
1270
1270
  attemptNumber: z.ZodNumber;
1271
1271
  maxAttempts: z.ZodNumber;
1272
1272
  previousHistoryId: z.ZodString;
@@ -1392,7 +1392,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
1392
1392
  }>>>;
1393
1393
  }, "strip", z.ZodTypeAny, {
1394
1394
  maxAttempts: number;
1395
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1395
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1396
1396
  attemptNumber: number;
1397
1397
  previousHistoryId: string;
1398
1398
  originalFailureDate: Date;
@@ -1427,7 +1427,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
1427
1427
  }[] | null | undefined;
1428
1428
  }, {
1429
1429
  maxAttempts: number;
1430
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1430
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1431
1431
  attemptNumber: number;
1432
1432
  previousHistoryId: string;
1433
1433
  originalFailureDate: Date;
@@ -1466,7 +1466,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
1466
1466
  type: "REPUBLISHING_RETRY";
1467
1467
  data: {
1468
1468
  maxAttempts: number;
1469
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1469
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1470
1470
  attemptNumber: number;
1471
1471
  previousHistoryId: string;
1472
1472
  originalFailureDate: Date;
@@ -1504,7 +1504,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
1504
1504
  type: "REPUBLISHING_RETRY";
1505
1505
  data: {
1506
1506
  maxAttempts: number;
1507
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1507
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1508
1508
  attemptNumber: number;
1509
1509
  previousHistoryId: string;
1510
1510
  originalFailureDate: Date;
@@ -1540,31 +1540,31 @@ export declare const CreatedItemsSchema: z.ZodObject<{
1540
1540
  };
1541
1541
  }>, z.ZodObject<{
1542
1542
  data: z.ZodObject<{
1543
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
1543
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
1544
1544
  publishingDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
1545
1545
  }, "strip", z.ZodTypeAny, {
1546
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1546
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1547
1547
  publishingDate?: Date | null | undefined;
1548
1548
  }, {
1549
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1549
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1550
1550
  publishingDate?: Date | null | undefined;
1551
1551
  }>;
1552
1552
  type: z.ZodLiteral<"SCHEDULED">;
1553
1553
  }, "strip", z.ZodTypeAny, {
1554
1554
  type: "SCHEDULED";
1555
1555
  data: {
1556
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1556
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1557
1557
  publishingDate?: Date | null | undefined;
1558
1558
  };
1559
1559
  }, {
1560
1560
  type: "SCHEDULED";
1561
1561
  data: {
1562
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1562
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1563
1563
  publishingDate?: Date | null | undefined;
1564
1564
  };
1565
1565
  }>, z.ZodObject<{
1566
1566
  data: z.ZodObject<{
1567
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
1567
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
1568
1568
  attemptNumber: z.ZodNumber;
1569
1569
  maxAttempts: z.ZodNumber;
1570
1570
  previousHistoryId: z.ZodString;
@@ -1584,7 +1584,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
1584
1584
  }>, "many">>>;
1585
1585
  }, "strip", z.ZodTypeAny, {
1586
1586
  maxAttempts: number;
1587
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1587
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1588
1588
  attemptNumber: number;
1589
1589
  previousHistoryId: string;
1590
1590
  originalFailureDate: Date;
@@ -1595,7 +1595,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
1595
1595
  }[] | null | undefined;
1596
1596
  }, {
1597
1597
  maxAttempts: number;
1598
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1598
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1599
1599
  attemptNumber: number;
1600
1600
  previousHistoryId: string;
1601
1601
  originalFailureDate: Date;
@@ -1610,7 +1610,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
1610
1610
  type: "SCHEDULED_RETRY";
1611
1611
  data: {
1612
1612
  maxAttempts: number;
1613
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1613
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1614
1614
  attemptNumber: number;
1615
1615
  previousHistoryId: string;
1616
1616
  originalFailureDate: Date;
@@ -1624,7 +1624,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
1624
1624
  type: "SCHEDULED_RETRY";
1625
1625
  data: {
1626
1626
  maxAttempts: number;
1627
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1627
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1628
1628
  attemptNumber: number;
1629
1629
  previousHistoryId: string;
1630
1630
  originalFailureDate: Date;
@@ -1636,26 +1636,26 @@ export declare const CreatedItemsSchema: z.ZodObject<{
1636
1636
  };
1637
1637
  }>, z.ZodObject<{
1638
1638
  data: z.ZodObject<{
1639
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
1639
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
1640
1640
  }, "strip", z.ZodTypeAny, {
1641
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1641
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1642
1642
  }, {
1643
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1643
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1644
1644
  }>;
1645
1645
  type: z.ZodLiteral<"UPDATED">;
1646
1646
  }, "strip", z.ZodTypeAny, {
1647
1647
  type: "UPDATED";
1648
1648
  data: {
1649
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1649
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1650
1650
  };
1651
1651
  }, {
1652
1652
  type: "UPDATED";
1653
1653
  data: {
1654
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1654
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1655
1655
  };
1656
1656
  }>, z.ZodObject<{
1657
1657
  data: z.ZodObject<{
1658
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
1658
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
1659
1659
  payload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1660
1660
  priceDropPayload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1661
1661
  type: z.ZodEnum<["PERCENTAGE", "ABSOLUTE"]>;
@@ -1700,7 +1700,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
1700
1700
  }>>>;
1701
1701
  targetDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
1702
1702
  }, "strip", z.ZodTypeAny, {
1703
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1703
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1704
1704
  payload?: {
1705
1705
  priceDropPayload?: {
1706
1706
  value: number;
@@ -1713,7 +1713,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
1713
1713
  } | null | undefined;
1714
1714
  targetDate?: Date | null | undefined;
1715
1715
  }, {
1716
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1716
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1717
1717
  payload?: {
1718
1718
  priceDropPayload?: {
1719
1719
  value: number;
@@ -1730,7 +1730,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
1730
1730
  }, "strip", z.ZodTypeAny, {
1731
1731
  type: "UPDATING";
1732
1732
  data: {
1733
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1733
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1734
1734
  payload?: {
1735
1735
  priceDropPayload?: {
1736
1736
  value: number;
@@ -1746,7 +1746,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
1746
1746
  }, {
1747
1747
  type: "UPDATING";
1748
1748
  data: {
1749
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1749
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1750
1750
  payload?: {
1751
1751
  priceDropPayload?: {
1752
1752
  value: number;
@@ -1799,7 +1799,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
1799
1799
  } | {
1800
1800
  type: "FAILED_TO_PUBLISH";
1801
1801
  data: {
1802
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1802
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1803
1803
  accountId?: string | null | undefined;
1804
1804
  reason?: string | null | undefined;
1805
1805
  fields?: {
@@ -1812,7 +1812,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
1812
1812
  } | {
1813
1813
  type: "IMAGE_PROCESSING_DONE";
1814
1814
  data: {
1815
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1815
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1816
1816
  variations?: {
1817
1817
  fileId: string;
1818
1818
  seed: number;
@@ -1894,14 +1894,14 @@ export declare const CreatedItemsSchema: z.ZodObject<{
1894
1894
  } | {
1895
1895
  type: "PUBLISHED";
1896
1896
  data: {
1897
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1897
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1898
1898
  accountId?: string | null | undefined;
1899
1899
  itemHistoryId?: string | null | undefined;
1900
1900
  };
1901
1901
  } | {
1902
1902
  type: "REPUBLISHING";
1903
1903
  data: {
1904
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1904
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1905
1905
  payload?: {
1906
1906
  priceDropPayload?: {
1907
1907
  value: number;
@@ -1935,7 +1935,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
1935
1935
  type: "REPUBLISHING_RETRY";
1936
1936
  data: {
1937
1937
  maxAttempts: number;
1938
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1938
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1939
1939
  attemptNumber: number;
1940
1940
  previousHistoryId: string;
1941
1941
  originalFailureDate: Date;
@@ -1972,14 +1972,14 @@ export declare const CreatedItemsSchema: z.ZodObject<{
1972
1972
  } | {
1973
1973
  type: "SCHEDULED";
1974
1974
  data: {
1975
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1975
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1976
1976
  publishingDate?: Date | null | undefined;
1977
1977
  };
1978
1978
  } | {
1979
1979
  type: "SCHEDULED_RETRY";
1980
1980
  data: {
1981
1981
  maxAttempts: number;
1982
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1982
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1983
1983
  attemptNumber: number;
1984
1984
  previousHistoryId: string;
1985
1985
  originalFailureDate: Date;
@@ -1992,12 +1992,12 @@ export declare const CreatedItemsSchema: z.ZodObject<{
1992
1992
  } | {
1993
1993
  type: "UPDATED";
1994
1994
  data: {
1995
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1995
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1996
1996
  };
1997
1997
  } | {
1998
1998
  type: "UPDATING";
1999
1999
  data: {
2000
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2000
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2001
2001
  payload?: {
2002
2002
  priceDropPayload?: {
2003
2003
  value: number;
@@ -2049,7 +2049,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
2049
2049
  } | {
2050
2050
  type: "FAILED_TO_PUBLISH";
2051
2051
  data: {
2052
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2052
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2053
2053
  accountId?: string | null | undefined;
2054
2054
  reason?: string | null | undefined;
2055
2055
  fields?: {
@@ -2062,7 +2062,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
2062
2062
  } | {
2063
2063
  type: "IMAGE_PROCESSING_DONE";
2064
2064
  data: {
2065
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2065
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2066
2066
  variations?: {
2067
2067
  fileId: string;
2068
2068
  seed: number;
@@ -2144,14 +2144,14 @@ export declare const CreatedItemsSchema: z.ZodObject<{
2144
2144
  } | {
2145
2145
  type: "PUBLISHED";
2146
2146
  data: {
2147
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2147
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2148
2148
  accountId?: string | null | undefined;
2149
2149
  itemHistoryId?: string | null | undefined;
2150
2150
  };
2151
2151
  } | {
2152
2152
  type: "REPUBLISHING";
2153
2153
  data: {
2154
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2154
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2155
2155
  payload?: {
2156
2156
  priceDropPayload?: {
2157
2157
  value: number;
@@ -2185,7 +2185,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
2185
2185
  type: "REPUBLISHING_RETRY";
2186
2186
  data: {
2187
2187
  maxAttempts: number;
2188
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2188
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2189
2189
  attemptNumber: number;
2190
2190
  previousHistoryId: string;
2191
2191
  originalFailureDate: Date;
@@ -2222,14 +2222,14 @@ export declare const CreatedItemsSchema: z.ZodObject<{
2222
2222
  } | {
2223
2223
  type: "SCHEDULED";
2224
2224
  data: {
2225
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2225
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2226
2226
  publishingDate?: Date | null | undefined;
2227
2227
  };
2228
2228
  } | {
2229
2229
  type: "SCHEDULED_RETRY";
2230
2230
  data: {
2231
2231
  maxAttempts: number;
2232
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2232
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2233
2233
  attemptNumber: number;
2234
2234
  previousHistoryId: string;
2235
2235
  originalFailureDate: Date;
@@ -2242,12 +2242,12 @@ export declare const CreatedItemsSchema: z.ZodObject<{
2242
2242
  } | {
2243
2243
  type: "UPDATED";
2244
2244
  data: {
2245
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2245
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2246
2246
  };
2247
2247
  } | {
2248
2248
  type: "UPDATING";
2249
2249
  data: {
2250
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2250
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2251
2251
  payload?: {
2252
2252
  priceDropPayload?: {
2253
2253
  value: number;
@@ -2280,7 +2280,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
2280
2280
  account: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2281
2281
  userId: z.ZodNumber;
2282
2282
  accountId: z.ZodString;
2283
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
2283
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
2284
2284
  name: z.ZodString;
2285
2285
  locale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2286
2286
  status: z.ZodCatch<z.ZodEnum<["CONNECTED", "DISCONNECTED", "LOCKED", "PAUSED", "UNKNOWN"]>>;
@@ -2330,7 +2330,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
2330
2330
  name: string;
2331
2331
  userId: number;
2332
2332
  accountId: string;
2333
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2333
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2334
2334
  locale?: string | null | undefined;
2335
2335
  lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
2336
2336
  night?: {
@@ -2357,7 +2357,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
2357
2357
  name: string;
2358
2358
  userId: number;
2359
2359
  accountId: string;
2360
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2360
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2361
2361
  status?: unknown;
2362
2362
  locale?: string | null | undefined;
2363
2363
  lockReason?: unknown;
@@ -2404,7 +2404,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
2404
2404
  name: string;
2405
2405
  userId: number;
2406
2406
  accountId: string;
2407
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2407
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2408
2408
  locale?: string | null | undefined;
2409
2409
  lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
2410
2410
  night?: {
@@ -2446,7 +2446,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
2446
2446
  name: string;
2447
2447
  userId: number;
2448
2448
  accountId: string;
2449
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2449
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2450
2450
  status?: unknown;
2451
2451
  locale?: string | null | undefined;
2452
2452
  lockReason?: unknown;
@@ -2580,7 +2580,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
2580
2580
  type: "EMPTY";
2581
2581
  }>, z.ZodObject<{
2582
2582
  data: z.ZodObject<{
2583
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
2583
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
2584
2584
  accountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2585
2585
  reason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2586
2586
  fields: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
@@ -2598,7 +2598,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
2598
2598
  }>, "many">>>;
2599
2599
  itemHistoryId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2600
2600
  }, "strip", z.ZodTypeAny, {
2601
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2601
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2602
2602
  accountId?: string | null | undefined;
2603
2603
  reason?: string | null | undefined;
2604
2604
  fields?: {
@@ -2608,7 +2608,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
2608
2608
  }[] | null | undefined;
2609
2609
  itemHistoryId?: string | null | undefined;
2610
2610
  }, {
2611
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2611
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2612
2612
  accountId?: string | null | undefined;
2613
2613
  reason?: string | null | undefined;
2614
2614
  fields?: {
@@ -2622,7 +2622,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
2622
2622
  }, "strip", z.ZodTypeAny, {
2623
2623
  type: "FAILED_TO_PUBLISH";
2624
2624
  data: {
2625
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2625
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2626
2626
  accountId?: string | null | undefined;
2627
2627
  reason?: string | null | undefined;
2628
2628
  fields?: {
@@ -2635,7 +2635,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
2635
2635
  }, {
2636
2636
  type: "FAILED_TO_PUBLISH";
2637
2637
  data: {
2638
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2638
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2639
2639
  accountId?: string | null | undefined;
2640
2640
  reason?: string | null | undefined;
2641
2641
  fields?: {
@@ -2647,7 +2647,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
2647
2647
  };
2648
2648
  }>, z.ZodObject<{
2649
2649
  data: z.ZodObject<{
2650
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
2650
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
2651
2651
  variations: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
2652
2652
  fileId: z.ZodString;
2653
2653
  seed: z.ZodNumber;
@@ -2679,7 +2679,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
2679
2679
  originalPhashes: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
2680
2680
  historyId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2681
2681
  }, "strip", z.ZodTypeAny, {
2682
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2682
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2683
2683
  variations?: {
2684
2684
  fileId: string;
2685
2685
  seed: number;
@@ -2693,7 +2693,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
2693
2693
  originalPhashes?: string[] | null | undefined;
2694
2694
  historyId?: string | null | undefined;
2695
2695
  }, {
2696
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2696
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2697
2697
  variations?: {
2698
2698
  fileId: string;
2699
2699
  seed: number;
@@ -2711,7 +2711,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
2711
2711
  }, "strip", z.ZodTypeAny, {
2712
2712
  type: "IMAGE_PROCESSING_DONE";
2713
2713
  data: {
2714
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2714
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2715
2715
  variations?: {
2716
2716
  fileId: string;
2717
2717
  seed: number;
@@ -2728,7 +2728,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
2728
2728
  }, {
2729
2729
  type: "IMAGE_PROCESSING_DONE";
2730
2730
  data: {
2731
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2731
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2732
2732
  variations?: {
2733
2733
  fileId: string;
2734
2734
  seed: number;
@@ -3247,15 +3247,15 @@ export declare const CreatedItemsSchema: z.ZodObject<{
3247
3247
  };
3248
3248
  }>, z.ZodObject<{
3249
3249
  data: z.ZodObject<{
3250
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
3250
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
3251
3251
  accountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3252
3252
  itemHistoryId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3253
3253
  }, "strip", z.ZodTypeAny, {
3254
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3254
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3255
3255
  accountId?: string | null | undefined;
3256
3256
  itemHistoryId?: string | null | undefined;
3257
3257
  }, {
3258
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3258
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3259
3259
  accountId?: string | null | undefined;
3260
3260
  itemHistoryId?: string | null | undefined;
3261
3261
  }>;
@@ -3263,20 +3263,20 @@ export declare const CreatedItemsSchema: z.ZodObject<{
3263
3263
  }, "strip", z.ZodTypeAny, {
3264
3264
  type: "PUBLISHED";
3265
3265
  data: {
3266
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3266
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3267
3267
  accountId?: string | null | undefined;
3268
3268
  itemHistoryId?: string | null | undefined;
3269
3269
  };
3270
3270
  }, {
3271
3271
  type: "PUBLISHED";
3272
3272
  data: {
3273
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3273
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3274
3274
  accountId?: string | null | undefined;
3275
3275
  itemHistoryId?: string | null | undefined;
3276
3276
  };
3277
3277
  }>, z.ZodObject<{
3278
3278
  data: z.ZodObject<{
3279
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
3279
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
3280
3280
  publishingDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
3281
3281
  payload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3282
3282
  priceDropPayload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -3388,7 +3388,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
3388
3388
  targetAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3389
3389
  allowIfDeleted: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
3390
3390
  }, "strip", z.ZodTypeAny, {
3391
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3391
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3392
3392
  payload?: {
3393
3393
  priceDropPayload?: {
3394
3394
  value: number;
@@ -3418,7 +3418,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
3418
3418
  targetAccountId?: string | null | undefined;
3419
3419
  allowIfDeleted?: boolean | null | undefined;
3420
3420
  }, {
3421
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3421
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3422
3422
  payload?: {
3423
3423
  priceDropPayload?: {
3424
3424
  value: number;
@@ -3452,7 +3452,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
3452
3452
  }, "strip", z.ZodTypeAny, {
3453
3453
  type: "REPUBLISHING";
3454
3454
  data: {
3455
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3455
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3456
3456
  payload?: {
3457
3457
  priceDropPayload?: {
3458
3458
  value: number;
@@ -3485,7 +3485,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
3485
3485
  }, {
3486
3486
  type: "REPUBLISHING";
3487
3487
  data: {
3488
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3488
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3489
3489
  payload?: {
3490
3490
  priceDropPayload?: {
3491
3491
  value: number;
@@ -3517,7 +3517,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
3517
3517
  };
3518
3518
  }>, z.ZodObject<{
3519
3519
  data: z.ZodObject<{
3520
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
3520
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
3521
3521
  attemptNumber: z.ZodNumber;
3522
3522
  maxAttempts: z.ZodNumber;
3523
3523
  previousHistoryId: z.ZodString;
@@ -3643,7 +3643,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
3643
3643
  }>>>;
3644
3644
  }, "strip", z.ZodTypeAny, {
3645
3645
  maxAttempts: number;
3646
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3646
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3647
3647
  attemptNumber: number;
3648
3648
  previousHistoryId: string;
3649
3649
  originalFailureDate: Date;
@@ -3678,7 +3678,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
3678
3678
  }[] | null | undefined;
3679
3679
  }, {
3680
3680
  maxAttempts: number;
3681
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3681
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3682
3682
  attemptNumber: number;
3683
3683
  previousHistoryId: string;
3684
3684
  originalFailureDate: Date;
@@ -3717,7 +3717,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
3717
3717
  type: "REPUBLISHING_RETRY";
3718
3718
  data: {
3719
3719
  maxAttempts: number;
3720
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3720
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3721
3721
  attemptNumber: number;
3722
3722
  previousHistoryId: string;
3723
3723
  originalFailureDate: Date;
@@ -3755,7 +3755,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
3755
3755
  type: "REPUBLISHING_RETRY";
3756
3756
  data: {
3757
3757
  maxAttempts: number;
3758
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3758
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3759
3759
  attemptNumber: number;
3760
3760
  previousHistoryId: string;
3761
3761
  originalFailureDate: Date;
@@ -3791,31 +3791,31 @@ export declare const CreatedItemsSchema: z.ZodObject<{
3791
3791
  };
3792
3792
  }>, z.ZodObject<{
3793
3793
  data: z.ZodObject<{
3794
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
3794
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
3795
3795
  publishingDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
3796
3796
  }, "strip", z.ZodTypeAny, {
3797
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3797
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3798
3798
  publishingDate?: Date | null | undefined;
3799
3799
  }, {
3800
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3800
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3801
3801
  publishingDate?: Date | null | undefined;
3802
3802
  }>;
3803
3803
  type: z.ZodLiteral<"SCHEDULED">;
3804
3804
  }, "strip", z.ZodTypeAny, {
3805
3805
  type: "SCHEDULED";
3806
3806
  data: {
3807
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3807
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3808
3808
  publishingDate?: Date | null | undefined;
3809
3809
  };
3810
3810
  }, {
3811
3811
  type: "SCHEDULED";
3812
3812
  data: {
3813
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3813
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3814
3814
  publishingDate?: Date | null | undefined;
3815
3815
  };
3816
3816
  }>, z.ZodObject<{
3817
3817
  data: z.ZodObject<{
3818
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
3818
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
3819
3819
  attemptNumber: z.ZodNumber;
3820
3820
  maxAttempts: z.ZodNumber;
3821
3821
  previousHistoryId: z.ZodString;
@@ -3835,7 +3835,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
3835
3835
  }>, "many">>>;
3836
3836
  }, "strip", z.ZodTypeAny, {
3837
3837
  maxAttempts: number;
3838
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3838
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3839
3839
  attemptNumber: number;
3840
3840
  previousHistoryId: string;
3841
3841
  originalFailureDate: Date;
@@ -3846,7 +3846,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
3846
3846
  }[] | null | undefined;
3847
3847
  }, {
3848
3848
  maxAttempts: number;
3849
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3849
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3850
3850
  attemptNumber: number;
3851
3851
  previousHistoryId: string;
3852
3852
  originalFailureDate: Date;
@@ -3861,7 +3861,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
3861
3861
  type: "SCHEDULED_RETRY";
3862
3862
  data: {
3863
3863
  maxAttempts: number;
3864
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3864
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3865
3865
  attemptNumber: number;
3866
3866
  previousHistoryId: string;
3867
3867
  originalFailureDate: Date;
@@ -3875,7 +3875,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
3875
3875
  type: "SCHEDULED_RETRY";
3876
3876
  data: {
3877
3877
  maxAttempts: number;
3878
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3878
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3879
3879
  attemptNumber: number;
3880
3880
  previousHistoryId: string;
3881
3881
  originalFailureDate: Date;
@@ -3887,26 +3887,26 @@ export declare const CreatedItemsSchema: z.ZodObject<{
3887
3887
  };
3888
3888
  }>, z.ZodObject<{
3889
3889
  data: z.ZodObject<{
3890
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
3890
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
3891
3891
  }, "strip", z.ZodTypeAny, {
3892
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3892
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3893
3893
  }, {
3894
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3894
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3895
3895
  }>;
3896
3896
  type: z.ZodLiteral<"UPDATED">;
3897
3897
  }, "strip", z.ZodTypeAny, {
3898
3898
  type: "UPDATED";
3899
3899
  data: {
3900
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3900
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3901
3901
  };
3902
3902
  }, {
3903
3903
  type: "UPDATED";
3904
3904
  data: {
3905
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3905
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3906
3906
  };
3907
3907
  }>, z.ZodObject<{
3908
3908
  data: z.ZodObject<{
3909
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
3909
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
3910
3910
  payload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3911
3911
  priceDropPayload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3912
3912
  type: z.ZodEnum<["PERCENTAGE", "ABSOLUTE"]>;
@@ -3951,7 +3951,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
3951
3951
  }>>>;
3952
3952
  targetDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
3953
3953
  }, "strip", z.ZodTypeAny, {
3954
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3954
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3955
3955
  payload?: {
3956
3956
  priceDropPayload?: {
3957
3957
  value: number;
@@ -3964,7 +3964,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
3964
3964
  } | null | undefined;
3965
3965
  targetDate?: Date | null | undefined;
3966
3966
  }, {
3967
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3967
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3968
3968
  payload?: {
3969
3969
  priceDropPayload?: {
3970
3970
  value: number;
@@ -3981,7 +3981,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
3981
3981
  }, "strip", z.ZodTypeAny, {
3982
3982
  type: "UPDATING";
3983
3983
  data: {
3984
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3984
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3985
3985
  payload?: {
3986
3986
  priceDropPayload?: {
3987
3987
  value: number;
@@ -3997,7 +3997,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
3997
3997
  }, {
3998
3998
  type: "UPDATING";
3999
3999
  data: {
4000
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4000
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4001
4001
  payload?: {
4002
4002
  priceDropPayload?: {
4003
4003
  value: number;
@@ -4050,7 +4050,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
4050
4050
  } | {
4051
4051
  type: "FAILED_TO_PUBLISH";
4052
4052
  data: {
4053
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4053
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4054
4054
  accountId?: string | null | undefined;
4055
4055
  reason?: string | null | undefined;
4056
4056
  fields?: {
@@ -4063,7 +4063,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
4063
4063
  } | {
4064
4064
  type: "IMAGE_PROCESSING_DONE";
4065
4065
  data: {
4066
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4066
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4067
4067
  variations?: {
4068
4068
  fileId: string;
4069
4069
  seed: number;
@@ -4145,14 +4145,14 @@ export declare const CreatedItemsSchema: z.ZodObject<{
4145
4145
  } | {
4146
4146
  type: "PUBLISHED";
4147
4147
  data: {
4148
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4148
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4149
4149
  accountId?: string | null | undefined;
4150
4150
  itemHistoryId?: string | null | undefined;
4151
4151
  };
4152
4152
  } | {
4153
4153
  type: "REPUBLISHING";
4154
4154
  data: {
4155
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4155
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4156
4156
  payload?: {
4157
4157
  priceDropPayload?: {
4158
4158
  value: number;
@@ -4186,7 +4186,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
4186
4186
  type: "REPUBLISHING_RETRY";
4187
4187
  data: {
4188
4188
  maxAttempts: number;
4189
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4189
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4190
4190
  attemptNumber: number;
4191
4191
  previousHistoryId: string;
4192
4192
  originalFailureDate: Date;
@@ -4223,14 +4223,14 @@ export declare const CreatedItemsSchema: z.ZodObject<{
4223
4223
  } | {
4224
4224
  type: "SCHEDULED";
4225
4225
  data: {
4226
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4226
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4227
4227
  publishingDate?: Date | null | undefined;
4228
4228
  };
4229
4229
  } | {
4230
4230
  type: "SCHEDULED_RETRY";
4231
4231
  data: {
4232
4232
  maxAttempts: number;
4233
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4233
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4234
4234
  attemptNumber: number;
4235
4235
  previousHistoryId: string;
4236
4236
  originalFailureDate: Date;
@@ -4243,12 +4243,12 @@ export declare const CreatedItemsSchema: z.ZodObject<{
4243
4243
  } | {
4244
4244
  type: "UPDATED";
4245
4245
  data: {
4246
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4246
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4247
4247
  };
4248
4248
  } | {
4249
4249
  type: "UPDATING";
4250
4250
  data: {
4251
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4251
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4252
4252
  payload?: {
4253
4253
  priceDropPayload?: {
4254
4254
  value: number;
@@ -4300,7 +4300,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
4300
4300
  } | {
4301
4301
  type: "FAILED_TO_PUBLISH";
4302
4302
  data: {
4303
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4303
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4304
4304
  accountId?: string | null | undefined;
4305
4305
  reason?: string | null | undefined;
4306
4306
  fields?: {
@@ -4313,7 +4313,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
4313
4313
  } | {
4314
4314
  type: "IMAGE_PROCESSING_DONE";
4315
4315
  data: {
4316
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4316
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4317
4317
  variations?: {
4318
4318
  fileId: string;
4319
4319
  seed: number;
@@ -4395,14 +4395,14 @@ export declare const CreatedItemsSchema: z.ZodObject<{
4395
4395
  } | {
4396
4396
  type: "PUBLISHED";
4397
4397
  data: {
4398
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4398
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4399
4399
  accountId?: string | null | undefined;
4400
4400
  itemHistoryId?: string | null | undefined;
4401
4401
  };
4402
4402
  } | {
4403
4403
  type: "REPUBLISHING";
4404
4404
  data: {
4405
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4405
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4406
4406
  payload?: {
4407
4407
  priceDropPayload?: {
4408
4408
  value: number;
@@ -4436,7 +4436,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
4436
4436
  type: "REPUBLISHING_RETRY";
4437
4437
  data: {
4438
4438
  maxAttempts: number;
4439
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4439
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4440
4440
  attemptNumber: number;
4441
4441
  previousHistoryId: string;
4442
4442
  originalFailureDate: Date;
@@ -4473,14 +4473,14 @@ export declare const CreatedItemsSchema: z.ZodObject<{
4473
4473
  } | {
4474
4474
  type: "SCHEDULED";
4475
4475
  data: {
4476
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4476
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4477
4477
  publishingDate?: Date | null | undefined;
4478
4478
  };
4479
4479
  } | {
4480
4480
  type: "SCHEDULED_RETRY";
4481
4481
  data: {
4482
4482
  maxAttempts: number;
4483
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4483
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4484
4484
  attemptNumber: number;
4485
4485
  previousHistoryId: string;
4486
4486
  originalFailureDate: Date;
@@ -4493,12 +4493,12 @@ export declare const CreatedItemsSchema: z.ZodObject<{
4493
4493
  } | {
4494
4494
  type: "UPDATED";
4495
4495
  data: {
4496
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4496
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4497
4497
  };
4498
4498
  } | {
4499
4499
  type: "UPDATING";
4500
4500
  data: {
4501
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4501
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4502
4502
  payload?: {
4503
4503
  priceDropPayload?: {
4504
4504
  value: number;
@@ -4587,7 +4587,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
4587
4587
  name: string;
4588
4588
  userId: number;
4589
4589
  accountId: string;
4590
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4590
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4591
4591
  locale?: string | null | undefined;
4592
4592
  lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
4593
4593
  night?: {
@@ -4684,7 +4684,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
4684
4684
  } | {
4685
4685
  type: "FAILED_TO_PUBLISH";
4686
4686
  data: {
4687
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4687
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4688
4688
  accountId?: string | null | undefined;
4689
4689
  reason?: string | null | undefined;
4690
4690
  fields?: {
@@ -4697,7 +4697,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
4697
4697
  } | {
4698
4698
  type: "IMAGE_PROCESSING_DONE";
4699
4699
  data: {
4700
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4700
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4701
4701
  variations?: {
4702
4702
  fileId: string;
4703
4703
  seed: number;
@@ -4779,14 +4779,14 @@ export declare const CreatedItemsSchema: z.ZodObject<{
4779
4779
  } | {
4780
4780
  type: "PUBLISHED";
4781
4781
  data: {
4782
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4782
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4783
4783
  accountId?: string | null | undefined;
4784
4784
  itemHistoryId?: string | null | undefined;
4785
4785
  };
4786
4786
  } | {
4787
4787
  type: "REPUBLISHING";
4788
4788
  data: {
4789
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4789
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4790
4790
  payload?: {
4791
4791
  priceDropPayload?: {
4792
4792
  value: number;
@@ -4820,7 +4820,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
4820
4820
  type: "REPUBLISHING_RETRY";
4821
4821
  data: {
4822
4822
  maxAttempts: number;
4823
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4823
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4824
4824
  attemptNumber: number;
4825
4825
  previousHistoryId: string;
4826
4826
  originalFailureDate: Date;
@@ -4857,14 +4857,14 @@ export declare const CreatedItemsSchema: z.ZodObject<{
4857
4857
  } | {
4858
4858
  type: "SCHEDULED";
4859
4859
  data: {
4860
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4860
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4861
4861
  publishingDate?: Date | null | undefined;
4862
4862
  };
4863
4863
  } | {
4864
4864
  type: "SCHEDULED_RETRY";
4865
4865
  data: {
4866
4866
  maxAttempts: number;
4867
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4867
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4868
4868
  attemptNumber: number;
4869
4869
  previousHistoryId: string;
4870
4870
  originalFailureDate: Date;
@@ -4877,12 +4877,12 @@ export declare const CreatedItemsSchema: z.ZodObject<{
4877
4877
  } | {
4878
4878
  type: "UPDATED";
4879
4879
  data: {
4880
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4880
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4881
4881
  };
4882
4882
  } | {
4883
4883
  type: "UPDATING";
4884
4884
  data: {
4885
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4885
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4886
4886
  payload?: {
4887
4887
  priceDropPayload?: {
4888
4888
  value: number;
@@ -4935,7 +4935,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
4935
4935
  } | {
4936
4936
  type: "FAILED_TO_PUBLISH";
4937
4937
  data: {
4938
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4938
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4939
4939
  accountId?: string | null | undefined;
4940
4940
  reason?: string | null | undefined;
4941
4941
  fields?: {
@@ -4948,7 +4948,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
4948
4948
  } | {
4949
4949
  type: "IMAGE_PROCESSING_DONE";
4950
4950
  data: {
4951
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4951
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4952
4952
  variations?: {
4953
4953
  fileId: string;
4954
4954
  seed: number;
@@ -5030,14 +5030,14 @@ export declare const CreatedItemsSchema: z.ZodObject<{
5030
5030
  } | {
5031
5031
  type: "PUBLISHED";
5032
5032
  data: {
5033
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5033
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5034
5034
  accountId?: string | null | undefined;
5035
5035
  itemHistoryId?: string | null | undefined;
5036
5036
  };
5037
5037
  } | {
5038
5038
  type: "REPUBLISHING";
5039
5039
  data: {
5040
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5040
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5041
5041
  payload?: {
5042
5042
  priceDropPayload?: {
5043
5043
  value: number;
@@ -5071,7 +5071,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
5071
5071
  type: "REPUBLISHING_RETRY";
5072
5072
  data: {
5073
5073
  maxAttempts: number;
5074
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5074
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5075
5075
  attemptNumber: number;
5076
5076
  previousHistoryId: string;
5077
5077
  originalFailureDate: Date;
@@ -5108,14 +5108,14 @@ export declare const CreatedItemsSchema: z.ZodObject<{
5108
5108
  } | {
5109
5109
  type: "SCHEDULED";
5110
5110
  data: {
5111
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5111
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5112
5112
  publishingDate?: Date | null | undefined;
5113
5113
  };
5114
5114
  } | {
5115
5115
  type: "SCHEDULED_RETRY";
5116
5116
  data: {
5117
5117
  maxAttempts: number;
5118
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5118
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5119
5119
  attemptNumber: number;
5120
5120
  previousHistoryId: string;
5121
5121
  originalFailureDate: Date;
@@ -5128,12 +5128,12 @@ export declare const CreatedItemsSchema: z.ZodObject<{
5128
5128
  } | {
5129
5129
  type: "UPDATED";
5130
5130
  data: {
5131
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5131
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5132
5132
  };
5133
5133
  } | {
5134
5134
  type: "UPDATING";
5135
5135
  data: {
5136
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5136
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5137
5137
  payload?: {
5138
5138
  priceDropPayload?: {
5139
5139
  value: number;
@@ -5219,7 +5219,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
5219
5219
  name: string;
5220
5220
  userId: number;
5221
5221
  accountId: string;
5222
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5222
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5223
5223
  status?: unknown;
5224
5224
  locale?: string | null | undefined;
5225
5225
  lockReason?: unknown;
@@ -5317,7 +5317,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
5317
5317
  } | {
5318
5318
  type: "FAILED_TO_PUBLISH";
5319
5319
  data: {
5320
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5320
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5321
5321
  accountId?: string | null | undefined;
5322
5322
  reason?: string | null | undefined;
5323
5323
  fields?: {
@@ -5330,7 +5330,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
5330
5330
  } | {
5331
5331
  type: "IMAGE_PROCESSING_DONE";
5332
5332
  data: {
5333
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5333
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5334
5334
  variations?: {
5335
5335
  fileId: string;
5336
5336
  seed: number;
@@ -5412,14 +5412,14 @@ export declare const CreatedItemsSchema: z.ZodObject<{
5412
5412
  } | {
5413
5413
  type: "PUBLISHED";
5414
5414
  data: {
5415
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5415
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5416
5416
  accountId?: string | null | undefined;
5417
5417
  itemHistoryId?: string | null | undefined;
5418
5418
  };
5419
5419
  } | {
5420
5420
  type: "REPUBLISHING";
5421
5421
  data: {
5422
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5422
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5423
5423
  payload?: {
5424
5424
  priceDropPayload?: {
5425
5425
  value: number;
@@ -5453,7 +5453,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
5453
5453
  type: "REPUBLISHING_RETRY";
5454
5454
  data: {
5455
5455
  maxAttempts: number;
5456
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5456
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5457
5457
  attemptNumber: number;
5458
5458
  previousHistoryId: string;
5459
5459
  originalFailureDate: Date;
@@ -5490,14 +5490,14 @@ export declare const CreatedItemsSchema: z.ZodObject<{
5490
5490
  } | {
5491
5491
  type: "SCHEDULED";
5492
5492
  data: {
5493
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5493
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5494
5494
  publishingDate?: Date | null | undefined;
5495
5495
  };
5496
5496
  } | {
5497
5497
  type: "SCHEDULED_RETRY";
5498
5498
  data: {
5499
5499
  maxAttempts: number;
5500
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5500
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5501
5501
  attemptNumber: number;
5502
5502
  previousHistoryId: string;
5503
5503
  originalFailureDate: Date;
@@ -5510,12 +5510,12 @@ export declare const CreatedItemsSchema: z.ZodObject<{
5510
5510
  } | {
5511
5511
  type: "UPDATED";
5512
5512
  data: {
5513
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5513
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5514
5514
  };
5515
5515
  } | {
5516
5516
  type: "UPDATING";
5517
5517
  data: {
5518
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5518
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5519
5519
  payload?: {
5520
5520
  priceDropPayload?: {
5521
5521
  value: number;
@@ -5568,7 +5568,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
5568
5568
  } | {
5569
5569
  type: "FAILED_TO_PUBLISH";
5570
5570
  data: {
5571
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5571
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5572
5572
  accountId?: string | null | undefined;
5573
5573
  reason?: string | null | undefined;
5574
5574
  fields?: {
@@ -5581,7 +5581,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
5581
5581
  } | {
5582
5582
  type: "IMAGE_PROCESSING_DONE";
5583
5583
  data: {
5584
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5584
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5585
5585
  variations?: {
5586
5586
  fileId: string;
5587
5587
  seed: number;
@@ -5663,14 +5663,14 @@ export declare const CreatedItemsSchema: z.ZodObject<{
5663
5663
  } | {
5664
5664
  type: "PUBLISHED";
5665
5665
  data: {
5666
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5666
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5667
5667
  accountId?: string | null | undefined;
5668
5668
  itemHistoryId?: string | null | undefined;
5669
5669
  };
5670
5670
  } | {
5671
5671
  type: "REPUBLISHING";
5672
5672
  data: {
5673
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5673
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5674
5674
  payload?: {
5675
5675
  priceDropPayload?: {
5676
5676
  value: number;
@@ -5704,7 +5704,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
5704
5704
  type: "REPUBLISHING_RETRY";
5705
5705
  data: {
5706
5706
  maxAttempts: number;
5707
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5707
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5708
5708
  attemptNumber: number;
5709
5709
  previousHistoryId: string;
5710
5710
  originalFailureDate: Date;
@@ -5741,14 +5741,14 @@ export declare const CreatedItemsSchema: z.ZodObject<{
5741
5741
  } | {
5742
5742
  type: "SCHEDULED";
5743
5743
  data: {
5744
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5744
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5745
5745
  publishingDate?: Date | null | undefined;
5746
5746
  };
5747
5747
  } | {
5748
5748
  type: "SCHEDULED_RETRY";
5749
5749
  data: {
5750
5750
  maxAttempts: number;
5751
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5751
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5752
5752
  attemptNumber: number;
5753
5753
  previousHistoryId: string;
5754
5754
  originalFailureDate: Date;
@@ -5761,12 +5761,12 @@ export declare const CreatedItemsSchema: z.ZodObject<{
5761
5761
  } | {
5762
5762
  type: "UPDATED";
5763
5763
  data: {
5764
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5764
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5765
5765
  };
5766
5766
  } | {
5767
5767
  type: "UPDATING";
5768
5768
  data: {
5769
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5769
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5770
5770
  payload?: {
5771
5771
  priceDropPayload?: {
5772
5772
  value: number;
@@ -6140,7 +6140,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
6140
6140
  type: "EMPTY";
6141
6141
  }>, z.ZodObject<{
6142
6142
  data: z.ZodObject<{
6143
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
6143
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
6144
6144
  accountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6145
6145
  reason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6146
6146
  fields: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
@@ -6158,7 +6158,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
6158
6158
  }>, "many">>>;
6159
6159
  itemHistoryId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6160
6160
  }, "strip", z.ZodTypeAny, {
6161
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
6161
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
6162
6162
  accountId?: string | null | undefined;
6163
6163
  reason?: string | null | undefined;
6164
6164
  fields?: {
@@ -6168,7 +6168,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
6168
6168
  }[] | null | undefined;
6169
6169
  itemHistoryId?: string | null | undefined;
6170
6170
  }, {
6171
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
6171
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
6172
6172
  accountId?: string | null | undefined;
6173
6173
  reason?: string | null | undefined;
6174
6174
  fields?: {
@@ -6182,7 +6182,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
6182
6182
  }, "strip", z.ZodTypeAny, {
6183
6183
  type: "FAILED_TO_PUBLISH";
6184
6184
  data: {
6185
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
6185
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
6186
6186
  accountId?: string | null | undefined;
6187
6187
  reason?: string | null | undefined;
6188
6188
  fields?: {
@@ -6195,7 +6195,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
6195
6195
  }, {
6196
6196
  type: "FAILED_TO_PUBLISH";
6197
6197
  data: {
6198
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
6198
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
6199
6199
  accountId?: string | null | undefined;
6200
6200
  reason?: string | null | undefined;
6201
6201
  fields?: {
@@ -6207,7 +6207,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
6207
6207
  };
6208
6208
  }>, z.ZodObject<{
6209
6209
  data: z.ZodObject<{
6210
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
6210
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
6211
6211
  variations: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
6212
6212
  fileId: z.ZodString;
6213
6213
  seed: z.ZodNumber;
@@ -6239,7 +6239,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
6239
6239
  originalPhashes: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
6240
6240
  historyId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6241
6241
  }, "strip", z.ZodTypeAny, {
6242
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
6242
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
6243
6243
  variations?: {
6244
6244
  fileId: string;
6245
6245
  seed: number;
@@ -6253,7 +6253,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
6253
6253
  originalPhashes?: string[] | null | undefined;
6254
6254
  historyId?: string | null | undefined;
6255
6255
  }, {
6256
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
6256
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
6257
6257
  variations?: {
6258
6258
  fileId: string;
6259
6259
  seed: number;
@@ -6271,7 +6271,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
6271
6271
  }, "strip", z.ZodTypeAny, {
6272
6272
  type: "IMAGE_PROCESSING_DONE";
6273
6273
  data: {
6274
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
6274
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
6275
6275
  variations?: {
6276
6276
  fileId: string;
6277
6277
  seed: number;
@@ -6288,7 +6288,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
6288
6288
  }, {
6289
6289
  type: "IMAGE_PROCESSING_DONE";
6290
6290
  data: {
6291
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
6291
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
6292
6292
  variations?: {
6293
6293
  fileId: string;
6294
6294
  seed: number;
@@ -6807,15 +6807,15 @@ export declare const CreatedItemsSchema: z.ZodObject<{
6807
6807
  };
6808
6808
  }>, z.ZodObject<{
6809
6809
  data: z.ZodObject<{
6810
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
6810
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
6811
6811
  accountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6812
6812
  itemHistoryId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6813
6813
  }, "strip", z.ZodTypeAny, {
6814
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
6814
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
6815
6815
  accountId?: string | null | undefined;
6816
6816
  itemHistoryId?: string | null | undefined;
6817
6817
  }, {
6818
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
6818
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
6819
6819
  accountId?: string | null | undefined;
6820
6820
  itemHistoryId?: string | null | undefined;
6821
6821
  }>;
@@ -6823,20 +6823,20 @@ export declare const CreatedItemsSchema: z.ZodObject<{
6823
6823
  }, "strip", z.ZodTypeAny, {
6824
6824
  type: "PUBLISHED";
6825
6825
  data: {
6826
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
6826
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
6827
6827
  accountId?: string | null | undefined;
6828
6828
  itemHistoryId?: string | null | undefined;
6829
6829
  };
6830
6830
  }, {
6831
6831
  type: "PUBLISHED";
6832
6832
  data: {
6833
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
6833
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
6834
6834
  accountId?: string | null | undefined;
6835
6835
  itemHistoryId?: string | null | undefined;
6836
6836
  };
6837
6837
  }>, z.ZodObject<{
6838
6838
  data: z.ZodObject<{
6839
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
6839
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
6840
6840
  publishingDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
6841
6841
  payload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
6842
6842
  priceDropPayload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -6948,7 +6948,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
6948
6948
  targetAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6949
6949
  allowIfDeleted: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
6950
6950
  }, "strip", z.ZodTypeAny, {
6951
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
6951
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
6952
6952
  payload?: {
6953
6953
  priceDropPayload?: {
6954
6954
  value: number;
@@ -6978,7 +6978,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
6978
6978
  targetAccountId?: string | null | undefined;
6979
6979
  allowIfDeleted?: boolean | null | undefined;
6980
6980
  }, {
6981
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
6981
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
6982
6982
  payload?: {
6983
6983
  priceDropPayload?: {
6984
6984
  value: number;
@@ -7012,7 +7012,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
7012
7012
  }, "strip", z.ZodTypeAny, {
7013
7013
  type: "REPUBLISHING";
7014
7014
  data: {
7015
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
7015
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
7016
7016
  payload?: {
7017
7017
  priceDropPayload?: {
7018
7018
  value: number;
@@ -7045,7 +7045,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
7045
7045
  }, {
7046
7046
  type: "REPUBLISHING";
7047
7047
  data: {
7048
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
7048
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
7049
7049
  payload?: {
7050
7050
  priceDropPayload?: {
7051
7051
  value: number;
@@ -7077,7 +7077,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
7077
7077
  };
7078
7078
  }>, z.ZodObject<{
7079
7079
  data: z.ZodObject<{
7080
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
7080
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
7081
7081
  attemptNumber: z.ZodNumber;
7082
7082
  maxAttempts: z.ZodNumber;
7083
7083
  previousHistoryId: z.ZodString;
@@ -7203,7 +7203,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
7203
7203
  }>>>;
7204
7204
  }, "strip", z.ZodTypeAny, {
7205
7205
  maxAttempts: number;
7206
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
7206
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
7207
7207
  attemptNumber: number;
7208
7208
  previousHistoryId: string;
7209
7209
  originalFailureDate: Date;
@@ -7238,7 +7238,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
7238
7238
  }[] | null | undefined;
7239
7239
  }, {
7240
7240
  maxAttempts: number;
7241
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
7241
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
7242
7242
  attemptNumber: number;
7243
7243
  previousHistoryId: string;
7244
7244
  originalFailureDate: Date;
@@ -7277,7 +7277,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
7277
7277
  type: "REPUBLISHING_RETRY";
7278
7278
  data: {
7279
7279
  maxAttempts: number;
7280
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
7280
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
7281
7281
  attemptNumber: number;
7282
7282
  previousHistoryId: string;
7283
7283
  originalFailureDate: Date;
@@ -7315,7 +7315,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
7315
7315
  type: "REPUBLISHING_RETRY";
7316
7316
  data: {
7317
7317
  maxAttempts: number;
7318
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
7318
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
7319
7319
  attemptNumber: number;
7320
7320
  previousHistoryId: string;
7321
7321
  originalFailureDate: Date;
@@ -7351,31 +7351,31 @@ export declare const CreatedItemsSchema: z.ZodObject<{
7351
7351
  };
7352
7352
  }>, z.ZodObject<{
7353
7353
  data: z.ZodObject<{
7354
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
7354
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
7355
7355
  publishingDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
7356
7356
  }, "strip", z.ZodTypeAny, {
7357
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
7357
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
7358
7358
  publishingDate?: Date | null | undefined;
7359
7359
  }, {
7360
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
7360
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
7361
7361
  publishingDate?: Date | null | undefined;
7362
7362
  }>;
7363
7363
  type: z.ZodLiteral<"SCHEDULED">;
7364
7364
  }, "strip", z.ZodTypeAny, {
7365
7365
  type: "SCHEDULED";
7366
7366
  data: {
7367
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
7367
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
7368
7368
  publishingDate?: Date | null | undefined;
7369
7369
  };
7370
7370
  }, {
7371
7371
  type: "SCHEDULED";
7372
7372
  data: {
7373
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
7373
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
7374
7374
  publishingDate?: Date | null | undefined;
7375
7375
  };
7376
7376
  }>, z.ZodObject<{
7377
7377
  data: z.ZodObject<{
7378
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
7378
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
7379
7379
  attemptNumber: z.ZodNumber;
7380
7380
  maxAttempts: z.ZodNumber;
7381
7381
  previousHistoryId: z.ZodString;
@@ -7395,7 +7395,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
7395
7395
  }>, "many">>>;
7396
7396
  }, "strip", z.ZodTypeAny, {
7397
7397
  maxAttempts: number;
7398
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
7398
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
7399
7399
  attemptNumber: number;
7400
7400
  previousHistoryId: string;
7401
7401
  originalFailureDate: Date;
@@ -7406,7 +7406,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
7406
7406
  }[] | null | undefined;
7407
7407
  }, {
7408
7408
  maxAttempts: number;
7409
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
7409
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
7410
7410
  attemptNumber: number;
7411
7411
  previousHistoryId: string;
7412
7412
  originalFailureDate: Date;
@@ -7421,7 +7421,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
7421
7421
  type: "SCHEDULED_RETRY";
7422
7422
  data: {
7423
7423
  maxAttempts: number;
7424
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
7424
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
7425
7425
  attemptNumber: number;
7426
7426
  previousHistoryId: string;
7427
7427
  originalFailureDate: Date;
@@ -7435,7 +7435,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
7435
7435
  type: "SCHEDULED_RETRY";
7436
7436
  data: {
7437
7437
  maxAttempts: number;
7438
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
7438
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
7439
7439
  attemptNumber: number;
7440
7440
  previousHistoryId: string;
7441
7441
  originalFailureDate: Date;
@@ -7447,26 +7447,26 @@ export declare const CreatedItemsSchema: z.ZodObject<{
7447
7447
  };
7448
7448
  }>, z.ZodObject<{
7449
7449
  data: z.ZodObject<{
7450
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
7450
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
7451
7451
  }, "strip", z.ZodTypeAny, {
7452
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
7452
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
7453
7453
  }, {
7454
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
7454
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
7455
7455
  }>;
7456
7456
  type: z.ZodLiteral<"UPDATED">;
7457
7457
  }, "strip", z.ZodTypeAny, {
7458
7458
  type: "UPDATED";
7459
7459
  data: {
7460
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
7460
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
7461
7461
  };
7462
7462
  }, {
7463
7463
  type: "UPDATED";
7464
7464
  data: {
7465
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
7465
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
7466
7466
  };
7467
7467
  }>, z.ZodObject<{
7468
7468
  data: z.ZodObject<{
7469
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
7469
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
7470
7470
  payload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
7471
7471
  priceDropPayload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
7472
7472
  type: z.ZodEnum<["PERCENTAGE", "ABSOLUTE"]>;
@@ -7511,7 +7511,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
7511
7511
  }>>>;
7512
7512
  targetDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
7513
7513
  }, "strip", z.ZodTypeAny, {
7514
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
7514
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
7515
7515
  payload?: {
7516
7516
  priceDropPayload?: {
7517
7517
  value: number;
@@ -7524,7 +7524,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
7524
7524
  } | null | undefined;
7525
7525
  targetDate?: Date | null | undefined;
7526
7526
  }, {
7527
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
7527
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
7528
7528
  payload?: {
7529
7529
  priceDropPayload?: {
7530
7530
  value: number;
@@ -7541,7 +7541,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
7541
7541
  }, "strip", z.ZodTypeAny, {
7542
7542
  type: "UPDATING";
7543
7543
  data: {
7544
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
7544
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
7545
7545
  payload?: {
7546
7546
  priceDropPayload?: {
7547
7547
  value: number;
@@ -7557,7 +7557,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
7557
7557
  }, {
7558
7558
  type: "UPDATING";
7559
7559
  data: {
7560
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
7560
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
7561
7561
  payload?: {
7562
7562
  priceDropPayload?: {
7563
7563
  value: number;
@@ -7610,7 +7610,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
7610
7610
  } | {
7611
7611
  type: "FAILED_TO_PUBLISH";
7612
7612
  data: {
7613
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
7613
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
7614
7614
  accountId?: string | null | undefined;
7615
7615
  reason?: string | null | undefined;
7616
7616
  fields?: {
@@ -7623,7 +7623,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
7623
7623
  } | {
7624
7624
  type: "IMAGE_PROCESSING_DONE";
7625
7625
  data: {
7626
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
7626
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
7627
7627
  variations?: {
7628
7628
  fileId: string;
7629
7629
  seed: number;
@@ -7705,14 +7705,14 @@ export declare const CreatedItemsSchema: z.ZodObject<{
7705
7705
  } | {
7706
7706
  type: "PUBLISHED";
7707
7707
  data: {
7708
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
7708
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
7709
7709
  accountId?: string | null | undefined;
7710
7710
  itemHistoryId?: string | null | undefined;
7711
7711
  };
7712
7712
  } | {
7713
7713
  type: "REPUBLISHING";
7714
7714
  data: {
7715
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
7715
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
7716
7716
  payload?: {
7717
7717
  priceDropPayload?: {
7718
7718
  value: number;
@@ -7746,7 +7746,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
7746
7746
  type: "REPUBLISHING_RETRY";
7747
7747
  data: {
7748
7748
  maxAttempts: number;
7749
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
7749
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
7750
7750
  attemptNumber: number;
7751
7751
  previousHistoryId: string;
7752
7752
  originalFailureDate: Date;
@@ -7783,14 +7783,14 @@ export declare const CreatedItemsSchema: z.ZodObject<{
7783
7783
  } | {
7784
7784
  type: "SCHEDULED";
7785
7785
  data: {
7786
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
7786
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
7787
7787
  publishingDate?: Date | null | undefined;
7788
7788
  };
7789
7789
  } | {
7790
7790
  type: "SCHEDULED_RETRY";
7791
7791
  data: {
7792
7792
  maxAttempts: number;
7793
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
7793
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
7794
7794
  attemptNumber: number;
7795
7795
  previousHistoryId: string;
7796
7796
  originalFailureDate: Date;
@@ -7803,12 +7803,12 @@ export declare const CreatedItemsSchema: z.ZodObject<{
7803
7803
  } | {
7804
7804
  type: "UPDATED";
7805
7805
  data: {
7806
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
7806
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
7807
7807
  };
7808
7808
  } | {
7809
7809
  type: "UPDATING";
7810
7810
  data: {
7811
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
7811
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
7812
7812
  payload?: {
7813
7813
  priceDropPayload?: {
7814
7814
  value: number;
@@ -7860,7 +7860,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
7860
7860
  } | {
7861
7861
  type: "FAILED_TO_PUBLISH";
7862
7862
  data: {
7863
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
7863
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
7864
7864
  accountId?: string | null | undefined;
7865
7865
  reason?: string | null | undefined;
7866
7866
  fields?: {
@@ -7873,7 +7873,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
7873
7873
  } | {
7874
7874
  type: "IMAGE_PROCESSING_DONE";
7875
7875
  data: {
7876
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
7876
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
7877
7877
  variations?: {
7878
7878
  fileId: string;
7879
7879
  seed: number;
@@ -7955,14 +7955,14 @@ export declare const CreatedItemsSchema: z.ZodObject<{
7955
7955
  } | {
7956
7956
  type: "PUBLISHED";
7957
7957
  data: {
7958
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
7958
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
7959
7959
  accountId?: string | null | undefined;
7960
7960
  itemHistoryId?: string | null | undefined;
7961
7961
  };
7962
7962
  } | {
7963
7963
  type: "REPUBLISHING";
7964
7964
  data: {
7965
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
7965
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
7966
7966
  payload?: {
7967
7967
  priceDropPayload?: {
7968
7968
  value: number;
@@ -7996,7 +7996,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
7996
7996
  type: "REPUBLISHING_RETRY";
7997
7997
  data: {
7998
7998
  maxAttempts: number;
7999
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
7999
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
8000
8000
  attemptNumber: number;
8001
8001
  previousHistoryId: string;
8002
8002
  originalFailureDate: Date;
@@ -8033,14 +8033,14 @@ export declare const CreatedItemsSchema: z.ZodObject<{
8033
8033
  } | {
8034
8034
  type: "SCHEDULED";
8035
8035
  data: {
8036
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
8036
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
8037
8037
  publishingDate?: Date | null | undefined;
8038
8038
  };
8039
8039
  } | {
8040
8040
  type: "SCHEDULED_RETRY";
8041
8041
  data: {
8042
8042
  maxAttempts: number;
8043
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
8043
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
8044
8044
  attemptNumber: number;
8045
8045
  previousHistoryId: string;
8046
8046
  originalFailureDate: Date;
@@ -8053,12 +8053,12 @@ export declare const CreatedItemsSchema: z.ZodObject<{
8053
8053
  } | {
8054
8054
  type: "UPDATED";
8055
8055
  data: {
8056
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
8056
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
8057
8057
  };
8058
8058
  } | {
8059
8059
  type: "UPDATING";
8060
8060
  data: {
8061
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
8061
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
8062
8062
  payload?: {
8063
8063
  priceDropPayload?: {
8064
8064
  value: number;
@@ -8091,7 +8091,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
8091
8091
  account: z.ZodOptional<z.ZodNullable<z.ZodObject<{
8092
8092
  userId: z.ZodNumber;
8093
8093
  accountId: z.ZodString;
8094
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
8094
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
8095
8095
  name: z.ZodString;
8096
8096
  locale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
8097
8097
  status: z.ZodCatch<z.ZodEnum<["CONNECTED", "DISCONNECTED", "LOCKED", "PAUSED", "UNKNOWN"]>>;
@@ -8141,7 +8141,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
8141
8141
  name: string;
8142
8142
  userId: number;
8143
8143
  accountId: string;
8144
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
8144
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
8145
8145
  locale?: string | null | undefined;
8146
8146
  lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
8147
8147
  night?: {
@@ -8168,7 +8168,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
8168
8168
  name: string;
8169
8169
  userId: number;
8170
8170
  accountId: string;
8171
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
8171
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
8172
8172
  status?: unknown;
8173
8173
  locale?: string | null | undefined;
8174
8174
  lockReason?: unknown;
@@ -8215,7 +8215,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
8215
8215
  name: string;
8216
8216
  userId: number;
8217
8217
  accountId: string;
8218
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
8218
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
8219
8219
  locale?: string | null | undefined;
8220
8220
  lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
8221
8221
  night?: {
@@ -8257,7 +8257,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
8257
8257
  name: string;
8258
8258
  userId: number;
8259
8259
  accountId: string;
8260
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
8260
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
8261
8261
  status?: unknown;
8262
8262
  locale?: string | null | undefined;
8263
8263
  lockReason?: unknown;
@@ -9093,7 +9093,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
9093
9093
  name: string;
9094
9094
  userId: number;
9095
9095
  accountId: string;
9096
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
9096
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
9097
9097
  locale?: string | null | undefined;
9098
9098
  lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
9099
9099
  night?: {
@@ -9190,7 +9190,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
9190
9190
  } | {
9191
9191
  type: "FAILED_TO_PUBLISH";
9192
9192
  data: {
9193
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
9193
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
9194
9194
  accountId?: string | null | undefined;
9195
9195
  reason?: string | null | undefined;
9196
9196
  fields?: {
@@ -9203,7 +9203,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
9203
9203
  } | {
9204
9204
  type: "IMAGE_PROCESSING_DONE";
9205
9205
  data: {
9206
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
9206
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
9207
9207
  variations?: {
9208
9208
  fileId: string;
9209
9209
  seed: number;
@@ -9285,14 +9285,14 @@ export declare const CreatedItemsSchema: z.ZodObject<{
9285
9285
  } | {
9286
9286
  type: "PUBLISHED";
9287
9287
  data: {
9288
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
9288
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
9289
9289
  accountId?: string | null | undefined;
9290
9290
  itemHistoryId?: string | null | undefined;
9291
9291
  };
9292
9292
  } | {
9293
9293
  type: "REPUBLISHING";
9294
9294
  data: {
9295
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
9295
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
9296
9296
  payload?: {
9297
9297
  priceDropPayload?: {
9298
9298
  value: number;
@@ -9326,7 +9326,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
9326
9326
  type: "REPUBLISHING_RETRY";
9327
9327
  data: {
9328
9328
  maxAttempts: number;
9329
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
9329
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
9330
9330
  attemptNumber: number;
9331
9331
  previousHistoryId: string;
9332
9332
  originalFailureDate: Date;
@@ -9363,14 +9363,14 @@ export declare const CreatedItemsSchema: z.ZodObject<{
9363
9363
  } | {
9364
9364
  type: "SCHEDULED";
9365
9365
  data: {
9366
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
9366
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
9367
9367
  publishingDate?: Date | null | undefined;
9368
9368
  };
9369
9369
  } | {
9370
9370
  type: "SCHEDULED_RETRY";
9371
9371
  data: {
9372
9372
  maxAttempts: number;
9373
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
9373
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
9374
9374
  attemptNumber: number;
9375
9375
  previousHistoryId: string;
9376
9376
  originalFailureDate: Date;
@@ -9383,12 +9383,12 @@ export declare const CreatedItemsSchema: z.ZodObject<{
9383
9383
  } | {
9384
9384
  type: "UPDATED";
9385
9385
  data: {
9386
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
9386
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
9387
9387
  };
9388
9388
  } | {
9389
9389
  type: "UPDATING";
9390
9390
  data: {
9391
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
9391
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
9392
9392
  payload?: {
9393
9393
  priceDropPayload?: {
9394
9394
  value: number;
@@ -9593,7 +9593,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
9593
9593
  name: string;
9594
9594
  userId: number;
9595
9595
  accountId: string;
9596
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
9596
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
9597
9597
  status?: unknown;
9598
9598
  locale?: string | null | undefined;
9599
9599
  lockReason?: unknown;
@@ -9691,7 +9691,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
9691
9691
  } | {
9692
9692
  type: "FAILED_TO_PUBLISH";
9693
9693
  data: {
9694
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
9694
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
9695
9695
  accountId?: string | null | undefined;
9696
9696
  reason?: string | null | undefined;
9697
9697
  fields?: {
@@ -9704,7 +9704,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
9704
9704
  } | {
9705
9705
  type: "IMAGE_PROCESSING_DONE";
9706
9706
  data: {
9707
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
9707
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
9708
9708
  variations?: {
9709
9709
  fileId: string;
9710
9710
  seed: number;
@@ -9786,14 +9786,14 @@ export declare const CreatedItemsSchema: z.ZodObject<{
9786
9786
  } | {
9787
9787
  type: "PUBLISHED";
9788
9788
  data: {
9789
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
9789
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
9790
9790
  accountId?: string | null | undefined;
9791
9791
  itemHistoryId?: string | null | undefined;
9792
9792
  };
9793
9793
  } | {
9794
9794
  type: "REPUBLISHING";
9795
9795
  data: {
9796
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
9796
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
9797
9797
  payload?: {
9798
9798
  priceDropPayload?: {
9799
9799
  value: number;
@@ -9827,7 +9827,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
9827
9827
  type: "REPUBLISHING_RETRY";
9828
9828
  data: {
9829
9829
  maxAttempts: number;
9830
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
9830
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
9831
9831
  attemptNumber: number;
9832
9832
  previousHistoryId: string;
9833
9833
  originalFailureDate: Date;
@@ -9864,14 +9864,14 @@ export declare const CreatedItemsSchema: z.ZodObject<{
9864
9864
  } | {
9865
9865
  type: "SCHEDULED";
9866
9866
  data: {
9867
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
9867
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
9868
9868
  publishingDate?: Date | null | undefined;
9869
9869
  };
9870
9870
  } | {
9871
9871
  type: "SCHEDULED_RETRY";
9872
9872
  data: {
9873
9873
  maxAttempts: number;
9874
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
9874
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
9875
9875
  attemptNumber: number;
9876
9876
  previousHistoryId: string;
9877
9877
  originalFailureDate: Date;
@@ -9884,12 +9884,12 @@ export declare const CreatedItemsSchema: z.ZodObject<{
9884
9884
  } | {
9885
9885
  type: "UPDATED";
9886
9886
  data: {
9887
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
9887
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
9888
9888
  };
9889
9889
  } | {
9890
9890
  type: "UPDATING";
9891
9891
  data: {
9892
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
9892
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
9893
9893
  payload?: {
9894
9894
  priceDropPayload?: {
9895
9895
  value: number;
@@ -10094,7 +10094,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
10094
10094
  name: string;
10095
10095
  userId: number;
10096
10096
  accountId: string;
10097
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
10097
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
10098
10098
  locale?: string | null | undefined;
10099
10099
  lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
10100
10100
  night?: {
@@ -10191,7 +10191,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
10191
10191
  } | {
10192
10192
  type: "FAILED_TO_PUBLISH";
10193
10193
  data: {
10194
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
10194
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
10195
10195
  accountId?: string | null | undefined;
10196
10196
  reason?: string | null | undefined;
10197
10197
  fields?: {
@@ -10204,7 +10204,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
10204
10204
  } | {
10205
10205
  type: "IMAGE_PROCESSING_DONE";
10206
10206
  data: {
10207
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
10207
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
10208
10208
  variations?: {
10209
10209
  fileId: string;
10210
10210
  seed: number;
@@ -10286,14 +10286,14 @@ export declare const CreatedItemsSchema: z.ZodObject<{
10286
10286
  } | {
10287
10287
  type: "PUBLISHED";
10288
10288
  data: {
10289
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
10289
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
10290
10290
  accountId?: string | null | undefined;
10291
10291
  itemHistoryId?: string | null | undefined;
10292
10292
  };
10293
10293
  } | {
10294
10294
  type: "REPUBLISHING";
10295
10295
  data: {
10296
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
10296
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
10297
10297
  payload?: {
10298
10298
  priceDropPayload?: {
10299
10299
  value: number;
@@ -10327,7 +10327,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
10327
10327
  type: "REPUBLISHING_RETRY";
10328
10328
  data: {
10329
10329
  maxAttempts: number;
10330
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
10330
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
10331
10331
  attemptNumber: number;
10332
10332
  previousHistoryId: string;
10333
10333
  originalFailureDate: Date;
@@ -10364,14 +10364,14 @@ export declare const CreatedItemsSchema: z.ZodObject<{
10364
10364
  } | {
10365
10365
  type: "SCHEDULED";
10366
10366
  data: {
10367
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
10367
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
10368
10368
  publishingDate?: Date | null | undefined;
10369
10369
  };
10370
10370
  } | {
10371
10371
  type: "SCHEDULED_RETRY";
10372
10372
  data: {
10373
10373
  maxAttempts: number;
10374
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
10374
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
10375
10375
  attemptNumber: number;
10376
10376
  previousHistoryId: string;
10377
10377
  originalFailureDate: Date;
@@ -10384,12 +10384,12 @@ export declare const CreatedItemsSchema: z.ZodObject<{
10384
10384
  } | {
10385
10385
  type: "UPDATED";
10386
10386
  data: {
10387
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
10387
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
10388
10388
  };
10389
10389
  } | {
10390
10390
  type: "UPDATING";
10391
10391
  data: {
10392
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
10392
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
10393
10393
  payload?: {
10394
10394
  priceDropPayload?: {
10395
10395
  value: number;
@@ -10442,7 +10442,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
10442
10442
  } | {
10443
10443
  type: "FAILED_TO_PUBLISH";
10444
10444
  data: {
10445
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
10445
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
10446
10446
  accountId?: string | null | undefined;
10447
10447
  reason?: string | null | undefined;
10448
10448
  fields?: {
@@ -10455,7 +10455,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
10455
10455
  } | {
10456
10456
  type: "IMAGE_PROCESSING_DONE";
10457
10457
  data: {
10458
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
10458
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
10459
10459
  variations?: {
10460
10460
  fileId: string;
10461
10461
  seed: number;
@@ -10537,14 +10537,14 @@ export declare const CreatedItemsSchema: z.ZodObject<{
10537
10537
  } | {
10538
10538
  type: "PUBLISHED";
10539
10539
  data: {
10540
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
10540
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
10541
10541
  accountId?: string | null | undefined;
10542
10542
  itemHistoryId?: string | null | undefined;
10543
10543
  };
10544
10544
  } | {
10545
10545
  type: "REPUBLISHING";
10546
10546
  data: {
10547
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
10547
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
10548
10548
  payload?: {
10549
10549
  priceDropPayload?: {
10550
10550
  value: number;
@@ -10578,7 +10578,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
10578
10578
  type: "REPUBLISHING_RETRY";
10579
10579
  data: {
10580
10580
  maxAttempts: number;
10581
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
10581
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
10582
10582
  attemptNumber: number;
10583
10583
  previousHistoryId: string;
10584
10584
  originalFailureDate: Date;
@@ -10615,14 +10615,14 @@ export declare const CreatedItemsSchema: z.ZodObject<{
10615
10615
  } | {
10616
10616
  type: "SCHEDULED";
10617
10617
  data: {
10618
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
10618
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
10619
10619
  publishingDate?: Date | null | undefined;
10620
10620
  };
10621
10621
  } | {
10622
10622
  type: "SCHEDULED_RETRY";
10623
10623
  data: {
10624
10624
  maxAttempts: number;
10625
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
10625
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
10626
10626
  attemptNumber: number;
10627
10627
  previousHistoryId: string;
10628
10628
  originalFailureDate: Date;
@@ -10635,12 +10635,12 @@ export declare const CreatedItemsSchema: z.ZodObject<{
10635
10635
  } | {
10636
10636
  type: "UPDATED";
10637
10637
  data: {
10638
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
10638
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
10639
10639
  };
10640
10640
  } | {
10641
10641
  type: "UPDATING";
10642
10642
  data: {
10643
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
10643
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
10644
10644
  payload?: {
10645
10645
  priceDropPayload?: {
10646
10646
  value: number;
@@ -10740,7 +10740,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
10740
10740
  name: string;
10741
10741
  userId: number;
10742
10742
  accountId: string;
10743
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
10743
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
10744
10744
  locale?: string | null | undefined;
10745
10745
  lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
10746
10746
  night?: {
@@ -10837,7 +10837,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
10837
10837
  } | {
10838
10838
  type: "FAILED_TO_PUBLISH";
10839
10839
  data: {
10840
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
10840
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
10841
10841
  accountId?: string | null | undefined;
10842
10842
  reason?: string | null | undefined;
10843
10843
  fields?: {
@@ -10850,7 +10850,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
10850
10850
  } | {
10851
10851
  type: "IMAGE_PROCESSING_DONE";
10852
10852
  data: {
10853
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
10853
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
10854
10854
  variations?: {
10855
10855
  fileId: string;
10856
10856
  seed: number;
@@ -10932,14 +10932,14 @@ export declare const CreatedItemsSchema: z.ZodObject<{
10932
10932
  } | {
10933
10933
  type: "PUBLISHED";
10934
10934
  data: {
10935
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
10935
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
10936
10936
  accountId?: string | null | undefined;
10937
10937
  itemHistoryId?: string | null | undefined;
10938
10938
  };
10939
10939
  } | {
10940
10940
  type: "REPUBLISHING";
10941
10941
  data: {
10942
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
10942
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
10943
10943
  payload?: {
10944
10944
  priceDropPayload?: {
10945
10945
  value: number;
@@ -10973,7 +10973,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
10973
10973
  type: "REPUBLISHING_RETRY";
10974
10974
  data: {
10975
10975
  maxAttempts: number;
10976
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
10976
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
10977
10977
  attemptNumber: number;
10978
10978
  previousHistoryId: string;
10979
10979
  originalFailureDate: Date;
@@ -11010,14 +11010,14 @@ export declare const CreatedItemsSchema: z.ZodObject<{
11010
11010
  } | {
11011
11011
  type: "SCHEDULED";
11012
11012
  data: {
11013
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
11013
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
11014
11014
  publishingDate?: Date | null | undefined;
11015
11015
  };
11016
11016
  } | {
11017
11017
  type: "SCHEDULED_RETRY";
11018
11018
  data: {
11019
11019
  maxAttempts: number;
11020
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
11020
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
11021
11021
  attemptNumber: number;
11022
11022
  previousHistoryId: string;
11023
11023
  originalFailureDate: Date;
@@ -11030,12 +11030,12 @@ export declare const CreatedItemsSchema: z.ZodObject<{
11030
11030
  } | {
11031
11031
  type: "UPDATED";
11032
11032
  data: {
11033
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
11033
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
11034
11034
  };
11035
11035
  } | {
11036
11036
  type: "UPDATING";
11037
11037
  data: {
11038
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
11038
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
11039
11039
  payload?: {
11040
11040
  priceDropPayload?: {
11041
11041
  value: number;
@@ -11239,7 +11239,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
11239
11239
  name: string;
11240
11240
  userId: number;
11241
11241
  accountId: string;
11242
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
11242
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
11243
11243
  status?: unknown;
11244
11244
  locale?: string | null | undefined;
11245
11245
  lockReason?: unknown;
@@ -11337,7 +11337,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
11337
11337
  } | {
11338
11338
  type: "FAILED_TO_PUBLISH";
11339
11339
  data: {
11340
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
11340
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
11341
11341
  accountId?: string | null | undefined;
11342
11342
  reason?: string | null | undefined;
11343
11343
  fields?: {
@@ -11350,7 +11350,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
11350
11350
  } | {
11351
11351
  type: "IMAGE_PROCESSING_DONE";
11352
11352
  data: {
11353
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
11353
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
11354
11354
  variations?: {
11355
11355
  fileId: string;
11356
11356
  seed: number;
@@ -11432,14 +11432,14 @@ export declare const CreatedItemsSchema: z.ZodObject<{
11432
11432
  } | {
11433
11433
  type: "PUBLISHED";
11434
11434
  data: {
11435
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
11435
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
11436
11436
  accountId?: string | null | undefined;
11437
11437
  itemHistoryId?: string | null | undefined;
11438
11438
  };
11439
11439
  } | {
11440
11440
  type: "REPUBLISHING";
11441
11441
  data: {
11442
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
11442
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
11443
11443
  payload?: {
11444
11444
  priceDropPayload?: {
11445
11445
  value: number;
@@ -11473,7 +11473,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
11473
11473
  type: "REPUBLISHING_RETRY";
11474
11474
  data: {
11475
11475
  maxAttempts: number;
11476
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
11476
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
11477
11477
  attemptNumber: number;
11478
11478
  previousHistoryId: string;
11479
11479
  originalFailureDate: Date;
@@ -11510,14 +11510,14 @@ export declare const CreatedItemsSchema: z.ZodObject<{
11510
11510
  } | {
11511
11511
  type: "SCHEDULED";
11512
11512
  data: {
11513
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
11513
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
11514
11514
  publishingDate?: Date | null | undefined;
11515
11515
  };
11516
11516
  } | {
11517
11517
  type: "SCHEDULED_RETRY";
11518
11518
  data: {
11519
11519
  maxAttempts: number;
11520
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
11520
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
11521
11521
  attemptNumber: number;
11522
11522
  previousHistoryId: string;
11523
11523
  originalFailureDate: Date;
@@ -11530,12 +11530,12 @@ export declare const CreatedItemsSchema: z.ZodObject<{
11530
11530
  } | {
11531
11531
  type: "UPDATED";
11532
11532
  data: {
11533
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
11533
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
11534
11534
  };
11535
11535
  } | {
11536
11536
  type: "UPDATING";
11537
11537
  data: {
11538
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
11538
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
11539
11539
  payload?: {
11540
11540
  priceDropPayload?: {
11541
11541
  value: number;
@@ -11588,7 +11588,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
11588
11588
  } | {
11589
11589
  type: "FAILED_TO_PUBLISH";
11590
11590
  data: {
11591
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
11591
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
11592
11592
  accountId?: string | null | undefined;
11593
11593
  reason?: string | null | undefined;
11594
11594
  fields?: {
@@ -11601,7 +11601,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
11601
11601
  } | {
11602
11602
  type: "IMAGE_PROCESSING_DONE";
11603
11603
  data: {
11604
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
11604
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
11605
11605
  variations?: {
11606
11606
  fileId: string;
11607
11607
  seed: number;
@@ -11683,14 +11683,14 @@ export declare const CreatedItemsSchema: z.ZodObject<{
11683
11683
  } | {
11684
11684
  type: "PUBLISHED";
11685
11685
  data: {
11686
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
11686
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
11687
11687
  accountId?: string | null | undefined;
11688
11688
  itemHistoryId?: string | null | undefined;
11689
11689
  };
11690
11690
  } | {
11691
11691
  type: "REPUBLISHING";
11692
11692
  data: {
11693
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
11693
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
11694
11694
  payload?: {
11695
11695
  priceDropPayload?: {
11696
11696
  value: number;
@@ -11724,7 +11724,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
11724
11724
  type: "REPUBLISHING_RETRY";
11725
11725
  data: {
11726
11726
  maxAttempts: number;
11727
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
11727
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
11728
11728
  attemptNumber: number;
11729
11729
  previousHistoryId: string;
11730
11730
  originalFailureDate: Date;
@@ -11761,14 +11761,14 @@ export declare const CreatedItemsSchema: z.ZodObject<{
11761
11761
  } | {
11762
11762
  type: "SCHEDULED";
11763
11763
  data: {
11764
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
11764
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
11765
11765
  publishingDate?: Date | null | undefined;
11766
11766
  };
11767
11767
  } | {
11768
11768
  type: "SCHEDULED_RETRY";
11769
11769
  data: {
11770
11770
  maxAttempts: number;
11771
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
11771
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
11772
11772
  attemptNumber: number;
11773
11773
  previousHistoryId: string;
11774
11774
  originalFailureDate: Date;
@@ -11781,12 +11781,12 @@ export declare const CreatedItemsSchema: z.ZodObject<{
11781
11781
  } | {
11782
11782
  type: "UPDATED";
11783
11783
  data: {
11784
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
11784
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
11785
11785
  };
11786
11786
  } | {
11787
11787
  type: "UPDATING";
11788
11788
  data: {
11789
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
11789
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
11790
11790
  payload?: {
11791
11791
  priceDropPayload?: {
11792
11792
  value: number;
@@ -11885,7 +11885,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
11885
11885
  name: string;
11886
11886
  userId: number;
11887
11887
  accountId: string;
11888
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
11888
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
11889
11889
  status?: unknown;
11890
11890
  locale?: string | null | undefined;
11891
11891
  lockReason?: unknown;
@@ -11983,7 +11983,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
11983
11983
  } | {
11984
11984
  type: "FAILED_TO_PUBLISH";
11985
11985
  data: {
11986
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
11986
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
11987
11987
  accountId?: string | null | undefined;
11988
11988
  reason?: string | null | undefined;
11989
11989
  fields?: {
@@ -11996,7 +11996,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
11996
11996
  } | {
11997
11997
  type: "IMAGE_PROCESSING_DONE";
11998
11998
  data: {
11999
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
11999
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
12000
12000
  variations?: {
12001
12001
  fileId: string;
12002
12002
  seed: number;
@@ -12078,14 +12078,14 @@ export declare const CreatedItemsSchema: z.ZodObject<{
12078
12078
  } | {
12079
12079
  type: "PUBLISHED";
12080
12080
  data: {
12081
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
12081
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
12082
12082
  accountId?: string | null | undefined;
12083
12083
  itemHistoryId?: string | null | undefined;
12084
12084
  };
12085
12085
  } | {
12086
12086
  type: "REPUBLISHING";
12087
12087
  data: {
12088
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
12088
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
12089
12089
  payload?: {
12090
12090
  priceDropPayload?: {
12091
12091
  value: number;
@@ -12119,7 +12119,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
12119
12119
  type: "REPUBLISHING_RETRY";
12120
12120
  data: {
12121
12121
  maxAttempts: number;
12122
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
12122
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
12123
12123
  attemptNumber: number;
12124
12124
  previousHistoryId: string;
12125
12125
  originalFailureDate: Date;
@@ -12156,14 +12156,14 @@ export declare const CreatedItemsSchema: z.ZodObject<{
12156
12156
  } | {
12157
12157
  type: "SCHEDULED";
12158
12158
  data: {
12159
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
12159
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
12160
12160
  publishingDate?: Date | null | undefined;
12161
12161
  };
12162
12162
  } | {
12163
12163
  type: "SCHEDULED_RETRY";
12164
12164
  data: {
12165
12165
  maxAttempts: number;
12166
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
12166
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
12167
12167
  attemptNumber: number;
12168
12168
  previousHistoryId: string;
12169
12169
  originalFailureDate: Date;
@@ -12176,12 +12176,12 @@ export declare const CreatedItemsSchema: z.ZodObject<{
12176
12176
  } | {
12177
12177
  type: "UPDATED";
12178
12178
  data: {
12179
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
12179
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
12180
12180
  };
12181
12181
  } | {
12182
12182
  type: "UPDATING";
12183
12183
  data: {
12184
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
12184
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
12185
12185
  payload?: {
12186
12186
  priceDropPayload?: {
12187
12187
  value: number;