controlresell 2.12.2 → 2.12.5
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/ActiveLevel.d.ts +16 -0
- package/src/com/controlresell/models/subscriptions/ActiveLevel.d.ts.map +1 -0
- package/src/com/controlresell/models/subscriptions/ActiveLevel.js +7 -0
- package/src/com/controlresell/models/subscriptions/ActiveLevel.js.map +1 -0
- package/src/com/controlresell/models/subscriptions/ActiveLevel.ts +8 -0
- 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 +324 -3
- package/src/com/controlresell/models/subscriptions/UserLimits.d.ts.map +1 -1
- package/src/com/controlresell/models/subscriptions/UserLimits.js +11 -1
- package/src/com/controlresell/models/subscriptions/UserLimits.js.map +1 -1
- package/src/com/controlresell/models/subscriptions/UserLimits.ts +11 -1
- package/src/com/controlresell/models/users/ws/ResourceUpdate.d.ts +6 -6
- package/src/com/controlresell/models/users/ws/UserLimitsUpdate.d.ts +509 -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 +1020 -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 +5 -31
- package/src/index.d.ts.map +1 -1
- package/src/index.js +5 -31
- package/src/index.js.map +1 -1
- package/src/index.ts +5 -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
package/package.json
CHANGED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
export declare const ChangeSubscriptionPlanRequestSchema: z.ZodObject<{
|
|
3
|
+
levels: z.ZodArray<z.ZodObject<{
|
|
4
|
+
levelId: z.ZodNumber;
|
|
5
|
+
quantity: z.ZodNumber;
|
|
6
|
+
}, "strip", z.ZodTypeAny, {
|
|
7
|
+
quantity: number;
|
|
8
|
+
levelId: number;
|
|
9
|
+
}, {
|
|
10
|
+
quantity: number;
|
|
11
|
+
levelId: number;
|
|
12
|
+
}>, "many">;
|
|
13
|
+
}, "strip", z.ZodTypeAny, {
|
|
14
|
+
levels: {
|
|
15
|
+
quantity: number;
|
|
16
|
+
levelId: number;
|
|
17
|
+
}[];
|
|
18
|
+
}, {
|
|
19
|
+
levels: {
|
|
20
|
+
quantity: number;
|
|
21
|
+
levelId: number;
|
|
22
|
+
}[];
|
|
23
|
+
}>;
|
|
24
|
+
export type ChangeSubscriptionPlanRequest = z.infer<typeof ChangeSubscriptionPlanRequestSchema>;
|
|
25
|
+
//# sourceMappingURL=ChangeSubscriptionPlanRequest.d.ts.map
|
package/src/com/controlresell/api/requests/subscriptions/ChangeSubscriptionPlanRequest.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChangeSubscriptionPlanRequest.d.ts","sourceRoot":"","sources":["ChangeSubscriptionPlanRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;EAE9C,CAAA;AACF,MAAM,MAAM,6BAA6B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mCAAmC,CAAC,CAAA"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
import { SubscriptionLevelQuantitySchema } from "./SubscriptionLevelQuantity";
|
|
3
|
+
export const ChangeSubscriptionPlanRequestSchema = z.object({
|
|
4
|
+
levels: z.array(SubscriptionLevelQuantitySchema)
|
|
5
|
+
});
|
|
6
|
+
//# sourceMappingURL=ChangeSubscriptionPlanRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChangeSubscriptionPlanRequest.js","sourceRoot":"","sources":["ChangeSubscriptionPlanRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AACrB,OAAO,EAAC,+BAA+B,EAAC,MAAM,6BAA6B,CAAA;AAE3E,MAAM,CAAC,MAAM,mCAAmC,GAAG,CAAC,CAAC,MAAM,CAAC;IACxD,MAAM,EAAE,CAAC,CAAC,KAAK,CAAC,+BAA+B,CAAC;CACnD,CAAC,CAAA"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import {z} from "zod"
|
|
2
|
+
import {SubscriptionLevelQuantitySchema} from "./SubscriptionLevelQuantity"
|
|
3
|
+
|
|
4
|
+
export const ChangeSubscriptionPlanRequestSchema = z.object({
|
|
5
|
+
levels: z.array(SubscriptionLevelQuantitySchema)
|
|
6
|
+
})
|
|
7
|
+
export type ChangeSubscriptionPlanRequest = z.infer<typeof ChangeSubscriptionPlanRequestSchema>
|
|
@@ -44,9 +44,9 @@ export declare const ListInvoicesResponseSchema: z.ZodObject<{
|
|
|
44
44
|
id: string;
|
|
45
45
|
updatedAt: Date;
|
|
46
46
|
createdAt: Date;
|
|
47
|
-
isActive: boolean;
|
|
48
47
|
businessName: string;
|
|
49
48
|
address: string;
|
|
49
|
+
isActive: boolean;
|
|
50
50
|
email?: string | null | undefined;
|
|
51
51
|
phone?: string | null | undefined;
|
|
52
52
|
siret?: string | null | undefined;
|
|
@@ -64,9 +64,9 @@ export declare const ListInvoicesResponseSchema: z.ZodObject<{
|
|
|
64
64
|
id: string;
|
|
65
65
|
updatedAt: Date;
|
|
66
66
|
createdAt: Date;
|
|
67
|
-
isActive: boolean;
|
|
68
67
|
businessName: string;
|
|
69
68
|
address: string;
|
|
69
|
+
isActive: boolean;
|
|
70
70
|
email?: string | null | undefined;
|
|
71
71
|
phone?: string | null | undefined;
|
|
72
72
|
siret?: string | null | undefined;
|
|
@@ -545,12 +545,12 @@ export declare const ListInvoicesResponseSchema: z.ZodObject<{
|
|
|
545
545
|
status: "UNKNOWN" | "PAYMENT_VALIDATED" | "ORDER_CANCELED" | "SHIPPING_LABEL_SENT_TO_SELLER" | "ORDER_SHIPPED" | "DELIVERED_TO_POST_OFFICE_OR_PICKUP_POINT" | "ORDER_RECEIVED" | "ORDER_FINALIZED" | "RETURN_INITIATED" | "REFUND_DONE" | "ORDER_CANCELED_ITEM_UNAVAILABLE" | "ORDER_CANCELED_BY_VINTED" | "ORDER_DISPUTE_STARTED" | "ORDER_CANCELED_DUE_TO_LATE_SHIPPING" | "SHIPPING_LABEL_ORDERED" | "ORDER_RETURNED_TO_SENDER" | "PAYMENT_FAILED" | "ORDER_SUSPENDED" | "SHIPPING_TO_VERIFICATION_CENTER" | "PAYMENT_IN_PROGRESS" | "SENT_TO_VERIFICATION_CENTER" | "SHIPPING_FROM_VERIFICATION_CENTER";
|
|
546
546
|
date: Date;
|
|
547
547
|
id: string;
|
|
548
|
-
accountId: string;
|
|
549
548
|
price: number;
|
|
549
|
+
accountId: string;
|
|
550
550
|
isPrepared: boolean;
|
|
551
551
|
platformOrderId: string;
|
|
552
|
-
conversationId?: string | null | undefined;
|
|
553
552
|
transactionId?: string | null | undefined;
|
|
553
|
+
conversationId?: string | null | undefined;
|
|
554
554
|
labels?: {
|
|
555
555
|
id: string;
|
|
556
556
|
orderId: string;
|
|
@@ -639,12 +639,12 @@ export declare const ListInvoicesResponseSchema: z.ZodObject<{
|
|
|
639
639
|
status: "UNKNOWN" | "PAYMENT_VALIDATED" | "ORDER_CANCELED" | "SHIPPING_LABEL_SENT_TO_SELLER" | "ORDER_SHIPPED" | "DELIVERED_TO_POST_OFFICE_OR_PICKUP_POINT" | "ORDER_RECEIVED" | "ORDER_FINALIZED" | "RETURN_INITIATED" | "REFUND_DONE" | "ORDER_CANCELED_ITEM_UNAVAILABLE" | "ORDER_CANCELED_BY_VINTED" | "ORDER_DISPUTE_STARTED" | "ORDER_CANCELED_DUE_TO_LATE_SHIPPING" | "SHIPPING_LABEL_ORDERED" | "ORDER_RETURNED_TO_SENDER" | "PAYMENT_FAILED" | "ORDER_SUSPENDED" | "SHIPPING_TO_VERIFICATION_CENTER" | "PAYMENT_IN_PROGRESS" | "SENT_TO_VERIFICATION_CENTER" | "SHIPPING_FROM_VERIFICATION_CENTER";
|
|
640
640
|
date: Date;
|
|
641
641
|
id: string;
|
|
642
|
-
accountId: string;
|
|
643
642
|
price: number;
|
|
643
|
+
accountId: string;
|
|
644
644
|
isPrepared: boolean;
|
|
645
645
|
platformOrderId: string;
|
|
646
|
-
conversationId?: string | null | undefined;
|
|
647
646
|
transactionId?: string | null | undefined;
|
|
647
|
+
conversationId?: string | null | undefined;
|
|
648
648
|
labels?: {
|
|
649
649
|
id: string;
|
|
650
650
|
orderId: string;
|
|
@@ -806,17 +806,25 @@ export declare const ListInvoicesResponseSchema: z.ZodObject<{
|
|
|
806
806
|
businessProfileId: string;
|
|
807
807
|
issueDate: Date;
|
|
808
808
|
subtotal: number;
|
|
809
|
+
fileId?: string | null | undefined;
|
|
810
|
+
file?: {
|
|
811
|
+
path: string;
|
|
812
|
+
userId: string | number;
|
|
813
|
+
id: string;
|
|
814
|
+
createdAt: Date;
|
|
815
|
+
signedUrl: string;
|
|
816
|
+
} | null | undefined;
|
|
809
817
|
order?: {
|
|
810
818
|
type: "SALE" | "PURCHASE";
|
|
811
819
|
status: "UNKNOWN" | "PAYMENT_VALIDATED" | "ORDER_CANCELED" | "SHIPPING_LABEL_SENT_TO_SELLER" | "ORDER_SHIPPED" | "DELIVERED_TO_POST_OFFICE_OR_PICKUP_POINT" | "ORDER_RECEIVED" | "ORDER_FINALIZED" | "RETURN_INITIATED" | "REFUND_DONE" | "ORDER_CANCELED_ITEM_UNAVAILABLE" | "ORDER_CANCELED_BY_VINTED" | "ORDER_DISPUTE_STARTED" | "ORDER_CANCELED_DUE_TO_LATE_SHIPPING" | "SHIPPING_LABEL_ORDERED" | "ORDER_RETURNED_TO_SENDER" | "PAYMENT_FAILED" | "ORDER_SUSPENDED" | "SHIPPING_TO_VERIFICATION_CENTER" | "PAYMENT_IN_PROGRESS" | "SENT_TO_VERIFICATION_CENTER" | "SHIPPING_FROM_VERIFICATION_CENTER";
|
|
812
820
|
date: Date;
|
|
813
821
|
id: string;
|
|
814
|
-
accountId: string;
|
|
815
822
|
price: number;
|
|
823
|
+
accountId: string;
|
|
816
824
|
isPrepared: boolean;
|
|
817
825
|
platformOrderId: string;
|
|
818
|
-
conversationId?: string | null | undefined;
|
|
819
826
|
transactionId?: string | null | undefined;
|
|
827
|
+
conversationId?: string | null | undefined;
|
|
820
828
|
labels?: {
|
|
821
829
|
id: string;
|
|
822
830
|
orderId: string;
|
|
@@ -901,23 +909,15 @@ export declare const ListInvoicesResponseSchema: z.ZodObject<{
|
|
|
901
909
|
} | null | undefined;
|
|
902
910
|
}[] | null | undefined;
|
|
903
911
|
} | null | undefined;
|
|
904
|
-
fileId?: string | null | undefined;
|
|
905
|
-
file?: {
|
|
906
|
-
path: string;
|
|
907
|
-
userId: string | number;
|
|
908
|
-
id: string;
|
|
909
|
-
createdAt: Date;
|
|
910
|
-
signedUrl: string;
|
|
911
|
-
} | null | undefined;
|
|
912
912
|
vatRate?: number | null | undefined;
|
|
913
913
|
businessProfile?: {
|
|
914
914
|
userId: string | number;
|
|
915
915
|
id: string;
|
|
916
916
|
updatedAt: Date;
|
|
917
917
|
createdAt: Date;
|
|
918
|
-
isActive: boolean;
|
|
919
918
|
businessName: string;
|
|
920
919
|
address: string;
|
|
920
|
+
isActive: boolean;
|
|
921
921
|
email?: string | null | undefined;
|
|
922
922
|
phone?: string | null | undefined;
|
|
923
923
|
siret?: string | null | undefined;
|
|
@@ -978,17 +978,25 @@ export declare const ListInvoicesResponseSchema: z.ZodObject<{
|
|
|
978
978
|
businessProfileId: string;
|
|
979
979
|
issueDate: Date;
|
|
980
980
|
subtotal: number;
|
|
981
|
+
fileId?: string | null | undefined;
|
|
982
|
+
file?: {
|
|
983
|
+
path: string;
|
|
984
|
+
userId: string | number;
|
|
985
|
+
id: string;
|
|
986
|
+
createdAt: Date;
|
|
987
|
+
signedUrl: string;
|
|
988
|
+
} | null | undefined;
|
|
981
989
|
order?: {
|
|
982
990
|
type: "SALE" | "PURCHASE";
|
|
983
991
|
status: "UNKNOWN" | "PAYMENT_VALIDATED" | "ORDER_CANCELED" | "SHIPPING_LABEL_SENT_TO_SELLER" | "ORDER_SHIPPED" | "DELIVERED_TO_POST_OFFICE_OR_PICKUP_POINT" | "ORDER_RECEIVED" | "ORDER_FINALIZED" | "RETURN_INITIATED" | "REFUND_DONE" | "ORDER_CANCELED_ITEM_UNAVAILABLE" | "ORDER_CANCELED_BY_VINTED" | "ORDER_DISPUTE_STARTED" | "ORDER_CANCELED_DUE_TO_LATE_SHIPPING" | "SHIPPING_LABEL_ORDERED" | "ORDER_RETURNED_TO_SENDER" | "PAYMENT_FAILED" | "ORDER_SUSPENDED" | "SHIPPING_TO_VERIFICATION_CENTER" | "PAYMENT_IN_PROGRESS" | "SENT_TO_VERIFICATION_CENTER" | "SHIPPING_FROM_VERIFICATION_CENTER";
|
|
984
992
|
date: Date;
|
|
985
993
|
id: string;
|
|
986
|
-
accountId: string;
|
|
987
994
|
price: number;
|
|
995
|
+
accountId: string;
|
|
988
996
|
isPrepared: boolean;
|
|
989
997
|
platformOrderId: string;
|
|
990
|
-
conversationId?: string | null | undefined;
|
|
991
998
|
transactionId?: string | null | undefined;
|
|
999
|
+
conversationId?: string | null | undefined;
|
|
992
1000
|
labels?: {
|
|
993
1001
|
id: string;
|
|
994
1002
|
orderId: string;
|
|
@@ -1073,23 +1081,15 @@ export declare const ListInvoicesResponseSchema: z.ZodObject<{
|
|
|
1073
1081
|
} | null | undefined;
|
|
1074
1082
|
}[] | null | undefined;
|
|
1075
1083
|
} | null | undefined;
|
|
1076
|
-
fileId?: string | null | undefined;
|
|
1077
|
-
file?: {
|
|
1078
|
-
path: string;
|
|
1079
|
-
userId: string | number;
|
|
1080
|
-
id: string;
|
|
1081
|
-
createdAt: Date;
|
|
1082
|
-
signedUrl: string;
|
|
1083
|
-
} | null | undefined;
|
|
1084
1084
|
vatRate?: number | null | undefined;
|
|
1085
1085
|
businessProfile?: {
|
|
1086
1086
|
userId: string | number;
|
|
1087
1087
|
id: string;
|
|
1088
1088
|
updatedAt: Date;
|
|
1089
1089
|
createdAt: Date;
|
|
1090
|
-
isActive: boolean;
|
|
1091
1090
|
businessName: string;
|
|
1092
1091
|
address: string;
|
|
1092
|
+
isActive: boolean;
|
|
1093
1093
|
email?: string | null | undefined;
|
|
1094
1094
|
phone?: string | null | undefined;
|
|
1095
1095
|
siret?: string | null | undefined;
|
|
@@ -1155,17 +1155,25 @@ export declare const ListInvoicesResponseSchema: z.ZodObject<{
|
|
|
1155
1155
|
businessProfileId: string;
|
|
1156
1156
|
issueDate: Date;
|
|
1157
1157
|
subtotal: number;
|
|
1158
|
+
fileId?: string | null | undefined;
|
|
1159
|
+
file?: {
|
|
1160
|
+
path: string;
|
|
1161
|
+
userId: string | number;
|
|
1162
|
+
id: string;
|
|
1163
|
+
createdAt: Date;
|
|
1164
|
+
signedUrl: string;
|
|
1165
|
+
} | null | undefined;
|
|
1158
1166
|
order?: {
|
|
1159
1167
|
type: "SALE" | "PURCHASE";
|
|
1160
1168
|
status: "UNKNOWN" | "PAYMENT_VALIDATED" | "ORDER_CANCELED" | "SHIPPING_LABEL_SENT_TO_SELLER" | "ORDER_SHIPPED" | "DELIVERED_TO_POST_OFFICE_OR_PICKUP_POINT" | "ORDER_RECEIVED" | "ORDER_FINALIZED" | "RETURN_INITIATED" | "REFUND_DONE" | "ORDER_CANCELED_ITEM_UNAVAILABLE" | "ORDER_CANCELED_BY_VINTED" | "ORDER_DISPUTE_STARTED" | "ORDER_CANCELED_DUE_TO_LATE_SHIPPING" | "SHIPPING_LABEL_ORDERED" | "ORDER_RETURNED_TO_SENDER" | "PAYMENT_FAILED" | "ORDER_SUSPENDED" | "SHIPPING_TO_VERIFICATION_CENTER" | "PAYMENT_IN_PROGRESS" | "SENT_TO_VERIFICATION_CENTER" | "SHIPPING_FROM_VERIFICATION_CENTER";
|
|
1161
1169
|
date: Date;
|
|
1162
1170
|
id: string;
|
|
1163
|
-
accountId: string;
|
|
1164
1171
|
price: number;
|
|
1172
|
+
accountId: string;
|
|
1165
1173
|
isPrepared: boolean;
|
|
1166
1174
|
platformOrderId: string;
|
|
1167
|
-
conversationId?: string | null | undefined;
|
|
1168
1175
|
transactionId?: string | null | undefined;
|
|
1176
|
+
conversationId?: string | null | undefined;
|
|
1169
1177
|
labels?: {
|
|
1170
1178
|
id: string;
|
|
1171
1179
|
orderId: string;
|
|
@@ -1250,23 +1258,15 @@ export declare const ListInvoicesResponseSchema: z.ZodObject<{
|
|
|
1250
1258
|
} | null | undefined;
|
|
1251
1259
|
}[] | null | undefined;
|
|
1252
1260
|
} | null | undefined;
|
|
1253
|
-
fileId?: string | null | undefined;
|
|
1254
|
-
file?: {
|
|
1255
|
-
path: string;
|
|
1256
|
-
userId: string | number;
|
|
1257
|
-
id: string;
|
|
1258
|
-
createdAt: Date;
|
|
1259
|
-
signedUrl: string;
|
|
1260
|
-
} | null | undefined;
|
|
1261
1261
|
vatRate?: number | null | undefined;
|
|
1262
1262
|
businessProfile?: {
|
|
1263
1263
|
userId: string | number;
|
|
1264
1264
|
id: string;
|
|
1265
1265
|
updatedAt: Date;
|
|
1266
1266
|
createdAt: Date;
|
|
1267
|
-
isActive: boolean;
|
|
1268
1267
|
businessName: string;
|
|
1269
1268
|
address: string;
|
|
1269
|
+
isActive: boolean;
|
|
1270
1270
|
email?: string | null | undefined;
|
|
1271
1271
|
phone?: string | null | undefined;
|
|
1272
1272
|
siret?: string | null | undefined;
|
|
@@ -1333,17 +1333,25 @@ export declare const ListInvoicesResponseSchema: z.ZodObject<{
|
|
|
1333
1333
|
businessProfileId: string;
|
|
1334
1334
|
issueDate: Date;
|
|
1335
1335
|
subtotal: number;
|
|
1336
|
+
fileId?: string | null | undefined;
|
|
1337
|
+
file?: {
|
|
1338
|
+
path: string;
|
|
1339
|
+
userId: string | number;
|
|
1340
|
+
id: string;
|
|
1341
|
+
createdAt: Date;
|
|
1342
|
+
signedUrl: string;
|
|
1343
|
+
} | null | undefined;
|
|
1336
1344
|
order?: {
|
|
1337
1345
|
type: "SALE" | "PURCHASE";
|
|
1338
1346
|
status: "UNKNOWN" | "PAYMENT_VALIDATED" | "ORDER_CANCELED" | "SHIPPING_LABEL_SENT_TO_SELLER" | "ORDER_SHIPPED" | "DELIVERED_TO_POST_OFFICE_OR_PICKUP_POINT" | "ORDER_RECEIVED" | "ORDER_FINALIZED" | "RETURN_INITIATED" | "REFUND_DONE" | "ORDER_CANCELED_ITEM_UNAVAILABLE" | "ORDER_CANCELED_BY_VINTED" | "ORDER_DISPUTE_STARTED" | "ORDER_CANCELED_DUE_TO_LATE_SHIPPING" | "SHIPPING_LABEL_ORDERED" | "ORDER_RETURNED_TO_SENDER" | "PAYMENT_FAILED" | "ORDER_SUSPENDED" | "SHIPPING_TO_VERIFICATION_CENTER" | "PAYMENT_IN_PROGRESS" | "SENT_TO_VERIFICATION_CENTER" | "SHIPPING_FROM_VERIFICATION_CENTER";
|
|
1339
1347
|
date: Date;
|
|
1340
1348
|
id: string;
|
|
1341
|
-
accountId: string;
|
|
1342
1349
|
price: number;
|
|
1350
|
+
accountId: string;
|
|
1343
1351
|
isPrepared: boolean;
|
|
1344
1352
|
platformOrderId: string;
|
|
1345
|
-
conversationId?: string | null | undefined;
|
|
1346
1353
|
transactionId?: string | null | undefined;
|
|
1354
|
+
conversationId?: string | null | undefined;
|
|
1347
1355
|
labels?: {
|
|
1348
1356
|
id: string;
|
|
1349
1357
|
orderId: string;
|
|
@@ -1428,23 +1436,15 @@ export declare const ListInvoicesResponseSchema: z.ZodObject<{
|
|
|
1428
1436
|
} | null | undefined;
|
|
1429
1437
|
}[] | null | undefined;
|
|
1430
1438
|
} | null | undefined;
|
|
1431
|
-
fileId?: string | null | undefined;
|
|
1432
|
-
file?: {
|
|
1433
|
-
path: string;
|
|
1434
|
-
userId: string | number;
|
|
1435
|
-
id: string;
|
|
1436
|
-
createdAt: Date;
|
|
1437
|
-
signedUrl: string;
|
|
1438
|
-
} | null | undefined;
|
|
1439
1439
|
vatRate?: number | null | undefined;
|
|
1440
1440
|
businessProfile?: {
|
|
1441
1441
|
userId: string | number;
|
|
1442
1442
|
id: string;
|
|
1443
1443
|
updatedAt: Date;
|
|
1444
1444
|
createdAt: Date;
|
|
1445
|
-
isActive: boolean;
|
|
1446
1445
|
businessName: string;
|
|
1447
1446
|
address: string;
|
|
1447
|
+
isActive: boolean;
|
|
1448
1448
|
email?: string | null | undefined;
|
|
1449
1449
|
phone?: string | null | undefined;
|
|
1450
1450
|
siret?: string | null | undefined;
|
|
@@ -280,11 +280,11 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
280
280
|
autoFixable: z.ZodBoolean;
|
|
281
281
|
error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
282
282
|
}, "strip", z.ZodTypeAny, {
|
|
283
|
-
field: "
|
|
283
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
284
284
|
autoFixable: boolean;
|
|
285
285
|
error?: string | null | undefined;
|
|
286
286
|
}, {
|
|
287
|
-
field: "
|
|
287
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
288
288
|
autoFixable: boolean;
|
|
289
289
|
error?: string | null | undefined;
|
|
290
290
|
}>, "many">>>;
|
|
@@ -294,7 +294,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
294
294
|
accountId?: string | null | undefined;
|
|
295
295
|
reason?: string | null | undefined;
|
|
296
296
|
fields?: {
|
|
297
|
-
field: "
|
|
297
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
298
298
|
autoFixable: boolean;
|
|
299
299
|
error?: string | null | undefined;
|
|
300
300
|
}[] | null | undefined;
|
|
@@ -304,7 +304,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
304
304
|
accountId?: string | null | undefined;
|
|
305
305
|
reason?: string | null | undefined;
|
|
306
306
|
fields?: {
|
|
307
|
-
field: "
|
|
307
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
308
308
|
autoFixable: boolean;
|
|
309
309
|
error?: string | null | undefined;
|
|
310
310
|
}[] | null | undefined;
|
|
@@ -318,7 +318,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
318
318
|
accountId?: string | null | undefined;
|
|
319
319
|
reason?: string | null | undefined;
|
|
320
320
|
fields?: {
|
|
321
|
-
field: "
|
|
321
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
322
322
|
autoFixable: boolean;
|
|
323
323
|
error?: string | null | undefined;
|
|
324
324
|
}[] | null | undefined;
|
|
@@ -331,7 +331,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
331
331
|
accountId?: string | null | undefined;
|
|
332
332
|
reason?: string | null | undefined;
|
|
333
333
|
fields?: {
|
|
334
|
-
field: "
|
|
334
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
335
335
|
autoFixable: boolean;
|
|
336
336
|
error?: string | null | undefined;
|
|
337
337
|
}[] | null | undefined;
|
|
@@ -859,11 +859,11 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
859
859
|
autoFixable: z.ZodBoolean;
|
|
860
860
|
error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
861
861
|
}, "strip", z.ZodTypeAny, {
|
|
862
|
-
field: "
|
|
862
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
863
863
|
autoFixable: boolean;
|
|
864
864
|
error?: string | null | undefined;
|
|
865
865
|
}, {
|
|
866
|
-
field: "
|
|
866
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
867
867
|
autoFixable: boolean;
|
|
868
868
|
error?: string | null | undefined;
|
|
869
869
|
}>, "many">>>;
|
|
@@ -893,7 +893,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
893
893
|
previousHistoryId: string;
|
|
894
894
|
originalFailureDate: Date;
|
|
895
895
|
fields?: {
|
|
896
|
-
field: "
|
|
896
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
897
897
|
autoFixable: boolean;
|
|
898
898
|
error?: string | null | undefined;
|
|
899
899
|
}[] | null | undefined;
|
|
@@ -911,7 +911,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
911
911
|
previousHistoryId: string;
|
|
912
912
|
originalFailureDate: Date;
|
|
913
913
|
fields?: {
|
|
914
|
-
field: "
|
|
914
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
915
915
|
autoFixable: boolean;
|
|
916
916
|
error?: string | null | undefined;
|
|
917
917
|
}[] | null | undefined;
|
|
@@ -933,7 +933,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
933
933
|
previousHistoryId: string;
|
|
934
934
|
originalFailureDate: Date;
|
|
935
935
|
fields?: {
|
|
936
|
-
field: "
|
|
936
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
937
937
|
autoFixable: boolean;
|
|
938
938
|
error?: string | null | undefined;
|
|
939
939
|
}[] | null | undefined;
|
|
@@ -954,7 +954,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
954
954
|
previousHistoryId: string;
|
|
955
955
|
originalFailureDate: Date;
|
|
956
956
|
fields?: {
|
|
957
|
-
field: "
|
|
957
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
958
958
|
autoFixable: boolean;
|
|
959
959
|
error?: string | null | undefined;
|
|
960
960
|
}[] | null | undefined;
|
|
@@ -1002,11 +1002,11 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1002
1002
|
autoFixable: z.ZodBoolean;
|
|
1003
1003
|
error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1004
1004
|
}, "strip", z.ZodTypeAny, {
|
|
1005
|
-
field: "
|
|
1005
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1006
1006
|
autoFixable: boolean;
|
|
1007
1007
|
error?: string | null | undefined;
|
|
1008
1008
|
}, {
|
|
1009
|
-
field: "
|
|
1009
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1010
1010
|
autoFixable: boolean;
|
|
1011
1011
|
error?: string | null | undefined;
|
|
1012
1012
|
}>, "many">>>;
|
|
@@ -1017,7 +1017,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1017
1017
|
previousHistoryId: string;
|
|
1018
1018
|
originalFailureDate: Date;
|
|
1019
1019
|
fields?: {
|
|
1020
|
-
field: "
|
|
1020
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1021
1021
|
autoFixable: boolean;
|
|
1022
1022
|
error?: string | null | undefined;
|
|
1023
1023
|
}[] | null | undefined;
|
|
@@ -1028,7 +1028,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1028
1028
|
previousHistoryId: string;
|
|
1029
1029
|
originalFailureDate: Date;
|
|
1030
1030
|
fields?: {
|
|
1031
|
-
field: "
|
|
1031
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1032
1032
|
autoFixable: boolean;
|
|
1033
1033
|
error?: string | null | undefined;
|
|
1034
1034
|
}[] | null | undefined;
|
|
@@ -1043,7 +1043,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1043
1043
|
previousHistoryId: string;
|
|
1044
1044
|
originalFailureDate: Date;
|
|
1045
1045
|
fields?: {
|
|
1046
|
-
field: "
|
|
1046
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1047
1047
|
autoFixable: boolean;
|
|
1048
1048
|
error?: string | null | undefined;
|
|
1049
1049
|
}[] | null | undefined;
|
|
@@ -1057,7 +1057,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1057
1057
|
previousHistoryId: string;
|
|
1058
1058
|
originalFailureDate: Date;
|
|
1059
1059
|
fields?: {
|
|
1060
|
-
field: "
|
|
1060
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1061
1061
|
autoFixable: boolean;
|
|
1062
1062
|
error?: string | null | undefined;
|
|
1063
1063
|
}[] | null | undefined;
|
|
@@ -1317,7 +1317,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1317
1317
|
accountId?: string | null | undefined;
|
|
1318
1318
|
reason?: string | null | undefined;
|
|
1319
1319
|
fields?: {
|
|
1320
|
-
field: "
|
|
1320
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1321
1321
|
autoFixable: boolean;
|
|
1322
1322
|
error?: string | null | undefined;
|
|
1323
1323
|
}[] | null | undefined;
|
|
@@ -1414,7 +1414,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1414
1414
|
previousHistoryId: string;
|
|
1415
1415
|
originalFailureDate: Date;
|
|
1416
1416
|
fields?: {
|
|
1417
|
-
field: "
|
|
1417
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1418
1418
|
autoFixable: boolean;
|
|
1419
1419
|
error?: string | null | undefined;
|
|
1420
1420
|
}[] | null | undefined;
|
|
@@ -1441,7 +1441,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1441
1441
|
previousHistoryId: string;
|
|
1442
1442
|
originalFailureDate: Date;
|
|
1443
1443
|
fields?: {
|
|
1444
|
-
field: "
|
|
1444
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1445
1445
|
autoFixable: boolean;
|
|
1446
1446
|
error?: string | null | undefined;
|
|
1447
1447
|
}[] | null | undefined;
|
|
@@ -1519,7 +1519,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1519
1519
|
accountId?: string | null | undefined;
|
|
1520
1520
|
reason?: string | null | undefined;
|
|
1521
1521
|
fields?: {
|
|
1522
|
-
field: "
|
|
1522
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1523
1523
|
autoFixable: boolean;
|
|
1524
1524
|
error?: string | null | undefined;
|
|
1525
1525
|
}[] | null | undefined;
|
|
@@ -1616,7 +1616,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1616
1616
|
previousHistoryId: string;
|
|
1617
1617
|
originalFailureDate: Date;
|
|
1618
1618
|
fields?: {
|
|
1619
|
-
field: "
|
|
1619
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1620
1620
|
autoFixable: boolean;
|
|
1621
1621
|
error?: string | null | undefined;
|
|
1622
1622
|
}[] | null | undefined;
|
|
@@ -1643,7 +1643,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1643
1643
|
previousHistoryId: string;
|
|
1644
1644
|
originalFailureDate: Date;
|
|
1645
1645
|
fields?: {
|
|
1646
|
-
field: "
|
|
1646
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1647
1647
|
autoFixable: boolean;
|
|
1648
1648
|
error?: string | null | undefined;
|
|
1649
1649
|
}[] | null | undefined;
|
|
@@ -1927,7 +1927,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
1927
1927
|
accountId?: string | null | undefined;
|
|
1928
1928
|
reason?: string | null | undefined;
|
|
1929
1929
|
fields?: {
|
|
1930
|
-
field: "
|
|
1930
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
1931
1931
|
autoFixable: boolean;
|
|
1932
1932
|
error?: string | null | undefined;
|
|
1933
1933
|
}[] | null | undefined;
|
|
@@ -2024,7 +2024,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2024
2024
|
previousHistoryId: string;
|
|
2025
2025
|
originalFailureDate: Date;
|
|
2026
2026
|
fields?: {
|
|
2027
|
-
field: "
|
|
2027
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2028
2028
|
autoFixable: boolean;
|
|
2029
2029
|
error?: string | null | undefined;
|
|
2030
2030
|
}[] | null | undefined;
|
|
@@ -2051,7 +2051,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2051
2051
|
previousHistoryId: string;
|
|
2052
2052
|
originalFailureDate: Date;
|
|
2053
2053
|
fields?: {
|
|
2054
|
-
field: "
|
|
2054
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2055
2055
|
autoFixable: boolean;
|
|
2056
2056
|
error?: string | null | undefined;
|
|
2057
2057
|
}[] | null | undefined;
|
|
@@ -2234,7 +2234,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2234
2234
|
accountId?: string | null | undefined;
|
|
2235
2235
|
reason?: string | null | undefined;
|
|
2236
2236
|
fields?: {
|
|
2237
|
-
field: "
|
|
2237
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2238
2238
|
autoFixable: boolean;
|
|
2239
2239
|
error?: string | null | undefined;
|
|
2240
2240
|
}[] | null | undefined;
|
|
@@ -2331,7 +2331,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2331
2331
|
previousHistoryId: string;
|
|
2332
2332
|
originalFailureDate: Date;
|
|
2333
2333
|
fields?: {
|
|
2334
|
-
field: "
|
|
2334
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2335
2335
|
autoFixable: boolean;
|
|
2336
2336
|
error?: string | null | undefined;
|
|
2337
2337
|
}[] | null | undefined;
|
|
@@ -2358,7 +2358,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2358
2358
|
previousHistoryId: string;
|
|
2359
2359
|
originalFailureDate: Date;
|
|
2360
2360
|
fields?: {
|
|
2361
|
-
field: "
|
|
2361
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2362
2362
|
autoFixable: boolean;
|
|
2363
2363
|
error?: string | null | undefined;
|
|
2364
2364
|
}[] | null | undefined;
|
|
@@ -2546,7 +2546,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2546
2546
|
accountId?: string | null | undefined;
|
|
2547
2547
|
reason?: string | null | undefined;
|
|
2548
2548
|
fields?: {
|
|
2549
|
-
field: "
|
|
2549
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2550
2550
|
autoFixable: boolean;
|
|
2551
2551
|
error?: string | null | undefined;
|
|
2552
2552
|
}[] | null | undefined;
|
|
@@ -2643,7 +2643,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2643
2643
|
previousHistoryId: string;
|
|
2644
2644
|
originalFailureDate: Date;
|
|
2645
2645
|
fields?: {
|
|
2646
|
-
field: "
|
|
2646
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2647
2647
|
autoFixable: boolean;
|
|
2648
2648
|
error?: string | null | undefined;
|
|
2649
2649
|
}[] | null | undefined;
|
|
@@ -2670,7 +2670,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2670
2670
|
previousHistoryId: string;
|
|
2671
2671
|
originalFailureDate: Date;
|
|
2672
2672
|
fields?: {
|
|
2673
|
-
field: "
|
|
2673
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2674
2674
|
autoFixable: boolean;
|
|
2675
2675
|
error?: string | null | undefined;
|
|
2676
2676
|
}[] | null | undefined;
|
|
@@ -2859,7 +2859,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2859
2859
|
accountId?: string | null | undefined;
|
|
2860
2860
|
reason?: string | null | undefined;
|
|
2861
2861
|
fields?: {
|
|
2862
|
-
field: "
|
|
2862
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2863
2863
|
autoFixable: boolean;
|
|
2864
2864
|
error?: string | null | undefined;
|
|
2865
2865
|
}[] | null | undefined;
|
|
@@ -2956,7 +2956,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2956
2956
|
previousHistoryId: string;
|
|
2957
2957
|
originalFailureDate: Date;
|
|
2958
2958
|
fields?: {
|
|
2959
|
-
field: "
|
|
2959
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2960
2960
|
autoFixable: boolean;
|
|
2961
2961
|
error?: string | null | undefined;
|
|
2962
2962
|
}[] | null | undefined;
|
|
@@ -2983,7 +2983,7 @@ export declare const ItemsWithFiltersSchema: z.ZodObject<{
|
|
|
2983
2983
|
previousHistoryId: string;
|
|
2984
2984
|
originalFailureDate: Date;
|
|
2985
2985
|
fields?: {
|
|
2986
|
-
field: "
|
|
2986
|
+
field: "TITLE" | "DESCRIPTION" | "UNKNOWN" | "SIZE" | "BRAND" | "STATUS" | "PRICE" | "PACKAGE_SIZE" | "COLOR" | "CATALOG" | "PHOTOS";
|
|
2987
2987
|
autoFixable: boolean;
|
|
2988
2988
|
error?: string | null | undefined;
|
|
2989
2989
|
}[] | null | undefined;
|