controlresell 2.8.55 → 2.9.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +10 -9
- package/src/com/controlresell/api/requests/items/pricedrop/PriceDropRequest.js +6 -9
- package/src/com/controlresell/api/requests/items/pricedrop/PriceDropRequest.js.map +1 -1
- package/src/com/controlresell/api/requests/items/publish/AutomaticPublishRequestItem.js +14 -17
- package/src/com/controlresell/api/requests/items/publish/AutomaticPublishRequestItem.js.map +1 -1
- package/src/com/controlresell/api/requests/items/publish/ManualPublishRequestItem.d.ts +4 -4
- package/src/com/controlresell/api/requests/items/publish/ManualPublishRequestItem.js +13 -16
- package/src/com/controlresell/api/requests/items/publish/ManualPublishRequestItem.js.map +1 -1
- package/src/com/controlresell/api/requests/items/publish/PublishRequest.d.ts +8 -8
- package/src/com/controlresell/api/requests/items/publish/PublishRequest.js +6 -9
- package/src/com/controlresell/api/requests/items/publish/PublishRequest.js.map +1 -1
- package/src/com/controlresell/api/requests/items/publish/PublishRequestItems.d.ts +8 -8
- package/src/com/controlresell/api/requests/items/publish/PublishRequestItems.js +31 -34
- package/src/com/controlresell/api/requests/items/publish/PublishRequestItems.js.map +1 -1
- package/src/com/controlresell/api/requests/items/publish/PublishTimeSlot.d.ts +2 -2
- package/src/com/controlresell/api/requests/items/publish/PublishTimeSlot.js +4 -7
- package/src/com/controlresell/api/requests/items/publish/PublishTimeSlot.js.map +1 -1
- package/src/com/controlresell/api/requests/items/republish/RepublishRequest.d.ts +12 -12
- package/src/com/controlresell/api/requests/items/republish/RepublishRequest.js +11 -14
- package/src/com/controlresell/api/requests/items/republish/RepublishRequest.js.map +1 -1
- package/src/com/controlresell/api/requests/items/sync/DeleteRequest.d.ts +13 -0
- package/src/com/controlresell/api/requests/items/sync/DeleteRequest.d.ts.map +1 -0
- package/src/com/controlresell/api/requests/items/sync/DeleteRequest.js +6 -0
- package/src/com/controlresell/api/requests/items/sync/DeleteRequest.js.map +1 -0
- package/src/com/controlresell/api/requests/items/sync/DeleteRequest.ts +7 -0
- package/src/com/controlresell/api/requests/onboardingquiz/CreateOnboardingQuizRequest.js +5 -8
- package/src/com/controlresell/api/requests/onboardingquiz/CreateOnboardingQuizRequest.js.map +1 -1
- package/src/com/controlresell/api/requests/onboardingquiz/OnboardingQuizResponseEntry.js +4 -7
- package/src/com/controlresell/api/requests/onboardingquiz/OnboardingQuizResponseEntry.js.map +1 -1
- package/src/com/controlresell/api/requests/quizresponses/CreateQuizResponseRequest.js +7 -10
- package/src/com/controlresell/api/requests/quizresponses/CreateQuizResponseRequest.js.map +1 -1
- package/src/com/controlresell/api/requests/subscriptions/CreateSubscriptionPaymentLinkRequest.js +7 -10
- package/src/com/controlresell/api/requests/subscriptions/CreateSubscriptionPaymentLinkRequest.js.map +1 -1
- package/src/com/controlresell/api/requests/subscriptions/SubscriptionLevelQuantity.js +4 -7
- package/src/com/controlresell/api/requests/subscriptions/SubscriptionLevelQuantity.js.map +1 -1
- package/src/com/controlresell/api/responses/quizresponses/QuizResponseBaseResponse.d.ts +5 -5
- package/src/com/controlresell/api/responses/quizresponses/QuizResponseBaseResponse.js +9 -12
- package/src/com/controlresell/api/responses/quizresponses/QuizResponseBaseResponse.js.map +1 -1
- package/src/com/controlresell/api/responses/quizresponses/QuizResponseBaseResponse.ts +1 -1
- package/src/com/controlresell/api/responses/quizresponses/QuizResponseResponse.d.ts +8 -8
- package/src/com/controlresell/api/responses/quizresponses/QuizResponseResponse.js +11 -14
- package/src/com/controlresell/api/responses/quizresponses/QuizResponseResponse.js.map +1 -1
- package/src/com/controlresell/api/responses/subscriptions/BillingPortalUrlResponse.js +3 -6
- package/src/com/controlresell/api/responses/subscriptions/BillingPortalUrlResponse.js.map +1 -1
- package/src/com/controlresell/api/responses/subscriptions/SubscriptionLevelResponse.js +6 -9
- package/src/com/controlresell/api/responses/subscriptions/SubscriptionLevelResponse.js.map +1 -1
- package/src/com/controlresell/api/responses/subscriptions/SubscriptionLevelsResponse.js +4 -7
- package/src/com/controlresell/api/responses/subscriptions/SubscriptionLevelsResponse.js.map +1 -1
- package/src/com/controlresell/api/responses/subscriptions/SubscriptionPaymentLinkResponse.js +3 -6
- package/src/com/controlresell/api/responses/subscriptions/SubscriptionPaymentLinkResponse.js.map +1 -1
- package/src/com/controlresell/api/responses/subscriptions/SubscriptionStatus.d.ts +166 -26
- package/src/com/controlresell/api/responses/subscriptions/SubscriptionStatus.d.ts.map +1 -1
- package/src/com/controlresell/api/responses/subscriptions/SubscriptionStatus.js +8 -10
- package/src/com/controlresell/api/responses/subscriptions/SubscriptionStatus.js.map +1 -1
- package/src/com/controlresell/api/responses/subscriptions/SubscriptionStatus.ts +2 -1
- package/src/com/controlresell/auth/models/preferences/CreatePreferencePayload.js +7 -10
- package/src/com/controlresell/auth/models/preferences/CreatePreferencePayload.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/Preference.d.ts +109 -109
- package/src/com/controlresell/auth/models/preferences/Preference.js +12 -15
- package/src/com/controlresell/auth/models/preferences/Preference.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/PreferenceFilter.d.ts +16 -16
- package/src/com/controlresell/auth/models/preferences/PreferenceFilter.js +8 -11
- package/src/com/controlresell/auth/models/preferences/PreferenceFilter.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/PreferenceType.js +2 -5
- package/src/com/controlresell/auth/models/preferences/PreferenceType.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/PreferenceWithCase.d.ts +325 -325
- package/src/com/controlresell/auth/models/preferences/PreferenceWithCase.js +8 -11
- package/src/com/controlresell/auth/models/preferences/PreferenceWithCase.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/PreferenceWithChildren.d.ts +240 -240
- package/src/com/controlresell/auth/models/preferences/PreferenceWithChildren.js +4 -7
- package/src/com/controlresell/auth/models/preferences/PreferenceWithChildren.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/UpdatePreferencePayload.js +4 -7
- package/src/com/controlresell/auth/models/preferences/UpdatePreferencePayload.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/cases/CreatePreferenceCasePayload.d.ts +87 -87
- package/src/com/controlresell/auth/models/preferences/cases/CreatePreferenceCasePayload.js +9 -12
- package/src/com/controlresell/auth/models/preferences/cases/CreatePreferenceCasePayload.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/cases/PartialPreferenceCasePayload.d.ts +87 -87
- package/src/com/controlresell/auth/models/preferences/cases/PartialPreferenceCasePayload.js +8 -11
- package/src/com/controlresell/auth/models/preferences/cases/PartialPreferenceCasePayload.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/cases/PreferenceCase.d.ts +87 -87
- package/src/com/controlresell/auth/models/preferences/cases/PreferenceCase.js +11 -14
- package/src/com/controlresell/auth/models/preferences/cases/PreferenceCase.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/cases/UpdatePreferenceCasePayload.js +6 -9
- package/src/com/controlresell/auth/models/preferences/cases/UpdatePreferenceCasePayload.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/filters/MatchingItem.d.ts +8 -8
- package/src/com/controlresell/auth/models/preferences/filters/MatchingItem.js +11 -14
- package/src/com/controlresell/auth/models/preferences/filters/MatchingItem.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/filters/TransactionType.js +2 -5
- package/src/com/controlresell/auth/models/preferences/filters/TransactionType.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/actions/AutomaticLifecycleDistributionMode.js +12 -15
- package/src/com/controlresell/auth/models/preferences/payloads/actions/AutomaticLifecycleDistributionMode.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/actions/LifecycleDistributionMode.d.ts +8 -8
- package/src/com/controlresell/auth/models/preferences/payloads/actions/LifecycleDistributionMode.js +28 -31
- package/src/com/controlresell/auth/models/preferences/payloads/actions/LifecycleDistributionMode.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/actions/LifecycleTimeSlot.d.ts +2 -2
- package/src/com/controlresell/auth/models/preferences/payloads/actions/LifecycleTimeSlot.js +4 -7
- package/src/com/controlresell/auth/models/preferences/payloads/actions/LifecycleTimeSlot.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/actions/ManualLifecycleDistributionMode.d.ts +4 -4
- package/src/com/controlresell/auth/models/preferences/payloads/actions/ManualLifecycleDistributionMode.js +12 -15
- package/src/com/controlresell/auth/models/preferences/payloads/actions/ManualLifecycleDistributionMode.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionPayload.d.ts +4 -4
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionPayload.js +8 -11
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionPayload.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionPayloadDecodedPayload.js +25 -28
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionPayloadDecodedPayload.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionPayloadType.js +2 -5
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionPayloadType.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionsPayload.d.ts +14 -14
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionsPayload.js +9 -12
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionsPayload.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/fees/PreferenceFeesPayload.js +4 -7
- package/src/com/controlresell/auth/models/preferences/payloads/fees/PreferenceFeesPayload.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/fees/PreferenceFeesPayloadFee.js +4 -7
- package/src/com/controlresell/auth/models/preferences/payloads/fees/PreferenceFeesPayloadFee.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/prices/PreferencePricePayload.js +9 -12
- package/src/com/controlresell/auth/models/preferences/payloads/prices/PreferencePricePayload.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/prices/PreferencePricePayloadRoundType.js +2 -5
- package/src/com/controlresell/auth/models/preferences/payloads/prices/PreferencePricePayloadRoundType.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/prices/PreferencePricePayloadType.js +2 -5
- package/src/com/controlresell/auth/models/preferences/payloads/prices/PreferencePricePayloadType.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/questions/PreferenceQuestionItemPayload.js +5 -8
- package/src/com/controlresell/auth/models/preferences/payloads/questions/PreferenceQuestionItemPayload.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/questions/PreferenceQuestionsPayload.js +4 -7
- package/src/com/controlresell/auth/models/preferences/payloads/questions/PreferenceQuestionsPayload.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/retry/PreferenceRetryPayload.js +7 -10
- package/src/com/controlresell/auth/models/preferences/payloads/retry/PreferenceRetryPayload.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/retry/RetryDelayStrategy.js +2 -5
- package/src/com/controlresell/auth/models/preferences/payloads/retry/RetryDelayStrategy.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/templates/PreferenceTemplatePayload.d.ts +13 -13
- package/src/com/controlresell/auth/models/preferences/payloads/templates/PreferenceTemplatePayload.js +13 -16
- package/src/com/controlresell/auth/models/preferences/payloads/templates/PreferenceTemplatePayload.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/texts/PreferenceTextPayload.js +3 -6
- package/src/com/controlresell/auth/models/preferences/payloads/texts/PreferenceTextPayload.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/texts/PreferenceTextsPayload.js +3 -6
- package/src/com/controlresell/auth/models/preferences/payloads/texts/PreferenceTextsPayload.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/vision/PreferenceVisionPayload.js +15 -18
- package/src/com/controlresell/auth/models/preferences/payloads/vision/PreferenceVisionPayload.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/vision/TryVisionPayload.js +5 -8
- package/src/com/controlresell/auth/models/preferences/payloads/vision/TryVisionPayload.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/wait/PreferenceWaitPayload.js +3 -6
- package/src/com/controlresell/auth/models/preferences/payloads/wait/PreferenceWaitPayload.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/queue/PreferenceNextActionPayload.d.ts +396 -396
- package/src/com/controlresell/auth/models/preferences/queue/PreferenceNextActionPayload.js +13 -16
- package/src/com/controlresell/auth/models/preferences/queue/PreferenceNextActionPayload.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/queue/PreferenceNextActionPayloadType.js +2 -5
- package/src/com/controlresell/auth/models/preferences/queue/PreferenceNextActionPayloadType.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/variants/PartialPreferenceCaseVariantPayload.d.ts +67 -67
- package/src/com/controlresell/auth/models/preferences/variants/PartialPreferenceCaseVariantPayload.js +6 -9
- package/src/com/controlresell/auth/models/preferences/variants/PartialPreferenceCaseVariantPayload.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariant.d.ts +67 -67
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariant.js +8 -11
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariant.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariantDecodedPayload.d.ts +94 -94
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariantDecodedPayload.js +54 -57
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariantDecodedPayload.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariantPayload.d.ts +67 -67
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariantPayload.js +6 -9
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariantPayload.js.map +1 -1
- package/src/com/controlresell/auth/models/users/platforms/CreateUserOnPlatformPayload.js +6 -9
- package/src/com/controlresell/auth/models/users/platforms/CreateUserOnPlatformPayload.js.map +1 -1
- package/src/com/controlresell/auth/models/users/platforms/UpdateUserOnPlatformPayload.d.ts +2 -2
- package/src/com/controlresell/auth/models/users/platforms/UpdateUserOnPlatformPayload.js +9 -12
- package/src/com/controlresell/auth/models/users/platforms/UpdateUserOnPlatformPayload.js.map +1 -1
- package/src/com/controlresell/auth/models/users/platforms/UserOnPlatform.js +16 -19
- package/src/com/controlresell/auth/models/users/platforms/UserOnPlatform.js.map +1 -1
- package/src/com/controlresell/auth/models/users/platforms/UserOnPlatformStatus.js +2 -5
- package/src/com/controlresell/auth/models/users/platforms/UserOnPlatformStatus.js.map +1 -1
- package/src/com/controlresell/inbox/models/application/ControlResellInboxEnvironment.js +2 -5
- package/src/com/controlresell/inbox/models/application/ControlResellInboxEnvironment.js.map +1 -1
- package/src/com/controlresell/inbox/models/conversations/Conversation.d.ts +26 -26
- package/src/com/controlresell/inbox/models/conversations/Conversation.js +14 -17
- package/src/com/controlresell/inbox/models/conversations/Conversation.js.map +1 -1
- package/src/com/controlresell/inbox/models/conversations/ConversationFiltersContext.d.ts +2 -2
- package/src/com/controlresell/inbox/models/conversations/ConversationFiltersContext.js +8 -11
- package/src/com/controlresell/inbox/models/conversations/ConversationFiltersContext.js.map +1 -1
- package/src/com/controlresell/inbox/models/conversations/ConversationOnPlatformUpdateRequest.d.ts +68 -68
- package/src/com/controlresell/inbox/models/conversations/ConversationOnPlatformUpdateRequest.js +6 -9
- package/src/com/controlresell/inbox/models/conversations/ConversationOnPlatformUpdateRequest.js.map +1 -1
- package/src/com/controlresell/inbox/models/conversations/ConversationUpdate.d.ts +54 -54
- package/src/com/controlresell/inbox/models/conversations/ConversationUpdate.js +8 -11
- package/src/com/controlresell/inbox/models/conversations/ConversationUpdate.js.map +1 -1
- package/src/com/controlresell/inbox/models/conversations/CreateConversationPayload.js +4 -7
- package/src/com/controlresell/inbox/models/conversations/CreateConversationPayload.js.map +1 -1
- package/src/com/controlresell/inbox/models/conversations/UnreadConversationsCounts.js +4 -7
- package/src/com/controlresell/inbox/models/conversations/UnreadConversationsCounts.js.map +1 -1
- package/src/com/controlresell/inbox/models/conversations/UpdateConversationPayload.js +5 -8
- package/src/com/controlresell/inbox/models/conversations/UpdateConversationPayload.js.map +1 -1
- package/src/com/controlresell/inbox/models/conversations/UserConversations.d.ts +43 -43
- package/src/com/controlresell/inbox/models/conversations/UserConversations.js +10 -13
- package/src/com/controlresell/inbox/models/conversations/UserConversations.js.map +1 -1
- package/src/com/controlresell/inbox/models/favorites/ConversationFavorite.d.ts +2 -2
- package/src/com/controlresell/inbox/models/favorites/ConversationFavorite.js +12 -15
- package/src/com/controlresell/inbox/models/favorites/ConversationFavorite.js.map +1 -1
- package/src/com/controlresell/inbox/models/favorites/CreateConversationFavoritePayload.d.ts +2 -2
- package/src/com/controlresell/inbox/models/favorites/CreateConversationFavoritePayload.js +6 -9
- package/src/com/controlresell/inbox/models/favorites/CreateConversationFavoritePayload.js.map +1 -1
- package/src/com/controlresell/inbox/models/favorites/ReportRateLimitOnFavorites.d.ts +4 -4
- package/src/com/controlresell/inbox/models/favorites/ReportRateLimitOnFavorites.js +4 -7
- package/src/com/controlresell/inbox/models/favorites/ReportRateLimitOnFavorites.js.map +1 -1
- package/src/com/controlresell/inbox/models/favorites/SubmitFavoritesRequest.d.ts +4 -4
- package/src/com/controlresell/inbox/models/favorites/SubmitFavoritesRequest.js +6 -9
- package/src/com/controlresell/inbox/models/favorites/SubmitFavoritesRequest.js.map +1 -1
- package/src/com/controlresell/inbox/models/favorites/SubmitFavoritesResponse.d.ts +4 -4
- package/src/com/controlresell/inbox/models/favorites/SubmitFavoritesResponse.js +4 -7
- package/src/com/controlresell/inbox/models/favorites/SubmitFavoritesResponse.js.map +1 -1
- package/src/com/controlresell/inbox/models/messages/ConversationMessage.d.ts +12 -12
- package/src/com/controlresell/inbox/models/messages/ConversationMessage.js +22 -25
- package/src/com/controlresell/inbox/models/messages/ConversationMessage.js.map +1 -1
- package/src/com/controlresell/inbox/models/messages/ConversationMessageRequest.d.ts +2 -2
- package/src/com/controlresell/inbox/models/messages/ConversationMessageRequest.js +7 -10
- package/src/com/controlresell/inbox/models/messages/ConversationMessageRequest.js.map +1 -1
- package/src/com/controlresell/inbox/models/messages/ConversationMessageStatus.js +2 -5
- package/src/com/controlresell/inbox/models/messages/ConversationMessageStatus.js.map +1 -1
- package/src/com/controlresell/inbox/models/messages/CreateConversationMessagePayload.d.ts +2 -2
- package/src/com/controlresell/inbox/models/messages/CreateConversationMessagePayload.js +12 -15
- package/src/com/controlresell/inbox/models/messages/CreateConversationMessagePayload.js.map +1 -1
- package/src/com/controlresell/inbox/models/messages/PaginatedConversationMessages.d.ts +18 -18
- package/src/com/controlresell/inbox/models/messages/PaginatedConversationMessages.js +7 -10
- package/src/com/controlresell/inbox/models/messages/PaginatedConversationMessages.js.map +1 -1
- package/src/com/controlresell/inbox/models/messages/UpdateConversationMessagePayload.d.ts +2 -2
- package/src/com/controlresell/inbox/models/messages/UpdateConversationMessagePayload.js +8 -11
- package/src/com/controlresell/inbox/models/messages/UpdateConversationMessagePayload.js.map +1 -1
- package/src/com/controlresell/inbox/models/messages/files/ConversationMessageFile.d.ts +4 -4
- package/src/com/controlresell/inbox/models/messages/files/ConversationMessageFile.js +7 -10
- package/src/com/controlresell/inbox/models/messages/files/ConversationMessageFile.js.map +1 -1
- package/src/com/controlresell/inbox/models/messages/files/CreateConversationMessageFilePayload.js +4 -7
- package/src/com/controlresell/inbox/models/messages/files/CreateConversationMessageFilePayload.js.map +1 -1
- package/src/com/controlresell/inbox/models/messages/files/UpdateConversationMessageFilePayload.js +3 -6
- package/src/com/controlresell/inbox/models/messages/files/UpdateConversationMessageFilePayload.js.map +1 -1
- package/src/com/controlresell/inbox/models/messages/history/ConversationMessageStatusHistory.js +8 -11
- package/src/com/controlresell/inbox/models/messages/history/ConversationMessageStatusHistory.js.map +1 -1
- package/src/com/controlresell/inbox/models/messages/history/CreateConversationMessageStatusHistoryPayload.js +4 -7
- package/src/com/controlresell/inbox/models/messages/history/CreateConversationMessageStatusHistoryPayload.js.map +1 -1
- package/src/com/controlresell/inbox/models/messages/summary/ConversationSummary.js +7 -10
- package/src/com/controlresell/inbox/models/messages/summary/ConversationSummary.js.map +1 -1
- package/src/com/controlresell/inbox/models/messages/summary/ConversationSummaryBreakdown.js +6 -9
- package/src/com/controlresell/inbox/models/messages/summary/ConversationSummaryBreakdown.js.map +1 -1
- package/src/com/controlresell/inbox/models/messages/translations/CreateTranslatedMessagePayload.js +4 -7
- package/src/com/controlresell/inbox/models/messages/translations/CreateTranslatedMessagePayload.js.map +1 -1
- package/src/com/controlresell/inbox/models/messages/translations/TranslatedMessage.js +5 -8
- package/src/com/controlresell/inbox/models/messages/translations/TranslatedMessage.js.map +1 -1
- package/src/com/controlresell/inbox/models/messages/translations/TranslationContext.js +3 -6
- package/src/com/controlresell/inbox/models/messages/translations/TranslationContext.js.map +1 -1
- package/src/com/controlresell/inbox/models/messages/variables/PreferenceVariable.js +6 -9
- package/src/com/controlresell/inbox/models/messages/variables/PreferenceVariable.js.map +1 -1
- package/src/com/controlresell/inbox/models/messages/variables/PreferenceVariableName.js +2 -5
- package/src/com/controlresell/inbox/models/messages/variables/PreferenceVariableName.js.map +1 -1
- package/src/com/controlresell/inbox/models/messages/variables/PreferenceVariableTemplate.js +2 -5
- package/src/com/controlresell/inbox/models/messages/variables/PreferenceVariableTemplate.js.map +1 -1
- package/src/com/controlresell/inbox/models/offers/ConversationMessageOffer.d.ts +2 -2
- package/src/com/controlresell/inbox/models/offers/ConversationMessageOffer.js +10 -13
- package/src/com/controlresell/inbox/models/offers/ConversationMessageOffer.js.map +1 -1
- package/src/com/controlresell/inbox/models/offers/ConversationOfferRequest.d.ts +2 -2
- package/src/com/controlresell/inbox/models/offers/ConversationOfferRequest.js +7 -10
- package/src/com/controlresell/inbox/models/offers/ConversationOfferRequest.js.map +1 -1
- package/src/com/controlresell/inbox/models/offers/ConversationOfferUpdateRequest.js +3 -6
- package/src/com/controlresell/inbox/models/offers/ConversationOfferUpdateRequest.js.map +1 -1
- package/src/com/controlresell/inbox/models/offers/CreateConversationMessageOfferPayload.js +8 -11
- package/src/com/controlresell/inbox/models/offers/CreateConversationMessageOfferPayload.js.map +1 -1
- package/src/com/controlresell/inbox/models/offers/NegotiationOffer.js +6 -9
- package/src/com/controlresell/inbox/models/offers/NegotiationOffer.js.map +1 -1
- package/src/com/controlresell/inbox/models/offers/NegotiationParameters.js +7 -10
- package/src/com/controlresell/inbox/models/offers/NegotiationParameters.js.map +1 -1
- package/src/com/controlresell/inbox/models/offers/UpdateConversationMessageOfferPayload.js +6 -9
- package/src/com/controlresell/inbox/models/offers/UpdateConversationMessageOfferPayload.js.map +1 -1
- package/src/com/controlresell/inbox/models/preferences/MessageStreamRequest.js +4 -7
- package/src/com/controlresell/inbox/models/preferences/MessageStreamRequest.js.map +1 -1
- package/src/com/controlresell/inbox/models/preferences/MessageStreamResponse.d.ts +254 -254
- package/src/com/controlresell/inbox/models/preferences/MessageStreamResponse.js +4 -7
- package/src/com/controlresell/inbox/models/preferences/MessageStreamResponse.js.map +1 -1
- package/src/com/controlresell/inbox/models/transactions/CreateTransactionPayload.js +7 -10
- package/src/com/controlresell/inbox/models/transactions/CreateTransactionPayload.js.map +1 -1
- package/src/com/controlresell/inbox/models/transactions/Transaction.d.ts +26 -26
- package/src/com/controlresell/inbox/models/transactions/Transaction.js +11 -14
- package/src/com/controlresell/inbox/models/transactions/Transaction.js.map +1 -1
- package/src/com/controlresell/inbox/models/transactions/UpdateTransactionPayload.js +6 -9
- package/src/com/controlresell/inbox/models/transactions/UpdateTransactionPayload.js.map +1 -1
- package/src/com/controlresell/inbox/models/transactions/items/CreateItemInTransactionPayload.js +3 -6
- package/src/com/controlresell/inbox/models/transactions/items/CreateItemInTransactionPayload.js.map +1 -1
- package/src/com/controlresell/inbox/models/transactions/items/ItemInTransaction.d.ts +12 -12
- package/src/com/controlresell/inbox/models/transactions/items/ItemInTransaction.js +6 -9
- package/src/com/controlresell/inbox/models/transactions/items/ItemInTransaction.js.map +1 -1
- package/src/com/controlresell/inbox/models/transactions/items/TransactionWithItems.d.ts +539 -530
- package/src/com/controlresell/inbox/models/transactions/items/TransactionWithItems.d.ts.map +1 -1
- package/src/com/controlresell/inbox/models/transactions/items/TransactionWithItems.js +6 -9
- package/src/com/controlresell/inbox/models/transactions/items/TransactionWithItems.js.map +1 -1
- package/src/com/controlresell/inbox/models/users/ConversationUser.d.ts +4 -4
- package/src/com/controlresell/inbox/models/users/ConversationUser.js +12 -15
- package/src/com/controlresell/inbox/models/users/ConversationUser.js.map +1 -1
- package/src/com/controlresell/inbox/models/users/CreateConversationUserPayload.js +8 -11
- package/src/com/controlresell/inbox/models/users/CreateConversationUserPayload.js.map +1 -1
- package/src/com/controlresell/inbox/models/users/UpdateConversationUserPayload.js +7 -10
- package/src/com/controlresell/inbox/models/users/UpdateConversationUserPayload.js.map +1 -1
- package/src/com/controlresell/inventory/models/application/ControlResellInventoryEnvironment.js +2 -5
- package/src/com/controlresell/inventory/models/application/ControlResellInventoryEnvironment.js.map +1 -1
- package/src/com/controlresell/inventory/models/customers/Customer.d.ts +2 -2
- package/src/com/controlresell/inventory/models/customers/Customer.js +14 -17
- package/src/com/controlresell/inventory/models/customers/Customer.js.map +1 -1
- package/src/com/controlresell/inventory/models/customers/VerifyCustomerRequest.js +3 -6
- package/src/com/controlresell/inventory/models/customers/VerifyCustomerRequest.js.map +1 -1
- package/src/com/controlresell/inventory/models/customers/contracts/Contract.d.ts +4 -4
- package/src/com/controlresell/inventory/models/customers/contracts/Contract.js +8 -11
- package/src/com/controlresell/inventory/models/customers/contracts/Contract.js.map +1 -1
- package/src/com/controlresell/inventory/models/customers/contracts/ContractItem.d.ts +2 -2
- package/src/com/controlresell/inventory/models/customers/contracts/ContractItem.js +4 -7
- package/src/com/controlresell/inventory/models/customers/contracts/ContractItem.js.map +1 -1
- package/src/com/controlresell/inventory/models/customers/contracts/CreateContractPayload.js +3 -6
- package/src/com/controlresell/inventory/models/customers/contracts/CreateContractPayload.js.map +1 -1
- package/src/com/controlresell/inventory/models/customers/contracts/PrepareContractPayload.d.ts +4 -4
- package/src/com/controlresell/inventory/models/customers/contracts/PrepareContractPayload.js +5 -8
- package/src/com/controlresell/inventory/models/customers/contracts/PrepareContractPayload.js.map +1 -1
- package/src/com/controlresell/inventory/models/customers/contracts/PrepareContractResponse.d.ts +4 -4
- package/src/com/controlresell/inventory/models/customers/contracts/PrepareContractResponse.js +4 -7
- package/src/com/controlresell/inventory/models/customers/contracts/PrepareContractResponse.js.map +1 -1
- package/src/com/controlresell/inventory/models/fees/Fee.d.ts +4 -4
- package/src/com/controlresell/inventory/models/fees/Fee.js +18 -21
- package/src/com/controlresell/inventory/models/fees/Fee.js.map +1 -1
- package/src/com/controlresell/inventory/models/fees/FeeRecurrence.js +2 -5
- package/src/com/controlresell/inventory/models/fees/FeeRecurrence.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/CreatedItems.d.ts +514 -500
- package/src/com/controlresell/inventory/models/items/CreatedItems.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/CreatedItems.js +6 -9
- package/src/com/controlresell/inventory/models/items/CreatedItems.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/Item.d.ts +339 -332
- package/src/com/controlresell/inventory/models/items/Item.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/Item.js +47 -50
- package/src/com/controlresell/inventory/models/items/Item.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/ItemFiltersContext.d.ts +12 -12
- package/src/com/controlresell/inventory/models/items/ItemFiltersContext.js +38 -41
- package/src/com/controlresell/inventory/models/items/ItemFiltersContext.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/ItemPayload.d.ts +16 -16
- package/src/com/controlresell/inventory/models/items/ItemPayload.js +34 -37
- package/src/com/controlresell/inventory/models/items/ItemPayload.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/ItemSoldPayload.d.ts +2 -2
- package/src/com/controlresell/inventory/models/items/ItemSoldPayload.js +6 -9
- package/src/com/controlresell/inventory/models/items/ItemSoldPayload.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/ItemSort.js +2 -5
- package/src/com/controlresell/inventory/models/items/ItemSort.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/ItemUpdate.d.ts +501 -492
- package/src/com/controlresell/inventory/models/items/ItemUpdate.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/ItemUpdate.js +7 -10
- package/src/com/controlresell/inventory/models/items/ItemUpdate.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/ItemsWithFilters.d.ts +501 -492
- package/src/com/controlresell/inventory/models/items/ItemsWithFilters.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/ItemsWithFilters.js +8 -11
- package/src/com/controlresell/inventory/models/items/ItemsWithFilters.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/UpdatedItem.d.ts +521 -507
- package/src/com/controlresell/inventory/models/items/UpdatedItem.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/UpdatedItem.js +6 -9
- package/src/com/controlresell/inventory/models/items/UpdatedItem.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/analysis/ItemAnalysisCompletion.d.ts +8 -8
- package/src/com/controlresell/inventory/models/items/analysis/ItemAnalysisCompletion.js +11 -14
- package/src/com/controlresell/inventory/models/items/analysis/ItemAnalysisCompletion.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/analysis/ItemAnalysisRequest.d.ts +27 -27
- package/src/com/controlresell/inventory/models/items/analysis/ItemAnalysisRequest.js +6 -9
- package/src/com/controlresell/inventory/models/items/analysis/ItemAnalysisRequest.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/fields/ItemField.js +6 -9
- package/src/com/controlresell/inventory/models/items/fields/ItemField.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/fields/ItemFieldPayload.js +5 -8
- package/src/com/controlresell/inventory/models/items/fields/ItemFieldPayload.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/files/CreateItemFilePayload.js +4 -7
- package/src/com/controlresell/inventory/models/items/files/CreateItemFilePayload.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/files/ItemFile.d.ts +4 -4
- package/src/com/controlresell/inventory/models/items/files/ItemFile.js +8 -11
- package/src/com/controlresell/inventory/models/items/files/ItemFile.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/files/UpdateItemFilePayload.js +3 -6
- package/src/com/controlresell/inventory/models/items/files/UpdateItemFilePayload.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/filters/FilterClusterData.js +6 -9
- package/src/com/controlresell/inventory/models/items/filters/FilterClusterData.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/filters/FilterClusters.d.ts +4 -4
- package/src/com/controlresell/inventory/models/items/filters/FilterClusters.js +9 -12
- package/src/com/controlresell/inventory/models/items/filters/FilterClusters.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/filters/FilterRange.js +4 -7
- package/src/com/controlresell/inventory/models/items/filters/FilterRange.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/filters/ItemFilterRanges.d.ts +4 -4
- package/src/com/controlresell/inventory/models/items/filters/ItemFilterRanges.js +9 -12
- package/src/com/controlresell/inventory/models/items/filters/ItemFilterRanges.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/CreateItemHistoryPayload.d.ts +148 -148
- package/src/com/controlresell/inventory/models/items/history/CreateItemHistoryPayload.js +8 -11
- package/src/com/controlresell/inventory/models/items/history/CreateItemHistoryPayload.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/ItemHistory.d.ts +150 -150
- package/src/com/controlresell/inventory/models/items/history/ItemHistory.js +13 -16
- package/src/com/controlresell/inventory/models/items/history/ItemHistory.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/ItemHistoryDecodedPayload.d.ts +220 -220
- package/src/com/controlresell/inventory/models/items/history/ItemHistoryDecodedPayload.js +65 -68
- package/src/com/controlresell/inventory/models/items/history/ItemHistoryDecodedPayload.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/ItemHistoryType.js +2 -5
- package/src/com/controlresell/inventory/models/items/history/ItemHistoryType.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/ItemHistoryTypeWithCount.js +5 -8
- package/src/com/controlresell/inventory/models/items/history/ItemHistoryTypeWithCount.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryActionCanceledPayload.js +3 -6
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryActionCanceledPayload.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryBuyerPaidPayload.js +5 -8
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryBuyerPaidPayload.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryDeliveredPayload.js +5 -8
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryDeliveredPayload.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryFailedToPublishPayload.d.ts +4 -4
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryFailedToPublishPayload.js +9 -12
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryFailedToPublishPayload.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryImageProcessingDone.js +7 -10
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryImageProcessingDone.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryImportedPayload.d.ts +42 -42
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryImportedPayload.js +4 -7
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryImportedPayload.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryLifecycleCompletedPayload.js +3 -6
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryLifecycleCompletedPayload.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryLifecycleStartedPayload.d.ts +2 -2
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryLifecycleStartedPayload.js +4 -7
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryLifecycleStartedPayload.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryRepublishingPayload.d.ts +4 -4
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryRepublishingPayload.js +9 -12
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryRepublishingPayload.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryRepublishingRetryPayload.d.ts +14 -14
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryRepublishingRetryPayload.js +12 -15
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryRepublishingRetryPayload.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryScheduledPayload.js +5 -8
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryScheduledPayload.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryScheduledRetryPayload.d.ts +6 -6
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryScheduledRetryPayload.js +10 -13
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryScheduledRetryPayload.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/images/ImageVariation.js +8 -11
- package/src/com/controlresell/inventory/models/items/images/ImageVariation.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/labels/CreateItemLabelPayload.js +4 -7
- package/src/com/controlresell/inventory/models/items/labels/CreateItemLabelPayload.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/labels/ItemLabel.d.ts +13 -8
- package/src/com/controlresell/inventory/models/items/labels/ItemLabel.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/labels/ItemLabel.js +7 -10
- package/src/com/controlresell/inventory/models/items/labels/ItemLabel.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/platforms/CreateItemOnPlatformPayload.d.ts +2 -2
- package/src/com/controlresell/inventory/models/items/platforms/CreateItemOnPlatformPayload.js +11 -14
- package/src/com/controlresell/inventory/models/items/platforms/CreateItemOnPlatformPayload.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/platforms/ItemOnPlatform.d.ts +6 -6
- package/src/com/controlresell/inventory/models/items/platforms/ItemOnPlatform.js +19 -22
- package/src/com/controlresell/inventory/models/items/platforms/ItemOnPlatform.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/platforms/ItemOnPlatformStatus.js +2 -5
- package/src/com/controlresell/inventory/models/items/platforms/ItemOnPlatformStatus.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/platforms/ItemOnPlatformUpdateRequest.d.ts +42 -42
- package/src/com/controlresell/inventory/models/items/platforms/ItemOnPlatformUpdateRequest.js +6 -9
- package/src/com/controlresell/inventory/models/items/platforms/ItemOnPlatformUpdateRequest.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/platforms/UpdateItemOnPlatformPayload.d.ts +4 -4
- package/src/com/controlresell/inventory/models/items/platforms/UpdateItemOnPlatformPayload.js +9 -12
- package/src/com/controlresell/inventory/models/items/platforms/UpdateItemOnPlatformPayload.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/summary/InvestmentSummary.js +7 -10
- package/src/com/controlresell/inventory/models/items/summary/InvestmentSummary.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/summary/InvestmentSummaryBreakdown.js +6 -9
- package/src/com/controlresell/inventory/models/items/summary/InvestmentSummaryBreakdown.js.map +1 -1
- package/src/com/controlresell/inventory/models/metadata/brands/Brand.d.ts +7 -4
- package/src/com/controlresell/inventory/models/metadata/brands/Brand.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/metadata/brands/Brand.js +9 -11
- package/src/com/controlresell/inventory/models/metadata/brands/Brand.js.map +1 -1
- package/src/com/controlresell/inventory/models/metadata/brands/Brand.ts +2 -1
- package/src/com/controlresell/inventory/models/metadata/brands/CreateBrandPayload.js +3 -6
- package/src/com/controlresell/inventory/models/metadata/brands/CreateBrandPayload.js.map +1 -1
- package/src/com/controlresell/inventory/models/metadata/colors/Color.d.ts +3 -0
- package/src/com/controlresell/inventory/models/metadata/colors/Color.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/metadata/colors/Color.js +5 -7
- package/src/com/controlresell/inventory/models/metadata/colors/Color.js.map +1 -1
- package/src/com/controlresell/inventory/models/metadata/colors/Color.ts +2 -1
- package/src/com/controlresell/inventory/models/metadata/favorites/CreateFavoriteMetadataPayload.js +6 -9
- package/src/com/controlresell/inventory/models/metadata/favorites/CreateFavoriteMetadataPayload.js.map +1 -1
- package/src/com/controlresell/inventory/models/metadata/favorites/FavoriteMetadata.js +8 -11
- package/src/com/controlresell/inventory/models/metadata/favorites/FavoriteMetadata.js.map +1 -1
- package/src/com/controlresell/inventory/models/metadata/favorites/FavoriteMetadataType.js +2 -5
- package/src/com/controlresell/inventory/models/metadata/favorites/FavoriteMetadataType.js.map +1 -1
- package/src/com/controlresell/inventory/models/metadata/labels/CreateLabelPayload.js +3 -6
- package/src/com/controlresell/inventory/models/metadata/labels/CreateLabelPayload.js.map +1 -1
- package/src/com/controlresell/inventory/models/metadata/labels/Label.d.ts +7 -4
- package/src/com/controlresell/inventory/models/metadata/labels/Label.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/metadata/labels/Label.js +10 -12
- package/src/com/controlresell/inventory/models/metadata/labels/Label.js.map +1 -1
- package/src/com/controlresell/inventory/models/metadata/labels/Label.ts +2 -1
- package/src/com/controlresell/inventory/models/metadata/packageSize/PackageSize.d.ts +3 -0
- package/src/com/controlresell/inventory/models/metadata/packageSize/PackageSize.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/metadata/packageSize/PackageSize.js +6 -8
- package/src/com/controlresell/inventory/models/metadata/packageSize/PackageSize.js.map +1 -1
- package/src/com/controlresell/inventory/models/metadata/packageSize/PackageSize.ts +2 -1
- package/src/com/controlresell/inventory/models/metadata/places/CreatePlacePayload.js +3 -6
- package/src/com/controlresell/inventory/models/metadata/places/CreatePlacePayload.js.map +1 -1
- package/src/com/controlresell/inventory/models/metadata/places/Place.d.ts +5 -2
- package/src/com/controlresell/inventory/models/metadata/places/Place.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/metadata/places/Place.js +8 -10
- package/src/com/controlresell/inventory/models/metadata/places/Place.js.map +1 -1
- package/src/com/controlresell/inventory/models/metadata/places/Place.ts +2 -1
- package/src/com/controlresell/inventory/models/metadata/sizes/Size.d.ts +3 -0
- package/src/com/controlresell/inventory/models/metadata/sizes/Size.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/metadata/sizes/Size.js +6 -8
- package/src/com/controlresell/inventory/models/metadata/sizes/Size.js.map +1 -1
- package/src/com/controlresell/inventory/models/metadata/sizes/Size.ts +2 -1
- package/src/com/controlresell/inventory/models/metadata/statuses/Status.d.ts +5 -2
- package/src/com/controlresell/inventory/models/metadata/statuses/Status.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/metadata/statuses/Status.js +6 -8
- package/src/com/controlresell/inventory/models/metadata/statuses/Status.js.map +1 -1
- package/src/com/controlresell/inventory/models/metadata/statuses/Status.ts +2 -1
- package/src/com/controlresell/models/application/Versions.js +3 -6
- package/src/com/controlresell/models/application/Versions.js.map +1 -1
- package/src/com/controlresell/models/auth/AuthCode.d.ts +3 -0
- package/src/com/controlresell/models/auth/AuthCode.d.ts.map +1 -1
- package/src/com/controlresell/models/auth/AuthCode.js +8 -10
- package/src/com/controlresell/models/auth/AuthCode.js.map +1 -1
- package/src/com/controlresell/models/auth/AuthCode.ts +2 -1
- package/src/com/controlresell/models/auth/AuthCodeType.js +2 -5
- package/src/com/controlresell/models/auth/AuthCodeType.js.map +1 -1
- package/src/com/controlresell/models/auth/AuthToken.js +6 -9
- package/src/com/controlresell/models/auth/AuthToken.js.map +1 -1
- package/src/com/controlresell/models/auth/CreateAuthCodePayload.js +5 -8
- package/src/com/controlresell/models/auth/CreateAuthCodePayload.js.map +1 -1
- package/src/com/controlresell/models/auth/EmailPayload.js +3 -6
- package/src/com/controlresell/models/auth/EmailPayload.js.map +1 -1
- package/src/com/controlresell/models/auth/LoginPayload.js +4 -7
- package/src/com/controlresell/models/auth/LoginPayload.js.map +1 -1
- package/src/com/controlresell/models/auth/RefreshTokenPayload.js +3 -6
- package/src/com/controlresell/models/auth/RefreshTokenPayload.js.map +1 -1
- package/src/com/controlresell/models/auth/RegisterPayload.js +4 -7
- package/src/com/controlresell/models/auth/RegisterPayload.js.map +1 -1
- package/src/com/controlresell/models/auth/ResetPasswordPayload.js +3 -6
- package/src/com/controlresell/models/auth/ResetPasswordPayload.js.map +1 -1
- package/src/com/controlresell/models/auth/SwitchAccountPayload.js +4 -7
- package/src/com/controlresell/models/auth/SwitchAccountPayload.js.map +1 -1
- package/src/com/controlresell/models/catalogs/Catalog.d.ts +3 -0
- package/src/com/controlresell/models/catalogs/Catalog.d.ts.map +1 -1
- package/src/com/controlresell/models/catalogs/Catalog.js +7 -9
- package/src/com/controlresell/models/catalogs/Catalog.js.map +1 -1
- package/src/com/controlresell/models/catalogs/Catalog.ts +2 -1
- package/src/com/controlresell/models/catalogs/CatalogRoot.d.ts +5 -0
- package/src/com/controlresell/models/catalogs/CatalogRoot.d.ts.map +1 -1
- package/src/com/controlresell/models/catalogs/CatalogRoot.js +4 -7
- package/src/com/controlresell/models/catalogs/CatalogRoot.js.map +1 -1
- package/src/com/controlresell/models/catalogs/ColorRoot.d.ts +5 -0
- package/src/com/controlresell/models/catalogs/ColorRoot.d.ts.map +1 -1
- package/src/com/controlresell/models/catalogs/ColorRoot.js +4 -7
- package/src/com/controlresell/models/catalogs/ColorRoot.js.map +1 -1
- package/src/com/controlresell/models/catalogs/PackageSizesAndStatuses.d.ts +19 -9
- package/src/com/controlresell/models/catalogs/PackageSizesAndStatuses.d.ts.map +1 -1
- package/src/com/controlresell/models/catalogs/PackageSizesAndStatuses.js +6 -9
- package/src/com/controlresell/models/catalogs/PackageSizesAndStatuses.js.map +1 -1
- package/src/com/controlresell/models/catalogs/SizeGroup.d.ts +5 -0
- package/src/com/controlresell/models/catalogs/SizeGroup.d.ts.map +1 -1
- package/src/com/controlresell/models/catalogs/SizeGroup.js +7 -10
- package/src/com/controlresell/models/catalogs/SizeGroup.js.map +1 -1
- package/src/com/controlresell/models/catalogs/SizeRoot.d.ts +7 -0
- package/src/com/controlresell/models/catalogs/SizeRoot.d.ts.map +1 -1
- package/src/com/controlresell/models/catalogs/SizeRoot.js +4 -7
- package/src/com/controlresell/models/catalogs/SizeRoot.js.map +1 -1
- package/src/com/controlresell/models/conversations/FetchConversationsRequest.js +5 -8
- package/src/com/controlresell/models/conversations/FetchConversationsRequest.js.map +1 -1
- package/src/com/controlresell/models/conversations/FetchConversationsResponse.js +4 -7
- package/src/com/controlresell/models/conversations/FetchConversationsResponse.js.map +1 -1
- package/src/com/controlresell/models/fields/SpotConfig.js +5 -8
- package/src/com/controlresell/models/fields/SpotConfig.js.map +1 -1
- package/src/com/controlresell/models/fields/SpotDefaultValue.js +5 -8
- package/src/com/controlresell/models/fields/SpotDefaultValue.js.map +1 -1
- package/src/com/controlresell/models/fields/SpotValue.js +4 -7
- package/src/com/controlresell/models/fields/SpotValue.js.map +1 -1
- package/src/com/controlresell/models/filters/SavedFilters.d.ts +26 -26
- package/src/com/controlresell/models/filters/SavedFilters.js +7 -10
- package/src/com/controlresell/models/filters/SavedFilters.js.map +1 -1
- package/src/com/controlresell/models/filters/SavedFiltersPayload.d.ts +24 -24
- package/src/com/controlresell/models/filters/SavedFiltersPayload.js +4 -7
- package/src/com/controlresell/models/filters/SavedFiltersPayload.js.map +1 -1
- package/src/com/controlresell/models/orders/FetchOrdersRequest.d.ts +4 -4
- package/src/com/controlresell/models/orders/FetchOrdersRequest.js +5 -8
- package/src/com/controlresell/models/orders/FetchOrdersRequest.js.map +1 -1
- package/src/com/controlresell/models/orders/FetchOrdersResponse.d.ts +4 -4
- package/src/com/controlresell/models/orders/FetchOrdersResponse.js +4 -7
- package/src/com/controlresell/models/orders/FetchOrdersResponse.js.map +1 -1
- package/src/com/controlresell/models/platforms/labels/CreateOrderLabelPayload.js +5 -8
- package/src/com/controlresell/models/platforms/labels/CreateOrderLabelPayload.js.map +1 -1
- package/src/com/controlresell/models/platforms/labels/OrderLabel.d.ts +12 -12
- package/src/com/controlresell/models/platforms/labels/OrderLabel.js +11 -14
- package/src/com/controlresell/models/platforms/labels/OrderLabel.js.map +1 -1
- package/src/com/controlresell/models/platforms/labels/UpdateOrderLabelPayload.js +4 -7
- package/src/com/controlresell/models/platforms/labels/UpdateOrderLabelPayload.js.map +1 -1
- package/src/com/controlresell/models/platforms/metrics/DailyMetrics.js +5 -8
- package/src/com/controlresell/models/platforms/metrics/DailyMetrics.js.map +1 -1
- package/src/com/controlresell/models/platforms/metrics/HourlyMetrics.js +5 -8
- package/src/com/controlresell/models/platforms/metrics/HourlyMetrics.js.map +1 -1
- package/src/com/controlresell/models/platforms/metrics/ItemMetricsResponse.js +9 -12
- package/src/com/controlresell/models/platforms/metrics/ItemMetricsResponse.js.map +1 -1
- package/src/com/controlresell/models/platforms/metrics/ItemsMetricsResponse.js +4 -7
- package/src/com/controlresell/models/platforms/metrics/ItemsMetricsResponse.js.map +1 -1
- package/src/com/controlresell/models/platforms/orders/BatchUpdateOrdersPayload.d.ts +8 -8
- package/src/com/controlresell/models/platforms/orders/BatchUpdateOrdersPayload.js +5 -8
- package/src/com/controlresell/models/platforms/orders/BatchUpdateOrdersPayload.js.map +1 -1
- package/src/com/controlresell/models/platforms/orders/CreateOrderPayload.d.ts +2 -2
- package/src/com/controlresell/models/platforms/orders/CreateOrderPayload.js +12 -15
- package/src/com/controlresell/models/platforms/orders/CreateOrderPayload.js.map +1 -1
- package/src/com/controlresell/models/platforms/orders/Order.d.ts +79 -79
- package/src/com/controlresell/models/platforms/orders/Order.js +20 -23
- package/src/com/controlresell/models/platforms/orders/Order.js.map +1 -1
- package/src/com/controlresell/models/platforms/orders/OrderFiltersContext.d.ts +6 -6
- package/src/com/controlresell/models/platforms/orders/OrderFiltersContext.js +13 -16
- package/src/com/controlresell/models/platforms/orders/OrderFiltersContext.js.map +1 -1
- package/src/com/controlresell/models/platforms/orders/OrderLabelUpdate.d.ts +18 -18
- package/src/com/controlresell/models/platforms/orders/OrderLabelUpdate.js +7 -10
- package/src/com/controlresell/models/platforms/orders/OrderLabelUpdate.js.map +1 -1
- package/src/com/controlresell/models/platforms/orders/OrderOnPlatformUpdateRequest.d.ts +4 -4
- package/src/com/controlresell/models/platforms/orders/OrderOnPlatformUpdateRequest.js +6 -9
- package/src/com/controlresell/models/platforms/orders/OrderOnPlatformUpdateRequest.js.map +1 -1
- package/src/com/controlresell/models/platforms/orders/OrderType.js +2 -5
- package/src/com/controlresell/models/platforms/orders/OrderType.js.map +1 -1
- package/src/com/controlresell/models/platforms/orders/UpdateOrderPayload.d.ts +4 -4
- package/src/com/controlresell/models/platforms/orders/UpdateOrderPayload.js +9 -12
- package/src/com/controlresell/models/platforms/orders/UpdateOrderPayload.js.map +1 -1
- package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts +899 -888
- package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/UserOrders.js +8 -11
- package/src/com/controlresell/models/platforms/orders/UserOrders.js.map +1 -1
- package/src/com/controlresell/models/platforms/orders/items/CreateItemInOrderPayload.js +3 -6
- package/src/com/controlresell/models/platforms/orders/items/CreateItemInOrderPayload.js.map +1 -1
- package/src/com/controlresell/models/platforms/orders/items/ItemInOrder.d.ts +12 -12
- package/src/com/controlresell/models/platforms/orders/items/ItemInOrder.js +6 -9
- package/src/com/controlresell/models/platforms/orders/items/ItemInOrder.js.map +1 -1
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts +659 -650
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.js +6 -9
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.js.map +1 -1
- package/src/com/controlresell/models/platforms/pickups/CreatePickupPointInOrderPayload.js +7 -10
- package/src/com/controlresell/models/platforms/pickups/CreatePickupPointInOrderPayload.js.map +1 -1
- package/src/com/controlresell/models/platforms/pickups/CreatePickupPointPayload.js +11 -14
- package/src/com/controlresell/models/platforms/pickups/CreatePickupPointPayload.js.map +1 -1
- package/src/com/controlresell/models/platforms/pickups/PickupPoint.js +13 -16
- package/src/com/controlresell/models/platforms/pickups/PickupPoint.js.map +1 -1
- package/src/com/controlresell/models/platforms/pickups/PickupPointInOrder.js +10 -13
- package/src/com/controlresell/models/platforms/pickups/PickupPointInOrder.js.map +1 -1
- package/src/com/controlresell/models/platforms/pickups/UpdatePickupPointPayload.js +10 -13
- package/src/com/controlresell/models/platforms/pickups/UpdatePickupPointPayload.js.map +1 -1
- package/src/com/controlresell/models/users/CreateUserPayload.js +6 -9
- package/src/com/controlresell/models/users/CreateUserPayload.js.map +1 -1
- package/src/com/controlresell/models/users/GettingStartedSteps.js +7 -10
- package/src/com/controlresell/models/users/GettingStartedSteps.js.map +1 -1
- package/src/com/controlresell/models/users/UpdateUserPayload.js +12 -15
- package/src/com/controlresell/models/users/UpdateUserPayload.js.map +1 -1
- package/src/com/controlresell/models/users/User.d.ts +9 -6
- package/src/com/controlresell/models/users/User.d.ts.map +1 -1
- package/src/com/controlresell/models/users/User.js +20 -22
- package/src/com/controlresell/models/users/User.js.map +1 -1
- package/src/com/controlresell/models/users/User.ts +2 -1
- package/src/com/controlresell/models/users/UserContext.js +4 -7
- package/src/com/controlresell/models/users/UserContext.js.map +1 -1
- package/src/com/controlresell/models/users/Wallet.js +5 -8
- package/src/com/controlresell/models/users/Wallet.js.map +1 -1
- package/src/com/controlresell/models/users/affiliates/Affiliate.d.ts +3 -0
- package/src/com/controlresell/models/users/affiliates/Affiliate.d.ts.map +1 -1
- package/src/com/controlresell/models/users/affiliates/Affiliate.js +5 -7
- package/src/com/controlresell/models/users/affiliates/Affiliate.js.map +1 -1
- package/src/com/controlresell/models/users/affiliates/Affiliate.ts +2 -1
- package/src/com/controlresell/models/users/fields/Field.d.ts +2 -2
- package/src/com/controlresell/models/users/fields/Field.js +11 -14
- package/src/com/controlresell/models/users/fields/Field.js.map +1 -1
- package/src/com/controlresell/models/users/fields/FieldConfig.js +5 -8
- package/src/com/controlresell/models/users/fields/FieldConfig.js.map +1 -1
- package/src/com/controlresell/models/users/fields/FieldPayload.js +8 -11
- package/src/com/controlresell/models/users/fields/FieldPayload.js.map +1 -1
- package/src/com/controlresell/models/users/fields/FieldType.js +2 -5
- package/src/com/controlresell/models/users/fields/FieldType.js.map +1 -1
- package/src/com/controlresell/models/users/fields/FieldsWithData.d.ts +4 -4
- package/src/com/controlresell/models/users/fields/FieldsWithData.js +5 -8
- package/src/com/controlresell/models/users/fields/FieldsWithData.js.map +1 -1
- package/src/com/controlresell/models/users/platforms/PlatformAuthRequest.js +6 -9
- package/src/com/controlresell/models/users/platforms/PlatformAuthRequest.js.map +1 -1
- package/src/com/controlresell/models/users/platforms/PlatformJobUpdate.js +7 -10
- package/src/com/controlresell/models/users/platforms/PlatformJobUpdate.js.map +1 -1
- package/src/com/controlresell/models/users/platforms/PlatformJobUpdateType.js +2 -5
- package/src/com/controlresell/models/users/platforms/PlatformJobUpdateType.js.map +1 -1
- package/src/com/controlresell/models/users/platforms/UserOnPlatformRequest.js +6 -9
- package/src/com/controlresell/models/users/platforms/UserOnPlatformRequest.js.map +1 -1
- package/src/com/controlresell/models/users/platforms/UserOnPlatformSessionMessage.js +7 -10
- package/src/com/controlresell/models/users/platforms/UserOnPlatformSessionMessage.js.map +1 -1
- package/src/com/controlresell/models/users/ws/ResourceUpdate.d.ts +92 -36
- package/src/com/controlresell/models/users/ws/ResourceUpdate.d.ts.map +1 -1
- package/src/com/controlresell/models/users/ws/ResourceUpdate.js +7 -10
- package/src/com/controlresell/models/users/ws/ResourceUpdate.js.map +1 -1
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts +1348 -1218
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/users/ws/UserWsPayload.js +58 -61
- package/src/com/controlresell/models/users/ws/UserWsPayload.js.map +1 -1
- package/src/com/controlresell/models/users/ws/UserWsResourcePayload.d.ts +128 -48
- package/src/com/controlresell/models/users/ws/UserWsResourcePayload.d.ts.map +1 -1
- package/src/com/controlresell/models/users/ws/UserWsResourcePayload.js +52 -55
- package/src/com/controlresell/models/users/ws/UserWsResourcePayload.js.map +1 -1
- package/src/com/controlresell/notify/models/notifications/CreateNotificationPreferencePayload.js +4 -7
- package/src/com/controlresell/notify/models/notifications/CreateNotificationPreferencePayload.js.map +1 -1
- package/src/com/controlresell/notify/models/notifications/CreateNotificationTokenPayload.js +3 -6
- package/src/com/controlresell/notify/models/notifications/CreateNotificationTokenPayload.js.map +1 -1
- package/src/com/controlresell/notify/models/notifications/CreateNotificationTokenPayloadWithUser.d.ts +2 -2
- package/src/com/controlresell/notify/models/notifications/CreateNotificationTokenPayloadWithUser.js +5 -8
- package/src/com/controlresell/notify/models/notifications/CreateNotificationTokenPayloadWithUser.js.map +1 -1
- package/src/com/controlresell/notify/models/notifications/NotificationPreference.d.ts +4 -4
- package/src/com/controlresell/notify/models/notifications/NotificationPreference.js +7 -10
- package/src/com/controlresell/notify/models/notifications/NotificationPreference.js.map +1 -1
- package/src/com/controlresell/notify/models/notifications/NotificationToken.d.ts +2 -2
- package/src/com/controlresell/notify/models/notifications/NotificationToken.js +5 -8
- package/src/com/controlresell/notify/models/notifications/NotificationToken.js.map +1 -1
- package/src/com/controlresell/notify/models/notifications/NotificationType.js +2 -5
- package/src/com/controlresell/notify/models/notifications/NotificationType.js.map +1 -1
- package/src/com/controlresell/notify/models/notifications/UpdateNotificationPreferencePayload.js +4 -7
- package/src/com/controlresell/notify/models/notifications/UpdateNotificationPreferencePayload.js.map +1 -1
- package/src/com/controlresell/storage/models/files/CreateFilePayload.js +3 -6
- package/src/com/controlresell/storage/models/files/CreateFilePayload.js.map +1 -1
- package/src/com/controlresell/storage/models/files/File.d.ts +2 -2
- package/src/com/controlresell/storage/models/files/File.js +8 -11
- package/src/com/controlresell/storage/models/files/File.js.map +1 -1
- package/src/com/controlresell/subscriptions/api/CreateSubscriptionHistoryPayload.d.ts +109 -9
- package/src/com/controlresell/subscriptions/api/CreateSubscriptionHistoryPayload.d.ts.map +1 -1
- package/src/com/controlresell/subscriptions/api/CreateSubscriptionHistoryPayload.js +12 -12
- package/src/com/controlresell/subscriptions/api/CreateSubscriptionHistoryPayload.js.map +1 -1
- package/src/com/controlresell/subscriptions/api/CreateSubscriptionHistoryPayload.ts +6 -3
- package/src/com/controlresell/subscriptions/models/CancellationReason.d.ts +4 -0
- package/src/com/controlresell/subscriptions/models/CancellationReason.d.ts.map +1 -0
- package/src/com/controlresell/subscriptions/models/CancellationReason.js +5 -0
- package/src/com/controlresell/subscriptions/models/CancellationReason.js.map +1 -0
- package/src/com/controlresell/subscriptions/models/CancellationReason.ts +6 -0
- package/src/com/controlresell/subscriptions/models/SubscriptionHistory.d.ts +113 -13
- package/src/com/controlresell/subscriptions/models/SubscriptionHistory.d.ts.map +1 -1
- package/src/com/controlresell/subscriptions/models/SubscriptionHistory.js +16 -16
- package/src/com/controlresell/subscriptions/models/SubscriptionHistory.js.map +1 -1
- package/src/com/controlresell/subscriptions/models/SubscriptionHistory.ts +6 -3
- package/src/com/controlresell/subscriptions/models/SubscriptionHistoryMetadata.d.ts +132 -0
- package/src/com/controlresell/subscriptions/models/SubscriptionHistoryMetadata.d.ts.map +1 -0
- package/src/com/controlresell/subscriptions/models/SubscriptionHistoryMetadata.js +33 -0
- package/src/com/controlresell/subscriptions/models/SubscriptionHistoryMetadata.js.map +1 -0
- package/src/com/controlresell/subscriptions/models/SubscriptionHistoryMetadata.ts +42 -0
- package/src/com/controlresell/subscriptions/models/SubscriptionHistorySource.d.ts +4 -0
- package/src/com/controlresell/subscriptions/models/SubscriptionHistorySource.d.ts.map +1 -0
- package/src/com/controlresell/subscriptions/models/SubscriptionHistorySource.js +5 -0
- package/src/com/controlresell/subscriptions/models/SubscriptionHistorySource.js.map +1 -0
- package/src/com/controlresell/subscriptions/models/SubscriptionHistorySource.ts +6 -0
- package/src/com/controlresell/subscriptions/models/SubscriptionHistoryType.d.ts +4 -0
- package/src/com/controlresell/subscriptions/models/SubscriptionHistoryType.d.ts.map +1 -0
- package/src/com/controlresell/subscriptions/models/SubscriptionHistoryType.js +5 -0
- package/src/com/controlresell/subscriptions/models/SubscriptionHistoryType.js.map +1 -0
- package/src/com/controlresell/subscriptions/models/SubscriptionHistoryType.ts +6 -0
- package/src/com/controlresell/subscriptions/models/SubscriptionState.d.ts +4 -0
- package/src/com/controlresell/subscriptions/models/SubscriptionState.d.ts.map +1 -0
- package/src/com/controlresell/subscriptions/models/SubscriptionState.js +5 -0
- package/src/com/controlresell/subscriptions/models/SubscriptionState.js.map +1 -0
- package/src/com/controlresell/subscriptions/models/SubscriptionState.ts +6 -0
- package/src/index.d.ts +236 -231
- package/src/index.d.ts.map +1 -1
- package/src/index.js +273 -544
- package/src/index.js.map +1 -1
- package/src/index.ts +236 -231
- package/src/com/controlresell/inventory/models/items/DeleteItemPayload.d.ts +0 -13
- package/src/com/controlresell/inventory/models/items/DeleteItemPayload.d.ts.map +0 -1
- package/src/com/controlresell/inventory/models/items/DeleteItemPayload.js +0 -9
- package/src/com/controlresell/inventory/models/items/DeleteItemPayload.js.map +0 -1
- package/src/com/controlresell/inventory/models/items/DeleteItemPayload.ts +0 -7
package/src/com/controlresell/auth/models/preferences/queue/PreferenceNextActionPayload.d.ts
CHANGED
|
@@ -108,8 +108,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
108
108
|
}>]>;
|
|
109
109
|
mandatory: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
110
110
|
}, "strip", z.ZodTypeAny, {
|
|
111
|
-
type: "
|
|
112
|
-
enabled: boolean;
|
|
111
|
+
type: "MESSAGE" | "WAIT" | "PRICE_DROP" | "REPUBLISH" | "OFFER_AUTO" | "OFFER_MANUAL" | "WAIT_ADJUST" | "RESTART_LIFECYCLE";
|
|
113
112
|
payload: {
|
|
114
113
|
type: "EMPTY";
|
|
115
114
|
} | {
|
|
@@ -137,10 +136,10 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
137
136
|
seconds: number;
|
|
138
137
|
};
|
|
139
138
|
};
|
|
139
|
+
enabled: boolean;
|
|
140
140
|
mandatory?: boolean | null | undefined;
|
|
141
141
|
}, {
|
|
142
|
-
type: "
|
|
143
|
-
enabled: boolean;
|
|
142
|
+
type: "MESSAGE" | "WAIT" | "PRICE_DROP" | "REPUBLISH" | "OFFER_AUTO" | "OFFER_MANUAL" | "WAIT_ADJUST" | "RESTART_LIFECYCLE";
|
|
144
143
|
payload: {
|
|
145
144
|
type: "EMPTY";
|
|
146
145
|
} | {
|
|
@@ -168,6 +167,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
168
167
|
seconds: number;
|
|
169
168
|
};
|
|
170
169
|
};
|
|
170
|
+
enabled: boolean;
|
|
171
171
|
mandatory?: boolean | null | undefined;
|
|
172
172
|
}>, "many">;
|
|
173
173
|
type: z.ZodEnum<["ITEM", "CONVERSATION"]>;
|
|
@@ -305,8 +305,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
305
305
|
}>]>;
|
|
306
306
|
mandatory: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
307
307
|
}, "strip", z.ZodTypeAny, {
|
|
308
|
-
type: "
|
|
309
|
-
enabled: boolean;
|
|
308
|
+
type: "MESSAGE" | "WAIT" | "PRICE_DROP" | "REPUBLISH" | "OFFER_AUTO" | "OFFER_MANUAL" | "WAIT_ADJUST" | "RESTART_LIFECYCLE";
|
|
310
309
|
payload: {
|
|
311
310
|
type: "EMPTY";
|
|
312
311
|
} | {
|
|
@@ -334,10 +333,10 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
334
333
|
seconds: number;
|
|
335
334
|
};
|
|
336
335
|
};
|
|
336
|
+
enabled: boolean;
|
|
337
337
|
mandatory?: boolean | null | undefined;
|
|
338
338
|
}, {
|
|
339
|
-
type: "
|
|
340
|
-
enabled: boolean;
|
|
339
|
+
type: "MESSAGE" | "WAIT" | "PRICE_DROP" | "REPUBLISH" | "OFFER_AUTO" | "OFFER_MANUAL" | "WAIT_ADJUST" | "RESTART_LIFECYCLE";
|
|
341
340
|
payload: {
|
|
342
341
|
type: "EMPTY";
|
|
343
342
|
} | {
|
|
@@ -365,6 +364,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
365
364
|
seconds: number;
|
|
366
365
|
};
|
|
367
366
|
};
|
|
367
|
+
enabled: boolean;
|
|
368
368
|
mandatory?: boolean | null | undefined;
|
|
369
369
|
}>, "many">;
|
|
370
370
|
maxLaunchesPerDay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -388,26 +388,26 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
388
388
|
time: z.ZodDate;
|
|
389
389
|
itemCount: z.ZodNumber;
|
|
390
390
|
}, "strip", z.ZodTypeAny, {
|
|
391
|
-
itemCount: number;
|
|
392
391
|
time: Date;
|
|
393
|
-
}, {
|
|
394
392
|
itemCount: number;
|
|
393
|
+
}, {
|
|
395
394
|
time: Date;
|
|
395
|
+
itemCount: number;
|
|
396
396
|
}>, "many">;
|
|
397
397
|
daysOfWeek: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnion<[z.ZodLiteral<"MONDAY">, z.ZodLiteral<"TUESDAY">, z.ZodLiteral<"WEDNESDAY">, z.ZodLiteral<"THURSDAY">, z.ZodLiteral<"FRIDAY">, z.ZodLiteral<"SATURDAY">, z.ZodLiteral<"SUNDAY">]>, "many">>>;
|
|
398
398
|
type: z.ZodLiteral<"MANUAL">;
|
|
399
399
|
}, "strip", z.ZodTypeAny, {
|
|
400
400
|
type: "MANUAL";
|
|
401
401
|
timeSlots: {
|
|
402
|
-
itemCount: number;
|
|
403
402
|
time: Date;
|
|
403
|
+
itemCount: number;
|
|
404
404
|
}[];
|
|
405
405
|
daysOfWeek?: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")[] | null | undefined;
|
|
406
406
|
}, {
|
|
407
407
|
type: "MANUAL";
|
|
408
408
|
timeSlots: {
|
|
409
|
-
itemCount: number;
|
|
410
409
|
time: Date;
|
|
410
|
+
itemCount: number;
|
|
411
411
|
}[];
|
|
412
412
|
daysOfWeek?: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")[] | null | undefined;
|
|
413
413
|
}>]>>>;
|
|
@@ -415,8 +415,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
415
415
|
resetPriceOnRepeat: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
416
416
|
}, "strip", z.ZodTypeAny, {
|
|
417
417
|
actions: {
|
|
418
|
-
type: "
|
|
419
|
-
enabled: boolean;
|
|
418
|
+
type: "MESSAGE" | "WAIT" | "PRICE_DROP" | "REPUBLISH" | "OFFER_AUTO" | "OFFER_MANUAL" | "WAIT_ADJUST" | "RESTART_LIFECYCLE";
|
|
420
419
|
payload: {
|
|
421
420
|
type: "EMPTY";
|
|
422
421
|
} | {
|
|
@@ -444,6 +443,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
444
443
|
seconds: number;
|
|
445
444
|
};
|
|
446
445
|
};
|
|
446
|
+
enabled: boolean;
|
|
447
447
|
mandatory?: boolean | null | undefined;
|
|
448
448
|
}[];
|
|
449
449
|
maxLaunchesPerDay?: number | null | undefined;
|
|
@@ -455,8 +455,8 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
455
455
|
} | {
|
|
456
456
|
type: "MANUAL";
|
|
457
457
|
timeSlots: {
|
|
458
|
-
itemCount: number;
|
|
459
458
|
time: Date;
|
|
459
|
+
itemCount: number;
|
|
460
460
|
}[];
|
|
461
461
|
daysOfWeek?: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")[] | null | undefined;
|
|
462
462
|
} | null | undefined;
|
|
@@ -464,8 +464,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
464
464
|
resetPriceOnRepeat?: boolean | null | undefined;
|
|
465
465
|
}, {
|
|
466
466
|
actions: {
|
|
467
|
-
type: "
|
|
468
|
-
enabled: boolean;
|
|
467
|
+
type: "MESSAGE" | "WAIT" | "PRICE_DROP" | "REPUBLISH" | "OFFER_AUTO" | "OFFER_MANUAL" | "WAIT_ADJUST" | "RESTART_LIFECYCLE";
|
|
469
468
|
payload: {
|
|
470
469
|
type: "EMPTY";
|
|
471
470
|
} | {
|
|
@@ -493,6 +492,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
493
492
|
seconds: number;
|
|
494
493
|
};
|
|
495
494
|
};
|
|
495
|
+
enabled: boolean;
|
|
496
496
|
mandatory?: boolean | null | undefined;
|
|
497
497
|
}[];
|
|
498
498
|
maxLaunchesPerDay?: number | null | undefined;
|
|
@@ -504,8 +504,8 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
504
504
|
} | {
|
|
505
505
|
type: "MANUAL";
|
|
506
506
|
timeSlots: {
|
|
507
|
-
itemCount: number;
|
|
508
507
|
time: Date;
|
|
508
|
+
itemCount: number;
|
|
509
509
|
}[];
|
|
510
510
|
daysOfWeek?: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")[] | null | undefined;
|
|
511
511
|
} | null | undefined;
|
|
@@ -517,8 +517,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
517
517
|
type: "ACTIONS";
|
|
518
518
|
data: {
|
|
519
519
|
actions: {
|
|
520
|
-
type: "
|
|
521
|
-
enabled: boolean;
|
|
520
|
+
type: "MESSAGE" | "WAIT" | "PRICE_DROP" | "REPUBLISH" | "OFFER_AUTO" | "OFFER_MANUAL" | "WAIT_ADJUST" | "RESTART_LIFECYCLE";
|
|
522
521
|
payload: {
|
|
523
522
|
type: "EMPTY";
|
|
524
523
|
} | {
|
|
@@ -546,6 +545,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
546
545
|
seconds: number;
|
|
547
546
|
};
|
|
548
547
|
};
|
|
548
|
+
enabled: boolean;
|
|
549
549
|
mandatory?: boolean | null | undefined;
|
|
550
550
|
}[];
|
|
551
551
|
maxLaunchesPerDay?: number | null | undefined;
|
|
@@ -557,8 +557,8 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
557
557
|
} | {
|
|
558
558
|
type: "MANUAL";
|
|
559
559
|
timeSlots: {
|
|
560
|
-
itemCount: number;
|
|
561
560
|
time: Date;
|
|
561
|
+
itemCount: number;
|
|
562
562
|
}[];
|
|
563
563
|
daysOfWeek?: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")[] | null | undefined;
|
|
564
564
|
} | null | undefined;
|
|
@@ -569,8 +569,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
569
569
|
type: "ACTIONS";
|
|
570
570
|
data: {
|
|
571
571
|
actions: {
|
|
572
|
-
type: "
|
|
573
|
-
enabled: boolean;
|
|
572
|
+
type: "MESSAGE" | "WAIT" | "PRICE_DROP" | "REPUBLISH" | "OFFER_AUTO" | "OFFER_MANUAL" | "WAIT_ADJUST" | "RESTART_LIFECYCLE";
|
|
574
573
|
payload: {
|
|
575
574
|
type: "EMPTY";
|
|
576
575
|
} | {
|
|
@@ -598,6 +597,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
598
597
|
seconds: number;
|
|
599
598
|
};
|
|
600
599
|
};
|
|
600
|
+
enabled: boolean;
|
|
601
601
|
mandatory?: boolean | null | undefined;
|
|
602
602
|
}[];
|
|
603
603
|
maxLaunchesPerDay?: number | null | undefined;
|
|
@@ -609,8 +609,8 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
609
609
|
} | {
|
|
610
610
|
type: "MANUAL";
|
|
611
611
|
timeSlots: {
|
|
612
|
-
itemCount: number;
|
|
613
612
|
time: Date;
|
|
613
|
+
itemCount: number;
|
|
614
614
|
}[];
|
|
615
615
|
daysOfWeek?: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")[] | null | undefined;
|
|
616
616
|
} | null | undefined;
|
|
@@ -798,59 +798,59 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
798
798
|
packageSizeId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
799
799
|
}, "strip", z.ZodTypeAny, {
|
|
800
800
|
name: string;
|
|
801
|
-
title?: string | null | undefined;
|
|
802
|
-
description?: string | null | undefined;
|
|
803
|
-
salePrice?: number | null | undefined;
|
|
804
|
-
buyPrice?: number | null | undefined;
|
|
805
|
-
categoryId?: number | null | undefined;
|
|
806
801
|
brand?: string | null | undefined;
|
|
807
|
-
statusId?: number | null | undefined;
|
|
808
|
-
sizeId?: number | null | undefined;
|
|
809
802
|
colorIds?: number[] | null | undefined;
|
|
803
|
+
description?: string | null | undefined;
|
|
810
804
|
packageSizeId?: number | null | undefined;
|
|
811
|
-
|
|
812
|
-
|
|
805
|
+
sizeId?: number | null | undefined;
|
|
806
|
+
statusId?: number | null | undefined;
|
|
813
807
|
title?: string | null | undefined;
|
|
814
|
-
|
|
808
|
+
categoryId?: number | null | undefined;
|
|
815
809
|
salePrice?: number | null | undefined;
|
|
816
810
|
buyPrice?: number | null | undefined;
|
|
817
|
-
|
|
811
|
+
}, {
|
|
812
|
+
name: string;
|
|
818
813
|
brand?: string | null | undefined;
|
|
819
|
-
statusId?: number | null | undefined;
|
|
820
|
-
sizeId?: number | null | undefined;
|
|
821
814
|
colorIds?: number[] | null | undefined;
|
|
815
|
+
description?: string | null | undefined;
|
|
822
816
|
packageSizeId?: number | null | undefined;
|
|
817
|
+
sizeId?: number | null | undefined;
|
|
818
|
+
statusId?: number | null | undefined;
|
|
819
|
+
title?: string | null | undefined;
|
|
820
|
+
categoryId?: number | null | undefined;
|
|
821
|
+
salePrice?: number | null | undefined;
|
|
822
|
+
buyPrice?: number | null | undefined;
|
|
823
823
|
}>;
|
|
824
824
|
type: z.ZodLiteral<"TEMPLATE">;
|
|
825
825
|
}, "strip", z.ZodTypeAny, {
|
|
826
826
|
type: "TEMPLATE";
|
|
827
827
|
data: {
|
|
828
828
|
name: string;
|
|
829
|
-
title?: string | null | undefined;
|
|
830
|
-
description?: string | null | undefined;
|
|
831
|
-
salePrice?: number | null | undefined;
|
|
832
|
-
buyPrice?: number | null | undefined;
|
|
833
|
-
categoryId?: number | null | undefined;
|
|
834
829
|
brand?: string | null | undefined;
|
|
835
|
-
statusId?: number | null | undefined;
|
|
836
|
-
sizeId?: number | null | undefined;
|
|
837
830
|
colorIds?: number[] | null | undefined;
|
|
831
|
+
description?: string | null | undefined;
|
|
838
832
|
packageSizeId?: number | null | undefined;
|
|
833
|
+
sizeId?: number | null | undefined;
|
|
834
|
+
statusId?: number | null | undefined;
|
|
835
|
+
title?: string | null | undefined;
|
|
836
|
+
categoryId?: number | null | undefined;
|
|
837
|
+
salePrice?: number | null | undefined;
|
|
838
|
+
buyPrice?: number | null | undefined;
|
|
839
839
|
};
|
|
840
840
|
}, {
|
|
841
841
|
type: "TEMPLATE";
|
|
842
842
|
data: {
|
|
843
843
|
name: string;
|
|
844
|
-
title?: string | null | undefined;
|
|
845
|
-
description?: string | null | undefined;
|
|
846
|
-
salePrice?: number | null | undefined;
|
|
847
|
-
buyPrice?: number | null | undefined;
|
|
848
|
-
categoryId?: number | null | undefined;
|
|
849
844
|
brand?: string | null | undefined;
|
|
850
|
-
statusId?: number | null | undefined;
|
|
851
|
-
sizeId?: number | null | undefined;
|
|
852
845
|
colorIds?: number[] | null | undefined;
|
|
846
|
+
description?: string | null | undefined;
|
|
853
847
|
packageSizeId?: number | null | undefined;
|
|
848
|
+
sizeId?: number | null | undefined;
|
|
849
|
+
statusId?: number | null | undefined;
|
|
850
|
+
title?: string | null | undefined;
|
|
851
|
+
categoryId?: number | null | undefined;
|
|
852
|
+
salePrice?: number | null | undefined;
|
|
853
|
+
buyPrice?: number | null | undefined;
|
|
854
854
|
};
|
|
855
855
|
}>, z.ZodObject<{
|
|
856
856
|
data: z.ZodObject<{
|
|
@@ -958,8 +958,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
958
958
|
type: "ACTIONS";
|
|
959
959
|
data: {
|
|
960
960
|
actions: {
|
|
961
|
-
type: "
|
|
962
|
-
enabled: boolean;
|
|
961
|
+
type: "MESSAGE" | "WAIT" | "PRICE_DROP" | "REPUBLISH" | "OFFER_AUTO" | "OFFER_MANUAL" | "WAIT_ADJUST" | "RESTART_LIFECYCLE";
|
|
963
962
|
payload: {
|
|
964
963
|
type: "EMPTY";
|
|
965
964
|
} | {
|
|
@@ -987,6 +986,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
987
986
|
seconds: number;
|
|
988
987
|
};
|
|
989
988
|
};
|
|
989
|
+
enabled: boolean;
|
|
990
990
|
mandatory?: boolean | null | undefined;
|
|
991
991
|
}[];
|
|
992
992
|
maxLaunchesPerDay?: number | null | undefined;
|
|
@@ -998,8 +998,8 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
998
998
|
} | {
|
|
999
999
|
type: "MANUAL";
|
|
1000
1000
|
timeSlots: {
|
|
1001
|
-
itemCount: number;
|
|
1002
1001
|
time: Date;
|
|
1002
|
+
itemCount: number;
|
|
1003
1003
|
}[];
|
|
1004
1004
|
daysOfWeek?: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")[] | null | undefined;
|
|
1005
1005
|
} | null | undefined;
|
|
@@ -1046,16 +1046,16 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
1046
1046
|
type: "TEMPLATE";
|
|
1047
1047
|
data: {
|
|
1048
1048
|
name: string;
|
|
1049
|
-
title?: string | null | undefined;
|
|
1050
|
-
description?: string | null | undefined;
|
|
1051
|
-
salePrice?: number | null | undefined;
|
|
1052
|
-
buyPrice?: number | null | undefined;
|
|
1053
|
-
categoryId?: number | null | undefined;
|
|
1054
1049
|
brand?: string | null | undefined;
|
|
1055
|
-
statusId?: number | null | undefined;
|
|
1056
|
-
sizeId?: number | null | undefined;
|
|
1057
1050
|
colorIds?: number[] | null | undefined;
|
|
1051
|
+
description?: string | null | undefined;
|
|
1058
1052
|
packageSizeId?: number | null | undefined;
|
|
1053
|
+
sizeId?: number | null | undefined;
|
|
1054
|
+
statusId?: number | null | undefined;
|
|
1055
|
+
title?: string | null | undefined;
|
|
1056
|
+
categoryId?: number | null | undefined;
|
|
1057
|
+
salePrice?: number | null | undefined;
|
|
1058
|
+
buyPrice?: number | null | undefined;
|
|
1059
1059
|
};
|
|
1060
1060
|
} | {
|
|
1061
1061
|
type: "TEXT";
|
|
@@ -1089,8 +1089,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
1089
1089
|
type: "ACTIONS";
|
|
1090
1090
|
data: {
|
|
1091
1091
|
actions: {
|
|
1092
|
-
type: "
|
|
1093
|
-
enabled: boolean;
|
|
1092
|
+
type: "MESSAGE" | "WAIT" | "PRICE_DROP" | "REPUBLISH" | "OFFER_AUTO" | "OFFER_MANUAL" | "WAIT_ADJUST" | "RESTART_LIFECYCLE";
|
|
1094
1093
|
payload: {
|
|
1095
1094
|
type: "EMPTY";
|
|
1096
1095
|
} | {
|
|
@@ -1118,6 +1117,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
1118
1117
|
seconds: number;
|
|
1119
1118
|
};
|
|
1120
1119
|
};
|
|
1120
|
+
enabled: boolean;
|
|
1121
1121
|
mandatory?: boolean | null | undefined;
|
|
1122
1122
|
}[];
|
|
1123
1123
|
maxLaunchesPerDay?: number | null | undefined;
|
|
@@ -1129,8 +1129,8 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
1129
1129
|
} | {
|
|
1130
1130
|
type: "MANUAL";
|
|
1131
1131
|
timeSlots: {
|
|
1132
|
-
itemCount: number;
|
|
1133
1132
|
time: Date;
|
|
1133
|
+
itemCount: number;
|
|
1134
1134
|
}[];
|
|
1135
1135
|
daysOfWeek?: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")[] | null | undefined;
|
|
1136
1136
|
} | null | undefined;
|
|
@@ -1177,16 +1177,16 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
1177
1177
|
type: "TEMPLATE";
|
|
1178
1178
|
data: {
|
|
1179
1179
|
name: string;
|
|
1180
|
-
title?: string | null | undefined;
|
|
1181
|
-
description?: string | null | undefined;
|
|
1182
|
-
salePrice?: number | null | undefined;
|
|
1183
|
-
buyPrice?: number | null | undefined;
|
|
1184
|
-
categoryId?: number | null | undefined;
|
|
1185
1180
|
brand?: string | null | undefined;
|
|
1186
|
-
statusId?: number | null | undefined;
|
|
1187
|
-
sizeId?: number | null | undefined;
|
|
1188
1181
|
colorIds?: number[] | null | undefined;
|
|
1182
|
+
description?: string | null | undefined;
|
|
1189
1183
|
packageSizeId?: number | null | undefined;
|
|
1184
|
+
sizeId?: number | null | undefined;
|
|
1185
|
+
statusId?: number | null | undefined;
|
|
1186
|
+
title?: string | null | undefined;
|
|
1187
|
+
categoryId?: number | null | undefined;
|
|
1188
|
+
salePrice?: number | null | undefined;
|
|
1189
|
+
buyPrice?: number | null | undefined;
|
|
1190
1190
|
};
|
|
1191
1191
|
} | {
|
|
1192
1192
|
type: "TEXT";
|
|
@@ -1230,8 +1230,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
1230
1230
|
type: "ACTIONS";
|
|
1231
1231
|
data: {
|
|
1232
1232
|
actions: {
|
|
1233
|
-
type: "
|
|
1234
|
-
enabled: boolean;
|
|
1233
|
+
type: "MESSAGE" | "WAIT" | "PRICE_DROP" | "REPUBLISH" | "OFFER_AUTO" | "OFFER_MANUAL" | "WAIT_ADJUST" | "RESTART_LIFECYCLE";
|
|
1235
1234
|
payload: {
|
|
1236
1235
|
type: "EMPTY";
|
|
1237
1236
|
} | {
|
|
@@ -1259,6 +1258,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
1259
1258
|
seconds: number;
|
|
1260
1259
|
};
|
|
1261
1260
|
};
|
|
1261
|
+
enabled: boolean;
|
|
1262
1262
|
mandatory?: boolean | null | undefined;
|
|
1263
1263
|
}[];
|
|
1264
1264
|
maxLaunchesPerDay?: number | null | undefined;
|
|
@@ -1270,8 +1270,8 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
1270
1270
|
} | {
|
|
1271
1271
|
type: "MANUAL";
|
|
1272
1272
|
timeSlots: {
|
|
1273
|
-
itemCount: number;
|
|
1274
1273
|
time: Date;
|
|
1274
|
+
itemCount: number;
|
|
1275
1275
|
}[];
|
|
1276
1276
|
daysOfWeek?: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")[] | null | undefined;
|
|
1277
1277
|
} | null | undefined;
|
|
@@ -1318,16 +1318,16 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
1318
1318
|
type: "TEMPLATE";
|
|
1319
1319
|
data: {
|
|
1320
1320
|
name: string;
|
|
1321
|
-
title?: string | null | undefined;
|
|
1322
|
-
description?: string | null | undefined;
|
|
1323
|
-
salePrice?: number | null | undefined;
|
|
1324
|
-
buyPrice?: number | null | undefined;
|
|
1325
|
-
categoryId?: number | null | undefined;
|
|
1326
1321
|
brand?: string | null | undefined;
|
|
1327
|
-
statusId?: number | null | undefined;
|
|
1328
|
-
sizeId?: number | null | undefined;
|
|
1329
1322
|
colorIds?: number[] | null | undefined;
|
|
1323
|
+
description?: string | null | undefined;
|
|
1330
1324
|
packageSizeId?: number | null | undefined;
|
|
1325
|
+
sizeId?: number | null | undefined;
|
|
1326
|
+
statusId?: number | null | undefined;
|
|
1327
|
+
title?: string | null | undefined;
|
|
1328
|
+
categoryId?: number | null | undefined;
|
|
1329
|
+
salePrice?: number | null | undefined;
|
|
1330
|
+
buyPrice?: number | null | undefined;
|
|
1331
1331
|
};
|
|
1332
1332
|
} | {
|
|
1333
1333
|
type: "TEXT";
|
|
@@ -1370,8 +1370,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
1370
1370
|
type: "ACTIONS";
|
|
1371
1371
|
data: {
|
|
1372
1372
|
actions: {
|
|
1373
|
-
type: "
|
|
1374
|
-
enabled: boolean;
|
|
1373
|
+
type: "MESSAGE" | "WAIT" | "PRICE_DROP" | "REPUBLISH" | "OFFER_AUTO" | "OFFER_MANUAL" | "WAIT_ADJUST" | "RESTART_LIFECYCLE";
|
|
1375
1374
|
payload: {
|
|
1376
1375
|
type: "EMPTY";
|
|
1377
1376
|
} | {
|
|
@@ -1399,6 +1398,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
1399
1398
|
seconds: number;
|
|
1400
1399
|
};
|
|
1401
1400
|
};
|
|
1401
|
+
enabled: boolean;
|
|
1402
1402
|
mandatory?: boolean | null | undefined;
|
|
1403
1403
|
}[];
|
|
1404
1404
|
maxLaunchesPerDay?: number | null | undefined;
|
|
@@ -1410,8 +1410,8 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
1410
1410
|
} | {
|
|
1411
1411
|
type: "MANUAL";
|
|
1412
1412
|
timeSlots: {
|
|
1413
|
-
itemCount: number;
|
|
1414
1413
|
time: Date;
|
|
1414
|
+
itemCount: number;
|
|
1415
1415
|
}[];
|
|
1416
1416
|
daysOfWeek?: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")[] | null | undefined;
|
|
1417
1417
|
} | null | undefined;
|
|
@@ -1458,16 +1458,16 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
1458
1458
|
type: "TEMPLATE";
|
|
1459
1459
|
data: {
|
|
1460
1460
|
name: string;
|
|
1461
|
-
title?: string | null | undefined;
|
|
1462
|
-
description?: string | null | undefined;
|
|
1463
|
-
salePrice?: number | null | undefined;
|
|
1464
|
-
buyPrice?: number | null | undefined;
|
|
1465
|
-
categoryId?: number | null | undefined;
|
|
1466
1461
|
brand?: string | null | undefined;
|
|
1467
|
-
statusId?: number | null | undefined;
|
|
1468
|
-
sizeId?: number | null | undefined;
|
|
1469
1462
|
colorIds?: number[] | null | undefined;
|
|
1463
|
+
description?: string | null | undefined;
|
|
1470
1464
|
packageSizeId?: number | null | undefined;
|
|
1465
|
+
sizeId?: number | null | undefined;
|
|
1466
|
+
statusId?: number | null | undefined;
|
|
1467
|
+
title?: string | null | undefined;
|
|
1468
|
+
categoryId?: number | null | undefined;
|
|
1469
|
+
salePrice?: number | null | undefined;
|
|
1470
|
+
buyPrice?: number | null | undefined;
|
|
1471
1471
|
};
|
|
1472
1472
|
} | {
|
|
1473
1473
|
type: "TEXT";
|
|
@@ -1498,8 +1498,8 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
1498
1498
|
}>, "many">>>;
|
|
1499
1499
|
}, "strip", z.ZodTypeAny, {
|
|
1500
1500
|
type: "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "TITLE" | "DESCRIPTION" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE";
|
|
1501
|
-
id: string;
|
|
1502
1501
|
userId: string | number;
|
|
1502
|
+
id: string;
|
|
1503
1503
|
enabled: boolean;
|
|
1504
1504
|
testMode: boolean;
|
|
1505
1505
|
parentPreferenceId?: string | null | undefined;
|
|
@@ -1518,8 +1518,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
1518
1518
|
type: "ACTIONS";
|
|
1519
1519
|
data: {
|
|
1520
1520
|
actions: {
|
|
1521
|
-
type: "
|
|
1522
|
-
enabled: boolean;
|
|
1521
|
+
type: "MESSAGE" | "WAIT" | "PRICE_DROP" | "REPUBLISH" | "OFFER_AUTO" | "OFFER_MANUAL" | "WAIT_ADJUST" | "RESTART_LIFECYCLE";
|
|
1523
1522
|
payload: {
|
|
1524
1523
|
type: "EMPTY";
|
|
1525
1524
|
} | {
|
|
@@ -1547,6 +1546,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
1547
1546
|
seconds: number;
|
|
1548
1547
|
};
|
|
1549
1548
|
};
|
|
1549
|
+
enabled: boolean;
|
|
1550
1550
|
mandatory?: boolean | null | undefined;
|
|
1551
1551
|
}[];
|
|
1552
1552
|
maxLaunchesPerDay?: number | null | undefined;
|
|
@@ -1558,8 +1558,8 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
1558
1558
|
} | {
|
|
1559
1559
|
type: "MANUAL";
|
|
1560
1560
|
timeSlots: {
|
|
1561
|
-
itemCount: number;
|
|
1562
1561
|
time: Date;
|
|
1562
|
+
itemCount: number;
|
|
1563
1563
|
}[];
|
|
1564
1564
|
daysOfWeek?: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")[] | null | undefined;
|
|
1565
1565
|
} | null | undefined;
|
|
@@ -1606,16 +1606,16 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
1606
1606
|
type: "TEMPLATE";
|
|
1607
1607
|
data: {
|
|
1608
1608
|
name: string;
|
|
1609
|
-
title?: string | null | undefined;
|
|
1610
|
-
description?: string | null | undefined;
|
|
1611
|
-
salePrice?: number | null | undefined;
|
|
1612
|
-
buyPrice?: number | null | undefined;
|
|
1613
|
-
categoryId?: number | null | undefined;
|
|
1614
1609
|
brand?: string | null | undefined;
|
|
1615
|
-
statusId?: number | null | undefined;
|
|
1616
|
-
sizeId?: number | null | undefined;
|
|
1617
1610
|
colorIds?: number[] | null | undefined;
|
|
1611
|
+
description?: string | null | undefined;
|
|
1618
1612
|
packageSizeId?: number | null | undefined;
|
|
1613
|
+
sizeId?: number | null | undefined;
|
|
1614
|
+
statusId?: number | null | undefined;
|
|
1615
|
+
title?: string | null | undefined;
|
|
1616
|
+
categoryId?: number | null | undefined;
|
|
1617
|
+
salePrice?: number | null | undefined;
|
|
1618
|
+
buyPrice?: number | null | undefined;
|
|
1619
1619
|
};
|
|
1620
1620
|
} | {
|
|
1621
1621
|
type: "TEXT";
|
|
@@ -1646,8 +1646,8 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
1646
1646
|
}[] | null | undefined;
|
|
1647
1647
|
}, {
|
|
1648
1648
|
type: "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "TITLE" | "DESCRIPTION" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE";
|
|
1649
|
-
id: string;
|
|
1650
1649
|
userId: string | number;
|
|
1650
|
+
id: string;
|
|
1651
1651
|
enabled: boolean;
|
|
1652
1652
|
testMode: boolean;
|
|
1653
1653
|
parentPreferenceId?: string | null | undefined;
|
|
@@ -1666,8 +1666,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
1666
1666
|
type: "ACTIONS";
|
|
1667
1667
|
data: {
|
|
1668
1668
|
actions: {
|
|
1669
|
-
type: "
|
|
1670
|
-
enabled: boolean;
|
|
1669
|
+
type: "MESSAGE" | "WAIT" | "PRICE_DROP" | "REPUBLISH" | "OFFER_AUTO" | "OFFER_MANUAL" | "WAIT_ADJUST" | "RESTART_LIFECYCLE";
|
|
1671
1670
|
payload: {
|
|
1672
1671
|
type: "EMPTY";
|
|
1673
1672
|
} | {
|
|
@@ -1695,6 +1694,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
1695
1694
|
seconds: number;
|
|
1696
1695
|
};
|
|
1697
1696
|
};
|
|
1697
|
+
enabled: boolean;
|
|
1698
1698
|
mandatory?: boolean | null | undefined;
|
|
1699
1699
|
}[];
|
|
1700
1700
|
maxLaunchesPerDay?: number | null | undefined;
|
|
@@ -1706,8 +1706,8 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
1706
1706
|
} | {
|
|
1707
1707
|
type: "MANUAL";
|
|
1708
1708
|
timeSlots: {
|
|
1709
|
-
itemCount: number;
|
|
1710
1709
|
time: Date;
|
|
1710
|
+
itemCount: number;
|
|
1711
1711
|
}[];
|
|
1712
1712
|
daysOfWeek?: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")[] | null | undefined;
|
|
1713
1713
|
} | null | undefined;
|
|
@@ -1754,16 +1754,16 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
1754
1754
|
type: "TEMPLATE";
|
|
1755
1755
|
data: {
|
|
1756
1756
|
name: string;
|
|
1757
|
-
title?: string | null | undefined;
|
|
1758
|
-
description?: string | null | undefined;
|
|
1759
|
-
salePrice?: number | null | undefined;
|
|
1760
|
-
buyPrice?: number | null | undefined;
|
|
1761
|
-
categoryId?: number | null | undefined;
|
|
1762
1757
|
brand?: string | null | undefined;
|
|
1763
|
-
statusId?: number | null | undefined;
|
|
1764
|
-
sizeId?: number | null | undefined;
|
|
1765
1758
|
colorIds?: number[] | null | undefined;
|
|
1759
|
+
description?: string | null | undefined;
|
|
1766
1760
|
packageSizeId?: number | null | undefined;
|
|
1761
|
+
sizeId?: number | null | undefined;
|
|
1762
|
+
statusId?: number | null | undefined;
|
|
1763
|
+
title?: string | null | undefined;
|
|
1764
|
+
categoryId?: number | null | undefined;
|
|
1765
|
+
salePrice?: number | null | undefined;
|
|
1766
|
+
buyPrice?: number | null | undefined;
|
|
1767
1767
|
};
|
|
1768
1768
|
} | {
|
|
1769
1769
|
type: "TEXT";
|
|
@@ -1915,8 +1915,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
1915
1915
|
}>]>;
|
|
1916
1916
|
mandatory: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1917
1917
|
}, "strip", z.ZodTypeAny, {
|
|
1918
|
-
type: "
|
|
1919
|
-
enabled: boolean;
|
|
1918
|
+
type: "MESSAGE" | "WAIT" | "PRICE_DROP" | "REPUBLISH" | "OFFER_AUTO" | "OFFER_MANUAL" | "WAIT_ADJUST" | "RESTART_LIFECYCLE";
|
|
1920
1919
|
payload: {
|
|
1921
1920
|
type: "EMPTY";
|
|
1922
1921
|
} | {
|
|
@@ -1944,10 +1943,10 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
1944
1943
|
seconds: number;
|
|
1945
1944
|
};
|
|
1946
1945
|
};
|
|
1946
|
+
enabled: boolean;
|
|
1947
1947
|
mandatory?: boolean | null | undefined;
|
|
1948
1948
|
}, {
|
|
1949
|
-
type: "
|
|
1950
|
-
enabled: boolean;
|
|
1949
|
+
type: "MESSAGE" | "WAIT" | "PRICE_DROP" | "REPUBLISH" | "OFFER_AUTO" | "OFFER_MANUAL" | "WAIT_ADJUST" | "RESTART_LIFECYCLE";
|
|
1951
1950
|
payload: {
|
|
1952
1951
|
type: "EMPTY";
|
|
1953
1952
|
} | {
|
|
@@ -1975,6 +1974,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
1975
1974
|
seconds: number;
|
|
1976
1975
|
};
|
|
1977
1976
|
};
|
|
1977
|
+
enabled: boolean;
|
|
1978
1978
|
mandatory?: boolean | null | undefined;
|
|
1979
1979
|
}>, "many">;
|
|
1980
1980
|
maxLaunchesPerDay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -1998,26 +1998,26 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
1998
1998
|
time: z.ZodDate;
|
|
1999
1999
|
itemCount: z.ZodNumber;
|
|
2000
2000
|
}, "strip", z.ZodTypeAny, {
|
|
2001
|
-
itemCount: number;
|
|
2002
2001
|
time: Date;
|
|
2003
|
-
}, {
|
|
2004
2002
|
itemCount: number;
|
|
2003
|
+
}, {
|
|
2005
2004
|
time: Date;
|
|
2005
|
+
itemCount: number;
|
|
2006
2006
|
}>, "many">;
|
|
2007
2007
|
daysOfWeek: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnion<[z.ZodLiteral<"MONDAY">, z.ZodLiteral<"TUESDAY">, z.ZodLiteral<"WEDNESDAY">, z.ZodLiteral<"THURSDAY">, z.ZodLiteral<"FRIDAY">, z.ZodLiteral<"SATURDAY">, z.ZodLiteral<"SUNDAY">]>, "many">>>;
|
|
2008
2008
|
type: z.ZodLiteral<"MANUAL">;
|
|
2009
2009
|
}, "strip", z.ZodTypeAny, {
|
|
2010
2010
|
type: "MANUAL";
|
|
2011
2011
|
timeSlots: {
|
|
2012
|
-
itemCount: number;
|
|
2013
2012
|
time: Date;
|
|
2013
|
+
itemCount: number;
|
|
2014
2014
|
}[];
|
|
2015
2015
|
daysOfWeek?: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")[] | null | undefined;
|
|
2016
2016
|
}, {
|
|
2017
2017
|
type: "MANUAL";
|
|
2018
2018
|
timeSlots: {
|
|
2019
|
-
itemCount: number;
|
|
2020
2019
|
time: Date;
|
|
2020
|
+
itemCount: number;
|
|
2021
2021
|
}[];
|
|
2022
2022
|
daysOfWeek?: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")[] | null | undefined;
|
|
2023
2023
|
}>]>>>;
|
|
@@ -2025,8 +2025,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
2025
2025
|
resetPriceOnRepeat: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
2026
2026
|
}, "strip", z.ZodTypeAny, {
|
|
2027
2027
|
actions: {
|
|
2028
|
-
type: "
|
|
2029
|
-
enabled: boolean;
|
|
2028
|
+
type: "MESSAGE" | "WAIT" | "PRICE_DROP" | "REPUBLISH" | "OFFER_AUTO" | "OFFER_MANUAL" | "WAIT_ADJUST" | "RESTART_LIFECYCLE";
|
|
2030
2029
|
payload: {
|
|
2031
2030
|
type: "EMPTY";
|
|
2032
2031
|
} | {
|
|
@@ -2054,6 +2053,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
2054
2053
|
seconds: number;
|
|
2055
2054
|
};
|
|
2056
2055
|
};
|
|
2056
|
+
enabled: boolean;
|
|
2057
2057
|
mandatory?: boolean | null | undefined;
|
|
2058
2058
|
}[];
|
|
2059
2059
|
maxLaunchesPerDay?: number | null | undefined;
|
|
@@ -2065,8 +2065,8 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
2065
2065
|
} | {
|
|
2066
2066
|
type: "MANUAL";
|
|
2067
2067
|
timeSlots: {
|
|
2068
|
-
itemCount: number;
|
|
2069
2068
|
time: Date;
|
|
2069
|
+
itemCount: number;
|
|
2070
2070
|
}[];
|
|
2071
2071
|
daysOfWeek?: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")[] | null | undefined;
|
|
2072
2072
|
} | null | undefined;
|
|
@@ -2074,8 +2074,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
2074
2074
|
resetPriceOnRepeat?: boolean | null | undefined;
|
|
2075
2075
|
}, {
|
|
2076
2076
|
actions: {
|
|
2077
|
-
type: "
|
|
2078
|
-
enabled: boolean;
|
|
2077
|
+
type: "MESSAGE" | "WAIT" | "PRICE_DROP" | "REPUBLISH" | "OFFER_AUTO" | "OFFER_MANUAL" | "WAIT_ADJUST" | "RESTART_LIFECYCLE";
|
|
2079
2078
|
payload: {
|
|
2080
2079
|
type: "EMPTY";
|
|
2081
2080
|
} | {
|
|
@@ -2103,6 +2102,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
2103
2102
|
seconds: number;
|
|
2104
2103
|
};
|
|
2105
2104
|
};
|
|
2105
|
+
enabled: boolean;
|
|
2106
2106
|
mandatory?: boolean | null | undefined;
|
|
2107
2107
|
}[];
|
|
2108
2108
|
maxLaunchesPerDay?: number | null | undefined;
|
|
@@ -2114,8 +2114,8 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
2114
2114
|
} | {
|
|
2115
2115
|
type: "MANUAL";
|
|
2116
2116
|
timeSlots: {
|
|
2117
|
-
itemCount: number;
|
|
2118
2117
|
time: Date;
|
|
2118
|
+
itemCount: number;
|
|
2119
2119
|
}[];
|
|
2120
2120
|
daysOfWeek?: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")[] | null | undefined;
|
|
2121
2121
|
} | null | undefined;
|
|
@@ -2127,8 +2127,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
2127
2127
|
type: "ACTIONS";
|
|
2128
2128
|
data: {
|
|
2129
2129
|
actions: {
|
|
2130
|
-
type: "
|
|
2131
|
-
enabled: boolean;
|
|
2130
|
+
type: "MESSAGE" | "WAIT" | "PRICE_DROP" | "REPUBLISH" | "OFFER_AUTO" | "OFFER_MANUAL" | "WAIT_ADJUST" | "RESTART_LIFECYCLE";
|
|
2132
2131
|
payload: {
|
|
2133
2132
|
type: "EMPTY";
|
|
2134
2133
|
} | {
|
|
@@ -2156,6 +2155,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
2156
2155
|
seconds: number;
|
|
2157
2156
|
};
|
|
2158
2157
|
};
|
|
2158
|
+
enabled: boolean;
|
|
2159
2159
|
mandatory?: boolean | null | undefined;
|
|
2160
2160
|
}[];
|
|
2161
2161
|
maxLaunchesPerDay?: number | null | undefined;
|
|
@@ -2167,8 +2167,8 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
2167
2167
|
} | {
|
|
2168
2168
|
type: "MANUAL";
|
|
2169
2169
|
timeSlots: {
|
|
2170
|
-
itemCount: number;
|
|
2171
2170
|
time: Date;
|
|
2171
|
+
itemCount: number;
|
|
2172
2172
|
}[];
|
|
2173
2173
|
daysOfWeek?: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")[] | null | undefined;
|
|
2174
2174
|
} | null | undefined;
|
|
@@ -2179,8 +2179,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
2179
2179
|
type: "ACTIONS";
|
|
2180
2180
|
data: {
|
|
2181
2181
|
actions: {
|
|
2182
|
-
type: "
|
|
2183
|
-
enabled: boolean;
|
|
2182
|
+
type: "MESSAGE" | "WAIT" | "PRICE_DROP" | "REPUBLISH" | "OFFER_AUTO" | "OFFER_MANUAL" | "WAIT_ADJUST" | "RESTART_LIFECYCLE";
|
|
2184
2183
|
payload: {
|
|
2185
2184
|
type: "EMPTY";
|
|
2186
2185
|
} | {
|
|
@@ -2208,6 +2207,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
2208
2207
|
seconds: number;
|
|
2209
2208
|
};
|
|
2210
2209
|
};
|
|
2210
|
+
enabled: boolean;
|
|
2211
2211
|
mandatory?: boolean | null | undefined;
|
|
2212
2212
|
}[];
|
|
2213
2213
|
maxLaunchesPerDay?: number | null | undefined;
|
|
@@ -2219,8 +2219,8 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
2219
2219
|
} | {
|
|
2220
2220
|
type: "MANUAL";
|
|
2221
2221
|
timeSlots: {
|
|
2222
|
-
itemCount: number;
|
|
2223
2222
|
time: Date;
|
|
2223
|
+
itemCount: number;
|
|
2224
2224
|
}[];
|
|
2225
2225
|
daysOfWeek?: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")[] | null | undefined;
|
|
2226
2226
|
} | null | undefined;
|
|
@@ -2408,59 +2408,59 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
2408
2408
|
packageSizeId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2409
2409
|
}, "strip", z.ZodTypeAny, {
|
|
2410
2410
|
name: string;
|
|
2411
|
-
title?: string | null | undefined;
|
|
2412
|
-
description?: string | null | undefined;
|
|
2413
|
-
salePrice?: number | null | undefined;
|
|
2414
|
-
buyPrice?: number | null | undefined;
|
|
2415
|
-
categoryId?: number | null | undefined;
|
|
2416
2411
|
brand?: string | null | undefined;
|
|
2417
|
-
statusId?: number | null | undefined;
|
|
2418
|
-
sizeId?: number | null | undefined;
|
|
2419
2412
|
colorIds?: number[] | null | undefined;
|
|
2413
|
+
description?: string | null | undefined;
|
|
2420
2414
|
packageSizeId?: number | null | undefined;
|
|
2421
|
-
|
|
2422
|
-
|
|
2415
|
+
sizeId?: number | null | undefined;
|
|
2416
|
+
statusId?: number | null | undefined;
|
|
2423
2417
|
title?: string | null | undefined;
|
|
2424
|
-
|
|
2418
|
+
categoryId?: number | null | undefined;
|
|
2425
2419
|
salePrice?: number | null | undefined;
|
|
2426
2420
|
buyPrice?: number | null | undefined;
|
|
2427
|
-
|
|
2421
|
+
}, {
|
|
2422
|
+
name: string;
|
|
2428
2423
|
brand?: string | null | undefined;
|
|
2429
|
-
statusId?: number | null | undefined;
|
|
2430
|
-
sizeId?: number | null | undefined;
|
|
2431
2424
|
colorIds?: number[] | null | undefined;
|
|
2425
|
+
description?: string | null | undefined;
|
|
2432
2426
|
packageSizeId?: number | null | undefined;
|
|
2427
|
+
sizeId?: number | null | undefined;
|
|
2428
|
+
statusId?: number | null | undefined;
|
|
2429
|
+
title?: string | null | undefined;
|
|
2430
|
+
categoryId?: number | null | undefined;
|
|
2431
|
+
salePrice?: number | null | undefined;
|
|
2432
|
+
buyPrice?: number | null | undefined;
|
|
2433
2433
|
}>;
|
|
2434
2434
|
type: z.ZodLiteral<"TEMPLATE">;
|
|
2435
2435
|
}, "strip", z.ZodTypeAny, {
|
|
2436
2436
|
type: "TEMPLATE";
|
|
2437
2437
|
data: {
|
|
2438
2438
|
name: string;
|
|
2439
|
-
|
|
2439
|
+
brand?: string | null | undefined;
|
|
2440
|
+
colorIds?: number[] | null | undefined;
|
|
2440
2441
|
description?: string | null | undefined;
|
|
2441
|
-
salePrice?: number | null | undefined;
|
|
2442
|
-
buyPrice?: number | null | undefined;
|
|
2443
|
-
categoryId?: number | null | undefined;
|
|
2444
|
-
brand?: string | null | undefined;
|
|
2445
|
-
statusId?: number | null | undefined;
|
|
2446
|
-
sizeId?: number | null | undefined;
|
|
2447
|
-
colorIds?: number[] | null | undefined;
|
|
2448
2442
|
packageSizeId?: number | null | undefined;
|
|
2443
|
+
sizeId?: number | null | undefined;
|
|
2444
|
+
statusId?: number | null | undefined;
|
|
2445
|
+
title?: string | null | undefined;
|
|
2446
|
+
categoryId?: number | null | undefined;
|
|
2447
|
+
salePrice?: number | null | undefined;
|
|
2448
|
+
buyPrice?: number | null | undefined;
|
|
2449
2449
|
};
|
|
2450
2450
|
}, {
|
|
2451
2451
|
type: "TEMPLATE";
|
|
2452
2452
|
data: {
|
|
2453
2453
|
name: string;
|
|
2454
|
-
title?: string | null | undefined;
|
|
2455
|
-
description?: string | null | undefined;
|
|
2456
|
-
salePrice?: number | null | undefined;
|
|
2457
|
-
buyPrice?: number | null | undefined;
|
|
2458
|
-
categoryId?: number | null | undefined;
|
|
2459
2454
|
brand?: string | null | undefined;
|
|
2460
|
-
statusId?: number | null | undefined;
|
|
2461
|
-
sizeId?: number | null | undefined;
|
|
2462
2455
|
colorIds?: number[] | null | undefined;
|
|
2456
|
+
description?: string | null | undefined;
|
|
2463
2457
|
packageSizeId?: number | null | undefined;
|
|
2458
|
+
sizeId?: number | null | undefined;
|
|
2459
|
+
statusId?: number | null | undefined;
|
|
2460
|
+
title?: string | null | undefined;
|
|
2461
|
+
categoryId?: number | null | undefined;
|
|
2462
|
+
salePrice?: number | null | undefined;
|
|
2463
|
+
buyPrice?: number | null | undefined;
|
|
2464
2464
|
};
|
|
2465
2465
|
}>, z.ZodObject<{
|
|
2466
2466
|
data: z.ZodObject<{
|
|
@@ -2568,8 +2568,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
2568
2568
|
type: "ACTIONS";
|
|
2569
2569
|
data: {
|
|
2570
2570
|
actions: {
|
|
2571
|
-
type: "
|
|
2572
|
-
enabled: boolean;
|
|
2571
|
+
type: "MESSAGE" | "WAIT" | "PRICE_DROP" | "REPUBLISH" | "OFFER_AUTO" | "OFFER_MANUAL" | "WAIT_ADJUST" | "RESTART_LIFECYCLE";
|
|
2573
2572
|
payload: {
|
|
2574
2573
|
type: "EMPTY";
|
|
2575
2574
|
} | {
|
|
@@ -2597,6 +2596,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
2597
2596
|
seconds: number;
|
|
2598
2597
|
};
|
|
2599
2598
|
};
|
|
2599
|
+
enabled: boolean;
|
|
2600
2600
|
mandatory?: boolean | null | undefined;
|
|
2601
2601
|
}[];
|
|
2602
2602
|
maxLaunchesPerDay?: number | null | undefined;
|
|
@@ -2608,8 +2608,8 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
2608
2608
|
} | {
|
|
2609
2609
|
type: "MANUAL";
|
|
2610
2610
|
timeSlots: {
|
|
2611
|
-
itemCount: number;
|
|
2612
2611
|
time: Date;
|
|
2612
|
+
itemCount: number;
|
|
2613
2613
|
}[];
|
|
2614
2614
|
daysOfWeek?: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")[] | null | undefined;
|
|
2615
2615
|
} | null | undefined;
|
|
@@ -2656,16 +2656,16 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
2656
2656
|
type: "TEMPLATE";
|
|
2657
2657
|
data: {
|
|
2658
2658
|
name: string;
|
|
2659
|
-
title?: string | null | undefined;
|
|
2660
|
-
description?: string | null | undefined;
|
|
2661
|
-
salePrice?: number | null | undefined;
|
|
2662
|
-
buyPrice?: number | null | undefined;
|
|
2663
|
-
categoryId?: number | null | undefined;
|
|
2664
2659
|
brand?: string | null | undefined;
|
|
2665
|
-
statusId?: number | null | undefined;
|
|
2666
|
-
sizeId?: number | null | undefined;
|
|
2667
2660
|
colorIds?: number[] | null | undefined;
|
|
2661
|
+
description?: string | null | undefined;
|
|
2668
2662
|
packageSizeId?: number | null | undefined;
|
|
2663
|
+
sizeId?: number | null | undefined;
|
|
2664
|
+
statusId?: number | null | undefined;
|
|
2665
|
+
title?: string | null | undefined;
|
|
2666
|
+
categoryId?: number | null | undefined;
|
|
2667
|
+
salePrice?: number | null | undefined;
|
|
2668
|
+
buyPrice?: number | null | undefined;
|
|
2669
2669
|
};
|
|
2670
2670
|
} | {
|
|
2671
2671
|
type: "TEXT";
|
|
@@ -2699,8 +2699,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
2699
2699
|
type: "ACTIONS";
|
|
2700
2700
|
data: {
|
|
2701
2701
|
actions: {
|
|
2702
|
-
type: "
|
|
2703
|
-
enabled: boolean;
|
|
2702
|
+
type: "MESSAGE" | "WAIT" | "PRICE_DROP" | "REPUBLISH" | "OFFER_AUTO" | "OFFER_MANUAL" | "WAIT_ADJUST" | "RESTART_LIFECYCLE";
|
|
2704
2703
|
payload: {
|
|
2705
2704
|
type: "EMPTY";
|
|
2706
2705
|
} | {
|
|
@@ -2728,6 +2727,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
2728
2727
|
seconds: number;
|
|
2729
2728
|
};
|
|
2730
2729
|
};
|
|
2730
|
+
enabled: boolean;
|
|
2731
2731
|
mandatory?: boolean | null | undefined;
|
|
2732
2732
|
}[];
|
|
2733
2733
|
maxLaunchesPerDay?: number | null | undefined;
|
|
@@ -2739,8 +2739,8 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
2739
2739
|
} | {
|
|
2740
2740
|
type: "MANUAL";
|
|
2741
2741
|
timeSlots: {
|
|
2742
|
-
itemCount: number;
|
|
2743
2742
|
time: Date;
|
|
2743
|
+
itemCount: number;
|
|
2744
2744
|
}[];
|
|
2745
2745
|
daysOfWeek?: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")[] | null | undefined;
|
|
2746
2746
|
} | null | undefined;
|
|
@@ -2787,16 +2787,16 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
2787
2787
|
type: "TEMPLATE";
|
|
2788
2788
|
data: {
|
|
2789
2789
|
name: string;
|
|
2790
|
-
title?: string | null | undefined;
|
|
2791
|
-
description?: string | null | undefined;
|
|
2792
|
-
salePrice?: number | null | undefined;
|
|
2793
|
-
buyPrice?: number | null | undefined;
|
|
2794
|
-
categoryId?: number | null | undefined;
|
|
2795
2790
|
brand?: string | null | undefined;
|
|
2796
|
-
statusId?: number | null | undefined;
|
|
2797
|
-
sizeId?: number | null | undefined;
|
|
2798
2791
|
colorIds?: number[] | null | undefined;
|
|
2792
|
+
description?: string | null | undefined;
|
|
2799
2793
|
packageSizeId?: number | null | undefined;
|
|
2794
|
+
sizeId?: number | null | undefined;
|
|
2795
|
+
statusId?: number | null | undefined;
|
|
2796
|
+
title?: string | null | undefined;
|
|
2797
|
+
categoryId?: number | null | undefined;
|
|
2798
|
+
salePrice?: number | null | undefined;
|
|
2799
|
+
buyPrice?: number | null | undefined;
|
|
2800
2800
|
};
|
|
2801
2801
|
} | {
|
|
2802
2802
|
type: "TEXT";
|
|
@@ -2840,8 +2840,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
2840
2840
|
type: "ACTIONS";
|
|
2841
2841
|
data: {
|
|
2842
2842
|
actions: {
|
|
2843
|
-
type: "
|
|
2844
|
-
enabled: boolean;
|
|
2843
|
+
type: "MESSAGE" | "WAIT" | "PRICE_DROP" | "REPUBLISH" | "OFFER_AUTO" | "OFFER_MANUAL" | "WAIT_ADJUST" | "RESTART_LIFECYCLE";
|
|
2845
2844
|
payload: {
|
|
2846
2845
|
type: "EMPTY";
|
|
2847
2846
|
} | {
|
|
@@ -2869,6 +2868,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
2869
2868
|
seconds: number;
|
|
2870
2869
|
};
|
|
2871
2870
|
};
|
|
2871
|
+
enabled: boolean;
|
|
2872
2872
|
mandatory?: boolean | null | undefined;
|
|
2873
2873
|
}[];
|
|
2874
2874
|
maxLaunchesPerDay?: number | null | undefined;
|
|
@@ -2880,8 +2880,8 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
2880
2880
|
} | {
|
|
2881
2881
|
type: "MANUAL";
|
|
2882
2882
|
timeSlots: {
|
|
2883
|
-
itemCount: number;
|
|
2884
2883
|
time: Date;
|
|
2884
|
+
itemCount: number;
|
|
2885
2885
|
}[];
|
|
2886
2886
|
daysOfWeek?: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")[] | null | undefined;
|
|
2887
2887
|
} | null | undefined;
|
|
@@ -2928,16 +2928,16 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
2928
2928
|
type: "TEMPLATE";
|
|
2929
2929
|
data: {
|
|
2930
2930
|
name: string;
|
|
2931
|
-
title?: string | null | undefined;
|
|
2932
|
-
description?: string | null | undefined;
|
|
2933
|
-
salePrice?: number | null | undefined;
|
|
2934
|
-
buyPrice?: number | null | undefined;
|
|
2935
|
-
categoryId?: number | null | undefined;
|
|
2936
2931
|
brand?: string | null | undefined;
|
|
2937
|
-
statusId?: number | null | undefined;
|
|
2938
|
-
sizeId?: number | null | undefined;
|
|
2939
2932
|
colorIds?: number[] | null | undefined;
|
|
2933
|
+
description?: string | null | undefined;
|
|
2940
2934
|
packageSizeId?: number | null | undefined;
|
|
2935
|
+
sizeId?: number | null | undefined;
|
|
2936
|
+
statusId?: number | null | undefined;
|
|
2937
|
+
title?: string | null | undefined;
|
|
2938
|
+
categoryId?: number | null | undefined;
|
|
2939
|
+
salePrice?: number | null | undefined;
|
|
2940
|
+
buyPrice?: number | null | undefined;
|
|
2941
2941
|
};
|
|
2942
2942
|
} | {
|
|
2943
2943
|
type: "TEXT";
|
|
@@ -2980,8 +2980,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
2980
2980
|
type: "ACTIONS";
|
|
2981
2981
|
data: {
|
|
2982
2982
|
actions: {
|
|
2983
|
-
type: "
|
|
2984
|
-
enabled: boolean;
|
|
2983
|
+
type: "MESSAGE" | "WAIT" | "PRICE_DROP" | "REPUBLISH" | "OFFER_AUTO" | "OFFER_MANUAL" | "WAIT_ADJUST" | "RESTART_LIFECYCLE";
|
|
2985
2984
|
payload: {
|
|
2986
2985
|
type: "EMPTY";
|
|
2987
2986
|
} | {
|
|
@@ -3009,6 +3008,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
3009
3008
|
seconds: number;
|
|
3010
3009
|
};
|
|
3011
3010
|
};
|
|
3011
|
+
enabled: boolean;
|
|
3012
3012
|
mandatory?: boolean | null | undefined;
|
|
3013
3013
|
}[];
|
|
3014
3014
|
maxLaunchesPerDay?: number | null | undefined;
|
|
@@ -3020,8 +3020,8 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
3020
3020
|
} | {
|
|
3021
3021
|
type: "MANUAL";
|
|
3022
3022
|
timeSlots: {
|
|
3023
|
-
itemCount: number;
|
|
3024
3023
|
time: Date;
|
|
3024
|
+
itemCount: number;
|
|
3025
3025
|
}[];
|
|
3026
3026
|
daysOfWeek?: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")[] | null | undefined;
|
|
3027
3027
|
} | null | undefined;
|
|
@@ -3068,16 +3068,16 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
3068
3068
|
type: "TEMPLATE";
|
|
3069
3069
|
data: {
|
|
3070
3070
|
name: string;
|
|
3071
|
-
title?: string | null | undefined;
|
|
3072
|
-
description?: string | null | undefined;
|
|
3073
|
-
salePrice?: number | null | undefined;
|
|
3074
|
-
buyPrice?: number | null | undefined;
|
|
3075
|
-
categoryId?: number | null | undefined;
|
|
3076
3071
|
brand?: string | null | undefined;
|
|
3077
|
-
statusId?: number | null | undefined;
|
|
3078
|
-
sizeId?: number | null | undefined;
|
|
3079
3072
|
colorIds?: number[] | null | undefined;
|
|
3073
|
+
description?: string | null | undefined;
|
|
3080
3074
|
packageSizeId?: number | null | undefined;
|
|
3075
|
+
sizeId?: number | null | undefined;
|
|
3076
|
+
statusId?: number | null | undefined;
|
|
3077
|
+
title?: string | null | undefined;
|
|
3078
|
+
categoryId?: number | null | undefined;
|
|
3079
|
+
salePrice?: number | null | undefined;
|
|
3080
|
+
buyPrice?: number | null | undefined;
|
|
3081
3081
|
};
|
|
3082
3082
|
} | {
|
|
3083
3083
|
type: "TEXT";
|
|
@@ -3221,8 +3221,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
3221
3221
|
}>]>;
|
|
3222
3222
|
mandatory: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
3223
3223
|
}, "strip", z.ZodTypeAny, {
|
|
3224
|
-
type: "
|
|
3225
|
-
enabled: boolean;
|
|
3224
|
+
type: "MESSAGE" | "WAIT" | "PRICE_DROP" | "REPUBLISH" | "OFFER_AUTO" | "OFFER_MANUAL" | "WAIT_ADJUST" | "RESTART_LIFECYCLE";
|
|
3226
3225
|
payload: {
|
|
3227
3226
|
type: "EMPTY";
|
|
3228
3227
|
} | {
|
|
@@ -3250,10 +3249,10 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
3250
3249
|
seconds: number;
|
|
3251
3250
|
};
|
|
3252
3251
|
};
|
|
3252
|
+
enabled: boolean;
|
|
3253
3253
|
mandatory?: boolean | null | undefined;
|
|
3254
3254
|
}, {
|
|
3255
|
-
type: "
|
|
3256
|
-
enabled: boolean;
|
|
3255
|
+
type: "MESSAGE" | "WAIT" | "PRICE_DROP" | "REPUBLISH" | "OFFER_AUTO" | "OFFER_MANUAL" | "WAIT_ADJUST" | "RESTART_LIFECYCLE";
|
|
3257
3256
|
payload: {
|
|
3258
3257
|
type: "EMPTY";
|
|
3259
3258
|
} | {
|
|
@@ -3281,6 +3280,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
3281
3280
|
seconds: number;
|
|
3282
3281
|
};
|
|
3283
3282
|
};
|
|
3283
|
+
enabled: boolean;
|
|
3284
3284
|
mandatory?: boolean | null | undefined;
|
|
3285
3285
|
}>, "many">;
|
|
3286
3286
|
maxLaunchesPerDay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -3304,26 +3304,26 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
3304
3304
|
time: z.ZodDate;
|
|
3305
3305
|
itemCount: z.ZodNumber;
|
|
3306
3306
|
}, "strip", z.ZodTypeAny, {
|
|
3307
|
-
itemCount: number;
|
|
3308
3307
|
time: Date;
|
|
3309
|
-
}, {
|
|
3310
3308
|
itemCount: number;
|
|
3309
|
+
}, {
|
|
3311
3310
|
time: Date;
|
|
3311
|
+
itemCount: number;
|
|
3312
3312
|
}>, "many">;
|
|
3313
3313
|
daysOfWeek: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnion<[z.ZodLiteral<"MONDAY">, z.ZodLiteral<"TUESDAY">, z.ZodLiteral<"WEDNESDAY">, z.ZodLiteral<"THURSDAY">, z.ZodLiteral<"FRIDAY">, z.ZodLiteral<"SATURDAY">, z.ZodLiteral<"SUNDAY">]>, "many">>>;
|
|
3314
3314
|
type: z.ZodLiteral<"MANUAL">;
|
|
3315
3315
|
}, "strip", z.ZodTypeAny, {
|
|
3316
3316
|
type: "MANUAL";
|
|
3317
3317
|
timeSlots: {
|
|
3318
|
-
itemCount: number;
|
|
3319
3318
|
time: Date;
|
|
3319
|
+
itemCount: number;
|
|
3320
3320
|
}[];
|
|
3321
3321
|
daysOfWeek?: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")[] | null | undefined;
|
|
3322
3322
|
}, {
|
|
3323
3323
|
type: "MANUAL";
|
|
3324
3324
|
timeSlots: {
|
|
3325
|
-
itemCount: number;
|
|
3326
3325
|
time: Date;
|
|
3326
|
+
itemCount: number;
|
|
3327
3327
|
}[];
|
|
3328
3328
|
daysOfWeek?: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")[] | null | undefined;
|
|
3329
3329
|
}>]>>>;
|
|
@@ -3331,8 +3331,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
3331
3331
|
resetPriceOnRepeat: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
3332
3332
|
}, "strip", z.ZodTypeAny, {
|
|
3333
3333
|
actions: {
|
|
3334
|
-
type: "
|
|
3335
|
-
enabled: boolean;
|
|
3334
|
+
type: "MESSAGE" | "WAIT" | "PRICE_DROP" | "REPUBLISH" | "OFFER_AUTO" | "OFFER_MANUAL" | "WAIT_ADJUST" | "RESTART_LIFECYCLE";
|
|
3336
3335
|
payload: {
|
|
3337
3336
|
type: "EMPTY";
|
|
3338
3337
|
} | {
|
|
@@ -3360,6 +3359,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
3360
3359
|
seconds: number;
|
|
3361
3360
|
};
|
|
3362
3361
|
};
|
|
3362
|
+
enabled: boolean;
|
|
3363
3363
|
mandatory?: boolean | null | undefined;
|
|
3364
3364
|
}[];
|
|
3365
3365
|
maxLaunchesPerDay?: number | null | undefined;
|
|
@@ -3371,8 +3371,8 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
3371
3371
|
} | {
|
|
3372
3372
|
type: "MANUAL";
|
|
3373
3373
|
timeSlots: {
|
|
3374
|
-
itemCount: number;
|
|
3375
3374
|
time: Date;
|
|
3375
|
+
itemCount: number;
|
|
3376
3376
|
}[];
|
|
3377
3377
|
daysOfWeek?: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")[] | null | undefined;
|
|
3378
3378
|
} | null | undefined;
|
|
@@ -3380,8 +3380,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
3380
3380
|
resetPriceOnRepeat?: boolean | null | undefined;
|
|
3381
3381
|
}, {
|
|
3382
3382
|
actions: {
|
|
3383
|
-
type: "
|
|
3384
|
-
enabled: boolean;
|
|
3383
|
+
type: "MESSAGE" | "WAIT" | "PRICE_DROP" | "REPUBLISH" | "OFFER_AUTO" | "OFFER_MANUAL" | "WAIT_ADJUST" | "RESTART_LIFECYCLE";
|
|
3385
3384
|
payload: {
|
|
3386
3385
|
type: "EMPTY";
|
|
3387
3386
|
} | {
|
|
@@ -3409,6 +3408,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
3409
3408
|
seconds: number;
|
|
3410
3409
|
};
|
|
3411
3410
|
};
|
|
3411
|
+
enabled: boolean;
|
|
3412
3412
|
mandatory?: boolean | null | undefined;
|
|
3413
3413
|
}[];
|
|
3414
3414
|
maxLaunchesPerDay?: number | null | undefined;
|
|
@@ -3420,8 +3420,8 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
3420
3420
|
} | {
|
|
3421
3421
|
type: "MANUAL";
|
|
3422
3422
|
timeSlots: {
|
|
3423
|
-
itemCount: number;
|
|
3424
3423
|
time: Date;
|
|
3424
|
+
itemCount: number;
|
|
3425
3425
|
}[];
|
|
3426
3426
|
daysOfWeek?: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")[] | null | undefined;
|
|
3427
3427
|
} | null | undefined;
|
|
@@ -3433,8 +3433,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
3433
3433
|
type: "ACTIONS";
|
|
3434
3434
|
data: {
|
|
3435
3435
|
actions: {
|
|
3436
|
-
type: "
|
|
3437
|
-
enabled: boolean;
|
|
3436
|
+
type: "MESSAGE" | "WAIT" | "PRICE_DROP" | "REPUBLISH" | "OFFER_AUTO" | "OFFER_MANUAL" | "WAIT_ADJUST" | "RESTART_LIFECYCLE";
|
|
3438
3437
|
payload: {
|
|
3439
3438
|
type: "EMPTY";
|
|
3440
3439
|
} | {
|
|
@@ -3462,6 +3461,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
3462
3461
|
seconds: number;
|
|
3463
3462
|
};
|
|
3464
3463
|
};
|
|
3464
|
+
enabled: boolean;
|
|
3465
3465
|
mandatory?: boolean | null | undefined;
|
|
3466
3466
|
}[];
|
|
3467
3467
|
maxLaunchesPerDay?: number | null | undefined;
|
|
@@ -3473,8 +3473,8 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
3473
3473
|
} | {
|
|
3474
3474
|
type: "MANUAL";
|
|
3475
3475
|
timeSlots: {
|
|
3476
|
-
itemCount: number;
|
|
3477
3476
|
time: Date;
|
|
3477
|
+
itemCount: number;
|
|
3478
3478
|
}[];
|
|
3479
3479
|
daysOfWeek?: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")[] | null | undefined;
|
|
3480
3480
|
} | null | undefined;
|
|
@@ -3485,8 +3485,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
3485
3485
|
type: "ACTIONS";
|
|
3486
3486
|
data: {
|
|
3487
3487
|
actions: {
|
|
3488
|
-
type: "
|
|
3489
|
-
enabled: boolean;
|
|
3488
|
+
type: "MESSAGE" | "WAIT" | "PRICE_DROP" | "REPUBLISH" | "OFFER_AUTO" | "OFFER_MANUAL" | "WAIT_ADJUST" | "RESTART_LIFECYCLE";
|
|
3490
3489
|
payload: {
|
|
3491
3490
|
type: "EMPTY";
|
|
3492
3491
|
} | {
|
|
@@ -3514,6 +3513,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
3514
3513
|
seconds: number;
|
|
3515
3514
|
};
|
|
3516
3515
|
};
|
|
3516
|
+
enabled: boolean;
|
|
3517
3517
|
mandatory?: boolean | null | undefined;
|
|
3518
3518
|
}[];
|
|
3519
3519
|
maxLaunchesPerDay?: number | null | undefined;
|
|
@@ -3525,8 +3525,8 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
3525
3525
|
} | {
|
|
3526
3526
|
type: "MANUAL";
|
|
3527
3527
|
timeSlots: {
|
|
3528
|
-
itemCount: number;
|
|
3529
3528
|
time: Date;
|
|
3529
|
+
itemCount: number;
|
|
3530
3530
|
}[];
|
|
3531
3531
|
daysOfWeek?: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")[] | null | undefined;
|
|
3532
3532
|
} | null | undefined;
|
|
@@ -3714,59 +3714,59 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
3714
3714
|
packageSizeId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3715
3715
|
}, "strip", z.ZodTypeAny, {
|
|
3716
3716
|
name: string;
|
|
3717
|
-
title?: string | null | undefined;
|
|
3718
|
-
description?: string | null | undefined;
|
|
3719
|
-
salePrice?: number | null | undefined;
|
|
3720
|
-
buyPrice?: number | null | undefined;
|
|
3721
|
-
categoryId?: number | null | undefined;
|
|
3722
3717
|
brand?: string | null | undefined;
|
|
3723
|
-
statusId?: number | null | undefined;
|
|
3724
|
-
sizeId?: number | null | undefined;
|
|
3725
3718
|
colorIds?: number[] | null | undefined;
|
|
3719
|
+
description?: string | null | undefined;
|
|
3726
3720
|
packageSizeId?: number | null | undefined;
|
|
3727
|
-
|
|
3728
|
-
|
|
3721
|
+
sizeId?: number | null | undefined;
|
|
3722
|
+
statusId?: number | null | undefined;
|
|
3729
3723
|
title?: string | null | undefined;
|
|
3730
|
-
|
|
3724
|
+
categoryId?: number | null | undefined;
|
|
3731
3725
|
salePrice?: number | null | undefined;
|
|
3732
3726
|
buyPrice?: number | null | undefined;
|
|
3733
|
-
|
|
3727
|
+
}, {
|
|
3728
|
+
name: string;
|
|
3734
3729
|
brand?: string | null | undefined;
|
|
3735
|
-
statusId?: number | null | undefined;
|
|
3736
|
-
sizeId?: number | null | undefined;
|
|
3737
3730
|
colorIds?: number[] | null | undefined;
|
|
3731
|
+
description?: string | null | undefined;
|
|
3738
3732
|
packageSizeId?: number | null | undefined;
|
|
3733
|
+
sizeId?: number | null | undefined;
|
|
3734
|
+
statusId?: number | null | undefined;
|
|
3735
|
+
title?: string | null | undefined;
|
|
3736
|
+
categoryId?: number | null | undefined;
|
|
3737
|
+
salePrice?: number | null | undefined;
|
|
3738
|
+
buyPrice?: number | null | undefined;
|
|
3739
3739
|
}>;
|
|
3740
3740
|
type: z.ZodLiteral<"TEMPLATE">;
|
|
3741
3741
|
}, "strip", z.ZodTypeAny, {
|
|
3742
3742
|
type: "TEMPLATE";
|
|
3743
3743
|
data: {
|
|
3744
3744
|
name: string;
|
|
3745
|
-
title?: string | null | undefined;
|
|
3746
|
-
description?: string | null | undefined;
|
|
3747
|
-
salePrice?: number | null | undefined;
|
|
3748
|
-
buyPrice?: number | null | undefined;
|
|
3749
|
-
categoryId?: number | null | undefined;
|
|
3750
3745
|
brand?: string | null | undefined;
|
|
3751
|
-
statusId?: number | null | undefined;
|
|
3752
|
-
sizeId?: number | null | undefined;
|
|
3753
3746
|
colorIds?: number[] | null | undefined;
|
|
3747
|
+
description?: string | null | undefined;
|
|
3754
3748
|
packageSizeId?: number | null | undefined;
|
|
3749
|
+
sizeId?: number | null | undefined;
|
|
3750
|
+
statusId?: number | null | undefined;
|
|
3751
|
+
title?: string | null | undefined;
|
|
3752
|
+
categoryId?: number | null | undefined;
|
|
3753
|
+
salePrice?: number | null | undefined;
|
|
3754
|
+
buyPrice?: number | null | undefined;
|
|
3755
3755
|
};
|
|
3756
3756
|
}, {
|
|
3757
3757
|
type: "TEMPLATE";
|
|
3758
3758
|
data: {
|
|
3759
3759
|
name: string;
|
|
3760
|
-
title?: string | null | undefined;
|
|
3761
|
-
description?: string | null | undefined;
|
|
3762
|
-
salePrice?: number | null | undefined;
|
|
3763
|
-
buyPrice?: number | null | undefined;
|
|
3764
|
-
categoryId?: number | null | undefined;
|
|
3765
3760
|
brand?: string | null | undefined;
|
|
3766
|
-
statusId?: number | null | undefined;
|
|
3767
|
-
sizeId?: number | null | undefined;
|
|
3768
3761
|
colorIds?: number[] | null | undefined;
|
|
3762
|
+
description?: string | null | undefined;
|
|
3769
3763
|
packageSizeId?: number | null | undefined;
|
|
3764
|
+
sizeId?: number | null | undefined;
|
|
3765
|
+
statusId?: number | null | undefined;
|
|
3766
|
+
title?: string | null | undefined;
|
|
3767
|
+
categoryId?: number | null | undefined;
|
|
3768
|
+
salePrice?: number | null | undefined;
|
|
3769
|
+
buyPrice?: number | null | undefined;
|
|
3770
3770
|
};
|
|
3771
3771
|
}>, z.ZodObject<{
|
|
3772
3772
|
data: z.ZodObject<{
|
|
@@ -3874,8 +3874,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
3874
3874
|
type: "ACTIONS";
|
|
3875
3875
|
data: {
|
|
3876
3876
|
actions: {
|
|
3877
|
-
type: "
|
|
3878
|
-
enabled: boolean;
|
|
3877
|
+
type: "MESSAGE" | "WAIT" | "PRICE_DROP" | "REPUBLISH" | "OFFER_AUTO" | "OFFER_MANUAL" | "WAIT_ADJUST" | "RESTART_LIFECYCLE";
|
|
3879
3878
|
payload: {
|
|
3880
3879
|
type: "EMPTY";
|
|
3881
3880
|
} | {
|
|
@@ -3903,6 +3902,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
3903
3902
|
seconds: number;
|
|
3904
3903
|
};
|
|
3905
3904
|
};
|
|
3905
|
+
enabled: boolean;
|
|
3906
3906
|
mandatory?: boolean | null | undefined;
|
|
3907
3907
|
}[];
|
|
3908
3908
|
maxLaunchesPerDay?: number | null | undefined;
|
|
@@ -3914,8 +3914,8 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
3914
3914
|
} | {
|
|
3915
3915
|
type: "MANUAL";
|
|
3916
3916
|
timeSlots: {
|
|
3917
|
-
itemCount: number;
|
|
3918
3917
|
time: Date;
|
|
3918
|
+
itemCount: number;
|
|
3919
3919
|
}[];
|
|
3920
3920
|
daysOfWeek?: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")[] | null | undefined;
|
|
3921
3921
|
} | null | undefined;
|
|
@@ -3962,16 +3962,16 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
3962
3962
|
type: "TEMPLATE";
|
|
3963
3963
|
data: {
|
|
3964
3964
|
name: string;
|
|
3965
|
-
title?: string | null | undefined;
|
|
3966
|
-
description?: string | null | undefined;
|
|
3967
|
-
salePrice?: number | null | undefined;
|
|
3968
|
-
buyPrice?: number | null | undefined;
|
|
3969
|
-
categoryId?: number | null | undefined;
|
|
3970
3965
|
brand?: string | null | undefined;
|
|
3971
|
-
statusId?: number | null | undefined;
|
|
3972
|
-
sizeId?: number | null | undefined;
|
|
3973
3966
|
colorIds?: number[] | null | undefined;
|
|
3967
|
+
description?: string | null | undefined;
|
|
3974
3968
|
packageSizeId?: number | null | undefined;
|
|
3969
|
+
sizeId?: number | null | undefined;
|
|
3970
|
+
statusId?: number | null | undefined;
|
|
3971
|
+
title?: string | null | undefined;
|
|
3972
|
+
categoryId?: number | null | undefined;
|
|
3973
|
+
salePrice?: number | null | undefined;
|
|
3974
|
+
buyPrice?: number | null | undefined;
|
|
3975
3975
|
};
|
|
3976
3976
|
} | {
|
|
3977
3977
|
type: "TEXT";
|
|
@@ -4005,8 +4005,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
4005
4005
|
type: "ACTIONS";
|
|
4006
4006
|
data: {
|
|
4007
4007
|
actions: {
|
|
4008
|
-
type: "
|
|
4009
|
-
enabled: boolean;
|
|
4008
|
+
type: "MESSAGE" | "WAIT" | "PRICE_DROP" | "REPUBLISH" | "OFFER_AUTO" | "OFFER_MANUAL" | "WAIT_ADJUST" | "RESTART_LIFECYCLE";
|
|
4010
4009
|
payload: {
|
|
4011
4010
|
type: "EMPTY";
|
|
4012
4011
|
} | {
|
|
@@ -4034,6 +4033,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
4034
4033
|
seconds: number;
|
|
4035
4034
|
};
|
|
4036
4035
|
};
|
|
4036
|
+
enabled: boolean;
|
|
4037
4037
|
mandatory?: boolean | null | undefined;
|
|
4038
4038
|
}[];
|
|
4039
4039
|
maxLaunchesPerDay?: number | null | undefined;
|
|
@@ -4045,8 +4045,8 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
4045
4045
|
} | {
|
|
4046
4046
|
type: "MANUAL";
|
|
4047
4047
|
timeSlots: {
|
|
4048
|
-
itemCount: number;
|
|
4049
4048
|
time: Date;
|
|
4049
|
+
itemCount: number;
|
|
4050
4050
|
}[];
|
|
4051
4051
|
daysOfWeek?: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")[] | null | undefined;
|
|
4052
4052
|
} | null | undefined;
|
|
@@ -4093,16 +4093,16 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
4093
4093
|
type: "TEMPLATE";
|
|
4094
4094
|
data: {
|
|
4095
4095
|
name: string;
|
|
4096
|
-
title?: string | null | undefined;
|
|
4097
|
-
description?: string | null | undefined;
|
|
4098
|
-
salePrice?: number | null | undefined;
|
|
4099
|
-
buyPrice?: number | null | undefined;
|
|
4100
|
-
categoryId?: number | null | undefined;
|
|
4101
4096
|
brand?: string | null | undefined;
|
|
4102
|
-
statusId?: number | null | undefined;
|
|
4103
|
-
sizeId?: number | null | undefined;
|
|
4104
4097
|
colorIds?: number[] | null | undefined;
|
|
4098
|
+
description?: string | null | undefined;
|
|
4105
4099
|
packageSizeId?: number | null | undefined;
|
|
4100
|
+
sizeId?: number | null | undefined;
|
|
4101
|
+
statusId?: number | null | undefined;
|
|
4102
|
+
title?: string | null | undefined;
|
|
4103
|
+
categoryId?: number | null | undefined;
|
|
4104
|
+
salePrice?: number | null | undefined;
|
|
4105
|
+
buyPrice?: number | null | undefined;
|
|
4106
4106
|
};
|
|
4107
4107
|
} | {
|
|
4108
4108
|
type: "TEXT";
|
|
@@ -4133,8 +4133,8 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
4133
4133
|
}, "strip", z.ZodTypeAny, {
|
|
4134
4134
|
preference: {
|
|
4135
4135
|
type: "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "TITLE" | "DESCRIPTION" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE";
|
|
4136
|
-
id: string;
|
|
4137
4136
|
userId: string | number;
|
|
4137
|
+
id: string;
|
|
4138
4138
|
enabled: boolean;
|
|
4139
4139
|
testMode: boolean;
|
|
4140
4140
|
parentPreferenceId?: string | null | undefined;
|
|
@@ -4153,8 +4153,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
4153
4153
|
type: "ACTIONS";
|
|
4154
4154
|
data: {
|
|
4155
4155
|
actions: {
|
|
4156
|
-
type: "
|
|
4157
|
-
enabled: boolean;
|
|
4156
|
+
type: "MESSAGE" | "WAIT" | "PRICE_DROP" | "REPUBLISH" | "OFFER_AUTO" | "OFFER_MANUAL" | "WAIT_ADJUST" | "RESTART_LIFECYCLE";
|
|
4158
4157
|
payload: {
|
|
4159
4158
|
type: "EMPTY";
|
|
4160
4159
|
} | {
|
|
@@ -4182,6 +4181,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
4182
4181
|
seconds: number;
|
|
4183
4182
|
};
|
|
4184
4183
|
};
|
|
4184
|
+
enabled: boolean;
|
|
4185
4185
|
mandatory?: boolean | null | undefined;
|
|
4186
4186
|
}[];
|
|
4187
4187
|
maxLaunchesPerDay?: number | null | undefined;
|
|
@@ -4193,8 +4193,8 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
4193
4193
|
} | {
|
|
4194
4194
|
type: "MANUAL";
|
|
4195
4195
|
timeSlots: {
|
|
4196
|
-
itemCount: number;
|
|
4197
4196
|
time: Date;
|
|
4197
|
+
itemCount: number;
|
|
4198
4198
|
}[];
|
|
4199
4199
|
daysOfWeek?: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")[] | null | undefined;
|
|
4200
4200
|
} | null | undefined;
|
|
@@ -4241,16 +4241,16 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
4241
4241
|
type: "TEMPLATE";
|
|
4242
4242
|
data: {
|
|
4243
4243
|
name: string;
|
|
4244
|
-
title?: string | null | undefined;
|
|
4245
|
-
description?: string | null | undefined;
|
|
4246
|
-
salePrice?: number | null | undefined;
|
|
4247
|
-
buyPrice?: number | null | undefined;
|
|
4248
|
-
categoryId?: number | null | undefined;
|
|
4249
4244
|
brand?: string | null | undefined;
|
|
4250
|
-
statusId?: number | null | undefined;
|
|
4251
|
-
sizeId?: number | null | undefined;
|
|
4252
4245
|
colorIds?: number[] | null | undefined;
|
|
4246
|
+
description?: string | null | undefined;
|
|
4253
4247
|
packageSizeId?: number | null | undefined;
|
|
4248
|
+
sizeId?: number | null | undefined;
|
|
4249
|
+
statusId?: number | null | undefined;
|
|
4250
|
+
title?: string | null | undefined;
|
|
4251
|
+
categoryId?: number | null | undefined;
|
|
4252
|
+
salePrice?: number | null | undefined;
|
|
4253
|
+
buyPrice?: number | null | undefined;
|
|
4254
4254
|
};
|
|
4255
4255
|
} | {
|
|
4256
4256
|
type: "TEXT";
|
|
@@ -4295,8 +4295,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
4295
4295
|
type: "ACTIONS";
|
|
4296
4296
|
data: {
|
|
4297
4297
|
actions: {
|
|
4298
|
-
type: "
|
|
4299
|
-
enabled: boolean;
|
|
4298
|
+
type: "MESSAGE" | "WAIT" | "PRICE_DROP" | "REPUBLISH" | "OFFER_AUTO" | "OFFER_MANUAL" | "WAIT_ADJUST" | "RESTART_LIFECYCLE";
|
|
4300
4299
|
payload: {
|
|
4301
4300
|
type: "EMPTY";
|
|
4302
4301
|
} | {
|
|
@@ -4324,6 +4323,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
4324
4323
|
seconds: number;
|
|
4325
4324
|
};
|
|
4326
4325
|
};
|
|
4326
|
+
enabled: boolean;
|
|
4327
4327
|
mandatory?: boolean | null | undefined;
|
|
4328
4328
|
}[];
|
|
4329
4329
|
maxLaunchesPerDay?: number | null | undefined;
|
|
@@ -4335,8 +4335,8 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
4335
4335
|
} | {
|
|
4336
4336
|
type: "MANUAL";
|
|
4337
4337
|
timeSlots: {
|
|
4338
|
-
itemCount: number;
|
|
4339
4338
|
time: Date;
|
|
4339
|
+
itemCount: number;
|
|
4340
4340
|
}[];
|
|
4341
4341
|
daysOfWeek?: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")[] | null | undefined;
|
|
4342
4342
|
} | null | undefined;
|
|
@@ -4383,16 +4383,16 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
4383
4383
|
type: "TEMPLATE";
|
|
4384
4384
|
data: {
|
|
4385
4385
|
name: string;
|
|
4386
|
-
title?: string | null | undefined;
|
|
4387
|
-
description?: string | null | undefined;
|
|
4388
|
-
salePrice?: number | null | undefined;
|
|
4389
|
-
buyPrice?: number | null | undefined;
|
|
4390
|
-
categoryId?: number | null | undefined;
|
|
4391
4386
|
brand?: string | null | undefined;
|
|
4392
|
-
statusId?: number | null | undefined;
|
|
4393
|
-
sizeId?: number | null | undefined;
|
|
4394
4387
|
colorIds?: number[] | null | undefined;
|
|
4388
|
+
description?: string | null | undefined;
|
|
4395
4389
|
packageSizeId?: number | null | undefined;
|
|
4390
|
+
sizeId?: number | null | undefined;
|
|
4391
|
+
statusId?: number | null | undefined;
|
|
4392
|
+
title?: string | null | undefined;
|
|
4393
|
+
categoryId?: number | null | undefined;
|
|
4394
|
+
salePrice?: number | null | undefined;
|
|
4395
|
+
buyPrice?: number | null | undefined;
|
|
4396
4396
|
};
|
|
4397
4397
|
} | {
|
|
4398
4398
|
type: "TEXT";
|
|
@@ -4428,8 +4428,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
4428
4428
|
type: "ACTIONS";
|
|
4429
4429
|
data: {
|
|
4430
4430
|
actions: {
|
|
4431
|
-
type: "
|
|
4432
|
-
enabled: boolean;
|
|
4431
|
+
type: "MESSAGE" | "WAIT" | "PRICE_DROP" | "REPUBLISH" | "OFFER_AUTO" | "OFFER_MANUAL" | "WAIT_ADJUST" | "RESTART_LIFECYCLE";
|
|
4433
4432
|
payload: {
|
|
4434
4433
|
type: "EMPTY";
|
|
4435
4434
|
} | {
|
|
@@ -4457,6 +4456,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
4457
4456
|
seconds: number;
|
|
4458
4457
|
};
|
|
4459
4458
|
};
|
|
4459
|
+
enabled: boolean;
|
|
4460
4460
|
mandatory?: boolean | null | undefined;
|
|
4461
4461
|
}[];
|
|
4462
4462
|
maxLaunchesPerDay?: number | null | undefined;
|
|
@@ -4468,8 +4468,8 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
4468
4468
|
} | {
|
|
4469
4469
|
type: "MANUAL";
|
|
4470
4470
|
timeSlots: {
|
|
4471
|
-
itemCount: number;
|
|
4472
4471
|
time: Date;
|
|
4472
|
+
itemCount: number;
|
|
4473
4473
|
}[];
|
|
4474
4474
|
daysOfWeek?: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")[] | null | undefined;
|
|
4475
4475
|
} | null | undefined;
|
|
@@ -4516,16 +4516,16 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
4516
4516
|
type: "TEMPLATE";
|
|
4517
4517
|
data: {
|
|
4518
4518
|
name: string;
|
|
4519
|
-
title?: string | null | undefined;
|
|
4520
|
-
description?: string | null | undefined;
|
|
4521
|
-
salePrice?: number | null | undefined;
|
|
4522
|
-
buyPrice?: number | null | undefined;
|
|
4523
|
-
categoryId?: number | null | undefined;
|
|
4524
4519
|
brand?: string | null | undefined;
|
|
4525
|
-
statusId?: number | null | undefined;
|
|
4526
|
-
sizeId?: number | null | undefined;
|
|
4527
4520
|
colorIds?: number[] | null | undefined;
|
|
4521
|
+
description?: string | null | undefined;
|
|
4528
4522
|
packageSizeId?: number | null | undefined;
|
|
4523
|
+
sizeId?: number | null | undefined;
|
|
4524
|
+
statusId?: number | null | undefined;
|
|
4525
|
+
title?: string | null | undefined;
|
|
4526
|
+
categoryId?: number | null | undefined;
|
|
4527
|
+
salePrice?: number | null | undefined;
|
|
4528
|
+
buyPrice?: number | null | undefined;
|
|
4529
4529
|
};
|
|
4530
4530
|
} | {
|
|
4531
4531
|
type: "TEXT";
|
|
@@ -4556,8 +4556,8 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
4556
4556
|
}, {
|
|
4557
4557
|
preference: {
|
|
4558
4558
|
type: "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "TITLE" | "DESCRIPTION" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE";
|
|
4559
|
-
id: string;
|
|
4560
4559
|
userId: string | number;
|
|
4560
|
+
id: string;
|
|
4561
4561
|
enabled: boolean;
|
|
4562
4562
|
testMode: boolean;
|
|
4563
4563
|
parentPreferenceId?: string | null | undefined;
|
|
@@ -4576,8 +4576,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
4576
4576
|
type: "ACTIONS";
|
|
4577
4577
|
data: {
|
|
4578
4578
|
actions: {
|
|
4579
|
-
type: "
|
|
4580
|
-
enabled: boolean;
|
|
4579
|
+
type: "MESSAGE" | "WAIT" | "PRICE_DROP" | "REPUBLISH" | "OFFER_AUTO" | "OFFER_MANUAL" | "WAIT_ADJUST" | "RESTART_LIFECYCLE";
|
|
4581
4580
|
payload: {
|
|
4582
4581
|
type: "EMPTY";
|
|
4583
4582
|
} | {
|
|
@@ -4605,6 +4604,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
4605
4604
|
seconds: number;
|
|
4606
4605
|
};
|
|
4607
4606
|
};
|
|
4607
|
+
enabled: boolean;
|
|
4608
4608
|
mandatory?: boolean | null | undefined;
|
|
4609
4609
|
}[];
|
|
4610
4610
|
maxLaunchesPerDay?: number | null | undefined;
|
|
@@ -4616,8 +4616,8 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
4616
4616
|
} | {
|
|
4617
4617
|
type: "MANUAL";
|
|
4618
4618
|
timeSlots: {
|
|
4619
|
-
itemCount: number;
|
|
4620
4619
|
time: Date;
|
|
4620
|
+
itemCount: number;
|
|
4621
4621
|
}[];
|
|
4622
4622
|
daysOfWeek?: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")[] | null | undefined;
|
|
4623
4623
|
} | null | undefined;
|
|
@@ -4664,16 +4664,16 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
4664
4664
|
type: "TEMPLATE";
|
|
4665
4665
|
data: {
|
|
4666
4666
|
name: string;
|
|
4667
|
-
title?: string | null | undefined;
|
|
4668
|
-
description?: string | null | undefined;
|
|
4669
|
-
salePrice?: number | null | undefined;
|
|
4670
|
-
buyPrice?: number | null | undefined;
|
|
4671
|
-
categoryId?: number | null | undefined;
|
|
4672
4667
|
brand?: string | null | undefined;
|
|
4673
|
-
statusId?: number | null | undefined;
|
|
4674
|
-
sizeId?: number | null | undefined;
|
|
4675
4668
|
colorIds?: number[] | null | undefined;
|
|
4669
|
+
description?: string | null | undefined;
|
|
4676
4670
|
packageSizeId?: number | null | undefined;
|
|
4671
|
+
sizeId?: number | null | undefined;
|
|
4672
|
+
statusId?: number | null | undefined;
|
|
4673
|
+
title?: string | null | undefined;
|
|
4674
|
+
categoryId?: number | null | undefined;
|
|
4675
|
+
salePrice?: number | null | undefined;
|
|
4676
|
+
buyPrice?: number | null | undefined;
|
|
4677
4677
|
};
|
|
4678
4678
|
} | {
|
|
4679
4679
|
type: "TEXT";
|
|
@@ -4718,8 +4718,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
4718
4718
|
type: "ACTIONS";
|
|
4719
4719
|
data: {
|
|
4720
4720
|
actions: {
|
|
4721
|
-
type: "
|
|
4722
|
-
enabled: boolean;
|
|
4721
|
+
type: "MESSAGE" | "WAIT" | "PRICE_DROP" | "REPUBLISH" | "OFFER_AUTO" | "OFFER_MANUAL" | "WAIT_ADJUST" | "RESTART_LIFECYCLE";
|
|
4723
4722
|
payload: {
|
|
4724
4723
|
type: "EMPTY";
|
|
4725
4724
|
} | {
|
|
@@ -4747,6 +4746,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
4747
4746
|
seconds: number;
|
|
4748
4747
|
};
|
|
4749
4748
|
};
|
|
4749
|
+
enabled: boolean;
|
|
4750
4750
|
mandatory?: boolean | null | undefined;
|
|
4751
4751
|
}[];
|
|
4752
4752
|
maxLaunchesPerDay?: number | null | undefined;
|
|
@@ -4758,8 +4758,8 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
4758
4758
|
} | {
|
|
4759
4759
|
type: "MANUAL";
|
|
4760
4760
|
timeSlots: {
|
|
4761
|
-
itemCount: number;
|
|
4762
4761
|
time: Date;
|
|
4762
|
+
itemCount: number;
|
|
4763
4763
|
}[];
|
|
4764
4764
|
daysOfWeek?: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")[] | null | undefined;
|
|
4765
4765
|
} | null | undefined;
|
|
@@ -4806,16 +4806,16 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
4806
4806
|
type: "TEMPLATE";
|
|
4807
4807
|
data: {
|
|
4808
4808
|
name: string;
|
|
4809
|
-
title?: string | null | undefined;
|
|
4810
|
-
description?: string | null | undefined;
|
|
4811
|
-
salePrice?: number | null | undefined;
|
|
4812
|
-
buyPrice?: number | null | undefined;
|
|
4813
|
-
categoryId?: number | null | undefined;
|
|
4814
4809
|
brand?: string | null | undefined;
|
|
4815
|
-
statusId?: number | null | undefined;
|
|
4816
|
-
sizeId?: number | null | undefined;
|
|
4817
4810
|
colorIds?: number[] | null | undefined;
|
|
4811
|
+
description?: string | null | undefined;
|
|
4818
4812
|
packageSizeId?: number | null | undefined;
|
|
4813
|
+
sizeId?: number | null | undefined;
|
|
4814
|
+
statusId?: number | null | undefined;
|
|
4815
|
+
title?: string | null | undefined;
|
|
4816
|
+
categoryId?: number | null | undefined;
|
|
4817
|
+
salePrice?: number | null | undefined;
|
|
4818
|
+
buyPrice?: number | null | undefined;
|
|
4819
4819
|
};
|
|
4820
4820
|
} | {
|
|
4821
4821
|
type: "TEXT";
|
|
@@ -4851,8 +4851,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
4851
4851
|
type: "ACTIONS";
|
|
4852
4852
|
data: {
|
|
4853
4853
|
actions: {
|
|
4854
|
-
type: "
|
|
4855
|
-
enabled: boolean;
|
|
4854
|
+
type: "MESSAGE" | "WAIT" | "PRICE_DROP" | "REPUBLISH" | "OFFER_AUTO" | "OFFER_MANUAL" | "WAIT_ADJUST" | "RESTART_LIFECYCLE";
|
|
4856
4855
|
payload: {
|
|
4857
4856
|
type: "EMPTY";
|
|
4858
4857
|
} | {
|
|
@@ -4880,6 +4879,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
4880
4879
|
seconds: number;
|
|
4881
4880
|
};
|
|
4882
4881
|
};
|
|
4882
|
+
enabled: boolean;
|
|
4883
4883
|
mandatory?: boolean | null | undefined;
|
|
4884
4884
|
}[];
|
|
4885
4885
|
maxLaunchesPerDay?: number | null | undefined;
|
|
@@ -4891,8 +4891,8 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
4891
4891
|
} | {
|
|
4892
4892
|
type: "MANUAL";
|
|
4893
4893
|
timeSlots: {
|
|
4894
|
-
itemCount: number;
|
|
4895
4894
|
time: Date;
|
|
4895
|
+
itemCount: number;
|
|
4896
4896
|
}[];
|
|
4897
4897
|
daysOfWeek?: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")[] | null | undefined;
|
|
4898
4898
|
} | null | undefined;
|
|
@@ -4939,16 +4939,16 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
4939
4939
|
type: "TEMPLATE";
|
|
4940
4940
|
data: {
|
|
4941
4941
|
name: string;
|
|
4942
|
-
title?: string | null | undefined;
|
|
4943
|
-
description?: string | null | undefined;
|
|
4944
|
-
salePrice?: number | null | undefined;
|
|
4945
|
-
buyPrice?: number | null | undefined;
|
|
4946
|
-
categoryId?: number | null | undefined;
|
|
4947
4942
|
brand?: string | null | undefined;
|
|
4948
|
-
statusId?: number | null | undefined;
|
|
4949
|
-
sizeId?: number | null | undefined;
|
|
4950
4943
|
colorIds?: number[] | null | undefined;
|
|
4944
|
+
description?: string | null | undefined;
|
|
4951
4945
|
packageSizeId?: number | null | undefined;
|
|
4946
|
+
sizeId?: number | null | undefined;
|
|
4947
|
+
statusId?: number | null | undefined;
|
|
4948
|
+
title?: string | null | undefined;
|
|
4949
|
+
categoryId?: number | null | undefined;
|
|
4950
|
+
salePrice?: number | null | undefined;
|
|
4951
|
+
buyPrice?: number | null | undefined;
|
|
4952
4952
|
};
|
|
4953
4953
|
} | {
|
|
4954
4954
|
type: "TEXT";
|
|
@@ -4981,8 +4981,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
4981
4981
|
}, "strip", z.ZodTypeAny, {
|
|
4982
4982
|
type: "ITEM" | "CONVERSATION";
|
|
4983
4983
|
actions: {
|
|
4984
|
-
type: "
|
|
4985
|
-
enabled: boolean;
|
|
4984
|
+
type: "MESSAGE" | "WAIT" | "PRICE_DROP" | "REPUBLISH" | "OFFER_AUTO" | "OFFER_MANUAL" | "WAIT_ADJUST" | "RESTART_LIFECYCLE";
|
|
4986
4985
|
payload: {
|
|
4987
4986
|
type: "EMPTY";
|
|
4988
4987
|
} | {
|
|
@@ -5010,13 +5009,14 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
5010
5009
|
seconds: number;
|
|
5011
5010
|
};
|
|
5012
5011
|
};
|
|
5012
|
+
enabled: boolean;
|
|
5013
5013
|
mandatory?: boolean | null | undefined;
|
|
5014
5014
|
}[];
|
|
5015
5015
|
preference: {
|
|
5016
5016
|
preference: {
|
|
5017
5017
|
type: "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "TITLE" | "DESCRIPTION" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE";
|
|
5018
|
-
id: string;
|
|
5019
5018
|
userId: string | number;
|
|
5019
|
+
id: string;
|
|
5020
5020
|
enabled: boolean;
|
|
5021
5021
|
testMode: boolean;
|
|
5022
5022
|
parentPreferenceId?: string | null | undefined;
|
|
@@ -5035,8 +5035,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
5035
5035
|
type: "ACTIONS";
|
|
5036
5036
|
data: {
|
|
5037
5037
|
actions: {
|
|
5038
|
-
type: "
|
|
5039
|
-
enabled: boolean;
|
|
5038
|
+
type: "MESSAGE" | "WAIT" | "PRICE_DROP" | "REPUBLISH" | "OFFER_AUTO" | "OFFER_MANUAL" | "WAIT_ADJUST" | "RESTART_LIFECYCLE";
|
|
5040
5039
|
payload: {
|
|
5041
5040
|
type: "EMPTY";
|
|
5042
5041
|
} | {
|
|
@@ -5064,6 +5063,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
5064
5063
|
seconds: number;
|
|
5065
5064
|
};
|
|
5066
5065
|
};
|
|
5066
|
+
enabled: boolean;
|
|
5067
5067
|
mandatory?: boolean | null | undefined;
|
|
5068
5068
|
}[];
|
|
5069
5069
|
maxLaunchesPerDay?: number | null | undefined;
|
|
@@ -5075,8 +5075,8 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
5075
5075
|
} | {
|
|
5076
5076
|
type: "MANUAL";
|
|
5077
5077
|
timeSlots: {
|
|
5078
|
-
itemCount: number;
|
|
5079
5078
|
time: Date;
|
|
5079
|
+
itemCount: number;
|
|
5080
5080
|
}[];
|
|
5081
5081
|
daysOfWeek?: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")[] | null | undefined;
|
|
5082
5082
|
} | null | undefined;
|
|
@@ -5123,16 +5123,16 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
5123
5123
|
type: "TEMPLATE";
|
|
5124
5124
|
data: {
|
|
5125
5125
|
name: string;
|
|
5126
|
-
title?: string | null | undefined;
|
|
5127
|
-
description?: string | null | undefined;
|
|
5128
|
-
salePrice?: number | null | undefined;
|
|
5129
|
-
buyPrice?: number | null | undefined;
|
|
5130
|
-
categoryId?: number | null | undefined;
|
|
5131
5126
|
brand?: string | null | undefined;
|
|
5132
|
-
statusId?: number | null | undefined;
|
|
5133
|
-
sizeId?: number | null | undefined;
|
|
5134
5127
|
colorIds?: number[] | null | undefined;
|
|
5128
|
+
description?: string | null | undefined;
|
|
5135
5129
|
packageSizeId?: number | null | undefined;
|
|
5130
|
+
sizeId?: number | null | undefined;
|
|
5131
|
+
statusId?: number | null | undefined;
|
|
5132
|
+
title?: string | null | undefined;
|
|
5133
|
+
categoryId?: number | null | undefined;
|
|
5134
|
+
salePrice?: number | null | undefined;
|
|
5135
|
+
buyPrice?: number | null | undefined;
|
|
5136
5136
|
};
|
|
5137
5137
|
} | {
|
|
5138
5138
|
type: "TEXT";
|
|
@@ -5177,8 +5177,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
5177
5177
|
type: "ACTIONS";
|
|
5178
5178
|
data: {
|
|
5179
5179
|
actions: {
|
|
5180
|
-
type: "
|
|
5181
|
-
enabled: boolean;
|
|
5180
|
+
type: "MESSAGE" | "WAIT" | "PRICE_DROP" | "REPUBLISH" | "OFFER_AUTO" | "OFFER_MANUAL" | "WAIT_ADJUST" | "RESTART_LIFECYCLE";
|
|
5182
5181
|
payload: {
|
|
5183
5182
|
type: "EMPTY";
|
|
5184
5183
|
} | {
|
|
@@ -5206,6 +5205,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
5206
5205
|
seconds: number;
|
|
5207
5206
|
};
|
|
5208
5207
|
};
|
|
5208
|
+
enabled: boolean;
|
|
5209
5209
|
mandatory?: boolean | null | undefined;
|
|
5210
5210
|
}[];
|
|
5211
5211
|
maxLaunchesPerDay?: number | null | undefined;
|
|
@@ -5217,8 +5217,8 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
5217
5217
|
} | {
|
|
5218
5218
|
type: "MANUAL";
|
|
5219
5219
|
timeSlots: {
|
|
5220
|
-
itemCount: number;
|
|
5221
5220
|
time: Date;
|
|
5221
|
+
itemCount: number;
|
|
5222
5222
|
}[];
|
|
5223
5223
|
daysOfWeek?: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")[] | null | undefined;
|
|
5224
5224
|
} | null | undefined;
|
|
@@ -5265,16 +5265,16 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
5265
5265
|
type: "TEMPLATE";
|
|
5266
5266
|
data: {
|
|
5267
5267
|
name: string;
|
|
5268
|
-
title?: string | null | undefined;
|
|
5269
|
-
description?: string | null | undefined;
|
|
5270
|
-
salePrice?: number | null | undefined;
|
|
5271
|
-
buyPrice?: number | null | undefined;
|
|
5272
|
-
categoryId?: number | null | undefined;
|
|
5273
5268
|
brand?: string | null | undefined;
|
|
5274
|
-
statusId?: number | null | undefined;
|
|
5275
|
-
sizeId?: number | null | undefined;
|
|
5276
5269
|
colorIds?: number[] | null | undefined;
|
|
5270
|
+
description?: string | null | undefined;
|
|
5277
5271
|
packageSizeId?: number | null | undefined;
|
|
5272
|
+
sizeId?: number | null | undefined;
|
|
5273
|
+
statusId?: number | null | undefined;
|
|
5274
|
+
title?: string | null | undefined;
|
|
5275
|
+
categoryId?: number | null | undefined;
|
|
5276
|
+
salePrice?: number | null | undefined;
|
|
5277
|
+
buyPrice?: number | null | undefined;
|
|
5278
5278
|
};
|
|
5279
5279
|
} | {
|
|
5280
5280
|
type: "TEXT";
|
|
@@ -5310,8 +5310,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
5310
5310
|
type: "ACTIONS";
|
|
5311
5311
|
data: {
|
|
5312
5312
|
actions: {
|
|
5313
|
-
type: "
|
|
5314
|
-
enabled: boolean;
|
|
5313
|
+
type: "MESSAGE" | "WAIT" | "PRICE_DROP" | "REPUBLISH" | "OFFER_AUTO" | "OFFER_MANUAL" | "WAIT_ADJUST" | "RESTART_LIFECYCLE";
|
|
5315
5314
|
payload: {
|
|
5316
5315
|
type: "EMPTY";
|
|
5317
5316
|
} | {
|
|
@@ -5339,6 +5338,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
5339
5338
|
seconds: number;
|
|
5340
5339
|
};
|
|
5341
5340
|
};
|
|
5341
|
+
enabled: boolean;
|
|
5342
5342
|
mandatory?: boolean | null | undefined;
|
|
5343
5343
|
}[];
|
|
5344
5344
|
maxLaunchesPerDay?: number | null | undefined;
|
|
@@ -5350,8 +5350,8 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
5350
5350
|
} | {
|
|
5351
5351
|
type: "MANUAL";
|
|
5352
5352
|
timeSlots: {
|
|
5353
|
-
itemCount: number;
|
|
5354
5353
|
time: Date;
|
|
5354
|
+
itemCount: number;
|
|
5355
5355
|
}[];
|
|
5356
5356
|
daysOfWeek?: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")[] | null | undefined;
|
|
5357
5357
|
} | null | undefined;
|
|
@@ -5398,16 +5398,16 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
5398
5398
|
type: "TEMPLATE";
|
|
5399
5399
|
data: {
|
|
5400
5400
|
name: string;
|
|
5401
|
-
title?: string | null | undefined;
|
|
5402
|
-
description?: string | null | undefined;
|
|
5403
|
-
salePrice?: number | null | undefined;
|
|
5404
|
-
buyPrice?: number | null | undefined;
|
|
5405
|
-
categoryId?: number | null | undefined;
|
|
5406
5401
|
brand?: string | null | undefined;
|
|
5407
|
-
statusId?: number | null | undefined;
|
|
5408
|
-
sizeId?: number | null | undefined;
|
|
5409
5402
|
colorIds?: number[] | null | undefined;
|
|
5403
|
+
description?: string | null | undefined;
|
|
5410
5404
|
packageSizeId?: number | null | undefined;
|
|
5405
|
+
sizeId?: number | null | undefined;
|
|
5406
|
+
statusId?: number | null | undefined;
|
|
5407
|
+
title?: string | null | undefined;
|
|
5408
|
+
categoryId?: number | null | undefined;
|
|
5409
|
+
salePrice?: number | null | undefined;
|
|
5410
|
+
buyPrice?: number | null | undefined;
|
|
5411
5411
|
};
|
|
5412
5412
|
} | {
|
|
5413
5413
|
type: "TEXT";
|
|
@@ -5444,8 +5444,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
5444
5444
|
}, {
|
|
5445
5445
|
type: "ITEM" | "CONVERSATION";
|
|
5446
5446
|
actions: {
|
|
5447
|
-
type: "
|
|
5448
|
-
enabled: boolean;
|
|
5447
|
+
type: "MESSAGE" | "WAIT" | "PRICE_DROP" | "REPUBLISH" | "OFFER_AUTO" | "OFFER_MANUAL" | "WAIT_ADJUST" | "RESTART_LIFECYCLE";
|
|
5449
5448
|
payload: {
|
|
5450
5449
|
type: "EMPTY";
|
|
5451
5450
|
} | {
|
|
@@ -5473,13 +5472,14 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
5473
5472
|
seconds: number;
|
|
5474
5473
|
};
|
|
5475
5474
|
};
|
|
5475
|
+
enabled: boolean;
|
|
5476
5476
|
mandatory?: boolean | null | undefined;
|
|
5477
5477
|
}[];
|
|
5478
5478
|
preference: {
|
|
5479
5479
|
preference: {
|
|
5480
5480
|
type: "NEGOTIATION" | "VISION" | "PHOTO_ADDING" | "TEMPLATE" | "TITLE" | "DESCRIPTION" | "RETRY" | "LIFECYCLE" | "FEES" | "MESSAGES_QUESTIONS" | "MESSAGES_STREAM" | "MESSAGES_STREAM__ON_FAVORITE" | "MESSAGES_STREAM__ON_FAVORITES" | "MESSAGES_STREAM__ON_LOW_OFFER" | "MESSAGES_STREAM__ON_CORRECT_OFFER" | "MESSAGES_STREAM__ON_OFFER_REJECTED" | "MESSAGES_STREAM__ON_LAST_OFFER" | "MESSAGES_STREAM__ON_NO_ANSWER" | "MESSAGES_STREAM__ON_BUYER_PAID" | "MESSAGES_STREAM__ON_ITEM_DELIVERED" | "MESSAGES_STREAM__ON_ITEM_NO_LONGER_AVAILABLE";
|
|
5481
|
-
id: string;
|
|
5482
5481
|
userId: string | number;
|
|
5482
|
+
id: string;
|
|
5483
5483
|
enabled: boolean;
|
|
5484
5484
|
testMode: boolean;
|
|
5485
5485
|
parentPreferenceId?: string | null | undefined;
|
|
@@ -5498,8 +5498,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
5498
5498
|
type: "ACTIONS";
|
|
5499
5499
|
data: {
|
|
5500
5500
|
actions: {
|
|
5501
|
-
type: "
|
|
5502
|
-
enabled: boolean;
|
|
5501
|
+
type: "MESSAGE" | "WAIT" | "PRICE_DROP" | "REPUBLISH" | "OFFER_AUTO" | "OFFER_MANUAL" | "WAIT_ADJUST" | "RESTART_LIFECYCLE";
|
|
5503
5502
|
payload: {
|
|
5504
5503
|
type: "EMPTY";
|
|
5505
5504
|
} | {
|
|
@@ -5527,6 +5526,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
5527
5526
|
seconds: number;
|
|
5528
5527
|
};
|
|
5529
5528
|
};
|
|
5529
|
+
enabled: boolean;
|
|
5530
5530
|
mandatory?: boolean | null | undefined;
|
|
5531
5531
|
}[];
|
|
5532
5532
|
maxLaunchesPerDay?: number | null | undefined;
|
|
@@ -5538,8 +5538,8 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
5538
5538
|
} | {
|
|
5539
5539
|
type: "MANUAL";
|
|
5540
5540
|
timeSlots: {
|
|
5541
|
-
itemCount: number;
|
|
5542
5541
|
time: Date;
|
|
5542
|
+
itemCount: number;
|
|
5543
5543
|
}[];
|
|
5544
5544
|
daysOfWeek?: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")[] | null | undefined;
|
|
5545
5545
|
} | null | undefined;
|
|
@@ -5586,16 +5586,16 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
5586
5586
|
type: "TEMPLATE";
|
|
5587
5587
|
data: {
|
|
5588
5588
|
name: string;
|
|
5589
|
-
title?: string | null | undefined;
|
|
5590
|
-
description?: string | null | undefined;
|
|
5591
|
-
salePrice?: number | null | undefined;
|
|
5592
|
-
buyPrice?: number | null | undefined;
|
|
5593
|
-
categoryId?: number | null | undefined;
|
|
5594
5589
|
brand?: string | null | undefined;
|
|
5595
|
-
statusId?: number | null | undefined;
|
|
5596
|
-
sizeId?: number | null | undefined;
|
|
5597
5590
|
colorIds?: number[] | null | undefined;
|
|
5591
|
+
description?: string | null | undefined;
|
|
5598
5592
|
packageSizeId?: number | null | undefined;
|
|
5593
|
+
sizeId?: number | null | undefined;
|
|
5594
|
+
statusId?: number | null | undefined;
|
|
5595
|
+
title?: string | null | undefined;
|
|
5596
|
+
categoryId?: number | null | undefined;
|
|
5597
|
+
salePrice?: number | null | undefined;
|
|
5598
|
+
buyPrice?: number | null | undefined;
|
|
5599
5599
|
};
|
|
5600
5600
|
} | {
|
|
5601
5601
|
type: "TEXT";
|
|
@@ -5640,8 +5640,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
5640
5640
|
type: "ACTIONS";
|
|
5641
5641
|
data: {
|
|
5642
5642
|
actions: {
|
|
5643
|
-
type: "
|
|
5644
|
-
enabled: boolean;
|
|
5643
|
+
type: "MESSAGE" | "WAIT" | "PRICE_DROP" | "REPUBLISH" | "OFFER_AUTO" | "OFFER_MANUAL" | "WAIT_ADJUST" | "RESTART_LIFECYCLE";
|
|
5645
5644
|
payload: {
|
|
5646
5645
|
type: "EMPTY";
|
|
5647
5646
|
} | {
|
|
@@ -5669,6 +5668,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
5669
5668
|
seconds: number;
|
|
5670
5669
|
};
|
|
5671
5670
|
};
|
|
5671
|
+
enabled: boolean;
|
|
5672
5672
|
mandatory?: boolean | null | undefined;
|
|
5673
5673
|
}[];
|
|
5674
5674
|
maxLaunchesPerDay?: number | null | undefined;
|
|
@@ -5680,8 +5680,8 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
5680
5680
|
} | {
|
|
5681
5681
|
type: "MANUAL";
|
|
5682
5682
|
timeSlots: {
|
|
5683
|
-
itemCount: number;
|
|
5684
5683
|
time: Date;
|
|
5684
|
+
itemCount: number;
|
|
5685
5685
|
}[];
|
|
5686
5686
|
daysOfWeek?: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")[] | null | undefined;
|
|
5687
5687
|
} | null | undefined;
|
|
@@ -5728,16 +5728,16 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
5728
5728
|
type: "TEMPLATE";
|
|
5729
5729
|
data: {
|
|
5730
5730
|
name: string;
|
|
5731
|
-
title?: string | null | undefined;
|
|
5732
|
-
description?: string | null | undefined;
|
|
5733
|
-
salePrice?: number | null | undefined;
|
|
5734
|
-
buyPrice?: number | null | undefined;
|
|
5735
|
-
categoryId?: number | null | undefined;
|
|
5736
5731
|
brand?: string | null | undefined;
|
|
5737
|
-
statusId?: number | null | undefined;
|
|
5738
|
-
sizeId?: number | null | undefined;
|
|
5739
5732
|
colorIds?: number[] | null | undefined;
|
|
5733
|
+
description?: string | null | undefined;
|
|
5740
5734
|
packageSizeId?: number | null | undefined;
|
|
5735
|
+
sizeId?: number | null | undefined;
|
|
5736
|
+
statusId?: number | null | undefined;
|
|
5737
|
+
title?: string | null | undefined;
|
|
5738
|
+
categoryId?: number | null | undefined;
|
|
5739
|
+
salePrice?: number | null | undefined;
|
|
5740
|
+
buyPrice?: number | null | undefined;
|
|
5741
5741
|
};
|
|
5742
5742
|
} | {
|
|
5743
5743
|
type: "TEXT";
|
|
@@ -5773,8 +5773,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
5773
5773
|
type: "ACTIONS";
|
|
5774
5774
|
data: {
|
|
5775
5775
|
actions: {
|
|
5776
|
-
type: "
|
|
5777
|
-
enabled: boolean;
|
|
5776
|
+
type: "MESSAGE" | "WAIT" | "PRICE_DROP" | "REPUBLISH" | "OFFER_AUTO" | "OFFER_MANUAL" | "WAIT_ADJUST" | "RESTART_LIFECYCLE";
|
|
5778
5777
|
payload: {
|
|
5779
5778
|
type: "EMPTY";
|
|
5780
5779
|
} | {
|
|
@@ -5802,6 +5801,7 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
5802
5801
|
seconds: number;
|
|
5803
5802
|
};
|
|
5804
5803
|
};
|
|
5804
|
+
enabled: boolean;
|
|
5805
5805
|
mandatory?: boolean | null | undefined;
|
|
5806
5806
|
}[];
|
|
5807
5807
|
maxLaunchesPerDay?: number | null | undefined;
|
|
@@ -5813,8 +5813,8 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
5813
5813
|
} | {
|
|
5814
5814
|
type: "MANUAL";
|
|
5815
5815
|
timeSlots: {
|
|
5816
|
-
itemCount: number;
|
|
5817
5816
|
time: Date;
|
|
5817
|
+
itemCount: number;
|
|
5818
5818
|
}[];
|
|
5819
5819
|
daysOfWeek?: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")[] | null | undefined;
|
|
5820
5820
|
} | null | undefined;
|
|
@@ -5861,16 +5861,16 @@ export declare const PreferenceNextActionPayloadSchema: z.ZodObject<{
|
|
|
5861
5861
|
type: "TEMPLATE";
|
|
5862
5862
|
data: {
|
|
5863
5863
|
name: string;
|
|
5864
|
-
title?: string | null | undefined;
|
|
5865
|
-
description?: string | null | undefined;
|
|
5866
|
-
salePrice?: number | null | undefined;
|
|
5867
|
-
buyPrice?: number | null | undefined;
|
|
5868
|
-
categoryId?: number | null | undefined;
|
|
5869
5864
|
brand?: string | null | undefined;
|
|
5870
|
-
statusId?: number | null | undefined;
|
|
5871
|
-
sizeId?: number | null | undefined;
|
|
5872
5865
|
colorIds?: number[] | null | undefined;
|
|
5866
|
+
description?: string | null | undefined;
|
|
5873
5867
|
packageSizeId?: number | null | undefined;
|
|
5868
|
+
sizeId?: number | null | undefined;
|
|
5869
|
+
statusId?: number | null | undefined;
|
|
5870
|
+
title?: string | null | undefined;
|
|
5871
|
+
categoryId?: number | null | undefined;
|
|
5872
|
+
salePrice?: number | null | undefined;
|
|
5873
|
+
buyPrice?: number | null | undefined;
|
|
5874
5874
|
};
|
|
5875
5875
|
} | {
|
|
5876
5876
|
type: "TEXT";
|