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
|
@@ -30,7 +30,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
30
30
|
account: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
31
31
|
userId: z.ZodNumber;
|
|
32
32
|
accountId: z.ZodString;
|
|
33
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
33
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
34
34
|
name: z.ZodString;
|
|
35
35
|
locale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
36
36
|
status: z.ZodCatch<z.ZodEnum<["CONNECTED", "DISCONNECTED", "LOCKED", "PAUSED", "UNKNOWN"]>>;
|
|
@@ -80,7 +80,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
80
80
|
name: string;
|
|
81
81
|
userId: number;
|
|
82
82
|
accountId: string;
|
|
83
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
83
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
84
84
|
locale?: string | null | undefined;
|
|
85
85
|
lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
|
|
86
86
|
night?: {
|
|
@@ -107,7 +107,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
107
107
|
name: string;
|
|
108
108
|
userId: number;
|
|
109
109
|
accountId: string;
|
|
110
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
110
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
111
111
|
status?: unknown;
|
|
112
112
|
locale?: string | null | undefined;
|
|
113
113
|
lockReason?: unknown;
|
|
@@ -154,7 +154,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
154
154
|
name: string;
|
|
155
155
|
userId: number;
|
|
156
156
|
accountId: string;
|
|
157
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
157
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
158
158
|
locale?: string | null | undefined;
|
|
159
159
|
lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
|
|
160
160
|
night?: {
|
|
@@ -196,7 +196,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
196
196
|
name: string;
|
|
197
197
|
userId: number;
|
|
198
198
|
accountId: string;
|
|
199
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
199
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
200
200
|
status?: unknown;
|
|
201
201
|
locale?: string | null | undefined;
|
|
202
202
|
lockReason?: unknown;
|
|
@@ -244,7 +244,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
244
244
|
name: string;
|
|
245
245
|
userId: number;
|
|
246
246
|
accountId: string;
|
|
247
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
247
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
248
248
|
locale?: string | null | undefined;
|
|
249
249
|
lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
|
|
250
250
|
night?: {
|
|
@@ -290,7 +290,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
290
290
|
name: string;
|
|
291
291
|
userId: number;
|
|
292
292
|
accountId: string;
|
|
293
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
293
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
294
294
|
status?: unknown;
|
|
295
295
|
locale?: string | null | undefined;
|
|
296
296
|
lockReason?: unknown;
|
|
@@ -999,7 +999,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
999
999
|
name: string;
|
|
1000
1000
|
userId: number;
|
|
1001
1001
|
accountId: string;
|
|
1002
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1002
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1003
1003
|
locale?: string | null | undefined;
|
|
1004
1004
|
lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
|
|
1005
1005
|
night?: {
|
|
@@ -1196,7 +1196,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
1196
1196
|
name: string;
|
|
1197
1197
|
userId: number;
|
|
1198
1198
|
accountId: string;
|
|
1199
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1199
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1200
1200
|
status?: unknown;
|
|
1201
1201
|
locale?: string | null | undefined;
|
|
1202
1202
|
lockReason?: unknown;
|
|
@@ -1633,7 +1633,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
1633
1633
|
type: "EMPTY";
|
|
1634
1634
|
}>, z.ZodObject<{
|
|
1635
1635
|
data: z.ZodObject<{
|
|
1636
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
1636
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
1637
1637
|
accountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1638
1638
|
reason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1639
1639
|
fields: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
@@ -1651,7 +1651,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
1651
1651
|
}>, "many">>>;
|
|
1652
1652
|
itemHistoryId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1653
1653
|
}, "strip", z.ZodTypeAny, {
|
|
1654
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1654
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1655
1655
|
accountId?: string | null | undefined;
|
|
1656
1656
|
reason?: string | null | undefined;
|
|
1657
1657
|
fields?: {
|
|
@@ -1661,7 +1661,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
1661
1661
|
}[] | null | undefined;
|
|
1662
1662
|
itemHistoryId?: string | null | undefined;
|
|
1663
1663
|
}, {
|
|
1664
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1664
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1665
1665
|
accountId?: string | null | undefined;
|
|
1666
1666
|
reason?: string | null | undefined;
|
|
1667
1667
|
fields?: {
|
|
@@ -1675,7 +1675,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
1675
1675
|
}, "strip", z.ZodTypeAny, {
|
|
1676
1676
|
type: "FAILED_TO_PUBLISH";
|
|
1677
1677
|
data: {
|
|
1678
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1678
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1679
1679
|
accountId?: string | null | undefined;
|
|
1680
1680
|
reason?: string | null | undefined;
|
|
1681
1681
|
fields?: {
|
|
@@ -1688,7 +1688,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
1688
1688
|
}, {
|
|
1689
1689
|
type: "FAILED_TO_PUBLISH";
|
|
1690
1690
|
data: {
|
|
1691
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1691
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1692
1692
|
accountId?: string | null | undefined;
|
|
1693
1693
|
reason?: string | null | undefined;
|
|
1694
1694
|
fields?: {
|
|
@@ -1700,7 +1700,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
1700
1700
|
};
|
|
1701
1701
|
}>, z.ZodObject<{
|
|
1702
1702
|
data: z.ZodObject<{
|
|
1703
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
1703
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
1704
1704
|
variations: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
1705
1705
|
fileId: z.ZodString;
|
|
1706
1706
|
seed: z.ZodNumber;
|
|
@@ -1732,7 +1732,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
1732
1732
|
originalPhashes: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
1733
1733
|
historyId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1734
1734
|
}, "strip", z.ZodTypeAny, {
|
|
1735
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1735
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1736
1736
|
variations?: {
|
|
1737
1737
|
fileId: string;
|
|
1738
1738
|
seed: number;
|
|
@@ -1746,7 +1746,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
1746
1746
|
originalPhashes?: string[] | null | undefined;
|
|
1747
1747
|
historyId?: string | null | undefined;
|
|
1748
1748
|
}, {
|
|
1749
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1749
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1750
1750
|
variations?: {
|
|
1751
1751
|
fileId: string;
|
|
1752
1752
|
seed: number;
|
|
@@ -1764,7 +1764,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
1764
1764
|
}, "strip", z.ZodTypeAny, {
|
|
1765
1765
|
type: "IMAGE_PROCESSING_DONE";
|
|
1766
1766
|
data: {
|
|
1767
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1767
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1768
1768
|
variations?: {
|
|
1769
1769
|
fileId: string;
|
|
1770
1770
|
seed: number;
|
|
@@ -1781,7 +1781,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
1781
1781
|
}, {
|
|
1782
1782
|
type: "IMAGE_PROCESSING_DONE";
|
|
1783
1783
|
data: {
|
|
1784
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1784
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1785
1785
|
variations?: {
|
|
1786
1786
|
fileId: string;
|
|
1787
1787
|
seed: number;
|
|
@@ -2300,15 +2300,15 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
2300
2300
|
};
|
|
2301
2301
|
}>, z.ZodObject<{
|
|
2302
2302
|
data: z.ZodObject<{
|
|
2303
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
2303
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
2304
2304
|
accountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2305
2305
|
itemHistoryId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2306
2306
|
}, "strip", z.ZodTypeAny, {
|
|
2307
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2307
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2308
2308
|
accountId?: string | null | undefined;
|
|
2309
2309
|
itemHistoryId?: string | null | undefined;
|
|
2310
2310
|
}, {
|
|
2311
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2311
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2312
2312
|
accountId?: string | null | undefined;
|
|
2313
2313
|
itemHistoryId?: string | null | undefined;
|
|
2314
2314
|
}>;
|
|
@@ -2316,20 +2316,20 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
2316
2316
|
}, "strip", z.ZodTypeAny, {
|
|
2317
2317
|
type: "PUBLISHED";
|
|
2318
2318
|
data: {
|
|
2319
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2319
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2320
2320
|
accountId?: string | null | undefined;
|
|
2321
2321
|
itemHistoryId?: string | null | undefined;
|
|
2322
2322
|
};
|
|
2323
2323
|
}, {
|
|
2324
2324
|
type: "PUBLISHED";
|
|
2325
2325
|
data: {
|
|
2326
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2326
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2327
2327
|
accountId?: string | null | undefined;
|
|
2328
2328
|
itemHistoryId?: string | null | undefined;
|
|
2329
2329
|
};
|
|
2330
2330
|
}>, z.ZodObject<{
|
|
2331
2331
|
data: z.ZodObject<{
|
|
2332
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
2332
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
2333
2333
|
publishingDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
2334
2334
|
payload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2335
2335
|
priceDropPayload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -2441,7 +2441,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
2441
2441
|
targetAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2442
2442
|
allowIfDeleted: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
2443
2443
|
}, "strip", z.ZodTypeAny, {
|
|
2444
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2444
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2445
2445
|
payload?: {
|
|
2446
2446
|
priceDropPayload?: {
|
|
2447
2447
|
value: number;
|
|
@@ -2471,7 +2471,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
2471
2471
|
targetAccountId?: string | null | undefined;
|
|
2472
2472
|
allowIfDeleted?: boolean | null | undefined;
|
|
2473
2473
|
}, {
|
|
2474
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2474
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2475
2475
|
payload?: {
|
|
2476
2476
|
priceDropPayload?: {
|
|
2477
2477
|
value: number;
|
|
@@ -2505,7 +2505,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
2505
2505
|
}, "strip", z.ZodTypeAny, {
|
|
2506
2506
|
type: "REPUBLISHING";
|
|
2507
2507
|
data: {
|
|
2508
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2508
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2509
2509
|
payload?: {
|
|
2510
2510
|
priceDropPayload?: {
|
|
2511
2511
|
value: number;
|
|
@@ -2538,7 +2538,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
2538
2538
|
}, {
|
|
2539
2539
|
type: "REPUBLISHING";
|
|
2540
2540
|
data: {
|
|
2541
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2541
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2542
2542
|
payload?: {
|
|
2543
2543
|
priceDropPayload?: {
|
|
2544
2544
|
value: number;
|
|
@@ -2570,7 +2570,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
2570
2570
|
};
|
|
2571
2571
|
}>, z.ZodObject<{
|
|
2572
2572
|
data: z.ZodObject<{
|
|
2573
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
2573
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
2574
2574
|
attemptNumber: z.ZodNumber;
|
|
2575
2575
|
maxAttempts: z.ZodNumber;
|
|
2576
2576
|
previousHistoryId: z.ZodString;
|
|
@@ -2696,7 +2696,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
2696
2696
|
}>>>;
|
|
2697
2697
|
}, "strip", z.ZodTypeAny, {
|
|
2698
2698
|
maxAttempts: number;
|
|
2699
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2699
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2700
2700
|
attemptNumber: number;
|
|
2701
2701
|
previousHistoryId: string;
|
|
2702
2702
|
originalFailureDate: Date;
|
|
@@ -2731,7 +2731,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
2731
2731
|
}[] | null | undefined;
|
|
2732
2732
|
}, {
|
|
2733
2733
|
maxAttempts: number;
|
|
2734
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2734
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2735
2735
|
attemptNumber: number;
|
|
2736
2736
|
previousHistoryId: string;
|
|
2737
2737
|
originalFailureDate: Date;
|
|
@@ -2770,7 +2770,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
2770
2770
|
type: "REPUBLISHING_RETRY";
|
|
2771
2771
|
data: {
|
|
2772
2772
|
maxAttempts: number;
|
|
2773
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2773
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2774
2774
|
attemptNumber: number;
|
|
2775
2775
|
previousHistoryId: string;
|
|
2776
2776
|
originalFailureDate: Date;
|
|
@@ -2808,7 +2808,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
2808
2808
|
type: "REPUBLISHING_RETRY";
|
|
2809
2809
|
data: {
|
|
2810
2810
|
maxAttempts: number;
|
|
2811
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2811
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2812
2812
|
attemptNumber: number;
|
|
2813
2813
|
previousHistoryId: string;
|
|
2814
2814
|
originalFailureDate: Date;
|
|
@@ -2844,31 +2844,31 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
2844
2844
|
};
|
|
2845
2845
|
}>, z.ZodObject<{
|
|
2846
2846
|
data: z.ZodObject<{
|
|
2847
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
2847
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
2848
2848
|
publishingDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
2849
2849
|
}, "strip", z.ZodTypeAny, {
|
|
2850
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2850
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2851
2851
|
publishingDate?: Date | null | undefined;
|
|
2852
2852
|
}, {
|
|
2853
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2853
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2854
2854
|
publishingDate?: Date | null | undefined;
|
|
2855
2855
|
}>;
|
|
2856
2856
|
type: z.ZodLiteral<"SCHEDULED">;
|
|
2857
2857
|
}, "strip", z.ZodTypeAny, {
|
|
2858
2858
|
type: "SCHEDULED";
|
|
2859
2859
|
data: {
|
|
2860
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2860
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2861
2861
|
publishingDate?: Date | null | undefined;
|
|
2862
2862
|
};
|
|
2863
2863
|
}, {
|
|
2864
2864
|
type: "SCHEDULED";
|
|
2865
2865
|
data: {
|
|
2866
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2866
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2867
2867
|
publishingDate?: Date | null | undefined;
|
|
2868
2868
|
};
|
|
2869
2869
|
}>, z.ZodObject<{
|
|
2870
2870
|
data: z.ZodObject<{
|
|
2871
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
2871
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
2872
2872
|
attemptNumber: z.ZodNumber;
|
|
2873
2873
|
maxAttempts: z.ZodNumber;
|
|
2874
2874
|
previousHistoryId: z.ZodString;
|
|
@@ -2888,7 +2888,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
2888
2888
|
}>, "many">>>;
|
|
2889
2889
|
}, "strip", z.ZodTypeAny, {
|
|
2890
2890
|
maxAttempts: number;
|
|
2891
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2891
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2892
2892
|
attemptNumber: number;
|
|
2893
2893
|
previousHistoryId: string;
|
|
2894
2894
|
originalFailureDate: Date;
|
|
@@ -2899,7 +2899,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
2899
2899
|
}[] | null | undefined;
|
|
2900
2900
|
}, {
|
|
2901
2901
|
maxAttempts: number;
|
|
2902
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2902
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2903
2903
|
attemptNumber: number;
|
|
2904
2904
|
previousHistoryId: string;
|
|
2905
2905
|
originalFailureDate: Date;
|
|
@@ -2914,7 +2914,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
2914
2914
|
type: "SCHEDULED_RETRY";
|
|
2915
2915
|
data: {
|
|
2916
2916
|
maxAttempts: number;
|
|
2917
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2917
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2918
2918
|
attemptNumber: number;
|
|
2919
2919
|
previousHistoryId: string;
|
|
2920
2920
|
originalFailureDate: Date;
|
|
@@ -2928,7 +2928,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
2928
2928
|
type: "SCHEDULED_RETRY";
|
|
2929
2929
|
data: {
|
|
2930
2930
|
maxAttempts: number;
|
|
2931
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2931
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2932
2932
|
attemptNumber: number;
|
|
2933
2933
|
previousHistoryId: string;
|
|
2934
2934
|
originalFailureDate: Date;
|
|
@@ -2940,26 +2940,26 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
2940
2940
|
};
|
|
2941
2941
|
}>, z.ZodObject<{
|
|
2942
2942
|
data: z.ZodObject<{
|
|
2943
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
2943
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
2944
2944
|
}, "strip", z.ZodTypeAny, {
|
|
2945
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2945
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2946
2946
|
}, {
|
|
2947
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2947
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2948
2948
|
}>;
|
|
2949
2949
|
type: z.ZodLiteral<"UPDATED">;
|
|
2950
2950
|
}, "strip", z.ZodTypeAny, {
|
|
2951
2951
|
type: "UPDATED";
|
|
2952
2952
|
data: {
|
|
2953
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2953
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2954
2954
|
};
|
|
2955
2955
|
}, {
|
|
2956
2956
|
type: "UPDATED";
|
|
2957
2957
|
data: {
|
|
2958
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2958
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2959
2959
|
};
|
|
2960
2960
|
}>, z.ZodObject<{
|
|
2961
2961
|
data: z.ZodObject<{
|
|
2962
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
2962
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
2963
2963
|
payload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2964
2964
|
priceDropPayload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2965
2965
|
type: z.ZodEnum<["PERCENTAGE", "ABSOLUTE"]>;
|
|
@@ -3004,7 +3004,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
3004
3004
|
}>>>;
|
|
3005
3005
|
targetDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
3006
3006
|
}, "strip", z.ZodTypeAny, {
|
|
3007
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3007
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3008
3008
|
payload?: {
|
|
3009
3009
|
priceDropPayload?: {
|
|
3010
3010
|
value: number;
|
|
@@ -3017,7 +3017,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
3017
3017
|
} | null | undefined;
|
|
3018
3018
|
targetDate?: Date | null | undefined;
|
|
3019
3019
|
}, {
|
|
3020
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3020
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3021
3021
|
payload?: {
|
|
3022
3022
|
priceDropPayload?: {
|
|
3023
3023
|
value: number;
|
|
@@ -3034,7 +3034,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
3034
3034
|
}, "strip", z.ZodTypeAny, {
|
|
3035
3035
|
type: "UPDATING";
|
|
3036
3036
|
data: {
|
|
3037
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3037
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3038
3038
|
payload?: {
|
|
3039
3039
|
priceDropPayload?: {
|
|
3040
3040
|
value: number;
|
|
@@ -3050,7 +3050,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
3050
3050
|
}, {
|
|
3051
3051
|
type: "UPDATING";
|
|
3052
3052
|
data: {
|
|
3053
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3053
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3054
3054
|
payload?: {
|
|
3055
3055
|
priceDropPayload?: {
|
|
3056
3056
|
value: number;
|
|
@@ -3103,7 +3103,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
3103
3103
|
} | {
|
|
3104
3104
|
type: "FAILED_TO_PUBLISH";
|
|
3105
3105
|
data: {
|
|
3106
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3106
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3107
3107
|
accountId?: string | null | undefined;
|
|
3108
3108
|
reason?: string | null | undefined;
|
|
3109
3109
|
fields?: {
|
|
@@ -3116,7 +3116,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
3116
3116
|
} | {
|
|
3117
3117
|
type: "IMAGE_PROCESSING_DONE";
|
|
3118
3118
|
data: {
|
|
3119
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3119
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3120
3120
|
variations?: {
|
|
3121
3121
|
fileId: string;
|
|
3122
3122
|
seed: number;
|
|
@@ -3198,14 +3198,14 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
3198
3198
|
} | {
|
|
3199
3199
|
type: "PUBLISHED";
|
|
3200
3200
|
data: {
|
|
3201
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3201
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3202
3202
|
accountId?: string | null | undefined;
|
|
3203
3203
|
itemHistoryId?: string | null | undefined;
|
|
3204
3204
|
};
|
|
3205
3205
|
} | {
|
|
3206
3206
|
type: "REPUBLISHING";
|
|
3207
3207
|
data: {
|
|
3208
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3208
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3209
3209
|
payload?: {
|
|
3210
3210
|
priceDropPayload?: {
|
|
3211
3211
|
value: number;
|
|
@@ -3239,7 +3239,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
3239
3239
|
type: "REPUBLISHING_RETRY";
|
|
3240
3240
|
data: {
|
|
3241
3241
|
maxAttempts: number;
|
|
3242
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3242
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3243
3243
|
attemptNumber: number;
|
|
3244
3244
|
previousHistoryId: string;
|
|
3245
3245
|
originalFailureDate: Date;
|
|
@@ -3276,14 +3276,14 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
3276
3276
|
} | {
|
|
3277
3277
|
type: "SCHEDULED";
|
|
3278
3278
|
data: {
|
|
3279
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3279
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3280
3280
|
publishingDate?: Date | null | undefined;
|
|
3281
3281
|
};
|
|
3282
3282
|
} | {
|
|
3283
3283
|
type: "SCHEDULED_RETRY";
|
|
3284
3284
|
data: {
|
|
3285
3285
|
maxAttempts: number;
|
|
3286
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3286
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3287
3287
|
attemptNumber: number;
|
|
3288
3288
|
previousHistoryId: string;
|
|
3289
3289
|
originalFailureDate: Date;
|
|
@@ -3296,12 +3296,12 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
3296
3296
|
} | {
|
|
3297
3297
|
type: "UPDATED";
|
|
3298
3298
|
data: {
|
|
3299
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3299
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3300
3300
|
};
|
|
3301
3301
|
} | {
|
|
3302
3302
|
type: "UPDATING";
|
|
3303
3303
|
data: {
|
|
3304
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3304
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3305
3305
|
payload?: {
|
|
3306
3306
|
priceDropPayload?: {
|
|
3307
3307
|
value: number;
|
|
@@ -3353,7 +3353,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
3353
3353
|
} | {
|
|
3354
3354
|
type: "FAILED_TO_PUBLISH";
|
|
3355
3355
|
data: {
|
|
3356
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3356
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3357
3357
|
accountId?: string | null | undefined;
|
|
3358
3358
|
reason?: string | null | undefined;
|
|
3359
3359
|
fields?: {
|
|
@@ -3366,7 +3366,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
3366
3366
|
} | {
|
|
3367
3367
|
type: "IMAGE_PROCESSING_DONE";
|
|
3368
3368
|
data: {
|
|
3369
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3369
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3370
3370
|
variations?: {
|
|
3371
3371
|
fileId: string;
|
|
3372
3372
|
seed: number;
|
|
@@ -3448,14 +3448,14 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
3448
3448
|
} | {
|
|
3449
3449
|
type: "PUBLISHED";
|
|
3450
3450
|
data: {
|
|
3451
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3451
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3452
3452
|
accountId?: string | null | undefined;
|
|
3453
3453
|
itemHistoryId?: string | null | undefined;
|
|
3454
3454
|
};
|
|
3455
3455
|
} | {
|
|
3456
3456
|
type: "REPUBLISHING";
|
|
3457
3457
|
data: {
|
|
3458
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3458
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3459
3459
|
payload?: {
|
|
3460
3460
|
priceDropPayload?: {
|
|
3461
3461
|
value: number;
|
|
@@ -3489,7 +3489,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
3489
3489
|
type: "REPUBLISHING_RETRY";
|
|
3490
3490
|
data: {
|
|
3491
3491
|
maxAttempts: number;
|
|
3492
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3492
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3493
3493
|
attemptNumber: number;
|
|
3494
3494
|
previousHistoryId: string;
|
|
3495
3495
|
originalFailureDate: Date;
|
|
@@ -3526,14 +3526,14 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
3526
3526
|
} | {
|
|
3527
3527
|
type: "SCHEDULED";
|
|
3528
3528
|
data: {
|
|
3529
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3529
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3530
3530
|
publishingDate?: Date | null | undefined;
|
|
3531
3531
|
};
|
|
3532
3532
|
} | {
|
|
3533
3533
|
type: "SCHEDULED_RETRY";
|
|
3534
3534
|
data: {
|
|
3535
3535
|
maxAttempts: number;
|
|
3536
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3536
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3537
3537
|
attemptNumber: number;
|
|
3538
3538
|
previousHistoryId: string;
|
|
3539
3539
|
originalFailureDate: Date;
|
|
@@ -3546,12 +3546,12 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
3546
3546
|
} | {
|
|
3547
3547
|
type: "UPDATED";
|
|
3548
3548
|
data: {
|
|
3549
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3549
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3550
3550
|
};
|
|
3551
3551
|
} | {
|
|
3552
3552
|
type: "UPDATING";
|
|
3553
3553
|
data: {
|
|
3554
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3554
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3555
3555
|
payload?: {
|
|
3556
3556
|
priceDropPayload?: {
|
|
3557
3557
|
value: number;
|
|
@@ -3584,7 +3584,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
3584
3584
|
account: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3585
3585
|
userId: z.ZodNumber;
|
|
3586
3586
|
accountId: z.ZodString;
|
|
3587
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
3587
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
3588
3588
|
name: z.ZodString;
|
|
3589
3589
|
locale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3590
3590
|
status: z.ZodCatch<z.ZodEnum<["CONNECTED", "DISCONNECTED", "LOCKED", "PAUSED", "UNKNOWN"]>>;
|
|
@@ -3634,7 +3634,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
3634
3634
|
name: string;
|
|
3635
3635
|
userId: number;
|
|
3636
3636
|
accountId: string;
|
|
3637
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3637
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3638
3638
|
locale?: string | null | undefined;
|
|
3639
3639
|
lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
|
|
3640
3640
|
night?: {
|
|
@@ -3661,7 +3661,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
3661
3661
|
name: string;
|
|
3662
3662
|
userId: number;
|
|
3663
3663
|
accountId: string;
|
|
3664
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3664
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3665
3665
|
status?: unknown;
|
|
3666
3666
|
locale?: string | null | undefined;
|
|
3667
3667
|
lockReason?: unknown;
|
|
@@ -3708,7 +3708,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
3708
3708
|
name: string;
|
|
3709
3709
|
userId: number;
|
|
3710
3710
|
accountId: string;
|
|
3711
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3711
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3712
3712
|
locale?: string | null | undefined;
|
|
3713
3713
|
lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
|
|
3714
3714
|
night?: {
|
|
@@ -3750,7 +3750,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
3750
3750
|
name: string;
|
|
3751
3751
|
userId: number;
|
|
3752
3752
|
accountId: string;
|
|
3753
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3753
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
3754
3754
|
status?: unknown;
|
|
3755
3755
|
locale?: string | null | undefined;
|
|
3756
3756
|
lockReason?: unknown;
|
|
@@ -4586,7 +4586,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
4586
4586
|
name: string;
|
|
4587
4587
|
userId: number;
|
|
4588
4588
|
accountId: string;
|
|
4589
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4589
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
4590
4590
|
locale?: string | null | undefined;
|
|
4591
4591
|
lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
|
|
4592
4592
|
night?: {
|
|
@@ -4683,7 +4683,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
4683
4683
|
} | {
|
|
4684
4684
|
type: "FAILED_TO_PUBLISH";
|
|
4685
4685
|
data: {
|
|
4686
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4686
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
4687
4687
|
accountId?: string | null | undefined;
|
|
4688
4688
|
reason?: string | null | undefined;
|
|
4689
4689
|
fields?: {
|
|
@@ -4696,7 +4696,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
4696
4696
|
} | {
|
|
4697
4697
|
type: "IMAGE_PROCESSING_DONE";
|
|
4698
4698
|
data: {
|
|
4699
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4699
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
4700
4700
|
variations?: {
|
|
4701
4701
|
fileId: string;
|
|
4702
4702
|
seed: number;
|
|
@@ -4778,14 +4778,14 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
4778
4778
|
} | {
|
|
4779
4779
|
type: "PUBLISHED";
|
|
4780
4780
|
data: {
|
|
4781
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4781
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
4782
4782
|
accountId?: string | null | undefined;
|
|
4783
4783
|
itemHistoryId?: string | null | undefined;
|
|
4784
4784
|
};
|
|
4785
4785
|
} | {
|
|
4786
4786
|
type: "REPUBLISHING";
|
|
4787
4787
|
data: {
|
|
4788
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4788
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
4789
4789
|
payload?: {
|
|
4790
4790
|
priceDropPayload?: {
|
|
4791
4791
|
value: number;
|
|
@@ -4819,7 +4819,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
4819
4819
|
type: "REPUBLISHING_RETRY";
|
|
4820
4820
|
data: {
|
|
4821
4821
|
maxAttempts: number;
|
|
4822
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4822
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
4823
4823
|
attemptNumber: number;
|
|
4824
4824
|
previousHistoryId: string;
|
|
4825
4825
|
originalFailureDate: Date;
|
|
@@ -4856,14 +4856,14 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
4856
4856
|
} | {
|
|
4857
4857
|
type: "SCHEDULED";
|
|
4858
4858
|
data: {
|
|
4859
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4859
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
4860
4860
|
publishingDate?: Date | null | undefined;
|
|
4861
4861
|
};
|
|
4862
4862
|
} | {
|
|
4863
4863
|
type: "SCHEDULED_RETRY";
|
|
4864
4864
|
data: {
|
|
4865
4865
|
maxAttempts: number;
|
|
4866
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4866
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
4867
4867
|
attemptNumber: number;
|
|
4868
4868
|
previousHistoryId: string;
|
|
4869
4869
|
originalFailureDate: Date;
|
|
@@ -4876,12 +4876,12 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
4876
4876
|
} | {
|
|
4877
4877
|
type: "UPDATED";
|
|
4878
4878
|
data: {
|
|
4879
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4879
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
4880
4880
|
};
|
|
4881
4881
|
} | {
|
|
4882
4882
|
type: "UPDATING";
|
|
4883
4883
|
data: {
|
|
4884
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4884
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
4885
4885
|
payload?: {
|
|
4886
4886
|
priceDropPayload?: {
|
|
4887
4887
|
value: number;
|
|
@@ -5086,7 +5086,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
5086
5086
|
name: string;
|
|
5087
5087
|
userId: number;
|
|
5088
5088
|
accountId: string;
|
|
5089
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
5089
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
5090
5090
|
status?: unknown;
|
|
5091
5091
|
locale?: string | null | undefined;
|
|
5092
5092
|
lockReason?: unknown;
|
|
@@ -5184,7 +5184,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
5184
5184
|
} | {
|
|
5185
5185
|
type: "FAILED_TO_PUBLISH";
|
|
5186
5186
|
data: {
|
|
5187
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
5187
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
5188
5188
|
accountId?: string | null | undefined;
|
|
5189
5189
|
reason?: string | null | undefined;
|
|
5190
5190
|
fields?: {
|
|
@@ -5197,7 +5197,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
5197
5197
|
} | {
|
|
5198
5198
|
type: "IMAGE_PROCESSING_DONE";
|
|
5199
5199
|
data: {
|
|
5200
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
5200
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
5201
5201
|
variations?: {
|
|
5202
5202
|
fileId: string;
|
|
5203
5203
|
seed: number;
|
|
@@ -5279,14 +5279,14 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
5279
5279
|
} | {
|
|
5280
5280
|
type: "PUBLISHED";
|
|
5281
5281
|
data: {
|
|
5282
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
5282
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
5283
5283
|
accountId?: string | null | undefined;
|
|
5284
5284
|
itemHistoryId?: string | null | undefined;
|
|
5285
5285
|
};
|
|
5286
5286
|
} | {
|
|
5287
5287
|
type: "REPUBLISHING";
|
|
5288
5288
|
data: {
|
|
5289
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
5289
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
5290
5290
|
payload?: {
|
|
5291
5291
|
priceDropPayload?: {
|
|
5292
5292
|
value: number;
|
|
@@ -5320,7 +5320,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
5320
5320
|
type: "REPUBLISHING_RETRY";
|
|
5321
5321
|
data: {
|
|
5322
5322
|
maxAttempts: number;
|
|
5323
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
5323
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
5324
5324
|
attemptNumber: number;
|
|
5325
5325
|
previousHistoryId: string;
|
|
5326
5326
|
originalFailureDate: Date;
|
|
@@ -5357,14 +5357,14 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
5357
5357
|
} | {
|
|
5358
5358
|
type: "SCHEDULED";
|
|
5359
5359
|
data: {
|
|
5360
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
5360
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
5361
5361
|
publishingDate?: Date | null | undefined;
|
|
5362
5362
|
};
|
|
5363
5363
|
} | {
|
|
5364
5364
|
type: "SCHEDULED_RETRY";
|
|
5365
5365
|
data: {
|
|
5366
5366
|
maxAttempts: number;
|
|
5367
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
5367
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
5368
5368
|
attemptNumber: number;
|
|
5369
5369
|
previousHistoryId: string;
|
|
5370
5370
|
originalFailureDate: Date;
|
|
@@ -5377,12 +5377,12 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
5377
5377
|
} | {
|
|
5378
5378
|
type: "UPDATED";
|
|
5379
5379
|
data: {
|
|
5380
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
5380
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
5381
5381
|
};
|
|
5382
5382
|
} | {
|
|
5383
5383
|
type: "UPDATING";
|
|
5384
5384
|
data: {
|
|
5385
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
5385
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
5386
5386
|
payload?: {
|
|
5387
5387
|
priceDropPayload?: {
|
|
5388
5388
|
value: number;
|
|
@@ -5590,7 +5590,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
5590
5590
|
name: string;
|
|
5591
5591
|
userId: number;
|
|
5592
5592
|
accountId: string;
|
|
5593
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
5593
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
5594
5594
|
locale?: string | null | undefined;
|
|
5595
5595
|
lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
|
|
5596
5596
|
night?: {
|
|
@@ -5687,7 +5687,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
5687
5687
|
} | {
|
|
5688
5688
|
type: "FAILED_TO_PUBLISH";
|
|
5689
5689
|
data: {
|
|
5690
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
5690
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
5691
5691
|
accountId?: string | null | undefined;
|
|
5692
5692
|
reason?: string | null | undefined;
|
|
5693
5693
|
fields?: {
|
|
@@ -5700,7 +5700,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
5700
5700
|
} | {
|
|
5701
5701
|
type: "IMAGE_PROCESSING_DONE";
|
|
5702
5702
|
data: {
|
|
5703
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
5703
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
5704
5704
|
variations?: {
|
|
5705
5705
|
fileId: string;
|
|
5706
5706
|
seed: number;
|
|
@@ -5782,14 +5782,14 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
5782
5782
|
} | {
|
|
5783
5783
|
type: "PUBLISHED";
|
|
5784
5784
|
data: {
|
|
5785
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
5785
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
5786
5786
|
accountId?: string | null | undefined;
|
|
5787
5787
|
itemHistoryId?: string | null | undefined;
|
|
5788
5788
|
};
|
|
5789
5789
|
} | {
|
|
5790
5790
|
type: "REPUBLISHING";
|
|
5791
5791
|
data: {
|
|
5792
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
5792
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
5793
5793
|
payload?: {
|
|
5794
5794
|
priceDropPayload?: {
|
|
5795
5795
|
value: number;
|
|
@@ -5823,7 +5823,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
5823
5823
|
type: "REPUBLISHING_RETRY";
|
|
5824
5824
|
data: {
|
|
5825
5825
|
maxAttempts: number;
|
|
5826
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
5826
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
5827
5827
|
attemptNumber: number;
|
|
5828
5828
|
previousHistoryId: string;
|
|
5829
5829
|
originalFailureDate: Date;
|
|
@@ -5860,14 +5860,14 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
5860
5860
|
} | {
|
|
5861
5861
|
type: "SCHEDULED";
|
|
5862
5862
|
data: {
|
|
5863
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
5863
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
5864
5864
|
publishingDate?: Date | null | undefined;
|
|
5865
5865
|
};
|
|
5866
5866
|
} | {
|
|
5867
5867
|
type: "SCHEDULED_RETRY";
|
|
5868
5868
|
data: {
|
|
5869
5869
|
maxAttempts: number;
|
|
5870
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
5870
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
5871
5871
|
attemptNumber: number;
|
|
5872
5872
|
previousHistoryId: string;
|
|
5873
5873
|
originalFailureDate: Date;
|
|
@@ -5880,12 +5880,12 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
5880
5880
|
} | {
|
|
5881
5881
|
type: "UPDATED";
|
|
5882
5882
|
data: {
|
|
5883
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
5883
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
5884
5884
|
};
|
|
5885
5885
|
} | {
|
|
5886
5886
|
type: "UPDATING";
|
|
5887
5887
|
data: {
|
|
5888
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
5888
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
5889
5889
|
payload?: {
|
|
5890
5890
|
priceDropPayload?: {
|
|
5891
5891
|
value: number;
|
|
@@ -6113,7 +6113,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
6113
6113
|
name: string;
|
|
6114
6114
|
userId: number;
|
|
6115
6115
|
accountId: string;
|
|
6116
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
6116
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
6117
6117
|
locale?: string | null | undefined;
|
|
6118
6118
|
lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
|
|
6119
6119
|
night?: {
|
|
@@ -6291,7 +6291,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
6291
6291
|
name: string;
|
|
6292
6292
|
userId: number;
|
|
6293
6293
|
accountId: string;
|
|
6294
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
6294
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
6295
6295
|
status?: unknown;
|
|
6296
6296
|
locale?: string | null | undefined;
|
|
6297
6297
|
lockReason?: unknown;
|
|
@@ -6389,7 +6389,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
6389
6389
|
} | {
|
|
6390
6390
|
type: "FAILED_TO_PUBLISH";
|
|
6391
6391
|
data: {
|
|
6392
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
6392
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
6393
6393
|
accountId?: string | null | undefined;
|
|
6394
6394
|
reason?: string | null | undefined;
|
|
6395
6395
|
fields?: {
|
|
@@ -6402,7 +6402,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
6402
6402
|
} | {
|
|
6403
6403
|
type: "IMAGE_PROCESSING_DONE";
|
|
6404
6404
|
data: {
|
|
6405
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
6405
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
6406
6406
|
variations?: {
|
|
6407
6407
|
fileId: string;
|
|
6408
6408
|
seed: number;
|
|
@@ -6484,14 +6484,14 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
6484
6484
|
} | {
|
|
6485
6485
|
type: "PUBLISHED";
|
|
6486
6486
|
data: {
|
|
6487
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
6487
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
6488
6488
|
accountId?: string | null | undefined;
|
|
6489
6489
|
itemHistoryId?: string | null | undefined;
|
|
6490
6490
|
};
|
|
6491
6491
|
} | {
|
|
6492
6492
|
type: "REPUBLISHING";
|
|
6493
6493
|
data: {
|
|
6494
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
6494
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
6495
6495
|
payload?: {
|
|
6496
6496
|
priceDropPayload?: {
|
|
6497
6497
|
value: number;
|
|
@@ -6525,7 +6525,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
6525
6525
|
type: "REPUBLISHING_RETRY";
|
|
6526
6526
|
data: {
|
|
6527
6527
|
maxAttempts: number;
|
|
6528
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
6528
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
6529
6529
|
attemptNumber: number;
|
|
6530
6530
|
previousHistoryId: string;
|
|
6531
6531
|
originalFailureDate: Date;
|
|
@@ -6562,14 +6562,14 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
6562
6562
|
} | {
|
|
6563
6563
|
type: "SCHEDULED";
|
|
6564
6564
|
data: {
|
|
6565
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
6565
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
6566
6566
|
publishingDate?: Date | null | undefined;
|
|
6567
6567
|
};
|
|
6568
6568
|
} | {
|
|
6569
6569
|
type: "SCHEDULED_RETRY";
|
|
6570
6570
|
data: {
|
|
6571
6571
|
maxAttempts: number;
|
|
6572
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
6572
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
6573
6573
|
attemptNumber: number;
|
|
6574
6574
|
previousHistoryId: string;
|
|
6575
6575
|
originalFailureDate: Date;
|
|
@@ -6582,12 +6582,12 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
6582
6582
|
} | {
|
|
6583
6583
|
type: "UPDATED";
|
|
6584
6584
|
data: {
|
|
6585
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
6585
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
6586
6586
|
};
|
|
6587
6587
|
} | {
|
|
6588
6588
|
type: "UPDATING";
|
|
6589
6589
|
data: {
|
|
6590
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
6590
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
6591
6591
|
payload?: {
|
|
6592
6592
|
priceDropPayload?: {
|
|
6593
6593
|
value: number;
|
|
@@ -6814,7 +6814,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
6814
6814
|
name: string;
|
|
6815
6815
|
userId: number;
|
|
6816
6816
|
accountId: string;
|
|
6817
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
6817
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
6818
6818
|
status?: unknown;
|
|
6819
6819
|
locale?: string | null | undefined;
|
|
6820
6820
|
lockReason?: unknown;
|
|
@@ -7000,7 +7000,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
7000
7000
|
name: string;
|
|
7001
7001
|
userId: number;
|
|
7002
7002
|
accountId: string;
|
|
7003
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
7003
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
7004
7004
|
locale?: string | null | undefined;
|
|
7005
7005
|
lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
|
|
7006
7006
|
night?: {
|
|
@@ -7097,7 +7097,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
7097
7097
|
} | {
|
|
7098
7098
|
type: "FAILED_TO_PUBLISH";
|
|
7099
7099
|
data: {
|
|
7100
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
7100
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
7101
7101
|
accountId?: string | null | undefined;
|
|
7102
7102
|
reason?: string | null | undefined;
|
|
7103
7103
|
fields?: {
|
|
@@ -7110,7 +7110,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
7110
7110
|
} | {
|
|
7111
7111
|
type: "IMAGE_PROCESSING_DONE";
|
|
7112
7112
|
data: {
|
|
7113
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
7113
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
7114
7114
|
variations?: {
|
|
7115
7115
|
fileId: string;
|
|
7116
7116
|
seed: number;
|
|
@@ -7192,14 +7192,14 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
7192
7192
|
} | {
|
|
7193
7193
|
type: "PUBLISHED";
|
|
7194
7194
|
data: {
|
|
7195
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
7195
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
7196
7196
|
accountId?: string | null | undefined;
|
|
7197
7197
|
itemHistoryId?: string | null | undefined;
|
|
7198
7198
|
};
|
|
7199
7199
|
} | {
|
|
7200
7200
|
type: "REPUBLISHING";
|
|
7201
7201
|
data: {
|
|
7202
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
7202
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
7203
7203
|
payload?: {
|
|
7204
7204
|
priceDropPayload?: {
|
|
7205
7205
|
value: number;
|
|
@@ -7233,7 +7233,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
7233
7233
|
type: "REPUBLISHING_RETRY";
|
|
7234
7234
|
data: {
|
|
7235
7235
|
maxAttempts: number;
|
|
7236
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
7236
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
7237
7237
|
attemptNumber: number;
|
|
7238
7238
|
previousHistoryId: string;
|
|
7239
7239
|
originalFailureDate: Date;
|
|
@@ -7270,14 +7270,14 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
7270
7270
|
} | {
|
|
7271
7271
|
type: "SCHEDULED";
|
|
7272
7272
|
data: {
|
|
7273
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
7273
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
7274
7274
|
publishingDate?: Date | null | undefined;
|
|
7275
7275
|
};
|
|
7276
7276
|
} | {
|
|
7277
7277
|
type: "SCHEDULED_RETRY";
|
|
7278
7278
|
data: {
|
|
7279
7279
|
maxAttempts: number;
|
|
7280
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
7280
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
7281
7281
|
attemptNumber: number;
|
|
7282
7282
|
previousHistoryId: string;
|
|
7283
7283
|
originalFailureDate: Date;
|
|
@@ -7290,12 +7290,12 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
7290
7290
|
} | {
|
|
7291
7291
|
type: "UPDATED";
|
|
7292
7292
|
data: {
|
|
7293
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
7293
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
7294
7294
|
};
|
|
7295
7295
|
} | {
|
|
7296
7296
|
type: "UPDATING";
|
|
7297
7297
|
data: {
|
|
7298
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
7298
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
7299
7299
|
payload?: {
|
|
7300
7300
|
priceDropPayload?: {
|
|
7301
7301
|
value: number;
|
|
@@ -7523,7 +7523,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
7523
7523
|
name: string;
|
|
7524
7524
|
userId: number;
|
|
7525
7525
|
accountId: string;
|
|
7526
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
7526
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
7527
7527
|
locale?: string | null | undefined;
|
|
7528
7528
|
lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
|
|
7529
7529
|
night?: {
|
|
@@ -7707,7 +7707,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
7707
7707
|
name: string;
|
|
7708
7708
|
userId: number;
|
|
7709
7709
|
accountId: string;
|
|
7710
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
7710
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
7711
7711
|
status?: unknown;
|
|
7712
7712
|
locale?: string | null | undefined;
|
|
7713
7713
|
lockReason?: unknown;
|
|
@@ -7805,7 +7805,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
7805
7805
|
} | {
|
|
7806
7806
|
type: "FAILED_TO_PUBLISH";
|
|
7807
7807
|
data: {
|
|
7808
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
7808
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
7809
7809
|
accountId?: string | null | undefined;
|
|
7810
7810
|
reason?: string | null | undefined;
|
|
7811
7811
|
fields?: {
|
|
@@ -7818,7 +7818,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
7818
7818
|
} | {
|
|
7819
7819
|
type: "IMAGE_PROCESSING_DONE";
|
|
7820
7820
|
data: {
|
|
7821
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
7821
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
7822
7822
|
variations?: {
|
|
7823
7823
|
fileId: string;
|
|
7824
7824
|
seed: number;
|
|
@@ -7900,14 +7900,14 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
7900
7900
|
} | {
|
|
7901
7901
|
type: "PUBLISHED";
|
|
7902
7902
|
data: {
|
|
7903
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
7903
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
7904
7904
|
accountId?: string | null | undefined;
|
|
7905
7905
|
itemHistoryId?: string | null | undefined;
|
|
7906
7906
|
};
|
|
7907
7907
|
} | {
|
|
7908
7908
|
type: "REPUBLISHING";
|
|
7909
7909
|
data: {
|
|
7910
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
7910
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
7911
7911
|
payload?: {
|
|
7912
7912
|
priceDropPayload?: {
|
|
7913
7913
|
value: number;
|
|
@@ -7941,7 +7941,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
7941
7941
|
type: "REPUBLISHING_RETRY";
|
|
7942
7942
|
data: {
|
|
7943
7943
|
maxAttempts: number;
|
|
7944
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
7944
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
7945
7945
|
attemptNumber: number;
|
|
7946
7946
|
previousHistoryId: string;
|
|
7947
7947
|
originalFailureDate: Date;
|
|
@@ -7978,14 +7978,14 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
7978
7978
|
} | {
|
|
7979
7979
|
type: "SCHEDULED";
|
|
7980
7980
|
data: {
|
|
7981
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
7981
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
7982
7982
|
publishingDate?: Date | null | undefined;
|
|
7983
7983
|
};
|
|
7984
7984
|
} | {
|
|
7985
7985
|
type: "SCHEDULED_RETRY";
|
|
7986
7986
|
data: {
|
|
7987
7987
|
maxAttempts: number;
|
|
7988
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
7988
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
7989
7989
|
attemptNumber: number;
|
|
7990
7990
|
previousHistoryId: string;
|
|
7991
7991
|
originalFailureDate: Date;
|
|
@@ -7998,12 +7998,12 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
7998
7998
|
} | {
|
|
7999
7999
|
type: "UPDATED";
|
|
8000
8000
|
data: {
|
|
8001
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
8001
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
8002
8002
|
};
|
|
8003
8003
|
} | {
|
|
8004
8004
|
type: "UPDATING";
|
|
8005
8005
|
data: {
|
|
8006
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
8006
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
8007
8007
|
payload?: {
|
|
8008
8008
|
priceDropPayload?: {
|
|
8009
8009
|
value: number;
|
|
@@ -8230,7 +8230,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
8230
8230
|
name: string;
|
|
8231
8231
|
userId: number;
|
|
8232
8232
|
accountId: string;
|
|
8233
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
8233
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
8234
8234
|
status?: unknown;
|
|
8235
8235
|
locale?: string | null | undefined;
|
|
8236
8236
|
lockReason?: unknown;
|