controlresell 2.8.25 → 2.8.50
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 +5 -7
- package/src/com/controlresell/api/requests/subscriptions/CreateSubscriptionPaymentLinkRequest.d.ts +25 -0
- package/src/com/controlresell/api/requests/subscriptions/CreateSubscriptionPaymentLinkRequest.d.ts.map +1 -0
- package/src/com/controlresell/api/requests/subscriptions/CreateSubscriptionPaymentLinkRequest.js +9 -0
- package/src/com/controlresell/api/requests/subscriptions/CreateSubscriptionPaymentLinkRequest.js.map +1 -0
- package/src/com/controlresell/api/requests/subscriptions/CreateSubscriptionPaymentLinkRequest.ts +7 -0
- package/src/com/controlresell/api/requests/subscriptions/SubscriptionLevelQuantity.d.ts +13 -0
- package/src/com/controlresell/api/requests/subscriptions/SubscriptionLevelQuantity.d.ts.map +1 -0
- package/src/com/controlresell/api/requests/subscriptions/SubscriptionLevelQuantity.js +9 -0
- package/src/com/controlresell/api/requests/subscriptions/SubscriptionLevelQuantity.js.map +1 -0
- package/src/com/controlresell/api/requests/subscriptions/SubscriptionLevelQuantity.ts +7 -0
- package/src/com/controlresell/api/responses/subscriptions/SubscriptionLevelResponse.d.ts +19 -0
- package/src/com/controlresell/api/responses/subscriptions/SubscriptionLevelResponse.d.ts.map +1 -0
- package/src/com/controlresell/api/responses/subscriptions/SubscriptionLevelResponse.js +11 -0
- package/src/com/controlresell/api/responses/subscriptions/SubscriptionLevelResponse.js.map +1 -0
- package/src/com/controlresell/api/responses/subscriptions/SubscriptionLevelResponse.ts +9 -0
- package/src/com/controlresell/api/responses/subscriptions/SubscriptionLevelsResponse.d.ts +35 -0
- package/src/com/controlresell/api/responses/subscriptions/SubscriptionLevelsResponse.d.ts.map +1 -0
- package/src/com/controlresell/api/responses/subscriptions/SubscriptionLevelsResponse.js +9 -0
- package/src/com/controlresell/api/responses/subscriptions/SubscriptionLevelsResponse.js.map +1 -0
- package/src/com/controlresell/api/responses/subscriptions/SubscriptionLevelsResponse.ts +7 -0
- package/src/com/controlresell/api/responses/subscriptions/SubscriptionPaymentLinkResponse.d.ts +10 -0
- package/src/com/controlresell/api/responses/subscriptions/SubscriptionPaymentLinkResponse.d.ts.map +1 -0
- package/src/com/controlresell/api/responses/subscriptions/SubscriptionPaymentLinkResponse.js +8 -0
- package/src/com/controlresell/api/responses/subscriptions/SubscriptionPaymentLinkResponse.js.map +1 -0
- package/src/com/controlresell/api/responses/subscriptions/SubscriptionPaymentLinkResponse.ts +6 -0
- package/src/com/controlresell/auth/models/preferences/CreatePreferencePayload.d.ts +19 -0
- package/src/com/controlresell/auth/models/preferences/CreatePreferencePayload.d.ts.map +1 -0
- package/src/com/controlresell/auth/models/preferences/CreatePreferencePayload.js +12 -0
- package/src/com/controlresell/auth/models/preferences/CreatePreferencePayload.js.map +1 -0
- package/src/com/controlresell/auth/models/preferences/CreatePreferencePayload.ts +10 -0
- package/src/com/controlresell/auth/models/preferences/Preference.d.ts +1620 -0
- package/src/com/controlresell/auth/models/preferences/Preference.d.ts.map +1 -0
- package/src/com/controlresell/auth/models/preferences/Preference.js +17 -0
- package/src/com/controlresell/auth/models/preferences/Preference.js.map +1 -0
- package/src/com/controlresell/auth/models/preferences/Preference.ts +15 -0
- package/src/com/controlresell/auth/models/preferences/PreferenceFilter.d.ts +137 -0
- package/src/com/controlresell/auth/models/preferences/PreferenceFilter.d.ts.map +1 -0
- package/src/com/controlresell/auth/models/preferences/PreferenceFilter.js +13 -0
- package/src/com/controlresell/auth/models/preferences/PreferenceFilter.js.map +1 -0
- package/src/com/controlresell/auth/models/preferences/PreferenceFilter.ts +11 -0
- package/src/com/controlresell/auth/models/preferences/PreferenceType.d.ts +4 -0
- package/src/com/controlresell/auth/models/preferences/PreferenceType.d.ts.map +1 -0
- package/src/com/controlresell/auth/models/preferences/PreferenceType.js +8 -0
- package/src/com/controlresell/auth/models/preferences/PreferenceType.js.map +1 -0
- package/src/com/controlresell/auth/models/preferences/PreferenceType.ts +6 -0
- package/src/com/controlresell/auth/models/preferences/PreferenceWithCase.d.ts +4805 -0
- package/src/com/controlresell/auth/models/preferences/PreferenceWithCase.d.ts.map +1 -0
- package/src/com/controlresell/auth/models/preferences/PreferenceWithCase.js +13 -0
- package/src/com/controlresell/auth/models/preferences/PreferenceWithCase.js.map +1 -0
- package/src/com/controlresell/auth/models/preferences/PreferenceWithCase.ts +11 -0
- package/src/com/controlresell/auth/models/preferences/PreferenceWithChildren.d.ts +3536 -0
- package/src/com/controlresell/auth/models/preferences/PreferenceWithChildren.d.ts.map +1 -0
- package/src/com/controlresell/auth/models/preferences/PreferenceWithChildren.js +9 -0
- package/src/com/controlresell/auth/models/preferences/PreferenceWithChildren.js.map +1 -0
- package/src/com/controlresell/auth/models/preferences/PreferenceWithChildren.ts +8 -0
- package/src/com/controlresell/auth/models/preferences/UpdatePreferencePayload.d.ts +13 -0
- package/src/com/controlresell/auth/models/preferences/UpdatePreferencePayload.d.ts.map +1 -0
- package/src/com/controlresell/auth/models/preferences/UpdatePreferencePayload.js +9 -0
- package/src/com/controlresell/auth/models/preferences/UpdatePreferencePayload.js.map +1 -0
- package/src/com/controlresell/auth/models/preferences/UpdatePreferencePayload.ts +7 -0
- package/src/com/controlresell/auth/models/preferences/cases/CreatePreferenceCasePayload.d.ts +1300 -0
- package/src/com/controlresell/auth/models/preferences/cases/CreatePreferenceCasePayload.d.ts.map +1 -0
- package/src/com/controlresell/auth/models/preferences/cases/CreatePreferenceCasePayload.js +14 -0
- package/src/com/controlresell/auth/models/preferences/cases/CreatePreferenceCasePayload.js.map +1 -0
- package/src/com/controlresell/auth/models/preferences/cases/CreatePreferenceCasePayload.ts +12 -0
- package/src/com/controlresell/auth/models/preferences/cases/PartialPreferenceCasePayload.d.ts +1297 -0
- package/src/com/controlresell/auth/models/preferences/cases/PartialPreferenceCasePayload.d.ts.map +1 -0
- package/src/com/controlresell/auth/models/preferences/cases/PartialPreferenceCasePayload.js +13 -0
- package/src/com/controlresell/auth/models/preferences/cases/PartialPreferenceCasePayload.js.map +1 -0
- package/src/com/controlresell/auth/models/preferences/cases/PartialPreferenceCasePayload.ts +11 -0
- package/src/com/controlresell/auth/models/preferences/cases/PreferenceCase.d.ts +1316 -0
- package/src/com/controlresell/auth/models/preferences/cases/PreferenceCase.d.ts.map +1 -0
- package/src/com/controlresell/auth/models/preferences/cases/PreferenceCase.js +16 -0
- package/src/com/controlresell/auth/models/preferences/cases/PreferenceCase.js.map +1 -0
- package/src/com/controlresell/auth/models/preferences/cases/PreferenceCase.ts +14 -0
- package/src/com/controlresell/auth/models/preferences/cases/UpdatePreferenceCasePayload.d.ts +19 -0
- package/src/com/controlresell/auth/models/preferences/cases/UpdatePreferenceCasePayload.d.ts.map +1 -0
- package/src/com/controlresell/auth/models/preferences/cases/UpdatePreferenceCasePayload.js +11 -0
- package/src/com/controlresell/auth/models/preferences/cases/UpdatePreferenceCasePayload.js.map +1 -0
- package/src/com/controlresell/auth/models/preferences/cases/UpdatePreferenceCasePayload.ts +9 -0
- package/src/com/controlresell/auth/models/preferences/filters/MatchingItem.d.ts +31 -0
- package/src/com/controlresell/auth/models/preferences/filters/MatchingItem.d.ts.map +1 -0
- package/src/com/controlresell/auth/models/preferences/filters/MatchingItem.js +16 -0
- package/src/com/controlresell/auth/models/preferences/filters/MatchingItem.js.map +1 -0
- package/src/com/controlresell/auth/models/preferences/filters/MatchingItem.ts +14 -0
- package/src/com/controlresell/auth/models/preferences/filters/TransactionType.d.ts +4 -0
- package/src/com/controlresell/auth/models/preferences/filters/TransactionType.d.ts.map +1 -0
- package/src/com/controlresell/auth/models/preferences/filters/TransactionType.js +8 -0
- package/src/com/controlresell/auth/models/preferences/filters/TransactionType.js.map +1 -0
- package/src/com/controlresell/auth/models/preferences/filters/TransactionType.ts +6 -0
- package/src/com/controlresell/auth/models/preferences/payloads/actions/AutomaticLifecycleDistributionMode.d.ts +16 -0
- package/src/com/controlresell/auth/models/preferences/payloads/actions/AutomaticLifecycleDistributionMode.d.ts.map +1 -0
- package/src/com/controlresell/auth/models/preferences/payloads/actions/AutomaticLifecycleDistributionMode.js +18 -0
- package/src/com/controlresell/auth/models/preferences/payloads/actions/AutomaticLifecycleDistributionMode.js.map +1 -0
- package/src/com/controlresell/auth/models/preferences/payloads/actions/AutomaticLifecycleDistributionMode.ts +18 -0
- package/src/com/controlresell/auth/models/preferences/payloads/actions/LifecycleDistributionMode.d.ts +92 -0
- package/src/com/controlresell/auth/models/preferences/payloads/actions/LifecycleDistributionMode.d.ts.map +1 -0
- package/src/com/controlresell/auth/models/preferences/payloads/actions/LifecycleDistributionMode.js +37 -0
- package/src/com/controlresell/auth/models/preferences/payloads/actions/LifecycleDistributionMode.js.map +1 -0
- package/src/com/controlresell/auth/models/preferences/payloads/actions/LifecycleDistributionMode.ts +43 -0
- package/src/com/controlresell/auth/models/preferences/payloads/actions/LifecycleTimeSlot.d.ts +13 -0
- package/src/com/controlresell/auth/models/preferences/payloads/actions/LifecycleTimeSlot.d.ts.map +1 -0
- package/src/com/controlresell/auth/models/preferences/payloads/actions/LifecycleTimeSlot.js +9 -0
- package/src/com/controlresell/auth/models/preferences/payloads/actions/LifecycleTimeSlot.js.map +1 -0
- package/src/com/controlresell/auth/models/preferences/payloads/actions/LifecycleTimeSlot.ts +7 -0
- package/src/com/controlresell/auth/models/preferences/payloads/actions/ManualLifecycleDistributionMode.d.ts +28 -0
- package/src/com/controlresell/auth/models/preferences/payloads/actions/ManualLifecycleDistributionMode.d.ts.map +1 -0
- package/src/com/controlresell/auth/models/preferences/payloads/actions/ManualLifecycleDistributionMode.js +18 -0
- package/src/com/controlresell/auth/models/preferences/payloads/actions/ManualLifecycleDistributionMode.js.map +1 -0
- package/src/com/controlresell/auth/models/preferences/payloads/actions/ManualLifecycleDistributionMode.ts +18 -0
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionPayload.d.ts +173 -0
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionPayload.d.ts.map +1 -0
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionPayload.js +13 -0
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionPayload.js.map +1 -0
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionPayload.ts +11 -0
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionPayloadDecodedPayload.d.ts +218 -0
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionPayloadDecodedPayload.d.ts.map +1 -0
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionPayloadDecodedPayload.js +35 -0
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionPayloadDecodedPayload.js.map +1 -0
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionPayloadDecodedPayload.ts +43 -0
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionPayloadType.d.ts +4 -0
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionPayloadType.d.ts.map +1 -0
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionPayloadType.js +8 -0
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionPayloadType.js.map +1 -0
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionPayloadType.ts +6 -0
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionsPayload.d.ts +319 -0
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionsPayload.d.ts.map +1 -0
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionsPayload.js +14 -0
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionsPayload.js.map +1 -0
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionsPayload.ts +12 -0
- package/src/com/controlresell/auth/models/preferences/payloads/fees/PreferenceFeesPayload.d.ts +25 -0
- package/src/com/controlresell/auth/models/preferences/payloads/fees/PreferenceFeesPayload.d.ts.map +1 -0
- package/src/com/controlresell/auth/models/preferences/payloads/fees/PreferenceFeesPayload.js +9 -0
- package/src/com/controlresell/auth/models/preferences/payloads/fees/PreferenceFeesPayload.js.map +1 -0
- package/src/com/controlresell/auth/models/preferences/payloads/fees/PreferenceFeesPayload.ts +7 -0
- package/src/com/controlresell/auth/models/preferences/payloads/fees/PreferenceFeesPayloadFee.d.ts +13 -0
- package/src/com/controlresell/auth/models/preferences/payloads/fees/PreferenceFeesPayloadFee.d.ts.map +1 -0
- package/src/com/controlresell/auth/models/preferences/payloads/fees/PreferenceFeesPayloadFee.js +9 -0
- package/src/com/controlresell/auth/models/preferences/payloads/fees/PreferenceFeesPayloadFee.js.map +1 -0
- package/src/com/controlresell/auth/models/preferences/payloads/fees/PreferenceFeesPayloadFee.ts +7 -0
- package/src/com/controlresell/auth/models/preferences/payloads/prices/PreferencePricePayload.d.ts +22 -0
- package/src/com/controlresell/auth/models/preferences/payloads/prices/PreferencePricePayload.d.ts.map +1 -0
- package/src/com/controlresell/auth/models/preferences/payloads/prices/PreferencePricePayload.js +14 -0
- package/src/com/controlresell/auth/models/preferences/payloads/prices/PreferencePricePayload.js.map +1 -0
- package/src/com/controlresell/auth/models/preferences/payloads/prices/PreferencePricePayload.ts +12 -0
- package/src/com/controlresell/auth/models/preferences/payloads/prices/PreferencePricePayloadRoundType.d.ts +4 -0
- package/src/com/controlresell/auth/models/preferences/payloads/prices/PreferencePricePayloadRoundType.d.ts.map +1 -0
- package/src/com/controlresell/auth/models/preferences/payloads/prices/PreferencePricePayloadRoundType.js +8 -0
- package/src/com/controlresell/auth/models/preferences/payloads/prices/PreferencePricePayloadRoundType.js.map +1 -0
- package/src/com/controlresell/auth/models/preferences/payloads/prices/PreferencePricePayloadRoundType.ts +6 -0
- package/src/com/controlresell/auth/models/preferences/payloads/prices/PreferencePricePayloadType.d.ts +4 -0
- package/src/com/controlresell/auth/models/preferences/payloads/prices/PreferencePricePayloadType.d.ts.map +1 -0
- package/src/com/controlresell/auth/models/preferences/payloads/prices/PreferencePricePayloadType.js +8 -0
- package/src/com/controlresell/auth/models/preferences/payloads/prices/PreferencePricePayloadType.js.map +1 -0
- package/src/com/controlresell/auth/models/preferences/payloads/prices/PreferencePricePayloadType.ts +6 -0
- package/src/com/controlresell/auth/models/preferences/payloads/questions/PreferenceQuestionItemPayload.d.ts +16 -0
- package/src/com/controlresell/auth/models/preferences/payloads/questions/PreferenceQuestionItemPayload.d.ts.map +1 -0
- package/src/com/controlresell/auth/models/preferences/payloads/questions/PreferenceQuestionItemPayload.js +10 -0
- package/src/com/controlresell/auth/models/preferences/payloads/questions/PreferenceQuestionItemPayload.js.map +1 -0
- package/src/com/controlresell/auth/models/preferences/payloads/questions/PreferenceQuestionItemPayload.ts +8 -0
- package/src/com/controlresell/auth/models/preferences/payloads/questions/PreferenceQuestionsPayload.d.ts +30 -0
- package/src/com/controlresell/auth/models/preferences/payloads/questions/PreferenceQuestionsPayload.d.ts.map +1 -0
- package/src/com/controlresell/auth/models/preferences/payloads/questions/PreferenceQuestionsPayload.js +9 -0
- package/src/com/controlresell/auth/models/preferences/payloads/questions/PreferenceQuestionsPayload.js.map +1 -0
- package/src/com/controlresell/auth/models/preferences/payloads/questions/PreferenceQuestionsPayload.ts +7 -0
- package/src/com/controlresell/auth/models/preferences/payloads/retry/PreferenceRetryPayload.d.ts +19 -0
- package/src/com/controlresell/auth/models/preferences/payloads/retry/PreferenceRetryPayload.d.ts.map +1 -0
- package/src/com/controlresell/auth/models/preferences/payloads/retry/PreferenceRetryPayload.js +12 -0
- package/src/com/controlresell/auth/models/preferences/payloads/retry/PreferenceRetryPayload.js.map +1 -0
- package/src/com/controlresell/auth/models/preferences/payloads/retry/PreferenceRetryPayload.ts +10 -0
- package/src/com/controlresell/auth/models/preferences/payloads/retry/RetryDelayStrategy.d.ts +4 -0
- package/src/com/controlresell/auth/models/preferences/payloads/retry/RetryDelayStrategy.d.ts.map +1 -0
- package/src/com/controlresell/auth/models/preferences/payloads/retry/RetryDelayStrategy.js +8 -0
- package/src/com/controlresell/auth/models/preferences/payloads/retry/RetryDelayStrategy.js.map +1 -0
- package/src/com/controlresell/auth/models/preferences/payloads/retry/RetryDelayStrategy.ts +6 -0
- package/src/com/controlresell/auth/models/preferences/payloads/templates/PreferenceTemplatePayload.d.ts +40 -0
- package/src/com/controlresell/auth/models/preferences/payloads/templates/PreferenceTemplatePayload.d.ts.map +1 -0
- package/src/com/controlresell/auth/models/preferences/payloads/templates/PreferenceTemplatePayload.js +18 -0
- package/src/com/controlresell/auth/models/preferences/payloads/templates/PreferenceTemplatePayload.js.map +1 -0
- package/src/com/controlresell/auth/models/preferences/payloads/templates/PreferenceTemplatePayload.ts +16 -0
- package/src/com/controlresell/auth/models/preferences/payloads/texts/PreferenceTextPayload.d.ts +10 -0
- package/src/com/controlresell/auth/models/preferences/payloads/texts/PreferenceTextPayload.d.ts.map +1 -0
- package/src/com/controlresell/auth/models/preferences/payloads/texts/PreferenceTextPayload.js +8 -0
- package/src/com/controlresell/auth/models/preferences/payloads/texts/PreferenceTextPayload.js.map +1 -0
- package/src/com/controlresell/auth/models/preferences/payloads/texts/PreferenceTextPayload.ts +6 -0
- package/src/com/controlresell/auth/models/preferences/payloads/texts/PreferenceTextsPayload.d.ts +10 -0
- package/src/com/controlresell/auth/models/preferences/payloads/texts/PreferenceTextsPayload.d.ts.map +1 -0
- package/src/com/controlresell/auth/models/preferences/payloads/texts/PreferenceTextsPayload.js +8 -0
- package/src/com/controlresell/auth/models/preferences/payloads/texts/PreferenceTextsPayload.js.map +1 -0
- package/src/com/controlresell/auth/models/preferences/payloads/texts/PreferenceTextsPayload.ts +6 -0
- package/src/com/controlresell/auth/models/preferences/payloads/vision/PreferenceVisionPayload.d.ts +46 -0
- package/src/com/controlresell/auth/models/preferences/payloads/vision/PreferenceVisionPayload.d.ts.map +1 -0
- package/src/com/controlresell/auth/models/preferences/payloads/vision/PreferenceVisionPayload.js +20 -0
- package/src/com/controlresell/auth/models/preferences/payloads/vision/PreferenceVisionPayload.js.map +1 -0
- package/src/com/controlresell/auth/models/preferences/payloads/vision/PreferenceVisionPayload.ts +18 -0
- package/src/com/controlresell/auth/models/preferences/payloads/vision/TryVisionPayload.d.ts +83 -0
- package/src/com/controlresell/auth/models/preferences/payloads/vision/TryVisionPayload.d.ts.map +1 -0
- package/src/com/controlresell/auth/models/preferences/payloads/vision/TryVisionPayload.js +10 -0
- package/src/com/controlresell/auth/models/preferences/payloads/vision/TryVisionPayload.js.map +1 -0
- package/src/com/controlresell/auth/models/preferences/payloads/vision/TryVisionPayload.ts +8 -0
- package/src/com/controlresell/auth/models/preferences/payloads/wait/PreferenceWaitPayload.d.ts +10 -0
- package/src/com/controlresell/auth/models/preferences/payloads/wait/PreferenceWaitPayload.d.ts.map +1 -0
- package/src/com/controlresell/auth/models/preferences/payloads/wait/PreferenceWaitPayload.js +8 -0
- package/src/com/controlresell/auth/models/preferences/payloads/wait/PreferenceWaitPayload.js.map +1 -0
- package/src/com/controlresell/auth/models/preferences/payloads/wait/PreferenceWaitPayload.ts +6 -0
- package/src/com/controlresell/auth/models/preferences/queue/PreferenceNextActionPayload.d.ts +5909 -0
- package/src/com/controlresell/auth/models/preferences/queue/PreferenceNextActionPayload.d.ts.map +1 -0
- package/src/com/controlresell/auth/models/preferences/queue/PreferenceNextActionPayload.js +18 -0
- package/src/com/controlresell/auth/models/preferences/queue/PreferenceNextActionPayload.js.map +1 -0
- package/src/com/controlresell/auth/models/preferences/queue/PreferenceNextActionPayload.ts +16 -0
- package/src/com/controlresell/auth/models/preferences/queue/PreferenceNextActionPayloadType.d.ts +4 -0
- package/src/com/controlresell/auth/models/preferences/queue/PreferenceNextActionPayloadType.d.ts.map +1 -0
- package/src/com/controlresell/auth/models/preferences/queue/PreferenceNextActionPayloadType.js +8 -0
- package/src/com/controlresell/auth/models/preferences/queue/PreferenceNextActionPayloadType.js.map +1 -0
- package/src/com/controlresell/auth/models/preferences/queue/PreferenceNextActionPayloadType.ts +6 -0
- package/src/com/controlresell/auth/models/preferences/variants/PartialPreferenceCaseVariantPayload.d.ts +1021 -0
- package/src/com/controlresell/auth/models/preferences/variants/PartialPreferenceCaseVariantPayload.d.ts.map +1 -0
- package/src/com/controlresell/auth/models/preferences/variants/PartialPreferenceCaseVariantPayload.js +11 -0
- package/src/com/controlresell/auth/models/preferences/variants/PartialPreferenceCaseVariantPayload.js.map +1 -0
- package/src/com/controlresell/auth/models/preferences/variants/PartialPreferenceCaseVariantPayload.ts +9 -0
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariant.d.ts +1027 -0
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariant.d.ts.map +1 -0
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariant.js +13 -0
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariant.js.map +1 -0
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariant.ts +11 -0
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariantDecodedPayload.d.ts +1532 -0
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariantDecodedPayload.d.ts.map +1 -0
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariantDecodedPayload.js +59 -0
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariantDecodedPayload.js.map +1 -0
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariantDecodedPayload.ts +75 -0
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariantPayload.d.ts +1021 -0
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariantPayload.d.ts.map +1 -0
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariantPayload.js +11 -0
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariantPayload.js.map +1 -0
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariantPayload.ts +9 -0
- package/src/com/controlresell/auth/models/users/platforms/CreateUserOnPlatformPayload.d.ts +16 -0
- package/src/com/controlresell/auth/models/users/platforms/CreateUserOnPlatformPayload.d.ts.map +1 -0
- package/src/com/controlresell/auth/models/users/platforms/CreateUserOnPlatformPayload.js +11 -0
- package/src/com/controlresell/auth/models/users/platforms/CreateUserOnPlatformPayload.js.map +1 -0
- package/src/com/controlresell/auth/models/users/platforms/CreateUserOnPlatformPayload.ts +9 -0
- package/src/com/controlresell/auth/models/users/platforms/UpdateUserOnPlatformPayload.d.ts +37 -0
- package/src/com/controlresell/auth/models/users/platforms/UpdateUserOnPlatformPayload.d.ts.map +1 -0
- package/src/com/controlresell/auth/models/users/platforms/UpdateUserOnPlatformPayload.js +14 -0
- package/src/com/controlresell/auth/models/users/platforms/UpdateUserOnPlatformPayload.js.map +1 -0
- package/src/com/controlresell/auth/models/users/platforms/UpdateUserOnPlatformPayload.ts +12 -0
- package/src/com/controlresell/auth/models/users/platforms/UserOnPlatform.d.ts +52 -0
- package/src/com/controlresell/auth/models/users/platforms/UserOnPlatform.d.ts.map +1 -0
- package/src/com/controlresell/auth/models/users/platforms/UserOnPlatform.js +21 -0
- package/src/com/controlresell/auth/models/users/platforms/UserOnPlatform.js.map +1 -0
- package/src/com/controlresell/auth/models/users/platforms/UserOnPlatform.ts +19 -0
- package/src/com/controlresell/auth/models/users/platforms/UserOnPlatformStatus.d.ts +4 -0
- package/src/com/controlresell/auth/models/users/platforms/UserOnPlatformStatus.d.ts.map +1 -0
- package/src/com/controlresell/auth/models/users/platforms/UserOnPlatformStatus.js +8 -0
- package/src/com/controlresell/auth/models/users/platforms/UserOnPlatformStatus.js.map +1 -0
- package/src/com/controlresell/auth/models/users/platforms/UserOnPlatformStatus.ts +6 -0
- package/src/com/controlresell/inbox/models/application/ControlResellInboxEnvironment.d.ts +4 -0
- package/src/com/controlresell/inbox/models/application/ControlResellInboxEnvironment.d.ts.map +1 -0
- package/src/com/controlresell/inbox/models/application/ControlResellInboxEnvironment.js +8 -0
- package/src/com/controlresell/inbox/models/application/ControlResellInboxEnvironment.js.map +1 -0
- package/src/com/controlresell/inbox/models/application/ControlResellInboxEnvironment.ts +6 -0
- package/src/com/controlresell/inbox/models/conversations/Conversation.d.ts +487 -0
- package/src/com/controlresell/inbox/models/conversations/Conversation.d.ts.map +1 -0
- package/src/com/controlresell/inbox/models/conversations/Conversation.js +19 -0
- package/src/com/controlresell/inbox/models/conversations/Conversation.js.map +1 -0
- package/src/com/controlresell/inbox/models/conversations/Conversation.ts +17 -0
- package/src/com/controlresell/inbox/models/conversations/ConversationFiltersContext.d.ts +22 -0
- package/src/com/controlresell/inbox/models/conversations/ConversationFiltersContext.d.ts.map +1 -0
- package/src/com/controlresell/inbox/models/conversations/ConversationFiltersContext.js +13 -0
- package/src/com/controlresell/inbox/models/conversations/ConversationFiltersContext.js.map +1 -0
- package/src/com/controlresell/inbox/models/conversations/ConversationFiltersContext.ts +11 -0
- package/src/com/controlresell/inbox/models/conversations/ConversationOnPlatformUpdateRequest.d.ts +902 -0
- package/src/com/controlresell/inbox/models/conversations/ConversationOnPlatformUpdateRequest.d.ts.map +1 -0
- package/src/com/controlresell/inbox/models/conversations/ConversationOnPlatformUpdateRequest.js +11 -0
- package/src/com/controlresell/inbox/models/conversations/ConversationOnPlatformUpdateRequest.js.map +1 -0
- package/src/com/controlresell/inbox/models/conversations/ConversationOnPlatformUpdateRequest.ts +9 -0
- package/src/com/controlresell/inbox/models/conversations/ConversationUpdate.d.ts +950 -0
- package/src/com/controlresell/inbox/models/conversations/ConversationUpdate.d.ts.map +1 -0
- package/src/com/controlresell/inbox/models/conversations/ConversationUpdate.js +13 -0
- package/src/com/controlresell/inbox/models/conversations/ConversationUpdate.js.map +1 -0
- package/src/com/controlresell/inbox/models/conversations/ConversationUpdate.ts +11 -0
- package/src/com/controlresell/inbox/models/conversations/CreateConversationPayload.d.ts +13 -0
- package/src/com/controlresell/inbox/models/conversations/CreateConversationPayload.d.ts.map +1 -0
- package/src/com/controlresell/inbox/models/conversations/CreateConversationPayload.js +9 -0
- package/src/com/controlresell/inbox/models/conversations/CreateConversationPayload.js.map +1 -0
- package/src/com/controlresell/inbox/models/conversations/CreateConversationPayload.ts +7 -0
- package/src/com/controlresell/inbox/models/conversations/UnreadConversationsCounts.d.ts +13 -0
- package/src/com/controlresell/inbox/models/conversations/UnreadConversationsCounts.d.ts.map +1 -0
- package/src/com/controlresell/inbox/models/conversations/UnreadConversationsCounts.js +9 -0
- package/src/com/controlresell/inbox/models/conversations/UnreadConversationsCounts.js.map +1 -0
- package/src/com/controlresell/inbox/models/conversations/UnreadConversationsCounts.ts +7 -0
- package/src/com/controlresell/inbox/models/conversations/UpdateConversationPayload.d.ts +16 -0
- package/src/com/controlresell/inbox/models/conversations/UpdateConversationPayload.d.ts.map +1 -0
- package/src/com/controlresell/inbox/models/conversations/UpdateConversationPayload.js +10 -0
- package/src/com/controlresell/inbox/models/conversations/UpdateConversationPayload.js.map +1 -0
- package/src/com/controlresell/inbox/models/conversations/UpdateConversationPayload.ts +8 -0
- package/src/com/controlresell/inbox/models/conversations/UserConversations.d.ts +689 -0
- package/src/com/controlresell/inbox/models/conversations/UserConversations.d.ts.map +1 -0
- package/src/com/controlresell/inbox/models/conversations/UserConversations.js +15 -0
- package/src/com/controlresell/inbox/models/conversations/UserConversations.js.map +1 -0
- package/src/com/controlresell/inbox/models/conversations/UserConversations.ts +13 -0
- package/src/com/controlresell/inbox/models/favorites/ConversationFavorite.d.ts +110 -0
- package/src/com/controlresell/inbox/models/favorites/ConversationFavorite.d.ts.map +1 -0
- package/src/com/controlresell/inbox/models/favorites/ConversationFavorite.js +17 -0
- package/src/com/controlresell/inbox/models/favorites/ConversationFavorite.js.map +1 -0
- package/src/com/controlresell/inbox/models/favorites/ConversationFavorite.ts +15 -0
- package/src/com/controlresell/inbox/models/favorites/CreateConversationFavoritePayload.d.ts +19 -0
- package/src/com/controlresell/inbox/models/favorites/CreateConversationFavoritePayload.d.ts.map +1 -0
- package/src/com/controlresell/inbox/models/favorites/CreateConversationFavoritePayload.js +11 -0
- package/src/com/controlresell/inbox/models/favorites/CreateConversationFavoritePayload.js.map +1 -0
- package/src/com/controlresell/inbox/models/favorites/CreateConversationFavoritePayload.ts +9 -0
- package/src/com/controlresell/inbox/models/favorites/ReportRateLimitOnFavorites.d.ts +164 -0
- package/src/com/controlresell/inbox/models/favorites/ReportRateLimitOnFavorites.d.ts.map +1 -0
- package/src/com/controlresell/inbox/models/favorites/ReportRateLimitOnFavorites.js +9 -0
- package/src/com/controlresell/inbox/models/favorites/ReportRateLimitOnFavorites.js.map +1 -0
- package/src/com/controlresell/inbox/models/favorites/ReportRateLimitOnFavorites.ts +7 -0
- package/src/com/controlresell/inbox/models/favorites/SubmitFavoritesRequest.d.ts +41 -0
- package/src/com/controlresell/inbox/models/favorites/SubmitFavoritesRequest.d.ts.map +1 -0
- package/src/com/controlresell/inbox/models/favorites/SubmitFavoritesRequest.js +11 -0
- package/src/com/controlresell/inbox/models/favorites/SubmitFavoritesRequest.js.map +1 -0
- package/src/com/controlresell/inbox/models/favorites/SubmitFavoritesRequest.ts +9 -0
- package/src/com/controlresell/inbox/models/favorites/SubmitFavoritesResponse.d.ts +164 -0
- package/src/com/controlresell/inbox/models/favorites/SubmitFavoritesResponse.d.ts.map +1 -0
- package/src/com/controlresell/inbox/models/favorites/SubmitFavoritesResponse.js +9 -0
- package/src/com/controlresell/inbox/models/favorites/SubmitFavoritesResponse.js.map +1 -0
- package/src/com/controlresell/inbox/models/favorites/SubmitFavoritesResponse.ts +7 -0
- package/src/com/controlresell/inbox/models/messages/ConversationMessage.d.ts +203 -0
- package/src/com/controlresell/inbox/models/messages/ConversationMessage.d.ts.map +1 -0
- package/src/com/controlresell/inbox/models/messages/ConversationMessage.js +27 -0
- package/src/com/controlresell/inbox/models/messages/ConversationMessage.js.map +1 -0
- package/src/com/controlresell/inbox/models/messages/ConversationMessage.ts +25 -0
- package/src/com/controlresell/inbox/models/messages/ConversationMessageRequest.d.ts +19 -0
- package/src/com/controlresell/inbox/models/messages/ConversationMessageRequest.d.ts.map +1 -0
- package/src/com/controlresell/inbox/models/messages/ConversationMessageRequest.js +12 -0
- package/src/com/controlresell/inbox/models/messages/ConversationMessageRequest.js.map +1 -0
- package/src/com/controlresell/inbox/models/messages/ConversationMessageRequest.ts +10 -0
- package/src/com/controlresell/inbox/models/messages/ConversationMessageStatus.d.ts +4 -0
- package/src/com/controlresell/inbox/models/messages/ConversationMessageStatus.d.ts.map +1 -0
- package/src/com/controlresell/inbox/models/messages/ConversationMessageStatus.js +8 -0
- package/src/com/controlresell/inbox/models/messages/ConversationMessageStatus.js.map +1 -0
- package/src/com/controlresell/inbox/models/messages/ConversationMessageStatus.ts +6 -0
- package/src/com/controlresell/inbox/models/messages/CreateConversationMessagePayload.d.ts +28 -0
- package/src/com/controlresell/inbox/models/messages/CreateConversationMessagePayload.d.ts.map +1 -0
- package/src/com/controlresell/inbox/models/messages/CreateConversationMessagePayload.js +17 -0
- package/src/com/controlresell/inbox/models/messages/CreateConversationMessagePayload.js.map +1 -0
- package/src/com/controlresell/inbox/models/messages/CreateConversationMessagePayload.ts +15 -0
- package/src/com/controlresell/inbox/models/messages/PaginatedConversationMessages.d.ts +304 -0
- package/src/com/controlresell/inbox/models/messages/PaginatedConversationMessages.d.ts.map +1 -0
- package/src/com/controlresell/inbox/models/messages/PaginatedConversationMessages.js +12 -0
- package/src/com/controlresell/inbox/models/messages/PaginatedConversationMessages.js.map +1 -0
- package/src/com/controlresell/inbox/models/messages/PaginatedConversationMessages.ts +10 -0
- package/src/com/controlresell/inbox/models/messages/UpdateConversationMessagePayload.d.ts +19 -0
- package/src/com/controlresell/inbox/models/messages/UpdateConversationMessagePayload.d.ts.map +1 -0
- package/src/com/controlresell/inbox/models/messages/UpdateConversationMessagePayload.js +13 -0
- package/src/com/controlresell/inbox/models/messages/UpdateConversationMessagePayload.js.map +1 -0
- package/src/com/controlresell/inbox/models/messages/UpdateConversationMessagePayload.ts +11 -0
- package/src/com/controlresell/inbox/models/messages/files/ConversationMessageFile.d.ts +49 -0
- package/src/com/controlresell/inbox/models/messages/files/ConversationMessageFile.d.ts.map +1 -0
- package/src/com/controlresell/inbox/models/messages/files/ConversationMessageFile.js +12 -0
- package/src/com/controlresell/inbox/models/messages/files/ConversationMessageFile.js.map +1 -0
- package/src/com/controlresell/inbox/models/messages/files/ConversationMessageFile.ts +10 -0
- package/src/com/controlresell/inbox/models/messages/files/CreateConversationMessageFilePayload.d.ts +13 -0
- package/src/com/controlresell/inbox/models/messages/files/CreateConversationMessageFilePayload.d.ts.map +1 -0
- package/src/com/controlresell/inbox/models/messages/files/CreateConversationMessageFilePayload.js +9 -0
- package/src/com/controlresell/inbox/models/messages/files/CreateConversationMessageFilePayload.js.map +1 -0
- package/src/com/controlresell/inbox/models/messages/files/CreateConversationMessageFilePayload.ts +7 -0
- package/src/com/controlresell/inbox/models/messages/files/UpdateConversationMessageFilePayload.d.ts +10 -0
- package/src/com/controlresell/inbox/models/messages/files/UpdateConversationMessageFilePayload.d.ts.map +1 -0
- package/src/com/controlresell/inbox/models/messages/files/UpdateConversationMessageFilePayload.js +8 -0
- package/src/com/controlresell/inbox/models/messages/files/UpdateConversationMessageFilePayload.js.map +1 -0
- package/src/com/controlresell/inbox/models/messages/files/UpdateConversationMessageFilePayload.ts +6 -0
- package/src/com/controlresell/inbox/models/messages/history/ConversationMessageStatusHistory.d.ts +22 -0
- package/src/com/controlresell/inbox/models/messages/history/ConversationMessageStatusHistory.d.ts.map +1 -0
- package/src/com/controlresell/inbox/models/messages/history/ConversationMessageStatusHistory.js +13 -0
- package/src/com/controlresell/inbox/models/messages/history/ConversationMessageStatusHistory.js.map +1 -0
- package/src/com/controlresell/inbox/models/messages/history/ConversationMessageStatusHistory.ts +11 -0
- package/src/com/controlresell/inbox/models/messages/history/CreateConversationMessageStatusHistoryPayload.d.ts +10 -0
- package/src/com/controlresell/inbox/models/messages/history/CreateConversationMessageStatusHistoryPayload.d.ts.map +1 -0
- package/src/com/controlresell/inbox/models/messages/history/CreateConversationMessageStatusHistoryPayload.js +9 -0
- package/src/com/controlresell/inbox/models/messages/history/CreateConversationMessageStatusHistoryPayload.js.map +1 -0
- package/src/com/controlresell/inbox/models/messages/history/CreateConversationMessageStatusHistoryPayload.ts +7 -0
- package/src/com/controlresell/inbox/models/messages/summary/ConversationSummary.d.ts +119 -0
- package/src/com/controlresell/inbox/models/messages/summary/ConversationSummary.d.ts.map +1 -0
- package/src/com/controlresell/inbox/models/messages/summary/ConversationSummary.js +12 -0
- package/src/com/controlresell/inbox/models/messages/summary/ConversationSummary.js.map +1 -0
- package/src/com/controlresell/inbox/models/messages/summary/ConversationSummary.ts +10 -0
- package/src/com/controlresell/inbox/models/messages/summary/ConversationSummaryBreakdown.d.ts +19 -0
- package/src/com/controlresell/inbox/models/messages/summary/ConversationSummaryBreakdown.d.ts.map +1 -0
- package/src/com/controlresell/inbox/models/messages/summary/ConversationSummaryBreakdown.js +11 -0
- package/src/com/controlresell/inbox/models/messages/summary/ConversationSummaryBreakdown.js.map +1 -0
- package/src/com/controlresell/inbox/models/messages/summary/ConversationSummaryBreakdown.ts +9 -0
- package/src/com/controlresell/inbox/models/messages/translations/CreateTranslatedMessagePayload.d.ts +13 -0
- package/src/com/controlresell/inbox/models/messages/translations/CreateTranslatedMessagePayload.d.ts.map +1 -0
- package/src/com/controlresell/inbox/models/messages/translations/CreateTranslatedMessagePayload.js +9 -0
- package/src/com/controlresell/inbox/models/messages/translations/CreateTranslatedMessagePayload.js.map +1 -0
- package/src/com/controlresell/inbox/models/messages/translations/CreateTranslatedMessagePayload.ts +7 -0
- package/src/com/controlresell/inbox/models/messages/translations/TranslatedMessage.d.ts +16 -0
- package/src/com/controlresell/inbox/models/messages/translations/TranslatedMessage.d.ts.map +1 -0
- package/src/com/controlresell/inbox/models/messages/translations/TranslatedMessage.js +10 -0
- package/src/com/controlresell/inbox/models/messages/translations/TranslatedMessage.js.map +1 -0
- package/src/com/controlresell/inbox/models/messages/translations/TranslatedMessage.ts +8 -0
- package/src/com/controlresell/inbox/models/messages/translations/TranslationContext.d.ts +10 -0
- package/src/com/controlresell/inbox/models/messages/translations/TranslationContext.d.ts.map +1 -0
- package/src/com/controlresell/inbox/models/messages/translations/TranslationContext.js +8 -0
- package/src/com/controlresell/inbox/models/messages/translations/TranslationContext.js.map +1 -0
- package/src/com/controlresell/inbox/models/messages/translations/TranslationContext.ts +6 -0
- package/src/com/controlresell/inbox/models/messages/variables/PreferenceVariable.d.ts +13 -0
- package/src/com/controlresell/inbox/models/messages/variables/PreferenceVariable.d.ts.map +1 -0
- package/src/com/controlresell/inbox/models/messages/variables/PreferenceVariable.js +11 -0
- package/src/com/controlresell/inbox/models/messages/variables/PreferenceVariable.js.map +1 -0
- package/src/com/controlresell/inbox/models/messages/variables/PreferenceVariable.ts +9 -0
- package/src/com/controlresell/inbox/models/messages/variables/PreferenceVariableName.d.ts +4 -0
- package/src/com/controlresell/inbox/models/messages/variables/PreferenceVariableName.d.ts.map +1 -0
- package/src/com/controlresell/inbox/models/messages/variables/PreferenceVariableName.js +8 -0
- package/src/com/controlresell/inbox/models/messages/variables/PreferenceVariableName.js.map +1 -0
- package/src/com/controlresell/inbox/models/messages/variables/PreferenceVariableName.ts +6 -0
- package/src/com/controlresell/inbox/models/messages/variables/PreferenceVariableTemplate.d.ts +4 -0
- package/src/com/controlresell/inbox/models/messages/variables/PreferenceVariableTemplate.d.ts.map +1 -0
- package/src/com/controlresell/inbox/models/messages/variables/PreferenceVariableTemplate.js +8 -0
- package/src/com/controlresell/inbox/models/messages/variables/PreferenceVariableTemplate.js.map +1 -0
- package/src/com/controlresell/inbox/models/messages/variables/PreferenceVariableTemplate.ts +6 -0
- package/src/com/controlresell/inbox/models/offers/ConversationMessageOffer.d.ts +28 -0
- package/src/com/controlresell/inbox/models/offers/ConversationMessageOffer.d.ts.map +1 -0
- package/src/com/controlresell/inbox/models/offers/ConversationMessageOffer.js +15 -0
- package/src/com/controlresell/inbox/models/offers/ConversationMessageOffer.js.map +1 -0
- package/src/com/controlresell/inbox/models/offers/ConversationMessageOffer.ts +13 -0
- package/src/com/controlresell/inbox/models/offers/ConversationOfferRequest.d.ts +19 -0
- package/src/com/controlresell/inbox/models/offers/ConversationOfferRequest.d.ts.map +1 -0
- package/src/com/controlresell/inbox/models/offers/ConversationOfferRequest.js +12 -0
- package/src/com/controlresell/inbox/models/offers/ConversationOfferRequest.js.map +1 -0
- package/src/com/controlresell/inbox/models/offers/ConversationOfferRequest.ts +10 -0
- package/src/com/controlresell/inbox/models/offers/ConversationOfferUpdateRequest.d.ts +10 -0
- package/src/com/controlresell/inbox/models/offers/ConversationOfferUpdateRequest.d.ts.map +1 -0
- package/src/com/controlresell/inbox/models/offers/ConversationOfferUpdateRequest.js +8 -0
- package/src/com/controlresell/inbox/models/offers/ConversationOfferUpdateRequest.js.map +1 -0
- package/src/com/controlresell/inbox/models/offers/ConversationOfferUpdateRequest.ts +6 -0
- package/src/com/controlresell/inbox/models/offers/CreateConversationMessageOfferPayload.d.ts +22 -0
- package/src/com/controlresell/inbox/models/offers/CreateConversationMessageOfferPayload.d.ts.map +1 -0
- package/src/com/controlresell/inbox/models/offers/CreateConversationMessageOfferPayload.js +13 -0
- package/src/com/controlresell/inbox/models/offers/CreateConversationMessageOfferPayload.js.map +1 -0
- package/src/com/controlresell/inbox/models/offers/CreateConversationMessageOfferPayload.ts +11 -0
- package/src/com/controlresell/inbox/models/offers/NegotiationOffer.d.ts +19 -0
- package/src/com/controlresell/inbox/models/offers/NegotiationOffer.d.ts.map +1 -0
- package/src/com/controlresell/inbox/models/offers/NegotiationOffer.js +11 -0
- package/src/com/controlresell/inbox/models/offers/NegotiationOffer.js.map +1 -0
- package/src/com/controlresell/inbox/models/offers/NegotiationOffer.ts +9 -0
- package/src/com/controlresell/inbox/models/offers/NegotiationParameters.d.ts +19 -0
- package/src/com/controlresell/inbox/models/offers/NegotiationParameters.d.ts.map +1 -0
- package/src/com/controlresell/inbox/models/offers/NegotiationParameters.js +12 -0
- package/src/com/controlresell/inbox/models/offers/NegotiationParameters.js.map +1 -0
- package/src/com/controlresell/inbox/models/offers/NegotiationParameters.ts +10 -0
- package/src/com/controlresell/inbox/models/offers/UpdateConversationMessageOfferPayload.d.ts +16 -0
- package/src/com/controlresell/inbox/models/offers/UpdateConversationMessageOfferPayload.d.ts.map +1 -0
- package/src/com/controlresell/inbox/models/offers/UpdateConversationMessageOfferPayload.js +11 -0
- package/src/com/controlresell/inbox/models/offers/UpdateConversationMessageOfferPayload.js.map +1 -0
- package/src/com/controlresell/inbox/models/offers/UpdateConversationMessageOfferPayload.ts +9 -0
- package/src/com/controlresell/inbox/models/preferences/MessageStreamRequest.d.ts +13 -0
- package/src/com/controlresell/inbox/models/preferences/MessageStreamRequest.d.ts.map +1 -0
- package/src/com/controlresell/inbox/models/preferences/MessageStreamRequest.js +9 -0
- package/src/com/controlresell/inbox/models/preferences/MessageStreamRequest.js.map +1 -0
- package/src/com/controlresell/inbox/models/preferences/MessageStreamRequest.ts +8 -0
- package/src/com/controlresell/inbox/models/preferences/MessageStreamResponse.d.ts +1905 -0
- package/src/com/controlresell/inbox/models/preferences/MessageStreamResponse.d.ts.map +1 -0
- package/src/com/controlresell/inbox/models/preferences/MessageStreamResponse.js +9 -0
- package/src/com/controlresell/inbox/models/preferences/MessageStreamResponse.js.map +1 -0
- package/src/com/controlresell/inbox/models/preferences/MessageStreamResponse.ts +7 -0
- package/src/com/controlresell/inbox/models/transactions/CreateTransactionPayload.d.ts +22 -0
- package/src/com/controlresell/inbox/models/transactions/CreateTransactionPayload.d.ts.map +1 -0
- package/src/com/controlresell/inbox/models/transactions/CreateTransactionPayload.js +12 -0
- package/src/com/controlresell/inbox/models/transactions/CreateTransactionPayload.js.map +1 -0
- package/src/com/controlresell/inbox/models/transactions/CreateTransactionPayload.ts +10 -0
- package/src/com/controlresell/inbox/models/transactions/Transaction.d.ts +288 -0
- package/src/com/controlresell/inbox/models/transactions/Transaction.d.ts.map +1 -0
- package/src/com/controlresell/inbox/models/transactions/Transaction.js +16 -0
- package/src/com/controlresell/inbox/models/transactions/Transaction.js.map +1 -0
- package/src/com/controlresell/inbox/models/transactions/Transaction.ts +14 -0
- package/src/com/controlresell/inbox/models/transactions/UpdateTransactionPayload.d.ts +19 -0
- package/src/com/controlresell/inbox/models/transactions/UpdateTransactionPayload.d.ts.map +1 -0
- package/src/com/controlresell/inbox/models/transactions/UpdateTransactionPayload.js +11 -0
- package/src/com/controlresell/inbox/models/transactions/UpdateTransactionPayload.js.map +1 -0
- package/src/com/controlresell/inbox/models/transactions/UpdateTransactionPayload.ts +9 -0
- package/src/com/controlresell/inbox/models/transactions/items/CreateItemInTransactionPayload.d.ts +10 -0
- package/src/com/controlresell/inbox/models/transactions/items/CreateItemInTransactionPayload.d.ts.map +1 -0
- package/src/com/controlresell/inbox/models/transactions/items/CreateItemInTransactionPayload.js +8 -0
- package/src/com/controlresell/inbox/models/transactions/items/CreateItemInTransactionPayload.js.map +1 -0
- package/src/com/controlresell/inbox/models/transactions/items/CreateItemInTransactionPayload.ts +6 -0
- package/src/com/controlresell/inbox/models/transactions/items/ItemInTransaction.d.ts +195 -0
- package/src/com/controlresell/inbox/models/transactions/items/ItemInTransaction.d.ts.map +1 -0
- package/src/com/controlresell/inbox/models/transactions/items/ItemInTransaction.js +11 -0
- package/src/com/controlresell/inbox/models/transactions/items/ItemInTransaction.js.map +1 -0
- package/src/com/controlresell/inbox/models/transactions/items/ItemInTransaction.ts +9 -0
- package/src/com/controlresell/inbox/models/transactions/items/TransactionWithItems.d.ts +3021 -0
- package/src/com/controlresell/inbox/models/transactions/items/TransactionWithItems.d.ts.map +1 -0
- package/src/com/controlresell/inbox/models/transactions/items/TransactionWithItems.js +11 -0
- package/src/com/controlresell/inbox/models/transactions/items/TransactionWithItems.js.map +1 -0
- package/src/com/controlresell/inbox/models/transactions/items/TransactionWithItems.ts +9 -0
- package/src/com/controlresell/inbox/models/users/ConversationUser.d.ts +64 -0
- package/src/com/controlresell/inbox/models/users/ConversationUser.d.ts.map +1 -0
- package/src/com/controlresell/inbox/models/users/ConversationUser.js +17 -0
- package/src/com/controlresell/inbox/models/users/ConversationUser.js.map +1 -0
- package/src/com/controlresell/inbox/models/users/ConversationUser.ts +15 -0
- package/src/com/controlresell/inbox/models/users/CreateConversationUserPayload.d.ts +25 -0
- package/src/com/controlresell/inbox/models/users/CreateConversationUserPayload.d.ts.map +1 -0
- package/src/com/controlresell/inbox/models/users/CreateConversationUserPayload.js +13 -0
- package/src/com/controlresell/inbox/models/users/CreateConversationUserPayload.js.map +1 -0
- package/src/com/controlresell/inbox/models/users/CreateConversationUserPayload.ts +11 -0
- package/src/com/controlresell/inbox/models/users/UpdateConversationUserPayload.d.ts +22 -0
- package/src/com/controlresell/inbox/models/users/UpdateConversationUserPayload.d.ts.map +1 -0
- package/src/com/controlresell/inbox/models/users/UpdateConversationUserPayload.js +12 -0
- package/src/com/controlresell/inbox/models/users/UpdateConversationUserPayload.js.map +1 -0
- package/src/com/controlresell/inbox/models/users/UpdateConversationUserPayload.ts +10 -0
- package/src/com/controlresell/inventory/models/application/ControlResellInventoryEnvironment.d.ts +4 -0
- package/src/com/controlresell/inventory/models/application/ControlResellInventoryEnvironment.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/application/ControlResellInventoryEnvironment.js +8 -0
- package/src/com/controlresell/inventory/models/application/ControlResellInventoryEnvironment.js.map +1 -0
- package/src/com/controlresell/inventory/models/application/ControlResellInventoryEnvironment.ts +6 -0
- package/src/com/controlresell/inventory/models/customers/Customer.d.ts +40 -0
- package/src/com/controlresell/inventory/models/customers/Customer.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/customers/Customer.js +19 -0
- package/src/com/controlresell/inventory/models/customers/Customer.js.map +1 -0
- package/src/com/controlresell/inventory/models/customers/Customer.ts +17 -0
- package/src/com/controlresell/inventory/models/customers/VerifyCustomerRequest.d.ts +10 -0
- package/src/com/controlresell/inventory/models/customers/VerifyCustomerRequest.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/customers/VerifyCustomerRequest.js +8 -0
- package/src/com/controlresell/inventory/models/customers/VerifyCustomerRequest.js.map +1 -0
- package/src/com/controlresell/inventory/models/customers/VerifyCustomerRequest.ts +6 -0
- package/src/com/controlresell/inventory/models/customers/contracts/Contract.d.ts +52 -0
- package/src/com/controlresell/inventory/models/customers/contracts/Contract.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/customers/contracts/Contract.js +13 -0
- package/src/com/controlresell/inventory/models/customers/contracts/Contract.js.map +1 -0
- package/src/com/controlresell/inventory/models/customers/contracts/Contract.ts +11 -0
- package/src/com/controlresell/inventory/models/customers/contracts/ContractItem.d.ts +13 -0
- package/src/com/controlresell/inventory/models/customers/contracts/ContractItem.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/customers/contracts/ContractItem.js +9 -0
- package/src/com/controlresell/inventory/models/customers/contracts/ContractItem.js.map +1 -0
- package/src/com/controlresell/inventory/models/customers/contracts/ContractItem.ts +7 -0
- package/src/com/controlresell/inventory/models/customers/contracts/CreateContractPayload.d.ts +10 -0
- package/src/com/controlresell/inventory/models/customers/contracts/CreateContractPayload.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/customers/contracts/CreateContractPayload.js +8 -0
- package/src/com/controlresell/inventory/models/customers/contracts/CreateContractPayload.js.map +1 -0
- package/src/com/controlresell/inventory/models/customers/contracts/CreateContractPayload.ts +6 -0
- package/src/com/controlresell/inventory/models/customers/contracts/PrepareContractPayload.d.ts +28 -0
- package/src/com/controlresell/inventory/models/customers/contracts/PrepareContractPayload.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/customers/contracts/PrepareContractPayload.js +10 -0
- package/src/com/controlresell/inventory/models/customers/contracts/PrepareContractPayload.js.map +1 -0
- package/src/com/controlresell/inventory/models/customers/contracts/PrepareContractPayload.ts +8 -0
- package/src/com/controlresell/inventory/models/customers/contracts/PrepareContractResponse.d.ts +40 -0
- package/src/com/controlresell/inventory/models/customers/contracts/PrepareContractResponse.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/customers/contracts/PrepareContractResponse.js +9 -0
- package/src/com/controlresell/inventory/models/customers/contracts/PrepareContractResponse.js.map +1 -0
- package/src/com/controlresell/inventory/models/customers/contracts/PrepareContractResponse.ts +7 -0
- package/src/com/controlresell/inventory/models/fees/Fee.d.ts +49 -0
- package/src/com/controlresell/inventory/models/fees/Fee.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/fees/Fee.js +23 -0
- package/src/com/controlresell/inventory/models/fees/Fee.js.map +1 -0
- package/src/com/controlresell/inventory/models/fees/Fee.ts +21 -0
- package/src/com/controlresell/inventory/models/fees/FeeRecurrence.d.ts +4 -0
- package/src/com/controlresell/inventory/models/fees/FeeRecurrence.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/fees/FeeRecurrence.js +8 -0
- package/src/com/controlresell/inventory/models/fees/FeeRecurrence.js.map +1 -0
- package/src/com/controlresell/inventory/models/fees/FeeRecurrence.ts +6 -0
- package/src/com/controlresell/inventory/models/items/CreatedItems.d.ts +2688 -0
- package/src/com/controlresell/inventory/models/items/CreatedItems.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/items/CreatedItems.js +11 -0
- package/src/com/controlresell/inventory/models/items/CreatedItems.js.map +1 -0
- package/src/com/controlresell/inventory/models/items/CreatedItems.ts +9 -0
- package/src/com/controlresell/inventory/models/items/DeleteItemPayload.d.ts +13 -0
- package/src/com/controlresell/inventory/models/items/DeleteItemPayload.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/items/DeleteItemPayload.js +9 -0
- package/src/com/controlresell/inventory/models/items/DeleteItemPayload.js.map +1 -0
- package/src/com/controlresell/inventory/models/items/DeleteItemPayload.ts +7 -0
- package/src/com/controlresell/inventory/models/items/Item.d.ts +2084 -0
- package/src/com/controlresell/inventory/models/items/Item.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/items/Item.js +52 -0
- package/src/com/controlresell/inventory/models/items/Item.js.map +1 -0
- package/src/com/controlresell/inventory/models/items/Item.ts +50 -0
- package/src/com/controlresell/inventory/models/items/ItemFiltersContext.d.ts +211 -0
- package/src/com/controlresell/inventory/models/items/ItemFiltersContext.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/items/ItemFiltersContext.js +40 -0
- package/src/com/controlresell/inventory/models/items/ItemFiltersContext.js.map +1 -0
- package/src/com/controlresell/inventory/models/items/ItemFiltersContext.ts +38 -0
- package/src/com/controlresell/inventory/models/items/ItemPayload.d.ts +112 -0
- package/src/com/controlresell/inventory/models/items/ItemPayload.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/items/ItemPayload.js +39 -0
- package/src/com/controlresell/inventory/models/items/ItemPayload.js.map +1 -0
- package/src/com/controlresell/inventory/models/items/ItemPayload.ts +37 -0
- package/src/com/controlresell/inventory/models/items/ItemSoldPayload.d.ts +19 -0
- package/src/com/controlresell/inventory/models/items/ItemSoldPayload.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/items/ItemSoldPayload.js +11 -0
- package/src/com/controlresell/inventory/models/items/ItemSoldPayload.js.map +1 -0
- package/src/com/controlresell/inventory/models/items/ItemSoldPayload.ts +9 -0
- package/src/com/controlresell/inventory/models/items/ItemSort.d.ts +4 -0
- package/src/com/controlresell/inventory/models/items/ItemSort.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/items/ItemSort.js +8 -0
- package/src/com/controlresell/inventory/models/items/ItemSort.js.map +1 -0
- package/src/com/controlresell/inventory/models/items/ItemSort.ts +6 -0
- package/src/com/controlresell/inventory/models/items/ItemUpdate.d.ts +2656 -0
- package/src/com/controlresell/inventory/models/items/ItemUpdate.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/items/ItemUpdate.js +12 -0
- package/src/com/controlresell/inventory/models/items/ItemUpdate.js.map +1 -0
- package/src/com/controlresell/inventory/models/items/ItemUpdate.ts +10 -0
- package/src/com/controlresell/inventory/models/items/ItemsWithFilters.d.ts +2662 -0
- package/src/com/controlresell/inventory/models/items/ItemsWithFilters.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/items/ItemsWithFilters.js +13 -0
- package/src/com/controlresell/inventory/models/items/ItemsWithFilters.js.map +1 -0
- package/src/com/controlresell/inventory/models/items/ItemsWithFilters.ts +11 -0
- package/src/com/controlresell/inventory/models/items/UpdatedItem.d.ts +2688 -0
- package/src/com/controlresell/inventory/models/items/UpdatedItem.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/items/UpdatedItem.js +11 -0
- package/src/com/controlresell/inventory/models/items/UpdatedItem.js.map +1 -0
- package/src/com/controlresell/inventory/models/items/UpdatedItem.ts +9 -0
- package/src/com/controlresell/inventory/models/items/analysis/ItemAnalysisCompletion.d.ts +34 -0
- package/src/com/controlresell/inventory/models/items/analysis/ItemAnalysisCompletion.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/items/analysis/ItemAnalysisCompletion.js +16 -0
- package/src/com/controlresell/inventory/models/items/analysis/ItemAnalysisCompletion.js.map +1 -0
- package/src/com/controlresell/inventory/models/items/analysis/ItemAnalysisCompletion.ts +14 -0
- package/src/com/controlresell/inventory/models/items/analysis/ItemAnalysisRequest.d.ts +76 -0
- package/src/com/controlresell/inventory/models/items/analysis/ItemAnalysisRequest.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/items/analysis/ItemAnalysisRequest.js +11 -0
- package/src/com/controlresell/inventory/models/items/analysis/ItemAnalysisRequest.js.map +1 -0
- package/src/com/controlresell/inventory/models/items/analysis/ItemAnalysisRequest.ts +9 -0
- package/src/com/controlresell/inventory/models/items/fields/ItemField.d.ts +16 -0
- package/src/com/controlresell/inventory/models/items/fields/ItemField.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/items/fields/ItemField.js +11 -0
- package/src/com/controlresell/inventory/models/items/fields/ItemField.js.map +1 -0
- package/src/com/controlresell/inventory/models/items/fields/ItemField.ts +9 -0
- package/src/com/controlresell/inventory/models/items/fields/ItemFieldPayload.d.ts +13 -0
- package/src/com/controlresell/inventory/models/items/fields/ItemFieldPayload.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/items/fields/ItemFieldPayload.js +10 -0
- package/src/com/controlresell/inventory/models/items/fields/ItemFieldPayload.js.map +1 -0
- package/src/com/controlresell/inventory/models/items/fields/ItemFieldPayload.ts +8 -0
- package/src/com/controlresell/inventory/models/items/files/CreateItemFilePayload.d.ts +13 -0
- package/src/com/controlresell/inventory/models/items/files/CreateItemFilePayload.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/items/files/CreateItemFilePayload.js +9 -0
- package/src/com/controlresell/inventory/models/items/files/CreateItemFilePayload.js.map +1 -0
- package/src/com/controlresell/inventory/models/items/files/CreateItemFilePayload.ts +7 -0
- package/src/com/controlresell/inventory/models/items/files/ItemFile.d.ts +49 -0
- package/src/com/controlresell/inventory/models/items/files/ItemFile.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/items/files/ItemFile.js +13 -0
- package/src/com/controlresell/inventory/models/items/files/ItemFile.js.map +1 -0
- package/src/com/controlresell/inventory/models/items/files/ItemFile.ts +11 -0
- package/src/com/controlresell/inventory/models/items/files/UpdateItemFilePayload.d.ts +10 -0
- package/src/com/controlresell/inventory/models/items/files/UpdateItemFilePayload.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/items/files/UpdateItemFilePayload.js +8 -0
- package/src/com/controlresell/inventory/models/items/files/UpdateItemFilePayload.js.map +1 -0
- package/src/com/controlresell/inventory/models/items/files/UpdateItemFilePayload.ts +6 -0
- package/src/com/controlresell/inventory/models/items/filters/FilterClusterData.d.ts +19 -0
- package/src/com/controlresell/inventory/models/items/filters/FilterClusterData.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/items/filters/FilterClusterData.js +11 -0
- package/src/com/controlresell/inventory/models/items/filters/FilterClusterData.js.map +1 -0
- package/src/com/controlresell/inventory/models/items/filters/FilterClusterData.ts +9 -0
- package/src/com/controlresell/inventory/models/items/filters/FilterClusters.d.ts +175 -0
- package/src/com/controlresell/inventory/models/items/filters/FilterClusters.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/items/filters/FilterClusters.js +14 -0
- package/src/com/controlresell/inventory/models/items/filters/FilterClusters.js.map +1 -0
- package/src/com/controlresell/inventory/models/items/filters/FilterClusters.ts +12 -0
- package/src/com/controlresell/inventory/models/items/filters/FilterRange.d.ts +13 -0
- package/src/com/controlresell/inventory/models/items/filters/FilterRange.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/items/filters/FilterRange.js +9 -0
- package/src/com/controlresell/inventory/models/items/filters/FilterRange.js.map +1 -0
- package/src/com/controlresell/inventory/models/items/filters/FilterRange.ts +7 -0
- package/src/com/controlresell/inventory/models/items/filters/ItemFilterRanges.d.ts +115 -0
- package/src/com/controlresell/inventory/models/items/filters/ItemFilterRanges.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/items/filters/ItemFilterRanges.js +14 -0
- package/src/com/controlresell/inventory/models/items/filters/ItemFilterRanges.js.map +1 -0
- package/src/com/controlresell/inventory/models/items/filters/ItemFilterRanges.ts +12 -0
- package/src/com/controlresell/inventory/models/items/history/CreateItemHistoryPayload.d.ts +1168 -0
- package/src/com/controlresell/inventory/models/items/history/CreateItemHistoryPayload.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/items/history/CreateItemHistoryPayload.js +13 -0
- package/src/com/controlresell/inventory/models/items/history/CreateItemHistoryPayload.js.map +1 -0
- package/src/com/controlresell/inventory/models/items/history/CreateItemHistoryPayload.ts +11 -0
- package/src/com/controlresell/inventory/models/items/history/ItemHistory.d.ts +1180 -0
- package/src/com/controlresell/inventory/models/items/history/ItemHistory.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/items/history/ItemHistory.js +18 -0
- package/src/com/controlresell/inventory/models/items/history/ItemHistory.js.map +1 -0
- package/src/com/controlresell/inventory/models/items/history/ItemHistory.ts +16 -0
- package/src/com/controlresell/inventory/models/items/history/ItemHistoryDecodedPayload.d.ts +1724 -0
- package/src/com/controlresell/inventory/models/items/history/ItemHistoryDecodedPayload.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/items/history/ItemHistoryDecodedPayload.js +83 -0
- package/src/com/controlresell/inventory/models/items/history/ItemHistoryDecodedPayload.js.map +1 -0
- package/src/com/controlresell/inventory/models/items/history/ItemHistoryDecodedPayload.ts +107 -0
- package/src/com/controlresell/inventory/models/items/history/ItemHistoryType.d.ts +4 -0
- package/src/com/controlresell/inventory/models/items/history/ItemHistoryType.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/items/history/ItemHistoryType.js +8 -0
- package/src/com/controlresell/inventory/models/items/history/ItemHistoryType.js.map +1 -0
- package/src/com/controlresell/inventory/models/items/history/ItemHistoryType.ts +6 -0
- package/src/com/controlresell/inventory/models/items/history/ItemHistoryTypeWithCount.d.ts +13 -0
- package/src/com/controlresell/inventory/models/items/history/ItemHistoryTypeWithCount.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/items/history/ItemHistoryTypeWithCount.js +10 -0
- package/src/com/controlresell/inventory/models/items/history/ItemHistoryTypeWithCount.js.map +1 -0
- package/src/com/controlresell/inventory/models/items/history/ItemHistoryTypeWithCount.ts +8 -0
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryActionCanceledPayload.d.ts +10 -0
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryActionCanceledPayload.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryActionCanceledPayload.js +8 -0
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryActionCanceledPayload.js.map +1 -0
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryActionCanceledPayload.ts +6 -0
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryBuyerPaidPayload.d.ts +16 -0
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryBuyerPaidPayload.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryBuyerPaidPayload.js +10 -0
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryBuyerPaidPayload.js.map +1 -0
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryBuyerPaidPayload.ts +8 -0
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryDeliveredPayload.d.ts +16 -0
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryDeliveredPayload.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryDeliveredPayload.js +10 -0
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryDeliveredPayload.js.map +1 -0
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryDeliveredPayload.ts +8 -0
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryFailedToPublishPayload.d.ts +42 -0
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryFailedToPublishPayload.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryFailedToPublishPayload.js +14 -0
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryFailedToPublishPayload.js.map +1 -0
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryFailedToPublishPayload.ts +12 -0
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryImageProcessingDone.d.ts +51 -0
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryImageProcessingDone.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryImageProcessingDone.js +12 -0
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryImageProcessingDone.js.map +1 -0
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryImageProcessingDone.ts +10 -0
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryImportedPayload.d.ts +203 -0
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryImportedPayload.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryImportedPayload.js +9 -0
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryImportedPayload.js.map +1 -0
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryImportedPayload.ts +7 -0
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryLifecycleCompletedPayload.d.ts +10 -0
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryLifecycleCompletedPayload.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryLifecycleCompletedPayload.js +8 -0
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryLifecycleCompletedPayload.js.map +1 -0
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryLifecycleCompletedPayload.ts +6 -0
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryLifecycleStartedPayload.d.ts +13 -0
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryLifecycleStartedPayload.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryLifecycleStartedPayload.js +9 -0
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryLifecycleStartedPayload.js.map +1 -0
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryLifecycleStartedPayload.ts +7 -0
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryRepublishingPayload.d.ts +58 -0
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryRepublishingPayload.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryRepublishingPayload.js +16 -0
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryRepublishingPayload.js.map +1 -0
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryRepublishingPayload.ts +14 -0
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryRepublishingRetryPayload.d.ts +78 -0
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryRepublishingRetryPayload.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryRepublishingRetryPayload.js +17 -0
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryRepublishingRetryPayload.js.map +1 -0
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryRepublishingRetryPayload.ts +15 -0
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryScheduledPayload.d.ts +13 -0
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryScheduledPayload.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryScheduledPayload.js +10 -0
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryScheduledPayload.js.map +1 -0
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryScheduledPayload.ts +8 -0
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryScheduledRetryPayload.d.ts +45 -0
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryScheduledRetryPayload.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryScheduledRetryPayload.js +15 -0
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryScheduledRetryPayload.js.map +1 -0
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryScheduledRetryPayload.ts +13 -0
- package/src/com/controlresell/inventory/models/items/history/data/RepublishImageVariation.d.ts +25 -0
- package/src/com/controlresell/inventory/models/items/history/data/RepublishImageVariation.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/items/history/data/RepublishImageVariation.js +13 -0
- package/src/com/controlresell/inventory/models/items/history/data/RepublishImageVariation.js.map +1 -0
- package/src/com/controlresell/inventory/models/items/history/data/RepublishImageVariation.ts +11 -0
- package/src/com/controlresell/inventory/models/items/labels/CreateItemLabelPayload.d.ts +10 -0
- package/src/com/controlresell/inventory/models/items/labels/CreateItemLabelPayload.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/items/labels/CreateItemLabelPayload.js +9 -0
- package/src/com/controlresell/inventory/models/items/labels/CreateItemLabelPayload.js.map +1 -0
- package/src/com/controlresell/inventory/models/items/labels/CreateItemLabelPayload.ts +7 -0
- package/src/com/controlresell/inventory/models/items/labels/ItemLabel.d.ts +51 -0
- package/src/com/controlresell/inventory/models/items/labels/ItemLabel.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/items/labels/ItemLabel.js +12 -0
- package/src/com/controlresell/inventory/models/items/labels/ItemLabel.js.map +1 -0
- package/src/com/controlresell/inventory/models/items/labels/ItemLabel.ts +10 -0
- package/src/com/controlresell/inventory/models/items/platforms/CreateItemOnPlatformPayload.d.ts +31 -0
- package/src/com/controlresell/inventory/models/items/platforms/CreateItemOnPlatformPayload.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/items/platforms/CreateItemOnPlatformPayload.js +16 -0
- package/src/com/controlresell/inventory/models/items/platforms/CreateItemOnPlatformPayload.js.map +1 -0
- package/src/com/controlresell/inventory/models/items/platforms/CreateItemOnPlatformPayload.ts +14 -0
- package/src/com/controlresell/inventory/models/items/platforms/ItemOnPlatform.d.ts +125 -0
- package/src/com/controlresell/inventory/models/items/platforms/ItemOnPlatform.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/items/platforms/ItemOnPlatform.js +24 -0
- package/src/com/controlresell/inventory/models/items/platforms/ItemOnPlatform.js.map +1 -0
- package/src/com/controlresell/inventory/models/items/platforms/ItemOnPlatform.ts +22 -0
- package/src/com/controlresell/inventory/models/items/platforms/ItemOnPlatformStatus.d.ts +4 -0
- package/src/com/controlresell/inventory/models/items/platforms/ItemOnPlatformStatus.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/items/platforms/ItemOnPlatformStatus.js +8 -0
- package/src/com/controlresell/inventory/models/items/platforms/ItemOnPlatformStatus.js.map +1 -0
- package/src/com/controlresell/inventory/models/items/platforms/ItemOnPlatformStatus.ts +6 -0
- package/src/com/controlresell/inventory/models/items/platforms/ItemOnPlatformUpdateRequest.d.ts +282 -0
- package/src/com/controlresell/inventory/models/items/platforms/ItemOnPlatformUpdateRequest.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/items/platforms/ItemOnPlatformUpdateRequest.js +11 -0
- package/src/com/controlresell/inventory/models/items/platforms/ItemOnPlatformUpdateRequest.js.map +1 -0
- package/src/com/controlresell/inventory/models/items/platforms/ItemOnPlatformUpdateRequest.ts +9 -0
- package/src/com/controlresell/inventory/models/items/platforms/PlatformInfo.d.ts +19 -0
- package/src/com/controlresell/inventory/models/items/platforms/PlatformInfo.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/items/platforms/PlatformInfo.js +11 -0
- package/src/com/controlresell/inventory/models/items/platforms/PlatformInfo.js.map +1 -0
- package/src/com/controlresell/inventory/models/items/platforms/PlatformInfo.ts +9 -0
- package/src/com/controlresell/inventory/models/items/platforms/UpdateItemOnPlatformPayload.d.ts +25 -0
- package/src/com/controlresell/inventory/models/items/platforms/UpdateItemOnPlatformPayload.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/items/platforms/UpdateItemOnPlatformPayload.js +14 -0
- package/src/com/controlresell/inventory/models/items/platforms/UpdateItemOnPlatformPayload.js.map +1 -0
- package/src/com/controlresell/inventory/models/items/platforms/UpdateItemOnPlatformPayload.ts +12 -0
- package/src/com/controlresell/inventory/models/items/requests/AutomaticPublishRequestItem.d.ts +22 -0
- package/src/com/controlresell/inventory/models/items/requests/AutomaticPublishRequestItem.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/items/requests/AutomaticPublishRequestItem.js +20 -0
- package/src/com/controlresell/inventory/models/items/requests/AutomaticPublishRequestItem.js.map +1 -0
- package/src/com/controlresell/inventory/models/items/requests/AutomaticPublishRequestItem.ts +20 -0
- package/src/com/controlresell/inventory/models/items/requests/ManualPublishRequestItem.d.ts +31 -0
- package/src/com/controlresell/inventory/models/items/requests/ManualPublishRequestItem.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/items/requests/ManualPublishRequestItem.js +19 -0
- package/src/com/controlresell/inventory/models/items/requests/ManualPublishRequestItem.js.map +1 -0
- package/src/com/controlresell/inventory/models/items/requests/ManualPublishRequestItem.ts +19 -0
- package/src/com/controlresell/inventory/models/items/requests/PriceDropRequest.d.ts +46 -0
- package/src/com/controlresell/inventory/models/items/requests/PriceDropRequest.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/items/requests/PriceDropRequest.js +11 -0
- package/src/com/controlresell/inventory/models/items/requests/PriceDropRequest.js.map +1 -0
- package/src/com/controlresell/inventory/models/items/requests/PriceDropRequest.ts +9 -0
- package/src/com/controlresell/inventory/models/items/requests/PublishRequest.d.ts +145 -0
- package/src/com/controlresell/inventory/models/items/requests/PublishRequest.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/items/requests/PublishRequest.js +18 -0
- package/src/com/controlresell/inventory/models/items/requests/PublishRequest.js.map +1 -0
- package/src/com/controlresell/inventory/models/items/requests/PublishRequest.ts +16 -0
- package/src/com/controlresell/inventory/models/items/requests/PublishRequestItem.d.ts +110 -0
- package/src/com/controlresell/inventory/models/items/requests/PublishRequestItem.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/items/requests/PublishRequestItem.js +40 -0
- package/src/com/controlresell/inventory/models/items/requests/PublishRequestItem.js.map +1 -0
- package/src/com/controlresell/inventory/models/items/requests/PublishRequestItem.ts +46 -0
- package/src/com/controlresell/inventory/models/items/requests/PublishRequestWithItem.d.ts +225 -0
- package/src/com/controlresell/inventory/models/items/requests/PublishRequestWithItem.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/items/requests/PublishRequestWithItem.js +13 -0
- package/src/com/controlresell/inventory/models/items/requests/PublishRequestWithItem.js.map +1 -0
- package/src/com/controlresell/inventory/models/items/requests/PublishRequestWithItem.ts +11 -0
- package/src/com/controlresell/inventory/models/items/requests/PublishTimeSlot.d.ts +13 -0
- package/src/com/controlresell/inventory/models/items/requests/PublishTimeSlot.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/items/requests/PublishTimeSlot.js +9 -0
- package/src/com/controlresell/inventory/models/items/requests/PublishTimeSlot.js.map +1 -0
- package/src/com/controlresell/inventory/models/items/requests/PublishTimeSlot.ts +7 -0
- package/src/com/controlresell/inventory/models/items/requests/RepublishRequest.d.ts +206 -0
- package/src/com/controlresell/inventory/models/items/requests/RepublishRequest.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/items/requests/RepublishRequest.js +16 -0
- package/src/com/controlresell/inventory/models/items/requests/RepublishRequest.js.map +1 -0
- package/src/com/controlresell/inventory/models/items/requests/RepublishRequest.ts +14 -0
- package/src/com/controlresell/inventory/models/items/requests/RepublishRequestWithItem.d.ts +305 -0
- package/src/com/controlresell/inventory/models/items/requests/RepublishRequestWithItem.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/items/requests/RepublishRequestWithItem.js +12 -0
- package/src/com/controlresell/inventory/models/items/requests/RepublishRequestWithItem.js.map +1 -0
- package/src/com/controlresell/inventory/models/items/requests/RepublishRequestWithItem.ts +10 -0
- package/src/com/controlresell/inventory/models/items/summary/InvestmentSummary.d.ts +119 -0
- package/src/com/controlresell/inventory/models/items/summary/InvestmentSummary.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/items/summary/InvestmentSummary.js +12 -0
- package/src/com/controlresell/inventory/models/items/summary/InvestmentSummary.js.map +1 -0
- package/src/com/controlresell/inventory/models/items/summary/InvestmentSummary.ts +10 -0
- package/src/com/controlresell/inventory/models/items/summary/InvestmentSummaryBreakdown.d.ts +19 -0
- package/src/com/controlresell/inventory/models/items/summary/InvestmentSummaryBreakdown.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/items/summary/InvestmentSummaryBreakdown.js +11 -0
- package/src/com/controlresell/inventory/models/items/summary/InvestmentSummaryBreakdown.js.map +1 -0
- package/src/com/controlresell/inventory/models/items/summary/InvestmentSummaryBreakdown.ts +9 -0
- package/src/com/controlresell/inventory/models/metadata/brands/Brand.d.ts +22 -0
- package/src/com/controlresell/inventory/models/metadata/brands/Brand.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/metadata/brands/Brand.js +13 -0
- package/src/com/controlresell/inventory/models/metadata/brands/Brand.js.map +1 -0
- package/src/com/controlresell/inventory/models/metadata/brands/Brand.ts +11 -0
- package/src/com/controlresell/inventory/models/metadata/brands/CreateBrandPayload.d.ts +10 -0
- package/src/com/controlresell/inventory/models/metadata/brands/CreateBrandPayload.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/metadata/brands/CreateBrandPayload.js +8 -0
- package/src/com/controlresell/inventory/models/metadata/brands/CreateBrandPayload.js.map +1 -0
- package/src/com/controlresell/inventory/models/metadata/brands/CreateBrandPayload.ts +6 -0
- package/src/com/controlresell/inventory/models/metadata/colors/Color.d.ts +13 -0
- package/src/com/controlresell/inventory/models/metadata/colors/Color.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/metadata/colors/Color.js +9 -0
- package/src/com/controlresell/inventory/models/metadata/colors/Color.js.map +1 -0
- package/src/com/controlresell/inventory/models/metadata/colors/Color.ts +7 -0
- package/src/com/controlresell/inventory/models/metadata/favorites/CreateFavoriteMetadataPayload.d.ts +16 -0
- package/src/com/controlresell/inventory/models/metadata/favorites/CreateFavoriteMetadataPayload.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/metadata/favorites/CreateFavoriteMetadataPayload.js +11 -0
- package/src/com/controlresell/inventory/models/metadata/favorites/CreateFavoriteMetadataPayload.js.map +1 -0
- package/src/com/controlresell/inventory/models/metadata/favorites/CreateFavoriteMetadataPayload.ts +9 -0
- package/src/com/controlresell/inventory/models/metadata/favorites/FavoriteMetadata.d.ts +22 -0
- package/src/com/controlresell/inventory/models/metadata/favorites/FavoriteMetadata.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/metadata/favorites/FavoriteMetadata.js +13 -0
- package/src/com/controlresell/inventory/models/metadata/favorites/FavoriteMetadata.js.map +1 -0
- package/src/com/controlresell/inventory/models/metadata/favorites/FavoriteMetadata.ts +11 -0
- package/src/com/controlresell/inventory/models/metadata/favorites/FavoriteMetadataType.d.ts +4 -0
- package/src/com/controlresell/inventory/models/metadata/favorites/FavoriteMetadataType.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/metadata/favorites/FavoriteMetadataType.js +8 -0
- package/src/com/controlresell/inventory/models/metadata/favorites/FavoriteMetadataType.js.map +1 -0
- package/src/com/controlresell/inventory/models/metadata/favorites/FavoriteMetadataType.ts +6 -0
- package/src/com/controlresell/inventory/models/metadata/labels/CreateLabelPayload.d.ts +10 -0
- package/src/com/controlresell/inventory/models/metadata/labels/CreateLabelPayload.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/metadata/labels/CreateLabelPayload.js +8 -0
- package/src/com/controlresell/inventory/models/metadata/labels/CreateLabelPayload.js.map +1 -0
- package/src/com/controlresell/inventory/models/metadata/labels/CreateLabelPayload.ts +6 -0
- package/src/com/controlresell/inventory/models/metadata/labels/Label.d.ts +25 -0
- package/src/com/controlresell/inventory/models/metadata/labels/Label.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/metadata/labels/Label.js +14 -0
- package/src/com/controlresell/inventory/models/metadata/labels/Label.js.map +1 -0
- package/src/com/controlresell/inventory/models/metadata/labels/Label.ts +12 -0
- package/src/com/controlresell/inventory/models/metadata/packageSize/PackageSize.d.ts +16 -0
- package/src/com/controlresell/inventory/models/metadata/packageSize/PackageSize.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/metadata/packageSize/PackageSize.js +10 -0
- package/src/com/controlresell/inventory/models/metadata/packageSize/PackageSize.js.map +1 -0
- package/src/com/controlresell/inventory/models/metadata/packageSize/PackageSize.ts +8 -0
- package/src/com/controlresell/inventory/models/metadata/places/CreatePlacePayload.d.ts +10 -0
- package/src/com/controlresell/inventory/models/metadata/places/CreatePlacePayload.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/metadata/places/CreatePlacePayload.js +8 -0
- package/src/com/controlresell/inventory/models/metadata/places/CreatePlacePayload.js.map +1 -0
- package/src/com/controlresell/inventory/models/metadata/places/CreatePlacePayload.ts +6 -0
- package/src/com/controlresell/inventory/models/metadata/places/Place.d.ts +19 -0
- package/src/com/controlresell/inventory/models/metadata/places/Place.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/metadata/places/Place.js +12 -0
- package/src/com/controlresell/inventory/models/metadata/places/Place.js.map +1 -0
- package/src/com/controlresell/inventory/models/metadata/places/Place.ts +10 -0
- package/src/com/controlresell/inventory/models/metadata/sizes/Size.d.ts +16 -0
- package/src/com/controlresell/inventory/models/metadata/sizes/Size.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/metadata/sizes/Size.js +10 -0
- package/src/com/controlresell/inventory/models/metadata/sizes/Size.js.map +1 -0
- package/src/com/controlresell/inventory/models/metadata/sizes/Size.ts +8 -0
- package/src/com/controlresell/inventory/models/metadata/statuses/Status.d.ts +16 -0
- package/src/com/controlresell/inventory/models/metadata/statuses/Status.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/metadata/statuses/Status.js +10 -0
- package/src/com/controlresell/inventory/models/metadata/statuses/Status.js.map +1 -0
- package/src/com/controlresell/inventory/models/metadata/statuses/Status.ts +8 -0
- package/src/com/controlresell/models/catalogs/Catalog.d.ts +2 -2
- package/src/com/controlresell/models/catalogs/CatalogRoot.d.ts +4 -4
- package/src/com/controlresell/models/catalogs/ColorRoot.js +2 -2
- package/src/com/controlresell/models/catalogs/ColorRoot.js.map +1 -1
- package/src/com/controlresell/models/catalogs/ColorRoot.ts +1 -1
- package/src/com/controlresell/models/catalogs/PackageSizesAndStatuses.js +4 -4
- package/src/com/controlresell/models/catalogs/PackageSizesAndStatuses.js.map +1 -1
- package/src/com/controlresell/models/catalogs/PackageSizesAndStatuses.ts +2 -2
- package/src/com/controlresell/models/catalogs/SizeGroup.js +2 -2
- package/src/com/controlresell/models/catalogs/SizeGroup.js.map +1 -1
- package/src/com/controlresell/models/catalogs/SizeGroup.ts +1 -1
- package/src/com/controlresell/models/conversations/FetchConversationsRequest.d.ts +64 -0
- package/src/com/controlresell/models/conversations/FetchConversationsRequest.d.ts.map +1 -0
- package/src/com/controlresell/models/conversations/FetchConversationsRequest.js +10 -0
- package/src/com/controlresell/models/conversations/FetchConversationsRequest.js.map +1 -0
- package/src/com/controlresell/models/conversations/FetchConversationsRequest.ts +8 -0
- package/src/com/controlresell/models/conversations/FetchConversationsResponse.d.ts +61 -0
- package/src/com/controlresell/models/conversations/FetchConversationsResponse.d.ts.map +1 -0
- package/src/com/controlresell/models/conversations/FetchConversationsResponse.js +9 -0
- package/src/com/controlresell/models/conversations/FetchConversationsResponse.js.map +1 -0
- package/src/com/controlresell/models/conversations/FetchConversationsResponse.ts +7 -0
- package/src/com/controlresell/models/filters/SavedFilters.d.ts +91 -13
- package/src/com/controlresell/models/filters/SavedFilters.d.ts.map +1 -1
- package/src/com/controlresell/models/filters/SavedFilters.js +2 -2
- package/src/com/controlresell/models/filters/SavedFilters.js.map +1 -1
- package/src/com/controlresell/models/filters/SavedFilters.ts +1 -1
- package/src/com/controlresell/models/filters/SavedFiltersPayload.d.ts +91 -13
- package/src/com/controlresell/models/filters/SavedFiltersPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/filters/SavedFiltersPayload.js +2 -2
- package/src/com/controlresell/models/filters/SavedFiltersPayload.js.map +1 -1
- package/src/com/controlresell/models/filters/SavedFiltersPayload.ts +1 -1
- package/src/com/controlresell/models/orders/FetchOrdersRequest.d.ts +4 -4
- package/src/com/controlresell/models/orders/FetchOrdersResponse.d.ts +4 -4
- package/src/com/controlresell/models/platforms/labels/OrderLabel.d.ts +14 -14
- package/src/com/controlresell/models/platforms/labels/OrderLabel.js +4 -4
- package/src/com/controlresell/models/platforms/labels/OrderLabel.js.map +1 -1
- package/src/com/controlresell/models/platforms/labels/OrderLabel.ts +1 -1
- package/src/com/controlresell/models/platforms/orders/BatchUpdateOrdersPayload.d.ts +48 -0
- package/src/com/controlresell/models/platforms/orders/BatchUpdateOrdersPayload.d.ts.map +1 -0
- package/src/com/controlresell/models/platforms/orders/BatchUpdateOrdersPayload.js +10 -0
- package/src/com/controlresell/models/platforms/orders/BatchUpdateOrdersPayload.js.map +1 -0
- package/src/com/controlresell/models/platforms/orders/BatchUpdateOrdersPayload.ts +8 -0
- package/src/com/controlresell/models/platforms/orders/CreateOrderPayload.d.ts +2 -2
- package/src/com/controlresell/models/platforms/orders/Order.d.ts +100 -100
- package/src/com/controlresell/models/platforms/orders/OrderFiltersContext.d.ts +11 -2
- package/src/com/controlresell/models/platforms/orders/OrderFiltersContext.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/OrderFiltersContext.js +5 -1
- package/src/com/controlresell/models/platforms/orders/OrderFiltersContext.js.map +1 -1
- package/src/com/controlresell/models/platforms/orders/OrderFiltersContext.ts +5 -1
- package/src/com/controlresell/models/platforms/orders/OrderLabelUpdate.d.ts +22 -22
- package/src/com/controlresell/models/platforms/orders/OrderOnPlatformUpdateRequest.d.ts +8 -8
- package/src/com/controlresell/models/platforms/orders/OrderOnPlatformUpdateRequest.js +2 -2
- package/src/com/controlresell/models/platforms/orders/OrderOnPlatformUpdateRequest.js.map +1 -1
- package/src/com/controlresell/models/platforms/orders/OrderOnPlatformUpdateRequest.ts +1 -1
- package/src/com/controlresell/models/platforms/orders/UpdateOrderPayload.d.ts +2 -2
- package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts +1898 -747
- package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/items/ItemInOrder.d.ts +26 -26
- package/src/com/controlresell/models/platforms/orders/items/ItemInOrder.js +2 -2
- package/src/com/controlresell/models/platforms/orders/items/ItemInOrder.js.map +1 -1
- package/src/com/controlresell/models/platforms/orders/items/ItemInOrder.ts +1 -1
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts +1495 -502
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.js +2 -2
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.js.map +1 -1
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.ts +1 -1
- package/src/com/controlresell/models/users/CreateUserPayload.d.ts +2 -2
- package/src/com/controlresell/models/users/UpdateUserPayload.d.ts +2 -2
- package/src/com/controlresell/models/users/User.d.ts +6 -6
- package/src/com/controlresell/models/users/User.js +2 -2
- package/src/com/controlresell/models/users/User.js.map +1 -1
- package/src/com/controlresell/models/users/User.ts +1 -1
- package/src/com/controlresell/models/users/fields/Field.d.ts +2 -2
- package/src/com/controlresell/models/users/fields/FieldsWithData.d.ts +4 -4
- package/src/com/controlresell/models/users/platforms/PlatformAuthRequest.d.ts +4 -4
- package/src/com/controlresell/models/users/platforms/PlatformAuthRequest.js +2 -2
- package/src/com/controlresell/models/users/platforms/PlatformAuthRequest.js.map +1 -1
- package/src/com/controlresell/models/users/platforms/PlatformAuthRequest.ts +1 -1
- package/src/com/controlresell/models/users/platforms/PlatformJobUpdate.d.ts +4 -4
- package/src/com/controlresell/models/users/platforms/PlatformJobUpdate.js +2 -2
- package/src/com/controlresell/models/users/platforms/PlatformJobUpdate.js.map +1 -1
- package/src/com/controlresell/models/users/platforms/PlatformJobUpdate.ts +1 -1
- package/src/com/controlresell/models/users/ws/ResourceUpdate.d.ts +31 -31
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts +3262 -1224
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/users/ws/UserWsPayload.js +12 -7
- package/src/com/controlresell/models/users/ws/UserWsPayload.js.map +1 -1
- package/src/com/controlresell/models/users/ws/UserWsPayload.ts +10 -3
- package/src/com/controlresell/models/users/ws/UserWsResourcePayload.d.ts +42 -42
- package/src/com/controlresell/models/users/ws/UserWsResourcePayload.js +18 -18
- package/src/com/controlresell/models/users/ws/UserWsResourcePayload.js.map +1 -1
- package/src/com/controlresell/models/users/ws/UserWsResourcePayload.ts +9 -9
- package/src/com/controlresell/notify/models/notifications/CreateNotificationPreferencePayload.d.ts +10 -0
- package/src/com/controlresell/notify/models/notifications/CreateNotificationPreferencePayload.d.ts.map +1 -0
- package/src/com/controlresell/notify/models/notifications/CreateNotificationPreferencePayload.js +9 -0
- package/src/com/controlresell/notify/models/notifications/CreateNotificationPreferencePayload.js.map +1 -0
- package/src/com/controlresell/notify/models/notifications/CreateNotificationPreferencePayload.ts +7 -0
- package/src/com/controlresell/notify/models/notifications/CreateNotificationTokenPayload.d.ts +10 -0
- package/src/com/controlresell/notify/models/notifications/CreateNotificationTokenPayload.d.ts.map +1 -0
- package/src/com/controlresell/notify/models/notifications/CreateNotificationTokenPayload.js +8 -0
- package/src/com/controlresell/notify/models/notifications/CreateNotificationTokenPayload.js.map +1 -0
- package/src/com/controlresell/notify/models/notifications/CreateNotificationTokenPayload.ts +6 -0
- package/src/com/controlresell/notify/models/notifications/CreateNotificationTokenPayloadWithUser.d.ts +23 -0
- package/src/com/controlresell/notify/models/notifications/CreateNotificationTokenPayloadWithUser.d.ts.map +1 -0
- package/src/com/controlresell/notify/models/notifications/CreateNotificationTokenPayloadWithUser.js +10 -0
- package/src/com/controlresell/notify/models/notifications/CreateNotificationTokenPayloadWithUser.js.map +1 -0
- package/src/com/controlresell/notify/models/notifications/CreateNotificationTokenPayloadWithUser.ts +8 -0
- package/src/com/controlresell/notify/models/notifications/NotificationPreference.d.ts +19 -0
- package/src/com/controlresell/notify/models/notifications/NotificationPreference.d.ts.map +1 -0
- package/src/com/controlresell/notify/models/notifications/NotificationPreference.js +12 -0
- package/src/com/controlresell/notify/models/notifications/NotificationPreference.js.map +1 -0
- package/src/com/controlresell/notify/models/notifications/NotificationPreference.ts +10 -0
- package/src/com/controlresell/notify/models/notifications/NotificationToken.d.ts +16 -0
- package/src/com/controlresell/notify/models/notifications/NotificationToken.d.ts.map +1 -0
- package/src/com/controlresell/notify/models/notifications/NotificationToken.js +10 -0
- package/src/com/controlresell/notify/models/notifications/NotificationToken.js.map +1 -0
- package/src/com/controlresell/notify/models/notifications/NotificationToken.ts +8 -0
- package/src/com/controlresell/notify/models/notifications/NotificationType.d.ts +4 -0
- package/src/com/controlresell/notify/models/notifications/NotificationType.d.ts.map +1 -0
- package/src/com/controlresell/notify/models/notifications/NotificationType.js +8 -0
- package/src/com/controlresell/notify/models/notifications/NotificationType.js.map +1 -0
- package/src/com/controlresell/notify/models/notifications/NotificationType.ts +6 -0
- package/src/com/controlresell/notify/models/notifications/UpdateNotificationPreferencePayload.d.ts +10 -0
- package/src/com/controlresell/notify/models/notifications/UpdateNotificationPreferencePayload.d.ts.map +1 -0
- package/src/com/controlresell/notify/models/notifications/UpdateNotificationPreferencePayload.js +9 -0
- package/src/com/controlresell/notify/models/notifications/UpdateNotificationPreferencePayload.js.map +1 -0
- package/src/com/controlresell/notify/models/notifications/UpdateNotificationPreferencePayload.ts +7 -0
- package/src/com/controlresell/storage/models/files/CreateFilePayload.d.ts +10 -0
- package/src/com/controlresell/storage/models/files/CreateFilePayload.d.ts.map +1 -0
- package/src/com/controlresell/storage/models/files/CreateFilePayload.js +8 -0
- package/src/com/controlresell/storage/models/files/CreateFilePayload.js.map +1 -0
- package/src/com/controlresell/storage/models/files/CreateFilePayload.ts +6 -0
- package/src/com/controlresell/storage/models/files/File.d.ts +22 -0
- package/src/com/controlresell/storage/models/files/File.d.ts.map +1 -0
- package/src/com/controlresell/storage/models/files/File.js +13 -0
- package/src/com/controlresell/storage/models/files/File.js.map +1 -0
- package/src/com/controlresell/storage/models/files/File.ts +11 -0
- package/src/index.d.ts +195 -0
- package/src/index.d.ts.map +1 -1
- package/src/index.js +396 -2
- package/src/index.js.map +1 -1
- package/src/index.ts +195 -0
|
@@ -46,8 +46,8 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
46
46
|
conversationsMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
47
47
|
}, "strip", z.ZodTypeAny, {
|
|
48
48
|
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
49
|
-
userId: string | number;
|
|
50
49
|
name: string;
|
|
50
|
+
userId: string | number;
|
|
51
51
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
52
52
|
accountId: string;
|
|
53
53
|
locale?: string | null | undefined;
|
|
@@ -60,8 +60,8 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
60
60
|
conversationsMaxDelay?: number | null | undefined;
|
|
61
61
|
}, {
|
|
62
62
|
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
63
|
-
userId: string | number;
|
|
64
63
|
name: string;
|
|
64
|
+
userId: string | number;
|
|
65
65
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
66
66
|
accountId: string;
|
|
67
67
|
locale?: string | null | undefined;
|
|
@@ -77,21 +77,23 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
77
77
|
viewsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
78
78
|
favoritesCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
79
79
|
}, "strip", z.ZodTypeAny, {
|
|
80
|
-
status: "
|
|
80
|
+
status: "DRAFT" | "PENDING" | "ERROR" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "DISPUTE";
|
|
81
81
|
id: string;
|
|
82
82
|
createdAt: Date;
|
|
83
|
-
itemId: string | number;
|
|
84
|
-
updatedAt: Date;
|
|
85
83
|
accountId: string;
|
|
84
|
+
itemId: string | number;
|
|
86
85
|
platformId: string;
|
|
87
86
|
platformUrl: string;
|
|
87
|
+
updatedAt: Date;
|
|
88
88
|
platformPrice: number;
|
|
89
89
|
publishedAt: Date;
|
|
90
|
+
favoritesCount?: number | null | undefined;
|
|
91
|
+
viewsCount?: number | null | undefined;
|
|
90
92
|
conversationId?: string | null | undefined;
|
|
91
93
|
account?: {
|
|
92
94
|
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
93
|
-
userId: string | number;
|
|
94
95
|
name: string;
|
|
96
|
+
userId: string | number;
|
|
95
97
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
96
98
|
accountId: string;
|
|
97
99
|
locale?: string | null | undefined;
|
|
@@ -103,24 +105,24 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
103
105
|
ordersMaxDelay?: number | null | undefined;
|
|
104
106
|
conversationsMaxDelay?: number | null | undefined;
|
|
105
107
|
} | null | undefined;
|
|
106
|
-
viewsCount?: number | null | undefined;
|
|
107
|
-
favoritesCount?: number | null | undefined;
|
|
108
108
|
}, {
|
|
109
|
-
status: "
|
|
109
|
+
status: "DRAFT" | "PENDING" | "ERROR" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "DISPUTE";
|
|
110
110
|
id: string;
|
|
111
111
|
createdAt: Date;
|
|
112
|
-
itemId: string | number;
|
|
113
|
-
updatedAt: Date;
|
|
114
112
|
accountId: string;
|
|
113
|
+
itemId: string | number;
|
|
115
114
|
platformId: string;
|
|
116
115
|
platformUrl: string;
|
|
116
|
+
updatedAt: Date;
|
|
117
117
|
platformPrice: number;
|
|
118
118
|
publishedAt: Date;
|
|
119
|
+
favoritesCount?: number | null | undefined;
|
|
120
|
+
viewsCount?: number | null | undefined;
|
|
119
121
|
conversationId?: string | null | undefined;
|
|
120
122
|
account?: {
|
|
121
123
|
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
122
|
-
userId: string | number;
|
|
123
124
|
name: string;
|
|
125
|
+
userId: string | number;
|
|
124
126
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
125
127
|
accountId: string;
|
|
126
128
|
locale?: string | null | undefined;
|
|
@@ -132,28 +134,28 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
132
134
|
ordersMaxDelay?: number | null | undefined;
|
|
133
135
|
conversationsMaxDelay?: number | null | undefined;
|
|
134
136
|
} | null | undefined;
|
|
135
|
-
viewsCount?: number | null | undefined;
|
|
136
|
-
favoritesCount?: number | null | undefined;
|
|
137
137
|
}>>>;
|
|
138
138
|
}, "strip", z.ZodTypeAny, {
|
|
139
139
|
orderId: string;
|
|
140
140
|
itemOnPlatformId: string;
|
|
141
141
|
itemOnPlatform?: {
|
|
142
|
-
status: "
|
|
142
|
+
status: "DRAFT" | "PENDING" | "ERROR" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "DISPUTE";
|
|
143
143
|
id: string;
|
|
144
144
|
createdAt: Date;
|
|
145
|
-
itemId: string | number;
|
|
146
|
-
updatedAt: Date;
|
|
147
145
|
accountId: string;
|
|
146
|
+
itemId: string | number;
|
|
148
147
|
platformId: string;
|
|
149
148
|
platformUrl: string;
|
|
149
|
+
updatedAt: Date;
|
|
150
150
|
platformPrice: number;
|
|
151
151
|
publishedAt: Date;
|
|
152
|
+
favoritesCount?: number | null | undefined;
|
|
153
|
+
viewsCount?: number | null | undefined;
|
|
152
154
|
conversationId?: string | null | undefined;
|
|
153
155
|
account?: {
|
|
154
156
|
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
155
|
-
userId: string | number;
|
|
156
157
|
name: string;
|
|
158
|
+
userId: string | number;
|
|
157
159
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
158
160
|
accountId: string;
|
|
159
161
|
locale?: string | null | undefined;
|
|
@@ -165,28 +167,28 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
165
167
|
ordersMaxDelay?: number | null | undefined;
|
|
166
168
|
conversationsMaxDelay?: number | null | undefined;
|
|
167
169
|
} | null | undefined;
|
|
168
|
-
viewsCount?: number | null | undefined;
|
|
169
|
-
favoritesCount?: number | null | undefined;
|
|
170
170
|
} | null | undefined;
|
|
171
171
|
}, {
|
|
172
172
|
orderId: string;
|
|
173
173
|
itemOnPlatformId: string;
|
|
174
174
|
itemOnPlatform?: {
|
|
175
|
-
status: "
|
|
175
|
+
status: "DRAFT" | "PENDING" | "ERROR" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "DISPUTE";
|
|
176
176
|
id: string;
|
|
177
177
|
createdAt: Date;
|
|
178
|
-
itemId: string | number;
|
|
179
|
-
updatedAt: Date;
|
|
180
178
|
accountId: string;
|
|
179
|
+
itemId: string | number;
|
|
181
180
|
platformId: string;
|
|
182
181
|
platformUrl: string;
|
|
182
|
+
updatedAt: Date;
|
|
183
183
|
platformPrice: number;
|
|
184
184
|
publishedAt: Date;
|
|
185
|
+
favoritesCount?: number | null | undefined;
|
|
186
|
+
viewsCount?: number | null | undefined;
|
|
185
187
|
conversationId?: string | null | undefined;
|
|
186
188
|
account?: {
|
|
187
189
|
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
188
|
-
userId: string | number;
|
|
189
190
|
name: string;
|
|
191
|
+
userId: string | number;
|
|
190
192
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
191
193
|
accountId: string;
|
|
192
194
|
locale?: string | null | undefined;
|
|
@@ -198,8 +200,6 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
198
200
|
ordersMaxDelay?: number | null | undefined;
|
|
199
201
|
conversationsMaxDelay?: number | null | undefined;
|
|
200
202
|
} | null | undefined;
|
|
201
|
-
viewsCount?: number | null | undefined;
|
|
202
|
-
favoritesCount?: number | null | undefined;
|
|
203
203
|
} | null | undefined;
|
|
204
204
|
}>, "many">>>;
|
|
205
205
|
labels: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
@@ -217,15 +217,15 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
217
217
|
}, "strip", z.ZodTypeAny, {
|
|
218
218
|
path: string;
|
|
219
219
|
id: string;
|
|
220
|
+
createdAt: Date;
|
|
220
221
|
userId: string | number;
|
|
221
222
|
signedUrl: string;
|
|
222
|
-
createdAt: Date;
|
|
223
223
|
}, {
|
|
224
224
|
path: string;
|
|
225
225
|
id: string;
|
|
226
|
+
createdAt: Date;
|
|
226
227
|
userId: string | number;
|
|
227
228
|
signedUrl: string;
|
|
228
|
-
createdAt: Date;
|
|
229
229
|
}>>>;
|
|
230
230
|
nonCroppedFile: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
231
231
|
id: z.ZodString;
|
|
@@ -236,15 +236,15 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
236
236
|
}, "strip", z.ZodTypeAny, {
|
|
237
237
|
path: string;
|
|
238
238
|
id: string;
|
|
239
|
+
createdAt: Date;
|
|
239
240
|
userId: string | number;
|
|
240
241
|
signedUrl: string;
|
|
241
|
-
createdAt: Date;
|
|
242
242
|
}, {
|
|
243
243
|
path: string;
|
|
244
244
|
id: string;
|
|
245
|
+
createdAt: Date;
|
|
245
246
|
userId: string | number;
|
|
246
247
|
signedUrl: string;
|
|
247
|
-
createdAt: Date;
|
|
248
248
|
}>>>;
|
|
249
249
|
originalFile: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
250
250
|
id: z.ZodString;
|
|
@@ -255,69 +255,69 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
255
255
|
}, "strip", z.ZodTypeAny, {
|
|
256
256
|
path: string;
|
|
257
257
|
id: string;
|
|
258
|
+
createdAt: Date;
|
|
258
259
|
userId: string | number;
|
|
259
260
|
signedUrl: string;
|
|
260
|
-
createdAt: Date;
|
|
261
261
|
}, {
|
|
262
262
|
path: string;
|
|
263
263
|
id: string;
|
|
264
|
+
createdAt: Date;
|
|
264
265
|
userId: string | number;
|
|
265
266
|
signedUrl: string;
|
|
266
|
-
createdAt: Date;
|
|
267
267
|
}>>>;
|
|
268
268
|
}, "strip", z.ZodTypeAny, {
|
|
269
269
|
id: string;
|
|
270
|
-
fileId: string;
|
|
271
270
|
orderId: string;
|
|
271
|
+
fileId: string;
|
|
272
272
|
nonCroppedFileId: string;
|
|
273
273
|
originalFileId: string;
|
|
274
274
|
file?: {
|
|
275
275
|
path: string;
|
|
276
276
|
id: string;
|
|
277
|
+
createdAt: Date;
|
|
277
278
|
userId: string | number;
|
|
278
279
|
signedUrl: string;
|
|
279
|
-
createdAt: Date;
|
|
280
280
|
} | null | undefined;
|
|
281
281
|
originalFile?: {
|
|
282
282
|
path: string;
|
|
283
283
|
id: string;
|
|
284
|
+
createdAt: Date;
|
|
284
285
|
userId: string | number;
|
|
285
286
|
signedUrl: string;
|
|
286
|
-
createdAt: Date;
|
|
287
287
|
} | null | undefined;
|
|
288
288
|
nonCroppedFile?: {
|
|
289
289
|
path: string;
|
|
290
290
|
id: string;
|
|
291
|
+
createdAt: Date;
|
|
291
292
|
userId: string | number;
|
|
292
293
|
signedUrl: string;
|
|
293
|
-
createdAt: Date;
|
|
294
294
|
} | null | undefined;
|
|
295
295
|
}, {
|
|
296
296
|
id: string;
|
|
297
|
-
fileId: string;
|
|
298
297
|
orderId: string;
|
|
298
|
+
fileId: string;
|
|
299
299
|
nonCroppedFileId: string;
|
|
300
300
|
originalFileId: string;
|
|
301
301
|
file?: {
|
|
302
302
|
path: string;
|
|
303
303
|
id: string;
|
|
304
|
+
createdAt: Date;
|
|
304
305
|
userId: string | number;
|
|
305
306
|
signedUrl: string;
|
|
306
|
-
createdAt: Date;
|
|
307
307
|
} | null | undefined;
|
|
308
308
|
originalFile?: {
|
|
309
309
|
path: string;
|
|
310
310
|
id: string;
|
|
311
|
+
createdAt: Date;
|
|
311
312
|
userId: string | number;
|
|
312
313
|
signedUrl: string;
|
|
313
|
-
createdAt: Date;
|
|
314
314
|
} | null | undefined;
|
|
315
315
|
nonCroppedFile?: {
|
|
316
316
|
path: string;
|
|
317
317
|
id: string;
|
|
318
|
+
createdAt: Date;
|
|
318
319
|
userId: string | number;
|
|
319
320
|
signedUrl: string;
|
|
320
|
-
createdAt: Date;
|
|
321
321
|
} | null | undefined;
|
|
322
322
|
}>, "many">>>;
|
|
323
323
|
pickupPoints: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
@@ -409,74 +409,40 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
409
409
|
}, "strip", z.ZodTypeAny, {
|
|
410
410
|
type: "SALE" | "PURCHASE";
|
|
411
411
|
status: "UNKNOWN" | "PAYMENT_VALIDATED" | "ORDER_CANCELED" | "SHIPPING_LABEL_SENT_TO_SELLER" | "ORDER_SHIPPED" | "DELIVERED_TO_POST_OFFICE_OR_PICKUP_POINT" | "ORDER_RECEIVED" | "ORDER_FINALIZED" | "RETURN_INITIATED" | "REFUND_DONE" | "ORDER_CANCELED_ITEM_UNAVAILABLE" | "ORDER_CANCELED_BY_VINTED" | "ORDER_DISPUTE_STARTED" | "ORDER_CANCELED_DUE_TO_LATE_SHIPPING" | "SHIPPING_LABEL_ORDERED" | "ORDER_RETURNED_TO_SENDER";
|
|
412
|
-
id: string;
|
|
413
412
|
date: Date;
|
|
414
|
-
|
|
413
|
+
id: string;
|
|
415
414
|
accountId: string;
|
|
416
|
-
|
|
415
|
+
price: number;
|
|
417
416
|
isPrepared: boolean;
|
|
418
|
-
|
|
419
|
-
orderId: string;
|
|
420
|
-
itemOnPlatformId: string;
|
|
421
|
-
itemOnPlatform?: {
|
|
422
|
-
status: "ARCHIVED" | "DISPUTE" | "DELETED" | "DRAFT" | "PENDING" | "ERROR" | "ONLINE" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN";
|
|
423
|
-
id: string;
|
|
424
|
-
createdAt: Date;
|
|
425
|
-
itemId: string | number;
|
|
426
|
-
updatedAt: Date;
|
|
427
|
-
accountId: string;
|
|
428
|
-
platformId: string;
|
|
429
|
-
platformUrl: string;
|
|
430
|
-
platformPrice: number;
|
|
431
|
-
publishedAt: Date;
|
|
432
|
-
conversationId?: string | null | undefined;
|
|
433
|
-
account?: {
|
|
434
|
-
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
435
|
-
userId: string | number;
|
|
436
|
-
name: string;
|
|
437
|
-
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
438
|
-
accountId: string;
|
|
439
|
-
locale?: string | null | undefined;
|
|
440
|
-
night?: {
|
|
441
|
-
startsAt: Date;
|
|
442
|
-
endsAt: Date;
|
|
443
|
-
} | null | undefined;
|
|
444
|
-
favoritesMaxDelay?: number | null | undefined;
|
|
445
|
-
ordersMaxDelay?: number | null | undefined;
|
|
446
|
-
conversationsMaxDelay?: number | null | undefined;
|
|
447
|
-
} | null | undefined;
|
|
448
|
-
viewsCount?: number | null | undefined;
|
|
449
|
-
favoritesCount?: number | null | undefined;
|
|
450
|
-
} | null | undefined;
|
|
451
|
-
}[] | null | undefined;
|
|
417
|
+
platformOrderId: string;
|
|
452
418
|
conversationId?: string | null | undefined;
|
|
453
419
|
transactionId?: string | null | undefined;
|
|
454
420
|
labels?: {
|
|
455
421
|
id: string;
|
|
456
|
-
fileId: string;
|
|
457
422
|
orderId: string;
|
|
423
|
+
fileId: string;
|
|
458
424
|
nonCroppedFileId: string;
|
|
459
425
|
originalFileId: string;
|
|
460
426
|
file?: {
|
|
461
427
|
path: string;
|
|
462
428
|
id: string;
|
|
429
|
+
createdAt: Date;
|
|
463
430
|
userId: string | number;
|
|
464
431
|
signedUrl: string;
|
|
465
|
-
createdAt: Date;
|
|
466
432
|
} | null | undefined;
|
|
467
433
|
originalFile?: {
|
|
468
434
|
path: string;
|
|
469
435
|
id: string;
|
|
436
|
+
createdAt: Date;
|
|
470
437
|
userId: string | number;
|
|
471
438
|
signedUrl: string;
|
|
472
|
-
createdAt: Date;
|
|
473
439
|
} | null | undefined;
|
|
474
440
|
nonCroppedFile?: {
|
|
475
441
|
path: string;
|
|
476
442
|
id: string;
|
|
443
|
+
createdAt: Date;
|
|
477
444
|
userId: string | number;
|
|
478
445
|
signedUrl: string;
|
|
479
|
-
createdAt: Date;
|
|
480
446
|
} | null | undefined;
|
|
481
447
|
}[] | null | undefined;
|
|
482
448
|
pickupPoints?: {
|
|
@@ -500,34 +466,27 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
500
466
|
longitude?: number | null | undefined;
|
|
501
467
|
} | null | undefined;
|
|
502
468
|
}[] | null | undefined;
|
|
503
|
-
}, {
|
|
504
|
-
type: "SALE" | "PURCHASE";
|
|
505
|
-
status: "UNKNOWN" | "PAYMENT_VALIDATED" | "ORDER_CANCELED" | "SHIPPING_LABEL_SENT_TO_SELLER" | "ORDER_SHIPPED" | "DELIVERED_TO_POST_OFFICE_OR_PICKUP_POINT" | "ORDER_RECEIVED" | "ORDER_FINALIZED" | "RETURN_INITIATED" | "REFUND_DONE" | "ORDER_CANCELED_ITEM_UNAVAILABLE" | "ORDER_CANCELED_BY_VINTED" | "ORDER_DISPUTE_STARTED" | "ORDER_CANCELED_DUE_TO_LATE_SHIPPING" | "SHIPPING_LABEL_ORDERED" | "ORDER_RETURNED_TO_SENDER";
|
|
506
|
-
id: string;
|
|
507
|
-
date: Date;
|
|
508
|
-
price: number;
|
|
509
|
-
accountId: string;
|
|
510
|
-
platformOrderId: string;
|
|
511
|
-
isPrepared: boolean;
|
|
512
469
|
items?: {
|
|
513
470
|
orderId: string;
|
|
514
471
|
itemOnPlatformId: string;
|
|
515
472
|
itemOnPlatform?: {
|
|
516
|
-
status: "
|
|
473
|
+
status: "DRAFT" | "PENDING" | "ERROR" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "DISPUTE";
|
|
517
474
|
id: string;
|
|
518
475
|
createdAt: Date;
|
|
519
|
-
itemId: string | number;
|
|
520
|
-
updatedAt: Date;
|
|
521
476
|
accountId: string;
|
|
477
|
+
itemId: string | number;
|
|
522
478
|
platformId: string;
|
|
523
479
|
platformUrl: string;
|
|
480
|
+
updatedAt: Date;
|
|
524
481
|
platformPrice: number;
|
|
525
482
|
publishedAt: Date;
|
|
483
|
+
favoritesCount?: number | null | undefined;
|
|
484
|
+
viewsCount?: number | null | undefined;
|
|
526
485
|
conversationId?: string | null | undefined;
|
|
527
486
|
account?: {
|
|
528
487
|
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
529
|
-
userId: string | number;
|
|
530
488
|
name: string;
|
|
489
|
+
userId: string | number;
|
|
531
490
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
532
491
|
accountId: string;
|
|
533
492
|
locale?: string | null | undefined;
|
|
@@ -539,38 +498,45 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
539
498
|
ordersMaxDelay?: number | null | undefined;
|
|
540
499
|
conversationsMaxDelay?: number | null | undefined;
|
|
541
500
|
} | null | undefined;
|
|
542
|
-
viewsCount?: number | null | undefined;
|
|
543
|
-
favoritesCount?: number | null | undefined;
|
|
544
501
|
} | null | undefined;
|
|
545
502
|
}[] | null | undefined;
|
|
503
|
+
}, {
|
|
504
|
+
type: "SALE" | "PURCHASE";
|
|
505
|
+
status: "UNKNOWN" | "PAYMENT_VALIDATED" | "ORDER_CANCELED" | "SHIPPING_LABEL_SENT_TO_SELLER" | "ORDER_SHIPPED" | "DELIVERED_TO_POST_OFFICE_OR_PICKUP_POINT" | "ORDER_RECEIVED" | "ORDER_FINALIZED" | "RETURN_INITIATED" | "REFUND_DONE" | "ORDER_CANCELED_ITEM_UNAVAILABLE" | "ORDER_CANCELED_BY_VINTED" | "ORDER_DISPUTE_STARTED" | "ORDER_CANCELED_DUE_TO_LATE_SHIPPING" | "SHIPPING_LABEL_ORDERED" | "ORDER_RETURNED_TO_SENDER";
|
|
506
|
+
date: Date;
|
|
507
|
+
id: string;
|
|
508
|
+
accountId: string;
|
|
509
|
+
price: number;
|
|
510
|
+
isPrepared: boolean;
|
|
511
|
+
platformOrderId: string;
|
|
546
512
|
conversationId?: string | null | undefined;
|
|
547
513
|
transactionId?: string | null | undefined;
|
|
548
514
|
labels?: {
|
|
549
515
|
id: string;
|
|
550
|
-
fileId: string;
|
|
551
516
|
orderId: string;
|
|
517
|
+
fileId: string;
|
|
552
518
|
nonCroppedFileId: string;
|
|
553
519
|
originalFileId: string;
|
|
554
520
|
file?: {
|
|
555
521
|
path: string;
|
|
556
522
|
id: string;
|
|
523
|
+
createdAt: Date;
|
|
557
524
|
userId: string | number;
|
|
558
525
|
signedUrl: string;
|
|
559
|
-
createdAt: Date;
|
|
560
526
|
} | null | undefined;
|
|
561
527
|
originalFile?: {
|
|
562
528
|
path: string;
|
|
563
529
|
id: string;
|
|
530
|
+
createdAt: Date;
|
|
564
531
|
userId: string | number;
|
|
565
532
|
signedUrl: string;
|
|
566
|
-
createdAt: Date;
|
|
567
533
|
} | null | undefined;
|
|
568
534
|
nonCroppedFile?: {
|
|
569
535
|
path: string;
|
|
570
536
|
id: string;
|
|
537
|
+
createdAt: Date;
|
|
571
538
|
userId: string | number;
|
|
572
539
|
signedUrl: string;
|
|
573
|
-
createdAt: Date;
|
|
574
540
|
} | null | undefined;
|
|
575
541
|
}[] | null | undefined;
|
|
576
542
|
pickupPoints?: {
|
|
@@ -594,6 +560,40 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
594
560
|
longitude?: number | null | undefined;
|
|
595
561
|
} | null | undefined;
|
|
596
562
|
}[] | null | undefined;
|
|
563
|
+
items?: {
|
|
564
|
+
orderId: string;
|
|
565
|
+
itemOnPlatformId: string;
|
|
566
|
+
itemOnPlatform?: {
|
|
567
|
+
status: "DRAFT" | "PENDING" | "ERROR" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "DISPUTE";
|
|
568
|
+
id: string;
|
|
569
|
+
createdAt: Date;
|
|
570
|
+
accountId: string;
|
|
571
|
+
itemId: string | number;
|
|
572
|
+
platformId: string;
|
|
573
|
+
platformUrl: string;
|
|
574
|
+
updatedAt: Date;
|
|
575
|
+
platformPrice: number;
|
|
576
|
+
publishedAt: Date;
|
|
577
|
+
favoritesCount?: number | null | undefined;
|
|
578
|
+
viewsCount?: number | null | undefined;
|
|
579
|
+
conversationId?: string | null | undefined;
|
|
580
|
+
account?: {
|
|
581
|
+
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
582
|
+
name: string;
|
|
583
|
+
userId: string | number;
|
|
584
|
+
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
585
|
+
accountId: string;
|
|
586
|
+
locale?: string | null | undefined;
|
|
587
|
+
night?: {
|
|
588
|
+
startsAt: Date;
|
|
589
|
+
endsAt: Date;
|
|
590
|
+
} | null | undefined;
|
|
591
|
+
favoritesMaxDelay?: number | null | undefined;
|
|
592
|
+
ordersMaxDelay?: number | null | undefined;
|
|
593
|
+
conversationsMaxDelay?: number | null | undefined;
|
|
594
|
+
} | null | undefined;
|
|
595
|
+
} | null | undefined;
|
|
596
|
+
}[] | null | undefined;
|
|
597
597
|
}>;
|
|
598
598
|
items: z.ZodArray<z.ZodObject<{
|
|
599
599
|
id: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
@@ -614,38 +614,38 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
614
614
|
}, "strip", z.ZodTypeAny, {
|
|
615
615
|
path: string;
|
|
616
616
|
id: string;
|
|
617
|
+
createdAt: Date;
|
|
617
618
|
userId: string | number;
|
|
618
619
|
signedUrl: string;
|
|
619
|
-
createdAt: Date;
|
|
620
620
|
}, {
|
|
621
621
|
path: string;
|
|
622
622
|
id: string;
|
|
623
|
+
createdAt: Date;
|
|
623
624
|
userId: string | number;
|
|
624
625
|
signedUrl: string;
|
|
625
|
-
createdAt: Date;
|
|
626
626
|
}>>>;
|
|
627
627
|
}, "strip", z.ZodTypeAny, {
|
|
628
|
-
fileId: string;
|
|
629
628
|
itemId: string | number;
|
|
629
|
+
fileId: string;
|
|
630
|
+
index?: number | null | undefined;
|
|
630
631
|
file?: {
|
|
631
632
|
path: string;
|
|
632
633
|
id: string;
|
|
634
|
+
createdAt: Date;
|
|
633
635
|
userId: string | number;
|
|
634
636
|
signedUrl: string;
|
|
635
|
-
createdAt: Date;
|
|
636
637
|
} | null | undefined;
|
|
637
|
-
index?: number | null | undefined;
|
|
638
638
|
}, {
|
|
639
|
-
fileId: string;
|
|
640
639
|
itemId: string | number;
|
|
640
|
+
fileId: string;
|
|
641
|
+
index?: number | null | undefined;
|
|
641
642
|
file?: {
|
|
642
643
|
path: string;
|
|
643
644
|
id: string;
|
|
645
|
+
createdAt: Date;
|
|
644
646
|
userId: string | number;
|
|
645
647
|
signedUrl: string;
|
|
646
|
-
createdAt: Date;
|
|
647
648
|
} | null | undefined;
|
|
648
|
-
index?: number | null | undefined;
|
|
649
649
|
}>, "many">>>;
|
|
650
650
|
categoryId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
651
651
|
brandId: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
@@ -680,31 +680,31 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
680
680
|
value: number;
|
|
681
681
|
type: string;
|
|
682
682
|
id: string | number;
|
|
683
|
-
userId: string | number;
|
|
684
|
-
createdAt: Date;
|
|
685
683
|
name: string;
|
|
684
|
+
createdAt: Date;
|
|
685
|
+
userId: string | number;
|
|
686
|
+
updatedAt: Date;
|
|
686
687
|
recurrence: "UNIQUE" | "MONTHLY" | "YEARLY";
|
|
687
688
|
startDate: Date;
|
|
688
689
|
active: boolean;
|
|
689
|
-
updatedAt: Date;
|
|
690
690
|
description?: string | null | undefined;
|
|
691
|
-
endDate?: Date | null | undefined;
|
|
692
691
|
itemId?: string | number | null | undefined;
|
|
692
|
+
endDate?: Date | null | undefined;
|
|
693
693
|
parentFeeId?: string | number | null | undefined;
|
|
694
694
|
}, {
|
|
695
695
|
value: number;
|
|
696
696
|
type: string;
|
|
697
697
|
id: string | number;
|
|
698
|
-
userId: string | number;
|
|
699
|
-
createdAt: Date;
|
|
700
698
|
name: string;
|
|
699
|
+
createdAt: Date;
|
|
700
|
+
userId: string | number;
|
|
701
|
+
updatedAt: Date;
|
|
701
702
|
recurrence: "UNIQUE" | "MONTHLY" | "YEARLY";
|
|
702
703
|
startDate: Date;
|
|
703
704
|
active: boolean;
|
|
704
|
-
updatedAt: Date;
|
|
705
705
|
description?: string | null | undefined;
|
|
706
|
-
endDate?: Date | null | undefined;
|
|
707
706
|
itemId?: string | number | null | undefined;
|
|
707
|
+
endDate?: Date | null | undefined;
|
|
708
708
|
parentFeeId?: string | number | null | undefined;
|
|
709
709
|
}>, "many">>>;
|
|
710
710
|
feesSum: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -720,15 +720,15 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
720
720
|
itemCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
721
721
|
}, "strip", z.ZodTypeAny, {
|
|
722
722
|
id: string | number;
|
|
723
|
-
createdAt: Date;
|
|
724
723
|
name: string;
|
|
724
|
+
createdAt: Date;
|
|
725
725
|
isUserLabel: boolean;
|
|
726
726
|
itemCount?: number | null | undefined;
|
|
727
727
|
userId?: string | number | null | undefined;
|
|
728
728
|
}, {
|
|
729
729
|
id: string | number;
|
|
730
|
-
createdAt: Date;
|
|
731
730
|
name: string;
|
|
731
|
+
createdAt: Date;
|
|
732
732
|
isUserLabel: boolean;
|
|
733
733
|
itemCount?: number | null | undefined;
|
|
734
734
|
userId?: string | number | null | undefined;
|
|
@@ -738,8 +738,8 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
738
738
|
labelId: string | number;
|
|
739
739
|
label?: {
|
|
740
740
|
id: string | number;
|
|
741
|
-
createdAt: Date;
|
|
742
741
|
name: string;
|
|
742
|
+
createdAt: Date;
|
|
743
743
|
isUserLabel: boolean;
|
|
744
744
|
itemCount?: number | null | undefined;
|
|
745
745
|
userId?: string | number | null | undefined;
|
|
@@ -749,8 +749,8 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
749
749
|
labelId: string | number;
|
|
750
750
|
label?: {
|
|
751
751
|
id: string | number;
|
|
752
|
-
createdAt: Date;
|
|
753
752
|
name: string;
|
|
753
|
+
createdAt: Date;
|
|
754
754
|
isUserLabel: boolean;
|
|
755
755
|
itemCount?: number | null | undefined;
|
|
756
756
|
userId?: string | number | null | undefined;
|
|
@@ -772,9 +772,9 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
772
772
|
bic: z.ZodString;
|
|
773
773
|
phoneVerified: z.ZodBoolean;
|
|
774
774
|
}, "strip", z.ZodTypeAny, {
|
|
775
|
-
email: string;
|
|
776
775
|
id: string | number;
|
|
777
776
|
userId: string | number;
|
|
777
|
+
email: string;
|
|
778
778
|
firstName: string;
|
|
779
779
|
lastName: string;
|
|
780
780
|
birthDate: Date;
|
|
@@ -784,9 +784,9 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
784
784
|
bic: string;
|
|
785
785
|
phoneVerified: boolean;
|
|
786
786
|
}, {
|
|
787
|
-
email: string;
|
|
788
787
|
id: string | number;
|
|
789
788
|
userId: string | number;
|
|
789
|
+
email: string;
|
|
790
790
|
firstName: string;
|
|
791
791
|
lastName: string;
|
|
792
792
|
birthDate: Date;
|
|
@@ -817,7 +817,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
817
817
|
lastHistory: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
818
818
|
id: z.ZodString;
|
|
819
819
|
itemId: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
820
|
-
type: z.ZodEnum<["IMPORTED", "ARCHIVED", "UNARCHIVED", "PUBLISHED", "FAILED_TO_PUBLISH", "PUBLISH_CANCELED", "SCHEDULED", "REPUBLISHING", "IMAGE_PROCESSING_DONE", "REPUBLISHED", "REPUBLISH_CANCELED", "UPDATING", "UPDATED", "UPDATE_CANCELED", "CANCELED", "DISPUTE", "DELETED", "TO_BE_SENT", "IN_TRANSIT", "BUYER_PAID", "DELIVERED", "RECEIVED", "FINALIZED", "RETURN", "REFUND", "LIFECYCLE_STARTED", "LIFECYCLE_COMPLETED", "LIFECYCLE_CANCELED"]>;
|
|
820
|
+
type: z.ZodEnum<["IMPORTED", "ARCHIVED", "UNARCHIVED", "PUBLISHED", "FAILED_TO_PUBLISH", "SCHEDULED_RETRY", "REPUBLISHING_RETRY", "PUBLISH_CANCELED", "SCHEDULED", "REPUBLISHING", "IMAGE_PROCESSING_DONE", "REPUBLISHED", "REPUBLISH_CANCELED", "UPDATING", "UPDATED", "UPDATE_CANCELED", "CANCELED", "DISPUTE", "DELETING", "DELETED", "TO_BE_SENT", "IN_TRANSIT", "BUYER_PAID", "DELIVERED", "RECEIVED", "FINALIZED", "RETURN", "REFUND", "LIFECYCLE_STARTED", "LIFECYCLE_COMPLETED", "LIFECYCLE_CANCELED"]>;
|
|
821
821
|
data: z.ZodOptional<z.ZodNullable<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
822
822
|
data: z.ZodObject<{
|
|
823
823
|
targetItemHistoryId: z.ZodString;
|
|
@@ -906,14 +906,40 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
906
906
|
platform: z.ZodEnum<["ETSY", "SHOPIFY", "VINTED"]>;
|
|
907
907
|
accountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
908
908
|
reason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
909
|
+
fields: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
910
|
+
field: z.ZodEnum<["TITLE", "DESCRIPTION", "SIZE", "BRAND", "STATUS", "PRICE", "PACKAGE_SIZE", "COLOR", "CATALOG", "PHOTOS", "UNKNOWN"]>;
|
|
911
|
+
autoFixable: z.ZodBoolean;
|
|
912
|
+
error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
913
|
+
}, "strip", z.ZodTypeAny, {
|
|
914
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
915
|
+
autoFixable: boolean;
|
|
916
|
+
error?: string | null | undefined;
|
|
917
|
+
}, {
|
|
918
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
919
|
+
autoFixable: boolean;
|
|
920
|
+
error?: string | null | undefined;
|
|
921
|
+
}>, "many">>>;
|
|
922
|
+
itemHistoryId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
909
923
|
}, "strip", z.ZodTypeAny, {
|
|
910
924
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
911
925
|
accountId?: string | null | undefined;
|
|
912
926
|
reason?: string | null | undefined;
|
|
927
|
+
fields?: {
|
|
928
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
929
|
+
autoFixable: boolean;
|
|
930
|
+
error?: string | null | undefined;
|
|
931
|
+
}[] | null | undefined;
|
|
932
|
+
itemHistoryId?: string | null | undefined;
|
|
913
933
|
}, {
|
|
914
934
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
915
935
|
accountId?: string | null | undefined;
|
|
916
936
|
reason?: string | null | undefined;
|
|
937
|
+
fields?: {
|
|
938
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
939
|
+
autoFixable: boolean;
|
|
940
|
+
error?: string | null | undefined;
|
|
941
|
+
}[] | null | undefined;
|
|
942
|
+
itemHistoryId?: string | null | undefined;
|
|
917
943
|
}>;
|
|
918
944
|
type: z.ZodLiteral<"FAILED_TO_PUBLISH">;
|
|
919
945
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -922,6 +948,12 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
922
948
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
923
949
|
accountId?: string | null | undefined;
|
|
924
950
|
reason?: string | null | undefined;
|
|
951
|
+
fields?: {
|
|
952
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
953
|
+
autoFixable: boolean;
|
|
954
|
+
error?: string | null | undefined;
|
|
955
|
+
}[] | null | undefined;
|
|
956
|
+
itemHistoryId?: string | null | undefined;
|
|
925
957
|
};
|
|
926
958
|
}, {
|
|
927
959
|
type: "FAILED_TO_PUBLISH";
|
|
@@ -929,6 +961,12 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
929
961
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
930
962
|
accountId?: string | null | undefined;
|
|
931
963
|
reason?: string | null | undefined;
|
|
964
|
+
fields?: {
|
|
965
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
966
|
+
autoFixable: boolean;
|
|
967
|
+
error?: string | null | undefined;
|
|
968
|
+
}[] | null | undefined;
|
|
969
|
+
itemHistoryId?: string | null | undefined;
|
|
932
970
|
};
|
|
933
971
|
}>, z.ZodObject<{
|
|
934
972
|
data: z.ZodObject<{
|
|
@@ -1008,6 +1046,276 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1008
1046
|
}[] | null | undefined;
|
|
1009
1047
|
originalPhashes?: string[] | null | undefined;
|
|
1010
1048
|
};
|
|
1049
|
+
}>, z.ZodObject<{
|
|
1050
|
+
data: z.ZodObject<{
|
|
1051
|
+
post: z.ZodObject<{
|
|
1052
|
+
platformId: z.ZodString;
|
|
1053
|
+
platformUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1054
|
+
createdAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
1055
|
+
post: z.ZodObject<{
|
|
1056
|
+
brand: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1057
|
+
catalog: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1058
|
+
catalogId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1059
|
+
colors: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
1060
|
+
colorIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
1061
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1062
|
+
measurementLength: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1063
|
+
measurementWidth: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1064
|
+
packageSizeId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1065
|
+
photoUrls: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
1066
|
+
price: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1067
|
+
currency: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1068
|
+
size: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1069
|
+
sizeId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1070
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1071
|
+
statusId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1072
|
+
title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1073
|
+
isDraft: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1074
|
+
isArchived: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1075
|
+
availableQuantity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1076
|
+
material: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
1077
|
+
manufacturerLabelling: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1078
|
+
labels: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
1079
|
+
}, "strip", z.ZodTypeAny, {
|
|
1080
|
+
status?: string | null | undefined;
|
|
1081
|
+
title?: string | null | undefined;
|
|
1082
|
+
description?: string | null | undefined;
|
|
1083
|
+
brand?: string | null | undefined;
|
|
1084
|
+
statusId?: number | null | undefined;
|
|
1085
|
+
sizeId?: number | null | undefined;
|
|
1086
|
+
colorIds?: number[] | null | undefined;
|
|
1087
|
+
packageSizeId?: number | null | undefined;
|
|
1088
|
+
price?: number | null | undefined;
|
|
1089
|
+
currency?: string | null | undefined;
|
|
1090
|
+
catalog?: string | null | undefined;
|
|
1091
|
+
catalogId?: number | null | undefined;
|
|
1092
|
+
colors?: string[] | null | undefined;
|
|
1093
|
+
measurementLength?: number | null | undefined;
|
|
1094
|
+
measurementWidth?: number | null | undefined;
|
|
1095
|
+
photoUrls?: string[] | null | undefined;
|
|
1096
|
+
size?: string | null | undefined;
|
|
1097
|
+
isDraft?: boolean | null | undefined;
|
|
1098
|
+
isArchived?: boolean | null | undefined;
|
|
1099
|
+
availableQuantity?: number | null | undefined;
|
|
1100
|
+
material?: number[] | null | undefined;
|
|
1101
|
+
manufacturerLabelling?: string | null | undefined;
|
|
1102
|
+
labels?: string[] | null | undefined;
|
|
1103
|
+
}, {
|
|
1104
|
+
status?: string | null | undefined;
|
|
1105
|
+
title?: string | null | undefined;
|
|
1106
|
+
description?: string | null | undefined;
|
|
1107
|
+
brand?: string | null | undefined;
|
|
1108
|
+
statusId?: number | null | undefined;
|
|
1109
|
+
sizeId?: number | null | undefined;
|
|
1110
|
+
colorIds?: number[] | null | undefined;
|
|
1111
|
+
packageSizeId?: number | null | undefined;
|
|
1112
|
+
price?: number | null | undefined;
|
|
1113
|
+
currency?: string | null | undefined;
|
|
1114
|
+
catalog?: string | null | undefined;
|
|
1115
|
+
catalogId?: number | null | undefined;
|
|
1116
|
+
colors?: string[] | null | undefined;
|
|
1117
|
+
measurementLength?: number | null | undefined;
|
|
1118
|
+
measurementWidth?: number | null | undefined;
|
|
1119
|
+
photoUrls?: string[] | null | undefined;
|
|
1120
|
+
size?: string | null | undefined;
|
|
1121
|
+
isDraft?: boolean | null | undefined;
|
|
1122
|
+
isArchived?: boolean | null | undefined;
|
|
1123
|
+
availableQuantity?: number | null | undefined;
|
|
1124
|
+
material?: number[] | null | undefined;
|
|
1125
|
+
manufacturerLabelling?: string | null | undefined;
|
|
1126
|
+
labels?: string[] | null | undefined;
|
|
1127
|
+
}>;
|
|
1128
|
+
}, "strip", z.ZodTypeAny, {
|
|
1129
|
+
platformId: string;
|
|
1130
|
+
post: {
|
|
1131
|
+
status?: string | null | undefined;
|
|
1132
|
+
title?: string | null | undefined;
|
|
1133
|
+
description?: string | null | undefined;
|
|
1134
|
+
brand?: string | null | undefined;
|
|
1135
|
+
statusId?: number | null | undefined;
|
|
1136
|
+
sizeId?: number | null | undefined;
|
|
1137
|
+
colorIds?: number[] | null | undefined;
|
|
1138
|
+
packageSizeId?: number | null | undefined;
|
|
1139
|
+
price?: number | null | undefined;
|
|
1140
|
+
currency?: string | null | undefined;
|
|
1141
|
+
catalog?: string | null | undefined;
|
|
1142
|
+
catalogId?: number | null | undefined;
|
|
1143
|
+
colors?: string[] | null | undefined;
|
|
1144
|
+
measurementLength?: number | null | undefined;
|
|
1145
|
+
measurementWidth?: number | null | undefined;
|
|
1146
|
+
photoUrls?: string[] | null | undefined;
|
|
1147
|
+
size?: string | null | undefined;
|
|
1148
|
+
isDraft?: boolean | null | undefined;
|
|
1149
|
+
isArchived?: boolean | null | undefined;
|
|
1150
|
+
availableQuantity?: number | null | undefined;
|
|
1151
|
+
material?: number[] | null | undefined;
|
|
1152
|
+
manufacturerLabelling?: string | null | undefined;
|
|
1153
|
+
labels?: string[] | null | undefined;
|
|
1154
|
+
};
|
|
1155
|
+
createdAt?: Date | null | undefined;
|
|
1156
|
+
platformUrl?: string | null | undefined;
|
|
1157
|
+
}, {
|
|
1158
|
+
platformId: string;
|
|
1159
|
+
post: {
|
|
1160
|
+
status?: string | null | undefined;
|
|
1161
|
+
title?: string | null | undefined;
|
|
1162
|
+
description?: string | null | undefined;
|
|
1163
|
+
brand?: string | null | undefined;
|
|
1164
|
+
statusId?: number | null | undefined;
|
|
1165
|
+
sizeId?: number | null | undefined;
|
|
1166
|
+
colorIds?: number[] | null | undefined;
|
|
1167
|
+
packageSizeId?: number | null | undefined;
|
|
1168
|
+
price?: number | null | undefined;
|
|
1169
|
+
currency?: string | null | undefined;
|
|
1170
|
+
catalog?: string | null | undefined;
|
|
1171
|
+
catalogId?: number | null | undefined;
|
|
1172
|
+
colors?: string[] | null | undefined;
|
|
1173
|
+
measurementLength?: number | null | undefined;
|
|
1174
|
+
measurementWidth?: number | null | undefined;
|
|
1175
|
+
photoUrls?: string[] | null | undefined;
|
|
1176
|
+
size?: string | null | undefined;
|
|
1177
|
+
isDraft?: boolean | null | undefined;
|
|
1178
|
+
isArchived?: boolean | null | undefined;
|
|
1179
|
+
availableQuantity?: number | null | undefined;
|
|
1180
|
+
material?: number[] | null | undefined;
|
|
1181
|
+
manufacturerLabelling?: string | null | undefined;
|
|
1182
|
+
labels?: string[] | null | undefined;
|
|
1183
|
+
};
|
|
1184
|
+
createdAt?: Date | null | undefined;
|
|
1185
|
+
platformUrl?: string | null | undefined;
|
|
1186
|
+
}>;
|
|
1187
|
+
}, "strip", z.ZodTypeAny, {
|
|
1188
|
+
post: {
|
|
1189
|
+
platformId: string;
|
|
1190
|
+
post: {
|
|
1191
|
+
status?: string | null | undefined;
|
|
1192
|
+
title?: string | null | undefined;
|
|
1193
|
+
description?: string | null | undefined;
|
|
1194
|
+
brand?: string | null | undefined;
|
|
1195
|
+
statusId?: number | null | undefined;
|
|
1196
|
+
sizeId?: number | null | undefined;
|
|
1197
|
+
colorIds?: number[] | null | undefined;
|
|
1198
|
+
packageSizeId?: number | null | undefined;
|
|
1199
|
+
price?: number | null | undefined;
|
|
1200
|
+
currency?: string | null | undefined;
|
|
1201
|
+
catalog?: string | null | undefined;
|
|
1202
|
+
catalogId?: number | null | undefined;
|
|
1203
|
+
colors?: string[] | null | undefined;
|
|
1204
|
+
measurementLength?: number | null | undefined;
|
|
1205
|
+
measurementWidth?: number | null | undefined;
|
|
1206
|
+
photoUrls?: string[] | null | undefined;
|
|
1207
|
+
size?: string | null | undefined;
|
|
1208
|
+
isDraft?: boolean | null | undefined;
|
|
1209
|
+
isArchived?: boolean | null | undefined;
|
|
1210
|
+
availableQuantity?: number | null | undefined;
|
|
1211
|
+
material?: number[] | null | undefined;
|
|
1212
|
+
manufacturerLabelling?: string | null | undefined;
|
|
1213
|
+
labels?: string[] | null | undefined;
|
|
1214
|
+
};
|
|
1215
|
+
createdAt?: Date | null | undefined;
|
|
1216
|
+
platformUrl?: string | null | undefined;
|
|
1217
|
+
};
|
|
1218
|
+
}, {
|
|
1219
|
+
post: {
|
|
1220
|
+
platformId: string;
|
|
1221
|
+
post: {
|
|
1222
|
+
status?: string | null | undefined;
|
|
1223
|
+
title?: string | null | undefined;
|
|
1224
|
+
description?: string | null | undefined;
|
|
1225
|
+
brand?: string | null | undefined;
|
|
1226
|
+
statusId?: number | null | undefined;
|
|
1227
|
+
sizeId?: number | null | undefined;
|
|
1228
|
+
colorIds?: number[] | null | undefined;
|
|
1229
|
+
packageSizeId?: number | null | undefined;
|
|
1230
|
+
price?: number | null | undefined;
|
|
1231
|
+
currency?: string | null | undefined;
|
|
1232
|
+
catalog?: string | null | undefined;
|
|
1233
|
+
catalogId?: number | null | undefined;
|
|
1234
|
+
colors?: string[] | null | undefined;
|
|
1235
|
+
measurementLength?: number | null | undefined;
|
|
1236
|
+
measurementWidth?: number | null | undefined;
|
|
1237
|
+
photoUrls?: string[] | null | undefined;
|
|
1238
|
+
size?: string | null | undefined;
|
|
1239
|
+
isDraft?: boolean | null | undefined;
|
|
1240
|
+
isArchived?: boolean | null | undefined;
|
|
1241
|
+
availableQuantity?: number | null | undefined;
|
|
1242
|
+
material?: number[] | null | undefined;
|
|
1243
|
+
manufacturerLabelling?: string | null | undefined;
|
|
1244
|
+
labels?: string[] | null | undefined;
|
|
1245
|
+
};
|
|
1246
|
+
createdAt?: Date | null | undefined;
|
|
1247
|
+
platformUrl?: string | null | undefined;
|
|
1248
|
+
};
|
|
1249
|
+
}>;
|
|
1250
|
+
type: z.ZodLiteral<"IMPORTED">;
|
|
1251
|
+
}, "strip", z.ZodTypeAny, {
|
|
1252
|
+
type: "IMPORTED";
|
|
1253
|
+
data: {
|
|
1254
|
+
post: {
|
|
1255
|
+
platformId: string;
|
|
1256
|
+
post: {
|
|
1257
|
+
status?: string | null | undefined;
|
|
1258
|
+
title?: string | null | undefined;
|
|
1259
|
+
description?: string | null | undefined;
|
|
1260
|
+
brand?: string | null | undefined;
|
|
1261
|
+
statusId?: number | null | undefined;
|
|
1262
|
+
sizeId?: number | null | undefined;
|
|
1263
|
+
colorIds?: number[] | null | undefined;
|
|
1264
|
+
packageSizeId?: number | null | undefined;
|
|
1265
|
+
price?: number | null | undefined;
|
|
1266
|
+
currency?: string | null | undefined;
|
|
1267
|
+
catalog?: string | null | undefined;
|
|
1268
|
+
catalogId?: number | null | undefined;
|
|
1269
|
+
colors?: string[] | null | undefined;
|
|
1270
|
+
measurementLength?: number | null | undefined;
|
|
1271
|
+
measurementWidth?: number | null | undefined;
|
|
1272
|
+
photoUrls?: string[] | null | undefined;
|
|
1273
|
+
size?: string | null | undefined;
|
|
1274
|
+
isDraft?: boolean | null | undefined;
|
|
1275
|
+
isArchived?: boolean | null | undefined;
|
|
1276
|
+
availableQuantity?: number | null | undefined;
|
|
1277
|
+
material?: number[] | null | undefined;
|
|
1278
|
+
manufacturerLabelling?: string | null | undefined;
|
|
1279
|
+
labels?: string[] | null | undefined;
|
|
1280
|
+
};
|
|
1281
|
+
createdAt?: Date | null | undefined;
|
|
1282
|
+
platformUrl?: string | null | undefined;
|
|
1283
|
+
};
|
|
1284
|
+
};
|
|
1285
|
+
}, {
|
|
1286
|
+
type: "IMPORTED";
|
|
1287
|
+
data: {
|
|
1288
|
+
post: {
|
|
1289
|
+
platformId: string;
|
|
1290
|
+
post: {
|
|
1291
|
+
status?: string | null | undefined;
|
|
1292
|
+
title?: string | null | undefined;
|
|
1293
|
+
description?: string | null | undefined;
|
|
1294
|
+
brand?: string | null | undefined;
|
|
1295
|
+
statusId?: number | null | undefined;
|
|
1296
|
+
sizeId?: number | null | undefined;
|
|
1297
|
+
colorIds?: number[] | null | undefined;
|
|
1298
|
+
packageSizeId?: number | null | undefined;
|
|
1299
|
+
price?: number | null | undefined;
|
|
1300
|
+
currency?: string | null | undefined;
|
|
1301
|
+
catalog?: string | null | undefined;
|
|
1302
|
+
catalogId?: number | null | undefined;
|
|
1303
|
+
colors?: string[] | null | undefined;
|
|
1304
|
+
measurementLength?: number | null | undefined;
|
|
1305
|
+
measurementWidth?: number | null | undefined;
|
|
1306
|
+
photoUrls?: string[] | null | undefined;
|
|
1307
|
+
size?: string | null | undefined;
|
|
1308
|
+
isDraft?: boolean | null | undefined;
|
|
1309
|
+
isArchived?: boolean | null | undefined;
|
|
1310
|
+
availableQuantity?: number | null | undefined;
|
|
1311
|
+
material?: number[] | null | undefined;
|
|
1312
|
+
manufacturerLabelling?: string | null | undefined;
|
|
1313
|
+
labels?: string[] | null | undefined;
|
|
1314
|
+
};
|
|
1315
|
+
createdAt?: Date | null | undefined;
|
|
1316
|
+
platformUrl?: string | null | undefined;
|
|
1317
|
+
};
|
|
1318
|
+
};
|
|
1011
1319
|
}>, z.ZodObject<{
|
|
1012
1320
|
data: z.ZodObject<{
|
|
1013
1321
|
accountId: z.ZodString;
|
|
@@ -1032,24 +1340,24 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1032
1340
|
accountId: z.ZodString;
|
|
1033
1341
|
caseId: z.ZodString;
|
|
1034
1342
|
}, "strip", z.ZodTypeAny, {
|
|
1035
|
-
accountId: string;
|
|
1036
1343
|
caseId: string;
|
|
1037
|
-
}, {
|
|
1038
1344
|
accountId: string;
|
|
1345
|
+
}, {
|
|
1039
1346
|
caseId: string;
|
|
1347
|
+
accountId: string;
|
|
1040
1348
|
}>;
|
|
1041
1349
|
type: z.ZodLiteral<"LIFECYCLE_STARTED">;
|
|
1042
1350
|
}, "strip", z.ZodTypeAny, {
|
|
1043
1351
|
type: "LIFECYCLE_STARTED";
|
|
1044
1352
|
data: {
|
|
1045
|
-
accountId: string;
|
|
1046
1353
|
caseId: string;
|
|
1354
|
+
accountId: string;
|
|
1047
1355
|
};
|
|
1048
1356
|
}, {
|
|
1049
1357
|
type: "LIFECYCLE_STARTED";
|
|
1050
1358
|
data: {
|
|
1051
|
-
accountId: string;
|
|
1052
1359
|
caseId: string;
|
|
1360
|
+
accountId: string;
|
|
1053
1361
|
};
|
|
1054
1362
|
}>, z.ZodObject<{
|
|
1055
1363
|
data: z.ZodObject<{
|
|
@@ -1074,6 +1382,10 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1074
1382
|
roundStep?: number | null | undefined;
|
|
1075
1383
|
maxRounds?: number | null | undefined;
|
|
1076
1384
|
}>>>;
|
|
1385
|
+
isTransfer: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1386
|
+
sourceAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1387
|
+
targetAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1388
|
+
targetUserId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1077
1389
|
}, "strip", z.ZodTypeAny, {
|
|
1078
1390
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1079
1391
|
publishingDate?: Date | null | undefined;
|
|
@@ -1084,6 +1396,10 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1084
1396
|
roundStep?: number | null | undefined;
|
|
1085
1397
|
maxRounds?: number | null | undefined;
|
|
1086
1398
|
} | null | undefined;
|
|
1399
|
+
isTransfer?: boolean | null | undefined;
|
|
1400
|
+
sourceAccountId?: string | null | undefined;
|
|
1401
|
+
targetAccountId?: string | null | undefined;
|
|
1402
|
+
targetUserId?: number | null | undefined;
|
|
1087
1403
|
}, {
|
|
1088
1404
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1089
1405
|
publishingDate?: Date | null | undefined;
|
|
@@ -1094,6 +1410,10 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1094
1410
|
roundStep?: number | null | undefined;
|
|
1095
1411
|
maxRounds?: number | null | undefined;
|
|
1096
1412
|
} | null | undefined;
|
|
1413
|
+
isTransfer?: boolean | null | undefined;
|
|
1414
|
+
sourceAccountId?: string | null | undefined;
|
|
1415
|
+
targetAccountId?: string | null | undefined;
|
|
1416
|
+
targetUserId?: number | null | undefined;
|
|
1097
1417
|
}>;
|
|
1098
1418
|
type: z.ZodLiteral<"REPUBLISHING">;
|
|
1099
1419
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1108,6 +1428,10 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1108
1428
|
roundStep?: number | null | undefined;
|
|
1109
1429
|
maxRounds?: number | null | undefined;
|
|
1110
1430
|
} | null | undefined;
|
|
1431
|
+
isTransfer?: boolean | null | undefined;
|
|
1432
|
+
sourceAccountId?: string | null | undefined;
|
|
1433
|
+
targetAccountId?: string | null | undefined;
|
|
1434
|
+
targetUserId?: number | null | undefined;
|
|
1111
1435
|
};
|
|
1112
1436
|
}, {
|
|
1113
1437
|
type: "REPUBLISHING";
|
|
@@ -1121,6 +1445,129 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1121
1445
|
roundStep?: number | null | undefined;
|
|
1122
1446
|
maxRounds?: number | null | undefined;
|
|
1123
1447
|
} | null | undefined;
|
|
1448
|
+
isTransfer?: boolean | null | undefined;
|
|
1449
|
+
sourceAccountId?: string | null | undefined;
|
|
1450
|
+
targetAccountId?: string | null | undefined;
|
|
1451
|
+
targetUserId?: number | null | undefined;
|
|
1452
|
+
};
|
|
1453
|
+
}>, z.ZodObject<{
|
|
1454
|
+
data: z.ZodObject<{
|
|
1455
|
+
platform: z.ZodEnum<["ETSY", "SHOPIFY", "VINTED"]>;
|
|
1456
|
+
attemptNumber: z.ZodNumber;
|
|
1457
|
+
maxAttempts: z.ZodNumber;
|
|
1458
|
+
previousHistoryId: z.ZodString;
|
|
1459
|
+
originalFailureDate: z.ZodDate;
|
|
1460
|
+
fields: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
1461
|
+
field: z.ZodEnum<["TITLE", "DESCRIPTION", "SIZE", "BRAND", "STATUS", "PRICE", "PACKAGE_SIZE", "COLOR", "CATALOG", "PHOTOS", "UNKNOWN"]>;
|
|
1462
|
+
autoFixable: z.ZodBoolean;
|
|
1463
|
+
error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1464
|
+
}, "strip", z.ZodTypeAny, {
|
|
1465
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1466
|
+
autoFixable: boolean;
|
|
1467
|
+
error?: string | null | undefined;
|
|
1468
|
+
}, {
|
|
1469
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1470
|
+
autoFixable: boolean;
|
|
1471
|
+
error?: string | null | undefined;
|
|
1472
|
+
}>, "many">>>;
|
|
1473
|
+
priceDropPayload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1474
|
+
type: z.ZodEnum<["PERCENTAGE", "ABSOLUTE"]>;
|
|
1475
|
+
value: z.ZodNumber;
|
|
1476
|
+
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
1477
|
+
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1478
|
+
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1479
|
+
}, "strip", z.ZodTypeAny, {
|
|
1480
|
+
value: number;
|
|
1481
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1482
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1483
|
+
roundStep?: number | null | undefined;
|
|
1484
|
+
maxRounds?: number | null | undefined;
|
|
1485
|
+
}, {
|
|
1486
|
+
value: number;
|
|
1487
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1488
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1489
|
+
roundStep?: number | null | undefined;
|
|
1490
|
+
maxRounds?: number | null | undefined;
|
|
1491
|
+
}>>>;
|
|
1492
|
+
}, "strip", z.ZodTypeAny, {
|
|
1493
|
+
maxAttempts: number;
|
|
1494
|
+
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1495
|
+
attemptNumber: number;
|
|
1496
|
+
previousHistoryId: string;
|
|
1497
|
+
originalFailureDate: Date;
|
|
1498
|
+
fields?: {
|
|
1499
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1500
|
+
autoFixable: boolean;
|
|
1501
|
+
error?: string | null | undefined;
|
|
1502
|
+
}[] | null | undefined;
|
|
1503
|
+
priceDropPayload?: {
|
|
1504
|
+
value: number;
|
|
1505
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1506
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1507
|
+
roundStep?: number | null | undefined;
|
|
1508
|
+
maxRounds?: number | null | undefined;
|
|
1509
|
+
} | null | undefined;
|
|
1510
|
+
}, {
|
|
1511
|
+
maxAttempts: number;
|
|
1512
|
+
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1513
|
+
attemptNumber: number;
|
|
1514
|
+
previousHistoryId: string;
|
|
1515
|
+
originalFailureDate: Date;
|
|
1516
|
+
fields?: {
|
|
1517
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1518
|
+
autoFixable: boolean;
|
|
1519
|
+
error?: string | null | undefined;
|
|
1520
|
+
}[] | null | undefined;
|
|
1521
|
+
priceDropPayload?: {
|
|
1522
|
+
value: number;
|
|
1523
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1524
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1525
|
+
roundStep?: number | null | undefined;
|
|
1526
|
+
maxRounds?: number | null | undefined;
|
|
1527
|
+
} | null | undefined;
|
|
1528
|
+
}>;
|
|
1529
|
+
type: z.ZodLiteral<"REPUBLISHING_RETRY">;
|
|
1530
|
+
}, "strip", z.ZodTypeAny, {
|
|
1531
|
+
type: "REPUBLISHING_RETRY";
|
|
1532
|
+
data: {
|
|
1533
|
+
maxAttempts: number;
|
|
1534
|
+
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1535
|
+
attemptNumber: number;
|
|
1536
|
+
previousHistoryId: string;
|
|
1537
|
+
originalFailureDate: Date;
|
|
1538
|
+
fields?: {
|
|
1539
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1540
|
+
autoFixable: boolean;
|
|
1541
|
+
error?: string | null | undefined;
|
|
1542
|
+
}[] | null | undefined;
|
|
1543
|
+
priceDropPayload?: {
|
|
1544
|
+
value: number;
|
|
1545
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1546
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1547
|
+
roundStep?: number | null | undefined;
|
|
1548
|
+
maxRounds?: number | null | undefined;
|
|
1549
|
+
} | null | undefined;
|
|
1550
|
+
};
|
|
1551
|
+
}, {
|
|
1552
|
+
type: "REPUBLISHING_RETRY";
|
|
1553
|
+
data: {
|
|
1554
|
+
maxAttempts: number;
|
|
1555
|
+
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1556
|
+
attemptNumber: number;
|
|
1557
|
+
previousHistoryId: string;
|
|
1558
|
+
originalFailureDate: Date;
|
|
1559
|
+
fields?: {
|
|
1560
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1561
|
+
autoFixable: boolean;
|
|
1562
|
+
error?: string | null | undefined;
|
|
1563
|
+
}[] | null | undefined;
|
|
1564
|
+
priceDropPayload?: {
|
|
1565
|
+
value: number;
|
|
1566
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1567
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1568
|
+
roundStep?: number | null | undefined;
|
|
1569
|
+
maxRounds?: number | null | undefined;
|
|
1570
|
+
} | null | undefined;
|
|
1124
1571
|
};
|
|
1125
1572
|
}>, z.ZodObject<{
|
|
1126
1573
|
data: z.ZodObject<{
|
|
@@ -1146,13 +1593,85 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1146
1593
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1147
1594
|
publishingDate?: Date | null | undefined;
|
|
1148
1595
|
};
|
|
1596
|
+
}>, z.ZodObject<{
|
|
1597
|
+
data: z.ZodObject<{
|
|
1598
|
+
platform: z.ZodEnum<["ETSY", "SHOPIFY", "VINTED"]>;
|
|
1599
|
+
attemptNumber: z.ZodNumber;
|
|
1600
|
+
maxAttempts: z.ZodNumber;
|
|
1601
|
+
previousHistoryId: z.ZodString;
|
|
1602
|
+
originalFailureDate: z.ZodDate;
|
|
1603
|
+
fields: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
1604
|
+
field: z.ZodEnum<["TITLE", "DESCRIPTION", "SIZE", "BRAND", "STATUS", "PRICE", "PACKAGE_SIZE", "COLOR", "CATALOG", "PHOTOS", "UNKNOWN"]>;
|
|
1605
|
+
autoFixable: z.ZodBoolean;
|
|
1606
|
+
error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1607
|
+
}, "strip", z.ZodTypeAny, {
|
|
1608
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1609
|
+
autoFixable: boolean;
|
|
1610
|
+
error?: string | null | undefined;
|
|
1611
|
+
}, {
|
|
1612
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1613
|
+
autoFixable: boolean;
|
|
1614
|
+
error?: string | null | undefined;
|
|
1615
|
+
}>, "many">>>;
|
|
1616
|
+
}, "strip", z.ZodTypeAny, {
|
|
1617
|
+
maxAttempts: number;
|
|
1618
|
+
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1619
|
+
attemptNumber: number;
|
|
1620
|
+
previousHistoryId: string;
|
|
1621
|
+
originalFailureDate: Date;
|
|
1622
|
+
fields?: {
|
|
1623
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1624
|
+
autoFixable: boolean;
|
|
1625
|
+
error?: string | null | undefined;
|
|
1626
|
+
}[] | null | undefined;
|
|
1627
|
+
}, {
|
|
1628
|
+
maxAttempts: number;
|
|
1629
|
+
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1630
|
+
attemptNumber: number;
|
|
1631
|
+
previousHistoryId: string;
|
|
1632
|
+
originalFailureDate: Date;
|
|
1633
|
+
fields?: {
|
|
1634
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1635
|
+
autoFixable: boolean;
|
|
1636
|
+
error?: string | null | undefined;
|
|
1637
|
+
}[] | null | undefined;
|
|
1638
|
+
}>;
|
|
1639
|
+
type: z.ZodLiteral<"SCHEDULED_RETRY">;
|
|
1640
|
+
}, "strip", z.ZodTypeAny, {
|
|
1641
|
+
type: "SCHEDULED_RETRY";
|
|
1642
|
+
data: {
|
|
1643
|
+
maxAttempts: number;
|
|
1644
|
+
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1645
|
+
attemptNumber: number;
|
|
1646
|
+
previousHistoryId: string;
|
|
1647
|
+
originalFailureDate: Date;
|
|
1648
|
+
fields?: {
|
|
1649
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1650
|
+
autoFixable: boolean;
|
|
1651
|
+
error?: string | null | undefined;
|
|
1652
|
+
}[] | null | undefined;
|
|
1653
|
+
};
|
|
1654
|
+
}, {
|
|
1655
|
+
type: "SCHEDULED_RETRY";
|
|
1656
|
+
data: {
|
|
1657
|
+
maxAttempts: number;
|
|
1658
|
+
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1659
|
+
attemptNumber: number;
|
|
1660
|
+
previousHistoryId: string;
|
|
1661
|
+
originalFailureDate: Date;
|
|
1662
|
+
fields?: {
|
|
1663
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1664
|
+
autoFixable: boolean;
|
|
1665
|
+
error?: string | null | undefined;
|
|
1666
|
+
}[] | null | undefined;
|
|
1667
|
+
};
|
|
1149
1668
|
}>]>>>;
|
|
1150
1669
|
createdAt: z.ZodDate;
|
|
1151
1670
|
targetDate: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
1152
1671
|
accountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1153
1672
|
requestId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1154
1673
|
}, "strip", z.ZodTypeAny, {
|
|
1155
|
-
type: "
|
|
1674
|
+
type: "CANCELED" | "SCHEDULED" | "DELETED" | "ARCHIVED" | "DISPUTE" | "IMPORTED" | "UNARCHIVED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "SCHEDULED_RETRY" | "REPUBLISHING_RETRY" | "PUBLISH_CANCELED" | "REPUBLISHING" | "IMAGE_PROCESSING_DONE" | "REPUBLISHED" | "REPUBLISH_CANCELED" | "UPDATING" | "UPDATED" | "UPDATE_CANCELED" | "DELETING" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND" | "LIFECYCLE_STARTED" | "LIFECYCLE_COMPLETED" | "LIFECYCLE_CANCELED";
|
|
1156
1675
|
id: string;
|
|
1157
1676
|
createdAt: Date;
|
|
1158
1677
|
itemId: string | number;
|
|
@@ -1183,6 +1702,12 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1183
1702
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1184
1703
|
accountId?: string | null | undefined;
|
|
1185
1704
|
reason?: string | null | undefined;
|
|
1705
|
+
fields?: {
|
|
1706
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1707
|
+
autoFixable: boolean;
|
|
1708
|
+
error?: string | null | undefined;
|
|
1709
|
+
}[] | null | undefined;
|
|
1710
|
+
itemHistoryId?: string | null | undefined;
|
|
1186
1711
|
};
|
|
1187
1712
|
} | {
|
|
1188
1713
|
type: "IMAGE_PROCESSING_DONE";
|
|
@@ -1198,6 +1723,40 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1198
1723
|
}[] | null | undefined;
|
|
1199
1724
|
originalPhashes?: string[] | null | undefined;
|
|
1200
1725
|
};
|
|
1726
|
+
} | {
|
|
1727
|
+
type: "IMPORTED";
|
|
1728
|
+
data: {
|
|
1729
|
+
post: {
|
|
1730
|
+
platformId: string;
|
|
1731
|
+
post: {
|
|
1732
|
+
status?: string | null | undefined;
|
|
1733
|
+
title?: string | null | undefined;
|
|
1734
|
+
description?: string | null | undefined;
|
|
1735
|
+
brand?: string | null | undefined;
|
|
1736
|
+
statusId?: number | null | undefined;
|
|
1737
|
+
sizeId?: number | null | undefined;
|
|
1738
|
+
colorIds?: number[] | null | undefined;
|
|
1739
|
+
packageSizeId?: number | null | undefined;
|
|
1740
|
+
price?: number | null | undefined;
|
|
1741
|
+
currency?: string | null | undefined;
|
|
1742
|
+
catalog?: string | null | undefined;
|
|
1743
|
+
catalogId?: number | null | undefined;
|
|
1744
|
+
colors?: string[] | null | undefined;
|
|
1745
|
+
measurementLength?: number | null | undefined;
|
|
1746
|
+
measurementWidth?: number | null | undefined;
|
|
1747
|
+
photoUrls?: string[] | null | undefined;
|
|
1748
|
+
size?: string | null | undefined;
|
|
1749
|
+
isDraft?: boolean | null | undefined;
|
|
1750
|
+
isArchived?: boolean | null | undefined;
|
|
1751
|
+
availableQuantity?: number | null | undefined;
|
|
1752
|
+
material?: number[] | null | undefined;
|
|
1753
|
+
manufacturerLabelling?: string | null | undefined;
|
|
1754
|
+
labels?: string[] | null | undefined;
|
|
1755
|
+
};
|
|
1756
|
+
createdAt?: Date | null | undefined;
|
|
1757
|
+
platformUrl?: string | null | undefined;
|
|
1758
|
+
};
|
|
1759
|
+
};
|
|
1201
1760
|
} | {
|
|
1202
1761
|
type: "LIFECYCLE_COMPLETED";
|
|
1203
1762
|
data: {
|
|
@@ -1206,8 +1765,8 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1206
1765
|
} | {
|
|
1207
1766
|
type: "LIFECYCLE_STARTED";
|
|
1208
1767
|
data: {
|
|
1209
|
-
accountId: string;
|
|
1210
1768
|
caseId: string;
|
|
1769
|
+
accountId: string;
|
|
1211
1770
|
};
|
|
1212
1771
|
} | {
|
|
1213
1772
|
type: "REPUBLISHING";
|
|
@@ -1221,6 +1780,31 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1221
1780
|
roundStep?: number | null | undefined;
|
|
1222
1781
|
maxRounds?: number | null | undefined;
|
|
1223
1782
|
} | null | undefined;
|
|
1783
|
+
isTransfer?: boolean | null | undefined;
|
|
1784
|
+
sourceAccountId?: string | null | undefined;
|
|
1785
|
+
targetAccountId?: string | null | undefined;
|
|
1786
|
+
targetUserId?: number | null | undefined;
|
|
1787
|
+
};
|
|
1788
|
+
} | {
|
|
1789
|
+
type: "REPUBLISHING_RETRY";
|
|
1790
|
+
data: {
|
|
1791
|
+
maxAttempts: number;
|
|
1792
|
+
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1793
|
+
attemptNumber: number;
|
|
1794
|
+
previousHistoryId: string;
|
|
1795
|
+
originalFailureDate: Date;
|
|
1796
|
+
fields?: {
|
|
1797
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1798
|
+
autoFixable: boolean;
|
|
1799
|
+
error?: string | null | undefined;
|
|
1800
|
+
}[] | null | undefined;
|
|
1801
|
+
priceDropPayload?: {
|
|
1802
|
+
value: number;
|
|
1803
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1804
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1805
|
+
roundStep?: number | null | undefined;
|
|
1806
|
+
maxRounds?: number | null | undefined;
|
|
1807
|
+
} | null | undefined;
|
|
1224
1808
|
};
|
|
1225
1809
|
} | {
|
|
1226
1810
|
type: "SCHEDULED";
|
|
@@ -1228,12 +1812,26 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1228
1812
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1229
1813
|
publishingDate?: Date | null | undefined;
|
|
1230
1814
|
};
|
|
1815
|
+
} | {
|
|
1816
|
+
type: "SCHEDULED_RETRY";
|
|
1817
|
+
data: {
|
|
1818
|
+
maxAttempts: number;
|
|
1819
|
+
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1820
|
+
attemptNumber: number;
|
|
1821
|
+
previousHistoryId: string;
|
|
1822
|
+
originalFailureDate: Date;
|
|
1823
|
+
fields?: {
|
|
1824
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1825
|
+
autoFixable: boolean;
|
|
1826
|
+
error?: string | null | undefined;
|
|
1827
|
+
}[] | null | undefined;
|
|
1828
|
+
};
|
|
1231
1829
|
} | null | undefined;
|
|
1232
1830
|
accountId?: string | null | undefined;
|
|
1233
|
-
targetDate?: Date | null | undefined;
|
|
1234
1831
|
requestId?: string | null | undefined;
|
|
1832
|
+
targetDate?: Date | null | undefined;
|
|
1235
1833
|
}, {
|
|
1236
|
-
type: "
|
|
1834
|
+
type: "CANCELED" | "SCHEDULED" | "DELETED" | "ARCHIVED" | "DISPUTE" | "IMPORTED" | "UNARCHIVED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "SCHEDULED_RETRY" | "REPUBLISHING_RETRY" | "PUBLISH_CANCELED" | "REPUBLISHING" | "IMAGE_PROCESSING_DONE" | "REPUBLISHED" | "REPUBLISH_CANCELED" | "UPDATING" | "UPDATED" | "UPDATE_CANCELED" | "DELETING" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND" | "LIFECYCLE_STARTED" | "LIFECYCLE_COMPLETED" | "LIFECYCLE_CANCELED";
|
|
1237
1835
|
id: string;
|
|
1238
1836
|
createdAt: Date;
|
|
1239
1837
|
itemId: string | number;
|
|
@@ -1264,6 +1862,12 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1264
1862
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1265
1863
|
accountId?: string | null | undefined;
|
|
1266
1864
|
reason?: string | null | undefined;
|
|
1865
|
+
fields?: {
|
|
1866
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1867
|
+
autoFixable: boolean;
|
|
1868
|
+
error?: string | null | undefined;
|
|
1869
|
+
}[] | null | undefined;
|
|
1870
|
+
itemHistoryId?: string | null | undefined;
|
|
1267
1871
|
};
|
|
1268
1872
|
} | {
|
|
1269
1873
|
type: "IMAGE_PROCESSING_DONE";
|
|
@@ -1279,6 +1883,40 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1279
1883
|
}[] | null | undefined;
|
|
1280
1884
|
originalPhashes?: string[] | null | undefined;
|
|
1281
1885
|
};
|
|
1886
|
+
} | {
|
|
1887
|
+
type: "IMPORTED";
|
|
1888
|
+
data: {
|
|
1889
|
+
post: {
|
|
1890
|
+
platformId: string;
|
|
1891
|
+
post: {
|
|
1892
|
+
status?: string | null | undefined;
|
|
1893
|
+
title?: string | null | undefined;
|
|
1894
|
+
description?: string | null | undefined;
|
|
1895
|
+
brand?: string | null | undefined;
|
|
1896
|
+
statusId?: number | null | undefined;
|
|
1897
|
+
sizeId?: number | null | undefined;
|
|
1898
|
+
colorIds?: number[] | null | undefined;
|
|
1899
|
+
packageSizeId?: number | null | undefined;
|
|
1900
|
+
price?: number | null | undefined;
|
|
1901
|
+
currency?: string | null | undefined;
|
|
1902
|
+
catalog?: string | null | undefined;
|
|
1903
|
+
catalogId?: number | null | undefined;
|
|
1904
|
+
colors?: string[] | null | undefined;
|
|
1905
|
+
measurementLength?: number | null | undefined;
|
|
1906
|
+
measurementWidth?: number | null | undefined;
|
|
1907
|
+
photoUrls?: string[] | null | undefined;
|
|
1908
|
+
size?: string | null | undefined;
|
|
1909
|
+
isDraft?: boolean | null | undefined;
|
|
1910
|
+
isArchived?: boolean | null | undefined;
|
|
1911
|
+
availableQuantity?: number | null | undefined;
|
|
1912
|
+
material?: number[] | null | undefined;
|
|
1913
|
+
manufacturerLabelling?: string | null | undefined;
|
|
1914
|
+
labels?: string[] | null | undefined;
|
|
1915
|
+
};
|
|
1916
|
+
createdAt?: Date | null | undefined;
|
|
1917
|
+
platformUrl?: string | null | undefined;
|
|
1918
|
+
};
|
|
1919
|
+
};
|
|
1282
1920
|
} | {
|
|
1283
1921
|
type: "LIFECYCLE_COMPLETED";
|
|
1284
1922
|
data: {
|
|
@@ -1287,8 +1925,8 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1287
1925
|
} | {
|
|
1288
1926
|
type: "LIFECYCLE_STARTED";
|
|
1289
1927
|
data: {
|
|
1290
|
-
accountId: string;
|
|
1291
1928
|
caseId: string;
|
|
1929
|
+
accountId: string;
|
|
1292
1930
|
};
|
|
1293
1931
|
} | {
|
|
1294
1932
|
type: "REPUBLISHING";
|
|
@@ -1302,6 +1940,31 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1302
1940
|
roundStep?: number | null | undefined;
|
|
1303
1941
|
maxRounds?: number | null | undefined;
|
|
1304
1942
|
} | null | undefined;
|
|
1943
|
+
isTransfer?: boolean | null | undefined;
|
|
1944
|
+
sourceAccountId?: string | null | undefined;
|
|
1945
|
+
targetAccountId?: string | null | undefined;
|
|
1946
|
+
targetUserId?: number | null | undefined;
|
|
1947
|
+
};
|
|
1948
|
+
} | {
|
|
1949
|
+
type: "REPUBLISHING_RETRY";
|
|
1950
|
+
data: {
|
|
1951
|
+
maxAttempts: number;
|
|
1952
|
+
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1953
|
+
attemptNumber: number;
|
|
1954
|
+
previousHistoryId: string;
|
|
1955
|
+
originalFailureDate: Date;
|
|
1956
|
+
fields?: {
|
|
1957
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1958
|
+
autoFixable: boolean;
|
|
1959
|
+
error?: string | null | undefined;
|
|
1960
|
+
}[] | null | undefined;
|
|
1961
|
+
priceDropPayload?: {
|
|
1962
|
+
value: number;
|
|
1963
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1964
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1965
|
+
roundStep?: number | null | undefined;
|
|
1966
|
+
maxRounds?: number | null | undefined;
|
|
1967
|
+
} | null | undefined;
|
|
1305
1968
|
};
|
|
1306
1969
|
} | {
|
|
1307
1970
|
type: "SCHEDULED";
|
|
@@ -1309,10 +1972,24 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1309
1972
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1310
1973
|
publishingDate?: Date | null | undefined;
|
|
1311
1974
|
};
|
|
1975
|
+
} | {
|
|
1976
|
+
type: "SCHEDULED_RETRY";
|
|
1977
|
+
data: {
|
|
1978
|
+
maxAttempts: number;
|
|
1979
|
+
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1980
|
+
attemptNumber: number;
|
|
1981
|
+
previousHistoryId: string;
|
|
1982
|
+
originalFailureDate: Date;
|
|
1983
|
+
fields?: {
|
|
1984
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1985
|
+
autoFixable: boolean;
|
|
1986
|
+
error?: string | null | undefined;
|
|
1987
|
+
}[] | null | undefined;
|
|
1988
|
+
};
|
|
1312
1989
|
} | null | undefined;
|
|
1313
1990
|
accountId?: string | null | undefined;
|
|
1314
|
-
targetDate?: Date | null | undefined;
|
|
1315
1991
|
requestId?: string | null | undefined;
|
|
1992
|
+
targetDate?: Date | null | undefined;
|
|
1316
1993
|
}>>>;
|
|
1317
1994
|
platforms: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
1318
1995
|
id: z.ZodString;
|
|
@@ -1347,8 +2024,8 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1347
2024
|
conversationsMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1348
2025
|
}, "strip", z.ZodTypeAny, {
|
|
1349
2026
|
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
1350
|
-
userId: string | number;
|
|
1351
2027
|
name: string;
|
|
2028
|
+
userId: string | number;
|
|
1352
2029
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1353
2030
|
accountId: string;
|
|
1354
2031
|
locale?: string | null | undefined;
|
|
@@ -1361,8 +2038,8 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1361
2038
|
conversationsMaxDelay?: number | null | undefined;
|
|
1362
2039
|
}, {
|
|
1363
2040
|
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
1364
|
-
userId: string | number;
|
|
1365
2041
|
name: string;
|
|
2042
|
+
userId: string | number;
|
|
1366
2043
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1367
2044
|
accountId: string;
|
|
1368
2045
|
locale?: string | null | undefined;
|
|
@@ -1378,21 +2055,23 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1378
2055
|
viewsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1379
2056
|
favoritesCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1380
2057
|
}, "strip", z.ZodTypeAny, {
|
|
1381
|
-
status: "
|
|
2058
|
+
status: "DRAFT" | "PENDING" | "ERROR" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "DISPUTE";
|
|
1382
2059
|
id: string;
|
|
1383
2060
|
createdAt: Date;
|
|
1384
|
-
itemId: string | number;
|
|
1385
|
-
updatedAt: Date;
|
|
1386
2061
|
accountId: string;
|
|
2062
|
+
itemId: string | number;
|
|
1387
2063
|
platformId: string;
|
|
1388
2064
|
platformUrl: string;
|
|
2065
|
+
updatedAt: Date;
|
|
1389
2066
|
platformPrice: number;
|
|
1390
2067
|
publishedAt: Date;
|
|
2068
|
+
favoritesCount?: number | null | undefined;
|
|
2069
|
+
viewsCount?: number | null | undefined;
|
|
1391
2070
|
conversationId?: string | null | undefined;
|
|
1392
2071
|
account?: {
|
|
1393
2072
|
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
1394
|
-
userId: string | number;
|
|
1395
2073
|
name: string;
|
|
2074
|
+
userId: string | number;
|
|
1396
2075
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1397
2076
|
accountId: string;
|
|
1398
2077
|
locale?: string | null | undefined;
|
|
@@ -1404,24 +2083,24 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1404
2083
|
ordersMaxDelay?: number | null | undefined;
|
|
1405
2084
|
conversationsMaxDelay?: number | null | undefined;
|
|
1406
2085
|
} | null | undefined;
|
|
1407
|
-
viewsCount?: number | null | undefined;
|
|
1408
|
-
favoritesCount?: number | null | undefined;
|
|
1409
2086
|
}, {
|
|
1410
|
-
status: "
|
|
2087
|
+
status: "DRAFT" | "PENDING" | "ERROR" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "DISPUTE";
|
|
1411
2088
|
id: string;
|
|
1412
2089
|
createdAt: Date;
|
|
1413
|
-
itemId: string | number;
|
|
1414
|
-
updatedAt: Date;
|
|
1415
2090
|
accountId: string;
|
|
2091
|
+
itemId: string | number;
|
|
1416
2092
|
platformId: string;
|
|
1417
2093
|
platformUrl: string;
|
|
2094
|
+
updatedAt: Date;
|
|
1418
2095
|
platformPrice: number;
|
|
1419
2096
|
publishedAt: Date;
|
|
2097
|
+
favoritesCount?: number | null | undefined;
|
|
2098
|
+
viewsCount?: number | null | undefined;
|
|
1420
2099
|
conversationId?: string | null | undefined;
|
|
1421
2100
|
account?: {
|
|
1422
2101
|
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
1423
|
-
userId: string | number;
|
|
1424
2102
|
name: string;
|
|
2103
|
+
userId: string | number;
|
|
1425
2104
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1426
2105
|
accountId: string;
|
|
1427
2106
|
locale?: string | null | undefined;
|
|
@@ -1433,70 +2112,102 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1433
2112
|
ordersMaxDelay?: number | null | undefined;
|
|
1434
2113
|
conversationsMaxDelay?: number | null | undefined;
|
|
1435
2114
|
} | null | undefined;
|
|
1436
|
-
viewsCount?: number | null | undefined;
|
|
1437
|
-
favoritesCount?: number | null | undefined;
|
|
1438
2115
|
}>, "many">>>;
|
|
1439
2116
|
createdAt: z.ZodDate;
|
|
1440
2117
|
updatedAt: z.ZodDate;
|
|
1441
2118
|
}, "strip", z.ZodTypeAny, {
|
|
1442
2119
|
id: string | number;
|
|
1443
|
-
userId: string | number;
|
|
1444
|
-
createdAt: Date;
|
|
1445
2120
|
name: string;
|
|
2121
|
+
createdAt: Date;
|
|
2122
|
+
userId: string | number;
|
|
1446
2123
|
updatedAt: Date;
|
|
1447
2124
|
sold: boolean;
|
|
1448
|
-
customerId?: string | number | null | undefined;
|
|
1449
|
-
description?: string | null | undefined;
|
|
1450
|
-
state?: number | null | undefined;
|
|
1451
|
-
colorIds?: number[] | null | undefined;
|
|
1452
|
-
packageSizeId?: number | null | undefined;
|
|
1453
|
-
sizeId?: number | null | undefined;
|
|
1454
|
-
labels?: {
|
|
1455
|
-
itemId: string | number;
|
|
1456
|
-
labelId: string | number;
|
|
1457
|
-
label?: {
|
|
1458
|
-
id: string | number;
|
|
1459
|
-
createdAt: Date;
|
|
1460
|
-
name: string;
|
|
1461
|
-
isUserLabel: boolean;
|
|
1462
|
-
itemCount?: number | null | undefined;
|
|
1463
|
-
userId?: string | number | null | undefined;
|
|
1464
|
-
} | null | undefined;
|
|
1465
|
-
}[] | null | undefined;
|
|
1466
2125
|
fees?: {
|
|
1467
2126
|
value: number;
|
|
1468
2127
|
type: string;
|
|
1469
2128
|
id: string | number;
|
|
1470
|
-
userId: string | number;
|
|
1471
|
-
createdAt: Date;
|
|
1472
2129
|
name: string;
|
|
2130
|
+
createdAt: Date;
|
|
2131
|
+
userId: string | number;
|
|
2132
|
+
updatedAt: Date;
|
|
1473
2133
|
recurrence: "UNIQUE" | "MONTHLY" | "YEARLY";
|
|
1474
2134
|
startDate: Date;
|
|
1475
2135
|
active: boolean;
|
|
1476
|
-
updatedAt: Date;
|
|
1477
2136
|
description?: string | null | undefined;
|
|
1478
|
-
endDate?: Date | null | undefined;
|
|
1479
2137
|
itemId?: string | number | null | undefined;
|
|
2138
|
+
endDate?: Date | null | undefined;
|
|
1480
2139
|
parentFeeId?: string | number | null | undefined;
|
|
1481
2140
|
}[] | null | undefined;
|
|
2141
|
+
description?: string | null | undefined;
|
|
1482
2142
|
categoryId?: number | null | undefined;
|
|
2143
|
+
sizeId?: number | null | undefined;
|
|
2144
|
+
colorIds?: number[] | null | undefined;
|
|
2145
|
+
packageSizeId?: number | null | undefined;
|
|
1483
2146
|
brandId?: string | number | null | undefined;
|
|
1484
2147
|
estimatedPrice?: number | null | undefined;
|
|
1485
2148
|
purchaseDate?: Date | null | undefined;
|
|
1486
2149
|
sellingDate?: Date | null | undefined;
|
|
1487
|
-
|
|
2150
|
+
state?: number | null | undefined;
|
|
2151
|
+
labels?: {
|
|
2152
|
+
itemId: string | number;
|
|
2153
|
+
labelId: string | number;
|
|
2154
|
+
label?: {
|
|
2155
|
+
id: string | number;
|
|
2156
|
+
name: string;
|
|
2157
|
+
createdAt: Date;
|
|
2158
|
+
isUserLabel: boolean;
|
|
2159
|
+
itemCount?: number | null | undefined;
|
|
2160
|
+
userId?: string | number | null | undefined;
|
|
2161
|
+
} | null | undefined;
|
|
2162
|
+
}[] | null | undefined;
|
|
1488
2163
|
files?: {
|
|
1489
|
-
fileId: string;
|
|
1490
2164
|
itemId: string | number;
|
|
2165
|
+
fileId: string;
|
|
2166
|
+
index?: number | null | undefined;
|
|
1491
2167
|
file?: {
|
|
1492
2168
|
path: string;
|
|
1493
2169
|
id: string;
|
|
2170
|
+
createdAt: Date;
|
|
1494
2171
|
userId: string | number;
|
|
1495
2172
|
signedUrl: string;
|
|
1496
|
-
createdAt: Date;
|
|
1497
2173
|
} | null | undefined;
|
|
1498
|
-
index?: number | null | undefined;
|
|
1499
2174
|
}[] | null | undefined;
|
|
2175
|
+
platforms?: {
|
|
2176
|
+
status: "DRAFT" | "PENDING" | "ERROR" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "DISPUTE";
|
|
2177
|
+
id: string;
|
|
2178
|
+
createdAt: Date;
|
|
2179
|
+
accountId: string;
|
|
2180
|
+
itemId: string | number;
|
|
2181
|
+
platformId: string;
|
|
2182
|
+
platformUrl: string;
|
|
2183
|
+
updatedAt: Date;
|
|
2184
|
+
platformPrice: number;
|
|
2185
|
+
publishedAt: Date;
|
|
2186
|
+
favoritesCount?: number | null | undefined;
|
|
2187
|
+
viewsCount?: number | null | undefined;
|
|
2188
|
+
conversationId?: string | null | undefined;
|
|
2189
|
+
account?: {
|
|
2190
|
+
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
2191
|
+
name: string;
|
|
2192
|
+
userId: string | number;
|
|
2193
|
+
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
2194
|
+
accountId: string;
|
|
2195
|
+
locale?: string | null | undefined;
|
|
2196
|
+
night?: {
|
|
2197
|
+
startsAt: Date;
|
|
2198
|
+
endsAt: Date;
|
|
2199
|
+
} | null | undefined;
|
|
2200
|
+
favoritesMaxDelay?: number | null | undefined;
|
|
2201
|
+
ordersMaxDelay?: number | null | undefined;
|
|
2202
|
+
conversationsMaxDelay?: number | null | undefined;
|
|
2203
|
+
} | null | undefined;
|
|
2204
|
+
}[] | null | undefined;
|
|
2205
|
+
fields?: {
|
|
2206
|
+
value: string;
|
|
2207
|
+
itemId: string | number;
|
|
2208
|
+
fieldId: string | number;
|
|
2209
|
+
}[] | null | undefined;
|
|
2210
|
+
sku?: string | null | undefined;
|
|
1500
2211
|
sex?: string | null | undefined;
|
|
1501
2212
|
purchasePrice?: number | null | undefined;
|
|
1502
2213
|
purchasePlaceId?: string | number | null | undefined;
|
|
@@ -1504,10 +2215,11 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1504
2215
|
sellingPrice?: number | null | undefined;
|
|
1505
2216
|
sellingPlaceId?: string | number | null | undefined;
|
|
1506
2217
|
feesSum?: number | null | undefined;
|
|
2218
|
+
customerId?: string | number | null | undefined;
|
|
1507
2219
|
customer?: {
|
|
1508
|
-
email: string;
|
|
1509
2220
|
id: string | number;
|
|
1510
2221
|
userId: string | number;
|
|
2222
|
+
email: string;
|
|
1511
2223
|
firstName: string;
|
|
1512
2224
|
lastName: string;
|
|
1513
2225
|
birthDate: Date;
|
|
@@ -1522,13 +2234,8 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1522
2234
|
customerPaidDate?: Date | null | undefined;
|
|
1523
2235
|
customerPaidType?: string | null | undefined;
|
|
1524
2236
|
contractId?: string | number | null | undefined;
|
|
1525
|
-
fields?: {
|
|
1526
|
-
value: string;
|
|
1527
|
-
itemId: string | number;
|
|
1528
|
-
fieldId: string | number;
|
|
1529
|
-
}[] | null | undefined;
|
|
1530
2237
|
lastHistory?: {
|
|
1531
|
-
type: "
|
|
2238
|
+
type: "CANCELED" | "SCHEDULED" | "DELETED" | "ARCHIVED" | "DISPUTE" | "IMPORTED" | "UNARCHIVED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "SCHEDULED_RETRY" | "REPUBLISHING_RETRY" | "PUBLISH_CANCELED" | "REPUBLISHING" | "IMAGE_PROCESSING_DONE" | "REPUBLISHED" | "REPUBLISH_CANCELED" | "UPDATING" | "UPDATED" | "UPDATE_CANCELED" | "DELETING" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND" | "LIFECYCLE_STARTED" | "LIFECYCLE_COMPLETED" | "LIFECYCLE_CANCELED";
|
|
1532
2239
|
id: string;
|
|
1533
2240
|
createdAt: Date;
|
|
1534
2241
|
itemId: string | number;
|
|
@@ -1559,6 +2266,12 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1559
2266
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1560
2267
|
accountId?: string | null | undefined;
|
|
1561
2268
|
reason?: string | null | undefined;
|
|
2269
|
+
fields?: {
|
|
2270
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2271
|
+
autoFixable: boolean;
|
|
2272
|
+
error?: string | null | undefined;
|
|
2273
|
+
}[] | null | undefined;
|
|
2274
|
+
itemHistoryId?: string | null | undefined;
|
|
1562
2275
|
};
|
|
1563
2276
|
} | {
|
|
1564
2277
|
type: "IMAGE_PROCESSING_DONE";
|
|
@@ -1574,6 +2287,40 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1574
2287
|
}[] | null | undefined;
|
|
1575
2288
|
originalPhashes?: string[] | null | undefined;
|
|
1576
2289
|
};
|
|
2290
|
+
} | {
|
|
2291
|
+
type: "IMPORTED";
|
|
2292
|
+
data: {
|
|
2293
|
+
post: {
|
|
2294
|
+
platformId: string;
|
|
2295
|
+
post: {
|
|
2296
|
+
status?: string | null | undefined;
|
|
2297
|
+
title?: string | null | undefined;
|
|
2298
|
+
description?: string | null | undefined;
|
|
2299
|
+
brand?: string | null | undefined;
|
|
2300
|
+
statusId?: number | null | undefined;
|
|
2301
|
+
sizeId?: number | null | undefined;
|
|
2302
|
+
colorIds?: number[] | null | undefined;
|
|
2303
|
+
packageSizeId?: number | null | undefined;
|
|
2304
|
+
price?: number | null | undefined;
|
|
2305
|
+
currency?: string | null | undefined;
|
|
2306
|
+
catalog?: string | null | undefined;
|
|
2307
|
+
catalogId?: number | null | undefined;
|
|
2308
|
+
colors?: string[] | null | undefined;
|
|
2309
|
+
measurementLength?: number | null | undefined;
|
|
2310
|
+
measurementWidth?: number | null | undefined;
|
|
2311
|
+
photoUrls?: string[] | null | undefined;
|
|
2312
|
+
size?: string | null | undefined;
|
|
2313
|
+
isDraft?: boolean | null | undefined;
|
|
2314
|
+
isArchived?: boolean | null | undefined;
|
|
2315
|
+
availableQuantity?: number | null | undefined;
|
|
2316
|
+
material?: number[] | null | undefined;
|
|
2317
|
+
manufacturerLabelling?: string | null | undefined;
|
|
2318
|
+
labels?: string[] | null | undefined;
|
|
2319
|
+
};
|
|
2320
|
+
createdAt?: Date | null | undefined;
|
|
2321
|
+
platformUrl?: string | null | undefined;
|
|
2322
|
+
};
|
|
2323
|
+
};
|
|
1577
2324
|
} | {
|
|
1578
2325
|
type: "LIFECYCLE_COMPLETED";
|
|
1579
2326
|
data: {
|
|
@@ -1582,8 +2329,8 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1582
2329
|
} | {
|
|
1583
2330
|
type: "LIFECYCLE_STARTED";
|
|
1584
2331
|
data: {
|
|
1585
|
-
accountId: string;
|
|
1586
2332
|
caseId: string;
|
|
2333
|
+
accountId: string;
|
|
1587
2334
|
};
|
|
1588
2335
|
} | {
|
|
1589
2336
|
type: "REPUBLISHING";
|
|
@@ -1597,6 +2344,31 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1597
2344
|
roundStep?: number | null | undefined;
|
|
1598
2345
|
maxRounds?: number | null | undefined;
|
|
1599
2346
|
} | null | undefined;
|
|
2347
|
+
isTransfer?: boolean | null | undefined;
|
|
2348
|
+
sourceAccountId?: string | null | undefined;
|
|
2349
|
+
targetAccountId?: string | null | undefined;
|
|
2350
|
+
targetUserId?: number | null | undefined;
|
|
2351
|
+
};
|
|
2352
|
+
} | {
|
|
2353
|
+
type: "REPUBLISHING_RETRY";
|
|
2354
|
+
data: {
|
|
2355
|
+
maxAttempts: number;
|
|
2356
|
+
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
2357
|
+
attemptNumber: number;
|
|
2358
|
+
previousHistoryId: string;
|
|
2359
|
+
originalFailureDate: Date;
|
|
2360
|
+
fields?: {
|
|
2361
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2362
|
+
autoFixable: boolean;
|
|
2363
|
+
error?: string | null | undefined;
|
|
2364
|
+
}[] | null | undefined;
|
|
2365
|
+
priceDropPayload?: {
|
|
2366
|
+
value: number;
|
|
2367
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2368
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2369
|
+
roundStep?: number | null | undefined;
|
|
2370
|
+
maxRounds?: number | null | undefined;
|
|
2371
|
+
} | null | undefined;
|
|
1600
2372
|
};
|
|
1601
2373
|
} | {
|
|
1602
2374
|
type: "SCHEDULED";
|
|
@@ -1604,100 +2376,118 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1604
2376
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1605
2377
|
publishingDate?: Date | null | undefined;
|
|
1606
2378
|
};
|
|
2379
|
+
} | {
|
|
2380
|
+
type: "SCHEDULED_RETRY";
|
|
2381
|
+
data: {
|
|
2382
|
+
maxAttempts: number;
|
|
2383
|
+
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
2384
|
+
attemptNumber: number;
|
|
2385
|
+
previousHistoryId: string;
|
|
2386
|
+
originalFailureDate: Date;
|
|
2387
|
+
fields?: {
|
|
2388
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2389
|
+
autoFixable: boolean;
|
|
2390
|
+
error?: string | null | undefined;
|
|
2391
|
+
}[] | null | undefined;
|
|
2392
|
+
};
|
|
1607
2393
|
} | null | undefined;
|
|
1608
2394
|
accountId?: string | null | undefined;
|
|
1609
|
-
targetDate?: Date | null | undefined;
|
|
1610
2395
|
requestId?: string | null | undefined;
|
|
2396
|
+
targetDate?: Date | null | undefined;
|
|
1611
2397
|
} | null | undefined;
|
|
1612
|
-
platforms?: {
|
|
1613
|
-
status: "ARCHIVED" | "DISPUTE" | "DELETED" | "DRAFT" | "PENDING" | "ERROR" | "ONLINE" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN";
|
|
1614
|
-
id: string;
|
|
1615
|
-
createdAt: Date;
|
|
1616
|
-
itemId: string | number;
|
|
1617
|
-
updatedAt: Date;
|
|
1618
|
-
accountId: string;
|
|
1619
|
-
platformId: string;
|
|
1620
|
-
platformUrl: string;
|
|
1621
|
-
platformPrice: number;
|
|
1622
|
-
publishedAt: Date;
|
|
1623
|
-
conversationId?: string | null | undefined;
|
|
1624
|
-
account?: {
|
|
1625
|
-
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
1626
|
-
userId: string | number;
|
|
1627
|
-
name: string;
|
|
1628
|
-
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1629
|
-
accountId: string;
|
|
1630
|
-
locale?: string | null | undefined;
|
|
1631
|
-
night?: {
|
|
1632
|
-
startsAt: Date;
|
|
1633
|
-
endsAt: Date;
|
|
1634
|
-
} | null | undefined;
|
|
1635
|
-
favoritesMaxDelay?: number | null | undefined;
|
|
1636
|
-
ordersMaxDelay?: number | null | undefined;
|
|
1637
|
-
conversationsMaxDelay?: number | null | undefined;
|
|
1638
|
-
} | null | undefined;
|
|
1639
|
-
viewsCount?: number | null | undefined;
|
|
1640
|
-
favoritesCount?: number | null | undefined;
|
|
1641
|
-
}[] | null | undefined;
|
|
1642
2398
|
}, {
|
|
1643
2399
|
id: string | number;
|
|
1644
|
-
userId: string | number;
|
|
1645
|
-
createdAt: Date;
|
|
1646
2400
|
name: string;
|
|
2401
|
+
createdAt: Date;
|
|
2402
|
+
userId: string | number;
|
|
1647
2403
|
updatedAt: Date;
|
|
1648
2404
|
sold: boolean;
|
|
1649
|
-
customerId?: string | number | null | undefined;
|
|
1650
|
-
description?: string | null | undefined;
|
|
1651
|
-
state?: number | null | undefined;
|
|
1652
|
-
colorIds?: number[] | null | undefined;
|
|
1653
|
-
packageSizeId?: number | null | undefined;
|
|
1654
|
-
sizeId?: number | null | undefined;
|
|
1655
|
-
labels?: {
|
|
1656
|
-
itemId: string | number;
|
|
1657
|
-
labelId: string | number;
|
|
1658
|
-
label?: {
|
|
1659
|
-
id: string | number;
|
|
1660
|
-
createdAt: Date;
|
|
1661
|
-
name: string;
|
|
1662
|
-
isUserLabel: boolean;
|
|
1663
|
-
itemCount?: number | null | undefined;
|
|
1664
|
-
userId?: string | number | null | undefined;
|
|
1665
|
-
} | null | undefined;
|
|
1666
|
-
}[] | null | undefined;
|
|
1667
2405
|
fees?: {
|
|
1668
2406
|
value: number;
|
|
1669
2407
|
type: string;
|
|
1670
2408
|
id: string | number;
|
|
1671
|
-
userId: string | number;
|
|
1672
|
-
createdAt: Date;
|
|
1673
2409
|
name: string;
|
|
2410
|
+
createdAt: Date;
|
|
2411
|
+
userId: string | number;
|
|
2412
|
+
updatedAt: Date;
|
|
1674
2413
|
recurrence: "UNIQUE" | "MONTHLY" | "YEARLY";
|
|
1675
2414
|
startDate: Date;
|
|
1676
2415
|
active: boolean;
|
|
1677
|
-
updatedAt: Date;
|
|
1678
2416
|
description?: string | null | undefined;
|
|
1679
|
-
endDate?: Date | null | undefined;
|
|
1680
2417
|
itemId?: string | number | null | undefined;
|
|
2418
|
+
endDate?: Date | null | undefined;
|
|
1681
2419
|
parentFeeId?: string | number | null | undefined;
|
|
1682
2420
|
}[] | null | undefined;
|
|
2421
|
+
description?: string | null | undefined;
|
|
1683
2422
|
categoryId?: number | null | undefined;
|
|
2423
|
+
sizeId?: number | null | undefined;
|
|
2424
|
+
colorIds?: number[] | null | undefined;
|
|
2425
|
+
packageSizeId?: number | null | undefined;
|
|
1684
2426
|
brandId?: string | number | null | undefined;
|
|
1685
2427
|
estimatedPrice?: number | null | undefined;
|
|
1686
2428
|
purchaseDate?: Date | null | undefined;
|
|
1687
2429
|
sellingDate?: Date | null | undefined;
|
|
1688
|
-
|
|
2430
|
+
state?: number | null | undefined;
|
|
2431
|
+
labels?: {
|
|
2432
|
+
itemId: string | number;
|
|
2433
|
+
labelId: string | number;
|
|
2434
|
+
label?: {
|
|
2435
|
+
id: string | number;
|
|
2436
|
+
name: string;
|
|
2437
|
+
createdAt: Date;
|
|
2438
|
+
isUserLabel: boolean;
|
|
2439
|
+
itemCount?: number | null | undefined;
|
|
2440
|
+
userId?: string | number | null | undefined;
|
|
2441
|
+
} | null | undefined;
|
|
2442
|
+
}[] | null | undefined;
|
|
1689
2443
|
files?: {
|
|
1690
|
-
fileId: string;
|
|
1691
2444
|
itemId: string | number;
|
|
2445
|
+
fileId: string;
|
|
2446
|
+
index?: number | null | undefined;
|
|
1692
2447
|
file?: {
|
|
1693
2448
|
path: string;
|
|
1694
2449
|
id: string;
|
|
2450
|
+
createdAt: Date;
|
|
1695
2451
|
userId: string | number;
|
|
1696
2452
|
signedUrl: string;
|
|
1697
|
-
createdAt: Date;
|
|
1698
2453
|
} | null | undefined;
|
|
1699
|
-
index?: number | null | undefined;
|
|
1700
2454
|
}[] | null | undefined;
|
|
2455
|
+
platforms?: {
|
|
2456
|
+
status: "DRAFT" | "PENDING" | "ERROR" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "DISPUTE";
|
|
2457
|
+
id: string;
|
|
2458
|
+
createdAt: Date;
|
|
2459
|
+
accountId: string;
|
|
2460
|
+
itemId: string | number;
|
|
2461
|
+
platformId: string;
|
|
2462
|
+
platformUrl: string;
|
|
2463
|
+
updatedAt: Date;
|
|
2464
|
+
platformPrice: number;
|
|
2465
|
+
publishedAt: Date;
|
|
2466
|
+
favoritesCount?: number | null | undefined;
|
|
2467
|
+
viewsCount?: number | null | undefined;
|
|
2468
|
+
conversationId?: string | null | undefined;
|
|
2469
|
+
account?: {
|
|
2470
|
+
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
2471
|
+
name: string;
|
|
2472
|
+
userId: string | number;
|
|
2473
|
+
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
2474
|
+
accountId: string;
|
|
2475
|
+
locale?: string | null | undefined;
|
|
2476
|
+
night?: {
|
|
2477
|
+
startsAt: Date;
|
|
2478
|
+
endsAt: Date;
|
|
2479
|
+
} | null | undefined;
|
|
2480
|
+
favoritesMaxDelay?: number | null | undefined;
|
|
2481
|
+
ordersMaxDelay?: number | null | undefined;
|
|
2482
|
+
conversationsMaxDelay?: number | null | undefined;
|
|
2483
|
+
} | null | undefined;
|
|
2484
|
+
}[] | null | undefined;
|
|
2485
|
+
fields?: {
|
|
2486
|
+
value: string;
|
|
2487
|
+
itemId: string | number;
|
|
2488
|
+
fieldId: string | number;
|
|
2489
|
+
}[] | null | undefined;
|
|
2490
|
+
sku?: string | null | undefined;
|
|
1701
2491
|
sex?: string | null | undefined;
|
|
1702
2492
|
purchasePrice?: number | null | undefined;
|
|
1703
2493
|
purchasePlaceId?: string | number | null | undefined;
|
|
@@ -1705,10 +2495,11 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1705
2495
|
sellingPrice?: number | null | undefined;
|
|
1706
2496
|
sellingPlaceId?: string | number | null | undefined;
|
|
1707
2497
|
feesSum?: number | null | undefined;
|
|
2498
|
+
customerId?: string | number | null | undefined;
|
|
1708
2499
|
customer?: {
|
|
1709
|
-
email: string;
|
|
1710
2500
|
id: string | number;
|
|
1711
2501
|
userId: string | number;
|
|
2502
|
+
email: string;
|
|
1712
2503
|
firstName: string;
|
|
1713
2504
|
lastName: string;
|
|
1714
2505
|
birthDate: Date;
|
|
@@ -1723,13 +2514,8 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1723
2514
|
customerPaidDate?: Date | null | undefined;
|
|
1724
2515
|
customerPaidType?: string | null | undefined;
|
|
1725
2516
|
contractId?: string | number | null | undefined;
|
|
1726
|
-
fields?: {
|
|
1727
|
-
value: string;
|
|
1728
|
-
itemId: string | number;
|
|
1729
|
-
fieldId: string | number;
|
|
1730
|
-
}[] | null | undefined;
|
|
1731
2517
|
lastHistory?: {
|
|
1732
|
-
type: "
|
|
2518
|
+
type: "CANCELED" | "SCHEDULED" | "DELETED" | "ARCHIVED" | "DISPUTE" | "IMPORTED" | "UNARCHIVED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "SCHEDULED_RETRY" | "REPUBLISHING_RETRY" | "PUBLISH_CANCELED" | "REPUBLISHING" | "IMAGE_PROCESSING_DONE" | "REPUBLISHED" | "REPUBLISH_CANCELED" | "UPDATING" | "UPDATED" | "UPDATE_CANCELED" | "DELETING" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND" | "LIFECYCLE_STARTED" | "LIFECYCLE_COMPLETED" | "LIFECYCLE_CANCELED";
|
|
1733
2519
|
id: string;
|
|
1734
2520
|
createdAt: Date;
|
|
1735
2521
|
itemId: string | number;
|
|
@@ -1760,6 +2546,12 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1760
2546
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1761
2547
|
accountId?: string | null | undefined;
|
|
1762
2548
|
reason?: string | null | undefined;
|
|
2549
|
+
fields?: {
|
|
2550
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2551
|
+
autoFixable: boolean;
|
|
2552
|
+
error?: string | null | undefined;
|
|
2553
|
+
}[] | null | undefined;
|
|
2554
|
+
itemHistoryId?: string | null | undefined;
|
|
1763
2555
|
};
|
|
1764
2556
|
} | {
|
|
1765
2557
|
type: "IMAGE_PROCESSING_DONE";
|
|
@@ -1775,6 +2567,40 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1775
2567
|
}[] | null | undefined;
|
|
1776
2568
|
originalPhashes?: string[] | null | undefined;
|
|
1777
2569
|
};
|
|
2570
|
+
} | {
|
|
2571
|
+
type: "IMPORTED";
|
|
2572
|
+
data: {
|
|
2573
|
+
post: {
|
|
2574
|
+
platformId: string;
|
|
2575
|
+
post: {
|
|
2576
|
+
status?: string | null | undefined;
|
|
2577
|
+
title?: string | null | undefined;
|
|
2578
|
+
description?: string | null | undefined;
|
|
2579
|
+
brand?: string | null | undefined;
|
|
2580
|
+
statusId?: number | null | undefined;
|
|
2581
|
+
sizeId?: number | null | undefined;
|
|
2582
|
+
colorIds?: number[] | null | undefined;
|
|
2583
|
+
packageSizeId?: number | null | undefined;
|
|
2584
|
+
price?: number | null | undefined;
|
|
2585
|
+
currency?: string | null | undefined;
|
|
2586
|
+
catalog?: string | null | undefined;
|
|
2587
|
+
catalogId?: number | null | undefined;
|
|
2588
|
+
colors?: string[] | null | undefined;
|
|
2589
|
+
measurementLength?: number | null | undefined;
|
|
2590
|
+
measurementWidth?: number | null | undefined;
|
|
2591
|
+
photoUrls?: string[] | null | undefined;
|
|
2592
|
+
size?: string | null | undefined;
|
|
2593
|
+
isDraft?: boolean | null | undefined;
|
|
2594
|
+
isArchived?: boolean | null | undefined;
|
|
2595
|
+
availableQuantity?: number | null | undefined;
|
|
2596
|
+
material?: number[] | null | undefined;
|
|
2597
|
+
manufacturerLabelling?: string | null | undefined;
|
|
2598
|
+
labels?: string[] | null | undefined;
|
|
2599
|
+
};
|
|
2600
|
+
createdAt?: Date | null | undefined;
|
|
2601
|
+
platformUrl?: string | null | undefined;
|
|
2602
|
+
};
|
|
2603
|
+
};
|
|
1778
2604
|
} | {
|
|
1779
2605
|
type: "LIFECYCLE_COMPLETED";
|
|
1780
2606
|
data: {
|
|
@@ -1783,8 +2609,8 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1783
2609
|
} | {
|
|
1784
2610
|
type: "LIFECYCLE_STARTED";
|
|
1785
2611
|
data: {
|
|
1786
|
-
accountId: string;
|
|
1787
2612
|
caseId: string;
|
|
2613
|
+
accountId: string;
|
|
1788
2614
|
};
|
|
1789
2615
|
} | {
|
|
1790
2616
|
type: "REPUBLISHING";
|
|
@@ -1798,6 +2624,31 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1798
2624
|
roundStep?: number | null | undefined;
|
|
1799
2625
|
maxRounds?: number | null | undefined;
|
|
1800
2626
|
} | null | undefined;
|
|
2627
|
+
isTransfer?: boolean | null | undefined;
|
|
2628
|
+
sourceAccountId?: string | null | undefined;
|
|
2629
|
+
targetAccountId?: string | null | undefined;
|
|
2630
|
+
targetUserId?: number | null | undefined;
|
|
2631
|
+
};
|
|
2632
|
+
} | {
|
|
2633
|
+
type: "REPUBLISHING_RETRY";
|
|
2634
|
+
data: {
|
|
2635
|
+
maxAttempts: number;
|
|
2636
|
+
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
2637
|
+
attemptNumber: number;
|
|
2638
|
+
previousHistoryId: string;
|
|
2639
|
+
originalFailureDate: Date;
|
|
2640
|
+
fields?: {
|
|
2641
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2642
|
+
autoFixable: boolean;
|
|
2643
|
+
error?: string | null | undefined;
|
|
2644
|
+
}[] | null | undefined;
|
|
2645
|
+
priceDropPayload?: {
|
|
2646
|
+
value: number;
|
|
2647
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2648
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2649
|
+
roundStep?: number | null | undefined;
|
|
2650
|
+
maxRounds?: number | null | undefined;
|
|
2651
|
+
} | null | undefined;
|
|
1801
2652
|
};
|
|
1802
2653
|
} | {
|
|
1803
2654
|
type: "SCHEDULED";
|
|
@@ -1805,102 +2656,120 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1805
2656
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1806
2657
|
publishingDate?: Date | null | undefined;
|
|
1807
2658
|
};
|
|
2659
|
+
} | {
|
|
2660
|
+
type: "SCHEDULED_RETRY";
|
|
2661
|
+
data: {
|
|
2662
|
+
maxAttempts: number;
|
|
2663
|
+
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
2664
|
+
attemptNumber: number;
|
|
2665
|
+
previousHistoryId: string;
|
|
2666
|
+
originalFailureDate: Date;
|
|
2667
|
+
fields?: {
|
|
2668
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2669
|
+
autoFixable: boolean;
|
|
2670
|
+
error?: string | null | undefined;
|
|
2671
|
+
}[] | null | undefined;
|
|
2672
|
+
};
|
|
1808
2673
|
} | null | undefined;
|
|
1809
2674
|
accountId?: string | null | undefined;
|
|
1810
|
-
targetDate?: Date | null | undefined;
|
|
1811
2675
|
requestId?: string | null | undefined;
|
|
2676
|
+
targetDate?: Date | null | undefined;
|
|
1812
2677
|
} | null | undefined;
|
|
1813
|
-
platforms?: {
|
|
1814
|
-
status: "ARCHIVED" | "DISPUTE" | "DELETED" | "DRAFT" | "PENDING" | "ERROR" | "ONLINE" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN";
|
|
1815
|
-
id: string;
|
|
1816
|
-
createdAt: Date;
|
|
1817
|
-
itemId: string | number;
|
|
1818
|
-
updatedAt: Date;
|
|
1819
|
-
accountId: string;
|
|
1820
|
-
platformId: string;
|
|
1821
|
-
platformUrl: string;
|
|
1822
|
-
platformPrice: number;
|
|
1823
|
-
publishedAt: Date;
|
|
1824
|
-
conversationId?: string | null | undefined;
|
|
1825
|
-
account?: {
|
|
1826
|
-
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
1827
|
-
userId: string | number;
|
|
1828
|
-
name: string;
|
|
1829
|
-
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1830
|
-
accountId: string;
|
|
1831
|
-
locale?: string | null | undefined;
|
|
1832
|
-
night?: {
|
|
1833
|
-
startsAt: Date;
|
|
1834
|
-
endsAt: Date;
|
|
1835
|
-
} | null | undefined;
|
|
1836
|
-
favoritesMaxDelay?: number | null | undefined;
|
|
1837
|
-
ordersMaxDelay?: number | null | undefined;
|
|
1838
|
-
conversationsMaxDelay?: number | null | undefined;
|
|
1839
|
-
} | null | undefined;
|
|
1840
|
-
viewsCount?: number | null | undefined;
|
|
1841
|
-
favoritesCount?: number | null | undefined;
|
|
1842
|
-
}[] | null | undefined;
|
|
1843
2678
|
}>, "many">;
|
|
1844
2679
|
}, "strip", z.ZodTypeAny, {
|
|
1845
2680
|
items: {
|
|
1846
2681
|
id: string | number;
|
|
1847
|
-
userId: string | number;
|
|
1848
|
-
createdAt: Date;
|
|
1849
2682
|
name: string;
|
|
2683
|
+
createdAt: Date;
|
|
2684
|
+
userId: string | number;
|
|
1850
2685
|
updatedAt: Date;
|
|
1851
2686
|
sold: boolean;
|
|
1852
|
-
customerId?: string | number | null | undefined;
|
|
1853
|
-
description?: string | null | undefined;
|
|
1854
|
-
state?: number | null | undefined;
|
|
1855
|
-
colorIds?: number[] | null | undefined;
|
|
1856
|
-
packageSizeId?: number | null | undefined;
|
|
1857
|
-
sizeId?: number | null | undefined;
|
|
1858
|
-
labels?: {
|
|
1859
|
-
itemId: string | number;
|
|
1860
|
-
labelId: string | number;
|
|
1861
|
-
label?: {
|
|
1862
|
-
id: string | number;
|
|
1863
|
-
createdAt: Date;
|
|
1864
|
-
name: string;
|
|
1865
|
-
isUserLabel: boolean;
|
|
1866
|
-
itemCount?: number | null | undefined;
|
|
1867
|
-
userId?: string | number | null | undefined;
|
|
1868
|
-
} | null | undefined;
|
|
1869
|
-
}[] | null | undefined;
|
|
1870
2687
|
fees?: {
|
|
1871
2688
|
value: number;
|
|
1872
2689
|
type: string;
|
|
1873
2690
|
id: string | number;
|
|
1874
|
-
userId: string | number;
|
|
1875
|
-
createdAt: Date;
|
|
1876
2691
|
name: string;
|
|
2692
|
+
createdAt: Date;
|
|
2693
|
+
userId: string | number;
|
|
2694
|
+
updatedAt: Date;
|
|
1877
2695
|
recurrence: "UNIQUE" | "MONTHLY" | "YEARLY";
|
|
1878
2696
|
startDate: Date;
|
|
1879
2697
|
active: boolean;
|
|
1880
|
-
updatedAt: Date;
|
|
1881
2698
|
description?: string | null | undefined;
|
|
1882
|
-
endDate?: Date | null | undefined;
|
|
1883
2699
|
itemId?: string | number | null | undefined;
|
|
2700
|
+
endDate?: Date | null | undefined;
|
|
1884
2701
|
parentFeeId?: string | number | null | undefined;
|
|
1885
2702
|
}[] | null | undefined;
|
|
2703
|
+
description?: string | null | undefined;
|
|
1886
2704
|
categoryId?: number | null | undefined;
|
|
2705
|
+
sizeId?: number | null | undefined;
|
|
2706
|
+
colorIds?: number[] | null | undefined;
|
|
2707
|
+
packageSizeId?: number | null | undefined;
|
|
1887
2708
|
brandId?: string | number | null | undefined;
|
|
1888
2709
|
estimatedPrice?: number | null | undefined;
|
|
1889
2710
|
purchaseDate?: Date | null | undefined;
|
|
1890
2711
|
sellingDate?: Date | null | undefined;
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
fileId: string;
|
|
2712
|
+
state?: number | null | undefined;
|
|
2713
|
+
labels?: {
|
|
1894
2714
|
itemId: string | number;
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
id: string;
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
2715
|
+
labelId: string | number;
|
|
2716
|
+
label?: {
|
|
2717
|
+
id: string | number;
|
|
2718
|
+
name: string;
|
|
2719
|
+
createdAt: Date;
|
|
2720
|
+
isUserLabel: boolean;
|
|
2721
|
+
itemCount?: number | null | undefined;
|
|
2722
|
+
userId?: string | number | null | undefined;
|
|
1901
2723
|
} | null | undefined;
|
|
2724
|
+
}[] | null | undefined;
|
|
2725
|
+
files?: {
|
|
2726
|
+
itemId: string | number;
|
|
2727
|
+
fileId: string;
|
|
1902
2728
|
index?: number | null | undefined;
|
|
2729
|
+
file?: {
|
|
2730
|
+
path: string;
|
|
2731
|
+
id: string;
|
|
2732
|
+
createdAt: Date;
|
|
2733
|
+
userId: string | number;
|
|
2734
|
+
signedUrl: string;
|
|
2735
|
+
} | null | undefined;
|
|
2736
|
+
}[] | null | undefined;
|
|
2737
|
+
platforms?: {
|
|
2738
|
+
status: "DRAFT" | "PENDING" | "ERROR" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "DISPUTE";
|
|
2739
|
+
id: string;
|
|
2740
|
+
createdAt: Date;
|
|
2741
|
+
accountId: string;
|
|
2742
|
+
itemId: string | number;
|
|
2743
|
+
platformId: string;
|
|
2744
|
+
platformUrl: string;
|
|
2745
|
+
updatedAt: Date;
|
|
2746
|
+
platformPrice: number;
|
|
2747
|
+
publishedAt: Date;
|
|
2748
|
+
favoritesCount?: number | null | undefined;
|
|
2749
|
+
viewsCount?: number | null | undefined;
|
|
2750
|
+
conversationId?: string | null | undefined;
|
|
2751
|
+
account?: {
|
|
2752
|
+
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
2753
|
+
name: string;
|
|
2754
|
+
userId: string | number;
|
|
2755
|
+
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
2756
|
+
accountId: string;
|
|
2757
|
+
locale?: string | null | undefined;
|
|
2758
|
+
night?: {
|
|
2759
|
+
startsAt: Date;
|
|
2760
|
+
endsAt: Date;
|
|
2761
|
+
} | null | undefined;
|
|
2762
|
+
favoritesMaxDelay?: number | null | undefined;
|
|
2763
|
+
ordersMaxDelay?: number | null | undefined;
|
|
2764
|
+
conversationsMaxDelay?: number | null | undefined;
|
|
2765
|
+
} | null | undefined;
|
|
1903
2766
|
}[] | null | undefined;
|
|
2767
|
+
fields?: {
|
|
2768
|
+
value: string;
|
|
2769
|
+
itemId: string | number;
|
|
2770
|
+
fieldId: string | number;
|
|
2771
|
+
}[] | null | undefined;
|
|
2772
|
+
sku?: string | null | undefined;
|
|
1904
2773
|
sex?: string | null | undefined;
|
|
1905
2774
|
purchasePrice?: number | null | undefined;
|
|
1906
2775
|
purchasePlaceId?: string | number | null | undefined;
|
|
@@ -1908,10 +2777,11 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1908
2777
|
sellingPrice?: number | null | undefined;
|
|
1909
2778
|
sellingPlaceId?: string | number | null | undefined;
|
|
1910
2779
|
feesSum?: number | null | undefined;
|
|
2780
|
+
customerId?: string | number | null | undefined;
|
|
1911
2781
|
customer?: {
|
|
1912
|
-
email: string;
|
|
1913
2782
|
id: string | number;
|
|
1914
2783
|
userId: string | number;
|
|
2784
|
+
email: string;
|
|
1915
2785
|
firstName: string;
|
|
1916
2786
|
lastName: string;
|
|
1917
2787
|
birthDate: Date;
|
|
@@ -1926,13 +2796,8 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1926
2796
|
customerPaidDate?: Date | null | undefined;
|
|
1927
2797
|
customerPaidType?: string | null | undefined;
|
|
1928
2798
|
contractId?: string | number | null | undefined;
|
|
1929
|
-
fields?: {
|
|
1930
|
-
value: string;
|
|
1931
|
-
itemId: string | number;
|
|
1932
|
-
fieldId: string | number;
|
|
1933
|
-
}[] | null | undefined;
|
|
1934
2799
|
lastHistory?: {
|
|
1935
|
-
type: "
|
|
2800
|
+
type: "CANCELED" | "SCHEDULED" | "DELETED" | "ARCHIVED" | "DISPUTE" | "IMPORTED" | "UNARCHIVED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "SCHEDULED_RETRY" | "REPUBLISHING_RETRY" | "PUBLISH_CANCELED" | "REPUBLISHING" | "IMAGE_PROCESSING_DONE" | "REPUBLISHED" | "REPUBLISH_CANCELED" | "UPDATING" | "UPDATED" | "UPDATE_CANCELED" | "DELETING" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND" | "LIFECYCLE_STARTED" | "LIFECYCLE_COMPLETED" | "LIFECYCLE_CANCELED";
|
|
1936
2801
|
id: string;
|
|
1937
2802
|
createdAt: Date;
|
|
1938
2803
|
itemId: string | number;
|
|
@@ -1963,6 +2828,12 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1963
2828
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1964
2829
|
accountId?: string | null | undefined;
|
|
1965
2830
|
reason?: string | null | undefined;
|
|
2831
|
+
fields?: {
|
|
2832
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2833
|
+
autoFixable: boolean;
|
|
2834
|
+
error?: string | null | undefined;
|
|
2835
|
+
}[] | null | undefined;
|
|
2836
|
+
itemHistoryId?: string | null | undefined;
|
|
1966
2837
|
};
|
|
1967
2838
|
} | {
|
|
1968
2839
|
type: "IMAGE_PROCESSING_DONE";
|
|
@@ -1978,6 +2849,40 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1978
2849
|
}[] | null | undefined;
|
|
1979
2850
|
originalPhashes?: string[] | null | undefined;
|
|
1980
2851
|
};
|
|
2852
|
+
} | {
|
|
2853
|
+
type: "IMPORTED";
|
|
2854
|
+
data: {
|
|
2855
|
+
post: {
|
|
2856
|
+
platformId: string;
|
|
2857
|
+
post: {
|
|
2858
|
+
status?: string | null | undefined;
|
|
2859
|
+
title?: string | null | undefined;
|
|
2860
|
+
description?: string | null | undefined;
|
|
2861
|
+
brand?: string | null | undefined;
|
|
2862
|
+
statusId?: number | null | undefined;
|
|
2863
|
+
sizeId?: number | null | undefined;
|
|
2864
|
+
colorIds?: number[] | null | undefined;
|
|
2865
|
+
packageSizeId?: number | null | undefined;
|
|
2866
|
+
price?: number | null | undefined;
|
|
2867
|
+
currency?: string | null | undefined;
|
|
2868
|
+
catalog?: string | null | undefined;
|
|
2869
|
+
catalogId?: number | null | undefined;
|
|
2870
|
+
colors?: string[] | null | undefined;
|
|
2871
|
+
measurementLength?: number | null | undefined;
|
|
2872
|
+
measurementWidth?: number | null | undefined;
|
|
2873
|
+
photoUrls?: string[] | null | undefined;
|
|
2874
|
+
size?: string | null | undefined;
|
|
2875
|
+
isDraft?: boolean | null | undefined;
|
|
2876
|
+
isArchived?: boolean | null | undefined;
|
|
2877
|
+
availableQuantity?: number | null | undefined;
|
|
2878
|
+
material?: number[] | null | undefined;
|
|
2879
|
+
manufacturerLabelling?: string | null | undefined;
|
|
2880
|
+
labels?: string[] | null | undefined;
|
|
2881
|
+
};
|
|
2882
|
+
createdAt?: Date | null | undefined;
|
|
2883
|
+
platformUrl?: string | null | undefined;
|
|
2884
|
+
};
|
|
2885
|
+
};
|
|
1981
2886
|
} | {
|
|
1982
2887
|
type: "LIFECYCLE_COMPLETED";
|
|
1983
2888
|
data: {
|
|
@@ -1986,8 +2891,8 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1986
2891
|
} | {
|
|
1987
2892
|
type: "LIFECYCLE_STARTED";
|
|
1988
2893
|
data: {
|
|
1989
|
-
accountId: string;
|
|
1990
2894
|
caseId: string;
|
|
2895
|
+
accountId: string;
|
|
1991
2896
|
};
|
|
1992
2897
|
} | {
|
|
1993
2898
|
type: "REPUBLISHING";
|
|
@@ -2001,6 +2906,31 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2001
2906
|
roundStep?: number | null | undefined;
|
|
2002
2907
|
maxRounds?: number | null | undefined;
|
|
2003
2908
|
} | null | undefined;
|
|
2909
|
+
isTransfer?: boolean | null | undefined;
|
|
2910
|
+
sourceAccountId?: string | null | undefined;
|
|
2911
|
+
targetAccountId?: string | null | undefined;
|
|
2912
|
+
targetUserId?: number | null | undefined;
|
|
2913
|
+
};
|
|
2914
|
+
} | {
|
|
2915
|
+
type: "REPUBLISHING_RETRY";
|
|
2916
|
+
data: {
|
|
2917
|
+
maxAttempts: number;
|
|
2918
|
+
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
2919
|
+
attemptNumber: number;
|
|
2920
|
+
previousHistoryId: string;
|
|
2921
|
+
originalFailureDate: Date;
|
|
2922
|
+
fields?: {
|
|
2923
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2924
|
+
autoFixable: boolean;
|
|
2925
|
+
error?: string | null | undefined;
|
|
2926
|
+
}[] | null | undefined;
|
|
2927
|
+
priceDropPayload?: {
|
|
2928
|
+
value: number;
|
|
2929
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2930
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2931
|
+
roundStep?: number | null | undefined;
|
|
2932
|
+
maxRounds?: number | null | undefined;
|
|
2933
|
+
} | null | undefined;
|
|
2004
2934
|
};
|
|
2005
2935
|
} | {
|
|
2006
2936
|
type: "SCHEDULED";
|
|
@@ -2008,113 +2938,63 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2008
2938
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
2009
2939
|
publishingDate?: Date | null | undefined;
|
|
2010
2940
|
};
|
|
2941
|
+
} | {
|
|
2942
|
+
type: "SCHEDULED_RETRY";
|
|
2943
|
+
data: {
|
|
2944
|
+
maxAttempts: number;
|
|
2945
|
+
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
2946
|
+
attemptNumber: number;
|
|
2947
|
+
previousHistoryId: string;
|
|
2948
|
+
originalFailureDate: Date;
|
|
2949
|
+
fields?: {
|
|
2950
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2951
|
+
autoFixable: boolean;
|
|
2952
|
+
error?: string | null | undefined;
|
|
2953
|
+
}[] | null | undefined;
|
|
2954
|
+
};
|
|
2011
2955
|
} | null | undefined;
|
|
2012
2956
|
accountId?: string | null | undefined;
|
|
2013
|
-
targetDate?: Date | null | undefined;
|
|
2014
2957
|
requestId?: string | null | undefined;
|
|
2958
|
+
targetDate?: Date | null | undefined;
|
|
2015
2959
|
} | null | undefined;
|
|
2016
|
-
platforms?: {
|
|
2017
|
-
status: "ARCHIVED" | "DISPUTE" | "DELETED" | "DRAFT" | "PENDING" | "ERROR" | "ONLINE" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN";
|
|
2018
|
-
id: string;
|
|
2019
|
-
createdAt: Date;
|
|
2020
|
-
itemId: string | number;
|
|
2021
|
-
updatedAt: Date;
|
|
2022
|
-
accountId: string;
|
|
2023
|
-
platformId: string;
|
|
2024
|
-
platformUrl: string;
|
|
2025
|
-
platformPrice: number;
|
|
2026
|
-
publishedAt: Date;
|
|
2027
|
-
conversationId?: string | null | undefined;
|
|
2028
|
-
account?: {
|
|
2029
|
-
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
2030
|
-
userId: string | number;
|
|
2031
|
-
name: string;
|
|
2032
|
-
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
2033
|
-
accountId: string;
|
|
2034
|
-
locale?: string | null | undefined;
|
|
2035
|
-
night?: {
|
|
2036
|
-
startsAt: Date;
|
|
2037
|
-
endsAt: Date;
|
|
2038
|
-
} | null | undefined;
|
|
2039
|
-
favoritesMaxDelay?: number | null | undefined;
|
|
2040
|
-
ordersMaxDelay?: number | null | undefined;
|
|
2041
|
-
conversationsMaxDelay?: number | null | undefined;
|
|
2042
|
-
} | null | undefined;
|
|
2043
|
-
viewsCount?: number | null | undefined;
|
|
2044
|
-
favoritesCount?: number | null | undefined;
|
|
2045
|
-
}[] | null | undefined;
|
|
2046
2960
|
}[];
|
|
2047
2961
|
order: {
|
|
2048
2962
|
type: "SALE" | "PURCHASE";
|
|
2049
2963
|
status: "UNKNOWN" | "PAYMENT_VALIDATED" | "ORDER_CANCELED" | "SHIPPING_LABEL_SENT_TO_SELLER" | "ORDER_SHIPPED" | "DELIVERED_TO_POST_OFFICE_OR_PICKUP_POINT" | "ORDER_RECEIVED" | "ORDER_FINALIZED" | "RETURN_INITIATED" | "REFUND_DONE" | "ORDER_CANCELED_ITEM_UNAVAILABLE" | "ORDER_CANCELED_BY_VINTED" | "ORDER_DISPUTE_STARTED" | "ORDER_CANCELED_DUE_TO_LATE_SHIPPING" | "SHIPPING_LABEL_ORDERED" | "ORDER_RETURNED_TO_SENDER";
|
|
2050
|
-
id: string;
|
|
2051
2964
|
date: Date;
|
|
2052
|
-
|
|
2965
|
+
id: string;
|
|
2053
2966
|
accountId: string;
|
|
2054
|
-
|
|
2967
|
+
price: number;
|
|
2055
2968
|
isPrepared: boolean;
|
|
2056
|
-
|
|
2057
|
-
orderId: string;
|
|
2058
|
-
itemOnPlatformId: string;
|
|
2059
|
-
itemOnPlatform?: {
|
|
2060
|
-
status: "ARCHIVED" | "DISPUTE" | "DELETED" | "DRAFT" | "PENDING" | "ERROR" | "ONLINE" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN";
|
|
2061
|
-
id: string;
|
|
2062
|
-
createdAt: Date;
|
|
2063
|
-
itemId: string | number;
|
|
2064
|
-
updatedAt: Date;
|
|
2065
|
-
accountId: string;
|
|
2066
|
-
platformId: string;
|
|
2067
|
-
platformUrl: string;
|
|
2068
|
-
platformPrice: number;
|
|
2069
|
-
publishedAt: Date;
|
|
2070
|
-
conversationId?: string | null | undefined;
|
|
2071
|
-
account?: {
|
|
2072
|
-
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
2073
|
-
userId: string | number;
|
|
2074
|
-
name: string;
|
|
2075
|
-
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
2076
|
-
accountId: string;
|
|
2077
|
-
locale?: string | null | undefined;
|
|
2078
|
-
night?: {
|
|
2079
|
-
startsAt: Date;
|
|
2080
|
-
endsAt: Date;
|
|
2081
|
-
} | null | undefined;
|
|
2082
|
-
favoritesMaxDelay?: number | null | undefined;
|
|
2083
|
-
ordersMaxDelay?: number | null | undefined;
|
|
2084
|
-
conversationsMaxDelay?: number | null | undefined;
|
|
2085
|
-
} | null | undefined;
|
|
2086
|
-
viewsCount?: number | null | undefined;
|
|
2087
|
-
favoritesCount?: number | null | undefined;
|
|
2088
|
-
} | null | undefined;
|
|
2089
|
-
}[] | null | undefined;
|
|
2969
|
+
platformOrderId: string;
|
|
2090
2970
|
conversationId?: string | null | undefined;
|
|
2091
2971
|
transactionId?: string | null | undefined;
|
|
2092
2972
|
labels?: {
|
|
2093
2973
|
id: string;
|
|
2094
|
-
fileId: string;
|
|
2095
2974
|
orderId: string;
|
|
2975
|
+
fileId: string;
|
|
2096
2976
|
nonCroppedFileId: string;
|
|
2097
2977
|
originalFileId: string;
|
|
2098
2978
|
file?: {
|
|
2099
2979
|
path: string;
|
|
2100
2980
|
id: string;
|
|
2981
|
+
createdAt: Date;
|
|
2101
2982
|
userId: string | number;
|
|
2102
2983
|
signedUrl: string;
|
|
2103
|
-
createdAt: Date;
|
|
2104
2984
|
} | null | undefined;
|
|
2105
2985
|
originalFile?: {
|
|
2106
2986
|
path: string;
|
|
2107
2987
|
id: string;
|
|
2988
|
+
createdAt: Date;
|
|
2108
2989
|
userId: string | number;
|
|
2109
2990
|
signedUrl: string;
|
|
2110
|
-
createdAt: Date;
|
|
2111
2991
|
} | null | undefined;
|
|
2112
2992
|
nonCroppedFile?: {
|
|
2113
2993
|
path: string;
|
|
2114
2994
|
id: string;
|
|
2995
|
+
createdAt: Date;
|
|
2115
2996
|
userId: string | number;
|
|
2116
2997
|
signedUrl: string;
|
|
2117
|
-
createdAt: Date;
|
|
2118
2998
|
} | null | undefined;
|
|
2119
2999
|
}[] | null | undefined;
|
|
2120
3000
|
pickupPoints?: {
|
|
@@ -2138,67 +3018,135 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2138
3018
|
longitude?: number | null | undefined;
|
|
2139
3019
|
} | null | undefined;
|
|
2140
3020
|
}[] | null | undefined;
|
|
3021
|
+
items?: {
|
|
3022
|
+
orderId: string;
|
|
3023
|
+
itemOnPlatformId: string;
|
|
3024
|
+
itemOnPlatform?: {
|
|
3025
|
+
status: "DRAFT" | "PENDING" | "ERROR" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "DISPUTE";
|
|
3026
|
+
id: string;
|
|
3027
|
+
createdAt: Date;
|
|
3028
|
+
accountId: string;
|
|
3029
|
+
itemId: string | number;
|
|
3030
|
+
platformId: string;
|
|
3031
|
+
platformUrl: string;
|
|
3032
|
+
updatedAt: Date;
|
|
3033
|
+
platformPrice: number;
|
|
3034
|
+
publishedAt: Date;
|
|
3035
|
+
favoritesCount?: number | null | undefined;
|
|
3036
|
+
viewsCount?: number | null | undefined;
|
|
3037
|
+
conversationId?: string | null | undefined;
|
|
3038
|
+
account?: {
|
|
3039
|
+
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
3040
|
+
name: string;
|
|
3041
|
+
userId: string | number;
|
|
3042
|
+
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
3043
|
+
accountId: string;
|
|
3044
|
+
locale?: string | null | undefined;
|
|
3045
|
+
night?: {
|
|
3046
|
+
startsAt: Date;
|
|
3047
|
+
endsAt: Date;
|
|
3048
|
+
} | null | undefined;
|
|
3049
|
+
favoritesMaxDelay?: number | null | undefined;
|
|
3050
|
+
ordersMaxDelay?: number | null | undefined;
|
|
3051
|
+
conversationsMaxDelay?: number | null | undefined;
|
|
3052
|
+
} | null | undefined;
|
|
3053
|
+
} | null | undefined;
|
|
3054
|
+
}[] | null | undefined;
|
|
2141
3055
|
};
|
|
2142
3056
|
}, {
|
|
2143
3057
|
items: {
|
|
2144
3058
|
id: string | number;
|
|
2145
|
-
userId: string | number;
|
|
2146
|
-
createdAt: Date;
|
|
2147
3059
|
name: string;
|
|
3060
|
+
createdAt: Date;
|
|
3061
|
+
userId: string | number;
|
|
2148
3062
|
updatedAt: Date;
|
|
2149
3063
|
sold: boolean;
|
|
2150
|
-
customerId?: string | number | null | undefined;
|
|
2151
|
-
description?: string | null | undefined;
|
|
2152
|
-
state?: number | null | undefined;
|
|
2153
|
-
colorIds?: number[] | null | undefined;
|
|
2154
|
-
packageSizeId?: number | null | undefined;
|
|
2155
|
-
sizeId?: number | null | undefined;
|
|
2156
|
-
labels?: {
|
|
2157
|
-
itemId: string | number;
|
|
2158
|
-
labelId: string | number;
|
|
2159
|
-
label?: {
|
|
2160
|
-
id: string | number;
|
|
2161
|
-
createdAt: Date;
|
|
2162
|
-
name: string;
|
|
2163
|
-
isUserLabel: boolean;
|
|
2164
|
-
itemCount?: number | null | undefined;
|
|
2165
|
-
userId?: string | number | null | undefined;
|
|
2166
|
-
} | null | undefined;
|
|
2167
|
-
}[] | null | undefined;
|
|
2168
3064
|
fees?: {
|
|
2169
3065
|
value: number;
|
|
2170
3066
|
type: string;
|
|
2171
3067
|
id: string | number;
|
|
2172
|
-
userId: string | number;
|
|
2173
|
-
createdAt: Date;
|
|
2174
3068
|
name: string;
|
|
3069
|
+
createdAt: Date;
|
|
3070
|
+
userId: string | number;
|
|
3071
|
+
updatedAt: Date;
|
|
2175
3072
|
recurrence: "UNIQUE" | "MONTHLY" | "YEARLY";
|
|
2176
3073
|
startDate: Date;
|
|
2177
3074
|
active: boolean;
|
|
2178
|
-
updatedAt: Date;
|
|
2179
3075
|
description?: string | null | undefined;
|
|
2180
|
-
endDate?: Date | null | undefined;
|
|
2181
3076
|
itemId?: string | number | null | undefined;
|
|
3077
|
+
endDate?: Date | null | undefined;
|
|
2182
3078
|
parentFeeId?: string | number | null | undefined;
|
|
2183
3079
|
}[] | null | undefined;
|
|
3080
|
+
description?: string | null | undefined;
|
|
2184
3081
|
categoryId?: number | null | undefined;
|
|
3082
|
+
sizeId?: number | null | undefined;
|
|
3083
|
+
colorIds?: number[] | null | undefined;
|
|
3084
|
+
packageSizeId?: number | null | undefined;
|
|
2185
3085
|
brandId?: string | number | null | undefined;
|
|
2186
3086
|
estimatedPrice?: number | null | undefined;
|
|
2187
3087
|
purchaseDate?: Date | null | undefined;
|
|
2188
3088
|
sellingDate?: Date | null | undefined;
|
|
2189
|
-
|
|
3089
|
+
state?: number | null | undefined;
|
|
3090
|
+
labels?: {
|
|
3091
|
+
itemId: string | number;
|
|
3092
|
+
labelId: string | number;
|
|
3093
|
+
label?: {
|
|
3094
|
+
id: string | number;
|
|
3095
|
+
name: string;
|
|
3096
|
+
createdAt: Date;
|
|
3097
|
+
isUserLabel: boolean;
|
|
3098
|
+
itemCount?: number | null | undefined;
|
|
3099
|
+
userId?: string | number | null | undefined;
|
|
3100
|
+
} | null | undefined;
|
|
3101
|
+
}[] | null | undefined;
|
|
2190
3102
|
files?: {
|
|
2191
|
-
fileId: string;
|
|
2192
3103
|
itemId: string | number;
|
|
3104
|
+
fileId: string;
|
|
3105
|
+
index?: number | null | undefined;
|
|
2193
3106
|
file?: {
|
|
2194
3107
|
path: string;
|
|
2195
3108
|
id: string;
|
|
3109
|
+
createdAt: Date;
|
|
2196
3110
|
userId: string | number;
|
|
2197
3111
|
signedUrl: string;
|
|
2198
|
-
createdAt: Date;
|
|
2199
3112
|
} | null | undefined;
|
|
2200
|
-
index?: number | null | undefined;
|
|
2201
3113
|
}[] | null | undefined;
|
|
3114
|
+
platforms?: {
|
|
3115
|
+
status: "DRAFT" | "PENDING" | "ERROR" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "DISPUTE";
|
|
3116
|
+
id: string;
|
|
3117
|
+
createdAt: Date;
|
|
3118
|
+
accountId: string;
|
|
3119
|
+
itemId: string | number;
|
|
3120
|
+
platformId: string;
|
|
3121
|
+
platformUrl: string;
|
|
3122
|
+
updatedAt: Date;
|
|
3123
|
+
platformPrice: number;
|
|
3124
|
+
publishedAt: Date;
|
|
3125
|
+
favoritesCount?: number | null | undefined;
|
|
3126
|
+
viewsCount?: number | null | undefined;
|
|
3127
|
+
conversationId?: string | null | undefined;
|
|
3128
|
+
account?: {
|
|
3129
|
+
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
3130
|
+
name: string;
|
|
3131
|
+
userId: string | number;
|
|
3132
|
+
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
3133
|
+
accountId: string;
|
|
3134
|
+
locale?: string | null | undefined;
|
|
3135
|
+
night?: {
|
|
3136
|
+
startsAt: Date;
|
|
3137
|
+
endsAt: Date;
|
|
3138
|
+
} | null | undefined;
|
|
3139
|
+
favoritesMaxDelay?: number | null | undefined;
|
|
3140
|
+
ordersMaxDelay?: number | null | undefined;
|
|
3141
|
+
conversationsMaxDelay?: number | null | undefined;
|
|
3142
|
+
} | null | undefined;
|
|
3143
|
+
}[] | null | undefined;
|
|
3144
|
+
fields?: {
|
|
3145
|
+
value: string;
|
|
3146
|
+
itemId: string | number;
|
|
3147
|
+
fieldId: string | number;
|
|
3148
|
+
}[] | null | undefined;
|
|
3149
|
+
sku?: string | null | undefined;
|
|
2202
3150
|
sex?: string | null | undefined;
|
|
2203
3151
|
purchasePrice?: number | null | undefined;
|
|
2204
3152
|
purchasePlaceId?: string | number | null | undefined;
|
|
@@ -2206,10 +3154,11 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2206
3154
|
sellingPrice?: number | null | undefined;
|
|
2207
3155
|
sellingPlaceId?: string | number | null | undefined;
|
|
2208
3156
|
feesSum?: number | null | undefined;
|
|
3157
|
+
customerId?: string | number | null | undefined;
|
|
2209
3158
|
customer?: {
|
|
2210
|
-
email: string;
|
|
2211
3159
|
id: string | number;
|
|
2212
3160
|
userId: string | number;
|
|
3161
|
+
email: string;
|
|
2213
3162
|
firstName: string;
|
|
2214
3163
|
lastName: string;
|
|
2215
3164
|
birthDate: Date;
|
|
@@ -2224,13 +3173,8 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2224
3173
|
customerPaidDate?: Date | null | undefined;
|
|
2225
3174
|
customerPaidType?: string | null | undefined;
|
|
2226
3175
|
contractId?: string | number | null | undefined;
|
|
2227
|
-
fields?: {
|
|
2228
|
-
value: string;
|
|
2229
|
-
itemId: string | number;
|
|
2230
|
-
fieldId: string | number;
|
|
2231
|
-
}[] | null | undefined;
|
|
2232
3176
|
lastHistory?: {
|
|
2233
|
-
type: "
|
|
3177
|
+
type: "CANCELED" | "SCHEDULED" | "DELETED" | "ARCHIVED" | "DISPUTE" | "IMPORTED" | "UNARCHIVED" | "PUBLISHED" | "FAILED_TO_PUBLISH" | "SCHEDULED_RETRY" | "REPUBLISHING_RETRY" | "PUBLISH_CANCELED" | "REPUBLISHING" | "IMAGE_PROCESSING_DONE" | "REPUBLISHED" | "REPUBLISH_CANCELED" | "UPDATING" | "UPDATED" | "UPDATE_CANCELED" | "DELETING" | "TO_BE_SENT" | "IN_TRANSIT" | "BUYER_PAID" | "DELIVERED" | "RECEIVED" | "FINALIZED" | "RETURN" | "REFUND" | "LIFECYCLE_STARTED" | "LIFECYCLE_COMPLETED" | "LIFECYCLE_CANCELED";
|
|
2234
3178
|
id: string;
|
|
2235
3179
|
createdAt: Date;
|
|
2236
3180
|
itemId: string | number;
|
|
@@ -2261,6 +3205,12 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2261
3205
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
2262
3206
|
accountId?: string | null | undefined;
|
|
2263
3207
|
reason?: string | null | undefined;
|
|
3208
|
+
fields?: {
|
|
3209
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
3210
|
+
autoFixable: boolean;
|
|
3211
|
+
error?: string | null | undefined;
|
|
3212
|
+
}[] | null | undefined;
|
|
3213
|
+
itemHistoryId?: string | null | undefined;
|
|
2264
3214
|
};
|
|
2265
3215
|
} | {
|
|
2266
3216
|
type: "IMAGE_PROCESSING_DONE";
|
|
@@ -2276,6 +3226,40 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2276
3226
|
}[] | null | undefined;
|
|
2277
3227
|
originalPhashes?: string[] | null | undefined;
|
|
2278
3228
|
};
|
|
3229
|
+
} | {
|
|
3230
|
+
type: "IMPORTED";
|
|
3231
|
+
data: {
|
|
3232
|
+
post: {
|
|
3233
|
+
platformId: string;
|
|
3234
|
+
post: {
|
|
3235
|
+
status?: string | null | undefined;
|
|
3236
|
+
title?: string | null | undefined;
|
|
3237
|
+
description?: string | null | undefined;
|
|
3238
|
+
brand?: string | null | undefined;
|
|
3239
|
+
statusId?: number | null | undefined;
|
|
3240
|
+
sizeId?: number | null | undefined;
|
|
3241
|
+
colorIds?: number[] | null | undefined;
|
|
3242
|
+
packageSizeId?: number | null | undefined;
|
|
3243
|
+
price?: number | null | undefined;
|
|
3244
|
+
currency?: string | null | undefined;
|
|
3245
|
+
catalog?: string | null | undefined;
|
|
3246
|
+
catalogId?: number | null | undefined;
|
|
3247
|
+
colors?: string[] | null | undefined;
|
|
3248
|
+
measurementLength?: number | null | undefined;
|
|
3249
|
+
measurementWidth?: number | null | undefined;
|
|
3250
|
+
photoUrls?: string[] | null | undefined;
|
|
3251
|
+
size?: string | null | undefined;
|
|
3252
|
+
isDraft?: boolean | null | undefined;
|
|
3253
|
+
isArchived?: boolean | null | undefined;
|
|
3254
|
+
availableQuantity?: number | null | undefined;
|
|
3255
|
+
material?: number[] | null | undefined;
|
|
3256
|
+
manufacturerLabelling?: string | null | undefined;
|
|
3257
|
+
labels?: string[] | null | undefined;
|
|
3258
|
+
};
|
|
3259
|
+
createdAt?: Date | null | undefined;
|
|
3260
|
+
platformUrl?: string | null | undefined;
|
|
3261
|
+
};
|
|
3262
|
+
};
|
|
2279
3263
|
} | {
|
|
2280
3264
|
type: "LIFECYCLE_COMPLETED";
|
|
2281
3265
|
data: {
|
|
@@ -2284,8 +3268,8 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2284
3268
|
} | {
|
|
2285
3269
|
type: "LIFECYCLE_STARTED";
|
|
2286
3270
|
data: {
|
|
2287
|
-
accountId: string;
|
|
2288
3271
|
caseId: string;
|
|
3272
|
+
accountId: string;
|
|
2289
3273
|
};
|
|
2290
3274
|
} | {
|
|
2291
3275
|
type: "REPUBLISHING";
|
|
@@ -2299,6 +3283,31 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2299
3283
|
roundStep?: number | null | undefined;
|
|
2300
3284
|
maxRounds?: number | null | undefined;
|
|
2301
3285
|
} | null | undefined;
|
|
3286
|
+
isTransfer?: boolean | null | undefined;
|
|
3287
|
+
sourceAccountId?: string | null | undefined;
|
|
3288
|
+
targetAccountId?: string | null | undefined;
|
|
3289
|
+
targetUserId?: number | null | undefined;
|
|
3290
|
+
};
|
|
3291
|
+
} | {
|
|
3292
|
+
type: "REPUBLISHING_RETRY";
|
|
3293
|
+
data: {
|
|
3294
|
+
maxAttempts: number;
|
|
3295
|
+
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
3296
|
+
attemptNumber: number;
|
|
3297
|
+
previousHistoryId: string;
|
|
3298
|
+
originalFailureDate: Date;
|
|
3299
|
+
fields?: {
|
|
3300
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
3301
|
+
autoFixable: boolean;
|
|
3302
|
+
error?: string | null | undefined;
|
|
3303
|
+
}[] | null | undefined;
|
|
3304
|
+
priceDropPayload?: {
|
|
3305
|
+
value: number;
|
|
3306
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3307
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3308
|
+
roundStep?: number | null | undefined;
|
|
3309
|
+
maxRounds?: number | null | undefined;
|
|
3310
|
+
} | null | undefined;
|
|
2302
3311
|
};
|
|
2303
3312
|
} | {
|
|
2304
3313
|
type: "SCHEDULED";
|
|
@@ -2306,113 +3315,63 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2306
3315
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
2307
3316
|
publishingDate?: Date | null | undefined;
|
|
2308
3317
|
};
|
|
3318
|
+
} | {
|
|
3319
|
+
type: "SCHEDULED_RETRY";
|
|
3320
|
+
data: {
|
|
3321
|
+
maxAttempts: number;
|
|
3322
|
+
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
3323
|
+
attemptNumber: number;
|
|
3324
|
+
previousHistoryId: string;
|
|
3325
|
+
originalFailureDate: Date;
|
|
3326
|
+
fields?: {
|
|
3327
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
3328
|
+
autoFixable: boolean;
|
|
3329
|
+
error?: string | null | undefined;
|
|
3330
|
+
}[] | null | undefined;
|
|
3331
|
+
};
|
|
2309
3332
|
} | null | undefined;
|
|
2310
3333
|
accountId?: string | null | undefined;
|
|
2311
|
-
targetDate?: Date | null | undefined;
|
|
2312
3334
|
requestId?: string | null | undefined;
|
|
3335
|
+
targetDate?: Date | null | undefined;
|
|
2313
3336
|
} | null | undefined;
|
|
2314
|
-
platforms?: {
|
|
2315
|
-
status: "ARCHIVED" | "DISPUTE" | "DELETED" | "DRAFT" | "PENDING" | "ERROR" | "ONLINE" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN";
|
|
2316
|
-
id: string;
|
|
2317
|
-
createdAt: Date;
|
|
2318
|
-
itemId: string | number;
|
|
2319
|
-
updatedAt: Date;
|
|
2320
|
-
accountId: string;
|
|
2321
|
-
platformId: string;
|
|
2322
|
-
platformUrl: string;
|
|
2323
|
-
platformPrice: number;
|
|
2324
|
-
publishedAt: Date;
|
|
2325
|
-
conversationId?: string | null | undefined;
|
|
2326
|
-
account?: {
|
|
2327
|
-
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
2328
|
-
userId: string | number;
|
|
2329
|
-
name: string;
|
|
2330
|
-
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
2331
|
-
accountId: string;
|
|
2332
|
-
locale?: string | null | undefined;
|
|
2333
|
-
night?: {
|
|
2334
|
-
startsAt: Date;
|
|
2335
|
-
endsAt: Date;
|
|
2336
|
-
} | null | undefined;
|
|
2337
|
-
favoritesMaxDelay?: number | null | undefined;
|
|
2338
|
-
ordersMaxDelay?: number | null | undefined;
|
|
2339
|
-
conversationsMaxDelay?: number | null | undefined;
|
|
2340
|
-
} | null | undefined;
|
|
2341
|
-
viewsCount?: number | null | undefined;
|
|
2342
|
-
favoritesCount?: number | null | undefined;
|
|
2343
|
-
}[] | null | undefined;
|
|
2344
3337
|
}[];
|
|
2345
3338
|
order: {
|
|
2346
3339
|
type: "SALE" | "PURCHASE";
|
|
2347
3340
|
status: "UNKNOWN" | "PAYMENT_VALIDATED" | "ORDER_CANCELED" | "SHIPPING_LABEL_SENT_TO_SELLER" | "ORDER_SHIPPED" | "DELIVERED_TO_POST_OFFICE_OR_PICKUP_POINT" | "ORDER_RECEIVED" | "ORDER_FINALIZED" | "RETURN_INITIATED" | "REFUND_DONE" | "ORDER_CANCELED_ITEM_UNAVAILABLE" | "ORDER_CANCELED_BY_VINTED" | "ORDER_DISPUTE_STARTED" | "ORDER_CANCELED_DUE_TO_LATE_SHIPPING" | "SHIPPING_LABEL_ORDERED" | "ORDER_RETURNED_TO_SENDER";
|
|
2348
|
-
id: string;
|
|
2349
3341
|
date: Date;
|
|
2350
|
-
|
|
3342
|
+
id: string;
|
|
2351
3343
|
accountId: string;
|
|
2352
|
-
|
|
3344
|
+
price: number;
|
|
2353
3345
|
isPrepared: boolean;
|
|
2354
|
-
|
|
2355
|
-
orderId: string;
|
|
2356
|
-
itemOnPlatformId: string;
|
|
2357
|
-
itemOnPlatform?: {
|
|
2358
|
-
status: "ARCHIVED" | "DISPUTE" | "DELETED" | "DRAFT" | "PENDING" | "ERROR" | "ONLINE" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN";
|
|
2359
|
-
id: string;
|
|
2360
|
-
createdAt: Date;
|
|
2361
|
-
itemId: string | number;
|
|
2362
|
-
updatedAt: Date;
|
|
2363
|
-
accountId: string;
|
|
2364
|
-
platformId: string;
|
|
2365
|
-
platformUrl: string;
|
|
2366
|
-
platformPrice: number;
|
|
2367
|
-
publishedAt: Date;
|
|
2368
|
-
conversationId?: string | null | undefined;
|
|
2369
|
-
account?: {
|
|
2370
|
-
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
2371
|
-
userId: string | number;
|
|
2372
|
-
name: string;
|
|
2373
|
-
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
2374
|
-
accountId: string;
|
|
2375
|
-
locale?: string | null | undefined;
|
|
2376
|
-
night?: {
|
|
2377
|
-
startsAt: Date;
|
|
2378
|
-
endsAt: Date;
|
|
2379
|
-
} | null | undefined;
|
|
2380
|
-
favoritesMaxDelay?: number | null | undefined;
|
|
2381
|
-
ordersMaxDelay?: number | null | undefined;
|
|
2382
|
-
conversationsMaxDelay?: number | null | undefined;
|
|
2383
|
-
} | null | undefined;
|
|
2384
|
-
viewsCount?: number | null | undefined;
|
|
2385
|
-
favoritesCount?: number | null | undefined;
|
|
2386
|
-
} | null | undefined;
|
|
2387
|
-
}[] | null | undefined;
|
|
3346
|
+
platformOrderId: string;
|
|
2388
3347
|
conversationId?: string | null | undefined;
|
|
2389
3348
|
transactionId?: string | null | undefined;
|
|
2390
3349
|
labels?: {
|
|
2391
3350
|
id: string;
|
|
2392
|
-
fileId: string;
|
|
2393
3351
|
orderId: string;
|
|
3352
|
+
fileId: string;
|
|
2394
3353
|
nonCroppedFileId: string;
|
|
2395
3354
|
originalFileId: string;
|
|
2396
3355
|
file?: {
|
|
2397
3356
|
path: string;
|
|
2398
3357
|
id: string;
|
|
3358
|
+
createdAt: Date;
|
|
2399
3359
|
userId: string | number;
|
|
2400
3360
|
signedUrl: string;
|
|
2401
|
-
createdAt: Date;
|
|
2402
3361
|
} | null | undefined;
|
|
2403
3362
|
originalFile?: {
|
|
2404
3363
|
path: string;
|
|
2405
3364
|
id: string;
|
|
3365
|
+
createdAt: Date;
|
|
2406
3366
|
userId: string | number;
|
|
2407
3367
|
signedUrl: string;
|
|
2408
|
-
createdAt: Date;
|
|
2409
3368
|
} | null | undefined;
|
|
2410
3369
|
nonCroppedFile?: {
|
|
2411
3370
|
path: string;
|
|
2412
3371
|
id: string;
|
|
3372
|
+
createdAt: Date;
|
|
2413
3373
|
userId: string | number;
|
|
2414
3374
|
signedUrl: string;
|
|
2415
|
-
createdAt: Date;
|
|
2416
3375
|
} | null | undefined;
|
|
2417
3376
|
}[] | null | undefined;
|
|
2418
3377
|
pickupPoints?: {
|
|
@@ -2436,6 +3395,40 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2436
3395
|
longitude?: number | null | undefined;
|
|
2437
3396
|
} | null | undefined;
|
|
2438
3397
|
}[] | null | undefined;
|
|
3398
|
+
items?: {
|
|
3399
|
+
orderId: string;
|
|
3400
|
+
itemOnPlatformId: string;
|
|
3401
|
+
itemOnPlatform?: {
|
|
3402
|
+
status: "DRAFT" | "PENDING" | "ERROR" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "DISPUTE";
|
|
3403
|
+
id: string;
|
|
3404
|
+
createdAt: Date;
|
|
3405
|
+
accountId: string;
|
|
3406
|
+
itemId: string | number;
|
|
3407
|
+
platformId: string;
|
|
3408
|
+
platformUrl: string;
|
|
3409
|
+
updatedAt: Date;
|
|
3410
|
+
platformPrice: number;
|
|
3411
|
+
publishedAt: Date;
|
|
3412
|
+
favoritesCount?: number | null | undefined;
|
|
3413
|
+
viewsCount?: number | null | undefined;
|
|
3414
|
+
conversationId?: string | null | undefined;
|
|
3415
|
+
account?: {
|
|
3416
|
+
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
3417
|
+
name: string;
|
|
3418
|
+
userId: string | number;
|
|
3419
|
+
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
3420
|
+
accountId: string;
|
|
3421
|
+
locale?: string | null | undefined;
|
|
3422
|
+
night?: {
|
|
3423
|
+
startsAt: Date;
|
|
3424
|
+
endsAt: Date;
|
|
3425
|
+
} | null | undefined;
|
|
3426
|
+
favoritesMaxDelay?: number | null | undefined;
|
|
3427
|
+
ordersMaxDelay?: number | null | undefined;
|
|
3428
|
+
conversationsMaxDelay?: number | null | undefined;
|
|
3429
|
+
} | null | undefined;
|
|
3430
|
+
} | null | undefined;
|
|
3431
|
+
}[] | null | undefined;
|
|
2439
3432
|
};
|
|
2440
3433
|
}>;
|
|
2441
3434
|
export type OrderWithItems = z.infer<typeof OrderWithItemsSchema>;
|