controlresell 2.24.2 → 2.24.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/src/com/controlresell/api/responses/conversations/MessageStreamResponse.d.ts +0 -7
- package/src/com/controlresell/api/responses/conversations/MessageStreamResponse.d.ts.map +1 -1
- package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts +108 -108
- package/src/com/controlresell/api/responses/items/ListedItem.d.ts +88 -88
- package/src/com/controlresell/models/conversations/Conversation.d.ts +9 -9
- package/src/com/controlresell/models/conversations/ConversationFiltersContext.d.ts +3 -3
- package/src/com/controlresell/models/conversations/ConversationOnPlatformUpdateRequest.d.ts +11 -11
- package/src/com/controlresell/models/conversations/ConversationUpdate.d.ts +13 -13
- package/src/com/controlresell/models/conversations/UserConversations.d.ts +13 -13
- package/src/com/controlresell/models/conversations/favorites/ConversationFavorite.d.ts +5 -5
- package/src/com/controlresell/models/conversations/favorites/ReportRateLimitOnFavorites.d.ts +7 -7
- package/src/com/controlresell/models/conversations/favorites/SubmitFavoritesResponse.d.ts +7 -7
- package/src/com/controlresell/models/conversations/users/ConversationUser.d.ts +2 -2
- package/src/com/controlresell/models/conversations/users/CreateConversationUserPayload.d.ts +2 -2
- package/src/com/controlresell/models/conversations/users/UpdateConversationUserPayload.d.ts +2 -2
- package/src/com/controlresell/models/filters/PreferenceFilter.d.ts +5 -5
- package/src/com/controlresell/models/filters/SavedFilters.d.ts +5 -5
- package/src/com/controlresell/models/filters/SavedFiltersPayload.d.ts +5 -5
- package/src/com/controlresell/models/items/CreatedItems.d.ts +315 -315
- package/src/com/controlresell/models/items/Item.d.ts +169 -169
- package/src/com/controlresell/models/items/ItemFiltersContext.d.ts +3 -3
- package/src/com/controlresell/models/items/ItemUpdate.d.ts +108 -108
- package/src/com/controlresell/models/items/UpdatedItem.d.ts +315 -315
- package/src/com/controlresell/models/items/analysis/ItemAnalysisUpdate.d.ts +5225 -0
- package/src/com/controlresell/models/items/analysis/ItemAnalysisUpdate.d.ts.map +1 -0
- package/src/com/controlresell/models/items/analysis/ItemAnalysisUpdate.js +6 -0
- package/src/com/controlresell/models/items/analysis/ItemAnalysisUpdate.js.map +1 -0
- package/src/com/controlresell/models/items/analysis/ItemAnalysisUpdate.ts +7 -0
- package/src/com/controlresell/models/items/history/CreateItemHistoryPayload.d.ts +63 -63
- package/src/com/controlresell/models/items/history/ItemHistory.d.ts +63 -63
- package/src/com/controlresell/models/items/history/ItemHistoryDecodedPayload.d.ts +90 -90
- package/src/com/controlresell/models/items/history/data/ItemHistoryFailedToPublishPayload.d.ts +3 -3
- package/src/com/controlresell/models/items/history/data/ItemHistoryImageProcessingDone.d.ts +3 -3
- package/src/com/controlresell/models/items/history/data/ItemHistoryPublishedPayload.d.ts +3 -3
- package/src/com/controlresell/models/items/history/data/ItemHistoryRepublishingPayload.d.ts +3 -3
- package/src/com/controlresell/models/items/history/data/ItemHistoryRepublishingRetryPayload.d.ts +3 -3
- package/src/com/controlresell/models/items/history/data/ItemHistoryScheduledPayload.d.ts +3 -3
- package/src/com/controlresell/models/items/history/data/ItemHistoryScheduledRetryPayload.d.ts +3 -3
- package/src/com/controlresell/models/items/history/data/ItemHistoryUpdatedPayload.d.ts +3 -3
- package/src/com/controlresell/models/items/history/data/ItemHistoryUpdatingPayload.d.ts +3 -3
- package/src/com/controlresell/models/items/platforms/ItemOnPlatform.d.ts +5 -5
- package/src/com/controlresell/models/items/platforms/ItemOnPlatformUpdateRequest.d.ts +5 -5
- package/src/com/controlresell/models/metadata/platforms/BatchUpsertPlatformBrandsPayload.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/BatchUpsertPlatformCategoriesPayload.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/BatchUpsertPlatformCategoryFieldsPayload.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/BatchUpsertPlatformEnumsPayload.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/BatchUpsertPlatformSizesPayload.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/BrandMapping.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/CategoryMapping.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/CreateBrandMappingPayload.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/CreateCategoryMappingPayload.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/CreateEnumMappingPayload.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/CreateSizeMappingPayload.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/EnumMapping.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/ItemListingPreview.d.ts +228 -228
- package/src/com/controlresell/models/metadata/platforms/MappingInfo.d.ts +15 -15
- package/src/com/controlresell/models/metadata/platforms/PlatformBrand.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/PlatformCategory.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/PlatformEnum.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/PlatformSize.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/RecomputeCategoryRequiredAttributesPayload.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/SizeMapping.d.ts +3 -3
- package/src/com/controlresell/models/platforms/orders/Order.d.ts +9 -9
- package/src/com/controlresell/models/platforms/orders/OrderFiltersContext.d.ts +3 -3
- package/src/com/controlresell/models/platforms/orders/OrderOnPlatformUpdateRequest.d.ts +5 -5
- package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts +141 -141
- package/src/com/controlresell/models/platforms/orders/items/ItemInOrder.d.ts +7 -7
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts +119 -119
- package/src/com/controlresell/models/subscriptions/UserLimits.d.ts +13 -0
- package/src/com/controlresell/models/subscriptions/UserLimits.d.ts.map +1 -1
- package/src/com/controlresell/models/subscriptions/UserLimits.js +2 -1
- package/src/com/controlresell/models/subscriptions/UserLimits.js.map +1 -1
- package/src/com/controlresell/models/subscriptions/UserLimits.ts +2 -1
- package/src/com/controlresell/models/transactions/Transaction.d.ts +9 -9
- package/src/com/controlresell/models/transactions/items/ItemInTransaction.d.ts +7 -7
- package/src/com/controlresell/models/transactions/items/TransactionWithItems.d.ts +119 -119
- package/src/com/controlresell/models/users/platforms/CreateUserOnPlatformPayload.d.ts +3 -3
- package/src/com/controlresell/models/users/platforms/PlatformAuthRequest.d.ts +5 -5
- package/src/com/controlresell/models/users/platforms/PlatformJobUpdate.d.ts +5 -5
- package/src/com/controlresell/models/users/platforms/UserOnPlatform.d.ts +3 -3
- package/src/com/controlresell/models/users/platforms/UserOnPlatformRequest.d.ts +3 -3
- package/src/com/controlresell/models/users/ws/UserLimitsUpdate.d.ts +19 -0
- package/src/com/controlresell/models/users/ws/UserLimitsUpdate.d.ts.map +1 -1
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts +12983 -2495
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/users/ws/UserWsPayload.js +5 -0
- package/src/com/controlresell/models/users/ws/UserWsPayload.js.map +1 -1
- package/src/com/controlresell/models/users/ws/UserWsPayload.ts +7 -0
- package/src/index.d.ts +1 -0
- package/src/index.d.ts.map +1 -1
- package/src/index.js +1 -0
- package/src/index.js.map +1 -1
- package/src/index.ts +1 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ItemAnalysisUpdate.d.ts","sourceRoot":"","sources":["ItemAnalysisUpdate.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAEnC,CAAA;AACF,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ItemAnalysisUpdate.js","sourceRoot":"","sources":["ItemAnalysisUpdate.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AACrB,OAAO,EAAC,gBAAgB,EAAC,MAAM,yCAAyC,CAAA;AAExE,MAAM,CAAC,MAAM,wBAAwB,GAAG,CAAC,CAAC,MAAM,CAAC;IAC7C,IAAI,EAAE,gBAAgB;CACzB,CAAC,CAAA"}
|
|
@@ -105,7 +105,7 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
105
105
|
type: "EMPTY";
|
|
106
106
|
}>, z.ZodObject<{
|
|
107
107
|
data: z.ZodObject<{
|
|
108
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
108
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
109
109
|
accountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
110
110
|
reason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
111
111
|
fields: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
@@ -123,7 +123,7 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
123
123
|
}>, "many">>>;
|
|
124
124
|
itemHistoryId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
125
125
|
}, "strip", z.ZodTypeAny, {
|
|
126
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
126
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
127
127
|
accountId?: string | null | undefined;
|
|
128
128
|
reason?: string | null | undefined;
|
|
129
129
|
fields?: {
|
|
@@ -133,7 +133,7 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
133
133
|
}[] | null | undefined;
|
|
134
134
|
itemHistoryId?: string | null | undefined;
|
|
135
135
|
}, {
|
|
136
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
136
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
137
137
|
accountId?: string | null | undefined;
|
|
138
138
|
reason?: string | null | undefined;
|
|
139
139
|
fields?: {
|
|
@@ -147,7 +147,7 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
147
147
|
}, "strip", z.ZodTypeAny, {
|
|
148
148
|
type: "FAILED_TO_PUBLISH";
|
|
149
149
|
data: {
|
|
150
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
150
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
151
151
|
accountId?: string | null | undefined;
|
|
152
152
|
reason?: string | null | undefined;
|
|
153
153
|
fields?: {
|
|
@@ -160,7 +160,7 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
160
160
|
}, {
|
|
161
161
|
type: "FAILED_TO_PUBLISH";
|
|
162
162
|
data: {
|
|
163
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
163
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
164
164
|
accountId?: string | null | undefined;
|
|
165
165
|
reason?: string | null | undefined;
|
|
166
166
|
fields?: {
|
|
@@ -172,7 +172,7 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
172
172
|
};
|
|
173
173
|
}>, z.ZodObject<{
|
|
174
174
|
data: z.ZodObject<{
|
|
175
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
175
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
176
176
|
variations: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
177
177
|
fileId: z.ZodString;
|
|
178
178
|
seed: z.ZodNumber;
|
|
@@ -204,7 +204,7 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
204
204
|
originalPhashes: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
205
205
|
historyId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
206
206
|
}, "strip", z.ZodTypeAny, {
|
|
207
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
207
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
208
208
|
variations?: {
|
|
209
209
|
fileId: string;
|
|
210
210
|
seed: number;
|
|
@@ -218,7 +218,7 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
218
218
|
originalPhashes?: string[] | null | undefined;
|
|
219
219
|
historyId?: string | null | undefined;
|
|
220
220
|
}, {
|
|
221
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
221
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
222
222
|
variations?: {
|
|
223
223
|
fileId: string;
|
|
224
224
|
seed: number;
|
|
@@ -236,7 +236,7 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
236
236
|
}, "strip", z.ZodTypeAny, {
|
|
237
237
|
type: "IMAGE_PROCESSING_DONE";
|
|
238
238
|
data: {
|
|
239
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
239
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
240
240
|
variations?: {
|
|
241
241
|
fileId: string;
|
|
242
242
|
seed: number;
|
|
@@ -253,7 +253,7 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
253
253
|
}, {
|
|
254
254
|
type: "IMAGE_PROCESSING_DONE";
|
|
255
255
|
data: {
|
|
256
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
256
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
257
257
|
variations?: {
|
|
258
258
|
fileId: string;
|
|
259
259
|
seed: number;
|
|
@@ -772,15 +772,15 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
772
772
|
};
|
|
773
773
|
}>, z.ZodObject<{
|
|
774
774
|
data: z.ZodObject<{
|
|
775
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
775
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
776
776
|
accountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
777
777
|
itemHistoryId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
778
778
|
}, "strip", z.ZodTypeAny, {
|
|
779
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
779
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
780
780
|
accountId?: string | null | undefined;
|
|
781
781
|
itemHistoryId?: string | null | undefined;
|
|
782
782
|
}, {
|
|
783
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
783
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
784
784
|
accountId?: string | null | undefined;
|
|
785
785
|
itemHistoryId?: string | null | undefined;
|
|
786
786
|
}>;
|
|
@@ -788,20 +788,20 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
788
788
|
}, "strip", z.ZodTypeAny, {
|
|
789
789
|
type: "PUBLISHED";
|
|
790
790
|
data: {
|
|
791
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
791
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
792
792
|
accountId?: string | null | undefined;
|
|
793
793
|
itemHistoryId?: string | null | undefined;
|
|
794
794
|
};
|
|
795
795
|
}, {
|
|
796
796
|
type: "PUBLISHED";
|
|
797
797
|
data: {
|
|
798
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
798
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
799
799
|
accountId?: string | null | undefined;
|
|
800
800
|
itemHistoryId?: string | null | undefined;
|
|
801
801
|
};
|
|
802
802
|
}>, z.ZodObject<{
|
|
803
803
|
data: z.ZodObject<{
|
|
804
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
804
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
805
805
|
publishingDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
806
806
|
payload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
807
807
|
priceDropPayload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -913,7 +913,7 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
913
913
|
targetAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
914
914
|
allowIfDeleted: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
915
915
|
}, "strip", z.ZodTypeAny, {
|
|
916
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
916
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
917
917
|
payload?: {
|
|
918
918
|
priceDropPayload?: {
|
|
919
919
|
value: number;
|
|
@@ -943,7 +943,7 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
943
943
|
targetAccountId?: string | null | undefined;
|
|
944
944
|
allowIfDeleted?: boolean | null | undefined;
|
|
945
945
|
}, {
|
|
946
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
946
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
947
947
|
payload?: {
|
|
948
948
|
priceDropPayload?: {
|
|
949
949
|
value: number;
|
|
@@ -977,7 +977,7 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
977
977
|
}, "strip", z.ZodTypeAny, {
|
|
978
978
|
type: "REPUBLISHING";
|
|
979
979
|
data: {
|
|
980
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
980
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
981
981
|
payload?: {
|
|
982
982
|
priceDropPayload?: {
|
|
983
983
|
value: number;
|
|
@@ -1010,7 +1010,7 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
1010
1010
|
}, {
|
|
1011
1011
|
type: "REPUBLISHING";
|
|
1012
1012
|
data: {
|
|
1013
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1013
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1014
1014
|
payload?: {
|
|
1015
1015
|
priceDropPayload?: {
|
|
1016
1016
|
value: number;
|
|
@@ -1042,7 +1042,7 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
1042
1042
|
};
|
|
1043
1043
|
}>, z.ZodObject<{
|
|
1044
1044
|
data: z.ZodObject<{
|
|
1045
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
1045
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
1046
1046
|
attemptNumber: z.ZodNumber;
|
|
1047
1047
|
maxAttempts: z.ZodNumber;
|
|
1048
1048
|
previousHistoryId: z.ZodString;
|
|
@@ -1168,7 +1168,7 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
1168
1168
|
}>>>;
|
|
1169
1169
|
}, "strip", z.ZodTypeAny, {
|
|
1170
1170
|
maxAttempts: number;
|
|
1171
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1171
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1172
1172
|
attemptNumber: number;
|
|
1173
1173
|
previousHistoryId: string;
|
|
1174
1174
|
originalFailureDate: Date;
|
|
@@ -1203,7 +1203,7 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
1203
1203
|
}[] | null | undefined;
|
|
1204
1204
|
}, {
|
|
1205
1205
|
maxAttempts: number;
|
|
1206
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1206
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1207
1207
|
attemptNumber: number;
|
|
1208
1208
|
previousHistoryId: string;
|
|
1209
1209
|
originalFailureDate: Date;
|
|
@@ -1242,7 +1242,7 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
1242
1242
|
type: "REPUBLISHING_RETRY";
|
|
1243
1243
|
data: {
|
|
1244
1244
|
maxAttempts: number;
|
|
1245
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1245
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1246
1246
|
attemptNumber: number;
|
|
1247
1247
|
previousHistoryId: string;
|
|
1248
1248
|
originalFailureDate: Date;
|
|
@@ -1280,7 +1280,7 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
1280
1280
|
type: "REPUBLISHING_RETRY";
|
|
1281
1281
|
data: {
|
|
1282
1282
|
maxAttempts: number;
|
|
1283
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1283
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1284
1284
|
attemptNumber: number;
|
|
1285
1285
|
previousHistoryId: string;
|
|
1286
1286
|
originalFailureDate: Date;
|
|
@@ -1316,31 +1316,31 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
1316
1316
|
};
|
|
1317
1317
|
}>, z.ZodObject<{
|
|
1318
1318
|
data: z.ZodObject<{
|
|
1319
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
1319
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
1320
1320
|
publishingDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
1321
1321
|
}, "strip", z.ZodTypeAny, {
|
|
1322
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1322
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1323
1323
|
publishingDate?: Date | null | undefined;
|
|
1324
1324
|
}, {
|
|
1325
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1325
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1326
1326
|
publishingDate?: Date | null | undefined;
|
|
1327
1327
|
}>;
|
|
1328
1328
|
type: z.ZodLiteral<"SCHEDULED">;
|
|
1329
1329
|
}, "strip", z.ZodTypeAny, {
|
|
1330
1330
|
type: "SCHEDULED";
|
|
1331
1331
|
data: {
|
|
1332
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1332
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1333
1333
|
publishingDate?: Date | null | undefined;
|
|
1334
1334
|
};
|
|
1335
1335
|
}, {
|
|
1336
1336
|
type: "SCHEDULED";
|
|
1337
1337
|
data: {
|
|
1338
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1338
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1339
1339
|
publishingDate?: Date | null | undefined;
|
|
1340
1340
|
};
|
|
1341
1341
|
}>, z.ZodObject<{
|
|
1342
1342
|
data: z.ZodObject<{
|
|
1343
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
1343
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
1344
1344
|
attemptNumber: z.ZodNumber;
|
|
1345
1345
|
maxAttempts: z.ZodNumber;
|
|
1346
1346
|
previousHistoryId: z.ZodString;
|
|
@@ -1360,7 +1360,7 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
1360
1360
|
}>, "many">>>;
|
|
1361
1361
|
}, "strip", z.ZodTypeAny, {
|
|
1362
1362
|
maxAttempts: number;
|
|
1363
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1363
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1364
1364
|
attemptNumber: number;
|
|
1365
1365
|
previousHistoryId: string;
|
|
1366
1366
|
originalFailureDate: Date;
|
|
@@ -1371,7 +1371,7 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
1371
1371
|
}[] | null | undefined;
|
|
1372
1372
|
}, {
|
|
1373
1373
|
maxAttempts: number;
|
|
1374
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1374
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1375
1375
|
attemptNumber: number;
|
|
1376
1376
|
previousHistoryId: string;
|
|
1377
1377
|
originalFailureDate: Date;
|
|
@@ -1386,7 +1386,7 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
1386
1386
|
type: "SCHEDULED_RETRY";
|
|
1387
1387
|
data: {
|
|
1388
1388
|
maxAttempts: number;
|
|
1389
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1389
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1390
1390
|
attemptNumber: number;
|
|
1391
1391
|
previousHistoryId: string;
|
|
1392
1392
|
originalFailureDate: Date;
|
|
@@ -1400,7 +1400,7 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
1400
1400
|
type: "SCHEDULED_RETRY";
|
|
1401
1401
|
data: {
|
|
1402
1402
|
maxAttempts: number;
|
|
1403
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1403
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1404
1404
|
attemptNumber: number;
|
|
1405
1405
|
previousHistoryId: string;
|
|
1406
1406
|
originalFailureDate: Date;
|
|
@@ -1412,26 +1412,26 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
1412
1412
|
};
|
|
1413
1413
|
}>, z.ZodObject<{
|
|
1414
1414
|
data: z.ZodObject<{
|
|
1415
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
1415
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
1416
1416
|
}, "strip", z.ZodTypeAny, {
|
|
1417
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1417
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1418
1418
|
}, {
|
|
1419
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1419
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1420
1420
|
}>;
|
|
1421
1421
|
type: z.ZodLiteral<"UPDATED">;
|
|
1422
1422
|
}, "strip", z.ZodTypeAny, {
|
|
1423
1423
|
type: "UPDATED";
|
|
1424
1424
|
data: {
|
|
1425
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1425
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1426
1426
|
};
|
|
1427
1427
|
}, {
|
|
1428
1428
|
type: "UPDATED";
|
|
1429
1429
|
data: {
|
|
1430
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1430
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1431
1431
|
};
|
|
1432
1432
|
}>, z.ZodObject<{
|
|
1433
1433
|
data: z.ZodObject<{
|
|
1434
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
1434
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
1435
1435
|
payload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1436
1436
|
priceDropPayload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1437
1437
|
type: z.ZodEnum<["PERCENTAGE", "ABSOLUTE"]>;
|
|
@@ -1476,7 +1476,7 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
1476
1476
|
}>>>;
|
|
1477
1477
|
targetDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
1478
1478
|
}, "strip", z.ZodTypeAny, {
|
|
1479
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1479
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1480
1480
|
payload?: {
|
|
1481
1481
|
priceDropPayload?: {
|
|
1482
1482
|
value: number;
|
|
@@ -1489,7 +1489,7 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
1489
1489
|
} | null | undefined;
|
|
1490
1490
|
targetDate?: Date | null | undefined;
|
|
1491
1491
|
}, {
|
|
1492
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1492
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1493
1493
|
payload?: {
|
|
1494
1494
|
priceDropPayload?: {
|
|
1495
1495
|
value: number;
|
|
@@ -1506,7 +1506,7 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
1506
1506
|
}, "strip", z.ZodTypeAny, {
|
|
1507
1507
|
type: "UPDATING";
|
|
1508
1508
|
data: {
|
|
1509
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1509
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1510
1510
|
payload?: {
|
|
1511
1511
|
priceDropPayload?: {
|
|
1512
1512
|
value: number;
|
|
@@ -1522,7 +1522,7 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
1522
1522
|
}, {
|
|
1523
1523
|
type: "UPDATING";
|
|
1524
1524
|
data: {
|
|
1525
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1525
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1526
1526
|
payload?: {
|
|
1527
1527
|
priceDropPayload?: {
|
|
1528
1528
|
value: number;
|
|
@@ -1570,7 +1570,7 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
1570
1570
|
} | {
|
|
1571
1571
|
type: "FAILED_TO_PUBLISH";
|
|
1572
1572
|
data: {
|
|
1573
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1573
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1574
1574
|
accountId?: string | null | undefined;
|
|
1575
1575
|
reason?: string | null | undefined;
|
|
1576
1576
|
fields?: {
|
|
@@ -1583,7 +1583,7 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
1583
1583
|
} | {
|
|
1584
1584
|
type: "IMAGE_PROCESSING_DONE";
|
|
1585
1585
|
data: {
|
|
1586
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1586
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1587
1587
|
variations?: {
|
|
1588
1588
|
fileId: string;
|
|
1589
1589
|
seed: number;
|
|
@@ -1665,14 +1665,14 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
1665
1665
|
} | {
|
|
1666
1666
|
type: "PUBLISHED";
|
|
1667
1667
|
data: {
|
|
1668
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1668
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1669
1669
|
accountId?: string | null | undefined;
|
|
1670
1670
|
itemHistoryId?: string | null | undefined;
|
|
1671
1671
|
};
|
|
1672
1672
|
} | {
|
|
1673
1673
|
type: "REPUBLISHING";
|
|
1674
1674
|
data: {
|
|
1675
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1675
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1676
1676
|
payload?: {
|
|
1677
1677
|
priceDropPayload?: {
|
|
1678
1678
|
value: number;
|
|
@@ -1706,7 +1706,7 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
1706
1706
|
type: "REPUBLISHING_RETRY";
|
|
1707
1707
|
data: {
|
|
1708
1708
|
maxAttempts: number;
|
|
1709
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1709
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1710
1710
|
attemptNumber: number;
|
|
1711
1711
|
previousHistoryId: string;
|
|
1712
1712
|
originalFailureDate: Date;
|
|
@@ -1743,14 +1743,14 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
1743
1743
|
} | {
|
|
1744
1744
|
type: "SCHEDULED";
|
|
1745
1745
|
data: {
|
|
1746
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1746
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1747
1747
|
publishingDate?: Date | null | undefined;
|
|
1748
1748
|
};
|
|
1749
1749
|
} | {
|
|
1750
1750
|
type: "SCHEDULED_RETRY";
|
|
1751
1751
|
data: {
|
|
1752
1752
|
maxAttempts: number;
|
|
1753
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1753
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1754
1754
|
attemptNumber: number;
|
|
1755
1755
|
previousHistoryId: string;
|
|
1756
1756
|
originalFailureDate: Date;
|
|
@@ -1763,12 +1763,12 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
1763
1763
|
} | {
|
|
1764
1764
|
type: "UPDATED";
|
|
1765
1765
|
data: {
|
|
1766
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1766
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1767
1767
|
};
|
|
1768
1768
|
} | {
|
|
1769
1769
|
type: "UPDATING";
|
|
1770
1770
|
data: {
|
|
1771
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1771
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1772
1772
|
payload?: {
|
|
1773
1773
|
priceDropPayload?: {
|
|
1774
1774
|
value: number;
|
|
@@ -1815,7 +1815,7 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
1815
1815
|
} | {
|
|
1816
1816
|
type: "FAILED_TO_PUBLISH";
|
|
1817
1817
|
data: {
|
|
1818
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1818
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1819
1819
|
accountId?: string | null | undefined;
|
|
1820
1820
|
reason?: string | null | undefined;
|
|
1821
1821
|
fields?: {
|
|
@@ -1828,7 +1828,7 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
1828
1828
|
} | {
|
|
1829
1829
|
type: "IMAGE_PROCESSING_DONE";
|
|
1830
1830
|
data: {
|
|
1831
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1831
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1832
1832
|
variations?: {
|
|
1833
1833
|
fileId: string;
|
|
1834
1834
|
seed: number;
|
|
@@ -1910,14 +1910,14 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
1910
1910
|
} | {
|
|
1911
1911
|
type: "PUBLISHED";
|
|
1912
1912
|
data: {
|
|
1913
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1913
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1914
1914
|
accountId?: string | null | undefined;
|
|
1915
1915
|
itemHistoryId?: string | null | undefined;
|
|
1916
1916
|
};
|
|
1917
1917
|
} | {
|
|
1918
1918
|
type: "REPUBLISHING";
|
|
1919
1919
|
data: {
|
|
1920
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1920
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1921
1921
|
payload?: {
|
|
1922
1922
|
priceDropPayload?: {
|
|
1923
1923
|
value: number;
|
|
@@ -1951,7 +1951,7 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
1951
1951
|
type: "REPUBLISHING_RETRY";
|
|
1952
1952
|
data: {
|
|
1953
1953
|
maxAttempts: number;
|
|
1954
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1954
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1955
1955
|
attemptNumber: number;
|
|
1956
1956
|
previousHistoryId: string;
|
|
1957
1957
|
originalFailureDate: Date;
|
|
@@ -1988,14 +1988,14 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
1988
1988
|
} | {
|
|
1989
1989
|
type: "SCHEDULED";
|
|
1990
1990
|
data: {
|
|
1991
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1991
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1992
1992
|
publishingDate?: Date | null | undefined;
|
|
1993
1993
|
};
|
|
1994
1994
|
} | {
|
|
1995
1995
|
type: "SCHEDULED_RETRY";
|
|
1996
1996
|
data: {
|
|
1997
1997
|
maxAttempts: number;
|
|
1998
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1998
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1999
1999
|
attemptNumber: number;
|
|
2000
2000
|
previousHistoryId: string;
|
|
2001
2001
|
originalFailureDate: Date;
|
|
@@ -2008,12 +2008,12 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
2008
2008
|
} | {
|
|
2009
2009
|
type: "UPDATED";
|
|
2010
2010
|
data: {
|
|
2011
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2011
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2012
2012
|
};
|
|
2013
2013
|
} | {
|
|
2014
2014
|
type: "UPDATING";
|
|
2015
2015
|
data: {
|
|
2016
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2016
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
2017
2017
|
payload?: {
|
|
2018
2018
|
priceDropPayload?: {
|
|
2019
2019
|
value: number;
|