@wix/stores 1.0.190 → 1.0.192

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.
@@ -197,12 +197,9 @@ declare global {
197
197
  }
198
198
  }
199
199
 
200
- declare function getWishlistById$1(httpClient: HttpClient): (_id: string, options?: GetWishlistByIdOptions) => Promise<WishlistData & WishlistDataNonNullableFields>;
201
-
202
200
  declare function createRESTModule$c<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
203
201
 
204
- type publicGetWishlistById_Type = typeof getWishlistById$1;
205
- declare const getWishlistById: ReturnType<typeof createRESTModule$c<publicGetWishlistById_Type>>;
202
+ declare const getWishlistById: ReturnType<typeof createRESTModule$c<typeof publicGetWishlistById>>;
206
203
 
207
204
  type context$c_AddToWishlistRequest = AddToWishlistRequest;
208
205
  type context$c_AddToWishlistResponse = AddToWishlistResponse;
@@ -223,9 +220,8 @@ type context$c_WishlistDataNonNullableFields = WishlistDataNonNullableFields;
223
220
  type context$c_WishlistItem = WishlistItem;
224
221
  type context$c_WishlistItemKind = WishlistItemKind;
225
222
  declare const context$c_getWishlistById: typeof getWishlistById;
226
- type context$c_publicGetWishlistById_Type = publicGetWishlistById_Type;
227
223
  declare namespace context$c {
228
- export { type context$c_AddToWishlistRequest as AddToWishlistRequest, type context$c_AddToWishlistResponse as AddToWishlistResponse, type context$c_GetWishlistByIdOptions as GetWishlistByIdOptions, type context$c_GetWishlistByIdRequest as GetWishlistByIdRequest, type context$c_GetWishlistByIdResponse as GetWishlistByIdResponse, type context$c_GetWishlistByIdResponseNonNullableFields as GetWishlistByIdResponseNonNullableFields, type context$c_GetWishlistRequest as GetWishlistRequest, type context$c_GetWishlistResponse as GetWishlistResponse, type context$c_GetWishlistsRequest as GetWishlistsRequest, type context$c_GetWishlistsResponse as GetWishlistsResponse, type IdentificationData$a as IdentificationData, type IdentificationDataIdOneOf$a as IdentificationDataIdOneOf, type context$c_ItemsAddedToWishlist as ItemsAddedToWishlist, type context$c_ItemsRemovedFromWishlist as ItemsRemovedFromWishlist, type MessageEnvelope$a as MessageEnvelope, type context$c_RemoveFromWishlistRequest as RemoveFromWishlistRequest, type context$c_RemoveFromWishlistResponse as RemoveFromWishlistResponse, WebhookIdentityType$a as WebhookIdentityType, type context$c_WishlistData as WishlistData, type context$c_WishlistDataNonNullableFields as WishlistDataNonNullableFields, type context$c_WishlistItem as WishlistItem, type context$c_WishlistItemKind as WishlistItemKind, context$c_getWishlistById as getWishlistById, type context$c_publicGetWishlistById_Type as publicGetWishlistById_Type };
224
+ export { type context$c_AddToWishlistRequest as AddToWishlistRequest, type context$c_AddToWishlistResponse as AddToWishlistResponse, type context$c_GetWishlistByIdOptions as GetWishlistByIdOptions, type context$c_GetWishlistByIdRequest as GetWishlistByIdRequest, type context$c_GetWishlistByIdResponse as GetWishlistByIdResponse, type context$c_GetWishlistByIdResponseNonNullableFields as GetWishlistByIdResponseNonNullableFields, type context$c_GetWishlistRequest as GetWishlistRequest, type context$c_GetWishlistResponse as GetWishlistResponse, type context$c_GetWishlistsRequest as GetWishlistsRequest, type context$c_GetWishlistsResponse as GetWishlistsResponse, type IdentificationData$a as IdentificationData, type IdentificationDataIdOneOf$a as IdentificationDataIdOneOf, type context$c_ItemsAddedToWishlist as ItemsAddedToWishlist, type context$c_ItemsRemovedFromWishlist as ItemsRemovedFromWishlist, type MessageEnvelope$a as MessageEnvelope, type context$c_RemoveFromWishlistRequest as RemoveFromWishlistRequest, type context$c_RemoveFromWishlistResponse as RemoveFromWishlistResponse, WebhookIdentityType$a as WebhookIdentityType, type context$c_WishlistData as WishlistData, type context$c_WishlistDataNonNullableFields as WishlistDataNonNullableFields, type context$c_WishlistItem as WishlistItem, type context$c_WishlistItemKind as WishlistItemKind, context$c_getWishlistById as getWishlistById };
229
225
  }
230
226
 
231
227
  interface Collection$1 {
@@ -553,29 +549,20 @@ interface CollectionsQueryBuilder {
553
549
  find: () => Promise<CollectionsQueryResult>;
554
550
  }
555
551
 
556
- declare function queryCollections$1(httpClient: HttpClient): () => CollectionsQueryBuilder;
557
- declare function getCollection$1(httpClient: HttpClient): (_id: string) => Promise<Collection$1 & CollectionNonNullableFields$1>;
558
- declare function getCollectionBySlug$3(httpClient: HttpClient): (slug: string) => Promise<GetCollectionBySlugResponse$1 & GetCollectionBySlugResponseNonNullableFields$1>;
559
-
560
552
  declare function createRESTModule$b<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
561
553
 
562
- type publicQueryCollections_Type = typeof queryCollections$1;
563
- declare const queryCollections: ReturnType<typeof createRESTModule$b<publicQueryCollections_Type>>;
564
- type publicGetCollection_Type = typeof getCollection$1;
565
- declare const getCollection: ReturnType<typeof createRESTModule$b<publicGetCollection_Type>>;
566
- type publicGetCollectionBySlug_Type$1 = typeof getCollectionBySlug$3;
567
- declare const getCollectionBySlug$2: ReturnType<typeof createRESTModule$b<publicGetCollectionBySlug_Type>>;
554
+ declare const queryCollections: ReturnType<typeof createRESTModule$b<typeof publicQueryCollections>>;
555
+ declare const getCollection: ReturnType<typeof createRESTModule$b<typeof publicGetCollection>>;
556
+ declare const getCollectionBySlug$1: ReturnType<typeof createRESTModule$b<typeof publicGetCollectionBySlug>>;
568
557
 
569
558
  type context$b_CollectionsQueryBuilder = CollectionsQueryBuilder;
570
559
  type context$b_CollectionsQueryResult = CollectionsQueryResult;
571
560
  type context$b_GetCollectionResponseNonNullableFields = GetCollectionResponseNonNullableFields;
572
561
  type context$b_QueryCollectionsResponseNonNullableFields = QueryCollectionsResponseNonNullableFields;
573
562
  declare const context$b_getCollection: typeof getCollection;
574
- type context$b_publicGetCollection_Type = publicGetCollection_Type;
575
- type context$b_publicQueryCollections_Type = publicQueryCollections_Type;
576
563
  declare const context$b_queryCollections: typeof queryCollections;
577
564
  declare namespace context$b {
578
- export { type Collection$1 as Collection, type CollectionNonNullableFields$1 as CollectionNonNullableFields, type context$b_CollectionsQueryBuilder as CollectionsQueryBuilder, type context$b_CollectionsQueryResult as CollectionsQueryResult, type CursorPaging$8 as CursorPaging, type Cursors$8 as Cursors, type GetCollectionBySlugRequest$1 as GetCollectionBySlugRequest, type GetCollectionBySlugResponse$1 as GetCollectionBySlugResponse, type GetCollectionBySlugResponseNonNullableFields$1 as GetCollectionBySlugResponseNonNullableFields, type GetCollectionRequest$1 as GetCollectionRequest, type GetCollectionResponse$1 as GetCollectionResponse, type context$b_GetCollectionResponseNonNullableFields as GetCollectionResponseNonNullableFields, type Keyword$2 as Keyword, type Media$3 as Media, type MediaItem$1 as MediaItem, type MediaItemItemOneOf$1 as MediaItemItemOneOf, MediaItemType$1 as MediaItemType, type MediaItemUrlAndSize$1 as MediaItemUrlAndSize, type MediaItemVideo$1 as MediaItemVideo, type PlatformPaging$3 as PlatformPaging, type PlatformPagingMetadata$1 as PlatformPagingMetadata, type PlatformQuery$1 as PlatformQuery, type PlatformQueryPagingMethodOneOf$1 as PlatformQueryPagingMethodOneOf, type QueryCollectionsRequest$1 as QueryCollectionsRequest, type QueryCollectionsResponse$1 as QueryCollectionsResponse, type context$b_QueryCollectionsResponseNonNullableFields as QueryCollectionsResponseNonNullableFields, type SeoSchema$2 as SeoSchema, type Settings$3 as Settings, SortOrder$8 as SortOrder, type Sorting$8 as Sorting, type Tag$2 as Tag, context$b_getCollection as getCollection, getCollectionBySlug$2 as getCollectionBySlug, type publicGetCollectionBySlug_Type$1 as publicGetCollectionBySlug_Type, type context$b_publicGetCollection_Type as publicGetCollection_Type, type context$b_publicQueryCollections_Type as publicQueryCollections_Type, context$b_queryCollections as queryCollections };
565
+ export { type Collection$1 as Collection, type CollectionNonNullableFields$1 as CollectionNonNullableFields, type context$b_CollectionsQueryBuilder as CollectionsQueryBuilder, type context$b_CollectionsQueryResult as CollectionsQueryResult, type CursorPaging$8 as CursorPaging, type Cursors$8 as Cursors, type GetCollectionBySlugRequest$1 as GetCollectionBySlugRequest, type GetCollectionBySlugResponse$1 as GetCollectionBySlugResponse, type GetCollectionBySlugResponseNonNullableFields$1 as GetCollectionBySlugResponseNonNullableFields, type GetCollectionRequest$1 as GetCollectionRequest, type GetCollectionResponse$1 as GetCollectionResponse, type context$b_GetCollectionResponseNonNullableFields as GetCollectionResponseNonNullableFields, type Keyword$2 as Keyword, type Media$3 as Media, type MediaItem$1 as MediaItem, type MediaItemItemOneOf$1 as MediaItemItemOneOf, MediaItemType$1 as MediaItemType, type MediaItemUrlAndSize$1 as MediaItemUrlAndSize, type MediaItemVideo$1 as MediaItemVideo, type PlatformPaging$3 as PlatformPaging, type PlatformPagingMetadata$1 as PlatformPagingMetadata, type PlatformQuery$1 as PlatformQuery, type PlatformQueryPagingMethodOneOf$1 as PlatformQueryPagingMethodOneOf, type QueryCollectionsRequest$1 as QueryCollectionsRequest, type QueryCollectionsResponse$1 as QueryCollectionsResponse, type context$b_QueryCollectionsResponseNonNullableFields as QueryCollectionsResponseNonNullableFields, type SeoSchema$2 as SeoSchema, type Settings$3 as Settings, SortOrder$8 as SortOrder, type Sorting$8 as Sorting, type Tag$2 as Tag, context$b_getCollection as getCollection, getCollectionBySlug$1 as getCollectionBySlug, context$b_queryCollections as queryCollections };
579
566
  }
580
567
 
581
568
  interface Product$2 {
@@ -2646,117 +2633,43 @@ interface QueryProductVariantsOptions {
2646
2633
  includeMerchantSpecificData?: boolean;
2647
2634
  }
2648
2635
 
2649
- declare function createProduct$1(httpClient: HttpClient): (product: Product$2) => Promise<CreateProductResponse$1 & CreateProductResponseNonNullableFields$1>;
2650
- declare function updateProduct$1(httpClient: HttpClient): (_id: string, product: UpdateProduct) => Promise<UpdateProductResponse$1 & UpdateProductResponseNonNullableFields$1>;
2651
- declare function deleteProduct$1(httpClient: HttpClient): (_id: string) => Promise<void>;
2652
- declare function updateProductVariants$1(httpClient: HttpClient): (_id: string, variants: VariantOverride[]) => Promise<UpdateVariantsResponse & UpdateVariantsResponseNonNullableFields>;
2653
- declare function resetAllProductVariantData$1(httpClient: HttpClient): (_id: string) => Promise<void>;
2654
- declare function addProductsToCollection$1(httpClient: HttpClient): (_id: string, productIds: string[]) => Promise<void>;
2655
- declare function removeProductsFromCollection$1(httpClient: HttpClient): (_id: string, productIds: string[]) => Promise<void>;
2656
- declare function addProductMedia$1(httpClient: HttpClient): (_id: string, media: MediaDataForWrite[]) => Promise<void>;
2657
- declare function removeProductMedia$1(httpClient: HttpClient): (_id: string, mediaIds: string[]) => Promise<void>;
2658
- declare function addProductMediaToChoices$1(httpClient: HttpClient): (_id: string, media: MediaAssignmentToChoice[]) => Promise<void>;
2659
- declare function removeProductMediaFromChoices$1(httpClient: HttpClient): (_id: string, media: MediaAssignmentToChoice[]) => Promise<void>;
2660
- declare function deleteProductOptions$1(httpClient: HttpClient): (_id: string) => Promise<void>;
2661
- declare function removeBrand$1(httpClient: HttpClient): (_id: string) => Promise<void>;
2662
- declare function createCollection$1(httpClient: HttpClient): (collection: Collection) => Promise<CreateCollectionResponse & CreateCollectionResponseNonNullableFields>;
2663
- declare function updateCollection$1(httpClient: HttpClient): (_id: string | null, collection: UpdateCollection) => Promise<UpdateCollectionResponse & UpdateCollectionResponseNonNullableFields>;
2664
- declare function deleteCollection$1(httpClient: HttpClient): (_id: string) => Promise<void>;
2665
- declare function removeRibbon$1(httpClient: HttpClient): (_id: string) => Promise<void>;
2666
- declare function bulkUpdateProductsProperty$1(httpClient: HttpClient): (ids: string[], set: SetValue) => Promise<BulkUpdateProductsResponse$1 & BulkUpdateProductsResponseNonNullableFields$1>;
2667
- declare function bulkAdjustProductProperty$1(httpClient: HttpClient): (adjust: AdjustValue$1, ids: string[]) => Promise<BulkAdjustProductPropertiesResponse & BulkAdjustProductPropertiesResponseNonNullableFields>;
2668
- declare function queryProducts$1(httpClient: HttpClient): () => ProductsQueryBuilder$1;
2669
- declare function getProduct$1(httpClient: HttpClient): (_id: string, options?: GetProductOptions) => Promise<GetProductResponse$1 & GetProductResponseNonNullableFields>;
2670
- declare function getCollectionBySlug$1(httpClient: HttpClient): (slug: string) => Promise<GetCollectionBySlugResponse & GetCollectionBySlugResponseNonNullableFields>;
2671
- declare function getProductOptionsAvailability$1(httpClient: HttpClient): (_id: string, options: Record<string, string>) => Promise<ProductOptionsAvailabilityResponse & ProductOptionsAvailabilityResponseNonNullableFields>;
2672
- declare function queryProductVariants$1(httpClient: HttpClient): (_id: string, options?: QueryProductVariantsOptions) => Promise<QueryProductVariantsResponse & QueryProductVariantsResponseNonNullableFields>;
2673
- declare function queryStoreVariants$1(httpClient: HttpClient): (query: PlatformQuery) => Promise<QueryStoreVariantsResponse & QueryStoreVariantsResponseNonNullableFields>;
2674
- declare function getStoreVariant$1(httpClient: HttpClient): (_id: string) => Promise<GetStoreVariantResponse & GetStoreVariantResponseNonNullableFields>;
2675
- declare const onProductCreated$3: EventDefinition<ProductCreatedEnvelope$1, "com.wix.ecommerce.catalog.api.v1.ProductCreated">;
2676
- declare const onProductChanged$1: EventDefinition<ProductChangedEnvelope, "com.wix.ecommerce.catalog.api.v1.ProductChanged">;
2677
- declare const onProductDeleted$3: EventDefinition<ProductDeletedEnvelope$1, "com.wix.ecommerce.catalog.api.v1.ProductDeleted">;
2678
- declare const onProductCollectionCreated$1: EventDefinition<ProductCollectionCreatedEnvelope, "com.wix.ecommerce.catalog.api.v1.CollectionCreated">;
2679
- declare const onProductCollectionChanged$1: EventDefinition<ProductCollectionChangedEnvelope, "com.wix.ecommerce.catalog.api.v1.CollectionChanged">;
2680
- declare const onProductCollectionDeleted$1: EventDefinition<ProductCollectionDeletedEnvelope, "com.wix.ecommerce.catalog.api.v1.CollectionDeleted">;
2681
- declare const onProductVariantsChanged$1: EventDefinition<ProductVariantsChangedEnvelope, "com.wix.ecommerce.catalog.api.v1.VariantsChanged">;
2682
-
2683
2636
  declare function createRESTModule$a<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
2684
2637
 
2685
2638
  declare function createEventModule$7<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
2686
2639
 
2687
- type publicCreateProduct_Type = typeof createProduct$1;
2688
- declare const createProduct: ReturnType<typeof createRESTModule$a<publicCreateProduct_Type>>;
2689
- type publicUpdateProduct_Type = typeof updateProduct$1;
2690
- declare const updateProduct: ReturnType<typeof createRESTModule$a<publicUpdateProduct_Type>>;
2691
- type publicDeleteProduct_Type = typeof deleteProduct$1;
2692
- declare const deleteProduct: ReturnType<typeof createRESTModule$a<publicDeleteProduct_Type>>;
2693
- type publicUpdateProductVariants_Type = typeof updateProductVariants$1;
2694
- declare const updateProductVariants: ReturnType<typeof createRESTModule$a<publicUpdateProductVariants_Type>>;
2695
- type publicResetAllProductVariantData_Type = typeof resetAllProductVariantData$1;
2696
- declare const resetAllProductVariantData: ReturnType<typeof createRESTModule$a<publicResetAllProductVariantData_Type>>;
2697
- type publicAddProductsToCollection_Type = typeof addProductsToCollection$1;
2698
- declare const addProductsToCollection: ReturnType<typeof createRESTModule$a<publicAddProductsToCollection_Type>>;
2699
- type publicRemoveProductsFromCollection_Type = typeof removeProductsFromCollection$1;
2700
- declare const removeProductsFromCollection: ReturnType<typeof createRESTModule$a<publicRemoveProductsFromCollection_Type>>;
2701
- type publicAddProductMedia_Type = typeof addProductMedia$1;
2702
- declare const addProductMedia: ReturnType<typeof createRESTModule$a<publicAddProductMedia_Type>>;
2703
- type publicRemoveProductMedia_Type = typeof removeProductMedia$1;
2704
- declare const removeProductMedia: ReturnType<typeof createRESTModule$a<publicRemoveProductMedia_Type>>;
2705
- type publicAddProductMediaToChoices_Type = typeof addProductMediaToChoices$1;
2706
- declare const addProductMediaToChoices: ReturnType<typeof createRESTModule$a<publicAddProductMediaToChoices_Type>>;
2707
- type publicRemoveProductMediaFromChoices_Type = typeof removeProductMediaFromChoices$1;
2708
- declare const removeProductMediaFromChoices: ReturnType<typeof createRESTModule$a<publicRemoveProductMediaFromChoices_Type>>;
2709
- type publicDeleteProductOptions_Type = typeof deleteProductOptions$1;
2710
- declare const deleteProductOptions: ReturnType<typeof createRESTModule$a<publicDeleteProductOptions_Type>>;
2711
- type publicRemoveBrand_Type = typeof removeBrand$1;
2712
- declare const removeBrand: ReturnType<typeof createRESTModule$a<publicRemoveBrand_Type>>;
2713
- type publicCreateCollection_Type = typeof createCollection$1;
2714
- declare const createCollection: ReturnType<typeof createRESTModule$a<publicCreateCollection_Type>>;
2715
- type publicUpdateCollection_Type = typeof updateCollection$1;
2716
- declare const updateCollection: ReturnType<typeof createRESTModule$a<publicUpdateCollection_Type>>;
2717
- type publicDeleteCollection_Type = typeof deleteCollection$1;
2718
- declare const deleteCollection: ReturnType<typeof createRESTModule$a<publicDeleteCollection_Type>>;
2719
- type publicRemoveRibbon_Type = typeof removeRibbon$1;
2720
- declare const removeRibbon: ReturnType<typeof createRESTModule$a<publicRemoveRibbon_Type>>;
2721
- type publicBulkUpdateProductsProperty_Type = typeof bulkUpdateProductsProperty$1;
2722
- declare const bulkUpdateProductsProperty: ReturnType<typeof createRESTModule$a<publicBulkUpdateProductsProperty_Type>>;
2723
- type publicBulkAdjustProductProperty_Type = typeof bulkAdjustProductProperty$1;
2724
- declare const bulkAdjustProductProperty: ReturnType<typeof createRESTModule$a<publicBulkAdjustProductProperty_Type>>;
2725
- type publicQueryProducts_Type = typeof queryProducts$1;
2726
- declare const queryProducts: ReturnType<typeof createRESTModule$a<publicQueryProducts_Type>>;
2727
- type publicGetProduct_Type = typeof getProduct$1;
2728
- declare const getProduct: ReturnType<typeof createRESTModule$a<publicGetProduct_Type>>;
2729
- type publicGetCollectionBySlug_Type = typeof getCollectionBySlug$1;
2730
- declare const getCollectionBySlug: ReturnType<typeof createRESTModule$a<publicGetCollectionBySlug_Type>>;
2731
- type publicGetProductOptionsAvailability_Type = typeof getProductOptionsAvailability$1;
2732
- declare const getProductOptionsAvailability: ReturnType<typeof createRESTModule$a<publicGetProductOptionsAvailability_Type>>;
2733
- type publicQueryProductVariants_Type = typeof queryProductVariants$1;
2734
- declare const queryProductVariants: ReturnType<typeof createRESTModule$a<publicQueryProductVariants_Type>>;
2735
- type publicQueryStoreVariants_Type = typeof queryStoreVariants$1;
2736
- declare const queryStoreVariants: ReturnType<typeof createRESTModule$a<publicQueryStoreVariants_Type>>;
2737
- type publicGetStoreVariant_Type = typeof getStoreVariant$1;
2738
- declare const getStoreVariant: ReturnType<typeof createRESTModule$a<publicGetStoreVariant_Type>>;
2739
-
2740
- type publicOnProductCreated_Type$1 = typeof onProductCreated$3;
2741
- declare const onProductCreated$2: ReturnType<typeof createEventModule$7<publicOnProductCreated_Type>>;
2742
-
2743
- type publicOnProductChanged_Type = typeof onProductChanged$1;
2744
- declare const onProductChanged: ReturnType<typeof createEventModule$7<publicOnProductChanged_Type>>;
2745
-
2746
- type publicOnProductDeleted_Type$1 = typeof onProductDeleted$3;
2747
- declare const onProductDeleted$2: ReturnType<typeof createEventModule$7<publicOnProductDeleted_Type>>;
2748
-
2749
- type publicOnProductCollectionCreated_Type = typeof onProductCollectionCreated$1;
2750
- declare const onProductCollectionCreated: ReturnType<typeof createEventModule$7<publicOnProductCollectionCreated_Type>>;
2751
-
2752
- type publicOnProductCollectionChanged_Type = typeof onProductCollectionChanged$1;
2753
- declare const onProductCollectionChanged: ReturnType<typeof createEventModule$7<publicOnProductCollectionChanged_Type>>;
2754
-
2755
- type publicOnProductCollectionDeleted_Type = typeof onProductCollectionDeleted$1;
2756
- declare const onProductCollectionDeleted: ReturnType<typeof createEventModule$7<publicOnProductCollectionDeleted_Type>>;
2757
-
2758
- type publicOnProductVariantsChanged_Type = typeof onProductVariantsChanged$1;
2759
- declare const onProductVariantsChanged: ReturnType<typeof createEventModule$7<publicOnProductVariantsChanged_Type>>;
2640
+ declare const createProduct: ReturnType<typeof createRESTModule$a<typeof publicCreateProduct>>;
2641
+ declare const updateProduct: ReturnType<typeof createRESTModule$a<typeof publicUpdateProduct>>;
2642
+ declare const deleteProduct: ReturnType<typeof createRESTModule$a<typeof publicDeleteProduct>>;
2643
+ declare const updateProductVariants: ReturnType<typeof createRESTModule$a<typeof publicUpdateProductVariants>>;
2644
+ declare const resetAllProductVariantData: ReturnType<typeof createRESTModule$a<typeof publicResetAllProductVariantData>>;
2645
+ declare const addProductsToCollection: ReturnType<typeof createRESTModule$a<typeof publicAddProductsToCollection>>;
2646
+ declare const removeProductsFromCollection: ReturnType<typeof createRESTModule$a<typeof publicRemoveProductsFromCollection>>;
2647
+ declare const addProductMedia: ReturnType<typeof createRESTModule$a<typeof publicAddProductMedia>>;
2648
+ declare const removeProductMedia: ReturnType<typeof createRESTModule$a<typeof publicRemoveProductMedia>>;
2649
+ declare const addProductMediaToChoices: ReturnType<typeof createRESTModule$a<typeof publicAddProductMediaToChoices>>;
2650
+ declare const removeProductMediaFromChoices: ReturnType<typeof createRESTModule$a<typeof publicRemoveProductMediaFromChoices>>;
2651
+ declare const deleteProductOptions: ReturnType<typeof createRESTModule$a<typeof publicDeleteProductOptions>>;
2652
+ declare const removeBrand: ReturnType<typeof createRESTModule$a<typeof publicRemoveBrand>>;
2653
+ declare const createCollection: ReturnType<typeof createRESTModule$a<typeof publicCreateCollection>>;
2654
+ declare const updateCollection: ReturnType<typeof createRESTModule$a<typeof publicUpdateCollection>>;
2655
+ declare const deleteCollection: ReturnType<typeof createRESTModule$a<typeof publicDeleteCollection>>;
2656
+ declare const removeRibbon: ReturnType<typeof createRESTModule$a<typeof publicRemoveRibbon>>;
2657
+ declare const bulkUpdateProductsProperty: ReturnType<typeof createRESTModule$a<typeof publicBulkUpdateProductsProperty>>;
2658
+ declare const bulkAdjustProductProperty: ReturnType<typeof createRESTModule$a<typeof publicBulkAdjustProductProperty>>;
2659
+ declare const queryProducts: ReturnType<typeof createRESTModule$a<typeof publicQueryProducts>>;
2660
+ declare const getProduct: ReturnType<typeof createRESTModule$a<typeof publicGetProduct>>;
2661
+ declare const getCollectionBySlug: ReturnType<typeof createRESTModule$a<typeof publicGetCollectionBySlug>>;
2662
+ declare const getProductOptionsAvailability: ReturnType<typeof createRESTModule$a<typeof publicGetProductOptionsAvailability>>;
2663
+ declare const queryProductVariants: ReturnType<typeof createRESTModule$a<typeof publicQueryProductVariants>>;
2664
+ declare const queryStoreVariants: ReturnType<typeof createRESTModule$a<typeof publicQueryStoreVariants>>;
2665
+ declare const getStoreVariant: ReturnType<typeof createRESTModule$a<typeof publicGetStoreVariant>>;
2666
+ declare const onProductCreated$1: ReturnType<typeof createEventModule$7<typeof publicOnProductCreated>>;
2667
+ declare const onProductChanged: ReturnType<typeof createEventModule$7<typeof publicOnProductChanged>>;
2668
+ declare const onProductDeleted$1: ReturnType<typeof createEventModule$7<typeof publicOnProductDeleted>>;
2669
+ declare const onProductCollectionCreated: ReturnType<typeof createEventModule$7<typeof publicOnProductCollectionCreated>>;
2670
+ declare const onProductCollectionChanged: ReturnType<typeof createEventModule$7<typeof publicOnProductCollectionChanged>>;
2671
+ declare const onProductCollectionDeleted: ReturnType<typeof createEventModule$7<typeof publicOnProductCollectionDeleted>>;
2672
+ declare const onProductVariantsChanged: ReturnType<typeof createEventModule$7<typeof publicOnProductVariantsChanged>>;
2760
2673
 
2761
2674
  type context$a_AddProductMediaRequest = AddProductMediaRequest;
2762
2675
  type context$a_AddProductMediaResponse = AddProductMediaResponse;
@@ -2940,37 +2853,6 @@ declare const context$a_onProductCollectionChanged: typeof onProductCollectionCh
2940
2853
  declare const context$a_onProductCollectionCreated: typeof onProductCollectionCreated;
2941
2854
  declare const context$a_onProductCollectionDeleted: typeof onProductCollectionDeleted;
2942
2855
  declare const context$a_onProductVariantsChanged: typeof onProductVariantsChanged;
2943
- type context$a_publicAddProductMediaToChoices_Type = publicAddProductMediaToChoices_Type;
2944
- type context$a_publicAddProductMedia_Type = publicAddProductMedia_Type;
2945
- type context$a_publicAddProductsToCollection_Type = publicAddProductsToCollection_Type;
2946
- type context$a_publicBulkAdjustProductProperty_Type = publicBulkAdjustProductProperty_Type;
2947
- type context$a_publicBulkUpdateProductsProperty_Type = publicBulkUpdateProductsProperty_Type;
2948
- type context$a_publicCreateCollection_Type = publicCreateCollection_Type;
2949
- type context$a_publicCreateProduct_Type = publicCreateProduct_Type;
2950
- type context$a_publicDeleteCollection_Type = publicDeleteCollection_Type;
2951
- type context$a_publicDeleteProductOptions_Type = publicDeleteProductOptions_Type;
2952
- type context$a_publicDeleteProduct_Type = publicDeleteProduct_Type;
2953
- type context$a_publicGetCollectionBySlug_Type = publicGetCollectionBySlug_Type;
2954
- type context$a_publicGetProductOptionsAvailability_Type = publicGetProductOptionsAvailability_Type;
2955
- type context$a_publicGetProduct_Type = publicGetProduct_Type;
2956
- type context$a_publicGetStoreVariant_Type = publicGetStoreVariant_Type;
2957
- type context$a_publicOnProductChanged_Type = publicOnProductChanged_Type;
2958
- type context$a_publicOnProductCollectionChanged_Type = publicOnProductCollectionChanged_Type;
2959
- type context$a_publicOnProductCollectionCreated_Type = publicOnProductCollectionCreated_Type;
2960
- type context$a_publicOnProductCollectionDeleted_Type = publicOnProductCollectionDeleted_Type;
2961
- type context$a_publicOnProductVariantsChanged_Type = publicOnProductVariantsChanged_Type;
2962
- type context$a_publicQueryProductVariants_Type = publicQueryProductVariants_Type;
2963
- type context$a_publicQueryProducts_Type = publicQueryProducts_Type;
2964
- type context$a_publicQueryStoreVariants_Type = publicQueryStoreVariants_Type;
2965
- type context$a_publicRemoveBrand_Type = publicRemoveBrand_Type;
2966
- type context$a_publicRemoveProductMediaFromChoices_Type = publicRemoveProductMediaFromChoices_Type;
2967
- type context$a_publicRemoveProductMedia_Type = publicRemoveProductMedia_Type;
2968
- type context$a_publicRemoveProductsFromCollection_Type = publicRemoveProductsFromCollection_Type;
2969
- type context$a_publicRemoveRibbon_Type = publicRemoveRibbon_Type;
2970
- type context$a_publicResetAllProductVariantData_Type = publicResetAllProductVariantData_Type;
2971
- type context$a_publicUpdateCollection_Type = publicUpdateCollection_Type;
2972
- type context$a_publicUpdateProductVariants_Type = publicUpdateProductVariants_Type;
2973
- type context$a_publicUpdateProduct_Type = publicUpdateProduct_Type;
2974
2856
  declare const context$a_queryProductVariants: typeof queryProductVariants;
2975
2857
  declare const context$a_queryProducts: typeof queryProducts;
2976
2858
  declare const context$a_queryStoreVariants: typeof queryStoreVariants;
@@ -2984,7 +2866,7 @@ declare const context$a_updateCollection: typeof updateCollection;
2984
2866
  declare const context$a_updateProduct: typeof updateProduct;
2985
2867
  declare const context$a_updateProductVariants: typeof updateProductVariants;
2986
2868
  declare namespace context$a {
2987
- export { type context$a_AddProductMediaRequest as AddProductMediaRequest, type context$a_AddProductMediaResponse as AddProductMediaResponse, type context$a_AddProductMediaToChoicesRequest as AddProductMediaToChoicesRequest, type context$a_AddProductMediaToChoicesResponse as AddProductMediaToChoicesResponse, type context$a_AddProductsToCollectionRequest as AddProductsToCollectionRequest, type context$a_AddProductsToCollectionResponse as AddProductsToCollectionResponse, type context$a_AdditionalInfoSection as AdditionalInfoSection, type AdjustValue$1 as AdjustValue, type context$a_AdjustValueValueOneOf as AdjustValueValueOneOf, type context$a_AggregateProductsRequest as AggregateProductsRequest, type context$a_AggregateProductsResponse as AggregateProductsResponse, type context$a_AllowedProductsCountLimitExceededErrorData as AllowedProductsCountLimitExceededErrorData, type ApplicationError$6 as ApplicationError, type BaseEventMetadata$7 as BaseEventMetadata, type BulkActionMetadata$6 as BulkActionMetadata, type context$a_BulkAdjustProductPropertiesByFilterSyncRequest as BulkAdjustProductPropertiesByFilterSyncRequest, type context$a_BulkAdjustProductPropertiesByFilterSyncResponse as BulkAdjustProductPropertiesByFilterSyncResponse, type context$a_BulkAdjustProductPropertiesRequest as BulkAdjustProductPropertiesRequest, type context$a_BulkAdjustProductPropertiesResponse as BulkAdjustProductPropertiesResponse, type context$a_BulkAdjustProductPropertiesResponseNonNullableFields as BulkAdjustProductPropertiesResponseNonNullableFields, type BulkDeleteProductsRequest$1 as BulkDeleteProductsRequest, type BulkDeleteProductsResponse$1 as BulkDeleteProductsResponse, type BulkProductResult$1 as BulkProductResult, type context$a_BulkQueryCustomFieldsRequest as BulkQueryCustomFieldsRequest, type context$a_BulkQueryCustomFieldsResponse as BulkQueryCustomFieldsResponse, type context$a_BulkRemoveCustomFieldsRequest as BulkRemoveCustomFieldsRequest, type context$a_BulkRemoveCustomFieldsResponse as BulkRemoveCustomFieldsResponse, type context$a_BulkSetCustomFieldsRequest as BulkSetCustomFieldsRequest, type context$a_BulkSetCustomFieldsResponse as BulkSetCustomFieldsResponse, type context$a_BulkUpdateProductsByFilterSyncRequest as BulkUpdateProductsByFilterSyncRequest, type context$a_BulkUpdateProductsByFilterSyncResponse as BulkUpdateProductsByFilterSyncResponse, type BulkUpdateProductsRequest$1 as BulkUpdateProductsRequest, type BulkUpdateProductsResponse$1 as BulkUpdateProductsResponse, type BulkUpdateProductsResponseNonNullableFields$1 as BulkUpdateProductsResponseNonNullableFields, type Choice$1 as Choice, type context$a_Collection as Collection, type context$a_CollectionChanged as CollectionChanged, type context$a_CollectionCreated as CollectionCreated, type context$a_CollectionDeleted as CollectionDeleted, type context$a_CostAndProfitData as CostAndProfitData, type context$a_CreateCollectionRequest as CreateCollectionRequest, type context$a_CreateCollectionResponse as CreateCollectionResponse, type context$a_CreateCollectionResponseNonNullableFields as CreateCollectionResponseNonNullableFields, type context$a_CreateDigitalProductRequest as CreateDigitalProductRequest, type context$a_CreateDigitalProductResponse as CreateDigitalProductResponse, type context$a_CreateProductPlatformizedRequest as CreateProductPlatformizedRequest, type context$a_CreateProductPlatformizedResponse as CreateProductPlatformizedResponse, type CreateProductRequest$1 as CreateProductRequest, type CreateProductResponse$1 as CreateProductResponse, type CreateProductResponseNonNullableFields$1 as CreateProductResponseNonNullableFields, type CursorPaging$7 as CursorPaging, type Cursors$7 as Cursors, type context$a_CustomFieldsContainer as CustomFieldsContainer, type context$a_CustomTextField as CustomTextField, type context$a_DeleteCollectionRequest as DeleteCollectionRequest, type context$a_DeleteCollectionResponse as DeleteCollectionResponse, type context$a_DeleteProductOptionsRequest as DeleteProductOptionsRequest, type context$a_DeleteProductOptionsResponse as DeleteProductOptionsResponse, type context$a_DeleteProductPlatformizedRequest as DeleteProductPlatformizedRequest, type context$a_DeleteProductPlatformizedResponse as DeleteProductPlatformizedResponse, type DeleteProductRequest$1 as DeleteProductRequest, type DeleteProductResponse$1 as DeleteProductResponse, type Discount$1 as Discount, DiscountType$2 as DiscountType, FileType$1 as FileType, type context$a_FormattedPrice as FormattedPrice, type context$a_GetCollectionBySlugRequest as GetCollectionBySlugRequest, type context$a_GetCollectionBySlugResponse as GetCollectionBySlugResponse, type context$a_GetCollectionBySlugResponseNonNullableFields as GetCollectionBySlugResponseNonNullableFields, type context$a_GetCollectionRequest as GetCollectionRequest, type context$a_GetCollectionResponse as GetCollectionResponse, type context$a_GetProductOptions as GetProductOptions, type context$a_GetProductPlatformizedRequest as GetProductPlatformizedRequest, type context$a_GetProductPlatformizedResponse as GetProductPlatformizedResponse, type GetProductRequest$1 as GetProductRequest, type GetProductResponse$1 as GetProductResponse, type context$a_GetProductResponseNonNullableFields as GetProductResponseNonNullableFields, type context$a_GetProductsRequest as GetProductsRequest, type context$a_GetProductsResponse as GetProductsResponse, type context$a_GetStoreVariantRequest as GetStoreVariantRequest, type context$a_GetStoreVariantResponse as GetStoreVariantResponse, type context$a_GetStoreVariantResponseNonNullableFields as GetStoreVariantResponseNonNullableFields, type IdentificationData$9 as IdentificationData, type IdentificationDataIdOneOf$9 as IdentificationDataIdOneOf, InventoryStatus$1 as InventoryStatus, type ItemMetadata$6 as ItemMetadata, type Keyword$1 as Keyword, MeasurementUnit$1 as MeasurementUnit, type Media$2 as Media, type context$a_MediaAssignmentToChoice as MediaAssignmentToChoice, type context$a_MediaDataForWrite as MediaDataForWrite, type context$a_MediaDataForWriteMediaSourceOneOf as MediaDataForWriteMediaSourceOneOf, type context$a_MediaItem as MediaItem, type context$a_MediaItemItemOneOf as MediaItemItemOneOf, context$a_MediaItemType as MediaItemType, type context$a_MediaItemUrlAndSize as MediaItemUrlAndSize, type context$a_MediaItemVideo as MediaItemVideo, type MessageEnvelope$9 as MessageEnvelope, type context$a_NumericPropertyRange as NumericPropertyRange, type context$a_OptionAndChoice as OptionAndChoice, context$a_OptionType as OptionType, type context$a_PageUrl as PageUrl, type Paging$2 as Paging, type PagingMetadata$4 as PagingMetadata, type context$a_PagingWithBigLimit as PagingWithBigLimit, type context$a_PercentageData as PercentageData, type context$a_PlatformMedia as PlatformMedia, type context$a_PlatformMediaMediaOneOf as PlatformMediaMediaOneOf, type PlatformPaging$2 as PlatformPaging, type context$a_PlatformPagingMetadata as PlatformPagingMetadata, type context$a_PlatformQuery as PlatformQuery, type context$a_PlatformQueryPagingMethodOneOf as PlatformQueryPagingMethodOneOf, type PreorderInfo$3 as PreorderInfo, type context$a_PriceData as PriceData, type context$a_PricePerUnitData as PricePerUnitData, type Product$2 as Product, type context$a_ProductChanged as ProductChanged, type context$a_ProductChangedEnvelope as ProductChangedEnvelope, type context$a_ProductCollectionChangedEnvelope as ProductCollectionChangedEnvelope, type context$a_ProductCollectionCreatedEnvelope as ProductCollectionCreatedEnvelope, type context$a_ProductCollectionDeletedEnvelope as ProductCollectionDeletedEnvelope, type context$a_ProductCreated as ProductCreated, type ProductCreatedEnvelope$1 as ProductCreatedEnvelope, type context$a_ProductDeleted as ProductDeleted, type ProductDeletedEnvelope$1 as ProductDeletedEnvelope, type context$a_ProductOption as ProductOption, type context$a_ProductOptionsAvailabilityRequest as ProductOptionsAvailabilityRequest, type context$a_ProductOptionsAvailabilityResponse as ProductOptionsAvailabilityResponse, type context$a_ProductOptionsAvailabilityResponseNonNullableFields as ProductOptionsAvailabilityResponseNonNullableFields, ProductType$1 as ProductType, type context$a_ProductVariantsChangedEnvelope as ProductVariantsChangedEnvelope, type ProductsQueryBuilder$1 as ProductsQueryBuilder, type ProductsQueryResult$1 as ProductsQueryResult, type context$a_PropertyAdjustmentData as PropertyAdjustmentData, type context$a_PropertyAdjustmentDataByOneOf as PropertyAdjustmentDataByOneOf, type Query$1 as Query, type context$a_QueryCollectionsPlatformizedRequest as QueryCollectionsPlatformizedRequest, type context$a_QueryCollectionsPlatformizedResponse as QueryCollectionsPlatformizedResponse, type context$a_QueryCollectionsRequest as QueryCollectionsRequest, type context$a_QueryCollectionsResponse as QueryCollectionsResponse, type context$a_QueryCustomFieldsRequest as QueryCustomFieldsRequest, type context$a_QueryCustomFieldsResponse as QueryCustomFieldsResponse, type context$a_QueryProductVariantsOptions as QueryProductVariantsOptions, type context$a_QueryProductVariantsRequest as QueryProductVariantsRequest, type context$a_QueryProductVariantsResponse as QueryProductVariantsResponse, type context$a_QueryProductVariantsResponseNonNullableFields as QueryProductVariantsResponseNonNullableFields, type context$a_QueryProductsPlatformizedRequest as QueryProductsPlatformizedRequest, type context$a_QueryProductsPlatformizedResponse as QueryProductsPlatformizedResponse, type context$a_QueryProductsPlatformizedResponseNonNullableFields as QueryProductsPlatformizedResponseNonNullableFields, type QueryProductsRequest$1 as QueryProductsRequest, type QueryProductsResponse$1 as QueryProductsResponse, type context$a_QueryProductsWithBigPageLimitRequest as QueryProductsWithBigPageLimitRequest, type context$a_QueryStoreVariantsRequest as QueryStoreVariantsRequest, type context$a_QueryStoreVariantsResponse as QueryStoreVariantsResponse, type context$a_QueryStoreVariantsResponseNonNullableFields as QueryStoreVariantsResponseNonNullableFields, type context$a_QueryStoreVariantsWithBigLimitRequest as QueryStoreVariantsWithBigLimitRequest, type context$a_QueryWithBigPageLimit as QueryWithBigPageLimit, type context$a_ReCloneStoreRequest as ReCloneStoreRequest, type context$a_ReCloneStoreResponse as ReCloneStoreResponse, type context$a_RemoveCustomFieldsRequest as RemoveCustomFieldsRequest, type context$a_RemoveCustomFieldsResponse as RemoveCustomFieldsResponse, type context$a_RemoveProductBrandRequest as RemoveProductBrandRequest, type context$a_RemoveProductBrandResponse as RemoveProductBrandResponse, type context$a_RemoveProductMediaFromChoicesRequest as RemoveProductMediaFromChoicesRequest, type context$a_RemoveProductMediaFromChoicesResponse as RemoveProductMediaFromChoicesResponse, type context$a_RemoveProductMediaRequest as RemoveProductMediaRequest, type context$a_RemoveProductMediaResponse as RemoveProductMediaResponse, type context$a_RemoveProductRibbonRequest as RemoveProductRibbonRequest, type context$a_RemoveProductRibbonResponse as RemoveProductRibbonResponse, type context$a_RemoveProductsFromCollectionRequest as RemoveProductsFromCollectionRequest, type context$a_RemoveProductsFromCollectionResponse as RemoveProductsFromCollectionResponse, type context$a_ResetAllVariantDataRequest as ResetAllVariantDataRequest, type context$a_ResetAllVariantDataResponse as ResetAllVariantDataResponse, type Ribbon$2 as Ribbon, type SecuredMedia$1 as SecuredMedia, type SeoSchema$1 as SeoSchema, type context$a_SetCustomFieldsRequest as SetCustomFieldsRequest, type context$a_SetCustomFieldsResponse as SetCustomFieldsResponse, type context$a_SetValue as SetValue, type context$a_SetValueValueOneOf as SetValueValueOneOf, type Settings$2 as Settings, SortOrder$7 as SortOrder, type Sorting$7 as Sorting, type context$a_Stock as Stock, type context$a_StoreVariant as StoreVariant, type Tag$1 as Tag, type context$a_UnlimitedPlatformCursorPaging as UnlimitedPlatformCursorPaging, type context$a_UnlimitedPlatformPaging as UnlimitedPlatformPaging, type context$a_UnlimitedPlatformQuery as UnlimitedPlatformQuery, type context$a_UnlimitedPlatformQueryPagingMethodOneOf as UnlimitedPlatformQueryPagingMethodOneOf, type context$a_UpdateCollection as UpdateCollection, type context$a_UpdateCollectionRequest as UpdateCollectionRequest, type context$a_UpdateCollectionResponse as UpdateCollectionResponse, type context$a_UpdateCollectionResponseNonNullableFields as UpdateCollectionResponseNonNullableFields, type context$a_UpdateProduct as UpdateProduct, type context$a_UpdateProductPlatformizedRequest as UpdateProductPlatformizedRequest, type context$a_UpdateProductPlatformizedResponse as UpdateProductPlatformizedResponse, type UpdateProductRequest$1 as UpdateProductRequest, type UpdateProductResponse$1 as UpdateProductResponse, type UpdateProductResponseNonNullableFields$1 as UpdateProductResponseNonNullableFields, type context$a_UpdateVariantsRequest as UpdateVariantsRequest, type context$a_UpdateVariantsResponse as UpdateVariantsResponse, type context$a_UpdateVariantsResponseNonNullableFields as UpdateVariantsResponseNonNullableFields, type context$a_V1CreateProductPlatformizedRequest as V1CreateProductPlatformizedRequest, type context$a_V1CreateProductPlatformizedResponse as V1CreateProductPlatformizedResponse, type context$a_V1DeleteProductPlatformizedRequest as V1DeleteProductPlatformizedRequest, type context$a_V1DeleteProductPlatformizedResponse as V1DeleteProductPlatformizedResponse, type context$a_V1UpdateProductPlatformizedRequest as V1UpdateProductPlatformizedRequest, type context$a_V1UpdateProductPlatformizedResponse as V1UpdateProductPlatformizedResponse, type Variant$1 as Variant, type context$a_VariantChanged as VariantChanged, type context$a_VariantData as VariantData, type context$a_VariantDataWithNoStock as VariantDataWithNoStock, type context$a_VariantOverride as VariantOverride, type context$a_VariantStock as VariantStock, type context$a_VariantsChanged as VariantsChanged, Version$1 as Version, type VideoResolution$1 as VideoResolution, WebhookIdentityType$9 as WebhookIdentityType, context$a_addProductMedia as addProductMedia, context$a_addProductMediaToChoices as addProductMediaToChoices, context$a_addProductsToCollection as addProductsToCollection, context$a_bulkAdjustProductProperty as bulkAdjustProductProperty, context$a_bulkUpdateProductsProperty as bulkUpdateProductsProperty, context$a_createCollection as createCollection, context$a_createProduct as createProduct, context$a_deleteCollection as deleteCollection, context$a_deleteProduct as deleteProduct, context$a_deleteProductOptions as deleteProductOptions, context$a_getCollectionBySlug as getCollectionBySlug, context$a_getProduct as getProduct, context$a_getProductOptionsAvailability as getProductOptionsAvailability, context$a_getStoreVariant as getStoreVariant, context$a_onProductChanged as onProductChanged, context$a_onProductCollectionChanged as onProductCollectionChanged, context$a_onProductCollectionCreated as onProductCollectionCreated, context$a_onProductCollectionDeleted as onProductCollectionDeleted, onProductCreated$2 as onProductCreated, onProductDeleted$2 as onProductDeleted, context$a_onProductVariantsChanged as onProductVariantsChanged, type context$a_publicAddProductMediaToChoices_Type as publicAddProductMediaToChoices_Type, type context$a_publicAddProductMedia_Type as publicAddProductMedia_Type, type context$a_publicAddProductsToCollection_Type as publicAddProductsToCollection_Type, type context$a_publicBulkAdjustProductProperty_Type as publicBulkAdjustProductProperty_Type, type context$a_publicBulkUpdateProductsProperty_Type as publicBulkUpdateProductsProperty_Type, type context$a_publicCreateCollection_Type as publicCreateCollection_Type, type context$a_publicCreateProduct_Type as publicCreateProduct_Type, type context$a_publicDeleteCollection_Type as publicDeleteCollection_Type, type context$a_publicDeleteProductOptions_Type as publicDeleteProductOptions_Type, type context$a_publicDeleteProduct_Type as publicDeleteProduct_Type, type context$a_publicGetCollectionBySlug_Type as publicGetCollectionBySlug_Type, type context$a_publicGetProductOptionsAvailability_Type as publicGetProductOptionsAvailability_Type, type context$a_publicGetProduct_Type as publicGetProduct_Type, type context$a_publicGetStoreVariant_Type as publicGetStoreVariant_Type, onProductChanged$1 as publicOnProductChanged, type context$a_publicOnProductChanged_Type as publicOnProductChanged_Type, onProductCollectionChanged$1 as publicOnProductCollectionChanged, type context$a_publicOnProductCollectionChanged_Type as publicOnProductCollectionChanged_Type, onProductCollectionCreated$1 as publicOnProductCollectionCreated, type context$a_publicOnProductCollectionCreated_Type as publicOnProductCollectionCreated_Type, onProductCollectionDeleted$1 as publicOnProductCollectionDeleted, type context$a_publicOnProductCollectionDeleted_Type as publicOnProductCollectionDeleted_Type, onProductCreated$3 as publicOnProductCreated, type publicOnProductCreated_Type$1 as publicOnProductCreated_Type, onProductDeleted$3 as publicOnProductDeleted, type publicOnProductDeleted_Type$1 as publicOnProductDeleted_Type, onProductVariantsChanged$1 as publicOnProductVariantsChanged, type context$a_publicOnProductVariantsChanged_Type as publicOnProductVariantsChanged_Type, type context$a_publicQueryProductVariants_Type as publicQueryProductVariants_Type, type context$a_publicQueryProducts_Type as publicQueryProducts_Type, type context$a_publicQueryStoreVariants_Type as publicQueryStoreVariants_Type, type context$a_publicRemoveBrand_Type as publicRemoveBrand_Type, type context$a_publicRemoveProductMediaFromChoices_Type as publicRemoveProductMediaFromChoices_Type, type context$a_publicRemoveProductMedia_Type as publicRemoveProductMedia_Type, type context$a_publicRemoveProductsFromCollection_Type as publicRemoveProductsFromCollection_Type, type context$a_publicRemoveRibbon_Type as publicRemoveRibbon_Type, type context$a_publicResetAllProductVariantData_Type as publicResetAllProductVariantData_Type, type context$a_publicUpdateCollection_Type as publicUpdateCollection_Type, type context$a_publicUpdateProductVariants_Type as publicUpdateProductVariants_Type, type context$a_publicUpdateProduct_Type as publicUpdateProduct_Type, context$a_queryProductVariants as queryProductVariants, context$a_queryProducts as queryProducts, context$a_queryStoreVariants as queryStoreVariants, context$a_removeBrand as removeBrand, context$a_removeProductMedia as removeProductMedia, context$a_removeProductMediaFromChoices as removeProductMediaFromChoices, context$a_removeProductsFromCollection as removeProductsFromCollection, context$a_removeRibbon as removeRibbon, context$a_resetAllProductVariantData as resetAllProductVariantData, context$a_updateCollection as updateCollection, context$a_updateProduct as updateProduct, context$a_updateProductVariants as updateProductVariants };
2869
+ export { type context$a_AddProductMediaRequest as AddProductMediaRequest, type context$a_AddProductMediaResponse as AddProductMediaResponse, type context$a_AddProductMediaToChoicesRequest as AddProductMediaToChoicesRequest, type context$a_AddProductMediaToChoicesResponse as AddProductMediaToChoicesResponse, type context$a_AddProductsToCollectionRequest as AddProductsToCollectionRequest, type context$a_AddProductsToCollectionResponse as AddProductsToCollectionResponse, type context$a_AdditionalInfoSection as AdditionalInfoSection, type AdjustValue$1 as AdjustValue, type context$a_AdjustValueValueOneOf as AdjustValueValueOneOf, type context$a_AggregateProductsRequest as AggregateProductsRequest, type context$a_AggregateProductsResponse as AggregateProductsResponse, type context$a_AllowedProductsCountLimitExceededErrorData as AllowedProductsCountLimitExceededErrorData, type ApplicationError$6 as ApplicationError, type BaseEventMetadata$7 as BaseEventMetadata, type BulkActionMetadata$6 as BulkActionMetadata, type context$a_BulkAdjustProductPropertiesByFilterSyncRequest as BulkAdjustProductPropertiesByFilterSyncRequest, type context$a_BulkAdjustProductPropertiesByFilterSyncResponse as BulkAdjustProductPropertiesByFilterSyncResponse, type context$a_BulkAdjustProductPropertiesRequest as BulkAdjustProductPropertiesRequest, type context$a_BulkAdjustProductPropertiesResponse as BulkAdjustProductPropertiesResponse, type context$a_BulkAdjustProductPropertiesResponseNonNullableFields as BulkAdjustProductPropertiesResponseNonNullableFields, type BulkDeleteProductsRequest$1 as BulkDeleteProductsRequest, type BulkDeleteProductsResponse$1 as BulkDeleteProductsResponse, type BulkProductResult$1 as BulkProductResult, type context$a_BulkQueryCustomFieldsRequest as BulkQueryCustomFieldsRequest, type context$a_BulkQueryCustomFieldsResponse as BulkQueryCustomFieldsResponse, type context$a_BulkRemoveCustomFieldsRequest as BulkRemoveCustomFieldsRequest, type context$a_BulkRemoveCustomFieldsResponse as BulkRemoveCustomFieldsResponse, type context$a_BulkSetCustomFieldsRequest as BulkSetCustomFieldsRequest, type context$a_BulkSetCustomFieldsResponse as BulkSetCustomFieldsResponse, type context$a_BulkUpdateProductsByFilterSyncRequest as BulkUpdateProductsByFilterSyncRequest, type context$a_BulkUpdateProductsByFilterSyncResponse as BulkUpdateProductsByFilterSyncResponse, type BulkUpdateProductsRequest$1 as BulkUpdateProductsRequest, type BulkUpdateProductsResponse$1 as BulkUpdateProductsResponse, type BulkUpdateProductsResponseNonNullableFields$1 as BulkUpdateProductsResponseNonNullableFields, type Choice$1 as Choice, type context$a_Collection as Collection, type context$a_CollectionChanged as CollectionChanged, type context$a_CollectionCreated as CollectionCreated, type context$a_CollectionDeleted as CollectionDeleted, type context$a_CostAndProfitData as CostAndProfitData, type context$a_CreateCollectionRequest as CreateCollectionRequest, type context$a_CreateCollectionResponse as CreateCollectionResponse, type context$a_CreateCollectionResponseNonNullableFields as CreateCollectionResponseNonNullableFields, type context$a_CreateDigitalProductRequest as CreateDigitalProductRequest, type context$a_CreateDigitalProductResponse as CreateDigitalProductResponse, type context$a_CreateProductPlatformizedRequest as CreateProductPlatformizedRequest, type context$a_CreateProductPlatformizedResponse as CreateProductPlatformizedResponse, type CreateProductRequest$1 as CreateProductRequest, type CreateProductResponse$1 as CreateProductResponse, type CreateProductResponseNonNullableFields$1 as CreateProductResponseNonNullableFields, type CursorPaging$7 as CursorPaging, type Cursors$7 as Cursors, type context$a_CustomFieldsContainer as CustomFieldsContainer, type context$a_CustomTextField as CustomTextField, type context$a_DeleteCollectionRequest as DeleteCollectionRequest, type context$a_DeleteCollectionResponse as DeleteCollectionResponse, type context$a_DeleteProductOptionsRequest as DeleteProductOptionsRequest, type context$a_DeleteProductOptionsResponse as DeleteProductOptionsResponse, type context$a_DeleteProductPlatformizedRequest as DeleteProductPlatformizedRequest, type context$a_DeleteProductPlatformizedResponse as DeleteProductPlatformizedResponse, type DeleteProductRequest$1 as DeleteProductRequest, type DeleteProductResponse$1 as DeleteProductResponse, type Discount$1 as Discount, DiscountType$2 as DiscountType, FileType$1 as FileType, type context$a_FormattedPrice as FormattedPrice, type context$a_GetCollectionBySlugRequest as GetCollectionBySlugRequest, type context$a_GetCollectionBySlugResponse as GetCollectionBySlugResponse, type context$a_GetCollectionBySlugResponseNonNullableFields as GetCollectionBySlugResponseNonNullableFields, type context$a_GetCollectionRequest as GetCollectionRequest, type context$a_GetCollectionResponse as GetCollectionResponse, type context$a_GetProductOptions as GetProductOptions, type context$a_GetProductPlatformizedRequest as GetProductPlatformizedRequest, type context$a_GetProductPlatformizedResponse as GetProductPlatformizedResponse, type GetProductRequest$1 as GetProductRequest, type GetProductResponse$1 as GetProductResponse, type context$a_GetProductResponseNonNullableFields as GetProductResponseNonNullableFields, type context$a_GetProductsRequest as GetProductsRequest, type context$a_GetProductsResponse as GetProductsResponse, type context$a_GetStoreVariantRequest as GetStoreVariantRequest, type context$a_GetStoreVariantResponse as GetStoreVariantResponse, type context$a_GetStoreVariantResponseNonNullableFields as GetStoreVariantResponseNonNullableFields, type IdentificationData$9 as IdentificationData, type IdentificationDataIdOneOf$9 as IdentificationDataIdOneOf, InventoryStatus$1 as InventoryStatus, type ItemMetadata$6 as ItemMetadata, type Keyword$1 as Keyword, MeasurementUnit$1 as MeasurementUnit, type Media$2 as Media, type context$a_MediaAssignmentToChoice as MediaAssignmentToChoice, type context$a_MediaDataForWrite as MediaDataForWrite, type context$a_MediaDataForWriteMediaSourceOneOf as MediaDataForWriteMediaSourceOneOf, type context$a_MediaItem as MediaItem, type context$a_MediaItemItemOneOf as MediaItemItemOneOf, context$a_MediaItemType as MediaItemType, type context$a_MediaItemUrlAndSize as MediaItemUrlAndSize, type context$a_MediaItemVideo as MediaItemVideo, type MessageEnvelope$9 as MessageEnvelope, type context$a_NumericPropertyRange as NumericPropertyRange, type context$a_OptionAndChoice as OptionAndChoice, context$a_OptionType as OptionType, type context$a_PageUrl as PageUrl, type Paging$2 as Paging, type PagingMetadata$4 as PagingMetadata, type context$a_PagingWithBigLimit as PagingWithBigLimit, type context$a_PercentageData as PercentageData, type context$a_PlatformMedia as PlatformMedia, type context$a_PlatformMediaMediaOneOf as PlatformMediaMediaOneOf, type PlatformPaging$2 as PlatformPaging, type context$a_PlatformPagingMetadata as PlatformPagingMetadata, type context$a_PlatformQuery as PlatformQuery, type context$a_PlatformQueryPagingMethodOneOf as PlatformQueryPagingMethodOneOf, type PreorderInfo$3 as PreorderInfo, type context$a_PriceData as PriceData, type context$a_PricePerUnitData as PricePerUnitData, type Product$2 as Product, type context$a_ProductChanged as ProductChanged, type context$a_ProductChangedEnvelope as ProductChangedEnvelope, type context$a_ProductCollectionChangedEnvelope as ProductCollectionChangedEnvelope, type context$a_ProductCollectionCreatedEnvelope as ProductCollectionCreatedEnvelope, type context$a_ProductCollectionDeletedEnvelope as ProductCollectionDeletedEnvelope, type context$a_ProductCreated as ProductCreated, type ProductCreatedEnvelope$1 as ProductCreatedEnvelope, type context$a_ProductDeleted as ProductDeleted, type ProductDeletedEnvelope$1 as ProductDeletedEnvelope, type context$a_ProductOption as ProductOption, type context$a_ProductOptionsAvailabilityRequest as ProductOptionsAvailabilityRequest, type context$a_ProductOptionsAvailabilityResponse as ProductOptionsAvailabilityResponse, type context$a_ProductOptionsAvailabilityResponseNonNullableFields as ProductOptionsAvailabilityResponseNonNullableFields, ProductType$1 as ProductType, type context$a_ProductVariantsChangedEnvelope as ProductVariantsChangedEnvelope, type ProductsQueryBuilder$1 as ProductsQueryBuilder, type ProductsQueryResult$1 as ProductsQueryResult, type context$a_PropertyAdjustmentData as PropertyAdjustmentData, type context$a_PropertyAdjustmentDataByOneOf as PropertyAdjustmentDataByOneOf, type Query$1 as Query, type context$a_QueryCollectionsPlatformizedRequest as QueryCollectionsPlatformizedRequest, type context$a_QueryCollectionsPlatformizedResponse as QueryCollectionsPlatformizedResponse, type context$a_QueryCollectionsRequest as QueryCollectionsRequest, type context$a_QueryCollectionsResponse as QueryCollectionsResponse, type context$a_QueryCustomFieldsRequest as QueryCustomFieldsRequest, type context$a_QueryCustomFieldsResponse as QueryCustomFieldsResponse, type context$a_QueryProductVariantsOptions as QueryProductVariantsOptions, type context$a_QueryProductVariantsRequest as QueryProductVariantsRequest, type context$a_QueryProductVariantsResponse as QueryProductVariantsResponse, type context$a_QueryProductVariantsResponseNonNullableFields as QueryProductVariantsResponseNonNullableFields, type context$a_QueryProductsPlatformizedRequest as QueryProductsPlatformizedRequest, type context$a_QueryProductsPlatformizedResponse as QueryProductsPlatformizedResponse, type context$a_QueryProductsPlatformizedResponseNonNullableFields as QueryProductsPlatformizedResponseNonNullableFields, type QueryProductsRequest$1 as QueryProductsRequest, type QueryProductsResponse$1 as QueryProductsResponse, type context$a_QueryProductsWithBigPageLimitRequest as QueryProductsWithBigPageLimitRequest, type context$a_QueryStoreVariantsRequest as QueryStoreVariantsRequest, type context$a_QueryStoreVariantsResponse as QueryStoreVariantsResponse, type context$a_QueryStoreVariantsResponseNonNullableFields as QueryStoreVariantsResponseNonNullableFields, type context$a_QueryStoreVariantsWithBigLimitRequest as QueryStoreVariantsWithBigLimitRequest, type context$a_QueryWithBigPageLimit as QueryWithBigPageLimit, type context$a_ReCloneStoreRequest as ReCloneStoreRequest, type context$a_ReCloneStoreResponse as ReCloneStoreResponse, type context$a_RemoveCustomFieldsRequest as RemoveCustomFieldsRequest, type context$a_RemoveCustomFieldsResponse as RemoveCustomFieldsResponse, type context$a_RemoveProductBrandRequest as RemoveProductBrandRequest, type context$a_RemoveProductBrandResponse as RemoveProductBrandResponse, type context$a_RemoveProductMediaFromChoicesRequest as RemoveProductMediaFromChoicesRequest, type context$a_RemoveProductMediaFromChoicesResponse as RemoveProductMediaFromChoicesResponse, type context$a_RemoveProductMediaRequest as RemoveProductMediaRequest, type context$a_RemoveProductMediaResponse as RemoveProductMediaResponse, type context$a_RemoveProductRibbonRequest as RemoveProductRibbonRequest, type context$a_RemoveProductRibbonResponse as RemoveProductRibbonResponse, type context$a_RemoveProductsFromCollectionRequest as RemoveProductsFromCollectionRequest, type context$a_RemoveProductsFromCollectionResponse as RemoveProductsFromCollectionResponse, type context$a_ResetAllVariantDataRequest as ResetAllVariantDataRequest, type context$a_ResetAllVariantDataResponse as ResetAllVariantDataResponse, type Ribbon$2 as Ribbon, type SecuredMedia$1 as SecuredMedia, type SeoSchema$1 as SeoSchema, type context$a_SetCustomFieldsRequest as SetCustomFieldsRequest, type context$a_SetCustomFieldsResponse as SetCustomFieldsResponse, type context$a_SetValue as SetValue, type context$a_SetValueValueOneOf as SetValueValueOneOf, type Settings$2 as Settings, SortOrder$7 as SortOrder, type Sorting$7 as Sorting, type context$a_Stock as Stock, type context$a_StoreVariant as StoreVariant, type Tag$1 as Tag, type context$a_UnlimitedPlatformCursorPaging as UnlimitedPlatformCursorPaging, type context$a_UnlimitedPlatformPaging as UnlimitedPlatformPaging, type context$a_UnlimitedPlatformQuery as UnlimitedPlatformQuery, type context$a_UnlimitedPlatformQueryPagingMethodOneOf as UnlimitedPlatformQueryPagingMethodOneOf, type context$a_UpdateCollection as UpdateCollection, type context$a_UpdateCollectionRequest as UpdateCollectionRequest, type context$a_UpdateCollectionResponse as UpdateCollectionResponse, type context$a_UpdateCollectionResponseNonNullableFields as UpdateCollectionResponseNonNullableFields, type context$a_UpdateProduct as UpdateProduct, type context$a_UpdateProductPlatformizedRequest as UpdateProductPlatformizedRequest, type context$a_UpdateProductPlatformizedResponse as UpdateProductPlatformizedResponse, type UpdateProductRequest$1 as UpdateProductRequest, type UpdateProductResponse$1 as UpdateProductResponse, type UpdateProductResponseNonNullableFields$1 as UpdateProductResponseNonNullableFields, type context$a_UpdateVariantsRequest as UpdateVariantsRequest, type context$a_UpdateVariantsResponse as UpdateVariantsResponse, type context$a_UpdateVariantsResponseNonNullableFields as UpdateVariantsResponseNonNullableFields, type context$a_V1CreateProductPlatformizedRequest as V1CreateProductPlatformizedRequest, type context$a_V1CreateProductPlatformizedResponse as V1CreateProductPlatformizedResponse, type context$a_V1DeleteProductPlatformizedRequest as V1DeleteProductPlatformizedRequest, type context$a_V1DeleteProductPlatformizedResponse as V1DeleteProductPlatformizedResponse, type context$a_V1UpdateProductPlatformizedRequest as V1UpdateProductPlatformizedRequest, type context$a_V1UpdateProductPlatformizedResponse as V1UpdateProductPlatformizedResponse, type Variant$1 as Variant, type context$a_VariantChanged as VariantChanged, type context$a_VariantData as VariantData, type context$a_VariantDataWithNoStock as VariantDataWithNoStock, type context$a_VariantOverride as VariantOverride, type context$a_VariantStock as VariantStock, type context$a_VariantsChanged as VariantsChanged, Version$1 as Version, type VideoResolution$1 as VideoResolution, WebhookIdentityType$9 as WebhookIdentityType, context$a_addProductMedia as addProductMedia, context$a_addProductMediaToChoices as addProductMediaToChoices, context$a_addProductsToCollection as addProductsToCollection, context$a_bulkAdjustProductProperty as bulkAdjustProductProperty, context$a_bulkUpdateProductsProperty as bulkUpdateProductsProperty, context$a_createCollection as createCollection, context$a_createProduct as createProduct, context$a_deleteCollection as deleteCollection, context$a_deleteProduct as deleteProduct, context$a_deleteProductOptions as deleteProductOptions, context$a_getCollectionBySlug as getCollectionBySlug, context$a_getProduct as getProduct, context$a_getProductOptionsAvailability as getProductOptionsAvailability, context$a_getStoreVariant as getStoreVariant, context$a_onProductChanged as onProductChanged, context$a_onProductCollectionChanged as onProductCollectionChanged, context$a_onProductCollectionCreated as onProductCollectionCreated, context$a_onProductCollectionDeleted as onProductCollectionDeleted, onProductCreated$1 as onProductCreated, onProductDeleted$1 as onProductDeleted, context$a_onProductVariantsChanged as onProductVariantsChanged, context$a_queryProductVariants as queryProductVariants, context$a_queryProducts as queryProducts, context$a_queryStoreVariants as queryStoreVariants, context$a_removeBrand as removeBrand, context$a_removeProductMedia as removeProductMedia, context$a_removeProductMediaFromChoices as removeProductMediaFromChoices, context$a_removeProductsFromCollection as removeProductsFromCollection, context$a_removeRibbon as removeRibbon, context$a_resetAllProductVariantData as resetAllProductVariantData, context$a_updateCollection as updateCollection, context$a_updateProduct as updateProduct, context$a_updateProductVariants as updateProductVariants };
2988
2870
  }
2989
2871
 
2990
2872
  /**
@@ -3733,53 +3615,23 @@ interface BulkGetOrCreateBrandsOptions {
3733
3615
  fields?: RequestedFields$4[];
3734
3616
  }
3735
3617
 
3736
- declare function createBrand$1(httpClient: HttpClient): (brand: Brand$1) => Promise<Brand$1 & BrandNonNullableFields>;
3737
- declare function getBrand$1(httpClient: HttpClient): (brandId: string, options?: GetBrandOptions) => Promise<Brand$1 & BrandNonNullableFields>;
3738
- declare function updateBrand$1(httpClient: HttpClient): (_id: string | null, brand: UpdateBrand, options?: UpdateBrandOptions) => Promise<Brand$1 & BrandNonNullableFields>;
3739
- declare function deleteBrand$1(httpClient: HttpClient): (brandId: string) => Promise<void>;
3740
- declare function queryBrands$1(httpClient: HttpClient): (options?: QueryBrandsOptions) => BrandsQueryBuilder;
3741
- declare function bulkCreateBrands$1(httpClient: HttpClient): (brands: Brand$1[], options?: BulkCreateBrandsOptions) => Promise<BulkCreateBrandsResponse & BulkCreateBrandsResponseNonNullableFields>;
3742
- declare function bulkUpdateBrands$1(httpClient: HttpClient): (brands: MaskedBrand[], options?: BulkUpdateBrandsOptions) => Promise<BulkUpdateBrandsResponse & BulkUpdateBrandsResponseNonNullableFields>;
3743
- declare function getOrCreateBrand$1(httpClient: HttpClient): (brandName: string, options?: GetOrCreateBrandOptions) => Promise<GetOrCreateBrandResponse & GetOrCreateBrandResponseNonNullableFields>;
3744
- declare function bulkGetOrCreateBrands$1(httpClient: HttpClient): (brandNames: string[], options?: BulkGetOrCreateBrandsOptions) => Promise<BulkGetOrCreateBrandsResponse & BulkGetOrCreateBrandsResponseNonNullableFields>;
3745
- declare function bulkDeleteBrands$1(httpClient: HttpClient): (brandIds: string[]) => Promise<BulkDeleteBrandsResponse & BulkDeleteBrandsResponseNonNullableFields>;
3746
- declare const onBrandCreated$1: EventDefinition<BrandCreatedEnvelope, "wix.stores.catalog.v3.brand_created">;
3747
- declare const onBrandUpdated$1: EventDefinition<BrandUpdatedEnvelope, "wix.stores.catalog.v3.brand_updated">;
3748
- declare const onBrandDeleted$1: EventDefinition<BrandDeletedEnvelope, "wix.stores.catalog.v3.brand_deleted">;
3749
-
3750
3618
  declare function createRESTModule$9<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
3751
3619
 
3752
3620
  declare function createEventModule$6<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
3753
3621
 
3754
- type publicCreateBrand_Type = typeof createBrand$1;
3755
- declare const createBrand: ReturnType<typeof createRESTModule$9<publicCreateBrand_Type>>;
3756
- type publicGetBrand_Type = typeof getBrand$1;
3757
- declare const getBrand: ReturnType<typeof createRESTModule$9<publicGetBrand_Type>>;
3758
- type publicUpdateBrand_Type = typeof updateBrand$1;
3759
- declare const updateBrand: ReturnType<typeof createRESTModule$9<publicUpdateBrand_Type>>;
3760
- type publicDeleteBrand_Type = typeof deleteBrand$1;
3761
- declare const deleteBrand: ReturnType<typeof createRESTModule$9<publicDeleteBrand_Type>>;
3762
- type publicQueryBrands_Type = typeof queryBrands$1;
3763
- declare const queryBrands: ReturnType<typeof createRESTModule$9<publicQueryBrands_Type>>;
3764
- type publicBulkCreateBrands_Type = typeof bulkCreateBrands$1;
3765
- declare const bulkCreateBrands: ReturnType<typeof createRESTModule$9<publicBulkCreateBrands_Type>>;
3766
- type publicBulkUpdateBrands_Type = typeof bulkUpdateBrands$1;
3767
- declare const bulkUpdateBrands: ReturnType<typeof createRESTModule$9<publicBulkUpdateBrands_Type>>;
3768
- type publicGetOrCreateBrand_Type = typeof getOrCreateBrand$1;
3769
- declare const getOrCreateBrand: ReturnType<typeof createRESTModule$9<publicGetOrCreateBrand_Type>>;
3770
- type publicBulkGetOrCreateBrands_Type = typeof bulkGetOrCreateBrands$1;
3771
- declare const bulkGetOrCreateBrands: ReturnType<typeof createRESTModule$9<publicBulkGetOrCreateBrands_Type>>;
3772
- type publicBulkDeleteBrands_Type = typeof bulkDeleteBrands$1;
3773
- declare const bulkDeleteBrands: ReturnType<typeof createRESTModule$9<publicBulkDeleteBrands_Type>>;
3774
-
3775
- type publicOnBrandCreated_Type = typeof onBrandCreated$1;
3776
- declare const onBrandCreated: ReturnType<typeof createEventModule$6<publicOnBrandCreated_Type>>;
3777
-
3778
- type publicOnBrandUpdated_Type = typeof onBrandUpdated$1;
3779
- declare const onBrandUpdated: ReturnType<typeof createEventModule$6<publicOnBrandUpdated_Type>>;
3780
-
3781
- type publicOnBrandDeleted_Type = typeof onBrandDeleted$1;
3782
- declare const onBrandDeleted: ReturnType<typeof createEventModule$6<publicOnBrandDeleted_Type>>;
3622
+ declare const createBrand: ReturnType<typeof createRESTModule$9<typeof publicCreateBrand>>;
3623
+ declare const getBrand: ReturnType<typeof createRESTModule$9<typeof publicGetBrand>>;
3624
+ declare const updateBrand: ReturnType<typeof createRESTModule$9<typeof publicUpdateBrand>>;
3625
+ declare const deleteBrand: ReturnType<typeof createRESTModule$9<typeof publicDeleteBrand>>;
3626
+ declare const queryBrands: ReturnType<typeof createRESTModule$9<typeof publicQueryBrands>>;
3627
+ declare const bulkCreateBrands: ReturnType<typeof createRESTModule$9<typeof publicBulkCreateBrands>>;
3628
+ declare const bulkUpdateBrands: ReturnType<typeof createRESTModule$9<typeof publicBulkUpdateBrands>>;
3629
+ declare const getOrCreateBrand: ReturnType<typeof createRESTModule$9<typeof publicGetOrCreateBrand>>;
3630
+ declare const bulkGetOrCreateBrands: ReturnType<typeof createRESTModule$9<typeof publicBulkGetOrCreateBrands>>;
3631
+ declare const bulkDeleteBrands: ReturnType<typeof createRESTModule$9<typeof publicBulkDeleteBrands>>;
3632
+ declare const onBrandCreated: ReturnType<typeof createEventModule$6<typeof publicOnBrandCreated>>;
3633
+ declare const onBrandUpdated: ReturnType<typeof createEventModule$6<typeof publicOnBrandUpdated>>;
3634
+ declare const onBrandDeleted: ReturnType<typeof createEventModule$6<typeof publicOnBrandDeleted>>;
3783
3635
 
3784
3636
  type context$9_BrandCreatedEnvelope = BrandCreatedEnvelope;
3785
3637
  type context$9_BrandDeletedEnvelope = BrandDeletedEnvelope;
@@ -3838,23 +3690,10 @@ declare const context$9_getOrCreateBrand: typeof getOrCreateBrand;
3838
3690
  declare const context$9_onBrandCreated: typeof onBrandCreated;
3839
3691
  declare const context$9_onBrandDeleted: typeof onBrandDeleted;
3840
3692
  declare const context$9_onBrandUpdated: typeof onBrandUpdated;
3841
- type context$9_publicBulkCreateBrands_Type = publicBulkCreateBrands_Type;
3842
- type context$9_publicBulkDeleteBrands_Type = publicBulkDeleteBrands_Type;
3843
- type context$9_publicBulkGetOrCreateBrands_Type = publicBulkGetOrCreateBrands_Type;
3844
- type context$9_publicBulkUpdateBrands_Type = publicBulkUpdateBrands_Type;
3845
- type context$9_publicCreateBrand_Type = publicCreateBrand_Type;
3846
- type context$9_publicDeleteBrand_Type = publicDeleteBrand_Type;
3847
- type context$9_publicGetBrand_Type = publicGetBrand_Type;
3848
- type context$9_publicGetOrCreateBrand_Type = publicGetOrCreateBrand_Type;
3849
- type context$9_publicOnBrandCreated_Type = publicOnBrandCreated_Type;
3850
- type context$9_publicOnBrandDeleted_Type = publicOnBrandDeleted_Type;
3851
- type context$9_publicOnBrandUpdated_Type = publicOnBrandUpdated_Type;
3852
- type context$9_publicQueryBrands_Type = publicQueryBrands_Type;
3853
- type context$9_publicUpdateBrand_Type = publicUpdateBrand_Type;
3854
3693
  declare const context$9_queryBrands: typeof queryBrands;
3855
3694
  declare const context$9_updateBrand: typeof updateBrand;
3856
3695
  declare namespace context$9 {
3857
- export { type ActionEvent$6 as ActionEvent, type App$6 as App, type ApplicationError$5 as ApplicationError, type BaseEventMetadata$6 as BaseEventMetadata, type Brand$1 as Brand, type context$9_BrandCreatedEnvelope as BrandCreatedEnvelope, type context$9_BrandDeletedEnvelope as BrandDeletedEnvelope, type context$9_BrandNonNullableFields as BrandNonNullableFields, type context$9_BrandUpdatedEnvelope as BrandUpdatedEnvelope, type context$9_BrandsQueryBuilder as BrandsQueryBuilder, type context$9_BrandsQueryResult as BrandsQueryResult, type BulkActionMetadata$5 as BulkActionMetadata, type context$9_BulkBrandsResult as BulkBrandsResult, type context$9_BulkCreateBrandsOptions as BulkCreateBrandsOptions, type context$9_BulkCreateBrandsRequest as BulkCreateBrandsRequest, type context$9_BulkCreateBrandsResponse as BulkCreateBrandsResponse, type context$9_BulkCreateBrandsResponseNonNullableFields as BulkCreateBrandsResponseNonNullableFields, type context$9_BulkDeleteBrandsRequest as BulkDeleteBrandsRequest, type context$9_BulkDeleteBrandsResponse as BulkDeleteBrandsResponse, type context$9_BulkDeleteBrandsResponseBulkBrandsResult as BulkDeleteBrandsResponseBulkBrandsResult, type context$9_BulkDeleteBrandsResponseNonNullableFields as BulkDeleteBrandsResponseNonNullableFields, type context$9_BulkGetOrCreateBrandsOptions as BulkGetOrCreateBrandsOptions, type context$9_BulkGetOrCreateBrandsRequest as BulkGetOrCreateBrandsRequest, type context$9_BulkGetOrCreateBrandsResponse as BulkGetOrCreateBrandsResponse, type context$9_BulkGetOrCreateBrandsResponseNonNullableFields as BulkGetOrCreateBrandsResponseNonNullableFields, type context$9_BulkUpdateBrandsOptions as BulkUpdateBrandsOptions, type context$9_BulkUpdateBrandsRequest as BulkUpdateBrandsRequest, type context$9_BulkUpdateBrandsResponse as BulkUpdateBrandsResponse, type context$9_BulkUpdateBrandsResponseNonNullableFields as BulkUpdateBrandsResponseNonNullableFields, type context$9_CreateBrandRequest as CreateBrandRequest, type context$9_CreateBrandResponse as CreateBrandResponse, type context$9_CreateBrandResponseNonNullableFields as CreateBrandResponseNonNullableFields, type CursorPaging$6 as CursorPaging, type CursorPagingMetadata$6 as CursorPagingMetadata, type CursorQuery$5 as CursorQuery, type CursorQueryPagingMethodOneOf$5 as CursorQueryPagingMethodOneOf, type Cursors$6 as Cursors, type context$9_DeleteBrandRequest as DeleteBrandRequest, type context$9_DeleteBrandResponse as DeleteBrandResponse, type DomainEvent$6 as DomainEvent, type DomainEventBodyOneOf$6 as DomainEventBodyOneOf, type Empty$7 as Empty, type EntityCreatedEvent$6 as EntityCreatedEvent, type EntityDeletedEvent$6 as EntityDeletedEvent, type EntityUpdatedEvent$6 as EntityUpdatedEvent, type EventMetadata$5 as EventMetadata, type File$6 as File, type context$9_GetBrandOptions as GetBrandOptions, type context$9_GetBrandRequest as GetBrandRequest, type context$9_GetBrandResponse as GetBrandResponse, type context$9_GetBrandResponseNonNullableFields as GetBrandResponseNonNullableFields, type context$9_GetOrCreateBrandOptions as GetOrCreateBrandOptions, type context$9_GetOrCreateBrandRequest as GetOrCreateBrandRequest, type context$9_GetOrCreateBrandResponse as GetOrCreateBrandResponse, type context$9_GetOrCreateBrandResponseNonNullableFields as GetOrCreateBrandResponseNonNullableFields, type IdentificationData$8 as IdentificationData, type IdentificationDataIdOneOf$8 as IdentificationDataIdOneOf, type InvalidateCache$6 as InvalidateCache, type InvalidateCacheGetByOneOf$6 as InvalidateCacheGetByOneOf, type ItemMetadata$5 as ItemMetadata, type context$9_MaskedBrand as MaskedBrand, type MessageEnvelope$8 as MessageEnvelope, type Page$6 as Page, type context$9_QueryBrandsOptions as QueryBrandsOptions, type context$9_QueryBrandsRequest as QueryBrandsRequest, type context$9_QueryBrandsResponse as QueryBrandsResponse, type context$9_QueryBrandsResponseNonNullableFields as QueryBrandsResponseNonNullableFields, RequestedFields$4 as RequestedFields, type RestoreInfo$6 as RestoreInfo, SortOrder$6 as SortOrder, type Sorting$6 as Sorting, type URI$6 as URI, type context$9_UpdateBrand as UpdateBrand, type context$9_UpdateBrandOptions as UpdateBrandOptions, type context$9_UpdateBrandRequest as UpdateBrandRequest, type context$9_UpdateBrandResponse as UpdateBrandResponse, type context$9_UpdateBrandResponseNonNullableFields as UpdateBrandResponseNonNullableFields, WebhookIdentityType$8 as WebhookIdentityType, context$9_bulkCreateBrands as bulkCreateBrands, context$9_bulkDeleteBrands as bulkDeleteBrands, context$9_bulkGetOrCreateBrands as bulkGetOrCreateBrands, context$9_bulkUpdateBrands as bulkUpdateBrands, context$9_createBrand as createBrand, context$9_deleteBrand as deleteBrand, context$9_getBrand as getBrand, context$9_getOrCreateBrand as getOrCreateBrand, context$9_onBrandCreated as onBrandCreated, context$9_onBrandDeleted as onBrandDeleted, context$9_onBrandUpdated as onBrandUpdated, type context$9_publicBulkCreateBrands_Type as publicBulkCreateBrands_Type, type context$9_publicBulkDeleteBrands_Type as publicBulkDeleteBrands_Type, type context$9_publicBulkGetOrCreateBrands_Type as publicBulkGetOrCreateBrands_Type, type context$9_publicBulkUpdateBrands_Type as publicBulkUpdateBrands_Type, type context$9_publicCreateBrand_Type as publicCreateBrand_Type, type context$9_publicDeleteBrand_Type as publicDeleteBrand_Type, type context$9_publicGetBrand_Type as publicGetBrand_Type, type context$9_publicGetOrCreateBrand_Type as publicGetOrCreateBrand_Type, onBrandCreated$1 as publicOnBrandCreated, type context$9_publicOnBrandCreated_Type as publicOnBrandCreated_Type, onBrandDeleted$1 as publicOnBrandDeleted, type context$9_publicOnBrandDeleted_Type as publicOnBrandDeleted_Type, onBrandUpdated$1 as publicOnBrandUpdated, type context$9_publicOnBrandUpdated_Type as publicOnBrandUpdated_Type, type context$9_publicQueryBrands_Type as publicQueryBrands_Type, type context$9_publicUpdateBrand_Type as publicUpdateBrand_Type, context$9_queryBrands as queryBrands, context$9_updateBrand as updateBrand };
3696
+ export { type ActionEvent$6 as ActionEvent, type App$6 as App, type ApplicationError$5 as ApplicationError, type BaseEventMetadata$6 as BaseEventMetadata, type Brand$1 as Brand, type context$9_BrandCreatedEnvelope as BrandCreatedEnvelope, type context$9_BrandDeletedEnvelope as BrandDeletedEnvelope, type context$9_BrandNonNullableFields as BrandNonNullableFields, type context$9_BrandUpdatedEnvelope as BrandUpdatedEnvelope, type context$9_BrandsQueryBuilder as BrandsQueryBuilder, type context$9_BrandsQueryResult as BrandsQueryResult, type BulkActionMetadata$5 as BulkActionMetadata, type context$9_BulkBrandsResult as BulkBrandsResult, type context$9_BulkCreateBrandsOptions as BulkCreateBrandsOptions, type context$9_BulkCreateBrandsRequest as BulkCreateBrandsRequest, type context$9_BulkCreateBrandsResponse as BulkCreateBrandsResponse, type context$9_BulkCreateBrandsResponseNonNullableFields as BulkCreateBrandsResponseNonNullableFields, type context$9_BulkDeleteBrandsRequest as BulkDeleteBrandsRequest, type context$9_BulkDeleteBrandsResponse as BulkDeleteBrandsResponse, type context$9_BulkDeleteBrandsResponseBulkBrandsResult as BulkDeleteBrandsResponseBulkBrandsResult, type context$9_BulkDeleteBrandsResponseNonNullableFields as BulkDeleteBrandsResponseNonNullableFields, type context$9_BulkGetOrCreateBrandsOptions as BulkGetOrCreateBrandsOptions, type context$9_BulkGetOrCreateBrandsRequest as BulkGetOrCreateBrandsRequest, type context$9_BulkGetOrCreateBrandsResponse as BulkGetOrCreateBrandsResponse, type context$9_BulkGetOrCreateBrandsResponseNonNullableFields as BulkGetOrCreateBrandsResponseNonNullableFields, type context$9_BulkUpdateBrandsOptions as BulkUpdateBrandsOptions, type context$9_BulkUpdateBrandsRequest as BulkUpdateBrandsRequest, type context$9_BulkUpdateBrandsResponse as BulkUpdateBrandsResponse, type context$9_BulkUpdateBrandsResponseNonNullableFields as BulkUpdateBrandsResponseNonNullableFields, type context$9_CreateBrandRequest as CreateBrandRequest, type context$9_CreateBrandResponse as CreateBrandResponse, type context$9_CreateBrandResponseNonNullableFields as CreateBrandResponseNonNullableFields, type CursorPaging$6 as CursorPaging, type CursorPagingMetadata$6 as CursorPagingMetadata, type CursorQuery$5 as CursorQuery, type CursorQueryPagingMethodOneOf$5 as CursorQueryPagingMethodOneOf, type Cursors$6 as Cursors, type context$9_DeleteBrandRequest as DeleteBrandRequest, type context$9_DeleteBrandResponse as DeleteBrandResponse, type DomainEvent$6 as DomainEvent, type DomainEventBodyOneOf$6 as DomainEventBodyOneOf, type Empty$7 as Empty, type EntityCreatedEvent$6 as EntityCreatedEvent, type EntityDeletedEvent$6 as EntityDeletedEvent, type EntityUpdatedEvent$6 as EntityUpdatedEvent, type EventMetadata$5 as EventMetadata, type File$6 as File, type context$9_GetBrandOptions as GetBrandOptions, type context$9_GetBrandRequest as GetBrandRequest, type context$9_GetBrandResponse as GetBrandResponse, type context$9_GetBrandResponseNonNullableFields as GetBrandResponseNonNullableFields, type context$9_GetOrCreateBrandOptions as GetOrCreateBrandOptions, type context$9_GetOrCreateBrandRequest as GetOrCreateBrandRequest, type context$9_GetOrCreateBrandResponse as GetOrCreateBrandResponse, type context$9_GetOrCreateBrandResponseNonNullableFields as GetOrCreateBrandResponseNonNullableFields, type IdentificationData$8 as IdentificationData, type IdentificationDataIdOneOf$8 as IdentificationDataIdOneOf, type InvalidateCache$6 as InvalidateCache, type InvalidateCacheGetByOneOf$6 as InvalidateCacheGetByOneOf, type ItemMetadata$5 as ItemMetadata, type context$9_MaskedBrand as MaskedBrand, type MessageEnvelope$8 as MessageEnvelope, type Page$6 as Page, type context$9_QueryBrandsOptions as QueryBrandsOptions, type context$9_QueryBrandsRequest as QueryBrandsRequest, type context$9_QueryBrandsResponse as QueryBrandsResponse, type context$9_QueryBrandsResponseNonNullableFields as QueryBrandsResponseNonNullableFields, RequestedFields$4 as RequestedFields, type RestoreInfo$6 as RestoreInfo, SortOrder$6 as SortOrder, type Sorting$6 as Sorting, type URI$6 as URI, type context$9_UpdateBrand as UpdateBrand, type context$9_UpdateBrandOptions as UpdateBrandOptions, type context$9_UpdateBrandRequest as UpdateBrandRequest, type context$9_UpdateBrandResponse as UpdateBrandResponse, type context$9_UpdateBrandResponseNonNullableFields as UpdateBrandResponseNonNullableFields, WebhookIdentityType$8 as WebhookIdentityType, context$9_bulkCreateBrands as bulkCreateBrands, context$9_bulkDeleteBrands as bulkDeleteBrands, context$9_bulkGetOrCreateBrands as bulkGetOrCreateBrands, context$9_bulkUpdateBrands as bulkUpdateBrands, context$9_createBrand as createBrand, context$9_deleteBrand as deleteBrand, context$9_getBrand as getBrand, context$9_getOrCreateBrand as getOrCreateBrand, context$9_onBrandCreated as onBrandCreated, context$9_onBrandDeleted as onBrandDeleted, context$9_onBrandUpdated as onBrandUpdated, context$9_queryBrands as queryBrands, context$9_updateBrand as updateBrand };
3858
3697
  }
3859
3698
 
3860
3699
  /**
@@ -4813,56 +4652,24 @@ interface BulkUpdateCustomizationsOptions {
4813
4652
  fields?: RequestedFields$3[];
4814
4653
  }
4815
4654
 
4816
- declare function createCustomization$1(httpClient: HttpClient): (customization: Customization) => Promise<Customization & CustomizationNonNullableFields>;
4817
- declare function getCustomization$1(httpClient: HttpClient): (customizationId: string, options?: GetCustomizationOptions) => Promise<Customization & CustomizationNonNullableFields>;
4818
- declare function updateCustomization$1(httpClient: HttpClient): (_id: string | null, customization: UpdateCustomization, options?: UpdateCustomizationOptions) => Promise<Customization & CustomizationNonNullableFields>;
4819
- declare function deleteCustomization$1(httpClient: HttpClient): (customizationId: string) => Promise<void>;
4820
- declare function queryCustomizations$1(httpClient: HttpClient): (options?: QueryCustomizationsOptions) => CustomizationsQueryBuilder;
4821
- declare function bulkCreateCustomizations$1(httpClient: HttpClient): (customizations: Customization[], options?: BulkCreateCustomizationsOptions) => Promise<BulkCreateCustomizationsResponse & BulkCreateCustomizationsResponseNonNullableFields>;
4822
- declare function addCustomizationChoices$1(httpClient: HttpClient): (customizationId: string, choices: Choice[], options?: AddCustomizationChoicesOptions) => Promise<AddCustomizationChoicesResponse & AddCustomizationChoicesResponseNonNullableFields>;
4823
- declare function setCustomizationChoices$1(httpClient: HttpClient): (customizationId: string, choices: Choice[], options?: SetCustomizationChoicesOptions) => Promise<SetCustomizationChoicesResponse & SetCustomizationChoicesResponseNonNullableFields>;
4824
- declare function removeCustomizationChoices$1(httpClient: HttpClient): (customizationId: string, choiceIds: string[], options?: RemoveCustomizationChoicesOptions) => Promise<RemoveCustomizationChoicesResponse & RemoveCustomizationChoicesResponseNonNullableFields>;
4825
- declare function bulkAddCustomizationChoices$1(httpClient: HttpClient): (customizationsChoices: CustomizationChoices[], options?: BulkAddCustomizationChoicesOptions) => Promise<BulkAddCustomizationChoicesResponse & BulkAddCustomizationChoicesResponseNonNullableFields>;
4826
- declare function bulkUpdateCustomizations$1(httpClient: HttpClient): (customizations: MaskedCustomization[], options?: BulkUpdateCustomizationsOptions) => Promise<BulkUpdateCustomizationsResponse & BulkUpdateCustomizationsResponseNonNullableFields>;
4827
- declare const onCustomizationCreated$1: EventDefinition<CustomizationCreatedEnvelope, "wix.stores.catalog.v3.customization_created">;
4828
- declare const onCustomizationUpdated$1: EventDefinition<CustomizationUpdatedEnvelope, "wix.stores.catalog.v3.customization_updated">;
4829
- declare const onCustomizationDeleted$1: EventDefinition<CustomizationDeletedEnvelope, "wix.stores.catalog.v3.customization_deleted">;
4830
-
4831
4655
  declare function createRESTModule$8<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
4832
4656
 
4833
4657
  declare function createEventModule$5<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
4834
4658
 
4835
- type publicCreateCustomization_Type = typeof createCustomization$1;
4836
- declare const createCustomization: ReturnType<typeof createRESTModule$8<publicCreateCustomization_Type>>;
4837
- type publicGetCustomization_Type = typeof getCustomization$1;
4838
- declare const getCustomization: ReturnType<typeof createRESTModule$8<publicGetCustomization_Type>>;
4839
- type publicUpdateCustomization_Type = typeof updateCustomization$1;
4840
- declare const updateCustomization: ReturnType<typeof createRESTModule$8<publicUpdateCustomization_Type>>;
4841
- type publicDeleteCustomization_Type = typeof deleteCustomization$1;
4842
- declare const deleteCustomization: ReturnType<typeof createRESTModule$8<publicDeleteCustomization_Type>>;
4843
- type publicQueryCustomizations_Type = typeof queryCustomizations$1;
4844
- declare const queryCustomizations: ReturnType<typeof createRESTModule$8<publicQueryCustomizations_Type>>;
4845
- type publicBulkCreateCustomizations_Type = typeof bulkCreateCustomizations$1;
4846
- declare const bulkCreateCustomizations: ReturnType<typeof createRESTModule$8<publicBulkCreateCustomizations_Type>>;
4847
- type publicAddCustomizationChoices_Type = typeof addCustomizationChoices$1;
4848
- declare const addCustomizationChoices: ReturnType<typeof createRESTModule$8<publicAddCustomizationChoices_Type>>;
4849
- type publicSetCustomizationChoices_Type = typeof setCustomizationChoices$1;
4850
- declare const setCustomizationChoices: ReturnType<typeof createRESTModule$8<publicSetCustomizationChoices_Type>>;
4851
- type publicRemoveCustomizationChoices_Type = typeof removeCustomizationChoices$1;
4852
- declare const removeCustomizationChoices: ReturnType<typeof createRESTModule$8<publicRemoveCustomizationChoices_Type>>;
4853
- type publicBulkAddCustomizationChoices_Type = typeof bulkAddCustomizationChoices$1;
4854
- declare const bulkAddCustomizationChoices: ReturnType<typeof createRESTModule$8<publicBulkAddCustomizationChoices_Type>>;
4855
- type publicBulkUpdateCustomizations_Type = typeof bulkUpdateCustomizations$1;
4856
- declare const bulkUpdateCustomizations: ReturnType<typeof createRESTModule$8<publicBulkUpdateCustomizations_Type>>;
4857
-
4858
- type publicOnCustomizationCreated_Type = typeof onCustomizationCreated$1;
4859
- declare const onCustomizationCreated: ReturnType<typeof createEventModule$5<publicOnCustomizationCreated_Type>>;
4860
-
4861
- type publicOnCustomizationUpdated_Type = typeof onCustomizationUpdated$1;
4862
- declare const onCustomizationUpdated: ReturnType<typeof createEventModule$5<publicOnCustomizationUpdated_Type>>;
4863
-
4864
- type publicOnCustomizationDeleted_Type = typeof onCustomizationDeleted$1;
4865
- declare const onCustomizationDeleted: ReturnType<typeof createEventModule$5<publicOnCustomizationDeleted_Type>>;
4659
+ declare const createCustomization: ReturnType<typeof createRESTModule$8<typeof publicCreateCustomization>>;
4660
+ declare const getCustomization: ReturnType<typeof createRESTModule$8<typeof publicGetCustomization>>;
4661
+ declare const updateCustomization: ReturnType<typeof createRESTModule$8<typeof publicUpdateCustomization>>;
4662
+ declare const deleteCustomization: ReturnType<typeof createRESTModule$8<typeof publicDeleteCustomization>>;
4663
+ declare const queryCustomizations: ReturnType<typeof createRESTModule$8<typeof publicQueryCustomizations>>;
4664
+ declare const bulkCreateCustomizations: ReturnType<typeof createRESTModule$8<typeof publicBulkCreateCustomizations>>;
4665
+ declare const addCustomizationChoices: ReturnType<typeof createRESTModule$8<typeof publicAddCustomizationChoices>>;
4666
+ declare const setCustomizationChoices: ReturnType<typeof createRESTModule$8<typeof publicSetCustomizationChoices>>;
4667
+ declare const removeCustomizationChoices: ReturnType<typeof createRESTModule$8<typeof publicRemoveCustomizationChoices>>;
4668
+ declare const bulkAddCustomizationChoices: ReturnType<typeof createRESTModule$8<typeof publicBulkAddCustomizationChoices>>;
4669
+ declare const bulkUpdateCustomizations: ReturnType<typeof createRESTModule$8<typeof publicBulkUpdateCustomizations>>;
4670
+ declare const onCustomizationCreated: ReturnType<typeof createEventModule$5<typeof publicOnCustomizationCreated>>;
4671
+ declare const onCustomizationUpdated: ReturnType<typeof createEventModule$5<typeof publicOnCustomizationUpdated>>;
4672
+ declare const onCustomizationDeleted: ReturnType<typeof createEventModule$5<typeof publicOnCustomizationDeleted>>;
4866
4673
 
4867
4674
  type context$8_AddCustomizationChoicesOptions = AddCustomizationChoicesOptions;
4868
4675
  type context$8_AddCustomizationChoicesRequest = AddCustomizationChoicesRequest;
@@ -4934,26 +4741,12 @@ declare const context$8_getCustomization: typeof getCustomization;
4934
4741
  declare const context$8_onCustomizationCreated: typeof onCustomizationCreated;
4935
4742
  declare const context$8_onCustomizationDeleted: typeof onCustomizationDeleted;
4936
4743
  declare const context$8_onCustomizationUpdated: typeof onCustomizationUpdated;
4937
- type context$8_publicAddCustomizationChoices_Type = publicAddCustomizationChoices_Type;
4938
- type context$8_publicBulkAddCustomizationChoices_Type = publicBulkAddCustomizationChoices_Type;
4939
- type context$8_publicBulkCreateCustomizations_Type = publicBulkCreateCustomizations_Type;
4940
- type context$8_publicBulkUpdateCustomizations_Type = publicBulkUpdateCustomizations_Type;
4941
- type context$8_publicCreateCustomization_Type = publicCreateCustomization_Type;
4942
- type context$8_publicDeleteCustomization_Type = publicDeleteCustomization_Type;
4943
- type context$8_publicGetCustomization_Type = publicGetCustomization_Type;
4944
- type context$8_publicOnCustomizationCreated_Type = publicOnCustomizationCreated_Type;
4945
- type context$8_publicOnCustomizationDeleted_Type = publicOnCustomizationDeleted_Type;
4946
- type context$8_publicOnCustomizationUpdated_Type = publicOnCustomizationUpdated_Type;
4947
- type context$8_publicQueryCustomizations_Type = publicQueryCustomizations_Type;
4948
- type context$8_publicRemoveCustomizationChoices_Type = publicRemoveCustomizationChoices_Type;
4949
- type context$8_publicSetCustomizationChoices_Type = publicSetCustomizationChoices_Type;
4950
- type context$8_publicUpdateCustomization_Type = publicUpdateCustomization_Type;
4951
4744
  declare const context$8_queryCustomizations: typeof queryCustomizations;
4952
4745
  declare const context$8_removeCustomizationChoices: typeof removeCustomizationChoices;
4953
4746
  declare const context$8_setCustomizationChoices: typeof setCustomizationChoices;
4954
4747
  declare const context$8_updateCustomization: typeof updateCustomization;
4955
4748
  declare namespace context$8 {
4956
- export { type ActionEvent$5 as ActionEvent, type context$8_AddCustomizationChoicesOptions as AddCustomizationChoicesOptions, type context$8_AddCustomizationChoicesRequest as AddCustomizationChoicesRequest, type context$8_AddCustomizationChoicesResponse as AddCustomizationChoicesResponse, type context$8_AddCustomizationChoicesResponseNonNullableFields as AddCustomizationChoicesResponseNonNullableFields, type App$5 as App, type ApplicationError$4 as ApplicationError, type BaseEventMetadata$5 as BaseEventMetadata, type BulkActionMetadata$4 as BulkActionMetadata, type context$8_BulkAddCustomizationChoicesOptions as BulkAddCustomizationChoicesOptions, type context$8_BulkAddCustomizationChoicesRequest as BulkAddCustomizationChoicesRequest, type context$8_BulkAddCustomizationChoicesResponse as BulkAddCustomizationChoicesResponse, type context$8_BulkAddCustomizationChoicesResponseNonNullableFields as BulkAddCustomizationChoicesResponseNonNullableFields, type context$8_BulkCreateCustomizationsOptions as BulkCreateCustomizationsOptions, type context$8_BulkCreateCustomizationsRequest as BulkCreateCustomizationsRequest, type context$8_BulkCreateCustomizationsResponse as BulkCreateCustomizationsResponse, type context$8_BulkCreateCustomizationsResponseNonNullableFields as BulkCreateCustomizationsResponseNonNullableFields, type context$8_BulkCustomizationResult as BulkCustomizationResult, type context$8_BulkUpdateCustomizationsOptions as BulkUpdateCustomizationsOptions, type context$8_BulkUpdateCustomizationsRequest as BulkUpdateCustomizationsRequest, type context$8_BulkUpdateCustomizationsResponse as BulkUpdateCustomizationsResponse, type context$8_BulkUpdateCustomizationsResponseNonNullableFields as BulkUpdateCustomizationsResponseNonNullableFields, type context$8_Choice as Choice, ChoiceType$1 as ChoiceType, type context$8_ChoiceValueOneOf as ChoiceValueOneOf, type ChoicesSettings$1 as ChoicesSettings, type context$8_CreateCustomizationRequest as CreateCustomizationRequest, type context$8_CreateCustomizationResponse as CreateCustomizationResponse, type context$8_CreateCustomizationResponseNonNullableFields as CreateCustomizationResponseNonNullableFields, type CursorPaging$5 as CursorPaging, type CursorPagingMetadata$5 as CursorPagingMetadata, type CursorQuery$4 as CursorQuery, type CursorQueryPagingMethodOneOf$4 as CursorQueryPagingMethodOneOf, type Cursors$5 as Cursors, type context$8_Customization as Customization, type context$8_CustomizationChoices as CustomizationChoices, type context$8_CustomizationCreatedEnvelope as CustomizationCreatedEnvelope, type context$8_CustomizationCustomizationSettingsOneOf as CustomizationCustomizationSettingsOneOf, type context$8_CustomizationDeletedEnvelope as CustomizationDeletedEnvelope, type context$8_CustomizationIdsWrapper as CustomizationIdsWrapper, type context$8_CustomizationNonNullableFields as CustomizationNonNullableFields, context$8_CustomizationRenderType as CustomizationRenderType, context$8_CustomizationType as CustomizationType, type context$8_CustomizationUpdatedEnvelope as CustomizationUpdatedEnvelope, type context$8_CustomizationsQueryBuilder as CustomizationsQueryBuilder, type context$8_CustomizationsQueryResult as CustomizationsQueryResult, type context$8_DeleteCustomizationRequest as DeleteCustomizationRequest, type context$8_DeleteCustomizationResponse as DeleteCustomizationResponse, type DomainEvent$5 as DomainEvent, type DomainEventBodyOneOf$5 as DomainEventBodyOneOf, type Empty$6 as Empty, type EntityCreatedEvent$5 as EntityCreatedEvent, type EntityDeletedEvent$5 as EntityDeletedEvent, type EntityUpdatedEvent$5 as EntityUpdatedEvent, type EventMetadata$4 as EventMetadata, type File$5 as File, type FreeTextSettings$1 as FreeTextSettings, type context$8_GetCustomizationOptions as GetCustomizationOptions, type context$8_GetCustomizationRequest as GetCustomizationRequest, type context$8_GetCustomizationResponse as GetCustomizationResponse, type context$8_GetCustomizationResponseNonNullableFields as GetCustomizationResponseNonNullableFields, type IdentificationData$7 as IdentificationData, type IdentificationDataIdOneOf$7 as IdentificationDataIdOneOf, type InvalidateCache$5 as InvalidateCache, type InvalidateCacheGetByOneOf$5 as InvalidateCacheGetByOneOf, type ItemMetadata$4 as ItemMetadata, type context$8_MaskedCustomization as MaskedCustomization, type MessageEnvelope$7 as MessageEnvelope, type MultipleColors$1 as MultipleColors, type Page$5 as Page, type context$8_QueryCustomizationsOptions as QueryCustomizationsOptions, type context$8_QueryCustomizationsRequest as QueryCustomizationsRequest, type context$8_QueryCustomizationsResponse as QueryCustomizationsResponse, type context$8_QueryCustomizationsResponseNonNullableFields as QueryCustomizationsResponseNonNullableFields, type context$8_RemoveCustomizationChoicesOptions as RemoveCustomizationChoicesOptions, type context$8_RemoveCustomizationChoicesRequest as RemoveCustomizationChoicesRequest, type context$8_RemoveCustomizationChoicesResponse as RemoveCustomizationChoicesResponse, type context$8_RemoveCustomizationChoicesResponseNonNullableFields as RemoveCustomizationChoicesResponseNonNullableFields, RequestedFields$3 as RequestedFields, type RestoreInfo$5 as RestoreInfo, type context$8_SetCustomizationChoicesOptions as SetCustomizationChoicesOptions, type context$8_SetCustomizationChoicesRequest as SetCustomizationChoicesRequest, type context$8_SetCustomizationChoicesResponse as SetCustomizationChoicesResponse, type context$8_SetCustomizationChoicesResponseNonNullableFields as SetCustomizationChoicesResponseNonNullableFields, SortOrder$5 as SortOrder, type Sorting$5 as Sorting, type URI$5 as URI, type context$8_UpdateCustomization as UpdateCustomization, type context$8_UpdateCustomizationOptions as UpdateCustomizationOptions, type context$8_UpdateCustomizationRequest as UpdateCustomizationRequest, type context$8_UpdateCustomizationResponse as UpdateCustomizationResponse, type context$8_UpdateCustomizationResponseNonNullableFields as UpdateCustomizationResponseNonNullableFields, WebhookIdentityType$7 as WebhookIdentityType, context$8_addCustomizationChoices as addCustomizationChoices, context$8_bulkAddCustomizationChoices as bulkAddCustomizationChoices, context$8_bulkCreateCustomizations as bulkCreateCustomizations, context$8_bulkUpdateCustomizations as bulkUpdateCustomizations, context$8_createCustomization as createCustomization, context$8_deleteCustomization as deleteCustomization, context$8_getCustomization as getCustomization, context$8_onCustomizationCreated as onCustomizationCreated, context$8_onCustomizationDeleted as onCustomizationDeleted, context$8_onCustomizationUpdated as onCustomizationUpdated, type context$8_publicAddCustomizationChoices_Type as publicAddCustomizationChoices_Type, type context$8_publicBulkAddCustomizationChoices_Type as publicBulkAddCustomizationChoices_Type, type context$8_publicBulkCreateCustomizations_Type as publicBulkCreateCustomizations_Type, type context$8_publicBulkUpdateCustomizations_Type as publicBulkUpdateCustomizations_Type, type context$8_publicCreateCustomization_Type as publicCreateCustomization_Type, type context$8_publicDeleteCustomization_Type as publicDeleteCustomization_Type, type context$8_publicGetCustomization_Type as publicGetCustomization_Type, onCustomizationCreated$1 as publicOnCustomizationCreated, type context$8_publicOnCustomizationCreated_Type as publicOnCustomizationCreated_Type, onCustomizationDeleted$1 as publicOnCustomizationDeleted, type context$8_publicOnCustomizationDeleted_Type as publicOnCustomizationDeleted_Type, onCustomizationUpdated$1 as publicOnCustomizationUpdated, type context$8_publicOnCustomizationUpdated_Type as publicOnCustomizationUpdated_Type, type context$8_publicQueryCustomizations_Type as publicQueryCustomizations_Type, type context$8_publicRemoveCustomizationChoices_Type as publicRemoveCustomizationChoices_Type, type context$8_publicSetCustomizationChoices_Type as publicSetCustomizationChoices_Type, type context$8_publicUpdateCustomization_Type as publicUpdateCustomization_Type, context$8_queryCustomizations as queryCustomizations, context$8_removeCustomizationChoices as removeCustomizationChoices, context$8_setCustomizationChoices as setCustomizationChoices, context$8_updateCustomization as updateCustomization };
4749
+ export { type ActionEvent$5 as ActionEvent, type context$8_AddCustomizationChoicesOptions as AddCustomizationChoicesOptions, type context$8_AddCustomizationChoicesRequest as AddCustomizationChoicesRequest, type context$8_AddCustomizationChoicesResponse as AddCustomizationChoicesResponse, type context$8_AddCustomizationChoicesResponseNonNullableFields as AddCustomizationChoicesResponseNonNullableFields, type App$5 as App, type ApplicationError$4 as ApplicationError, type BaseEventMetadata$5 as BaseEventMetadata, type BulkActionMetadata$4 as BulkActionMetadata, type context$8_BulkAddCustomizationChoicesOptions as BulkAddCustomizationChoicesOptions, type context$8_BulkAddCustomizationChoicesRequest as BulkAddCustomizationChoicesRequest, type context$8_BulkAddCustomizationChoicesResponse as BulkAddCustomizationChoicesResponse, type context$8_BulkAddCustomizationChoicesResponseNonNullableFields as BulkAddCustomizationChoicesResponseNonNullableFields, type context$8_BulkCreateCustomizationsOptions as BulkCreateCustomizationsOptions, type context$8_BulkCreateCustomizationsRequest as BulkCreateCustomizationsRequest, type context$8_BulkCreateCustomizationsResponse as BulkCreateCustomizationsResponse, type context$8_BulkCreateCustomizationsResponseNonNullableFields as BulkCreateCustomizationsResponseNonNullableFields, type context$8_BulkCustomizationResult as BulkCustomizationResult, type context$8_BulkUpdateCustomizationsOptions as BulkUpdateCustomizationsOptions, type context$8_BulkUpdateCustomizationsRequest as BulkUpdateCustomizationsRequest, type context$8_BulkUpdateCustomizationsResponse as BulkUpdateCustomizationsResponse, type context$8_BulkUpdateCustomizationsResponseNonNullableFields as BulkUpdateCustomizationsResponseNonNullableFields, type context$8_Choice as Choice, ChoiceType$1 as ChoiceType, type context$8_ChoiceValueOneOf as ChoiceValueOneOf, type ChoicesSettings$1 as ChoicesSettings, type context$8_CreateCustomizationRequest as CreateCustomizationRequest, type context$8_CreateCustomizationResponse as CreateCustomizationResponse, type context$8_CreateCustomizationResponseNonNullableFields as CreateCustomizationResponseNonNullableFields, type CursorPaging$5 as CursorPaging, type CursorPagingMetadata$5 as CursorPagingMetadata, type CursorQuery$4 as CursorQuery, type CursorQueryPagingMethodOneOf$4 as CursorQueryPagingMethodOneOf, type Cursors$5 as Cursors, type context$8_Customization as Customization, type context$8_CustomizationChoices as CustomizationChoices, type context$8_CustomizationCreatedEnvelope as CustomizationCreatedEnvelope, type context$8_CustomizationCustomizationSettingsOneOf as CustomizationCustomizationSettingsOneOf, type context$8_CustomizationDeletedEnvelope as CustomizationDeletedEnvelope, type context$8_CustomizationIdsWrapper as CustomizationIdsWrapper, type context$8_CustomizationNonNullableFields as CustomizationNonNullableFields, context$8_CustomizationRenderType as CustomizationRenderType, context$8_CustomizationType as CustomizationType, type context$8_CustomizationUpdatedEnvelope as CustomizationUpdatedEnvelope, type context$8_CustomizationsQueryBuilder as CustomizationsQueryBuilder, type context$8_CustomizationsQueryResult as CustomizationsQueryResult, type context$8_DeleteCustomizationRequest as DeleteCustomizationRequest, type context$8_DeleteCustomizationResponse as DeleteCustomizationResponse, type DomainEvent$5 as DomainEvent, type DomainEventBodyOneOf$5 as DomainEventBodyOneOf, type Empty$6 as Empty, type EntityCreatedEvent$5 as EntityCreatedEvent, type EntityDeletedEvent$5 as EntityDeletedEvent, type EntityUpdatedEvent$5 as EntityUpdatedEvent, type EventMetadata$4 as EventMetadata, type File$5 as File, type FreeTextSettings$1 as FreeTextSettings, type context$8_GetCustomizationOptions as GetCustomizationOptions, type context$8_GetCustomizationRequest as GetCustomizationRequest, type context$8_GetCustomizationResponse as GetCustomizationResponse, type context$8_GetCustomizationResponseNonNullableFields as GetCustomizationResponseNonNullableFields, type IdentificationData$7 as IdentificationData, type IdentificationDataIdOneOf$7 as IdentificationDataIdOneOf, type InvalidateCache$5 as InvalidateCache, type InvalidateCacheGetByOneOf$5 as InvalidateCacheGetByOneOf, type ItemMetadata$4 as ItemMetadata, type context$8_MaskedCustomization as MaskedCustomization, type MessageEnvelope$7 as MessageEnvelope, type MultipleColors$1 as MultipleColors, type Page$5 as Page, type context$8_QueryCustomizationsOptions as QueryCustomizationsOptions, type context$8_QueryCustomizationsRequest as QueryCustomizationsRequest, type context$8_QueryCustomizationsResponse as QueryCustomizationsResponse, type context$8_QueryCustomizationsResponseNonNullableFields as QueryCustomizationsResponseNonNullableFields, type context$8_RemoveCustomizationChoicesOptions as RemoveCustomizationChoicesOptions, type context$8_RemoveCustomizationChoicesRequest as RemoveCustomizationChoicesRequest, type context$8_RemoveCustomizationChoicesResponse as RemoveCustomizationChoicesResponse, type context$8_RemoveCustomizationChoicesResponseNonNullableFields as RemoveCustomizationChoicesResponseNonNullableFields, RequestedFields$3 as RequestedFields, type RestoreInfo$5 as RestoreInfo, type context$8_SetCustomizationChoicesOptions as SetCustomizationChoicesOptions, type context$8_SetCustomizationChoicesRequest as SetCustomizationChoicesRequest, type context$8_SetCustomizationChoicesResponse as SetCustomizationChoicesResponse, type context$8_SetCustomizationChoicesResponseNonNullableFields as SetCustomizationChoicesResponseNonNullableFields, SortOrder$5 as SortOrder, type Sorting$5 as Sorting, type URI$5 as URI, type context$8_UpdateCustomization as UpdateCustomization, type context$8_UpdateCustomizationOptions as UpdateCustomizationOptions, type context$8_UpdateCustomizationRequest as UpdateCustomizationRequest, type context$8_UpdateCustomizationResponse as UpdateCustomizationResponse, type context$8_UpdateCustomizationResponseNonNullableFields as UpdateCustomizationResponseNonNullableFields, WebhookIdentityType$7 as WebhookIdentityType, context$8_addCustomizationChoices as addCustomizationChoices, context$8_bulkAddCustomizationChoices as bulkAddCustomizationChoices, context$8_bulkCreateCustomizations as bulkCreateCustomizations, context$8_bulkUpdateCustomizations as bulkUpdateCustomizations, context$8_createCustomization as createCustomization, context$8_deleteCustomization as deleteCustomization, context$8_getCustomization as getCustomization, context$8_onCustomizationCreated as onCustomizationCreated, context$8_onCustomizationDeleted as onCustomizationDeleted, context$8_onCustomizationUpdated as onCustomizationUpdated, context$8_queryCustomizations as queryCustomizations, context$8_removeCustomizationChoices as removeCustomizationChoices, context$8_setCustomizationChoices as setCustomizationChoices, context$8_updateCustomization as updateCustomization };
4957
4750
  }
4958
4751
 
4959
4752
  /**
@@ -7244,53 +7037,23 @@ interface BulkUpdateInfoSectionsOptions {
7244
7037
  fields?: RequestedFields$2[];
7245
7038
  }
7246
7039
 
7247
- declare function createInfoSection$1(httpClient: HttpClient): (infoSection: InfoSection$1) => Promise<InfoSection$1 & InfoSectionNonNullableFields$1>;
7248
- declare function getInfoSection$1(httpClient: HttpClient): (infoSectionId: string, options?: GetInfoSectionOptions) => Promise<InfoSection$1 & InfoSectionNonNullableFields$1>;
7249
- declare function getOrCreateInfoSection$1(httpClient: HttpClient): (options?: GetOrCreateInfoSectionOptions) => Promise<GetOrCreateInfoSectionResponse & GetOrCreateInfoSectionResponseNonNullableFields>;
7250
- declare function bulkGetOrCreateInfoSections$1(httpClient: HttpClient): (options?: BulkGetOrCreateInfoSectionsOptions) => Promise<BulkGetOrCreateInfoSectionsResponse & BulkGetOrCreateInfoSectionsResponseNonNullableFields>;
7251
- declare function updateInfoSection$1(httpClient: HttpClient): (_id: string | null, infoSection: UpdateInfoSection, options?: UpdateInfoSectionOptions) => Promise<InfoSection$1 & InfoSectionNonNullableFields$1>;
7252
- declare function deleteInfoSection$1(httpClient: HttpClient): (infoSectionId: string) => Promise<void>;
7253
- declare function queryInfoSections$1(httpClient: HttpClient): (options?: QueryInfoSectionsOptions) => InfoSectionsQueryBuilder;
7254
- declare function bulkCreateInfoSections$1(httpClient: HttpClient): (infoSections: InfoSection$1[], options?: BulkCreateInfoSectionsOptions) => Promise<BulkCreateInfoSectionsResponse & BulkCreateInfoSectionsResponseNonNullableFields>;
7255
- declare function bulkUpdateInfoSections$1(httpClient: HttpClient): (infoSections: MaskedInfoSection[], options?: BulkUpdateInfoSectionsOptions) => Promise<BulkUpdateInfoSectionsResponse & BulkUpdateInfoSectionsResponseNonNullableFields>;
7256
- declare function bulkDeleteInfoSections$1(httpClient: HttpClient): (infoSectionIds: string[]) => Promise<BulkDeleteInfoSectionsResponse & BulkDeleteInfoSectionsResponseNonNullableFields>;
7257
- declare const onInfoSectionCreated$1: EventDefinition<InfoSectionCreatedEnvelope, "wix.stores.catalog.v3.info_section_created">;
7258
- declare const onInfoSectionUpdated$1: EventDefinition<InfoSectionUpdatedEnvelope, "wix.stores.catalog.v3.info_section_updated">;
7259
- declare const onInfoSectionDeleted$1: EventDefinition<InfoSectionDeletedEnvelope, "wix.stores.catalog.v3.info_section_deleted">;
7260
-
7261
7040
  declare function createRESTModule$7<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
7262
7041
 
7263
7042
  declare function createEventModule$4<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
7264
7043
 
7265
- type publicCreateInfoSection_Type = typeof createInfoSection$1;
7266
- declare const createInfoSection: ReturnType<typeof createRESTModule$7<publicCreateInfoSection_Type>>;
7267
- type publicGetInfoSection_Type = typeof getInfoSection$1;
7268
- declare const getInfoSection: ReturnType<typeof createRESTModule$7<publicGetInfoSection_Type>>;
7269
- type publicGetOrCreateInfoSection_Type = typeof getOrCreateInfoSection$1;
7270
- declare const getOrCreateInfoSection: ReturnType<typeof createRESTModule$7<publicGetOrCreateInfoSection_Type>>;
7271
- type publicBulkGetOrCreateInfoSections_Type = typeof bulkGetOrCreateInfoSections$1;
7272
- declare const bulkGetOrCreateInfoSections: ReturnType<typeof createRESTModule$7<publicBulkGetOrCreateInfoSections_Type>>;
7273
- type publicUpdateInfoSection_Type = typeof updateInfoSection$1;
7274
- declare const updateInfoSection: ReturnType<typeof createRESTModule$7<publicUpdateInfoSection_Type>>;
7275
- type publicDeleteInfoSection_Type = typeof deleteInfoSection$1;
7276
- declare const deleteInfoSection: ReturnType<typeof createRESTModule$7<publicDeleteInfoSection_Type>>;
7277
- type publicQueryInfoSections_Type = typeof queryInfoSections$1;
7278
- declare const queryInfoSections: ReturnType<typeof createRESTModule$7<publicQueryInfoSections_Type>>;
7279
- type publicBulkCreateInfoSections_Type = typeof bulkCreateInfoSections$1;
7280
- declare const bulkCreateInfoSections: ReturnType<typeof createRESTModule$7<publicBulkCreateInfoSections_Type>>;
7281
- type publicBulkUpdateInfoSections_Type = typeof bulkUpdateInfoSections$1;
7282
- declare const bulkUpdateInfoSections: ReturnType<typeof createRESTModule$7<publicBulkUpdateInfoSections_Type>>;
7283
- type publicBulkDeleteInfoSections_Type = typeof bulkDeleteInfoSections$1;
7284
- declare const bulkDeleteInfoSections: ReturnType<typeof createRESTModule$7<publicBulkDeleteInfoSections_Type>>;
7285
-
7286
- type publicOnInfoSectionCreated_Type = typeof onInfoSectionCreated$1;
7287
- declare const onInfoSectionCreated: ReturnType<typeof createEventModule$4<publicOnInfoSectionCreated_Type>>;
7288
-
7289
- type publicOnInfoSectionUpdated_Type = typeof onInfoSectionUpdated$1;
7290
- declare const onInfoSectionUpdated: ReturnType<typeof createEventModule$4<publicOnInfoSectionUpdated_Type>>;
7291
-
7292
- type publicOnInfoSectionDeleted_Type = typeof onInfoSectionDeleted$1;
7293
- declare const onInfoSectionDeleted: ReturnType<typeof createEventModule$4<publicOnInfoSectionDeleted_Type>>;
7044
+ declare const createInfoSection: ReturnType<typeof createRESTModule$7<typeof publicCreateInfoSection>>;
7045
+ declare const getInfoSection: ReturnType<typeof createRESTModule$7<typeof publicGetInfoSection>>;
7046
+ declare const getOrCreateInfoSection: ReturnType<typeof createRESTModule$7<typeof publicGetOrCreateInfoSection>>;
7047
+ declare const bulkGetOrCreateInfoSections: ReturnType<typeof createRESTModule$7<typeof publicBulkGetOrCreateInfoSections>>;
7048
+ declare const updateInfoSection: ReturnType<typeof createRESTModule$7<typeof publicUpdateInfoSection>>;
7049
+ declare const deleteInfoSection: ReturnType<typeof createRESTModule$7<typeof publicDeleteInfoSection>>;
7050
+ declare const queryInfoSections: ReturnType<typeof createRESTModule$7<typeof publicQueryInfoSections>>;
7051
+ declare const bulkCreateInfoSections: ReturnType<typeof createRESTModule$7<typeof publicBulkCreateInfoSections>>;
7052
+ declare const bulkUpdateInfoSections: ReturnType<typeof createRESTModule$7<typeof publicBulkUpdateInfoSections>>;
7053
+ declare const bulkDeleteInfoSections: ReturnType<typeof createRESTModule$7<typeof publicBulkDeleteInfoSections>>;
7054
+ declare const onInfoSectionCreated: ReturnType<typeof createEventModule$4<typeof publicOnInfoSectionCreated>>;
7055
+ declare const onInfoSectionUpdated: ReturnType<typeof createEventModule$4<typeof publicOnInfoSectionUpdated>>;
7056
+ declare const onInfoSectionDeleted: ReturnType<typeof createEventModule$4<typeof publicOnInfoSectionDeleted>>;
7294
7057
 
7295
7058
  type context$7_BulkCreateInfoSectionsOptions = BulkCreateInfoSectionsOptions;
7296
7059
  type context$7_BulkCreateInfoSectionsRequest = BulkCreateInfoSectionsRequest;
@@ -7349,23 +7112,10 @@ declare const context$7_getOrCreateInfoSection: typeof getOrCreateInfoSection;
7349
7112
  declare const context$7_onInfoSectionCreated: typeof onInfoSectionCreated;
7350
7113
  declare const context$7_onInfoSectionDeleted: typeof onInfoSectionDeleted;
7351
7114
  declare const context$7_onInfoSectionUpdated: typeof onInfoSectionUpdated;
7352
- type context$7_publicBulkCreateInfoSections_Type = publicBulkCreateInfoSections_Type;
7353
- type context$7_publicBulkDeleteInfoSections_Type = publicBulkDeleteInfoSections_Type;
7354
- type context$7_publicBulkGetOrCreateInfoSections_Type = publicBulkGetOrCreateInfoSections_Type;
7355
- type context$7_publicBulkUpdateInfoSections_Type = publicBulkUpdateInfoSections_Type;
7356
- type context$7_publicCreateInfoSection_Type = publicCreateInfoSection_Type;
7357
- type context$7_publicDeleteInfoSection_Type = publicDeleteInfoSection_Type;
7358
- type context$7_publicGetInfoSection_Type = publicGetInfoSection_Type;
7359
- type context$7_publicGetOrCreateInfoSection_Type = publicGetOrCreateInfoSection_Type;
7360
- type context$7_publicOnInfoSectionCreated_Type = publicOnInfoSectionCreated_Type;
7361
- type context$7_publicOnInfoSectionDeleted_Type = publicOnInfoSectionDeleted_Type;
7362
- type context$7_publicOnInfoSectionUpdated_Type = publicOnInfoSectionUpdated_Type;
7363
- type context$7_publicQueryInfoSections_Type = publicQueryInfoSections_Type;
7364
- type context$7_publicUpdateInfoSection_Type = publicUpdateInfoSection_Type;
7365
7115
  declare const context$7_queryInfoSections: typeof queryInfoSections;
7366
7116
  declare const context$7_updateInfoSection: typeof updateInfoSection;
7367
7117
  declare namespace context$7 {
7368
- export { type ActionEvent$4 as ActionEvent, Alignment$1 as Alignment, type AnchorData$1 as AnchorData, type App$4 as App, type AppEmbedData$1 as AppEmbedData, type AppEmbedDataAppDataOneOf$1 as AppEmbedDataAppDataOneOf, AppType$1 as AppType, type ApplicationError$3 as ApplicationError, type AudioData$1 as AudioData, type Background$1 as Background, type BackgroundBackgroundOneOf$1 as BackgroundBackgroundOneOf, BackgroundType$1 as BackgroundType, type BaseEventMetadata$4 as BaseEventMetadata, type BlockquoteData$1 as BlockquoteData, type BookingData$1 as BookingData, type Border$1 as Border, type BorderColors$1 as BorderColors, type BulkActionMetadata$3 as BulkActionMetadata, type context$7_BulkCreateInfoSectionsOptions as BulkCreateInfoSectionsOptions, type context$7_BulkCreateInfoSectionsRequest as BulkCreateInfoSectionsRequest, type context$7_BulkCreateInfoSectionsResponse as BulkCreateInfoSectionsResponse, type context$7_BulkCreateInfoSectionsResponseNonNullableFields as BulkCreateInfoSectionsResponseNonNullableFields, type context$7_BulkDeleteInfoSectionsRequest as BulkDeleteInfoSectionsRequest, type context$7_BulkDeleteInfoSectionsResponse as BulkDeleteInfoSectionsResponse, type context$7_BulkDeleteInfoSectionsResponseNonNullableFields as BulkDeleteInfoSectionsResponseNonNullableFields, type context$7_BulkGetOrCreateInfoSectionsOptions as BulkGetOrCreateInfoSectionsOptions, type context$7_BulkGetOrCreateInfoSectionsRequest as BulkGetOrCreateInfoSectionsRequest, type context$7_BulkGetOrCreateInfoSectionsResponse as BulkGetOrCreateInfoSectionsResponse, type context$7_BulkGetOrCreateInfoSectionsResponseNonNullableFields as BulkGetOrCreateInfoSectionsResponseNonNullableFields, type context$7_BulkInfoSectionItemResult as BulkInfoSectionItemResult, type context$7_BulkInfoSectionResult as BulkInfoSectionResult, type context$7_BulkUpdateInfoSectionsOptions as BulkUpdateInfoSectionsOptions, type context$7_BulkUpdateInfoSectionsRequest as BulkUpdateInfoSectionsRequest, type context$7_BulkUpdateInfoSectionsResponse as BulkUpdateInfoSectionsResponse, type context$7_BulkUpdateInfoSectionsResponseNonNullableFields as BulkUpdateInfoSectionsResponseNonNullableFields, type BulletedListData$1 as BulletedListData, type ButtonData$1 as ButtonData, type CellStyle$1 as CellStyle, type CodeBlockData$1 as CodeBlockData, type CollapsibleListData$1 as CollapsibleListData, type ColorData$1 as ColorData, type Colors$1 as Colors, type context$7_CreateInfoSectionRequest as CreateInfoSectionRequest, type context$7_CreateInfoSectionResponse as CreateInfoSectionResponse, type context$7_CreateInfoSectionResponseNonNullableFields as CreateInfoSectionResponseNonNullableFields, Crop$1 as Crop, type CursorPaging$4 as CursorPaging, type CursorPagingMetadata$4 as CursorPagingMetadata, type CursorQuery$3 as CursorQuery, type CursorQueryPagingMethodOneOf$3 as CursorQueryPagingMethodOneOf, type Cursors$4 as Cursors, type Decoration$1 as Decoration, type DecorationDataOneOf$1 as DecorationDataOneOf, DecorationType$1 as DecorationType, type context$7_DeleteInfoSectionRequest as DeleteInfoSectionRequest, type context$7_DeleteInfoSectionResponse as DeleteInfoSectionResponse, type Design$1 as Design, type Dimensions$1 as Dimensions, Direction$1 as Direction, type DividerData$1 as DividerData, type DocumentStyle$1 as DocumentStyle, type DomainEvent$4 as DomainEvent, type DomainEventBodyOneOf$4 as DomainEventBodyOneOf, type EmbedData$1 as EmbedData, type Empty$5 as Empty, type EntityCreatedEvent$4 as EntityCreatedEvent, type EntityDeletedEvent$4 as EntityDeletedEvent, type EntityUpdatedEvent$4 as EntityUpdatedEvent, type EventData$1 as EventData, type EventMetadata$3 as EventMetadata, type File$4 as File, type FileData$1 as FileData, type FileSource$1 as FileSource, type FileSourceDataOneOf$1 as FileSourceDataOneOf, type FontSizeData$1 as FontSizeData, FontType$1 as FontType, type GIF$1 as GIF, type GIFData$1 as GIFData, type GalleryData$1 as GalleryData, type GalleryOptions$1 as GalleryOptions, type context$7_GetInfoSectionOptions as GetInfoSectionOptions, type context$7_GetInfoSectionRequest as GetInfoSectionRequest, type context$7_GetInfoSectionResponse as GetInfoSectionResponse, type context$7_GetInfoSectionResponseNonNullableFields as GetInfoSectionResponseNonNullableFields, type context$7_GetOrCreateInfoSectionOptions as GetOrCreateInfoSectionOptions, type context$7_GetOrCreateInfoSectionRequest as GetOrCreateInfoSectionRequest, type context$7_GetOrCreateInfoSectionResponse as GetOrCreateInfoSectionResponse, type context$7_GetOrCreateInfoSectionResponseNonNullableFields as GetOrCreateInfoSectionResponseNonNullableFields, type Gradient$1 as Gradient, type HTMLData$1 as HTMLData, type HTMLDataDataOneOf$1 as HTMLDataDataOneOf, type HeadingData$1 as HeadingData, type Height$1 as Height, type IdentificationData$6 as IdentificationData, type IdentificationDataIdOneOf$6 as IdentificationDataIdOneOf, type Image$1 as Image, type ImageData$1 as ImageData, type InfoSection$1 as InfoSection, type context$7_InfoSectionCreatedEnvelope as InfoSectionCreatedEnvelope, type context$7_InfoSectionDeletedEnvelope as InfoSectionDeletedEnvelope, type context$7_InfoSectionForGetOrCreate as InfoSectionForGetOrCreate, type InfoSectionNonNullableFields$1 as InfoSectionNonNullableFields, type context$7_InfoSectionUpdatedEnvelope as InfoSectionUpdatedEnvelope, type context$7_InfoSectionsQueryBuilder as InfoSectionsQueryBuilder, type context$7_InfoSectionsQueryResult as InfoSectionsQueryResult, InitialExpandedItems$1 as InitialExpandedItems, type InvalidateCache$4 as InvalidateCache, type InvalidateCacheGetByOneOf$4 as InvalidateCacheGetByOneOf, type Item$1 as Item, type ItemDataOneOf$1 as ItemDataOneOf, type ItemMetadata$3 as ItemMetadata, type ItemStyle$1 as ItemStyle, type Layout$1 as Layout, LayoutType$1 as LayoutType, LineStyle$1 as LineStyle, type Link$1 as Link, type LinkData$1 as LinkData, type LinkDataOneOf$1 as LinkDataOneOf, type LinkPreviewData$1 as LinkPreviewData, type ListValue$1 as ListValue, type MapData$1 as MapData, type MapSettings$1 as MapSettings, MapType$1 as MapType, type context$7_MaskedInfoSection as MaskedInfoSection, type Media$1 as Media, type MentionData$1 as MentionData, type MessageEnvelope$6 as MessageEnvelope, type Metadata$1 as Metadata, type Node$1 as Node, type NodeDataOneOf$1 as NodeDataOneOf, type NodeStyle$1 as NodeStyle, NodeType$1 as NodeType, NullValue$1 as NullValue, type Oembed$1 as Oembed, type Option$1 as Option, type OptionDesign$1 as OptionDesign, type OptionLayout$1 as OptionLayout, type OrderedListData$1 as OrderedListData, Orientation$1 as Orientation, type PDFSettings$1 as PDFSettings, type Page$4 as Page, type ParagraphData$1 as ParagraphData, type Permissions$1 as Permissions, type PlaybackOptions$1 as PlaybackOptions, type PluginContainerData$1 as PluginContainerData, PluginContainerDataAlignment$1 as PluginContainerDataAlignment, type PluginContainerDataWidth$1 as PluginContainerDataWidth, type PluginContainerDataWidthDataOneOf$1 as PluginContainerDataWidthDataOneOf, type Poll$1 as Poll, type PollData$1 as PollData, type PollDataLayout$1 as PollDataLayout, type PollDesign$1 as PollDesign, type PollLayout$1 as PollLayout, PollLayoutDirection$1 as PollLayoutDirection, PollLayoutType$1 as PollLayoutType, type context$7_QueryInfoSectionsOptions as QueryInfoSectionsOptions, type context$7_QueryInfoSectionsRequest as QueryInfoSectionsRequest, type context$7_QueryInfoSectionsResponse as QueryInfoSectionsResponse, type context$7_QueryInfoSectionsResponseNonNullableFields as QueryInfoSectionsResponseNonNullableFields, type Rel$1 as Rel, RequestedFields$2 as RequestedFields, type RestoreInfo$4 as RestoreInfo, type RichContent$1 as RichContent, type Settings$1 as Settings, SortOrder$4 as SortOrder, type Sorting$4 as Sorting, Source$1 as Source, type Spoiler$1 as Spoiler, type SpoilerData$1 as SpoilerData, type Styles$1 as Styles, type TableCellData$1 as TableCellData, type TableData$1 as TableData, Target$1 as Target, TextAlignment$1 as TextAlignment, type TextData$1 as TextData, type TextNodeStyle$1 as TextNodeStyle, type TextStyle$1 as TextStyle, type Thumbnails$1 as Thumbnails, ThumbnailsAlignment$1 as ThumbnailsAlignment, Type$1 as Type, type URI$4 as URI, type context$7_UpdateInfoSection as UpdateInfoSection, type context$7_UpdateInfoSectionOptions as UpdateInfoSectionOptions, type context$7_UpdateInfoSectionRequest as UpdateInfoSectionRequest, type context$7_UpdateInfoSectionResponse as UpdateInfoSectionResponse, type context$7_UpdateInfoSectionResponseNonNullableFields as UpdateInfoSectionResponseNonNullableFields, VerticalAlignment$1 as VerticalAlignment, type Video$1 as Video, type VideoData$1 as VideoData, ViewMode$1 as ViewMode, ViewRole$1 as ViewRole, VoteRole$1 as VoteRole, WebhookIdentityType$6 as WebhookIdentityType, Width$1 as Width, WidthType$1 as WidthType, context$7_bulkCreateInfoSections as bulkCreateInfoSections, context$7_bulkDeleteInfoSections as bulkDeleteInfoSections, context$7_bulkGetOrCreateInfoSections as bulkGetOrCreateInfoSections, context$7_bulkUpdateInfoSections as bulkUpdateInfoSections, context$7_createInfoSection as createInfoSection, context$7_deleteInfoSection as deleteInfoSection, context$7_getInfoSection as getInfoSection, context$7_getOrCreateInfoSection as getOrCreateInfoSection, context$7_onInfoSectionCreated as onInfoSectionCreated, context$7_onInfoSectionDeleted as onInfoSectionDeleted, context$7_onInfoSectionUpdated as onInfoSectionUpdated, type context$7_publicBulkCreateInfoSections_Type as publicBulkCreateInfoSections_Type, type context$7_publicBulkDeleteInfoSections_Type as publicBulkDeleteInfoSections_Type, type context$7_publicBulkGetOrCreateInfoSections_Type as publicBulkGetOrCreateInfoSections_Type, type context$7_publicBulkUpdateInfoSections_Type as publicBulkUpdateInfoSections_Type, type context$7_publicCreateInfoSection_Type as publicCreateInfoSection_Type, type context$7_publicDeleteInfoSection_Type as publicDeleteInfoSection_Type, type context$7_publicGetInfoSection_Type as publicGetInfoSection_Type, type context$7_publicGetOrCreateInfoSection_Type as publicGetOrCreateInfoSection_Type, onInfoSectionCreated$1 as publicOnInfoSectionCreated, type context$7_publicOnInfoSectionCreated_Type as publicOnInfoSectionCreated_Type, onInfoSectionDeleted$1 as publicOnInfoSectionDeleted, type context$7_publicOnInfoSectionDeleted_Type as publicOnInfoSectionDeleted_Type, onInfoSectionUpdated$1 as publicOnInfoSectionUpdated, type context$7_publicOnInfoSectionUpdated_Type as publicOnInfoSectionUpdated_Type, type context$7_publicQueryInfoSections_Type as publicQueryInfoSections_Type, type context$7_publicUpdateInfoSection_Type as publicUpdateInfoSection_Type, context$7_queryInfoSections as queryInfoSections, context$7_updateInfoSection as updateInfoSection };
7118
+ export { type ActionEvent$4 as ActionEvent, Alignment$1 as Alignment, type AnchorData$1 as AnchorData, type App$4 as App, type AppEmbedData$1 as AppEmbedData, type AppEmbedDataAppDataOneOf$1 as AppEmbedDataAppDataOneOf, AppType$1 as AppType, type ApplicationError$3 as ApplicationError, type AudioData$1 as AudioData, type Background$1 as Background, type BackgroundBackgroundOneOf$1 as BackgroundBackgroundOneOf, BackgroundType$1 as BackgroundType, type BaseEventMetadata$4 as BaseEventMetadata, type BlockquoteData$1 as BlockquoteData, type BookingData$1 as BookingData, type Border$1 as Border, type BorderColors$1 as BorderColors, type BulkActionMetadata$3 as BulkActionMetadata, type context$7_BulkCreateInfoSectionsOptions as BulkCreateInfoSectionsOptions, type context$7_BulkCreateInfoSectionsRequest as BulkCreateInfoSectionsRequest, type context$7_BulkCreateInfoSectionsResponse as BulkCreateInfoSectionsResponse, type context$7_BulkCreateInfoSectionsResponseNonNullableFields as BulkCreateInfoSectionsResponseNonNullableFields, type context$7_BulkDeleteInfoSectionsRequest as BulkDeleteInfoSectionsRequest, type context$7_BulkDeleteInfoSectionsResponse as BulkDeleteInfoSectionsResponse, type context$7_BulkDeleteInfoSectionsResponseNonNullableFields as BulkDeleteInfoSectionsResponseNonNullableFields, type context$7_BulkGetOrCreateInfoSectionsOptions as BulkGetOrCreateInfoSectionsOptions, type context$7_BulkGetOrCreateInfoSectionsRequest as BulkGetOrCreateInfoSectionsRequest, type context$7_BulkGetOrCreateInfoSectionsResponse as BulkGetOrCreateInfoSectionsResponse, type context$7_BulkGetOrCreateInfoSectionsResponseNonNullableFields as BulkGetOrCreateInfoSectionsResponseNonNullableFields, type context$7_BulkInfoSectionItemResult as BulkInfoSectionItemResult, type context$7_BulkInfoSectionResult as BulkInfoSectionResult, type context$7_BulkUpdateInfoSectionsOptions as BulkUpdateInfoSectionsOptions, type context$7_BulkUpdateInfoSectionsRequest as BulkUpdateInfoSectionsRequest, type context$7_BulkUpdateInfoSectionsResponse as BulkUpdateInfoSectionsResponse, type context$7_BulkUpdateInfoSectionsResponseNonNullableFields as BulkUpdateInfoSectionsResponseNonNullableFields, type BulletedListData$1 as BulletedListData, type ButtonData$1 as ButtonData, type CellStyle$1 as CellStyle, type CodeBlockData$1 as CodeBlockData, type CollapsibleListData$1 as CollapsibleListData, type ColorData$1 as ColorData, type Colors$1 as Colors, type context$7_CreateInfoSectionRequest as CreateInfoSectionRequest, type context$7_CreateInfoSectionResponse as CreateInfoSectionResponse, type context$7_CreateInfoSectionResponseNonNullableFields as CreateInfoSectionResponseNonNullableFields, Crop$1 as Crop, type CursorPaging$4 as CursorPaging, type CursorPagingMetadata$4 as CursorPagingMetadata, type CursorQuery$3 as CursorQuery, type CursorQueryPagingMethodOneOf$3 as CursorQueryPagingMethodOneOf, type Cursors$4 as Cursors, type Decoration$1 as Decoration, type DecorationDataOneOf$1 as DecorationDataOneOf, DecorationType$1 as DecorationType, type context$7_DeleteInfoSectionRequest as DeleteInfoSectionRequest, type context$7_DeleteInfoSectionResponse as DeleteInfoSectionResponse, type Design$1 as Design, type Dimensions$1 as Dimensions, Direction$1 as Direction, type DividerData$1 as DividerData, type DocumentStyle$1 as DocumentStyle, type DomainEvent$4 as DomainEvent, type DomainEventBodyOneOf$4 as DomainEventBodyOneOf, type EmbedData$1 as EmbedData, type Empty$5 as Empty, type EntityCreatedEvent$4 as EntityCreatedEvent, type EntityDeletedEvent$4 as EntityDeletedEvent, type EntityUpdatedEvent$4 as EntityUpdatedEvent, type EventData$1 as EventData, type EventMetadata$3 as EventMetadata, type File$4 as File, type FileData$1 as FileData, type FileSource$1 as FileSource, type FileSourceDataOneOf$1 as FileSourceDataOneOf, type FontSizeData$1 as FontSizeData, FontType$1 as FontType, type GIF$1 as GIF, type GIFData$1 as GIFData, type GalleryData$1 as GalleryData, type GalleryOptions$1 as GalleryOptions, type context$7_GetInfoSectionOptions as GetInfoSectionOptions, type context$7_GetInfoSectionRequest as GetInfoSectionRequest, type context$7_GetInfoSectionResponse as GetInfoSectionResponse, type context$7_GetInfoSectionResponseNonNullableFields as GetInfoSectionResponseNonNullableFields, type context$7_GetOrCreateInfoSectionOptions as GetOrCreateInfoSectionOptions, type context$7_GetOrCreateInfoSectionRequest as GetOrCreateInfoSectionRequest, type context$7_GetOrCreateInfoSectionResponse as GetOrCreateInfoSectionResponse, type context$7_GetOrCreateInfoSectionResponseNonNullableFields as GetOrCreateInfoSectionResponseNonNullableFields, type Gradient$1 as Gradient, type HTMLData$1 as HTMLData, type HTMLDataDataOneOf$1 as HTMLDataDataOneOf, type HeadingData$1 as HeadingData, type Height$1 as Height, type IdentificationData$6 as IdentificationData, type IdentificationDataIdOneOf$6 as IdentificationDataIdOneOf, type Image$1 as Image, type ImageData$1 as ImageData, type InfoSection$1 as InfoSection, type context$7_InfoSectionCreatedEnvelope as InfoSectionCreatedEnvelope, type context$7_InfoSectionDeletedEnvelope as InfoSectionDeletedEnvelope, type context$7_InfoSectionForGetOrCreate as InfoSectionForGetOrCreate, type InfoSectionNonNullableFields$1 as InfoSectionNonNullableFields, type context$7_InfoSectionUpdatedEnvelope as InfoSectionUpdatedEnvelope, type context$7_InfoSectionsQueryBuilder as InfoSectionsQueryBuilder, type context$7_InfoSectionsQueryResult as InfoSectionsQueryResult, InitialExpandedItems$1 as InitialExpandedItems, type InvalidateCache$4 as InvalidateCache, type InvalidateCacheGetByOneOf$4 as InvalidateCacheGetByOneOf, type Item$1 as Item, type ItemDataOneOf$1 as ItemDataOneOf, type ItemMetadata$3 as ItemMetadata, type ItemStyle$1 as ItemStyle, type Layout$1 as Layout, LayoutType$1 as LayoutType, LineStyle$1 as LineStyle, type Link$1 as Link, type LinkData$1 as LinkData, type LinkDataOneOf$1 as LinkDataOneOf, type LinkPreviewData$1 as LinkPreviewData, type ListValue$1 as ListValue, type MapData$1 as MapData, type MapSettings$1 as MapSettings, MapType$1 as MapType, type context$7_MaskedInfoSection as MaskedInfoSection, type Media$1 as Media, type MentionData$1 as MentionData, type MessageEnvelope$6 as MessageEnvelope, type Metadata$1 as Metadata, type Node$1 as Node, type NodeDataOneOf$1 as NodeDataOneOf, type NodeStyle$1 as NodeStyle, NodeType$1 as NodeType, NullValue$1 as NullValue, type Oembed$1 as Oembed, type Option$1 as Option, type OptionDesign$1 as OptionDesign, type OptionLayout$1 as OptionLayout, type OrderedListData$1 as OrderedListData, Orientation$1 as Orientation, type PDFSettings$1 as PDFSettings, type Page$4 as Page, type ParagraphData$1 as ParagraphData, type Permissions$1 as Permissions, type PlaybackOptions$1 as PlaybackOptions, type PluginContainerData$1 as PluginContainerData, PluginContainerDataAlignment$1 as PluginContainerDataAlignment, type PluginContainerDataWidth$1 as PluginContainerDataWidth, type PluginContainerDataWidthDataOneOf$1 as PluginContainerDataWidthDataOneOf, type Poll$1 as Poll, type PollData$1 as PollData, type PollDataLayout$1 as PollDataLayout, type PollDesign$1 as PollDesign, type PollLayout$1 as PollLayout, PollLayoutDirection$1 as PollLayoutDirection, PollLayoutType$1 as PollLayoutType, type context$7_QueryInfoSectionsOptions as QueryInfoSectionsOptions, type context$7_QueryInfoSectionsRequest as QueryInfoSectionsRequest, type context$7_QueryInfoSectionsResponse as QueryInfoSectionsResponse, type context$7_QueryInfoSectionsResponseNonNullableFields as QueryInfoSectionsResponseNonNullableFields, type Rel$1 as Rel, RequestedFields$2 as RequestedFields, type RestoreInfo$4 as RestoreInfo, type RichContent$1 as RichContent, type Settings$1 as Settings, SortOrder$4 as SortOrder, type Sorting$4 as Sorting, Source$1 as Source, type Spoiler$1 as Spoiler, type SpoilerData$1 as SpoilerData, type Styles$1 as Styles, type TableCellData$1 as TableCellData, type TableData$1 as TableData, Target$1 as Target, TextAlignment$1 as TextAlignment, type TextData$1 as TextData, type TextNodeStyle$1 as TextNodeStyle, type TextStyle$1 as TextStyle, type Thumbnails$1 as Thumbnails, ThumbnailsAlignment$1 as ThumbnailsAlignment, Type$1 as Type, type URI$4 as URI, type context$7_UpdateInfoSection as UpdateInfoSection, type context$7_UpdateInfoSectionOptions as UpdateInfoSectionOptions, type context$7_UpdateInfoSectionRequest as UpdateInfoSectionRequest, type context$7_UpdateInfoSectionResponse as UpdateInfoSectionResponse, type context$7_UpdateInfoSectionResponseNonNullableFields as UpdateInfoSectionResponseNonNullableFields, VerticalAlignment$1 as VerticalAlignment, type Video$1 as Video, type VideoData$1 as VideoData, ViewMode$1 as ViewMode, ViewRole$1 as ViewRole, VoteRole$1 as VoteRole, WebhookIdentityType$6 as WebhookIdentityType, Width$1 as Width, WidthType$1 as WidthType, context$7_bulkCreateInfoSections as bulkCreateInfoSections, context$7_bulkDeleteInfoSections as bulkDeleteInfoSections, context$7_bulkGetOrCreateInfoSections as bulkGetOrCreateInfoSections, context$7_bulkUpdateInfoSections as bulkUpdateInfoSections, context$7_createInfoSection as createInfoSection, context$7_deleteInfoSection as deleteInfoSection, context$7_getInfoSection as getInfoSection, context$7_getOrCreateInfoSection as getOrCreateInfoSection, context$7_onInfoSectionCreated as onInfoSectionCreated, context$7_onInfoSectionDeleted as onInfoSectionDeleted, context$7_onInfoSectionUpdated as onInfoSectionUpdated, context$7_queryInfoSections as queryInfoSections, context$7_updateInfoSection as updateInfoSection };
7369
7119
  }
7370
7120
 
7371
7121
  /** Inventory Item. */
@@ -9046,73 +8796,29 @@ interface BulkIncrementInventoryItemsByVariantAndLocationOptions {
9046
8796
  reason?: ReasonType$1;
9047
8797
  }
9048
8798
 
9049
- declare function createInventoryItem$1(httpClient: HttpClient): (inventoryItem: InventoryItem$1) => Promise<InventoryItem$1 & InventoryItemNonNullableFields$1>;
9050
- declare function bulkCreateInventoryItems$1(httpClient: HttpClient): (inventoryItems: InventoryItem$1[], options?: BulkCreateInventoryItemsOptions) => Promise<BulkCreateInventoryItemsResponse & BulkCreateInventoryItemsResponseNonNullableFields>;
9051
- declare function getInventoryItem$1(httpClient: HttpClient): (inventoryItemId: string) => Promise<InventoryItem$1 & InventoryItemNonNullableFields$1>;
9052
- declare function updateInventoryItem$1(httpClient: HttpClient): (_id: string | null, inventoryItem: UpdateInventoryItem, options?: UpdateInventoryItemOptions) => Promise<InventoryItem$1 & InventoryItemNonNullableFields$1>;
9053
- declare function bulkUpdateInventoryItems$1(httpClient: HttpClient): (inventoryItems: MaskedInventoryItem[], options?: BulkUpdateInventoryItemsOptions) => Promise<BulkUpdateInventoryItemsResponse$1 & BulkUpdateInventoryItemsResponseNonNullableFields>;
9054
- declare function bulkUpdateInventoryItemsByFilter$1(httpClient: HttpClient): (filter: Record<string, any> | null, options?: BulkUpdateInventoryItemsByFilterOptions) => Promise<BulkUpdateInventoryItemsByFilterResponse & BulkUpdateInventoryItemsByFilterResponseNonNullableFields>;
9055
- declare function deleteInventoryItem$1(httpClient: HttpClient): (inventoryItemId: string) => Promise<void>;
9056
- declare function bulkDeleteInventoryItems$1(httpClient: HttpClient): (inventoryItemIds: string[]) => Promise<BulkDeleteInventoryItemsResponse & BulkDeleteInventoryItemsResponseNonNullableFields>;
9057
- declare function queryInventoryItems$1(httpClient: HttpClient): () => InventoryItemsQueryBuilder;
9058
- declare function searchInventoryItems$1(httpClient: HttpClient): (options?: SearchInventoryItemsOptions) => Promise<SearchInventoryItemsResponse & SearchInventoryItemsResponseNonNullableFields>;
9059
- declare function bulkDecrementInventoryItems$1(httpClient: HttpClient): (decrementData: DecrementDataById[], options?: BulkDecrementInventoryItemsOptions) => Promise<BulkDecrementInventoryItemsResponse & BulkDecrementInventoryItemsResponseNonNullableFields>;
9060
- declare function bulkIncrementInventoryItems$1(httpClient: HttpClient): (incrementData: IncrementDataById[], options?: BulkIncrementInventoryItemsOptions) => Promise<BulkIncrementInventoryItemsResponse & BulkIncrementInventoryItemsResponseNonNullableFields>;
9061
- declare function bulkDecrementInventoryItemsByVariantAndLocation$1(httpClient: HttpClient): (decrementData: DecrementDataByVariantAndLocation[], options?: BulkDecrementInventoryItemsByVariantAndLocationOptions) => Promise<BulkDecrementInventoryItemsByVariantAndLocationResponse & BulkDecrementInventoryItemsByVariantAndLocationResponseNonNullableFields>;
9062
- declare function bulkIncrementInventoryItemsByVariantAndLocation$1(httpClient: HttpClient): (incrementData: IncrementDataByVariantAndLocation[], options?: BulkIncrementInventoryItemsByVariantAndLocationOptions) => Promise<BulkIncrementInventoryItemsByVariantAndLocationResponse & BulkIncrementInventoryItemsByVariantAndLocationResponseNonNullableFields>;
9063
- declare const onInventoryItemCreated$1: EventDefinition<InventoryItemCreatedEnvelope, "wix.stores.catalog.v3.inventory_item_created">;
9064
- declare const onInventoryItemUpdated$1: EventDefinition<InventoryItemUpdatedEnvelope, "wix.stores.catalog.v3.inventory_item_updated">;
9065
- declare const onInventoryItemStockStatusUpdated$1: EventDefinition<InventoryItemStockStatusUpdatedEnvelope, "wix.stores.catalog.v3.inventory_item_stock_status_updated">;
9066
- declare const onInventoryItemUpdatedWithReason$1: EventDefinition<InventoryItemUpdatedWithReasonEnvelope, "wix.stores.catalog.v3.inventory_item_updated_with_reason">;
9067
- declare const onInventoryItemDeleted$1: EventDefinition<InventoryItemDeletedEnvelope, "wix.stores.catalog.v3.inventory_item_deleted">;
9068
-
9069
8799
  declare function createRESTModule$6<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
9070
8800
 
9071
8801
  declare function createEventModule$3<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
9072
8802
 
9073
- type publicCreateInventoryItem_Type = typeof createInventoryItem$1;
9074
- declare const createInventoryItem: ReturnType<typeof createRESTModule$6<publicCreateInventoryItem_Type>>;
9075
- type publicBulkCreateInventoryItems_Type = typeof bulkCreateInventoryItems$1;
9076
- declare const bulkCreateInventoryItems: ReturnType<typeof createRESTModule$6<publicBulkCreateInventoryItems_Type>>;
9077
- type publicGetInventoryItem_Type = typeof getInventoryItem$1;
9078
- declare const getInventoryItem: ReturnType<typeof createRESTModule$6<publicGetInventoryItem_Type>>;
9079
- type publicUpdateInventoryItem_Type = typeof updateInventoryItem$1;
9080
- declare const updateInventoryItem: ReturnType<typeof createRESTModule$6<publicUpdateInventoryItem_Type>>;
9081
- type publicBulkUpdateInventoryItems_Type = typeof bulkUpdateInventoryItems$1;
9082
- declare const bulkUpdateInventoryItems: ReturnType<typeof createRESTModule$6<publicBulkUpdateInventoryItems_Type>>;
9083
- type publicBulkUpdateInventoryItemsByFilter_Type = typeof bulkUpdateInventoryItemsByFilter$1;
9084
- declare const bulkUpdateInventoryItemsByFilter: ReturnType<typeof createRESTModule$6<publicBulkUpdateInventoryItemsByFilter_Type>>;
9085
- type publicDeleteInventoryItem_Type = typeof deleteInventoryItem$1;
9086
- declare const deleteInventoryItem: ReturnType<typeof createRESTModule$6<publicDeleteInventoryItem_Type>>;
9087
- type publicBulkDeleteInventoryItems_Type = typeof bulkDeleteInventoryItems$1;
9088
- declare const bulkDeleteInventoryItems: ReturnType<typeof createRESTModule$6<publicBulkDeleteInventoryItems_Type>>;
9089
- type publicQueryInventoryItems_Type = typeof queryInventoryItems$1;
9090
- declare const queryInventoryItems: ReturnType<typeof createRESTModule$6<publicQueryInventoryItems_Type>>;
9091
- type publicSearchInventoryItems_Type = typeof searchInventoryItems$1;
9092
- declare const searchInventoryItems: ReturnType<typeof createRESTModule$6<publicSearchInventoryItems_Type>>;
9093
- type publicBulkDecrementInventoryItems_Type = typeof bulkDecrementInventoryItems$1;
9094
- declare const bulkDecrementInventoryItems: ReturnType<typeof createRESTModule$6<publicBulkDecrementInventoryItems_Type>>;
9095
- type publicBulkIncrementInventoryItems_Type = typeof bulkIncrementInventoryItems$1;
9096
- declare const bulkIncrementInventoryItems: ReturnType<typeof createRESTModule$6<publicBulkIncrementInventoryItems_Type>>;
9097
- type publicBulkDecrementInventoryItemsByVariantAndLocation_Type = typeof bulkDecrementInventoryItemsByVariantAndLocation$1;
9098
- declare const bulkDecrementInventoryItemsByVariantAndLocation: ReturnType<typeof createRESTModule$6<publicBulkDecrementInventoryItemsByVariantAndLocation_Type>>;
9099
- type publicBulkIncrementInventoryItemsByVariantAndLocation_Type = typeof bulkIncrementInventoryItemsByVariantAndLocation$1;
9100
- declare const bulkIncrementInventoryItemsByVariantAndLocation: ReturnType<typeof createRESTModule$6<publicBulkIncrementInventoryItemsByVariantAndLocation_Type>>;
9101
-
9102
- type publicOnInventoryItemCreated_Type = typeof onInventoryItemCreated$1;
9103
- declare const onInventoryItemCreated: ReturnType<typeof createEventModule$3<publicOnInventoryItemCreated_Type>>;
9104
-
9105
- type publicOnInventoryItemUpdated_Type = typeof onInventoryItemUpdated$1;
9106
- declare const onInventoryItemUpdated: ReturnType<typeof createEventModule$3<publicOnInventoryItemUpdated_Type>>;
9107
-
9108
- type publicOnInventoryItemStockStatusUpdated_Type = typeof onInventoryItemStockStatusUpdated$1;
9109
- declare const onInventoryItemStockStatusUpdated: ReturnType<typeof createEventModule$3<publicOnInventoryItemStockStatusUpdated_Type>>;
9110
-
9111
- type publicOnInventoryItemUpdatedWithReason_Type = typeof onInventoryItemUpdatedWithReason$1;
9112
- declare const onInventoryItemUpdatedWithReason: ReturnType<typeof createEventModule$3<publicOnInventoryItemUpdatedWithReason_Type>>;
9113
-
9114
- type publicOnInventoryItemDeleted_Type = typeof onInventoryItemDeleted$1;
9115
- declare const onInventoryItemDeleted: ReturnType<typeof createEventModule$3<publicOnInventoryItemDeleted_Type>>;
8803
+ declare const createInventoryItem: ReturnType<typeof createRESTModule$6<typeof publicCreateInventoryItem>>;
8804
+ declare const bulkCreateInventoryItems: ReturnType<typeof createRESTModule$6<typeof publicBulkCreateInventoryItems>>;
8805
+ declare const getInventoryItem: ReturnType<typeof createRESTModule$6<typeof publicGetInventoryItem>>;
8806
+ declare const updateInventoryItem: ReturnType<typeof createRESTModule$6<typeof publicUpdateInventoryItem>>;
8807
+ declare const bulkUpdateInventoryItems: ReturnType<typeof createRESTModule$6<typeof publicBulkUpdateInventoryItems>>;
8808
+ declare const bulkUpdateInventoryItemsByFilter: ReturnType<typeof createRESTModule$6<typeof publicBulkUpdateInventoryItemsByFilter>>;
8809
+ declare const deleteInventoryItem: ReturnType<typeof createRESTModule$6<typeof publicDeleteInventoryItem>>;
8810
+ declare const bulkDeleteInventoryItems: ReturnType<typeof createRESTModule$6<typeof publicBulkDeleteInventoryItems>>;
8811
+ declare const queryInventoryItems: ReturnType<typeof createRESTModule$6<typeof publicQueryInventoryItems>>;
8812
+ declare const searchInventoryItems: ReturnType<typeof createRESTModule$6<typeof publicSearchInventoryItems>>;
8813
+ declare const bulkDecrementInventoryItems: ReturnType<typeof createRESTModule$6<typeof publicBulkDecrementInventoryItems>>;
8814
+ declare const bulkIncrementInventoryItems: ReturnType<typeof createRESTModule$6<typeof publicBulkIncrementInventoryItems>>;
8815
+ declare const bulkDecrementInventoryItemsByVariantAndLocation: ReturnType<typeof createRESTModule$6<typeof publicBulkDecrementInventoryItemsByVariantAndLocation>>;
8816
+ declare const bulkIncrementInventoryItemsByVariantAndLocation: ReturnType<typeof createRESTModule$6<typeof publicBulkIncrementInventoryItemsByVariantAndLocation>>;
8817
+ declare const onInventoryItemCreated: ReturnType<typeof createEventModule$3<typeof publicOnInventoryItemCreated>>;
8818
+ declare const onInventoryItemUpdated: ReturnType<typeof createEventModule$3<typeof publicOnInventoryItemUpdated>>;
8819
+ declare const onInventoryItemStockStatusUpdated: ReturnType<typeof createEventModule$3<typeof publicOnInventoryItemStockStatusUpdated>>;
8820
+ declare const onInventoryItemUpdatedWithReason: ReturnType<typeof createEventModule$3<typeof publicOnInventoryItemUpdatedWithReason>>;
8821
+ declare const onInventoryItemDeleted: ReturnType<typeof createEventModule$3<typeof publicOnInventoryItemDeleted>>;
9116
8822
 
9117
8823
  type context$6_AdjustInventoryAction = AdjustInventoryAction;
9118
8824
  type context$6_AdjustInventoryActionActionOneOf = AdjustInventoryActionActionOneOf;
@@ -9208,30 +8914,11 @@ declare const context$6_onInventoryItemDeleted: typeof onInventoryItemDeleted;
9208
8914
  declare const context$6_onInventoryItemStockStatusUpdated: typeof onInventoryItemStockStatusUpdated;
9209
8915
  declare const context$6_onInventoryItemUpdated: typeof onInventoryItemUpdated;
9210
8916
  declare const context$6_onInventoryItemUpdatedWithReason: typeof onInventoryItemUpdatedWithReason;
9211
- type context$6_publicBulkCreateInventoryItems_Type = publicBulkCreateInventoryItems_Type;
9212
- type context$6_publicBulkDecrementInventoryItemsByVariantAndLocation_Type = publicBulkDecrementInventoryItemsByVariantAndLocation_Type;
9213
- type context$6_publicBulkDecrementInventoryItems_Type = publicBulkDecrementInventoryItems_Type;
9214
- type context$6_publicBulkDeleteInventoryItems_Type = publicBulkDeleteInventoryItems_Type;
9215
- type context$6_publicBulkIncrementInventoryItemsByVariantAndLocation_Type = publicBulkIncrementInventoryItemsByVariantAndLocation_Type;
9216
- type context$6_publicBulkIncrementInventoryItems_Type = publicBulkIncrementInventoryItems_Type;
9217
- type context$6_publicBulkUpdateInventoryItemsByFilter_Type = publicBulkUpdateInventoryItemsByFilter_Type;
9218
- type context$6_publicBulkUpdateInventoryItems_Type = publicBulkUpdateInventoryItems_Type;
9219
- type context$6_publicCreateInventoryItem_Type = publicCreateInventoryItem_Type;
9220
- type context$6_publicDeleteInventoryItem_Type = publicDeleteInventoryItem_Type;
9221
- type context$6_publicGetInventoryItem_Type = publicGetInventoryItem_Type;
9222
- type context$6_publicOnInventoryItemCreated_Type = publicOnInventoryItemCreated_Type;
9223
- type context$6_publicOnInventoryItemDeleted_Type = publicOnInventoryItemDeleted_Type;
9224
- type context$6_publicOnInventoryItemStockStatusUpdated_Type = publicOnInventoryItemStockStatusUpdated_Type;
9225
- type context$6_publicOnInventoryItemUpdatedWithReason_Type = publicOnInventoryItemUpdatedWithReason_Type;
9226
- type context$6_publicOnInventoryItemUpdated_Type = publicOnInventoryItemUpdated_Type;
9227
- type context$6_publicQueryInventoryItems_Type = publicQueryInventoryItems_Type;
9228
- type context$6_publicSearchInventoryItems_Type = publicSearchInventoryItems_Type;
9229
- type context$6_publicUpdateInventoryItem_Type = publicUpdateInventoryItem_Type;
9230
8917
  declare const context$6_queryInventoryItems: typeof queryInventoryItems;
9231
8918
  declare const context$6_searchInventoryItems: typeof searchInventoryItems;
9232
8919
  declare const context$6_updateInventoryItem: typeof updateInventoryItem;
9233
8920
  declare namespace context$6 {
9234
- export { type ActionEvent$3 as ActionEvent, type context$6_AdjustInventoryAction as AdjustInventoryAction, type context$6_AdjustInventoryActionActionOneOf as AdjustInventoryActionActionOneOf, type Aggregation$1 as Aggregation, type AggregationData$1 as AggregationData, type AggregationKindOneOf$1 as AggregationKindOneOf, type AggregationResults$1 as AggregationResults, type AggregationResultsResultOneOf$1 as AggregationResultsResultOneOf, type AggregationResultsScalarResult$1 as AggregationResultsScalarResult, AggregationType$1 as AggregationType, type App$3 as App, type ApplicationError$2 as ApplicationError, AvailabilityStatus$1 as AvailabilityStatus, type BaseEventMetadata$3 as BaseEventMetadata, type BulkActionMetadata$2 as BulkActionMetadata, type context$6_BulkCreateInventoryItemsOptions as BulkCreateInventoryItemsOptions, type context$6_BulkCreateInventoryItemsRequest as BulkCreateInventoryItemsRequest, type context$6_BulkCreateInventoryItemsResponse as BulkCreateInventoryItemsResponse, type context$6_BulkCreateInventoryItemsResponseNonNullableFields as BulkCreateInventoryItemsResponseNonNullableFields, type context$6_BulkDecrementInventoryItemsByVariantAndLocationOptions as BulkDecrementInventoryItemsByVariantAndLocationOptions, type context$6_BulkDecrementInventoryItemsByVariantAndLocationRequest as BulkDecrementInventoryItemsByVariantAndLocationRequest, type context$6_BulkDecrementInventoryItemsByVariantAndLocationResponse as BulkDecrementInventoryItemsByVariantAndLocationResponse, type context$6_BulkDecrementInventoryItemsByVariantAndLocationResponseNonNullableFields as BulkDecrementInventoryItemsByVariantAndLocationResponseNonNullableFields, type context$6_BulkDecrementInventoryItemsOptions as BulkDecrementInventoryItemsOptions, type context$6_BulkDecrementInventoryItemsRequest as BulkDecrementInventoryItemsRequest, type context$6_BulkDecrementInventoryItemsResponse as BulkDecrementInventoryItemsResponse, type context$6_BulkDecrementInventoryItemsResponseNonNullableFields as BulkDecrementInventoryItemsResponseNonNullableFields, type context$6_BulkDeleteInventoryItemsRequest as BulkDeleteInventoryItemsRequest, type context$6_BulkDeleteInventoryItemsResponse as BulkDeleteInventoryItemsResponse, type context$6_BulkDeleteInventoryItemsResponseNonNullableFields as BulkDeleteInventoryItemsResponseNonNullableFields, type context$6_BulkIncrementInventoryItemsByVariantAndLocationOptions as BulkIncrementInventoryItemsByVariantAndLocationOptions, type context$6_BulkIncrementInventoryItemsByVariantAndLocationRequest as BulkIncrementInventoryItemsByVariantAndLocationRequest, type context$6_BulkIncrementInventoryItemsByVariantAndLocationResponse as BulkIncrementInventoryItemsByVariantAndLocationResponse, type context$6_BulkIncrementInventoryItemsByVariantAndLocationResponseNonNullableFields as BulkIncrementInventoryItemsByVariantAndLocationResponseNonNullableFields, type context$6_BulkIncrementInventoryItemsOptions as BulkIncrementInventoryItemsOptions, type context$6_BulkIncrementInventoryItemsRequest as BulkIncrementInventoryItemsRequest, type context$6_BulkIncrementInventoryItemsResponse as BulkIncrementInventoryItemsResponse, type context$6_BulkIncrementInventoryItemsResponseNonNullableFields as BulkIncrementInventoryItemsResponseNonNullableFields, type BulkInventoryItemAction$1 as BulkInventoryItemAction, type BulkInventoryItemResult$1 as BulkInventoryItemResult, type context$6_BulkSetInventoryItemsForProductsInLocationRequest as BulkSetInventoryItemsForProductsInLocationRequest, type context$6_BulkSetInventoryItemsForProductsInLocationResponse as BulkSetInventoryItemsForProductsInLocationResponse, type context$6_BulkSetOrAdjustInventoryItemsByFilterRequest as BulkSetOrAdjustInventoryItemsByFilterRequest, type context$6_BulkSetOrAdjustInventoryItemsByFilterResponse as BulkSetOrAdjustInventoryItemsByFilterResponse, type context$6_BulkUpdateInventoryItemsByFilterOptions as BulkUpdateInventoryItemsByFilterOptions, type context$6_BulkUpdateInventoryItemsByFilterRequest as BulkUpdateInventoryItemsByFilterRequest, type context$6_BulkUpdateInventoryItemsByFilterResponse as BulkUpdateInventoryItemsByFilterResponse, type context$6_BulkUpdateInventoryItemsByFilterResponseNonNullableFields as BulkUpdateInventoryItemsByFilterResponseNonNullableFields, type context$6_BulkUpdateInventoryItemsOptions as BulkUpdateInventoryItemsOptions, type BulkUpdateInventoryItemsRequest$1 as BulkUpdateInventoryItemsRequest, type BulkUpdateInventoryItemsResponse$1 as BulkUpdateInventoryItemsResponse, type context$6_BulkUpdateInventoryItemsResponseNonNullableFields as BulkUpdateInventoryItemsResponseNonNullableFields, type context$6_CreateInventoryItemRequest as CreateInventoryItemRequest, type context$6_CreateInventoryItemResponse as CreateInventoryItemResponse, type context$6_CreateInventoryItemResponseNonNullableFields as CreateInventoryItemResponseNonNullableFields, type CursorPaging$3 as CursorPaging, type CursorPagingMetadata$3 as CursorPagingMetadata, type CursorSearch$1 as CursorSearch, type CursorSearchPagingMethodOneOf$1 as CursorSearchPagingMethodOneOf, type Cursors$3 as Cursors, type DateHistogramAggregation$1 as DateHistogramAggregation, type DateHistogramResult$1 as DateHistogramResult, type DateHistogramResults$1 as DateHistogramResults, type context$6_DecrementDataById as DecrementDataById, type context$6_DecrementDataByVariantAndLocation as DecrementDataByVariantAndLocation, type context$6_DeleteInventoryItemRequest as DeleteInventoryItemRequest, type context$6_DeleteInventoryItemResponse as DeleteInventoryItemResponse, type DomainEvent$3 as DomainEvent, type DomainEventBodyOneOf$3 as DomainEventBodyOneOf, type Empty$4 as Empty, type EntityCreatedEvent$3 as EntityCreatedEvent, type EntityDeletedEvent$3 as EntityDeletedEvent, type EntityUpdatedEvent$3 as EntityUpdatedEvent, type EventMetadata$2 as EventMetadata, type ExtendedFields$1 as ExtendedFields, type File$3 as File, type context$6_GetInventoryItemRequest as GetInventoryItemRequest, type context$6_GetInventoryItemResponse as GetInventoryItemResponse, type context$6_GetInventoryItemResponseNonNullableFields as GetInventoryItemResponseNonNullableFields, type GroupByAggregation$1 as GroupByAggregation, type GroupByAggregationKindOneOf$1 as GroupByAggregationKindOneOf, type GroupByValueResults$1 as GroupByValueResults, type IdentificationData$5 as IdentificationData, type IdentificationDataIdOneOf$5 as IdentificationDataIdOneOf, type IncludeMissingValuesOptions$1 as IncludeMissingValuesOptions, type context$6_IncrementDataById as IncrementDataById, type context$6_IncrementDataByVariantAndLocation as IncrementDataByVariantAndLocation, Interval$1 as Interval, type InvalidateCache$3 as InvalidateCache, type InvalidateCacheGetByOneOf$3 as InvalidateCacheGetByOneOf, type context$6_InventoryCursorPaging as InventoryCursorPaging, type InventoryItem$1 as InventoryItem, type context$6_InventoryItemCreatedEnvelope as InventoryItemCreatedEnvelope, type context$6_InventoryItemDeletedEnvelope as InventoryItemDeletedEnvelope, type InventoryItemNonNullableFields$1 as InventoryItemNonNullableFields, type context$6_InventoryItemStockStatusUpdatedEnvelope as InventoryItemStockStatusUpdatedEnvelope, type context$6_InventoryItemStockStatusUpdatedEvent as InventoryItemStockStatusUpdatedEvent, type InventoryItemTrackingMethodOneOf$1 as InventoryItemTrackingMethodOneOf, type context$6_InventoryItemUpdatedEnvelope as InventoryItemUpdatedEnvelope, type context$6_InventoryItemUpdatedWithReason as InventoryItemUpdatedWithReason, type context$6_InventoryItemUpdatedWithReasonEnvelope as InventoryItemUpdatedWithReasonEnvelope, type context$6_InventoryItemsQueryBuilder as InventoryItemsQueryBuilder, type context$6_InventoryItemsQueryResult as InventoryItemsQueryResult, type context$6_InventoryPaging as InventoryPaging, type context$6_InventoryQuery as InventoryQuery, type context$6_InventoryQueryPagingMethodOneOf as InventoryQueryPagingMethodOneOf, type ItemMetadata$2 as ItemMetadata, type context$6_MaskedInventoryItem as MaskedInventoryItem, type MessageEnvelope$5 as MessageEnvelope, MissingValues$1 as MissingValues, Mode$1 as Mode, type NestedAggregation$1 as NestedAggregation, type NestedAggregationItem$1 as NestedAggregationItem, type NestedAggregationItemKindOneOf$1 as NestedAggregationItemKindOneOf, type NestedAggregationResults$1 as NestedAggregationResults, type NestedAggregationResultsResultOneOf$1 as NestedAggregationResultsResultOneOf, NestedAggregationType$1 as NestedAggregationType, type NestedResultValue$1 as NestedResultValue, type NestedResultValueResultOneOf$1 as NestedResultValueResultOneOf, type NestedResults$1 as NestedResults, type NestedValueAggregationResult$1 as NestedValueAggregationResult, type Page$3 as Page, type PagingMetadata$3 as PagingMetadata, type PlatformOffsetSearch$1 as PlatformOffsetSearch, type PlatformOffsetSearchPagingMethodOneOf$1 as PlatformOffsetSearchPagingMethodOneOf, type PlatformPaging$1 as PlatformPaging, type context$6_PlatformPagingMetadataV2 as PlatformPagingMetadataV2, type PreorderInfo$2 as PreorderInfo, type Product$1 as Product, type context$6_ProductInventoryItems as ProductInventoryItems, type context$6_QueryInventoryItemsRequest as QueryInventoryItemsRequest, type context$6_QueryInventoryItemsResponse as QueryInventoryItemsResponse, type context$6_QueryInventoryItemsResponseNonNullableFields as QueryInventoryItemsResponseNonNullableFields, type RangeAggregation$1 as RangeAggregation, type RangeAggregationResult$1 as RangeAggregationResult, type RangeBucket$1 as RangeBucket, type RangeResult$1 as RangeResult, type RangeResults$1 as RangeResults, ReasonType$1 as ReasonType, type RestoreInfo$3 as RestoreInfo, type Results$1 as Results, type ScalarAggregation$1 as ScalarAggregation, type ScalarResult$1 as ScalarResult, ScalarType$1 as ScalarType, type SearchDetails$1 as SearchDetails, type context$6_SearchInventoryItemsOptions as SearchInventoryItemsOptions, type context$6_SearchInventoryItemsRequest as SearchInventoryItemsRequest, type context$6_SearchInventoryItemsResponse as SearchInventoryItemsResponse, type context$6_SearchInventoryItemsResponseNonNullableFields as SearchInventoryItemsResponseNonNullableFields, type context$6_SearchInventoryItemsWithOffsetRequest as SearchInventoryItemsWithOffsetRequest, type context$6_SearchInventoryItemsWithOffsetResponse as SearchInventoryItemsWithOffsetResponse, SortDirection$1 as SortDirection, SortOrder$3 as SortOrder, SortType$1 as SortType, type Sorting$3 as Sorting, type URI$3 as URI, type context$6_UpdateInventoryItem as UpdateInventoryItem, type context$6_UpdateInventoryItemOptions as UpdateInventoryItemOptions, type context$6_UpdateInventoryItemRequest as UpdateInventoryItemRequest, type context$6_UpdateInventoryItemResponse as UpdateInventoryItemResponse, type context$6_UpdateInventoryItemResponseNonNullableFields as UpdateInventoryItemResponseNonNullableFields, type context$6_V3BulkInventoryItemResult as V3BulkInventoryItemResult, type ValueAggregation$1 as ValueAggregation, type ValueAggregationOptionsOneOf$1 as ValueAggregationOptionsOneOf, type ValueAggregationResult$1 as ValueAggregationResult, type ValueResult$1 as ValueResult, type ValueResults$1 as ValueResults, WebhookIdentityType$5 as WebhookIdentityType, context$6_bulkCreateInventoryItems as bulkCreateInventoryItems, context$6_bulkDecrementInventoryItems as bulkDecrementInventoryItems, context$6_bulkDecrementInventoryItemsByVariantAndLocation as bulkDecrementInventoryItemsByVariantAndLocation, context$6_bulkDeleteInventoryItems as bulkDeleteInventoryItems, context$6_bulkIncrementInventoryItems as bulkIncrementInventoryItems, context$6_bulkIncrementInventoryItemsByVariantAndLocation as bulkIncrementInventoryItemsByVariantAndLocation, context$6_bulkUpdateInventoryItems as bulkUpdateInventoryItems, context$6_bulkUpdateInventoryItemsByFilter as bulkUpdateInventoryItemsByFilter, context$6_createInventoryItem as createInventoryItem, context$6_deleteInventoryItem as deleteInventoryItem, context$6_getInventoryItem as getInventoryItem, context$6_onInventoryItemCreated as onInventoryItemCreated, context$6_onInventoryItemDeleted as onInventoryItemDeleted, context$6_onInventoryItemStockStatusUpdated as onInventoryItemStockStatusUpdated, context$6_onInventoryItemUpdated as onInventoryItemUpdated, context$6_onInventoryItemUpdatedWithReason as onInventoryItemUpdatedWithReason, type context$6_publicBulkCreateInventoryItems_Type as publicBulkCreateInventoryItems_Type, type context$6_publicBulkDecrementInventoryItemsByVariantAndLocation_Type as publicBulkDecrementInventoryItemsByVariantAndLocation_Type, type context$6_publicBulkDecrementInventoryItems_Type as publicBulkDecrementInventoryItems_Type, type context$6_publicBulkDeleteInventoryItems_Type as publicBulkDeleteInventoryItems_Type, type context$6_publicBulkIncrementInventoryItemsByVariantAndLocation_Type as publicBulkIncrementInventoryItemsByVariantAndLocation_Type, type context$6_publicBulkIncrementInventoryItems_Type as publicBulkIncrementInventoryItems_Type, type context$6_publicBulkUpdateInventoryItemsByFilter_Type as publicBulkUpdateInventoryItemsByFilter_Type, type context$6_publicBulkUpdateInventoryItems_Type as publicBulkUpdateInventoryItems_Type, type context$6_publicCreateInventoryItem_Type as publicCreateInventoryItem_Type, type context$6_publicDeleteInventoryItem_Type as publicDeleteInventoryItem_Type, type context$6_publicGetInventoryItem_Type as publicGetInventoryItem_Type, onInventoryItemCreated$1 as publicOnInventoryItemCreated, type context$6_publicOnInventoryItemCreated_Type as publicOnInventoryItemCreated_Type, onInventoryItemDeleted$1 as publicOnInventoryItemDeleted, type context$6_publicOnInventoryItemDeleted_Type as publicOnInventoryItemDeleted_Type, onInventoryItemStockStatusUpdated$1 as publicOnInventoryItemStockStatusUpdated, type context$6_publicOnInventoryItemStockStatusUpdated_Type as publicOnInventoryItemStockStatusUpdated_Type, onInventoryItemUpdated$1 as publicOnInventoryItemUpdated, onInventoryItemUpdatedWithReason$1 as publicOnInventoryItemUpdatedWithReason, type context$6_publicOnInventoryItemUpdatedWithReason_Type as publicOnInventoryItemUpdatedWithReason_Type, type context$6_publicOnInventoryItemUpdated_Type as publicOnInventoryItemUpdated_Type, type context$6_publicQueryInventoryItems_Type as publicQueryInventoryItems_Type, type context$6_publicSearchInventoryItems_Type as publicSearchInventoryItems_Type, type context$6_publicUpdateInventoryItem_Type as publicUpdateInventoryItem_Type, context$6_queryInventoryItems as queryInventoryItems, context$6_searchInventoryItems as searchInventoryItems, context$6_updateInventoryItem as updateInventoryItem };
8921
+ export { type ActionEvent$3 as ActionEvent, type context$6_AdjustInventoryAction as AdjustInventoryAction, type context$6_AdjustInventoryActionActionOneOf as AdjustInventoryActionActionOneOf, type Aggregation$1 as Aggregation, type AggregationData$1 as AggregationData, type AggregationKindOneOf$1 as AggregationKindOneOf, type AggregationResults$1 as AggregationResults, type AggregationResultsResultOneOf$1 as AggregationResultsResultOneOf, type AggregationResultsScalarResult$1 as AggregationResultsScalarResult, AggregationType$1 as AggregationType, type App$3 as App, type ApplicationError$2 as ApplicationError, AvailabilityStatus$1 as AvailabilityStatus, type BaseEventMetadata$3 as BaseEventMetadata, type BulkActionMetadata$2 as BulkActionMetadata, type context$6_BulkCreateInventoryItemsOptions as BulkCreateInventoryItemsOptions, type context$6_BulkCreateInventoryItemsRequest as BulkCreateInventoryItemsRequest, type context$6_BulkCreateInventoryItemsResponse as BulkCreateInventoryItemsResponse, type context$6_BulkCreateInventoryItemsResponseNonNullableFields as BulkCreateInventoryItemsResponseNonNullableFields, type context$6_BulkDecrementInventoryItemsByVariantAndLocationOptions as BulkDecrementInventoryItemsByVariantAndLocationOptions, type context$6_BulkDecrementInventoryItemsByVariantAndLocationRequest as BulkDecrementInventoryItemsByVariantAndLocationRequest, type context$6_BulkDecrementInventoryItemsByVariantAndLocationResponse as BulkDecrementInventoryItemsByVariantAndLocationResponse, type context$6_BulkDecrementInventoryItemsByVariantAndLocationResponseNonNullableFields as BulkDecrementInventoryItemsByVariantAndLocationResponseNonNullableFields, type context$6_BulkDecrementInventoryItemsOptions as BulkDecrementInventoryItemsOptions, type context$6_BulkDecrementInventoryItemsRequest as BulkDecrementInventoryItemsRequest, type context$6_BulkDecrementInventoryItemsResponse as BulkDecrementInventoryItemsResponse, type context$6_BulkDecrementInventoryItemsResponseNonNullableFields as BulkDecrementInventoryItemsResponseNonNullableFields, type context$6_BulkDeleteInventoryItemsRequest as BulkDeleteInventoryItemsRequest, type context$6_BulkDeleteInventoryItemsResponse as BulkDeleteInventoryItemsResponse, type context$6_BulkDeleteInventoryItemsResponseNonNullableFields as BulkDeleteInventoryItemsResponseNonNullableFields, type context$6_BulkIncrementInventoryItemsByVariantAndLocationOptions as BulkIncrementInventoryItemsByVariantAndLocationOptions, type context$6_BulkIncrementInventoryItemsByVariantAndLocationRequest as BulkIncrementInventoryItemsByVariantAndLocationRequest, type context$6_BulkIncrementInventoryItemsByVariantAndLocationResponse as BulkIncrementInventoryItemsByVariantAndLocationResponse, type context$6_BulkIncrementInventoryItemsByVariantAndLocationResponseNonNullableFields as BulkIncrementInventoryItemsByVariantAndLocationResponseNonNullableFields, type context$6_BulkIncrementInventoryItemsOptions as BulkIncrementInventoryItemsOptions, type context$6_BulkIncrementInventoryItemsRequest as BulkIncrementInventoryItemsRequest, type context$6_BulkIncrementInventoryItemsResponse as BulkIncrementInventoryItemsResponse, type context$6_BulkIncrementInventoryItemsResponseNonNullableFields as BulkIncrementInventoryItemsResponseNonNullableFields, type BulkInventoryItemAction$1 as BulkInventoryItemAction, type BulkInventoryItemResult$1 as BulkInventoryItemResult, type context$6_BulkSetInventoryItemsForProductsInLocationRequest as BulkSetInventoryItemsForProductsInLocationRequest, type context$6_BulkSetInventoryItemsForProductsInLocationResponse as BulkSetInventoryItemsForProductsInLocationResponse, type context$6_BulkSetOrAdjustInventoryItemsByFilterRequest as BulkSetOrAdjustInventoryItemsByFilterRequest, type context$6_BulkSetOrAdjustInventoryItemsByFilterResponse as BulkSetOrAdjustInventoryItemsByFilterResponse, type context$6_BulkUpdateInventoryItemsByFilterOptions as BulkUpdateInventoryItemsByFilterOptions, type context$6_BulkUpdateInventoryItemsByFilterRequest as BulkUpdateInventoryItemsByFilterRequest, type context$6_BulkUpdateInventoryItemsByFilterResponse as BulkUpdateInventoryItemsByFilterResponse, type context$6_BulkUpdateInventoryItemsByFilterResponseNonNullableFields as BulkUpdateInventoryItemsByFilterResponseNonNullableFields, type context$6_BulkUpdateInventoryItemsOptions as BulkUpdateInventoryItemsOptions, type BulkUpdateInventoryItemsRequest$1 as BulkUpdateInventoryItemsRequest, type BulkUpdateInventoryItemsResponse$1 as BulkUpdateInventoryItemsResponse, type context$6_BulkUpdateInventoryItemsResponseNonNullableFields as BulkUpdateInventoryItemsResponseNonNullableFields, type context$6_CreateInventoryItemRequest as CreateInventoryItemRequest, type context$6_CreateInventoryItemResponse as CreateInventoryItemResponse, type context$6_CreateInventoryItemResponseNonNullableFields as CreateInventoryItemResponseNonNullableFields, type CursorPaging$3 as CursorPaging, type CursorPagingMetadata$3 as CursorPagingMetadata, type CursorSearch$1 as CursorSearch, type CursorSearchPagingMethodOneOf$1 as CursorSearchPagingMethodOneOf, type Cursors$3 as Cursors, type DateHistogramAggregation$1 as DateHistogramAggregation, type DateHistogramResult$1 as DateHistogramResult, type DateHistogramResults$1 as DateHistogramResults, type context$6_DecrementDataById as DecrementDataById, type context$6_DecrementDataByVariantAndLocation as DecrementDataByVariantAndLocation, type context$6_DeleteInventoryItemRequest as DeleteInventoryItemRequest, type context$6_DeleteInventoryItemResponse as DeleteInventoryItemResponse, type DomainEvent$3 as DomainEvent, type DomainEventBodyOneOf$3 as DomainEventBodyOneOf, type Empty$4 as Empty, type EntityCreatedEvent$3 as EntityCreatedEvent, type EntityDeletedEvent$3 as EntityDeletedEvent, type EntityUpdatedEvent$3 as EntityUpdatedEvent, type EventMetadata$2 as EventMetadata, type ExtendedFields$1 as ExtendedFields, type File$3 as File, type context$6_GetInventoryItemRequest as GetInventoryItemRequest, type context$6_GetInventoryItemResponse as GetInventoryItemResponse, type context$6_GetInventoryItemResponseNonNullableFields as GetInventoryItemResponseNonNullableFields, type GroupByAggregation$1 as GroupByAggregation, type GroupByAggregationKindOneOf$1 as GroupByAggregationKindOneOf, type GroupByValueResults$1 as GroupByValueResults, type IdentificationData$5 as IdentificationData, type IdentificationDataIdOneOf$5 as IdentificationDataIdOneOf, type IncludeMissingValuesOptions$1 as IncludeMissingValuesOptions, type context$6_IncrementDataById as IncrementDataById, type context$6_IncrementDataByVariantAndLocation as IncrementDataByVariantAndLocation, Interval$1 as Interval, type InvalidateCache$3 as InvalidateCache, type InvalidateCacheGetByOneOf$3 as InvalidateCacheGetByOneOf, type context$6_InventoryCursorPaging as InventoryCursorPaging, type InventoryItem$1 as InventoryItem, type context$6_InventoryItemCreatedEnvelope as InventoryItemCreatedEnvelope, type context$6_InventoryItemDeletedEnvelope as InventoryItemDeletedEnvelope, type InventoryItemNonNullableFields$1 as InventoryItemNonNullableFields, type context$6_InventoryItemStockStatusUpdatedEnvelope as InventoryItemStockStatusUpdatedEnvelope, type context$6_InventoryItemStockStatusUpdatedEvent as InventoryItemStockStatusUpdatedEvent, type InventoryItemTrackingMethodOneOf$1 as InventoryItemTrackingMethodOneOf, type context$6_InventoryItemUpdatedEnvelope as InventoryItemUpdatedEnvelope, type context$6_InventoryItemUpdatedWithReason as InventoryItemUpdatedWithReason, type context$6_InventoryItemUpdatedWithReasonEnvelope as InventoryItemUpdatedWithReasonEnvelope, type context$6_InventoryItemsQueryBuilder as InventoryItemsQueryBuilder, type context$6_InventoryItemsQueryResult as InventoryItemsQueryResult, type context$6_InventoryPaging as InventoryPaging, type context$6_InventoryQuery as InventoryQuery, type context$6_InventoryQueryPagingMethodOneOf as InventoryQueryPagingMethodOneOf, type ItemMetadata$2 as ItemMetadata, type context$6_MaskedInventoryItem as MaskedInventoryItem, type MessageEnvelope$5 as MessageEnvelope, MissingValues$1 as MissingValues, Mode$1 as Mode, type NestedAggregation$1 as NestedAggregation, type NestedAggregationItem$1 as NestedAggregationItem, type NestedAggregationItemKindOneOf$1 as NestedAggregationItemKindOneOf, type NestedAggregationResults$1 as NestedAggregationResults, type NestedAggregationResultsResultOneOf$1 as NestedAggregationResultsResultOneOf, NestedAggregationType$1 as NestedAggregationType, type NestedResultValue$1 as NestedResultValue, type NestedResultValueResultOneOf$1 as NestedResultValueResultOneOf, type NestedResults$1 as NestedResults, type NestedValueAggregationResult$1 as NestedValueAggregationResult, type Page$3 as Page, type PagingMetadata$3 as PagingMetadata, type PlatformOffsetSearch$1 as PlatformOffsetSearch, type PlatformOffsetSearchPagingMethodOneOf$1 as PlatformOffsetSearchPagingMethodOneOf, type PlatformPaging$1 as PlatformPaging, type context$6_PlatformPagingMetadataV2 as PlatformPagingMetadataV2, type PreorderInfo$2 as PreorderInfo, type Product$1 as Product, type context$6_ProductInventoryItems as ProductInventoryItems, type context$6_QueryInventoryItemsRequest as QueryInventoryItemsRequest, type context$6_QueryInventoryItemsResponse as QueryInventoryItemsResponse, type context$6_QueryInventoryItemsResponseNonNullableFields as QueryInventoryItemsResponseNonNullableFields, type RangeAggregation$1 as RangeAggregation, type RangeAggregationResult$1 as RangeAggregationResult, type RangeBucket$1 as RangeBucket, type RangeResult$1 as RangeResult, type RangeResults$1 as RangeResults, ReasonType$1 as ReasonType, type RestoreInfo$3 as RestoreInfo, type Results$1 as Results, type ScalarAggregation$1 as ScalarAggregation, type ScalarResult$1 as ScalarResult, ScalarType$1 as ScalarType, type SearchDetails$1 as SearchDetails, type context$6_SearchInventoryItemsOptions as SearchInventoryItemsOptions, type context$6_SearchInventoryItemsRequest as SearchInventoryItemsRequest, type context$6_SearchInventoryItemsResponse as SearchInventoryItemsResponse, type context$6_SearchInventoryItemsResponseNonNullableFields as SearchInventoryItemsResponseNonNullableFields, type context$6_SearchInventoryItemsWithOffsetRequest as SearchInventoryItemsWithOffsetRequest, type context$6_SearchInventoryItemsWithOffsetResponse as SearchInventoryItemsWithOffsetResponse, SortDirection$1 as SortDirection, SortOrder$3 as SortOrder, SortType$1 as SortType, type Sorting$3 as Sorting, type URI$3 as URI, type context$6_UpdateInventoryItem as UpdateInventoryItem, type context$6_UpdateInventoryItemOptions as UpdateInventoryItemOptions, type context$6_UpdateInventoryItemRequest as UpdateInventoryItemRequest, type context$6_UpdateInventoryItemResponse as UpdateInventoryItemResponse, type context$6_UpdateInventoryItemResponseNonNullableFields as UpdateInventoryItemResponseNonNullableFields, type context$6_V3BulkInventoryItemResult as V3BulkInventoryItemResult, type ValueAggregation$1 as ValueAggregation, type ValueAggregationOptionsOneOf$1 as ValueAggregationOptionsOneOf, type ValueAggregationResult$1 as ValueAggregationResult, type ValueResult$1 as ValueResult, type ValueResults$1 as ValueResults, WebhookIdentityType$5 as WebhookIdentityType, context$6_bulkCreateInventoryItems as bulkCreateInventoryItems, context$6_bulkDecrementInventoryItems as bulkDecrementInventoryItems, context$6_bulkDecrementInventoryItemsByVariantAndLocation as bulkDecrementInventoryItemsByVariantAndLocation, context$6_bulkDeleteInventoryItems as bulkDeleteInventoryItems, context$6_bulkIncrementInventoryItems as bulkIncrementInventoryItems, context$6_bulkIncrementInventoryItemsByVariantAndLocation as bulkIncrementInventoryItemsByVariantAndLocation, context$6_bulkUpdateInventoryItems as bulkUpdateInventoryItems, context$6_bulkUpdateInventoryItemsByFilter as bulkUpdateInventoryItemsByFilter, context$6_createInventoryItem as createInventoryItem, context$6_deleteInventoryItem as deleteInventoryItem, context$6_getInventoryItem as getInventoryItem, context$6_onInventoryItemCreated as onInventoryItemCreated, context$6_onInventoryItemDeleted as onInventoryItemDeleted, context$6_onInventoryItemStockStatusUpdated as onInventoryItemStockStatusUpdated, context$6_onInventoryItemUpdated as onInventoryItemUpdated, context$6_onInventoryItemUpdatedWithReason as onInventoryItemUpdatedWithReason, context$6_queryInventoryItems as queryInventoryItems, context$6_searchInventoryItems as searchInventoryItems, context$6_updateInventoryItem as updateInventoryItem };
9235
8922
  }
9236
8923
 
9237
8924
  interface V3Product extends V3ProductTypedPropertiesOneOf {
@@ -15805,113 +15492,42 @@ interface BulkRemoveProductsFromCategoriesByFilterOptions {
15805
15492
  search?: WixCommonSearchDetails;
15806
15493
  }
15807
15494
 
15808
- declare function catalogCreateProduct$1(httpClient: HttpClient): (product: V3Product, options?: CatalogCreateProductOptions) => Promise<V3Product & V3ProductNonNullableFields>;
15809
- declare function createProductWithInventory$1(httpClient: HttpClient): (product: ProductWithInventory, options?: CreateProductWithInventoryOptions) => Promise<CreateProductWithInventoryResponse & CreateProductWithInventoryResponseNonNullableFields>;
15810
- declare function catalogUpdateProduct$1(httpClient: HttpClient): (_id: string | null, product: CatalogUpdateProduct, options?: CatalogUpdateProductOptions) => Promise<V3Product & V3ProductNonNullableFields>;
15811
- declare function updateProductWithInventory$1(httpClient: HttpClient): (_id: string | null, product: UpdateProductWithInventoryProduct, options?: UpdateProductWithInventoryOptions) => Promise<UpdateProductWithInventoryResponse & UpdateProductWithInventoryResponseNonNullableFields>;
15812
- declare function catalogBulkCreateProducts$1(httpClient: HttpClient): (products: V3Product[], options?: CatalogBulkCreateProductsOptions) => Promise<BulkCreateProductsResponse & BulkCreateProductsResponseNonNullableFields>;
15813
- declare function bulkCreateProductsWithInventory$1(httpClient: HttpClient): (products: ProductWithInventory[], options?: BulkCreateProductsWithInventoryOptions) => Promise<BulkCreateProductsWithInventoryResponse & BulkCreateProductsWithInventoryResponseNonNullableFields>;
15814
- declare function catalogBulkUpdateProducts$1(httpClient: HttpClient): (products: V3MaskedProduct[], options?: CatalogBulkUpdateProductsOptions) => Promise<BulkUpdateProductsResponse & BulkUpdateProductsResponseNonNullableFields>;
15815
- declare function bulkUpdateProductsWithInventory$1(httpClient: HttpClient): (products: MaskedProductWithInventory[], options?: BulkUpdateProductsWithInventoryOptions) => Promise<BulkUpdateProductsWithInventoryResponse & BulkUpdateProductsWithInventoryResponseNonNullableFields>;
15816
- declare function catalogBulkUpdateProductsByFilter$1(httpClient: HttpClient): (filter: Record<string, any> | null, options?: CatalogBulkUpdateProductsByFilterOptions) => Promise<V3BulkUpdateProductsByFilterResponse & V3BulkUpdateProductsByFilterResponseNonNullableFields>;
15817
- declare function catalogUpdateExtendedFields$1(httpClient: HttpClient): (productId: string, namespace: string, options?: CatalogUpdateExtendedFieldsOptions) => Promise<V3UpdateExtendedFieldsResponse & V3UpdateExtendedFieldsResponseNonNullableFields>;
15818
- declare function catalogDeleteProduct$1(httpClient: HttpClient): (productId: string) => Promise<void>;
15819
- declare function catalogBulkDeleteProducts$1(httpClient: HttpClient): (productIds: string[]) => Promise<V3BulkDeleteProductsResponse & V3BulkDeleteProductsResponseNonNullableFields>;
15820
- declare function catalogBulkDeleteProductsByFilter$1(httpClient: HttpClient): (filter: Record<string, any> | null, options?: CatalogBulkDeleteProductsByFilterOptions) => Promise<V3BulkDeleteProductsByFilterResponse & V3BulkDeleteProductsByFilterResponseNonNullableFields>;
15821
- declare function catalogGetProduct$1(httpClient: HttpClient): (productId: string, options?: CatalogGetProductOptions) => Promise<V3Product & V3ProductNonNullableFields>;
15822
- declare function catalogGetProductBySlug$1(httpClient: HttpClient): (slug: string, options?: CatalogGetProductBySlugOptions) => Promise<V3GetProductBySlugResponse & V3GetProductBySlugResponseNonNullableFields>;
15823
- declare function catalogSearchProducts$1(httpClient: HttpClient): (options?: CatalogSearchProductsOptions) => Promise<V3SearchProductsResponse & V3SearchProductsResponseNonNullableFields>;
15824
- declare function catalogQueryProducts$1(httpClient: HttpClient): (options?: QueryProductsOptions) => ProductsQueryBuilder;
15825
- declare function catalogCountProducts$1(httpClient: HttpClient): (options?: CatalogCountProductsOptions) => Promise<V3CountProductsResponse & V3CountProductsResponseNonNullableFields>;
15826
- declare function bulkUpdateProductVariantsByFilter$1(httpClient: HttpClient): (filter: Record<string, any> | null, options?: BulkUpdateProductVariantsByFilterOptions) => Promise<BulkUpdateProductVariantsByFilterResponse & BulkUpdateProductVariantsByFilterResponseNonNullableFields>;
15827
- declare function bulkAdjustProductVariantsByFilter$1(httpClient: HttpClient): (filter: Record<string, any> | null, options?: BulkAdjustProductVariantsByFilterOptions) => Promise<BulkAdjustProductVariantsByFilterResponse & BulkAdjustProductVariantsByFilterResponseNonNullableFields>;
15828
- declare function catalogBulkAddInfoSectionsToProductsByFilter$1(httpClient: HttpClient): (filter: Record<string, any> | null, options?: CatalogBulkAddInfoSectionsToProductsByFilterOptions) => Promise<V3BulkAddInfoSectionsToProductsByFilterResponse & V3BulkAddInfoSectionsToProductsByFilterResponseNonNullableFields>;
15829
- declare function catalogBulkAddInfoSectionsToProducts$1(httpClient: HttpClient): (products: V3ProductIdWithRevision[], options?: CatalogBulkAddInfoSectionsToProductsOptions) => Promise<V3BulkAddInfoSectionsToProductsResponse & V3BulkAddInfoSectionsToProductsResponseNonNullableFields>;
15830
- declare function catalogBulkRemoveInfoSectionsFromProductsByFilter$1(httpClient: HttpClient): (filter: Record<string, any> | null, options?: CatalogBulkRemoveInfoSectionsFromProductsByFilterOptions) => Promise<V3BulkRemoveInfoSectionsFromProductsByFilterResponse & V3BulkRemoveInfoSectionsFromProductsByFilterResponseNonNullableFields>;
15831
- declare function catalogBulkRemoveInfoSectionsFromProducts$1(httpClient: HttpClient): (products: V3ProductIdWithRevision[], options?: CatalogBulkRemoveInfoSectionsFromProductsOptions) => Promise<V3BulkRemoveInfoSectionsFromProductsResponse & V3BulkRemoveInfoSectionsFromProductsResponseNonNullableFields>;
15832
- declare function bulkAddProductsToCategoriesByFilter$1(httpClient: HttpClient): (options?: BulkAddProductsToCategoriesByFilterOptions) => Promise<BulkAddProductsToCategoriesByFilterResponse & BulkAddProductsToCategoriesByFilterResponseNonNullableFields>;
15833
- declare function bulkRemoveProductsFromCategoriesByFilter$1(httpClient: HttpClient): (options?: BulkRemoveProductsFromCategoriesByFilterOptions) => Promise<BulkRemoveProductsFromCategoriesByFilterResponse & BulkRemoveProductsFromCategoriesByFilterResponseNonNullableFields>;
15834
- declare const onProductCreated$1: EventDefinition<ProductCreatedEnvelope, "wix.stores.catalog.v3.product_created">;
15835
- declare const onProductUpdated$1: EventDefinition<ProductUpdatedEnvelope, "wix.stores.catalog.v3.product_updated">;
15836
- declare const onProductVariantAdded$1: EventDefinition<ProductVariantAddedEnvelope, "wix.stores.catalog.v3.product_variant_added">;
15837
- declare const onProductVariantUpdated$1: EventDefinition<ProductVariantUpdatedEnvelope, "wix.stores.catalog.v3.product_variant_updated">;
15838
- declare const onProductVariantRemoved$1: EventDefinition<ProductVariantRemovedEnvelope, "wix.stores.catalog.v3.product_variant_removed">;
15839
- declare const onProductDeleted$1: EventDefinition<ProductDeletedEnvelope, "wix.stores.catalog.v3.product_deleted">;
15840
-
15841
15495
  declare function createRESTModule$5<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
15842
15496
 
15843
15497
  declare function createEventModule$2<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
15844
15498
 
15845
- type publicCatalogCreateProduct_Type = typeof catalogCreateProduct$1;
15846
- declare const catalogCreateProduct: ReturnType<typeof createRESTModule$5<publicCatalogCreateProduct_Type>>;
15847
- type publicCreateProductWithInventory_Type = typeof createProductWithInventory$1;
15848
- declare const createProductWithInventory: ReturnType<typeof createRESTModule$5<publicCreateProductWithInventory_Type>>;
15849
- type publicCatalogUpdateProduct_Type = typeof catalogUpdateProduct$1;
15850
- declare const catalogUpdateProduct: ReturnType<typeof createRESTModule$5<publicCatalogUpdateProduct_Type>>;
15851
- type publicUpdateProductWithInventory_Type = typeof updateProductWithInventory$1;
15852
- declare const updateProductWithInventory: ReturnType<typeof createRESTModule$5<publicUpdateProductWithInventory_Type>>;
15853
- type publicCatalogBulkCreateProducts_Type = typeof catalogBulkCreateProducts$1;
15854
- declare const catalogBulkCreateProducts: ReturnType<typeof createRESTModule$5<publicCatalogBulkCreateProducts_Type>>;
15855
- type publicBulkCreateProductsWithInventory_Type = typeof bulkCreateProductsWithInventory$1;
15856
- declare const bulkCreateProductsWithInventory: ReturnType<typeof createRESTModule$5<publicBulkCreateProductsWithInventory_Type>>;
15857
- type publicCatalogBulkUpdateProducts_Type = typeof catalogBulkUpdateProducts$1;
15858
- declare const catalogBulkUpdateProducts: ReturnType<typeof createRESTModule$5<publicCatalogBulkUpdateProducts_Type>>;
15859
- type publicBulkUpdateProductsWithInventory_Type = typeof bulkUpdateProductsWithInventory$1;
15860
- declare const bulkUpdateProductsWithInventory: ReturnType<typeof createRESTModule$5<publicBulkUpdateProductsWithInventory_Type>>;
15861
- type publicCatalogBulkUpdateProductsByFilter_Type = typeof catalogBulkUpdateProductsByFilter$1;
15862
- declare const catalogBulkUpdateProductsByFilter: ReturnType<typeof createRESTModule$5<publicCatalogBulkUpdateProductsByFilter_Type>>;
15863
- type publicCatalogUpdateExtendedFields_Type = typeof catalogUpdateExtendedFields$1;
15864
- declare const catalogUpdateExtendedFields: ReturnType<typeof createRESTModule$5<publicCatalogUpdateExtendedFields_Type>>;
15865
- type publicCatalogDeleteProduct_Type = typeof catalogDeleteProduct$1;
15866
- declare const catalogDeleteProduct: ReturnType<typeof createRESTModule$5<publicCatalogDeleteProduct_Type>>;
15867
- type publicCatalogBulkDeleteProducts_Type = typeof catalogBulkDeleteProducts$1;
15868
- declare const catalogBulkDeleteProducts: ReturnType<typeof createRESTModule$5<publicCatalogBulkDeleteProducts_Type>>;
15869
- type publicCatalogBulkDeleteProductsByFilter_Type = typeof catalogBulkDeleteProductsByFilter$1;
15870
- declare const catalogBulkDeleteProductsByFilter: ReturnType<typeof createRESTModule$5<publicCatalogBulkDeleteProductsByFilter_Type>>;
15871
- type publicCatalogGetProduct_Type = typeof catalogGetProduct$1;
15872
- declare const catalogGetProduct: ReturnType<typeof createRESTModule$5<publicCatalogGetProduct_Type>>;
15873
- type publicCatalogGetProductBySlug_Type = typeof catalogGetProductBySlug$1;
15874
- declare const catalogGetProductBySlug: ReturnType<typeof createRESTModule$5<publicCatalogGetProductBySlug_Type>>;
15875
- type publicCatalogSearchProducts_Type = typeof catalogSearchProducts$1;
15876
- declare const catalogSearchProducts: ReturnType<typeof createRESTModule$5<publicCatalogSearchProducts_Type>>;
15877
- type publicCatalogQueryProducts_Type = typeof catalogQueryProducts$1;
15878
- declare const catalogQueryProducts: ReturnType<typeof createRESTModule$5<publicCatalogQueryProducts_Type>>;
15879
- type publicCatalogCountProducts_Type = typeof catalogCountProducts$1;
15880
- declare const catalogCountProducts: ReturnType<typeof createRESTModule$5<publicCatalogCountProducts_Type>>;
15881
- type publicBulkUpdateProductVariantsByFilter_Type = typeof bulkUpdateProductVariantsByFilter$1;
15882
- declare const bulkUpdateProductVariantsByFilter: ReturnType<typeof createRESTModule$5<publicBulkUpdateProductVariantsByFilter_Type>>;
15883
- type publicBulkAdjustProductVariantsByFilter_Type = typeof bulkAdjustProductVariantsByFilter$1;
15884
- declare const bulkAdjustProductVariantsByFilter: ReturnType<typeof createRESTModule$5<publicBulkAdjustProductVariantsByFilter_Type>>;
15885
- type publicCatalogBulkAddInfoSectionsToProductsByFilter_Type = typeof catalogBulkAddInfoSectionsToProductsByFilter$1;
15886
- declare const catalogBulkAddInfoSectionsToProductsByFilter: ReturnType<typeof createRESTModule$5<publicCatalogBulkAddInfoSectionsToProductsByFilter_Type>>;
15887
- type publicCatalogBulkAddInfoSectionsToProducts_Type = typeof catalogBulkAddInfoSectionsToProducts$1;
15888
- declare const catalogBulkAddInfoSectionsToProducts: ReturnType<typeof createRESTModule$5<publicCatalogBulkAddInfoSectionsToProducts_Type>>;
15889
- type publicCatalogBulkRemoveInfoSectionsFromProductsByFilter_Type = typeof catalogBulkRemoveInfoSectionsFromProductsByFilter$1;
15890
- declare const catalogBulkRemoveInfoSectionsFromProductsByFilter: ReturnType<typeof createRESTModule$5<publicCatalogBulkRemoveInfoSectionsFromProductsByFilter_Type>>;
15891
- type publicCatalogBulkRemoveInfoSectionsFromProducts_Type = typeof catalogBulkRemoveInfoSectionsFromProducts$1;
15892
- declare const catalogBulkRemoveInfoSectionsFromProducts: ReturnType<typeof createRESTModule$5<publicCatalogBulkRemoveInfoSectionsFromProducts_Type>>;
15893
- type publicBulkAddProductsToCategoriesByFilter_Type = typeof bulkAddProductsToCategoriesByFilter$1;
15894
- declare const bulkAddProductsToCategoriesByFilter: ReturnType<typeof createRESTModule$5<publicBulkAddProductsToCategoriesByFilter_Type>>;
15895
- type publicBulkRemoveProductsFromCategoriesByFilter_Type = typeof bulkRemoveProductsFromCategoriesByFilter$1;
15896
- declare const bulkRemoveProductsFromCategoriesByFilter: ReturnType<typeof createRESTModule$5<publicBulkRemoveProductsFromCategoriesByFilter_Type>>;
15897
-
15898
- type publicOnProductCreated_Type = typeof onProductCreated$1;
15899
- declare const onProductCreated: ReturnType<typeof createEventModule$2<publicOnProductCreated_Type>>;
15900
-
15901
- type publicOnProductUpdated_Type = typeof onProductUpdated$1;
15902
- declare const onProductUpdated: ReturnType<typeof createEventModule$2<publicOnProductUpdated_Type>>;
15903
-
15904
- type publicOnProductVariantAdded_Type = typeof onProductVariantAdded$1;
15905
- declare const onProductVariantAdded: ReturnType<typeof createEventModule$2<publicOnProductVariantAdded_Type>>;
15906
-
15907
- type publicOnProductVariantUpdated_Type = typeof onProductVariantUpdated$1;
15908
- declare const onProductVariantUpdated: ReturnType<typeof createEventModule$2<publicOnProductVariantUpdated_Type>>;
15909
-
15910
- type publicOnProductVariantRemoved_Type = typeof onProductVariantRemoved$1;
15911
- declare const onProductVariantRemoved: ReturnType<typeof createEventModule$2<publicOnProductVariantRemoved_Type>>;
15912
-
15913
- type publicOnProductDeleted_Type = typeof onProductDeleted$1;
15914
- declare const onProductDeleted: ReturnType<typeof createEventModule$2<publicOnProductDeleted_Type>>;
15499
+ declare const catalogCreateProduct: ReturnType<typeof createRESTModule$5<typeof publicCatalogCreateProduct>>;
15500
+ declare const createProductWithInventory: ReturnType<typeof createRESTModule$5<typeof publicCreateProductWithInventory>>;
15501
+ declare const catalogUpdateProduct: ReturnType<typeof createRESTModule$5<typeof publicCatalogUpdateProduct>>;
15502
+ declare const updateProductWithInventory: ReturnType<typeof createRESTModule$5<typeof publicUpdateProductWithInventory>>;
15503
+ declare const catalogBulkCreateProducts: ReturnType<typeof createRESTModule$5<typeof publicCatalogBulkCreateProducts>>;
15504
+ declare const bulkCreateProductsWithInventory: ReturnType<typeof createRESTModule$5<typeof publicBulkCreateProductsWithInventory>>;
15505
+ declare const catalogBulkUpdateProducts: ReturnType<typeof createRESTModule$5<typeof publicCatalogBulkUpdateProducts>>;
15506
+ declare const bulkUpdateProductsWithInventory: ReturnType<typeof createRESTModule$5<typeof publicBulkUpdateProductsWithInventory>>;
15507
+ declare const catalogBulkUpdateProductsByFilter: ReturnType<typeof createRESTModule$5<typeof publicCatalogBulkUpdateProductsByFilter>>;
15508
+ declare const catalogUpdateExtendedFields: ReturnType<typeof createRESTModule$5<typeof publicCatalogUpdateExtendedFields>>;
15509
+ declare const catalogDeleteProduct: ReturnType<typeof createRESTModule$5<typeof publicCatalogDeleteProduct>>;
15510
+ declare const catalogBulkDeleteProducts: ReturnType<typeof createRESTModule$5<typeof publicCatalogBulkDeleteProducts>>;
15511
+ declare const catalogBulkDeleteProductsByFilter: ReturnType<typeof createRESTModule$5<typeof publicCatalogBulkDeleteProductsByFilter>>;
15512
+ declare const catalogGetProduct: ReturnType<typeof createRESTModule$5<typeof publicCatalogGetProduct>>;
15513
+ declare const catalogGetProductBySlug: ReturnType<typeof createRESTModule$5<typeof publicCatalogGetProductBySlug>>;
15514
+ declare const catalogSearchProducts: ReturnType<typeof createRESTModule$5<typeof publicCatalogSearchProducts>>;
15515
+ declare const catalogQueryProducts: ReturnType<typeof createRESTModule$5<typeof publicCatalogQueryProducts>>;
15516
+ declare const catalogCountProducts: ReturnType<typeof createRESTModule$5<typeof publicCatalogCountProducts>>;
15517
+ declare const bulkUpdateProductVariantsByFilter: ReturnType<typeof createRESTModule$5<typeof publicBulkUpdateProductVariantsByFilter>>;
15518
+ declare const bulkAdjustProductVariantsByFilter: ReturnType<typeof createRESTModule$5<typeof publicBulkAdjustProductVariantsByFilter>>;
15519
+ declare const catalogBulkAddInfoSectionsToProductsByFilter: ReturnType<typeof createRESTModule$5<typeof publicCatalogBulkAddInfoSectionsToProductsByFilter>>;
15520
+ declare const catalogBulkAddInfoSectionsToProducts: ReturnType<typeof createRESTModule$5<typeof publicCatalogBulkAddInfoSectionsToProducts>>;
15521
+ declare const catalogBulkRemoveInfoSectionsFromProductsByFilter: ReturnType<typeof createRESTModule$5<typeof publicCatalogBulkRemoveInfoSectionsFromProductsByFilter>>;
15522
+ declare const catalogBulkRemoveInfoSectionsFromProducts: ReturnType<typeof createRESTModule$5<typeof publicCatalogBulkRemoveInfoSectionsFromProducts>>;
15523
+ declare const bulkAddProductsToCategoriesByFilter: ReturnType<typeof createRESTModule$5<typeof publicBulkAddProductsToCategoriesByFilter>>;
15524
+ declare const bulkRemoveProductsFromCategoriesByFilter: ReturnType<typeof createRESTModule$5<typeof publicBulkRemoveProductsFromCategoriesByFilter>>;
15525
+ declare const onProductCreated: ReturnType<typeof createEventModule$2<typeof publicOnProductCreated>>;
15526
+ declare const onProductUpdated: ReturnType<typeof createEventModule$2<typeof publicOnProductUpdated>>;
15527
+ declare const onProductVariantAdded: ReturnType<typeof createEventModule$2<typeof publicOnProductVariantAdded>>;
15528
+ declare const onProductVariantUpdated: ReturnType<typeof createEventModule$2<typeof publicOnProductVariantUpdated>>;
15529
+ declare const onProductVariantRemoved: ReturnType<typeof createEventModule$2<typeof publicOnProductVariantRemoved>>;
15530
+ declare const onProductDeleted: ReturnType<typeof createEventModule$2<typeof publicOnProductDeleted>>;
15915
15531
 
15916
15532
  type context$5_AdjustValue = AdjustValue;
15917
15533
  type context$5_AdjustValueAdjustValueOneOf = AdjustValueAdjustValueOneOf;
@@ -16551,41 +16167,9 @@ declare const context$5_onProductUpdated: typeof onProductUpdated;
16551
16167
  declare const context$5_onProductVariantAdded: typeof onProductVariantAdded;
16552
16168
  declare const context$5_onProductVariantRemoved: typeof onProductVariantRemoved;
16553
16169
  declare const context$5_onProductVariantUpdated: typeof onProductVariantUpdated;
16554
- type context$5_publicBulkAddProductsToCategoriesByFilter_Type = publicBulkAddProductsToCategoriesByFilter_Type;
16555
- type context$5_publicBulkAdjustProductVariantsByFilter_Type = publicBulkAdjustProductVariantsByFilter_Type;
16556
- type context$5_publicBulkCreateProductsWithInventory_Type = publicBulkCreateProductsWithInventory_Type;
16557
- type context$5_publicBulkRemoveProductsFromCategoriesByFilter_Type = publicBulkRemoveProductsFromCategoriesByFilter_Type;
16558
- type context$5_publicBulkUpdateProductVariantsByFilter_Type = publicBulkUpdateProductVariantsByFilter_Type;
16559
- type context$5_publicBulkUpdateProductsWithInventory_Type = publicBulkUpdateProductsWithInventory_Type;
16560
- type context$5_publicCatalogBulkAddInfoSectionsToProductsByFilter_Type = publicCatalogBulkAddInfoSectionsToProductsByFilter_Type;
16561
- type context$5_publicCatalogBulkAddInfoSectionsToProducts_Type = publicCatalogBulkAddInfoSectionsToProducts_Type;
16562
- type context$5_publicCatalogBulkCreateProducts_Type = publicCatalogBulkCreateProducts_Type;
16563
- type context$5_publicCatalogBulkDeleteProductsByFilter_Type = publicCatalogBulkDeleteProductsByFilter_Type;
16564
- type context$5_publicCatalogBulkDeleteProducts_Type = publicCatalogBulkDeleteProducts_Type;
16565
- type context$5_publicCatalogBulkRemoveInfoSectionsFromProductsByFilter_Type = publicCatalogBulkRemoveInfoSectionsFromProductsByFilter_Type;
16566
- type context$5_publicCatalogBulkRemoveInfoSectionsFromProducts_Type = publicCatalogBulkRemoveInfoSectionsFromProducts_Type;
16567
- type context$5_publicCatalogBulkUpdateProductsByFilter_Type = publicCatalogBulkUpdateProductsByFilter_Type;
16568
- type context$5_publicCatalogBulkUpdateProducts_Type = publicCatalogBulkUpdateProducts_Type;
16569
- type context$5_publicCatalogCountProducts_Type = publicCatalogCountProducts_Type;
16570
- type context$5_publicCatalogCreateProduct_Type = publicCatalogCreateProduct_Type;
16571
- type context$5_publicCatalogDeleteProduct_Type = publicCatalogDeleteProduct_Type;
16572
- type context$5_publicCatalogGetProductBySlug_Type = publicCatalogGetProductBySlug_Type;
16573
- type context$5_publicCatalogGetProduct_Type = publicCatalogGetProduct_Type;
16574
- type context$5_publicCatalogQueryProducts_Type = publicCatalogQueryProducts_Type;
16575
- type context$5_publicCatalogSearchProducts_Type = publicCatalogSearchProducts_Type;
16576
- type context$5_publicCatalogUpdateExtendedFields_Type = publicCatalogUpdateExtendedFields_Type;
16577
- type context$5_publicCatalogUpdateProduct_Type = publicCatalogUpdateProduct_Type;
16578
- type context$5_publicCreateProductWithInventory_Type = publicCreateProductWithInventory_Type;
16579
- type context$5_publicOnProductCreated_Type = publicOnProductCreated_Type;
16580
- type context$5_publicOnProductDeleted_Type = publicOnProductDeleted_Type;
16581
- type context$5_publicOnProductUpdated_Type = publicOnProductUpdated_Type;
16582
- type context$5_publicOnProductVariantAdded_Type = publicOnProductVariantAdded_Type;
16583
- type context$5_publicOnProductVariantRemoved_Type = publicOnProductVariantRemoved_Type;
16584
- type context$5_publicOnProductVariantUpdated_Type = publicOnProductVariantUpdated_Type;
16585
- type context$5_publicUpdateProductWithInventory_Type = publicUpdateProductWithInventory_Type;
16586
16170
  declare const context$5_updateProductWithInventory: typeof updateProductWithInventory;
16587
16171
  declare namespace context$5 {
16588
- export { type ActionEvent$2 as ActionEvent, type context$5_AdjustValue as AdjustValue, type context$5_AdjustValueAdjustValueOneOf as AdjustValueAdjustValueOneOf, type context$5_Aggregation as Aggregation, type context$5_AggregationData as AggregationData, type context$5_AggregationDataAggregationResults as AggregationDataAggregationResults, type context$5_AggregationDataAggregationResultsResultOneOf as AggregationDataAggregationResultsResultOneOf, type context$5_AggregationDataAggregationResultsScalarResult as AggregationDataAggregationResultsScalarResult, type context$5_AggregationDateHistogramAggregation as AggregationDateHistogramAggregation, context$5_AggregationDateHistogramAggregationInterval as AggregationDateHistogramAggregationInterval, type context$5_AggregationKindOneOf as AggregationKindOneOf, type context$5_AggregationNestedAggregation as AggregationNestedAggregation, type context$5_AggregationNestedAggregationNestedAggregationItem as AggregationNestedAggregationNestedAggregationItem, type context$5_AggregationNestedAggregationNestedAggregationItemKindOneOf as AggregationNestedAggregationNestedAggregationItemKindOneOf, context$5_AggregationNestedAggregationNestedAggregationType as AggregationNestedAggregationNestedAggregationType, type context$5_AggregationRangeAggregation as AggregationRangeAggregation, type context$5_AggregationRangeAggregationRangeBucket as AggregationRangeAggregationRangeBucket, type context$5_AggregationResults as AggregationResults, type context$5_AggregationResultsDateHistogramResults as AggregationResultsDateHistogramResults, type context$5_AggregationResultsGroupByValueResults as AggregationResultsGroupByValueResults, type context$5_AggregationResultsNestedAggregationResults as AggregationResultsNestedAggregationResults, type context$5_AggregationResultsNestedAggregationResultsResultOneOf as AggregationResultsNestedAggregationResultsResultOneOf, type context$5_AggregationResultsNestedResults as AggregationResultsNestedResults, type context$5_AggregationResultsRangeResults as AggregationResultsRangeResults, type context$5_AggregationResultsResultOneOf as AggregationResultsResultOneOf, type context$5_AggregationResultsScalarResult as AggregationResultsScalarResult, type context$5_AggregationResultsValueResults as AggregationResultsValueResults, type context$5_AggregationScalarAggregation as AggregationScalarAggregation, context$5_AggregationType as AggregationType, type context$5_AggregationValueAggregation as AggregationValueAggregation, type context$5_AggregationValueAggregationIncludeMissingValuesOptions as AggregationValueAggregationIncludeMissingValuesOptions, context$5_AggregationValueAggregationMissingValues as AggregationValueAggregationMissingValues, type context$5_AggregationValueAggregationOptionsOneOf as AggregationValueAggregationOptionsOneOf, context$5_AggregationValueAggregationSortDirection as AggregationValueAggregationSortDirection, context$5_AggregationValueAggregationSortType as AggregationValueAggregationSortType, context$5_Alignment as Alignment, type context$5_AnchorData as AnchorData, type App$2 as App, type context$5_AppEmbedData as AppEmbedData, type context$5_AppEmbedDataAppDataOneOf as AppEmbedDataAppDataOneOf, context$5_AppType as AppType, type ApplicationError$1 as ApplicationError, type context$5_AudioData as AudioData, context$5_AvailabilityStatus as AvailabilityStatus, type context$5_Background as Background, type context$5_BackgroundBackgroundOneOf as BackgroundBackgroundOneOf, context$5_BackgroundType as BackgroundType, type BaseEventMetadata$2 as BaseEventMetadata, type context$5_BlockquoteData as BlockquoteData, type context$5_BookingData as BookingData, type context$5_Border as Border, type context$5_BorderColors as BorderColors, type context$5_Brand as Brand, type context$5_BreadCrumb as BreadCrumb, type context$5_BreadcrumbsInfo as BreadcrumbsInfo, type BulkActionMetadata$1 as BulkActionMetadata, type context$5_BulkAddInfoSectionsToProductsByFilterRequest as BulkAddInfoSectionsToProductsByFilterRequest, type context$5_BulkAddInfoSectionsToProductsByFilterResponse as BulkAddInfoSectionsToProductsByFilterResponse, type context$5_BulkAddInfoSectionsToProductsRequest as BulkAddInfoSectionsToProductsRequest, type context$5_BulkAddInfoSectionsToProductsResponse as BulkAddInfoSectionsToProductsResponse, type context$5_BulkAddProductsToCategoriesByFilterOptions as BulkAddProductsToCategoriesByFilterOptions, type context$5_BulkAddProductsToCategoriesByFilterRequest as BulkAddProductsToCategoriesByFilterRequest, type context$5_BulkAddProductsToCategoriesByFilterResponse as BulkAddProductsToCategoriesByFilterResponse, type context$5_BulkAddProductsToCategoriesByFilterResponseNonNullableFields as BulkAddProductsToCategoriesByFilterResponseNonNullableFields, type context$5_BulkAdjustProductVariantsByFilterOptions as BulkAdjustProductVariantsByFilterOptions, type context$5_BulkAdjustProductVariantsByFilterRequest as BulkAdjustProductVariantsByFilterRequest, context$5_BulkAdjustProductVariantsByFilterRequestRoundingStrategy as BulkAdjustProductVariantsByFilterRequestRoundingStrategy, type context$5_BulkAdjustProductVariantsByFilterResponse as BulkAdjustProductVariantsByFilterResponse, type context$5_BulkAdjustProductVariantsByFilterResponseNonNullableFields as BulkAdjustProductVariantsByFilterResponseNonNullableFields, type context$5_BulkAdjustVariantsByFilterRequest as BulkAdjustVariantsByFilterRequest, type context$5_BulkAdjustVariantsByFilterResponse as BulkAdjustVariantsByFilterResponse, type context$5_BulkCreateProductsRequest as BulkCreateProductsRequest, type context$5_BulkCreateProductsResponse as BulkCreateProductsResponse, type context$5_BulkCreateProductsResponseNonNullableFields as BulkCreateProductsResponseNonNullableFields, type context$5_BulkCreateProductsWithInventoryOptions as BulkCreateProductsWithInventoryOptions, type context$5_BulkCreateProductsWithInventoryRequest as BulkCreateProductsWithInventoryRequest, type context$5_BulkCreateProductsWithInventoryResponse as BulkCreateProductsWithInventoryResponse, type context$5_BulkCreateProductsWithInventoryResponseNonNullableFields as BulkCreateProductsWithInventoryResponseNonNullableFields, type context$5_BulkDeleteProductsByFilterRequest as BulkDeleteProductsByFilterRequest, type context$5_BulkDeleteProductsByFilterResponse as BulkDeleteProductsByFilterResponse, type context$5_BulkDeleteProductsRequest as BulkDeleteProductsRequest, type context$5_BulkDeleteProductsResponse as BulkDeleteProductsResponse, type context$5_BulkDeleteProductsResponseBulkProductResult as BulkDeleteProductsResponseBulkProductResult, type context$5_BulkInventoryItemAction as BulkInventoryItemAction, type context$5_BulkInventoryItemResult as BulkInventoryItemResult, type context$5_BulkInventoryItemResults as BulkInventoryItemResults, type context$5_BulkProductResult as BulkProductResult, type context$5_BulkProductResults as BulkProductResults, type context$5_BulkRemoveInfoSectionsFromProductsByFilterRequest as BulkRemoveInfoSectionsFromProductsByFilterRequest, type context$5_BulkRemoveInfoSectionsFromProductsByFilterResponse as BulkRemoveInfoSectionsFromProductsByFilterResponse, type context$5_BulkRemoveInfoSectionsFromProductsRequest as BulkRemoveInfoSectionsFromProductsRequest, type context$5_BulkRemoveInfoSectionsFromProductsResponse as BulkRemoveInfoSectionsFromProductsResponse, type context$5_BulkRemoveProductsFromCategoriesByFilterOptions as BulkRemoveProductsFromCategoriesByFilterOptions, type context$5_BulkRemoveProductsFromCategoriesByFilterRequest as BulkRemoveProductsFromCategoriesByFilterRequest, type context$5_BulkRemoveProductsFromCategoriesByFilterResponse as BulkRemoveProductsFromCategoriesByFilterResponse, type context$5_BulkRemoveProductsFromCategoriesByFilterResponseNonNullableFields as BulkRemoveProductsFromCategoriesByFilterResponseNonNullableFields, type context$5_BulkUpdateProductVariantsByFilterOptions as BulkUpdateProductVariantsByFilterOptions, type context$5_BulkUpdateProductVariantsByFilterRequest as BulkUpdateProductVariantsByFilterRequest, type context$5_BulkUpdateProductVariantsByFilterResponse as BulkUpdateProductVariantsByFilterResponse, type context$5_BulkUpdateProductVariantsByFilterResponseNonNullableFields as BulkUpdateProductVariantsByFilterResponseNonNullableFields, type context$5_BulkUpdateProductsByFilterRequest as BulkUpdateProductsByFilterRequest, type context$5_BulkUpdateProductsByFilterResponse as BulkUpdateProductsByFilterResponse, type context$5_BulkUpdateProductsRequest as BulkUpdateProductsRequest, type context$5_BulkUpdateProductsResponse as BulkUpdateProductsResponse, type context$5_BulkUpdateProductsResponseNonNullableFields as BulkUpdateProductsResponseNonNullableFields, type context$5_BulkUpdateProductsWithInventoryOptions as BulkUpdateProductsWithInventoryOptions, type context$5_BulkUpdateProductsWithInventoryRequest as BulkUpdateProductsWithInventoryRequest, type context$5_BulkUpdateProductsWithInventoryResponse as BulkUpdateProductsWithInventoryResponse, type context$5_BulkUpdateProductsWithInventoryResponseNonNullableFields as BulkUpdateProductsWithInventoryResponseNonNullableFields, type context$5_BulkUpdateVariantsByFilterRequest as BulkUpdateVariantsByFilterRequest, type context$5_BulkUpdateVariantsByFilterResponse as BulkUpdateVariantsByFilterResponse, type context$5_BulletedListData as BulletedListData, type context$5_ButtonData as ButtonData, type context$5_CatalogBulkAddInfoSectionsToProductsByFilterOptions as CatalogBulkAddInfoSectionsToProductsByFilterOptions, type context$5_CatalogBulkAddInfoSectionsToProductsOptions as CatalogBulkAddInfoSectionsToProductsOptions, type context$5_CatalogBulkCreateProductsOptions as CatalogBulkCreateProductsOptions, type context$5_CatalogBulkDeleteProductsByFilterOptions as CatalogBulkDeleteProductsByFilterOptions, type context$5_CatalogBulkRemoveInfoSectionsFromProductsByFilterOptions as CatalogBulkRemoveInfoSectionsFromProductsByFilterOptions, type context$5_CatalogBulkRemoveInfoSectionsFromProductsOptions as CatalogBulkRemoveInfoSectionsFromProductsOptions, type context$5_CatalogBulkUpdateProductsByFilterOptions as CatalogBulkUpdateProductsByFilterOptions, type context$5_CatalogBulkUpdateProductsOptions as CatalogBulkUpdateProductsOptions, type context$5_CatalogCountProductsOptions as CatalogCountProductsOptions, type context$5_CatalogCreateProductOptions as CatalogCreateProductOptions, type context$5_CatalogGetProductBySlugOptions as CatalogGetProductBySlugOptions, type context$5_CatalogGetProductOptions as CatalogGetProductOptions, type context$5_CatalogSearchProductsOptions as CatalogSearchProductsOptions, type context$5_CatalogUpdateExtendedFieldsOptions as CatalogUpdateExtendedFieldsOptions, type context$5_CatalogUpdateProduct as CatalogUpdateProduct, type context$5_CatalogUpdateProductOptions as CatalogUpdateProductOptions, type context$5_CatalogV3BulkProductResult as CatalogV3BulkProductResult, type context$5_CategoryMoved as CategoryMoved, type context$5_CellStyle as CellStyle, context$5_ChoiceType as ChoiceType, type context$5_ChoicesSettings as ChoicesSettings, type context$5_CodeBlockData as CodeBlockData, type context$5_CollapsibleListData as CollapsibleListData, type context$5_ColorData as ColorData, type context$5_Colors as Colors, type context$5_CommonAggregation as CommonAggregation, type context$5_CommonAggregationData as CommonAggregationData, type context$5_CommonAggregationDateHistogramAggregation as CommonAggregationDateHistogramAggregation, type context$5_CommonAggregationKindOneOf as CommonAggregationKindOneOf, type context$5_CommonAggregationNestedAggregation as CommonAggregationNestedAggregation, type context$5_CommonAggregationRangeAggregation as CommonAggregationRangeAggregation, type context$5_CommonAggregationScalarAggregation as CommonAggregationScalarAggregation, context$5_CommonAggregationType as CommonAggregationType, type context$5_CommonAggregationValueAggregation as CommonAggregationValueAggregation, type context$5_CommonAggregationValueAggregationOptionsOneOf as CommonAggregationValueAggregationOptionsOneOf, type context$5_CommonBulkActionMetadata as CommonBulkActionMetadata, type context$5_CommonCursorPaging as CommonCursorPaging, type context$5_CommonCursorPagingMetadata as CommonCursorPagingMetadata, type context$5_CommonCursorQuery as CommonCursorQuery, type context$5_CommonCursorQueryPagingMethodOneOf as CommonCursorQueryPagingMethodOneOf, type context$5_CommonCursorSearch as CommonCursorSearch, type context$5_CommonCursorSearchPagingMethodOneOf as CommonCursorSearchPagingMethodOneOf, type context$5_CommonCursors as CommonCursors, type context$5_CommonItemMetadata as CommonItemMetadata, context$5_CommonScalarType as CommonScalarType, type context$5_CommonSearchDetails as CommonSearchDetails, context$5_CommonSearchDetailsMode as CommonSearchDetailsMode, context$5_CommonSortOrder as CommonSortOrder, type context$5_CommonSorting as CommonSorting, type context$5_ConnectedModifier as ConnectedModifier, type context$5_ConnectedModifierChoice as ConnectedModifierChoice, type context$5_ConnectedModifierChoiceValueOneOf as ConnectedModifierChoiceValueOneOf, type context$5_ConnectedModifierModifierSettingsOneOf as ConnectedModifierModifierSettingsOneOf, type context$5_ConnectedOption as ConnectedOption, type context$5_ConnectedOptionChoice as ConnectedOptionChoice, type context$5_ConnectedOptionChoiceValueOneOf as ConnectedOptionChoiceValueOneOf, type context$5_ConnectedOptionOptionSettingsOneOf as ConnectedOptionOptionSettingsOneOf, type context$5_CountProductsRequest as CountProductsRequest, type context$5_CountProductsResponse as CountProductsResponse, type context$5_CreateProductRequest as CreateProductRequest, type context$5_CreateProductResponse as CreateProductResponse, type context$5_CreateProductResponseNonNullableFields as CreateProductResponseNonNullableFields, type context$5_CreateProductWithInventoryOptions as CreateProductWithInventoryOptions, type context$5_CreateProductWithInventoryRequest as CreateProductWithInventoryRequest, type context$5_CreateProductWithInventoryResponse as CreateProductWithInventoryResponse, type context$5_CreateProductWithInventoryResponseNonNullableFields as CreateProductWithInventoryResponseNonNullableFields, context$5_Crop as Crop, type CursorPaging$2 as CursorPaging, type CursorPagingMetadata$2 as CursorPagingMetadata, type CursorQuery$2 as CursorQuery, type CursorQueryPagingMethodOneOf$2 as CursorQueryPagingMethodOneOf, type context$5_CursorSearch as CursorSearch, type context$5_CursorSearchPagingMethodOneOf as CursorSearchPagingMethodOneOf, type Cursors$2 as Cursors, type context$5_DateHistogramAggregation as DateHistogramAggregation, context$5_DateHistogramAggregationInterval as DateHistogramAggregationInterval, type context$5_DateHistogramResult as DateHistogramResult, type context$5_DateHistogramResults as DateHistogramResults, type context$5_DateHistogramResultsDateHistogramResult as DateHistogramResultsDateHistogramResult, type context$5_Decoration as Decoration, type context$5_DecorationDataOneOf as DecorationDataOneOf, context$5_DecorationType as DecorationType, type context$5_DeleteByFilterOperation as DeleteByFilterOperation, type context$5_DeleteByIdsOperation as DeleteByIdsOperation, type context$5_DeleteProductRequest as DeleteProductRequest, type context$5_DeleteProductResponse as DeleteProductResponse, type context$5_DeprecatedSearchProductsWithOffsetRequest as DeprecatedSearchProductsWithOffsetRequest, type context$5_DeprecatedSearchProductsWithOffsetResponse as DeprecatedSearchProductsWithOffsetResponse, type context$5_Design as Design, type context$5_Dimensions as Dimensions, context$5_Direction as Direction, DiscountType$1 as DiscountType, type context$5_DividerData as DividerData, type context$5_DoNotCallBulkCreateProductsRequest as DoNotCallBulkCreateProductsRequest, type context$5_DoNotCallBulkCreateProductsResponse as DoNotCallBulkCreateProductsResponse, type context$5_DoNotCallBulkUpdateProductsRequest as DoNotCallBulkUpdateProductsRequest, type context$5_DoNotCallBulkUpdateProductsResponse as DoNotCallBulkUpdateProductsResponse, type context$5_DoNotCallCreateProductRequest as DoNotCallCreateProductRequest, type context$5_DoNotCallCreateProductResponse as DoNotCallCreateProductResponse, type context$5_DoNotCallUpdateProductRequest as DoNotCallUpdateProductRequest, type context$5_DoNotCallUpdateProductResponse as DoNotCallUpdateProductResponse, type context$5_DocumentImage as DocumentImage, type context$5_DocumentPayload as DocumentPayload, type context$5_DocumentStyle as DocumentStyle, type context$5_DocumentUpdateOperation as DocumentUpdateOperation, type DomainEvent$2 as DomainEvent, type DomainEventBodyOneOf$2 as DomainEventBodyOneOf, type context$5_EmbedData as EmbedData, type Empty$3 as Empty, type EntityCreatedEvent$2 as EntityCreatedEvent, type EntityDeletedEvent$2 as EntityDeletedEvent, type EntityUpdatedEvent$2 as EntityUpdatedEvent, context$5_Enum as Enum, type context$5_EventData as EventData, type EventMetadata$1 as EventMetadata, type context$5_EventuallyConsistentQueryProductsRequest as EventuallyConsistentQueryProductsRequest, type context$5_EventuallyConsistentQueryProductsResponse as EventuallyConsistentQueryProductsResponse, type context$5_ExtendedFields as ExtendedFields, type File$2 as File, type context$5_FileData as FileData, type context$5_FileSource as FileSource, type context$5_FileSourceDataOneOf as FileSourceDataOneOf, context$5_FileType as FileType, type context$5_FixedMonetaryAmount as FixedMonetaryAmount, type context$5_FontSizeData as FontSizeData, context$5_FontType as FontType, type context$5_FreeTextSettings as FreeTextSettings, type context$5_GIF as GIF, type context$5_GIFData as GIFData, type context$5_GalleryData as GalleryData, type context$5_GalleryOptions as GalleryOptions, type context$5_GetProductBySlugRequest as GetProductBySlugRequest, type context$5_GetProductBySlugResponse as GetProductBySlugResponse, type context$5_GetProductRequest as GetProductRequest, type context$5_GetProductResponse as GetProductResponse, type context$5_GetVariantsRequest as GetVariantsRequest, type context$5_GetVariantsResponse as GetVariantsResponse, type context$5_Gradient as Gradient, type context$5_GroupByAggregation as GroupByAggregation, type context$5_GroupByAggregationKindOneOf as GroupByAggregationKindOneOf, type context$5_GroupByValueResults as GroupByValueResults, type context$5_GroupByValueResultsNestedValueAggregationResult as GroupByValueResultsNestedValueAggregationResult, type context$5_HTMLData as HTMLData, type context$5_HTMLDataDataOneOf as HTMLDataDataOneOf, type context$5_HeadingData as HeadingData, type context$5_Height as Height, type IdentificationData$4 as IdentificationData, type IdentificationDataIdOneOf$4 as IdentificationDataIdOneOf, type context$5_Image as Image, type context$5_ImageData as ImageData, type context$5_IncludeMissingValuesOptions as IncludeMissingValuesOptions, type context$5_IndexDocument as IndexDocument, type context$5_InfoSection as InfoSection, context$5_InitialExpandedItems as InitialExpandedItems, context$5_Interval as Interval, type InvalidateCache$2 as InvalidateCache, type InvalidateCacheGetByOneOf$2 as InvalidateCacheGetByOneOf, type context$5_Inventory as Inventory, context$5_InventoryAvailabilityStatus as InventoryAvailabilityStatus, type context$5_InventoryItem as InventoryItem, type context$5_InventoryItemComposite as InventoryItemComposite, type context$5_InventoryItemCompositeTrackingMethodOneOf as InventoryItemCompositeTrackingMethodOneOf, type context$5_InventoryItemTrackingMethodOneOf as InventoryItemTrackingMethodOneOf, type context$5_InventoryStatus as InventoryStatus, type context$5_Item as Item, type context$5_ItemAddedToCategory as ItemAddedToCategory, type context$5_ItemDataOneOf as ItemDataOneOf, type ItemMetadata$1 as ItemMetadata, type context$5_ItemReference as ItemReference, type context$5_ItemRemovedFromCategory as ItemRemovedFromCategory, type context$5_ItemStyle as ItemStyle, type context$5_ItemsAddedToCategory as ItemsAddedToCategory, type context$5_ItemsArrangedInCategory as ItemsArrangedInCategory, type context$5_ItemsRemovedFromCategory as ItemsRemovedFromCategory, type context$5_Keyword as Keyword, type context$5_Layout as Layout, context$5_LayoutType as LayoutType, context$5_LineStyle as LineStyle, type context$5_Link as Link, type context$5_LinkData as LinkData, type context$5_LinkDataOneOf as LinkDataOneOf, type context$5_LinkPreviewData as LinkPreviewData, type context$5_ListValue as ListValue, type context$5_MapData as MapData, type context$5_MapSettings as MapSettings, context$5_MapType as MapType, type context$5_MaskedProduct as MaskedProduct, type context$5_MaskedProductWithInventory as MaskedProductWithInventory, context$5_MeasurementUnit as MeasurementUnit, type context$5_Media as Media, type context$5_MediaItemsInfo as MediaItemsInfo, type context$5_MentionData as MentionData, type MessageEnvelope$4 as MessageEnvelope, type context$5_Metadata as Metadata, type context$5_MinVariantPriceInfo as MinVariantPriceInfo, context$5_MissingValues as MissingValues, context$5_Mode as Mode, type context$5_ModifierChoicesSettings as ModifierChoicesSettings, context$5_ModifierRenderType as ModifierRenderType, type context$5_MultipleColors as MultipleColors, type context$5_NestedAggregation as NestedAggregation, type context$5_NestedAggregationItem as NestedAggregationItem, type context$5_NestedAggregationItemKindOneOf as NestedAggregationItemKindOneOf, type context$5_NestedAggregationNestedAggregationItem as NestedAggregationNestedAggregationItem, type context$5_NestedAggregationNestedAggregationItemKindOneOf as NestedAggregationNestedAggregationItemKindOneOf, context$5_NestedAggregationNestedAggregationType as NestedAggregationNestedAggregationType, type context$5_NestedAggregationResults as NestedAggregationResults, type context$5_NestedAggregationResultsResultOneOf as NestedAggregationResultsResultOneOf, context$5_NestedAggregationType as NestedAggregationType, type context$5_NestedResultValue as NestedResultValue, type context$5_NestedResultValueResultOneOf as NestedResultValueResultOneOf, type context$5_NestedResults as NestedResults, type context$5_NestedResultsNestedResultValue as NestedResultsNestedResultValue, type context$5_NestedResultsNestedResultValueResultOneOf as NestedResultsNestedResultValueResultOneOf, type context$5_NestedResultsRangeResult as NestedResultsRangeResult, type context$5_NestedResultsResults as NestedResultsResults, type context$5_NestedResultsScalarResult as NestedResultsScalarResult, type context$5_NestedResultsValueResult as NestedResultsValueResult, type context$5_NestedValueAggregationResult as NestedValueAggregationResult, type context$5_Node as Node, type context$5_NodeDataOneOf as NodeDataOneOf, type context$5_NodeStyle as NodeStyle, context$5_NodeType as NodeType, context$5_NullValue as NullValue, type context$5_Oembed as Oembed, type context$5_Option as Option, type context$5_OptionChoice as OptionChoice, type context$5_OptionChoiceIds as OptionChoiceIds, type context$5_OptionChoiceNames as OptionChoiceNames, type context$5_OptionChoiceReferences as OptionChoiceReferences, type context$5_OptionDesign as OptionDesign, type context$5_OptionLayout as OptionLayout, type context$5_OrderedListData as OrderedListData, context$5_Orientation as Orientation, type context$5_PDFSettings as PDFSettings, type Page$2 as Page, type PagingMetadata$2 as PagingMetadata, type context$5_ParagraphData as ParagraphData, type context$5_ParentCategory as ParentCategory, type context$5_Permissions as Permissions, type context$5_PhysicalProperties as PhysicalProperties, type context$5_PlatformOffsetSearch as PlatformOffsetSearch, type context$5_PlatformOffsetSearchPagingMethodOneOf as PlatformOffsetSearchPagingMethodOneOf, type context$5_PlatformPaging as PlatformPaging, type context$5_PlaybackOptions as PlaybackOptions, type context$5_PluginContainerData as PluginContainerData, context$5_PluginContainerDataAlignment as PluginContainerDataAlignment, type context$5_PluginContainerDataWidth as PluginContainerDataWidth, type context$5_PluginContainerDataWidthDataOneOf as PluginContainerDataWidthDataOneOf, type context$5_Poll as Poll, type context$5_PollData as PollData, type context$5_PollDataLayout as PollDataLayout, type context$5_PollDesign as PollDesign, type context$5_PollLayout as PollLayout, context$5_PollLayoutDirection as PollLayoutDirection, context$5_PollLayoutType as PollLayoutType, type context$5_PollSettings as PollSettings, type PreorderInfo$1 as PreorderInfo, context$5_PreorderStatus as PreorderStatus, type context$5_PriceInfo as PriceInfo, type context$5_PricePerUnit as PricePerUnit, type context$5_PricePerUnitRange as PricePerUnitRange, type context$5_PricePerUnitRangePricePerUnit as PricePerUnitRangePricePerUnit, type context$5_PricePerUnitSettings as PricePerUnitSettings, type context$5_PriceRange as PriceRange, type context$5_Product as Product, type context$5_ProductCategoriesInfo as ProductCategoriesInfo, type context$5_ProductCategory as ProductCategory, type context$5_ProductCreatedEnvelope as ProductCreatedEnvelope, type context$5_ProductDeletedEnvelope as ProductDeletedEnvelope, type context$5_ProductIdWithRevision as ProductIdWithRevision, type context$5_ProductMedia as ProductMedia, type context$5_ProductMediaMediaOneOf as ProductMediaMediaOneOf, type context$5_ProductMediaSetByOneOf as ProductMediaSetByOneOf, context$5_ProductOptionRenderType as ProductOptionRenderType, context$5_ProductType as ProductType, type context$5_ProductUpdatedEnvelope as ProductUpdatedEnvelope, type context$5_ProductVariantAddedEnvelope as ProductVariantAddedEnvelope, type context$5_ProductVariantIds as ProductVariantIds, type context$5_ProductVariantRemovedEnvelope as ProductVariantRemovedEnvelope, type context$5_ProductVariantUpdatedEnvelope as ProductVariantUpdatedEnvelope, type context$5_ProductVariants as ProductVariants, type context$5_ProductWithInventory as ProductWithInventory, type context$5_ProductWithInventoryTypedPropertiesOneOf as ProductWithInventoryTypedPropertiesOneOf, type context$5_ProductsQueryBuilder as ProductsQueryBuilder, type context$5_ProductsQueryResult as ProductsQueryResult, type context$5_QueryProductsOptions as QueryProductsOptions, type context$5_QueryProductsRequest as QueryProductsRequest, type context$5_QueryProductsResponse as QueryProductsResponse, type context$5_RangeAggregation as RangeAggregation, type context$5_RangeAggregationRangeBucket as RangeAggregationRangeBucket, type context$5_RangeAggregationResult as RangeAggregationResult, type context$5_RangeBucket as RangeBucket, type context$5_RangeResult as RangeResult, type context$5_RangeResults as RangeResults, type context$5_RangeResultsRangeAggregationResult as RangeResultsRangeAggregationResult, type context$5_Rel as Rel, RequestedFields$1 as RequestedFields, type RestoreInfo$2 as RestoreInfo, type context$5_Results as Results, type context$5_RevenueDetails as RevenueDetails, type Ribbon$1 as Ribbon, type context$5_RichContent as RichContent, context$5_RoundingStrategy as RoundingStrategy, type context$5_ScalarAggregation as ScalarAggregation, type context$5_ScalarResult as ScalarResult, context$5_ScalarType as ScalarType, type context$5_SearchDetails as SearchDetails, context$5_SearchDetailsMode as SearchDetailsMode, type context$5_SearchIndexingNotification as SearchIndexingNotification, type context$5_SearchProductsRequest as SearchProductsRequest, type context$5_SearchProductsResponse as SearchProductsResponse, type context$5_SecuredMedia as SecuredMedia, type context$5_SeoSchema as SeoSchema, type context$5_Settings as Settings, context$5_SingleEntityOpsRequestedFields as SingleEntityOpsRequestedFields, context$5_SortDirection as SortDirection, SortOrder$2 as SortOrder, context$5_SortType as SortType, type Sorting$2 as Sorting, context$5_Source as Source, type context$5_Spoiler as Spoiler, type context$5_SpoilerData as SpoilerData, State$1 as State, type context$5_Styles as Styles, type context$5_Subscription as Subscription, type context$5_SubscriptionCyclesOneOf as SubscriptionCyclesOneOf, type context$5_SubscriptionDetails as SubscriptionDetails, type context$5_SubscriptionDiscount as SubscriptionDiscount, type context$5_SubscriptionDiscountDiscountOneOf as SubscriptionDiscountDiscountOneOf, SubscriptionFrequency$1 as SubscriptionFrequency, type context$5_SubscriptionPrice as SubscriptionPrice, type context$5_SubscriptionPricePerUnit as SubscriptionPricePerUnit, type context$5_SubscriptionPricesInfo as SubscriptionPricesInfo, type context$5_TableCellData as TableCellData, type context$5_TableData as TableData, type context$5_Tag as Tag, context$5_Target as Target, context$5_TextAlignment as TextAlignment, type context$5_TextData as TextData, type context$5_TextNodeStyle as TextNodeStyle, type context$5_TextStyle as TextStyle, type context$5_Thumbnails as Thumbnails, context$5_ThumbnailsAlignment as ThumbnailsAlignment, type context$5_TreeReference as TreeReference, context$5_Type as Type, type URI$2 as URI, type context$5_UnsignedAdjustValue as UnsignedAdjustValue, type context$5_UnsignedAdjustValueAdjustValueOneOf as UnsignedAdjustValueAdjustValueOneOf, type context$5_UnsupportedFieldMasks as UnsupportedFieldMasks, type context$5_UpdateByFilterOperation as UpdateByFilterOperation, type context$5_UpdateDocumentsEvent as UpdateDocumentsEvent, type context$5_UpdateDocumentsEventOperationOneOf as UpdateDocumentsEventOperationOneOf, type context$5_UpdateExistingOperation as UpdateExistingOperation, type context$5_UpdateExtendedFieldsRequest as UpdateExtendedFieldsRequest, type context$5_UpdateExtendedFieldsResponse as UpdateExtendedFieldsResponse, type context$5_UpdateProductRequest as UpdateProductRequest, type context$5_UpdateProductResponse as UpdateProductResponse, type context$5_UpdateProductResponseNonNullableFields as UpdateProductResponseNonNullableFields, type context$5_UpdateProductWithInventoryOptions as UpdateProductWithInventoryOptions, type context$5_UpdateProductWithInventoryProduct as UpdateProductWithInventoryProduct, type context$5_UpdateProductWithInventoryRequest as UpdateProductWithInventoryRequest, type context$5_UpdateProductWithInventoryResponse as UpdateProductWithInventoryResponse, type context$5_UpdateProductWithInventoryResponseNonNullableFields as UpdateProductWithInventoryResponseNonNullableFields, type context$5_V1Media as V1Media, type context$5_V3AdjustValue as V3AdjustValue, type context$5_V3AdjustValueAdjustValueOneOf as V3AdjustValueAdjustValueOneOf, type context$5_V3BulkAddInfoSectionsToProductsByFilterRequest as V3BulkAddInfoSectionsToProductsByFilterRequest, type context$5_V3BulkAddInfoSectionsToProductsByFilterResponse as V3BulkAddInfoSectionsToProductsByFilterResponse, type context$5_V3BulkAddInfoSectionsToProductsByFilterResponseNonNullableFields as V3BulkAddInfoSectionsToProductsByFilterResponseNonNullableFields, type context$5_V3BulkAddInfoSectionsToProductsRequest as V3BulkAddInfoSectionsToProductsRequest, type context$5_V3BulkAddInfoSectionsToProductsResponse as V3BulkAddInfoSectionsToProductsResponse, type context$5_V3BulkAddInfoSectionsToProductsResponseNonNullableFields as V3BulkAddInfoSectionsToProductsResponseNonNullableFields, type context$5_V3BulkDeleteProductsByFilterRequest as V3BulkDeleteProductsByFilterRequest, type context$5_V3BulkDeleteProductsByFilterResponse as V3BulkDeleteProductsByFilterResponse, type context$5_V3BulkDeleteProductsByFilterResponseNonNullableFields as V3BulkDeleteProductsByFilterResponseNonNullableFields, type context$5_V3BulkDeleteProductsRequest as V3BulkDeleteProductsRequest, type context$5_V3BulkDeleteProductsResponse as V3BulkDeleteProductsResponse, type context$5_V3BulkDeleteProductsResponseNonNullableFields as V3BulkDeleteProductsResponseNonNullableFields, type context$5_V3BulkProductResult as V3BulkProductResult, type context$5_V3BulkRemoveInfoSectionsFromProductsByFilterRequest as V3BulkRemoveInfoSectionsFromProductsByFilterRequest, type context$5_V3BulkRemoveInfoSectionsFromProductsByFilterResponse as V3BulkRemoveInfoSectionsFromProductsByFilterResponse, type context$5_V3BulkRemoveInfoSectionsFromProductsByFilterResponseNonNullableFields as V3BulkRemoveInfoSectionsFromProductsByFilterResponseNonNullableFields, type context$5_V3BulkRemoveInfoSectionsFromProductsRequest as V3BulkRemoveInfoSectionsFromProductsRequest, type context$5_V3BulkRemoveInfoSectionsFromProductsResponse as V3BulkRemoveInfoSectionsFromProductsResponse, type context$5_V3BulkRemoveInfoSectionsFromProductsResponseNonNullableFields as V3BulkRemoveInfoSectionsFromProductsResponseNonNullableFields, type context$5_V3BulkUpdateProductsByFilterRequest as V3BulkUpdateProductsByFilterRequest, type context$5_V3BulkUpdateProductsByFilterResponse as V3BulkUpdateProductsByFilterResponse, type context$5_V3BulkUpdateProductsByFilterResponseNonNullableFields as V3BulkUpdateProductsByFilterResponseNonNullableFields, type context$5_V3CountProductsRequest as V3CountProductsRequest, type context$5_V3CountProductsResponse as V3CountProductsResponse, type context$5_V3CountProductsResponseNonNullableFields as V3CountProductsResponseNonNullableFields, type context$5_V3DeleteProductRequest as V3DeleteProductRequest, type context$5_V3DeleteProductResponse as V3DeleteProductResponse, type context$5_V3GetProductBySlugRequest as V3GetProductBySlugRequest, type context$5_V3GetProductBySlugResponse as V3GetProductBySlugResponse, type context$5_V3GetProductBySlugResponseNonNullableFields as V3GetProductBySlugResponseNonNullableFields, type context$5_V3GetProductRequest as V3GetProductRequest, type context$5_V3GetProductResponse as V3GetProductResponse, type context$5_V3GetProductResponseNonNullableFields as V3GetProductResponseNonNullableFields, type context$5_V3MaskedProduct as V3MaskedProduct, type context$5_V3OptionChoiceIds as V3OptionChoiceIds, type context$5_V3OptionChoiceNames as V3OptionChoiceNames, type context$5_V3Product as V3Product, type context$5_V3ProductIdWithRevision as V3ProductIdWithRevision, type context$5_V3ProductNonNullableFields as V3ProductNonNullableFields, type context$5_V3ProductTypedPropertiesOneOf as V3ProductTypedPropertiesOneOf, type context$5_V3QueryProductsRequest as V3QueryProductsRequest, type context$5_V3QueryProductsResponse as V3QueryProductsResponse, type context$5_V3QueryProductsResponseNonNullableFields as V3QueryProductsResponseNonNullableFields, type context$5_V3SearchProductsRequest as V3SearchProductsRequest, type context$5_V3SearchProductsResponse as V3SearchProductsResponse, type context$5_V3SearchProductsResponseNonNullableFields as V3SearchProductsResponseNonNullableFields, type context$5_V3UnsignedAdjustValue as V3UnsignedAdjustValue, type context$5_V3UnsignedAdjustValueAdjustValueOneOf as V3UnsignedAdjustValueAdjustValueOneOf, type context$5_V3UpdateExtendedFieldsRequest as V3UpdateExtendedFieldsRequest, type context$5_V3UpdateExtendedFieldsResponse as V3UpdateExtendedFieldsResponse, type context$5_V3UpdateExtendedFieldsResponseNonNullableFields as V3UpdateExtendedFieldsResponseNonNullableFields, type context$5_V3VariantsInfo as V3VariantsInfo, type context$5_ValueAggregation as ValueAggregation, type context$5_ValueAggregationIncludeMissingValuesOptions as ValueAggregationIncludeMissingValuesOptions, context$5_ValueAggregationMissingValues as ValueAggregationMissingValues, type context$5_ValueAggregationOptionsOneOf as ValueAggregationOptionsOneOf, type context$5_ValueAggregationResult as ValueAggregationResult, context$5_ValueAggregationSortDirection as ValueAggregationSortDirection, context$5_ValueAggregationSortType as ValueAggregationSortType, type context$5_ValueResult as ValueResult, type context$5_ValueResults as ValueResults, type context$5_ValueResultsValueAggregationResult as ValueResultsValueAggregationResult, type context$5_Variant as Variant, type context$5_VariantAdded as VariantAdded, type context$5_VariantDigitalProperties as VariantDigitalProperties, type context$5_VariantNotAlignedWithProduct as VariantNotAlignedWithProduct, type context$5_VariantPhysicalProperties as VariantPhysicalProperties, type context$5_VariantRemoved as VariantRemoved, type context$5_VariantSummary as VariantSummary, type context$5_VariantTypedPropertiesOneOf as VariantTypedPropertiesOneOf, type context$5_VariantUpdated as VariantUpdated, type context$5_VariantWithInventory as VariantWithInventory, type context$5_VariantWithInventoryTypedPropertiesOneOf as VariantWithInventoryTypedPropertiesOneOf, type context$5_VariantsInfo as VariantsInfo, type context$5_VariantsNotAlignedWithProduct as VariantsNotAlignedWithProduct, context$5_VerticalAlignment as VerticalAlignment, type context$5_Video as Video, type context$5_VideoData as VideoData, type context$5_VideoResolution as VideoResolution, context$5_ViewMode as ViewMode, context$5_ViewRole as ViewRole, context$5_VoteRole as VoteRole, WebhookIdentityType$4 as WebhookIdentityType, type context$5_WeightMeasurementUnitInfo as WeightMeasurementUnitInfo, type context$5_WeightRange as WeightRange, context$5_WeightUnit as WeightUnit, context$5_Width as Width, context$5_WidthType as WidthType, type context$5_WixCommonAggregation as WixCommonAggregation, type context$5_WixCommonAggregationKindOneOf as WixCommonAggregationKindOneOf, context$5_WixCommonAggregationType as WixCommonAggregationType, type context$5_WixCommonItemMetadata as WixCommonItemMetadata, context$5_WixCommonScalarType as WixCommonScalarType, type context$5_WixCommonSearchDetails as WixCommonSearchDetails, context$5_WixCommonSortOrder as WixCommonSortOrder, type context$5_WixCommonSorting as WixCommonSorting, context$5_bulkAddProductsToCategoriesByFilter as bulkAddProductsToCategoriesByFilter, context$5_bulkAdjustProductVariantsByFilter as bulkAdjustProductVariantsByFilter, context$5_bulkCreateProductsWithInventory as bulkCreateProductsWithInventory, context$5_bulkRemoveProductsFromCategoriesByFilter as bulkRemoveProductsFromCategoriesByFilter, context$5_bulkUpdateProductVariantsByFilter as bulkUpdateProductVariantsByFilter, context$5_bulkUpdateProductsWithInventory as bulkUpdateProductsWithInventory, context$5_catalogBulkAddInfoSectionsToProducts as catalogBulkAddInfoSectionsToProducts, context$5_catalogBulkAddInfoSectionsToProductsByFilter as catalogBulkAddInfoSectionsToProductsByFilter, context$5_catalogBulkCreateProducts as catalogBulkCreateProducts, context$5_catalogBulkDeleteProducts as catalogBulkDeleteProducts, context$5_catalogBulkDeleteProductsByFilter as catalogBulkDeleteProductsByFilter, context$5_catalogBulkRemoveInfoSectionsFromProducts as catalogBulkRemoveInfoSectionsFromProducts, context$5_catalogBulkRemoveInfoSectionsFromProductsByFilter as catalogBulkRemoveInfoSectionsFromProductsByFilter, context$5_catalogBulkUpdateProducts as catalogBulkUpdateProducts, context$5_catalogBulkUpdateProductsByFilter as catalogBulkUpdateProductsByFilter, context$5_catalogCountProducts as catalogCountProducts, context$5_catalogCreateProduct as catalogCreateProduct, context$5_catalogDeleteProduct as catalogDeleteProduct, context$5_catalogGetProduct as catalogGetProduct, context$5_catalogGetProductBySlug as catalogGetProductBySlug, context$5_catalogQueryProducts as catalogQueryProducts, context$5_catalogSearchProducts as catalogSearchProducts, context$5_catalogUpdateExtendedFields as catalogUpdateExtendedFields, context$5_catalogUpdateProduct as catalogUpdateProduct, context$5_createProductWithInventory as createProductWithInventory, context$5_onProductCreated as onProductCreated, context$5_onProductDeleted as onProductDeleted, context$5_onProductUpdated as onProductUpdated, context$5_onProductVariantAdded as onProductVariantAdded, context$5_onProductVariantRemoved as onProductVariantRemoved, context$5_onProductVariantUpdated as onProductVariantUpdated, type context$5_publicBulkAddProductsToCategoriesByFilter_Type as publicBulkAddProductsToCategoriesByFilter_Type, type context$5_publicBulkAdjustProductVariantsByFilter_Type as publicBulkAdjustProductVariantsByFilter_Type, type context$5_publicBulkCreateProductsWithInventory_Type as publicBulkCreateProductsWithInventory_Type, type context$5_publicBulkRemoveProductsFromCategoriesByFilter_Type as publicBulkRemoveProductsFromCategoriesByFilter_Type, type context$5_publicBulkUpdateProductVariantsByFilter_Type as publicBulkUpdateProductVariantsByFilter_Type, type context$5_publicBulkUpdateProductsWithInventory_Type as publicBulkUpdateProductsWithInventory_Type, type context$5_publicCatalogBulkAddInfoSectionsToProductsByFilter_Type as publicCatalogBulkAddInfoSectionsToProductsByFilter_Type, type context$5_publicCatalogBulkAddInfoSectionsToProducts_Type as publicCatalogBulkAddInfoSectionsToProducts_Type, type context$5_publicCatalogBulkCreateProducts_Type as publicCatalogBulkCreateProducts_Type, type context$5_publicCatalogBulkDeleteProductsByFilter_Type as publicCatalogBulkDeleteProductsByFilter_Type, type context$5_publicCatalogBulkDeleteProducts_Type as publicCatalogBulkDeleteProducts_Type, type context$5_publicCatalogBulkRemoveInfoSectionsFromProductsByFilter_Type as publicCatalogBulkRemoveInfoSectionsFromProductsByFilter_Type, type context$5_publicCatalogBulkRemoveInfoSectionsFromProducts_Type as publicCatalogBulkRemoveInfoSectionsFromProducts_Type, type context$5_publicCatalogBulkUpdateProductsByFilter_Type as publicCatalogBulkUpdateProductsByFilter_Type, type context$5_publicCatalogBulkUpdateProducts_Type as publicCatalogBulkUpdateProducts_Type, type context$5_publicCatalogCountProducts_Type as publicCatalogCountProducts_Type, type context$5_publicCatalogCreateProduct_Type as publicCatalogCreateProduct_Type, type context$5_publicCatalogDeleteProduct_Type as publicCatalogDeleteProduct_Type, type context$5_publicCatalogGetProductBySlug_Type as publicCatalogGetProductBySlug_Type, type context$5_publicCatalogGetProduct_Type as publicCatalogGetProduct_Type, type context$5_publicCatalogQueryProducts_Type as publicCatalogQueryProducts_Type, type context$5_publicCatalogSearchProducts_Type as publicCatalogSearchProducts_Type, type context$5_publicCatalogUpdateExtendedFields_Type as publicCatalogUpdateExtendedFields_Type, type context$5_publicCatalogUpdateProduct_Type as publicCatalogUpdateProduct_Type, type context$5_publicCreateProductWithInventory_Type as publicCreateProductWithInventory_Type, onProductCreated$1 as publicOnProductCreated, type context$5_publicOnProductCreated_Type as publicOnProductCreated_Type, onProductDeleted$1 as publicOnProductDeleted, type context$5_publicOnProductDeleted_Type as publicOnProductDeleted_Type, onProductUpdated$1 as publicOnProductUpdated, type context$5_publicOnProductUpdated_Type as publicOnProductUpdated_Type, onProductVariantAdded$1 as publicOnProductVariantAdded, type context$5_publicOnProductVariantAdded_Type as publicOnProductVariantAdded_Type, onProductVariantRemoved$1 as publicOnProductVariantRemoved, type context$5_publicOnProductVariantRemoved_Type as publicOnProductVariantRemoved_Type, onProductVariantUpdated$1 as publicOnProductVariantUpdated, type context$5_publicOnProductVariantUpdated_Type as publicOnProductVariantUpdated_Type, type context$5_publicUpdateProductWithInventory_Type as publicUpdateProductWithInventory_Type, context$5_updateProductWithInventory as updateProductWithInventory };
16172
+ export { type ActionEvent$2 as ActionEvent, type context$5_AdjustValue as AdjustValue, type context$5_AdjustValueAdjustValueOneOf as AdjustValueAdjustValueOneOf, type context$5_Aggregation as Aggregation, type context$5_AggregationData as AggregationData, type context$5_AggregationDataAggregationResults as AggregationDataAggregationResults, type context$5_AggregationDataAggregationResultsResultOneOf as AggregationDataAggregationResultsResultOneOf, type context$5_AggregationDataAggregationResultsScalarResult as AggregationDataAggregationResultsScalarResult, type context$5_AggregationDateHistogramAggregation as AggregationDateHistogramAggregation, context$5_AggregationDateHistogramAggregationInterval as AggregationDateHistogramAggregationInterval, type context$5_AggregationKindOneOf as AggregationKindOneOf, type context$5_AggregationNestedAggregation as AggregationNestedAggregation, type context$5_AggregationNestedAggregationNestedAggregationItem as AggregationNestedAggregationNestedAggregationItem, type context$5_AggregationNestedAggregationNestedAggregationItemKindOneOf as AggregationNestedAggregationNestedAggregationItemKindOneOf, context$5_AggregationNestedAggregationNestedAggregationType as AggregationNestedAggregationNestedAggregationType, type context$5_AggregationRangeAggregation as AggregationRangeAggregation, type context$5_AggregationRangeAggregationRangeBucket as AggregationRangeAggregationRangeBucket, type context$5_AggregationResults as AggregationResults, type context$5_AggregationResultsDateHistogramResults as AggregationResultsDateHistogramResults, type context$5_AggregationResultsGroupByValueResults as AggregationResultsGroupByValueResults, type context$5_AggregationResultsNestedAggregationResults as AggregationResultsNestedAggregationResults, type context$5_AggregationResultsNestedAggregationResultsResultOneOf as AggregationResultsNestedAggregationResultsResultOneOf, type context$5_AggregationResultsNestedResults as AggregationResultsNestedResults, type context$5_AggregationResultsRangeResults as AggregationResultsRangeResults, type context$5_AggregationResultsResultOneOf as AggregationResultsResultOneOf, type context$5_AggregationResultsScalarResult as AggregationResultsScalarResult, type context$5_AggregationResultsValueResults as AggregationResultsValueResults, type context$5_AggregationScalarAggregation as AggregationScalarAggregation, context$5_AggregationType as AggregationType, type context$5_AggregationValueAggregation as AggregationValueAggregation, type context$5_AggregationValueAggregationIncludeMissingValuesOptions as AggregationValueAggregationIncludeMissingValuesOptions, context$5_AggregationValueAggregationMissingValues as AggregationValueAggregationMissingValues, type context$5_AggregationValueAggregationOptionsOneOf as AggregationValueAggregationOptionsOneOf, context$5_AggregationValueAggregationSortDirection as AggregationValueAggregationSortDirection, context$5_AggregationValueAggregationSortType as AggregationValueAggregationSortType, context$5_Alignment as Alignment, type context$5_AnchorData as AnchorData, type App$2 as App, type context$5_AppEmbedData as AppEmbedData, type context$5_AppEmbedDataAppDataOneOf as AppEmbedDataAppDataOneOf, context$5_AppType as AppType, type ApplicationError$1 as ApplicationError, type context$5_AudioData as AudioData, context$5_AvailabilityStatus as AvailabilityStatus, type context$5_Background as Background, type context$5_BackgroundBackgroundOneOf as BackgroundBackgroundOneOf, context$5_BackgroundType as BackgroundType, type BaseEventMetadata$2 as BaseEventMetadata, type context$5_BlockquoteData as BlockquoteData, type context$5_BookingData as BookingData, type context$5_Border as Border, type context$5_BorderColors as BorderColors, type context$5_Brand as Brand, type context$5_BreadCrumb as BreadCrumb, type context$5_BreadcrumbsInfo as BreadcrumbsInfo, type BulkActionMetadata$1 as BulkActionMetadata, type context$5_BulkAddInfoSectionsToProductsByFilterRequest as BulkAddInfoSectionsToProductsByFilterRequest, type context$5_BulkAddInfoSectionsToProductsByFilterResponse as BulkAddInfoSectionsToProductsByFilterResponse, type context$5_BulkAddInfoSectionsToProductsRequest as BulkAddInfoSectionsToProductsRequest, type context$5_BulkAddInfoSectionsToProductsResponse as BulkAddInfoSectionsToProductsResponse, type context$5_BulkAddProductsToCategoriesByFilterOptions as BulkAddProductsToCategoriesByFilterOptions, type context$5_BulkAddProductsToCategoriesByFilterRequest as BulkAddProductsToCategoriesByFilterRequest, type context$5_BulkAddProductsToCategoriesByFilterResponse as BulkAddProductsToCategoriesByFilterResponse, type context$5_BulkAddProductsToCategoriesByFilterResponseNonNullableFields as BulkAddProductsToCategoriesByFilterResponseNonNullableFields, type context$5_BulkAdjustProductVariantsByFilterOptions as BulkAdjustProductVariantsByFilterOptions, type context$5_BulkAdjustProductVariantsByFilterRequest as BulkAdjustProductVariantsByFilterRequest, context$5_BulkAdjustProductVariantsByFilterRequestRoundingStrategy as BulkAdjustProductVariantsByFilterRequestRoundingStrategy, type context$5_BulkAdjustProductVariantsByFilterResponse as BulkAdjustProductVariantsByFilterResponse, type context$5_BulkAdjustProductVariantsByFilterResponseNonNullableFields as BulkAdjustProductVariantsByFilterResponseNonNullableFields, type context$5_BulkAdjustVariantsByFilterRequest as BulkAdjustVariantsByFilterRequest, type context$5_BulkAdjustVariantsByFilterResponse as BulkAdjustVariantsByFilterResponse, type context$5_BulkCreateProductsRequest as BulkCreateProductsRequest, type context$5_BulkCreateProductsResponse as BulkCreateProductsResponse, type context$5_BulkCreateProductsResponseNonNullableFields as BulkCreateProductsResponseNonNullableFields, type context$5_BulkCreateProductsWithInventoryOptions as BulkCreateProductsWithInventoryOptions, type context$5_BulkCreateProductsWithInventoryRequest as BulkCreateProductsWithInventoryRequest, type context$5_BulkCreateProductsWithInventoryResponse as BulkCreateProductsWithInventoryResponse, type context$5_BulkCreateProductsWithInventoryResponseNonNullableFields as BulkCreateProductsWithInventoryResponseNonNullableFields, type context$5_BulkDeleteProductsByFilterRequest as BulkDeleteProductsByFilterRequest, type context$5_BulkDeleteProductsByFilterResponse as BulkDeleteProductsByFilterResponse, type context$5_BulkDeleteProductsRequest as BulkDeleteProductsRequest, type context$5_BulkDeleteProductsResponse as BulkDeleteProductsResponse, type context$5_BulkDeleteProductsResponseBulkProductResult as BulkDeleteProductsResponseBulkProductResult, type context$5_BulkInventoryItemAction as BulkInventoryItemAction, type context$5_BulkInventoryItemResult as BulkInventoryItemResult, type context$5_BulkInventoryItemResults as BulkInventoryItemResults, type context$5_BulkProductResult as BulkProductResult, type context$5_BulkProductResults as BulkProductResults, type context$5_BulkRemoveInfoSectionsFromProductsByFilterRequest as BulkRemoveInfoSectionsFromProductsByFilterRequest, type context$5_BulkRemoveInfoSectionsFromProductsByFilterResponse as BulkRemoveInfoSectionsFromProductsByFilterResponse, type context$5_BulkRemoveInfoSectionsFromProductsRequest as BulkRemoveInfoSectionsFromProductsRequest, type context$5_BulkRemoveInfoSectionsFromProductsResponse as BulkRemoveInfoSectionsFromProductsResponse, type context$5_BulkRemoveProductsFromCategoriesByFilterOptions as BulkRemoveProductsFromCategoriesByFilterOptions, type context$5_BulkRemoveProductsFromCategoriesByFilterRequest as BulkRemoveProductsFromCategoriesByFilterRequest, type context$5_BulkRemoveProductsFromCategoriesByFilterResponse as BulkRemoveProductsFromCategoriesByFilterResponse, type context$5_BulkRemoveProductsFromCategoriesByFilterResponseNonNullableFields as BulkRemoveProductsFromCategoriesByFilterResponseNonNullableFields, type context$5_BulkUpdateProductVariantsByFilterOptions as BulkUpdateProductVariantsByFilterOptions, type context$5_BulkUpdateProductVariantsByFilterRequest as BulkUpdateProductVariantsByFilterRequest, type context$5_BulkUpdateProductVariantsByFilterResponse as BulkUpdateProductVariantsByFilterResponse, type context$5_BulkUpdateProductVariantsByFilterResponseNonNullableFields as BulkUpdateProductVariantsByFilterResponseNonNullableFields, type context$5_BulkUpdateProductsByFilterRequest as BulkUpdateProductsByFilterRequest, type context$5_BulkUpdateProductsByFilterResponse as BulkUpdateProductsByFilterResponse, type context$5_BulkUpdateProductsRequest as BulkUpdateProductsRequest, type context$5_BulkUpdateProductsResponse as BulkUpdateProductsResponse, type context$5_BulkUpdateProductsResponseNonNullableFields as BulkUpdateProductsResponseNonNullableFields, type context$5_BulkUpdateProductsWithInventoryOptions as BulkUpdateProductsWithInventoryOptions, type context$5_BulkUpdateProductsWithInventoryRequest as BulkUpdateProductsWithInventoryRequest, type context$5_BulkUpdateProductsWithInventoryResponse as BulkUpdateProductsWithInventoryResponse, type context$5_BulkUpdateProductsWithInventoryResponseNonNullableFields as BulkUpdateProductsWithInventoryResponseNonNullableFields, type context$5_BulkUpdateVariantsByFilterRequest as BulkUpdateVariantsByFilterRequest, type context$5_BulkUpdateVariantsByFilterResponse as BulkUpdateVariantsByFilterResponse, type context$5_BulletedListData as BulletedListData, type context$5_ButtonData as ButtonData, type context$5_CatalogBulkAddInfoSectionsToProductsByFilterOptions as CatalogBulkAddInfoSectionsToProductsByFilterOptions, type context$5_CatalogBulkAddInfoSectionsToProductsOptions as CatalogBulkAddInfoSectionsToProductsOptions, type context$5_CatalogBulkCreateProductsOptions as CatalogBulkCreateProductsOptions, type context$5_CatalogBulkDeleteProductsByFilterOptions as CatalogBulkDeleteProductsByFilterOptions, type context$5_CatalogBulkRemoveInfoSectionsFromProductsByFilterOptions as CatalogBulkRemoveInfoSectionsFromProductsByFilterOptions, type context$5_CatalogBulkRemoveInfoSectionsFromProductsOptions as CatalogBulkRemoveInfoSectionsFromProductsOptions, type context$5_CatalogBulkUpdateProductsByFilterOptions as CatalogBulkUpdateProductsByFilterOptions, type context$5_CatalogBulkUpdateProductsOptions as CatalogBulkUpdateProductsOptions, type context$5_CatalogCountProductsOptions as CatalogCountProductsOptions, type context$5_CatalogCreateProductOptions as CatalogCreateProductOptions, type context$5_CatalogGetProductBySlugOptions as CatalogGetProductBySlugOptions, type context$5_CatalogGetProductOptions as CatalogGetProductOptions, type context$5_CatalogSearchProductsOptions as CatalogSearchProductsOptions, type context$5_CatalogUpdateExtendedFieldsOptions as CatalogUpdateExtendedFieldsOptions, type context$5_CatalogUpdateProduct as CatalogUpdateProduct, type context$5_CatalogUpdateProductOptions as CatalogUpdateProductOptions, type context$5_CatalogV3BulkProductResult as CatalogV3BulkProductResult, type context$5_CategoryMoved as CategoryMoved, type context$5_CellStyle as CellStyle, context$5_ChoiceType as ChoiceType, type context$5_ChoicesSettings as ChoicesSettings, type context$5_CodeBlockData as CodeBlockData, type context$5_CollapsibleListData as CollapsibleListData, type context$5_ColorData as ColorData, type context$5_Colors as Colors, type context$5_CommonAggregation as CommonAggregation, type context$5_CommonAggregationData as CommonAggregationData, type context$5_CommonAggregationDateHistogramAggregation as CommonAggregationDateHistogramAggregation, type context$5_CommonAggregationKindOneOf as CommonAggregationKindOneOf, type context$5_CommonAggregationNestedAggregation as CommonAggregationNestedAggregation, type context$5_CommonAggregationRangeAggregation as CommonAggregationRangeAggregation, type context$5_CommonAggregationScalarAggregation as CommonAggregationScalarAggregation, context$5_CommonAggregationType as CommonAggregationType, type context$5_CommonAggregationValueAggregation as CommonAggregationValueAggregation, type context$5_CommonAggregationValueAggregationOptionsOneOf as CommonAggregationValueAggregationOptionsOneOf, type context$5_CommonBulkActionMetadata as CommonBulkActionMetadata, type context$5_CommonCursorPaging as CommonCursorPaging, type context$5_CommonCursorPagingMetadata as CommonCursorPagingMetadata, type context$5_CommonCursorQuery as CommonCursorQuery, type context$5_CommonCursorQueryPagingMethodOneOf as CommonCursorQueryPagingMethodOneOf, type context$5_CommonCursorSearch as CommonCursorSearch, type context$5_CommonCursorSearchPagingMethodOneOf as CommonCursorSearchPagingMethodOneOf, type context$5_CommonCursors as CommonCursors, type context$5_CommonItemMetadata as CommonItemMetadata, context$5_CommonScalarType as CommonScalarType, type context$5_CommonSearchDetails as CommonSearchDetails, context$5_CommonSearchDetailsMode as CommonSearchDetailsMode, context$5_CommonSortOrder as CommonSortOrder, type context$5_CommonSorting as CommonSorting, type context$5_ConnectedModifier as ConnectedModifier, type context$5_ConnectedModifierChoice as ConnectedModifierChoice, type context$5_ConnectedModifierChoiceValueOneOf as ConnectedModifierChoiceValueOneOf, type context$5_ConnectedModifierModifierSettingsOneOf as ConnectedModifierModifierSettingsOneOf, type context$5_ConnectedOption as ConnectedOption, type context$5_ConnectedOptionChoice as ConnectedOptionChoice, type context$5_ConnectedOptionChoiceValueOneOf as ConnectedOptionChoiceValueOneOf, type context$5_ConnectedOptionOptionSettingsOneOf as ConnectedOptionOptionSettingsOneOf, type context$5_CountProductsRequest as CountProductsRequest, type context$5_CountProductsResponse as CountProductsResponse, type context$5_CreateProductRequest as CreateProductRequest, type context$5_CreateProductResponse as CreateProductResponse, type context$5_CreateProductResponseNonNullableFields as CreateProductResponseNonNullableFields, type context$5_CreateProductWithInventoryOptions as CreateProductWithInventoryOptions, type context$5_CreateProductWithInventoryRequest as CreateProductWithInventoryRequest, type context$5_CreateProductWithInventoryResponse as CreateProductWithInventoryResponse, type context$5_CreateProductWithInventoryResponseNonNullableFields as CreateProductWithInventoryResponseNonNullableFields, context$5_Crop as Crop, type CursorPaging$2 as CursorPaging, type CursorPagingMetadata$2 as CursorPagingMetadata, type CursorQuery$2 as CursorQuery, type CursorQueryPagingMethodOneOf$2 as CursorQueryPagingMethodOneOf, type context$5_CursorSearch as CursorSearch, type context$5_CursorSearchPagingMethodOneOf as CursorSearchPagingMethodOneOf, type Cursors$2 as Cursors, type context$5_DateHistogramAggregation as DateHistogramAggregation, context$5_DateHistogramAggregationInterval as DateHistogramAggregationInterval, type context$5_DateHistogramResult as DateHistogramResult, type context$5_DateHistogramResults as DateHistogramResults, type context$5_DateHistogramResultsDateHistogramResult as DateHistogramResultsDateHistogramResult, type context$5_Decoration as Decoration, type context$5_DecorationDataOneOf as DecorationDataOneOf, context$5_DecorationType as DecorationType, type context$5_DeleteByFilterOperation as DeleteByFilterOperation, type context$5_DeleteByIdsOperation as DeleteByIdsOperation, type context$5_DeleteProductRequest as DeleteProductRequest, type context$5_DeleteProductResponse as DeleteProductResponse, type context$5_DeprecatedSearchProductsWithOffsetRequest as DeprecatedSearchProductsWithOffsetRequest, type context$5_DeprecatedSearchProductsWithOffsetResponse as DeprecatedSearchProductsWithOffsetResponse, type context$5_Design as Design, type context$5_Dimensions as Dimensions, context$5_Direction as Direction, DiscountType$1 as DiscountType, type context$5_DividerData as DividerData, type context$5_DoNotCallBulkCreateProductsRequest as DoNotCallBulkCreateProductsRequest, type context$5_DoNotCallBulkCreateProductsResponse as DoNotCallBulkCreateProductsResponse, type context$5_DoNotCallBulkUpdateProductsRequest as DoNotCallBulkUpdateProductsRequest, type context$5_DoNotCallBulkUpdateProductsResponse as DoNotCallBulkUpdateProductsResponse, type context$5_DoNotCallCreateProductRequest as DoNotCallCreateProductRequest, type context$5_DoNotCallCreateProductResponse as DoNotCallCreateProductResponse, type context$5_DoNotCallUpdateProductRequest as DoNotCallUpdateProductRequest, type context$5_DoNotCallUpdateProductResponse as DoNotCallUpdateProductResponse, type context$5_DocumentImage as DocumentImage, type context$5_DocumentPayload as DocumentPayload, type context$5_DocumentStyle as DocumentStyle, type context$5_DocumentUpdateOperation as DocumentUpdateOperation, type DomainEvent$2 as DomainEvent, type DomainEventBodyOneOf$2 as DomainEventBodyOneOf, type context$5_EmbedData as EmbedData, type Empty$3 as Empty, type EntityCreatedEvent$2 as EntityCreatedEvent, type EntityDeletedEvent$2 as EntityDeletedEvent, type EntityUpdatedEvent$2 as EntityUpdatedEvent, context$5_Enum as Enum, type context$5_EventData as EventData, type EventMetadata$1 as EventMetadata, type context$5_EventuallyConsistentQueryProductsRequest as EventuallyConsistentQueryProductsRequest, type context$5_EventuallyConsistentQueryProductsResponse as EventuallyConsistentQueryProductsResponse, type context$5_ExtendedFields as ExtendedFields, type File$2 as File, type context$5_FileData as FileData, type context$5_FileSource as FileSource, type context$5_FileSourceDataOneOf as FileSourceDataOneOf, context$5_FileType as FileType, type context$5_FixedMonetaryAmount as FixedMonetaryAmount, type context$5_FontSizeData as FontSizeData, context$5_FontType as FontType, type context$5_FreeTextSettings as FreeTextSettings, type context$5_GIF as GIF, type context$5_GIFData as GIFData, type context$5_GalleryData as GalleryData, type context$5_GalleryOptions as GalleryOptions, type context$5_GetProductBySlugRequest as GetProductBySlugRequest, type context$5_GetProductBySlugResponse as GetProductBySlugResponse, type context$5_GetProductRequest as GetProductRequest, type context$5_GetProductResponse as GetProductResponse, type context$5_GetVariantsRequest as GetVariantsRequest, type context$5_GetVariantsResponse as GetVariantsResponse, type context$5_Gradient as Gradient, type context$5_GroupByAggregation as GroupByAggregation, type context$5_GroupByAggregationKindOneOf as GroupByAggregationKindOneOf, type context$5_GroupByValueResults as GroupByValueResults, type context$5_GroupByValueResultsNestedValueAggregationResult as GroupByValueResultsNestedValueAggregationResult, type context$5_HTMLData as HTMLData, type context$5_HTMLDataDataOneOf as HTMLDataDataOneOf, type context$5_HeadingData as HeadingData, type context$5_Height as Height, type IdentificationData$4 as IdentificationData, type IdentificationDataIdOneOf$4 as IdentificationDataIdOneOf, type context$5_Image as Image, type context$5_ImageData as ImageData, type context$5_IncludeMissingValuesOptions as IncludeMissingValuesOptions, type context$5_IndexDocument as IndexDocument, type context$5_InfoSection as InfoSection, context$5_InitialExpandedItems as InitialExpandedItems, context$5_Interval as Interval, type InvalidateCache$2 as InvalidateCache, type InvalidateCacheGetByOneOf$2 as InvalidateCacheGetByOneOf, type context$5_Inventory as Inventory, context$5_InventoryAvailabilityStatus as InventoryAvailabilityStatus, type context$5_InventoryItem as InventoryItem, type context$5_InventoryItemComposite as InventoryItemComposite, type context$5_InventoryItemCompositeTrackingMethodOneOf as InventoryItemCompositeTrackingMethodOneOf, type context$5_InventoryItemTrackingMethodOneOf as InventoryItemTrackingMethodOneOf, type context$5_InventoryStatus as InventoryStatus, type context$5_Item as Item, type context$5_ItemAddedToCategory as ItemAddedToCategory, type context$5_ItemDataOneOf as ItemDataOneOf, type ItemMetadata$1 as ItemMetadata, type context$5_ItemReference as ItemReference, type context$5_ItemRemovedFromCategory as ItemRemovedFromCategory, type context$5_ItemStyle as ItemStyle, type context$5_ItemsAddedToCategory as ItemsAddedToCategory, type context$5_ItemsArrangedInCategory as ItemsArrangedInCategory, type context$5_ItemsRemovedFromCategory as ItemsRemovedFromCategory, type context$5_Keyword as Keyword, type context$5_Layout as Layout, context$5_LayoutType as LayoutType, context$5_LineStyle as LineStyle, type context$5_Link as Link, type context$5_LinkData as LinkData, type context$5_LinkDataOneOf as LinkDataOneOf, type context$5_LinkPreviewData as LinkPreviewData, type context$5_ListValue as ListValue, type context$5_MapData as MapData, type context$5_MapSettings as MapSettings, context$5_MapType as MapType, type context$5_MaskedProduct as MaskedProduct, type context$5_MaskedProductWithInventory as MaskedProductWithInventory, context$5_MeasurementUnit as MeasurementUnit, type context$5_Media as Media, type context$5_MediaItemsInfo as MediaItemsInfo, type context$5_MentionData as MentionData, type MessageEnvelope$4 as MessageEnvelope, type context$5_Metadata as Metadata, type context$5_MinVariantPriceInfo as MinVariantPriceInfo, context$5_MissingValues as MissingValues, context$5_Mode as Mode, type context$5_ModifierChoicesSettings as ModifierChoicesSettings, context$5_ModifierRenderType as ModifierRenderType, type context$5_MultipleColors as MultipleColors, type context$5_NestedAggregation as NestedAggregation, type context$5_NestedAggregationItem as NestedAggregationItem, type context$5_NestedAggregationItemKindOneOf as NestedAggregationItemKindOneOf, type context$5_NestedAggregationNestedAggregationItem as NestedAggregationNestedAggregationItem, type context$5_NestedAggregationNestedAggregationItemKindOneOf as NestedAggregationNestedAggregationItemKindOneOf, context$5_NestedAggregationNestedAggregationType as NestedAggregationNestedAggregationType, type context$5_NestedAggregationResults as NestedAggregationResults, type context$5_NestedAggregationResultsResultOneOf as NestedAggregationResultsResultOneOf, context$5_NestedAggregationType as NestedAggregationType, type context$5_NestedResultValue as NestedResultValue, type context$5_NestedResultValueResultOneOf as NestedResultValueResultOneOf, type context$5_NestedResults as NestedResults, type context$5_NestedResultsNestedResultValue as NestedResultsNestedResultValue, type context$5_NestedResultsNestedResultValueResultOneOf as NestedResultsNestedResultValueResultOneOf, type context$5_NestedResultsRangeResult as NestedResultsRangeResult, type context$5_NestedResultsResults as NestedResultsResults, type context$5_NestedResultsScalarResult as NestedResultsScalarResult, type context$5_NestedResultsValueResult as NestedResultsValueResult, type context$5_NestedValueAggregationResult as NestedValueAggregationResult, type context$5_Node as Node, type context$5_NodeDataOneOf as NodeDataOneOf, type context$5_NodeStyle as NodeStyle, context$5_NodeType as NodeType, context$5_NullValue as NullValue, type context$5_Oembed as Oembed, type context$5_Option as Option, type context$5_OptionChoice as OptionChoice, type context$5_OptionChoiceIds as OptionChoiceIds, type context$5_OptionChoiceNames as OptionChoiceNames, type context$5_OptionChoiceReferences as OptionChoiceReferences, type context$5_OptionDesign as OptionDesign, type context$5_OptionLayout as OptionLayout, type context$5_OrderedListData as OrderedListData, context$5_Orientation as Orientation, type context$5_PDFSettings as PDFSettings, type Page$2 as Page, type PagingMetadata$2 as PagingMetadata, type context$5_ParagraphData as ParagraphData, type context$5_ParentCategory as ParentCategory, type context$5_Permissions as Permissions, type context$5_PhysicalProperties as PhysicalProperties, type context$5_PlatformOffsetSearch as PlatformOffsetSearch, type context$5_PlatformOffsetSearchPagingMethodOneOf as PlatformOffsetSearchPagingMethodOneOf, type context$5_PlatformPaging as PlatformPaging, type context$5_PlaybackOptions as PlaybackOptions, type context$5_PluginContainerData as PluginContainerData, context$5_PluginContainerDataAlignment as PluginContainerDataAlignment, type context$5_PluginContainerDataWidth as PluginContainerDataWidth, type context$5_PluginContainerDataWidthDataOneOf as PluginContainerDataWidthDataOneOf, type context$5_Poll as Poll, type context$5_PollData as PollData, type context$5_PollDataLayout as PollDataLayout, type context$5_PollDesign as PollDesign, type context$5_PollLayout as PollLayout, context$5_PollLayoutDirection as PollLayoutDirection, context$5_PollLayoutType as PollLayoutType, type context$5_PollSettings as PollSettings, type PreorderInfo$1 as PreorderInfo, context$5_PreorderStatus as PreorderStatus, type context$5_PriceInfo as PriceInfo, type context$5_PricePerUnit as PricePerUnit, type context$5_PricePerUnitRange as PricePerUnitRange, type context$5_PricePerUnitRangePricePerUnit as PricePerUnitRangePricePerUnit, type context$5_PricePerUnitSettings as PricePerUnitSettings, type context$5_PriceRange as PriceRange, type context$5_Product as Product, type context$5_ProductCategoriesInfo as ProductCategoriesInfo, type context$5_ProductCategory as ProductCategory, type context$5_ProductCreatedEnvelope as ProductCreatedEnvelope, type context$5_ProductDeletedEnvelope as ProductDeletedEnvelope, type context$5_ProductIdWithRevision as ProductIdWithRevision, type context$5_ProductMedia as ProductMedia, type context$5_ProductMediaMediaOneOf as ProductMediaMediaOneOf, type context$5_ProductMediaSetByOneOf as ProductMediaSetByOneOf, context$5_ProductOptionRenderType as ProductOptionRenderType, context$5_ProductType as ProductType, type context$5_ProductUpdatedEnvelope as ProductUpdatedEnvelope, type context$5_ProductVariantAddedEnvelope as ProductVariantAddedEnvelope, type context$5_ProductVariantIds as ProductVariantIds, type context$5_ProductVariantRemovedEnvelope as ProductVariantRemovedEnvelope, type context$5_ProductVariantUpdatedEnvelope as ProductVariantUpdatedEnvelope, type context$5_ProductVariants as ProductVariants, type context$5_ProductWithInventory as ProductWithInventory, type context$5_ProductWithInventoryTypedPropertiesOneOf as ProductWithInventoryTypedPropertiesOneOf, type context$5_ProductsQueryBuilder as ProductsQueryBuilder, type context$5_ProductsQueryResult as ProductsQueryResult, type context$5_QueryProductsOptions as QueryProductsOptions, type context$5_QueryProductsRequest as QueryProductsRequest, type context$5_QueryProductsResponse as QueryProductsResponse, type context$5_RangeAggregation as RangeAggregation, type context$5_RangeAggregationRangeBucket as RangeAggregationRangeBucket, type context$5_RangeAggregationResult as RangeAggregationResult, type context$5_RangeBucket as RangeBucket, type context$5_RangeResult as RangeResult, type context$5_RangeResults as RangeResults, type context$5_RangeResultsRangeAggregationResult as RangeResultsRangeAggregationResult, type context$5_Rel as Rel, RequestedFields$1 as RequestedFields, type RestoreInfo$2 as RestoreInfo, type context$5_Results as Results, type context$5_RevenueDetails as RevenueDetails, type Ribbon$1 as Ribbon, type context$5_RichContent as RichContent, context$5_RoundingStrategy as RoundingStrategy, type context$5_ScalarAggregation as ScalarAggregation, type context$5_ScalarResult as ScalarResult, context$5_ScalarType as ScalarType, type context$5_SearchDetails as SearchDetails, context$5_SearchDetailsMode as SearchDetailsMode, type context$5_SearchIndexingNotification as SearchIndexingNotification, type context$5_SearchProductsRequest as SearchProductsRequest, type context$5_SearchProductsResponse as SearchProductsResponse, type context$5_SecuredMedia as SecuredMedia, type context$5_SeoSchema as SeoSchema, type context$5_Settings as Settings, context$5_SingleEntityOpsRequestedFields as SingleEntityOpsRequestedFields, context$5_SortDirection as SortDirection, SortOrder$2 as SortOrder, context$5_SortType as SortType, type Sorting$2 as Sorting, context$5_Source as Source, type context$5_Spoiler as Spoiler, type context$5_SpoilerData as SpoilerData, State$1 as State, type context$5_Styles as Styles, type context$5_Subscription as Subscription, type context$5_SubscriptionCyclesOneOf as SubscriptionCyclesOneOf, type context$5_SubscriptionDetails as SubscriptionDetails, type context$5_SubscriptionDiscount as SubscriptionDiscount, type context$5_SubscriptionDiscountDiscountOneOf as SubscriptionDiscountDiscountOneOf, SubscriptionFrequency$1 as SubscriptionFrequency, type context$5_SubscriptionPrice as SubscriptionPrice, type context$5_SubscriptionPricePerUnit as SubscriptionPricePerUnit, type context$5_SubscriptionPricesInfo as SubscriptionPricesInfo, type context$5_TableCellData as TableCellData, type context$5_TableData as TableData, type context$5_Tag as Tag, context$5_Target as Target, context$5_TextAlignment as TextAlignment, type context$5_TextData as TextData, type context$5_TextNodeStyle as TextNodeStyle, type context$5_TextStyle as TextStyle, type context$5_Thumbnails as Thumbnails, context$5_ThumbnailsAlignment as ThumbnailsAlignment, type context$5_TreeReference as TreeReference, context$5_Type as Type, type URI$2 as URI, type context$5_UnsignedAdjustValue as UnsignedAdjustValue, type context$5_UnsignedAdjustValueAdjustValueOneOf as UnsignedAdjustValueAdjustValueOneOf, type context$5_UnsupportedFieldMasks as UnsupportedFieldMasks, type context$5_UpdateByFilterOperation as UpdateByFilterOperation, type context$5_UpdateDocumentsEvent as UpdateDocumentsEvent, type context$5_UpdateDocumentsEventOperationOneOf as UpdateDocumentsEventOperationOneOf, type context$5_UpdateExistingOperation as UpdateExistingOperation, type context$5_UpdateExtendedFieldsRequest as UpdateExtendedFieldsRequest, type context$5_UpdateExtendedFieldsResponse as UpdateExtendedFieldsResponse, type context$5_UpdateProductRequest as UpdateProductRequest, type context$5_UpdateProductResponse as UpdateProductResponse, type context$5_UpdateProductResponseNonNullableFields as UpdateProductResponseNonNullableFields, type context$5_UpdateProductWithInventoryOptions as UpdateProductWithInventoryOptions, type context$5_UpdateProductWithInventoryProduct as UpdateProductWithInventoryProduct, type context$5_UpdateProductWithInventoryRequest as UpdateProductWithInventoryRequest, type context$5_UpdateProductWithInventoryResponse as UpdateProductWithInventoryResponse, type context$5_UpdateProductWithInventoryResponseNonNullableFields as UpdateProductWithInventoryResponseNonNullableFields, type context$5_V1Media as V1Media, type context$5_V3AdjustValue as V3AdjustValue, type context$5_V3AdjustValueAdjustValueOneOf as V3AdjustValueAdjustValueOneOf, type context$5_V3BulkAddInfoSectionsToProductsByFilterRequest as V3BulkAddInfoSectionsToProductsByFilterRequest, type context$5_V3BulkAddInfoSectionsToProductsByFilterResponse as V3BulkAddInfoSectionsToProductsByFilterResponse, type context$5_V3BulkAddInfoSectionsToProductsByFilterResponseNonNullableFields as V3BulkAddInfoSectionsToProductsByFilterResponseNonNullableFields, type context$5_V3BulkAddInfoSectionsToProductsRequest as V3BulkAddInfoSectionsToProductsRequest, type context$5_V3BulkAddInfoSectionsToProductsResponse as V3BulkAddInfoSectionsToProductsResponse, type context$5_V3BulkAddInfoSectionsToProductsResponseNonNullableFields as V3BulkAddInfoSectionsToProductsResponseNonNullableFields, type context$5_V3BulkDeleteProductsByFilterRequest as V3BulkDeleteProductsByFilterRequest, type context$5_V3BulkDeleteProductsByFilterResponse as V3BulkDeleteProductsByFilterResponse, type context$5_V3BulkDeleteProductsByFilterResponseNonNullableFields as V3BulkDeleteProductsByFilterResponseNonNullableFields, type context$5_V3BulkDeleteProductsRequest as V3BulkDeleteProductsRequest, type context$5_V3BulkDeleteProductsResponse as V3BulkDeleteProductsResponse, type context$5_V3BulkDeleteProductsResponseNonNullableFields as V3BulkDeleteProductsResponseNonNullableFields, type context$5_V3BulkProductResult as V3BulkProductResult, type context$5_V3BulkRemoveInfoSectionsFromProductsByFilterRequest as V3BulkRemoveInfoSectionsFromProductsByFilterRequest, type context$5_V3BulkRemoveInfoSectionsFromProductsByFilterResponse as V3BulkRemoveInfoSectionsFromProductsByFilterResponse, type context$5_V3BulkRemoveInfoSectionsFromProductsByFilterResponseNonNullableFields as V3BulkRemoveInfoSectionsFromProductsByFilterResponseNonNullableFields, type context$5_V3BulkRemoveInfoSectionsFromProductsRequest as V3BulkRemoveInfoSectionsFromProductsRequest, type context$5_V3BulkRemoveInfoSectionsFromProductsResponse as V3BulkRemoveInfoSectionsFromProductsResponse, type context$5_V3BulkRemoveInfoSectionsFromProductsResponseNonNullableFields as V3BulkRemoveInfoSectionsFromProductsResponseNonNullableFields, type context$5_V3BulkUpdateProductsByFilterRequest as V3BulkUpdateProductsByFilterRequest, type context$5_V3BulkUpdateProductsByFilterResponse as V3BulkUpdateProductsByFilterResponse, type context$5_V3BulkUpdateProductsByFilterResponseNonNullableFields as V3BulkUpdateProductsByFilterResponseNonNullableFields, type context$5_V3CountProductsRequest as V3CountProductsRequest, type context$5_V3CountProductsResponse as V3CountProductsResponse, type context$5_V3CountProductsResponseNonNullableFields as V3CountProductsResponseNonNullableFields, type context$5_V3DeleteProductRequest as V3DeleteProductRequest, type context$5_V3DeleteProductResponse as V3DeleteProductResponse, type context$5_V3GetProductBySlugRequest as V3GetProductBySlugRequest, type context$5_V3GetProductBySlugResponse as V3GetProductBySlugResponse, type context$5_V3GetProductBySlugResponseNonNullableFields as V3GetProductBySlugResponseNonNullableFields, type context$5_V3GetProductRequest as V3GetProductRequest, type context$5_V3GetProductResponse as V3GetProductResponse, type context$5_V3GetProductResponseNonNullableFields as V3GetProductResponseNonNullableFields, type context$5_V3MaskedProduct as V3MaskedProduct, type context$5_V3OptionChoiceIds as V3OptionChoiceIds, type context$5_V3OptionChoiceNames as V3OptionChoiceNames, type context$5_V3Product as V3Product, type context$5_V3ProductIdWithRevision as V3ProductIdWithRevision, type context$5_V3ProductNonNullableFields as V3ProductNonNullableFields, type context$5_V3ProductTypedPropertiesOneOf as V3ProductTypedPropertiesOneOf, type context$5_V3QueryProductsRequest as V3QueryProductsRequest, type context$5_V3QueryProductsResponse as V3QueryProductsResponse, type context$5_V3QueryProductsResponseNonNullableFields as V3QueryProductsResponseNonNullableFields, type context$5_V3SearchProductsRequest as V3SearchProductsRequest, type context$5_V3SearchProductsResponse as V3SearchProductsResponse, type context$5_V3SearchProductsResponseNonNullableFields as V3SearchProductsResponseNonNullableFields, type context$5_V3UnsignedAdjustValue as V3UnsignedAdjustValue, type context$5_V3UnsignedAdjustValueAdjustValueOneOf as V3UnsignedAdjustValueAdjustValueOneOf, type context$5_V3UpdateExtendedFieldsRequest as V3UpdateExtendedFieldsRequest, type context$5_V3UpdateExtendedFieldsResponse as V3UpdateExtendedFieldsResponse, type context$5_V3UpdateExtendedFieldsResponseNonNullableFields as V3UpdateExtendedFieldsResponseNonNullableFields, type context$5_V3VariantsInfo as V3VariantsInfo, type context$5_ValueAggregation as ValueAggregation, type context$5_ValueAggregationIncludeMissingValuesOptions as ValueAggregationIncludeMissingValuesOptions, context$5_ValueAggregationMissingValues as ValueAggregationMissingValues, type context$5_ValueAggregationOptionsOneOf as ValueAggregationOptionsOneOf, type context$5_ValueAggregationResult as ValueAggregationResult, context$5_ValueAggregationSortDirection as ValueAggregationSortDirection, context$5_ValueAggregationSortType as ValueAggregationSortType, type context$5_ValueResult as ValueResult, type context$5_ValueResults as ValueResults, type context$5_ValueResultsValueAggregationResult as ValueResultsValueAggregationResult, type context$5_Variant as Variant, type context$5_VariantAdded as VariantAdded, type context$5_VariantDigitalProperties as VariantDigitalProperties, type context$5_VariantNotAlignedWithProduct as VariantNotAlignedWithProduct, type context$5_VariantPhysicalProperties as VariantPhysicalProperties, type context$5_VariantRemoved as VariantRemoved, type context$5_VariantSummary as VariantSummary, type context$5_VariantTypedPropertiesOneOf as VariantTypedPropertiesOneOf, type context$5_VariantUpdated as VariantUpdated, type context$5_VariantWithInventory as VariantWithInventory, type context$5_VariantWithInventoryTypedPropertiesOneOf as VariantWithInventoryTypedPropertiesOneOf, type context$5_VariantsInfo as VariantsInfo, type context$5_VariantsNotAlignedWithProduct as VariantsNotAlignedWithProduct, context$5_VerticalAlignment as VerticalAlignment, type context$5_Video as Video, type context$5_VideoData as VideoData, type context$5_VideoResolution as VideoResolution, context$5_ViewMode as ViewMode, context$5_ViewRole as ViewRole, context$5_VoteRole as VoteRole, WebhookIdentityType$4 as WebhookIdentityType, type context$5_WeightMeasurementUnitInfo as WeightMeasurementUnitInfo, type context$5_WeightRange as WeightRange, context$5_WeightUnit as WeightUnit, context$5_Width as Width, context$5_WidthType as WidthType, type context$5_WixCommonAggregation as WixCommonAggregation, type context$5_WixCommonAggregationKindOneOf as WixCommonAggregationKindOneOf, context$5_WixCommonAggregationType as WixCommonAggregationType, type context$5_WixCommonItemMetadata as WixCommonItemMetadata, context$5_WixCommonScalarType as WixCommonScalarType, type context$5_WixCommonSearchDetails as WixCommonSearchDetails, context$5_WixCommonSortOrder as WixCommonSortOrder, type context$5_WixCommonSorting as WixCommonSorting, context$5_bulkAddProductsToCategoriesByFilter as bulkAddProductsToCategoriesByFilter, context$5_bulkAdjustProductVariantsByFilter as bulkAdjustProductVariantsByFilter, context$5_bulkCreateProductsWithInventory as bulkCreateProductsWithInventory, context$5_bulkRemoveProductsFromCategoriesByFilter as bulkRemoveProductsFromCategoriesByFilter, context$5_bulkUpdateProductVariantsByFilter as bulkUpdateProductVariantsByFilter, context$5_bulkUpdateProductsWithInventory as bulkUpdateProductsWithInventory, context$5_catalogBulkAddInfoSectionsToProducts as catalogBulkAddInfoSectionsToProducts, context$5_catalogBulkAddInfoSectionsToProductsByFilter as catalogBulkAddInfoSectionsToProductsByFilter, context$5_catalogBulkCreateProducts as catalogBulkCreateProducts, context$5_catalogBulkDeleteProducts as catalogBulkDeleteProducts, context$5_catalogBulkDeleteProductsByFilter as catalogBulkDeleteProductsByFilter, context$5_catalogBulkRemoveInfoSectionsFromProducts as catalogBulkRemoveInfoSectionsFromProducts, context$5_catalogBulkRemoveInfoSectionsFromProductsByFilter as catalogBulkRemoveInfoSectionsFromProductsByFilter, context$5_catalogBulkUpdateProducts as catalogBulkUpdateProducts, context$5_catalogBulkUpdateProductsByFilter as catalogBulkUpdateProductsByFilter, context$5_catalogCountProducts as catalogCountProducts, context$5_catalogCreateProduct as catalogCreateProduct, context$5_catalogDeleteProduct as catalogDeleteProduct, context$5_catalogGetProduct as catalogGetProduct, context$5_catalogGetProductBySlug as catalogGetProductBySlug, context$5_catalogQueryProducts as catalogQueryProducts, context$5_catalogSearchProducts as catalogSearchProducts, context$5_catalogUpdateExtendedFields as catalogUpdateExtendedFields, context$5_catalogUpdateProduct as catalogUpdateProduct, context$5_createProductWithInventory as createProductWithInventory, context$5_onProductCreated as onProductCreated, context$5_onProductDeleted as onProductDeleted, context$5_onProductUpdated as onProductUpdated, context$5_onProductVariantAdded as onProductVariantAdded, context$5_onProductVariantRemoved as onProductVariantRemoved, context$5_onProductVariantUpdated as onProductVariantUpdated, context$5_updateProductWithInventory as updateProductWithInventory };
16589
16173
  }
16590
16174
 
16591
16175
  interface Provision {
@@ -16958,12 +16542,9 @@ interface GetCatalogVersionResponseNonNullableFields {
16958
16542
  catalogVersion: Version;
16959
16543
  }
16960
16544
 
16961
- declare function getCatalogVersion$1(httpClient: HttpClient): () => Promise<GetCatalogVersionResponse & GetCatalogVersionResponseNonNullableFields>;
16962
-
16963
16545
  declare function createRESTModule$4<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
16964
16546
 
16965
- type publicGetCatalogVersion_Type = typeof getCatalogVersion$1;
16966
- declare const getCatalogVersion: ReturnType<typeof createRESTModule$4<publicGetCatalogVersion_Type>>;
16547
+ declare const getCatalogVersion: ReturnType<typeof createRESTModule$4<typeof publicGetCatalogVersion>>;
16967
16548
 
16968
16549
  type context$4_Asset = Asset;
16969
16550
  type context$4_DefaultDeliveryProfileSetup = DefaultDeliveryProfileSetup;
@@ -17004,9 +16585,8 @@ type context$4_StudioUnassigned = StudioUnassigned;
17004
16585
  type context$4_Version = Version;
17005
16586
  declare const context$4_Version: typeof Version;
17006
16587
  declare const context$4_getCatalogVersion: typeof getCatalogVersion;
17007
- type context$4_publicGetCatalogVersion_Type = publicGetCatalogVersion_Type;
17008
16588
  declare namespace context$4 {
17009
- export { type context$4_Asset as Asset, type context$4_DefaultDeliveryProfileSetup as DefaultDeliveryProfileSetup, type context$4_DeleteContext as DeleteContext, context$4_DeleteStatus as DeleteStatus, type Empty$2 as Empty, type context$4_GetCatalogVersionRequest as GetCatalogVersionRequest, type context$4_GetCatalogVersionResponse as GetCatalogVersionResponse, type context$4_GetCatalogVersionResponseNonNullableFields as GetCatalogVersionResponseNonNullableFields, type IdentificationData$3 as IdentificationData, type IdentificationDataIdOneOf$3 as IdentificationDataIdOneOf, type context$4_InstallBassAppDependencyRequest as InstallBassAppDependencyRequest, type context$4_InstallBassAppDependencyResponse as InstallBassAppDependencyResponse, type MessageEnvelope$3 as MessageEnvelope, type context$4_MetaSiteSpecialEvent as MetaSiteSpecialEvent, type context$4_MetaSiteSpecialEventPayloadOneOf as MetaSiteSpecialEventPayloadOneOf, context$4_Namespace as Namespace, type context$4_NamespaceChanged as NamespaceChanged, type context$4_Provision as Provision, type context$4_ProvisionRequest as ProvisionRequest, type context$4_ProvisionResponse as ProvisionResponse, type context$4_ServiceProvisioned as ServiceProvisioned, type context$4_ServiceRemoved as ServiceRemoved, type context$4_SiteCreated as SiteCreated, context$4_SiteCreatedContext as SiteCreatedContext, type context$4_SiteDeleted as SiteDeleted, type context$4_SiteHardDeleted as SiteHardDeleted, type context$4_SiteMarkedAsTemplate as SiteMarkedAsTemplate, type context$4_SiteMarkedAsWixSite as SiteMarkedAsWixSite, type context$4_SitePublished as SitePublished, type context$4_SiteRenamed as SiteRenamed, type context$4_SiteTransferred as SiteTransferred, type context$4_SiteUndeleted as SiteUndeleted, type context$4_SiteUnpublished as SiteUnpublished, context$4_State as State, type context$4_StudioAssigned as StudioAssigned, type context$4_StudioUnassigned as StudioUnassigned, context$4_Version as Version, WebhookIdentityType$3 as WebhookIdentityType, context$4_getCatalogVersion as getCatalogVersion, type context$4_publicGetCatalogVersion_Type as publicGetCatalogVersion_Type };
16589
+ export { type context$4_Asset as Asset, type context$4_DefaultDeliveryProfileSetup as DefaultDeliveryProfileSetup, type context$4_DeleteContext as DeleteContext, context$4_DeleteStatus as DeleteStatus, type Empty$2 as Empty, type context$4_GetCatalogVersionRequest as GetCatalogVersionRequest, type context$4_GetCatalogVersionResponse as GetCatalogVersionResponse, type context$4_GetCatalogVersionResponseNonNullableFields as GetCatalogVersionResponseNonNullableFields, type IdentificationData$3 as IdentificationData, type IdentificationDataIdOneOf$3 as IdentificationDataIdOneOf, type context$4_InstallBassAppDependencyRequest as InstallBassAppDependencyRequest, type context$4_InstallBassAppDependencyResponse as InstallBassAppDependencyResponse, type MessageEnvelope$3 as MessageEnvelope, type context$4_MetaSiteSpecialEvent as MetaSiteSpecialEvent, type context$4_MetaSiteSpecialEventPayloadOneOf as MetaSiteSpecialEventPayloadOneOf, context$4_Namespace as Namespace, type context$4_NamespaceChanged as NamespaceChanged, type context$4_Provision as Provision, type context$4_ProvisionRequest as ProvisionRequest, type context$4_ProvisionResponse as ProvisionResponse, type context$4_ServiceProvisioned as ServiceProvisioned, type context$4_ServiceRemoved as ServiceRemoved, type context$4_SiteCreated as SiteCreated, context$4_SiteCreatedContext as SiteCreatedContext, type context$4_SiteDeleted as SiteDeleted, type context$4_SiteHardDeleted as SiteHardDeleted, type context$4_SiteMarkedAsTemplate as SiteMarkedAsTemplate, type context$4_SiteMarkedAsWixSite as SiteMarkedAsWixSite, type context$4_SitePublished as SitePublished, type context$4_SiteRenamed as SiteRenamed, type context$4_SiteTransferred as SiteTransferred, type context$4_SiteUndeleted as SiteUndeleted, type context$4_SiteUnpublished as SiteUnpublished, context$4_State as State, type context$4_StudioAssigned as StudioAssigned, type context$4_StudioUnassigned as StudioUnassigned, context$4_Version as Version, WebhookIdentityType$3 as WebhookIdentityType, context$4_getCatalogVersion as getCatalogVersion };
17010
16590
  }
17011
16591
 
17012
16592
  /** A Ribbon is a visual element that you can assign to products to highlight them on your site. */
@@ -17747,53 +17327,23 @@ interface BulkGetOrCreateRibbonsOptions {
17747
17327
  fields?: RequestedFields[];
17748
17328
  }
17749
17329
 
17750
- declare function createRibbon$1(httpClient: HttpClient): (ribbon: Ribbon) => Promise<Ribbon & RibbonNonNullableFields>;
17751
- declare function getRibbon$1(httpClient: HttpClient): (ribbonId: string, options?: GetRibbonOptions) => Promise<Ribbon & RibbonNonNullableFields>;
17752
- declare function updateRibbon$1(httpClient: HttpClient): (_id: string | null, ribbon: UpdateRibbon, options?: UpdateRibbonOptions) => Promise<Ribbon & RibbonNonNullableFields>;
17753
- declare function deleteRibbon$1(httpClient: HttpClient): (ribbonId: string) => Promise<void>;
17754
- declare function queryRibbons$1(httpClient: HttpClient): (options?: QueryRibbonsOptions) => RibbonsQueryBuilder;
17755
- declare function bulkCreateRibbons$1(httpClient: HttpClient): (ribbons: Ribbon[], options?: BulkCreateRibbonsOptions) => Promise<BulkCreateRibbonsResponse & BulkCreateRibbonsResponseNonNullableFields>;
17756
- declare function bulkUpdateRibbons$1(httpClient: HttpClient): (ribbons: MaskedRibbon[], options?: BulkUpdateRibbonsOptions) => Promise<BulkUpdateRibbonsResponse & BulkUpdateRibbonsResponseNonNullableFields>;
17757
- declare function getOrCreateRibbon$1(httpClient: HttpClient): (ribbonName: string, options?: GetOrCreateRibbonOptions) => Promise<GetOrCreateRibbonResponse & GetOrCreateRibbonResponseNonNullableFields>;
17758
- declare function bulkGetOrCreateRibbons$1(httpClient: HttpClient): (ribbonNames: string[], options?: BulkGetOrCreateRibbonsOptions) => Promise<BulkGetOrCreateRibbonsResponse & BulkGetOrCreateRibbonsResponseNonNullableFields>;
17759
- declare function bulkDeleteRibbons$1(httpClient: HttpClient): (ribbonIds: string[]) => Promise<BulkDeleteRibbonsResponse & BulkDeleteRibbonsResponseNonNullableFields>;
17760
- declare const onRibbonCreated$1: EventDefinition<RibbonCreatedEnvelope, "wix.stores.catalog.v3.ribbon_created">;
17761
- declare const onRibbonUpdated$1: EventDefinition<RibbonUpdatedEnvelope, "wix.stores.catalog.v3.ribbon_updated">;
17762
- declare const onRibbonDeleted$1: EventDefinition<RibbonDeletedEnvelope, "wix.stores.catalog.v3.ribbon_deleted">;
17763
-
17764
17330
  declare function createRESTModule$3<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
17765
17331
 
17766
17332
  declare function createEventModule$1<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
17767
17333
 
17768
- type publicCreateRibbon_Type = typeof createRibbon$1;
17769
- declare const createRibbon: ReturnType<typeof createRESTModule$3<publicCreateRibbon_Type>>;
17770
- type publicGetRibbon_Type = typeof getRibbon$1;
17771
- declare const getRibbon: ReturnType<typeof createRESTModule$3<publicGetRibbon_Type>>;
17772
- type publicUpdateRibbon_Type = typeof updateRibbon$1;
17773
- declare const updateRibbon: ReturnType<typeof createRESTModule$3<publicUpdateRibbon_Type>>;
17774
- type publicDeleteRibbon_Type = typeof deleteRibbon$1;
17775
- declare const deleteRibbon: ReturnType<typeof createRESTModule$3<publicDeleteRibbon_Type>>;
17776
- type publicQueryRibbons_Type = typeof queryRibbons$1;
17777
- declare const queryRibbons: ReturnType<typeof createRESTModule$3<publicQueryRibbons_Type>>;
17778
- type publicBulkCreateRibbons_Type = typeof bulkCreateRibbons$1;
17779
- declare const bulkCreateRibbons: ReturnType<typeof createRESTModule$3<publicBulkCreateRibbons_Type>>;
17780
- type publicBulkUpdateRibbons_Type = typeof bulkUpdateRibbons$1;
17781
- declare const bulkUpdateRibbons: ReturnType<typeof createRESTModule$3<publicBulkUpdateRibbons_Type>>;
17782
- type publicGetOrCreateRibbon_Type = typeof getOrCreateRibbon$1;
17783
- declare const getOrCreateRibbon: ReturnType<typeof createRESTModule$3<publicGetOrCreateRibbon_Type>>;
17784
- type publicBulkGetOrCreateRibbons_Type = typeof bulkGetOrCreateRibbons$1;
17785
- declare const bulkGetOrCreateRibbons: ReturnType<typeof createRESTModule$3<publicBulkGetOrCreateRibbons_Type>>;
17786
- type publicBulkDeleteRibbons_Type = typeof bulkDeleteRibbons$1;
17787
- declare const bulkDeleteRibbons: ReturnType<typeof createRESTModule$3<publicBulkDeleteRibbons_Type>>;
17788
-
17789
- type publicOnRibbonCreated_Type = typeof onRibbonCreated$1;
17790
- declare const onRibbonCreated: ReturnType<typeof createEventModule$1<publicOnRibbonCreated_Type>>;
17791
-
17792
- type publicOnRibbonUpdated_Type = typeof onRibbonUpdated$1;
17793
- declare const onRibbonUpdated: ReturnType<typeof createEventModule$1<publicOnRibbonUpdated_Type>>;
17794
-
17795
- type publicOnRibbonDeleted_Type = typeof onRibbonDeleted$1;
17796
- declare const onRibbonDeleted: ReturnType<typeof createEventModule$1<publicOnRibbonDeleted_Type>>;
17334
+ declare const createRibbon: ReturnType<typeof createRESTModule$3<typeof publicCreateRibbon>>;
17335
+ declare const getRibbon: ReturnType<typeof createRESTModule$3<typeof publicGetRibbon>>;
17336
+ declare const updateRibbon: ReturnType<typeof createRESTModule$3<typeof publicUpdateRibbon>>;
17337
+ declare const deleteRibbon: ReturnType<typeof createRESTModule$3<typeof publicDeleteRibbon>>;
17338
+ declare const queryRibbons: ReturnType<typeof createRESTModule$3<typeof publicQueryRibbons>>;
17339
+ declare const bulkCreateRibbons: ReturnType<typeof createRESTModule$3<typeof publicBulkCreateRibbons>>;
17340
+ declare const bulkUpdateRibbons: ReturnType<typeof createRESTModule$3<typeof publicBulkUpdateRibbons>>;
17341
+ declare const getOrCreateRibbon: ReturnType<typeof createRESTModule$3<typeof publicGetOrCreateRibbon>>;
17342
+ declare const bulkGetOrCreateRibbons: ReturnType<typeof createRESTModule$3<typeof publicBulkGetOrCreateRibbons>>;
17343
+ declare const bulkDeleteRibbons: ReturnType<typeof createRESTModule$3<typeof publicBulkDeleteRibbons>>;
17344
+ declare const onRibbonCreated: ReturnType<typeof createEventModule$1<typeof publicOnRibbonCreated>>;
17345
+ declare const onRibbonUpdated: ReturnType<typeof createEventModule$1<typeof publicOnRibbonUpdated>>;
17346
+ declare const onRibbonDeleted: ReturnType<typeof createEventModule$1<typeof publicOnRibbonDeleted>>;
17797
17347
 
17798
17348
  type context$3_ApplicationError = ApplicationError;
17799
17349
  type context$3_BulkActionMetadata = BulkActionMetadata;
@@ -17859,23 +17409,10 @@ declare const context$3_getRibbon: typeof getRibbon;
17859
17409
  declare const context$3_onRibbonCreated: typeof onRibbonCreated;
17860
17410
  declare const context$3_onRibbonDeleted: typeof onRibbonDeleted;
17861
17411
  declare const context$3_onRibbonUpdated: typeof onRibbonUpdated;
17862
- type context$3_publicBulkCreateRibbons_Type = publicBulkCreateRibbons_Type;
17863
- type context$3_publicBulkDeleteRibbons_Type = publicBulkDeleteRibbons_Type;
17864
- type context$3_publicBulkGetOrCreateRibbons_Type = publicBulkGetOrCreateRibbons_Type;
17865
- type context$3_publicBulkUpdateRibbons_Type = publicBulkUpdateRibbons_Type;
17866
- type context$3_publicCreateRibbon_Type = publicCreateRibbon_Type;
17867
- type context$3_publicDeleteRibbon_Type = publicDeleteRibbon_Type;
17868
- type context$3_publicGetOrCreateRibbon_Type = publicGetOrCreateRibbon_Type;
17869
- type context$3_publicGetRibbon_Type = publicGetRibbon_Type;
17870
- type context$3_publicOnRibbonCreated_Type = publicOnRibbonCreated_Type;
17871
- type context$3_publicOnRibbonDeleted_Type = publicOnRibbonDeleted_Type;
17872
- type context$3_publicOnRibbonUpdated_Type = publicOnRibbonUpdated_Type;
17873
- type context$3_publicQueryRibbons_Type = publicQueryRibbons_Type;
17874
- type context$3_publicUpdateRibbon_Type = publicUpdateRibbon_Type;
17875
17412
  declare const context$3_queryRibbons: typeof queryRibbons;
17876
17413
  declare const context$3_updateRibbon: typeof updateRibbon;
17877
17414
  declare namespace context$3 {
17878
- export { type ActionEvent$1 as ActionEvent, type App$1 as App, type context$3_ApplicationError as ApplicationError, type BaseEventMetadata$1 as BaseEventMetadata, type context$3_BulkActionMetadata as BulkActionMetadata, type context$3_BulkCreateRibbonsOptions as BulkCreateRibbonsOptions, type context$3_BulkCreateRibbonsRequest as BulkCreateRibbonsRequest, type context$3_BulkCreateRibbonsResponse as BulkCreateRibbonsResponse, type context$3_BulkCreateRibbonsResponseNonNullableFields as BulkCreateRibbonsResponseNonNullableFields, type context$3_BulkDeleteRibbonsRequest as BulkDeleteRibbonsRequest, type context$3_BulkDeleteRibbonsResponse as BulkDeleteRibbonsResponse, type context$3_BulkDeleteRibbonsResponseNonNullableFields as BulkDeleteRibbonsResponseNonNullableFields, type context$3_BulkGetOrCreateRibbonsOptions as BulkGetOrCreateRibbonsOptions, type context$3_BulkGetOrCreateRibbonsRequest as BulkGetOrCreateRibbonsRequest, type context$3_BulkGetOrCreateRibbonsResponse as BulkGetOrCreateRibbonsResponse, type context$3_BulkGetOrCreateRibbonsResponseNonNullableFields as BulkGetOrCreateRibbonsResponseNonNullableFields, type context$3_BulkRibbonResult as BulkRibbonResult, type context$3_BulkUpdateRibbonsOptions as BulkUpdateRibbonsOptions, type context$3_BulkUpdateRibbonsRequest as BulkUpdateRibbonsRequest, type context$3_BulkUpdateRibbonsResponse as BulkUpdateRibbonsResponse, type context$3_BulkUpdateRibbonsResponseNonNullableFields as BulkUpdateRibbonsResponseNonNullableFields, type context$3_CreateRibbonRequest as CreateRibbonRequest, type context$3_CreateRibbonResponse as CreateRibbonResponse, type context$3_CreateRibbonResponseNonNullableFields as CreateRibbonResponseNonNullableFields, type CursorPaging$1 as CursorPaging, type CursorPagingMetadata$1 as CursorPagingMetadata, type CursorQuery$1 as CursorQuery, type CursorQueryPagingMethodOneOf$1 as CursorQueryPagingMethodOneOf, type Cursors$1 as Cursors, type context$3_DeleteRibbonRequest as DeleteRibbonRequest, type context$3_DeleteRibbonResponse as DeleteRibbonResponse, type DomainEvent$1 as DomainEvent, type DomainEventBodyOneOf$1 as DomainEventBodyOneOf, type Empty$1 as Empty, type EntityCreatedEvent$1 as EntityCreatedEvent, type EntityDeletedEvent$1 as EntityDeletedEvent, type EntityUpdatedEvent$1 as EntityUpdatedEvent, type context$3_EventMetadata as EventMetadata, type File$1 as File, type context$3_GetOrCreateRibbonOptions as GetOrCreateRibbonOptions, type context$3_GetOrCreateRibbonRequest as GetOrCreateRibbonRequest, type context$3_GetOrCreateRibbonResponse as GetOrCreateRibbonResponse, type context$3_GetOrCreateRibbonResponseNonNullableFields as GetOrCreateRibbonResponseNonNullableFields, type context$3_GetRibbonOptions as GetRibbonOptions, type context$3_GetRibbonRequest as GetRibbonRequest, type context$3_GetRibbonResponse as GetRibbonResponse, type context$3_GetRibbonResponseNonNullableFields as GetRibbonResponseNonNullableFields, type IdentificationData$2 as IdentificationData, type IdentificationDataIdOneOf$2 as IdentificationDataIdOneOf, type InvalidateCache$1 as InvalidateCache, type InvalidateCacheGetByOneOf$1 as InvalidateCacheGetByOneOf, type context$3_ItemMetadata as ItemMetadata, type context$3_MaskedRibbon as MaskedRibbon, type MessageEnvelope$2 as MessageEnvelope, type Page$1 as Page, type context$3_QueryRibbonsOptions as QueryRibbonsOptions, type context$3_QueryRibbonsRequest as QueryRibbonsRequest, type context$3_QueryRibbonsResponse as QueryRibbonsResponse, type context$3_QueryRibbonsResponseNonNullableFields as QueryRibbonsResponseNonNullableFields, context$3_RequestedFields as RequestedFields, type RestoreInfo$1 as RestoreInfo, type context$3_Ribbon as Ribbon, type context$3_RibbonCreatedEnvelope as RibbonCreatedEnvelope, type context$3_RibbonDeletedEnvelope as RibbonDeletedEnvelope, type context$3_RibbonNonNullableFields as RibbonNonNullableFields, type context$3_RibbonUpdatedEnvelope as RibbonUpdatedEnvelope, type context$3_RibbonsQueryBuilder as RibbonsQueryBuilder, type context$3_RibbonsQueryResult as RibbonsQueryResult, SortOrder$1 as SortOrder, type Sorting$1 as Sorting, type URI$1 as URI, type context$3_UpdateRibbon as UpdateRibbon, type context$3_UpdateRibbonOptions as UpdateRibbonOptions, type context$3_UpdateRibbonRequest as UpdateRibbonRequest, type context$3_UpdateRibbonResponse as UpdateRibbonResponse, type context$3_UpdateRibbonResponseNonNullableFields as UpdateRibbonResponseNonNullableFields, type context$3_V3BulkRibbonResult as V3BulkRibbonResult, WebhookIdentityType$2 as WebhookIdentityType, context$3_bulkCreateRibbons as bulkCreateRibbons, context$3_bulkDeleteRibbons as bulkDeleteRibbons, context$3_bulkGetOrCreateRibbons as bulkGetOrCreateRibbons, context$3_bulkUpdateRibbons as bulkUpdateRibbons, context$3_createRibbon as createRibbon, context$3_deleteRibbon as deleteRibbon, context$3_getOrCreateRibbon as getOrCreateRibbon, context$3_getRibbon as getRibbon, context$3_onRibbonCreated as onRibbonCreated, context$3_onRibbonDeleted as onRibbonDeleted, context$3_onRibbonUpdated as onRibbonUpdated, type context$3_publicBulkCreateRibbons_Type as publicBulkCreateRibbons_Type, type context$3_publicBulkDeleteRibbons_Type as publicBulkDeleteRibbons_Type, type context$3_publicBulkGetOrCreateRibbons_Type as publicBulkGetOrCreateRibbons_Type, type context$3_publicBulkUpdateRibbons_Type as publicBulkUpdateRibbons_Type, type context$3_publicCreateRibbon_Type as publicCreateRibbon_Type, type context$3_publicDeleteRibbon_Type as publicDeleteRibbon_Type, type context$3_publicGetOrCreateRibbon_Type as publicGetOrCreateRibbon_Type, type context$3_publicGetRibbon_Type as publicGetRibbon_Type, onRibbonCreated$1 as publicOnRibbonCreated, type context$3_publicOnRibbonCreated_Type as publicOnRibbonCreated_Type, onRibbonDeleted$1 as publicOnRibbonDeleted, type context$3_publicOnRibbonDeleted_Type as publicOnRibbonDeleted_Type, onRibbonUpdated$1 as publicOnRibbonUpdated, type context$3_publicOnRibbonUpdated_Type as publicOnRibbonUpdated_Type, type context$3_publicQueryRibbons_Type as publicQueryRibbons_Type, type context$3_publicUpdateRibbon_Type as publicUpdateRibbon_Type, context$3_queryRibbons as queryRibbons, context$3_updateRibbon as updateRibbon };
17415
+ export { type ActionEvent$1 as ActionEvent, type App$1 as App, type context$3_ApplicationError as ApplicationError, type BaseEventMetadata$1 as BaseEventMetadata, type context$3_BulkActionMetadata as BulkActionMetadata, type context$3_BulkCreateRibbonsOptions as BulkCreateRibbonsOptions, type context$3_BulkCreateRibbonsRequest as BulkCreateRibbonsRequest, type context$3_BulkCreateRibbonsResponse as BulkCreateRibbonsResponse, type context$3_BulkCreateRibbonsResponseNonNullableFields as BulkCreateRibbonsResponseNonNullableFields, type context$3_BulkDeleteRibbonsRequest as BulkDeleteRibbonsRequest, type context$3_BulkDeleteRibbonsResponse as BulkDeleteRibbonsResponse, type context$3_BulkDeleteRibbonsResponseNonNullableFields as BulkDeleteRibbonsResponseNonNullableFields, type context$3_BulkGetOrCreateRibbonsOptions as BulkGetOrCreateRibbonsOptions, type context$3_BulkGetOrCreateRibbonsRequest as BulkGetOrCreateRibbonsRequest, type context$3_BulkGetOrCreateRibbonsResponse as BulkGetOrCreateRibbonsResponse, type context$3_BulkGetOrCreateRibbonsResponseNonNullableFields as BulkGetOrCreateRibbonsResponseNonNullableFields, type context$3_BulkRibbonResult as BulkRibbonResult, type context$3_BulkUpdateRibbonsOptions as BulkUpdateRibbonsOptions, type context$3_BulkUpdateRibbonsRequest as BulkUpdateRibbonsRequest, type context$3_BulkUpdateRibbonsResponse as BulkUpdateRibbonsResponse, type context$3_BulkUpdateRibbonsResponseNonNullableFields as BulkUpdateRibbonsResponseNonNullableFields, type context$3_CreateRibbonRequest as CreateRibbonRequest, type context$3_CreateRibbonResponse as CreateRibbonResponse, type context$3_CreateRibbonResponseNonNullableFields as CreateRibbonResponseNonNullableFields, type CursorPaging$1 as CursorPaging, type CursorPagingMetadata$1 as CursorPagingMetadata, type CursorQuery$1 as CursorQuery, type CursorQueryPagingMethodOneOf$1 as CursorQueryPagingMethodOneOf, type Cursors$1 as Cursors, type context$3_DeleteRibbonRequest as DeleteRibbonRequest, type context$3_DeleteRibbonResponse as DeleteRibbonResponse, type DomainEvent$1 as DomainEvent, type DomainEventBodyOneOf$1 as DomainEventBodyOneOf, type Empty$1 as Empty, type EntityCreatedEvent$1 as EntityCreatedEvent, type EntityDeletedEvent$1 as EntityDeletedEvent, type EntityUpdatedEvent$1 as EntityUpdatedEvent, type context$3_EventMetadata as EventMetadata, type File$1 as File, type context$3_GetOrCreateRibbonOptions as GetOrCreateRibbonOptions, type context$3_GetOrCreateRibbonRequest as GetOrCreateRibbonRequest, type context$3_GetOrCreateRibbonResponse as GetOrCreateRibbonResponse, type context$3_GetOrCreateRibbonResponseNonNullableFields as GetOrCreateRibbonResponseNonNullableFields, type context$3_GetRibbonOptions as GetRibbonOptions, type context$3_GetRibbonRequest as GetRibbonRequest, type context$3_GetRibbonResponse as GetRibbonResponse, type context$3_GetRibbonResponseNonNullableFields as GetRibbonResponseNonNullableFields, type IdentificationData$2 as IdentificationData, type IdentificationDataIdOneOf$2 as IdentificationDataIdOneOf, type InvalidateCache$1 as InvalidateCache, type InvalidateCacheGetByOneOf$1 as InvalidateCacheGetByOneOf, type context$3_ItemMetadata as ItemMetadata, type context$3_MaskedRibbon as MaskedRibbon, type MessageEnvelope$2 as MessageEnvelope, type Page$1 as Page, type context$3_QueryRibbonsOptions as QueryRibbonsOptions, type context$3_QueryRibbonsRequest as QueryRibbonsRequest, type context$3_QueryRibbonsResponse as QueryRibbonsResponse, type context$3_QueryRibbonsResponseNonNullableFields as QueryRibbonsResponseNonNullableFields, context$3_RequestedFields as RequestedFields, type RestoreInfo$1 as RestoreInfo, type context$3_Ribbon as Ribbon, type context$3_RibbonCreatedEnvelope as RibbonCreatedEnvelope, type context$3_RibbonDeletedEnvelope as RibbonDeletedEnvelope, type context$3_RibbonNonNullableFields as RibbonNonNullableFields, type context$3_RibbonUpdatedEnvelope as RibbonUpdatedEnvelope, type context$3_RibbonsQueryBuilder as RibbonsQueryBuilder, type context$3_RibbonsQueryResult as RibbonsQueryResult, SortOrder$1 as SortOrder, type Sorting$1 as Sorting, type URI$1 as URI, type context$3_UpdateRibbon as UpdateRibbon, type context$3_UpdateRibbonOptions as UpdateRibbonOptions, type context$3_UpdateRibbonRequest as UpdateRibbonRequest, type context$3_UpdateRibbonResponse as UpdateRibbonResponse, type context$3_UpdateRibbonResponseNonNullableFields as UpdateRibbonResponseNonNullableFields, type context$3_V3BulkRibbonResult as V3BulkRibbonResult, WebhookIdentityType$2 as WebhookIdentityType, context$3_bulkCreateRibbons as bulkCreateRibbons, context$3_bulkDeleteRibbons as bulkDeleteRibbons, context$3_bulkGetOrCreateRibbons as bulkGetOrCreateRibbons, context$3_bulkUpdateRibbons as bulkUpdateRibbons, context$3_createRibbon as createRibbon, context$3_deleteRibbon as deleteRibbon, context$3_getOrCreateRibbon as getOrCreateRibbon, context$3_getRibbon as getRibbon, context$3_onRibbonCreated as onRibbonCreated, context$3_onRibbonDeleted as onRibbonDeleted, context$3_onRibbonUpdated as onRibbonUpdated, context$3_queryRibbons as queryRibbons, context$3_updateRibbon as updateRibbon };
17879
17416
  }
17880
17417
 
17881
17418
  /** A location is a physical or virtual site where products are sold. */
@@ -18300,15 +17837,10 @@ interface StoresLocationsQueryBuilder {
18300
17837
  find: () => Promise<StoresLocationsQueryResult>;
18301
17838
  }
18302
17839
 
18303
- declare function getStoresLocation$1(httpClient: HttpClient): (storesLocationId: string) => Promise<StoresLocation & StoresLocationNonNullableFields>;
18304
- declare function queryStoresLocations$1(httpClient: HttpClient): () => StoresLocationsQueryBuilder;
18305
-
18306
17840
  declare function createRESTModule$2<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
18307
17841
 
18308
- type publicGetStoresLocation_Type = typeof getStoresLocation$1;
18309
- declare const getStoresLocation: ReturnType<typeof createRESTModule$2<publicGetStoresLocation_Type>>;
18310
- type publicQueryStoresLocations_Type = typeof queryStoresLocations$1;
18311
- declare const queryStoresLocations: ReturnType<typeof createRESTModule$2<publicQueryStoresLocations_Type>>;
17842
+ declare const getStoresLocation: ReturnType<typeof createRESTModule$2<typeof publicGetStoresLocation>>;
17843
+ declare const queryStoresLocations: ReturnType<typeof createRESTModule$2<typeof publicQueryStoresLocations>>;
18312
17844
 
18313
17845
  type context$2_ActionEvent = ActionEvent;
18314
17846
  type context$2_App = App;
@@ -18353,11 +17885,9 @@ type context$2_URI = URI;
18353
17885
  type context$2_UpdateStoresLocationRequest = UpdateStoresLocationRequest;
18354
17886
  type context$2_UpdateStoresLocationResponse = UpdateStoresLocationResponse;
18355
17887
  declare const context$2_getStoresLocation: typeof getStoresLocation;
18356
- type context$2_publicGetStoresLocation_Type = publicGetStoresLocation_Type;
18357
- type context$2_publicQueryStoresLocations_Type = publicQueryStoresLocations_Type;
18358
17888
  declare const context$2_queryStoresLocations: typeof queryStoresLocations;
18359
17889
  declare namespace context$2 {
18360
- export { type context$2_ActionEvent as ActionEvent, type context$2_App as App, type context$2_CreateStoresLocationRequest as CreateStoresLocationRequest, type context$2_CreateStoresLocationResponse as CreateStoresLocationResponse, type context$2_CursorPaging as CursorPaging, type context$2_CursorPagingMetadata as CursorPagingMetadata, type context$2_CursorQuery as CursorQuery, type context$2_CursorQueryPagingMethodOneOf as CursorQueryPagingMethodOneOf, type context$2_Cursors as Cursors, type context$2_DeleteStoresLocationRequest as DeleteStoresLocationRequest, type context$2_DeleteStoresLocationResponse as DeleteStoresLocationResponse, type context$2_DomainEvent as DomainEvent, type context$2_DomainEventBodyOneOf as DomainEventBodyOneOf, type context$2_Empty as Empty, type context$2_EntityCreatedEvent as EntityCreatedEvent, type context$2_EntityDeletedEvent as EntityDeletedEvent, type context$2_EntityUpdatedEvent as EntityUpdatedEvent, type context$2_File as File, type context$2_GetOrCreateDefaultStoresLocationRequest as GetOrCreateDefaultStoresLocationRequest, type context$2_GetOrCreateDefaultStoresLocationResponse as GetOrCreateDefaultStoresLocationResponse, type context$2_GetStoresLocationRequest as GetStoresLocationRequest, type context$2_GetStoresLocationResponse as GetStoresLocationResponse, type context$2_GetStoresLocationResponseNonNullableFields as GetStoresLocationResponseNonNullableFields, type IdentificationData$1 as IdentificationData, type IdentificationDataIdOneOf$1 as IdentificationDataIdOneOf, type context$2_InvalidateCache as InvalidateCache, type context$2_InvalidateCacheGetByOneOf as InvalidateCacheGetByOneOf, context$2_LocationType as LocationType, type MessageEnvelope$1 as MessageEnvelope, type context$2_Page as Page, type context$2_QueryStoresLocationsRequest as QueryStoresLocationsRequest, type context$2_QueryStoresLocationsResponse as QueryStoresLocationsResponse, type context$2_QueryStoresLocationsResponseNonNullableFields as QueryStoresLocationsResponseNonNullableFields, type context$2_RestoreInfo as RestoreInfo, context$2_SortOrder as SortOrder, type context$2_Sorting as Sorting, type context$2_StoresLocation as StoresLocation, type context$2_StoresLocationNonNullableFields as StoresLocationNonNullableFields, type context$2_StoresLocationsQueryBuilder as StoresLocationsQueryBuilder, type context$2_StoresLocationsQueryResult as StoresLocationsQueryResult, type context$2_URI as URI, type context$2_UpdateStoresLocationRequest as UpdateStoresLocationRequest, type context$2_UpdateStoresLocationResponse as UpdateStoresLocationResponse, WebhookIdentityType$1 as WebhookIdentityType, context$2_getStoresLocation as getStoresLocation, type context$2_publicGetStoresLocation_Type as publicGetStoresLocation_Type, type context$2_publicQueryStoresLocations_Type as publicQueryStoresLocations_Type, context$2_queryStoresLocations as queryStoresLocations };
17890
+ export { type context$2_ActionEvent as ActionEvent, type context$2_App as App, type context$2_CreateStoresLocationRequest as CreateStoresLocationRequest, type context$2_CreateStoresLocationResponse as CreateStoresLocationResponse, type context$2_CursorPaging as CursorPaging, type context$2_CursorPagingMetadata as CursorPagingMetadata, type context$2_CursorQuery as CursorQuery, type context$2_CursorQueryPagingMethodOneOf as CursorQueryPagingMethodOneOf, type context$2_Cursors as Cursors, type context$2_DeleteStoresLocationRequest as DeleteStoresLocationRequest, type context$2_DeleteStoresLocationResponse as DeleteStoresLocationResponse, type context$2_DomainEvent as DomainEvent, type context$2_DomainEventBodyOneOf as DomainEventBodyOneOf, type context$2_Empty as Empty, type context$2_EntityCreatedEvent as EntityCreatedEvent, type context$2_EntityDeletedEvent as EntityDeletedEvent, type context$2_EntityUpdatedEvent as EntityUpdatedEvent, type context$2_File as File, type context$2_GetOrCreateDefaultStoresLocationRequest as GetOrCreateDefaultStoresLocationRequest, type context$2_GetOrCreateDefaultStoresLocationResponse as GetOrCreateDefaultStoresLocationResponse, type context$2_GetStoresLocationRequest as GetStoresLocationRequest, type context$2_GetStoresLocationResponse as GetStoresLocationResponse, type context$2_GetStoresLocationResponseNonNullableFields as GetStoresLocationResponseNonNullableFields, type IdentificationData$1 as IdentificationData, type IdentificationDataIdOneOf$1 as IdentificationDataIdOneOf, type context$2_InvalidateCache as InvalidateCache, type context$2_InvalidateCacheGetByOneOf as InvalidateCacheGetByOneOf, context$2_LocationType as LocationType, type MessageEnvelope$1 as MessageEnvelope, type context$2_Page as Page, type context$2_QueryStoresLocationsRequest as QueryStoresLocationsRequest, type context$2_QueryStoresLocationsResponse as QueryStoresLocationsResponse, type context$2_QueryStoresLocationsResponseNonNullableFields as QueryStoresLocationsResponseNonNullableFields, type context$2_RestoreInfo as RestoreInfo, context$2_SortOrder as SortOrder, type context$2_Sorting as Sorting, type context$2_StoresLocation as StoresLocation, type context$2_StoresLocationNonNullableFields as StoresLocationNonNullableFields, type context$2_StoresLocationsQueryBuilder as StoresLocationsQueryBuilder, type context$2_StoresLocationsQueryResult as StoresLocationsQueryResult, type context$2_URI as URI, type context$2_UpdateStoresLocationRequest as UpdateStoresLocationRequest, type context$2_UpdateStoresLocationResponse as UpdateStoresLocationResponse, WebhookIdentityType$1 as WebhookIdentityType, context$2_getStoresLocation as getStoresLocation, context$2_queryStoresLocations as queryStoresLocations };
18361
17891
  }
18362
17892
 
18363
17893
  interface SubscriptionOption {
@@ -18704,45 +18234,20 @@ interface GetProductIdsForSubscriptionOptionOptions {
18704
18234
  paging?: Paging$1;
18705
18235
  }
18706
18236
 
18707
- declare function createSubscriptionOption$1(httpClient: HttpClient): (subscriptionOption: SubscriptionOption) => Promise<SubscriptionOption & SubscriptionOptionNonNullableFields>;
18708
- declare function updateSubscriptionOption$1(httpClient: HttpClient): (_id: string | null, subscriptionOption: UpdateSubscriptionOption) => Promise<SubscriptionOption & SubscriptionOptionNonNullableFields>;
18709
- declare function deleteSubscriptionOption$1(httpClient: HttpClient): (_id: string) => Promise<void>;
18710
- declare function bulkCreateSubscriptionOptions$1(httpClient: HttpClient): (subscriptionOptions: SubscriptionOption[]) => Promise<BulkCreateSubscriptionOptionsResponse & BulkCreateSubscriptionOptionsResponseNonNullableFields>;
18711
- declare function bulkUpdateSubscriptionOptions$1(httpClient: HttpClient): (subscriptionOptions: SubscriptionOption[]) => Promise<BulkUpdateSubscriptionOptionsResponse & BulkUpdateSubscriptionOptionsResponseNonNullableFields>;
18712
- declare function bulkDeleteSubscriptionOptions$1(httpClient: HttpClient): (ids: string[]) => Promise<void>;
18713
- declare function assignSubscriptionOptionsToProduct$1(httpClient: HttpClient): (productId: string, options?: AssignSubscriptionOptionsToProductOptions) => Promise<void>;
18714
- declare function allowOneTimePurchases$1(httpClient: HttpClient): (productId: string, allowed: boolean | null) => Promise<void>;
18715
- declare function getSubscriptionOption$1(httpClient: HttpClient): (_id: string) => Promise<SubscriptionOption & SubscriptionOptionNonNullableFields>;
18716
- declare function getSubscriptionOptionsForProduct$1(httpClient: HttpClient): (productId: string, options?: GetSubscriptionOptionsForProductOptions) => Promise<GetSubscriptionOptionsForProductResponse & GetSubscriptionOptionsForProductResponseNonNullableFields>;
18717
- declare function getProductIdsForSubscriptionOption$1(httpClient: HttpClient): (_id: string, options?: GetProductIdsForSubscriptionOptionOptions) => Promise<GetProductIdsForSubscriptionOptionResponse & GetProductIdsForSubscriptionOptionResponseNonNullableFields>;
18718
- declare function getOneTimePurchasesStatus$1(httpClient: HttpClient): (productId: string) => Promise<GetOneTimePurchasesStatusResponse & GetOneTimePurchasesStatusResponseNonNullableFields>;
18719
-
18720
18237
  declare function createRESTModule$1<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
18721
18238
 
18722
- type publicCreateSubscriptionOption_Type = typeof createSubscriptionOption$1;
18723
- declare const createSubscriptionOption: ReturnType<typeof createRESTModule$1<publicCreateSubscriptionOption_Type>>;
18724
- type publicUpdateSubscriptionOption_Type = typeof updateSubscriptionOption$1;
18725
- declare const updateSubscriptionOption: ReturnType<typeof createRESTModule$1<publicUpdateSubscriptionOption_Type>>;
18726
- type publicDeleteSubscriptionOption_Type = typeof deleteSubscriptionOption$1;
18727
- declare const deleteSubscriptionOption: ReturnType<typeof createRESTModule$1<publicDeleteSubscriptionOption_Type>>;
18728
- type publicBulkCreateSubscriptionOptions_Type = typeof bulkCreateSubscriptionOptions$1;
18729
- declare const bulkCreateSubscriptionOptions: ReturnType<typeof createRESTModule$1<publicBulkCreateSubscriptionOptions_Type>>;
18730
- type publicBulkUpdateSubscriptionOptions_Type = typeof bulkUpdateSubscriptionOptions$1;
18731
- declare const bulkUpdateSubscriptionOptions: ReturnType<typeof createRESTModule$1<publicBulkUpdateSubscriptionOptions_Type>>;
18732
- type publicBulkDeleteSubscriptionOptions_Type = typeof bulkDeleteSubscriptionOptions$1;
18733
- declare const bulkDeleteSubscriptionOptions: ReturnType<typeof createRESTModule$1<publicBulkDeleteSubscriptionOptions_Type>>;
18734
- type publicAssignSubscriptionOptionsToProduct_Type = typeof assignSubscriptionOptionsToProduct$1;
18735
- declare const assignSubscriptionOptionsToProduct: ReturnType<typeof createRESTModule$1<publicAssignSubscriptionOptionsToProduct_Type>>;
18736
- type publicAllowOneTimePurchases_Type = typeof allowOneTimePurchases$1;
18737
- declare const allowOneTimePurchases: ReturnType<typeof createRESTModule$1<publicAllowOneTimePurchases_Type>>;
18738
- type publicGetSubscriptionOption_Type = typeof getSubscriptionOption$1;
18739
- declare const getSubscriptionOption: ReturnType<typeof createRESTModule$1<publicGetSubscriptionOption_Type>>;
18740
- type publicGetSubscriptionOptionsForProduct_Type = typeof getSubscriptionOptionsForProduct$1;
18741
- declare const getSubscriptionOptionsForProduct: ReturnType<typeof createRESTModule$1<publicGetSubscriptionOptionsForProduct_Type>>;
18742
- type publicGetProductIdsForSubscriptionOption_Type = typeof getProductIdsForSubscriptionOption$1;
18743
- declare const getProductIdsForSubscriptionOption: ReturnType<typeof createRESTModule$1<publicGetProductIdsForSubscriptionOption_Type>>;
18744
- type publicGetOneTimePurchasesStatus_Type = typeof getOneTimePurchasesStatus$1;
18745
- declare const getOneTimePurchasesStatus: ReturnType<typeof createRESTModule$1<publicGetOneTimePurchasesStatus_Type>>;
18239
+ declare const createSubscriptionOption: ReturnType<typeof createRESTModule$1<typeof publicCreateSubscriptionOption>>;
18240
+ declare const updateSubscriptionOption: ReturnType<typeof createRESTModule$1<typeof publicUpdateSubscriptionOption>>;
18241
+ declare const deleteSubscriptionOption: ReturnType<typeof createRESTModule$1<typeof publicDeleteSubscriptionOption>>;
18242
+ declare const bulkCreateSubscriptionOptions: ReturnType<typeof createRESTModule$1<typeof publicBulkCreateSubscriptionOptions>>;
18243
+ declare const bulkUpdateSubscriptionOptions: ReturnType<typeof createRESTModule$1<typeof publicBulkUpdateSubscriptionOptions>>;
18244
+ declare const bulkDeleteSubscriptionOptions: ReturnType<typeof createRESTModule$1<typeof publicBulkDeleteSubscriptionOptions>>;
18245
+ declare const assignSubscriptionOptionsToProduct: ReturnType<typeof createRESTModule$1<typeof publicAssignSubscriptionOptionsToProduct>>;
18246
+ declare const allowOneTimePurchases: ReturnType<typeof createRESTModule$1<typeof publicAllowOneTimePurchases>>;
18247
+ declare const getSubscriptionOption: ReturnType<typeof createRESTModule$1<typeof publicGetSubscriptionOption>>;
18248
+ declare const getSubscriptionOptionsForProduct: ReturnType<typeof createRESTModule$1<typeof publicGetSubscriptionOptionsForProduct>>;
18249
+ declare const getProductIdsForSubscriptionOption: ReturnType<typeof createRESTModule$1<typeof publicGetProductIdsForSubscriptionOption>>;
18250
+ declare const getOneTimePurchasesStatus: ReturnType<typeof createRESTModule$1<typeof publicGetOneTimePurchasesStatus>>;
18746
18251
 
18747
18252
  type context$1_AllowOneTimePurchasesRequest = AllowOneTimePurchasesRequest;
18748
18253
  type context$1_AllowOneTimePurchasesResponse = AllowOneTimePurchasesResponse;
@@ -18812,21 +18317,9 @@ declare const context$1_getOneTimePurchasesStatus: typeof getOneTimePurchasesSta
18812
18317
  declare const context$1_getProductIdsForSubscriptionOption: typeof getProductIdsForSubscriptionOption;
18813
18318
  declare const context$1_getSubscriptionOption: typeof getSubscriptionOption;
18814
18319
  declare const context$1_getSubscriptionOptionsForProduct: typeof getSubscriptionOptionsForProduct;
18815
- type context$1_publicAllowOneTimePurchases_Type = publicAllowOneTimePurchases_Type;
18816
- type context$1_publicAssignSubscriptionOptionsToProduct_Type = publicAssignSubscriptionOptionsToProduct_Type;
18817
- type context$1_publicBulkCreateSubscriptionOptions_Type = publicBulkCreateSubscriptionOptions_Type;
18818
- type context$1_publicBulkDeleteSubscriptionOptions_Type = publicBulkDeleteSubscriptionOptions_Type;
18819
- type context$1_publicBulkUpdateSubscriptionOptions_Type = publicBulkUpdateSubscriptionOptions_Type;
18820
- type context$1_publicCreateSubscriptionOption_Type = publicCreateSubscriptionOption_Type;
18821
- type context$1_publicDeleteSubscriptionOption_Type = publicDeleteSubscriptionOption_Type;
18822
- type context$1_publicGetOneTimePurchasesStatus_Type = publicGetOneTimePurchasesStatus_Type;
18823
- type context$1_publicGetProductIdsForSubscriptionOption_Type = publicGetProductIdsForSubscriptionOption_Type;
18824
- type context$1_publicGetSubscriptionOption_Type = publicGetSubscriptionOption_Type;
18825
- type context$1_publicGetSubscriptionOptionsForProduct_Type = publicGetSubscriptionOptionsForProduct_Type;
18826
- type context$1_publicUpdateSubscriptionOption_Type = publicUpdateSubscriptionOption_Type;
18827
18320
  declare const context$1_updateSubscriptionOption: typeof updateSubscriptionOption;
18828
18321
  declare namespace context$1 {
18829
- export { type context$1_AllowOneTimePurchasesRequest as AllowOneTimePurchasesRequest, type context$1_AllowOneTimePurchasesResponse as AllowOneTimePurchasesResponse, type context$1_AssignSubscriptionOptionsToProductOptions as AssignSubscriptionOptionsToProductOptions, type context$1_AssignSubscriptionOptionsToProductRequest as AssignSubscriptionOptionsToProductRequest, type context$1_AssignSubscriptionOptionsToProductResponse as AssignSubscriptionOptionsToProductResponse, type context$1_BulkCalculatePricesRequest as BulkCalculatePricesRequest, type context$1_BulkCalculatePricesRequestItem as BulkCalculatePricesRequestItem, type context$1_BulkCalculatePricesRequestV2 as BulkCalculatePricesRequestV2, type context$1_BulkCalculatePricesResponse as BulkCalculatePricesResponse, type context$1_BulkCalculatePricesResponseItem as BulkCalculatePricesResponseItem, type context$1_BulkCalculatePricesResponseV2 as BulkCalculatePricesResponseV2, type context$1_BulkCreateSubscriptionOptionsRequest as BulkCreateSubscriptionOptionsRequest, type context$1_BulkCreateSubscriptionOptionsResponse as BulkCreateSubscriptionOptionsResponse, type context$1_BulkCreateSubscriptionOptionsResponseNonNullableFields as BulkCreateSubscriptionOptionsResponseNonNullableFields, type context$1_BulkDeleteSubscriptionOptionsRequest as BulkDeleteSubscriptionOptionsRequest, type context$1_BulkDeleteSubscriptionOptionsResponse as BulkDeleteSubscriptionOptionsResponse, type context$1_BulkUpdateSubscriptionOptionsRequest as BulkUpdateSubscriptionOptionsRequest, type context$1_BulkUpdateSubscriptionOptionsResponse as BulkUpdateSubscriptionOptionsResponse, type context$1_BulkUpdateSubscriptionOptionsResponseNonNullableFields as BulkUpdateSubscriptionOptionsResponseNonNullableFields, type context$1_CalculatePricesRequest as CalculatePricesRequest, type context$1_CalculatePricesResponse as CalculatePricesResponse, type context$1_CreateSubscriptionOptionRequest as CreateSubscriptionOptionRequest, type context$1_CreateSubscriptionOptionResponse as CreateSubscriptionOptionResponse, type context$1_CreateSubscriptionOptionResponseNonNullableFields as CreateSubscriptionOptionResponseNonNullableFields, type context$1_DeleteSubscriptionOptionRequest as DeleteSubscriptionOptionRequest, type context$1_DeleteSubscriptionOptionResponse as DeleteSubscriptionOptionResponse, type context$1_Discount as Discount, context$1_DiscountType as DiscountType, type context$1_GetOneTimePurchasesStatusRequest as GetOneTimePurchasesStatusRequest, type context$1_GetOneTimePurchasesStatusResponse as GetOneTimePurchasesStatusResponse, type context$1_GetOneTimePurchasesStatusResponseNonNullableFields as GetOneTimePurchasesStatusResponseNonNullableFields, type context$1_GetProductIdsForSubscriptionOptionOptions as GetProductIdsForSubscriptionOptionOptions, type context$1_GetProductIdsForSubscriptionOptionRequest as GetProductIdsForSubscriptionOptionRequest, type context$1_GetProductIdsForSubscriptionOptionResponse as GetProductIdsForSubscriptionOptionResponse, type context$1_GetProductIdsForSubscriptionOptionResponseNonNullableFields as GetProductIdsForSubscriptionOptionResponseNonNullableFields, type context$1_GetSubscriptionOptionRequest as GetSubscriptionOptionRequest, type context$1_GetSubscriptionOptionResponse as GetSubscriptionOptionResponse, type context$1_GetSubscriptionOptionResponseNonNullableFields as GetSubscriptionOptionResponseNonNullableFields, type context$1_GetSubscriptionOptionsForProductOptions as GetSubscriptionOptionsForProductOptions, type context$1_GetSubscriptionOptionsForProductRequest as GetSubscriptionOptionsForProductRequest, type context$1_GetSubscriptionOptionsForProductResponse as GetSubscriptionOptionsForProductResponse, type context$1_GetSubscriptionOptionsForProductResponseNonNullableFields as GetSubscriptionOptionsForProductResponseNonNullableFields, type context$1_ListSubscriptionOptionsRequest as ListSubscriptionOptionsRequest, type context$1_ListSubscriptionOptionsResponse as ListSubscriptionOptionsResponse, type Paging$1 as Paging, type PagingMetadata$1 as PagingMetadata, context$1_SubscriptionFrequency as SubscriptionFrequency, type context$1_SubscriptionOption as SubscriptionOption, type context$1_SubscriptionOptionInProduct as SubscriptionOptionInProduct, type context$1_SubscriptionOptionNonNullableFields as SubscriptionOptionNonNullableFields, type context$1_SubscriptionOptionPriceData as SubscriptionOptionPriceData, type context$1_SubscriptionOptionPrices as SubscriptionOptionPrices, type context$1_SubscriptionSettings as SubscriptionSettings, type context$1_UpdateSubscriptionOption as UpdateSubscriptionOption, type context$1_UpdateSubscriptionOptionRequest as UpdateSubscriptionOptionRequest, type context$1_UpdateSubscriptionOptionResponse as UpdateSubscriptionOptionResponse, type context$1_UpdateSubscriptionOptionResponseNonNullableFields as UpdateSubscriptionOptionResponseNonNullableFields, context$1_allowOneTimePurchases as allowOneTimePurchases, context$1_assignSubscriptionOptionsToProduct as assignSubscriptionOptionsToProduct, context$1_bulkCreateSubscriptionOptions as bulkCreateSubscriptionOptions, context$1_bulkDeleteSubscriptionOptions as bulkDeleteSubscriptionOptions, context$1_bulkUpdateSubscriptionOptions as bulkUpdateSubscriptionOptions, context$1_createSubscriptionOption as createSubscriptionOption, context$1_deleteSubscriptionOption as deleteSubscriptionOption, context$1_getOneTimePurchasesStatus as getOneTimePurchasesStatus, context$1_getProductIdsForSubscriptionOption as getProductIdsForSubscriptionOption, context$1_getSubscriptionOption as getSubscriptionOption, context$1_getSubscriptionOptionsForProduct as getSubscriptionOptionsForProduct, type context$1_publicAllowOneTimePurchases_Type as publicAllowOneTimePurchases_Type, type context$1_publicAssignSubscriptionOptionsToProduct_Type as publicAssignSubscriptionOptionsToProduct_Type, type context$1_publicBulkCreateSubscriptionOptions_Type as publicBulkCreateSubscriptionOptions_Type, type context$1_publicBulkDeleteSubscriptionOptions_Type as publicBulkDeleteSubscriptionOptions_Type, type context$1_publicBulkUpdateSubscriptionOptions_Type as publicBulkUpdateSubscriptionOptions_Type, type context$1_publicCreateSubscriptionOption_Type as publicCreateSubscriptionOption_Type, type context$1_publicDeleteSubscriptionOption_Type as publicDeleteSubscriptionOption_Type, type context$1_publicGetOneTimePurchasesStatus_Type as publicGetOneTimePurchasesStatus_Type, type context$1_publicGetProductIdsForSubscriptionOption_Type as publicGetProductIdsForSubscriptionOption_Type, type context$1_publicGetSubscriptionOption_Type as publicGetSubscriptionOption_Type, type context$1_publicGetSubscriptionOptionsForProduct_Type as publicGetSubscriptionOptionsForProduct_Type, type context$1_publicUpdateSubscriptionOption_Type as publicUpdateSubscriptionOption_Type, context$1_updateSubscriptionOption as updateSubscriptionOption };
18322
+ export { type context$1_AllowOneTimePurchasesRequest as AllowOneTimePurchasesRequest, type context$1_AllowOneTimePurchasesResponse as AllowOneTimePurchasesResponse, type context$1_AssignSubscriptionOptionsToProductOptions as AssignSubscriptionOptionsToProductOptions, type context$1_AssignSubscriptionOptionsToProductRequest as AssignSubscriptionOptionsToProductRequest, type context$1_AssignSubscriptionOptionsToProductResponse as AssignSubscriptionOptionsToProductResponse, type context$1_BulkCalculatePricesRequest as BulkCalculatePricesRequest, type context$1_BulkCalculatePricesRequestItem as BulkCalculatePricesRequestItem, type context$1_BulkCalculatePricesRequestV2 as BulkCalculatePricesRequestV2, type context$1_BulkCalculatePricesResponse as BulkCalculatePricesResponse, type context$1_BulkCalculatePricesResponseItem as BulkCalculatePricesResponseItem, type context$1_BulkCalculatePricesResponseV2 as BulkCalculatePricesResponseV2, type context$1_BulkCreateSubscriptionOptionsRequest as BulkCreateSubscriptionOptionsRequest, type context$1_BulkCreateSubscriptionOptionsResponse as BulkCreateSubscriptionOptionsResponse, type context$1_BulkCreateSubscriptionOptionsResponseNonNullableFields as BulkCreateSubscriptionOptionsResponseNonNullableFields, type context$1_BulkDeleteSubscriptionOptionsRequest as BulkDeleteSubscriptionOptionsRequest, type context$1_BulkDeleteSubscriptionOptionsResponse as BulkDeleteSubscriptionOptionsResponse, type context$1_BulkUpdateSubscriptionOptionsRequest as BulkUpdateSubscriptionOptionsRequest, type context$1_BulkUpdateSubscriptionOptionsResponse as BulkUpdateSubscriptionOptionsResponse, type context$1_BulkUpdateSubscriptionOptionsResponseNonNullableFields as BulkUpdateSubscriptionOptionsResponseNonNullableFields, type context$1_CalculatePricesRequest as CalculatePricesRequest, type context$1_CalculatePricesResponse as CalculatePricesResponse, type context$1_CreateSubscriptionOptionRequest as CreateSubscriptionOptionRequest, type context$1_CreateSubscriptionOptionResponse as CreateSubscriptionOptionResponse, type context$1_CreateSubscriptionOptionResponseNonNullableFields as CreateSubscriptionOptionResponseNonNullableFields, type context$1_DeleteSubscriptionOptionRequest as DeleteSubscriptionOptionRequest, type context$1_DeleteSubscriptionOptionResponse as DeleteSubscriptionOptionResponse, type context$1_Discount as Discount, context$1_DiscountType as DiscountType, type context$1_GetOneTimePurchasesStatusRequest as GetOneTimePurchasesStatusRequest, type context$1_GetOneTimePurchasesStatusResponse as GetOneTimePurchasesStatusResponse, type context$1_GetOneTimePurchasesStatusResponseNonNullableFields as GetOneTimePurchasesStatusResponseNonNullableFields, type context$1_GetProductIdsForSubscriptionOptionOptions as GetProductIdsForSubscriptionOptionOptions, type context$1_GetProductIdsForSubscriptionOptionRequest as GetProductIdsForSubscriptionOptionRequest, type context$1_GetProductIdsForSubscriptionOptionResponse as GetProductIdsForSubscriptionOptionResponse, type context$1_GetProductIdsForSubscriptionOptionResponseNonNullableFields as GetProductIdsForSubscriptionOptionResponseNonNullableFields, type context$1_GetSubscriptionOptionRequest as GetSubscriptionOptionRequest, type context$1_GetSubscriptionOptionResponse as GetSubscriptionOptionResponse, type context$1_GetSubscriptionOptionResponseNonNullableFields as GetSubscriptionOptionResponseNonNullableFields, type context$1_GetSubscriptionOptionsForProductOptions as GetSubscriptionOptionsForProductOptions, type context$1_GetSubscriptionOptionsForProductRequest as GetSubscriptionOptionsForProductRequest, type context$1_GetSubscriptionOptionsForProductResponse as GetSubscriptionOptionsForProductResponse, type context$1_GetSubscriptionOptionsForProductResponseNonNullableFields as GetSubscriptionOptionsForProductResponseNonNullableFields, type context$1_ListSubscriptionOptionsRequest as ListSubscriptionOptionsRequest, type context$1_ListSubscriptionOptionsResponse as ListSubscriptionOptionsResponse, type Paging$1 as Paging, type PagingMetadata$1 as PagingMetadata, context$1_SubscriptionFrequency as SubscriptionFrequency, type context$1_SubscriptionOption as SubscriptionOption, type context$1_SubscriptionOptionInProduct as SubscriptionOptionInProduct, type context$1_SubscriptionOptionNonNullableFields as SubscriptionOptionNonNullableFields, type context$1_SubscriptionOptionPriceData as SubscriptionOptionPriceData, type context$1_SubscriptionOptionPrices as SubscriptionOptionPrices, type context$1_SubscriptionSettings as SubscriptionSettings, type context$1_UpdateSubscriptionOption as UpdateSubscriptionOption, type context$1_UpdateSubscriptionOptionRequest as UpdateSubscriptionOptionRequest, type context$1_UpdateSubscriptionOptionResponse as UpdateSubscriptionOptionResponse, type context$1_UpdateSubscriptionOptionResponseNonNullableFields as UpdateSubscriptionOptionResponseNonNullableFields, context$1_allowOneTimePurchases as allowOneTimePurchases, context$1_assignSubscriptionOptionsToProduct as assignSubscriptionOptionsToProduct, context$1_bulkCreateSubscriptionOptions as bulkCreateSubscriptionOptions, context$1_bulkDeleteSubscriptionOptions as bulkDeleteSubscriptionOptions, context$1_bulkUpdateSubscriptionOptions as bulkUpdateSubscriptionOptions, context$1_createSubscriptionOption as createSubscriptionOption, context$1_deleteSubscriptionOption as deleteSubscriptionOption, context$1_getOneTimePurchasesStatus as getOneTimePurchasesStatus, context$1_getProductIdsForSubscriptionOption as getProductIdsForSubscriptionOption, context$1_getSubscriptionOption as getSubscriptionOption, context$1_getSubscriptionOptionsForProduct as getSubscriptionOptionsForProduct, context$1_updateSubscriptionOption as updateSubscriptionOption };
18830
18323
  }
18831
18324
 
18832
18325
  interface InventoryItemV2 {
@@ -19256,34 +18749,17 @@ interface UpdateInventoryVariantsInventoryItem {
19256
18749
  preorderInfo?: PreorderInfo;
19257
18750
  }
19258
18751
 
19259
- declare function getInventoryVariants$1(httpClient: HttpClient): (inventoryId: string, options?: GetInventoryVariantsOptions) => Promise<GetInventoryVariantsResponse & GetInventoryVariantsResponseNonNullableFields>;
19260
- declare function queryInventory$1(httpClient: HttpClient): (options?: QueryInventoryOptions) => Promise<QueryInventoryResponse & QueryInventoryResponseNonNullableFields>;
19261
- declare function updateInventoryVariants$1(httpClient: HttpClient): (productId: string | null, inventoryItem: UpdateInventoryVariantsInventoryItem) => Promise<void>;
19262
- declare function decrementInventory$1(httpClient: HttpClient): (decrementData: DecrementData[]) => Promise<void>;
19263
- declare function incrementInventory$1(httpClient: HttpClient): (incrementData: IncrementData[]) => Promise<void>;
19264
- declare const onInventoryItemChanged$1: EventDefinition<InventoryItemChangedEnvelope, "com.wix.ecommerce.inventory.api.v1.InventoryItemChanged">;
19265
- declare const onInventoryVariantsChanged$1: EventDefinition<InventoryVariantsChangedEnvelope, "com.wix.ecommerce.inventory.api.v1.InventoryVariantsChanged">;
19266
-
19267
18752
  declare function createRESTModule<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
19268
18753
 
19269
18754
  declare function createEventModule<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
19270
18755
 
19271
- type publicGetInventoryVariants_Type = typeof getInventoryVariants$1;
19272
- declare const getInventoryVariants: ReturnType<typeof createRESTModule<publicGetInventoryVariants_Type>>;
19273
- type publicQueryInventory_Type = typeof queryInventory$1;
19274
- declare const queryInventory: ReturnType<typeof createRESTModule<publicQueryInventory_Type>>;
19275
- type publicUpdateInventoryVariants_Type = typeof updateInventoryVariants$1;
19276
- declare const updateInventoryVariants: ReturnType<typeof createRESTModule<publicUpdateInventoryVariants_Type>>;
19277
- type publicDecrementInventory_Type = typeof decrementInventory$1;
19278
- declare const decrementInventory: ReturnType<typeof createRESTModule<publicDecrementInventory_Type>>;
19279
- type publicIncrementInventory_Type = typeof incrementInventory$1;
19280
- declare const incrementInventory: ReturnType<typeof createRESTModule<publicIncrementInventory_Type>>;
19281
-
19282
- type publicOnInventoryItemChanged_Type = typeof onInventoryItemChanged$1;
19283
- declare const onInventoryItemChanged: ReturnType<typeof createEventModule<publicOnInventoryItemChanged_Type>>;
19284
-
19285
- type publicOnInventoryVariantsChanged_Type = typeof onInventoryVariantsChanged$1;
19286
- declare const onInventoryVariantsChanged: ReturnType<typeof createEventModule<publicOnInventoryVariantsChanged_Type>>;
18756
+ declare const getInventoryVariants: ReturnType<typeof createRESTModule<typeof publicGetInventoryVariants>>;
18757
+ declare const queryInventory: ReturnType<typeof createRESTModule<typeof publicQueryInventory>>;
18758
+ declare const updateInventoryVariants: ReturnType<typeof createRESTModule<typeof publicUpdateInventoryVariants>>;
18759
+ declare const decrementInventory: ReturnType<typeof createRESTModule<typeof publicDecrementInventory>>;
18760
+ declare const incrementInventory: ReturnType<typeof createRESTModule<typeof publicIncrementInventory>>;
18761
+ declare const onInventoryItemChanged: ReturnType<typeof createEventModule<typeof publicOnInventoryItemChanged>>;
18762
+ declare const onInventoryVariantsChanged: ReturnType<typeof createEventModule<typeof publicOnInventoryVariantsChanged>>;
19287
18763
 
19288
18764
  type context_BaseEventMetadata = BaseEventMetadata;
19289
18765
  type context_BulkUpdateInventoryItemsRequest = BulkUpdateInventoryItemsRequest;
@@ -19337,17 +18813,10 @@ declare const context_getInventoryVariants: typeof getInventoryVariants;
19337
18813
  declare const context_incrementInventory: typeof incrementInventory;
19338
18814
  declare const context_onInventoryItemChanged: typeof onInventoryItemChanged;
19339
18815
  declare const context_onInventoryVariantsChanged: typeof onInventoryVariantsChanged;
19340
- type context_publicDecrementInventory_Type = publicDecrementInventory_Type;
19341
- type context_publicGetInventoryVariants_Type = publicGetInventoryVariants_Type;
19342
- type context_publicIncrementInventory_Type = publicIncrementInventory_Type;
19343
- type context_publicOnInventoryItemChanged_Type = publicOnInventoryItemChanged_Type;
19344
- type context_publicOnInventoryVariantsChanged_Type = publicOnInventoryVariantsChanged_Type;
19345
- type context_publicQueryInventory_Type = publicQueryInventory_Type;
19346
- type context_publicUpdateInventoryVariants_Type = publicUpdateInventoryVariants_Type;
19347
18816
  declare const context_queryInventory: typeof queryInventory;
19348
18817
  declare const context_updateInventoryVariants: typeof updateInventoryVariants;
19349
18818
  declare namespace context {
19350
- export { type context_BaseEventMetadata as BaseEventMetadata, type context_BulkUpdateInventoryItemsRequest as BulkUpdateInventoryItemsRequest, type context_BulkUpdateInventoryItemsResponse as BulkUpdateInventoryItemsResponse, type context_BulkUpdateInventoryVariantsRequest as BulkUpdateInventoryVariantsRequest, type context_BulkUpdateInventoryVariantsRequestActionOneOf as BulkUpdateInventoryVariantsRequestActionOneOf, type context_BulkUpdateInventoryVariantsResponse as BulkUpdateInventoryVariantsResponse, type context_ChangedInventoryVariant as ChangedInventoryVariant, type context_ChangedInventoryVariantData as ChangedInventoryVariantData, type context_DecrementData as DecrementData, type context_DecrementDataIdOneOf as DecrementDataIdOneOf, type context_DecrementInventoryRequest as DecrementInventoryRequest, type context_DecrementInventoryResponse as DecrementInventoryResponse, type context_GetInventoryItemsRequest as GetInventoryItemsRequest, type context_GetInventoryItemsResponse as GetInventoryItemsResponse, type context_GetInventoryVariantsOptions as GetInventoryVariantsOptions, type context_GetInventoryVariantsRequest as GetInventoryVariantsRequest, type context_GetInventoryVariantsRequestIdOneOf as GetInventoryVariantsRequestIdOneOf, type context_GetInventoryVariantsResponse as GetInventoryVariantsResponse, type context_GetInventoryVariantsResponseNonNullableFields as GetInventoryVariantsResponseNonNullableFields, type context_IdentificationData as IdentificationData, type context_IdentificationDataIdOneOf as IdentificationDataIdOneOf, type context_IncrementData as IncrementData, type context_IncrementDataIdOneOf as IncrementDataIdOneOf, type context_IncrementInventoryRequest as IncrementInventoryRequest, type context_IncrementInventoryResponse as IncrementInventoryResponse, type context_InventoryItemChanged as InventoryItemChanged, type context_InventoryItemChangedEnvelope as InventoryItemChangedEnvelope, type context_InventoryItemV2 as InventoryItemV2, type context_InventoryVariantV2 as InventoryVariantV2, type context_InventoryVariantsChanged as InventoryVariantsChanged, type context_InventoryVariantsChangedEnvelope as InventoryVariantsChangedEnvelope, type context_MessageEnvelope as MessageEnvelope, type context_Paging as Paging, type context_PagingMetadata as PagingMetadata, type context_PreorderInfo as PreorderInfo, type context_Query as Query, type context_QueryInventoryOptions as QueryInventoryOptions, type context_QueryInventoryRequest as QueryInventoryRequest, type context_QueryInventoryResponse as QueryInventoryResponse, type context_QueryInventoryResponseNonNullableFields as QueryInventoryResponseNonNullableFields, context_ReasonType as ReasonType, type context_UpdateInventoryVariantsInventoryItem as UpdateInventoryVariantsInventoryItem, type context_UpdateInventoryVariantsRequest as UpdateInventoryVariantsRequest, type context_UpdateInventoryVariantsResponse as UpdateInventoryVariantsResponse, context_WebhookIdentityType as WebhookIdentityType, context_decrementInventory as decrementInventory, context_getInventoryVariants as getInventoryVariants, context_incrementInventory as incrementInventory, context_onInventoryItemChanged as onInventoryItemChanged, context_onInventoryVariantsChanged as onInventoryVariantsChanged, type context_publicDecrementInventory_Type as publicDecrementInventory_Type, type context_publicGetInventoryVariants_Type as publicGetInventoryVariants_Type, type context_publicIncrementInventory_Type as publicIncrementInventory_Type, onInventoryItemChanged$1 as publicOnInventoryItemChanged, type context_publicOnInventoryItemChanged_Type as publicOnInventoryItemChanged_Type, onInventoryVariantsChanged$1 as publicOnInventoryVariantsChanged, type context_publicOnInventoryVariantsChanged_Type as publicOnInventoryVariantsChanged_Type, type context_publicQueryInventory_Type as publicQueryInventory_Type, type context_publicUpdateInventoryVariants_Type as publicUpdateInventoryVariants_Type, context_queryInventory as queryInventory, context_updateInventoryVariants as updateInventoryVariants };
18819
+ export { type context_BaseEventMetadata as BaseEventMetadata, type context_BulkUpdateInventoryItemsRequest as BulkUpdateInventoryItemsRequest, type context_BulkUpdateInventoryItemsResponse as BulkUpdateInventoryItemsResponse, type context_BulkUpdateInventoryVariantsRequest as BulkUpdateInventoryVariantsRequest, type context_BulkUpdateInventoryVariantsRequestActionOneOf as BulkUpdateInventoryVariantsRequestActionOneOf, type context_BulkUpdateInventoryVariantsResponse as BulkUpdateInventoryVariantsResponse, type context_ChangedInventoryVariant as ChangedInventoryVariant, type context_ChangedInventoryVariantData as ChangedInventoryVariantData, type context_DecrementData as DecrementData, type context_DecrementDataIdOneOf as DecrementDataIdOneOf, type context_DecrementInventoryRequest as DecrementInventoryRequest, type context_DecrementInventoryResponse as DecrementInventoryResponse, type context_GetInventoryItemsRequest as GetInventoryItemsRequest, type context_GetInventoryItemsResponse as GetInventoryItemsResponse, type context_GetInventoryVariantsOptions as GetInventoryVariantsOptions, type context_GetInventoryVariantsRequest as GetInventoryVariantsRequest, type context_GetInventoryVariantsRequestIdOneOf as GetInventoryVariantsRequestIdOneOf, type context_GetInventoryVariantsResponse as GetInventoryVariantsResponse, type context_GetInventoryVariantsResponseNonNullableFields as GetInventoryVariantsResponseNonNullableFields, type context_IdentificationData as IdentificationData, type context_IdentificationDataIdOneOf as IdentificationDataIdOneOf, type context_IncrementData as IncrementData, type context_IncrementDataIdOneOf as IncrementDataIdOneOf, type context_IncrementInventoryRequest as IncrementInventoryRequest, type context_IncrementInventoryResponse as IncrementInventoryResponse, type context_InventoryItemChanged as InventoryItemChanged, type context_InventoryItemChangedEnvelope as InventoryItemChangedEnvelope, type context_InventoryItemV2 as InventoryItemV2, type context_InventoryVariantV2 as InventoryVariantV2, type context_InventoryVariantsChanged as InventoryVariantsChanged, type context_InventoryVariantsChangedEnvelope as InventoryVariantsChangedEnvelope, type context_MessageEnvelope as MessageEnvelope, type context_Paging as Paging, type context_PagingMetadata as PagingMetadata, type context_PreorderInfo as PreorderInfo, type context_Query as Query, type context_QueryInventoryOptions as QueryInventoryOptions, type context_QueryInventoryRequest as QueryInventoryRequest, type context_QueryInventoryResponse as QueryInventoryResponse, type context_QueryInventoryResponseNonNullableFields as QueryInventoryResponseNonNullableFields, context_ReasonType as ReasonType, type context_UpdateInventoryVariantsInventoryItem as UpdateInventoryVariantsInventoryItem, type context_UpdateInventoryVariantsRequest as UpdateInventoryVariantsRequest, type context_UpdateInventoryVariantsResponse as UpdateInventoryVariantsResponse, context_WebhookIdentityType as WebhookIdentityType, context_decrementInventory as decrementInventory, context_getInventoryVariants as getInventoryVariants, context_incrementInventory as incrementInventory, context_onInventoryItemChanged as onInventoryItemChanged, context_onInventoryVariantsChanged as onInventoryVariantsChanged, context_queryInventory as queryInventory, context_updateInventoryVariants as updateInventoryVariants };
19351
18820
  }
19352
18821
 
19353
18822
  export { context$9 as brandsV3, context$4 as catalogProvision, context$b as collections, context$8 as customizationsV3, context$7 as infoSectionsV3, context as inventory, context$6 as inventoryItemsV3, context$a as products, context$5 as productsV3, context$3 as ribbonsV3, context$2 as storesLocationsV3, context$1 as subscriptionOptions, context$c as wishlist };