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
|
@@ -278,11 +278,11 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
278
278
|
autoFixable: z.ZodBoolean;
|
|
279
279
|
error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
280
280
|
}, "strip", z.ZodTypeAny, {
|
|
281
|
-
field: "
|
|
281
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
282
282
|
autoFixable: boolean;
|
|
283
283
|
error?: string | null | undefined;
|
|
284
284
|
}, {
|
|
285
|
-
field: "
|
|
285
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
286
286
|
autoFixable: boolean;
|
|
287
287
|
error?: string | null | undefined;
|
|
288
288
|
}>, "many">>>;
|
|
@@ -292,7 +292,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
292
292
|
accountId?: string | null | undefined;
|
|
293
293
|
reason?: string | null | undefined;
|
|
294
294
|
fields?: {
|
|
295
|
-
field: "
|
|
295
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
296
296
|
autoFixable: boolean;
|
|
297
297
|
error?: string | null | undefined;
|
|
298
298
|
}[] | null | undefined;
|
|
@@ -302,7 +302,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
302
302
|
accountId?: string | null | undefined;
|
|
303
303
|
reason?: string | null | undefined;
|
|
304
304
|
fields?: {
|
|
305
|
-
field: "
|
|
305
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
306
306
|
autoFixable: boolean;
|
|
307
307
|
error?: string | null | undefined;
|
|
308
308
|
}[] | null | undefined;
|
|
@@ -316,7 +316,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
316
316
|
accountId?: string | null | undefined;
|
|
317
317
|
reason?: string | null | undefined;
|
|
318
318
|
fields?: {
|
|
319
|
-
field: "
|
|
319
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
320
320
|
autoFixable: boolean;
|
|
321
321
|
error?: string | null | undefined;
|
|
322
322
|
}[] | null | undefined;
|
|
@@ -329,7 +329,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
329
329
|
accountId?: string | null | undefined;
|
|
330
330
|
reason?: string | null | undefined;
|
|
331
331
|
fields?: {
|
|
332
|
-
field: "
|
|
332
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
333
333
|
autoFixable: boolean;
|
|
334
334
|
error?: string | null | undefined;
|
|
335
335
|
}[] | null | undefined;
|
|
@@ -857,11 +857,11 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
857
857
|
autoFixable: z.ZodBoolean;
|
|
858
858
|
error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
859
859
|
}, "strip", z.ZodTypeAny, {
|
|
860
|
-
field: "
|
|
860
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
861
861
|
autoFixable: boolean;
|
|
862
862
|
error?: string | null | undefined;
|
|
863
863
|
}, {
|
|
864
|
-
field: "
|
|
864
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
865
865
|
autoFixable: boolean;
|
|
866
866
|
error?: string | null | undefined;
|
|
867
867
|
}>, "many">>>;
|
|
@@ -891,7 +891,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
891
891
|
previousHistoryId: string;
|
|
892
892
|
originalFailureDate: Date;
|
|
893
893
|
fields?: {
|
|
894
|
-
field: "
|
|
894
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
895
895
|
autoFixable: boolean;
|
|
896
896
|
error?: string | null | undefined;
|
|
897
897
|
}[] | null | undefined;
|
|
@@ -909,7 +909,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
909
909
|
previousHistoryId: string;
|
|
910
910
|
originalFailureDate: Date;
|
|
911
911
|
fields?: {
|
|
912
|
-
field: "
|
|
912
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
913
913
|
autoFixable: boolean;
|
|
914
914
|
error?: string | null | undefined;
|
|
915
915
|
}[] | null | undefined;
|
|
@@ -931,7 +931,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
931
931
|
previousHistoryId: string;
|
|
932
932
|
originalFailureDate: Date;
|
|
933
933
|
fields?: {
|
|
934
|
-
field: "
|
|
934
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
935
935
|
autoFixable: boolean;
|
|
936
936
|
error?: string | null | undefined;
|
|
937
937
|
}[] | null | undefined;
|
|
@@ -952,7 +952,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
952
952
|
previousHistoryId: string;
|
|
953
953
|
originalFailureDate: Date;
|
|
954
954
|
fields?: {
|
|
955
|
-
field: "
|
|
955
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
956
956
|
autoFixable: boolean;
|
|
957
957
|
error?: string | null | undefined;
|
|
958
958
|
}[] | null | undefined;
|
|
@@ -1000,11 +1000,11 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
1000
1000
|
autoFixable: z.ZodBoolean;
|
|
1001
1001
|
error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1002
1002
|
}, "strip", z.ZodTypeAny, {
|
|
1003
|
-
field: "
|
|
1003
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1004
1004
|
autoFixable: boolean;
|
|
1005
1005
|
error?: string | null | undefined;
|
|
1006
1006
|
}, {
|
|
1007
|
-
field: "
|
|
1007
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1008
1008
|
autoFixable: boolean;
|
|
1009
1009
|
error?: string | null | undefined;
|
|
1010
1010
|
}>, "many">>>;
|
|
@@ -1015,7 +1015,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
1015
1015
|
previousHistoryId: string;
|
|
1016
1016
|
originalFailureDate: Date;
|
|
1017
1017
|
fields?: {
|
|
1018
|
-
field: "
|
|
1018
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1019
1019
|
autoFixable: boolean;
|
|
1020
1020
|
error?: string | null | undefined;
|
|
1021
1021
|
}[] | null | undefined;
|
|
@@ -1026,7 +1026,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
1026
1026
|
previousHistoryId: string;
|
|
1027
1027
|
originalFailureDate: Date;
|
|
1028
1028
|
fields?: {
|
|
1029
|
-
field: "
|
|
1029
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1030
1030
|
autoFixable: boolean;
|
|
1031
1031
|
error?: string | null | undefined;
|
|
1032
1032
|
}[] | null | undefined;
|
|
@@ -1041,7 +1041,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
1041
1041
|
previousHistoryId: string;
|
|
1042
1042
|
originalFailureDate: Date;
|
|
1043
1043
|
fields?: {
|
|
1044
|
-
field: "
|
|
1044
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1045
1045
|
autoFixable: boolean;
|
|
1046
1046
|
error?: string | null | undefined;
|
|
1047
1047
|
}[] | null | undefined;
|
|
@@ -1055,7 +1055,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
1055
1055
|
previousHistoryId: string;
|
|
1056
1056
|
originalFailureDate: Date;
|
|
1057
1057
|
fields?: {
|
|
1058
|
-
field: "
|
|
1058
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1059
1059
|
autoFixable: boolean;
|
|
1060
1060
|
error?: string | null | undefined;
|
|
1061
1061
|
}[] | null | undefined;
|
|
@@ -1315,7 +1315,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
1315
1315
|
accountId?: string | null | undefined;
|
|
1316
1316
|
reason?: string | null | undefined;
|
|
1317
1317
|
fields?: {
|
|
1318
|
-
field: "
|
|
1318
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1319
1319
|
autoFixable: boolean;
|
|
1320
1320
|
error?: string | null | undefined;
|
|
1321
1321
|
}[] | null | undefined;
|
|
@@ -1412,7 +1412,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
1412
1412
|
previousHistoryId: string;
|
|
1413
1413
|
originalFailureDate: Date;
|
|
1414
1414
|
fields?: {
|
|
1415
|
-
field: "
|
|
1415
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1416
1416
|
autoFixable: boolean;
|
|
1417
1417
|
error?: string | null | undefined;
|
|
1418
1418
|
}[] | null | undefined;
|
|
@@ -1439,7 +1439,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
1439
1439
|
previousHistoryId: string;
|
|
1440
1440
|
originalFailureDate: Date;
|
|
1441
1441
|
fields?: {
|
|
1442
|
-
field: "
|
|
1442
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1443
1443
|
autoFixable: boolean;
|
|
1444
1444
|
error?: string | null | undefined;
|
|
1445
1445
|
}[] | null | undefined;
|
|
@@ -1517,7 +1517,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
1517
1517
|
accountId?: string | null | undefined;
|
|
1518
1518
|
reason?: string | null | undefined;
|
|
1519
1519
|
fields?: {
|
|
1520
|
-
field: "
|
|
1520
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1521
1521
|
autoFixable: boolean;
|
|
1522
1522
|
error?: string | null | undefined;
|
|
1523
1523
|
}[] | null | undefined;
|
|
@@ -1614,7 +1614,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
1614
1614
|
previousHistoryId: string;
|
|
1615
1615
|
originalFailureDate: Date;
|
|
1616
1616
|
fields?: {
|
|
1617
|
-
field: "
|
|
1617
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1618
1618
|
autoFixable: boolean;
|
|
1619
1619
|
error?: string | null | undefined;
|
|
1620
1620
|
}[] | null | undefined;
|
|
@@ -1641,7 +1641,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
1641
1641
|
previousHistoryId: string;
|
|
1642
1642
|
originalFailureDate: Date;
|
|
1643
1643
|
fields?: {
|
|
1644
|
-
field: "
|
|
1644
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1645
1645
|
autoFixable: boolean;
|
|
1646
1646
|
error?: string | null | undefined;
|
|
1647
1647
|
}[] | null | undefined;
|
|
@@ -1905,11 +1905,11 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
1905
1905
|
autoFixable: z.ZodBoolean;
|
|
1906
1906
|
error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1907
1907
|
}, "strip", z.ZodTypeAny, {
|
|
1908
|
-
field: "
|
|
1908
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1909
1909
|
autoFixable: boolean;
|
|
1910
1910
|
error?: string | null | undefined;
|
|
1911
1911
|
}, {
|
|
1912
|
-
field: "
|
|
1912
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1913
1913
|
autoFixable: boolean;
|
|
1914
1914
|
error?: string | null | undefined;
|
|
1915
1915
|
}>, "many">>>;
|
|
@@ -1919,7 +1919,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
1919
1919
|
accountId?: string | null | undefined;
|
|
1920
1920
|
reason?: string | null | undefined;
|
|
1921
1921
|
fields?: {
|
|
1922
|
-
field: "
|
|
1922
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1923
1923
|
autoFixable: boolean;
|
|
1924
1924
|
error?: string | null | undefined;
|
|
1925
1925
|
}[] | null | undefined;
|
|
@@ -1929,7 +1929,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
1929
1929
|
accountId?: string | null | undefined;
|
|
1930
1930
|
reason?: string | null | undefined;
|
|
1931
1931
|
fields?: {
|
|
1932
|
-
field: "
|
|
1932
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1933
1933
|
autoFixable: boolean;
|
|
1934
1934
|
error?: string | null | undefined;
|
|
1935
1935
|
}[] | null | undefined;
|
|
@@ -1943,7 +1943,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
1943
1943
|
accountId?: string | null | undefined;
|
|
1944
1944
|
reason?: string | null | undefined;
|
|
1945
1945
|
fields?: {
|
|
1946
|
-
field: "
|
|
1946
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1947
1947
|
autoFixable: boolean;
|
|
1948
1948
|
error?: string | null | undefined;
|
|
1949
1949
|
}[] | null | undefined;
|
|
@@ -1956,7 +1956,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
1956
1956
|
accountId?: string | null | undefined;
|
|
1957
1957
|
reason?: string | null | undefined;
|
|
1958
1958
|
fields?: {
|
|
1959
|
-
field: "
|
|
1959
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1960
1960
|
autoFixable: boolean;
|
|
1961
1961
|
error?: string | null | undefined;
|
|
1962
1962
|
}[] | null | undefined;
|
|
@@ -2484,11 +2484,11 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
2484
2484
|
autoFixable: z.ZodBoolean;
|
|
2485
2485
|
error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2486
2486
|
}, "strip", z.ZodTypeAny, {
|
|
2487
|
-
field: "
|
|
2487
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2488
2488
|
autoFixable: boolean;
|
|
2489
2489
|
error?: string | null | undefined;
|
|
2490
2490
|
}, {
|
|
2491
|
-
field: "
|
|
2491
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2492
2492
|
autoFixable: boolean;
|
|
2493
2493
|
error?: string | null | undefined;
|
|
2494
2494
|
}>, "many">>>;
|
|
@@ -2518,7 +2518,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
2518
2518
|
previousHistoryId: string;
|
|
2519
2519
|
originalFailureDate: Date;
|
|
2520
2520
|
fields?: {
|
|
2521
|
-
field: "
|
|
2521
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2522
2522
|
autoFixable: boolean;
|
|
2523
2523
|
error?: string | null | undefined;
|
|
2524
2524
|
}[] | null | undefined;
|
|
@@ -2536,7 +2536,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
2536
2536
|
previousHistoryId: string;
|
|
2537
2537
|
originalFailureDate: Date;
|
|
2538
2538
|
fields?: {
|
|
2539
|
-
field: "
|
|
2539
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2540
2540
|
autoFixable: boolean;
|
|
2541
2541
|
error?: string | null | undefined;
|
|
2542
2542
|
}[] | null | undefined;
|
|
@@ -2558,7 +2558,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
2558
2558
|
previousHistoryId: string;
|
|
2559
2559
|
originalFailureDate: Date;
|
|
2560
2560
|
fields?: {
|
|
2561
|
-
field: "
|
|
2561
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2562
2562
|
autoFixable: boolean;
|
|
2563
2563
|
error?: string | null | undefined;
|
|
2564
2564
|
}[] | null | undefined;
|
|
@@ -2579,7 +2579,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
2579
2579
|
previousHistoryId: string;
|
|
2580
2580
|
originalFailureDate: Date;
|
|
2581
2581
|
fields?: {
|
|
2582
|
-
field: "
|
|
2582
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2583
2583
|
autoFixable: boolean;
|
|
2584
2584
|
error?: string | null | undefined;
|
|
2585
2585
|
}[] | null | undefined;
|
|
@@ -2627,11 +2627,11 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
2627
2627
|
autoFixable: z.ZodBoolean;
|
|
2628
2628
|
error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2629
2629
|
}, "strip", z.ZodTypeAny, {
|
|
2630
|
-
field: "
|
|
2630
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2631
2631
|
autoFixable: boolean;
|
|
2632
2632
|
error?: string | null | undefined;
|
|
2633
2633
|
}, {
|
|
2634
|
-
field: "
|
|
2634
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2635
2635
|
autoFixable: boolean;
|
|
2636
2636
|
error?: string | null | undefined;
|
|
2637
2637
|
}>, "many">>>;
|
|
@@ -2642,7 +2642,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
2642
2642
|
previousHistoryId: string;
|
|
2643
2643
|
originalFailureDate: Date;
|
|
2644
2644
|
fields?: {
|
|
2645
|
-
field: "
|
|
2645
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2646
2646
|
autoFixable: boolean;
|
|
2647
2647
|
error?: string | null | undefined;
|
|
2648
2648
|
}[] | null | undefined;
|
|
@@ -2653,7 +2653,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
2653
2653
|
previousHistoryId: string;
|
|
2654
2654
|
originalFailureDate: Date;
|
|
2655
2655
|
fields?: {
|
|
2656
|
-
field: "
|
|
2656
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2657
2657
|
autoFixable: boolean;
|
|
2658
2658
|
error?: string | null | undefined;
|
|
2659
2659
|
}[] | null | undefined;
|
|
@@ -2668,7 +2668,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
2668
2668
|
previousHistoryId: string;
|
|
2669
2669
|
originalFailureDate: Date;
|
|
2670
2670
|
fields?: {
|
|
2671
|
-
field: "
|
|
2671
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2672
2672
|
autoFixable: boolean;
|
|
2673
2673
|
error?: string | null | undefined;
|
|
2674
2674
|
}[] | null | undefined;
|
|
@@ -2682,7 +2682,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
2682
2682
|
previousHistoryId: string;
|
|
2683
2683
|
originalFailureDate: Date;
|
|
2684
2684
|
fields?: {
|
|
2685
|
-
field: "
|
|
2685
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2686
2686
|
autoFixable: boolean;
|
|
2687
2687
|
error?: string | null | undefined;
|
|
2688
2688
|
}[] | null | undefined;
|
|
@@ -2942,7 +2942,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
2942
2942
|
accountId?: string | null | undefined;
|
|
2943
2943
|
reason?: string | null | undefined;
|
|
2944
2944
|
fields?: {
|
|
2945
|
-
field: "
|
|
2945
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2946
2946
|
autoFixable: boolean;
|
|
2947
2947
|
error?: string | null | undefined;
|
|
2948
2948
|
}[] | null | undefined;
|
|
@@ -3039,7 +3039,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
3039
3039
|
previousHistoryId: string;
|
|
3040
3040
|
originalFailureDate: Date;
|
|
3041
3041
|
fields?: {
|
|
3042
|
-
field: "
|
|
3042
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
3043
3043
|
autoFixable: boolean;
|
|
3044
3044
|
error?: string | null | undefined;
|
|
3045
3045
|
}[] | null | undefined;
|
|
@@ -3066,7 +3066,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
3066
3066
|
previousHistoryId: string;
|
|
3067
3067
|
originalFailureDate: Date;
|
|
3068
3068
|
fields?: {
|
|
3069
|
-
field: "
|
|
3069
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
3070
3070
|
autoFixable: boolean;
|
|
3071
3071
|
error?: string | null | undefined;
|
|
3072
3072
|
}[] | null | undefined;
|
|
@@ -3144,7 +3144,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
3144
3144
|
accountId?: string | null | undefined;
|
|
3145
3145
|
reason?: string | null | undefined;
|
|
3146
3146
|
fields?: {
|
|
3147
|
-
field: "
|
|
3147
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
3148
3148
|
autoFixable: boolean;
|
|
3149
3149
|
error?: string | null | undefined;
|
|
3150
3150
|
}[] | null | undefined;
|
|
@@ -3241,7 +3241,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
3241
3241
|
previousHistoryId: string;
|
|
3242
3242
|
originalFailureDate: Date;
|
|
3243
3243
|
fields?: {
|
|
3244
|
-
field: "
|
|
3244
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
3245
3245
|
autoFixable: boolean;
|
|
3246
3246
|
error?: string | null | undefined;
|
|
3247
3247
|
}[] | null | undefined;
|
|
@@ -3268,7 +3268,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
3268
3268
|
previousHistoryId: string;
|
|
3269
3269
|
originalFailureDate: Date;
|
|
3270
3270
|
fields?: {
|
|
3271
|
-
field: "
|
|
3271
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
3272
3272
|
autoFixable: boolean;
|
|
3273
3273
|
error?: string | null | undefined;
|
|
3274
3274
|
}[] | null | undefined;
|
|
@@ -3420,7 +3420,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
3420
3420
|
accountId?: string | null | undefined;
|
|
3421
3421
|
reason?: string | null | undefined;
|
|
3422
3422
|
fields?: {
|
|
3423
|
-
field: "
|
|
3423
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
3424
3424
|
autoFixable: boolean;
|
|
3425
3425
|
error?: string | null | undefined;
|
|
3426
3426
|
}[] | null | undefined;
|
|
@@ -3517,7 +3517,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
3517
3517
|
previousHistoryId: string;
|
|
3518
3518
|
originalFailureDate: Date;
|
|
3519
3519
|
fields?: {
|
|
3520
|
-
field: "
|
|
3520
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
3521
3521
|
autoFixable: boolean;
|
|
3522
3522
|
error?: string | null | undefined;
|
|
3523
3523
|
}[] | null | undefined;
|
|
@@ -3544,7 +3544,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
3544
3544
|
previousHistoryId: string;
|
|
3545
3545
|
originalFailureDate: Date;
|
|
3546
3546
|
fields?: {
|
|
3547
|
-
field: "
|
|
3547
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
3548
3548
|
autoFixable: boolean;
|
|
3549
3549
|
error?: string | null | undefined;
|
|
3550
3550
|
}[] | null | undefined;
|
|
@@ -3653,7 +3653,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
3653
3653
|
accountId?: string | null | undefined;
|
|
3654
3654
|
reason?: string | null | undefined;
|
|
3655
3655
|
fields?: {
|
|
3656
|
-
field: "
|
|
3656
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
3657
3657
|
autoFixable: boolean;
|
|
3658
3658
|
error?: string | null | undefined;
|
|
3659
3659
|
}[] | null | undefined;
|
|
@@ -3750,7 +3750,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
3750
3750
|
previousHistoryId: string;
|
|
3751
3751
|
originalFailureDate: Date;
|
|
3752
3752
|
fields?: {
|
|
3753
|
-
field: "
|
|
3753
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
3754
3754
|
autoFixable: boolean;
|
|
3755
3755
|
error?: string | null | undefined;
|
|
3756
3756
|
}[] | null | undefined;
|
|
@@ -3777,7 +3777,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
3777
3777
|
previousHistoryId: string;
|
|
3778
3778
|
originalFailureDate: Date;
|
|
3779
3779
|
fields?: {
|
|
3780
|
-
field: "
|
|
3780
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
3781
3781
|
autoFixable: boolean;
|
|
3782
3782
|
error?: string | null | undefined;
|
|
3783
3783
|
}[] | null | undefined;
|
|
@@ -3927,7 +3927,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
3927
3927
|
accountId?: string | null | undefined;
|
|
3928
3928
|
reason?: string | null | undefined;
|
|
3929
3929
|
fields?: {
|
|
3930
|
-
field: "
|
|
3930
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
3931
3931
|
autoFixable: boolean;
|
|
3932
3932
|
error?: string | null | undefined;
|
|
3933
3933
|
}[] | null | undefined;
|
|
@@ -4024,7 +4024,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
4024
4024
|
previousHistoryId: string;
|
|
4025
4025
|
originalFailureDate: Date;
|
|
4026
4026
|
fields?: {
|
|
4027
|
-
field: "
|
|
4027
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
4028
4028
|
autoFixable: boolean;
|
|
4029
4029
|
error?: string | null | undefined;
|
|
4030
4030
|
}[] | null | undefined;
|
|
@@ -4051,7 +4051,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
4051
4051
|
previousHistoryId: string;
|
|
4052
4052
|
originalFailureDate: Date;
|
|
4053
4053
|
fields?: {
|
|
4054
|
-
field: "
|
|
4054
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
4055
4055
|
autoFixable: boolean;
|
|
4056
4056
|
error?: string | null | undefined;
|
|
4057
4057
|
}[] | null | undefined;
|
|
@@ -4160,7 +4160,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
4160
4160
|
accountId?: string | null | undefined;
|
|
4161
4161
|
reason?: string | null | undefined;
|
|
4162
4162
|
fields?: {
|
|
4163
|
-
field: "
|
|
4163
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
4164
4164
|
autoFixable: boolean;
|
|
4165
4165
|
error?: string | null | undefined;
|
|
4166
4166
|
}[] | null | undefined;
|
|
@@ -4257,7 +4257,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
4257
4257
|
previousHistoryId: string;
|
|
4258
4258
|
originalFailureDate: Date;
|
|
4259
4259
|
fields?: {
|
|
4260
|
-
field: "
|
|
4260
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
4261
4261
|
autoFixable: boolean;
|
|
4262
4262
|
error?: string | null | undefined;
|
|
4263
4263
|
}[] | null | undefined;
|
|
@@ -4284,7 +4284,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
4284
4284
|
previousHistoryId: string;
|
|
4285
4285
|
originalFailureDate: Date;
|
|
4286
4286
|
fields?: {
|
|
4287
|
-
field: "
|
|
4287
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
4288
4288
|
autoFixable: boolean;
|
|
4289
4289
|
error?: string | null | undefined;
|
|
4290
4290
|
}[] | null | undefined;
|
|
@@ -4461,7 +4461,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
4461
4461
|
accountId?: string | null | undefined;
|
|
4462
4462
|
reason?: string | null | undefined;
|
|
4463
4463
|
fields?: {
|
|
4464
|
-
field: "
|
|
4464
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
4465
4465
|
autoFixable: boolean;
|
|
4466
4466
|
error?: string | null | undefined;
|
|
4467
4467
|
}[] | null | undefined;
|
|
@@ -4558,7 +4558,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
4558
4558
|
previousHistoryId: string;
|
|
4559
4559
|
originalFailureDate: Date;
|
|
4560
4560
|
fields?: {
|
|
4561
|
-
field: "
|
|
4561
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
4562
4562
|
autoFixable: boolean;
|
|
4563
4563
|
error?: string | null | undefined;
|
|
4564
4564
|
}[] | null | undefined;
|
|
@@ -4585,7 +4585,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
4585
4585
|
previousHistoryId: string;
|
|
4586
4586
|
originalFailureDate: Date;
|
|
4587
4587
|
fields?: {
|
|
4588
|
-
field: "
|
|
4588
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
4589
4589
|
autoFixable: boolean;
|
|
4590
4590
|
error?: string | null | undefined;
|
|
4591
4591
|
}[] | null | undefined;
|
|
@@ -4694,7 +4694,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
4694
4694
|
accountId?: string | null | undefined;
|
|
4695
4695
|
reason?: string | null | undefined;
|
|
4696
4696
|
fields?: {
|
|
4697
|
-
field: "
|
|
4697
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
4698
4698
|
autoFixable: boolean;
|
|
4699
4699
|
error?: string | null | undefined;
|
|
4700
4700
|
}[] | null | undefined;
|
|
@@ -4791,7 +4791,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
4791
4791
|
previousHistoryId: string;
|
|
4792
4792
|
originalFailureDate: Date;
|
|
4793
4793
|
fields?: {
|
|
4794
|
-
field: "
|
|
4794
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
4795
4795
|
autoFixable: boolean;
|
|
4796
4796
|
error?: string | null | undefined;
|
|
4797
4797
|
}[] | null | undefined;
|
|
@@ -4818,7 +4818,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
4818
4818
|
previousHistoryId: string;
|
|
4819
4819
|
originalFailureDate: Date;
|
|
4820
4820
|
fields?: {
|
|
4821
|
-
field: "
|
|
4821
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
4822
4822
|
autoFixable: boolean;
|
|
4823
4823
|
error?: string | null | undefined;
|
|
4824
4824
|
}[] | null | undefined;
|
|
@@ -4979,7 +4979,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
4979
4979
|
accountId?: string | null | undefined;
|
|
4980
4980
|
reason?: string | null | undefined;
|
|
4981
4981
|
fields?: {
|
|
4982
|
-
field: "
|
|
4982
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
4983
4983
|
autoFixable: boolean;
|
|
4984
4984
|
error?: string | null | undefined;
|
|
4985
4985
|
}[] | null | undefined;
|
|
@@ -5076,7 +5076,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
5076
5076
|
previousHistoryId: string;
|
|
5077
5077
|
originalFailureDate: Date;
|
|
5078
5078
|
fields?: {
|
|
5079
|
-
field: "
|
|
5079
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
5080
5080
|
autoFixable: boolean;
|
|
5081
5081
|
error?: string | null | undefined;
|
|
5082
5082
|
}[] | null | undefined;
|
|
@@ -5103,7 +5103,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
5103
5103
|
previousHistoryId: string;
|
|
5104
5104
|
originalFailureDate: Date;
|
|
5105
5105
|
fields?: {
|
|
5106
|
-
field: "
|
|
5106
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
5107
5107
|
autoFixable: boolean;
|
|
5108
5108
|
error?: string | null | undefined;
|
|
5109
5109
|
}[] | null | undefined;
|
|
@@ -5212,7 +5212,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
5212
5212
|
accountId?: string | null | undefined;
|
|
5213
5213
|
reason?: string | null | undefined;
|
|
5214
5214
|
fields?: {
|
|
5215
|
-
field: "
|
|
5215
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
5216
5216
|
autoFixable: boolean;
|
|
5217
5217
|
error?: string | null | undefined;
|
|
5218
5218
|
}[] | null | undefined;
|
|
@@ -5309,7 +5309,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
5309
5309
|
previousHistoryId: string;
|
|
5310
5310
|
originalFailureDate: Date;
|
|
5311
5311
|
fields?: {
|
|
5312
|
-
field: "
|
|
5312
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
5313
5313
|
autoFixable: boolean;
|
|
5314
5314
|
error?: string | null | undefined;
|
|
5315
5315
|
}[] | null | undefined;
|
|
@@ -5336,7 +5336,7 @@ export declare const CreatedItemsSchema: z.ZodObject<{
|
|
|
5336
5336
|
previousHistoryId: string;
|
|
5337
5337
|
originalFailureDate: Date;
|
|
5338
5338
|
fields?: {
|
|
5339
|
-
field: "
|
|
5339
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
5340
5340
|
autoFixable: boolean;
|
|
5341
5341
|
error?: string | null | undefined;
|
|
5342
5342
|
}[] | null | undefined;
|