@wix/stores 1.0.190 → 1.0.191

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 index_d$c_AddToWishlistRequest = AddToWishlistRequest;
208
205
  type index_d$c_AddToWishlistResponse = AddToWishlistResponse;
@@ -223,9 +220,8 @@ type index_d$c_WishlistDataNonNullableFields = WishlistDataNonNullableFields;
223
220
  type index_d$c_WishlistItem = WishlistItem;
224
221
  type index_d$c_WishlistItemKind = WishlistItemKind;
225
222
  declare const index_d$c_getWishlistById: typeof getWishlistById;
226
- type index_d$c_publicGetWishlistById_Type = publicGetWishlistById_Type;
227
223
  declare namespace index_d$c {
228
- export { type index_d$c_AddToWishlistRequest as AddToWishlistRequest, type index_d$c_AddToWishlistResponse as AddToWishlistResponse, type index_d$c_GetWishlistByIdOptions as GetWishlistByIdOptions, type index_d$c_GetWishlistByIdRequest as GetWishlistByIdRequest, type index_d$c_GetWishlistByIdResponse as GetWishlistByIdResponse, type index_d$c_GetWishlistByIdResponseNonNullableFields as GetWishlistByIdResponseNonNullableFields, type index_d$c_GetWishlistRequest as GetWishlistRequest, type index_d$c_GetWishlistResponse as GetWishlistResponse, type index_d$c_GetWishlistsRequest as GetWishlistsRequest, type index_d$c_GetWishlistsResponse as GetWishlistsResponse, type IdentificationData$a as IdentificationData, type IdentificationDataIdOneOf$a as IdentificationDataIdOneOf, type index_d$c_ItemsAddedToWishlist as ItemsAddedToWishlist, type index_d$c_ItemsRemovedFromWishlist as ItemsRemovedFromWishlist, type MessageEnvelope$a as MessageEnvelope, type index_d$c_RemoveFromWishlistRequest as RemoveFromWishlistRequest, type index_d$c_RemoveFromWishlistResponse as RemoveFromWishlistResponse, WebhookIdentityType$a as WebhookIdentityType, type index_d$c_WishlistData as WishlistData, type index_d$c_WishlistDataNonNullableFields as WishlistDataNonNullableFields, type index_d$c_WishlistItem as WishlistItem, type index_d$c_WishlistItemKind as WishlistItemKind, index_d$c_getWishlistById as getWishlistById, type index_d$c_publicGetWishlistById_Type as publicGetWishlistById_Type };
224
+ export { type index_d$c_AddToWishlistRequest as AddToWishlistRequest, type index_d$c_AddToWishlistResponse as AddToWishlistResponse, type index_d$c_GetWishlistByIdOptions as GetWishlistByIdOptions, type index_d$c_GetWishlistByIdRequest as GetWishlistByIdRequest, type index_d$c_GetWishlistByIdResponse as GetWishlistByIdResponse, type index_d$c_GetWishlistByIdResponseNonNullableFields as GetWishlistByIdResponseNonNullableFields, type index_d$c_GetWishlistRequest as GetWishlistRequest, type index_d$c_GetWishlistResponse as GetWishlistResponse, type index_d$c_GetWishlistsRequest as GetWishlistsRequest, type index_d$c_GetWishlistsResponse as GetWishlistsResponse, type IdentificationData$a as IdentificationData, type IdentificationDataIdOneOf$a as IdentificationDataIdOneOf, type index_d$c_ItemsAddedToWishlist as ItemsAddedToWishlist, type index_d$c_ItemsRemovedFromWishlist as ItemsRemovedFromWishlist, type MessageEnvelope$a as MessageEnvelope, type index_d$c_RemoveFromWishlistRequest as RemoveFromWishlistRequest, type index_d$c_RemoveFromWishlistResponse as RemoveFromWishlistResponse, WebhookIdentityType$a as WebhookIdentityType, type index_d$c_WishlistData as WishlistData, type index_d$c_WishlistDataNonNullableFields as WishlistDataNonNullableFields, type index_d$c_WishlistItem as WishlistItem, type index_d$c_WishlistItemKind as WishlistItemKind, index_d$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 index_d$b_CollectionsQueryBuilder = CollectionsQueryBuilder;
570
559
  type index_d$b_CollectionsQueryResult = CollectionsQueryResult;
571
560
  type index_d$b_GetCollectionResponseNonNullableFields = GetCollectionResponseNonNullableFields;
572
561
  type index_d$b_QueryCollectionsResponseNonNullableFields = QueryCollectionsResponseNonNullableFields;
573
562
  declare const index_d$b_getCollection: typeof getCollection;
574
- type index_d$b_publicGetCollection_Type = publicGetCollection_Type;
575
- type index_d$b_publicQueryCollections_Type = publicQueryCollections_Type;
576
563
  declare const index_d$b_queryCollections: typeof queryCollections;
577
564
  declare namespace index_d$b {
578
- export { type Collection$1 as Collection, type CollectionNonNullableFields$1 as CollectionNonNullableFields, type index_d$b_CollectionsQueryBuilder as CollectionsQueryBuilder, type index_d$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 index_d$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 index_d$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, index_d$b_getCollection as getCollection, getCollectionBySlug$2 as getCollectionBySlug, type publicGetCollectionBySlug_Type$1 as publicGetCollectionBySlug_Type, type index_d$b_publicGetCollection_Type as publicGetCollection_Type, type index_d$b_publicQueryCollections_Type as publicQueryCollections_Type, index_d$b_queryCollections as queryCollections };
565
+ export { type Collection$1 as Collection, type CollectionNonNullableFields$1 as CollectionNonNullableFields, type index_d$b_CollectionsQueryBuilder as CollectionsQueryBuilder, type index_d$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 index_d$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 index_d$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, index_d$b_getCollection as getCollection, getCollectionBySlug$1 as getCollectionBySlug, index_d$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 index_d$a_AddProductMediaRequest = AddProductMediaRequest;
2762
2675
  type index_d$a_AddProductMediaResponse = AddProductMediaResponse;
@@ -2940,37 +2853,6 @@ declare const index_d$a_onProductCollectionChanged: typeof onProductCollectionCh
2940
2853
  declare const index_d$a_onProductCollectionCreated: typeof onProductCollectionCreated;
2941
2854
  declare const index_d$a_onProductCollectionDeleted: typeof onProductCollectionDeleted;
2942
2855
  declare const index_d$a_onProductVariantsChanged: typeof onProductVariantsChanged;
2943
- type index_d$a_publicAddProductMediaToChoices_Type = publicAddProductMediaToChoices_Type;
2944
- type index_d$a_publicAddProductMedia_Type = publicAddProductMedia_Type;
2945
- type index_d$a_publicAddProductsToCollection_Type = publicAddProductsToCollection_Type;
2946
- type index_d$a_publicBulkAdjustProductProperty_Type = publicBulkAdjustProductProperty_Type;
2947
- type index_d$a_publicBulkUpdateProductsProperty_Type = publicBulkUpdateProductsProperty_Type;
2948
- type index_d$a_publicCreateCollection_Type = publicCreateCollection_Type;
2949
- type index_d$a_publicCreateProduct_Type = publicCreateProduct_Type;
2950
- type index_d$a_publicDeleteCollection_Type = publicDeleteCollection_Type;
2951
- type index_d$a_publicDeleteProductOptions_Type = publicDeleteProductOptions_Type;
2952
- type index_d$a_publicDeleteProduct_Type = publicDeleteProduct_Type;
2953
- type index_d$a_publicGetCollectionBySlug_Type = publicGetCollectionBySlug_Type;
2954
- type index_d$a_publicGetProductOptionsAvailability_Type = publicGetProductOptionsAvailability_Type;
2955
- type index_d$a_publicGetProduct_Type = publicGetProduct_Type;
2956
- type index_d$a_publicGetStoreVariant_Type = publicGetStoreVariant_Type;
2957
- type index_d$a_publicOnProductChanged_Type = publicOnProductChanged_Type;
2958
- type index_d$a_publicOnProductCollectionChanged_Type = publicOnProductCollectionChanged_Type;
2959
- type index_d$a_publicOnProductCollectionCreated_Type = publicOnProductCollectionCreated_Type;
2960
- type index_d$a_publicOnProductCollectionDeleted_Type = publicOnProductCollectionDeleted_Type;
2961
- type index_d$a_publicOnProductVariantsChanged_Type = publicOnProductVariantsChanged_Type;
2962
- type index_d$a_publicQueryProductVariants_Type = publicQueryProductVariants_Type;
2963
- type index_d$a_publicQueryProducts_Type = publicQueryProducts_Type;
2964
- type index_d$a_publicQueryStoreVariants_Type = publicQueryStoreVariants_Type;
2965
- type index_d$a_publicRemoveBrand_Type = publicRemoveBrand_Type;
2966
- type index_d$a_publicRemoveProductMediaFromChoices_Type = publicRemoveProductMediaFromChoices_Type;
2967
- type index_d$a_publicRemoveProductMedia_Type = publicRemoveProductMedia_Type;
2968
- type index_d$a_publicRemoveProductsFromCollection_Type = publicRemoveProductsFromCollection_Type;
2969
- type index_d$a_publicRemoveRibbon_Type = publicRemoveRibbon_Type;
2970
- type index_d$a_publicResetAllProductVariantData_Type = publicResetAllProductVariantData_Type;
2971
- type index_d$a_publicUpdateCollection_Type = publicUpdateCollection_Type;
2972
- type index_d$a_publicUpdateProductVariants_Type = publicUpdateProductVariants_Type;
2973
- type index_d$a_publicUpdateProduct_Type = publicUpdateProduct_Type;
2974
2856
  declare const index_d$a_queryProductVariants: typeof queryProductVariants;
2975
2857
  declare const index_d$a_queryProducts: typeof queryProducts;
2976
2858
  declare const index_d$a_queryStoreVariants: typeof queryStoreVariants;
@@ -2984,7 +2866,7 @@ declare const index_d$a_updateCollection: typeof updateCollection;
2984
2866
  declare const index_d$a_updateProduct: typeof updateProduct;
2985
2867
  declare const index_d$a_updateProductVariants: typeof updateProductVariants;
2986
2868
  declare namespace index_d$a {
2987
- export { type index_d$a_AddProductMediaRequest as AddProductMediaRequest, type index_d$a_AddProductMediaResponse as AddProductMediaResponse, type index_d$a_AddProductMediaToChoicesRequest as AddProductMediaToChoicesRequest, type index_d$a_AddProductMediaToChoicesResponse as AddProductMediaToChoicesResponse, type index_d$a_AddProductsToCollectionRequest as AddProductsToCollectionRequest, type index_d$a_AddProductsToCollectionResponse as AddProductsToCollectionResponse, type index_d$a_AdditionalInfoSection as AdditionalInfoSection, type AdjustValue$1 as AdjustValue, type index_d$a_AdjustValueValueOneOf as AdjustValueValueOneOf, type index_d$a_AggregateProductsRequest as AggregateProductsRequest, type index_d$a_AggregateProductsResponse as AggregateProductsResponse, type index_d$a_AllowedProductsCountLimitExceededErrorData as AllowedProductsCountLimitExceededErrorData, type ApplicationError$6 as ApplicationError, type BaseEventMetadata$7 as BaseEventMetadata, type BulkActionMetadata$6 as BulkActionMetadata, type index_d$a_BulkAdjustProductPropertiesByFilterSyncRequest as BulkAdjustProductPropertiesByFilterSyncRequest, type index_d$a_BulkAdjustProductPropertiesByFilterSyncResponse as BulkAdjustProductPropertiesByFilterSyncResponse, type index_d$a_BulkAdjustProductPropertiesRequest as BulkAdjustProductPropertiesRequest, type index_d$a_BulkAdjustProductPropertiesResponse as BulkAdjustProductPropertiesResponse, type index_d$a_BulkAdjustProductPropertiesResponseNonNullableFields as BulkAdjustProductPropertiesResponseNonNullableFields, type BulkDeleteProductsRequest$1 as BulkDeleteProductsRequest, type BulkDeleteProductsResponse$1 as BulkDeleteProductsResponse, type BulkProductResult$1 as BulkProductResult, type index_d$a_BulkQueryCustomFieldsRequest as BulkQueryCustomFieldsRequest, type index_d$a_BulkQueryCustomFieldsResponse as BulkQueryCustomFieldsResponse, type index_d$a_BulkRemoveCustomFieldsRequest as BulkRemoveCustomFieldsRequest, type index_d$a_BulkRemoveCustomFieldsResponse as BulkRemoveCustomFieldsResponse, type index_d$a_BulkSetCustomFieldsRequest as BulkSetCustomFieldsRequest, type index_d$a_BulkSetCustomFieldsResponse as BulkSetCustomFieldsResponse, type index_d$a_BulkUpdateProductsByFilterSyncRequest as BulkUpdateProductsByFilterSyncRequest, type index_d$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 index_d$a_Collection as Collection, type index_d$a_CollectionChanged as CollectionChanged, type index_d$a_CollectionCreated as CollectionCreated, type index_d$a_CollectionDeleted as CollectionDeleted, type index_d$a_CostAndProfitData as CostAndProfitData, type index_d$a_CreateCollectionRequest as CreateCollectionRequest, type index_d$a_CreateCollectionResponse as CreateCollectionResponse, type index_d$a_CreateCollectionResponseNonNullableFields as CreateCollectionResponseNonNullableFields, type index_d$a_CreateDigitalProductRequest as CreateDigitalProductRequest, type index_d$a_CreateDigitalProductResponse as CreateDigitalProductResponse, type index_d$a_CreateProductPlatformizedRequest as CreateProductPlatformizedRequest, type index_d$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 index_d$a_CustomFieldsContainer as CustomFieldsContainer, type index_d$a_CustomTextField as CustomTextField, type index_d$a_DeleteCollectionRequest as DeleteCollectionRequest, type index_d$a_DeleteCollectionResponse as DeleteCollectionResponse, type index_d$a_DeleteProductOptionsRequest as DeleteProductOptionsRequest, type index_d$a_DeleteProductOptionsResponse as DeleteProductOptionsResponse, type index_d$a_DeleteProductPlatformizedRequest as DeleteProductPlatformizedRequest, type index_d$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 index_d$a_FormattedPrice as FormattedPrice, type index_d$a_GetCollectionBySlugRequest as GetCollectionBySlugRequest, type index_d$a_GetCollectionBySlugResponse as GetCollectionBySlugResponse, type index_d$a_GetCollectionBySlugResponseNonNullableFields as GetCollectionBySlugResponseNonNullableFields, type index_d$a_GetCollectionRequest as GetCollectionRequest, type index_d$a_GetCollectionResponse as GetCollectionResponse, type index_d$a_GetProductOptions as GetProductOptions, type index_d$a_GetProductPlatformizedRequest as GetProductPlatformizedRequest, type index_d$a_GetProductPlatformizedResponse as GetProductPlatformizedResponse, type GetProductRequest$1 as GetProductRequest, type GetProductResponse$1 as GetProductResponse, type index_d$a_GetProductResponseNonNullableFields as GetProductResponseNonNullableFields, type index_d$a_GetProductsRequest as GetProductsRequest, type index_d$a_GetProductsResponse as GetProductsResponse, type index_d$a_GetStoreVariantRequest as GetStoreVariantRequest, type index_d$a_GetStoreVariantResponse as GetStoreVariantResponse, type index_d$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 index_d$a_MediaAssignmentToChoice as MediaAssignmentToChoice, type index_d$a_MediaDataForWrite as MediaDataForWrite, type index_d$a_MediaDataForWriteMediaSourceOneOf as MediaDataForWriteMediaSourceOneOf, type index_d$a_MediaItem as MediaItem, type index_d$a_MediaItemItemOneOf as MediaItemItemOneOf, index_d$a_MediaItemType as MediaItemType, type index_d$a_MediaItemUrlAndSize as MediaItemUrlAndSize, type index_d$a_MediaItemVideo as MediaItemVideo, type MessageEnvelope$9 as MessageEnvelope, type index_d$a_NumericPropertyRange as NumericPropertyRange, type index_d$a_OptionAndChoice as OptionAndChoice, index_d$a_OptionType as OptionType, type index_d$a_PageUrl as PageUrl, type Paging$2 as Paging, type PagingMetadata$4 as PagingMetadata, type index_d$a_PagingWithBigLimit as PagingWithBigLimit, type index_d$a_PercentageData as PercentageData, type index_d$a_PlatformMedia as PlatformMedia, type index_d$a_PlatformMediaMediaOneOf as PlatformMediaMediaOneOf, type PlatformPaging$2 as PlatformPaging, type index_d$a_PlatformPagingMetadata as PlatformPagingMetadata, type index_d$a_PlatformQuery as PlatformQuery, type index_d$a_PlatformQueryPagingMethodOneOf as PlatformQueryPagingMethodOneOf, type PreorderInfo$3 as PreorderInfo, type index_d$a_PriceData as PriceData, type index_d$a_PricePerUnitData as PricePerUnitData, type Product$2 as Product, type index_d$a_ProductChanged as ProductChanged, type index_d$a_ProductChangedEnvelope as ProductChangedEnvelope, type index_d$a_ProductCollectionChangedEnvelope as ProductCollectionChangedEnvelope, type index_d$a_ProductCollectionCreatedEnvelope as ProductCollectionCreatedEnvelope, type index_d$a_ProductCollectionDeletedEnvelope as ProductCollectionDeletedEnvelope, type index_d$a_ProductCreated as ProductCreated, type ProductCreatedEnvelope$1 as ProductCreatedEnvelope, type index_d$a_ProductDeleted as ProductDeleted, type ProductDeletedEnvelope$1 as ProductDeletedEnvelope, type index_d$a_ProductOption as ProductOption, type index_d$a_ProductOptionsAvailabilityRequest as ProductOptionsAvailabilityRequest, type index_d$a_ProductOptionsAvailabilityResponse as ProductOptionsAvailabilityResponse, type index_d$a_ProductOptionsAvailabilityResponseNonNullableFields as ProductOptionsAvailabilityResponseNonNullableFields, ProductType$1 as ProductType, type index_d$a_ProductVariantsChangedEnvelope as ProductVariantsChangedEnvelope, type ProductsQueryBuilder$1 as ProductsQueryBuilder, type ProductsQueryResult$1 as ProductsQueryResult, type index_d$a_PropertyAdjustmentData as PropertyAdjustmentData, type index_d$a_PropertyAdjustmentDataByOneOf as PropertyAdjustmentDataByOneOf, type Query$1 as Query, type index_d$a_QueryCollectionsPlatformizedRequest as QueryCollectionsPlatformizedRequest, type index_d$a_QueryCollectionsPlatformizedResponse as QueryCollectionsPlatformizedResponse, type index_d$a_QueryCollectionsRequest as QueryCollectionsRequest, type index_d$a_QueryCollectionsResponse as QueryCollectionsResponse, type index_d$a_QueryCustomFieldsRequest as QueryCustomFieldsRequest, type index_d$a_QueryCustomFieldsResponse as QueryCustomFieldsResponse, type index_d$a_QueryProductVariantsOptions as QueryProductVariantsOptions, type index_d$a_QueryProductVariantsRequest as QueryProductVariantsRequest, type index_d$a_QueryProductVariantsResponse as QueryProductVariantsResponse, type index_d$a_QueryProductVariantsResponseNonNullableFields as QueryProductVariantsResponseNonNullableFields, type index_d$a_QueryProductsPlatformizedRequest as QueryProductsPlatformizedRequest, type index_d$a_QueryProductsPlatformizedResponse as QueryProductsPlatformizedResponse, type index_d$a_QueryProductsPlatformizedResponseNonNullableFields as QueryProductsPlatformizedResponseNonNullableFields, type QueryProductsRequest$1 as QueryProductsRequest, type QueryProductsResponse$1 as QueryProductsResponse, type index_d$a_QueryProductsWithBigPageLimitRequest as QueryProductsWithBigPageLimitRequest, type index_d$a_QueryStoreVariantsRequest as QueryStoreVariantsRequest, type index_d$a_QueryStoreVariantsResponse as QueryStoreVariantsResponse, type index_d$a_QueryStoreVariantsResponseNonNullableFields as QueryStoreVariantsResponseNonNullableFields, type index_d$a_QueryStoreVariantsWithBigLimitRequest as QueryStoreVariantsWithBigLimitRequest, type index_d$a_QueryWithBigPageLimit as QueryWithBigPageLimit, type index_d$a_ReCloneStoreRequest as ReCloneStoreRequest, type index_d$a_ReCloneStoreResponse as ReCloneStoreResponse, type index_d$a_RemoveCustomFieldsRequest as RemoveCustomFieldsRequest, type index_d$a_RemoveCustomFieldsResponse as RemoveCustomFieldsResponse, type index_d$a_RemoveProductBrandRequest as RemoveProductBrandRequest, type index_d$a_RemoveProductBrandResponse as RemoveProductBrandResponse, type index_d$a_RemoveProductMediaFromChoicesRequest as RemoveProductMediaFromChoicesRequest, type index_d$a_RemoveProductMediaFromChoicesResponse as RemoveProductMediaFromChoicesResponse, type index_d$a_RemoveProductMediaRequest as RemoveProductMediaRequest, type index_d$a_RemoveProductMediaResponse as RemoveProductMediaResponse, type index_d$a_RemoveProductRibbonRequest as RemoveProductRibbonRequest, type index_d$a_RemoveProductRibbonResponse as RemoveProductRibbonResponse, type index_d$a_RemoveProductsFromCollectionRequest as RemoveProductsFromCollectionRequest, type index_d$a_RemoveProductsFromCollectionResponse as RemoveProductsFromCollectionResponse, type index_d$a_ResetAllVariantDataRequest as ResetAllVariantDataRequest, type index_d$a_ResetAllVariantDataResponse as ResetAllVariantDataResponse, type Ribbon$2 as Ribbon, type SecuredMedia$1 as SecuredMedia, type SeoSchema$1 as SeoSchema, type index_d$a_SetCustomFieldsRequest as SetCustomFieldsRequest, type index_d$a_SetCustomFieldsResponse as SetCustomFieldsResponse, type index_d$a_SetValue as SetValue, type index_d$a_SetValueValueOneOf as SetValueValueOneOf, type Settings$2 as Settings, SortOrder$7 as SortOrder, type Sorting$7 as Sorting, type index_d$a_Stock as Stock, type index_d$a_StoreVariant as StoreVariant, type Tag$1 as Tag, type index_d$a_UnlimitedPlatformCursorPaging as UnlimitedPlatformCursorPaging, type index_d$a_UnlimitedPlatformPaging as UnlimitedPlatformPaging, type index_d$a_UnlimitedPlatformQuery as UnlimitedPlatformQuery, type index_d$a_UnlimitedPlatformQueryPagingMethodOneOf as UnlimitedPlatformQueryPagingMethodOneOf, type index_d$a_UpdateCollection as UpdateCollection, type index_d$a_UpdateCollectionRequest as UpdateCollectionRequest, type index_d$a_UpdateCollectionResponse as UpdateCollectionResponse, type index_d$a_UpdateCollectionResponseNonNullableFields as UpdateCollectionResponseNonNullableFields, type index_d$a_UpdateProduct as UpdateProduct, type index_d$a_UpdateProductPlatformizedRequest as UpdateProductPlatformizedRequest, type index_d$a_UpdateProductPlatformizedResponse as UpdateProductPlatformizedResponse, type UpdateProductRequest$1 as UpdateProductRequest, type UpdateProductResponse$1 as UpdateProductResponse, type UpdateProductResponseNonNullableFields$1 as UpdateProductResponseNonNullableFields, type index_d$a_UpdateVariantsRequest as UpdateVariantsRequest, type index_d$a_UpdateVariantsResponse as UpdateVariantsResponse, type index_d$a_UpdateVariantsResponseNonNullableFields as UpdateVariantsResponseNonNullableFields, type index_d$a_V1CreateProductPlatformizedRequest as V1CreateProductPlatformizedRequest, type index_d$a_V1CreateProductPlatformizedResponse as V1CreateProductPlatformizedResponse, type index_d$a_V1DeleteProductPlatformizedRequest as V1DeleteProductPlatformizedRequest, type index_d$a_V1DeleteProductPlatformizedResponse as V1DeleteProductPlatformizedResponse, type index_d$a_V1UpdateProductPlatformizedRequest as V1UpdateProductPlatformizedRequest, type index_d$a_V1UpdateProductPlatformizedResponse as V1UpdateProductPlatformizedResponse, type Variant$1 as Variant, type index_d$a_VariantChanged as VariantChanged, type index_d$a_VariantData as VariantData, type index_d$a_VariantDataWithNoStock as VariantDataWithNoStock, type index_d$a_VariantOverride as VariantOverride, type index_d$a_VariantStock as VariantStock, type index_d$a_VariantsChanged as VariantsChanged, Version$1 as Version, type VideoResolution$1 as VideoResolution, WebhookIdentityType$9 as WebhookIdentityType, index_d$a_addProductMedia as addProductMedia, index_d$a_addProductMediaToChoices as addProductMediaToChoices, index_d$a_addProductsToCollection as addProductsToCollection, index_d$a_bulkAdjustProductProperty as bulkAdjustProductProperty, index_d$a_bulkUpdateProductsProperty as bulkUpdateProductsProperty, index_d$a_createCollection as createCollection, index_d$a_createProduct as createProduct, index_d$a_deleteCollection as deleteCollection, index_d$a_deleteProduct as deleteProduct, index_d$a_deleteProductOptions as deleteProductOptions, index_d$a_getCollectionBySlug as getCollectionBySlug, index_d$a_getProduct as getProduct, index_d$a_getProductOptionsAvailability as getProductOptionsAvailability, index_d$a_getStoreVariant as getStoreVariant, index_d$a_onProductChanged as onProductChanged, index_d$a_onProductCollectionChanged as onProductCollectionChanged, index_d$a_onProductCollectionCreated as onProductCollectionCreated, index_d$a_onProductCollectionDeleted as onProductCollectionDeleted, onProductCreated$2 as onProductCreated, onProductDeleted$2 as onProductDeleted, index_d$a_onProductVariantsChanged as onProductVariantsChanged, type index_d$a_publicAddProductMediaToChoices_Type as publicAddProductMediaToChoices_Type, type index_d$a_publicAddProductMedia_Type as publicAddProductMedia_Type, type index_d$a_publicAddProductsToCollection_Type as publicAddProductsToCollection_Type, type index_d$a_publicBulkAdjustProductProperty_Type as publicBulkAdjustProductProperty_Type, type index_d$a_publicBulkUpdateProductsProperty_Type as publicBulkUpdateProductsProperty_Type, type index_d$a_publicCreateCollection_Type as publicCreateCollection_Type, type index_d$a_publicCreateProduct_Type as publicCreateProduct_Type, type index_d$a_publicDeleteCollection_Type as publicDeleteCollection_Type, type index_d$a_publicDeleteProductOptions_Type as publicDeleteProductOptions_Type, type index_d$a_publicDeleteProduct_Type as publicDeleteProduct_Type, type index_d$a_publicGetCollectionBySlug_Type as publicGetCollectionBySlug_Type, type index_d$a_publicGetProductOptionsAvailability_Type as publicGetProductOptionsAvailability_Type, type index_d$a_publicGetProduct_Type as publicGetProduct_Type, type index_d$a_publicGetStoreVariant_Type as publicGetStoreVariant_Type, onProductChanged$1 as publicOnProductChanged, type index_d$a_publicOnProductChanged_Type as publicOnProductChanged_Type, onProductCollectionChanged$1 as publicOnProductCollectionChanged, type index_d$a_publicOnProductCollectionChanged_Type as publicOnProductCollectionChanged_Type, onProductCollectionCreated$1 as publicOnProductCollectionCreated, type index_d$a_publicOnProductCollectionCreated_Type as publicOnProductCollectionCreated_Type, onProductCollectionDeleted$1 as publicOnProductCollectionDeleted, type index_d$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 index_d$a_publicOnProductVariantsChanged_Type as publicOnProductVariantsChanged_Type, type index_d$a_publicQueryProductVariants_Type as publicQueryProductVariants_Type, type index_d$a_publicQueryProducts_Type as publicQueryProducts_Type, type index_d$a_publicQueryStoreVariants_Type as publicQueryStoreVariants_Type, type index_d$a_publicRemoveBrand_Type as publicRemoveBrand_Type, type index_d$a_publicRemoveProductMediaFromChoices_Type as publicRemoveProductMediaFromChoices_Type, type index_d$a_publicRemoveProductMedia_Type as publicRemoveProductMedia_Type, type index_d$a_publicRemoveProductsFromCollection_Type as publicRemoveProductsFromCollection_Type, type index_d$a_publicRemoveRibbon_Type as publicRemoveRibbon_Type, type index_d$a_publicResetAllProductVariantData_Type as publicResetAllProductVariantData_Type, type index_d$a_publicUpdateCollection_Type as publicUpdateCollection_Type, type index_d$a_publicUpdateProductVariants_Type as publicUpdateProductVariants_Type, type index_d$a_publicUpdateProduct_Type as publicUpdateProduct_Type, index_d$a_queryProductVariants as queryProductVariants, index_d$a_queryProducts as queryProducts, index_d$a_queryStoreVariants as queryStoreVariants, index_d$a_removeBrand as removeBrand, index_d$a_removeProductMedia as removeProductMedia, index_d$a_removeProductMediaFromChoices as removeProductMediaFromChoices, index_d$a_removeProductsFromCollection as removeProductsFromCollection, index_d$a_removeRibbon as removeRibbon, index_d$a_resetAllProductVariantData as resetAllProductVariantData, index_d$a_updateCollection as updateCollection, index_d$a_updateProduct as updateProduct, index_d$a_updateProductVariants as updateProductVariants };
2869
+ export { type index_d$a_AddProductMediaRequest as AddProductMediaRequest, type index_d$a_AddProductMediaResponse as AddProductMediaResponse, type index_d$a_AddProductMediaToChoicesRequest as AddProductMediaToChoicesRequest, type index_d$a_AddProductMediaToChoicesResponse as AddProductMediaToChoicesResponse, type index_d$a_AddProductsToCollectionRequest as AddProductsToCollectionRequest, type index_d$a_AddProductsToCollectionResponse as AddProductsToCollectionResponse, type index_d$a_AdditionalInfoSection as AdditionalInfoSection, type AdjustValue$1 as AdjustValue, type index_d$a_AdjustValueValueOneOf as AdjustValueValueOneOf, type index_d$a_AggregateProductsRequest as AggregateProductsRequest, type index_d$a_AggregateProductsResponse as AggregateProductsResponse, type index_d$a_AllowedProductsCountLimitExceededErrorData as AllowedProductsCountLimitExceededErrorData, type ApplicationError$6 as ApplicationError, type BaseEventMetadata$7 as BaseEventMetadata, type BulkActionMetadata$6 as BulkActionMetadata, type index_d$a_BulkAdjustProductPropertiesByFilterSyncRequest as BulkAdjustProductPropertiesByFilterSyncRequest, type index_d$a_BulkAdjustProductPropertiesByFilterSyncResponse as BulkAdjustProductPropertiesByFilterSyncResponse, type index_d$a_BulkAdjustProductPropertiesRequest as BulkAdjustProductPropertiesRequest, type index_d$a_BulkAdjustProductPropertiesResponse as BulkAdjustProductPropertiesResponse, type index_d$a_BulkAdjustProductPropertiesResponseNonNullableFields as BulkAdjustProductPropertiesResponseNonNullableFields, type BulkDeleteProductsRequest$1 as BulkDeleteProductsRequest, type BulkDeleteProductsResponse$1 as BulkDeleteProductsResponse, type BulkProductResult$1 as BulkProductResult, type index_d$a_BulkQueryCustomFieldsRequest as BulkQueryCustomFieldsRequest, type index_d$a_BulkQueryCustomFieldsResponse as BulkQueryCustomFieldsResponse, type index_d$a_BulkRemoveCustomFieldsRequest as BulkRemoveCustomFieldsRequest, type index_d$a_BulkRemoveCustomFieldsResponse as BulkRemoveCustomFieldsResponse, type index_d$a_BulkSetCustomFieldsRequest as BulkSetCustomFieldsRequest, type index_d$a_BulkSetCustomFieldsResponse as BulkSetCustomFieldsResponse, type index_d$a_BulkUpdateProductsByFilterSyncRequest as BulkUpdateProductsByFilterSyncRequest, type index_d$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 index_d$a_Collection as Collection, type index_d$a_CollectionChanged as CollectionChanged, type index_d$a_CollectionCreated as CollectionCreated, type index_d$a_CollectionDeleted as CollectionDeleted, type index_d$a_CostAndProfitData as CostAndProfitData, type index_d$a_CreateCollectionRequest as CreateCollectionRequest, type index_d$a_CreateCollectionResponse as CreateCollectionResponse, type index_d$a_CreateCollectionResponseNonNullableFields as CreateCollectionResponseNonNullableFields, type index_d$a_CreateDigitalProductRequest as CreateDigitalProductRequest, type index_d$a_CreateDigitalProductResponse as CreateDigitalProductResponse, type index_d$a_CreateProductPlatformizedRequest as CreateProductPlatformizedRequest, type index_d$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 index_d$a_CustomFieldsContainer as CustomFieldsContainer, type index_d$a_CustomTextField as CustomTextField, type index_d$a_DeleteCollectionRequest as DeleteCollectionRequest, type index_d$a_DeleteCollectionResponse as DeleteCollectionResponse, type index_d$a_DeleteProductOptionsRequest as DeleteProductOptionsRequest, type index_d$a_DeleteProductOptionsResponse as DeleteProductOptionsResponse, type index_d$a_DeleteProductPlatformizedRequest as DeleteProductPlatformizedRequest, type index_d$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 index_d$a_FormattedPrice as FormattedPrice, type index_d$a_GetCollectionBySlugRequest as GetCollectionBySlugRequest, type index_d$a_GetCollectionBySlugResponse as GetCollectionBySlugResponse, type index_d$a_GetCollectionBySlugResponseNonNullableFields as GetCollectionBySlugResponseNonNullableFields, type index_d$a_GetCollectionRequest as GetCollectionRequest, type index_d$a_GetCollectionResponse as GetCollectionResponse, type index_d$a_GetProductOptions as GetProductOptions, type index_d$a_GetProductPlatformizedRequest as GetProductPlatformizedRequest, type index_d$a_GetProductPlatformizedResponse as GetProductPlatformizedResponse, type GetProductRequest$1 as GetProductRequest, type GetProductResponse$1 as GetProductResponse, type index_d$a_GetProductResponseNonNullableFields as GetProductResponseNonNullableFields, type index_d$a_GetProductsRequest as GetProductsRequest, type index_d$a_GetProductsResponse as GetProductsResponse, type index_d$a_GetStoreVariantRequest as GetStoreVariantRequest, type index_d$a_GetStoreVariantResponse as GetStoreVariantResponse, type index_d$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 index_d$a_MediaAssignmentToChoice as MediaAssignmentToChoice, type index_d$a_MediaDataForWrite as MediaDataForWrite, type index_d$a_MediaDataForWriteMediaSourceOneOf as MediaDataForWriteMediaSourceOneOf, type index_d$a_MediaItem as MediaItem, type index_d$a_MediaItemItemOneOf as MediaItemItemOneOf, index_d$a_MediaItemType as MediaItemType, type index_d$a_MediaItemUrlAndSize as MediaItemUrlAndSize, type index_d$a_MediaItemVideo as MediaItemVideo, type MessageEnvelope$9 as MessageEnvelope, type index_d$a_NumericPropertyRange as NumericPropertyRange, type index_d$a_OptionAndChoice as OptionAndChoice, index_d$a_OptionType as OptionType, type index_d$a_PageUrl as PageUrl, type Paging$2 as Paging, type PagingMetadata$4 as PagingMetadata, type index_d$a_PagingWithBigLimit as PagingWithBigLimit, type index_d$a_PercentageData as PercentageData, type index_d$a_PlatformMedia as PlatformMedia, type index_d$a_PlatformMediaMediaOneOf as PlatformMediaMediaOneOf, type PlatformPaging$2 as PlatformPaging, type index_d$a_PlatformPagingMetadata as PlatformPagingMetadata, type index_d$a_PlatformQuery as PlatformQuery, type index_d$a_PlatformQueryPagingMethodOneOf as PlatformQueryPagingMethodOneOf, type PreorderInfo$3 as PreorderInfo, type index_d$a_PriceData as PriceData, type index_d$a_PricePerUnitData as PricePerUnitData, type Product$2 as Product, type index_d$a_ProductChanged as ProductChanged, type index_d$a_ProductChangedEnvelope as ProductChangedEnvelope, type index_d$a_ProductCollectionChangedEnvelope as ProductCollectionChangedEnvelope, type index_d$a_ProductCollectionCreatedEnvelope as ProductCollectionCreatedEnvelope, type index_d$a_ProductCollectionDeletedEnvelope as ProductCollectionDeletedEnvelope, type index_d$a_ProductCreated as ProductCreated, type ProductCreatedEnvelope$1 as ProductCreatedEnvelope, type index_d$a_ProductDeleted as ProductDeleted, type ProductDeletedEnvelope$1 as ProductDeletedEnvelope, type index_d$a_ProductOption as ProductOption, type index_d$a_ProductOptionsAvailabilityRequest as ProductOptionsAvailabilityRequest, type index_d$a_ProductOptionsAvailabilityResponse as ProductOptionsAvailabilityResponse, type index_d$a_ProductOptionsAvailabilityResponseNonNullableFields as ProductOptionsAvailabilityResponseNonNullableFields, ProductType$1 as ProductType, type index_d$a_ProductVariantsChangedEnvelope as ProductVariantsChangedEnvelope, type ProductsQueryBuilder$1 as ProductsQueryBuilder, type ProductsQueryResult$1 as ProductsQueryResult, type index_d$a_PropertyAdjustmentData as PropertyAdjustmentData, type index_d$a_PropertyAdjustmentDataByOneOf as PropertyAdjustmentDataByOneOf, type Query$1 as Query, type index_d$a_QueryCollectionsPlatformizedRequest as QueryCollectionsPlatformizedRequest, type index_d$a_QueryCollectionsPlatformizedResponse as QueryCollectionsPlatformizedResponse, type index_d$a_QueryCollectionsRequest as QueryCollectionsRequest, type index_d$a_QueryCollectionsResponse as QueryCollectionsResponse, type index_d$a_QueryCustomFieldsRequest as QueryCustomFieldsRequest, type index_d$a_QueryCustomFieldsResponse as QueryCustomFieldsResponse, type index_d$a_QueryProductVariantsOptions as QueryProductVariantsOptions, type index_d$a_QueryProductVariantsRequest as QueryProductVariantsRequest, type index_d$a_QueryProductVariantsResponse as QueryProductVariantsResponse, type index_d$a_QueryProductVariantsResponseNonNullableFields as QueryProductVariantsResponseNonNullableFields, type index_d$a_QueryProductsPlatformizedRequest as QueryProductsPlatformizedRequest, type index_d$a_QueryProductsPlatformizedResponse as QueryProductsPlatformizedResponse, type index_d$a_QueryProductsPlatformizedResponseNonNullableFields as QueryProductsPlatformizedResponseNonNullableFields, type QueryProductsRequest$1 as QueryProductsRequest, type QueryProductsResponse$1 as QueryProductsResponse, type index_d$a_QueryProductsWithBigPageLimitRequest as QueryProductsWithBigPageLimitRequest, type index_d$a_QueryStoreVariantsRequest as QueryStoreVariantsRequest, type index_d$a_QueryStoreVariantsResponse as QueryStoreVariantsResponse, type index_d$a_QueryStoreVariantsResponseNonNullableFields as QueryStoreVariantsResponseNonNullableFields, type index_d$a_QueryStoreVariantsWithBigLimitRequest as QueryStoreVariantsWithBigLimitRequest, type index_d$a_QueryWithBigPageLimit as QueryWithBigPageLimit, type index_d$a_ReCloneStoreRequest as ReCloneStoreRequest, type index_d$a_ReCloneStoreResponse as ReCloneStoreResponse, type index_d$a_RemoveCustomFieldsRequest as RemoveCustomFieldsRequest, type index_d$a_RemoveCustomFieldsResponse as RemoveCustomFieldsResponse, type index_d$a_RemoveProductBrandRequest as RemoveProductBrandRequest, type index_d$a_RemoveProductBrandResponse as RemoveProductBrandResponse, type index_d$a_RemoveProductMediaFromChoicesRequest as RemoveProductMediaFromChoicesRequest, type index_d$a_RemoveProductMediaFromChoicesResponse as RemoveProductMediaFromChoicesResponse, type index_d$a_RemoveProductMediaRequest as RemoveProductMediaRequest, type index_d$a_RemoveProductMediaResponse as RemoveProductMediaResponse, type index_d$a_RemoveProductRibbonRequest as RemoveProductRibbonRequest, type index_d$a_RemoveProductRibbonResponse as RemoveProductRibbonResponse, type index_d$a_RemoveProductsFromCollectionRequest as RemoveProductsFromCollectionRequest, type index_d$a_RemoveProductsFromCollectionResponse as RemoveProductsFromCollectionResponse, type index_d$a_ResetAllVariantDataRequest as ResetAllVariantDataRequest, type index_d$a_ResetAllVariantDataResponse as ResetAllVariantDataResponse, type Ribbon$2 as Ribbon, type SecuredMedia$1 as SecuredMedia, type SeoSchema$1 as SeoSchema, type index_d$a_SetCustomFieldsRequest as SetCustomFieldsRequest, type index_d$a_SetCustomFieldsResponse as SetCustomFieldsResponse, type index_d$a_SetValue as SetValue, type index_d$a_SetValueValueOneOf as SetValueValueOneOf, type Settings$2 as Settings, SortOrder$7 as SortOrder, type Sorting$7 as Sorting, type index_d$a_Stock as Stock, type index_d$a_StoreVariant as StoreVariant, type Tag$1 as Tag, type index_d$a_UnlimitedPlatformCursorPaging as UnlimitedPlatformCursorPaging, type index_d$a_UnlimitedPlatformPaging as UnlimitedPlatformPaging, type index_d$a_UnlimitedPlatformQuery as UnlimitedPlatformQuery, type index_d$a_UnlimitedPlatformQueryPagingMethodOneOf as UnlimitedPlatformQueryPagingMethodOneOf, type index_d$a_UpdateCollection as UpdateCollection, type index_d$a_UpdateCollectionRequest as UpdateCollectionRequest, type index_d$a_UpdateCollectionResponse as UpdateCollectionResponse, type index_d$a_UpdateCollectionResponseNonNullableFields as UpdateCollectionResponseNonNullableFields, type index_d$a_UpdateProduct as UpdateProduct, type index_d$a_UpdateProductPlatformizedRequest as UpdateProductPlatformizedRequest, type index_d$a_UpdateProductPlatformizedResponse as UpdateProductPlatformizedResponse, type UpdateProductRequest$1 as UpdateProductRequest, type UpdateProductResponse$1 as UpdateProductResponse, type UpdateProductResponseNonNullableFields$1 as UpdateProductResponseNonNullableFields, type index_d$a_UpdateVariantsRequest as UpdateVariantsRequest, type index_d$a_UpdateVariantsResponse as UpdateVariantsResponse, type index_d$a_UpdateVariantsResponseNonNullableFields as UpdateVariantsResponseNonNullableFields, type index_d$a_V1CreateProductPlatformizedRequest as V1CreateProductPlatformizedRequest, type index_d$a_V1CreateProductPlatformizedResponse as V1CreateProductPlatformizedResponse, type index_d$a_V1DeleteProductPlatformizedRequest as V1DeleteProductPlatformizedRequest, type index_d$a_V1DeleteProductPlatformizedResponse as V1DeleteProductPlatformizedResponse, type index_d$a_V1UpdateProductPlatformizedRequest as V1UpdateProductPlatformizedRequest, type index_d$a_V1UpdateProductPlatformizedResponse as V1UpdateProductPlatformizedResponse, type Variant$1 as Variant, type index_d$a_VariantChanged as VariantChanged, type index_d$a_VariantData as VariantData, type index_d$a_VariantDataWithNoStock as VariantDataWithNoStock, type index_d$a_VariantOverride as VariantOverride, type index_d$a_VariantStock as VariantStock, type index_d$a_VariantsChanged as VariantsChanged, Version$1 as Version, type VideoResolution$1 as VideoResolution, WebhookIdentityType$9 as WebhookIdentityType, index_d$a_addProductMedia as addProductMedia, index_d$a_addProductMediaToChoices as addProductMediaToChoices, index_d$a_addProductsToCollection as addProductsToCollection, index_d$a_bulkAdjustProductProperty as bulkAdjustProductProperty, index_d$a_bulkUpdateProductsProperty as bulkUpdateProductsProperty, index_d$a_createCollection as createCollection, index_d$a_createProduct as createProduct, index_d$a_deleteCollection as deleteCollection, index_d$a_deleteProduct as deleteProduct, index_d$a_deleteProductOptions as deleteProductOptions, index_d$a_getCollectionBySlug as getCollectionBySlug, index_d$a_getProduct as getProduct, index_d$a_getProductOptionsAvailability as getProductOptionsAvailability, index_d$a_getStoreVariant as getStoreVariant, index_d$a_onProductChanged as onProductChanged, index_d$a_onProductCollectionChanged as onProductCollectionChanged, index_d$a_onProductCollectionCreated as onProductCollectionCreated, index_d$a_onProductCollectionDeleted as onProductCollectionDeleted, onProductCreated$1 as onProductCreated, onProductDeleted$1 as onProductDeleted, index_d$a_onProductVariantsChanged as onProductVariantsChanged, index_d$a_queryProductVariants as queryProductVariants, index_d$a_queryProducts as queryProducts, index_d$a_queryStoreVariants as queryStoreVariants, index_d$a_removeBrand as removeBrand, index_d$a_removeProductMedia as removeProductMedia, index_d$a_removeProductMediaFromChoices as removeProductMediaFromChoices, index_d$a_removeProductsFromCollection as removeProductsFromCollection, index_d$a_removeRibbon as removeRibbon, index_d$a_resetAllProductVariantData as resetAllProductVariantData, index_d$a_updateCollection as updateCollection, index_d$a_updateProduct as updateProduct, index_d$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 index_d$9_BrandCreatedEnvelope = BrandCreatedEnvelope;
3785
3637
  type index_d$9_BrandDeletedEnvelope = BrandDeletedEnvelope;
@@ -3838,23 +3690,10 @@ declare const index_d$9_getOrCreateBrand: typeof getOrCreateBrand;
3838
3690
  declare const index_d$9_onBrandCreated: typeof onBrandCreated;
3839
3691
  declare const index_d$9_onBrandDeleted: typeof onBrandDeleted;
3840
3692
  declare const index_d$9_onBrandUpdated: typeof onBrandUpdated;
3841
- type index_d$9_publicBulkCreateBrands_Type = publicBulkCreateBrands_Type;
3842
- type index_d$9_publicBulkDeleteBrands_Type = publicBulkDeleteBrands_Type;
3843
- type index_d$9_publicBulkGetOrCreateBrands_Type = publicBulkGetOrCreateBrands_Type;
3844
- type index_d$9_publicBulkUpdateBrands_Type = publicBulkUpdateBrands_Type;
3845
- type index_d$9_publicCreateBrand_Type = publicCreateBrand_Type;
3846
- type index_d$9_publicDeleteBrand_Type = publicDeleteBrand_Type;
3847
- type index_d$9_publicGetBrand_Type = publicGetBrand_Type;
3848
- type index_d$9_publicGetOrCreateBrand_Type = publicGetOrCreateBrand_Type;
3849
- type index_d$9_publicOnBrandCreated_Type = publicOnBrandCreated_Type;
3850
- type index_d$9_publicOnBrandDeleted_Type = publicOnBrandDeleted_Type;
3851
- type index_d$9_publicOnBrandUpdated_Type = publicOnBrandUpdated_Type;
3852
- type index_d$9_publicQueryBrands_Type = publicQueryBrands_Type;
3853
- type index_d$9_publicUpdateBrand_Type = publicUpdateBrand_Type;
3854
3693
  declare const index_d$9_queryBrands: typeof queryBrands;
3855
3694
  declare const index_d$9_updateBrand: typeof updateBrand;
3856
3695
  declare namespace index_d$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 index_d$9_BrandCreatedEnvelope as BrandCreatedEnvelope, type index_d$9_BrandDeletedEnvelope as BrandDeletedEnvelope, type index_d$9_BrandNonNullableFields as BrandNonNullableFields, type index_d$9_BrandUpdatedEnvelope as BrandUpdatedEnvelope, type index_d$9_BrandsQueryBuilder as BrandsQueryBuilder, type index_d$9_BrandsQueryResult as BrandsQueryResult, type BulkActionMetadata$5 as BulkActionMetadata, type index_d$9_BulkBrandsResult as BulkBrandsResult, type index_d$9_BulkCreateBrandsOptions as BulkCreateBrandsOptions, type index_d$9_BulkCreateBrandsRequest as BulkCreateBrandsRequest, type index_d$9_BulkCreateBrandsResponse as BulkCreateBrandsResponse, type index_d$9_BulkCreateBrandsResponseNonNullableFields as BulkCreateBrandsResponseNonNullableFields, type index_d$9_BulkDeleteBrandsRequest as BulkDeleteBrandsRequest, type index_d$9_BulkDeleteBrandsResponse as BulkDeleteBrandsResponse, type index_d$9_BulkDeleteBrandsResponseBulkBrandsResult as BulkDeleteBrandsResponseBulkBrandsResult, type index_d$9_BulkDeleteBrandsResponseNonNullableFields as BulkDeleteBrandsResponseNonNullableFields, type index_d$9_BulkGetOrCreateBrandsOptions as BulkGetOrCreateBrandsOptions, type index_d$9_BulkGetOrCreateBrandsRequest as BulkGetOrCreateBrandsRequest, type index_d$9_BulkGetOrCreateBrandsResponse as BulkGetOrCreateBrandsResponse, type index_d$9_BulkGetOrCreateBrandsResponseNonNullableFields as BulkGetOrCreateBrandsResponseNonNullableFields, type index_d$9_BulkUpdateBrandsOptions as BulkUpdateBrandsOptions, type index_d$9_BulkUpdateBrandsRequest as BulkUpdateBrandsRequest, type index_d$9_BulkUpdateBrandsResponse as BulkUpdateBrandsResponse, type index_d$9_BulkUpdateBrandsResponseNonNullableFields as BulkUpdateBrandsResponseNonNullableFields, type index_d$9_CreateBrandRequest as CreateBrandRequest, type index_d$9_CreateBrandResponse as CreateBrandResponse, type index_d$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 index_d$9_DeleteBrandRequest as DeleteBrandRequest, type index_d$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 index_d$9_GetBrandOptions as GetBrandOptions, type index_d$9_GetBrandRequest as GetBrandRequest, type index_d$9_GetBrandResponse as GetBrandResponse, type index_d$9_GetBrandResponseNonNullableFields as GetBrandResponseNonNullableFields, type index_d$9_GetOrCreateBrandOptions as GetOrCreateBrandOptions, type index_d$9_GetOrCreateBrandRequest as GetOrCreateBrandRequest, type index_d$9_GetOrCreateBrandResponse as GetOrCreateBrandResponse, type index_d$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 index_d$9_MaskedBrand as MaskedBrand, type MessageEnvelope$8 as MessageEnvelope, type Page$6 as Page, type index_d$9_QueryBrandsOptions as QueryBrandsOptions, type index_d$9_QueryBrandsRequest as QueryBrandsRequest, type index_d$9_QueryBrandsResponse as QueryBrandsResponse, type index_d$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 index_d$9_UpdateBrand as UpdateBrand, type index_d$9_UpdateBrandOptions as UpdateBrandOptions, type index_d$9_UpdateBrandRequest as UpdateBrandRequest, type index_d$9_UpdateBrandResponse as UpdateBrandResponse, type index_d$9_UpdateBrandResponseNonNullableFields as UpdateBrandResponseNonNullableFields, WebhookIdentityType$8 as WebhookIdentityType, index_d$9_bulkCreateBrands as bulkCreateBrands, index_d$9_bulkDeleteBrands as bulkDeleteBrands, index_d$9_bulkGetOrCreateBrands as bulkGetOrCreateBrands, index_d$9_bulkUpdateBrands as bulkUpdateBrands, index_d$9_createBrand as createBrand, index_d$9_deleteBrand as deleteBrand, index_d$9_getBrand as getBrand, index_d$9_getOrCreateBrand as getOrCreateBrand, index_d$9_onBrandCreated as onBrandCreated, index_d$9_onBrandDeleted as onBrandDeleted, index_d$9_onBrandUpdated as onBrandUpdated, type index_d$9_publicBulkCreateBrands_Type as publicBulkCreateBrands_Type, type index_d$9_publicBulkDeleteBrands_Type as publicBulkDeleteBrands_Type, type index_d$9_publicBulkGetOrCreateBrands_Type as publicBulkGetOrCreateBrands_Type, type index_d$9_publicBulkUpdateBrands_Type as publicBulkUpdateBrands_Type, type index_d$9_publicCreateBrand_Type as publicCreateBrand_Type, type index_d$9_publicDeleteBrand_Type as publicDeleteBrand_Type, type index_d$9_publicGetBrand_Type as publicGetBrand_Type, type index_d$9_publicGetOrCreateBrand_Type as publicGetOrCreateBrand_Type, onBrandCreated$1 as publicOnBrandCreated, type index_d$9_publicOnBrandCreated_Type as publicOnBrandCreated_Type, onBrandDeleted$1 as publicOnBrandDeleted, type index_d$9_publicOnBrandDeleted_Type as publicOnBrandDeleted_Type, onBrandUpdated$1 as publicOnBrandUpdated, type index_d$9_publicOnBrandUpdated_Type as publicOnBrandUpdated_Type, type index_d$9_publicQueryBrands_Type as publicQueryBrands_Type, type index_d$9_publicUpdateBrand_Type as publicUpdateBrand_Type, index_d$9_queryBrands as queryBrands, index_d$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 index_d$9_BrandCreatedEnvelope as BrandCreatedEnvelope, type index_d$9_BrandDeletedEnvelope as BrandDeletedEnvelope, type index_d$9_BrandNonNullableFields as BrandNonNullableFields, type index_d$9_BrandUpdatedEnvelope as BrandUpdatedEnvelope, type index_d$9_BrandsQueryBuilder as BrandsQueryBuilder, type index_d$9_BrandsQueryResult as BrandsQueryResult, type BulkActionMetadata$5 as BulkActionMetadata, type index_d$9_BulkBrandsResult as BulkBrandsResult, type index_d$9_BulkCreateBrandsOptions as BulkCreateBrandsOptions, type index_d$9_BulkCreateBrandsRequest as BulkCreateBrandsRequest, type index_d$9_BulkCreateBrandsResponse as BulkCreateBrandsResponse, type index_d$9_BulkCreateBrandsResponseNonNullableFields as BulkCreateBrandsResponseNonNullableFields, type index_d$9_BulkDeleteBrandsRequest as BulkDeleteBrandsRequest, type index_d$9_BulkDeleteBrandsResponse as BulkDeleteBrandsResponse, type index_d$9_BulkDeleteBrandsResponseBulkBrandsResult as BulkDeleteBrandsResponseBulkBrandsResult, type index_d$9_BulkDeleteBrandsResponseNonNullableFields as BulkDeleteBrandsResponseNonNullableFields, type index_d$9_BulkGetOrCreateBrandsOptions as BulkGetOrCreateBrandsOptions, type index_d$9_BulkGetOrCreateBrandsRequest as BulkGetOrCreateBrandsRequest, type index_d$9_BulkGetOrCreateBrandsResponse as BulkGetOrCreateBrandsResponse, type index_d$9_BulkGetOrCreateBrandsResponseNonNullableFields as BulkGetOrCreateBrandsResponseNonNullableFields, type index_d$9_BulkUpdateBrandsOptions as BulkUpdateBrandsOptions, type index_d$9_BulkUpdateBrandsRequest as BulkUpdateBrandsRequest, type index_d$9_BulkUpdateBrandsResponse as BulkUpdateBrandsResponse, type index_d$9_BulkUpdateBrandsResponseNonNullableFields as BulkUpdateBrandsResponseNonNullableFields, type index_d$9_CreateBrandRequest as CreateBrandRequest, type index_d$9_CreateBrandResponse as CreateBrandResponse, type index_d$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 index_d$9_DeleteBrandRequest as DeleteBrandRequest, type index_d$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 index_d$9_GetBrandOptions as GetBrandOptions, type index_d$9_GetBrandRequest as GetBrandRequest, type index_d$9_GetBrandResponse as GetBrandResponse, type index_d$9_GetBrandResponseNonNullableFields as GetBrandResponseNonNullableFields, type index_d$9_GetOrCreateBrandOptions as GetOrCreateBrandOptions, type index_d$9_GetOrCreateBrandRequest as GetOrCreateBrandRequest, type index_d$9_GetOrCreateBrandResponse as GetOrCreateBrandResponse, type index_d$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 index_d$9_MaskedBrand as MaskedBrand, type MessageEnvelope$8 as MessageEnvelope, type Page$6 as Page, type index_d$9_QueryBrandsOptions as QueryBrandsOptions, type index_d$9_QueryBrandsRequest as QueryBrandsRequest, type index_d$9_QueryBrandsResponse as QueryBrandsResponse, type index_d$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 index_d$9_UpdateBrand as UpdateBrand, type index_d$9_UpdateBrandOptions as UpdateBrandOptions, type index_d$9_UpdateBrandRequest as UpdateBrandRequest, type index_d$9_UpdateBrandResponse as UpdateBrandResponse, type index_d$9_UpdateBrandResponseNonNullableFields as UpdateBrandResponseNonNullableFields, WebhookIdentityType$8 as WebhookIdentityType, index_d$9_bulkCreateBrands as bulkCreateBrands, index_d$9_bulkDeleteBrands as bulkDeleteBrands, index_d$9_bulkGetOrCreateBrands as bulkGetOrCreateBrands, index_d$9_bulkUpdateBrands as bulkUpdateBrands, index_d$9_createBrand as createBrand, index_d$9_deleteBrand as deleteBrand, index_d$9_getBrand as getBrand, index_d$9_getOrCreateBrand as getOrCreateBrand, index_d$9_onBrandCreated as onBrandCreated, index_d$9_onBrandDeleted as onBrandDeleted, index_d$9_onBrandUpdated as onBrandUpdated, index_d$9_queryBrands as queryBrands, index_d$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 index_d$8_AddCustomizationChoicesOptions = AddCustomizationChoicesOptions;
4868
4675
  type index_d$8_AddCustomizationChoicesRequest = AddCustomizationChoicesRequest;
@@ -4934,26 +4741,12 @@ declare const index_d$8_getCustomization: typeof getCustomization;
4934
4741
  declare const index_d$8_onCustomizationCreated: typeof onCustomizationCreated;
4935
4742
  declare const index_d$8_onCustomizationDeleted: typeof onCustomizationDeleted;
4936
4743
  declare const index_d$8_onCustomizationUpdated: typeof onCustomizationUpdated;
4937
- type index_d$8_publicAddCustomizationChoices_Type = publicAddCustomizationChoices_Type;
4938
- type index_d$8_publicBulkAddCustomizationChoices_Type = publicBulkAddCustomizationChoices_Type;
4939
- type index_d$8_publicBulkCreateCustomizations_Type = publicBulkCreateCustomizations_Type;
4940
- type index_d$8_publicBulkUpdateCustomizations_Type = publicBulkUpdateCustomizations_Type;
4941
- type index_d$8_publicCreateCustomization_Type = publicCreateCustomization_Type;
4942
- type index_d$8_publicDeleteCustomization_Type = publicDeleteCustomization_Type;
4943
- type index_d$8_publicGetCustomization_Type = publicGetCustomization_Type;
4944
- type index_d$8_publicOnCustomizationCreated_Type = publicOnCustomizationCreated_Type;
4945
- type index_d$8_publicOnCustomizationDeleted_Type = publicOnCustomizationDeleted_Type;
4946
- type index_d$8_publicOnCustomizationUpdated_Type = publicOnCustomizationUpdated_Type;
4947
- type index_d$8_publicQueryCustomizations_Type = publicQueryCustomizations_Type;
4948
- type index_d$8_publicRemoveCustomizationChoices_Type = publicRemoveCustomizationChoices_Type;
4949
- type index_d$8_publicSetCustomizationChoices_Type = publicSetCustomizationChoices_Type;
4950
- type index_d$8_publicUpdateCustomization_Type = publicUpdateCustomization_Type;
4951
4744
  declare const index_d$8_queryCustomizations: typeof queryCustomizations;
4952
4745
  declare const index_d$8_removeCustomizationChoices: typeof removeCustomizationChoices;
4953
4746
  declare const index_d$8_setCustomizationChoices: typeof setCustomizationChoices;
4954
4747
  declare const index_d$8_updateCustomization: typeof updateCustomization;
4955
4748
  declare namespace index_d$8 {
4956
- export { type ActionEvent$5 as ActionEvent, type index_d$8_AddCustomizationChoicesOptions as AddCustomizationChoicesOptions, type index_d$8_AddCustomizationChoicesRequest as AddCustomizationChoicesRequest, type index_d$8_AddCustomizationChoicesResponse as AddCustomizationChoicesResponse, type index_d$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 index_d$8_BulkAddCustomizationChoicesOptions as BulkAddCustomizationChoicesOptions, type index_d$8_BulkAddCustomizationChoicesRequest as BulkAddCustomizationChoicesRequest, type index_d$8_BulkAddCustomizationChoicesResponse as BulkAddCustomizationChoicesResponse, type index_d$8_BulkAddCustomizationChoicesResponseNonNullableFields as BulkAddCustomizationChoicesResponseNonNullableFields, type index_d$8_BulkCreateCustomizationsOptions as BulkCreateCustomizationsOptions, type index_d$8_BulkCreateCustomizationsRequest as BulkCreateCustomizationsRequest, type index_d$8_BulkCreateCustomizationsResponse as BulkCreateCustomizationsResponse, type index_d$8_BulkCreateCustomizationsResponseNonNullableFields as BulkCreateCustomizationsResponseNonNullableFields, type index_d$8_BulkCustomizationResult as BulkCustomizationResult, type index_d$8_BulkUpdateCustomizationsOptions as BulkUpdateCustomizationsOptions, type index_d$8_BulkUpdateCustomizationsRequest as BulkUpdateCustomizationsRequest, type index_d$8_BulkUpdateCustomizationsResponse as BulkUpdateCustomizationsResponse, type index_d$8_BulkUpdateCustomizationsResponseNonNullableFields as BulkUpdateCustomizationsResponseNonNullableFields, type index_d$8_Choice as Choice, ChoiceType$1 as ChoiceType, type index_d$8_ChoiceValueOneOf as ChoiceValueOneOf, type ChoicesSettings$1 as ChoicesSettings, type index_d$8_CreateCustomizationRequest as CreateCustomizationRequest, type index_d$8_CreateCustomizationResponse as CreateCustomizationResponse, type index_d$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 index_d$8_Customization as Customization, type index_d$8_CustomizationChoices as CustomizationChoices, type index_d$8_CustomizationCreatedEnvelope as CustomizationCreatedEnvelope, type index_d$8_CustomizationCustomizationSettingsOneOf as CustomizationCustomizationSettingsOneOf, type index_d$8_CustomizationDeletedEnvelope as CustomizationDeletedEnvelope, type index_d$8_CustomizationIdsWrapper as CustomizationIdsWrapper, type index_d$8_CustomizationNonNullableFields as CustomizationNonNullableFields, index_d$8_CustomizationRenderType as CustomizationRenderType, index_d$8_CustomizationType as CustomizationType, type index_d$8_CustomizationUpdatedEnvelope as CustomizationUpdatedEnvelope, type index_d$8_CustomizationsQueryBuilder as CustomizationsQueryBuilder, type index_d$8_CustomizationsQueryResult as CustomizationsQueryResult, type index_d$8_DeleteCustomizationRequest as DeleteCustomizationRequest, type index_d$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 index_d$8_GetCustomizationOptions as GetCustomizationOptions, type index_d$8_GetCustomizationRequest as GetCustomizationRequest, type index_d$8_GetCustomizationResponse as GetCustomizationResponse, type index_d$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 index_d$8_MaskedCustomization as MaskedCustomization, type MessageEnvelope$7 as MessageEnvelope, type MultipleColors$1 as MultipleColors, type Page$5 as Page, type index_d$8_QueryCustomizationsOptions as QueryCustomizationsOptions, type index_d$8_QueryCustomizationsRequest as QueryCustomizationsRequest, type index_d$8_QueryCustomizationsResponse as QueryCustomizationsResponse, type index_d$8_QueryCustomizationsResponseNonNullableFields as QueryCustomizationsResponseNonNullableFields, type index_d$8_RemoveCustomizationChoicesOptions as RemoveCustomizationChoicesOptions, type index_d$8_RemoveCustomizationChoicesRequest as RemoveCustomizationChoicesRequest, type index_d$8_RemoveCustomizationChoicesResponse as RemoveCustomizationChoicesResponse, type index_d$8_RemoveCustomizationChoicesResponseNonNullableFields as RemoveCustomizationChoicesResponseNonNullableFields, RequestedFields$3 as RequestedFields, type RestoreInfo$5 as RestoreInfo, type index_d$8_SetCustomizationChoicesOptions as SetCustomizationChoicesOptions, type index_d$8_SetCustomizationChoicesRequest as SetCustomizationChoicesRequest, type index_d$8_SetCustomizationChoicesResponse as SetCustomizationChoicesResponse, type index_d$8_SetCustomizationChoicesResponseNonNullableFields as SetCustomizationChoicesResponseNonNullableFields, SortOrder$5 as SortOrder, type Sorting$5 as Sorting, type URI$5 as URI, type index_d$8_UpdateCustomization as UpdateCustomization, type index_d$8_UpdateCustomizationOptions as UpdateCustomizationOptions, type index_d$8_UpdateCustomizationRequest as UpdateCustomizationRequest, type index_d$8_UpdateCustomizationResponse as UpdateCustomizationResponse, type index_d$8_UpdateCustomizationResponseNonNullableFields as UpdateCustomizationResponseNonNullableFields, WebhookIdentityType$7 as WebhookIdentityType, index_d$8_addCustomizationChoices as addCustomizationChoices, index_d$8_bulkAddCustomizationChoices as bulkAddCustomizationChoices, index_d$8_bulkCreateCustomizations as bulkCreateCustomizations, index_d$8_bulkUpdateCustomizations as bulkUpdateCustomizations, index_d$8_createCustomization as createCustomization, index_d$8_deleteCustomization as deleteCustomization, index_d$8_getCustomization as getCustomization, index_d$8_onCustomizationCreated as onCustomizationCreated, index_d$8_onCustomizationDeleted as onCustomizationDeleted, index_d$8_onCustomizationUpdated as onCustomizationUpdated, type index_d$8_publicAddCustomizationChoices_Type as publicAddCustomizationChoices_Type, type index_d$8_publicBulkAddCustomizationChoices_Type as publicBulkAddCustomizationChoices_Type, type index_d$8_publicBulkCreateCustomizations_Type as publicBulkCreateCustomizations_Type, type index_d$8_publicBulkUpdateCustomizations_Type as publicBulkUpdateCustomizations_Type, type index_d$8_publicCreateCustomization_Type as publicCreateCustomization_Type, type index_d$8_publicDeleteCustomization_Type as publicDeleteCustomization_Type, type index_d$8_publicGetCustomization_Type as publicGetCustomization_Type, onCustomizationCreated$1 as publicOnCustomizationCreated, type index_d$8_publicOnCustomizationCreated_Type as publicOnCustomizationCreated_Type, onCustomizationDeleted$1 as publicOnCustomizationDeleted, type index_d$8_publicOnCustomizationDeleted_Type as publicOnCustomizationDeleted_Type, onCustomizationUpdated$1 as publicOnCustomizationUpdated, type index_d$8_publicOnCustomizationUpdated_Type as publicOnCustomizationUpdated_Type, type index_d$8_publicQueryCustomizations_Type as publicQueryCustomizations_Type, type index_d$8_publicRemoveCustomizationChoices_Type as publicRemoveCustomizationChoices_Type, type index_d$8_publicSetCustomizationChoices_Type as publicSetCustomizationChoices_Type, type index_d$8_publicUpdateCustomization_Type as publicUpdateCustomization_Type, index_d$8_queryCustomizations as queryCustomizations, index_d$8_removeCustomizationChoices as removeCustomizationChoices, index_d$8_setCustomizationChoices as setCustomizationChoices, index_d$8_updateCustomization as updateCustomization };
4749
+ export { type ActionEvent$5 as ActionEvent, type index_d$8_AddCustomizationChoicesOptions as AddCustomizationChoicesOptions, type index_d$8_AddCustomizationChoicesRequest as AddCustomizationChoicesRequest, type index_d$8_AddCustomizationChoicesResponse as AddCustomizationChoicesResponse, type index_d$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 index_d$8_BulkAddCustomizationChoicesOptions as BulkAddCustomizationChoicesOptions, type index_d$8_BulkAddCustomizationChoicesRequest as BulkAddCustomizationChoicesRequest, type index_d$8_BulkAddCustomizationChoicesResponse as BulkAddCustomizationChoicesResponse, type index_d$8_BulkAddCustomizationChoicesResponseNonNullableFields as BulkAddCustomizationChoicesResponseNonNullableFields, type index_d$8_BulkCreateCustomizationsOptions as BulkCreateCustomizationsOptions, type index_d$8_BulkCreateCustomizationsRequest as BulkCreateCustomizationsRequest, type index_d$8_BulkCreateCustomizationsResponse as BulkCreateCustomizationsResponse, type index_d$8_BulkCreateCustomizationsResponseNonNullableFields as BulkCreateCustomizationsResponseNonNullableFields, type index_d$8_BulkCustomizationResult as BulkCustomizationResult, type index_d$8_BulkUpdateCustomizationsOptions as BulkUpdateCustomizationsOptions, type index_d$8_BulkUpdateCustomizationsRequest as BulkUpdateCustomizationsRequest, type index_d$8_BulkUpdateCustomizationsResponse as BulkUpdateCustomizationsResponse, type index_d$8_BulkUpdateCustomizationsResponseNonNullableFields as BulkUpdateCustomizationsResponseNonNullableFields, type index_d$8_Choice as Choice, ChoiceType$1 as ChoiceType, type index_d$8_ChoiceValueOneOf as ChoiceValueOneOf, type ChoicesSettings$1 as ChoicesSettings, type index_d$8_CreateCustomizationRequest as CreateCustomizationRequest, type index_d$8_CreateCustomizationResponse as CreateCustomizationResponse, type index_d$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 index_d$8_Customization as Customization, type index_d$8_CustomizationChoices as CustomizationChoices, type index_d$8_CustomizationCreatedEnvelope as CustomizationCreatedEnvelope, type index_d$8_CustomizationCustomizationSettingsOneOf as CustomizationCustomizationSettingsOneOf, type index_d$8_CustomizationDeletedEnvelope as CustomizationDeletedEnvelope, type index_d$8_CustomizationIdsWrapper as CustomizationIdsWrapper, type index_d$8_CustomizationNonNullableFields as CustomizationNonNullableFields, index_d$8_CustomizationRenderType as CustomizationRenderType, index_d$8_CustomizationType as CustomizationType, type index_d$8_CustomizationUpdatedEnvelope as CustomizationUpdatedEnvelope, type index_d$8_CustomizationsQueryBuilder as CustomizationsQueryBuilder, type index_d$8_CustomizationsQueryResult as CustomizationsQueryResult, type index_d$8_DeleteCustomizationRequest as DeleteCustomizationRequest, type index_d$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 index_d$8_GetCustomizationOptions as GetCustomizationOptions, type index_d$8_GetCustomizationRequest as GetCustomizationRequest, type index_d$8_GetCustomizationResponse as GetCustomizationResponse, type index_d$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 index_d$8_MaskedCustomization as MaskedCustomization, type MessageEnvelope$7 as MessageEnvelope, type MultipleColors$1 as MultipleColors, type Page$5 as Page, type index_d$8_QueryCustomizationsOptions as QueryCustomizationsOptions, type index_d$8_QueryCustomizationsRequest as QueryCustomizationsRequest, type index_d$8_QueryCustomizationsResponse as QueryCustomizationsResponse, type index_d$8_QueryCustomizationsResponseNonNullableFields as QueryCustomizationsResponseNonNullableFields, type index_d$8_RemoveCustomizationChoicesOptions as RemoveCustomizationChoicesOptions, type index_d$8_RemoveCustomizationChoicesRequest as RemoveCustomizationChoicesRequest, type index_d$8_RemoveCustomizationChoicesResponse as RemoveCustomizationChoicesResponse, type index_d$8_RemoveCustomizationChoicesResponseNonNullableFields as RemoveCustomizationChoicesResponseNonNullableFields, RequestedFields$3 as RequestedFields, type RestoreInfo$5 as RestoreInfo, type index_d$8_SetCustomizationChoicesOptions as SetCustomizationChoicesOptions, type index_d$8_SetCustomizationChoicesRequest as SetCustomizationChoicesRequest, type index_d$8_SetCustomizationChoicesResponse as SetCustomizationChoicesResponse, type index_d$8_SetCustomizationChoicesResponseNonNullableFields as SetCustomizationChoicesResponseNonNullableFields, SortOrder$5 as SortOrder, type Sorting$5 as Sorting, type URI$5 as URI, type index_d$8_UpdateCustomization as UpdateCustomization, type index_d$8_UpdateCustomizationOptions as UpdateCustomizationOptions, type index_d$8_UpdateCustomizationRequest as UpdateCustomizationRequest, type index_d$8_UpdateCustomizationResponse as UpdateCustomizationResponse, type index_d$8_UpdateCustomizationResponseNonNullableFields as UpdateCustomizationResponseNonNullableFields, WebhookIdentityType$7 as WebhookIdentityType, index_d$8_addCustomizationChoices as addCustomizationChoices, index_d$8_bulkAddCustomizationChoices as bulkAddCustomizationChoices, index_d$8_bulkCreateCustomizations as bulkCreateCustomizations, index_d$8_bulkUpdateCustomizations as bulkUpdateCustomizations, index_d$8_createCustomization as createCustomization, index_d$8_deleteCustomization as deleteCustomization, index_d$8_getCustomization as getCustomization, index_d$8_onCustomizationCreated as onCustomizationCreated, index_d$8_onCustomizationDeleted as onCustomizationDeleted, index_d$8_onCustomizationUpdated as onCustomizationUpdated, index_d$8_queryCustomizations as queryCustomizations, index_d$8_removeCustomizationChoices as removeCustomizationChoices, index_d$8_setCustomizationChoices as setCustomizationChoices, index_d$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 index_d$7_BulkCreateInfoSectionsOptions = BulkCreateInfoSectionsOptions;
7296
7059
  type index_d$7_BulkCreateInfoSectionsRequest = BulkCreateInfoSectionsRequest;
@@ -7349,23 +7112,10 @@ declare const index_d$7_getOrCreateInfoSection: typeof getOrCreateInfoSection;
7349
7112
  declare const index_d$7_onInfoSectionCreated: typeof onInfoSectionCreated;
7350
7113
  declare const index_d$7_onInfoSectionDeleted: typeof onInfoSectionDeleted;
7351
7114
  declare const index_d$7_onInfoSectionUpdated: typeof onInfoSectionUpdated;
7352
- type index_d$7_publicBulkCreateInfoSections_Type = publicBulkCreateInfoSections_Type;
7353
- type index_d$7_publicBulkDeleteInfoSections_Type = publicBulkDeleteInfoSections_Type;
7354
- type index_d$7_publicBulkGetOrCreateInfoSections_Type = publicBulkGetOrCreateInfoSections_Type;
7355
- type index_d$7_publicBulkUpdateInfoSections_Type = publicBulkUpdateInfoSections_Type;
7356
- type index_d$7_publicCreateInfoSection_Type = publicCreateInfoSection_Type;
7357
- type index_d$7_publicDeleteInfoSection_Type = publicDeleteInfoSection_Type;
7358
- type index_d$7_publicGetInfoSection_Type = publicGetInfoSection_Type;
7359
- type index_d$7_publicGetOrCreateInfoSection_Type = publicGetOrCreateInfoSection_Type;
7360
- type index_d$7_publicOnInfoSectionCreated_Type = publicOnInfoSectionCreated_Type;
7361
- type index_d$7_publicOnInfoSectionDeleted_Type = publicOnInfoSectionDeleted_Type;
7362
- type index_d$7_publicOnInfoSectionUpdated_Type = publicOnInfoSectionUpdated_Type;
7363
- type index_d$7_publicQueryInfoSections_Type = publicQueryInfoSections_Type;
7364
- type index_d$7_publicUpdateInfoSection_Type = publicUpdateInfoSection_Type;
7365
7115
  declare const index_d$7_queryInfoSections: typeof queryInfoSections;
7366
7116
  declare const index_d$7_updateInfoSection: typeof updateInfoSection;
7367
7117
  declare namespace index_d$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 index_d$7_BulkCreateInfoSectionsOptions as BulkCreateInfoSectionsOptions, type index_d$7_BulkCreateInfoSectionsRequest as BulkCreateInfoSectionsRequest, type index_d$7_BulkCreateInfoSectionsResponse as BulkCreateInfoSectionsResponse, type index_d$7_BulkCreateInfoSectionsResponseNonNullableFields as BulkCreateInfoSectionsResponseNonNullableFields, type index_d$7_BulkDeleteInfoSectionsRequest as BulkDeleteInfoSectionsRequest, type index_d$7_BulkDeleteInfoSectionsResponse as BulkDeleteInfoSectionsResponse, type index_d$7_BulkDeleteInfoSectionsResponseNonNullableFields as BulkDeleteInfoSectionsResponseNonNullableFields, type index_d$7_BulkGetOrCreateInfoSectionsOptions as BulkGetOrCreateInfoSectionsOptions, type index_d$7_BulkGetOrCreateInfoSectionsRequest as BulkGetOrCreateInfoSectionsRequest, type index_d$7_BulkGetOrCreateInfoSectionsResponse as BulkGetOrCreateInfoSectionsResponse, type index_d$7_BulkGetOrCreateInfoSectionsResponseNonNullableFields as BulkGetOrCreateInfoSectionsResponseNonNullableFields, type index_d$7_BulkInfoSectionItemResult as BulkInfoSectionItemResult, type index_d$7_BulkInfoSectionResult as BulkInfoSectionResult, type index_d$7_BulkUpdateInfoSectionsOptions as BulkUpdateInfoSectionsOptions, type index_d$7_BulkUpdateInfoSectionsRequest as BulkUpdateInfoSectionsRequest, type index_d$7_BulkUpdateInfoSectionsResponse as BulkUpdateInfoSectionsResponse, type index_d$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 index_d$7_CreateInfoSectionRequest as CreateInfoSectionRequest, type index_d$7_CreateInfoSectionResponse as CreateInfoSectionResponse, type index_d$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 index_d$7_DeleteInfoSectionRequest as DeleteInfoSectionRequest, type index_d$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 index_d$7_GetInfoSectionOptions as GetInfoSectionOptions, type index_d$7_GetInfoSectionRequest as GetInfoSectionRequest, type index_d$7_GetInfoSectionResponse as GetInfoSectionResponse, type index_d$7_GetInfoSectionResponseNonNullableFields as GetInfoSectionResponseNonNullableFields, type index_d$7_GetOrCreateInfoSectionOptions as GetOrCreateInfoSectionOptions, type index_d$7_GetOrCreateInfoSectionRequest as GetOrCreateInfoSectionRequest, type index_d$7_GetOrCreateInfoSectionResponse as GetOrCreateInfoSectionResponse, type index_d$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 index_d$7_InfoSectionCreatedEnvelope as InfoSectionCreatedEnvelope, type index_d$7_InfoSectionDeletedEnvelope as InfoSectionDeletedEnvelope, type index_d$7_InfoSectionForGetOrCreate as InfoSectionForGetOrCreate, type InfoSectionNonNullableFields$1 as InfoSectionNonNullableFields, type index_d$7_InfoSectionUpdatedEnvelope as InfoSectionUpdatedEnvelope, type index_d$7_InfoSectionsQueryBuilder as InfoSectionsQueryBuilder, type index_d$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 index_d$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 index_d$7_QueryInfoSectionsOptions as QueryInfoSectionsOptions, type index_d$7_QueryInfoSectionsRequest as QueryInfoSectionsRequest, type index_d$7_QueryInfoSectionsResponse as QueryInfoSectionsResponse, type index_d$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 index_d$7_UpdateInfoSection as UpdateInfoSection, type index_d$7_UpdateInfoSectionOptions as UpdateInfoSectionOptions, type index_d$7_UpdateInfoSectionRequest as UpdateInfoSectionRequest, type index_d$7_UpdateInfoSectionResponse as UpdateInfoSectionResponse, type index_d$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, index_d$7_bulkCreateInfoSections as bulkCreateInfoSections, index_d$7_bulkDeleteInfoSections as bulkDeleteInfoSections, index_d$7_bulkGetOrCreateInfoSections as bulkGetOrCreateInfoSections, index_d$7_bulkUpdateInfoSections as bulkUpdateInfoSections, index_d$7_createInfoSection as createInfoSection, index_d$7_deleteInfoSection as deleteInfoSection, index_d$7_getInfoSection as getInfoSection, index_d$7_getOrCreateInfoSection as getOrCreateInfoSection, index_d$7_onInfoSectionCreated as onInfoSectionCreated, index_d$7_onInfoSectionDeleted as onInfoSectionDeleted, index_d$7_onInfoSectionUpdated as onInfoSectionUpdated, type index_d$7_publicBulkCreateInfoSections_Type as publicBulkCreateInfoSections_Type, type index_d$7_publicBulkDeleteInfoSections_Type as publicBulkDeleteInfoSections_Type, type index_d$7_publicBulkGetOrCreateInfoSections_Type as publicBulkGetOrCreateInfoSections_Type, type index_d$7_publicBulkUpdateInfoSections_Type as publicBulkUpdateInfoSections_Type, type index_d$7_publicCreateInfoSection_Type as publicCreateInfoSection_Type, type index_d$7_publicDeleteInfoSection_Type as publicDeleteInfoSection_Type, type index_d$7_publicGetInfoSection_Type as publicGetInfoSection_Type, type index_d$7_publicGetOrCreateInfoSection_Type as publicGetOrCreateInfoSection_Type, onInfoSectionCreated$1 as publicOnInfoSectionCreated, type index_d$7_publicOnInfoSectionCreated_Type as publicOnInfoSectionCreated_Type, onInfoSectionDeleted$1 as publicOnInfoSectionDeleted, type index_d$7_publicOnInfoSectionDeleted_Type as publicOnInfoSectionDeleted_Type, onInfoSectionUpdated$1 as publicOnInfoSectionUpdated, type index_d$7_publicOnInfoSectionUpdated_Type as publicOnInfoSectionUpdated_Type, type index_d$7_publicQueryInfoSections_Type as publicQueryInfoSections_Type, type index_d$7_publicUpdateInfoSection_Type as publicUpdateInfoSection_Type, index_d$7_queryInfoSections as queryInfoSections, index_d$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 index_d$7_BulkCreateInfoSectionsOptions as BulkCreateInfoSectionsOptions, type index_d$7_BulkCreateInfoSectionsRequest as BulkCreateInfoSectionsRequest, type index_d$7_BulkCreateInfoSectionsResponse as BulkCreateInfoSectionsResponse, type index_d$7_BulkCreateInfoSectionsResponseNonNullableFields as BulkCreateInfoSectionsResponseNonNullableFields, type index_d$7_BulkDeleteInfoSectionsRequest as BulkDeleteInfoSectionsRequest, type index_d$7_BulkDeleteInfoSectionsResponse as BulkDeleteInfoSectionsResponse, type index_d$7_BulkDeleteInfoSectionsResponseNonNullableFields as BulkDeleteInfoSectionsResponseNonNullableFields, type index_d$7_BulkGetOrCreateInfoSectionsOptions as BulkGetOrCreateInfoSectionsOptions, type index_d$7_BulkGetOrCreateInfoSectionsRequest as BulkGetOrCreateInfoSectionsRequest, type index_d$7_BulkGetOrCreateInfoSectionsResponse as BulkGetOrCreateInfoSectionsResponse, type index_d$7_BulkGetOrCreateInfoSectionsResponseNonNullableFields as BulkGetOrCreateInfoSectionsResponseNonNullableFields, type index_d$7_BulkInfoSectionItemResult as BulkInfoSectionItemResult, type index_d$7_BulkInfoSectionResult as BulkInfoSectionResult, type index_d$7_BulkUpdateInfoSectionsOptions as BulkUpdateInfoSectionsOptions, type index_d$7_BulkUpdateInfoSectionsRequest as BulkUpdateInfoSectionsRequest, type index_d$7_BulkUpdateInfoSectionsResponse as BulkUpdateInfoSectionsResponse, type index_d$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 index_d$7_CreateInfoSectionRequest as CreateInfoSectionRequest, type index_d$7_CreateInfoSectionResponse as CreateInfoSectionResponse, type index_d$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 index_d$7_DeleteInfoSectionRequest as DeleteInfoSectionRequest, type index_d$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 index_d$7_GetInfoSectionOptions as GetInfoSectionOptions, type index_d$7_GetInfoSectionRequest as GetInfoSectionRequest, type index_d$7_GetInfoSectionResponse as GetInfoSectionResponse, type index_d$7_GetInfoSectionResponseNonNullableFields as GetInfoSectionResponseNonNullableFields, type index_d$7_GetOrCreateInfoSectionOptions as GetOrCreateInfoSectionOptions, type index_d$7_GetOrCreateInfoSectionRequest as GetOrCreateInfoSectionRequest, type index_d$7_GetOrCreateInfoSectionResponse as GetOrCreateInfoSectionResponse, type index_d$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 index_d$7_InfoSectionCreatedEnvelope as InfoSectionCreatedEnvelope, type index_d$7_InfoSectionDeletedEnvelope as InfoSectionDeletedEnvelope, type index_d$7_InfoSectionForGetOrCreate as InfoSectionForGetOrCreate, type InfoSectionNonNullableFields$1 as InfoSectionNonNullableFields, type index_d$7_InfoSectionUpdatedEnvelope as InfoSectionUpdatedEnvelope, type index_d$7_InfoSectionsQueryBuilder as InfoSectionsQueryBuilder, type index_d$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 index_d$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 index_d$7_QueryInfoSectionsOptions as QueryInfoSectionsOptions, type index_d$7_QueryInfoSectionsRequest as QueryInfoSectionsRequest, type index_d$7_QueryInfoSectionsResponse as QueryInfoSectionsResponse, type index_d$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 index_d$7_UpdateInfoSection as UpdateInfoSection, type index_d$7_UpdateInfoSectionOptions as UpdateInfoSectionOptions, type index_d$7_UpdateInfoSectionRequest as UpdateInfoSectionRequest, type index_d$7_UpdateInfoSectionResponse as UpdateInfoSectionResponse, type index_d$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, index_d$7_bulkCreateInfoSections as bulkCreateInfoSections, index_d$7_bulkDeleteInfoSections as bulkDeleteInfoSections, index_d$7_bulkGetOrCreateInfoSections as bulkGetOrCreateInfoSections, index_d$7_bulkUpdateInfoSections as bulkUpdateInfoSections, index_d$7_createInfoSection as createInfoSection, index_d$7_deleteInfoSection as deleteInfoSection, index_d$7_getInfoSection as getInfoSection, index_d$7_getOrCreateInfoSection as getOrCreateInfoSection, index_d$7_onInfoSectionCreated as onInfoSectionCreated, index_d$7_onInfoSectionDeleted as onInfoSectionDeleted, index_d$7_onInfoSectionUpdated as onInfoSectionUpdated, index_d$7_queryInfoSections as queryInfoSections, index_d$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 index_d$6_AdjustInventoryAction = AdjustInventoryAction;
9118
8824
  type index_d$6_AdjustInventoryActionActionOneOf = AdjustInventoryActionActionOneOf;
@@ -9208,30 +8914,11 @@ declare const index_d$6_onInventoryItemDeleted: typeof onInventoryItemDeleted;
9208
8914
  declare const index_d$6_onInventoryItemStockStatusUpdated: typeof onInventoryItemStockStatusUpdated;
9209
8915
  declare const index_d$6_onInventoryItemUpdated: typeof onInventoryItemUpdated;
9210
8916
  declare const index_d$6_onInventoryItemUpdatedWithReason: typeof onInventoryItemUpdatedWithReason;
9211
- type index_d$6_publicBulkCreateInventoryItems_Type = publicBulkCreateInventoryItems_Type;
9212
- type index_d$6_publicBulkDecrementInventoryItemsByVariantAndLocation_Type = publicBulkDecrementInventoryItemsByVariantAndLocation_Type;
9213
- type index_d$6_publicBulkDecrementInventoryItems_Type = publicBulkDecrementInventoryItems_Type;
9214
- type index_d$6_publicBulkDeleteInventoryItems_Type = publicBulkDeleteInventoryItems_Type;
9215
- type index_d$6_publicBulkIncrementInventoryItemsByVariantAndLocation_Type = publicBulkIncrementInventoryItemsByVariantAndLocation_Type;
9216
- type index_d$6_publicBulkIncrementInventoryItems_Type = publicBulkIncrementInventoryItems_Type;
9217
- type index_d$6_publicBulkUpdateInventoryItemsByFilter_Type = publicBulkUpdateInventoryItemsByFilter_Type;
9218
- type index_d$6_publicBulkUpdateInventoryItems_Type = publicBulkUpdateInventoryItems_Type;
9219
- type index_d$6_publicCreateInventoryItem_Type = publicCreateInventoryItem_Type;
9220
- type index_d$6_publicDeleteInventoryItem_Type = publicDeleteInventoryItem_Type;
9221
- type index_d$6_publicGetInventoryItem_Type = publicGetInventoryItem_Type;
9222
- type index_d$6_publicOnInventoryItemCreated_Type = publicOnInventoryItemCreated_Type;
9223
- type index_d$6_publicOnInventoryItemDeleted_Type = publicOnInventoryItemDeleted_Type;
9224
- type index_d$6_publicOnInventoryItemStockStatusUpdated_Type = publicOnInventoryItemStockStatusUpdated_Type;
9225
- type index_d$6_publicOnInventoryItemUpdatedWithReason_Type = publicOnInventoryItemUpdatedWithReason_Type;
9226
- type index_d$6_publicOnInventoryItemUpdated_Type = publicOnInventoryItemUpdated_Type;
9227
- type index_d$6_publicQueryInventoryItems_Type = publicQueryInventoryItems_Type;
9228
- type index_d$6_publicSearchInventoryItems_Type = publicSearchInventoryItems_Type;
9229
- type index_d$6_publicUpdateInventoryItem_Type = publicUpdateInventoryItem_Type;
9230
8917
  declare const index_d$6_queryInventoryItems: typeof queryInventoryItems;
9231
8918
  declare const index_d$6_searchInventoryItems: typeof searchInventoryItems;
9232
8919
  declare const index_d$6_updateInventoryItem: typeof updateInventoryItem;
9233
8920
  declare namespace index_d$6 {
9234
- export { type ActionEvent$3 as ActionEvent, type index_d$6_AdjustInventoryAction as AdjustInventoryAction, type index_d$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 index_d$6_BulkCreateInventoryItemsOptions as BulkCreateInventoryItemsOptions, type index_d$6_BulkCreateInventoryItemsRequest as BulkCreateInventoryItemsRequest, type index_d$6_BulkCreateInventoryItemsResponse as BulkCreateInventoryItemsResponse, type index_d$6_BulkCreateInventoryItemsResponseNonNullableFields as BulkCreateInventoryItemsResponseNonNullableFields, type index_d$6_BulkDecrementInventoryItemsByVariantAndLocationOptions as BulkDecrementInventoryItemsByVariantAndLocationOptions, type index_d$6_BulkDecrementInventoryItemsByVariantAndLocationRequest as BulkDecrementInventoryItemsByVariantAndLocationRequest, type index_d$6_BulkDecrementInventoryItemsByVariantAndLocationResponse as BulkDecrementInventoryItemsByVariantAndLocationResponse, type index_d$6_BulkDecrementInventoryItemsByVariantAndLocationResponseNonNullableFields as BulkDecrementInventoryItemsByVariantAndLocationResponseNonNullableFields, type index_d$6_BulkDecrementInventoryItemsOptions as BulkDecrementInventoryItemsOptions, type index_d$6_BulkDecrementInventoryItemsRequest as BulkDecrementInventoryItemsRequest, type index_d$6_BulkDecrementInventoryItemsResponse as BulkDecrementInventoryItemsResponse, type index_d$6_BulkDecrementInventoryItemsResponseNonNullableFields as BulkDecrementInventoryItemsResponseNonNullableFields, type index_d$6_BulkDeleteInventoryItemsRequest as BulkDeleteInventoryItemsRequest, type index_d$6_BulkDeleteInventoryItemsResponse as BulkDeleteInventoryItemsResponse, type index_d$6_BulkDeleteInventoryItemsResponseNonNullableFields as BulkDeleteInventoryItemsResponseNonNullableFields, type index_d$6_BulkIncrementInventoryItemsByVariantAndLocationOptions as BulkIncrementInventoryItemsByVariantAndLocationOptions, type index_d$6_BulkIncrementInventoryItemsByVariantAndLocationRequest as BulkIncrementInventoryItemsByVariantAndLocationRequest, type index_d$6_BulkIncrementInventoryItemsByVariantAndLocationResponse as BulkIncrementInventoryItemsByVariantAndLocationResponse, type index_d$6_BulkIncrementInventoryItemsByVariantAndLocationResponseNonNullableFields as BulkIncrementInventoryItemsByVariantAndLocationResponseNonNullableFields, type index_d$6_BulkIncrementInventoryItemsOptions as BulkIncrementInventoryItemsOptions, type index_d$6_BulkIncrementInventoryItemsRequest as BulkIncrementInventoryItemsRequest, type index_d$6_BulkIncrementInventoryItemsResponse as BulkIncrementInventoryItemsResponse, type index_d$6_BulkIncrementInventoryItemsResponseNonNullableFields as BulkIncrementInventoryItemsResponseNonNullableFields, type BulkInventoryItemAction$1 as BulkInventoryItemAction, type BulkInventoryItemResult$1 as BulkInventoryItemResult, type index_d$6_BulkSetInventoryItemsForProductsInLocationRequest as BulkSetInventoryItemsForProductsInLocationRequest, type index_d$6_BulkSetInventoryItemsForProductsInLocationResponse as BulkSetInventoryItemsForProductsInLocationResponse, type index_d$6_BulkSetOrAdjustInventoryItemsByFilterRequest as BulkSetOrAdjustInventoryItemsByFilterRequest, type index_d$6_BulkSetOrAdjustInventoryItemsByFilterResponse as BulkSetOrAdjustInventoryItemsByFilterResponse, type index_d$6_BulkUpdateInventoryItemsByFilterOptions as BulkUpdateInventoryItemsByFilterOptions, type index_d$6_BulkUpdateInventoryItemsByFilterRequest as BulkUpdateInventoryItemsByFilterRequest, type index_d$6_BulkUpdateInventoryItemsByFilterResponse as BulkUpdateInventoryItemsByFilterResponse, type index_d$6_BulkUpdateInventoryItemsByFilterResponseNonNullableFields as BulkUpdateInventoryItemsByFilterResponseNonNullableFields, type index_d$6_BulkUpdateInventoryItemsOptions as BulkUpdateInventoryItemsOptions, type BulkUpdateInventoryItemsRequest$1 as BulkUpdateInventoryItemsRequest, type BulkUpdateInventoryItemsResponse$1 as BulkUpdateInventoryItemsResponse, type index_d$6_BulkUpdateInventoryItemsResponseNonNullableFields as BulkUpdateInventoryItemsResponseNonNullableFields, type index_d$6_CreateInventoryItemRequest as CreateInventoryItemRequest, type index_d$6_CreateInventoryItemResponse as CreateInventoryItemResponse, type index_d$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 index_d$6_DecrementDataById as DecrementDataById, type index_d$6_DecrementDataByVariantAndLocation as DecrementDataByVariantAndLocation, type index_d$6_DeleteInventoryItemRequest as DeleteInventoryItemRequest, type index_d$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 index_d$6_GetInventoryItemRequest as GetInventoryItemRequest, type index_d$6_GetInventoryItemResponse as GetInventoryItemResponse, type index_d$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 index_d$6_IncrementDataById as IncrementDataById, type index_d$6_IncrementDataByVariantAndLocation as IncrementDataByVariantAndLocation, Interval$1 as Interval, type InvalidateCache$3 as InvalidateCache, type InvalidateCacheGetByOneOf$3 as InvalidateCacheGetByOneOf, type index_d$6_InventoryCursorPaging as InventoryCursorPaging, type InventoryItem$1 as InventoryItem, type index_d$6_InventoryItemCreatedEnvelope as InventoryItemCreatedEnvelope, type index_d$6_InventoryItemDeletedEnvelope as InventoryItemDeletedEnvelope, type InventoryItemNonNullableFields$1 as InventoryItemNonNullableFields, type index_d$6_InventoryItemStockStatusUpdatedEnvelope as InventoryItemStockStatusUpdatedEnvelope, type index_d$6_InventoryItemStockStatusUpdatedEvent as InventoryItemStockStatusUpdatedEvent, type InventoryItemTrackingMethodOneOf$1 as InventoryItemTrackingMethodOneOf, type index_d$6_InventoryItemUpdatedEnvelope as InventoryItemUpdatedEnvelope, type index_d$6_InventoryItemUpdatedWithReason as InventoryItemUpdatedWithReason, type index_d$6_InventoryItemUpdatedWithReasonEnvelope as InventoryItemUpdatedWithReasonEnvelope, type index_d$6_InventoryItemsQueryBuilder as InventoryItemsQueryBuilder, type index_d$6_InventoryItemsQueryResult as InventoryItemsQueryResult, type index_d$6_InventoryPaging as InventoryPaging, type index_d$6_InventoryQuery as InventoryQuery, type index_d$6_InventoryQueryPagingMethodOneOf as InventoryQueryPagingMethodOneOf, type ItemMetadata$2 as ItemMetadata, type index_d$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 index_d$6_PlatformPagingMetadataV2 as PlatformPagingMetadataV2, type PreorderInfo$2 as PreorderInfo, type Product$1 as Product, type index_d$6_ProductInventoryItems as ProductInventoryItems, type index_d$6_QueryInventoryItemsRequest as QueryInventoryItemsRequest, type index_d$6_QueryInventoryItemsResponse as QueryInventoryItemsResponse, type index_d$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 index_d$6_SearchInventoryItemsOptions as SearchInventoryItemsOptions, type index_d$6_SearchInventoryItemsRequest as SearchInventoryItemsRequest, type index_d$6_SearchInventoryItemsResponse as SearchInventoryItemsResponse, type index_d$6_SearchInventoryItemsResponseNonNullableFields as SearchInventoryItemsResponseNonNullableFields, type index_d$6_SearchInventoryItemsWithOffsetRequest as SearchInventoryItemsWithOffsetRequest, type index_d$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 index_d$6_UpdateInventoryItem as UpdateInventoryItem, type index_d$6_UpdateInventoryItemOptions as UpdateInventoryItemOptions, type index_d$6_UpdateInventoryItemRequest as UpdateInventoryItemRequest, type index_d$6_UpdateInventoryItemResponse as UpdateInventoryItemResponse, type index_d$6_UpdateInventoryItemResponseNonNullableFields as UpdateInventoryItemResponseNonNullableFields, type index_d$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, index_d$6_bulkCreateInventoryItems as bulkCreateInventoryItems, index_d$6_bulkDecrementInventoryItems as bulkDecrementInventoryItems, index_d$6_bulkDecrementInventoryItemsByVariantAndLocation as bulkDecrementInventoryItemsByVariantAndLocation, index_d$6_bulkDeleteInventoryItems as bulkDeleteInventoryItems, index_d$6_bulkIncrementInventoryItems as bulkIncrementInventoryItems, index_d$6_bulkIncrementInventoryItemsByVariantAndLocation as bulkIncrementInventoryItemsByVariantAndLocation, index_d$6_bulkUpdateInventoryItems as bulkUpdateInventoryItems, index_d$6_bulkUpdateInventoryItemsByFilter as bulkUpdateInventoryItemsByFilter, index_d$6_createInventoryItem as createInventoryItem, index_d$6_deleteInventoryItem as deleteInventoryItem, index_d$6_getInventoryItem as getInventoryItem, index_d$6_onInventoryItemCreated as onInventoryItemCreated, index_d$6_onInventoryItemDeleted as onInventoryItemDeleted, index_d$6_onInventoryItemStockStatusUpdated as onInventoryItemStockStatusUpdated, index_d$6_onInventoryItemUpdated as onInventoryItemUpdated, index_d$6_onInventoryItemUpdatedWithReason as onInventoryItemUpdatedWithReason, type index_d$6_publicBulkCreateInventoryItems_Type as publicBulkCreateInventoryItems_Type, type index_d$6_publicBulkDecrementInventoryItemsByVariantAndLocation_Type as publicBulkDecrementInventoryItemsByVariantAndLocation_Type, type index_d$6_publicBulkDecrementInventoryItems_Type as publicBulkDecrementInventoryItems_Type, type index_d$6_publicBulkDeleteInventoryItems_Type as publicBulkDeleteInventoryItems_Type, type index_d$6_publicBulkIncrementInventoryItemsByVariantAndLocation_Type as publicBulkIncrementInventoryItemsByVariantAndLocation_Type, type index_d$6_publicBulkIncrementInventoryItems_Type as publicBulkIncrementInventoryItems_Type, type index_d$6_publicBulkUpdateInventoryItemsByFilter_Type as publicBulkUpdateInventoryItemsByFilter_Type, type index_d$6_publicBulkUpdateInventoryItems_Type as publicBulkUpdateInventoryItems_Type, type index_d$6_publicCreateInventoryItem_Type as publicCreateInventoryItem_Type, type index_d$6_publicDeleteInventoryItem_Type as publicDeleteInventoryItem_Type, type index_d$6_publicGetInventoryItem_Type as publicGetInventoryItem_Type, onInventoryItemCreated$1 as publicOnInventoryItemCreated, type index_d$6_publicOnInventoryItemCreated_Type as publicOnInventoryItemCreated_Type, onInventoryItemDeleted$1 as publicOnInventoryItemDeleted, type index_d$6_publicOnInventoryItemDeleted_Type as publicOnInventoryItemDeleted_Type, onInventoryItemStockStatusUpdated$1 as publicOnInventoryItemStockStatusUpdated, type index_d$6_publicOnInventoryItemStockStatusUpdated_Type as publicOnInventoryItemStockStatusUpdated_Type, onInventoryItemUpdated$1 as publicOnInventoryItemUpdated, onInventoryItemUpdatedWithReason$1 as publicOnInventoryItemUpdatedWithReason, type index_d$6_publicOnInventoryItemUpdatedWithReason_Type as publicOnInventoryItemUpdatedWithReason_Type, type index_d$6_publicOnInventoryItemUpdated_Type as publicOnInventoryItemUpdated_Type, type index_d$6_publicQueryInventoryItems_Type as publicQueryInventoryItems_Type, type index_d$6_publicSearchInventoryItems_Type as publicSearchInventoryItems_Type, type index_d$6_publicUpdateInventoryItem_Type as publicUpdateInventoryItem_Type, index_d$6_queryInventoryItems as queryInventoryItems, index_d$6_searchInventoryItems as searchInventoryItems, index_d$6_updateInventoryItem as updateInventoryItem };
8921
+ export { type ActionEvent$3 as ActionEvent, type index_d$6_AdjustInventoryAction as AdjustInventoryAction, type index_d$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 index_d$6_BulkCreateInventoryItemsOptions as BulkCreateInventoryItemsOptions, type index_d$6_BulkCreateInventoryItemsRequest as BulkCreateInventoryItemsRequest, type index_d$6_BulkCreateInventoryItemsResponse as BulkCreateInventoryItemsResponse, type index_d$6_BulkCreateInventoryItemsResponseNonNullableFields as BulkCreateInventoryItemsResponseNonNullableFields, type index_d$6_BulkDecrementInventoryItemsByVariantAndLocationOptions as BulkDecrementInventoryItemsByVariantAndLocationOptions, type index_d$6_BulkDecrementInventoryItemsByVariantAndLocationRequest as BulkDecrementInventoryItemsByVariantAndLocationRequest, type index_d$6_BulkDecrementInventoryItemsByVariantAndLocationResponse as BulkDecrementInventoryItemsByVariantAndLocationResponse, type index_d$6_BulkDecrementInventoryItemsByVariantAndLocationResponseNonNullableFields as BulkDecrementInventoryItemsByVariantAndLocationResponseNonNullableFields, type index_d$6_BulkDecrementInventoryItemsOptions as BulkDecrementInventoryItemsOptions, type index_d$6_BulkDecrementInventoryItemsRequest as BulkDecrementInventoryItemsRequest, type index_d$6_BulkDecrementInventoryItemsResponse as BulkDecrementInventoryItemsResponse, type index_d$6_BulkDecrementInventoryItemsResponseNonNullableFields as BulkDecrementInventoryItemsResponseNonNullableFields, type index_d$6_BulkDeleteInventoryItemsRequest as BulkDeleteInventoryItemsRequest, type index_d$6_BulkDeleteInventoryItemsResponse as BulkDeleteInventoryItemsResponse, type index_d$6_BulkDeleteInventoryItemsResponseNonNullableFields as BulkDeleteInventoryItemsResponseNonNullableFields, type index_d$6_BulkIncrementInventoryItemsByVariantAndLocationOptions as BulkIncrementInventoryItemsByVariantAndLocationOptions, type index_d$6_BulkIncrementInventoryItemsByVariantAndLocationRequest as BulkIncrementInventoryItemsByVariantAndLocationRequest, type index_d$6_BulkIncrementInventoryItemsByVariantAndLocationResponse as BulkIncrementInventoryItemsByVariantAndLocationResponse, type index_d$6_BulkIncrementInventoryItemsByVariantAndLocationResponseNonNullableFields as BulkIncrementInventoryItemsByVariantAndLocationResponseNonNullableFields, type index_d$6_BulkIncrementInventoryItemsOptions as BulkIncrementInventoryItemsOptions, type index_d$6_BulkIncrementInventoryItemsRequest as BulkIncrementInventoryItemsRequest, type index_d$6_BulkIncrementInventoryItemsResponse as BulkIncrementInventoryItemsResponse, type index_d$6_BulkIncrementInventoryItemsResponseNonNullableFields as BulkIncrementInventoryItemsResponseNonNullableFields, type BulkInventoryItemAction$1 as BulkInventoryItemAction, type BulkInventoryItemResult$1 as BulkInventoryItemResult, type index_d$6_BulkSetInventoryItemsForProductsInLocationRequest as BulkSetInventoryItemsForProductsInLocationRequest, type index_d$6_BulkSetInventoryItemsForProductsInLocationResponse as BulkSetInventoryItemsForProductsInLocationResponse, type index_d$6_BulkSetOrAdjustInventoryItemsByFilterRequest as BulkSetOrAdjustInventoryItemsByFilterRequest, type index_d$6_BulkSetOrAdjustInventoryItemsByFilterResponse as BulkSetOrAdjustInventoryItemsByFilterResponse, type index_d$6_BulkUpdateInventoryItemsByFilterOptions as BulkUpdateInventoryItemsByFilterOptions, type index_d$6_BulkUpdateInventoryItemsByFilterRequest as BulkUpdateInventoryItemsByFilterRequest, type index_d$6_BulkUpdateInventoryItemsByFilterResponse as BulkUpdateInventoryItemsByFilterResponse, type index_d$6_BulkUpdateInventoryItemsByFilterResponseNonNullableFields as BulkUpdateInventoryItemsByFilterResponseNonNullableFields, type index_d$6_BulkUpdateInventoryItemsOptions as BulkUpdateInventoryItemsOptions, type BulkUpdateInventoryItemsRequest$1 as BulkUpdateInventoryItemsRequest, type BulkUpdateInventoryItemsResponse$1 as BulkUpdateInventoryItemsResponse, type index_d$6_BulkUpdateInventoryItemsResponseNonNullableFields as BulkUpdateInventoryItemsResponseNonNullableFields, type index_d$6_CreateInventoryItemRequest as CreateInventoryItemRequest, type index_d$6_CreateInventoryItemResponse as CreateInventoryItemResponse, type index_d$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 index_d$6_DecrementDataById as DecrementDataById, type index_d$6_DecrementDataByVariantAndLocation as DecrementDataByVariantAndLocation, type index_d$6_DeleteInventoryItemRequest as DeleteInventoryItemRequest, type index_d$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 index_d$6_GetInventoryItemRequest as GetInventoryItemRequest, type index_d$6_GetInventoryItemResponse as GetInventoryItemResponse, type index_d$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 index_d$6_IncrementDataById as IncrementDataById, type index_d$6_IncrementDataByVariantAndLocation as IncrementDataByVariantAndLocation, Interval$1 as Interval, type InvalidateCache$3 as InvalidateCache, type InvalidateCacheGetByOneOf$3 as InvalidateCacheGetByOneOf, type index_d$6_InventoryCursorPaging as InventoryCursorPaging, type InventoryItem$1 as InventoryItem, type index_d$6_InventoryItemCreatedEnvelope as InventoryItemCreatedEnvelope, type index_d$6_InventoryItemDeletedEnvelope as InventoryItemDeletedEnvelope, type InventoryItemNonNullableFields$1 as InventoryItemNonNullableFields, type index_d$6_InventoryItemStockStatusUpdatedEnvelope as InventoryItemStockStatusUpdatedEnvelope, type index_d$6_InventoryItemStockStatusUpdatedEvent as InventoryItemStockStatusUpdatedEvent, type InventoryItemTrackingMethodOneOf$1 as InventoryItemTrackingMethodOneOf, type index_d$6_InventoryItemUpdatedEnvelope as InventoryItemUpdatedEnvelope, type index_d$6_InventoryItemUpdatedWithReason as InventoryItemUpdatedWithReason, type index_d$6_InventoryItemUpdatedWithReasonEnvelope as InventoryItemUpdatedWithReasonEnvelope, type index_d$6_InventoryItemsQueryBuilder as InventoryItemsQueryBuilder, type index_d$6_InventoryItemsQueryResult as InventoryItemsQueryResult, type index_d$6_InventoryPaging as InventoryPaging, type index_d$6_InventoryQuery as InventoryQuery, type index_d$6_InventoryQueryPagingMethodOneOf as InventoryQueryPagingMethodOneOf, type ItemMetadata$2 as ItemMetadata, type index_d$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 index_d$6_PlatformPagingMetadataV2 as PlatformPagingMetadataV2, type PreorderInfo$2 as PreorderInfo, type Product$1 as Product, type index_d$6_ProductInventoryItems as ProductInventoryItems, type index_d$6_QueryInventoryItemsRequest as QueryInventoryItemsRequest, type index_d$6_QueryInventoryItemsResponse as QueryInventoryItemsResponse, type index_d$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 index_d$6_SearchInventoryItemsOptions as SearchInventoryItemsOptions, type index_d$6_SearchInventoryItemsRequest as SearchInventoryItemsRequest, type index_d$6_SearchInventoryItemsResponse as SearchInventoryItemsResponse, type index_d$6_SearchInventoryItemsResponseNonNullableFields as SearchInventoryItemsResponseNonNullableFields, type index_d$6_SearchInventoryItemsWithOffsetRequest as SearchInventoryItemsWithOffsetRequest, type index_d$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 index_d$6_UpdateInventoryItem as UpdateInventoryItem, type index_d$6_UpdateInventoryItemOptions as UpdateInventoryItemOptions, type index_d$6_UpdateInventoryItemRequest as UpdateInventoryItemRequest, type index_d$6_UpdateInventoryItemResponse as UpdateInventoryItemResponse, type index_d$6_UpdateInventoryItemResponseNonNullableFields as UpdateInventoryItemResponseNonNullableFields, type index_d$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, index_d$6_bulkCreateInventoryItems as bulkCreateInventoryItems, index_d$6_bulkDecrementInventoryItems as bulkDecrementInventoryItems, index_d$6_bulkDecrementInventoryItemsByVariantAndLocation as bulkDecrementInventoryItemsByVariantAndLocation, index_d$6_bulkDeleteInventoryItems as bulkDeleteInventoryItems, index_d$6_bulkIncrementInventoryItems as bulkIncrementInventoryItems, index_d$6_bulkIncrementInventoryItemsByVariantAndLocation as bulkIncrementInventoryItemsByVariantAndLocation, index_d$6_bulkUpdateInventoryItems as bulkUpdateInventoryItems, index_d$6_bulkUpdateInventoryItemsByFilter as bulkUpdateInventoryItemsByFilter, index_d$6_createInventoryItem as createInventoryItem, index_d$6_deleteInventoryItem as deleteInventoryItem, index_d$6_getInventoryItem as getInventoryItem, index_d$6_onInventoryItemCreated as onInventoryItemCreated, index_d$6_onInventoryItemDeleted as onInventoryItemDeleted, index_d$6_onInventoryItemStockStatusUpdated as onInventoryItemStockStatusUpdated, index_d$6_onInventoryItemUpdated as onInventoryItemUpdated, index_d$6_onInventoryItemUpdatedWithReason as onInventoryItemUpdatedWithReason, index_d$6_queryInventoryItems as queryInventoryItems, index_d$6_searchInventoryItems as searchInventoryItems, index_d$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 index_d$5_AdjustValue = AdjustValue;
15917
15533
  type index_d$5_AdjustValueAdjustValueOneOf = AdjustValueAdjustValueOneOf;
@@ -16551,41 +16167,9 @@ declare const index_d$5_onProductUpdated: typeof onProductUpdated;
16551
16167
  declare const index_d$5_onProductVariantAdded: typeof onProductVariantAdded;
16552
16168
  declare const index_d$5_onProductVariantRemoved: typeof onProductVariantRemoved;
16553
16169
  declare const index_d$5_onProductVariantUpdated: typeof onProductVariantUpdated;
16554
- type index_d$5_publicBulkAddProductsToCategoriesByFilter_Type = publicBulkAddProductsToCategoriesByFilter_Type;
16555
- type index_d$5_publicBulkAdjustProductVariantsByFilter_Type = publicBulkAdjustProductVariantsByFilter_Type;
16556
- type index_d$5_publicBulkCreateProductsWithInventory_Type = publicBulkCreateProductsWithInventory_Type;
16557
- type index_d$5_publicBulkRemoveProductsFromCategoriesByFilter_Type = publicBulkRemoveProductsFromCategoriesByFilter_Type;
16558
- type index_d$5_publicBulkUpdateProductVariantsByFilter_Type = publicBulkUpdateProductVariantsByFilter_Type;
16559
- type index_d$5_publicBulkUpdateProductsWithInventory_Type = publicBulkUpdateProductsWithInventory_Type;
16560
- type index_d$5_publicCatalogBulkAddInfoSectionsToProductsByFilter_Type = publicCatalogBulkAddInfoSectionsToProductsByFilter_Type;
16561
- type index_d$5_publicCatalogBulkAddInfoSectionsToProducts_Type = publicCatalogBulkAddInfoSectionsToProducts_Type;
16562
- type index_d$5_publicCatalogBulkCreateProducts_Type = publicCatalogBulkCreateProducts_Type;
16563
- type index_d$5_publicCatalogBulkDeleteProductsByFilter_Type = publicCatalogBulkDeleteProductsByFilter_Type;
16564
- type index_d$5_publicCatalogBulkDeleteProducts_Type = publicCatalogBulkDeleteProducts_Type;
16565
- type index_d$5_publicCatalogBulkRemoveInfoSectionsFromProductsByFilter_Type = publicCatalogBulkRemoveInfoSectionsFromProductsByFilter_Type;
16566
- type index_d$5_publicCatalogBulkRemoveInfoSectionsFromProducts_Type = publicCatalogBulkRemoveInfoSectionsFromProducts_Type;
16567
- type index_d$5_publicCatalogBulkUpdateProductsByFilter_Type = publicCatalogBulkUpdateProductsByFilter_Type;
16568
- type index_d$5_publicCatalogBulkUpdateProducts_Type = publicCatalogBulkUpdateProducts_Type;
16569
- type index_d$5_publicCatalogCountProducts_Type = publicCatalogCountProducts_Type;
16570
- type index_d$5_publicCatalogCreateProduct_Type = publicCatalogCreateProduct_Type;
16571
- type index_d$5_publicCatalogDeleteProduct_Type = publicCatalogDeleteProduct_Type;
16572
- type index_d$5_publicCatalogGetProductBySlug_Type = publicCatalogGetProductBySlug_Type;
16573
- type index_d$5_publicCatalogGetProduct_Type = publicCatalogGetProduct_Type;
16574
- type index_d$5_publicCatalogQueryProducts_Type = publicCatalogQueryProducts_Type;
16575
- type index_d$5_publicCatalogSearchProducts_Type = publicCatalogSearchProducts_Type;
16576
- type index_d$5_publicCatalogUpdateExtendedFields_Type = publicCatalogUpdateExtendedFields_Type;
16577
- type index_d$5_publicCatalogUpdateProduct_Type = publicCatalogUpdateProduct_Type;
16578
- type index_d$5_publicCreateProductWithInventory_Type = publicCreateProductWithInventory_Type;
16579
- type index_d$5_publicOnProductCreated_Type = publicOnProductCreated_Type;
16580
- type index_d$5_publicOnProductDeleted_Type = publicOnProductDeleted_Type;
16581
- type index_d$5_publicOnProductUpdated_Type = publicOnProductUpdated_Type;
16582
- type index_d$5_publicOnProductVariantAdded_Type = publicOnProductVariantAdded_Type;
16583
- type index_d$5_publicOnProductVariantRemoved_Type = publicOnProductVariantRemoved_Type;
16584
- type index_d$5_publicOnProductVariantUpdated_Type = publicOnProductVariantUpdated_Type;
16585
- type index_d$5_publicUpdateProductWithInventory_Type = publicUpdateProductWithInventory_Type;
16586
16170
  declare const index_d$5_updateProductWithInventory: typeof updateProductWithInventory;
16587
16171
  declare namespace index_d$5 {
16588
- export { type ActionEvent$2 as ActionEvent, type index_d$5_AdjustValue as AdjustValue, type index_d$5_AdjustValueAdjustValueOneOf as AdjustValueAdjustValueOneOf, type index_d$5_Aggregation as Aggregation, type index_d$5_AggregationData as AggregationData, type index_d$5_AggregationDataAggregationResults as AggregationDataAggregationResults, type index_d$5_AggregationDataAggregationResultsResultOneOf as AggregationDataAggregationResultsResultOneOf, type index_d$5_AggregationDataAggregationResultsScalarResult as AggregationDataAggregationResultsScalarResult, type index_d$5_AggregationDateHistogramAggregation as AggregationDateHistogramAggregation, index_d$5_AggregationDateHistogramAggregationInterval as AggregationDateHistogramAggregationInterval, type index_d$5_AggregationKindOneOf as AggregationKindOneOf, type index_d$5_AggregationNestedAggregation as AggregationNestedAggregation, type index_d$5_AggregationNestedAggregationNestedAggregationItem as AggregationNestedAggregationNestedAggregationItem, type index_d$5_AggregationNestedAggregationNestedAggregationItemKindOneOf as AggregationNestedAggregationNestedAggregationItemKindOneOf, index_d$5_AggregationNestedAggregationNestedAggregationType as AggregationNestedAggregationNestedAggregationType, type index_d$5_AggregationRangeAggregation as AggregationRangeAggregation, type index_d$5_AggregationRangeAggregationRangeBucket as AggregationRangeAggregationRangeBucket, type index_d$5_AggregationResults as AggregationResults, type index_d$5_AggregationResultsDateHistogramResults as AggregationResultsDateHistogramResults, type index_d$5_AggregationResultsGroupByValueResults as AggregationResultsGroupByValueResults, type index_d$5_AggregationResultsNestedAggregationResults as AggregationResultsNestedAggregationResults, type index_d$5_AggregationResultsNestedAggregationResultsResultOneOf as AggregationResultsNestedAggregationResultsResultOneOf, type index_d$5_AggregationResultsNestedResults as AggregationResultsNestedResults, type index_d$5_AggregationResultsRangeResults as AggregationResultsRangeResults, type index_d$5_AggregationResultsResultOneOf as AggregationResultsResultOneOf, type index_d$5_AggregationResultsScalarResult as AggregationResultsScalarResult, type index_d$5_AggregationResultsValueResults as AggregationResultsValueResults, type index_d$5_AggregationScalarAggregation as AggregationScalarAggregation, index_d$5_AggregationType as AggregationType, type index_d$5_AggregationValueAggregation as AggregationValueAggregation, type index_d$5_AggregationValueAggregationIncludeMissingValuesOptions as AggregationValueAggregationIncludeMissingValuesOptions, index_d$5_AggregationValueAggregationMissingValues as AggregationValueAggregationMissingValues, type index_d$5_AggregationValueAggregationOptionsOneOf as AggregationValueAggregationOptionsOneOf, index_d$5_AggregationValueAggregationSortDirection as AggregationValueAggregationSortDirection, index_d$5_AggregationValueAggregationSortType as AggregationValueAggregationSortType, index_d$5_Alignment as Alignment, type index_d$5_AnchorData as AnchorData, type App$2 as App, type index_d$5_AppEmbedData as AppEmbedData, type index_d$5_AppEmbedDataAppDataOneOf as AppEmbedDataAppDataOneOf, index_d$5_AppType as AppType, type ApplicationError$1 as ApplicationError, type index_d$5_AudioData as AudioData, index_d$5_AvailabilityStatus as AvailabilityStatus, type index_d$5_Background as Background, type index_d$5_BackgroundBackgroundOneOf as BackgroundBackgroundOneOf, index_d$5_BackgroundType as BackgroundType, type BaseEventMetadata$2 as BaseEventMetadata, type index_d$5_BlockquoteData as BlockquoteData, type index_d$5_BookingData as BookingData, type index_d$5_Border as Border, type index_d$5_BorderColors as BorderColors, type index_d$5_Brand as Brand, type index_d$5_BreadCrumb as BreadCrumb, type index_d$5_BreadcrumbsInfo as BreadcrumbsInfo, type BulkActionMetadata$1 as BulkActionMetadata, type index_d$5_BulkAddInfoSectionsToProductsByFilterRequest as BulkAddInfoSectionsToProductsByFilterRequest, type index_d$5_BulkAddInfoSectionsToProductsByFilterResponse as BulkAddInfoSectionsToProductsByFilterResponse, type index_d$5_BulkAddInfoSectionsToProductsRequest as BulkAddInfoSectionsToProductsRequest, type index_d$5_BulkAddInfoSectionsToProductsResponse as BulkAddInfoSectionsToProductsResponse, type index_d$5_BulkAddProductsToCategoriesByFilterOptions as BulkAddProductsToCategoriesByFilterOptions, type index_d$5_BulkAddProductsToCategoriesByFilterRequest as BulkAddProductsToCategoriesByFilterRequest, type index_d$5_BulkAddProductsToCategoriesByFilterResponse as BulkAddProductsToCategoriesByFilterResponse, type index_d$5_BulkAddProductsToCategoriesByFilterResponseNonNullableFields as BulkAddProductsToCategoriesByFilterResponseNonNullableFields, type index_d$5_BulkAdjustProductVariantsByFilterOptions as BulkAdjustProductVariantsByFilterOptions, type index_d$5_BulkAdjustProductVariantsByFilterRequest as BulkAdjustProductVariantsByFilterRequest, index_d$5_BulkAdjustProductVariantsByFilterRequestRoundingStrategy as BulkAdjustProductVariantsByFilterRequestRoundingStrategy, type index_d$5_BulkAdjustProductVariantsByFilterResponse as BulkAdjustProductVariantsByFilterResponse, type index_d$5_BulkAdjustProductVariantsByFilterResponseNonNullableFields as BulkAdjustProductVariantsByFilterResponseNonNullableFields, type index_d$5_BulkAdjustVariantsByFilterRequest as BulkAdjustVariantsByFilterRequest, type index_d$5_BulkAdjustVariantsByFilterResponse as BulkAdjustVariantsByFilterResponse, type index_d$5_BulkCreateProductsRequest as BulkCreateProductsRequest, type index_d$5_BulkCreateProductsResponse as BulkCreateProductsResponse, type index_d$5_BulkCreateProductsResponseNonNullableFields as BulkCreateProductsResponseNonNullableFields, type index_d$5_BulkCreateProductsWithInventoryOptions as BulkCreateProductsWithInventoryOptions, type index_d$5_BulkCreateProductsWithInventoryRequest as BulkCreateProductsWithInventoryRequest, type index_d$5_BulkCreateProductsWithInventoryResponse as BulkCreateProductsWithInventoryResponse, type index_d$5_BulkCreateProductsWithInventoryResponseNonNullableFields as BulkCreateProductsWithInventoryResponseNonNullableFields, type index_d$5_BulkDeleteProductsByFilterRequest as BulkDeleteProductsByFilterRequest, type index_d$5_BulkDeleteProductsByFilterResponse as BulkDeleteProductsByFilterResponse, type index_d$5_BulkDeleteProductsRequest as BulkDeleteProductsRequest, type index_d$5_BulkDeleteProductsResponse as BulkDeleteProductsResponse, type index_d$5_BulkDeleteProductsResponseBulkProductResult as BulkDeleteProductsResponseBulkProductResult, type index_d$5_BulkInventoryItemAction as BulkInventoryItemAction, type index_d$5_BulkInventoryItemResult as BulkInventoryItemResult, type index_d$5_BulkInventoryItemResults as BulkInventoryItemResults, type index_d$5_BulkProductResult as BulkProductResult, type index_d$5_BulkProductResults as BulkProductResults, type index_d$5_BulkRemoveInfoSectionsFromProductsByFilterRequest as BulkRemoveInfoSectionsFromProductsByFilterRequest, type index_d$5_BulkRemoveInfoSectionsFromProductsByFilterResponse as BulkRemoveInfoSectionsFromProductsByFilterResponse, type index_d$5_BulkRemoveInfoSectionsFromProductsRequest as BulkRemoveInfoSectionsFromProductsRequest, type index_d$5_BulkRemoveInfoSectionsFromProductsResponse as BulkRemoveInfoSectionsFromProductsResponse, type index_d$5_BulkRemoveProductsFromCategoriesByFilterOptions as BulkRemoveProductsFromCategoriesByFilterOptions, type index_d$5_BulkRemoveProductsFromCategoriesByFilterRequest as BulkRemoveProductsFromCategoriesByFilterRequest, type index_d$5_BulkRemoveProductsFromCategoriesByFilterResponse as BulkRemoveProductsFromCategoriesByFilterResponse, type index_d$5_BulkRemoveProductsFromCategoriesByFilterResponseNonNullableFields as BulkRemoveProductsFromCategoriesByFilterResponseNonNullableFields, type index_d$5_BulkUpdateProductVariantsByFilterOptions as BulkUpdateProductVariantsByFilterOptions, type index_d$5_BulkUpdateProductVariantsByFilterRequest as BulkUpdateProductVariantsByFilterRequest, type index_d$5_BulkUpdateProductVariantsByFilterResponse as BulkUpdateProductVariantsByFilterResponse, type index_d$5_BulkUpdateProductVariantsByFilterResponseNonNullableFields as BulkUpdateProductVariantsByFilterResponseNonNullableFields, type index_d$5_BulkUpdateProductsByFilterRequest as BulkUpdateProductsByFilterRequest, type index_d$5_BulkUpdateProductsByFilterResponse as BulkUpdateProductsByFilterResponse, type index_d$5_BulkUpdateProductsRequest as BulkUpdateProductsRequest, type index_d$5_BulkUpdateProductsResponse as BulkUpdateProductsResponse, type index_d$5_BulkUpdateProductsResponseNonNullableFields as BulkUpdateProductsResponseNonNullableFields, type index_d$5_BulkUpdateProductsWithInventoryOptions as BulkUpdateProductsWithInventoryOptions, type index_d$5_BulkUpdateProductsWithInventoryRequest as BulkUpdateProductsWithInventoryRequest, type index_d$5_BulkUpdateProductsWithInventoryResponse as BulkUpdateProductsWithInventoryResponse, type index_d$5_BulkUpdateProductsWithInventoryResponseNonNullableFields as BulkUpdateProductsWithInventoryResponseNonNullableFields, type index_d$5_BulkUpdateVariantsByFilterRequest as BulkUpdateVariantsByFilterRequest, type index_d$5_BulkUpdateVariantsByFilterResponse as BulkUpdateVariantsByFilterResponse, type index_d$5_BulletedListData as BulletedListData, type index_d$5_ButtonData as ButtonData, type index_d$5_CatalogBulkAddInfoSectionsToProductsByFilterOptions as CatalogBulkAddInfoSectionsToProductsByFilterOptions, type index_d$5_CatalogBulkAddInfoSectionsToProductsOptions as CatalogBulkAddInfoSectionsToProductsOptions, type index_d$5_CatalogBulkCreateProductsOptions as CatalogBulkCreateProductsOptions, type index_d$5_CatalogBulkDeleteProductsByFilterOptions as CatalogBulkDeleteProductsByFilterOptions, type index_d$5_CatalogBulkRemoveInfoSectionsFromProductsByFilterOptions as CatalogBulkRemoveInfoSectionsFromProductsByFilterOptions, type index_d$5_CatalogBulkRemoveInfoSectionsFromProductsOptions as CatalogBulkRemoveInfoSectionsFromProductsOptions, type index_d$5_CatalogBulkUpdateProductsByFilterOptions as CatalogBulkUpdateProductsByFilterOptions, type index_d$5_CatalogBulkUpdateProductsOptions as CatalogBulkUpdateProductsOptions, type index_d$5_CatalogCountProductsOptions as CatalogCountProductsOptions, type index_d$5_CatalogCreateProductOptions as CatalogCreateProductOptions, type index_d$5_CatalogGetProductBySlugOptions as CatalogGetProductBySlugOptions, type index_d$5_CatalogGetProductOptions as CatalogGetProductOptions, type index_d$5_CatalogSearchProductsOptions as CatalogSearchProductsOptions, type index_d$5_CatalogUpdateExtendedFieldsOptions as CatalogUpdateExtendedFieldsOptions, type index_d$5_CatalogUpdateProduct as CatalogUpdateProduct, type index_d$5_CatalogUpdateProductOptions as CatalogUpdateProductOptions, type index_d$5_CatalogV3BulkProductResult as CatalogV3BulkProductResult, type index_d$5_CategoryMoved as CategoryMoved, type index_d$5_CellStyle as CellStyle, index_d$5_ChoiceType as ChoiceType, type index_d$5_ChoicesSettings as ChoicesSettings, type index_d$5_CodeBlockData as CodeBlockData, type index_d$5_CollapsibleListData as CollapsibleListData, type index_d$5_ColorData as ColorData, type index_d$5_Colors as Colors, type index_d$5_CommonAggregation as CommonAggregation, type index_d$5_CommonAggregationData as CommonAggregationData, type index_d$5_CommonAggregationDateHistogramAggregation as CommonAggregationDateHistogramAggregation, type index_d$5_CommonAggregationKindOneOf as CommonAggregationKindOneOf, type index_d$5_CommonAggregationNestedAggregation as CommonAggregationNestedAggregation, type index_d$5_CommonAggregationRangeAggregation as CommonAggregationRangeAggregation, type index_d$5_CommonAggregationScalarAggregation as CommonAggregationScalarAggregation, index_d$5_CommonAggregationType as CommonAggregationType, type index_d$5_CommonAggregationValueAggregation as CommonAggregationValueAggregation, type index_d$5_CommonAggregationValueAggregationOptionsOneOf as CommonAggregationValueAggregationOptionsOneOf, type index_d$5_CommonBulkActionMetadata as CommonBulkActionMetadata, type index_d$5_CommonCursorPaging as CommonCursorPaging, type index_d$5_CommonCursorPagingMetadata as CommonCursorPagingMetadata, type index_d$5_CommonCursorQuery as CommonCursorQuery, type index_d$5_CommonCursorQueryPagingMethodOneOf as CommonCursorQueryPagingMethodOneOf, type index_d$5_CommonCursorSearch as CommonCursorSearch, type index_d$5_CommonCursorSearchPagingMethodOneOf as CommonCursorSearchPagingMethodOneOf, type index_d$5_CommonCursors as CommonCursors, type index_d$5_CommonItemMetadata as CommonItemMetadata, index_d$5_CommonScalarType as CommonScalarType, type index_d$5_CommonSearchDetails as CommonSearchDetails, index_d$5_CommonSearchDetailsMode as CommonSearchDetailsMode, index_d$5_CommonSortOrder as CommonSortOrder, type index_d$5_CommonSorting as CommonSorting, type index_d$5_ConnectedModifier as ConnectedModifier, type index_d$5_ConnectedModifierChoice as ConnectedModifierChoice, type index_d$5_ConnectedModifierChoiceValueOneOf as ConnectedModifierChoiceValueOneOf, type index_d$5_ConnectedModifierModifierSettingsOneOf as ConnectedModifierModifierSettingsOneOf, type index_d$5_ConnectedOption as ConnectedOption, type index_d$5_ConnectedOptionChoice as ConnectedOptionChoice, type index_d$5_ConnectedOptionChoiceValueOneOf as ConnectedOptionChoiceValueOneOf, type index_d$5_ConnectedOptionOptionSettingsOneOf as ConnectedOptionOptionSettingsOneOf, type index_d$5_CountProductsRequest as CountProductsRequest, type index_d$5_CountProductsResponse as CountProductsResponse, type index_d$5_CreateProductRequest as CreateProductRequest, type index_d$5_CreateProductResponse as CreateProductResponse, type index_d$5_CreateProductResponseNonNullableFields as CreateProductResponseNonNullableFields, type index_d$5_CreateProductWithInventoryOptions as CreateProductWithInventoryOptions, type index_d$5_CreateProductWithInventoryRequest as CreateProductWithInventoryRequest, type index_d$5_CreateProductWithInventoryResponse as CreateProductWithInventoryResponse, type index_d$5_CreateProductWithInventoryResponseNonNullableFields as CreateProductWithInventoryResponseNonNullableFields, index_d$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 index_d$5_CursorSearch as CursorSearch, type index_d$5_CursorSearchPagingMethodOneOf as CursorSearchPagingMethodOneOf, type Cursors$2 as Cursors, type index_d$5_DateHistogramAggregation as DateHistogramAggregation, index_d$5_DateHistogramAggregationInterval as DateHistogramAggregationInterval, type index_d$5_DateHistogramResult as DateHistogramResult, type index_d$5_DateHistogramResults as DateHistogramResults, type index_d$5_DateHistogramResultsDateHistogramResult as DateHistogramResultsDateHistogramResult, type index_d$5_Decoration as Decoration, type index_d$5_DecorationDataOneOf as DecorationDataOneOf, index_d$5_DecorationType as DecorationType, type index_d$5_DeleteByFilterOperation as DeleteByFilterOperation, type index_d$5_DeleteByIdsOperation as DeleteByIdsOperation, type index_d$5_DeleteProductRequest as DeleteProductRequest, type index_d$5_DeleteProductResponse as DeleteProductResponse, type index_d$5_DeprecatedSearchProductsWithOffsetRequest as DeprecatedSearchProductsWithOffsetRequest, type index_d$5_DeprecatedSearchProductsWithOffsetResponse as DeprecatedSearchProductsWithOffsetResponse, type index_d$5_Design as Design, type index_d$5_Dimensions as Dimensions, index_d$5_Direction as Direction, DiscountType$1 as DiscountType, type index_d$5_DividerData as DividerData, type index_d$5_DoNotCallBulkCreateProductsRequest as DoNotCallBulkCreateProductsRequest, type index_d$5_DoNotCallBulkCreateProductsResponse as DoNotCallBulkCreateProductsResponse, type index_d$5_DoNotCallBulkUpdateProductsRequest as DoNotCallBulkUpdateProductsRequest, type index_d$5_DoNotCallBulkUpdateProductsResponse as DoNotCallBulkUpdateProductsResponse, type index_d$5_DoNotCallCreateProductRequest as DoNotCallCreateProductRequest, type index_d$5_DoNotCallCreateProductResponse as DoNotCallCreateProductResponse, type index_d$5_DoNotCallUpdateProductRequest as DoNotCallUpdateProductRequest, type index_d$5_DoNotCallUpdateProductResponse as DoNotCallUpdateProductResponse, type index_d$5_DocumentImage as DocumentImage, type index_d$5_DocumentPayload as DocumentPayload, type index_d$5_DocumentStyle as DocumentStyle, type index_d$5_DocumentUpdateOperation as DocumentUpdateOperation, type DomainEvent$2 as DomainEvent, type DomainEventBodyOneOf$2 as DomainEventBodyOneOf, type index_d$5_EmbedData as EmbedData, type Empty$3 as Empty, type EntityCreatedEvent$2 as EntityCreatedEvent, type EntityDeletedEvent$2 as EntityDeletedEvent, type EntityUpdatedEvent$2 as EntityUpdatedEvent, index_d$5_Enum as Enum, type index_d$5_EventData as EventData, type EventMetadata$1 as EventMetadata, type index_d$5_EventuallyConsistentQueryProductsRequest as EventuallyConsistentQueryProductsRequest, type index_d$5_EventuallyConsistentQueryProductsResponse as EventuallyConsistentQueryProductsResponse, type index_d$5_ExtendedFields as ExtendedFields, type File$2 as File, type index_d$5_FileData as FileData, type index_d$5_FileSource as FileSource, type index_d$5_FileSourceDataOneOf as FileSourceDataOneOf, index_d$5_FileType as FileType, type index_d$5_FixedMonetaryAmount as FixedMonetaryAmount, type index_d$5_FontSizeData as FontSizeData, index_d$5_FontType as FontType, type index_d$5_FreeTextSettings as FreeTextSettings, type index_d$5_GIF as GIF, type index_d$5_GIFData as GIFData, type index_d$5_GalleryData as GalleryData, type index_d$5_GalleryOptions as GalleryOptions, type index_d$5_GetProductBySlugRequest as GetProductBySlugRequest, type index_d$5_GetProductBySlugResponse as GetProductBySlugResponse, type index_d$5_GetProductRequest as GetProductRequest, type index_d$5_GetProductResponse as GetProductResponse, type index_d$5_GetVariantsRequest as GetVariantsRequest, type index_d$5_GetVariantsResponse as GetVariantsResponse, type index_d$5_Gradient as Gradient, type index_d$5_GroupByAggregation as GroupByAggregation, type index_d$5_GroupByAggregationKindOneOf as GroupByAggregationKindOneOf, type index_d$5_GroupByValueResults as GroupByValueResults, type index_d$5_GroupByValueResultsNestedValueAggregationResult as GroupByValueResultsNestedValueAggregationResult, type index_d$5_HTMLData as HTMLData, type index_d$5_HTMLDataDataOneOf as HTMLDataDataOneOf, type index_d$5_HeadingData as HeadingData, type index_d$5_Height as Height, type IdentificationData$4 as IdentificationData, type IdentificationDataIdOneOf$4 as IdentificationDataIdOneOf, type index_d$5_Image as Image, type index_d$5_ImageData as ImageData, type index_d$5_IncludeMissingValuesOptions as IncludeMissingValuesOptions, type index_d$5_IndexDocument as IndexDocument, type index_d$5_InfoSection as InfoSection, index_d$5_InitialExpandedItems as InitialExpandedItems, index_d$5_Interval as Interval, type InvalidateCache$2 as InvalidateCache, type InvalidateCacheGetByOneOf$2 as InvalidateCacheGetByOneOf, type index_d$5_Inventory as Inventory, index_d$5_InventoryAvailabilityStatus as InventoryAvailabilityStatus, type index_d$5_InventoryItem as InventoryItem, type index_d$5_InventoryItemComposite as InventoryItemComposite, type index_d$5_InventoryItemCompositeTrackingMethodOneOf as InventoryItemCompositeTrackingMethodOneOf, type index_d$5_InventoryItemTrackingMethodOneOf as InventoryItemTrackingMethodOneOf, type index_d$5_InventoryStatus as InventoryStatus, type index_d$5_Item as Item, type index_d$5_ItemAddedToCategory as ItemAddedToCategory, type index_d$5_ItemDataOneOf as ItemDataOneOf, type ItemMetadata$1 as ItemMetadata, type index_d$5_ItemReference as ItemReference, type index_d$5_ItemRemovedFromCategory as ItemRemovedFromCategory, type index_d$5_ItemStyle as ItemStyle, type index_d$5_ItemsAddedToCategory as ItemsAddedToCategory, type index_d$5_ItemsArrangedInCategory as ItemsArrangedInCategory, type index_d$5_ItemsRemovedFromCategory as ItemsRemovedFromCategory, type index_d$5_Keyword as Keyword, type index_d$5_Layout as Layout, index_d$5_LayoutType as LayoutType, index_d$5_LineStyle as LineStyle, type index_d$5_Link as Link, type index_d$5_LinkData as LinkData, type index_d$5_LinkDataOneOf as LinkDataOneOf, type index_d$5_LinkPreviewData as LinkPreviewData, type index_d$5_ListValue as ListValue, type index_d$5_MapData as MapData, type index_d$5_MapSettings as MapSettings, index_d$5_MapType as MapType, type index_d$5_MaskedProduct as MaskedProduct, type index_d$5_MaskedProductWithInventory as MaskedProductWithInventory, index_d$5_MeasurementUnit as MeasurementUnit, type index_d$5_Media as Media, type index_d$5_MediaItemsInfo as MediaItemsInfo, type index_d$5_MentionData as MentionData, type MessageEnvelope$4 as MessageEnvelope, type index_d$5_Metadata as Metadata, type index_d$5_MinVariantPriceInfo as MinVariantPriceInfo, index_d$5_MissingValues as MissingValues, index_d$5_Mode as Mode, type index_d$5_ModifierChoicesSettings as ModifierChoicesSettings, index_d$5_ModifierRenderType as ModifierRenderType, type index_d$5_MultipleColors as MultipleColors, type index_d$5_NestedAggregation as NestedAggregation, type index_d$5_NestedAggregationItem as NestedAggregationItem, type index_d$5_NestedAggregationItemKindOneOf as NestedAggregationItemKindOneOf, type index_d$5_NestedAggregationNestedAggregationItem as NestedAggregationNestedAggregationItem, type index_d$5_NestedAggregationNestedAggregationItemKindOneOf as NestedAggregationNestedAggregationItemKindOneOf, index_d$5_NestedAggregationNestedAggregationType as NestedAggregationNestedAggregationType, type index_d$5_NestedAggregationResults as NestedAggregationResults, type index_d$5_NestedAggregationResultsResultOneOf as NestedAggregationResultsResultOneOf, index_d$5_NestedAggregationType as NestedAggregationType, type index_d$5_NestedResultValue as NestedResultValue, type index_d$5_NestedResultValueResultOneOf as NestedResultValueResultOneOf, type index_d$5_NestedResults as NestedResults, type index_d$5_NestedResultsNestedResultValue as NestedResultsNestedResultValue, type index_d$5_NestedResultsNestedResultValueResultOneOf as NestedResultsNestedResultValueResultOneOf, type index_d$5_NestedResultsRangeResult as NestedResultsRangeResult, type index_d$5_NestedResultsResults as NestedResultsResults, type index_d$5_NestedResultsScalarResult as NestedResultsScalarResult, type index_d$5_NestedResultsValueResult as NestedResultsValueResult, type index_d$5_NestedValueAggregationResult as NestedValueAggregationResult, type index_d$5_Node as Node, type index_d$5_NodeDataOneOf as NodeDataOneOf, type index_d$5_NodeStyle as NodeStyle, index_d$5_NodeType as NodeType, index_d$5_NullValue as NullValue, type index_d$5_Oembed as Oembed, type index_d$5_Option as Option, type index_d$5_OptionChoice as OptionChoice, type index_d$5_OptionChoiceIds as OptionChoiceIds, type index_d$5_OptionChoiceNames as OptionChoiceNames, type index_d$5_OptionChoiceReferences as OptionChoiceReferences, type index_d$5_OptionDesign as OptionDesign, type index_d$5_OptionLayout as OptionLayout, type index_d$5_OrderedListData as OrderedListData, index_d$5_Orientation as Orientation, type index_d$5_PDFSettings as PDFSettings, type Page$2 as Page, type PagingMetadata$2 as PagingMetadata, type index_d$5_ParagraphData as ParagraphData, type index_d$5_ParentCategory as ParentCategory, type index_d$5_Permissions as Permissions, type index_d$5_PhysicalProperties as PhysicalProperties, type index_d$5_PlatformOffsetSearch as PlatformOffsetSearch, type index_d$5_PlatformOffsetSearchPagingMethodOneOf as PlatformOffsetSearchPagingMethodOneOf, type index_d$5_PlatformPaging as PlatformPaging, type index_d$5_PlaybackOptions as PlaybackOptions, type index_d$5_PluginContainerData as PluginContainerData, index_d$5_PluginContainerDataAlignment as PluginContainerDataAlignment, type index_d$5_PluginContainerDataWidth as PluginContainerDataWidth, type index_d$5_PluginContainerDataWidthDataOneOf as PluginContainerDataWidthDataOneOf, type index_d$5_Poll as Poll, type index_d$5_PollData as PollData, type index_d$5_PollDataLayout as PollDataLayout, type index_d$5_PollDesign as PollDesign, type index_d$5_PollLayout as PollLayout, index_d$5_PollLayoutDirection as PollLayoutDirection, index_d$5_PollLayoutType as PollLayoutType, type index_d$5_PollSettings as PollSettings, type PreorderInfo$1 as PreorderInfo, index_d$5_PreorderStatus as PreorderStatus, type index_d$5_PriceInfo as PriceInfo, type index_d$5_PricePerUnit as PricePerUnit, type index_d$5_PricePerUnitRange as PricePerUnitRange, type index_d$5_PricePerUnitRangePricePerUnit as PricePerUnitRangePricePerUnit, type index_d$5_PricePerUnitSettings as PricePerUnitSettings, type index_d$5_PriceRange as PriceRange, type index_d$5_Product as Product, type index_d$5_ProductCategoriesInfo as ProductCategoriesInfo, type index_d$5_ProductCategory as ProductCategory, type index_d$5_ProductCreatedEnvelope as ProductCreatedEnvelope, type index_d$5_ProductDeletedEnvelope as ProductDeletedEnvelope, type index_d$5_ProductIdWithRevision as ProductIdWithRevision, type index_d$5_ProductMedia as ProductMedia, type index_d$5_ProductMediaMediaOneOf as ProductMediaMediaOneOf, type index_d$5_ProductMediaSetByOneOf as ProductMediaSetByOneOf, index_d$5_ProductOptionRenderType as ProductOptionRenderType, index_d$5_ProductType as ProductType, type index_d$5_ProductUpdatedEnvelope as ProductUpdatedEnvelope, type index_d$5_ProductVariantAddedEnvelope as ProductVariantAddedEnvelope, type index_d$5_ProductVariantIds as ProductVariantIds, type index_d$5_ProductVariantRemovedEnvelope as ProductVariantRemovedEnvelope, type index_d$5_ProductVariantUpdatedEnvelope as ProductVariantUpdatedEnvelope, type index_d$5_ProductVariants as ProductVariants, type index_d$5_ProductWithInventory as ProductWithInventory, type index_d$5_ProductWithInventoryTypedPropertiesOneOf as ProductWithInventoryTypedPropertiesOneOf, type index_d$5_ProductsQueryBuilder as ProductsQueryBuilder, type index_d$5_ProductsQueryResult as ProductsQueryResult, type index_d$5_QueryProductsOptions as QueryProductsOptions, type index_d$5_QueryProductsRequest as QueryProductsRequest, type index_d$5_QueryProductsResponse as QueryProductsResponse, type index_d$5_RangeAggregation as RangeAggregation, type index_d$5_RangeAggregationRangeBucket as RangeAggregationRangeBucket, type index_d$5_RangeAggregationResult as RangeAggregationResult, type index_d$5_RangeBucket as RangeBucket, type index_d$5_RangeResult as RangeResult, type index_d$5_RangeResults as RangeResults, type index_d$5_RangeResultsRangeAggregationResult as RangeResultsRangeAggregationResult, type index_d$5_Rel as Rel, RequestedFields$1 as RequestedFields, type RestoreInfo$2 as RestoreInfo, type index_d$5_Results as Results, type index_d$5_RevenueDetails as RevenueDetails, type Ribbon$1 as Ribbon, type index_d$5_RichContent as RichContent, index_d$5_RoundingStrategy as RoundingStrategy, type index_d$5_ScalarAggregation as ScalarAggregation, type index_d$5_ScalarResult as ScalarResult, index_d$5_ScalarType as ScalarType, type index_d$5_SearchDetails as SearchDetails, index_d$5_SearchDetailsMode as SearchDetailsMode, type index_d$5_SearchIndexingNotification as SearchIndexingNotification, type index_d$5_SearchProductsRequest as SearchProductsRequest, type index_d$5_SearchProductsResponse as SearchProductsResponse, type index_d$5_SecuredMedia as SecuredMedia, type index_d$5_SeoSchema as SeoSchema, type index_d$5_Settings as Settings, index_d$5_SingleEntityOpsRequestedFields as SingleEntityOpsRequestedFields, index_d$5_SortDirection as SortDirection, SortOrder$2 as SortOrder, index_d$5_SortType as SortType, type Sorting$2 as Sorting, index_d$5_Source as Source, type index_d$5_Spoiler as Spoiler, type index_d$5_SpoilerData as SpoilerData, State$1 as State, type index_d$5_Styles as Styles, type index_d$5_Subscription as Subscription, type index_d$5_SubscriptionCyclesOneOf as SubscriptionCyclesOneOf, type index_d$5_SubscriptionDetails as SubscriptionDetails, type index_d$5_SubscriptionDiscount as SubscriptionDiscount, type index_d$5_SubscriptionDiscountDiscountOneOf as SubscriptionDiscountDiscountOneOf, SubscriptionFrequency$1 as SubscriptionFrequency, type index_d$5_SubscriptionPrice as SubscriptionPrice, type index_d$5_SubscriptionPricePerUnit as SubscriptionPricePerUnit, type index_d$5_SubscriptionPricesInfo as SubscriptionPricesInfo, type index_d$5_TableCellData as TableCellData, type index_d$5_TableData as TableData, type index_d$5_Tag as Tag, index_d$5_Target as Target, index_d$5_TextAlignment as TextAlignment, type index_d$5_TextData as TextData, type index_d$5_TextNodeStyle as TextNodeStyle, type index_d$5_TextStyle as TextStyle, type index_d$5_Thumbnails as Thumbnails, index_d$5_ThumbnailsAlignment as ThumbnailsAlignment, type index_d$5_TreeReference as TreeReference, index_d$5_Type as Type, type URI$2 as URI, type index_d$5_UnsignedAdjustValue as UnsignedAdjustValue, type index_d$5_UnsignedAdjustValueAdjustValueOneOf as UnsignedAdjustValueAdjustValueOneOf, type index_d$5_UnsupportedFieldMasks as UnsupportedFieldMasks, type index_d$5_UpdateByFilterOperation as UpdateByFilterOperation, type index_d$5_UpdateDocumentsEvent as UpdateDocumentsEvent, type index_d$5_UpdateDocumentsEventOperationOneOf as UpdateDocumentsEventOperationOneOf, type index_d$5_UpdateExistingOperation as UpdateExistingOperation, type index_d$5_UpdateExtendedFieldsRequest as UpdateExtendedFieldsRequest, type index_d$5_UpdateExtendedFieldsResponse as UpdateExtendedFieldsResponse, type index_d$5_UpdateProductRequest as UpdateProductRequest, type index_d$5_UpdateProductResponse as UpdateProductResponse, type index_d$5_UpdateProductResponseNonNullableFields as UpdateProductResponseNonNullableFields, type index_d$5_UpdateProductWithInventoryOptions as UpdateProductWithInventoryOptions, type index_d$5_UpdateProductWithInventoryProduct as UpdateProductWithInventoryProduct, type index_d$5_UpdateProductWithInventoryRequest as UpdateProductWithInventoryRequest, type index_d$5_UpdateProductWithInventoryResponse as UpdateProductWithInventoryResponse, type index_d$5_UpdateProductWithInventoryResponseNonNullableFields as UpdateProductWithInventoryResponseNonNullableFields, type index_d$5_V1Media as V1Media, type index_d$5_V3AdjustValue as V3AdjustValue, type index_d$5_V3AdjustValueAdjustValueOneOf as V3AdjustValueAdjustValueOneOf, type index_d$5_V3BulkAddInfoSectionsToProductsByFilterRequest as V3BulkAddInfoSectionsToProductsByFilterRequest, type index_d$5_V3BulkAddInfoSectionsToProductsByFilterResponse as V3BulkAddInfoSectionsToProductsByFilterResponse, type index_d$5_V3BulkAddInfoSectionsToProductsByFilterResponseNonNullableFields as V3BulkAddInfoSectionsToProductsByFilterResponseNonNullableFields, type index_d$5_V3BulkAddInfoSectionsToProductsRequest as V3BulkAddInfoSectionsToProductsRequest, type index_d$5_V3BulkAddInfoSectionsToProductsResponse as V3BulkAddInfoSectionsToProductsResponse, type index_d$5_V3BulkAddInfoSectionsToProductsResponseNonNullableFields as V3BulkAddInfoSectionsToProductsResponseNonNullableFields, type index_d$5_V3BulkDeleteProductsByFilterRequest as V3BulkDeleteProductsByFilterRequest, type index_d$5_V3BulkDeleteProductsByFilterResponse as V3BulkDeleteProductsByFilterResponse, type index_d$5_V3BulkDeleteProductsByFilterResponseNonNullableFields as V3BulkDeleteProductsByFilterResponseNonNullableFields, type index_d$5_V3BulkDeleteProductsRequest as V3BulkDeleteProductsRequest, type index_d$5_V3BulkDeleteProductsResponse as V3BulkDeleteProductsResponse, type index_d$5_V3BulkDeleteProductsResponseNonNullableFields as V3BulkDeleteProductsResponseNonNullableFields, type index_d$5_V3BulkProductResult as V3BulkProductResult, type index_d$5_V3BulkRemoveInfoSectionsFromProductsByFilterRequest as V3BulkRemoveInfoSectionsFromProductsByFilterRequest, type index_d$5_V3BulkRemoveInfoSectionsFromProductsByFilterResponse as V3BulkRemoveInfoSectionsFromProductsByFilterResponse, type index_d$5_V3BulkRemoveInfoSectionsFromProductsByFilterResponseNonNullableFields as V3BulkRemoveInfoSectionsFromProductsByFilterResponseNonNullableFields, type index_d$5_V3BulkRemoveInfoSectionsFromProductsRequest as V3BulkRemoveInfoSectionsFromProductsRequest, type index_d$5_V3BulkRemoveInfoSectionsFromProductsResponse as V3BulkRemoveInfoSectionsFromProductsResponse, type index_d$5_V3BulkRemoveInfoSectionsFromProductsResponseNonNullableFields as V3BulkRemoveInfoSectionsFromProductsResponseNonNullableFields, type index_d$5_V3BulkUpdateProductsByFilterRequest as V3BulkUpdateProductsByFilterRequest, type index_d$5_V3BulkUpdateProductsByFilterResponse as V3BulkUpdateProductsByFilterResponse, type index_d$5_V3BulkUpdateProductsByFilterResponseNonNullableFields as V3BulkUpdateProductsByFilterResponseNonNullableFields, type index_d$5_V3CountProductsRequest as V3CountProductsRequest, type index_d$5_V3CountProductsResponse as V3CountProductsResponse, type index_d$5_V3CountProductsResponseNonNullableFields as V3CountProductsResponseNonNullableFields, type index_d$5_V3DeleteProductRequest as V3DeleteProductRequest, type index_d$5_V3DeleteProductResponse as V3DeleteProductResponse, type index_d$5_V3GetProductBySlugRequest as V3GetProductBySlugRequest, type index_d$5_V3GetProductBySlugResponse as V3GetProductBySlugResponse, type index_d$5_V3GetProductBySlugResponseNonNullableFields as V3GetProductBySlugResponseNonNullableFields, type index_d$5_V3GetProductRequest as V3GetProductRequest, type index_d$5_V3GetProductResponse as V3GetProductResponse, type index_d$5_V3GetProductResponseNonNullableFields as V3GetProductResponseNonNullableFields, type index_d$5_V3MaskedProduct as V3MaskedProduct, type index_d$5_V3OptionChoiceIds as V3OptionChoiceIds, type index_d$5_V3OptionChoiceNames as V3OptionChoiceNames, type index_d$5_V3Product as V3Product, type index_d$5_V3ProductIdWithRevision as V3ProductIdWithRevision, type index_d$5_V3ProductNonNullableFields as V3ProductNonNullableFields, type index_d$5_V3ProductTypedPropertiesOneOf as V3ProductTypedPropertiesOneOf, type index_d$5_V3QueryProductsRequest as V3QueryProductsRequest, type index_d$5_V3QueryProductsResponse as V3QueryProductsResponse, type index_d$5_V3QueryProductsResponseNonNullableFields as V3QueryProductsResponseNonNullableFields, type index_d$5_V3SearchProductsRequest as V3SearchProductsRequest, type index_d$5_V3SearchProductsResponse as V3SearchProductsResponse, type index_d$5_V3SearchProductsResponseNonNullableFields as V3SearchProductsResponseNonNullableFields, type index_d$5_V3UnsignedAdjustValue as V3UnsignedAdjustValue, type index_d$5_V3UnsignedAdjustValueAdjustValueOneOf as V3UnsignedAdjustValueAdjustValueOneOf, type index_d$5_V3UpdateExtendedFieldsRequest as V3UpdateExtendedFieldsRequest, type index_d$5_V3UpdateExtendedFieldsResponse as V3UpdateExtendedFieldsResponse, type index_d$5_V3UpdateExtendedFieldsResponseNonNullableFields as V3UpdateExtendedFieldsResponseNonNullableFields, type index_d$5_V3VariantsInfo as V3VariantsInfo, type index_d$5_ValueAggregation as ValueAggregation, type index_d$5_ValueAggregationIncludeMissingValuesOptions as ValueAggregationIncludeMissingValuesOptions, index_d$5_ValueAggregationMissingValues as ValueAggregationMissingValues, type index_d$5_ValueAggregationOptionsOneOf as ValueAggregationOptionsOneOf, type index_d$5_ValueAggregationResult as ValueAggregationResult, index_d$5_ValueAggregationSortDirection as ValueAggregationSortDirection, index_d$5_ValueAggregationSortType as ValueAggregationSortType, type index_d$5_ValueResult as ValueResult, type index_d$5_ValueResults as ValueResults, type index_d$5_ValueResultsValueAggregationResult as ValueResultsValueAggregationResult, type index_d$5_Variant as Variant, type index_d$5_VariantAdded as VariantAdded, type index_d$5_VariantDigitalProperties as VariantDigitalProperties, type index_d$5_VariantNotAlignedWithProduct as VariantNotAlignedWithProduct, type index_d$5_VariantPhysicalProperties as VariantPhysicalProperties, type index_d$5_VariantRemoved as VariantRemoved, type index_d$5_VariantSummary as VariantSummary, type index_d$5_VariantTypedPropertiesOneOf as VariantTypedPropertiesOneOf, type index_d$5_VariantUpdated as VariantUpdated, type index_d$5_VariantWithInventory as VariantWithInventory, type index_d$5_VariantWithInventoryTypedPropertiesOneOf as VariantWithInventoryTypedPropertiesOneOf, type index_d$5_VariantsInfo as VariantsInfo, type index_d$5_VariantsNotAlignedWithProduct as VariantsNotAlignedWithProduct, index_d$5_VerticalAlignment as VerticalAlignment, type index_d$5_Video as Video, type index_d$5_VideoData as VideoData, type index_d$5_VideoResolution as VideoResolution, index_d$5_ViewMode as ViewMode, index_d$5_ViewRole as ViewRole, index_d$5_VoteRole as VoteRole, WebhookIdentityType$4 as WebhookIdentityType, type index_d$5_WeightMeasurementUnitInfo as WeightMeasurementUnitInfo, type index_d$5_WeightRange as WeightRange, index_d$5_WeightUnit as WeightUnit, index_d$5_Width as Width, index_d$5_WidthType as WidthType, type index_d$5_WixCommonAggregation as WixCommonAggregation, type index_d$5_WixCommonAggregationKindOneOf as WixCommonAggregationKindOneOf, index_d$5_WixCommonAggregationType as WixCommonAggregationType, type index_d$5_WixCommonItemMetadata as WixCommonItemMetadata, index_d$5_WixCommonScalarType as WixCommonScalarType, type index_d$5_WixCommonSearchDetails as WixCommonSearchDetails, index_d$5_WixCommonSortOrder as WixCommonSortOrder, type index_d$5_WixCommonSorting as WixCommonSorting, index_d$5_bulkAddProductsToCategoriesByFilter as bulkAddProductsToCategoriesByFilter, index_d$5_bulkAdjustProductVariantsByFilter as bulkAdjustProductVariantsByFilter, index_d$5_bulkCreateProductsWithInventory as bulkCreateProductsWithInventory, index_d$5_bulkRemoveProductsFromCategoriesByFilter as bulkRemoveProductsFromCategoriesByFilter, index_d$5_bulkUpdateProductVariantsByFilter as bulkUpdateProductVariantsByFilter, index_d$5_bulkUpdateProductsWithInventory as bulkUpdateProductsWithInventory, index_d$5_catalogBulkAddInfoSectionsToProducts as catalogBulkAddInfoSectionsToProducts, index_d$5_catalogBulkAddInfoSectionsToProductsByFilter as catalogBulkAddInfoSectionsToProductsByFilter, index_d$5_catalogBulkCreateProducts as catalogBulkCreateProducts, index_d$5_catalogBulkDeleteProducts as catalogBulkDeleteProducts, index_d$5_catalogBulkDeleteProductsByFilter as catalogBulkDeleteProductsByFilter, index_d$5_catalogBulkRemoveInfoSectionsFromProducts as catalogBulkRemoveInfoSectionsFromProducts, index_d$5_catalogBulkRemoveInfoSectionsFromProductsByFilter as catalogBulkRemoveInfoSectionsFromProductsByFilter, index_d$5_catalogBulkUpdateProducts as catalogBulkUpdateProducts, index_d$5_catalogBulkUpdateProductsByFilter as catalogBulkUpdateProductsByFilter, index_d$5_catalogCountProducts as catalogCountProducts, index_d$5_catalogCreateProduct as catalogCreateProduct, index_d$5_catalogDeleteProduct as catalogDeleteProduct, index_d$5_catalogGetProduct as catalogGetProduct, index_d$5_catalogGetProductBySlug as catalogGetProductBySlug, index_d$5_catalogQueryProducts as catalogQueryProducts, index_d$5_catalogSearchProducts as catalogSearchProducts, index_d$5_catalogUpdateExtendedFields as catalogUpdateExtendedFields, index_d$5_catalogUpdateProduct as catalogUpdateProduct, index_d$5_createProductWithInventory as createProductWithInventory, index_d$5_onProductCreated as onProductCreated, index_d$5_onProductDeleted as onProductDeleted, index_d$5_onProductUpdated as onProductUpdated, index_d$5_onProductVariantAdded as onProductVariantAdded, index_d$5_onProductVariantRemoved as onProductVariantRemoved, index_d$5_onProductVariantUpdated as onProductVariantUpdated, type index_d$5_publicBulkAddProductsToCategoriesByFilter_Type as publicBulkAddProductsToCategoriesByFilter_Type, type index_d$5_publicBulkAdjustProductVariantsByFilter_Type as publicBulkAdjustProductVariantsByFilter_Type, type index_d$5_publicBulkCreateProductsWithInventory_Type as publicBulkCreateProductsWithInventory_Type, type index_d$5_publicBulkRemoveProductsFromCategoriesByFilter_Type as publicBulkRemoveProductsFromCategoriesByFilter_Type, type index_d$5_publicBulkUpdateProductVariantsByFilter_Type as publicBulkUpdateProductVariantsByFilter_Type, type index_d$5_publicBulkUpdateProductsWithInventory_Type as publicBulkUpdateProductsWithInventory_Type, type index_d$5_publicCatalogBulkAddInfoSectionsToProductsByFilter_Type as publicCatalogBulkAddInfoSectionsToProductsByFilter_Type, type index_d$5_publicCatalogBulkAddInfoSectionsToProducts_Type as publicCatalogBulkAddInfoSectionsToProducts_Type, type index_d$5_publicCatalogBulkCreateProducts_Type as publicCatalogBulkCreateProducts_Type, type index_d$5_publicCatalogBulkDeleteProductsByFilter_Type as publicCatalogBulkDeleteProductsByFilter_Type, type index_d$5_publicCatalogBulkDeleteProducts_Type as publicCatalogBulkDeleteProducts_Type, type index_d$5_publicCatalogBulkRemoveInfoSectionsFromProductsByFilter_Type as publicCatalogBulkRemoveInfoSectionsFromProductsByFilter_Type, type index_d$5_publicCatalogBulkRemoveInfoSectionsFromProducts_Type as publicCatalogBulkRemoveInfoSectionsFromProducts_Type, type index_d$5_publicCatalogBulkUpdateProductsByFilter_Type as publicCatalogBulkUpdateProductsByFilter_Type, type index_d$5_publicCatalogBulkUpdateProducts_Type as publicCatalogBulkUpdateProducts_Type, type index_d$5_publicCatalogCountProducts_Type as publicCatalogCountProducts_Type, type index_d$5_publicCatalogCreateProduct_Type as publicCatalogCreateProduct_Type, type index_d$5_publicCatalogDeleteProduct_Type as publicCatalogDeleteProduct_Type, type index_d$5_publicCatalogGetProductBySlug_Type as publicCatalogGetProductBySlug_Type, type index_d$5_publicCatalogGetProduct_Type as publicCatalogGetProduct_Type, type index_d$5_publicCatalogQueryProducts_Type as publicCatalogQueryProducts_Type, type index_d$5_publicCatalogSearchProducts_Type as publicCatalogSearchProducts_Type, type index_d$5_publicCatalogUpdateExtendedFields_Type as publicCatalogUpdateExtendedFields_Type, type index_d$5_publicCatalogUpdateProduct_Type as publicCatalogUpdateProduct_Type, type index_d$5_publicCreateProductWithInventory_Type as publicCreateProductWithInventory_Type, onProductCreated$1 as publicOnProductCreated, type index_d$5_publicOnProductCreated_Type as publicOnProductCreated_Type, onProductDeleted$1 as publicOnProductDeleted, type index_d$5_publicOnProductDeleted_Type as publicOnProductDeleted_Type, onProductUpdated$1 as publicOnProductUpdated, type index_d$5_publicOnProductUpdated_Type as publicOnProductUpdated_Type, onProductVariantAdded$1 as publicOnProductVariantAdded, type index_d$5_publicOnProductVariantAdded_Type as publicOnProductVariantAdded_Type, onProductVariantRemoved$1 as publicOnProductVariantRemoved, type index_d$5_publicOnProductVariantRemoved_Type as publicOnProductVariantRemoved_Type, onProductVariantUpdated$1 as publicOnProductVariantUpdated, type index_d$5_publicOnProductVariantUpdated_Type as publicOnProductVariantUpdated_Type, type index_d$5_publicUpdateProductWithInventory_Type as publicUpdateProductWithInventory_Type, index_d$5_updateProductWithInventory as updateProductWithInventory };
16172
+ export { type ActionEvent$2 as ActionEvent, type index_d$5_AdjustValue as AdjustValue, type index_d$5_AdjustValueAdjustValueOneOf as AdjustValueAdjustValueOneOf, type index_d$5_Aggregation as Aggregation, type index_d$5_AggregationData as AggregationData, type index_d$5_AggregationDataAggregationResults as AggregationDataAggregationResults, type index_d$5_AggregationDataAggregationResultsResultOneOf as AggregationDataAggregationResultsResultOneOf, type index_d$5_AggregationDataAggregationResultsScalarResult as AggregationDataAggregationResultsScalarResult, type index_d$5_AggregationDateHistogramAggregation as AggregationDateHistogramAggregation, index_d$5_AggregationDateHistogramAggregationInterval as AggregationDateHistogramAggregationInterval, type index_d$5_AggregationKindOneOf as AggregationKindOneOf, type index_d$5_AggregationNestedAggregation as AggregationNestedAggregation, type index_d$5_AggregationNestedAggregationNestedAggregationItem as AggregationNestedAggregationNestedAggregationItem, type index_d$5_AggregationNestedAggregationNestedAggregationItemKindOneOf as AggregationNestedAggregationNestedAggregationItemKindOneOf, index_d$5_AggregationNestedAggregationNestedAggregationType as AggregationNestedAggregationNestedAggregationType, type index_d$5_AggregationRangeAggregation as AggregationRangeAggregation, type index_d$5_AggregationRangeAggregationRangeBucket as AggregationRangeAggregationRangeBucket, type index_d$5_AggregationResults as AggregationResults, type index_d$5_AggregationResultsDateHistogramResults as AggregationResultsDateHistogramResults, type index_d$5_AggregationResultsGroupByValueResults as AggregationResultsGroupByValueResults, type index_d$5_AggregationResultsNestedAggregationResults as AggregationResultsNestedAggregationResults, type index_d$5_AggregationResultsNestedAggregationResultsResultOneOf as AggregationResultsNestedAggregationResultsResultOneOf, type index_d$5_AggregationResultsNestedResults as AggregationResultsNestedResults, type index_d$5_AggregationResultsRangeResults as AggregationResultsRangeResults, type index_d$5_AggregationResultsResultOneOf as AggregationResultsResultOneOf, type index_d$5_AggregationResultsScalarResult as AggregationResultsScalarResult, type index_d$5_AggregationResultsValueResults as AggregationResultsValueResults, type index_d$5_AggregationScalarAggregation as AggregationScalarAggregation, index_d$5_AggregationType as AggregationType, type index_d$5_AggregationValueAggregation as AggregationValueAggregation, type index_d$5_AggregationValueAggregationIncludeMissingValuesOptions as AggregationValueAggregationIncludeMissingValuesOptions, index_d$5_AggregationValueAggregationMissingValues as AggregationValueAggregationMissingValues, type index_d$5_AggregationValueAggregationOptionsOneOf as AggregationValueAggregationOptionsOneOf, index_d$5_AggregationValueAggregationSortDirection as AggregationValueAggregationSortDirection, index_d$5_AggregationValueAggregationSortType as AggregationValueAggregationSortType, index_d$5_Alignment as Alignment, type index_d$5_AnchorData as AnchorData, type App$2 as App, type index_d$5_AppEmbedData as AppEmbedData, type index_d$5_AppEmbedDataAppDataOneOf as AppEmbedDataAppDataOneOf, index_d$5_AppType as AppType, type ApplicationError$1 as ApplicationError, type index_d$5_AudioData as AudioData, index_d$5_AvailabilityStatus as AvailabilityStatus, type index_d$5_Background as Background, type index_d$5_BackgroundBackgroundOneOf as BackgroundBackgroundOneOf, index_d$5_BackgroundType as BackgroundType, type BaseEventMetadata$2 as BaseEventMetadata, type index_d$5_BlockquoteData as BlockquoteData, type index_d$5_BookingData as BookingData, type index_d$5_Border as Border, type index_d$5_BorderColors as BorderColors, type index_d$5_Brand as Brand, type index_d$5_BreadCrumb as BreadCrumb, type index_d$5_BreadcrumbsInfo as BreadcrumbsInfo, type BulkActionMetadata$1 as BulkActionMetadata, type index_d$5_BulkAddInfoSectionsToProductsByFilterRequest as BulkAddInfoSectionsToProductsByFilterRequest, type index_d$5_BulkAddInfoSectionsToProductsByFilterResponse as BulkAddInfoSectionsToProductsByFilterResponse, type index_d$5_BulkAddInfoSectionsToProductsRequest as BulkAddInfoSectionsToProductsRequest, type index_d$5_BulkAddInfoSectionsToProductsResponse as BulkAddInfoSectionsToProductsResponse, type index_d$5_BulkAddProductsToCategoriesByFilterOptions as BulkAddProductsToCategoriesByFilterOptions, type index_d$5_BulkAddProductsToCategoriesByFilterRequest as BulkAddProductsToCategoriesByFilterRequest, type index_d$5_BulkAddProductsToCategoriesByFilterResponse as BulkAddProductsToCategoriesByFilterResponse, type index_d$5_BulkAddProductsToCategoriesByFilterResponseNonNullableFields as BulkAddProductsToCategoriesByFilterResponseNonNullableFields, type index_d$5_BulkAdjustProductVariantsByFilterOptions as BulkAdjustProductVariantsByFilterOptions, type index_d$5_BulkAdjustProductVariantsByFilterRequest as BulkAdjustProductVariantsByFilterRequest, index_d$5_BulkAdjustProductVariantsByFilterRequestRoundingStrategy as BulkAdjustProductVariantsByFilterRequestRoundingStrategy, type index_d$5_BulkAdjustProductVariantsByFilterResponse as BulkAdjustProductVariantsByFilterResponse, type index_d$5_BulkAdjustProductVariantsByFilterResponseNonNullableFields as BulkAdjustProductVariantsByFilterResponseNonNullableFields, type index_d$5_BulkAdjustVariantsByFilterRequest as BulkAdjustVariantsByFilterRequest, type index_d$5_BulkAdjustVariantsByFilterResponse as BulkAdjustVariantsByFilterResponse, type index_d$5_BulkCreateProductsRequest as BulkCreateProductsRequest, type index_d$5_BulkCreateProductsResponse as BulkCreateProductsResponse, type index_d$5_BulkCreateProductsResponseNonNullableFields as BulkCreateProductsResponseNonNullableFields, type index_d$5_BulkCreateProductsWithInventoryOptions as BulkCreateProductsWithInventoryOptions, type index_d$5_BulkCreateProductsWithInventoryRequest as BulkCreateProductsWithInventoryRequest, type index_d$5_BulkCreateProductsWithInventoryResponse as BulkCreateProductsWithInventoryResponse, type index_d$5_BulkCreateProductsWithInventoryResponseNonNullableFields as BulkCreateProductsWithInventoryResponseNonNullableFields, type index_d$5_BulkDeleteProductsByFilterRequest as BulkDeleteProductsByFilterRequest, type index_d$5_BulkDeleteProductsByFilterResponse as BulkDeleteProductsByFilterResponse, type index_d$5_BulkDeleteProductsRequest as BulkDeleteProductsRequest, type index_d$5_BulkDeleteProductsResponse as BulkDeleteProductsResponse, type index_d$5_BulkDeleteProductsResponseBulkProductResult as BulkDeleteProductsResponseBulkProductResult, type index_d$5_BulkInventoryItemAction as BulkInventoryItemAction, type index_d$5_BulkInventoryItemResult as BulkInventoryItemResult, type index_d$5_BulkInventoryItemResults as BulkInventoryItemResults, type index_d$5_BulkProductResult as BulkProductResult, type index_d$5_BulkProductResults as BulkProductResults, type index_d$5_BulkRemoveInfoSectionsFromProductsByFilterRequest as BulkRemoveInfoSectionsFromProductsByFilterRequest, type index_d$5_BulkRemoveInfoSectionsFromProductsByFilterResponse as BulkRemoveInfoSectionsFromProductsByFilterResponse, type index_d$5_BulkRemoveInfoSectionsFromProductsRequest as BulkRemoveInfoSectionsFromProductsRequest, type index_d$5_BulkRemoveInfoSectionsFromProductsResponse as BulkRemoveInfoSectionsFromProductsResponse, type index_d$5_BulkRemoveProductsFromCategoriesByFilterOptions as BulkRemoveProductsFromCategoriesByFilterOptions, type index_d$5_BulkRemoveProductsFromCategoriesByFilterRequest as BulkRemoveProductsFromCategoriesByFilterRequest, type index_d$5_BulkRemoveProductsFromCategoriesByFilterResponse as BulkRemoveProductsFromCategoriesByFilterResponse, type index_d$5_BulkRemoveProductsFromCategoriesByFilterResponseNonNullableFields as BulkRemoveProductsFromCategoriesByFilterResponseNonNullableFields, type index_d$5_BulkUpdateProductVariantsByFilterOptions as BulkUpdateProductVariantsByFilterOptions, type index_d$5_BulkUpdateProductVariantsByFilterRequest as BulkUpdateProductVariantsByFilterRequest, type index_d$5_BulkUpdateProductVariantsByFilterResponse as BulkUpdateProductVariantsByFilterResponse, type index_d$5_BulkUpdateProductVariantsByFilterResponseNonNullableFields as BulkUpdateProductVariantsByFilterResponseNonNullableFields, type index_d$5_BulkUpdateProductsByFilterRequest as BulkUpdateProductsByFilterRequest, type index_d$5_BulkUpdateProductsByFilterResponse as BulkUpdateProductsByFilterResponse, type index_d$5_BulkUpdateProductsRequest as BulkUpdateProductsRequest, type index_d$5_BulkUpdateProductsResponse as BulkUpdateProductsResponse, type index_d$5_BulkUpdateProductsResponseNonNullableFields as BulkUpdateProductsResponseNonNullableFields, type index_d$5_BulkUpdateProductsWithInventoryOptions as BulkUpdateProductsWithInventoryOptions, type index_d$5_BulkUpdateProductsWithInventoryRequest as BulkUpdateProductsWithInventoryRequest, type index_d$5_BulkUpdateProductsWithInventoryResponse as BulkUpdateProductsWithInventoryResponse, type index_d$5_BulkUpdateProductsWithInventoryResponseNonNullableFields as BulkUpdateProductsWithInventoryResponseNonNullableFields, type index_d$5_BulkUpdateVariantsByFilterRequest as BulkUpdateVariantsByFilterRequest, type index_d$5_BulkUpdateVariantsByFilterResponse as BulkUpdateVariantsByFilterResponse, type index_d$5_BulletedListData as BulletedListData, type index_d$5_ButtonData as ButtonData, type index_d$5_CatalogBulkAddInfoSectionsToProductsByFilterOptions as CatalogBulkAddInfoSectionsToProductsByFilterOptions, type index_d$5_CatalogBulkAddInfoSectionsToProductsOptions as CatalogBulkAddInfoSectionsToProductsOptions, type index_d$5_CatalogBulkCreateProductsOptions as CatalogBulkCreateProductsOptions, type index_d$5_CatalogBulkDeleteProductsByFilterOptions as CatalogBulkDeleteProductsByFilterOptions, type index_d$5_CatalogBulkRemoveInfoSectionsFromProductsByFilterOptions as CatalogBulkRemoveInfoSectionsFromProductsByFilterOptions, type index_d$5_CatalogBulkRemoveInfoSectionsFromProductsOptions as CatalogBulkRemoveInfoSectionsFromProductsOptions, type index_d$5_CatalogBulkUpdateProductsByFilterOptions as CatalogBulkUpdateProductsByFilterOptions, type index_d$5_CatalogBulkUpdateProductsOptions as CatalogBulkUpdateProductsOptions, type index_d$5_CatalogCountProductsOptions as CatalogCountProductsOptions, type index_d$5_CatalogCreateProductOptions as CatalogCreateProductOptions, type index_d$5_CatalogGetProductBySlugOptions as CatalogGetProductBySlugOptions, type index_d$5_CatalogGetProductOptions as CatalogGetProductOptions, type index_d$5_CatalogSearchProductsOptions as CatalogSearchProductsOptions, type index_d$5_CatalogUpdateExtendedFieldsOptions as CatalogUpdateExtendedFieldsOptions, type index_d$5_CatalogUpdateProduct as CatalogUpdateProduct, type index_d$5_CatalogUpdateProductOptions as CatalogUpdateProductOptions, type index_d$5_CatalogV3BulkProductResult as CatalogV3BulkProductResult, type index_d$5_CategoryMoved as CategoryMoved, type index_d$5_CellStyle as CellStyle, index_d$5_ChoiceType as ChoiceType, type index_d$5_ChoicesSettings as ChoicesSettings, type index_d$5_CodeBlockData as CodeBlockData, type index_d$5_CollapsibleListData as CollapsibleListData, type index_d$5_ColorData as ColorData, type index_d$5_Colors as Colors, type index_d$5_CommonAggregation as CommonAggregation, type index_d$5_CommonAggregationData as CommonAggregationData, type index_d$5_CommonAggregationDateHistogramAggregation as CommonAggregationDateHistogramAggregation, type index_d$5_CommonAggregationKindOneOf as CommonAggregationKindOneOf, type index_d$5_CommonAggregationNestedAggregation as CommonAggregationNestedAggregation, type index_d$5_CommonAggregationRangeAggregation as CommonAggregationRangeAggregation, type index_d$5_CommonAggregationScalarAggregation as CommonAggregationScalarAggregation, index_d$5_CommonAggregationType as CommonAggregationType, type index_d$5_CommonAggregationValueAggregation as CommonAggregationValueAggregation, type index_d$5_CommonAggregationValueAggregationOptionsOneOf as CommonAggregationValueAggregationOptionsOneOf, type index_d$5_CommonBulkActionMetadata as CommonBulkActionMetadata, type index_d$5_CommonCursorPaging as CommonCursorPaging, type index_d$5_CommonCursorPagingMetadata as CommonCursorPagingMetadata, type index_d$5_CommonCursorQuery as CommonCursorQuery, type index_d$5_CommonCursorQueryPagingMethodOneOf as CommonCursorQueryPagingMethodOneOf, type index_d$5_CommonCursorSearch as CommonCursorSearch, type index_d$5_CommonCursorSearchPagingMethodOneOf as CommonCursorSearchPagingMethodOneOf, type index_d$5_CommonCursors as CommonCursors, type index_d$5_CommonItemMetadata as CommonItemMetadata, index_d$5_CommonScalarType as CommonScalarType, type index_d$5_CommonSearchDetails as CommonSearchDetails, index_d$5_CommonSearchDetailsMode as CommonSearchDetailsMode, index_d$5_CommonSortOrder as CommonSortOrder, type index_d$5_CommonSorting as CommonSorting, type index_d$5_ConnectedModifier as ConnectedModifier, type index_d$5_ConnectedModifierChoice as ConnectedModifierChoice, type index_d$5_ConnectedModifierChoiceValueOneOf as ConnectedModifierChoiceValueOneOf, type index_d$5_ConnectedModifierModifierSettingsOneOf as ConnectedModifierModifierSettingsOneOf, type index_d$5_ConnectedOption as ConnectedOption, type index_d$5_ConnectedOptionChoice as ConnectedOptionChoice, type index_d$5_ConnectedOptionChoiceValueOneOf as ConnectedOptionChoiceValueOneOf, type index_d$5_ConnectedOptionOptionSettingsOneOf as ConnectedOptionOptionSettingsOneOf, type index_d$5_CountProductsRequest as CountProductsRequest, type index_d$5_CountProductsResponse as CountProductsResponse, type index_d$5_CreateProductRequest as CreateProductRequest, type index_d$5_CreateProductResponse as CreateProductResponse, type index_d$5_CreateProductResponseNonNullableFields as CreateProductResponseNonNullableFields, type index_d$5_CreateProductWithInventoryOptions as CreateProductWithInventoryOptions, type index_d$5_CreateProductWithInventoryRequest as CreateProductWithInventoryRequest, type index_d$5_CreateProductWithInventoryResponse as CreateProductWithInventoryResponse, type index_d$5_CreateProductWithInventoryResponseNonNullableFields as CreateProductWithInventoryResponseNonNullableFields, index_d$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 index_d$5_CursorSearch as CursorSearch, type index_d$5_CursorSearchPagingMethodOneOf as CursorSearchPagingMethodOneOf, type Cursors$2 as Cursors, type index_d$5_DateHistogramAggregation as DateHistogramAggregation, index_d$5_DateHistogramAggregationInterval as DateHistogramAggregationInterval, type index_d$5_DateHistogramResult as DateHistogramResult, type index_d$5_DateHistogramResults as DateHistogramResults, type index_d$5_DateHistogramResultsDateHistogramResult as DateHistogramResultsDateHistogramResult, type index_d$5_Decoration as Decoration, type index_d$5_DecorationDataOneOf as DecorationDataOneOf, index_d$5_DecorationType as DecorationType, type index_d$5_DeleteByFilterOperation as DeleteByFilterOperation, type index_d$5_DeleteByIdsOperation as DeleteByIdsOperation, type index_d$5_DeleteProductRequest as DeleteProductRequest, type index_d$5_DeleteProductResponse as DeleteProductResponse, type index_d$5_DeprecatedSearchProductsWithOffsetRequest as DeprecatedSearchProductsWithOffsetRequest, type index_d$5_DeprecatedSearchProductsWithOffsetResponse as DeprecatedSearchProductsWithOffsetResponse, type index_d$5_Design as Design, type index_d$5_Dimensions as Dimensions, index_d$5_Direction as Direction, DiscountType$1 as DiscountType, type index_d$5_DividerData as DividerData, type index_d$5_DoNotCallBulkCreateProductsRequest as DoNotCallBulkCreateProductsRequest, type index_d$5_DoNotCallBulkCreateProductsResponse as DoNotCallBulkCreateProductsResponse, type index_d$5_DoNotCallBulkUpdateProductsRequest as DoNotCallBulkUpdateProductsRequest, type index_d$5_DoNotCallBulkUpdateProductsResponse as DoNotCallBulkUpdateProductsResponse, type index_d$5_DoNotCallCreateProductRequest as DoNotCallCreateProductRequest, type index_d$5_DoNotCallCreateProductResponse as DoNotCallCreateProductResponse, type index_d$5_DoNotCallUpdateProductRequest as DoNotCallUpdateProductRequest, type index_d$5_DoNotCallUpdateProductResponse as DoNotCallUpdateProductResponse, type index_d$5_DocumentImage as DocumentImage, type index_d$5_DocumentPayload as DocumentPayload, type index_d$5_DocumentStyle as DocumentStyle, type index_d$5_DocumentUpdateOperation as DocumentUpdateOperation, type DomainEvent$2 as DomainEvent, type DomainEventBodyOneOf$2 as DomainEventBodyOneOf, type index_d$5_EmbedData as EmbedData, type Empty$3 as Empty, type EntityCreatedEvent$2 as EntityCreatedEvent, type EntityDeletedEvent$2 as EntityDeletedEvent, type EntityUpdatedEvent$2 as EntityUpdatedEvent, index_d$5_Enum as Enum, type index_d$5_EventData as EventData, type EventMetadata$1 as EventMetadata, type index_d$5_EventuallyConsistentQueryProductsRequest as EventuallyConsistentQueryProductsRequest, type index_d$5_EventuallyConsistentQueryProductsResponse as EventuallyConsistentQueryProductsResponse, type index_d$5_ExtendedFields as ExtendedFields, type File$2 as File, type index_d$5_FileData as FileData, type index_d$5_FileSource as FileSource, type index_d$5_FileSourceDataOneOf as FileSourceDataOneOf, index_d$5_FileType as FileType, type index_d$5_FixedMonetaryAmount as FixedMonetaryAmount, type index_d$5_FontSizeData as FontSizeData, index_d$5_FontType as FontType, type index_d$5_FreeTextSettings as FreeTextSettings, type index_d$5_GIF as GIF, type index_d$5_GIFData as GIFData, type index_d$5_GalleryData as GalleryData, type index_d$5_GalleryOptions as GalleryOptions, type index_d$5_GetProductBySlugRequest as GetProductBySlugRequest, type index_d$5_GetProductBySlugResponse as GetProductBySlugResponse, type index_d$5_GetProductRequest as GetProductRequest, type index_d$5_GetProductResponse as GetProductResponse, type index_d$5_GetVariantsRequest as GetVariantsRequest, type index_d$5_GetVariantsResponse as GetVariantsResponse, type index_d$5_Gradient as Gradient, type index_d$5_GroupByAggregation as GroupByAggregation, type index_d$5_GroupByAggregationKindOneOf as GroupByAggregationKindOneOf, type index_d$5_GroupByValueResults as GroupByValueResults, type index_d$5_GroupByValueResultsNestedValueAggregationResult as GroupByValueResultsNestedValueAggregationResult, type index_d$5_HTMLData as HTMLData, type index_d$5_HTMLDataDataOneOf as HTMLDataDataOneOf, type index_d$5_HeadingData as HeadingData, type index_d$5_Height as Height, type IdentificationData$4 as IdentificationData, type IdentificationDataIdOneOf$4 as IdentificationDataIdOneOf, type index_d$5_Image as Image, type index_d$5_ImageData as ImageData, type index_d$5_IncludeMissingValuesOptions as IncludeMissingValuesOptions, type index_d$5_IndexDocument as IndexDocument, type index_d$5_InfoSection as InfoSection, index_d$5_InitialExpandedItems as InitialExpandedItems, index_d$5_Interval as Interval, type InvalidateCache$2 as InvalidateCache, type InvalidateCacheGetByOneOf$2 as InvalidateCacheGetByOneOf, type index_d$5_Inventory as Inventory, index_d$5_InventoryAvailabilityStatus as InventoryAvailabilityStatus, type index_d$5_InventoryItem as InventoryItem, type index_d$5_InventoryItemComposite as InventoryItemComposite, type index_d$5_InventoryItemCompositeTrackingMethodOneOf as InventoryItemCompositeTrackingMethodOneOf, type index_d$5_InventoryItemTrackingMethodOneOf as InventoryItemTrackingMethodOneOf, type index_d$5_InventoryStatus as InventoryStatus, type index_d$5_Item as Item, type index_d$5_ItemAddedToCategory as ItemAddedToCategory, type index_d$5_ItemDataOneOf as ItemDataOneOf, type ItemMetadata$1 as ItemMetadata, type index_d$5_ItemReference as ItemReference, type index_d$5_ItemRemovedFromCategory as ItemRemovedFromCategory, type index_d$5_ItemStyle as ItemStyle, type index_d$5_ItemsAddedToCategory as ItemsAddedToCategory, type index_d$5_ItemsArrangedInCategory as ItemsArrangedInCategory, type index_d$5_ItemsRemovedFromCategory as ItemsRemovedFromCategory, type index_d$5_Keyword as Keyword, type index_d$5_Layout as Layout, index_d$5_LayoutType as LayoutType, index_d$5_LineStyle as LineStyle, type index_d$5_Link as Link, type index_d$5_LinkData as LinkData, type index_d$5_LinkDataOneOf as LinkDataOneOf, type index_d$5_LinkPreviewData as LinkPreviewData, type index_d$5_ListValue as ListValue, type index_d$5_MapData as MapData, type index_d$5_MapSettings as MapSettings, index_d$5_MapType as MapType, type index_d$5_MaskedProduct as MaskedProduct, type index_d$5_MaskedProductWithInventory as MaskedProductWithInventory, index_d$5_MeasurementUnit as MeasurementUnit, type index_d$5_Media as Media, type index_d$5_MediaItemsInfo as MediaItemsInfo, type index_d$5_MentionData as MentionData, type MessageEnvelope$4 as MessageEnvelope, type index_d$5_Metadata as Metadata, type index_d$5_MinVariantPriceInfo as MinVariantPriceInfo, index_d$5_MissingValues as MissingValues, index_d$5_Mode as Mode, type index_d$5_ModifierChoicesSettings as ModifierChoicesSettings, index_d$5_ModifierRenderType as ModifierRenderType, type index_d$5_MultipleColors as MultipleColors, type index_d$5_NestedAggregation as NestedAggregation, type index_d$5_NestedAggregationItem as NestedAggregationItem, type index_d$5_NestedAggregationItemKindOneOf as NestedAggregationItemKindOneOf, type index_d$5_NestedAggregationNestedAggregationItem as NestedAggregationNestedAggregationItem, type index_d$5_NestedAggregationNestedAggregationItemKindOneOf as NestedAggregationNestedAggregationItemKindOneOf, index_d$5_NestedAggregationNestedAggregationType as NestedAggregationNestedAggregationType, type index_d$5_NestedAggregationResults as NestedAggregationResults, type index_d$5_NestedAggregationResultsResultOneOf as NestedAggregationResultsResultOneOf, index_d$5_NestedAggregationType as NestedAggregationType, type index_d$5_NestedResultValue as NestedResultValue, type index_d$5_NestedResultValueResultOneOf as NestedResultValueResultOneOf, type index_d$5_NestedResults as NestedResults, type index_d$5_NestedResultsNestedResultValue as NestedResultsNestedResultValue, type index_d$5_NestedResultsNestedResultValueResultOneOf as NestedResultsNestedResultValueResultOneOf, type index_d$5_NestedResultsRangeResult as NestedResultsRangeResult, type index_d$5_NestedResultsResults as NestedResultsResults, type index_d$5_NestedResultsScalarResult as NestedResultsScalarResult, type index_d$5_NestedResultsValueResult as NestedResultsValueResult, type index_d$5_NestedValueAggregationResult as NestedValueAggregationResult, type index_d$5_Node as Node, type index_d$5_NodeDataOneOf as NodeDataOneOf, type index_d$5_NodeStyle as NodeStyle, index_d$5_NodeType as NodeType, index_d$5_NullValue as NullValue, type index_d$5_Oembed as Oembed, type index_d$5_Option as Option, type index_d$5_OptionChoice as OptionChoice, type index_d$5_OptionChoiceIds as OptionChoiceIds, type index_d$5_OptionChoiceNames as OptionChoiceNames, type index_d$5_OptionChoiceReferences as OptionChoiceReferences, type index_d$5_OptionDesign as OptionDesign, type index_d$5_OptionLayout as OptionLayout, type index_d$5_OrderedListData as OrderedListData, index_d$5_Orientation as Orientation, type index_d$5_PDFSettings as PDFSettings, type Page$2 as Page, type PagingMetadata$2 as PagingMetadata, type index_d$5_ParagraphData as ParagraphData, type index_d$5_ParentCategory as ParentCategory, type index_d$5_Permissions as Permissions, type index_d$5_PhysicalProperties as PhysicalProperties, type index_d$5_PlatformOffsetSearch as PlatformOffsetSearch, type index_d$5_PlatformOffsetSearchPagingMethodOneOf as PlatformOffsetSearchPagingMethodOneOf, type index_d$5_PlatformPaging as PlatformPaging, type index_d$5_PlaybackOptions as PlaybackOptions, type index_d$5_PluginContainerData as PluginContainerData, index_d$5_PluginContainerDataAlignment as PluginContainerDataAlignment, type index_d$5_PluginContainerDataWidth as PluginContainerDataWidth, type index_d$5_PluginContainerDataWidthDataOneOf as PluginContainerDataWidthDataOneOf, type index_d$5_Poll as Poll, type index_d$5_PollData as PollData, type index_d$5_PollDataLayout as PollDataLayout, type index_d$5_PollDesign as PollDesign, type index_d$5_PollLayout as PollLayout, index_d$5_PollLayoutDirection as PollLayoutDirection, index_d$5_PollLayoutType as PollLayoutType, type index_d$5_PollSettings as PollSettings, type PreorderInfo$1 as PreorderInfo, index_d$5_PreorderStatus as PreorderStatus, type index_d$5_PriceInfo as PriceInfo, type index_d$5_PricePerUnit as PricePerUnit, type index_d$5_PricePerUnitRange as PricePerUnitRange, type index_d$5_PricePerUnitRangePricePerUnit as PricePerUnitRangePricePerUnit, type index_d$5_PricePerUnitSettings as PricePerUnitSettings, type index_d$5_PriceRange as PriceRange, type index_d$5_Product as Product, type index_d$5_ProductCategoriesInfo as ProductCategoriesInfo, type index_d$5_ProductCategory as ProductCategory, type index_d$5_ProductCreatedEnvelope as ProductCreatedEnvelope, type index_d$5_ProductDeletedEnvelope as ProductDeletedEnvelope, type index_d$5_ProductIdWithRevision as ProductIdWithRevision, type index_d$5_ProductMedia as ProductMedia, type index_d$5_ProductMediaMediaOneOf as ProductMediaMediaOneOf, type index_d$5_ProductMediaSetByOneOf as ProductMediaSetByOneOf, index_d$5_ProductOptionRenderType as ProductOptionRenderType, index_d$5_ProductType as ProductType, type index_d$5_ProductUpdatedEnvelope as ProductUpdatedEnvelope, type index_d$5_ProductVariantAddedEnvelope as ProductVariantAddedEnvelope, type index_d$5_ProductVariantIds as ProductVariantIds, type index_d$5_ProductVariantRemovedEnvelope as ProductVariantRemovedEnvelope, type index_d$5_ProductVariantUpdatedEnvelope as ProductVariantUpdatedEnvelope, type index_d$5_ProductVariants as ProductVariants, type index_d$5_ProductWithInventory as ProductWithInventory, type index_d$5_ProductWithInventoryTypedPropertiesOneOf as ProductWithInventoryTypedPropertiesOneOf, type index_d$5_ProductsQueryBuilder as ProductsQueryBuilder, type index_d$5_ProductsQueryResult as ProductsQueryResult, type index_d$5_QueryProductsOptions as QueryProductsOptions, type index_d$5_QueryProductsRequest as QueryProductsRequest, type index_d$5_QueryProductsResponse as QueryProductsResponse, type index_d$5_RangeAggregation as RangeAggregation, type index_d$5_RangeAggregationRangeBucket as RangeAggregationRangeBucket, type index_d$5_RangeAggregationResult as RangeAggregationResult, type index_d$5_RangeBucket as RangeBucket, type index_d$5_RangeResult as RangeResult, type index_d$5_RangeResults as RangeResults, type index_d$5_RangeResultsRangeAggregationResult as RangeResultsRangeAggregationResult, type index_d$5_Rel as Rel, RequestedFields$1 as RequestedFields, type RestoreInfo$2 as RestoreInfo, type index_d$5_Results as Results, type index_d$5_RevenueDetails as RevenueDetails, type Ribbon$1 as Ribbon, type index_d$5_RichContent as RichContent, index_d$5_RoundingStrategy as RoundingStrategy, type index_d$5_ScalarAggregation as ScalarAggregation, type index_d$5_ScalarResult as ScalarResult, index_d$5_ScalarType as ScalarType, type index_d$5_SearchDetails as SearchDetails, index_d$5_SearchDetailsMode as SearchDetailsMode, type index_d$5_SearchIndexingNotification as SearchIndexingNotification, type index_d$5_SearchProductsRequest as SearchProductsRequest, type index_d$5_SearchProductsResponse as SearchProductsResponse, type index_d$5_SecuredMedia as SecuredMedia, type index_d$5_SeoSchema as SeoSchema, type index_d$5_Settings as Settings, index_d$5_SingleEntityOpsRequestedFields as SingleEntityOpsRequestedFields, index_d$5_SortDirection as SortDirection, SortOrder$2 as SortOrder, index_d$5_SortType as SortType, type Sorting$2 as Sorting, index_d$5_Source as Source, type index_d$5_Spoiler as Spoiler, type index_d$5_SpoilerData as SpoilerData, State$1 as State, type index_d$5_Styles as Styles, type index_d$5_Subscription as Subscription, type index_d$5_SubscriptionCyclesOneOf as SubscriptionCyclesOneOf, type index_d$5_SubscriptionDetails as SubscriptionDetails, type index_d$5_SubscriptionDiscount as SubscriptionDiscount, type index_d$5_SubscriptionDiscountDiscountOneOf as SubscriptionDiscountDiscountOneOf, SubscriptionFrequency$1 as SubscriptionFrequency, type index_d$5_SubscriptionPrice as SubscriptionPrice, type index_d$5_SubscriptionPricePerUnit as SubscriptionPricePerUnit, type index_d$5_SubscriptionPricesInfo as SubscriptionPricesInfo, type index_d$5_TableCellData as TableCellData, type index_d$5_TableData as TableData, type index_d$5_Tag as Tag, index_d$5_Target as Target, index_d$5_TextAlignment as TextAlignment, type index_d$5_TextData as TextData, type index_d$5_TextNodeStyle as TextNodeStyle, type index_d$5_TextStyle as TextStyle, type index_d$5_Thumbnails as Thumbnails, index_d$5_ThumbnailsAlignment as ThumbnailsAlignment, type index_d$5_TreeReference as TreeReference, index_d$5_Type as Type, type URI$2 as URI, type index_d$5_UnsignedAdjustValue as UnsignedAdjustValue, type index_d$5_UnsignedAdjustValueAdjustValueOneOf as UnsignedAdjustValueAdjustValueOneOf, type index_d$5_UnsupportedFieldMasks as UnsupportedFieldMasks, type index_d$5_UpdateByFilterOperation as UpdateByFilterOperation, type index_d$5_UpdateDocumentsEvent as UpdateDocumentsEvent, type index_d$5_UpdateDocumentsEventOperationOneOf as UpdateDocumentsEventOperationOneOf, type index_d$5_UpdateExistingOperation as UpdateExistingOperation, type index_d$5_UpdateExtendedFieldsRequest as UpdateExtendedFieldsRequest, type index_d$5_UpdateExtendedFieldsResponse as UpdateExtendedFieldsResponse, type index_d$5_UpdateProductRequest as UpdateProductRequest, type index_d$5_UpdateProductResponse as UpdateProductResponse, type index_d$5_UpdateProductResponseNonNullableFields as UpdateProductResponseNonNullableFields, type index_d$5_UpdateProductWithInventoryOptions as UpdateProductWithInventoryOptions, type index_d$5_UpdateProductWithInventoryProduct as UpdateProductWithInventoryProduct, type index_d$5_UpdateProductWithInventoryRequest as UpdateProductWithInventoryRequest, type index_d$5_UpdateProductWithInventoryResponse as UpdateProductWithInventoryResponse, type index_d$5_UpdateProductWithInventoryResponseNonNullableFields as UpdateProductWithInventoryResponseNonNullableFields, type index_d$5_V1Media as V1Media, type index_d$5_V3AdjustValue as V3AdjustValue, type index_d$5_V3AdjustValueAdjustValueOneOf as V3AdjustValueAdjustValueOneOf, type index_d$5_V3BulkAddInfoSectionsToProductsByFilterRequest as V3BulkAddInfoSectionsToProductsByFilterRequest, type index_d$5_V3BulkAddInfoSectionsToProductsByFilterResponse as V3BulkAddInfoSectionsToProductsByFilterResponse, type index_d$5_V3BulkAddInfoSectionsToProductsByFilterResponseNonNullableFields as V3BulkAddInfoSectionsToProductsByFilterResponseNonNullableFields, type index_d$5_V3BulkAddInfoSectionsToProductsRequest as V3BulkAddInfoSectionsToProductsRequest, type index_d$5_V3BulkAddInfoSectionsToProductsResponse as V3BulkAddInfoSectionsToProductsResponse, type index_d$5_V3BulkAddInfoSectionsToProductsResponseNonNullableFields as V3BulkAddInfoSectionsToProductsResponseNonNullableFields, type index_d$5_V3BulkDeleteProductsByFilterRequest as V3BulkDeleteProductsByFilterRequest, type index_d$5_V3BulkDeleteProductsByFilterResponse as V3BulkDeleteProductsByFilterResponse, type index_d$5_V3BulkDeleteProductsByFilterResponseNonNullableFields as V3BulkDeleteProductsByFilterResponseNonNullableFields, type index_d$5_V3BulkDeleteProductsRequest as V3BulkDeleteProductsRequest, type index_d$5_V3BulkDeleteProductsResponse as V3BulkDeleteProductsResponse, type index_d$5_V3BulkDeleteProductsResponseNonNullableFields as V3BulkDeleteProductsResponseNonNullableFields, type index_d$5_V3BulkProductResult as V3BulkProductResult, type index_d$5_V3BulkRemoveInfoSectionsFromProductsByFilterRequest as V3BulkRemoveInfoSectionsFromProductsByFilterRequest, type index_d$5_V3BulkRemoveInfoSectionsFromProductsByFilterResponse as V3BulkRemoveInfoSectionsFromProductsByFilterResponse, type index_d$5_V3BulkRemoveInfoSectionsFromProductsByFilterResponseNonNullableFields as V3BulkRemoveInfoSectionsFromProductsByFilterResponseNonNullableFields, type index_d$5_V3BulkRemoveInfoSectionsFromProductsRequest as V3BulkRemoveInfoSectionsFromProductsRequest, type index_d$5_V3BulkRemoveInfoSectionsFromProductsResponse as V3BulkRemoveInfoSectionsFromProductsResponse, type index_d$5_V3BulkRemoveInfoSectionsFromProductsResponseNonNullableFields as V3BulkRemoveInfoSectionsFromProductsResponseNonNullableFields, type index_d$5_V3BulkUpdateProductsByFilterRequest as V3BulkUpdateProductsByFilterRequest, type index_d$5_V3BulkUpdateProductsByFilterResponse as V3BulkUpdateProductsByFilterResponse, type index_d$5_V3BulkUpdateProductsByFilterResponseNonNullableFields as V3BulkUpdateProductsByFilterResponseNonNullableFields, type index_d$5_V3CountProductsRequest as V3CountProductsRequest, type index_d$5_V3CountProductsResponse as V3CountProductsResponse, type index_d$5_V3CountProductsResponseNonNullableFields as V3CountProductsResponseNonNullableFields, type index_d$5_V3DeleteProductRequest as V3DeleteProductRequest, type index_d$5_V3DeleteProductResponse as V3DeleteProductResponse, type index_d$5_V3GetProductBySlugRequest as V3GetProductBySlugRequest, type index_d$5_V3GetProductBySlugResponse as V3GetProductBySlugResponse, type index_d$5_V3GetProductBySlugResponseNonNullableFields as V3GetProductBySlugResponseNonNullableFields, type index_d$5_V3GetProductRequest as V3GetProductRequest, type index_d$5_V3GetProductResponse as V3GetProductResponse, type index_d$5_V3GetProductResponseNonNullableFields as V3GetProductResponseNonNullableFields, type index_d$5_V3MaskedProduct as V3MaskedProduct, type index_d$5_V3OptionChoiceIds as V3OptionChoiceIds, type index_d$5_V3OptionChoiceNames as V3OptionChoiceNames, type index_d$5_V3Product as V3Product, type index_d$5_V3ProductIdWithRevision as V3ProductIdWithRevision, type index_d$5_V3ProductNonNullableFields as V3ProductNonNullableFields, type index_d$5_V3ProductTypedPropertiesOneOf as V3ProductTypedPropertiesOneOf, type index_d$5_V3QueryProductsRequest as V3QueryProductsRequest, type index_d$5_V3QueryProductsResponse as V3QueryProductsResponse, type index_d$5_V3QueryProductsResponseNonNullableFields as V3QueryProductsResponseNonNullableFields, type index_d$5_V3SearchProductsRequest as V3SearchProductsRequest, type index_d$5_V3SearchProductsResponse as V3SearchProductsResponse, type index_d$5_V3SearchProductsResponseNonNullableFields as V3SearchProductsResponseNonNullableFields, type index_d$5_V3UnsignedAdjustValue as V3UnsignedAdjustValue, type index_d$5_V3UnsignedAdjustValueAdjustValueOneOf as V3UnsignedAdjustValueAdjustValueOneOf, type index_d$5_V3UpdateExtendedFieldsRequest as V3UpdateExtendedFieldsRequest, type index_d$5_V3UpdateExtendedFieldsResponse as V3UpdateExtendedFieldsResponse, type index_d$5_V3UpdateExtendedFieldsResponseNonNullableFields as V3UpdateExtendedFieldsResponseNonNullableFields, type index_d$5_V3VariantsInfo as V3VariantsInfo, type index_d$5_ValueAggregation as ValueAggregation, type index_d$5_ValueAggregationIncludeMissingValuesOptions as ValueAggregationIncludeMissingValuesOptions, index_d$5_ValueAggregationMissingValues as ValueAggregationMissingValues, type index_d$5_ValueAggregationOptionsOneOf as ValueAggregationOptionsOneOf, type index_d$5_ValueAggregationResult as ValueAggregationResult, index_d$5_ValueAggregationSortDirection as ValueAggregationSortDirection, index_d$5_ValueAggregationSortType as ValueAggregationSortType, type index_d$5_ValueResult as ValueResult, type index_d$5_ValueResults as ValueResults, type index_d$5_ValueResultsValueAggregationResult as ValueResultsValueAggregationResult, type index_d$5_Variant as Variant, type index_d$5_VariantAdded as VariantAdded, type index_d$5_VariantDigitalProperties as VariantDigitalProperties, type index_d$5_VariantNotAlignedWithProduct as VariantNotAlignedWithProduct, type index_d$5_VariantPhysicalProperties as VariantPhysicalProperties, type index_d$5_VariantRemoved as VariantRemoved, type index_d$5_VariantSummary as VariantSummary, type index_d$5_VariantTypedPropertiesOneOf as VariantTypedPropertiesOneOf, type index_d$5_VariantUpdated as VariantUpdated, type index_d$5_VariantWithInventory as VariantWithInventory, type index_d$5_VariantWithInventoryTypedPropertiesOneOf as VariantWithInventoryTypedPropertiesOneOf, type index_d$5_VariantsInfo as VariantsInfo, type index_d$5_VariantsNotAlignedWithProduct as VariantsNotAlignedWithProduct, index_d$5_VerticalAlignment as VerticalAlignment, type index_d$5_Video as Video, type index_d$5_VideoData as VideoData, type index_d$5_VideoResolution as VideoResolution, index_d$5_ViewMode as ViewMode, index_d$5_ViewRole as ViewRole, index_d$5_VoteRole as VoteRole, WebhookIdentityType$4 as WebhookIdentityType, type index_d$5_WeightMeasurementUnitInfo as WeightMeasurementUnitInfo, type index_d$5_WeightRange as WeightRange, index_d$5_WeightUnit as WeightUnit, index_d$5_Width as Width, index_d$5_WidthType as WidthType, type index_d$5_WixCommonAggregation as WixCommonAggregation, type index_d$5_WixCommonAggregationKindOneOf as WixCommonAggregationKindOneOf, index_d$5_WixCommonAggregationType as WixCommonAggregationType, type index_d$5_WixCommonItemMetadata as WixCommonItemMetadata, index_d$5_WixCommonScalarType as WixCommonScalarType, type index_d$5_WixCommonSearchDetails as WixCommonSearchDetails, index_d$5_WixCommonSortOrder as WixCommonSortOrder, type index_d$5_WixCommonSorting as WixCommonSorting, index_d$5_bulkAddProductsToCategoriesByFilter as bulkAddProductsToCategoriesByFilter, index_d$5_bulkAdjustProductVariantsByFilter as bulkAdjustProductVariantsByFilter, index_d$5_bulkCreateProductsWithInventory as bulkCreateProductsWithInventory, index_d$5_bulkRemoveProductsFromCategoriesByFilter as bulkRemoveProductsFromCategoriesByFilter, index_d$5_bulkUpdateProductVariantsByFilter as bulkUpdateProductVariantsByFilter, index_d$5_bulkUpdateProductsWithInventory as bulkUpdateProductsWithInventory, index_d$5_catalogBulkAddInfoSectionsToProducts as catalogBulkAddInfoSectionsToProducts, index_d$5_catalogBulkAddInfoSectionsToProductsByFilter as catalogBulkAddInfoSectionsToProductsByFilter, index_d$5_catalogBulkCreateProducts as catalogBulkCreateProducts, index_d$5_catalogBulkDeleteProducts as catalogBulkDeleteProducts, index_d$5_catalogBulkDeleteProductsByFilter as catalogBulkDeleteProductsByFilter, index_d$5_catalogBulkRemoveInfoSectionsFromProducts as catalogBulkRemoveInfoSectionsFromProducts, index_d$5_catalogBulkRemoveInfoSectionsFromProductsByFilter as catalogBulkRemoveInfoSectionsFromProductsByFilter, index_d$5_catalogBulkUpdateProducts as catalogBulkUpdateProducts, index_d$5_catalogBulkUpdateProductsByFilter as catalogBulkUpdateProductsByFilter, index_d$5_catalogCountProducts as catalogCountProducts, index_d$5_catalogCreateProduct as catalogCreateProduct, index_d$5_catalogDeleteProduct as catalogDeleteProduct, index_d$5_catalogGetProduct as catalogGetProduct, index_d$5_catalogGetProductBySlug as catalogGetProductBySlug, index_d$5_catalogQueryProducts as catalogQueryProducts, index_d$5_catalogSearchProducts as catalogSearchProducts, index_d$5_catalogUpdateExtendedFields as catalogUpdateExtendedFields, index_d$5_catalogUpdateProduct as catalogUpdateProduct, index_d$5_createProductWithInventory as createProductWithInventory, index_d$5_onProductCreated as onProductCreated, index_d$5_onProductDeleted as onProductDeleted, index_d$5_onProductUpdated as onProductUpdated, index_d$5_onProductVariantAdded as onProductVariantAdded, index_d$5_onProductVariantRemoved as onProductVariantRemoved, index_d$5_onProductVariantUpdated as onProductVariantUpdated, index_d$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 index_d$4_Asset = Asset;
16969
16550
  type index_d$4_DefaultDeliveryProfileSetup = DefaultDeliveryProfileSetup;
@@ -17004,9 +16585,8 @@ type index_d$4_StudioUnassigned = StudioUnassigned;
17004
16585
  type index_d$4_Version = Version;
17005
16586
  declare const index_d$4_Version: typeof Version;
17006
16587
  declare const index_d$4_getCatalogVersion: typeof getCatalogVersion;
17007
- type index_d$4_publicGetCatalogVersion_Type = publicGetCatalogVersion_Type;
17008
16588
  declare namespace index_d$4 {
17009
- export { type index_d$4_Asset as Asset, type index_d$4_DefaultDeliveryProfileSetup as DefaultDeliveryProfileSetup, type index_d$4_DeleteContext as DeleteContext, index_d$4_DeleteStatus as DeleteStatus, type Empty$2 as Empty, type index_d$4_GetCatalogVersionRequest as GetCatalogVersionRequest, type index_d$4_GetCatalogVersionResponse as GetCatalogVersionResponse, type index_d$4_GetCatalogVersionResponseNonNullableFields as GetCatalogVersionResponseNonNullableFields, type IdentificationData$3 as IdentificationData, type IdentificationDataIdOneOf$3 as IdentificationDataIdOneOf, type index_d$4_InstallBassAppDependencyRequest as InstallBassAppDependencyRequest, type index_d$4_InstallBassAppDependencyResponse as InstallBassAppDependencyResponse, type MessageEnvelope$3 as MessageEnvelope, type index_d$4_MetaSiteSpecialEvent as MetaSiteSpecialEvent, type index_d$4_MetaSiteSpecialEventPayloadOneOf as MetaSiteSpecialEventPayloadOneOf, index_d$4_Namespace as Namespace, type index_d$4_NamespaceChanged as NamespaceChanged, type index_d$4_Provision as Provision, type index_d$4_ProvisionRequest as ProvisionRequest, type index_d$4_ProvisionResponse as ProvisionResponse, type index_d$4_ServiceProvisioned as ServiceProvisioned, type index_d$4_ServiceRemoved as ServiceRemoved, type index_d$4_SiteCreated as SiteCreated, index_d$4_SiteCreatedContext as SiteCreatedContext, type index_d$4_SiteDeleted as SiteDeleted, type index_d$4_SiteHardDeleted as SiteHardDeleted, type index_d$4_SiteMarkedAsTemplate as SiteMarkedAsTemplate, type index_d$4_SiteMarkedAsWixSite as SiteMarkedAsWixSite, type index_d$4_SitePublished as SitePublished, type index_d$4_SiteRenamed as SiteRenamed, type index_d$4_SiteTransferred as SiteTransferred, type index_d$4_SiteUndeleted as SiteUndeleted, type index_d$4_SiteUnpublished as SiteUnpublished, index_d$4_State as State, type index_d$4_StudioAssigned as StudioAssigned, type index_d$4_StudioUnassigned as StudioUnassigned, index_d$4_Version as Version, WebhookIdentityType$3 as WebhookIdentityType, index_d$4_getCatalogVersion as getCatalogVersion, type index_d$4_publicGetCatalogVersion_Type as publicGetCatalogVersion_Type };
16589
+ export { type index_d$4_Asset as Asset, type index_d$4_DefaultDeliveryProfileSetup as DefaultDeliveryProfileSetup, type index_d$4_DeleteContext as DeleteContext, index_d$4_DeleteStatus as DeleteStatus, type Empty$2 as Empty, type index_d$4_GetCatalogVersionRequest as GetCatalogVersionRequest, type index_d$4_GetCatalogVersionResponse as GetCatalogVersionResponse, type index_d$4_GetCatalogVersionResponseNonNullableFields as GetCatalogVersionResponseNonNullableFields, type IdentificationData$3 as IdentificationData, type IdentificationDataIdOneOf$3 as IdentificationDataIdOneOf, type index_d$4_InstallBassAppDependencyRequest as InstallBassAppDependencyRequest, type index_d$4_InstallBassAppDependencyResponse as InstallBassAppDependencyResponse, type MessageEnvelope$3 as MessageEnvelope, type index_d$4_MetaSiteSpecialEvent as MetaSiteSpecialEvent, type index_d$4_MetaSiteSpecialEventPayloadOneOf as MetaSiteSpecialEventPayloadOneOf, index_d$4_Namespace as Namespace, type index_d$4_NamespaceChanged as NamespaceChanged, type index_d$4_Provision as Provision, type index_d$4_ProvisionRequest as ProvisionRequest, type index_d$4_ProvisionResponse as ProvisionResponse, type index_d$4_ServiceProvisioned as ServiceProvisioned, type index_d$4_ServiceRemoved as ServiceRemoved, type index_d$4_SiteCreated as SiteCreated, index_d$4_SiteCreatedContext as SiteCreatedContext, type index_d$4_SiteDeleted as SiteDeleted, type index_d$4_SiteHardDeleted as SiteHardDeleted, type index_d$4_SiteMarkedAsTemplate as SiteMarkedAsTemplate, type index_d$4_SiteMarkedAsWixSite as SiteMarkedAsWixSite, type index_d$4_SitePublished as SitePublished, type index_d$4_SiteRenamed as SiteRenamed, type index_d$4_SiteTransferred as SiteTransferred, type index_d$4_SiteUndeleted as SiteUndeleted, type index_d$4_SiteUnpublished as SiteUnpublished, index_d$4_State as State, type index_d$4_StudioAssigned as StudioAssigned, type index_d$4_StudioUnassigned as StudioUnassigned, index_d$4_Version as Version, WebhookIdentityType$3 as WebhookIdentityType, index_d$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 index_d$3_ApplicationError = ApplicationError;
17799
17349
  type index_d$3_BulkActionMetadata = BulkActionMetadata;
@@ -17859,23 +17409,10 @@ declare const index_d$3_getRibbon: typeof getRibbon;
17859
17409
  declare const index_d$3_onRibbonCreated: typeof onRibbonCreated;
17860
17410
  declare const index_d$3_onRibbonDeleted: typeof onRibbonDeleted;
17861
17411
  declare const index_d$3_onRibbonUpdated: typeof onRibbonUpdated;
17862
- type index_d$3_publicBulkCreateRibbons_Type = publicBulkCreateRibbons_Type;
17863
- type index_d$3_publicBulkDeleteRibbons_Type = publicBulkDeleteRibbons_Type;
17864
- type index_d$3_publicBulkGetOrCreateRibbons_Type = publicBulkGetOrCreateRibbons_Type;
17865
- type index_d$3_publicBulkUpdateRibbons_Type = publicBulkUpdateRibbons_Type;
17866
- type index_d$3_publicCreateRibbon_Type = publicCreateRibbon_Type;
17867
- type index_d$3_publicDeleteRibbon_Type = publicDeleteRibbon_Type;
17868
- type index_d$3_publicGetOrCreateRibbon_Type = publicGetOrCreateRibbon_Type;
17869
- type index_d$3_publicGetRibbon_Type = publicGetRibbon_Type;
17870
- type index_d$3_publicOnRibbonCreated_Type = publicOnRibbonCreated_Type;
17871
- type index_d$3_publicOnRibbonDeleted_Type = publicOnRibbonDeleted_Type;
17872
- type index_d$3_publicOnRibbonUpdated_Type = publicOnRibbonUpdated_Type;
17873
- type index_d$3_publicQueryRibbons_Type = publicQueryRibbons_Type;
17874
- type index_d$3_publicUpdateRibbon_Type = publicUpdateRibbon_Type;
17875
17412
  declare const index_d$3_queryRibbons: typeof queryRibbons;
17876
17413
  declare const index_d$3_updateRibbon: typeof updateRibbon;
17877
17414
  declare namespace index_d$3 {
17878
- export { type ActionEvent$1 as ActionEvent, type App$1 as App, type index_d$3_ApplicationError as ApplicationError, type BaseEventMetadata$1 as BaseEventMetadata, type index_d$3_BulkActionMetadata as BulkActionMetadata, type index_d$3_BulkCreateRibbonsOptions as BulkCreateRibbonsOptions, type index_d$3_BulkCreateRibbonsRequest as BulkCreateRibbonsRequest, type index_d$3_BulkCreateRibbonsResponse as BulkCreateRibbonsResponse, type index_d$3_BulkCreateRibbonsResponseNonNullableFields as BulkCreateRibbonsResponseNonNullableFields, type index_d$3_BulkDeleteRibbonsRequest as BulkDeleteRibbonsRequest, type index_d$3_BulkDeleteRibbonsResponse as BulkDeleteRibbonsResponse, type index_d$3_BulkDeleteRibbonsResponseNonNullableFields as BulkDeleteRibbonsResponseNonNullableFields, type index_d$3_BulkGetOrCreateRibbonsOptions as BulkGetOrCreateRibbonsOptions, type index_d$3_BulkGetOrCreateRibbonsRequest as BulkGetOrCreateRibbonsRequest, type index_d$3_BulkGetOrCreateRibbonsResponse as BulkGetOrCreateRibbonsResponse, type index_d$3_BulkGetOrCreateRibbonsResponseNonNullableFields as BulkGetOrCreateRibbonsResponseNonNullableFields, type index_d$3_BulkRibbonResult as BulkRibbonResult, type index_d$3_BulkUpdateRibbonsOptions as BulkUpdateRibbonsOptions, type index_d$3_BulkUpdateRibbonsRequest as BulkUpdateRibbonsRequest, type index_d$3_BulkUpdateRibbonsResponse as BulkUpdateRibbonsResponse, type index_d$3_BulkUpdateRibbonsResponseNonNullableFields as BulkUpdateRibbonsResponseNonNullableFields, type index_d$3_CreateRibbonRequest as CreateRibbonRequest, type index_d$3_CreateRibbonResponse as CreateRibbonResponse, type index_d$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 index_d$3_DeleteRibbonRequest as DeleteRibbonRequest, type index_d$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 index_d$3_EventMetadata as EventMetadata, type File$1 as File, type index_d$3_GetOrCreateRibbonOptions as GetOrCreateRibbonOptions, type index_d$3_GetOrCreateRibbonRequest as GetOrCreateRibbonRequest, type index_d$3_GetOrCreateRibbonResponse as GetOrCreateRibbonResponse, type index_d$3_GetOrCreateRibbonResponseNonNullableFields as GetOrCreateRibbonResponseNonNullableFields, type index_d$3_GetRibbonOptions as GetRibbonOptions, type index_d$3_GetRibbonRequest as GetRibbonRequest, type index_d$3_GetRibbonResponse as GetRibbonResponse, type index_d$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 index_d$3_ItemMetadata as ItemMetadata, type index_d$3_MaskedRibbon as MaskedRibbon, type MessageEnvelope$2 as MessageEnvelope, type Page$1 as Page, type index_d$3_QueryRibbonsOptions as QueryRibbonsOptions, type index_d$3_QueryRibbonsRequest as QueryRibbonsRequest, type index_d$3_QueryRibbonsResponse as QueryRibbonsResponse, type index_d$3_QueryRibbonsResponseNonNullableFields as QueryRibbonsResponseNonNullableFields, index_d$3_RequestedFields as RequestedFields, type RestoreInfo$1 as RestoreInfo, type index_d$3_Ribbon as Ribbon, type index_d$3_RibbonCreatedEnvelope as RibbonCreatedEnvelope, type index_d$3_RibbonDeletedEnvelope as RibbonDeletedEnvelope, type index_d$3_RibbonNonNullableFields as RibbonNonNullableFields, type index_d$3_RibbonUpdatedEnvelope as RibbonUpdatedEnvelope, type index_d$3_RibbonsQueryBuilder as RibbonsQueryBuilder, type index_d$3_RibbonsQueryResult as RibbonsQueryResult, SortOrder$1 as SortOrder, type Sorting$1 as Sorting, type URI$1 as URI, type index_d$3_UpdateRibbon as UpdateRibbon, type index_d$3_UpdateRibbonOptions as UpdateRibbonOptions, type index_d$3_UpdateRibbonRequest as UpdateRibbonRequest, type index_d$3_UpdateRibbonResponse as UpdateRibbonResponse, type index_d$3_UpdateRibbonResponseNonNullableFields as UpdateRibbonResponseNonNullableFields, type index_d$3_V3BulkRibbonResult as V3BulkRibbonResult, WebhookIdentityType$2 as WebhookIdentityType, index_d$3_bulkCreateRibbons as bulkCreateRibbons, index_d$3_bulkDeleteRibbons as bulkDeleteRibbons, index_d$3_bulkGetOrCreateRibbons as bulkGetOrCreateRibbons, index_d$3_bulkUpdateRibbons as bulkUpdateRibbons, index_d$3_createRibbon as createRibbon, index_d$3_deleteRibbon as deleteRibbon, index_d$3_getOrCreateRibbon as getOrCreateRibbon, index_d$3_getRibbon as getRibbon, index_d$3_onRibbonCreated as onRibbonCreated, index_d$3_onRibbonDeleted as onRibbonDeleted, index_d$3_onRibbonUpdated as onRibbonUpdated, type index_d$3_publicBulkCreateRibbons_Type as publicBulkCreateRibbons_Type, type index_d$3_publicBulkDeleteRibbons_Type as publicBulkDeleteRibbons_Type, type index_d$3_publicBulkGetOrCreateRibbons_Type as publicBulkGetOrCreateRibbons_Type, type index_d$3_publicBulkUpdateRibbons_Type as publicBulkUpdateRibbons_Type, type index_d$3_publicCreateRibbon_Type as publicCreateRibbon_Type, type index_d$3_publicDeleteRibbon_Type as publicDeleteRibbon_Type, type index_d$3_publicGetOrCreateRibbon_Type as publicGetOrCreateRibbon_Type, type index_d$3_publicGetRibbon_Type as publicGetRibbon_Type, onRibbonCreated$1 as publicOnRibbonCreated, type index_d$3_publicOnRibbonCreated_Type as publicOnRibbonCreated_Type, onRibbonDeleted$1 as publicOnRibbonDeleted, type index_d$3_publicOnRibbonDeleted_Type as publicOnRibbonDeleted_Type, onRibbonUpdated$1 as publicOnRibbonUpdated, type index_d$3_publicOnRibbonUpdated_Type as publicOnRibbonUpdated_Type, type index_d$3_publicQueryRibbons_Type as publicQueryRibbons_Type, type index_d$3_publicUpdateRibbon_Type as publicUpdateRibbon_Type, index_d$3_queryRibbons as queryRibbons, index_d$3_updateRibbon as updateRibbon };
17415
+ export { type ActionEvent$1 as ActionEvent, type App$1 as App, type index_d$3_ApplicationError as ApplicationError, type BaseEventMetadata$1 as BaseEventMetadata, type index_d$3_BulkActionMetadata as BulkActionMetadata, type index_d$3_BulkCreateRibbonsOptions as BulkCreateRibbonsOptions, type index_d$3_BulkCreateRibbonsRequest as BulkCreateRibbonsRequest, type index_d$3_BulkCreateRibbonsResponse as BulkCreateRibbonsResponse, type index_d$3_BulkCreateRibbonsResponseNonNullableFields as BulkCreateRibbonsResponseNonNullableFields, type index_d$3_BulkDeleteRibbonsRequest as BulkDeleteRibbonsRequest, type index_d$3_BulkDeleteRibbonsResponse as BulkDeleteRibbonsResponse, type index_d$3_BulkDeleteRibbonsResponseNonNullableFields as BulkDeleteRibbonsResponseNonNullableFields, type index_d$3_BulkGetOrCreateRibbonsOptions as BulkGetOrCreateRibbonsOptions, type index_d$3_BulkGetOrCreateRibbonsRequest as BulkGetOrCreateRibbonsRequest, type index_d$3_BulkGetOrCreateRibbonsResponse as BulkGetOrCreateRibbonsResponse, type index_d$3_BulkGetOrCreateRibbonsResponseNonNullableFields as BulkGetOrCreateRibbonsResponseNonNullableFields, type index_d$3_BulkRibbonResult as BulkRibbonResult, type index_d$3_BulkUpdateRibbonsOptions as BulkUpdateRibbonsOptions, type index_d$3_BulkUpdateRibbonsRequest as BulkUpdateRibbonsRequest, type index_d$3_BulkUpdateRibbonsResponse as BulkUpdateRibbonsResponse, type index_d$3_BulkUpdateRibbonsResponseNonNullableFields as BulkUpdateRibbonsResponseNonNullableFields, type index_d$3_CreateRibbonRequest as CreateRibbonRequest, type index_d$3_CreateRibbonResponse as CreateRibbonResponse, type index_d$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 index_d$3_DeleteRibbonRequest as DeleteRibbonRequest, type index_d$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 index_d$3_EventMetadata as EventMetadata, type File$1 as File, type index_d$3_GetOrCreateRibbonOptions as GetOrCreateRibbonOptions, type index_d$3_GetOrCreateRibbonRequest as GetOrCreateRibbonRequest, type index_d$3_GetOrCreateRibbonResponse as GetOrCreateRibbonResponse, type index_d$3_GetOrCreateRibbonResponseNonNullableFields as GetOrCreateRibbonResponseNonNullableFields, type index_d$3_GetRibbonOptions as GetRibbonOptions, type index_d$3_GetRibbonRequest as GetRibbonRequest, type index_d$3_GetRibbonResponse as GetRibbonResponse, type index_d$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 index_d$3_ItemMetadata as ItemMetadata, type index_d$3_MaskedRibbon as MaskedRibbon, type MessageEnvelope$2 as MessageEnvelope, type Page$1 as Page, type index_d$3_QueryRibbonsOptions as QueryRibbonsOptions, type index_d$3_QueryRibbonsRequest as QueryRibbonsRequest, type index_d$3_QueryRibbonsResponse as QueryRibbonsResponse, type index_d$3_QueryRibbonsResponseNonNullableFields as QueryRibbonsResponseNonNullableFields, index_d$3_RequestedFields as RequestedFields, type RestoreInfo$1 as RestoreInfo, type index_d$3_Ribbon as Ribbon, type index_d$3_RibbonCreatedEnvelope as RibbonCreatedEnvelope, type index_d$3_RibbonDeletedEnvelope as RibbonDeletedEnvelope, type index_d$3_RibbonNonNullableFields as RibbonNonNullableFields, type index_d$3_RibbonUpdatedEnvelope as RibbonUpdatedEnvelope, type index_d$3_RibbonsQueryBuilder as RibbonsQueryBuilder, type index_d$3_RibbonsQueryResult as RibbonsQueryResult, SortOrder$1 as SortOrder, type Sorting$1 as Sorting, type URI$1 as URI, type index_d$3_UpdateRibbon as UpdateRibbon, type index_d$3_UpdateRibbonOptions as UpdateRibbonOptions, type index_d$3_UpdateRibbonRequest as UpdateRibbonRequest, type index_d$3_UpdateRibbonResponse as UpdateRibbonResponse, type index_d$3_UpdateRibbonResponseNonNullableFields as UpdateRibbonResponseNonNullableFields, type index_d$3_V3BulkRibbonResult as V3BulkRibbonResult, WebhookIdentityType$2 as WebhookIdentityType, index_d$3_bulkCreateRibbons as bulkCreateRibbons, index_d$3_bulkDeleteRibbons as bulkDeleteRibbons, index_d$3_bulkGetOrCreateRibbons as bulkGetOrCreateRibbons, index_d$3_bulkUpdateRibbons as bulkUpdateRibbons, index_d$3_createRibbon as createRibbon, index_d$3_deleteRibbon as deleteRibbon, index_d$3_getOrCreateRibbon as getOrCreateRibbon, index_d$3_getRibbon as getRibbon, index_d$3_onRibbonCreated as onRibbonCreated, index_d$3_onRibbonDeleted as onRibbonDeleted, index_d$3_onRibbonUpdated as onRibbonUpdated, index_d$3_queryRibbons as queryRibbons, index_d$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 index_d$2_ActionEvent = ActionEvent;
18314
17846
  type index_d$2_App = App;
@@ -18353,11 +17885,9 @@ type index_d$2_URI = URI;
18353
17885
  type index_d$2_UpdateStoresLocationRequest = UpdateStoresLocationRequest;
18354
17886
  type index_d$2_UpdateStoresLocationResponse = UpdateStoresLocationResponse;
18355
17887
  declare const index_d$2_getStoresLocation: typeof getStoresLocation;
18356
- type index_d$2_publicGetStoresLocation_Type = publicGetStoresLocation_Type;
18357
- type index_d$2_publicQueryStoresLocations_Type = publicQueryStoresLocations_Type;
18358
17888
  declare const index_d$2_queryStoresLocations: typeof queryStoresLocations;
18359
17889
  declare namespace index_d$2 {
18360
- export { type index_d$2_ActionEvent as ActionEvent, type index_d$2_App as App, type index_d$2_CreateStoresLocationRequest as CreateStoresLocationRequest, type index_d$2_CreateStoresLocationResponse as CreateStoresLocationResponse, type index_d$2_CursorPaging as CursorPaging, type index_d$2_CursorPagingMetadata as CursorPagingMetadata, type index_d$2_CursorQuery as CursorQuery, type index_d$2_CursorQueryPagingMethodOneOf as CursorQueryPagingMethodOneOf, type index_d$2_Cursors as Cursors, type index_d$2_DeleteStoresLocationRequest as DeleteStoresLocationRequest, type index_d$2_DeleteStoresLocationResponse as DeleteStoresLocationResponse, type index_d$2_DomainEvent as DomainEvent, type index_d$2_DomainEventBodyOneOf as DomainEventBodyOneOf, type index_d$2_Empty as Empty, type index_d$2_EntityCreatedEvent as EntityCreatedEvent, type index_d$2_EntityDeletedEvent as EntityDeletedEvent, type index_d$2_EntityUpdatedEvent as EntityUpdatedEvent, type index_d$2_File as File, type index_d$2_GetOrCreateDefaultStoresLocationRequest as GetOrCreateDefaultStoresLocationRequest, type index_d$2_GetOrCreateDefaultStoresLocationResponse as GetOrCreateDefaultStoresLocationResponse, type index_d$2_GetStoresLocationRequest as GetStoresLocationRequest, type index_d$2_GetStoresLocationResponse as GetStoresLocationResponse, type index_d$2_GetStoresLocationResponseNonNullableFields as GetStoresLocationResponseNonNullableFields, type IdentificationData$1 as IdentificationData, type IdentificationDataIdOneOf$1 as IdentificationDataIdOneOf, type index_d$2_InvalidateCache as InvalidateCache, type index_d$2_InvalidateCacheGetByOneOf as InvalidateCacheGetByOneOf, index_d$2_LocationType as LocationType, type MessageEnvelope$1 as MessageEnvelope, type index_d$2_Page as Page, type index_d$2_QueryStoresLocationsRequest as QueryStoresLocationsRequest, type index_d$2_QueryStoresLocationsResponse as QueryStoresLocationsResponse, type index_d$2_QueryStoresLocationsResponseNonNullableFields as QueryStoresLocationsResponseNonNullableFields, type index_d$2_RestoreInfo as RestoreInfo, index_d$2_SortOrder as SortOrder, type index_d$2_Sorting as Sorting, type index_d$2_StoresLocation as StoresLocation, type index_d$2_StoresLocationNonNullableFields as StoresLocationNonNullableFields, type index_d$2_StoresLocationsQueryBuilder as StoresLocationsQueryBuilder, type index_d$2_StoresLocationsQueryResult as StoresLocationsQueryResult, type index_d$2_URI as URI, type index_d$2_UpdateStoresLocationRequest as UpdateStoresLocationRequest, type index_d$2_UpdateStoresLocationResponse as UpdateStoresLocationResponse, WebhookIdentityType$1 as WebhookIdentityType, index_d$2_getStoresLocation as getStoresLocation, type index_d$2_publicGetStoresLocation_Type as publicGetStoresLocation_Type, type index_d$2_publicQueryStoresLocations_Type as publicQueryStoresLocations_Type, index_d$2_queryStoresLocations as queryStoresLocations };
17890
+ export { type index_d$2_ActionEvent as ActionEvent, type index_d$2_App as App, type index_d$2_CreateStoresLocationRequest as CreateStoresLocationRequest, type index_d$2_CreateStoresLocationResponse as CreateStoresLocationResponse, type index_d$2_CursorPaging as CursorPaging, type index_d$2_CursorPagingMetadata as CursorPagingMetadata, type index_d$2_CursorQuery as CursorQuery, type index_d$2_CursorQueryPagingMethodOneOf as CursorQueryPagingMethodOneOf, type index_d$2_Cursors as Cursors, type index_d$2_DeleteStoresLocationRequest as DeleteStoresLocationRequest, type index_d$2_DeleteStoresLocationResponse as DeleteStoresLocationResponse, type index_d$2_DomainEvent as DomainEvent, type index_d$2_DomainEventBodyOneOf as DomainEventBodyOneOf, type index_d$2_Empty as Empty, type index_d$2_EntityCreatedEvent as EntityCreatedEvent, type index_d$2_EntityDeletedEvent as EntityDeletedEvent, type index_d$2_EntityUpdatedEvent as EntityUpdatedEvent, type index_d$2_File as File, type index_d$2_GetOrCreateDefaultStoresLocationRequest as GetOrCreateDefaultStoresLocationRequest, type index_d$2_GetOrCreateDefaultStoresLocationResponse as GetOrCreateDefaultStoresLocationResponse, type index_d$2_GetStoresLocationRequest as GetStoresLocationRequest, type index_d$2_GetStoresLocationResponse as GetStoresLocationResponse, type index_d$2_GetStoresLocationResponseNonNullableFields as GetStoresLocationResponseNonNullableFields, type IdentificationData$1 as IdentificationData, type IdentificationDataIdOneOf$1 as IdentificationDataIdOneOf, type index_d$2_InvalidateCache as InvalidateCache, type index_d$2_InvalidateCacheGetByOneOf as InvalidateCacheGetByOneOf, index_d$2_LocationType as LocationType, type MessageEnvelope$1 as MessageEnvelope, type index_d$2_Page as Page, type index_d$2_QueryStoresLocationsRequest as QueryStoresLocationsRequest, type index_d$2_QueryStoresLocationsResponse as QueryStoresLocationsResponse, type index_d$2_QueryStoresLocationsResponseNonNullableFields as QueryStoresLocationsResponseNonNullableFields, type index_d$2_RestoreInfo as RestoreInfo, index_d$2_SortOrder as SortOrder, type index_d$2_Sorting as Sorting, type index_d$2_StoresLocation as StoresLocation, type index_d$2_StoresLocationNonNullableFields as StoresLocationNonNullableFields, type index_d$2_StoresLocationsQueryBuilder as StoresLocationsQueryBuilder, type index_d$2_StoresLocationsQueryResult as StoresLocationsQueryResult, type index_d$2_URI as URI, type index_d$2_UpdateStoresLocationRequest as UpdateStoresLocationRequest, type index_d$2_UpdateStoresLocationResponse as UpdateStoresLocationResponse, WebhookIdentityType$1 as WebhookIdentityType, index_d$2_getStoresLocation as getStoresLocation, index_d$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 index_d$1_AllowOneTimePurchasesRequest = AllowOneTimePurchasesRequest;
18748
18253
  type index_d$1_AllowOneTimePurchasesResponse = AllowOneTimePurchasesResponse;
@@ -18812,21 +18317,9 @@ declare const index_d$1_getOneTimePurchasesStatus: typeof getOneTimePurchasesSta
18812
18317
  declare const index_d$1_getProductIdsForSubscriptionOption: typeof getProductIdsForSubscriptionOption;
18813
18318
  declare const index_d$1_getSubscriptionOption: typeof getSubscriptionOption;
18814
18319
  declare const index_d$1_getSubscriptionOptionsForProduct: typeof getSubscriptionOptionsForProduct;
18815
- type index_d$1_publicAllowOneTimePurchases_Type = publicAllowOneTimePurchases_Type;
18816
- type index_d$1_publicAssignSubscriptionOptionsToProduct_Type = publicAssignSubscriptionOptionsToProduct_Type;
18817
- type index_d$1_publicBulkCreateSubscriptionOptions_Type = publicBulkCreateSubscriptionOptions_Type;
18818
- type index_d$1_publicBulkDeleteSubscriptionOptions_Type = publicBulkDeleteSubscriptionOptions_Type;
18819
- type index_d$1_publicBulkUpdateSubscriptionOptions_Type = publicBulkUpdateSubscriptionOptions_Type;
18820
- type index_d$1_publicCreateSubscriptionOption_Type = publicCreateSubscriptionOption_Type;
18821
- type index_d$1_publicDeleteSubscriptionOption_Type = publicDeleteSubscriptionOption_Type;
18822
- type index_d$1_publicGetOneTimePurchasesStatus_Type = publicGetOneTimePurchasesStatus_Type;
18823
- type index_d$1_publicGetProductIdsForSubscriptionOption_Type = publicGetProductIdsForSubscriptionOption_Type;
18824
- type index_d$1_publicGetSubscriptionOption_Type = publicGetSubscriptionOption_Type;
18825
- type index_d$1_publicGetSubscriptionOptionsForProduct_Type = publicGetSubscriptionOptionsForProduct_Type;
18826
- type index_d$1_publicUpdateSubscriptionOption_Type = publicUpdateSubscriptionOption_Type;
18827
18320
  declare const index_d$1_updateSubscriptionOption: typeof updateSubscriptionOption;
18828
18321
  declare namespace index_d$1 {
18829
- export { type index_d$1_AllowOneTimePurchasesRequest as AllowOneTimePurchasesRequest, type index_d$1_AllowOneTimePurchasesResponse as AllowOneTimePurchasesResponse, type index_d$1_AssignSubscriptionOptionsToProductOptions as AssignSubscriptionOptionsToProductOptions, type index_d$1_AssignSubscriptionOptionsToProductRequest as AssignSubscriptionOptionsToProductRequest, type index_d$1_AssignSubscriptionOptionsToProductResponse as AssignSubscriptionOptionsToProductResponse, type index_d$1_BulkCalculatePricesRequest as BulkCalculatePricesRequest, type index_d$1_BulkCalculatePricesRequestItem as BulkCalculatePricesRequestItem, type index_d$1_BulkCalculatePricesRequestV2 as BulkCalculatePricesRequestV2, type index_d$1_BulkCalculatePricesResponse as BulkCalculatePricesResponse, type index_d$1_BulkCalculatePricesResponseItem as BulkCalculatePricesResponseItem, type index_d$1_BulkCalculatePricesResponseV2 as BulkCalculatePricesResponseV2, type index_d$1_BulkCreateSubscriptionOptionsRequest as BulkCreateSubscriptionOptionsRequest, type index_d$1_BulkCreateSubscriptionOptionsResponse as BulkCreateSubscriptionOptionsResponse, type index_d$1_BulkCreateSubscriptionOptionsResponseNonNullableFields as BulkCreateSubscriptionOptionsResponseNonNullableFields, type index_d$1_BulkDeleteSubscriptionOptionsRequest as BulkDeleteSubscriptionOptionsRequest, type index_d$1_BulkDeleteSubscriptionOptionsResponse as BulkDeleteSubscriptionOptionsResponse, type index_d$1_BulkUpdateSubscriptionOptionsRequest as BulkUpdateSubscriptionOptionsRequest, type index_d$1_BulkUpdateSubscriptionOptionsResponse as BulkUpdateSubscriptionOptionsResponse, type index_d$1_BulkUpdateSubscriptionOptionsResponseNonNullableFields as BulkUpdateSubscriptionOptionsResponseNonNullableFields, type index_d$1_CalculatePricesRequest as CalculatePricesRequest, type index_d$1_CalculatePricesResponse as CalculatePricesResponse, type index_d$1_CreateSubscriptionOptionRequest as CreateSubscriptionOptionRequest, type index_d$1_CreateSubscriptionOptionResponse as CreateSubscriptionOptionResponse, type index_d$1_CreateSubscriptionOptionResponseNonNullableFields as CreateSubscriptionOptionResponseNonNullableFields, type index_d$1_DeleteSubscriptionOptionRequest as DeleteSubscriptionOptionRequest, type index_d$1_DeleteSubscriptionOptionResponse as DeleteSubscriptionOptionResponse, type index_d$1_Discount as Discount, index_d$1_DiscountType as DiscountType, type index_d$1_GetOneTimePurchasesStatusRequest as GetOneTimePurchasesStatusRequest, type index_d$1_GetOneTimePurchasesStatusResponse as GetOneTimePurchasesStatusResponse, type index_d$1_GetOneTimePurchasesStatusResponseNonNullableFields as GetOneTimePurchasesStatusResponseNonNullableFields, type index_d$1_GetProductIdsForSubscriptionOptionOptions as GetProductIdsForSubscriptionOptionOptions, type index_d$1_GetProductIdsForSubscriptionOptionRequest as GetProductIdsForSubscriptionOptionRequest, type index_d$1_GetProductIdsForSubscriptionOptionResponse as GetProductIdsForSubscriptionOptionResponse, type index_d$1_GetProductIdsForSubscriptionOptionResponseNonNullableFields as GetProductIdsForSubscriptionOptionResponseNonNullableFields, type index_d$1_GetSubscriptionOptionRequest as GetSubscriptionOptionRequest, type index_d$1_GetSubscriptionOptionResponse as GetSubscriptionOptionResponse, type index_d$1_GetSubscriptionOptionResponseNonNullableFields as GetSubscriptionOptionResponseNonNullableFields, type index_d$1_GetSubscriptionOptionsForProductOptions as GetSubscriptionOptionsForProductOptions, type index_d$1_GetSubscriptionOptionsForProductRequest as GetSubscriptionOptionsForProductRequest, type index_d$1_GetSubscriptionOptionsForProductResponse as GetSubscriptionOptionsForProductResponse, type index_d$1_GetSubscriptionOptionsForProductResponseNonNullableFields as GetSubscriptionOptionsForProductResponseNonNullableFields, type index_d$1_ListSubscriptionOptionsRequest as ListSubscriptionOptionsRequest, type index_d$1_ListSubscriptionOptionsResponse as ListSubscriptionOptionsResponse, type Paging$1 as Paging, type PagingMetadata$1 as PagingMetadata, index_d$1_SubscriptionFrequency as SubscriptionFrequency, type index_d$1_SubscriptionOption as SubscriptionOption, type index_d$1_SubscriptionOptionInProduct as SubscriptionOptionInProduct, type index_d$1_SubscriptionOptionNonNullableFields as SubscriptionOptionNonNullableFields, type index_d$1_SubscriptionOptionPriceData as SubscriptionOptionPriceData, type index_d$1_SubscriptionOptionPrices as SubscriptionOptionPrices, type index_d$1_SubscriptionSettings as SubscriptionSettings, type index_d$1_UpdateSubscriptionOption as UpdateSubscriptionOption, type index_d$1_UpdateSubscriptionOptionRequest as UpdateSubscriptionOptionRequest, type index_d$1_UpdateSubscriptionOptionResponse as UpdateSubscriptionOptionResponse, type index_d$1_UpdateSubscriptionOptionResponseNonNullableFields as UpdateSubscriptionOptionResponseNonNullableFields, index_d$1_allowOneTimePurchases as allowOneTimePurchases, index_d$1_assignSubscriptionOptionsToProduct as assignSubscriptionOptionsToProduct, index_d$1_bulkCreateSubscriptionOptions as bulkCreateSubscriptionOptions, index_d$1_bulkDeleteSubscriptionOptions as bulkDeleteSubscriptionOptions, index_d$1_bulkUpdateSubscriptionOptions as bulkUpdateSubscriptionOptions, index_d$1_createSubscriptionOption as createSubscriptionOption, index_d$1_deleteSubscriptionOption as deleteSubscriptionOption, index_d$1_getOneTimePurchasesStatus as getOneTimePurchasesStatus, index_d$1_getProductIdsForSubscriptionOption as getProductIdsForSubscriptionOption, index_d$1_getSubscriptionOption as getSubscriptionOption, index_d$1_getSubscriptionOptionsForProduct as getSubscriptionOptionsForProduct, type index_d$1_publicAllowOneTimePurchases_Type as publicAllowOneTimePurchases_Type, type index_d$1_publicAssignSubscriptionOptionsToProduct_Type as publicAssignSubscriptionOptionsToProduct_Type, type index_d$1_publicBulkCreateSubscriptionOptions_Type as publicBulkCreateSubscriptionOptions_Type, type index_d$1_publicBulkDeleteSubscriptionOptions_Type as publicBulkDeleteSubscriptionOptions_Type, type index_d$1_publicBulkUpdateSubscriptionOptions_Type as publicBulkUpdateSubscriptionOptions_Type, type index_d$1_publicCreateSubscriptionOption_Type as publicCreateSubscriptionOption_Type, type index_d$1_publicDeleteSubscriptionOption_Type as publicDeleteSubscriptionOption_Type, type index_d$1_publicGetOneTimePurchasesStatus_Type as publicGetOneTimePurchasesStatus_Type, type index_d$1_publicGetProductIdsForSubscriptionOption_Type as publicGetProductIdsForSubscriptionOption_Type, type index_d$1_publicGetSubscriptionOption_Type as publicGetSubscriptionOption_Type, type index_d$1_publicGetSubscriptionOptionsForProduct_Type as publicGetSubscriptionOptionsForProduct_Type, type index_d$1_publicUpdateSubscriptionOption_Type as publicUpdateSubscriptionOption_Type, index_d$1_updateSubscriptionOption as updateSubscriptionOption };
18322
+ export { type index_d$1_AllowOneTimePurchasesRequest as AllowOneTimePurchasesRequest, type index_d$1_AllowOneTimePurchasesResponse as AllowOneTimePurchasesResponse, type index_d$1_AssignSubscriptionOptionsToProductOptions as AssignSubscriptionOptionsToProductOptions, type index_d$1_AssignSubscriptionOptionsToProductRequest as AssignSubscriptionOptionsToProductRequest, type index_d$1_AssignSubscriptionOptionsToProductResponse as AssignSubscriptionOptionsToProductResponse, type index_d$1_BulkCalculatePricesRequest as BulkCalculatePricesRequest, type index_d$1_BulkCalculatePricesRequestItem as BulkCalculatePricesRequestItem, type index_d$1_BulkCalculatePricesRequestV2 as BulkCalculatePricesRequestV2, type index_d$1_BulkCalculatePricesResponse as BulkCalculatePricesResponse, type index_d$1_BulkCalculatePricesResponseItem as BulkCalculatePricesResponseItem, type index_d$1_BulkCalculatePricesResponseV2 as BulkCalculatePricesResponseV2, type index_d$1_BulkCreateSubscriptionOptionsRequest as BulkCreateSubscriptionOptionsRequest, type index_d$1_BulkCreateSubscriptionOptionsResponse as BulkCreateSubscriptionOptionsResponse, type index_d$1_BulkCreateSubscriptionOptionsResponseNonNullableFields as BulkCreateSubscriptionOptionsResponseNonNullableFields, type index_d$1_BulkDeleteSubscriptionOptionsRequest as BulkDeleteSubscriptionOptionsRequest, type index_d$1_BulkDeleteSubscriptionOptionsResponse as BulkDeleteSubscriptionOptionsResponse, type index_d$1_BulkUpdateSubscriptionOptionsRequest as BulkUpdateSubscriptionOptionsRequest, type index_d$1_BulkUpdateSubscriptionOptionsResponse as BulkUpdateSubscriptionOptionsResponse, type index_d$1_BulkUpdateSubscriptionOptionsResponseNonNullableFields as BulkUpdateSubscriptionOptionsResponseNonNullableFields, type index_d$1_CalculatePricesRequest as CalculatePricesRequest, type index_d$1_CalculatePricesResponse as CalculatePricesResponse, type index_d$1_CreateSubscriptionOptionRequest as CreateSubscriptionOptionRequest, type index_d$1_CreateSubscriptionOptionResponse as CreateSubscriptionOptionResponse, type index_d$1_CreateSubscriptionOptionResponseNonNullableFields as CreateSubscriptionOptionResponseNonNullableFields, type index_d$1_DeleteSubscriptionOptionRequest as DeleteSubscriptionOptionRequest, type index_d$1_DeleteSubscriptionOptionResponse as DeleteSubscriptionOptionResponse, type index_d$1_Discount as Discount, index_d$1_DiscountType as DiscountType, type index_d$1_GetOneTimePurchasesStatusRequest as GetOneTimePurchasesStatusRequest, type index_d$1_GetOneTimePurchasesStatusResponse as GetOneTimePurchasesStatusResponse, type index_d$1_GetOneTimePurchasesStatusResponseNonNullableFields as GetOneTimePurchasesStatusResponseNonNullableFields, type index_d$1_GetProductIdsForSubscriptionOptionOptions as GetProductIdsForSubscriptionOptionOptions, type index_d$1_GetProductIdsForSubscriptionOptionRequest as GetProductIdsForSubscriptionOptionRequest, type index_d$1_GetProductIdsForSubscriptionOptionResponse as GetProductIdsForSubscriptionOptionResponse, type index_d$1_GetProductIdsForSubscriptionOptionResponseNonNullableFields as GetProductIdsForSubscriptionOptionResponseNonNullableFields, type index_d$1_GetSubscriptionOptionRequest as GetSubscriptionOptionRequest, type index_d$1_GetSubscriptionOptionResponse as GetSubscriptionOptionResponse, type index_d$1_GetSubscriptionOptionResponseNonNullableFields as GetSubscriptionOptionResponseNonNullableFields, type index_d$1_GetSubscriptionOptionsForProductOptions as GetSubscriptionOptionsForProductOptions, type index_d$1_GetSubscriptionOptionsForProductRequest as GetSubscriptionOptionsForProductRequest, type index_d$1_GetSubscriptionOptionsForProductResponse as GetSubscriptionOptionsForProductResponse, type index_d$1_GetSubscriptionOptionsForProductResponseNonNullableFields as GetSubscriptionOptionsForProductResponseNonNullableFields, type index_d$1_ListSubscriptionOptionsRequest as ListSubscriptionOptionsRequest, type index_d$1_ListSubscriptionOptionsResponse as ListSubscriptionOptionsResponse, type Paging$1 as Paging, type PagingMetadata$1 as PagingMetadata, index_d$1_SubscriptionFrequency as SubscriptionFrequency, type index_d$1_SubscriptionOption as SubscriptionOption, type index_d$1_SubscriptionOptionInProduct as SubscriptionOptionInProduct, type index_d$1_SubscriptionOptionNonNullableFields as SubscriptionOptionNonNullableFields, type index_d$1_SubscriptionOptionPriceData as SubscriptionOptionPriceData, type index_d$1_SubscriptionOptionPrices as SubscriptionOptionPrices, type index_d$1_SubscriptionSettings as SubscriptionSettings, type index_d$1_UpdateSubscriptionOption as UpdateSubscriptionOption, type index_d$1_UpdateSubscriptionOptionRequest as UpdateSubscriptionOptionRequest, type index_d$1_UpdateSubscriptionOptionResponse as UpdateSubscriptionOptionResponse, type index_d$1_UpdateSubscriptionOptionResponseNonNullableFields as UpdateSubscriptionOptionResponseNonNullableFields, index_d$1_allowOneTimePurchases as allowOneTimePurchases, index_d$1_assignSubscriptionOptionsToProduct as assignSubscriptionOptionsToProduct, index_d$1_bulkCreateSubscriptionOptions as bulkCreateSubscriptionOptions, index_d$1_bulkDeleteSubscriptionOptions as bulkDeleteSubscriptionOptions, index_d$1_bulkUpdateSubscriptionOptions as bulkUpdateSubscriptionOptions, index_d$1_createSubscriptionOption as createSubscriptionOption, index_d$1_deleteSubscriptionOption as deleteSubscriptionOption, index_d$1_getOneTimePurchasesStatus as getOneTimePurchasesStatus, index_d$1_getProductIdsForSubscriptionOption as getProductIdsForSubscriptionOption, index_d$1_getSubscriptionOption as getSubscriptionOption, index_d$1_getSubscriptionOptionsForProduct as getSubscriptionOptionsForProduct, index_d$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 index_d_BaseEventMetadata = BaseEventMetadata;
19289
18765
  type index_d_BulkUpdateInventoryItemsRequest = BulkUpdateInventoryItemsRequest;
@@ -19337,17 +18813,10 @@ declare const index_d_getInventoryVariants: typeof getInventoryVariants;
19337
18813
  declare const index_d_incrementInventory: typeof incrementInventory;
19338
18814
  declare const index_d_onInventoryItemChanged: typeof onInventoryItemChanged;
19339
18815
  declare const index_d_onInventoryVariantsChanged: typeof onInventoryVariantsChanged;
19340
- type index_d_publicDecrementInventory_Type = publicDecrementInventory_Type;
19341
- type index_d_publicGetInventoryVariants_Type = publicGetInventoryVariants_Type;
19342
- type index_d_publicIncrementInventory_Type = publicIncrementInventory_Type;
19343
- type index_d_publicOnInventoryItemChanged_Type = publicOnInventoryItemChanged_Type;
19344
- type index_d_publicOnInventoryVariantsChanged_Type = publicOnInventoryVariantsChanged_Type;
19345
- type index_d_publicQueryInventory_Type = publicQueryInventory_Type;
19346
- type index_d_publicUpdateInventoryVariants_Type = publicUpdateInventoryVariants_Type;
19347
18816
  declare const index_d_queryInventory: typeof queryInventory;
19348
18817
  declare const index_d_updateInventoryVariants: typeof updateInventoryVariants;
19349
18818
  declare namespace index_d {
19350
- export { type index_d_BaseEventMetadata as BaseEventMetadata, type index_d_BulkUpdateInventoryItemsRequest as BulkUpdateInventoryItemsRequest, type index_d_BulkUpdateInventoryItemsResponse as BulkUpdateInventoryItemsResponse, type index_d_BulkUpdateInventoryVariantsRequest as BulkUpdateInventoryVariantsRequest, type index_d_BulkUpdateInventoryVariantsRequestActionOneOf as BulkUpdateInventoryVariantsRequestActionOneOf, type index_d_BulkUpdateInventoryVariantsResponse as BulkUpdateInventoryVariantsResponse, type index_d_ChangedInventoryVariant as ChangedInventoryVariant, type index_d_ChangedInventoryVariantData as ChangedInventoryVariantData, type index_d_DecrementData as DecrementData, type index_d_DecrementDataIdOneOf as DecrementDataIdOneOf, type index_d_DecrementInventoryRequest as DecrementInventoryRequest, type index_d_DecrementInventoryResponse as DecrementInventoryResponse, type index_d_GetInventoryItemsRequest as GetInventoryItemsRequest, type index_d_GetInventoryItemsResponse as GetInventoryItemsResponse, type index_d_GetInventoryVariantsOptions as GetInventoryVariantsOptions, type index_d_GetInventoryVariantsRequest as GetInventoryVariantsRequest, type index_d_GetInventoryVariantsRequestIdOneOf as GetInventoryVariantsRequestIdOneOf, type index_d_GetInventoryVariantsResponse as GetInventoryVariantsResponse, type index_d_GetInventoryVariantsResponseNonNullableFields as GetInventoryVariantsResponseNonNullableFields, type index_d_IdentificationData as IdentificationData, type index_d_IdentificationDataIdOneOf as IdentificationDataIdOneOf, type index_d_IncrementData as IncrementData, type index_d_IncrementDataIdOneOf as IncrementDataIdOneOf, type index_d_IncrementInventoryRequest as IncrementInventoryRequest, type index_d_IncrementInventoryResponse as IncrementInventoryResponse, type index_d_InventoryItemChanged as InventoryItemChanged, type index_d_InventoryItemChangedEnvelope as InventoryItemChangedEnvelope, type index_d_InventoryItemV2 as InventoryItemV2, type index_d_InventoryVariantV2 as InventoryVariantV2, type index_d_InventoryVariantsChanged as InventoryVariantsChanged, type index_d_InventoryVariantsChangedEnvelope as InventoryVariantsChangedEnvelope, type index_d_MessageEnvelope as MessageEnvelope, type index_d_Paging as Paging, type index_d_PagingMetadata as PagingMetadata, type index_d_PreorderInfo as PreorderInfo, type index_d_Query as Query, type index_d_QueryInventoryOptions as QueryInventoryOptions, type index_d_QueryInventoryRequest as QueryInventoryRequest, type index_d_QueryInventoryResponse as QueryInventoryResponse, type index_d_QueryInventoryResponseNonNullableFields as QueryInventoryResponseNonNullableFields, index_d_ReasonType as ReasonType, type index_d_UpdateInventoryVariantsInventoryItem as UpdateInventoryVariantsInventoryItem, type index_d_UpdateInventoryVariantsRequest as UpdateInventoryVariantsRequest, type index_d_UpdateInventoryVariantsResponse as UpdateInventoryVariantsResponse, index_d_WebhookIdentityType as WebhookIdentityType, index_d_decrementInventory as decrementInventory, index_d_getInventoryVariants as getInventoryVariants, index_d_incrementInventory as incrementInventory, index_d_onInventoryItemChanged as onInventoryItemChanged, index_d_onInventoryVariantsChanged as onInventoryVariantsChanged, type index_d_publicDecrementInventory_Type as publicDecrementInventory_Type, type index_d_publicGetInventoryVariants_Type as publicGetInventoryVariants_Type, type index_d_publicIncrementInventory_Type as publicIncrementInventory_Type, onInventoryItemChanged$1 as publicOnInventoryItemChanged, type index_d_publicOnInventoryItemChanged_Type as publicOnInventoryItemChanged_Type, onInventoryVariantsChanged$1 as publicOnInventoryVariantsChanged, type index_d_publicOnInventoryVariantsChanged_Type as publicOnInventoryVariantsChanged_Type, type index_d_publicQueryInventory_Type as publicQueryInventory_Type, type index_d_publicUpdateInventoryVariants_Type as publicUpdateInventoryVariants_Type, index_d_queryInventory as queryInventory, index_d_updateInventoryVariants as updateInventoryVariants };
18819
+ export { type index_d_BaseEventMetadata as BaseEventMetadata, type index_d_BulkUpdateInventoryItemsRequest as BulkUpdateInventoryItemsRequest, type index_d_BulkUpdateInventoryItemsResponse as BulkUpdateInventoryItemsResponse, type index_d_BulkUpdateInventoryVariantsRequest as BulkUpdateInventoryVariantsRequest, type index_d_BulkUpdateInventoryVariantsRequestActionOneOf as BulkUpdateInventoryVariantsRequestActionOneOf, type index_d_BulkUpdateInventoryVariantsResponse as BulkUpdateInventoryVariantsResponse, type index_d_ChangedInventoryVariant as ChangedInventoryVariant, type index_d_ChangedInventoryVariantData as ChangedInventoryVariantData, type index_d_DecrementData as DecrementData, type index_d_DecrementDataIdOneOf as DecrementDataIdOneOf, type index_d_DecrementInventoryRequest as DecrementInventoryRequest, type index_d_DecrementInventoryResponse as DecrementInventoryResponse, type index_d_GetInventoryItemsRequest as GetInventoryItemsRequest, type index_d_GetInventoryItemsResponse as GetInventoryItemsResponse, type index_d_GetInventoryVariantsOptions as GetInventoryVariantsOptions, type index_d_GetInventoryVariantsRequest as GetInventoryVariantsRequest, type index_d_GetInventoryVariantsRequestIdOneOf as GetInventoryVariantsRequestIdOneOf, type index_d_GetInventoryVariantsResponse as GetInventoryVariantsResponse, type index_d_GetInventoryVariantsResponseNonNullableFields as GetInventoryVariantsResponseNonNullableFields, type index_d_IdentificationData as IdentificationData, type index_d_IdentificationDataIdOneOf as IdentificationDataIdOneOf, type index_d_IncrementData as IncrementData, type index_d_IncrementDataIdOneOf as IncrementDataIdOneOf, type index_d_IncrementInventoryRequest as IncrementInventoryRequest, type index_d_IncrementInventoryResponse as IncrementInventoryResponse, type index_d_InventoryItemChanged as InventoryItemChanged, type index_d_InventoryItemChangedEnvelope as InventoryItemChangedEnvelope, type index_d_InventoryItemV2 as InventoryItemV2, type index_d_InventoryVariantV2 as InventoryVariantV2, type index_d_InventoryVariantsChanged as InventoryVariantsChanged, type index_d_InventoryVariantsChangedEnvelope as InventoryVariantsChangedEnvelope, type index_d_MessageEnvelope as MessageEnvelope, type index_d_Paging as Paging, type index_d_PagingMetadata as PagingMetadata, type index_d_PreorderInfo as PreorderInfo, type index_d_Query as Query, type index_d_QueryInventoryOptions as QueryInventoryOptions, type index_d_QueryInventoryRequest as QueryInventoryRequest, type index_d_QueryInventoryResponse as QueryInventoryResponse, type index_d_QueryInventoryResponseNonNullableFields as QueryInventoryResponseNonNullableFields, index_d_ReasonType as ReasonType, type index_d_UpdateInventoryVariantsInventoryItem as UpdateInventoryVariantsInventoryItem, type index_d_UpdateInventoryVariantsRequest as UpdateInventoryVariantsRequest, type index_d_UpdateInventoryVariantsResponse as UpdateInventoryVariantsResponse, index_d_WebhookIdentityType as WebhookIdentityType, index_d_decrementInventory as decrementInventory, index_d_getInventoryVariants as getInventoryVariants, index_d_incrementInventory as incrementInventory, index_d_onInventoryItemChanged as onInventoryItemChanged, index_d_onInventoryVariantsChanged as onInventoryVariantsChanged, index_d_queryInventory as queryInventory, index_d_updateInventoryVariants as updateInventoryVariants };
19351
18820
  }
19352
18821
 
19353
18822
  export { index_d$9 as brandsV3, index_d$4 as catalogProvision, index_d$b as collections, index_d$8 as customizationsV3, index_d$7 as infoSectionsV3, index_d as inventory, index_d$6 as inventoryItemsV3, index_d$a as products, index_d$5 as productsV3, index_d$3 as ribbonsV3, index_d$2 as storesLocationsV3, index_d$1 as subscriptionOptions, index_d$c as wishlist };