controlresell 2.8.51 → 2.8.53
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 +9 -10
- package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/pricedrop}/PriceDropRequest.d.ts +1 -1
- package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/pricedrop}/PriceDropRequest.js +2 -2
- package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/pricedrop}/PriceDropRequest.js.map +1 -1
- package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/pricedrop}/PriceDropRequest.ts +2 -2
- package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/publish}/AutomaticPublishRequestItem.d.ts +2 -2
- package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/publish}/ManualPublishRequestItem.d.ts +6 -6
- package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/publish}/PublishRequest.d.ts +23 -71
- package/src/com/controlresell/api/requests/items/publish/PublishRequest.d.ts.map +1 -0
- package/src/com/controlresell/api/requests/items/publish/PublishRequest.js +11 -0
- package/src/com/controlresell/api/requests/items/publish/PublishRequest.js.map +1 -0
- package/src/com/controlresell/api/requests/items/publish/PublishRequest.ts +9 -0
- package/src/com/controlresell/{inventory/models/items/requests/PublishRequestItem.d.ts → api/requests/items/publish/PublishRequestItems.d.ts} +19 -19
- package/src/com/controlresell/api/requests/items/publish/PublishRequestItems.d.ts.map +1 -0
- package/src/com/controlresell/{inventory/models/items/requests/PublishRequestItem.js → api/requests/items/publish/PublishRequestItems.js} +3 -3
- package/src/com/controlresell/api/requests/items/publish/PublishRequestItems.js.map +1 -0
- package/src/com/controlresell/{inventory/models/items/requests/PublishRequestItem.ts → api/requests/items/publish/PublishRequestItems.ts} +2 -2
- package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/publish}/PublishTimeSlot.d.ts +2 -2
- package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/republish}/RepublishRequest.d.ts +88 -88
- package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/republish}/RepublishRequest.js +5 -5
- package/src/com/controlresell/api/requests/items/republish/RepublishRequest.js.map +1 -0
- package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/republish}/RepublishRequest.ts +5 -5
- package/src/com/controlresell/api/requests/onboardingquiz/CreateOnboardingQuizRequest.d.ts +28 -0
- package/src/com/controlresell/api/requests/onboardingquiz/CreateOnboardingQuizRequest.d.ts.map +1 -0
- package/src/com/controlresell/api/requests/onboardingquiz/CreateOnboardingQuizRequest.js +10 -0
- package/src/com/controlresell/api/requests/onboardingquiz/CreateOnboardingQuizRequest.js.map +1 -0
- package/src/com/controlresell/api/requests/onboardingquiz/CreateOnboardingQuizRequest.ts +8 -0
- package/src/com/controlresell/api/requests/onboardingquiz/OnboardingQuizResponseEntry.d.ts +13 -0
- package/src/com/controlresell/api/requests/onboardingquiz/OnboardingQuizResponseEntry.d.ts.map +1 -0
- package/src/com/controlresell/api/requests/onboardingquiz/OnboardingQuizResponseEntry.js +9 -0
- package/src/com/controlresell/api/requests/onboardingquiz/OnboardingQuizResponseEntry.js.map +1 -0
- package/src/com/controlresell/api/requests/onboardingquiz/OnboardingQuizResponseEntry.ts +7 -0
- package/src/com/controlresell/api/requests/quizresponses/CreateQuizResponseRequest.d.ts +22 -0
- package/src/com/controlresell/api/requests/quizresponses/CreateQuizResponseRequest.d.ts.map +1 -0
- package/src/com/controlresell/api/requests/quizresponses/CreateQuizResponseRequest.js +12 -0
- package/src/com/controlresell/api/requests/quizresponses/CreateQuizResponseRequest.js.map +1 -0
- package/src/com/controlresell/api/requests/quizresponses/CreateQuizResponseRequest.ts +10 -0
- package/src/com/controlresell/api/responses/quizresponses/QuizResponseBaseResponse.d.ts +28 -0
- package/src/com/controlresell/api/responses/quizresponses/QuizResponseBaseResponse.d.ts.map +1 -0
- package/src/com/controlresell/api/responses/quizresponses/QuizResponseBaseResponse.js +14 -0
- package/src/com/controlresell/api/responses/quizresponses/QuizResponseBaseResponse.js.map +1 -0
- package/src/com/controlresell/api/responses/quizresponses/QuizResponseBaseResponse.ts +12 -0
- package/src/com/controlresell/api/responses/quizresponses/QuizResponseResponse.d.ts +34 -0
- package/src/com/controlresell/api/responses/quizresponses/QuizResponseResponse.d.ts.map +1 -0
- package/src/com/controlresell/api/responses/quizresponses/QuizResponseResponse.js +16 -0
- package/src/com/controlresell/api/responses/quizresponses/QuizResponseResponse.js.map +1 -0
- package/src/com/controlresell/api/responses/quizresponses/QuizResponseResponse.ts +14 -0
- package/src/com/controlresell/api/responses/subscriptions/BillingPortalUrlResponse.d.ts +10 -0
- package/src/com/controlresell/api/responses/subscriptions/BillingPortalUrlResponse.d.ts.map +1 -0
- package/src/com/controlresell/api/responses/subscriptions/BillingPortalUrlResponse.js +8 -0
- package/src/com/controlresell/api/responses/subscriptions/BillingPortalUrlResponse.js.map +1 -0
- package/src/com/controlresell/api/responses/subscriptions/BillingPortalUrlResponse.ts +6 -0
- package/src/com/controlresell/api/responses/subscriptions/SubscriptionStatus.d.ts +76 -0
- package/src/com/controlresell/api/responses/subscriptions/SubscriptionStatus.d.ts.map +1 -0
- package/src/com/controlresell/api/responses/subscriptions/SubscriptionStatus.js +11 -0
- package/src/com/controlresell/api/responses/subscriptions/SubscriptionStatus.js.map +1 -0
- package/src/com/controlresell/api/responses/subscriptions/SubscriptionStatus.ts +9 -0
- package/src/com/controlresell/auth/models/preferences/Preference.d.ts +20 -20
- package/src/com/controlresell/auth/models/preferences/PreferenceFilter.d.ts +4 -4
- package/src/com/controlresell/auth/models/preferences/PreferenceWithCase.d.ts +56 -56
- package/src/com/controlresell/auth/models/preferences/PreferenceWithChildren.d.ts +46 -46
- package/src/com/controlresell/auth/models/preferences/cases/CreatePreferenceCasePayload.d.ts +14 -14
- package/src/com/controlresell/auth/models/preferences/cases/PartialPreferenceCasePayload.d.ts +12 -12
- package/src/com/controlresell/auth/models/preferences/cases/PreferenceCase.d.ts +14 -14
- package/src/com/controlresell/auth/models/preferences/payloads/actions/LifecycleDistributionMode.d.ts +8 -8
- package/src/com/controlresell/auth/models/preferences/payloads/actions/LifecycleTimeSlot.d.ts +2 -2
- package/src/com/controlresell/auth/models/preferences/payloads/actions/ManualLifecycleDistributionMode.d.ts +4 -4
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionsPayload.d.ts +6 -6
- package/src/com/controlresell/auth/models/preferences/queue/PreferenceNextActionPayload.d.ts +68 -68
- package/src/com/controlresell/auth/models/preferences/variants/PartialPreferenceCaseVariantPayload.d.ts +10 -10
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariant.d.ts +10 -10
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariantDecodedPayload.d.ts +16 -16
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariantPayload.d.ts +10 -10
- package/src/com/controlresell/auth/models/users/platforms/UpdateUserOnPlatformPayload.d.ts +2 -2
- package/src/com/controlresell/auth/models/users/platforms/UserOnPlatform.d.ts +2 -2
- package/src/com/controlresell/inbox/models/conversations/Conversation.d.ts +6 -6
- package/src/com/controlresell/inbox/models/conversations/ConversationOnPlatformUpdateRequest.d.ts +10 -10
- package/src/com/controlresell/inbox/models/conversations/ConversationUpdate.d.ts +10 -10
- package/src/com/controlresell/inbox/models/conversations/UserConversations.d.ts +10 -10
- package/src/com/controlresell/inbox/models/favorites/ConversationFavorite.d.ts +4 -4
- package/src/com/controlresell/inbox/models/favorites/ReportRateLimitOnFavorites.d.ts +6 -6
- package/src/com/controlresell/inbox/models/favorites/SubmitFavoritesResponse.d.ts +6 -6
- package/src/com/controlresell/inbox/models/transactions/Transaction.d.ts +18 -18
- package/src/com/controlresell/inbox/models/transactions/items/ItemInTransaction.d.ts +10 -10
- package/src/com/controlresell/inbox/models/transactions/items/TransactionWithItems.d.ts +148 -170
- package/src/com/controlresell/inbox/models/transactions/items/TransactionWithItems.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/fees/Fee.d.ts +4 -4
- package/src/com/controlresell/inventory/models/items/CreatedItems.d.ts +126 -148
- package/src/com/controlresell/inventory/models/items/CreatedItems.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/Item.d.ts +90 -108
- package/src/com/controlresell/inventory/models/items/Item.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/ItemFiltersContext.d.ts +39 -0
- package/src/com/controlresell/inventory/models/items/ItemFiltersContext.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/ItemFiltersContext.js +4 -1
- package/src/com/controlresell/inventory/models/items/ItemFiltersContext.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/ItemFiltersContext.ts +4 -1
- package/src/com/controlresell/inventory/models/items/ItemPayload.d.ts +2 -2
- package/src/com/controlresell/inventory/models/items/ItemUpdate.d.ts +122 -144
- package/src/com/controlresell/inventory/models/items/ItemUpdate.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/ItemsWithFilters.d.ts +122 -144
- package/src/com/controlresell/inventory/models/items/ItemsWithFilters.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/UpdatedItem.d.ts +126 -148
- package/src/com/controlresell/inventory/models/items/UpdatedItem.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/CreateItemHistoryPayload.d.ts +42 -56
- package/src/com/controlresell/inventory/models/items/history/CreateItemHistoryPayload.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/ItemHistory.d.ts +44 -58
- package/src/com/controlresell/inventory/models/items/history/ItemHistory.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/ItemHistoryDecodedPayload.d.ts +56 -76
- package/src/com/controlresell/inventory/models/items/history/ItemHistoryDecodedPayload.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryImageProcessingDone.js +2 -2
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryImageProcessingDone.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryImageProcessingDone.ts +2 -2
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryRepublishingPayload.d.ts +4 -10
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryRepublishingPayload.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryRepublishingPayload.js +1 -3
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryRepublishingPayload.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryRepublishingPayload.ts +1 -3
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryRepublishingRetryPayload.d.ts +10 -10
- package/src/com/controlresell/inventory/models/items/{history/data/RepublishImageVariation.d.ts → images/ImageVariation.d.ts} +3 -3
- package/src/com/controlresell/inventory/models/items/images/ImageVariation.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/items/{history/data/RepublishImageVariation.js → images/ImageVariation.js} +3 -3
- package/src/com/controlresell/inventory/models/items/images/ImageVariation.js.map +1 -0
- package/src/com/controlresell/inventory/models/items/{history/data/RepublishImageVariation.ts → images/ImageVariation.ts} +2 -2
- package/src/com/controlresell/inventory/models/items/labels/ItemLabel.d.ts +4 -4
- package/src/com/controlresell/inventory/models/items/platforms/ItemOnPlatform.d.ts +6 -6
- package/src/com/controlresell/inventory/models/items/platforms/ItemOnPlatformUpdateRequest.d.ts +4 -4
- package/src/com/controlresell/inventory/models/metadata/brands/Brand.d.ts +2 -2
- package/src/com/controlresell/inventory/models/metadata/labels/Label.d.ts +2 -2
- package/src/com/controlresell/inventory/models/metadata/places/Place.d.ts +2 -2
- package/src/com/controlresell/models/filters/SavedFilters.d.ts +57 -0
- package/src/com/controlresell/models/filters/SavedFilters.d.ts.map +1 -1
- package/src/com/controlresell/models/filters/SavedFiltersPayload.d.ts +57 -0
- package/src/com/controlresell/models/filters/SavedFiltersPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/Order.d.ts +55 -55
- package/src/com/controlresell/models/platforms/orders/OrderOnPlatformUpdateRequest.d.ts +4 -4
- package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts +349 -375
- package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/items/ItemInOrder.d.ts +10 -10
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts +245 -267
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts.map +1 -1
- package/src/com/controlresell/models/users/User.d.ts +2 -2
- 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/PlatformJobUpdate.d.ts +4 -4
- package/src/com/controlresell/models/users/ws/ResourceUpdate.d.ts +18 -18
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts +300 -344
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/users/ws/UserWsResourcePayload.d.ts +24 -24
- package/src/com/controlresell/notify/models/notifications/NotificationPreference.d.ts +2 -2
- package/src/com/controlresell/subscriptions/api/CreateSubscriptionHistoryPayload.d.ts +28 -0
- package/src/com/controlresell/subscriptions/api/CreateSubscriptionHistoryPayload.d.ts.map +1 -0
- package/src/com/controlresell/subscriptions/api/CreateSubscriptionHistoryPayload.js +14 -0
- package/src/com/controlresell/subscriptions/api/CreateSubscriptionHistoryPayload.js.map +1 -0
- package/src/com/controlresell/subscriptions/api/CreateSubscriptionHistoryPayload.ts +12 -0
- package/src/com/controlresell/subscriptions/models/SubscriptionHistory.d.ts +40 -0
- package/src/com/controlresell/subscriptions/models/SubscriptionHistory.d.ts.map +1 -0
- package/src/com/controlresell/subscriptions/models/SubscriptionHistory.js +18 -0
- package/src/com/controlresell/subscriptions/models/SubscriptionHistory.js.map +1 -0
- package/src/com/controlresell/subscriptions/models/SubscriptionHistory.ts +16 -0
- package/src/index.d.ts +17 -11
- package/src/index.d.ts.map +1 -1
- package/src/index.js +40 -28
- package/src/index.js.map +1 -1
- package/src/index.ts +17 -11
- package/src/com/controlresell/inventory/models/items/history/data/RepublishImageVariation.d.ts.map +0 -1
- package/src/com/controlresell/inventory/models/items/history/data/RepublishImageVariation.js.map +0 -1
- package/src/com/controlresell/inventory/models/items/platforms/PlatformInfo.d.ts +0 -19
- package/src/com/controlresell/inventory/models/items/platforms/PlatformInfo.d.ts.map +0 -1
- package/src/com/controlresell/inventory/models/items/platforms/PlatformInfo.js +0 -11
- package/src/com/controlresell/inventory/models/items/platforms/PlatformInfo.js.map +0 -1
- package/src/com/controlresell/inventory/models/items/platforms/PlatformInfo.ts +0 -9
- package/src/com/controlresell/inventory/models/items/requests/PublishRequest.d.ts.map +0 -1
- package/src/com/controlresell/inventory/models/items/requests/PublishRequest.js +0 -18
- package/src/com/controlresell/inventory/models/items/requests/PublishRequest.js.map +0 -1
- package/src/com/controlresell/inventory/models/items/requests/PublishRequest.ts +0 -16
- package/src/com/controlresell/inventory/models/items/requests/PublishRequestItem.d.ts.map +0 -1
- package/src/com/controlresell/inventory/models/items/requests/PublishRequestItem.js.map +0 -1
- package/src/com/controlresell/inventory/models/items/requests/PublishRequestWithItem.d.ts +0 -225
- package/src/com/controlresell/inventory/models/items/requests/PublishRequestWithItem.d.ts.map +0 -1
- package/src/com/controlresell/inventory/models/items/requests/PublishRequestWithItem.js +0 -13
- package/src/com/controlresell/inventory/models/items/requests/PublishRequestWithItem.js.map +0 -1
- package/src/com/controlresell/inventory/models/items/requests/PublishRequestWithItem.ts +0 -11
- package/src/com/controlresell/inventory/models/items/requests/RepublishRequest.js.map +0 -1
- package/src/com/controlresell/inventory/models/items/requests/RepublishRequestWithItem.d.ts +0 -305
- package/src/com/controlresell/inventory/models/items/requests/RepublishRequestWithItem.d.ts.map +0 -1
- package/src/com/controlresell/inventory/models/items/requests/RepublishRequestWithItem.js +0 -12
- package/src/com/controlresell/inventory/models/items/requests/RepublishRequestWithItem.js.map +0 -1
- package/src/com/controlresell/inventory/models/items/requests/RepublishRequestWithItem.ts +0 -10
- /package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/pricedrop}/PriceDropRequest.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/publish}/AutomaticPublishRequestItem.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/publish}/AutomaticPublishRequestItem.js +0 -0
- /package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/publish}/AutomaticPublishRequestItem.js.map +0 -0
- /package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/publish}/AutomaticPublishRequestItem.ts +0 -0
- /package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/publish}/ManualPublishRequestItem.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/publish}/ManualPublishRequestItem.js +0 -0
- /package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/publish}/ManualPublishRequestItem.js.map +0 -0
- /package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/publish}/ManualPublishRequestItem.ts +0 -0
- /package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/publish}/PublishTimeSlot.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/publish}/PublishTimeSlot.js +0 -0
- /package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/publish}/PublishTimeSlot.js.map +0 -0
- /package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/publish}/PublishTimeSlot.ts +0 -0
- /package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/republish}/RepublishRequest.d.ts.map +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdatedItem.d.ts","sourceRoot":"","sources":["UpdatedItem.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,iBAAiB
|
|
1
|
+
{"version":3,"file":"UpdatedItem.d.ts","sourceRoot":"","sources":["UpdatedItem.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAG5B,CAAA;AACF,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAA"}
|
|
@@ -566,12 +566,9 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
566
566
|
maxRounds?: number | null | undefined;
|
|
567
567
|
}>>>;
|
|
568
568
|
isTransfer: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
569
|
-
sourceAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
570
569
|
targetAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
571
|
-
targetUserId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
572
570
|
}, "strip", z.ZodTypeAny, {
|
|
573
571
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
574
|
-
publishingDate?: Date | null | undefined;
|
|
575
572
|
priceDropPayload?: {
|
|
576
573
|
value: number;
|
|
577
574
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -579,13 +576,11 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
579
576
|
roundStep?: number | null | undefined;
|
|
580
577
|
maxRounds?: number | null | undefined;
|
|
581
578
|
} | null | undefined;
|
|
582
|
-
|
|
583
|
-
sourceAccountId?: string | null | undefined;
|
|
579
|
+
publishingDate?: Date | null | undefined;
|
|
584
580
|
targetAccountId?: string | null | undefined;
|
|
585
|
-
|
|
581
|
+
isTransfer?: boolean | null | undefined;
|
|
586
582
|
}, {
|
|
587
583
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
588
|
-
publishingDate?: Date | null | undefined;
|
|
589
584
|
priceDropPayload?: {
|
|
590
585
|
value: number;
|
|
591
586
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -593,17 +588,15 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
593
588
|
roundStep?: number | null | undefined;
|
|
594
589
|
maxRounds?: number | null | undefined;
|
|
595
590
|
} | null | undefined;
|
|
596
|
-
|
|
597
|
-
sourceAccountId?: string | null | undefined;
|
|
591
|
+
publishingDate?: Date | null | undefined;
|
|
598
592
|
targetAccountId?: string | null | undefined;
|
|
599
|
-
|
|
593
|
+
isTransfer?: boolean | null | undefined;
|
|
600
594
|
}>;
|
|
601
595
|
type: z.ZodLiteral<"REPUBLISHING">;
|
|
602
596
|
}, "strip", z.ZodTypeAny, {
|
|
603
597
|
type: "REPUBLISHING";
|
|
604
598
|
data: {
|
|
605
599
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
606
|
-
publishingDate?: Date | null | undefined;
|
|
607
600
|
priceDropPayload?: {
|
|
608
601
|
value: number;
|
|
609
602
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -611,16 +604,14 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
611
604
|
roundStep?: number | null | undefined;
|
|
612
605
|
maxRounds?: number | null | undefined;
|
|
613
606
|
} | null | undefined;
|
|
614
|
-
|
|
615
|
-
sourceAccountId?: string | null | undefined;
|
|
607
|
+
publishingDate?: Date | null | undefined;
|
|
616
608
|
targetAccountId?: string | null | undefined;
|
|
617
|
-
|
|
609
|
+
isTransfer?: boolean | null | undefined;
|
|
618
610
|
};
|
|
619
611
|
}, {
|
|
620
612
|
type: "REPUBLISHING";
|
|
621
613
|
data: {
|
|
622
614
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
623
|
-
publishingDate?: Date | null | undefined;
|
|
624
615
|
priceDropPayload?: {
|
|
625
616
|
value: number;
|
|
626
617
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -628,10 +619,9 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
628
619
|
roundStep?: number | null | undefined;
|
|
629
620
|
maxRounds?: number | null | undefined;
|
|
630
621
|
} | null | undefined;
|
|
631
|
-
|
|
632
|
-
sourceAccountId?: string | null | undefined;
|
|
622
|
+
publishingDate?: Date | null | undefined;
|
|
633
623
|
targetAccountId?: string | null | undefined;
|
|
634
|
-
|
|
624
|
+
isTransfer?: boolean | null | undefined;
|
|
635
625
|
};
|
|
636
626
|
}>, z.ZodObject<{
|
|
637
627
|
data: z.ZodObject<{
|
|
@@ -678,11 +668,6 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
678
668
|
attemptNumber: number;
|
|
679
669
|
previousHistoryId: string;
|
|
680
670
|
originalFailureDate: Date;
|
|
681
|
-
fields?: {
|
|
682
|
-
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
683
|
-
autoFixable: boolean;
|
|
684
|
-
error?: string | null | undefined;
|
|
685
|
-
}[] | null | undefined;
|
|
686
671
|
priceDropPayload?: {
|
|
687
672
|
value: number;
|
|
688
673
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -690,17 +675,17 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
690
675
|
roundStep?: number | null | undefined;
|
|
691
676
|
maxRounds?: number | null | undefined;
|
|
692
677
|
} | null | undefined;
|
|
678
|
+
fields?: {
|
|
679
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
680
|
+
autoFixable: boolean;
|
|
681
|
+
error?: string | null | undefined;
|
|
682
|
+
}[] | null | undefined;
|
|
693
683
|
}, {
|
|
694
684
|
maxAttempts: number;
|
|
695
685
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
696
686
|
attemptNumber: number;
|
|
697
687
|
previousHistoryId: string;
|
|
698
688
|
originalFailureDate: Date;
|
|
699
|
-
fields?: {
|
|
700
|
-
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
701
|
-
autoFixable: boolean;
|
|
702
|
-
error?: string | null | undefined;
|
|
703
|
-
}[] | null | undefined;
|
|
704
689
|
priceDropPayload?: {
|
|
705
690
|
value: number;
|
|
706
691
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -708,6 +693,11 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
708
693
|
roundStep?: number | null | undefined;
|
|
709
694
|
maxRounds?: number | null | undefined;
|
|
710
695
|
} | null | undefined;
|
|
696
|
+
fields?: {
|
|
697
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
698
|
+
autoFixable: boolean;
|
|
699
|
+
error?: string | null | undefined;
|
|
700
|
+
}[] | null | undefined;
|
|
711
701
|
}>;
|
|
712
702
|
type: z.ZodLiteral<"REPUBLISHING_RETRY">;
|
|
713
703
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -718,11 +708,6 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
718
708
|
attemptNumber: number;
|
|
719
709
|
previousHistoryId: string;
|
|
720
710
|
originalFailureDate: Date;
|
|
721
|
-
fields?: {
|
|
722
|
-
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
723
|
-
autoFixable: boolean;
|
|
724
|
-
error?: string | null | undefined;
|
|
725
|
-
}[] | null | undefined;
|
|
726
711
|
priceDropPayload?: {
|
|
727
712
|
value: number;
|
|
728
713
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -730,6 +715,11 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
730
715
|
roundStep?: number | null | undefined;
|
|
731
716
|
maxRounds?: number | null | undefined;
|
|
732
717
|
} | null | undefined;
|
|
718
|
+
fields?: {
|
|
719
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
720
|
+
autoFixable: boolean;
|
|
721
|
+
error?: string | null | undefined;
|
|
722
|
+
}[] | null | undefined;
|
|
733
723
|
};
|
|
734
724
|
}, {
|
|
735
725
|
type: "REPUBLISHING_RETRY";
|
|
@@ -739,11 +729,6 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
739
729
|
attemptNumber: number;
|
|
740
730
|
previousHistoryId: string;
|
|
741
731
|
originalFailureDate: Date;
|
|
742
|
-
fields?: {
|
|
743
|
-
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
744
|
-
autoFixable: boolean;
|
|
745
|
-
error?: string | null | undefined;
|
|
746
|
-
}[] | null | undefined;
|
|
747
732
|
priceDropPayload?: {
|
|
748
733
|
value: number;
|
|
749
734
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -751,6 +736,11 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
751
736
|
roundStep?: number | null | undefined;
|
|
752
737
|
maxRounds?: number | null | undefined;
|
|
753
738
|
} | null | undefined;
|
|
739
|
+
fields?: {
|
|
740
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
741
|
+
autoFixable: boolean;
|
|
742
|
+
error?: string | null | undefined;
|
|
743
|
+
}[] | null | undefined;
|
|
754
744
|
};
|
|
755
745
|
}>, z.ZodObject<{
|
|
756
746
|
data: z.ZodObject<{
|
|
@@ -950,7 +940,6 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
950
940
|
type: "REPUBLISHING";
|
|
951
941
|
data: {
|
|
952
942
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
953
|
-
publishingDate?: Date | null | undefined;
|
|
954
943
|
priceDropPayload?: {
|
|
955
944
|
value: number;
|
|
956
945
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -958,10 +947,9 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
958
947
|
roundStep?: number | null | undefined;
|
|
959
948
|
maxRounds?: number | null | undefined;
|
|
960
949
|
} | null | undefined;
|
|
961
|
-
|
|
962
|
-
sourceAccountId?: string | null | undefined;
|
|
950
|
+
publishingDate?: Date | null | undefined;
|
|
963
951
|
targetAccountId?: string | null | undefined;
|
|
964
|
-
|
|
952
|
+
isTransfer?: boolean | null | undefined;
|
|
965
953
|
};
|
|
966
954
|
} | {
|
|
967
955
|
type: "REPUBLISHING_RETRY";
|
|
@@ -971,11 +959,6 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
971
959
|
attemptNumber: number;
|
|
972
960
|
previousHistoryId: string;
|
|
973
961
|
originalFailureDate: Date;
|
|
974
|
-
fields?: {
|
|
975
|
-
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
976
|
-
autoFixable: boolean;
|
|
977
|
-
error?: string | null | undefined;
|
|
978
|
-
}[] | null | undefined;
|
|
979
962
|
priceDropPayload?: {
|
|
980
963
|
value: number;
|
|
981
964
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -983,6 +966,11 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
983
966
|
roundStep?: number | null | undefined;
|
|
984
967
|
maxRounds?: number | null | undefined;
|
|
985
968
|
} | null | undefined;
|
|
969
|
+
fields?: {
|
|
970
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
971
|
+
autoFixable: boolean;
|
|
972
|
+
error?: string | null | undefined;
|
|
973
|
+
}[] | null | undefined;
|
|
986
974
|
};
|
|
987
975
|
} | {
|
|
988
976
|
type: "SCHEDULED";
|
|
@@ -1106,7 +1094,6 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
1106
1094
|
type: "REPUBLISHING";
|
|
1107
1095
|
data: {
|
|
1108
1096
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1109
|
-
publishingDate?: Date | null | undefined;
|
|
1110
1097
|
priceDropPayload?: {
|
|
1111
1098
|
value: number;
|
|
1112
1099
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -1114,10 +1101,9 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
1114
1101
|
roundStep?: number | null | undefined;
|
|
1115
1102
|
maxRounds?: number | null | undefined;
|
|
1116
1103
|
} | null | undefined;
|
|
1117
|
-
|
|
1118
|
-
sourceAccountId?: string | null | undefined;
|
|
1104
|
+
publishingDate?: Date | null | undefined;
|
|
1119
1105
|
targetAccountId?: string | null | undefined;
|
|
1120
|
-
|
|
1106
|
+
isTransfer?: boolean | null | undefined;
|
|
1121
1107
|
};
|
|
1122
1108
|
} | {
|
|
1123
1109
|
type: "REPUBLISHING_RETRY";
|
|
@@ -1127,11 +1113,6 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
1127
1113
|
attemptNumber: number;
|
|
1128
1114
|
previousHistoryId: string;
|
|
1129
1115
|
originalFailureDate: Date;
|
|
1130
|
-
fields?: {
|
|
1131
|
-
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1132
|
-
autoFixable: boolean;
|
|
1133
|
-
error?: string | null | undefined;
|
|
1134
|
-
}[] | null | undefined;
|
|
1135
1116
|
priceDropPayload?: {
|
|
1136
1117
|
value: number;
|
|
1137
1118
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -1139,6 +1120,11 @@ export declare const CreateItemHistoryPayloadSchema: z.ZodObject<{
|
|
|
1139
1120
|
roundStep?: number | null | undefined;
|
|
1140
1121
|
maxRounds?: number | null | undefined;
|
|
1141
1122
|
} | null | undefined;
|
|
1123
|
+
fields?: {
|
|
1124
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1125
|
+
autoFixable: boolean;
|
|
1126
|
+
error?: string | null | undefined;
|
|
1127
|
+
}[] | null | undefined;
|
|
1142
1128
|
};
|
|
1143
1129
|
} | {
|
|
1144
1130
|
type: "SCHEDULED";
|
package/src/com/controlresell/inventory/models/items/history/CreateItemHistoryPayload.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateItemHistoryPayload.d.ts","sourceRoot":"","sources":["CreateItemHistoryPayload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,8BAA8B
|
|
1
|
+
{"version":3,"file":"CreateItemHistoryPayload.d.ts","sourceRoot":"","sources":["CreateItemHistoryPayload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKzC,CAAA;AACF,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,8BAA8B,CAAC,CAAA"}
|
|
@@ -568,12 +568,9 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
568
568
|
maxRounds?: number | null | undefined;
|
|
569
569
|
}>>>;
|
|
570
570
|
isTransfer: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
571
|
-
sourceAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
572
571
|
targetAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
573
|
-
targetUserId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
574
572
|
}, "strip", z.ZodTypeAny, {
|
|
575
573
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
576
|
-
publishingDate?: Date | null | undefined;
|
|
577
574
|
priceDropPayload?: {
|
|
578
575
|
value: number;
|
|
579
576
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -581,13 +578,11 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
581
578
|
roundStep?: number | null | undefined;
|
|
582
579
|
maxRounds?: number | null | undefined;
|
|
583
580
|
} | null | undefined;
|
|
584
|
-
|
|
585
|
-
sourceAccountId?: string | null | undefined;
|
|
581
|
+
publishingDate?: Date | null | undefined;
|
|
586
582
|
targetAccountId?: string | null | undefined;
|
|
587
|
-
|
|
583
|
+
isTransfer?: boolean | null | undefined;
|
|
588
584
|
}, {
|
|
589
585
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
590
|
-
publishingDate?: Date | null | undefined;
|
|
591
586
|
priceDropPayload?: {
|
|
592
587
|
value: number;
|
|
593
588
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -595,17 +590,15 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
595
590
|
roundStep?: number | null | undefined;
|
|
596
591
|
maxRounds?: number | null | undefined;
|
|
597
592
|
} | null | undefined;
|
|
598
|
-
|
|
599
|
-
sourceAccountId?: string | null | undefined;
|
|
593
|
+
publishingDate?: Date | null | undefined;
|
|
600
594
|
targetAccountId?: string | null | undefined;
|
|
601
|
-
|
|
595
|
+
isTransfer?: boolean | null | undefined;
|
|
602
596
|
}>;
|
|
603
597
|
type: z.ZodLiteral<"REPUBLISHING">;
|
|
604
598
|
}, "strip", z.ZodTypeAny, {
|
|
605
599
|
type: "REPUBLISHING";
|
|
606
600
|
data: {
|
|
607
601
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
608
|
-
publishingDate?: Date | null | undefined;
|
|
609
602
|
priceDropPayload?: {
|
|
610
603
|
value: number;
|
|
611
604
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -613,16 +606,14 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
613
606
|
roundStep?: number | null | undefined;
|
|
614
607
|
maxRounds?: number | null | undefined;
|
|
615
608
|
} | null | undefined;
|
|
616
|
-
|
|
617
|
-
sourceAccountId?: string | null | undefined;
|
|
609
|
+
publishingDate?: Date | null | undefined;
|
|
618
610
|
targetAccountId?: string | null | undefined;
|
|
619
|
-
|
|
611
|
+
isTransfer?: boolean | null | undefined;
|
|
620
612
|
};
|
|
621
613
|
}, {
|
|
622
614
|
type: "REPUBLISHING";
|
|
623
615
|
data: {
|
|
624
616
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
625
|
-
publishingDate?: Date | null | undefined;
|
|
626
617
|
priceDropPayload?: {
|
|
627
618
|
value: number;
|
|
628
619
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -630,10 +621,9 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
630
621
|
roundStep?: number | null | undefined;
|
|
631
622
|
maxRounds?: number | null | undefined;
|
|
632
623
|
} | null | undefined;
|
|
633
|
-
|
|
634
|
-
sourceAccountId?: string | null | undefined;
|
|
624
|
+
publishingDate?: Date | null | undefined;
|
|
635
625
|
targetAccountId?: string | null | undefined;
|
|
636
|
-
|
|
626
|
+
isTransfer?: boolean | null | undefined;
|
|
637
627
|
};
|
|
638
628
|
}>, z.ZodObject<{
|
|
639
629
|
data: z.ZodObject<{
|
|
@@ -680,11 +670,6 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
680
670
|
attemptNumber: number;
|
|
681
671
|
previousHistoryId: string;
|
|
682
672
|
originalFailureDate: Date;
|
|
683
|
-
fields?: {
|
|
684
|
-
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
685
|
-
autoFixable: boolean;
|
|
686
|
-
error?: string | null | undefined;
|
|
687
|
-
}[] | null | undefined;
|
|
688
673
|
priceDropPayload?: {
|
|
689
674
|
value: number;
|
|
690
675
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -692,17 +677,17 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
692
677
|
roundStep?: number | null | undefined;
|
|
693
678
|
maxRounds?: number | null | undefined;
|
|
694
679
|
} | null | undefined;
|
|
680
|
+
fields?: {
|
|
681
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
682
|
+
autoFixable: boolean;
|
|
683
|
+
error?: string | null | undefined;
|
|
684
|
+
}[] | null | undefined;
|
|
695
685
|
}, {
|
|
696
686
|
maxAttempts: number;
|
|
697
687
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
698
688
|
attemptNumber: number;
|
|
699
689
|
previousHistoryId: string;
|
|
700
690
|
originalFailureDate: Date;
|
|
701
|
-
fields?: {
|
|
702
|
-
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
703
|
-
autoFixable: boolean;
|
|
704
|
-
error?: string | null | undefined;
|
|
705
|
-
}[] | null | undefined;
|
|
706
691
|
priceDropPayload?: {
|
|
707
692
|
value: number;
|
|
708
693
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -710,6 +695,11 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
710
695
|
roundStep?: number | null | undefined;
|
|
711
696
|
maxRounds?: number | null | undefined;
|
|
712
697
|
} | null | undefined;
|
|
698
|
+
fields?: {
|
|
699
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
700
|
+
autoFixable: boolean;
|
|
701
|
+
error?: string | null | undefined;
|
|
702
|
+
}[] | null | undefined;
|
|
713
703
|
}>;
|
|
714
704
|
type: z.ZodLiteral<"REPUBLISHING_RETRY">;
|
|
715
705
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -720,11 +710,6 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
720
710
|
attemptNumber: number;
|
|
721
711
|
previousHistoryId: string;
|
|
722
712
|
originalFailureDate: Date;
|
|
723
|
-
fields?: {
|
|
724
|
-
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
725
|
-
autoFixable: boolean;
|
|
726
|
-
error?: string | null | undefined;
|
|
727
|
-
}[] | null | undefined;
|
|
728
713
|
priceDropPayload?: {
|
|
729
714
|
value: number;
|
|
730
715
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -732,6 +717,11 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
732
717
|
roundStep?: number | null | undefined;
|
|
733
718
|
maxRounds?: number | null | undefined;
|
|
734
719
|
} | null | undefined;
|
|
720
|
+
fields?: {
|
|
721
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
722
|
+
autoFixable: boolean;
|
|
723
|
+
error?: string | null | undefined;
|
|
724
|
+
}[] | null | undefined;
|
|
735
725
|
};
|
|
736
726
|
}, {
|
|
737
727
|
type: "REPUBLISHING_RETRY";
|
|
@@ -741,11 +731,6 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
741
731
|
attemptNumber: number;
|
|
742
732
|
previousHistoryId: string;
|
|
743
733
|
originalFailureDate: Date;
|
|
744
|
-
fields?: {
|
|
745
|
-
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
746
|
-
autoFixable: boolean;
|
|
747
|
-
error?: string | null | undefined;
|
|
748
|
-
}[] | null | undefined;
|
|
749
734
|
priceDropPayload?: {
|
|
750
735
|
value: number;
|
|
751
736
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -753,6 +738,11 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
753
738
|
roundStep?: number | null | undefined;
|
|
754
739
|
maxRounds?: number | null | undefined;
|
|
755
740
|
} | null | undefined;
|
|
741
|
+
fields?: {
|
|
742
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
743
|
+
autoFixable: boolean;
|
|
744
|
+
error?: string | null | undefined;
|
|
745
|
+
}[] | null | undefined;
|
|
756
746
|
};
|
|
757
747
|
}>, z.ZodObject<{
|
|
758
748
|
data: z.ZodObject<{
|
|
@@ -860,6 +850,7 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
860
850
|
id: string;
|
|
861
851
|
createdAt: Date;
|
|
862
852
|
itemId: string | number;
|
|
853
|
+
requestId?: string | null | undefined;
|
|
863
854
|
data?: {
|
|
864
855
|
type: "ACTION_CANCELED";
|
|
865
856
|
data: {
|
|
@@ -957,7 +948,6 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
957
948
|
type: "REPUBLISHING";
|
|
958
949
|
data: {
|
|
959
950
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
960
|
-
publishingDate?: Date | null | undefined;
|
|
961
951
|
priceDropPayload?: {
|
|
962
952
|
value: number;
|
|
963
953
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -965,10 +955,9 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
965
955
|
roundStep?: number | null | undefined;
|
|
966
956
|
maxRounds?: number | null | undefined;
|
|
967
957
|
} | null | undefined;
|
|
968
|
-
|
|
969
|
-
sourceAccountId?: string | null | undefined;
|
|
958
|
+
publishingDate?: Date | null | undefined;
|
|
970
959
|
targetAccountId?: string | null | undefined;
|
|
971
|
-
|
|
960
|
+
isTransfer?: boolean | null | undefined;
|
|
972
961
|
};
|
|
973
962
|
} | {
|
|
974
963
|
type: "REPUBLISHING_RETRY";
|
|
@@ -978,11 +967,6 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
978
967
|
attemptNumber: number;
|
|
979
968
|
previousHistoryId: string;
|
|
980
969
|
originalFailureDate: Date;
|
|
981
|
-
fields?: {
|
|
982
|
-
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
983
|
-
autoFixable: boolean;
|
|
984
|
-
error?: string | null | undefined;
|
|
985
|
-
}[] | null | undefined;
|
|
986
970
|
priceDropPayload?: {
|
|
987
971
|
value: number;
|
|
988
972
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -990,6 +974,11 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
990
974
|
roundStep?: number | null | undefined;
|
|
991
975
|
maxRounds?: number | null | undefined;
|
|
992
976
|
} | null | undefined;
|
|
977
|
+
fields?: {
|
|
978
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
979
|
+
autoFixable: boolean;
|
|
980
|
+
error?: string | null | undefined;
|
|
981
|
+
}[] | null | undefined;
|
|
993
982
|
};
|
|
994
983
|
} | {
|
|
995
984
|
type: "SCHEDULED";
|
|
@@ -1013,13 +1002,13 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
1013
1002
|
};
|
|
1014
1003
|
} | null | undefined;
|
|
1015
1004
|
accountId?: string | null | undefined;
|
|
1016
|
-
requestId?: string | null | undefined;
|
|
1017
1005
|
targetDate?: Date | null | undefined;
|
|
1018
1006
|
}, {
|
|
1019
1007
|
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";
|
|
1020
1008
|
id: string;
|
|
1021
1009
|
createdAt: Date;
|
|
1022
1010
|
itemId: string | number;
|
|
1011
|
+
requestId?: string | null | undefined;
|
|
1023
1012
|
data?: {
|
|
1024
1013
|
type: "ACTION_CANCELED";
|
|
1025
1014
|
data: {
|
|
@@ -1117,7 +1106,6 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
1117
1106
|
type: "REPUBLISHING";
|
|
1118
1107
|
data: {
|
|
1119
1108
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
1120
|
-
publishingDate?: Date | null | undefined;
|
|
1121
1109
|
priceDropPayload?: {
|
|
1122
1110
|
value: number;
|
|
1123
1111
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -1125,10 +1113,9 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
1125
1113
|
roundStep?: number | null | undefined;
|
|
1126
1114
|
maxRounds?: number | null | undefined;
|
|
1127
1115
|
} | null | undefined;
|
|
1128
|
-
|
|
1129
|
-
sourceAccountId?: string | null | undefined;
|
|
1116
|
+
publishingDate?: Date | null | undefined;
|
|
1130
1117
|
targetAccountId?: string | null | undefined;
|
|
1131
|
-
|
|
1118
|
+
isTransfer?: boolean | null | undefined;
|
|
1132
1119
|
};
|
|
1133
1120
|
} | {
|
|
1134
1121
|
type: "REPUBLISHING_RETRY";
|
|
@@ -1138,11 +1125,6 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
1138
1125
|
attemptNumber: number;
|
|
1139
1126
|
previousHistoryId: string;
|
|
1140
1127
|
originalFailureDate: Date;
|
|
1141
|
-
fields?: {
|
|
1142
|
-
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1143
|
-
autoFixable: boolean;
|
|
1144
|
-
error?: string | null | undefined;
|
|
1145
|
-
}[] | null | undefined;
|
|
1146
1128
|
priceDropPayload?: {
|
|
1147
1129
|
value: number;
|
|
1148
1130
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -1150,6 +1132,11 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
1150
1132
|
roundStep?: number | null | undefined;
|
|
1151
1133
|
maxRounds?: number | null | undefined;
|
|
1152
1134
|
} | null | undefined;
|
|
1135
|
+
fields?: {
|
|
1136
|
+
field: "TITLE" | "DESCRIPTION" | "PRICE" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1137
|
+
autoFixable: boolean;
|
|
1138
|
+
error?: string | null | undefined;
|
|
1139
|
+
}[] | null | undefined;
|
|
1153
1140
|
};
|
|
1154
1141
|
} | {
|
|
1155
1142
|
type: "SCHEDULED";
|
|
@@ -1173,7 +1160,6 @@ export declare const ItemHistorySchema: z.ZodObject<{
|
|
|
1173
1160
|
};
|
|
1174
1161
|
} | null | undefined;
|
|
1175
1162
|
accountId?: string | null | undefined;
|
|
1176
|
-
requestId?: string | null | undefined;
|
|
1177
1163
|
targetDate?: Date | null | undefined;
|
|
1178
1164
|
}>;
|
|
1179
1165
|
export type ItemHistory = z.infer<typeof ItemHistorySchema>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ItemHistory.d.ts","sourceRoot":"","sources":["ItemHistory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAKrB,eAAO,MAAM,iBAAiB
|
|
1
|
+
{"version":3,"file":"ItemHistory.d.ts","sourceRoot":"","sources":["ItemHistory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAKrB,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAS5B,CAAA;AACF,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAA"}
|