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
|
@@ -277,11 +277,11 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
277
277
|
autoFixable: z.ZodBoolean;
|
|
278
278
|
error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
279
279
|
}, "strip", z.ZodTypeAny, {
|
|
280
|
-
field: "
|
|
280
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
281
281
|
autoFixable: boolean;
|
|
282
282
|
error?: string | null | undefined;
|
|
283
283
|
}, {
|
|
284
|
-
field: "
|
|
284
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
285
285
|
autoFixable: boolean;
|
|
286
286
|
error?: string | null | undefined;
|
|
287
287
|
}>, "many">>>;
|
|
@@ -291,7 +291,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
291
291
|
accountId?: string | null | undefined;
|
|
292
292
|
reason?: string | null | undefined;
|
|
293
293
|
fields?: {
|
|
294
|
-
field: "
|
|
294
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
295
295
|
autoFixable: boolean;
|
|
296
296
|
error?: string | null | undefined;
|
|
297
297
|
}[] | null | undefined;
|
|
@@ -301,7 +301,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
301
301
|
accountId?: string | null | undefined;
|
|
302
302
|
reason?: string | null | undefined;
|
|
303
303
|
fields?: {
|
|
304
|
-
field: "
|
|
304
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
305
305
|
autoFixable: boolean;
|
|
306
306
|
error?: string | null | undefined;
|
|
307
307
|
}[] | null | undefined;
|
|
@@ -315,7 +315,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
315
315
|
accountId?: string | null | undefined;
|
|
316
316
|
reason?: string | null | undefined;
|
|
317
317
|
fields?: {
|
|
318
|
-
field: "
|
|
318
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
319
319
|
autoFixable: boolean;
|
|
320
320
|
error?: string | null | undefined;
|
|
321
321
|
}[] | null | undefined;
|
|
@@ -328,7 +328,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
328
328
|
accountId?: string | null | undefined;
|
|
329
329
|
reason?: string | null | undefined;
|
|
330
330
|
fields?: {
|
|
331
|
-
field: "
|
|
331
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
332
332
|
autoFixable: boolean;
|
|
333
333
|
error?: string | null | undefined;
|
|
334
334
|
}[] | null | undefined;
|
|
@@ -856,11 +856,11 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
856
856
|
autoFixable: z.ZodBoolean;
|
|
857
857
|
error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
858
858
|
}, "strip", z.ZodTypeAny, {
|
|
859
|
-
field: "
|
|
859
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
860
860
|
autoFixable: boolean;
|
|
861
861
|
error?: string | null | undefined;
|
|
862
862
|
}, {
|
|
863
|
-
field: "
|
|
863
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
864
864
|
autoFixable: boolean;
|
|
865
865
|
error?: string | null | undefined;
|
|
866
866
|
}>, "many">>>;
|
|
@@ -890,7 +890,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
890
890
|
previousHistoryId: string;
|
|
891
891
|
originalFailureDate: Date;
|
|
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;
|
|
@@ -908,7 +908,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
908
908
|
previousHistoryId: string;
|
|
909
909
|
originalFailureDate: Date;
|
|
910
910
|
fields?: {
|
|
911
|
-
field: "
|
|
911
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
912
912
|
autoFixable: boolean;
|
|
913
913
|
error?: string | null | undefined;
|
|
914
914
|
}[] | null | undefined;
|
|
@@ -930,7 +930,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
930
930
|
previousHistoryId: string;
|
|
931
931
|
originalFailureDate: Date;
|
|
932
932
|
fields?: {
|
|
933
|
-
field: "
|
|
933
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
934
934
|
autoFixable: boolean;
|
|
935
935
|
error?: string | null | undefined;
|
|
936
936
|
}[] | null | undefined;
|
|
@@ -951,7 +951,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
951
951
|
previousHistoryId: string;
|
|
952
952
|
originalFailureDate: Date;
|
|
953
953
|
fields?: {
|
|
954
|
-
field: "
|
|
954
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
955
955
|
autoFixable: boolean;
|
|
956
956
|
error?: string | null | undefined;
|
|
957
957
|
}[] | null | undefined;
|
|
@@ -999,11 +999,11 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
999
999
|
autoFixable: z.ZodBoolean;
|
|
1000
1000
|
error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1001
1001
|
}, "strip", z.ZodTypeAny, {
|
|
1002
|
-
field: "
|
|
1002
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1003
1003
|
autoFixable: boolean;
|
|
1004
1004
|
error?: string | null | undefined;
|
|
1005
1005
|
}, {
|
|
1006
|
-
field: "
|
|
1006
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1007
1007
|
autoFixable: boolean;
|
|
1008
1008
|
error?: string | null | undefined;
|
|
1009
1009
|
}>, "many">>>;
|
|
@@ -1014,7 +1014,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
1014
1014
|
previousHistoryId: string;
|
|
1015
1015
|
originalFailureDate: Date;
|
|
1016
1016
|
fields?: {
|
|
1017
|
-
field: "
|
|
1017
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1018
1018
|
autoFixable: boolean;
|
|
1019
1019
|
error?: string | null | undefined;
|
|
1020
1020
|
}[] | null | undefined;
|
|
@@ -1025,7 +1025,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
1025
1025
|
previousHistoryId: string;
|
|
1026
1026
|
originalFailureDate: Date;
|
|
1027
1027
|
fields?: {
|
|
1028
|
-
field: "
|
|
1028
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1029
1029
|
autoFixable: boolean;
|
|
1030
1030
|
error?: string | null | undefined;
|
|
1031
1031
|
}[] | null | undefined;
|
|
@@ -1040,7 +1040,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
1040
1040
|
previousHistoryId: string;
|
|
1041
1041
|
originalFailureDate: Date;
|
|
1042
1042
|
fields?: {
|
|
1043
|
-
field: "
|
|
1043
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1044
1044
|
autoFixable: boolean;
|
|
1045
1045
|
error?: string | null | undefined;
|
|
1046
1046
|
}[] | null | undefined;
|
|
@@ -1054,7 +1054,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
1054
1054
|
previousHistoryId: string;
|
|
1055
1055
|
originalFailureDate: Date;
|
|
1056
1056
|
fields?: {
|
|
1057
|
-
field: "
|
|
1057
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1058
1058
|
autoFixable: boolean;
|
|
1059
1059
|
error?: string | null | undefined;
|
|
1060
1060
|
}[] | null | undefined;
|
|
@@ -1314,7 +1314,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
1314
1314
|
accountId?: string | null | undefined;
|
|
1315
1315
|
reason?: string | null | undefined;
|
|
1316
1316
|
fields?: {
|
|
1317
|
-
field: "
|
|
1317
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1318
1318
|
autoFixable: boolean;
|
|
1319
1319
|
error?: string | null | undefined;
|
|
1320
1320
|
}[] | null | undefined;
|
|
@@ -1411,7 +1411,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
1411
1411
|
previousHistoryId: string;
|
|
1412
1412
|
originalFailureDate: Date;
|
|
1413
1413
|
fields?: {
|
|
1414
|
-
field: "
|
|
1414
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1415
1415
|
autoFixable: boolean;
|
|
1416
1416
|
error?: string | null | undefined;
|
|
1417
1417
|
}[] | null | undefined;
|
|
@@ -1438,7 +1438,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
1438
1438
|
previousHistoryId: string;
|
|
1439
1439
|
originalFailureDate: Date;
|
|
1440
1440
|
fields?: {
|
|
1441
|
-
field: "
|
|
1441
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1442
1442
|
autoFixable: boolean;
|
|
1443
1443
|
error?: string | null | undefined;
|
|
1444
1444
|
}[] | null | undefined;
|
|
@@ -1516,7 +1516,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
1516
1516
|
accountId?: string | null | undefined;
|
|
1517
1517
|
reason?: string | null | undefined;
|
|
1518
1518
|
fields?: {
|
|
1519
|
-
field: "
|
|
1519
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1520
1520
|
autoFixable: boolean;
|
|
1521
1521
|
error?: string | null | undefined;
|
|
1522
1522
|
}[] | null | undefined;
|
|
@@ -1613,7 +1613,7 @@ export declare const ItemSchema: 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;
|
|
@@ -1640,7 +1640,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
1640
1640
|
previousHistoryId: string;
|
|
1641
1641
|
originalFailureDate: Date;
|
|
1642
1642
|
fields?: {
|
|
1643
|
-
field: "
|
|
1643
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1644
1644
|
autoFixable: boolean;
|
|
1645
1645
|
error?: string | null | undefined;
|
|
1646
1646
|
}[] | null | undefined;
|
|
@@ -1904,11 +1904,11 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
1904
1904
|
autoFixable: z.ZodBoolean;
|
|
1905
1905
|
error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1906
1906
|
}, "strip", z.ZodTypeAny, {
|
|
1907
|
-
field: "
|
|
1907
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1908
1908
|
autoFixable: boolean;
|
|
1909
1909
|
error?: string | null | undefined;
|
|
1910
1910
|
}, {
|
|
1911
|
-
field: "
|
|
1911
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1912
1912
|
autoFixable: boolean;
|
|
1913
1913
|
error?: string | null | undefined;
|
|
1914
1914
|
}>, "many">>>;
|
|
@@ -1918,7 +1918,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
1918
1918
|
accountId?: string | null | undefined;
|
|
1919
1919
|
reason?: string | null | undefined;
|
|
1920
1920
|
fields?: {
|
|
1921
|
-
field: "
|
|
1921
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1922
1922
|
autoFixable: boolean;
|
|
1923
1923
|
error?: string | null | undefined;
|
|
1924
1924
|
}[] | null | undefined;
|
|
@@ -1928,7 +1928,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
1928
1928
|
accountId?: string | null | undefined;
|
|
1929
1929
|
reason?: string | null | undefined;
|
|
1930
1930
|
fields?: {
|
|
1931
|
-
field: "
|
|
1931
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1932
1932
|
autoFixable: boolean;
|
|
1933
1933
|
error?: string | null | undefined;
|
|
1934
1934
|
}[] | null | undefined;
|
|
@@ -1942,7 +1942,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
1942
1942
|
accountId?: string | null | undefined;
|
|
1943
1943
|
reason?: string | null | undefined;
|
|
1944
1944
|
fields?: {
|
|
1945
|
-
field: "
|
|
1945
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1946
1946
|
autoFixable: boolean;
|
|
1947
1947
|
error?: string | null | undefined;
|
|
1948
1948
|
}[] | null | undefined;
|
|
@@ -1955,7 +1955,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
1955
1955
|
accountId?: string | null | undefined;
|
|
1956
1956
|
reason?: string | null | undefined;
|
|
1957
1957
|
fields?: {
|
|
1958
|
-
field: "
|
|
1958
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1959
1959
|
autoFixable: boolean;
|
|
1960
1960
|
error?: string | null | undefined;
|
|
1961
1961
|
}[] | null | undefined;
|
|
@@ -2483,11 +2483,11 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
2483
2483
|
autoFixable: z.ZodBoolean;
|
|
2484
2484
|
error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2485
2485
|
}, "strip", z.ZodTypeAny, {
|
|
2486
|
-
field: "
|
|
2486
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2487
2487
|
autoFixable: boolean;
|
|
2488
2488
|
error?: string | null | undefined;
|
|
2489
2489
|
}, {
|
|
2490
|
-
field: "
|
|
2490
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2491
2491
|
autoFixable: boolean;
|
|
2492
2492
|
error?: string | null | undefined;
|
|
2493
2493
|
}>, "many">>>;
|
|
@@ -2517,7 +2517,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
2517
2517
|
previousHistoryId: string;
|
|
2518
2518
|
originalFailureDate: Date;
|
|
2519
2519
|
fields?: {
|
|
2520
|
-
field: "
|
|
2520
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2521
2521
|
autoFixable: boolean;
|
|
2522
2522
|
error?: string | null | undefined;
|
|
2523
2523
|
}[] | null | undefined;
|
|
@@ -2535,7 +2535,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
2535
2535
|
previousHistoryId: string;
|
|
2536
2536
|
originalFailureDate: Date;
|
|
2537
2537
|
fields?: {
|
|
2538
|
-
field: "
|
|
2538
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2539
2539
|
autoFixable: boolean;
|
|
2540
2540
|
error?: string | null | undefined;
|
|
2541
2541
|
}[] | null | undefined;
|
|
@@ -2557,7 +2557,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
2557
2557
|
previousHistoryId: string;
|
|
2558
2558
|
originalFailureDate: Date;
|
|
2559
2559
|
fields?: {
|
|
2560
|
-
field: "
|
|
2560
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2561
2561
|
autoFixable: boolean;
|
|
2562
2562
|
error?: string | null | undefined;
|
|
2563
2563
|
}[] | null | undefined;
|
|
@@ -2578,7 +2578,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
2578
2578
|
previousHistoryId: string;
|
|
2579
2579
|
originalFailureDate: Date;
|
|
2580
2580
|
fields?: {
|
|
2581
|
-
field: "
|
|
2581
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2582
2582
|
autoFixable: boolean;
|
|
2583
2583
|
error?: string | null | undefined;
|
|
2584
2584
|
}[] | null | undefined;
|
|
@@ -2626,11 +2626,11 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
2626
2626
|
autoFixable: z.ZodBoolean;
|
|
2627
2627
|
error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2628
2628
|
}, "strip", z.ZodTypeAny, {
|
|
2629
|
-
field: "
|
|
2629
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2630
2630
|
autoFixable: boolean;
|
|
2631
2631
|
error?: string | null | undefined;
|
|
2632
2632
|
}, {
|
|
2633
|
-
field: "
|
|
2633
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2634
2634
|
autoFixable: boolean;
|
|
2635
2635
|
error?: string | null | undefined;
|
|
2636
2636
|
}>, "many">>>;
|
|
@@ -2641,7 +2641,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
2641
2641
|
previousHistoryId: string;
|
|
2642
2642
|
originalFailureDate: Date;
|
|
2643
2643
|
fields?: {
|
|
2644
|
-
field: "
|
|
2644
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2645
2645
|
autoFixable: boolean;
|
|
2646
2646
|
error?: string | null | undefined;
|
|
2647
2647
|
}[] | null | undefined;
|
|
@@ -2652,7 +2652,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
2652
2652
|
previousHistoryId: string;
|
|
2653
2653
|
originalFailureDate: Date;
|
|
2654
2654
|
fields?: {
|
|
2655
|
-
field: "
|
|
2655
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2656
2656
|
autoFixable: boolean;
|
|
2657
2657
|
error?: string | null | undefined;
|
|
2658
2658
|
}[] | null | undefined;
|
|
@@ -2667,7 +2667,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
2667
2667
|
previousHistoryId: string;
|
|
2668
2668
|
originalFailureDate: Date;
|
|
2669
2669
|
fields?: {
|
|
2670
|
-
field: "
|
|
2670
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2671
2671
|
autoFixable: boolean;
|
|
2672
2672
|
error?: string | null | undefined;
|
|
2673
2673
|
}[] | null | undefined;
|
|
@@ -2681,7 +2681,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
2681
2681
|
previousHistoryId: string;
|
|
2682
2682
|
originalFailureDate: Date;
|
|
2683
2683
|
fields?: {
|
|
2684
|
-
field: "
|
|
2684
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2685
2685
|
autoFixable: boolean;
|
|
2686
2686
|
error?: string | null | undefined;
|
|
2687
2687
|
}[] | null | undefined;
|
|
@@ -2941,7 +2941,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
2941
2941
|
accountId?: string | null | undefined;
|
|
2942
2942
|
reason?: string | null | undefined;
|
|
2943
2943
|
fields?: {
|
|
2944
|
-
field: "
|
|
2944
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2945
2945
|
autoFixable: boolean;
|
|
2946
2946
|
error?: string | null | undefined;
|
|
2947
2947
|
}[] | null | undefined;
|
|
@@ -3038,7 +3038,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
3038
3038
|
previousHistoryId: string;
|
|
3039
3039
|
originalFailureDate: Date;
|
|
3040
3040
|
fields?: {
|
|
3041
|
-
field: "
|
|
3041
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
3042
3042
|
autoFixable: boolean;
|
|
3043
3043
|
error?: string | null | undefined;
|
|
3044
3044
|
}[] | null | undefined;
|
|
@@ -3065,7 +3065,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
3065
3065
|
previousHistoryId: string;
|
|
3066
3066
|
originalFailureDate: Date;
|
|
3067
3067
|
fields?: {
|
|
3068
|
-
field: "
|
|
3068
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
3069
3069
|
autoFixable: boolean;
|
|
3070
3070
|
error?: string | null | undefined;
|
|
3071
3071
|
}[] | null | undefined;
|
|
@@ -3143,7 +3143,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
3143
3143
|
accountId?: string | null | undefined;
|
|
3144
3144
|
reason?: string | null | undefined;
|
|
3145
3145
|
fields?: {
|
|
3146
|
-
field: "
|
|
3146
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
3147
3147
|
autoFixable: boolean;
|
|
3148
3148
|
error?: string | null | undefined;
|
|
3149
3149
|
}[] | null | undefined;
|
|
@@ -3240,7 +3240,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
3240
3240
|
previousHistoryId: string;
|
|
3241
3241
|
originalFailureDate: Date;
|
|
3242
3242
|
fields?: {
|
|
3243
|
-
field: "
|
|
3243
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
3244
3244
|
autoFixable: boolean;
|
|
3245
3245
|
error?: string | null | undefined;
|
|
3246
3246
|
}[] | null | undefined;
|
|
@@ -3267,7 +3267,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
3267
3267
|
previousHistoryId: string;
|
|
3268
3268
|
originalFailureDate: Date;
|
|
3269
3269
|
fields?: {
|
|
3270
|
-
field: "
|
|
3270
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
3271
3271
|
autoFixable: boolean;
|
|
3272
3272
|
error?: string | null | undefined;
|
|
3273
3273
|
}[] | null | undefined;
|
|
@@ -3419,7 +3419,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
3419
3419
|
accountId?: string | null | undefined;
|
|
3420
3420
|
reason?: string | null | undefined;
|
|
3421
3421
|
fields?: {
|
|
3422
|
-
field: "
|
|
3422
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
3423
3423
|
autoFixable: boolean;
|
|
3424
3424
|
error?: string | null | undefined;
|
|
3425
3425
|
}[] | null | undefined;
|
|
@@ -3516,7 +3516,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
3516
3516
|
previousHistoryId: string;
|
|
3517
3517
|
originalFailureDate: Date;
|
|
3518
3518
|
fields?: {
|
|
3519
|
-
field: "
|
|
3519
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
3520
3520
|
autoFixable: boolean;
|
|
3521
3521
|
error?: string | null | undefined;
|
|
3522
3522
|
}[] | null | undefined;
|
|
@@ -3543,7 +3543,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
3543
3543
|
previousHistoryId: string;
|
|
3544
3544
|
originalFailureDate: Date;
|
|
3545
3545
|
fields?: {
|
|
3546
|
-
field: "
|
|
3546
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
3547
3547
|
autoFixable: boolean;
|
|
3548
3548
|
error?: string | null | undefined;
|
|
3549
3549
|
}[] | null | undefined;
|
|
@@ -3652,7 +3652,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
3652
3652
|
accountId?: string | null | undefined;
|
|
3653
3653
|
reason?: string | null | undefined;
|
|
3654
3654
|
fields?: {
|
|
3655
|
-
field: "
|
|
3655
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
3656
3656
|
autoFixable: boolean;
|
|
3657
3657
|
error?: string | null | undefined;
|
|
3658
3658
|
}[] | null | undefined;
|
|
@@ -3749,7 +3749,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
3749
3749
|
previousHistoryId: string;
|
|
3750
3750
|
originalFailureDate: Date;
|
|
3751
3751
|
fields?: {
|
|
3752
|
-
field: "
|
|
3752
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
3753
3753
|
autoFixable: boolean;
|
|
3754
3754
|
error?: string | null | undefined;
|
|
3755
3755
|
}[] | null | undefined;
|
|
@@ -3776,7 +3776,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
3776
3776
|
previousHistoryId: string;
|
|
3777
3777
|
originalFailureDate: Date;
|
|
3778
3778
|
fields?: {
|
|
3779
|
-
field: "
|
|
3779
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
3780
3780
|
autoFixable: boolean;
|
|
3781
3781
|
error?: string | null | undefined;
|
|
3782
3782
|
}[] | null | undefined;
|
|
@@ -3926,7 +3926,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
3926
3926
|
accountId?: string | null | undefined;
|
|
3927
3927
|
reason?: string | null | undefined;
|
|
3928
3928
|
fields?: {
|
|
3929
|
-
field: "
|
|
3929
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
3930
3930
|
autoFixable: boolean;
|
|
3931
3931
|
error?: string | null | undefined;
|
|
3932
3932
|
}[] | null | undefined;
|
|
@@ -4023,7 +4023,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
4023
4023
|
previousHistoryId: string;
|
|
4024
4024
|
originalFailureDate: Date;
|
|
4025
4025
|
fields?: {
|
|
4026
|
-
field: "
|
|
4026
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
4027
4027
|
autoFixable: boolean;
|
|
4028
4028
|
error?: string | null | undefined;
|
|
4029
4029
|
}[] | null | undefined;
|
|
@@ -4050,7 +4050,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
4050
4050
|
previousHistoryId: string;
|
|
4051
4051
|
originalFailureDate: Date;
|
|
4052
4052
|
fields?: {
|
|
4053
|
-
field: "
|
|
4053
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
4054
4054
|
autoFixable: boolean;
|
|
4055
4055
|
error?: string | null | undefined;
|
|
4056
4056
|
}[] | null | undefined;
|
|
@@ -4159,7 +4159,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
4159
4159
|
accountId?: string | null | undefined;
|
|
4160
4160
|
reason?: string | null | undefined;
|
|
4161
4161
|
fields?: {
|
|
4162
|
-
field: "
|
|
4162
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
4163
4163
|
autoFixable: boolean;
|
|
4164
4164
|
error?: string | null | undefined;
|
|
4165
4165
|
}[] | null | undefined;
|
|
@@ -4256,7 +4256,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
4256
4256
|
previousHistoryId: string;
|
|
4257
4257
|
originalFailureDate: Date;
|
|
4258
4258
|
fields?: {
|
|
4259
|
-
field: "
|
|
4259
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
4260
4260
|
autoFixable: boolean;
|
|
4261
4261
|
error?: string | null | undefined;
|
|
4262
4262
|
}[] | null | undefined;
|
|
@@ -4283,7 +4283,7 @@ export declare const ItemSchema: z.ZodObject<{
|
|
|
4283
4283
|
previousHistoryId: string;
|
|
4284
4284
|
originalFailureDate: Date;
|
|
4285
4285
|
fields?: {
|
|
4286
|
-
field: "
|
|
4286
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
4287
4287
|
autoFixable: boolean;
|
|
4288
4288
|
error?: string | null | undefined;
|
|
4289
4289
|
}[] | null | undefined;
|
|
@@ -86,7 +86,7 @@ export declare const ItemFiltersContextSchema: z.ZodObject<{
|
|
|
86
86
|
toBeSent: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
87
87
|
isDraft: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
88
88
|
isOnlineOnPlatform: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
89
|
-
|
|
89
|
+
hasLifecycleInProgress: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
90
90
|
accountIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
91
91
|
platforms: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>, "many">>>;
|
|
92
92
|
transactionType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["SINGLE_ITEM", "BUNDLE"]>>>;
|
|
@@ -169,7 +169,7 @@ export declare const ItemFiltersContextSchema: z.ZodObject<{
|
|
|
169
169
|
readyToPublish?: boolean | null | undefined;
|
|
170
170
|
toBeSent?: boolean | null | undefined;
|
|
171
171
|
isOnlineOnPlatform?: boolean | null | undefined;
|
|
172
|
-
|
|
172
|
+
hasLifecycleInProgress?: boolean | null | undefined;
|
|
173
173
|
timeRanges?: {
|
|
174
174
|
first: Date;
|
|
175
175
|
second: Date;
|
|
@@ -231,7 +231,7 @@ export declare const ItemFiltersContextSchema: z.ZodObject<{
|
|
|
231
231
|
readyToPublish?: boolean | null | undefined;
|
|
232
232
|
toBeSent?: boolean | null | undefined;
|
|
233
233
|
isOnlineOnPlatform?: boolean | null | undefined;
|
|
234
|
-
|
|
234
|
+
hasLifecycleInProgress?: boolean | null | undefined;
|
|
235
235
|
timeRanges?: {
|
|
236
236
|
first: Date;
|
|
237
237
|
second: Date;
|
|
@@ -28,7 +28,7 @@ export const ItemFiltersContextSchema = z.object({
|
|
|
28
28
|
toBeSent: z.boolean().nullish(),
|
|
29
29
|
isDraft: z.boolean().nullish(),
|
|
30
30
|
isOnlineOnPlatform: z.boolean().nullish(),
|
|
31
|
-
|
|
31
|
+
hasLifecycleInProgress: z.boolean().nullish(),
|
|
32
32
|
accountIds: z.array(z.string().uuid()).nullish(),
|
|
33
33
|
platforms: z.array(AccountPlatformSchema).nullish(),
|
|
34
34
|
transactionType: TransactionTypeSchema.nullish(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ItemFiltersContext.js","sourceRoot":"","sources":["ItemFiltersContext.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"ItemFiltersContext.js","sourceRoot":"","sources":["ItemFiltersContext.ts"],"names":[],"mappings":"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"}
|
|
@@ -29,7 +29,7 @@ export const ItemFiltersContextSchema = z.object({
|
|
|
29
29
|
toBeSent: z.boolean().nullish(),
|
|
30
30
|
isDraft: z.boolean().nullish(),
|
|
31
31
|
isOnlineOnPlatform: z.boolean().nullish(),
|
|
32
|
-
|
|
32
|
+
hasLifecycleInProgress: z.boolean().nullish(),
|
|
33
33
|
accountIds: z.array(z.string().uuid()).nullish(),
|
|
34
34
|
platforms: z.array(AccountPlatformSchema).nullish(),
|
|
35
35
|
transactionType: TransactionTypeSchema.nullish(),
|