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.
- package/package.json +2 -2
- package/src/com/controlresell/api/responses/conversations/MessageStreamResponse.d.ts +0 -7
- package/src/com/controlresell/api/responses/conversations/MessageStreamResponse.d.ts.map +1 -1
- package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts +108 -108
- package/src/com/controlresell/api/responses/items/ListedItem.d.ts +88 -88
- package/src/com/controlresell/models/conversations/Conversation.d.ts +9 -9
- package/src/com/controlresell/models/conversations/ConversationFiltersContext.d.ts +3 -3
- package/src/com/controlresell/models/conversations/ConversationOnPlatformUpdateRequest.d.ts +11 -11
- package/src/com/controlresell/models/conversations/ConversationUpdate.d.ts +13 -13
- package/src/com/controlresell/models/conversations/UserConversations.d.ts +13 -13
- package/src/com/controlresell/models/conversations/favorites/ConversationFavorite.d.ts +5 -5
- package/src/com/controlresell/models/conversations/favorites/ReportRateLimitOnFavorites.d.ts +7 -7
- package/src/com/controlresell/models/conversations/favorites/SubmitFavoritesResponse.d.ts +7 -7
- package/src/com/controlresell/models/conversations/users/ConversationUser.d.ts +2 -2
- package/src/com/controlresell/models/conversations/users/CreateConversationUserPayload.d.ts +2 -2
- package/src/com/controlresell/models/conversations/users/UpdateConversationUserPayload.d.ts +2 -2
- package/src/com/controlresell/models/filters/PreferenceFilter.d.ts +5 -5
- package/src/com/controlresell/models/filters/SavedFilters.d.ts +5 -5
- package/src/com/controlresell/models/filters/SavedFiltersPayload.d.ts +5 -5
- package/src/com/controlresell/models/items/CreatedItems.d.ts +315 -315
- package/src/com/controlresell/models/items/Item.d.ts +169 -169
- package/src/com/controlresell/models/items/ItemFiltersContext.d.ts +3 -3
- package/src/com/controlresell/models/items/ItemUpdate.d.ts +108 -108
- package/src/com/controlresell/models/items/UpdatedItem.d.ts +315 -315
- package/src/com/controlresell/models/items/history/CreateItemHistoryPayload.d.ts +63 -63
- package/src/com/controlresell/models/items/history/ItemHistory.d.ts +63 -63
- package/src/com/controlresell/models/items/history/ItemHistoryDecodedPayload.d.ts +90 -90
- package/src/com/controlresell/models/items/history/data/ItemHistoryFailedToPublishPayload.d.ts +3 -3
- package/src/com/controlresell/models/items/history/data/ItemHistoryImageProcessingDone.d.ts +3 -3
- package/src/com/controlresell/models/items/history/data/ItemHistoryPublishedPayload.d.ts +3 -3
- package/src/com/controlresell/models/items/history/data/ItemHistoryRepublishingPayload.d.ts +3 -3
- package/src/com/controlresell/models/items/history/data/ItemHistoryRepublishingRetryPayload.d.ts +3 -3
- package/src/com/controlresell/models/items/history/data/ItemHistoryScheduledPayload.d.ts +3 -3
- package/src/com/controlresell/models/items/history/data/ItemHistoryScheduledRetryPayload.d.ts +3 -3
- package/src/com/controlresell/models/items/history/data/ItemHistoryUpdatedPayload.d.ts +3 -3
- package/src/com/controlresell/models/items/history/data/ItemHistoryUpdatingPayload.d.ts +3 -3
- package/src/com/controlresell/models/items/platforms/ItemOnPlatform.d.ts +5 -5
- package/src/com/controlresell/models/items/platforms/ItemOnPlatformUpdateRequest.d.ts +5 -5
- package/src/com/controlresell/models/metadata/platforms/BatchUpsertPlatformBrandsPayload.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/BatchUpsertPlatformCategoriesPayload.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/BatchUpsertPlatformCategoryFieldsPayload.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/BatchUpsertPlatformEnumsPayload.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/BatchUpsertPlatformSizesPayload.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/BrandMapping.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/CategoryMapping.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/CreateBrandMappingPayload.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/CreateCategoryMappingPayload.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/CreateEnumMappingPayload.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/CreateSizeMappingPayload.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/EnumMapping.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/ItemListingPreview.d.ts +228 -228
- package/src/com/controlresell/models/metadata/platforms/MappingInfo.d.ts +15 -15
- package/src/com/controlresell/models/metadata/platforms/PlatformBrand.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/PlatformCategory.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/PlatformEnum.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/PlatformSize.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/RecomputeCategoryRequiredAttributesPayload.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/SizeMapping.d.ts +3 -3
- package/src/com/controlresell/models/platforms/orders/Order.d.ts +9 -9
- package/src/com/controlresell/models/platforms/orders/OrderFiltersContext.d.ts +3 -3
- package/src/com/controlresell/models/platforms/orders/OrderOnPlatformUpdateRequest.d.ts +5 -5
- package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts +141 -141
- package/src/com/controlresell/models/platforms/orders/items/ItemInOrder.d.ts +7 -7
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts +119 -119
- package/src/com/controlresell/models/subscriptions/UserLimits.d.ts +13 -0
- package/src/com/controlresell/models/subscriptions/UserLimits.d.ts.map +1 -1
- package/src/com/controlresell/models/subscriptions/UserLimits.js +2 -1
- package/src/com/controlresell/models/subscriptions/UserLimits.js.map +1 -1
- package/src/com/controlresell/models/subscriptions/UserLimits.ts +2 -1
- package/src/com/controlresell/models/transactions/Transaction.d.ts +9 -9
- package/src/com/controlresell/models/transactions/items/ItemInTransaction.d.ts +7 -7
- package/src/com/controlresell/models/transactions/items/TransactionWithItems.d.ts +119 -119
- package/src/com/controlresell/models/users/platforms/CreateUserOnPlatformPayload.d.ts +3 -3
- package/src/com/controlresell/models/users/platforms/PlatformAuthRequest.d.ts +5 -5
- package/src/com/controlresell/models/users/platforms/PlatformJobUpdate.d.ts +5 -5
- package/src/com/controlresell/models/users/platforms/UserOnPlatform.d.ts +3 -3
- package/src/com/controlresell/models/users/platforms/UserOnPlatformRequest.d.ts +3 -3
- package/src/com/controlresell/models/users/ws/UserLimitsUpdate.d.ts +19 -0
- package/src/com/controlresell/models/users/ws/UserLimitsUpdate.d.ts.map +1 -1
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts +280 -242
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts.map +1 -1
|
@@ -107,7 +107,7 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
107
107
|
type: "EMPTY";
|
|
108
108
|
}>, z.ZodObject<{
|
|
109
109
|
data: z.ZodObject<{
|
|
110
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
110
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
111
111
|
accountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
112
112
|
reason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
113
113
|
fields: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
@@ -125,7 +125,7 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
125
125
|
}>, "many">>>;
|
|
126
126
|
itemHistoryId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
127
127
|
}, "strip", z.ZodTypeAny, {
|
|
128
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
128
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
129
129
|
accountId?: string | null | undefined;
|
|
130
130
|
reason?: string | null | undefined;
|
|
131
131
|
fields?: {
|
|
@@ -135,7 +135,7 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
135
135
|
}[] | null | undefined;
|
|
136
136
|
itemHistoryId?: string | null | undefined;
|
|
137
137
|
}, {
|
|
138
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
138
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
139
139
|
accountId?: string | null | undefined;
|
|
140
140
|
reason?: string | null | undefined;
|
|
141
141
|
fields?: {
|
|
@@ -149,7 +149,7 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
149
149
|
}, "strip", z.ZodTypeAny, {
|
|
150
150
|
type: "FAILED_TO_PUBLISH";
|
|
151
151
|
data: {
|
|
152
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
152
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
153
153
|
accountId?: string | null | undefined;
|
|
154
154
|
reason?: string | null | undefined;
|
|
155
155
|
fields?: {
|
|
@@ -162,7 +162,7 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
162
162
|
}, {
|
|
163
163
|
type: "FAILED_TO_PUBLISH";
|
|
164
164
|
data: {
|
|
165
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
165
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
166
166
|
accountId?: string | null | undefined;
|
|
167
167
|
reason?: string | null | undefined;
|
|
168
168
|
fields?: {
|
|
@@ -174,7 +174,7 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
174
174
|
};
|
|
175
175
|
}>, z.ZodObject<{
|
|
176
176
|
data: z.ZodObject<{
|
|
177
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
177
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
178
178
|
variations: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
179
179
|
fileId: z.ZodString;
|
|
180
180
|
seed: z.ZodNumber;
|
|
@@ -206,7 +206,7 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
206
206
|
originalPhashes: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
207
207
|
historyId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
208
208
|
}, "strip", z.ZodTypeAny, {
|
|
209
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
209
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
210
210
|
variations?: {
|
|
211
211
|
fileId: string;
|
|
212
212
|
seed: number;
|
|
@@ -220,7 +220,7 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
220
220
|
originalPhashes?: string[] | null | undefined;
|
|
221
221
|
historyId?: string | null | undefined;
|
|
222
222
|
}, {
|
|
223
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
223
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
224
224
|
variations?: {
|
|
225
225
|
fileId: string;
|
|
226
226
|
seed: number;
|
|
@@ -238,7 +238,7 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
238
238
|
}, "strip", z.ZodTypeAny, {
|
|
239
239
|
type: "IMAGE_PROCESSING_DONE";
|
|
240
240
|
data: {
|
|
241
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
241
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
242
242
|
variations?: {
|
|
243
243
|
fileId: string;
|
|
244
244
|
seed: number;
|
|
@@ -255,7 +255,7 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
255
255
|
}, {
|
|
256
256
|
type: "IMAGE_PROCESSING_DONE";
|
|
257
257
|
data: {
|
|
258
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
258
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
259
259
|
variations?: {
|
|
260
260
|
fileId: string;
|
|
261
261
|
seed: number;
|
|
@@ -774,15 +774,15 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
774
774
|
};
|
|
775
775
|
}>, z.ZodObject<{
|
|
776
776
|
data: z.ZodObject<{
|
|
777
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
777
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
778
778
|
accountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
779
779
|
itemHistoryId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
780
780
|
}, "strip", z.ZodTypeAny, {
|
|
781
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
781
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
782
782
|
accountId?: string | null | undefined;
|
|
783
783
|
itemHistoryId?: string | null | undefined;
|
|
784
784
|
}, {
|
|
785
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
785
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
786
786
|
accountId?: string | null | undefined;
|
|
787
787
|
itemHistoryId?: string | null | undefined;
|
|
788
788
|
}>;
|
|
@@ -790,20 +790,20 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
790
790
|
}, "strip", z.ZodTypeAny, {
|
|
791
791
|
type: "PUBLISHED";
|
|
792
792
|
data: {
|
|
793
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
793
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
794
794
|
accountId?: string | null | undefined;
|
|
795
795
|
itemHistoryId?: string | null | undefined;
|
|
796
796
|
};
|
|
797
797
|
}, {
|
|
798
798
|
type: "PUBLISHED";
|
|
799
799
|
data: {
|
|
800
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
800
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
801
801
|
accountId?: string | null | undefined;
|
|
802
802
|
itemHistoryId?: string | null | undefined;
|
|
803
803
|
};
|
|
804
804
|
}>, z.ZodObject<{
|
|
805
805
|
data: z.ZodObject<{
|
|
806
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
806
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
807
807
|
publishingDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
808
808
|
payload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
809
809
|
priceDropPayload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -915,7 +915,7 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
915
915
|
targetAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
916
916
|
allowIfDeleted: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
917
917
|
}, "strip", z.ZodTypeAny, {
|
|
918
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
918
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
919
919
|
payload?: {
|
|
920
920
|
priceDropPayload?: {
|
|
921
921
|
value: number;
|
|
@@ -945,7 +945,7 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
945
945
|
targetAccountId?: string | null | undefined;
|
|
946
946
|
allowIfDeleted?: boolean | null | undefined;
|
|
947
947
|
}, {
|
|
948
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
948
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
949
949
|
payload?: {
|
|
950
950
|
priceDropPayload?: {
|
|
951
951
|
value: number;
|
|
@@ -979,7 +979,7 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
979
979
|
}, "strip", z.ZodTypeAny, {
|
|
980
980
|
type: "REPUBLISHING";
|
|
981
981
|
data: {
|
|
982
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
982
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
983
983
|
payload?: {
|
|
984
984
|
priceDropPayload?: {
|
|
985
985
|
value: number;
|
|
@@ -1012,7 +1012,7 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
1012
1012
|
}, {
|
|
1013
1013
|
type: "REPUBLISHING";
|
|
1014
1014
|
data: {
|
|
1015
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1015
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1016
1016
|
payload?: {
|
|
1017
1017
|
priceDropPayload?: {
|
|
1018
1018
|
value: number;
|
|
@@ -1044,7 +1044,7 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
1044
1044
|
};
|
|
1045
1045
|
}>, z.ZodObject<{
|
|
1046
1046
|
data: z.ZodObject<{
|
|
1047
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
1047
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
1048
1048
|
attemptNumber: z.ZodNumber;
|
|
1049
1049
|
maxAttempts: z.ZodNumber;
|
|
1050
1050
|
previousHistoryId: z.ZodString;
|
|
@@ -1170,7 +1170,7 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
1170
1170
|
}>>>;
|
|
1171
1171
|
}, "strip", z.ZodTypeAny, {
|
|
1172
1172
|
maxAttempts: number;
|
|
1173
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1173
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1174
1174
|
attemptNumber: number;
|
|
1175
1175
|
previousHistoryId: string;
|
|
1176
1176
|
originalFailureDate: Date;
|
|
@@ -1205,7 +1205,7 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
1205
1205
|
}[] | null | undefined;
|
|
1206
1206
|
}, {
|
|
1207
1207
|
maxAttempts: number;
|
|
1208
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1208
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1209
1209
|
attemptNumber: number;
|
|
1210
1210
|
previousHistoryId: string;
|
|
1211
1211
|
originalFailureDate: Date;
|
|
@@ -1244,7 +1244,7 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
1244
1244
|
type: "REPUBLISHING_RETRY";
|
|
1245
1245
|
data: {
|
|
1246
1246
|
maxAttempts: number;
|
|
1247
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1247
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1248
1248
|
attemptNumber: number;
|
|
1249
1249
|
previousHistoryId: string;
|
|
1250
1250
|
originalFailureDate: Date;
|
|
@@ -1282,7 +1282,7 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
1282
1282
|
type: "REPUBLISHING_RETRY";
|
|
1283
1283
|
data: {
|
|
1284
1284
|
maxAttempts: number;
|
|
1285
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1285
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1286
1286
|
attemptNumber: number;
|
|
1287
1287
|
previousHistoryId: string;
|
|
1288
1288
|
originalFailureDate: Date;
|
|
@@ -1318,31 +1318,31 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
1318
1318
|
};
|
|
1319
1319
|
}>, z.ZodObject<{
|
|
1320
1320
|
data: z.ZodObject<{
|
|
1321
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
1321
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
1322
1322
|
publishingDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
1323
1323
|
}, "strip", z.ZodTypeAny, {
|
|
1324
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1324
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1325
1325
|
publishingDate?: Date | null | undefined;
|
|
1326
1326
|
}, {
|
|
1327
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1327
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1328
1328
|
publishingDate?: Date | null | undefined;
|
|
1329
1329
|
}>;
|
|
1330
1330
|
type: z.ZodLiteral<"SCHEDULED">;
|
|
1331
1331
|
}, "strip", z.ZodTypeAny, {
|
|
1332
1332
|
type: "SCHEDULED";
|
|
1333
1333
|
data: {
|
|
1334
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1334
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1335
1335
|
publishingDate?: Date | null | undefined;
|
|
1336
1336
|
};
|
|
1337
1337
|
}, {
|
|
1338
1338
|
type: "SCHEDULED";
|
|
1339
1339
|
data: {
|
|
1340
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1340
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1341
1341
|
publishingDate?: Date | null | undefined;
|
|
1342
1342
|
};
|
|
1343
1343
|
}>, z.ZodObject<{
|
|
1344
1344
|
data: z.ZodObject<{
|
|
1345
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
1345
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
1346
1346
|
attemptNumber: z.ZodNumber;
|
|
1347
1347
|
maxAttempts: z.ZodNumber;
|
|
1348
1348
|
previousHistoryId: z.ZodString;
|
|
@@ -1362,7 +1362,7 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
1362
1362
|
}>, "many">>>;
|
|
1363
1363
|
}, "strip", z.ZodTypeAny, {
|
|
1364
1364
|
maxAttempts: number;
|
|
1365
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1365
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1366
1366
|
attemptNumber: number;
|
|
1367
1367
|
previousHistoryId: string;
|
|
1368
1368
|
originalFailureDate: Date;
|
|
@@ -1373,7 +1373,7 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
1373
1373
|
}[] | null | undefined;
|
|
1374
1374
|
}, {
|
|
1375
1375
|
maxAttempts: number;
|
|
1376
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1376
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1377
1377
|
attemptNumber: number;
|
|
1378
1378
|
previousHistoryId: string;
|
|
1379
1379
|
originalFailureDate: Date;
|
|
@@ -1388,7 +1388,7 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
1388
1388
|
type: "SCHEDULED_RETRY";
|
|
1389
1389
|
data: {
|
|
1390
1390
|
maxAttempts: number;
|
|
1391
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1391
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1392
1392
|
attemptNumber: number;
|
|
1393
1393
|
previousHistoryId: string;
|
|
1394
1394
|
originalFailureDate: Date;
|
|
@@ -1402,7 +1402,7 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
1402
1402
|
type: "SCHEDULED_RETRY";
|
|
1403
1403
|
data: {
|
|
1404
1404
|
maxAttempts: number;
|
|
1405
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1405
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1406
1406
|
attemptNumber: number;
|
|
1407
1407
|
previousHistoryId: string;
|
|
1408
1408
|
originalFailureDate: Date;
|
|
@@ -1414,26 +1414,26 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
1414
1414
|
};
|
|
1415
1415
|
}>, z.ZodObject<{
|
|
1416
1416
|
data: z.ZodObject<{
|
|
1417
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
1417
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
1418
1418
|
}, "strip", z.ZodTypeAny, {
|
|
1419
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1419
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1420
1420
|
}, {
|
|
1421
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1421
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1422
1422
|
}>;
|
|
1423
1423
|
type: z.ZodLiteral<"UPDATED">;
|
|
1424
1424
|
}, "strip", z.ZodTypeAny, {
|
|
1425
1425
|
type: "UPDATED";
|
|
1426
1426
|
data: {
|
|
1427
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1427
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1428
1428
|
};
|
|
1429
1429
|
}, {
|
|
1430
1430
|
type: "UPDATED";
|
|
1431
1431
|
data: {
|
|
1432
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1432
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1433
1433
|
};
|
|
1434
1434
|
}>, z.ZodObject<{
|
|
1435
1435
|
data: z.ZodObject<{
|
|
1436
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
1436
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
1437
1437
|
payload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1438
1438
|
priceDropPayload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1439
1439
|
type: z.ZodEnum<["PERCENTAGE", "ABSOLUTE"]>;
|
|
@@ -1478,7 +1478,7 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
1478
1478
|
}>>>;
|
|
1479
1479
|
targetDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
1480
1480
|
}, "strip", z.ZodTypeAny, {
|
|
1481
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1481
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1482
1482
|
payload?: {
|
|
1483
1483
|
priceDropPayload?: {
|
|
1484
1484
|
value: number;
|
|
@@ -1491,7 +1491,7 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
1491
1491
|
} | null | undefined;
|
|
1492
1492
|
targetDate?: Date | null | undefined;
|
|
1493
1493
|
}, {
|
|
1494
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1494
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1495
1495
|
payload?: {
|
|
1496
1496
|
priceDropPayload?: {
|
|
1497
1497
|
value: number;
|
|
@@ -1508,7 +1508,7 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
1508
1508
|
}, "strip", z.ZodTypeAny, {
|
|
1509
1509
|
type: "UPDATING";
|
|
1510
1510
|
data: {
|
|
1511
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1511
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1512
1512
|
payload?: {
|
|
1513
1513
|
priceDropPayload?: {
|
|
1514
1514
|
value: number;
|
|
@@ -1524,7 +1524,7 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
1524
1524
|
}, {
|
|
1525
1525
|
type: "UPDATING";
|
|
1526
1526
|
data: {
|
|
1527
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1527
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1528
1528
|
payload?: {
|
|
1529
1529
|
priceDropPayload?: {
|
|
1530
1530
|
value: number;
|
|
@@ -1577,7 +1577,7 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
1577
1577
|
} | {
|
|
1578
1578
|
type: "FAILED_TO_PUBLISH";
|
|
1579
1579
|
data: {
|
|
1580
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1580
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1581
1581
|
accountId?: string | null | undefined;
|
|
1582
1582
|
reason?: string | null | undefined;
|
|
1583
1583
|
fields?: {
|
|
@@ -1590,7 +1590,7 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
1590
1590
|
} | {
|
|
1591
1591
|
type: "IMAGE_PROCESSING_DONE";
|
|
1592
1592
|
data: {
|
|
1593
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1593
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1594
1594
|
variations?: {
|
|
1595
1595
|
fileId: string;
|
|
1596
1596
|
seed: number;
|
|
@@ -1672,14 +1672,14 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
1672
1672
|
} | {
|
|
1673
1673
|
type: "PUBLISHED";
|
|
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
|
itemHistoryId?: string | null | undefined;
|
|
1678
1678
|
};
|
|
1679
1679
|
} | {
|
|
1680
1680
|
type: "REPUBLISHING";
|
|
1681
1681
|
data: {
|
|
1682
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1682
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1683
1683
|
payload?: {
|
|
1684
1684
|
priceDropPayload?: {
|
|
1685
1685
|
value: number;
|
|
@@ -1713,7 +1713,7 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
1713
1713
|
type: "REPUBLISHING_RETRY";
|
|
1714
1714
|
data: {
|
|
1715
1715
|
maxAttempts: number;
|
|
1716
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1716
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1717
1717
|
attemptNumber: number;
|
|
1718
1718
|
previousHistoryId: string;
|
|
1719
1719
|
originalFailureDate: Date;
|
|
@@ -1750,14 +1750,14 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
1750
1750
|
} | {
|
|
1751
1751
|
type: "SCHEDULED";
|
|
1752
1752
|
data: {
|
|
1753
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1753
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1754
1754
|
publishingDate?: Date | null | undefined;
|
|
1755
1755
|
};
|
|
1756
1756
|
} | {
|
|
1757
1757
|
type: "SCHEDULED_RETRY";
|
|
1758
1758
|
data: {
|
|
1759
1759
|
maxAttempts: number;
|
|
1760
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1760
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1761
1761
|
attemptNumber: number;
|
|
1762
1762
|
previousHistoryId: string;
|
|
1763
1763
|
originalFailureDate: Date;
|
|
@@ -1770,12 +1770,12 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
1770
1770
|
} | {
|
|
1771
1771
|
type: "UPDATED";
|
|
1772
1772
|
data: {
|
|
1773
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1773
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1774
1774
|
};
|
|
1775
1775
|
} | {
|
|
1776
1776
|
type: "UPDATING";
|
|
1777
1777
|
data: {
|
|
1778
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1778
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1779
1779
|
payload?: {
|
|
1780
1780
|
priceDropPayload?: {
|
|
1781
1781
|
value: number;
|
|
@@ -1827,7 +1827,7 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
1827
1827
|
} | {
|
|
1828
1828
|
type: "FAILED_TO_PUBLISH";
|
|
1829
1829
|
data: {
|
|
1830
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1830
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1831
1831
|
accountId?: string | null | undefined;
|
|
1832
1832
|
reason?: string | null | undefined;
|
|
1833
1833
|
fields?: {
|
|
@@ -1840,7 +1840,7 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
1840
1840
|
} | {
|
|
1841
1841
|
type: "IMAGE_PROCESSING_DONE";
|
|
1842
1842
|
data: {
|
|
1843
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1843
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1844
1844
|
variations?: {
|
|
1845
1845
|
fileId: string;
|
|
1846
1846
|
seed: number;
|
|
@@ -1922,14 +1922,14 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
1922
1922
|
} | {
|
|
1923
1923
|
type: "PUBLISHED";
|
|
1924
1924
|
data: {
|
|
1925
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1925
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1926
1926
|
accountId?: string | null | undefined;
|
|
1927
1927
|
itemHistoryId?: string | null | undefined;
|
|
1928
1928
|
};
|
|
1929
1929
|
} | {
|
|
1930
1930
|
type: "REPUBLISHING";
|
|
1931
1931
|
data: {
|
|
1932
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1932
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1933
1933
|
payload?: {
|
|
1934
1934
|
priceDropPayload?: {
|
|
1935
1935
|
value: number;
|
|
@@ -1963,7 +1963,7 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
1963
1963
|
type: "REPUBLISHING_RETRY";
|
|
1964
1964
|
data: {
|
|
1965
1965
|
maxAttempts: number;
|
|
1966
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1966
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1967
1967
|
attemptNumber: number;
|
|
1968
1968
|
previousHistoryId: string;
|
|
1969
1969
|
originalFailureDate: Date;
|
|
@@ -2000,14 +2000,14 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
2000
2000
|
} | {
|
|
2001
2001
|
type: "SCHEDULED";
|
|
2002
2002
|
data: {
|
|
2003
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2003
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2004
2004
|
publishingDate?: Date | null | undefined;
|
|
2005
2005
|
};
|
|
2006
2006
|
} | {
|
|
2007
2007
|
type: "SCHEDULED_RETRY";
|
|
2008
2008
|
data: {
|
|
2009
2009
|
maxAttempts: number;
|
|
2010
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2010
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2011
2011
|
attemptNumber: number;
|
|
2012
2012
|
previousHistoryId: string;
|
|
2013
2013
|
originalFailureDate: Date;
|
|
@@ -2020,12 +2020,12 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
2020
2020
|
} | {
|
|
2021
2021
|
type: "UPDATED";
|
|
2022
2022
|
data: {
|
|
2023
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2023
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2024
2024
|
};
|
|
2025
2025
|
} | {
|
|
2026
2026
|
type: "UPDATING";
|
|
2027
2027
|
data: {
|
|
2028
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2028
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2029
2029
|
payload?: {
|
|
2030
2030
|
priceDropPayload?: {
|
|
2031
2031
|
value: number;
|