controlresell 2.24.2 → 2.24.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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/analysis/ItemAnalysisUpdate.d.ts +5225 -0
- package/src/com/controlresell/models/items/analysis/ItemAnalysisUpdate.d.ts.map +1 -0
- package/src/com/controlresell/models/items/analysis/ItemAnalysisUpdate.js +6 -0
- package/src/com/controlresell/models/items/analysis/ItemAnalysisUpdate.js.map +1 -0
- package/src/com/controlresell/models/items/analysis/ItemAnalysisUpdate.ts +7 -0
- 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 +12983 -2495
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/users/ws/UserWsPayload.js +5 -0
- package/src/com/controlresell/models/users/ws/UserWsPayload.js.map +1 -1
- package/src/com/controlresell/models/users/ws/UserWsPayload.ts +7 -0
- package/src/index.d.ts +1 -0
- package/src/index.d.ts.map +1 -1
- package/src/index.js +1 -0
- package/src/index.js.map +1 -1
- package/src/index.ts +1 -0
|
@@ -330,7 +330,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
330
330
|
type: "EMPTY";
|
|
331
331
|
}>, z.ZodObject<{
|
|
332
332
|
data: z.ZodObject<{
|
|
333
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
333
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
334
334
|
accountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
335
335
|
reason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
336
336
|
fields: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
@@ -348,7 +348,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
348
348
|
}>, "many">>>;
|
|
349
349
|
itemHistoryId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
350
350
|
}, "strip", z.ZodTypeAny, {
|
|
351
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
351
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
352
352
|
accountId?: string | null | undefined;
|
|
353
353
|
reason?: string | null | undefined;
|
|
354
354
|
fields?: {
|
|
@@ -358,7 +358,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
358
358
|
}[] | null | undefined;
|
|
359
359
|
itemHistoryId?: string | null | undefined;
|
|
360
360
|
}, {
|
|
361
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
361
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
362
362
|
accountId?: string | null | undefined;
|
|
363
363
|
reason?: string | null | undefined;
|
|
364
364
|
fields?: {
|
|
@@ -372,7 +372,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
372
372
|
}, "strip", z.ZodTypeAny, {
|
|
373
373
|
type: "FAILED_TO_PUBLISH";
|
|
374
374
|
data: {
|
|
375
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
375
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
376
376
|
accountId?: string | null | undefined;
|
|
377
377
|
reason?: string | null | undefined;
|
|
378
378
|
fields?: {
|
|
@@ -385,7 +385,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
385
385
|
}, {
|
|
386
386
|
type: "FAILED_TO_PUBLISH";
|
|
387
387
|
data: {
|
|
388
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
388
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
389
389
|
accountId?: string | null | undefined;
|
|
390
390
|
reason?: string | null | undefined;
|
|
391
391
|
fields?: {
|
|
@@ -397,7 +397,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
397
397
|
};
|
|
398
398
|
}>, z.ZodObject<{
|
|
399
399
|
data: z.ZodObject<{
|
|
400
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
400
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
401
401
|
variations: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
402
402
|
fileId: z.ZodString;
|
|
403
403
|
seed: z.ZodNumber;
|
|
@@ -429,7 +429,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
429
429
|
originalPhashes: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
430
430
|
historyId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
431
431
|
}, "strip", z.ZodTypeAny, {
|
|
432
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
432
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
433
433
|
variations?: {
|
|
434
434
|
fileId: string;
|
|
435
435
|
seed: number;
|
|
@@ -443,7 +443,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
443
443
|
originalPhashes?: string[] | null | undefined;
|
|
444
444
|
historyId?: string | null | undefined;
|
|
445
445
|
}, {
|
|
446
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
446
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
447
447
|
variations?: {
|
|
448
448
|
fileId: string;
|
|
449
449
|
seed: number;
|
|
@@ -461,7 +461,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
461
461
|
}, "strip", z.ZodTypeAny, {
|
|
462
462
|
type: "IMAGE_PROCESSING_DONE";
|
|
463
463
|
data: {
|
|
464
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
464
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
465
465
|
variations?: {
|
|
466
466
|
fileId: string;
|
|
467
467
|
seed: number;
|
|
@@ -478,7 +478,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
478
478
|
}, {
|
|
479
479
|
type: "IMAGE_PROCESSING_DONE";
|
|
480
480
|
data: {
|
|
481
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
481
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
482
482
|
variations?: {
|
|
483
483
|
fileId: string;
|
|
484
484
|
seed: number;
|
|
@@ -997,15 +997,15 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
997
997
|
};
|
|
998
998
|
}>, z.ZodObject<{
|
|
999
999
|
data: z.ZodObject<{
|
|
1000
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
1000
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
1001
1001
|
accountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1002
1002
|
itemHistoryId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1003
1003
|
}, "strip", z.ZodTypeAny, {
|
|
1004
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1004
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1005
1005
|
accountId?: string | null | undefined;
|
|
1006
1006
|
itemHistoryId?: string | null | undefined;
|
|
1007
1007
|
}, {
|
|
1008
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1008
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1009
1009
|
accountId?: string | null | undefined;
|
|
1010
1010
|
itemHistoryId?: string | null | undefined;
|
|
1011
1011
|
}>;
|
|
@@ -1013,20 +1013,20 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
1013
1013
|
}, "strip", z.ZodTypeAny, {
|
|
1014
1014
|
type: "PUBLISHED";
|
|
1015
1015
|
data: {
|
|
1016
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1016
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1017
1017
|
accountId?: string | null | undefined;
|
|
1018
1018
|
itemHistoryId?: string | null | undefined;
|
|
1019
1019
|
};
|
|
1020
1020
|
}, {
|
|
1021
1021
|
type: "PUBLISHED";
|
|
1022
1022
|
data: {
|
|
1023
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1023
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1024
1024
|
accountId?: string | null | undefined;
|
|
1025
1025
|
itemHistoryId?: string | null | undefined;
|
|
1026
1026
|
};
|
|
1027
1027
|
}>, z.ZodObject<{
|
|
1028
1028
|
data: z.ZodObject<{
|
|
1029
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
1029
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
1030
1030
|
publishingDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
1031
1031
|
payload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1032
1032
|
priceDropPayload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -1138,7 +1138,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
1138
1138
|
targetAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1139
1139
|
allowIfDeleted: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1140
1140
|
}, "strip", z.ZodTypeAny, {
|
|
1141
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1141
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1142
1142
|
payload?: {
|
|
1143
1143
|
priceDropPayload?: {
|
|
1144
1144
|
value: number;
|
|
@@ -1168,7 +1168,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
1168
1168
|
targetAccountId?: string | null | undefined;
|
|
1169
1169
|
allowIfDeleted?: boolean | null | undefined;
|
|
1170
1170
|
}, {
|
|
1171
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1171
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1172
1172
|
payload?: {
|
|
1173
1173
|
priceDropPayload?: {
|
|
1174
1174
|
value: number;
|
|
@@ -1202,7 +1202,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
1202
1202
|
}, "strip", z.ZodTypeAny, {
|
|
1203
1203
|
type: "REPUBLISHING";
|
|
1204
1204
|
data: {
|
|
1205
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1205
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1206
1206
|
payload?: {
|
|
1207
1207
|
priceDropPayload?: {
|
|
1208
1208
|
value: number;
|
|
@@ -1235,7 +1235,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
1235
1235
|
}, {
|
|
1236
1236
|
type: "REPUBLISHING";
|
|
1237
1237
|
data: {
|
|
1238
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1238
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1239
1239
|
payload?: {
|
|
1240
1240
|
priceDropPayload?: {
|
|
1241
1241
|
value: number;
|
|
@@ -1267,7 +1267,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
1267
1267
|
};
|
|
1268
1268
|
}>, z.ZodObject<{
|
|
1269
1269
|
data: z.ZodObject<{
|
|
1270
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
1270
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
1271
1271
|
attemptNumber: z.ZodNumber;
|
|
1272
1272
|
maxAttempts: z.ZodNumber;
|
|
1273
1273
|
previousHistoryId: z.ZodString;
|
|
@@ -1393,7 +1393,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
1393
1393
|
}>>>;
|
|
1394
1394
|
}, "strip", z.ZodTypeAny, {
|
|
1395
1395
|
maxAttempts: number;
|
|
1396
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1396
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1397
1397
|
attemptNumber: number;
|
|
1398
1398
|
previousHistoryId: string;
|
|
1399
1399
|
originalFailureDate: Date;
|
|
@@ -1428,7 +1428,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
1428
1428
|
}[] | null | undefined;
|
|
1429
1429
|
}, {
|
|
1430
1430
|
maxAttempts: number;
|
|
1431
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1431
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1432
1432
|
attemptNumber: number;
|
|
1433
1433
|
previousHistoryId: string;
|
|
1434
1434
|
originalFailureDate: Date;
|
|
@@ -1467,7 +1467,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
1467
1467
|
type: "REPUBLISHING_RETRY";
|
|
1468
1468
|
data: {
|
|
1469
1469
|
maxAttempts: number;
|
|
1470
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1470
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1471
1471
|
attemptNumber: number;
|
|
1472
1472
|
previousHistoryId: string;
|
|
1473
1473
|
originalFailureDate: Date;
|
|
@@ -1505,7 +1505,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
1505
1505
|
type: "REPUBLISHING_RETRY";
|
|
1506
1506
|
data: {
|
|
1507
1507
|
maxAttempts: number;
|
|
1508
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1508
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1509
1509
|
attemptNumber: number;
|
|
1510
1510
|
previousHistoryId: string;
|
|
1511
1511
|
originalFailureDate: Date;
|
|
@@ -1541,31 +1541,31 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
1541
1541
|
};
|
|
1542
1542
|
}>, z.ZodObject<{
|
|
1543
1543
|
data: z.ZodObject<{
|
|
1544
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
1544
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
1545
1545
|
publishingDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
1546
1546
|
}, "strip", z.ZodTypeAny, {
|
|
1547
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1547
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1548
1548
|
publishingDate?: Date | null | undefined;
|
|
1549
1549
|
}, {
|
|
1550
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1550
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1551
1551
|
publishingDate?: Date | null | undefined;
|
|
1552
1552
|
}>;
|
|
1553
1553
|
type: z.ZodLiteral<"SCHEDULED">;
|
|
1554
1554
|
}, "strip", z.ZodTypeAny, {
|
|
1555
1555
|
type: "SCHEDULED";
|
|
1556
1556
|
data: {
|
|
1557
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1557
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1558
1558
|
publishingDate?: Date | null | undefined;
|
|
1559
1559
|
};
|
|
1560
1560
|
}, {
|
|
1561
1561
|
type: "SCHEDULED";
|
|
1562
1562
|
data: {
|
|
1563
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1563
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1564
1564
|
publishingDate?: Date | null | undefined;
|
|
1565
1565
|
};
|
|
1566
1566
|
}>, z.ZodObject<{
|
|
1567
1567
|
data: z.ZodObject<{
|
|
1568
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
1568
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
1569
1569
|
attemptNumber: z.ZodNumber;
|
|
1570
1570
|
maxAttempts: z.ZodNumber;
|
|
1571
1571
|
previousHistoryId: z.ZodString;
|
|
@@ -1585,7 +1585,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
1585
1585
|
}>, "many">>>;
|
|
1586
1586
|
}, "strip", z.ZodTypeAny, {
|
|
1587
1587
|
maxAttempts: number;
|
|
1588
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1588
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1589
1589
|
attemptNumber: number;
|
|
1590
1590
|
previousHistoryId: string;
|
|
1591
1591
|
originalFailureDate: Date;
|
|
@@ -1596,7 +1596,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
1596
1596
|
}[] | null | undefined;
|
|
1597
1597
|
}, {
|
|
1598
1598
|
maxAttempts: number;
|
|
1599
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1599
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1600
1600
|
attemptNumber: number;
|
|
1601
1601
|
previousHistoryId: string;
|
|
1602
1602
|
originalFailureDate: Date;
|
|
@@ -1611,7 +1611,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
1611
1611
|
type: "SCHEDULED_RETRY";
|
|
1612
1612
|
data: {
|
|
1613
1613
|
maxAttempts: number;
|
|
1614
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1614
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1615
1615
|
attemptNumber: number;
|
|
1616
1616
|
previousHistoryId: string;
|
|
1617
1617
|
originalFailureDate: Date;
|
|
@@ -1625,7 +1625,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
1625
1625
|
type: "SCHEDULED_RETRY";
|
|
1626
1626
|
data: {
|
|
1627
1627
|
maxAttempts: number;
|
|
1628
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1628
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1629
1629
|
attemptNumber: number;
|
|
1630
1630
|
previousHistoryId: string;
|
|
1631
1631
|
originalFailureDate: Date;
|
|
@@ -1637,26 +1637,26 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
1637
1637
|
};
|
|
1638
1638
|
}>, z.ZodObject<{
|
|
1639
1639
|
data: z.ZodObject<{
|
|
1640
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
1640
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
1641
1641
|
}, "strip", z.ZodTypeAny, {
|
|
1642
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1642
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1643
1643
|
}, {
|
|
1644
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1644
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1645
1645
|
}>;
|
|
1646
1646
|
type: z.ZodLiteral<"UPDATED">;
|
|
1647
1647
|
}, "strip", z.ZodTypeAny, {
|
|
1648
1648
|
type: "UPDATED";
|
|
1649
1649
|
data: {
|
|
1650
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1650
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1651
1651
|
};
|
|
1652
1652
|
}, {
|
|
1653
1653
|
type: "UPDATED";
|
|
1654
1654
|
data: {
|
|
1655
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1655
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1656
1656
|
};
|
|
1657
1657
|
}>, z.ZodObject<{
|
|
1658
1658
|
data: z.ZodObject<{
|
|
1659
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
1659
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
1660
1660
|
payload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1661
1661
|
priceDropPayload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1662
1662
|
type: z.ZodEnum<["PERCENTAGE", "ABSOLUTE"]>;
|
|
@@ -1701,7 +1701,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
1701
1701
|
}>>>;
|
|
1702
1702
|
targetDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
1703
1703
|
}, "strip", z.ZodTypeAny, {
|
|
1704
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1704
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1705
1705
|
payload?: {
|
|
1706
1706
|
priceDropPayload?: {
|
|
1707
1707
|
value: number;
|
|
@@ -1714,7 +1714,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
1714
1714
|
} | null | undefined;
|
|
1715
1715
|
targetDate?: Date | null | undefined;
|
|
1716
1716
|
}, {
|
|
1717
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1717
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1718
1718
|
payload?: {
|
|
1719
1719
|
priceDropPayload?: {
|
|
1720
1720
|
value: number;
|
|
@@ -1731,7 +1731,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
1731
1731
|
}, "strip", z.ZodTypeAny, {
|
|
1732
1732
|
type: "UPDATING";
|
|
1733
1733
|
data: {
|
|
1734
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1734
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1735
1735
|
payload?: {
|
|
1736
1736
|
priceDropPayload?: {
|
|
1737
1737
|
value: number;
|
|
@@ -1747,7 +1747,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
1747
1747
|
}, {
|
|
1748
1748
|
type: "UPDATING";
|
|
1749
1749
|
data: {
|
|
1750
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1750
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1751
1751
|
payload?: {
|
|
1752
1752
|
priceDropPayload?: {
|
|
1753
1753
|
value: number;
|
|
@@ -1800,7 +1800,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
1800
1800
|
} | {
|
|
1801
1801
|
type: "FAILED_TO_PUBLISH";
|
|
1802
1802
|
data: {
|
|
1803
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1803
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1804
1804
|
accountId?: string | null | undefined;
|
|
1805
1805
|
reason?: string | null | undefined;
|
|
1806
1806
|
fields?: {
|
|
@@ -1813,7 +1813,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
1813
1813
|
} | {
|
|
1814
1814
|
type: "IMAGE_PROCESSING_DONE";
|
|
1815
1815
|
data: {
|
|
1816
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1816
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1817
1817
|
variations?: {
|
|
1818
1818
|
fileId: string;
|
|
1819
1819
|
seed: number;
|
|
@@ -1895,14 +1895,14 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
1895
1895
|
} | {
|
|
1896
1896
|
type: "PUBLISHED";
|
|
1897
1897
|
data: {
|
|
1898
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1898
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1899
1899
|
accountId?: string | null | undefined;
|
|
1900
1900
|
itemHistoryId?: string | null | undefined;
|
|
1901
1901
|
};
|
|
1902
1902
|
} | {
|
|
1903
1903
|
type: "REPUBLISHING";
|
|
1904
1904
|
data: {
|
|
1905
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1905
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1906
1906
|
payload?: {
|
|
1907
1907
|
priceDropPayload?: {
|
|
1908
1908
|
value: number;
|
|
@@ -1936,7 +1936,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
1936
1936
|
type: "REPUBLISHING_RETRY";
|
|
1937
1937
|
data: {
|
|
1938
1938
|
maxAttempts: number;
|
|
1939
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1939
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1940
1940
|
attemptNumber: number;
|
|
1941
1941
|
previousHistoryId: string;
|
|
1942
1942
|
originalFailureDate: Date;
|
|
@@ -1973,14 +1973,14 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
1973
1973
|
} | {
|
|
1974
1974
|
type: "SCHEDULED";
|
|
1975
1975
|
data: {
|
|
1976
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1976
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1977
1977
|
publishingDate?: Date | null | undefined;
|
|
1978
1978
|
};
|
|
1979
1979
|
} | {
|
|
1980
1980
|
type: "SCHEDULED_RETRY";
|
|
1981
1981
|
data: {
|
|
1982
1982
|
maxAttempts: number;
|
|
1983
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1983
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1984
1984
|
attemptNumber: number;
|
|
1985
1985
|
previousHistoryId: string;
|
|
1986
1986
|
originalFailureDate: Date;
|
|
@@ -1993,12 +1993,12 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
1993
1993
|
} | {
|
|
1994
1994
|
type: "UPDATED";
|
|
1995
1995
|
data: {
|
|
1996
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1996
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1997
1997
|
};
|
|
1998
1998
|
} | {
|
|
1999
1999
|
type: "UPDATING";
|
|
2000
2000
|
data: {
|
|
2001
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2001
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2002
2002
|
payload?: {
|
|
2003
2003
|
priceDropPayload?: {
|
|
2004
2004
|
value: number;
|
|
@@ -2050,7 +2050,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
2050
2050
|
} | {
|
|
2051
2051
|
type: "FAILED_TO_PUBLISH";
|
|
2052
2052
|
data: {
|
|
2053
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2053
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2054
2054
|
accountId?: string | null | undefined;
|
|
2055
2055
|
reason?: string | null | undefined;
|
|
2056
2056
|
fields?: {
|
|
@@ -2063,7 +2063,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
2063
2063
|
} | {
|
|
2064
2064
|
type: "IMAGE_PROCESSING_DONE";
|
|
2065
2065
|
data: {
|
|
2066
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2066
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2067
2067
|
variations?: {
|
|
2068
2068
|
fileId: string;
|
|
2069
2069
|
seed: number;
|
|
@@ -2145,14 +2145,14 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
2145
2145
|
} | {
|
|
2146
2146
|
type: "PUBLISHED";
|
|
2147
2147
|
data: {
|
|
2148
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2148
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2149
2149
|
accountId?: string | null | undefined;
|
|
2150
2150
|
itemHistoryId?: string | null | undefined;
|
|
2151
2151
|
};
|
|
2152
2152
|
} | {
|
|
2153
2153
|
type: "REPUBLISHING";
|
|
2154
2154
|
data: {
|
|
2155
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2155
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2156
2156
|
payload?: {
|
|
2157
2157
|
priceDropPayload?: {
|
|
2158
2158
|
value: number;
|
|
@@ -2186,7 +2186,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
2186
2186
|
type: "REPUBLISHING_RETRY";
|
|
2187
2187
|
data: {
|
|
2188
2188
|
maxAttempts: number;
|
|
2189
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2189
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2190
2190
|
attemptNumber: number;
|
|
2191
2191
|
previousHistoryId: string;
|
|
2192
2192
|
originalFailureDate: Date;
|
|
@@ -2223,14 +2223,14 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
2223
2223
|
} | {
|
|
2224
2224
|
type: "SCHEDULED";
|
|
2225
2225
|
data: {
|
|
2226
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2226
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2227
2227
|
publishingDate?: Date | null | undefined;
|
|
2228
2228
|
};
|
|
2229
2229
|
} | {
|
|
2230
2230
|
type: "SCHEDULED_RETRY";
|
|
2231
2231
|
data: {
|
|
2232
2232
|
maxAttempts: number;
|
|
2233
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2233
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2234
2234
|
attemptNumber: number;
|
|
2235
2235
|
previousHistoryId: string;
|
|
2236
2236
|
originalFailureDate: Date;
|
|
@@ -2243,12 +2243,12 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
2243
2243
|
} | {
|
|
2244
2244
|
type: "UPDATED";
|
|
2245
2245
|
data: {
|
|
2246
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2246
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2247
2247
|
};
|
|
2248
2248
|
} | {
|
|
2249
2249
|
type: "UPDATING";
|
|
2250
2250
|
data: {
|
|
2251
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2251
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2252
2252
|
payload?: {
|
|
2253
2253
|
priceDropPayload?: {
|
|
2254
2254
|
value: number;
|
|
@@ -2281,7 +2281,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
2281
2281
|
account: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2282
2282
|
userId: z.ZodNumber;
|
|
2283
2283
|
accountId: z.ZodString;
|
|
2284
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
2284
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
2285
2285
|
name: z.ZodString;
|
|
2286
2286
|
locale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2287
2287
|
status: z.ZodCatch<z.ZodEnum<["CONNECTED", "DISCONNECTED", "LOCKED", "PAUSED", "UNKNOWN"]>>;
|
|
@@ -2331,7 +2331,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
2331
2331
|
name: string;
|
|
2332
2332
|
userId: number;
|
|
2333
2333
|
accountId: string;
|
|
2334
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2334
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2335
2335
|
locale?: string | null | undefined;
|
|
2336
2336
|
lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
|
|
2337
2337
|
night?: {
|
|
@@ -2358,7 +2358,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
2358
2358
|
name: string;
|
|
2359
2359
|
userId: number;
|
|
2360
2360
|
accountId: string;
|
|
2361
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2361
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2362
2362
|
status?: unknown;
|
|
2363
2363
|
locale?: string | null | undefined;
|
|
2364
2364
|
lockReason?: unknown;
|
|
@@ -2405,7 +2405,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
2405
2405
|
name: string;
|
|
2406
2406
|
userId: number;
|
|
2407
2407
|
accountId: string;
|
|
2408
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2408
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2409
2409
|
locale?: string | null | undefined;
|
|
2410
2410
|
lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
|
|
2411
2411
|
night?: {
|
|
@@ -2447,7 +2447,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
2447
2447
|
name: string;
|
|
2448
2448
|
userId: number;
|
|
2449
2449
|
accountId: string;
|
|
2450
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2450
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2451
2451
|
status?: unknown;
|
|
2452
2452
|
locale?: string | null | undefined;
|
|
2453
2453
|
lockReason?: unknown;
|
|
@@ -3283,7 +3283,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
3283
3283
|
name: string;
|
|
3284
3284
|
userId: number;
|
|
3285
3285
|
accountId: string;
|
|
3286
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3286
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3287
3287
|
locale?: string | null | undefined;
|
|
3288
3288
|
lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
|
|
3289
3289
|
night?: {
|
|
@@ -3380,7 +3380,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
3380
3380
|
} | {
|
|
3381
3381
|
type: "FAILED_TO_PUBLISH";
|
|
3382
3382
|
data: {
|
|
3383
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3383
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3384
3384
|
accountId?: string | null | undefined;
|
|
3385
3385
|
reason?: string | null | undefined;
|
|
3386
3386
|
fields?: {
|
|
@@ -3393,7 +3393,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
3393
3393
|
} | {
|
|
3394
3394
|
type: "IMAGE_PROCESSING_DONE";
|
|
3395
3395
|
data: {
|
|
3396
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3396
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3397
3397
|
variations?: {
|
|
3398
3398
|
fileId: string;
|
|
3399
3399
|
seed: number;
|
|
@@ -3475,14 +3475,14 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
3475
3475
|
} | {
|
|
3476
3476
|
type: "PUBLISHED";
|
|
3477
3477
|
data: {
|
|
3478
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3478
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3479
3479
|
accountId?: string | null | undefined;
|
|
3480
3480
|
itemHistoryId?: string | null | undefined;
|
|
3481
3481
|
};
|
|
3482
3482
|
} | {
|
|
3483
3483
|
type: "REPUBLISHING";
|
|
3484
3484
|
data: {
|
|
3485
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3485
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3486
3486
|
payload?: {
|
|
3487
3487
|
priceDropPayload?: {
|
|
3488
3488
|
value: number;
|
|
@@ -3516,7 +3516,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
3516
3516
|
type: "REPUBLISHING_RETRY";
|
|
3517
3517
|
data: {
|
|
3518
3518
|
maxAttempts: number;
|
|
3519
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3519
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3520
3520
|
attemptNumber: number;
|
|
3521
3521
|
previousHistoryId: string;
|
|
3522
3522
|
originalFailureDate: Date;
|
|
@@ -3553,14 +3553,14 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
3553
3553
|
} | {
|
|
3554
3554
|
type: "SCHEDULED";
|
|
3555
3555
|
data: {
|
|
3556
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3556
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3557
3557
|
publishingDate?: Date | null | undefined;
|
|
3558
3558
|
};
|
|
3559
3559
|
} | {
|
|
3560
3560
|
type: "SCHEDULED_RETRY";
|
|
3561
3561
|
data: {
|
|
3562
3562
|
maxAttempts: number;
|
|
3563
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3563
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3564
3564
|
attemptNumber: number;
|
|
3565
3565
|
previousHistoryId: string;
|
|
3566
3566
|
originalFailureDate: Date;
|
|
@@ -3573,12 +3573,12 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
3573
3573
|
} | {
|
|
3574
3574
|
type: "UPDATED";
|
|
3575
3575
|
data: {
|
|
3576
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3576
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3577
3577
|
};
|
|
3578
3578
|
} | {
|
|
3579
3579
|
type: "UPDATING";
|
|
3580
3580
|
data: {
|
|
3581
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3581
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3582
3582
|
payload?: {
|
|
3583
3583
|
priceDropPayload?: {
|
|
3584
3584
|
value: number;
|
|
@@ -3783,7 +3783,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
3783
3783
|
name: string;
|
|
3784
3784
|
userId: number;
|
|
3785
3785
|
accountId: string;
|
|
3786
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3786
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3787
3787
|
status?: unknown;
|
|
3788
3788
|
locale?: string | null | undefined;
|
|
3789
3789
|
lockReason?: unknown;
|
|
@@ -3881,7 +3881,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
3881
3881
|
} | {
|
|
3882
3882
|
type: "FAILED_TO_PUBLISH";
|
|
3883
3883
|
data: {
|
|
3884
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3884
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3885
3885
|
accountId?: string | null | undefined;
|
|
3886
3886
|
reason?: string | null | undefined;
|
|
3887
3887
|
fields?: {
|
|
@@ -3894,7 +3894,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
3894
3894
|
} | {
|
|
3895
3895
|
type: "IMAGE_PROCESSING_DONE";
|
|
3896
3896
|
data: {
|
|
3897
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3897
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3898
3898
|
variations?: {
|
|
3899
3899
|
fileId: string;
|
|
3900
3900
|
seed: number;
|
|
@@ -3976,14 +3976,14 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
3976
3976
|
} | {
|
|
3977
3977
|
type: "PUBLISHED";
|
|
3978
3978
|
data: {
|
|
3979
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3979
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3980
3980
|
accountId?: string | null | undefined;
|
|
3981
3981
|
itemHistoryId?: string | null | undefined;
|
|
3982
3982
|
};
|
|
3983
3983
|
} | {
|
|
3984
3984
|
type: "REPUBLISHING";
|
|
3985
3985
|
data: {
|
|
3986
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3986
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3987
3987
|
payload?: {
|
|
3988
3988
|
priceDropPayload?: {
|
|
3989
3989
|
value: number;
|
|
@@ -4017,7 +4017,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
4017
4017
|
type: "REPUBLISHING_RETRY";
|
|
4018
4018
|
data: {
|
|
4019
4019
|
maxAttempts: number;
|
|
4020
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4020
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
4021
4021
|
attemptNumber: number;
|
|
4022
4022
|
previousHistoryId: string;
|
|
4023
4023
|
originalFailureDate: Date;
|
|
@@ -4054,14 +4054,14 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
4054
4054
|
} | {
|
|
4055
4055
|
type: "SCHEDULED";
|
|
4056
4056
|
data: {
|
|
4057
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4057
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
4058
4058
|
publishingDate?: Date | null | undefined;
|
|
4059
4059
|
};
|
|
4060
4060
|
} | {
|
|
4061
4061
|
type: "SCHEDULED_RETRY";
|
|
4062
4062
|
data: {
|
|
4063
4063
|
maxAttempts: number;
|
|
4064
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4064
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
4065
4065
|
attemptNumber: number;
|
|
4066
4066
|
previousHistoryId: string;
|
|
4067
4067
|
originalFailureDate: Date;
|
|
@@ -4074,12 +4074,12 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
4074
4074
|
} | {
|
|
4075
4075
|
type: "UPDATED";
|
|
4076
4076
|
data: {
|
|
4077
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4077
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
4078
4078
|
};
|
|
4079
4079
|
} | {
|
|
4080
4080
|
type: "UPDATING";
|
|
4081
4081
|
data: {
|
|
4082
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4082
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
4083
4083
|
payload?: {
|
|
4084
4084
|
priceDropPayload?: {
|
|
4085
4085
|
value: number;
|
|
@@ -4289,7 +4289,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
4289
4289
|
name: string;
|
|
4290
4290
|
userId: number;
|
|
4291
4291
|
accountId: string;
|
|
4292
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4292
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
4293
4293
|
locale?: string | null | undefined;
|
|
4294
4294
|
lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
|
|
4295
4295
|
night?: {
|
|
@@ -4386,7 +4386,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
4386
4386
|
} | {
|
|
4387
4387
|
type: "FAILED_TO_PUBLISH";
|
|
4388
4388
|
data: {
|
|
4389
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4389
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
4390
4390
|
accountId?: string | null | undefined;
|
|
4391
4391
|
reason?: string | null | undefined;
|
|
4392
4392
|
fields?: {
|
|
@@ -4399,7 +4399,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
4399
4399
|
} | {
|
|
4400
4400
|
type: "IMAGE_PROCESSING_DONE";
|
|
4401
4401
|
data: {
|
|
4402
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4402
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
4403
4403
|
variations?: {
|
|
4404
4404
|
fileId: string;
|
|
4405
4405
|
seed: number;
|
|
@@ -4481,14 +4481,14 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
4481
4481
|
} | {
|
|
4482
4482
|
type: "PUBLISHED";
|
|
4483
4483
|
data: {
|
|
4484
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4484
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
4485
4485
|
accountId?: string | null | undefined;
|
|
4486
4486
|
itemHistoryId?: string | null | undefined;
|
|
4487
4487
|
};
|
|
4488
4488
|
} | {
|
|
4489
4489
|
type: "REPUBLISHING";
|
|
4490
4490
|
data: {
|
|
4491
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4491
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
4492
4492
|
payload?: {
|
|
4493
4493
|
priceDropPayload?: {
|
|
4494
4494
|
value: number;
|
|
@@ -4522,7 +4522,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
4522
4522
|
type: "REPUBLISHING_RETRY";
|
|
4523
4523
|
data: {
|
|
4524
4524
|
maxAttempts: number;
|
|
4525
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4525
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
4526
4526
|
attemptNumber: number;
|
|
4527
4527
|
previousHistoryId: string;
|
|
4528
4528
|
originalFailureDate: Date;
|
|
@@ -4559,14 +4559,14 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
4559
4559
|
} | {
|
|
4560
4560
|
type: "SCHEDULED";
|
|
4561
4561
|
data: {
|
|
4562
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4562
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
4563
4563
|
publishingDate?: Date | null | undefined;
|
|
4564
4564
|
};
|
|
4565
4565
|
} | {
|
|
4566
4566
|
type: "SCHEDULED_RETRY";
|
|
4567
4567
|
data: {
|
|
4568
4568
|
maxAttempts: number;
|
|
4569
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4569
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
4570
4570
|
attemptNumber: number;
|
|
4571
4571
|
previousHistoryId: string;
|
|
4572
4572
|
originalFailureDate: Date;
|
|
@@ -4579,12 +4579,12 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
4579
4579
|
} | {
|
|
4580
4580
|
type: "UPDATED";
|
|
4581
4581
|
data: {
|
|
4582
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4582
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
4583
4583
|
};
|
|
4584
4584
|
} | {
|
|
4585
4585
|
type: "UPDATING";
|
|
4586
4586
|
data: {
|
|
4587
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4587
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
4588
4588
|
payload?: {
|
|
4589
4589
|
priceDropPayload?: {
|
|
4590
4590
|
value: number;
|
|
@@ -4793,7 +4793,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
4793
4793
|
name: string;
|
|
4794
4794
|
userId: number;
|
|
4795
4795
|
accountId: string;
|
|
4796
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4796
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
4797
4797
|
status?: unknown;
|
|
4798
4798
|
locale?: string | null | undefined;
|
|
4799
4799
|
lockReason?: unknown;
|
|
@@ -4891,7 +4891,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
4891
4891
|
} | {
|
|
4892
4892
|
type: "FAILED_TO_PUBLISH";
|
|
4893
4893
|
data: {
|
|
4894
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4894
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
4895
4895
|
accountId?: string | null | undefined;
|
|
4896
4896
|
reason?: string | null | undefined;
|
|
4897
4897
|
fields?: {
|
|
@@ -4904,7 +4904,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
4904
4904
|
} | {
|
|
4905
4905
|
type: "IMAGE_PROCESSING_DONE";
|
|
4906
4906
|
data: {
|
|
4907
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4907
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
4908
4908
|
variations?: {
|
|
4909
4909
|
fileId: string;
|
|
4910
4910
|
seed: number;
|
|
@@ -4986,14 +4986,14 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
4986
4986
|
} | {
|
|
4987
4987
|
type: "PUBLISHED";
|
|
4988
4988
|
data: {
|
|
4989
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4989
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
4990
4990
|
accountId?: string | null | undefined;
|
|
4991
4991
|
itemHistoryId?: string | null | undefined;
|
|
4992
4992
|
};
|
|
4993
4993
|
} | {
|
|
4994
4994
|
type: "REPUBLISHING";
|
|
4995
4995
|
data: {
|
|
4996
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4996
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
4997
4997
|
payload?: {
|
|
4998
4998
|
priceDropPayload?: {
|
|
4999
4999
|
value: number;
|
|
@@ -5027,7 +5027,7 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
5027
5027
|
type: "REPUBLISHING_RETRY";
|
|
5028
5028
|
data: {
|
|
5029
5029
|
maxAttempts: number;
|
|
5030
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
5030
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
5031
5031
|
attemptNumber: number;
|
|
5032
5032
|
previousHistoryId: string;
|
|
5033
5033
|
originalFailureDate: Date;
|
|
@@ -5064,14 +5064,14 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
5064
5064
|
} | {
|
|
5065
5065
|
type: "SCHEDULED";
|
|
5066
5066
|
data: {
|
|
5067
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
5067
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
5068
5068
|
publishingDate?: Date | null | undefined;
|
|
5069
5069
|
};
|
|
5070
5070
|
} | {
|
|
5071
5071
|
type: "SCHEDULED_RETRY";
|
|
5072
5072
|
data: {
|
|
5073
5073
|
maxAttempts: number;
|
|
5074
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
5074
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
5075
5075
|
attemptNumber: number;
|
|
5076
5076
|
previousHistoryId: string;
|
|
5077
5077
|
originalFailureDate: Date;
|
|
@@ -5084,12 +5084,12 @@ export declare const ItemUpdateSchema: z.ZodObject<{
|
|
|
5084
5084
|
} | {
|
|
5085
5085
|
type: "UPDATED";
|
|
5086
5086
|
data: {
|
|
5087
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
5087
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
5088
5088
|
};
|
|
5089
5089
|
} | {
|
|
5090
5090
|
type: "UPDATING";
|
|
5091
5091
|
data: {
|
|
5092
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
5092
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
5093
5093
|
payload?: {
|
|
5094
5094
|
priceDropPayload?: {
|
|
5095
5095
|
value: number;
|