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
|
@@ -100,11 +100,11 @@ export declare const ItemHistoryDecodedPayloadFailedToPublishSchema: z.ZodObject
|
|
|
100
100
|
autoFixable: z.ZodBoolean;
|
|
101
101
|
error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
102
102
|
}, "strip", z.ZodTypeAny, {
|
|
103
|
-
field: "
|
|
103
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
104
104
|
autoFixable: boolean;
|
|
105
105
|
error?: string | null | undefined;
|
|
106
106
|
}, {
|
|
107
|
-
field: "
|
|
107
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
108
108
|
autoFixable: boolean;
|
|
109
109
|
error?: string | null | undefined;
|
|
110
110
|
}>, "many">>>;
|
|
@@ -114,7 +114,7 @@ export declare const ItemHistoryDecodedPayloadFailedToPublishSchema: z.ZodObject
|
|
|
114
114
|
accountId?: string | null | undefined;
|
|
115
115
|
reason?: string | null | undefined;
|
|
116
116
|
fields?: {
|
|
117
|
-
field: "
|
|
117
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
118
118
|
autoFixable: boolean;
|
|
119
119
|
error?: string | null | undefined;
|
|
120
120
|
}[] | null | undefined;
|
|
@@ -124,7 +124,7 @@ export declare const ItemHistoryDecodedPayloadFailedToPublishSchema: z.ZodObject
|
|
|
124
124
|
accountId?: string | null | undefined;
|
|
125
125
|
reason?: string | null | undefined;
|
|
126
126
|
fields?: {
|
|
127
|
-
field: "
|
|
127
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
128
128
|
autoFixable: boolean;
|
|
129
129
|
error?: string | null | undefined;
|
|
130
130
|
}[] | null | undefined;
|
|
@@ -138,7 +138,7 @@ export declare const ItemHistoryDecodedPayloadFailedToPublishSchema: z.ZodObject
|
|
|
138
138
|
accountId?: string | null | undefined;
|
|
139
139
|
reason?: string | null | undefined;
|
|
140
140
|
fields?: {
|
|
141
|
-
field: "
|
|
141
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
142
142
|
autoFixable: boolean;
|
|
143
143
|
error?: string | null | undefined;
|
|
144
144
|
}[] | null | undefined;
|
|
@@ -151,7 +151,7 @@ export declare const ItemHistoryDecodedPayloadFailedToPublishSchema: z.ZodObject
|
|
|
151
151
|
accountId?: string | null | undefined;
|
|
152
152
|
reason?: string | null | undefined;
|
|
153
153
|
fields?: {
|
|
154
|
-
field: "
|
|
154
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
155
155
|
autoFixable: boolean;
|
|
156
156
|
error?: string | null | undefined;
|
|
157
157
|
}[] | null | undefined;
|
|
@@ -693,11 +693,11 @@ export declare const ItemHistoryDecodedPayloadRepublishingRetrySchema: z.ZodObje
|
|
|
693
693
|
autoFixable: z.ZodBoolean;
|
|
694
694
|
error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
695
695
|
}, "strip", z.ZodTypeAny, {
|
|
696
|
-
field: "
|
|
696
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
697
697
|
autoFixable: boolean;
|
|
698
698
|
error?: string | null | undefined;
|
|
699
699
|
}, {
|
|
700
|
-
field: "
|
|
700
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
701
701
|
autoFixable: boolean;
|
|
702
702
|
error?: string | null | undefined;
|
|
703
703
|
}>, "many">>>;
|
|
@@ -727,7 +727,7 @@ export declare const ItemHistoryDecodedPayloadRepublishingRetrySchema: z.ZodObje
|
|
|
727
727
|
previousHistoryId: string;
|
|
728
728
|
originalFailureDate: Date;
|
|
729
729
|
fields?: {
|
|
730
|
-
field: "
|
|
730
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
731
731
|
autoFixable: boolean;
|
|
732
732
|
error?: string | null | undefined;
|
|
733
733
|
}[] | null | undefined;
|
|
@@ -745,7 +745,7 @@ export declare const ItemHistoryDecodedPayloadRepublishingRetrySchema: z.ZodObje
|
|
|
745
745
|
previousHistoryId: string;
|
|
746
746
|
originalFailureDate: Date;
|
|
747
747
|
fields?: {
|
|
748
|
-
field: "
|
|
748
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
749
749
|
autoFixable: boolean;
|
|
750
750
|
error?: string | null | undefined;
|
|
751
751
|
}[] | null | undefined;
|
|
@@ -767,7 +767,7 @@ export declare const ItemHistoryDecodedPayloadRepublishingRetrySchema: z.ZodObje
|
|
|
767
767
|
previousHistoryId: string;
|
|
768
768
|
originalFailureDate: Date;
|
|
769
769
|
fields?: {
|
|
770
|
-
field: "
|
|
770
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
771
771
|
autoFixable: boolean;
|
|
772
772
|
error?: string | null | undefined;
|
|
773
773
|
}[] | null | undefined;
|
|
@@ -788,7 +788,7 @@ export declare const ItemHistoryDecodedPayloadRepublishingRetrySchema: z.ZodObje
|
|
|
788
788
|
previousHistoryId: string;
|
|
789
789
|
originalFailureDate: Date;
|
|
790
790
|
fields?: {
|
|
791
|
-
field: "
|
|
791
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
792
792
|
autoFixable: boolean;
|
|
793
793
|
error?: string | null | undefined;
|
|
794
794
|
}[] | null | undefined;
|
|
@@ -840,11 +840,11 @@ export declare const ItemHistoryDecodedPayloadScheduledRetrySchema: z.ZodObject<
|
|
|
840
840
|
autoFixable: z.ZodBoolean;
|
|
841
841
|
error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
842
842
|
}, "strip", z.ZodTypeAny, {
|
|
843
|
-
field: "
|
|
843
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
844
844
|
autoFixable: boolean;
|
|
845
845
|
error?: string | null | undefined;
|
|
846
846
|
}, {
|
|
847
|
-
field: "
|
|
847
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
848
848
|
autoFixable: boolean;
|
|
849
849
|
error?: string | null | undefined;
|
|
850
850
|
}>, "many">>>;
|
|
@@ -855,7 +855,7 @@ export declare const ItemHistoryDecodedPayloadScheduledRetrySchema: z.ZodObject<
|
|
|
855
855
|
previousHistoryId: string;
|
|
856
856
|
originalFailureDate: Date;
|
|
857
857
|
fields?: {
|
|
858
|
-
field: "
|
|
858
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
859
859
|
autoFixable: boolean;
|
|
860
860
|
error?: string | null | undefined;
|
|
861
861
|
}[] | null | undefined;
|
|
@@ -866,7 +866,7 @@ export declare const ItemHistoryDecodedPayloadScheduledRetrySchema: z.ZodObject<
|
|
|
866
866
|
previousHistoryId: string;
|
|
867
867
|
originalFailureDate: Date;
|
|
868
868
|
fields?: {
|
|
869
|
-
field: "
|
|
869
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
870
870
|
autoFixable: boolean;
|
|
871
871
|
error?: string | null | undefined;
|
|
872
872
|
}[] | null | undefined;
|
|
@@ -881,7 +881,7 @@ export declare const ItemHistoryDecodedPayloadScheduledRetrySchema: z.ZodObject<
|
|
|
881
881
|
previousHistoryId: string;
|
|
882
882
|
originalFailureDate: Date;
|
|
883
883
|
fields?: {
|
|
884
|
-
field: "
|
|
884
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
885
885
|
autoFixable: boolean;
|
|
886
886
|
error?: string | null | undefined;
|
|
887
887
|
}[] | null | undefined;
|
|
@@ -895,7 +895,7 @@ export declare const ItemHistoryDecodedPayloadScheduledRetrySchema: z.ZodObject<
|
|
|
895
895
|
previousHistoryId: string;
|
|
896
896
|
originalFailureDate: Date;
|
|
897
897
|
fields?: {
|
|
898
|
-
field: "
|
|
898
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
899
899
|
autoFixable: boolean;
|
|
900
900
|
error?: string | null | undefined;
|
|
901
901
|
}[] | null | undefined;
|
|
@@ -1215,11 +1215,11 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
|
|
|
1215
1215
|
autoFixable: z.ZodBoolean;
|
|
1216
1216
|
error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1217
1217
|
}, "strip", z.ZodTypeAny, {
|
|
1218
|
-
field: "
|
|
1218
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1219
1219
|
autoFixable: boolean;
|
|
1220
1220
|
error?: string | null | undefined;
|
|
1221
1221
|
}, {
|
|
1222
|
-
field: "
|
|
1222
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1223
1223
|
autoFixable: boolean;
|
|
1224
1224
|
error?: string | null | undefined;
|
|
1225
1225
|
}>, "many">>>;
|
|
@@ -1229,7 +1229,7 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
|
|
|
1229
1229
|
accountId?: string | null | undefined;
|
|
1230
1230
|
reason?: string | null | undefined;
|
|
1231
1231
|
fields?: {
|
|
1232
|
-
field: "
|
|
1232
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1233
1233
|
autoFixable: boolean;
|
|
1234
1234
|
error?: string | null | undefined;
|
|
1235
1235
|
}[] | null | undefined;
|
|
@@ -1239,7 +1239,7 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
|
|
|
1239
1239
|
accountId?: string | null | undefined;
|
|
1240
1240
|
reason?: string | null | undefined;
|
|
1241
1241
|
fields?: {
|
|
1242
|
-
field: "
|
|
1242
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1243
1243
|
autoFixable: boolean;
|
|
1244
1244
|
error?: string | null | undefined;
|
|
1245
1245
|
}[] | null | undefined;
|
|
@@ -1253,7 +1253,7 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
|
|
|
1253
1253
|
accountId?: string | null | undefined;
|
|
1254
1254
|
reason?: string | null | undefined;
|
|
1255
1255
|
fields?: {
|
|
1256
|
-
field: "
|
|
1256
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1257
1257
|
autoFixable: boolean;
|
|
1258
1258
|
error?: string | null | undefined;
|
|
1259
1259
|
}[] | null | undefined;
|
|
@@ -1266,7 +1266,7 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
|
|
|
1266
1266
|
accountId?: string | null | undefined;
|
|
1267
1267
|
reason?: string | null | undefined;
|
|
1268
1268
|
fields?: {
|
|
1269
|
-
field: "
|
|
1269
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1270
1270
|
autoFixable: boolean;
|
|
1271
1271
|
error?: string | null | undefined;
|
|
1272
1272
|
}[] | null | undefined;
|
|
@@ -1794,11 +1794,11 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
|
|
|
1794
1794
|
autoFixable: z.ZodBoolean;
|
|
1795
1795
|
error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1796
1796
|
}, "strip", z.ZodTypeAny, {
|
|
1797
|
-
field: "
|
|
1797
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1798
1798
|
autoFixable: boolean;
|
|
1799
1799
|
error?: string | null | undefined;
|
|
1800
1800
|
}, {
|
|
1801
|
-
field: "
|
|
1801
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1802
1802
|
autoFixable: boolean;
|
|
1803
1803
|
error?: string | null | undefined;
|
|
1804
1804
|
}>, "many">>>;
|
|
@@ -1828,7 +1828,7 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
|
|
|
1828
1828
|
previousHistoryId: string;
|
|
1829
1829
|
originalFailureDate: Date;
|
|
1830
1830
|
fields?: {
|
|
1831
|
-
field: "
|
|
1831
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1832
1832
|
autoFixable: boolean;
|
|
1833
1833
|
error?: string | null | undefined;
|
|
1834
1834
|
}[] | null | undefined;
|
|
@@ -1846,7 +1846,7 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
|
|
|
1846
1846
|
previousHistoryId: string;
|
|
1847
1847
|
originalFailureDate: Date;
|
|
1848
1848
|
fields?: {
|
|
1849
|
-
field: "
|
|
1849
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1850
1850
|
autoFixable: boolean;
|
|
1851
1851
|
error?: string | null | undefined;
|
|
1852
1852
|
}[] | null | undefined;
|
|
@@ -1868,7 +1868,7 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
|
|
|
1868
1868
|
previousHistoryId: string;
|
|
1869
1869
|
originalFailureDate: Date;
|
|
1870
1870
|
fields?: {
|
|
1871
|
-
field: "
|
|
1871
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1872
1872
|
autoFixable: boolean;
|
|
1873
1873
|
error?: string | null | undefined;
|
|
1874
1874
|
}[] | null | undefined;
|
|
@@ -1889,7 +1889,7 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
|
|
|
1889
1889
|
previousHistoryId: string;
|
|
1890
1890
|
originalFailureDate: Date;
|
|
1891
1891
|
fields?: {
|
|
1892
|
-
field: "
|
|
1892
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1893
1893
|
autoFixable: boolean;
|
|
1894
1894
|
error?: string | null | undefined;
|
|
1895
1895
|
}[] | null | undefined;
|
|
@@ -1937,11 +1937,11 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
|
|
|
1937
1937
|
autoFixable: z.ZodBoolean;
|
|
1938
1938
|
error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1939
1939
|
}, "strip", z.ZodTypeAny, {
|
|
1940
|
-
field: "
|
|
1940
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1941
1941
|
autoFixable: boolean;
|
|
1942
1942
|
error?: string | null | undefined;
|
|
1943
1943
|
}, {
|
|
1944
|
-
field: "
|
|
1944
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1945
1945
|
autoFixable: boolean;
|
|
1946
1946
|
error?: string | null | undefined;
|
|
1947
1947
|
}>, "many">>>;
|
|
@@ -1952,7 +1952,7 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
|
|
|
1952
1952
|
previousHistoryId: string;
|
|
1953
1953
|
originalFailureDate: Date;
|
|
1954
1954
|
fields?: {
|
|
1955
|
-
field: "
|
|
1955
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1956
1956
|
autoFixable: boolean;
|
|
1957
1957
|
error?: string | null | undefined;
|
|
1958
1958
|
}[] | null | undefined;
|
|
@@ -1963,7 +1963,7 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
|
|
|
1963
1963
|
previousHistoryId: string;
|
|
1964
1964
|
originalFailureDate: Date;
|
|
1965
1965
|
fields?: {
|
|
1966
|
-
field: "
|
|
1966
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1967
1967
|
autoFixable: boolean;
|
|
1968
1968
|
error?: string | null | undefined;
|
|
1969
1969
|
}[] | null | undefined;
|
|
@@ -1978,7 +1978,7 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
|
|
|
1978
1978
|
previousHistoryId: string;
|
|
1979
1979
|
originalFailureDate: Date;
|
|
1980
1980
|
fields?: {
|
|
1981
|
-
field: "
|
|
1981
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1982
1982
|
autoFixable: boolean;
|
|
1983
1983
|
error?: string | null | undefined;
|
|
1984
1984
|
}[] | null | undefined;
|
|
@@ -1992,7 +1992,7 @@ export declare const ItemHistoryDecodedPayloadSchema: z.ZodDiscriminatedUnion<"t
|
|
|
1992
1992
|
previousHistoryId: string;
|
|
1993
1993
|
originalFailureDate: Date;
|
|
1994
1994
|
fields?: {
|
|
1995
|
-
field: "
|
|
1995
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1996
1996
|
autoFixable: boolean;
|
|
1997
1997
|
error?: string | null | undefined;
|
|
1998
1998
|
}[] | null | undefined;
|
|
@@ -8,11 +8,11 @@ export declare const ItemHistoryFailedToPublishPayloadSchema: z.ZodObject<{
|
|
|
8
8
|
autoFixable: z.ZodBoolean;
|
|
9
9
|
error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10
10
|
}, "strip", z.ZodTypeAny, {
|
|
11
|
-
field: "
|
|
11
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
12
12
|
autoFixable: boolean;
|
|
13
13
|
error?: string | null | undefined;
|
|
14
14
|
}, {
|
|
15
|
-
field: "
|
|
15
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
16
16
|
autoFixable: boolean;
|
|
17
17
|
error?: string | null | undefined;
|
|
18
18
|
}>, "many">>>;
|
|
@@ -22,7 +22,7 @@ export declare const ItemHistoryFailedToPublishPayloadSchema: z.ZodObject<{
|
|
|
22
22
|
accountId?: string | null | undefined;
|
|
23
23
|
reason?: string | null | undefined;
|
|
24
24
|
fields?: {
|
|
25
|
-
field: "
|
|
25
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
26
26
|
autoFixable: boolean;
|
|
27
27
|
error?: string | null | undefined;
|
|
28
28
|
}[] | null | undefined;
|
|
@@ -32,7 +32,7 @@ export declare const ItemHistoryFailedToPublishPayloadSchema: z.ZodObject<{
|
|
|
32
32
|
accountId?: string | null | undefined;
|
|
33
33
|
reason?: string | null | undefined;
|
|
34
34
|
fields?: {
|
|
35
|
-
field: "
|
|
35
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
36
36
|
autoFixable: boolean;
|
|
37
37
|
error?: string | null | undefined;
|
|
38
38
|
}[] | null | undefined;
|
|
@@ -10,11 +10,11 @@ export declare const ItemHistoryRepublishingRetryPayloadSchema: z.ZodObject<{
|
|
|
10
10
|
autoFixable: z.ZodBoolean;
|
|
11
11
|
error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
12
12
|
}, "strip", z.ZodTypeAny, {
|
|
13
|
-
field: "
|
|
13
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
14
14
|
autoFixable: boolean;
|
|
15
15
|
error?: string | null | undefined;
|
|
16
16
|
}, {
|
|
17
|
-
field: "
|
|
17
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
18
18
|
autoFixable: boolean;
|
|
19
19
|
error?: string | null | undefined;
|
|
20
20
|
}>, "many">>>;
|
|
@@ -44,7 +44,7 @@ export declare const ItemHistoryRepublishingRetryPayloadSchema: z.ZodObject<{
|
|
|
44
44
|
previousHistoryId: string;
|
|
45
45
|
originalFailureDate: Date;
|
|
46
46
|
fields?: {
|
|
47
|
-
field: "
|
|
47
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
48
48
|
autoFixable: boolean;
|
|
49
49
|
error?: string | null | undefined;
|
|
50
50
|
}[] | null | undefined;
|
|
@@ -62,7 +62,7 @@ export declare const ItemHistoryRepublishingRetryPayloadSchema: z.ZodObject<{
|
|
|
62
62
|
previousHistoryId: string;
|
|
63
63
|
originalFailureDate: Date;
|
|
64
64
|
fields?: {
|
|
65
|
-
field: "
|
|
65
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
66
66
|
autoFixable: boolean;
|
|
67
67
|
error?: string | null | undefined;
|
|
68
68
|
}[] | null | undefined;
|
|
@@ -10,11 +10,11 @@ export declare const ItemHistoryScheduledRetryPayloadSchema: z.ZodObject<{
|
|
|
10
10
|
autoFixable: z.ZodBoolean;
|
|
11
11
|
error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
12
12
|
}, "strip", z.ZodTypeAny, {
|
|
13
|
-
field: "
|
|
13
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
14
14
|
autoFixable: boolean;
|
|
15
15
|
error?: string | null | undefined;
|
|
16
16
|
}, {
|
|
17
|
-
field: "
|
|
17
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
18
18
|
autoFixable: boolean;
|
|
19
19
|
error?: string | null | undefined;
|
|
20
20
|
}>, "many">>>;
|
|
@@ -25,7 +25,7 @@ export declare const ItemHistoryScheduledRetryPayloadSchema: z.ZodObject<{
|
|
|
25
25
|
previousHistoryId: string;
|
|
26
26
|
originalFailureDate: Date;
|
|
27
27
|
fields?: {
|
|
28
|
-
field: "
|
|
28
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
29
29
|
autoFixable: boolean;
|
|
30
30
|
error?: string | null | undefined;
|
|
31
31
|
}[] | null | undefined;
|
|
@@ -36,7 +36,7 @@ export declare const ItemHistoryScheduledRetryPayloadSchema: z.ZodObject<{
|
|
|
36
36
|
previousHistoryId: string;
|
|
37
37
|
originalFailureDate: Date;
|
|
38
38
|
fields?: {
|
|
39
|
-
field: "
|
|
39
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
40
40
|
autoFixable: boolean;
|
|
41
41
|
error?: string | null | undefined;
|
|
42
42
|
}[] | null | undefined;
|
package/src/com/controlresell/inventory/models/metadata/favorites/CreateFavoriteMetadataPayload.d.ts
CHANGED
|
@@ -4,11 +4,11 @@ export declare const CreateFavoriteMetadataPayloadSchema: z.ZodObject<{
|
|
|
4
4
|
type: z.ZodEnum<["BRAND", "CATALOG", "PURCHASE_PRICE", "ESTIMATED_PRICE", "PURCHASE_PLACE", "SELLING_PLACE", "SIZE", "COLOR", "PACKAGE_SIZE", "CONDITION"]>;
|
|
5
5
|
value: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
6
6
|
}, "strip", z.ZodTypeAny, {
|
|
7
|
-
type: "SIZE" | "BRAND" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "
|
|
7
|
+
type: "SIZE" | "BRAND" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PURCHASE_PRICE" | "ESTIMATED_PRICE" | "PURCHASE_PLACE" | "SELLING_PLACE" | "CONDITION";
|
|
8
8
|
resourceId: number;
|
|
9
9
|
value?: number | null | undefined;
|
|
10
10
|
}, {
|
|
11
|
-
type: "SIZE" | "BRAND" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "
|
|
11
|
+
type: "SIZE" | "BRAND" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PURCHASE_PRICE" | "ESTIMATED_PRICE" | "PURCHASE_PLACE" | "SELLING_PLACE" | "CONDITION";
|
|
12
12
|
resourceId: number;
|
|
13
13
|
value?: number | null | undefined;
|
|
14
14
|
}>;
|
|
@@ -6,13 +6,13 @@ export declare const FavoriteMetadataSchema: z.ZodObject<{
|
|
|
6
6
|
userId: z.ZodNumber;
|
|
7
7
|
isSuggestion: z.ZodBoolean;
|
|
8
8
|
}, "strip", z.ZodTypeAny, {
|
|
9
|
-
type: "SIZE" | "BRAND" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "
|
|
9
|
+
type: "SIZE" | "BRAND" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PURCHASE_PRICE" | "ESTIMATED_PRICE" | "PURCHASE_PLACE" | "SELLING_PLACE" | "CONDITION";
|
|
10
10
|
userId: number;
|
|
11
11
|
resourceId: number;
|
|
12
12
|
isSuggestion: boolean;
|
|
13
13
|
value?: number | null | undefined;
|
|
14
14
|
}, {
|
|
15
|
-
type: "SIZE" | "BRAND" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "
|
|
15
|
+
type: "SIZE" | "BRAND" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PURCHASE_PRICE" | "ESTIMATED_PRICE" | "PURCHASE_PLACE" | "SELLING_PLACE" | "CONDITION";
|
|
16
16
|
userId: number;
|
|
17
17
|
resourceId: number;
|
|
18
18
|
isSuggestion: boolean;
|
|
@@ -19,21 +19,21 @@ export declare const SizeGroupSchema: z.ZodObject<{
|
|
|
19
19
|
}, "strip", z.ZodTypeAny, {
|
|
20
20
|
id: number;
|
|
21
21
|
description: string;
|
|
22
|
+
itemCount?: number | null | undefined;
|
|
22
23
|
sizes?: {
|
|
23
24
|
id: number;
|
|
24
25
|
title: string;
|
|
25
26
|
itemCount?: number | null | undefined;
|
|
26
27
|
}[] | null | undefined;
|
|
27
|
-
itemCount?: number | null | undefined;
|
|
28
28
|
}, {
|
|
29
29
|
id: number;
|
|
30
30
|
description: string;
|
|
31
|
+
itemCount?: number | null | undefined;
|
|
31
32
|
sizes?: {
|
|
32
33
|
id: number;
|
|
33
34
|
title: string;
|
|
34
35
|
itemCount?: number | null | undefined;
|
|
35
36
|
}[] | null | undefined;
|
|
36
|
-
itemCount?: number | null | undefined;
|
|
37
37
|
}>;
|
|
38
38
|
export type SizeGroup = z.infer<typeof SizeGroupSchema>;
|
|
39
39
|
//# sourceMappingURL=SizeGroup.d.ts.map
|
|
@@ -20,43 +20,43 @@ export declare const SizeRootSchema: z.ZodObject<{
|
|
|
20
20
|
}, "strip", z.ZodTypeAny, {
|
|
21
21
|
id: number;
|
|
22
22
|
description: string;
|
|
23
|
+
itemCount?: number | null | undefined;
|
|
23
24
|
sizes?: {
|
|
24
25
|
id: number;
|
|
25
26
|
title: string;
|
|
26
27
|
itemCount?: number | null | undefined;
|
|
27
28
|
}[] | null | undefined;
|
|
28
|
-
itemCount?: number | null | undefined;
|
|
29
29
|
}, {
|
|
30
30
|
id: number;
|
|
31
31
|
description: string;
|
|
32
|
+
itemCount?: number | null | undefined;
|
|
32
33
|
sizes?: {
|
|
33
34
|
id: number;
|
|
34
35
|
title: string;
|
|
35
36
|
itemCount?: number | null | undefined;
|
|
36
37
|
}[] | null | undefined;
|
|
37
|
-
itemCount?: number | null | undefined;
|
|
38
38
|
}>, "many">;
|
|
39
39
|
}, "strip", z.ZodTypeAny, {
|
|
40
40
|
sizeGroups: {
|
|
41
41
|
id: number;
|
|
42
42
|
description: string;
|
|
43
|
+
itemCount?: number | null | undefined;
|
|
43
44
|
sizes?: {
|
|
44
45
|
id: number;
|
|
45
46
|
title: string;
|
|
46
47
|
itemCount?: number | null | undefined;
|
|
47
48
|
}[] | null | undefined;
|
|
48
|
-
itemCount?: number | null | undefined;
|
|
49
49
|
}[];
|
|
50
50
|
}, {
|
|
51
51
|
sizeGroups: {
|
|
52
52
|
id: number;
|
|
53
53
|
description: string;
|
|
54
|
+
itemCount?: number | null | undefined;
|
|
54
55
|
sizes?: {
|
|
55
56
|
id: number;
|
|
56
57
|
title: string;
|
|
57
58
|
itemCount?: number | null | undefined;
|
|
58
59
|
}[] | null | undefined;
|
|
59
|
-
itemCount?: number | null | undefined;
|
|
60
60
|
}[];
|
|
61
61
|
}>;
|
|
62
62
|
export type SizeRoot = z.infer<typeof SizeRootSchema>;
|
|
@@ -36,9 +36,9 @@ export declare const BusinessProfileSchema: z.ZodObject<{
|
|
|
36
36
|
id: string;
|
|
37
37
|
updatedAt: Date;
|
|
38
38
|
createdAt: Date;
|
|
39
|
-
isActive: boolean;
|
|
40
39
|
businessName: string;
|
|
41
40
|
address: string;
|
|
41
|
+
isActive: boolean;
|
|
42
42
|
email?: string | null | undefined;
|
|
43
43
|
phone?: string | null | undefined;
|
|
44
44
|
siret?: string | null | undefined;
|
|
@@ -56,9 +56,9 @@ export declare const BusinessProfileSchema: z.ZodObject<{
|
|
|
56
56
|
id: string;
|
|
57
57
|
updatedAt: Date;
|
|
58
58
|
createdAt: Date;
|
|
59
|
-
isActive: boolean;
|
|
60
59
|
businessName: string;
|
|
61
60
|
address: string;
|
|
61
|
+
isActive: boolean;
|
|
62
62
|
email?: string | null | undefined;
|
|
63
63
|
phone?: string | null | undefined;
|
|
64
64
|
siret?: string | null | undefined;
|
|
@@ -89,7 +89,7 @@ export declare const SavedFiltersSchema: z.ZodObject<{
|
|
|
89
89
|
toBeSent: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
90
90
|
isDraft: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
91
91
|
isOnlineOnPlatform: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
92
|
-
|
|
92
|
+
hasLifecycleInProgress: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
93
93
|
accountIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
94
94
|
platforms: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>, "many">>>;
|
|
95
95
|
transactionType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["SINGLE_ITEM", "BUNDLE"]>>>;
|
|
@@ -172,7 +172,7 @@ export declare const SavedFiltersSchema: z.ZodObject<{
|
|
|
172
172
|
readyToPublish?: boolean | null | undefined;
|
|
173
173
|
toBeSent?: boolean | null | undefined;
|
|
174
174
|
isOnlineOnPlatform?: boolean | null | undefined;
|
|
175
|
-
|
|
175
|
+
hasLifecycleInProgress?: boolean | null | undefined;
|
|
176
176
|
timeRanges?: {
|
|
177
177
|
first: Date;
|
|
178
178
|
second: Date;
|
|
@@ -234,7 +234,7 @@ export declare const SavedFiltersSchema: z.ZodObject<{
|
|
|
234
234
|
readyToPublish?: boolean | null | undefined;
|
|
235
235
|
toBeSent?: boolean | null | undefined;
|
|
236
236
|
isOnlineOnPlatform?: boolean | null | undefined;
|
|
237
|
-
|
|
237
|
+
hasLifecycleInProgress?: boolean | null | undefined;
|
|
238
238
|
timeRanges?: {
|
|
239
239
|
first: Date;
|
|
240
240
|
second: Date;
|
|
@@ -300,7 +300,7 @@ export declare const SavedFiltersSchema: z.ZodObject<{
|
|
|
300
300
|
readyToPublish?: boolean | null | undefined;
|
|
301
301
|
toBeSent?: boolean | null | undefined;
|
|
302
302
|
isOnlineOnPlatform?: boolean | null | undefined;
|
|
303
|
-
|
|
303
|
+
hasLifecycleInProgress?: boolean | null | undefined;
|
|
304
304
|
timeRanges?: {
|
|
305
305
|
first: Date;
|
|
306
306
|
second: Date;
|
|
@@ -366,7 +366,7 @@ export declare const SavedFiltersSchema: z.ZodObject<{
|
|
|
366
366
|
readyToPublish?: boolean | null | undefined;
|
|
367
367
|
toBeSent?: boolean | null | undefined;
|
|
368
368
|
isOnlineOnPlatform?: boolean | null | undefined;
|
|
369
|
-
|
|
369
|
+
hasLifecycleInProgress?: boolean | null | undefined;
|
|
370
370
|
timeRanges?: {
|
|
371
371
|
first: Date;
|
|
372
372
|
second: Date;
|
|
@@ -87,7 +87,7 @@ export declare const SavedFiltersPayloadSchema: z.ZodObject<{
|
|
|
87
87
|
toBeSent: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
88
88
|
isDraft: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
89
89
|
isOnlineOnPlatform: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
90
|
-
|
|
90
|
+
hasLifecycleInProgress: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
91
91
|
accountIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
92
92
|
platforms: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>, "many">>>;
|
|
93
93
|
transactionType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["SINGLE_ITEM", "BUNDLE"]>>>;
|
|
@@ -170,7 +170,7 @@ export declare const SavedFiltersPayloadSchema: z.ZodObject<{
|
|
|
170
170
|
readyToPublish?: boolean | null | undefined;
|
|
171
171
|
toBeSent?: boolean | null | undefined;
|
|
172
172
|
isOnlineOnPlatform?: boolean | null | undefined;
|
|
173
|
-
|
|
173
|
+
hasLifecycleInProgress?: boolean | null | undefined;
|
|
174
174
|
timeRanges?: {
|
|
175
175
|
first: Date;
|
|
176
176
|
second: Date;
|
|
@@ -232,7 +232,7 @@ export declare const SavedFiltersPayloadSchema: z.ZodObject<{
|
|
|
232
232
|
readyToPublish?: boolean | null | undefined;
|
|
233
233
|
toBeSent?: boolean | null | undefined;
|
|
234
234
|
isOnlineOnPlatform?: boolean | null | undefined;
|
|
235
|
-
|
|
235
|
+
hasLifecycleInProgress?: boolean | null | undefined;
|
|
236
236
|
timeRanges?: {
|
|
237
237
|
first: Date;
|
|
238
238
|
second: Date;
|
|
@@ -296,7 +296,7 @@ export declare const SavedFiltersPayloadSchema: z.ZodObject<{
|
|
|
296
296
|
readyToPublish?: boolean | null | undefined;
|
|
297
297
|
toBeSent?: boolean | null | undefined;
|
|
298
298
|
isOnlineOnPlatform?: boolean | null | undefined;
|
|
299
|
-
|
|
299
|
+
hasLifecycleInProgress?: boolean | null | undefined;
|
|
300
300
|
timeRanges?: {
|
|
301
301
|
first: Date;
|
|
302
302
|
second: Date;
|
|
@@ -360,7 +360,7 @@ export declare const SavedFiltersPayloadSchema: z.ZodObject<{
|
|
|
360
360
|
readyToPublish?: boolean | null | undefined;
|
|
361
361
|
toBeSent?: boolean | null | undefined;
|
|
362
362
|
isOnlineOnPlatform?: boolean | null | undefined;
|
|
363
|
-
|
|
363
|
+
hasLifecycleInProgress?: boolean | null | undefined;
|
|
364
364
|
timeRanges?: {
|
|
365
365
|
first: Date;
|
|
366
366
|
second: Date;
|