controlresell 2.8.50 → 2.8.52
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 +9 -10
- package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/pricedrop}/PriceDropRequest.d.ts +1 -1
- package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/pricedrop}/PriceDropRequest.js +2 -2
- package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/pricedrop}/PriceDropRequest.js.map +1 -1
- package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/pricedrop}/PriceDropRequest.ts +2 -2
- package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/publish}/AutomaticPublishRequestItem.d.ts +2 -2
- package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/publish}/ManualPublishRequestItem.d.ts +6 -6
- package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/publish}/PublishRequest.d.ts +23 -71
- package/src/com/controlresell/api/requests/items/publish/PublishRequest.d.ts.map +1 -0
- package/src/com/controlresell/api/requests/items/publish/PublishRequest.js +11 -0
- package/src/com/controlresell/api/requests/items/publish/PublishRequest.js.map +1 -0
- package/src/com/controlresell/api/requests/items/publish/PublishRequest.ts +9 -0
- package/src/com/controlresell/{inventory/models/items/requests/PublishRequestItem.d.ts → api/requests/items/publish/PublishRequestItems.d.ts} +19 -19
- package/src/com/controlresell/api/requests/items/publish/PublishRequestItems.d.ts.map +1 -0
- package/src/com/controlresell/{inventory/models/items/requests/PublishRequestItem.js → api/requests/items/publish/PublishRequestItems.js} +3 -3
- package/src/com/controlresell/api/requests/items/publish/PublishRequestItems.js.map +1 -0
- package/src/com/controlresell/{inventory/models/items/requests/PublishRequestItem.ts → api/requests/items/publish/PublishRequestItems.ts} +2 -2
- package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/publish}/PublishTimeSlot.d.ts +2 -2
- package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/republish}/RepublishRequest.d.ts +88 -88
- package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/republish}/RepublishRequest.js +5 -5
- package/src/com/controlresell/api/requests/items/republish/RepublishRequest.js.map +1 -0
- package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/republish}/RepublishRequest.ts +5 -5
- package/src/com/controlresell/api/requests/quizresponses/CreateQuizResponseRequest.d.ts +22 -0
- package/src/com/controlresell/api/requests/quizresponses/CreateQuizResponseRequest.d.ts.map +1 -0
- package/src/com/controlresell/api/requests/quizresponses/CreateQuizResponseRequest.js +12 -0
- package/src/com/controlresell/api/requests/quizresponses/CreateQuizResponseRequest.js.map +1 -0
- package/src/com/controlresell/api/requests/quizresponses/CreateQuizResponseRequest.ts +10 -0
- package/src/com/controlresell/api/requests/subscriptions/CreateSubscriptionPaymentLinkRequest.d.ts +9 -0
- package/src/com/controlresell/api/requests/subscriptions/CreateSubscriptionPaymentLinkRequest.d.ts.map +1 -1
- package/src/com/controlresell/api/requests/subscriptions/CreateSubscriptionPaymentLinkRequest.js +4 -1
- package/src/com/controlresell/api/requests/subscriptions/CreateSubscriptionPaymentLinkRequest.js.map +1 -1
- package/src/com/controlresell/api/requests/subscriptions/CreateSubscriptionPaymentLinkRequest.ts +4 -1
- package/src/com/controlresell/api/responses/quizresponses/QuizResponseBaseResponse.d.ts +28 -0
- package/src/com/controlresell/api/responses/quizresponses/QuizResponseBaseResponse.d.ts.map +1 -0
- package/src/com/controlresell/api/responses/quizresponses/QuizResponseBaseResponse.js +14 -0
- package/src/com/controlresell/api/responses/quizresponses/QuizResponseBaseResponse.js.map +1 -0
- package/src/com/controlresell/api/responses/quizresponses/QuizResponseBaseResponse.ts +12 -0
- package/src/com/controlresell/api/responses/quizresponses/QuizResponseResponse.d.ts +34 -0
- package/src/com/controlresell/api/responses/quizresponses/QuizResponseResponse.d.ts.map +1 -0
- package/src/com/controlresell/api/responses/quizresponses/QuizResponseResponse.js +16 -0
- package/src/com/controlresell/api/responses/quizresponses/QuizResponseResponse.js.map +1 -0
- package/src/com/controlresell/api/responses/quizresponses/QuizResponseResponse.ts +14 -0
- package/src/com/controlresell/api/responses/subscriptions/BillingPortalUrlResponse.d.ts +10 -0
- package/src/com/controlresell/api/responses/subscriptions/BillingPortalUrlResponse.d.ts.map +1 -0
- package/src/com/controlresell/api/responses/subscriptions/BillingPortalUrlResponse.js +8 -0
- package/src/com/controlresell/api/responses/subscriptions/BillingPortalUrlResponse.js.map +1 -0
- package/src/com/controlresell/api/responses/subscriptions/BillingPortalUrlResponse.ts +6 -0
- package/src/com/controlresell/api/responses/subscriptions/SubscriptionPaymentLinkResponse.d.ts +3 -3
- package/src/com/controlresell/api/responses/subscriptions/SubscriptionPaymentLinkResponse.js +1 -1
- package/src/com/controlresell/api/responses/subscriptions/SubscriptionPaymentLinkResponse.js.map +1 -1
- package/src/com/controlresell/api/responses/subscriptions/SubscriptionPaymentLinkResponse.ts +1 -1
- package/src/com/controlresell/api/responses/subscriptions/SubscriptionStatus.d.ts +76 -0
- package/src/com/controlresell/api/responses/subscriptions/SubscriptionStatus.d.ts.map +1 -0
- package/src/com/controlresell/api/responses/subscriptions/SubscriptionStatus.js +11 -0
- package/src/com/controlresell/api/responses/subscriptions/SubscriptionStatus.js.map +1 -0
- package/src/com/controlresell/api/responses/subscriptions/SubscriptionStatus.ts +9 -0
- package/src/com/controlresell/auth/models/preferences/Preference.d.ts +20 -20
- package/src/com/controlresell/auth/models/preferences/PreferenceWithCase.d.ts +56 -56
- package/src/com/controlresell/auth/models/preferences/PreferenceWithChildren.d.ts +46 -46
- package/src/com/controlresell/auth/models/preferences/cases/CreatePreferenceCasePayload.d.ts +14 -14
- package/src/com/controlresell/auth/models/preferences/cases/PartialPreferenceCasePayload.d.ts +12 -12
- package/src/com/controlresell/auth/models/preferences/cases/PreferenceCase.d.ts +14 -14
- package/src/com/controlresell/auth/models/preferences/payloads/actions/LifecycleDistributionMode.d.ts +8 -8
- package/src/com/controlresell/auth/models/preferences/payloads/actions/LifecycleTimeSlot.d.ts +2 -2
- package/src/com/controlresell/auth/models/preferences/payloads/actions/ManualLifecycleDistributionMode.d.ts +4 -4
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionsPayload.d.ts +6 -6
- package/src/com/controlresell/auth/models/preferences/queue/PreferenceNextActionPayload.d.ts +68 -68
- package/src/com/controlresell/auth/models/preferences/variants/PartialPreferenceCaseVariantPayload.d.ts +10 -10
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariant.d.ts +10 -10
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariantDecodedPayload.d.ts +16 -16
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariantPayload.d.ts +10 -10
- package/src/com/controlresell/auth/models/users/platforms/UpdateUserOnPlatformPayload.d.ts +2 -2
- package/src/com/controlresell/inbox/models/conversations/Conversation.d.ts +2 -2
- package/src/com/controlresell/inbox/models/conversations/ConversationOnPlatformUpdateRequest.d.ts +6 -6
- package/src/com/controlresell/inbox/models/conversations/ConversationUpdate.d.ts +4 -4
- package/src/com/controlresell/inbox/models/conversations/UserConversations.d.ts +4 -4
- package/src/com/controlresell/inbox/models/transactions/Transaction.d.ts +10 -10
- package/src/com/controlresell/inbox/models/transactions/items/ItemInTransaction.d.ts +4 -4
- package/src/com/controlresell/inbox/models/transactions/items/TransactionWithItems.d.ts +130 -152
- package/src/com/controlresell/inbox/models/transactions/items/TransactionWithItems.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/fees/Fee.d.ts +4 -4
- package/src/com/controlresell/inventory/models/items/CreatedItems.d.ts +118 -140
- package/src/com/controlresell/inventory/models/items/CreatedItems.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/Item.d.ts +84 -102
- package/src/com/controlresell/inventory/models/items/Item.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/ItemFiltersContext.d.ts +39 -0
- package/src/com/controlresell/inventory/models/items/ItemFiltersContext.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/ItemFiltersContext.js +4 -1
- package/src/com/controlresell/inventory/models/items/ItemFiltersContext.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/ItemFiltersContext.ts +4 -1
- package/src/com/controlresell/inventory/models/items/ItemPayload.d.ts +2 -2
- package/src/com/controlresell/inventory/models/items/ItemUpdate.d.ts +114 -136
- package/src/com/controlresell/inventory/models/items/ItemUpdate.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/ItemsWithFilters.d.ts +114 -136
- package/src/com/controlresell/inventory/models/items/ItemsWithFilters.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/UpdatedItem.d.ts +118 -140
- package/src/com/controlresell/inventory/models/items/UpdatedItem.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/CreateItemHistoryPayload.d.ts +42 -56
- package/src/com/controlresell/inventory/models/items/history/CreateItemHistoryPayload.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/ItemHistory.d.ts +44 -58
- package/src/com/controlresell/inventory/models/items/history/ItemHistory.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/ItemHistoryDecodedPayload.d.ts +56 -76
- package/src/com/controlresell/inventory/models/items/history/ItemHistoryDecodedPayload.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryImageProcessingDone.js +2 -2
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryImageProcessingDone.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryImageProcessingDone.ts +2 -2
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryRepublishingPayload.d.ts +4 -10
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryRepublishingPayload.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryRepublishingPayload.js +1 -3
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryRepublishingPayload.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryRepublishingPayload.ts +1 -3
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryRepublishingRetryPayload.d.ts +10 -10
- package/src/com/controlresell/inventory/models/items/{history/data/RepublishImageVariation.d.ts → images/ImageVariation.d.ts} +3 -3
- package/src/com/controlresell/inventory/models/items/images/ImageVariation.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/items/{history/data/RepublishImageVariation.js → images/ImageVariation.js} +3 -3
- package/src/com/controlresell/inventory/models/items/images/ImageVariation.js.map +1 -0
- package/src/com/controlresell/inventory/models/items/{history/data/RepublishImageVariation.ts → images/ImageVariation.ts} +2 -2
- package/src/com/controlresell/inventory/models/items/labels/ItemLabel.d.ts +4 -4
- package/src/com/controlresell/inventory/models/items/platforms/ItemOnPlatform.d.ts +2 -2
- package/src/com/controlresell/inventory/models/metadata/brands/Brand.d.ts +2 -2
- package/src/com/controlresell/inventory/models/metadata/labels/Label.d.ts +2 -2
- package/src/com/controlresell/inventory/models/metadata/places/Place.d.ts +2 -2
- package/src/com/controlresell/models/filters/SavedFilters.d.ts +57 -0
- package/src/com/controlresell/models/filters/SavedFilters.d.ts.map +1 -1
- package/src/com/controlresell/models/filters/SavedFiltersPayload.d.ts +57 -0
- package/src/com/controlresell/models/filters/SavedFiltersPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/Order.d.ts +48 -48
- package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts +328 -354
- 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 +230 -252
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts.map +1 -1
- package/src/com/controlresell/models/users/User.d.ts +2 -2
- package/src/com/controlresell/models/users/ws/ResourceUpdate.d.ts +18 -18
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts +272 -316
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/users/ws/UserWsResourcePayload.d.ts +24 -24
- package/src/com/controlresell/notify/models/notifications/NotificationPreference.d.ts +2 -2
- package/src/com/controlresell/subscriptions/api/CreateSubscriptionHistoryPayload.d.ts +28 -0
- package/src/com/controlresell/subscriptions/api/CreateSubscriptionHistoryPayload.d.ts.map +1 -0
- package/src/com/controlresell/subscriptions/api/CreateSubscriptionHistoryPayload.js +14 -0
- package/src/com/controlresell/subscriptions/api/CreateSubscriptionHistoryPayload.js.map +1 -0
- package/src/com/controlresell/subscriptions/api/CreateSubscriptionHistoryPayload.ts +12 -0
- package/src/com/controlresell/subscriptions/models/SubscriptionHistory.d.ts +40 -0
- package/src/com/controlresell/subscriptions/models/SubscriptionHistory.d.ts.map +1 -0
- package/src/com/controlresell/subscriptions/models/SubscriptionHistory.js +18 -0
- package/src/com/controlresell/subscriptions/models/SubscriptionHistory.js.map +1 -0
- package/src/com/controlresell/subscriptions/models/SubscriptionHistory.ts +16 -0
- package/src/index.d.ts +15 -11
- package/src/index.d.ts.map +1 -1
- package/src/index.js +36 -28
- package/src/index.js.map +1 -1
- package/src/index.ts +15 -11
- package/src/com/controlresell/inventory/models/items/history/data/RepublishImageVariation.d.ts.map +0 -1
- package/src/com/controlresell/inventory/models/items/history/data/RepublishImageVariation.js.map +0 -1
- package/src/com/controlresell/inventory/models/items/platforms/PlatformInfo.d.ts +0 -19
- package/src/com/controlresell/inventory/models/items/platforms/PlatformInfo.d.ts.map +0 -1
- package/src/com/controlresell/inventory/models/items/platforms/PlatformInfo.js +0 -11
- package/src/com/controlresell/inventory/models/items/platforms/PlatformInfo.js.map +0 -1
- package/src/com/controlresell/inventory/models/items/platforms/PlatformInfo.ts +0 -9
- package/src/com/controlresell/inventory/models/items/requests/PublishRequest.d.ts.map +0 -1
- package/src/com/controlresell/inventory/models/items/requests/PublishRequest.js +0 -18
- package/src/com/controlresell/inventory/models/items/requests/PublishRequest.js.map +0 -1
- package/src/com/controlresell/inventory/models/items/requests/PublishRequest.ts +0 -16
- package/src/com/controlresell/inventory/models/items/requests/PublishRequestItem.d.ts.map +0 -1
- package/src/com/controlresell/inventory/models/items/requests/PublishRequestItem.js.map +0 -1
- package/src/com/controlresell/inventory/models/items/requests/PublishRequestWithItem.d.ts +0 -225
- package/src/com/controlresell/inventory/models/items/requests/PublishRequestWithItem.d.ts.map +0 -1
- package/src/com/controlresell/inventory/models/items/requests/PublishRequestWithItem.js +0 -13
- package/src/com/controlresell/inventory/models/items/requests/PublishRequestWithItem.js.map +0 -1
- package/src/com/controlresell/inventory/models/items/requests/PublishRequestWithItem.ts +0 -11
- package/src/com/controlresell/inventory/models/items/requests/RepublishRequest.js.map +0 -1
- package/src/com/controlresell/inventory/models/items/requests/RepublishRequestWithItem.d.ts +0 -305
- package/src/com/controlresell/inventory/models/items/requests/RepublishRequestWithItem.d.ts.map +0 -1
- package/src/com/controlresell/inventory/models/items/requests/RepublishRequestWithItem.js +0 -12
- package/src/com/controlresell/inventory/models/items/requests/RepublishRequestWithItem.js.map +0 -1
- package/src/com/controlresell/inventory/models/items/requests/RepublishRequestWithItem.ts +0 -10
- /package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/pricedrop}/PriceDropRequest.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/publish}/AutomaticPublishRequestItem.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/publish}/AutomaticPublishRequestItem.js +0 -0
- /package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/publish}/AutomaticPublishRequestItem.js.map +0 -0
- /package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/publish}/AutomaticPublishRequestItem.ts +0 -0
- /package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/publish}/ManualPublishRequestItem.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/publish}/ManualPublishRequestItem.js +0 -0
- /package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/publish}/ManualPublishRequestItem.js.map +0 -0
- /package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/publish}/ManualPublishRequestItem.ts +0 -0
- /package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/publish}/PublishTimeSlot.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/publish}/PublishTimeSlot.js +0 -0
- /package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/publish}/PublishTimeSlot.js.map +0 -0
- /package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/publish}/PublishTimeSlot.ts +0 -0
- /package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/republish}/RepublishRequest.d.ts.map +0 -0
|
@@ -87,10 +87,10 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
87
87
|
value: number;
|
|
88
88
|
type: string;
|
|
89
89
|
id: string | number;
|
|
90
|
-
name: string;
|
|
91
90
|
createdAt: Date;
|
|
92
|
-
userId: string | number;
|
|
93
91
|
updatedAt: Date;
|
|
92
|
+
name: string;
|
|
93
|
+
userId: string | number;
|
|
94
94
|
recurrence: "UNIQUE" | "MONTHLY" | "YEARLY";
|
|
95
95
|
startDate: Date;
|
|
96
96
|
active: boolean;
|
|
@@ -102,10 +102,10 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
102
102
|
value: number;
|
|
103
103
|
type: string;
|
|
104
104
|
id: string | number;
|
|
105
|
-
name: string;
|
|
106
105
|
createdAt: Date;
|
|
107
|
-
userId: string | number;
|
|
108
106
|
updatedAt: Date;
|
|
107
|
+
name: string;
|
|
108
|
+
userId: string | number;
|
|
109
109
|
recurrence: "UNIQUE" | "MONTHLY" | "YEARLY";
|
|
110
110
|
startDate: Date;
|
|
111
111
|
active: boolean;
|
|
@@ -127,15 +127,15 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
127
127
|
itemCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
128
128
|
}, "strip", z.ZodTypeAny, {
|
|
129
129
|
id: string | number;
|
|
130
|
-
name: string;
|
|
131
130
|
createdAt: Date;
|
|
131
|
+
name: string;
|
|
132
132
|
isUserLabel: boolean;
|
|
133
133
|
itemCount?: number | null | undefined;
|
|
134
134
|
userId?: string | number | null | undefined;
|
|
135
135
|
}, {
|
|
136
136
|
id: string | number;
|
|
137
|
-
name: string;
|
|
138
137
|
createdAt: Date;
|
|
138
|
+
name: string;
|
|
139
139
|
isUserLabel: boolean;
|
|
140
140
|
itemCount?: number | null | undefined;
|
|
141
141
|
userId?: string | number | null | undefined;
|
|
@@ -145,8 +145,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
145
145
|
labelId: string | number;
|
|
146
146
|
label?: {
|
|
147
147
|
id: string | number;
|
|
148
|
-
name: string;
|
|
149
148
|
createdAt: Date;
|
|
149
|
+
name: string;
|
|
150
150
|
isUserLabel: boolean;
|
|
151
151
|
itemCount?: number | null | undefined;
|
|
152
152
|
userId?: string | number | null | undefined;
|
|
@@ -156,8 +156,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
156
156
|
labelId: string | number;
|
|
157
157
|
label?: {
|
|
158
158
|
id: string | number;
|
|
159
|
-
name: string;
|
|
160
159
|
createdAt: Date;
|
|
160
|
+
name: string;
|
|
161
161
|
isUserLabel: boolean;
|
|
162
162
|
itemCount?: number | null | undefined;
|
|
163
163
|
userId?: string | number | null | undefined;
|
|
@@ -790,12 +790,9 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
790
790
|
maxRounds?: number | null | undefined;
|
|
791
791
|
}>>>;
|
|
792
792
|
isTransfer: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
793
|
-
sourceAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
794
793
|
targetAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
795
|
-
targetUserId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
796
794
|
}, "strip", z.ZodTypeAny, {
|
|
797
795
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
798
|
-
publishingDate?: Date | null | undefined;
|
|
799
796
|
priceDropPayload?: {
|
|
800
797
|
value: number;
|
|
801
798
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -803,13 +800,11 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
803
800
|
roundStep?: number | null | undefined;
|
|
804
801
|
maxRounds?: number | null | undefined;
|
|
805
802
|
} | null | undefined;
|
|
806
|
-
|
|
807
|
-
sourceAccountId?: string | null | undefined;
|
|
803
|
+
publishingDate?: Date | null | undefined;
|
|
808
804
|
targetAccountId?: string | null | undefined;
|
|
809
|
-
|
|
805
|
+
isTransfer?: boolean | null | undefined;
|
|
810
806
|
}, {
|
|
811
807
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
812
|
-
publishingDate?: Date | null | undefined;
|
|
813
808
|
priceDropPayload?: {
|
|
814
809
|
value: number;
|
|
815
810
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -817,17 +812,15 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
817
812
|
roundStep?: number | null | undefined;
|
|
818
813
|
maxRounds?: number | null | undefined;
|
|
819
814
|
} | null | undefined;
|
|
820
|
-
|
|
821
|
-
sourceAccountId?: string | null | undefined;
|
|
815
|
+
publishingDate?: Date | null | undefined;
|
|
822
816
|
targetAccountId?: string | null | undefined;
|
|
823
|
-
|
|
817
|
+
isTransfer?: boolean | null | undefined;
|
|
824
818
|
}>;
|
|
825
819
|
type: z.ZodLiteral<"REPUBLISHING">;
|
|
826
820
|
}, "strip", z.ZodTypeAny, {
|
|
827
821
|
type: "REPUBLISHING";
|
|
828
822
|
data: {
|
|
829
823
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
830
|
-
publishingDate?: Date | null | undefined;
|
|
831
824
|
priceDropPayload?: {
|
|
832
825
|
value: number;
|
|
833
826
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -835,16 +828,14 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
835
828
|
roundStep?: number | null | undefined;
|
|
836
829
|
maxRounds?: number | null | undefined;
|
|
837
830
|
} | null | undefined;
|
|
838
|
-
|
|
839
|
-
sourceAccountId?: string | null | undefined;
|
|
831
|
+
publishingDate?: Date | null | undefined;
|
|
840
832
|
targetAccountId?: string | null | undefined;
|
|
841
|
-
|
|
833
|
+
isTransfer?: boolean | null | undefined;
|
|
842
834
|
};
|
|
843
835
|
}, {
|
|
844
836
|
type: "REPUBLISHING";
|
|
845
837
|
data: {
|
|
846
838
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
847
|
-
publishingDate?: Date | null | undefined;
|
|
848
839
|
priceDropPayload?: {
|
|
849
840
|
value: number;
|
|
850
841
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -852,10 +843,9 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
852
843
|
roundStep?: number | null | undefined;
|
|
853
844
|
maxRounds?: number | null | undefined;
|
|
854
845
|
} | null | undefined;
|
|
855
|
-
|
|
856
|
-
sourceAccountId?: string | null | undefined;
|
|
846
|
+
publishingDate?: Date | null | undefined;
|
|
857
847
|
targetAccountId?: string | null | undefined;
|
|
858
|
-
|
|
848
|
+
isTransfer?: boolean | null | undefined;
|
|
859
849
|
};
|
|
860
850
|
}>, z.ZodObject<{
|
|
861
851
|
data: z.ZodObject<{
|
|
@@ -902,11 +892,6 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
902
892
|
attemptNumber: number;
|
|
903
893
|
previousHistoryId: string;
|
|
904
894
|
originalFailureDate: Date;
|
|
905
|
-
fields?: {
|
|
906
|
-
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
907
|
-
autoFixable: boolean;
|
|
908
|
-
error?: string | null | undefined;
|
|
909
|
-
}[] | null | undefined;
|
|
910
895
|
priceDropPayload?: {
|
|
911
896
|
value: number;
|
|
912
897
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -914,17 +899,17 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
914
899
|
roundStep?: number | null | undefined;
|
|
915
900
|
maxRounds?: number | null | undefined;
|
|
916
901
|
} | null | undefined;
|
|
902
|
+
fields?: {
|
|
903
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
904
|
+
autoFixable: boolean;
|
|
905
|
+
error?: string | null | undefined;
|
|
906
|
+
}[] | null | undefined;
|
|
917
907
|
}, {
|
|
918
908
|
maxAttempts: number;
|
|
919
909
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
920
910
|
attemptNumber: number;
|
|
921
911
|
previousHistoryId: string;
|
|
922
912
|
originalFailureDate: Date;
|
|
923
|
-
fields?: {
|
|
924
|
-
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
925
|
-
autoFixable: boolean;
|
|
926
|
-
error?: string | null | undefined;
|
|
927
|
-
}[] | null | undefined;
|
|
928
913
|
priceDropPayload?: {
|
|
929
914
|
value: number;
|
|
930
915
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -932,6 +917,11 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
932
917
|
roundStep?: number | null | undefined;
|
|
933
918
|
maxRounds?: number | null | undefined;
|
|
934
919
|
} | null | undefined;
|
|
920
|
+
fields?: {
|
|
921
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
922
|
+
autoFixable: boolean;
|
|
923
|
+
error?: string | null | undefined;
|
|
924
|
+
}[] | null | undefined;
|
|
935
925
|
}>;
|
|
936
926
|
type: z.ZodLiteral<"REPUBLISHING_RETRY">;
|
|
937
927
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -942,11 +932,6 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
942
932
|
attemptNumber: number;
|
|
943
933
|
previousHistoryId: string;
|
|
944
934
|
originalFailureDate: Date;
|
|
945
|
-
fields?: {
|
|
946
|
-
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
947
|
-
autoFixable: boolean;
|
|
948
|
-
error?: string | null | undefined;
|
|
949
|
-
}[] | null | undefined;
|
|
950
935
|
priceDropPayload?: {
|
|
951
936
|
value: number;
|
|
952
937
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -954,6 +939,11 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
954
939
|
roundStep?: number | null | undefined;
|
|
955
940
|
maxRounds?: number | null | undefined;
|
|
956
941
|
} | null | undefined;
|
|
942
|
+
fields?: {
|
|
943
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
944
|
+
autoFixable: boolean;
|
|
945
|
+
error?: string | null | undefined;
|
|
946
|
+
}[] | null | undefined;
|
|
957
947
|
};
|
|
958
948
|
}, {
|
|
959
949
|
type: "REPUBLISHING_RETRY";
|
|
@@ -963,11 +953,6 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
963
953
|
attemptNumber: number;
|
|
964
954
|
previousHistoryId: string;
|
|
965
955
|
originalFailureDate: Date;
|
|
966
|
-
fields?: {
|
|
967
|
-
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
968
|
-
autoFixable: boolean;
|
|
969
|
-
error?: string | null | undefined;
|
|
970
|
-
}[] | null | undefined;
|
|
971
956
|
priceDropPayload?: {
|
|
972
957
|
value: number;
|
|
973
958
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -975,6 +960,11 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
975
960
|
roundStep?: number | null | undefined;
|
|
976
961
|
maxRounds?: number | null | undefined;
|
|
977
962
|
} | null | undefined;
|
|
963
|
+
fields?: {
|
|
964
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
965
|
+
autoFixable: boolean;
|
|
966
|
+
error?: string | null | undefined;
|
|
967
|
+
}[] | null | undefined;
|
|
978
968
|
};
|
|
979
969
|
}>, z.ZodObject<{
|
|
980
970
|
data: z.ZodObject<{
|
|
@@ -1082,6 +1072,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1082
1072
|
id: string;
|
|
1083
1073
|
createdAt: Date;
|
|
1084
1074
|
itemId: string | number;
|
|
1075
|
+
requestId?: string | null | undefined;
|
|
1085
1076
|
data?: {
|
|
1086
1077
|
type: "ACTION_CANCELED";
|
|
1087
1078
|
data: {
|
|
@@ -1179,7 +1170,6 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1179
1170
|
type: "REPUBLISHING";
|
|
1180
1171
|
data: {
|
|
1181
1172
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1182
|
-
publishingDate?: Date | null | undefined;
|
|
1183
1173
|
priceDropPayload?: {
|
|
1184
1174
|
value: number;
|
|
1185
1175
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -1187,10 +1177,9 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1187
1177
|
roundStep?: number | null | undefined;
|
|
1188
1178
|
maxRounds?: number | null | undefined;
|
|
1189
1179
|
} | null | undefined;
|
|
1190
|
-
|
|
1191
|
-
sourceAccountId?: string | null | undefined;
|
|
1180
|
+
publishingDate?: Date | null | undefined;
|
|
1192
1181
|
targetAccountId?: string | null | undefined;
|
|
1193
|
-
|
|
1182
|
+
isTransfer?: boolean | null | undefined;
|
|
1194
1183
|
};
|
|
1195
1184
|
} | {
|
|
1196
1185
|
type: "REPUBLISHING_RETRY";
|
|
@@ -1200,11 +1189,6 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1200
1189
|
attemptNumber: number;
|
|
1201
1190
|
previousHistoryId: string;
|
|
1202
1191
|
originalFailureDate: Date;
|
|
1203
|
-
fields?: {
|
|
1204
|
-
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1205
|
-
autoFixable: boolean;
|
|
1206
|
-
error?: string | null | undefined;
|
|
1207
|
-
}[] | null | undefined;
|
|
1208
1192
|
priceDropPayload?: {
|
|
1209
1193
|
value: number;
|
|
1210
1194
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -1212,6 +1196,11 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1212
1196
|
roundStep?: number | null | undefined;
|
|
1213
1197
|
maxRounds?: number | null | undefined;
|
|
1214
1198
|
} | null | undefined;
|
|
1199
|
+
fields?: {
|
|
1200
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1201
|
+
autoFixable: boolean;
|
|
1202
|
+
error?: string | null | undefined;
|
|
1203
|
+
}[] | null | undefined;
|
|
1215
1204
|
};
|
|
1216
1205
|
} | {
|
|
1217
1206
|
type: "SCHEDULED";
|
|
@@ -1235,13 +1224,13 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1235
1224
|
};
|
|
1236
1225
|
} | null | undefined;
|
|
1237
1226
|
accountId?: string | null | undefined;
|
|
1238
|
-
requestId?: string | null | undefined;
|
|
1239
1227
|
targetDate?: Date | null | undefined;
|
|
1240
1228
|
}, {
|
|
1241
1229
|
type: "CANCELED" | "SCHEDULED" | "DELETED" | "ARCHIVED" | "DISPUTE" | "IMPORTED" | "UNARCHIVED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "SCHEDULED_RETRY" | "REPUBLISHING_RETRY" | "PUBLISH_CANCELED" | "REPUBLISHING" | "IMAGE_PROCESSING_DONE" | "REPUBLISHED" | "REPUBLISH_CANCELED" | "UPDATING" | "UPDATED" | "UPDATE_CANCELED" | "DELETING" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND" | "LIFECYCLE_STARTED" | "LIFECYCLE_COMPLETED" | "LIFECYCLE_CANCELED";
|
|
1242
1230
|
id: string;
|
|
1243
1231
|
createdAt: Date;
|
|
1244
1232
|
itemId: string | number;
|
|
1233
|
+
requestId?: string | null | undefined;
|
|
1245
1234
|
data?: {
|
|
1246
1235
|
type: "ACTION_CANCELED";
|
|
1247
1236
|
data: {
|
|
@@ -1339,7 +1328,6 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1339
1328
|
type: "REPUBLISHING";
|
|
1340
1329
|
data: {
|
|
1341
1330
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1342
|
-
publishingDate?: Date | null | undefined;
|
|
1343
1331
|
priceDropPayload?: {
|
|
1344
1332
|
value: number;
|
|
1345
1333
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -1347,10 +1335,9 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1347
1335
|
roundStep?: number | null | undefined;
|
|
1348
1336
|
maxRounds?: number | null | undefined;
|
|
1349
1337
|
} | null | undefined;
|
|
1350
|
-
|
|
1351
|
-
sourceAccountId?: string | null | undefined;
|
|
1338
|
+
publishingDate?: Date | null | undefined;
|
|
1352
1339
|
targetAccountId?: string | null | undefined;
|
|
1353
|
-
|
|
1340
|
+
isTransfer?: boolean | null | undefined;
|
|
1354
1341
|
};
|
|
1355
1342
|
} | {
|
|
1356
1343
|
type: "REPUBLISHING_RETRY";
|
|
@@ -1360,11 +1347,6 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1360
1347
|
attemptNumber: number;
|
|
1361
1348
|
previousHistoryId: string;
|
|
1362
1349
|
originalFailureDate: Date;
|
|
1363
|
-
fields?: {
|
|
1364
|
-
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1365
|
-
autoFixable: boolean;
|
|
1366
|
-
error?: string | null | undefined;
|
|
1367
|
-
}[] | null | undefined;
|
|
1368
1350
|
priceDropPayload?: {
|
|
1369
1351
|
value: number;
|
|
1370
1352
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -1372,6 +1354,11 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1372
1354
|
roundStep?: number | null | undefined;
|
|
1373
1355
|
maxRounds?: number | null | undefined;
|
|
1374
1356
|
} | null | undefined;
|
|
1357
|
+
fields?: {
|
|
1358
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1359
|
+
autoFixable: boolean;
|
|
1360
|
+
error?: string | null | undefined;
|
|
1361
|
+
}[] | null | undefined;
|
|
1375
1362
|
};
|
|
1376
1363
|
} | {
|
|
1377
1364
|
type: "SCHEDULED";
|
|
@@ -1395,7 +1382,6 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1395
1382
|
};
|
|
1396
1383
|
} | null | undefined;
|
|
1397
1384
|
accountId?: string | null | undefined;
|
|
1398
|
-
requestId?: string | null | undefined;
|
|
1399
1385
|
targetDate?: Date | null | undefined;
|
|
1400
1386
|
}>>>;
|
|
1401
1387
|
platforms: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
@@ -1465,11 +1451,11 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1465
1451
|
status: "DRAFT" | "PENDING" | "ERROR" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "DISPUTE";
|
|
1466
1452
|
id: string;
|
|
1467
1453
|
createdAt: Date;
|
|
1454
|
+
updatedAt: Date;
|
|
1468
1455
|
accountId: string;
|
|
1469
1456
|
itemId: string | number;
|
|
1470
1457
|
platformId: string;
|
|
1471
1458
|
platformUrl: string;
|
|
1472
|
-
updatedAt: Date;
|
|
1473
1459
|
platformPrice: number;
|
|
1474
1460
|
publishedAt: Date;
|
|
1475
1461
|
favoritesCount?: number | null | undefined;
|
|
@@ -1494,11 +1480,11 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1494
1480
|
status: "DRAFT" | "PENDING" | "ERROR" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "DISPUTE";
|
|
1495
1481
|
id: string;
|
|
1496
1482
|
createdAt: Date;
|
|
1483
|
+
updatedAt: Date;
|
|
1497
1484
|
accountId: string;
|
|
1498
1485
|
itemId: string | number;
|
|
1499
1486
|
platformId: string;
|
|
1500
1487
|
platformUrl: string;
|
|
1501
|
-
updatedAt: Date;
|
|
1502
1488
|
platformPrice: number;
|
|
1503
1489
|
publishedAt: Date;
|
|
1504
1490
|
favoritesCount?: number | null | undefined;
|
|
@@ -1524,19 +1510,20 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1524
1510
|
updatedAt: z.ZodDate;
|
|
1525
1511
|
}, "strip", z.ZodTypeAny, {
|
|
1526
1512
|
id: string | number;
|
|
1527
|
-
name: string;
|
|
1528
1513
|
createdAt: Date;
|
|
1529
|
-
userId: string | number;
|
|
1530
1514
|
updatedAt: Date;
|
|
1515
|
+
name: string;
|
|
1516
|
+
userId: string | number;
|
|
1531
1517
|
sold: boolean;
|
|
1518
|
+
state?: number | null | undefined;
|
|
1532
1519
|
fees?: {
|
|
1533
1520
|
value: number;
|
|
1534
1521
|
type: string;
|
|
1535
1522
|
id: string | number;
|
|
1536
|
-
name: string;
|
|
1537
1523
|
createdAt: Date;
|
|
1538
|
-
userId: string | number;
|
|
1539
1524
|
updatedAt: Date;
|
|
1525
|
+
name: string;
|
|
1526
|
+
userId: string | number;
|
|
1540
1527
|
recurrence: "UNIQUE" | "MONTHLY" | "YEARLY";
|
|
1541
1528
|
startDate: Date;
|
|
1542
1529
|
active: boolean;
|
|
@@ -1554,14 +1541,13 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1554
1541
|
estimatedPrice?: number | null | undefined;
|
|
1555
1542
|
purchaseDate?: Date | null | undefined;
|
|
1556
1543
|
sellingDate?: Date | null | undefined;
|
|
1557
|
-
state?: number | null | undefined;
|
|
1558
1544
|
labels?: {
|
|
1559
1545
|
itemId: string | number;
|
|
1560
1546
|
labelId: string | number;
|
|
1561
1547
|
label?: {
|
|
1562
1548
|
id: string | number;
|
|
1563
|
-
name: string;
|
|
1564
1549
|
createdAt: Date;
|
|
1550
|
+
name: string;
|
|
1565
1551
|
isUserLabel: boolean;
|
|
1566
1552
|
itemCount?: number | null | undefined;
|
|
1567
1553
|
userId?: string | number | null | undefined;
|
|
@@ -1583,11 +1569,11 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1583
1569
|
status: "DRAFT" | "PENDING" | "ERROR" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "DISPUTE";
|
|
1584
1570
|
id: string;
|
|
1585
1571
|
createdAt: Date;
|
|
1572
|
+
updatedAt: Date;
|
|
1586
1573
|
accountId: string;
|
|
1587
1574
|
itemId: string | number;
|
|
1588
1575
|
platformId: string;
|
|
1589
1576
|
platformUrl: string;
|
|
1590
|
-
updatedAt: Date;
|
|
1591
1577
|
platformPrice: number;
|
|
1592
1578
|
publishedAt: Date;
|
|
1593
1579
|
favoritesCount?: number | null | undefined;
|
|
@@ -1646,6 +1632,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1646
1632
|
id: string;
|
|
1647
1633
|
createdAt: Date;
|
|
1648
1634
|
itemId: string | number;
|
|
1635
|
+
requestId?: string | null | undefined;
|
|
1649
1636
|
data?: {
|
|
1650
1637
|
type: "ACTION_CANCELED";
|
|
1651
1638
|
data: {
|
|
@@ -1743,7 +1730,6 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1743
1730
|
type: "REPUBLISHING";
|
|
1744
1731
|
data: {
|
|
1745
1732
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1746
|
-
publishingDate?: Date | null | undefined;
|
|
1747
1733
|
priceDropPayload?: {
|
|
1748
1734
|
value: number;
|
|
1749
1735
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -1751,10 +1737,9 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1751
1737
|
roundStep?: number | null | undefined;
|
|
1752
1738
|
maxRounds?: number | null | undefined;
|
|
1753
1739
|
} | null | undefined;
|
|
1754
|
-
|
|
1755
|
-
sourceAccountId?: string | null | undefined;
|
|
1740
|
+
publishingDate?: Date | null | undefined;
|
|
1756
1741
|
targetAccountId?: string | null | undefined;
|
|
1757
|
-
|
|
1742
|
+
isTransfer?: boolean | null | undefined;
|
|
1758
1743
|
};
|
|
1759
1744
|
} | {
|
|
1760
1745
|
type: "REPUBLISHING_RETRY";
|
|
@@ -1764,11 +1749,6 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1764
1749
|
attemptNumber: number;
|
|
1765
1750
|
previousHistoryId: string;
|
|
1766
1751
|
originalFailureDate: Date;
|
|
1767
|
-
fields?: {
|
|
1768
|
-
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1769
|
-
autoFixable: boolean;
|
|
1770
|
-
error?: string | null | undefined;
|
|
1771
|
-
}[] | null | undefined;
|
|
1772
1752
|
priceDropPayload?: {
|
|
1773
1753
|
value: number;
|
|
1774
1754
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -1776,6 +1756,11 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1776
1756
|
roundStep?: number | null | undefined;
|
|
1777
1757
|
maxRounds?: number | null | undefined;
|
|
1778
1758
|
} | null | undefined;
|
|
1759
|
+
fields?: {
|
|
1760
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1761
|
+
autoFixable: boolean;
|
|
1762
|
+
error?: string | null | undefined;
|
|
1763
|
+
}[] | null | undefined;
|
|
1779
1764
|
};
|
|
1780
1765
|
} | {
|
|
1781
1766
|
type: "SCHEDULED";
|
|
@@ -1799,24 +1784,24 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1799
1784
|
};
|
|
1800
1785
|
} | null | undefined;
|
|
1801
1786
|
accountId?: string | null | undefined;
|
|
1802
|
-
requestId?: string | null | undefined;
|
|
1803
1787
|
targetDate?: Date | null | undefined;
|
|
1804
1788
|
} | null | undefined;
|
|
1805
1789
|
}, {
|
|
1806
1790
|
id: string | number;
|
|
1807
|
-
name: string;
|
|
1808
1791
|
createdAt: Date;
|
|
1809
|
-
userId: string | number;
|
|
1810
1792
|
updatedAt: Date;
|
|
1793
|
+
name: string;
|
|
1794
|
+
userId: string | number;
|
|
1811
1795
|
sold: boolean;
|
|
1796
|
+
state?: number | null | undefined;
|
|
1812
1797
|
fees?: {
|
|
1813
1798
|
value: number;
|
|
1814
1799
|
type: string;
|
|
1815
1800
|
id: string | number;
|
|
1816
|
-
name: string;
|
|
1817
1801
|
createdAt: Date;
|
|
1818
|
-
userId: string | number;
|
|
1819
1802
|
updatedAt: Date;
|
|
1803
|
+
name: string;
|
|
1804
|
+
userId: string | number;
|
|
1820
1805
|
recurrence: "UNIQUE" | "MONTHLY" | "YEARLY";
|
|
1821
1806
|
startDate: Date;
|
|
1822
1807
|
active: boolean;
|
|
@@ -1834,14 +1819,13 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1834
1819
|
estimatedPrice?: number | null | undefined;
|
|
1835
1820
|
purchaseDate?: Date | null | undefined;
|
|
1836
1821
|
sellingDate?: Date | null | undefined;
|
|
1837
|
-
state?: number | null | undefined;
|
|
1838
1822
|
labels?: {
|
|
1839
1823
|
itemId: string | number;
|
|
1840
1824
|
labelId: string | number;
|
|
1841
1825
|
label?: {
|
|
1842
1826
|
id: string | number;
|
|
1843
|
-
name: string;
|
|
1844
1827
|
createdAt: Date;
|
|
1828
|
+
name: string;
|
|
1845
1829
|
isUserLabel: boolean;
|
|
1846
1830
|
itemCount?: number | null | undefined;
|
|
1847
1831
|
userId?: string | number | null | undefined;
|
|
@@ -1863,11 +1847,11 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1863
1847
|
status: "DRAFT" | "PENDING" | "ERROR" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "DISPUTE";
|
|
1864
1848
|
id: string;
|
|
1865
1849
|
createdAt: Date;
|
|
1850
|
+
updatedAt: Date;
|
|
1866
1851
|
accountId: string;
|
|
1867
1852
|
itemId: string | number;
|
|
1868
1853
|
platformId: string;
|
|
1869
1854
|
platformUrl: string;
|
|
1870
|
-
updatedAt: Date;
|
|
1871
1855
|
platformPrice: number;
|
|
1872
1856
|
publishedAt: Date;
|
|
1873
1857
|
favoritesCount?: number | null | undefined;
|
|
@@ -1926,6 +1910,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1926
1910
|
id: string;
|
|
1927
1911
|
createdAt: Date;
|
|
1928
1912
|
itemId: string | number;
|
|
1913
|
+
requestId?: string | null | undefined;
|
|
1929
1914
|
data?: {
|
|
1930
1915
|
type: "ACTION_CANCELED";
|
|
1931
1916
|
data: {
|
|
@@ -2023,7 +2008,6 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2023
2008
|
type: "REPUBLISHING";
|
|
2024
2009
|
data: {
|
|
2025
2010
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
2026
|
-
publishingDate?: Date | null | undefined;
|
|
2027
2011
|
priceDropPayload?: {
|
|
2028
2012
|
value: number;
|
|
2029
2013
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -2031,10 +2015,9 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2031
2015
|
roundStep?: number | null | undefined;
|
|
2032
2016
|
maxRounds?: number | null | undefined;
|
|
2033
2017
|
} | null | undefined;
|
|
2034
|
-
|
|
2035
|
-
sourceAccountId?: string | null | undefined;
|
|
2018
|
+
publishingDate?: Date | null | undefined;
|
|
2036
2019
|
targetAccountId?: string | null | undefined;
|
|
2037
|
-
|
|
2020
|
+
isTransfer?: boolean | null | undefined;
|
|
2038
2021
|
};
|
|
2039
2022
|
} | {
|
|
2040
2023
|
type: "REPUBLISHING_RETRY";
|
|
@@ -2044,11 +2027,6 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2044
2027
|
attemptNumber: number;
|
|
2045
2028
|
previousHistoryId: string;
|
|
2046
2029
|
originalFailureDate: Date;
|
|
2047
|
-
fields?: {
|
|
2048
|
-
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2049
|
-
autoFixable: boolean;
|
|
2050
|
-
error?: string | null | undefined;
|
|
2051
|
-
}[] | null | undefined;
|
|
2052
2030
|
priceDropPayload?: {
|
|
2053
2031
|
value: number;
|
|
2054
2032
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -2056,6 +2034,11 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2056
2034
|
roundStep?: number | null | undefined;
|
|
2057
2035
|
maxRounds?: number | null | undefined;
|
|
2058
2036
|
} | null | undefined;
|
|
2037
|
+
fields?: {
|
|
2038
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2039
|
+
autoFixable: boolean;
|
|
2040
|
+
error?: string | null | undefined;
|
|
2041
|
+
}[] | null | undefined;
|
|
2059
2042
|
};
|
|
2060
2043
|
} | {
|
|
2061
2044
|
type: "SCHEDULED";
|
|
@@ -2079,7 +2062,6 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2079
2062
|
};
|
|
2080
2063
|
} | null | undefined;
|
|
2081
2064
|
accountId?: string | null | undefined;
|
|
2082
|
-
requestId?: string | null | undefined;
|
|
2083
2065
|
targetDate?: Date | null | undefined;
|
|
2084
2066
|
} | null | undefined;
|
|
2085
2067
|
}>, "many">;
|
|
@@ -2089,19 +2071,20 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2089
2071
|
count: number;
|
|
2090
2072
|
rows: {
|
|
2091
2073
|
id: string | number;
|
|
2092
|
-
name: string;
|
|
2093
2074
|
createdAt: Date;
|
|
2094
|
-
userId: string | number;
|
|
2095
2075
|
updatedAt: Date;
|
|
2076
|
+
name: string;
|
|
2077
|
+
userId: string | number;
|
|
2096
2078
|
sold: boolean;
|
|
2079
|
+
state?: number | null | undefined;
|
|
2097
2080
|
fees?: {
|
|
2098
2081
|
value: number;
|
|
2099
2082
|
type: string;
|
|
2100
2083
|
id: string | number;
|
|
2101
|
-
name: string;
|
|
2102
2084
|
createdAt: Date;
|
|
2103
|
-
userId: string | number;
|
|
2104
2085
|
updatedAt: Date;
|
|
2086
|
+
name: string;
|
|
2087
|
+
userId: string | number;
|
|
2105
2088
|
recurrence: "UNIQUE" | "MONTHLY" | "YEARLY";
|
|
2106
2089
|
startDate: Date;
|
|
2107
2090
|
active: boolean;
|
|
@@ -2119,14 +2102,13 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2119
2102
|
estimatedPrice?: number | null | undefined;
|
|
2120
2103
|
purchaseDate?: Date | null | undefined;
|
|
2121
2104
|
sellingDate?: Date | null | undefined;
|
|
2122
|
-
state?: number | null | undefined;
|
|
2123
2105
|
labels?: {
|
|
2124
2106
|
itemId: string | number;
|
|
2125
2107
|
labelId: string | number;
|
|
2126
2108
|
label?: {
|
|
2127
2109
|
id: string | number;
|
|
2128
|
-
name: string;
|
|
2129
2110
|
createdAt: Date;
|
|
2111
|
+
name: string;
|
|
2130
2112
|
isUserLabel: boolean;
|
|
2131
2113
|
itemCount?: number | null | undefined;
|
|
2132
2114
|
userId?: string | number | null | undefined;
|
|
@@ -2148,11 +2130,11 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2148
2130
|
status: "DRAFT" | "PENDING" | "ERROR" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "DISPUTE";
|
|
2149
2131
|
id: string;
|
|
2150
2132
|
createdAt: Date;
|
|
2133
|
+
updatedAt: Date;
|
|
2151
2134
|
accountId: string;
|
|
2152
2135
|
itemId: string | number;
|
|
2153
2136
|
platformId: string;
|
|
2154
2137
|
platformUrl: string;
|
|
2155
|
-
updatedAt: Date;
|
|
2156
2138
|
platformPrice: number;
|
|
2157
2139
|
publishedAt: Date;
|
|
2158
2140
|
favoritesCount?: number | null | undefined;
|
|
@@ -2211,6 +2193,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2211
2193
|
id: string;
|
|
2212
2194
|
createdAt: Date;
|
|
2213
2195
|
itemId: string | number;
|
|
2196
|
+
requestId?: string | null | undefined;
|
|
2214
2197
|
data?: {
|
|
2215
2198
|
type: "ACTION_CANCELED";
|
|
2216
2199
|
data: {
|
|
@@ -2308,7 +2291,6 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2308
2291
|
type: "REPUBLISHING";
|
|
2309
2292
|
data: {
|
|
2310
2293
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
2311
|
-
publishingDate?: Date | null | undefined;
|
|
2312
2294
|
priceDropPayload?: {
|
|
2313
2295
|
value: number;
|
|
2314
2296
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -2316,10 +2298,9 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2316
2298
|
roundStep?: number | null | undefined;
|
|
2317
2299
|
maxRounds?: number | null | undefined;
|
|
2318
2300
|
} | null | undefined;
|
|
2319
|
-
|
|
2320
|
-
sourceAccountId?: string | null | undefined;
|
|
2301
|
+
publishingDate?: Date | null | undefined;
|
|
2321
2302
|
targetAccountId?: string | null | undefined;
|
|
2322
|
-
|
|
2303
|
+
isTransfer?: boolean | null | undefined;
|
|
2323
2304
|
};
|
|
2324
2305
|
} | {
|
|
2325
2306
|
type: "REPUBLISHING_RETRY";
|
|
@@ -2329,11 +2310,6 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2329
2310
|
attemptNumber: number;
|
|
2330
2311
|
previousHistoryId: string;
|
|
2331
2312
|
originalFailureDate: Date;
|
|
2332
|
-
fields?: {
|
|
2333
|
-
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2334
|
-
autoFixable: boolean;
|
|
2335
|
-
error?: string | null | undefined;
|
|
2336
|
-
}[] | null | undefined;
|
|
2337
2313
|
priceDropPayload?: {
|
|
2338
2314
|
value: number;
|
|
2339
2315
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -2341,6 +2317,11 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2341
2317
|
roundStep?: number | null | undefined;
|
|
2342
2318
|
maxRounds?: number | null | undefined;
|
|
2343
2319
|
} | null | undefined;
|
|
2320
|
+
fields?: {
|
|
2321
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2322
|
+
autoFixable: boolean;
|
|
2323
|
+
error?: string | null | undefined;
|
|
2324
|
+
}[] | null | undefined;
|
|
2344
2325
|
};
|
|
2345
2326
|
} | {
|
|
2346
2327
|
type: "SCHEDULED";
|
|
@@ -2364,7 +2345,6 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2364
2345
|
};
|
|
2365
2346
|
} | null | undefined;
|
|
2366
2347
|
accountId?: string | null | undefined;
|
|
2367
|
-
requestId?: string | null | undefined;
|
|
2368
2348
|
targetDate?: Date | null | undefined;
|
|
2369
2349
|
} | null | undefined;
|
|
2370
2350
|
}[];
|
|
@@ -2375,19 +2355,20 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2375
2355
|
count: number;
|
|
2376
2356
|
rows: {
|
|
2377
2357
|
id: string | number;
|
|
2378
|
-
name: string;
|
|
2379
2358
|
createdAt: Date;
|
|
2380
|
-
userId: string | number;
|
|
2381
2359
|
updatedAt: Date;
|
|
2360
|
+
name: string;
|
|
2361
|
+
userId: string | number;
|
|
2382
2362
|
sold: boolean;
|
|
2363
|
+
state?: number | null | undefined;
|
|
2383
2364
|
fees?: {
|
|
2384
2365
|
value: number;
|
|
2385
2366
|
type: string;
|
|
2386
2367
|
id: string | number;
|
|
2387
|
-
name: string;
|
|
2388
2368
|
createdAt: Date;
|
|
2389
|
-
userId: string | number;
|
|
2390
2369
|
updatedAt: Date;
|
|
2370
|
+
name: string;
|
|
2371
|
+
userId: string | number;
|
|
2391
2372
|
recurrence: "UNIQUE" | "MONTHLY" | "YEARLY";
|
|
2392
2373
|
startDate: Date;
|
|
2393
2374
|
active: boolean;
|
|
@@ -2405,14 +2386,13 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2405
2386
|
estimatedPrice?: number | null | undefined;
|
|
2406
2387
|
purchaseDate?: Date | null | undefined;
|
|
2407
2388
|
sellingDate?: Date | null | undefined;
|
|
2408
|
-
state?: number | null | undefined;
|
|
2409
2389
|
labels?: {
|
|
2410
2390
|
itemId: string | number;
|
|
2411
2391
|
labelId: string | number;
|
|
2412
2392
|
label?: {
|
|
2413
2393
|
id: string | number;
|
|
2414
|
-
name: string;
|
|
2415
2394
|
createdAt: Date;
|
|
2395
|
+
name: string;
|
|
2416
2396
|
isUserLabel: boolean;
|
|
2417
2397
|
itemCount?: number | null | undefined;
|
|
2418
2398
|
userId?: string | number | null | undefined;
|
|
@@ -2434,11 +2414,11 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2434
2414
|
status: "DRAFT" | "PENDING" | "ERROR" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "DISPUTE";
|
|
2435
2415
|
id: string;
|
|
2436
2416
|
createdAt: Date;
|
|
2417
|
+
updatedAt: Date;
|
|
2437
2418
|
accountId: string;
|
|
2438
2419
|
itemId: string | number;
|
|
2439
2420
|
platformId: string;
|
|
2440
2421
|
platformUrl: string;
|
|
2441
|
-
updatedAt: Date;
|
|
2442
2422
|
platformPrice: number;
|
|
2443
2423
|
publishedAt: Date;
|
|
2444
2424
|
favoritesCount?: number | null | undefined;
|
|
@@ -2497,6 +2477,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2497
2477
|
id: string;
|
|
2498
2478
|
createdAt: Date;
|
|
2499
2479
|
itemId: string | number;
|
|
2480
|
+
requestId?: string | null | undefined;
|
|
2500
2481
|
data?: {
|
|
2501
2482
|
type: "ACTION_CANCELED";
|
|
2502
2483
|
data: {
|
|
@@ -2594,7 +2575,6 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2594
2575
|
type: "REPUBLISHING";
|
|
2595
2576
|
data: {
|
|
2596
2577
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
2597
|
-
publishingDate?: Date | null | undefined;
|
|
2598
2578
|
priceDropPayload?: {
|
|
2599
2579
|
value: number;
|
|
2600
2580
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -2602,10 +2582,9 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2602
2582
|
roundStep?: number | null | undefined;
|
|
2603
2583
|
maxRounds?: number | null | undefined;
|
|
2604
2584
|
} | null | undefined;
|
|
2605
|
-
|
|
2606
|
-
sourceAccountId?: string | null | undefined;
|
|
2585
|
+
publishingDate?: Date | null | undefined;
|
|
2607
2586
|
targetAccountId?: string | null | undefined;
|
|
2608
|
-
|
|
2587
|
+
isTransfer?: boolean | null | undefined;
|
|
2609
2588
|
};
|
|
2610
2589
|
} | {
|
|
2611
2590
|
type: "REPUBLISHING_RETRY";
|
|
@@ -2615,11 +2594,6 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2615
2594
|
attemptNumber: number;
|
|
2616
2595
|
previousHistoryId: string;
|
|
2617
2596
|
originalFailureDate: Date;
|
|
2618
|
-
fields?: {
|
|
2619
|
-
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2620
|
-
autoFixable: boolean;
|
|
2621
|
-
error?: string | null | undefined;
|
|
2622
|
-
}[] | null | undefined;
|
|
2623
2597
|
priceDropPayload?: {
|
|
2624
2598
|
value: number;
|
|
2625
2599
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -2627,6 +2601,11 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2627
2601
|
roundStep?: number | null | undefined;
|
|
2628
2602
|
maxRounds?: number | null | undefined;
|
|
2629
2603
|
} | null | undefined;
|
|
2604
|
+
fields?: {
|
|
2605
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2606
|
+
autoFixable: boolean;
|
|
2607
|
+
error?: string | null | undefined;
|
|
2608
|
+
}[] | null | undefined;
|
|
2630
2609
|
};
|
|
2631
2610
|
} | {
|
|
2632
2611
|
type: "SCHEDULED";
|
|
@@ -2650,7 +2629,6 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2650
2629
|
};
|
|
2651
2630
|
} | null | undefined;
|
|
2652
2631
|
accountId?: string | null | undefined;
|
|
2653
|
-
requestId?: string | null | undefined;
|
|
2654
2632
|
targetDate?: Date | null | undefined;
|
|
2655
2633
|
} | null | undefined;
|
|
2656
2634
|
}[];
|