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
|
@@ -18,15 +18,15 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
18
18
|
createdAt: z.ZodDate;
|
|
19
19
|
}, "strip", z.ZodTypeAny, {
|
|
20
20
|
path: string;
|
|
21
|
+
userId: string | number;
|
|
21
22
|
id: string;
|
|
22
23
|
createdAt: Date;
|
|
23
|
-
userId: string | number;
|
|
24
24
|
signedUrl: string;
|
|
25
25
|
}, {
|
|
26
26
|
path: string;
|
|
27
|
+
userId: string | number;
|
|
27
28
|
id: string;
|
|
28
29
|
createdAt: Date;
|
|
29
|
-
userId: string | number;
|
|
30
30
|
signedUrl: string;
|
|
31
31
|
}>>>;
|
|
32
32
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -35,9 +35,9 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
35
35
|
index?: number | null | undefined;
|
|
36
36
|
file?: {
|
|
37
37
|
path: string;
|
|
38
|
+
userId: string | number;
|
|
38
39
|
id: string;
|
|
39
40
|
createdAt: Date;
|
|
40
|
-
userId: string | number;
|
|
41
41
|
signedUrl: string;
|
|
42
42
|
} | null | undefined;
|
|
43
43
|
}, {
|
|
@@ -46,9 +46,9 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
46
46
|
index?: number | null | undefined;
|
|
47
47
|
file?: {
|
|
48
48
|
path: string;
|
|
49
|
+
userId: string | number;
|
|
49
50
|
id: string;
|
|
50
51
|
createdAt: Date;
|
|
51
|
-
userId: string | number;
|
|
52
52
|
signedUrl: string;
|
|
53
53
|
} | null | undefined;
|
|
54
54
|
}>, "many">>>;
|
|
@@ -84,11 +84,11 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
84
84
|
}, "strip", z.ZodTypeAny, {
|
|
85
85
|
value: number;
|
|
86
86
|
type: string;
|
|
87
|
+
userId: string | number;
|
|
87
88
|
id: string | number;
|
|
88
|
-
createdAt: Date;
|
|
89
89
|
updatedAt: Date;
|
|
90
|
-
userId: string | number;
|
|
91
90
|
name: string;
|
|
91
|
+
createdAt: Date;
|
|
92
92
|
recurrence: "UNIQUE" | "MONTHLY" | "YEARLY";
|
|
93
93
|
startDate: Date;
|
|
94
94
|
active: boolean;
|
|
@@ -99,11 +99,11 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
99
99
|
}, {
|
|
100
100
|
value: number;
|
|
101
101
|
type: string;
|
|
102
|
+
userId: string | number;
|
|
102
103
|
id: string | number;
|
|
103
|
-
createdAt: Date;
|
|
104
104
|
updatedAt: Date;
|
|
105
|
-
userId: string | number;
|
|
106
105
|
name: string;
|
|
106
|
+
createdAt: Date;
|
|
107
107
|
recurrence: "UNIQUE" | "MONTHLY" | "YEARLY";
|
|
108
108
|
startDate: Date;
|
|
109
109
|
active: boolean;
|
|
@@ -123,42 +123,47 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
123
123
|
isUserLabel: z.ZodBoolean;
|
|
124
124
|
createdAt: z.ZodDate;
|
|
125
125
|
itemCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
126
|
+
parentId: z.ZodUnknown;
|
|
126
127
|
}, "strip", z.ZodTypeAny, {
|
|
127
128
|
id: string | number;
|
|
128
|
-
createdAt: Date;
|
|
129
129
|
name: string;
|
|
130
|
+
createdAt: Date;
|
|
130
131
|
isUserLabel: boolean;
|
|
131
|
-
itemCount?: number | null | undefined;
|
|
132
132
|
userId?: string | number | null | undefined;
|
|
133
|
+
itemCount?: number | null | undefined;
|
|
134
|
+
parentId?: unknown;
|
|
133
135
|
}, {
|
|
134
136
|
id: string | number;
|
|
135
|
-
createdAt: Date;
|
|
136
137
|
name: string;
|
|
138
|
+
createdAt: Date;
|
|
137
139
|
isUserLabel: boolean;
|
|
138
|
-
itemCount?: number | null | undefined;
|
|
139
140
|
userId?: string | number | null | undefined;
|
|
141
|
+
itemCount?: number | null | undefined;
|
|
142
|
+
parentId?: unknown;
|
|
140
143
|
}>>>;
|
|
141
144
|
}, "strip", z.ZodTypeAny, {
|
|
142
145
|
itemId: string | number;
|
|
143
146
|
labelId: string | number;
|
|
144
147
|
label?: {
|
|
145
148
|
id: string | number;
|
|
146
|
-
createdAt: Date;
|
|
147
149
|
name: string;
|
|
150
|
+
createdAt: Date;
|
|
148
151
|
isUserLabel: boolean;
|
|
149
|
-
itemCount?: number | null | undefined;
|
|
150
152
|
userId?: string | number | null | undefined;
|
|
153
|
+
itemCount?: number | null | undefined;
|
|
154
|
+
parentId?: unknown;
|
|
151
155
|
} | null | undefined;
|
|
152
156
|
}, {
|
|
153
157
|
itemId: string | number;
|
|
154
158
|
labelId: string | number;
|
|
155
159
|
label?: {
|
|
156
160
|
id: string | number;
|
|
157
|
-
createdAt: Date;
|
|
158
161
|
name: string;
|
|
162
|
+
createdAt: Date;
|
|
159
163
|
isUserLabel: boolean;
|
|
160
|
-
itemCount?: number | null | undefined;
|
|
161
164
|
userId?: string | number | null | undefined;
|
|
165
|
+
itemCount?: number | null | undefined;
|
|
166
|
+
parentId?: unknown;
|
|
162
167
|
} | null | undefined;
|
|
163
168
|
}>, "many">>>;
|
|
164
169
|
colorIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
@@ -177,8 +182,8 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
177
182
|
bic: z.ZodString;
|
|
178
183
|
phoneVerified: z.ZodBoolean;
|
|
179
184
|
}, "strip", z.ZodTypeAny, {
|
|
180
|
-
id: string | number;
|
|
181
185
|
userId: string | number;
|
|
186
|
+
id: string | number;
|
|
182
187
|
email: string;
|
|
183
188
|
firstName: string;
|
|
184
189
|
lastName: string;
|
|
@@ -189,8 +194,8 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
189
194
|
bic: string;
|
|
190
195
|
phoneVerified: boolean;
|
|
191
196
|
}, {
|
|
192
|
-
id: string | number;
|
|
193
197
|
userId: string | number;
|
|
198
|
+
id: string | number;
|
|
194
199
|
email: string;
|
|
195
200
|
firstName: string;
|
|
196
201
|
lastName: string;
|
|
@@ -316,11 +321,11 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
316
321
|
autoFixable: z.ZodBoolean;
|
|
317
322
|
error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
318
323
|
}, "strip", z.ZodTypeAny, {
|
|
319
|
-
field: "TITLE" | "DESCRIPTION" | "
|
|
324
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
320
325
|
autoFixable: boolean;
|
|
321
326
|
error?: string | null | undefined;
|
|
322
327
|
}, {
|
|
323
|
-
field: "TITLE" | "DESCRIPTION" | "
|
|
328
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
324
329
|
autoFixable: boolean;
|
|
325
330
|
error?: string | null | undefined;
|
|
326
331
|
}>, "many">>>;
|
|
@@ -330,7 +335,7 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
330
335
|
accountId?: string | null | undefined;
|
|
331
336
|
reason?: string | null | undefined;
|
|
332
337
|
fields?: {
|
|
333
|
-
field: "TITLE" | "DESCRIPTION" | "
|
|
338
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
334
339
|
autoFixable: boolean;
|
|
335
340
|
error?: string | null | undefined;
|
|
336
341
|
}[] | null | undefined;
|
|
@@ -340,7 +345,7 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
340
345
|
accountId?: string | null | undefined;
|
|
341
346
|
reason?: string | null | undefined;
|
|
342
347
|
fields?: {
|
|
343
|
-
field: "TITLE" | "DESCRIPTION" | "
|
|
348
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
344
349
|
autoFixable: boolean;
|
|
345
350
|
error?: string | null | undefined;
|
|
346
351
|
}[] | null | undefined;
|
|
@@ -354,7 +359,7 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
354
359
|
accountId?: string | null | undefined;
|
|
355
360
|
reason?: string | null | undefined;
|
|
356
361
|
fields?: {
|
|
357
|
-
field: "TITLE" | "DESCRIPTION" | "
|
|
362
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
358
363
|
autoFixable: boolean;
|
|
359
364
|
error?: string | null | undefined;
|
|
360
365
|
}[] | null | undefined;
|
|
@@ -367,7 +372,7 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
367
372
|
accountId?: string | null | undefined;
|
|
368
373
|
reason?: string | null | undefined;
|
|
369
374
|
fields?: {
|
|
370
|
-
field: "TITLE" | "DESCRIPTION" | "
|
|
375
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
371
376
|
autoFixable: boolean;
|
|
372
377
|
error?: string | null | undefined;
|
|
373
378
|
}[] | null | undefined;
|
|
@@ -483,22 +488,22 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
483
488
|
labels: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
484
489
|
}, "strip", z.ZodTypeAny, {
|
|
485
490
|
status?: string | null | undefined;
|
|
486
|
-
title?: string | null | undefined;
|
|
487
|
-
description?: string | null | undefined;
|
|
488
|
-
brand?: string | null | undefined;
|
|
489
|
-
statusId?: number | null | undefined;
|
|
490
|
-
sizeId?: number | null | undefined;
|
|
491
|
-
colorIds?: number[] | null | undefined;
|
|
492
|
-
packageSizeId?: number | null | undefined;
|
|
493
491
|
price?: number | null | undefined;
|
|
494
492
|
currency?: string | null | undefined;
|
|
493
|
+
brand?: string | null | undefined;
|
|
495
494
|
catalog?: string | null | undefined;
|
|
496
495
|
catalogId?: number | null | undefined;
|
|
497
496
|
colors?: string[] | null | undefined;
|
|
497
|
+
colorIds?: number[] | null | undefined;
|
|
498
|
+
description?: string | null | undefined;
|
|
498
499
|
measurementLength?: number | null | undefined;
|
|
499
500
|
measurementWidth?: number | null | undefined;
|
|
501
|
+
packageSizeId?: number | null | undefined;
|
|
500
502
|
photoUrls?: string[] | null | undefined;
|
|
501
503
|
size?: string | null | undefined;
|
|
504
|
+
sizeId?: number | null | undefined;
|
|
505
|
+
statusId?: number | null | undefined;
|
|
506
|
+
title?: string | null | undefined;
|
|
502
507
|
isDraft?: boolean | null | undefined;
|
|
503
508
|
isArchived?: boolean | null | undefined;
|
|
504
509
|
availableQuantity?: number | null | undefined;
|
|
@@ -507,22 +512,22 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
507
512
|
labels?: string[] | null | undefined;
|
|
508
513
|
}, {
|
|
509
514
|
status?: string | null | undefined;
|
|
510
|
-
title?: string | null | undefined;
|
|
511
|
-
description?: string | null | undefined;
|
|
512
|
-
brand?: string | null | undefined;
|
|
513
|
-
statusId?: number | null | undefined;
|
|
514
|
-
sizeId?: number | null | undefined;
|
|
515
|
-
colorIds?: number[] | null | undefined;
|
|
516
|
-
packageSizeId?: number | null | undefined;
|
|
517
515
|
price?: number | null | undefined;
|
|
518
516
|
currency?: string | null | undefined;
|
|
517
|
+
brand?: string | null | undefined;
|
|
519
518
|
catalog?: string | null | undefined;
|
|
520
519
|
catalogId?: number | null | undefined;
|
|
521
520
|
colors?: string[] | null | undefined;
|
|
521
|
+
colorIds?: number[] | null | undefined;
|
|
522
|
+
description?: string | null | undefined;
|
|
522
523
|
measurementLength?: number | null | undefined;
|
|
523
524
|
measurementWidth?: number | null | undefined;
|
|
525
|
+
packageSizeId?: number | null | undefined;
|
|
524
526
|
photoUrls?: string[] | null | undefined;
|
|
525
527
|
size?: string | null | undefined;
|
|
528
|
+
sizeId?: number | null | undefined;
|
|
529
|
+
statusId?: number | null | undefined;
|
|
530
|
+
title?: string | null | undefined;
|
|
526
531
|
isDraft?: boolean | null | undefined;
|
|
527
532
|
isArchived?: boolean | null | undefined;
|
|
528
533
|
availableQuantity?: number | null | undefined;
|
|
@@ -534,22 +539,22 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
534
539
|
platformId: string;
|
|
535
540
|
post: {
|
|
536
541
|
status?: string | null | undefined;
|
|
537
|
-
title?: string | null | undefined;
|
|
538
|
-
description?: string | null | undefined;
|
|
539
|
-
brand?: string | null | undefined;
|
|
540
|
-
statusId?: number | null | undefined;
|
|
541
|
-
sizeId?: number | null | undefined;
|
|
542
|
-
colorIds?: number[] | null | undefined;
|
|
543
|
-
packageSizeId?: number | null | undefined;
|
|
544
542
|
price?: number | null | undefined;
|
|
545
543
|
currency?: string | null | undefined;
|
|
544
|
+
brand?: string | null | undefined;
|
|
546
545
|
catalog?: string | null | undefined;
|
|
547
546
|
catalogId?: number | null | undefined;
|
|
548
547
|
colors?: string[] | null | undefined;
|
|
548
|
+
colorIds?: number[] | null | undefined;
|
|
549
|
+
description?: string | null | undefined;
|
|
549
550
|
measurementLength?: number | null | undefined;
|
|
550
551
|
measurementWidth?: number | null | undefined;
|
|
552
|
+
packageSizeId?: number | null | undefined;
|
|
551
553
|
photoUrls?: string[] | null | undefined;
|
|
552
554
|
size?: string | null | undefined;
|
|
555
|
+
sizeId?: number | null | undefined;
|
|
556
|
+
statusId?: number | null | undefined;
|
|
557
|
+
title?: string | null | undefined;
|
|
553
558
|
isDraft?: boolean | null | undefined;
|
|
554
559
|
isArchived?: boolean | null | undefined;
|
|
555
560
|
availableQuantity?: number | null | undefined;
|
|
@@ -563,22 +568,22 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
563
568
|
platformId: string;
|
|
564
569
|
post: {
|
|
565
570
|
status?: string | null | undefined;
|
|
566
|
-
title?: string | null | undefined;
|
|
567
|
-
description?: string | null | undefined;
|
|
568
|
-
brand?: string | null | undefined;
|
|
569
|
-
statusId?: number | null | undefined;
|
|
570
|
-
sizeId?: number | null | undefined;
|
|
571
|
-
colorIds?: number[] | null | undefined;
|
|
572
|
-
packageSizeId?: number | null | undefined;
|
|
573
571
|
price?: number | null | undefined;
|
|
574
572
|
currency?: string | null | undefined;
|
|
573
|
+
brand?: string | null | undefined;
|
|
575
574
|
catalog?: string | null | undefined;
|
|
576
575
|
catalogId?: number | null | undefined;
|
|
577
576
|
colors?: string[] | null | undefined;
|
|
577
|
+
colorIds?: number[] | null | undefined;
|
|
578
|
+
description?: string | null | undefined;
|
|
578
579
|
measurementLength?: number | null | undefined;
|
|
579
580
|
measurementWidth?: number | null | undefined;
|
|
581
|
+
packageSizeId?: number | null | undefined;
|
|
580
582
|
photoUrls?: string[] | null | undefined;
|
|
581
583
|
size?: string | null | undefined;
|
|
584
|
+
sizeId?: number | null | undefined;
|
|
585
|
+
statusId?: number | null | undefined;
|
|
586
|
+
title?: string | null | undefined;
|
|
582
587
|
isDraft?: boolean | null | undefined;
|
|
583
588
|
isArchived?: boolean | null | undefined;
|
|
584
589
|
availableQuantity?: number | null | undefined;
|
|
@@ -594,22 +599,22 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
594
599
|
platformId: string;
|
|
595
600
|
post: {
|
|
596
601
|
status?: string | null | undefined;
|
|
597
|
-
title?: string | null | undefined;
|
|
598
|
-
description?: string | null | undefined;
|
|
599
|
-
brand?: string | null | undefined;
|
|
600
|
-
statusId?: number | null | undefined;
|
|
601
|
-
sizeId?: number | null | undefined;
|
|
602
|
-
colorIds?: number[] | null | undefined;
|
|
603
|
-
packageSizeId?: number | null | undefined;
|
|
604
602
|
price?: number | null | undefined;
|
|
605
603
|
currency?: string | null | undefined;
|
|
604
|
+
brand?: string | null | undefined;
|
|
606
605
|
catalog?: string | null | undefined;
|
|
607
606
|
catalogId?: number | null | undefined;
|
|
608
607
|
colors?: string[] | null | undefined;
|
|
608
|
+
colorIds?: number[] | null | undefined;
|
|
609
|
+
description?: string | null | undefined;
|
|
609
610
|
measurementLength?: number | null | undefined;
|
|
610
611
|
measurementWidth?: number | null | undefined;
|
|
612
|
+
packageSizeId?: number | null | undefined;
|
|
611
613
|
photoUrls?: string[] | null | undefined;
|
|
612
614
|
size?: string | null | undefined;
|
|
615
|
+
sizeId?: number | null | undefined;
|
|
616
|
+
statusId?: number | null | undefined;
|
|
617
|
+
title?: string | null | undefined;
|
|
613
618
|
isDraft?: boolean | null | undefined;
|
|
614
619
|
isArchived?: boolean | null | undefined;
|
|
615
620
|
availableQuantity?: number | null | undefined;
|
|
@@ -625,22 +630,22 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
625
630
|
platformId: string;
|
|
626
631
|
post: {
|
|
627
632
|
status?: string | null | undefined;
|
|
628
|
-
title?: string | null | undefined;
|
|
629
|
-
description?: string | null | undefined;
|
|
630
|
-
brand?: string | null | undefined;
|
|
631
|
-
statusId?: number | null | undefined;
|
|
632
|
-
sizeId?: number | null | undefined;
|
|
633
|
-
colorIds?: number[] | null | undefined;
|
|
634
|
-
packageSizeId?: number | null | undefined;
|
|
635
633
|
price?: number | null | undefined;
|
|
636
634
|
currency?: string | null | undefined;
|
|
635
|
+
brand?: string | null | undefined;
|
|
637
636
|
catalog?: string | null | undefined;
|
|
638
637
|
catalogId?: number | null | undefined;
|
|
639
638
|
colors?: string[] | null | undefined;
|
|
639
|
+
colorIds?: number[] | null | undefined;
|
|
640
|
+
description?: string | null | undefined;
|
|
640
641
|
measurementLength?: number | null | undefined;
|
|
641
642
|
measurementWidth?: number | null | undefined;
|
|
643
|
+
packageSizeId?: number | null | undefined;
|
|
642
644
|
photoUrls?: string[] | null | undefined;
|
|
643
645
|
size?: string | null | undefined;
|
|
646
|
+
sizeId?: number | null | undefined;
|
|
647
|
+
statusId?: number | null | undefined;
|
|
648
|
+
title?: string | null | undefined;
|
|
644
649
|
isDraft?: boolean | null | undefined;
|
|
645
650
|
isArchived?: boolean | null | undefined;
|
|
646
651
|
availableQuantity?: number | null | undefined;
|
|
@@ -660,22 +665,22 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
660
665
|
platformId: string;
|
|
661
666
|
post: {
|
|
662
667
|
status?: string | null | undefined;
|
|
663
|
-
title?: string | null | undefined;
|
|
664
|
-
description?: string | null | undefined;
|
|
665
|
-
brand?: string | null | undefined;
|
|
666
|
-
statusId?: number | null | undefined;
|
|
667
|
-
sizeId?: number | null | undefined;
|
|
668
|
-
colorIds?: number[] | null | undefined;
|
|
669
|
-
packageSizeId?: number | null | undefined;
|
|
670
668
|
price?: number | null | undefined;
|
|
671
669
|
currency?: string | null | undefined;
|
|
670
|
+
brand?: string | null | undefined;
|
|
672
671
|
catalog?: string | null | undefined;
|
|
673
672
|
catalogId?: number | null | undefined;
|
|
674
673
|
colors?: string[] | null | undefined;
|
|
674
|
+
colorIds?: number[] | null | undefined;
|
|
675
|
+
description?: string | null | undefined;
|
|
675
676
|
measurementLength?: number | null | undefined;
|
|
676
677
|
measurementWidth?: number | null | undefined;
|
|
678
|
+
packageSizeId?: number | null | undefined;
|
|
677
679
|
photoUrls?: string[] | null | undefined;
|
|
678
680
|
size?: string | null | undefined;
|
|
681
|
+
sizeId?: number | null | undefined;
|
|
682
|
+
statusId?: number | null | undefined;
|
|
683
|
+
title?: string | null | undefined;
|
|
679
684
|
isDraft?: boolean | null | undefined;
|
|
680
685
|
isArchived?: boolean | null | undefined;
|
|
681
686
|
availableQuantity?: number | null | undefined;
|
|
@@ -694,22 +699,22 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
694
699
|
platformId: string;
|
|
695
700
|
post: {
|
|
696
701
|
status?: string | null | undefined;
|
|
697
|
-
title?: string | null | undefined;
|
|
698
|
-
description?: string | null | undefined;
|
|
699
|
-
brand?: string | null | undefined;
|
|
700
|
-
statusId?: number | null | undefined;
|
|
701
|
-
sizeId?: number | null | undefined;
|
|
702
|
-
colorIds?: number[] | null | undefined;
|
|
703
|
-
packageSizeId?: number | null | undefined;
|
|
704
702
|
price?: number | null | undefined;
|
|
705
703
|
currency?: string | null | undefined;
|
|
704
|
+
brand?: string | null | undefined;
|
|
706
705
|
catalog?: string | null | undefined;
|
|
707
706
|
catalogId?: number | null | undefined;
|
|
708
707
|
colors?: string[] | null | undefined;
|
|
708
|
+
colorIds?: number[] | null | undefined;
|
|
709
|
+
description?: string | null | undefined;
|
|
709
710
|
measurementLength?: number | null | undefined;
|
|
710
711
|
measurementWidth?: number | null | undefined;
|
|
712
|
+
packageSizeId?: number | null | undefined;
|
|
711
713
|
photoUrls?: string[] | null | undefined;
|
|
712
714
|
size?: string | null | undefined;
|
|
715
|
+
sizeId?: number | null | undefined;
|
|
716
|
+
statusId?: number | null | undefined;
|
|
717
|
+
title?: string | null | undefined;
|
|
713
718
|
isDraft?: boolean | null | undefined;
|
|
714
719
|
isArchived?: boolean | null | undefined;
|
|
715
720
|
availableQuantity?: number | null | undefined;
|
|
@@ -745,24 +750,24 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
745
750
|
accountId: z.ZodString;
|
|
746
751
|
caseId: z.ZodString;
|
|
747
752
|
}, "strip", z.ZodTypeAny, {
|
|
748
|
-
caseId: string;
|
|
749
753
|
accountId: string;
|
|
750
|
-
}, {
|
|
751
754
|
caseId: string;
|
|
755
|
+
}, {
|
|
752
756
|
accountId: string;
|
|
757
|
+
caseId: string;
|
|
753
758
|
}>;
|
|
754
759
|
type: z.ZodLiteral<"LIFECYCLE_STARTED">;
|
|
755
760
|
}, "strip", z.ZodTypeAny, {
|
|
756
761
|
type: "LIFECYCLE_STARTED";
|
|
757
762
|
data: {
|
|
758
|
-
caseId: string;
|
|
759
763
|
accountId: string;
|
|
764
|
+
caseId: string;
|
|
760
765
|
};
|
|
761
766
|
}, {
|
|
762
767
|
type: "LIFECYCLE_STARTED";
|
|
763
768
|
data: {
|
|
764
|
-
caseId: string;
|
|
765
769
|
accountId: string;
|
|
770
|
+
caseId: string;
|
|
766
771
|
};
|
|
767
772
|
}>, z.ZodObject<{
|
|
768
773
|
data: z.ZodObject<{
|
|
@@ -791,6 +796,7 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
791
796
|
targetAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
792
797
|
}, "strip", z.ZodTypeAny, {
|
|
793
798
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
799
|
+
publishingDate?: Date | null | undefined;
|
|
794
800
|
priceDropPayload?: {
|
|
795
801
|
value: number;
|
|
796
802
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -798,11 +804,11 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
798
804
|
roundStep?: number | null | undefined;
|
|
799
805
|
maxRounds?: number | null | undefined;
|
|
800
806
|
} | null | undefined;
|
|
801
|
-
publishingDate?: Date | null | undefined;
|
|
802
|
-
targetAccountId?: string | null | undefined;
|
|
803
807
|
isTransfer?: boolean | null | undefined;
|
|
808
|
+
targetAccountId?: string | null | undefined;
|
|
804
809
|
}, {
|
|
805
810
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
811
|
+
publishingDate?: Date | null | undefined;
|
|
806
812
|
priceDropPayload?: {
|
|
807
813
|
value: number;
|
|
808
814
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -810,15 +816,15 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
810
816
|
roundStep?: number | null | undefined;
|
|
811
817
|
maxRounds?: number | null | undefined;
|
|
812
818
|
} | null | undefined;
|
|
813
|
-
publishingDate?: Date | null | undefined;
|
|
814
|
-
targetAccountId?: string | null | undefined;
|
|
815
819
|
isTransfer?: boolean | null | undefined;
|
|
820
|
+
targetAccountId?: string | null | undefined;
|
|
816
821
|
}>;
|
|
817
822
|
type: z.ZodLiteral<"REPUBLISHING">;
|
|
818
823
|
}, "strip", z.ZodTypeAny, {
|
|
819
824
|
type: "REPUBLISHING";
|
|
820
825
|
data: {
|
|
821
826
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
827
|
+
publishingDate?: Date | null | undefined;
|
|
822
828
|
priceDropPayload?: {
|
|
823
829
|
value: number;
|
|
824
830
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -826,14 +832,14 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
826
832
|
roundStep?: number | null | undefined;
|
|
827
833
|
maxRounds?: number | null | undefined;
|
|
828
834
|
} | null | undefined;
|
|
829
|
-
publishingDate?: Date | null | undefined;
|
|
830
|
-
targetAccountId?: string | null | undefined;
|
|
831
835
|
isTransfer?: boolean | null | undefined;
|
|
836
|
+
targetAccountId?: string | null | undefined;
|
|
832
837
|
};
|
|
833
838
|
}, {
|
|
834
839
|
type: "REPUBLISHING";
|
|
835
840
|
data: {
|
|
836
841
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
842
|
+
publishingDate?: Date | null | undefined;
|
|
837
843
|
priceDropPayload?: {
|
|
838
844
|
value: number;
|
|
839
845
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -841,9 +847,8 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
841
847
|
roundStep?: number | null | undefined;
|
|
842
848
|
maxRounds?: number | null | undefined;
|
|
843
849
|
} | null | undefined;
|
|
844
|
-
publishingDate?: Date | null | undefined;
|
|
845
|
-
targetAccountId?: string | null | undefined;
|
|
846
850
|
isTransfer?: boolean | null | undefined;
|
|
851
|
+
targetAccountId?: string | null | undefined;
|
|
847
852
|
};
|
|
848
853
|
}>, z.ZodObject<{
|
|
849
854
|
data: z.ZodObject<{
|
|
@@ -857,11 +862,11 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
857
862
|
autoFixable: z.ZodBoolean;
|
|
858
863
|
error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
859
864
|
}, "strip", z.ZodTypeAny, {
|
|
860
|
-
field: "TITLE" | "DESCRIPTION" | "
|
|
865
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
861
866
|
autoFixable: boolean;
|
|
862
867
|
error?: string | null | undefined;
|
|
863
868
|
}, {
|
|
864
|
-
field: "TITLE" | "DESCRIPTION" | "
|
|
869
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
865
870
|
autoFixable: boolean;
|
|
866
871
|
error?: string | null | undefined;
|
|
867
872
|
}>, "many">>>;
|
|
@@ -885,11 +890,16 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
885
890
|
maxRounds?: number | null | undefined;
|
|
886
891
|
}>>>;
|
|
887
892
|
}, "strip", z.ZodTypeAny, {
|
|
888
|
-
maxAttempts: number;
|
|
889
893
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
890
894
|
attemptNumber: number;
|
|
895
|
+
maxAttempts: number;
|
|
891
896
|
previousHistoryId: string;
|
|
892
897
|
originalFailureDate: Date;
|
|
898
|
+
fields?: {
|
|
899
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
900
|
+
autoFixable: boolean;
|
|
901
|
+
error?: string | null | undefined;
|
|
902
|
+
}[] | null | undefined;
|
|
893
903
|
priceDropPayload?: {
|
|
894
904
|
value: number;
|
|
895
905
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -897,17 +907,17 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
897
907
|
roundStep?: number | null | undefined;
|
|
898
908
|
maxRounds?: number | null | undefined;
|
|
899
909
|
} | null | undefined;
|
|
900
|
-
fields?: {
|
|
901
|
-
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
902
|
-
autoFixable: boolean;
|
|
903
|
-
error?: string | null | undefined;
|
|
904
|
-
}[] | null | undefined;
|
|
905
910
|
}, {
|
|
906
|
-
maxAttempts: number;
|
|
907
911
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
908
912
|
attemptNumber: number;
|
|
913
|
+
maxAttempts: number;
|
|
909
914
|
previousHistoryId: string;
|
|
910
915
|
originalFailureDate: Date;
|
|
916
|
+
fields?: {
|
|
917
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
918
|
+
autoFixable: boolean;
|
|
919
|
+
error?: string | null | undefined;
|
|
920
|
+
}[] | null | undefined;
|
|
911
921
|
priceDropPayload?: {
|
|
912
922
|
value: number;
|
|
913
923
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -915,21 +925,21 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
915
925
|
roundStep?: number | null | undefined;
|
|
916
926
|
maxRounds?: number | null | undefined;
|
|
917
927
|
} | null | undefined;
|
|
918
|
-
fields?: {
|
|
919
|
-
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
920
|
-
autoFixable: boolean;
|
|
921
|
-
error?: string | null | undefined;
|
|
922
|
-
}[] | null | undefined;
|
|
923
928
|
}>;
|
|
924
929
|
type: z.ZodLiteral<"REPUBLISHING_RETRY">;
|
|
925
930
|
}, "strip", z.ZodTypeAny, {
|
|
926
931
|
type: "REPUBLISHING_RETRY";
|
|
927
932
|
data: {
|
|
928
|
-
maxAttempts: number;
|
|
929
933
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
930
934
|
attemptNumber: number;
|
|
935
|
+
maxAttempts: number;
|
|
931
936
|
previousHistoryId: string;
|
|
932
937
|
originalFailureDate: Date;
|
|
938
|
+
fields?: {
|
|
939
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
940
|
+
autoFixable: boolean;
|
|
941
|
+
error?: string | null | undefined;
|
|
942
|
+
}[] | null | undefined;
|
|
933
943
|
priceDropPayload?: {
|
|
934
944
|
value: number;
|
|
935
945
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -937,20 +947,20 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
937
947
|
roundStep?: number | null | undefined;
|
|
938
948
|
maxRounds?: number | null | undefined;
|
|
939
949
|
} | null | undefined;
|
|
940
|
-
fields?: {
|
|
941
|
-
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
942
|
-
autoFixable: boolean;
|
|
943
|
-
error?: string | null | undefined;
|
|
944
|
-
}[] | null | undefined;
|
|
945
950
|
};
|
|
946
951
|
}, {
|
|
947
952
|
type: "REPUBLISHING_RETRY";
|
|
948
953
|
data: {
|
|
949
|
-
maxAttempts: number;
|
|
950
954
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
951
955
|
attemptNumber: number;
|
|
956
|
+
maxAttempts: number;
|
|
952
957
|
previousHistoryId: string;
|
|
953
958
|
originalFailureDate: Date;
|
|
959
|
+
fields?: {
|
|
960
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
961
|
+
autoFixable: boolean;
|
|
962
|
+
error?: string | null | undefined;
|
|
963
|
+
}[] | null | undefined;
|
|
954
964
|
priceDropPayload?: {
|
|
955
965
|
value: number;
|
|
956
966
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -958,11 +968,6 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
958
968
|
roundStep?: number | null | undefined;
|
|
959
969
|
maxRounds?: number | null | undefined;
|
|
960
970
|
} | null | undefined;
|
|
961
|
-
fields?: {
|
|
962
|
-
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
963
|
-
autoFixable: boolean;
|
|
964
|
-
error?: string | null | undefined;
|
|
965
|
-
}[] | null | undefined;
|
|
966
971
|
};
|
|
967
972
|
}>, z.ZodObject<{
|
|
968
973
|
data: z.ZodObject<{
|
|
@@ -1000,33 +1005,33 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
1000
1005
|
autoFixable: z.ZodBoolean;
|
|
1001
1006
|
error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1002
1007
|
}, "strip", z.ZodTypeAny, {
|
|
1003
|
-
field: "TITLE" | "DESCRIPTION" | "
|
|
1008
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1004
1009
|
autoFixable: boolean;
|
|
1005
1010
|
error?: string | null | undefined;
|
|
1006
1011
|
}, {
|
|
1007
|
-
field: "TITLE" | "DESCRIPTION" | "
|
|
1012
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1008
1013
|
autoFixable: boolean;
|
|
1009
1014
|
error?: string | null | undefined;
|
|
1010
1015
|
}>, "many">>>;
|
|
1011
1016
|
}, "strip", z.ZodTypeAny, {
|
|
1012
|
-
maxAttempts: number;
|
|
1013
1017
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1014
1018
|
attemptNumber: number;
|
|
1019
|
+
maxAttempts: number;
|
|
1015
1020
|
previousHistoryId: string;
|
|
1016
1021
|
originalFailureDate: Date;
|
|
1017
1022
|
fields?: {
|
|
1018
|
-
field: "TITLE" | "DESCRIPTION" | "
|
|
1023
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1019
1024
|
autoFixable: boolean;
|
|
1020
1025
|
error?: string | null | undefined;
|
|
1021
1026
|
}[] | null | undefined;
|
|
1022
1027
|
}, {
|
|
1023
|
-
maxAttempts: number;
|
|
1024
1028
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1025
1029
|
attemptNumber: number;
|
|
1030
|
+
maxAttempts: number;
|
|
1026
1031
|
previousHistoryId: string;
|
|
1027
1032
|
originalFailureDate: Date;
|
|
1028
1033
|
fields?: {
|
|
1029
|
-
field: "TITLE" | "DESCRIPTION" | "
|
|
1034
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1030
1035
|
autoFixable: boolean;
|
|
1031
1036
|
error?: string | null | undefined;
|
|
1032
1037
|
}[] | null | undefined;
|
|
@@ -1035,13 +1040,13 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
1035
1040
|
}, "strip", z.ZodTypeAny, {
|
|
1036
1041
|
type: "SCHEDULED_RETRY";
|
|
1037
1042
|
data: {
|
|
1038
|
-
maxAttempts: number;
|
|
1039
1043
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1040
1044
|
attemptNumber: number;
|
|
1045
|
+
maxAttempts: number;
|
|
1041
1046
|
previousHistoryId: string;
|
|
1042
1047
|
originalFailureDate: Date;
|
|
1043
1048
|
fields?: {
|
|
1044
|
-
field: "TITLE" | "DESCRIPTION" | "
|
|
1049
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1045
1050
|
autoFixable: boolean;
|
|
1046
1051
|
error?: string | null | undefined;
|
|
1047
1052
|
}[] | null | undefined;
|
|
@@ -1049,13 +1054,13 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
1049
1054
|
}, {
|
|
1050
1055
|
type: "SCHEDULED_RETRY";
|
|
1051
1056
|
data: {
|
|
1052
|
-
maxAttempts: number;
|
|
1053
1057
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1054
1058
|
attemptNumber: number;
|
|
1059
|
+
maxAttempts: number;
|
|
1055
1060
|
previousHistoryId: string;
|
|
1056
1061
|
originalFailureDate: Date;
|
|
1057
1062
|
fields?: {
|
|
1058
|
-
field: "TITLE" | "DESCRIPTION" | "
|
|
1063
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1059
1064
|
autoFixable: boolean;
|
|
1060
1065
|
error?: string | null | undefined;
|
|
1061
1066
|
}[] | null | undefined;
|
|
@@ -1070,7 +1075,6 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
1070
1075
|
id: string;
|
|
1071
1076
|
createdAt: Date;
|
|
1072
1077
|
itemId: string | number;
|
|
1073
|
-
requestId?: string | null | undefined;
|
|
1074
1078
|
data?: {
|
|
1075
1079
|
type: "ACTION_CANCELED";
|
|
1076
1080
|
data: {
|
|
@@ -1099,7 +1103,7 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
1099
1103
|
accountId?: string | null | undefined;
|
|
1100
1104
|
reason?: string | null | undefined;
|
|
1101
1105
|
fields?: {
|
|
1102
|
-
field: "TITLE" | "DESCRIPTION" | "
|
|
1106
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1103
1107
|
autoFixable: boolean;
|
|
1104
1108
|
error?: string | null | undefined;
|
|
1105
1109
|
}[] | null | undefined;
|
|
@@ -1126,22 +1130,22 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
1126
1130
|
platformId: string;
|
|
1127
1131
|
post: {
|
|
1128
1132
|
status?: string | null | undefined;
|
|
1129
|
-
title?: string | null | undefined;
|
|
1130
|
-
description?: string | null | undefined;
|
|
1131
|
-
brand?: string | null | undefined;
|
|
1132
|
-
statusId?: number | null | undefined;
|
|
1133
|
-
sizeId?: number | null | undefined;
|
|
1134
|
-
colorIds?: number[] | null | undefined;
|
|
1135
|
-
packageSizeId?: number | null | undefined;
|
|
1136
1133
|
price?: number | null | undefined;
|
|
1137
1134
|
currency?: string | null | undefined;
|
|
1135
|
+
brand?: string | null | undefined;
|
|
1138
1136
|
catalog?: string | null | undefined;
|
|
1139
1137
|
catalogId?: number | null | undefined;
|
|
1140
1138
|
colors?: string[] | null | undefined;
|
|
1139
|
+
colorIds?: number[] | null | undefined;
|
|
1140
|
+
description?: string | null | undefined;
|
|
1141
1141
|
measurementLength?: number | null | undefined;
|
|
1142
1142
|
measurementWidth?: number | null | undefined;
|
|
1143
|
+
packageSizeId?: number | null | undefined;
|
|
1143
1144
|
photoUrls?: string[] | null | undefined;
|
|
1144
1145
|
size?: string | null | undefined;
|
|
1146
|
+
sizeId?: number | null | undefined;
|
|
1147
|
+
statusId?: number | null | undefined;
|
|
1148
|
+
title?: string | null | undefined;
|
|
1145
1149
|
isDraft?: boolean | null | undefined;
|
|
1146
1150
|
isArchived?: boolean | null | undefined;
|
|
1147
1151
|
availableQuantity?: number | null | undefined;
|
|
@@ -1161,13 +1165,14 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
1161
1165
|
} | {
|
|
1162
1166
|
type: "LIFECYCLE_STARTED";
|
|
1163
1167
|
data: {
|
|
1164
|
-
caseId: string;
|
|
1165
1168
|
accountId: string;
|
|
1169
|
+
caseId: string;
|
|
1166
1170
|
};
|
|
1167
1171
|
} | {
|
|
1168
1172
|
type: "REPUBLISHING";
|
|
1169
1173
|
data: {
|
|
1170
1174
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1175
|
+
publishingDate?: Date | null | undefined;
|
|
1171
1176
|
priceDropPayload?: {
|
|
1172
1177
|
value: number;
|
|
1173
1178
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -1175,18 +1180,22 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
1175
1180
|
roundStep?: number | null | undefined;
|
|
1176
1181
|
maxRounds?: number | null | undefined;
|
|
1177
1182
|
} | null | undefined;
|
|
1178
|
-
publishingDate?: Date | null | undefined;
|
|
1179
|
-
targetAccountId?: string | null | undefined;
|
|
1180
1183
|
isTransfer?: boolean | null | undefined;
|
|
1184
|
+
targetAccountId?: string | null | undefined;
|
|
1181
1185
|
};
|
|
1182
1186
|
} | {
|
|
1183
1187
|
type: "REPUBLISHING_RETRY";
|
|
1184
1188
|
data: {
|
|
1185
|
-
maxAttempts: number;
|
|
1186
1189
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1187
1190
|
attemptNumber: number;
|
|
1191
|
+
maxAttempts: number;
|
|
1188
1192
|
previousHistoryId: string;
|
|
1189
1193
|
originalFailureDate: Date;
|
|
1194
|
+
fields?: {
|
|
1195
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1196
|
+
autoFixable: boolean;
|
|
1197
|
+
error?: string | null | undefined;
|
|
1198
|
+
}[] | null | undefined;
|
|
1190
1199
|
priceDropPayload?: {
|
|
1191
1200
|
value: number;
|
|
1192
1201
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -1194,11 +1203,6 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
1194
1203
|
roundStep?: number | null | undefined;
|
|
1195
1204
|
maxRounds?: number | null | undefined;
|
|
1196
1205
|
} | null | undefined;
|
|
1197
|
-
fields?: {
|
|
1198
|
-
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1199
|
-
autoFixable: boolean;
|
|
1200
|
-
error?: string | null | undefined;
|
|
1201
|
-
}[] | null | undefined;
|
|
1202
1206
|
};
|
|
1203
1207
|
} | {
|
|
1204
1208
|
type: "SCHEDULED";
|
|
@@ -1209,26 +1213,26 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
1209
1213
|
} | {
|
|
1210
1214
|
type: "SCHEDULED_RETRY";
|
|
1211
1215
|
data: {
|
|
1212
|
-
maxAttempts: number;
|
|
1213
1216
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1214
1217
|
attemptNumber: number;
|
|
1218
|
+
maxAttempts: number;
|
|
1215
1219
|
previousHistoryId: string;
|
|
1216
1220
|
originalFailureDate: Date;
|
|
1217
1221
|
fields?: {
|
|
1218
|
-
field: "TITLE" | "DESCRIPTION" | "
|
|
1222
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1219
1223
|
autoFixable: boolean;
|
|
1220
1224
|
error?: string | null | undefined;
|
|
1221
1225
|
}[] | null | undefined;
|
|
1222
1226
|
};
|
|
1223
1227
|
} | null | undefined;
|
|
1224
1228
|
accountId?: string | null | undefined;
|
|
1229
|
+
requestId?: string | null | undefined;
|
|
1225
1230
|
targetDate?: Date | null | undefined;
|
|
1226
1231
|
}, {
|
|
1227
1232
|
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";
|
|
1228
1233
|
id: string;
|
|
1229
1234
|
createdAt: Date;
|
|
1230
1235
|
itemId: string | number;
|
|
1231
|
-
requestId?: string | null | undefined;
|
|
1232
1236
|
data?: {
|
|
1233
1237
|
type: "ACTION_CANCELED";
|
|
1234
1238
|
data: {
|
|
@@ -1257,7 +1261,7 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
1257
1261
|
accountId?: string | null | undefined;
|
|
1258
1262
|
reason?: string | null | undefined;
|
|
1259
1263
|
fields?: {
|
|
1260
|
-
field: "TITLE" | "DESCRIPTION" | "
|
|
1264
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1261
1265
|
autoFixable: boolean;
|
|
1262
1266
|
error?: string | null | undefined;
|
|
1263
1267
|
}[] | null | undefined;
|
|
@@ -1284,22 +1288,22 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
1284
1288
|
platformId: string;
|
|
1285
1289
|
post: {
|
|
1286
1290
|
status?: string | null | undefined;
|
|
1287
|
-
title?: string | null | undefined;
|
|
1288
|
-
description?: string | null | undefined;
|
|
1289
|
-
brand?: string | null | undefined;
|
|
1290
|
-
statusId?: number | null | undefined;
|
|
1291
|
-
sizeId?: number | null | undefined;
|
|
1292
|
-
colorIds?: number[] | null | undefined;
|
|
1293
|
-
packageSizeId?: number | null | undefined;
|
|
1294
1291
|
price?: number | null | undefined;
|
|
1295
1292
|
currency?: string | null | undefined;
|
|
1293
|
+
brand?: string | null | undefined;
|
|
1296
1294
|
catalog?: string | null | undefined;
|
|
1297
1295
|
catalogId?: number | null | undefined;
|
|
1298
1296
|
colors?: string[] | null | undefined;
|
|
1297
|
+
colorIds?: number[] | null | undefined;
|
|
1298
|
+
description?: string | null | undefined;
|
|
1299
1299
|
measurementLength?: number | null | undefined;
|
|
1300
1300
|
measurementWidth?: number | null | undefined;
|
|
1301
|
+
packageSizeId?: number | null | undefined;
|
|
1301
1302
|
photoUrls?: string[] | null | undefined;
|
|
1302
1303
|
size?: string | null | undefined;
|
|
1304
|
+
sizeId?: number | null | undefined;
|
|
1305
|
+
statusId?: number | null | undefined;
|
|
1306
|
+
title?: string | null | undefined;
|
|
1303
1307
|
isDraft?: boolean | null | undefined;
|
|
1304
1308
|
isArchived?: boolean | null | undefined;
|
|
1305
1309
|
availableQuantity?: number | null | undefined;
|
|
@@ -1319,13 +1323,14 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
1319
1323
|
} | {
|
|
1320
1324
|
type: "LIFECYCLE_STARTED";
|
|
1321
1325
|
data: {
|
|
1322
|
-
caseId: string;
|
|
1323
1326
|
accountId: string;
|
|
1327
|
+
caseId: string;
|
|
1324
1328
|
};
|
|
1325
1329
|
} | {
|
|
1326
1330
|
type: "REPUBLISHING";
|
|
1327
1331
|
data: {
|
|
1328
1332
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1333
|
+
publishingDate?: Date | null | undefined;
|
|
1329
1334
|
priceDropPayload?: {
|
|
1330
1335
|
value: number;
|
|
1331
1336
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -1333,18 +1338,22 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
1333
1338
|
roundStep?: number | null | undefined;
|
|
1334
1339
|
maxRounds?: number | null | undefined;
|
|
1335
1340
|
} | null | undefined;
|
|
1336
|
-
publishingDate?: Date | null | undefined;
|
|
1337
|
-
targetAccountId?: string | null | undefined;
|
|
1338
1341
|
isTransfer?: boolean | null | undefined;
|
|
1342
|
+
targetAccountId?: string | null | undefined;
|
|
1339
1343
|
};
|
|
1340
1344
|
} | {
|
|
1341
1345
|
type: "REPUBLISHING_RETRY";
|
|
1342
1346
|
data: {
|
|
1343
|
-
maxAttempts: number;
|
|
1344
1347
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1345
1348
|
attemptNumber: number;
|
|
1349
|
+
maxAttempts: number;
|
|
1346
1350
|
previousHistoryId: string;
|
|
1347
1351
|
originalFailureDate: Date;
|
|
1352
|
+
fields?: {
|
|
1353
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1354
|
+
autoFixable: boolean;
|
|
1355
|
+
error?: string | null | undefined;
|
|
1356
|
+
}[] | null | undefined;
|
|
1348
1357
|
priceDropPayload?: {
|
|
1349
1358
|
value: number;
|
|
1350
1359
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -1352,11 +1361,6 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
1352
1361
|
roundStep?: number | null | undefined;
|
|
1353
1362
|
maxRounds?: number | null | undefined;
|
|
1354
1363
|
} | null | undefined;
|
|
1355
|
-
fields?: {
|
|
1356
|
-
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1357
|
-
autoFixable: boolean;
|
|
1358
|
-
error?: string | null | undefined;
|
|
1359
|
-
}[] | null | undefined;
|
|
1360
1364
|
};
|
|
1361
1365
|
} | {
|
|
1362
1366
|
type: "SCHEDULED";
|
|
@@ -1367,19 +1371,20 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
1367
1371
|
} | {
|
|
1368
1372
|
type: "SCHEDULED_RETRY";
|
|
1369
1373
|
data: {
|
|
1370
|
-
maxAttempts: number;
|
|
1371
1374
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1372
1375
|
attemptNumber: number;
|
|
1376
|
+
maxAttempts: number;
|
|
1373
1377
|
previousHistoryId: string;
|
|
1374
1378
|
originalFailureDate: Date;
|
|
1375
1379
|
fields?: {
|
|
1376
|
-
field: "TITLE" | "DESCRIPTION" | "
|
|
1380
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1377
1381
|
autoFixable: boolean;
|
|
1378
1382
|
error?: string | null | undefined;
|
|
1379
1383
|
}[] | null | undefined;
|
|
1380
1384
|
};
|
|
1381
1385
|
} | null | undefined;
|
|
1382
1386
|
accountId?: string | null | undefined;
|
|
1387
|
+
requestId?: string | null | undefined;
|
|
1383
1388
|
targetDate?: Date | null | undefined;
|
|
1384
1389
|
}>>>;
|
|
1385
1390
|
platforms: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
@@ -1448,16 +1453,14 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
1448
1453
|
}, "strip", z.ZodTypeAny, {
|
|
1449
1454
|
status: "DRAFT" | "PENDING" | "ERROR" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "DISPUTE";
|
|
1450
1455
|
id: string;
|
|
1451
|
-
createdAt: Date;
|
|
1452
1456
|
updatedAt: Date;
|
|
1457
|
+
createdAt: Date;
|
|
1453
1458
|
accountId: string;
|
|
1454
1459
|
itemId: string | number;
|
|
1455
1460
|
platformId: string;
|
|
1456
1461
|
platformUrl: string;
|
|
1457
1462
|
platformPrice: number;
|
|
1458
1463
|
publishedAt: Date;
|
|
1459
|
-
favoritesCount?: number | null | undefined;
|
|
1460
|
-
viewsCount?: number | null | undefined;
|
|
1461
1464
|
conversationId?: string | null | undefined;
|
|
1462
1465
|
account?: {
|
|
1463
1466
|
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
@@ -1474,19 +1477,19 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
1474
1477
|
ordersMaxDelay?: number | null | undefined;
|
|
1475
1478
|
conversationsMaxDelay?: number | null | undefined;
|
|
1476
1479
|
} | null | undefined;
|
|
1480
|
+
viewsCount?: number | null | undefined;
|
|
1481
|
+
favoritesCount?: number | null | undefined;
|
|
1477
1482
|
}, {
|
|
1478
1483
|
status: "DRAFT" | "PENDING" | "ERROR" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "DISPUTE";
|
|
1479
1484
|
id: string;
|
|
1480
|
-
createdAt: Date;
|
|
1481
1485
|
updatedAt: Date;
|
|
1486
|
+
createdAt: Date;
|
|
1482
1487
|
accountId: string;
|
|
1483
1488
|
itemId: string | number;
|
|
1484
1489
|
platformId: string;
|
|
1485
1490
|
platformUrl: string;
|
|
1486
1491
|
platformPrice: number;
|
|
1487
1492
|
publishedAt: Date;
|
|
1488
|
-
favoritesCount?: number | null | undefined;
|
|
1489
|
-
viewsCount?: number | null | undefined;
|
|
1490
1493
|
conversationId?: string | null | undefined;
|
|
1491
1494
|
account?: {
|
|
1492
1495
|
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
@@ -1503,52 +1506,34 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
1503
1506
|
ordersMaxDelay?: number | null | undefined;
|
|
1504
1507
|
conversationsMaxDelay?: number | null | undefined;
|
|
1505
1508
|
} | null | undefined;
|
|
1509
|
+
viewsCount?: number | null | undefined;
|
|
1510
|
+
favoritesCount?: number | null | undefined;
|
|
1506
1511
|
}>, "many">>>;
|
|
1507
1512
|
createdAt: z.ZodDate;
|
|
1508
1513
|
updatedAt: z.ZodDate;
|
|
1509
1514
|
}, "strip", z.ZodTypeAny, {
|
|
1515
|
+
userId: string | number;
|
|
1510
1516
|
id: string | number;
|
|
1511
|
-
createdAt: Date;
|
|
1512
1517
|
updatedAt: Date;
|
|
1513
|
-
userId: string | number;
|
|
1514
1518
|
name: string;
|
|
1519
|
+
createdAt: Date;
|
|
1515
1520
|
sold: boolean;
|
|
1516
1521
|
state?: number | null | undefined;
|
|
1517
|
-
fees?: {
|
|
1518
|
-
value: number;
|
|
1519
|
-
type: string;
|
|
1520
|
-
id: string | number;
|
|
1521
|
-
createdAt: Date;
|
|
1522
|
-
updatedAt: Date;
|
|
1523
|
-
userId: string | number;
|
|
1524
|
-
name: string;
|
|
1525
|
-
recurrence: "UNIQUE" | "MONTHLY" | "YEARLY";
|
|
1526
|
-
startDate: Date;
|
|
1527
|
-
active: boolean;
|
|
1528
|
-
description?: string | null | undefined;
|
|
1529
|
-
itemId?: string | number | null | undefined;
|
|
1530
|
-
endDate?: Date | null | undefined;
|
|
1531
|
-
parentFeeId?: string | number | null | undefined;
|
|
1532
|
-
}[] | null | undefined;
|
|
1533
|
-
description?: string | null | undefined;
|
|
1534
|
-
categoryId?: number | null | undefined;
|
|
1535
|
-
sizeId?: number | null | undefined;
|
|
1536
1522
|
colorIds?: number[] | null | undefined;
|
|
1523
|
+
description?: string | null | undefined;
|
|
1537
1524
|
packageSizeId?: number | null | undefined;
|
|
1538
|
-
|
|
1539
|
-
estimatedPrice?: number | null | undefined;
|
|
1540
|
-
purchaseDate?: Date | null | undefined;
|
|
1541
|
-
sellingDate?: Date | null | undefined;
|
|
1525
|
+
sizeId?: number | null | undefined;
|
|
1542
1526
|
labels?: {
|
|
1543
1527
|
itemId: string | number;
|
|
1544
1528
|
labelId: string | number;
|
|
1545
1529
|
label?: {
|
|
1546
1530
|
id: string | number;
|
|
1547
|
-
createdAt: Date;
|
|
1548
1531
|
name: string;
|
|
1532
|
+
createdAt: Date;
|
|
1549
1533
|
isUserLabel: boolean;
|
|
1550
|
-
itemCount?: number | null | undefined;
|
|
1551
1534
|
userId?: string | number | null | undefined;
|
|
1535
|
+
itemCount?: number | null | undefined;
|
|
1536
|
+
parentId?: unknown;
|
|
1552
1537
|
} | null | undefined;
|
|
1553
1538
|
}[] | null | undefined;
|
|
1554
1539
|
files?: {
|
|
@@ -1557,59 +1542,50 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
1557
1542
|
index?: number | null | undefined;
|
|
1558
1543
|
file?: {
|
|
1559
1544
|
path: string;
|
|
1545
|
+
userId: string | number;
|
|
1560
1546
|
id: string;
|
|
1561
1547
|
createdAt: Date;
|
|
1562
|
-
userId: string | number;
|
|
1563
1548
|
signedUrl: string;
|
|
1564
1549
|
} | null | undefined;
|
|
1565
1550
|
}[] | null | undefined;
|
|
1566
|
-
platforms?: {
|
|
1567
|
-
status: "DRAFT" | "PENDING" | "ERROR" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "DISPUTE";
|
|
1568
|
-
id: string;
|
|
1569
|
-
createdAt: Date;
|
|
1570
|
-
updatedAt: Date;
|
|
1571
|
-
accountId: string;
|
|
1572
|
-
itemId: string | number;
|
|
1573
|
-
platformId: string;
|
|
1574
|
-
platformUrl: string;
|
|
1575
|
-
platformPrice: number;
|
|
1576
|
-
publishedAt: Date;
|
|
1577
|
-
favoritesCount?: number | null | undefined;
|
|
1578
|
-
viewsCount?: number | null | undefined;
|
|
1579
|
-
conversationId?: string | null | undefined;
|
|
1580
|
-
account?: {
|
|
1581
|
-
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
1582
|
-
userId: string | number;
|
|
1583
|
-
name: string;
|
|
1584
|
-
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1585
|
-
accountId: string;
|
|
1586
|
-
locale?: string | null | undefined;
|
|
1587
|
-
night?: {
|
|
1588
|
-
startsAt: Date;
|
|
1589
|
-
endsAt: Date;
|
|
1590
|
-
} | null | undefined;
|
|
1591
|
-
favoritesMaxDelay?: number | null | undefined;
|
|
1592
|
-
ordersMaxDelay?: number | null | undefined;
|
|
1593
|
-
conversationsMaxDelay?: number | null | undefined;
|
|
1594
|
-
} | null | undefined;
|
|
1595
|
-
}[] | null | undefined;
|
|
1596
1551
|
fields?: {
|
|
1597
1552
|
value: string;
|
|
1598
1553
|
itemId: string | number;
|
|
1599
1554
|
fieldId: string | number;
|
|
1600
1555
|
}[] | null | undefined;
|
|
1601
1556
|
sku?: string | null | undefined;
|
|
1557
|
+
categoryId?: number | null | undefined;
|
|
1558
|
+
brandId?: string | number | null | undefined;
|
|
1602
1559
|
sex?: string | null | undefined;
|
|
1603
1560
|
purchasePrice?: number | null | undefined;
|
|
1561
|
+
purchaseDate?: Date | null | undefined;
|
|
1604
1562
|
purchasePlaceId?: string | number | null | undefined;
|
|
1605
1563
|
purchased?: boolean | null | undefined;
|
|
1606
1564
|
sellingPrice?: number | null | undefined;
|
|
1565
|
+
sellingDate?: Date | null | undefined;
|
|
1607
1566
|
sellingPlaceId?: string | number | null | undefined;
|
|
1567
|
+
estimatedPrice?: number | null | undefined;
|
|
1568
|
+
fees?: {
|
|
1569
|
+
value: number;
|
|
1570
|
+
type: string;
|
|
1571
|
+
userId: string | number;
|
|
1572
|
+
id: string | number;
|
|
1573
|
+
updatedAt: Date;
|
|
1574
|
+
name: string;
|
|
1575
|
+
createdAt: Date;
|
|
1576
|
+
recurrence: "UNIQUE" | "MONTHLY" | "YEARLY";
|
|
1577
|
+
startDate: Date;
|
|
1578
|
+
active: boolean;
|
|
1579
|
+
description?: string | null | undefined;
|
|
1580
|
+
itemId?: string | number | null | undefined;
|
|
1581
|
+
endDate?: Date | null | undefined;
|
|
1582
|
+
parentFeeId?: string | number | null | undefined;
|
|
1583
|
+
}[] | null | undefined;
|
|
1608
1584
|
feesSum?: number | null | undefined;
|
|
1609
1585
|
customerId?: string | number | null | undefined;
|
|
1610
1586
|
customer?: {
|
|
1611
|
-
id: string | number;
|
|
1612
1587
|
userId: string | number;
|
|
1588
|
+
id: string | number;
|
|
1613
1589
|
email: string;
|
|
1614
1590
|
firstName: string;
|
|
1615
1591
|
lastName: string;
|
|
@@ -1630,7 +1606,6 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
1630
1606
|
id: string;
|
|
1631
1607
|
createdAt: Date;
|
|
1632
1608
|
itemId: string | number;
|
|
1633
|
-
requestId?: string | null | undefined;
|
|
1634
1609
|
data?: {
|
|
1635
1610
|
type: "ACTION_CANCELED";
|
|
1636
1611
|
data: {
|
|
@@ -1659,7 +1634,7 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
1659
1634
|
accountId?: string | null | undefined;
|
|
1660
1635
|
reason?: string | null | undefined;
|
|
1661
1636
|
fields?: {
|
|
1662
|
-
field: "TITLE" | "DESCRIPTION" | "
|
|
1637
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1663
1638
|
autoFixable: boolean;
|
|
1664
1639
|
error?: string | null | undefined;
|
|
1665
1640
|
}[] | null | undefined;
|
|
@@ -1686,22 +1661,22 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
1686
1661
|
platformId: string;
|
|
1687
1662
|
post: {
|
|
1688
1663
|
status?: string | null | undefined;
|
|
1689
|
-
title?: string | null | undefined;
|
|
1690
|
-
description?: string | null | undefined;
|
|
1691
|
-
brand?: string | null | undefined;
|
|
1692
|
-
statusId?: number | null | undefined;
|
|
1693
|
-
sizeId?: number | null | undefined;
|
|
1694
|
-
colorIds?: number[] | null | undefined;
|
|
1695
|
-
packageSizeId?: number | null | undefined;
|
|
1696
1664
|
price?: number | null | undefined;
|
|
1697
1665
|
currency?: string | null | undefined;
|
|
1666
|
+
brand?: string | null | undefined;
|
|
1698
1667
|
catalog?: string | null | undefined;
|
|
1699
1668
|
catalogId?: number | null | undefined;
|
|
1700
1669
|
colors?: string[] | null | undefined;
|
|
1670
|
+
colorIds?: number[] | null | undefined;
|
|
1671
|
+
description?: string | null | undefined;
|
|
1701
1672
|
measurementLength?: number | null | undefined;
|
|
1702
1673
|
measurementWidth?: number | null | undefined;
|
|
1674
|
+
packageSizeId?: number | null | undefined;
|
|
1703
1675
|
photoUrls?: string[] | null | undefined;
|
|
1704
1676
|
size?: string | null | undefined;
|
|
1677
|
+
sizeId?: number | null | undefined;
|
|
1678
|
+
statusId?: number | null | undefined;
|
|
1679
|
+
title?: string | null | undefined;
|
|
1705
1680
|
isDraft?: boolean | null | undefined;
|
|
1706
1681
|
isArchived?: boolean | null | undefined;
|
|
1707
1682
|
availableQuantity?: number | null | undefined;
|
|
@@ -1721,13 +1696,14 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
1721
1696
|
} | {
|
|
1722
1697
|
type: "LIFECYCLE_STARTED";
|
|
1723
1698
|
data: {
|
|
1724
|
-
caseId: string;
|
|
1725
1699
|
accountId: string;
|
|
1700
|
+
caseId: string;
|
|
1726
1701
|
};
|
|
1727
1702
|
} | {
|
|
1728
1703
|
type: "REPUBLISHING";
|
|
1729
1704
|
data: {
|
|
1730
1705
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1706
|
+
publishingDate?: Date | null | undefined;
|
|
1731
1707
|
priceDropPayload?: {
|
|
1732
1708
|
value: number;
|
|
1733
1709
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -1735,18 +1711,22 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
1735
1711
|
roundStep?: number | null | undefined;
|
|
1736
1712
|
maxRounds?: number | null | undefined;
|
|
1737
1713
|
} | null | undefined;
|
|
1738
|
-
publishingDate?: Date | null | undefined;
|
|
1739
|
-
targetAccountId?: string | null | undefined;
|
|
1740
1714
|
isTransfer?: boolean | null | undefined;
|
|
1715
|
+
targetAccountId?: string | null | undefined;
|
|
1741
1716
|
};
|
|
1742
1717
|
} | {
|
|
1743
1718
|
type: "REPUBLISHING_RETRY";
|
|
1744
1719
|
data: {
|
|
1745
|
-
maxAttempts: number;
|
|
1746
1720
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1747
1721
|
attemptNumber: number;
|
|
1722
|
+
maxAttempts: number;
|
|
1748
1723
|
previousHistoryId: string;
|
|
1749
1724
|
originalFailureDate: Date;
|
|
1725
|
+
fields?: {
|
|
1726
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1727
|
+
autoFixable: boolean;
|
|
1728
|
+
error?: string | null | undefined;
|
|
1729
|
+
}[] | null | undefined;
|
|
1750
1730
|
priceDropPayload?: {
|
|
1751
1731
|
value: number;
|
|
1752
1732
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -1754,11 +1734,6 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
1754
1734
|
roundStep?: number | null | undefined;
|
|
1755
1735
|
maxRounds?: number | null | undefined;
|
|
1756
1736
|
} | null | undefined;
|
|
1757
|
-
fields?: {
|
|
1758
|
-
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1759
|
-
autoFixable: boolean;
|
|
1760
|
-
error?: string | null | undefined;
|
|
1761
|
-
}[] | null | undefined;
|
|
1762
1737
|
};
|
|
1763
1738
|
} | {
|
|
1764
1739
|
type: "SCHEDULED";
|
|
@@ -1769,64 +1744,75 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
1769
1744
|
} | {
|
|
1770
1745
|
type: "SCHEDULED_RETRY";
|
|
1771
1746
|
data: {
|
|
1772
|
-
maxAttempts: number;
|
|
1773
1747
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1774
1748
|
attemptNumber: number;
|
|
1749
|
+
maxAttempts: number;
|
|
1775
1750
|
previousHistoryId: string;
|
|
1776
1751
|
originalFailureDate: Date;
|
|
1777
1752
|
fields?: {
|
|
1778
|
-
field: "TITLE" | "DESCRIPTION" | "
|
|
1753
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1779
1754
|
autoFixable: boolean;
|
|
1780
1755
|
error?: string | null | undefined;
|
|
1781
1756
|
}[] | null | undefined;
|
|
1782
1757
|
};
|
|
1783
1758
|
} | null | undefined;
|
|
1784
1759
|
accountId?: string | null | undefined;
|
|
1760
|
+
requestId?: string | null | undefined;
|
|
1785
1761
|
targetDate?: Date | null | undefined;
|
|
1786
1762
|
} | null | undefined;
|
|
1763
|
+
platforms?: {
|
|
1764
|
+
status: "DRAFT" | "PENDING" | "ERROR" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "DISPUTE";
|
|
1765
|
+
id: string;
|
|
1766
|
+
updatedAt: Date;
|
|
1767
|
+
createdAt: Date;
|
|
1768
|
+
accountId: string;
|
|
1769
|
+
itemId: string | number;
|
|
1770
|
+
platformId: string;
|
|
1771
|
+
platformUrl: string;
|
|
1772
|
+
platformPrice: number;
|
|
1773
|
+
publishedAt: Date;
|
|
1774
|
+
conversationId?: string | null | undefined;
|
|
1775
|
+
account?: {
|
|
1776
|
+
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
1777
|
+
userId: string | number;
|
|
1778
|
+
name: string;
|
|
1779
|
+
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1780
|
+
accountId: string;
|
|
1781
|
+
locale?: string | null | undefined;
|
|
1782
|
+
night?: {
|
|
1783
|
+
startsAt: Date;
|
|
1784
|
+
endsAt: Date;
|
|
1785
|
+
} | null | undefined;
|
|
1786
|
+
favoritesMaxDelay?: number | null | undefined;
|
|
1787
|
+
ordersMaxDelay?: number | null | undefined;
|
|
1788
|
+
conversationsMaxDelay?: number | null | undefined;
|
|
1789
|
+
} | null | undefined;
|
|
1790
|
+
viewsCount?: number | null | undefined;
|
|
1791
|
+
favoritesCount?: number | null | undefined;
|
|
1792
|
+
}[] | null | undefined;
|
|
1787
1793
|
}, {
|
|
1794
|
+
userId: string | number;
|
|
1788
1795
|
id: string | number;
|
|
1789
|
-
createdAt: Date;
|
|
1790
1796
|
updatedAt: Date;
|
|
1791
|
-
userId: string | number;
|
|
1792
1797
|
name: string;
|
|
1798
|
+
createdAt: Date;
|
|
1793
1799
|
sold: boolean;
|
|
1794
1800
|
state?: number | null | undefined;
|
|
1795
|
-
fees?: {
|
|
1796
|
-
value: number;
|
|
1797
|
-
type: string;
|
|
1798
|
-
id: string | number;
|
|
1799
|
-
createdAt: Date;
|
|
1800
|
-
updatedAt: Date;
|
|
1801
|
-
userId: string | number;
|
|
1802
|
-
name: string;
|
|
1803
|
-
recurrence: "UNIQUE" | "MONTHLY" | "YEARLY";
|
|
1804
|
-
startDate: Date;
|
|
1805
|
-
active: boolean;
|
|
1806
|
-
description?: string | null | undefined;
|
|
1807
|
-
itemId?: string | number | null | undefined;
|
|
1808
|
-
endDate?: Date | null | undefined;
|
|
1809
|
-
parentFeeId?: string | number | null | undefined;
|
|
1810
|
-
}[] | null | undefined;
|
|
1811
|
-
description?: string | null | undefined;
|
|
1812
|
-
categoryId?: number | null | undefined;
|
|
1813
|
-
sizeId?: number | null | undefined;
|
|
1814
1801
|
colorIds?: number[] | null | undefined;
|
|
1802
|
+
description?: string | null | undefined;
|
|
1815
1803
|
packageSizeId?: number | null | undefined;
|
|
1816
|
-
|
|
1817
|
-
estimatedPrice?: number | null | undefined;
|
|
1818
|
-
purchaseDate?: Date | null | undefined;
|
|
1819
|
-
sellingDate?: Date | null | undefined;
|
|
1804
|
+
sizeId?: number | null | undefined;
|
|
1820
1805
|
labels?: {
|
|
1821
1806
|
itemId: string | number;
|
|
1822
1807
|
labelId: string | number;
|
|
1823
1808
|
label?: {
|
|
1824
1809
|
id: string | number;
|
|
1825
|
-
createdAt: Date;
|
|
1826
1810
|
name: string;
|
|
1811
|
+
createdAt: Date;
|
|
1827
1812
|
isUserLabel: boolean;
|
|
1828
|
-
itemCount?: number | null | undefined;
|
|
1829
1813
|
userId?: string | number | null | undefined;
|
|
1814
|
+
itemCount?: number | null | undefined;
|
|
1815
|
+
parentId?: unknown;
|
|
1830
1816
|
} | null | undefined;
|
|
1831
1817
|
}[] | null | undefined;
|
|
1832
1818
|
files?: {
|
|
@@ -1835,59 +1821,50 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
1835
1821
|
index?: number | null | undefined;
|
|
1836
1822
|
file?: {
|
|
1837
1823
|
path: string;
|
|
1824
|
+
userId: string | number;
|
|
1838
1825
|
id: string;
|
|
1839
1826
|
createdAt: Date;
|
|
1840
|
-
userId: string | number;
|
|
1841
1827
|
signedUrl: string;
|
|
1842
1828
|
} | null | undefined;
|
|
1843
1829
|
}[] | null | undefined;
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
id: string;
|
|
1847
|
-
createdAt: Date;
|
|
1848
|
-
updatedAt: Date;
|
|
1849
|
-
accountId: string;
|
|
1850
|
-
itemId: string | number;
|
|
1851
|
-
platformId: string;
|
|
1852
|
-
platformUrl: string;
|
|
1853
|
-
platformPrice: number;
|
|
1854
|
-
publishedAt: Date;
|
|
1855
|
-
favoritesCount?: number | null | undefined;
|
|
1856
|
-
viewsCount?: number | null | undefined;
|
|
1857
|
-
conversationId?: string | null | undefined;
|
|
1858
|
-
account?: {
|
|
1859
|
-
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
1860
|
-
userId: string | number;
|
|
1861
|
-
name: string;
|
|
1862
|
-
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1863
|
-
accountId: string;
|
|
1864
|
-
locale?: string | null | undefined;
|
|
1865
|
-
night?: {
|
|
1866
|
-
startsAt: Date;
|
|
1867
|
-
endsAt: Date;
|
|
1868
|
-
} | null | undefined;
|
|
1869
|
-
favoritesMaxDelay?: number | null | undefined;
|
|
1870
|
-
ordersMaxDelay?: number | null | undefined;
|
|
1871
|
-
conversationsMaxDelay?: number | null | undefined;
|
|
1872
|
-
} | null | undefined;
|
|
1873
|
-
}[] | null | undefined;
|
|
1874
|
-
fields?: {
|
|
1875
|
-
value: string;
|
|
1830
|
+
fields?: {
|
|
1831
|
+
value: string;
|
|
1876
1832
|
itemId: string | number;
|
|
1877
1833
|
fieldId: string | number;
|
|
1878
1834
|
}[] | null | undefined;
|
|
1879
1835
|
sku?: string | null | undefined;
|
|
1836
|
+
categoryId?: number | null | undefined;
|
|
1837
|
+
brandId?: string | number | null | undefined;
|
|
1880
1838
|
sex?: string | null | undefined;
|
|
1881
1839
|
purchasePrice?: number | null | undefined;
|
|
1840
|
+
purchaseDate?: Date | null | undefined;
|
|
1882
1841
|
purchasePlaceId?: string | number | null | undefined;
|
|
1883
1842
|
purchased?: boolean | null | undefined;
|
|
1884
1843
|
sellingPrice?: number | null | undefined;
|
|
1844
|
+
sellingDate?: Date | null | undefined;
|
|
1885
1845
|
sellingPlaceId?: string | number | null | undefined;
|
|
1846
|
+
estimatedPrice?: number | null | undefined;
|
|
1847
|
+
fees?: {
|
|
1848
|
+
value: number;
|
|
1849
|
+
type: string;
|
|
1850
|
+
userId: string | number;
|
|
1851
|
+
id: string | number;
|
|
1852
|
+
updatedAt: Date;
|
|
1853
|
+
name: string;
|
|
1854
|
+
createdAt: Date;
|
|
1855
|
+
recurrence: "UNIQUE" | "MONTHLY" | "YEARLY";
|
|
1856
|
+
startDate: Date;
|
|
1857
|
+
active: boolean;
|
|
1858
|
+
description?: string | null | undefined;
|
|
1859
|
+
itemId?: string | number | null | undefined;
|
|
1860
|
+
endDate?: Date | null | undefined;
|
|
1861
|
+
parentFeeId?: string | number | null | undefined;
|
|
1862
|
+
}[] | null | undefined;
|
|
1886
1863
|
feesSum?: number | null | undefined;
|
|
1887
1864
|
customerId?: string | number | null | undefined;
|
|
1888
1865
|
customer?: {
|
|
1889
|
-
id: string | number;
|
|
1890
1866
|
userId: string | number;
|
|
1867
|
+
id: string | number;
|
|
1891
1868
|
email: string;
|
|
1892
1869
|
firstName: string;
|
|
1893
1870
|
lastName: string;
|
|
@@ -1908,7 +1885,6 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
1908
1885
|
id: string;
|
|
1909
1886
|
createdAt: Date;
|
|
1910
1887
|
itemId: string | number;
|
|
1911
|
-
requestId?: string | null | undefined;
|
|
1912
1888
|
data?: {
|
|
1913
1889
|
type: "ACTION_CANCELED";
|
|
1914
1890
|
data: {
|
|
@@ -1937,7 +1913,7 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
1937
1913
|
accountId?: string | null | undefined;
|
|
1938
1914
|
reason?: string | null | undefined;
|
|
1939
1915
|
fields?: {
|
|
1940
|
-
field: "TITLE" | "DESCRIPTION" | "
|
|
1916
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1941
1917
|
autoFixable: boolean;
|
|
1942
1918
|
error?: string | null | undefined;
|
|
1943
1919
|
}[] | null | undefined;
|
|
@@ -1964,22 +1940,22 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
1964
1940
|
platformId: string;
|
|
1965
1941
|
post: {
|
|
1966
1942
|
status?: string | null | undefined;
|
|
1967
|
-
title?: string | null | undefined;
|
|
1968
|
-
description?: string | null | undefined;
|
|
1969
|
-
brand?: string | null | undefined;
|
|
1970
|
-
statusId?: number | null | undefined;
|
|
1971
|
-
sizeId?: number | null | undefined;
|
|
1972
|
-
colorIds?: number[] | null | undefined;
|
|
1973
|
-
packageSizeId?: number | null | undefined;
|
|
1974
1943
|
price?: number | null | undefined;
|
|
1975
1944
|
currency?: string | null | undefined;
|
|
1945
|
+
brand?: string | null | undefined;
|
|
1976
1946
|
catalog?: string | null | undefined;
|
|
1977
1947
|
catalogId?: number | null | undefined;
|
|
1978
1948
|
colors?: string[] | null | undefined;
|
|
1949
|
+
colorIds?: number[] | null | undefined;
|
|
1950
|
+
description?: string | null | undefined;
|
|
1979
1951
|
measurementLength?: number | null | undefined;
|
|
1980
1952
|
measurementWidth?: number | null | undefined;
|
|
1953
|
+
packageSizeId?: number | null | undefined;
|
|
1981
1954
|
photoUrls?: string[] | null | undefined;
|
|
1982
1955
|
size?: string | null | undefined;
|
|
1956
|
+
sizeId?: number | null | undefined;
|
|
1957
|
+
statusId?: number | null | undefined;
|
|
1958
|
+
title?: string | null | undefined;
|
|
1983
1959
|
isDraft?: boolean | null | undefined;
|
|
1984
1960
|
isArchived?: boolean | null | undefined;
|
|
1985
1961
|
availableQuantity?: number | null | undefined;
|
|
@@ -1999,13 +1975,14 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
1999
1975
|
} | {
|
|
2000
1976
|
type: "LIFECYCLE_STARTED";
|
|
2001
1977
|
data: {
|
|
2002
|
-
caseId: string;
|
|
2003
1978
|
accountId: string;
|
|
1979
|
+
caseId: string;
|
|
2004
1980
|
};
|
|
2005
1981
|
} | {
|
|
2006
1982
|
type: "REPUBLISHING";
|
|
2007
1983
|
data: {
|
|
2008
1984
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1985
|
+
publishingDate?: Date | null | undefined;
|
|
2009
1986
|
priceDropPayload?: {
|
|
2010
1987
|
value: number;
|
|
2011
1988
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -2013,18 +1990,22 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
2013
1990
|
roundStep?: number | null | undefined;
|
|
2014
1991
|
maxRounds?: number | null | undefined;
|
|
2015
1992
|
} | null | undefined;
|
|
2016
|
-
publishingDate?: Date | null | undefined;
|
|
2017
|
-
targetAccountId?: string | null | undefined;
|
|
2018
1993
|
isTransfer?: boolean | null | undefined;
|
|
1994
|
+
targetAccountId?: string | null | undefined;
|
|
2019
1995
|
};
|
|
2020
1996
|
} | {
|
|
2021
1997
|
type: "REPUBLISHING_RETRY";
|
|
2022
1998
|
data: {
|
|
2023
|
-
maxAttempts: number;
|
|
2024
1999
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
2025
2000
|
attemptNumber: number;
|
|
2001
|
+
maxAttempts: number;
|
|
2026
2002
|
previousHistoryId: string;
|
|
2027
2003
|
originalFailureDate: Date;
|
|
2004
|
+
fields?: {
|
|
2005
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2006
|
+
autoFixable: boolean;
|
|
2007
|
+
error?: string | null | undefined;
|
|
2008
|
+
}[] | null | undefined;
|
|
2028
2009
|
priceDropPayload?: {
|
|
2029
2010
|
value: number;
|
|
2030
2011
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -2032,11 +2013,6 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
2032
2013
|
roundStep?: number | null | undefined;
|
|
2033
2014
|
maxRounds?: number | null | undefined;
|
|
2034
2015
|
} | null | undefined;
|
|
2035
|
-
fields?: {
|
|
2036
|
-
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2037
|
-
autoFixable: boolean;
|
|
2038
|
-
error?: string | null | undefined;
|
|
2039
|
-
}[] | null | undefined;
|
|
2040
2016
|
};
|
|
2041
2017
|
} | {
|
|
2042
2018
|
type: "SCHEDULED";
|
|
@@ -2047,21 +2023,52 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
2047
2023
|
} | {
|
|
2048
2024
|
type: "SCHEDULED_RETRY";
|
|
2049
2025
|
data: {
|
|
2050
|
-
maxAttempts: number;
|
|
2051
2026
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
2052
2027
|
attemptNumber: number;
|
|
2028
|
+
maxAttempts: number;
|
|
2053
2029
|
previousHistoryId: string;
|
|
2054
2030
|
originalFailureDate: Date;
|
|
2055
2031
|
fields?: {
|
|
2056
|
-
field: "TITLE" | "DESCRIPTION" | "
|
|
2032
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2057
2033
|
autoFixable: boolean;
|
|
2058
2034
|
error?: string | null | undefined;
|
|
2059
2035
|
}[] | null | undefined;
|
|
2060
2036
|
};
|
|
2061
2037
|
} | null | undefined;
|
|
2062
2038
|
accountId?: string | null | undefined;
|
|
2039
|
+
requestId?: string | null | undefined;
|
|
2063
2040
|
targetDate?: Date | null | undefined;
|
|
2064
2041
|
} | null | undefined;
|
|
2042
|
+
platforms?: {
|
|
2043
|
+
status: "DRAFT" | "PENDING" | "ERROR" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "DISPUTE";
|
|
2044
|
+
id: string;
|
|
2045
|
+
updatedAt: Date;
|
|
2046
|
+
createdAt: Date;
|
|
2047
|
+
accountId: string;
|
|
2048
|
+
itemId: string | number;
|
|
2049
|
+
platformId: string;
|
|
2050
|
+
platformUrl: string;
|
|
2051
|
+
platformPrice: number;
|
|
2052
|
+
publishedAt: Date;
|
|
2053
|
+
conversationId?: string | null | undefined;
|
|
2054
|
+
account?: {
|
|
2055
|
+
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
2056
|
+
userId: string | number;
|
|
2057
|
+
name: string;
|
|
2058
|
+
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
2059
|
+
accountId: string;
|
|
2060
|
+
locale?: string | null | undefined;
|
|
2061
|
+
night?: {
|
|
2062
|
+
startsAt: Date;
|
|
2063
|
+
endsAt: Date;
|
|
2064
|
+
} | null | undefined;
|
|
2065
|
+
favoritesMaxDelay?: number | null | undefined;
|
|
2066
|
+
ordersMaxDelay?: number | null | undefined;
|
|
2067
|
+
conversationsMaxDelay?: number | null | undefined;
|
|
2068
|
+
} | null | undefined;
|
|
2069
|
+
viewsCount?: number | null | undefined;
|
|
2070
|
+
favoritesCount?: number | null | undefined;
|
|
2071
|
+
}[] | null | undefined;
|
|
2065
2072
|
}>;
|
|
2066
2073
|
newUserLabels: z.ZodArray<z.ZodObject<{
|
|
2067
2074
|
id: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
@@ -2070,73 +2077,48 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
2070
2077
|
isUserLabel: z.ZodBoolean;
|
|
2071
2078
|
createdAt: z.ZodDate;
|
|
2072
2079
|
itemCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2080
|
+
parentId: z.ZodUnknown;
|
|
2073
2081
|
}, "strip", z.ZodTypeAny, {
|
|
2074
2082
|
id: string | number;
|
|
2075
|
-
createdAt: Date;
|
|
2076
2083
|
name: string;
|
|
2084
|
+
createdAt: Date;
|
|
2077
2085
|
isUserLabel: boolean;
|
|
2078
|
-
itemCount?: number | null | undefined;
|
|
2079
2086
|
userId?: string | number | null | undefined;
|
|
2087
|
+
itemCount?: number | null | undefined;
|
|
2088
|
+
parentId?: unknown;
|
|
2080
2089
|
}, {
|
|
2081
2090
|
id: string | number;
|
|
2082
|
-
createdAt: Date;
|
|
2083
2091
|
name: string;
|
|
2092
|
+
createdAt: Date;
|
|
2084
2093
|
isUserLabel: boolean;
|
|
2085
|
-
itemCount?: number | null | undefined;
|
|
2086
2094
|
userId?: string | number | null | undefined;
|
|
2095
|
+
itemCount?: number | null | undefined;
|
|
2096
|
+
parentId?: unknown;
|
|
2087
2097
|
}>, "many">;
|
|
2088
2098
|
}, "strip", z.ZodTypeAny, {
|
|
2089
|
-
newUserLabels: {
|
|
2090
|
-
id: string | number;
|
|
2091
|
-
createdAt: Date;
|
|
2092
|
-
name: string;
|
|
2093
|
-
isUserLabel: boolean;
|
|
2094
|
-
itemCount?: number | null | undefined;
|
|
2095
|
-
userId?: string | number | null | undefined;
|
|
2096
|
-
}[];
|
|
2097
2099
|
item: {
|
|
2100
|
+
userId: string | number;
|
|
2098
2101
|
id: string | number;
|
|
2099
|
-
createdAt: Date;
|
|
2100
2102
|
updatedAt: Date;
|
|
2101
|
-
userId: string | number;
|
|
2102
2103
|
name: string;
|
|
2104
|
+
createdAt: Date;
|
|
2103
2105
|
sold: boolean;
|
|
2104
2106
|
state?: number | null | undefined;
|
|
2105
|
-
fees?: {
|
|
2106
|
-
value: number;
|
|
2107
|
-
type: string;
|
|
2108
|
-
id: string | number;
|
|
2109
|
-
createdAt: Date;
|
|
2110
|
-
updatedAt: Date;
|
|
2111
|
-
userId: string | number;
|
|
2112
|
-
name: string;
|
|
2113
|
-
recurrence: "UNIQUE" | "MONTHLY" | "YEARLY";
|
|
2114
|
-
startDate: Date;
|
|
2115
|
-
active: boolean;
|
|
2116
|
-
description?: string | null | undefined;
|
|
2117
|
-
itemId?: string | number | null | undefined;
|
|
2118
|
-
endDate?: Date | null | undefined;
|
|
2119
|
-
parentFeeId?: string | number | null | undefined;
|
|
2120
|
-
}[] | null | undefined;
|
|
2121
|
-
description?: string | null | undefined;
|
|
2122
|
-
categoryId?: number | null | undefined;
|
|
2123
|
-
sizeId?: number | null | undefined;
|
|
2124
2107
|
colorIds?: number[] | null | undefined;
|
|
2108
|
+
description?: string | null | undefined;
|
|
2125
2109
|
packageSizeId?: number | null | undefined;
|
|
2126
|
-
|
|
2127
|
-
estimatedPrice?: number | null | undefined;
|
|
2128
|
-
purchaseDate?: Date | null | undefined;
|
|
2129
|
-
sellingDate?: Date | null | undefined;
|
|
2110
|
+
sizeId?: number | null | undefined;
|
|
2130
2111
|
labels?: {
|
|
2131
2112
|
itemId: string | number;
|
|
2132
2113
|
labelId: string | number;
|
|
2133
2114
|
label?: {
|
|
2134
2115
|
id: string | number;
|
|
2135
|
-
createdAt: Date;
|
|
2136
2116
|
name: string;
|
|
2117
|
+
createdAt: Date;
|
|
2137
2118
|
isUserLabel: boolean;
|
|
2138
|
-
itemCount?: number | null | undefined;
|
|
2139
2119
|
userId?: string | number | null | undefined;
|
|
2120
|
+
itemCount?: number | null | undefined;
|
|
2121
|
+
parentId?: unknown;
|
|
2140
2122
|
} | null | undefined;
|
|
2141
2123
|
}[] | null | undefined;
|
|
2142
2124
|
files?: {
|
|
@@ -2145,59 +2127,50 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
2145
2127
|
index?: number | null | undefined;
|
|
2146
2128
|
file?: {
|
|
2147
2129
|
path: string;
|
|
2130
|
+
userId: string | number;
|
|
2148
2131
|
id: string;
|
|
2149
2132
|
createdAt: Date;
|
|
2150
|
-
userId: string | number;
|
|
2151
2133
|
signedUrl: string;
|
|
2152
2134
|
} | null | undefined;
|
|
2153
2135
|
}[] | null | undefined;
|
|
2154
|
-
platforms?: {
|
|
2155
|
-
status: "DRAFT" | "PENDING" | "ERROR" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "DISPUTE";
|
|
2156
|
-
id: string;
|
|
2157
|
-
createdAt: Date;
|
|
2158
|
-
updatedAt: Date;
|
|
2159
|
-
accountId: string;
|
|
2160
|
-
itemId: string | number;
|
|
2161
|
-
platformId: string;
|
|
2162
|
-
platformUrl: string;
|
|
2163
|
-
platformPrice: number;
|
|
2164
|
-
publishedAt: Date;
|
|
2165
|
-
favoritesCount?: number | null | undefined;
|
|
2166
|
-
viewsCount?: number | null | undefined;
|
|
2167
|
-
conversationId?: string | null | undefined;
|
|
2168
|
-
account?: {
|
|
2169
|
-
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
2170
|
-
userId: string | number;
|
|
2171
|
-
name: string;
|
|
2172
|
-
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
2173
|
-
accountId: string;
|
|
2174
|
-
locale?: string | null | undefined;
|
|
2175
|
-
night?: {
|
|
2176
|
-
startsAt: Date;
|
|
2177
|
-
endsAt: Date;
|
|
2178
|
-
} | null | undefined;
|
|
2179
|
-
favoritesMaxDelay?: number | null | undefined;
|
|
2180
|
-
ordersMaxDelay?: number | null | undefined;
|
|
2181
|
-
conversationsMaxDelay?: number | null | undefined;
|
|
2182
|
-
} | null | undefined;
|
|
2183
|
-
}[] | null | undefined;
|
|
2184
2136
|
fields?: {
|
|
2185
2137
|
value: string;
|
|
2186
2138
|
itemId: string | number;
|
|
2187
2139
|
fieldId: string | number;
|
|
2188
2140
|
}[] | null | undefined;
|
|
2189
2141
|
sku?: string | null | undefined;
|
|
2142
|
+
categoryId?: number | null | undefined;
|
|
2143
|
+
brandId?: string | number | null | undefined;
|
|
2190
2144
|
sex?: string | null | undefined;
|
|
2191
2145
|
purchasePrice?: number | null | undefined;
|
|
2146
|
+
purchaseDate?: Date | null | undefined;
|
|
2192
2147
|
purchasePlaceId?: string | number | null | undefined;
|
|
2193
2148
|
purchased?: boolean | null | undefined;
|
|
2194
2149
|
sellingPrice?: number | null | undefined;
|
|
2150
|
+
sellingDate?: Date | null | undefined;
|
|
2195
2151
|
sellingPlaceId?: string | number | null | undefined;
|
|
2152
|
+
estimatedPrice?: number | null | undefined;
|
|
2153
|
+
fees?: {
|
|
2154
|
+
value: number;
|
|
2155
|
+
type: string;
|
|
2156
|
+
userId: string | number;
|
|
2157
|
+
id: string | number;
|
|
2158
|
+
updatedAt: Date;
|
|
2159
|
+
name: string;
|
|
2160
|
+
createdAt: Date;
|
|
2161
|
+
recurrence: "UNIQUE" | "MONTHLY" | "YEARLY";
|
|
2162
|
+
startDate: Date;
|
|
2163
|
+
active: boolean;
|
|
2164
|
+
description?: string | null | undefined;
|
|
2165
|
+
itemId?: string | number | null | undefined;
|
|
2166
|
+
endDate?: Date | null | undefined;
|
|
2167
|
+
parentFeeId?: string | number | null | undefined;
|
|
2168
|
+
}[] | null | undefined;
|
|
2196
2169
|
feesSum?: number | null | undefined;
|
|
2197
2170
|
customerId?: string | number | null | undefined;
|
|
2198
2171
|
customer?: {
|
|
2199
|
-
id: string | number;
|
|
2200
2172
|
userId: string | number;
|
|
2173
|
+
id: string | number;
|
|
2201
2174
|
email: string;
|
|
2202
2175
|
firstName: string;
|
|
2203
2176
|
lastName: string;
|
|
@@ -2218,7 +2191,6 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
2218
2191
|
id: string;
|
|
2219
2192
|
createdAt: Date;
|
|
2220
2193
|
itemId: string | number;
|
|
2221
|
-
requestId?: string | null | undefined;
|
|
2222
2194
|
data?: {
|
|
2223
2195
|
type: "ACTION_CANCELED";
|
|
2224
2196
|
data: {
|
|
@@ -2247,7 +2219,7 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
2247
2219
|
accountId?: string | null | undefined;
|
|
2248
2220
|
reason?: string | null | undefined;
|
|
2249
2221
|
fields?: {
|
|
2250
|
-
field: "TITLE" | "DESCRIPTION" | "
|
|
2222
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2251
2223
|
autoFixable: boolean;
|
|
2252
2224
|
error?: string | null | undefined;
|
|
2253
2225
|
}[] | null | undefined;
|
|
@@ -2274,22 +2246,22 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
2274
2246
|
platformId: string;
|
|
2275
2247
|
post: {
|
|
2276
2248
|
status?: string | null | undefined;
|
|
2277
|
-
title?: string | null | undefined;
|
|
2278
|
-
description?: string | null | undefined;
|
|
2279
|
-
brand?: string | null | undefined;
|
|
2280
|
-
statusId?: number | null | undefined;
|
|
2281
|
-
sizeId?: number | null | undefined;
|
|
2282
|
-
colorIds?: number[] | null | undefined;
|
|
2283
|
-
packageSizeId?: number | null | undefined;
|
|
2284
2249
|
price?: number | null | undefined;
|
|
2285
2250
|
currency?: string | null | undefined;
|
|
2251
|
+
brand?: string | null | undefined;
|
|
2286
2252
|
catalog?: string | null | undefined;
|
|
2287
2253
|
catalogId?: number | null | undefined;
|
|
2288
2254
|
colors?: string[] | null | undefined;
|
|
2255
|
+
colorIds?: number[] | null | undefined;
|
|
2256
|
+
description?: string | null | undefined;
|
|
2289
2257
|
measurementLength?: number | null | undefined;
|
|
2290
2258
|
measurementWidth?: number | null | undefined;
|
|
2259
|
+
packageSizeId?: number | null | undefined;
|
|
2291
2260
|
photoUrls?: string[] | null | undefined;
|
|
2292
2261
|
size?: string | null | undefined;
|
|
2262
|
+
sizeId?: number | null | undefined;
|
|
2263
|
+
statusId?: number | null | undefined;
|
|
2264
|
+
title?: string | null | undefined;
|
|
2293
2265
|
isDraft?: boolean | null | undefined;
|
|
2294
2266
|
isArchived?: boolean | null | undefined;
|
|
2295
2267
|
availableQuantity?: number | null | undefined;
|
|
@@ -2309,13 +2281,14 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
2309
2281
|
} | {
|
|
2310
2282
|
type: "LIFECYCLE_STARTED";
|
|
2311
2283
|
data: {
|
|
2312
|
-
caseId: string;
|
|
2313
2284
|
accountId: string;
|
|
2285
|
+
caseId: string;
|
|
2314
2286
|
};
|
|
2315
2287
|
} | {
|
|
2316
2288
|
type: "REPUBLISHING";
|
|
2317
2289
|
data: {
|
|
2318
2290
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
2291
|
+
publishingDate?: Date | null | undefined;
|
|
2319
2292
|
priceDropPayload?: {
|
|
2320
2293
|
value: number;
|
|
2321
2294
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -2323,18 +2296,22 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
2323
2296
|
roundStep?: number | null | undefined;
|
|
2324
2297
|
maxRounds?: number | null | undefined;
|
|
2325
2298
|
} | null | undefined;
|
|
2326
|
-
publishingDate?: Date | null | undefined;
|
|
2327
|
-
targetAccountId?: string | null | undefined;
|
|
2328
2299
|
isTransfer?: boolean | null | undefined;
|
|
2300
|
+
targetAccountId?: string | null | undefined;
|
|
2329
2301
|
};
|
|
2330
2302
|
} | {
|
|
2331
2303
|
type: "REPUBLISHING_RETRY";
|
|
2332
2304
|
data: {
|
|
2333
|
-
maxAttempts: number;
|
|
2334
2305
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
2335
2306
|
attemptNumber: number;
|
|
2307
|
+
maxAttempts: number;
|
|
2336
2308
|
previousHistoryId: string;
|
|
2337
2309
|
originalFailureDate: Date;
|
|
2310
|
+
fields?: {
|
|
2311
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2312
|
+
autoFixable: boolean;
|
|
2313
|
+
error?: string | null | undefined;
|
|
2314
|
+
}[] | null | undefined;
|
|
2338
2315
|
priceDropPayload?: {
|
|
2339
2316
|
value: number;
|
|
2340
2317
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -2342,11 +2319,6 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
2342
2319
|
roundStep?: number | null | undefined;
|
|
2343
2320
|
maxRounds?: number | null | undefined;
|
|
2344
2321
|
} | null | undefined;
|
|
2345
|
-
fields?: {
|
|
2346
|
-
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2347
|
-
autoFixable: boolean;
|
|
2348
|
-
error?: string | null | undefined;
|
|
2349
|
-
}[] | null | undefined;
|
|
2350
2322
|
};
|
|
2351
2323
|
} | {
|
|
2352
2324
|
type: "SCHEDULED";
|
|
@@ -2357,74 +2329,86 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
2357
2329
|
} | {
|
|
2358
2330
|
type: "SCHEDULED_RETRY";
|
|
2359
2331
|
data: {
|
|
2360
|
-
maxAttempts: number;
|
|
2361
2332
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
2362
2333
|
attemptNumber: number;
|
|
2334
|
+
maxAttempts: number;
|
|
2363
2335
|
previousHistoryId: string;
|
|
2364
2336
|
originalFailureDate: Date;
|
|
2365
2337
|
fields?: {
|
|
2366
|
-
field: "TITLE" | "DESCRIPTION" | "
|
|
2338
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2367
2339
|
autoFixable: boolean;
|
|
2368
2340
|
error?: string | null | undefined;
|
|
2369
2341
|
}[] | null | undefined;
|
|
2370
2342
|
};
|
|
2371
2343
|
} | null | undefined;
|
|
2372
2344
|
accountId?: string | null | undefined;
|
|
2345
|
+
requestId?: string | null | undefined;
|
|
2373
2346
|
targetDate?: Date | null | undefined;
|
|
2374
2347
|
} | null | undefined;
|
|
2348
|
+
platforms?: {
|
|
2349
|
+
status: "DRAFT" | "PENDING" | "ERROR" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "DISPUTE";
|
|
2350
|
+
id: string;
|
|
2351
|
+
updatedAt: Date;
|
|
2352
|
+
createdAt: Date;
|
|
2353
|
+
accountId: string;
|
|
2354
|
+
itemId: string | number;
|
|
2355
|
+
platformId: string;
|
|
2356
|
+
platformUrl: string;
|
|
2357
|
+
platformPrice: number;
|
|
2358
|
+
publishedAt: Date;
|
|
2359
|
+
conversationId?: string | null | undefined;
|
|
2360
|
+
account?: {
|
|
2361
|
+
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
2362
|
+
userId: string | number;
|
|
2363
|
+
name: string;
|
|
2364
|
+
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
2365
|
+
accountId: string;
|
|
2366
|
+
locale?: string | null | undefined;
|
|
2367
|
+
night?: {
|
|
2368
|
+
startsAt: Date;
|
|
2369
|
+
endsAt: Date;
|
|
2370
|
+
} | null | undefined;
|
|
2371
|
+
favoritesMaxDelay?: number | null | undefined;
|
|
2372
|
+
ordersMaxDelay?: number | null | undefined;
|
|
2373
|
+
conversationsMaxDelay?: number | null | undefined;
|
|
2374
|
+
} | null | undefined;
|
|
2375
|
+
viewsCount?: number | null | undefined;
|
|
2376
|
+
favoritesCount?: number | null | undefined;
|
|
2377
|
+
}[] | null | undefined;
|
|
2375
2378
|
};
|
|
2376
|
-
}, {
|
|
2377
2379
|
newUserLabels: {
|
|
2378
2380
|
id: string | number;
|
|
2379
|
-
createdAt: Date;
|
|
2380
2381
|
name: string;
|
|
2382
|
+
createdAt: Date;
|
|
2381
2383
|
isUserLabel: boolean;
|
|
2382
|
-
itemCount?: number | null | undefined;
|
|
2383
2384
|
userId?: string | number | null | undefined;
|
|
2385
|
+
itemCount?: number | null | undefined;
|
|
2386
|
+
parentId?: unknown;
|
|
2384
2387
|
}[];
|
|
2388
|
+
}, {
|
|
2385
2389
|
item: {
|
|
2390
|
+
userId: string | number;
|
|
2386
2391
|
id: string | number;
|
|
2387
|
-
createdAt: Date;
|
|
2388
2392
|
updatedAt: Date;
|
|
2389
|
-
userId: string | number;
|
|
2390
2393
|
name: string;
|
|
2394
|
+
createdAt: Date;
|
|
2391
2395
|
sold: boolean;
|
|
2392
2396
|
state?: number | null | undefined;
|
|
2393
|
-
fees?: {
|
|
2394
|
-
value: number;
|
|
2395
|
-
type: string;
|
|
2396
|
-
id: string | number;
|
|
2397
|
-
createdAt: Date;
|
|
2398
|
-
updatedAt: Date;
|
|
2399
|
-
userId: string | number;
|
|
2400
|
-
name: string;
|
|
2401
|
-
recurrence: "UNIQUE" | "MONTHLY" | "YEARLY";
|
|
2402
|
-
startDate: Date;
|
|
2403
|
-
active: boolean;
|
|
2404
|
-
description?: string | null | undefined;
|
|
2405
|
-
itemId?: string | number | null | undefined;
|
|
2406
|
-
endDate?: Date | null | undefined;
|
|
2407
|
-
parentFeeId?: string | number | null | undefined;
|
|
2408
|
-
}[] | null | undefined;
|
|
2409
|
-
description?: string | null | undefined;
|
|
2410
|
-
categoryId?: number | null | undefined;
|
|
2411
|
-
sizeId?: number | null | undefined;
|
|
2412
2397
|
colorIds?: number[] | null | undefined;
|
|
2398
|
+
description?: string | null | undefined;
|
|
2413
2399
|
packageSizeId?: number | null | undefined;
|
|
2414
|
-
|
|
2415
|
-
estimatedPrice?: number | null | undefined;
|
|
2416
|
-
purchaseDate?: Date | null | undefined;
|
|
2417
|
-
sellingDate?: Date | null | undefined;
|
|
2400
|
+
sizeId?: number | null | undefined;
|
|
2418
2401
|
labels?: {
|
|
2419
2402
|
itemId: string | number;
|
|
2420
2403
|
labelId: string | number;
|
|
2421
2404
|
label?: {
|
|
2422
2405
|
id: string | number;
|
|
2423
|
-
createdAt: Date;
|
|
2424
2406
|
name: string;
|
|
2407
|
+
createdAt: Date;
|
|
2425
2408
|
isUserLabel: boolean;
|
|
2426
|
-
itemCount?: number | null | undefined;
|
|
2427
2409
|
userId?: string | number | null | undefined;
|
|
2410
|
+
itemCount?: number | null | undefined;
|
|
2411
|
+
parentId?: unknown;
|
|
2428
2412
|
} | null | undefined;
|
|
2429
2413
|
}[] | null | undefined;
|
|
2430
2414
|
files?: {
|
|
@@ -2433,59 +2417,50 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
2433
2417
|
index?: number | null | undefined;
|
|
2434
2418
|
file?: {
|
|
2435
2419
|
path: string;
|
|
2420
|
+
userId: string | number;
|
|
2436
2421
|
id: string;
|
|
2437
2422
|
createdAt: Date;
|
|
2438
|
-
userId: string | number;
|
|
2439
2423
|
signedUrl: string;
|
|
2440
2424
|
} | null | undefined;
|
|
2441
2425
|
}[] | null | undefined;
|
|
2442
|
-
platforms?: {
|
|
2443
|
-
status: "DRAFT" | "PENDING" | "ERROR" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "DISPUTE";
|
|
2444
|
-
id: string;
|
|
2445
|
-
createdAt: Date;
|
|
2446
|
-
updatedAt: Date;
|
|
2447
|
-
accountId: string;
|
|
2448
|
-
itemId: string | number;
|
|
2449
|
-
platformId: string;
|
|
2450
|
-
platformUrl: string;
|
|
2451
|
-
platformPrice: number;
|
|
2452
|
-
publishedAt: Date;
|
|
2453
|
-
favoritesCount?: number | null | undefined;
|
|
2454
|
-
viewsCount?: number | null | undefined;
|
|
2455
|
-
conversationId?: string | null | undefined;
|
|
2456
|
-
account?: {
|
|
2457
|
-
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
2458
|
-
userId: string | number;
|
|
2459
|
-
name: string;
|
|
2460
|
-
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
2461
|
-
accountId: string;
|
|
2462
|
-
locale?: string | null | undefined;
|
|
2463
|
-
night?: {
|
|
2464
|
-
startsAt: Date;
|
|
2465
|
-
endsAt: Date;
|
|
2466
|
-
} | null | undefined;
|
|
2467
|
-
favoritesMaxDelay?: number | null | undefined;
|
|
2468
|
-
ordersMaxDelay?: number | null | undefined;
|
|
2469
|
-
conversationsMaxDelay?: number | null | undefined;
|
|
2470
|
-
} | null | undefined;
|
|
2471
|
-
}[] | null | undefined;
|
|
2472
2426
|
fields?: {
|
|
2473
2427
|
value: string;
|
|
2474
2428
|
itemId: string | number;
|
|
2475
2429
|
fieldId: string | number;
|
|
2476
2430
|
}[] | null | undefined;
|
|
2477
2431
|
sku?: string | null | undefined;
|
|
2432
|
+
categoryId?: number | null | undefined;
|
|
2433
|
+
brandId?: string | number | null | undefined;
|
|
2478
2434
|
sex?: string | null | undefined;
|
|
2479
2435
|
purchasePrice?: number | null | undefined;
|
|
2436
|
+
purchaseDate?: Date | null | undefined;
|
|
2480
2437
|
purchasePlaceId?: string | number | null | undefined;
|
|
2481
2438
|
purchased?: boolean | null | undefined;
|
|
2482
2439
|
sellingPrice?: number | null | undefined;
|
|
2440
|
+
sellingDate?: Date | null | undefined;
|
|
2483
2441
|
sellingPlaceId?: string | number | null | undefined;
|
|
2442
|
+
estimatedPrice?: number | null | undefined;
|
|
2443
|
+
fees?: {
|
|
2444
|
+
value: number;
|
|
2445
|
+
type: string;
|
|
2446
|
+
userId: string | number;
|
|
2447
|
+
id: string | number;
|
|
2448
|
+
updatedAt: Date;
|
|
2449
|
+
name: string;
|
|
2450
|
+
createdAt: Date;
|
|
2451
|
+
recurrence: "UNIQUE" | "MONTHLY" | "YEARLY";
|
|
2452
|
+
startDate: Date;
|
|
2453
|
+
active: boolean;
|
|
2454
|
+
description?: string | null | undefined;
|
|
2455
|
+
itemId?: string | number | null | undefined;
|
|
2456
|
+
endDate?: Date | null | undefined;
|
|
2457
|
+
parentFeeId?: string | number | null | undefined;
|
|
2458
|
+
}[] | null | undefined;
|
|
2484
2459
|
feesSum?: number | null | undefined;
|
|
2485
2460
|
customerId?: string | number | null | undefined;
|
|
2486
2461
|
customer?: {
|
|
2487
|
-
id: string | number;
|
|
2488
2462
|
userId: string | number;
|
|
2463
|
+
id: string | number;
|
|
2489
2464
|
email: string;
|
|
2490
2465
|
firstName: string;
|
|
2491
2466
|
lastName: string;
|
|
@@ -2506,7 +2481,6 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
2506
2481
|
id: string;
|
|
2507
2482
|
createdAt: Date;
|
|
2508
2483
|
itemId: string | number;
|
|
2509
|
-
requestId?: string | null | undefined;
|
|
2510
2484
|
data?: {
|
|
2511
2485
|
type: "ACTION_CANCELED";
|
|
2512
2486
|
data: {
|
|
@@ -2535,7 +2509,7 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
2535
2509
|
accountId?: string | null | undefined;
|
|
2536
2510
|
reason?: string | null | undefined;
|
|
2537
2511
|
fields?: {
|
|
2538
|
-
field: "TITLE" | "DESCRIPTION" | "
|
|
2512
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2539
2513
|
autoFixable: boolean;
|
|
2540
2514
|
error?: string | null | undefined;
|
|
2541
2515
|
}[] | null | undefined;
|
|
@@ -2562,22 +2536,22 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
2562
2536
|
platformId: string;
|
|
2563
2537
|
post: {
|
|
2564
2538
|
status?: string | null | undefined;
|
|
2565
|
-
title?: string | null | undefined;
|
|
2566
|
-
description?: string | null | undefined;
|
|
2567
|
-
brand?: string | null | undefined;
|
|
2568
|
-
statusId?: number | null | undefined;
|
|
2569
|
-
sizeId?: number | null | undefined;
|
|
2570
|
-
colorIds?: number[] | null | undefined;
|
|
2571
|
-
packageSizeId?: number | null | undefined;
|
|
2572
2539
|
price?: number | null | undefined;
|
|
2573
2540
|
currency?: string | null | undefined;
|
|
2541
|
+
brand?: string | null | undefined;
|
|
2574
2542
|
catalog?: string | null | undefined;
|
|
2575
2543
|
catalogId?: number | null | undefined;
|
|
2576
2544
|
colors?: string[] | null | undefined;
|
|
2545
|
+
colorIds?: number[] | null | undefined;
|
|
2546
|
+
description?: string | null | undefined;
|
|
2577
2547
|
measurementLength?: number | null | undefined;
|
|
2578
2548
|
measurementWidth?: number | null | undefined;
|
|
2549
|
+
packageSizeId?: number | null | undefined;
|
|
2579
2550
|
photoUrls?: string[] | null | undefined;
|
|
2580
2551
|
size?: string | null | undefined;
|
|
2552
|
+
sizeId?: number | null | undefined;
|
|
2553
|
+
statusId?: number | null | undefined;
|
|
2554
|
+
title?: string | null | undefined;
|
|
2581
2555
|
isDraft?: boolean | null | undefined;
|
|
2582
2556
|
isArchived?: boolean | null | undefined;
|
|
2583
2557
|
availableQuantity?: number | null | undefined;
|
|
@@ -2597,13 +2571,14 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
2597
2571
|
} | {
|
|
2598
2572
|
type: "LIFECYCLE_STARTED";
|
|
2599
2573
|
data: {
|
|
2600
|
-
caseId: string;
|
|
2601
2574
|
accountId: string;
|
|
2575
|
+
caseId: string;
|
|
2602
2576
|
};
|
|
2603
2577
|
} | {
|
|
2604
2578
|
type: "REPUBLISHING";
|
|
2605
2579
|
data: {
|
|
2606
2580
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
2581
|
+
publishingDate?: Date | null | undefined;
|
|
2607
2582
|
priceDropPayload?: {
|
|
2608
2583
|
value: number;
|
|
2609
2584
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -2611,18 +2586,22 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
2611
2586
|
roundStep?: number | null | undefined;
|
|
2612
2587
|
maxRounds?: number | null | undefined;
|
|
2613
2588
|
} | null | undefined;
|
|
2614
|
-
publishingDate?: Date | null | undefined;
|
|
2615
|
-
targetAccountId?: string | null | undefined;
|
|
2616
2589
|
isTransfer?: boolean | null | undefined;
|
|
2590
|
+
targetAccountId?: string | null | undefined;
|
|
2617
2591
|
};
|
|
2618
2592
|
} | {
|
|
2619
2593
|
type: "REPUBLISHING_RETRY";
|
|
2620
2594
|
data: {
|
|
2621
|
-
maxAttempts: number;
|
|
2622
2595
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
2623
2596
|
attemptNumber: number;
|
|
2597
|
+
maxAttempts: number;
|
|
2624
2598
|
previousHistoryId: string;
|
|
2625
2599
|
originalFailureDate: Date;
|
|
2600
|
+
fields?: {
|
|
2601
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2602
|
+
autoFixable: boolean;
|
|
2603
|
+
error?: string | null | undefined;
|
|
2604
|
+
}[] | null | undefined;
|
|
2626
2605
|
priceDropPayload?: {
|
|
2627
2606
|
value: number;
|
|
2628
2607
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -2630,11 +2609,6 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
2630
2609
|
roundStep?: number | null | undefined;
|
|
2631
2610
|
maxRounds?: number | null | undefined;
|
|
2632
2611
|
} | null | undefined;
|
|
2633
|
-
fields?: {
|
|
2634
|
-
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2635
|
-
autoFixable: boolean;
|
|
2636
|
-
error?: string | null | undefined;
|
|
2637
|
-
}[] | null | undefined;
|
|
2638
2612
|
};
|
|
2639
2613
|
} | {
|
|
2640
2614
|
type: "SCHEDULED";
|
|
@@ -2645,22 +2619,62 @@ export declare const UpdatedItemSchema: z.ZodObject<{
|
|
|
2645
2619
|
} | {
|
|
2646
2620
|
type: "SCHEDULED_RETRY";
|
|
2647
2621
|
data: {
|
|
2648
|
-
maxAttempts: number;
|
|
2649
2622
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
2650
2623
|
attemptNumber: number;
|
|
2624
|
+
maxAttempts: number;
|
|
2651
2625
|
previousHistoryId: string;
|
|
2652
2626
|
originalFailureDate: Date;
|
|
2653
2627
|
fields?: {
|
|
2654
|
-
field: "TITLE" | "DESCRIPTION" | "
|
|
2628
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2655
2629
|
autoFixable: boolean;
|
|
2656
2630
|
error?: string | null | undefined;
|
|
2657
2631
|
}[] | null | undefined;
|
|
2658
2632
|
};
|
|
2659
2633
|
} | null | undefined;
|
|
2660
2634
|
accountId?: string | null | undefined;
|
|
2635
|
+
requestId?: string | null | undefined;
|
|
2661
2636
|
targetDate?: Date | null | undefined;
|
|
2662
2637
|
} | null | undefined;
|
|
2638
|
+
platforms?: {
|
|
2639
|
+
status: "DRAFT" | "PENDING" | "ERROR" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "DISPUTE";
|
|
2640
|
+
id: string;
|
|
2641
|
+
updatedAt: Date;
|
|
2642
|
+
createdAt: Date;
|
|
2643
|
+
accountId: string;
|
|
2644
|
+
itemId: string | number;
|
|
2645
|
+
platformId: string;
|
|
2646
|
+
platformUrl: string;
|
|
2647
|
+
platformPrice: number;
|
|
2648
|
+
publishedAt: Date;
|
|
2649
|
+
conversationId?: string | null | undefined;
|
|
2650
|
+
account?: {
|
|
2651
|
+
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
2652
|
+
userId: string | number;
|
|
2653
|
+
name: string;
|
|
2654
|
+
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
2655
|
+
accountId: string;
|
|
2656
|
+
locale?: string | null | undefined;
|
|
2657
|
+
night?: {
|
|
2658
|
+
startsAt: Date;
|
|
2659
|
+
endsAt: Date;
|
|
2660
|
+
} | null | undefined;
|
|
2661
|
+
favoritesMaxDelay?: number | null | undefined;
|
|
2662
|
+
ordersMaxDelay?: number | null | undefined;
|
|
2663
|
+
conversationsMaxDelay?: number | null | undefined;
|
|
2664
|
+
} | null | undefined;
|
|
2665
|
+
viewsCount?: number | null | undefined;
|
|
2666
|
+
favoritesCount?: number | null | undefined;
|
|
2667
|
+
}[] | null | undefined;
|
|
2663
2668
|
};
|
|
2669
|
+
newUserLabels: {
|
|
2670
|
+
id: string | number;
|
|
2671
|
+
name: string;
|
|
2672
|
+
createdAt: Date;
|
|
2673
|
+
isUserLabel: boolean;
|
|
2674
|
+
userId?: string | number | null | undefined;
|
|
2675
|
+
itemCount?: number | null | undefined;
|
|
2676
|
+
parentId?: unknown;
|
|
2677
|
+
}[];
|
|
2664
2678
|
}>;
|
|
2665
2679
|
export type UpdatedItem = z.infer<typeof UpdatedItemSchema>;
|
|
2666
2680
|
//# sourceMappingURL=UpdatedItem.d.ts.map
|