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
@@ -113,7 +113,7 @@ export declare const ItemHistoryDecodedPayloadEmptySchema: z.ZodObject<{
113
113
  export type ItemHistoryDecodedPayloadEmpty = z.infer<typeof ItemHistoryDecodedPayloadEmptySchema>;
114
114
  export declare const ItemHistoryDecodedPayloadFailedToPublishSchema: z.ZodObject<{
115
115
  data: z.ZodObject<{
116
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
116
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
117
117
  accountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
118
118
  reason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
119
119
  fields: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
@@ -131,7 +131,7 @@ export declare const ItemHistoryDecodedPayloadFailedToPublishSchema: z.ZodObject
131
131
  }>, "many">>>;
132
132
  itemHistoryId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
133
133
  }, "strip", z.ZodTypeAny, {
134
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
134
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
135
135
  accountId?: string | null | undefined;
136
136
  reason?: string | null | undefined;
137
137
  fields?: {
@@ -141,7 +141,7 @@ export declare const ItemHistoryDecodedPayloadFailedToPublishSchema: z.ZodObject
141
141
  }[] | null | undefined;
142
142
  itemHistoryId?: string | null | undefined;
143
143
  }, {
144
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
144
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
145
145
  accountId?: string | null | undefined;
146
146
  reason?: string | null | undefined;
147
147
  fields?: {
@@ -155,7 +155,7 @@ export declare const ItemHistoryDecodedPayloadFailedToPublishSchema: z.ZodObject
155
155
  }, "strip", z.ZodTypeAny, {
156
156
  type: "FAILED_TO_PUBLISH";
157
157
  data: {
158
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
158
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
159
159
  accountId?: string | null | undefined;
160
160
  reason?: string | null | undefined;
161
161
  fields?: {
@@ -168,7 +168,7 @@ export declare const ItemHistoryDecodedPayloadFailedToPublishSchema: z.ZodObject
168
168
  }, {
169
169
  type: "FAILED_TO_PUBLISH";
170
170
  data: {
171
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
171
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
172
172
  accountId?: string | null | undefined;
173
173
  reason?: string | null | undefined;
174
174
  fields?: {
@@ -182,7 +182,7 @@ export declare const ItemHistoryDecodedPayloadFailedToPublishSchema: z.ZodObject
182
182
  export type ItemHistoryDecodedPayloadFailedToPublish = z.infer<typeof ItemHistoryDecodedPayloadFailedToPublishSchema>;
183
183
  export declare const ItemHistoryDecodedPayloadImageProcessingDoneSchema: z.ZodObject<{
184
184
  data: z.ZodObject<{
185
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
185
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
186
186
  variations: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
187
187
  fileId: z.ZodString;
188
188
  seed: z.ZodNumber;
@@ -214,7 +214,7 @@ export declare const ItemHistoryDecodedPayloadImageProcessingDoneSchema: z.ZodOb
214
214
  originalPhashes: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
215
215
  historyId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
216
216
  }, "strip", z.ZodTypeAny, {
217
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
217
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
218
218
  variations?: {
219
219
  fileId: string;
220
220
  seed: number;
@@ -228,7 +228,7 @@ export declare const ItemHistoryDecodedPayloadImageProcessingDoneSchema: z.ZodOb
228
228
  originalPhashes?: string[] | null | undefined;
229
229
  historyId?: string | null | undefined;
230
230
  }, {
231
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
231
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
232
232
  variations?: {
233
233
  fileId: string;
234
234
  seed: number;
@@ -246,7 +246,7 @@ export declare const ItemHistoryDecodedPayloadImageProcessingDoneSchema: z.ZodOb
246
246
  }, "strip", z.ZodTypeAny, {
247
247
  type: "IMAGE_PROCESSING_DONE";
248
248
  data: {
249
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
249
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
250
250
  variations?: {
251
251
  fileId: string;
252
252
  seed: number;
@@ -263,7 +263,7 @@ export declare const ItemHistoryDecodedPayloadImageProcessingDoneSchema: z.ZodOb
263
263
  }, {
264
264
  type: "IMAGE_PROCESSING_DONE";
265
265
  data: {
266
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
266
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
267
267
  variations?: {
268
268
  fileId: string;
269
269
  seed: number;
@@ -790,15 +790,15 @@ export declare const ItemHistoryDecodedPayloadLifecycleStartedSchema: z.ZodObjec
790
790
  export type ItemHistoryDecodedPayloadLifecycleStarted = z.infer<typeof ItemHistoryDecodedPayloadLifecycleStartedSchema>;
791
791
  export declare const ItemHistoryDecodedPayloadPublishedSchema: z.ZodObject<{
792
792
  data: z.ZodObject<{
793
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
793
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
794
794
  accountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
795
795
  itemHistoryId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
796
796
  }, "strip", z.ZodTypeAny, {
797
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
797
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
798
798
  accountId?: string | null | undefined;
799
799
  itemHistoryId?: string | null | undefined;
800
800
  }, {
801
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
801
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
802
802
  accountId?: string | null | undefined;
803
803
  itemHistoryId?: string | null | undefined;
804
804
  }>;
@@ -806,14 +806,14 @@ export declare const ItemHistoryDecodedPayloadPublishedSchema: z.ZodObject<{
806
806
  }, "strip", z.ZodTypeAny, {
807
807
  type: "PUBLISHED";
808
808
  data: {
809
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
809
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
810
810
  accountId?: string | null | undefined;
811
811
  itemHistoryId?: string | null | undefined;
812
812
  };
813
813
  }, {
814
814
  type: "PUBLISHED";
815
815
  data: {
816
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
816
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
817
817
  accountId?: string | null | undefined;
818
818
  itemHistoryId?: string | null | undefined;
819
819
  };
@@ -821,7 +821,7 @@ export declare const ItemHistoryDecodedPayloadPublishedSchema: z.ZodObject<{
821
821
  export type ItemHistoryDecodedPayloadPublished = z.infer<typeof ItemHistoryDecodedPayloadPublishedSchema>;
822
822
  export declare const ItemHistoryDecodedPayloadRepublishingSchema: z.ZodObject<{
823
823
  data: z.ZodObject<{
824
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
824
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
825
825
  publishingDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
826
826
  payload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
827
827
  priceDropPayload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -933,7 +933,7 @@ export declare const ItemHistoryDecodedPayloadRepublishingSchema: z.ZodObject<{
933
933
  targetAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
934
934
  allowIfDeleted: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
935
935
  }, "strip", z.ZodTypeAny, {
936
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
936
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
937
937
  payload?: {
938
938
  priceDropPayload?: {
939
939
  value: number;
@@ -963,7 +963,7 @@ export declare const ItemHistoryDecodedPayloadRepublishingSchema: z.ZodObject<{
963
963
  targetAccountId?: string | null | undefined;
964
964
  allowIfDeleted?: boolean | null | undefined;
965
965
  }, {
966
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
966
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
967
967
  payload?: {
968
968
  priceDropPayload?: {
969
969
  value: number;
@@ -997,7 +997,7 @@ export declare const ItemHistoryDecodedPayloadRepublishingSchema: z.ZodObject<{
997
997
  }, "strip", z.ZodTypeAny, {
998
998
  type: "REPUBLISHING";
999
999
  data: {
1000
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1000
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1001
1001
  payload?: {
1002
1002
  priceDropPayload?: {
1003
1003
  value: number;
@@ -1030,7 +1030,7 @@ export declare const ItemHistoryDecodedPayloadRepublishingSchema: z.ZodObject<{
1030
1030
  }, {
1031
1031
  type: "REPUBLISHING";
1032
1032
  data: {
1033
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1033
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1034
1034
  payload?: {
1035
1035
  priceDropPayload?: {
1036
1036
  value: number;
@@ -1064,7 +1064,7 @@ export declare const ItemHistoryDecodedPayloadRepublishingSchema: z.ZodObject<{
1064
1064
  export type ItemHistoryDecodedPayloadRepublishing = z.infer<typeof ItemHistoryDecodedPayloadRepublishingSchema>;
1065
1065
  export declare const ItemHistoryDecodedPayloadRepublishingRetrySchema: z.ZodObject<{
1066
1066
  data: z.ZodObject<{
1067
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
1067
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
1068
1068
  attemptNumber: z.ZodNumber;
1069
1069
  maxAttempts: z.ZodNumber;
1070
1070
  previousHistoryId: z.ZodString;
@@ -1190,7 +1190,7 @@ export declare const ItemHistoryDecodedPayloadRepublishingRetrySchema: z.ZodObje
1190
1190
  }>>>;
1191
1191
  }, "strip", z.ZodTypeAny, {
1192
1192
  maxAttempts: number;
1193
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1193
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1194
1194
  attemptNumber: number;
1195
1195
  previousHistoryId: string;
1196
1196
  originalFailureDate: Date;
@@ -1225,7 +1225,7 @@ export declare const ItemHistoryDecodedPayloadRepublishingRetrySchema: z.ZodObje
1225
1225
  }[] | null | undefined;
1226
1226
  }, {
1227
1227
  maxAttempts: number;
1228
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1228
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1229
1229
  attemptNumber: number;
1230
1230
  previousHistoryId: string;
1231
1231
  originalFailureDate: Date;
@@ -1264,7 +1264,7 @@ export declare const ItemHistoryDecodedPayloadRepublishingRetrySchema: z.ZodObje
1264
1264
  type: "REPUBLISHING_RETRY";
1265
1265
  data: {
1266
1266
  maxAttempts: number;
1267
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1267
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1268
1268
  attemptNumber: number;
1269
1269
  previousHistoryId: string;
1270
1270
  originalFailureDate: Date;
@@ -1302,7 +1302,7 @@ export declare const ItemHistoryDecodedPayloadRepublishingRetrySchema: z.ZodObje
1302
1302
  type: "REPUBLISHING_RETRY";
1303
1303
  data: {
1304
1304
  maxAttempts: number;
1305
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1305
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1306
1306
  attemptNumber: number;
1307
1307
  previousHistoryId: string;
1308
1308
  originalFailureDate: Date;
@@ -1340,33 +1340,33 @@ export declare const ItemHistoryDecodedPayloadRepublishingRetrySchema: z.ZodObje
1340
1340
  export type ItemHistoryDecodedPayloadRepublishingRetry = z.infer<typeof ItemHistoryDecodedPayloadRepublishingRetrySchema>;
1341
1341
  export declare const ItemHistoryDecodedPayloadScheduledSchema: z.ZodObject<{
1342
1342
  data: z.ZodObject<{
1343
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
1343
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
1344
1344
  publishingDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
1345
1345
  }, "strip", z.ZodTypeAny, {
1346
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1346
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1347
1347
  publishingDate?: Date | null | undefined;
1348
1348
  }, {
1349
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1349
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1350
1350
  publishingDate?: Date | null | undefined;
1351
1351
  }>;
1352
1352
  type: z.ZodLiteral<"SCHEDULED">;
1353
1353
  }, "strip", z.ZodTypeAny, {
1354
1354
  type: "SCHEDULED";
1355
1355
  data: {
1356
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1356
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1357
1357
  publishingDate?: Date | null | undefined;
1358
1358
  };
1359
1359
  }, {
1360
1360
  type: "SCHEDULED";
1361
1361
  data: {
1362
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1362
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1363
1363
  publishingDate?: Date | null | undefined;
1364
1364
  };
1365
1365
  }>;
1366
1366
  export type ItemHistoryDecodedPayloadScheduled = z.infer<typeof ItemHistoryDecodedPayloadScheduledSchema>;
1367
1367
  export declare const ItemHistoryDecodedPayloadScheduledRetrySchema: z.ZodObject<{
1368
1368
  data: z.ZodObject<{
1369
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
1369
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
1370
1370
  attemptNumber: z.ZodNumber;
1371
1371
  maxAttempts: z.ZodNumber;
1372
1372
  previousHistoryId: z.ZodString;
@@ -1386,7 +1386,7 @@ export declare const ItemHistoryDecodedPayloadScheduledRetrySchema: z.ZodObject<
1386
1386
  }>, "many">>>;
1387
1387
  }, "strip", z.ZodTypeAny, {
1388
1388
  maxAttempts: number;
1389
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1389
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1390
1390
  attemptNumber: number;
1391
1391
  previousHistoryId: string;
1392
1392
  originalFailureDate: Date;
@@ -1397,7 +1397,7 @@ export declare const ItemHistoryDecodedPayloadScheduledRetrySchema: z.ZodObject<
1397
1397
  }[] | null | undefined;
1398
1398
  }, {
1399
1399
  maxAttempts: number;
1400
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1400
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1401
1401
  attemptNumber: number;
1402
1402
  previousHistoryId: string;
1403
1403
  originalFailureDate: Date;
@@ -1412,7 +1412,7 @@ export declare const ItemHistoryDecodedPayloadScheduledRetrySchema: z.ZodObject<
1412
1412
  type: "SCHEDULED_RETRY";
1413
1413
  data: {
1414
1414
  maxAttempts: number;
1415
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1415
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1416
1416
  attemptNumber: number;
1417
1417
  previousHistoryId: string;
1418
1418
  originalFailureDate: Date;
@@ -1426,7 +1426,7 @@ export declare const ItemHistoryDecodedPayloadScheduledRetrySchema: z.ZodObject<
1426
1426
  type: "SCHEDULED_RETRY";
1427
1427
  data: {
1428
1428
  maxAttempts: number;
1429
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1429
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1430
1430
  attemptNumber: number;
1431
1431
  previousHistoryId: string;
1432
1432
  originalFailureDate: Date;
@@ -1440,28 +1440,28 @@ export declare const ItemHistoryDecodedPayloadScheduledRetrySchema: z.ZodObject<
1440
1440
  export type ItemHistoryDecodedPayloadScheduledRetry = z.infer<typeof ItemHistoryDecodedPayloadScheduledRetrySchema>;
1441
1441
  export declare const ItemHistoryDecodedPayloadUpdatedSchema: z.ZodObject<{
1442
1442
  data: z.ZodObject<{
1443
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
1443
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
1444
1444
  }, "strip", z.ZodTypeAny, {
1445
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1445
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1446
1446
  }, {
1447
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1447
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1448
1448
  }>;
1449
1449
  type: z.ZodLiteral<"UPDATED">;
1450
1450
  }, "strip", z.ZodTypeAny, {
1451
1451
  type: "UPDATED";
1452
1452
  data: {
1453
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1453
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1454
1454
  };
1455
1455
  }, {
1456
1456
  type: "UPDATED";
1457
1457
  data: {
1458
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1458
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1459
1459
  };
1460
1460
  }>;
1461
1461
  export type ItemHistoryDecodedPayloadUpdated = z.infer<typeof ItemHistoryDecodedPayloadUpdatedSchema>;
1462
1462
  export declare const ItemHistoryDecodedPayloadUpdatingSchema: z.ZodObject<{
1463
1463
  data: z.ZodObject<{
1464
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
1464
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
1465
1465
  payload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1466
1466
  priceDropPayload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1467
1467
  type: z.ZodEnum<["PERCENTAGE", "ABSOLUTE"]>;
@@ -1506,7 +1506,7 @@ export declare const ItemHistoryDecodedPayloadUpdatingSchema: z.ZodObject<{
1506
1506
  }>>>;
1507
1507
  targetDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
1508
1508
  }, "strip", z.ZodTypeAny, {
1509
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1509
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1510
1510
  payload?: {
1511
1511
  priceDropPayload?: {
1512
1512
  value: number;
@@ -1519,7 +1519,7 @@ export declare const ItemHistoryDecodedPayloadUpdatingSchema: z.ZodObject<{
1519
1519
  } | null | undefined;
1520
1520
  targetDate?: Date | null | undefined;
1521
1521
  }, {
1522
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1522
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1523
1523
  payload?: {
1524
1524
  priceDropPayload?: {
1525
1525
  value: number;
@@ -1536,7 +1536,7 @@ export declare const ItemHistoryDecodedPayloadUpdatingSchema: z.ZodObject<{
1536
1536
  }, "strip", z.ZodTypeAny, {
1537
1537
  type: "UPDATING";
1538
1538
  data: {
1539
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1539
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1540
1540
  payload?: {
1541
1541
  priceDropPayload?: {
1542
1542
  value: number;
@@ -1552,7 +1552,7 @@ export declare const ItemHistoryDecodedPayloadUpdatingSchema: z.ZodObject<{
1552
1552
  }, {
1553
1553
  type: "UPDATING";
1554
1554
  data: {
1555
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1555
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1556
1556
  payload?: {
1557
1557
  priceDropPayload?: {
1558
1558
  value: number;
@@ -1671,7 +1671,7 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
1671
1671
  type: "EMPTY";
1672
1672
  }>, z.ZodObject<{
1673
1673
  data: z.ZodObject<{
1674
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
1674
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
1675
1675
  accountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1676
1676
  reason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1677
1677
  fields: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
@@ -1689,7 +1689,7 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
1689
1689
  }>, "many">>>;
1690
1690
  itemHistoryId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1691
1691
  }, "strip", z.ZodTypeAny, {
1692
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1692
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1693
1693
  accountId?: string | null | undefined;
1694
1694
  reason?: string | null | undefined;
1695
1695
  fields?: {
@@ -1699,7 +1699,7 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
1699
1699
  }[] | null | undefined;
1700
1700
  itemHistoryId?: string | null | undefined;
1701
1701
  }, {
1702
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1702
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1703
1703
  accountId?: string | null | undefined;
1704
1704
  reason?: string | null | undefined;
1705
1705
  fields?: {
@@ -1713,7 +1713,7 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
1713
1713
  }, "strip", z.ZodTypeAny, {
1714
1714
  type: "FAILED_TO_PUBLISH";
1715
1715
  data: {
1716
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1716
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1717
1717
  accountId?: string | null | undefined;
1718
1718
  reason?: string | null | undefined;
1719
1719
  fields?: {
@@ -1726,7 +1726,7 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
1726
1726
  }, {
1727
1727
  type: "FAILED_TO_PUBLISH";
1728
1728
  data: {
1729
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1729
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1730
1730
  accountId?: string | null | undefined;
1731
1731
  reason?: string | null | undefined;
1732
1732
  fields?: {
@@ -1738,7 +1738,7 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
1738
1738
  };
1739
1739
  }>, z.ZodObject<{
1740
1740
  data: z.ZodObject<{
1741
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
1741
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
1742
1742
  variations: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
1743
1743
  fileId: z.ZodString;
1744
1744
  seed: z.ZodNumber;
@@ -1770,7 +1770,7 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
1770
1770
  originalPhashes: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
1771
1771
  historyId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1772
1772
  }, "strip", z.ZodTypeAny, {
1773
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1773
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1774
1774
  variations?: {
1775
1775
  fileId: string;
1776
1776
  seed: number;
@@ -1784,7 +1784,7 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
1784
1784
  originalPhashes?: string[] | null | undefined;
1785
1785
  historyId?: string | null | undefined;
1786
1786
  }, {
1787
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1787
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1788
1788
  variations?: {
1789
1789
  fileId: string;
1790
1790
  seed: number;
@@ -1802,7 +1802,7 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
1802
1802
  }, "strip", z.ZodTypeAny, {
1803
1803
  type: "IMAGE_PROCESSING_DONE";
1804
1804
  data: {
1805
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1805
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1806
1806
  variations?: {
1807
1807
  fileId: string;
1808
1808
  seed: number;
@@ -1819,7 +1819,7 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
1819
1819
  }, {
1820
1820
  type: "IMAGE_PROCESSING_DONE";
1821
1821
  data: {
1822
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
1822
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
1823
1823
  variations?: {
1824
1824
  fileId: string;
1825
1825
  seed: number;
@@ -2338,15 +2338,15 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
2338
2338
  };
2339
2339
  }>, z.ZodObject<{
2340
2340
  data: z.ZodObject<{
2341
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
2341
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
2342
2342
  accountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2343
2343
  itemHistoryId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2344
2344
  }, "strip", z.ZodTypeAny, {
2345
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2345
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2346
2346
  accountId?: string | null | undefined;
2347
2347
  itemHistoryId?: string | null | undefined;
2348
2348
  }, {
2349
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2349
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2350
2350
  accountId?: string | null | undefined;
2351
2351
  itemHistoryId?: string | null | undefined;
2352
2352
  }>;
@@ -2354,20 +2354,20 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
2354
2354
  }, "strip", z.ZodTypeAny, {
2355
2355
  type: "PUBLISHED";
2356
2356
  data: {
2357
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2357
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2358
2358
  accountId?: string | null | undefined;
2359
2359
  itemHistoryId?: string | null | undefined;
2360
2360
  };
2361
2361
  }, {
2362
2362
  type: "PUBLISHED";
2363
2363
  data: {
2364
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2364
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2365
2365
  accountId?: string | null | undefined;
2366
2366
  itemHistoryId?: string | null | undefined;
2367
2367
  };
2368
2368
  }>, z.ZodObject<{
2369
2369
  data: z.ZodObject<{
2370
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
2370
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
2371
2371
  publishingDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
2372
2372
  payload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2373
2373
  priceDropPayload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -2479,7 +2479,7 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
2479
2479
  targetAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2480
2480
  allowIfDeleted: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
2481
2481
  }, "strip", z.ZodTypeAny, {
2482
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2482
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2483
2483
  payload?: {
2484
2484
  priceDropPayload?: {
2485
2485
  value: number;
@@ -2509,7 +2509,7 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
2509
2509
  targetAccountId?: string | null | undefined;
2510
2510
  allowIfDeleted?: boolean | null | undefined;
2511
2511
  }, {
2512
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2512
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2513
2513
  payload?: {
2514
2514
  priceDropPayload?: {
2515
2515
  value: number;
@@ -2543,7 +2543,7 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
2543
2543
  }, "strip", z.ZodTypeAny, {
2544
2544
  type: "REPUBLISHING";
2545
2545
  data: {
2546
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2546
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2547
2547
  payload?: {
2548
2548
  priceDropPayload?: {
2549
2549
  value: number;
@@ -2576,7 +2576,7 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
2576
2576
  }, {
2577
2577
  type: "REPUBLISHING";
2578
2578
  data: {
2579
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2579
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2580
2580
  payload?: {
2581
2581
  priceDropPayload?: {
2582
2582
  value: number;
@@ -2608,7 +2608,7 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
2608
2608
  };
2609
2609
  }>, z.ZodObject<{
2610
2610
  data: z.ZodObject<{
2611
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
2611
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
2612
2612
  attemptNumber: z.ZodNumber;
2613
2613
  maxAttempts: z.ZodNumber;
2614
2614
  previousHistoryId: z.ZodString;
@@ -2734,7 +2734,7 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
2734
2734
  }>>>;
2735
2735
  }, "strip", z.ZodTypeAny, {
2736
2736
  maxAttempts: number;
2737
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2737
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2738
2738
  attemptNumber: number;
2739
2739
  previousHistoryId: string;
2740
2740
  originalFailureDate: Date;
@@ -2769,7 +2769,7 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
2769
2769
  }[] | null | undefined;
2770
2770
  }, {
2771
2771
  maxAttempts: number;
2772
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2772
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2773
2773
  attemptNumber: number;
2774
2774
  previousHistoryId: string;
2775
2775
  originalFailureDate: Date;
@@ -2808,7 +2808,7 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
2808
2808
  type: "REPUBLISHING_RETRY";
2809
2809
  data: {
2810
2810
  maxAttempts: number;
2811
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2811
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2812
2812
  attemptNumber: number;
2813
2813
  previousHistoryId: string;
2814
2814
  originalFailureDate: Date;
@@ -2846,7 +2846,7 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
2846
2846
  type: "REPUBLISHING_RETRY";
2847
2847
  data: {
2848
2848
  maxAttempts: number;
2849
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2849
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2850
2850
  attemptNumber: number;
2851
2851
  previousHistoryId: string;
2852
2852
  originalFailureDate: Date;
@@ -2882,31 +2882,31 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
2882
2882
  };
2883
2883
  }>, z.ZodObject<{
2884
2884
  data: z.ZodObject<{
2885
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
2885
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
2886
2886
  publishingDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
2887
2887
  }, "strip", z.ZodTypeAny, {
2888
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2888
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2889
2889
  publishingDate?: Date | null | undefined;
2890
2890
  }, {
2891
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2891
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2892
2892
  publishingDate?: Date | null | undefined;
2893
2893
  }>;
2894
2894
  type: z.ZodLiteral<"SCHEDULED">;
2895
2895
  }, "strip", z.ZodTypeAny, {
2896
2896
  type: "SCHEDULED";
2897
2897
  data: {
2898
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2898
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2899
2899
  publishingDate?: Date | null | undefined;
2900
2900
  };
2901
2901
  }, {
2902
2902
  type: "SCHEDULED";
2903
2903
  data: {
2904
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2904
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2905
2905
  publishingDate?: Date | null | undefined;
2906
2906
  };
2907
2907
  }>, z.ZodObject<{
2908
2908
  data: z.ZodObject<{
2909
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
2909
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
2910
2910
  attemptNumber: z.ZodNumber;
2911
2911
  maxAttempts: z.ZodNumber;
2912
2912
  previousHistoryId: z.ZodString;
@@ -2926,7 +2926,7 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
2926
2926
  }>, "many">>>;
2927
2927
  }, "strip", z.ZodTypeAny, {
2928
2928
  maxAttempts: number;
2929
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2929
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2930
2930
  attemptNumber: number;
2931
2931
  previousHistoryId: string;
2932
2932
  originalFailureDate: Date;
@@ -2937,7 +2937,7 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
2937
2937
  }[] | null | undefined;
2938
2938
  }, {
2939
2939
  maxAttempts: number;
2940
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2940
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2941
2941
  attemptNumber: number;
2942
2942
  previousHistoryId: string;
2943
2943
  originalFailureDate: Date;
@@ -2952,7 +2952,7 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
2952
2952
  type: "SCHEDULED_RETRY";
2953
2953
  data: {
2954
2954
  maxAttempts: number;
2955
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2955
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2956
2956
  attemptNumber: number;
2957
2957
  previousHistoryId: string;
2958
2958
  originalFailureDate: Date;
@@ -2966,7 +2966,7 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
2966
2966
  type: "SCHEDULED_RETRY";
2967
2967
  data: {
2968
2968
  maxAttempts: number;
2969
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2969
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2970
2970
  attemptNumber: number;
2971
2971
  previousHistoryId: string;
2972
2972
  originalFailureDate: Date;
@@ -2978,26 +2978,26 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
2978
2978
  };
2979
2979
  }>, z.ZodObject<{
2980
2980
  data: z.ZodObject<{
2981
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
2981
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
2982
2982
  }, "strip", z.ZodTypeAny, {
2983
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2983
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2984
2984
  }, {
2985
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2985
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2986
2986
  }>;
2987
2987
  type: z.ZodLiteral<"UPDATED">;
2988
2988
  }, "strip", z.ZodTypeAny, {
2989
2989
  type: "UPDATED";
2990
2990
  data: {
2991
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2991
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2992
2992
  };
2993
2993
  }, {
2994
2994
  type: "UPDATED";
2995
2995
  data: {
2996
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
2996
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
2997
2997
  };
2998
2998
  }>, z.ZodObject<{
2999
2999
  data: z.ZodObject<{
3000
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
3000
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
3001
3001
  payload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3002
3002
  priceDropPayload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3003
3003
  type: z.ZodEnum<["PERCENTAGE", "ABSOLUTE"]>;
@@ -3042,7 +3042,7 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
3042
3042
  }>>>;
3043
3043
  targetDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
3044
3044
  }, "strip", z.ZodTypeAny, {
3045
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3045
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3046
3046
  payload?: {
3047
3047
  priceDropPayload?: {
3048
3048
  value: number;
@@ -3055,7 +3055,7 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
3055
3055
  } | null | undefined;
3056
3056
  targetDate?: Date | null | undefined;
3057
3057
  }, {
3058
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3058
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3059
3059
  payload?: {
3060
3060
  priceDropPayload?: {
3061
3061
  value: number;
@@ -3072,7 +3072,7 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
3072
3072
  }, "strip", z.ZodTypeAny, {
3073
3073
  type: "UPDATING";
3074
3074
  data: {
3075
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3075
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3076
3076
  payload?: {
3077
3077
  priceDropPayload?: {
3078
3078
  value: number;
@@ -3088,7 +3088,7 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
3088
3088
  }, {
3089
3089
  type: "UPDATING";
3090
3090
  data: {
3091
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
3091
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
3092
3092
  payload?: {
3093
3093
  priceDropPayload?: {
3094
3094
  value: number;