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
|
@@ -414,12 +414,12 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
414
414
|
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";
|
|
415
415
|
date: Date;
|
|
416
416
|
id: string;
|
|
417
|
-
accountId: string;
|
|
418
417
|
price: number;
|
|
418
|
+
accountId: string;
|
|
419
419
|
isPrepared: boolean;
|
|
420
420
|
platformOrderId: string;
|
|
421
|
-
conversationId?: string | null | undefined;
|
|
422
421
|
transactionId?: string | null | undefined;
|
|
422
|
+
conversationId?: string | null | undefined;
|
|
423
423
|
labels?: {
|
|
424
424
|
id: string;
|
|
425
425
|
orderId: string;
|
|
@@ -508,12 +508,12 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
508
508
|
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";
|
|
509
509
|
date: Date;
|
|
510
510
|
id: string;
|
|
511
|
-
accountId: string;
|
|
512
511
|
price: number;
|
|
512
|
+
accountId: string;
|
|
513
513
|
isPrepared: boolean;
|
|
514
514
|
platformOrderId: string;
|
|
515
|
-
conversationId?: string | null | undefined;
|
|
516
515
|
transactionId?: string | null | undefined;
|
|
516
|
+
conversationId?: string | null | undefined;
|
|
517
517
|
labels?: {
|
|
518
518
|
id: string;
|
|
519
519
|
orderId: string;
|
|
@@ -876,11 +876,11 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
876
876
|
autoFixable: z.ZodBoolean;
|
|
877
877
|
error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
878
878
|
}, "strip", z.ZodTypeAny, {
|
|
879
|
-
field: "
|
|
879
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
880
880
|
autoFixable: boolean;
|
|
881
881
|
error?: string | null | undefined;
|
|
882
882
|
}, {
|
|
883
|
-
field: "
|
|
883
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
884
884
|
autoFixable: boolean;
|
|
885
885
|
error?: string | null | undefined;
|
|
886
886
|
}>, "many">>>;
|
|
@@ -890,7 +890,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
890
890
|
accountId?: string | null | undefined;
|
|
891
891
|
reason?: string | null | undefined;
|
|
892
892
|
fields?: {
|
|
893
|
-
field: "
|
|
893
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
894
894
|
autoFixable: boolean;
|
|
895
895
|
error?: string | null | undefined;
|
|
896
896
|
}[] | null | undefined;
|
|
@@ -900,7 +900,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
900
900
|
accountId?: string | null | undefined;
|
|
901
901
|
reason?: string | null | undefined;
|
|
902
902
|
fields?: {
|
|
903
|
-
field: "
|
|
903
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
904
904
|
autoFixable: boolean;
|
|
905
905
|
error?: string | null | undefined;
|
|
906
906
|
}[] | null | undefined;
|
|
@@ -914,7 +914,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
914
914
|
accountId?: string | null | undefined;
|
|
915
915
|
reason?: string | null | undefined;
|
|
916
916
|
fields?: {
|
|
917
|
-
field: "
|
|
917
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
918
918
|
autoFixable: boolean;
|
|
919
919
|
error?: string | null | undefined;
|
|
920
920
|
}[] | null | undefined;
|
|
@@ -927,7 +927,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
927
927
|
accountId?: string | null | undefined;
|
|
928
928
|
reason?: string | null | undefined;
|
|
929
929
|
fields?: {
|
|
930
|
-
field: "
|
|
930
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
931
931
|
autoFixable: boolean;
|
|
932
932
|
error?: string | null | undefined;
|
|
933
933
|
}[] | null | undefined;
|
|
@@ -1455,11 +1455,11 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
1455
1455
|
autoFixable: z.ZodBoolean;
|
|
1456
1456
|
error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1457
1457
|
}, "strip", z.ZodTypeAny, {
|
|
1458
|
-
field: "
|
|
1458
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1459
1459
|
autoFixable: boolean;
|
|
1460
1460
|
error?: string | null | undefined;
|
|
1461
1461
|
}, {
|
|
1462
|
-
field: "
|
|
1462
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1463
1463
|
autoFixable: boolean;
|
|
1464
1464
|
error?: string | null | undefined;
|
|
1465
1465
|
}>, "many">>>;
|
|
@@ -1489,7 +1489,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
1489
1489
|
previousHistoryId: string;
|
|
1490
1490
|
originalFailureDate: Date;
|
|
1491
1491
|
fields?: {
|
|
1492
|
-
field: "
|
|
1492
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1493
1493
|
autoFixable: boolean;
|
|
1494
1494
|
error?: string | null | undefined;
|
|
1495
1495
|
}[] | null | undefined;
|
|
@@ -1507,7 +1507,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
1507
1507
|
previousHistoryId: string;
|
|
1508
1508
|
originalFailureDate: Date;
|
|
1509
1509
|
fields?: {
|
|
1510
|
-
field: "
|
|
1510
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1511
1511
|
autoFixable: boolean;
|
|
1512
1512
|
error?: string | null | undefined;
|
|
1513
1513
|
}[] | null | undefined;
|
|
@@ -1529,7 +1529,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
1529
1529
|
previousHistoryId: string;
|
|
1530
1530
|
originalFailureDate: Date;
|
|
1531
1531
|
fields?: {
|
|
1532
|
-
field: "
|
|
1532
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1533
1533
|
autoFixable: boolean;
|
|
1534
1534
|
error?: string | null | undefined;
|
|
1535
1535
|
}[] | null | undefined;
|
|
@@ -1550,7 +1550,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
1550
1550
|
previousHistoryId: string;
|
|
1551
1551
|
originalFailureDate: Date;
|
|
1552
1552
|
fields?: {
|
|
1553
|
-
field: "
|
|
1553
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1554
1554
|
autoFixable: boolean;
|
|
1555
1555
|
error?: string | null | undefined;
|
|
1556
1556
|
}[] | null | undefined;
|
|
@@ -1598,11 +1598,11 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
1598
1598
|
autoFixable: z.ZodBoolean;
|
|
1599
1599
|
error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1600
1600
|
}, "strip", z.ZodTypeAny, {
|
|
1601
|
-
field: "
|
|
1601
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1602
1602
|
autoFixable: boolean;
|
|
1603
1603
|
error?: string | null | undefined;
|
|
1604
1604
|
}, {
|
|
1605
|
-
field: "
|
|
1605
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1606
1606
|
autoFixable: boolean;
|
|
1607
1607
|
error?: string | null | undefined;
|
|
1608
1608
|
}>, "many">>>;
|
|
@@ -1613,7 +1613,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
1613
1613
|
previousHistoryId: string;
|
|
1614
1614
|
originalFailureDate: Date;
|
|
1615
1615
|
fields?: {
|
|
1616
|
-
field: "
|
|
1616
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1617
1617
|
autoFixable: boolean;
|
|
1618
1618
|
error?: string | null | undefined;
|
|
1619
1619
|
}[] | null | undefined;
|
|
@@ -1624,7 +1624,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
1624
1624
|
previousHistoryId: string;
|
|
1625
1625
|
originalFailureDate: Date;
|
|
1626
1626
|
fields?: {
|
|
1627
|
-
field: "
|
|
1627
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1628
1628
|
autoFixable: boolean;
|
|
1629
1629
|
error?: string | null | undefined;
|
|
1630
1630
|
}[] | null | undefined;
|
|
@@ -1639,7 +1639,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
1639
1639
|
previousHistoryId: string;
|
|
1640
1640
|
originalFailureDate: Date;
|
|
1641
1641
|
fields?: {
|
|
1642
|
-
field: "
|
|
1642
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1643
1643
|
autoFixable: boolean;
|
|
1644
1644
|
error?: string | null | undefined;
|
|
1645
1645
|
}[] | null | undefined;
|
|
@@ -1653,7 +1653,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
1653
1653
|
previousHistoryId: string;
|
|
1654
1654
|
originalFailureDate: Date;
|
|
1655
1655
|
fields?: {
|
|
1656
|
-
field: "
|
|
1656
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1657
1657
|
autoFixable: boolean;
|
|
1658
1658
|
error?: string | null | undefined;
|
|
1659
1659
|
}[] | null | undefined;
|
|
@@ -1913,7 +1913,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
1913
1913
|
accountId?: string | null | undefined;
|
|
1914
1914
|
reason?: string | null | undefined;
|
|
1915
1915
|
fields?: {
|
|
1916
|
-
field: "
|
|
1916
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1917
1917
|
autoFixable: boolean;
|
|
1918
1918
|
error?: string | null | undefined;
|
|
1919
1919
|
}[] | null | undefined;
|
|
@@ -2010,7 +2010,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
2010
2010
|
previousHistoryId: string;
|
|
2011
2011
|
originalFailureDate: Date;
|
|
2012
2012
|
fields?: {
|
|
2013
|
-
field: "
|
|
2013
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2014
2014
|
autoFixable: boolean;
|
|
2015
2015
|
error?: string | null | undefined;
|
|
2016
2016
|
}[] | null | undefined;
|
|
@@ -2037,7 +2037,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
2037
2037
|
previousHistoryId: string;
|
|
2038
2038
|
originalFailureDate: Date;
|
|
2039
2039
|
fields?: {
|
|
2040
|
-
field: "
|
|
2040
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2041
2041
|
autoFixable: boolean;
|
|
2042
2042
|
error?: string | null | undefined;
|
|
2043
2043
|
}[] | null | undefined;
|
|
@@ -2115,7 +2115,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
2115
2115
|
accountId?: string | null | undefined;
|
|
2116
2116
|
reason?: string | null | undefined;
|
|
2117
2117
|
fields?: {
|
|
2118
|
-
field: "
|
|
2118
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2119
2119
|
autoFixable: boolean;
|
|
2120
2120
|
error?: string | null | undefined;
|
|
2121
2121
|
}[] | null | undefined;
|
|
@@ -2212,7 +2212,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
2212
2212
|
previousHistoryId: string;
|
|
2213
2213
|
originalFailureDate: Date;
|
|
2214
2214
|
fields?: {
|
|
2215
|
-
field: "
|
|
2215
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2216
2216
|
autoFixable: boolean;
|
|
2217
2217
|
error?: string | null | undefined;
|
|
2218
2218
|
}[] | null | undefined;
|
|
@@ -2239,7 +2239,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
2239
2239
|
previousHistoryId: string;
|
|
2240
2240
|
originalFailureDate: Date;
|
|
2241
2241
|
fields?: {
|
|
2242
|
-
field: "
|
|
2242
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2243
2243
|
autoFixable: boolean;
|
|
2244
2244
|
error?: string | null | undefined;
|
|
2245
2245
|
}[] | null | undefined;
|
|
@@ -2523,7 +2523,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
2523
2523
|
accountId?: string | null | undefined;
|
|
2524
2524
|
reason?: string | null | undefined;
|
|
2525
2525
|
fields?: {
|
|
2526
|
-
field: "
|
|
2526
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2527
2527
|
autoFixable: boolean;
|
|
2528
2528
|
error?: string | null | undefined;
|
|
2529
2529
|
}[] | null | undefined;
|
|
@@ -2620,7 +2620,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
2620
2620
|
previousHistoryId: string;
|
|
2621
2621
|
originalFailureDate: Date;
|
|
2622
2622
|
fields?: {
|
|
2623
|
-
field: "
|
|
2623
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2624
2624
|
autoFixable: boolean;
|
|
2625
2625
|
error?: string | null | undefined;
|
|
2626
2626
|
}[] | null | undefined;
|
|
@@ -2647,7 +2647,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
2647
2647
|
previousHistoryId: string;
|
|
2648
2648
|
originalFailureDate: Date;
|
|
2649
2649
|
fields?: {
|
|
2650
|
-
field: "
|
|
2650
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2651
2651
|
autoFixable: boolean;
|
|
2652
2652
|
error?: string | null | undefined;
|
|
2653
2653
|
}[] | null | undefined;
|
|
@@ -2830,7 +2830,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
2830
2830
|
accountId?: string | null | undefined;
|
|
2831
2831
|
reason?: string | null | undefined;
|
|
2832
2832
|
fields?: {
|
|
2833
|
-
field: "
|
|
2833
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2834
2834
|
autoFixable: boolean;
|
|
2835
2835
|
error?: string | null | undefined;
|
|
2836
2836
|
}[] | null | undefined;
|
|
@@ -2927,7 +2927,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
2927
2927
|
previousHistoryId: string;
|
|
2928
2928
|
originalFailureDate: Date;
|
|
2929
2929
|
fields?: {
|
|
2930
|
-
field: "
|
|
2930
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2931
2931
|
autoFixable: boolean;
|
|
2932
2932
|
error?: string | null | undefined;
|
|
2933
2933
|
}[] | null | undefined;
|
|
@@ -2954,7 +2954,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
2954
2954
|
previousHistoryId: string;
|
|
2955
2955
|
originalFailureDate: Date;
|
|
2956
2956
|
fields?: {
|
|
2957
|
-
field: "
|
|
2957
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2958
2958
|
autoFixable: boolean;
|
|
2959
2959
|
error?: string | null | undefined;
|
|
2960
2960
|
}[] | null | undefined;
|
|
@@ -3031,101 +3031,6 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
3031
3031
|
}[] | null | undefined;
|
|
3032
3032
|
}>, "many">;
|
|
3033
3033
|
}, "strip", z.ZodTypeAny, {
|
|
3034
|
-
order: {
|
|
3035
|
-
type: "SALE" | "PURCHASE";
|
|
3036
|
-
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";
|
|
3037
|
-
date: Date;
|
|
3038
|
-
id: string;
|
|
3039
|
-
accountId: string;
|
|
3040
|
-
price: number;
|
|
3041
|
-
isPrepared: boolean;
|
|
3042
|
-
platformOrderId: string;
|
|
3043
|
-
conversationId?: string | null | undefined;
|
|
3044
|
-
transactionId?: string | null | undefined;
|
|
3045
|
-
labels?: {
|
|
3046
|
-
id: string;
|
|
3047
|
-
orderId: string;
|
|
3048
|
-
fileId: string;
|
|
3049
|
-
nonCroppedFileId: string;
|
|
3050
|
-
originalFileId: string;
|
|
3051
|
-
file?: {
|
|
3052
|
-
path: string;
|
|
3053
|
-
userId: string | number;
|
|
3054
|
-
id: string;
|
|
3055
|
-
createdAt: Date;
|
|
3056
|
-
signedUrl: string;
|
|
3057
|
-
} | null | undefined;
|
|
3058
|
-
originalFile?: {
|
|
3059
|
-
path: string;
|
|
3060
|
-
userId: string | number;
|
|
3061
|
-
id: string;
|
|
3062
|
-
createdAt: Date;
|
|
3063
|
-
signedUrl: string;
|
|
3064
|
-
} | null | undefined;
|
|
3065
|
-
nonCroppedFile?: {
|
|
3066
|
-
path: string;
|
|
3067
|
-
userId: string | number;
|
|
3068
|
-
id: string;
|
|
3069
|
-
createdAt: Date;
|
|
3070
|
-
signedUrl: string;
|
|
3071
|
-
} | null | undefined;
|
|
3072
|
-
}[] | null | undefined;
|
|
3073
|
-
pickupPoints?: {
|
|
3074
|
-
orderId: string;
|
|
3075
|
-
pickupPointId: string;
|
|
3076
|
-
isQrcode: boolean;
|
|
3077
|
-
code?: string | null | undefined;
|
|
3078
|
-
trackingLink?: string | null | undefined;
|
|
3079
|
-
availableUntil?: Date | null | undefined;
|
|
3080
|
-
pickupPoint?: {
|
|
3081
|
-
id: string;
|
|
3082
|
-
accountId: string;
|
|
3083
|
-
name: string;
|
|
3084
|
-
postalCode: string;
|
|
3085
|
-
city: string;
|
|
3086
|
-
countryCode: string;
|
|
3087
|
-
addressLine1: string;
|
|
3088
|
-
platformPickupPointId: string;
|
|
3089
|
-
addressLine2?: string | null | undefined;
|
|
3090
|
-
latitude?: number | null | undefined;
|
|
3091
|
-
longitude?: number | null | undefined;
|
|
3092
|
-
} | null | undefined;
|
|
3093
|
-
}[] | null | undefined;
|
|
3094
|
-
items?: {
|
|
3095
|
-
orderId: string;
|
|
3096
|
-
itemOnPlatformId: string;
|
|
3097
|
-
itemOnPlatform?: {
|
|
3098
|
-
status: "PENDING" | "DRAFT" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "ERROR" | "DISPUTE";
|
|
3099
|
-
id: string;
|
|
3100
|
-
updatedAt: Date;
|
|
3101
|
-
accountId: string;
|
|
3102
|
-
createdAt: Date;
|
|
3103
|
-
itemId: string | number;
|
|
3104
|
-
platformId: string;
|
|
3105
|
-
platformUrl: string;
|
|
3106
|
-
platformPrice: number;
|
|
3107
|
-
publishedAt: Date;
|
|
3108
|
-
conversationId?: string | null | undefined;
|
|
3109
|
-
viewsCount?: number | null | undefined;
|
|
3110
|
-
favoritesCount?: number | null | undefined;
|
|
3111
|
-
account?: {
|
|
3112
|
-
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
3113
|
-
userId: string | number;
|
|
3114
|
-
accountId: string;
|
|
3115
|
-
name: string;
|
|
3116
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
3117
|
-
locale?: string | null | undefined;
|
|
3118
|
-
night?: {
|
|
3119
|
-
startsAt: Date;
|
|
3120
|
-
endsAt: Date;
|
|
3121
|
-
} | null | undefined;
|
|
3122
|
-
favoritesMaxDelay?: number | null | undefined;
|
|
3123
|
-
ordersMaxDelay?: number | null | undefined;
|
|
3124
|
-
conversationsMaxDelay?: number | null | undefined;
|
|
3125
|
-
} | null | undefined;
|
|
3126
|
-
} | null | undefined;
|
|
3127
|
-
}[] | null | undefined;
|
|
3128
|
-
};
|
|
3129
3034
|
items: {
|
|
3130
3035
|
userId: number;
|
|
3131
3036
|
id: number;
|
|
@@ -3234,7 +3139,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
3234
3139
|
accountId?: string | null | undefined;
|
|
3235
3140
|
reason?: string | null | undefined;
|
|
3236
3141
|
fields?: {
|
|
3237
|
-
field: "
|
|
3142
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
3238
3143
|
autoFixable: boolean;
|
|
3239
3144
|
error?: string | null | undefined;
|
|
3240
3145
|
}[] | null | undefined;
|
|
@@ -3331,7 +3236,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
3331
3236
|
previousHistoryId: string;
|
|
3332
3237
|
originalFailureDate: Date;
|
|
3333
3238
|
fields?: {
|
|
3334
|
-
field: "
|
|
3239
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
3335
3240
|
autoFixable: boolean;
|
|
3336
3241
|
error?: string | null | undefined;
|
|
3337
3242
|
}[] | null | undefined;
|
|
@@ -3358,7 +3263,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
3358
3263
|
previousHistoryId: string;
|
|
3359
3264
|
originalFailureDate: Date;
|
|
3360
3265
|
fields?: {
|
|
3361
|
-
field: "
|
|
3266
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
3362
3267
|
autoFixable: boolean;
|
|
3363
3268
|
error?: string | null | undefined;
|
|
3364
3269
|
}[] | null | undefined;
|
|
@@ -3434,18 +3339,17 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
3434
3339
|
} | null | undefined;
|
|
3435
3340
|
}[] | null | undefined;
|
|
3436
3341
|
}[];
|
|
3437
|
-
}, {
|
|
3438
3342
|
order: {
|
|
3439
3343
|
type: "SALE" | "PURCHASE";
|
|
3440
3344
|
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";
|
|
3441
3345
|
date: Date;
|
|
3442
3346
|
id: string;
|
|
3443
|
-
accountId: string;
|
|
3444
3347
|
price: number;
|
|
3348
|
+
accountId: string;
|
|
3445
3349
|
isPrepared: boolean;
|
|
3446
3350
|
platformOrderId: string;
|
|
3447
|
-
conversationId?: string | null | undefined;
|
|
3448
3351
|
transactionId?: string | null | undefined;
|
|
3352
|
+
conversationId?: string | null | undefined;
|
|
3449
3353
|
labels?: {
|
|
3450
3354
|
id: string;
|
|
3451
3355
|
orderId: string;
|
|
@@ -3530,6 +3434,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
3530
3434
|
} | null | undefined;
|
|
3531
3435
|
}[] | null | undefined;
|
|
3532
3436
|
};
|
|
3437
|
+
}, {
|
|
3533
3438
|
items: {
|
|
3534
3439
|
userId: number;
|
|
3535
3440
|
id: number;
|
|
@@ -3638,7 +3543,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
3638
3543
|
accountId?: string | null | undefined;
|
|
3639
3544
|
reason?: string | null | undefined;
|
|
3640
3545
|
fields?: {
|
|
3641
|
-
field: "
|
|
3546
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
3642
3547
|
autoFixable: boolean;
|
|
3643
3548
|
error?: string | null | undefined;
|
|
3644
3549
|
}[] | null | undefined;
|
|
@@ -3735,7 +3640,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
3735
3640
|
previousHistoryId: string;
|
|
3736
3641
|
originalFailureDate: Date;
|
|
3737
3642
|
fields?: {
|
|
3738
|
-
field: "
|
|
3643
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
3739
3644
|
autoFixable: boolean;
|
|
3740
3645
|
error?: string | null | undefined;
|
|
3741
3646
|
}[] | null | undefined;
|
|
@@ -3762,7 +3667,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
3762
3667
|
previousHistoryId: string;
|
|
3763
3668
|
originalFailureDate: Date;
|
|
3764
3669
|
fields?: {
|
|
3765
|
-
field: "
|
|
3670
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
3766
3671
|
autoFixable: boolean;
|
|
3767
3672
|
error?: string | null | undefined;
|
|
3768
3673
|
}[] | null | undefined;
|
|
@@ -3838,23 +3743,17 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
3838
3743
|
} | null | undefined;
|
|
3839
3744
|
}[] | null | undefined;
|
|
3840
3745
|
}[];
|
|
3841
|
-
}>, "many">;
|
|
3842
|
-
currentPage: z.ZodNumber;
|
|
3843
|
-
totalPages: z.ZodNumber;
|
|
3844
|
-
}, "strip", z.ZodTypeAny, {
|
|
3845
|
-
count: number;
|
|
3846
|
-
rows: {
|
|
3847
3746
|
order: {
|
|
3848
3747
|
type: "SALE" | "PURCHASE";
|
|
3849
3748
|
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";
|
|
3850
3749
|
date: Date;
|
|
3851
3750
|
id: string;
|
|
3852
|
-
accountId: string;
|
|
3853
3751
|
price: number;
|
|
3752
|
+
accountId: string;
|
|
3854
3753
|
isPrepared: boolean;
|
|
3855
3754
|
platformOrderId: string;
|
|
3856
|
-
conversationId?: string | null | undefined;
|
|
3857
3755
|
transactionId?: string | null | undefined;
|
|
3756
|
+
conversationId?: string | null | undefined;
|
|
3858
3757
|
labels?: {
|
|
3859
3758
|
id: string;
|
|
3860
3759
|
orderId: string;
|
|
@@ -3939,6 +3838,12 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
3939
3838
|
} | null | undefined;
|
|
3940
3839
|
}[] | null | undefined;
|
|
3941
3840
|
};
|
|
3841
|
+
}>, "many">;
|
|
3842
|
+
currentPage: z.ZodNumber;
|
|
3843
|
+
totalPages: z.ZodNumber;
|
|
3844
|
+
}, "strip", z.ZodTypeAny, {
|
|
3845
|
+
count: number;
|
|
3846
|
+
rows: {
|
|
3942
3847
|
items: {
|
|
3943
3848
|
userId: number;
|
|
3944
3849
|
id: number;
|
|
@@ -4047,7 +3952,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
4047
3952
|
accountId?: string | null | undefined;
|
|
4048
3953
|
reason?: string | null | undefined;
|
|
4049
3954
|
fields?: {
|
|
4050
|
-
field: "
|
|
3955
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
4051
3956
|
autoFixable: boolean;
|
|
4052
3957
|
error?: string | null | undefined;
|
|
4053
3958
|
}[] | null | undefined;
|
|
@@ -4144,7 +4049,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
4144
4049
|
previousHistoryId: string;
|
|
4145
4050
|
originalFailureDate: Date;
|
|
4146
4051
|
fields?: {
|
|
4147
|
-
field: "
|
|
4052
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
4148
4053
|
autoFixable: boolean;
|
|
4149
4054
|
error?: string | null | undefined;
|
|
4150
4055
|
}[] | null | undefined;
|
|
@@ -4171,7 +4076,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
4171
4076
|
previousHistoryId: string;
|
|
4172
4077
|
originalFailureDate: Date;
|
|
4173
4078
|
fields?: {
|
|
4174
|
-
field: "
|
|
4079
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
4175
4080
|
autoFixable: boolean;
|
|
4176
4081
|
error?: string | null | undefined;
|
|
4177
4082
|
}[] | null | undefined;
|
|
@@ -4247,24 +4152,17 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
4247
4152
|
} | null | undefined;
|
|
4248
4153
|
}[] | null | undefined;
|
|
4249
4154
|
}[];
|
|
4250
|
-
}[];
|
|
4251
|
-
currentPage: number;
|
|
4252
|
-
totalPages: number;
|
|
4253
|
-
allOrdersCount: number;
|
|
4254
|
-
}, {
|
|
4255
|
-
count: number;
|
|
4256
|
-
rows: {
|
|
4257
4155
|
order: {
|
|
4258
4156
|
type: "SALE" | "PURCHASE";
|
|
4259
4157
|
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";
|
|
4260
4158
|
date: Date;
|
|
4261
4159
|
id: string;
|
|
4262
|
-
accountId: string;
|
|
4263
4160
|
price: number;
|
|
4161
|
+
accountId: string;
|
|
4264
4162
|
isPrepared: boolean;
|
|
4265
4163
|
platformOrderId: string;
|
|
4266
|
-
conversationId?: string | null | undefined;
|
|
4267
4164
|
transactionId?: string | null | undefined;
|
|
4165
|
+
conversationId?: string | null | undefined;
|
|
4268
4166
|
labels?: {
|
|
4269
4167
|
id: string;
|
|
4270
4168
|
orderId: string;
|
|
@@ -4349,6 +4247,13 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
4349
4247
|
} | null | undefined;
|
|
4350
4248
|
}[] | null | undefined;
|
|
4351
4249
|
};
|
|
4250
|
+
}[];
|
|
4251
|
+
currentPage: number;
|
|
4252
|
+
totalPages: number;
|
|
4253
|
+
allOrdersCount: number;
|
|
4254
|
+
}, {
|
|
4255
|
+
count: number;
|
|
4256
|
+
rows: {
|
|
4352
4257
|
items: {
|
|
4353
4258
|
userId: number;
|
|
4354
4259
|
id: number;
|
|
@@ -4457,7 +4362,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
4457
4362
|
accountId?: string | null | undefined;
|
|
4458
4363
|
reason?: string | null | undefined;
|
|
4459
4364
|
fields?: {
|
|
4460
|
-
field: "
|
|
4365
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
4461
4366
|
autoFixable: boolean;
|
|
4462
4367
|
error?: string | null | undefined;
|
|
4463
4368
|
}[] | null | undefined;
|
|
@@ -4554,7 +4459,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
4554
4459
|
previousHistoryId: string;
|
|
4555
4460
|
originalFailureDate: Date;
|
|
4556
4461
|
fields?: {
|
|
4557
|
-
field: "
|
|
4462
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
4558
4463
|
autoFixable: boolean;
|
|
4559
4464
|
error?: string | null | undefined;
|
|
4560
4465
|
}[] | null | undefined;
|
|
@@ -4581,7 +4486,7 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
4581
4486
|
previousHistoryId: string;
|
|
4582
4487
|
originalFailureDate: Date;
|
|
4583
4488
|
fields?: {
|
|
4584
|
-
field: "
|
|
4489
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
4585
4490
|
autoFixable: boolean;
|
|
4586
4491
|
error?: string | null | undefined;
|
|
4587
4492
|
}[] | null | undefined;
|
|
@@ -4657,6 +4562,101 @@ export declare const UserOrdersSchema: z.ZodObject<{
|
|
|
4657
4562
|
} | null | undefined;
|
|
4658
4563
|
}[] | null | undefined;
|
|
4659
4564
|
}[];
|
|
4565
|
+
order: {
|
|
4566
|
+
type: "SALE" | "PURCHASE";
|
|
4567
|
+
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";
|
|
4568
|
+
date: Date;
|
|
4569
|
+
id: string;
|
|
4570
|
+
price: number;
|
|
4571
|
+
accountId: string;
|
|
4572
|
+
isPrepared: boolean;
|
|
4573
|
+
platformOrderId: string;
|
|
4574
|
+
transactionId?: string | null | undefined;
|
|
4575
|
+
conversationId?: string | null | undefined;
|
|
4576
|
+
labels?: {
|
|
4577
|
+
id: string;
|
|
4578
|
+
orderId: string;
|
|
4579
|
+
fileId: string;
|
|
4580
|
+
nonCroppedFileId: string;
|
|
4581
|
+
originalFileId: string;
|
|
4582
|
+
file?: {
|
|
4583
|
+
path: string;
|
|
4584
|
+
userId: string | number;
|
|
4585
|
+
id: string;
|
|
4586
|
+
createdAt: Date;
|
|
4587
|
+
signedUrl: string;
|
|
4588
|
+
} | null | undefined;
|
|
4589
|
+
originalFile?: {
|
|
4590
|
+
path: string;
|
|
4591
|
+
userId: string | number;
|
|
4592
|
+
id: string;
|
|
4593
|
+
createdAt: Date;
|
|
4594
|
+
signedUrl: string;
|
|
4595
|
+
} | null | undefined;
|
|
4596
|
+
nonCroppedFile?: {
|
|
4597
|
+
path: string;
|
|
4598
|
+
userId: string | number;
|
|
4599
|
+
id: string;
|
|
4600
|
+
createdAt: Date;
|
|
4601
|
+
signedUrl: string;
|
|
4602
|
+
} | null | undefined;
|
|
4603
|
+
}[] | null | undefined;
|
|
4604
|
+
pickupPoints?: {
|
|
4605
|
+
orderId: string;
|
|
4606
|
+
pickupPointId: string;
|
|
4607
|
+
isQrcode: boolean;
|
|
4608
|
+
code?: string | null | undefined;
|
|
4609
|
+
trackingLink?: string | null | undefined;
|
|
4610
|
+
availableUntil?: Date | null | undefined;
|
|
4611
|
+
pickupPoint?: {
|
|
4612
|
+
id: string;
|
|
4613
|
+
accountId: string;
|
|
4614
|
+
name: string;
|
|
4615
|
+
postalCode: string;
|
|
4616
|
+
city: string;
|
|
4617
|
+
countryCode: string;
|
|
4618
|
+
addressLine1: string;
|
|
4619
|
+
platformPickupPointId: string;
|
|
4620
|
+
addressLine2?: string | null | undefined;
|
|
4621
|
+
latitude?: number | null | undefined;
|
|
4622
|
+
longitude?: number | null | undefined;
|
|
4623
|
+
} | null | undefined;
|
|
4624
|
+
}[] | null | undefined;
|
|
4625
|
+
items?: {
|
|
4626
|
+
orderId: string;
|
|
4627
|
+
itemOnPlatformId: string;
|
|
4628
|
+
itemOnPlatform?: {
|
|
4629
|
+
status: "PENDING" | "DRAFT" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "ERROR" | "DISPUTE";
|
|
4630
|
+
id: string;
|
|
4631
|
+
updatedAt: Date;
|
|
4632
|
+
accountId: string;
|
|
4633
|
+
createdAt: Date;
|
|
4634
|
+
itemId: string | number;
|
|
4635
|
+
platformId: string;
|
|
4636
|
+
platformUrl: string;
|
|
4637
|
+
platformPrice: number;
|
|
4638
|
+
publishedAt: Date;
|
|
4639
|
+
conversationId?: string | null | undefined;
|
|
4640
|
+
viewsCount?: number | null | undefined;
|
|
4641
|
+
favoritesCount?: number | null | undefined;
|
|
4642
|
+
account?: {
|
|
4643
|
+
status: "CONNECTED" | "DISCONNECTED" | "LOCKED";
|
|
4644
|
+
userId: string | number;
|
|
4645
|
+
accountId: string;
|
|
4646
|
+
name: string;
|
|
4647
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
4648
|
+
locale?: string | null | undefined;
|
|
4649
|
+
night?: {
|
|
4650
|
+
startsAt: Date;
|
|
4651
|
+
endsAt: Date;
|
|
4652
|
+
} | null | undefined;
|
|
4653
|
+
favoritesMaxDelay?: number | null | undefined;
|
|
4654
|
+
ordersMaxDelay?: number | null | undefined;
|
|
4655
|
+
conversationsMaxDelay?: number | null | undefined;
|
|
4656
|
+
} | null | undefined;
|
|
4657
|
+
} | null | undefined;
|
|
4658
|
+
}[] | null | undefined;
|
|
4659
|
+
};
|
|
4660
4660
|
}[];
|
|
4661
4661
|
currentPage: number;
|
|
4662
4662
|
totalPages: number;
|