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
@@ -20,7 +20,7 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
20
20
  account: z.ZodOptional<z.ZodNullable<z.ZodObject<{
21
21
  userId: z.ZodNumber;
22
22
  accountId: z.ZodString;
23
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
23
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
24
24
  name: z.ZodString;
25
25
  locale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
26
26
  status: z.ZodCatch<z.ZodEnum<["CONNECTED", "DISCONNECTED", "LOCKED", "PAUSED", "UNKNOWN"]>>;
@@ -70,7 +70,7 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
70
70
  name: string;
71
71
  userId: number;
72
72
  accountId: string;
73
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
73
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
74
74
  locale?: string | null | undefined;
75
75
  lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
76
76
  night?: {
@@ -97,7 +97,7 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
97
97
  name: string;
98
98
  userId: number;
99
99
  accountId: string;
100
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
100
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
101
101
  status?: unknown;
102
102
  locale?: string | null | undefined;
103
103
  lockReason?: unknown;
@@ -385,9 +385,9 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
385
385
  login: string;
386
386
  platformUserId: string;
387
387
  email?: string | null | undefined;
388
+ location?: string | null | undefined;
388
389
  reviewCount?: number | null | undefined;
389
390
  reviewValue?: number | null | undefined;
390
- location?: string | null | undefined;
391
391
  billingName?: string | null | undefined;
392
392
  billingAddressLine1?: string | null | undefined;
393
393
  billingAddressLine2?: string | null | undefined;
@@ -409,9 +409,9 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
409
409
  login: string;
410
410
  platformUserId: string;
411
411
  email?: string | null | undefined;
412
+ location?: string | null | undefined;
412
413
  reviewCount?: number | null | undefined;
413
414
  reviewValue?: number | null | undefined;
414
- location?: string | null | undefined;
415
415
  billingName?: string | null | undefined;
416
416
  billingAddressLine1?: string | null | undefined;
417
417
  billingAddressLine2?: string | null | undefined;
@@ -445,9 +445,9 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
445
445
  login: string;
446
446
  platformUserId: string;
447
447
  email?: string | null | undefined;
448
+ location?: string | null | undefined;
448
449
  reviewCount?: number | null | undefined;
449
450
  reviewValue?: number | null | undefined;
450
- location?: string | null | undefined;
451
451
  billingName?: string | null | undefined;
452
452
  billingAddressLine1?: string | null | undefined;
453
453
  billingAddressLine2?: string | null | undefined;
@@ -469,7 +469,7 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
469
469
  name: string;
470
470
  userId: number;
471
471
  accountId: string;
472
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
472
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
473
473
  locale?: string | null | undefined;
474
474
  lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
475
475
  night?: {
@@ -557,9 +557,9 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
557
557
  login: string;
558
558
  platformUserId: string;
559
559
  email?: string | null | undefined;
560
+ location?: string | null | undefined;
560
561
  reviewCount?: number | null | undefined;
561
562
  reviewValue?: number | null | undefined;
562
- location?: string | null | undefined;
563
563
  billingName?: string | null | undefined;
564
564
  billingAddressLine1?: string | null | undefined;
565
565
  billingAddressLine2?: string | null | undefined;
@@ -580,7 +580,7 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
580
580
  name: string;
581
581
  userId: number;
582
582
  accountId: string;
583
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
583
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
584
584
  status?: unknown;
585
585
  locale?: string | null | undefined;
586
586
  lockReason?: unknown;
@@ -892,9 +892,9 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
892
892
  login: string;
893
893
  platformUserId: string;
894
894
  email?: string | null | undefined;
895
+ location?: string | null | undefined;
895
896
  reviewCount?: number | null | undefined;
896
897
  reviewValue?: number | null | undefined;
897
- location?: string | null | undefined;
898
898
  billingName?: string | null | undefined;
899
899
  billingAddressLine1?: string | null | undefined;
900
900
  billingAddressLine2?: string | null | undefined;
@@ -916,7 +916,7 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
916
916
  name: string;
917
917
  userId: number;
918
918
  accountId: string;
919
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
919
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
920
920
  locale?: string | null | undefined;
921
921
  lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
922
922
  night?: {
@@ -1056,9 +1056,9 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
1056
1056
  login: string;
1057
1057
  platformUserId: string;
1058
1058
  email?: string | null | undefined;
1059
+ location?: string | null | undefined;
1059
1060
  reviewCount?: number | null | undefined;
1060
1061
  reviewValue?: number | null | undefined;
1061
- location?: string | null | undefined;
1062
1062
  billingName?: string | null | undefined;
1063
1063
  billingAddressLine1?: string | null | undefined;
1064
1064
  billingAddressLine2?: string | null | undefined;
@@ -1079,7 +1079,7 @@ export declare const UserWsPayloadConversationSchema: z.ZodObject<{
1079
1079
  name: string;
1080
1080
  userId: number;
1081
1081
  accountId: string;
1082
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1082
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1083
1083
  status?: unknown;
1084
1084
  locale?: string | null | undefined;
1085
1085
  lockReason?: unknown;
@@ -1544,7 +1544,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
1544
1544
  type: "EMPTY";
1545
1545
  }>, z.ZodObject<{
1546
1546
  data: z.ZodObject<{
1547
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
1547
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
1548
1548
  accountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1549
1549
  reason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1550
1550
  fields: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
@@ -1562,7 +1562,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
1562
1562
  }>, "many">>>;
1563
1563
  itemHistoryId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1564
1564
  }, "strip", z.ZodTypeAny, {
1565
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1565
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1566
1566
  accountId?: string | null | undefined;
1567
1567
  reason?: string | null | undefined;
1568
1568
  fields?: {
@@ -1572,7 +1572,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
1572
1572
  }[] | null | undefined;
1573
1573
  itemHistoryId?: string | null | undefined;
1574
1574
  }, {
1575
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1575
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1576
1576
  accountId?: string | null | undefined;
1577
1577
  reason?: string | null | undefined;
1578
1578
  fields?: {
@@ -1586,7 +1586,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
1586
1586
  }, "strip", z.ZodTypeAny, {
1587
1587
  type: "FAILED_TO_PUBLISH";
1588
1588
  data: {
1589
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1589
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1590
1590
  accountId?: string | null | undefined;
1591
1591
  reason?: string | null | undefined;
1592
1592
  fields?: {
@@ -1599,7 +1599,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
1599
1599
  }, {
1600
1600
  type: "FAILED_TO_PUBLISH";
1601
1601
  data: {
1602
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1602
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1603
1603
  accountId?: string | null | undefined;
1604
1604
  reason?: string | null | undefined;
1605
1605
  fields?: {
@@ -1611,7 +1611,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
1611
1611
  };
1612
1612
  }>, z.ZodObject<{
1613
1613
  data: z.ZodObject<{
1614
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
1614
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
1615
1615
  variations: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
1616
1616
  fileId: z.ZodString;
1617
1617
  seed: z.ZodNumber;
@@ -1643,7 +1643,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
1643
1643
  originalPhashes: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
1644
1644
  historyId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1645
1645
  }, "strip", z.ZodTypeAny, {
1646
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1646
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1647
1647
  variations?: {
1648
1648
  fileId: string;
1649
1649
  seed: number;
@@ -1657,7 +1657,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
1657
1657
  originalPhashes?: string[] | null | undefined;
1658
1658
  historyId?: string | null | undefined;
1659
1659
  }, {
1660
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1660
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1661
1661
  variations?: {
1662
1662
  fileId: string;
1663
1663
  seed: number;
@@ -1675,7 +1675,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
1675
1675
  }, "strip", z.ZodTypeAny, {
1676
1676
  type: "IMAGE_PROCESSING_DONE";
1677
1677
  data: {
1678
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1678
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1679
1679
  variations?: {
1680
1680
  fileId: string;
1681
1681
  seed: number;
@@ -1692,7 +1692,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
1692
1692
  }, {
1693
1693
  type: "IMAGE_PROCESSING_DONE";
1694
1694
  data: {
1695
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1695
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1696
1696
  variations?: {
1697
1697
  fileId: string;
1698
1698
  seed: number;
@@ -2211,15 +2211,15 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
2211
2211
  };
2212
2212
  }>, z.ZodObject<{
2213
2213
  data: z.ZodObject<{
2214
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
2214
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
2215
2215
  accountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2216
2216
  itemHistoryId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2217
2217
  }, "strip", z.ZodTypeAny, {
2218
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2218
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2219
2219
  accountId?: string | null | undefined;
2220
2220
  itemHistoryId?: string | null | undefined;
2221
2221
  }, {
2222
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2222
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2223
2223
  accountId?: string | null | undefined;
2224
2224
  itemHistoryId?: string | null | undefined;
2225
2225
  }>;
@@ -2227,20 +2227,20 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
2227
2227
  }, "strip", z.ZodTypeAny, {
2228
2228
  type: "PUBLISHED";
2229
2229
  data: {
2230
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2230
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2231
2231
  accountId?: string | null | undefined;
2232
2232
  itemHistoryId?: string | null | undefined;
2233
2233
  };
2234
2234
  }, {
2235
2235
  type: "PUBLISHED";
2236
2236
  data: {
2237
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2237
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2238
2238
  accountId?: string | null | undefined;
2239
2239
  itemHistoryId?: string | null | undefined;
2240
2240
  };
2241
2241
  }>, z.ZodObject<{
2242
2242
  data: z.ZodObject<{
2243
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
2243
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
2244
2244
  publishingDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
2245
2245
  payload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2246
2246
  priceDropPayload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -2352,7 +2352,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
2352
2352
  targetAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2353
2353
  allowIfDeleted: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
2354
2354
  }, "strip", z.ZodTypeAny, {
2355
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2355
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2356
2356
  payload?: {
2357
2357
  priceDropPayload?: {
2358
2358
  value: number;
@@ -2382,7 +2382,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
2382
2382
  targetAccountId?: string | null | undefined;
2383
2383
  allowIfDeleted?: boolean | null | undefined;
2384
2384
  }, {
2385
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2385
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2386
2386
  payload?: {
2387
2387
  priceDropPayload?: {
2388
2388
  value: number;
@@ -2416,7 +2416,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
2416
2416
  }, "strip", z.ZodTypeAny, {
2417
2417
  type: "REPUBLISHING";
2418
2418
  data: {
2419
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2419
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2420
2420
  payload?: {
2421
2421
  priceDropPayload?: {
2422
2422
  value: number;
@@ -2449,7 +2449,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
2449
2449
  }, {
2450
2450
  type: "REPUBLISHING";
2451
2451
  data: {
2452
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2452
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2453
2453
  payload?: {
2454
2454
  priceDropPayload?: {
2455
2455
  value: number;
@@ -2481,7 +2481,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
2481
2481
  };
2482
2482
  }>, z.ZodObject<{
2483
2483
  data: z.ZodObject<{
2484
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
2484
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
2485
2485
  attemptNumber: z.ZodNumber;
2486
2486
  maxAttempts: z.ZodNumber;
2487
2487
  previousHistoryId: z.ZodString;
@@ -2607,7 +2607,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
2607
2607
  }>>>;
2608
2608
  }, "strip", z.ZodTypeAny, {
2609
2609
  maxAttempts: number;
2610
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2610
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2611
2611
  attemptNumber: number;
2612
2612
  previousHistoryId: string;
2613
2613
  originalFailureDate: Date;
@@ -2642,7 +2642,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
2642
2642
  }[] | null | undefined;
2643
2643
  }, {
2644
2644
  maxAttempts: number;
2645
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2645
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2646
2646
  attemptNumber: number;
2647
2647
  previousHistoryId: string;
2648
2648
  originalFailureDate: Date;
@@ -2681,7 +2681,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
2681
2681
  type: "REPUBLISHING_RETRY";
2682
2682
  data: {
2683
2683
  maxAttempts: number;
2684
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2684
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2685
2685
  attemptNumber: number;
2686
2686
  previousHistoryId: string;
2687
2687
  originalFailureDate: Date;
@@ -2719,7 +2719,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
2719
2719
  type: "REPUBLISHING_RETRY";
2720
2720
  data: {
2721
2721
  maxAttempts: number;
2722
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2722
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2723
2723
  attemptNumber: number;
2724
2724
  previousHistoryId: string;
2725
2725
  originalFailureDate: Date;
@@ -2755,31 +2755,31 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
2755
2755
  };
2756
2756
  }>, z.ZodObject<{
2757
2757
  data: z.ZodObject<{
2758
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
2758
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
2759
2759
  publishingDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
2760
2760
  }, "strip", z.ZodTypeAny, {
2761
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2761
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2762
2762
  publishingDate?: Date | null | undefined;
2763
2763
  }, {
2764
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2764
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2765
2765
  publishingDate?: Date | null | undefined;
2766
2766
  }>;
2767
2767
  type: z.ZodLiteral<"SCHEDULED">;
2768
2768
  }, "strip", z.ZodTypeAny, {
2769
2769
  type: "SCHEDULED";
2770
2770
  data: {
2771
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2771
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2772
2772
  publishingDate?: Date | null | undefined;
2773
2773
  };
2774
2774
  }, {
2775
2775
  type: "SCHEDULED";
2776
2776
  data: {
2777
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2777
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2778
2778
  publishingDate?: Date | null | undefined;
2779
2779
  };
2780
2780
  }>, z.ZodObject<{
2781
2781
  data: z.ZodObject<{
2782
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
2782
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
2783
2783
  attemptNumber: z.ZodNumber;
2784
2784
  maxAttempts: z.ZodNumber;
2785
2785
  previousHistoryId: z.ZodString;
@@ -2799,7 +2799,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
2799
2799
  }>, "many">>>;
2800
2800
  }, "strip", z.ZodTypeAny, {
2801
2801
  maxAttempts: number;
2802
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2802
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2803
2803
  attemptNumber: number;
2804
2804
  previousHistoryId: string;
2805
2805
  originalFailureDate: Date;
@@ -2810,7 +2810,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
2810
2810
  }[] | null | undefined;
2811
2811
  }, {
2812
2812
  maxAttempts: number;
2813
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2813
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2814
2814
  attemptNumber: number;
2815
2815
  previousHistoryId: string;
2816
2816
  originalFailureDate: Date;
@@ -2825,7 +2825,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
2825
2825
  type: "SCHEDULED_RETRY";
2826
2826
  data: {
2827
2827
  maxAttempts: number;
2828
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2828
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2829
2829
  attemptNumber: number;
2830
2830
  previousHistoryId: string;
2831
2831
  originalFailureDate: Date;
@@ -2839,7 +2839,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
2839
2839
  type: "SCHEDULED_RETRY";
2840
2840
  data: {
2841
2841
  maxAttempts: number;
2842
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2842
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2843
2843
  attemptNumber: number;
2844
2844
  previousHistoryId: string;
2845
2845
  originalFailureDate: Date;
@@ -2851,26 +2851,26 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
2851
2851
  };
2852
2852
  }>, z.ZodObject<{
2853
2853
  data: z.ZodObject<{
2854
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
2854
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
2855
2855
  }, "strip", z.ZodTypeAny, {
2856
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2856
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2857
2857
  }, {
2858
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2858
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2859
2859
  }>;
2860
2860
  type: z.ZodLiteral<"UPDATED">;
2861
2861
  }, "strip", z.ZodTypeAny, {
2862
2862
  type: "UPDATED";
2863
2863
  data: {
2864
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2864
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2865
2865
  };
2866
2866
  }, {
2867
2867
  type: "UPDATED";
2868
2868
  data: {
2869
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2869
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2870
2870
  };
2871
2871
  }>, z.ZodObject<{
2872
2872
  data: z.ZodObject<{
2873
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
2873
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
2874
2874
  payload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2875
2875
  priceDropPayload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2876
2876
  type: z.ZodEnum<["PERCENTAGE", "ABSOLUTE"]>;
@@ -2915,7 +2915,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
2915
2915
  }>>>;
2916
2916
  targetDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
2917
2917
  }, "strip", z.ZodTypeAny, {
2918
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2918
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2919
2919
  payload?: {
2920
2920
  priceDropPayload?: {
2921
2921
  value: number;
@@ -2928,7 +2928,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
2928
2928
  } | null | undefined;
2929
2929
  targetDate?: Date | null | undefined;
2930
2930
  }, {
2931
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2931
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2932
2932
  payload?: {
2933
2933
  priceDropPayload?: {
2934
2934
  value: number;
@@ -2945,7 +2945,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
2945
2945
  }, "strip", z.ZodTypeAny, {
2946
2946
  type: "UPDATING";
2947
2947
  data: {
2948
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2948
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2949
2949
  payload?: {
2950
2950
  priceDropPayload?: {
2951
2951
  value: number;
@@ -2961,7 +2961,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
2961
2961
  }, {
2962
2962
  type: "UPDATING";
2963
2963
  data: {
2964
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2964
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2965
2965
  payload?: {
2966
2966
  priceDropPayload?: {
2967
2967
  value: number;
@@ -3014,7 +3014,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
3014
3014
  } | {
3015
3015
  type: "FAILED_TO_PUBLISH";
3016
3016
  data: {
3017
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3017
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3018
3018
  accountId?: string | null | undefined;
3019
3019
  reason?: string | null | undefined;
3020
3020
  fields?: {
@@ -3027,7 +3027,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
3027
3027
  } | {
3028
3028
  type: "IMAGE_PROCESSING_DONE";
3029
3029
  data: {
3030
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3030
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3031
3031
  variations?: {
3032
3032
  fileId: string;
3033
3033
  seed: number;
@@ -3109,14 +3109,14 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
3109
3109
  } | {
3110
3110
  type: "PUBLISHED";
3111
3111
  data: {
3112
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3112
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3113
3113
  accountId?: string | null | undefined;
3114
3114
  itemHistoryId?: string | null | undefined;
3115
3115
  };
3116
3116
  } | {
3117
3117
  type: "REPUBLISHING";
3118
3118
  data: {
3119
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3119
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3120
3120
  payload?: {
3121
3121
  priceDropPayload?: {
3122
3122
  value: number;
@@ -3150,7 +3150,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
3150
3150
  type: "REPUBLISHING_RETRY";
3151
3151
  data: {
3152
3152
  maxAttempts: number;
3153
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3153
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3154
3154
  attemptNumber: number;
3155
3155
  previousHistoryId: string;
3156
3156
  originalFailureDate: Date;
@@ -3187,14 +3187,14 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
3187
3187
  } | {
3188
3188
  type: "SCHEDULED";
3189
3189
  data: {
3190
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3190
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3191
3191
  publishingDate?: Date | null | undefined;
3192
3192
  };
3193
3193
  } | {
3194
3194
  type: "SCHEDULED_RETRY";
3195
3195
  data: {
3196
3196
  maxAttempts: number;
3197
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3197
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3198
3198
  attemptNumber: number;
3199
3199
  previousHistoryId: string;
3200
3200
  originalFailureDate: Date;
@@ -3207,12 +3207,12 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
3207
3207
  } | {
3208
3208
  type: "UPDATED";
3209
3209
  data: {
3210
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3210
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3211
3211
  };
3212
3212
  } | {
3213
3213
  type: "UPDATING";
3214
3214
  data: {
3215
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3215
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3216
3216
  payload?: {
3217
3217
  priceDropPayload?: {
3218
3218
  value: number;
@@ -3264,7 +3264,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
3264
3264
  } | {
3265
3265
  type: "FAILED_TO_PUBLISH";
3266
3266
  data: {
3267
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3267
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3268
3268
  accountId?: string | null | undefined;
3269
3269
  reason?: string | null | undefined;
3270
3270
  fields?: {
@@ -3277,7 +3277,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
3277
3277
  } | {
3278
3278
  type: "IMAGE_PROCESSING_DONE";
3279
3279
  data: {
3280
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3280
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3281
3281
  variations?: {
3282
3282
  fileId: string;
3283
3283
  seed: number;
@@ -3359,14 +3359,14 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
3359
3359
  } | {
3360
3360
  type: "PUBLISHED";
3361
3361
  data: {
3362
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3362
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3363
3363
  accountId?: string | null | undefined;
3364
3364
  itemHistoryId?: string | null | undefined;
3365
3365
  };
3366
3366
  } | {
3367
3367
  type: "REPUBLISHING";
3368
3368
  data: {
3369
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3369
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3370
3370
  payload?: {
3371
3371
  priceDropPayload?: {
3372
3372
  value: number;
@@ -3400,7 +3400,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
3400
3400
  type: "REPUBLISHING_RETRY";
3401
3401
  data: {
3402
3402
  maxAttempts: number;
3403
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3403
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3404
3404
  attemptNumber: number;
3405
3405
  previousHistoryId: string;
3406
3406
  originalFailureDate: Date;
@@ -3437,14 +3437,14 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
3437
3437
  } | {
3438
3438
  type: "SCHEDULED";
3439
3439
  data: {
3440
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3440
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3441
3441
  publishingDate?: Date | null | undefined;
3442
3442
  };
3443
3443
  } | {
3444
3444
  type: "SCHEDULED_RETRY";
3445
3445
  data: {
3446
3446
  maxAttempts: number;
3447
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3447
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3448
3448
  attemptNumber: number;
3449
3449
  previousHistoryId: string;
3450
3450
  originalFailureDate: Date;
@@ -3457,12 +3457,12 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
3457
3457
  } | {
3458
3458
  type: "UPDATED";
3459
3459
  data: {
3460
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3460
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3461
3461
  };
3462
3462
  } | {
3463
3463
  type: "UPDATING";
3464
3464
  data: {
3465
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3465
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3466
3466
  payload?: {
3467
3467
  priceDropPayload?: {
3468
3468
  value: number;
@@ -3495,7 +3495,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
3495
3495
  account: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3496
3496
  userId: z.ZodNumber;
3497
3497
  accountId: z.ZodString;
3498
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
3498
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
3499
3499
  name: z.ZodString;
3500
3500
  locale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3501
3501
  status: z.ZodCatch<z.ZodEnum<["CONNECTED", "DISCONNECTED", "LOCKED", "PAUSED", "UNKNOWN"]>>;
@@ -3545,7 +3545,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
3545
3545
  name: string;
3546
3546
  userId: number;
3547
3547
  accountId: string;
3548
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3548
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3549
3549
  locale?: string | null | undefined;
3550
3550
  lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
3551
3551
  night?: {
@@ -3572,7 +3572,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
3572
3572
  name: string;
3573
3573
  userId: number;
3574
3574
  accountId: string;
3575
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3575
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3576
3576
  status?: unknown;
3577
3577
  locale?: string | null | undefined;
3578
3578
  lockReason?: unknown;
@@ -3619,7 +3619,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
3619
3619
  name: string;
3620
3620
  userId: number;
3621
3621
  accountId: string;
3622
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3622
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3623
3623
  locale?: string | null | undefined;
3624
3624
  lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
3625
3625
  night?: {
@@ -3661,7 +3661,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
3661
3661
  name: string;
3662
3662
  userId: number;
3663
3663
  accountId: string;
3664
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3664
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3665
3665
  status?: unknown;
3666
3666
  locale?: string | null | undefined;
3667
3667
  lockReason?: unknown;
@@ -4497,7 +4497,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
4497
4497
  name: string;
4498
4498
  userId: number;
4499
4499
  accountId: string;
4500
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4500
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4501
4501
  locale?: string | null | undefined;
4502
4502
  lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
4503
4503
  night?: {
@@ -4594,7 +4594,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
4594
4594
  } | {
4595
4595
  type: "FAILED_TO_PUBLISH";
4596
4596
  data: {
4597
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4597
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4598
4598
  accountId?: string | null | undefined;
4599
4599
  reason?: string | null | undefined;
4600
4600
  fields?: {
@@ -4607,7 +4607,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
4607
4607
  } | {
4608
4608
  type: "IMAGE_PROCESSING_DONE";
4609
4609
  data: {
4610
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4610
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4611
4611
  variations?: {
4612
4612
  fileId: string;
4613
4613
  seed: number;
@@ -4689,14 +4689,14 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
4689
4689
  } | {
4690
4690
  type: "PUBLISHED";
4691
4691
  data: {
4692
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4692
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4693
4693
  accountId?: string | null | undefined;
4694
4694
  itemHistoryId?: string | null | undefined;
4695
4695
  };
4696
4696
  } | {
4697
4697
  type: "REPUBLISHING";
4698
4698
  data: {
4699
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4699
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4700
4700
  payload?: {
4701
4701
  priceDropPayload?: {
4702
4702
  value: number;
@@ -4730,7 +4730,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
4730
4730
  type: "REPUBLISHING_RETRY";
4731
4731
  data: {
4732
4732
  maxAttempts: number;
4733
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4733
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4734
4734
  attemptNumber: number;
4735
4735
  previousHistoryId: string;
4736
4736
  originalFailureDate: Date;
@@ -4767,14 +4767,14 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
4767
4767
  } | {
4768
4768
  type: "SCHEDULED";
4769
4769
  data: {
4770
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4770
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4771
4771
  publishingDate?: Date | null | undefined;
4772
4772
  };
4773
4773
  } | {
4774
4774
  type: "SCHEDULED_RETRY";
4775
4775
  data: {
4776
4776
  maxAttempts: number;
4777
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4777
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4778
4778
  attemptNumber: number;
4779
4779
  previousHistoryId: string;
4780
4780
  originalFailureDate: Date;
@@ -4787,12 +4787,12 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
4787
4787
  } | {
4788
4788
  type: "UPDATED";
4789
4789
  data: {
4790
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4790
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4791
4791
  };
4792
4792
  } | {
4793
4793
  type: "UPDATING";
4794
4794
  data: {
4795
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4795
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4796
4796
  payload?: {
4797
4797
  priceDropPayload?: {
4798
4798
  value: number;
@@ -4997,7 +4997,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
4997
4997
  name: string;
4998
4998
  userId: number;
4999
4999
  accountId: string;
5000
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5000
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5001
5001
  status?: unknown;
5002
5002
  locale?: string | null | undefined;
5003
5003
  lockReason?: unknown;
@@ -5095,7 +5095,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
5095
5095
  } | {
5096
5096
  type: "FAILED_TO_PUBLISH";
5097
5097
  data: {
5098
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5098
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5099
5099
  accountId?: string | null | undefined;
5100
5100
  reason?: string | null | undefined;
5101
5101
  fields?: {
@@ -5108,7 +5108,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
5108
5108
  } | {
5109
5109
  type: "IMAGE_PROCESSING_DONE";
5110
5110
  data: {
5111
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5111
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5112
5112
  variations?: {
5113
5113
  fileId: string;
5114
5114
  seed: number;
@@ -5190,14 +5190,14 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
5190
5190
  } | {
5191
5191
  type: "PUBLISHED";
5192
5192
  data: {
5193
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5193
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5194
5194
  accountId?: string | null | undefined;
5195
5195
  itemHistoryId?: string | null | undefined;
5196
5196
  };
5197
5197
  } | {
5198
5198
  type: "REPUBLISHING";
5199
5199
  data: {
5200
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5200
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5201
5201
  payload?: {
5202
5202
  priceDropPayload?: {
5203
5203
  value: number;
@@ -5231,7 +5231,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
5231
5231
  type: "REPUBLISHING_RETRY";
5232
5232
  data: {
5233
5233
  maxAttempts: number;
5234
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5234
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5235
5235
  attemptNumber: number;
5236
5236
  previousHistoryId: string;
5237
5237
  originalFailureDate: Date;
@@ -5268,14 +5268,14 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
5268
5268
  } | {
5269
5269
  type: "SCHEDULED";
5270
5270
  data: {
5271
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5271
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5272
5272
  publishingDate?: Date | null | undefined;
5273
5273
  };
5274
5274
  } | {
5275
5275
  type: "SCHEDULED_RETRY";
5276
5276
  data: {
5277
5277
  maxAttempts: number;
5278
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5278
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5279
5279
  attemptNumber: number;
5280
5280
  previousHistoryId: string;
5281
5281
  originalFailureDate: Date;
@@ -5288,12 +5288,12 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
5288
5288
  } | {
5289
5289
  type: "UPDATED";
5290
5290
  data: {
5291
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5291
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5292
5292
  };
5293
5293
  } | {
5294
5294
  type: "UPDATING";
5295
5295
  data: {
5296
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5296
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5297
5297
  payload?: {
5298
5298
  priceDropPayload?: {
5299
5299
  value: number;
@@ -5504,7 +5504,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
5504
5504
  name: string;
5505
5505
  userId: number;
5506
5506
  accountId: string;
5507
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5507
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5508
5508
  locale?: string | null | undefined;
5509
5509
  lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
5510
5510
  night?: {
@@ -5601,7 +5601,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
5601
5601
  } | {
5602
5602
  type: "FAILED_TO_PUBLISH";
5603
5603
  data: {
5604
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5604
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5605
5605
  accountId?: string | null | undefined;
5606
5606
  reason?: string | null | undefined;
5607
5607
  fields?: {
@@ -5614,7 +5614,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
5614
5614
  } | {
5615
5615
  type: "IMAGE_PROCESSING_DONE";
5616
5616
  data: {
5617
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5617
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5618
5618
  variations?: {
5619
5619
  fileId: string;
5620
5620
  seed: number;
@@ -5696,14 +5696,14 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
5696
5696
  } | {
5697
5697
  type: "PUBLISHED";
5698
5698
  data: {
5699
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5699
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5700
5700
  accountId?: string | null | undefined;
5701
5701
  itemHistoryId?: string | null | undefined;
5702
5702
  };
5703
5703
  } | {
5704
5704
  type: "REPUBLISHING";
5705
5705
  data: {
5706
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5706
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5707
5707
  payload?: {
5708
5708
  priceDropPayload?: {
5709
5709
  value: number;
@@ -5737,7 +5737,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
5737
5737
  type: "REPUBLISHING_RETRY";
5738
5738
  data: {
5739
5739
  maxAttempts: number;
5740
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5740
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5741
5741
  attemptNumber: number;
5742
5742
  previousHistoryId: string;
5743
5743
  originalFailureDate: Date;
@@ -5774,14 +5774,14 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
5774
5774
  } | {
5775
5775
  type: "SCHEDULED";
5776
5776
  data: {
5777
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5777
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5778
5778
  publishingDate?: Date | null | undefined;
5779
5779
  };
5780
5780
  } | {
5781
5781
  type: "SCHEDULED_RETRY";
5782
5782
  data: {
5783
5783
  maxAttempts: number;
5784
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5784
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5785
5785
  attemptNumber: number;
5786
5786
  previousHistoryId: string;
5787
5787
  originalFailureDate: Date;
@@ -5794,12 +5794,12 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
5794
5794
  } | {
5795
5795
  type: "UPDATED";
5796
5796
  data: {
5797
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5797
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5798
5798
  };
5799
5799
  } | {
5800
5800
  type: "UPDATING";
5801
5801
  data: {
5802
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5802
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5803
5803
  payload?: {
5804
5804
  priceDropPayload?: {
5805
5805
  value: number;
@@ -6008,7 +6008,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
6008
6008
  name: string;
6009
6009
  userId: number;
6010
6010
  accountId: string;
6011
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
6011
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
6012
6012
  status?: unknown;
6013
6013
  locale?: string | null | undefined;
6014
6014
  lockReason?: unknown;
@@ -6106,7 +6106,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
6106
6106
  } | {
6107
6107
  type: "FAILED_TO_PUBLISH";
6108
6108
  data: {
6109
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
6109
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
6110
6110
  accountId?: string | null | undefined;
6111
6111
  reason?: string | null | undefined;
6112
6112
  fields?: {
@@ -6119,7 +6119,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
6119
6119
  } | {
6120
6120
  type: "IMAGE_PROCESSING_DONE";
6121
6121
  data: {
6122
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
6122
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
6123
6123
  variations?: {
6124
6124
  fileId: string;
6125
6125
  seed: number;
@@ -6201,14 +6201,14 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
6201
6201
  } | {
6202
6202
  type: "PUBLISHED";
6203
6203
  data: {
6204
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
6204
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
6205
6205
  accountId?: string | null | undefined;
6206
6206
  itemHistoryId?: string | null | undefined;
6207
6207
  };
6208
6208
  } | {
6209
6209
  type: "REPUBLISHING";
6210
6210
  data: {
6211
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
6211
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
6212
6212
  payload?: {
6213
6213
  priceDropPayload?: {
6214
6214
  value: number;
@@ -6242,7 +6242,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
6242
6242
  type: "REPUBLISHING_RETRY";
6243
6243
  data: {
6244
6244
  maxAttempts: number;
6245
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
6245
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
6246
6246
  attemptNumber: number;
6247
6247
  previousHistoryId: string;
6248
6248
  originalFailureDate: Date;
@@ -6279,14 +6279,14 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
6279
6279
  } | {
6280
6280
  type: "SCHEDULED";
6281
6281
  data: {
6282
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
6282
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
6283
6283
  publishingDate?: Date | null | undefined;
6284
6284
  };
6285
6285
  } | {
6286
6286
  type: "SCHEDULED_RETRY";
6287
6287
  data: {
6288
6288
  maxAttempts: number;
6289
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
6289
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
6290
6290
  attemptNumber: number;
6291
6291
  previousHistoryId: string;
6292
6292
  originalFailureDate: Date;
@@ -6299,12 +6299,12 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
6299
6299
  } | {
6300
6300
  type: "UPDATED";
6301
6301
  data: {
6302
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
6302
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
6303
6303
  };
6304
6304
  } | {
6305
6305
  type: "UPDATING";
6306
6306
  data: {
6307
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
6307
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
6308
6308
  payload?: {
6309
6309
  priceDropPayload?: {
6310
6310
  value: number;
@@ -6699,6 +6699,13 @@ export declare const UserWsPayloadLimitsSchema: z.ZodObject<{
6699
6699
  }, {
6700
6700
  allowed: boolean;
6701
6701
  }>;
6702
+ mcpFlag: z.ZodObject<{
6703
+ allowed: z.ZodBoolean;
6704
+ }, "strip", z.ZodTypeAny, {
6705
+ allowed: boolean;
6706
+ }, {
6707
+ allowed: boolean;
6708
+ }>;
6702
6709
  }, "strip", z.ZodTypeAny, {
6703
6710
  activeLevels: {
6704
6711
  name: string;
@@ -6778,6 +6785,9 @@ export declare const UserWsPayloadLimitsSchema: z.ZodObject<{
6778
6785
  extraFlag: {
6779
6786
  allowed: boolean;
6780
6787
  };
6788
+ mcpFlag: {
6789
+ allowed: boolean;
6790
+ };
6781
6791
  }, {
6782
6792
  activeLevels: {
6783
6793
  name: string;
@@ -6857,6 +6867,9 @@ export declare const UserWsPayloadLimitsSchema: z.ZodObject<{
6857
6867
  extraFlag: {
6858
6868
  allowed: boolean;
6859
6869
  };
6870
+ mcpFlag: {
6871
+ allowed: boolean;
6872
+ };
6860
6873
  }>;
6861
6874
  type: z.ZodLiteral<"LIMITS">;
6862
6875
  }, "strip", z.ZodTypeAny, {
@@ -6940,6 +6953,9 @@ export declare const UserWsPayloadLimitsSchema: z.ZodObject<{
6940
6953
  extraFlag: {
6941
6954
  allowed: boolean;
6942
6955
  };
6956
+ mcpFlag: {
6957
+ allowed: boolean;
6958
+ };
6943
6959
  };
6944
6960
  }, {
6945
6961
  type: "LIMITS";
@@ -7022,6 +7038,9 @@ export declare const UserWsPayloadLimitsSchema: z.ZodObject<{
7022
7038
  extraFlag: {
7023
7039
  allowed: boolean;
7024
7040
  };
7041
+ mcpFlag: {
7042
+ allowed: boolean;
7043
+ };
7025
7044
  };
7026
7045
  }>;
7027
7046
  export type UserWsPayloadLimits = z.infer<typeof UserWsPayloadLimitsSchema>;
@@ -7840,7 +7859,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
7840
7859
  account: z.ZodOptional<z.ZodNullable<z.ZodObject<{
7841
7860
  userId: z.ZodNumber;
7842
7861
  accountId: z.ZodString;
7843
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
7862
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
7844
7863
  name: z.ZodString;
7845
7864
  locale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7846
7865
  status: z.ZodCatch<z.ZodEnum<["CONNECTED", "DISCONNECTED", "LOCKED", "PAUSED", "UNKNOWN"]>>;
@@ -7890,7 +7909,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
7890
7909
  name: string;
7891
7910
  userId: number;
7892
7911
  accountId: string;
7893
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
7912
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
7894
7913
  locale?: string | null | undefined;
7895
7914
  lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
7896
7915
  night?: {
@@ -7917,7 +7936,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
7917
7936
  name: string;
7918
7937
  userId: number;
7919
7938
  accountId: string;
7920
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
7939
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
7921
7940
  status?: unknown;
7922
7941
  locale?: string | null | undefined;
7923
7942
  lockReason?: unknown;
@@ -8205,9 +8224,9 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
8205
8224
  login: string;
8206
8225
  platformUserId: string;
8207
8226
  email?: string | null | undefined;
8227
+ location?: string | null | undefined;
8208
8228
  reviewCount?: number | null | undefined;
8209
8229
  reviewValue?: number | null | undefined;
8210
- location?: string | null | undefined;
8211
8230
  billingName?: string | null | undefined;
8212
8231
  billingAddressLine1?: string | null | undefined;
8213
8232
  billingAddressLine2?: string | null | undefined;
@@ -8229,9 +8248,9 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
8229
8248
  login: string;
8230
8249
  platformUserId: string;
8231
8250
  email?: string | null | undefined;
8251
+ location?: string | null | undefined;
8232
8252
  reviewCount?: number | null | undefined;
8233
8253
  reviewValue?: number | null | undefined;
8234
- location?: string | null | undefined;
8235
8254
  billingName?: string | null | undefined;
8236
8255
  billingAddressLine1?: string | null | undefined;
8237
8256
  billingAddressLine2?: string | null | undefined;
@@ -8265,9 +8284,9 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
8265
8284
  login: string;
8266
8285
  platformUserId: string;
8267
8286
  email?: string | null | undefined;
8287
+ location?: string | null | undefined;
8268
8288
  reviewCount?: number | null | undefined;
8269
8289
  reviewValue?: number | null | undefined;
8270
- location?: string | null | undefined;
8271
8290
  billingName?: string | null | undefined;
8272
8291
  billingAddressLine1?: string | null | undefined;
8273
8292
  billingAddressLine2?: string | null | undefined;
@@ -8289,7 +8308,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
8289
8308
  name: string;
8290
8309
  userId: number;
8291
8310
  accountId: string;
8292
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
8311
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
8293
8312
  locale?: string | null | undefined;
8294
8313
  lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
8295
8314
  night?: {
@@ -8377,9 +8396,9 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
8377
8396
  login: string;
8378
8397
  platformUserId: string;
8379
8398
  email?: string | null | undefined;
8399
+ location?: string | null | undefined;
8380
8400
  reviewCount?: number | null | undefined;
8381
8401
  reviewValue?: number | null | undefined;
8382
- location?: string | null | undefined;
8383
8402
  billingName?: string | null | undefined;
8384
8403
  billingAddressLine1?: string | null | undefined;
8385
8404
  billingAddressLine2?: string | null | undefined;
@@ -8400,7 +8419,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
8400
8419
  name: string;
8401
8420
  userId: number;
8402
8421
  accountId: string;
8403
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
8422
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
8404
8423
  status?: unknown;
8405
8424
  locale?: string | null | undefined;
8406
8425
  lockReason?: unknown;
@@ -8712,9 +8731,9 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
8712
8731
  login: string;
8713
8732
  platformUserId: string;
8714
8733
  email?: string | null | undefined;
8734
+ location?: string | null | undefined;
8715
8735
  reviewCount?: number | null | undefined;
8716
8736
  reviewValue?: number | null | undefined;
8717
- location?: string | null | undefined;
8718
8737
  billingName?: string | null | undefined;
8719
8738
  billingAddressLine1?: string | null | undefined;
8720
8739
  billingAddressLine2?: string | null | undefined;
@@ -8736,7 +8755,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
8736
8755
  name: string;
8737
8756
  userId: number;
8738
8757
  accountId: string;
8739
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
8758
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
8740
8759
  locale?: string | null | undefined;
8741
8760
  lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
8742
8761
  night?: {
@@ -8876,9 +8895,9 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
8876
8895
  login: string;
8877
8896
  platformUserId: string;
8878
8897
  email?: string | null | undefined;
8898
+ location?: string | null | undefined;
8879
8899
  reviewCount?: number | null | undefined;
8880
8900
  reviewValue?: number | null | undefined;
8881
- location?: string | null | undefined;
8882
8901
  billingName?: string | null | undefined;
8883
8902
  billingAddressLine1?: string | null | undefined;
8884
8903
  billingAddressLine2?: string | null | undefined;
@@ -8899,7 +8918,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
8899
8918
  name: string;
8900
8919
  userId: number;
8901
8920
  accountId: string;
8902
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
8921
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
8903
8922
  status?: unknown;
8904
8923
  locale?: string | null | undefined;
8905
8924
  lockReason?: unknown;
@@ -9360,7 +9379,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
9360
9379
  type: "EMPTY";
9361
9380
  }>, z.ZodObject<{
9362
9381
  data: z.ZodObject<{
9363
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
9382
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
9364
9383
  accountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9365
9384
  reason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9366
9385
  fields: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
@@ -9378,7 +9397,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
9378
9397
  }>, "many">>>;
9379
9398
  itemHistoryId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9380
9399
  }, "strip", z.ZodTypeAny, {
9381
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
9400
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
9382
9401
  accountId?: string | null | undefined;
9383
9402
  reason?: string | null | undefined;
9384
9403
  fields?: {
@@ -9388,7 +9407,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
9388
9407
  }[] | null | undefined;
9389
9408
  itemHistoryId?: string | null | undefined;
9390
9409
  }, {
9391
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
9410
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
9392
9411
  accountId?: string | null | undefined;
9393
9412
  reason?: string | null | undefined;
9394
9413
  fields?: {
@@ -9402,7 +9421,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
9402
9421
  }, "strip", z.ZodTypeAny, {
9403
9422
  type: "FAILED_TO_PUBLISH";
9404
9423
  data: {
9405
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
9424
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
9406
9425
  accountId?: string | null | undefined;
9407
9426
  reason?: string | null | undefined;
9408
9427
  fields?: {
@@ -9415,7 +9434,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
9415
9434
  }, {
9416
9435
  type: "FAILED_TO_PUBLISH";
9417
9436
  data: {
9418
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
9437
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
9419
9438
  accountId?: string | null | undefined;
9420
9439
  reason?: string | null | undefined;
9421
9440
  fields?: {
@@ -9427,7 +9446,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
9427
9446
  };
9428
9447
  }>, z.ZodObject<{
9429
9448
  data: z.ZodObject<{
9430
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
9449
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
9431
9450
  variations: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
9432
9451
  fileId: z.ZodString;
9433
9452
  seed: z.ZodNumber;
@@ -9459,7 +9478,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
9459
9478
  originalPhashes: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
9460
9479
  historyId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9461
9480
  }, "strip", z.ZodTypeAny, {
9462
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
9481
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
9463
9482
  variations?: {
9464
9483
  fileId: string;
9465
9484
  seed: number;
@@ -9473,7 +9492,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
9473
9492
  originalPhashes?: string[] | null | undefined;
9474
9493
  historyId?: string | null | undefined;
9475
9494
  }, {
9476
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
9495
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
9477
9496
  variations?: {
9478
9497
  fileId: string;
9479
9498
  seed: number;
@@ -9491,7 +9510,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
9491
9510
  }, "strip", z.ZodTypeAny, {
9492
9511
  type: "IMAGE_PROCESSING_DONE";
9493
9512
  data: {
9494
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
9513
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
9495
9514
  variations?: {
9496
9515
  fileId: string;
9497
9516
  seed: number;
@@ -9508,7 +9527,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
9508
9527
  }, {
9509
9528
  type: "IMAGE_PROCESSING_DONE";
9510
9529
  data: {
9511
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
9530
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
9512
9531
  variations?: {
9513
9532
  fileId: string;
9514
9533
  seed: number;
@@ -10027,15 +10046,15 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
10027
10046
  };
10028
10047
  }>, z.ZodObject<{
10029
10048
  data: z.ZodObject<{
10030
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
10049
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
10031
10050
  accountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10032
10051
  itemHistoryId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10033
10052
  }, "strip", z.ZodTypeAny, {
10034
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
10053
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
10035
10054
  accountId?: string | null | undefined;
10036
10055
  itemHistoryId?: string | null | undefined;
10037
10056
  }, {
10038
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
10057
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
10039
10058
  accountId?: string | null | undefined;
10040
10059
  itemHistoryId?: string | null | undefined;
10041
10060
  }>;
@@ -10043,20 +10062,20 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
10043
10062
  }, "strip", z.ZodTypeAny, {
10044
10063
  type: "PUBLISHED";
10045
10064
  data: {
10046
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
10065
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
10047
10066
  accountId?: string | null | undefined;
10048
10067
  itemHistoryId?: string | null | undefined;
10049
10068
  };
10050
10069
  }, {
10051
10070
  type: "PUBLISHED";
10052
10071
  data: {
10053
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
10072
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
10054
10073
  accountId?: string | null | undefined;
10055
10074
  itemHistoryId?: string | null | undefined;
10056
10075
  };
10057
10076
  }>, z.ZodObject<{
10058
10077
  data: z.ZodObject<{
10059
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
10078
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
10060
10079
  publishingDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
10061
10080
  payload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
10062
10081
  priceDropPayload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -10168,7 +10187,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
10168
10187
  targetAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10169
10188
  allowIfDeleted: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
10170
10189
  }, "strip", z.ZodTypeAny, {
10171
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
10190
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
10172
10191
  payload?: {
10173
10192
  priceDropPayload?: {
10174
10193
  value: number;
@@ -10198,7 +10217,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
10198
10217
  targetAccountId?: string | null | undefined;
10199
10218
  allowIfDeleted?: boolean | null | undefined;
10200
10219
  }, {
10201
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
10220
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
10202
10221
  payload?: {
10203
10222
  priceDropPayload?: {
10204
10223
  value: number;
@@ -10232,7 +10251,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
10232
10251
  }, "strip", z.ZodTypeAny, {
10233
10252
  type: "REPUBLISHING";
10234
10253
  data: {
10235
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
10254
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
10236
10255
  payload?: {
10237
10256
  priceDropPayload?: {
10238
10257
  value: number;
@@ -10265,7 +10284,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
10265
10284
  }, {
10266
10285
  type: "REPUBLISHING";
10267
10286
  data: {
10268
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
10287
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
10269
10288
  payload?: {
10270
10289
  priceDropPayload?: {
10271
10290
  value: number;
@@ -10297,7 +10316,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
10297
10316
  };
10298
10317
  }>, z.ZodObject<{
10299
10318
  data: z.ZodObject<{
10300
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
10319
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
10301
10320
  attemptNumber: z.ZodNumber;
10302
10321
  maxAttempts: z.ZodNumber;
10303
10322
  previousHistoryId: z.ZodString;
@@ -10423,7 +10442,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
10423
10442
  }>>>;
10424
10443
  }, "strip", z.ZodTypeAny, {
10425
10444
  maxAttempts: number;
10426
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
10445
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
10427
10446
  attemptNumber: number;
10428
10447
  previousHistoryId: string;
10429
10448
  originalFailureDate: Date;
@@ -10458,7 +10477,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
10458
10477
  }[] | null | undefined;
10459
10478
  }, {
10460
10479
  maxAttempts: number;
10461
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
10480
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
10462
10481
  attemptNumber: number;
10463
10482
  previousHistoryId: string;
10464
10483
  originalFailureDate: Date;
@@ -10497,7 +10516,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
10497
10516
  type: "REPUBLISHING_RETRY";
10498
10517
  data: {
10499
10518
  maxAttempts: number;
10500
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
10519
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
10501
10520
  attemptNumber: number;
10502
10521
  previousHistoryId: string;
10503
10522
  originalFailureDate: Date;
@@ -10535,7 +10554,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
10535
10554
  type: "REPUBLISHING_RETRY";
10536
10555
  data: {
10537
10556
  maxAttempts: number;
10538
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
10557
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
10539
10558
  attemptNumber: number;
10540
10559
  previousHistoryId: string;
10541
10560
  originalFailureDate: Date;
@@ -10571,31 +10590,31 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
10571
10590
  };
10572
10591
  }>, z.ZodObject<{
10573
10592
  data: z.ZodObject<{
10574
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
10593
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
10575
10594
  publishingDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
10576
10595
  }, "strip", z.ZodTypeAny, {
10577
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
10596
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
10578
10597
  publishingDate?: Date | null | undefined;
10579
10598
  }, {
10580
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
10599
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
10581
10600
  publishingDate?: Date | null | undefined;
10582
10601
  }>;
10583
10602
  type: z.ZodLiteral<"SCHEDULED">;
10584
10603
  }, "strip", z.ZodTypeAny, {
10585
10604
  type: "SCHEDULED";
10586
10605
  data: {
10587
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
10606
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
10588
10607
  publishingDate?: Date | null | undefined;
10589
10608
  };
10590
10609
  }, {
10591
10610
  type: "SCHEDULED";
10592
10611
  data: {
10593
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
10612
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
10594
10613
  publishingDate?: Date | null | undefined;
10595
10614
  };
10596
10615
  }>, z.ZodObject<{
10597
10616
  data: z.ZodObject<{
10598
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
10617
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
10599
10618
  attemptNumber: z.ZodNumber;
10600
10619
  maxAttempts: z.ZodNumber;
10601
10620
  previousHistoryId: z.ZodString;
@@ -10615,7 +10634,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
10615
10634
  }>, "many">>>;
10616
10635
  }, "strip", z.ZodTypeAny, {
10617
10636
  maxAttempts: number;
10618
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
10637
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
10619
10638
  attemptNumber: number;
10620
10639
  previousHistoryId: string;
10621
10640
  originalFailureDate: Date;
@@ -10626,7 +10645,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
10626
10645
  }[] | null | undefined;
10627
10646
  }, {
10628
10647
  maxAttempts: number;
10629
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
10648
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
10630
10649
  attemptNumber: number;
10631
10650
  previousHistoryId: string;
10632
10651
  originalFailureDate: Date;
@@ -10641,7 +10660,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
10641
10660
  type: "SCHEDULED_RETRY";
10642
10661
  data: {
10643
10662
  maxAttempts: number;
10644
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
10663
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
10645
10664
  attemptNumber: number;
10646
10665
  previousHistoryId: string;
10647
10666
  originalFailureDate: Date;
@@ -10655,7 +10674,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
10655
10674
  type: "SCHEDULED_RETRY";
10656
10675
  data: {
10657
10676
  maxAttempts: number;
10658
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
10677
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
10659
10678
  attemptNumber: number;
10660
10679
  previousHistoryId: string;
10661
10680
  originalFailureDate: Date;
@@ -10667,26 +10686,26 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
10667
10686
  };
10668
10687
  }>, z.ZodObject<{
10669
10688
  data: z.ZodObject<{
10670
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
10689
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
10671
10690
  }, "strip", z.ZodTypeAny, {
10672
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
10691
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
10673
10692
  }, {
10674
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
10693
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
10675
10694
  }>;
10676
10695
  type: z.ZodLiteral<"UPDATED">;
10677
10696
  }, "strip", z.ZodTypeAny, {
10678
10697
  type: "UPDATED";
10679
10698
  data: {
10680
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
10699
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
10681
10700
  };
10682
10701
  }, {
10683
10702
  type: "UPDATED";
10684
10703
  data: {
10685
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
10704
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
10686
10705
  };
10687
10706
  }>, z.ZodObject<{
10688
10707
  data: z.ZodObject<{
10689
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
10708
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
10690
10709
  payload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
10691
10710
  priceDropPayload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
10692
10711
  type: z.ZodEnum<["PERCENTAGE", "ABSOLUTE"]>;
@@ -10731,7 +10750,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
10731
10750
  }>>>;
10732
10751
  targetDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
10733
10752
  }, "strip", z.ZodTypeAny, {
10734
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
10753
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
10735
10754
  payload?: {
10736
10755
  priceDropPayload?: {
10737
10756
  value: number;
@@ -10744,7 +10763,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
10744
10763
  } | null | undefined;
10745
10764
  targetDate?: Date | null | undefined;
10746
10765
  }, {
10747
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
10766
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
10748
10767
  payload?: {
10749
10768
  priceDropPayload?: {
10750
10769
  value: number;
@@ -10761,7 +10780,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
10761
10780
  }, "strip", z.ZodTypeAny, {
10762
10781
  type: "UPDATING";
10763
10782
  data: {
10764
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
10783
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
10765
10784
  payload?: {
10766
10785
  priceDropPayload?: {
10767
10786
  value: number;
@@ -10777,7 +10796,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
10777
10796
  }, {
10778
10797
  type: "UPDATING";
10779
10798
  data: {
10780
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
10799
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
10781
10800
  payload?: {
10782
10801
  priceDropPayload?: {
10783
10802
  value: number;
@@ -10830,7 +10849,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
10830
10849
  } | {
10831
10850
  type: "FAILED_TO_PUBLISH";
10832
10851
  data: {
10833
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
10852
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
10834
10853
  accountId?: string | null | undefined;
10835
10854
  reason?: string | null | undefined;
10836
10855
  fields?: {
@@ -10843,7 +10862,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
10843
10862
  } | {
10844
10863
  type: "IMAGE_PROCESSING_DONE";
10845
10864
  data: {
10846
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
10865
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
10847
10866
  variations?: {
10848
10867
  fileId: string;
10849
10868
  seed: number;
@@ -10925,14 +10944,14 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
10925
10944
  } | {
10926
10945
  type: "PUBLISHED";
10927
10946
  data: {
10928
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
10947
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
10929
10948
  accountId?: string | null | undefined;
10930
10949
  itemHistoryId?: string | null | undefined;
10931
10950
  };
10932
10951
  } | {
10933
10952
  type: "REPUBLISHING";
10934
10953
  data: {
10935
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
10954
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
10936
10955
  payload?: {
10937
10956
  priceDropPayload?: {
10938
10957
  value: number;
@@ -10966,7 +10985,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
10966
10985
  type: "REPUBLISHING_RETRY";
10967
10986
  data: {
10968
10987
  maxAttempts: number;
10969
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
10988
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
10970
10989
  attemptNumber: number;
10971
10990
  previousHistoryId: string;
10972
10991
  originalFailureDate: Date;
@@ -11003,14 +11022,14 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
11003
11022
  } | {
11004
11023
  type: "SCHEDULED";
11005
11024
  data: {
11006
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
11025
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
11007
11026
  publishingDate?: Date | null | undefined;
11008
11027
  };
11009
11028
  } | {
11010
11029
  type: "SCHEDULED_RETRY";
11011
11030
  data: {
11012
11031
  maxAttempts: number;
11013
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
11032
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
11014
11033
  attemptNumber: number;
11015
11034
  previousHistoryId: string;
11016
11035
  originalFailureDate: Date;
@@ -11023,12 +11042,12 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
11023
11042
  } | {
11024
11043
  type: "UPDATED";
11025
11044
  data: {
11026
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
11045
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
11027
11046
  };
11028
11047
  } | {
11029
11048
  type: "UPDATING";
11030
11049
  data: {
11031
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
11050
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
11032
11051
  payload?: {
11033
11052
  priceDropPayload?: {
11034
11053
  value: number;
@@ -11080,7 +11099,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
11080
11099
  } | {
11081
11100
  type: "FAILED_TO_PUBLISH";
11082
11101
  data: {
11083
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
11102
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
11084
11103
  accountId?: string | null | undefined;
11085
11104
  reason?: string | null | undefined;
11086
11105
  fields?: {
@@ -11093,7 +11112,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
11093
11112
  } | {
11094
11113
  type: "IMAGE_PROCESSING_DONE";
11095
11114
  data: {
11096
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
11115
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
11097
11116
  variations?: {
11098
11117
  fileId: string;
11099
11118
  seed: number;
@@ -11175,14 +11194,14 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
11175
11194
  } | {
11176
11195
  type: "PUBLISHED";
11177
11196
  data: {
11178
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
11197
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
11179
11198
  accountId?: string | null | undefined;
11180
11199
  itemHistoryId?: string | null | undefined;
11181
11200
  };
11182
11201
  } | {
11183
11202
  type: "REPUBLISHING";
11184
11203
  data: {
11185
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
11204
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
11186
11205
  payload?: {
11187
11206
  priceDropPayload?: {
11188
11207
  value: number;
@@ -11216,7 +11235,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
11216
11235
  type: "REPUBLISHING_RETRY";
11217
11236
  data: {
11218
11237
  maxAttempts: number;
11219
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
11238
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
11220
11239
  attemptNumber: number;
11221
11240
  previousHistoryId: string;
11222
11241
  originalFailureDate: Date;
@@ -11253,14 +11272,14 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
11253
11272
  } | {
11254
11273
  type: "SCHEDULED";
11255
11274
  data: {
11256
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
11275
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
11257
11276
  publishingDate?: Date | null | undefined;
11258
11277
  };
11259
11278
  } | {
11260
11279
  type: "SCHEDULED_RETRY";
11261
11280
  data: {
11262
11281
  maxAttempts: number;
11263
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
11282
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
11264
11283
  attemptNumber: number;
11265
11284
  previousHistoryId: string;
11266
11285
  originalFailureDate: Date;
@@ -11273,12 +11292,12 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
11273
11292
  } | {
11274
11293
  type: "UPDATED";
11275
11294
  data: {
11276
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
11295
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
11277
11296
  };
11278
11297
  } | {
11279
11298
  type: "UPDATING";
11280
11299
  data: {
11281
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
11300
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
11282
11301
  payload?: {
11283
11302
  priceDropPayload?: {
11284
11303
  value: number;
@@ -11311,7 +11330,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
11311
11330
  account: z.ZodOptional<z.ZodNullable<z.ZodObject<{
11312
11331
  userId: z.ZodNumber;
11313
11332
  accountId: z.ZodString;
11314
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
11333
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
11315
11334
  name: z.ZodString;
11316
11335
  locale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
11317
11336
  status: z.ZodCatch<z.ZodEnum<["CONNECTED", "DISCONNECTED", "LOCKED", "PAUSED", "UNKNOWN"]>>;
@@ -11361,7 +11380,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
11361
11380
  name: string;
11362
11381
  userId: number;
11363
11382
  accountId: string;
11364
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
11383
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
11365
11384
  locale?: string | null | undefined;
11366
11385
  lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
11367
11386
  night?: {
@@ -11388,7 +11407,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
11388
11407
  name: string;
11389
11408
  userId: number;
11390
11409
  accountId: string;
11391
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
11410
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
11392
11411
  status?: unknown;
11393
11412
  locale?: string | null | undefined;
11394
11413
  lockReason?: unknown;
@@ -11435,7 +11454,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
11435
11454
  name: string;
11436
11455
  userId: number;
11437
11456
  accountId: string;
11438
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
11457
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
11439
11458
  locale?: string | null | undefined;
11440
11459
  lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
11441
11460
  night?: {
@@ -11477,7 +11496,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
11477
11496
  name: string;
11478
11497
  userId: number;
11479
11498
  accountId: string;
11480
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
11499
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
11481
11500
  status?: unknown;
11482
11501
  locale?: string | null | undefined;
11483
11502
  lockReason?: unknown;
@@ -12313,7 +12332,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
12313
12332
  name: string;
12314
12333
  userId: number;
12315
12334
  accountId: string;
12316
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
12335
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
12317
12336
  locale?: string | null | undefined;
12318
12337
  lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
12319
12338
  night?: {
@@ -12410,7 +12429,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
12410
12429
  } | {
12411
12430
  type: "FAILED_TO_PUBLISH";
12412
12431
  data: {
12413
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
12432
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
12414
12433
  accountId?: string | null | undefined;
12415
12434
  reason?: string | null | undefined;
12416
12435
  fields?: {
@@ -12423,7 +12442,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
12423
12442
  } | {
12424
12443
  type: "IMAGE_PROCESSING_DONE";
12425
12444
  data: {
12426
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
12445
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
12427
12446
  variations?: {
12428
12447
  fileId: string;
12429
12448
  seed: number;
@@ -12505,14 +12524,14 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
12505
12524
  } | {
12506
12525
  type: "PUBLISHED";
12507
12526
  data: {
12508
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
12527
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
12509
12528
  accountId?: string | null | undefined;
12510
12529
  itemHistoryId?: string | null | undefined;
12511
12530
  };
12512
12531
  } | {
12513
12532
  type: "REPUBLISHING";
12514
12533
  data: {
12515
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
12534
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
12516
12535
  payload?: {
12517
12536
  priceDropPayload?: {
12518
12537
  value: number;
@@ -12546,7 +12565,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
12546
12565
  type: "REPUBLISHING_RETRY";
12547
12566
  data: {
12548
12567
  maxAttempts: number;
12549
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
12568
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
12550
12569
  attemptNumber: number;
12551
12570
  previousHistoryId: string;
12552
12571
  originalFailureDate: Date;
@@ -12583,14 +12602,14 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
12583
12602
  } | {
12584
12603
  type: "SCHEDULED";
12585
12604
  data: {
12586
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
12605
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
12587
12606
  publishingDate?: Date | null | undefined;
12588
12607
  };
12589
12608
  } | {
12590
12609
  type: "SCHEDULED_RETRY";
12591
12610
  data: {
12592
12611
  maxAttempts: number;
12593
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
12612
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
12594
12613
  attemptNumber: number;
12595
12614
  previousHistoryId: string;
12596
12615
  originalFailureDate: Date;
@@ -12603,12 +12622,12 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
12603
12622
  } | {
12604
12623
  type: "UPDATED";
12605
12624
  data: {
12606
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
12625
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
12607
12626
  };
12608
12627
  } | {
12609
12628
  type: "UPDATING";
12610
12629
  data: {
12611
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
12630
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
12612
12631
  payload?: {
12613
12632
  priceDropPayload?: {
12614
12633
  value: number;
@@ -12813,7 +12832,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
12813
12832
  name: string;
12814
12833
  userId: number;
12815
12834
  accountId: string;
12816
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
12835
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
12817
12836
  status?: unknown;
12818
12837
  locale?: string | null | undefined;
12819
12838
  lockReason?: unknown;
@@ -12911,7 +12930,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
12911
12930
  } | {
12912
12931
  type: "FAILED_TO_PUBLISH";
12913
12932
  data: {
12914
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
12933
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
12915
12934
  accountId?: string | null | undefined;
12916
12935
  reason?: string | null | undefined;
12917
12936
  fields?: {
@@ -12924,7 +12943,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
12924
12943
  } | {
12925
12944
  type: "IMAGE_PROCESSING_DONE";
12926
12945
  data: {
12927
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
12946
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
12928
12947
  variations?: {
12929
12948
  fileId: string;
12930
12949
  seed: number;
@@ -13006,14 +13025,14 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
13006
13025
  } | {
13007
13026
  type: "PUBLISHED";
13008
13027
  data: {
13009
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
13028
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
13010
13029
  accountId?: string | null | undefined;
13011
13030
  itemHistoryId?: string | null | undefined;
13012
13031
  };
13013
13032
  } | {
13014
13033
  type: "REPUBLISHING";
13015
13034
  data: {
13016
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
13035
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
13017
13036
  payload?: {
13018
13037
  priceDropPayload?: {
13019
13038
  value: number;
@@ -13047,7 +13066,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
13047
13066
  type: "REPUBLISHING_RETRY";
13048
13067
  data: {
13049
13068
  maxAttempts: number;
13050
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
13069
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
13051
13070
  attemptNumber: number;
13052
13071
  previousHistoryId: string;
13053
13072
  originalFailureDate: Date;
@@ -13084,14 +13103,14 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
13084
13103
  } | {
13085
13104
  type: "SCHEDULED";
13086
13105
  data: {
13087
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
13106
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
13088
13107
  publishingDate?: Date | null | undefined;
13089
13108
  };
13090
13109
  } | {
13091
13110
  type: "SCHEDULED_RETRY";
13092
13111
  data: {
13093
13112
  maxAttempts: number;
13094
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
13113
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
13095
13114
  attemptNumber: number;
13096
13115
  previousHistoryId: string;
13097
13116
  originalFailureDate: Date;
@@ -13104,12 +13123,12 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
13104
13123
  } | {
13105
13124
  type: "UPDATED";
13106
13125
  data: {
13107
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
13126
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
13108
13127
  };
13109
13128
  } | {
13110
13129
  type: "UPDATING";
13111
13130
  data: {
13112
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
13131
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
13113
13132
  payload?: {
13114
13133
  priceDropPayload?: {
13115
13134
  value: number;
@@ -13320,7 +13339,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
13320
13339
  name: string;
13321
13340
  userId: number;
13322
13341
  accountId: string;
13323
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
13342
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
13324
13343
  locale?: string | null | undefined;
13325
13344
  lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
13326
13345
  night?: {
@@ -13417,7 +13436,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
13417
13436
  } | {
13418
13437
  type: "FAILED_TO_PUBLISH";
13419
13438
  data: {
13420
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
13439
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
13421
13440
  accountId?: string | null | undefined;
13422
13441
  reason?: string | null | undefined;
13423
13442
  fields?: {
@@ -13430,7 +13449,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
13430
13449
  } | {
13431
13450
  type: "IMAGE_PROCESSING_DONE";
13432
13451
  data: {
13433
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
13452
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
13434
13453
  variations?: {
13435
13454
  fileId: string;
13436
13455
  seed: number;
@@ -13512,14 +13531,14 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
13512
13531
  } | {
13513
13532
  type: "PUBLISHED";
13514
13533
  data: {
13515
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
13534
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
13516
13535
  accountId?: string | null | undefined;
13517
13536
  itemHistoryId?: string | null | undefined;
13518
13537
  };
13519
13538
  } | {
13520
13539
  type: "REPUBLISHING";
13521
13540
  data: {
13522
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
13541
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
13523
13542
  payload?: {
13524
13543
  priceDropPayload?: {
13525
13544
  value: number;
@@ -13553,7 +13572,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
13553
13572
  type: "REPUBLISHING_RETRY";
13554
13573
  data: {
13555
13574
  maxAttempts: number;
13556
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
13575
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
13557
13576
  attemptNumber: number;
13558
13577
  previousHistoryId: string;
13559
13578
  originalFailureDate: Date;
@@ -13590,14 +13609,14 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
13590
13609
  } | {
13591
13610
  type: "SCHEDULED";
13592
13611
  data: {
13593
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
13612
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
13594
13613
  publishingDate?: Date | null | undefined;
13595
13614
  };
13596
13615
  } | {
13597
13616
  type: "SCHEDULED_RETRY";
13598
13617
  data: {
13599
13618
  maxAttempts: number;
13600
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
13619
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
13601
13620
  attemptNumber: number;
13602
13621
  previousHistoryId: string;
13603
13622
  originalFailureDate: Date;
@@ -13610,12 +13629,12 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
13610
13629
  } | {
13611
13630
  type: "UPDATED";
13612
13631
  data: {
13613
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
13632
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
13614
13633
  };
13615
13634
  } | {
13616
13635
  type: "UPDATING";
13617
13636
  data: {
13618
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
13637
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
13619
13638
  payload?: {
13620
13639
  priceDropPayload?: {
13621
13640
  value: number;
@@ -13824,7 +13843,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
13824
13843
  name: string;
13825
13844
  userId: number;
13826
13845
  accountId: string;
13827
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
13846
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
13828
13847
  status?: unknown;
13829
13848
  locale?: string | null | undefined;
13830
13849
  lockReason?: unknown;
@@ -13922,7 +13941,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
13922
13941
  } | {
13923
13942
  type: "FAILED_TO_PUBLISH";
13924
13943
  data: {
13925
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
13944
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
13926
13945
  accountId?: string | null | undefined;
13927
13946
  reason?: string | null | undefined;
13928
13947
  fields?: {
@@ -13935,7 +13954,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
13935
13954
  } | {
13936
13955
  type: "IMAGE_PROCESSING_DONE";
13937
13956
  data: {
13938
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
13957
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
13939
13958
  variations?: {
13940
13959
  fileId: string;
13941
13960
  seed: number;
@@ -14017,14 +14036,14 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
14017
14036
  } | {
14018
14037
  type: "PUBLISHED";
14019
14038
  data: {
14020
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
14039
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
14021
14040
  accountId?: string | null | undefined;
14022
14041
  itemHistoryId?: string | null | undefined;
14023
14042
  };
14024
14043
  } | {
14025
14044
  type: "REPUBLISHING";
14026
14045
  data: {
14027
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
14046
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
14028
14047
  payload?: {
14029
14048
  priceDropPayload?: {
14030
14049
  value: number;
@@ -14058,7 +14077,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
14058
14077
  type: "REPUBLISHING_RETRY";
14059
14078
  data: {
14060
14079
  maxAttempts: number;
14061
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
14080
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
14062
14081
  attemptNumber: number;
14063
14082
  previousHistoryId: string;
14064
14083
  originalFailureDate: Date;
@@ -14095,14 +14114,14 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
14095
14114
  } | {
14096
14115
  type: "SCHEDULED";
14097
14116
  data: {
14098
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
14117
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
14099
14118
  publishingDate?: Date | null | undefined;
14100
14119
  };
14101
14120
  } | {
14102
14121
  type: "SCHEDULED_RETRY";
14103
14122
  data: {
14104
14123
  maxAttempts: number;
14105
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
14124
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
14106
14125
  attemptNumber: number;
14107
14126
  previousHistoryId: string;
14108
14127
  originalFailureDate: Date;
@@ -14115,12 +14134,12 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
14115
14134
  } | {
14116
14135
  type: "UPDATED";
14117
14136
  data: {
14118
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
14137
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
14119
14138
  };
14120
14139
  } | {
14121
14140
  type: "UPDATING";
14122
14141
  data: {
14123
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
14142
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
14124
14143
  payload?: {
14125
14144
  priceDropPayload?: {
14126
14145
  value: number;
@@ -14513,6 +14532,13 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
14513
14532
  }, {
14514
14533
  allowed: boolean;
14515
14534
  }>;
14535
+ mcpFlag: z.ZodObject<{
14536
+ allowed: z.ZodBoolean;
14537
+ }, "strip", z.ZodTypeAny, {
14538
+ allowed: boolean;
14539
+ }, {
14540
+ allowed: boolean;
14541
+ }>;
14516
14542
  }, "strip", z.ZodTypeAny, {
14517
14543
  activeLevels: {
14518
14544
  name: string;
@@ -14592,6 +14618,9 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
14592
14618
  extraFlag: {
14593
14619
  allowed: boolean;
14594
14620
  };
14621
+ mcpFlag: {
14622
+ allowed: boolean;
14623
+ };
14595
14624
  }, {
14596
14625
  activeLevels: {
14597
14626
  name: string;
@@ -14671,6 +14700,9 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
14671
14700
  extraFlag: {
14672
14701
  allowed: boolean;
14673
14702
  };
14703
+ mcpFlag: {
14704
+ allowed: boolean;
14705
+ };
14674
14706
  }>;
14675
14707
  type: z.ZodLiteral<"LIMITS">;
14676
14708
  }, "strip", z.ZodTypeAny, {
@@ -14754,6 +14786,9 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
14754
14786
  extraFlag: {
14755
14787
  allowed: boolean;
14756
14788
  };
14789
+ mcpFlag: {
14790
+ allowed: boolean;
14791
+ };
14757
14792
  };
14758
14793
  }, {
14759
14794
  type: "LIMITS";
@@ -14836,6 +14871,9 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
14836
14871
  extraFlag: {
14837
14872
  allowed: boolean;
14838
14873
  };
14874
+ mcpFlag: {
14875
+ allowed: boolean;
14876
+ };
14839
14877
  };
14840
14878
  }>, z.ZodObject<{
14841
14879
  orderLabel: z.ZodObject<{