controlresell 2.13.2 → 2.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -2
- package/src/com/controlresell/api/requests/conversations/CreateExcludedBuyerRequest.d.ts +10 -0
- package/src/com/controlresell/api/requests/conversations/CreateExcludedBuyerRequest.d.ts.map +1 -0
- package/src/com/controlresell/api/requests/conversations/CreateExcludedBuyerRequest.js +5 -0
- package/src/com/controlresell/api/requests/conversations/CreateExcludedBuyerRequest.js.map +1 -0
- package/src/com/controlresell/api/requests/conversations/CreateExcludedBuyerRequest.ts +6 -0
- package/src/com/controlresell/api/requests/customers/CreateCustomerRequest.d.ts +2 -2
- package/src/com/controlresell/api/requests/items/cancel/CancelRequest.d.ts +2 -2
- package/src/com/controlresell/api/requests/items/pricedrop/PriceDropRequest.js +1 -1
- package/src/com/controlresell/api/requests/items/pricedrop/PriceDropRequest.js.map +1 -1
- package/src/com/controlresell/api/requests/items/pricedrop/PriceDropRequest.ts +1 -1
- package/src/com/controlresell/api/requests/items/publish/AutomaticPublishRequestItem.d.ts +2 -2
- package/src/com/controlresell/api/requests/items/publish/ManualPublishRequestItem.d.ts +2 -2
- package/src/com/controlresell/api/requests/items/publish/PublishRequest.d.ts +8 -8
- package/src/com/controlresell/api/requests/items/publish/PublishRequestItems.d.ts +8 -8
- package/src/com/controlresell/api/requests/items/republish/RepublishRequest.d.ts +8 -8
- package/src/com/controlresell/api/requests/items/republish/RepublishRequest.js +1 -1
- package/src/com/controlresell/api/requests/items/republish/RepublishRequest.js.map +1 -1
- package/src/com/controlresell/api/requests/items/republish/RepublishRequest.ts +1 -1
- package/src/com/controlresell/api/responses/conversations/MessageStreamResponse.d.ts +2072 -0
- package/src/com/controlresell/api/responses/customers/CustomersResponse.d.ts +21 -21
- package/src/com/controlresell/api/responses/fees/GetAllFeesData.d.ts +24 -24
- package/src/com/controlresell/api/responses/fees/GetAllFeesData.js +1 -1
- package/src/com/controlresell/api/responses/fees/GetAllFeesData.js.map +1 -1
- package/src/com/controlresell/api/responses/fees/GetAllFeesData.ts +1 -1
- package/src/com/controlresell/api/responses/invoices/ListInvoicesResponse.d.ts +94 -1078
- package/src/com/controlresell/api/responses/invoices/ListInvoicesResponse.d.ts.map +1 -1
- package/src/com/controlresell/api/responses/items/ItemActions.d.ts +2 -2
- package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts +616 -616
- package/src/com/controlresell/api/responses/items/ListedItem.d.ts +429 -429
- package/src/com/controlresell/api/responses/items/ListedItem.js +6 -6
- package/src/com/controlresell/api/responses/items/ListedItem.js.map +1 -1
- package/src/com/controlresell/api/responses/items/ListedItem.ts +6 -6
- package/src/com/controlresell/api/responses/quizresponses/QuizResponseBaseResponse.d.ts +4 -4
- package/src/com/controlresell/api/responses/quizresponses/QuizResponseResponse.d.ts +4 -4
- package/src/com/controlresell/api/responses/subscriptions/PromoCodeResponse.d.ts +2 -2
- package/src/com/controlresell/api/responses/subscriptions/SubscriptionLevelResponse.d.ts +2 -2
- package/src/com/controlresell/api/responses/subscriptions/SubscriptionLevelsResponse.d.ts +4 -4
- package/src/com/controlresell/api/responses/subscriptions/SubscriptionStatus.d.ts +24 -24
- package/src/com/controlresell/auth/models/preferences/CreatePreferencePayload.d.ts +2 -2
- package/src/com/controlresell/auth/models/preferences/Preference.d.ts +120 -120
- package/src/com/controlresell/auth/models/preferences/Preference.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/Preference.js +1 -2
- package/src/com/controlresell/auth/models/preferences/Preference.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/Preference.ts +1 -2
- package/src/com/controlresell/auth/models/preferences/PreferenceWithCase.d.ts +350 -350
- package/src/com/controlresell/auth/models/preferences/PreferenceWithChildren.d.ts +272 -272
- package/src/com/controlresell/auth/models/preferences/cases/CreatePreferenceCasePayload.d.ts +81 -81
- package/src/com/controlresell/auth/models/preferences/cases/PartialPreferenceCasePayload.d.ts +79 -79
- package/src/com/controlresell/auth/models/preferences/cases/PreferenceCase.d.ts +87 -87
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionPayload.d.ts +4 -4
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionPayloadDecodedPayload.js +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionPayloadDecodedPayload.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionPayloadDecodedPayload.ts +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionsPayload.d.ts +8 -8
- package/src/com/controlresell/auth/models/preferences/payloads/templates/PreferenceTemplatePayload.d.ts +13 -13
- package/src/com/controlresell/auth/models/preferences/queue/PreferenceNextActionPayload.d.ts +438 -438
- package/src/com/controlresell/auth/models/preferences/variants/PartialPreferenceCaseVariantPayload.d.ts +59 -59
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariant.d.ts +61 -61
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariantDecodedPayload.d.ts +78 -78
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariantDecodedPayload.js +1 -1
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariantDecodedPayload.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariantDecodedPayload.ts +1 -1
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariantPayload.d.ts +59 -59
- package/src/com/controlresell/models/auth/AuthToken.d.ts +3 -3
- package/src/com/controlresell/models/auth/AuthToken.d.ts.map +1 -1
- package/src/com/controlresell/models/auth/AuthToken.js +1 -2
- package/src/com/controlresell/models/auth/AuthToken.js.map +1 -1
- package/src/com/controlresell/models/auth/AuthToken.ts +1 -2
- package/src/com/controlresell/models/auth/LoginPayload.d.ts +2 -2
- package/src/com/controlresell/models/auth/RegisterPayload.d.ts +2 -2
- package/src/com/controlresell/models/auth/SwitchAccountPayload.d.ts +3 -3
- package/src/com/controlresell/models/auth/SwitchAccountPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/auth/SwitchAccountPayload.js +1 -2
- package/src/com/controlresell/models/auth/SwitchAccountPayload.js.map +1 -1
- package/src/com/controlresell/models/auth/SwitchAccountPayload.ts +1 -2
- package/src/com/controlresell/models/business/BusinessProfile.d.ts +12 -12
- package/src/com/controlresell/models/business/BusinessProfile.d.ts.map +1 -1
- package/src/com/controlresell/models/business/BusinessProfile.js +2 -3
- package/src/com/controlresell/models/business/BusinessProfile.js.map +1 -1
- package/src/com/controlresell/models/business/BusinessProfile.ts +2 -3
- package/src/com/controlresell/models/conversations/Conversation.d.ts +487 -0
- package/src/com/controlresell/models/conversations/Conversation.js +16 -0
- package/src/com/controlresell/models/conversations/Conversation.js.map +1 -0
- package/src/com/controlresell/models/conversations/Conversation.ts +17 -0
- package/src/com/controlresell/models/conversations/ConversationFiltersContext.d.ts +22 -0
- package/src/com/controlresell/models/conversations/ConversationOnPlatformUpdateRequest.d.ts +925 -0
- package/src/com/controlresell/models/conversations/ConversationOnPlatformUpdateRequest.js +8 -0
- package/src/com/controlresell/models/conversations/ConversationOnPlatformUpdateRequest.js.map +1 -0
- package/src/com/controlresell/models/conversations/ConversationOnPlatformUpdateRequest.ts +9 -0
- package/src/com/controlresell/models/conversations/ConversationUpdate.d.ts +950 -0
- package/src/com/controlresell/models/conversations/ConversationUpdate.d.ts.map +1 -0
- package/src/com/controlresell/models/conversations/ConversationUpdate.js +9 -0
- package/src/com/controlresell/models/conversations/ConversationUpdate.js.map +1 -0
- package/src/com/controlresell/models/conversations/ConversationUpdate.ts +10 -0
- package/src/com/controlresell/models/conversations/UserConversations.d.ts +689 -0
- package/src/com/controlresell/models/conversations/favorites/ConversationFavorite.d.ts +110 -0
- package/src/com/controlresell/models/conversations/favorites/ConversationFavorite.js +14 -0
- package/src/com/controlresell/models/conversations/favorites/ConversationFavorite.js.map +1 -0
- package/src/com/controlresell/models/conversations/favorites/ConversationFavorite.ts +15 -0
- package/src/com/controlresell/models/conversations/favorites/ReportRateLimitOnFavorites.d.ts +164 -0
- package/src/com/controlresell/models/conversations/favorites/SubmitFavoritesRequest.d.ts +41 -0
- package/src/com/controlresell/models/conversations/favorites/SubmitFavoritesResponse.d.ts +164 -0
- package/src/com/controlresell/models/conversations/messages/ConversationMessage.d.ts +203 -0
- package/src/com/controlresell/models/conversations/messages/ConversationMessageRequest.d.ts +19 -0
- package/src/com/controlresell/models/conversations/messages/CreateConversationMessagePayload.d.ts +28 -0
- package/src/com/controlresell/models/conversations/messages/PaginatedConversationMessages.d.ts +304 -0
- package/src/com/controlresell/models/conversations/messages/UpdateConversationMessagePayload.d.ts +19 -0
- package/src/com/controlresell/models/conversations/messages/files/ConversationMessageFile.d.ts +49 -0
- package/src/com/controlresell/models/conversations/messages/files/ConversationMessageFile.js +9 -0
- package/src/com/controlresell/models/conversations/messages/files/ConversationMessageFile.js.map +1 -0
- package/src/com/controlresell/models/conversations/messages/files/ConversationMessageFile.ts +10 -0
- package/src/com/controlresell/models/conversations/messages/summary/ConversationSummary.d.ts +119 -0
- package/src/com/controlresell/models/conversations/messages/summary/ConversationSummaryBreakdown.d.ts +19 -0
- package/src/com/controlresell/models/conversations/offers/ConversationOfferRequest.d.ts +19 -0
- package/src/com/controlresell/models/conversations/offers/NegotiationParameters.d.ts +19 -0
- package/src/com/controlresell/models/conversations/preferences/AiProfile.d.ts +52 -0
- package/src/com/controlresell/models/conversations/preferences/AiProfile.d.ts.map +1 -0
- package/src/com/controlresell/models/conversations/preferences/AiProfile.js +17 -0
- package/src/com/controlresell/models/conversations/preferences/AiProfile.js.map +1 -0
- package/src/com/controlresell/models/conversations/preferences/AiProfile.ts +24 -0
- package/src/com/controlresell/models/conversations/preferences/AttachedMessage.d.ts +52 -0
- package/src/com/controlresell/models/conversations/preferences/AttachedMessage.d.ts.map +1 -0
- package/src/com/controlresell/models/conversations/preferences/AttachedMessage.js +17 -0
- package/src/com/controlresell/models/conversations/preferences/AttachedMessage.js.map +1 -0
- package/src/com/controlresell/models/conversations/preferences/AttachedMessage.ts +24 -0
- package/src/com/controlresell/models/conversations/preferences/AutomaticAnswerPreference.d.ts +634 -0
- package/src/com/controlresell/models/conversations/preferences/AutomaticAnswerPreference.d.ts.map +1 -0
- package/src/com/controlresell/models/conversations/preferences/AutomaticAnswerPreference.js +14 -0
- package/src/com/controlresell/models/conversations/preferences/AutomaticAnswerPreference.js.map +1 -0
- package/src/com/controlresell/models/conversations/preferences/AutomaticAnswerPreference.ts +15 -0
- package/src/com/controlresell/models/conversations/preferences/AutomaticAnswerProfileCase.d.ts +88 -0
- package/src/com/controlresell/models/conversations/preferences/AutomaticAnswerProfileCase.d.ts.map +1 -0
- package/src/com/controlresell/models/conversations/preferences/AutomaticAnswerProfileCase.js +9 -0
- package/src/com/controlresell/models/conversations/preferences/AutomaticAnswerProfileCase.js.map +1 -0
- package/src/com/controlresell/models/conversations/preferences/AutomaticAnswerProfileCase.ts +10 -0
- package/src/com/controlresell/models/conversations/preferences/AutomaticAnswerProfileVariant.d.ts +51 -0
- package/src/com/controlresell/models/conversations/preferences/AutomaticAnswerProfileVariant.d.ts.map +1 -0
- package/src/com/controlresell/models/conversations/preferences/AutomaticAnswerProfileVariant.js +8 -0
- package/src/com/controlresell/models/conversations/preferences/AutomaticAnswerProfileVariant.js.map +1 -0
- package/src/com/controlresell/models/conversations/preferences/AutomaticAnswerProfileVariant.ts +9 -0
- package/src/com/controlresell/models/conversations/preferences/AutomaticAnswerQuestionCase.d.ts +45 -0
- package/src/com/controlresell/models/conversations/preferences/AutomaticAnswerQuestionCase.d.ts.map +1 -0
- package/src/com/controlresell/models/conversations/preferences/AutomaticAnswerQuestionCase.js +11 -0
- package/src/com/controlresell/models/conversations/preferences/AutomaticAnswerQuestionCase.js.map +1 -0
- package/src/com/controlresell/models/conversations/preferences/AutomaticAnswerQuestionCase.ts +12 -0
- package/src/com/controlresell/models/conversations/preferences/AutomaticAnswerQuestionVariant.d.ts +16 -0
- package/src/com/controlresell/models/conversations/preferences/AutomaticAnswerQuestionVariant.d.ts.map +1 -0
- package/src/com/controlresell/models/conversations/preferences/AutomaticAnswerQuestionVariant.js +7 -0
- package/src/com/controlresell/models/conversations/preferences/AutomaticAnswerQuestionVariant.js.map +1 -0
- package/src/com/controlresell/models/conversations/preferences/AutomaticAnswerQuestionVariant.ts +8 -0
- package/src/com/controlresell/models/conversations/preferences/AutomaticAnswerTriggerCase.d.ts +101 -0
- package/src/com/controlresell/models/conversations/preferences/AutomaticAnswerTriggerCase.d.ts.map +1 -0
- package/src/com/controlresell/models/conversations/preferences/AutomaticAnswerTriggerCase.js +10 -0
- package/src/com/controlresell/models/conversations/preferences/AutomaticAnswerTriggerCase.js.map +1 -0
- package/src/com/controlresell/models/conversations/preferences/AutomaticAnswerTriggerCase.ts +11 -0
- package/src/com/controlresell/models/conversations/preferences/AutomaticAnswerTriggerVariant.d.ts +57 -0
- package/src/com/controlresell/models/conversations/preferences/AutomaticAnswerTriggerVariant.d.ts.map +1 -0
- package/src/com/controlresell/models/conversations/preferences/AutomaticAnswerTriggerVariant.js +10 -0
- package/src/com/controlresell/models/conversations/preferences/AutomaticAnswerTriggerVariant.js.map +1 -0
- package/src/com/controlresell/models/conversations/preferences/AutomaticAnswerTriggerVariant.ts +11 -0
- package/src/com/controlresell/models/conversations/preferences/ExcludedBuyer.d.ts +16 -0
- package/src/com/controlresell/models/conversations/preferences/ExcludedBuyer.d.ts.map +1 -0
- package/src/com/controlresell/models/conversations/preferences/ExcludedBuyer.js +7 -0
- package/src/com/controlresell/models/conversations/preferences/ExcludedBuyer.js.map +1 -0
- package/src/com/controlresell/models/conversations/preferences/ExcludedBuyer.ts +8 -0
- package/src/com/controlresell/models/conversations/preferences/FavoriteMessagesPreference.d.ts +295 -0
- package/src/com/controlresell/models/conversations/preferences/FavoriteMessagesPreference.d.ts.map +1 -0
- package/src/com/controlresell/models/conversations/preferences/FavoriteMessagesPreference.js +11 -0
- package/src/com/controlresell/models/conversations/preferences/FavoriteMessagesPreference.js.map +1 -0
- package/src/com/controlresell/models/conversations/preferences/FavoriteMessagesPreference.ts +12 -0
- package/src/com/controlresell/models/conversations/preferences/FavoriteMessagesPreferenceCase.d.ts +101 -0
- package/src/com/controlresell/models/conversations/preferences/FavoriteMessagesPreferenceCase.d.ts.map +1 -0
- package/src/com/controlresell/models/conversations/preferences/FavoriteMessagesPreferenceCase.js +9 -0
- package/src/com/controlresell/models/conversations/preferences/FavoriteMessagesPreferenceCase.js.map +1 -0
- package/src/com/controlresell/models/conversations/preferences/FavoriteMessagesPreferenceCase.ts +10 -0
- package/src/com/controlresell/models/conversations/preferences/FavoriteMessagesPreferenceVariant.d.ts +58 -0
- package/src/com/controlresell/models/conversations/preferences/FavoriteMessagesPreferenceVariant.d.ts.map +1 -0
- package/src/com/controlresell/models/conversations/preferences/FavoriteMessagesPreferenceVariant.js +12 -0
- package/src/com/controlresell/models/conversations/preferences/FavoriteMessagesPreferenceVariant.js.map +1 -0
- package/src/com/controlresell/models/conversations/preferences/FavoriteMessagesPreferenceVariant.ts +13 -0
- package/src/com/controlresell/models/conversations/preferences/NegotiationPreference.d.ts +439 -0
- package/src/com/controlresell/models/conversations/preferences/NegotiationPreference.d.ts.map +1 -0
- package/src/com/controlresell/models/conversations/preferences/NegotiationPreference.js +9 -0
- package/src/com/controlresell/models/conversations/preferences/NegotiationPreference.js.map +1 -0
- package/src/com/controlresell/models/conversations/preferences/NegotiationPreference.ts +10 -0
- package/src/com/controlresell/models/conversations/preferences/NegotiationPreferenceCase.d.ts +320 -0
- package/src/com/controlresell/models/conversations/preferences/NegotiationPreferenceCase.d.ts.map +1 -0
- package/src/com/controlresell/models/conversations/preferences/NegotiationPreferenceCase.js +10 -0
- package/src/com/controlresell/models/conversations/preferences/NegotiationPreferenceCase.js.map +1 -0
- package/src/com/controlresell/models/conversations/preferences/NegotiationPreferenceCase.ts +11 -0
- package/src/com/controlresell/models/conversations/preferences/NegotiationPreferenceVariant.d.ts +210 -0
- package/src/com/controlresell/models/conversations/preferences/NegotiationPreferenceVariant.d.ts.map +1 -0
- package/src/com/controlresell/models/conversations/preferences/NegotiationPreferenceVariant.js +17 -0
- package/src/com/controlresell/models/conversations/preferences/NegotiationPreferenceVariant.js.map +1 -0
- package/src/com/controlresell/models/conversations/preferences/NegotiationPreferenceVariant.ts +18 -0
- package/src/com/controlresell/models/conversations/users/ConversationUser.d.ts +64 -0
- package/src/com/controlresell/models/conversations/users/ConversationUser.js +14 -0
- package/src/com/controlresell/models/conversations/users/ConversationUser.js.map +1 -0
- package/src/com/controlresell/models/conversations/users/ConversationUser.ts +15 -0
- package/src/com/controlresell/models/customers/Customer.d.ts +11 -11
- package/src/com/controlresell/models/customers/Customer.d.ts.map +1 -1
- package/src/com/controlresell/models/customers/Customer.js +1 -2
- package/src/com/controlresell/models/customers/Customer.js.map +1 -1
- package/src/com/controlresell/models/customers/Customer.ts +1 -2
- package/src/com/controlresell/models/discord/DiscordLinkCreatedEvent.d.ts +4 -4
- package/src/com/controlresell/models/fees/Fee.d.ts +49 -0
- package/src/com/controlresell/models/fees/Fee.d.ts.map +1 -0
- package/src/com/controlresell/models/fees/Fee.js +19 -0
- package/src/com/controlresell/models/fees/Fee.js.map +1 -0
- package/src/com/controlresell/models/fees/Fee.ts +20 -0
- package/src/com/controlresell/models/files/File.d.ts +22 -0
- package/src/com/controlresell/models/files/File.d.ts.map +1 -0
- package/src/com/controlresell/models/files/File.js +9 -0
- package/src/com/controlresell/models/files/File.js.map +1 -0
- package/src/com/controlresell/models/files/File.ts +10 -0
- package/src/com/controlresell/models/filters/MatchingItem.d.ts +31 -0
- package/src/com/controlresell/models/filters/MatchingItem.d.ts.map +1 -0
- package/src/com/controlresell/models/filters/MatchingItem.js +12 -0
- package/src/com/controlresell/models/filters/MatchingItem.js.map +1 -0
- package/src/com/controlresell/models/filters/MatchingItem.ts +13 -0
- package/src/com/controlresell/models/filters/PreferenceFilter.d.ts +137 -0
- package/src/com/controlresell/models/filters/PreferenceFilter.js +10 -0
- package/src/com/controlresell/models/filters/PreferenceFilter.js.map +1 -0
- package/src/com/controlresell/models/filters/PreferenceFilter.ts +11 -0
- package/src/com/controlresell/models/filters/SavedFilters.d.ts +23 -23
- package/src/com/controlresell/models/filters/SavedFilters.d.ts.map +1 -1
- package/src/com/controlresell/models/filters/SavedFilters.js +2 -3
- package/src/com/controlresell/models/filters/SavedFilters.js.map +1 -1
- package/src/com/controlresell/models/filters/SavedFilters.ts +2 -3
- package/src/com/controlresell/models/filters/SavedFiltersPayload.d.ts +20 -20
- package/src/com/controlresell/models/filters/SavedFiltersPayload.js +1 -1
- package/src/com/controlresell/models/filters/SavedFiltersPayload.js.map +1 -1
- package/src/com/controlresell/models/filters/SavedFiltersPayload.ts +1 -1
- package/src/com/controlresell/models/invoices/Invoice.d.ts +64 -856
- package/src/com/controlresell/models/invoices/Invoice.d.ts.map +1 -1
- package/src/com/controlresell/models/invoices/Invoice.js +2 -5
- package/src/com/controlresell/models/invoices/Invoice.js.map +1 -1
- package/src/com/controlresell/models/invoices/Invoice.ts +2 -5
- package/src/com/controlresell/models/invoices/InvoiceLineItem.d.ts +7 -7
- package/src/com/controlresell/models/invoices/InvoiceLineItem.d.ts.map +1 -1
- package/src/com/controlresell/models/invoices/InvoiceLineItem.js +1 -2
- package/src/com/controlresell/models/invoices/InvoiceLineItem.js.map +1 -1
- package/src/com/controlresell/models/invoices/InvoiceLineItem.ts +1 -2
- package/src/com/controlresell/models/items/CreatedItems.d.ts +5601 -0
- package/src/com/controlresell/models/items/Item.d.ts +4492 -0
- package/src/com/controlresell/models/items/Item.d.ts.map +1 -0
- package/src/com/controlresell/models/items/Item.js +46 -0
- package/src/com/controlresell/models/items/Item.js.map +1 -0
- package/src/com/controlresell/models/items/Item.ts +47 -0
- package/src/com/controlresell/models/items/ItemEnumValue.d.ts +25 -0
- package/src/com/controlresell/models/items/ItemFiltersContext.d.ts +250 -0
- package/src/com/controlresell/models/items/ItemFiltersContext.js +40 -0
- package/src/com/controlresell/models/items/ItemFiltersContext.js.map +1 -0
- package/src/com/controlresell/models/items/ItemFiltersContext.ts +41 -0
- package/src/com/controlresell/models/items/ItemListingEnumValue.d.ts +25 -0
- package/src/com/controlresell/models/items/ItemPayload.d.ts +121 -0
- package/src/com/controlresell/models/items/ItemPayload.d.ts.map +1 -0
- package/src/com/controlresell/models/items/ItemPayload.js +34 -0
- package/src/com/controlresell/models/items/ItemPayload.js.map +1 -0
- package/src/com/controlresell/models/items/ItemPayload.ts +35 -0
- package/src/com/controlresell/models/items/ItemSoldPayload.d.ts +19 -0
- package/src/com/controlresell/models/items/ItemUpdate.d.ts +3129 -0
- package/src/com/controlresell/models/items/ItemUpdate.d.ts.map +1 -0
- package/src/com/controlresell/models/items/ItemUpdate.js +8 -0
- package/src/com/controlresell/models/items/ItemUpdate.js.map +1 -0
- package/src/com/controlresell/models/items/ItemUpdate.ts +9 -0
- package/src/com/controlresell/models/items/UpdatedItem.d.ts +5601 -0
- package/src/com/controlresell/models/items/analysis/ItemAnalysisCompletion.d.ts +34 -0
- package/src/com/controlresell/models/items/analysis/ItemAnalysisRequest.d.ts +76 -0
- package/src/com/controlresell/models/items/analysis/ItemAnalysisRequest.js +8 -0
- package/src/com/controlresell/models/items/analysis/ItemAnalysisRequest.js.map +1 -0
- package/src/com/controlresell/models/items/analysis/ItemAnalysisRequest.ts +9 -0
- package/src/com/controlresell/models/items/fields/ItemField.d.ts +16 -0
- package/src/com/controlresell/models/items/fields/ItemField.d.ts.map +1 -0
- package/src/com/controlresell/models/items/fields/ItemField.js +7 -0
- package/src/com/controlresell/models/items/fields/ItemField.js.map +1 -0
- package/src/com/controlresell/models/items/fields/ItemField.ts +8 -0
- package/src/com/controlresell/models/items/fields/ItemFieldPayload.d.ts +13 -0
- package/src/com/controlresell/models/items/fields/ItemFieldPayload.d.ts.map +1 -0
- package/src/com/controlresell/models/items/fields/ItemFieldPayload.js +6 -0
- package/src/com/controlresell/models/items/fields/ItemFieldPayload.js.map +1 -0
- package/src/com/controlresell/models/items/fields/ItemFieldPayload.ts +7 -0
- package/src/com/controlresell/models/items/files/ItemFile.d.ts +49 -0
- package/src/com/controlresell/models/items/files/ItemFile.d.ts.map +1 -0
- package/src/com/controlresell/models/items/files/ItemFile.js +9 -0
- package/src/com/controlresell/models/items/files/ItemFile.js.map +1 -0
- package/src/com/controlresell/models/items/files/ItemFile.ts +10 -0
- package/src/com/controlresell/models/items/history/CreateItemHistoryPayload.d.ts +1540 -0
- package/src/com/controlresell/models/items/history/ItemHistory.d.ts +1552 -0
- package/src/com/controlresell/models/items/history/ItemHistory.d.ts.map +1 -0
- package/src/com/controlresell/models/items/history/ItemHistory.js +15 -0
- package/src/com/controlresell/models/items/history/ItemHistory.js.map +1 -0
- package/src/com/controlresell/models/items/history/ItemHistory.ts +16 -0
- package/src/com/controlresell/models/items/history/ItemHistoryDecodedPayload.d.ts +2280 -0
- package/src/com/controlresell/models/items/history/ItemHistoryTypeWithCount.d.ts +13 -0
- package/src/com/controlresell/models/items/history/data/ItemHistoryFailedToPublishPayload.d.ts +42 -0
- package/src/com/controlresell/models/items/history/data/ItemHistoryImportedPayload.d.ts +220 -0
- package/src/com/controlresell/models/items/history/data/ItemHistoryLifecycleStartedPayload.d.ts +13 -0
- package/src/com/controlresell/models/items/history/data/ItemHistoryRepublishingPayload.js +12 -0
- package/src/com/controlresell/models/items/history/data/ItemHistoryRepublishingPayload.js.map +1 -0
- package/src/com/controlresell/models/items/history/data/ItemHistoryRepublishingPayload.ts +13 -0
- package/src/com/controlresell/models/items/history/data/ItemHistoryRepublishingRetryPayload.d.ts +78 -0
- package/src/com/controlresell/models/items/history/data/ItemHistoryRepublishingRetryPayload.js +14 -0
- package/src/com/controlresell/models/items/history/data/ItemHistoryRepublishingRetryPayload.js.map +1 -0
- package/src/com/controlresell/models/items/history/data/ItemHistoryRepublishingRetryPayload.ts +15 -0
- package/src/com/controlresell/models/items/history/data/ItemHistoryScheduledRetryPayload.d.ts +45 -0
- package/src/com/controlresell/models/items/history/data/ItemHistoryUpdatingPayload.d.ts +141 -0
- package/src/com/controlresell/models/items/labels/CreateItemLabelPayload.d.ts +10 -0
- package/src/com/controlresell/models/items/labels/CreateItemLabelPayload.d.ts.map +1 -0
- package/src/com/controlresell/models/items/labels/CreateItemLabelPayload.js +5 -0
- package/src/com/controlresell/models/items/labels/CreateItemLabelPayload.js.map +1 -0
- package/src/com/controlresell/models/items/labels/CreateItemLabelPayload.ts +6 -0
- package/src/com/controlresell/models/items/labels/ItemLabel.d.ts +56 -0
- package/src/com/controlresell/models/items/labels/ItemLabel.d.ts.map +1 -0
- package/src/com/controlresell/models/items/labels/ItemLabel.js +8 -0
- package/src/com/controlresell/models/items/labels/ItemLabel.js.map +1 -0
- package/src/com/controlresell/models/items/labels/ItemLabel.ts +9 -0
- package/src/com/controlresell/models/items/platforms/CreateItemOnPlatformPayload.d.ts +31 -0
- package/src/com/controlresell/models/items/platforms/ItemOnPlatform.d.ts +125 -0
- package/src/com/controlresell/models/items/platforms/ItemOnPlatform.d.ts.map +1 -0
- package/src/com/controlresell/models/items/platforms/ItemOnPlatform.js +20 -0
- package/src/com/controlresell/models/items/platforms/ItemOnPlatform.js.map +1 -0
- package/src/com/controlresell/models/items/platforms/ItemOnPlatform.ts +21 -0
- package/src/com/controlresell/models/items/platforms/ItemOnPlatformUpdateRequest.d.ts +299 -0
- package/src/com/controlresell/models/items/platforms/ItemOnPlatformUpdateRequest.js +8 -0
- package/src/com/controlresell/models/items/platforms/ItemOnPlatformUpdateRequest.js.map +1 -0
- package/src/com/controlresell/models/items/platforms/ItemOnPlatformUpdateRequest.ts +9 -0
- package/src/com/controlresell/models/items/platforms/UpdateItemOnPlatformPayload.d.ts +25 -0
- package/src/com/controlresell/models/items/summary/InvestmentSummary.d.ts +119 -0
- package/src/com/controlresell/models/items/summary/InvestmentSummaryBreakdown.d.ts +19 -0
- package/src/com/controlresell/models/metadata/PackageSizesAndStatuses.d.ts +53 -0
- package/src/com/controlresell/models/metadata/brands/Brand.d.ts +22 -0
- package/src/com/controlresell/models/metadata/categories/CatalogRoot.d.ts +40 -0
- package/src/com/controlresell/models/metadata/categories/Category.d.ts +22 -0
- package/src/com/controlresell/models/metadata/colors/Color.d.ts +13 -0
- package/src/com/controlresell/models/metadata/colors/ColorRoot.d.ts +25 -0
- package/src/com/controlresell/models/metadata/labels/Label.d.ts +28 -0
- package/src/com/controlresell/models/metadata/labels/Label.d.ts.map +1 -0
- package/src/com/controlresell/models/metadata/labels/Label.js +11 -0
- package/src/com/controlresell/models/metadata/labels/Label.js.map +1 -0
- package/src/com/controlresell/models/metadata/labels/Label.ts +12 -0
- package/src/com/controlresell/models/metadata/packagesizes/PackageSize.d.ts +16 -0
- package/src/com/controlresell/models/metadata/places/Place.d.ts +22 -0
- package/src/com/controlresell/models/metadata/places/Place.d.ts.map +1 -0
- package/src/com/controlresell/models/metadata/places/Place.js +9 -0
- package/src/com/controlresell/models/metadata/places/Place.js.map +1 -0
- package/src/com/controlresell/models/metadata/places/Place.ts +10 -0
- package/src/com/controlresell/models/metadata/platforms/BatchUpsertPlatformBrandsPayload.d.ts +43 -0
- package/src/com/controlresell/models/metadata/platforms/BatchUpsertPlatformCategoriesPayload.d.ts +53 -0
- package/src/com/controlresell/models/metadata/platforms/BatchUpsertPlatformEnumsPayload.d.ts +48 -0
- package/src/com/controlresell/models/metadata/platforms/BatchUpsertPlatformSizesPayload.d.ts +58 -0
- package/src/com/controlresell/models/metadata/platforms/CreateItemListingForPlatformPayload.d.ts +61 -0
- package/src/com/controlresell/models/metadata/platforms/CreateItemListingForPlatformPayload.js +18 -0
- package/src/com/controlresell/models/metadata/platforms/CreateItemListingForPlatformPayload.js.map +1 -0
- package/src/com/controlresell/models/metadata/platforms/CreateItemListingForPlatformPayload.ts +19 -0
- package/src/com/controlresell/models/metadata/platforms/ItemListingForPlatform.d.ts +90 -0
- package/src/com/controlresell/models/metadata/platforms/ItemListingForPlatform.js +21 -0
- package/src/com/controlresell/models/metadata/platforms/ItemListingForPlatform.js.map +1 -0
- package/src/com/controlresell/models/metadata/platforms/ItemListingForPlatform.ts +22 -0
- package/src/com/controlresell/models/metadata/platforms/PlatformBrand.d.ts +28 -0
- package/src/com/controlresell/models/metadata/platforms/PlatformBrandPayload.d.ts +22 -0
- package/src/com/controlresell/models/metadata/platforms/PlatformCategory.d.ts +34 -0
- package/src/com/controlresell/models/metadata/platforms/PlatformCategoryPayload.d.ts +28 -0
- package/src/com/controlresell/models/metadata/platforms/PlatformEnum.d.ts +31 -0
- package/src/com/controlresell/models/metadata/platforms/PlatformEnumPayload.d.ts +25 -0
- package/src/com/controlresell/models/metadata/platforms/PlatformMaterial.d.ts +31 -0
- package/src/com/controlresell/models/metadata/platforms/PlatformSize.d.ts +37 -0
- package/src/com/controlresell/models/metadata/platforms/PlatformSizePayload.d.ts +31 -0
- package/src/com/controlresell/models/metadata/platforms/UpdateItemListingForPlatformPayload.d.ts +55 -0
- package/src/com/controlresell/models/metadata/platforms/UpdateItemListingForPlatformPayload.js +16 -0
- package/src/com/controlresell/models/metadata/platforms/UpdateItemListingForPlatformPayload.js.map +1 -0
- package/src/com/controlresell/models/metadata/platforms/UpdateItemListingForPlatformPayload.ts +17 -0
- package/src/com/controlresell/models/metadata/sizes/Size.d.ts +16 -0
- package/src/com/controlresell/models/metadata/sizes/SizeGroup.d.ts +39 -0
- package/src/com/controlresell/models/metadata/sizes/SizeRoot.d.ts +63 -0
- package/src/com/controlresell/models/metadata/statuses/Status.d.ts +16 -0
- package/src/com/controlresell/models/notifications/CreateNotificationTokenPayloadWithUser.d.ts +23 -0
- package/src/com/controlresell/models/notifications/NotificationPreference.d.ts +19 -0
- package/src/com/controlresell/models/notifications/NotificationToken.d.ts +16 -0
- package/src/com/controlresell/models/onboardingquiz/OnboardingQuizResponse.d.ts +2 -2
- package/src/com/controlresell/models/platforms/labels/OrderLabel.d.ts +23 -23
- package/src/com/controlresell/models/platforms/labels/OrderLabel.js +1 -1
- package/src/com/controlresell/models/platforms/labels/OrderLabel.js.map +1 -1
- package/src/com/controlresell/models/platforms/labels/OrderLabel.ts +1 -1
- package/src/com/controlresell/models/platforms/orders/Order.d.ts +603 -97
- package/src/com/controlresell/models/platforms/orders/Order.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/Order.js +2 -0
- package/src/com/controlresell/models/platforms/orders/Order.js.map +1 -1
- package/src/com/controlresell/models/platforms/orders/Order.ts +2 -0
- package/src/com/controlresell/models/platforms/orders/OrderFiltersContext.d.ts +2 -2
- package/src/com/controlresell/models/platforms/orders/OrderFiltersContext.js +1 -1
- package/src/com/controlresell/models/platforms/orders/OrderFiltersContext.js.map +1 -1
- package/src/com/controlresell/models/platforms/orders/OrderFiltersContext.ts +1 -1
- package/src/com/controlresell/models/platforms/orders/OrderLabelUpdate.d.ts +40 -40
- package/src/com/controlresell/models/platforms/orders/OrderLabelUpdate.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/OrderLabelUpdate.js +1 -2
- package/src/com/controlresell/models/platforms/orders/OrderLabelUpdate.js.map +1 -1
- package/src/com/controlresell/models/platforms/orders/OrderLabelUpdate.ts +1 -2
- package/src/com/controlresell/models/platforms/orders/OrderOnPlatformUpdateRequest.d.ts +9 -9
- package/src/com/controlresell/models/platforms/orders/OrderOnPlatformUpdateRequest.js +1 -1
- package/src/com/controlresell/models/platforms/orders/OrderOnPlatformUpdateRequest.js.map +1 -1
- package/src/com/controlresell/models/platforms/orders/OrderOnPlatformUpdateRequest.ts +1 -1
- package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts +1896 -1078
- package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/items/ItemInOrder.d.ts +30 -30
- package/src/com/controlresell/models/platforms/orders/items/ItemInOrder.js +1 -1
- package/src/com/controlresell/models/platforms/orders/items/ItemInOrder.js.map +1 -1
- package/src/com/controlresell/models/platforms/orders/items/ItemInOrder.ts +1 -1
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts +1487 -825
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/pickups/CreatePickupPointPayload.d.ts +4 -4
- package/src/com/controlresell/models/platforms/pickups/PickupPoint.d.ts +6 -6
- package/src/com/controlresell/models/platforms/pickups/PickupPointInOrder.d.ts +12 -12
- package/src/com/controlresell/models/platforms/pickups/UpdatePickupPointPayload.d.ts +4 -4
- package/src/com/controlresell/models/subscriptions/ActiveLevel.d.ts +2 -2
- package/src/com/controlresell/models/subscriptions/SubscriptionChangedEvent.d.ts +4 -4
- package/src/com/controlresell/models/subscriptions/SubscriptionHistory.d.ts +12 -12
- package/src/com/controlresell/models/subscriptions/UserLimits.d.ts +4 -4
- package/src/com/controlresell/models/transactions/Transaction.d.ts +288 -0
- package/src/com/controlresell/models/transactions/items/ItemInTransaction.d.ts +195 -0
- package/src/com/controlresell/models/transactions/items/ItemInTransaction.js +8 -0
- package/src/com/controlresell/models/transactions/items/ItemInTransaction.js.map +1 -0
- package/src/com/controlresell/models/transactions/items/ItemInTransaction.ts +9 -0
- package/src/com/controlresell/models/transactions/items/TransactionWithItems.d.ts +3494 -0
- package/src/com/controlresell/models/transactions/items/TransactionWithItems.js +8 -0
- package/src/com/controlresell/models/transactions/items/TransactionWithItems.js.map +1 -0
- package/src/com/controlresell/models/transactions/items/TransactionWithItems.ts +9 -0
- package/src/com/controlresell/models/users/UpdateUserPayload.d.ts +4 -4
- package/src/com/controlresell/models/users/User.d.ts +30 -30
- package/src/com/controlresell/models/users/User.d.ts.map +1 -1
- package/src/com/controlresell/models/users/User.js +1 -2
- package/src/com/controlresell/models/users/User.js.map +1 -1
- package/src/com/controlresell/models/users/User.ts +1 -2
- package/src/com/controlresell/models/users/fields/Field.d.ts +6 -6
- package/src/com/controlresell/models/users/fields/Field.d.ts.map +1 -1
- package/src/com/controlresell/models/users/fields/Field.js +2 -3
- package/src/com/controlresell/models/users/fields/Field.js.map +1 -1
- package/src/com/controlresell/models/users/fields/Field.ts +2 -3
- package/src/com/controlresell/models/users/fields/FieldsWithData.d.ts +10 -10
- package/src/com/controlresell/models/users/platforms/CreateUserOnPlatformPayload.d.ts +16 -0
- package/src/com/controlresell/models/users/platforms/PlatformAuthRequest.d.ts +9 -9
- package/src/com/controlresell/models/users/platforms/PlatformAuthRequest.js +1 -1
- package/src/com/controlresell/models/users/platforms/PlatformAuthRequest.js.map +1 -1
- package/src/com/controlresell/models/users/platforms/PlatformAuthRequest.ts +1 -1
- package/src/com/controlresell/models/users/platforms/PlatformJobUpdate.d.ts +9 -9
- package/src/com/controlresell/models/users/platforms/PlatformJobUpdate.js +1 -1
- package/src/com/controlresell/models/users/platforms/PlatformJobUpdate.js.map +1 -1
- package/src/com/controlresell/models/users/platforms/PlatformJobUpdate.ts +1 -1
- package/src/com/controlresell/models/users/platforms/UserOnPlatform.d.ts +52 -0
- package/src/com/controlresell/models/users/platforms/UserOnPlatform.d.ts.map +1 -0
- package/src/com/controlresell/models/users/platforms/UserOnPlatform.js +17 -0
- package/src/com/controlresell/models/users/platforms/UserOnPlatform.js.map +1 -0
- package/src/com/controlresell/models/users/platforms/UserOnPlatform.ts +18 -0
- package/src/com/controlresell/models/users/ws/ResourceUpdate.d.ts +85 -85
- package/src/com/controlresell/models/users/ws/ResourceUpdate.d.ts.map +1 -1
- package/src/com/controlresell/models/users/ws/ResourceUpdate.js +1 -2
- package/src/com/controlresell/models/users/ws/ResourceUpdate.js.map +1 -1
- package/src/com/controlresell/models/users/ws/ResourceUpdate.ts +1 -2
- package/src/com/controlresell/models/users/ws/UserLimitsUpdate.d.ts +6 -6
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts +1837 -1837
- package/src/com/controlresell/models/users/ws/UserWsPayload.js +2 -2
- package/src/com/controlresell/models/users/ws/UserWsPayload.js.map +1 -1
- package/src/com/controlresell/models/users/ws/UserWsPayload.ts +2 -2
- package/src/com/controlresell/models/users/ws/UserWsResourcePayload.d.ts +112 -112
- package/src/com/controlresell/models/users/ws/UserWsResourcePayload.js +10 -10
- package/src/com/controlresell/models/users/ws/UserWsResourcePayload.js.map +1 -1
- package/src/com/controlresell/models/users/ws/UserWsResourcePayload.ts +10 -10
- package/src/index.d.ts +193 -178
- package/src/index.d.ts.map +1 -1
- package/src/index.js +193 -178
- package/src/index.js.map +1 -1
- package/src/index.ts +193 -178
- package/src/com/controlresell/auth/models/preferences/PreferenceFilter.d.ts +0 -137
- package/src/com/controlresell/auth/models/preferences/PreferenceFilter.js +0 -10
- package/src/com/controlresell/auth/models/preferences/PreferenceFilter.js.map +0 -1
- package/src/com/controlresell/auth/models/preferences/PreferenceFilter.ts +0 -11
- package/src/com/controlresell/auth/models/preferences/filters/MatchingItem.d.ts +0 -31
- package/src/com/controlresell/auth/models/preferences/filters/MatchingItem.d.ts.map +0 -1
- package/src/com/controlresell/auth/models/preferences/filters/MatchingItem.js +0 -13
- package/src/com/controlresell/auth/models/preferences/filters/MatchingItem.js.map +0 -1
- package/src/com/controlresell/auth/models/preferences/filters/MatchingItem.ts +0 -14
- package/src/com/controlresell/auth/models/users/platforms/CreateUserOnPlatformPayload.d.ts +0 -16
- package/src/com/controlresell/auth/models/users/platforms/UserOnPlatform.d.ts +0 -52
- package/src/com/controlresell/auth/models/users/platforms/UserOnPlatform.d.ts.map +0 -1
- package/src/com/controlresell/auth/models/users/platforms/UserOnPlatform.js +0 -18
- package/src/com/controlresell/auth/models/users/platforms/UserOnPlatform.js.map +0 -1
- package/src/com/controlresell/auth/models/users/platforms/UserOnPlatform.ts +0 -19
- package/src/com/controlresell/inbox/models/conversations/Conversation.d.ts +0 -487
- package/src/com/controlresell/inbox/models/conversations/Conversation.js +0 -16
- package/src/com/controlresell/inbox/models/conversations/Conversation.js.map +0 -1
- package/src/com/controlresell/inbox/models/conversations/Conversation.ts +0 -17
- package/src/com/controlresell/inbox/models/conversations/ConversationFiltersContext.d.ts +0 -22
- package/src/com/controlresell/inbox/models/conversations/ConversationOnPlatformUpdateRequest.d.ts +0 -925
- package/src/com/controlresell/inbox/models/conversations/ConversationOnPlatformUpdateRequest.js +0 -8
- package/src/com/controlresell/inbox/models/conversations/ConversationOnPlatformUpdateRequest.js.map +0 -1
- package/src/com/controlresell/inbox/models/conversations/ConversationOnPlatformUpdateRequest.ts +0 -9
- package/src/com/controlresell/inbox/models/conversations/ConversationUpdate.d.ts +0 -950
- package/src/com/controlresell/inbox/models/conversations/ConversationUpdate.d.ts.map +0 -1
- package/src/com/controlresell/inbox/models/conversations/ConversationUpdate.js +0 -10
- package/src/com/controlresell/inbox/models/conversations/ConversationUpdate.js.map +0 -1
- package/src/com/controlresell/inbox/models/conversations/ConversationUpdate.ts +0 -11
- package/src/com/controlresell/inbox/models/conversations/UserConversations.d.ts +0 -689
- package/src/com/controlresell/inbox/models/favorites/ConversationFavorite.d.ts +0 -110
- package/src/com/controlresell/inbox/models/favorites/ConversationFavorite.js +0 -14
- package/src/com/controlresell/inbox/models/favorites/ConversationFavorite.js.map +0 -1
- package/src/com/controlresell/inbox/models/favorites/ConversationFavorite.ts +0 -15
- package/src/com/controlresell/inbox/models/favorites/ReportRateLimitOnFavorites.d.ts +0 -164
- package/src/com/controlresell/inbox/models/favorites/SubmitFavoritesRequest.d.ts +0 -41
- package/src/com/controlresell/inbox/models/favorites/SubmitFavoritesResponse.d.ts +0 -164
- package/src/com/controlresell/inbox/models/messages/ConversationMessage.d.ts +0 -203
- package/src/com/controlresell/inbox/models/messages/ConversationMessageRequest.d.ts +0 -19
- package/src/com/controlresell/inbox/models/messages/CreateConversationMessagePayload.d.ts +0 -28
- package/src/com/controlresell/inbox/models/messages/PaginatedConversationMessages.d.ts +0 -304
- package/src/com/controlresell/inbox/models/messages/UpdateConversationMessagePayload.d.ts +0 -19
- package/src/com/controlresell/inbox/models/messages/files/ConversationMessageFile.d.ts +0 -49
- package/src/com/controlresell/inbox/models/messages/files/ConversationMessageFile.js +0 -9
- package/src/com/controlresell/inbox/models/messages/files/ConversationMessageFile.js.map +0 -1
- package/src/com/controlresell/inbox/models/messages/files/ConversationMessageFile.ts +0 -10
- package/src/com/controlresell/inbox/models/messages/summary/ConversationSummary.d.ts +0 -119
- package/src/com/controlresell/inbox/models/messages/summary/ConversationSummaryBreakdown.d.ts +0 -19
- package/src/com/controlresell/inbox/models/offers/ConversationOfferRequest.d.ts +0 -19
- package/src/com/controlresell/inbox/models/offers/NegotiationParameters.d.ts +0 -19
- package/src/com/controlresell/inbox/models/preferences/MessageStreamResponse.d.ts +0 -2072
- package/src/com/controlresell/inbox/models/transactions/Transaction.d.ts +0 -288
- package/src/com/controlresell/inbox/models/transactions/items/ItemInTransaction.d.ts +0 -195
- package/src/com/controlresell/inbox/models/transactions/items/ItemInTransaction.js +0 -8
- package/src/com/controlresell/inbox/models/transactions/items/ItemInTransaction.js.map +0 -1
- package/src/com/controlresell/inbox/models/transactions/items/ItemInTransaction.ts +0 -9
- package/src/com/controlresell/inbox/models/transactions/items/TransactionWithItems.d.ts +0 -3494
- package/src/com/controlresell/inbox/models/transactions/items/TransactionWithItems.js +0 -8
- package/src/com/controlresell/inbox/models/transactions/items/TransactionWithItems.js.map +0 -1
- package/src/com/controlresell/inbox/models/transactions/items/TransactionWithItems.ts +0 -9
- package/src/com/controlresell/inbox/models/users/ConversationUser.d.ts +0 -64
- package/src/com/controlresell/inbox/models/users/ConversationUser.js +0 -14
- package/src/com/controlresell/inbox/models/users/ConversationUser.js.map +0 -1
- package/src/com/controlresell/inbox/models/users/ConversationUser.ts +0 -15
- package/src/com/controlresell/inventory/models/application/ControlResellInventoryEnvironment.d.ts +0 -4
- package/src/com/controlresell/inventory/models/application/ControlResellInventoryEnvironment.d.ts.map +0 -1
- package/src/com/controlresell/inventory/models/application/ControlResellInventoryEnvironment.js +0 -5
- package/src/com/controlresell/inventory/models/application/ControlResellInventoryEnvironment.js.map +0 -1
- package/src/com/controlresell/inventory/models/application/ControlResellInventoryEnvironment.ts +0 -6
- package/src/com/controlresell/inventory/models/fees/Fee.d.ts +0 -49
- package/src/com/controlresell/inventory/models/fees/Fee.d.ts.map +0 -1
- package/src/com/controlresell/inventory/models/fees/Fee.js +0 -20
- package/src/com/controlresell/inventory/models/fees/Fee.js.map +0 -1
- package/src/com/controlresell/inventory/models/fees/Fee.ts +0 -21
- package/src/com/controlresell/inventory/models/items/CreatedItems.d.ts +0 -5601
- package/src/com/controlresell/inventory/models/items/Item.d.ts +0 -4492
- package/src/com/controlresell/inventory/models/items/Item.d.ts.map +0 -1
- package/src/com/controlresell/inventory/models/items/Item.js +0 -47
- package/src/com/controlresell/inventory/models/items/Item.js.map +0 -1
- package/src/com/controlresell/inventory/models/items/Item.ts +0 -48
- package/src/com/controlresell/inventory/models/items/ItemFiltersContext.d.ts +0 -250
- package/src/com/controlresell/inventory/models/items/ItemFiltersContext.js +0 -40
- package/src/com/controlresell/inventory/models/items/ItemFiltersContext.js.map +0 -1
- package/src/com/controlresell/inventory/models/items/ItemFiltersContext.ts +0 -41
- package/src/com/controlresell/inventory/models/items/ItemPayload.d.ts +0 -121
- package/src/com/controlresell/inventory/models/items/ItemPayload.d.ts.map +0 -1
- package/src/com/controlresell/inventory/models/items/ItemPayload.js +0 -35
- package/src/com/controlresell/inventory/models/items/ItemPayload.js.map +0 -1
- package/src/com/controlresell/inventory/models/items/ItemPayload.ts +0 -36
- package/src/com/controlresell/inventory/models/items/ItemSoldPayload.d.ts +0 -19
- package/src/com/controlresell/inventory/models/items/ItemUpdate.d.ts +0 -3129
- package/src/com/controlresell/inventory/models/items/ItemUpdate.d.ts.map +0 -1
- package/src/com/controlresell/inventory/models/items/ItemUpdate.js +0 -9
- package/src/com/controlresell/inventory/models/items/ItemUpdate.js.map +0 -1
- package/src/com/controlresell/inventory/models/items/ItemUpdate.ts +0 -10
- package/src/com/controlresell/inventory/models/items/UpdatedItem.d.ts +0 -5601
- package/src/com/controlresell/inventory/models/items/analysis/ItemAnalysisCompletion.d.ts +0 -34
- package/src/com/controlresell/inventory/models/items/analysis/ItemAnalysisRequest.d.ts +0 -76
- package/src/com/controlresell/inventory/models/items/analysis/ItemAnalysisRequest.js +0 -8
- package/src/com/controlresell/inventory/models/items/analysis/ItemAnalysisRequest.js.map +0 -1
- package/src/com/controlresell/inventory/models/items/analysis/ItemAnalysisRequest.ts +0 -9
- package/src/com/controlresell/inventory/models/items/fields/ItemField.d.ts +0 -16
- package/src/com/controlresell/inventory/models/items/fields/ItemField.d.ts.map +0 -1
- package/src/com/controlresell/inventory/models/items/fields/ItemField.js +0 -8
- package/src/com/controlresell/inventory/models/items/fields/ItemField.js.map +0 -1
- package/src/com/controlresell/inventory/models/items/fields/ItemField.ts +0 -9
- package/src/com/controlresell/inventory/models/items/fields/ItemFieldPayload.d.ts +0 -13
- package/src/com/controlresell/inventory/models/items/fields/ItemFieldPayload.d.ts.map +0 -1
- package/src/com/controlresell/inventory/models/items/fields/ItemFieldPayload.js +0 -7
- package/src/com/controlresell/inventory/models/items/fields/ItemFieldPayload.js.map +0 -1
- package/src/com/controlresell/inventory/models/items/fields/ItemFieldPayload.ts +0 -8
- package/src/com/controlresell/inventory/models/items/files/ItemFile.d.ts +0 -49
- package/src/com/controlresell/inventory/models/items/files/ItemFile.d.ts.map +0 -1
- package/src/com/controlresell/inventory/models/items/files/ItemFile.js +0 -10
- package/src/com/controlresell/inventory/models/items/files/ItemFile.js.map +0 -1
- package/src/com/controlresell/inventory/models/items/files/ItemFile.ts +0 -11
- package/src/com/controlresell/inventory/models/items/history/CreateItemHistoryPayload.d.ts +0 -1540
- package/src/com/controlresell/inventory/models/items/history/ItemHistory.d.ts +0 -1552
- package/src/com/controlresell/inventory/models/items/history/ItemHistory.d.ts.map +0 -1
- package/src/com/controlresell/inventory/models/items/history/ItemHistory.js +0 -16
- package/src/com/controlresell/inventory/models/items/history/ItemHistory.js.map +0 -1
- package/src/com/controlresell/inventory/models/items/history/ItemHistory.ts +0 -17
- package/src/com/controlresell/inventory/models/items/history/ItemHistoryDecodedPayload.d.ts +0 -2280
- package/src/com/controlresell/inventory/models/items/history/ItemHistoryTypeWithCount.d.ts +0 -13
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryFailedToPublishPayload.d.ts +0 -42
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryImportedPayload.d.ts +0 -220
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryLifecycleStartedPayload.d.ts +0 -13
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryRepublishingPayload.js +0 -12
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryRepublishingPayload.js.map +0 -1
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryRepublishingPayload.ts +0 -13
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryRepublishingRetryPayload.d.ts +0 -78
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryRepublishingRetryPayload.js +0 -14
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryRepublishingRetryPayload.js.map +0 -1
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryRepublishingRetryPayload.ts +0 -15
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryScheduledRetryPayload.d.ts +0 -45
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryUpdatingPayload.d.ts +0 -141
- package/src/com/controlresell/inventory/models/items/labels/CreateItemLabelPayload.d.ts +0 -10
- package/src/com/controlresell/inventory/models/items/labels/CreateItemLabelPayload.d.ts.map +0 -1
- package/src/com/controlresell/inventory/models/items/labels/CreateItemLabelPayload.js +0 -6
- package/src/com/controlresell/inventory/models/items/labels/CreateItemLabelPayload.js.map +0 -1
- package/src/com/controlresell/inventory/models/items/labels/CreateItemLabelPayload.ts +0 -7
- package/src/com/controlresell/inventory/models/items/labels/ItemLabel.d.ts +0 -56
- package/src/com/controlresell/inventory/models/items/labels/ItemLabel.d.ts.map +0 -1
- package/src/com/controlresell/inventory/models/items/labels/ItemLabel.js +0 -9
- package/src/com/controlresell/inventory/models/items/labels/ItemLabel.js.map +0 -1
- package/src/com/controlresell/inventory/models/items/labels/ItemLabel.ts +0 -10
- package/src/com/controlresell/inventory/models/items/platforms/CreateItemOnPlatformPayload.d.ts +0 -31
- package/src/com/controlresell/inventory/models/items/platforms/ItemOnPlatform.d.ts +0 -125
- package/src/com/controlresell/inventory/models/items/platforms/ItemOnPlatform.d.ts.map +0 -1
- package/src/com/controlresell/inventory/models/items/platforms/ItemOnPlatform.js +0 -21
- package/src/com/controlresell/inventory/models/items/platforms/ItemOnPlatform.js.map +0 -1
- package/src/com/controlresell/inventory/models/items/platforms/ItemOnPlatform.ts +0 -22
- package/src/com/controlresell/inventory/models/items/platforms/ItemOnPlatformUpdateRequest.d.ts +0 -299
- package/src/com/controlresell/inventory/models/items/platforms/ItemOnPlatformUpdateRequest.js +0 -8
- package/src/com/controlresell/inventory/models/items/platforms/ItemOnPlatformUpdateRequest.js.map +0 -1
- package/src/com/controlresell/inventory/models/items/platforms/ItemOnPlatformUpdateRequest.ts +0 -9
- package/src/com/controlresell/inventory/models/items/platforms/UpdateItemOnPlatformPayload.d.ts +0 -25
- package/src/com/controlresell/inventory/models/items/summary/InvestmentSummary.d.ts +0 -119
- package/src/com/controlresell/inventory/models/items/summary/InvestmentSummaryBreakdown.d.ts +0 -19
- package/src/com/controlresell/inventory/models/metadata/PackageSizesAndStatuses.d.ts +0 -53
- package/src/com/controlresell/inventory/models/metadata/brands/Brand.d.ts +0 -22
- package/src/com/controlresell/inventory/models/metadata/categories/CatalogRoot.d.ts +0 -40
- package/src/com/controlresell/inventory/models/metadata/categories/Category.d.ts +0 -22
- package/src/com/controlresell/inventory/models/metadata/colors/Color.d.ts +0 -13
- package/src/com/controlresell/inventory/models/metadata/colors/ColorRoot.d.ts +0 -25
- package/src/com/controlresell/inventory/models/metadata/labels/Label.d.ts +0 -28
- package/src/com/controlresell/inventory/models/metadata/labels/Label.d.ts.map +0 -1
- package/src/com/controlresell/inventory/models/metadata/labels/Label.js +0 -12
- package/src/com/controlresell/inventory/models/metadata/labels/Label.js.map +0 -1
- package/src/com/controlresell/inventory/models/metadata/labels/Label.ts +0 -13
- package/src/com/controlresell/inventory/models/metadata/packagesizes/PackageSize.d.ts +0 -16
- package/src/com/controlresell/inventory/models/metadata/places/Place.d.ts +0 -22
- package/src/com/controlresell/inventory/models/metadata/places/Place.d.ts.map +0 -1
- package/src/com/controlresell/inventory/models/metadata/places/Place.js +0 -10
- package/src/com/controlresell/inventory/models/metadata/places/Place.js.map +0 -1
- package/src/com/controlresell/inventory/models/metadata/places/Place.ts +0 -11
- package/src/com/controlresell/inventory/models/metadata/sizes/Size.d.ts +0 -16
- package/src/com/controlresell/inventory/models/metadata/sizes/SizeGroup.d.ts +0 -39
- package/src/com/controlresell/inventory/models/metadata/sizes/SizeRoot.d.ts +0 -63
- package/src/com/controlresell/inventory/models/metadata/statuses/Status.d.ts +0 -16
- package/src/com/controlresell/items/models/ItemEnumValue.d.ts +0 -25
- package/src/com/controlresell/items/models/ItemListingEnumValue.d.ts +0 -25
- package/src/com/controlresell/models/users/Wallet.d.ts +0 -16
- package/src/com/controlresell/models/users/Wallet.d.ts.map +0 -1
- package/src/com/controlresell/models/users/Wallet.js +0 -7
- package/src/com/controlresell/models/users/Wallet.js.map +0 -1
- package/src/com/controlresell/models/users/Wallet.ts +0 -8
- package/src/com/controlresell/notify/models/notifications/CreateNotificationTokenPayloadWithUser.d.ts +0 -23
- package/src/com/controlresell/notify/models/notifications/NotificationPreference.d.ts +0 -19
- package/src/com/controlresell/notify/models/notifications/NotificationToken.d.ts +0 -16
- package/src/com/controlresell/platforms/models/BatchUpsertPlatformBrandsPayload.d.ts +0 -43
- package/src/com/controlresell/platforms/models/BatchUpsertPlatformCategoriesPayload.d.ts +0 -53
- package/src/com/controlresell/platforms/models/BatchUpsertPlatformEnumsPayload.d.ts +0 -48
- package/src/com/controlresell/platforms/models/BatchUpsertPlatformSizesPayload.d.ts +0 -58
- package/src/com/controlresell/platforms/models/CreateItemListingForPlatformPayload.d.ts +0 -61
- package/src/com/controlresell/platforms/models/CreateItemListingForPlatformPayload.js +0 -18
- package/src/com/controlresell/platforms/models/CreateItemListingForPlatformPayload.js.map +0 -1
- package/src/com/controlresell/platforms/models/CreateItemListingForPlatformPayload.ts +0 -19
- package/src/com/controlresell/platforms/models/ItemListingForPlatform.d.ts +0 -90
- package/src/com/controlresell/platforms/models/ItemListingForPlatform.js +0 -21
- package/src/com/controlresell/platforms/models/ItemListingForPlatform.js.map +0 -1
- package/src/com/controlresell/platforms/models/ItemListingForPlatform.ts +0 -22
- package/src/com/controlresell/platforms/models/PlatformBrand.d.ts +0 -28
- package/src/com/controlresell/platforms/models/PlatformBrandPayload.d.ts +0 -22
- package/src/com/controlresell/platforms/models/PlatformCategory.d.ts +0 -34
- package/src/com/controlresell/platforms/models/PlatformCategoryPayload.d.ts +0 -28
- package/src/com/controlresell/platforms/models/PlatformEnum.d.ts +0 -31
- package/src/com/controlresell/platforms/models/PlatformEnumPayload.d.ts +0 -25
- package/src/com/controlresell/platforms/models/PlatformMaterial.d.ts +0 -31
- package/src/com/controlresell/platforms/models/PlatformSize.d.ts +0 -37
- package/src/com/controlresell/platforms/models/PlatformSizePayload.d.ts +0 -31
- package/src/com/controlresell/platforms/models/UpdateItemListingForPlatformPayload.d.ts +0 -55
- package/src/com/controlresell/platforms/models/UpdateItemListingForPlatformPayload.js +0 -16
- package/src/com/controlresell/platforms/models/UpdateItemListingForPlatformPayload.js.map +0 -1
- package/src/com/controlresell/platforms/models/UpdateItemListingForPlatformPayload.ts +0 -17
- package/src/com/controlresell/storage/models/files/File.d.ts +0 -22
- package/src/com/controlresell/storage/models/files/File.d.ts.map +0 -1
- package/src/com/controlresell/storage/models/files/File.js +0 -10
- package/src/com/controlresell/storage/models/files/File.js.map +0 -1
- package/src/com/controlresell/storage/models/files/File.ts +0 -11
- /package/src/com/controlresell/{inbox/models/preferences → api/requests/conversations}/MessageStreamRequest.d.ts +0 -0
- /package/src/com/controlresell/{inbox/models/preferences → api/requests/conversations}/MessageStreamRequest.d.ts.map +0 -0
- /package/src/com/controlresell/{inbox/models/preferences → api/requests/conversations}/MessageStreamRequest.js +0 -0
- /package/src/com/controlresell/{inbox/models/preferences → api/requests/conversations}/MessageStreamRequest.js.map +0 -0
- /package/src/com/controlresell/{inbox/models/preferences → api/requests/conversations}/MessageStreamRequest.ts +0 -0
- /package/src/com/controlresell/{inbox/models/preferences → api/responses/conversations}/MessageStreamResponse.d.ts.map +0 -0
- /package/src/com/controlresell/{inbox/models/preferences → api/responses/conversations}/MessageStreamResponse.js +0 -0
- /package/src/com/controlresell/{inbox/models/preferences → api/responses/conversations}/MessageStreamResponse.js.map +0 -0
- /package/src/com/controlresell/{inbox/models/preferences → api/responses/conversations}/MessageStreamResponse.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models}/conversations/Conversation.d.ts.map +0 -0
- /package/src/com/controlresell/{inbox/models → models}/conversations/ConversationFiltersContext.d.ts.map +0 -0
- /package/src/com/controlresell/{inbox/models → models}/conversations/ConversationFiltersContext.js +0 -0
- /package/src/com/controlresell/{inbox/models → models}/conversations/ConversationFiltersContext.js.map +0 -0
- /package/src/com/controlresell/{inbox/models → models}/conversations/ConversationFiltersContext.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models}/conversations/ConversationOnPlatformUpdateRequest.d.ts.map +0 -0
- /package/src/com/controlresell/{inbox/models → models}/conversations/CreateConversationPayload.d.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models}/conversations/CreateConversationPayload.d.ts.map +0 -0
- /package/src/com/controlresell/{inbox/models → models}/conversations/CreateConversationPayload.js +0 -0
- /package/src/com/controlresell/{inbox/models → models}/conversations/CreateConversationPayload.js.map +0 -0
- /package/src/com/controlresell/{inbox/models → models}/conversations/CreateConversationPayload.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models}/conversations/UnreadConversationsCounts.d.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models}/conversations/UnreadConversationsCounts.d.ts.map +0 -0
- /package/src/com/controlresell/{inbox/models → models}/conversations/UnreadConversationsCounts.js +0 -0
- /package/src/com/controlresell/{inbox/models → models}/conversations/UnreadConversationsCounts.js.map +0 -0
- /package/src/com/controlresell/{inbox/models → models}/conversations/UnreadConversationsCounts.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models}/conversations/UpdateConversationPayload.d.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models}/conversations/UpdateConversationPayload.d.ts.map +0 -0
- /package/src/com/controlresell/{inbox/models → models}/conversations/UpdateConversationPayload.js +0 -0
- /package/src/com/controlresell/{inbox/models → models}/conversations/UpdateConversationPayload.js.map +0 -0
- /package/src/com/controlresell/{inbox/models → models}/conversations/UpdateConversationPayload.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models}/conversations/UserConversations.d.ts.map +0 -0
- /package/src/com/controlresell/{inbox/models → models}/conversations/UserConversations.js +0 -0
- /package/src/com/controlresell/{inbox/models → models}/conversations/UserConversations.js.map +0 -0
- /package/src/com/controlresell/{inbox/models → models}/conversations/UserConversations.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/favorites/ConversationFavorite.d.ts.map +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/favorites/CreateConversationFavoritePayload.d.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/favorites/CreateConversationFavoritePayload.d.ts.map +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/favorites/CreateConversationFavoritePayload.js +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/favorites/CreateConversationFavoritePayload.js.map +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/favorites/CreateConversationFavoritePayload.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/favorites/ReportRateLimitOnFavorites.d.ts.map +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/favorites/ReportRateLimitOnFavorites.js +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/favorites/ReportRateLimitOnFavorites.js.map +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/favorites/ReportRateLimitOnFavorites.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/favorites/SubmitFavoritesRequest.d.ts.map +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/favorites/SubmitFavoritesRequest.js +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/favorites/SubmitFavoritesRequest.js.map +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/favorites/SubmitFavoritesRequest.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/favorites/SubmitFavoritesResponse.d.ts.map +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/favorites/SubmitFavoritesResponse.js +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/favorites/SubmitFavoritesResponse.js.map +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/favorites/SubmitFavoritesResponse.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/ConversationMessage.d.ts.map +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/ConversationMessage.js +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/ConversationMessage.js.map +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/ConversationMessage.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/ConversationMessageRequest.d.ts.map +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/ConversationMessageRequest.js +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/ConversationMessageRequest.js.map +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/ConversationMessageRequest.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/ConversationMessageStatus.d.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/ConversationMessageStatus.d.ts.map +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/ConversationMessageStatus.js +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/ConversationMessageStatus.js.map +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/ConversationMessageStatus.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/CreateConversationMessagePayload.d.ts.map +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/CreateConversationMessagePayload.js +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/CreateConversationMessagePayload.js.map +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/CreateConversationMessagePayload.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/PaginatedConversationMessages.d.ts.map +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/PaginatedConversationMessages.js +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/PaginatedConversationMessages.js.map +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/PaginatedConversationMessages.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/UpdateConversationMessagePayload.d.ts.map +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/UpdateConversationMessagePayload.js +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/UpdateConversationMessagePayload.js.map +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/UpdateConversationMessagePayload.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/files/ConversationMessageFile.d.ts.map +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/files/CreateConversationMessageFilePayload.d.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/files/CreateConversationMessageFilePayload.d.ts.map +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/files/CreateConversationMessageFilePayload.js +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/files/CreateConversationMessageFilePayload.js.map +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/files/CreateConversationMessageFilePayload.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/files/UpdateConversationMessageFilePayload.d.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/files/UpdateConversationMessageFilePayload.d.ts.map +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/files/UpdateConversationMessageFilePayload.js +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/files/UpdateConversationMessageFilePayload.js.map +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/files/UpdateConversationMessageFilePayload.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/history/ConversationMessageStatusHistory.d.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/history/ConversationMessageStatusHistory.d.ts.map +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/history/ConversationMessageStatusHistory.js +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/history/ConversationMessageStatusHistory.js.map +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/history/ConversationMessageStatusHistory.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/history/CreateConversationMessageStatusHistoryPayload.d.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/history/CreateConversationMessageStatusHistoryPayload.d.ts.map +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/history/CreateConversationMessageStatusHistoryPayload.js +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/history/CreateConversationMessageStatusHistoryPayload.js.map +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/history/CreateConversationMessageStatusHistoryPayload.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/summary/ConversationSummary.d.ts.map +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/summary/ConversationSummary.js +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/summary/ConversationSummary.js.map +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/summary/ConversationSummary.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/summary/ConversationSummaryBreakdown.d.ts.map +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/summary/ConversationSummaryBreakdown.js +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/summary/ConversationSummaryBreakdown.js.map +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/summary/ConversationSummaryBreakdown.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/translations/CreateTranslatedMessagePayload.d.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/translations/CreateTranslatedMessagePayload.d.ts.map +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/translations/CreateTranslatedMessagePayload.js +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/translations/CreateTranslatedMessagePayload.js.map +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/translations/CreateTranslatedMessagePayload.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/translations/TranslatedMessage.d.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/translations/TranslatedMessage.d.ts.map +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/translations/TranslatedMessage.js +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/translations/TranslatedMessage.js.map +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/translations/TranslatedMessage.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/translations/TranslationContext.d.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/translations/TranslationContext.d.ts.map +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/translations/TranslationContext.js +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/translations/TranslationContext.js.map +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/translations/TranslationContext.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/variables/PreferenceVariable.d.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/variables/PreferenceVariable.d.ts.map +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/variables/PreferenceVariable.js +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/variables/PreferenceVariable.js.map +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/variables/PreferenceVariable.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/variables/PreferenceVariableName.d.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/variables/PreferenceVariableName.d.ts.map +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/variables/PreferenceVariableName.js +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/variables/PreferenceVariableName.js.map +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/variables/PreferenceVariableName.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/variables/PreferenceVariableTemplate.d.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/variables/PreferenceVariableTemplate.d.ts.map +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/variables/PreferenceVariableTemplate.js +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/variables/PreferenceVariableTemplate.js.map +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/messages/variables/PreferenceVariableTemplate.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/offers/ConversationMessageOffer.d.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/offers/ConversationMessageOffer.d.ts.map +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/offers/ConversationMessageOffer.js +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/offers/ConversationMessageOffer.js.map +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/offers/ConversationMessageOffer.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/offers/ConversationOfferRequest.d.ts.map +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/offers/ConversationOfferRequest.js +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/offers/ConversationOfferRequest.js.map +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/offers/ConversationOfferRequest.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/offers/ConversationOfferUpdateRequest.d.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/offers/ConversationOfferUpdateRequest.d.ts.map +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/offers/ConversationOfferUpdateRequest.js +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/offers/ConversationOfferUpdateRequest.js.map +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/offers/ConversationOfferUpdateRequest.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/offers/CreateConversationMessageOfferPayload.d.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/offers/CreateConversationMessageOfferPayload.d.ts.map +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/offers/CreateConversationMessageOfferPayload.js +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/offers/CreateConversationMessageOfferPayload.js.map +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/offers/CreateConversationMessageOfferPayload.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/offers/NegotiationOffer.d.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/offers/NegotiationOffer.d.ts.map +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/offers/NegotiationOffer.js +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/offers/NegotiationOffer.js.map +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/offers/NegotiationOffer.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/offers/NegotiationParameters.d.ts.map +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/offers/NegotiationParameters.js +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/offers/NegotiationParameters.js.map +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/offers/NegotiationParameters.ts +0 -0
- /package/src/com/controlresell/{auth/models/preferences/payloads/prices → models/conversations/offers}/PreferencePricePayload.d.ts +0 -0
- /package/src/com/controlresell/{auth/models/preferences/payloads/prices → models/conversations/offers}/PreferencePricePayload.d.ts.map +0 -0
- /package/src/com/controlresell/{auth/models/preferences/payloads/prices → models/conversations/offers}/PreferencePricePayload.js +0 -0
- /package/src/com/controlresell/{auth/models/preferences/payloads/prices → models/conversations/offers}/PreferencePricePayload.js.map +0 -0
- /package/src/com/controlresell/{auth/models/preferences/payloads/prices → models/conversations/offers}/PreferencePricePayload.ts +0 -0
- /package/src/com/controlresell/{auth/models/preferences/payloads/prices → models/conversations/offers}/PreferencePricePayloadRoundType.d.ts +0 -0
- /package/src/com/controlresell/{auth/models/preferences/payloads/prices → models/conversations/offers}/PreferencePricePayloadRoundType.d.ts.map +0 -0
- /package/src/com/controlresell/{auth/models/preferences/payloads/prices → models/conversations/offers}/PreferencePricePayloadRoundType.js +0 -0
- /package/src/com/controlresell/{auth/models/preferences/payloads/prices → models/conversations/offers}/PreferencePricePayloadRoundType.js.map +0 -0
- /package/src/com/controlresell/{auth/models/preferences/payloads/prices → models/conversations/offers}/PreferencePricePayloadRoundType.ts +0 -0
- /package/src/com/controlresell/{auth/models/preferences/payloads/prices → models/conversations/offers}/PreferencePricePayloadType.d.ts +0 -0
- /package/src/com/controlresell/{auth/models/preferences/payloads/prices → models/conversations/offers}/PreferencePricePayloadType.d.ts.map +0 -0
- /package/src/com/controlresell/{auth/models/preferences/payloads/prices → models/conversations/offers}/PreferencePricePayloadType.js +0 -0
- /package/src/com/controlresell/{auth/models/preferences/payloads/prices → models/conversations/offers}/PreferencePricePayloadType.js.map +0 -0
- /package/src/com/controlresell/{auth/models/preferences/payloads/prices → models/conversations/offers}/PreferencePricePayloadType.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/offers/UpdateConversationMessageOfferPayload.d.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/offers/UpdateConversationMessageOfferPayload.d.ts.map +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/offers/UpdateConversationMessageOfferPayload.js +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/offers/UpdateConversationMessageOfferPayload.js.map +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/offers/UpdateConversationMessageOfferPayload.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/users/ConversationUser.d.ts.map +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/users/CreateConversationUserPayload.d.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/users/CreateConversationUserPayload.d.ts.map +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/users/CreateConversationUserPayload.js +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/users/CreateConversationUserPayload.js.map +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/users/CreateConversationUserPayload.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/users/UpdateConversationUserPayload.d.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/users/UpdateConversationUserPayload.d.ts.map +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/users/UpdateConversationUserPayload.js +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/users/UpdateConversationUserPayload.js.map +0 -0
- /package/src/com/controlresell/{inbox/models → models/conversations}/users/UpdateConversationUserPayload.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/fees/FeeRecurrence.d.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/fees/FeeRecurrence.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/fees/FeeRecurrence.js +0 -0
- /package/src/com/controlresell/{inventory/models → models}/fees/FeeRecurrence.js.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/fees/FeeRecurrence.ts +0 -0
- /package/src/com/controlresell/{storage/models → models}/files/CreateFilePayload.d.ts +0 -0
- /package/src/com/controlresell/{storage/models → models}/files/CreateFilePayload.d.ts.map +0 -0
- /package/src/com/controlresell/{storage/models → models}/files/CreateFilePayload.js +0 -0
- /package/src/com/controlresell/{storage/models → models}/files/CreateFilePayload.js.map +0 -0
- /package/src/com/controlresell/{storage/models → models}/files/CreateFilePayload.ts +0 -0
- /package/src/com/controlresell/{auth/models/preferences → models/filters}/PreferenceFilter.d.ts.map +0 -0
- /package/src/com/controlresell/{auth/models/preferences → models}/filters/TransactionType.d.ts +0 -0
- /package/src/com/controlresell/{auth/models/preferences → models}/filters/TransactionType.d.ts.map +0 -0
- /package/src/com/controlresell/{auth/models/preferences → models}/filters/TransactionType.js +0 -0
- /package/src/com/controlresell/{auth/models/preferences → models}/filters/TransactionType.js.map +0 -0
- /package/src/com/controlresell/{auth/models/preferences → models}/filters/TransactionType.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/CreatedItems.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/CreatedItems.js +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/CreatedItems.js.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/CreatedItems.ts +0 -0
- /package/src/com/controlresell/{items/models → models/items}/ItemEnumValue.d.ts.map +0 -0
- /package/src/com/controlresell/{items/models → models/items}/ItemEnumValue.js +0 -0
- /package/src/com/controlresell/{items/models → models/items}/ItemEnumValue.js.map +0 -0
- /package/src/com/controlresell/{items/models → models/items}/ItemEnumValue.ts +0 -0
- /package/src/com/controlresell/{items/models → models/items}/ItemEnumValuePayload.d.ts +0 -0
- /package/src/com/controlresell/{items/models → models/items}/ItemEnumValuePayload.d.ts.map +0 -0
- /package/src/com/controlresell/{items/models → models/items}/ItemEnumValuePayload.js +0 -0
- /package/src/com/controlresell/{items/models → models/items}/ItemEnumValuePayload.js.map +0 -0
- /package/src/com/controlresell/{items/models → models/items}/ItemEnumValuePayload.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/ItemFiltersContext.d.ts.map +0 -0
- /package/src/com/controlresell/{items/models → models/items}/ItemListingEnumValue.d.ts.map +0 -0
- /package/src/com/controlresell/{items/models → models/items}/ItemListingEnumValue.js +0 -0
- /package/src/com/controlresell/{items/models → models/items}/ItemListingEnumValue.js.map +0 -0
- /package/src/com/controlresell/{items/models → models/items}/ItemListingEnumValue.ts +0 -0
- /package/src/com/controlresell/{items/models → models/items}/ItemListingEnumValuePayload.d.ts +0 -0
- /package/src/com/controlresell/{items/models → models/items}/ItemListingEnumValuePayload.d.ts.map +0 -0
- /package/src/com/controlresell/{items/models → models/items}/ItemListingEnumValuePayload.js +0 -0
- /package/src/com/controlresell/{items/models → models/items}/ItemListingEnumValuePayload.js.map +0 -0
- /package/src/com/controlresell/{items/models → models/items}/ItemListingEnumValuePayload.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/ItemSoldPayload.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/ItemSoldPayload.js +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/ItemSoldPayload.js.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/ItemSoldPayload.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/ItemSort.d.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/ItemSort.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/ItemSort.js +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/ItemSort.js.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/ItemSort.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/UpdatedItem.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/UpdatedItem.js +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/UpdatedItem.js.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/UpdatedItem.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/analysis/ItemAnalysisCompletion.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/analysis/ItemAnalysisCompletion.js +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/analysis/ItemAnalysisCompletion.js.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/analysis/ItemAnalysisCompletion.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/analysis/ItemAnalysisRequest.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/files/CreateItemFilePayload.d.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/files/CreateItemFilePayload.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/files/CreateItemFilePayload.js +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/files/CreateItemFilePayload.js.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/files/CreateItemFilePayload.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/files/UpdateItemFilePayload.d.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/files/UpdateItemFilePayload.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/files/UpdateItemFilePayload.js +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/files/UpdateItemFilePayload.js.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/files/UpdateItemFilePayload.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/filters/FilterClusterData.d.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/filters/FilterClusterData.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/filters/FilterClusterData.js +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/filters/FilterClusterData.js.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/filters/FilterClusterData.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/filters/FilterClusters.d.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/filters/FilterClusters.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/filters/FilterClusters.js +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/filters/FilterClusters.js.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/filters/FilterClusters.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/filters/FilterRange.d.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/filters/FilterRange.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/filters/FilterRange.js +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/filters/FilterRange.js.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/filters/FilterRange.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/filters/ItemFilterRanges.d.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/filters/ItemFilterRanges.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/filters/ItemFilterRanges.js +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/filters/ItemFilterRanges.js.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/filters/ItemFilterRanges.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/CreateItemHistoryPayload.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/CreateItemHistoryPayload.js +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/CreateItemHistoryPayload.js.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/CreateItemHistoryPayload.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/ItemHistoryDecodedPayload.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/ItemHistoryDecodedPayload.js +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/ItemHistoryDecodedPayload.js.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/ItemHistoryDecodedPayload.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/ItemHistoryType.d.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/ItemHistoryType.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/ItemHistoryType.js +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/ItemHistoryType.js.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/ItemHistoryType.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/ItemHistoryTypeWithCount.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/ItemHistoryTypeWithCount.js +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/ItemHistoryTypeWithCount.js.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/ItemHistoryTypeWithCount.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/data/ItemHistoryActionCanceledPayload.d.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/data/ItemHistoryActionCanceledPayload.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/data/ItemHistoryActionCanceledPayload.js +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/data/ItemHistoryActionCanceledPayload.js.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/data/ItemHistoryActionCanceledPayload.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/data/ItemHistoryBuyerPaidPayload.d.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/data/ItemHistoryBuyerPaidPayload.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/data/ItemHistoryBuyerPaidPayload.js +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/data/ItemHistoryBuyerPaidPayload.js.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/data/ItemHistoryBuyerPaidPayload.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/data/ItemHistoryDeliveredPayload.d.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/data/ItemHistoryDeliveredPayload.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/data/ItemHistoryDeliveredPayload.js +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/data/ItemHistoryDeliveredPayload.js.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/data/ItemHistoryDeliveredPayload.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/data/ItemHistoryFailedToPublishPayload.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/data/ItemHistoryFailedToPublishPayload.js +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/data/ItemHistoryFailedToPublishPayload.js.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/data/ItemHistoryFailedToPublishPayload.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/data/ItemHistoryImageProcessingDone.d.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/data/ItemHistoryImageProcessingDone.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/data/ItemHistoryImageProcessingDone.js +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/data/ItemHistoryImageProcessingDone.js.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/data/ItemHistoryImageProcessingDone.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/data/ItemHistoryImportedPayload.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/data/ItemHistoryImportedPayload.js +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/data/ItemHistoryImportedPayload.js.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/data/ItemHistoryImportedPayload.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/data/ItemHistoryLifecycleCompletedPayload.d.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/data/ItemHistoryLifecycleCompletedPayload.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/data/ItemHistoryLifecycleCompletedPayload.js +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/data/ItemHistoryLifecycleCompletedPayload.js.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/data/ItemHistoryLifecycleCompletedPayload.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/data/ItemHistoryLifecycleStartedPayload.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/data/ItemHistoryLifecycleStartedPayload.js +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/data/ItemHistoryLifecycleStartedPayload.js.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/data/ItemHistoryLifecycleStartedPayload.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/data/ItemHistoryPublishedPayload.d.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/data/ItemHistoryPublishedPayload.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/data/ItemHistoryPublishedPayload.js +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/data/ItemHistoryPublishedPayload.js.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/data/ItemHistoryPublishedPayload.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/data/ItemHistoryRepublishingPayload.d.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/data/ItemHistoryRepublishingPayload.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/data/ItemHistoryRepublishingRetryPayload.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/data/ItemHistoryScheduledPayload.d.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/data/ItemHistoryScheduledPayload.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/data/ItemHistoryScheduledPayload.js +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/data/ItemHistoryScheduledPayload.js.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/data/ItemHistoryScheduledPayload.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/data/ItemHistoryScheduledRetryPayload.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/data/ItemHistoryScheduledRetryPayload.js +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/data/ItemHistoryScheduledRetryPayload.js.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/data/ItemHistoryScheduledRetryPayload.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/data/ItemHistoryUpdatedPayload.d.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/data/ItemHistoryUpdatedPayload.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/data/ItemHistoryUpdatedPayload.js +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/data/ItemHistoryUpdatedPayload.js.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/data/ItemHistoryUpdatedPayload.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/data/ItemHistoryUpdatingPayload.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/data/ItemHistoryUpdatingPayload.js +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/data/ItemHistoryUpdatingPayload.js.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/history/data/ItemHistoryUpdatingPayload.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/images/ImageVariation.d.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/images/ImageVariation.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/images/ImageVariation.js +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/images/ImageVariation.js.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/images/ImageVariation.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/platforms/CreateItemOnPlatformPayload.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/platforms/CreateItemOnPlatformPayload.js +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/platforms/CreateItemOnPlatformPayload.js.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/platforms/CreateItemOnPlatformPayload.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/platforms/ItemOnPlatformStatus.d.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/platforms/ItemOnPlatformStatus.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/platforms/ItemOnPlatformStatus.js +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/platforms/ItemOnPlatformStatus.js.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/platforms/ItemOnPlatformStatus.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/platforms/ItemOnPlatformUpdateRequest.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/platforms/UpdateItemOnPlatformPayload.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/platforms/UpdateItemOnPlatformPayload.js +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/platforms/UpdateItemOnPlatformPayload.js.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/platforms/UpdateItemOnPlatformPayload.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/summary/InvestmentSummary.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/summary/InvestmentSummary.js +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/summary/InvestmentSummary.js.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/summary/InvestmentSummary.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/summary/InvestmentSummaryBreakdown.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/summary/InvestmentSummaryBreakdown.js +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/summary/InvestmentSummaryBreakdown.js.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/items/summary/InvestmentSummaryBreakdown.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/PackageSizesAndStatuses.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/PackageSizesAndStatuses.js +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/PackageSizesAndStatuses.js.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/PackageSizesAndStatuses.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/brands/Brand.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/brands/Brand.js +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/brands/Brand.js.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/brands/Brand.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/brands/CreateBrandPayload.d.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/brands/CreateBrandPayload.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/brands/CreateBrandPayload.js +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/brands/CreateBrandPayload.js.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/brands/CreateBrandPayload.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/categories/CatalogRoot.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/categories/CatalogRoot.js +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/categories/CatalogRoot.js.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/categories/CatalogRoot.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/categories/Category.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/categories/Category.js +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/categories/Category.js.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/categories/Category.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/categories/CategoryEnum.d.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/categories/CategoryEnum.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/categories/CategoryEnum.js +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/categories/CategoryEnum.js.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/categories/CategoryEnum.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/categories/CategoryEnumsResponse.d.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/categories/CategoryEnumsResponse.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/categories/CategoryEnumsResponse.js +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/categories/CategoryEnumsResponse.js.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/categories/CategoryEnumsResponse.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/colors/Color.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/colors/Color.js +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/colors/Color.js.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/colors/Color.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/colors/ColorRoot.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/colors/ColorRoot.js +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/colors/ColorRoot.js.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/colors/ColorRoot.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/favorites/CreateFavoriteMetadataPayload.d.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/favorites/CreateFavoriteMetadataPayload.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/favorites/CreateFavoriteMetadataPayload.js +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/favorites/CreateFavoriteMetadataPayload.js.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/favorites/CreateFavoriteMetadataPayload.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/favorites/FavoriteMetadata.d.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/favorites/FavoriteMetadata.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/favorites/FavoriteMetadata.js +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/favorites/FavoriteMetadata.js.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/favorites/FavoriteMetadata.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/favorites/FavoriteMetadataType.d.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/favorites/FavoriteMetadataType.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/favorites/FavoriteMetadataType.js +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/favorites/FavoriteMetadataType.js.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/favorites/FavoriteMetadataType.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/labels/CreateLabelPayload.d.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/labels/CreateLabelPayload.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/labels/CreateLabelPayload.js +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/labels/CreateLabelPayload.js.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/labels/CreateLabelPayload.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/packagesizes/PackageSize.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/packagesizes/PackageSize.js +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/packagesizes/PackageSize.js.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/packagesizes/PackageSize.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/places/CreatePlacePayload.d.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/places/CreatePlacePayload.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/places/CreatePlacePayload.js +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/places/CreatePlacePayload.js.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/places/CreatePlacePayload.ts +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/BatchUpsertPlatformBrandsPayload.d.ts.map +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/BatchUpsertPlatformBrandsPayload.js +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/BatchUpsertPlatformBrandsPayload.js.map +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/BatchUpsertPlatformBrandsPayload.ts +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/BatchUpsertPlatformCategoriesPayload.d.ts.map +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/BatchUpsertPlatformCategoriesPayload.js +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/BatchUpsertPlatformCategoriesPayload.js.map +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/BatchUpsertPlatformCategoriesPayload.ts +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/BatchUpsertPlatformEnumsPayload.d.ts.map +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/BatchUpsertPlatformEnumsPayload.js +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/BatchUpsertPlatformEnumsPayload.js.map +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/BatchUpsertPlatformEnumsPayload.ts +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/BatchUpsertPlatformSizesPayload.d.ts.map +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/BatchUpsertPlatformSizesPayload.js +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/BatchUpsertPlatformSizesPayload.js.map +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/BatchUpsertPlatformSizesPayload.ts +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/BrandMapping.d.ts +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/BrandMapping.d.ts.map +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/BrandMapping.js +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/BrandMapping.js.map +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/BrandMapping.ts +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/CategoryMapping.d.ts +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/CategoryMapping.d.ts.map +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/CategoryMapping.js +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/CategoryMapping.js.map +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/CategoryMapping.ts +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/CreateBrandMappingPayload.d.ts +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/CreateBrandMappingPayload.d.ts.map +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/CreateBrandMappingPayload.js +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/CreateBrandMappingPayload.js.map +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/CreateBrandMappingPayload.ts +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/CreateCategoryMappingPayload.d.ts +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/CreateCategoryMappingPayload.d.ts.map +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/CreateCategoryMappingPayload.js +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/CreateCategoryMappingPayload.js.map +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/CreateCategoryMappingPayload.ts +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/CreateEnumMappingPayload.d.ts +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/CreateEnumMappingPayload.d.ts.map +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/CreateEnumMappingPayload.js +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/CreateEnumMappingPayload.js.map +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/CreateEnumMappingPayload.ts +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/CreateItemListingForPlatformPayload.d.ts.map +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/CreateSizeMappingPayload.d.ts +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/CreateSizeMappingPayload.d.ts.map +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/CreateSizeMappingPayload.js +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/CreateSizeMappingPayload.js.map +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/CreateSizeMappingPayload.ts +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/EnumMapping.d.ts +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/EnumMapping.d.ts.map +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/EnumMapping.js +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/EnumMapping.js.map +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/EnumMapping.ts +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/ItemListingForPlatform.d.ts.map +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/MappingMethod.d.ts +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/MappingMethod.d.ts.map +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/MappingMethod.js +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/MappingMethod.js.map +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/MappingMethod.ts +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/PlatformBrand.d.ts.map +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/PlatformBrand.js +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/PlatformBrand.js.map +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/PlatformBrand.ts +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/PlatformBrandPayload.d.ts.map +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/PlatformBrandPayload.js +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/PlatformBrandPayload.js.map +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/PlatformBrandPayload.ts +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/PlatformCategory.d.ts.map +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/PlatformCategory.js +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/PlatformCategory.js.map +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/PlatformCategory.ts +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/PlatformCategoryPayload.d.ts.map +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/PlatformCategoryPayload.js +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/PlatformCategoryPayload.js.map +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/PlatformCategoryPayload.ts +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/PlatformEnum.d.ts.map +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/PlatformEnum.js +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/PlatformEnum.js.map +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/PlatformEnum.ts +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/PlatformEnumPayload.d.ts.map +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/PlatformEnumPayload.js +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/PlatformEnumPayload.js.map +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/PlatformEnumPayload.ts +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/PlatformMaterial.d.ts.map +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/PlatformMaterial.js +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/PlatformMaterial.js.map +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/PlatformMaterial.ts +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/PlatformSize.d.ts.map +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/PlatformSize.js +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/PlatformSize.js.map +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/PlatformSize.ts +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/PlatformSizePayload.d.ts.map +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/PlatformSizePayload.js +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/PlatformSizePayload.js.map +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/PlatformSizePayload.ts +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/SizeMapping.d.ts +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/SizeMapping.d.ts.map +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/SizeMapping.js +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/SizeMapping.js.map +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/SizeMapping.ts +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/UpdateBrandMappingPayload.d.ts +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/UpdateBrandMappingPayload.d.ts.map +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/UpdateBrandMappingPayload.js +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/UpdateBrandMappingPayload.js.map +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/UpdateBrandMappingPayload.ts +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/UpdateCategoryMappingPayload.d.ts +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/UpdateCategoryMappingPayload.d.ts.map +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/UpdateCategoryMappingPayload.js +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/UpdateCategoryMappingPayload.js.map +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/UpdateCategoryMappingPayload.ts +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/UpdateEnumMappingPayload.d.ts +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/UpdateEnumMappingPayload.d.ts.map +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/UpdateEnumMappingPayload.js +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/UpdateEnumMappingPayload.js.map +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/UpdateEnumMappingPayload.ts +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/UpdateItemListingForPlatformPayload.d.ts.map +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/UpdateSizeMappingPayload.d.ts +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/UpdateSizeMappingPayload.d.ts.map +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/UpdateSizeMappingPayload.js +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/UpdateSizeMappingPayload.js.map +0 -0
- /package/src/com/controlresell/{platforms/models → models/metadata/platforms}/UpdateSizeMappingPayload.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/sizes/Size.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/sizes/Size.js +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/sizes/Size.js.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/sizes/Size.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/sizes/SizeGroup.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/sizes/SizeGroup.js +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/sizes/SizeGroup.js.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/sizes/SizeGroup.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/sizes/SizeRoot.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/sizes/SizeRoot.js +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/sizes/SizeRoot.js.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/sizes/SizeRoot.ts +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/statuses/Status.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/statuses/Status.js +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/statuses/Status.js.map +0 -0
- /package/src/com/controlresell/{inventory/models → models}/metadata/statuses/Status.ts +0 -0
- /package/src/com/controlresell/{notify/models → models}/notifications/CreateNotificationPreferencePayload.d.ts +0 -0
- /package/src/com/controlresell/{notify/models → models}/notifications/CreateNotificationPreferencePayload.d.ts.map +0 -0
- /package/src/com/controlresell/{notify/models → models}/notifications/CreateNotificationPreferencePayload.js +0 -0
- /package/src/com/controlresell/{notify/models → models}/notifications/CreateNotificationPreferencePayload.js.map +0 -0
- /package/src/com/controlresell/{notify/models → models}/notifications/CreateNotificationPreferencePayload.ts +0 -0
- /package/src/com/controlresell/{notify/models → models}/notifications/CreateNotificationTokenPayload.d.ts +0 -0
- /package/src/com/controlresell/{notify/models → models}/notifications/CreateNotificationTokenPayload.d.ts.map +0 -0
- /package/src/com/controlresell/{notify/models → models}/notifications/CreateNotificationTokenPayload.js +0 -0
- /package/src/com/controlresell/{notify/models → models}/notifications/CreateNotificationTokenPayload.js.map +0 -0
- /package/src/com/controlresell/{notify/models → models}/notifications/CreateNotificationTokenPayload.ts +0 -0
- /package/src/com/controlresell/{notify/models → models}/notifications/CreateNotificationTokenPayloadWithUser.d.ts.map +0 -0
- /package/src/com/controlresell/{notify/models → models}/notifications/CreateNotificationTokenPayloadWithUser.js +0 -0
- /package/src/com/controlresell/{notify/models → models}/notifications/CreateNotificationTokenPayloadWithUser.js.map +0 -0
- /package/src/com/controlresell/{notify/models → models}/notifications/CreateNotificationTokenPayloadWithUser.ts +0 -0
- /package/src/com/controlresell/{notify/models → models}/notifications/NotificationPreference.d.ts.map +0 -0
- /package/src/com/controlresell/{notify/models → models}/notifications/NotificationPreference.js +0 -0
- /package/src/com/controlresell/{notify/models → models}/notifications/NotificationPreference.js.map +0 -0
- /package/src/com/controlresell/{notify/models → models}/notifications/NotificationPreference.ts +0 -0
- /package/src/com/controlresell/{notify/models → models}/notifications/NotificationToken.d.ts.map +0 -0
- /package/src/com/controlresell/{notify/models → models}/notifications/NotificationToken.js +0 -0
- /package/src/com/controlresell/{notify/models → models}/notifications/NotificationToken.js.map +0 -0
- /package/src/com/controlresell/{notify/models → models}/notifications/NotificationToken.ts +0 -0
- /package/src/com/controlresell/{notify/models → models}/notifications/NotificationType.d.ts +0 -0
- /package/src/com/controlresell/{notify/models → models}/notifications/NotificationType.d.ts.map +0 -0
- /package/src/com/controlresell/{notify/models → models}/notifications/NotificationType.js +0 -0
- /package/src/com/controlresell/{notify/models → models}/notifications/NotificationType.js.map +0 -0
- /package/src/com/controlresell/{notify/models → models}/notifications/NotificationType.ts +0 -0
- /package/src/com/controlresell/{notify/models → models}/notifications/UpdateNotificationPreferencePayload.d.ts +0 -0
- /package/src/com/controlresell/{notify/models → models}/notifications/UpdateNotificationPreferencePayload.d.ts.map +0 -0
- /package/src/com/controlresell/{notify/models → models}/notifications/UpdateNotificationPreferencePayload.js +0 -0
- /package/src/com/controlresell/{notify/models → models}/notifications/UpdateNotificationPreferencePayload.js.map +0 -0
- /package/src/com/controlresell/{notify/models → models}/notifications/UpdateNotificationPreferencePayload.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models}/transactions/CreateTransactionPayload.d.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models}/transactions/CreateTransactionPayload.d.ts.map +0 -0
- /package/src/com/controlresell/{inbox/models → models}/transactions/CreateTransactionPayload.js +0 -0
- /package/src/com/controlresell/{inbox/models → models}/transactions/CreateTransactionPayload.js.map +0 -0
- /package/src/com/controlresell/{inbox/models → models}/transactions/CreateTransactionPayload.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models}/transactions/Transaction.d.ts.map +0 -0
- /package/src/com/controlresell/{inbox/models → models}/transactions/Transaction.js +0 -0
- /package/src/com/controlresell/{inbox/models → models}/transactions/Transaction.js.map +0 -0
- /package/src/com/controlresell/{inbox/models → models}/transactions/Transaction.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models}/transactions/UpdateTransactionPayload.d.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models}/transactions/UpdateTransactionPayload.d.ts.map +0 -0
- /package/src/com/controlresell/{inbox/models → models}/transactions/UpdateTransactionPayload.js +0 -0
- /package/src/com/controlresell/{inbox/models → models}/transactions/UpdateTransactionPayload.js.map +0 -0
- /package/src/com/controlresell/{inbox/models → models}/transactions/UpdateTransactionPayload.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models}/transactions/items/CreateItemInTransactionPayload.d.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models}/transactions/items/CreateItemInTransactionPayload.d.ts.map +0 -0
- /package/src/com/controlresell/{inbox/models → models}/transactions/items/CreateItemInTransactionPayload.js +0 -0
- /package/src/com/controlresell/{inbox/models → models}/transactions/items/CreateItemInTransactionPayload.js.map +0 -0
- /package/src/com/controlresell/{inbox/models → models}/transactions/items/CreateItemInTransactionPayload.ts +0 -0
- /package/src/com/controlresell/{inbox/models → models}/transactions/items/ItemInTransaction.d.ts.map +0 -0
- /package/src/com/controlresell/{inbox/models → models}/transactions/items/TransactionWithItems.d.ts.map +0 -0
- /package/src/com/controlresell/{auth/models → models}/users/platforms/CreateUserOnPlatformPayload.d.ts.map +0 -0
- /package/src/com/controlresell/{auth/models → models}/users/platforms/CreateUserOnPlatformPayload.js +0 -0
- /package/src/com/controlresell/{auth/models → models}/users/platforms/CreateUserOnPlatformPayload.js.map +0 -0
- /package/src/com/controlresell/{auth/models → models}/users/platforms/CreateUserOnPlatformPayload.ts +0 -0
- /package/src/com/controlresell/{auth/models → models}/users/platforms/UpdateUserOnPlatformPayload.d.ts +0 -0
- /package/src/com/controlresell/{auth/models → models}/users/platforms/UpdateUserOnPlatformPayload.d.ts.map +0 -0
- /package/src/com/controlresell/{auth/models → models}/users/platforms/UpdateUserOnPlatformPayload.js +0 -0
- /package/src/com/controlresell/{auth/models → models}/users/platforms/UpdateUserOnPlatformPayload.js.map +0 -0
- /package/src/com/controlresell/{auth/models → models}/users/platforms/UpdateUserOnPlatformPayload.ts +0 -0
- /package/src/com/controlresell/{auth/models → models}/users/platforms/UserOnPlatformStatus.d.ts +0 -0
- /package/src/com/controlresell/{auth/models → models}/users/platforms/UserOnPlatformStatus.d.ts.map +0 -0
- /package/src/com/controlresell/{auth/models → models}/users/platforms/UserOnPlatformStatus.js +0 -0
- /package/src/com/controlresell/{auth/models → models}/users/platforms/UserOnPlatformStatus.js.map +0 -0
- /package/src/com/controlresell/{auth/models → models}/users/platforms/UserOnPlatformStatus.ts +0 -0
|
@@ -15,7 +15,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
15
15
|
orderId: z.ZodString;
|
|
16
16
|
itemOnPlatform: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
17
17
|
id: z.ZodString;
|
|
18
|
-
itemId: z.
|
|
18
|
+
itemId: z.ZodNumber;
|
|
19
19
|
accountId: z.ZodString;
|
|
20
20
|
platformId: z.ZodString;
|
|
21
21
|
platformUrl: z.ZodString;
|
|
@@ -25,7 +25,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
25
25
|
publishedAt: z.ZodDate;
|
|
26
26
|
updatedAt: z.ZodDate;
|
|
27
27
|
account: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
28
|
-
userId: z.
|
|
28
|
+
userId: z.ZodNumber;
|
|
29
29
|
accountId: z.ZodString;
|
|
30
30
|
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
31
31
|
name: z.ZodString;
|
|
@@ -46,9 +46,9 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
46
46
|
conversationsMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
47
47
|
}, "strip", z.ZodTypeAny, {
|
|
48
48
|
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
49
|
-
userId: string | number;
|
|
50
|
-
accountId: string;
|
|
51
49
|
name: string;
|
|
50
|
+
userId: number;
|
|
51
|
+
accountId: string;
|
|
52
52
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
53
53
|
locale?: string | null | undefined;
|
|
54
54
|
night?: {
|
|
@@ -60,9 +60,9 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
60
60
|
conversationsMaxDelay?: number | null | undefined;
|
|
61
61
|
}, {
|
|
62
62
|
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
63
|
-
userId: string | number;
|
|
64
|
-
accountId: string;
|
|
65
63
|
name: string;
|
|
64
|
+
userId: number;
|
|
65
|
+
accountId: string;
|
|
66
66
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
67
67
|
locale?: string | null | undefined;
|
|
68
68
|
night?: {
|
|
@@ -77,24 +77,24 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
77
77
|
viewsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
78
78
|
favoritesCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
79
79
|
}, "strip", z.ZodTypeAny, {
|
|
80
|
-
status: "PENDING" | "DRAFT" | "
|
|
80
|
+
status: "PENDING" | "DRAFT" | "ARCHIVED" | "DISPUTE" | "DELETED" | "ONLINE" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "ERROR";
|
|
81
81
|
id: string;
|
|
82
|
-
updatedAt: Date;
|
|
83
|
-
accountId: string;
|
|
84
82
|
createdAt: Date;
|
|
85
|
-
|
|
83
|
+
accountId: string;
|
|
84
|
+
itemId: number;
|
|
86
85
|
platformId: string;
|
|
87
86
|
platformUrl: string;
|
|
88
87
|
platformPrice: number;
|
|
88
|
+
updatedAt: Date;
|
|
89
89
|
publishedAt: Date;
|
|
90
90
|
conversationId?: string | null | undefined;
|
|
91
91
|
viewsCount?: number | null | undefined;
|
|
92
92
|
favoritesCount?: number | null | undefined;
|
|
93
93
|
account?: {
|
|
94
94
|
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
95
|
-
userId: string | number;
|
|
96
|
-
accountId: string;
|
|
97
95
|
name: string;
|
|
96
|
+
userId: number;
|
|
97
|
+
accountId: string;
|
|
98
98
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
99
99
|
locale?: string | null | undefined;
|
|
100
100
|
night?: {
|
|
@@ -106,24 +106,24 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
106
106
|
conversationsMaxDelay?: number | null | undefined;
|
|
107
107
|
} | null | undefined;
|
|
108
108
|
}, {
|
|
109
|
-
status: "PENDING" | "DRAFT" | "
|
|
109
|
+
status: "PENDING" | "DRAFT" | "ARCHIVED" | "DISPUTE" | "DELETED" | "ONLINE" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "ERROR";
|
|
110
110
|
id: string;
|
|
111
|
-
updatedAt: Date;
|
|
112
|
-
accountId: string;
|
|
113
111
|
createdAt: Date;
|
|
114
|
-
|
|
112
|
+
accountId: string;
|
|
113
|
+
itemId: number;
|
|
115
114
|
platformId: string;
|
|
116
115
|
platformUrl: string;
|
|
117
116
|
platformPrice: number;
|
|
117
|
+
updatedAt: Date;
|
|
118
118
|
publishedAt: Date;
|
|
119
119
|
conversationId?: string | null | undefined;
|
|
120
120
|
viewsCount?: number | null | undefined;
|
|
121
121
|
favoritesCount?: number | null | undefined;
|
|
122
122
|
account?: {
|
|
123
123
|
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
124
|
-
userId: string | number;
|
|
125
|
-
accountId: string;
|
|
126
124
|
name: string;
|
|
125
|
+
userId: number;
|
|
126
|
+
accountId: string;
|
|
127
127
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
128
128
|
locale?: string | null | undefined;
|
|
129
129
|
night?: {
|
|
@@ -139,24 +139,24 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
139
139
|
orderId: string;
|
|
140
140
|
itemOnPlatformId: string;
|
|
141
141
|
itemOnPlatform?: {
|
|
142
|
-
status: "PENDING" | "DRAFT" | "
|
|
142
|
+
status: "PENDING" | "DRAFT" | "ARCHIVED" | "DISPUTE" | "DELETED" | "ONLINE" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "ERROR";
|
|
143
143
|
id: string;
|
|
144
|
-
updatedAt: Date;
|
|
145
|
-
accountId: string;
|
|
146
144
|
createdAt: Date;
|
|
147
|
-
|
|
145
|
+
accountId: string;
|
|
146
|
+
itemId: number;
|
|
148
147
|
platformId: string;
|
|
149
148
|
platformUrl: string;
|
|
150
149
|
platformPrice: number;
|
|
150
|
+
updatedAt: Date;
|
|
151
151
|
publishedAt: Date;
|
|
152
152
|
conversationId?: string | null | undefined;
|
|
153
153
|
viewsCount?: number | null | undefined;
|
|
154
154
|
favoritesCount?: number | null | undefined;
|
|
155
155
|
account?: {
|
|
156
156
|
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
157
|
-
userId: string | number;
|
|
158
|
-
accountId: string;
|
|
159
157
|
name: string;
|
|
158
|
+
userId: number;
|
|
159
|
+
accountId: string;
|
|
160
160
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
161
161
|
locale?: string | null | undefined;
|
|
162
162
|
night?: {
|
|
@@ -172,24 +172,24 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
172
172
|
orderId: string;
|
|
173
173
|
itemOnPlatformId: string;
|
|
174
174
|
itemOnPlatform?: {
|
|
175
|
-
status: "PENDING" | "DRAFT" | "
|
|
175
|
+
status: "PENDING" | "DRAFT" | "ARCHIVED" | "DISPUTE" | "DELETED" | "ONLINE" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "ERROR";
|
|
176
176
|
id: string;
|
|
177
|
-
updatedAt: Date;
|
|
178
|
-
accountId: string;
|
|
179
177
|
createdAt: Date;
|
|
180
|
-
|
|
178
|
+
accountId: string;
|
|
179
|
+
itemId: number;
|
|
181
180
|
platformId: string;
|
|
182
181
|
platformUrl: string;
|
|
183
182
|
platformPrice: number;
|
|
183
|
+
updatedAt: Date;
|
|
184
184
|
publishedAt: Date;
|
|
185
185
|
conversationId?: string | null | undefined;
|
|
186
186
|
viewsCount?: number | null | undefined;
|
|
187
187
|
favoritesCount?: number | null | undefined;
|
|
188
188
|
account?: {
|
|
189
189
|
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
190
|
-
userId: string | number;
|
|
191
|
-
accountId: string;
|
|
192
190
|
name: string;
|
|
191
|
+
userId: number;
|
|
192
|
+
accountId: string;
|
|
193
193
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
194
194
|
locale?: string | null | undefined;
|
|
195
195
|
night?: {
|
|
@@ -210,116 +210,116 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
210
210
|
originalFileId: z.ZodString;
|
|
211
211
|
file: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
212
212
|
id: z.ZodString;
|
|
213
|
-
userId: z.
|
|
213
|
+
userId: z.ZodNumber;
|
|
214
214
|
path: z.ZodString;
|
|
215
215
|
signedUrl: z.ZodString;
|
|
216
216
|
createdAt: z.ZodDate;
|
|
217
217
|
}, "strip", z.ZodTypeAny, {
|
|
218
218
|
path: string;
|
|
219
|
-
userId: string | number;
|
|
220
219
|
id: string;
|
|
221
220
|
createdAt: Date;
|
|
221
|
+
userId: number;
|
|
222
222
|
signedUrl: string;
|
|
223
223
|
}, {
|
|
224
224
|
path: string;
|
|
225
|
-
userId: string | number;
|
|
226
225
|
id: string;
|
|
227
226
|
createdAt: Date;
|
|
227
|
+
userId: number;
|
|
228
228
|
signedUrl: string;
|
|
229
229
|
}>>>;
|
|
230
230
|
nonCroppedFile: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
231
231
|
id: z.ZodString;
|
|
232
|
-
userId: z.
|
|
232
|
+
userId: z.ZodNumber;
|
|
233
233
|
path: z.ZodString;
|
|
234
234
|
signedUrl: z.ZodString;
|
|
235
235
|
createdAt: z.ZodDate;
|
|
236
236
|
}, "strip", z.ZodTypeAny, {
|
|
237
237
|
path: string;
|
|
238
|
-
userId: string | number;
|
|
239
238
|
id: string;
|
|
240
239
|
createdAt: Date;
|
|
240
|
+
userId: number;
|
|
241
241
|
signedUrl: string;
|
|
242
242
|
}, {
|
|
243
243
|
path: string;
|
|
244
|
-
userId: string | number;
|
|
245
244
|
id: string;
|
|
246
245
|
createdAt: Date;
|
|
246
|
+
userId: number;
|
|
247
247
|
signedUrl: string;
|
|
248
248
|
}>>>;
|
|
249
249
|
originalFile: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
250
250
|
id: z.ZodString;
|
|
251
|
-
userId: z.
|
|
251
|
+
userId: z.ZodNumber;
|
|
252
252
|
path: z.ZodString;
|
|
253
253
|
signedUrl: z.ZodString;
|
|
254
254
|
createdAt: z.ZodDate;
|
|
255
255
|
}, "strip", z.ZodTypeAny, {
|
|
256
256
|
path: string;
|
|
257
|
-
userId: string | number;
|
|
258
257
|
id: string;
|
|
259
258
|
createdAt: Date;
|
|
259
|
+
userId: number;
|
|
260
260
|
signedUrl: string;
|
|
261
261
|
}, {
|
|
262
262
|
path: string;
|
|
263
|
-
userId: string | number;
|
|
264
263
|
id: string;
|
|
265
264
|
createdAt: Date;
|
|
265
|
+
userId: number;
|
|
266
266
|
signedUrl: string;
|
|
267
267
|
}>>>;
|
|
268
268
|
carrier: z.ZodOptional<z.ZodNullable<z.ZodEnum<["MONDIAL_RELAY", "MONDIAL_RELAY_2", "MONDIAL_RELAY_3", "MONDIAL_RELAY_4", "UPS", "CHRONOPOST", "COLISSIMO", "RELAIS_COLIS", "VINTED_GO", "VINTED_GO_BE", "VINTED_VERIF", "B_POST", "VINTED_GO_IT", "DPD", "VINTED_GO_DIGITAL", "DHL", "UNKNOWN"]>>>;
|
|
269
269
|
}, "strip", z.ZodTypeAny, {
|
|
270
270
|
id: string;
|
|
271
|
-
orderId: string;
|
|
272
271
|
fileId: string;
|
|
272
|
+
orderId: string;
|
|
273
273
|
nonCroppedFileId: string;
|
|
274
274
|
originalFileId: string;
|
|
275
|
-
|
|
275
|
+
originalFile?: {
|
|
276
276
|
path: string;
|
|
277
|
-
userId: string | number;
|
|
278
277
|
id: string;
|
|
279
278
|
createdAt: Date;
|
|
279
|
+
userId: number;
|
|
280
280
|
signedUrl: string;
|
|
281
281
|
} | null | undefined;
|
|
282
|
-
|
|
282
|
+
carrier?: "UNKNOWN" | "MONDIAL_RELAY" | "MONDIAL_RELAY_2" | "MONDIAL_RELAY_3" | "MONDIAL_RELAY_4" | "UPS" | "CHRONOPOST" | "COLISSIMO" | "RELAIS_COLIS" | "VINTED_GO" | "VINTED_GO_BE" | "VINTED_VERIF" | "B_POST" | "VINTED_GO_IT" | "DPD" | "VINTED_GO_DIGITAL" | "DHL" | null | undefined;
|
|
283
|
+
file?: {
|
|
283
284
|
path: string;
|
|
284
|
-
userId: string | number;
|
|
285
285
|
id: string;
|
|
286
286
|
createdAt: Date;
|
|
287
|
+
userId: number;
|
|
287
288
|
signedUrl: string;
|
|
288
289
|
} | null | undefined;
|
|
289
|
-
carrier?: "UNKNOWN" | "MONDIAL_RELAY" | "MONDIAL_RELAY_2" | "MONDIAL_RELAY_3" | "MONDIAL_RELAY_4" | "UPS" | "CHRONOPOST" | "COLISSIMO" | "RELAIS_COLIS" | "VINTED_GO" | "VINTED_GO_BE" | "VINTED_VERIF" | "B_POST" | "VINTED_GO_IT" | "DPD" | "VINTED_GO_DIGITAL" | "DHL" | null | undefined;
|
|
290
290
|
nonCroppedFile?: {
|
|
291
291
|
path: string;
|
|
292
|
-
userId: string | number;
|
|
293
292
|
id: string;
|
|
294
293
|
createdAt: Date;
|
|
294
|
+
userId: number;
|
|
295
295
|
signedUrl: string;
|
|
296
296
|
} | null | undefined;
|
|
297
297
|
}, {
|
|
298
298
|
id: string;
|
|
299
|
-
orderId: string;
|
|
300
299
|
fileId: string;
|
|
300
|
+
orderId: string;
|
|
301
301
|
nonCroppedFileId: string;
|
|
302
302
|
originalFileId: string;
|
|
303
|
-
|
|
303
|
+
originalFile?: {
|
|
304
304
|
path: string;
|
|
305
|
-
userId: string | number;
|
|
306
305
|
id: string;
|
|
307
306
|
createdAt: Date;
|
|
307
|
+
userId: number;
|
|
308
308
|
signedUrl: string;
|
|
309
309
|
} | null | undefined;
|
|
310
|
-
|
|
310
|
+
carrier?: "UNKNOWN" | "MONDIAL_RELAY" | "MONDIAL_RELAY_2" | "MONDIAL_RELAY_3" | "MONDIAL_RELAY_4" | "UPS" | "CHRONOPOST" | "COLISSIMO" | "RELAIS_COLIS" | "VINTED_GO" | "VINTED_GO_BE" | "VINTED_VERIF" | "B_POST" | "VINTED_GO_IT" | "DPD" | "VINTED_GO_DIGITAL" | "DHL" | null | undefined;
|
|
311
|
+
file?: {
|
|
311
312
|
path: string;
|
|
312
|
-
userId: string | number;
|
|
313
313
|
id: string;
|
|
314
314
|
createdAt: Date;
|
|
315
|
+
userId: number;
|
|
315
316
|
signedUrl: string;
|
|
316
317
|
} | null | undefined;
|
|
317
|
-
carrier?: "UNKNOWN" | "MONDIAL_RELAY" | "MONDIAL_RELAY_2" | "MONDIAL_RELAY_3" | "MONDIAL_RELAY_4" | "UPS" | "CHRONOPOST" | "COLISSIMO" | "RELAIS_COLIS" | "VINTED_GO" | "VINTED_GO_BE" | "VINTED_VERIF" | "B_POST" | "VINTED_GO_IT" | "DPD" | "VINTED_GO_DIGITAL" | "DHL" | null | undefined;
|
|
318
318
|
nonCroppedFile?: {
|
|
319
319
|
path: string;
|
|
320
|
-
userId: string | number;
|
|
321
320
|
id: string;
|
|
322
321
|
createdAt: Date;
|
|
322
|
+
userId: number;
|
|
323
323
|
signedUrl: string;
|
|
324
324
|
} | null | undefined;
|
|
325
325
|
}>, "many">>>;
|
|
@@ -343,25 +343,25 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
343
343
|
latitude: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
344
344
|
longitude: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
345
345
|
}, "strip", z.ZodTypeAny, {
|
|
346
|
+
name: string;
|
|
346
347
|
id: string;
|
|
347
348
|
accountId: string;
|
|
348
|
-
|
|
349
|
-
postalCode: string;
|
|
349
|
+
addressLine1: string;
|
|
350
350
|
city: string;
|
|
351
|
+
postalCode: string;
|
|
351
352
|
countryCode: string;
|
|
352
|
-
addressLine1: string;
|
|
353
353
|
platformPickupPointId: string;
|
|
354
354
|
addressLine2?: string | null | undefined;
|
|
355
355
|
latitude?: number | null | undefined;
|
|
356
356
|
longitude?: number | null | undefined;
|
|
357
357
|
}, {
|
|
358
|
+
name: string;
|
|
358
359
|
id: string;
|
|
359
360
|
accountId: string;
|
|
360
|
-
|
|
361
|
-
postalCode: string;
|
|
361
|
+
addressLine1: string;
|
|
362
362
|
city: string;
|
|
363
|
+
postalCode: string;
|
|
363
364
|
countryCode: string;
|
|
364
|
-
addressLine1: string;
|
|
365
365
|
platformPickupPointId: string;
|
|
366
366
|
addressLine2?: string | null | undefined;
|
|
367
367
|
latitude?: number | null | undefined;
|
|
@@ -375,13 +375,13 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
375
375
|
trackingLink?: string | null | undefined;
|
|
376
376
|
availableUntil?: Date | null | undefined;
|
|
377
377
|
pickupPoint?: {
|
|
378
|
+
name: string;
|
|
378
379
|
id: string;
|
|
379
380
|
accountId: string;
|
|
380
|
-
|
|
381
|
-
postalCode: string;
|
|
381
|
+
addressLine1: string;
|
|
382
382
|
city: string;
|
|
383
|
+
postalCode: string;
|
|
383
384
|
countryCode: string;
|
|
384
|
-
addressLine1: string;
|
|
385
385
|
platformPickupPointId: string;
|
|
386
386
|
addressLine2?: string | null | undefined;
|
|
387
387
|
latitude?: number | null | undefined;
|
|
@@ -395,19 +395,369 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
395
395
|
trackingLink?: string | null | undefined;
|
|
396
396
|
availableUntil?: Date | null | undefined;
|
|
397
397
|
pickupPoint?: {
|
|
398
|
+
name: string;
|
|
398
399
|
id: string;
|
|
399
400
|
accountId: string;
|
|
400
|
-
|
|
401
|
-
postalCode: string;
|
|
401
|
+
addressLine1: string;
|
|
402
402
|
city: string;
|
|
403
|
+
postalCode: string;
|
|
403
404
|
countryCode: string;
|
|
404
|
-
addressLine1: string;
|
|
405
405
|
platformPickupPointId: string;
|
|
406
406
|
addressLine2?: string | null | undefined;
|
|
407
407
|
latitude?: number | null | undefined;
|
|
408
408
|
longitude?: number | null | undefined;
|
|
409
409
|
} | null | undefined;
|
|
410
410
|
}>, "many">>>;
|
|
411
|
+
invoices: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
412
|
+
id: z.ZodString;
|
|
413
|
+
invoiceNumber: z.ZodString;
|
|
414
|
+
userId: z.ZodNumber;
|
|
415
|
+
businessProfileId: z.ZodString;
|
|
416
|
+
businessProfile: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
417
|
+
id: z.ZodString;
|
|
418
|
+
userId: z.ZodNumber;
|
|
419
|
+
businessName: z.ZodString;
|
|
420
|
+
address: z.ZodString;
|
|
421
|
+
siret: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
422
|
+
vatNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
423
|
+
email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
424
|
+
phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
425
|
+
logoFileId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
426
|
+
logo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
427
|
+
id: z.ZodString;
|
|
428
|
+
userId: z.ZodNumber;
|
|
429
|
+
path: z.ZodString;
|
|
430
|
+
signedUrl: z.ZodString;
|
|
431
|
+
createdAt: z.ZodDate;
|
|
432
|
+
}, "strip", z.ZodTypeAny, {
|
|
433
|
+
path: string;
|
|
434
|
+
id: string;
|
|
435
|
+
createdAt: Date;
|
|
436
|
+
userId: number;
|
|
437
|
+
signedUrl: string;
|
|
438
|
+
}, {
|
|
439
|
+
path: string;
|
|
440
|
+
id: string;
|
|
441
|
+
createdAt: Date;
|
|
442
|
+
userId: number;
|
|
443
|
+
signedUrl: string;
|
|
444
|
+
}>>>;
|
|
445
|
+
isActive: z.ZodBoolean;
|
|
446
|
+
createdAt: z.ZodDate;
|
|
447
|
+
updatedAt: z.ZodDate;
|
|
448
|
+
}, "strip", z.ZodTypeAny, {
|
|
449
|
+
id: string;
|
|
450
|
+
createdAt: Date;
|
|
451
|
+
userId: number;
|
|
452
|
+
updatedAt: Date;
|
|
453
|
+
businessName: string;
|
|
454
|
+
address: string;
|
|
455
|
+
isActive: boolean;
|
|
456
|
+
email?: string | null | undefined;
|
|
457
|
+
phone?: string | null | undefined;
|
|
458
|
+
siret?: string | null | undefined;
|
|
459
|
+
vatNumber?: string | null | undefined;
|
|
460
|
+
logoFileId?: string | null | undefined;
|
|
461
|
+
logo?: {
|
|
462
|
+
path: string;
|
|
463
|
+
id: string;
|
|
464
|
+
createdAt: Date;
|
|
465
|
+
userId: number;
|
|
466
|
+
signedUrl: string;
|
|
467
|
+
} | null | undefined;
|
|
468
|
+
}, {
|
|
469
|
+
id: string;
|
|
470
|
+
createdAt: Date;
|
|
471
|
+
userId: number;
|
|
472
|
+
updatedAt: Date;
|
|
473
|
+
businessName: string;
|
|
474
|
+
address: string;
|
|
475
|
+
isActive: boolean;
|
|
476
|
+
email?: string | null | undefined;
|
|
477
|
+
phone?: string | null | undefined;
|
|
478
|
+
siret?: string | null | undefined;
|
|
479
|
+
vatNumber?: string | null | undefined;
|
|
480
|
+
logoFileId?: string | null | undefined;
|
|
481
|
+
logo?: {
|
|
482
|
+
path: string;
|
|
483
|
+
id: string;
|
|
484
|
+
createdAt: Date;
|
|
485
|
+
userId: number;
|
|
486
|
+
signedUrl: string;
|
|
487
|
+
} | null | undefined;
|
|
488
|
+
}>>>;
|
|
489
|
+
customerId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
490
|
+
customer: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
491
|
+
id: z.ZodString;
|
|
492
|
+
userId: z.ZodNumber;
|
|
493
|
+
firstName: z.ZodString;
|
|
494
|
+
lastName: z.ZodString;
|
|
495
|
+
birthDate: z.ZodDate;
|
|
496
|
+
email: z.ZodString;
|
|
497
|
+
idNumber: z.ZodString;
|
|
498
|
+
phone: z.ZodString;
|
|
499
|
+
iban: z.ZodString;
|
|
500
|
+
bic: z.ZodString;
|
|
501
|
+
phoneVerified: z.ZodBoolean;
|
|
502
|
+
addressLine1: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
503
|
+
addressLine2: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
504
|
+
city: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
505
|
+
postalCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
506
|
+
country: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
507
|
+
}, "strip", z.ZodTypeAny, {
|
|
508
|
+
id: string;
|
|
509
|
+
userId: number;
|
|
510
|
+
firstName: string;
|
|
511
|
+
lastName: string;
|
|
512
|
+
birthDate: Date;
|
|
513
|
+
email: string;
|
|
514
|
+
idNumber: string;
|
|
515
|
+
phone: string;
|
|
516
|
+
iban: string;
|
|
517
|
+
bic: string;
|
|
518
|
+
phoneVerified: boolean;
|
|
519
|
+
addressLine1?: string | null | undefined;
|
|
520
|
+
addressLine2?: string | null | undefined;
|
|
521
|
+
city?: string | null | undefined;
|
|
522
|
+
postalCode?: string | null | undefined;
|
|
523
|
+
country?: string | null | undefined;
|
|
524
|
+
}, {
|
|
525
|
+
id: string;
|
|
526
|
+
userId: number;
|
|
527
|
+
firstName: string;
|
|
528
|
+
lastName: string;
|
|
529
|
+
birthDate: Date;
|
|
530
|
+
email: string;
|
|
531
|
+
idNumber: string;
|
|
532
|
+
phone: string;
|
|
533
|
+
iban: string;
|
|
534
|
+
bic: string;
|
|
535
|
+
phoneVerified: boolean;
|
|
536
|
+
addressLine1?: string | null | undefined;
|
|
537
|
+
addressLine2?: string | null | undefined;
|
|
538
|
+
city?: string | null | undefined;
|
|
539
|
+
postalCode?: string | null | undefined;
|
|
540
|
+
country?: string | null | undefined;
|
|
541
|
+
}>>>;
|
|
542
|
+
orderId: z.ZodString;
|
|
543
|
+
fileId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
544
|
+
file: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
545
|
+
id: z.ZodString;
|
|
546
|
+
userId: z.ZodNumber;
|
|
547
|
+
path: z.ZodString;
|
|
548
|
+
signedUrl: z.ZodString;
|
|
549
|
+
createdAt: z.ZodDate;
|
|
550
|
+
}, "strip", z.ZodTypeAny, {
|
|
551
|
+
path: string;
|
|
552
|
+
id: string;
|
|
553
|
+
createdAt: Date;
|
|
554
|
+
userId: number;
|
|
555
|
+
signedUrl: string;
|
|
556
|
+
}, {
|
|
557
|
+
path: string;
|
|
558
|
+
id: string;
|
|
559
|
+
createdAt: Date;
|
|
560
|
+
userId: number;
|
|
561
|
+
signedUrl: string;
|
|
562
|
+
}>>>;
|
|
563
|
+
type: z.ZodEnum<["PURCHASE", "SALE"]>;
|
|
564
|
+
status: z.ZodString;
|
|
565
|
+
issueDate: z.ZodDate;
|
|
566
|
+
dueDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
567
|
+
subtotal: z.ZodNumber;
|
|
568
|
+
vatRate: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
569
|
+
vatAmount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
570
|
+
total: z.ZodNumber;
|
|
571
|
+
currency: z.ZodString;
|
|
572
|
+
notes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
573
|
+
lineItems: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
574
|
+
id: z.ZodNumber;
|
|
575
|
+
invoiceId: z.ZodString;
|
|
576
|
+
itemOnPlatformId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
577
|
+
description: z.ZodString;
|
|
578
|
+
quantity: z.ZodNumber;
|
|
579
|
+
unitPrice: z.ZodNumber;
|
|
580
|
+
vatRate: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
581
|
+
total: z.ZodNumber;
|
|
582
|
+
createdAt: z.ZodDate;
|
|
583
|
+
}, "strip", z.ZodTypeAny, {
|
|
584
|
+
description: string;
|
|
585
|
+
id: number;
|
|
586
|
+
createdAt: Date;
|
|
587
|
+
invoiceId: string;
|
|
588
|
+
quantity: number;
|
|
589
|
+
unitPrice: number;
|
|
590
|
+
total: number;
|
|
591
|
+
itemOnPlatformId?: string | null | undefined;
|
|
592
|
+
vatRate?: number | null | undefined;
|
|
593
|
+
}, {
|
|
594
|
+
description: string;
|
|
595
|
+
id: number;
|
|
596
|
+
createdAt: Date;
|
|
597
|
+
invoiceId: string;
|
|
598
|
+
quantity: number;
|
|
599
|
+
unitPrice: number;
|
|
600
|
+
total: number;
|
|
601
|
+
itemOnPlatformId?: string | null | undefined;
|
|
602
|
+
vatRate?: number | null | undefined;
|
|
603
|
+
}>, "many">>>;
|
|
604
|
+
createdAt: z.ZodDate;
|
|
605
|
+
updatedAt: z.ZodDate;
|
|
606
|
+
}, "strip", z.ZodTypeAny, {
|
|
607
|
+
type: "SALE" | "PURCHASE";
|
|
608
|
+
status: string;
|
|
609
|
+
id: string;
|
|
610
|
+
createdAt: Date;
|
|
611
|
+
userId: number;
|
|
612
|
+
currency: string;
|
|
613
|
+
orderId: string;
|
|
614
|
+
updatedAt: Date;
|
|
615
|
+
total: number;
|
|
616
|
+
invoiceNumber: string;
|
|
617
|
+
businessProfileId: string;
|
|
618
|
+
issueDate: Date;
|
|
619
|
+
subtotal: number;
|
|
620
|
+
fileId?: string | null | undefined;
|
|
621
|
+
file?: {
|
|
622
|
+
path: string;
|
|
623
|
+
id: string;
|
|
624
|
+
createdAt: Date;
|
|
625
|
+
userId: number;
|
|
626
|
+
signedUrl: string;
|
|
627
|
+
} | null | undefined;
|
|
628
|
+
vatRate?: number | null | undefined;
|
|
629
|
+
businessProfile?: {
|
|
630
|
+
id: string;
|
|
631
|
+
createdAt: Date;
|
|
632
|
+
userId: number;
|
|
633
|
+
updatedAt: Date;
|
|
634
|
+
businessName: string;
|
|
635
|
+
address: string;
|
|
636
|
+
isActive: boolean;
|
|
637
|
+
email?: string | null | undefined;
|
|
638
|
+
phone?: string | null | undefined;
|
|
639
|
+
siret?: string | null | undefined;
|
|
640
|
+
vatNumber?: string | null | undefined;
|
|
641
|
+
logoFileId?: string | null | undefined;
|
|
642
|
+
logo?: {
|
|
643
|
+
path: string;
|
|
644
|
+
id: string;
|
|
645
|
+
createdAt: Date;
|
|
646
|
+
userId: number;
|
|
647
|
+
signedUrl: string;
|
|
648
|
+
} | null | undefined;
|
|
649
|
+
} | null | undefined;
|
|
650
|
+
customerId?: string | null | undefined;
|
|
651
|
+
customer?: {
|
|
652
|
+
id: string;
|
|
653
|
+
userId: number;
|
|
654
|
+
firstName: string;
|
|
655
|
+
lastName: string;
|
|
656
|
+
birthDate: Date;
|
|
657
|
+
email: string;
|
|
658
|
+
idNumber: string;
|
|
659
|
+
phone: string;
|
|
660
|
+
iban: string;
|
|
661
|
+
bic: string;
|
|
662
|
+
phoneVerified: boolean;
|
|
663
|
+
addressLine1?: string | null | undefined;
|
|
664
|
+
addressLine2?: string | null | undefined;
|
|
665
|
+
city?: string | null | undefined;
|
|
666
|
+
postalCode?: string | null | undefined;
|
|
667
|
+
country?: string | null | undefined;
|
|
668
|
+
} | null | undefined;
|
|
669
|
+
dueDate?: Date | null | undefined;
|
|
670
|
+
vatAmount?: number | null | undefined;
|
|
671
|
+
notes?: string | null | undefined;
|
|
672
|
+
lineItems?: {
|
|
673
|
+
description: string;
|
|
674
|
+
id: number;
|
|
675
|
+
createdAt: Date;
|
|
676
|
+
invoiceId: string;
|
|
677
|
+
quantity: number;
|
|
678
|
+
unitPrice: number;
|
|
679
|
+
total: number;
|
|
680
|
+
itemOnPlatformId?: string | null | undefined;
|
|
681
|
+
vatRate?: number | null | undefined;
|
|
682
|
+
}[] | null | undefined;
|
|
683
|
+
}, {
|
|
684
|
+
type: "SALE" | "PURCHASE";
|
|
685
|
+
status: string;
|
|
686
|
+
id: string;
|
|
687
|
+
createdAt: Date;
|
|
688
|
+
userId: number;
|
|
689
|
+
currency: string;
|
|
690
|
+
orderId: string;
|
|
691
|
+
updatedAt: Date;
|
|
692
|
+
total: number;
|
|
693
|
+
invoiceNumber: string;
|
|
694
|
+
businessProfileId: string;
|
|
695
|
+
issueDate: Date;
|
|
696
|
+
subtotal: number;
|
|
697
|
+
fileId?: string | null | undefined;
|
|
698
|
+
file?: {
|
|
699
|
+
path: string;
|
|
700
|
+
id: string;
|
|
701
|
+
createdAt: Date;
|
|
702
|
+
userId: number;
|
|
703
|
+
signedUrl: string;
|
|
704
|
+
} | null | undefined;
|
|
705
|
+
vatRate?: number | null | undefined;
|
|
706
|
+
businessProfile?: {
|
|
707
|
+
id: string;
|
|
708
|
+
createdAt: Date;
|
|
709
|
+
userId: number;
|
|
710
|
+
updatedAt: Date;
|
|
711
|
+
businessName: string;
|
|
712
|
+
address: string;
|
|
713
|
+
isActive: boolean;
|
|
714
|
+
email?: string | null | undefined;
|
|
715
|
+
phone?: string | null | undefined;
|
|
716
|
+
siret?: string | null | undefined;
|
|
717
|
+
vatNumber?: string | null | undefined;
|
|
718
|
+
logoFileId?: string | null | undefined;
|
|
719
|
+
logo?: {
|
|
720
|
+
path: string;
|
|
721
|
+
id: string;
|
|
722
|
+
createdAt: Date;
|
|
723
|
+
userId: number;
|
|
724
|
+
signedUrl: string;
|
|
725
|
+
} | null | undefined;
|
|
726
|
+
} | null | undefined;
|
|
727
|
+
customerId?: string | null | undefined;
|
|
728
|
+
customer?: {
|
|
729
|
+
id: string;
|
|
730
|
+
userId: number;
|
|
731
|
+
firstName: string;
|
|
732
|
+
lastName: string;
|
|
733
|
+
birthDate: Date;
|
|
734
|
+
email: string;
|
|
735
|
+
idNumber: string;
|
|
736
|
+
phone: string;
|
|
737
|
+
iban: string;
|
|
738
|
+
bic: string;
|
|
739
|
+
phoneVerified: boolean;
|
|
740
|
+
addressLine1?: string | null | undefined;
|
|
741
|
+
addressLine2?: string | null | undefined;
|
|
742
|
+
city?: string | null | undefined;
|
|
743
|
+
postalCode?: string | null | undefined;
|
|
744
|
+
country?: string | null | undefined;
|
|
745
|
+
} | null | undefined;
|
|
746
|
+
dueDate?: Date | null | undefined;
|
|
747
|
+
vatAmount?: number | null | undefined;
|
|
748
|
+
notes?: string | null | undefined;
|
|
749
|
+
lineItems?: {
|
|
750
|
+
description: string;
|
|
751
|
+
id: number;
|
|
752
|
+
createdAt: Date;
|
|
753
|
+
invoiceId: string;
|
|
754
|
+
quantity: number;
|
|
755
|
+
unitPrice: number;
|
|
756
|
+
total: number;
|
|
757
|
+
itemOnPlatformId?: string | null | undefined;
|
|
758
|
+
vatRate?: number | null | undefined;
|
|
759
|
+
}[] | null | undefined;
|
|
760
|
+
}>, "many">>>;
|
|
411
761
|
isPrepared: z.ZodBoolean;
|
|
412
762
|
}, "strip", z.ZodTypeAny, {
|
|
413
763
|
type: "SALE" | "PURCHASE";
|
|
@@ -422,30 +772,30 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
422
772
|
transactionId?: string | null | undefined;
|
|
423
773
|
labels?: {
|
|
424
774
|
id: string;
|
|
425
|
-
orderId: string;
|
|
426
775
|
fileId: string;
|
|
776
|
+
orderId: string;
|
|
427
777
|
nonCroppedFileId: string;
|
|
428
778
|
originalFileId: string;
|
|
429
|
-
|
|
779
|
+
originalFile?: {
|
|
430
780
|
path: string;
|
|
431
|
-
userId: string | number;
|
|
432
781
|
id: string;
|
|
433
782
|
createdAt: Date;
|
|
783
|
+
userId: number;
|
|
434
784
|
signedUrl: string;
|
|
435
785
|
} | null | undefined;
|
|
436
|
-
|
|
786
|
+
carrier?: "UNKNOWN" | "MONDIAL_RELAY" | "MONDIAL_RELAY_2" | "MONDIAL_RELAY_3" | "MONDIAL_RELAY_4" | "UPS" | "CHRONOPOST" | "COLISSIMO" | "RELAIS_COLIS" | "VINTED_GO" | "VINTED_GO_BE" | "VINTED_VERIF" | "B_POST" | "VINTED_GO_IT" | "DPD" | "VINTED_GO_DIGITAL" | "DHL" | null | undefined;
|
|
787
|
+
file?: {
|
|
437
788
|
path: string;
|
|
438
|
-
userId: string | number;
|
|
439
789
|
id: string;
|
|
440
790
|
createdAt: Date;
|
|
791
|
+
userId: number;
|
|
441
792
|
signedUrl: string;
|
|
442
793
|
} | null | undefined;
|
|
443
|
-
carrier?: "UNKNOWN" | "MONDIAL_RELAY" | "MONDIAL_RELAY_2" | "MONDIAL_RELAY_3" | "MONDIAL_RELAY_4" | "UPS" | "CHRONOPOST" | "COLISSIMO" | "RELAIS_COLIS" | "VINTED_GO" | "VINTED_GO_BE" | "VINTED_VERIF" | "B_POST" | "VINTED_GO_IT" | "DPD" | "VINTED_GO_DIGITAL" | "DHL" | null | undefined;
|
|
444
794
|
nonCroppedFile?: {
|
|
445
795
|
path: string;
|
|
446
|
-
userId: string | number;
|
|
447
796
|
id: string;
|
|
448
797
|
createdAt: Date;
|
|
798
|
+
userId: number;
|
|
449
799
|
signedUrl: string;
|
|
450
800
|
} | null | undefined;
|
|
451
801
|
}[] | null | undefined;
|
|
@@ -457,13 +807,13 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
457
807
|
trackingLink?: string | null | undefined;
|
|
458
808
|
availableUntil?: Date | null | undefined;
|
|
459
809
|
pickupPoint?: {
|
|
810
|
+
name: string;
|
|
460
811
|
id: string;
|
|
461
812
|
accountId: string;
|
|
462
|
-
|
|
463
|
-
postalCode: string;
|
|
813
|
+
addressLine1: string;
|
|
464
814
|
city: string;
|
|
815
|
+
postalCode: string;
|
|
465
816
|
countryCode: string;
|
|
466
|
-
addressLine1: string;
|
|
467
817
|
platformPickupPointId: string;
|
|
468
818
|
addressLine2?: string | null | undefined;
|
|
469
819
|
latitude?: number | null | undefined;
|
|
@@ -474,24 +824,24 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
474
824
|
orderId: string;
|
|
475
825
|
itemOnPlatformId: string;
|
|
476
826
|
itemOnPlatform?: {
|
|
477
|
-
status: "PENDING" | "DRAFT" | "
|
|
827
|
+
status: "PENDING" | "DRAFT" | "ARCHIVED" | "DISPUTE" | "DELETED" | "ONLINE" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "ERROR";
|
|
478
828
|
id: string;
|
|
479
|
-
updatedAt: Date;
|
|
480
|
-
accountId: string;
|
|
481
829
|
createdAt: Date;
|
|
482
|
-
|
|
830
|
+
accountId: string;
|
|
831
|
+
itemId: number;
|
|
483
832
|
platformId: string;
|
|
484
833
|
platformUrl: string;
|
|
485
834
|
platformPrice: number;
|
|
835
|
+
updatedAt: Date;
|
|
486
836
|
publishedAt: Date;
|
|
487
837
|
conversationId?: string | null | undefined;
|
|
488
838
|
viewsCount?: number | null | undefined;
|
|
489
839
|
favoritesCount?: number | null | undefined;
|
|
490
840
|
account?: {
|
|
491
841
|
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
492
|
-
userId: string | number;
|
|
493
|
-
accountId: string;
|
|
494
842
|
name: string;
|
|
843
|
+
userId: number;
|
|
844
|
+
accountId: string;
|
|
495
845
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
496
846
|
locale?: string | null | undefined;
|
|
497
847
|
night?: {
|
|
@@ -504,6 +854,84 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
504
854
|
} | null | undefined;
|
|
505
855
|
} | null | undefined;
|
|
506
856
|
}[] | null | undefined;
|
|
857
|
+
invoices?: {
|
|
858
|
+
type: "SALE" | "PURCHASE";
|
|
859
|
+
status: string;
|
|
860
|
+
id: string;
|
|
861
|
+
createdAt: Date;
|
|
862
|
+
userId: number;
|
|
863
|
+
currency: string;
|
|
864
|
+
orderId: string;
|
|
865
|
+
updatedAt: Date;
|
|
866
|
+
total: number;
|
|
867
|
+
invoiceNumber: string;
|
|
868
|
+
businessProfileId: string;
|
|
869
|
+
issueDate: Date;
|
|
870
|
+
subtotal: number;
|
|
871
|
+
fileId?: string | null | undefined;
|
|
872
|
+
file?: {
|
|
873
|
+
path: string;
|
|
874
|
+
id: string;
|
|
875
|
+
createdAt: Date;
|
|
876
|
+
userId: number;
|
|
877
|
+
signedUrl: string;
|
|
878
|
+
} | null | undefined;
|
|
879
|
+
vatRate?: number | null | undefined;
|
|
880
|
+
businessProfile?: {
|
|
881
|
+
id: string;
|
|
882
|
+
createdAt: Date;
|
|
883
|
+
userId: number;
|
|
884
|
+
updatedAt: Date;
|
|
885
|
+
businessName: string;
|
|
886
|
+
address: string;
|
|
887
|
+
isActive: boolean;
|
|
888
|
+
email?: string | null | undefined;
|
|
889
|
+
phone?: string | null | undefined;
|
|
890
|
+
siret?: string | null | undefined;
|
|
891
|
+
vatNumber?: string | null | undefined;
|
|
892
|
+
logoFileId?: string | null | undefined;
|
|
893
|
+
logo?: {
|
|
894
|
+
path: string;
|
|
895
|
+
id: string;
|
|
896
|
+
createdAt: Date;
|
|
897
|
+
userId: number;
|
|
898
|
+
signedUrl: string;
|
|
899
|
+
} | null | undefined;
|
|
900
|
+
} | null | undefined;
|
|
901
|
+
customerId?: string | null | undefined;
|
|
902
|
+
customer?: {
|
|
903
|
+
id: string;
|
|
904
|
+
userId: number;
|
|
905
|
+
firstName: string;
|
|
906
|
+
lastName: string;
|
|
907
|
+
birthDate: Date;
|
|
908
|
+
email: string;
|
|
909
|
+
idNumber: string;
|
|
910
|
+
phone: string;
|
|
911
|
+
iban: string;
|
|
912
|
+
bic: string;
|
|
913
|
+
phoneVerified: boolean;
|
|
914
|
+
addressLine1?: string | null | undefined;
|
|
915
|
+
addressLine2?: string | null | undefined;
|
|
916
|
+
city?: string | null | undefined;
|
|
917
|
+
postalCode?: string | null | undefined;
|
|
918
|
+
country?: string | null | undefined;
|
|
919
|
+
} | null | undefined;
|
|
920
|
+
dueDate?: Date | null | undefined;
|
|
921
|
+
vatAmount?: number | null | undefined;
|
|
922
|
+
notes?: string | null | undefined;
|
|
923
|
+
lineItems?: {
|
|
924
|
+
description: string;
|
|
925
|
+
id: number;
|
|
926
|
+
createdAt: Date;
|
|
927
|
+
invoiceId: string;
|
|
928
|
+
quantity: number;
|
|
929
|
+
unitPrice: number;
|
|
930
|
+
total: number;
|
|
931
|
+
itemOnPlatformId?: string | null | undefined;
|
|
932
|
+
vatRate?: number | null | undefined;
|
|
933
|
+
}[] | null | undefined;
|
|
934
|
+
}[] | null | undefined;
|
|
507
935
|
}, {
|
|
508
936
|
type: "SALE" | "PURCHASE";
|
|
509
937
|
status: "UNKNOWN" | "PAYMENT_VALIDATED" | "ORDER_CANCELED" | "SHIPPING_LABEL_SENT_TO_SELLER" | "ORDER_SHIPPED" | "DELIVERED_TO_POST_OFFICE_OR_PICKUP_POINT" | "ORDER_RECEIVED" | "ORDER_FINALIZED" | "RETURN_INITIATED" | "REFUND_DONE" | "ORDER_CANCELED_ITEM_UNAVAILABLE" | "ORDER_CANCELED_BY_VINTED" | "ORDER_DISPUTE_STARTED" | "ORDER_CANCELED_DUE_TO_LATE_SHIPPING" | "SHIPPING_LABEL_ORDERED" | "ORDER_RETURNED_TO_SENDER" | "PAYMENT_FAILED" | "ORDER_SUSPENDED" | "SHIPPING_TO_VERIFICATION_CENTER" | "PAYMENT_IN_PROGRESS" | "SENT_TO_VERIFICATION_CENTER" | "SHIPPING_FROM_VERIFICATION_CENTER";
|
|
@@ -517,30 +945,30 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
517
945
|
transactionId?: string | null | undefined;
|
|
518
946
|
labels?: {
|
|
519
947
|
id: string;
|
|
520
|
-
orderId: string;
|
|
521
948
|
fileId: string;
|
|
949
|
+
orderId: string;
|
|
522
950
|
nonCroppedFileId: string;
|
|
523
951
|
originalFileId: string;
|
|
524
|
-
|
|
952
|
+
originalFile?: {
|
|
525
953
|
path: string;
|
|
526
|
-
userId: string | number;
|
|
527
954
|
id: string;
|
|
528
955
|
createdAt: Date;
|
|
956
|
+
userId: number;
|
|
529
957
|
signedUrl: string;
|
|
530
958
|
} | null | undefined;
|
|
531
|
-
|
|
959
|
+
carrier?: "UNKNOWN" | "MONDIAL_RELAY" | "MONDIAL_RELAY_2" | "MONDIAL_RELAY_3" | "MONDIAL_RELAY_4" | "UPS" | "CHRONOPOST" | "COLISSIMO" | "RELAIS_COLIS" | "VINTED_GO" | "VINTED_GO_BE" | "VINTED_VERIF" | "B_POST" | "VINTED_GO_IT" | "DPD" | "VINTED_GO_DIGITAL" | "DHL" | null | undefined;
|
|
960
|
+
file?: {
|
|
532
961
|
path: string;
|
|
533
|
-
userId: string | number;
|
|
534
962
|
id: string;
|
|
535
963
|
createdAt: Date;
|
|
964
|
+
userId: number;
|
|
536
965
|
signedUrl: string;
|
|
537
966
|
} | null | undefined;
|
|
538
|
-
carrier?: "UNKNOWN" | "MONDIAL_RELAY" | "MONDIAL_RELAY_2" | "MONDIAL_RELAY_3" | "MONDIAL_RELAY_4" | "UPS" | "CHRONOPOST" | "COLISSIMO" | "RELAIS_COLIS" | "VINTED_GO" | "VINTED_GO_BE" | "VINTED_VERIF" | "B_POST" | "VINTED_GO_IT" | "DPD" | "VINTED_GO_DIGITAL" | "DHL" | null | undefined;
|
|
539
967
|
nonCroppedFile?: {
|
|
540
968
|
path: string;
|
|
541
|
-
userId: string | number;
|
|
542
969
|
id: string;
|
|
543
970
|
createdAt: Date;
|
|
971
|
+
userId: number;
|
|
544
972
|
signedUrl: string;
|
|
545
973
|
} | null | undefined;
|
|
546
974
|
}[] | null | undefined;
|
|
@@ -552,13 +980,13 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
552
980
|
trackingLink?: string | null | undefined;
|
|
553
981
|
availableUntil?: Date | null | undefined;
|
|
554
982
|
pickupPoint?: {
|
|
983
|
+
name: string;
|
|
555
984
|
id: string;
|
|
556
985
|
accountId: string;
|
|
557
|
-
|
|
558
|
-
postalCode: string;
|
|
986
|
+
addressLine1: string;
|
|
559
987
|
city: string;
|
|
988
|
+
postalCode: string;
|
|
560
989
|
countryCode: string;
|
|
561
|
-
addressLine1: string;
|
|
562
990
|
platformPickupPointId: string;
|
|
563
991
|
addressLine2?: string | null | undefined;
|
|
564
992
|
latitude?: number | null | undefined;
|
|
@@ -569,24 +997,24 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
569
997
|
orderId: string;
|
|
570
998
|
itemOnPlatformId: string;
|
|
571
999
|
itemOnPlatform?: {
|
|
572
|
-
status: "PENDING" | "DRAFT" | "
|
|
1000
|
+
status: "PENDING" | "DRAFT" | "ARCHIVED" | "DISPUTE" | "DELETED" | "ONLINE" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "ERROR";
|
|
573
1001
|
id: string;
|
|
574
|
-
updatedAt: Date;
|
|
575
|
-
accountId: string;
|
|
576
1002
|
createdAt: Date;
|
|
577
|
-
|
|
1003
|
+
accountId: string;
|
|
1004
|
+
itemId: number;
|
|
578
1005
|
platformId: string;
|
|
579
1006
|
platformUrl: string;
|
|
580
1007
|
platformPrice: number;
|
|
1008
|
+
updatedAt: Date;
|
|
581
1009
|
publishedAt: Date;
|
|
582
1010
|
conversationId?: string | null | undefined;
|
|
583
1011
|
viewsCount?: number | null | undefined;
|
|
584
1012
|
favoritesCount?: number | null | undefined;
|
|
585
1013
|
account?: {
|
|
586
1014
|
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
587
|
-
userId: string | number;
|
|
588
|
-
accountId: string;
|
|
589
1015
|
name: string;
|
|
1016
|
+
userId: number;
|
|
1017
|
+
accountId: string;
|
|
590
1018
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
591
1019
|
locale?: string | null | undefined;
|
|
592
1020
|
night?: {
|
|
@@ -599,6 +1027,84 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
599
1027
|
} | null | undefined;
|
|
600
1028
|
} | null | undefined;
|
|
601
1029
|
}[] | null | undefined;
|
|
1030
|
+
invoices?: {
|
|
1031
|
+
type: "SALE" | "PURCHASE";
|
|
1032
|
+
status: string;
|
|
1033
|
+
id: string;
|
|
1034
|
+
createdAt: Date;
|
|
1035
|
+
userId: number;
|
|
1036
|
+
currency: string;
|
|
1037
|
+
orderId: string;
|
|
1038
|
+
updatedAt: Date;
|
|
1039
|
+
total: number;
|
|
1040
|
+
invoiceNumber: string;
|
|
1041
|
+
businessProfileId: string;
|
|
1042
|
+
issueDate: Date;
|
|
1043
|
+
subtotal: number;
|
|
1044
|
+
fileId?: string | null | undefined;
|
|
1045
|
+
file?: {
|
|
1046
|
+
path: string;
|
|
1047
|
+
id: string;
|
|
1048
|
+
createdAt: Date;
|
|
1049
|
+
userId: number;
|
|
1050
|
+
signedUrl: string;
|
|
1051
|
+
} | null | undefined;
|
|
1052
|
+
vatRate?: number | null | undefined;
|
|
1053
|
+
businessProfile?: {
|
|
1054
|
+
id: string;
|
|
1055
|
+
createdAt: Date;
|
|
1056
|
+
userId: number;
|
|
1057
|
+
updatedAt: Date;
|
|
1058
|
+
businessName: string;
|
|
1059
|
+
address: string;
|
|
1060
|
+
isActive: boolean;
|
|
1061
|
+
email?: string | null | undefined;
|
|
1062
|
+
phone?: string | null | undefined;
|
|
1063
|
+
siret?: string | null | undefined;
|
|
1064
|
+
vatNumber?: string | null | undefined;
|
|
1065
|
+
logoFileId?: string | null | undefined;
|
|
1066
|
+
logo?: {
|
|
1067
|
+
path: string;
|
|
1068
|
+
id: string;
|
|
1069
|
+
createdAt: Date;
|
|
1070
|
+
userId: number;
|
|
1071
|
+
signedUrl: string;
|
|
1072
|
+
} | null | undefined;
|
|
1073
|
+
} | null | undefined;
|
|
1074
|
+
customerId?: string | null | undefined;
|
|
1075
|
+
customer?: {
|
|
1076
|
+
id: string;
|
|
1077
|
+
userId: number;
|
|
1078
|
+
firstName: string;
|
|
1079
|
+
lastName: string;
|
|
1080
|
+
birthDate: Date;
|
|
1081
|
+
email: string;
|
|
1082
|
+
idNumber: string;
|
|
1083
|
+
phone: string;
|
|
1084
|
+
iban: string;
|
|
1085
|
+
bic: string;
|
|
1086
|
+
phoneVerified: boolean;
|
|
1087
|
+
addressLine1?: string | null | undefined;
|
|
1088
|
+
addressLine2?: string | null | undefined;
|
|
1089
|
+
city?: string | null | undefined;
|
|
1090
|
+
postalCode?: string | null | undefined;
|
|
1091
|
+
country?: string | null | undefined;
|
|
1092
|
+
} | null | undefined;
|
|
1093
|
+
dueDate?: Date | null | undefined;
|
|
1094
|
+
vatAmount?: number | null | undefined;
|
|
1095
|
+
notes?: string | null | undefined;
|
|
1096
|
+
lineItems?: {
|
|
1097
|
+
description: string;
|
|
1098
|
+
id: number;
|
|
1099
|
+
createdAt: Date;
|
|
1100
|
+
invoiceId: string;
|
|
1101
|
+
quantity: number;
|
|
1102
|
+
unitPrice: number;
|
|
1103
|
+
total: number;
|
|
1104
|
+
itemOnPlatformId?: string | null | undefined;
|
|
1105
|
+
vatRate?: number | null | undefined;
|
|
1106
|
+
}[] | null | undefined;
|
|
1107
|
+
}[] | null | undefined;
|
|
602
1108
|
}>;
|
|
603
1109
|
items: z.ZodArray<z.ZodObject<{
|
|
604
1110
|
id: z.ZodNumber;
|
|
@@ -608,49 +1114,49 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
608
1114
|
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
609
1115
|
files: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
610
1116
|
fileId: z.ZodString;
|
|
611
|
-
itemId: z.
|
|
1117
|
+
itemId: z.ZodNumber;
|
|
612
1118
|
index: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
613
1119
|
file: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
614
1120
|
id: z.ZodString;
|
|
615
|
-
userId: z.
|
|
1121
|
+
userId: z.ZodNumber;
|
|
616
1122
|
path: z.ZodString;
|
|
617
1123
|
signedUrl: z.ZodString;
|
|
618
1124
|
createdAt: z.ZodDate;
|
|
619
1125
|
}, "strip", z.ZodTypeAny, {
|
|
620
1126
|
path: string;
|
|
621
|
-
userId: string | number;
|
|
622
1127
|
id: string;
|
|
623
1128
|
createdAt: Date;
|
|
1129
|
+
userId: number;
|
|
624
1130
|
signedUrl: string;
|
|
625
1131
|
}, {
|
|
626
1132
|
path: string;
|
|
627
|
-
userId: string | number;
|
|
628
1133
|
id: string;
|
|
629
1134
|
createdAt: Date;
|
|
1135
|
+
userId: number;
|
|
630
1136
|
signedUrl: string;
|
|
631
1137
|
}>>>;
|
|
632
1138
|
}, "strip", z.ZodTypeAny, {
|
|
633
|
-
itemId: string | number;
|
|
634
1139
|
fileId: string;
|
|
635
|
-
|
|
1140
|
+
itemId: number;
|
|
636
1141
|
file?: {
|
|
637
1142
|
path: string;
|
|
638
|
-
userId: string | number;
|
|
639
1143
|
id: string;
|
|
640
1144
|
createdAt: Date;
|
|
1145
|
+
userId: number;
|
|
641
1146
|
signedUrl: string;
|
|
642
1147
|
} | null | undefined;
|
|
1148
|
+
index?: number | null | undefined;
|
|
643
1149
|
}, {
|
|
644
|
-
itemId: string | number;
|
|
645
1150
|
fileId: string;
|
|
646
|
-
|
|
1151
|
+
itemId: number;
|
|
647
1152
|
file?: {
|
|
648
1153
|
path: string;
|
|
649
|
-
userId: string | number;
|
|
650
1154
|
id: string;
|
|
651
1155
|
createdAt: Date;
|
|
1156
|
+
userId: number;
|
|
652
1157
|
signedUrl: string;
|
|
653
1158
|
} | null | undefined;
|
|
1159
|
+
index?: number | null | undefined;
|
|
654
1160
|
}>, "many">>>;
|
|
655
1161
|
categoryId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
656
1162
|
brandId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -667,7 +1173,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
667
1173
|
sellingPlaceId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
668
1174
|
estimatedPrice: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
669
1175
|
fees: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
670
|
-
id: z.
|
|
1176
|
+
id: z.ZodNumber;
|
|
671
1177
|
type: z.ZodString;
|
|
672
1178
|
value: z.ZodNumber;
|
|
673
1179
|
name: z.ZodString;
|
|
@@ -676,114 +1182,114 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
676
1182
|
startDate: z.ZodDate;
|
|
677
1183
|
endDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
678
1184
|
active: z.ZodBoolean;
|
|
679
|
-
userId: z.
|
|
680
|
-
itemId: z.ZodOptional<z.ZodNullable<z.
|
|
681
|
-
parentFeeId: z.ZodOptional<z.ZodNullable<z.
|
|
1185
|
+
userId: z.ZodNumber;
|
|
1186
|
+
itemId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1187
|
+
parentFeeId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
682
1188
|
createdAt: z.ZodDate;
|
|
683
1189
|
updatedAt: z.ZodDate;
|
|
684
1190
|
}, "strip", z.ZodTypeAny, {
|
|
685
1191
|
value: number;
|
|
686
1192
|
type: string;
|
|
687
|
-
userId: string | number;
|
|
688
|
-
id: string | number;
|
|
689
|
-
updatedAt: Date;
|
|
690
1193
|
name: string;
|
|
1194
|
+
id: number;
|
|
691
1195
|
createdAt: Date;
|
|
1196
|
+
userId: number;
|
|
1197
|
+
updatedAt: Date;
|
|
692
1198
|
recurrence: "UNIQUE" | "MONTHLY" | "YEARLY";
|
|
693
1199
|
startDate: Date;
|
|
694
1200
|
active: boolean;
|
|
695
1201
|
description?: string | null | undefined;
|
|
696
|
-
itemId?:
|
|
1202
|
+
itemId?: number | null | undefined;
|
|
697
1203
|
endDate?: Date | null | undefined;
|
|
698
|
-
parentFeeId?:
|
|
1204
|
+
parentFeeId?: number | null | undefined;
|
|
699
1205
|
}, {
|
|
700
1206
|
value: number;
|
|
701
1207
|
type: string;
|
|
702
|
-
userId: string | number;
|
|
703
|
-
id: string | number;
|
|
704
|
-
updatedAt: Date;
|
|
705
1208
|
name: string;
|
|
1209
|
+
id: number;
|
|
706
1210
|
createdAt: Date;
|
|
1211
|
+
userId: number;
|
|
1212
|
+
updatedAt: Date;
|
|
707
1213
|
recurrence: "UNIQUE" | "MONTHLY" | "YEARLY";
|
|
708
1214
|
startDate: Date;
|
|
709
1215
|
active: boolean;
|
|
710
1216
|
description?: string | null | undefined;
|
|
711
|
-
itemId?:
|
|
1217
|
+
itemId?: number | null | undefined;
|
|
712
1218
|
endDate?: Date | null | undefined;
|
|
713
|
-
parentFeeId?:
|
|
1219
|
+
parentFeeId?: number | null | undefined;
|
|
714
1220
|
}>, "many">>>;
|
|
715
1221
|
feesSum: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
716
1222
|
labels: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
717
|
-
labelId: z.
|
|
718
|
-
itemId: z.
|
|
1223
|
+
labelId: z.ZodNumber;
|
|
1224
|
+
itemId: z.ZodNumber;
|
|
719
1225
|
label: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
720
|
-
id: z.
|
|
1226
|
+
id: z.ZodNumber;
|
|
721
1227
|
name: z.ZodString;
|
|
722
|
-
userId: z.ZodOptional<z.ZodNullable<z.
|
|
1228
|
+
userId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
723
1229
|
isUserLabel: z.ZodBoolean;
|
|
724
1230
|
createdAt: z.ZodDate;
|
|
725
1231
|
itemCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
726
1232
|
parentId: z.ZodUnknown;
|
|
727
1233
|
}, "strip", z.ZodTypeAny, {
|
|
728
|
-
id: string | number;
|
|
729
1234
|
name: string;
|
|
1235
|
+
id: number;
|
|
730
1236
|
createdAt: Date;
|
|
731
1237
|
isUserLabel: boolean;
|
|
732
|
-
userId?: string | number | null | undefined;
|
|
733
1238
|
itemCount?: number | null | undefined;
|
|
1239
|
+
userId?: number | null | undefined;
|
|
734
1240
|
parentId?: unknown;
|
|
735
1241
|
}, {
|
|
736
|
-
id: string | number;
|
|
737
1242
|
name: string;
|
|
1243
|
+
id: number;
|
|
738
1244
|
createdAt: Date;
|
|
739
1245
|
isUserLabel: boolean;
|
|
740
|
-
userId?: string | number | null | undefined;
|
|
741
1246
|
itemCount?: number | null | undefined;
|
|
1247
|
+
userId?: number | null | undefined;
|
|
742
1248
|
parentId?: unknown;
|
|
743
1249
|
}>>>;
|
|
744
1250
|
}, "strip", z.ZodTypeAny, {
|
|
745
|
-
itemId:
|
|
746
|
-
labelId:
|
|
1251
|
+
itemId: number;
|
|
1252
|
+
labelId: number;
|
|
747
1253
|
label?: {
|
|
748
|
-
id: string | number;
|
|
749
1254
|
name: string;
|
|
1255
|
+
id: number;
|
|
750
1256
|
createdAt: Date;
|
|
751
1257
|
isUserLabel: boolean;
|
|
752
|
-
userId?: string | number | null | undefined;
|
|
753
1258
|
itemCount?: number | null | undefined;
|
|
1259
|
+
userId?: number | null | undefined;
|
|
754
1260
|
parentId?: unknown;
|
|
755
1261
|
} | null | undefined;
|
|
756
1262
|
}, {
|
|
757
|
-
itemId:
|
|
758
|
-
labelId:
|
|
1263
|
+
itemId: number;
|
|
1264
|
+
labelId: number;
|
|
759
1265
|
label?: {
|
|
760
|
-
id: string | number;
|
|
761
1266
|
name: string;
|
|
1267
|
+
id: number;
|
|
762
1268
|
createdAt: Date;
|
|
763
1269
|
isUserLabel: boolean;
|
|
764
|
-
userId?: string | number | null | undefined;
|
|
765
1270
|
itemCount?: number | null | undefined;
|
|
1271
|
+
userId?: number | null | undefined;
|
|
766
1272
|
parentId?: unknown;
|
|
767
1273
|
} | null | undefined;
|
|
768
1274
|
}>, "many">>>;
|
|
769
1275
|
colorIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
770
1276
|
packageSizeId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
771
1277
|
fields: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
772
|
-
itemId: z.
|
|
773
|
-
fieldId: z.
|
|
1278
|
+
itemId: z.ZodNumber;
|
|
1279
|
+
fieldId: z.ZodNumber;
|
|
774
1280
|
value: z.ZodString;
|
|
775
1281
|
}, "strip", z.ZodTypeAny, {
|
|
776
1282
|
value: string;
|
|
777
|
-
itemId:
|
|
778
|
-
fieldId:
|
|
1283
|
+
itemId: number;
|
|
1284
|
+
fieldId: number;
|
|
779
1285
|
}, {
|
|
780
1286
|
value: string;
|
|
781
|
-
itemId:
|
|
782
|
-
fieldId:
|
|
1287
|
+
itemId: number;
|
|
1288
|
+
fieldId: number;
|
|
783
1289
|
}>, "many">>>;
|
|
784
1290
|
lastHistory: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
785
1291
|
id: z.ZodString;
|
|
786
|
-
itemId: z.
|
|
1292
|
+
itemId: z.ZodNumber;
|
|
787
1293
|
type: z.ZodEnum<["IMPORTED", "ARCHIVED", "UNARCHIVED", "PUBLISHED", "FAILED_TO_PUBLISH", "SCHEDULED_RETRY", "REPUBLISHING_RETRY", "PUBLISH_CANCELED", "SCHEDULED", "REPUBLISHING", "IMAGE_PROCESSING_DONE", "REPUBLISHED", "REPUBLISH_CANCELED", "UPDATING", "UPDATED", "UPDATE_CANCELED", "CANCELED", "DISPUTE", "DELETING", "DELETED", "TO_BE_SENT", "IN_TRANSIT", "BUYER_PAID", "DELIVERED", "RECEIVED", "FINALIZED", "RETURN", "REFUND", "LIFECYCLE_STARTED", "LIFECYCLE_COMPLETED", "LIFECYCLE_CANCELED"]>;
|
|
788
1294
|
data: z.ZodOptional<z.ZodNullable<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
789
1295
|
data: z.ZodObject<{
|
|
@@ -878,11 +1384,11 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
878
1384
|
autoFixable: z.ZodBoolean;
|
|
879
1385
|
error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
880
1386
|
}, "strip", z.ZodTypeAny, {
|
|
881
|
-
field: "
|
|
1387
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS" | "MATERIAL" | "MEASUREMENT_LENGTH" | "MEASUREMENT_WIDTH" | "IS_UNISEX";
|
|
882
1388
|
autoFixable: boolean;
|
|
883
1389
|
error?: string | null | undefined;
|
|
884
1390
|
}, {
|
|
885
|
-
field: "
|
|
1391
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS" | "MATERIAL" | "MEASUREMENT_LENGTH" | "MEASUREMENT_WIDTH" | "IS_UNISEX";
|
|
886
1392
|
autoFixable: boolean;
|
|
887
1393
|
error?: string | null | undefined;
|
|
888
1394
|
}>, "many">>>;
|
|
@@ -892,7 +1398,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
892
1398
|
accountId?: string | null | undefined;
|
|
893
1399
|
reason?: string | null | undefined;
|
|
894
1400
|
fields?: {
|
|
895
|
-
field: "
|
|
1401
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS" | "MATERIAL" | "MEASUREMENT_LENGTH" | "MEASUREMENT_WIDTH" | "IS_UNISEX";
|
|
896
1402
|
autoFixable: boolean;
|
|
897
1403
|
error?: string | null | undefined;
|
|
898
1404
|
}[] | null | undefined;
|
|
@@ -902,7 +1408,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
902
1408
|
accountId?: string | null | undefined;
|
|
903
1409
|
reason?: string | null | undefined;
|
|
904
1410
|
fields?: {
|
|
905
|
-
field: "
|
|
1411
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS" | "MATERIAL" | "MEASUREMENT_LENGTH" | "MEASUREMENT_WIDTH" | "IS_UNISEX";
|
|
906
1412
|
autoFixable: boolean;
|
|
907
1413
|
error?: string | null | undefined;
|
|
908
1414
|
}[] | null | undefined;
|
|
@@ -916,7 +1422,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
916
1422
|
accountId?: string | null | undefined;
|
|
917
1423
|
reason?: string | null | undefined;
|
|
918
1424
|
fields?: {
|
|
919
|
-
field: "
|
|
1425
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS" | "MATERIAL" | "MEASUREMENT_LENGTH" | "MEASUREMENT_WIDTH" | "IS_UNISEX";
|
|
920
1426
|
autoFixable: boolean;
|
|
921
1427
|
error?: string | null | undefined;
|
|
922
1428
|
}[] | null | undefined;
|
|
@@ -929,7 +1435,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
929
1435
|
accountId?: string | null | undefined;
|
|
930
1436
|
reason?: string | null | undefined;
|
|
931
1437
|
fields?: {
|
|
932
|
-
field: "
|
|
1438
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS" | "MATERIAL" | "MEASUREMENT_LENGTH" | "MEASUREMENT_WIDTH" | "IS_UNISEX";
|
|
933
1439
|
autoFixable: boolean;
|
|
934
1440
|
error?: string | null | undefined;
|
|
935
1441
|
}[] | null | undefined;
|
|
@@ -1051,22 +1557,22 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1051
1557
|
labels: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
1052
1558
|
}, "strip", z.ZodTypeAny, {
|
|
1053
1559
|
status?: string | null | undefined;
|
|
1560
|
+
title?: string | null | undefined;
|
|
1561
|
+
description?: string | null | undefined;
|
|
1562
|
+
brand?: string | null | undefined;
|
|
1563
|
+
statusId?: number | null | undefined;
|
|
1564
|
+
sizeId?: number | null | undefined;
|
|
1565
|
+
colorIds?: number[] | null | undefined;
|
|
1566
|
+
packageSizeId?: number | null | undefined;
|
|
1054
1567
|
price?: number | null | undefined;
|
|
1055
1568
|
currency?: string | null | undefined;
|
|
1056
|
-
brand?: string | null | undefined;
|
|
1057
1569
|
catalog?: string | null | undefined;
|
|
1058
1570
|
catalogId?: number | null | undefined;
|
|
1059
1571
|
colors?: string[] | null | undefined;
|
|
1060
|
-
colorIds?: number[] | null | undefined;
|
|
1061
|
-
description?: string | null | undefined;
|
|
1062
1572
|
measurementLength?: number | null | undefined;
|
|
1063
1573
|
measurementWidth?: number | null | undefined;
|
|
1064
|
-
packageSizeId?: number | null | undefined;
|
|
1065
1574
|
photoUrls?: string[] | null | undefined;
|
|
1066
1575
|
size?: string | null | undefined;
|
|
1067
|
-
sizeId?: number | null | undefined;
|
|
1068
|
-
statusId?: number | null | undefined;
|
|
1069
|
-
title?: string | null | undefined;
|
|
1070
1576
|
isDraft?: boolean | null | undefined;
|
|
1071
1577
|
isArchived?: boolean | null | undefined;
|
|
1072
1578
|
isUnisex?: boolean | null | undefined;
|
|
@@ -1076,22 +1582,22 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1076
1582
|
labels?: string[] | null | undefined;
|
|
1077
1583
|
}, {
|
|
1078
1584
|
status?: string | null | undefined;
|
|
1585
|
+
title?: string | null | undefined;
|
|
1586
|
+
description?: string | null | undefined;
|
|
1587
|
+
brand?: string | null | undefined;
|
|
1588
|
+
statusId?: number | null | undefined;
|
|
1589
|
+
sizeId?: number | null | undefined;
|
|
1590
|
+
colorIds?: number[] | null | undefined;
|
|
1591
|
+
packageSizeId?: number | null | undefined;
|
|
1079
1592
|
price?: number | null | undefined;
|
|
1080
1593
|
currency?: string | null | undefined;
|
|
1081
|
-
brand?: string | null | undefined;
|
|
1082
1594
|
catalog?: string | null | undefined;
|
|
1083
1595
|
catalogId?: number | null | undefined;
|
|
1084
1596
|
colors?: string[] | null | undefined;
|
|
1085
|
-
colorIds?: number[] | null | undefined;
|
|
1086
|
-
description?: string | null | undefined;
|
|
1087
1597
|
measurementLength?: number | null | undefined;
|
|
1088
1598
|
measurementWidth?: number | null | undefined;
|
|
1089
|
-
packageSizeId?: number | null | undefined;
|
|
1090
1599
|
photoUrls?: string[] | null | undefined;
|
|
1091
1600
|
size?: string | null | undefined;
|
|
1092
|
-
sizeId?: number | null | undefined;
|
|
1093
|
-
statusId?: number | null | undefined;
|
|
1094
|
-
title?: string | null | undefined;
|
|
1095
1601
|
isDraft?: boolean | null | undefined;
|
|
1096
1602
|
isArchived?: boolean | null | undefined;
|
|
1097
1603
|
isUnisex?: boolean | null | undefined;
|
|
@@ -1106,22 +1612,22 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1106
1612
|
platformId: string;
|
|
1107
1613
|
post: {
|
|
1108
1614
|
status?: string | null | undefined;
|
|
1615
|
+
title?: string | null | undefined;
|
|
1616
|
+
description?: string | null | undefined;
|
|
1617
|
+
brand?: string | null | undefined;
|
|
1618
|
+
statusId?: number | null | undefined;
|
|
1619
|
+
sizeId?: number | null | undefined;
|
|
1620
|
+
colorIds?: number[] | null | undefined;
|
|
1621
|
+
packageSizeId?: number | null | undefined;
|
|
1109
1622
|
price?: number | null | undefined;
|
|
1110
1623
|
currency?: string | null | undefined;
|
|
1111
|
-
brand?: string | null | undefined;
|
|
1112
1624
|
catalog?: string | null | undefined;
|
|
1113
1625
|
catalogId?: number | null | undefined;
|
|
1114
1626
|
colors?: string[] | null | undefined;
|
|
1115
|
-
colorIds?: number[] | null | undefined;
|
|
1116
|
-
description?: string | null | undefined;
|
|
1117
1627
|
measurementLength?: number | null | undefined;
|
|
1118
1628
|
measurementWidth?: number | null | undefined;
|
|
1119
|
-
packageSizeId?: number | null | undefined;
|
|
1120
1629
|
photoUrls?: string[] | null | undefined;
|
|
1121
1630
|
size?: string | null | undefined;
|
|
1122
|
-
sizeId?: number | null | undefined;
|
|
1123
|
-
statusId?: number | null | undefined;
|
|
1124
|
-
title?: string | null | undefined;
|
|
1125
1631
|
isDraft?: boolean | null | undefined;
|
|
1126
1632
|
isArchived?: boolean | null | undefined;
|
|
1127
1633
|
isUnisex?: boolean | null | undefined;
|
|
@@ -1138,22 +1644,22 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1138
1644
|
platformId: string;
|
|
1139
1645
|
post: {
|
|
1140
1646
|
status?: string | null | undefined;
|
|
1647
|
+
title?: string | null | undefined;
|
|
1648
|
+
description?: string | null | undefined;
|
|
1649
|
+
brand?: string | null | undefined;
|
|
1650
|
+
statusId?: number | null | undefined;
|
|
1651
|
+
sizeId?: number | null | undefined;
|
|
1652
|
+
colorIds?: number[] | null | undefined;
|
|
1653
|
+
packageSizeId?: number | null | undefined;
|
|
1141
1654
|
price?: number | null | undefined;
|
|
1142
1655
|
currency?: string | null | undefined;
|
|
1143
|
-
brand?: string | null | undefined;
|
|
1144
1656
|
catalog?: string | null | undefined;
|
|
1145
1657
|
catalogId?: number | null | undefined;
|
|
1146
1658
|
colors?: string[] | null | undefined;
|
|
1147
|
-
colorIds?: number[] | null | undefined;
|
|
1148
|
-
description?: string | null | undefined;
|
|
1149
1659
|
measurementLength?: number | null | undefined;
|
|
1150
1660
|
measurementWidth?: number | null | undefined;
|
|
1151
|
-
packageSizeId?: number | null | undefined;
|
|
1152
1661
|
photoUrls?: string[] | null | undefined;
|
|
1153
1662
|
size?: string | null | undefined;
|
|
1154
|
-
sizeId?: number | null | undefined;
|
|
1155
|
-
statusId?: number | null | undefined;
|
|
1156
|
-
title?: string | null | undefined;
|
|
1157
1663
|
isDraft?: boolean | null | undefined;
|
|
1158
1664
|
isArchived?: boolean | null | undefined;
|
|
1159
1665
|
isUnisex?: boolean | null | undefined;
|
|
@@ -1172,22 +1678,22 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1172
1678
|
platformId: string;
|
|
1173
1679
|
post: {
|
|
1174
1680
|
status?: string | null | undefined;
|
|
1681
|
+
title?: string | null | undefined;
|
|
1682
|
+
description?: string | null | undefined;
|
|
1683
|
+
brand?: string | null | undefined;
|
|
1684
|
+
statusId?: number | null | undefined;
|
|
1685
|
+
sizeId?: number | null | undefined;
|
|
1686
|
+
colorIds?: number[] | null | undefined;
|
|
1687
|
+
packageSizeId?: number | null | undefined;
|
|
1175
1688
|
price?: number | null | undefined;
|
|
1176
1689
|
currency?: string | null | undefined;
|
|
1177
|
-
brand?: string | null | undefined;
|
|
1178
1690
|
catalog?: string | null | undefined;
|
|
1179
1691
|
catalogId?: number | null | undefined;
|
|
1180
1692
|
colors?: string[] | null | undefined;
|
|
1181
|
-
colorIds?: number[] | null | undefined;
|
|
1182
|
-
description?: string | null | undefined;
|
|
1183
1693
|
measurementLength?: number | null | undefined;
|
|
1184
1694
|
measurementWidth?: number | null | undefined;
|
|
1185
|
-
packageSizeId?: number | null | undefined;
|
|
1186
1695
|
photoUrls?: string[] | null | undefined;
|
|
1187
1696
|
size?: string | null | undefined;
|
|
1188
|
-
sizeId?: number | null | undefined;
|
|
1189
|
-
statusId?: number | null | undefined;
|
|
1190
|
-
title?: string | null | undefined;
|
|
1191
1697
|
isDraft?: boolean | null | undefined;
|
|
1192
1698
|
isArchived?: boolean | null | undefined;
|
|
1193
1699
|
isUnisex?: boolean | null | undefined;
|
|
@@ -1206,22 +1712,22 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1206
1712
|
platformId: string;
|
|
1207
1713
|
post: {
|
|
1208
1714
|
status?: string | null | undefined;
|
|
1715
|
+
title?: string | null | undefined;
|
|
1716
|
+
description?: string | null | undefined;
|
|
1717
|
+
brand?: string | null | undefined;
|
|
1718
|
+
statusId?: number | null | undefined;
|
|
1719
|
+
sizeId?: number | null | undefined;
|
|
1720
|
+
colorIds?: number[] | null | undefined;
|
|
1721
|
+
packageSizeId?: number | null | undefined;
|
|
1209
1722
|
price?: number | null | undefined;
|
|
1210
1723
|
currency?: string | null | undefined;
|
|
1211
|
-
brand?: string | null | undefined;
|
|
1212
1724
|
catalog?: string | null | undefined;
|
|
1213
1725
|
catalogId?: number | null | undefined;
|
|
1214
1726
|
colors?: string[] | null | undefined;
|
|
1215
|
-
colorIds?: number[] | null | undefined;
|
|
1216
|
-
description?: string | null | undefined;
|
|
1217
1727
|
measurementLength?: number | null | undefined;
|
|
1218
1728
|
measurementWidth?: number | null | undefined;
|
|
1219
|
-
packageSizeId?: number | null | undefined;
|
|
1220
1729
|
photoUrls?: string[] | null | undefined;
|
|
1221
1730
|
size?: string | null | undefined;
|
|
1222
|
-
sizeId?: number | null | undefined;
|
|
1223
|
-
statusId?: number | null | undefined;
|
|
1224
|
-
title?: string | null | undefined;
|
|
1225
1731
|
isDraft?: boolean | null | undefined;
|
|
1226
1732
|
isArchived?: boolean | null | undefined;
|
|
1227
1733
|
isUnisex?: boolean | null | undefined;
|
|
@@ -1244,22 +1750,22 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1244
1750
|
platformId: string;
|
|
1245
1751
|
post: {
|
|
1246
1752
|
status?: string | null | undefined;
|
|
1753
|
+
title?: string | null | undefined;
|
|
1754
|
+
description?: string | null | undefined;
|
|
1755
|
+
brand?: string | null | undefined;
|
|
1756
|
+
statusId?: number | null | undefined;
|
|
1757
|
+
sizeId?: number | null | undefined;
|
|
1758
|
+
colorIds?: number[] | null | undefined;
|
|
1759
|
+
packageSizeId?: number | null | undefined;
|
|
1247
1760
|
price?: number | null | undefined;
|
|
1248
1761
|
currency?: string | null | undefined;
|
|
1249
|
-
brand?: string | null | undefined;
|
|
1250
1762
|
catalog?: string | null | undefined;
|
|
1251
1763
|
catalogId?: number | null | undefined;
|
|
1252
1764
|
colors?: string[] | null | undefined;
|
|
1253
|
-
colorIds?: number[] | null | undefined;
|
|
1254
|
-
description?: string | null | undefined;
|
|
1255
1765
|
measurementLength?: number | null | undefined;
|
|
1256
1766
|
measurementWidth?: number | null | undefined;
|
|
1257
|
-
packageSizeId?: number | null | undefined;
|
|
1258
1767
|
photoUrls?: string[] | null | undefined;
|
|
1259
1768
|
size?: string | null | undefined;
|
|
1260
|
-
sizeId?: number | null | undefined;
|
|
1261
|
-
statusId?: number | null | undefined;
|
|
1262
|
-
title?: string | null | undefined;
|
|
1263
1769
|
isDraft?: boolean | null | undefined;
|
|
1264
1770
|
isArchived?: boolean | null | undefined;
|
|
1265
1771
|
isUnisex?: boolean | null | undefined;
|
|
@@ -1281,22 +1787,22 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1281
1787
|
platformId: string;
|
|
1282
1788
|
post: {
|
|
1283
1789
|
status?: string | null | undefined;
|
|
1790
|
+
title?: string | null | undefined;
|
|
1791
|
+
description?: string | null | undefined;
|
|
1792
|
+
brand?: string | null | undefined;
|
|
1793
|
+
statusId?: number | null | undefined;
|
|
1794
|
+
sizeId?: number | null | undefined;
|
|
1795
|
+
colorIds?: number[] | null | undefined;
|
|
1796
|
+
packageSizeId?: number | null | undefined;
|
|
1284
1797
|
price?: number | null | undefined;
|
|
1285
1798
|
currency?: string | null | undefined;
|
|
1286
|
-
brand?: string | null | undefined;
|
|
1287
1799
|
catalog?: string | null | undefined;
|
|
1288
1800
|
catalogId?: number | null | undefined;
|
|
1289
1801
|
colors?: string[] | null | undefined;
|
|
1290
|
-
colorIds?: number[] | null | undefined;
|
|
1291
|
-
description?: string | null | undefined;
|
|
1292
1802
|
measurementLength?: number | null | undefined;
|
|
1293
1803
|
measurementWidth?: number | null | undefined;
|
|
1294
|
-
packageSizeId?: number | null | undefined;
|
|
1295
1804
|
photoUrls?: string[] | null | undefined;
|
|
1296
1805
|
size?: string | null | undefined;
|
|
1297
|
-
sizeId?: number | null | undefined;
|
|
1298
|
-
statusId?: number | null | undefined;
|
|
1299
|
-
title?: string | null | undefined;
|
|
1300
1806
|
isDraft?: boolean | null | undefined;
|
|
1301
1807
|
isArchived?: boolean | null | undefined;
|
|
1302
1808
|
isUnisex?: boolean | null | undefined;
|
|
@@ -1335,24 +1841,24 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1335
1841
|
accountId: z.ZodString;
|
|
1336
1842
|
caseId: z.ZodString;
|
|
1337
1843
|
}, "strip", z.ZodTypeAny, {
|
|
1338
|
-
accountId: string;
|
|
1339
1844
|
caseId: string;
|
|
1340
|
-
}, {
|
|
1341
1845
|
accountId: string;
|
|
1846
|
+
}, {
|
|
1342
1847
|
caseId: string;
|
|
1848
|
+
accountId: string;
|
|
1343
1849
|
}>;
|
|
1344
1850
|
type: z.ZodLiteral<"LIFECYCLE_STARTED">;
|
|
1345
1851
|
}, "strip", z.ZodTypeAny, {
|
|
1346
1852
|
type: "LIFECYCLE_STARTED";
|
|
1347
1853
|
data: {
|
|
1348
|
-
accountId: string;
|
|
1349
1854
|
caseId: string;
|
|
1855
|
+
accountId: string;
|
|
1350
1856
|
};
|
|
1351
1857
|
}, {
|
|
1352
1858
|
type: "LIFECYCLE_STARTED";
|
|
1353
1859
|
data: {
|
|
1354
|
-
accountId: string;
|
|
1355
1860
|
caseId: string;
|
|
1861
|
+
accountId: string;
|
|
1356
1862
|
};
|
|
1357
1863
|
}>, z.ZodObject<{
|
|
1358
1864
|
data: z.ZodObject<{
|
|
@@ -1481,11 +1987,11 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1481
1987
|
autoFixable: z.ZodBoolean;
|
|
1482
1988
|
error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1483
1989
|
}, "strip", z.ZodTypeAny, {
|
|
1484
|
-
field: "
|
|
1990
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS" | "MATERIAL" | "MEASUREMENT_LENGTH" | "MEASUREMENT_WIDTH" | "IS_UNISEX";
|
|
1485
1991
|
autoFixable: boolean;
|
|
1486
1992
|
error?: string | null | undefined;
|
|
1487
1993
|
}, {
|
|
1488
|
-
field: "
|
|
1994
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS" | "MATERIAL" | "MEASUREMENT_LENGTH" | "MEASUREMENT_WIDTH" | "IS_UNISEX";
|
|
1489
1995
|
autoFixable: boolean;
|
|
1490
1996
|
error?: string | null | undefined;
|
|
1491
1997
|
}>, "many">>>;
|
|
@@ -1509,13 +2015,13 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1509
2015
|
maxRounds?: number | null | undefined;
|
|
1510
2016
|
}>>>;
|
|
1511
2017
|
}, "strip", z.ZodTypeAny, {
|
|
2018
|
+
maxAttempts: number;
|
|
1512
2019
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1513
2020
|
attemptNumber: number;
|
|
1514
|
-
maxAttempts: number;
|
|
1515
2021
|
previousHistoryId: string;
|
|
1516
2022
|
originalFailureDate: Date;
|
|
1517
2023
|
fields?: {
|
|
1518
|
-
field: "
|
|
2024
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS" | "MATERIAL" | "MEASUREMENT_LENGTH" | "MEASUREMENT_WIDTH" | "IS_UNISEX";
|
|
1519
2025
|
autoFixable: boolean;
|
|
1520
2026
|
error?: string | null | undefined;
|
|
1521
2027
|
}[] | null | undefined;
|
|
@@ -1527,13 +2033,13 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1527
2033
|
maxRounds?: number | null | undefined;
|
|
1528
2034
|
} | null | undefined;
|
|
1529
2035
|
}, {
|
|
2036
|
+
maxAttempts: number;
|
|
1530
2037
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1531
2038
|
attemptNumber: number;
|
|
1532
|
-
maxAttempts: number;
|
|
1533
2039
|
previousHistoryId: string;
|
|
1534
2040
|
originalFailureDate: Date;
|
|
1535
2041
|
fields?: {
|
|
1536
|
-
field: "
|
|
2042
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS" | "MATERIAL" | "MEASUREMENT_LENGTH" | "MEASUREMENT_WIDTH" | "IS_UNISEX";
|
|
1537
2043
|
autoFixable: boolean;
|
|
1538
2044
|
error?: string | null | undefined;
|
|
1539
2045
|
}[] | null | undefined;
|
|
@@ -1549,13 +2055,13 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1549
2055
|
}, "strip", z.ZodTypeAny, {
|
|
1550
2056
|
type: "REPUBLISHING_RETRY";
|
|
1551
2057
|
data: {
|
|
2058
|
+
maxAttempts: number;
|
|
1552
2059
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1553
2060
|
attemptNumber: number;
|
|
1554
|
-
maxAttempts: number;
|
|
1555
2061
|
previousHistoryId: string;
|
|
1556
2062
|
originalFailureDate: Date;
|
|
1557
2063
|
fields?: {
|
|
1558
|
-
field: "
|
|
2064
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS" | "MATERIAL" | "MEASUREMENT_LENGTH" | "MEASUREMENT_WIDTH" | "IS_UNISEX";
|
|
1559
2065
|
autoFixable: boolean;
|
|
1560
2066
|
error?: string | null | undefined;
|
|
1561
2067
|
}[] | null | undefined;
|
|
@@ -1570,13 +2076,13 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1570
2076
|
}, {
|
|
1571
2077
|
type: "REPUBLISHING_RETRY";
|
|
1572
2078
|
data: {
|
|
2079
|
+
maxAttempts: number;
|
|
1573
2080
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1574
2081
|
attemptNumber: number;
|
|
1575
|
-
maxAttempts: number;
|
|
1576
2082
|
previousHistoryId: string;
|
|
1577
2083
|
originalFailureDate: Date;
|
|
1578
2084
|
fields?: {
|
|
1579
|
-
field: "
|
|
2085
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS" | "MATERIAL" | "MEASUREMENT_LENGTH" | "MEASUREMENT_WIDTH" | "IS_UNISEX";
|
|
1580
2086
|
autoFixable: boolean;
|
|
1581
2087
|
error?: string | null | undefined;
|
|
1582
2088
|
}[] | null | undefined;
|
|
@@ -1624,33 +2130,33 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1624
2130
|
autoFixable: z.ZodBoolean;
|
|
1625
2131
|
error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1626
2132
|
}, "strip", z.ZodTypeAny, {
|
|
1627
|
-
field: "
|
|
2133
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS" | "MATERIAL" | "MEASUREMENT_LENGTH" | "MEASUREMENT_WIDTH" | "IS_UNISEX";
|
|
1628
2134
|
autoFixable: boolean;
|
|
1629
2135
|
error?: string | null | undefined;
|
|
1630
2136
|
}, {
|
|
1631
|
-
field: "
|
|
2137
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS" | "MATERIAL" | "MEASUREMENT_LENGTH" | "MEASUREMENT_WIDTH" | "IS_UNISEX";
|
|
1632
2138
|
autoFixable: boolean;
|
|
1633
2139
|
error?: string | null | undefined;
|
|
1634
2140
|
}>, "many">>>;
|
|
1635
2141
|
}, "strip", z.ZodTypeAny, {
|
|
2142
|
+
maxAttempts: number;
|
|
1636
2143
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1637
2144
|
attemptNumber: number;
|
|
1638
|
-
maxAttempts: number;
|
|
1639
2145
|
previousHistoryId: string;
|
|
1640
2146
|
originalFailureDate: Date;
|
|
1641
2147
|
fields?: {
|
|
1642
|
-
field: "
|
|
2148
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS" | "MATERIAL" | "MEASUREMENT_LENGTH" | "MEASUREMENT_WIDTH" | "IS_UNISEX";
|
|
1643
2149
|
autoFixable: boolean;
|
|
1644
2150
|
error?: string | null | undefined;
|
|
1645
2151
|
}[] | null | undefined;
|
|
1646
2152
|
}, {
|
|
2153
|
+
maxAttempts: number;
|
|
1647
2154
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1648
2155
|
attemptNumber: number;
|
|
1649
|
-
maxAttempts: number;
|
|
1650
2156
|
previousHistoryId: string;
|
|
1651
2157
|
originalFailureDate: Date;
|
|
1652
2158
|
fields?: {
|
|
1653
|
-
field: "
|
|
2159
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS" | "MATERIAL" | "MEASUREMENT_LENGTH" | "MEASUREMENT_WIDTH" | "IS_UNISEX";
|
|
1654
2160
|
autoFixable: boolean;
|
|
1655
2161
|
error?: string | null | undefined;
|
|
1656
2162
|
}[] | null | undefined;
|
|
@@ -1659,13 +2165,13 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1659
2165
|
}, "strip", z.ZodTypeAny, {
|
|
1660
2166
|
type: "SCHEDULED_RETRY";
|
|
1661
2167
|
data: {
|
|
2168
|
+
maxAttempts: number;
|
|
1662
2169
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1663
2170
|
attemptNumber: number;
|
|
1664
|
-
maxAttempts: number;
|
|
1665
2171
|
previousHistoryId: string;
|
|
1666
2172
|
originalFailureDate: Date;
|
|
1667
2173
|
fields?: {
|
|
1668
|
-
field: "
|
|
2174
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS" | "MATERIAL" | "MEASUREMENT_LENGTH" | "MEASUREMENT_WIDTH" | "IS_UNISEX";
|
|
1669
2175
|
autoFixable: boolean;
|
|
1670
2176
|
error?: string | null | undefined;
|
|
1671
2177
|
}[] | null | undefined;
|
|
@@ -1673,13 +2179,13 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1673
2179
|
}, {
|
|
1674
2180
|
type: "SCHEDULED_RETRY";
|
|
1675
2181
|
data: {
|
|
2182
|
+
maxAttempts: number;
|
|
1676
2183
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1677
2184
|
attemptNumber: number;
|
|
1678
|
-
maxAttempts: number;
|
|
1679
2185
|
previousHistoryId: string;
|
|
1680
2186
|
originalFailureDate: Date;
|
|
1681
2187
|
fields?: {
|
|
1682
|
-
field: "
|
|
2188
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS" | "MATERIAL" | "MEASUREMENT_LENGTH" | "MEASUREMENT_WIDTH" | "IS_UNISEX";
|
|
1683
2189
|
autoFixable: boolean;
|
|
1684
2190
|
error?: string | null | undefined;
|
|
1685
2191
|
}[] | null | undefined;
|
|
@@ -1733,22 +2239,22 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1733
2239
|
labels: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
1734
2240
|
}, "strip", z.ZodTypeAny, {
|
|
1735
2241
|
status?: string | null | undefined;
|
|
2242
|
+
title?: string | null | undefined;
|
|
2243
|
+
description?: string | null | undefined;
|
|
2244
|
+
brand?: string | null | undefined;
|
|
2245
|
+
statusId?: number | null | undefined;
|
|
2246
|
+
sizeId?: number | null | undefined;
|
|
2247
|
+
colorIds?: number[] | null | undefined;
|
|
2248
|
+
packageSizeId?: number | null | undefined;
|
|
1736
2249
|
price?: number | null | undefined;
|
|
1737
2250
|
currency?: string | null | undefined;
|
|
1738
|
-
brand?: string | null | undefined;
|
|
1739
2251
|
catalog?: string | null | undefined;
|
|
1740
2252
|
catalogId?: number | null | undefined;
|
|
1741
2253
|
colors?: string[] | null | undefined;
|
|
1742
|
-
colorIds?: number[] | null | undefined;
|
|
1743
|
-
description?: string | null | undefined;
|
|
1744
2254
|
measurementLength?: number | null | undefined;
|
|
1745
2255
|
measurementWidth?: number | null | undefined;
|
|
1746
|
-
packageSizeId?: number | null | undefined;
|
|
1747
2256
|
photoUrls?: string[] | null | undefined;
|
|
1748
2257
|
size?: string | null | undefined;
|
|
1749
|
-
sizeId?: number | null | undefined;
|
|
1750
|
-
statusId?: number | null | undefined;
|
|
1751
|
-
title?: string | null | undefined;
|
|
1752
2258
|
isDraft?: boolean | null | undefined;
|
|
1753
2259
|
isArchived?: boolean | null | undefined;
|
|
1754
2260
|
isUnisex?: boolean | null | undefined;
|
|
@@ -1758,22 +2264,22 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1758
2264
|
labels?: string[] | null | undefined;
|
|
1759
2265
|
}, {
|
|
1760
2266
|
status?: string | null | undefined;
|
|
2267
|
+
title?: string | null | undefined;
|
|
2268
|
+
description?: string | null | undefined;
|
|
2269
|
+
brand?: string | null | undefined;
|
|
2270
|
+
statusId?: number | null | undefined;
|
|
2271
|
+
sizeId?: number | null | undefined;
|
|
2272
|
+
colorIds?: number[] | null | undefined;
|
|
2273
|
+
packageSizeId?: number | null | undefined;
|
|
1761
2274
|
price?: number | null | undefined;
|
|
1762
2275
|
currency?: string | null | undefined;
|
|
1763
|
-
brand?: string | null | undefined;
|
|
1764
2276
|
catalog?: string | null | undefined;
|
|
1765
2277
|
catalogId?: number | null | undefined;
|
|
1766
2278
|
colors?: string[] | null | undefined;
|
|
1767
|
-
colorIds?: number[] | null | undefined;
|
|
1768
|
-
description?: string | null | undefined;
|
|
1769
2279
|
measurementLength?: number | null | undefined;
|
|
1770
2280
|
measurementWidth?: number | null | undefined;
|
|
1771
|
-
packageSizeId?: number | null | undefined;
|
|
1772
2281
|
photoUrls?: string[] | null | undefined;
|
|
1773
2282
|
size?: string | null | undefined;
|
|
1774
|
-
sizeId?: number | null | undefined;
|
|
1775
|
-
statusId?: number | null | undefined;
|
|
1776
|
-
title?: string | null | undefined;
|
|
1777
2283
|
isDraft?: boolean | null | undefined;
|
|
1778
2284
|
isArchived?: boolean | null | undefined;
|
|
1779
2285
|
isUnisex?: boolean | null | undefined;
|
|
@@ -1787,22 +2293,22 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1787
2293
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1788
2294
|
post?: {
|
|
1789
2295
|
status?: string | null | undefined;
|
|
2296
|
+
title?: string | null | undefined;
|
|
2297
|
+
description?: string | null | undefined;
|
|
2298
|
+
brand?: string | null | undefined;
|
|
2299
|
+
statusId?: number | null | undefined;
|
|
2300
|
+
sizeId?: number | null | undefined;
|
|
2301
|
+
colorIds?: number[] | null | undefined;
|
|
2302
|
+
packageSizeId?: number | null | undefined;
|
|
1790
2303
|
price?: number | null | undefined;
|
|
1791
2304
|
currency?: string | null | undefined;
|
|
1792
|
-
brand?: string | null | undefined;
|
|
1793
2305
|
catalog?: string | null | undefined;
|
|
1794
2306
|
catalogId?: number | null | undefined;
|
|
1795
2307
|
colors?: string[] | null | undefined;
|
|
1796
|
-
colorIds?: number[] | null | undefined;
|
|
1797
|
-
description?: string | null | undefined;
|
|
1798
2308
|
measurementLength?: number | null | undefined;
|
|
1799
2309
|
measurementWidth?: number | null | undefined;
|
|
1800
|
-
packageSizeId?: number | null | undefined;
|
|
1801
2310
|
photoUrls?: string[] | null | undefined;
|
|
1802
2311
|
size?: string | null | undefined;
|
|
1803
|
-
sizeId?: number | null | undefined;
|
|
1804
|
-
statusId?: number | null | undefined;
|
|
1805
|
-
title?: string | null | undefined;
|
|
1806
2312
|
isDraft?: boolean | null | undefined;
|
|
1807
2313
|
isArchived?: boolean | null | undefined;
|
|
1808
2314
|
isUnisex?: boolean | null | undefined;
|
|
@@ -1816,22 +2322,22 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1816
2322
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1817
2323
|
post?: {
|
|
1818
2324
|
status?: string | null | undefined;
|
|
2325
|
+
title?: string | null | undefined;
|
|
2326
|
+
description?: string | null | undefined;
|
|
2327
|
+
brand?: string | null | undefined;
|
|
2328
|
+
statusId?: number | null | undefined;
|
|
2329
|
+
sizeId?: number | null | undefined;
|
|
2330
|
+
colorIds?: number[] | null | undefined;
|
|
2331
|
+
packageSizeId?: number | null | undefined;
|
|
1819
2332
|
price?: number | null | undefined;
|
|
1820
2333
|
currency?: string | null | undefined;
|
|
1821
|
-
brand?: string | null | undefined;
|
|
1822
2334
|
catalog?: string | null | undefined;
|
|
1823
2335
|
catalogId?: number | null | undefined;
|
|
1824
2336
|
colors?: string[] | null | undefined;
|
|
1825
|
-
colorIds?: number[] | null | undefined;
|
|
1826
|
-
description?: string | null | undefined;
|
|
1827
2337
|
measurementLength?: number | null | undefined;
|
|
1828
2338
|
measurementWidth?: number | null | undefined;
|
|
1829
|
-
packageSizeId?: number | null | undefined;
|
|
1830
2339
|
photoUrls?: string[] | null | undefined;
|
|
1831
2340
|
size?: string | null | undefined;
|
|
1832
|
-
sizeId?: number | null | undefined;
|
|
1833
|
-
statusId?: number | null | undefined;
|
|
1834
|
-
title?: string | null | undefined;
|
|
1835
2341
|
isDraft?: boolean | null | undefined;
|
|
1836
2342
|
isArchived?: boolean | null | undefined;
|
|
1837
2343
|
isUnisex?: boolean | null | undefined;
|
|
@@ -1849,22 +2355,22 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1849
2355
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1850
2356
|
post?: {
|
|
1851
2357
|
status?: string | null | undefined;
|
|
2358
|
+
title?: string | null | undefined;
|
|
2359
|
+
description?: string | null | undefined;
|
|
2360
|
+
brand?: string | null | undefined;
|
|
2361
|
+
statusId?: number | null | undefined;
|
|
2362
|
+
sizeId?: number | null | undefined;
|
|
2363
|
+
colorIds?: number[] | null | undefined;
|
|
2364
|
+
packageSizeId?: number | null | undefined;
|
|
1852
2365
|
price?: number | null | undefined;
|
|
1853
2366
|
currency?: string | null | undefined;
|
|
1854
|
-
brand?: string | null | undefined;
|
|
1855
2367
|
catalog?: string | null | undefined;
|
|
1856
2368
|
catalogId?: number | null | undefined;
|
|
1857
2369
|
colors?: string[] | null | undefined;
|
|
1858
|
-
colorIds?: number[] | null | undefined;
|
|
1859
|
-
description?: string | null | undefined;
|
|
1860
2370
|
measurementLength?: number | null | undefined;
|
|
1861
2371
|
measurementWidth?: number | null | undefined;
|
|
1862
|
-
packageSizeId?: number | null | undefined;
|
|
1863
2372
|
photoUrls?: string[] | null | undefined;
|
|
1864
2373
|
size?: string | null | undefined;
|
|
1865
|
-
sizeId?: number | null | undefined;
|
|
1866
|
-
statusId?: number | null | undefined;
|
|
1867
|
-
title?: string | null | undefined;
|
|
1868
2374
|
isDraft?: boolean | null | undefined;
|
|
1869
2375
|
isArchived?: boolean | null | undefined;
|
|
1870
2376
|
isUnisex?: boolean | null | undefined;
|
|
@@ -1881,22 +2387,22 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1881
2387
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1882
2388
|
post?: {
|
|
1883
2389
|
status?: string | null | undefined;
|
|
2390
|
+
title?: string | null | undefined;
|
|
2391
|
+
description?: string | null | undefined;
|
|
2392
|
+
brand?: string | null | undefined;
|
|
2393
|
+
statusId?: number | null | undefined;
|
|
2394
|
+
sizeId?: number | null | undefined;
|
|
2395
|
+
colorIds?: number[] | null | undefined;
|
|
2396
|
+
packageSizeId?: number | null | undefined;
|
|
1884
2397
|
price?: number | null | undefined;
|
|
1885
2398
|
currency?: string | null | undefined;
|
|
1886
|
-
brand?: string | null | undefined;
|
|
1887
2399
|
catalog?: string | null | undefined;
|
|
1888
2400
|
catalogId?: number | null | undefined;
|
|
1889
2401
|
colors?: string[] | null | undefined;
|
|
1890
|
-
colorIds?: number[] | null | undefined;
|
|
1891
|
-
description?: string | null | undefined;
|
|
1892
2402
|
measurementLength?: number | null | undefined;
|
|
1893
2403
|
measurementWidth?: number | null | undefined;
|
|
1894
|
-
packageSizeId?: number | null | undefined;
|
|
1895
2404
|
photoUrls?: string[] | null | undefined;
|
|
1896
2405
|
size?: string | null | undefined;
|
|
1897
|
-
sizeId?: number | null | undefined;
|
|
1898
|
-
statusId?: number | null | undefined;
|
|
1899
|
-
title?: string | null | undefined;
|
|
1900
2406
|
isDraft?: boolean | null | undefined;
|
|
1901
2407
|
isArchived?: boolean | null | undefined;
|
|
1902
2408
|
isUnisex?: boolean | null | undefined;
|
|
@@ -1914,11 +2420,10 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1914
2420
|
requestId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1915
2421
|
targetHistoryId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1916
2422
|
}, "strip", z.ZodTypeAny, {
|
|
1917
|
-
type: "CANCELED" | "
|
|
2423
|
+
type: "CANCELED" | "IMPORTED" | "ARCHIVED" | "UNARCHIVED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "SCHEDULED_RETRY" | "REPUBLISHING_RETRY" | "PUBLISH_CANCELED" | "SCHEDULED" | "REPUBLISHING" | "IMAGE_PROCESSING_DONE" | "REPUBLISHED" | "REPUBLISH_CANCELED" | "UPDATING" | "UPDATED" | "UPDATE_CANCELED" | "DISPUTE" | "DELETING" | "DELETED" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND" | "LIFECYCLE_STARTED" | "LIFECYCLE_COMPLETED" | "LIFECYCLE_CANCELED";
|
|
1918
2424
|
id: string;
|
|
1919
2425
|
createdAt: Date;
|
|
1920
|
-
itemId:
|
|
1921
|
-
accountId?: string | null | undefined;
|
|
2426
|
+
itemId: number;
|
|
1922
2427
|
data?: {
|
|
1923
2428
|
type: "ACTION_CANCELED";
|
|
1924
2429
|
data: {
|
|
@@ -1947,7 +2452,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1947
2452
|
accountId?: string | null | undefined;
|
|
1948
2453
|
reason?: string | null | undefined;
|
|
1949
2454
|
fields?: {
|
|
1950
|
-
field: "
|
|
2455
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS" | "MATERIAL" | "MEASUREMENT_LENGTH" | "MEASUREMENT_WIDTH" | "IS_UNISEX";
|
|
1951
2456
|
autoFixable: boolean;
|
|
1952
2457
|
error?: string | null | undefined;
|
|
1953
2458
|
}[] | null | undefined;
|
|
@@ -1975,22 +2480,22 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1975
2480
|
platformId: string;
|
|
1976
2481
|
post: {
|
|
1977
2482
|
status?: string | null | undefined;
|
|
2483
|
+
title?: string | null | undefined;
|
|
2484
|
+
description?: string | null | undefined;
|
|
2485
|
+
brand?: string | null | undefined;
|
|
2486
|
+
statusId?: number | null | undefined;
|
|
2487
|
+
sizeId?: number | null | undefined;
|
|
2488
|
+
colorIds?: number[] | null | undefined;
|
|
2489
|
+
packageSizeId?: number | null | undefined;
|
|
1978
2490
|
price?: number | null | undefined;
|
|
1979
2491
|
currency?: string | null | undefined;
|
|
1980
|
-
brand?: string | null | undefined;
|
|
1981
2492
|
catalog?: string | null | undefined;
|
|
1982
2493
|
catalogId?: number | null | undefined;
|
|
1983
2494
|
colors?: string[] | null | undefined;
|
|
1984
|
-
colorIds?: number[] | null | undefined;
|
|
1985
|
-
description?: string | null | undefined;
|
|
1986
2495
|
measurementLength?: number | null | undefined;
|
|
1987
2496
|
measurementWidth?: number | null | undefined;
|
|
1988
|
-
packageSizeId?: number | null | undefined;
|
|
1989
2497
|
photoUrls?: string[] | null | undefined;
|
|
1990
2498
|
size?: string | null | undefined;
|
|
1991
|
-
sizeId?: number | null | undefined;
|
|
1992
|
-
statusId?: number | null | undefined;
|
|
1993
|
-
title?: string | null | undefined;
|
|
1994
2499
|
isDraft?: boolean | null | undefined;
|
|
1995
2500
|
isArchived?: boolean | null | undefined;
|
|
1996
2501
|
isUnisex?: boolean | null | undefined;
|
|
@@ -2013,8 +2518,8 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2013
2518
|
} | {
|
|
2014
2519
|
type: "LIFECYCLE_STARTED";
|
|
2015
2520
|
data: {
|
|
2016
|
-
accountId: string;
|
|
2017
2521
|
caseId: string;
|
|
2522
|
+
accountId: string;
|
|
2018
2523
|
};
|
|
2019
2524
|
} | {
|
|
2020
2525
|
type: "PUBLISHED";
|
|
@@ -2042,13 +2547,13 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2042
2547
|
} | {
|
|
2043
2548
|
type: "REPUBLISHING_RETRY";
|
|
2044
2549
|
data: {
|
|
2550
|
+
maxAttempts: number;
|
|
2045
2551
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2046
2552
|
attemptNumber: number;
|
|
2047
|
-
maxAttempts: number;
|
|
2048
2553
|
previousHistoryId: string;
|
|
2049
2554
|
originalFailureDate: Date;
|
|
2050
2555
|
fields?: {
|
|
2051
|
-
field: "
|
|
2556
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS" | "MATERIAL" | "MEASUREMENT_LENGTH" | "MEASUREMENT_WIDTH" | "IS_UNISEX";
|
|
2052
2557
|
autoFixable: boolean;
|
|
2053
2558
|
error?: string | null | undefined;
|
|
2054
2559
|
}[] | null | undefined;
|
|
@@ -2069,13 +2574,13 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2069
2574
|
} | {
|
|
2070
2575
|
type: "SCHEDULED_RETRY";
|
|
2071
2576
|
data: {
|
|
2577
|
+
maxAttempts: number;
|
|
2072
2578
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2073
2579
|
attemptNumber: number;
|
|
2074
|
-
maxAttempts: number;
|
|
2075
2580
|
previousHistoryId: string;
|
|
2076
2581
|
originalFailureDate: Date;
|
|
2077
2582
|
fields?: {
|
|
2078
|
-
field: "
|
|
2583
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS" | "MATERIAL" | "MEASUREMENT_LENGTH" | "MEASUREMENT_WIDTH" | "IS_UNISEX";
|
|
2079
2584
|
autoFixable: boolean;
|
|
2080
2585
|
error?: string | null | undefined;
|
|
2081
2586
|
}[] | null | undefined;
|
|
@@ -2091,22 +2596,22 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2091
2596
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2092
2597
|
post?: {
|
|
2093
2598
|
status?: string | null | undefined;
|
|
2599
|
+
title?: string | null | undefined;
|
|
2600
|
+
description?: string | null | undefined;
|
|
2601
|
+
brand?: string | null | undefined;
|
|
2602
|
+
statusId?: number | null | undefined;
|
|
2603
|
+
sizeId?: number | null | undefined;
|
|
2604
|
+
colorIds?: number[] | null | undefined;
|
|
2605
|
+
packageSizeId?: number | null | undefined;
|
|
2094
2606
|
price?: number | null | undefined;
|
|
2095
2607
|
currency?: string | null | undefined;
|
|
2096
|
-
brand?: string | null | undefined;
|
|
2097
2608
|
catalog?: string | null | undefined;
|
|
2098
2609
|
catalogId?: number | null | undefined;
|
|
2099
2610
|
colors?: string[] | null | undefined;
|
|
2100
|
-
colorIds?: number[] | null | undefined;
|
|
2101
|
-
description?: string | null | undefined;
|
|
2102
2611
|
measurementLength?: number | null | undefined;
|
|
2103
2612
|
measurementWidth?: number | null | undefined;
|
|
2104
|
-
packageSizeId?: number | null | undefined;
|
|
2105
2613
|
photoUrls?: string[] | null | undefined;
|
|
2106
2614
|
size?: string | null | undefined;
|
|
2107
|
-
sizeId?: number | null | undefined;
|
|
2108
|
-
statusId?: number | null | undefined;
|
|
2109
|
-
title?: string | null | undefined;
|
|
2110
2615
|
isDraft?: boolean | null | undefined;
|
|
2111
2616
|
isArchived?: boolean | null | undefined;
|
|
2112
2617
|
isUnisex?: boolean | null | undefined;
|
|
@@ -2118,15 +2623,15 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2118
2623
|
targetDate?: Date | null | undefined;
|
|
2119
2624
|
};
|
|
2120
2625
|
} | null | undefined;
|
|
2121
|
-
|
|
2626
|
+
accountId?: string | null | undefined;
|
|
2122
2627
|
targetDate?: Date | null | undefined;
|
|
2628
|
+
requestId?: string | null | undefined;
|
|
2123
2629
|
targetHistoryId?: string | null | undefined;
|
|
2124
2630
|
}, {
|
|
2125
|
-
type: "CANCELED" | "
|
|
2631
|
+
type: "CANCELED" | "IMPORTED" | "ARCHIVED" | "UNARCHIVED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "SCHEDULED_RETRY" | "REPUBLISHING_RETRY" | "PUBLISH_CANCELED" | "SCHEDULED" | "REPUBLISHING" | "IMAGE_PROCESSING_DONE" | "REPUBLISHED" | "REPUBLISH_CANCELED" | "UPDATING" | "UPDATED" | "UPDATE_CANCELED" | "DISPUTE" | "DELETING" | "DELETED" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND" | "LIFECYCLE_STARTED" | "LIFECYCLE_COMPLETED" | "LIFECYCLE_CANCELED";
|
|
2126
2632
|
id: string;
|
|
2127
2633
|
createdAt: Date;
|
|
2128
|
-
itemId:
|
|
2129
|
-
accountId?: string | null | undefined;
|
|
2634
|
+
itemId: number;
|
|
2130
2635
|
data?: {
|
|
2131
2636
|
type: "ACTION_CANCELED";
|
|
2132
2637
|
data: {
|
|
@@ -2155,7 +2660,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2155
2660
|
accountId?: string | null | undefined;
|
|
2156
2661
|
reason?: string | null | undefined;
|
|
2157
2662
|
fields?: {
|
|
2158
|
-
field: "
|
|
2663
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS" | "MATERIAL" | "MEASUREMENT_LENGTH" | "MEASUREMENT_WIDTH" | "IS_UNISEX";
|
|
2159
2664
|
autoFixable: boolean;
|
|
2160
2665
|
error?: string | null | undefined;
|
|
2161
2666
|
}[] | null | undefined;
|
|
@@ -2183,22 +2688,22 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2183
2688
|
platformId: string;
|
|
2184
2689
|
post: {
|
|
2185
2690
|
status?: string | null | undefined;
|
|
2186
|
-
|
|
2187
|
-
|
|
2691
|
+
title?: string | null | undefined;
|
|
2692
|
+
description?: string | null | undefined;
|
|
2188
2693
|
brand?: string | null | undefined;
|
|
2189
|
-
|
|
2694
|
+
statusId?: number | null | undefined;
|
|
2695
|
+
sizeId?: number | null | undefined;
|
|
2696
|
+
colorIds?: number[] | null | undefined;
|
|
2697
|
+
packageSizeId?: number | null | undefined;
|
|
2698
|
+
price?: number | null | undefined;
|
|
2699
|
+
currency?: string | null | undefined;
|
|
2700
|
+
catalog?: string | null | undefined;
|
|
2190
2701
|
catalogId?: number | null | undefined;
|
|
2191
2702
|
colors?: string[] | null | undefined;
|
|
2192
|
-
colorIds?: number[] | null | undefined;
|
|
2193
|
-
description?: string | null | undefined;
|
|
2194
2703
|
measurementLength?: number | null | undefined;
|
|
2195
2704
|
measurementWidth?: number | null | undefined;
|
|
2196
|
-
packageSizeId?: number | null | undefined;
|
|
2197
2705
|
photoUrls?: string[] | null | undefined;
|
|
2198
2706
|
size?: string | null | undefined;
|
|
2199
|
-
sizeId?: number | null | undefined;
|
|
2200
|
-
statusId?: number | null | undefined;
|
|
2201
|
-
title?: string | null | undefined;
|
|
2202
2707
|
isDraft?: boolean | null | undefined;
|
|
2203
2708
|
isArchived?: boolean | null | undefined;
|
|
2204
2709
|
isUnisex?: boolean | null | undefined;
|
|
@@ -2221,8 +2726,8 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2221
2726
|
} | {
|
|
2222
2727
|
type: "LIFECYCLE_STARTED";
|
|
2223
2728
|
data: {
|
|
2224
|
-
accountId: string;
|
|
2225
2729
|
caseId: string;
|
|
2730
|
+
accountId: string;
|
|
2226
2731
|
};
|
|
2227
2732
|
} | {
|
|
2228
2733
|
type: "PUBLISHED";
|
|
@@ -2250,13 +2755,13 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2250
2755
|
} | {
|
|
2251
2756
|
type: "REPUBLISHING_RETRY";
|
|
2252
2757
|
data: {
|
|
2758
|
+
maxAttempts: number;
|
|
2253
2759
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2254
2760
|
attemptNumber: number;
|
|
2255
|
-
maxAttempts: number;
|
|
2256
2761
|
previousHistoryId: string;
|
|
2257
2762
|
originalFailureDate: Date;
|
|
2258
2763
|
fields?: {
|
|
2259
|
-
field: "
|
|
2764
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS" | "MATERIAL" | "MEASUREMENT_LENGTH" | "MEASUREMENT_WIDTH" | "IS_UNISEX";
|
|
2260
2765
|
autoFixable: boolean;
|
|
2261
2766
|
error?: string | null | undefined;
|
|
2262
2767
|
}[] | null | undefined;
|
|
@@ -2277,13 +2782,13 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2277
2782
|
} | {
|
|
2278
2783
|
type: "SCHEDULED_RETRY";
|
|
2279
2784
|
data: {
|
|
2785
|
+
maxAttempts: number;
|
|
2280
2786
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2281
2787
|
attemptNumber: number;
|
|
2282
|
-
maxAttempts: number;
|
|
2283
2788
|
previousHistoryId: string;
|
|
2284
2789
|
originalFailureDate: Date;
|
|
2285
2790
|
fields?: {
|
|
2286
|
-
field: "
|
|
2791
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS" | "MATERIAL" | "MEASUREMENT_LENGTH" | "MEASUREMENT_WIDTH" | "IS_UNISEX";
|
|
2287
2792
|
autoFixable: boolean;
|
|
2288
2793
|
error?: string | null | undefined;
|
|
2289
2794
|
}[] | null | undefined;
|
|
@@ -2299,22 +2804,22 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2299
2804
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2300
2805
|
post?: {
|
|
2301
2806
|
status?: string | null | undefined;
|
|
2807
|
+
title?: string | null | undefined;
|
|
2808
|
+
description?: string | null | undefined;
|
|
2809
|
+
brand?: string | null | undefined;
|
|
2810
|
+
statusId?: number | null | undefined;
|
|
2811
|
+
sizeId?: number | null | undefined;
|
|
2812
|
+
colorIds?: number[] | null | undefined;
|
|
2813
|
+
packageSizeId?: number | null | undefined;
|
|
2302
2814
|
price?: number | null | undefined;
|
|
2303
2815
|
currency?: string | null | undefined;
|
|
2304
|
-
brand?: string | null | undefined;
|
|
2305
2816
|
catalog?: string | null | undefined;
|
|
2306
2817
|
catalogId?: number | null | undefined;
|
|
2307
2818
|
colors?: string[] | null | undefined;
|
|
2308
|
-
colorIds?: number[] | null | undefined;
|
|
2309
|
-
description?: string | null | undefined;
|
|
2310
2819
|
measurementLength?: number | null | undefined;
|
|
2311
2820
|
measurementWidth?: number | null | undefined;
|
|
2312
|
-
packageSizeId?: number | null | undefined;
|
|
2313
2821
|
photoUrls?: string[] | null | undefined;
|
|
2314
2822
|
size?: string | null | undefined;
|
|
2315
|
-
sizeId?: number | null | undefined;
|
|
2316
|
-
statusId?: number | null | undefined;
|
|
2317
|
-
title?: string | null | undefined;
|
|
2318
2823
|
isDraft?: boolean | null | undefined;
|
|
2319
2824
|
isArchived?: boolean | null | undefined;
|
|
2320
2825
|
isUnisex?: boolean | null | undefined;
|
|
@@ -2326,13 +2831,14 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2326
2831
|
targetDate?: Date | null | undefined;
|
|
2327
2832
|
};
|
|
2328
2833
|
} | null | undefined;
|
|
2329
|
-
|
|
2834
|
+
accountId?: string | null | undefined;
|
|
2330
2835
|
targetDate?: Date | null | undefined;
|
|
2836
|
+
requestId?: string | null | undefined;
|
|
2331
2837
|
targetHistoryId?: string | null | undefined;
|
|
2332
2838
|
}>>>;
|
|
2333
2839
|
platforms: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
2334
2840
|
id: z.ZodString;
|
|
2335
|
-
itemId: z.
|
|
2841
|
+
itemId: z.ZodNumber;
|
|
2336
2842
|
accountId: z.ZodString;
|
|
2337
2843
|
platformId: z.ZodString;
|
|
2338
2844
|
platformUrl: z.ZodString;
|
|
@@ -2342,7 +2848,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2342
2848
|
publishedAt: z.ZodDate;
|
|
2343
2849
|
updatedAt: z.ZodDate;
|
|
2344
2850
|
account: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2345
|
-
userId: z.
|
|
2851
|
+
userId: z.ZodNumber;
|
|
2346
2852
|
accountId: z.ZodString;
|
|
2347
2853
|
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
2348
2854
|
name: z.ZodString;
|
|
@@ -2363,9 +2869,9 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2363
2869
|
conversationsMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2364
2870
|
}, "strip", z.ZodTypeAny, {
|
|
2365
2871
|
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
2366
|
-
userId: string | number;
|
|
2367
|
-
accountId: string;
|
|
2368
2872
|
name: string;
|
|
2873
|
+
userId: number;
|
|
2874
|
+
accountId: string;
|
|
2369
2875
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2370
2876
|
locale?: string | null | undefined;
|
|
2371
2877
|
night?: {
|
|
@@ -2377,9 +2883,9 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2377
2883
|
conversationsMaxDelay?: number | null | undefined;
|
|
2378
2884
|
}, {
|
|
2379
2885
|
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
2380
|
-
userId: string | number;
|
|
2381
|
-
accountId: string;
|
|
2382
2886
|
name: string;
|
|
2887
|
+
userId: number;
|
|
2888
|
+
accountId: string;
|
|
2383
2889
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2384
2890
|
locale?: string | null | undefined;
|
|
2385
2891
|
night?: {
|
|
@@ -2394,24 +2900,24 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2394
2900
|
viewsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2395
2901
|
favoritesCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2396
2902
|
}, "strip", z.ZodTypeAny, {
|
|
2397
|
-
status: "PENDING" | "DRAFT" | "
|
|
2903
|
+
status: "PENDING" | "DRAFT" | "ARCHIVED" | "DISPUTE" | "DELETED" | "ONLINE" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "ERROR";
|
|
2398
2904
|
id: string;
|
|
2399
|
-
updatedAt: Date;
|
|
2400
|
-
accountId: string;
|
|
2401
2905
|
createdAt: Date;
|
|
2402
|
-
|
|
2906
|
+
accountId: string;
|
|
2907
|
+
itemId: number;
|
|
2403
2908
|
platformId: string;
|
|
2404
2909
|
platformUrl: string;
|
|
2405
2910
|
platformPrice: number;
|
|
2911
|
+
updatedAt: Date;
|
|
2406
2912
|
publishedAt: Date;
|
|
2407
2913
|
conversationId?: string | null | undefined;
|
|
2408
2914
|
viewsCount?: number | null | undefined;
|
|
2409
2915
|
favoritesCount?: number | null | undefined;
|
|
2410
2916
|
account?: {
|
|
2411
2917
|
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
2412
|
-
userId: string | number;
|
|
2413
|
-
accountId: string;
|
|
2414
2918
|
name: string;
|
|
2919
|
+
userId: number;
|
|
2920
|
+
accountId: string;
|
|
2415
2921
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2416
2922
|
locale?: string | null | undefined;
|
|
2417
2923
|
night?: {
|
|
@@ -2423,24 +2929,24 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2423
2929
|
conversationsMaxDelay?: number | null | undefined;
|
|
2424
2930
|
} | null | undefined;
|
|
2425
2931
|
}, {
|
|
2426
|
-
status: "PENDING" | "DRAFT" | "
|
|
2932
|
+
status: "PENDING" | "DRAFT" | "ARCHIVED" | "DISPUTE" | "DELETED" | "ONLINE" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "ERROR";
|
|
2427
2933
|
id: string;
|
|
2428
|
-
updatedAt: Date;
|
|
2429
|
-
accountId: string;
|
|
2430
2934
|
createdAt: Date;
|
|
2431
|
-
|
|
2935
|
+
accountId: string;
|
|
2936
|
+
itemId: number;
|
|
2432
2937
|
platformId: string;
|
|
2433
2938
|
platformUrl: string;
|
|
2434
2939
|
platformPrice: number;
|
|
2940
|
+
updatedAt: Date;
|
|
2435
2941
|
publishedAt: Date;
|
|
2436
2942
|
conversationId?: string | null | undefined;
|
|
2437
2943
|
viewsCount?: number | null | undefined;
|
|
2438
2944
|
favoritesCount?: number | null | undefined;
|
|
2439
2945
|
account?: {
|
|
2440
2946
|
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
2441
|
-
userId: string | number;
|
|
2442
|
-
accountId: string;
|
|
2443
2947
|
name: string;
|
|
2948
|
+
userId: number;
|
|
2949
|
+
accountId: string;
|
|
2444
2950
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2445
2951
|
locale?: string | null | undefined;
|
|
2446
2952
|
night?: {
|
|
@@ -2455,92 +2961,121 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2455
2961
|
actions: z.ZodObject<{
|
|
2456
2962
|
perAccount: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodEnum<["PUBLISH", "PUBLISH_CANCEL", "REPUBLISH", "REPUBLISH_CANCEL", "UPDATE"]>, "many">>;
|
|
2457
2963
|
}, "strip", z.ZodTypeAny, {
|
|
2458
|
-
perAccount: Record<string, ("
|
|
2964
|
+
perAccount: Record<string, ("REPUBLISH" | "PUBLISH" | "PUBLISH_CANCEL" | "REPUBLISH_CANCEL" | "UPDATE")[]>;
|
|
2459
2965
|
}, {
|
|
2460
|
-
perAccount: Record<string, ("
|
|
2966
|
+
perAccount: Record<string, ("REPUBLISH" | "PUBLISH" | "PUBLISH_CANCEL" | "REPUBLISH_CANCEL" | "UPDATE")[]>;
|
|
2461
2967
|
}>;
|
|
2462
2968
|
createdAt: z.ZodDate;
|
|
2463
2969
|
updatedAt: z.ZodDate;
|
|
2464
2970
|
}, "strip", z.ZodTypeAny, {
|
|
2465
|
-
|
|
2466
|
-
|
|
2467
|
-
|
|
2971
|
+
actions: {
|
|
2972
|
+
perAccount: Record<string, ("REPUBLISH" | "PUBLISH" | "PUBLISH_CANCEL" | "REPUBLISH_CANCEL" | "UPDATE")[]>;
|
|
2973
|
+
};
|
|
2468
2974
|
name: string;
|
|
2975
|
+
id: number;
|
|
2469
2976
|
createdAt: Date;
|
|
2977
|
+
userId: number;
|
|
2978
|
+
updatedAt: Date;
|
|
2470
2979
|
sold: boolean;
|
|
2471
|
-
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
|
|
2980
|
+
fees?: {
|
|
2981
|
+
value: number;
|
|
2982
|
+
type: string;
|
|
2983
|
+
name: string;
|
|
2984
|
+
id: number;
|
|
2985
|
+
createdAt: Date;
|
|
2986
|
+
userId: number;
|
|
2987
|
+
updatedAt: Date;
|
|
2988
|
+
recurrence: "UNIQUE" | "MONTHLY" | "YEARLY";
|
|
2989
|
+
startDate: Date;
|
|
2990
|
+
active: boolean;
|
|
2991
|
+
description?: string | null | undefined;
|
|
2992
|
+
itemId?: number | null | undefined;
|
|
2993
|
+
endDate?: Date | null | undefined;
|
|
2994
|
+
parentFeeId?: number | null | undefined;
|
|
2995
|
+
}[] | null | undefined;
|
|
2476
2996
|
description?: string | null | undefined;
|
|
2477
|
-
|
|
2997
|
+
categoryId?: number | null | undefined;
|
|
2478
2998
|
sizeId?: number | null | undefined;
|
|
2999
|
+
colorIds?: number[] | null | undefined;
|
|
3000
|
+
packageSizeId?: number | null | undefined;
|
|
3001
|
+
state?: number | null | undefined;
|
|
2479
3002
|
labels?: {
|
|
2480
|
-
itemId:
|
|
2481
|
-
labelId:
|
|
3003
|
+
itemId: number;
|
|
3004
|
+
labelId: number;
|
|
2482
3005
|
label?: {
|
|
2483
|
-
id: string | number;
|
|
2484
3006
|
name: string;
|
|
3007
|
+
id: number;
|
|
2485
3008
|
createdAt: Date;
|
|
2486
3009
|
isUserLabel: boolean;
|
|
2487
|
-
userId?: string | number | null | undefined;
|
|
2488
3010
|
itemCount?: number | null | undefined;
|
|
3011
|
+
userId?: number | null | undefined;
|
|
2489
3012
|
parentId?: unknown;
|
|
2490
3013
|
} | null | undefined;
|
|
2491
3014
|
}[] | null | undefined;
|
|
3015
|
+
sex?: string | null | undefined;
|
|
3016
|
+
platforms?: {
|
|
3017
|
+
status: "PENDING" | "DRAFT" | "ARCHIVED" | "DISPUTE" | "DELETED" | "ONLINE" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "ERROR";
|
|
3018
|
+
id: string;
|
|
3019
|
+
createdAt: Date;
|
|
3020
|
+
accountId: string;
|
|
3021
|
+
itemId: number;
|
|
3022
|
+
platformId: string;
|
|
3023
|
+
platformUrl: string;
|
|
3024
|
+
platformPrice: number;
|
|
3025
|
+
updatedAt: Date;
|
|
3026
|
+
publishedAt: Date;
|
|
3027
|
+
conversationId?: string | null | undefined;
|
|
3028
|
+
viewsCount?: number | null | undefined;
|
|
3029
|
+
favoritesCount?: number | null | undefined;
|
|
3030
|
+
account?: {
|
|
3031
|
+
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
3032
|
+
name: string;
|
|
3033
|
+
userId: number;
|
|
3034
|
+
accountId: string;
|
|
3035
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3036
|
+
locale?: string | null | undefined;
|
|
3037
|
+
night?: {
|
|
3038
|
+
startsAt: Date;
|
|
3039
|
+
endsAt: Date;
|
|
3040
|
+
} | null | undefined;
|
|
3041
|
+
favoritesMaxDelay?: number | null | undefined;
|
|
3042
|
+
ordersMaxDelay?: number | null | undefined;
|
|
3043
|
+
conversationsMaxDelay?: number | null | undefined;
|
|
3044
|
+
} | null | undefined;
|
|
3045
|
+
}[] | null | undefined;
|
|
3046
|
+
brandId?: number | null | undefined;
|
|
3047
|
+
estimatedPrice?: number | null | undefined;
|
|
3048
|
+
purchaseDate?: Date | null | undefined;
|
|
3049
|
+
sellingDate?: Date | null | undefined;
|
|
3050
|
+
fields?: {
|
|
3051
|
+
value: string;
|
|
3052
|
+
itemId: number;
|
|
3053
|
+
fieldId: number;
|
|
3054
|
+
}[] | null | undefined;
|
|
3055
|
+
sku?: string | null | undefined;
|
|
2492
3056
|
files?: {
|
|
2493
|
-
itemId: string | number;
|
|
2494
3057
|
fileId: string;
|
|
2495
|
-
|
|
3058
|
+
itemId: number;
|
|
2496
3059
|
file?: {
|
|
2497
3060
|
path: string;
|
|
2498
|
-
userId: string | number;
|
|
2499
3061
|
id: string;
|
|
2500
3062
|
createdAt: Date;
|
|
3063
|
+
userId: number;
|
|
2501
3064
|
signedUrl: string;
|
|
2502
3065
|
} | null | undefined;
|
|
3066
|
+
index?: number | null | undefined;
|
|
2503
3067
|
}[] | null | undefined;
|
|
2504
|
-
fields?: {
|
|
2505
|
-
value: string;
|
|
2506
|
-
itemId: string | number;
|
|
2507
|
-
fieldId: string | number;
|
|
2508
|
-
}[] | null | undefined;
|
|
2509
|
-
sku?: string | null | undefined;
|
|
2510
|
-
categoryId?: number | null | undefined;
|
|
2511
|
-
brandId?: number | null | undefined;
|
|
2512
|
-
sex?: string | null | undefined;
|
|
2513
3068
|
purchasePrice?: number | null | undefined;
|
|
2514
|
-
purchaseDate?: Date | null | undefined;
|
|
2515
3069
|
purchasePlaceId?: number | null | undefined;
|
|
2516
3070
|
purchased?: boolean | null | undefined;
|
|
2517
3071
|
sellingPrice?: number | null | undefined;
|
|
2518
|
-
sellingDate?: Date | null | undefined;
|
|
2519
3072
|
sellingPlaceId?: number | null | undefined;
|
|
2520
|
-
estimatedPrice?: number | null | undefined;
|
|
2521
|
-
fees?: {
|
|
2522
|
-
value: number;
|
|
2523
|
-
type: string;
|
|
2524
|
-
userId: string | number;
|
|
2525
|
-
id: string | number;
|
|
2526
|
-
updatedAt: Date;
|
|
2527
|
-
name: string;
|
|
2528
|
-
createdAt: Date;
|
|
2529
|
-
recurrence: "UNIQUE" | "MONTHLY" | "YEARLY";
|
|
2530
|
-
startDate: Date;
|
|
2531
|
-
active: boolean;
|
|
2532
|
-
description?: string | null | undefined;
|
|
2533
|
-
itemId?: string | number | null | undefined;
|
|
2534
|
-
endDate?: Date | null | undefined;
|
|
2535
|
-
parentFeeId?: string | number | null | undefined;
|
|
2536
|
-
}[] | null | undefined;
|
|
2537
3073
|
feesSum?: number | null | undefined;
|
|
2538
3074
|
lastHistory?: {
|
|
2539
|
-
type: "CANCELED" | "
|
|
3075
|
+
type: "CANCELED" | "IMPORTED" | "ARCHIVED" | "UNARCHIVED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "SCHEDULED_RETRY" | "REPUBLISHING_RETRY" | "PUBLISH_CANCELED" | "SCHEDULED" | "REPUBLISHING" | "IMAGE_PROCESSING_DONE" | "REPUBLISHED" | "REPUBLISH_CANCELED" | "UPDATING" | "UPDATED" | "UPDATE_CANCELED" | "DISPUTE" | "DELETING" | "DELETED" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND" | "LIFECYCLE_STARTED" | "LIFECYCLE_COMPLETED" | "LIFECYCLE_CANCELED";
|
|
2540
3076
|
id: string;
|
|
2541
3077
|
createdAt: Date;
|
|
2542
|
-
itemId:
|
|
2543
|
-
accountId?: string | null | undefined;
|
|
3078
|
+
itemId: number;
|
|
2544
3079
|
data?: {
|
|
2545
3080
|
type: "ACTION_CANCELED";
|
|
2546
3081
|
data: {
|
|
@@ -2569,7 +3104,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2569
3104
|
accountId?: string | null | undefined;
|
|
2570
3105
|
reason?: string | null | undefined;
|
|
2571
3106
|
fields?: {
|
|
2572
|
-
field: "
|
|
3107
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS" | "MATERIAL" | "MEASUREMENT_LENGTH" | "MEASUREMENT_WIDTH" | "IS_UNISEX";
|
|
2573
3108
|
autoFixable: boolean;
|
|
2574
3109
|
error?: string | null | undefined;
|
|
2575
3110
|
}[] | null | undefined;
|
|
@@ -2597,22 +3132,22 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2597
3132
|
platformId: string;
|
|
2598
3133
|
post: {
|
|
2599
3134
|
status?: string | null | undefined;
|
|
3135
|
+
title?: string | null | undefined;
|
|
3136
|
+
description?: string | null | undefined;
|
|
3137
|
+
brand?: string | null | undefined;
|
|
3138
|
+
statusId?: number | null | undefined;
|
|
3139
|
+
sizeId?: number | null | undefined;
|
|
3140
|
+
colorIds?: number[] | null | undefined;
|
|
3141
|
+
packageSizeId?: number | null | undefined;
|
|
2600
3142
|
price?: number | null | undefined;
|
|
2601
3143
|
currency?: string | null | undefined;
|
|
2602
|
-
brand?: string | null | undefined;
|
|
2603
3144
|
catalog?: string | null | undefined;
|
|
2604
3145
|
catalogId?: number | null | undefined;
|
|
2605
3146
|
colors?: string[] | null | undefined;
|
|
2606
|
-
colorIds?: number[] | null | undefined;
|
|
2607
|
-
description?: string | null | undefined;
|
|
2608
3147
|
measurementLength?: number | null | undefined;
|
|
2609
3148
|
measurementWidth?: number | null | undefined;
|
|
2610
|
-
packageSizeId?: number | null | undefined;
|
|
2611
3149
|
photoUrls?: string[] | null | undefined;
|
|
2612
3150
|
size?: string | null | undefined;
|
|
2613
|
-
sizeId?: number | null | undefined;
|
|
2614
|
-
statusId?: number | null | undefined;
|
|
2615
|
-
title?: string | null | undefined;
|
|
2616
3151
|
isDraft?: boolean | null | undefined;
|
|
2617
3152
|
isArchived?: boolean | null | undefined;
|
|
2618
3153
|
isUnisex?: boolean | null | undefined;
|
|
@@ -2635,8 +3170,8 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2635
3170
|
} | {
|
|
2636
3171
|
type: "LIFECYCLE_STARTED";
|
|
2637
3172
|
data: {
|
|
2638
|
-
accountId: string;
|
|
2639
3173
|
caseId: string;
|
|
3174
|
+
accountId: string;
|
|
2640
3175
|
};
|
|
2641
3176
|
} | {
|
|
2642
3177
|
type: "PUBLISHED";
|
|
@@ -2664,13 +3199,13 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2664
3199
|
} | {
|
|
2665
3200
|
type: "REPUBLISHING_RETRY";
|
|
2666
3201
|
data: {
|
|
3202
|
+
maxAttempts: number;
|
|
2667
3203
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2668
3204
|
attemptNumber: number;
|
|
2669
|
-
maxAttempts: number;
|
|
2670
3205
|
previousHistoryId: string;
|
|
2671
3206
|
originalFailureDate: Date;
|
|
2672
3207
|
fields?: {
|
|
2673
|
-
field: "
|
|
3208
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS" | "MATERIAL" | "MEASUREMENT_LENGTH" | "MEASUREMENT_WIDTH" | "IS_UNISEX";
|
|
2674
3209
|
autoFixable: boolean;
|
|
2675
3210
|
error?: string | null | undefined;
|
|
2676
3211
|
}[] | null | undefined;
|
|
@@ -2691,13 +3226,13 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2691
3226
|
} | {
|
|
2692
3227
|
type: "SCHEDULED_RETRY";
|
|
2693
3228
|
data: {
|
|
3229
|
+
maxAttempts: number;
|
|
2694
3230
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2695
3231
|
attemptNumber: number;
|
|
2696
|
-
maxAttempts: number;
|
|
2697
3232
|
previousHistoryId: string;
|
|
2698
3233
|
originalFailureDate: Date;
|
|
2699
3234
|
fields?: {
|
|
2700
|
-
field: "
|
|
3235
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS" | "MATERIAL" | "MEASUREMENT_LENGTH" | "MEASUREMENT_WIDTH" | "IS_UNISEX";
|
|
2701
3236
|
autoFixable: boolean;
|
|
2702
3237
|
error?: string | null | undefined;
|
|
2703
3238
|
}[] | null | undefined;
|
|
@@ -2713,22 +3248,22 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2713
3248
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2714
3249
|
post?: {
|
|
2715
3250
|
status?: string | null | undefined;
|
|
3251
|
+
title?: string | null | undefined;
|
|
3252
|
+
description?: string | null | undefined;
|
|
3253
|
+
brand?: string | null | undefined;
|
|
3254
|
+
statusId?: number | null | undefined;
|
|
3255
|
+
sizeId?: number | null | undefined;
|
|
3256
|
+
colorIds?: number[] | null | undefined;
|
|
3257
|
+
packageSizeId?: number | null | undefined;
|
|
2716
3258
|
price?: number | null | undefined;
|
|
2717
3259
|
currency?: string | null | undefined;
|
|
2718
|
-
brand?: string | null | undefined;
|
|
2719
3260
|
catalog?: string | null | undefined;
|
|
2720
3261
|
catalogId?: number | null | undefined;
|
|
2721
3262
|
colors?: string[] | null | undefined;
|
|
2722
|
-
colorIds?: number[] | null | undefined;
|
|
2723
|
-
description?: string | null | undefined;
|
|
2724
3263
|
measurementLength?: number | null | undefined;
|
|
2725
3264
|
measurementWidth?: number | null | undefined;
|
|
2726
|
-
packageSizeId?: number | null | undefined;
|
|
2727
3265
|
photoUrls?: string[] | null | undefined;
|
|
2728
3266
|
size?: string | null | undefined;
|
|
2729
|
-
sizeId?: number | null | undefined;
|
|
2730
|
-
statusId?: number | null | undefined;
|
|
2731
|
-
title?: string | null | undefined;
|
|
2732
3267
|
isDraft?: boolean | null | undefined;
|
|
2733
3268
|
isArchived?: boolean | null | undefined;
|
|
2734
3269
|
isUnisex?: boolean | null | undefined;
|
|
@@ -2740,29 +3275,76 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2740
3275
|
targetDate?: Date | null | undefined;
|
|
2741
3276
|
};
|
|
2742
3277
|
} | null | undefined;
|
|
2743
|
-
|
|
3278
|
+
accountId?: string | null | undefined;
|
|
2744
3279
|
targetDate?: Date | null | undefined;
|
|
3280
|
+
requestId?: string | null | undefined;
|
|
2745
3281
|
targetHistoryId?: string | null | undefined;
|
|
2746
3282
|
} | null | undefined;
|
|
3283
|
+
}, {
|
|
3284
|
+
actions: {
|
|
3285
|
+
perAccount: Record<string, ("REPUBLISH" | "PUBLISH" | "PUBLISH_CANCEL" | "REPUBLISH_CANCEL" | "UPDATE")[]>;
|
|
3286
|
+
};
|
|
3287
|
+
name: string;
|
|
3288
|
+
id: number;
|
|
3289
|
+
createdAt: Date;
|
|
3290
|
+
userId: number;
|
|
3291
|
+
updatedAt: Date;
|
|
3292
|
+
sold: boolean;
|
|
3293
|
+
fees?: {
|
|
3294
|
+
value: number;
|
|
3295
|
+
type: string;
|
|
3296
|
+
name: string;
|
|
3297
|
+
id: number;
|
|
3298
|
+
createdAt: Date;
|
|
3299
|
+
userId: number;
|
|
3300
|
+
updatedAt: Date;
|
|
3301
|
+
recurrence: "UNIQUE" | "MONTHLY" | "YEARLY";
|
|
3302
|
+
startDate: Date;
|
|
3303
|
+
active: boolean;
|
|
3304
|
+
description?: string | null | undefined;
|
|
3305
|
+
itemId?: number | null | undefined;
|
|
3306
|
+
endDate?: Date | null | undefined;
|
|
3307
|
+
parentFeeId?: number | null | undefined;
|
|
3308
|
+
}[] | null | undefined;
|
|
3309
|
+
description?: string | null | undefined;
|
|
3310
|
+
categoryId?: number | null | undefined;
|
|
3311
|
+
sizeId?: number | null | undefined;
|
|
3312
|
+
colorIds?: number[] | null | undefined;
|
|
3313
|
+
packageSizeId?: number | null | undefined;
|
|
3314
|
+
state?: number | null | undefined;
|
|
3315
|
+
labels?: {
|
|
3316
|
+
itemId: number;
|
|
3317
|
+
labelId: number;
|
|
3318
|
+
label?: {
|
|
3319
|
+
name: string;
|
|
3320
|
+
id: number;
|
|
3321
|
+
createdAt: Date;
|
|
3322
|
+
isUserLabel: boolean;
|
|
3323
|
+
itemCount?: number | null | undefined;
|
|
3324
|
+
userId?: number | null | undefined;
|
|
3325
|
+
parentId?: unknown;
|
|
3326
|
+
} | null | undefined;
|
|
3327
|
+
}[] | null | undefined;
|
|
3328
|
+
sex?: string | null | undefined;
|
|
2747
3329
|
platforms?: {
|
|
2748
|
-
status: "PENDING" | "DRAFT" | "
|
|
3330
|
+
status: "PENDING" | "DRAFT" | "ARCHIVED" | "DISPUTE" | "DELETED" | "ONLINE" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "ERROR";
|
|
2749
3331
|
id: string;
|
|
2750
|
-
updatedAt: Date;
|
|
2751
|
-
accountId: string;
|
|
2752
3332
|
createdAt: Date;
|
|
2753
|
-
|
|
3333
|
+
accountId: string;
|
|
3334
|
+
itemId: number;
|
|
2754
3335
|
platformId: string;
|
|
2755
3336
|
platformUrl: string;
|
|
2756
3337
|
platformPrice: number;
|
|
3338
|
+
updatedAt: Date;
|
|
2757
3339
|
publishedAt: Date;
|
|
2758
3340
|
conversationId?: string | null | undefined;
|
|
2759
3341
|
viewsCount?: number | null | undefined;
|
|
2760
3342
|
favoritesCount?: number | null | undefined;
|
|
2761
3343
|
account?: {
|
|
2762
3344
|
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
2763
|
-
userId: string | number;
|
|
2764
|
-
accountId: string;
|
|
2765
3345
|
name: string;
|
|
3346
|
+
userId: number;
|
|
3347
|
+
accountId: string;
|
|
2766
3348
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2767
3349
|
locale?: string | null | undefined;
|
|
2768
3350
|
night?: {
|
|
@@ -2774,86 +3356,39 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2774
3356
|
conversationsMaxDelay?: number | null | undefined;
|
|
2775
3357
|
} | null | undefined;
|
|
2776
3358
|
}[] | null | undefined;
|
|
2777
|
-
|
|
2778
|
-
|
|
2779
|
-
|
|
2780
|
-
|
|
2781
|
-
|
|
2782
|
-
|
|
2783
|
-
|
|
2784
|
-
|
|
2785
|
-
perAccount: Record<string, ("PUBLISH" | "PUBLISH_CANCEL" | "REPUBLISH" | "REPUBLISH_CANCEL" | "UPDATE")[]>;
|
|
2786
|
-
};
|
|
2787
|
-
state?: number | null | undefined;
|
|
2788
|
-
colorIds?: number[] | null | undefined;
|
|
2789
|
-
description?: string | null | undefined;
|
|
2790
|
-
packageSizeId?: number | null | undefined;
|
|
2791
|
-
sizeId?: number | null | undefined;
|
|
2792
|
-
labels?: {
|
|
2793
|
-
itemId: string | number;
|
|
2794
|
-
labelId: string | number;
|
|
2795
|
-
label?: {
|
|
2796
|
-
id: string | number;
|
|
2797
|
-
name: string;
|
|
2798
|
-
createdAt: Date;
|
|
2799
|
-
isUserLabel: boolean;
|
|
2800
|
-
userId?: string | number | null | undefined;
|
|
2801
|
-
itemCount?: number | null | undefined;
|
|
2802
|
-
parentId?: unknown;
|
|
2803
|
-
} | null | undefined;
|
|
3359
|
+
brandId?: number | null | undefined;
|
|
3360
|
+
estimatedPrice?: number | null | undefined;
|
|
3361
|
+
purchaseDate?: Date | null | undefined;
|
|
3362
|
+
sellingDate?: Date | null | undefined;
|
|
3363
|
+
fields?: {
|
|
3364
|
+
value: string;
|
|
3365
|
+
itemId: number;
|
|
3366
|
+
fieldId: number;
|
|
2804
3367
|
}[] | null | undefined;
|
|
3368
|
+
sku?: string | null | undefined;
|
|
2805
3369
|
files?: {
|
|
2806
|
-
itemId: string | number;
|
|
2807
3370
|
fileId: string;
|
|
2808
|
-
|
|
3371
|
+
itemId: number;
|
|
2809
3372
|
file?: {
|
|
2810
3373
|
path: string;
|
|
2811
|
-
userId: string | number;
|
|
2812
3374
|
id: string;
|
|
2813
3375
|
createdAt: Date;
|
|
3376
|
+
userId: number;
|
|
2814
3377
|
signedUrl: string;
|
|
2815
3378
|
} | null | undefined;
|
|
3379
|
+
index?: number | null | undefined;
|
|
2816
3380
|
}[] | null | undefined;
|
|
2817
|
-
fields?: {
|
|
2818
|
-
value: string;
|
|
2819
|
-
itemId: string | number;
|
|
2820
|
-
fieldId: string | number;
|
|
2821
|
-
}[] | null | undefined;
|
|
2822
|
-
sku?: string | null | undefined;
|
|
2823
|
-
categoryId?: number | null | undefined;
|
|
2824
|
-
brandId?: number | null | undefined;
|
|
2825
|
-
sex?: string | null | undefined;
|
|
2826
3381
|
purchasePrice?: number | null | undefined;
|
|
2827
|
-
purchaseDate?: Date | null | undefined;
|
|
2828
3382
|
purchasePlaceId?: number | null | undefined;
|
|
2829
3383
|
purchased?: boolean | null | undefined;
|
|
2830
3384
|
sellingPrice?: number | null | undefined;
|
|
2831
|
-
sellingDate?: Date | null | undefined;
|
|
2832
3385
|
sellingPlaceId?: number | null | undefined;
|
|
2833
|
-
estimatedPrice?: number | null | undefined;
|
|
2834
|
-
fees?: {
|
|
2835
|
-
value: number;
|
|
2836
|
-
type: string;
|
|
2837
|
-
userId: string | number;
|
|
2838
|
-
id: string | number;
|
|
2839
|
-
updatedAt: Date;
|
|
2840
|
-
name: string;
|
|
2841
|
-
createdAt: Date;
|
|
2842
|
-
recurrence: "UNIQUE" | "MONTHLY" | "YEARLY";
|
|
2843
|
-
startDate: Date;
|
|
2844
|
-
active: boolean;
|
|
2845
|
-
description?: string | null | undefined;
|
|
2846
|
-
itemId?: string | number | null | undefined;
|
|
2847
|
-
endDate?: Date | null | undefined;
|
|
2848
|
-
parentFeeId?: string | number | null | undefined;
|
|
2849
|
-
}[] | null | undefined;
|
|
2850
3386
|
feesSum?: number | null | undefined;
|
|
2851
3387
|
lastHistory?: {
|
|
2852
|
-
type: "CANCELED" | "
|
|
3388
|
+
type: "CANCELED" | "IMPORTED" | "ARCHIVED" | "UNARCHIVED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "SCHEDULED_RETRY" | "REPUBLISHING_RETRY" | "PUBLISH_CANCELED" | "SCHEDULED" | "REPUBLISHING" | "IMAGE_PROCESSING_DONE" | "REPUBLISHED" | "REPUBLISH_CANCELED" | "UPDATING" | "UPDATED" | "UPDATE_CANCELED" | "DISPUTE" | "DELETING" | "DELETED" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND" | "LIFECYCLE_STARTED" | "LIFECYCLE_COMPLETED" | "LIFECYCLE_CANCELED";
|
|
2853
3389
|
id: string;
|
|
2854
3390
|
createdAt: Date;
|
|
2855
|
-
itemId:
|
|
2856
|
-
accountId?: string | null | undefined;
|
|
3391
|
+
itemId: number;
|
|
2857
3392
|
data?: {
|
|
2858
3393
|
type: "ACTION_CANCELED";
|
|
2859
3394
|
data: {
|
|
@@ -2882,7 +3417,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2882
3417
|
accountId?: string | null | undefined;
|
|
2883
3418
|
reason?: string | null | undefined;
|
|
2884
3419
|
fields?: {
|
|
2885
|
-
field: "
|
|
3420
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS" | "MATERIAL" | "MEASUREMENT_LENGTH" | "MEASUREMENT_WIDTH" | "IS_UNISEX";
|
|
2886
3421
|
autoFixable: boolean;
|
|
2887
3422
|
error?: string | null | undefined;
|
|
2888
3423
|
}[] | null | undefined;
|
|
@@ -2910,22 +3445,22 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2910
3445
|
platformId: string;
|
|
2911
3446
|
post: {
|
|
2912
3447
|
status?: string | null | undefined;
|
|
3448
|
+
title?: string | null | undefined;
|
|
3449
|
+
description?: string | null | undefined;
|
|
3450
|
+
brand?: string | null | undefined;
|
|
3451
|
+
statusId?: number | null | undefined;
|
|
3452
|
+
sizeId?: number | null | undefined;
|
|
3453
|
+
colorIds?: number[] | null | undefined;
|
|
3454
|
+
packageSizeId?: number | null | undefined;
|
|
2913
3455
|
price?: number | null | undefined;
|
|
2914
3456
|
currency?: string | null | undefined;
|
|
2915
|
-
brand?: string | null | undefined;
|
|
2916
3457
|
catalog?: string | null | undefined;
|
|
2917
3458
|
catalogId?: number | null | undefined;
|
|
2918
3459
|
colors?: string[] | null | undefined;
|
|
2919
|
-
colorIds?: number[] | null | undefined;
|
|
2920
|
-
description?: string | null | undefined;
|
|
2921
3460
|
measurementLength?: number | null | undefined;
|
|
2922
3461
|
measurementWidth?: number | null | undefined;
|
|
2923
|
-
packageSizeId?: number | null | undefined;
|
|
2924
3462
|
photoUrls?: string[] | null | undefined;
|
|
2925
3463
|
size?: string | null | undefined;
|
|
2926
|
-
sizeId?: number | null | undefined;
|
|
2927
|
-
statusId?: number | null | undefined;
|
|
2928
|
-
title?: string | null | undefined;
|
|
2929
3464
|
isDraft?: boolean | null | undefined;
|
|
2930
3465
|
isArchived?: boolean | null | undefined;
|
|
2931
3466
|
isUnisex?: boolean | null | undefined;
|
|
@@ -2948,8 +3483,8 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2948
3483
|
} | {
|
|
2949
3484
|
type: "LIFECYCLE_STARTED";
|
|
2950
3485
|
data: {
|
|
2951
|
-
accountId: string;
|
|
2952
3486
|
caseId: string;
|
|
3487
|
+
accountId: string;
|
|
2953
3488
|
};
|
|
2954
3489
|
} | {
|
|
2955
3490
|
type: "PUBLISHED";
|
|
@@ -2977,13 +3512,13 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2977
3512
|
} | {
|
|
2978
3513
|
type: "REPUBLISHING_RETRY";
|
|
2979
3514
|
data: {
|
|
3515
|
+
maxAttempts: number;
|
|
2980
3516
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
2981
3517
|
attemptNumber: number;
|
|
2982
|
-
maxAttempts: number;
|
|
2983
3518
|
previousHistoryId: string;
|
|
2984
3519
|
originalFailureDate: Date;
|
|
2985
3520
|
fields?: {
|
|
2986
|
-
field: "
|
|
3521
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS" | "MATERIAL" | "MEASUREMENT_LENGTH" | "MEASUREMENT_WIDTH" | "IS_UNISEX";
|
|
2987
3522
|
autoFixable: boolean;
|
|
2988
3523
|
error?: string | null | undefined;
|
|
2989
3524
|
}[] | null | undefined;
|
|
@@ -3004,13 +3539,13 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
3004
3539
|
} | {
|
|
3005
3540
|
type: "SCHEDULED_RETRY";
|
|
3006
3541
|
data: {
|
|
3542
|
+
maxAttempts: number;
|
|
3007
3543
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3008
3544
|
attemptNumber: number;
|
|
3009
|
-
maxAttempts: number;
|
|
3010
3545
|
previousHistoryId: string;
|
|
3011
3546
|
originalFailureDate: Date;
|
|
3012
3547
|
fields?: {
|
|
3013
|
-
field: "
|
|
3548
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS" | "MATERIAL" | "MEASUREMENT_LENGTH" | "MEASUREMENT_WIDTH" | "IS_UNISEX";
|
|
3014
3549
|
autoFixable: boolean;
|
|
3015
3550
|
error?: string | null | undefined;
|
|
3016
3551
|
}[] | null | undefined;
|
|
@@ -3026,22 +3561,22 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
3026
3561
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3027
3562
|
post?: {
|
|
3028
3563
|
status?: string | null | undefined;
|
|
3564
|
+
title?: string | null | undefined;
|
|
3565
|
+
description?: string | null | undefined;
|
|
3566
|
+
brand?: string | null | undefined;
|
|
3567
|
+
statusId?: number | null | undefined;
|
|
3568
|
+
sizeId?: number | null | undefined;
|
|
3569
|
+
colorIds?: number[] | null | undefined;
|
|
3570
|
+
packageSizeId?: number | null | undefined;
|
|
3029
3571
|
price?: number | null | undefined;
|
|
3030
3572
|
currency?: string | null | undefined;
|
|
3031
|
-
brand?: string | null | undefined;
|
|
3032
3573
|
catalog?: string | null | undefined;
|
|
3033
3574
|
catalogId?: number | null | undefined;
|
|
3034
3575
|
colors?: string[] | null | undefined;
|
|
3035
|
-
colorIds?: number[] | null | undefined;
|
|
3036
|
-
description?: string | null | undefined;
|
|
3037
3576
|
measurementLength?: number | null | undefined;
|
|
3038
3577
|
measurementWidth?: number | null | undefined;
|
|
3039
|
-
packageSizeId?: number | null | undefined;
|
|
3040
3578
|
photoUrls?: string[] | null | undefined;
|
|
3041
3579
|
size?: string | null | undefined;
|
|
3042
|
-
sizeId?: number | null | undefined;
|
|
3043
|
-
statusId?: number | null | undefined;
|
|
3044
|
-
title?: string | null | undefined;
|
|
3045
3580
|
isDraft?: boolean | null | undefined;
|
|
3046
3581
|
isArchived?: boolean | null | undefined;
|
|
3047
3582
|
isUnisex?: boolean | null | undefined;
|
|
@@ -3053,29 +3588,78 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
3053
3588
|
targetDate?: Date | null | undefined;
|
|
3054
3589
|
};
|
|
3055
3590
|
} | null | undefined;
|
|
3056
|
-
|
|
3591
|
+
accountId?: string | null | undefined;
|
|
3057
3592
|
targetDate?: Date | null | undefined;
|
|
3593
|
+
requestId?: string | null | undefined;
|
|
3058
3594
|
targetHistoryId?: string | null | undefined;
|
|
3059
3595
|
} | null | undefined;
|
|
3596
|
+
}>, "many">;
|
|
3597
|
+
}, "strip", z.ZodTypeAny, {
|
|
3598
|
+
items: {
|
|
3599
|
+
actions: {
|
|
3600
|
+
perAccount: Record<string, ("REPUBLISH" | "PUBLISH" | "PUBLISH_CANCEL" | "REPUBLISH_CANCEL" | "UPDATE")[]>;
|
|
3601
|
+
};
|
|
3602
|
+
name: string;
|
|
3603
|
+
id: number;
|
|
3604
|
+
createdAt: Date;
|
|
3605
|
+
userId: number;
|
|
3606
|
+
updatedAt: Date;
|
|
3607
|
+
sold: boolean;
|
|
3608
|
+
fees?: {
|
|
3609
|
+
value: number;
|
|
3610
|
+
type: string;
|
|
3611
|
+
name: string;
|
|
3612
|
+
id: number;
|
|
3613
|
+
createdAt: Date;
|
|
3614
|
+
userId: number;
|
|
3615
|
+
updatedAt: Date;
|
|
3616
|
+
recurrence: "UNIQUE" | "MONTHLY" | "YEARLY";
|
|
3617
|
+
startDate: Date;
|
|
3618
|
+
active: boolean;
|
|
3619
|
+
description?: string | null | undefined;
|
|
3620
|
+
itemId?: number | null | undefined;
|
|
3621
|
+
endDate?: Date | null | undefined;
|
|
3622
|
+
parentFeeId?: number | null | undefined;
|
|
3623
|
+
}[] | null | undefined;
|
|
3624
|
+
description?: string | null | undefined;
|
|
3625
|
+
categoryId?: number | null | undefined;
|
|
3626
|
+
sizeId?: number | null | undefined;
|
|
3627
|
+
colorIds?: number[] | null | undefined;
|
|
3628
|
+
packageSizeId?: number | null | undefined;
|
|
3629
|
+
state?: number | null | undefined;
|
|
3630
|
+
labels?: {
|
|
3631
|
+
itemId: number;
|
|
3632
|
+
labelId: number;
|
|
3633
|
+
label?: {
|
|
3634
|
+
name: string;
|
|
3635
|
+
id: number;
|
|
3636
|
+
createdAt: Date;
|
|
3637
|
+
isUserLabel: boolean;
|
|
3638
|
+
itemCount?: number | null | undefined;
|
|
3639
|
+
userId?: number | null | undefined;
|
|
3640
|
+
parentId?: unknown;
|
|
3641
|
+
} | null | undefined;
|
|
3642
|
+
}[] | null | undefined;
|
|
3643
|
+
sex?: string | null | undefined;
|
|
3060
3644
|
platforms?: {
|
|
3061
|
-
status: "PENDING" | "DRAFT" | "
|
|
3645
|
+
status: "PENDING" | "DRAFT" | "ARCHIVED" | "DISPUTE" | "DELETED" | "ONLINE" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "ERROR";
|
|
3062
3646
|
id: string;
|
|
3063
|
-
updatedAt: Date;
|
|
3064
|
-
accountId: string;
|
|
3065
3647
|
createdAt: Date;
|
|
3066
|
-
|
|
3648
|
+
accountId: string;
|
|
3649
|
+
itemId: number;
|
|
3067
3650
|
platformId: string;
|
|
3068
3651
|
platformUrl: string;
|
|
3069
3652
|
platformPrice: number;
|
|
3653
|
+
updatedAt: Date;
|
|
3070
3654
|
publishedAt: Date;
|
|
3071
3655
|
conversationId?: string | null | undefined;
|
|
3072
3656
|
viewsCount?: number | null | undefined;
|
|
3073
3657
|
favoritesCount?: number | null | undefined;
|
|
3074
3658
|
account?: {
|
|
3075
3659
|
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
3076
|
-
userId: string | number;
|
|
3077
|
-
accountId: string;
|
|
3078
3660
|
name: string;
|
|
3661
|
+
userId: number;
|
|
3662
|
+
accountId: string;
|
|
3079
3663
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3080
3664
|
locale?: string | null | undefined;
|
|
3081
3665
|
night?: {
|
|
@@ -3087,184 +3671,39 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
3087
3671
|
conversationsMaxDelay?: number | null | undefined;
|
|
3088
3672
|
} | null | undefined;
|
|
3089
3673
|
}[] | null | undefined;
|
|
3090
|
-
|
|
3091
|
-
|
|
3092
|
-
|
|
3093
|
-
|
|
3094
|
-
|
|
3095
|
-
|
|
3096
|
-
|
|
3097
|
-
|
|
3098
|
-
price: number;
|
|
3099
|
-
isPrepared: boolean;
|
|
3100
|
-
platformOrderId: string;
|
|
3101
|
-
conversationId?: string | null | undefined;
|
|
3102
|
-
transactionId?: string | null | undefined;
|
|
3103
|
-
labels?: {
|
|
3104
|
-
id: string;
|
|
3105
|
-
orderId: string;
|
|
3106
|
-
fileId: string;
|
|
3107
|
-
nonCroppedFileId: string;
|
|
3108
|
-
originalFileId: string;
|
|
3109
|
-
file?: {
|
|
3110
|
-
path: string;
|
|
3111
|
-
userId: string | number;
|
|
3112
|
-
id: string;
|
|
3113
|
-
createdAt: Date;
|
|
3114
|
-
signedUrl: string;
|
|
3115
|
-
} | null | undefined;
|
|
3116
|
-
originalFile?: {
|
|
3117
|
-
path: string;
|
|
3118
|
-
userId: string | number;
|
|
3119
|
-
id: string;
|
|
3120
|
-
createdAt: Date;
|
|
3121
|
-
signedUrl: string;
|
|
3122
|
-
} | null | undefined;
|
|
3123
|
-
carrier?: "UNKNOWN" | "MONDIAL_RELAY" | "MONDIAL_RELAY_2" | "MONDIAL_RELAY_3" | "MONDIAL_RELAY_4" | "UPS" | "CHRONOPOST" | "COLISSIMO" | "RELAIS_COLIS" | "VINTED_GO" | "VINTED_GO_BE" | "VINTED_VERIF" | "B_POST" | "VINTED_GO_IT" | "DPD" | "VINTED_GO_DIGITAL" | "DHL" | null | undefined;
|
|
3124
|
-
nonCroppedFile?: {
|
|
3125
|
-
path: string;
|
|
3126
|
-
userId: string | number;
|
|
3127
|
-
id: string;
|
|
3128
|
-
createdAt: Date;
|
|
3129
|
-
signedUrl: string;
|
|
3130
|
-
} | null | undefined;
|
|
3131
|
-
}[] | null | undefined;
|
|
3132
|
-
pickupPoints?: {
|
|
3133
|
-
orderId: string;
|
|
3134
|
-
pickupPointId: string;
|
|
3135
|
-
isQrcode: boolean;
|
|
3136
|
-
code?: string | null | undefined;
|
|
3137
|
-
trackingLink?: string | null | undefined;
|
|
3138
|
-
availableUntil?: Date | null | undefined;
|
|
3139
|
-
pickupPoint?: {
|
|
3140
|
-
id: string;
|
|
3141
|
-
accountId: string;
|
|
3142
|
-
name: string;
|
|
3143
|
-
postalCode: string;
|
|
3144
|
-
city: string;
|
|
3145
|
-
countryCode: string;
|
|
3146
|
-
addressLine1: string;
|
|
3147
|
-
platformPickupPointId: string;
|
|
3148
|
-
addressLine2?: string | null | undefined;
|
|
3149
|
-
latitude?: number | null | undefined;
|
|
3150
|
-
longitude?: number | null | undefined;
|
|
3151
|
-
} | null | undefined;
|
|
3152
|
-
}[] | null | undefined;
|
|
3153
|
-
items?: {
|
|
3154
|
-
orderId: string;
|
|
3155
|
-
itemOnPlatformId: string;
|
|
3156
|
-
itemOnPlatform?: {
|
|
3157
|
-
status: "PENDING" | "DRAFT" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "ERROR" | "DISPUTE";
|
|
3158
|
-
id: string;
|
|
3159
|
-
updatedAt: Date;
|
|
3160
|
-
accountId: string;
|
|
3161
|
-
createdAt: Date;
|
|
3162
|
-
itemId: string | number;
|
|
3163
|
-
platformId: string;
|
|
3164
|
-
platformUrl: string;
|
|
3165
|
-
platformPrice: number;
|
|
3166
|
-
publishedAt: Date;
|
|
3167
|
-
conversationId?: string | null | undefined;
|
|
3168
|
-
viewsCount?: number | null | undefined;
|
|
3169
|
-
favoritesCount?: number | null | undefined;
|
|
3170
|
-
account?: {
|
|
3171
|
-
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
3172
|
-
userId: string | number;
|
|
3173
|
-
accountId: string;
|
|
3174
|
-
name: string;
|
|
3175
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3176
|
-
locale?: string | null | undefined;
|
|
3177
|
-
night?: {
|
|
3178
|
-
startsAt: Date;
|
|
3179
|
-
endsAt: Date;
|
|
3180
|
-
} | null | undefined;
|
|
3181
|
-
favoritesMaxDelay?: number | null | undefined;
|
|
3182
|
-
ordersMaxDelay?: number | null | undefined;
|
|
3183
|
-
conversationsMaxDelay?: number | null | undefined;
|
|
3184
|
-
} | null | undefined;
|
|
3185
|
-
} | null | undefined;
|
|
3186
|
-
}[] | null | undefined;
|
|
3187
|
-
};
|
|
3188
|
-
items: {
|
|
3189
|
-
userId: number;
|
|
3190
|
-
id: number;
|
|
3191
|
-
updatedAt: Date;
|
|
3192
|
-
name: string;
|
|
3193
|
-
createdAt: Date;
|
|
3194
|
-
sold: boolean;
|
|
3195
|
-
actions: {
|
|
3196
|
-
perAccount: Record<string, ("PUBLISH" | "PUBLISH_CANCEL" | "REPUBLISH" | "REPUBLISH_CANCEL" | "UPDATE")[]>;
|
|
3197
|
-
};
|
|
3198
|
-
state?: number | null | undefined;
|
|
3199
|
-
colorIds?: number[] | null | undefined;
|
|
3200
|
-
description?: string | null | undefined;
|
|
3201
|
-
packageSizeId?: number | null | undefined;
|
|
3202
|
-
sizeId?: number | null | undefined;
|
|
3203
|
-
labels?: {
|
|
3204
|
-
itemId: string | number;
|
|
3205
|
-
labelId: string | number;
|
|
3206
|
-
label?: {
|
|
3207
|
-
id: string | number;
|
|
3208
|
-
name: string;
|
|
3209
|
-
createdAt: Date;
|
|
3210
|
-
isUserLabel: boolean;
|
|
3211
|
-
userId?: string | number | null | undefined;
|
|
3212
|
-
itemCount?: number | null | undefined;
|
|
3213
|
-
parentId?: unknown;
|
|
3214
|
-
} | null | undefined;
|
|
3674
|
+
brandId?: number | null | undefined;
|
|
3675
|
+
estimatedPrice?: number | null | undefined;
|
|
3676
|
+
purchaseDate?: Date | null | undefined;
|
|
3677
|
+
sellingDate?: Date | null | undefined;
|
|
3678
|
+
fields?: {
|
|
3679
|
+
value: string;
|
|
3680
|
+
itemId: number;
|
|
3681
|
+
fieldId: number;
|
|
3215
3682
|
}[] | null | undefined;
|
|
3683
|
+
sku?: string | null | undefined;
|
|
3216
3684
|
files?: {
|
|
3217
|
-
itemId: string | number;
|
|
3218
3685
|
fileId: string;
|
|
3219
|
-
|
|
3686
|
+
itemId: number;
|
|
3220
3687
|
file?: {
|
|
3221
3688
|
path: string;
|
|
3222
|
-
userId: string | number;
|
|
3223
3689
|
id: string;
|
|
3224
3690
|
createdAt: Date;
|
|
3691
|
+
userId: number;
|
|
3225
3692
|
signedUrl: string;
|
|
3226
3693
|
} | null | undefined;
|
|
3694
|
+
index?: number | null | undefined;
|
|
3227
3695
|
}[] | null | undefined;
|
|
3228
|
-
fields?: {
|
|
3229
|
-
value: string;
|
|
3230
|
-
itemId: string | number;
|
|
3231
|
-
fieldId: string | number;
|
|
3232
|
-
}[] | null | undefined;
|
|
3233
|
-
sku?: string | null | undefined;
|
|
3234
|
-
categoryId?: number | null | undefined;
|
|
3235
|
-
brandId?: number | null | undefined;
|
|
3236
|
-
sex?: string | null | undefined;
|
|
3237
3696
|
purchasePrice?: number | null | undefined;
|
|
3238
|
-
purchaseDate?: Date | null | undefined;
|
|
3239
3697
|
purchasePlaceId?: number | null | undefined;
|
|
3240
3698
|
purchased?: boolean | null | undefined;
|
|
3241
3699
|
sellingPrice?: number | null | undefined;
|
|
3242
|
-
sellingDate?: Date | null | undefined;
|
|
3243
3700
|
sellingPlaceId?: number | null | undefined;
|
|
3244
|
-
estimatedPrice?: number | null | undefined;
|
|
3245
|
-
fees?: {
|
|
3246
|
-
value: number;
|
|
3247
|
-
type: string;
|
|
3248
|
-
userId: string | number;
|
|
3249
|
-
id: string | number;
|
|
3250
|
-
updatedAt: Date;
|
|
3251
|
-
name: string;
|
|
3252
|
-
createdAt: Date;
|
|
3253
|
-
recurrence: "UNIQUE" | "MONTHLY" | "YEARLY";
|
|
3254
|
-
startDate: Date;
|
|
3255
|
-
active: boolean;
|
|
3256
|
-
description?: string | null | undefined;
|
|
3257
|
-
itemId?: string | number | null | undefined;
|
|
3258
|
-
endDate?: Date | null | undefined;
|
|
3259
|
-
parentFeeId?: string | number | null | undefined;
|
|
3260
|
-
}[] | null | undefined;
|
|
3261
3701
|
feesSum?: number | null | undefined;
|
|
3262
3702
|
lastHistory?: {
|
|
3263
|
-
type: "CANCELED" | "
|
|
3703
|
+
type: "CANCELED" | "IMPORTED" | "ARCHIVED" | "UNARCHIVED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "SCHEDULED_RETRY" | "REPUBLISHING_RETRY" | "PUBLISH_CANCELED" | "SCHEDULED" | "REPUBLISHING" | "IMAGE_PROCESSING_DONE" | "REPUBLISHED" | "REPUBLISH_CANCELED" | "UPDATING" | "UPDATED" | "UPDATE_CANCELED" | "DISPUTE" | "DELETING" | "DELETED" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND" | "LIFECYCLE_STARTED" | "LIFECYCLE_COMPLETED" | "LIFECYCLE_CANCELED";
|
|
3264
3704
|
id: string;
|
|
3265
3705
|
createdAt: Date;
|
|
3266
|
-
itemId:
|
|
3267
|
-
accountId?: string | null | undefined;
|
|
3706
|
+
itemId: number;
|
|
3268
3707
|
data?: {
|
|
3269
3708
|
type: "ACTION_CANCELED";
|
|
3270
3709
|
data: {
|
|
@@ -3293,7 +3732,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
3293
3732
|
accountId?: string | null | undefined;
|
|
3294
3733
|
reason?: string | null | undefined;
|
|
3295
3734
|
fields?: {
|
|
3296
|
-
field: "
|
|
3735
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS" | "MATERIAL" | "MEASUREMENT_LENGTH" | "MEASUREMENT_WIDTH" | "IS_UNISEX";
|
|
3297
3736
|
autoFixable: boolean;
|
|
3298
3737
|
error?: string | null | undefined;
|
|
3299
3738
|
}[] | null | undefined;
|
|
@@ -3321,22 +3760,22 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
3321
3760
|
platformId: string;
|
|
3322
3761
|
post: {
|
|
3323
3762
|
status?: string | null | undefined;
|
|
3763
|
+
title?: string | null | undefined;
|
|
3764
|
+
description?: string | null | undefined;
|
|
3765
|
+
brand?: string | null | undefined;
|
|
3766
|
+
statusId?: number | null | undefined;
|
|
3767
|
+
sizeId?: number | null | undefined;
|
|
3768
|
+
colorIds?: number[] | null | undefined;
|
|
3769
|
+
packageSizeId?: number | null | undefined;
|
|
3324
3770
|
price?: number | null | undefined;
|
|
3325
3771
|
currency?: string | null | undefined;
|
|
3326
|
-
brand?: string | null | undefined;
|
|
3327
3772
|
catalog?: string | null | undefined;
|
|
3328
3773
|
catalogId?: number | null | undefined;
|
|
3329
3774
|
colors?: string[] | null | undefined;
|
|
3330
|
-
colorIds?: number[] | null | undefined;
|
|
3331
|
-
description?: string | null | undefined;
|
|
3332
3775
|
measurementLength?: number | null | undefined;
|
|
3333
3776
|
measurementWidth?: number | null | undefined;
|
|
3334
|
-
packageSizeId?: number | null | undefined;
|
|
3335
3777
|
photoUrls?: string[] | null | undefined;
|
|
3336
3778
|
size?: string | null | undefined;
|
|
3337
|
-
sizeId?: number | null | undefined;
|
|
3338
|
-
statusId?: number | null | undefined;
|
|
3339
|
-
title?: string | null | undefined;
|
|
3340
3779
|
isDraft?: boolean | null | undefined;
|
|
3341
3780
|
isArchived?: boolean | null | undefined;
|
|
3342
3781
|
isUnisex?: boolean | null | undefined;
|
|
@@ -3359,8 +3798,8 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
3359
3798
|
} | {
|
|
3360
3799
|
type: "LIFECYCLE_STARTED";
|
|
3361
3800
|
data: {
|
|
3362
|
-
accountId: string;
|
|
3363
3801
|
caseId: string;
|
|
3802
|
+
accountId: string;
|
|
3364
3803
|
};
|
|
3365
3804
|
} | {
|
|
3366
3805
|
type: "PUBLISHED";
|
|
@@ -3388,13 +3827,13 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
3388
3827
|
} | {
|
|
3389
3828
|
type: "REPUBLISHING_RETRY";
|
|
3390
3829
|
data: {
|
|
3830
|
+
maxAttempts: number;
|
|
3391
3831
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3392
3832
|
attemptNumber: number;
|
|
3393
|
-
maxAttempts: number;
|
|
3394
3833
|
previousHistoryId: string;
|
|
3395
3834
|
originalFailureDate: Date;
|
|
3396
3835
|
fields?: {
|
|
3397
|
-
field: "
|
|
3836
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS" | "MATERIAL" | "MEASUREMENT_LENGTH" | "MEASUREMENT_WIDTH" | "IS_UNISEX";
|
|
3398
3837
|
autoFixable: boolean;
|
|
3399
3838
|
error?: string | null | undefined;
|
|
3400
3839
|
}[] | null | undefined;
|
|
@@ -3415,13 +3854,13 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
3415
3854
|
} | {
|
|
3416
3855
|
type: "SCHEDULED_RETRY";
|
|
3417
3856
|
data: {
|
|
3857
|
+
maxAttempts: number;
|
|
3418
3858
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3419
3859
|
attemptNumber: number;
|
|
3420
|
-
maxAttempts: number;
|
|
3421
3860
|
previousHistoryId: string;
|
|
3422
3861
|
originalFailureDate: Date;
|
|
3423
3862
|
fields?: {
|
|
3424
|
-
field: "
|
|
3863
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS" | "MATERIAL" | "MEASUREMENT_LENGTH" | "MEASUREMENT_WIDTH" | "IS_UNISEX";
|
|
3425
3864
|
autoFixable: boolean;
|
|
3426
3865
|
error?: string | null | undefined;
|
|
3427
3866
|
}[] | null | undefined;
|
|
@@ -3437,22 +3876,22 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
3437
3876
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3438
3877
|
post?: {
|
|
3439
3878
|
status?: string | null | undefined;
|
|
3879
|
+
title?: string | null | undefined;
|
|
3880
|
+
description?: string | null | undefined;
|
|
3881
|
+
brand?: string | null | undefined;
|
|
3882
|
+
statusId?: number | null | undefined;
|
|
3883
|
+
sizeId?: number | null | undefined;
|
|
3884
|
+
colorIds?: number[] | null | undefined;
|
|
3885
|
+
packageSizeId?: number | null | undefined;
|
|
3440
3886
|
price?: number | null | undefined;
|
|
3441
3887
|
currency?: string | null | undefined;
|
|
3442
|
-
brand?: string | null | undefined;
|
|
3443
3888
|
catalog?: string | null | undefined;
|
|
3444
3889
|
catalogId?: number | null | undefined;
|
|
3445
3890
|
colors?: string[] | null | undefined;
|
|
3446
|
-
colorIds?: number[] | null | undefined;
|
|
3447
|
-
description?: string | null | undefined;
|
|
3448
3891
|
measurementLength?: number | null | undefined;
|
|
3449
3892
|
measurementWidth?: number | null | undefined;
|
|
3450
|
-
packageSizeId?: number | null | undefined;
|
|
3451
3893
|
photoUrls?: string[] | null | undefined;
|
|
3452
3894
|
size?: string | null | undefined;
|
|
3453
|
-
sizeId?: number | null | undefined;
|
|
3454
|
-
statusId?: number | null | undefined;
|
|
3455
|
-
title?: string | null | undefined;
|
|
3456
3895
|
isDraft?: boolean | null | undefined;
|
|
3457
3896
|
isArchived?: boolean | null | undefined;
|
|
3458
3897
|
isUnisex?: boolean | null | undefined;
|
|
@@ -3464,42 +3903,12 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
3464
3903
|
targetDate?: Date | null | undefined;
|
|
3465
3904
|
};
|
|
3466
3905
|
} | null | undefined;
|
|
3467
|
-
|
|
3906
|
+
accountId?: string | null | undefined;
|
|
3468
3907
|
targetDate?: Date | null | undefined;
|
|
3908
|
+
requestId?: string | null | undefined;
|
|
3469
3909
|
targetHistoryId?: string | null | undefined;
|
|
3470
3910
|
} | null | undefined;
|
|
3471
|
-
platforms?: {
|
|
3472
|
-
status: "PENDING" | "DRAFT" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "ERROR" | "DISPUTE";
|
|
3473
|
-
id: string;
|
|
3474
|
-
updatedAt: Date;
|
|
3475
|
-
accountId: string;
|
|
3476
|
-
createdAt: Date;
|
|
3477
|
-
itemId: string | number;
|
|
3478
|
-
platformId: string;
|
|
3479
|
-
platformUrl: string;
|
|
3480
|
-
platformPrice: number;
|
|
3481
|
-
publishedAt: Date;
|
|
3482
|
-
conversationId?: string | null | undefined;
|
|
3483
|
-
viewsCount?: number | null | undefined;
|
|
3484
|
-
favoritesCount?: number | null | undefined;
|
|
3485
|
-
account?: {
|
|
3486
|
-
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
3487
|
-
userId: string | number;
|
|
3488
|
-
accountId: string;
|
|
3489
|
-
name: string;
|
|
3490
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3491
|
-
locale?: string | null | undefined;
|
|
3492
|
-
night?: {
|
|
3493
|
-
startsAt: Date;
|
|
3494
|
-
endsAt: Date;
|
|
3495
|
-
} | null | undefined;
|
|
3496
|
-
favoritesMaxDelay?: number | null | undefined;
|
|
3497
|
-
ordersMaxDelay?: number | null | undefined;
|
|
3498
|
-
conversationsMaxDelay?: number | null | undefined;
|
|
3499
|
-
} | null | undefined;
|
|
3500
|
-
}[] | null | undefined;
|
|
3501
3911
|
}[];
|
|
3502
|
-
}, {
|
|
3503
3912
|
order: {
|
|
3504
3913
|
type: "SALE" | "PURCHASE";
|
|
3505
3914
|
status: "UNKNOWN" | "PAYMENT_VALIDATED" | "ORDER_CANCELED" | "SHIPPING_LABEL_SENT_TO_SELLER" | "ORDER_SHIPPED" | "DELIVERED_TO_POST_OFFICE_OR_PICKUP_POINT" | "ORDER_RECEIVED" | "ORDER_FINALIZED" | "RETURN_INITIATED" | "REFUND_DONE" | "ORDER_CANCELED_ITEM_UNAVAILABLE" | "ORDER_CANCELED_BY_VINTED" | "ORDER_DISPUTE_STARTED" | "ORDER_CANCELED_DUE_TO_LATE_SHIPPING" | "SHIPPING_LABEL_ORDERED" | "ORDER_RETURNED_TO_SENDER" | "PAYMENT_FAILED" | "ORDER_SUSPENDED" | "SHIPPING_TO_VERIFICATION_CENTER" | "PAYMENT_IN_PROGRESS" | "SENT_TO_VERIFICATION_CENTER" | "SHIPPING_FROM_VERIFICATION_CENTER";
|
|
@@ -3513,30 +3922,30 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
3513
3922
|
transactionId?: string | null | undefined;
|
|
3514
3923
|
labels?: {
|
|
3515
3924
|
id: string;
|
|
3516
|
-
orderId: string;
|
|
3517
3925
|
fileId: string;
|
|
3926
|
+
orderId: string;
|
|
3518
3927
|
nonCroppedFileId: string;
|
|
3519
3928
|
originalFileId: string;
|
|
3520
|
-
|
|
3929
|
+
originalFile?: {
|
|
3521
3930
|
path: string;
|
|
3522
|
-
userId: string | number;
|
|
3523
3931
|
id: string;
|
|
3524
3932
|
createdAt: Date;
|
|
3933
|
+
userId: number;
|
|
3525
3934
|
signedUrl: string;
|
|
3526
3935
|
} | null | undefined;
|
|
3527
|
-
|
|
3936
|
+
carrier?: "UNKNOWN" | "MONDIAL_RELAY" | "MONDIAL_RELAY_2" | "MONDIAL_RELAY_3" | "MONDIAL_RELAY_4" | "UPS" | "CHRONOPOST" | "COLISSIMO" | "RELAIS_COLIS" | "VINTED_GO" | "VINTED_GO_BE" | "VINTED_VERIF" | "B_POST" | "VINTED_GO_IT" | "DPD" | "VINTED_GO_DIGITAL" | "DHL" | null | undefined;
|
|
3937
|
+
file?: {
|
|
3528
3938
|
path: string;
|
|
3529
|
-
userId: string | number;
|
|
3530
3939
|
id: string;
|
|
3531
3940
|
createdAt: Date;
|
|
3941
|
+
userId: number;
|
|
3532
3942
|
signedUrl: string;
|
|
3533
3943
|
} | null | undefined;
|
|
3534
|
-
carrier?: "UNKNOWN" | "MONDIAL_RELAY" | "MONDIAL_RELAY_2" | "MONDIAL_RELAY_3" | "MONDIAL_RELAY_4" | "UPS" | "CHRONOPOST" | "COLISSIMO" | "RELAIS_COLIS" | "VINTED_GO" | "VINTED_GO_BE" | "VINTED_VERIF" | "B_POST" | "VINTED_GO_IT" | "DPD" | "VINTED_GO_DIGITAL" | "DHL" | null | undefined;
|
|
3535
3944
|
nonCroppedFile?: {
|
|
3536
3945
|
path: string;
|
|
3537
|
-
userId: string | number;
|
|
3538
3946
|
id: string;
|
|
3539
3947
|
createdAt: Date;
|
|
3948
|
+
userId: number;
|
|
3540
3949
|
signedUrl: string;
|
|
3541
3950
|
} | null | undefined;
|
|
3542
3951
|
}[] | null | undefined;
|
|
@@ -3548,13 +3957,13 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
3548
3957
|
trackingLink?: string | null | undefined;
|
|
3549
3958
|
availableUntil?: Date | null | undefined;
|
|
3550
3959
|
pickupPoint?: {
|
|
3960
|
+
name: string;
|
|
3551
3961
|
id: string;
|
|
3552
3962
|
accountId: string;
|
|
3553
|
-
|
|
3554
|
-
postalCode: string;
|
|
3963
|
+
addressLine1: string;
|
|
3555
3964
|
city: string;
|
|
3965
|
+
postalCode: string;
|
|
3556
3966
|
countryCode: string;
|
|
3557
|
-
addressLine1: string;
|
|
3558
3967
|
platformPickupPointId: string;
|
|
3559
3968
|
addressLine2?: string | null | undefined;
|
|
3560
3969
|
latitude?: number | null | undefined;
|
|
@@ -3565,24 +3974,24 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
3565
3974
|
orderId: string;
|
|
3566
3975
|
itemOnPlatformId: string;
|
|
3567
3976
|
itemOnPlatform?: {
|
|
3568
|
-
status: "PENDING" | "DRAFT" | "
|
|
3977
|
+
status: "PENDING" | "DRAFT" | "ARCHIVED" | "DISPUTE" | "DELETED" | "ONLINE" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "ERROR";
|
|
3569
3978
|
id: string;
|
|
3570
|
-
updatedAt: Date;
|
|
3571
|
-
accountId: string;
|
|
3572
3979
|
createdAt: Date;
|
|
3573
|
-
|
|
3980
|
+
accountId: string;
|
|
3981
|
+
itemId: number;
|
|
3574
3982
|
platformId: string;
|
|
3575
3983
|
platformUrl: string;
|
|
3576
3984
|
platformPrice: number;
|
|
3985
|
+
updatedAt: Date;
|
|
3577
3986
|
publishedAt: Date;
|
|
3578
3987
|
conversationId?: string | null | undefined;
|
|
3579
3988
|
viewsCount?: number | null | undefined;
|
|
3580
3989
|
favoritesCount?: number | null | undefined;
|
|
3581
3990
|
account?: {
|
|
3582
3991
|
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
3583
|
-
userId: string | number;
|
|
3584
|
-
accountId: string;
|
|
3585
3992
|
name: string;
|
|
3993
|
+
userId: number;
|
|
3994
|
+
accountId: string;
|
|
3586
3995
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3587
3996
|
locale?: string | null | undefined;
|
|
3588
3997
|
night?: {
|
|
@@ -3595,87 +4004,195 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
3595
4004
|
} | null | undefined;
|
|
3596
4005
|
} | null | undefined;
|
|
3597
4006
|
}[] | null | undefined;
|
|
4007
|
+
invoices?: {
|
|
4008
|
+
type: "SALE" | "PURCHASE";
|
|
4009
|
+
status: string;
|
|
4010
|
+
id: string;
|
|
4011
|
+
createdAt: Date;
|
|
4012
|
+
userId: number;
|
|
4013
|
+
currency: string;
|
|
4014
|
+
orderId: string;
|
|
4015
|
+
updatedAt: Date;
|
|
4016
|
+
total: number;
|
|
4017
|
+
invoiceNumber: string;
|
|
4018
|
+
businessProfileId: string;
|
|
4019
|
+
issueDate: Date;
|
|
4020
|
+
subtotal: number;
|
|
4021
|
+
fileId?: string | null | undefined;
|
|
4022
|
+
file?: {
|
|
4023
|
+
path: string;
|
|
4024
|
+
id: string;
|
|
4025
|
+
createdAt: Date;
|
|
4026
|
+
userId: number;
|
|
4027
|
+
signedUrl: string;
|
|
4028
|
+
} | null | undefined;
|
|
4029
|
+
vatRate?: number | null | undefined;
|
|
4030
|
+
businessProfile?: {
|
|
4031
|
+
id: string;
|
|
4032
|
+
createdAt: Date;
|
|
4033
|
+
userId: number;
|
|
4034
|
+
updatedAt: Date;
|
|
4035
|
+
businessName: string;
|
|
4036
|
+
address: string;
|
|
4037
|
+
isActive: boolean;
|
|
4038
|
+
email?: string | null | undefined;
|
|
4039
|
+
phone?: string | null | undefined;
|
|
4040
|
+
siret?: string | null | undefined;
|
|
4041
|
+
vatNumber?: string | null | undefined;
|
|
4042
|
+
logoFileId?: string | null | undefined;
|
|
4043
|
+
logo?: {
|
|
4044
|
+
path: string;
|
|
4045
|
+
id: string;
|
|
4046
|
+
createdAt: Date;
|
|
4047
|
+
userId: number;
|
|
4048
|
+
signedUrl: string;
|
|
4049
|
+
} | null | undefined;
|
|
4050
|
+
} | null | undefined;
|
|
4051
|
+
customerId?: string | null | undefined;
|
|
4052
|
+
customer?: {
|
|
4053
|
+
id: string;
|
|
4054
|
+
userId: number;
|
|
4055
|
+
firstName: string;
|
|
4056
|
+
lastName: string;
|
|
4057
|
+
birthDate: Date;
|
|
4058
|
+
email: string;
|
|
4059
|
+
idNumber: string;
|
|
4060
|
+
phone: string;
|
|
4061
|
+
iban: string;
|
|
4062
|
+
bic: string;
|
|
4063
|
+
phoneVerified: boolean;
|
|
4064
|
+
addressLine1?: string | null | undefined;
|
|
4065
|
+
addressLine2?: string | null | undefined;
|
|
4066
|
+
city?: string | null | undefined;
|
|
4067
|
+
postalCode?: string | null | undefined;
|
|
4068
|
+
country?: string | null | undefined;
|
|
4069
|
+
} | null | undefined;
|
|
4070
|
+
dueDate?: Date | null | undefined;
|
|
4071
|
+
vatAmount?: number | null | undefined;
|
|
4072
|
+
notes?: string | null | undefined;
|
|
4073
|
+
lineItems?: {
|
|
4074
|
+
description: string;
|
|
4075
|
+
id: number;
|
|
4076
|
+
createdAt: Date;
|
|
4077
|
+
invoiceId: string;
|
|
4078
|
+
quantity: number;
|
|
4079
|
+
unitPrice: number;
|
|
4080
|
+
total: number;
|
|
4081
|
+
itemOnPlatformId?: string | null | undefined;
|
|
4082
|
+
vatRate?: number | null | undefined;
|
|
4083
|
+
}[] | null | undefined;
|
|
4084
|
+
}[] | null | undefined;
|
|
3598
4085
|
};
|
|
4086
|
+
}, {
|
|
3599
4087
|
items: {
|
|
3600
|
-
|
|
3601
|
-
|
|
3602
|
-
|
|
4088
|
+
actions: {
|
|
4089
|
+
perAccount: Record<string, ("REPUBLISH" | "PUBLISH" | "PUBLISH_CANCEL" | "REPUBLISH_CANCEL" | "UPDATE")[]>;
|
|
4090
|
+
};
|
|
3603
4091
|
name: string;
|
|
4092
|
+
id: number;
|
|
3604
4093
|
createdAt: Date;
|
|
4094
|
+
userId: number;
|
|
4095
|
+
updatedAt: Date;
|
|
3605
4096
|
sold: boolean;
|
|
3606
|
-
|
|
3607
|
-
|
|
3608
|
-
|
|
3609
|
-
|
|
3610
|
-
|
|
4097
|
+
fees?: {
|
|
4098
|
+
value: number;
|
|
4099
|
+
type: string;
|
|
4100
|
+
name: string;
|
|
4101
|
+
id: number;
|
|
4102
|
+
createdAt: Date;
|
|
4103
|
+
userId: number;
|
|
4104
|
+
updatedAt: Date;
|
|
4105
|
+
recurrence: "UNIQUE" | "MONTHLY" | "YEARLY";
|
|
4106
|
+
startDate: Date;
|
|
4107
|
+
active: boolean;
|
|
4108
|
+
description?: string | null | undefined;
|
|
4109
|
+
itemId?: number | null | undefined;
|
|
4110
|
+
endDate?: Date | null | undefined;
|
|
4111
|
+
parentFeeId?: number | null | undefined;
|
|
4112
|
+
}[] | null | undefined;
|
|
3611
4113
|
description?: string | null | undefined;
|
|
3612
|
-
|
|
4114
|
+
categoryId?: number | null | undefined;
|
|
3613
4115
|
sizeId?: number | null | undefined;
|
|
4116
|
+
colorIds?: number[] | null | undefined;
|
|
4117
|
+
packageSizeId?: number | null | undefined;
|
|
4118
|
+
state?: number | null | undefined;
|
|
3614
4119
|
labels?: {
|
|
3615
|
-
itemId:
|
|
3616
|
-
labelId:
|
|
4120
|
+
itemId: number;
|
|
4121
|
+
labelId: number;
|
|
3617
4122
|
label?: {
|
|
3618
|
-
id: string | number;
|
|
3619
4123
|
name: string;
|
|
4124
|
+
id: number;
|
|
3620
4125
|
createdAt: Date;
|
|
3621
4126
|
isUserLabel: boolean;
|
|
3622
|
-
userId?: string | number | null | undefined;
|
|
3623
4127
|
itemCount?: number | null | undefined;
|
|
4128
|
+
userId?: number | null | undefined;
|
|
3624
4129
|
parentId?: unknown;
|
|
3625
4130
|
} | null | undefined;
|
|
3626
4131
|
}[] | null | undefined;
|
|
4132
|
+
sex?: string | null | undefined;
|
|
4133
|
+
platforms?: {
|
|
4134
|
+
status: "PENDING" | "DRAFT" | "ARCHIVED" | "DISPUTE" | "DELETED" | "ONLINE" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "ERROR";
|
|
4135
|
+
id: string;
|
|
4136
|
+
createdAt: Date;
|
|
4137
|
+
accountId: string;
|
|
4138
|
+
itemId: number;
|
|
4139
|
+
platformId: string;
|
|
4140
|
+
platformUrl: string;
|
|
4141
|
+
platformPrice: number;
|
|
4142
|
+
updatedAt: Date;
|
|
4143
|
+
publishedAt: Date;
|
|
4144
|
+
conversationId?: string | null | undefined;
|
|
4145
|
+
viewsCount?: number | null | undefined;
|
|
4146
|
+
favoritesCount?: number | null | undefined;
|
|
4147
|
+
account?: {
|
|
4148
|
+
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
4149
|
+
name: string;
|
|
4150
|
+
userId: number;
|
|
4151
|
+
accountId: string;
|
|
4152
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4153
|
+
locale?: string | null | undefined;
|
|
4154
|
+
night?: {
|
|
4155
|
+
startsAt: Date;
|
|
4156
|
+
endsAt: Date;
|
|
4157
|
+
} | null | undefined;
|
|
4158
|
+
favoritesMaxDelay?: number | null | undefined;
|
|
4159
|
+
ordersMaxDelay?: number | null | undefined;
|
|
4160
|
+
conversationsMaxDelay?: number | null | undefined;
|
|
4161
|
+
} | null | undefined;
|
|
4162
|
+
}[] | null | undefined;
|
|
4163
|
+
brandId?: number | null | undefined;
|
|
4164
|
+
estimatedPrice?: number | null | undefined;
|
|
4165
|
+
purchaseDate?: Date | null | undefined;
|
|
4166
|
+
sellingDate?: Date | null | undefined;
|
|
4167
|
+
fields?: {
|
|
4168
|
+
value: string;
|
|
4169
|
+
itemId: number;
|
|
4170
|
+
fieldId: number;
|
|
4171
|
+
}[] | null | undefined;
|
|
4172
|
+
sku?: string | null | undefined;
|
|
3627
4173
|
files?: {
|
|
3628
|
-
itemId: string | number;
|
|
3629
4174
|
fileId: string;
|
|
3630
|
-
|
|
4175
|
+
itemId: number;
|
|
3631
4176
|
file?: {
|
|
3632
4177
|
path: string;
|
|
3633
|
-
userId: string | number;
|
|
3634
4178
|
id: string;
|
|
3635
4179
|
createdAt: Date;
|
|
4180
|
+
userId: number;
|
|
3636
4181
|
signedUrl: string;
|
|
3637
4182
|
} | null | undefined;
|
|
4183
|
+
index?: number | null | undefined;
|
|
3638
4184
|
}[] | null | undefined;
|
|
3639
|
-
fields?: {
|
|
3640
|
-
value: string;
|
|
3641
|
-
itemId: string | number;
|
|
3642
|
-
fieldId: string | number;
|
|
3643
|
-
}[] | null | undefined;
|
|
3644
|
-
sku?: string | null | undefined;
|
|
3645
|
-
categoryId?: number | null | undefined;
|
|
3646
|
-
brandId?: number | null | undefined;
|
|
3647
|
-
sex?: string | null | undefined;
|
|
3648
4185
|
purchasePrice?: number | null | undefined;
|
|
3649
|
-
purchaseDate?: Date | null | undefined;
|
|
3650
4186
|
purchasePlaceId?: number | null | undefined;
|
|
3651
4187
|
purchased?: boolean | null | undefined;
|
|
3652
4188
|
sellingPrice?: number | null | undefined;
|
|
3653
|
-
sellingDate?: Date | null | undefined;
|
|
3654
4189
|
sellingPlaceId?: number | null | undefined;
|
|
3655
|
-
estimatedPrice?: number | null | undefined;
|
|
3656
|
-
fees?: {
|
|
3657
|
-
value: number;
|
|
3658
|
-
type: string;
|
|
3659
|
-
userId: string | number;
|
|
3660
|
-
id: string | number;
|
|
3661
|
-
updatedAt: Date;
|
|
3662
|
-
name: string;
|
|
3663
|
-
createdAt: Date;
|
|
3664
|
-
recurrence: "UNIQUE" | "MONTHLY" | "YEARLY";
|
|
3665
|
-
startDate: Date;
|
|
3666
|
-
active: boolean;
|
|
3667
|
-
description?: string | null | undefined;
|
|
3668
|
-
itemId?: string | number | null | undefined;
|
|
3669
|
-
endDate?: Date | null | undefined;
|
|
3670
|
-
parentFeeId?: string | number | null | undefined;
|
|
3671
|
-
}[] | null | undefined;
|
|
3672
4190
|
feesSum?: number | null | undefined;
|
|
3673
4191
|
lastHistory?: {
|
|
3674
|
-
type: "CANCELED" | "
|
|
4192
|
+
type: "CANCELED" | "IMPORTED" | "ARCHIVED" | "UNARCHIVED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "SCHEDULED_RETRY" | "REPUBLISHING_RETRY" | "PUBLISH_CANCELED" | "SCHEDULED" | "REPUBLISHING" | "IMAGE_PROCESSING_DONE" | "REPUBLISHED" | "REPUBLISH_CANCELED" | "UPDATING" | "UPDATED" | "UPDATE_CANCELED" | "DISPUTE" | "DELETING" | "DELETED" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND" | "LIFECYCLE_STARTED" | "LIFECYCLE_COMPLETED" | "LIFECYCLE_CANCELED";
|
|
3675
4193
|
id: string;
|
|
3676
4194
|
createdAt: Date;
|
|
3677
|
-
itemId:
|
|
3678
|
-
accountId?: string | null | undefined;
|
|
4195
|
+
itemId: number;
|
|
3679
4196
|
data?: {
|
|
3680
4197
|
type: "ACTION_CANCELED";
|
|
3681
4198
|
data: {
|
|
@@ -3704,7 +4221,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
3704
4221
|
accountId?: string | null | undefined;
|
|
3705
4222
|
reason?: string | null | undefined;
|
|
3706
4223
|
fields?: {
|
|
3707
|
-
field: "
|
|
4224
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS" | "MATERIAL" | "MEASUREMENT_LENGTH" | "MEASUREMENT_WIDTH" | "IS_UNISEX";
|
|
3708
4225
|
autoFixable: boolean;
|
|
3709
4226
|
error?: string | null | undefined;
|
|
3710
4227
|
}[] | null | undefined;
|
|
@@ -3732,22 +4249,22 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
3732
4249
|
platformId: string;
|
|
3733
4250
|
post: {
|
|
3734
4251
|
status?: string | null | undefined;
|
|
4252
|
+
title?: string | null | undefined;
|
|
4253
|
+
description?: string | null | undefined;
|
|
4254
|
+
brand?: string | null | undefined;
|
|
4255
|
+
statusId?: number | null | undefined;
|
|
4256
|
+
sizeId?: number | null | undefined;
|
|
4257
|
+
colorIds?: number[] | null | undefined;
|
|
4258
|
+
packageSizeId?: number | null | undefined;
|
|
3735
4259
|
price?: number | null | undefined;
|
|
3736
4260
|
currency?: string | null | undefined;
|
|
3737
|
-
brand?: string | null | undefined;
|
|
3738
4261
|
catalog?: string | null | undefined;
|
|
3739
4262
|
catalogId?: number | null | undefined;
|
|
3740
4263
|
colors?: string[] | null | undefined;
|
|
3741
|
-
colorIds?: number[] | null | undefined;
|
|
3742
|
-
description?: string | null | undefined;
|
|
3743
4264
|
measurementLength?: number | null | undefined;
|
|
3744
4265
|
measurementWidth?: number | null | undefined;
|
|
3745
|
-
packageSizeId?: number | null | undefined;
|
|
3746
4266
|
photoUrls?: string[] | null | undefined;
|
|
3747
4267
|
size?: string | null | undefined;
|
|
3748
|
-
sizeId?: number | null | undefined;
|
|
3749
|
-
statusId?: number | null | undefined;
|
|
3750
|
-
title?: string | null | undefined;
|
|
3751
4268
|
isDraft?: boolean | null | undefined;
|
|
3752
4269
|
isArchived?: boolean | null | undefined;
|
|
3753
4270
|
isUnisex?: boolean | null | undefined;
|
|
@@ -3770,8 +4287,8 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
3770
4287
|
} | {
|
|
3771
4288
|
type: "LIFECYCLE_STARTED";
|
|
3772
4289
|
data: {
|
|
3773
|
-
accountId: string;
|
|
3774
4290
|
caseId: string;
|
|
4291
|
+
accountId: string;
|
|
3775
4292
|
};
|
|
3776
4293
|
} | {
|
|
3777
4294
|
type: "PUBLISHED";
|
|
@@ -3799,13 +4316,13 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
3799
4316
|
} | {
|
|
3800
4317
|
type: "REPUBLISHING_RETRY";
|
|
3801
4318
|
data: {
|
|
4319
|
+
maxAttempts: number;
|
|
3802
4320
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3803
4321
|
attemptNumber: number;
|
|
3804
|
-
maxAttempts: number;
|
|
3805
4322
|
previousHistoryId: string;
|
|
3806
4323
|
originalFailureDate: Date;
|
|
3807
4324
|
fields?: {
|
|
3808
|
-
field: "
|
|
4325
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS" | "MATERIAL" | "MEASUREMENT_LENGTH" | "MEASUREMENT_WIDTH" | "IS_UNISEX";
|
|
3809
4326
|
autoFixable: boolean;
|
|
3810
4327
|
error?: string | null | undefined;
|
|
3811
4328
|
}[] | null | undefined;
|
|
@@ -3826,13 +4343,13 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
3826
4343
|
} | {
|
|
3827
4344
|
type: "SCHEDULED_RETRY";
|
|
3828
4345
|
data: {
|
|
4346
|
+
maxAttempts: number;
|
|
3829
4347
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3830
4348
|
attemptNumber: number;
|
|
3831
|
-
maxAttempts: number;
|
|
3832
4349
|
previousHistoryId: string;
|
|
3833
4350
|
originalFailureDate: Date;
|
|
3834
4351
|
fields?: {
|
|
3835
|
-
field: "
|
|
4352
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS" | "MATERIAL" | "MEASUREMENT_LENGTH" | "MEASUREMENT_WIDTH" | "IS_UNISEX";
|
|
3836
4353
|
autoFixable: boolean;
|
|
3837
4354
|
error?: string | null | undefined;
|
|
3838
4355
|
}[] | null | undefined;
|
|
@@ -3848,22 +4365,22 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
3848
4365
|
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3849
4366
|
post?: {
|
|
3850
4367
|
status?: string | null | undefined;
|
|
4368
|
+
title?: string | null | undefined;
|
|
4369
|
+
description?: string | null | undefined;
|
|
4370
|
+
brand?: string | null | undefined;
|
|
4371
|
+
statusId?: number | null | undefined;
|
|
4372
|
+
sizeId?: number | null | undefined;
|
|
4373
|
+
colorIds?: number[] | null | undefined;
|
|
4374
|
+
packageSizeId?: number | null | undefined;
|
|
3851
4375
|
price?: number | null | undefined;
|
|
3852
4376
|
currency?: string | null | undefined;
|
|
3853
|
-
brand?: string | null | undefined;
|
|
3854
4377
|
catalog?: string | null | undefined;
|
|
3855
4378
|
catalogId?: number | null | undefined;
|
|
3856
4379
|
colors?: string[] | null | undefined;
|
|
3857
|
-
colorIds?: number[] | null | undefined;
|
|
3858
|
-
description?: string | null | undefined;
|
|
3859
4380
|
measurementLength?: number | null | undefined;
|
|
3860
4381
|
measurementWidth?: number | null | undefined;
|
|
3861
|
-
packageSizeId?: number | null | undefined;
|
|
3862
4382
|
photoUrls?: string[] | null | undefined;
|
|
3863
4383
|
size?: string | null | undefined;
|
|
3864
|
-
sizeId?: number | null | undefined;
|
|
3865
|
-
statusId?: number | null | undefined;
|
|
3866
|
-
title?: string | null | undefined;
|
|
3867
4384
|
isDraft?: boolean | null | undefined;
|
|
3868
4385
|
isArchived?: boolean | null | undefined;
|
|
3869
4386
|
isUnisex?: boolean | null | undefined;
|
|
@@ -3875,41 +4392,186 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
3875
4392
|
targetDate?: Date | null | undefined;
|
|
3876
4393
|
};
|
|
3877
4394
|
} | null | undefined;
|
|
3878
|
-
|
|
4395
|
+
accountId?: string | null | undefined;
|
|
3879
4396
|
targetDate?: Date | null | undefined;
|
|
4397
|
+
requestId?: string | null | undefined;
|
|
3880
4398
|
targetHistoryId?: string | null | undefined;
|
|
3881
4399
|
} | null | undefined;
|
|
3882
|
-
|
|
3883
|
-
|
|
4400
|
+
}[];
|
|
4401
|
+
order: {
|
|
4402
|
+
type: "SALE" | "PURCHASE";
|
|
4403
|
+
status: "UNKNOWN" | "PAYMENT_VALIDATED" | "ORDER_CANCELED" | "SHIPPING_LABEL_SENT_TO_SELLER" | "ORDER_SHIPPED" | "DELIVERED_TO_POST_OFFICE_OR_PICKUP_POINT" | "ORDER_RECEIVED" | "ORDER_FINALIZED" | "RETURN_INITIATED" | "REFUND_DONE" | "ORDER_CANCELED_ITEM_UNAVAILABLE" | "ORDER_CANCELED_BY_VINTED" | "ORDER_DISPUTE_STARTED" | "ORDER_CANCELED_DUE_TO_LATE_SHIPPING" | "SHIPPING_LABEL_ORDERED" | "ORDER_RETURNED_TO_SENDER" | "PAYMENT_FAILED" | "ORDER_SUSPENDED" | "SHIPPING_TO_VERIFICATION_CENTER" | "PAYMENT_IN_PROGRESS" | "SENT_TO_VERIFICATION_CENTER" | "SHIPPING_FROM_VERIFICATION_CENTER";
|
|
4404
|
+
date: Date;
|
|
4405
|
+
id: string;
|
|
4406
|
+
accountId: string;
|
|
4407
|
+
price: number;
|
|
4408
|
+
isPrepared: boolean;
|
|
4409
|
+
platformOrderId: string;
|
|
4410
|
+
conversationId?: string | null | undefined;
|
|
4411
|
+
transactionId?: string | null | undefined;
|
|
4412
|
+
labels?: {
|
|
3884
4413
|
id: string;
|
|
3885
|
-
|
|
3886
|
-
|
|
3887
|
-
|
|
3888
|
-
|
|
3889
|
-
|
|
3890
|
-
|
|
3891
|
-
|
|
3892
|
-
|
|
3893
|
-
|
|
3894
|
-
|
|
3895
|
-
|
|
3896
|
-
|
|
3897
|
-
|
|
3898
|
-
|
|
3899
|
-
|
|
4414
|
+
fileId: string;
|
|
4415
|
+
orderId: string;
|
|
4416
|
+
nonCroppedFileId: string;
|
|
4417
|
+
originalFileId: string;
|
|
4418
|
+
originalFile?: {
|
|
4419
|
+
path: string;
|
|
4420
|
+
id: string;
|
|
4421
|
+
createdAt: Date;
|
|
4422
|
+
userId: number;
|
|
4423
|
+
signedUrl: string;
|
|
4424
|
+
} | null | undefined;
|
|
4425
|
+
carrier?: "UNKNOWN" | "MONDIAL_RELAY" | "MONDIAL_RELAY_2" | "MONDIAL_RELAY_3" | "MONDIAL_RELAY_4" | "UPS" | "CHRONOPOST" | "COLISSIMO" | "RELAIS_COLIS" | "VINTED_GO" | "VINTED_GO_BE" | "VINTED_VERIF" | "B_POST" | "VINTED_GO_IT" | "DPD" | "VINTED_GO_DIGITAL" | "DHL" | null | undefined;
|
|
4426
|
+
file?: {
|
|
4427
|
+
path: string;
|
|
4428
|
+
id: string;
|
|
4429
|
+
createdAt: Date;
|
|
4430
|
+
userId: number;
|
|
4431
|
+
signedUrl: string;
|
|
4432
|
+
} | null | undefined;
|
|
4433
|
+
nonCroppedFile?: {
|
|
4434
|
+
path: string;
|
|
4435
|
+
id: string;
|
|
4436
|
+
createdAt: Date;
|
|
4437
|
+
userId: number;
|
|
4438
|
+
signedUrl: string;
|
|
4439
|
+
} | null | undefined;
|
|
4440
|
+
}[] | null | undefined;
|
|
4441
|
+
pickupPoints?: {
|
|
4442
|
+
orderId: string;
|
|
4443
|
+
pickupPointId: string;
|
|
4444
|
+
isQrcode: boolean;
|
|
4445
|
+
code?: string | null | undefined;
|
|
4446
|
+
trackingLink?: string | null | undefined;
|
|
4447
|
+
availableUntil?: Date | null | undefined;
|
|
4448
|
+
pickupPoint?: {
|
|
3900
4449
|
name: string;
|
|
3901
|
-
|
|
3902
|
-
|
|
3903
|
-
|
|
3904
|
-
|
|
3905
|
-
|
|
4450
|
+
id: string;
|
|
4451
|
+
accountId: string;
|
|
4452
|
+
addressLine1: string;
|
|
4453
|
+
city: string;
|
|
4454
|
+
postalCode: string;
|
|
4455
|
+
countryCode: string;
|
|
4456
|
+
platformPickupPointId: string;
|
|
4457
|
+
addressLine2?: string | null | undefined;
|
|
4458
|
+
latitude?: number | null | undefined;
|
|
4459
|
+
longitude?: number | null | undefined;
|
|
4460
|
+
} | null | undefined;
|
|
4461
|
+
}[] | null | undefined;
|
|
4462
|
+
items?: {
|
|
4463
|
+
orderId: string;
|
|
4464
|
+
itemOnPlatformId: string;
|
|
4465
|
+
itemOnPlatform?: {
|
|
4466
|
+
status: "PENDING" | "DRAFT" | "ARCHIVED" | "DISPUTE" | "DELETED" | "ONLINE" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "ERROR";
|
|
4467
|
+
id: string;
|
|
4468
|
+
createdAt: Date;
|
|
4469
|
+
accountId: string;
|
|
4470
|
+
itemId: number;
|
|
4471
|
+
platformId: string;
|
|
4472
|
+
platformUrl: string;
|
|
4473
|
+
platformPrice: number;
|
|
4474
|
+
updatedAt: Date;
|
|
4475
|
+
publishedAt: Date;
|
|
4476
|
+
conversationId?: string | null | undefined;
|
|
4477
|
+
viewsCount?: number | null | undefined;
|
|
4478
|
+
favoritesCount?: number | null | undefined;
|
|
4479
|
+
account?: {
|
|
4480
|
+
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
4481
|
+
name: string;
|
|
4482
|
+
userId: number;
|
|
4483
|
+
accountId: string;
|
|
4484
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4485
|
+
locale?: string | null | undefined;
|
|
4486
|
+
night?: {
|
|
4487
|
+
startsAt: Date;
|
|
4488
|
+
endsAt: Date;
|
|
4489
|
+
} | null | undefined;
|
|
4490
|
+
favoritesMaxDelay?: number | null | undefined;
|
|
4491
|
+
ordersMaxDelay?: number | null | undefined;
|
|
4492
|
+
conversationsMaxDelay?: number | null | undefined;
|
|
3906
4493
|
} | null | undefined;
|
|
3907
|
-
favoritesMaxDelay?: number | null | undefined;
|
|
3908
|
-
ordersMaxDelay?: number | null | undefined;
|
|
3909
|
-
conversationsMaxDelay?: number | null | undefined;
|
|
3910
4494
|
} | null | undefined;
|
|
3911
4495
|
}[] | null | undefined;
|
|
3912
|
-
|
|
4496
|
+
invoices?: {
|
|
4497
|
+
type: "SALE" | "PURCHASE";
|
|
4498
|
+
status: string;
|
|
4499
|
+
id: string;
|
|
4500
|
+
createdAt: Date;
|
|
4501
|
+
userId: number;
|
|
4502
|
+
currency: string;
|
|
4503
|
+
orderId: string;
|
|
4504
|
+
updatedAt: Date;
|
|
4505
|
+
total: number;
|
|
4506
|
+
invoiceNumber: string;
|
|
4507
|
+
businessProfileId: string;
|
|
4508
|
+
issueDate: Date;
|
|
4509
|
+
subtotal: number;
|
|
4510
|
+
fileId?: string | null | undefined;
|
|
4511
|
+
file?: {
|
|
4512
|
+
path: string;
|
|
4513
|
+
id: string;
|
|
4514
|
+
createdAt: Date;
|
|
4515
|
+
userId: number;
|
|
4516
|
+
signedUrl: string;
|
|
4517
|
+
} | null | undefined;
|
|
4518
|
+
vatRate?: number | null | undefined;
|
|
4519
|
+
businessProfile?: {
|
|
4520
|
+
id: string;
|
|
4521
|
+
createdAt: Date;
|
|
4522
|
+
userId: number;
|
|
4523
|
+
updatedAt: Date;
|
|
4524
|
+
businessName: string;
|
|
4525
|
+
address: string;
|
|
4526
|
+
isActive: boolean;
|
|
4527
|
+
email?: string | null | undefined;
|
|
4528
|
+
phone?: string | null | undefined;
|
|
4529
|
+
siret?: string | null | undefined;
|
|
4530
|
+
vatNumber?: string | null | undefined;
|
|
4531
|
+
logoFileId?: string | null | undefined;
|
|
4532
|
+
logo?: {
|
|
4533
|
+
path: string;
|
|
4534
|
+
id: string;
|
|
4535
|
+
createdAt: Date;
|
|
4536
|
+
userId: number;
|
|
4537
|
+
signedUrl: string;
|
|
4538
|
+
} | null | undefined;
|
|
4539
|
+
} | null | undefined;
|
|
4540
|
+
customerId?: string | null | undefined;
|
|
4541
|
+
customer?: {
|
|
4542
|
+
id: string;
|
|
4543
|
+
userId: number;
|
|
4544
|
+
firstName: string;
|
|
4545
|
+
lastName: string;
|
|
4546
|
+
birthDate: Date;
|
|
4547
|
+
email: string;
|
|
4548
|
+
idNumber: string;
|
|
4549
|
+
phone: string;
|
|
4550
|
+
iban: string;
|
|
4551
|
+
bic: string;
|
|
4552
|
+
phoneVerified: boolean;
|
|
4553
|
+
addressLine1?: string | null | undefined;
|
|
4554
|
+
addressLine2?: string | null | undefined;
|
|
4555
|
+
city?: string | null | undefined;
|
|
4556
|
+
postalCode?: string | null | undefined;
|
|
4557
|
+
country?: string | null | undefined;
|
|
4558
|
+
} | null | undefined;
|
|
4559
|
+
dueDate?: Date | null | undefined;
|
|
4560
|
+
vatAmount?: number | null | undefined;
|
|
4561
|
+
notes?: string | null | undefined;
|
|
4562
|
+
lineItems?: {
|
|
4563
|
+
description: string;
|
|
4564
|
+
id: number;
|
|
4565
|
+
createdAt: Date;
|
|
4566
|
+
invoiceId: string;
|
|
4567
|
+
quantity: number;
|
|
4568
|
+
unitPrice: number;
|
|
4569
|
+
total: number;
|
|
4570
|
+
itemOnPlatformId?: string | null | undefined;
|
|
4571
|
+
vatRate?: number | null | undefined;
|
|
4572
|
+
}[] | null | undefined;
|
|
4573
|
+
}[] | null | undefined;
|
|
4574
|
+
};
|
|
3913
4575
|
}>;
|
|
3914
4576
|
export type OrderWithItems = z.infer<typeof OrderWithItemsSchema>;
|
|
3915
4577
|
//# sourceMappingURL=OrderWithItems.d.ts.map
|