controlresell 2.24.2 → 2.24.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (94) hide show
  1. package/package.json +2 -2
  2. package/src/com/controlresell/api/responses/conversations/MessageStreamResponse.d.ts +0 -7
  3. package/src/com/controlresell/api/responses/conversations/MessageStreamResponse.d.ts.map +1 -1
  4. package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts +108 -108
  5. package/src/com/controlresell/api/responses/items/ListedItem.d.ts +88 -88
  6. package/src/com/controlresell/models/conversations/Conversation.d.ts +9 -9
  7. package/src/com/controlresell/models/conversations/ConversationFiltersContext.d.ts +3 -3
  8. package/src/com/controlresell/models/conversations/ConversationOnPlatformUpdateRequest.d.ts +11 -11
  9. package/src/com/controlresell/models/conversations/ConversationUpdate.d.ts +13 -13
  10. package/src/com/controlresell/models/conversations/UserConversations.d.ts +13 -13
  11. package/src/com/controlresell/models/conversations/favorites/ConversationFavorite.d.ts +5 -5
  12. package/src/com/controlresell/models/conversations/favorites/ReportRateLimitOnFavorites.d.ts +7 -7
  13. package/src/com/controlresell/models/conversations/favorites/SubmitFavoritesResponse.d.ts +7 -7
  14. package/src/com/controlresell/models/conversations/users/ConversationUser.d.ts +2 -2
  15. package/src/com/controlresell/models/conversations/users/CreateConversationUserPayload.d.ts +2 -2
  16. package/src/com/controlresell/models/conversations/users/UpdateConversationUserPayload.d.ts +2 -2
  17. package/src/com/controlresell/models/filters/PreferenceFilter.d.ts +5 -5
  18. package/src/com/controlresell/models/filters/SavedFilters.d.ts +5 -5
  19. package/src/com/controlresell/models/filters/SavedFiltersPayload.d.ts +5 -5
  20. package/src/com/controlresell/models/items/CreatedItems.d.ts +315 -315
  21. package/src/com/controlresell/models/items/Item.d.ts +169 -169
  22. package/src/com/controlresell/models/items/ItemFiltersContext.d.ts +3 -3
  23. package/src/com/controlresell/models/items/ItemUpdate.d.ts +108 -108
  24. package/src/com/controlresell/models/items/UpdatedItem.d.ts +315 -315
  25. package/src/com/controlresell/models/items/analysis/ItemAnalysisUpdate.d.ts +5225 -0
  26. package/src/com/controlresell/models/items/analysis/ItemAnalysisUpdate.d.ts.map +1 -0
  27. package/src/com/controlresell/models/items/analysis/ItemAnalysisUpdate.js +6 -0
  28. package/src/com/controlresell/models/items/analysis/ItemAnalysisUpdate.js.map +1 -0
  29. package/src/com/controlresell/models/items/analysis/ItemAnalysisUpdate.ts +7 -0
  30. package/src/com/controlresell/models/items/history/CreateItemHistoryPayload.d.ts +63 -63
  31. package/src/com/controlresell/models/items/history/ItemHistory.d.ts +63 -63
  32. package/src/com/controlresell/models/items/history/ItemHistoryDecodedPayload.d.ts +90 -90
  33. package/src/com/controlresell/models/items/history/data/ItemHistoryFailedToPublishPayload.d.ts +3 -3
  34. package/src/com/controlresell/models/items/history/data/ItemHistoryImageProcessingDone.d.ts +3 -3
  35. package/src/com/controlresell/models/items/history/data/ItemHistoryPublishedPayload.d.ts +3 -3
  36. package/src/com/controlresell/models/items/history/data/ItemHistoryRepublishingPayload.d.ts +3 -3
  37. package/src/com/controlresell/models/items/history/data/ItemHistoryRepublishingRetryPayload.d.ts +3 -3
  38. package/src/com/controlresell/models/items/history/data/ItemHistoryScheduledPayload.d.ts +3 -3
  39. package/src/com/controlresell/models/items/history/data/ItemHistoryScheduledRetryPayload.d.ts +3 -3
  40. package/src/com/controlresell/models/items/history/data/ItemHistoryUpdatedPayload.d.ts +3 -3
  41. package/src/com/controlresell/models/items/history/data/ItemHistoryUpdatingPayload.d.ts +3 -3
  42. package/src/com/controlresell/models/items/platforms/ItemOnPlatform.d.ts +5 -5
  43. package/src/com/controlresell/models/items/platforms/ItemOnPlatformUpdateRequest.d.ts +5 -5
  44. package/src/com/controlresell/models/metadata/platforms/BatchUpsertPlatformBrandsPayload.d.ts +3 -3
  45. package/src/com/controlresell/models/metadata/platforms/BatchUpsertPlatformCategoriesPayload.d.ts +3 -3
  46. package/src/com/controlresell/models/metadata/platforms/BatchUpsertPlatformCategoryFieldsPayload.d.ts +3 -3
  47. package/src/com/controlresell/models/metadata/platforms/BatchUpsertPlatformEnumsPayload.d.ts +3 -3
  48. package/src/com/controlresell/models/metadata/platforms/BatchUpsertPlatformSizesPayload.d.ts +3 -3
  49. package/src/com/controlresell/models/metadata/platforms/BrandMapping.d.ts +3 -3
  50. package/src/com/controlresell/models/metadata/platforms/CategoryMapping.d.ts +3 -3
  51. package/src/com/controlresell/models/metadata/platforms/CreateBrandMappingPayload.d.ts +3 -3
  52. package/src/com/controlresell/models/metadata/platforms/CreateCategoryMappingPayload.d.ts +3 -3
  53. package/src/com/controlresell/models/metadata/platforms/CreateEnumMappingPayload.d.ts +3 -3
  54. package/src/com/controlresell/models/metadata/platforms/CreateSizeMappingPayload.d.ts +3 -3
  55. package/src/com/controlresell/models/metadata/platforms/EnumMapping.d.ts +3 -3
  56. package/src/com/controlresell/models/metadata/platforms/ItemListingPreview.d.ts +228 -228
  57. package/src/com/controlresell/models/metadata/platforms/MappingInfo.d.ts +15 -15
  58. package/src/com/controlresell/models/metadata/platforms/PlatformBrand.d.ts +3 -3
  59. package/src/com/controlresell/models/metadata/platforms/PlatformCategory.d.ts +3 -3
  60. package/src/com/controlresell/models/metadata/platforms/PlatformEnum.d.ts +3 -3
  61. package/src/com/controlresell/models/metadata/platforms/PlatformSize.d.ts +3 -3
  62. package/src/com/controlresell/models/metadata/platforms/RecomputeCategoryRequiredAttributesPayload.d.ts +3 -3
  63. package/src/com/controlresell/models/metadata/platforms/SizeMapping.d.ts +3 -3
  64. package/src/com/controlresell/models/platforms/orders/Order.d.ts +9 -9
  65. package/src/com/controlresell/models/platforms/orders/OrderFiltersContext.d.ts +3 -3
  66. package/src/com/controlresell/models/platforms/orders/OrderOnPlatformUpdateRequest.d.ts +5 -5
  67. package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts +141 -141
  68. package/src/com/controlresell/models/platforms/orders/items/ItemInOrder.d.ts +7 -7
  69. package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts +119 -119
  70. package/src/com/controlresell/models/subscriptions/UserLimits.d.ts +13 -0
  71. package/src/com/controlresell/models/subscriptions/UserLimits.d.ts.map +1 -1
  72. package/src/com/controlresell/models/subscriptions/UserLimits.js +2 -1
  73. package/src/com/controlresell/models/subscriptions/UserLimits.js.map +1 -1
  74. package/src/com/controlresell/models/subscriptions/UserLimits.ts +2 -1
  75. package/src/com/controlresell/models/transactions/Transaction.d.ts +9 -9
  76. package/src/com/controlresell/models/transactions/items/ItemInTransaction.d.ts +7 -7
  77. package/src/com/controlresell/models/transactions/items/TransactionWithItems.d.ts +119 -119
  78. package/src/com/controlresell/models/users/platforms/CreateUserOnPlatformPayload.d.ts +3 -3
  79. package/src/com/controlresell/models/users/platforms/PlatformAuthRequest.d.ts +5 -5
  80. package/src/com/controlresell/models/users/platforms/PlatformJobUpdate.d.ts +5 -5
  81. package/src/com/controlresell/models/users/platforms/UserOnPlatform.d.ts +3 -3
  82. package/src/com/controlresell/models/users/platforms/UserOnPlatformRequest.d.ts +3 -3
  83. package/src/com/controlresell/models/users/ws/UserLimitsUpdate.d.ts +19 -0
  84. package/src/com/controlresell/models/users/ws/UserLimitsUpdate.d.ts.map +1 -1
  85. package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts +12983 -2495
  86. package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts.map +1 -1
  87. package/src/com/controlresell/models/users/ws/UserWsPayload.js +5 -0
  88. package/src/com/controlresell/models/users/ws/UserWsPayload.js.map +1 -1
  89. package/src/com/controlresell/models/users/ws/UserWsPayload.ts +7 -0
  90. package/src/index.d.ts +1 -0
  91. package/src/index.d.ts.map +1 -1
  92. package/src/index.js +1 -0
  93. package/src/index.js.map +1 -1
  94. package/src/index.ts +1 -0
