controlresell 2.8.55 → 2.9.2
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 +10 -9
- package/src/com/controlresell/api/requests/items/pricedrop/PriceDropRequest.js +6 -9
- package/src/com/controlresell/api/requests/items/pricedrop/PriceDropRequest.js.map +1 -1
- package/src/com/controlresell/api/requests/items/publish/AutomaticPublishRequestItem.js +14 -17
- package/src/com/controlresell/api/requests/items/publish/AutomaticPublishRequestItem.js.map +1 -1
- package/src/com/controlresell/api/requests/items/publish/ManualPublishRequestItem.d.ts +4 -4
- package/src/com/controlresell/api/requests/items/publish/ManualPublishRequestItem.js +13 -16
- package/src/com/controlresell/api/requests/items/publish/ManualPublishRequestItem.js.map +1 -1
- package/src/com/controlresell/api/requests/items/publish/PublishRequest.d.ts +8 -8
- package/src/com/controlresell/api/requests/items/publish/PublishRequest.js +6 -9
- package/src/com/controlresell/api/requests/items/publish/PublishRequest.js.map +1 -1
- package/src/com/controlresell/api/requests/items/publish/PublishRequestItems.d.ts +8 -8
- package/src/com/controlresell/api/requests/items/publish/PublishRequestItems.js +31 -34
- package/src/com/controlresell/api/requests/items/publish/PublishRequestItems.js.map +1 -1
- package/src/com/controlresell/api/requests/items/publish/PublishTimeSlot.d.ts +2 -2
- package/src/com/controlresell/api/requests/items/publish/PublishTimeSlot.js +4 -7
- package/src/com/controlresell/api/requests/items/publish/PublishTimeSlot.js.map +1 -1
- package/src/com/controlresell/api/requests/items/republish/RepublishRequest.d.ts +12 -12
- package/src/com/controlresell/api/requests/items/republish/RepublishRequest.js +11 -14
- package/src/com/controlresell/api/requests/items/republish/RepublishRequest.js.map +1 -1
- package/src/com/controlresell/api/requests/items/sync/DeleteRequest.d.ts +13 -0
- package/src/com/controlresell/api/requests/items/sync/DeleteRequest.d.ts.map +1 -0
- package/src/com/controlresell/api/requests/items/sync/DeleteRequest.js +6 -0
- package/src/com/controlresell/api/requests/items/sync/DeleteRequest.js.map +1 -0
- package/src/com/controlresell/api/requests/items/sync/DeleteRequest.ts +7 -0
- package/src/com/controlresell/api/requests/onboardingquiz/CreateOnboardingQuizRequest.js +5 -8
- package/src/com/controlresell/api/requests/onboardingquiz/CreateOnboardingQuizRequest.js.map +1 -1
- package/src/com/controlresell/api/requests/onboardingquiz/OnboardingQuizResponseEntry.js +4 -7
- package/src/com/controlresell/api/requests/onboardingquiz/OnboardingQuizResponseEntry.js.map +1 -1
- package/src/com/controlresell/api/requests/quizresponses/CreateQuizResponseRequest.js +7 -10
- package/src/com/controlresell/api/requests/quizresponses/CreateQuizResponseRequest.js.map +1 -1
- package/src/com/controlresell/api/requests/subscriptions/CreateSubscriptionPaymentLinkRequest.js +7 -10
- package/src/com/controlresell/api/requests/subscriptions/CreateSubscriptionPaymentLinkRequest.js.map +1 -1
- package/src/com/controlresell/api/requests/subscriptions/SubscriptionLevelQuantity.js +4 -7
- package/src/com/controlresell/api/requests/subscriptions/SubscriptionLevelQuantity.js.map +1 -1
- package/src/com/controlresell/api/responses/quizresponses/QuizResponseBaseResponse.d.ts +5 -5
- package/src/com/controlresell/api/responses/quizresponses/QuizResponseBaseResponse.js +9 -12
- package/src/com/controlresell/api/responses/quizresponses/QuizResponseBaseResponse.js.map +1 -1
- package/src/com/controlresell/api/responses/quizresponses/QuizResponseBaseResponse.ts +1 -1
- package/src/com/controlresell/api/responses/quizresponses/QuizResponseResponse.d.ts +8 -8
- package/src/com/controlresell/api/responses/quizresponses/QuizResponseResponse.js +11 -14
- package/src/com/controlresell/api/responses/quizresponses/QuizResponseResponse.js.map +1 -1
- package/src/com/controlresell/api/responses/subscriptions/BillingPortalUrlResponse.js +3 -6
- package/src/com/controlresell/api/responses/subscriptions/BillingPortalUrlResponse.js.map +1 -1
- package/src/com/controlresell/api/responses/subscriptions/SubscriptionLevelResponse.js +6 -9
- package/src/com/controlresell/api/responses/subscriptions/SubscriptionLevelResponse.js.map +1 -1
- package/src/com/controlresell/api/responses/subscriptions/SubscriptionLevelsResponse.js +4 -7
- package/src/com/controlresell/api/responses/subscriptions/SubscriptionLevelsResponse.js.map +1 -1
- package/src/com/controlresell/api/responses/subscriptions/SubscriptionPaymentLinkResponse.js +3 -6
- package/src/com/controlresell/api/responses/subscriptions/SubscriptionPaymentLinkResponse.js.map +1 -1
- package/src/com/controlresell/api/responses/subscriptions/SubscriptionStatus.d.ts +166 -26
- package/src/com/controlresell/api/responses/subscriptions/SubscriptionStatus.d.ts.map +1 -1
- package/src/com/controlresell/api/responses/subscriptions/SubscriptionStatus.js +8 -10
- package/src/com/controlresell/api/responses/subscriptions/SubscriptionStatus.js.map +1 -1
- package/src/com/controlresell/api/responses/subscriptions/SubscriptionStatus.ts +2 -1
- package/src/com/controlresell/auth/models/preferences/CreatePreferencePayload.js +7 -10
- package/src/com/controlresell/auth/models/preferences/CreatePreferencePayload.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/Preference.d.ts +109 -109
- package/src/com/controlresell/auth/models/preferences/Preference.js +12 -15
- package/src/com/controlresell/auth/models/preferences/Preference.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/PreferenceFilter.d.ts +16 -16
- package/src/com/controlresell/auth/models/preferences/PreferenceFilter.js +8 -11
- package/src/com/controlresell/auth/models/preferences/PreferenceFilter.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/PreferenceType.js +2 -5
- package/src/com/controlresell/auth/models/preferences/PreferenceType.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/PreferenceWithCase.d.ts +325 -325
- package/src/com/controlresell/auth/models/preferences/PreferenceWithCase.js +8 -11
- package/src/com/controlresell/auth/models/preferences/PreferenceWithCase.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/PreferenceWithChildren.d.ts +240 -240
- package/src/com/controlresell/auth/models/preferences/PreferenceWithChildren.js +4 -7
- package/src/com/controlresell/auth/models/preferences/PreferenceWithChildren.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/UpdatePreferencePayload.js +4 -7
- package/src/com/controlresell/auth/models/preferences/UpdatePreferencePayload.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/cases/CreatePreferenceCasePayload.d.ts +87 -87
- package/src/com/controlresell/auth/models/preferences/cases/CreatePreferenceCasePayload.js +9 -12
- package/src/com/controlresell/auth/models/preferences/cases/CreatePreferenceCasePayload.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/cases/PartialPreferenceCasePayload.d.ts +87 -87
- package/src/com/controlresell/auth/models/preferences/cases/PartialPreferenceCasePayload.js +8 -11
- package/src/com/controlresell/auth/models/preferences/cases/PartialPreferenceCasePayload.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/cases/PreferenceCase.d.ts +87 -87
- package/src/com/controlresell/auth/models/preferences/cases/PreferenceCase.js +11 -14
- package/src/com/controlresell/auth/models/preferences/cases/PreferenceCase.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/cases/UpdatePreferenceCasePayload.js +6 -9
- package/src/com/controlresell/auth/models/preferences/cases/UpdatePreferenceCasePayload.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/filters/MatchingItem.d.ts +8 -8
- package/src/com/controlresell/auth/models/preferences/filters/MatchingItem.js +11 -14
- package/src/com/controlresell/auth/models/preferences/filters/MatchingItem.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/filters/TransactionType.js +2 -5
- package/src/com/controlresell/auth/models/preferences/filters/TransactionType.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/actions/AutomaticLifecycleDistributionMode.js +12 -15
- package/src/com/controlresell/auth/models/preferences/payloads/actions/AutomaticLifecycleDistributionMode.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/actions/LifecycleDistributionMode.d.ts +8 -8
- package/src/com/controlresell/auth/models/preferences/payloads/actions/LifecycleDistributionMode.js +28 -31
- package/src/com/controlresell/auth/models/preferences/payloads/actions/LifecycleDistributionMode.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/actions/LifecycleTimeSlot.d.ts +2 -2
- package/src/com/controlresell/auth/models/preferences/payloads/actions/LifecycleTimeSlot.js +4 -7
- package/src/com/controlresell/auth/models/preferences/payloads/actions/LifecycleTimeSlot.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/actions/ManualLifecycleDistributionMode.d.ts +4 -4
- package/src/com/controlresell/auth/models/preferences/payloads/actions/ManualLifecycleDistributionMode.js +12 -15
- package/src/com/controlresell/auth/models/preferences/payloads/actions/ManualLifecycleDistributionMode.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionPayload.d.ts +4 -4
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionPayload.js +8 -11
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionPayload.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionPayloadDecodedPayload.js +25 -28
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionPayloadDecodedPayload.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionPayloadType.js +2 -5
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionPayloadType.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionsPayload.d.ts +14 -14
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionsPayload.js +9 -12
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionsPayload.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/fees/PreferenceFeesPayload.js +4 -7
- package/src/com/controlresell/auth/models/preferences/payloads/fees/PreferenceFeesPayload.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/fees/PreferenceFeesPayloadFee.js +4 -7
- package/src/com/controlresell/auth/models/preferences/payloads/fees/PreferenceFeesPayloadFee.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/prices/PreferencePricePayload.js +9 -12
- package/src/com/controlresell/auth/models/preferences/payloads/prices/PreferencePricePayload.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/prices/PreferencePricePayloadRoundType.js +2 -5
- package/src/com/controlresell/auth/models/preferences/payloads/prices/PreferencePricePayloadRoundType.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/prices/PreferencePricePayloadType.js +2 -5
- package/src/com/controlresell/auth/models/preferences/payloads/prices/PreferencePricePayloadType.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/questions/PreferenceQuestionItemPayload.js +5 -8
- package/src/com/controlresell/auth/models/preferences/payloads/questions/PreferenceQuestionItemPayload.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/questions/PreferenceQuestionsPayload.js +4 -7
- package/src/com/controlresell/auth/models/preferences/payloads/questions/PreferenceQuestionsPayload.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/retry/PreferenceRetryPayload.js +7 -10
- package/src/com/controlresell/auth/models/preferences/payloads/retry/PreferenceRetryPayload.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/retry/RetryDelayStrategy.js +2 -5
- package/src/com/controlresell/auth/models/preferences/payloads/retry/RetryDelayStrategy.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/templates/PreferenceTemplatePayload.d.ts +13 -13
- package/src/com/controlresell/auth/models/preferences/payloads/templates/PreferenceTemplatePayload.js +13 -16
- package/src/com/controlresell/auth/models/preferences/payloads/templates/PreferenceTemplatePayload.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/texts/PreferenceTextPayload.js +3 -6
- package/src/com/controlresell/auth/models/preferences/payloads/texts/PreferenceTextPayload.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/texts/PreferenceTextsPayload.js +3 -6
- package/src/com/controlresell/auth/models/preferences/payloads/texts/PreferenceTextsPayload.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/vision/PreferenceVisionPayload.js +15 -18
- package/src/com/controlresell/auth/models/preferences/payloads/vision/PreferenceVisionPayload.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/vision/TryVisionPayload.js +5 -8
- package/src/com/controlresell/auth/models/preferences/payloads/vision/TryVisionPayload.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/wait/PreferenceWaitPayload.js +3 -6
- package/src/com/controlresell/auth/models/preferences/payloads/wait/PreferenceWaitPayload.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/queue/PreferenceNextActionPayload.d.ts +396 -396
- package/src/com/controlresell/auth/models/preferences/queue/PreferenceNextActionPayload.js +13 -16
- package/src/com/controlresell/auth/models/preferences/queue/PreferenceNextActionPayload.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/queue/PreferenceNextActionPayloadType.js +2 -5
- package/src/com/controlresell/auth/models/preferences/queue/PreferenceNextActionPayloadType.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/variants/PartialPreferenceCaseVariantPayload.d.ts +67 -67
- package/src/com/controlresell/auth/models/preferences/variants/PartialPreferenceCaseVariantPayload.js +6 -9
- package/src/com/controlresell/auth/models/preferences/variants/PartialPreferenceCaseVariantPayload.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariant.d.ts +67 -67
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariant.js +8 -11
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariant.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariantDecodedPayload.d.ts +94 -94
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariantDecodedPayload.js +54 -57
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariantDecodedPayload.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariantPayload.d.ts +67 -67
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariantPayload.js +6 -9
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariantPayload.js.map +1 -1
- package/src/com/controlresell/auth/models/users/platforms/CreateUserOnPlatformPayload.js +6 -9
- package/src/com/controlresell/auth/models/users/platforms/CreateUserOnPlatformPayload.js.map +1 -1
- package/src/com/controlresell/auth/models/users/platforms/UpdateUserOnPlatformPayload.d.ts +2 -2
- package/src/com/controlresell/auth/models/users/platforms/UpdateUserOnPlatformPayload.js +9 -12
- package/src/com/controlresell/auth/models/users/platforms/UpdateUserOnPlatformPayload.js.map +1 -1
- package/src/com/controlresell/auth/models/users/platforms/UserOnPlatform.js +16 -19
- package/src/com/controlresell/auth/models/users/platforms/UserOnPlatform.js.map +1 -1
- package/src/com/controlresell/auth/models/users/platforms/UserOnPlatformStatus.js +2 -5
- package/src/com/controlresell/auth/models/users/platforms/UserOnPlatformStatus.js.map +1 -1
- package/src/com/controlresell/inbox/models/application/ControlResellInboxEnvironment.js +2 -5
- package/src/com/controlresell/inbox/models/application/ControlResellInboxEnvironment.js.map +1 -1
- package/src/com/controlresell/inbox/models/conversations/Conversation.d.ts +26 -26
- package/src/com/controlresell/inbox/models/conversations/Conversation.js +14 -17
- package/src/com/controlresell/inbox/models/conversations/Conversation.js.map +1 -1
- package/src/com/controlresell/inbox/models/conversations/ConversationFiltersContext.d.ts +2 -2
- package/src/com/controlresell/inbox/models/conversations/ConversationFiltersContext.js +8 -11
- package/src/com/controlresell/inbox/models/conversations/ConversationFiltersContext.js.map +1 -1
- package/src/com/controlresell/inbox/models/conversations/ConversationOnPlatformUpdateRequest.d.ts +68 -68
- package/src/com/controlresell/inbox/models/conversations/ConversationOnPlatformUpdateRequest.js +6 -9
- package/src/com/controlresell/inbox/models/conversations/ConversationOnPlatformUpdateRequest.js.map +1 -1
- package/src/com/controlresell/inbox/models/conversations/ConversationUpdate.d.ts +54 -54
- package/src/com/controlresell/inbox/models/conversations/ConversationUpdate.js +8 -11
- package/src/com/controlresell/inbox/models/conversations/ConversationUpdate.js.map +1 -1
- package/src/com/controlresell/inbox/models/conversations/CreateConversationPayload.js +4 -7
- package/src/com/controlresell/inbox/models/conversations/CreateConversationPayload.js.map +1 -1
- package/src/com/controlresell/inbox/models/conversations/UnreadConversationsCounts.js +4 -7
- package/src/com/controlresell/inbox/models/conversations/UnreadConversationsCounts.js.map +1 -1
- package/src/com/controlresell/inbox/models/conversations/UpdateConversationPayload.js +5 -8
- package/src/com/controlresell/inbox/models/conversations/UpdateConversationPayload.js.map +1 -1
- package/src/com/controlresell/inbox/models/conversations/UserConversations.d.ts +43 -43
- package/src/com/controlresell/inbox/models/conversations/UserConversations.js +10 -13
- package/src/com/controlresell/inbox/models/conversations/UserConversations.js.map +1 -1
- package/src/com/controlresell/inbox/models/favorites/ConversationFavorite.d.ts +2 -2
- package/src/com/controlresell/inbox/models/favorites/ConversationFavorite.js +12 -15
- package/src/com/controlresell/inbox/models/favorites/ConversationFavorite.js.map +1 -1
- package/src/com/controlresell/inbox/models/favorites/CreateConversationFavoritePayload.d.ts +2 -2
- package/src/com/controlresell/inbox/models/favorites/CreateConversationFavoritePayload.js +6 -9
- package/src/com/controlresell/inbox/models/favorites/CreateConversationFavoritePayload.js.map +1 -1
- package/src/com/controlresell/inbox/models/favorites/ReportRateLimitOnFavorites.d.ts +4 -4
- package/src/com/controlresell/inbox/models/favorites/ReportRateLimitOnFavorites.js +4 -7
- package/src/com/controlresell/inbox/models/favorites/ReportRateLimitOnFavorites.js.map +1 -1
- package/src/com/controlresell/inbox/models/favorites/SubmitFavoritesRequest.d.ts +4 -4
- package/src/com/controlresell/inbox/models/favorites/SubmitFavoritesRequest.js +6 -9
- package/src/com/controlresell/inbox/models/favorites/SubmitFavoritesRequest.js.map +1 -1
- package/src/com/controlresell/inbox/models/favorites/SubmitFavoritesResponse.d.ts +4 -4
- package/src/com/controlresell/inbox/models/favorites/SubmitFavoritesResponse.js +4 -7
- package/src/com/controlresell/inbox/models/favorites/SubmitFavoritesResponse.js.map +1 -1
- package/src/com/controlresell/inbox/models/messages/ConversationMessage.d.ts +12 -12
- package/src/com/controlresell/inbox/models/messages/ConversationMessage.js +22 -25
- package/src/com/controlresell/inbox/models/messages/ConversationMessage.js.map +1 -1
- package/src/com/controlresell/inbox/models/messages/ConversationMessageRequest.d.ts +2 -2
- package/src/com/controlresell/inbox/models/messages/ConversationMessageRequest.js +7 -10
- package/src/com/controlresell/inbox/models/messages/ConversationMessageRequest.js.map +1 -1
- package/src/com/controlresell/inbox/models/messages/ConversationMessageStatus.js +2 -5
- package/src/com/controlresell/inbox/models/messages/ConversationMessageStatus.js.map +1 -1
- package/src/com/controlresell/inbox/models/messages/CreateConversationMessagePayload.d.ts +2 -2
- package/src/com/controlresell/inbox/models/messages/CreateConversationMessagePayload.js +12 -15
- package/src/com/controlresell/inbox/models/messages/CreateConversationMessagePayload.js.map +1 -1
- package/src/com/controlresell/inbox/models/messages/PaginatedConversationMessages.d.ts +18 -18
- package/src/com/controlresell/inbox/models/messages/PaginatedConversationMessages.js +7 -10
- package/src/com/controlresell/inbox/models/messages/PaginatedConversationMessages.js.map +1 -1
- package/src/com/controlresell/inbox/models/messages/UpdateConversationMessagePayload.d.ts +2 -2
- package/src/com/controlresell/inbox/models/messages/UpdateConversationMessagePayload.js +8 -11
- package/src/com/controlresell/inbox/models/messages/UpdateConversationMessagePayload.js.map +1 -1
- package/src/com/controlresell/inbox/models/messages/files/ConversationMessageFile.d.ts +4 -4
- package/src/com/controlresell/inbox/models/messages/files/ConversationMessageFile.js +7 -10
- package/src/com/controlresell/inbox/models/messages/files/ConversationMessageFile.js.map +1 -1
- package/src/com/controlresell/inbox/models/messages/files/CreateConversationMessageFilePayload.js +4 -7
- package/src/com/controlresell/inbox/models/messages/files/CreateConversationMessageFilePayload.js.map +1 -1
- package/src/com/controlresell/inbox/models/messages/files/UpdateConversationMessageFilePayload.js +3 -6
- package/src/com/controlresell/inbox/models/messages/files/UpdateConversationMessageFilePayload.js.map +1 -1
- package/src/com/controlresell/inbox/models/messages/history/ConversationMessageStatusHistory.js +8 -11
- package/src/com/controlresell/inbox/models/messages/history/ConversationMessageStatusHistory.js.map +1 -1
- package/src/com/controlresell/inbox/models/messages/history/CreateConversationMessageStatusHistoryPayload.js +4 -7
- package/src/com/controlresell/inbox/models/messages/history/CreateConversationMessageStatusHistoryPayload.js.map +1 -1
- package/src/com/controlresell/inbox/models/messages/summary/ConversationSummary.js +7 -10
- package/src/com/controlresell/inbox/models/messages/summary/ConversationSummary.js.map +1 -1
- package/src/com/controlresell/inbox/models/messages/summary/ConversationSummaryBreakdown.js +6 -9
- package/src/com/controlresell/inbox/models/messages/summary/ConversationSummaryBreakdown.js.map +1 -1
- package/src/com/controlresell/inbox/models/messages/translations/CreateTranslatedMessagePayload.js +4 -7
- package/src/com/controlresell/inbox/models/messages/translations/CreateTranslatedMessagePayload.js.map +1 -1
- package/src/com/controlresell/inbox/models/messages/translations/TranslatedMessage.js +5 -8
- package/src/com/controlresell/inbox/models/messages/translations/TranslatedMessage.js.map +1 -1
- package/src/com/controlresell/inbox/models/messages/translations/TranslationContext.js +3 -6
- package/src/com/controlresell/inbox/models/messages/translations/TranslationContext.js.map +1 -1
- package/src/com/controlresell/inbox/models/messages/variables/PreferenceVariable.js +6 -9
- package/src/com/controlresell/inbox/models/messages/variables/PreferenceVariable.js.map +1 -1
- package/src/com/controlresell/inbox/models/messages/variables/PreferenceVariableName.js +2 -5
- package/src/com/controlresell/inbox/models/messages/variables/PreferenceVariableName.js.map +1 -1
- package/src/com/controlresell/inbox/models/messages/variables/PreferenceVariableTemplate.js +2 -5
- package/src/com/controlresell/inbox/models/messages/variables/PreferenceVariableTemplate.js.map +1 -1
- package/src/com/controlresell/inbox/models/offers/ConversationMessageOffer.d.ts +2 -2
- package/src/com/controlresell/inbox/models/offers/ConversationMessageOffer.js +10 -13
- package/src/com/controlresell/inbox/models/offers/ConversationMessageOffer.js.map +1 -1
- package/src/com/controlresell/inbox/models/offers/ConversationOfferRequest.d.ts +2 -2
- package/src/com/controlresell/inbox/models/offers/ConversationOfferRequest.js +7 -10
- package/src/com/controlresell/inbox/models/offers/ConversationOfferRequest.js.map +1 -1
- package/src/com/controlresell/inbox/models/offers/ConversationOfferUpdateRequest.js +3 -6
- package/src/com/controlresell/inbox/models/offers/ConversationOfferUpdateRequest.js.map +1 -1
- package/src/com/controlresell/inbox/models/offers/CreateConversationMessageOfferPayload.js +8 -11
- package/src/com/controlresell/inbox/models/offers/CreateConversationMessageOfferPayload.js.map +1 -1
- package/src/com/controlresell/inbox/models/offers/NegotiationOffer.js +6 -9
- package/src/com/controlresell/inbox/models/offers/NegotiationOffer.js.map +1 -1
- package/src/com/controlresell/inbox/models/offers/NegotiationParameters.js +7 -10
- package/src/com/controlresell/inbox/models/offers/NegotiationParameters.js.map +1 -1
- package/src/com/controlresell/inbox/models/offers/UpdateConversationMessageOfferPayload.js +6 -9
- package/src/com/controlresell/inbox/models/offers/UpdateConversationMessageOfferPayload.js.map +1 -1
- package/src/com/controlresell/inbox/models/preferences/MessageStreamRequest.js +4 -7
- package/src/com/controlresell/inbox/models/preferences/MessageStreamRequest.js.map +1 -1
- package/src/com/controlresell/inbox/models/preferences/MessageStreamResponse.d.ts +254 -254
- package/src/com/controlresell/inbox/models/preferences/MessageStreamResponse.js +4 -7
- package/src/com/controlresell/inbox/models/preferences/MessageStreamResponse.js.map +1 -1
- package/src/com/controlresell/inbox/models/transactions/CreateTransactionPayload.js +7 -10
- package/src/com/controlresell/inbox/models/transactions/CreateTransactionPayload.js.map +1 -1
- package/src/com/controlresell/inbox/models/transactions/Transaction.d.ts +26 -26
- package/src/com/controlresell/inbox/models/transactions/Transaction.js +11 -14
- package/src/com/controlresell/inbox/models/transactions/Transaction.js.map +1 -1
- package/src/com/controlresell/inbox/models/transactions/UpdateTransactionPayload.js +6 -9
- package/src/com/controlresell/inbox/models/transactions/UpdateTransactionPayload.js.map +1 -1
- package/src/com/controlresell/inbox/models/transactions/items/CreateItemInTransactionPayload.js +3 -6
- package/src/com/controlresell/inbox/models/transactions/items/CreateItemInTransactionPayload.js.map +1 -1
- package/src/com/controlresell/inbox/models/transactions/items/ItemInTransaction.d.ts +12 -12
- package/src/com/controlresell/inbox/models/transactions/items/ItemInTransaction.js +6 -9
- package/src/com/controlresell/inbox/models/transactions/items/ItemInTransaction.js.map +1 -1
- package/src/com/controlresell/inbox/models/transactions/items/TransactionWithItems.d.ts +539 -530
- package/src/com/controlresell/inbox/models/transactions/items/TransactionWithItems.d.ts.map +1 -1
- package/src/com/controlresell/inbox/models/transactions/items/TransactionWithItems.js +6 -9
- package/src/com/controlresell/inbox/models/transactions/items/TransactionWithItems.js.map +1 -1
- package/src/com/controlresell/inbox/models/users/ConversationUser.d.ts +4 -4
- package/src/com/controlresell/inbox/models/users/ConversationUser.js +12 -15
- package/src/com/controlresell/inbox/models/users/ConversationUser.js.map +1 -1
- package/src/com/controlresell/inbox/models/users/CreateConversationUserPayload.js +8 -11
- package/src/com/controlresell/inbox/models/users/CreateConversationUserPayload.js.map +1 -1
- package/src/com/controlresell/inbox/models/users/UpdateConversationUserPayload.js +7 -10
- package/src/com/controlresell/inbox/models/users/UpdateConversationUserPayload.js.map +1 -1
- package/src/com/controlresell/inventory/models/application/ControlResellInventoryEnvironment.js +2 -5
- package/src/com/controlresell/inventory/models/application/ControlResellInventoryEnvironment.js.map +1 -1
- package/src/com/controlresell/inventory/models/customers/Customer.d.ts +2 -2
- package/src/com/controlresell/inventory/models/customers/Customer.js +14 -17
- package/src/com/controlresell/inventory/models/customers/Customer.js.map +1 -1
- package/src/com/controlresell/inventory/models/customers/VerifyCustomerRequest.js +3 -6
- package/src/com/controlresell/inventory/models/customers/VerifyCustomerRequest.js.map +1 -1
- package/src/com/controlresell/inventory/models/customers/contracts/Contract.d.ts +4 -4
- package/src/com/controlresell/inventory/models/customers/contracts/Contract.js +8 -11
- package/src/com/controlresell/inventory/models/customers/contracts/Contract.js.map +1 -1
- package/src/com/controlresell/inventory/models/customers/contracts/ContractItem.d.ts +2 -2
- package/src/com/controlresell/inventory/models/customers/contracts/ContractItem.js +4 -7
- package/src/com/controlresell/inventory/models/customers/contracts/ContractItem.js.map +1 -1
- package/src/com/controlresell/inventory/models/customers/contracts/CreateContractPayload.js +3 -6
- package/src/com/controlresell/inventory/models/customers/contracts/CreateContractPayload.js.map +1 -1
- package/src/com/controlresell/inventory/models/customers/contracts/PrepareContractPayload.d.ts +4 -4
- package/src/com/controlresell/inventory/models/customers/contracts/PrepareContractPayload.js +5 -8
- package/src/com/controlresell/inventory/models/customers/contracts/PrepareContractPayload.js.map +1 -1
- package/src/com/controlresell/inventory/models/customers/contracts/PrepareContractResponse.d.ts +4 -4
- package/src/com/controlresell/inventory/models/customers/contracts/PrepareContractResponse.js +4 -7
- package/src/com/controlresell/inventory/models/customers/contracts/PrepareContractResponse.js.map +1 -1
- package/src/com/controlresell/inventory/models/fees/Fee.d.ts +4 -4
- package/src/com/controlresell/inventory/models/fees/Fee.js +18 -21
- package/src/com/controlresell/inventory/models/fees/Fee.js.map +1 -1
- package/src/com/controlresell/inventory/models/fees/FeeRecurrence.js +2 -5
- package/src/com/controlresell/inventory/models/fees/FeeRecurrence.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/CreatedItems.d.ts +514 -500
- package/src/com/controlresell/inventory/models/items/CreatedItems.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/CreatedItems.js +6 -9
- package/src/com/controlresell/inventory/models/items/CreatedItems.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/Item.d.ts +339 -332
- package/src/com/controlresell/inventory/models/items/Item.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/Item.js +47 -50
- package/src/com/controlresell/inventory/models/items/Item.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/ItemFiltersContext.d.ts +12 -12
- package/src/com/controlresell/inventory/models/items/ItemFiltersContext.js +38 -41
- package/src/com/controlresell/inventory/models/items/ItemFiltersContext.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/ItemPayload.d.ts +16 -16
- package/src/com/controlresell/inventory/models/items/ItemPayload.js +34 -37
- package/src/com/controlresell/inventory/models/items/ItemPayload.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/ItemSoldPayload.d.ts +2 -2
- package/src/com/controlresell/inventory/models/items/ItemSoldPayload.js +6 -9
- package/src/com/controlresell/inventory/models/items/ItemSoldPayload.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/ItemSort.js +2 -5
- package/src/com/controlresell/inventory/models/items/ItemSort.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/ItemUpdate.d.ts +501 -492
- package/src/com/controlresell/inventory/models/items/ItemUpdate.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/ItemUpdate.js +7 -10
- package/src/com/controlresell/inventory/models/items/ItemUpdate.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/ItemsWithFilters.d.ts +501 -492
- package/src/com/controlresell/inventory/models/items/ItemsWithFilters.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/ItemsWithFilters.js +8 -11
- package/src/com/controlresell/inventory/models/items/ItemsWithFilters.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/UpdatedItem.d.ts +521 -507
- package/src/com/controlresell/inventory/models/items/UpdatedItem.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/UpdatedItem.js +6 -9
- package/src/com/controlresell/inventory/models/items/UpdatedItem.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/analysis/ItemAnalysisCompletion.d.ts +8 -8
- package/src/com/controlresell/inventory/models/items/analysis/ItemAnalysisCompletion.js +11 -14
- package/src/com/controlresell/inventory/models/items/analysis/ItemAnalysisCompletion.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/analysis/ItemAnalysisRequest.d.ts +27 -27
- package/src/com/controlresell/inventory/models/items/analysis/ItemAnalysisRequest.js +6 -9
- package/src/com/controlresell/inventory/models/items/analysis/ItemAnalysisRequest.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/fields/ItemField.js +6 -9
- package/src/com/controlresell/inventory/models/items/fields/ItemField.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/fields/ItemFieldPayload.js +5 -8
- package/src/com/controlresell/inventory/models/items/fields/ItemFieldPayload.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/files/CreateItemFilePayload.js +4 -7
- package/src/com/controlresell/inventory/models/items/files/CreateItemFilePayload.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/files/ItemFile.d.ts +4 -4
- package/src/com/controlresell/inventory/models/items/files/ItemFile.js +8 -11
- package/src/com/controlresell/inventory/models/items/files/ItemFile.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/files/UpdateItemFilePayload.js +3 -6
- package/src/com/controlresell/inventory/models/items/files/UpdateItemFilePayload.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/filters/FilterClusterData.js +6 -9
- package/src/com/controlresell/inventory/models/items/filters/FilterClusterData.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/filters/FilterClusters.d.ts +4 -4
- package/src/com/controlresell/inventory/models/items/filters/FilterClusters.js +9 -12
- package/src/com/controlresell/inventory/models/items/filters/FilterClusters.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/filters/FilterRange.js +4 -7
- package/src/com/controlresell/inventory/models/items/filters/FilterRange.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/filters/ItemFilterRanges.d.ts +4 -4
- package/src/com/controlresell/inventory/models/items/filters/ItemFilterRanges.js +9 -12
- package/src/com/controlresell/inventory/models/items/filters/ItemFilterRanges.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/CreateItemHistoryPayload.d.ts +148 -148
- package/src/com/controlresell/inventory/models/items/history/CreateItemHistoryPayload.js +8 -11
- package/src/com/controlresell/inventory/models/items/history/CreateItemHistoryPayload.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/ItemHistory.d.ts +150 -150
- package/src/com/controlresell/inventory/models/items/history/ItemHistory.js +13 -16
- package/src/com/controlresell/inventory/models/items/history/ItemHistory.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/ItemHistoryDecodedPayload.d.ts +220 -220
- package/src/com/controlresell/inventory/models/items/history/ItemHistoryDecodedPayload.js +65 -68
- package/src/com/controlresell/inventory/models/items/history/ItemHistoryDecodedPayload.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/ItemHistoryType.js +2 -5
- package/src/com/controlresell/inventory/models/items/history/ItemHistoryType.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/ItemHistoryTypeWithCount.js +5 -8
- package/src/com/controlresell/inventory/models/items/history/ItemHistoryTypeWithCount.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryActionCanceledPayload.js +3 -6
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryActionCanceledPayload.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryBuyerPaidPayload.js +5 -8
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryBuyerPaidPayload.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryDeliveredPayload.js +5 -8
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryDeliveredPayload.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryFailedToPublishPayload.d.ts +4 -4
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryFailedToPublishPayload.js +9 -12
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryFailedToPublishPayload.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryImageProcessingDone.js +7 -10
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryImageProcessingDone.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryImportedPayload.d.ts +42 -42
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryImportedPayload.js +4 -7
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryImportedPayload.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryLifecycleCompletedPayload.js +3 -6
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryLifecycleCompletedPayload.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryLifecycleStartedPayload.d.ts +2 -2
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryLifecycleStartedPayload.js +4 -7
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryLifecycleStartedPayload.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryRepublishingPayload.d.ts +4 -4
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryRepublishingPayload.js +9 -12
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryRepublishingPayload.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryRepublishingRetryPayload.d.ts +14 -14
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryRepublishingRetryPayload.js +12 -15
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryRepublishingRetryPayload.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryScheduledPayload.js +5 -8
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryScheduledPayload.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryScheduledRetryPayload.d.ts +6 -6
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryScheduledRetryPayload.js +10 -13
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryScheduledRetryPayload.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/images/ImageVariation.js +8 -11
- package/src/com/controlresell/inventory/models/items/images/ImageVariation.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/labels/CreateItemLabelPayload.js +4 -7
- package/src/com/controlresell/inventory/models/items/labels/CreateItemLabelPayload.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/labels/ItemLabel.d.ts +13 -8
- package/src/com/controlresell/inventory/models/items/labels/ItemLabel.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/labels/ItemLabel.js +7 -10
- package/src/com/controlresell/inventory/models/items/labels/ItemLabel.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/platforms/CreateItemOnPlatformPayload.d.ts +2 -2
- package/src/com/controlresell/inventory/models/items/platforms/CreateItemOnPlatformPayload.js +11 -14
- package/src/com/controlresell/inventory/models/items/platforms/CreateItemOnPlatformPayload.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/platforms/ItemOnPlatform.d.ts +6 -6
- package/src/com/controlresell/inventory/models/items/platforms/ItemOnPlatform.js +19 -22
- package/src/com/controlresell/inventory/models/items/platforms/ItemOnPlatform.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/platforms/ItemOnPlatformStatus.js +2 -5
- package/src/com/controlresell/inventory/models/items/platforms/ItemOnPlatformStatus.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/platforms/ItemOnPlatformUpdateRequest.d.ts +42 -42
- package/src/com/controlresell/inventory/models/items/platforms/ItemOnPlatformUpdateRequest.js +6 -9
- package/src/com/controlresell/inventory/models/items/platforms/ItemOnPlatformUpdateRequest.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/platforms/UpdateItemOnPlatformPayload.d.ts +4 -4
- package/src/com/controlresell/inventory/models/items/platforms/UpdateItemOnPlatformPayload.js +9 -12
- package/src/com/controlresell/inventory/models/items/platforms/UpdateItemOnPlatformPayload.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/summary/InvestmentSummary.js +7 -10
- package/src/com/controlresell/inventory/models/items/summary/InvestmentSummary.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/summary/InvestmentSummaryBreakdown.js +6 -9
- package/src/com/controlresell/inventory/models/items/summary/InvestmentSummaryBreakdown.js.map +1 -1
- package/src/com/controlresell/inventory/models/metadata/brands/Brand.d.ts +7 -4
- package/src/com/controlresell/inventory/models/metadata/brands/Brand.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/metadata/brands/Brand.js +9 -11
- package/src/com/controlresell/inventory/models/metadata/brands/Brand.js.map +1 -1
- package/src/com/controlresell/inventory/models/metadata/brands/Brand.ts +2 -1
- package/src/com/controlresell/inventory/models/metadata/brands/CreateBrandPayload.js +3 -6
- package/src/com/controlresell/inventory/models/metadata/brands/CreateBrandPayload.js.map +1 -1
- package/src/com/controlresell/inventory/models/metadata/colors/Color.d.ts +3 -0
- package/src/com/controlresell/inventory/models/metadata/colors/Color.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/metadata/colors/Color.js +5 -7
- package/src/com/controlresell/inventory/models/metadata/colors/Color.js.map +1 -1
- package/src/com/controlresell/inventory/models/metadata/colors/Color.ts +2 -1
- package/src/com/controlresell/inventory/models/metadata/favorites/CreateFavoriteMetadataPayload.js +6 -9
- package/src/com/controlresell/inventory/models/metadata/favorites/CreateFavoriteMetadataPayload.js.map +1 -1
- package/src/com/controlresell/inventory/models/metadata/favorites/FavoriteMetadata.js +8 -11
- package/src/com/controlresell/inventory/models/metadata/favorites/FavoriteMetadata.js.map +1 -1
- package/src/com/controlresell/inventory/models/metadata/favorites/FavoriteMetadataType.js +2 -5
- package/src/com/controlresell/inventory/models/metadata/favorites/FavoriteMetadataType.js.map +1 -1
- package/src/com/controlresell/inventory/models/metadata/labels/CreateLabelPayload.js +3 -6
- package/src/com/controlresell/inventory/models/metadata/labels/CreateLabelPayload.js.map +1 -1
- package/src/com/controlresell/inventory/models/metadata/labels/Label.d.ts +7 -4
- package/src/com/controlresell/inventory/models/metadata/labels/Label.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/metadata/labels/Label.js +10 -12
- package/src/com/controlresell/inventory/models/metadata/labels/Label.js.map +1 -1
- package/src/com/controlresell/inventory/models/metadata/labels/Label.ts +2 -1
- package/src/com/controlresell/inventory/models/metadata/packageSize/PackageSize.d.ts +3 -0
- package/src/com/controlresell/inventory/models/metadata/packageSize/PackageSize.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/metadata/packageSize/PackageSize.js +6 -8
- package/src/com/controlresell/inventory/models/metadata/packageSize/PackageSize.js.map +1 -1
- package/src/com/controlresell/inventory/models/metadata/packageSize/PackageSize.ts +2 -1
- package/src/com/controlresell/inventory/models/metadata/places/CreatePlacePayload.js +3 -6
- package/src/com/controlresell/inventory/models/metadata/places/CreatePlacePayload.js.map +1 -1
- package/src/com/controlresell/inventory/models/metadata/places/Place.d.ts +5 -2
- package/src/com/controlresell/inventory/models/metadata/places/Place.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/metadata/places/Place.js +8 -10
- package/src/com/controlresell/inventory/models/metadata/places/Place.js.map +1 -1
- package/src/com/controlresell/inventory/models/metadata/places/Place.ts +2 -1
- package/src/com/controlresell/inventory/models/metadata/sizes/Size.d.ts +3 -0
- package/src/com/controlresell/inventory/models/metadata/sizes/Size.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/metadata/sizes/Size.js +6 -8
- package/src/com/controlresell/inventory/models/metadata/sizes/Size.js.map +1 -1
- package/src/com/controlresell/inventory/models/metadata/sizes/Size.ts +2 -1
- package/src/com/controlresell/inventory/models/metadata/statuses/Status.d.ts +5 -2
- package/src/com/controlresell/inventory/models/metadata/statuses/Status.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/metadata/statuses/Status.js +6 -8
- package/src/com/controlresell/inventory/models/metadata/statuses/Status.js.map +1 -1
- package/src/com/controlresell/inventory/models/metadata/statuses/Status.ts +2 -1
- package/src/com/controlresell/models/application/Versions.js +3 -6
- package/src/com/controlresell/models/application/Versions.js.map +1 -1
- package/src/com/controlresell/models/auth/AuthCode.d.ts +3 -0
- package/src/com/controlresell/models/auth/AuthCode.d.ts.map +1 -1
- package/src/com/controlresell/models/auth/AuthCode.js +8 -10
- package/src/com/controlresell/models/auth/AuthCode.js.map +1 -1
- package/src/com/controlresell/models/auth/AuthCode.ts +2 -1
- package/src/com/controlresell/models/auth/AuthCodeType.js +2 -5
- package/src/com/controlresell/models/auth/AuthCodeType.js.map +1 -1
- package/src/com/controlresell/models/auth/AuthToken.js +6 -9
- package/src/com/controlresell/models/auth/AuthToken.js.map +1 -1
- package/src/com/controlresell/models/auth/CreateAuthCodePayload.js +5 -8
- package/src/com/controlresell/models/auth/CreateAuthCodePayload.js.map +1 -1
- package/src/com/controlresell/models/auth/EmailPayload.js +3 -6
- package/src/com/controlresell/models/auth/EmailPayload.js.map +1 -1
- package/src/com/controlresell/models/auth/LoginPayload.js +4 -7
- package/src/com/controlresell/models/auth/LoginPayload.js.map +1 -1
- package/src/com/controlresell/models/auth/RefreshTokenPayload.js +3 -6
- package/src/com/controlresell/models/auth/RefreshTokenPayload.js.map +1 -1
- package/src/com/controlresell/models/auth/RegisterPayload.js +4 -7
- package/src/com/controlresell/models/auth/RegisterPayload.js.map +1 -1
- package/src/com/controlresell/models/auth/ResetPasswordPayload.js +3 -6
- package/src/com/controlresell/models/auth/ResetPasswordPayload.js.map +1 -1
- package/src/com/controlresell/models/auth/SwitchAccountPayload.js +4 -7
- package/src/com/controlresell/models/auth/SwitchAccountPayload.js.map +1 -1
- package/src/com/controlresell/models/catalogs/Catalog.d.ts +3 -0
- package/src/com/controlresell/models/catalogs/Catalog.d.ts.map +1 -1
- package/src/com/controlresell/models/catalogs/Catalog.js +7 -9
- package/src/com/controlresell/models/catalogs/Catalog.js.map +1 -1
- package/src/com/controlresell/models/catalogs/Catalog.ts +2 -1
- package/src/com/controlresell/models/catalogs/CatalogRoot.d.ts +5 -0
- package/src/com/controlresell/models/catalogs/CatalogRoot.d.ts.map +1 -1
- package/src/com/controlresell/models/catalogs/CatalogRoot.js +4 -7
- package/src/com/controlresell/models/catalogs/CatalogRoot.js.map +1 -1
- package/src/com/controlresell/models/catalogs/ColorRoot.d.ts +5 -0
- package/src/com/controlresell/models/catalogs/ColorRoot.d.ts.map +1 -1
- package/src/com/controlresell/models/catalogs/ColorRoot.js +4 -7
- package/src/com/controlresell/models/catalogs/ColorRoot.js.map +1 -1
- package/src/com/controlresell/models/catalogs/PackageSizesAndStatuses.d.ts +19 -9
- package/src/com/controlresell/models/catalogs/PackageSizesAndStatuses.d.ts.map +1 -1
- package/src/com/controlresell/models/catalogs/PackageSizesAndStatuses.js +6 -9
- package/src/com/controlresell/models/catalogs/PackageSizesAndStatuses.js.map +1 -1
- package/src/com/controlresell/models/catalogs/SizeGroup.d.ts +5 -0
- package/src/com/controlresell/models/catalogs/SizeGroup.d.ts.map +1 -1
- package/src/com/controlresell/models/catalogs/SizeGroup.js +7 -10
- package/src/com/controlresell/models/catalogs/SizeGroup.js.map +1 -1
- package/src/com/controlresell/models/catalogs/SizeRoot.d.ts +7 -0
- package/src/com/controlresell/models/catalogs/SizeRoot.d.ts.map +1 -1
- package/src/com/controlresell/models/catalogs/SizeRoot.js +4 -7
- package/src/com/controlresell/models/catalogs/SizeRoot.js.map +1 -1
- package/src/com/controlresell/models/conversations/FetchConversationsRequest.js +5 -8
- package/src/com/controlresell/models/conversations/FetchConversationsRequest.js.map +1 -1
- package/src/com/controlresell/models/conversations/FetchConversationsResponse.js +4 -7
- package/src/com/controlresell/models/conversations/FetchConversationsResponse.js.map +1 -1
- package/src/com/controlresell/models/fields/SpotConfig.js +5 -8
- package/src/com/controlresell/models/fields/SpotConfig.js.map +1 -1
- package/src/com/controlresell/models/fields/SpotDefaultValue.js +5 -8
- package/src/com/controlresell/models/fields/SpotDefaultValue.js.map +1 -1
- package/src/com/controlresell/models/fields/SpotValue.js +4 -7
- package/src/com/controlresell/models/fields/SpotValue.js.map +1 -1
- package/src/com/controlresell/models/filters/SavedFilters.d.ts +26 -26
- package/src/com/controlresell/models/filters/SavedFilters.js +7 -10
- package/src/com/controlresell/models/filters/SavedFilters.js.map +1 -1
- package/src/com/controlresell/models/filters/SavedFiltersPayload.d.ts +24 -24
- package/src/com/controlresell/models/filters/SavedFiltersPayload.js +4 -7
- package/src/com/controlresell/models/filters/SavedFiltersPayload.js.map +1 -1
- package/src/com/controlresell/models/orders/FetchOrdersRequest.d.ts +4 -4
- package/src/com/controlresell/models/orders/FetchOrdersRequest.js +5 -8
- package/src/com/controlresell/models/orders/FetchOrdersRequest.js.map +1 -1
- package/src/com/controlresell/models/orders/FetchOrdersResponse.d.ts +4 -4
- package/src/com/controlresell/models/orders/FetchOrdersResponse.js +4 -7
- package/src/com/controlresell/models/orders/FetchOrdersResponse.js.map +1 -1
- package/src/com/controlresell/models/platforms/labels/CreateOrderLabelPayload.js +5 -8
- package/src/com/controlresell/models/platforms/labels/CreateOrderLabelPayload.js.map +1 -1
- package/src/com/controlresell/models/platforms/labels/OrderLabel.d.ts +12 -12
- package/src/com/controlresell/models/platforms/labels/OrderLabel.js +11 -14
- package/src/com/controlresell/models/platforms/labels/OrderLabel.js.map +1 -1
- package/src/com/controlresell/models/platforms/labels/UpdateOrderLabelPayload.js +4 -7
- package/src/com/controlresell/models/platforms/labels/UpdateOrderLabelPayload.js.map +1 -1
- package/src/com/controlresell/models/platforms/metrics/DailyMetrics.js +5 -8
- package/src/com/controlresell/models/platforms/metrics/DailyMetrics.js.map +1 -1
- package/src/com/controlresell/models/platforms/metrics/HourlyMetrics.js +5 -8
- package/src/com/controlresell/models/platforms/metrics/HourlyMetrics.js.map +1 -1
- package/src/com/controlresell/models/platforms/metrics/ItemMetricsResponse.js +9 -12
- package/src/com/controlresell/models/platforms/metrics/ItemMetricsResponse.js.map +1 -1
- package/src/com/controlresell/models/platforms/metrics/ItemsMetricsResponse.js +4 -7
- package/src/com/controlresell/models/platforms/metrics/ItemsMetricsResponse.js.map +1 -1
- package/src/com/controlresell/models/platforms/orders/BatchUpdateOrdersPayload.d.ts +8 -8
- package/src/com/controlresell/models/platforms/orders/BatchUpdateOrdersPayload.js +5 -8
- package/src/com/controlresell/models/platforms/orders/BatchUpdateOrdersPayload.js.map +1 -1
- package/src/com/controlresell/models/platforms/orders/CreateOrderPayload.d.ts +2 -2
- package/src/com/controlresell/models/platforms/orders/CreateOrderPayload.js +12 -15
- package/src/com/controlresell/models/platforms/orders/CreateOrderPayload.js.map +1 -1
- package/src/com/controlresell/models/platforms/orders/Order.d.ts +79 -79
- package/src/com/controlresell/models/platforms/orders/Order.js +20 -23
- package/src/com/controlresell/models/platforms/orders/Order.js.map +1 -1
- package/src/com/controlresell/models/platforms/orders/OrderFiltersContext.d.ts +6 -6
- package/src/com/controlresell/models/platforms/orders/OrderFiltersContext.js +13 -16
- package/src/com/controlresell/models/platforms/orders/OrderFiltersContext.js.map +1 -1
- package/src/com/controlresell/models/platforms/orders/OrderLabelUpdate.d.ts +18 -18
- package/src/com/controlresell/models/platforms/orders/OrderLabelUpdate.js +7 -10
- package/src/com/controlresell/models/platforms/orders/OrderLabelUpdate.js.map +1 -1
- package/src/com/controlresell/models/platforms/orders/OrderOnPlatformUpdateRequest.d.ts +4 -4
- package/src/com/controlresell/models/platforms/orders/OrderOnPlatformUpdateRequest.js +6 -9
- package/src/com/controlresell/models/platforms/orders/OrderOnPlatformUpdateRequest.js.map +1 -1
- package/src/com/controlresell/models/platforms/orders/OrderType.js +2 -5
- package/src/com/controlresell/models/platforms/orders/OrderType.js.map +1 -1
- package/src/com/controlresell/models/platforms/orders/UpdateOrderPayload.d.ts +4 -4
- package/src/com/controlresell/models/platforms/orders/UpdateOrderPayload.js +9 -12
- package/src/com/controlresell/models/platforms/orders/UpdateOrderPayload.js.map +1 -1
- package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts +899 -888
- package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/UserOrders.js +8 -11
- package/src/com/controlresell/models/platforms/orders/UserOrders.js.map +1 -1
- package/src/com/controlresell/models/platforms/orders/items/CreateItemInOrderPayload.js +3 -6
- package/src/com/controlresell/models/platforms/orders/items/CreateItemInOrderPayload.js.map +1 -1
- package/src/com/controlresell/models/platforms/orders/items/ItemInOrder.d.ts +12 -12
- package/src/com/controlresell/models/platforms/orders/items/ItemInOrder.js +6 -9
- package/src/com/controlresell/models/platforms/orders/items/ItemInOrder.js.map +1 -1
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts +659 -650
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.js +6 -9
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.js.map +1 -1
- package/src/com/controlresell/models/platforms/pickups/CreatePickupPointInOrderPayload.js +7 -10
- package/src/com/controlresell/models/platforms/pickups/CreatePickupPointInOrderPayload.js.map +1 -1
- package/src/com/controlresell/models/platforms/pickups/CreatePickupPointPayload.js +11 -14
- package/src/com/controlresell/models/platforms/pickups/CreatePickupPointPayload.js.map +1 -1
- package/src/com/controlresell/models/platforms/pickups/PickupPoint.js +13 -16
- package/src/com/controlresell/models/platforms/pickups/PickupPoint.js.map +1 -1
- package/src/com/controlresell/models/platforms/pickups/PickupPointInOrder.js +10 -13
- package/src/com/controlresell/models/platforms/pickups/PickupPointInOrder.js.map +1 -1
- package/src/com/controlresell/models/platforms/pickups/UpdatePickupPointPayload.js +10 -13
- package/src/com/controlresell/models/platforms/pickups/UpdatePickupPointPayload.js.map +1 -1
- package/src/com/controlresell/models/users/CreateUserPayload.js +6 -9
- package/src/com/controlresell/models/users/CreateUserPayload.js.map +1 -1
- package/src/com/controlresell/models/users/GettingStartedSteps.js +7 -10
- package/src/com/controlresell/models/users/GettingStartedSteps.js.map +1 -1
- package/src/com/controlresell/models/users/UpdateUserPayload.js +12 -15
- package/src/com/controlresell/models/users/UpdateUserPayload.js.map +1 -1
- package/src/com/controlresell/models/users/User.d.ts +9 -6
- package/src/com/controlresell/models/users/User.d.ts.map +1 -1
- package/src/com/controlresell/models/users/User.js +20 -22
- package/src/com/controlresell/models/users/User.js.map +1 -1
- package/src/com/controlresell/models/users/User.ts +2 -1
- package/src/com/controlresell/models/users/UserContext.js +4 -7
- package/src/com/controlresell/models/users/UserContext.js.map +1 -1
- package/src/com/controlresell/models/users/Wallet.js +5 -8
- package/src/com/controlresell/models/users/Wallet.js.map +1 -1
- package/src/com/controlresell/models/users/affiliates/Affiliate.d.ts +3 -0
- package/src/com/controlresell/models/users/affiliates/Affiliate.d.ts.map +1 -1
- package/src/com/controlresell/models/users/affiliates/Affiliate.js +5 -7
- package/src/com/controlresell/models/users/affiliates/Affiliate.js.map +1 -1
- package/src/com/controlresell/models/users/affiliates/Affiliate.ts +2 -1
- package/src/com/controlresell/models/users/fields/Field.d.ts +2 -2
- package/src/com/controlresell/models/users/fields/Field.js +11 -14
- package/src/com/controlresell/models/users/fields/Field.js.map +1 -1
- package/src/com/controlresell/models/users/fields/FieldConfig.js +5 -8
- package/src/com/controlresell/models/users/fields/FieldConfig.js.map +1 -1
- package/src/com/controlresell/models/users/fields/FieldPayload.js +8 -11
- package/src/com/controlresell/models/users/fields/FieldPayload.js.map +1 -1
- package/src/com/controlresell/models/users/fields/FieldType.js +2 -5
- package/src/com/controlresell/models/users/fields/FieldType.js.map +1 -1
- package/src/com/controlresell/models/users/fields/FieldsWithData.d.ts +4 -4
- package/src/com/controlresell/models/users/fields/FieldsWithData.js +5 -8
- package/src/com/controlresell/models/users/fields/FieldsWithData.js.map +1 -1
- package/src/com/controlresell/models/users/platforms/PlatformAuthRequest.js +6 -9
- package/src/com/controlresell/models/users/platforms/PlatformAuthRequest.js.map +1 -1
- package/src/com/controlresell/models/users/platforms/PlatformJobUpdate.js +7 -10
- package/src/com/controlresell/models/users/platforms/PlatformJobUpdate.js.map +1 -1
- package/src/com/controlresell/models/users/platforms/PlatformJobUpdateType.js +2 -5
- package/src/com/controlresell/models/users/platforms/PlatformJobUpdateType.js.map +1 -1
- package/src/com/controlresell/models/users/platforms/UserOnPlatformRequest.js +6 -9
- package/src/com/controlresell/models/users/platforms/UserOnPlatformRequest.js.map +1 -1
- package/src/com/controlresell/models/users/platforms/UserOnPlatformSessionMessage.js +7 -10
- package/src/com/controlresell/models/users/platforms/UserOnPlatformSessionMessage.js.map +1 -1
- package/src/com/controlresell/models/users/ws/ResourceUpdate.d.ts +92 -36
- package/src/com/controlresell/models/users/ws/ResourceUpdate.d.ts.map +1 -1
- package/src/com/controlresell/models/users/ws/ResourceUpdate.js +7 -10
- package/src/com/controlresell/models/users/ws/ResourceUpdate.js.map +1 -1
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts +1348 -1218
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/users/ws/UserWsPayload.js +58 -61
- package/src/com/controlresell/models/users/ws/UserWsPayload.js.map +1 -1
- package/src/com/controlresell/models/users/ws/UserWsResourcePayload.d.ts +128 -48
- package/src/com/controlresell/models/users/ws/UserWsResourcePayload.d.ts.map +1 -1
- package/src/com/controlresell/models/users/ws/UserWsResourcePayload.js +52 -55
- package/src/com/controlresell/models/users/ws/UserWsResourcePayload.js.map +1 -1
- package/src/com/controlresell/notify/models/notifications/CreateNotificationPreferencePayload.js +4 -7
- package/src/com/controlresell/notify/models/notifications/CreateNotificationPreferencePayload.js.map +1 -1
- package/src/com/controlresell/notify/models/notifications/CreateNotificationTokenPayload.js +3 -6
- package/src/com/controlresell/notify/models/notifications/CreateNotificationTokenPayload.js.map +1 -1
- package/src/com/controlresell/notify/models/notifications/CreateNotificationTokenPayloadWithUser.d.ts +2 -2
- package/src/com/controlresell/notify/models/notifications/CreateNotificationTokenPayloadWithUser.js +5 -8
- package/src/com/controlresell/notify/models/notifications/CreateNotificationTokenPayloadWithUser.js.map +1 -1
- package/src/com/controlresell/notify/models/notifications/NotificationPreference.d.ts +4 -4
- package/src/com/controlresell/notify/models/notifications/NotificationPreference.js +7 -10
- package/src/com/controlresell/notify/models/notifications/NotificationPreference.js.map +1 -1
- package/src/com/controlresell/notify/models/notifications/NotificationToken.d.ts +2 -2
- package/src/com/controlresell/notify/models/notifications/NotificationToken.js +5 -8
- package/src/com/controlresell/notify/models/notifications/NotificationToken.js.map +1 -1
- package/src/com/controlresell/notify/models/notifications/NotificationType.js +2 -5
- package/src/com/controlresell/notify/models/notifications/NotificationType.js.map +1 -1
- package/src/com/controlresell/notify/models/notifications/UpdateNotificationPreferencePayload.js +4 -7
- package/src/com/controlresell/notify/models/notifications/UpdateNotificationPreferencePayload.js.map +1 -1
- package/src/com/controlresell/storage/models/files/CreateFilePayload.js +3 -6
- package/src/com/controlresell/storage/models/files/CreateFilePayload.js.map +1 -1
- package/src/com/controlresell/storage/models/files/File.d.ts +2 -2
- package/src/com/controlresell/storage/models/files/File.js +8 -11
- package/src/com/controlresell/storage/models/files/File.js.map +1 -1
- package/src/com/controlresell/subscriptions/api/CreateSubscriptionHistoryPayload.d.ts +109 -9
- package/src/com/controlresell/subscriptions/api/CreateSubscriptionHistoryPayload.d.ts.map +1 -1
- package/src/com/controlresell/subscriptions/api/CreateSubscriptionHistoryPayload.js +12 -12
- package/src/com/controlresell/subscriptions/api/CreateSubscriptionHistoryPayload.js.map +1 -1
- package/src/com/controlresell/subscriptions/api/CreateSubscriptionHistoryPayload.ts +6 -3
- package/src/com/controlresell/subscriptions/models/CancellationReason.d.ts +4 -0
- package/src/com/controlresell/subscriptions/models/CancellationReason.d.ts.map +1 -0
- package/src/com/controlresell/subscriptions/models/CancellationReason.js +5 -0
- package/src/com/controlresell/subscriptions/models/CancellationReason.js.map +1 -0
- package/src/com/controlresell/subscriptions/models/CancellationReason.ts +6 -0
- package/src/com/controlresell/subscriptions/models/SubscriptionHistory.d.ts +113 -13
- package/src/com/controlresell/subscriptions/models/SubscriptionHistory.d.ts.map +1 -1
- package/src/com/controlresell/subscriptions/models/SubscriptionHistory.js +16 -16
- package/src/com/controlresell/subscriptions/models/SubscriptionHistory.js.map +1 -1
- package/src/com/controlresell/subscriptions/models/SubscriptionHistory.ts +6 -3
- package/src/com/controlresell/subscriptions/models/SubscriptionHistoryMetadata.d.ts +132 -0
- package/src/com/controlresell/subscriptions/models/SubscriptionHistoryMetadata.d.ts.map +1 -0
- package/src/com/controlresell/subscriptions/models/SubscriptionHistoryMetadata.js +33 -0
- package/src/com/controlresell/subscriptions/models/SubscriptionHistoryMetadata.js.map +1 -0
- package/src/com/controlresell/subscriptions/models/SubscriptionHistoryMetadata.ts +42 -0
- package/src/com/controlresell/subscriptions/models/SubscriptionHistorySource.d.ts +4 -0
- package/src/com/controlresell/subscriptions/models/SubscriptionHistorySource.d.ts.map +1 -0
- package/src/com/controlresell/subscriptions/models/SubscriptionHistorySource.js +5 -0
- package/src/com/controlresell/subscriptions/models/SubscriptionHistorySource.js.map +1 -0
- package/src/com/controlresell/subscriptions/models/SubscriptionHistorySource.ts +6 -0
- package/src/com/controlresell/subscriptions/models/SubscriptionHistoryType.d.ts +4 -0
- package/src/com/controlresell/subscriptions/models/SubscriptionHistoryType.d.ts.map +1 -0
- package/src/com/controlresell/subscriptions/models/SubscriptionHistoryType.js +5 -0
- package/src/com/controlresell/subscriptions/models/SubscriptionHistoryType.js.map +1 -0
- package/src/com/controlresell/subscriptions/models/SubscriptionHistoryType.ts +6 -0
- package/src/com/controlresell/subscriptions/models/SubscriptionState.d.ts +4 -0
- package/src/com/controlresell/subscriptions/models/SubscriptionState.d.ts.map +1 -0
- package/src/com/controlresell/subscriptions/models/SubscriptionState.js +5 -0
- package/src/com/controlresell/subscriptions/models/SubscriptionState.js.map +1 -0
- package/src/com/controlresell/subscriptions/models/SubscriptionState.ts +6 -0
- package/src/index.d.ts +236 -231
- package/src/index.d.ts.map +1 -1
- package/src/index.js +273 -544
- package/src/index.js.map +1 -1
- package/src/index.ts +236 -231
- package/src/com/controlresell/inventory/models/items/DeleteItemPayload.d.ts +0 -13
- package/src/com/controlresell/inventory/models/items/DeleteItemPayload.d.ts.map +0 -1
- package/src/com/controlresell/inventory/models/items/DeleteItemPayload.js +0 -9
- package/src/com/controlresell/inventory/models/items/DeleteItemPayload.js.map +0 -1
- package/src/com/controlresell/inventory/models/items/DeleteItemPayload.ts +0 -7
|
@@ -20,15 +20,15 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
20
20
|
createdAt: z.ZodDate;
|
|
21
21
|
}, "strip", z.ZodTypeAny, {
|
|
22
22
|
path: string;
|
|
23
|
+
userId: string | number;
|
|
23
24
|
id: string;
|
|
24
25
|
createdAt: Date;
|
|
25
|
-
userId: string | number;
|
|
26
26
|
signedUrl: string;
|
|
27
27
|
}, {
|
|
28
28
|
path: string;
|
|
29
|
+
userId: string | number;
|
|
29
30
|
id: string;
|
|
30
31
|
createdAt: Date;
|
|
31
|
-
userId: string | number;
|
|
32
32
|
signedUrl: string;
|
|
33
33
|
}>>>;
|
|
34
34
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -37,9 +37,9 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
37
37
|
index?: number | null | undefined;
|
|
38
38
|
file?: {
|
|
39
39
|
path: string;
|
|
40
|
+
userId: string | number;
|
|
40
41
|
id: string;
|
|
41
42
|
createdAt: Date;
|
|
42
|
-
userId: string | number;
|
|
43
43
|
signedUrl: string;
|
|
44
44
|
} | null | undefined;
|
|
45
45
|
}, {
|
|
@@ -48,9 +48,9 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
48
48
|
index?: number | null | undefined;
|
|
49
49
|
file?: {
|
|
50
50
|
path: string;
|
|
51
|
+
userId: string | number;
|
|
51
52
|
id: string;
|
|
52
53
|
createdAt: Date;
|
|
53
|
-
userId: string | number;
|
|
54
54
|
signedUrl: string;
|
|
55
55
|
} | null | undefined;
|
|
56
56
|
}>, "many">>>;
|
|
@@ -86,11 +86,11 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
86
86
|
}, "strip", z.ZodTypeAny, {
|
|
87
87
|
value: number;
|
|
88
88
|
type: string;
|
|
89
|
+
userId: string | number;
|
|
89
90
|
id: string | number;
|
|
90
|
-
createdAt: Date;
|
|
91
91
|
updatedAt: Date;
|
|
92
|
-
userId: string | number;
|
|
93
92
|
name: string;
|
|
93
|
+
createdAt: Date;
|
|
94
94
|
recurrence: "UNIQUE" | "MONTHLY" | "YEARLY";
|
|
95
95
|
startDate: Date;
|
|
96
96
|
active: boolean;
|
|
@@ -101,11 +101,11 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
101
101
|
}, {
|
|
102
102
|
value: number;
|
|
103
103
|
type: string;
|
|
104
|
+
userId: string | number;
|
|
104
105
|
id: string | number;
|
|
105
|
-
createdAt: Date;
|
|
106
106
|
updatedAt: Date;
|
|
107
|
-
userId: string | number;
|
|
108
107
|
name: string;
|
|
108
|
+
createdAt: Date;
|
|
109
109
|
recurrence: "UNIQUE" | "MONTHLY" | "YEARLY";
|
|
110
110
|
startDate: Date;
|
|
111
111
|
active: boolean;
|
|
@@ -125,42 +125,47 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
125
125
|
isUserLabel: z.ZodBoolean;
|
|
126
126
|
createdAt: z.ZodDate;
|
|
127
127
|
itemCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
128
|
+
parentId: z.ZodUnknown;
|
|
128
129
|
}, "strip", z.ZodTypeAny, {
|
|
129
130
|
id: string | number;
|
|
130
|
-
createdAt: Date;
|
|
131
131
|
name: string;
|
|
132
|
+
createdAt: Date;
|
|
132
133
|
isUserLabel: boolean;
|
|
133
|
-
itemCount?: number | null | undefined;
|
|
134
134
|
userId?: string | number | null | undefined;
|
|
135
|
+
itemCount?: number | null | undefined;
|
|
136
|
+
parentId?: unknown;
|
|
135
137
|
}, {
|
|
136
138
|
id: string | number;
|
|
137
|
-
createdAt: Date;
|
|
138
139
|
name: string;
|
|
140
|
+
createdAt: Date;
|
|
139
141
|
isUserLabel: boolean;
|
|
140
|
-
itemCount?: number | null | undefined;
|
|
141
142
|
userId?: string | number | null | undefined;
|
|
143
|
+
itemCount?: number | null | undefined;
|
|
144
|
+
parentId?: unknown;
|
|
142
145
|
}>>>;
|
|
143
146
|
}, "strip", z.ZodTypeAny, {
|
|
144
147
|
itemId: string | number;
|
|
145
148
|
labelId: string | number;
|
|
146
149
|
label?: {
|
|
147
150
|
id: string | number;
|
|
148
|
-
createdAt: Date;
|
|
149
151
|
name: string;
|
|
152
|
+
createdAt: Date;
|
|
150
153
|
isUserLabel: boolean;
|
|
151
|
-
itemCount?: number | null | undefined;
|
|
152
154
|
userId?: string | number | null | undefined;
|
|
155
|
+
itemCount?: number | null | undefined;
|
|
156
|
+
parentId?: unknown;
|
|
153
157
|
} | null | undefined;
|
|
154
158
|
}, {
|
|
155
159
|
itemId: string | number;
|
|
156
160
|
labelId: string | number;
|
|
157
161
|
label?: {
|
|
158
162
|
id: string | number;
|
|
159
|
-
createdAt: Date;
|
|
160
163
|
name: string;
|
|
164
|
+
createdAt: Date;
|
|
161
165
|
isUserLabel: boolean;
|
|
162
|
-
itemCount?: number | null | undefined;
|
|
163
166
|
userId?: string | number | null | undefined;
|
|
167
|
+
itemCount?: number | null | undefined;
|
|
168
|
+
parentId?: unknown;
|
|
164
169
|
} | null | undefined;
|
|
165
170
|
}>, "many">>>;
|
|
166
171
|
colorIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
@@ -179,8 +184,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
179
184
|
bic: z.ZodString;
|
|
180
185
|
phoneVerified: z.ZodBoolean;
|
|
181
186
|
}, "strip", z.ZodTypeAny, {
|
|
182
|
-
id: string | number;
|
|
183
187
|
userId: string | number;
|
|
188
|
+
id: string | number;
|
|
184
189
|
email: string;
|
|
185
190
|
firstName: string;
|
|
186
191
|
lastName: string;
|
|
@@ -191,8 +196,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
191
196
|
bic: string;
|
|
192
197
|
phoneVerified: boolean;
|
|
193
198
|
}, {
|
|
194
|
-
id: string | number;
|
|
195
199
|
userId: string | number;
|
|
200
|
+
id: string | number;
|
|
196
201
|
email: string;
|
|
197
202
|
firstName: string;
|
|
198
203
|
lastName: string;
|
|
@@ -318,11 +323,11 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
318
323
|
autoFixable: z.ZodBoolean;
|
|
319
324
|
error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
320
325
|
}, "strip", z.ZodTypeAny, {
|
|
321
|
-
field: "TITLE" | "DESCRIPTION" | "
|
|
326
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
322
327
|
autoFixable: boolean;
|
|
323
328
|
error?: string | null | undefined;
|
|
324
329
|
}, {
|
|
325
|
-
field: "TITLE" | "DESCRIPTION" | "
|
|
330
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
326
331
|
autoFixable: boolean;
|
|
327
332
|
error?: string | null | undefined;
|
|
328
333
|
}>, "many">>>;
|
|
@@ -332,7 +337,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
332
337
|
accountId?: string | null | undefined;
|
|
333
338
|
reason?: string | null | undefined;
|
|
334
339
|
fields?: {
|
|
335
|
-
field: "TITLE" | "DESCRIPTION" | "
|
|
340
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
336
341
|
autoFixable: boolean;
|
|
337
342
|
error?: string | null | undefined;
|
|
338
343
|
}[] | null | undefined;
|
|
@@ -342,7 +347,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
342
347
|
accountId?: string | null | undefined;
|
|
343
348
|
reason?: string | null | undefined;
|
|
344
349
|
fields?: {
|
|
345
|
-
field: "TITLE" | "DESCRIPTION" | "
|
|
350
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
346
351
|
autoFixable: boolean;
|
|
347
352
|
error?: string | null | undefined;
|
|
348
353
|
}[] | null | undefined;
|
|
@@ -356,7 +361,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
356
361
|
accountId?: string | null | undefined;
|
|
357
362
|
reason?: string | null | undefined;
|
|
358
363
|
fields?: {
|
|
359
|
-
field: "TITLE" | "DESCRIPTION" | "
|
|
364
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
360
365
|
autoFixable: boolean;
|
|
361
366
|
error?: string | null | undefined;
|
|
362
367
|
}[] | null | undefined;
|
|
@@ -369,7 +374,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
369
374
|
accountId?: string | null | undefined;
|
|
370
375
|
reason?: string | null | undefined;
|
|
371
376
|
fields?: {
|
|
372
|
-
field: "TITLE" | "DESCRIPTION" | "
|
|
377
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
373
378
|
autoFixable: boolean;
|
|
374
379
|
error?: string | null | undefined;
|
|
375
380
|
}[] | null | undefined;
|
|
@@ -485,22 +490,22 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
485
490
|
labels: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
486
491
|
}, "strip", z.ZodTypeAny, {
|
|
487
492
|
status?: string | null | undefined;
|
|
488
|
-
title?: string | null | undefined;
|
|
489
|
-
description?: string | null | undefined;
|
|
490
|
-
brand?: string | null | undefined;
|
|
491
|
-
statusId?: number | null | undefined;
|
|
492
|
-
sizeId?: number | null | undefined;
|
|
493
|
-
colorIds?: number[] | null | undefined;
|
|
494
|
-
packageSizeId?: number | null | undefined;
|
|
495
493
|
price?: number | null | undefined;
|
|
496
494
|
currency?: string | null | undefined;
|
|
495
|
+
brand?: string | null | undefined;
|
|
497
496
|
catalog?: string | null | undefined;
|
|
498
497
|
catalogId?: number | null | undefined;
|
|
499
498
|
colors?: string[] | null | undefined;
|
|
499
|
+
colorIds?: number[] | null | undefined;
|
|
500
|
+
description?: string | null | undefined;
|
|
500
501
|
measurementLength?: number | null | undefined;
|
|
501
502
|
measurementWidth?: number | null | undefined;
|
|
503
|
+
packageSizeId?: number | null | undefined;
|
|
502
504
|
photoUrls?: string[] | null | undefined;
|
|
503
505
|
size?: string | null | undefined;
|
|
506
|
+
sizeId?: number | null | undefined;
|
|
507
|
+
statusId?: number | null | undefined;
|
|
508
|
+
title?: string | null | undefined;
|
|
504
509
|
isDraft?: boolean | null | undefined;
|
|
505
510
|
isArchived?: boolean | null | undefined;
|
|
506
511
|
availableQuantity?: number | null | undefined;
|
|
@@ -509,22 +514,22 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
509
514
|
labels?: string[] | null | undefined;
|
|
510
515
|
}, {
|
|
511
516
|
status?: string | null | undefined;
|
|
512
|
-
title?: string | null | undefined;
|
|
513
|
-
description?: string | null | undefined;
|
|
514
|
-
brand?: string | null | undefined;
|
|
515
|
-
statusId?: number | null | undefined;
|
|
516
|
-
sizeId?: number | null | undefined;
|
|
517
|
-
colorIds?: number[] | null | undefined;
|
|
518
|
-
packageSizeId?: number | null | undefined;
|
|
519
517
|
price?: number | null | undefined;
|
|
520
518
|
currency?: string | null | undefined;
|
|
519
|
+
brand?: string | null | undefined;
|
|
521
520
|
catalog?: string | null | undefined;
|
|
522
521
|
catalogId?: number | null | undefined;
|
|
523
522
|
colors?: string[] | null | undefined;
|
|
523
|
+
colorIds?: number[] | null | undefined;
|
|
524
|
+
description?: string | null | undefined;
|
|
524
525
|
measurementLength?: number | null | undefined;
|
|
525
526
|
measurementWidth?: number | null | undefined;
|
|
527
|
+
packageSizeId?: number | null | undefined;
|
|
526
528
|
photoUrls?: string[] | null | undefined;
|
|
527
529
|
size?: string | null | undefined;
|
|
530
|
+
sizeId?: number | null | undefined;
|
|
531
|
+
statusId?: number | null | undefined;
|
|
532
|
+
title?: string | null | undefined;
|
|
528
533
|
isDraft?: boolean | null | undefined;
|
|
529
534
|
isArchived?: boolean | null | undefined;
|
|
530
535
|
availableQuantity?: number | null | undefined;
|
|
@@ -536,22 +541,22 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
536
541
|
platformId: string;
|
|
537
542
|
post: {
|
|
538
543
|
status?: string | null | undefined;
|
|
539
|
-
title?: string | null | undefined;
|
|
540
|
-
description?: string | null | undefined;
|
|
541
|
-
brand?: string | null | undefined;
|
|
542
|
-
statusId?: number | null | undefined;
|
|
543
|
-
sizeId?: number | null | undefined;
|
|
544
|
-
colorIds?: number[] | null | undefined;
|
|
545
|
-
packageSizeId?: number | null | undefined;
|
|
546
544
|
price?: number | null | undefined;
|
|
547
545
|
currency?: string | null | undefined;
|
|
546
|
+
brand?: string | null | undefined;
|
|
548
547
|
catalog?: string | null | undefined;
|
|
549
548
|
catalogId?: number | null | undefined;
|
|
550
549
|
colors?: string[] | null | undefined;
|
|
550
|
+
colorIds?: number[] | null | undefined;
|
|
551
|
+
description?: string | null | undefined;
|
|
551
552
|
measurementLength?: number | null | undefined;
|
|
552
553
|
measurementWidth?: number | null | undefined;
|
|
554
|
+
packageSizeId?: number | null | undefined;
|
|
553
555
|
photoUrls?: string[] | null | undefined;
|
|
554
556
|
size?: string | null | undefined;
|
|
557
|
+
sizeId?: number | null | undefined;
|
|
558
|
+
statusId?: number | null | undefined;
|
|
559
|
+
title?: string | null | undefined;
|
|
555
560
|
isDraft?: boolean | null | undefined;
|
|
556
561
|
isArchived?: boolean | null | undefined;
|
|
557
562
|
availableQuantity?: number | null | undefined;
|
|
@@ -565,22 +570,22 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
565
570
|
platformId: string;
|
|
566
571
|
post: {
|
|
567
572
|
status?: string | null | undefined;
|
|
568
|
-
title?: string | null | undefined;
|
|
569
|
-
description?: string | null | undefined;
|
|
570
|
-
brand?: string | null | undefined;
|
|
571
|
-
statusId?: number | null | undefined;
|
|
572
|
-
sizeId?: number | null | undefined;
|
|
573
|
-
colorIds?: number[] | null | undefined;
|
|
574
|
-
packageSizeId?: number | null | undefined;
|
|
575
573
|
price?: number | null | undefined;
|
|
576
574
|
currency?: string | null | undefined;
|
|
575
|
+
brand?: string | null | undefined;
|
|
577
576
|
catalog?: string | null | undefined;
|
|
578
577
|
catalogId?: number | null | undefined;
|
|
579
578
|
colors?: string[] | null | undefined;
|
|
579
|
+
colorIds?: number[] | null | undefined;
|
|
580
|
+
description?: string | null | undefined;
|
|
580
581
|
measurementLength?: number | null | undefined;
|
|
581
582
|
measurementWidth?: number | null | undefined;
|
|
583
|
+
packageSizeId?: number | null | undefined;
|
|
582
584
|
photoUrls?: string[] | null | undefined;
|
|
583
585
|
size?: string | null | undefined;
|
|
586
|
+
sizeId?: number | null | undefined;
|
|
587
|
+
statusId?: number | null | undefined;
|
|
588
|
+
title?: string | null | undefined;
|
|
584
589
|
isDraft?: boolean | null | undefined;
|
|
585
590
|
isArchived?: boolean | null | undefined;
|
|
586
591
|
availableQuantity?: number | null | undefined;
|
|
@@ -596,22 +601,22 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
596
601
|
platformId: string;
|
|
597
602
|
post: {
|
|
598
603
|
status?: string | null | undefined;
|
|
599
|
-
title?: string | null | undefined;
|
|
600
|
-
description?: string | null | undefined;
|
|
601
|
-
brand?: string | null | undefined;
|
|
602
|
-
statusId?: number | null | undefined;
|
|
603
|
-
sizeId?: number | null | undefined;
|
|
604
|
-
colorIds?: number[] | null | undefined;
|
|
605
|
-
packageSizeId?: number | null | undefined;
|
|
606
604
|
price?: number | null | undefined;
|
|
607
605
|
currency?: string | null | undefined;
|
|
606
|
+
brand?: string | null | undefined;
|
|
608
607
|
catalog?: string | null | undefined;
|
|
609
608
|
catalogId?: number | null | undefined;
|
|
610
609
|
colors?: string[] | null | undefined;
|
|
610
|
+
colorIds?: number[] | null | undefined;
|
|
611
|
+
description?: string | null | undefined;
|
|
611
612
|
measurementLength?: number | null | undefined;
|
|
612
613
|
measurementWidth?: number | null | undefined;
|
|
614
|
+
packageSizeId?: number | null | undefined;
|
|
613
615
|
photoUrls?: string[] | null | undefined;
|
|
614
616
|
size?: string | null | undefined;
|
|
617
|
+
sizeId?: number | null | undefined;
|
|
618
|
+
statusId?: number | null | undefined;
|
|
619
|
+
title?: string | null | undefined;
|
|
615
620
|
isDraft?: boolean | null | undefined;
|
|
616
621
|
isArchived?: boolean | null | undefined;
|
|
617
622
|
availableQuantity?: number | null | undefined;
|
|
@@ -627,22 +632,22 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
627
632
|
platformId: string;
|
|
628
633
|
post: {
|
|
629
634
|
status?: string | null | undefined;
|
|
630
|
-
title?: string | null | undefined;
|
|
631
|
-
description?: string | null | undefined;
|
|
632
|
-
brand?: string | null | undefined;
|
|
633
|
-
statusId?: number | null | undefined;
|
|
634
|
-
sizeId?: number | null | undefined;
|
|
635
|
-
colorIds?: number[] | null | undefined;
|
|
636
|
-
packageSizeId?: number | null | undefined;
|
|
637
635
|
price?: number | null | undefined;
|
|
638
636
|
currency?: string | null | undefined;
|
|
637
|
+
brand?: string | null | undefined;
|
|
639
638
|
catalog?: string | null | undefined;
|
|
640
639
|
catalogId?: number | null | undefined;
|
|
641
640
|
colors?: string[] | null | undefined;
|
|
641
|
+
colorIds?: number[] | null | undefined;
|
|
642
|
+
description?: string | null | undefined;
|
|
642
643
|
measurementLength?: number | null | undefined;
|
|
643
644
|
measurementWidth?: number | null | undefined;
|
|
645
|
+
packageSizeId?: number | null | undefined;
|
|
644
646
|
photoUrls?: string[] | null | undefined;
|
|
645
647
|
size?: string | null | undefined;
|
|
648
|
+
sizeId?: number | null | undefined;
|
|
649
|
+
statusId?: number | null | undefined;
|
|
650
|
+
title?: string | null | undefined;
|
|
646
651
|
isDraft?: boolean | null | undefined;
|
|
647
652
|
isArchived?: boolean | null | undefined;
|
|
648
653
|
availableQuantity?: number | null | undefined;
|
|
@@ -662,22 +667,22 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
662
667
|
platformId: string;
|
|
663
668
|
post: {
|
|
664
669
|
status?: string | null | undefined;
|
|
665
|
-
title?: string | null | undefined;
|
|
666
|
-
description?: string | null | undefined;
|
|
667
|
-
brand?: string | null | undefined;
|
|
668
|
-
statusId?: number | null | undefined;
|
|
669
|
-
sizeId?: number | null | undefined;
|
|
670
|
-
colorIds?: number[] | null | undefined;
|
|
671
|
-
packageSizeId?: number | null | undefined;
|
|
672
670
|
price?: number | null | undefined;
|
|
673
671
|
currency?: string | null | undefined;
|
|
672
|
+
brand?: string | null | undefined;
|
|
674
673
|
catalog?: string | null | undefined;
|
|
675
674
|
catalogId?: number | null | undefined;
|
|
676
675
|
colors?: string[] | null | undefined;
|
|
676
|
+
colorIds?: number[] | null | undefined;
|
|
677
|
+
description?: string | null | undefined;
|
|
677
678
|
measurementLength?: number | null | undefined;
|
|
678
679
|
measurementWidth?: number | null | undefined;
|
|
680
|
+
packageSizeId?: number | null | undefined;
|
|
679
681
|
photoUrls?: string[] | null | undefined;
|
|
680
682
|
size?: string | null | undefined;
|
|
683
|
+
sizeId?: number | null | undefined;
|
|
684
|
+
statusId?: number | null | undefined;
|
|
685
|
+
title?: string | null | undefined;
|
|
681
686
|
isDraft?: boolean | null | undefined;
|
|
682
687
|
isArchived?: boolean | null | undefined;
|
|
683
688
|
availableQuantity?: number | null | undefined;
|
|
@@ -696,22 +701,22 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
696
701
|
platformId: string;
|
|
697
702
|
post: {
|
|
698
703
|
status?: string | null | undefined;
|
|
699
|
-
title?: string | null | undefined;
|
|
700
|
-
description?: string | null | undefined;
|
|
701
|
-
brand?: string | null | undefined;
|
|
702
|
-
statusId?: number | null | undefined;
|
|
703
|
-
sizeId?: number | null | undefined;
|
|
704
|
-
colorIds?: number[] | null | undefined;
|
|
705
|
-
packageSizeId?: number | null | undefined;
|
|
706
704
|
price?: number | null | undefined;
|
|
707
705
|
currency?: string | null | undefined;
|
|
706
|
+
brand?: string | null | undefined;
|
|
708
707
|
catalog?: string | null | undefined;
|
|
709
708
|
catalogId?: number | null | undefined;
|
|
710
709
|
colors?: string[] | null | undefined;
|
|
710
|
+
colorIds?: number[] | null | undefined;
|
|
711
|
+
description?: string | null | undefined;
|
|
711
712
|
measurementLength?: number | null | undefined;
|
|
712
713
|
measurementWidth?: number | null | undefined;
|
|
714
|
+
packageSizeId?: number | null | undefined;
|
|
713
715
|
photoUrls?: string[] | null | undefined;
|
|
714
716
|
size?: string | null | undefined;
|
|
717
|
+
sizeId?: number | null | undefined;
|
|
718
|
+
statusId?: number | null | undefined;
|
|
719
|
+
title?: string | null | undefined;
|
|
715
720
|
isDraft?: boolean | null | undefined;
|
|
716
721
|
isArchived?: boolean | null | undefined;
|
|
717
722
|
availableQuantity?: number | null | undefined;
|
|
@@ -747,24 +752,24 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
747
752
|
accountId: z.ZodString;
|
|
748
753
|
caseId: z.ZodString;
|
|
749
754
|
}, "strip", z.ZodTypeAny, {
|
|
750
|
-
caseId: string;
|
|
751
755
|
accountId: string;
|
|
752
|
-
}, {
|
|
753
756
|
caseId: string;
|
|
757
|
+
}, {
|
|
754
758
|
accountId: string;
|
|
759
|
+
caseId: string;
|
|
755
760
|
}>;
|
|
756
761
|
type: z.ZodLiteral<"LIFECYCLE_STARTED">;
|
|
757
762
|
}, "strip", z.ZodTypeAny, {
|
|
758
763
|
type: "LIFECYCLE_STARTED";
|
|
759
764
|
data: {
|
|
760
|
-
caseId: string;
|
|
761
765
|
accountId: string;
|
|
766
|
+
caseId: string;
|
|
762
767
|
};
|
|
763
768
|
}, {
|
|
764
769
|
type: "LIFECYCLE_STARTED";
|
|
765
770
|
data: {
|
|
766
|
-
caseId: string;
|
|
767
771
|
accountId: string;
|
|
772
|
+
caseId: string;
|
|
768
773
|
};
|
|
769
774
|
}>, z.ZodObject<{
|
|
770
775
|
data: z.ZodObject<{
|
|
@@ -793,6 +798,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
793
798
|
targetAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
794
799
|
}, "strip", z.ZodTypeAny, {
|
|
795
800
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
801
|
+
publishingDate?: Date | null | undefined;
|
|
796
802
|
priceDropPayload?: {
|
|
797
803
|
value: number;
|
|
798
804
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -800,11 +806,11 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
800
806
|
roundStep?: number | null | undefined;
|
|
801
807
|
maxRounds?: number | null | undefined;
|
|
802
808
|
} | null | undefined;
|
|
803
|
-
publishingDate?: Date | null | undefined;
|
|
804
|
-
targetAccountId?: string | null | undefined;
|
|
805
809
|
isTransfer?: boolean | null | undefined;
|
|
810
|
+
targetAccountId?: string | null | undefined;
|
|
806
811
|
}, {
|
|
807
812
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
813
|
+
publishingDate?: Date | null | undefined;
|
|
808
814
|
priceDropPayload?: {
|
|
809
815
|
value: number;
|
|
810
816
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -812,15 +818,15 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
812
818
|
roundStep?: number | null | undefined;
|
|
813
819
|
maxRounds?: number | null | undefined;
|
|
814
820
|
} | null | undefined;
|
|
815
|
-
publishingDate?: Date | null | undefined;
|
|
816
|
-
targetAccountId?: string | null | undefined;
|
|
817
821
|
isTransfer?: boolean | null | undefined;
|
|
822
|
+
targetAccountId?: string | null | undefined;
|
|
818
823
|
}>;
|
|
819
824
|
type: z.ZodLiteral<"REPUBLISHING">;
|
|
820
825
|
}, "strip", z.ZodTypeAny, {
|
|
821
826
|
type: "REPUBLISHING";
|
|
822
827
|
data: {
|
|
823
828
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
829
|
+
publishingDate?: Date | null | undefined;
|
|
824
830
|
priceDropPayload?: {
|
|
825
831
|
value: number;
|
|
826
832
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -828,14 +834,14 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
828
834
|
roundStep?: number | null | undefined;
|
|
829
835
|
maxRounds?: number | null | undefined;
|
|
830
836
|
} | null | undefined;
|
|
831
|
-
publishingDate?: Date | null | undefined;
|
|
832
|
-
targetAccountId?: string | null | undefined;
|
|
833
837
|
isTransfer?: boolean | null | undefined;
|
|
838
|
+
targetAccountId?: string | null | undefined;
|
|
834
839
|
};
|
|
835
840
|
}, {
|
|
836
841
|
type: "REPUBLISHING";
|
|
837
842
|
data: {
|
|
838
843
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
844
|
+
publishingDate?: Date | null | undefined;
|
|
839
845
|
priceDropPayload?: {
|
|
840
846
|
value: number;
|
|
841
847
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -843,9 +849,8 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
843
849
|
roundStep?: number | null | undefined;
|
|
844
850
|
maxRounds?: number | null | undefined;
|
|
845
851
|
} | null | undefined;
|
|
846
|
-
publishingDate?: Date | null | undefined;
|
|
847
|
-
targetAccountId?: string | null | undefined;
|
|
848
852
|
isTransfer?: boolean | null | undefined;
|
|
853
|
+
targetAccountId?: string | null | undefined;
|
|
849
854
|
};
|
|
850
855
|
}>, z.ZodObject<{
|
|
851
856
|
data: z.ZodObject<{
|
|
@@ -859,11 +864,11 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
859
864
|
autoFixable: z.ZodBoolean;
|
|
860
865
|
error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
861
866
|
}, "strip", z.ZodTypeAny, {
|
|
862
|
-
field: "TITLE" | "DESCRIPTION" | "
|
|
867
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
863
868
|
autoFixable: boolean;
|
|
864
869
|
error?: string | null | undefined;
|
|
865
870
|
}, {
|
|
866
|
-
field: "TITLE" | "DESCRIPTION" | "
|
|
871
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
867
872
|
autoFixable: boolean;
|
|
868
873
|
error?: string | null | undefined;
|
|
869
874
|
}>, "many">>>;
|
|
@@ -887,11 +892,16 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
887
892
|
maxRounds?: number | null | undefined;
|
|
888
893
|
}>>>;
|
|
889
894
|
}, "strip", z.ZodTypeAny, {
|
|
890
|
-
maxAttempts: number;
|
|
891
895
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
892
896
|
attemptNumber: number;
|
|
897
|
+
maxAttempts: number;
|
|
893
898
|
previousHistoryId: string;
|
|
894
899
|
originalFailureDate: Date;
|
|
900
|
+
fields?: {
|
|
901
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
902
|
+
autoFixable: boolean;
|
|
903
|
+
error?: string | null | undefined;
|
|
904
|
+
}[] | null | undefined;
|
|
895
905
|
priceDropPayload?: {
|
|
896
906
|
value: number;
|
|
897
907
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -899,17 +909,17 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
899
909
|
roundStep?: number | null | undefined;
|
|
900
910
|
maxRounds?: number | null | undefined;
|
|
901
911
|
} | 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;
|
|
907
912
|
}, {
|
|
908
|
-
maxAttempts: number;
|
|
909
913
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
910
914
|
attemptNumber: number;
|
|
915
|
+
maxAttempts: number;
|
|
911
916
|
previousHistoryId: string;
|
|
912
917
|
originalFailureDate: Date;
|
|
918
|
+
fields?: {
|
|
919
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
920
|
+
autoFixable: boolean;
|
|
921
|
+
error?: string | null | undefined;
|
|
922
|
+
}[] | null | undefined;
|
|
913
923
|
priceDropPayload?: {
|
|
914
924
|
value: number;
|
|
915
925
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -917,21 +927,21 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
917
927
|
roundStep?: number | null | undefined;
|
|
918
928
|
maxRounds?: number | null | undefined;
|
|
919
929
|
} | 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;
|
|
925
930
|
}>;
|
|
926
931
|
type: z.ZodLiteral<"REPUBLISHING_RETRY">;
|
|
927
932
|
}, "strip", z.ZodTypeAny, {
|
|
928
933
|
type: "REPUBLISHING_RETRY";
|
|
929
934
|
data: {
|
|
930
|
-
maxAttempts: number;
|
|
931
935
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
932
936
|
attemptNumber: number;
|
|
937
|
+
maxAttempts: number;
|
|
933
938
|
previousHistoryId: string;
|
|
934
939
|
originalFailureDate: Date;
|
|
940
|
+
fields?: {
|
|
941
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
942
|
+
autoFixable: boolean;
|
|
943
|
+
error?: string | null | undefined;
|
|
944
|
+
}[] | null | undefined;
|
|
935
945
|
priceDropPayload?: {
|
|
936
946
|
value: number;
|
|
937
947
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -939,20 +949,20 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
939
949
|
roundStep?: number | null | undefined;
|
|
940
950
|
maxRounds?: number | null | undefined;
|
|
941
951
|
} | 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;
|
|
947
952
|
};
|
|
948
953
|
}, {
|
|
949
954
|
type: "REPUBLISHING_RETRY";
|
|
950
955
|
data: {
|
|
951
|
-
maxAttempts: number;
|
|
952
956
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
953
957
|
attemptNumber: number;
|
|
958
|
+
maxAttempts: number;
|
|
954
959
|
previousHistoryId: string;
|
|
955
960
|
originalFailureDate: Date;
|
|
961
|
+
fields?: {
|
|
962
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
963
|
+
autoFixable: boolean;
|
|
964
|
+
error?: string | null | undefined;
|
|
965
|
+
}[] | null | undefined;
|
|
956
966
|
priceDropPayload?: {
|
|
957
967
|
value: number;
|
|
958
968
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -960,11 +970,6 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
960
970
|
roundStep?: number | null | undefined;
|
|
961
971
|
maxRounds?: number | null | undefined;
|
|
962
972
|
} | 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;
|
|
968
973
|
};
|
|
969
974
|
}>, z.ZodObject<{
|
|
970
975
|
data: z.ZodObject<{
|
|
@@ -1002,33 +1007,33 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1002
1007
|
autoFixable: z.ZodBoolean;
|
|
1003
1008
|
error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1004
1009
|
}, "strip", z.ZodTypeAny, {
|
|
1005
|
-
field: "TITLE" | "DESCRIPTION" | "
|
|
1010
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1006
1011
|
autoFixable: boolean;
|
|
1007
1012
|
error?: string | null | undefined;
|
|
1008
1013
|
}, {
|
|
1009
|
-
field: "TITLE" | "DESCRIPTION" | "
|
|
1014
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1010
1015
|
autoFixable: boolean;
|
|
1011
1016
|
error?: string | null | undefined;
|
|
1012
1017
|
}>, "many">>>;
|
|
1013
1018
|
}, "strip", z.ZodTypeAny, {
|
|
1014
|
-
maxAttempts: number;
|
|
1015
1019
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1016
1020
|
attemptNumber: number;
|
|
1021
|
+
maxAttempts: number;
|
|
1017
1022
|
previousHistoryId: string;
|
|
1018
1023
|
originalFailureDate: Date;
|
|
1019
1024
|
fields?: {
|
|
1020
|
-
field: "TITLE" | "DESCRIPTION" | "
|
|
1025
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1021
1026
|
autoFixable: boolean;
|
|
1022
1027
|
error?: string | null | undefined;
|
|
1023
1028
|
}[] | null | undefined;
|
|
1024
1029
|
}, {
|
|
1025
|
-
maxAttempts: number;
|
|
1026
1030
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1027
1031
|
attemptNumber: number;
|
|
1032
|
+
maxAttempts: number;
|
|
1028
1033
|
previousHistoryId: string;
|
|
1029
1034
|
originalFailureDate: Date;
|
|
1030
1035
|
fields?: {
|
|
1031
|
-
field: "TITLE" | "DESCRIPTION" | "
|
|
1036
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1032
1037
|
autoFixable: boolean;
|
|
1033
1038
|
error?: string | null | undefined;
|
|
1034
1039
|
}[] | null | undefined;
|
|
@@ -1037,13 +1042,13 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1037
1042
|
}, "strip", z.ZodTypeAny, {
|
|
1038
1043
|
type: "SCHEDULED_RETRY";
|
|
1039
1044
|
data: {
|
|
1040
|
-
maxAttempts: number;
|
|
1041
1045
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1042
1046
|
attemptNumber: number;
|
|
1047
|
+
maxAttempts: number;
|
|
1043
1048
|
previousHistoryId: string;
|
|
1044
1049
|
originalFailureDate: Date;
|
|
1045
1050
|
fields?: {
|
|
1046
|
-
field: "TITLE" | "DESCRIPTION" | "
|
|
1051
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1047
1052
|
autoFixable: boolean;
|
|
1048
1053
|
error?: string | null | undefined;
|
|
1049
1054
|
}[] | null | undefined;
|
|
@@ -1051,13 +1056,13 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1051
1056
|
}, {
|
|
1052
1057
|
type: "SCHEDULED_RETRY";
|
|
1053
1058
|
data: {
|
|
1054
|
-
maxAttempts: number;
|
|
1055
1059
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1056
1060
|
attemptNumber: number;
|
|
1061
|
+
maxAttempts: number;
|
|
1057
1062
|
previousHistoryId: string;
|
|
1058
1063
|
originalFailureDate: Date;
|
|
1059
1064
|
fields?: {
|
|
1060
|
-
field: "TITLE" | "DESCRIPTION" | "
|
|
1065
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1061
1066
|
autoFixable: boolean;
|
|
1062
1067
|
error?: string | null | undefined;
|
|
1063
1068
|
}[] | null | undefined;
|
|
@@ -1072,7 +1077,6 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1072
1077
|
id: string;
|
|
1073
1078
|
createdAt: Date;
|
|
1074
1079
|
itemId: string | number;
|
|
1075
|
-
requestId?: string | null | undefined;
|
|
1076
1080
|
data?: {
|
|
1077
1081
|
type: "ACTION_CANCELED";
|
|
1078
1082
|
data: {
|
|
@@ -1101,7 +1105,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1101
1105
|
accountId?: string | null | undefined;
|
|
1102
1106
|
reason?: string | null | undefined;
|
|
1103
1107
|
fields?: {
|
|
1104
|
-
field: "TITLE" | "DESCRIPTION" | "
|
|
1108
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1105
1109
|
autoFixable: boolean;
|
|
1106
1110
|
error?: string | null | undefined;
|
|
1107
1111
|
}[] | null | undefined;
|
|
@@ -1128,22 +1132,22 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1128
1132
|
platformId: string;
|
|
1129
1133
|
post: {
|
|
1130
1134
|
status?: string | null | undefined;
|
|
1131
|
-
title?: string | null | undefined;
|
|
1132
|
-
description?: string | null | undefined;
|
|
1133
|
-
brand?: string | null | undefined;
|
|
1134
|
-
statusId?: number | null | undefined;
|
|
1135
|
-
sizeId?: number | null | undefined;
|
|
1136
|
-
colorIds?: number[] | null | undefined;
|
|
1137
|
-
packageSizeId?: number | null | undefined;
|
|
1138
1135
|
price?: number | null | undefined;
|
|
1139
1136
|
currency?: string | null | undefined;
|
|
1137
|
+
brand?: string | null | undefined;
|
|
1140
1138
|
catalog?: string | null | undefined;
|
|
1141
1139
|
catalogId?: number | null | undefined;
|
|
1142
1140
|
colors?: string[] | null | undefined;
|
|
1141
|
+
colorIds?: number[] | null | undefined;
|
|
1142
|
+
description?: string | null | undefined;
|
|
1143
1143
|
measurementLength?: number | null | undefined;
|
|
1144
1144
|
measurementWidth?: number | null | undefined;
|
|
1145
|
+
packageSizeId?: number | null | undefined;
|
|
1145
1146
|
photoUrls?: string[] | null | undefined;
|
|
1146
1147
|
size?: string | null | undefined;
|
|
1148
|
+
sizeId?: number | null | undefined;
|
|
1149
|
+
statusId?: number | null | undefined;
|
|
1150
|
+
title?: string | null | undefined;
|
|
1147
1151
|
isDraft?: boolean | null | undefined;
|
|
1148
1152
|
isArchived?: boolean | null | undefined;
|
|
1149
1153
|
availableQuantity?: number | null | undefined;
|
|
@@ -1163,13 +1167,14 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1163
1167
|
} | {
|
|
1164
1168
|
type: "LIFECYCLE_STARTED";
|
|
1165
1169
|
data: {
|
|
1166
|
-
caseId: string;
|
|
1167
1170
|
accountId: string;
|
|
1171
|
+
caseId: string;
|
|
1168
1172
|
};
|
|
1169
1173
|
} | {
|
|
1170
1174
|
type: "REPUBLISHING";
|
|
1171
1175
|
data: {
|
|
1172
1176
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1177
|
+
publishingDate?: Date | null | undefined;
|
|
1173
1178
|
priceDropPayload?: {
|
|
1174
1179
|
value: number;
|
|
1175
1180
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -1177,18 +1182,22 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1177
1182
|
roundStep?: number | null | undefined;
|
|
1178
1183
|
maxRounds?: number | null | undefined;
|
|
1179
1184
|
} | null | undefined;
|
|
1180
|
-
publishingDate?: Date | null | undefined;
|
|
1181
|
-
targetAccountId?: string | null | undefined;
|
|
1182
1185
|
isTransfer?: boolean | null | undefined;
|
|
1186
|
+
targetAccountId?: string | null | undefined;
|
|
1183
1187
|
};
|
|
1184
1188
|
} | {
|
|
1185
1189
|
type: "REPUBLISHING_RETRY";
|
|
1186
1190
|
data: {
|
|
1187
|
-
maxAttempts: number;
|
|
1188
1191
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1189
1192
|
attemptNumber: number;
|
|
1193
|
+
maxAttempts: number;
|
|
1190
1194
|
previousHistoryId: string;
|
|
1191
1195
|
originalFailureDate: Date;
|
|
1196
|
+
fields?: {
|
|
1197
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1198
|
+
autoFixable: boolean;
|
|
1199
|
+
error?: string | null | undefined;
|
|
1200
|
+
}[] | null | undefined;
|
|
1192
1201
|
priceDropPayload?: {
|
|
1193
1202
|
value: number;
|
|
1194
1203
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -1196,11 +1205,6 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1196
1205
|
roundStep?: number | null | undefined;
|
|
1197
1206
|
maxRounds?: number | null | undefined;
|
|
1198
1207
|
} | 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;
|
|
1204
1208
|
};
|
|
1205
1209
|
} | {
|
|
1206
1210
|
type: "SCHEDULED";
|
|
@@ -1211,26 +1215,26 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1211
1215
|
} | {
|
|
1212
1216
|
type: "SCHEDULED_RETRY";
|
|
1213
1217
|
data: {
|
|
1214
|
-
maxAttempts: number;
|
|
1215
1218
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1216
1219
|
attemptNumber: number;
|
|
1220
|
+
maxAttempts: number;
|
|
1217
1221
|
previousHistoryId: string;
|
|
1218
1222
|
originalFailureDate: Date;
|
|
1219
1223
|
fields?: {
|
|
1220
|
-
field: "TITLE" | "DESCRIPTION" | "
|
|
1224
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1221
1225
|
autoFixable: boolean;
|
|
1222
1226
|
error?: string | null | undefined;
|
|
1223
1227
|
}[] | null | undefined;
|
|
1224
1228
|
};
|
|
1225
1229
|
} | null | undefined;
|
|
1226
1230
|
accountId?: string | null | undefined;
|
|
1231
|
+
requestId?: string | null | undefined;
|
|
1227
1232
|
targetDate?: Date | null | undefined;
|
|
1228
1233
|
}, {
|
|
1229
1234
|
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";
|
|
1230
1235
|
id: string;
|
|
1231
1236
|
createdAt: Date;
|
|
1232
1237
|
itemId: string | number;
|
|
1233
|
-
requestId?: string | null | undefined;
|
|
1234
1238
|
data?: {
|
|
1235
1239
|
type: "ACTION_CANCELED";
|
|
1236
1240
|
data: {
|
|
@@ -1259,7 +1263,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1259
1263
|
accountId?: string | null | undefined;
|
|
1260
1264
|
reason?: string | null | undefined;
|
|
1261
1265
|
fields?: {
|
|
1262
|
-
field: "TITLE" | "DESCRIPTION" | "
|
|
1266
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1263
1267
|
autoFixable: boolean;
|
|
1264
1268
|
error?: string | null | undefined;
|
|
1265
1269
|
}[] | null | undefined;
|
|
@@ -1286,22 +1290,22 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1286
1290
|
platformId: string;
|
|
1287
1291
|
post: {
|
|
1288
1292
|
status?: string | null | undefined;
|
|
1289
|
-
title?: string | null | undefined;
|
|
1290
|
-
description?: string | null | undefined;
|
|
1291
|
-
brand?: string | null | undefined;
|
|
1292
|
-
statusId?: number | null | undefined;
|
|
1293
|
-
sizeId?: number | null | undefined;
|
|
1294
|
-
colorIds?: number[] | null | undefined;
|
|
1295
|
-
packageSizeId?: number | null | undefined;
|
|
1296
1293
|
price?: number | null | undefined;
|
|
1297
1294
|
currency?: string | null | undefined;
|
|
1295
|
+
brand?: string | null | undefined;
|
|
1298
1296
|
catalog?: string | null | undefined;
|
|
1299
1297
|
catalogId?: number | null | undefined;
|
|
1300
1298
|
colors?: string[] | null | undefined;
|
|
1299
|
+
colorIds?: number[] | null | undefined;
|
|
1300
|
+
description?: string | null | undefined;
|
|
1301
1301
|
measurementLength?: number | null | undefined;
|
|
1302
1302
|
measurementWidth?: number | null | undefined;
|
|
1303
|
+
packageSizeId?: number | null | undefined;
|
|
1303
1304
|
photoUrls?: string[] | null | undefined;
|
|
1304
1305
|
size?: string | null | undefined;
|
|
1306
|
+
sizeId?: number | null | undefined;
|
|
1307
|
+
statusId?: number | null | undefined;
|
|
1308
|
+
title?: string | null | undefined;
|
|
1305
1309
|
isDraft?: boolean | null | undefined;
|
|
1306
1310
|
isArchived?: boolean | null | undefined;
|
|
1307
1311
|
availableQuantity?: number | null | undefined;
|
|
@@ -1321,13 +1325,14 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1321
1325
|
} | {
|
|
1322
1326
|
type: "LIFECYCLE_STARTED";
|
|
1323
1327
|
data: {
|
|
1324
|
-
caseId: string;
|
|
1325
1328
|
accountId: string;
|
|
1329
|
+
caseId: string;
|
|
1326
1330
|
};
|
|
1327
1331
|
} | {
|
|
1328
1332
|
type: "REPUBLISHING";
|
|
1329
1333
|
data: {
|
|
1330
1334
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1335
|
+
publishingDate?: Date | null | undefined;
|
|
1331
1336
|
priceDropPayload?: {
|
|
1332
1337
|
value: number;
|
|
1333
1338
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -1335,18 +1340,22 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1335
1340
|
roundStep?: number | null | undefined;
|
|
1336
1341
|
maxRounds?: number | null | undefined;
|
|
1337
1342
|
} | null | undefined;
|
|
1338
|
-
publishingDate?: Date | null | undefined;
|
|
1339
|
-
targetAccountId?: string | null | undefined;
|
|
1340
1343
|
isTransfer?: boolean | null | undefined;
|
|
1344
|
+
targetAccountId?: string | null | undefined;
|
|
1341
1345
|
};
|
|
1342
1346
|
} | {
|
|
1343
1347
|
type: "REPUBLISHING_RETRY";
|
|
1344
1348
|
data: {
|
|
1345
|
-
maxAttempts: number;
|
|
1346
1349
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1347
1350
|
attemptNumber: number;
|
|
1351
|
+
maxAttempts: number;
|
|
1348
1352
|
previousHistoryId: string;
|
|
1349
1353
|
originalFailureDate: Date;
|
|
1354
|
+
fields?: {
|
|
1355
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1356
|
+
autoFixable: boolean;
|
|
1357
|
+
error?: string | null | undefined;
|
|
1358
|
+
}[] | null | undefined;
|
|
1350
1359
|
priceDropPayload?: {
|
|
1351
1360
|
value: number;
|
|
1352
1361
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -1354,11 +1363,6 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1354
1363
|
roundStep?: number | null | undefined;
|
|
1355
1364
|
maxRounds?: number | null | undefined;
|
|
1356
1365
|
} | 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;
|
|
1362
1366
|
};
|
|
1363
1367
|
} | {
|
|
1364
1368
|
type: "SCHEDULED";
|
|
@@ -1369,19 +1373,20 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1369
1373
|
} | {
|
|
1370
1374
|
type: "SCHEDULED_RETRY";
|
|
1371
1375
|
data: {
|
|
1372
|
-
maxAttempts: number;
|
|
1373
1376
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1374
1377
|
attemptNumber: number;
|
|
1378
|
+
maxAttempts: number;
|
|
1375
1379
|
previousHistoryId: string;
|
|
1376
1380
|
originalFailureDate: Date;
|
|
1377
1381
|
fields?: {
|
|
1378
|
-
field: "TITLE" | "DESCRIPTION" | "
|
|
1382
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1379
1383
|
autoFixable: boolean;
|
|
1380
1384
|
error?: string | null | undefined;
|
|
1381
1385
|
}[] | null | undefined;
|
|
1382
1386
|
};
|
|
1383
1387
|
} | null | undefined;
|
|
1384
1388
|
accountId?: string | null | undefined;
|
|
1389
|
+
requestId?: string | null | undefined;
|
|
1385
1390
|
targetDate?: Date | null | undefined;
|
|
1386
1391
|
}>>>;
|
|
1387
1392
|
platforms: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
@@ -1450,16 +1455,14 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1450
1455
|
}, "strip", z.ZodTypeAny, {
|
|
1451
1456
|
status: "DRAFT" | "PENDING" | "ERROR" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "DISPUTE";
|
|
1452
1457
|
id: string;
|
|
1453
|
-
createdAt: Date;
|
|
1454
1458
|
updatedAt: Date;
|
|
1459
|
+
createdAt: Date;
|
|
1455
1460
|
accountId: string;
|
|
1456
1461
|
itemId: string | number;
|
|
1457
1462
|
platformId: string;
|
|
1458
1463
|
platformUrl: string;
|
|
1459
1464
|
platformPrice: number;
|
|
1460
1465
|
publishedAt: Date;
|
|
1461
|
-
favoritesCount?: number | null | undefined;
|
|
1462
|
-
viewsCount?: number | null | undefined;
|
|
1463
1466
|
conversationId?: string | null | undefined;
|
|
1464
1467
|
account?: {
|
|
1465
1468
|
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
@@ -1476,19 +1479,19 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1476
1479
|
ordersMaxDelay?: number | null | undefined;
|
|
1477
1480
|
conversationsMaxDelay?: number | null | undefined;
|
|
1478
1481
|
} | null | undefined;
|
|
1482
|
+
viewsCount?: number | null | undefined;
|
|
1483
|
+
favoritesCount?: number | null | undefined;
|
|
1479
1484
|
}, {
|
|
1480
1485
|
status: "DRAFT" | "PENDING" | "ERROR" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "DISPUTE";
|
|
1481
1486
|
id: string;
|
|
1482
|
-
createdAt: Date;
|
|
1483
1487
|
updatedAt: Date;
|
|
1488
|
+
createdAt: Date;
|
|
1484
1489
|
accountId: string;
|
|
1485
1490
|
itemId: string | number;
|
|
1486
1491
|
platformId: string;
|
|
1487
1492
|
platformUrl: string;
|
|
1488
1493
|
platformPrice: number;
|
|
1489
1494
|
publishedAt: Date;
|
|
1490
|
-
favoritesCount?: number | null | undefined;
|
|
1491
|
-
viewsCount?: number | null | undefined;
|
|
1492
1495
|
conversationId?: string | null | undefined;
|
|
1493
1496
|
account?: {
|
|
1494
1497
|
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
@@ -1505,52 +1508,34 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1505
1508
|
ordersMaxDelay?: number | null | undefined;
|
|
1506
1509
|
conversationsMaxDelay?: number | null | undefined;
|
|
1507
1510
|
} | null | undefined;
|
|
1511
|
+
viewsCount?: number | null | undefined;
|
|
1512
|
+
favoritesCount?: number | null | undefined;
|
|
1508
1513
|
}>, "many">>>;
|
|
1509
1514
|
createdAt: z.ZodDate;
|
|
1510
1515
|
updatedAt: z.ZodDate;
|
|
1511
1516
|
}, "strip", z.ZodTypeAny, {
|
|
1517
|
+
userId: string | number;
|
|
1512
1518
|
id: string | number;
|
|
1513
|
-
createdAt: Date;
|
|
1514
1519
|
updatedAt: Date;
|
|
1515
|
-
userId: string | number;
|
|
1516
1520
|
name: string;
|
|
1521
|
+
createdAt: Date;
|
|
1517
1522
|
sold: boolean;
|
|
1518
1523
|
state?: number | null | undefined;
|
|
1519
|
-
fees?: {
|
|
1520
|
-
value: number;
|
|
1521
|
-
type: string;
|
|
1522
|
-
id: string | number;
|
|
1523
|
-
createdAt: Date;
|
|
1524
|
-
updatedAt: Date;
|
|
1525
|
-
userId: string | number;
|
|
1526
|
-
name: string;
|
|
1527
|
-
recurrence: "UNIQUE" | "MONTHLY" | "YEARLY";
|
|
1528
|
-
startDate: Date;
|
|
1529
|
-
active: boolean;
|
|
1530
|
-
description?: string | null | undefined;
|
|
1531
|
-
itemId?: string | number | null | undefined;
|
|
1532
|
-
endDate?: Date | null | undefined;
|
|
1533
|
-
parentFeeId?: string | number | null | undefined;
|
|
1534
|
-
}[] | null | undefined;
|
|
1535
|
-
description?: string | null | undefined;
|
|
1536
|
-
categoryId?: number | null | undefined;
|
|
1537
|
-
sizeId?: number | null | undefined;
|
|
1538
1524
|
colorIds?: number[] | null | undefined;
|
|
1525
|
+
description?: string | null | undefined;
|
|
1539
1526
|
packageSizeId?: number | null | undefined;
|
|
1540
|
-
|
|
1541
|
-
estimatedPrice?: number | null | undefined;
|
|
1542
|
-
purchaseDate?: Date | null | undefined;
|
|
1543
|
-
sellingDate?: Date | null | undefined;
|
|
1527
|
+
sizeId?: number | null | undefined;
|
|
1544
1528
|
labels?: {
|
|
1545
1529
|
itemId: string | number;
|
|
1546
1530
|
labelId: string | number;
|
|
1547
1531
|
label?: {
|
|
1548
1532
|
id: string | number;
|
|
1549
|
-
createdAt: Date;
|
|
1550
1533
|
name: string;
|
|
1534
|
+
createdAt: Date;
|
|
1551
1535
|
isUserLabel: boolean;
|
|
1552
|
-
itemCount?: number | null | undefined;
|
|
1553
1536
|
userId?: string | number | null | undefined;
|
|
1537
|
+
itemCount?: number | null | undefined;
|
|
1538
|
+
parentId?: unknown;
|
|
1554
1539
|
} | null | undefined;
|
|
1555
1540
|
}[] | null | undefined;
|
|
1556
1541
|
files?: {
|
|
@@ -1559,59 +1544,50 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1559
1544
|
index?: number | null | undefined;
|
|
1560
1545
|
file?: {
|
|
1561
1546
|
path: string;
|
|
1547
|
+
userId: string | number;
|
|
1562
1548
|
id: string;
|
|
1563
1549
|
createdAt: Date;
|
|
1564
|
-
userId: string | number;
|
|
1565
1550
|
signedUrl: string;
|
|
1566
1551
|
} | null | undefined;
|
|
1567
1552
|
}[] | null | undefined;
|
|
1568
|
-
platforms?: {
|
|
1569
|
-
status: "DRAFT" | "PENDING" | "ERROR" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "DISPUTE";
|
|
1570
|
-
id: string;
|
|
1571
|
-
createdAt: Date;
|
|
1572
|
-
updatedAt: Date;
|
|
1573
|
-
accountId: string;
|
|
1574
|
-
itemId: string | number;
|
|
1575
|
-
platformId: string;
|
|
1576
|
-
platformUrl: string;
|
|
1577
|
-
platformPrice: number;
|
|
1578
|
-
publishedAt: Date;
|
|
1579
|
-
favoritesCount?: number | null | undefined;
|
|
1580
|
-
viewsCount?: number | null | undefined;
|
|
1581
|
-
conversationId?: string | null | undefined;
|
|
1582
|
-
account?: {
|
|
1583
|
-
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
1584
|
-
userId: string | number;
|
|
1585
|
-
name: string;
|
|
1586
|
-
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1587
|
-
accountId: string;
|
|
1588
|
-
locale?: string | null | undefined;
|
|
1589
|
-
night?: {
|
|
1590
|
-
startsAt: Date;
|
|
1591
|
-
endsAt: Date;
|
|
1592
|
-
} | null | undefined;
|
|
1593
|
-
favoritesMaxDelay?: number | null | undefined;
|
|
1594
|
-
ordersMaxDelay?: number | null | undefined;
|
|
1595
|
-
conversationsMaxDelay?: number | null | undefined;
|
|
1596
|
-
} | null | undefined;
|
|
1597
|
-
}[] | null | undefined;
|
|
1598
1553
|
fields?: {
|
|
1599
1554
|
value: string;
|
|
1600
1555
|
itemId: string | number;
|
|
1601
1556
|
fieldId: string | number;
|
|
1602
1557
|
}[] | null | undefined;
|
|
1603
1558
|
sku?: string | null | undefined;
|
|
1559
|
+
categoryId?: number | null | undefined;
|
|
1560
|
+
brandId?: string | number | null | undefined;
|
|
1604
1561
|
sex?: string | null | undefined;
|
|
1605
1562
|
purchasePrice?: number | null | undefined;
|
|
1563
|
+
purchaseDate?: Date | null | undefined;
|
|
1606
1564
|
purchasePlaceId?: string | number | null | undefined;
|
|
1607
1565
|
purchased?: boolean | null | undefined;
|
|
1608
1566
|
sellingPrice?: number | null | undefined;
|
|
1567
|
+
sellingDate?: Date | null | undefined;
|
|
1609
1568
|
sellingPlaceId?: string | number | null | undefined;
|
|
1569
|
+
estimatedPrice?: number | null | undefined;
|
|
1570
|
+
fees?: {
|
|
1571
|
+
value: number;
|
|
1572
|
+
type: string;
|
|
1573
|
+
userId: string | number;
|
|
1574
|
+
id: string | number;
|
|
1575
|
+
updatedAt: Date;
|
|
1576
|
+
name: string;
|
|
1577
|
+
createdAt: Date;
|
|
1578
|
+
recurrence: "UNIQUE" | "MONTHLY" | "YEARLY";
|
|
1579
|
+
startDate: Date;
|
|
1580
|
+
active: boolean;
|
|
1581
|
+
description?: string | null | undefined;
|
|
1582
|
+
itemId?: string | number | null | undefined;
|
|
1583
|
+
endDate?: Date | null | undefined;
|
|
1584
|
+
parentFeeId?: string | number | null | undefined;
|
|
1585
|
+
}[] | null | undefined;
|
|
1610
1586
|
feesSum?: number | null | undefined;
|
|
1611
1587
|
customerId?: string | number | null | undefined;
|
|
1612
1588
|
customer?: {
|
|
1613
|
-
id: string | number;
|
|
1614
1589
|
userId: string | number;
|
|
1590
|
+
id: string | number;
|
|
1615
1591
|
email: string;
|
|
1616
1592
|
firstName: string;
|
|
1617
1593
|
lastName: string;
|
|
@@ -1632,7 +1608,6 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1632
1608
|
id: string;
|
|
1633
1609
|
createdAt: Date;
|
|
1634
1610
|
itemId: string | number;
|
|
1635
|
-
requestId?: string | null | undefined;
|
|
1636
1611
|
data?: {
|
|
1637
1612
|
type: "ACTION_CANCELED";
|
|
1638
1613
|
data: {
|
|
@@ -1661,7 +1636,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1661
1636
|
accountId?: string | null | undefined;
|
|
1662
1637
|
reason?: string | null | undefined;
|
|
1663
1638
|
fields?: {
|
|
1664
|
-
field: "TITLE" | "DESCRIPTION" | "
|
|
1639
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1665
1640
|
autoFixable: boolean;
|
|
1666
1641
|
error?: string | null | undefined;
|
|
1667
1642
|
}[] | null | undefined;
|
|
@@ -1688,22 +1663,22 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1688
1663
|
platformId: string;
|
|
1689
1664
|
post: {
|
|
1690
1665
|
status?: string | null | undefined;
|
|
1691
|
-
title?: string | null | undefined;
|
|
1692
|
-
description?: string | null | undefined;
|
|
1693
|
-
brand?: string | null | undefined;
|
|
1694
|
-
statusId?: number | null | undefined;
|
|
1695
|
-
sizeId?: number | null | undefined;
|
|
1696
|
-
colorIds?: number[] | null | undefined;
|
|
1697
|
-
packageSizeId?: number | null | undefined;
|
|
1698
1666
|
price?: number | null | undefined;
|
|
1699
1667
|
currency?: string | null | undefined;
|
|
1668
|
+
brand?: string | null | undefined;
|
|
1700
1669
|
catalog?: string | null | undefined;
|
|
1701
1670
|
catalogId?: number | null | undefined;
|
|
1702
1671
|
colors?: string[] | null | undefined;
|
|
1672
|
+
colorIds?: number[] | null | undefined;
|
|
1673
|
+
description?: string | null | undefined;
|
|
1703
1674
|
measurementLength?: number | null | undefined;
|
|
1704
1675
|
measurementWidth?: number | null | undefined;
|
|
1676
|
+
packageSizeId?: number | null | undefined;
|
|
1705
1677
|
photoUrls?: string[] | null | undefined;
|
|
1706
1678
|
size?: string | null | undefined;
|
|
1679
|
+
sizeId?: number | null | undefined;
|
|
1680
|
+
statusId?: number | null | undefined;
|
|
1681
|
+
title?: string | null | undefined;
|
|
1707
1682
|
isDraft?: boolean | null | undefined;
|
|
1708
1683
|
isArchived?: boolean | null | undefined;
|
|
1709
1684
|
availableQuantity?: number | null | undefined;
|
|
@@ -1723,13 +1698,14 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1723
1698
|
} | {
|
|
1724
1699
|
type: "LIFECYCLE_STARTED";
|
|
1725
1700
|
data: {
|
|
1726
|
-
caseId: string;
|
|
1727
1701
|
accountId: string;
|
|
1702
|
+
caseId: string;
|
|
1728
1703
|
};
|
|
1729
1704
|
} | {
|
|
1730
1705
|
type: "REPUBLISHING";
|
|
1731
1706
|
data: {
|
|
1732
1707
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1708
|
+
publishingDate?: Date | null | undefined;
|
|
1733
1709
|
priceDropPayload?: {
|
|
1734
1710
|
value: number;
|
|
1735
1711
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -1737,18 +1713,22 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1737
1713
|
roundStep?: number | null | undefined;
|
|
1738
1714
|
maxRounds?: number | null | undefined;
|
|
1739
1715
|
} | null | undefined;
|
|
1740
|
-
publishingDate?: Date | null | undefined;
|
|
1741
|
-
targetAccountId?: string | null | undefined;
|
|
1742
1716
|
isTransfer?: boolean | null | undefined;
|
|
1717
|
+
targetAccountId?: string | null | undefined;
|
|
1743
1718
|
};
|
|
1744
1719
|
} | {
|
|
1745
1720
|
type: "REPUBLISHING_RETRY";
|
|
1746
1721
|
data: {
|
|
1747
|
-
maxAttempts: number;
|
|
1748
1722
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1749
1723
|
attemptNumber: number;
|
|
1724
|
+
maxAttempts: number;
|
|
1750
1725
|
previousHistoryId: string;
|
|
1751
1726
|
originalFailureDate: Date;
|
|
1727
|
+
fields?: {
|
|
1728
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1729
|
+
autoFixable: boolean;
|
|
1730
|
+
error?: string | null | undefined;
|
|
1731
|
+
}[] | null | undefined;
|
|
1752
1732
|
priceDropPayload?: {
|
|
1753
1733
|
value: number;
|
|
1754
1734
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -1756,11 +1736,6 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1756
1736
|
roundStep?: number | null | undefined;
|
|
1757
1737
|
maxRounds?: number | null | undefined;
|
|
1758
1738
|
} | 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;
|
|
1764
1739
|
};
|
|
1765
1740
|
} | {
|
|
1766
1741
|
type: "SCHEDULED";
|
|
@@ -1771,64 +1746,75 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1771
1746
|
} | {
|
|
1772
1747
|
type: "SCHEDULED_RETRY";
|
|
1773
1748
|
data: {
|
|
1774
|
-
maxAttempts: number;
|
|
1775
1749
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1776
1750
|
attemptNumber: number;
|
|
1751
|
+
maxAttempts: number;
|
|
1777
1752
|
previousHistoryId: string;
|
|
1778
1753
|
originalFailureDate: Date;
|
|
1779
1754
|
fields?: {
|
|
1780
|
-
field: "TITLE" | "DESCRIPTION" | "
|
|
1755
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1781
1756
|
autoFixable: boolean;
|
|
1782
1757
|
error?: string | null | undefined;
|
|
1783
1758
|
}[] | null | undefined;
|
|
1784
1759
|
};
|
|
1785
1760
|
} | null | undefined;
|
|
1786
1761
|
accountId?: string | null | undefined;
|
|
1762
|
+
requestId?: string | null | undefined;
|
|
1787
1763
|
targetDate?: Date | null | undefined;
|
|
1788
1764
|
} | null | undefined;
|
|
1765
|
+
platforms?: {
|
|
1766
|
+
status: "DRAFT" | "PENDING" | "ERROR" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "DISPUTE";
|
|
1767
|
+
id: string;
|
|
1768
|
+
updatedAt: Date;
|
|
1769
|
+
createdAt: Date;
|
|
1770
|
+
accountId: string;
|
|
1771
|
+
itemId: string | number;
|
|
1772
|
+
platformId: string;
|
|
1773
|
+
platformUrl: string;
|
|
1774
|
+
platformPrice: number;
|
|
1775
|
+
publishedAt: Date;
|
|
1776
|
+
conversationId?: string | null | undefined;
|
|
1777
|
+
account?: {
|
|
1778
|
+
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
1779
|
+
userId: string | number;
|
|
1780
|
+
name: string;
|
|
1781
|
+
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1782
|
+
accountId: string;
|
|
1783
|
+
locale?: string | null | undefined;
|
|
1784
|
+
night?: {
|
|
1785
|
+
startsAt: Date;
|
|
1786
|
+
endsAt: Date;
|
|
1787
|
+
} | null | undefined;
|
|
1788
|
+
favoritesMaxDelay?: number | null | undefined;
|
|
1789
|
+
ordersMaxDelay?: number | null | undefined;
|
|
1790
|
+
conversationsMaxDelay?: number | null | undefined;
|
|
1791
|
+
} | null | undefined;
|
|
1792
|
+
viewsCount?: number | null | undefined;
|
|
1793
|
+
favoritesCount?: number | null | undefined;
|
|
1794
|
+
}[] | null | undefined;
|
|
1789
1795
|
}, {
|
|
1796
|
+
userId: string | number;
|
|
1790
1797
|
id: string | number;
|
|
1791
|
-
createdAt: Date;
|
|
1792
1798
|
updatedAt: Date;
|
|
1793
|
-
userId: string | number;
|
|
1794
1799
|
name: string;
|
|
1800
|
+
createdAt: Date;
|
|
1795
1801
|
sold: boolean;
|
|
1796
1802
|
state?: number | null | undefined;
|
|
1797
|
-
fees?: {
|
|
1798
|
-
value: number;
|
|
1799
|
-
type: string;
|
|
1800
|
-
id: string | number;
|
|
1801
|
-
createdAt: Date;
|
|
1802
|
-
updatedAt: Date;
|
|
1803
|
-
userId: string | number;
|
|
1804
|
-
name: string;
|
|
1805
|
-
recurrence: "UNIQUE" | "MONTHLY" | "YEARLY";
|
|
1806
|
-
startDate: Date;
|
|
1807
|
-
active: boolean;
|
|
1808
|
-
description?: string | null | undefined;
|
|
1809
|
-
itemId?: string | number | null | undefined;
|
|
1810
|
-
endDate?: Date | null | undefined;
|
|
1811
|
-
parentFeeId?: string | number | null | undefined;
|
|
1812
|
-
}[] | null | undefined;
|
|
1813
|
-
description?: string | null | undefined;
|
|
1814
|
-
categoryId?: number | null | undefined;
|
|
1815
|
-
sizeId?: number | null | undefined;
|
|
1816
1803
|
colorIds?: number[] | null | undefined;
|
|
1804
|
+
description?: string | null | undefined;
|
|
1817
1805
|
packageSizeId?: number | null | undefined;
|
|
1818
|
-
|
|
1819
|
-
estimatedPrice?: number | null | undefined;
|
|
1820
|
-
purchaseDate?: Date | null | undefined;
|
|
1821
|
-
sellingDate?: Date | null | undefined;
|
|
1806
|
+
sizeId?: number | null | undefined;
|
|
1822
1807
|
labels?: {
|
|
1823
1808
|
itemId: string | number;
|
|
1824
1809
|
labelId: string | number;
|
|
1825
1810
|
label?: {
|
|
1826
1811
|
id: string | number;
|
|
1827
|
-
createdAt: Date;
|
|
1828
1812
|
name: string;
|
|
1813
|
+
createdAt: Date;
|
|
1829
1814
|
isUserLabel: boolean;
|
|
1830
|
-
itemCount?: number | null | undefined;
|
|
1831
1815
|
userId?: string | number | null | undefined;
|
|
1816
|
+
itemCount?: number | null | undefined;
|
|
1817
|
+
parentId?: unknown;
|
|
1832
1818
|
} | null | undefined;
|
|
1833
1819
|
}[] | null | undefined;
|
|
1834
1820
|
files?: {
|
|
@@ -1837,59 +1823,50 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1837
1823
|
index?: number | null | undefined;
|
|
1838
1824
|
file?: {
|
|
1839
1825
|
path: string;
|
|
1826
|
+
userId: string | number;
|
|
1840
1827
|
id: string;
|
|
1841
1828
|
createdAt: Date;
|
|
1842
|
-
userId: string | number;
|
|
1843
1829
|
signedUrl: string;
|
|
1844
1830
|
} | null | undefined;
|
|
1845
1831
|
}[] | null | undefined;
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
id: string;
|
|
1849
|
-
createdAt: Date;
|
|
1850
|
-
updatedAt: Date;
|
|
1851
|
-
accountId: string;
|
|
1852
|
-
itemId: string | number;
|
|
1853
|
-
platformId: string;
|
|
1854
|
-
platformUrl: string;
|
|
1855
|
-
platformPrice: number;
|
|
1856
|
-
publishedAt: Date;
|
|
1857
|
-
favoritesCount?: number | null | undefined;
|
|
1858
|
-
viewsCount?: number | null | undefined;
|
|
1859
|
-
conversationId?: string | null | undefined;
|
|
1860
|
-
account?: {
|
|
1861
|
-
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
1862
|
-
userId: string | number;
|
|
1863
|
-
name: string;
|
|
1864
|
-
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1865
|
-
accountId: string;
|
|
1866
|
-
locale?: string | null | undefined;
|
|
1867
|
-
night?: {
|
|
1868
|
-
startsAt: Date;
|
|
1869
|
-
endsAt: Date;
|
|
1870
|
-
} | null | undefined;
|
|
1871
|
-
favoritesMaxDelay?: number | null | undefined;
|
|
1872
|
-
ordersMaxDelay?: number | null | undefined;
|
|
1873
|
-
conversationsMaxDelay?: number | null | undefined;
|
|
1874
|
-
} | null | undefined;
|
|
1875
|
-
}[] | null | undefined;
|
|
1876
|
-
fields?: {
|
|
1877
|
-
value: string;
|
|
1832
|
+
fields?: {
|
|
1833
|
+
value: string;
|
|
1878
1834
|
itemId: string | number;
|
|
1879
1835
|
fieldId: string | number;
|
|
1880
1836
|
}[] | null | undefined;
|
|
1881
1837
|
sku?: string | null | undefined;
|
|
1838
|
+
categoryId?: number | null | undefined;
|
|
1839
|
+
brandId?: string | number | null | undefined;
|
|
1882
1840
|
sex?: string | null | undefined;
|
|
1883
1841
|
purchasePrice?: number | null | undefined;
|
|
1842
|
+
purchaseDate?: Date | null | undefined;
|
|
1884
1843
|
purchasePlaceId?: string | number | null | undefined;
|
|
1885
1844
|
purchased?: boolean | null | undefined;
|
|
1886
1845
|
sellingPrice?: number | null | undefined;
|
|
1846
|
+
sellingDate?: Date | null | undefined;
|
|
1887
1847
|
sellingPlaceId?: string | number | null | undefined;
|
|
1848
|
+
estimatedPrice?: number | null | undefined;
|
|
1849
|
+
fees?: {
|
|
1850
|
+
value: number;
|
|
1851
|
+
type: string;
|
|
1852
|
+
userId: string | number;
|
|
1853
|
+
id: string | number;
|
|
1854
|
+
updatedAt: Date;
|
|
1855
|
+
name: string;
|
|
1856
|
+
createdAt: Date;
|
|
1857
|
+
recurrence: "UNIQUE" | "MONTHLY" | "YEARLY";
|
|
1858
|
+
startDate: Date;
|
|
1859
|
+
active: boolean;
|
|
1860
|
+
description?: string | null | undefined;
|
|
1861
|
+
itemId?: string | number | null | undefined;
|
|
1862
|
+
endDate?: Date | null | undefined;
|
|
1863
|
+
parentFeeId?: string | number | null | undefined;
|
|
1864
|
+
}[] | null | undefined;
|
|
1888
1865
|
feesSum?: number | null | undefined;
|
|
1889
1866
|
customerId?: string | number | null | undefined;
|
|
1890
1867
|
customer?: {
|
|
1891
|
-
id: string | number;
|
|
1892
1868
|
userId: string | number;
|
|
1869
|
+
id: string | number;
|
|
1893
1870
|
email: string;
|
|
1894
1871
|
firstName: string;
|
|
1895
1872
|
lastName: string;
|
|
@@ -1910,7 +1887,6 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1910
1887
|
id: string;
|
|
1911
1888
|
createdAt: Date;
|
|
1912
1889
|
itemId: string | number;
|
|
1913
|
-
requestId?: string | null | undefined;
|
|
1914
1890
|
data?: {
|
|
1915
1891
|
type: "ACTION_CANCELED";
|
|
1916
1892
|
data: {
|
|
@@ -1939,7 +1915,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1939
1915
|
accountId?: string | null | undefined;
|
|
1940
1916
|
reason?: string | null | undefined;
|
|
1941
1917
|
fields?: {
|
|
1942
|
-
field: "TITLE" | "DESCRIPTION" | "
|
|
1918
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1943
1919
|
autoFixable: boolean;
|
|
1944
1920
|
error?: string | null | undefined;
|
|
1945
1921
|
}[] | null | undefined;
|
|
@@ -1966,22 +1942,22 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1966
1942
|
platformId: string;
|
|
1967
1943
|
post: {
|
|
1968
1944
|
status?: string | null | undefined;
|
|
1969
|
-
title?: string | null | undefined;
|
|
1970
|
-
description?: string | null | undefined;
|
|
1971
|
-
brand?: string | null | undefined;
|
|
1972
|
-
statusId?: number | null | undefined;
|
|
1973
|
-
sizeId?: number | null | undefined;
|
|
1974
|
-
colorIds?: number[] | null | undefined;
|
|
1975
|
-
packageSizeId?: number | null | undefined;
|
|
1976
1945
|
price?: number | null | undefined;
|
|
1977
1946
|
currency?: string | null | undefined;
|
|
1947
|
+
brand?: string | null | undefined;
|
|
1978
1948
|
catalog?: string | null | undefined;
|
|
1979
1949
|
catalogId?: number | null | undefined;
|
|
1980
1950
|
colors?: string[] | null | undefined;
|
|
1951
|
+
colorIds?: number[] | null | undefined;
|
|
1952
|
+
description?: string | null | undefined;
|
|
1981
1953
|
measurementLength?: number | null | undefined;
|
|
1982
1954
|
measurementWidth?: number | null | undefined;
|
|
1955
|
+
packageSizeId?: number | null | undefined;
|
|
1983
1956
|
photoUrls?: string[] | null | undefined;
|
|
1984
1957
|
size?: string | null | undefined;
|
|
1958
|
+
sizeId?: number | null | undefined;
|
|
1959
|
+
statusId?: number | null | undefined;
|
|
1960
|
+
title?: string | null | undefined;
|
|
1985
1961
|
isDraft?: boolean | null | undefined;
|
|
1986
1962
|
isArchived?: boolean | null | undefined;
|
|
1987
1963
|
availableQuantity?: number | null | undefined;
|
|
@@ -2001,13 +1977,14 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2001
1977
|
} | {
|
|
2002
1978
|
type: "LIFECYCLE_STARTED";
|
|
2003
1979
|
data: {
|
|
2004
|
-
caseId: string;
|
|
2005
1980
|
accountId: string;
|
|
1981
|
+
caseId: string;
|
|
2006
1982
|
};
|
|
2007
1983
|
} | {
|
|
2008
1984
|
type: "REPUBLISHING";
|
|
2009
1985
|
data: {
|
|
2010
1986
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1987
|
+
publishingDate?: Date | null | undefined;
|
|
2011
1988
|
priceDropPayload?: {
|
|
2012
1989
|
value: number;
|
|
2013
1990
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -2015,18 +1992,22 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2015
1992
|
roundStep?: number | null | undefined;
|
|
2016
1993
|
maxRounds?: number | null | undefined;
|
|
2017
1994
|
} | null | undefined;
|
|
2018
|
-
publishingDate?: Date | null | undefined;
|
|
2019
|
-
targetAccountId?: string | null | undefined;
|
|
2020
1995
|
isTransfer?: boolean | null | undefined;
|
|
1996
|
+
targetAccountId?: string | null | undefined;
|
|
2021
1997
|
};
|
|
2022
1998
|
} | {
|
|
2023
1999
|
type: "REPUBLISHING_RETRY";
|
|
2024
2000
|
data: {
|
|
2025
|
-
maxAttempts: number;
|
|
2026
2001
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
2027
2002
|
attemptNumber: number;
|
|
2003
|
+
maxAttempts: number;
|
|
2028
2004
|
previousHistoryId: string;
|
|
2029
2005
|
originalFailureDate: Date;
|
|
2006
|
+
fields?: {
|
|
2007
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2008
|
+
autoFixable: boolean;
|
|
2009
|
+
error?: string | null | undefined;
|
|
2010
|
+
}[] | null | undefined;
|
|
2030
2011
|
priceDropPayload?: {
|
|
2031
2012
|
value: number;
|
|
2032
2013
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -2034,11 +2015,6 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2034
2015
|
roundStep?: number | null | undefined;
|
|
2035
2016
|
maxRounds?: number | null | undefined;
|
|
2036
2017
|
} | 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;
|
|
2042
2018
|
};
|
|
2043
2019
|
} | {
|
|
2044
2020
|
type: "SCHEDULED";
|
|
@@ -2049,69 +2025,80 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2049
2025
|
} | {
|
|
2050
2026
|
type: "SCHEDULED_RETRY";
|
|
2051
2027
|
data: {
|
|
2052
|
-
maxAttempts: number;
|
|
2053
2028
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
2054
2029
|
attemptNumber: number;
|
|
2030
|
+
maxAttempts: number;
|
|
2055
2031
|
previousHistoryId: string;
|
|
2056
2032
|
originalFailureDate: Date;
|
|
2057
2033
|
fields?: {
|
|
2058
|
-
field: "TITLE" | "DESCRIPTION" | "
|
|
2034
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2059
2035
|
autoFixable: boolean;
|
|
2060
2036
|
error?: string | null | undefined;
|
|
2061
2037
|
}[] | null | undefined;
|
|
2062
2038
|
};
|
|
2063
2039
|
} | null | undefined;
|
|
2064
2040
|
accountId?: string | null | undefined;
|
|
2041
|
+
requestId?: string | null | undefined;
|
|
2065
2042
|
targetDate?: Date | null | undefined;
|
|
2066
2043
|
} | null | undefined;
|
|
2044
|
+
platforms?: {
|
|
2045
|
+
status: "DRAFT" | "PENDING" | "ERROR" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "DISPUTE";
|
|
2046
|
+
id: string;
|
|
2047
|
+
updatedAt: Date;
|
|
2048
|
+
createdAt: Date;
|
|
2049
|
+
accountId: string;
|
|
2050
|
+
itemId: string | number;
|
|
2051
|
+
platformId: string;
|
|
2052
|
+
platformUrl: string;
|
|
2053
|
+
platformPrice: number;
|
|
2054
|
+
publishedAt: Date;
|
|
2055
|
+
conversationId?: string | null | undefined;
|
|
2056
|
+
account?: {
|
|
2057
|
+
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
2058
|
+
userId: string | number;
|
|
2059
|
+
name: string;
|
|
2060
|
+
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
2061
|
+
accountId: string;
|
|
2062
|
+
locale?: string | null | undefined;
|
|
2063
|
+
night?: {
|
|
2064
|
+
startsAt: Date;
|
|
2065
|
+
endsAt: Date;
|
|
2066
|
+
} | null | undefined;
|
|
2067
|
+
favoritesMaxDelay?: number | null | undefined;
|
|
2068
|
+
ordersMaxDelay?: number | null | undefined;
|
|
2069
|
+
conversationsMaxDelay?: number | null | undefined;
|
|
2070
|
+
} | null | undefined;
|
|
2071
|
+
viewsCount?: number | null | undefined;
|
|
2072
|
+
favoritesCount?: number | null | undefined;
|
|
2073
|
+
}[] | null | undefined;
|
|
2067
2074
|
}>, "many">;
|
|
2068
2075
|
currentPage: z.ZodNumber;
|
|
2069
2076
|
totalPages: z.ZodNumber;
|
|
2070
2077
|
}, "strip", z.ZodTypeAny, {
|
|
2071
2078
|
count: number;
|
|
2072
2079
|
rows: {
|
|
2080
|
+
userId: string | number;
|
|
2073
2081
|
id: string | number;
|
|
2074
|
-
createdAt: Date;
|
|
2075
2082
|
updatedAt: Date;
|
|
2076
|
-
userId: string | number;
|
|
2077
2083
|
name: string;
|
|
2084
|
+
createdAt: Date;
|
|
2078
2085
|
sold: boolean;
|
|
2079
2086
|
state?: number | null | undefined;
|
|
2080
|
-
fees?: {
|
|
2081
|
-
value: number;
|
|
2082
|
-
type: string;
|
|
2083
|
-
id: string | number;
|
|
2084
|
-
createdAt: Date;
|
|
2085
|
-
updatedAt: Date;
|
|
2086
|
-
userId: string | number;
|
|
2087
|
-
name: string;
|
|
2088
|
-
recurrence: "UNIQUE" | "MONTHLY" | "YEARLY";
|
|
2089
|
-
startDate: Date;
|
|
2090
|
-
active: boolean;
|
|
2091
|
-
description?: string | null | undefined;
|
|
2092
|
-
itemId?: string | number | null | undefined;
|
|
2093
|
-
endDate?: Date | null | undefined;
|
|
2094
|
-
parentFeeId?: string | number | null | undefined;
|
|
2095
|
-
}[] | null | undefined;
|
|
2096
|
-
description?: string | null | undefined;
|
|
2097
|
-
categoryId?: number | null | undefined;
|
|
2098
|
-
sizeId?: number | null | undefined;
|
|
2099
2087
|
colorIds?: number[] | null | undefined;
|
|
2088
|
+
description?: string | null | undefined;
|
|
2100
2089
|
packageSizeId?: number | null | undefined;
|
|
2101
|
-
|
|
2102
|
-
estimatedPrice?: number | null | undefined;
|
|
2103
|
-
purchaseDate?: Date | null | undefined;
|
|
2104
|
-
sellingDate?: Date | null | undefined;
|
|
2090
|
+
sizeId?: number | null | undefined;
|
|
2105
2091
|
labels?: {
|
|
2106
2092
|
itemId: string | number;
|
|
2107
2093
|
labelId: string | number;
|
|
2108
2094
|
label?: {
|
|
2109
2095
|
id: string | number;
|
|
2110
|
-
createdAt: Date;
|
|
2111
2096
|
name: string;
|
|
2097
|
+
createdAt: Date;
|
|
2112
2098
|
isUserLabel: boolean;
|
|
2113
|
-
itemCount?: number | null | undefined;
|
|
2114
2099
|
userId?: string | number | null | undefined;
|
|
2100
|
+
itemCount?: number | null | undefined;
|
|
2101
|
+
parentId?: unknown;
|
|
2115
2102
|
} | null | undefined;
|
|
2116
2103
|
}[] | null | undefined;
|
|
2117
2104
|
files?: {
|
|
@@ -2120,59 +2107,50 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2120
2107
|
index?: number | null | undefined;
|
|
2121
2108
|
file?: {
|
|
2122
2109
|
path: string;
|
|
2110
|
+
userId: string | number;
|
|
2123
2111
|
id: string;
|
|
2124
2112
|
createdAt: Date;
|
|
2125
|
-
userId: string | number;
|
|
2126
2113
|
signedUrl: string;
|
|
2127
2114
|
} | null | undefined;
|
|
2128
2115
|
}[] | null | undefined;
|
|
2129
|
-
platforms?: {
|
|
2130
|
-
status: "DRAFT" | "PENDING" | "ERROR" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "DISPUTE";
|
|
2131
|
-
id: string;
|
|
2132
|
-
createdAt: Date;
|
|
2133
|
-
updatedAt: Date;
|
|
2134
|
-
accountId: string;
|
|
2135
|
-
itemId: string | number;
|
|
2136
|
-
platformId: string;
|
|
2137
|
-
platformUrl: string;
|
|
2138
|
-
platformPrice: number;
|
|
2139
|
-
publishedAt: Date;
|
|
2140
|
-
favoritesCount?: number | null | undefined;
|
|
2141
|
-
viewsCount?: number | null | undefined;
|
|
2142
|
-
conversationId?: string | null | undefined;
|
|
2143
|
-
account?: {
|
|
2144
|
-
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
2145
|
-
userId: string | number;
|
|
2146
|
-
name: string;
|
|
2147
|
-
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
2148
|
-
accountId: string;
|
|
2149
|
-
locale?: string | null | undefined;
|
|
2150
|
-
night?: {
|
|
2151
|
-
startsAt: Date;
|
|
2152
|
-
endsAt: Date;
|
|
2153
|
-
} | null | undefined;
|
|
2154
|
-
favoritesMaxDelay?: number | null | undefined;
|
|
2155
|
-
ordersMaxDelay?: number | null | undefined;
|
|
2156
|
-
conversationsMaxDelay?: number | null | undefined;
|
|
2157
|
-
} | null | undefined;
|
|
2158
|
-
}[] | null | undefined;
|
|
2159
2116
|
fields?: {
|
|
2160
2117
|
value: string;
|
|
2161
2118
|
itemId: string | number;
|
|
2162
2119
|
fieldId: string | number;
|
|
2163
2120
|
}[] | null | undefined;
|
|
2164
2121
|
sku?: string | null | undefined;
|
|
2122
|
+
categoryId?: number | null | undefined;
|
|
2123
|
+
brandId?: string | number | null | undefined;
|
|
2165
2124
|
sex?: string | null | undefined;
|
|
2166
2125
|
purchasePrice?: number | null | undefined;
|
|
2126
|
+
purchaseDate?: Date | null | undefined;
|
|
2167
2127
|
purchasePlaceId?: string | number | null | undefined;
|
|
2168
2128
|
purchased?: boolean | null | undefined;
|
|
2169
2129
|
sellingPrice?: number | null | undefined;
|
|
2130
|
+
sellingDate?: Date | null | undefined;
|
|
2170
2131
|
sellingPlaceId?: string | number | null | undefined;
|
|
2132
|
+
estimatedPrice?: number | null | undefined;
|
|
2133
|
+
fees?: {
|
|
2134
|
+
value: number;
|
|
2135
|
+
type: string;
|
|
2136
|
+
userId: string | number;
|
|
2137
|
+
id: string | number;
|
|
2138
|
+
updatedAt: Date;
|
|
2139
|
+
name: string;
|
|
2140
|
+
createdAt: Date;
|
|
2141
|
+
recurrence: "UNIQUE" | "MONTHLY" | "YEARLY";
|
|
2142
|
+
startDate: Date;
|
|
2143
|
+
active: boolean;
|
|
2144
|
+
description?: string | null | undefined;
|
|
2145
|
+
itemId?: string | number | null | undefined;
|
|
2146
|
+
endDate?: Date | null | undefined;
|
|
2147
|
+
parentFeeId?: string | number | null | undefined;
|
|
2148
|
+
}[] | null | undefined;
|
|
2171
2149
|
feesSum?: number | null | undefined;
|
|
2172
2150
|
customerId?: string | number | null | undefined;
|
|
2173
2151
|
customer?: {
|
|
2174
|
-
id: string | number;
|
|
2175
2152
|
userId: string | number;
|
|
2153
|
+
id: string | number;
|
|
2176
2154
|
email: string;
|
|
2177
2155
|
firstName: string;
|
|
2178
2156
|
lastName: string;
|
|
@@ -2193,7 +2171,6 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2193
2171
|
id: string;
|
|
2194
2172
|
createdAt: Date;
|
|
2195
2173
|
itemId: string | number;
|
|
2196
|
-
requestId?: string | null | undefined;
|
|
2197
2174
|
data?: {
|
|
2198
2175
|
type: "ACTION_CANCELED";
|
|
2199
2176
|
data: {
|
|
@@ -2222,7 +2199,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2222
2199
|
accountId?: string | null | undefined;
|
|
2223
2200
|
reason?: string | null | undefined;
|
|
2224
2201
|
fields?: {
|
|
2225
|
-
field: "TITLE" | "DESCRIPTION" | "
|
|
2202
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2226
2203
|
autoFixable: boolean;
|
|
2227
2204
|
error?: string | null | undefined;
|
|
2228
2205
|
}[] | null | undefined;
|
|
@@ -2249,22 +2226,22 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2249
2226
|
platformId: string;
|
|
2250
2227
|
post: {
|
|
2251
2228
|
status?: string | null | undefined;
|
|
2252
|
-
title?: string | null | undefined;
|
|
2253
|
-
description?: string | null | undefined;
|
|
2254
|
-
brand?: string | null | undefined;
|
|
2255
|
-
statusId?: number | null | undefined;
|
|
2256
|
-
sizeId?: number | null | undefined;
|
|
2257
|
-
colorIds?: number[] | null | undefined;
|
|
2258
|
-
packageSizeId?: number | null | undefined;
|
|
2259
2229
|
price?: number | null | undefined;
|
|
2260
2230
|
currency?: string | null | undefined;
|
|
2231
|
+
brand?: string | null | undefined;
|
|
2261
2232
|
catalog?: string | null | undefined;
|
|
2262
2233
|
catalogId?: number | null | undefined;
|
|
2263
2234
|
colors?: string[] | null | undefined;
|
|
2235
|
+
colorIds?: number[] | null | undefined;
|
|
2236
|
+
description?: string | null | undefined;
|
|
2264
2237
|
measurementLength?: number | null | undefined;
|
|
2265
2238
|
measurementWidth?: number | null | undefined;
|
|
2239
|
+
packageSizeId?: number | null | undefined;
|
|
2266
2240
|
photoUrls?: string[] | null | undefined;
|
|
2267
2241
|
size?: string | null | undefined;
|
|
2242
|
+
sizeId?: number | null | undefined;
|
|
2243
|
+
statusId?: number | null | undefined;
|
|
2244
|
+
title?: string | null | undefined;
|
|
2268
2245
|
isDraft?: boolean | null | undefined;
|
|
2269
2246
|
isArchived?: boolean | null | undefined;
|
|
2270
2247
|
availableQuantity?: number | null | undefined;
|
|
@@ -2284,13 +2261,14 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2284
2261
|
} | {
|
|
2285
2262
|
type: "LIFECYCLE_STARTED";
|
|
2286
2263
|
data: {
|
|
2287
|
-
caseId: string;
|
|
2288
2264
|
accountId: string;
|
|
2265
|
+
caseId: string;
|
|
2289
2266
|
};
|
|
2290
2267
|
} | {
|
|
2291
2268
|
type: "REPUBLISHING";
|
|
2292
2269
|
data: {
|
|
2293
2270
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
2271
|
+
publishingDate?: Date | null | undefined;
|
|
2294
2272
|
priceDropPayload?: {
|
|
2295
2273
|
value: number;
|
|
2296
2274
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -2298,18 +2276,22 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2298
2276
|
roundStep?: number | null | undefined;
|
|
2299
2277
|
maxRounds?: number | null | undefined;
|
|
2300
2278
|
} | null | undefined;
|
|
2301
|
-
publishingDate?: Date | null | undefined;
|
|
2302
|
-
targetAccountId?: string | null | undefined;
|
|
2303
2279
|
isTransfer?: boolean | null | undefined;
|
|
2280
|
+
targetAccountId?: string | null | undefined;
|
|
2304
2281
|
};
|
|
2305
2282
|
} | {
|
|
2306
2283
|
type: "REPUBLISHING_RETRY";
|
|
2307
2284
|
data: {
|
|
2308
|
-
maxAttempts: number;
|
|
2309
2285
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
2310
2286
|
attemptNumber: number;
|
|
2287
|
+
maxAttempts: number;
|
|
2311
2288
|
previousHistoryId: string;
|
|
2312
2289
|
originalFailureDate: Date;
|
|
2290
|
+
fields?: {
|
|
2291
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2292
|
+
autoFixable: boolean;
|
|
2293
|
+
error?: string | null | undefined;
|
|
2294
|
+
}[] | null | undefined;
|
|
2313
2295
|
priceDropPayload?: {
|
|
2314
2296
|
value: number;
|
|
2315
2297
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -2317,11 +2299,6 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2317
2299
|
roundStep?: number | null | undefined;
|
|
2318
2300
|
maxRounds?: number | null | undefined;
|
|
2319
2301
|
} | 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;
|
|
2325
2302
|
};
|
|
2326
2303
|
} | {
|
|
2327
2304
|
type: "SCHEDULED";
|
|
@@ -2332,21 +2309,52 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2332
2309
|
} | {
|
|
2333
2310
|
type: "SCHEDULED_RETRY";
|
|
2334
2311
|
data: {
|
|
2335
|
-
maxAttempts: number;
|
|
2336
2312
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
2337
2313
|
attemptNumber: number;
|
|
2314
|
+
maxAttempts: number;
|
|
2338
2315
|
previousHistoryId: string;
|
|
2339
2316
|
originalFailureDate: Date;
|
|
2340
2317
|
fields?: {
|
|
2341
|
-
field: "TITLE" | "DESCRIPTION" | "
|
|
2318
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2342
2319
|
autoFixable: boolean;
|
|
2343
2320
|
error?: string | null | undefined;
|
|
2344
2321
|
}[] | null | undefined;
|
|
2345
2322
|
};
|
|
2346
2323
|
} | null | undefined;
|
|
2347
2324
|
accountId?: string | null | undefined;
|
|
2325
|
+
requestId?: string | null | undefined;
|
|
2348
2326
|
targetDate?: Date | null | undefined;
|
|
2349
2327
|
} | null | undefined;
|
|
2328
|
+
platforms?: {
|
|
2329
|
+
status: "DRAFT" | "PENDING" | "ERROR" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "DISPUTE";
|
|
2330
|
+
id: string;
|
|
2331
|
+
updatedAt: Date;
|
|
2332
|
+
createdAt: Date;
|
|
2333
|
+
accountId: string;
|
|
2334
|
+
itemId: string | number;
|
|
2335
|
+
platformId: string;
|
|
2336
|
+
platformUrl: string;
|
|
2337
|
+
platformPrice: number;
|
|
2338
|
+
publishedAt: Date;
|
|
2339
|
+
conversationId?: string | null | undefined;
|
|
2340
|
+
account?: {
|
|
2341
|
+
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
2342
|
+
userId: string | number;
|
|
2343
|
+
name: string;
|
|
2344
|
+
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
2345
|
+
accountId: string;
|
|
2346
|
+
locale?: string | null | undefined;
|
|
2347
|
+
night?: {
|
|
2348
|
+
startsAt: Date;
|
|
2349
|
+
endsAt: Date;
|
|
2350
|
+
} | null | undefined;
|
|
2351
|
+
favoritesMaxDelay?: number | null | undefined;
|
|
2352
|
+
ordersMaxDelay?: number | null | undefined;
|
|
2353
|
+
conversationsMaxDelay?: number | null | undefined;
|
|
2354
|
+
} | null | undefined;
|
|
2355
|
+
viewsCount?: number | null | undefined;
|
|
2356
|
+
favoritesCount?: number | null | undefined;
|
|
2357
|
+
}[] | null | undefined;
|
|
2350
2358
|
}[];
|
|
2351
2359
|
currentPage: number;
|
|
2352
2360
|
totalPages: number;
|
|
@@ -2354,48 +2362,28 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2354
2362
|
}, {
|
|
2355
2363
|
count: number;
|
|
2356
2364
|
rows: {
|
|
2365
|
+
userId: string | number;
|
|
2357
2366
|
id: string | number;
|
|
2358
|
-
createdAt: Date;
|
|
2359
2367
|
updatedAt: Date;
|
|
2360
|
-
userId: string | number;
|
|
2361
2368
|
name: string;
|
|
2369
|
+
createdAt: Date;
|
|
2362
2370
|
sold: boolean;
|
|
2363
2371
|
state?: number | null | undefined;
|
|
2364
|
-
fees?: {
|
|
2365
|
-
value: number;
|
|
2366
|
-
type: string;
|
|
2367
|
-
id: string | number;
|
|
2368
|
-
createdAt: Date;
|
|
2369
|
-
updatedAt: Date;
|
|
2370
|
-
userId: string | number;
|
|
2371
|
-
name: string;
|
|
2372
|
-
recurrence: "UNIQUE" | "MONTHLY" | "YEARLY";
|
|
2373
|
-
startDate: Date;
|
|
2374
|
-
active: boolean;
|
|
2375
|
-
description?: string | null | undefined;
|
|
2376
|
-
itemId?: string | number | null | undefined;
|
|
2377
|
-
endDate?: Date | null | undefined;
|
|
2378
|
-
parentFeeId?: string | number | null | undefined;
|
|
2379
|
-
}[] | null | undefined;
|
|
2380
|
-
description?: string | null | undefined;
|
|
2381
|
-
categoryId?: number | null | undefined;
|
|
2382
|
-
sizeId?: number | null | undefined;
|
|
2383
2372
|
colorIds?: number[] | null | undefined;
|
|
2373
|
+
description?: string | null | undefined;
|
|
2384
2374
|
packageSizeId?: number | null | undefined;
|
|
2385
|
-
|
|
2386
|
-
estimatedPrice?: number | null | undefined;
|
|
2387
|
-
purchaseDate?: Date | null | undefined;
|
|
2388
|
-
sellingDate?: Date | null | undefined;
|
|
2375
|
+
sizeId?: number | null | undefined;
|
|
2389
2376
|
labels?: {
|
|
2390
2377
|
itemId: string | number;
|
|
2391
2378
|
labelId: string | number;
|
|
2392
2379
|
label?: {
|
|
2393
2380
|
id: string | number;
|
|
2394
|
-
createdAt: Date;
|
|
2395
2381
|
name: string;
|
|
2382
|
+
createdAt: Date;
|
|
2396
2383
|
isUserLabel: boolean;
|
|
2397
|
-
itemCount?: number | null | undefined;
|
|
2398
2384
|
userId?: string | number | null | undefined;
|
|
2385
|
+
itemCount?: number | null | undefined;
|
|
2386
|
+
parentId?: unknown;
|
|
2399
2387
|
} | null | undefined;
|
|
2400
2388
|
}[] | null | undefined;
|
|
2401
2389
|
files?: {
|
|
@@ -2404,59 +2392,50 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2404
2392
|
index?: number | null | undefined;
|
|
2405
2393
|
file?: {
|
|
2406
2394
|
path: string;
|
|
2395
|
+
userId: string | number;
|
|
2407
2396
|
id: string;
|
|
2408
2397
|
createdAt: Date;
|
|
2409
|
-
userId: string | number;
|
|
2410
2398
|
signedUrl: string;
|
|
2411
2399
|
} | null | undefined;
|
|
2412
2400
|
}[] | null | undefined;
|
|
2413
|
-
platforms?: {
|
|
2414
|
-
status: "DRAFT" | "PENDING" | "ERROR" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "DISPUTE";
|
|
2415
|
-
id: string;
|
|
2416
|
-
createdAt: Date;
|
|
2417
|
-
updatedAt: Date;
|
|
2418
|
-
accountId: string;
|
|
2419
|
-
itemId: string | number;
|
|
2420
|
-
platformId: string;
|
|
2421
|
-
platformUrl: string;
|
|
2422
|
-
platformPrice: number;
|
|
2423
|
-
publishedAt: Date;
|
|
2424
|
-
favoritesCount?: number | null | undefined;
|
|
2425
|
-
viewsCount?: number | null | undefined;
|
|
2426
|
-
conversationId?: string | null | undefined;
|
|
2427
|
-
account?: {
|
|
2428
|
-
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
2429
|
-
userId: string | number;
|
|
2430
|
-
name: string;
|
|
2431
|
-
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
2432
|
-
accountId: string;
|
|
2433
|
-
locale?: string | null | undefined;
|
|
2434
|
-
night?: {
|
|
2435
|
-
startsAt: Date;
|
|
2436
|
-
endsAt: Date;
|
|
2437
|
-
} | null | undefined;
|
|
2438
|
-
favoritesMaxDelay?: number | null | undefined;
|
|
2439
|
-
ordersMaxDelay?: number | null | undefined;
|
|
2440
|
-
conversationsMaxDelay?: number | null | undefined;
|
|
2441
|
-
} | null | undefined;
|
|
2442
|
-
}[] | null | undefined;
|
|
2443
2401
|
fields?: {
|
|
2444
2402
|
value: string;
|
|
2445
2403
|
itemId: string | number;
|
|
2446
2404
|
fieldId: string | number;
|
|
2447
2405
|
}[] | null | undefined;
|
|
2448
2406
|
sku?: string | null | undefined;
|
|
2407
|
+
categoryId?: number | null | undefined;
|
|
2408
|
+
brandId?: string | number | null | undefined;
|
|
2449
2409
|
sex?: string | null | undefined;
|
|
2450
2410
|
purchasePrice?: number | null | undefined;
|
|
2411
|
+
purchaseDate?: Date | null | undefined;
|
|
2451
2412
|
purchasePlaceId?: string | number | null | undefined;
|
|
2452
2413
|
purchased?: boolean | null | undefined;
|
|
2453
2414
|
sellingPrice?: number | null | undefined;
|
|
2415
|
+
sellingDate?: Date | null | undefined;
|
|
2454
2416
|
sellingPlaceId?: string | number | null | undefined;
|
|
2417
|
+
estimatedPrice?: number | null | undefined;
|
|
2418
|
+
fees?: {
|
|
2419
|
+
value: number;
|
|
2420
|
+
type: string;
|
|
2421
|
+
userId: string | number;
|
|
2422
|
+
id: string | number;
|
|
2423
|
+
updatedAt: Date;
|
|
2424
|
+
name: string;
|
|
2425
|
+
createdAt: Date;
|
|
2426
|
+
recurrence: "UNIQUE" | "MONTHLY" | "YEARLY";
|
|
2427
|
+
startDate: Date;
|
|
2428
|
+
active: boolean;
|
|
2429
|
+
description?: string | null | undefined;
|
|
2430
|
+
itemId?: string | number | null | undefined;
|
|
2431
|
+
endDate?: Date | null | undefined;
|
|
2432
|
+
parentFeeId?: string | number | null | undefined;
|
|
2433
|
+
}[] | null | undefined;
|
|
2455
2434
|
feesSum?: number | null | undefined;
|
|
2456
2435
|
customerId?: string | number | null | undefined;
|
|
2457
2436
|
customer?: {
|
|
2458
|
-
id: string | number;
|
|
2459
2437
|
userId: string | number;
|
|
2438
|
+
id: string | number;
|
|
2460
2439
|
email: string;
|
|
2461
2440
|
firstName: string;
|
|
2462
2441
|
lastName: string;
|
|
@@ -2477,7 +2456,6 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2477
2456
|
id: string;
|
|
2478
2457
|
createdAt: Date;
|
|
2479
2458
|
itemId: string | number;
|
|
2480
|
-
requestId?: string | null | undefined;
|
|
2481
2459
|
data?: {
|
|
2482
2460
|
type: "ACTION_CANCELED";
|
|
2483
2461
|
data: {
|
|
@@ -2506,7 +2484,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2506
2484
|
accountId?: string | null | undefined;
|
|
2507
2485
|
reason?: string | null | undefined;
|
|
2508
2486
|
fields?: {
|
|
2509
|
-
field: "TITLE" | "DESCRIPTION" | "
|
|
2487
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2510
2488
|
autoFixable: boolean;
|
|
2511
2489
|
error?: string | null | undefined;
|
|
2512
2490
|
}[] | null | undefined;
|
|
@@ -2533,22 +2511,22 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2533
2511
|
platformId: string;
|
|
2534
2512
|
post: {
|
|
2535
2513
|
status?: string | null | undefined;
|
|
2536
|
-
title?: string | null | undefined;
|
|
2537
|
-
description?: string | null | undefined;
|
|
2538
|
-
brand?: string | null | undefined;
|
|
2539
|
-
statusId?: number | null | undefined;
|
|
2540
|
-
sizeId?: number | null | undefined;
|
|
2541
|
-
colorIds?: number[] | null | undefined;
|
|
2542
|
-
packageSizeId?: number | null | undefined;
|
|
2543
2514
|
price?: number | null | undefined;
|
|
2544
2515
|
currency?: string | null | undefined;
|
|
2516
|
+
brand?: string | null | undefined;
|
|
2545
2517
|
catalog?: string | null | undefined;
|
|
2546
2518
|
catalogId?: number | null | undefined;
|
|
2547
2519
|
colors?: string[] | null | undefined;
|
|
2520
|
+
colorIds?: number[] | null | undefined;
|
|
2521
|
+
description?: string | null | undefined;
|
|
2548
2522
|
measurementLength?: number | null | undefined;
|
|
2549
2523
|
measurementWidth?: number | null | undefined;
|
|
2524
|
+
packageSizeId?: number | null | undefined;
|
|
2550
2525
|
photoUrls?: string[] | null | undefined;
|
|
2551
2526
|
size?: string | null | undefined;
|
|
2527
|
+
sizeId?: number | null | undefined;
|
|
2528
|
+
statusId?: number | null | undefined;
|
|
2529
|
+
title?: string | null | undefined;
|
|
2552
2530
|
isDraft?: boolean | null | undefined;
|
|
2553
2531
|
isArchived?: boolean | null | undefined;
|
|
2554
2532
|
availableQuantity?: number | null | undefined;
|
|
@@ -2568,13 +2546,14 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2568
2546
|
} | {
|
|
2569
2547
|
type: "LIFECYCLE_STARTED";
|
|
2570
2548
|
data: {
|
|
2571
|
-
caseId: string;
|
|
2572
2549
|
accountId: string;
|
|
2550
|
+
caseId: string;
|
|
2573
2551
|
};
|
|
2574
2552
|
} | {
|
|
2575
2553
|
type: "REPUBLISHING";
|
|
2576
2554
|
data: {
|
|
2577
2555
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
2556
|
+
publishingDate?: Date | null | undefined;
|
|
2578
2557
|
priceDropPayload?: {
|
|
2579
2558
|
value: number;
|
|
2580
2559
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -2582,18 +2561,22 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2582
2561
|
roundStep?: number | null | undefined;
|
|
2583
2562
|
maxRounds?: number | null | undefined;
|
|
2584
2563
|
} | null | undefined;
|
|
2585
|
-
publishingDate?: Date | null | undefined;
|
|
2586
|
-
targetAccountId?: string | null | undefined;
|
|
2587
2564
|
isTransfer?: boolean | null | undefined;
|
|
2565
|
+
targetAccountId?: string | null | undefined;
|
|
2588
2566
|
};
|
|
2589
2567
|
} | {
|
|
2590
2568
|
type: "REPUBLISHING_RETRY";
|
|
2591
2569
|
data: {
|
|
2592
|
-
maxAttempts: number;
|
|
2593
2570
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
2594
2571
|
attemptNumber: number;
|
|
2572
|
+
maxAttempts: number;
|
|
2595
2573
|
previousHistoryId: string;
|
|
2596
2574
|
originalFailureDate: Date;
|
|
2575
|
+
fields?: {
|
|
2576
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2577
|
+
autoFixable: boolean;
|
|
2578
|
+
error?: string | null | undefined;
|
|
2579
|
+
}[] | null | undefined;
|
|
2597
2580
|
priceDropPayload?: {
|
|
2598
2581
|
value: number;
|
|
2599
2582
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -2601,11 +2584,6 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2601
2584
|
roundStep?: number | null | undefined;
|
|
2602
2585
|
maxRounds?: number | null | undefined;
|
|
2603
2586
|
} | 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;
|
|
2609
2587
|
};
|
|
2610
2588
|
} | {
|
|
2611
2589
|
type: "SCHEDULED";
|
|
@@ -2616,21 +2594,52 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2616
2594
|
} | {
|
|
2617
2595
|
type: "SCHEDULED_RETRY";
|
|
2618
2596
|
data: {
|
|
2619
|
-
maxAttempts: number;
|
|
2620
2597
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
2621
2598
|
attemptNumber: number;
|
|
2599
|
+
maxAttempts: number;
|
|
2622
2600
|
previousHistoryId: string;
|
|
2623
2601
|
originalFailureDate: Date;
|
|
2624
2602
|
fields?: {
|
|
2625
|
-
field: "TITLE" | "DESCRIPTION" | "
|
|
2603
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2626
2604
|
autoFixable: boolean;
|
|
2627
2605
|
error?: string | null | undefined;
|
|
2628
2606
|
}[] | null | undefined;
|
|
2629
2607
|
};
|
|
2630
2608
|
} | null | undefined;
|
|
2631
2609
|
accountId?: string | null | undefined;
|
|
2610
|
+
requestId?: string | null | undefined;
|
|
2632
2611
|
targetDate?: Date | null | undefined;
|
|
2633
2612
|
} | null | undefined;
|
|
2613
|
+
platforms?: {
|
|
2614
|
+
status: "DRAFT" | "PENDING" | "ERROR" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "DISPUTE";
|
|
2615
|
+
id: string;
|
|
2616
|
+
updatedAt: Date;
|
|
2617
|
+
createdAt: Date;
|
|
2618
|
+
accountId: string;
|
|
2619
|
+
itemId: string | number;
|
|
2620
|
+
platformId: string;
|
|
2621
|
+
platformUrl: string;
|
|
2622
|
+
platformPrice: number;
|
|
2623
|
+
publishedAt: Date;
|
|
2624
|
+
conversationId?: string | null | undefined;
|
|
2625
|
+
account?: {
|
|
2626
|
+
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
2627
|
+
userId: string | number;
|
|
2628
|
+
name: string;
|
|
2629
|
+
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
2630
|
+
accountId: string;
|
|
2631
|
+
locale?: string | null | undefined;
|
|
2632
|
+
night?: {
|
|
2633
|
+
startsAt: Date;
|
|
2634
|
+
endsAt: Date;
|
|
2635
|
+
} | null | undefined;
|
|
2636
|
+
favoritesMaxDelay?: number | null | undefined;
|
|
2637
|
+
ordersMaxDelay?: number | null | undefined;
|
|
2638
|
+
conversationsMaxDelay?: number | null | undefined;
|
|
2639
|
+
} | null | undefined;
|
|
2640
|
+
viewsCount?: number | null | undefined;
|
|
2641
|
+
favoritesCount?: number | null | undefined;
|
|
2642
|
+
}[] | null | undefined;
|
|
2634
2643
|
}[];
|
|
2635
2644
|
currentPage: number;
|
|
2636
2645
|
totalPages: number;
|