@wix/stores 1.0.184 → 1.0.186

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.
@@ -2340,7 +2340,7 @@ interface QueryStoreVariantsResponseNonNullableFields {
2340
2340
  interface GetStoreVariantResponseNonNullableFields {
2341
2341
  variant?: StoreVariantNonNullableFields;
2342
2342
  }
2343
- interface BaseEventMetadata$6 {
2343
+ interface BaseEventMetadata$7 {
2344
2344
  /** App instance ID. */
2345
2345
  instanceId?: string | null;
2346
2346
  /** Event type. */
@@ -2350,31 +2350,31 @@ interface BaseEventMetadata$6 {
2350
2350
  }
2351
2351
  interface ProductCreatedEnvelope$1 {
2352
2352
  data: ProductCreated;
2353
- metadata: BaseEventMetadata$6;
2353
+ metadata: BaseEventMetadata$7;
2354
2354
  }
2355
2355
  interface ProductChangedEnvelope {
2356
2356
  data: ProductChanged;
2357
- metadata: BaseEventMetadata$6;
2357
+ metadata: BaseEventMetadata$7;
2358
2358
  }
2359
2359
  interface ProductDeletedEnvelope$1 {
2360
2360
  data: ProductDeleted;
2361
- metadata: BaseEventMetadata$6;
2361
+ metadata: BaseEventMetadata$7;
2362
2362
  }
2363
2363
  interface ProductCollectionCreatedEnvelope {
2364
2364
  data: CollectionCreated;
2365
- metadata: BaseEventMetadata$6;
2365
+ metadata: BaseEventMetadata$7;
2366
2366
  }
2367
2367
  interface ProductCollectionChangedEnvelope {
2368
2368
  data: CollectionChanged;
2369
- metadata: BaseEventMetadata$6;
2369
+ metadata: BaseEventMetadata$7;
2370
2370
  }
2371
2371
  interface ProductCollectionDeletedEnvelope {
2372
2372
  data: CollectionDeleted;
2373
- metadata: BaseEventMetadata$6;
2373
+ metadata: BaseEventMetadata$7;
2374
2374
  }
2375
2375
  interface ProductVariantsChangedEnvelope {
2376
2376
  data: VariantsChanged;
2377
- metadata: BaseEventMetadata$6;
2377
+ metadata: BaseEventMetadata$7;
2378
2378
  }
2379
2379
  interface UpdateProduct {
2380
2380
  /**
@@ -2541,80 +2541,80 @@ interface QueryOffsetResult {
2541
2541
  length: number;
2542
2542
  pageSize: number;
2543
2543
  }
2544
- interface ProductsQueryResult extends QueryOffsetResult {
2544
+ interface ProductsQueryResult$1 extends QueryOffsetResult {
2545
2545
  items: Product$2[];
2546
- query: ProductsQueryBuilder;
2547
- next: () => Promise<ProductsQueryResult>;
2548
- prev: () => Promise<ProductsQueryResult>;
2546
+ query: ProductsQueryBuilder$1;
2547
+ next: () => Promise<ProductsQueryResult$1>;
2548
+ prev: () => Promise<ProductsQueryResult$1>;
2549
2549
  }
2550
- interface ProductsQueryBuilder {
2550
+ interface ProductsQueryBuilder$1 {
2551
2551
  /** @param propertyName - Property whose value is compared with `value`.
2552
2552
  * @param value - Value to compare against.
2553
2553
  * @documentationMaturity preview
2554
2554
  */
2555
- eq: (propertyName: '_id' | 'name' | 'slug' | 'productType' | 'description' | 'sku' | 'price' | 'priceData.price' | 'numericId' | 'collectionIds' | 'lastUpdated' | '_createdDate', value: any) => ProductsQueryBuilder;
2555
+ eq: (propertyName: '_id' | 'name' | 'slug' | 'productType' | 'description' | 'sku' | 'price' | 'priceData.price' | 'numericId' | 'collectionIds' | 'lastUpdated' | '_createdDate', value: any) => ProductsQueryBuilder$1;
2556
2556
  /** @param propertyName - Property whose value is compared with `value`.
2557
2557
  * @param value - Value to compare against.
2558
2558
  * @documentationMaturity preview
2559
2559
  */
2560
- ne: (propertyName: '_id' | 'name' | 'slug' | 'productType' | 'description' | 'sku' | 'price' | 'priceData.price' | 'numericId' | 'collectionIds' | 'lastUpdated' | '_createdDate', value: any) => ProductsQueryBuilder;
2560
+ ne: (propertyName: '_id' | 'name' | 'slug' | 'productType' | 'description' | 'sku' | 'price' | 'priceData.price' | 'numericId' | 'collectionIds' | 'lastUpdated' | '_createdDate', value: any) => ProductsQueryBuilder$1;
2561
2561
  /** @param propertyName - Property whose value is compared with `value`.
2562
2562
  * @param value - Value to compare against.
2563
2563
  * @documentationMaturity preview
2564
2564
  */
2565
- ge: (propertyName: 'priceData.price' | 'numericId' | 'lastUpdated' | '_createdDate', value: any) => ProductsQueryBuilder;
2565
+ ge: (propertyName: 'priceData.price' | 'numericId' | 'lastUpdated' | '_createdDate', value: any) => ProductsQueryBuilder$1;
2566
2566
  /** @param propertyName - Property whose value is compared with `value`.
2567
2567
  * @param value - Value to compare against.
2568
2568
  * @documentationMaturity preview
2569
2569
  */
2570
- gt: (propertyName: 'priceData.price' | 'numericId' | 'lastUpdated' | '_createdDate', value: any) => ProductsQueryBuilder;
2570
+ gt: (propertyName: 'priceData.price' | 'numericId' | 'lastUpdated' | '_createdDate', value: any) => ProductsQueryBuilder$1;
2571
2571
  /** @param propertyName - Property whose value is compared with `value`.
2572
2572
  * @param value - Value to compare against.
2573
2573
  * @documentationMaturity preview
2574
2574
  */
2575
- le: (propertyName: 'priceData.price' | 'numericId' | 'lastUpdated' | '_createdDate', value: any) => ProductsQueryBuilder;
2575
+ le: (propertyName: 'priceData.price' | 'numericId' | 'lastUpdated' | '_createdDate', value: any) => ProductsQueryBuilder$1;
2576
2576
  /** @param propertyName - Property whose value is compared with `value`.
2577
2577
  * @param value - Value to compare against.
2578
2578
  * @documentationMaturity preview
2579
2579
  */
2580
- lt: (propertyName: 'priceData.price' | 'numericId' | 'lastUpdated' | '_createdDate', value: any) => ProductsQueryBuilder;
2580
+ lt: (propertyName: 'priceData.price' | 'numericId' | 'lastUpdated' | '_createdDate', value: any) => ProductsQueryBuilder$1;
2581
2581
  /** @param propertyName - Property whose value is compared with `string`.
2582
2582
  * @param string - String to compare against. Case-insensitive.
2583
2583
  * @documentationMaturity preview
2584
2584
  */
2585
- startsWith: (propertyName: '_id' | 'name' | 'slug' | 'description' | 'sku', value: string) => ProductsQueryBuilder;
2585
+ startsWith: (propertyName: '_id' | 'name' | 'slug' | 'description' | 'sku', value: string) => ProductsQueryBuilder$1;
2586
2586
  /** @param propertyName - Property whose value is compared with `values`.
2587
2587
  * @param values - List of values to compare against.
2588
2588
  * @documentationMaturity preview
2589
2589
  */
2590
- hasSome: (propertyName: '_id' | 'name' | 'slug' | 'productType' | 'description' | 'sku' | 'price' | 'priceData.price' | 'numericId' | 'collectionIds' | 'lastUpdated' | '_createdDate', value: any[]) => ProductsQueryBuilder;
2590
+ hasSome: (propertyName: '_id' | 'name' | 'slug' | 'productType' | 'description' | 'sku' | 'price' | 'priceData.price' | 'numericId' | 'collectionIds' | 'lastUpdated' | '_createdDate', value: any[]) => ProductsQueryBuilder$1;
2591
2591
  /** @param propertyName - Property whose value is compared with `values`.
2592
2592
  * @param values - List of values to compare against.
2593
2593
  * @documentationMaturity preview
2594
2594
  */
2595
- hasAll: (propertyName: 'collectionIds', value: any[]) => ProductsQueryBuilder;
2595
+ hasAll: (propertyName: 'collectionIds', value: any[]) => ProductsQueryBuilder$1;
2596
2596
  /** @documentationMaturity preview */
2597
- in: (propertyName: '_id' | 'name' | 'slug' | 'productType' | 'description' | 'sku' | 'price' | 'priceData.price' | 'numericId' | 'collectionIds' | 'lastUpdated' | '_createdDate', value: any) => ProductsQueryBuilder;
2597
+ in: (propertyName: '_id' | 'name' | 'slug' | 'productType' | 'description' | 'sku' | 'price' | 'priceData.price' | 'numericId' | 'collectionIds' | 'lastUpdated' | '_createdDate', value: any) => ProductsQueryBuilder$1;
2598
2598
  /** @documentationMaturity preview */
2599
- exists: (propertyName: '_id' | 'name' | 'slug' | 'productType' | 'description' | 'sku' | 'price' | 'priceData.price' | 'numericId' | 'collectionIds' | 'lastUpdated' | '_createdDate', value: boolean) => ProductsQueryBuilder;
2599
+ exists: (propertyName: '_id' | 'name' | 'slug' | 'productType' | 'description' | 'sku' | 'price' | 'priceData.price' | 'numericId' | 'collectionIds' | 'lastUpdated' | '_createdDate', value: boolean) => ProductsQueryBuilder$1;
2600
2600
  /** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
2601
2601
  * @documentationMaturity preview
2602
2602
  */
2603
- ascending: (...propertyNames: Array<'_id' | 'name' | 'slug' | 'productType' | 'sku' | 'price' | 'priceData.price' | 'numericId' | 'lastUpdated'>) => ProductsQueryBuilder;
2603
+ ascending: (...propertyNames: Array<'_id' | 'name' | 'slug' | 'productType' | 'sku' | 'price' | 'priceData.price' | 'numericId' | 'lastUpdated'>) => ProductsQueryBuilder$1;
2604
2604
  /** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
2605
2605
  * @documentationMaturity preview
2606
2606
  */
2607
- descending: (...propertyNames: Array<'_id' | 'name' | 'slug' | 'productType' | 'sku' | 'price' | 'priceData.price' | 'numericId' | 'lastUpdated'>) => ProductsQueryBuilder;
2607
+ descending: (...propertyNames: Array<'_id' | 'name' | 'slug' | 'productType' | 'sku' | 'price' | 'priceData.price' | 'numericId' | 'lastUpdated'>) => ProductsQueryBuilder$1;
2608
2608
  /** @param limit - Number of items to return, which is also the `pageSize` of the results object.
2609
2609
  * @documentationMaturity preview
2610
2610
  */
2611
- limit: (limit: number) => ProductsQueryBuilder;
2611
+ limit: (limit: number) => ProductsQueryBuilder$1;
2612
2612
  /** @param skip - Number of items to skip in the query results before returning the results.
2613
2613
  * @documentationMaturity preview
2614
2614
  */
2615
- skip: (skip: number) => ProductsQueryBuilder;
2615
+ skip: (skip: number) => ProductsQueryBuilder$1;
2616
2616
  /** @documentationMaturity preview */
2617
- find: () => Promise<ProductsQueryResult>;
2617
+ find: () => Promise<ProductsQueryResult$1>;
2618
2618
  }
2619
2619
  interface GetProductOptions {
2620
2620
  /** Whether merchant specific data, such as cost and profit data, should be included in the response. Requires permissions to manage products. */
@@ -2635,7 +2635,7 @@ interface QueryProductVariantsOptions {
2635
2635
 
2636
2636
  declare function createRESTModule$a<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
2637
2637
 
2638
- declare function createEventModule$6<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
2638
+ declare function createEventModule$7<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
2639
2639
 
2640
2640
  declare const createProduct: ReturnType<typeof createRESTModule$a<typeof publicCreateProduct>>;
2641
2641
  declare const updateProduct: ReturnType<typeof createRESTModule$a<typeof publicUpdateProduct>>;
@@ -2663,13 +2663,13 @@ declare const getProductOptionsAvailability: ReturnType<typeof createRESTModule$
2663
2663
  declare const queryProductVariants: ReturnType<typeof createRESTModule$a<typeof publicQueryProductVariants>>;
2664
2664
  declare const queryStoreVariants: ReturnType<typeof createRESTModule$a<typeof publicQueryStoreVariants>>;
2665
2665
  declare const getStoreVariant: ReturnType<typeof createRESTModule$a<typeof publicGetStoreVariant>>;
2666
- declare const onProductCreated$1: ReturnType<typeof createEventModule$6<typeof publicOnProductCreated>>;
2667
- declare const onProductChanged: ReturnType<typeof createEventModule$6<typeof publicOnProductChanged>>;
2668
- declare const onProductDeleted$1: ReturnType<typeof createEventModule$6<typeof publicOnProductDeleted>>;
2669
- declare const onProductCollectionCreated: ReturnType<typeof createEventModule$6<typeof publicOnProductCollectionCreated>>;
2670
- declare const onProductCollectionChanged: ReturnType<typeof createEventModule$6<typeof publicOnProductCollectionChanged>>;
2671
- declare const onProductCollectionDeleted: ReturnType<typeof createEventModule$6<typeof publicOnProductCollectionDeleted>>;
2672
- declare const onProductVariantsChanged: ReturnType<typeof createEventModule$6<typeof publicOnProductVariantsChanged>>;
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>>;
2673
2673
 
2674
2674
  type context$a_AddProductMediaRequest = AddProductMediaRequest;
2675
2675
  type context$a_AddProductMediaResponse = AddProductMediaResponse;
@@ -2765,8 +2765,6 @@ type context$a_ProductOptionsAvailabilityRequest = ProductOptionsAvailabilityReq
2765
2765
  type context$a_ProductOptionsAvailabilityResponse = ProductOptionsAvailabilityResponse;
2766
2766
  type context$a_ProductOptionsAvailabilityResponseNonNullableFields = ProductOptionsAvailabilityResponseNonNullableFields;
2767
2767
  type context$a_ProductVariantsChangedEnvelope = ProductVariantsChangedEnvelope;
2768
- type context$a_ProductsQueryBuilder = ProductsQueryBuilder;
2769
- type context$a_ProductsQueryResult = ProductsQueryResult;
2770
2768
  type context$a_PropertyAdjustmentData = PropertyAdjustmentData;
2771
2769
  type context$a_PropertyAdjustmentDataByOneOf = PropertyAdjustmentDataByOneOf;
2772
2770
  type context$a_QueryCollectionsPlatformizedRequest = QueryCollectionsPlatformizedRequest;
@@ -2868,7 +2866,7 @@ declare const context$a_updateCollection: typeof updateCollection;
2868
2866
  declare const context$a_updateProduct: typeof updateProduct;
2869
2867
  declare const context$a_updateProductVariants: typeof updateProductVariants;
2870
2868
  declare namespace context$a {
2871
- export { type context$a_AddProductMediaRequest as AddProductMediaRequest, type context$a_AddProductMediaResponse as AddProductMediaResponse, type context$a_AddProductMediaToChoicesRequest as AddProductMediaToChoicesRequest, type context$a_AddProductMediaToChoicesResponse as AddProductMediaToChoicesResponse, type context$a_AddProductsToCollectionRequest as AddProductsToCollectionRequest, type context$a_AddProductsToCollectionResponse as AddProductsToCollectionResponse, type context$a_AdditionalInfoSection as AdditionalInfoSection, type AdjustValue$1 as AdjustValue, type context$a_AdjustValueValueOneOf as AdjustValueValueOneOf, type context$a_AggregateProductsRequest as AggregateProductsRequest, type context$a_AggregateProductsResponse as AggregateProductsResponse, type context$a_AllowedProductsCountLimitExceededErrorData as AllowedProductsCountLimitExceededErrorData, type ApplicationError$6 as ApplicationError, type BaseEventMetadata$6 as BaseEventMetadata, type BulkActionMetadata$6 as BulkActionMetadata, type context$a_BulkAdjustProductPropertiesByFilterSyncRequest as BulkAdjustProductPropertiesByFilterSyncRequest, type context$a_BulkAdjustProductPropertiesByFilterSyncResponse as BulkAdjustProductPropertiesByFilterSyncResponse, type context$a_BulkAdjustProductPropertiesRequest as BulkAdjustProductPropertiesRequest, type context$a_BulkAdjustProductPropertiesResponse as BulkAdjustProductPropertiesResponse, type context$a_BulkAdjustProductPropertiesResponseNonNullableFields as BulkAdjustProductPropertiesResponseNonNullableFields, type BulkDeleteProductsRequest$1 as BulkDeleteProductsRequest, type BulkDeleteProductsResponse$1 as BulkDeleteProductsResponse, type BulkProductResult$1 as BulkProductResult, type context$a_BulkQueryCustomFieldsRequest as BulkQueryCustomFieldsRequest, type context$a_BulkQueryCustomFieldsResponse as BulkQueryCustomFieldsResponse, type context$a_BulkRemoveCustomFieldsRequest as BulkRemoveCustomFieldsRequest, type context$a_BulkRemoveCustomFieldsResponse as BulkRemoveCustomFieldsResponse, type context$a_BulkSetCustomFieldsRequest as BulkSetCustomFieldsRequest, type context$a_BulkSetCustomFieldsResponse as BulkSetCustomFieldsResponse, type context$a_BulkUpdateProductsByFilterSyncRequest as BulkUpdateProductsByFilterSyncRequest, type context$a_BulkUpdateProductsByFilterSyncResponse as BulkUpdateProductsByFilterSyncResponse, type BulkUpdateProductsRequest$1 as BulkUpdateProductsRequest, type BulkUpdateProductsResponse$1 as BulkUpdateProductsResponse, type BulkUpdateProductsResponseNonNullableFields$1 as BulkUpdateProductsResponseNonNullableFields, type Choice$1 as Choice, type context$a_Collection as Collection, type context$a_CollectionChanged as CollectionChanged, type context$a_CollectionCreated as CollectionCreated, type context$a_CollectionDeleted as CollectionDeleted, type context$a_CostAndProfitData as CostAndProfitData, type context$a_CreateCollectionRequest as CreateCollectionRequest, type context$a_CreateCollectionResponse as CreateCollectionResponse, type context$a_CreateCollectionResponseNonNullableFields as CreateCollectionResponseNonNullableFields, type context$a_CreateDigitalProductRequest as CreateDigitalProductRequest, type context$a_CreateDigitalProductResponse as CreateDigitalProductResponse, type context$a_CreateProductPlatformizedRequest as CreateProductPlatformizedRequest, type context$a_CreateProductPlatformizedResponse as CreateProductPlatformizedResponse, type CreateProductRequest$1 as CreateProductRequest, type CreateProductResponse$1 as CreateProductResponse, type CreateProductResponseNonNullableFields$1 as CreateProductResponseNonNullableFields, type CursorPaging$7 as CursorPaging, type Cursors$7 as Cursors, type context$a_CustomFieldsContainer as CustomFieldsContainer, type context$a_CustomTextField as CustomTextField, type context$a_DeleteCollectionRequest as DeleteCollectionRequest, type context$a_DeleteCollectionResponse as DeleteCollectionResponse, type context$a_DeleteProductOptionsRequest as DeleteProductOptionsRequest, type context$a_DeleteProductOptionsResponse as DeleteProductOptionsResponse, type context$a_DeleteProductPlatformizedRequest as DeleteProductPlatformizedRequest, type context$a_DeleteProductPlatformizedResponse as DeleteProductPlatformizedResponse, type DeleteProductRequest$1 as DeleteProductRequest, type DeleteProductResponse$1 as DeleteProductResponse, type Discount$1 as Discount, DiscountType$2 as DiscountType, FileType$1 as FileType, type context$a_FormattedPrice as FormattedPrice, type context$a_GetCollectionBySlugRequest as GetCollectionBySlugRequest, type context$a_GetCollectionBySlugResponse as GetCollectionBySlugResponse, type context$a_GetCollectionBySlugResponseNonNullableFields as GetCollectionBySlugResponseNonNullableFields, type context$a_GetCollectionRequest as GetCollectionRequest, type context$a_GetCollectionResponse as GetCollectionResponse, type context$a_GetProductOptions as GetProductOptions, type context$a_GetProductPlatformizedRequest as GetProductPlatformizedRequest, type context$a_GetProductPlatformizedResponse as GetProductPlatformizedResponse, type GetProductRequest$1 as GetProductRequest, type GetProductResponse$1 as GetProductResponse, type context$a_GetProductResponseNonNullableFields as GetProductResponseNonNullableFields, type context$a_GetProductsRequest as GetProductsRequest, type context$a_GetProductsResponse as GetProductsResponse, type context$a_GetStoreVariantRequest as GetStoreVariantRequest, type context$a_GetStoreVariantResponse as GetStoreVariantResponse, type context$a_GetStoreVariantResponseNonNullableFields as GetStoreVariantResponseNonNullableFields, type IdentificationData$9 as IdentificationData, type IdentificationDataIdOneOf$9 as IdentificationDataIdOneOf, InventoryStatus$1 as InventoryStatus, type ItemMetadata$6 as ItemMetadata, type Keyword$1 as Keyword, MeasurementUnit$1 as MeasurementUnit, type Media$2 as Media, type context$a_MediaAssignmentToChoice as MediaAssignmentToChoice, type context$a_MediaDataForWrite as MediaDataForWrite, type context$a_MediaDataForWriteMediaSourceOneOf as MediaDataForWriteMediaSourceOneOf, type context$a_MediaItem as MediaItem, type context$a_MediaItemItemOneOf as MediaItemItemOneOf, context$a_MediaItemType as MediaItemType, type context$a_MediaItemUrlAndSize as MediaItemUrlAndSize, type context$a_MediaItemVideo as MediaItemVideo, type MessageEnvelope$9 as MessageEnvelope, type context$a_NumericPropertyRange as NumericPropertyRange, type context$a_OptionAndChoice as OptionAndChoice, context$a_OptionType as OptionType, type context$a_PageUrl as PageUrl, type Paging$2 as Paging, type PagingMetadata$4 as PagingMetadata, type context$a_PagingWithBigLimit as PagingWithBigLimit, type context$a_PercentageData as PercentageData, type context$a_PlatformMedia as PlatformMedia, type context$a_PlatformMediaMediaOneOf as PlatformMediaMediaOneOf, type PlatformPaging$2 as PlatformPaging, type context$a_PlatformPagingMetadata as PlatformPagingMetadata, type context$a_PlatformQuery as PlatformQuery, type context$a_PlatformQueryPagingMethodOneOf as PlatformQueryPagingMethodOneOf, type PreorderInfo$3 as PreorderInfo, type context$a_PriceData as PriceData, type context$a_PricePerUnitData as PricePerUnitData, type Product$2 as Product, type context$a_ProductChanged as ProductChanged, type context$a_ProductChangedEnvelope as ProductChangedEnvelope, type context$a_ProductCollectionChangedEnvelope as ProductCollectionChangedEnvelope, type context$a_ProductCollectionCreatedEnvelope as ProductCollectionCreatedEnvelope, type context$a_ProductCollectionDeletedEnvelope as ProductCollectionDeletedEnvelope, type context$a_ProductCreated as ProductCreated, type ProductCreatedEnvelope$1 as ProductCreatedEnvelope, type context$a_ProductDeleted as ProductDeleted, type ProductDeletedEnvelope$1 as ProductDeletedEnvelope, type context$a_ProductOption as ProductOption, type context$a_ProductOptionsAvailabilityRequest as ProductOptionsAvailabilityRequest, type context$a_ProductOptionsAvailabilityResponse as ProductOptionsAvailabilityResponse, type context$a_ProductOptionsAvailabilityResponseNonNullableFields as ProductOptionsAvailabilityResponseNonNullableFields, ProductType$1 as ProductType, type context$a_ProductVariantsChangedEnvelope as ProductVariantsChangedEnvelope, type context$a_ProductsQueryBuilder as ProductsQueryBuilder, type context$a_ProductsQueryResult as ProductsQueryResult, type context$a_PropertyAdjustmentData as PropertyAdjustmentData, type context$a_PropertyAdjustmentDataByOneOf as PropertyAdjustmentDataByOneOf, type Query$1 as Query, type context$a_QueryCollectionsPlatformizedRequest as QueryCollectionsPlatformizedRequest, type context$a_QueryCollectionsPlatformizedResponse as QueryCollectionsPlatformizedResponse, type context$a_QueryCollectionsRequest as QueryCollectionsRequest, type context$a_QueryCollectionsResponse as QueryCollectionsResponse, type context$a_QueryCustomFieldsRequest as QueryCustomFieldsRequest, type context$a_QueryCustomFieldsResponse as QueryCustomFieldsResponse, type context$a_QueryProductVariantsOptions as QueryProductVariantsOptions, type context$a_QueryProductVariantsRequest as QueryProductVariantsRequest, type context$a_QueryProductVariantsResponse as QueryProductVariantsResponse, type context$a_QueryProductVariantsResponseNonNullableFields as QueryProductVariantsResponseNonNullableFields, type context$a_QueryProductsPlatformizedRequest as QueryProductsPlatformizedRequest, type context$a_QueryProductsPlatformizedResponse as QueryProductsPlatformizedResponse, type context$a_QueryProductsPlatformizedResponseNonNullableFields as QueryProductsPlatformizedResponseNonNullableFields, type QueryProductsRequest$1 as QueryProductsRequest, type QueryProductsResponse$1 as QueryProductsResponse, type context$a_QueryProductsWithBigPageLimitRequest as QueryProductsWithBigPageLimitRequest, type context$a_QueryStoreVariantsRequest as QueryStoreVariantsRequest, type context$a_QueryStoreVariantsResponse as QueryStoreVariantsResponse, type context$a_QueryStoreVariantsResponseNonNullableFields as QueryStoreVariantsResponseNonNullableFields, type context$a_QueryStoreVariantsWithBigLimitRequest as QueryStoreVariantsWithBigLimitRequest, type context$a_QueryWithBigPageLimit as QueryWithBigPageLimit, type context$a_ReCloneStoreRequest as ReCloneStoreRequest, type context$a_ReCloneStoreResponse as ReCloneStoreResponse, type context$a_RemoveCustomFieldsRequest as RemoveCustomFieldsRequest, type context$a_RemoveCustomFieldsResponse as RemoveCustomFieldsResponse, type context$a_RemoveProductBrandRequest as RemoveProductBrandRequest, type context$a_RemoveProductBrandResponse as RemoveProductBrandResponse, type context$a_RemoveProductMediaFromChoicesRequest as RemoveProductMediaFromChoicesRequest, type context$a_RemoveProductMediaFromChoicesResponse as RemoveProductMediaFromChoicesResponse, type context$a_RemoveProductMediaRequest as RemoveProductMediaRequest, type context$a_RemoveProductMediaResponse as RemoveProductMediaResponse, type context$a_RemoveProductRibbonRequest as RemoveProductRibbonRequest, type context$a_RemoveProductRibbonResponse as RemoveProductRibbonResponse, type context$a_RemoveProductsFromCollectionRequest as RemoveProductsFromCollectionRequest, type context$a_RemoveProductsFromCollectionResponse as RemoveProductsFromCollectionResponse, type context$a_ResetAllVariantDataRequest as ResetAllVariantDataRequest, type context$a_ResetAllVariantDataResponse as ResetAllVariantDataResponse, type Ribbon$2 as Ribbon, type SecuredMedia$1 as SecuredMedia, type SeoSchema$1 as SeoSchema, type context$a_SetCustomFieldsRequest as SetCustomFieldsRequest, type context$a_SetCustomFieldsResponse as SetCustomFieldsResponse, type context$a_SetValue as SetValue, type context$a_SetValueValueOneOf as SetValueValueOneOf, type Settings$2 as Settings, SortOrder$7 as SortOrder, type Sorting$7 as Sorting, type context$a_Stock as Stock, type context$a_StoreVariant as StoreVariant, type Tag$1 as Tag, type context$a_UnlimitedPlatformCursorPaging as UnlimitedPlatformCursorPaging, type context$a_UnlimitedPlatformPaging as UnlimitedPlatformPaging, type context$a_UnlimitedPlatformQuery as UnlimitedPlatformQuery, type context$a_UnlimitedPlatformQueryPagingMethodOneOf as UnlimitedPlatformQueryPagingMethodOneOf, type context$a_UpdateCollection as UpdateCollection, type context$a_UpdateCollectionRequest as UpdateCollectionRequest, type context$a_UpdateCollectionResponse as UpdateCollectionResponse, type context$a_UpdateCollectionResponseNonNullableFields as UpdateCollectionResponseNonNullableFields, type context$a_UpdateProduct as UpdateProduct, type context$a_UpdateProductPlatformizedRequest as UpdateProductPlatformizedRequest, type context$a_UpdateProductPlatformizedResponse as UpdateProductPlatformizedResponse, type UpdateProductRequest$1 as UpdateProductRequest, type UpdateProductResponse$1 as UpdateProductResponse, type UpdateProductResponseNonNullableFields$1 as UpdateProductResponseNonNullableFields, type context$a_UpdateVariantsRequest as UpdateVariantsRequest, type context$a_UpdateVariantsResponse as UpdateVariantsResponse, type context$a_UpdateVariantsResponseNonNullableFields as UpdateVariantsResponseNonNullableFields, type context$a_V1CreateProductPlatformizedRequest as V1CreateProductPlatformizedRequest, type context$a_V1CreateProductPlatformizedResponse as V1CreateProductPlatformizedResponse, type context$a_V1DeleteProductPlatformizedRequest as V1DeleteProductPlatformizedRequest, type context$a_V1DeleteProductPlatformizedResponse as V1DeleteProductPlatformizedResponse, type context$a_V1UpdateProductPlatformizedRequest as V1UpdateProductPlatformizedRequest, type context$a_V1UpdateProductPlatformizedResponse as V1UpdateProductPlatformizedResponse, type Variant$1 as Variant, type context$a_VariantChanged as VariantChanged, type context$a_VariantData as VariantData, type context$a_VariantDataWithNoStock as VariantDataWithNoStock, type context$a_VariantOverride as VariantOverride, type context$a_VariantStock as VariantStock, type context$a_VariantsChanged as VariantsChanged, Version$1 as Version, type VideoResolution$1 as VideoResolution, WebhookIdentityType$9 as WebhookIdentityType, context$a_addProductMedia as addProductMedia, context$a_addProductMediaToChoices as addProductMediaToChoices, context$a_addProductsToCollection as addProductsToCollection, context$a_bulkAdjustProductProperty as bulkAdjustProductProperty, context$a_bulkUpdateProductsProperty as bulkUpdateProductsProperty, context$a_createCollection as createCollection, context$a_createProduct as createProduct, context$a_deleteCollection as deleteCollection, context$a_deleteProduct as deleteProduct, context$a_deleteProductOptions as deleteProductOptions, context$a_getCollectionBySlug as getCollectionBySlug, context$a_getProduct as getProduct, context$a_getProductOptionsAvailability as getProductOptionsAvailability, context$a_getStoreVariant as getStoreVariant, context$a_onProductChanged as onProductChanged, context$a_onProductCollectionChanged as onProductCollectionChanged, context$a_onProductCollectionCreated as onProductCollectionCreated, context$a_onProductCollectionDeleted as onProductCollectionDeleted, onProductCreated$1 as onProductCreated, onProductDeleted$1 as onProductDeleted, context$a_onProductVariantsChanged as onProductVariantsChanged, context$a_queryProductVariants as queryProductVariants, context$a_queryProducts as queryProducts, context$a_queryStoreVariants as queryStoreVariants, context$a_removeBrand as removeBrand, context$a_removeProductMedia as removeProductMedia, context$a_removeProductMediaFromChoices as removeProductMediaFromChoices, context$a_removeProductsFromCollection as removeProductsFromCollection, context$a_removeRibbon as removeRibbon, context$a_resetAllProductVariantData as resetAllProductVariantData, context$a_updateCollection as updateCollection, context$a_updateProduct as updateProduct, context$a_updateProductVariants as updateProductVariants };
2869
+ export { type context$a_AddProductMediaRequest as AddProductMediaRequest, type context$a_AddProductMediaResponse as AddProductMediaResponse, type context$a_AddProductMediaToChoicesRequest as AddProductMediaToChoicesRequest, type context$a_AddProductMediaToChoicesResponse as AddProductMediaToChoicesResponse, type context$a_AddProductsToCollectionRequest as AddProductsToCollectionRequest, type context$a_AddProductsToCollectionResponse as AddProductsToCollectionResponse, type context$a_AdditionalInfoSection as AdditionalInfoSection, type AdjustValue$1 as AdjustValue, type context$a_AdjustValueValueOneOf as AdjustValueValueOneOf, type context$a_AggregateProductsRequest as AggregateProductsRequest, type context$a_AggregateProductsResponse as AggregateProductsResponse, type context$a_AllowedProductsCountLimitExceededErrorData as AllowedProductsCountLimitExceededErrorData, type ApplicationError$6 as ApplicationError, type BaseEventMetadata$7 as BaseEventMetadata, type BulkActionMetadata$6 as BulkActionMetadata, type context$a_BulkAdjustProductPropertiesByFilterSyncRequest as BulkAdjustProductPropertiesByFilterSyncRequest, type context$a_BulkAdjustProductPropertiesByFilterSyncResponse as BulkAdjustProductPropertiesByFilterSyncResponse, type context$a_BulkAdjustProductPropertiesRequest as BulkAdjustProductPropertiesRequest, type context$a_BulkAdjustProductPropertiesResponse as BulkAdjustProductPropertiesResponse, type context$a_BulkAdjustProductPropertiesResponseNonNullableFields as BulkAdjustProductPropertiesResponseNonNullableFields, type BulkDeleteProductsRequest$1 as BulkDeleteProductsRequest, type BulkDeleteProductsResponse$1 as BulkDeleteProductsResponse, type BulkProductResult$1 as BulkProductResult, type context$a_BulkQueryCustomFieldsRequest as BulkQueryCustomFieldsRequest, type context$a_BulkQueryCustomFieldsResponse as BulkQueryCustomFieldsResponse, type context$a_BulkRemoveCustomFieldsRequest as BulkRemoveCustomFieldsRequest, type context$a_BulkRemoveCustomFieldsResponse as BulkRemoveCustomFieldsResponse, type context$a_BulkSetCustomFieldsRequest as BulkSetCustomFieldsRequest, type context$a_BulkSetCustomFieldsResponse as BulkSetCustomFieldsResponse, type context$a_BulkUpdateProductsByFilterSyncRequest as BulkUpdateProductsByFilterSyncRequest, type context$a_BulkUpdateProductsByFilterSyncResponse as BulkUpdateProductsByFilterSyncResponse, type BulkUpdateProductsRequest$1 as BulkUpdateProductsRequest, type BulkUpdateProductsResponse$1 as BulkUpdateProductsResponse, type BulkUpdateProductsResponseNonNullableFields$1 as BulkUpdateProductsResponseNonNullableFields, type Choice$1 as Choice, type context$a_Collection as Collection, type context$a_CollectionChanged as CollectionChanged, type context$a_CollectionCreated as CollectionCreated, type context$a_CollectionDeleted as CollectionDeleted, type context$a_CostAndProfitData as CostAndProfitData, type context$a_CreateCollectionRequest as CreateCollectionRequest, type context$a_CreateCollectionResponse as CreateCollectionResponse, type context$a_CreateCollectionResponseNonNullableFields as CreateCollectionResponseNonNullableFields, type context$a_CreateDigitalProductRequest as CreateDigitalProductRequest, type context$a_CreateDigitalProductResponse as CreateDigitalProductResponse, type context$a_CreateProductPlatformizedRequest as CreateProductPlatformizedRequest, type context$a_CreateProductPlatformizedResponse as CreateProductPlatformizedResponse, type CreateProductRequest$1 as CreateProductRequest, type CreateProductResponse$1 as CreateProductResponse, type CreateProductResponseNonNullableFields$1 as CreateProductResponseNonNullableFields, type CursorPaging$7 as CursorPaging, type Cursors$7 as Cursors, type context$a_CustomFieldsContainer as CustomFieldsContainer, type context$a_CustomTextField as CustomTextField, type context$a_DeleteCollectionRequest as DeleteCollectionRequest, type context$a_DeleteCollectionResponse as DeleteCollectionResponse, type context$a_DeleteProductOptionsRequest as DeleteProductOptionsRequest, type context$a_DeleteProductOptionsResponse as DeleteProductOptionsResponse, type context$a_DeleteProductPlatformizedRequest as DeleteProductPlatformizedRequest, type context$a_DeleteProductPlatformizedResponse as DeleteProductPlatformizedResponse, type DeleteProductRequest$1 as DeleteProductRequest, type DeleteProductResponse$1 as DeleteProductResponse, type Discount$1 as Discount, DiscountType$2 as DiscountType, FileType$1 as FileType, type context$a_FormattedPrice as FormattedPrice, type context$a_GetCollectionBySlugRequest as GetCollectionBySlugRequest, type context$a_GetCollectionBySlugResponse as GetCollectionBySlugResponse, type context$a_GetCollectionBySlugResponseNonNullableFields as GetCollectionBySlugResponseNonNullableFields, type context$a_GetCollectionRequest as GetCollectionRequest, type context$a_GetCollectionResponse as GetCollectionResponse, type context$a_GetProductOptions as GetProductOptions, type context$a_GetProductPlatformizedRequest as GetProductPlatformizedRequest, type context$a_GetProductPlatformizedResponse as GetProductPlatformizedResponse, type GetProductRequest$1 as GetProductRequest, type GetProductResponse$1 as GetProductResponse, type context$a_GetProductResponseNonNullableFields as GetProductResponseNonNullableFields, type context$a_GetProductsRequest as GetProductsRequest, type context$a_GetProductsResponse as GetProductsResponse, type context$a_GetStoreVariantRequest as GetStoreVariantRequest, type context$a_GetStoreVariantResponse as GetStoreVariantResponse, type context$a_GetStoreVariantResponseNonNullableFields as GetStoreVariantResponseNonNullableFields, type IdentificationData$9 as IdentificationData, type IdentificationDataIdOneOf$9 as IdentificationDataIdOneOf, InventoryStatus$1 as InventoryStatus, type ItemMetadata$6 as ItemMetadata, type Keyword$1 as Keyword, MeasurementUnit$1 as MeasurementUnit, type Media$2 as Media, type context$a_MediaAssignmentToChoice as MediaAssignmentToChoice, type context$a_MediaDataForWrite as MediaDataForWrite, type context$a_MediaDataForWriteMediaSourceOneOf as MediaDataForWriteMediaSourceOneOf, type context$a_MediaItem as MediaItem, type context$a_MediaItemItemOneOf as MediaItemItemOneOf, context$a_MediaItemType as MediaItemType, type context$a_MediaItemUrlAndSize as MediaItemUrlAndSize, type context$a_MediaItemVideo as MediaItemVideo, type MessageEnvelope$9 as MessageEnvelope, type context$a_NumericPropertyRange as NumericPropertyRange, type context$a_OptionAndChoice as OptionAndChoice, context$a_OptionType as OptionType, type context$a_PageUrl as PageUrl, type Paging$2 as Paging, type PagingMetadata$4 as PagingMetadata, type context$a_PagingWithBigLimit as PagingWithBigLimit, type context$a_PercentageData as PercentageData, type context$a_PlatformMedia as PlatformMedia, type context$a_PlatformMediaMediaOneOf as PlatformMediaMediaOneOf, type PlatformPaging$2 as PlatformPaging, type context$a_PlatformPagingMetadata as PlatformPagingMetadata, type context$a_PlatformQuery as PlatformQuery, type context$a_PlatformQueryPagingMethodOneOf as PlatformQueryPagingMethodOneOf, type PreorderInfo$3 as PreorderInfo, type context$a_PriceData as PriceData, type context$a_PricePerUnitData as PricePerUnitData, type Product$2 as Product, type context$a_ProductChanged as ProductChanged, type context$a_ProductChangedEnvelope as ProductChangedEnvelope, type context$a_ProductCollectionChangedEnvelope as ProductCollectionChangedEnvelope, type context$a_ProductCollectionCreatedEnvelope as ProductCollectionCreatedEnvelope, type context$a_ProductCollectionDeletedEnvelope as ProductCollectionDeletedEnvelope, type context$a_ProductCreated as ProductCreated, type ProductCreatedEnvelope$1 as ProductCreatedEnvelope, type context$a_ProductDeleted as ProductDeleted, type ProductDeletedEnvelope$1 as ProductDeletedEnvelope, type context$a_ProductOption as ProductOption, type context$a_ProductOptionsAvailabilityRequest as ProductOptionsAvailabilityRequest, type context$a_ProductOptionsAvailabilityResponse as ProductOptionsAvailabilityResponse, type context$a_ProductOptionsAvailabilityResponseNonNullableFields as ProductOptionsAvailabilityResponseNonNullableFields, ProductType$1 as ProductType, type context$a_ProductVariantsChangedEnvelope as ProductVariantsChangedEnvelope, type ProductsQueryBuilder$1 as ProductsQueryBuilder, type ProductsQueryResult$1 as ProductsQueryResult, type context$a_PropertyAdjustmentData as PropertyAdjustmentData, type context$a_PropertyAdjustmentDataByOneOf as PropertyAdjustmentDataByOneOf, type Query$1 as Query, type context$a_QueryCollectionsPlatformizedRequest as QueryCollectionsPlatformizedRequest, type context$a_QueryCollectionsPlatformizedResponse as QueryCollectionsPlatformizedResponse, type context$a_QueryCollectionsRequest as QueryCollectionsRequest, type context$a_QueryCollectionsResponse as QueryCollectionsResponse, type context$a_QueryCustomFieldsRequest as QueryCustomFieldsRequest, type context$a_QueryCustomFieldsResponse as QueryCustomFieldsResponse, type context$a_QueryProductVariantsOptions as QueryProductVariantsOptions, type context$a_QueryProductVariantsRequest as QueryProductVariantsRequest, type context$a_QueryProductVariantsResponse as QueryProductVariantsResponse, type context$a_QueryProductVariantsResponseNonNullableFields as QueryProductVariantsResponseNonNullableFields, type context$a_QueryProductsPlatformizedRequest as QueryProductsPlatformizedRequest, type context$a_QueryProductsPlatformizedResponse as QueryProductsPlatformizedResponse, type context$a_QueryProductsPlatformizedResponseNonNullableFields as QueryProductsPlatformizedResponseNonNullableFields, type QueryProductsRequest$1 as QueryProductsRequest, type QueryProductsResponse$1 as QueryProductsResponse, type context$a_QueryProductsWithBigPageLimitRequest as QueryProductsWithBigPageLimitRequest, type context$a_QueryStoreVariantsRequest as QueryStoreVariantsRequest, type context$a_QueryStoreVariantsResponse as QueryStoreVariantsResponse, type context$a_QueryStoreVariantsResponseNonNullableFields as QueryStoreVariantsResponseNonNullableFields, type context$a_QueryStoreVariantsWithBigLimitRequest as QueryStoreVariantsWithBigLimitRequest, type context$a_QueryWithBigPageLimit as QueryWithBigPageLimit, type context$a_ReCloneStoreRequest as ReCloneStoreRequest, type context$a_ReCloneStoreResponse as ReCloneStoreResponse, type context$a_RemoveCustomFieldsRequest as RemoveCustomFieldsRequest, type context$a_RemoveCustomFieldsResponse as RemoveCustomFieldsResponse, type context$a_RemoveProductBrandRequest as RemoveProductBrandRequest, type context$a_RemoveProductBrandResponse as RemoveProductBrandResponse, type context$a_RemoveProductMediaFromChoicesRequest as RemoveProductMediaFromChoicesRequest, type context$a_RemoveProductMediaFromChoicesResponse as RemoveProductMediaFromChoicesResponse, type context$a_RemoveProductMediaRequest as RemoveProductMediaRequest, type context$a_RemoveProductMediaResponse as RemoveProductMediaResponse, type context$a_RemoveProductRibbonRequest as RemoveProductRibbonRequest, type context$a_RemoveProductRibbonResponse as RemoveProductRibbonResponse, type context$a_RemoveProductsFromCollectionRequest as RemoveProductsFromCollectionRequest, type context$a_RemoveProductsFromCollectionResponse as RemoveProductsFromCollectionResponse, type context$a_ResetAllVariantDataRequest as ResetAllVariantDataRequest, type context$a_ResetAllVariantDataResponse as ResetAllVariantDataResponse, type Ribbon$2 as Ribbon, type SecuredMedia$1 as SecuredMedia, type SeoSchema$1 as SeoSchema, type context$a_SetCustomFieldsRequest as SetCustomFieldsRequest, type context$a_SetCustomFieldsResponse as SetCustomFieldsResponse, type context$a_SetValue as SetValue, type context$a_SetValueValueOneOf as SetValueValueOneOf, type Settings$2 as Settings, SortOrder$7 as SortOrder, type Sorting$7 as Sorting, type context$a_Stock as Stock, type context$a_StoreVariant as StoreVariant, type Tag$1 as Tag, type context$a_UnlimitedPlatformCursorPaging as UnlimitedPlatformCursorPaging, type context$a_UnlimitedPlatformPaging as UnlimitedPlatformPaging, type context$a_UnlimitedPlatformQuery as UnlimitedPlatformQuery, type context$a_UnlimitedPlatformQueryPagingMethodOneOf as UnlimitedPlatformQueryPagingMethodOneOf, type context$a_UpdateCollection as UpdateCollection, type context$a_UpdateCollectionRequest as UpdateCollectionRequest, type context$a_UpdateCollectionResponse as UpdateCollectionResponse, type context$a_UpdateCollectionResponseNonNullableFields as UpdateCollectionResponseNonNullableFields, type context$a_UpdateProduct as UpdateProduct, type context$a_UpdateProductPlatformizedRequest as UpdateProductPlatformizedRequest, type context$a_UpdateProductPlatformizedResponse as UpdateProductPlatformizedResponse, type UpdateProductRequest$1 as UpdateProductRequest, type UpdateProductResponse$1 as UpdateProductResponse, type UpdateProductResponseNonNullableFields$1 as UpdateProductResponseNonNullableFields, type context$a_UpdateVariantsRequest as UpdateVariantsRequest, type context$a_UpdateVariantsResponse as UpdateVariantsResponse, type context$a_UpdateVariantsResponseNonNullableFields as UpdateVariantsResponseNonNullableFields, type context$a_V1CreateProductPlatformizedRequest as V1CreateProductPlatformizedRequest, type context$a_V1CreateProductPlatformizedResponse as V1CreateProductPlatformizedResponse, type context$a_V1DeleteProductPlatformizedRequest as V1DeleteProductPlatformizedRequest, type context$a_V1DeleteProductPlatformizedResponse as V1DeleteProductPlatformizedResponse, type context$a_V1UpdateProductPlatformizedRequest as V1UpdateProductPlatformizedRequest, type context$a_V1UpdateProductPlatformizedResponse as V1UpdateProductPlatformizedResponse, type Variant$1 as Variant, type context$a_VariantChanged as VariantChanged, type context$a_VariantData as VariantData, type context$a_VariantDataWithNoStock as VariantDataWithNoStock, type context$a_VariantOverride as VariantOverride, type context$a_VariantStock as VariantStock, type context$a_VariantsChanged as VariantsChanged, Version$1 as Version, type VideoResolution$1 as VideoResolution, WebhookIdentityType$9 as WebhookIdentityType, context$a_addProductMedia as addProductMedia, context$a_addProductMediaToChoices as addProductMediaToChoices, context$a_addProductsToCollection as addProductsToCollection, context$a_bulkAdjustProductProperty as bulkAdjustProductProperty, context$a_bulkUpdateProductsProperty as bulkUpdateProductsProperty, context$a_createCollection as createCollection, context$a_createProduct as createProduct, context$a_deleteCollection as deleteCollection, context$a_deleteProduct as deleteProduct, context$a_deleteProductOptions as deleteProductOptions, context$a_getCollectionBySlug as getCollectionBySlug, context$a_getProduct as getProduct, context$a_getProductOptionsAvailability as getProductOptionsAvailability, context$a_getStoreVariant as getStoreVariant, context$a_onProductChanged as onProductChanged, context$a_onProductCollectionChanged as onProductCollectionChanged, context$a_onProductCollectionCreated as onProductCollectionCreated, context$a_onProductCollectionDeleted as onProductCollectionDeleted, onProductCreated$1 as onProductCreated, onProductDeleted$1 as onProductDeleted, context$a_onProductVariantsChanged as onProductVariantsChanged, context$a_queryProductVariants as queryProductVariants, context$a_queryProducts as queryProducts, context$a_queryStoreVariants as queryStoreVariants, context$a_removeBrand as removeBrand, context$a_removeProductMedia as removeProductMedia, context$a_removeProductMediaFromChoices as removeProductMediaFromChoices, context$a_removeProductsFromCollection as removeProductsFromCollection, context$a_removeRibbon as removeRibbon, context$a_resetAllProductVariantData as resetAllProductVariantData, context$a_updateCollection as updateCollection, context$a_updateProduct as updateProduct, context$a_updateProductVariants as updateProductVariants };
2872
2870
  }
2873
2871
 
2874
2872
  /**
@@ -3383,7 +3381,7 @@ interface BulkDeleteBrandsResponseNonNullableFields {
3383
3381
  results: BulkDeleteBrandsResponseBulkBrandsResultNonNullableFields[];
3384
3382
  bulkActionMetadata?: BulkActionMetadataNonNullableFields$4;
3385
3383
  }
3386
- interface BaseEventMetadata$5 {
3384
+ interface BaseEventMetadata$6 {
3387
3385
  /** App instance ID. */
3388
3386
  instanceId?: string | null;
3389
3387
  /** Event type. */
@@ -3391,7 +3389,7 @@ interface BaseEventMetadata$5 {
3391
3389
  /** The identification type and identity data. */
3392
3390
  identity?: IdentificationData$8;
3393
3391
  }
3394
- interface EventMetadata$4 extends BaseEventMetadata$5 {
3392
+ interface EventMetadata$5 extends BaseEventMetadata$6 {
3395
3393
  /**
3396
3394
  * Unique event ID.
3397
3395
  * Allows clients to ignore duplicate webhooks.
@@ -3431,14 +3429,14 @@ interface EventMetadata$4 extends BaseEventMetadata$5 {
3431
3429
  }
3432
3430
  interface BrandCreatedEnvelope {
3433
3431
  entity: Brand$1;
3434
- metadata: EventMetadata$4;
3432
+ metadata: EventMetadata$5;
3435
3433
  }
3436
3434
  interface BrandUpdatedEnvelope {
3437
3435
  entity: Brand$1;
3438
- metadata: EventMetadata$4;
3436
+ metadata: EventMetadata$5;
3439
3437
  }
3440
3438
  interface BrandDeletedEnvelope {
3441
- metadata: EventMetadata$4;
3439
+ metadata: EventMetadata$5;
3442
3440
  }
3443
3441
  interface GetBrandOptions {
3444
3442
  /**
@@ -3501,14 +3499,14 @@ interface QueryBrandsOptions {
3501
3499
  */
3502
3500
  fields?: RequestedFields$4[] | undefined;
3503
3501
  }
3504
- interface QueryCursorResult$5 {
3502
+ interface QueryCursorResult$6 {
3505
3503
  cursors: Cursors$6;
3506
3504
  hasNext: () => boolean;
3507
3505
  hasPrev: () => boolean;
3508
3506
  length: number;
3509
3507
  pageSize: number;
3510
3508
  }
3511
- interface BrandsQueryResult extends QueryCursorResult$5 {
3509
+ interface BrandsQueryResult extends QueryCursorResult$6 {
3512
3510
  items: Brand$1[];
3513
3511
  query: BrandsQueryBuilder;
3514
3512
  next: () => Promise<BrandsQueryResult>;
@@ -3619,7 +3617,7 @@ interface BulkGetOrCreateBrandsOptions {
3619
3617
 
3620
3618
  declare function createRESTModule$9<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
3621
3619
 
3622
- declare function createEventModule$5<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
3620
+ declare function createEventModule$6<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
3623
3621
 
3624
3622
  declare const createBrand: ReturnType<typeof createRESTModule$9<typeof publicCreateBrand>>;
3625
3623
  declare const getBrand: ReturnType<typeof createRESTModule$9<typeof publicGetBrand>>;
@@ -3631,9 +3629,9 @@ declare const bulkUpdateBrands: ReturnType<typeof createRESTModule$9<typeof publ
3631
3629
  declare const getOrCreateBrand: ReturnType<typeof createRESTModule$9<typeof publicGetOrCreateBrand>>;
3632
3630
  declare const bulkGetOrCreateBrands: ReturnType<typeof createRESTModule$9<typeof publicBulkGetOrCreateBrands>>;
3633
3631
  declare const bulkDeleteBrands: ReturnType<typeof createRESTModule$9<typeof publicBulkDeleteBrands>>;
3634
- declare const onBrandCreated: ReturnType<typeof createEventModule$5<typeof publicOnBrandCreated>>;
3635
- declare const onBrandUpdated: ReturnType<typeof createEventModule$5<typeof publicOnBrandUpdated>>;
3636
- declare const onBrandDeleted: ReturnType<typeof createEventModule$5<typeof publicOnBrandDeleted>>;
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>>;
3637
3635
 
3638
3636
  type context$9_BrandCreatedEnvelope = BrandCreatedEnvelope;
3639
3637
  type context$9_BrandDeletedEnvelope = BrandDeletedEnvelope;
@@ -3695,7 +3693,7 @@ declare const context$9_onBrandUpdated: typeof onBrandUpdated;
3695
3693
  declare const context$9_queryBrands: typeof queryBrands;
3696
3694
  declare const context$9_updateBrand: typeof updateBrand;
3697
3695
  declare namespace context$9 {
3698
- export { type ActionEvent$6 as ActionEvent, type App$6 as App, type ApplicationError$5 as ApplicationError, type BaseEventMetadata$5 as BaseEventMetadata, type Brand$1 as Brand, type context$9_BrandCreatedEnvelope as BrandCreatedEnvelope, type context$9_BrandDeletedEnvelope as BrandDeletedEnvelope, type context$9_BrandNonNullableFields as BrandNonNullableFields, type context$9_BrandUpdatedEnvelope as BrandUpdatedEnvelope, type context$9_BrandsQueryBuilder as BrandsQueryBuilder, type context$9_BrandsQueryResult as BrandsQueryResult, type BulkActionMetadata$5 as BulkActionMetadata, type context$9_BulkBrandsResult as BulkBrandsResult, type context$9_BulkCreateBrandsOptions as BulkCreateBrandsOptions, type context$9_BulkCreateBrandsRequest as BulkCreateBrandsRequest, type context$9_BulkCreateBrandsResponse as BulkCreateBrandsResponse, type context$9_BulkCreateBrandsResponseNonNullableFields as BulkCreateBrandsResponseNonNullableFields, type context$9_BulkDeleteBrandsRequest as BulkDeleteBrandsRequest, type context$9_BulkDeleteBrandsResponse as BulkDeleteBrandsResponse, type context$9_BulkDeleteBrandsResponseBulkBrandsResult as BulkDeleteBrandsResponseBulkBrandsResult, type context$9_BulkDeleteBrandsResponseNonNullableFields as BulkDeleteBrandsResponseNonNullableFields, type context$9_BulkGetOrCreateBrandsOptions as BulkGetOrCreateBrandsOptions, type context$9_BulkGetOrCreateBrandsRequest as BulkGetOrCreateBrandsRequest, type context$9_BulkGetOrCreateBrandsResponse as BulkGetOrCreateBrandsResponse, type context$9_BulkGetOrCreateBrandsResponseNonNullableFields as BulkGetOrCreateBrandsResponseNonNullableFields, type context$9_BulkUpdateBrandsOptions as BulkUpdateBrandsOptions, type context$9_BulkUpdateBrandsRequest as BulkUpdateBrandsRequest, type context$9_BulkUpdateBrandsResponse as BulkUpdateBrandsResponse, type context$9_BulkUpdateBrandsResponseNonNullableFields as BulkUpdateBrandsResponseNonNullableFields, type context$9_CreateBrandRequest as CreateBrandRequest, type context$9_CreateBrandResponse as CreateBrandResponse, type context$9_CreateBrandResponseNonNullableFields as CreateBrandResponseNonNullableFields, type CursorPaging$6 as CursorPaging, type CursorPagingMetadata$6 as CursorPagingMetadata, type CursorQuery$5 as CursorQuery, type CursorQueryPagingMethodOneOf$5 as CursorQueryPagingMethodOneOf, type Cursors$6 as Cursors, type context$9_DeleteBrandRequest as DeleteBrandRequest, type context$9_DeleteBrandResponse as DeleteBrandResponse, type DomainEvent$6 as DomainEvent, type DomainEventBodyOneOf$6 as DomainEventBodyOneOf, type Empty$7 as Empty, type EntityCreatedEvent$6 as EntityCreatedEvent, type EntityDeletedEvent$6 as EntityDeletedEvent, type EntityUpdatedEvent$6 as EntityUpdatedEvent, type EventMetadata$4 as EventMetadata, type File$6 as File, type context$9_GetBrandOptions as GetBrandOptions, type context$9_GetBrandRequest as GetBrandRequest, type context$9_GetBrandResponse as GetBrandResponse, type context$9_GetBrandResponseNonNullableFields as GetBrandResponseNonNullableFields, type context$9_GetOrCreateBrandOptions as GetOrCreateBrandOptions, type context$9_GetOrCreateBrandRequest as GetOrCreateBrandRequest, type context$9_GetOrCreateBrandResponse as GetOrCreateBrandResponse, type context$9_GetOrCreateBrandResponseNonNullableFields as GetOrCreateBrandResponseNonNullableFields, type IdentificationData$8 as IdentificationData, type IdentificationDataIdOneOf$8 as IdentificationDataIdOneOf, type InvalidateCache$6 as InvalidateCache, type InvalidateCacheGetByOneOf$6 as InvalidateCacheGetByOneOf, type ItemMetadata$5 as ItemMetadata, type context$9_MaskedBrand as MaskedBrand, type MessageEnvelope$8 as MessageEnvelope, type Page$6 as Page, type context$9_QueryBrandsOptions as QueryBrandsOptions, type context$9_QueryBrandsRequest as QueryBrandsRequest, type context$9_QueryBrandsResponse as QueryBrandsResponse, type context$9_QueryBrandsResponseNonNullableFields as QueryBrandsResponseNonNullableFields, RequestedFields$4 as RequestedFields, type RestoreInfo$6 as RestoreInfo, SortOrder$6 as SortOrder, type Sorting$6 as Sorting, type URI$6 as URI, type context$9_UpdateBrand as UpdateBrand, type context$9_UpdateBrandOptions as UpdateBrandOptions, type context$9_UpdateBrandRequest as UpdateBrandRequest, type context$9_UpdateBrandResponse as UpdateBrandResponse, type context$9_UpdateBrandResponseNonNullableFields as UpdateBrandResponseNonNullableFields, WebhookIdentityType$8 as WebhookIdentityType, context$9_bulkCreateBrands as bulkCreateBrands, context$9_bulkDeleteBrands as bulkDeleteBrands, context$9_bulkGetOrCreateBrands as bulkGetOrCreateBrands, context$9_bulkUpdateBrands as bulkUpdateBrands, context$9_createBrand as createBrand, context$9_deleteBrand as deleteBrand, context$9_getBrand as getBrand, context$9_getOrCreateBrand as getOrCreateBrand, context$9_onBrandCreated as onBrandCreated, context$9_onBrandDeleted as onBrandDeleted, context$9_onBrandUpdated as onBrandUpdated, context$9_queryBrands as queryBrands, context$9_updateBrand as updateBrand };
3696
+ export { type ActionEvent$6 as ActionEvent, type App$6 as App, type ApplicationError$5 as ApplicationError, type BaseEventMetadata$6 as BaseEventMetadata, type Brand$1 as Brand, type context$9_BrandCreatedEnvelope as BrandCreatedEnvelope, type context$9_BrandDeletedEnvelope as BrandDeletedEnvelope, type context$9_BrandNonNullableFields as BrandNonNullableFields, type context$9_BrandUpdatedEnvelope as BrandUpdatedEnvelope, type context$9_BrandsQueryBuilder as BrandsQueryBuilder, type context$9_BrandsQueryResult as BrandsQueryResult, type BulkActionMetadata$5 as BulkActionMetadata, type context$9_BulkBrandsResult as BulkBrandsResult, type context$9_BulkCreateBrandsOptions as BulkCreateBrandsOptions, type context$9_BulkCreateBrandsRequest as BulkCreateBrandsRequest, type context$9_BulkCreateBrandsResponse as BulkCreateBrandsResponse, type context$9_BulkCreateBrandsResponseNonNullableFields as BulkCreateBrandsResponseNonNullableFields, type context$9_BulkDeleteBrandsRequest as BulkDeleteBrandsRequest, type context$9_BulkDeleteBrandsResponse as BulkDeleteBrandsResponse, type context$9_BulkDeleteBrandsResponseBulkBrandsResult as BulkDeleteBrandsResponseBulkBrandsResult, type context$9_BulkDeleteBrandsResponseNonNullableFields as BulkDeleteBrandsResponseNonNullableFields, type context$9_BulkGetOrCreateBrandsOptions as BulkGetOrCreateBrandsOptions, type context$9_BulkGetOrCreateBrandsRequest as BulkGetOrCreateBrandsRequest, type context$9_BulkGetOrCreateBrandsResponse as BulkGetOrCreateBrandsResponse, type context$9_BulkGetOrCreateBrandsResponseNonNullableFields as BulkGetOrCreateBrandsResponseNonNullableFields, type context$9_BulkUpdateBrandsOptions as BulkUpdateBrandsOptions, type context$9_BulkUpdateBrandsRequest as BulkUpdateBrandsRequest, type context$9_BulkUpdateBrandsResponse as BulkUpdateBrandsResponse, type context$9_BulkUpdateBrandsResponseNonNullableFields as BulkUpdateBrandsResponseNonNullableFields, type context$9_CreateBrandRequest as CreateBrandRequest, type context$9_CreateBrandResponse as CreateBrandResponse, type context$9_CreateBrandResponseNonNullableFields as CreateBrandResponseNonNullableFields, type CursorPaging$6 as CursorPaging, type CursorPagingMetadata$6 as CursorPagingMetadata, type CursorQuery$5 as CursorQuery, type CursorQueryPagingMethodOneOf$5 as CursorQueryPagingMethodOneOf, type Cursors$6 as Cursors, type context$9_DeleteBrandRequest as DeleteBrandRequest, type context$9_DeleteBrandResponse as DeleteBrandResponse, type DomainEvent$6 as DomainEvent, type DomainEventBodyOneOf$6 as DomainEventBodyOneOf, type Empty$7 as Empty, type EntityCreatedEvent$6 as EntityCreatedEvent, type EntityDeletedEvent$6 as EntityDeletedEvent, type EntityUpdatedEvent$6 as EntityUpdatedEvent, type EventMetadata$5 as EventMetadata, type File$6 as File, type context$9_GetBrandOptions as GetBrandOptions, type context$9_GetBrandRequest as GetBrandRequest, type context$9_GetBrandResponse as GetBrandResponse, type context$9_GetBrandResponseNonNullableFields as GetBrandResponseNonNullableFields, type context$9_GetOrCreateBrandOptions as GetOrCreateBrandOptions, type context$9_GetOrCreateBrandRequest as GetOrCreateBrandRequest, type context$9_GetOrCreateBrandResponse as GetOrCreateBrandResponse, type context$9_GetOrCreateBrandResponseNonNullableFields as GetOrCreateBrandResponseNonNullableFields, type IdentificationData$8 as IdentificationData, type IdentificationDataIdOneOf$8 as IdentificationDataIdOneOf, type InvalidateCache$6 as InvalidateCache, type InvalidateCacheGetByOneOf$6 as InvalidateCacheGetByOneOf, type ItemMetadata$5 as ItemMetadata, type context$9_MaskedBrand as MaskedBrand, type MessageEnvelope$8 as MessageEnvelope, type Page$6 as Page, type context$9_QueryBrandsOptions as QueryBrandsOptions, type context$9_QueryBrandsRequest as QueryBrandsRequest, type context$9_QueryBrandsResponse as QueryBrandsResponse, type context$9_QueryBrandsResponseNonNullableFields as QueryBrandsResponseNonNullableFields, RequestedFields$4 as RequestedFields, type RestoreInfo$6 as RestoreInfo, SortOrder$6 as SortOrder, type Sorting$6 as Sorting, type URI$6 as URI, type context$9_UpdateBrand as UpdateBrand, type context$9_UpdateBrandOptions as UpdateBrandOptions, type context$9_UpdateBrandRequest as UpdateBrandRequest, type context$9_UpdateBrandResponse as UpdateBrandResponse, type context$9_UpdateBrandResponseNonNullableFields as UpdateBrandResponseNonNullableFields, WebhookIdentityType$8 as WebhookIdentityType, context$9_bulkCreateBrands as bulkCreateBrands, context$9_bulkDeleteBrands as bulkDeleteBrands, context$9_bulkGetOrCreateBrands as bulkGetOrCreateBrands, context$9_bulkUpdateBrands as bulkUpdateBrands, context$9_createBrand as createBrand, context$9_deleteBrand as deleteBrand, context$9_getBrand as getBrand, context$9_getOrCreateBrand as getOrCreateBrand, context$9_onBrandCreated as onBrandCreated, context$9_onBrandDeleted as onBrandDeleted, context$9_onBrandUpdated as onBrandUpdated, context$9_queryBrands as queryBrands, context$9_updateBrand as updateBrand };
3699
3697
  }
3700
3698
 
3701
3699
  /**
@@ -4378,7 +4376,7 @@ interface BulkUpdateCustomizationsResponseNonNullableFields {
4378
4376
  results: BulkCustomizationResultNonNullableFields[];
4379
4377
  bulkActionMetadata?: BulkActionMetadataNonNullableFields$3;
4380
4378
  }
4381
- interface BaseEventMetadata$4 {
4379
+ interface BaseEventMetadata$5 {
4382
4380
  /** App instance ID. */
4383
4381
  instanceId?: string | null;
4384
4382
  /** Event type. */
@@ -4386,7 +4384,7 @@ interface BaseEventMetadata$4 {
4386
4384
  /** The identification type and identity data. */
4387
4385
  identity?: IdentificationData$7;
4388
4386
  }
4389
- interface EventMetadata$3 extends BaseEventMetadata$4 {
4387
+ interface EventMetadata$4 extends BaseEventMetadata$5 {
4390
4388
  /**
4391
4389
  * Unique event ID.
4392
4390
  * Allows clients to ignore duplicate webhooks.
@@ -4426,15 +4424,15 @@ interface EventMetadata$3 extends BaseEventMetadata$4 {
4426
4424
  }
4427
4425
  interface CustomizationCreatedEnvelope {
4428
4426
  entity: Customization;
4429
- metadata: EventMetadata$3;
4427
+ metadata: EventMetadata$4;
4430
4428
  }
4431
4429
  interface CustomizationUpdatedEnvelope {
4432
4430
  entity: Customization;
4433
- metadata: EventMetadata$3;
4431
+ metadata: EventMetadata$4;
4434
4432
  }
4435
4433
  interface CustomizationDeletedEnvelope {
4436
4434
  entity: Customization;
4437
- metadata: EventMetadata$3;
4435
+ metadata: EventMetadata$4;
4438
4436
  }
4439
4437
  interface GetCustomizationOptions {
4440
4438
  /**
@@ -4514,14 +4512,14 @@ interface QueryCustomizationsOptions {
4514
4512
  */
4515
4513
  fields?: RequestedFields$3[] | undefined;
4516
4514
  }
4517
- interface QueryCursorResult$4 {
4515
+ interface QueryCursorResult$5 {
4518
4516
  cursors: Cursors$5;
4519
4517
  hasNext: () => boolean;
4520
4518
  hasPrev: () => boolean;
4521
4519
  length: number;
4522
4520
  pageSize: number;
4523
4521
  }
4524
- interface CustomizationsQueryResult extends QueryCursorResult$4 {
4522
+ interface CustomizationsQueryResult extends QueryCursorResult$5 {
4525
4523
  items: Customization[];
4526
4524
  query: CustomizationsQueryBuilder;
4527
4525
  next: () => Promise<CustomizationsQueryResult>;
@@ -4656,7 +4654,7 @@ interface BulkUpdateCustomizationsOptions {
4656
4654
 
4657
4655
  declare function createRESTModule$8<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
4658
4656
 
4659
- declare function createEventModule$4<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
4657
+ declare function createEventModule$5<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
4660
4658
 
4661
4659
  declare const createCustomization: ReturnType<typeof createRESTModule$8<typeof publicCreateCustomization>>;
4662
4660
  declare const getCustomization: ReturnType<typeof createRESTModule$8<typeof publicGetCustomization>>;
@@ -4669,9 +4667,9 @@ declare const setCustomizationChoices: ReturnType<typeof createRESTModule$8<type
4669
4667
  declare const removeCustomizationChoices: ReturnType<typeof createRESTModule$8<typeof publicRemoveCustomizationChoices>>;
4670
4668
  declare const bulkAddCustomizationChoices: ReturnType<typeof createRESTModule$8<typeof publicBulkAddCustomizationChoices>>;
4671
4669
  declare const bulkUpdateCustomizations: ReturnType<typeof createRESTModule$8<typeof publicBulkUpdateCustomizations>>;
4672
- declare const onCustomizationCreated: ReturnType<typeof createEventModule$4<typeof publicOnCustomizationCreated>>;
4673
- declare const onCustomizationUpdated: ReturnType<typeof createEventModule$4<typeof publicOnCustomizationUpdated>>;
4674
- declare const onCustomizationDeleted: ReturnType<typeof createEventModule$4<typeof publicOnCustomizationDeleted>>;
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>>;
4675
4673
 
4676
4674
  type context$8_AddCustomizationChoicesOptions = AddCustomizationChoicesOptions;
4677
4675
  type context$8_AddCustomizationChoicesRequest = AddCustomizationChoicesRequest;
@@ -4748,7 +4746,7 @@ declare const context$8_removeCustomizationChoices: typeof removeCustomizationCh
4748
4746
  declare const context$8_setCustomizationChoices: typeof setCustomizationChoices;
4749
4747
  declare const context$8_updateCustomization: typeof updateCustomization;
4750
4748
  declare namespace context$8 {
4751
- export { type ActionEvent$5 as ActionEvent, type context$8_AddCustomizationChoicesOptions as AddCustomizationChoicesOptions, type context$8_AddCustomizationChoicesRequest as AddCustomizationChoicesRequest, type context$8_AddCustomizationChoicesResponse as AddCustomizationChoicesResponse, type context$8_AddCustomizationChoicesResponseNonNullableFields as AddCustomizationChoicesResponseNonNullableFields, type App$5 as App, type ApplicationError$4 as ApplicationError, type BaseEventMetadata$4 as BaseEventMetadata, type BulkActionMetadata$4 as BulkActionMetadata, type context$8_BulkAddCustomizationChoicesOptions as BulkAddCustomizationChoicesOptions, type context$8_BulkAddCustomizationChoicesRequest as BulkAddCustomizationChoicesRequest, type context$8_BulkAddCustomizationChoicesResponse as BulkAddCustomizationChoicesResponse, type context$8_BulkAddCustomizationChoicesResponseNonNullableFields as BulkAddCustomizationChoicesResponseNonNullableFields, type context$8_BulkCreateCustomizationsOptions as BulkCreateCustomizationsOptions, type context$8_BulkCreateCustomizationsRequest as BulkCreateCustomizationsRequest, type context$8_BulkCreateCustomizationsResponse as BulkCreateCustomizationsResponse, type context$8_BulkCreateCustomizationsResponseNonNullableFields as BulkCreateCustomizationsResponseNonNullableFields, type context$8_BulkCustomizationResult as BulkCustomizationResult, type context$8_BulkUpdateCustomizationsOptions as BulkUpdateCustomizationsOptions, type context$8_BulkUpdateCustomizationsRequest as BulkUpdateCustomizationsRequest, type context$8_BulkUpdateCustomizationsResponse as BulkUpdateCustomizationsResponse, type context$8_BulkUpdateCustomizationsResponseNonNullableFields as BulkUpdateCustomizationsResponseNonNullableFields, type context$8_Choice as Choice, ChoiceType$1 as ChoiceType, type context$8_ChoiceValueOneOf as ChoiceValueOneOf, type ChoicesSettings$1 as ChoicesSettings, type context$8_CreateCustomizationRequest as CreateCustomizationRequest, type context$8_CreateCustomizationResponse as CreateCustomizationResponse, type context$8_CreateCustomizationResponseNonNullableFields as CreateCustomizationResponseNonNullableFields, type CursorPaging$5 as CursorPaging, type CursorPagingMetadata$5 as CursorPagingMetadata, type CursorQuery$4 as CursorQuery, type CursorQueryPagingMethodOneOf$4 as CursorQueryPagingMethodOneOf, type Cursors$5 as Cursors, type context$8_Customization as Customization, type context$8_CustomizationChoices as CustomizationChoices, type context$8_CustomizationCreatedEnvelope as CustomizationCreatedEnvelope, type context$8_CustomizationCustomizationSettingsOneOf as CustomizationCustomizationSettingsOneOf, type context$8_CustomizationDeletedEnvelope as CustomizationDeletedEnvelope, type context$8_CustomizationIdsWrapper as CustomizationIdsWrapper, type context$8_CustomizationNonNullableFields as CustomizationNonNullableFields, context$8_CustomizationRenderType as CustomizationRenderType, context$8_CustomizationType as CustomizationType, type context$8_CustomizationUpdatedEnvelope as CustomizationUpdatedEnvelope, type context$8_CustomizationsQueryBuilder as CustomizationsQueryBuilder, type context$8_CustomizationsQueryResult as CustomizationsQueryResult, type context$8_DeleteCustomizationRequest as DeleteCustomizationRequest, type context$8_DeleteCustomizationResponse as DeleteCustomizationResponse, type DomainEvent$5 as DomainEvent, type DomainEventBodyOneOf$5 as DomainEventBodyOneOf, type Empty$6 as Empty, type EntityCreatedEvent$5 as EntityCreatedEvent, type EntityDeletedEvent$5 as EntityDeletedEvent, type EntityUpdatedEvent$5 as EntityUpdatedEvent, type EventMetadata$3 as EventMetadata, type File$5 as File, type FreeTextSettings$1 as FreeTextSettings, type context$8_GetCustomizationOptions as GetCustomizationOptions, type context$8_GetCustomizationRequest as GetCustomizationRequest, type context$8_GetCustomizationResponse as GetCustomizationResponse, type context$8_GetCustomizationResponseNonNullableFields as GetCustomizationResponseNonNullableFields, type IdentificationData$7 as IdentificationData, type IdentificationDataIdOneOf$7 as IdentificationDataIdOneOf, type InvalidateCache$5 as InvalidateCache, type InvalidateCacheGetByOneOf$5 as InvalidateCacheGetByOneOf, type ItemMetadata$4 as ItemMetadata, type context$8_MaskedCustomization as MaskedCustomization, type MessageEnvelope$7 as MessageEnvelope, type MultipleColors$1 as MultipleColors, type Page$5 as Page, type context$8_QueryCustomizationsOptions as QueryCustomizationsOptions, type context$8_QueryCustomizationsRequest as QueryCustomizationsRequest, type context$8_QueryCustomizationsResponse as QueryCustomizationsResponse, type context$8_QueryCustomizationsResponseNonNullableFields as QueryCustomizationsResponseNonNullableFields, type context$8_RemoveCustomizationChoicesOptions as RemoveCustomizationChoicesOptions, type context$8_RemoveCustomizationChoicesRequest as RemoveCustomizationChoicesRequest, type context$8_RemoveCustomizationChoicesResponse as RemoveCustomizationChoicesResponse, type context$8_RemoveCustomizationChoicesResponseNonNullableFields as RemoveCustomizationChoicesResponseNonNullableFields, RequestedFields$3 as RequestedFields, type RestoreInfo$5 as RestoreInfo, type context$8_SetCustomizationChoicesOptions as SetCustomizationChoicesOptions, type context$8_SetCustomizationChoicesRequest as SetCustomizationChoicesRequest, type context$8_SetCustomizationChoicesResponse as SetCustomizationChoicesResponse, type context$8_SetCustomizationChoicesResponseNonNullableFields as SetCustomizationChoicesResponseNonNullableFields, SortOrder$5 as SortOrder, type Sorting$5 as Sorting, type URI$5 as URI, type context$8_UpdateCustomization as UpdateCustomization, type context$8_UpdateCustomizationOptions as UpdateCustomizationOptions, type context$8_UpdateCustomizationRequest as UpdateCustomizationRequest, type context$8_UpdateCustomizationResponse as UpdateCustomizationResponse, type context$8_UpdateCustomizationResponseNonNullableFields as UpdateCustomizationResponseNonNullableFields, WebhookIdentityType$7 as WebhookIdentityType, context$8_addCustomizationChoices as addCustomizationChoices, context$8_bulkAddCustomizationChoices as bulkAddCustomizationChoices, context$8_bulkCreateCustomizations as bulkCreateCustomizations, context$8_bulkUpdateCustomizations as bulkUpdateCustomizations, context$8_createCustomization as createCustomization, context$8_deleteCustomization as deleteCustomization, context$8_getCustomization as getCustomization, context$8_onCustomizationCreated as onCustomizationCreated, context$8_onCustomizationDeleted as onCustomizationDeleted, context$8_onCustomizationUpdated as onCustomizationUpdated, context$8_queryCustomizations as queryCustomizations, context$8_removeCustomizationChoices as removeCustomizationChoices, context$8_setCustomizationChoices as setCustomizationChoices, context$8_updateCustomization as updateCustomization };
4749
+ export { type ActionEvent$5 as ActionEvent, type context$8_AddCustomizationChoicesOptions as AddCustomizationChoicesOptions, type context$8_AddCustomizationChoicesRequest as AddCustomizationChoicesRequest, type context$8_AddCustomizationChoicesResponse as AddCustomizationChoicesResponse, type context$8_AddCustomizationChoicesResponseNonNullableFields as AddCustomizationChoicesResponseNonNullableFields, type App$5 as App, type ApplicationError$4 as ApplicationError, type BaseEventMetadata$5 as BaseEventMetadata, type BulkActionMetadata$4 as BulkActionMetadata, type context$8_BulkAddCustomizationChoicesOptions as BulkAddCustomizationChoicesOptions, type context$8_BulkAddCustomizationChoicesRequest as BulkAddCustomizationChoicesRequest, type context$8_BulkAddCustomizationChoicesResponse as BulkAddCustomizationChoicesResponse, type context$8_BulkAddCustomizationChoicesResponseNonNullableFields as BulkAddCustomizationChoicesResponseNonNullableFields, type context$8_BulkCreateCustomizationsOptions as BulkCreateCustomizationsOptions, type context$8_BulkCreateCustomizationsRequest as BulkCreateCustomizationsRequest, type context$8_BulkCreateCustomizationsResponse as BulkCreateCustomizationsResponse, type context$8_BulkCreateCustomizationsResponseNonNullableFields as BulkCreateCustomizationsResponseNonNullableFields, type context$8_BulkCustomizationResult as BulkCustomizationResult, type context$8_BulkUpdateCustomizationsOptions as BulkUpdateCustomizationsOptions, type context$8_BulkUpdateCustomizationsRequest as BulkUpdateCustomizationsRequest, type context$8_BulkUpdateCustomizationsResponse as BulkUpdateCustomizationsResponse, type context$8_BulkUpdateCustomizationsResponseNonNullableFields as BulkUpdateCustomizationsResponseNonNullableFields, type context$8_Choice as Choice, ChoiceType$1 as ChoiceType, type context$8_ChoiceValueOneOf as ChoiceValueOneOf, type ChoicesSettings$1 as ChoicesSettings, type context$8_CreateCustomizationRequest as CreateCustomizationRequest, type context$8_CreateCustomizationResponse as CreateCustomizationResponse, type context$8_CreateCustomizationResponseNonNullableFields as CreateCustomizationResponseNonNullableFields, type CursorPaging$5 as CursorPaging, type CursorPagingMetadata$5 as CursorPagingMetadata, type CursorQuery$4 as CursorQuery, type CursorQueryPagingMethodOneOf$4 as CursorQueryPagingMethodOneOf, type Cursors$5 as Cursors, type context$8_Customization as Customization, type context$8_CustomizationChoices as CustomizationChoices, type context$8_CustomizationCreatedEnvelope as CustomizationCreatedEnvelope, type context$8_CustomizationCustomizationSettingsOneOf as CustomizationCustomizationSettingsOneOf, type context$8_CustomizationDeletedEnvelope as CustomizationDeletedEnvelope, type context$8_CustomizationIdsWrapper as CustomizationIdsWrapper, type context$8_CustomizationNonNullableFields as CustomizationNonNullableFields, context$8_CustomizationRenderType as CustomizationRenderType, context$8_CustomizationType as CustomizationType, type context$8_CustomizationUpdatedEnvelope as CustomizationUpdatedEnvelope, type context$8_CustomizationsQueryBuilder as CustomizationsQueryBuilder, type context$8_CustomizationsQueryResult as CustomizationsQueryResult, type context$8_DeleteCustomizationRequest as DeleteCustomizationRequest, type context$8_DeleteCustomizationResponse as DeleteCustomizationResponse, type DomainEvent$5 as DomainEvent, type DomainEventBodyOneOf$5 as DomainEventBodyOneOf, type Empty$6 as Empty, type EntityCreatedEvent$5 as EntityCreatedEvent, type EntityDeletedEvent$5 as EntityDeletedEvent, type EntityUpdatedEvent$5 as EntityUpdatedEvent, type EventMetadata$4 as EventMetadata, type File$5 as File, type FreeTextSettings$1 as FreeTextSettings, type context$8_GetCustomizationOptions as GetCustomizationOptions, type context$8_GetCustomizationRequest as GetCustomizationRequest, type context$8_GetCustomizationResponse as GetCustomizationResponse, type context$8_GetCustomizationResponseNonNullableFields as GetCustomizationResponseNonNullableFields, type IdentificationData$7 as IdentificationData, type IdentificationDataIdOneOf$7 as IdentificationDataIdOneOf, type InvalidateCache$5 as InvalidateCache, type InvalidateCacheGetByOneOf$5 as InvalidateCacheGetByOneOf, type ItemMetadata$4 as ItemMetadata, type context$8_MaskedCustomization as MaskedCustomization, type MessageEnvelope$7 as MessageEnvelope, type MultipleColors$1 as MultipleColors, type Page$5 as Page, type context$8_QueryCustomizationsOptions as QueryCustomizationsOptions, type context$8_QueryCustomizationsRequest as QueryCustomizationsRequest, type context$8_QueryCustomizationsResponse as QueryCustomizationsResponse, type context$8_QueryCustomizationsResponseNonNullableFields as QueryCustomizationsResponseNonNullableFields, type context$8_RemoveCustomizationChoicesOptions as RemoveCustomizationChoicesOptions, type context$8_RemoveCustomizationChoicesRequest as RemoveCustomizationChoicesRequest, type context$8_RemoveCustomizationChoicesResponse as RemoveCustomizationChoicesResponse, type context$8_RemoveCustomizationChoicesResponseNonNullableFields as RemoveCustomizationChoicesResponseNonNullableFields, RequestedFields$3 as RequestedFields, type RestoreInfo$5 as RestoreInfo, type context$8_SetCustomizationChoicesOptions as SetCustomizationChoicesOptions, type context$8_SetCustomizationChoicesRequest as SetCustomizationChoicesRequest, type context$8_SetCustomizationChoicesResponse as SetCustomizationChoicesResponse, type context$8_SetCustomizationChoicesResponseNonNullableFields as SetCustomizationChoicesResponseNonNullableFields, SortOrder$5 as SortOrder, type Sorting$5 as Sorting, type URI$5 as URI, type context$8_UpdateCustomization as UpdateCustomization, type context$8_UpdateCustomizationOptions as UpdateCustomizationOptions, type context$8_UpdateCustomizationRequest as UpdateCustomizationRequest, type context$8_UpdateCustomizationResponse as UpdateCustomizationResponse, type context$8_UpdateCustomizationResponseNonNullableFields as UpdateCustomizationResponseNonNullableFields, WebhookIdentityType$7 as WebhookIdentityType, context$8_addCustomizationChoices as addCustomizationChoices, context$8_bulkAddCustomizationChoices as bulkAddCustomizationChoices, context$8_bulkCreateCustomizations as bulkCreateCustomizations, context$8_bulkUpdateCustomizations as bulkUpdateCustomizations, context$8_createCustomization as createCustomization, context$8_deleteCustomization as deleteCustomization, context$8_getCustomization as getCustomization, context$8_onCustomizationCreated as onCustomizationCreated, context$8_onCustomizationDeleted as onCustomizationDeleted, context$8_onCustomizationUpdated as onCustomizationUpdated, context$8_queryCustomizations as queryCustomizations, context$8_removeCustomizationChoices as removeCustomizationChoices, context$8_setCustomizationChoices as setCustomizationChoices, context$8_updateCustomization as updateCustomization };
4752
4750
  }
4753
4751
 
4754
4752
  /**
@@ -6789,7 +6787,7 @@ interface BulkDeleteInfoSectionsResponseNonNullableFields {
6789
6787
  results: BulkInfoSectionResultNonNullableFields[];
6790
6788
  bulkActionMetadata?: BulkActionMetadataNonNullableFields$2;
6791
6789
  }
6792
- interface BaseEventMetadata$3 {
6790
+ interface BaseEventMetadata$4 {
6793
6791
  /** App instance ID. */
6794
6792
  instanceId?: string | null;
6795
6793
  /** Event type. */
@@ -6797,7 +6795,7 @@ interface BaseEventMetadata$3 {
6797
6795
  /** The identification type and identity data. */
6798
6796
  identity?: IdentificationData$6;
6799
6797
  }
6800
- interface EventMetadata$2 extends BaseEventMetadata$3 {
6798
+ interface EventMetadata$3 extends BaseEventMetadata$4 {
6801
6799
  /**
6802
6800
  * Unique event ID.
6803
6801
  * Allows clients to ignore duplicate webhooks.
@@ -6837,14 +6835,14 @@ interface EventMetadata$2 extends BaseEventMetadata$3 {
6837
6835
  }
6838
6836
  interface InfoSectionCreatedEnvelope {
6839
6837
  entity: InfoSection$1;
6840
- metadata: EventMetadata$2;
6838
+ metadata: EventMetadata$3;
6841
6839
  }
6842
6840
  interface InfoSectionUpdatedEnvelope {
6843
6841
  entity: InfoSection$1;
6844
- metadata: EventMetadata$2;
6842
+ metadata: EventMetadata$3;
6845
6843
  }
6846
6844
  interface InfoSectionDeletedEnvelope {
6847
- metadata: EventMetadata$2;
6845
+ metadata: EventMetadata$3;
6848
6846
  }
6849
6847
  interface GetInfoSectionOptions {
6850
6848
  /**
@@ -6939,14 +6937,14 @@ interface QueryInfoSectionsOptions {
6939
6937
  */
6940
6938
  fields?: RequestedFields$2[] | undefined;
6941
6939
  }
6942
- interface QueryCursorResult$3 {
6940
+ interface QueryCursorResult$4 {
6943
6941
  cursors: Cursors$4;
6944
6942
  hasNext: () => boolean;
6945
6943
  hasPrev: () => boolean;
6946
6944
  length: number;
6947
6945
  pageSize: number;
6948
6946
  }
6949
- interface InfoSectionsQueryResult extends QueryCursorResult$3 {
6947
+ interface InfoSectionsQueryResult extends QueryCursorResult$4 {
6950
6948
  items: InfoSection$1[];
6951
6949
  query: InfoSectionsQueryBuilder;
6952
6950
  next: () => Promise<InfoSectionsQueryResult>;
@@ -7041,7 +7039,7 @@ interface BulkUpdateInfoSectionsOptions {
7041
7039
 
7042
7040
  declare function createRESTModule$7<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
7043
7041
 
7044
- declare function createEventModule$3<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
7042
+ declare function createEventModule$4<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
7045
7043
 
7046
7044
  declare const createInfoSection: ReturnType<typeof createRESTModule$7<typeof publicCreateInfoSection>>;
7047
7045
  declare const getInfoSection: ReturnType<typeof createRESTModule$7<typeof publicGetInfoSection>>;
@@ -7053,9 +7051,9 @@ declare const queryInfoSections: ReturnType<typeof createRESTModule$7<typeof pub
7053
7051
  declare const bulkCreateInfoSections: ReturnType<typeof createRESTModule$7<typeof publicBulkCreateInfoSections>>;
7054
7052
  declare const bulkUpdateInfoSections: ReturnType<typeof createRESTModule$7<typeof publicBulkUpdateInfoSections>>;
7055
7053
  declare const bulkDeleteInfoSections: ReturnType<typeof createRESTModule$7<typeof publicBulkDeleteInfoSections>>;
7056
- declare const onInfoSectionCreated: ReturnType<typeof createEventModule$3<typeof publicOnInfoSectionCreated>>;
7057
- declare const onInfoSectionUpdated: ReturnType<typeof createEventModule$3<typeof publicOnInfoSectionUpdated>>;
7058
- declare const onInfoSectionDeleted: ReturnType<typeof createEventModule$3<typeof publicOnInfoSectionDeleted>>;
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>>;
7059
7057
 
7060
7058
  type context$7_BulkCreateInfoSectionsOptions = BulkCreateInfoSectionsOptions;
7061
7059
  type context$7_BulkCreateInfoSectionsRequest = BulkCreateInfoSectionsRequest;
@@ -7117,7 +7115,7 @@ declare const context$7_onInfoSectionUpdated: typeof onInfoSectionUpdated;
7117
7115
  declare const context$7_queryInfoSections: typeof queryInfoSections;
7118
7116
  declare const context$7_updateInfoSection: typeof updateInfoSection;
7119
7117
  declare namespace context$7 {
7120
- 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$3 as BaseEventMetadata, type BlockquoteData$1 as BlockquoteData, type BookingData$1 as BookingData, type Border$1 as Border, type BorderColors$1 as BorderColors, type BulkActionMetadata$3 as BulkActionMetadata, type context$7_BulkCreateInfoSectionsOptions as BulkCreateInfoSectionsOptions, type context$7_BulkCreateInfoSectionsRequest as BulkCreateInfoSectionsRequest, type context$7_BulkCreateInfoSectionsResponse as BulkCreateInfoSectionsResponse, type context$7_BulkCreateInfoSectionsResponseNonNullableFields as BulkCreateInfoSectionsResponseNonNullableFields, type context$7_BulkDeleteInfoSectionsRequest as BulkDeleteInfoSectionsRequest, type context$7_BulkDeleteInfoSectionsResponse as BulkDeleteInfoSectionsResponse, type context$7_BulkDeleteInfoSectionsResponseNonNullableFields as BulkDeleteInfoSectionsResponseNonNullableFields, type context$7_BulkGetOrCreateInfoSectionsOptions as BulkGetOrCreateInfoSectionsOptions, type context$7_BulkGetOrCreateInfoSectionsRequest as BulkGetOrCreateInfoSectionsRequest, type context$7_BulkGetOrCreateInfoSectionsResponse as BulkGetOrCreateInfoSectionsResponse, type context$7_BulkGetOrCreateInfoSectionsResponseNonNullableFields as BulkGetOrCreateInfoSectionsResponseNonNullableFields, type context$7_BulkInfoSectionItemResult as BulkInfoSectionItemResult, type context$7_BulkInfoSectionResult as BulkInfoSectionResult, type context$7_BulkUpdateInfoSectionsOptions as BulkUpdateInfoSectionsOptions, type context$7_BulkUpdateInfoSectionsRequest as BulkUpdateInfoSectionsRequest, type context$7_BulkUpdateInfoSectionsResponse as BulkUpdateInfoSectionsResponse, type context$7_BulkUpdateInfoSectionsResponseNonNullableFields as BulkUpdateInfoSectionsResponseNonNullableFields, type BulletedListData$1 as BulletedListData, type ButtonData$1 as ButtonData, type CellStyle$1 as CellStyle, type CodeBlockData$1 as CodeBlockData, type CollapsibleListData$1 as CollapsibleListData, type ColorData$1 as ColorData, type Colors$1 as Colors, type context$7_CreateInfoSectionRequest as CreateInfoSectionRequest, type context$7_CreateInfoSectionResponse as CreateInfoSectionResponse, type context$7_CreateInfoSectionResponseNonNullableFields as CreateInfoSectionResponseNonNullableFields, Crop$1 as Crop, type CursorPaging$4 as CursorPaging, type CursorPagingMetadata$4 as CursorPagingMetadata, type CursorQuery$3 as CursorQuery, type CursorQueryPagingMethodOneOf$3 as CursorQueryPagingMethodOneOf, type Cursors$4 as Cursors, type Decoration$1 as Decoration, type DecorationDataOneOf$1 as DecorationDataOneOf, DecorationType$1 as DecorationType, type context$7_DeleteInfoSectionRequest as DeleteInfoSectionRequest, type context$7_DeleteInfoSectionResponse as DeleteInfoSectionResponse, type Design$1 as Design, type Dimensions$1 as Dimensions, Direction$1 as Direction, type DividerData$1 as DividerData, type DocumentStyle$1 as DocumentStyle, type DomainEvent$4 as DomainEvent, type DomainEventBodyOneOf$4 as DomainEventBodyOneOf, type EmbedData$1 as EmbedData, type Empty$5 as Empty, type EntityCreatedEvent$4 as EntityCreatedEvent, type EntityDeletedEvent$4 as EntityDeletedEvent, type EntityUpdatedEvent$4 as EntityUpdatedEvent, type EventData$1 as EventData, type EventMetadata$2 as EventMetadata, type File$4 as File, type FileData$1 as FileData, type FileSource$1 as FileSource, type FileSourceDataOneOf$1 as FileSourceDataOneOf, type FontSizeData$1 as FontSizeData, FontType$1 as FontType, type GIF$1 as GIF, type GIFData$1 as GIFData, type GalleryData$1 as GalleryData, type GalleryOptions$1 as GalleryOptions, type context$7_GetInfoSectionOptions as GetInfoSectionOptions, type context$7_GetInfoSectionRequest as GetInfoSectionRequest, type context$7_GetInfoSectionResponse as GetInfoSectionResponse, type context$7_GetInfoSectionResponseNonNullableFields as GetInfoSectionResponseNonNullableFields, type context$7_GetOrCreateInfoSectionOptions as GetOrCreateInfoSectionOptions, type context$7_GetOrCreateInfoSectionRequest as GetOrCreateInfoSectionRequest, type context$7_GetOrCreateInfoSectionResponse as GetOrCreateInfoSectionResponse, type context$7_GetOrCreateInfoSectionResponseNonNullableFields as GetOrCreateInfoSectionResponseNonNullableFields, type Gradient$1 as Gradient, type HTMLData$1 as HTMLData, type HTMLDataDataOneOf$1 as HTMLDataDataOneOf, type HeadingData$1 as HeadingData, type Height$1 as Height, type IdentificationData$6 as IdentificationData, type IdentificationDataIdOneOf$6 as IdentificationDataIdOneOf, type Image$1 as Image, type ImageData$1 as ImageData, type InfoSection$1 as InfoSection, type context$7_InfoSectionCreatedEnvelope as InfoSectionCreatedEnvelope, type context$7_InfoSectionDeletedEnvelope as InfoSectionDeletedEnvelope, type context$7_InfoSectionForGetOrCreate as InfoSectionForGetOrCreate, type InfoSectionNonNullableFields$1 as InfoSectionNonNullableFields, type context$7_InfoSectionUpdatedEnvelope as InfoSectionUpdatedEnvelope, type context$7_InfoSectionsQueryBuilder as InfoSectionsQueryBuilder, type context$7_InfoSectionsQueryResult as InfoSectionsQueryResult, InitialExpandedItems$1 as InitialExpandedItems, type InvalidateCache$4 as InvalidateCache, type InvalidateCacheGetByOneOf$4 as InvalidateCacheGetByOneOf, type Item$1 as Item, type ItemDataOneOf$1 as ItemDataOneOf, type ItemMetadata$3 as ItemMetadata, type ItemStyle$1 as ItemStyle, type Layout$1 as Layout, LayoutType$1 as LayoutType, LineStyle$1 as LineStyle, type Link$1 as Link, type LinkData$1 as LinkData, type LinkDataOneOf$1 as LinkDataOneOf, type LinkPreviewData$1 as LinkPreviewData, type ListValue$1 as ListValue, type MapData$1 as MapData, type MapSettings$1 as MapSettings, MapType$1 as MapType, type context$7_MaskedInfoSection as MaskedInfoSection, type Media$1 as Media, type MentionData$1 as MentionData, type MessageEnvelope$6 as MessageEnvelope, type Metadata$1 as Metadata, type Node$1 as Node, type NodeDataOneOf$1 as NodeDataOneOf, type NodeStyle$1 as NodeStyle, NodeType$1 as NodeType, NullValue$1 as NullValue, type Oembed$1 as Oembed, type Option$1 as Option, type OptionDesign$1 as OptionDesign, type OptionLayout$1 as OptionLayout, type OrderedListData$1 as OrderedListData, Orientation$1 as Orientation, type PDFSettings$1 as PDFSettings, type Page$4 as Page, type ParagraphData$1 as ParagraphData, type Permissions$1 as Permissions, type PlaybackOptions$1 as PlaybackOptions, type PluginContainerData$1 as PluginContainerData, PluginContainerDataAlignment$1 as PluginContainerDataAlignment, type PluginContainerDataWidth$1 as PluginContainerDataWidth, type PluginContainerDataWidthDataOneOf$1 as PluginContainerDataWidthDataOneOf, type Poll$1 as Poll, type PollData$1 as PollData, type PollDataLayout$1 as PollDataLayout, type PollDesign$1 as PollDesign, type PollLayout$1 as PollLayout, PollLayoutDirection$1 as PollLayoutDirection, PollLayoutType$1 as PollLayoutType, type context$7_QueryInfoSectionsOptions as QueryInfoSectionsOptions, type context$7_QueryInfoSectionsRequest as QueryInfoSectionsRequest, type context$7_QueryInfoSectionsResponse as QueryInfoSectionsResponse, type context$7_QueryInfoSectionsResponseNonNullableFields as QueryInfoSectionsResponseNonNullableFields, type Rel$1 as Rel, RequestedFields$2 as RequestedFields, type RestoreInfo$4 as RestoreInfo, type RichContent$1 as RichContent, type Settings$1 as Settings, SortOrder$4 as SortOrder, type Sorting$4 as Sorting, Source$1 as Source, type Spoiler$1 as Spoiler, type SpoilerData$1 as SpoilerData, type Styles$1 as Styles, type TableCellData$1 as TableCellData, type TableData$1 as TableData, Target$1 as Target, TextAlignment$1 as TextAlignment, type TextData$1 as TextData, type TextNodeStyle$1 as TextNodeStyle, type TextStyle$1 as TextStyle, type Thumbnails$1 as Thumbnails, ThumbnailsAlignment$1 as ThumbnailsAlignment, Type$1 as Type, type URI$4 as URI, type context$7_UpdateInfoSection as UpdateInfoSection, type context$7_UpdateInfoSectionOptions as UpdateInfoSectionOptions, type context$7_UpdateInfoSectionRequest as UpdateInfoSectionRequest, type context$7_UpdateInfoSectionResponse as UpdateInfoSectionResponse, type context$7_UpdateInfoSectionResponseNonNullableFields as UpdateInfoSectionResponseNonNullableFields, VerticalAlignment$1 as VerticalAlignment, type Video$1 as Video, type VideoData$1 as VideoData, ViewMode$1 as ViewMode, ViewRole$1 as ViewRole, VoteRole$1 as VoteRole, WebhookIdentityType$6 as WebhookIdentityType, Width$1 as Width, WidthType$1 as WidthType, context$7_bulkCreateInfoSections as bulkCreateInfoSections, context$7_bulkDeleteInfoSections as bulkDeleteInfoSections, context$7_bulkGetOrCreateInfoSections as bulkGetOrCreateInfoSections, context$7_bulkUpdateInfoSections as bulkUpdateInfoSections, context$7_createInfoSection as createInfoSection, context$7_deleteInfoSection as deleteInfoSection, context$7_getInfoSection as getInfoSection, context$7_getOrCreateInfoSection as getOrCreateInfoSection, context$7_onInfoSectionCreated as onInfoSectionCreated, context$7_onInfoSectionDeleted as onInfoSectionDeleted, context$7_onInfoSectionUpdated as onInfoSectionUpdated, context$7_queryInfoSections as queryInfoSections, context$7_updateInfoSection as updateInfoSection };
7118
+ export { type ActionEvent$4 as ActionEvent, Alignment$1 as Alignment, type AnchorData$1 as AnchorData, type App$4 as App, type AppEmbedData$1 as AppEmbedData, type AppEmbedDataAppDataOneOf$1 as AppEmbedDataAppDataOneOf, AppType$1 as AppType, type ApplicationError$3 as ApplicationError, type AudioData$1 as AudioData, type Background$1 as Background, type BackgroundBackgroundOneOf$1 as BackgroundBackgroundOneOf, BackgroundType$1 as BackgroundType, type BaseEventMetadata$4 as BaseEventMetadata, type BlockquoteData$1 as BlockquoteData, type BookingData$1 as BookingData, type Border$1 as Border, type BorderColors$1 as BorderColors, type BulkActionMetadata$3 as BulkActionMetadata, type context$7_BulkCreateInfoSectionsOptions as BulkCreateInfoSectionsOptions, type context$7_BulkCreateInfoSectionsRequest as BulkCreateInfoSectionsRequest, type context$7_BulkCreateInfoSectionsResponse as BulkCreateInfoSectionsResponse, type context$7_BulkCreateInfoSectionsResponseNonNullableFields as BulkCreateInfoSectionsResponseNonNullableFields, type context$7_BulkDeleteInfoSectionsRequest as BulkDeleteInfoSectionsRequest, type context$7_BulkDeleteInfoSectionsResponse as BulkDeleteInfoSectionsResponse, type context$7_BulkDeleteInfoSectionsResponseNonNullableFields as BulkDeleteInfoSectionsResponseNonNullableFields, type context$7_BulkGetOrCreateInfoSectionsOptions as BulkGetOrCreateInfoSectionsOptions, type context$7_BulkGetOrCreateInfoSectionsRequest as BulkGetOrCreateInfoSectionsRequest, type context$7_BulkGetOrCreateInfoSectionsResponse as BulkGetOrCreateInfoSectionsResponse, type context$7_BulkGetOrCreateInfoSectionsResponseNonNullableFields as BulkGetOrCreateInfoSectionsResponseNonNullableFields, type context$7_BulkInfoSectionItemResult as BulkInfoSectionItemResult, type context$7_BulkInfoSectionResult as BulkInfoSectionResult, type context$7_BulkUpdateInfoSectionsOptions as BulkUpdateInfoSectionsOptions, type context$7_BulkUpdateInfoSectionsRequest as BulkUpdateInfoSectionsRequest, type context$7_BulkUpdateInfoSectionsResponse as BulkUpdateInfoSectionsResponse, type context$7_BulkUpdateInfoSectionsResponseNonNullableFields as BulkUpdateInfoSectionsResponseNonNullableFields, type BulletedListData$1 as BulletedListData, type ButtonData$1 as ButtonData, type CellStyle$1 as CellStyle, type CodeBlockData$1 as CodeBlockData, type CollapsibleListData$1 as CollapsibleListData, type ColorData$1 as ColorData, type Colors$1 as Colors, type context$7_CreateInfoSectionRequest as CreateInfoSectionRequest, type context$7_CreateInfoSectionResponse as CreateInfoSectionResponse, type context$7_CreateInfoSectionResponseNonNullableFields as CreateInfoSectionResponseNonNullableFields, Crop$1 as Crop, type CursorPaging$4 as CursorPaging, type CursorPagingMetadata$4 as CursorPagingMetadata, type CursorQuery$3 as CursorQuery, type CursorQueryPagingMethodOneOf$3 as CursorQueryPagingMethodOneOf, type Cursors$4 as Cursors, type Decoration$1 as Decoration, type DecorationDataOneOf$1 as DecorationDataOneOf, DecorationType$1 as DecorationType, type context$7_DeleteInfoSectionRequest as DeleteInfoSectionRequest, type context$7_DeleteInfoSectionResponse as DeleteInfoSectionResponse, type Design$1 as Design, type Dimensions$1 as Dimensions, Direction$1 as Direction, type DividerData$1 as DividerData, type DocumentStyle$1 as DocumentStyle, type DomainEvent$4 as DomainEvent, type DomainEventBodyOneOf$4 as DomainEventBodyOneOf, type EmbedData$1 as EmbedData, type Empty$5 as Empty, type EntityCreatedEvent$4 as EntityCreatedEvent, type EntityDeletedEvent$4 as EntityDeletedEvent, type EntityUpdatedEvent$4 as EntityUpdatedEvent, type EventData$1 as EventData, type EventMetadata$3 as EventMetadata, type File$4 as File, type FileData$1 as FileData, type FileSource$1 as FileSource, type FileSourceDataOneOf$1 as FileSourceDataOneOf, type FontSizeData$1 as FontSizeData, FontType$1 as FontType, type GIF$1 as GIF, type GIFData$1 as GIFData, type GalleryData$1 as GalleryData, type GalleryOptions$1 as GalleryOptions, type context$7_GetInfoSectionOptions as GetInfoSectionOptions, type context$7_GetInfoSectionRequest as GetInfoSectionRequest, type context$7_GetInfoSectionResponse as GetInfoSectionResponse, type context$7_GetInfoSectionResponseNonNullableFields as GetInfoSectionResponseNonNullableFields, type context$7_GetOrCreateInfoSectionOptions as GetOrCreateInfoSectionOptions, type context$7_GetOrCreateInfoSectionRequest as GetOrCreateInfoSectionRequest, type context$7_GetOrCreateInfoSectionResponse as GetOrCreateInfoSectionResponse, type context$7_GetOrCreateInfoSectionResponseNonNullableFields as GetOrCreateInfoSectionResponseNonNullableFields, type Gradient$1 as Gradient, type HTMLData$1 as HTMLData, type HTMLDataDataOneOf$1 as HTMLDataDataOneOf, type HeadingData$1 as HeadingData, type Height$1 as Height, type IdentificationData$6 as IdentificationData, type IdentificationDataIdOneOf$6 as IdentificationDataIdOneOf, type Image$1 as Image, type ImageData$1 as ImageData, type InfoSection$1 as InfoSection, type context$7_InfoSectionCreatedEnvelope as InfoSectionCreatedEnvelope, type context$7_InfoSectionDeletedEnvelope as InfoSectionDeletedEnvelope, type context$7_InfoSectionForGetOrCreate as InfoSectionForGetOrCreate, type InfoSectionNonNullableFields$1 as InfoSectionNonNullableFields, type context$7_InfoSectionUpdatedEnvelope as InfoSectionUpdatedEnvelope, type context$7_InfoSectionsQueryBuilder as InfoSectionsQueryBuilder, type context$7_InfoSectionsQueryResult as InfoSectionsQueryResult, InitialExpandedItems$1 as InitialExpandedItems, type InvalidateCache$4 as InvalidateCache, type InvalidateCacheGetByOneOf$4 as InvalidateCacheGetByOneOf, type Item$1 as Item, type ItemDataOneOf$1 as ItemDataOneOf, type ItemMetadata$3 as ItemMetadata, type ItemStyle$1 as ItemStyle, type Layout$1 as Layout, LayoutType$1 as LayoutType, LineStyle$1 as LineStyle, type Link$1 as Link, type LinkData$1 as LinkData, type LinkDataOneOf$1 as LinkDataOneOf, type LinkPreviewData$1 as LinkPreviewData, type ListValue$1 as ListValue, type MapData$1 as MapData, type MapSettings$1 as MapSettings, MapType$1 as MapType, type context$7_MaskedInfoSection as MaskedInfoSection, type Media$1 as Media, type MentionData$1 as MentionData, type MessageEnvelope$6 as MessageEnvelope, type Metadata$1 as Metadata, type Node$1 as Node, type NodeDataOneOf$1 as NodeDataOneOf, type NodeStyle$1 as NodeStyle, NodeType$1 as NodeType, NullValue$1 as NullValue, type Oembed$1 as Oembed, type Option$1 as Option, type OptionDesign$1 as OptionDesign, type OptionLayout$1 as OptionLayout, type OrderedListData$1 as OrderedListData, Orientation$1 as Orientation, type PDFSettings$1 as PDFSettings, type Page$4 as Page, type ParagraphData$1 as ParagraphData, type Permissions$1 as Permissions, type PlaybackOptions$1 as PlaybackOptions, type PluginContainerData$1 as PluginContainerData, PluginContainerDataAlignment$1 as PluginContainerDataAlignment, type PluginContainerDataWidth$1 as PluginContainerDataWidth, type PluginContainerDataWidthDataOneOf$1 as PluginContainerDataWidthDataOneOf, type Poll$1 as Poll, type PollData$1 as PollData, type PollDataLayout$1 as PollDataLayout, type PollDesign$1 as PollDesign, type PollLayout$1 as PollLayout, PollLayoutDirection$1 as PollLayoutDirection, PollLayoutType$1 as PollLayoutType, type context$7_QueryInfoSectionsOptions as QueryInfoSectionsOptions, type context$7_QueryInfoSectionsRequest as QueryInfoSectionsRequest, type context$7_QueryInfoSectionsResponse as QueryInfoSectionsResponse, type context$7_QueryInfoSectionsResponseNonNullableFields as QueryInfoSectionsResponseNonNullableFields, type Rel$1 as Rel, RequestedFields$2 as RequestedFields, type RestoreInfo$4 as RestoreInfo, type RichContent$1 as RichContent, type Settings$1 as Settings, SortOrder$4 as SortOrder, type Sorting$4 as Sorting, Source$1 as Source, type Spoiler$1 as Spoiler, type SpoilerData$1 as SpoilerData, type Styles$1 as Styles, type TableCellData$1 as TableCellData, type TableData$1 as TableData, Target$1 as Target, TextAlignment$1 as TextAlignment, type TextData$1 as TextData, type TextNodeStyle$1 as TextNodeStyle, type TextStyle$1 as TextStyle, type Thumbnails$1 as Thumbnails, ThumbnailsAlignment$1 as ThumbnailsAlignment, Type$1 as Type, type URI$4 as URI, type context$7_UpdateInfoSection as UpdateInfoSection, type context$7_UpdateInfoSectionOptions as UpdateInfoSectionOptions, type context$7_UpdateInfoSectionRequest as UpdateInfoSectionRequest, type context$7_UpdateInfoSectionResponse as UpdateInfoSectionResponse, type context$7_UpdateInfoSectionResponseNonNullableFields as UpdateInfoSectionResponseNonNullableFields, VerticalAlignment$1 as VerticalAlignment, type Video$1 as Video, type VideoData$1 as VideoData, ViewMode$1 as ViewMode, ViewRole$1 as ViewRole, VoteRole$1 as VoteRole, WebhookIdentityType$6 as WebhookIdentityType, Width$1 as Width, WidthType$1 as WidthType, context$7_bulkCreateInfoSections as bulkCreateInfoSections, context$7_bulkDeleteInfoSections as bulkDeleteInfoSections, context$7_bulkGetOrCreateInfoSections as bulkGetOrCreateInfoSections, context$7_bulkUpdateInfoSections as bulkUpdateInfoSections, context$7_createInfoSection as createInfoSection, context$7_deleteInfoSection as deleteInfoSection, context$7_getInfoSection as getInfoSection, context$7_getOrCreateInfoSection as getOrCreateInfoSection, context$7_onInfoSectionCreated as onInfoSectionCreated, context$7_onInfoSectionDeleted as onInfoSectionDeleted, context$7_onInfoSectionUpdated as onInfoSectionUpdated, context$7_queryInfoSections as queryInfoSections, context$7_updateInfoSection as updateInfoSection };
7121
7119
  }
7122
7120
 
7123
7121
  /** Inventory Item. */
@@ -8498,7 +8496,7 @@ interface BulkIncrementInventoryItemsByVariantAndLocationResponseNonNullableFiel
8498
8496
  results: V3BulkInventoryItemResultNonNullableFields[];
8499
8497
  bulkActionMetadata?: BulkActionMetadataNonNullableFields$1;
8500
8498
  }
8501
- interface BaseEventMetadata$2 {
8499
+ interface BaseEventMetadata$3 {
8502
8500
  /** App instance ID. */
8503
8501
  instanceId?: string | null;
8504
8502
  /** Event type. */
@@ -8506,7 +8504,7 @@ interface BaseEventMetadata$2 {
8506
8504
  /** The identification type and identity data. */
8507
8505
  identity?: IdentificationData$5;
8508
8506
  }
8509
- interface EventMetadata$1 extends BaseEventMetadata$2 {
8507
+ interface EventMetadata$2 extends BaseEventMetadata$3 {
8510
8508
  /**
8511
8509
  * Unique event ID.
8512
8510
  * Allows clients to ignore duplicate webhooks.
@@ -8546,23 +8544,23 @@ interface EventMetadata$1 extends BaseEventMetadata$2 {
8546
8544
  }
8547
8545
  interface InventoryItemCreatedEnvelope {
8548
8546
  entity: InventoryItem$1;
8549
- metadata: EventMetadata$1;
8547
+ metadata: EventMetadata$2;
8550
8548
  }
8551
8549
  interface InventoryItemUpdatedEnvelope {
8552
8550
  entity: InventoryItem$1;
8553
- metadata: EventMetadata$1;
8551
+ metadata: EventMetadata$2;
8554
8552
  }
8555
8553
  interface InventoryItemStockStatusUpdatedEnvelope {
8556
8554
  data: InventoryItemStockStatusUpdatedEvent;
8557
- metadata: EventMetadata$1;
8555
+ metadata: EventMetadata$2;
8558
8556
  }
8559
8557
  interface InventoryItemUpdatedWithReasonEnvelope {
8560
8558
  data: InventoryItemUpdatedWithReason;
8561
- metadata: EventMetadata$1;
8559
+ metadata: EventMetadata$2;
8562
8560
  }
8563
8561
  interface InventoryItemDeletedEnvelope {
8564
8562
  entity: InventoryItem$1;
8565
- metadata: EventMetadata$1;
8563
+ metadata: EventMetadata$2;
8566
8564
  }
8567
8565
  interface BulkCreateInventoryItemsOptions {
8568
8566
  /**
@@ -8664,14 +8662,14 @@ interface BulkUpdateInventoryItemsByFilterOptions {
8664
8662
  /** Free text to match in searchable fields. */
8665
8663
  search?: SearchDetails$1;
8666
8664
  }
8667
- interface QueryCursorResult$2 {
8665
+ interface QueryCursorResult$3 {
8668
8666
  cursors: Cursors$3;
8669
8667
  hasNext: () => boolean;
8670
8668
  hasPrev: () => boolean;
8671
8669
  length: number;
8672
8670
  pageSize: number;
8673
8671
  }
8674
- interface InventoryItemsQueryResult extends QueryCursorResult$2 {
8672
+ interface InventoryItemsQueryResult extends QueryCursorResult$3 {
8675
8673
  items: InventoryItem$1[];
8676
8674
  query: InventoryItemsQueryBuilder;
8677
8675
  next: () => Promise<InventoryItemsQueryResult>;
@@ -8800,7 +8798,7 @@ interface BulkIncrementInventoryItemsByVariantAndLocationOptions {
8800
8798
 
8801
8799
  declare function createRESTModule$6<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
8802
8800
 
8803
- declare function createEventModule$2<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
8801
+ declare function createEventModule$3<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
8804
8802
 
8805
8803
  declare const createInventoryItem: ReturnType<typeof createRESTModule$6<typeof publicCreateInventoryItem>>;
8806
8804
  declare const bulkCreateInventoryItems: ReturnType<typeof createRESTModule$6<typeof publicBulkCreateInventoryItems>>;
@@ -8816,11 +8814,11 @@ declare const bulkDecrementInventoryItems: ReturnType<typeof createRESTModule$6<
8816
8814
  declare const bulkIncrementInventoryItems: ReturnType<typeof createRESTModule$6<typeof publicBulkIncrementInventoryItems>>;
8817
8815
  declare const bulkDecrementInventoryItemsByVariantAndLocation: ReturnType<typeof createRESTModule$6<typeof publicBulkDecrementInventoryItemsByVariantAndLocation>>;
8818
8816
  declare const bulkIncrementInventoryItemsByVariantAndLocation: ReturnType<typeof createRESTModule$6<typeof publicBulkIncrementInventoryItemsByVariantAndLocation>>;
8819
- declare const onInventoryItemCreated: ReturnType<typeof createEventModule$2<typeof publicOnInventoryItemCreated>>;
8820
- declare const onInventoryItemUpdated: ReturnType<typeof createEventModule$2<typeof publicOnInventoryItemUpdated>>;
8821
- declare const onInventoryItemStockStatusUpdated: ReturnType<typeof createEventModule$2<typeof publicOnInventoryItemStockStatusUpdated>>;
8822
- declare const onInventoryItemUpdatedWithReason: ReturnType<typeof createEventModule$2<typeof publicOnInventoryItemUpdatedWithReason>>;
8823
- declare const onInventoryItemDeleted: ReturnType<typeof createEventModule$2<typeof publicOnInventoryItemDeleted>>;
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>>;
8824
8822
 
8825
8823
  type context$6_AdjustInventoryAction = AdjustInventoryAction;
8826
8824
  type context$6_AdjustInventoryActionActionOneOf = AdjustInventoryActionActionOneOf;
@@ -8920,7 +8918,7 @@ declare const context$6_queryInventoryItems: typeof queryInventoryItems;
8920
8918
  declare const context$6_searchInventoryItems: typeof searchInventoryItems;
8921
8919
  declare const context$6_updateInventoryItem: typeof updateInventoryItem;
8922
8920
  declare namespace context$6 {
8923
- export { type ActionEvent$3 as ActionEvent, type context$6_AdjustInventoryAction as AdjustInventoryAction, type context$6_AdjustInventoryActionActionOneOf as AdjustInventoryActionActionOneOf, type Aggregation$1 as Aggregation, type AggregationData$1 as AggregationData, type AggregationKindOneOf$1 as AggregationKindOneOf, type AggregationResults$1 as AggregationResults, type AggregationResultsResultOneOf$1 as AggregationResultsResultOneOf, type AggregationResultsScalarResult$1 as AggregationResultsScalarResult, AggregationType$1 as AggregationType, type App$3 as App, type ApplicationError$2 as ApplicationError, AvailabilityStatus$1 as AvailabilityStatus, type BaseEventMetadata$2 as BaseEventMetadata, type BulkActionMetadata$2 as BulkActionMetadata, type context$6_BulkCreateInventoryItemsOptions as BulkCreateInventoryItemsOptions, type context$6_BulkCreateInventoryItemsRequest as BulkCreateInventoryItemsRequest, type context$6_BulkCreateInventoryItemsResponse as BulkCreateInventoryItemsResponse, type context$6_BulkCreateInventoryItemsResponseNonNullableFields as BulkCreateInventoryItemsResponseNonNullableFields, type context$6_BulkDecrementInventoryItemsByVariantAndLocationOptions as BulkDecrementInventoryItemsByVariantAndLocationOptions, type context$6_BulkDecrementInventoryItemsByVariantAndLocationRequest as BulkDecrementInventoryItemsByVariantAndLocationRequest, type context$6_BulkDecrementInventoryItemsByVariantAndLocationResponse as BulkDecrementInventoryItemsByVariantAndLocationResponse, type context$6_BulkDecrementInventoryItemsByVariantAndLocationResponseNonNullableFields as BulkDecrementInventoryItemsByVariantAndLocationResponseNonNullableFields, type context$6_BulkDecrementInventoryItemsOptions as BulkDecrementInventoryItemsOptions, type context$6_BulkDecrementInventoryItemsRequest as BulkDecrementInventoryItemsRequest, type context$6_BulkDecrementInventoryItemsResponse as BulkDecrementInventoryItemsResponse, type context$6_BulkDecrementInventoryItemsResponseNonNullableFields as BulkDecrementInventoryItemsResponseNonNullableFields, type context$6_BulkDeleteInventoryItemsRequest as BulkDeleteInventoryItemsRequest, type context$6_BulkDeleteInventoryItemsResponse as BulkDeleteInventoryItemsResponse, type context$6_BulkDeleteInventoryItemsResponseNonNullableFields as BulkDeleteInventoryItemsResponseNonNullableFields, type context$6_BulkIncrementInventoryItemsByVariantAndLocationOptions as BulkIncrementInventoryItemsByVariantAndLocationOptions, type context$6_BulkIncrementInventoryItemsByVariantAndLocationRequest as BulkIncrementInventoryItemsByVariantAndLocationRequest, type context$6_BulkIncrementInventoryItemsByVariantAndLocationResponse as BulkIncrementInventoryItemsByVariantAndLocationResponse, type context$6_BulkIncrementInventoryItemsByVariantAndLocationResponseNonNullableFields as BulkIncrementInventoryItemsByVariantAndLocationResponseNonNullableFields, type context$6_BulkIncrementInventoryItemsOptions as BulkIncrementInventoryItemsOptions, type context$6_BulkIncrementInventoryItemsRequest as BulkIncrementInventoryItemsRequest, type context$6_BulkIncrementInventoryItemsResponse as BulkIncrementInventoryItemsResponse, type context$6_BulkIncrementInventoryItemsResponseNonNullableFields as BulkIncrementInventoryItemsResponseNonNullableFields, type BulkInventoryItemAction$1 as BulkInventoryItemAction, type BulkInventoryItemResult$1 as BulkInventoryItemResult, type context$6_BulkSetInventoryItemsForProductsInLocationRequest as BulkSetInventoryItemsForProductsInLocationRequest, type context$6_BulkSetInventoryItemsForProductsInLocationResponse as BulkSetInventoryItemsForProductsInLocationResponse, type context$6_BulkSetOrAdjustInventoryItemsByFilterRequest as BulkSetOrAdjustInventoryItemsByFilterRequest, type context$6_BulkSetOrAdjustInventoryItemsByFilterResponse as BulkSetOrAdjustInventoryItemsByFilterResponse, type context$6_BulkUpdateInventoryItemsByFilterOptions as BulkUpdateInventoryItemsByFilterOptions, type context$6_BulkUpdateInventoryItemsByFilterRequest as BulkUpdateInventoryItemsByFilterRequest, type context$6_BulkUpdateInventoryItemsByFilterResponse as BulkUpdateInventoryItemsByFilterResponse, type context$6_BulkUpdateInventoryItemsByFilterResponseNonNullableFields as BulkUpdateInventoryItemsByFilterResponseNonNullableFields, type context$6_BulkUpdateInventoryItemsOptions as BulkUpdateInventoryItemsOptions, type BulkUpdateInventoryItemsRequest$1 as BulkUpdateInventoryItemsRequest, type BulkUpdateInventoryItemsResponse$1 as BulkUpdateInventoryItemsResponse, type context$6_BulkUpdateInventoryItemsResponseNonNullableFields as BulkUpdateInventoryItemsResponseNonNullableFields, type context$6_CreateInventoryItemRequest as CreateInventoryItemRequest, type context$6_CreateInventoryItemResponse as CreateInventoryItemResponse, type context$6_CreateInventoryItemResponseNonNullableFields as CreateInventoryItemResponseNonNullableFields, type CursorPaging$3 as CursorPaging, type CursorPagingMetadata$3 as CursorPagingMetadata, type CursorSearch$1 as CursorSearch, type CursorSearchPagingMethodOneOf$1 as CursorSearchPagingMethodOneOf, type Cursors$3 as Cursors, type DateHistogramAggregation$1 as DateHistogramAggregation, type DateHistogramResult$1 as DateHistogramResult, type DateHistogramResults$1 as DateHistogramResults, type context$6_DecrementDataById as DecrementDataById, type context$6_DecrementDataByVariantAndLocation as DecrementDataByVariantAndLocation, type context$6_DeleteInventoryItemRequest as DeleteInventoryItemRequest, type context$6_DeleteInventoryItemResponse as DeleteInventoryItemResponse, type DomainEvent$3 as DomainEvent, type DomainEventBodyOneOf$3 as DomainEventBodyOneOf, type Empty$4 as Empty, type EntityCreatedEvent$3 as EntityCreatedEvent, type EntityDeletedEvent$3 as EntityDeletedEvent, type EntityUpdatedEvent$3 as EntityUpdatedEvent, type EventMetadata$1 as EventMetadata, type ExtendedFields$1 as ExtendedFields, type File$3 as File, type context$6_GetInventoryItemRequest as GetInventoryItemRequest, type context$6_GetInventoryItemResponse as GetInventoryItemResponse, type context$6_GetInventoryItemResponseNonNullableFields as GetInventoryItemResponseNonNullableFields, type GroupByAggregation$1 as GroupByAggregation, type GroupByAggregationKindOneOf$1 as GroupByAggregationKindOneOf, type GroupByValueResults$1 as GroupByValueResults, type IdentificationData$5 as IdentificationData, type IdentificationDataIdOneOf$5 as IdentificationDataIdOneOf, type IncludeMissingValuesOptions$1 as IncludeMissingValuesOptions, type context$6_IncrementDataById as IncrementDataById, type context$6_IncrementDataByVariantAndLocation as IncrementDataByVariantAndLocation, Interval$1 as Interval, type InvalidateCache$3 as InvalidateCache, type InvalidateCacheGetByOneOf$3 as InvalidateCacheGetByOneOf, type context$6_InventoryCursorPaging as InventoryCursorPaging, type InventoryItem$1 as InventoryItem, type context$6_InventoryItemCreatedEnvelope as InventoryItemCreatedEnvelope, type context$6_InventoryItemDeletedEnvelope as InventoryItemDeletedEnvelope, type InventoryItemNonNullableFields$1 as InventoryItemNonNullableFields, type context$6_InventoryItemStockStatusUpdatedEnvelope as InventoryItemStockStatusUpdatedEnvelope, type context$6_InventoryItemStockStatusUpdatedEvent as InventoryItemStockStatusUpdatedEvent, type InventoryItemTrackingMethodOneOf$1 as InventoryItemTrackingMethodOneOf, type context$6_InventoryItemUpdatedEnvelope as InventoryItemUpdatedEnvelope, type context$6_InventoryItemUpdatedWithReason as InventoryItemUpdatedWithReason, type context$6_InventoryItemUpdatedWithReasonEnvelope as InventoryItemUpdatedWithReasonEnvelope, type context$6_InventoryItemsQueryBuilder as InventoryItemsQueryBuilder, type context$6_InventoryItemsQueryResult as InventoryItemsQueryResult, type context$6_InventoryPaging as InventoryPaging, type context$6_InventoryQuery as InventoryQuery, type context$6_InventoryQueryPagingMethodOneOf as InventoryQueryPagingMethodOneOf, type ItemMetadata$2 as ItemMetadata, type context$6_MaskedInventoryItem as MaskedInventoryItem, type MessageEnvelope$5 as MessageEnvelope, MissingValues$1 as MissingValues, Mode$1 as Mode, type NestedAggregation$1 as NestedAggregation, type NestedAggregationItem$1 as NestedAggregationItem, type NestedAggregationItemKindOneOf$1 as NestedAggregationItemKindOneOf, type NestedAggregationResults$1 as NestedAggregationResults, type NestedAggregationResultsResultOneOf$1 as NestedAggregationResultsResultOneOf, NestedAggregationType$1 as NestedAggregationType, type NestedResultValue$1 as NestedResultValue, type NestedResultValueResultOneOf$1 as NestedResultValueResultOneOf, type NestedResults$1 as NestedResults, type NestedValueAggregationResult$1 as NestedValueAggregationResult, type Page$3 as Page, type PagingMetadata$3 as PagingMetadata, type PlatformOffsetSearch$1 as PlatformOffsetSearch, type PlatformOffsetSearchPagingMethodOneOf$1 as PlatformOffsetSearchPagingMethodOneOf, type PlatformPaging$1 as PlatformPaging, type context$6_PlatformPagingMetadataV2 as PlatformPagingMetadataV2, type PreorderInfo$2 as PreorderInfo, type Product$1 as Product, type context$6_ProductInventoryItems as ProductInventoryItems, type context$6_QueryInventoryItemsRequest as QueryInventoryItemsRequest, type context$6_QueryInventoryItemsResponse as QueryInventoryItemsResponse, type context$6_QueryInventoryItemsResponseNonNullableFields as QueryInventoryItemsResponseNonNullableFields, type RangeAggregation$1 as RangeAggregation, type RangeAggregationResult$1 as RangeAggregationResult, type RangeBucket$1 as RangeBucket, type RangeResult$1 as RangeResult, type RangeResults$1 as RangeResults, ReasonType$1 as ReasonType, type RestoreInfo$3 as RestoreInfo, type Results$1 as Results, type ScalarAggregation$1 as ScalarAggregation, type ScalarResult$1 as ScalarResult, ScalarType$1 as ScalarType, type SearchDetails$1 as SearchDetails, type context$6_SearchInventoryItemsOptions as SearchInventoryItemsOptions, type context$6_SearchInventoryItemsRequest as SearchInventoryItemsRequest, type context$6_SearchInventoryItemsResponse as SearchInventoryItemsResponse, type context$6_SearchInventoryItemsResponseNonNullableFields as SearchInventoryItemsResponseNonNullableFields, type context$6_SearchInventoryItemsWithOffsetRequest as SearchInventoryItemsWithOffsetRequest, type context$6_SearchInventoryItemsWithOffsetResponse as SearchInventoryItemsWithOffsetResponse, SortDirection$1 as SortDirection, SortOrder$3 as SortOrder, SortType$1 as SortType, type Sorting$3 as Sorting, type URI$3 as URI, type context$6_UpdateInventoryItem as UpdateInventoryItem, type context$6_UpdateInventoryItemOptions as UpdateInventoryItemOptions, type context$6_UpdateInventoryItemRequest as UpdateInventoryItemRequest, type context$6_UpdateInventoryItemResponse as UpdateInventoryItemResponse, type context$6_UpdateInventoryItemResponseNonNullableFields as UpdateInventoryItemResponseNonNullableFields, type context$6_V3BulkInventoryItemResult as V3BulkInventoryItemResult, type ValueAggregation$1 as ValueAggregation, type ValueAggregationOptionsOneOf$1 as ValueAggregationOptionsOneOf, type ValueAggregationResult$1 as ValueAggregationResult, type ValueResult$1 as ValueResult, type ValueResults$1 as ValueResults, WebhookIdentityType$5 as WebhookIdentityType, context$6_bulkCreateInventoryItems as bulkCreateInventoryItems, context$6_bulkDecrementInventoryItems as bulkDecrementInventoryItems, context$6_bulkDecrementInventoryItemsByVariantAndLocation as bulkDecrementInventoryItemsByVariantAndLocation, context$6_bulkDeleteInventoryItems as bulkDeleteInventoryItems, context$6_bulkIncrementInventoryItems as bulkIncrementInventoryItems, context$6_bulkIncrementInventoryItemsByVariantAndLocation as bulkIncrementInventoryItemsByVariantAndLocation, context$6_bulkUpdateInventoryItems as bulkUpdateInventoryItems, context$6_bulkUpdateInventoryItemsByFilter as bulkUpdateInventoryItemsByFilter, context$6_createInventoryItem as createInventoryItem, context$6_deleteInventoryItem as deleteInventoryItem, context$6_getInventoryItem as getInventoryItem, context$6_onInventoryItemCreated as onInventoryItemCreated, context$6_onInventoryItemDeleted as onInventoryItemDeleted, context$6_onInventoryItemStockStatusUpdated as onInventoryItemStockStatusUpdated, context$6_onInventoryItemUpdated as onInventoryItemUpdated, context$6_onInventoryItemUpdatedWithReason as onInventoryItemUpdatedWithReason, context$6_queryInventoryItems as queryInventoryItems, context$6_searchInventoryItems as searchInventoryItems, context$6_updateInventoryItem as updateInventoryItem };
8921
+ export { type ActionEvent$3 as ActionEvent, type context$6_AdjustInventoryAction as AdjustInventoryAction, type context$6_AdjustInventoryActionActionOneOf as AdjustInventoryActionActionOneOf, type Aggregation$1 as Aggregation, type AggregationData$1 as AggregationData, type AggregationKindOneOf$1 as AggregationKindOneOf, type AggregationResults$1 as AggregationResults, type AggregationResultsResultOneOf$1 as AggregationResultsResultOneOf, type AggregationResultsScalarResult$1 as AggregationResultsScalarResult, AggregationType$1 as AggregationType, type App$3 as App, type ApplicationError$2 as ApplicationError, AvailabilityStatus$1 as AvailabilityStatus, type BaseEventMetadata$3 as BaseEventMetadata, type BulkActionMetadata$2 as BulkActionMetadata, type context$6_BulkCreateInventoryItemsOptions as BulkCreateInventoryItemsOptions, type context$6_BulkCreateInventoryItemsRequest as BulkCreateInventoryItemsRequest, type context$6_BulkCreateInventoryItemsResponse as BulkCreateInventoryItemsResponse, type context$6_BulkCreateInventoryItemsResponseNonNullableFields as BulkCreateInventoryItemsResponseNonNullableFields, type context$6_BulkDecrementInventoryItemsByVariantAndLocationOptions as BulkDecrementInventoryItemsByVariantAndLocationOptions, type context$6_BulkDecrementInventoryItemsByVariantAndLocationRequest as BulkDecrementInventoryItemsByVariantAndLocationRequest, type context$6_BulkDecrementInventoryItemsByVariantAndLocationResponse as BulkDecrementInventoryItemsByVariantAndLocationResponse, type context$6_BulkDecrementInventoryItemsByVariantAndLocationResponseNonNullableFields as BulkDecrementInventoryItemsByVariantAndLocationResponseNonNullableFields, type context$6_BulkDecrementInventoryItemsOptions as BulkDecrementInventoryItemsOptions, type context$6_BulkDecrementInventoryItemsRequest as BulkDecrementInventoryItemsRequest, type context$6_BulkDecrementInventoryItemsResponse as BulkDecrementInventoryItemsResponse, type context$6_BulkDecrementInventoryItemsResponseNonNullableFields as BulkDecrementInventoryItemsResponseNonNullableFields, type context$6_BulkDeleteInventoryItemsRequest as BulkDeleteInventoryItemsRequest, type context$6_BulkDeleteInventoryItemsResponse as BulkDeleteInventoryItemsResponse, type context$6_BulkDeleteInventoryItemsResponseNonNullableFields as BulkDeleteInventoryItemsResponseNonNullableFields, type context$6_BulkIncrementInventoryItemsByVariantAndLocationOptions as BulkIncrementInventoryItemsByVariantAndLocationOptions, type context$6_BulkIncrementInventoryItemsByVariantAndLocationRequest as BulkIncrementInventoryItemsByVariantAndLocationRequest, type context$6_BulkIncrementInventoryItemsByVariantAndLocationResponse as BulkIncrementInventoryItemsByVariantAndLocationResponse, type context$6_BulkIncrementInventoryItemsByVariantAndLocationResponseNonNullableFields as BulkIncrementInventoryItemsByVariantAndLocationResponseNonNullableFields, type context$6_BulkIncrementInventoryItemsOptions as BulkIncrementInventoryItemsOptions, type context$6_BulkIncrementInventoryItemsRequest as BulkIncrementInventoryItemsRequest, type context$6_BulkIncrementInventoryItemsResponse as BulkIncrementInventoryItemsResponse, type context$6_BulkIncrementInventoryItemsResponseNonNullableFields as BulkIncrementInventoryItemsResponseNonNullableFields, type BulkInventoryItemAction$1 as BulkInventoryItemAction, type BulkInventoryItemResult$1 as BulkInventoryItemResult, type context$6_BulkSetInventoryItemsForProductsInLocationRequest as BulkSetInventoryItemsForProductsInLocationRequest, type context$6_BulkSetInventoryItemsForProductsInLocationResponse as BulkSetInventoryItemsForProductsInLocationResponse, type context$6_BulkSetOrAdjustInventoryItemsByFilterRequest as BulkSetOrAdjustInventoryItemsByFilterRequest, type context$6_BulkSetOrAdjustInventoryItemsByFilterResponse as BulkSetOrAdjustInventoryItemsByFilterResponse, type context$6_BulkUpdateInventoryItemsByFilterOptions as BulkUpdateInventoryItemsByFilterOptions, type context$6_BulkUpdateInventoryItemsByFilterRequest as BulkUpdateInventoryItemsByFilterRequest, type context$6_BulkUpdateInventoryItemsByFilterResponse as BulkUpdateInventoryItemsByFilterResponse, type context$6_BulkUpdateInventoryItemsByFilterResponseNonNullableFields as BulkUpdateInventoryItemsByFilterResponseNonNullableFields, type context$6_BulkUpdateInventoryItemsOptions as BulkUpdateInventoryItemsOptions, type BulkUpdateInventoryItemsRequest$1 as BulkUpdateInventoryItemsRequest, type BulkUpdateInventoryItemsResponse$1 as BulkUpdateInventoryItemsResponse, type context$6_BulkUpdateInventoryItemsResponseNonNullableFields as BulkUpdateInventoryItemsResponseNonNullableFields, type context$6_CreateInventoryItemRequest as CreateInventoryItemRequest, type context$6_CreateInventoryItemResponse as CreateInventoryItemResponse, type context$6_CreateInventoryItemResponseNonNullableFields as CreateInventoryItemResponseNonNullableFields, type CursorPaging$3 as CursorPaging, type CursorPagingMetadata$3 as CursorPagingMetadata, type CursorSearch$1 as CursorSearch, type CursorSearchPagingMethodOneOf$1 as CursorSearchPagingMethodOneOf, type Cursors$3 as Cursors, type DateHistogramAggregation$1 as DateHistogramAggregation, type DateHistogramResult$1 as DateHistogramResult, type DateHistogramResults$1 as DateHistogramResults, type context$6_DecrementDataById as DecrementDataById, type context$6_DecrementDataByVariantAndLocation as DecrementDataByVariantAndLocation, type context$6_DeleteInventoryItemRequest as DeleteInventoryItemRequest, type context$6_DeleteInventoryItemResponse as DeleteInventoryItemResponse, type DomainEvent$3 as DomainEvent, type DomainEventBodyOneOf$3 as DomainEventBodyOneOf, type Empty$4 as Empty, type EntityCreatedEvent$3 as EntityCreatedEvent, type EntityDeletedEvent$3 as EntityDeletedEvent, type EntityUpdatedEvent$3 as EntityUpdatedEvent, type EventMetadata$2 as EventMetadata, type ExtendedFields$1 as ExtendedFields, type File$3 as File, type context$6_GetInventoryItemRequest as GetInventoryItemRequest, type context$6_GetInventoryItemResponse as GetInventoryItemResponse, type context$6_GetInventoryItemResponseNonNullableFields as GetInventoryItemResponseNonNullableFields, type GroupByAggregation$1 as GroupByAggregation, type GroupByAggregationKindOneOf$1 as GroupByAggregationKindOneOf, type GroupByValueResults$1 as GroupByValueResults, type IdentificationData$5 as IdentificationData, type IdentificationDataIdOneOf$5 as IdentificationDataIdOneOf, type IncludeMissingValuesOptions$1 as IncludeMissingValuesOptions, type context$6_IncrementDataById as IncrementDataById, type context$6_IncrementDataByVariantAndLocation as IncrementDataByVariantAndLocation, Interval$1 as Interval, type InvalidateCache$3 as InvalidateCache, type InvalidateCacheGetByOneOf$3 as InvalidateCacheGetByOneOf, type context$6_InventoryCursorPaging as InventoryCursorPaging, type InventoryItem$1 as InventoryItem, type context$6_InventoryItemCreatedEnvelope as InventoryItemCreatedEnvelope, type context$6_InventoryItemDeletedEnvelope as InventoryItemDeletedEnvelope, type InventoryItemNonNullableFields$1 as InventoryItemNonNullableFields, type context$6_InventoryItemStockStatusUpdatedEnvelope as InventoryItemStockStatusUpdatedEnvelope, type context$6_InventoryItemStockStatusUpdatedEvent as InventoryItemStockStatusUpdatedEvent, type InventoryItemTrackingMethodOneOf$1 as InventoryItemTrackingMethodOneOf, type context$6_InventoryItemUpdatedEnvelope as InventoryItemUpdatedEnvelope, type context$6_InventoryItemUpdatedWithReason as InventoryItemUpdatedWithReason, type context$6_InventoryItemUpdatedWithReasonEnvelope as InventoryItemUpdatedWithReasonEnvelope, type context$6_InventoryItemsQueryBuilder as InventoryItemsQueryBuilder, type context$6_InventoryItemsQueryResult as InventoryItemsQueryResult, type context$6_InventoryPaging as InventoryPaging, type context$6_InventoryQuery as InventoryQuery, type context$6_InventoryQueryPagingMethodOneOf as InventoryQueryPagingMethodOneOf, type ItemMetadata$2 as ItemMetadata, type context$6_MaskedInventoryItem as MaskedInventoryItem, type MessageEnvelope$5 as MessageEnvelope, MissingValues$1 as MissingValues, Mode$1 as Mode, type NestedAggregation$1 as NestedAggregation, type NestedAggregationItem$1 as NestedAggregationItem, type NestedAggregationItemKindOneOf$1 as NestedAggregationItemKindOneOf, type NestedAggregationResults$1 as NestedAggregationResults, type NestedAggregationResultsResultOneOf$1 as NestedAggregationResultsResultOneOf, NestedAggregationType$1 as NestedAggregationType, type NestedResultValue$1 as NestedResultValue, type NestedResultValueResultOneOf$1 as NestedResultValueResultOneOf, type NestedResults$1 as NestedResults, type NestedValueAggregationResult$1 as NestedValueAggregationResult, type Page$3 as Page, type PagingMetadata$3 as PagingMetadata, type PlatformOffsetSearch$1 as PlatformOffsetSearch, type PlatformOffsetSearchPagingMethodOneOf$1 as PlatformOffsetSearchPagingMethodOneOf, type PlatformPaging$1 as PlatformPaging, type context$6_PlatformPagingMetadataV2 as PlatformPagingMetadataV2, type PreorderInfo$2 as PreorderInfo, type Product$1 as Product, type context$6_ProductInventoryItems as ProductInventoryItems, type context$6_QueryInventoryItemsRequest as QueryInventoryItemsRequest, type context$6_QueryInventoryItemsResponse as QueryInventoryItemsResponse, type context$6_QueryInventoryItemsResponseNonNullableFields as QueryInventoryItemsResponseNonNullableFields, type RangeAggregation$1 as RangeAggregation, type RangeAggregationResult$1 as RangeAggregationResult, type RangeBucket$1 as RangeBucket, type RangeResult$1 as RangeResult, type RangeResults$1 as RangeResults, ReasonType$1 as ReasonType, type RestoreInfo$3 as RestoreInfo, type Results$1 as Results, type ScalarAggregation$1 as ScalarAggregation, type ScalarResult$1 as ScalarResult, ScalarType$1 as ScalarType, type SearchDetails$1 as SearchDetails, type context$6_SearchInventoryItemsOptions as SearchInventoryItemsOptions, type context$6_SearchInventoryItemsRequest as SearchInventoryItemsRequest, type context$6_SearchInventoryItemsResponse as SearchInventoryItemsResponse, type context$6_SearchInventoryItemsResponseNonNullableFields as SearchInventoryItemsResponseNonNullableFields, type context$6_SearchInventoryItemsWithOffsetRequest as SearchInventoryItemsWithOffsetRequest, type context$6_SearchInventoryItemsWithOffsetResponse as SearchInventoryItemsWithOffsetResponse, SortDirection$1 as SortDirection, SortOrder$3 as SortOrder, SortType$1 as SortType, type Sorting$3 as Sorting, type URI$3 as URI, type context$6_UpdateInventoryItem as UpdateInventoryItem, type context$6_UpdateInventoryItemOptions as UpdateInventoryItemOptions, type context$6_UpdateInventoryItemRequest as UpdateInventoryItemRequest, type context$6_UpdateInventoryItemResponse as UpdateInventoryItemResponse, type context$6_UpdateInventoryItemResponseNonNullableFields as UpdateInventoryItemResponseNonNullableFields, type context$6_V3BulkInventoryItemResult as V3BulkInventoryItemResult, type ValueAggregation$1 as ValueAggregation, type ValueAggregationOptionsOneOf$1 as ValueAggregationOptionsOneOf, type ValueAggregationResult$1 as ValueAggregationResult, type ValueResult$1 as ValueResult, type ValueResults$1 as ValueResults, WebhookIdentityType$5 as WebhookIdentityType, context$6_bulkCreateInventoryItems as bulkCreateInventoryItems, context$6_bulkDecrementInventoryItems as bulkDecrementInventoryItems, context$6_bulkDecrementInventoryItemsByVariantAndLocation as bulkDecrementInventoryItemsByVariantAndLocation, context$6_bulkDeleteInventoryItems as bulkDeleteInventoryItems, context$6_bulkIncrementInventoryItems as bulkIncrementInventoryItems, context$6_bulkIncrementInventoryItemsByVariantAndLocation as bulkIncrementInventoryItemsByVariantAndLocation, context$6_bulkUpdateInventoryItems as bulkUpdateInventoryItems, context$6_bulkUpdateInventoryItemsByFilter as bulkUpdateInventoryItemsByFilter, context$6_createInventoryItem as createInventoryItem, context$6_deleteInventoryItem as deleteInventoryItem, context$6_getInventoryItem as getInventoryItem, context$6_onInventoryItemCreated as onInventoryItemCreated, context$6_onInventoryItemDeleted as onInventoryItemDeleted, context$6_onInventoryItemStockStatusUpdated as onInventoryItemStockStatusUpdated, context$6_onInventoryItemUpdated as onInventoryItemUpdated, context$6_onInventoryItemUpdatedWithReason as onInventoryItemUpdatedWithReason, context$6_queryInventoryItems as queryInventoryItems, context$6_searchInventoryItems as searchInventoryItems, context$6_updateInventoryItem as updateInventoryItem };
8924
8922
  }
8925
8923
 
8926
8924
  interface V3Product extends V3ProductTypedPropertiesOneOf {
@@ -11414,23 +11412,7 @@ interface CreateProductRequest {
11414
11412
  * If `options` is empty one default variant must be provided with empty `choices` list.
11415
11413
  */
11416
11414
  product: V3Product;
11417
- /**
11418
- * Fields to include in the response.
11419
- *
11420
- * Supported values:
11421
- * + `URL`
11422
- * + `CURRENCY`
11423
- * + `INFO_SECTION`
11424
- * + `MERCHANT_DATA`
11425
- * + `PLAIN_DESCRIPTION`
11426
- * + `INFO_SECTION_PLAIN_DESCRIPTION`
11427
- * + `SUBSCRIPTION_PRICES_INFO`
11428
- * + `VARIANTS_INFO`
11429
- * + `BREADCRUMBS_INFO`
11430
- * + `WEIGHT_MEASUREMENT_UNIT_INFO`
11431
- * + `VARIANT_OPTION_CHOICE_NAMES`
11432
- * + `MEDIA_ITEMS_INFO`
11433
- */
11415
+ /** Fields to include in the response. */
11434
11416
  fields?: SingleEntityOpsRequestedFields[];
11435
11417
  }
11436
11418
  declare enum SingleEntityOpsRequestedFields {
@@ -11481,23 +11463,7 @@ interface CreateProductWithInventoryRequest {
11481
11463
  * Default: `false`
11482
11464
  */
11483
11465
  returnEntity?: boolean;
11484
- /**
11485
- * Fields to include in the response.
11486
- *
11487
- * Supported values:
11488
- * + `URL`
11489
- * + `CURRENCY`
11490
- * + `INFO_SECTION`
11491
- * + `MERCHANT_DATA`
11492
- * + `PLAIN_DESCRIPTION`
11493
- * + `INFO_SECTION_PLAIN_DESCRIPTION`
11494
- * + `SUBSCRIPTION_PRICES_INFO`
11495
- * + `VARIANTS_INFO`
11496
- * + `BREADCRUMBS_INFO`
11497
- * + `WEIGHT_MEASUREMENT_UNIT_INFO`
11498
- * + `VARIANT_OPTION_CHOICE_NAMES`
11499
- * + `MEDIA_ITEMS_INFO`
11500
- */
11466
+ /** Fields to include in the response. */
11501
11467
  fields?: SingleEntityOpsRequestedFields[];
11502
11468
  }
11503
11469
  interface ProductWithInventory extends ProductWithInventoryTypedPropertiesOneOf {
@@ -11927,23 +11893,7 @@ interface CommonBulkActionMetadata {
11927
11893
  interface UpdateProductRequest {
11928
11894
  /** Product to update. */
11929
11895
  product: V3Product;
11930
- /**
11931
- * Fields to include in the response.
11932
- *
11933
- * Supported values:
11934
- * + `URL`
11935
- * + `CURRENCY`
11936
- * + `INFO_SECTION`
11937
- * + `MERCHANT_DATA`
11938
- * + `PLAIN_DESCRIPTION`
11939
- * + `INFO_SECTION_PLAIN_DESCRIPTION`
11940
- * + `SUBSCRIPTION_PRICES_INFO`
11941
- * + `VARIANTS_INFO`
11942
- * + `BREADCRUMBS_INFO`
11943
- * + `WEIGHT_MEASUREMENT_UNIT_INFO`
11944
- * + `VARIANT_OPTION_CHOICE_NAMES`
11945
- * + `MEDIA_ITEMS_INFO`
11946
- */
11896
+ /** Fields to include in the response. */
11947
11897
  fields?: SingleEntityOpsRequestedFields[];
11948
11898
  }
11949
11899
  interface UpdateProductResponse {
@@ -11963,23 +11913,7 @@ interface UpdateProductWithInventoryRequest {
11963
11913
  * Default: `false`
11964
11914
  */
11965
11915
  returnEntity?: boolean;
11966
- /**
11967
- * Fields to include in the response.
11968
- *
11969
- * Supported values:
11970
- * + `URL`
11971
- * + `CURRENCY`
11972
- * + `INFO_SECTION`
11973
- * + `MERCHANT_DATA`
11974
- * + `PLAIN_DESCRIPTION`
11975
- * + `INFO_SECTION_PLAIN_DESCRIPTION`
11976
- * + `SUBSCRIPTION_PRICES_INFO`
11977
- * + `VARIANTS_INFO`
11978
- * + `BREADCRUMBS_INFO`
11979
- * + `WEIGHT_MEASUREMENT_UNIT_INFO`
11980
- * + `VARIANT_OPTION_CHOICE_NAMES`
11981
- * + `MEDIA_ITEMS_INFO`
11982
- */
11916
+ /** Fields to include in the response. */
11983
11917
  fields?: SingleEntityOpsRequestedFields[];
11984
11918
  }
11985
11919
  interface UpdateProductWithInventoryResponse {
@@ -11997,23 +11931,7 @@ interface BulkCreateProductsRequest {
11997
11931
  * Default: `false`
11998
11932
  */
11999
11933
  returnEntity?: boolean;
12000
- /**
12001
- * Fields to include in the response.
12002
- *
12003
- * Supported values:
12004
- * + `URL`
12005
- * + `CURRENCY`
12006
- * + `INFO_SECTION`
12007
- * + `MERCHANT_DATA`
12008
- * + `PLAIN_DESCRIPTION`
12009
- * + `INFO_SECTION_PLAIN_DESCRIPTION`
12010
- * + `SUBSCRIPTION_PRICES_INFO`
12011
- * + `VARIANTS_INFO`
12012
- * + `BREADCRUMBS_INFO`
12013
- * + `WEIGHT_MEASUREMENT_UNIT_INFO`
12014
- * + `VARIANT_OPTION_CHOICE_NAMES`
12015
- * + `MEDIA_ITEMS_INFO`
12016
- */
11934
+ /** Fields to include in the response. */
12017
11935
  fields?: RequestedFields$1[];
12018
11936
  }
12019
11937
  declare enum RequestedFields$1 {
@@ -12071,23 +11989,7 @@ interface BulkCreateProductsWithInventoryRequest {
12071
11989
  * Default: `false`
12072
11990
  */
12073
11991
  returnEntity?: boolean;
12074
- /**
12075
- * Fields to include in the response.
12076
- *
12077
- * Supported values:
12078
- * + `URL`
12079
- * + `CURRENCY`
12080
- * + `INFO_SECTION`
12081
- * + `MERCHANT_DATA`
12082
- * + `PLAIN_DESCRIPTION`
12083
- * + `INFO_SECTION_PLAIN_DESCRIPTION`
12084
- * + `SUBSCRIPTION_PRICES_INFO`
12085
- * + `VARIANTS_INFO`
12086
- * + `BREADCRUMBS_INFO`
12087
- * + `WEIGHT_MEASUREMENT_UNIT_INFO`
12088
- * + `VARIANT_OPTION_CHOICE_NAMES`
12089
- * + `MEDIA_ITEMS_INFO`
12090
- */
11992
+ /** Fields to include in the response. */
12091
11993
  fields?: RequestedFields$1[];
12092
11994
  }
12093
11995
  interface BulkCreateProductsWithInventoryResponse {
@@ -12111,23 +12013,7 @@ interface BulkUpdateProductsRequest {
12111
12013
  * Default: `false`
12112
12014
  */
12113
12015
  returnEntity?: boolean;
12114
- /**
12115
- * Fields to include in the response.
12116
- *
12117
- * Supported values:
12118
- * + `URL`
12119
- * + `CURRENCY`
12120
- * + `INFO_SECTION`
12121
- * + `MERCHANT_DATA`
12122
- * + `PLAIN_DESCRIPTION`
12123
- * + `INFO_SECTION_PLAIN_DESCRIPTION`
12124
- * + `SUBSCRIPTION_PRICES_INFO`
12125
- * + `VARIANTS_INFO`
12126
- * + `BREADCRUMBS_INFO`
12127
- * + `WEIGHT_MEASUREMENT_UNIT_INFO`
12128
- * + `VARIANT_OPTION_CHOICE_NAMES`
12129
- * + `MEDIA_ITEMS_INFO`
12130
- */
12016
+ /** Fields to include in the response. */
12131
12017
  fields?: RequestedFields$1[];
12132
12018
  }
12133
12019
  interface V3MaskedProduct {
@@ -12149,23 +12035,7 @@ interface BulkUpdateProductsWithInventoryRequest {
12149
12035
  * Default: `false`
12150
12036
  */
12151
12037
  returnEntity?: boolean;
12152
- /**
12153
- * Fields to include in the response.
12154
- *
12155
- * Supported values:
12156
- * + `URL`
12157
- * + `CURRENCY`
12158
- * + `INFO_SECTION`
12159
- * + `MERCHANT_DATA`
12160
- * + `PLAIN_DESCRIPTION`
12161
- * + `INFO_SECTION_PLAIN_DESCRIPTION`
12162
- * + `SUBSCRIPTION_PRICES_INFO`
12163
- * + `VARIANTS_INFO`
12164
- * + `BREADCRUMBS_INFO`
12165
- * + `WEIGHT_MEASUREMENT_UNIT_INFO`
12166
- * + `VARIANT_OPTION_CHOICE_NAMES`
12167
- * + `MEDIA_ITEMS_INFO`
12168
- */
12038
+ /** Fields to include in the response. */
12169
12039
  fields?: RequestedFields$1[];
12170
12040
  }
12171
12041
  interface MaskedProductWithInventory {
@@ -12231,23 +12101,7 @@ interface V3UpdateExtendedFieldsRequest {
12231
12101
  namespace: string;
12232
12102
  /** Data to update. */
12233
12103
  namespaceData: Record<string, any> | null;
12234
- /**
12235
- * Fields to include in the response.
12236
- *
12237
- * Supported values:
12238
- * + `URL`
12239
- * + `CURRENCY`
12240
- * + `INFO_SECTION`
12241
- * + `MERCHANT_DATA`
12242
- * + `PLAIN_DESCRIPTION`
12243
- * + `INFO_SECTION_PLAIN_DESCRIPTION`
12244
- * + `SUBSCRIPTION_PRICES_INFO`
12245
- * + `VARIANTS_INFO`
12246
- * + `BREADCRUMBS_INFO`
12247
- * + `WEIGHT_MEASUREMENT_UNIT_INFO`
12248
- * + `VARIANT_OPTION_CHOICE_NAMES`
12249
- * + `MEDIA_ITEMS_INFO`
12250
- */
12104
+ /** Fields to include in the response. */
12251
12105
  fields?: SingleEntityOpsRequestedFields[];
12252
12106
  }
12253
12107
  interface V3UpdateExtendedFieldsResponse {
@@ -12291,23 +12145,7 @@ interface V3BulkDeleteProductsByFilterResponse {
12291
12145
  interface V3GetProductRequest {
12292
12146
  /** Product ID. */
12293
12147
  productId: string;
12294
- /**
12295
- * Fields to include in the response.
12296
- *
12297
- * Supported values:
12298
- * + `URL`
12299
- * + `CURRENCY`
12300
- * + `INFO_SECTION`
12301
- * + `MERCHANT_DATA`
12302
- * + `PLAIN_DESCRIPTION`
12303
- * + `INFO_SECTION_PLAIN_DESCRIPTION`
12304
- * + `SUBSCRIPTION_PRICES_INFO`
12305
- * + `VARIANTS_INFO`
12306
- * + `BREADCRUMBS_INFO`
12307
- * + `WEIGHT_MEASUREMENT_UNIT_INFO`
12308
- * + `VARIANT_OPTION_CHOICE_NAMES`
12309
- * + `MEDIA_ITEMS_INFO`
12310
- */
12148
+ /** Fields to include in the response. */
12311
12149
  fields?: SingleEntityOpsRequestedFields[];
12312
12150
  }
12313
12151
  interface V3GetProductResponse {
@@ -12317,23 +12155,7 @@ interface V3GetProductResponse {
12317
12155
  interface V3GetProductBySlugRequest {
12318
12156
  /** Product slug. */
12319
12157
  slug: string;
12320
- /**
12321
- * Fields to include in the response.
12322
- *
12323
- * Supported values:
12324
- * + `URL`
12325
- * + `CURRENCY`
12326
- * + `INFO_SECTION`
12327
- * + `MERCHANT_DATA`
12328
- * + `PLAIN_DESCRIPTION`
12329
- * + `INFO_SECTION_PLAIN_DESCRIPTION`
12330
- * + `SUBSCRIPTION_PRICES_INFO`
12331
- * + `VARIANTS_INFO`
12332
- * + `BREADCRUMBS_INFO`
12333
- * + `WEIGHT_MEASUREMENT_UNIT_INFO`
12334
- * + `VARIANT_OPTION_CHOICE_NAMES`
12335
- * + `MEDIA_ITEMS_INFO`
12336
- */
12158
+ /** Fields to include in the response. */
12337
12159
  fields?: SingleEntityOpsRequestedFields[];
12338
12160
  }
12339
12161
  interface V3GetProductBySlugResponse {
@@ -12343,23 +12165,7 @@ interface V3GetProductBySlugResponse {
12343
12165
  interface V3SearchProductsRequest {
12344
12166
  /** Search options. */
12345
12167
  search?: CommonCursorSearch;
12346
- /**
12347
- * Fields to include in the response.
12348
- *
12349
- * Supported values:
12350
- * + `URL`
12351
- * + `CURRENCY`
12352
- * + `INFO_SECTION`
12353
- * + `MERCHANT_DATA`
12354
- * + `PLAIN_DESCRIPTION`
12355
- * + `INFO_SECTION_PLAIN_DESCRIPTION`
12356
- * + `SUBSCRIPTION_PRICES_INFO`
12357
- * + `VARIANTS_INFO`
12358
- * + `BREADCRUMBS_INFO`
12359
- * + `WEIGHT_MEASUREMENT_UNIT_INFO`
12360
- * + `VARIANT_OPTION_CHOICE_NAMES`
12361
- * + `MEDIA_ITEMS_INFO`
12362
- */
12168
+ /** Fields to include in the response. */
12363
12169
  fields?: RequestedFields$1[];
12364
12170
  }
12365
12171
  interface CommonCursorSearch extends CommonCursorSearchPagingMethodOneOf {
@@ -12781,23 +12587,7 @@ interface AggregationDataAggregationResultsResultOneOf {
12781
12587
  interface V3QueryProductsRequest {
12782
12588
  /** Query options. */
12783
12589
  query?: CommonCursorQuery;
12784
- /**
12785
- * Fields to include in the response.
12786
- *
12787
- * Supported values:
12788
- * + `URL`
12789
- * + `CURRENCY`
12790
- * + `INFO_SECTION`
12791
- * + `MERCHANT_DATA`
12792
- * + `PLAIN_DESCRIPTION`
12793
- * + `INFO_SECTION_PLAIN_DESCRIPTION`
12794
- * + `SUBSCRIPTION_PRICES_INFO`
12795
- * + `VARIANTS_INFO`
12796
- * + `BREADCRUMBS_INFO`
12797
- * + `WEIGHT_MEASUREMENT_UNIT_INFO`
12798
- * + `VARIANT_OPTION_CHOICE_NAMES`
12799
- * + `MEDIA_ITEMS_INFO`
12800
- */
12590
+ /** Fields to include in the response. */
12801
12591
  fields?: RequestedFields$1[];
12802
12592
  }
12803
12593
  interface CommonCursorQuery extends CommonCursorQueryPagingMethodOneOf {
@@ -12965,23 +12755,7 @@ interface V3BulkAddInfoSectionsToProductsRequest {
12965
12755
  * Default: `false`
12966
12756
  */
12967
12757
  returnEntity?: boolean;
12968
- /**
12969
- * Fields to include in the response.
12970
- *
12971
- * Supported values:
12972
- * + `URL`
12973
- * + `CURRENCY`
12974
- * + `INFO_SECTION`
12975
- * + `MERCHANT_DATA`
12976
- * + `PLAIN_DESCRIPTION`
12977
- * + `INFO_SECTION_PLAIN_DESCRIPTION`
12978
- * + `SUBSCRIPTION_PRICES_INFO`
12979
- * + `VARIANTS_INFO`
12980
- * + `BREADCRUMBS_INFO`
12981
- * + `WEIGHT_MEASUREMENT_UNIT_INFO`
12982
- * + `VARIANT_OPTION_CHOICE_NAMES`
12983
- * + `MEDIA_ITEMS_INFO`
12984
- */
12758
+ /** Fields to include in the response. */
12985
12759
  fields?: RequestedFields$1[];
12986
12760
  }
12987
12761
  interface V3ProductIdWithRevision {
@@ -13027,23 +12801,7 @@ interface V3BulkRemoveInfoSectionsFromProductsRequest {
13027
12801
  * Default: `false`
13028
12802
  */
13029
12803
  returnEntity?: boolean;
13030
- /**
13031
- * Fields to include in the response.
13032
- *
13033
- * Supported values:
13034
- * + `URL`
13035
- * + `CURRENCY`
13036
- * + `INFO_SECTION`
13037
- * + `MERCHANT_DATA`
13038
- * + `PLAIN_DESCRIPTION`
13039
- * + `INFO_SECTION_PLAIN_DESCRIPTION`
13040
- * + `SUBSCRIPTION_PRICES_INFO`
13041
- * + `VARIANTS_INFO`
13042
- * + `BREADCRUMBS_INFO`
13043
- * + `WEIGHT_MEASUREMENT_UNIT_INFO`
13044
- * + `VARIANT_OPTION_CHOICE_NAMES`
13045
- * + `MEDIA_ITEMS_INFO`
13046
- */
12804
+ /** Fields to include in the response. */
13047
12805
  fields?: RequestedFields$1[];
13048
12806
  }
13049
12807
  interface V3BulkRemoveInfoSectionsFromProductsResponse {
@@ -15071,7 +14829,7 @@ interface BulkAddProductsToCategoriesByFilterResponseNonNullableFields {
15071
14829
  interface BulkRemoveProductsFromCategoriesByFilterResponseNonNullableFields {
15072
14830
  jobId: string;
15073
14831
  }
15074
- interface BaseEventMetadata$1 {
14832
+ interface BaseEventMetadata$2 {
15075
14833
  /** App instance ID. */
15076
14834
  instanceId?: string | null;
15077
14835
  /** Event type. */
@@ -15079,7 +14837,7 @@ interface BaseEventMetadata$1 {
15079
14837
  /** The identification type and identity data. */
15080
14838
  identity?: IdentificationData$4;
15081
14839
  }
15082
- interface EventMetadata extends BaseEventMetadata$1 {
14840
+ interface EventMetadata$1 extends BaseEventMetadata$2 {
15083
14841
  /**
15084
14842
  * Unique event ID.
15085
14843
  * Allows clients to ignore duplicate webhooks.
@@ -15119,46 +14877,30 @@ interface EventMetadata extends BaseEventMetadata$1 {
15119
14877
  }
15120
14878
  interface ProductCreatedEnvelope {
15121
14879
  entity: V3Product;
15122
- metadata: EventMetadata;
14880
+ metadata: EventMetadata$1;
15123
14881
  }
15124
14882
  interface ProductUpdatedEnvelope {
15125
14883
  entity: V3Product;
15126
- metadata: EventMetadata;
14884
+ metadata: EventMetadata$1;
15127
14885
  }
15128
14886
  interface ProductVariantAddedEnvelope {
15129
14887
  data: VariantAdded;
15130
- metadata: EventMetadata;
14888
+ metadata: EventMetadata$1;
15131
14889
  }
15132
14890
  interface ProductVariantUpdatedEnvelope {
15133
14891
  data: VariantUpdated;
15134
- metadata: EventMetadata;
14892
+ metadata: EventMetadata$1;
15135
14893
  }
15136
14894
  interface ProductVariantRemovedEnvelope {
15137
14895
  data: VariantRemoved;
15138
- metadata: EventMetadata;
14896
+ metadata: EventMetadata$1;
15139
14897
  }
15140
14898
  interface ProductDeletedEnvelope {
15141
14899
  entity: V3Product;
15142
- metadata: EventMetadata;
14900
+ metadata: EventMetadata$1;
15143
14901
  }
15144
14902
  interface CatalogCreateProductOptions {
15145
- /**
15146
- * Fields to include in the response.
15147
- *
15148
- * Supported values:
15149
- * + `URL`
15150
- * + `CURRENCY`
15151
- * + `INFO_SECTION`
15152
- * + `MERCHANT_DATA`
15153
- * + `PLAIN_DESCRIPTION`
15154
- * + `INFO_SECTION_PLAIN_DESCRIPTION`
15155
- * + `SUBSCRIPTION_PRICES_INFO`
15156
- * + `VARIANTS_INFO`
15157
- * + `BREADCRUMBS_INFO`
15158
- * + `WEIGHT_MEASUREMENT_UNIT_INFO`
15159
- * + `VARIANT_OPTION_CHOICE_NAMES`
15160
- * + `MEDIA_ITEMS_INFO`
15161
- */
14903
+ /** Fields to include in the response. */
15162
14904
  fields?: SingleEntityOpsRequestedFields[];
15163
14905
  }
15164
14906
  interface CreateProductWithInventoryOptions {
@@ -15168,23 +14910,7 @@ interface CreateProductWithInventoryOptions {
15168
14910
  * Default: `false`
15169
14911
  */
15170
14912
  returnEntity?: boolean;
15171
- /**
15172
- * Fields to include in the response.
15173
- *
15174
- * Supported values:
15175
- * + `URL`
15176
- * + `CURRENCY`
15177
- * + `INFO_SECTION`
15178
- * + `MERCHANT_DATA`
15179
- * + `PLAIN_DESCRIPTION`
15180
- * + `INFO_SECTION_PLAIN_DESCRIPTION`
15181
- * + `SUBSCRIPTION_PRICES_INFO`
15182
- * + `VARIANTS_INFO`
15183
- * + `BREADCRUMBS_INFO`
15184
- * + `WEIGHT_MEASUREMENT_UNIT_INFO`
15185
- * + `VARIANT_OPTION_CHOICE_NAMES`
15186
- * + `MEDIA_ITEMS_INFO`
15187
- */
14913
+ /** Fields to include in the response. */
15188
14914
  fields?: SingleEntityOpsRequestedFields[];
15189
14915
  }
15190
14916
  interface CatalogUpdateProduct {
@@ -15391,23 +15117,7 @@ interface CatalogUpdateProduct {
15391
15117
  variantSummary?: VariantSummary;
15392
15118
  }
15393
15119
  interface CatalogUpdateProductOptions {
15394
- /**
15395
- * Fields to include in the response.
15396
- *
15397
- * Supported values:
15398
- * + `URL`
15399
- * + `CURRENCY`
15400
- * + `INFO_SECTION`
15401
- * + `MERCHANT_DATA`
15402
- * + `PLAIN_DESCRIPTION`
15403
- * + `INFO_SECTION_PLAIN_DESCRIPTION`
15404
- * + `SUBSCRIPTION_PRICES_INFO`
15405
- * + `VARIANTS_INFO`
15406
- * + `BREADCRUMBS_INFO`
15407
- * + `WEIGHT_MEASUREMENT_UNIT_INFO`
15408
- * + `VARIANT_OPTION_CHOICE_NAMES`
15409
- * + `MEDIA_ITEMS_INFO`
15410
- */
15120
+ /** Fields to include in the response. */
15411
15121
  fields?: SingleEntityOpsRequestedFields[];
15412
15122
  }
15413
15123
  interface UpdateProductWithInventoryProduct {
@@ -15533,23 +15243,7 @@ interface UpdateProductWithInventoryOptions {
15533
15243
  * Default: `false`
15534
15244
  */
15535
15245
  returnEntity?: boolean;
15536
- /**
15537
- * Fields to include in the response.
15538
- *
15539
- * Supported values:
15540
- * + `URL`
15541
- * + `CURRENCY`
15542
- * + `INFO_SECTION`
15543
- * + `MERCHANT_DATA`
15544
- * + `PLAIN_DESCRIPTION`
15545
- * + `INFO_SECTION_PLAIN_DESCRIPTION`
15546
- * + `SUBSCRIPTION_PRICES_INFO`
15547
- * + `VARIANTS_INFO`
15548
- * + `BREADCRUMBS_INFO`
15549
- * + `WEIGHT_MEASUREMENT_UNIT_INFO`
15550
- * + `VARIANT_OPTION_CHOICE_NAMES`
15551
- * + `MEDIA_ITEMS_INFO`
15552
- */
15246
+ /** Fields to include in the response. */
15553
15247
  fields?: SingleEntityOpsRequestedFields[];
15554
15248
  }
15555
15249
  interface CatalogBulkCreateProductsOptions {
@@ -15559,23 +15253,7 @@ interface CatalogBulkCreateProductsOptions {
15559
15253
  * Default: `false`
15560
15254
  */
15561
15255
  returnEntity?: boolean;
15562
- /**
15563
- * Fields to include in the response.
15564
- *
15565
- * Supported values:
15566
- * + `URL`
15567
- * + `CURRENCY`
15568
- * + `INFO_SECTION`
15569
- * + `MERCHANT_DATA`
15570
- * + `PLAIN_DESCRIPTION`
15571
- * + `INFO_SECTION_PLAIN_DESCRIPTION`
15572
- * + `SUBSCRIPTION_PRICES_INFO`
15573
- * + `VARIANTS_INFO`
15574
- * + `BREADCRUMBS_INFO`
15575
- * + `WEIGHT_MEASUREMENT_UNIT_INFO`
15576
- * + `VARIANT_OPTION_CHOICE_NAMES`
15577
- * + `MEDIA_ITEMS_INFO`
15578
- */
15256
+ /** Fields to include in the response. */
15579
15257
  fields?: RequestedFields$1[];
15580
15258
  }
15581
15259
  interface BulkCreateProductsWithInventoryOptions {
@@ -15585,23 +15263,7 @@ interface BulkCreateProductsWithInventoryOptions {
15585
15263
  * Default: `false`
15586
15264
  */
15587
15265
  returnEntity?: boolean;
15588
- /**
15589
- * Fields to include in the response.
15590
- *
15591
- * Supported values:
15592
- * + `URL`
15593
- * + `CURRENCY`
15594
- * + `INFO_SECTION`
15595
- * + `MERCHANT_DATA`
15596
- * + `PLAIN_DESCRIPTION`
15597
- * + `INFO_SECTION_PLAIN_DESCRIPTION`
15598
- * + `SUBSCRIPTION_PRICES_INFO`
15599
- * + `VARIANTS_INFO`
15600
- * + `BREADCRUMBS_INFO`
15601
- * + `WEIGHT_MEASUREMENT_UNIT_INFO`
15602
- * + `VARIANT_OPTION_CHOICE_NAMES`
15603
- * + `MEDIA_ITEMS_INFO`
15604
- */
15266
+ /** Fields to include in the response. */
15605
15267
  fields?: RequestedFields$1[];
15606
15268
  }
15607
15269
  interface CatalogBulkUpdateProductsOptions {
@@ -15611,23 +15273,7 @@ interface CatalogBulkUpdateProductsOptions {
15611
15273
  * Default: `false`
15612
15274
  */
15613
15275
  returnEntity?: boolean;
15614
- /**
15615
- * Fields to include in the response.
15616
- *
15617
- * Supported values:
15618
- * + `URL`
15619
- * + `CURRENCY`
15620
- * + `INFO_SECTION`
15621
- * + `MERCHANT_DATA`
15622
- * + `PLAIN_DESCRIPTION`
15623
- * + `INFO_SECTION_PLAIN_DESCRIPTION`
15624
- * + `SUBSCRIPTION_PRICES_INFO`
15625
- * + `VARIANTS_INFO`
15626
- * + `BREADCRUMBS_INFO`
15627
- * + `WEIGHT_MEASUREMENT_UNIT_INFO`
15628
- * + `VARIANT_OPTION_CHOICE_NAMES`
15629
- * + `MEDIA_ITEMS_INFO`
15630
- */
15276
+ /** Fields to include in the response. */
15631
15277
  fields?: RequestedFields$1[];
15632
15278
  }
15633
15279
  interface BulkUpdateProductsWithInventoryOptions {
@@ -15637,23 +15283,7 @@ interface BulkUpdateProductsWithInventoryOptions {
15637
15283
  * Default: `false`
15638
15284
  */
15639
15285
  returnEntity?: boolean;
15640
- /**
15641
- * Fields to include in the response.
15642
- *
15643
- * Supported values:
15644
- * + `URL`
15645
- * + `CURRENCY`
15646
- * + `INFO_SECTION`
15647
- * + `MERCHANT_DATA`
15648
- * + `PLAIN_DESCRIPTION`
15649
- * + `INFO_SECTION_PLAIN_DESCRIPTION`
15650
- * + `SUBSCRIPTION_PRICES_INFO`
15651
- * + `VARIANTS_INFO`
15652
- * + `BREADCRUMBS_INFO`
15653
- * + `WEIGHT_MEASUREMENT_UNIT_INFO`
15654
- * + `VARIANT_OPTION_CHOICE_NAMES`
15655
- * + `MEDIA_ITEMS_INFO`
15656
- */
15286
+ /** Fields to include in the response. */
15657
15287
  fields?: RequestedFields$1[];
15658
15288
  }
15659
15289
  interface CatalogBulkUpdateProductsByFilterOptions {
@@ -15665,23 +15295,7 @@ interface CatalogBulkUpdateProductsByFilterOptions {
15665
15295
  interface CatalogUpdateExtendedFieldsOptions {
15666
15296
  /** Data to update. */
15667
15297
  namespaceData: Record<string, any> | null;
15668
- /**
15669
- * Fields to include in the response.
15670
- *
15671
- * Supported values:
15672
- * + `URL`
15673
- * + `CURRENCY`
15674
- * + `INFO_SECTION`
15675
- * + `MERCHANT_DATA`
15676
- * + `PLAIN_DESCRIPTION`
15677
- * + `INFO_SECTION_PLAIN_DESCRIPTION`
15678
- * + `SUBSCRIPTION_PRICES_INFO`
15679
- * + `VARIANTS_INFO`
15680
- * + `BREADCRUMBS_INFO`
15681
- * + `WEIGHT_MEASUREMENT_UNIT_INFO`
15682
- * + `VARIANT_OPTION_CHOICE_NAMES`
15683
- * + `MEDIA_ITEMS_INFO`
15684
- */
15298
+ /** Fields to include in the response. */
15685
15299
  fields?: SingleEntityOpsRequestedFields[];
15686
15300
  }
15687
15301
  interface CatalogBulkDeleteProductsByFilterOptions {
@@ -15689,88 +15303,99 @@ interface CatalogBulkDeleteProductsByFilterOptions {
15689
15303
  search?: WixCommonSearchDetails;
15690
15304
  }
15691
15305
  interface CatalogGetProductOptions {
15692
- /**
15693
- * Fields to include in the response.
15694
- *
15695
- * Supported values:
15696
- * + `URL`
15697
- * + `CURRENCY`
15698
- * + `INFO_SECTION`
15699
- * + `MERCHANT_DATA`
15700
- * + `PLAIN_DESCRIPTION`
15701
- * + `INFO_SECTION_PLAIN_DESCRIPTION`
15702
- * + `SUBSCRIPTION_PRICES_INFO`
15703
- * + `VARIANTS_INFO`
15704
- * + `BREADCRUMBS_INFO`
15705
- * + `WEIGHT_MEASUREMENT_UNIT_INFO`
15706
- * + `VARIANT_OPTION_CHOICE_NAMES`
15707
- * + `MEDIA_ITEMS_INFO`
15708
- */
15306
+ /** Fields to include in the response. */
15709
15307
  fields?: SingleEntityOpsRequestedFields[];
15710
15308
  }
15711
15309
  interface CatalogGetProductBySlugOptions {
15712
- /**
15713
- * Fields to include in the response.
15714
- *
15715
- * Supported values:
15716
- * + `URL`
15717
- * + `CURRENCY`
15718
- * + `INFO_SECTION`
15719
- * + `MERCHANT_DATA`
15720
- * + `PLAIN_DESCRIPTION`
15721
- * + `INFO_SECTION_PLAIN_DESCRIPTION`
15722
- * + `SUBSCRIPTION_PRICES_INFO`
15723
- * + `VARIANTS_INFO`
15724
- * + `BREADCRUMBS_INFO`
15725
- * + `WEIGHT_MEASUREMENT_UNIT_INFO`
15726
- * + `VARIANT_OPTION_CHOICE_NAMES`
15727
- * + `MEDIA_ITEMS_INFO`
15728
- */
15310
+ /** Fields to include in the response. */
15729
15311
  fields?: SingleEntityOpsRequestedFields[];
15730
15312
  }
15731
15313
  interface CatalogSearchProductsOptions {
15732
15314
  /** Search options. */
15733
15315
  search?: CommonCursorSearch;
15734
- /**
15735
- * Fields to include in the response.
15736
- *
15737
- * Supported values:
15738
- * + `URL`
15739
- * + `CURRENCY`
15740
- * + `INFO_SECTION`
15741
- * + `MERCHANT_DATA`
15742
- * + `PLAIN_DESCRIPTION`
15743
- * + `INFO_SECTION_PLAIN_DESCRIPTION`
15744
- * + `SUBSCRIPTION_PRICES_INFO`
15745
- * + `VARIANTS_INFO`
15746
- * + `BREADCRUMBS_INFO`
15747
- * + `WEIGHT_MEASUREMENT_UNIT_INFO`
15748
- * + `VARIANT_OPTION_CHOICE_NAMES`
15749
- * + `MEDIA_ITEMS_INFO`
15750
- */
15316
+ /** Fields to include in the response. */
15751
15317
  fields?: RequestedFields$1[];
15752
15318
  }
15753
- interface CatalogQueryProductsOptions {
15754
- /** Query options. */
15755
- query?: CommonCursorQuery;
15756
- /**
15757
- * Fields to include in the response.
15758
- *
15759
- * Supported values:
15760
- * + `URL`
15761
- * + `CURRENCY`
15762
- * + `INFO_SECTION`
15763
- * + `MERCHANT_DATA`
15764
- * + `PLAIN_DESCRIPTION`
15765
- * + `INFO_SECTION_PLAIN_DESCRIPTION`
15766
- * + `SUBSCRIPTION_PRICES_INFO`
15767
- * + `VARIANTS_INFO`
15768
- * + `BREADCRUMBS_INFO`
15769
- * + `WEIGHT_MEASUREMENT_UNIT_INFO`
15770
- * + `VARIANT_OPTION_CHOICE_NAMES`
15771
- * + `MEDIA_ITEMS_INFO`
15319
+ interface QueryProductsOptions {
15320
+ /** A list of requested fields to be included in the response. */
15321
+ fields?: RequestedFields$1[] | undefined;
15322
+ }
15323
+ interface QueryCursorResult$2 {
15324
+ cursors: CommonCursors;
15325
+ hasNext: () => boolean;
15326
+ hasPrev: () => boolean;
15327
+ length: number;
15328
+ pageSize: number;
15329
+ }
15330
+ interface ProductsQueryResult extends QueryCursorResult$2 {
15331
+ items: V3Product[];
15332
+ query: ProductsQueryBuilder;
15333
+ next: () => Promise<ProductsQueryResult>;
15334
+ prev: () => Promise<ProductsQueryResult>;
15335
+ }
15336
+ interface ProductsQueryBuilder {
15337
+ /** @param propertyName - Property whose value is compared with `value`.
15338
+ * @param value - Value to compare against.
15339
+ * @documentationMaturity preview
15772
15340
  */
15773
- fields?: RequestedFields$1[];
15341
+ eq: (propertyName: '_id' | '_createdDate' | '_updatedDate' | 'slug' | 'visible' | 'options.id', value: any) => ProductsQueryBuilder;
15342
+ /** @param propertyName - Property whose value is compared with `value`.
15343
+ * @param value - Value to compare against.
15344
+ * @documentationMaturity preview
15345
+ */
15346
+ ne: (propertyName: '_id' | '_createdDate' | '_updatedDate' | 'slug' | 'visible' | 'options.id', value: any) => ProductsQueryBuilder;
15347
+ /** @param propertyName - Property whose value is compared with `value`.
15348
+ * @param value - Value to compare against.
15349
+ * @documentationMaturity preview
15350
+ */
15351
+ ge: (propertyName: '_createdDate' | '_updatedDate', value: any) => ProductsQueryBuilder;
15352
+ /** @param propertyName - Property whose value is compared with `value`.
15353
+ * @param value - Value to compare against.
15354
+ * @documentationMaturity preview
15355
+ */
15356
+ gt: (propertyName: '_createdDate' | '_updatedDate', value: any) => ProductsQueryBuilder;
15357
+ /** @param propertyName - Property whose value is compared with `value`.
15358
+ * @param value - Value to compare against.
15359
+ * @documentationMaturity preview
15360
+ */
15361
+ le: (propertyName: '_createdDate' | '_updatedDate', value: any) => ProductsQueryBuilder;
15362
+ /** @param propertyName - Property whose value is compared with `value`.
15363
+ * @param value - Value to compare against.
15364
+ * @documentationMaturity preview
15365
+ */
15366
+ lt: (propertyName: '_createdDate' | '_updatedDate', value: any) => ProductsQueryBuilder;
15367
+ /** @param propertyName - Property whose value is compared with `string`.
15368
+ * @param string - String to compare against. Case-insensitive.
15369
+ * @documentationMaturity preview
15370
+ */
15371
+ startsWith: (propertyName: '_id' | 'slug' | 'options.id', value: string) => ProductsQueryBuilder;
15372
+ /** @param propertyName - Property whose value is compared with `values`.
15373
+ * @param values - List of values to compare against.
15374
+ * @documentationMaturity preview
15375
+ */
15376
+ hasSome: (propertyName: '_id' | '_createdDate' | '_updatedDate' | 'slug' | 'visible' | 'options.id', value: any[]) => ProductsQueryBuilder;
15377
+ /** @documentationMaturity preview */
15378
+ in: (propertyName: '_id' | '_createdDate' | '_updatedDate' | 'slug' | 'visible' | 'options.id', value: any) => ProductsQueryBuilder;
15379
+ /** @documentationMaturity preview */
15380
+ exists: (propertyName: '_id' | '_createdDate' | '_updatedDate' | 'slug' | 'visible' | 'options.id', value: boolean) => ProductsQueryBuilder;
15381
+ /** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
15382
+ * @documentationMaturity preview
15383
+ */
15384
+ ascending: (...propertyNames: Array<'_createdDate' | '_updatedDate' | 'visible'>) => ProductsQueryBuilder;
15385
+ /** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
15386
+ * @documentationMaturity preview
15387
+ */
15388
+ descending: (...propertyNames: Array<'_createdDate' | '_updatedDate' | 'visible'>) => ProductsQueryBuilder;
15389
+ /** @param limit - Number of items to return, which is also the `pageSize` of the results object.
15390
+ * @documentationMaturity preview
15391
+ */
15392
+ limit: (limit: number) => ProductsQueryBuilder;
15393
+ /** @param cursor - A pointer to specific record
15394
+ * @documentationMaturity preview
15395
+ */
15396
+ skipTo: (cursor: string) => ProductsQueryBuilder;
15397
+ /** @documentationMaturity preview */
15398
+ find: () => Promise<ProductsQueryResult>;
15774
15399
  }
15775
15400
  interface CatalogCountProductsOptions {
15776
15401
  /** Filter object. */
@@ -15828,23 +15453,7 @@ interface CatalogBulkAddInfoSectionsToProductsOptions {
15828
15453
  * Default: `false`
15829
15454
  */
15830
15455
  returnEntity?: boolean;
15831
- /**
15832
- * Fields to include in the response.
15833
- *
15834
- * Supported values:
15835
- * + `URL`
15836
- * + `CURRENCY`
15837
- * + `INFO_SECTION`
15838
- * + `MERCHANT_DATA`
15839
- * + `PLAIN_DESCRIPTION`
15840
- * + `INFO_SECTION_PLAIN_DESCRIPTION`
15841
- * + `SUBSCRIPTION_PRICES_INFO`
15842
- * + `VARIANTS_INFO`
15843
- * + `BREADCRUMBS_INFO`
15844
- * + `WEIGHT_MEASUREMENT_UNIT_INFO`
15845
- * + `VARIANT_OPTION_CHOICE_NAMES`
15846
- * + `MEDIA_ITEMS_INFO`
15847
- */
15456
+ /** Fields to include in the response. */
15848
15457
  fields?: RequestedFields$1[];
15849
15458
  }
15850
15459
  interface CatalogBulkRemoveInfoSectionsFromProductsByFilterOptions {
@@ -15862,23 +15471,7 @@ interface CatalogBulkRemoveInfoSectionsFromProductsOptions {
15862
15471
  * Default: `false`
15863
15472
  */
15864
15473
  returnEntity?: boolean;
15865
- /**
15866
- * Fields to include in the response.
15867
- *
15868
- * Supported values:
15869
- * + `URL`
15870
- * + `CURRENCY`
15871
- * + `INFO_SECTION`
15872
- * + `MERCHANT_DATA`
15873
- * + `PLAIN_DESCRIPTION`
15874
- * + `INFO_SECTION_PLAIN_DESCRIPTION`
15875
- * + `SUBSCRIPTION_PRICES_INFO`
15876
- * + `VARIANTS_INFO`
15877
- * + `BREADCRUMBS_INFO`
15878
- * + `WEIGHT_MEASUREMENT_UNIT_INFO`
15879
- * + `VARIANT_OPTION_CHOICE_NAMES`
15880
- * + `MEDIA_ITEMS_INFO`
15881
- */
15474
+ /** Fields to include in the response. */
15882
15475
  fields?: RequestedFields$1[];
15883
15476
  }
15884
15477
  interface BulkAddProductsToCategoriesByFilterOptions {
@@ -15900,7 +15493,7 @@ interface BulkRemoveProductsFromCategoriesByFilterOptions {
15900
15493
 
15901
15494
  declare function createRESTModule$5<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
15902
15495
 
15903
- declare function createEventModule$1<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
15496
+ declare function createEventModule$2<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
15904
15497
 
15905
15498
  declare const catalogCreateProduct: ReturnType<typeof createRESTModule$5<typeof publicCatalogCreateProduct>>;
15906
15499
  declare const createProductWithInventory: ReturnType<typeof createRESTModule$5<typeof publicCreateProductWithInventory>>;
@@ -15928,12 +15521,12 @@ declare const catalogBulkRemoveInfoSectionsFromProductsByFilter: ReturnType<type
15928
15521
  declare const catalogBulkRemoveInfoSectionsFromProducts: ReturnType<typeof createRESTModule$5<typeof publicCatalogBulkRemoveInfoSectionsFromProducts>>;
15929
15522
  declare const bulkAddProductsToCategoriesByFilter: ReturnType<typeof createRESTModule$5<typeof publicBulkAddProductsToCategoriesByFilter>>;
15930
15523
  declare const bulkRemoveProductsFromCategoriesByFilter: ReturnType<typeof createRESTModule$5<typeof publicBulkRemoveProductsFromCategoriesByFilter>>;
15931
- declare const onProductCreated: ReturnType<typeof createEventModule$1<typeof publicOnProductCreated>>;
15932
- declare const onProductUpdated: ReturnType<typeof createEventModule$1<typeof publicOnProductUpdated>>;
15933
- declare const onProductVariantAdded: ReturnType<typeof createEventModule$1<typeof publicOnProductVariantAdded>>;
15934
- declare const onProductVariantUpdated: ReturnType<typeof createEventModule$1<typeof publicOnProductVariantUpdated>>;
15935
- declare const onProductVariantRemoved: ReturnType<typeof createEventModule$1<typeof publicOnProductVariantRemoved>>;
15936
- declare const onProductDeleted: ReturnType<typeof createEventModule$1<typeof publicOnProductDeleted>>;
15524
+ declare const onProductCreated: ReturnType<typeof createEventModule$2<typeof publicOnProductCreated>>;
15525
+ declare const onProductUpdated: ReturnType<typeof createEventModule$2<typeof publicOnProductUpdated>>;
15526
+ declare const onProductVariantAdded: ReturnType<typeof createEventModule$2<typeof publicOnProductVariantAdded>>;
15527
+ declare const onProductVariantUpdated: ReturnType<typeof createEventModule$2<typeof publicOnProductVariantUpdated>>;
15528
+ declare const onProductVariantRemoved: ReturnType<typeof createEventModule$2<typeof publicOnProductVariantRemoved>>;
15529
+ declare const onProductDeleted: ReturnType<typeof createEventModule$2<typeof publicOnProductDeleted>>;
15937
15530
 
15938
15531
  type context$5_AdjustValue = AdjustValue;
15939
15532
  type context$5_AdjustValueAdjustValueOneOf = AdjustValueAdjustValueOneOf;
@@ -16066,7 +15659,6 @@ type context$5_CatalogCountProductsOptions = CatalogCountProductsOptions;
16066
15659
  type context$5_CatalogCreateProductOptions = CatalogCreateProductOptions;
16067
15660
  type context$5_CatalogGetProductBySlugOptions = CatalogGetProductBySlugOptions;
16068
15661
  type context$5_CatalogGetProductOptions = CatalogGetProductOptions;
16069
- type context$5_CatalogQueryProductsOptions = CatalogQueryProductsOptions;
16070
15662
  type context$5_CatalogSearchProductsOptions = CatalogSearchProductsOptions;
16071
15663
  type context$5_CatalogUpdateExtendedFieldsOptions = CatalogUpdateExtendedFieldsOptions;
16072
15664
  type context$5_CatalogUpdateProduct = CatalogUpdateProduct;
@@ -16167,7 +15759,6 @@ type context$5_EmbedData = EmbedData;
16167
15759
  type context$5_Enum = Enum;
16168
15760
  declare const context$5_Enum: typeof Enum;
16169
15761
  type context$5_EventData = EventData;
16170
- type context$5_EventMetadata = EventMetadata;
16171
15762
  type context$5_EventuallyConsistentQueryProductsRequest = EventuallyConsistentQueryProductsRequest;
16172
15763
  type context$5_EventuallyConsistentQueryProductsResponse = EventuallyConsistentQueryProductsResponse;
16173
15764
  type context$5_ExtendedFields = ExtendedFields;
@@ -16350,6 +15941,9 @@ type context$5_ProductVariantUpdatedEnvelope = ProductVariantUpdatedEnvelope;
16350
15941
  type context$5_ProductVariants = ProductVariants;
16351
15942
  type context$5_ProductWithInventory = ProductWithInventory;
16352
15943
  type context$5_ProductWithInventoryTypedPropertiesOneOf = ProductWithInventoryTypedPropertiesOneOf;
15944
+ type context$5_ProductsQueryBuilder = ProductsQueryBuilder;
15945
+ type context$5_ProductsQueryResult = ProductsQueryResult;
15946
+ type context$5_QueryProductsOptions = QueryProductsOptions;
16353
15947
  type context$5_QueryProductsRequest = QueryProductsRequest;
16354
15948
  type context$5_QueryProductsResponse = QueryProductsResponse;
16355
15949
  type context$5_RangeAggregation = RangeAggregation;
@@ -16574,7 +16168,7 @@ declare const context$5_onProductVariantRemoved: typeof onProductVariantRemoved;
16574
16168
  declare const context$5_onProductVariantUpdated: typeof onProductVariantUpdated;
16575
16169
  declare const context$5_updateProductWithInventory: typeof updateProductWithInventory;
16576
16170
  declare namespace context$5 {
16577
- export { type ActionEvent$2 as ActionEvent, type context$5_AdjustValue as AdjustValue, type context$5_AdjustValueAdjustValueOneOf as AdjustValueAdjustValueOneOf, type context$5_Aggregation as Aggregation, type context$5_AggregationData as AggregationData, type context$5_AggregationDataAggregationResults as AggregationDataAggregationResults, type context$5_AggregationDataAggregationResultsResultOneOf as AggregationDataAggregationResultsResultOneOf, type context$5_AggregationDataAggregationResultsScalarResult as AggregationDataAggregationResultsScalarResult, type context$5_AggregationDateHistogramAggregation as AggregationDateHistogramAggregation, context$5_AggregationDateHistogramAggregationInterval as AggregationDateHistogramAggregationInterval, type context$5_AggregationKindOneOf as AggregationKindOneOf, type context$5_AggregationNestedAggregation as AggregationNestedAggregation, type context$5_AggregationNestedAggregationNestedAggregationItem as AggregationNestedAggregationNestedAggregationItem, type context$5_AggregationNestedAggregationNestedAggregationItemKindOneOf as AggregationNestedAggregationNestedAggregationItemKindOneOf, context$5_AggregationNestedAggregationNestedAggregationType as AggregationNestedAggregationNestedAggregationType, type context$5_AggregationRangeAggregation as AggregationRangeAggregation, type context$5_AggregationRangeAggregationRangeBucket as AggregationRangeAggregationRangeBucket, type context$5_AggregationResults as AggregationResults, type context$5_AggregationResultsDateHistogramResults as AggregationResultsDateHistogramResults, type context$5_AggregationResultsGroupByValueResults as AggregationResultsGroupByValueResults, type context$5_AggregationResultsNestedAggregationResults as AggregationResultsNestedAggregationResults, type context$5_AggregationResultsNestedAggregationResultsResultOneOf as AggregationResultsNestedAggregationResultsResultOneOf, type context$5_AggregationResultsNestedResults as AggregationResultsNestedResults, type context$5_AggregationResultsRangeResults as AggregationResultsRangeResults, type context$5_AggregationResultsResultOneOf as AggregationResultsResultOneOf, type context$5_AggregationResultsScalarResult as AggregationResultsScalarResult, type context$5_AggregationResultsValueResults as AggregationResultsValueResults, type context$5_AggregationScalarAggregation as AggregationScalarAggregation, context$5_AggregationType as AggregationType, type context$5_AggregationValueAggregation as AggregationValueAggregation, type context$5_AggregationValueAggregationIncludeMissingValuesOptions as AggregationValueAggregationIncludeMissingValuesOptions, context$5_AggregationValueAggregationMissingValues as AggregationValueAggregationMissingValues, type context$5_AggregationValueAggregationOptionsOneOf as AggregationValueAggregationOptionsOneOf, context$5_AggregationValueAggregationSortDirection as AggregationValueAggregationSortDirection, context$5_AggregationValueAggregationSortType as AggregationValueAggregationSortType, context$5_Alignment as Alignment, type context$5_AnchorData as AnchorData, type App$2 as App, type context$5_AppEmbedData as AppEmbedData, type context$5_AppEmbedDataAppDataOneOf as AppEmbedDataAppDataOneOf, context$5_AppType as AppType, type ApplicationError$1 as ApplicationError, type context$5_AudioData as AudioData, context$5_AvailabilityStatus as AvailabilityStatus, type context$5_Background as Background, type context$5_BackgroundBackgroundOneOf as BackgroundBackgroundOneOf, context$5_BackgroundType as BackgroundType, type BaseEventMetadata$1 as BaseEventMetadata, type context$5_BlockquoteData as BlockquoteData, type context$5_BookingData as BookingData, type context$5_Border as Border, type context$5_BorderColors as BorderColors, type context$5_Brand as Brand, type context$5_BreadCrumb as BreadCrumb, type context$5_BreadcrumbsInfo as BreadcrumbsInfo, type BulkActionMetadata$1 as BulkActionMetadata, type context$5_BulkAddInfoSectionsToProductsByFilterRequest as BulkAddInfoSectionsToProductsByFilterRequest, type context$5_BulkAddInfoSectionsToProductsByFilterResponse as BulkAddInfoSectionsToProductsByFilterResponse, type context$5_BulkAddInfoSectionsToProductsRequest as BulkAddInfoSectionsToProductsRequest, type context$5_BulkAddInfoSectionsToProductsResponse as BulkAddInfoSectionsToProductsResponse, type context$5_BulkAddProductsToCategoriesByFilterOptions as BulkAddProductsToCategoriesByFilterOptions, type context$5_BulkAddProductsToCategoriesByFilterRequest as BulkAddProductsToCategoriesByFilterRequest, type context$5_BulkAddProductsToCategoriesByFilterResponse as BulkAddProductsToCategoriesByFilterResponse, type context$5_BulkAddProductsToCategoriesByFilterResponseNonNullableFields as BulkAddProductsToCategoriesByFilterResponseNonNullableFields, type context$5_BulkAdjustProductVariantsByFilterOptions as BulkAdjustProductVariantsByFilterOptions, type context$5_BulkAdjustProductVariantsByFilterRequest as BulkAdjustProductVariantsByFilterRequest, context$5_BulkAdjustProductVariantsByFilterRequestRoundingStrategy as BulkAdjustProductVariantsByFilterRequestRoundingStrategy, type context$5_BulkAdjustProductVariantsByFilterResponse as BulkAdjustProductVariantsByFilterResponse, type context$5_BulkAdjustProductVariantsByFilterResponseNonNullableFields as BulkAdjustProductVariantsByFilterResponseNonNullableFields, type context$5_BulkAdjustVariantsByFilterRequest as BulkAdjustVariantsByFilterRequest, type context$5_BulkAdjustVariantsByFilterResponse as BulkAdjustVariantsByFilterResponse, type context$5_BulkCreateProductsRequest as BulkCreateProductsRequest, type context$5_BulkCreateProductsResponse as BulkCreateProductsResponse, type context$5_BulkCreateProductsResponseNonNullableFields as BulkCreateProductsResponseNonNullableFields, type context$5_BulkCreateProductsWithInventoryOptions as BulkCreateProductsWithInventoryOptions, type context$5_BulkCreateProductsWithInventoryRequest as BulkCreateProductsWithInventoryRequest, type context$5_BulkCreateProductsWithInventoryResponse as BulkCreateProductsWithInventoryResponse, type context$5_BulkCreateProductsWithInventoryResponseNonNullableFields as BulkCreateProductsWithInventoryResponseNonNullableFields, type context$5_BulkDeleteProductsByFilterRequest as BulkDeleteProductsByFilterRequest, type context$5_BulkDeleteProductsByFilterResponse as BulkDeleteProductsByFilterResponse, type context$5_BulkDeleteProductsRequest as BulkDeleteProductsRequest, type context$5_BulkDeleteProductsResponse as BulkDeleteProductsResponse, type context$5_BulkDeleteProductsResponseBulkProductResult as BulkDeleteProductsResponseBulkProductResult, type context$5_BulkInventoryItemAction as BulkInventoryItemAction, type context$5_BulkInventoryItemResult as BulkInventoryItemResult, type context$5_BulkInventoryItemResults as BulkInventoryItemResults, type context$5_BulkProductResult as BulkProductResult, type context$5_BulkProductResults as BulkProductResults, type context$5_BulkRemoveInfoSectionsFromProductsByFilterRequest as BulkRemoveInfoSectionsFromProductsByFilterRequest, type context$5_BulkRemoveInfoSectionsFromProductsByFilterResponse as BulkRemoveInfoSectionsFromProductsByFilterResponse, type context$5_BulkRemoveInfoSectionsFromProductsRequest as BulkRemoveInfoSectionsFromProductsRequest, type context$5_BulkRemoveInfoSectionsFromProductsResponse as BulkRemoveInfoSectionsFromProductsResponse, type context$5_BulkRemoveProductsFromCategoriesByFilterOptions as BulkRemoveProductsFromCategoriesByFilterOptions, type context$5_BulkRemoveProductsFromCategoriesByFilterRequest as BulkRemoveProductsFromCategoriesByFilterRequest, type context$5_BulkRemoveProductsFromCategoriesByFilterResponse as BulkRemoveProductsFromCategoriesByFilterResponse, type context$5_BulkRemoveProductsFromCategoriesByFilterResponseNonNullableFields as BulkRemoveProductsFromCategoriesByFilterResponseNonNullableFields, type context$5_BulkUpdateProductVariantsByFilterOptions as BulkUpdateProductVariantsByFilterOptions, type context$5_BulkUpdateProductVariantsByFilterRequest as BulkUpdateProductVariantsByFilterRequest, type context$5_BulkUpdateProductVariantsByFilterResponse as BulkUpdateProductVariantsByFilterResponse, type context$5_BulkUpdateProductVariantsByFilterResponseNonNullableFields as BulkUpdateProductVariantsByFilterResponseNonNullableFields, type context$5_BulkUpdateProductsByFilterRequest as BulkUpdateProductsByFilterRequest, type context$5_BulkUpdateProductsByFilterResponse as BulkUpdateProductsByFilterResponse, type context$5_BulkUpdateProductsRequest as BulkUpdateProductsRequest, type context$5_BulkUpdateProductsResponse as BulkUpdateProductsResponse, type context$5_BulkUpdateProductsResponseNonNullableFields as BulkUpdateProductsResponseNonNullableFields, type context$5_BulkUpdateProductsWithInventoryOptions as BulkUpdateProductsWithInventoryOptions, type context$5_BulkUpdateProductsWithInventoryRequest as BulkUpdateProductsWithInventoryRequest, type context$5_BulkUpdateProductsWithInventoryResponse as BulkUpdateProductsWithInventoryResponse, type context$5_BulkUpdateProductsWithInventoryResponseNonNullableFields as BulkUpdateProductsWithInventoryResponseNonNullableFields, type context$5_BulkUpdateVariantsByFilterRequest as BulkUpdateVariantsByFilterRequest, type context$5_BulkUpdateVariantsByFilterResponse as BulkUpdateVariantsByFilterResponse, type context$5_BulletedListData as BulletedListData, type context$5_ButtonData as ButtonData, type context$5_CatalogBulkAddInfoSectionsToProductsByFilterOptions as CatalogBulkAddInfoSectionsToProductsByFilterOptions, type context$5_CatalogBulkAddInfoSectionsToProductsOptions as CatalogBulkAddInfoSectionsToProductsOptions, type context$5_CatalogBulkCreateProductsOptions as CatalogBulkCreateProductsOptions, type context$5_CatalogBulkDeleteProductsByFilterOptions as CatalogBulkDeleteProductsByFilterOptions, type context$5_CatalogBulkRemoveInfoSectionsFromProductsByFilterOptions as CatalogBulkRemoveInfoSectionsFromProductsByFilterOptions, type context$5_CatalogBulkRemoveInfoSectionsFromProductsOptions as CatalogBulkRemoveInfoSectionsFromProductsOptions, type context$5_CatalogBulkUpdateProductsByFilterOptions as CatalogBulkUpdateProductsByFilterOptions, type context$5_CatalogBulkUpdateProductsOptions as CatalogBulkUpdateProductsOptions, type context$5_CatalogCountProductsOptions as CatalogCountProductsOptions, type context$5_CatalogCreateProductOptions as CatalogCreateProductOptions, type context$5_CatalogGetProductBySlugOptions as CatalogGetProductBySlugOptions, type context$5_CatalogGetProductOptions as CatalogGetProductOptions, type context$5_CatalogQueryProductsOptions as CatalogQueryProductsOptions, type context$5_CatalogSearchProductsOptions as CatalogSearchProductsOptions, type context$5_CatalogUpdateExtendedFieldsOptions as CatalogUpdateExtendedFieldsOptions, type context$5_CatalogUpdateProduct as CatalogUpdateProduct, type context$5_CatalogUpdateProductOptions as CatalogUpdateProductOptions, type context$5_CatalogV3BulkProductResult as CatalogV3BulkProductResult, type context$5_CategoryMoved as CategoryMoved, type context$5_CellStyle as CellStyle, context$5_ChoiceType as ChoiceType, type context$5_ChoicesSettings as ChoicesSettings, type context$5_CodeBlockData as CodeBlockData, type context$5_CollapsibleListData as CollapsibleListData, type context$5_ColorData as ColorData, type context$5_Colors as Colors, type context$5_CommonAggregation as CommonAggregation, type context$5_CommonAggregationData as CommonAggregationData, type context$5_CommonAggregationDateHistogramAggregation as CommonAggregationDateHistogramAggregation, type context$5_CommonAggregationKindOneOf as CommonAggregationKindOneOf, type context$5_CommonAggregationNestedAggregation as CommonAggregationNestedAggregation, type context$5_CommonAggregationRangeAggregation as CommonAggregationRangeAggregation, type context$5_CommonAggregationScalarAggregation as CommonAggregationScalarAggregation, context$5_CommonAggregationType as CommonAggregationType, type context$5_CommonAggregationValueAggregation as CommonAggregationValueAggregation, type context$5_CommonAggregationValueAggregationOptionsOneOf as CommonAggregationValueAggregationOptionsOneOf, type context$5_CommonBulkActionMetadata as CommonBulkActionMetadata, type context$5_CommonCursorPaging as CommonCursorPaging, type context$5_CommonCursorPagingMetadata as CommonCursorPagingMetadata, type context$5_CommonCursorQuery as CommonCursorQuery, type context$5_CommonCursorQueryPagingMethodOneOf as CommonCursorQueryPagingMethodOneOf, type context$5_CommonCursorSearch as CommonCursorSearch, type context$5_CommonCursorSearchPagingMethodOneOf as CommonCursorSearchPagingMethodOneOf, type context$5_CommonCursors as CommonCursors, type context$5_CommonItemMetadata as CommonItemMetadata, context$5_CommonScalarType as CommonScalarType, type context$5_CommonSearchDetails as CommonSearchDetails, context$5_CommonSearchDetailsMode as CommonSearchDetailsMode, context$5_CommonSortOrder as CommonSortOrder, type context$5_CommonSorting as CommonSorting, type context$5_ConnectedModifier as ConnectedModifier, type context$5_ConnectedModifierChoice as ConnectedModifierChoice, type context$5_ConnectedModifierChoiceValueOneOf as ConnectedModifierChoiceValueOneOf, type context$5_ConnectedModifierModifierSettingsOneOf as ConnectedModifierModifierSettingsOneOf, type context$5_ConnectedOption as ConnectedOption, type context$5_ConnectedOptionChoice as ConnectedOptionChoice, type context$5_ConnectedOptionChoiceValueOneOf as ConnectedOptionChoiceValueOneOf, type context$5_ConnectedOptionOptionSettingsOneOf as ConnectedOptionOptionSettingsOneOf, type context$5_CountProductsRequest as CountProductsRequest, type context$5_CountProductsResponse as CountProductsResponse, type context$5_CreateProductRequest as CreateProductRequest, type context$5_CreateProductResponse as CreateProductResponse, type context$5_CreateProductResponseNonNullableFields as CreateProductResponseNonNullableFields, type context$5_CreateProductWithInventoryOptions as CreateProductWithInventoryOptions, type context$5_CreateProductWithInventoryRequest as CreateProductWithInventoryRequest, type context$5_CreateProductWithInventoryResponse as CreateProductWithInventoryResponse, type context$5_CreateProductWithInventoryResponseNonNullableFields as CreateProductWithInventoryResponseNonNullableFields, context$5_Crop as Crop, type CursorPaging$2 as CursorPaging, type CursorPagingMetadata$2 as CursorPagingMetadata, type CursorQuery$2 as CursorQuery, type CursorQueryPagingMethodOneOf$2 as CursorQueryPagingMethodOneOf, type context$5_CursorSearch as CursorSearch, type context$5_CursorSearchPagingMethodOneOf as CursorSearchPagingMethodOneOf, type Cursors$2 as Cursors, type context$5_DateHistogramAggregation as DateHistogramAggregation, context$5_DateHistogramAggregationInterval as DateHistogramAggregationInterval, type context$5_DateHistogramResult as DateHistogramResult, type context$5_DateHistogramResults as DateHistogramResults, type context$5_DateHistogramResultsDateHistogramResult as DateHistogramResultsDateHistogramResult, type context$5_Decoration as Decoration, type context$5_DecorationDataOneOf as DecorationDataOneOf, context$5_DecorationType as DecorationType, type context$5_DeleteByFilterOperation as DeleteByFilterOperation, type context$5_DeleteByIdsOperation as DeleteByIdsOperation, type context$5_DeleteProductRequest as DeleteProductRequest, type context$5_DeleteProductResponse as DeleteProductResponse, type context$5_DeprecatedSearchProductsWithOffsetRequest as DeprecatedSearchProductsWithOffsetRequest, type context$5_DeprecatedSearchProductsWithOffsetResponse as DeprecatedSearchProductsWithOffsetResponse, type context$5_Design as Design, type context$5_Dimensions as Dimensions, context$5_Direction as Direction, DiscountType$1 as DiscountType, type context$5_DividerData as DividerData, type context$5_DoNotCallBulkCreateProductsRequest as DoNotCallBulkCreateProductsRequest, type context$5_DoNotCallBulkCreateProductsResponse as DoNotCallBulkCreateProductsResponse, type context$5_DoNotCallBulkUpdateProductsRequest as DoNotCallBulkUpdateProductsRequest, type context$5_DoNotCallBulkUpdateProductsResponse as DoNotCallBulkUpdateProductsResponse, type context$5_DoNotCallCreateProductRequest as DoNotCallCreateProductRequest, type context$5_DoNotCallCreateProductResponse as DoNotCallCreateProductResponse, type context$5_DoNotCallUpdateProductRequest as DoNotCallUpdateProductRequest, type context$5_DoNotCallUpdateProductResponse as DoNotCallUpdateProductResponse, type context$5_DocumentImage as DocumentImage, type context$5_DocumentPayload as DocumentPayload, type context$5_DocumentStyle as DocumentStyle, type context$5_DocumentUpdateOperation as DocumentUpdateOperation, type DomainEvent$2 as DomainEvent, type DomainEventBodyOneOf$2 as DomainEventBodyOneOf, type context$5_EmbedData as EmbedData, type Empty$3 as Empty, type EntityCreatedEvent$2 as EntityCreatedEvent, type EntityDeletedEvent$2 as EntityDeletedEvent, type EntityUpdatedEvent$2 as EntityUpdatedEvent, context$5_Enum as Enum, type context$5_EventData as EventData, type context$5_EventMetadata as EventMetadata, type context$5_EventuallyConsistentQueryProductsRequest as EventuallyConsistentQueryProductsRequest, type context$5_EventuallyConsistentQueryProductsResponse as EventuallyConsistentQueryProductsResponse, type context$5_ExtendedFields as ExtendedFields, type File$2 as File, type context$5_FileData as FileData, type context$5_FileSource as FileSource, type context$5_FileSourceDataOneOf as FileSourceDataOneOf, context$5_FileType as FileType, type context$5_FixedMonetaryAmount as FixedMonetaryAmount, type context$5_FontSizeData as FontSizeData, context$5_FontType as FontType, type context$5_FreeTextSettings as FreeTextSettings, type context$5_GIF as GIF, type context$5_GIFData as GIFData, type context$5_GalleryData as GalleryData, type context$5_GalleryOptions as GalleryOptions, type context$5_GetProductBySlugRequest as GetProductBySlugRequest, type context$5_GetProductBySlugResponse as GetProductBySlugResponse, type context$5_GetProductRequest as GetProductRequest, type context$5_GetProductResponse as GetProductResponse, type context$5_GetVariantsRequest as GetVariantsRequest, type context$5_GetVariantsResponse as GetVariantsResponse, type context$5_Gradient as Gradient, type context$5_GroupByAggregation as GroupByAggregation, type context$5_GroupByAggregationKindOneOf as GroupByAggregationKindOneOf, type context$5_GroupByValueResults as GroupByValueResults, type context$5_GroupByValueResultsNestedValueAggregationResult as GroupByValueResultsNestedValueAggregationResult, type context$5_HTMLData as HTMLData, type context$5_HTMLDataDataOneOf as HTMLDataDataOneOf, type context$5_HeadingData as HeadingData, type context$5_Height as Height, type IdentificationData$4 as IdentificationData, type IdentificationDataIdOneOf$4 as IdentificationDataIdOneOf, type context$5_Image as Image, type context$5_ImageData as ImageData, type context$5_IncludeMissingValuesOptions as IncludeMissingValuesOptions, type context$5_IndexDocument as IndexDocument, type context$5_InfoSection as InfoSection, context$5_InitialExpandedItems as InitialExpandedItems, context$5_Interval as Interval, type InvalidateCache$2 as InvalidateCache, type InvalidateCacheGetByOneOf$2 as InvalidateCacheGetByOneOf, type context$5_Inventory as Inventory, context$5_InventoryAvailabilityStatus as InventoryAvailabilityStatus, type context$5_InventoryItem as InventoryItem, type context$5_InventoryItemComposite as InventoryItemComposite, type context$5_InventoryItemCompositeTrackingMethodOneOf as InventoryItemCompositeTrackingMethodOneOf, type context$5_InventoryItemTrackingMethodOneOf as InventoryItemTrackingMethodOneOf, type context$5_InventoryStatus as InventoryStatus, type context$5_Item as Item, type context$5_ItemAddedToCategory as ItemAddedToCategory, type context$5_ItemDataOneOf as ItemDataOneOf, type ItemMetadata$1 as ItemMetadata, type context$5_ItemReference as ItemReference, type context$5_ItemRemovedFromCategory as ItemRemovedFromCategory, type context$5_ItemStyle as ItemStyle, type context$5_ItemsAddedToCategory as ItemsAddedToCategory, type context$5_ItemsArrangedInCategory as ItemsArrangedInCategory, type context$5_ItemsRemovedFromCategory as ItemsRemovedFromCategory, type context$5_Keyword as Keyword, type context$5_Layout as Layout, context$5_LayoutType as LayoutType, context$5_LineStyle as LineStyle, type context$5_Link as Link, type context$5_LinkData as LinkData, type context$5_LinkDataOneOf as LinkDataOneOf, type context$5_LinkPreviewData as LinkPreviewData, type context$5_ListValue as ListValue, type context$5_MapData as MapData, type context$5_MapSettings as MapSettings, context$5_MapType as MapType, type context$5_MaskedProduct as MaskedProduct, type context$5_MaskedProductWithInventory as MaskedProductWithInventory, context$5_MeasurementUnit as MeasurementUnit, type context$5_Media as Media, type context$5_MediaItemsInfo as MediaItemsInfo, type context$5_MentionData as MentionData, type MessageEnvelope$4 as MessageEnvelope, type context$5_Metadata as Metadata, type context$5_MinVariantPriceInfo as MinVariantPriceInfo, context$5_MissingValues as MissingValues, context$5_Mode as Mode, type context$5_ModifierChoicesSettings as ModifierChoicesSettings, context$5_ModifierRenderType as ModifierRenderType, type context$5_MultipleColors as MultipleColors, type context$5_NestedAggregation as NestedAggregation, type context$5_NestedAggregationItem as NestedAggregationItem, type context$5_NestedAggregationItemKindOneOf as NestedAggregationItemKindOneOf, type context$5_NestedAggregationNestedAggregationItem as NestedAggregationNestedAggregationItem, type context$5_NestedAggregationNestedAggregationItemKindOneOf as NestedAggregationNestedAggregationItemKindOneOf, context$5_NestedAggregationNestedAggregationType as NestedAggregationNestedAggregationType, type context$5_NestedAggregationResults as NestedAggregationResults, type context$5_NestedAggregationResultsResultOneOf as NestedAggregationResultsResultOneOf, context$5_NestedAggregationType as NestedAggregationType, type context$5_NestedResultValue as NestedResultValue, type context$5_NestedResultValueResultOneOf as NestedResultValueResultOneOf, type context$5_NestedResults as NestedResults, type context$5_NestedResultsNestedResultValue as NestedResultsNestedResultValue, type context$5_NestedResultsNestedResultValueResultOneOf as NestedResultsNestedResultValueResultOneOf, type context$5_NestedResultsRangeResult as NestedResultsRangeResult, type context$5_NestedResultsResults as NestedResultsResults, type context$5_NestedResultsScalarResult as NestedResultsScalarResult, type context$5_NestedResultsValueResult as NestedResultsValueResult, type context$5_NestedValueAggregationResult as NestedValueAggregationResult, type context$5_Node as Node, type context$5_NodeDataOneOf as NodeDataOneOf, type context$5_NodeStyle as NodeStyle, context$5_NodeType as NodeType, context$5_NullValue as NullValue, type context$5_Oembed as Oembed, type context$5_Option as Option, type context$5_OptionChoice as OptionChoice, type context$5_OptionChoiceIds as OptionChoiceIds, type context$5_OptionChoiceNames as OptionChoiceNames, type context$5_OptionChoiceReferences as OptionChoiceReferences, type context$5_OptionDesign as OptionDesign, type context$5_OptionLayout as OptionLayout, type context$5_OrderedListData as OrderedListData, context$5_Orientation as Orientation, type context$5_PDFSettings as PDFSettings, type Page$2 as Page, type PagingMetadata$2 as PagingMetadata, type context$5_ParagraphData as ParagraphData, type context$5_ParentCategory as ParentCategory, type context$5_Permissions as Permissions, type context$5_PhysicalProperties as PhysicalProperties, type context$5_PlatformOffsetSearch as PlatformOffsetSearch, type context$5_PlatformOffsetSearchPagingMethodOneOf as PlatformOffsetSearchPagingMethodOneOf, type context$5_PlatformPaging as PlatformPaging, type context$5_PlaybackOptions as PlaybackOptions, type context$5_PluginContainerData as PluginContainerData, context$5_PluginContainerDataAlignment as PluginContainerDataAlignment, type context$5_PluginContainerDataWidth as PluginContainerDataWidth, type context$5_PluginContainerDataWidthDataOneOf as PluginContainerDataWidthDataOneOf, type context$5_Poll as Poll, type context$5_PollData as PollData, type context$5_PollDataLayout as PollDataLayout, type context$5_PollDesign as PollDesign, type context$5_PollLayout as PollLayout, context$5_PollLayoutDirection as PollLayoutDirection, context$5_PollLayoutType as PollLayoutType, type context$5_PollSettings as PollSettings, type PreorderInfo$1 as PreorderInfo, context$5_PreorderStatus as PreorderStatus, type context$5_PriceInfo as PriceInfo, type context$5_PricePerUnit as PricePerUnit, type context$5_PricePerUnitRange as PricePerUnitRange, type context$5_PricePerUnitRangePricePerUnit as PricePerUnitRangePricePerUnit, type context$5_PricePerUnitSettings as PricePerUnitSettings, type context$5_PriceRange as PriceRange, type context$5_Product as Product, type context$5_ProductCategoriesInfo as ProductCategoriesInfo, type context$5_ProductCategory as ProductCategory, type context$5_ProductCreatedEnvelope as ProductCreatedEnvelope, type context$5_ProductDeletedEnvelope as ProductDeletedEnvelope, type context$5_ProductIdWithRevision as ProductIdWithRevision, type context$5_ProductMedia as ProductMedia, type context$5_ProductMediaMediaOneOf as ProductMediaMediaOneOf, type context$5_ProductMediaSetByOneOf as ProductMediaSetByOneOf, context$5_ProductOptionRenderType as ProductOptionRenderType, context$5_ProductType as ProductType, type context$5_ProductUpdatedEnvelope as ProductUpdatedEnvelope, type context$5_ProductVariantAddedEnvelope as ProductVariantAddedEnvelope, type context$5_ProductVariantIds as ProductVariantIds, type context$5_ProductVariantRemovedEnvelope as ProductVariantRemovedEnvelope, type context$5_ProductVariantUpdatedEnvelope as ProductVariantUpdatedEnvelope, type context$5_ProductVariants as ProductVariants, type context$5_ProductWithInventory as ProductWithInventory, type context$5_ProductWithInventoryTypedPropertiesOneOf as ProductWithInventoryTypedPropertiesOneOf, type context$5_QueryProductsRequest as QueryProductsRequest, type context$5_QueryProductsResponse as QueryProductsResponse, type context$5_RangeAggregation as RangeAggregation, type context$5_RangeAggregationRangeBucket as RangeAggregationRangeBucket, type context$5_RangeAggregationResult as RangeAggregationResult, type context$5_RangeBucket as RangeBucket, type context$5_RangeResult as RangeResult, type context$5_RangeResults as RangeResults, type context$5_RangeResultsRangeAggregationResult as RangeResultsRangeAggregationResult, type context$5_Rel as Rel, RequestedFields$1 as RequestedFields, type RestoreInfo$2 as RestoreInfo, type context$5_Results as Results, type context$5_RevenueDetails as RevenueDetails, type Ribbon$1 as Ribbon, type context$5_RichContent as RichContent, context$5_RoundingStrategy as RoundingStrategy, type context$5_ScalarAggregation as ScalarAggregation, type context$5_ScalarResult as ScalarResult, context$5_ScalarType as ScalarType, type context$5_SearchDetails as SearchDetails, context$5_SearchDetailsMode as SearchDetailsMode, type context$5_SearchIndexingNotification as SearchIndexingNotification, type context$5_SearchProductsRequest as SearchProductsRequest, type context$5_SearchProductsResponse as SearchProductsResponse, type context$5_SecuredMedia as SecuredMedia, type context$5_SeoSchema as SeoSchema, type context$5_Settings as Settings, context$5_SingleEntityOpsRequestedFields as SingleEntityOpsRequestedFields, context$5_SortDirection as SortDirection, SortOrder$2 as SortOrder, context$5_SortType as SortType, type Sorting$2 as Sorting, context$5_Source as Source, type context$5_Spoiler as Spoiler, type context$5_SpoilerData as SpoilerData, State$1 as State, type context$5_Styles as Styles, type context$5_Subscription as Subscription, type context$5_SubscriptionCyclesOneOf as SubscriptionCyclesOneOf, type context$5_SubscriptionDetails as SubscriptionDetails, type context$5_SubscriptionDiscount as SubscriptionDiscount, type context$5_SubscriptionDiscountDiscountOneOf as SubscriptionDiscountDiscountOneOf, SubscriptionFrequency$1 as SubscriptionFrequency, type context$5_SubscriptionPrice as SubscriptionPrice, type context$5_SubscriptionPricePerUnit as SubscriptionPricePerUnit, type context$5_SubscriptionPricesInfo as SubscriptionPricesInfo, type context$5_TableCellData as TableCellData, type context$5_TableData as TableData, type context$5_Tag as Tag, context$5_Target as Target, context$5_TextAlignment as TextAlignment, type context$5_TextData as TextData, type context$5_TextNodeStyle as TextNodeStyle, type context$5_TextStyle as TextStyle, type context$5_Thumbnails as Thumbnails, context$5_ThumbnailsAlignment as ThumbnailsAlignment, type context$5_TreeReference as TreeReference, context$5_Type as Type, type URI$2 as URI, type context$5_UnsignedAdjustValue as UnsignedAdjustValue, type context$5_UnsignedAdjustValueAdjustValueOneOf as UnsignedAdjustValueAdjustValueOneOf, type context$5_UnsupportedFieldMasks as UnsupportedFieldMasks, type context$5_UpdateByFilterOperation as UpdateByFilterOperation, type context$5_UpdateDocumentsEvent as UpdateDocumentsEvent, type context$5_UpdateDocumentsEventOperationOneOf as UpdateDocumentsEventOperationOneOf, type context$5_UpdateExistingOperation as UpdateExistingOperation, type context$5_UpdateExtendedFieldsRequest as UpdateExtendedFieldsRequest, type context$5_UpdateExtendedFieldsResponse as UpdateExtendedFieldsResponse, type context$5_UpdateProductRequest as UpdateProductRequest, type context$5_UpdateProductResponse as UpdateProductResponse, type context$5_UpdateProductResponseNonNullableFields as UpdateProductResponseNonNullableFields, type context$5_UpdateProductWithInventoryOptions as UpdateProductWithInventoryOptions, type context$5_UpdateProductWithInventoryProduct as UpdateProductWithInventoryProduct, type context$5_UpdateProductWithInventoryRequest as UpdateProductWithInventoryRequest, type context$5_UpdateProductWithInventoryResponse as UpdateProductWithInventoryResponse, type context$5_UpdateProductWithInventoryResponseNonNullableFields as UpdateProductWithInventoryResponseNonNullableFields, type context$5_V1Media as V1Media, type context$5_V3AdjustValue as V3AdjustValue, type context$5_V3AdjustValueAdjustValueOneOf as V3AdjustValueAdjustValueOneOf, type context$5_V3BulkAddInfoSectionsToProductsByFilterRequest as V3BulkAddInfoSectionsToProductsByFilterRequest, type context$5_V3BulkAddInfoSectionsToProductsByFilterResponse as V3BulkAddInfoSectionsToProductsByFilterResponse, type context$5_V3BulkAddInfoSectionsToProductsByFilterResponseNonNullableFields as V3BulkAddInfoSectionsToProductsByFilterResponseNonNullableFields, type context$5_V3BulkAddInfoSectionsToProductsRequest as V3BulkAddInfoSectionsToProductsRequest, type context$5_V3BulkAddInfoSectionsToProductsResponse as V3BulkAddInfoSectionsToProductsResponse, type context$5_V3BulkAddInfoSectionsToProductsResponseNonNullableFields as V3BulkAddInfoSectionsToProductsResponseNonNullableFields, type context$5_V3BulkDeleteProductsByFilterRequest as V3BulkDeleteProductsByFilterRequest, type context$5_V3BulkDeleteProductsByFilterResponse as V3BulkDeleteProductsByFilterResponse, type context$5_V3BulkDeleteProductsByFilterResponseNonNullableFields as V3BulkDeleteProductsByFilterResponseNonNullableFields, type context$5_V3BulkDeleteProductsRequest as V3BulkDeleteProductsRequest, type context$5_V3BulkDeleteProductsResponse as V3BulkDeleteProductsResponse, type context$5_V3BulkDeleteProductsResponseNonNullableFields as V3BulkDeleteProductsResponseNonNullableFields, type context$5_V3BulkProductResult as V3BulkProductResult, type context$5_V3BulkRemoveInfoSectionsFromProductsByFilterRequest as V3BulkRemoveInfoSectionsFromProductsByFilterRequest, type context$5_V3BulkRemoveInfoSectionsFromProductsByFilterResponse as V3BulkRemoveInfoSectionsFromProductsByFilterResponse, type context$5_V3BulkRemoveInfoSectionsFromProductsByFilterResponseNonNullableFields as V3BulkRemoveInfoSectionsFromProductsByFilterResponseNonNullableFields, type context$5_V3BulkRemoveInfoSectionsFromProductsRequest as V3BulkRemoveInfoSectionsFromProductsRequest, type context$5_V3BulkRemoveInfoSectionsFromProductsResponse as V3BulkRemoveInfoSectionsFromProductsResponse, type context$5_V3BulkRemoveInfoSectionsFromProductsResponseNonNullableFields as V3BulkRemoveInfoSectionsFromProductsResponseNonNullableFields, type context$5_V3BulkUpdateProductsByFilterRequest as V3BulkUpdateProductsByFilterRequest, type context$5_V3BulkUpdateProductsByFilterResponse as V3BulkUpdateProductsByFilterResponse, type context$5_V3BulkUpdateProductsByFilterResponseNonNullableFields as V3BulkUpdateProductsByFilterResponseNonNullableFields, type context$5_V3CountProductsRequest as V3CountProductsRequest, type context$5_V3CountProductsResponse as V3CountProductsResponse, type context$5_V3CountProductsResponseNonNullableFields as V3CountProductsResponseNonNullableFields, type context$5_V3DeleteProductRequest as V3DeleteProductRequest, type context$5_V3DeleteProductResponse as V3DeleteProductResponse, type context$5_V3GetProductBySlugRequest as V3GetProductBySlugRequest, type context$5_V3GetProductBySlugResponse as V3GetProductBySlugResponse, type context$5_V3GetProductBySlugResponseNonNullableFields as V3GetProductBySlugResponseNonNullableFields, type context$5_V3GetProductRequest as V3GetProductRequest, type context$5_V3GetProductResponse as V3GetProductResponse, type context$5_V3GetProductResponseNonNullableFields as V3GetProductResponseNonNullableFields, type context$5_V3MaskedProduct as V3MaskedProduct, type context$5_V3OptionChoiceIds as V3OptionChoiceIds, type context$5_V3OptionChoiceNames as V3OptionChoiceNames, type context$5_V3Product as V3Product, type context$5_V3ProductIdWithRevision as V3ProductIdWithRevision, type context$5_V3ProductNonNullableFields as V3ProductNonNullableFields, type context$5_V3ProductTypedPropertiesOneOf as V3ProductTypedPropertiesOneOf, type context$5_V3QueryProductsRequest as V3QueryProductsRequest, type context$5_V3QueryProductsResponse as V3QueryProductsResponse, type context$5_V3QueryProductsResponseNonNullableFields as V3QueryProductsResponseNonNullableFields, type context$5_V3SearchProductsRequest as V3SearchProductsRequest, type context$5_V3SearchProductsResponse as V3SearchProductsResponse, type context$5_V3SearchProductsResponseNonNullableFields as V3SearchProductsResponseNonNullableFields, type context$5_V3UnsignedAdjustValue as V3UnsignedAdjustValue, type context$5_V3UnsignedAdjustValueAdjustValueOneOf as V3UnsignedAdjustValueAdjustValueOneOf, type context$5_V3UpdateExtendedFieldsRequest as V3UpdateExtendedFieldsRequest, type context$5_V3UpdateExtendedFieldsResponse as V3UpdateExtendedFieldsResponse, type context$5_V3UpdateExtendedFieldsResponseNonNullableFields as V3UpdateExtendedFieldsResponseNonNullableFields, type context$5_V3VariantsInfo as V3VariantsInfo, type context$5_ValueAggregation as ValueAggregation, type context$5_ValueAggregationIncludeMissingValuesOptions as ValueAggregationIncludeMissingValuesOptions, context$5_ValueAggregationMissingValues as ValueAggregationMissingValues, type context$5_ValueAggregationOptionsOneOf as ValueAggregationOptionsOneOf, type context$5_ValueAggregationResult as ValueAggregationResult, context$5_ValueAggregationSortDirection as ValueAggregationSortDirection, context$5_ValueAggregationSortType as ValueAggregationSortType, type context$5_ValueResult as ValueResult, type context$5_ValueResults as ValueResults, type context$5_ValueResultsValueAggregationResult as ValueResultsValueAggregationResult, type context$5_Variant as Variant, type context$5_VariantAdded as VariantAdded, type context$5_VariantDigitalProperties as VariantDigitalProperties, type context$5_VariantNotAlignedWithProduct as VariantNotAlignedWithProduct, type context$5_VariantPhysicalProperties as VariantPhysicalProperties, type context$5_VariantRemoved as VariantRemoved, type context$5_VariantSummary as VariantSummary, type context$5_VariantTypedPropertiesOneOf as VariantTypedPropertiesOneOf, type context$5_VariantUpdated as VariantUpdated, type context$5_VariantWithInventory as VariantWithInventory, type context$5_VariantWithInventoryTypedPropertiesOneOf as VariantWithInventoryTypedPropertiesOneOf, type context$5_VariantsInfo as VariantsInfo, type context$5_VariantsNotAlignedWithProduct as VariantsNotAlignedWithProduct, context$5_VerticalAlignment as VerticalAlignment, type context$5_Video as Video, type context$5_VideoData as VideoData, type context$5_VideoResolution as VideoResolution, context$5_ViewMode as ViewMode, context$5_ViewRole as ViewRole, context$5_VoteRole as VoteRole, WebhookIdentityType$4 as WebhookIdentityType, type context$5_WeightMeasurementUnitInfo as WeightMeasurementUnitInfo, type context$5_WeightRange as WeightRange, context$5_WeightUnit as WeightUnit, context$5_Width as Width, context$5_WidthType as WidthType, type context$5_WixCommonAggregation as WixCommonAggregation, type context$5_WixCommonAggregationKindOneOf as WixCommonAggregationKindOneOf, context$5_WixCommonAggregationType as WixCommonAggregationType, type context$5_WixCommonItemMetadata as WixCommonItemMetadata, context$5_WixCommonScalarType as WixCommonScalarType, type context$5_WixCommonSearchDetails as WixCommonSearchDetails, context$5_WixCommonSortOrder as WixCommonSortOrder, type context$5_WixCommonSorting as WixCommonSorting, context$5_bulkAddProductsToCategoriesByFilter as bulkAddProductsToCategoriesByFilter, context$5_bulkAdjustProductVariantsByFilter as bulkAdjustProductVariantsByFilter, context$5_bulkCreateProductsWithInventory as bulkCreateProductsWithInventory, context$5_bulkRemoveProductsFromCategoriesByFilter as bulkRemoveProductsFromCategoriesByFilter, context$5_bulkUpdateProductVariantsByFilter as bulkUpdateProductVariantsByFilter, context$5_bulkUpdateProductsWithInventory as bulkUpdateProductsWithInventory, context$5_catalogBulkAddInfoSectionsToProducts as catalogBulkAddInfoSectionsToProducts, context$5_catalogBulkAddInfoSectionsToProductsByFilter as catalogBulkAddInfoSectionsToProductsByFilter, context$5_catalogBulkCreateProducts as catalogBulkCreateProducts, context$5_catalogBulkDeleteProducts as catalogBulkDeleteProducts, context$5_catalogBulkDeleteProductsByFilter as catalogBulkDeleteProductsByFilter, context$5_catalogBulkRemoveInfoSectionsFromProducts as catalogBulkRemoveInfoSectionsFromProducts, context$5_catalogBulkRemoveInfoSectionsFromProductsByFilter as catalogBulkRemoveInfoSectionsFromProductsByFilter, context$5_catalogBulkUpdateProducts as catalogBulkUpdateProducts, context$5_catalogBulkUpdateProductsByFilter as catalogBulkUpdateProductsByFilter, context$5_catalogCountProducts as catalogCountProducts, context$5_catalogCreateProduct as catalogCreateProduct, context$5_catalogDeleteProduct as catalogDeleteProduct, context$5_catalogGetProduct as catalogGetProduct, context$5_catalogGetProductBySlug as catalogGetProductBySlug, context$5_catalogQueryProducts as catalogQueryProducts, context$5_catalogSearchProducts as catalogSearchProducts, context$5_catalogUpdateExtendedFields as catalogUpdateExtendedFields, context$5_catalogUpdateProduct as catalogUpdateProduct, context$5_createProductWithInventory as createProductWithInventory, context$5_onProductCreated as onProductCreated, context$5_onProductDeleted as onProductDeleted, context$5_onProductUpdated as onProductUpdated, context$5_onProductVariantAdded as onProductVariantAdded, context$5_onProductVariantRemoved as onProductVariantRemoved, context$5_onProductVariantUpdated as onProductVariantUpdated, context$5_updateProductWithInventory as updateProductWithInventory };
16171
+ export { type ActionEvent$2 as ActionEvent, type context$5_AdjustValue as AdjustValue, type context$5_AdjustValueAdjustValueOneOf as AdjustValueAdjustValueOneOf, type context$5_Aggregation as Aggregation, type context$5_AggregationData as AggregationData, type context$5_AggregationDataAggregationResults as AggregationDataAggregationResults, type context$5_AggregationDataAggregationResultsResultOneOf as AggregationDataAggregationResultsResultOneOf, type context$5_AggregationDataAggregationResultsScalarResult as AggregationDataAggregationResultsScalarResult, type context$5_AggregationDateHistogramAggregation as AggregationDateHistogramAggregation, context$5_AggregationDateHistogramAggregationInterval as AggregationDateHistogramAggregationInterval, type context$5_AggregationKindOneOf as AggregationKindOneOf, type context$5_AggregationNestedAggregation as AggregationNestedAggregation, type context$5_AggregationNestedAggregationNestedAggregationItem as AggregationNestedAggregationNestedAggregationItem, type context$5_AggregationNestedAggregationNestedAggregationItemKindOneOf as AggregationNestedAggregationNestedAggregationItemKindOneOf, context$5_AggregationNestedAggregationNestedAggregationType as AggregationNestedAggregationNestedAggregationType, type context$5_AggregationRangeAggregation as AggregationRangeAggregation, type context$5_AggregationRangeAggregationRangeBucket as AggregationRangeAggregationRangeBucket, type context$5_AggregationResults as AggregationResults, type context$5_AggregationResultsDateHistogramResults as AggregationResultsDateHistogramResults, type context$5_AggregationResultsGroupByValueResults as AggregationResultsGroupByValueResults, type context$5_AggregationResultsNestedAggregationResults as AggregationResultsNestedAggregationResults, type context$5_AggregationResultsNestedAggregationResultsResultOneOf as AggregationResultsNestedAggregationResultsResultOneOf, type context$5_AggregationResultsNestedResults as AggregationResultsNestedResults, type context$5_AggregationResultsRangeResults as AggregationResultsRangeResults, type context$5_AggregationResultsResultOneOf as AggregationResultsResultOneOf, type context$5_AggregationResultsScalarResult as AggregationResultsScalarResult, type context$5_AggregationResultsValueResults as AggregationResultsValueResults, type context$5_AggregationScalarAggregation as AggregationScalarAggregation, context$5_AggregationType as AggregationType, type context$5_AggregationValueAggregation as AggregationValueAggregation, type context$5_AggregationValueAggregationIncludeMissingValuesOptions as AggregationValueAggregationIncludeMissingValuesOptions, context$5_AggregationValueAggregationMissingValues as AggregationValueAggregationMissingValues, type context$5_AggregationValueAggregationOptionsOneOf as AggregationValueAggregationOptionsOneOf, context$5_AggregationValueAggregationSortDirection as AggregationValueAggregationSortDirection, context$5_AggregationValueAggregationSortType as AggregationValueAggregationSortType, context$5_Alignment as Alignment, type context$5_AnchorData as AnchorData, type App$2 as App, type context$5_AppEmbedData as AppEmbedData, type context$5_AppEmbedDataAppDataOneOf as AppEmbedDataAppDataOneOf, context$5_AppType as AppType, type ApplicationError$1 as ApplicationError, type context$5_AudioData as AudioData, context$5_AvailabilityStatus as AvailabilityStatus, type context$5_Background as Background, type context$5_BackgroundBackgroundOneOf as BackgroundBackgroundOneOf, context$5_BackgroundType as BackgroundType, type BaseEventMetadata$2 as BaseEventMetadata, type context$5_BlockquoteData as BlockquoteData, type context$5_BookingData as BookingData, type context$5_Border as Border, type context$5_BorderColors as BorderColors, type context$5_Brand as Brand, type context$5_BreadCrumb as BreadCrumb, type context$5_BreadcrumbsInfo as BreadcrumbsInfo, type BulkActionMetadata$1 as BulkActionMetadata, type context$5_BulkAddInfoSectionsToProductsByFilterRequest as BulkAddInfoSectionsToProductsByFilterRequest, type context$5_BulkAddInfoSectionsToProductsByFilterResponse as BulkAddInfoSectionsToProductsByFilterResponse, type context$5_BulkAddInfoSectionsToProductsRequest as BulkAddInfoSectionsToProductsRequest, type context$5_BulkAddInfoSectionsToProductsResponse as BulkAddInfoSectionsToProductsResponse, type context$5_BulkAddProductsToCategoriesByFilterOptions as BulkAddProductsToCategoriesByFilterOptions, type context$5_BulkAddProductsToCategoriesByFilterRequest as BulkAddProductsToCategoriesByFilterRequest, type context$5_BulkAddProductsToCategoriesByFilterResponse as BulkAddProductsToCategoriesByFilterResponse, type context$5_BulkAddProductsToCategoriesByFilterResponseNonNullableFields as BulkAddProductsToCategoriesByFilterResponseNonNullableFields, type context$5_BulkAdjustProductVariantsByFilterOptions as BulkAdjustProductVariantsByFilterOptions, type context$5_BulkAdjustProductVariantsByFilterRequest as BulkAdjustProductVariantsByFilterRequest, context$5_BulkAdjustProductVariantsByFilterRequestRoundingStrategy as BulkAdjustProductVariantsByFilterRequestRoundingStrategy, type context$5_BulkAdjustProductVariantsByFilterResponse as BulkAdjustProductVariantsByFilterResponse, type context$5_BulkAdjustProductVariantsByFilterResponseNonNullableFields as BulkAdjustProductVariantsByFilterResponseNonNullableFields, type context$5_BulkAdjustVariantsByFilterRequest as BulkAdjustVariantsByFilterRequest, type context$5_BulkAdjustVariantsByFilterResponse as BulkAdjustVariantsByFilterResponse, type context$5_BulkCreateProductsRequest as BulkCreateProductsRequest, type context$5_BulkCreateProductsResponse as BulkCreateProductsResponse, type context$5_BulkCreateProductsResponseNonNullableFields as BulkCreateProductsResponseNonNullableFields, type context$5_BulkCreateProductsWithInventoryOptions as BulkCreateProductsWithInventoryOptions, type context$5_BulkCreateProductsWithInventoryRequest as BulkCreateProductsWithInventoryRequest, type context$5_BulkCreateProductsWithInventoryResponse as BulkCreateProductsWithInventoryResponse, type context$5_BulkCreateProductsWithInventoryResponseNonNullableFields as BulkCreateProductsWithInventoryResponseNonNullableFields, type context$5_BulkDeleteProductsByFilterRequest as BulkDeleteProductsByFilterRequest, type context$5_BulkDeleteProductsByFilterResponse as BulkDeleteProductsByFilterResponse, type context$5_BulkDeleteProductsRequest as BulkDeleteProductsRequest, type context$5_BulkDeleteProductsResponse as BulkDeleteProductsResponse, type context$5_BulkDeleteProductsResponseBulkProductResult as BulkDeleteProductsResponseBulkProductResult, type context$5_BulkInventoryItemAction as BulkInventoryItemAction, type context$5_BulkInventoryItemResult as BulkInventoryItemResult, type context$5_BulkInventoryItemResults as BulkInventoryItemResults, type context$5_BulkProductResult as BulkProductResult, type context$5_BulkProductResults as BulkProductResults, type context$5_BulkRemoveInfoSectionsFromProductsByFilterRequest as BulkRemoveInfoSectionsFromProductsByFilterRequest, type context$5_BulkRemoveInfoSectionsFromProductsByFilterResponse as BulkRemoveInfoSectionsFromProductsByFilterResponse, type context$5_BulkRemoveInfoSectionsFromProductsRequest as BulkRemoveInfoSectionsFromProductsRequest, type context$5_BulkRemoveInfoSectionsFromProductsResponse as BulkRemoveInfoSectionsFromProductsResponse, type context$5_BulkRemoveProductsFromCategoriesByFilterOptions as BulkRemoveProductsFromCategoriesByFilterOptions, type context$5_BulkRemoveProductsFromCategoriesByFilterRequest as BulkRemoveProductsFromCategoriesByFilterRequest, type context$5_BulkRemoveProductsFromCategoriesByFilterResponse as BulkRemoveProductsFromCategoriesByFilterResponse, type context$5_BulkRemoveProductsFromCategoriesByFilterResponseNonNullableFields as BulkRemoveProductsFromCategoriesByFilterResponseNonNullableFields, type context$5_BulkUpdateProductVariantsByFilterOptions as BulkUpdateProductVariantsByFilterOptions, type context$5_BulkUpdateProductVariantsByFilterRequest as BulkUpdateProductVariantsByFilterRequest, type context$5_BulkUpdateProductVariantsByFilterResponse as BulkUpdateProductVariantsByFilterResponse, type context$5_BulkUpdateProductVariantsByFilterResponseNonNullableFields as BulkUpdateProductVariantsByFilterResponseNonNullableFields, type context$5_BulkUpdateProductsByFilterRequest as BulkUpdateProductsByFilterRequest, type context$5_BulkUpdateProductsByFilterResponse as BulkUpdateProductsByFilterResponse, type context$5_BulkUpdateProductsRequest as BulkUpdateProductsRequest, type context$5_BulkUpdateProductsResponse as BulkUpdateProductsResponse, type context$5_BulkUpdateProductsResponseNonNullableFields as BulkUpdateProductsResponseNonNullableFields, type context$5_BulkUpdateProductsWithInventoryOptions as BulkUpdateProductsWithInventoryOptions, type context$5_BulkUpdateProductsWithInventoryRequest as BulkUpdateProductsWithInventoryRequest, type context$5_BulkUpdateProductsWithInventoryResponse as BulkUpdateProductsWithInventoryResponse, type context$5_BulkUpdateProductsWithInventoryResponseNonNullableFields as BulkUpdateProductsWithInventoryResponseNonNullableFields, type context$5_BulkUpdateVariantsByFilterRequest as BulkUpdateVariantsByFilterRequest, type context$5_BulkUpdateVariantsByFilterResponse as BulkUpdateVariantsByFilterResponse, type context$5_BulletedListData as BulletedListData, type context$5_ButtonData as ButtonData, type context$5_CatalogBulkAddInfoSectionsToProductsByFilterOptions as CatalogBulkAddInfoSectionsToProductsByFilterOptions, type context$5_CatalogBulkAddInfoSectionsToProductsOptions as CatalogBulkAddInfoSectionsToProductsOptions, type context$5_CatalogBulkCreateProductsOptions as CatalogBulkCreateProductsOptions, type context$5_CatalogBulkDeleteProductsByFilterOptions as CatalogBulkDeleteProductsByFilterOptions, type context$5_CatalogBulkRemoveInfoSectionsFromProductsByFilterOptions as CatalogBulkRemoveInfoSectionsFromProductsByFilterOptions, type context$5_CatalogBulkRemoveInfoSectionsFromProductsOptions as CatalogBulkRemoveInfoSectionsFromProductsOptions, type context$5_CatalogBulkUpdateProductsByFilterOptions as CatalogBulkUpdateProductsByFilterOptions, type context$5_CatalogBulkUpdateProductsOptions as CatalogBulkUpdateProductsOptions, type context$5_CatalogCountProductsOptions as CatalogCountProductsOptions, type context$5_CatalogCreateProductOptions as CatalogCreateProductOptions, type context$5_CatalogGetProductBySlugOptions as CatalogGetProductBySlugOptions, type context$5_CatalogGetProductOptions as CatalogGetProductOptions, type context$5_CatalogSearchProductsOptions as CatalogSearchProductsOptions, type context$5_CatalogUpdateExtendedFieldsOptions as CatalogUpdateExtendedFieldsOptions, type context$5_CatalogUpdateProduct as CatalogUpdateProduct, type context$5_CatalogUpdateProductOptions as CatalogUpdateProductOptions, type context$5_CatalogV3BulkProductResult as CatalogV3BulkProductResult, type context$5_CategoryMoved as CategoryMoved, type context$5_CellStyle as CellStyle, context$5_ChoiceType as ChoiceType, type context$5_ChoicesSettings as ChoicesSettings, type context$5_CodeBlockData as CodeBlockData, type context$5_CollapsibleListData as CollapsibleListData, type context$5_ColorData as ColorData, type context$5_Colors as Colors, type context$5_CommonAggregation as CommonAggregation, type context$5_CommonAggregationData as CommonAggregationData, type context$5_CommonAggregationDateHistogramAggregation as CommonAggregationDateHistogramAggregation, type context$5_CommonAggregationKindOneOf as CommonAggregationKindOneOf, type context$5_CommonAggregationNestedAggregation as CommonAggregationNestedAggregation, type context$5_CommonAggregationRangeAggregation as CommonAggregationRangeAggregation, type context$5_CommonAggregationScalarAggregation as CommonAggregationScalarAggregation, context$5_CommonAggregationType as CommonAggregationType, type context$5_CommonAggregationValueAggregation as CommonAggregationValueAggregation, type context$5_CommonAggregationValueAggregationOptionsOneOf as CommonAggregationValueAggregationOptionsOneOf, type context$5_CommonBulkActionMetadata as CommonBulkActionMetadata, type context$5_CommonCursorPaging as CommonCursorPaging, type context$5_CommonCursorPagingMetadata as CommonCursorPagingMetadata, type context$5_CommonCursorQuery as CommonCursorQuery, type context$5_CommonCursorQueryPagingMethodOneOf as CommonCursorQueryPagingMethodOneOf, type context$5_CommonCursorSearch as CommonCursorSearch, type context$5_CommonCursorSearchPagingMethodOneOf as CommonCursorSearchPagingMethodOneOf, type context$5_CommonCursors as CommonCursors, type context$5_CommonItemMetadata as CommonItemMetadata, context$5_CommonScalarType as CommonScalarType, type context$5_CommonSearchDetails as CommonSearchDetails, context$5_CommonSearchDetailsMode as CommonSearchDetailsMode, context$5_CommonSortOrder as CommonSortOrder, type context$5_CommonSorting as CommonSorting, type context$5_ConnectedModifier as ConnectedModifier, type context$5_ConnectedModifierChoice as ConnectedModifierChoice, type context$5_ConnectedModifierChoiceValueOneOf as ConnectedModifierChoiceValueOneOf, type context$5_ConnectedModifierModifierSettingsOneOf as ConnectedModifierModifierSettingsOneOf, type context$5_ConnectedOption as ConnectedOption, type context$5_ConnectedOptionChoice as ConnectedOptionChoice, type context$5_ConnectedOptionChoiceValueOneOf as ConnectedOptionChoiceValueOneOf, type context$5_ConnectedOptionOptionSettingsOneOf as ConnectedOptionOptionSettingsOneOf, type context$5_CountProductsRequest as CountProductsRequest, type context$5_CountProductsResponse as CountProductsResponse, type context$5_CreateProductRequest as CreateProductRequest, type context$5_CreateProductResponse as CreateProductResponse, type context$5_CreateProductResponseNonNullableFields as CreateProductResponseNonNullableFields, type context$5_CreateProductWithInventoryOptions as CreateProductWithInventoryOptions, type context$5_CreateProductWithInventoryRequest as CreateProductWithInventoryRequest, type context$5_CreateProductWithInventoryResponse as CreateProductWithInventoryResponse, type context$5_CreateProductWithInventoryResponseNonNullableFields as CreateProductWithInventoryResponseNonNullableFields, context$5_Crop as Crop, type CursorPaging$2 as CursorPaging, type CursorPagingMetadata$2 as CursorPagingMetadata, type CursorQuery$2 as CursorQuery, type CursorQueryPagingMethodOneOf$2 as CursorQueryPagingMethodOneOf, type context$5_CursorSearch as CursorSearch, type context$5_CursorSearchPagingMethodOneOf as CursorSearchPagingMethodOneOf, type Cursors$2 as Cursors, type context$5_DateHistogramAggregation as DateHistogramAggregation, context$5_DateHistogramAggregationInterval as DateHistogramAggregationInterval, type context$5_DateHistogramResult as DateHistogramResult, type context$5_DateHistogramResults as DateHistogramResults, type context$5_DateHistogramResultsDateHistogramResult as DateHistogramResultsDateHistogramResult, type context$5_Decoration as Decoration, type context$5_DecorationDataOneOf as DecorationDataOneOf, context$5_DecorationType as DecorationType, type context$5_DeleteByFilterOperation as DeleteByFilterOperation, type context$5_DeleteByIdsOperation as DeleteByIdsOperation, type context$5_DeleteProductRequest as DeleteProductRequest, type context$5_DeleteProductResponse as DeleteProductResponse, type context$5_DeprecatedSearchProductsWithOffsetRequest as DeprecatedSearchProductsWithOffsetRequest, type context$5_DeprecatedSearchProductsWithOffsetResponse as DeprecatedSearchProductsWithOffsetResponse, type context$5_Design as Design, type context$5_Dimensions as Dimensions, context$5_Direction as Direction, DiscountType$1 as DiscountType, type context$5_DividerData as DividerData, type context$5_DoNotCallBulkCreateProductsRequest as DoNotCallBulkCreateProductsRequest, type context$5_DoNotCallBulkCreateProductsResponse as DoNotCallBulkCreateProductsResponse, type context$5_DoNotCallBulkUpdateProductsRequest as DoNotCallBulkUpdateProductsRequest, type context$5_DoNotCallBulkUpdateProductsResponse as DoNotCallBulkUpdateProductsResponse, type context$5_DoNotCallCreateProductRequest as DoNotCallCreateProductRequest, type context$5_DoNotCallCreateProductResponse as DoNotCallCreateProductResponse, type context$5_DoNotCallUpdateProductRequest as DoNotCallUpdateProductRequest, type context$5_DoNotCallUpdateProductResponse as DoNotCallUpdateProductResponse, type context$5_DocumentImage as DocumentImage, type context$5_DocumentPayload as DocumentPayload, type context$5_DocumentStyle as DocumentStyle, type context$5_DocumentUpdateOperation as DocumentUpdateOperation, type DomainEvent$2 as DomainEvent, type DomainEventBodyOneOf$2 as DomainEventBodyOneOf, type context$5_EmbedData as EmbedData, type Empty$3 as Empty, type EntityCreatedEvent$2 as EntityCreatedEvent, type EntityDeletedEvent$2 as EntityDeletedEvent, type EntityUpdatedEvent$2 as EntityUpdatedEvent, context$5_Enum as Enum, type context$5_EventData as EventData, type EventMetadata$1 as EventMetadata, type context$5_EventuallyConsistentQueryProductsRequest as EventuallyConsistentQueryProductsRequest, type context$5_EventuallyConsistentQueryProductsResponse as EventuallyConsistentQueryProductsResponse, type context$5_ExtendedFields as ExtendedFields, type File$2 as File, type context$5_FileData as FileData, type context$5_FileSource as FileSource, type context$5_FileSourceDataOneOf as FileSourceDataOneOf, context$5_FileType as FileType, type context$5_FixedMonetaryAmount as FixedMonetaryAmount, type context$5_FontSizeData as FontSizeData, context$5_FontType as FontType, type context$5_FreeTextSettings as FreeTextSettings, type context$5_GIF as GIF, type context$5_GIFData as GIFData, type context$5_GalleryData as GalleryData, type context$5_GalleryOptions as GalleryOptions, type context$5_GetProductBySlugRequest as GetProductBySlugRequest, type context$5_GetProductBySlugResponse as GetProductBySlugResponse, type context$5_GetProductRequest as GetProductRequest, type context$5_GetProductResponse as GetProductResponse, type context$5_GetVariantsRequest as GetVariantsRequest, type context$5_GetVariantsResponse as GetVariantsResponse, type context$5_Gradient as Gradient, type context$5_GroupByAggregation as GroupByAggregation, type context$5_GroupByAggregationKindOneOf as GroupByAggregationKindOneOf, type context$5_GroupByValueResults as GroupByValueResults, type context$5_GroupByValueResultsNestedValueAggregationResult as GroupByValueResultsNestedValueAggregationResult, type context$5_HTMLData as HTMLData, type context$5_HTMLDataDataOneOf as HTMLDataDataOneOf, type context$5_HeadingData as HeadingData, type context$5_Height as Height, type IdentificationData$4 as IdentificationData, type IdentificationDataIdOneOf$4 as IdentificationDataIdOneOf, type context$5_Image as Image, type context$5_ImageData as ImageData, type context$5_IncludeMissingValuesOptions as IncludeMissingValuesOptions, type context$5_IndexDocument as IndexDocument, type context$5_InfoSection as InfoSection, context$5_InitialExpandedItems as InitialExpandedItems, context$5_Interval as Interval, type InvalidateCache$2 as InvalidateCache, type InvalidateCacheGetByOneOf$2 as InvalidateCacheGetByOneOf, type context$5_Inventory as Inventory, context$5_InventoryAvailabilityStatus as InventoryAvailabilityStatus, type context$5_InventoryItem as InventoryItem, type context$5_InventoryItemComposite as InventoryItemComposite, type context$5_InventoryItemCompositeTrackingMethodOneOf as InventoryItemCompositeTrackingMethodOneOf, type context$5_InventoryItemTrackingMethodOneOf as InventoryItemTrackingMethodOneOf, type context$5_InventoryStatus as InventoryStatus, type context$5_Item as Item, type context$5_ItemAddedToCategory as ItemAddedToCategory, type context$5_ItemDataOneOf as ItemDataOneOf, type ItemMetadata$1 as ItemMetadata, type context$5_ItemReference as ItemReference, type context$5_ItemRemovedFromCategory as ItemRemovedFromCategory, type context$5_ItemStyle as ItemStyle, type context$5_ItemsAddedToCategory as ItemsAddedToCategory, type context$5_ItemsArrangedInCategory as ItemsArrangedInCategory, type context$5_ItemsRemovedFromCategory as ItemsRemovedFromCategory, type context$5_Keyword as Keyword, type context$5_Layout as Layout, context$5_LayoutType as LayoutType, context$5_LineStyle as LineStyle, type context$5_Link as Link, type context$5_LinkData as LinkData, type context$5_LinkDataOneOf as LinkDataOneOf, type context$5_LinkPreviewData as LinkPreviewData, type context$5_ListValue as ListValue, type context$5_MapData as MapData, type context$5_MapSettings as MapSettings, context$5_MapType as MapType, type context$5_MaskedProduct as MaskedProduct, type context$5_MaskedProductWithInventory as MaskedProductWithInventory, context$5_MeasurementUnit as MeasurementUnit, type context$5_Media as Media, type context$5_MediaItemsInfo as MediaItemsInfo, type context$5_MentionData as MentionData, type MessageEnvelope$4 as MessageEnvelope, type context$5_Metadata as Metadata, type context$5_MinVariantPriceInfo as MinVariantPriceInfo, context$5_MissingValues as MissingValues, context$5_Mode as Mode, type context$5_ModifierChoicesSettings as ModifierChoicesSettings, context$5_ModifierRenderType as ModifierRenderType, type context$5_MultipleColors as MultipleColors, type context$5_NestedAggregation as NestedAggregation, type context$5_NestedAggregationItem as NestedAggregationItem, type context$5_NestedAggregationItemKindOneOf as NestedAggregationItemKindOneOf, type context$5_NestedAggregationNestedAggregationItem as NestedAggregationNestedAggregationItem, type context$5_NestedAggregationNestedAggregationItemKindOneOf as NestedAggregationNestedAggregationItemKindOneOf, context$5_NestedAggregationNestedAggregationType as NestedAggregationNestedAggregationType, type context$5_NestedAggregationResults as NestedAggregationResults, type context$5_NestedAggregationResultsResultOneOf as NestedAggregationResultsResultOneOf, context$5_NestedAggregationType as NestedAggregationType, type context$5_NestedResultValue as NestedResultValue, type context$5_NestedResultValueResultOneOf as NestedResultValueResultOneOf, type context$5_NestedResults as NestedResults, type context$5_NestedResultsNestedResultValue as NestedResultsNestedResultValue, type context$5_NestedResultsNestedResultValueResultOneOf as NestedResultsNestedResultValueResultOneOf, type context$5_NestedResultsRangeResult as NestedResultsRangeResult, type context$5_NestedResultsResults as NestedResultsResults, type context$5_NestedResultsScalarResult as NestedResultsScalarResult, type context$5_NestedResultsValueResult as NestedResultsValueResult, type context$5_NestedValueAggregationResult as NestedValueAggregationResult, type context$5_Node as Node, type context$5_NodeDataOneOf as NodeDataOneOf, type context$5_NodeStyle as NodeStyle, context$5_NodeType as NodeType, context$5_NullValue as NullValue, type context$5_Oembed as Oembed, type context$5_Option as Option, type context$5_OptionChoice as OptionChoice, type context$5_OptionChoiceIds as OptionChoiceIds, type context$5_OptionChoiceNames as OptionChoiceNames, type context$5_OptionChoiceReferences as OptionChoiceReferences, type context$5_OptionDesign as OptionDesign, type context$5_OptionLayout as OptionLayout, type context$5_OrderedListData as OrderedListData, context$5_Orientation as Orientation, type context$5_PDFSettings as PDFSettings, type Page$2 as Page, type PagingMetadata$2 as PagingMetadata, type context$5_ParagraphData as ParagraphData, type context$5_ParentCategory as ParentCategory, type context$5_Permissions as Permissions, type context$5_PhysicalProperties as PhysicalProperties, type context$5_PlatformOffsetSearch as PlatformOffsetSearch, type context$5_PlatformOffsetSearchPagingMethodOneOf as PlatformOffsetSearchPagingMethodOneOf, type context$5_PlatformPaging as PlatformPaging, type context$5_PlaybackOptions as PlaybackOptions, type context$5_PluginContainerData as PluginContainerData, context$5_PluginContainerDataAlignment as PluginContainerDataAlignment, type context$5_PluginContainerDataWidth as PluginContainerDataWidth, type context$5_PluginContainerDataWidthDataOneOf as PluginContainerDataWidthDataOneOf, type context$5_Poll as Poll, type context$5_PollData as PollData, type context$5_PollDataLayout as PollDataLayout, type context$5_PollDesign as PollDesign, type context$5_PollLayout as PollLayout, context$5_PollLayoutDirection as PollLayoutDirection, context$5_PollLayoutType as PollLayoutType, type context$5_PollSettings as PollSettings, type PreorderInfo$1 as PreorderInfo, context$5_PreorderStatus as PreorderStatus, type context$5_PriceInfo as PriceInfo, type context$5_PricePerUnit as PricePerUnit, type context$5_PricePerUnitRange as PricePerUnitRange, type context$5_PricePerUnitRangePricePerUnit as PricePerUnitRangePricePerUnit, type context$5_PricePerUnitSettings as PricePerUnitSettings, type context$5_PriceRange as PriceRange, type context$5_Product as Product, type context$5_ProductCategoriesInfo as ProductCategoriesInfo, type context$5_ProductCategory as ProductCategory, type context$5_ProductCreatedEnvelope as ProductCreatedEnvelope, type context$5_ProductDeletedEnvelope as ProductDeletedEnvelope, type context$5_ProductIdWithRevision as ProductIdWithRevision, type context$5_ProductMedia as ProductMedia, type context$5_ProductMediaMediaOneOf as ProductMediaMediaOneOf, type context$5_ProductMediaSetByOneOf as ProductMediaSetByOneOf, context$5_ProductOptionRenderType as ProductOptionRenderType, context$5_ProductType as ProductType, type context$5_ProductUpdatedEnvelope as ProductUpdatedEnvelope, type context$5_ProductVariantAddedEnvelope as ProductVariantAddedEnvelope, type context$5_ProductVariantIds as ProductVariantIds, type context$5_ProductVariantRemovedEnvelope as ProductVariantRemovedEnvelope, type context$5_ProductVariantUpdatedEnvelope as ProductVariantUpdatedEnvelope, type context$5_ProductVariants as ProductVariants, type context$5_ProductWithInventory as ProductWithInventory, type context$5_ProductWithInventoryTypedPropertiesOneOf as ProductWithInventoryTypedPropertiesOneOf, type context$5_ProductsQueryBuilder as ProductsQueryBuilder, type context$5_ProductsQueryResult as ProductsQueryResult, type context$5_QueryProductsOptions as QueryProductsOptions, type context$5_QueryProductsRequest as QueryProductsRequest, type context$5_QueryProductsResponse as QueryProductsResponse, type context$5_RangeAggregation as RangeAggregation, type context$5_RangeAggregationRangeBucket as RangeAggregationRangeBucket, type context$5_RangeAggregationResult as RangeAggregationResult, type context$5_RangeBucket as RangeBucket, type context$5_RangeResult as RangeResult, type context$5_RangeResults as RangeResults, type context$5_RangeResultsRangeAggregationResult as RangeResultsRangeAggregationResult, type context$5_Rel as Rel, RequestedFields$1 as RequestedFields, type RestoreInfo$2 as RestoreInfo, type context$5_Results as Results, type context$5_RevenueDetails as RevenueDetails, type Ribbon$1 as Ribbon, type context$5_RichContent as RichContent, context$5_RoundingStrategy as RoundingStrategy, type context$5_ScalarAggregation as ScalarAggregation, type context$5_ScalarResult as ScalarResult, context$5_ScalarType as ScalarType, type context$5_SearchDetails as SearchDetails, context$5_SearchDetailsMode as SearchDetailsMode, type context$5_SearchIndexingNotification as SearchIndexingNotification, type context$5_SearchProductsRequest as SearchProductsRequest, type context$5_SearchProductsResponse as SearchProductsResponse, type context$5_SecuredMedia as SecuredMedia, type context$5_SeoSchema as SeoSchema, type context$5_Settings as Settings, context$5_SingleEntityOpsRequestedFields as SingleEntityOpsRequestedFields, context$5_SortDirection as SortDirection, SortOrder$2 as SortOrder, context$5_SortType as SortType, type Sorting$2 as Sorting, context$5_Source as Source, type context$5_Spoiler as Spoiler, type context$5_SpoilerData as SpoilerData, State$1 as State, type context$5_Styles as Styles, type context$5_Subscription as Subscription, type context$5_SubscriptionCyclesOneOf as SubscriptionCyclesOneOf, type context$5_SubscriptionDetails as SubscriptionDetails, type context$5_SubscriptionDiscount as SubscriptionDiscount, type context$5_SubscriptionDiscountDiscountOneOf as SubscriptionDiscountDiscountOneOf, SubscriptionFrequency$1 as SubscriptionFrequency, type context$5_SubscriptionPrice as SubscriptionPrice, type context$5_SubscriptionPricePerUnit as SubscriptionPricePerUnit, type context$5_SubscriptionPricesInfo as SubscriptionPricesInfo, type context$5_TableCellData as TableCellData, type context$5_TableData as TableData, type context$5_Tag as Tag, context$5_Target as Target, context$5_TextAlignment as TextAlignment, type context$5_TextData as TextData, type context$5_TextNodeStyle as TextNodeStyle, type context$5_TextStyle as TextStyle, type context$5_Thumbnails as Thumbnails, context$5_ThumbnailsAlignment as ThumbnailsAlignment, type context$5_TreeReference as TreeReference, context$5_Type as Type, type URI$2 as URI, type context$5_UnsignedAdjustValue as UnsignedAdjustValue, type context$5_UnsignedAdjustValueAdjustValueOneOf as UnsignedAdjustValueAdjustValueOneOf, type context$5_UnsupportedFieldMasks as UnsupportedFieldMasks, type context$5_UpdateByFilterOperation as UpdateByFilterOperation, type context$5_UpdateDocumentsEvent as UpdateDocumentsEvent, type context$5_UpdateDocumentsEventOperationOneOf as UpdateDocumentsEventOperationOneOf, type context$5_UpdateExistingOperation as UpdateExistingOperation, type context$5_UpdateExtendedFieldsRequest as UpdateExtendedFieldsRequest, type context$5_UpdateExtendedFieldsResponse as UpdateExtendedFieldsResponse, type context$5_UpdateProductRequest as UpdateProductRequest, type context$5_UpdateProductResponse as UpdateProductResponse, type context$5_UpdateProductResponseNonNullableFields as UpdateProductResponseNonNullableFields, type context$5_UpdateProductWithInventoryOptions as UpdateProductWithInventoryOptions, type context$5_UpdateProductWithInventoryProduct as UpdateProductWithInventoryProduct, type context$5_UpdateProductWithInventoryRequest as UpdateProductWithInventoryRequest, type context$5_UpdateProductWithInventoryResponse as UpdateProductWithInventoryResponse, type context$5_UpdateProductWithInventoryResponseNonNullableFields as UpdateProductWithInventoryResponseNonNullableFields, type context$5_V1Media as V1Media, type context$5_V3AdjustValue as V3AdjustValue, type context$5_V3AdjustValueAdjustValueOneOf as V3AdjustValueAdjustValueOneOf, type context$5_V3BulkAddInfoSectionsToProductsByFilterRequest as V3BulkAddInfoSectionsToProductsByFilterRequest, type context$5_V3BulkAddInfoSectionsToProductsByFilterResponse as V3BulkAddInfoSectionsToProductsByFilterResponse, type context$5_V3BulkAddInfoSectionsToProductsByFilterResponseNonNullableFields as V3BulkAddInfoSectionsToProductsByFilterResponseNonNullableFields, type context$5_V3BulkAddInfoSectionsToProductsRequest as V3BulkAddInfoSectionsToProductsRequest, type context$5_V3BulkAddInfoSectionsToProductsResponse as V3BulkAddInfoSectionsToProductsResponse, type context$5_V3BulkAddInfoSectionsToProductsResponseNonNullableFields as V3BulkAddInfoSectionsToProductsResponseNonNullableFields, type context$5_V3BulkDeleteProductsByFilterRequest as V3BulkDeleteProductsByFilterRequest, type context$5_V3BulkDeleteProductsByFilterResponse as V3BulkDeleteProductsByFilterResponse, type context$5_V3BulkDeleteProductsByFilterResponseNonNullableFields as V3BulkDeleteProductsByFilterResponseNonNullableFields, type context$5_V3BulkDeleteProductsRequest as V3BulkDeleteProductsRequest, type context$5_V3BulkDeleteProductsResponse as V3BulkDeleteProductsResponse, type context$5_V3BulkDeleteProductsResponseNonNullableFields as V3BulkDeleteProductsResponseNonNullableFields, type context$5_V3BulkProductResult as V3BulkProductResult, type context$5_V3BulkRemoveInfoSectionsFromProductsByFilterRequest as V3BulkRemoveInfoSectionsFromProductsByFilterRequest, type context$5_V3BulkRemoveInfoSectionsFromProductsByFilterResponse as V3BulkRemoveInfoSectionsFromProductsByFilterResponse, type context$5_V3BulkRemoveInfoSectionsFromProductsByFilterResponseNonNullableFields as V3BulkRemoveInfoSectionsFromProductsByFilterResponseNonNullableFields, type context$5_V3BulkRemoveInfoSectionsFromProductsRequest as V3BulkRemoveInfoSectionsFromProductsRequest, type context$5_V3BulkRemoveInfoSectionsFromProductsResponse as V3BulkRemoveInfoSectionsFromProductsResponse, type context$5_V3BulkRemoveInfoSectionsFromProductsResponseNonNullableFields as V3BulkRemoveInfoSectionsFromProductsResponseNonNullableFields, type context$5_V3BulkUpdateProductsByFilterRequest as V3BulkUpdateProductsByFilterRequest, type context$5_V3BulkUpdateProductsByFilterResponse as V3BulkUpdateProductsByFilterResponse, type context$5_V3BulkUpdateProductsByFilterResponseNonNullableFields as V3BulkUpdateProductsByFilterResponseNonNullableFields, type context$5_V3CountProductsRequest as V3CountProductsRequest, type context$5_V3CountProductsResponse as V3CountProductsResponse, type context$5_V3CountProductsResponseNonNullableFields as V3CountProductsResponseNonNullableFields, type context$5_V3DeleteProductRequest as V3DeleteProductRequest, type context$5_V3DeleteProductResponse as V3DeleteProductResponse, type context$5_V3GetProductBySlugRequest as V3GetProductBySlugRequest, type context$5_V3GetProductBySlugResponse as V3GetProductBySlugResponse, type context$5_V3GetProductBySlugResponseNonNullableFields as V3GetProductBySlugResponseNonNullableFields, type context$5_V3GetProductRequest as V3GetProductRequest, type context$5_V3GetProductResponse as V3GetProductResponse, type context$5_V3GetProductResponseNonNullableFields as V3GetProductResponseNonNullableFields, type context$5_V3MaskedProduct as V3MaskedProduct, type context$5_V3OptionChoiceIds as V3OptionChoiceIds, type context$5_V3OptionChoiceNames as V3OptionChoiceNames, type context$5_V3Product as V3Product, type context$5_V3ProductIdWithRevision as V3ProductIdWithRevision, type context$5_V3ProductNonNullableFields as V3ProductNonNullableFields, type context$5_V3ProductTypedPropertiesOneOf as V3ProductTypedPropertiesOneOf, type context$5_V3QueryProductsRequest as V3QueryProductsRequest, type context$5_V3QueryProductsResponse as V3QueryProductsResponse, type context$5_V3QueryProductsResponseNonNullableFields as V3QueryProductsResponseNonNullableFields, type context$5_V3SearchProductsRequest as V3SearchProductsRequest, type context$5_V3SearchProductsResponse as V3SearchProductsResponse, type context$5_V3SearchProductsResponseNonNullableFields as V3SearchProductsResponseNonNullableFields, type context$5_V3UnsignedAdjustValue as V3UnsignedAdjustValue, type context$5_V3UnsignedAdjustValueAdjustValueOneOf as V3UnsignedAdjustValueAdjustValueOneOf, type context$5_V3UpdateExtendedFieldsRequest as V3UpdateExtendedFieldsRequest, type context$5_V3UpdateExtendedFieldsResponse as V3UpdateExtendedFieldsResponse, type context$5_V3UpdateExtendedFieldsResponseNonNullableFields as V3UpdateExtendedFieldsResponseNonNullableFields, type context$5_V3VariantsInfo as V3VariantsInfo, type context$5_ValueAggregation as ValueAggregation, type context$5_ValueAggregationIncludeMissingValuesOptions as ValueAggregationIncludeMissingValuesOptions, context$5_ValueAggregationMissingValues as ValueAggregationMissingValues, type context$5_ValueAggregationOptionsOneOf as ValueAggregationOptionsOneOf, type context$5_ValueAggregationResult as ValueAggregationResult, context$5_ValueAggregationSortDirection as ValueAggregationSortDirection, context$5_ValueAggregationSortType as ValueAggregationSortType, type context$5_ValueResult as ValueResult, type context$5_ValueResults as ValueResults, type context$5_ValueResultsValueAggregationResult as ValueResultsValueAggregationResult, type context$5_Variant as Variant, type context$5_VariantAdded as VariantAdded, type context$5_VariantDigitalProperties as VariantDigitalProperties, type context$5_VariantNotAlignedWithProduct as VariantNotAlignedWithProduct, type context$5_VariantPhysicalProperties as VariantPhysicalProperties, type context$5_VariantRemoved as VariantRemoved, type context$5_VariantSummary as VariantSummary, type context$5_VariantTypedPropertiesOneOf as VariantTypedPropertiesOneOf, type context$5_VariantUpdated as VariantUpdated, type context$5_VariantWithInventory as VariantWithInventory, type context$5_VariantWithInventoryTypedPropertiesOneOf as VariantWithInventoryTypedPropertiesOneOf, type context$5_VariantsInfo as VariantsInfo, type context$5_VariantsNotAlignedWithProduct as VariantsNotAlignedWithProduct, context$5_VerticalAlignment as VerticalAlignment, type context$5_Video as Video, type context$5_VideoData as VideoData, type context$5_VideoResolution as VideoResolution, context$5_ViewMode as ViewMode, context$5_ViewRole as ViewRole, context$5_VoteRole as VoteRole, WebhookIdentityType$4 as WebhookIdentityType, type context$5_WeightMeasurementUnitInfo as WeightMeasurementUnitInfo, type context$5_WeightRange as WeightRange, context$5_WeightUnit as WeightUnit, context$5_Width as Width, context$5_WidthType as WidthType, type context$5_WixCommonAggregation as WixCommonAggregation, type context$5_WixCommonAggregationKindOneOf as WixCommonAggregationKindOneOf, context$5_WixCommonAggregationType as WixCommonAggregationType, type context$5_WixCommonItemMetadata as WixCommonItemMetadata, context$5_WixCommonScalarType as WixCommonScalarType, type context$5_WixCommonSearchDetails as WixCommonSearchDetails, context$5_WixCommonSortOrder as WixCommonSortOrder, type context$5_WixCommonSorting as WixCommonSorting, context$5_bulkAddProductsToCategoriesByFilter as bulkAddProductsToCategoriesByFilter, context$5_bulkAdjustProductVariantsByFilter as bulkAdjustProductVariantsByFilter, context$5_bulkCreateProductsWithInventory as bulkCreateProductsWithInventory, context$5_bulkRemoveProductsFromCategoriesByFilter as bulkRemoveProductsFromCategoriesByFilter, context$5_bulkUpdateProductVariantsByFilter as bulkUpdateProductVariantsByFilter, context$5_bulkUpdateProductsWithInventory as bulkUpdateProductsWithInventory, context$5_catalogBulkAddInfoSectionsToProducts as catalogBulkAddInfoSectionsToProducts, context$5_catalogBulkAddInfoSectionsToProductsByFilter as catalogBulkAddInfoSectionsToProductsByFilter, context$5_catalogBulkCreateProducts as catalogBulkCreateProducts, context$5_catalogBulkDeleteProducts as catalogBulkDeleteProducts, context$5_catalogBulkDeleteProductsByFilter as catalogBulkDeleteProductsByFilter, context$5_catalogBulkRemoveInfoSectionsFromProducts as catalogBulkRemoveInfoSectionsFromProducts, context$5_catalogBulkRemoveInfoSectionsFromProductsByFilter as catalogBulkRemoveInfoSectionsFromProductsByFilter, context$5_catalogBulkUpdateProducts as catalogBulkUpdateProducts, context$5_catalogBulkUpdateProductsByFilter as catalogBulkUpdateProductsByFilter, context$5_catalogCountProducts as catalogCountProducts, context$5_catalogCreateProduct as catalogCreateProduct, context$5_catalogDeleteProduct as catalogDeleteProduct, context$5_catalogGetProduct as catalogGetProduct, context$5_catalogGetProductBySlug as catalogGetProductBySlug, context$5_catalogQueryProducts as catalogQueryProducts, context$5_catalogSearchProducts as catalogSearchProducts, context$5_catalogUpdateExtendedFields as catalogUpdateExtendedFields, context$5_catalogUpdateProduct as catalogUpdateProduct, context$5_createProductWithInventory as createProductWithInventory, context$5_onProductCreated as onProductCreated, context$5_onProductDeleted as onProductDeleted, context$5_onProductUpdated as onProductUpdated, context$5_onProductVariantAdded as onProductVariantAdded, context$5_onProductVariantRemoved as onProductVariantRemoved, context$5_onProductVariantUpdated as onProductVariantUpdated, context$5_updateProductWithInventory as updateProductWithInventory };
16578
16172
  }
16579
16173
 
16580
16174
  interface Provision {
@@ -17500,6 +17094,64 @@ interface BulkDeleteRibbonsResponseNonNullableFields {
17500
17094
  results: BulkRibbonResultNonNullableFields[];
17501
17095
  bulkActionMetadata?: BulkActionMetadataNonNullableFields;
17502
17096
  }
17097
+ interface BaseEventMetadata$1 {
17098
+ /** App instance ID. */
17099
+ instanceId?: string | null;
17100
+ /** Event type. */
17101
+ eventType?: string;
17102
+ /** The identification type and identity data. */
17103
+ identity?: IdentificationData$2;
17104
+ }
17105
+ interface EventMetadata extends BaseEventMetadata$1 {
17106
+ /**
17107
+ * Unique event ID.
17108
+ * Allows clients to ignore duplicate webhooks.
17109
+ */
17110
+ _id?: string;
17111
+ /**
17112
+ * Assumes actions are also always typed to an entity_type
17113
+ * Example: wix.stores.catalog.product, wix.bookings.session, wix.payments.transaction
17114
+ */
17115
+ entityFqdn?: string;
17116
+ /**
17117
+ * This is top level to ease client code dispatching of messages (switch on entity_fqdn+slug)
17118
+ * This is although the created/updated/deleted notion is duplication of the oneof types
17119
+ * Example: created/updated/deleted/started/completed/email_opened
17120
+ */
17121
+ slug?: string;
17122
+ /** ID of the entity associated with the event. */
17123
+ entityId?: string;
17124
+ /** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
17125
+ eventTime?: Date;
17126
+ /**
17127
+ * Whether the event was triggered as a result of a privacy regulation application
17128
+ * (for example, GDPR).
17129
+ */
17130
+ triggeredByAnonymizeRequest?: boolean | null;
17131
+ /** If present, indicates the action that triggered the event. */
17132
+ originatedFrom?: string | null;
17133
+ /**
17134
+ * A sequence number defining the order of updates to the underlying entity.
17135
+ * For example, given that some entity was updated at 16:00 and than again at 16:01,
17136
+ * it is guaranteed that the sequence number of the second update is strictly higher than the first.
17137
+ * As the consumer, you can use this value to ensure that you handle messages in the correct order.
17138
+ * To do so, you will need to persist this number on your end, and compare the sequence number from the
17139
+ * message against the one you have stored. Given that the stored number is higher, you should ignore the message.
17140
+ */
17141
+ entityEventSequence?: string | null;
17142
+ }
17143
+ interface RibbonCreatedEnvelope {
17144
+ entity: Ribbon;
17145
+ metadata: EventMetadata;
17146
+ }
17147
+ interface RibbonUpdatedEnvelope {
17148
+ entity: Ribbon;
17149
+ metadata: EventMetadata;
17150
+ }
17151
+ interface RibbonDeletedEnvelope {
17152
+ entity: Ribbon;
17153
+ metadata: EventMetadata;
17154
+ }
17503
17155
  interface GetRibbonOptions {
17504
17156
  /**
17505
17157
  * Fields to include in the response.
@@ -17676,6 +17328,8 @@ interface BulkGetOrCreateRibbonsOptions {
17676
17328
 
17677
17329
  declare function createRESTModule$3<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
17678
17330
 
17331
+ declare function createEventModule$1<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
17332
+
17679
17333
  declare const createRibbon: ReturnType<typeof createRESTModule$3<typeof publicCreateRibbon>>;
17680
17334
  declare const getRibbon: ReturnType<typeof createRESTModule$3<typeof publicGetRibbon>>;
17681
17335
  declare const updateRibbon: ReturnType<typeof createRESTModule$3<typeof publicUpdateRibbon>>;
@@ -17686,6 +17340,9 @@ declare const bulkUpdateRibbons: ReturnType<typeof createRESTModule$3<typeof pub
17686
17340
  declare const getOrCreateRibbon: ReturnType<typeof createRESTModule$3<typeof publicGetOrCreateRibbon>>;
17687
17341
  declare const bulkGetOrCreateRibbons: ReturnType<typeof createRESTModule$3<typeof publicBulkGetOrCreateRibbons>>;
17688
17342
  declare const bulkDeleteRibbons: ReturnType<typeof createRESTModule$3<typeof publicBulkDeleteRibbons>>;
17343
+ declare const onRibbonCreated: ReturnType<typeof createEventModule$1<typeof publicOnRibbonCreated>>;
17344
+ declare const onRibbonUpdated: ReturnType<typeof createEventModule$1<typeof publicOnRibbonUpdated>>;
17345
+ declare const onRibbonDeleted: ReturnType<typeof createEventModule$1<typeof publicOnRibbonDeleted>>;
17689
17346
 
17690
17347
  type context$3_ApplicationError = ApplicationError;
17691
17348
  type context$3_BulkActionMetadata = BulkActionMetadata;
@@ -17710,6 +17367,7 @@ type context$3_CreateRibbonResponse = CreateRibbonResponse;
17710
17367
  type context$3_CreateRibbonResponseNonNullableFields = CreateRibbonResponseNonNullableFields;
17711
17368
  type context$3_DeleteRibbonRequest = DeleteRibbonRequest;
17712
17369
  type context$3_DeleteRibbonResponse = DeleteRibbonResponse;
17370
+ type context$3_EventMetadata = EventMetadata;
17713
17371
  type context$3_GetOrCreateRibbonOptions = GetOrCreateRibbonOptions;
17714
17372
  type context$3_GetOrCreateRibbonRequest = GetOrCreateRibbonRequest;
17715
17373
  type context$3_GetOrCreateRibbonResponse = GetOrCreateRibbonResponse;
@@ -17727,7 +17385,10 @@ type context$3_QueryRibbonsResponseNonNullableFields = QueryRibbonsResponseNonNu
17727
17385
  type context$3_RequestedFields = RequestedFields;
17728
17386
  declare const context$3_RequestedFields: typeof RequestedFields;
17729
17387
  type context$3_Ribbon = Ribbon;
17388
+ type context$3_RibbonCreatedEnvelope = RibbonCreatedEnvelope;
17389
+ type context$3_RibbonDeletedEnvelope = RibbonDeletedEnvelope;
17730
17390
  type context$3_RibbonNonNullableFields = RibbonNonNullableFields;
17391
+ type context$3_RibbonUpdatedEnvelope = RibbonUpdatedEnvelope;
17731
17392
  type context$3_RibbonsQueryBuilder = RibbonsQueryBuilder;
17732
17393
  type context$3_RibbonsQueryResult = RibbonsQueryResult;
17733
17394
  type context$3_UpdateRibbon = UpdateRibbon;
@@ -17744,10 +17405,13 @@ declare const context$3_createRibbon: typeof createRibbon;
17744
17405
  declare const context$3_deleteRibbon: typeof deleteRibbon;
17745
17406
  declare const context$3_getOrCreateRibbon: typeof getOrCreateRibbon;
17746
17407
  declare const context$3_getRibbon: typeof getRibbon;
17408
+ declare const context$3_onRibbonCreated: typeof onRibbonCreated;
17409
+ declare const context$3_onRibbonDeleted: typeof onRibbonDeleted;
17410
+ declare const context$3_onRibbonUpdated: typeof onRibbonUpdated;
17747
17411
  declare const context$3_queryRibbons: typeof queryRibbons;
17748
17412
  declare const context$3_updateRibbon: typeof updateRibbon;
17749
17413
  declare namespace context$3 {
17750
- export { type ActionEvent$1 as ActionEvent, type App$1 as App, type context$3_ApplicationError as ApplicationError, type context$3_BulkActionMetadata as BulkActionMetadata, type context$3_BulkCreateRibbonsOptions as BulkCreateRibbonsOptions, type context$3_BulkCreateRibbonsRequest as BulkCreateRibbonsRequest, type context$3_BulkCreateRibbonsResponse as BulkCreateRibbonsResponse, type context$3_BulkCreateRibbonsResponseNonNullableFields as BulkCreateRibbonsResponseNonNullableFields, type context$3_BulkDeleteRibbonsRequest as BulkDeleteRibbonsRequest, type context$3_BulkDeleteRibbonsResponse as BulkDeleteRibbonsResponse, type context$3_BulkDeleteRibbonsResponseNonNullableFields as BulkDeleteRibbonsResponseNonNullableFields, type context$3_BulkGetOrCreateRibbonsOptions as BulkGetOrCreateRibbonsOptions, type context$3_BulkGetOrCreateRibbonsRequest as BulkGetOrCreateRibbonsRequest, type context$3_BulkGetOrCreateRibbonsResponse as BulkGetOrCreateRibbonsResponse, type context$3_BulkGetOrCreateRibbonsResponseNonNullableFields as BulkGetOrCreateRibbonsResponseNonNullableFields, type context$3_BulkRibbonResult as BulkRibbonResult, type context$3_BulkUpdateRibbonsOptions as BulkUpdateRibbonsOptions, type context$3_BulkUpdateRibbonsRequest as BulkUpdateRibbonsRequest, type context$3_BulkUpdateRibbonsResponse as BulkUpdateRibbonsResponse, type context$3_BulkUpdateRibbonsResponseNonNullableFields as BulkUpdateRibbonsResponseNonNullableFields, type context$3_CreateRibbonRequest as CreateRibbonRequest, type context$3_CreateRibbonResponse as CreateRibbonResponse, type context$3_CreateRibbonResponseNonNullableFields as CreateRibbonResponseNonNullableFields, type CursorPaging$1 as CursorPaging, type CursorPagingMetadata$1 as CursorPagingMetadata, type CursorQuery$1 as CursorQuery, type CursorQueryPagingMethodOneOf$1 as CursorQueryPagingMethodOneOf, type Cursors$1 as Cursors, type context$3_DeleteRibbonRequest as DeleteRibbonRequest, type context$3_DeleteRibbonResponse as DeleteRibbonResponse, type DomainEvent$1 as DomainEvent, type DomainEventBodyOneOf$1 as DomainEventBodyOneOf, type Empty$1 as Empty, type EntityCreatedEvent$1 as EntityCreatedEvent, type EntityDeletedEvent$1 as EntityDeletedEvent, type EntityUpdatedEvent$1 as EntityUpdatedEvent, type File$1 as File, type context$3_GetOrCreateRibbonOptions as GetOrCreateRibbonOptions, type context$3_GetOrCreateRibbonRequest as GetOrCreateRibbonRequest, type context$3_GetOrCreateRibbonResponse as GetOrCreateRibbonResponse, type context$3_GetOrCreateRibbonResponseNonNullableFields as GetOrCreateRibbonResponseNonNullableFields, type context$3_GetRibbonOptions as GetRibbonOptions, type context$3_GetRibbonRequest as GetRibbonRequest, type context$3_GetRibbonResponse as GetRibbonResponse, type context$3_GetRibbonResponseNonNullableFields as GetRibbonResponseNonNullableFields, type IdentificationData$2 as IdentificationData, type IdentificationDataIdOneOf$2 as IdentificationDataIdOneOf, type InvalidateCache$1 as InvalidateCache, type InvalidateCacheGetByOneOf$1 as InvalidateCacheGetByOneOf, type context$3_ItemMetadata as ItemMetadata, type context$3_MaskedRibbon as MaskedRibbon, type MessageEnvelope$2 as MessageEnvelope, type Page$1 as Page, type context$3_QueryRibbonsOptions as QueryRibbonsOptions, type context$3_QueryRibbonsRequest as QueryRibbonsRequest, type context$3_QueryRibbonsResponse as QueryRibbonsResponse, type context$3_QueryRibbonsResponseNonNullableFields as QueryRibbonsResponseNonNullableFields, context$3_RequestedFields as RequestedFields, type RestoreInfo$1 as RestoreInfo, type context$3_Ribbon as Ribbon, type context$3_RibbonNonNullableFields as RibbonNonNullableFields, type context$3_RibbonsQueryBuilder as RibbonsQueryBuilder, type context$3_RibbonsQueryResult as RibbonsQueryResult, SortOrder$1 as SortOrder, type Sorting$1 as Sorting, type URI$1 as URI, type context$3_UpdateRibbon as UpdateRibbon, type context$3_UpdateRibbonOptions as UpdateRibbonOptions, type context$3_UpdateRibbonRequest as UpdateRibbonRequest, type context$3_UpdateRibbonResponse as UpdateRibbonResponse, type context$3_UpdateRibbonResponseNonNullableFields as UpdateRibbonResponseNonNullableFields, type context$3_V3BulkRibbonResult as V3BulkRibbonResult, WebhookIdentityType$2 as WebhookIdentityType, context$3_bulkCreateRibbons as bulkCreateRibbons, context$3_bulkDeleteRibbons as bulkDeleteRibbons, context$3_bulkGetOrCreateRibbons as bulkGetOrCreateRibbons, context$3_bulkUpdateRibbons as bulkUpdateRibbons, context$3_createRibbon as createRibbon, context$3_deleteRibbon as deleteRibbon, context$3_getOrCreateRibbon as getOrCreateRibbon, context$3_getRibbon as getRibbon, context$3_queryRibbons as queryRibbons, context$3_updateRibbon as updateRibbon };
17414
+ export { type ActionEvent$1 as ActionEvent, type App$1 as App, type context$3_ApplicationError as ApplicationError, type BaseEventMetadata$1 as BaseEventMetadata, type context$3_BulkActionMetadata as BulkActionMetadata, type context$3_BulkCreateRibbonsOptions as BulkCreateRibbonsOptions, type context$3_BulkCreateRibbonsRequest as BulkCreateRibbonsRequest, type context$3_BulkCreateRibbonsResponse as BulkCreateRibbonsResponse, type context$3_BulkCreateRibbonsResponseNonNullableFields as BulkCreateRibbonsResponseNonNullableFields, type context$3_BulkDeleteRibbonsRequest as BulkDeleteRibbonsRequest, type context$3_BulkDeleteRibbonsResponse as BulkDeleteRibbonsResponse, type context$3_BulkDeleteRibbonsResponseNonNullableFields as BulkDeleteRibbonsResponseNonNullableFields, type context$3_BulkGetOrCreateRibbonsOptions as BulkGetOrCreateRibbonsOptions, type context$3_BulkGetOrCreateRibbonsRequest as BulkGetOrCreateRibbonsRequest, type context$3_BulkGetOrCreateRibbonsResponse as BulkGetOrCreateRibbonsResponse, type context$3_BulkGetOrCreateRibbonsResponseNonNullableFields as BulkGetOrCreateRibbonsResponseNonNullableFields, type context$3_BulkRibbonResult as BulkRibbonResult, type context$3_BulkUpdateRibbonsOptions as BulkUpdateRibbonsOptions, type context$3_BulkUpdateRibbonsRequest as BulkUpdateRibbonsRequest, type context$3_BulkUpdateRibbonsResponse as BulkUpdateRibbonsResponse, type context$3_BulkUpdateRibbonsResponseNonNullableFields as BulkUpdateRibbonsResponseNonNullableFields, type context$3_CreateRibbonRequest as CreateRibbonRequest, type context$3_CreateRibbonResponse as CreateRibbonResponse, type context$3_CreateRibbonResponseNonNullableFields as CreateRibbonResponseNonNullableFields, type CursorPaging$1 as CursorPaging, type CursorPagingMetadata$1 as CursorPagingMetadata, type CursorQuery$1 as CursorQuery, type CursorQueryPagingMethodOneOf$1 as CursorQueryPagingMethodOneOf, type Cursors$1 as Cursors, type context$3_DeleteRibbonRequest as DeleteRibbonRequest, type context$3_DeleteRibbonResponse as DeleteRibbonResponse, type DomainEvent$1 as DomainEvent, type DomainEventBodyOneOf$1 as DomainEventBodyOneOf, type Empty$1 as Empty, type EntityCreatedEvent$1 as EntityCreatedEvent, type EntityDeletedEvent$1 as EntityDeletedEvent, type EntityUpdatedEvent$1 as EntityUpdatedEvent, type context$3_EventMetadata as EventMetadata, type File$1 as File, type context$3_GetOrCreateRibbonOptions as GetOrCreateRibbonOptions, type context$3_GetOrCreateRibbonRequest as GetOrCreateRibbonRequest, type context$3_GetOrCreateRibbonResponse as GetOrCreateRibbonResponse, type context$3_GetOrCreateRibbonResponseNonNullableFields as GetOrCreateRibbonResponseNonNullableFields, type context$3_GetRibbonOptions as GetRibbonOptions, type context$3_GetRibbonRequest as GetRibbonRequest, type context$3_GetRibbonResponse as GetRibbonResponse, type context$3_GetRibbonResponseNonNullableFields as GetRibbonResponseNonNullableFields, type IdentificationData$2 as IdentificationData, type IdentificationDataIdOneOf$2 as IdentificationDataIdOneOf, type InvalidateCache$1 as InvalidateCache, type InvalidateCacheGetByOneOf$1 as InvalidateCacheGetByOneOf, type context$3_ItemMetadata as ItemMetadata, type context$3_MaskedRibbon as MaskedRibbon, type MessageEnvelope$2 as MessageEnvelope, type Page$1 as Page, type context$3_QueryRibbonsOptions as QueryRibbonsOptions, type context$3_QueryRibbonsRequest as QueryRibbonsRequest, type context$3_QueryRibbonsResponse as QueryRibbonsResponse, type context$3_QueryRibbonsResponseNonNullableFields as QueryRibbonsResponseNonNullableFields, context$3_RequestedFields as RequestedFields, type RestoreInfo$1 as RestoreInfo, type context$3_Ribbon as Ribbon, type context$3_RibbonCreatedEnvelope as RibbonCreatedEnvelope, type context$3_RibbonDeletedEnvelope as RibbonDeletedEnvelope, type context$3_RibbonNonNullableFields as RibbonNonNullableFields, type context$3_RibbonUpdatedEnvelope as RibbonUpdatedEnvelope, type context$3_RibbonsQueryBuilder as RibbonsQueryBuilder, type context$3_RibbonsQueryResult as RibbonsQueryResult, SortOrder$1 as SortOrder, type Sorting$1 as Sorting, type URI$1 as URI, type context$3_UpdateRibbon as UpdateRibbon, type context$3_UpdateRibbonOptions as UpdateRibbonOptions, type context$3_UpdateRibbonRequest as UpdateRibbonRequest, type context$3_UpdateRibbonResponse as UpdateRibbonResponse, type context$3_UpdateRibbonResponseNonNullableFields as UpdateRibbonResponseNonNullableFields, type context$3_V3BulkRibbonResult as V3BulkRibbonResult, WebhookIdentityType$2 as WebhookIdentityType, context$3_bulkCreateRibbons as bulkCreateRibbons, context$3_bulkDeleteRibbons as bulkDeleteRibbons, context$3_bulkGetOrCreateRibbons as bulkGetOrCreateRibbons, context$3_bulkUpdateRibbons as bulkUpdateRibbons, context$3_createRibbon as createRibbon, context$3_deleteRibbon as deleteRibbon, context$3_getOrCreateRibbon as getOrCreateRibbon, context$3_getRibbon as getRibbon, context$3_onRibbonCreated as onRibbonCreated, context$3_onRibbonDeleted as onRibbonDeleted, context$3_onRibbonUpdated as onRibbonUpdated, context$3_queryRibbons as queryRibbons, context$3_updateRibbon as updateRibbon };
17751
17415
  }
17752
17416
 
17753
17417
  /** A location is a physical or virtual site where products are sold. */