@@ -27,7 +27,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
27
27
  account: z.ZodOptional<z.ZodNullable<z.ZodObject<{
28
28
  userId: z.ZodNumber;
29
29
  accountId: z.ZodString;
30
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
30
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
31
31
  name: z.ZodString;
32
32
  locale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
33
33
  status: z.ZodCatch<z.ZodEnum<["CONNECTED", "DISCONNECTED", "LOCKED", "PAUSED", "UNKNOWN"]>>;
@@ -77,7 +77,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
77
77
  name: string;
78
78
  userId: number;
79
79
  accountId: string;
80
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
80
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
81
81
  locale?: string | null | undefined;
82
82
  lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
83
83
  night?: {
@@ -104,7 +104,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
104
104
  name: string;
105
105
  userId: number;
106
106
  accountId: string;
107
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
107
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
108
108
  status?: unknown;
109
109
  locale?: string | null | undefined;
110
110
  lockReason?: unknown;
@@ -151,7 +151,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
151
151
  name: string;
152
152
  userId: number;
153
153
  accountId: string;
154
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
154
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
155
155
  locale?: string | null | undefined;
156
156
  lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
157
157
  night?: {
@@ -193,7 +193,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
193
193
  name: string;
194
194
  userId: number;
195
195
  accountId: string;
196
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
196
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
197
197
  status?: unknown;
198
198
  locale?: string | null | undefined;
199
199
  lockReason?: unknown;
@@ -241,7 +241,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
241
241
  name: string;
242
242
  userId: number;
243
243
  accountId: string;
244
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
244
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
245
245
  locale?: string | null | undefined;
246
246
  lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
247
247
  night?: {
@@ -287,7 +287,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
287
287
  name: string;
288
288
  userId: number;
289
289
  accountId: string;
290
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
290
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
291
291
  status?: unknown;
292
292
  locale?: string | null | undefined;
293
293
  lockReason?: unknown;
@@ -996,7 +996,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
996
996
  name: string;
997
997
  userId: number;
998
998
  accountId: string;
999
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
999
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1000
1000
  locale?: string | null | undefined;
1001
1001
  lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
1002
1002
  night?: {
@@ -1193,7 +1193,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
1193
1193
  name: string;
1194
1194
  userId: number;
1195
1195
  accountId: string;
1196
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1196
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1197
1197
  status?: unknown;
1198
1198
  locale?: string | null | undefined;
1199
1199
  lockReason?: unknown;
@@ -1630,7 +1630,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
1630
1630
  type: "EMPTY";
1631
1631
  }>, z.ZodObject<{
1632
1632
  data: z.ZodObject<{
1633
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
1633
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
1634
1634
  accountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1635
1635
  reason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1636
1636
  fields: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
@@ -1648,7 +1648,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
1648
1648
  }>, "many">>>;
1649
1649
  itemHistoryId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1650
1650
  }, "strip", z.ZodTypeAny, {
1651
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1651
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1652
1652
  accountId?: string | null | undefined;
1653
1653
  reason?: string | null | undefined;
1654
1654
  fields?: {
@@ -1658,7 +1658,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
1658
1658
  }[] | null | undefined;
1659
1659
  itemHistoryId?: string | null | undefined;
1660
1660
  }, {
1661
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1661
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1662
1662
  accountId?: string | null | undefined;
1663
1663
  reason?: string | null | undefined;
1664
1664
  fields?: {
@@ -1672,7 +1672,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
1672
1672
  }, "strip", z.ZodTypeAny, {
1673
1673
  type: "FAILED_TO_PUBLISH";
1674
1674
  data: {
1675
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1675
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1676
1676
  accountId?: string | null | undefined;
1677
1677
  reason?: string | null | undefined;
1678
1678
  fields?: {
@@ -1685,7 +1685,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
1685
1685
  }, {
1686
1686
  type: "FAILED_TO_PUBLISH";
1687
1687
  data: {
1688
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1688
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1689
1689
  accountId?: string | null | undefined;
1690
1690
  reason?: string | null | undefined;
1691
1691
  fields?: {
@@ -1697,7 +1697,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
1697
1697
  };
1698
1698
  }>, z.ZodObject<{
1699
1699
  data: z.ZodObject<{
1700
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
1700
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
1701
1701
  variations: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
1702
1702
  fileId: z.ZodString;
1703
1703
  seed: z.ZodNumber;
@@ -1729,7 +1729,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
1729
1729
  originalPhashes: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
1730
1730
  historyId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1731
1731
  }, "strip", z.ZodTypeAny, {
1732
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1732
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1733
1733
  variations?: {
1734
1734
  fileId: string;
1735
1735
  seed: number;
@@ -1743,7 +1743,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
1743
1743
  originalPhashes?: string[] | null | undefined;
1744
1744
  historyId?: string | null | undefined;
1745
1745
  }, {
1746
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1746
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1747
1747
  variations?: {
1748
1748
  fileId: string;
1749
1749
  seed: number;
@@ -1761,7 +1761,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
1761
1761
  }, "strip", z.ZodTypeAny, {
1762
1762
  type: "IMAGE_PROCESSING_DONE";
1763
1763
  data: {
1764
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1764
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1765
1765
  variations?: {
1766
1766
  fileId: string;
1767
1767
  seed: number;
@@ -1778,7 +1778,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
1778
1778
  }, {
1779
1779
  type: "IMAGE_PROCESSING_DONE";
1780
1780
  data: {
1781
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1781
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1782
1782
  variations?: {
1783
1783
  fileId: string;
1784
1784
  seed: number;
@@ -2297,15 +2297,15 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
2297
2297
  };
2298
2298
  }>, z.ZodObject<{
2299
2299
  data: z.ZodObject<{
2300
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
2300
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
2301
2301
  accountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2302
2302
  itemHistoryId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2303
2303
  }, "strip", z.ZodTypeAny, {
2304
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2304
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2305
2305
  accountId?: string | null | undefined;
2306
2306
  itemHistoryId?: string | null | undefined;
2307
2307
  }, {
2308
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2308
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2309
2309
  accountId?: string | null | undefined;
2310
2310
  itemHistoryId?: string | null | undefined;
2311
2311
  }>;
@@ -2313,20 +2313,20 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
2313
2313
  }, "strip", z.ZodTypeAny, {
2314
2314
  type: "PUBLISHED";
2315
2315
  data: {
2316
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2316
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2317
2317
  accountId?: string | null | undefined;
2318
2318
  itemHistoryId?: string | null | undefined;
2319
2319
  };
2320
2320
  }, {
2321
2321
  type: "PUBLISHED";
2322
2322
  data: {
2323
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2323
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2324
2324
  accountId?: string | null | undefined;
2325
2325
  itemHistoryId?: string | null | undefined;
2326
2326
  };
2327
2327
  }>, z.ZodObject<{
2328
2328
  data: z.ZodObject<{
2329
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
2329
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
2330
2330
  publishingDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
2331
2331
  payload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2332
2332
  priceDropPayload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -2438,7 +2438,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
2438
2438
  targetAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2439
2439
  allowIfDeleted: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
2440
2440
  }, "strip", z.ZodTypeAny, {
2441
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2441
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2442
2442
  payload?: {
2443
2443
  priceDropPayload?: {
2444
2444
  value: number;
@@ -2468,7 +2468,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
2468
2468
  targetAccountId?: string | null | undefined;
2469
2469
  allowIfDeleted?: boolean | null | undefined;
2470
2470
  }, {
2471
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2471
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2472
2472
  payload?: {
2473
2473
  priceDropPayload?: {
2474
2474
  value: number;
@@ -2502,7 +2502,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
2502
2502
  }, "strip", z.ZodTypeAny, {
2503
2503
  type: "REPUBLISHING";
2504
2504
  data: {
2505
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2505
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2506
2506
  payload?: {
2507
2507
  priceDropPayload?: {
2508
2508
  value: number;
@@ -2535,7 +2535,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
2535
2535
  }, {
2536
2536
  type: "REPUBLISHING";
2537
2537
  data: {
2538
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2538
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2539
2539
  payload?: {
2540
2540
  priceDropPayload?: {
2541
2541
  value: number;
@@ -2567,7 +2567,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
2567
2567
  };
2568
2568
  }>, z.ZodObject<{
2569
2569
  data: z.ZodObject<{
2570
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
2570
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
2571
2571
  attemptNumber: z.ZodNumber;
2572
2572
  maxAttempts: z.ZodNumber;
2573
2573
  previousHistoryId: z.ZodString;
@@ -2693,7 +2693,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
2693
2693
  }>>>;
2694
2694
  }, "strip", z.ZodTypeAny, {
2695
2695
  maxAttempts: number;
2696
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2696
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2697
2697
  attemptNumber: number;
2698
2698
  previousHistoryId: string;
2699
2699
  originalFailureDate: Date;
@@ -2728,7 +2728,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
2728
2728
  }[] | null | undefined;
2729
2729
  }, {
2730
2730
  maxAttempts: number;
2731
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2731
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2732
2732
  attemptNumber: number;
2733
2733
  previousHistoryId: string;
2734
2734
  originalFailureDate: Date;
@@ -2767,7 +2767,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
2767
2767
  type: "REPUBLISHING_RETRY";
2768
2768
  data: {
2769
2769
  maxAttempts: number;
2770
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2770
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2771
2771
  attemptNumber: number;
2772
2772
  previousHistoryId: string;
2773
2773
  originalFailureDate: Date;
@@ -2805,7 +2805,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
2805
2805
  type: "REPUBLISHING_RETRY";
2806
2806
  data: {
2807
2807
  maxAttempts: number;
2808
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2808
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2809
2809
  attemptNumber: number;
2810
2810
  previousHistoryId: string;
2811
2811
  originalFailureDate: Date;
@@ -2841,31 +2841,31 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
2841
2841
  };
2842
2842
  }>, z.ZodObject<{
2843
2843
  data: z.ZodObject<{
2844
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
2844
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
2845
2845
  publishingDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
2846
2846
  }, "strip", z.ZodTypeAny, {
2847
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2847
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2848
2848
  publishingDate?: Date | null | undefined;
2849
2849
  }, {
2850
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2850
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2851
2851
  publishingDate?: Date | null | undefined;
2852
2852
  }>;
2853
2853
  type: z.ZodLiteral<"SCHEDULED">;
2854
2854
  }, "strip", z.ZodTypeAny, {
2855
2855
  type: "SCHEDULED";
2856
2856
  data: {
2857
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2857
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2858
2858
  publishingDate?: Date | null | undefined;
2859
2859
  };
2860
2860
  }, {
2861
2861
  type: "SCHEDULED";
2862
2862
  data: {
2863
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2863
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2864
2864
  publishingDate?: Date | null | undefined;
2865
2865
  };
2866
2866
  }>, z.ZodObject<{
2867
2867
  data: z.ZodObject<{
2868
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
2868
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
2869
2869
  attemptNumber: z.ZodNumber;
2870
2870
  maxAttempts: z.ZodNumber;
2871
2871
  previousHistoryId: z.ZodString;
@@ -2885,7 +2885,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
2885
2885
  }>, "many">>>;
2886
2886
  }, "strip", z.ZodTypeAny, {
2887
2887
  maxAttempts: number;
2888
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2888
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2889
2889
  attemptNumber: number;
2890
2890
  previousHistoryId: string;
2891
2891
  originalFailureDate: Date;
@@ -2896,7 +2896,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
2896
2896
  }[] | null | undefined;
2897
2897
  }, {
2898
2898
  maxAttempts: number;
2899
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2899
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2900
2900
  attemptNumber: number;
2901
2901
  previousHistoryId: string;
2902
2902
  originalFailureDate: Date;
@@ -2911,7 +2911,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
2911
2911
  type: "SCHEDULED_RETRY";
2912
2912
  data: {
2913
2913
  maxAttempts: number;
2914
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2914
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2915
2915
  attemptNumber: number;
2916
2916
  previousHistoryId: string;
2917
2917
  originalFailureDate: Date;
@@ -2925,7 +2925,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
2925
2925
  type: "SCHEDULED_RETRY";
2926
2926
  data: {
2927
2927
  maxAttempts: number;
2928
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2928
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2929
2929
  attemptNumber: number;
2930
2930
  previousHistoryId: string;
2931
2931
  originalFailureDate: Date;
@@ -2937,26 +2937,26 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
2937
2937
  };
2938
2938
  }>, z.ZodObject<{
2939
2939
  data: z.ZodObject<{
2940
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
2940
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
2941
2941
  }, "strip", z.ZodTypeAny, {
2942
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2942
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2943
2943
  }, {
2944
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2944
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2945
2945
  }>;
2946
2946
  type: z.ZodLiteral<"UPDATED">;
2947
2947
  }, "strip", z.ZodTypeAny, {
2948
2948
  type: "UPDATED";
2949
2949
  data: {
2950
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2950
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2951
2951
  };
2952
2952
  }, {
2953
2953
  type: "UPDATED";
2954
2954
  data: {
2955
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2955
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2956
2956
  };
2957
2957
  }>, z.ZodObject<{
2958
2958
  data: z.ZodObject<{
2959
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
2959
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
2960
2960
  payload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2961
2961
  priceDropPayload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2962
2962
  type: z.ZodEnum<["PERCENTAGE", "ABSOLUTE"]>;
@@ -3001,7 +3001,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
3001
3001
  }>>>;
3002
3002
  targetDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
3003
3003
  }, "strip", z.ZodTypeAny, {
3004
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3004
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3005
3005
  payload?: {
3006
3006
  priceDropPayload?: {
3007
3007
  value: number;
@@ -3014,7 +3014,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
3014
3014
  } | null | undefined;
3015
3015
  targetDate?: Date | null | undefined;
3016
3016
  }, {
3017
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3017
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3018
3018
  payload?: {
3019
3019
  priceDropPayload?: {
3020
3020
  value: number;
@@ -3031,7 +3031,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
3031
3031
  }, "strip", z.ZodTypeAny, {
3032
3032
  type: "UPDATING";
3033
3033
  data: {
3034
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3034
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3035
3035
  payload?: {
3036
3036
  priceDropPayload?: {
3037
3037
  value: number;
@@ -3047,7 +3047,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
3047
3047
  }, {
3048
3048
  type: "UPDATING";
3049
3049
  data: {
3050
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3050
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3051
3051
  payload?: {
3052
3052
  priceDropPayload?: {
3053
3053
  value: number;
@@ -3100,7 +3100,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
3100
3100
  } | {
3101
3101
  type: "FAILED_TO_PUBLISH";
3102
3102
  data: {
3103
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3103
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3104
3104
  accountId?: string | null | undefined;
3105
3105
  reason?: string | null | undefined;
3106
3106
  fields?: {
@@ -3113,7 +3113,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
3113
3113
  } | {
3114
3114
  type: "IMAGE_PROCESSING_DONE";
3115
3115
  data: {
3116
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3116
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3117
3117
  variations?: {
3118
3118
  fileId: string;
3119
3119
  seed: number;
@@ -3195,14 +3195,14 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
3195
3195
  } | {
3196
3196
  type: "PUBLISHED";
3197
3197
  data: {
3198
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3198
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3199
3199
  accountId?: string | null | undefined;
3200
3200
  itemHistoryId?: string | null | undefined;
3201
3201
  };
3202
3202
  } | {
3203
3203
  type: "REPUBLISHING";
3204
3204
  data: {
3205
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3205
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3206
3206
  payload?: {
3207
3207
  priceDropPayload?: {
3208
3208
  value: number;
@@ -3236,7 +3236,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
3236
3236
  type: "REPUBLISHING_RETRY";
3237
3237
  data: {
3238
3238
  maxAttempts: number;
3239
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3239
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3240
3240
  attemptNumber: number;
3241
3241
  previousHistoryId: string;
3242
3242
  originalFailureDate: Date;
@@ -3273,14 +3273,14 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
3273
3273
  } | {
3274
3274
  type: "SCHEDULED";
3275
3275
  data: {
3276
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3276
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3277
3277
  publishingDate?: Date | null | undefined;
3278
3278
  };
3279
3279
  } | {
3280
3280
  type: "SCHEDULED_RETRY";
3281
3281
  data: {
3282
3282
  maxAttempts: number;
3283
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3283
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3284
3284
  attemptNumber: number;
3285
3285
  previousHistoryId: string;
3286
3286
  originalFailureDate: Date;
@@ -3293,12 +3293,12 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
3293
3293
  } | {
3294
3294
  type: "UPDATED";
3295
3295
  data: {
3296
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3296
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3297
3297
  };
3298
3298
  } | {
3299
3299
  type: "UPDATING";
3300
3300
  data: {
3301
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3301
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3302
3302
  payload?: {
3303
3303
  priceDropPayload?: {
3304
3304
  value: number;
@@ -3350,7 +3350,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
3350
3350
  } | {
3351
3351
  type: "FAILED_TO_PUBLISH";
3352
3352
  data: {
3353
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3353
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3354
3354
  accountId?: string | null | undefined;
3355
3355
  reason?: string | null | undefined;
3356
3356
  fields?: {
@@ -3363,7 +3363,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
3363
3363
  } | {
3364
3364
  type: "IMAGE_PROCESSING_DONE";
3365
3365
  data: {
3366
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3366
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3367
3367
  variations?: {
3368
3368
  fileId: string;
3369
3369
  seed: number;
@@ -3445,14 +3445,14 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
3445
3445
  } | {
3446
3446
  type: "PUBLISHED";
3447
3447
  data: {
3448
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3448
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3449
3449
  accountId?: string | null | undefined;
3450
3450
  itemHistoryId?: string | null | undefined;
3451
3451
  };
3452
3452
  } | {
3453
3453
  type: "REPUBLISHING";
3454
3454
  data: {
3455
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3455
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3456
3456
  payload?: {
3457
3457
  priceDropPayload?: {
3458
3458
  value: number;
@@ -3486,7 +3486,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
3486
3486
  type: "REPUBLISHING_RETRY";
3487
3487
  data: {
3488
3488
  maxAttempts: number;
3489
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3489
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3490
3490
  attemptNumber: number;
3491
3491
  previousHistoryId: string;
3492
3492
  originalFailureDate: Date;
@@ -3523,14 +3523,14 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
3523
3523
  } | {
3524
3524
  type: "SCHEDULED";
3525
3525
  data: {
3526
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3526
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3527
3527
  publishingDate?: Date | null | undefined;
3528
3528
  };
3529
3529
  } | {
3530
3530
  type: "SCHEDULED_RETRY";
3531
3531
  data: {
3532
3532
  maxAttempts: number;
3533
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3533
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3534
3534
  attemptNumber: number;
3535
3535
  previousHistoryId: string;
3536
3536
  originalFailureDate: Date;
@@ -3543,12 +3543,12 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
3543
3543
  } | {
3544
3544
  type: "UPDATED";
3545
3545
  data: {
3546
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3546
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3547
3547
  };
3548
3548
  } | {
3549
3549
  type: "UPDATING";
3550
3550
  data: {
3551
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3551
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3552
3552
  payload?: {
3553
3553
  priceDropPayload?: {
3554
3554
  value: number;
@@ -3581,7 +3581,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
3581
3581
  account: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3582
3582
  userId: z.ZodNumber;
3583
3583
  accountId: z.ZodString;
3584
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
3584
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
3585
3585
  name: z.ZodString;
3586
3586
  locale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3587
3587
  status: z.ZodCatch<z.ZodEnum<["CONNECTED", "DISCONNECTED", "LOCKED", "PAUSED", "UNKNOWN"]>>;
@@ -3631,7 +3631,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
3631
3631
  name: string;
3632
3632
  userId: number;
3633
3633
  accountId: string;
3634
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3634
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3635
3635
  locale?: string | null | undefined;
3636
3636
  lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
3637
3637
  night?: {
@@ -3658,7 +3658,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
3658
3658
  name: string;
3659
3659
  userId: number;
3660
3660
  accountId: string;
3661
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3661
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3662
3662
  status?: unknown;
3663
3663
  locale?: string | null | undefined;
3664
3664
  lockReason?: unknown;
@@ -3705,7 +3705,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
3705
3705
  name: string;
3706
3706
  userId: number;
3707
3707
  accountId: string;
3708
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3708
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3709
3709
  locale?: string | null | undefined;
3710
3710
  lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
3711
3711
  night?: {
@@ -3747,7 +3747,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
3747
3747
  name: string;
3748
3748
  userId: number;
3749
3749
  accountId: string;
3750
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3750
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3751
3751
  status?: unknown;
3752
3752
  locale?: string | null | undefined;
3753
3753
  lockReason?: unknown;
@@ -4583,7 +4583,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
4583
4583
  name: string;
4584
4584
  userId: number;
4585
4585
  accountId: string;
4586
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4586
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4587
4587
  locale?: string | null | undefined;
4588
4588
  lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
4589
4589
  night?: {
@@ -4680,7 +4680,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
4680
4680
  } | {
4681
4681
  type: "FAILED_TO_PUBLISH";
4682
4682
  data: {
4683
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4683
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4684
4684
  accountId?: string | null | undefined;
4685
4685
  reason?: string | null | undefined;
4686
4686
  fields?: {
@@ -4693,7 +4693,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
4693
4693
  } | {
4694
4694
  type: "IMAGE_PROCESSING_DONE";
4695
4695
  data: {
4696
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4696
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4697
4697
  variations?: {
4698
4698
  fileId: string;
4699
4699
  seed: number;
@@ -4775,14 +4775,14 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
4775
4775
  } | {
4776
4776
  type: "PUBLISHED";
4777
4777
  data: {
4778
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4778
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4779
4779
  accountId?: string | null | undefined;
4780
4780
  itemHistoryId?: string | null | undefined;
4781
4781
  };
4782
4782
  } | {
4783
4783
  type: "REPUBLISHING";
4784
4784
  data: {
4785
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4785
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4786
4786
  payload?: {
4787
4787
  priceDropPayload?: {
4788
4788
  value: number;
@@ -4816,7 +4816,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
4816
4816
  type: "REPUBLISHING_RETRY";
4817
4817
  data: {
4818
4818
  maxAttempts: number;
4819
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4819
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4820
4820
  attemptNumber: number;
4821
4821
  previousHistoryId: string;
4822
4822
  originalFailureDate: Date;
@@ -4853,14 +4853,14 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
4853
4853
  } | {
4854
4854
  type: "SCHEDULED";
4855
4855
  data: {
4856
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4856
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4857
4857
  publishingDate?: Date | null | undefined;
4858
4858
  };
4859
4859
  } | {
4860
4860
  type: "SCHEDULED_RETRY";
4861
4861
  data: {
4862
4862
  maxAttempts: number;
4863
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4863
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4864
4864
  attemptNumber: number;
4865
4865
  previousHistoryId: string;
4866
4866
  originalFailureDate: Date;
@@ -4873,12 +4873,12 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
4873
4873
  } | {
4874
4874
  type: "UPDATED";
4875
4875
  data: {
4876
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4876
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4877
4877
  };
4878
4878
  } | {
4879
4879
  type: "UPDATING";
4880
4880
  data: {
4881
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
4881
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
4882
4882
  payload?: {
4883
4883
  priceDropPayload?: {
4884
4884
  value: number;
@@ -5083,7 +5083,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
5083
5083
  name: string;
5084
5084
  userId: number;
5085
5085
  accountId: string;
5086
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5086
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5087
5087
  status?: unknown;
5088
5088
  locale?: string | null | undefined;
5089
5089
  lockReason?: unknown;
@@ -5181,7 +5181,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
5181
5181
  } | {
5182
5182
  type: "FAILED_TO_PUBLISH";
5183
5183
  data: {
5184
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5184
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5185
5185
  accountId?: string | null | undefined;
5186
5186
  reason?: string | null | undefined;
5187
5187
  fields?: {
@@ -5194,7 +5194,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
5194
5194
  } | {
5195
5195
  type: "IMAGE_PROCESSING_DONE";
5196
5196
  data: {
5197
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5197
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5198
5198
  variations?: {
5199
5199
  fileId: string;
5200
5200
  seed: number;
@@ -5276,14 +5276,14 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
5276
5276
  } | {
5277
5277
  type: "PUBLISHED";
5278
5278
  data: {
5279
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5279
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5280
5280
  accountId?: string | null | undefined;
5281
5281
  itemHistoryId?: string | null | undefined;
5282
5282
  };
5283
5283
  } | {
5284
5284
  type: "REPUBLISHING";
5285
5285
  data: {
5286
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5286
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5287
5287
  payload?: {
5288
5288
  priceDropPayload?: {
5289
5289
  value: number;
@@ -5317,7 +5317,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
5317
5317
  type: "REPUBLISHING_RETRY";
5318
5318
  data: {
5319
5319
  maxAttempts: number;
5320
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5320
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5321
5321
  attemptNumber: number;
5322
5322
  previousHistoryId: string;
5323
5323
  originalFailureDate: Date;
@@ -5354,14 +5354,14 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
5354
5354
  } | {
5355
5355
  type: "SCHEDULED";
5356
5356
  data: {
5357
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5357
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5358
5358
  publishingDate?: Date | null | undefined;
5359
5359
  };
5360
5360
  } | {
5361
5361
  type: "SCHEDULED_RETRY";
5362
5362
  data: {
5363
5363
  maxAttempts: number;
5364
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5364
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5365
5365
  attemptNumber: number;
5366
5366
  previousHistoryId: string;
5367
5367
  originalFailureDate: Date;
@@ -5374,12 +5374,12 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
5374
5374
  } | {
5375
5375
  type: "UPDATED";
5376
5376
  data: {
5377
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5377
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5378
5378
  };
5379
5379
  } | {
5380
5380
  type: "UPDATING";
5381
5381
  data: {
5382
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5382
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5383
5383
  payload?: {
5384
5384
  priceDropPayload?: {
5385
5385
  value: number;
@@ -5587,7 +5587,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
5587
5587
  name: string;
5588
5588
  userId: number;
5589
5589
  accountId: string;
5590
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5590
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5591
5591
  locale?: string | null | undefined;
5592
5592
  lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
5593
5593
  night?: {
@@ -5684,7 +5684,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
5684
5684
  } | {
5685
5685
  type: "FAILED_TO_PUBLISH";
5686
5686
  data: {
5687
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5687
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5688
5688
  accountId?: string | null | undefined;
5689
5689
  reason?: string | null | undefined;
5690
5690
  fields?: {
@@ -5697,7 +5697,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
5697
5697
  } | {
5698
5698
  type: "IMAGE_PROCESSING_DONE";
5699
5699
  data: {
5700
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5700
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5701
5701
  variations?: {
5702
5702
  fileId: string;
5703
5703
  seed: number;
@@ -5779,14 +5779,14 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
5779
5779
  } | {
5780
5780
  type: "PUBLISHED";
5781
5781
  data: {
5782
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5782
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5783
5783
  accountId?: string | null | undefined;
5784
5784
  itemHistoryId?: string | null | undefined;
5785
5785
  };
5786
5786
  } | {
5787
5787
  type: "REPUBLISHING";
5788
5788
  data: {
5789
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5789
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5790
5790
  payload?: {
5791
5791
  priceDropPayload?: {
5792
5792
  value: number;
@@ -5820,7 +5820,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
5820
5820
  type: "REPUBLISHING_RETRY";
5821
5821
  data: {
5822
5822
  maxAttempts: number;
5823
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5823
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5824
5824
  attemptNumber: number;
5825
5825
  previousHistoryId: string;
5826
5826
  originalFailureDate: Date;
@@ -5857,14 +5857,14 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
5857
5857
  } | {
5858
5858
  type: "SCHEDULED";
5859
5859
  data: {
5860
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5860
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5861
5861
  publishingDate?: Date | null | undefined;
5862
5862
  };
5863
5863
  } | {
5864
5864
  type: "SCHEDULED_RETRY";
5865
5865
  data: {
5866
5866
  maxAttempts: number;
5867
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5867
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5868
5868
  attemptNumber: number;
5869
5869
  previousHistoryId: string;
5870
5870
  originalFailureDate: Date;
@@ -5877,12 +5877,12 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
5877
5877
  } | {
5878
5878
  type: "UPDATED";
5879
5879
  data: {
5880
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5880
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5881
5881
  };
5882
5882
  } | {
5883
5883
  type: "UPDATING";
5884
5884
  data: {
5885
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
5885
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
5886
5886
  payload?: {
5887
5887
  priceDropPayload?: {
5888
5888
  value: number;
@@ -6110,7 +6110,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
6110
6110
  name: string;
6111
6111
  userId: number;
6112
6112
  accountId: string;
6113
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
6113
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
6114
6114
  locale?: string | null | undefined;
6115
6115
  lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
6116
6116
  night?: {
@@ -6288,7 +6288,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
6288
6288
  name: string;
6289
6289
  userId: number;
6290
6290
  accountId: string;
6291
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
6291
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
6292
6292
  status?: unknown;
6293
6293
  locale?: string | null | undefined;
6294
6294
  lockReason?: unknown;
@@ -6386,7 +6386,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
6386
6386
  } | {
6387
6387
  type: "FAILED_TO_PUBLISH";
6388
6388
  data: {
6389
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
6389
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
6390
6390
  accountId?: string | null | undefined;
6391
6391
  reason?: string | null | undefined;
6392
6392
  fields?: {
@@ -6399,7 +6399,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
6399
6399
  } | {
6400
6400
  type: "IMAGE_PROCESSING_DONE";
6401
6401
  data: {
6402
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
6402
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
6403
6403
  variations?: {
6404
6404
  fileId: string;
6405
6405
  seed: number;
@@ -6481,14 +6481,14 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
6481
6481
  } | {
6482
6482
  type: "PUBLISHED";
6483
6483
  data: {
6484
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
6484
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
6485
6485
  accountId?: string | null | undefined;
6486
6486
  itemHistoryId?: string | null | undefined;
6487
6487
  };
6488
6488
  } | {
6489
6489
  type: "REPUBLISHING";
6490
6490
  data: {
6491
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
6491
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
6492
6492
  payload?: {
6493
6493
  priceDropPayload?: {
6494
6494
  value: number;
@@ -6522,7 +6522,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
6522
6522
  type: "REPUBLISHING_RETRY";
6523
6523
  data: {
6524
6524
  maxAttempts: number;
6525
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
6525
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
6526
6526
  attemptNumber: number;
6527
6527
  previousHistoryId: string;
6528
6528
  originalFailureDate: Date;
@@ -6559,14 +6559,14 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
6559
6559
  } | {
6560
6560
  type: "SCHEDULED";
6561
6561
  data: {
6562
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
6562
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
6563
6563
  publishingDate?: Date | null | undefined;
6564
6564
  };
6565
6565
  } | {
6566
6566
  type: "SCHEDULED_RETRY";
6567
6567
  data: {
6568
6568
  maxAttempts: number;
6569
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
6569
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
6570
6570
  attemptNumber: number;
6571
6571
  previousHistoryId: string;
6572
6572
  originalFailureDate: Date;
@@ -6579,12 +6579,12 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
6579
6579
  } | {
6580
6580
  type: "UPDATED";
6581
6581
  data: {
6582
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
6582
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
6583
6583
  };
6584
6584
  } | {
6585
6585
  type: "UPDATING";
6586
6586
  data: {
6587
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
6587
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
6588
6588
  payload?: {
6589
6589
  priceDropPayload?: {
6590
6590
  value: number;
@@ -6811,7 +6811,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
6811
6811
  name: string;
6812
6812
  userId: number;
6813
6813
  accountId: string;
6814
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
6814
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
6815
6815
  status?: unknown;
6816
6816
  locale?: string | null | undefined;
6817
6817
  lockReason?: unknown;