controlresell 2.17.2 → 2.18.0
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/requests/items/republish/RepublishRequest.d.ts +158 -4
- package/src/com/controlresell/api/requests/items/republish/RepublishRequest.d.ts.map +1 -1
- package/src/com/controlresell/api/requests/items/republish/RepublishRequest.js +2 -0
- package/src/com/controlresell/api/requests/items/republish/RepublishRequest.js.map +1 -1
- package/src/com/controlresell/api/requests/items/republish/RepublishRequest.ts +2 -0
- package/src/com/controlresell/api/responses/conversations/MessageStreamResponse.d.ts +47 -0
- package/src/com/controlresell/api/responses/conversations/MessageStreamResponse.d.ts.map +1 -1
- package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts +765 -232
- package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts.map +1 -1
- package/src/com/controlresell/api/responses/items/ListedItem.d.ts +655 -192
- package/src/com/controlresell/api/responses/items/ListedItem.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/Preference.d.ts +472 -0
- package/src/com/controlresell/auth/models/preferences/Preference.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/PreferenceWithCase.d.ts +1416 -0
- package/src/com/controlresell/auth/models/preferences/PreferenceWithCase.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/PreferenceWithChildren.d.ts +996 -0
- package/src/com/controlresell/auth/models/preferences/PreferenceWithChildren.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/cases/CreatePreferenceCasePayload.d.ts +420 -0
- package/src/com/controlresell/auth/models/preferences/cases/CreatePreferenceCasePayload.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/cases/PartialPreferenceCasePayload.d.ts +420 -0
- package/src/com/controlresell/auth/models/preferences/cases/PartialPreferenceCasePayload.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/cases/PreferenceCase.d.ts +420 -0
- package/src/com/controlresell/auth/models/preferences/cases/PreferenceCase.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionPayload.d.ts +212 -0
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionPayload.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionPayloadDecodedPayload.d.ts +322 -0
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionPayloadDecodedPayload.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionPayloadDecodedPayload.js +6 -0
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionPayloadDecodedPayload.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionPayloadDecodedPayload.ts +8 -0
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionsPayload.d.ts +264 -0
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionsPayload.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/queue/PreferenceNextActionPayload.d.ts +1836 -0
- package/src/com/controlresell/auth/models/preferences/queue/PreferenceNextActionPayload.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/variants/PartialPreferenceCaseVariantPayload.d.ts +368 -0
- package/src/com/controlresell/auth/models/preferences/variants/PartialPreferenceCaseVariantPayload.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariant.d.ts +368 -0
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariant.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariantDecodedPayload.d.ts +632 -0
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariantDecodedPayload.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariantPayload.d.ts +368 -0
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariantPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/ConversationOnPlatformUpdateRequest.d.ts +31 -13
- package/src/com/controlresell/models/conversations/ConversationOnPlatformUpdateRequest.d.ts.map +1 -1
- package/src/com/controlresell/models/filters/SavedFilters.d.ts +4 -4
- package/src/com/controlresell/models/filters/SavedFiltersPayload.d.ts +4 -4
- package/src/com/controlresell/models/items/CreatedItems.d.ts +1524 -458
- package/src/com/controlresell/models/items/CreatedItems.d.ts.map +1 -1
- package/src/com/controlresell/models/items/Item.d.ts +1306 -380
- package/src/com/controlresell/models/items/Item.d.ts.map +1 -1
- package/src/com/controlresell/models/items/ItemFiltersContext.d.ts +2 -2
- package/src/com/controlresell/models/items/ItemRepublishPayload.d.ts +109 -0
- package/src/com/controlresell/models/items/ItemRepublishPayload.d.ts.map +1 -0
- package/src/com/controlresell/models/items/ItemRepublishPayload.js +11 -0
- package/src/com/controlresell/models/items/ItemRepublishPayload.js.map +1 -0
- package/src/com/controlresell/models/items/ItemRepublishPayload.ts +12 -0
- package/src/com/controlresell/models/items/ItemUpdate.d.ts +765 -232
- package/src/com/controlresell/models/items/ItemUpdate.d.ts.map +1 -1
- package/src/com/controlresell/models/items/PriceVariationPayload.d.ts +10 -0
- package/src/com/controlresell/models/items/PriceVariationPayload.d.ts.map +1 -0
- package/src/com/controlresell/models/items/PriceVariationPayload.js +5 -0
- package/src/com/controlresell/models/items/PriceVariationPayload.js.map +1 -0
- package/src/com/controlresell/models/items/PriceVariationPayload.ts +6 -0
- package/src/com/controlresell/models/items/UpdatedItem.d.ts +1524 -458
- package/src/com/controlresell/models/items/UpdatedItem.d.ts.map +1 -1
- package/src/com/controlresell/models/items/history/CreateItemHistoryPayload.d.ts +543 -150
- package/src/com/controlresell/models/items/history/CreateItemHistoryPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/items/history/ItemHistory.d.ts +543 -150
- package/src/com/controlresell/models/items/history/ItemHistory.d.ts.map +1 -1
- package/src/com/controlresell/models/items/history/ItemHistoryDecodedPayload.d.ts +870 -224
- package/src/com/controlresell/models/items/history/ItemHistoryDecodedPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/items/history/ItemHistoryTypeWithCount.d.ts +2 -2
- package/src/com/controlresell/models/items/history/data/ItemHistoryDeletedPayload.d.ts +3 -3
- package/src/com/controlresell/models/items/history/data/ItemHistoryDeletedPayload.js +1 -1
- package/src/com/controlresell/models/items/history/data/ItemHistoryDeletedPayload.js.map +1 -1
- package/src/com/controlresell/models/items/history/data/ItemHistoryDeletedPayload.ts +1 -1
- package/src/com/controlresell/models/items/history/data/ItemHistoryImportedPayload.d.ts +14 -0
- package/src/com/controlresell/models/items/history/data/ItemHistoryImportedPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/items/history/data/ItemHistoryRepublishingPayload.d.ts +151 -38
- package/src/com/controlresell/models/items/history/data/ItemHistoryRepublishingPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/items/history/data/ItemHistoryRepublishingPayload.js +3 -4
- package/src/com/controlresell/models/items/history/data/ItemHistoryRepublishingPayload.js.map +1 -1
- package/src/com/controlresell/models/items/history/data/ItemHistoryRepublishingPayload.ts +3 -4
- package/src/com/controlresell/models/items/history/data/ItemHistoryRepublishingRetryPayload.d.ts +151 -35
- package/src/com/controlresell/models/items/history/data/ItemHistoryRepublishingRetryPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/items/history/data/ItemHistoryRepublishingRetryPayload.js +2 -2
- package/src/com/controlresell/models/items/history/data/ItemHistoryRepublishingRetryPayload.js.map +1 -1
- package/src/com/controlresell/models/items/history/data/ItemHistoryRepublishingRetryPayload.ts +2 -2
- package/src/com/controlresell/models/items/history/data/ItemHistoryUpdatingPayload.d.ts +10 -0
- package/src/com/controlresell/models/items/history/data/ItemHistoryUpdatingPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/items/images/ImageVariationSettings.d.ts +31 -0
- package/src/com/controlresell/models/items/images/ImageVariationSettings.d.ts.map +1 -0
- package/src/com/controlresell/models/items/images/ImageVariationSettings.js +12 -0
- package/src/com/controlresell/models/items/images/ImageVariationSettings.js.map +1 -0
- package/src/com/controlresell/models/items/images/ImageVariationSettings.ts +13 -0
- package/src/com/controlresell/models/items/platforms/CreateItemOnPlatformPayload.d.ts +2 -2
- package/src/com/controlresell/models/items/platforms/ItemOnPlatform.d.ts +2 -2
- package/src/com/controlresell/models/items/platforms/ItemOnPlatformUpdateRequest.d.ts +14 -0
- package/src/com/controlresell/models/items/platforms/ItemOnPlatformUpdateRequest.d.ts.map +1 -1
- package/src/com/controlresell/models/items/platforms/UpdateItemOnPlatformPayload.d.ts +2 -2
- package/src/com/controlresell/models/orders/FetchOrdersRequest.d.ts +5 -5
- package/src/com/controlresell/models/orders/FetchOrdersResponse.d.ts +5 -5
- package/src/com/controlresell/models/platforms/orders/BatchUpdateOrdersPayload.d.ts +5 -5
- package/src/com/controlresell/models/platforms/orders/CreateOrderPayload.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/UpdateOrderPayload.d.ts +3 -3
- package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts +892 -289
- package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/items/ItemInOrder.d.ts +4 -4
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts +778 -245
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts.map +1 -1
- package/src/com/controlresell/models/subscriptions/Price.d.ts +2 -2
- package/src/com/controlresell/models/subscriptions/SubscriptionHistory.d.ts +4 -4
- package/src/com/controlresell/models/subscriptions/SubscriptionHistoryMetadata.d.ts +4 -4
- package/src/com/controlresell/models/subscriptions/UserLimitCounter.d.ts +4 -4
- package/src/com/controlresell/models/subscriptions/UserLimits.d.ts +42 -42
- package/src/com/controlresell/models/transactions/Transaction.d.ts +6 -6
- package/src/com/controlresell/models/transactions/items/ItemInTransaction.d.ts +4 -4
- package/src/com/controlresell/models/transactions/items/TransactionWithItems.d.ts +773 -240
- package/src/com/controlresell/models/transactions/items/TransactionWithItems.d.ts.map +1 -1
- package/src/com/controlresell/models/users/ws/ResourceUpdate.d.ts +6 -6
- package/src/com/controlresell/models/users/ws/UserLimitsUpdate.d.ts +56 -56
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts +1654 -588
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/users/ws/UserWsResourcePayload.d.ts +8 -8
- package/src/index.d.ts +3 -0
- package/src/index.d.ts.map +1 -1
- package/src/index.js +3 -0
- package/src/index.js.map +1 -1
- package/src/index.ts +3 -0
|
@@ -237,22 +237,22 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
237
237
|
};
|
|
238
238
|
}>, z.ZodObject<{
|
|
239
239
|
data: z.ZodObject<{
|
|
240
|
-
sourceConversationId: z.ZodString
|
|
240
|
+
sourceConversationId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
241
241
|
}, "strip", z.ZodTypeAny, {
|
|
242
|
-
sourceConversationId
|
|
242
|
+
sourceConversationId?: string | null | undefined;
|
|
243
243
|
}, {
|
|
244
|
-
sourceConversationId
|
|
244
|
+
sourceConversationId?: string | null | undefined;
|
|
245
245
|
}>;
|
|
246
246
|
type: z.ZodLiteral<"DELETED">;
|
|
247
247
|
}, "strip", z.ZodTypeAny, {
|
|
248
248
|
type: "DELETED";
|
|
249
249
|
data: {
|
|
250
|
-
sourceConversationId
|
|
250
|
+
sourceConversationId?: string | null | undefined;
|
|
251
251
|
};
|
|
252
252
|
}, {
|
|
253
253
|
type: "DELETED";
|
|
254
254
|
data: {
|
|
255
|
-
sourceConversationId
|
|
255
|
+
sourceConversationId?: string | null | undefined;
|
|
256
256
|
};
|
|
257
257
|
}>, z.ZodObject<{
|
|
258
258
|
data: z.ZodObject<{
|
|
@@ -479,6 +479,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
479
479
|
title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
480
480
|
isDraft: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
481
481
|
isArchived: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
482
|
+
isHidden: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
483
|
+
isDeleted: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
482
484
|
isUnisex: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
483
485
|
availableQuantity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
484
486
|
material: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
@@ -509,6 +511,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
509
511
|
material?: number[] | null | undefined;
|
|
510
512
|
manufacturerLabelling?: string | null | undefined;
|
|
511
513
|
labels?: string[] | null | undefined;
|
|
514
|
+
isHidden?: boolean | null | undefined;
|
|
515
|
+
isDeleted?: boolean | null | undefined;
|
|
512
516
|
}, {
|
|
513
517
|
status?: string | null | undefined;
|
|
514
518
|
title?: string | null | undefined;
|
|
@@ -534,6 +538,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
534
538
|
material?: number[] | null | undefined;
|
|
535
539
|
manufacturerLabelling?: string | null | undefined;
|
|
536
540
|
labels?: string[] | null | undefined;
|
|
541
|
+
isHidden?: boolean | null | undefined;
|
|
542
|
+
isDeleted?: boolean | null | undefined;
|
|
537
543
|
}>;
|
|
538
544
|
viewsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
539
545
|
favoritesCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -564,6 +570,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
564
570
|
material?: number[] | null | undefined;
|
|
565
571
|
manufacturerLabelling?: string | null | undefined;
|
|
566
572
|
labels?: string[] | null | undefined;
|
|
573
|
+
isHidden?: boolean | null | undefined;
|
|
574
|
+
isDeleted?: boolean | null | undefined;
|
|
567
575
|
};
|
|
568
576
|
createdAt?: Date | null | undefined;
|
|
569
577
|
platformUrl?: string | null | undefined;
|
|
@@ -596,6 +604,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
596
604
|
material?: number[] | null | undefined;
|
|
597
605
|
manufacturerLabelling?: string | null | undefined;
|
|
598
606
|
labels?: string[] | null | undefined;
|
|
607
|
+
isHidden?: boolean | null | undefined;
|
|
608
|
+
isDeleted?: boolean | null | undefined;
|
|
599
609
|
};
|
|
600
610
|
createdAt?: Date | null | undefined;
|
|
601
611
|
platformUrl?: string | null | undefined;
|
|
@@ -630,6 +640,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
630
640
|
material?: number[] | null | undefined;
|
|
631
641
|
manufacturerLabelling?: string | null | undefined;
|
|
632
642
|
labels?: string[] | null | undefined;
|
|
643
|
+
isHidden?: boolean | null | undefined;
|
|
644
|
+
isDeleted?: boolean | null | undefined;
|
|
633
645
|
};
|
|
634
646
|
createdAt?: Date | null | undefined;
|
|
635
647
|
platformUrl?: string | null | undefined;
|
|
@@ -664,6 +676,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
664
676
|
material?: number[] | null | undefined;
|
|
665
677
|
manufacturerLabelling?: string | null | undefined;
|
|
666
678
|
labels?: string[] | null | undefined;
|
|
679
|
+
isHidden?: boolean | null | undefined;
|
|
680
|
+
isDeleted?: boolean | null | undefined;
|
|
667
681
|
};
|
|
668
682
|
createdAt?: Date | null | undefined;
|
|
669
683
|
platformUrl?: string | null | undefined;
|
|
@@ -702,6 +716,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
702
716
|
material?: number[] | null | undefined;
|
|
703
717
|
manufacturerLabelling?: string | null | undefined;
|
|
704
718
|
labels?: string[] | null | undefined;
|
|
719
|
+
isHidden?: boolean | null | undefined;
|
|
720
|
+
isDeleted?: boolean | null | undefined;
|
|
705
721
|
};
|
|
706
722
|
createdAt?: Date | null | undefined;
|
|
707
723
|
platformUrl?: string | null | undefined;
|
|
@@ -739,6 +755,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
739
755
|
material?: number[] | null | undefined;
|
|
740
756
|
manufacturerLabelling?: string | null | undefined;
|
|
741
757
|
labels?: string[] | null | undefined;
|
|
758
|
+
isHidden?: boolean | null | undefined;
|
|
759
|
+
isDeleted?: boolean | null | undefined;
|
|
742
760
|
};
|
|
743
761
|
createdAt?: Date | null | undefined;
|
|
744
762
|
platformUrl?: string | null | undefined;
|
|
@@ -822,99 +840,242 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
822
840
|
data: z.ZodObject<{
|
|
823
841
|
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
824
842
|
publishingDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
843
|
+
payload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
844
|
+
priceDropPayload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
845
|
+
type: z.ZodEnum<["PERCENTAGE", "ABSOLUTE"]>;
|
|
846
|
+
value: z.ZodNumber;
|
|
847
|
+
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
848
|
+
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
849
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
850
|
+
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
851
|
+
}, "strip", z.ZodTypeAny, {
|
|
852
|
+
value: number;
|
|
853
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
854
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
855
|
+
roundStep?: number | null | undefined;
|
|
856
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
857
|
+
maxRounds?: number | null | undefined;
|
|
858
|
+
}, {
|
|
859
|
+
value: number;
|
|
860
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
861
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
862
|
+
roundStep?: number | null | undefined;
|
|
863
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
864
|
+
maxRounds?: number | null | undefined;
|
|
865
|
+
}>>>;
|
|
866
|
+
priceVariationPayload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
867
|
+
amount: z.ZodNumber;
|
|
868
|
+
}, "strip", z.ZodTypeAny, {
|
|
869
|
+
amount: number;
|
|
870
|
+
}, {
|
|
871
|
+
amount: number;
|
|
872
|
+
}>>>;
|
|
873
|
+
rewriteForRepublish: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
874
|
+
imageVariationSettings: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
875
|
+
cropPercentage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
876
|
+
rotationDegrees: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
877
|
+
translationPixels: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
878
|
+
enableToneVariations: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
879
|
+
enableNoiseVariations: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
880
|
+
enableGradientVariation: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
881
|
+
framePercentage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
882
|
+
elasticWarpEnabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
883
|
+
}, "strip", z.ZodTypeAny, {
|
|
884
|
+
cropPercentage?: number | null | undefined;
|
|
885
|
+
rotationDegrees?: number | null | undefined;
|
|
886
|
+
translationPixels?: number | null | undefined;
|
|
887
|
+
enableToneVariations?: boolean | null | undefined;
|
|
888
|
+
enableNoiseVariations?: boolean | null | undefined;
|
|
889
|
+
enableGradientVariation?: boolean | null | undefined;
|
|
890
|
+
framePercentage?: number | null | undefined;
|
|
891
|
+
elasticWarpEnabled?: boolean | null | undefined;
|
|
892
|
+
}, {
|
|
893
|
+
cropPercentage?: number | null | undefined;
|
|
894
|
+
rotationDegrees?: number | null | undefined;
|
|
895
|
+
translationPixels?: number | null | undefined;
|
|
896
|
+
enableToneVariations?: boolean | null | undefined;
|
|
897
|
+
enableNoiseVariations?: boolean | null | undefined;
|
|
898
|
+
enableGradientVariation?: boolean | null | undefined;
|
|
899
|
+
framePercentage?: number | null | undefined;
|
|
900
|
+
elasticWarpEnabled?: boolean | null | undefined;
|
|
901
|
+
}>>>;
|
|
832
902
|
}, "strip", z.ZodTypeAny, {
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
903
|
+
priceDropPayload?: {
|
|
904
|
+
value: number;
|
|
905
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
906
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
907
|
+
roundStep?: number | null | undefined;
|
|
908
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
909
|
+
maxRounds?: number | null | undefined;
|
|
910
|
+
} | null | undefined;
|
|
911
|
+
priceVariationPayload?: {
|
|
912
|
+
amount: number;
|
|
913
|
+
} | null | undefined;
|
|
914
|
+
rewriteForRepublish?: boolean | null | undefined;
|
|
915
|
+
imageVariationSettings?: {
|
|
916
|
+
cropPercentage?: number | null | undefined;
|
|
917
|
+
rotationDegrees?: number | null | undefined;
|
|
918
|
+
translationPixels?: number | null | undefined;
|
|
919
|
+
enableToneVariations?: boolean | null | undefined;
|
|
920
|
+
enableNoiseVariations?: boolean | null | undefined;
|
|
921
|
+
enableGradientVariation?: boolean | null | undefined;
|
|
922
|
+
framePercentage?: number | null | undefined;
|
|
923
|
+
elasticWarpEnabled?: boolean | null | undefined;
|
|
924
|
+
} | null | undefined;
|
|
839
925
|
}, {
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
926
|
+
priceDropPayload?: {
|
|
927
|
+
value: number;
|
|
928
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
929
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
930
|
+
roundStep?: number | null | undefined;
|
|
931
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
932
|
+
maxRounds?: number | null | undefined;
|
|
933
|
+
} | null | undefined;
|
|
934
|
+
priceVariationPayload?: {
|
|
935
|
+
amount: number;
|
|
936
|
+
} | null | undefined;
|
|
937
|
+
rewriteForRepublish?: boolean | null | undefined;
|
|
938
|
+
imageVariationSettings?: {
|
|
939
|
+
cropPercentage?: number | null | undefined;
|
|
940
|
+
rotationDegrees?: number | null | undefined;
|
|
941
|
+
translationPixels?: number | null | undefined;
|
|
942
|
+
enableToneVariations?: boolean | null | undefined;
|
|
943
|
+
enableNoiseVariations?: boolean | null | undefined;
|
|
944
|
+
enableGradientVariation?: boolean | null | undefined;
|
|
945
|
+
framePercentage?: number | null | undefined;
|
|
946
|
+
elasticWarpEnabled?: boolean | null | undefined;
|
|
947
|
+
} | null | undefined;
|
|
846
948
|
}>>>;
|
|
847
949
|
isTransfer: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
848
950
|
targetAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
849
951
|
allowIfDeleted: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
850
|
-
rewriteForRepublish: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
851
952
|
}, "strip", z.ZodTypeAny, {
|
|
852
953
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
954
|
+
payload?: {
|
|
955
|
+
priceDropPayload?: {
|
|
956
|
+
value: number;
|
|
957
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
958
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
959
|
+
roundStep?: number | null | undefined;
|
|
960
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
961
|
+
maxRounds?: number | null | undefined;
|
|
962
|
+
} | null | undefined;
|
|
963
|
+
priceVariationPayload?: {
|
|
964
|
+
amount: number;
|
|
965
|
+
} | null | undefined;
|
|
966
|
+
rewriteForRepublish?: boolean | null | undefined;
|
|
967
|
+
imageVariationSettings?: {
|
|
968
|
+
cropPercentage?: number | null | undefined;
|
|
969
|
+
rotationDegrees?: number | null | undefined;
|
|
970
|
+
translationPixels?: number | null | undefined;
|
|
971
|
+
enableToneVariations?: boolean | null | undefined;
|
|
972
|
+
enableNoiseVariations?: boolean | null | undefined;
|
|
973
|
+
enableGradientVariation?: boolean | null | undefined;
|
|
974
|
+
framePercentage?: number | null | undefined;
|
|
975
|
+
elasticWarpEnabled?: boolean | null | undefined;
|
|
976
|
+
} | null | undefined;
|
|
861
977
|
} | null | undefined;
|
|
978
|
+
publishingDate?: Date | null | undefined;
|
|
862
979
|
isTransfer?: boolean | null | undefined;
|
|
863
980
|
targetAccountId?: string | null | undefined;
|
|
864
981
|
allowIfDeleted?: boolean | null | undefined;
|
|
865
|
-
rewriteForRepublish?: boolean | null | undefined;
|
|
866
982
|
}, {
|
|
867
983
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
984
|
+
payload?: {
|
|
985
|
+
priceDropPayload?: {
|
|
986
|
+
value: number;
|
|
987
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
988
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
989
|
+
roundStep?: number | null | undefined;
|
|
990
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
991
|
+
maxRounds?: number | null | undefined;
|
|
992
|
+
} | null | undefined;
|
|
993
|
+
priceVariationPayload?: {
|
|
994
|
+
amount: number;
|
|
995
|
+
} | null | undefined;
|
|
996
|
+
rewriteForRepublish?: boolean | null | undefined;
|
|
997
|
+
imageVariationSettings?: {
|
|
998
|
+
cropPercentage?: number | null | undefined;
|
|
999
|
+
rotationDegrees?: number | null | undefined;
|
|
1000
|
+
translationPixels?: number | null | undefined;
|
|
1001
|
+
enableToneVariations?: boolean | null | undefined;
|
|
1002
|
+
enableNoiseVariations?: boolean | null | undefined;
|
|
1003
|
+
enableGradientVariation?: boolean | null | undefined;
|
|
1004
|
+
framePercentage?: number | null | undefined;
|
|
1005
|
+
elasticWarpEnabled?: boolean | null | undefined;
|
|
1006
|
+
} | null | undefined;
|
|
876
1007
|
} | null | undefined;
|
|
1008
|
+
publishingDate?: Date | null | undefined;
|
|
877
1009
|
isTransfer?: boolean | null | undefined;
|
|
878
1010
|
targetAccountId?: string | null | undefined;
|
|
879
1011
|
allowIfDeleted?: boolean | null | undefined;
|
|
880
|
-
rewriteForRepublish?: boolean | null | undefined;
|
|
881
1012
|
}>;
|
|
882
1013
|
type: z.ZodLiteral<"REPUBLISHING">;
|
|
883
1014
|
}, "strip", z.ZodTypeAny, {
|
|
884
1015
|
type: "REPUBLISHING";
|
|
885
1016
|
data: {
|
|
886
1017
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
1018
|
+
payload?: {
|
|
1019
|
+
priceDropPayload?: {
|
|
1020
|
+
value: number;
|
|
1021
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1022
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1023
|
+
roundStep?: number | null | undefined;
|
|
1024
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1025
|
+
maxRounds?: number | null | undefined;
|
|
1026
|
+
} | null | undefined;
|
|
1027
|
+
priceVariationPayload?: {
|
|
1028
|
+
amount: number;
|
|
1029
|
+
} | null | undefined;
|
|
1030
|
+
rewriteForRepublish?: boolean | null | undefined;
|
|
1031
|
+
imageVariationSettings?: {
|
|
1032
|
+
cropPercentage?: number | null | undefined;
|
|
1033
|
+
rotationDegrees?: number | null | undefined;
|
|
1034
|
+
translationPixels?: number | null | undefined;
|
|
1035
|
+
enableToneVariations?: boolean | null | undefined;
|
|
1036
|
+
enableNoiseVariations?: boolean | null | undefined;
|
|
1037
|
+
enableGradientVariation?: boolean | null | undefined;
|
|
1038
|
+
framePercentage?: number | null | undefined;
|
|
1039
|
+
elasticWarpEnabled?: boolean | null | undefined;
|
|
1040
|
+
} | null | undefined;
|
|
895
1041
|
} | null | undefined;
|
|
1042
|
+
publishingDate?: Date | null | undefined;
|
|
896
1043
|
isTransfer?: boolean | null | undefined;
|
|
897
1044
|
targetAccountId?: string | null | undefined;
|
|
898
1045
|
allowIfDeleted?: boolean | null | undefined;
|
|
899
|
-
rewriteForRepublish?: boolean | null | undefined;
|
|
900
1046
|
};
|
|
901
1047
|
}, {
|
|
902
1048
|
type: "REPUBLISHING";
|
|
903
1049
|
data: {
|
|
904
1050
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
1051
|
+
payload?: {
|
|
1052
|
+
priceDropPayload?: {
|
|
1053
|
+
value: number;
|
|
1054
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1055
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1056
|
+
roundStep?: number | null | undefined;
|
|
1057
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1058
|
+
maxRounds?: number | null | undefined;
|
|
1059
|
+
} | null | undefined;
|
|
1060
|
+
priceVariationPayload?: {
|
|
1061
|
+
amount: number;
|
|
1062
|
+
} | null | undefined;
|
|
1063
|
+
rewriteForRepublish?: boolean | null | undefined;
|
|
1064
|
+
imageVariationSettings?: {
|
|
1065
|
+
cropPercentage?: number | null | undefined;
|
|
1066
|
+
rotationDegrees?: number | null | undefined;
|
|
1067
|
+
translationPixels?: number | null | undefined;
|
|
1068
|
+
enableToneVariations?: boolean | null | undefined;
|
|
1069
|
+
enableNoiseVariations?: boolean | null | undefined;
|
|
1070
|
+
enableGradientVariation?: boolean | null | undefined;
|
|
1071
|
+
framePercentage?: number | null | undefined;
|
|
1072
|
+
elasticWarpEnabled?: boolean | null | undefined;
|
|
1073
|
+
} | null | undefined;
|
|
913
1074
|
} | null | undefined;
|
|
1075
|
+
publishingDate?: Date | null | undefined;
|
|
914
1076
|
isTransfer?: boolean | null | undefined;
|
|
915
1077
|
targetAccountId?: string | null | undefined;
|
|
916
1078
|
allowIfDeleted?: boolean | null | undefined;
|
|
917
|
-
rewriteForRepublish?: boolean | null | undefined;
|
|
918
1079
|
};
|
|
919
1080
|
}>, z.ZodObject<{
|
|
920
1081
|
data: z.ZodObject<{
|
|
@@ -936,27 +1097,111 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
936
1097
|
autoFixable: boolean;
|
|
937
1098
|
error?: string | null | undefined;
|
|
938
1099
|
}>, "many">>>;
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
1100
|
+
payload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1101
|
+
priceDropPayload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1102
|
+
type: z.ZodEnum<["PERCENTAGE", "ABSOLUTE"]>;
|
|
1103
|
+
value: z.ZodNumber;
|
|
1104
|
+
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
1105
|
+
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1106
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
1107
|
+
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1108
|
+
}, "strip", z.ZodTypeAny, {
|
|
1109
|
+
value: number;
|
|
1110
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1111
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1112
|
+
roundStep?: number | null | undefined;
|
|
1113
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1114
|
+
maxRounds?: number | null | undefined;
|
|
1115
|
+
}, {
|
|
1116
|
+
value: number;
|
|
1117
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1118
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1119
|
+
roundStep?: number | null | undefined;
|
|
1120
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1121
|
+
maxRounds?: number | null | undefined;
|
|
1122
|
+
}>>>;
|
|
1123
|
+
priceVariationPayload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1124
|
+
amount: z.ZodNumber;
|
|
1125
|
+
}, "strip", z.ZodTypeAny, {
|
|
1126
|
+
amount: number;
|
|
1127
|
+
}, {
|
|
1128
|
+
amount: number;
|
|
1129
|
+
}>>>;
|
|
1130
|
+
rewriteForRepublish: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1131
|
+
imageVariationSettings: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1132
|
+
cropPercentage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1133
|
+
rotationDegrees: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1134
|
+
translationPixels: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1135
|
+
enableToneVariations: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1136
|
+
enableNoiseVariations: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1137
|
+
enableGradientVariation: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1138
|
+
framePercentage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1139
|
+
elasticWarpEnabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1140
|
+
}, "strip", z.ZodTypeAny, {
|
|
1141
|
+
cropPercentage?: number | null | undefined;
|
|
1142
|
+
rotationDegrees?: number | null | undefined;
|
|
1143
|
+
translationPixels?: number | null | undefined;
|
|
1144
|
+
enableToneVariations?: boolean | null | undefined;
|
|
1145
|
+
enableNoiseVariations?: boolean | null | undefined;
|
|
1146
|
+
enableGradientVariation?: boolean | null | undefined;
|
|
1147
|
+
framePercentage?: number | null | undefined;
|
|
1148
|
+
elasticWarpEnabled?: boolean | null | undefined;
|
|
1149
|
+
}, {
|
|
1150
|
+
cropPercentage?: number | null | undefined;
|
|
1151
|
+
rotationDegrees?: number | null | undefined;
|
|
1152
|
+
translationPixels?: number | null | undefined;
|
|
1153
|
+
enableToneVariations?: boolean | null | undefined;
|
|
1154
|
+
enableNoiseVariations?: boolean | null | undefined;
|
|
1155
|
+
enableGradientVariation?: boolean | null | undefined;
|
|
1156
|
+
framePercentage?: number | null | undefined;
|
|
1157
|
+
elasticWarpEnabled?: boolean | null | undefined;
|
|
1158
|
+
}>>>;
|
|
946
1159
|
}, "strip", z.ZodTypeAny, {
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
1160
|
+
priceDropPayload?: {
|
|
1161
|
+
value: number;
|
|
1162
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1163
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1164
|
+
roundStep?: number | null | undefined;
|
|
1165
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1166
|
+
maxRounds?: number | null | undefined;
|
|
1167
|
+
} | null | undefined;
|
|
1168
|
+
priceVariationPayload?: {
|
|
1169
|
+
amount: number;
|
|
1170
|
+
} | null | undefined;
|
|
1171
|
+
rewriteForRepublish?: boolean | null | undefined;
|
|
1172
|
+
imageVariationSettings?: {
|
|
1173
|
+
cropPercentage?: number | null | undefined;
|
|
1174
|
+
rotationDegrees?: number | null | undefined;
|
|
1175
|
+
translationPixels?: number | null | undefined;
|
|
1176
|
+
enableToneVariations?: boolean | null | undefined;
|
|
1177
|
+
enableNoiseVariations?: boolean | null | undefined;
|
|
1178
|
+
enableGradientVariation?: boolean | null | undefined;
|
|
1179
|
+
framePercentage?: number | null | undefined;
|
|
1180
|
+
elasticWarpEnabled?: boolean | null | undefined;
|
|
1181
|
+
} | null | undefined;
|
|
953
1182
|
}, {
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
1183
|
+
priceDropPayload?: {
|
|
1184
|
+
value: number;
|
|
1185
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1186
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1187
|
+
roundStep?: number | null | undefined;
|
|
1188
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1189
|
+
maxRounds?: number | null | undefined;
|
|
1190
|
+
} | null | undefined;
|
|
1191
|
+
priceVariationPayload?: {
|
|
1192
|
+
amount: number;
|
|
1193
|
+
} | null | undefined;
|
|
1194
|
+
rewriteForRepublish?: boolean | null | undefined;
|
|
1195
|
+
imageVariationSettings?: {
|
|
1196
|
+
cropPercentage?: number | null | undefined;
|
|
1197
|
+
rotationDegrees?: number | null | undefined;
|
|
1198
|
+
translationPixels?: number | null | undefined;
|
|
1199
|
+
enableToneVariations?: boolean | null | undefined;
|
|
1200
|
+
enableNoiseVariations?: boolean | null | undefined;
|
|
1201
|
+
enableGradientVariation?: boolean | null | undefined;
|
|
1202
|
+
framePercentage?: number | null | undefined;
|
|
1203
|
+
elasticWarpEnabled?: boolean | null | undefined;
|
|
1204
|
+
} | null | undefined;
|
|
960
1205
|
}>>>;
|
|
961
1206
|
}, "strip", z.ZodTypeAny, {
|
|
962
1207
|
maxAttempts: number;
|
|
@@ -964,38 +1209,70 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
964
1209
|
attemptNumber: number;
|
|
965
1210
|
previousHistoryId: string;
|
|
966
1211
|
originalFailureDate: Date;
|
|
1212
|
+
payload?: {
|
|
1213
|
+
priceDropPayload?: {
|
|
1214
|
+
value: number;
|
|
1215
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1216
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1217
|
+
roundStep?: number | null | undefined;
|
|
1218
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1219
|
+
maxRounds?: number | null | undefined;
|
|
1220
|
+
} | null | undefined;
|
|
1221
|
+
priceVariationPayload?: {
|
|
1222
|
+
amount: number;
|
|
1223
|
+
} | null | undefined;
|
|
1224
|
+
rewriteForRepublish?: boolean | null | undefined;
|
|
1225
|
+
imageVariationSettings?: {
|
|
1226
|
+
cropPercentage?: number | null | undefined;
|
|
1227
|
+
rotationDegrees?: number | null | undefined;
|
|
1228
|
+
translationPixels?: number | null | undefined;
|
|
1229
|
+
enableToneVariations?: boolean | null | undefined;
|
|
1230
|
+
enableNoiseVariations?: boolean | null | undefined;
|
|
1231
|
+
enableGradientVariation?: boolean | null | undefined;
|
|
1232
|
+
framePercentage?: number | null | undefined;
|
|
1233
|
+
elasticWarpEnabled?: boolean | null | undefined;
|
|
1234
|
+
} | null | undefined;
|
|
1235
|
+
} | null | undefined;
|
|
967
1236
|
fields?: {
|
|
968
1237
|
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS" | "MATERIAL" | "MEASUREMENT_LENGTH" | "MEASUREMENT_WIDTH" | "IS_UNISEX";
|
|
969
1238
|
autoFixable: boolean;
|
|
970
1239
|
error?: string | null | undefined;
|
|
971
1240
|
}[] | null | undefined;
|
|
972
|
-
priceDropPayload?: {
|
|
973
|
-
value: number;
|
|
974
|
-
type: "PERCENTAGE" | "ABSOLUTE";
|
|
975
|
-
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
976
|
-
roundStep?: number | null | undefined;
|
|
977
|
-
negotiationProfile?: "AUTO" | null | undefined;
|
|
978
|
-
maxRounds?: number | null | undefined;
|
|
979
|
-
} | null | undefined;
|
|
980
1241
|
}, {
|
|
981
1242
|
maxAttempts: number;
|
|
982
1243
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
983
1244
|
attemptNumber: number;
|
|
984
1245
|
previousHistoryId: string;
|
|
985
1246
|
originalFailureDate: Date;
|
|
1247
|
+
payload?: {
|
|
1248
|
+
priceDropPayload?: {
|
|
1249
|
+
value: number;
|
|
1250
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1251
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1252
|
+
roundStep?: number | null | undefined;
|
|
1253
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1254
|
+
maxRounds?: number | null | undefined;
|
|
1255
|
+
} | null | undefined;
|
|
1256
|
+
priceVariationPayload?: {
|
|
1257
|
+
amount: number;
|
|
1258
|
+
} | null | undefined;
|
|
1259
|
+
rewriteForRepublish?: boolean | null | undefined;
|
|
1260
|
+
imageVariationSettings?: {
|
|
1261
|
+
cropPercentage?: number | null | undefined;
|
|
1262
|
+
rotationDegrees?: number | null | undefined;
|
|
1263
|
+
translationPixels?: number | null | undefined;
|
|
1264
|
+
enableToneVariations?: boolean | null | undefined;
|
|
1265
|
+
enableNoiseVariations?: boolean | null | undefined;
|
|
1266
|
+
enableGradientVariation?: boolean | null | undefined;
|
|
1267
|
+
framePercentage?: number | null | undefined;
|
|
1268
|
+
elasticWarpEnabled?: boolean | null | undefined;
|
|
1269
|
+
} | null | undefined;
|
|
1270
|
+
} | null | undefined;
|
|
986
1271
|
fields?: {
|
|
987
1272
|
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS" | "MATERIAL" | "MEASUREMENT_LENGTH" | "MEASUREMENT_WIDTH" | "IS_UNISEX";
|
|
988
1273
|
autoFixable: boolean;
|
|
989
1274
|
error?: string | null | undefined;
|
|
990
1275
|
}[] | null | undefined;
|
|
991
|
-
priceDropPayload?: {
|
|
992
|
-
value: number;
|
|
993
|
-
type: "PERCENTAGE" | "ABSOLUTE";
|
|
994
|
-
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
995
|
-
roundStep?: number | null | undefined;
|
|
996
|
-
negotiationProfile?: "AUTO" | null | undefined;
|
|
997
|
-
maxRounds?: number | null | undefined;
|
|
998
|
-
} | null | undefined;
|
|
999
1276
|
}>;
|
|
1000
1277
|
type: z.ZodLiteral<"REPUBLISHING_RETRY">;
|
|
1001
1278
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1006,19 +1283,35 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1006
1283
|
attemptNumber: number;
|
|
1007
1284
|
previousHistoryId: string;
|
|
1008
1285
|
originalFailureDate: Date;
|
|
1286
|
+
payload?: {
|
|
1287
|
+
priceDropPayload?: {
|
|
1288
|
+
value: number;
|
|
1289
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1290
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1291
|
+
roundStep?: number | null | undefined;
|
|
1292
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1293
|
+
maxRounds?: number | null | undefined;
|
|
1294
|
+
} | null | undefined;
|
|
1295
|
+
priceVariationPayload?: {
|
|
1296
|
+
amount: number;
|
|
1297
|
+
} | null | undefined;
|
|
1298
|
+
rewriteForRepublish?: boolean | null | undefined;
|
|
1299
|
+
imageVariationSettings?: {
|
|
1300
|
+
cropPercentage?: number | null | undefined;
|
|
1301
|
+
rotationDegrees?: number | null | undefined;
|
|
1302
|
+
translationPixels?: number | null | undefined;
|
|
1303
|
+
enableToneVariations?: boolean | null | undefined;
|
|
1304
|
+
enableNoiseVariations?: boolean | null | undefined;
|
|
1305
|
+
enableGradientVariation?: boolean | null | undefined;
|
|
1306
|
+
framePercentage?: number | null | undefined;
|
|
1307
|
+
elasticWarpEnabled?: boolean | null | undefined;
|
|
1308
|
+
} | null | undefined;
|
|
1309
|
+
} | null | undefined;
|
|
1009
1310
|
fields?: {
|
|
1010
1311
|
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS" | "MATERIAL" | "MEASUREMENT_LENGTH" | "MEASUREMENT_WIDTH" | "IS_UNISEX";
|
|
1011
1312
|
autoFixable: boolean;
|
|
1012
1313
|
error?: string | null | undefined;
|
|
1013
1314
|
}[] | null | undefined;
|
|
1014
|
-
priceDropPayload?: {
|
|
1015
|
-
value: number;
|
|
1016
|
-
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1017
|
-
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1018
|
-
roundStep?: number | null | undefined;
|
|
1019
|
-
negotiationProfile?: "AUTO" | null | undefined;
|
|
1020
|
-
maxRounds?: number | null | undefined;
|
|
1021
|
-
} | null | undefined;
|
|
1022
1315
|
};
|
|
1023
1316
|
}, {
|
|
1024
1317
|
type: "REPUBLISHING_RETRY";
|
|
@@ -1028,19 +1321,35 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1028
1321
|
attemptNumber: number;
|
|
1029
1322
|
previousHistoryId: string;
|
|
1030
1323
|
originalFailureDate: Date;
|
|
1324
|
+
payload?: {
|
|
1325
|
+
priceDropPayload?: {
|
|
1326
|
+
value: number;
|
|
1327
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1328
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1329
|
+
roundStep?: number | null | undefined;
|
|
1330
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1331
|
+
maxRounds?: number | null | undefined;
|
|
1332
|
+
} | null | undefined;
|
|
1333
|
+
priceVariationPayload?: {
|
|
1334
|
+
amount: number;
|
|
1335
|
+
} | null | undefined;
|
|
1336
|
+
rewriteForRepublish?: boolean | null | undefined;
|
|
1337
|
+
imageVariationSettings?: {
|
|
1338
|
+
cropPercentage?: number | null | undefined;
|
|
1339
|
+
rotationDegrees?: number | null | undefined;
|
|
1340
|
+
translationPixels?: number | null | undefined;
|
|
1341
|
+
enableToneVariations?: boolean | null | undefined;
|
|
1342
|
+
enableNoiseVariations?: boolean | null | undefined;
|
|
1343
|
+
enableGradientVariation?: boolean | null | undefined;
|
|
1344
|
+
framePercentage?: number | null | undefined;
|
|
1345
|
+
elasticWarpEnabled?: boolean | null | undefined;
|
|
1346
|
+
} | null | undefined;
|
|
1347
|
+
} | null | undefined;
|
|
1031
1348
|
fields?: {
|
|
1032
1349
|
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS" | "MATERIAL" | "MEASUREMENT_LENGTH" | "MEASUREMENT_WIDTH" | "IS_UNISEX";
|
|
1033
1350
|
autoFixable: boolean;
|
|
1034
1351
|
error?: string | null | undefined;
|
|
1035
1352
|
}[] | null | undefined;
|
|
1036
|
-
priceDropPayload?: {
|
|
1037
|
-
value: number;
|
|
1038
|
-
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1039
|
-
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1040
|
-
roundStep?: number | null | undefined;
|
|
1041
|
-
negotiationProfile?: "AUTO" | null | undefined;
|
|
1042
|
-
maxRounds?: number | null | undefined;
|
|
1043
|
-
} | null | undefined;
|
|
1044
1353
|
};
|
|
1045
1354
|
}>, z.ZodObject<{
|
|
1046
1355
|
data: z.ZodObject<{
|
|
@@ -1180,6 +1489,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1180
1489
|
title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1181
1490
|
isDraft: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1182
1491
|
isArchived: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1492
|
+
isHidden: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1493
|
+
isDeleted: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1183
1494
|
isUnisex: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1184
1495
|
availableQuantity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1185
1496
|
material: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
@@ -1210,6 +1521,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1210
1521
|
material?: number[] | null | undefined;
|
|
1211
1522
|
manufacturerLabelling?: string | null | undefined;
|
|
1212
1523
|
labels?: string[] | null | undefined;
|
|
1524
|
+
isHidden?: boolean | null | undefined;
|
|
1525
|
+
isDeleted?: boolean | null | undefined;
|
|
1213
1526
|
}, {
|
|
1214
1527
|
status?: string | null | undefined;
|
|
1215
1528
|
title?: string | null | undefined;
|
|
@@ -1235,6 +1548,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1235
1548
|
material?: number[] | null | undefined;
|
|
1236
1549
|
manufacturerLabelling?: string | null | undefined;
|
|
1237
1550
|
labels?: string[] | null | undefined;
|
|
1551
|
+
isHidden?: boolean | null | undefined;
|
|
1552
|
+
isDeleted?: boolean | null | undefined;
|
|
1238
1553
|
}>>>;
|
|
1239
1554
|
targetDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
1240
1555
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1264,6 +1579,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1264
1579
|
material?: number[] | null | undefined;
|
|
1265
1580
|
manufacturerLabelling?: string | null | undefined;
|
|
1266
1581
|
labels?: string[] | null | undefined;
|
|
1582
|
+
isHidden?: boolean | null | undefined;
|
|
1583
|
+
isDeleted?: boolean | null | undefined;
|
|
1267
1584
|
} | null | undefined;
|
|
1268
1585
|
targetDate?: Date | null | undefined;
|
|
1269
1586
|
}, {
|
|
@@ -1293,6 +1610,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1293
1610
|
material?: number[] | null | undefined;
|
|
1294
1611
|
manufacturerLabelling?: string | null | undefined;
|
|
1295
1612
|
labels?: string[] | null | undefined;
|
|
1613
|
+
isHidden?: boolean | null | undefined;
|
|
1614
|
+
isDeleted?: boolean | null | undefined;
|
|
1296
1615
|
} | null | undefined;
|
|
1297
1616
|
targetDate?: Date | null | undefined;
|
|
1298
1617
|
}>;
|
|
@@ -1326,6 +1645,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1326
1645
|
material?: number[] | null | undefined;
|
|
1327
1646
|
manufacturerLabelling?: string | null | undefined;
|
|
1328
1647
|
labels?: string[] | null | undefined;
|
|
1648
|
+
isHidden?: boolean | null | undefined;
|
|
1649
|
+
isDeleted?: boolean | null | undefined;
|
|
1329
1650
|
} | null | undefined;
|
|
1330
1651
|
targetDate?: Date | null | undefined;
|
|
1331
1652
|
};
|
|
@@ -1358,6 +1679,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1358
1679
|
material?: number[] | null | undefined;
|
|
1359
1680
|
manufacturerLabelling?: string | null | undefined;
|
|
1360
1681
|
labels?: string[] | null | undefined;
|
|
1682
|
+
isHidden?: boolean | null | undefined;
|
|
1683
|
+
isDeleted?: boolean | null | undefined;
|
|
1361
1684
|
} | null | undefined;
|
|
1362
1685
|
targetDate?: Date | null | undefined;
|
|
1363
1686
|
};
|
|
@@ -1368,7 +1691,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1368
1691
|
requestId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1369
1692
|
targetHistoryId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1370
1693
|
}, "strip", z.ZodTypeAny, {
|
|
1371
|
-
type: "CANCELED" | "IMPORTED" | "ARCHIVED" | "UNARCHIVED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "SCHEDULED_RETRY" | "REPUBLISHING_RETRY" | "PUBLISH_CANCELED" | "SCHEDULED" | "REPUBLISHING" | "IMAGE_PROCESSING_DONE" | "REPUBLISHED" | "REPUBLISH_CANCELED" | "UPDATING" | "UPDATED" | "UPDATE_CANCELED" | "DISPUTE" | "
|
|
1694
|
+
type: "DELETING" | "CANCELED" | "IMPORTED" | "ARCHIVED" | "UNARCHIVED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "SCHEDULED_RETRY" | "REPUBLISHING_RETRY" | "PUBLISH_CANCELED" | "SCHEDULED" | "REPUBLISHING" | "IMAGE_PROCESSING_DONE" | "REPUBLISHED" | "REPUBLISH_CANCELED" | "UPDATING" | "UPDATED" | "UPDATE_CANCELED" | "DISPUTE" | "DELETED" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND" | "LIFECYCLE_STARTED" | "LIFECYCLE_COMPLETED" | "LIFECYCLE_CANCELED";
|
|
1372
1695
|
id: string;
|
|
1373
1696
|
createdAt: Date;
|
|
1374
1697
|
itemId: number;
|
|
@@ -1387,7 +1710,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1387
1710
|
} | {
|
|
1388
1711
|
type: "DELETED";
|
|
1389
1712
|
data: {
|
|
1390
|
-
sourceConversationId
|
|
1713
|
+
sourceConversationId?: string | null | undefined;
|
|
1391
1714
|
};
|
|
1392
1715
|
} | {
|
|
1393
1716
|
type: "DELIVERED";
|
|
@@ -1458,6 +1781,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1458
1781
|
material?: number[] | null | undefined;
|
|
1459
1782
|
manufacturerLabelling?: string | null | undefined;
|
|
1460
1783
|
labels?: string[] | null | undefined;
|
|
1784
|
+
isHidden?: boolean | null | undefined;
|
|
1785
|
+
isDeleted?: boolean | null | undefined;
|
|
1461
1786
|
};
|
|
1462
1787
|
createdAt?: Date | null | undefined;
|
|
1463
1788
|
platformUrl?: string | null | undefined;
|
|
@@ -1487,19 +1812,34 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1487
1812
|
type: "REPUBLISHING";
|
|
1488
1813
|
data: {
|
|
1489
1814
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1815
|
+
payload?: {
|
|
1816
|
+
priceDropPayload?: {
|
|
1817
|
+
value: number;
|
|
1818
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1819
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1820
|
+
roundStep?: number | null | undefined;
|
|
1821
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1822
|
+
maxRounds?: number | null | undefined;
|
|
1823
|
+
} | null | undefined;
|
|
1824
|
+
priceVariationPayload?: {
|
|
1825
|
+
amount: number;
|
|
1826
|
+
} | null | undefined;
|
|
1827
|
+
rewriteForRepublish?: boolean | null | undefined;
|
|
1828
|
+
imageVariationSettings?: {
|
|
1829
|
+
cropPercentage?: number | null | undefined;
|
|
1830
|
+
rotationDegrees?: number | null | undefined;
|
|
1831
|
+
translationPixels?: number | null | undefined;
|
|
1832
|
+
enableToneVariations?: boolean | null | undefined;
|
|
1833
|
+
enableNoiseVariations?: boolean | null | undefined;
|
|
1834
|
+
enableGradientVariation?: boolean | null | undefined;
|
|
1835
|
+
framePercentage?: number | null | undefined;
|
|
1836
|
+
elasticWarpEnabled?: boolean | null | undefined;
|
|
1837
|
+
} | null | undefined;
|
|
1498
1838
|
} | null | undefined;
|
|
1839
|
+
publishingDate?: Date | null | undefined;
|
|
1499
1840
|
isTransfer?: boolean | null | undefined;
|
|
1500
1841
|
targetAccountId?: string | null | undefined;
|
|
1501
1842
|
allowIfDeleted?: boolean | null | undefined;
|
|
1502
|
-
rewriteForRepublish?: boolean | null | undefined;
|
|
1503
1843
|
};
|
|
1504
1844
|
} | {
|
|
1505
1845
|
type: "REPUBLISHING_RETRY";
|
|
@@ -1509,19 +1849,35 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1509
1849
|
attemptNumber: number;
|
|
1510
1850
|
previousHistoryId: string;
|
|
1511
1851
|
originalFailureDate: Date;
|
|
1852
|
+
payload?: {
|
|
1853
|
+
priceDropPayload?: {
|
|
1854
|
+
value: number;
|
|
1855
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1856
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1857
|
+
roundStep?: number | null | undefined;
|
|
1858
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1859
|
+
maxRounds?: number | null | undefined;
|
|
1860
|
+
} | null | undefined;
|
|
1861
|
+
priceVariationPayload?: {
|
|
1862
|
+
amount: number;
|
|
1863
|
+
} | null | undefined;
|
|
1864
|
+
rewriteForRepublish?: boolean | null | undefined;
|
|
1865
|
+
imageVariationSettings?: {
|
|
1866
|
+
cropPercentage?: number | null | undefined;
|
|
1867
|
+
rotationDegrees?: number | null | undefined;
|
|
1868
|
+
translationPixels?: number | null | undefined;
|
|
1869
|
+
enableToneVariations?: boolean | null | undefined;
|
|
1870
|
+
enableNoiseVariations?: boolean | null | undefined;
|
|
1871
|
+
enableGradientVariation?: boolean | null | undefined;
|
|
1872
|
+
framePercentage?: number | null | undefined;
|
|
1873
|
+
elasticWarpEnabled?: boolean | null | undefined;
|
|
1874
|
+
} | null | undefined;
|
|
1875
|
+
} | null | undefined;
|
|
1512
1876
|
fields?: {
|
|
1513
1877
|
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS" | "MATERIAL" | "MEASUREMENT_LENGTH" | "MEASUREMENT_WIDTH" | "IS_UNISEX";
|
|
1514
1878
|
autoFixable: boolean;
|
|
1515
1879
|
error?: string | null | undefined;
|
|
1516
1880
|
}[] | null | undefined;
|
|
1517
|
-
priceDropPayload?: {
|
|
1518
|
-
value: number;
|
|
1519
|
-
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1520
|
-
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1521
|
-
roundStep?: number | null | undefined;
|
|
1522
|
-
negotiationProfile?: "AUTO" | null | undefined;
|
|
1523
|
-
maxRounds?: number | null | undefined;
|
|
1524
|
-
} | null | undefined;
|
|
1525
1881
|
};
|
|
1526
1882
|
} | {
|
|
1527
1883
|
type: "SCHEDULED";
|
|
@@ -1577,6 +1933,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1577
1933
|
material?: number[] | null | undefined;
|
|
1578
1934
|
manufacturerLabelling?: string | null | undefined;
|
|
1579
1935
|
labels?: string[] | null | undefined;
|
|
1936
|
+
isHidden?: boolean | null | undefined;
|
|
1937
|
+
isDeleted?: boolean | null | undefined;
|
|
1580
1938
|
} | null | undefined;
|
|
1581
1939
|
targetDate?: Date | null | undefined;
|
|
1582
1940
|
};
|
|
@@ -1586,7 +1944,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1586
1944
|
requestId?: string | null | undefined;
|
|
1587
1945
|
targetHistoryId?: string | null | undefined;
|
|
1588
1946
|
}, {
|
|
1589
|
-
type: "CANCELED" | "IMPORTED" | "ARCHIVED" | "UNARCHIVED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "SCHEDULED_RETRY" | "REPUBLISHING_RETRY" | "PUBLISH_CANCELED" | "SCHEDULED" | "REPUBLISHING" | "IMAGE_PROCESSING_DONE" | "REPUBLISHED" | "REPUBLISH_CANCELED" | "UPDATING" | "UPDATED" | "UPDATE_CANCELED" | "DISPUTE" | "
|
|
1947
|
+
type: "DELETING" | "CANCELED" | "IMPORTED" | "ARCHIVED" | "UNARCHIVED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "SCHEDULED_RETRY" | "REPUBLISHING_RETRY" | "PUBLISH_CANCELED" | "SCHEDULED" | "REPUBLISHING" | "IMAGE_PROCESSING_DONE" | "REPUBLISHED" | "REPUBLISH_CANCELED" | "UPDATING" | "UPDATED" | "UPDATE_CANCELED" | "DISPUTE" | "DELETED" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND" | "LIFECYCLE_STARTED" | "LIFECYCLE_COMPLETED" | "LIFECYCLE_CANCELED";
|
|
1590
1948
|
id: string;
|
|
1591
1949
|
createdAt: Date;
|
|
1592
1950
|
itemId: number;
|
|
@@ -1605,7 +1963,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1605
1963
|
} | {
|
|
1606
1964
|
type: "DELETED";
|
|
1607
1965
|
data: {
|
|
1608
|
-
sourceConversationId
|
|
1966
|
+
sourceConversationId?: string | null | undefined;
|
|
1609
1967
|
};
|
|
1610
1968
|
} | {
|
|
1611
1969
|
type: "DELIVERED";
|
|
@@ -1676,6 +2034,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1676
2034
|
material?: number[] | null | undefined;
|
|
1677
2035
|
manufacturerLabelling?: string | null | undefined;
|
|
1678
2036
|
labels?: string[] | null | undefined;
|
|
2037
|
+
isHidden?: boolean | null | undefined;
|
|
2038
|
+
isDeleted?: boolean | null | undefined;
|
|
1679
2039
|
};
|
|
1680
2040
|
createdAt?: Date | null | undefined;
|
|
1681
2041
|
platformUrl?: string | null | undefined;
|
|
@@ -1705,19 +2065,34 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1705
2065
|
type: "REPUBLISHING";
|
|
1706
2066
|
data: {
|
|
1707
2067
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
2068
|
+
payload?: {
|
|
2069
|
+
priceDropPayload?: {
|
|
2070
|
+
value: number;
|
|
2071
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2072
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2073
|
+
roundStep?: number | null | undefined;
|
|
2074
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2075
|
+
maxRounds?: number | null | undefined;
|
|
2076
|
+
} | null | undefined;
|
|
2077
|
+
priceVariationPayload?: {
|
|
2078
|
+
amount: number;
|
|
2079
|
+
} | null | undefined;
|
|
2080
|
+
rewriteForRepublish?: boolean | null | undefined;
|
|
2081
|
+
imageVariationSettings?: {
|
|
2082
|
+
cropPercentage?: number | null | undefined;
|
|
2083
|
+
rotationDegrees?: number | null | undefined;
|
|
2084
|
+
translationPixels?: number | null | undefined;
|
|
2085
|
+
enableToneVariations?: boolean | null | undefined;
|
|
2086
|
+
enableNoiseVariations?: boolean | null | undefined;
|
|
2087
|
+
enableGradientVariation?: boolean | null | undefined;
|
|
2088
|
+
framePercentage?: number | null | undefined;
|
|
2089
|
+
elasticWarpEnabled?: boolean | null | undefined;
|
|
2090
|
+
} | null | undefined;
|
|
1716
2091
|
} | null | undefined;
|
|
2092
|
+
publishingDate?: Date | null | undefined;
|
|
1717
2093
|
isTransfer?: boolean | null | undefined;
|
|
1718
2094
|
targetAccountId?: string | null | undefined;
|
|
1719
2095
|
allowIfDeleted?: boolean | null | undefined;
|
|
1720
|
-
rewriteForRepublish?: boolean | null | undefined;
|
|
1721
2096
|
};
|
|
1722
2097
|
} | {
|
|
1723
2098
|
type: "REPUBLISHING_RETRY";
|
|
@@ -1727,19 +2102,35 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1727
2102
|
attemptNumber: number;
|
|
1728
2103
|
previousHistoryId: string;
|
|
1729
2104
|
originalFailureDate: Date;
|
|
2105
|
+
payload?: {
|
|
2106
|
+
priceDropPayload?: {
|
|
2107
|
+
value: number;
|
|
2108
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2109
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2110
|
+
roundStep?: number | null | undefined;
|
|
2111
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2112
|
+
maxRounds?: number | null | undefined;
|
|
2113
|
+
} | null | undefined;
|
|
2114
|
+
priceVariationPayload?: {
|
|
2115
|
+
amount: number;
|
|
2116
|
+
} | null | undefined;
|
|
2117
|
+
rewriteForRepublish?: boolean | null | undefined;
|
|
2118
|
+
imageVariationSettings?: {
|
|
2119
|
+
cropPercentage?: number | null | undefined;
|
|
2120
|
+
rotationDegrees?: number | null | undefined;
|
|
2121
|
+
translationPixels?: number | null | undefined;
|
|
2122
|
+
enableToneVariations?: boolean | null | undefined;
|
|
2123
|
+
enableNoiseVariations?: boolean | null | undefined;
|
|
2124
|
+
enableGradientVariation?: boolean | null | undefined;
|
|
2125
|
+
framePercentage?: number | null | undefined;
|
|
2126
|
+
elasticWarpEnabled?: boolean | null | undefined;
|
|
2127
|
+
} | null | undefined;
|
|
2128
|
+
} | null | undefined;
|
|
1730
2129
|
fields?: {
|
|
1731
2130
|
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS" | "MATERIAL" | "MEASUREMENT_LENGTH" | "MEASUREMENT_WIDTH" | "IS_UNISEX";
|
|
1732
2131
|
autoFixable: boolean;
|
|
1733
2132
|
error?: string | null | undefined;
|
|
1734
2133
|
}[] | null | undefined;
|
|
1735
|
-
priceDropPayload?: {
|
|
1736
|
-
value: number;
|
|
1737
|
-
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1738
|
-
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1739
|
-
roundStep?: number | null | undefined;
|
|
1740
|
-
negotiationProfile?: "AUTO" | null | undefined;
|
|
1741
|
-
maxRounds?: number | null | undefined;
|
|
1742
|
-
} | null | undefined;
|
|
1743
2134
|
};
|
|
1744
2135
|
} | {
|
|
1745
2136
|
type: "SCHEDULED";
|
|
@@ -1795,6 +2186,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1795
2186
|
material?: number[] | null | undefined;
|
|
1796
2187
|
manufacturerLabelling?: string | null | undefined;
|
|
1797
2188
|
labels?: string[] | null | undefined;
|
|
2189
|
+
isHidden?: boolean | null | undefined;
|
|
2190
|
+
isDeleted?: boolean | null | undefined;
|
|
1798
2191
|
} | null | undefined;
|
|
1799
2192
|
targetDate?: Date | null | undefined;
|
|
1800
2193
|
};
|
|
@@ -1904,7 +2297,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1904
2297
|
viewsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1905
2298
|
favoritesCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1906
2299
|
}, "strip", z.ZodTypeAny, {
|
|
1907
|
-
status: "PENDING" | "DRAFT" | "ARCHIVED" | "DISPUTE" | "DELETED" | "ONLINE" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN"
|
|
2300
|
+
status: "ERROR" | "PENDING" | "DRAFT" | "ARCHIVED" | "DISPUTE" | "DELETED" | "ONLINE" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN";
|
|
1908
2301
|
id: string;
|
|
1909
2302
|
createdAt: Date;
|
|
1910
2303
|
accountId: string;
|
|
@@ -1941,7 +2334,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1941
2334
|
} | null | undefined;
|
|
1942
2335
|
} | null | undefined;
|
|
1943
2336
|
}, {
|
|
1944
|
-
status: "PENDING" | "DRAFT" | "ARCHIVED" | "DISPUTE" | "DELETED" | "ONLINE" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN"
|
|
2337
|
+
status: "ERROR" | "PENDING" | "DRAFT" | "ARCHIVED" | "DISPUTE" | "DELETED" | "ONLINE" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN";
|
|
1945
2338
|
id: string;
|
|
1946
2339
|
createdAt: Date;
|
|
1947
2340
|
accountId: string;
|
|
@@ -2034,7 +2427,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2034
2427
|
}[] | null | undefined;
|
|
2035
2428
|
sex?: string | null | undefined;
|
|
2036
2429
|
platforms?: {
|
|
2037
|
-
status: "PENDING" | "DRAFT" | "ARCHIVED" | "DISPUTE" | "DELETED" | "ONLINE" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN"
|
|
2430
|
+
status: "ERROR" | "PENDING" | "DRAFT" | "ARCHIVED" | "DISPUTE" | "DELETED" | "ONLINE" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN";
|
|
2038
2431
|
id: string;
|
|
2039
2432
|
createdAt: Date;
|
|
2040
2433
|
accountId: string;
|
|
@@ -2100,7 +2493,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2100
2493
|
sellingPlaceId?: number | null | undefined;
|
|
2101
2494
|
feesSum?: number | null | undefined;
|
|
2102
2495
|
lastHistory?: {
|
|
2103
|
-
type: "CANCELED" | "IMPORTED" | "ARCHIVED" | "UNARCHIVED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "SCHEDULED_RETRY" | "REPUBLISHING_RETRY" | "PUBLISH_CANCELED" | "SCHEDULED" | "REPUBLISHING" | "IMAGE_PROCESSING_DONE" | "REPUBLISHED" | "REPUBLISH_CANCELED" | "UPDATING" | "UPDATED" | "UPDATE_CANCELED" | "DISPUTE" | "
|
|
2496
|
+
type: "DELETING" | "CANCELED" | "IMPORTED" | "ARCHIVED" | "UNARCHIVED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "SCHEDULED_RETRY" | "REPUBLISHING_RETRY" | "PUBLISH_CANCELED" | "SCHEDULED" | "REPUBLISHING" | "IMAGE_PROCESSING_DONE" | "REPUBLISHED" | "REPUBLISH_CANCELED" | "UPDATING" | "UPDATED" | "UPDATE_CANCELED" | "DISPUTE" | "DELETED" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND" | "LIFECYCLE_STARTED" | "LIFECYCLE_COMPLETED" | "LIFECYCLE_CANCELED";
|
|
2104
2497
|
id: string;
|
|
2105
2498
|
createdAt: Date;
|
|
2106
2499
|
itemId: number;
|
|
@@ -2119,7 +2512,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2119
2512
|
} | {
|
|
2120
2513
|
type: "DELETED";
|
|
2121
2514
|
data: {
|
|
2122
|
-
sourceConversationId
|
|
2515
|
+
sourceConversationId?: string | null | undefined;
|
|
2123
2516
|
};
|
|
2124
2517
|
} | {
|
|
2125
2518
|
type: "DELIVERED";
|
|
@@ -2190,6 +2583,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2190
2583
|
material?: number[] | null | undefined;
|
|
2191
2584
|
manufacturerLabelling?: string | null | undefined;
|
|
2192
2585
|
labels?: string[] | null | undefined;
|
|
2586
|
+
isHidden?: boolean | null | undefined;
|
|
2587
|
+
isDeleted?: boolean | null | undefined;
|
|
2193
2588
|
};
|
|
2194
2589
|
createdAt?: Date | null | undefined;
|
|
2195
2590
|
platformUrl?: string | null | undefined;
|
|
@@ -2219,19 +2614,34 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2219
2614
|
type: "REPUBLISHING";
|
|
2220
2615
|
data: {
|
|
2221
2616
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
|
|
2617
|
+
payload?: {
|
|
2618
|
+
priceDropPayload?: {
|
|
2619
|
+
value: number;
|
|
2620
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2621
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2622
|
+
roundStep?: number | null | undefined;
|
|
2623
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2624
|
+
maxRounds?: number | null | undefined;
|
|
2625
|
+
} | null | undefined;
|
|
2626
|
+
priceVariationPayload?: {
|
|
2627
|
+
amount: number;
|
|
2628
|
+
} | null | undefined;
|
|
2629
|
+
rewriteForRepublish?: boolean | null | undefined;
|
|
2630
|
+
imageVariationSettings?: {
|
|
2631
|
+
cropPercentage?: number | null | undefined;
|
|
2632
|
+
rotationDegrees?: number | null | undefined;
|
|
2633
|
+
translationPixels?: number | null | undefined;
|
|
2634
|
+
enableToneVariations?: boolean | null | undefined;
|
|
2635
|
+
enableNoiseVariations?: boolean | null | undefined;
|
|
2636
|
+
enableGradientVariation?: boolean | null | undefined;
|
|
2637
|
+
framePercentage?: number | null | undefined;
|
|
2638
|
+
elasticWarpEnabled?: boolean | null | undefined;
|
|
2639
|
+
} | null | undefined;
|
|
2230
2640
|
} | null | undefined;
|
|
2641
|
+
publishingDate?: Date | null | undefined;
|
|
2231
2642
|
isTransfer?: boolean | null | undefined;
|
|
2232
2643
|
targetAccountId?: string | null | undefined;
|
|
2233
2644
|
allowIfDeleted?: boolean | null | undefined;
|
|
2234
|
-
rewriteForRepublish?: boolean | null | undefined;
|
|
2235
2645
|
};
|
|
2236
2646
|
} | {
|
|
2237
2647
|
type: "REPUBLISHING_RETRY";
|
|
@@ -2241,19 +2651,35 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2241
2651
|
attemptNumber: number;
|
|
2242
2652
|
previousHistoryId: string;
|
|
2243
2653
|
originalFailureDate: Date;
|
|
2654
|
+
payload?: {
|
|
2655
|
+
priceDropPayload?: {
|
|
2656
|
+
value: number;
|
|
2657
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2658
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2659
|
+
roundStep?: number | null | undefined;
|
|
2660
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2661
|
+
maxRounds?: number | null | undefined;
|
|
2662
|
+
} | null | undefined;
|
|
2663
|
+
priceVariationPayload?: {
|
|
2664
|
+
amount: number;
|
|
2665
|
+
} | null | undefined;
|
|
2666
|
+
rewriteForRepublish?: boolean | null | undefined;
|
|
2667
|
+
imageVariationSettings?: {
|
|
2668
|
+
cropPercentage?: number | null | undefined;
|
|
2669
|
+
rotationDegrees?: number | null | undefined;
|
|
2670
|
+
translationPixels?: number | null | undefined;
|
|
2671
|
+
enableToneVariations?: boolean | null | undefined;
|
|
2672
|
+
enableNoiseVariations?: boolean | null | undefined;
|
|
2673
|
+
enableGradientVariation?: boolean | null | undefined;
|
|
2674
|
+
framePercentage?: number | null | undefined;
|
|
2675
|
+
elasticWarpEnabled?: boolean | null | undefined;
|
|
2676
|
+
} | null | undefined;
|
|
2677
|
+
} | null | undefined;
|
|
2244
2678
|
fields?: {
|
|
2245
2679
|
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS" | "MATERIAL" | "MEASUREMENT_LENGTH" | "MEASUREMENT_WIDTH" | "IS_UNISEX";
|
|
2246
2680
|
autoFixable: boolean;
|
|
2247
2681
|
error?: string | null | undefined;
|
|
2248
2682
|
}[] | null | undefined;
|
|
2249
|
-
priceDropPayload?: {
|
|
2250
|
-
value: number;
|
|
2251
|
-
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2252
|
-
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2253
|
-
roundStep?: number | null | undefined;
|
|
2254
|
-
negotiationProfile?: "AUTO" | null | undefined;
|
|
2255
|
-
maxRounds?: number | null | undefined;
|
|
2256
|
-
} | null | undefined;
|
|
2257
2683
|
};
|
|
2258
2684
|
} | {
|
|
2259
2685
|
type: "SCHEDULED";
|
|
@@ -2309,6 +2735,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2309
2735
|
material?: number[] | null | undefined;
|
|
2310
2736
|
manufacturerLabelling?: string | null | undefined;
|
|
2311
2737
|
labels?: string[] | null | undefined;
|
|
2738
|
+
isHidden?: boolean | null | undefined;
|
|
2739
|
+
isDeleted?: boolean | null | undefined;
|
|
2312
2740
|
} | null | undefined;
|
|
2313
2741
|
targetDate?: Date | null | undefined;
|
|
2314
2742
|
};
|
|
@@ -2365,7 +2793,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2365
2793
|
}[] | null | undefined;
|
|
2366
2794
|
sex?: string | null | undefined;
|
|
2367
2795
|
platforms?: {
|
|
2368
|
-
status: "PENDING" | "DRAFT" | "ARCHIVED" | "DISPUTE" | "DELETED" | "ONLINE" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN"
|
|
2796
|
+
status: "ERROR" | "PENDING" | "DRAFT" | "ARCHIVED" | "DISPUTE" | "DELETED" | "ONLINE" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN";
|
|
2369
2797
|
id: string;
|
|
2370
2798
|
createdAt: Date;
|
|
2371
2799
|
accountId: string;
|
|
@@ -2431,7 +2859,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2431
2859
|
sellingPlaceId?: number | null | undefined;
|
|
2432
2860
|
feesSum?: number | null | undefined;
|
|
2433
2861
|
lastHistory?: {
|
|
2434
|
-
type: "CANCELED" | "IMPORTED" | "ARCHIVED" | "UNARCHIVED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "SCHEDULED_RETRY" | "REPUBLISHING_RETRY" | "PUBLISH_CANCELED" | "SCHEDULED" | "REPUBLISHING" | "IMAGE_PROCESSING_DONE" | "REPUBLISHED" | "REPUBLISH_CANCELED" | "UPDATING" | "UPDATED" | "UPDATE_CANCELED" | "DISPUTE" | "
|
|
2862
|
+
type: "DELETING" | "CANCELED" | "IMPORTED" | "ARCHIVED" | "UNARCHIVED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "SCHEDULED_RETRY" | "REPUBLISHING_RETRY" | "PUBLISH_CANCELED" | "SCHEDULED" | "REPUBLISHING" | "IMAGE_PROCESSING_DONE" | "REPUBLISHED" | "REPUBLISH_CANCELED" | "UPDATING" | "UPDATED" | "UPDATE_CANCELED" | "DISPUTE" | "DELETED" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND" | "LIFECYCLE_STARTED" | "LIFECYCLE_COMPLETED" | "LIFECYCLE_CANCELED";
|
|
2435
2863
|
id: string;
|
|
2436
2864
|
createdAt: Date;
|
|
2437
2865
|
itemId: number;
|
|
@@ -2450,7 +2878,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2450
2878
|
} | {
|
|
2451
2879
|
type: "DELETED";
|
|
2452
2880
|
data: {
|
|
2453
|
-
sourceConversationId
|
|
2881
|
+
sourceConversationId?: string | null | undefined;
|
|
2454
2882
|
};
|
|
2455
2883
|
} | {
|
|
2456
2884
|
type: "DELIVERED";
|
|
@@ -2521,6 +2949,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2521
2949
|
material?: number[] | null | undefined;
|
|
2522
2950
|
manufacturerLabelling?: string | null | undefined;
|
|
2523
2951
|
labels?: string[] | null | undefined;
|
|
2952
|
+
isHidden?: boolean | null | undefined;
|
|
2953
|
+
isDeleted?: boolean | null | undefined;
|
|
2524
2954
|
};
|
|
2525
2955
|
createdAt?: Date | null | undefined;
|
|
2526
2956
|
platformUrl?: string | null | undefined;
|
|
@@ -2550,19 +2980,34 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2550
2980
|
type: "REPUBLISHING";
|
|
2551
2981
|
data: {
|
|
2552
2982
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2553
|
-
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
|
|
2558
|
-
|
|
2559
|
-
|
|
2560
|
-
|
|
2983
|
+
payload?: {
|
|
2984
|
+
priceDropPayload?: {
|
|
2985
|
+
value: number;
|
|
2986
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2987
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2988
|
+
roundStep?: number | null | undefined;
|
|
2989
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2990
|
+
maxRounds?: number | null | undefined;
|
|
2991
|
+
} | null | undefined;
|
|
2992
|
+
priceVariationPayload?: {
|
|
2993
|
+
amount: number;
|
|
2994
|
+
} | null | undefined;
|
|
2995
|
+
rewriteForRepublish?: boolean | null | undefined;
|
|
2996
|
+
imageVariationSettings?: {
|
|
2997
|
+
cropPercentage?: number | null | undefined;
|
|
2998
|
+
rotationDegrees?: number | null | undefined;
|
|
2999
|
+
translationPixels?: number | null | undefined;
|
|
3000
|
+
enableToneVariations?: boolean | null | undefined;
|
|
3001
|
+
enableNoiseVariations?: boolean | null | undefined;
|
|
3002
|
+
enableGradientVariation?: boolean | null | undefined;
|
|
3003
|
+
framePercentage?: number | null | undefined;
|
|
3004
|
+
elasticWarpEnabled?: boolean | null | undefined;
|
|
3005
|
+
} | null | undefined;
|
|
2561
3006
|
} | null | undefined;
|
|
3007
|
+
publishingDate?: Date | null | undefined;
|
|
2562
3008
|
isTransfer?: boolean | null | undefined;
|
|
2563
3009
|
targetAccountId?: string | null | undefined;
|
|
2564
3010
|
allowIfDeleted?: boolean | null | undefined;
|
|
2565
|
-
rewriteForRepublish?: boolean | null | undefined;
|
|
2566
3011
|
};
|
|
2567
3012
|
} | {
|
|
2568
3013
|
type: "REPUBLISHING_RETRY";
|
|
@@ -2572,19 +3017,35 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2572
3017
|
attemptNumber: number;
|
|
2573
3018
|
previousHistoryId: string;
|
|
2574
3019
|
originalFailureDate: Date;
|
|
3020
|
+
payload?: {
|
|
3021
|
+
priceDropPayload?: {
|
|
3022
|
+
value: number;
|
|
3023
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3024
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3025
|
+
roundStep?: number | null | undefined;
|
|
3026
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3027
|
+
maxRounds?: number | null | undefined;
|
|
3028
|
+
} | null | undefined;
|
|
3029
|
+
priceVariationPayload?: {
|
|
3030
|
+
amount: number;
|
|
3031
|
+
} | null | undefined;
|
|
3032
|
+
rewriteForRepublish?: boolean | null | undefined;
|
|
3033
|
+
imageVariationSettings?: {
|
|
3034
|
+
cropPercentage?: number | null | undefined;
|
|
3035
|
+
rotationDegrees?: number | null | undefined;
|
|
3036
|
+
translationPixels?: number | null | undefined;
|
|
3037
|
+
enableToneVariations?: boolean | null | undefined;
|
|
3038
|
+
enableNoiseVariations?: boolean | null | undefined;
|
|
3039
|
+
enableGradientVariation?: boolean | null | undefined;
|
|
3040
|
+
framePercentage?: number | null | undefined;
|
|
3041
|
+
elasticWarpEnabled?: boolean | null | undefined;
|
|
3042
|
+
} | null | undefined;
|
|
3043
|
+
} | null | undefined;
|
|
2575
3044
|
fields?: {
|
|
2576
3045
|
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS" | "MATERIAL" | "MEASUREMENT_LENGTH" | "MEASUREMENT_WIDTH" | "IS_UNISEX";
|
|
2577
3046
|
autoFixable: boolean;
|
|
2578
3047
|
error?: string | null | undefined;
|
|
2579
3048
|
}[] | null | undefined;
|
|
2580
|
-
priceDropPayload?: {
|
|
2581
|
-
value: number;
|
|
2582
|
-
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2583
|
-
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2584
|
-
roundStep?: number | null | undefined;
|
|
2585
|
-
negotiationProfile?: "AUTO" | null | undefined;
|
|
2586
|
-
maxRounds?: number | null | undefined;
|
|
2587
|
-
} | null | undefined;
|
|
2588
3049
|
};
|
|
2589
3050
|
} | {
|
|
2590
3051
|
type: "SCHEDULED";
|
|
@@ -2640,6 +3101,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2640
3101
|
material?: number[] | null | undefined;
|
|
2641
3102
|
manufacturerLabelling?: string | null | undefined;
|
|
2642
3103
|
labels?: string[] | null | undefined;
|
|
3104
|
+
isHidden?: boolean | null | undefined;
|
|
3105
|
+
isDeleted?: boolean | null | undefined;
|
|
2643
3106
|
} | null | undefined;
|
|
2644
3107
|
targetDate?: Date | null | undefined;
|
|
2645
3108
|
};
|
|
@@ -2701,7 +3164,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2701
3164
|
}[] | null | undefined;
|
|
2702
3165
|
sex?: string | null | undefined;
|
|
2703
3166
|
platforms?: {
|
|
2704
|
-
status: "PENDING" | "DRAFT" | "ARCHIVED" | "DISPUTE" | "DELETED" | "ONLINE" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN"
|
|
3167
|
+
status: "ERROR" | "PENDING" | "DRAFT" | "ARCHIVED" | "DISPUTE" | "DELETED" | "ONLINE" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN";
|
|
2705
3168
|
id: string;
|
|
2706
3169
|
createdAt: Date;
|
|
2707
3170
|
accountId: string;
|
|
@@ -2767,7 +3230,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2767
3230
|
sellingPlaceId?: number | null | undefined;
|
|
2768
3231
|
feesSum?: number | null | undefined;
|
|
2769
3232
|
lastHistory?: {
|
|
2770
|
-
type: "CANCELED" | "IMPORTED" | "ARCHIVED" | "UNARCHIVED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "SCHEDULED_RETRY" | "REPUBLISHING_RETRY" | "PUBLISH_CANCELED" | "SCHEDULED" | "REPUBLISHING" | "IMAGE_PROCESSING_DONE" | "REPUBLISHED" | "REPUBLISH_CANCELED" | "UPDATING" | "UPDATED" | "UPDATE_CANCELED" | "DISPUTE" | "
|
|
3233
|
+
type: "DELETING" | "CANCELED" | "IMPORTED" | "ARCHIVED" | "UNARCHIVED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "SCHEDULED_RETRY" | "REPUBLISHING_RETRY" | "PUBLISH_CANCELED" | "SCHEDULED" | "REPUBLISHING" | "IMAGE_PROCESSING_DONE" | "REPUBLISHED" | "REPUBLISH_CANCELED" | "UPDATING" | "UPDATED" | "UPDATE_CANCELED" | "DISPUTE" | "DELETED" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND" | "LIFECYCLE_STARTED" | "LIFECYCLE_COMPLETED" | "LIFECYCLE_CANCELED";
|
|
2771
3234
|
id: string;
|
|
2772
3235
|
createdAt: Date;
|
|
2773
3236
|
itemId: number;
|
|
@@ -2786,7 +3249,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2786
3249
|
} | {
|
|
2787
3250
|
type: "DELETED";
|
|
2788
3251
|
data: {
|
|
2789
|
-
sourceConversationId
|
|
3252
|
+
sourceConversationId?: string | null | undefined;
|
|
2790
3253
|
};
|
|
2791
3254
|
} | {
|
|
2792
3255
|
type: "DELIVERED";
|
|
@@ -2857,6 +3320,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2857
3320
|
material?: number[] | null | undefined;
|
|
2858
3321
|
manufacturerLabelling?: string | null | undefined;
|
|
2859
3322
|
labels?: string[] | null | undefined;
|
|
3323
|
+
isHidden?: boolean | null | undefined;
|
|
3324
|
+
isDeleted?: boolean | null | undefined;
|
|
2860
3325
|
};
|
|
2861
3326
|
createdAt?: Date | null | undefined;
|
|
2862
3327
|
platformUrl?: string | null | undefined;
|
|
@@ -2886,19 +3351,34 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2886
3351
|
type: "REPUBLISHING";
|
|
2887
3352
|
data: {
|
|
2888
3353
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2889
|
-
|
|
2890
|
-
|
|
2891
|
-
|
|
2892
|
-
|
|
2893
|
-
|
|
2894
|
-
|
|
2895
|
-
|
|
2896
|
-
|
|
3354
|
+
payload?: {
|
|
3355
|
+
priceDropPayload?: {
|
|
3356
|
+
value: number;
|
|
3357
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3358
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3359
|
+
roundStep?: number | null | undefined;
|
|
3360
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3361
|
+
maxRounds?: number | null | undefined;
|
|
3362
|
+
} | null | undefined;
|
|
3363
|
+
priceVariationPayload?: {
|
|
3364
|
+
amount: number;
|
|
3365
|
+
} | null | undefined;
|
|
3366
|
+
rewriteForRepublish?: boolean | null | undefined;
|
|
3367
|
+
imageVariationSettings?: {
|
|
3368
|
+
cropPercentage?: number | null | undefined;
|
|
3369
|
+
rotationDegrees?: number | null | undefined;
|
|
3370
|
+
translationPixels?: number | null | undefined;
|
|
3371
|
+
enableToneVariations?: boolean | null | undefined;
|
|
3372
|
+
enableNoiseVariations?: boolean | null | undefined;
|
|
3373
|
+
enableGradientVariation?: boolean | null | undefined;
|
|
3374
|
+
framePercentage?: number | null | undefined;
|
|
3375
|
+
elasticWarpEnabled?: boolean | null | undefined;
|
|
3376
|
+
} | null | undefined;
|
|
2897
3377
|
} | null | undefined;
|
|
3378
|
+
publishingDate?: Date | null | undefined;
|
|
2898
3379
|
isTransfer?: boolean | null | undefined;
|
|
2899
3380
|
targetAccountId?: string | null | undefined;
|
|
2900
3381
|
allowIfDeleted?: boolean | null | undefined;
|
|
2901
|
-
rewriteForRepublish?: boolean | null | undefined;
|
|
2902
3382
|
};
|
|
2903
3383
|
} | {
|
|
2904
3384
|
type: "REPUBLISHING_RETRY";
|
|
@@ -2908,19 +3388,35 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2908
3388
|
attemptNumber: number;
|
|
2909
3389
|
previousHistoryId: string;
|
|
2910
3390
|
originalFailureDate: Date;
|
|
3391
|
+
payload?: {
|
|
3392
|
+
priceDropPayload?: {
|
|
3393
|
+
value: number;
|
|
3394
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3395
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3396
|
+
roundStep?: number | null | undefined;
|
|
3397
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3398
|
+
maxRounds?: number | null | undefined;
|
|
3399
|
+
} | null | undefined;
|
|
3400
|
+
priceVariationPayload?: {
|
|
3401
|
+
amount: number;
|
|
3402
|
+
} | null | undefined;
|
|
3403
|
+
rewriteForRepublish?: boolean | null | undefined;
|
|
3404
|
+
imageVariationSettings?: {
|
|
3405
|
+
cropPercentage?: number | null | undefined;
|
|
3406
|
+
rotationDegrees?: number | null | undefined;
|
|
3407
|
+
translationPixels?: number | null | undefined;
|
|
3408
|
+
enableToneVariations?: boolean | null | undefined;
|
|
3409
|
+
enableNoiseVariations?: boolean | null | undefined;
|
|
3410
|
+
enableGradientVariation?: boolean | null | undefined;
|
|
3411
|
+
framePercentage?: number | null | undefined;
|
|
3412
|
+
elasticWarpEnabled?: boolean | null | undefined;
|
|
3413
|
+
} | null | undefined;
|
|
3414
|
+
} | null | undefined;
|
|
2911
3415
|
fields?: {
|
|
2912
3416
|
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS" | "MATERIAL" | "MEASUREMENT_LENGTH" | "MEASUREMENT_WIDTH" | "IS_UNISEX";
|
|
2913
3417
|
autoFixable: boolean;
|
|
2914
3418
|
error?: string | null | undefined;
|
|
2915
3419
|
}[] | null | undefined;
|
|
2916
|
-
priceDropPayload?: {
|
|
2917
|
-
value: number;
|
|
2918
|
-
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2919
|
-
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2920
|
-
roundStep?: number | null | undefined;
|
|
2921
|
-
negotiationProfile?: "AUTO" | null | undefined;
|
|
2922
|
-
maxRounds?: number | null | undefined;
|
|
2923
|
-
} | null | undefined;
|
|
2924
3420
|
};
|
|
2925
3421
|
} | {
|
|
2926
3422
|
type: "SCHEDULED";
|
|
@@ -2976,6 +3472,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2976
3472
|
material?: number[] | null | undefined;
|
|
2977
3473
|
manufacturerLabelling?: string | null | undefined;
|
|
2978
3474
|
labels?: string[] | null | undefined;
|
|
3475
|
+
isHidden?: boolean | null | undefined;
|
|
3476
|
+
isDeleted?: boolean | null | undefined;
|
|
2979
3477
|
} | null | undefined;
|
|
2980
3478
|
targetDate?: Date | null | undefined;
|
|
2981
3479
|
};
|
|
@@ -3038,7 +3536,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
3038
3536
|
}[] | null | undefined;
|
|
3039
3537
|
sex?: string | null | undefined;
|
|
3040
3538
|
platforms?: {
|
|
3041
|
-
status: "PENDING" | "DRAFT" | "ARCHIVED" | "DISPUTE" | "DELETED" | "ONLINE" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN"
|
|
3539
|
+
status: "ERROR" | "PENDING" | "DRAFT" | "ARCHIVED" | "DISPUTE" | "DELETED" | "ONLINE" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN";
|
|
3042
3540
|
id: string;
|
|
3043
3541
|
createdAt: Date;
|
|
3044
3542
|
accountId: string;
|
|
@@ -3104,7 +3602,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
3104
3602
|
sellingPlaceId?: number | null | undefined;
|
|
3105
3603
|
feesSum?: number | null | undefined;
|
|
3106
3604
|
lastHistory?: {
|
|
3107
|
-
type: "CANCELED" | "IMPORTED" | "ARCHIVED" | "UNARCHIVED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "SCHEDULED_RETRY" | "REPUBLISHING_RETRY" | "PUBLISH_CANCELED" | "SCHEDULED" | "REPUBLISHING" | "IMAGE_PROCESSING_DONE" | "REPUBLISHED" | "REPUBLISH_CANCELED" | "UPDATING" | "UPDATED" | "UPDATE_CANCELED" | "DISPUTE" | "
|
|
3605
|
+
type: "DELETING" | "CANCELED" | "IMPORTED" | "ARCHIVED" | "UNARCHIVED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "SCHEDULED_RETRY" | "REPUBLISHING_RETRY" | "PUBLISH_CANCELED" | "SCHEDULED" | "REPUBLISHING" | "IMAGE_PROCESSING_DONE" | "REPUBLISHED" | "REPUBLISH_CANCELED" | "UPDATING" | "UPDATED" | "UPDATE_CANCELED" | "DISPUTE" | "DELETED" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND" | "LIFECYCLE_STARTED" | "LIFECYCLE_COMPLETED" | "LIFECYCLE_CANCELED";
|
|
3108
3606
|
id: string;
|
|
3109
3607
|
createdAt: Date;
|
|
3110
3608
|
itemId: number;
|
|
@@ -3123,7 +3621,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
3123
3621
|
} | {
|
|
3124
3622
|
type: "DELETED";
|
|
3125
3623
|
data: {
|
|
3126
|
-
sourceConversationId
|
|
3624
|
+
sourceConversationId?: string | null | undefined;
|
|
3127
3625
|
};
|
|
3128
3626
|
} | {
|
|
3129
3627
|
type: "DELIVERED";
|
|
@@ -3194,6 +3692,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
3194
3692
|
material?: number[] | null | undefined;
|
|
3195
3693
|
manufacturerLabelling?: string | null | undefined;
|
|
3196
3694
|
labels?: string[] | null | undefined;
|
|
3695
|
+
isHidden?: boolean | null | undefined;
|
|
3696
|
+
isDeleted?: boolean | null | undefined;
|
|
3197
3697
|
};
|
|
3198
3698
|
createdAt?: Date | null | undefined;
|
|
3199
3699
|
platformUrl?: string | null | undefined;
|
|
@@ -3223,19 +3723,34 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
3223
3723
|
type: "REPUBLISHING";
|
|
3224
3724
|
data: {
|
|
3225
3725
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3226
|
-
|
|
3227
|
-
|
|
3228
|
-
|
|
3229
|
-
|
|
3230
|
-
|
|
3231
|
-
|
|
3232
|
-
|
|
3233
|
-
|
|
3726
|
+
payload?: {
|
|
3727
|
+
priceDropPayload?: {
|
|
3728
|
+
value: number;
|
|
3729
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3730
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3731
|
+
roundStep?: number | null | undefined;
|
|
3732
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3733
|
+
maxRounds?: number | null | undefined;
|
|
3734
|
+
} | null | undefined;
|
|
3735
|
+
priceVariationPayload?: {
|
|
3736
|
+
amount: number;
|
|
3737
|
+
} | null | undefined;
|
|
3738
|
+
rewriteForRepublish?: boolean | null | undefined;
|
|
3739
|
+
imageVariationSettings?: {
|
|
3740
|
+
cropPercentage?: number | null | undefined;
|
|
3741
|
+
rotationDegrees?: number | null | undefined;
|
|
3742
|
+
translationPixels?: number | null | undefined;
|
|
3743
|
+
enableToneVariations?: boolean | null | undefined;
|
|
3744
|
+
enableNoiseVariations?: boolean | null | undefined;
|
|
3745
|
+
enableGradientVariation?: boolean | null | undefined;
|
|
3746
|
+
framePercentage?: number | null | undefined;
|
|
3747
|
+
elasticWarpEnabled?: boolean | null | undefined;
|
|
3748
|
+
} | null | undefined;
|
|
3234
3749
|
} | null | undefined;
|
|
3750
|
+
publishingDate?: Date | null | undefined;
|
|
3235
3751
|
isTransfer?: boolean | null | undefined;
|
|
3236
3752
|
targetAccountId?: string | null | undefined;
|
|
3237
3753
|
allowIfDeleted?: boolean | null | undefined;
|
|
3238
|
-
rewriteForRepublish?: boolean | null | undefined;
|
|
3239
3754
|
};
|
|
3240
3755
|
} | {
|
|
3241
3756
|
type: "REPUBLISHING_RETRY";
|
|
@@ -3245,19 +3760,35 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
3245
3760
|
attemptNumber: number;
|
|
3246
3761
|
previousHistoryId: string;
|
|
3247
3762
|
originalFailureDate: Date;
|
|
3763
|
+
payload?: {
|
|
3764
|
+
priceDropPayload?: {
|
|
3765
|
+
value: number;
|
|
3766
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3767
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3768
|
+
roundStep?: number | null | undefined;
|
|
3769
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3770
|
+
maxRounds?: number | null | undefined;
|
|
3771
|
+
} | null | undefined;
|
|
3772
|
+
priceVariationPayload?: {
|
|
3773
|
+
amount: number;
|
|
3774
|
+
} | null | undefined;
|
|
3775
|
+
rewriteForRepublish?: boolean | null | undefined;
|
|
3776
|
+
imageVariationSettings?: {
|
|
3777
|
+
cropPercentage?: number | null | undefined;
|
|
3778
|
+
rotationDegrees?: number | null | undefined;
|
|
3779
|
+
translationPixels?: number | null | undefined;
|
|
3780
|
+
enableToneVariations?: boolean | null | undefined;
|
|
3781
|
+
enableNoiseVariations?: boolean | null | undefined;
|
|
3782
|
+
enableGradientVariation?: boolean | null | undefined;
|
|
3783
|
+
framePercentage?: number | null | undefined;
|
|
3784
|
+
elasticWarpEnabled?: boolean | null | undefined;
|
|
3785
|
+
} | null | undefined;
|
|
3786
|
+
} | null | undefined;
|
|
3248
3787
|
fields?: {
|
|
3249
3788
|
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS" | "MATERIAL" | "MEASUREMENT_LENGTH" | "MEASUREMENT_WIDTH" | "IS_UNISEX";
|
|
3250
3789
|
autoFixable: boolean;
|
|
3251
3790
|
error?: string | null | undefined;
|
|
3252
3791
|
}[] | null | undefined;
|
|
3253
|
-
priceDropPayload?: {
|
|
3254
|
-
value: number;
|
|
3255
|
-
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3256
|
-
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3257
|
-
roundStep?: number | null | undefined;
|
|
3258
|
-
negotiationProfile?: "AUTO" | null | undefined;
|
|
3259
|
-
maxRounds?: number | null | undefined;
|
|
3260
|
-
} | null | undefined;
|
|
3261
3792
|
};
|
|
3262
3793
|
} | {
|
|
3263
3794
|
type: "SCHEDULED";
|
|
@@ -3313,6 +3844,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
3313
3844
|
material?: number[] | null | undefined;
|
|
3314
3845
|
manufacturerLabelling?: string | null | undefined;
|
|
3315
3846
|
labels?: string[] | null | undefined;
|
|
3847
|
+
isHidden?: boolean | null | undefined;
|
|
3848
|
+
isDeleted?: boolean | null | undefined;
|
|
3316
3849
|
} | null | undefined;
|
|
3317
3850
|
targetDate?: Date | null | undefined;
|
|
3318
3851
|
};
|