controlresell 2.12.2 → 2.12.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/com/controlresell/api/requests/subscriptions/ChangeSubscriptionPlanRequest.d.ts +25 -0
- package/src/com/controlresell/api/requests/subscriptions/ChangeSubscriptionPlanRequest.d.ts.map +1 -0
- package/src/com/controlresell/api/requests/subscriptions/ChangeSubscriptionPlanRequest.js +6 -0
- package/src/com/controlresell/api/requests/subscriptions/ChangeSubscriptionPlanRequest.js.map +1 -0
- package/src/com/controlresell/api/requests/subscriptions/ChangeSubscriptionPlanRequest.ts +7 -0
- package/src/com/controlresell/api/responses/invoices/ListInvoicesResponse.d.ts +50 -50
- package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts +36 -36
- package/src/com/controlresell/api/responses/items/ListedItem.d.ts +30 -30
- package/src/com/controlresell/auth/models/preferences/CreatePreferencePayload.d.ts +2 -2
- package/src/com/controlresell/auth/models/preferences/Preference.d.ts +2 -2
- package/src/com/controlresell/auth/models/preferences/PreferenceWithCase.d.ts +4 -4
- package/src/com/controlresell/auth/models/preferences/PreferenceWithChildren.d.ts +6 -6
- package/src/com/controlresell/auth/models/preferences/queue/PreferenceNextActionPayload.d.ts +6 -6
- package/src/com/controlresell/inbox/models/conversations/Conversation.d.ts +10 -10
- package/src/com/controlresell/inbox/models/conversations/ConversationOnPlatformUpdateRequest.d.ts +6 -6
- package/src/com/controlresell/inbox/models/conversations/ConversationUpdate.d.ts +24 -24
- package/src/com/controlresell/inbox/models/conversations/UserConversations.d.ts +14 -14
- package/src/com/controlresell/inbox/models/messages/ConversationMessage.d.ts +6 -6
- package/src/com/controlresell/inbox/models/messages/ConversationMessageRequest.d.ts +2 -2
- package/src/com/controlresell/inbox/models/messages/CreateConversationMessagePayload.d.ts +2 -2
- package/src/com/controlresell/inbox/models/messages/PaginatedConversationMessages.d.ts +10 -10
- package/src/com/controlresell/inbox/models/messages/UpdateConversationMessagePayload.d.ts +2 -2
- package/src/com/controlresell/inbox/models/offers/ConversationMessageOffer.d.ts +2 -2
- package/src/com/controlresell/inbox/models/offers/ConversationOfferRequest.d.ts +2 -2
- package/src/com/controlresell/inbox/models/offers/NegotiationParameters.d.ts +2 -2
- package/src/com/controlresell/inbox/models/preferences/MessageStreamResponse.d.ts +30 -30
- package/src/com/controlresell/inbox/models/transactions/items/TransactionWithItems.d.ts +72 -72
- package/src/com/controlresell/inventory/models/items/CreatedItems.d.ts +72 -72
- package/src/com/controlresell/inventory/models/items/Item.d.ts +60 -60
- package/src/com/controlresell/inventory/models/items/ItemFiltersContext.d.ts +3 -3
- package/src/com/controlresell/inventory/models/items/ItemFiltersContext.js +1 -1
- package/src/com/controlresell/inventory/models/items/ItemFiltersContext.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/ItemFiltersContext.ts +1 -1
- package/src/com/controlresell/inventory/models/items/ItemUpdate.d.ts +36 -36
- package/src/com/controlresell/inventory/models/items/UpdatedItem.d.ts +72 -72
- package/src/com/controlresell/inventory/models/items/history/CreateItemHistoryPayload.d.ts +24 -24
- package/src/com/controlresell/inventory/models/items/history/ItemHistory.d.ts +24 -24
- package/src/com/controlresell/inventory/models/items/history/ItemHistoryDecodedPayload.d.ts +36 -36
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryFailedToPublishPayload.d.ts +4 -4
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryRepublishingRetryPayload.d.ts +4 -4
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryScheduledRetryPayload.d.ts +4 -4
- package/src/com/controlresell/inventory/models/metadata/favorites/CreateFavoriteMetadataPayload.d.ts +2 -2
- package/src/com/controlresell/inventory/models/metadata/favorites/FavoriteMetadata.d.ts +2 -2
- package/src/com/controlresell/inventory/models/metadata/sizes/SizeGroup.d.ts +2 -2
- package/src/com/controlresell/inventory/models/metadata/sizes/SizeRoot.d.ts +4 -4
- package/src/com/controlresell/models/business/BusinessProfile.d.ts +2 -2
- package/src/com/controlresell/models/filters/SavedFilters.d.ts +5 -5
- package/src/com/controlresell/models/filters/SavedFiltersPayload.d.ts +5 -5
- package/src/com/controlresell/models/invoices/Invoice.d.ts +28 -28
- 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/orders/BatchUpdateOrdersPayload.d.ts +8 -8
- package/src/com/controlresell/models/platforms/orders/CreateOrderPayload.d.ts +2 -2
- package/src/com/controlresell/models/platforms/orders/Order.d.ts +4 -4
- package/src/com/controlresell/models/platforms/orders/OrderOnPlatformUpdateRequest.d.ts +4 -4
- package/src/com/controlresell/models/platforms/orders/UpdateOrderPayload.d.ts +4 -4
- package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts +161 -161
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts +138 -138
- package/src/com/controlresell/models/subscriptions/Price.d.ts +13 -0
- package/src/com/controlresell/models/subscriptions/Price.d.ts.map +1 -0
- package/src/com/controlresell/models/subscriptions/Price.js +6 -0
- package/src/com/controlresell/models/subscriptions/Price.js.map +1 -0
- package/src/com/controlresell/models/subscriptions/Price.ts +7 -0
- package/src/com/controlresell/models/subscriptions/UserLimitCounter.d.ts +20 -2
- package/src/com/controlresell/models/subscriptions/UserLimitCounter.d.ts.map +1 -1
- package/src/com/controlresell/models/subscriptions/UserLimitCounter.js +3 -1
- package/src/com/controlresell/models/subscriptions/UserLimitCounter.js.map +1 -1
- package/src/com/controlresell/models/subscriptions/UserLimitCounter.ts +3 -1
- package/src/com/controlresell/models/subscriptions/UserLimitFlag.d.ts +10 -0
- package/src/com/controlresell/models/subscriptions/UserLimitFlag.d.ts.map +1 -0
- package/src/com/controlresell/models/subscriptions/UserLimitFlag.js +5 -0
- package/src/com/controlresell/models/subscriptions/UserLimitFlag.js.map +1 -0
- package/src/com/controlresell/models/subscriptions/UserLimitFlag.ts +6 -0
- package/src/com/controlresell/models/subscriptions/UserLimits.d.ts +301 -3
- package/src/com/controlresell/models/subscriptions/UserLimits.d.ts.map +1 -1
- package/src/com/controlresell/models/subscriptions/UserLimits.js +9 -1
- package/src/com/controlresell/models/subscriptions/UserLimits.js.map +1 -1
- package/src/com/controlresell/models/subscriptions/UserLimits.ts +9 -1
- package/src/com/controlresell/models/users/ws/ResourceUpdate.d.ts +6 -6
- package/src/com/controlresell/models/users/ws/UserLimitsUpdate.d.ts +476 -0
- package/src/com/controlresell/models/users/ws/UserLimitsUpdate.d.ts.map +1 -0
- package/src/com/controlresell/models/users/ws/UserLimitsUpdate.js +7 -0
- package/src/com/controlresell/models/users/ws/UserLimitsUpdate.js.map +1 -0
- package/src/com/controlresell/models/users/ws/UserLimitsUpdate.ts +8 -0
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts +954 -142
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/users/ws/UserWsResourcePayload.d.ts +8 -8
- package/src/index.d.ts +4 -31
- package/src/index.d.ts.map +1 -1
- package/src/index.js +4 -31
- package/src/index.js.map +1 -1
- package/src/index.ts +4 -31
- package/src/com/controlresell/platforms/models/BatchUpsertPlatformBrandsPayload.d.ts +0 -43
- package/src/com/controlresell/platforms/models/BatchUpsertPlatformBrandsPayload.d.ts.map +0 -1
- package/src/com/controlresell/platforms/models/BatchUpsertPlatformBrandsPayload.js +0 -8
- package/src/com/controlresell/platforms/models/BatchUpsertPlatformBrandsPayload.js.map +0 -1
- package/src/com/controlresell/platforms/models/BatchUpsertPlatformBrandsPayload.ts +0 -9
- package/src/com/controlresell/platforms/models/BatchUpsertPlatformCategoriesPayload.d.ts +0 -53
- package/src/com/controlresell/platforms/models/BatchUpsertPlatformCategoriesPayload.d.ts.map +0 -1
- package/src/com/controlresell/platforms/models/BatchUpsertPlatformCategoriesPayload.js +0 -8
- package/src/com/controlresell/platforms/models/BatchUpsertPlatformCategoriesPayload.js.map +0 -1
- package/src/com/controlresell/platforms/models/BatchUpsertPlatformCategoriesPayload.ts +0 -9
- package/src/com/controlresell/platforms/models/BatchUpsertPlatformEnumsPayload.d.ts +0 -48
- package/src/com/controlresell/platforms/models/BatchUpsertPlatformEnumsPayload.d.ts.map +0 -1
- package/src/com/controlresell/platforms/models/BatchUpsertPlatformEnumsPayload.js +0 -8
- package/src/com/controlresell/platforms/models/BatchUpsertPlatformEnumsPayload.js.map +0 -1
- package/src/com/controlresell/platforms/models/BatchUpsertPlatformEnumsPayload.ts +0 -9
- package/src/com/controlresell/platforms/models/BatchUpsertPlatformSizesPayload.d.ts +0 -58
- package/src/com/controlresell/platforms/models/BatchUpsertPlatformSizesPayload.d.ts.map +0 -1
- package/src/com/controlresell/platforms/models/BatchUpsertPlatformSizesPayload.js +0 -8
- package/src/com/controlresell/platforms/models/BatchUpsertPlatformSizesPayload.js.map +0 -1
- package/src/com/controlresell/platforms/models/BatchUpsertPlatformSizesPayload.ts +0 -9
- package/src/com/controlresell/platforms/models/BrandMapping.d.ts +0 -37
- package/src/com/controlresell/platforms/models/BrandMapping.d.ts.map +0 -1
- package/src/com/controlresell/platforms/models/BrandMapping.js +0 -16
- package/src/com/controlresell/platforms/models/BrandMapping.js.map +0 -1
- package/src/com/controlresell/platforms/models/BrandMapping.ts +0 -17
- package/src/com/controlresell/platforms/models/CategoryMapping.d.ts +0 -37
- package/src/com/controlresell/platforms/models/CategoryMapping.d.ts.map +0 -1
- package/src/com/controlresell/platforms/models/CategoryMapping.js +0 -16
- package/src/com/controlresell/platforms/models/CategoryMapping.js.map +0 -1
- package/src/com/controlresell/platforms/models/CategoryMapping.ts +0 -17
- package/src/com/controlresell/platforms/models/CreateBrandMappingPayload.d.ts +0 -22
- package/src/com/controlresell/platforms/models/CreateBrandMappingPayload.d.ts.map +0 -1
- package/src/com/controlresell/platforms/models/CreateBrandMappingPayload.js +0 -11
- package/src/com/controlresell/platforms/models/CreateBrandMappingPayload.js.map +0 -1
- package/src/com/controlresell/platforms/models/CreateBrandMappingPayload.ts +0 -12
- package/src/com/controlresell/platforms/models/CreateCategoryMappingPayload.d.ts +0 -22
- package/src/com/controlresell/platforms/models/CreateCategoryMappingPayload.d.ts.map +0 -1
- package/src/com/controlresell/platforms/models/CreateCategoryMappingPayload.js +0 -11
- package/src/com/controlresell/platforms/models/CreateCategoryMappingPayload.js.map +0 -1
- package/src/com/controlresell/platforms/models/CreateCategoryMappingPayload.ts +0 -12
- package/src/com/controlresell/platforms/models/CreateEnumMappingPayload.d.ts +0 -25
- package/src/com/controlresell/platforms/models/CreateEnumMappingPayload.d.ts.map +0 -1
- package/src/com/controlresell/platforms/models/CreateEnumMappingPayload.js +0 -13
- package/src/com/controlresell/platforms/models/CreateEnumMappingPayload.js.map +0 -1
- package/src/com/controlresell/platforms/models/CreateEnumMappingPayload.ts +0 -14
- package/src/com/controlresell/platforms/models/CreateItemListingForPlatformPayload.d.ts +0 -43
- package/src/com/controlresell/platforms/models/CreateItemListingForPlatformPayload.d.ts.map +0 -1
- package/src/com/controlresell/platforms/models/CreateItemListingForPlatformPayload.js +0 -16
- package/src/com/controlresell/platforms/models/CreateItemListingForPlatformPayload.js.map +0 -1
- package/src/com/controlresell/platforms/models/CreateItemListingForPlatformPayload.ts +0 -17
- package/src/com/controlresell/platforms/models/CreateSizeMappingPayload.d.ts +0 -25
- package/src/com/controlresell/platforms/models/CreateSizeMappingPayload.d.ts.map +0 -1
- package/src/com/controlresell/platforms/models/CreateSizeMappingPayload.js +0 -12
- package/src/com/controlresell/platforms/models/CreateSizeMappingPayload.js.map +0 -1
- package/src/com/controlresell/platforms/models/CreateSizeMappingPayload.ts +0 -13
- package/src/com/controlresell/platforms/models/EnumMapping.d.ts +0 -40
- package/src/com/controlresell/platforms/models/EnumMapping.d.ts.map +0 -1
- package/src/com/controlresell/platforms/models/EnumMapping.js +0 -18
- package/src/com/controlresell/platforms/models/EnumMapping.js.map +0 -1
- package/src/com/controlresell/platforms/models/EnumMapping.ts +0 -19
- package/src/com/controlresell/platforms/models/ItemListingForPlatform.d.ts +0 -52
- package/src/com/controlresell/platforms/models/ItemListingForPlatform.d.ts.map +0 -1
- package/src/com/controlresell/platforms/models/ItemListingForPlatform.js +0 -19
- package/src/com/controlresell/platforms/models/ItemListingForPlatform.js.map +0 -1
- package/src/com/controlresell/platforms/models/ItemListingForPlatform.ts +0 -20
- package/src/com/controlresell/platforms/models/MappingMethod.d.ts +0 -4
- package/src/com/controlresell/platforms/models/MappingMethod.d.ts.map +0 -1
- package/src/com/controlresell/platforms/models/MappingMethod.js +0 -5
- package/src/com/controlresell/platforms/models/MappingMethod.js.map +0 -1
- package/src/com/controlresell/platforms/models/MappingMethod.ts +0 -6
- package/src/com/controlresell/platforms/models/MaterialMapping.d.ts +0 -40
- package/src/com/controlresell/platforms/models/MaterialMapping.d.ts.map +0 -1
- package/src/com/controlresell/platforms/models/MaterialMapping.js +0 -17
- package/src/com/controlresell/platforms/models/MaterialMapping.js.map +0 -1
- package/src/com/controlresell/platforms/models/MaterialMapping.ts +0 -18
- package/src/com/controlresell/platforms/models/PlatformBrand.d.ts +0 -28
- package/src/com/controlresell/platforms/models/PlatformBrand.d.ts.map +0 -1
- package/src/com/controlresell/platforms/models/PlatformBrand.js +0 -12
- package/src/com/controlresell/platforms/models/PlatformBrand.js.map +0 -1
- package/src/com/controlresell/platforms/models/PlatformBrand.ts +0 -13
- package/src/com/controlresell/platforms/models/PlatformBrandPayload.d.ts +0 -22
- package/src/com/controlresell/platforms/models/PlatformBrandPayload.d.ts.map +0 -1
- package/src/com/controlresell/platforms/models/PlatformBrandPayload.js +0 -9
- package/src/com/controlresell/platforms/models/PlatformBrandPayload.js.map +0 -1
- package/src/com/controlresell/platforms/models/PlatformBrandPayload.ts +0 -11
- package/src/com/controlresell/platforms/models/PlatformCategory.d.ts +0 -34
- package/src/com/controlresell/platforms/models/PlatformCategory.d.ts.map +0 -1
- package/src/com/controlresell/platforms/models/PlatformCategory.js +0 -14
- package/src/com/controlresell/platforms/models/PlatformCategory.js.map +0 -1
- package/src/com/controlresell/platforms/models/PlatformCategory.ts +0 -15
- package/src/com/controlresell/platforms/models/PlatformCategoryPayload.d.ts +0 -28
- package/src/com/controlresell/platforms/models/PlatformCategoryPayload.d.ts.map +0 -1
- package/src/com/controlresell/platforms/models/PlatformCategoryPayload.js +0 -11
- package/src/com/controlresell/platforms/models/PlatformCategoryPayload.js.map +0 -1
- package/src/com/controlresell/platforms/models/PlatformCategoryPayload.ts +0 -13
- package/src/com/controlresell/platforms/models/PlatformEnum.d.ts +0 -31
- package/src/com/controlresell/platforms/models/PlatformEnum.d.ts.map +0 -1
- package/src/com/controlresell/platforms/models/PlatformEnum.js +0 -14
- package/src/com/controlresell/platforms/models/PlatformEnum.js.map +0 -1
- package/src/com/controlresell/platforms/models/PlatformEnum.ts +0 -15
- package/src/com/controlresell/platforms/models/PlatformEnumPayload.d.ts +0 -25
- package/src/com/controlresell/platforms/models/PlatformEnumPayload.d.ts.map +0 -1
- package/src/com/controlresell/platforms/models/PlatformEnumPayload.js +0 -11
- package/src/com/controlresell/platforms/models/PlatformEnumPayload.js.map +0 -1
- package/src/com/controlresell/platforms/models/PlatformEnumPayload.ts +0 -13
- package/src/com/controlresell/platforms/models/PlatformEnumType.d.ts +0 -4
- package/src/com/controlresell/platforms/models/PlatformEnumType.d.ts.map +0 -1
- package/src/com/controlresell/platforms/models/PlatformEnumType.js +0 -5
- package/src/com/controlresell/platforms/models/PlatformEnumType.js.map +0 -1
- package/src/com/controlresell/platforms/models/PlatformEnumType.ts +0 -6
- package/src/com/controlresell/platforms/models/PlatformMaterial.d.ts +0 -31
- package/src/com/controlresell/platforms/models/PlatformMaterial.d.ts.map +0 -1
- package/src/com/controlresell/platforms/models/PlatformMaterial.js +0 -13
- package/src/com/controlresell/platforms/models/PlatformMaterial.js.map +0 -1
- package/src/com/controlresell/platforms/models/PlatformMaterial.ts +0 -14
- package/src/com/controlresell/platforms/models/PlatformSize.d.ts +0 -37
- package/src/com/controlresell/platforms/models/PlatformSize.d.ts.map +0 -1
- package/src/com/controlresell/platforms/models/PlatformSize.js +0 -15
- package/src/com/controlresell/platforms/models/PlatformSize.js.map +0 -1
- package/src/com/controlresell/platforms/models/PlatformSize.ts +0 -16
- package/src/com/controlresell/platforms/models/PlatformSizePayload.d.ts +0 -31
- package/src/com/controlresell/platforms/models/PlatformSizePayload.d.ts.map +0 -1
- package/src/com/controlresell/platforms/models/PlatformSizePayload.js +0 -12
- package/src/com/controlresell/platforms/models/PlatformSizePayload.js.map +0 -1
- package/src/com/controlresell/platforms/models/PlatformSizePayload.ts +0 -14
- package/src/com/controlresell/platforms/models/SizeMapping.d.ts +0 -40
- package/src/com/controlresell/platforms/models/SizeMapping.d.ts.map +0 -1
- package/src/com/controlresell/platforms/models/SizeMapping.js +0 -17
- package/src/com/controlresell/platforms/models/SizeMapping.js.map +0 -1
- package/src/com/controlresell/platforms/models/SizeMapping.ts +0 -18
- package/src/com/controlresell/platforms/models/UpdateBrandMappingPayload.d.ts +0 -16
- package/src/com/controlresell/platforms/models/UpdateBrandMappingPayload.d.ts.map +0 -1
- package/src/com/controlresell/platforms/models/UpdateBrandMappingPayload.js +0 -7
- package/src/com/controlresell/platforms/models/UpdateBrandMappingPayload.js.map +0 -1
- package/src/com/controlresell/platforms/models/UpdateBrandMappingPayload.ts +0 -9
- package/src/com/controlresell/platforms/models/UpdateCategoryMappingPayload.d.ts +0 -16
- package/src/com/controlresell/platforms/models/UpdateCategoryMappingPayload.d.ts.map +0 -1
- package/src/com/controlresell/platforms/models/UpdateCategoryMappingPayload.js +0 -7
- package/src/com/controlresell/platforms/models/UpdateCategoryMappingPayload.js.map +0 -1
- package/src/com/controlresell/platforms/models/UpdateCategoryMappingPayload.ts +0 -9
- package/src/com/controlresell/platforms/models/UpdateEnumMappingPayload.d.ts +0 -16
- package/src/com/controlresell/platforms/models/UpdateEnumMappingPayload.d.ts.map +0 -1
- package/src/com/controlresell/platforms/models/UpdateEnumMappingPayload.js +0 -7
- package/src/com/controlresell/platforms/models/UpdateEnumMappingPayload.js.map +0 -1
- package/src/com/controlresell/platforms/models/UpdateEnumMappingPayload.ts +0 -9
- package/src/com/controlresell/platforms/models/UpdateItemListingForPlatformPayload.d.ts +0 -37
- package/src/com/controlresell/platforms/models/UpdateItemListingForPlatformPayload.d.ts.map +0 -1
- package/src/com/controlresell/platforms/models/UpdateItemListingForPlatformPayload.js +0 -14
- package/src/com/controlresell/platforms/models/UpdateItemListingForPlatformPayload.js.map +0 -1
- package/src/com/controlresell/platforms/models/UpdateItemListingForPlatformPayload.ts +0 -15
- package/src/com/controlresell/platforms/models/UpdateSizeMappingPayload.d.ts +0 -16
- package/src/com/controlresell/platforms/models/UpdateSizeMappingPayload.d.ts.map +0 -1
- package/src/com/controlresell/platforms/models/UpdateSizeMappingPayload.js +0 -7
- package/src/com/controlresell/platforms/models/UpdateSizeMappingPayload.js.map +0 -1
- package/src/com/controlresell/platforms/models/UpdateSizeMappingPayload.ts +0 -9
|
@@ -411,12 +411,12 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
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" | "PAYMENT_FAILED" | "ORDER_SUSPENDED" | "SHIPPING_TO_VERIFICATION_CENTER" | "PAYMENT_IN_PROGRESS" | "SENT_TO_VERIFICATION_CENTER" | "SHIPPING_FROM_VERIFICATION_CENTER";
|
|
412
412
|
date: Date;
|
|
413
413
|
id: string;
|
|
414
|
-
accountId: string;
|
|
415
414
|
price: number;
|
|
415
|
+
accountId: string;
|
|
416
416
|
isPrepared: boolean;
|
|
417
417
|
platformOrderId: string;
|
|
418
|
-
conversationId?: string | null | undefined;
|
|
419
418
|
transactionId?: string | null | undefined;
|
|
419
|
+
conversationId?: string | null | undefined;
|
|
420
420
|
labels?: {
|
|
421
421
|
id: string;
|
|
422
422
|
orderId: string;
|
|
@@ -505,12 +505,12 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
505
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" | "PAYMENT_FAILED" | "ORDER_SUSPENDED" | "SHIPPING_TO_VERIFICATION_CENTER" | "PAYMENT_IN_PROGRESS" | "SENT_TO_VERIFICATION_CENTER" | "SHIPPING_FROM_VERIFICATION_CENTER";
|
|
506
506
|
date: Date;
|
|
507
507
|
id: string;
|
|
508
|
-
accountId: string;
|
|
509
508
|
price: number;
|
|
509
|
+
accountId: string;
|
|
510
510
|
isPrepared: boolean;
|
|
511
511
|
platformOrderId: string;
|
|
512
|
-
conversationId?: string | null | undefined;
|
|
513
512
|
transactionId?: string | null | undefined;
|
|
513
|
+
conversationId?: string | null | undefined;
|
|
514
514
|
labels?: {
|
|
515
515
|
id: string;
|
|
516
516
|
orderId: string;
|
|
@@ -873,11 +873,11 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
873
873
|
autoFixable: z.ZodBoolean;
|
|
874
874
|
error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
875
875
|
}, "strip", z.ZodTypeAny, {
|
|
876
|
-
field: "
|
|
876
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
877
877
|
autoFixable: boolean;
|
|
878
878
|
error?: string | null | undefined;
|
|
879
879
|
}, {
|
|
880
|
-
field: "
|
|
880
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
881
881
|
autoFixable: boolean;
|
|
882
882
|
error?: string | null | undefined;
|
|
883
883
|
}>, "many">>>;
|
|
@@ -887,7 +887,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
887
887
|
accountId?: string | null | undefined;
|
|
888
888
|
reason?: string | null | undefined;
|
|
889
889
|
fields?: {
|
|
890
|
-
field: "
|
|
890
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
891
891
|
autoFixable: boolean;
|
|
892
892
|
error?: string | null | undefined;
|
|
893
893
|
}[] | null | undefined;
|
|
@@ -897,7 +897,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
897
897
|
accountId?: string | null | undefined;
|
|
898
898
|
reason?: string | null | undefined;
|
|
899
899
|
fields?: {
|
|
900
|
-
field: "
|
|
900
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
901
901
|
autoFixable: boolean;
|
|
902
902
|
error?: string | null | undefined;
|
|
903
903
|
}[] | null | undefined;
|
|
@@ -911,7 +911,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
911
911
|
accountId?: string | null | undefined;
|
|
912
912
|
reason?: string | null | undefined;
|
|
913
913
|
fields?: {
|
|
914
|
-
field: "
|
|
914
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
915
915
|
autoFixable: boolean;
|
|
916
916
|
error?: string | null | undefined;
|
|
917
917
|
}[] | null | undefined;
|
|
@@ -924,7 +924,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
924
924
|
accountId?: string | null | undefined;
|
|
925
925
|
reason?: string | null | undefined;
|
|
926
926
|
fields?: {
|
|
927
|
-
field: "
|
|
927
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
928
928
|
autoFixable: boolean;
|
|
929
929
|
error?: string | null | undefined;
|
|
930
930
|
}[] | null | undefined;
|
|
@@ -1452,11 +1452,11 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1452
1452
|
autoFixable: z.ZodBoolean;
|
|
1453
1453
|
error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1454
1454
|
}, "strip", z.ZodTypeAny, {
|
|
1455
|
-
field: "
|
|
1455
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1456
1456
|
autoFixable: boolean;
|
|
1457
1457
|
error?: string | null | undefined;
|
|
1458
1458
|
}, {
|
|
1459
|
-
field: "
|
|
1459
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1460
1460
|
autoFixable: boolean;
|
|
1461
1461
|
error?: string | null | undefined;
|
|
1462
1462
|
}>, "many">>>;
|
|
@@ -1486,7 +1486,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1486
1486
|
previousHistoryId: string;
|
|
1487
1487
|
originalFailureDate: Date;
|
|
1488
1488
|
fields?: {
|
|
1489
|
-
field: "
|
|
1489
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1490
1490
|
autoFixable: boolean;
|
|
1491
1491
|
error?: string | null | undefined;
|
|
1492
1492
|
}[] | null | undefined;
|
|
@@ -1504,7 +1504,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1504
1504
|
previousHistoryId: string;
|
|
1505
1505
|
originalFailureDate: Date;
|
|
1506
1506
|
fields?: {
|
|
1507
|
-
field: "
|
|
1507
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1508
1508
|
autoFixable: boolean;
|
|
1509
1509
|
error?: string | null | undefined;
|
|
1510
1510
|
}[] | null | undefined;
|
|
@@ -1526,7 +1526,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1526
1526
|
previousHistoryId: string;
|
|
1527
1527
|
originalFailureDate: Date;
|
|
1528
1528
|
fields?: {
|
|
1529
|
-
field: "
|
|
1529
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1530
1530
|
autoFixable: boolean;
|
|
1531
1531
|
error?: string | null | undefined;
|
|
1532
1532
|
}[] | null | undefined;
|
|
@@ -1547,7 +1547,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1547
1547
|
previousHistoryId: string;
|
|
1548
1548
|
originalFailureDate: Date;
|
|
1549
1549
|
fields?: {
|
|
1550
|
-
field: "
|
|
1550
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1551
1551
|
autoFixable: boolean;
|
|
1552
1552
|
error?: string | null | undefined;
|
|
1553
1553
|
}[] | null | undefined;
|
|
@@ -1595,11 +1595,11 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1595
1595
|
autoFixable: z.ZodBoolean;
|
|
1596
1596
|
error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1597
1597
|
}, "strip", z.ZodTypeAny, {
|
|
1598
|
-
field: "
|
|
1598
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1599
1599
|
autoFixable: boolean;
|
|
1600
1600
|
error?: string | null | undefined;
|
|
1601
1601
|
}, {
|
|
1602
|
-
field: "
|
|
1602
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1603
1603
|
autoFixable: boolean;
|
|
1604
1604
|
error?: string | null | undefined;
|
|
1605
1605
|
}>, "many">>>;
|
|
@@ -1610,7 +1610,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1610
1610
|
previousHistoryId: string;
|
|
1611
1611
|
originalFailureDate: Date;
|
|
1612
1612
|
fields?: {
|
|
1613
|
-
field: "
|
|
1613
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1614
1614
|
autoFixable: boolean;
|
|
1615
1615
|
error?: string | null | undefined;
|
|
1616
1616
|
}[] | null | undefined;
|
|
@@ -1621,7 +1621,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1621
1621
|
previousHistoryId: string;
|
|
1622
1622
|
originalFailureDate: Date;
|
|
1623
1623
|
fields?: {
|
|
1624
|
-
field: "
|
|
1624
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1625
1625
|
autoFixable: boolean;
|
|
1626
1626
|
error?: string | null | undefined;
|
|
1627
1627
|
}[] | null | undefined;
|
|
@@ -1636,7 +1636,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1636
1636
|
previousHistoryId: string;
|
|
1637
1637
|
originalFailureDate: Date;
|
|
1638
1638
|
fields?: {
|
|
1639
|
-
field: "
|
|
1639
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1640
1640
|
autoFixable: boolean;
|
|
1641
1641
|
error?: string | null | undefined;
|
|
1642
1642
|
}[] | null | undefined;
|
|
@@ -1650,7 +1650,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1650
1650
|
previousHistoryId: string;
|
|
1651
1651
|
originalFailureDate: Date;
|
|
1652
1652
|
fields?: {
|
|
1653
|
-
field: "
|
|
1653
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1654
1654
|
autoFixable: boolean;
|
|
1655
1655
|
error?: string | null | undefined;
|
|
1656
1656
|
}[] | null | undefined;
|
|
@@ -1910,7 +1910,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
1910
1910
|
accountId?: string | null | undefined;
|
|
1911
1911
|
reason?: string | null | undefined;
|
|
1912
1912
|
fields?: {
|
|
1913
|
-
field: "
|
|
1913
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1914
1914
|
autoFixable: boolean;
|
|
1915
1915
|
error?: string | null | undefined;
|
|
1916
1916
|
}[] | null | undefined;
|
|
@@ -2007,7 +2007,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2007
2007
|
previousHistoryId: string;
|
|
2008
2008
|
originalFailureDate: Date;
|
|
2009
2009
|
fields?: {
|
|
2010
|
-
field: "
|
|
2010
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2011
2011
|
autoFixable: boolean;
|
|
2012
2012
|
error?: string | null | undefined;
|
|
2013
2013
|
}[] | null | undefined;
|
|
@@ -2034,7 +2034,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2034
2034
|
previousHistoryId: string;
|
|
2035
2035
|
originalFailureDate: Date;
|
|
2036
2036
|
fields?: {
|
|
2037
|
-
field: "
|
|
2037
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2038
2038
|
autoFixable: boolean;
|
|
2039
2039
|
error?: string | null | undefined;
|
|
2040
2040
|
}[] | null | undefined;
|
|
@@ -2112,7 +2112,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2112
2112
|
accountId?: string | null | undefined;
|
|
2113
2113
|
reason?: string | null | undefined;
|
|
2114
2114
|
fields?: {
|
|
2115
|
-
field: "
|
|
2115
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2116
2116
|
autoFixable: boolean;
|
|
2117
2117
|
error?: string | null | undefined;
|
|
2118
2118
|
}[] | null | undefined;
|
|
@@ -2209,7 +2209,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2209
2209
|
previousHistoryId: string;
|
|
2210
2210
|
originalFailureDate: Date;
|
|
2211
2211
|
fields?: {
|
|
2212
|
-
field: "
|
|
2212
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2213
2213
|
autoFixable: boolean;
|
|
2214
2214
|
error?: string | null | undefined;
|
|
2215
2215
|
}[] | null | undefined;
|
|
@@ -2236,7 +2236,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2236
2236
|
previousHistoryId: string;
|
|
2237
2237
|
originalFailureDate: Date;
|
|
2238
2238
|
fields?: {
|
|
2239
|
-
field: "
|
|
2239
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2240
2240
|
autoFixable: boolean;
|
|
2241
2241
|
error?: string | null | undefined;
|
|
2242
2242
|
}[] | null | undefined;
|
|
@@ -2520,7 +2520,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2520
2520
|
accountId?: string | null | undefined;
|
|
2521
2521
|
reason?: string | null | undefined;
|
|
2522
2522
|
fields?: {
|
|
2523
|
-
field: "
|
|
2523
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2524
2524
|
autoFixable: boolean;
|
|
2525
2525
|
error?: string | null | undefined;
|
|
2526
2526
|
}[] | null | undefined;
|
|
@@ -2617,7 +2617,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2617
2617
|
previousHistoryId: string;
|
|
2618
2618
|
originalFailureDate: Date;
|
|
2619
2619
|
fields?: {
|
|
2620
|
-
field: "
|
|
2620
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2621
2621
|
autoFixable: boolean;
|
|
2622
2622
|
error?: string | null | undefined;
|
|
2623
2623
|
}[] | null | undefined;
|
|
@@ -2644,7 +2644,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2644
2644
|
previousHistoryId: string;
|
|
2645
2645
|
originalFailureDate: Date;
|
|
2646
2646
|
fields?: {
|
|
2647
|
-
field: "
|
|
2647
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2648
2648
|
autoFixable: boolean;
|
|
2649
2649
|
error?: string | null | undefined;
|
|
2650
2650
|
}[] | null | undefined;
|
|
@@ -2827,7 +2827,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2827
2827
|
accountId?: string | null | undefined;
|
|
2828
2828
|
reason?: string | null | undefined;
|
|
2829
2829
|
fields?: {
|
|
2830
|
-
field: "
|
|
2830
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2831
2831
|
autoFixable: boolean;
|
|
2832
2832
|
error?: string | null | undefined;
|
|
2833
2833
|
}[] | null | undefined;
|
|
@@ -2924,7 +2924,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2924
2924
|
previousHistoryId: string;
|
|
2925
2925
|
originalFailureDate: Date;
|
|
2926
2926
|
fields?: {
|
|
2927
|
-
field: "
|
|
2927
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2928
2928
|
autoFixable: boolean;
|
|
2929
2929
|
error?: string | null | undefined;
|
|
2930
2930
|
}[] | null | undefined;
|
|
@@ -2951,7 +2951,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
2951
2951
|
previousHistoryId: string;
|
|
2952
2952
|
originalFailureDate: Date;
|
|
2953
2953
|
fields?: {
|
|
2954
|
-
field: "
|
|
2954
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2955
2955
|
autoFixable: boolean;
|
|
2956
2956
|
error?: string | null | undefined;
|
|
2957
2957
|
}[] | null | undefined;
|
|
@@ -3028,101 +3028,6 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
3028
3028
|
}[] | null | undefined;
|
|
3029
3029
|
}>, "many">;
|
|
3030
3030
|
}, "strip", z.ZodTypeAny, {
|
|
3031
|
-
order: {
|
|
3032
|
-
type: "SALE" | "PURCHASE";
|
|
3033
|
-
status: "UNKNOWN" | "PAYMENT_VALIDATED" | "ORDER_CANCELED" | "SHIPPING_LABEL_SENT_TO_SELLER" | "ORDER_SHIPPED" | "DELIVERED_TO_POST_OFFICE_OR_PICKUP_POINT" | "ORDER_RECEIVED" | "ORDER_FINALIZED" | "RETURN_INITIATED" | "REFUND_DONE" | "ORDER_CANCELED_ITEM_UNAVAILABLE" | "ORDER_CANCELED_BY_VINTED" | "ORDER_DISPUTE_STARTED" | "ORDER_CANCELED_DUE_TO_LATE_SHIPPING" | "SHIPPING_LABEL_ORDERED" | "ORDER_RETURNED_TO_SENDER" | "PAYMENT_FAILED" | "ORDER_SUSPENDED" | "SHIPPING_TO_VERIFICATION_CENTER" | "PAYMENT_IN_PROGRESS" | "SENT_TO_VERIFICATION_CENTER" | "SHIPPING_FROM_VERIFICATION_CENTER";
|
|
3034
|
-
date: Date;
|
|
3035
|
-
id: string;
|
|
3036
|
-
accountId: string;
|
|
3037
|
-
price: number;
|
|
3038
|
-
isPrepared: boolean;
|
|
3039
|
-
platformOrderId: string;
|
|
3040
|
-
conversationId?: string | null | undefined;
|
|
3041
|
-
transactionId?: string | null | undefined;
|
|
3042
|
-
labels?: {
|
|
3043
|
-
id: string;
|
|
3044
|
-
orderId: string;
|
|
3045
|
-
fileId: string;
|
|
3046
|
-
nonCroppedFileId: string;
|
|
3047
|
-
originalFileId: string;
|
|
3048
|
-
file?: {
|
|
3049
|
-
path: string;
|
|
3050
|
-
userId: string | number;
|
|
3051
|
-
id: string;
|
|
3052
|
-
createdAt: Date;
|
|
3053
|
-
signedUrl: string;
|
|
3054
|
-
} | null | undefined;
|
|
3055
|
-
originalFile?: {
|
|
3056
|
-
path: string;
|
|
3057
|
-
userId: string | number;
|
|
3058
|
-
id: string;
|
|
3059
|
-
createdAt: Date;
|
|
3060
|
-
signedUrl: string;
|
|
3061
|
-
} | null | undefined;
|
|
3062
|
-
nonCroppedFile?: {
|
|
3063
|
-
path: string;
|
|
3064
|
-
userId: string | number;
|
|
3065
|
-
id: string;
|
|
3066
|
-
createdAt: Date;
|
|
3067
|
-
signedUrl: string;
|
|
3068
|
-
} | null | undefined;
|
|
3069
|
-
}[] | null | undefined;
|
|
3070
|
-
pickupPoints?: {
|
|
3071
|
-
orderId: string;
|
|
3072
|
-
pickupPointId: string;
|
|
3073
|
-
isQrcode: boolean;
|
|
3074
|
-
code?: string | null | undefined;
|
|
3075
|
-
trackingLink?: string | null | undefined;
|
|
3076
|
-
availableUntil?: Date | null | undefined;
|
|
3077
|
-
pickupPoint?: {
|
|
3078
|
-
id: string;
|
|
3079
|
-
accountId: string;
|
|
3080
|
-
name: string;
|
|
3081
|
-
postalCode: string;
|
|
3082
|
-
city: string;
|
|
3083
|
-
countryCode: string;
|
|
3084
|
-
addressLine1: string;
|
|
3085
|
-
platformPickupPointId: string;
|
|
3086
|
-
addressLine2?: string | null | undefined;
|
|
3087
|
-
latitude?: number | null | undefined;
|
|
3088
|
-
longitude?: number | null | undefined;
|
|
3089
|
-
} | null | undefined;
|
|
3090
|
-
}[] | null | undefined;
|
|
3091
|
-
items?: {
|
|
3092
|
-
orderId: string;
|
|
3093
|
-
itemOnPlatformId: string;
|
|
3094
|
-
itemOnPlatform?: {
|
|
3095
|
-
status: "PENDING" | "DRAFT" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "ERROR" | "DISPUTE";
|
|
3096
|
-
id: string;
|
|
3097
|
-
updatedAt: Date;
|
|
3098
|
-
accountId: string;
|
|
3099
|
-
createdAt: Date;
|
|
3100
|
-
itemId: string | number;
|
|
3101
|
-
platformId: string;
|
|
3102
|
-
platformUrl: string;
|
|
3103
|
-
platformPrice: number;
|
|
3104
|
-
publishedAt: Date;
|
|
3105
|
-
conversationId?: string | null | undefined;
|
|
3106
|
-
viewsCount?: number | null | undefined;
|
|
3107
|
-
favoritesCount?: number | null | undefined;
|
|
3108
|
-
account?: {
|
|
3109
|
-
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
3110
|
-
userId: string | number;
|
|
3111
|
-
accountId: string;
|
|
3112
|
-
name: string;
|
|
3113
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3114
|
-
locale?: string | null | undefined;
|
|
3115
|
-
night?: {
|
|
3116
|
-
startsAt: Date;
|
|
3117
|
-
endsAt: Date;
|
|
3118
|
-
} | null | undefined;
|
|
3119
|
-
favoritesMaxDelay?: number | null | undefined;
|
|
3120
|
-
ordersMaxDelay?: number | null | undefined;
|
|
3121
|
-
conversationsMaxDelay?: number | null | undefined;
|
|
3122
|
-
} | null | undefined;
|
|
3123
|
-
} | null | undefined;
|
|
3124
|
-
}[] | null | undefined;
|
|
3125
|
-
};
|
|
3126
3031
|
items: {
|
|
3127
3032
|
userId: number;
|
|
3128
3033
|
id: number;
|
|
@@ -3231,7 +3136,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
3231
3136
|
accountId?: string | null | undefined;
|
|
3232
3137
|
reason?: string | null | undefined;
|
|
3233
3138
|
fields?: {
|
|
3234
|
-
field: "
|
|
3139
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
3235
3140
|
autoFixable: boolean;
|
|
3236
3141
|
error?: string | null | undefined;
|
|
3237
3142
|
}[] | null | undefined;
|
|
@@ -3328,7 +3233,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
3328
3233
|
previousHistoryId: string;
|
|
3329
3234
|
originalFailureDate: Date;
|
|
3330
3235
|
fields?: {
|
|
3331
|
-
field: "
|
|
3236
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
3332
3237
|
autoFixable: boolean;
|
|
3333
3238
|
error?: string | null | undefined;
|
|
3334
3239
|
}[] | null | undefined;
|
|
@@ -3355,7 +3260,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
3355
3260
|
previousHistoryId: string;
|
|
3356
3261
|
originalFailureDate: Date;
|
|
3357
3262
|
fields?: {
|
|
3358
|
-
field: "
|
|
3263
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
3359
3264
|
autoFixable: boolean;
|
|
3360
3265
|
error?: string | null | undefined;
|
|
3361
3266
|
}[] | null | undefined;
|
|
@@ -3431,18 +3336,17 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
3431
3336
|
} | null | undefined;
|
|
3432
3337
|
}[] | null | undefined;
|
|
3433
3338
|
}[];
|
|
3434
|
-
}, {
|
|
3435
3339
|
order: {
|
|
3436
3340
|
type: "SALE" | "PURCHASE";
|
|
3437
3341
|
status: "UNKNOWN" | "PAYMENT_VALIDATED" | "ORDER_CANCELED" | "SHIPPING_LABEL_SENT_TO_SELLER" | "ORDER_SHIPPED" | "DELIVERED_TO_POST_OFFICE_OR_PICKUP_POINT" | "ORDER_RECEIVED" | "ORDER_FINALIZED" | "RETURN_INITIATED" | "REFUND_DONE" | "ORDER_CANCELED_ITEM_UNAVAILABLE" | "ORDER_CANCELED_BY_VINTED" | "ORDER_DISPUTE_STARTED" | "ORDER_CANCELED_DUE_TO_LATE_SHIPPING" | "SHIPPING_LABEL_ORDERED" | "ORDER_RETURNED_TO_SENDER" | "PAYMENT_FAILED" | "ORDER_SUSPENDED" | "SHIPPING_TO_VERIFICATION_CENTER" | "PAYMENT_IN_PROGRESS" | "SENT_TO_VERIFICATION_CENTER" | "SHIPPING_FROM_VERIFICATION_CENTER";
|
|
3438
3342
|
date: Date;
|
|
3439
3343
|
id: string;
|
|
3440
|
-
accountId: string;
|
|
3441
3344
|
price: number;
|
|
3345
|
+
accountId: string;
|
|
3442
3346
|
isPrepared: boolean;
|
|
3443
3347
|
platformOrderId: string;
|
|
3444
|
-
conversationId?: string | null | undefined;
|
|
3445
3348
|
transactionId?: string | null | undefined;
|
|
3349
|
+
conversationId?: string | null | undefined;
|
|
3446
3350
|
labels?: {
|
|
3447
3351
|
id: string;
|
|
3448
3352
|
orderId: string;
|
|
@@ -3527,6 +3431,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
3527
3431
|
} | null | undefined;
|
|
3528
3432
|
}[] | null | undefined;
|
|
3529
3433
|
};
|
|
3434
|
+
}, {
|
|
3530
3435
|
items: {
|
|
3531
3436
|
userId: number;
|
|
3532
3437
|
id: number;
|
|
@@ -3635,7 +3540,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
3635
3540
|
accountId?: string | null | undefined;
|
|
3636
3541
|
reason?: string | null | undefined;
|
|
3637
3542
|
fields?: {
|
|
3638
|
-
field: "
|
|
3543
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
3639
3544
|
autoFixable: boolean;
|
|
3640
3545
|
error?: string | null | undefined;
|
|
3641
3546
|
}[] | null | undefined;
|
|
@@ -3732,7 +3637,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
3732
3637
|
previousHistoryId: string;
|
|
3733
3638
|
originalFailureDate: Date;
|
|
3734
3639
|
fields?: {
|
|
3735
|
-
field: "
|
|
3640
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
3736
3641
|
autoFixable: boolean;
|
|
3737
3642
|
error?: string | null | undefined;
|
|
3738
3643
|
}[] | null | undefined;
|
|
@@ -3759,7 +3664,7 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
3759
3664
|
previousHistoryId: string;
|
|
3760
3665
|
originalFailureDate: Date;
|
|
3761
3666
|
fields?: {
|
|
3762
|
-
field: "
|
|
3667
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
3763
3668
|
autoFixable: boolean;
|
|
3764
3669
|
error?: string | null | undefined;
|
|
3765
3670
|
}[] | null | undefined;
|
|
@@ -3835,6 +3740,101 @@ export declare const OrderWithItemsSchema: z.ZodObject<{
|
|
|
3835
3740
|
} | null | undefined;
|
|
3836
3741
|
}[] | null | undefined;
|
|
3837
3742
|
}[];
|
|
3743
|
+
order: {
|
|
3744
|
+
type: "SALE" | "PURCHASE";
|
|
3745
|
+
status: "UNKNOWN" | "PAYMENT_VALIDATED" | "ORDER_CANCELED" | "SHIPPING_LABEL_SENT_TO_SELLER" | "ORDER_SHIPPED" | "DELIVERED_TO_POST_OFFICE_OR_PICKUP_POINT" | "ORDER_RECEIVED" | "ORDER_FINALIZED" | "RETURN_INITIATED" | "REFUND_DONE" | "ORDER_CANCELED_ITEM_UNAVAILABLE" | "ORDER_CANCELED_BY_VINTED" | "ORDER_DISPUTE_STARTED" | "ORDER_CANCELED_DUE_TO_LATE_SHIPPING" | "SHIPPING_LABEL_ORDERED" | "ORDER_RETURNED_TO_SENDER" | "PAYMENT_FAILED" | "ORDER_SUSPENDED" | "SHIPPING_TO_VERIFICATION_CENTER" | "PAYMENT_IN_PROGRESS" | "SENT_TO_VERIFICATION_CENTER" | "SHIPPING_FROM_VERIFICATION_CENTER";
|
|
3746
|
+
date: Date;
|
|
3747
|
+
id: string;
|
|
3748
|
+
price: number;
|
|
3749
|
+
accountId: string;
|
|
3750
|
+
isPrepared: boolean;
|
|
3751
|
+
platformOrderId: string;
|
|
3752
|
+
transactionId?: string | null | undefined;
|
|
3753
|
+
conversationId?: string | null | undefined;
|
|
3754
|
+
labels?: {
|
|
3755
|
+
id: string;
|
|
3756
|
+
orderId: string;
|
|
3757
|
+
fileId: string;
|
|
3758
|
+
nonCroppedFileId: string;
|
|
3759
|
+
originalFileId: string;
|
|
3760
|
+
file?: {
|
|
3761
|
+
path: string;
|
|
3762
|
+
userId: string | number;
|
|
3763
|
+
id: string;
|
|
3764
|
+
createdAt: Date;
|
|
3765
|
+
signedUrl: string;
|
|
3766
|
+
} | null | undefined;
|
|
3767
|
+
originalFile?: {
|
|
3768
|
+
path: string;
|
|
3769
|
+
userId: string | number;
|
|
3770
|
+
id: string;
|
|
3771
|
+
createdAt: Date;
|
|
3772
|
+
signedUrl: string;
|
|
3773
|
+
} | null | undefined;
|
|
3774
|
+
nonCroppedFile?: {
|
|
3775
|
+
path: string;
|
|
3776
|
+
userId: string | number;
|
|
3777
|
+
id: string;
|
|
3778
|
+
createdAt: Date;
|
|
3779
|
+
signedUrl: string;
|
|
3780
|
+
} | null | undefined;
|
|
3781
|
+
}[] | null | undefined;
|
|
3782
|
+
pickupPoints?: {
|
|
3783
|
+
orderId: string;
|
|
3784
|
+
pickupPointId: string;
|
|
3785
|
+
isQrcode: boolean;
|
|
3786
|
+
code?: string | null | undefined;
|
|
3787
|
+
trackingLink?: string | null | undefined;
|
|
3788
|
+
availableUntil?: Date | null | undefined;
|
|
3789
|
+
pickupPoint?: {
|
|
3790
|
+
id: string;
|
|
3791
|
+
accountId: string;
|
|
3792
|
+
name: string;
|
|
3793
|
+
postalCode: string;
|
|
3794
|
+
city: string;
|
|
3795
|
+
countryCode: string;
|
|
3796
|
+
addressLine1: string;
|
|
3797
|
+
platformPickupPointId: string;
|
|
3798
|
+
addressLine2?: string | null | undefined;
|
|
3799
|
+
latitude?: number | null | undefined;
|
|
3800
|
+
longitude?: number | null | undefined;
|
|
3801
|
+
} | null | undefined;
|
|
3802
|
+
}[] | null | undefined;
|
|
3803
|
+
items?: {
|
|
3804
|
+
orderId: string;
|
|
3805
|
+
itemOnPlatformId: string;
|
|
3806
|
+
itemOnPlatform?: {
|
|
3807
|
+
status: "PENDING" | "DRAFT" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "ERROR" | "DISPUTE";
|
|
3808
|
+
id: string;
|
|
3809
|
+
updatedAt: Date;
|
|
3810
|
+
accountId: string;
|
|
3811
|
+
createdAt: Date;
|
|
3812
|
+
itemId: string | number;
|
|
3813
|
+
platformId: string;
|
|
3814
|
+
platformUrl: string;
|
|
3815
|
+
platformPrice: number;
|
|
3816
|
+
publishedAt: Date;
|
|
3817
|
+
conversationId?: string | null | undefined;
|
|
3818
|
+
viewsCount?: number | null | undefined;
|
|
3819
|
+
favoritesCount?: number | null | undefined;
|
|
3820
|
+
account?: {
|
|
3821
|
+
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
3822
|
+
userId: string | number;
|
|
3823
|
+
accountId: string;
|
|
3824
|
+
name: string;
|
|
3825
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3826
|
+
locale?: string | null | undefined;
|
|
3827
|
+
night?: {
|
|
3828
|
+
startsAt: Date;
|
|
3829
|
+
endsAt: Date;
|
|
3830
|
+
} | null | undefined;
|
|
3831
|
+
favoritesMaxDelay?: number | null | undefined;
|
|
3832
|
+
ordersMaxDelay?: number | null | undefined;
|
|
3833
|
+
conversationsMaxDelay?: number | null | undefined;
|
|
3834
|
+
} | null | undefined;
|
|
3835
|
+
} | null | undefined;
|
|
3836
|
+
}[] | null | undefined;
|
|
3837
|
+
};
|
|
3838
3838
|
}>;
|
|
3839
3839
|
export type OrderWithItems = z.infer<typeof OrderWithItemsSchema>;
|
|
3840
3840
|
//# sourceMappingURL=OrderWithItems.d.ts.map
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
export declare const PriceSchema: z.ZodObject<{
|
|
3
|
+
amount: z.ZodNumber;
|
|
4
|
+
currency: z.ZodString;
|
|
5
|
+
}, "strip", z.ZodTypeAny, {
|
|
6
|
+
currency: string;
|
|
7
|
+
amount: number;
|
|
8
|
+
}, {
|
|
9
|
+
currency: string;
|
|
10
|
+
amount: number;
|
|
11
|
+
}>;
|
|
12
|
+
export type Price = z.infer<typeof PriceSchema>;
|
|
13
|
+
//# sourceMappingURL=Price.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Price.d.ts","sourceRoot":"","sources":["Price.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAErB,eAAO,MAAM,WAAW;;;;;;;;;EAGtB,CAAA;AACF,MAAM,MAAM,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,WAAW,CAAC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Price.js","sourceRoot":"","sources":["Price.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAErB,MAAM,CAAC,MAAM,WAAW,GAAG,CAAC,CAAC,MAAM,CAAC;IAChC,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE;IAClB,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE;CACvB,CAAC,CAAA"}
|