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
@@ -13,7 +13,7 @@ export declare const SubmitFavoritesResponseSchema: z.ZodObject<{
13
13
  account: z.ZodOptional<z.ZodNullable<z.ZodObject<{
14
14
  userId: z.ZodNumber;
15
15
  accountId: z.ZodString;
16
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
16
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
17
17
  name: z.ZodString;
18
18
  locale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
19
19
  status: z.ZodCatch<z.ZodEnum<["CONNECTED", "DISCONNECTED", "LOCKED", "PAUSED", "UNKNOWN"]>>;
@@ -63,7 +63,7 @@ export declare const SubmitFavoritesResponseSchema: z.ZodObject<{
63
63
  name: string;
64
64
  userId: number;
65
65
  accountId: string;
66
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
66
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
67
67
  locale?: string | null | undefined;
68
68
  lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
69
69
  night?: {
@@ -90,7 +90,7 @@ export declare const SubmitFavoritesResponseSchema: z.ZodObject<{
90
90
  name: string;
91
91
  userId: number;
92
92
  accountId: string;
93
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
93
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
94
94
  status?: unknown;
95
95
  locale?: string | null | undefined;
96
96
  lockReason?: unknown;
@@ -129,7 +129,7 @@ export declare const SubmitFavoritesResponseSchema: z.ZodObject<{
129
129
  name: string;
130
130
  userId: number;
131
131
  accountId: string;
132
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
132
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
133
133
  locale?: string | null | undefined;
134
134
  lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
135
135
  night?: {
@@ -167,7 +167,7 @@ export declare const SubmitFavoritesResponseSchema: z.ZodObject<{
167
167
  name: string;
168
168
  userId: number;
169
169
  accountId: string;
170
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
170
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
171
171
  status?: unknown;
172
172
  locale?: string | null | undefined;
173
173
  lockReason?: unknown;
@@ -209,7 +209,7 @@ export declare const SubmitFavoritesResponseSchema: z.ZodObject<{
209
209
  name: string;
210
210
  userId: number;
211
211
  accountId: string;
212
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
212
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
213
213
  locale?: string | null | undefined;
214
214
  lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
215
215
  night?: {
@@ -249,7 +249,7 @@ export declare const SubmitFavoritesResponseSchema: z.ZodObject<{
249
249
  name: string;
250
250
  userId: number;
251
251
  accountId: string;
252
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
252
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
253
253
  status?: unknown;
254
254
  locale?: string | null | undefined;
255
255
  lockReason?: unknown;
@@ -43,9 +43,9 @@ export declare const ConversationUserSchema: z.ZodObject<{
43
43
  login: string;
44
44
  platformUserId: string;
45
45
  email?: string | null | undefined;
46
+ location?: string | null | undefined;
46
47
  reviewCount?: number | null | undefined;
47
48
  reviewValue?: number | null | undefined;
48
- location?: string | null | undefined;
49
49
  billingName?: string | null | undefined;
50
50
  billingAddressLine1?: string | null | undefined;
51
51
  billingAddressLine2?: string | null | undefined;
@@ -67,9 +67,9 @@ export declare const ConversationUserSchema: z.ZodObject<{
67
67
  login: string;
68
68
  platformUserId: string;
69
69
  email?: string | null | undefined;
70
+ location?: string | null | undefined;
70
71
  reviewCount?: number | null | undefined;
71
72
  reviewValue?: number | null | undefined;
72
- location?: string | null | undefined;
73
73
  billingName?: string | null | undefined;
74
74
  billingAddressLine1?: string | null | undefined;
75
75
  billingAddressLine2?: string | null | undefined;
@@ -17,9 +17,9 @@ export declare const CreateConversationUserPayloadSchema: z.ZodObject<{
17
17
  login: string;
18
18
  platformUserId: string;
19
19
  email?: string | null | undefined;
20
+ location?: string | null | undefined;
20
21
  reviewCount?: number | null | undefined;
21
22
  reviewValue?: number | null | undefined;
22
- location?: string | null | undefined;
23
23
  billingName?: string | null | undefined;
24
24
  billingAddressLine1?: string | null | undefined;
25
25
  billingAddressLine2?: string | null | undefined;
@@ -31,9 +31,9 @@ export declare const CreateConversationUserPayloadSchema: z.ZodObject<{
31
31
  login: string;
32
32
  platformUserId: string;
33
33
  email?: string | null | undefined;
34
+ location?: string | null | undefined;
34
35
  reviewCount?: number | null | undefined;
35
36
  reviewValue?: number | null | undefined;
36
- location?: string | null | undefined;
37
37
  billingName?: string | null | undefined;
38
38
  billingAddressLine1?: string | null | undefined;
39
39
  billingAddressLine2?: string | null | undefined;
@@ -14,10 +14,10 @@ export declare const UpdateConversationUserPayloadSchema: z.ZodObject<{
14
14
  billingCountryCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
15
15
  }, "strip", z.ZodTypeAny, {
16
16
  email?: string | null | undefined;
17
+ location?: string | null | undefined;
17
18
  login?: string | null | undefined;
18
19
  reviewCount?: number | null | undefined;
19
20
  reviewValue?: number | null | undefined;
20
- location?: string | null | undefined;
21
21
  billingName?: string | null | undefined;
22
22
  billingAddressLine1?: string | null | undefined;
23
23
  billingAddressLine2?: string | null | undefined;
@@ -27,10 +27,10 @@ export declare const UpdateConversationUserPayloadSchema: z.ZodObject<{
27
27
  photoFileId?: string | null | undefined;
28
28
  }, {
29
29
  email?: string | null | undefined;
30
+ location?: string | null | undefined;
30
31
  login?: string | null | undefined;
31
32
  reviewCount?: number | null | undefined;
32
33
  reviewValue?: number | null | undefined;
33
- location?: string | null | undefined;
34
34
  billingName?: string | null | undefined;
35
35
  billingAddressLine1?: string | null | undefined;
36
36
  billingAddressLine2?: string | null | undefined;
@@ -31,7 +31,7 @@ export declare const PreferenceFilterSchema: z.ZodObject<{
31
31
  accounts: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
32
32
  userId: z.ZodNumber;
33
33
  accountId: z.ZodString;
34
- platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
34
+ platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
35
35
  name: z.ZodString;
36
36
  locale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
37
37
  status: z.ZodCatch<z.ZodEnum<["CONNECTED", "DISCONNECTED", "LOCKED", "PAUSED", "UNKNOWN"]>>;
@@ -81,7 +81,7 @@ export declare const PreferenceFilterSchema: z.ZodObject<{
81
81
  name: string;
82
82
  userId: number;
83
83
  accountId: string;
84
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
84
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
85
85
  locale?: string | null | undefined;
86
86
  lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
87
87
  night?: {
@@ -108,7 +108,7 @@ export declare const PreferenceFilterSchema: z.ZodObject<{
108
108
  name: string;
109
109
  userId: number;
110
110
  accountId: string;
111
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
111
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
112
112
  status?: unknown;
113
113
  locale?: string | null | undefined;
114
114
  lockReason?: unknown;
@@ -151,7 +151,7 @@ export declare const PreferenceFilterSchema: 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?: {
@@ -191,7 +191,7 @@ export declare const PreferenceFilterSchema: z.ZodObject<{
191
191
  name: string;
192
192
  userId: number;
193
193
  accountId: string;
194
- platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
194
+ platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
195
195
  status?: unknown;
196
196
  locale?: string | null | undefined;
197
197
  lockReason?: unknown;
@@ -91,7 +91,7 @@ export declare const SavedFiltersSchema: z.ZodObject<{
91
91
  isOnlineOnPlatform: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
92
92
  hasLifecycleInProgress: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
93
93
  accountIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
94
- platforms: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>, "many">>>;
94
+ platforms: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>, "many">>>;
95
95
  transactionType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["SINGLE_ITEM", "BUNDLE"]>>>;
96
96
  timeRanges: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
97
97
  first: z.ZodDate;
@@ -171,7 +171,7 @@ export declare const SavedFiltersSchema: z.ZodObject<{
171
171
  isOnlineOnPlatform?: boolean | null | undefined;
172
172
  hasLifecycleInProgress?: boolean | null | undefined;
173
173
  accountIds?: string[] | null | undefined;
174
- platforms?: ("EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE")[] | null | undefined;
174
+ platforms?: ("EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE")[] | null | undefined;
175
175
  transactionType?: "SINGLE_ITEM" | "BUNDLE" | null | undefined;
176
176
  timeRanges?: {
177
177
  first: Date;
@@ -233,7 +233,7 @@ export declare const SavedFiltersSchema: z.ZodObject<{
233
233
  isOnlineOnPlatform?: boolean | null | undefined;
234
234
  hasLifecycleInProgress?: boolean | null | undefined;
235
235
  accountIds?: string[] | null | undefined;
236
- platforms?: ("EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE")[] | null | undefined;
236
+ platforms?: ("EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE")[] | null | undefined;
237
237
  transactionType?: "SINGLE_ITEM" | "BUNDLE" | null | undefined;
238
238
  timeRanges?: {
239
239
  first: Date;
@@ -299,7 +299,7 @@ export declare const SavedFiltersSchema: z.ZodObject<{
299
299
  isOnlineOnPlatform?: boolean | null | undefined;
300
300
  hasLifecycleInProgress?: boolean | null | undefined;
301
301
  accountIds?: string[] | null | undefined;
302
- platforms?: ("EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE")[] | null | undefined;
302
+ platforms?: ("EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE")[] | null | undefined;
303
303
  transactionType?: "SINGLE_ITEM" | "BUNDLE" | null | undefined;
304
304
  timeRanges?: {
305
305
  first: Date;
@@ -365,7 +365,7 @@ export declare const SavedFiltersSchema: z.ZodObject<{
365
365
  isOnlineOnPlatform?: boolean | null | undefined;
366
366
  hasLifecycleInProgress?: boolean | null | undefined;
367
367
  accountIds?: string[] | null | undefined;
368
- platforms?: ("EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE")[] | null | undefined;
368
+ platforms?: ("EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE")[] | null | undefined;
369
369
  transactionType?: "SINGLE_ITEM" | "BUNDLE" | null | undefined;
370
370
  timeRanges?: {
371
371
  first: Date;
@@ -89,7 +89,7 @@ export declare const SavedFiltersPayloadSchema: z.ZodObject<{
89
89
  isOnlineOnPlatform: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
90
90
  hasLifecycleInProgress: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
91
91
  accountIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
92
- platforms: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>, "many">>>;
92
+ platforms: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>, "many">>>;
93
93
  transactionType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["SINGLE_ITEM", "BUNDLE"]>>>;
94
94
  timeRanges: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
95
95
  first: z.ZodDate;
@@ -169,7 +169,7 @@ export declare const SavedFiltersPayloadSchema: z.ZodObject<{
169
169
  isOnlineOnPlatform?: boolean | null | undefined;
170
170
  hasLifecycleInProgress?: boolean | null | undefined;
171
171
  accountIds?: string[] | null | undefined;
172
- platforms?: ("EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE")[] | null | undefined;
172
+ platforms?: ("EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE")[] | null | undefined;
173
173
  transactionType?: "SINGLE_ITEM" | "BUNDLE" | null | undefined;
174
174
  timeRanges?: {
175
175
  first: Date;
@@ -231,7 +231,7 @@ export declare const SavedFiltersPayloadSchema: z.ZodObject<{
231
231
  isOnlineOnPlatform?: boolean | null | undefined;
232
232
  hasLifecycleInProgress?: boolean | null | undefined;
233
233
  accountIds?: string[] | null | undefined;
234
- platforms?: ("EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE")[] | null | undefined;
234
+ platforms?: ("EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE")[] | null | undefined;
235
235
  transactionType?: "SINGLE_ITEM" | "BUNDLE" | null | undefined;
236
236
  timeRanges?: {
237
237
  first: Date;
@@ -295,7 +295,7 @@ export declare const SavedFiltersPayloadSchema: z.ZodObject<{
295
295
  isOnlineOnPlatform?: boolean | null | undefined;
296
296
  hasLifecycleInProgress?: boolean | null | undefined;
297
297
  accountIds?: string[] | null | undefined;
298
- platforms?: ("EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE")[] | null | undefined;
298
+ platforms?: ("EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE")[] | null | undefined;
299
299
  transactionType?: "SINGLE_ITEM" | "BUNDLE" | null | undefined;
300
300
  timeRanges?: {
301
301
  first: Date;
@@ -359,7 +359,7 @@ export declare const SavedFiltersPayloadSchema: z.ZodObject<{
359
359
  isOnlineOnPlatform?: boolean | null | undefined;
360
360
  hasLifecycleInProgress?: boolean | null | undefined;
361
361
  accountIds?: string[] | null | undefined;
362
- platforms?: ("EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE")[] | null | undefined;
362
+ platforms?: ("EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE")[] | null | undefined;
363
363
  transactionType?: "SINGLE_ITEM" | "BUNDLE" | null | undefined;
364
364
  timeRanges?: {
365
365
  first: Date;