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
|
@@ -329,7 +329,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
329
329
|
type: "EMPTY";
|
|
330
330
|
}>, z.ZodObject<{
|
|
331
331
|
data: z.ZodObject<{
|
|
332
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
332
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
333
333
|
accountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
334
334
|
reason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
335
335
|
fields: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
@@ -347,7 +347,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
347
347
|
}>, "many">>>;
|
|
348
348
|
itemHistoryId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
349
349
|
}, "strip", z.ZodTypeAny, {
|
|
350
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
350
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
351
351
|
accountId?: string | null | undefined;
|
|
352
352
|
reason?: string | null | undefined;
|
|
353
353
|
fields?: {
|
|
@@ -357,7 +357,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
357
357
|
}[] | null | undefined;
|
|
358
358
|
itemHistoryId?: string | null | undefined;
|
|
359
359
|
}, {
|
|
360
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
360
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
361
361
|
accountId?: string | null | undefined;
|
|
362
362
|
reason?: string | null | undefined;
|
|
363
363
|
fields?: {
|
|
@@ -371,7 +371,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
371
371
|
}, "strip", z.ZodTypeAny, {
|
|
372
372
|
type: "FAILED_TO_PUBLISH";
|
|
373
373
|
data: {
|
|
374
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
374
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
375
375
|
accountId?: string | null | undefined;
|
|
376
376
|
reason?: string | null | undefined;
|
|
377
377
|
fields?: {
|
|
@@ -384,7 +384,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
384
384
|
}, {
|
|
385
385
|
type: "FAILED_TO_PUBLISH";
|
|
386
386
|
data: {
|
|
387
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
387
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
388
388
|
accountId?: string | null | undefined;
|
|
389
389
|
reason?: string | null | undefined;
|
|
390
390
|
fields?: {
|
|
@@ -396,7 +396,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
396
396
|
};
|
|
397
397
|
}>, z.ZodObject<{
|
|
398
398
|
data: z.ZodObject<{
|
|
399
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
399
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
400
400
|
variations: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
401
401
|
fileId: z.ZodString;
|
|
402
402
|
seed: z.ZodNumber;
|
|
@@ -428,7 +428,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
428
428
|
originalPhashes: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
429
429
|
historyId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
430
430
|
}, "strip", z.ZodTypeAny, {
|
|
431
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
431
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
432
432
|
variations?: {
|
|
433
433
|
fileId: string;
|
|
434
434
|
seed: number;
|
|
@@ -442,7 +442,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
442
442
|
originalPhashes?: string[] | null | undefined;
|
|
443
443
|
historyId?: string | null | undefined;
|
|
444
444
|
}, {
|
|
445
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
445
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
446
446
|
variations?: {
|
|
447
447
|
fileId: string;
|
|
448
448
|
seed: number;
|
|
@@ -460,7 +460,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
460
460
|
}, "strip", z.ZodTypeAny, {
|
|
461
461
|
type: "IMAGE_PROCESSING_DONE";
|
|
462
462
|
data: {
|
|
463
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
463
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
464
464
|
variations?: {
|
|
465
465
|
fileId: string;
|
|
466
466
|
seed: number;
|
|
@@ -477,7 +477,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
477
477
|
}, {
|
|
478
478
|
type: "IMAGE_PROCESSING_DONE";
|
|
479
479
|
data: {
|
|
480
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
480
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
481
481
|
variations?: {
|
|
482
482
|
fileId: string;
|
|
483
483
|
seed: number;
|
|
@@ -996,15 +996,15 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
996
996
|
};
|
|
997
997
|
}>, z.ZodObject<{
|
|
998
998
|
data: z.ZodObject<{
|
|
999
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
999
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
1000
1000
|
accountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1001
1001
|
itemHistoryId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1002
1002
|
}, "strip", z.ZodTypeAny, {
|
|
1003
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1003
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1004
1004
|
accountId?: string | null | undefined;
|
|
1005
1005
|
itemHistoryId?: string | null | undefined;
|
|
1006
1006
|
}, {
|
|
1007
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1007
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1008
1008
|
accountId?: string | null | undefined;
|
|
1009
1009
|
itemHistoryId?: string | null | undefined;
|
|
1010
1010
|
}>;
|
|
@@ -1012,20 +1012,20 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
1012
1012
|
}, "strip", z.ZodTypeAny, {
|
|
1013
1013
|
type: "PUBLISHED";
|
|
1014
1014
|
data: {
|
|
1015
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1015
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1016
1016
|
accountId?: string | null | undefined;
|
|
1017
1017
|
itemHistoryId?: string | null | undefined;
|
|
1018
1018
|
};
|
|
1019
1019
|
}, {
|
|
1020
1020
|
type: "PUBLISHED";
|
|
1021
1021
|
data: {
|
|
1022
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1022
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1023
1023
|
accountId?: string | null | undefined;
|
|
1024
1024
|
itemHistoryId?: string | null | undefined;
|
|
1025
1025
|
};
|
|
1026
1026
|
}>, z.ZodObject<{
|
|
1027
1027
|
data: z.ZodObject<{
|
|
1028
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
1028
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
1029
1029
|
publishingDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
1030
1030
|
payload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1031
1031
|
priceDropPayload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -1137,7 +1137,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
1137
1137
|
targetAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1138
1138
|
allowIfDeleted: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1139
1139
|
}, "strip", z.ZodTypeAny, {
|
|
1140
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1140
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1141
1141
|
payload?: {
|
|
1142
1142
|
priceDropPayload?: {
|
|
1143
1143
|
value: number;
|
|
@@ -1167,7 +1167,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
1167
1167
|
targetAccountId?: string | null | undefined;
|
|
1168
1168
|
allowIfDeleted?: boolean | null | undefined;
|
|
1169
1169
|
}, {
|
|
1170
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1170
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1171
1171
|
payload?: {
|
|
1172
1172
|
priceDropPayload?: {
|
|
1173
1173
|
value: number;
|
|
@@ -1201,7 +1201,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
1201
1201
|
}, "strip", z.ZodTypeAny, {
|
|
1202
1202
|
type: "REPUBLISHING";
|
|
1203
1203
|
data: {
|
|
1204
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1204
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1205
1205
|
payload?: {
|
|
1206
1206
|
priceDropPayload?: {
|
|
1207
1207
|
value: number;
|
|
@@ -1234,7 +1234,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
1234
1234
|
}, {
|
|
1235
1235
|
type: "REPUBLISHING";
|
|
1236
1236
|
data: {
|
|
1237
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1237
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1238
1238
|
payload?: {
|
|
1239
1239
|
priceDropPayload?: {
|
|
1240
1240
|
value: number;
|
|
@@ -1266,7 +1266,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
1266
1266
|
};
|
|
1267
1267
|
}>, z.ZodObject<{
|
|
1268
1268
|
data: z.ZodObject<{
|
|
1269
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
1269
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
1270
1270
|
attemptNumber: z.ZodNumber;
|
|
1271
1271
|
maxAttempts: z.ZodNumber;
|
|
1272
1272
|
previousHistoryId: z.ZodString;
|
|
@@ -1392,7 +1392,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
1392
1392
|
}>>>;
|
|
1393
1393
|
}, "strip", z.ZodTypeAny, {
|
|
1394
1394
|
maxAttempts: number;
|
|
1395
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1395
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1396
1396
|
attemptNumber: number;
|
|
1397
1397
|
previousHistoryId: string;
|
|
1398
1398
|
originalFailureDate: Date;
|
|
@@ -1427,7 +1427,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
1427
1427
|
}[] | null | undefined;
|
|
1428
1428
|
}, {
|
|
1429
1429
|
maxAttempts: number;
|
|
1430
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1430
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1431
1431
|
attemptNumber: number;
|
|
1432
1432
|
previousHistoryId: string;
|
|
1433
1433
|
originalFailureDate: Date;
|
|
@@ -1466,7 +1466,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
1466
1466
|
type: "REPUBLISHING_RETRY";
|
|
1467
1467
|
data: {
|
|
1468
1468
|
maxAttempts: number;
|
|
1469
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1469
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1470
1470
|
attemptNumber: number;
|
|
1471
1471
|
previousHistoryId: string;
|
|
1472
1472
|
originalFailureDate: Date;
|
|
@@ -1504,7 +1504,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
1504
1504
|
type: "REPUBLISHING_RETRY";
|
|
1505
1505
|
data: {
|
|
1506
1506
|
maxAttempts: number;
|
|
1507
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1507
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1508
1508
|
attemptNumber: number;
|
|
1509
1509
|
previousHistoryId: string;
|
|
1510
1510
|
originalFailureDate: Date;
|
|
@@ -1540,31 +1540,31 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
1540
1540
|
};
|
|
1541
1541
|
}>, z.ZodObject<{
|
|
1542
1542
|
data: z.ZodObject<{
|
|
1543
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
1543
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
1544
1544
|
publishingDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
1545
1545
|
}, "strip", z.ZodTypeAny, {
|
|
1546
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1546
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1547
1547
|
publishingDate?: Date | null | undefined;
|
|
1548
1548
|
}, {
|
|
1549
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1549
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1550
1550
|
publishingDate?: Date | null | undefined;
|
|
1551
1551
|
}>;
|
|
1552
1552
|
type: z.ZodLiteral<"SCHEDULED">;
|
|
1553
1553
|
}, "strip", z.ZodTypeAny, {
|
|
1554
1554
|
type: "SCHEDULED";
|
|
1555
1555
|
data: {
|
|
1556
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1556
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1557
1557
|
publishingDate?: Date | null | undefined;
|
|
1558
1558
|
};
|
|
1559
1559
|
}, {
|
|
1560
1560
|
type: "SCHEDULED";
|
|
1561
1561
|
data: {
|
|
1562
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1562
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1563
1563
|
publishingDate?: Date | null | undefined;
|
|
1564
1564
|
};
|
|
1565
1565
|
}>, z.ZodObject<{
|
|
1566
1566
|
data: z.ZodObject<{
|
|
1567
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
1567
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
1568
1568
|
attemptNumber: z.ZodNumber;
|
|
1569
1569
|
maxAttempts: z.ZodNumber;
|
|
1570
1570
|
previousHistoryId: z.ZodString;
|
|
@@ -1584,7 +1584,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
1584
1584
|
}>, "many">>>;
|
|
1585
1585
|
}, "strip", z.ZodTypeAny, {
|
|
1586
1586
|
maxAttempts: number;
|
|
1587
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1587
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1588
1588
|
attemptNumber: number;
|
|
1589
1589
|
previousHistoryId: string;
|
|
1590
1590
|
originalFailureDate: Date;
|
|
@@ -1595,7 +1595,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
1595
1595
|
}[] | null | undefined;
|
|
1596
1596
|
}, {
|
|
1597
1597
|
maxAttempts: number;
|
|
1598
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1598
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1599
1599
|
attemptNumber: number;
|
|
1600
1600
|
previousHistoryId: string;
|
|
1601
1601
|
originalFailureDate: Date;
|
|
@@ -1610,7 +1610,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
1610
1610
|
type: "SCHEDULED_RETRY";
|
|
1611
1611
|
data: {
|
|
1612
1612
|
maxAttempts: number;
|
|
1613
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1613
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1614
1614
|
attemptNumber: number;
|
|
1615
1615
|
previousHistoryId: string;
|
|
1616
1616
|
originalFailureDate: Date;
|
|
@@ -1624,7 +1624,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
1624
1624
|
type: "SCHEDULED_RETRY";
|
|
1625
1625
|
data: {
|
|
1626
1626
|
maxAttempts: number;
|
|
1627
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1627
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1628
1628
|
attemptNumber: number;
|
|
1629
1629
|
previousHistoryId: string;
|
|
1630
1630
|
originalFailureDate: Date;
|
|
@@ -1636,26 +1636,26 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
1636
1636
|
};
|
|
1637
1637
|
}>, z.ZodObject<{
|
|
1638
1638
|
data: z.ZodObject<{
|
|
1639
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
1639
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
1640
1640
|
}, "strip", z.ZodTypeAny, {
|
|
1641
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1641
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1642
1642
|
}, {
|
|
1643
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1643
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1644
1644
|
}>;
|
|
1645
1645
|
type: z.ZodLiteral<"UPDATED">;
|
|
1646
1646
|
}, "strip", z.ZodTypeAny, {
|
|
1647
1647
|
type: "UPDATED";
|
|
1648
1648
|
data: {
|
|
1649
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1649
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1650
1650
|
};
|
|
1651
1651
|
}, {
|
|
1652
1652
|
type: "UPDATED";
|
|
1653
1653
|
data: {
|
|
1654
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1654
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1655
1655
|
};
|
|
1656
1656
|
}>, z.ZodObject<{
|
|
1657
1657
|
data: z.ZodObject<{
|
|
1658
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
1658
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
1659
1659
|
payload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1660
1660
|
priceDropPayload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1661
1661
|
type: z.ZodEnum<["PERCENTAGE", "ABSOLUTE"]>;
|
|
@@ -1700,7 +1700,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
1700
1700
|
}>>>;
|
|
1701
1701
|
targetDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
1702
1702
|
}, "strip", z.ZodTypeAny, {
|
|
1703
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1703
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1704
1704
|
payload?: {
|
|
1705
1705
|
priceDropPayload?: {
|
|
1706
1706
|
value: number;
|
|
@@ -1713,7 +1713,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
1713
1713
|
} | null | undefined;
|
|
1714
1714
|
targetDate?: Date | null | undefined;
|
|
1715
1715
|
}, {
|
|
1716
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1716
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1717
1717
|
payload?: {
|
|
1718
1718
|
priceDropPayload?: {
|
|
1719
1719
|
value: number;
|
|
@@ -1730,7 +1730,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
1730
1730
|
}, "strip", z.ZodTypeAny, {
|
|
1731
1731
|
type: "UPDATING";
|
|
1732
1732
|
data: {
|
|
1733
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1733
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1734
1734
|
payload?: {
|
|
1735
1735
|
priceDropPayload?: {
|
|
1736
1736
|
value: number;
|
|
@@ -1746,7 +1746,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
1746
1746
|
}, {
|
|
1747
1747
|
type: "UPDATING";
|
|
1748
1748
|
data: {
|
|
1749
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1749
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1750
1750
|
payload?: {
|
|
1751
1751
|
priceDropPayload?: {
|
|
1752
1752
|
value: number;
|
|
@@ -1799,7 +1799,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
1799
1799
|
} | {
|
|
1800
1800
|
type: "FAILED_TO_PUBLISH";
|
|
1801
1801
|
data: {
|
|
1802
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1802
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1803
1803
|
accountId?: string | null | undefined;
|
|
1804
1804
|
reason?: string | null | undefined;
|
|
1805
1805
|
fields?: {
|
|
@@ -1812,7 +1812,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
1812
1812
|
} | {
|
|
1813
1813
|
type: "IMAGE_PROCESSING_DONE";
|
|
1814
1814
|
data: {
|
|
1815
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1815
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1816
1816
|
variations?: {
|
|
1817
1817
|
fileId: string;
|
|
1818
1818
|
seed: number;
|
|
@@ -1894,14 +1894,14 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
1894
1894
|
} | {
|
|
1895
1895
|
type: "PUBLISHED";
|
|
1896
1896
|
data: {
|
|
1897
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1897
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1898
1898
|
accountId?: string | null | undefined;
|
|
1899
1899
|
itemHistoryId?: string | null | undefined;
|
|
1900
1900
|
};
|
|
1901
1901
|
} | {
|
|
1902
1902
|
type: "REPUBLISHING";
|
|
1903
1903
|
data: {
|
|
1904
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1904
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1905
1905
|
payload?: {
|
|
1906
1906
|
priceDropPayload?: {
|
|
1907
1907
|
value: number;
|
|
@@ -1935,7 +1935,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
1935
1935
|
type: "REPUBLISHING_RETRY";
|
|
1936
1936
|
data: {
|
|
1937
1937
|
maxAttempts: number;
|
|
1938
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1938
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1939
1939
|
attemptNumber: number;
|
|
1940
1940
|
previousHistoryId: string;
|
|
1941
1941
|
originalFailureDate: Date;
|
|
@@ -1972,14 +1972,14 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
1972
1972
|
} | {
|
|
1973
1973
|
type: "SCHEDULED";
|
|
1974
1974
|
data: {
|
|
1975
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1975
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1976
1976
|
publishingDate?: Date | null | undefined;
|
|
1977
1977
|
};
|
|
1978
1978
|
} | {
|
|
1979
1979
|
type: "SCHEDULED_RETRY";
|
|
1980
1980
|
data: {
|
|
1981
1981
|
maxAttempts: number;
|
|
1982
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1982
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1983
1983
|
attemptNumber: number;
|
|
1984
1984
|
previousHistoryId: string;
|
|
1985
1985
|
originalFailureDate: Date;
|
|
@@ -1992,12 +1992,12 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
1992
1992
|
} | {
|
|
1993
1993
|
type: "UPDATED";
|
|
1994
1994
|
data: {
|
|
1995
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1995
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1996
1996
|
};
|
|
1997
1997
|
} | {
|
|
1998
1998
|
type: "UPDATING";
|
|
1999
1999
|
data: {
|
|
2000
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2000
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2001
2001
|
payload?: {
|
|
2002
2002
|
priceDropPayload?: {
|
|
2003
2003
|
value: number;
|
|
@@ -2049,7 +2049,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
2049
2049
|
} | {
|
|
2050
2050
|
type: "FAILED_TO_PUBLISH";
|
|
2051
2051
|
data: {
|
|
2052
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2052
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2053
2053
|
accountId?: string | null | undefined;
|
|
2054
2054
|
reason?: string | null | undefined;
|
|
2055
2055
|
fields?: {
|
|
@@ -2062,7 +2062,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
2062
2062
|
} | {
|
|
2063
2063
|
type: "IMAGE_PROCESSING_DONE";
|
|
2064
2064
|
data: {
|
|
2065
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2065
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2066
2066
|
variations?: {
|
|
2067
2067
|
fileId: string;
|
|
2068
2068
|
seed: number;
|
|
@@ -2144,14 +2144,14 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
2144
2144
|
} | {
|
|
2145
2145
|
type: "PUBLISHED";
|
|
2146
2146
|
data: {
|
|
2147
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2147
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2148
2148
|
accountId?: string | null | undefined;
|
|
2149
2149
|
itemHistoryId?: string | null | undefined;
|
|
2150
2150
|
};
|
|
2151
2151
|
} | {
|
|
2152
2152
|
type: "REPUBLISHING";
|
|
2153
2153
|
data: {
|
|
2154
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2154
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2155
2155
|
payload?: {
|
|
2156
2156
|
priceDropPayload?: {
|
|
2157
2157
|
value: number;
|
|
@@ -2185,7 +2185,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
2185
2185
|
type: "REPUBLISHING_RETRY";
|
|
2186
2186
|
data: {
|
|
2187
2187
|
maxAttempts: number;
|
|
2188
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2188
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2189
2189
|
attemptNumber: number;
|
|
2190
2190
|
previousHistoryId: string;
|
|
2191
2191
|
originalFailureDate: Date;
|
|
@@ -2222,14 +2222,14 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
2222
2222
|
} | {
|
|
2223
2223
|
type: "SCHEDULED";
|
|
2224
2224
|
data: {
|
|
2225
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2225
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2226
2226
|
publishingDate?: Date | null | undefined;
|
|
2227
2227
|
};
|
|
2228
2228
|
} | {
|
|
2229
2229
|
type: "SCHEDULED_RETRY";
|
|
2230
2230
|
data: {
|
|
2231
2231
|
maxAttempts: number;
|
|
2232
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2232
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2233
2233
|
attemptNumber: number;
|
|
2234
2234
|
previousHistoryId: string;
|
|
2235
2235
|
originalFailureDate: Date;
|
|
@@ -2242,12 +2242,12 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
2242
2242
|
} | {
|
|
2243
2243
|
type: "UPDATED";
|
|
2244
2244
|
data: {
|
|
2245
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2245
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2246
2246
|
};
|
|
2247
2247
|
} | {
|
|
2248
2248
|
type: "UPDATING";
|
|
2249
2249
|
data: {
|
|
2250
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2250
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2251
2251
|
payload?: {
|
|
2252
2252
|
priceDropPayload?: {
|
|
2253
2253
|
value: number;
|
|
@@ -2280,7 +2280,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
2280
2280
|
account: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2281
2281
|
userId: z.ZodNumber;
|
|
2282
2282
|
accountId: z.ZodString;
|
|
2283
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
2283
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
2284
2284
|
name: z.ZodString;
|
|
2285
2285
|
locale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2286
2286
|
status: z.ZodCatch<z.ZodEnum<["CONNECTED", "DISCONNECTED", "LOCKED", "PAUSED", "UNKNOWN"]>>;
|
|
@@ -2330,7 +2330,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
2330
2330
|
name: string;
|
|
2331
2331
|
userId: number;
|
|
2332
2332
|
accountId: string;
|
|
2333
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2333
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2334
2334
|
locale?: string | null | undefined;
|
|
2335
2335
|
lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
|
|
2336
2336
|
night?: {
|
|
@@ -2357,7 +2357,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
2357
2357
|
name: string;
|
|
2358
2358
|
userId: number;
|
|
2359
2359
|
accountId: string;
|
|
2360
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2360
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2361
2361
|
status?: unknown;
|
|
2362
2362
|
locale?: string | null | undefined;
|
|
2363
2363
|
lockReason?: unknown;
|
|
@@ -2404,7 +2404,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
2404
2404
|
name: string;
|
|
2405
2405
|
userId: number;
|
|
2406
2406
|
accountId: string;
|
|
2407
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2407
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2408
2408
|
locale?: string | null | undefined;
|
|
2409
2409
|
lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
|
|
2410
2410
|
night?: {
|
|
@@ -2446,7 +2446,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
2446
2446
|
name: string;
|
|
2447
2447
|
userId: number;
|
|
2448
2448
|
accountId: string;
|
|
2449
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2449
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2450
2450
|
status?: unknown;
|
|
2451
2451
|
locale?: string | null | undefined;
|
|
2452
2452
|
lockReason?: unknown;
|
|
@@ -2580,7 +2580,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
2580
2580
|
type: "EMPTY";
|
|
2581
2581
|
}>, z.ZodObject<{
|
|
2582
2582
|
data: z.ZodObject<{
|
|
2583
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
2583
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
2584
2584
|
accountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2585
2585
|
reason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2586
2586
|
fields: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
@@ -2598,7 +2598,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
2598
2598
|
}>, "many">>>;
|
|
2599
2599
|
itemHistoryId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2600
2600
|
}, "strip", z.ZodTypeAny, {
|
|
2601
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2601
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2602
2602
|
accountId?: string | null | undefined;
|
|
2603
2603
|
reason?: string | null | undefined;
|
|
2604
2604
|
fields?: {
|
|
@@ -2608,7 +2608,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
2608
2608
|
}[] | null | undefined;
|
|
2609
2609
|
itemHistoryId?: string | null | undefined;
|
|
2610
2610
|
}, {
|
|
2611
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2611
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2612
2612
|
accountId?: string | null | undefined;
|
|
2613
2613
|
reason?: string | null | undefined;
|
|
2614
2614
|
fields?: {
|
|
@@ -2622,7 +2622,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
2622
2622
|
}, "strip", z.ZodTypeAny, {
|
|
2623
2623
|
type: "FAILED_TO_PUBLISH";
|
|
2624
2624
|
data: {
|
|
2625
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2625
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2626
2626
|
accountId?: string | null | undefined;
|
|
2627
2627
|
reason?: string | null | undefined;
|
|
2628
2628
|
fields?: {
|
|
@@ -2635,7 +2635,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
2635
2635
|
}, {
|
|
2636
2636
|
type: "FAILED_TO_PUBLISH";
|
|
2637
2637
|
data: {
|
|
2638
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2638
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2639
2639
|
accountId?: string | null | undefined;
|
|
2640
2640
|
reason?: string | null | undefined;
|
|
2641
2641
|
fields?: {
|
|
@@ -2647,7 +2647,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
2647
2647
|
};
|
|
2648
2648
|
}>, z.ZodObject<{
|
|
2649
2649
|
data: z.ZodObject<{
|
|
2650
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
2650
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
2651
2651
|
variations: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
2652
2652
|
fileId: z.ZodString;
|
|
2653
2653
|
seed: z.ZodNumber;
|
|
@@ -2679,7 +2679,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
2679
2679
|
originalPhashes: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
2680
2680
|
historyId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2681
2681
|
}, "strip", z.ZodTypeAny, {
|
|
2682
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2682
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2683
2683
|
variations?: {
|
|
2684
2684
|
fileId: string;
|
|
2685
2685
|
seed: number;
|
|
@@ -2693,7 +2693,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
2693
2693
|
originalPhashes?: string[] | null | undefined;
|
|
2694
2694
|
historyId?: string | null | undefined;
|
|
2695
2695
|
}, {
|
|
2696
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2696
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2697
2697
|
variations?: {
|
|
2698
2698
|
fileId: string;
|
|
2699
2699
|
seed: number;
|
|
@@ -2711,7 +2711,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
2711
2711
|
}, "strip", z.ZodTypeAny, {
|
|
2712
2712
|
type: "IMAGE_PROCESSING_DONE";
|
|
2713
2713
|
data: {
|
|
2714
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2714
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2715
2715
|
variations?: {
|
|
2716
2716
|
fileId: string;
|
|
2717
2717
|
seed: number;
|
|
@@ -2728,7 +2728,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
2728
2728
|
}, {
|
|
2729
2729
|
type: "IMAGE_PROCESSING_DONE";
|
|
2730
2730
|
data: {
|
|
2731
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2731
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2732
2732
|
variations?: {
|
|
2733
2733
|
fileId: string;
|
|
2734
2734
|
seed: number;
|
|
@@ -3247,15 +3247,15 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
3247
3247
|
};
|
|
3248
3248
|
}>, z.ZodObject<{
|
|
3249
3249
|
data: z.ZodObject<{
|
|
3250
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
3250
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
3251
3251
|
accountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3252
3252
|
itemHistoryId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3253
3253
|
}, "strip", z.ZodTypeAny, {
|
|
3254
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3254
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3255
3255
|
accountId?: string | null | undefined;
|
|
3256
3256
|
itemHistoryId?: string | null | undefined;
|
|
3257
3257
|
}, {
|
|
3258
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3258
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3259
3259
|
accountId?: string | null | undefined;
|
|
3260
3260
|
itemHistoryId?: string | null | undefined;
|
|
3261
3261
|
}>;
|
|
@@ -3263,20 +3263,20 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
3263
3263
|
}, "strip", z.ZodTypeAny, {
|
|
3264
3264
|
type: "PUBLISHED";
|
|
3265
3265
|
data: {
|
|
3266
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3266
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3267
3267
|
accountId?: string | null | undefined;
|
|
3268
3268
|
itemHistoryId?: string | null | undefined;
|
|
3269
3269
|
};
|
|
3270
3270
|
}, {
|
|
3271
3271
|
type: "PUBLISHED";
|
|
3272
3272
|
data: {
|
|
3273
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3273
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3274
3274
|
accountId?: string | null | undefined;
|
|
3275
3275
|
itemHistoryId?: string | null | undefined;
|
|
3276
3276
|
};
|
|
3277
3277
|
}>, z.ZodObject<{
|
|
3278
3278
|
data: z.ZodObject<{
|
|
3279
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
3279
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
3280
3280
|
publishingDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
3281
3281
|
payload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3282
3282
|
priceDropPayload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -3388,7 +3388,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
3388
3388
|
targetAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3389
3389
|
allowIfDeleted: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
3390
3390
|
}, "strip", z.ZodTypeAny, {
|
|
3391
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3391
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3392
3392
|
payload?: {
|
|
3393
3393
|
priceDropPayload?: {
|
|
3394
3394
|
value: number;
|
|
@@ -3418,7 +3418,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
3418
3418
|
targetAccountId?: string | null | undefined;
|
|
3419
3419
|
allowIfDeleted?: boolean | null | undefined;
|
|
3420
3420
|
}, {
|
|
3421
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3421
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3422
3422
|
payload?: {
|
|
3423
3423
|
priceDropPayload?: {
|
|
3424
3424
|
value: number;
|
|
@@ -3452,7 +3452,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
3452
3452
|
}, "strip", z.ZodTypeAny, {
|
|
3453
3453
|
type: "REPUBLISHING";
|
|
3454
3454
|
data: {
|
|
3455
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3455
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3456
3456
|
payload?: {
|
|
3457
3457
|
priceDropPayload?: {
|
|
3458
3458
|
value: number;
|
|
@@ -3485,7 +3485,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
3485
3485
|
}, {
|
|
3486
3486
|
type: "REPUBLISHING";
|
|
3487
3487
|
data: {
|
|
3488
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3488
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3489
3489
|
payload?: {
|
|
3490
3490
|
priceDropPayload?: {
|
|
3491
3491
|
value: number;
|
|
@@ -3517,7 +3517,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
3517
3517
|
};
|
|
3518
3518
|
}>, z.ZodObject<{
|
|
3519
3519
|
data: z.ZodObject<{
|
|
3520
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
3520
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
3521
3521
|
attemptNumber: z.ZodNumber;
|
|
3522
3522
|
maxAttempts: z.ZodNumber;
|
|
3523
3523
|
previousHistoryId: z.ZodString;
|
|
@@ -3643,7 +3643,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
3643
3643
|
}>>>;
|
|
3644
3644
|
}, "strip", z.ZodTypeAny, {
|
|
3645
3645
|
maxAttempts: number;
|
|
3646
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3646
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3647
3647
|
attemptNumber: number;
|
|
3648
3648
|
previousHistoryId: string;
|
|
3649
3649
|
originalFailureDate: Date;
|
|
@@ -3678,7 +3678,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
3678
3678
|
}[] | null | undefined;
|
|
3679
3679
|
}, {
|
|
3680
3680
|
maxAttempts: number;
|
|
3681
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3681
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3682
3682
|
attemptNumber: number;
|
|
3683
3683
|
previousHistoryId: string;
|
|
3684
3684
|
originalFailureDate: Date;
|
|
@@ -3717,7 +3717,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
3717
3717
|
type: "REPUBLISHING_RETRY";
|
|
3718
3718
|
data: {
|
|
3719
3719
|
maxAttempts: number;
|
|
3720
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3720
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3721
3721
|
attemptNumber: number;
|
|
3722
3722
|
previousHistoryId: string;
|
|
3723
3723
|
originalFailureDate: Date;
|
|
@@ -3755,7 +3755,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
3755
3755
|
type: "REPUBLISHING_RETRY";
|
|
3756
3756
|
data: {
|
|
3757
3757
|
maxAttempts: number;
|
|
3758
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3758
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3759
3759
|
attemptNumber: number;
|
|
3760
3760
|
previousHistoryId: string;
|
|
3761
3761
|
originalFailureDate: Date;
|
|
@@ -3791,31 +3791,31 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
3791
3791
|
};
|
|
3792
3792
|
}>, z.ZodObject<{
|
|
3793
3793
|
data: z.ZodObject<{
|
|
3794
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
3794
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
3795
3795
|
publishingDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
3796
3796
|
}, "strip", z.ZodTypeAny, {
|
|
3797
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3797
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3798
3798
|
publishingDate?: Date | null | undefined;
|
|
3799
3799
|
}, {
|
|
3800
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3800
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3801
3801
|
publishingDate?: Date | null | undefined;
|
|
3802
3802
|
}>;
|
|
3803
3803
|
type: z.ZodLiteral<"SCHEDULED">;
|
|
3804
3804
|
}, "strip", z.ZodTypeAny, {
|
|
3805
3805
|
type: "SCHEDULED";
|
|
3806
3806
|
data: {
|
|
3807
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3807
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3808
3808
|
publishingDate?: Date | null | undefined;
|
|
3809
3809
|
};
|
|
3810
3810
|
}, {
|
|
3811
3811
|
type: "SCHEDULED";
|
|
3812
3812
|
data: {
|
|
3813
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3813
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3814
3814
|
publishingDate?: Date | null | undefined;
|
|
3815
3815
|
};
|
|
3816
3816
|
}>, z.ZodObject<{
|
|
3817
3817
|
data: z.ZodObject<{
|
|
3818
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
3818
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
3819
3819
|
attemptNumber: z.ZodNumber;
|
|
3820
3820
|
maxAttempts: z.ZodNumber;
|
|
3821
3821
|
previousHistoryId: z.ZodString;
|
|
@@ -3835,7 +3835,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
3835
3835
|
}>, "many">>>;
|
|
3836
3836
|
}, "strip", z.ZodTypeAny, {
|
|
3837
3837
|
maxAttempts: number;
|
|
3838
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3838
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3839
3839
|
attemptNumber: number;
|
|
3840
3840
|
previousHistoryId: string;
|
|
3841
3841
|
originalFailureDate: Date;
|
|
@@ -3846,7 +3846,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
3846
3846
|
}[] | null | undefined;
|
|
3847
3847
|
}, {
|
|
3848
3848
|
maxAttempts: number;
|
|
3849
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3849
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3850
3850
|
attemptNumber: number;
|
|
3851
3851
|
previousHistoryId: string;
|
|
3852
3852
|
originalFailureDate: Date;
|
|
@@ -3861,7 +3861,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
3861
3861
|
type: "SCHEDULED_RETRY";
|
|
3862
3862
|
data: {
|
|
3863
3863
|
maxAttempts: number;
|
|
3864
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3864
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3865
3865
|
attemptNumber: number;
|
|
3866
3866
|
previousHistoryId: string;
|
|
3867
3867
|
originalFailureDate: Date;
|
|
@@ -3875,7 +3875,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
3875
3875
|
type: "SCHEDULED_RETRY";
|
|
3876
3876
|
data: {
|
|
3877
3877
|
maxAttempts: number;
|
|
3878
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3878
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3879
3879
|
attemptNumber: number;
|
|
3880
3880
|
previousHistoryId: string;
|
|
3881
3881
|
originalFailureDate: Date;
|
|
@@ -3887,26 +3887,26 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
3887
3887
|
};
|
|
3888
3888
|
}>, z.ZodObject<{
|
|
3889
3889
|
data: z.ZodObject<{
|
|
3890
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
3890
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
3891
3891
|
}, "strip", z.ZodTypeAny, {
|
|
3892
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3892
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3893
3893
|
}, {
|
|
3894
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3894
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3895
3895
|
}>;
|
|
3896
3896
|
type: z.ZodLiteral<"UPDATED">;
|
|
3897
3897
|
}, "strip", z.ZodTypeAny, {
|
|
3898
3898
|
type: "UPDATED";
|
|
3899
3899
|
data: {
|
|
3900
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3900
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3901
3901
|
};
|
|
3902
3902
|
}, {
|
|
3903
3903
|
type: "UPDATED";
|
|
3904
3904
|
data: {
|
|
3905
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3905
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3906
3906
|
};
|
|
3907
3907
|
}>, z.ZodObject<{
|
|
3908
3908
|
data: z.ZodObject<{
|
|
3909
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
3909
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
3910
3910
|
payload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3911
3911
|
priceDropPayload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3912
3912
|
type: z.ZodEnum<["PERCENTAGE", "ABSOLUTE"]>;
|
|
@@ -3951,7 +3951,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
3951
3951
|
}>>>;
|
|
3952
3952
|
targetDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
3953
3953
|
}, "strip", z.ZodTypeAny, {
|
|
3954
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3954
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3955
3955
|
payload?: {
|
|
3956
3956
|
priceDropPayload?: {
|
|
3957
3957
|
value: number;
|
|
@@ -3964,7 +3964,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
3964
3964
|
} | null | undefined;
|
|
3965
3965
|
targetDate?: Date | null | undefined;
|
|
3966
3966
|
}, {
|
|
3967
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3967
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3968
3968
|
payload?: {
|
|
3969
3969
|
priceDropPayload?: {
|
|
3970
3970
|
value: number;
|
|
@@ -3981,7 +3981,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
3981
3981
|
}, "strip", z.ZodTypeAny, {
|
|
3982
3982
|
type: "UPDATING";
|
|
3983
3983
|
data: {
|
|
3984
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3984
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3985
3985
|
payload?: {
|
|
3986
3986
|
priceDropPayload?: {
|
|
3987
3987
|
value: number;
|
|
@@ -3997,7 +3997,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
3997
3997
|
}, {
|
|
3998
3998
|
type: "UPDATING";
|
|
3999
3999
|
data: {
|
|
4000
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4000
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
4001
4001
|
payload?: {
|
|
4002
4002
|
priceDropPayload?: {
|
|
4003
4003
|
value: number;
|
|
@@ -4050,7 +4050,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
4050
4050
|
} | {
|
|
4051
4051
|
type: "FAILED_TO_PUBLISH";
|
|
4052
4052
|
data: {
|
|
4053
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4053
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
4054
4054
|
accountId?: string | null | undefined;
|
|
4055
4055
|
reason?: string | null | undefined;
|
|
4056
4056
|
fields?: {
|
|
@@ -4063,7 +4063,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
4063
4063
|
} | {
|
|
4064
4064
|
type: "IMAGE_PROCESSING_DONE";
|
|
4065
4065
|
data: {
|
|
4066
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4066
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
4067
4067
|
variations?: {
|
|
4068
4068
|
fileId: string;
|
|
4069
4069
|
seed: number;
|
|
@@ -4145,14 +4145,14 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
4145
4145
|
} | {
|
|
4146
4146
|
type: "PUBLISHED";
|
|
4147
4147
|
data: {
|
|
4148
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4148
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
4149
4149
|
accountId?: string | null | undefined;
|
|
4150
4150
|
itemHistoryId?: string | null | undefined;
|
|
4151
4151
|
};
|
|
4152
4152
|
} | {
|
|
4153
4153
|
type: "REPUBLISHING";
|
|
4154
4154
|
data: {
|
|
4155
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4155
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
4156
4156
|
payload?: {
|
|
4157
4157
|
priceDropPayload?: {
|
|
4158
4158
|
value: number;
|
|
@@ -4186,7 +4186,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
4186
4186
|
type: "REPUBLISHING_RETRY";
|
|
4187
4187
|
data: {
|
|
4188
4188
|
maxAttempts: number;
|
|
4189
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4189
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
4190
4190
|
attemptNumber: number;
|
|
4191
4191
|
previousHistoryId: string;
|
|
4192
4192
|
originalFailureDate: Date;
|
|
@@ -4223,14 +4223,14 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
4223
4223
|
} | {
|
|
4224
4224
|
type: "SCHEDULED";
|
|
4225
4225
|
data: {
|
|
4226
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4226
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
4227
4227
|
publishingDate?: Date | null | undefined;
|
|
4228
4228
|
};
|
|
4229
4229
|
} | {
|
|
4230
4230
|
type: "SCHEDULED_RETRY";
|
|
4231
4231
|
data: {
|
|
4232
4232
|
maxAttempts: number;
|
|
4233
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4233
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
4234
4234
|
attemptNumber: number;
|
|
4235
4235
|
previousHistoryId: string;
|
|
4236
4236
|
originalFailureDate: Date;
|
|
@@ -4243,12 +4243,12 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
4243
4243
|
} | {
|
|
4244
4244
|
type: "UPDATED";
|
|
4245
4245
|
data: {
|
|
4246
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4246
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
4247
4247
|
};
|
|
4248
4248
|
} | {
|
|
4249
4249
|
type: "UPDATING";
|
|
4250
4250
|
data: {
|
|
4251
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4251
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
4252
4252
|
payload?: {
|
|
4253
4253
|
priceDropPayload?: {
|
|
4254
4254
|
value: number;
|
|
@@ -4300,7 +4300,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
4300
4300
|
} | {
|
|
4301
4301
|
type: "FAILED_TO_PUBLISH";
|
|
4302
4302
|
data: {
|
|
4303
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4303
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
4304
4304
|
accountId?: string | null | undefined;
|
|
4305
4305
|
reason?: string | null | undefined;
|
|
4306
4306
|
fields?: {
|
|
@@ -4313,7 +4313,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
4313
4313
|
} | {
|
|
4314
4314
|
type: "IMAGE_PROCESSING_DONE";
|
|
4315
4315
|
data: {
|
|
4316
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4316
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
4317
4317
|
variations?: {
|
|
4318
4318
|
fileId: string;
|
|
4319
4319
|
seed: number;
|
|
@@ -4395,14 +4395,14 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
4395
4395
|
} | {
|
|
4396
4396
|
type: "PUBLISHED";
|
|
4397
4397
|
data: {
|
|
4398
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4398
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
4399
4399
|
accountId?: string | null | undefined;
|
|
4400
4400
|
itemHistoryId?: string | null | undefined;
|
|
4401
4401
|
};
|
|
4402
4402
|
} | {
|
|
4403
4403
|
type: "REPUBLISHING";
|
|
4404
4404
|
data: {
|
|
4405
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4405
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
4406
4406
|
payload?: {
|
|
4407
4407
|
priceDropPayload?: {
|
|
4408
4408
|
value: number;
|
|
@@ -4436,7 +4436,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
4436
4436
|
type: "REPUBLISHING_RETRY";
|
|
4437
4437
|
data: {
|
|
4438
4438
|
maxAttempts: number;
|
|
4439
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4439
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
4440
4440
|
attemptNumber: number;
|
|
4441
4441
|
previousHistoryId: string;
|
|
4442
4442
|
originalFailureDate: Date;
|
|
@@ -4473,14 +4473,14 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
4473
4473
|
} | {
|
|
4474
4474
|
type: "SCHEDULED";
|
|
4475
4475
|
data: {
|
|
4476
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4476
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
4477
4477
|
publishingDate?: Date | null | undefined;
|
|
4478
4478
|
};
|
|
4479
4479
|
} | {
|
|
4480
4480
|
type: "SCHEDULED_RETRY";
|
|
4481
4481
|
data: {
|
|
4482
4482
|
maxAttempts: number;
|
|
4483
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4483
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
4484
4484
|
attemptNumber: number;
|
|
4485
4485
|
previousHistoryId: string;
|
|
4486
4486
|
originalFailureDate: Date;
|
|
@@ -4493,12 +4493,12 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
4493
4493
|
} | {
|
|
4494
4494
|
type: "UPDATED";
|
|
4495
4495
|
data: {
|
|
4496
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4496
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
4497
4497
|
};
|
|
4498
4498
|
} | {
|
|
4499
4499
|
type: "UPDATING";
|
|
4500
4500
|
data: {
|
|
4501
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4501
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
4502
4502
|
payload?: {
|
|
4503
4503
|
priceDropPayload?: {
|
|
4504
4504
|
value: number;
|
|
@@ -4587,7 +4587,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
4587
4587
|
name: string;
|
|
4588
4588
|
userId: number;
|
|
4589
4589
|
accountId: string;
|
|
4590
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4590
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
4591
4591
|
locale?: string | null | undefined;
|
|
4592
4592
|
lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
|
|
4593
4593
|
night?: {
|
|
@@ -4684,7 +4684,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
4684
4684
|
} | {
|
|
4685
4685
|
type: "FAILED_TO_PUBLISH";
|
|
4686
4686
|
data: {
|
|
4687
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4687
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
4688
4688
|
accountId?: string | null | undefined;
|
|
4689
4689
|
reason?: string | null | undefined;
|
|
4690
4690
|
fields?: {
|
|
@@ -4697,7 +4697,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
4697
4697
|
} | {
|
|
4698
4698
|
type: "IMAGE_PROCESSING_DONE";
|
|
4699
4699
|
data: {
|
|
4700
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4700
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
4701
4701
|
variations?: {
|
|
4702
4702
|
fileId: string;
|
|
4703
4703
|
seed: number;
|
|
@@ -4779,14 +4779,14 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
4779
4779
|
} | {
|
|
4780
4780
|
type: "PUBLISHED";
|
|
4781
4781
|
data: {
|
|
4782
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4782
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
4783
4783
|
accountId?: string | null | undefined;
|
|
4784
4784
|
itemHistoryId?: string | null | undefined;
|
|
4785
4785
|
};
|
|
4786
4786
|
} | {
|
|
4787
4787
|
type: "REPUBLISHING";
|
|
4788
4788
|
data: {
|
|
4789
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4789
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
4790
4790
|
payload?: {
|
|
4791
4791
|
priceDropPayload?: {
|
|
4792
4792
|
value: number;
|
|
@@ -4820,7 +4820,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
4820
4820
|
type: "REPUBLISHING_RETRY";
|
|
4821
4821
|
data: {
|
|
4822
4822
|
maxAttempts: number;
|
|
4823
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4823
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
4824
4824
|
attemptNumber: number;
|
|
4825
4825
|
previousHistoryId: string;
|
|
4826
4826
|
originalFailureDate: Date;
|
|
@@ -4857,14 +4857,14 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
4857
4857
|
} | {
|
|
4858
4858
|
type: "SCHEDULED";
|
|
4859
4859
|
data: {
|
|
4860
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4860
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
4861
4861
|
publishingDate?: Date | null | undefined;
|
|
4862
4862
|
};
|
|
4863
4863
|
} | {
|
|
4864
4864
|
type: "SCHEDULED_RETRY";
|
|
4865
4865
|
data: {
|
|
4866
4866
|
maxAttempts: number;
|
|
4867
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4867
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
4868
4868
|
attemptNumber: number;
|
|
4869
4869
|
previousHistoryId: string;
|
|
4870
4870
|
originalFailureDate: Date;
|
|
@@ -4877,12 +4877,12 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
4877
4877
|
} | {
|
|
4878
4878
|
type: "UPDATED";
|
|
4879
4879
|
data: {
|
|
4880
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4880
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
4881
4881
|
};
|
|
4882
4882
|
} | {
|
|
4883
4883
|
type: "UPDATING";
|
|
4884
4884
|
data: {
|
|
4885
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4885
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
4886
4886
|
payload?: {
|
|
4887
4887
|
priceDropPayload?: {
|
|
4888
4888
|
value: number;
|
|
@@ -4935,7 +4935,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
4935
4935
|
} | {
|
|
4936
4936
|
type: "FAILED_TO_PUBLISH";
|
|
4937
4937
|
data: {
|
|
4938
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4938
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
4939
4939
|
accountId?: string | null | undefined;
|
|
4940
4940
|
reason?: string | null | undefined;
|
|
4941
4941
|
fields?: {
|
|
@@ -4948,7 +4948,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
4948
4948
|
} | {
|
|
4949
4949
|
type: "IMAGE_PROCESSING_DONE";
|
|
4950
4950
|
data: {
|
|
4951
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4951
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
4952
4952
|
variations?: {
|
|
4953
4953
|
fileId: string;
|
|
4954
4954
|
seed: number;
|
|
@@ -5030,14 +5030,14 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
5030
5030
|
} | {
|
|
5031
5031
|
type: "PUBLISHED";
|
|
5032
5032
|
data: {
|
|
5033
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
5033
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
5034
5034
|
accountId?: string | null | undefined;
|
|
5035
5035
|
itemHistoryId?: string | null | undefined;
|
|
5036
5036
|
};
|
|
5037
5037
|
} | {
|
|
5038
5038
|
type: "REPUBLISHING";
|
|
5039
5039
|
data: {
|
|
5040
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
5040
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
5041
5041
|
payload?: {
|
|
5042
5042
|
priceDropPayload?: {
|
|
5043
5043
|
value: number;
|
|
@@ -5071,7 +5071,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
5071
5071
|
type: "REPUBLISHING_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;
|
|
@@ -5108,14 +5108,14 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
5108
5108
|
} | {
|
|
5109
5109
|
type: "SCHEDULED";
|
|
5110
5110
|
data: {
|
|
5111
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
5111
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
5112
5112
|
publishingDate?: Date | null | undefined;
|
|
5113
5113
|
};
|
|
5114
5114
|
} | {
|
|
5115
5115
|
type: "SCHEDULED_RETRY";
|
|
5116
5116
|
data: {
|
|
5117
5117
|
maxAttempts: number;
|
|
5118
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
5118
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
5119
5119
|
attemptNumber: number;
|
|
5120
5120
|
previousHistoryId: string;
|
|
5121
5121
|
originalFailureDate: Date;
|
|
@@ -5128,12 +5128,12 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
5128
5128
|
} | {
|
|
5129
5129
|
type: "UPDATED";
|
|
5130
5130
|
data: {
|
|
5131
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
5131
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
5132
5132
|
};
|
|
5133
5133
|
} | {
|
|
5134
5134
|
type: "UPDATING";
|
|
5135
5135
|
data: {
|
|
5136
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
5136
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
5137
5137
|
payload?: {
|
|
5138
5138
|
priceDropPayload?: {
|
|
5139
5139
|
value: number;
|
|
@@ -5219,7 +5219,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
5219
5219
|
name: string;
|
|
5220
5220
|
userId: number;
|
|
5221
5221
|
accountId: string;
|
|
5222
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
5222
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
5223
5223
|
status?: unknown;
|
|
5224
5224
|
locale?: string | null | undefined;
|
|
5225
5225
|
lockReason?: unknown;
|
|
@@ -5317,7 +5317,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
5317
5317
|
} | {
|
|
5318
5318
|
type: "FAILED_TO_PUBLISH";
|
|
5319
5319
|
data: {
|
|
5320
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
5320
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
5321
5321
|
accountId?: string | null | undefined;
|
|
5322
5322
|
reason?: string | null | undefined;
|
|
5323
5323
|
fields?: {
|
|
@@ -5330,7 +5330,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
5330
5330
|
} | {
|
|
5331
5331
|
type: "IMAGE_PROCESSING_DONE";
|
|
5332
5332
|
data: {
|
|
5333
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
5333
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
5334
5334
|
variations?: {
|
|
5335
5335
|
fileId: string;
|
|
5336
5336
|
seed: number;
|
|
@@ -5412,14 +5412,14 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
5412
5412
|
} | {
|
|
5413
5413
|
type: "PUBLISHED";
|
|
5414
5414
|
data: {
|
|
5415
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
5415
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
5416
5416
|
accountId?: string | null | undefined;
|
|
5417
5417
|
itemHistoryId?: string | null | undefined;
|
|
5418
5418
|
};
|
|
5419
5419
|
} | {
|
|
5420
5420
|
type: "REPUBLISHING";
|
|
5421
5421
|
data: {
|
|
5422
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
5422
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
5423
5423
|
payload?: {
|
|
5424
5424
|
priceDropPayload?: {
|
|
5425
5425
|
value: number;
|
|
@@ -5453,7 +5453,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
5453
5453
|
type: "REPUBLISHING_RETRY";
|
|
5454
5454
|
data: {
|
|
5455
5455
|
maxAttempts: number;
|
|
5456
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
5456
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
5457
5457
|
attemptNumber: number;
|
|
5458
5458
|
previousHistoryId: string;
|
|
5459
5459
|
originalFailureDate: Date;
|
|
@@ -5490,14 +5490,14 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
5490
5490
|
} | {
|
|
5491
5491
|
type: "SCHEDULED";
|
|
5492
5492
|
data: {
|
|
5493
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
5493
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
5494
5494
|
publishingDate?: Date | null | undefined;
|
|
5495
5495
|
};
|
|
5496
5496
|
} | {
|
|
5497
5497
|
type: "SCHEDULED_RETRY";
|
|
5498
5498
|
data: {
|
|
5499
5499
|
maxAttempts: number;
|
|
5500
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
5500
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
5501
5501
|
attemptNumber: number;
|
|
5502
5502
|
previousHistoryId: string;
|
|
5503
5503
|
originalFailureDate: Date;
|
|
@@ -5510,12 +5510,12 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
5510
5510
|
} | {
|
|
5511
5511
|
type: "UPDATED";
|
|
5512
5512
|
data: {
|
|
5513
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
5513
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
5514
5514
|
};
|
|
5515
5515
|
} | {
|
|
5516
5516
|
type: "UPDATING";
|
|
5517
5517
|
data: {
|
|
5518
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
5518
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
5519
5519
|
payload?: {
|
|
5520
5520
|
priceDropPayload?: {
|
|
5521
5521
|
value: number;
|
|
@@ -5568,7 +5568,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
5568
5568
|
} | {
|
|
5569
5569
|
type: "FAILED_TO_PUBLISH";
|
|
5570
5570
|
data: {
|
|
5571
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
5571
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
5572
5572
|
accountId?: string | null | undefined;
|
|
5573
5573
|
reason?: string | null | undefined;
|
|
5574
5574
|
fields?: {
|
|
@@ -5581,7 +5581,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
5581
5581
|
} | {
|
|
5582
5582
|
type: "IMAGE_PROCESSING_DONE";
|
|
5583
5583
|
data: {
|
|
5584
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
5584
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
5585
5585
|
variations?: {
|
|
5586
5586
|
fileId: string;
|
|
5587
5587
|
seed: number;
|
|
@@ -5663,14 +5663,14 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
5663
5663
|
} | {
|
|
5664
5664
|
type: "PUBLISHED";
|
|
5665
5665
|
data: {
|
|
5666
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
5666
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
5667
5667
|
accountId?: string | null | undefined;
|
|
5668
5668
|
itemHistoryId?: string | null | undefined;
|
|
5669
5669
|
};
|
|
5670
5670
|
} | {
|
|
5671
5671
|
type: "REPUBLISHING";
|
|
5672
5672
|
data: {
|
|
5673
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
5673
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
5674
5674
|
payload?: {
|
|
5675
5675
|
priceDropPayload?: {
|
|
5676
5676
|
value: number;
|
|
@@ -5704,7 +5704,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
5704
5704
|
type: "REPUBLISHING_RETRY";
|
|
5705
5705
|
data: {
|
|
5706
5706
|
maxAttempts: number;
|
|
5707
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
5707
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
5708
5708
|
attemptNumber: number;
|
|
5709
5709
|
previousHistoryId: string;
|
|
5710
5710
|
originalFailureDate: Date;
|
|
@@ -5741,14 +5741,14 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
5741
5741
|
} | {
|
|
5742
5742
|
type: "SCHEDULED";
|
|
5743
5743
|
data: {
|
|
5744
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
5744
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
5745
5745
|
publishingDate?: Date | null | undefined;
|
|
5746
5746
|
};
|
|
5747
5747
|
} | {
|
|
5748
5748
|
type: "SCHEDULED_RETRY";
|
|
5749
5749
|
data: {
|
|
5750
5750
|
maxAttempts: number;
|
|
5751
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
5751
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
5752
5752
|
attemptNumber: number;
|
|
5753
5753
|
previousHistoryId: string;
|
|
5754
5754
|
originalFailureDate: Date;
|
|
@@ -5761,12 +5761,12 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
5761
5761
|
} | {
|
|
5762
5762
|
type: "UPDATED";
|
|
5763
5763
|
data: {
|
|
5764
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
5764
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
5765
5765
|
};
|
|
5766
5766
|
} | {
|
|
5767
5767
|
type: "UPDATING";
|
|
5768
5768
|
data: {
|
|
5769
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
5769
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
5770
5770
|
payload?: {
|
|
5771
5771
|
priceDropPayload?: {
|
|
5772
5772
|
value: number;
|
|
@@ -6015,7 +6015,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
6015
6015
|
category: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
6016
6016
|
id: z.ZodString;
|
|
6017
6017
|
internalCategoryId: z.ZodNumber;
|
|
6018
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
6018
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
6019
6019
|
platformCategoryId: z.ZodString;
|
|
6020
6020
|
confidence: z.ZodNumber;
|
|
6021
6021
|
mappingMethod: z.ZodEnum<["MANUAL", "EXACT_MATCH", "FUZZY_MATCH", "RULE_BASED", "ML_SUGGESTED"]>;
|
|
@@ -6026,7 +6026,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
6026
6026
|
}, "strip", z.ZodTypeAny, {
|
|
6027
6027
|
id: string;
|
|
6028
6028
|
createdAt: Date;
|
|
6029
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
6029
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
6030
6030
|
platformCategoryId: string;
|
|
6031
6031
|
internalCategoryId: number;
|
|
6032
6032
|
confidence: number;
|
|
@@ -6037,7 +6037,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
6037
6037
|
}, {
|
|
6038
6038
|
id: string;
|
|
6039
6039
|
createdAt: Date;
|
|
6040
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
6040
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
6041
6041
|
platformCategoryId: string;
|
|
6042
6042
|
internalCategoryId: number;
|
|
6043
6043
|
confidence: number;
|
|
@@ -6049,7 +6049,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
6049
6049
|
brand: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
6050
6050
|
id: z.ZodString;
|
|
6051
6051
|
internalBrandId: z.ZodNumber;
|
|
6052
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
6052
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
6053
6053
|
platformBrandId: z.ZodString;
|
|
6054
6054
|
confidence: z.ZodNumber;
|
|
6055
6055
|
mappingMethod: z.ZodEnum<["MANUAL", "EXACT_MATCH", "FUZZY_MATCH", "RULE_BASED", "ML_SUGGESTED"]>;
|
|
@@ -6060,7 +6060,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
6060
6060
|
}, "strip", z.ZodTypeAny, {
|
|
6061
6061
|
id: string;
|
|
6062
6062
|
createdAt: Date;
|
|
6063
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
6063
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
6064
6064
|
platformBrandId: string;
|
|
6065
6065
|
confidence: number;
|
|
6066
6066
|
mappingMethod: "MANUAL" | "EXACT_MATCH" | "FUZZY_MATCH" | "RULE_BASED" | "ML_SUGGESTED";
|
|
@@ -6071,7 +6071,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
6071
6071
|
}, {
|
|
6072
6072
|
id: string;
|
|
6073
6073
|
createdAt: Date;
|
|
6074
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
6074
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
6075
6075
|
platformBrandId: string;
|
|
6076
6076
|
confidence: number;
|
|
6077
6077
|
mappingMethod: "MANUAL" | "EXACT_MATCH" | "FUZZY_MATCH" | "RULE_BASED" | "ML_SUGGESTED";
|
|
@@ -6084,7 +6084,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
6084
6084
|
id: z.ZodString;
|
|
6085
6085
|
internalSizeId: z.ZodNumber;
|
|
6086
6086
|
internalCategoryId: z.ZodNumber;
|
|
6087
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
6087
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
6088
6088
|
platformSizeId: z.ZodString;
|
|
6089
6089
|
confidence: z.ZodNumber;
|
|
6090
6090
|
mappingMethod: z.ZodEnum<["MANUAL", "EXACT_MATCH", "FUZZY_MATCH", "RULE_BASED", "ML_SUGGESTED"]>;
|
|
@@ -6095,7 +6095,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
6095
6095
|
}, "strip", z.ZodTypeAny, {
|
|
6096
6096
|
id: string;
|
|
6097
6097
|
createdAt: Date;
|
|
6098
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
6098
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
6099
6099
|
platformSizeId: string;
|
|
6100
6100
|
internalSizeId: number;
|
|
6101
6101
|
internalCategoryId: number;
|
|
@@ -6107,7 +6107,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
6107
6107
|
}, {
|
|
6108
6108
|
id: string;
|
|
6109
6109
|
createdAt: Date;
|
|
6110
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
6110
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
6111
6111
|
platformSizeId: string;
|
|
6112
6112
|
internalSizeId: number;
|
|
6113
6113
|
internalCategoryId: number;
|
|
@@ -6123,7 +6123,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
6123
6123
|
brand?: {
|
|
6124
6124
|
id: string;
|
|
6125
6125
|
createdAt: Date;
|
|
6126
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
6126
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
6127
6127
|
platformBrandId: string;
|
|
6128
6128
|
confidence: number;
|
|
6129
6129
|
mappingMethod: "MANUAL" | "EXACT_MATCH" | "FUZZY_MATCH" | "RULE_BASED" | "ML_SUGGESTED";
|
|
@@ -6136,7 +6136,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
6136
6136
|
size?: {
|
|
6137
6137
|
id: string;
|
|
6138
6138
|
createdAt: Date;
|
|
6139
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
6139
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
6140
6140
|
platformSizeId: string;
|
|
6141
6141
|
internalSizeId: number;
|
|
6142
6142
|
internalCategoryId: number;
|
|
@@ -6150,7 +6150,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
6150
6150
|
category?: {
|
|
6151
6151
|
id: string;
|
|
6152
6152
|
createdAt: Date;
|
|
6153
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
6153
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
6154
6154
|
platformCategoryId: string;
|
|
6155
6155
|
internalCategoryId: number;
|
|
6156
6156
|
confidence: number;
|
|
@@ -6163,7 +6163,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
6163
6163
|
brand?: {
|
|
6164
6164
|
id: string;
|
|
6165
6165
|
createdAt: Date;
|
|
6166
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
6166
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
6167
6167
|
platformBrandId: string;
|
|
6168
6168
|
confidence: number;
|
|
6169
6169
|
mappingMethod: "MANUAL" | "EXACT_MATCH" | "FUZZY_MATCH" | "RULE_BASED" | "ML_SUGGESTED";
|
|
@@ -6176,7 +6176,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
6176
6176
|
size?: {
|
|
6177
6177
|
id: string;
|
|
6178
6178
|
createdAt: Date;
|
|
6179
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
6179
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
6180
6180
|
platformSizeId: string;
|
|
6181
6181
|
internalSizeId: number;
|
|
6182
6182
|
internalCategoryId: number;
|
|
@@ -6190,7 +6190,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
6190
6190
|
category?: {
|
|
6191
6191
|
id: string;
|
|
6192
6192
|
createdAt: Date;
|
|
6193
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
6193
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
6194
6194
|
platformCategoryId: string;
|
|
6195
6195
|
internalCategoryId: number;
|
|
6196
6196
|
confidence: number;
|
|
@@ -6285,7 +6285,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
6285
6285
|
name: string;
|
|
6286
6286
|
userId: number;
|
|
6287
6287
|
accountId: string;
|
|
6288
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
6288
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
6289
6289
|
locale?: string | null | undefined;
|
|
6290
6290
|
lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
|
|
6291
6291
|
night?: {
|
|
@@ -6382,7 +6382,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
6382
6382
|
} | {
|
|
6383
6383
|
type: "FAILED_TO_PUBLISH";
|
|
6384
6384
|
data: {
|
|
6385
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
6385
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
6386
6386
|
accountId?: string | null | undefined;
|
|
6387
6387
|
reason?: string | null | undefined;
|
|
6388
6388
|
fields?: {
|
|
@@ -6395,7 +6395,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
6395
6395
|
} | {
|
|
6396
6396
|
type: "IMAGE_PROCESSING_DONE";
|
|
6397
6397
|
data: {
|
|
6398
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
6398
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
6399
6399
|
variations?: {
|
|
6400
6400
|
fileId: string;
|
|
6401
6401
|
seed: number;
|
|
@@ -6477,14 +6477,14 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
6477
6477
|
} | {
|
|
6478
6478
|
type: "PUBLISHED";
|
|
6479
6479
|
data: {
|
|
6480
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
6480
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
6481
6481
|
accountId?: string | null | undefined;
|
|
6482
6482
|
itemHistoryId?: string | null | undefined;
|
|
6483
6483
|
};
|
|
6484
6484
|
} | {
|
|
6485
6485
|
type: "REPUBLISHING";
|
|
6486
6486
|
data: {
|
|
6487
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
6487
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
6488
6488
|
payload?: {
|
|
6489
6489
|
priceDropPayload?: {
|
|
6490
6490
|
value: number;
|
|
@@ -6518,7 +6518,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
6518
6518
|
type: "REPUBLISHING_RETRY";
|
|
6519
6519
|
data: {
|
|
6520
6520
|
maxAttempts: number;
|
|
6521
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
6521
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
6522
6522
|
attemptNumber: number;
|
|
6523
6523
|
previousHistoryId: string;
|
|
6524
6524
|
originalFailureDate: Date;
|
|
@@ -6555,14 +6555,14 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
6555
6555
|
} | {
|
|
6556
6556
|
type: "SCHEDULED";
|
|
6557
6557
|
data: {
|
|
6558
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
6558
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
6559
6559
|
publishingDate?: Date | null | undefined;
|
|
6560
6560
|
};
|
|
6561
6561
|
} | {
|
|
6562
6562
|
type: "SCHEDULED_RETRY";
|
|
6563
6563
|
data: {
|
|
6564
6564
|
maxAttempts: number;
|
|
6565
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
6565
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
6566
6566
|
attemptNumber: number;
|
|
6567
6567
|
previousHistoryId: string;
|
|
6568
6568
|
originalFailureDate: Date;
|
|
@@ -6575,12 +6575,12 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
6575
6575
|
} | {
|
|
6576
6576
|
type: "UPDATED";
|
|
6577
6577
|
data: {
|
|
6578
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
6578
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
6579
6579
|
};
|
|
6580
6580
|
} | {
|
|
6581
6581
|
type: "UPDATING";
|
|
6582
6582
|
data: {
|
|
6583
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
6583
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
6584
6584
|
payload?: {
|
|
6585
6585
|
priceDropPayload?: {
|
|
6586
6586
|
value: number;
|
|
@@ -6633,7 +6633,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
6633
6633
|
} | {
|
|
6634
6634
|
type: "FAILED_TO_PUBLISH";
|
|
6635
6635
|
data: {
|
|
6636
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
6636
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
6637
6637
|
accountId?: string | null | undefined;
|
|
6638
6638
|
reason?: string | null | undefined;
|
|
6639
6639
|
fields?: {
|
|
@@ -6646,7 +6646,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
6646
6646
|
} | {
|
|
6647
6647
|
type: "IMAGE_PROCESSING_DONE";
|
|
6648
6648
|
data: {
|
|
6649
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
6649
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
6650
6650
|
variations?: {
|
|
6651
6651
|
fileId: string;
|
|
6652
6652
|
seed: number;
|
|
@@ -6728,14 +6728,14 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
6728
6728
|
} | {
|
|
6729
6729
|
type: "PUBLISHED";
|
|
6730
6730
|
data: {
|
|
6731
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
6731
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
6732
6732
|
accountId?: string | null | undefined;
|
|
6733
6733
|
itemHistoryId?: string | null | undefined;
|
|
6734
6734
|
};
|
|
6735
6735
|
} | {
|
|
6736
6736
|
type: "REPUBLISHING";
|
|
6737
6737
|
data: {
|
|
6738
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
6738
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
6739
6739
|
payload?: {
|
|
6740
6740
|
priceDropPayload?: {
|
|
6741
6741
|
value: number;
|
|
@@ -6769,7 +6769,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
6769
6769
|
type: "REPUBLISHING_RETRY";
|
|
6770
6770
|
data: {
|
|
6771
6771
|
maxAttempts: number;
|
|
6772
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
6772
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
6773
6773
|
attemptNumber: number;
|
|
6774
6774
|
previousHistoryId: string;
|
|
6775
6775
|
originalFailureDate: Date;
|
|
@@ -6806,14 +6806,14 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
6806
6806
|
} | {
|
|
6807
6807
|
type: "SCHEDULED";
|
|
6808
6808
|
data: {
|
|
6809
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
6809
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
6810
6810
|
publishingDate?: Date | null | undefined;
|
|
6811
6811
|
};
|
|
6812
6812
|
} | {
|
|
6813
6813
|
type: "SCHEDULED_RETRY";
|
|
6814
6814
|
data: {
|
|
6815
6815
|
maxAttempts: number;
|
|
6816
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
6816
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
6817
6817
|
attemptNumber: number;
|
|
6818
6818
|
previousHistoryId: string;
|
|
6819
6819
|
originalFailureDate: Date;
|
|
@@ -6826,12 +6826,12 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
6826
6826
|
} | {
|
|
6827
6827
|
type: "UPDATED";
|
|
6828
6828
|
data: {
|
|
6829
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
6829
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
6830
6830
|
};
|
|
6831
6831
|
} | {
|
|
6832
6832
|
type: "UPDATING";
|
|
6833
6833
|
data: {
|
|
6834
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
6834
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
6835
6835
|
payload?: {
|
|
6836
6836
|
priceDropPayload?: {
|
|
6837
6837
|
value: number;
|
|
@@ -6896,7 +6896,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
6896
6896
|
brand?: {
|
|
6897
6897
|
id: string;
|
|
6898
6898
|
createdAt: Date;
|
|
6899
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
6899
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
6900
6900
|
platformBrandId: string;
|
|
6901
6901
|
confidence: number;
|
|
6902
6902
|
mappingMethod: "MANUAL" | "EXACT_MATCH" | "FUZZY_MATCH" | "RULE_BASED" | "ML_SUGGESTED";
|
|
@@ -6909,7 +6909,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
6909
6909
|
size?: {
|
|
6910
6910
|
id: string;
|
|
6911
6911
|
createdAt: Date;
|
|
6912
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
6912
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
6913
6913
|
platformSizeId: string;
|
|
6914
6914
|
internalSizeId: number;
|
|
6915
6915
|
internalCategoryId: number;
|
|
@@ -6923,7 +6923,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
6923
6923
|
category?: {
|
|
6924
6924
|
id: string;
|
|
6925
6925
|
createdAt: Date;
|
|
6926
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
6926
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
6927
6927
|
platformCategoryId: string;
|
|
6928
6928
|
internalCategoryId: number;
|
|
6929
6929
|
confidence: number;
|
|
@@ -7033,7 +7033,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
7033
7033
|
name: string;
|
|
7034
7034
|
userId: number;
|
|
7035
7035
|
accountId: string;
|
|
7036
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
7036
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
7037
7037
|
status?: unknown;
|
|
7038
7038
|
locale?: string | null | undefined;
|
|
7039
7039
|
lockReason?: unknown;
|
|
@@ -7131,7 +7131,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
7131
7131
|
} | {
|
|
7132
7132
|
type: "FAILED_TO_PUBLISH";
|
|
7133
7133
|
data: {
|
|
7134
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
7134
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
7135
7135
|
accountId?: string | null | undefined;
|
|
7136
7136
|
reason?: string | null | undefined;
|
|
7137
7137
|
fields?: {
|
|
@@ -7144,7 +7144,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
7144
7144
|
} | {
|
|
7145
7145
|
type: "IMAGE_PROCESSING_DONE";
|
|
7146
7146
|
data: {
|
|
7147
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
7147
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
7148
7148
|
variations?: {
|
|
7149
7149
|
fileId: string;
|
|
7150
7150
|
seed: number;
|
|
@@ -7226,14 +7226,14 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
7226
7226
|
} | {
|
|
7227
7227
|
type: "PUBLISHED";
|
|
7228
7228
|
data: {
|
|
7229
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
7229
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
7230
7230
|
accountId?: string | null | undefined;
|
|
7231
7231
|
itemHistoryId?: string | null | undefined;
|
|
7232
7232
|
};
|
|
7233
7233
|
} | {
|
|
7234
7234
|
type: "REPUBLISHING";
|
|
7235
7235
|
data: {
|
|
7236
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
7236
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
7237
7237
|
payload?: {
|
|
7238
7238
|
priceDropPayload?: {
|
|
7239
7239
|
value: number;
|
|
@@ -7267,7 +7267,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
7267
7267
|
type: "REPUBLISHING_RETRY";
|
|
7268
7268
|
data: {
|
|
7269
7269
|
maxAttempts: number;
|
|
7270
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
7270
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
7271
7271
|
attemptNumber: number;
|
|
7272
7272
|
previousHistoryId: string;
|
|
7273
7273
|
originalFailureDate: Date;
|
|
@@ -7304,14 +7304,14 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
7304
7304
|
} | {
|
|
7305
7305
|
type: "SCHEDULED";
|
|
7306
7306
|
data: {
|
|
7307
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
7307
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
7308
7308
|
publishingDate?: Date | null | undefined;
|
|
7309
7309
|
};
|
|
7310
7310
|
} | {
|
|
7311
7311
|
type: "SCHEDULED_RETRY";
|
|
7312
7312
|
data: {
|
|
7313
7313
|
maxAttempts: number;
|
|
7314
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
7314
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
7315
7315
|
attemptNumber: number;
|
|
7316
7316
|
previousHistoryId: string;
|
|
7317
7317
|
originalFailureDate: Date;
|
|
@@ -7324,12 +7324,12 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
7324
7324
|
} | {
|
|
7325
7325
|
type: "UPDATED";
|
|
7326
7326
|
data: {
|
|
7327
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
7327
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
7328
7328
|
};
|
|
7329
7329
|
} | {
|
|
7330
7330
|
type: "UPDATING";
|
|
7331
7331
|
data: {
|
|
7332
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
7332
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
7333
7333
|
payload?: {
|
|
7334
7334
|
priceDropPayload?: {
|
|
7335
7335
|
value: number;
|
|
@@ -7382,7 +7382,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
7382
7382
|
} | {
|
|
7383
7383
|
type: "FAILED_TO_PUBLISH";
|
|
7384
7384
|
data: {
|
|
7385
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
7385
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
7386
7386
|
accountId?: string | null | undefined;
|
|
7387
7387
|
reason?: string | null | undefined;
|
|
7388
7388
|
fields?: {
|
|
@@ -7395,7 +7395,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
7395
7395
|
} | {
|
|
7396
7396
|
type: "IMAGE_PROCESSING_DONE";
|
|
7397
7397
|
data: {
|
|
7398
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
7398
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
7399
7399
|
variations?: {
|
|
7400
7400
|
fileId: string;
|
|
7401
7401
|
seed: number;
|
|
@@ -7477,14 +7477,14 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
7477
7477
|
} | {
|
|
7478
7478
|
type: "PUBLISHED";
|
|
7479
7479
|
data: {
|
|
7480
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
7480
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
7481
7481
|
accountId?: string | null | undefined;
|
|
7482
7482
|
itemHistoryId?: string | null | undefined;
|
|
7483
7483
|
};
|
|
7484
7484
|
} | {
|
|
7485
7485
|
type: "REPUBLISHING";
|
|
7486
7486
|
data: {
|
|
7487
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
7487
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
7488
7488
|
payload?: {
|
|
7489
7489
|
priceDropPayload?: {
|
|
7490
7490
|
value: number;
|
|
@@ -7518,7 +7518,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
7518
7518
|
type: "REPUBLISHING_RETRY";
|
|
7519
7519
|
data: {
|
|
7520
7520
|
maxAttempts: number;
|
|
7521
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
7521
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
7522
7522
|
attemptNumber: number;
|
|
7523
7523
|
previousHistoryId: string;
|
|
7524
7524
|
originalFailureDate: Date;
|
|
@@ -7555,14 +7555,14 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
7555
7555
|
} | {
|
|
7556
7556
|
type: "SCHEDULED";
|
|
7557
7557
|
data: {
|
|
7558
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
7558
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
7559
7559
|
publishingDate?: Date | null | undefined;
|
|
7560
7560
|
};
|
|
7561
7561
|
} | {
|
|
7562
7562
|
type: "SCHEDULED_RETRY";
|
|
7563
7563
|
data: {
|
|
7564
7564
|
maxAttempts: number;
|
|
7565
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
7565
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
7566
7566
|
attemptNumber: number;
|
|
7567
7567
|
previousHistoryId: string;
|
|
7568
7568
|
originalFailureDate: Date;
|
|
@@ -7575,12 +7575,12 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
7575
7575
|
} | {
|
|
7576
7576
|
type: "UPDATED";
|
|
7577
7577
|
data: {
|
|
7578
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
7578
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
7579
7579
|
};
|
|
7580
7580
|
} | {
|
|
7581
7581
|
type: "UPDATING";
|
|
7582
7582
|
data: {
|
|
7583
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
7583
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
7584
7584
|
payload?: {
|
|
7585
7585
|
priceDropPayload?: {
|
|
7586
7586
|
value: number;
|
|
@@ -7645,7 +7645,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
7645
7645
|
brand?: {
|
|
7646
7646
|
id: string;
|
|
7647
7647
|
createdAt: Date;
|
|
7648
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
7648
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
7649
7649
|
platformBrandId: string;
|
|
7650
7650
|
confidence: number;
|
|
7651
7651
|
mappingMethod: "MANUAL" | "EXACT_MATCH" | "FUZZY_MATCH" | "RULE_BASED" | "ML_SUGGESTED";
|
|
@@ -7658,7 +7658,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
7658
7658
|
size?: {
|
|
7659
7659
|
id: string;
|
|
7660
7660
|
createdAt: Date;
|
|
7661
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
7661
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
7662
7662
|
platformSizeId: string;
|
|
7663
7663
|
internalSizeId: number;
|
|
7664
7664
|
internalCategoryId: number;
|
|
@@ -7672,7 +7672,7 @@ export declare const ItemListingPreviewSchema: z.ZodObject<{
|
|
|
7672
7672
|
category?: {
|
|
7673
7673
|
id: string;
|
|
7674
7674
|
createdAt: Date;
|
|
7675
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
7675
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
7676
7676
|
platformCategoryId: string;
|
|
7677
7677
|
internalCategoryId: number;
|
|
7678
7678
|
confidence: number;
|