@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 index_d$a_AddProductMediaRequest = AddProductMediaRequest;
2675
2675
  type index_d$a_AddProductMediaResponse = AddProductMediaResponse;
@@ -2765,8 +2765,6 @@ type index_d$a_ProductOptionsAvailabilityRequest = ProductOptionsAvailabilityReq
2765
2765
  type index_d$a_ProductOptionsAvailabilityResponse = ProductOptionsAvailabilityResponse;
2766
2766
  type index_d$a_ProductOptionsAvailabilityResponseNonNullableFields = ProductOptionsAvailabilityResponseNonNullableFields;
2767
2767
  type index_d$a_ProductVariantsChangedEnvelope = ProductVariantsChangedEnvelope;
2768
- type index_d$a_ProductsQueryBuilder = ProductsQueryBuilder;
2769
- type index_d$a_ProductsQueryResult = ProductsQueryResult;
2770
2768
  type index_d$a_PropertyAdjustmentData = PropertyAdjustmentData;
2771
2769
  type index_d$a_PropertyAdjustmentDataByOneOf = PropertyAdjustmentDataByOneOf;
2772
2770
  type index_d$a_QueryCollectionsPlatformizedRequest = QueryCollectionsPlatformizedRequest;
@@ -2868,7 +2866,7 @@ declare const index_d$a_updateCollection: typeof updateCollection;
2868
2866
  declare const index_d$a_updateProduct: typeof updateProduct;
2869
2867
  declare const index_d$a_updateProductVariants: typeof updateProductVariants;
2870
2868
  declare namespace index_d$a {
2871
- export { type index_d$a_AddProductMediaRequest as AddProductMediaRequest, type index_d$a_AddProductMediaResponse as AddProductMediaResponse, type index_d$a_AddProductMediaToChoicesRequest as AddProductMediaToChoicesRequest, type index_d$a_AddProductMediaToChoicesResponse as AddProductMediaToChoicesResponse, type index_d$a_AddProductsToCollectionRequest as AddProductsToCollectionRequest, type index_d$a_AddProductsToCollectionResponse as AddProductsToCollectionResponse, type index_d$a_AdditionalInfoSection as AdditionalInfoSection, type AdjustValue$1 as AdjustValue, type index_d$a_AdjustValueValueOneOf as AdjustValueValueOneOf, type index_d$a_AggregateProductsRequest as AggregateProductsRequest, type index_d$a_AggregateProductsResponse as AggregateProductsResponse, type index_d$a_AllowedProductsCountLimitExceededErrorData as AllowedProductsCountLimitExceededErrorData, type ApplicationError$6 as ApplicationError, type BaseEventMetadata$6 as BaseEventMetadata, type BulkActionMetadata$6 as BulkActionMetadata, type index_d$a_BulkAdjustProductPropertiesByFilterSyncRequest as BulkAdjustProductPropertiesByFilterSyncRequest, type index_d$a_BulkAdjustProductPropertiesByFilterSyncResponse as BulkAdjustProductPropertiesByFilterSyncResponse, type index_d$a_BulkAdjustProductPropertiesRequest as BulkAdjustProductPropertiesRequest, type index_d$a_BulkAdjustProductPropertiesResponse as BulkAdjustProductPropertiesResponse, type index_d$a_BulkAdjustProductPropertiesResponseNonNullableFields as BulkAdjustProductPropertiesResponseNonNullableFields, type BulkDeleteProductsRequest$1 as BulkDeleteProductsRequest, type BulkDeleteProductsResponse$1 as BulkDeleteProductsResponse, type BulkProductResult$1 as BulkProductResult, type index_d$a_BulkQueryCustomFieldsRequest as BulkQueryCustomFieldsRequest, type index_d$a_BulkQueryCustomFieldsResponse as BulkQueryCustomFieldsResponse, type index_d$a_BulkRemoveCustomFieldsRequest as BulkRemoveCustomFieldsRequest, type index_d$a_BulkRemoveCustomFieldsResponse as BulkRemoveCustomFieldsResponse, type index_d$a_BulkSetCustomFieldsRequest as BulkSetCustomFieldsRequest, type index_d$a_BulkSetCustomFieldsResponse as BulkSetCustomFieldsResponse, type index_d$a_BulkUpdateProductsByFilterSyncRequest as BulkUpdateProductsByFilterSyncRequest, type index_d$a_BulkUpdateProductsByFilterSyncResponse as BulkUpdateProductsByFilterSyncResponse, type BulkUpdateProductsRequest$1 as BulkUpdateProductsRequest, type BulkUpdateProductsResponse$1 as BulkUpdateProductsResponse, type BulkUpdateProductsResponseNonNullableFields$1 as BulkUpdateProductsResponseNonNullableFields, type Choice$1 as Choice, type index_d$a_Collection as Collection, type index_d$a_CollectionChanged as CollectionChanged, type index_d$a_CollectionCreated as CollectionCreated, type index_d$a_CollectionDeleted as CollectionDeleted, type index_d$a_CostAndProfitData as CostAndProfitData, type index_d$a_CreateCollectionRequest as CreateCollectionRequest, type index_d$a_CreateCollectionResponse as CreateCollectionResponse, type index_d$a_CreateCollectionResponseNonNullableFields as CreateCollectionResponseNonNullableFields, type index_d$a_CreateDigitalProductRequest as CreateDigitalProductRequest, type index_d$a_CreateDigitalProductResponse as CreateDigitalProductResponse, type index_d$a_CreateProductPlatformizedRequest as CreateProductPlatformizedRequest, type index_d$a_CreateProductPlatformizedResponse as CreateProductPlatformizedResponse, type CreateProductRequest$1 as CreateProductRequest, type CreateProductResponse$1 as CreateProductResponse, type CreateProductResponseNonNullableFields$1 as CreateProductResponseNonNullableFields, type CursorPaging$7 as CursorPaging, type Cursors$7 as Cursors, type index_d$a_CustomFieldsContainer as CustomFieldsContainer, type index_d$a_CustomTextField as CustomTextField, type index_d$a_DeleteCollectionRequest as DeleteCollectionRequest, type index_d$a_DeleteCollectionResponse as DeleteCollectionResponse, type index_d$a_DeleteProductOptionsRequest as DeleteProductOptionsRequest, type index_d$a_DeleteProductOptionsResponse as DeleteProductOptionsResponse, type index_d$a_DeleteProductPlatformizedRequest as DeleteProductPlatformizedRequest, type index_d$a_DeleteProductPlatformizedResponse as DeleteProductPlatformizedResponse, type DeleteProductRequest$1 as DeleteProductRequest, type DeleteProductResponse$1 as DeleteProductResponse, type Discount$1 as Discount, DiscountType$2 as DiscountType, FileType$1 as FileType, type index_d$a_FormattedPrice as FormattedPrice, type index_d$a_GetCollectionBySlugRequest as GetCollectionBySlugRequest, type index_d$a_GetCollectionBySlugResponse as GetCollectionBySlugResponse, type index_d$a_GetCollectionBySlugResponseNonNullableFields as GetCollectionBySlugResponseNonNullableFields, type index_d$a_GetCollectionRequest as GetCollectionRequest, type index_d$a_GetCollectionResponse as GetCollectionResponse, type index_d$a_GetProductOptions as GetProductOptions, type index_d$a_GetProductPlatformizedRequest as GetProductPlatformizedRequest, type index_d$a_GetProductPlatformizedResponse as GetProductPlatformizedResponse, type GetProductRequest$1 as GetProductRequest, type GetProductResponse$1 as GetProductResponse, type index_d$a_GetProductResponseNonNullableFields as GetProductResponseNonNullableFields, type index_d$a_GetProductsRequest as GetProductsRequest, type index_d$a_GetProductsResponse as GetProductsResponse, type index_d$a_GetStoreVariantRequest as GetStoreVariantRequest, type index_d$a_GetStoreVariantResponse as GetStoreVariantResponse, type index_d$a_GetStoreVariantResponseNonNullableFields as GetStoreVariantResponseNonNullableFields, type IdentificationData$9 as IdentificationData, type IdentificationDataIdOneOf$9 as IdentificationDataIdOneOf, InventoryStatus$1 as InventoryStatus, type ItemMetadata$6 as ItemMetadata, type Keyword$1 as Keyword, MeasurementUnit$1 as MeasurementUnit, type Media$2 as Media, type index_d$a_MediaAssignmentToChoice as MediaAssignmentToChoice, type index_d$a_MediaDataForWrite as MediaDataForWrite, type index_d$a_MediaDataForWriteMediaSourceOneOf as MediaDataForWriteMediaSourceOneOf, type index_d$a_MediaItem as MediaItem, type index_d$a_MediaItemItemOneOf as MediaItemItemOneOf, index_d$a_MediaItemType as MediaItemType, type index_d$a_MediaItemUrlAndSize as MediaItemUrlAndSize, type index_d$a_MediaItemVideo as MediaItemVideo, type MessageEnvelope$9 as MessageEnvelope, type index_d$a_NumericPropertyRange as NumericPropertyRange, type index_d$a_OptionAndChoice as OptionAndChoice, index_d$a_OptionType as OptionType, type index_d$a_PageUrl as PageUrl, type Paging$2 as Paging, type PagingMetadata$4 as PagingMetadata, type index_d$a_PagingWithBigLimit as PagingWithBigLimit, type index_d$a_PercentageData as PercentageData, type index_d$a_PlatformMedia as PlatformMedia, type index_d$a_PlatformMediaMediaOneOf as PlatformMediaMediaOneOf, type PlatformPaging$2 as PlatformPaging, type index_d$a_PlatformPagingMetadata as PlatformPagingMetadata, type index_d$a_PlatformQuery as PlatformQuery, type index_d$a_PlatformQueryPagingMethodOneOf as PlatformQueryPagingMethodOneOf, type PreorderInfo$3 as PreorderInfo, type index_d$a_PriceData as PriceData, type index_d$a_PricePerUnitData as PricePerUnitData, type Product$2 as Product, type index_d$a_ProductChanged as ProductChanged, type index_d$a_ProductChangedEnvelope as ProductChangedEnvelope, type index_d$a_ProductCollectionChangedEnvelope as ProductCollectionChangedEnvelope, type index_d$a_ProductCollectionCreatedEnvelope as ProductCollectionCreatedEnvelope, type index_d$a_ProductCollectionDeletedEnvelope as ProductCollectionDeletedEnvelope, type index_d$a_ProductCreated as ProductCreated, type ProductCreatedEnvelope$1 as ProductCreatedEnvelope, type index_d$a_ProductDeleted as ProductDeleted, type ProductDeletedEnvelope$1 as ProductDeletedEnvelope, type index_d$a_ProductOption as ProductOption, type index_d$a_ProductOptionsAvailabilityRequest as ProductOptionsAvailabilityRequest, type index_d$a_ProductOptionsAvailabilityResponse as ProductOptionsAvailabilityResponse, type index_d$a_ProductOptionsAvailabilityResponseNonNullableFields as ProductOptionsAvailabilityResponseNonNullableFields, ProductType$1 as ProductType, type index_d$a_ProductVariantsChangedEnvelope as ProductVariantsChangedEnvelope, type index_d$a_ProductsQueryBuilder as ProductsQueryBuilder, type index_d$a_ProductsQueryResult as ProductsQueryResult, type index_d$a_PropertyAdjustmentData as PropertyAdjustmentData, type index_d$a_PropertyAdjustmentDataByOneOf as PropertyAdjustmentDataByOneOf, type Query$1 as Query, type index_d$a_QueryCollectionsPlatformizedRequest as QueryCollectionsPlatformizedRequest, type index_d$a_QueryCollectionsPlatformizedResponse as QueryCollectionsPlatformizedResponse, type index_d$a_QueryCollectionsRequest as QueryCollectionsRequest, type index_d$a_QueryCollectionsResponse as QueryCollectionsResponse, type index_d$a_QueryCustomFieldsRequest as QueryCustomFieldsRequest, type index_d$a_QueryCustomFieldsResponse as QueryCustomFieldsResponse, type index_d$a_QueryProductVariantsOptions as QueryProductVariantsOptions, type index_d$a_QueryProductVariantsRequest as QueryProductVariantsRequest, type index_d$a_QueryProductVariantsResponse as QueryProductVariantsResponse, type index_d$a_QueryProductVariantsResponseNonNullableFields as QueryProductVariantsResponseNonNullableFields, type index_d$a_QueryProductsPlatformizedRequest as QueryProductsPlatformizedRequest, type index_d$a_QueryProductsPlatformizedResponse as QueryProductsPlatformizedResponse, type index_d$a_QueryProductsPlatformizedResponseNonNullableFields as QueryProductsPlatformizedResponseNonNullableFields, type QueryProductsRequest$1 as QueryProductsRequest, type QueryProductsResponse$1 as QueryProductsResponse, type index_d$a_QueryProductsWithBigPageLimitRequest as QueryProductsWithBigPageLimitRequest, type index_d$a_QueryStoreVariantsRequest as QueryStoreVariantsRequest, type index_d$a_QueryStoreVariantsResponse as QueryStoreVariantsResponse, type index_d$a_QueryStoreVariantsResponseNonNullableFields as QueryStoreVariantsResponseNonNullableFields, type index_d$a_QueryStoreVariantsWithBigLimitRequest as QueryStoreVariantsWithBigLimitRequest, type index_d$a_QueryWithBigPageLimit as QueryWithBigPageLimit, type index_d$a_ReCloneStoreRequest as ReCloneStoreRequest, type index_d$a_ReCloneStoreResponse as ReCloneStoreResponse, type index_d$a_RemoveCustomFieldsRequest as RemoveCustomFieldsRequest, type index_d$a_RemoveCustomFieldsResponse as RemoveCustomFieldsResponse, type index_d$a_RemoveProductBrandRequest as RemoveProductBrandRequest, type index_d$a_RemoveProductBrandResponse as RemoveProductBrandResponse, type index_d$a_RemoveProductMediaFromChoicesRequest as RemoveProductMediaFromChoicesRequest, type index_d$a_RemoveProductMediaFromChoicesResponse as RemoveProductMediaFromChoicesResponse, type index_d$a_RemoveProductMediaRequest as RemoveProductMediaRequest, type index_d$a_RemoveProductMediaResponse as RemoveProductMediaResponse, type index_d$a_RemoveProductRibbonRequest as RemoveProductRibbonRequest, type index_d$a_RemoveProductRibbonResponse as RemoveProductRibbonResponse, type index_d$a_RemoveProductsFromCollectionRequest as RemoveProductsFromCollectionRequest, type index_d$a_RemoveProductsFromCollectionResponse as RemoveProductsFromCollectionResponse, type index_d$a_ResetAllVariantDataRequest as ResetAllVariantDataRequest, type index_d$a_ResetAllVariantDataResponse as ResetAllVariantDataResponse, type Ribbon$2 as Ribbon, type SecuredMedia$1 as SecuredMedia, type SeoSchema$1 as SeoSchema, type index_d$a_SetCustomFieldsRequest as SetCustomFieldsRequest, type index_d$a_SetCustomFieldsResponse as SetCustomFieldsResponse, type index_d$a_SetValue as SetValue, type index_d$a_SetValueValueOneOf as SetValueValueOneOf, type Settings$2 as Settings, SortOrder$7 as SortOrder, type Sorting$7 as Sorting, type index_d$a_Stock as Stock, type index_d$a_StoreVariant as StoreVariant, type Tag$1 as Tag, type index_d$a_UnlimitedPlatformCursorPaging as UnlimitedPlatformCursorPaging, type index_d$a_UnlimitedPlatformPaging as UnlimitedPlatformPaging, type index_d$a_UnlimitedPlatformQuery as UnlimitedPlatformQuery, type index_d$a_UnlimitedPlatformQueryPagingMethodOneOf as UnlimitedPlatformQueryPagingMethodOneOf, type index_d$a_UpdateCollection as UpdateCollection, type index_d$a_UpdateCollectionRequest as UpdateCollectionRequest, type index_d$a_UpdateCollectionResponse as UpdateCollectionResponse, type index_d$a_UpdateCollectionResponseNonNullableFields as UpdateCollectionResponseNonNullableFields, type index_d$a_UpdateProduct as UpdateProduct, type index_d$a_UpdateProductPlatformizedRequest as UpdateProductPlatformizedRequest, type index_d$a_UpdateProductPlatformizedResponse as UpdateProductPlatformizedResponse, type UpdateProductRequest$1 as UpdateProductRequest, type UpdateProductResponse$1 as UpdateProductResponse, type UpdateProductResponseNonNullableFields$1 as UpdateProductResponseNonNullableFields, type index_d$a_UpdateVariantsRequest as UpdateVariantsRequest, type index_d$a_UpdateVariantsResponse as UpdateVariantsResponse, type index_d$a_UpdateVariantsResponseNonNullableFields as UpdateVariantsResponseNonNullableFields, type index_d$a_V1CreateProductPlatformizedRequest as V1CreateProductPlatformizedRequest, type index_d$a_V1CreateProductPlatformizedResponse as V1CreateProductPlatformizedResponse, type index_d$a_V1DeleteProductPlatformizedRequest as V1DeleteProductPlatformizedRequest, type index_d$a_V1DeleteProductPlatformizedResponse as V1DeleteProductPlatformizedResponse, type index_d$a_V1UpdateProductPlatformizedRequest as V1UpdateProductPlatformizedRequest, type index_d$a_V1UpdateProductPlatformizedResponse as V1UpdateProductPlatformizedResponse, type Variant$1 as Variant, type index_d$a_VariantChanged as VariantChanged, type index_d$a_VariantData as VariantData, type index_d$a_VariantDataWithNoStock as VariantDataWithNoStock, type index_d$a_VariantOverride as VariantOverride, type index_d$a_VariantStock as VariantStock, type index_d$a_VariantsChanged as VariantsChanged, Version$1 as Version, type VideoResolution$1 as VideoResolution, WebhookIdentityType$9 as WebhookIdentityType, index_d$a_addProductMedia as addProductMedia, index_d$a_addProductMediaToChoices as addProductMediaToChoices, index_d$a_addProductsToCollection as addProductsToCollection, index_d$a_bulkAdjustProductProperty as bulkAdjustProductProperty, index_d$a_bulkUpdateProductsProperty as bulkUpdateProductsProperty, index_d$a_createCollection as createCollection, index_d$a_createProduct as createProduct, index_d$a_deleteCollection as deleteCollection, index_d$a_deleteProduct as deleteProduct, index_d$a_deleteProductOptions as deleteProductOptions, index_d$a_getCollectionBySlug as getCollectionBySlug, index_d$a_getProduct as getProduct, index_d$a_getProductOptionsAvailability as getProductOptionsAvailability, index_d$a_getStoreVariant as getStoreVariant, index_d$a_onProductChanged as onProductChanged, index_d$a_onProductCollectionChanged as onProductCollectionChanged, index_d$a_onProductCollectionCreated as onProductCollectionCreated, index_d$a_onProductCollectionDeleted as onProductCollectionDeleted, onProductCreated$1 as onProductCreated, onProductDeleted$1 as onProductDeleted, index_d$a_onProductVariantsChanged as onProductVariantsChanged, index_d$a_queryProductVariants as queryProductVariants, index_d$a_queryProducts as queryProducts, index_d$a_queryStoreVariants as queryStoreVariants, index_d$a_removeBrand as removeBrand, index_d$a_removeProductMedia as removeProductMedia, index_d$a_removeProductMediaFromChoices as removeProductMediaFromChoices, index_d$a_removeProductsFromCollection as removeProductsFromCollection, index_d$a_removeRibbon as removeRibbon, index_d$a_resetAllProductVariantData as resetAllProductVariantData, index_d$a_updateCollection as updateCollection, index_d$a_updateProduct as updateProduct, index_d$a_updateProductVariants as updateProductVariants };
2869
+ export { type index_d$a_AddProductMediaRequest as AddProductMediaRequest, type index_d$a_AddProductMediaResponse as AddProductMediaResponse, type index_d$a_AddProductMediaToChoicesRequest as AddProductMediaToChoicesRequest, type index_d$a_AddProductMediaToChoicesResponse as AddProductMediaToChoicesResponse, type index_d$a_AddProductsToCollectionRequest as AddProductsToCollectionRequest, type index_d$a_AddProductsToCollectionResponse as AddProductsToCollectionResponse, type index_d$a_AdditionalInfoSection as AdditionalInfoSection, type AdjustValue$1 as AdjustValue, type index_d$a_AdjustValueValueOneOf as AdjustValueValueOneOf, type index_d$a_AggregateProductsRequest as AggregateProductsRequest, type index_d$a_AggregateProductsResponse as AggregateProductsResponse, type index_d$a_AllowedProductsCountLimitExceededErrorData as AllowedProductsCountLimitExceededErrorData, type ApplicationError$6 as ApplicationError, type BaseEventMetadata$7 as BaseEventMetadata, type BulkActionMetadata$6 as BulkActionMetadata, type index_d$a_BulkAdjustProductPropertiesByFilterSyncRequest as BulkAdjustProductPropertiesByFilterSyncRequest, type index_d$a_BulkAdjustProductPropertiesByFilterSyncResponse as BulkAdjustProductPropertiesByFilterSyncResponse, type index_d$a_BulkAdjustProductPropertiesRequest as BulkAdjustProductPropertiesRequest, type index_d$a_BulkAdjustProductPropertiesResponse as BulkAdjustProductPropertiesResponse, type index_d$a_BulkAdjustProductPropertiesResponseNonNullableFields as BulkAdjustProductPropertiesResponseNonNullableFields, type BulkDeleteProductsRequest$1 as BulkDeleteProductsRequest, type BulkDeleteProductsResponse$1 as BulkDeleteProductsResponse, type BulkProductResult$1 as BulkProductResult, type index_d$a_BulkQueryCustomFieldsRequest as BulkQueryCustomFieldsRequest, type index_d$a_BulkQueryCustomFieldsResponse as BulkQueryCustomFieldsResponse, type index_d$a_BulkRemoveCustomFieldsRequest as BulkRemoveCustomFieldsRequest, type index_d$a_BulkRemoveCustomFieldsResponse as BulkRemoveCustomFieldsResponse, type index_d$a_BulkSetCustomFieldsRequest as BulkSetCustomFieldsRequest, type index_d$a_BulkSetCustomFieldsResponse as BulkSetCustomFieldsResponse, type index_d$a_BulkUpdateProductsByFilterSyncRequest as BulkUpdateProductsByFilterSyncRequest, type index_d$a_BulkUpdateProductsByFilterSyncResponse as BulkUpdateProductsByFilterSyncResponse, type BulkUpdateProductsRequest$1 as BulkUpdateProductsRequest, type BulkUpdateProductsResponse$1 as BulkUpdateProductsResponse, type BulkUpdateProductsResponseNonNullableFields$1 as BulkUpdateProductsResponseNonNullableFields, type Choice$1 as Choice, type index_d$a_Collection as Collection, type index_d$a_CollectionChanged as CollectionChanged, type index_d$a_CollectionCreated as CollectionCreated, type index_d$a_CollectionDeleted as CollectionDeleted, type index_d$a_CostAndProfitData as CostAndProfitData, type index_d$a_CreateCollectionRequest as CreateCollectionRequest, type index_d$a_CreateCollectionResponse as CreateCollectionResponse, type index_d$a_CreateCollectionResponseNonNullableFields as CreateCollectionResponseNonNullableFields, type index_d$a_CreateDigitalProductRequest as CreateDigitalProductRequest, type index_d$a_CreateDigitalProductResponse as CreateDigitalProductResponse, type index_d$a_CreateProductPlatformizedRequest as CreateProductPlatformizedRequest, type index_d$a_CreateProductPlatformizedResponse as CreateProductPlatformizedResponse, type CreateProductRequest$1 as CreateProductRequest, type CreateProductResponse$1 as CreateProductResponse, type CreateProductResponseNonNullableFields$1 as CreateProductResponseNonNullableFields, type CursorPaging$7 as CursorPaging, type Cursors$7 as Cursors, type index_d$a_CustomFieldsContainer as CustomFieldsContainer, type index_d$a_CustomTextField as CustomTextField, type index_d$a_DeleteCollectionRequest as DeleteCollectionRequest, type index_d$a_DeleteCollectionResponse as DeleteCollectionResponse, type index_d$a_DeleteProductOptionsRequest as DeleteProductOptionsRequest, type index_d$a_DeleteProductOptionsResponse as DeleteProductOptionsResponse, type index_d$a_DeleteProductPlatformizedRequest as DeleteProductPlatformizedRequest, type index_d$a_DeleteProductPlatformizedResponse as DeleteProductPlatformizedResponse, type DeleteProductRequest$1 as DeleteProductRequest, type DeleteProductResponse$1 as DeleteProductResponse, type Discount$1 as Discount, DiscountType$2 as DiscountType, FileType$1 as FileType, type index_d$a_FormattedPrice as FormattedPrice, type index_d$a_GetCollectionBySlugRequest as GetCollectionBySlugRequest, type index_d$a_GetCollectionBySlugResponse as GetCollectionBySlugResponse, type index_d$a_GetCollectionBySlugResponseNonNullableFields as GetCollectionBySlugResponseNonNullableFields, type index_d$a_GetCollectionRequest as GetCollectionRequest, type index_d$a_GetCollectionResponse as GetCollectionResponse, type index_d$a_GetProductOptions as GetProductOptions, type index_d$a_GetProductPlatformizedRequest as GetProductPlatformizedRequest, type index_d$a_GetProductPlatformizedResponse as GetProductPlatformizedResponse, type GetProductRequest$1 as GetProductRequest, type GetProductResponse$1 as GetProductResponse, type index_d$a_GetProductResponseNonNullableFields as GetProductResponseNonNullableFields, type index_d$a_GetProductsRequest as GetProductsRequest, type index_d$a_GetProductsResponse as GetProductsResponse, type index_d$a_GetStoreVariantRequest as GetStoreVariantRequest, type index_d$a_GetStoreVariantResponse as GetStoreVariantResponse, type index_d$a_GetStoreVariantResponseNonNullableFields as GetStoreVariantResponseNonNullableFields, type IdentificationData$9 as IdentificationData, type IdentificationDataIdOneOf$9 as IdentificationDataIdOneOf, InventoryStatus$1 as InventoryStatus, type ItemMetadata$6 as ItemMetadata, type Keyword$1 as Keyword, MeasurementUnit$1 as MeasurementUnit, type Media$2 as Media, type index_d$a_MediaAssignmentToChoice as MediaAssignmentToChoice, type index_d$a_MediaDataForWrite as MediaDataForWrite, type index_d$a_MediaDataForWriteMediaSourceOneOf as MediaDataForWriteMediaSourceOneOf, type index_d$a_MediaItem as MediaItem, type index_d$a_MediaItemItemOneOf as MediaItemItemOneOf, index_d$a_MediaItemType as MediaItemType, type index_d$a_MediaItemUrlAndSize as MediaItemUrlAndSize, type index_d$a_MediaItemVideo as MediaItemVideo, type MessageEnvelope$9 as MessageEnvelope, type index_d$a_NumericPropertyRange as NumericPropertyRange, type index_d$a_OptionAndChoice as OptionAndChoice, index_d$a_OptionType as OptionType, type index_d$a_PageUrl as PageUrl, type Paging$2 as Paging, type PagingMetadata$4 as PagingMetadata, type index_d$a_PagingWithBigLimit as PagingWithBigLimit, type index_d$a_PercentageData as PercentageData, type index_d$a_PlatformMedia as PlatformMedia, type index_d$a_PlatformMediaMediaOneOf as PlatformMediaMediaOneOf, type PlatformPaging$2 as PlatformPaging, type index_d$a_PlatformPagingMetadata as PlatformPagingMetadata, type index_d$a_PlatformQuery as PlatformQuery, type index_d$a_PlatformQueryPagingMethodOneOf as PlatformQueryPagingMethodOneOf, type PreorderInfo$3 as PreorderInfo, type index_d$a_PriceData as PriceData, type index_d$a_PricePerUnitData as PricePerUnitData, type Product$2 as Product, type index_d$a_ProductChanged as ProductChanged, type index_d$a_ProductChangedEnvelope as ProductChangedEnvelope, type index_d$a_ProductCollectionChangedEnvelope as ProductCollectionChangedEnvelope, type index_d$a_ProductCollectionCreatedEnvelope as ProductCollectionCreatedEnvelope, type index_d$a_ProductCollectionDeletedEnvelope as ProductCollectionDeletedEnvelope, type index_d$a_ProductCreated as ProductCreated, type ProductCreatedEnvelope$1 as ProductCreatedEnvelope, type index_d$a_ProductDeleted as ProductDeleted, type ProductDeletedEnvelope$1 as ProductDeletedEnvelope, type index_d$a_ProductOption as ProductOption, type index_d$a_ProductOptionsAvailabilityRequest as ProductOptionsAvailabilityRequest, type index_d$a_ProductOptionsAvailabilityResponse as ProductOptionsAvailabilityResponse, type index_d$a_ProductOptionsAvailabilityResponseNonNullableFields as ProductOptionsAvailabilityResponseNonNullableFields, ProductType$1 as ProductType, type index_d$a_ProductVariantsChangedEnvelope as ProductVariantsChangedEnvelope, type ProductsQueryBuilder$1 as ProductsQueryBuilder, type ProductsQueryResult$1 as ProductsQueryResult, type index_d$a_PropertyAdjustmentData as PropertyAdjustmentData, type index_d$a_PropertyAdjustmentDataByOneOf as PropertyAdjustmentDataByOneOf, type Query$1 as Query, type index_d$a_QueryCollectionsPlatformizedRequest as QueryCollectionsPlatformizedRequest, type index_d$a_QueryCollectionsPlatformizedResponse as QueryCollectionsPlatformizedResponse, type index_d$a_QueryCollectionsRequest as QueryCollectionsRequest, type index_d$a_QueryCollectionsResponse as QueryCollectionsResponse, type index_d$a_QueryCustomFieldsRequest as QueryCustomFieldsRequest, type index_d$a_QueryCustomFieldsResponse as QueryCustomFieldsResponse, type index_d$a_QueryProductVariantsOptions as QueryProductVariantsOptions, type index_d$a_QueryProductVariantsRequest as QueryProductVariantsRequest, type index_d$a_QueryProductVariantsResponse as QueryProductVariantsResponse, type index_d$a_QueryProductVariantsResponseNonNullableFields as QueryProductVariantsResponseNonNullableFields, type index_d$a_QueryProductsPlatformizedRequest as QueryProductsPlatformizedRequest, type index_d$a_QueryProductsPlatformizedResponse as QueryProductsPlatformizedResponse, type index_d$a_QueryProductsPlatformizedResponseNonNullableFields as QueryProductsPlatformizedResponseNonNullableFields, type QueryProductsRequest$1 as QueryProductsRequest, type QueryProductsResponse$1 as QueryProductsResponse, type index_d$a_QueryProductsWithBigPageLimitRequest as QueryProductsWithBigPageLimitRequest, type index_d$a_QueryStoreVariantsRequest as QueryStoreVariantsRequest, type index_d$a_QueryStoreVariantsResponse as QueryStoreVariantsResponse, type index_d$a_QueryStoreVariantsResponseNonNullableFields as QueryStoreVariantsResponseNonNullableFields, type index_d$a_QueryStoreVariantsWithBigLimitRequest as QueryStoreVariantsWithBigLimitRequest, type index_d$a_QueryWithBigPageLimit as QueryWithBigPageLimit, type index_d$a_ReCloneStoreRequest as ReCloneStoreRequest, type index_d$a_ReCloneStoreResponse as ReCloneStoreResponse, type index_d$a_RemoveCustomFieldsRequest as RemoveCustomFieldsRequest, type index_d$a_RemoveCustomFieldsResponse as RemoveCustomFieldsResponse, type index_d$a_RemoveProductBrandRequest as RemoveProductBrandRequest, type index_d$a_RemoveProductBrandResponse as RemoveProductBrandResponse, type index_d$a_RemoveProductMediaFromChoicesRequest as RemoveProductMediaFromChoicesRequest, type index_d$a_RemoveProductMediaFromChoicesResponse as RemoveProductMediaFromChoicesResponse, type index_d$a_RemoveProductMediaRequest as RemoveProductMediaRequest, type index_d$a_RemoveProductMediaResponse as RemoveProductMediaResponse, type index_d$a_RemoveProductRibbonRequest as RemoveProductRibbonRequest, type index_d$a_RemoveProductRibbonResponse as RemoveProductRibbonResponse, type index_d$a_RemoveProductsFromCollectionRequest as RemoveProductsFromCollectionRequest, type index_d$a_RemoveProductsFromCollectionResponse as RemoveProductsFromCollectionResponse, type index_d$a_ResetAllVariantDataRequest as ResetAllVariantDataRequest, type index_d$a_ResetAllVariantDataResponse as ResetAllVariantDataResponse, type Ribbon$2 as Ribbon, type SecuredMedia$1 as SecuredMedia, type SeoSchema$1 as SeoSchema, type index_d$a_SetCustomFieldsRequest as SetCustomFieldsRequest, type index_d$a_SetCustomFieldsResponse as SetCustomFieldsResponse, type index_d$a_SetValue as SetValue, type index_d$a_SetValueValueOneOf as SetValueValueOneOf, type Settings$2 as Settings, SortOrder$7 as SortOrder, type Sorting$7 as Sorting, type index_d$a_Stock as Stock, type index_d$a_StoreVariant as StoreVariant, type Tag$1 as Tag, type index_d$a_UnlimitedPlatformCursorPaging as UnlimitedPlatformCursorPaging, type index_d$a_UnlimitedPlatformPaging as UnlimitedPlatformPaging, type index_d$a_UnlimitedPlatformQuery as UnlimitedPlatformQuery, type index_d$a_UnlimitedPlatformQueryPagingMethodOneOf as UnlimitedPlatformQueryPagingMethodOneOf, type index_d$a_UpdateCollection as UpdateCollection, type index_d$a_UpdateCollectionRequest as UpdateCollectionRequest, type index_d$a_UpdateCollectionResponse as UpdateCollectionResponse, type index_d$a_UpdateCollectionResponseNonNullableFields as UpdateCollectionResponseNonNullableFields, type index_d$a_UpdateProduct as UpdateProduct, type index_d$a_UpdateProductPlatformizedRequest as UpdateProductPlatformizedRequest, type index_d$a_UpdateProductPlatformizedResponse as UpdateProductPlatformizedResponse, type UpdateProductRequest$1 as UpdateProductRequest, type UpdateProductResponse$1 as UpdateProductResponse, type UpdateProductResponseNonNullableFields$1 as UpdateProductResponseNonNullableFields, type index_d$a_UpdateVariantsRequest as UpdateVariantsRequest, type index_d$a_UpdateVariantsResponse as UpdateVariantsResponse, type index_d$a_UpdateVariantsResponseNonNullableFields as UpdateVariantsResponseNonNullableFields, type index_d$a_V1CreateProductPlatformizedRequest as V1CreateProductPlatformizedRequest, type index_d$a_V1CreateProductPlatformizedResponse as V1CreateProductPlatformizedResponse, type index_d$a_V1DeleteProductPlatformizedRequest as V1DeleteProductPlatformizedRequest, type index_d$a_V1DeleteProductPlatformizedResponse as V1DeleteProductPlatformizedResponse, type index_d$a_V1UpdateProductPlatformizedRequest as V1UpdateProductPlatformizedRequest, type index_d$a_V1UpdateProductPlatformizedResponse as V1UpdateProductPlatformizedResponse, type Variant$1 as Variant, type index_d$a_VariantChanged as VariantChanged, type index_d$a_VariantData as VariantData, type index_d$a_VariantDataWithNoStock as VariantDataWithNoStock, type index_d$a_VariantOverride as VariantOverride, type index_d$a_VariantStock as VariantStock, type index_d$a_VariantsChanged as VariantsChanged, Version$1 as Version, type VideoResolution$1 as VideoResolution, WebhookIdentityType$9 as WebhookIdentityType, index_d$a_addProductMedia as addProductMedia, index_d$a_addProductMediaToChoices as addProductMediaToChoices, index_d$a_addProductsToCollection as addProductsToCollection, index_d$a_bulkAdjustProductProperty as bulkAdjustProductProperty, index_d$a_bulkUpdateProductsProperty as bulkUpdateProductsProperty, index_d$a_createCollection as createCollection, index_d$a_createProduct as createProduct, index_d$a_deleteCollection as deleteCollection, index_d$a_deleteProduct as deleteProduct, index_d$a_deleteProductOptions as deleteProductOptions, index_d$a_getCollectionBySlug as getCollectionBySlug, index_d$a_getProduct as getProduct, index_d$a_getProductOptionsAvailability as getProductOptionsAvailability, index_d$a_getStoreVariant as getStoreVariant, index_d$a_onProductChanged as onProductChanged, index_d$a_onProductCollectionChanged as onProductCollectionChanged, index_d$a_onProductCollectionCreated as onProductCollectionCreated, index_d$a_onProductCollectionDeleted as onProductCollectionDeleted, onProductCreated$1 as onProductCreated, onProductDeleted$1 as onProductDeleted, index_d$a_onProductVariantsChanged as onProductVariantsChanged, index_d$a_queryProductVariants as queryProductVariants, index_d$a_queryProducts as queryProducts, index_d$a_queryStoreVariants as queryStoreVariants, index_d$a_removeBrand as removeBrand, index_d$a_removeProductMedia as removeProductMedia, index_d$a_removeProductMediaFromChoices as removeProductMediaFromChoices, index_d$a_removeProductsFromCollection as removeProductsFromCollection, index_d$a_removeRibbon as removeRibbon, index_d$a_resetAllProductVariantData as resetAllProductVariantData, index_d$a_updateCollection as updateCollection, index_d$a_updateProduct as updateProduct, index_d$a_updateProductVariants as updateProductVariants };
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 index_d$9_BrandCreatedEnvelope = BrandCreatedEnvelope;
3639
3637
  type index_d$9_BrandDeletedEnvelope = BrandDeletedEnvelope;
@@ -3695,7 +3693,7 @@ declare const index_d$9_onBrandUpdated: typeof onBrandUpdated;
3695
3693
  declare const index_d$9_queryBrands: typeof queryBrands;
3696
3694
  declare const index_d$9_updateBrand: typeof updateBrand;
3697
3695
  declare namespace index_d$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 index_d$9_BrandCreatedEnvelope as BrandCreatedEnvelope, type index_d$9_BrandDeletedEnvelope as BrandDeletedEnvelope, type index_d$9_BrandNonNullableFields as BrandNonNullableFields, type index_d$9_BrandUpdatedEnvelope as BrandUpdatedEnvelope, type index_d$9_BrandsQueryBuilder as BrandsQueryBuilder, type index_d$9_BrandsQueryResult as BrandsQueryResult, type BulkActionMetadata$5 as BulkActionMetadata, type index_d$9_BulkBrandsResult as BulkBrandsResult, type index_d$9_BulkCreateBrandsOptions as BulkCreateBrandsOptions, type index_d$9_BulkCreateBrandsRequest as BulkCreateBrandsRequest, type index_d$9_BulkCreateBrandsResponse as BulkCreateBrandsResponse, type index_d$9_BulkCreateBrandsResponseNonNullableFields as BulkCreateBrandsResponseNonNullableFields, type index_d$9_BulkDeleteBrandsRequest as BulkDeleteBrandsRequest, type index_d$9_BulkDeleteBrandsResponse as BulkDeleteBrandsResponse, type index_d$9_BulkDeleteBrandsResponseBulkBrandsResult as BulkDeleteBrandsResponseBulkBrandsResult, type index_d$9_BulkDeleteBrandsResponseNonNullableFields as BulkDeleteBrandsResponseNonNullableFields, type index_d$9_BulkGetOrCreateBrandsOptions as BulkGetOrCreateBrandsOptions, type index_d$9_BulkGetOrCreateBrandsRequest as BulkGetOrCreateBrandsRequest, type index_d$9_BulkGetOrCreateBrandsResponse as BulkGetOrCreateBrandsResponse, type index_d$9_BulkGetOrCreateBrandsResponseNonNullableFields as BulkGetOrCreateBrandsResponseNonNullableFields, type index_d$9_BulkUpdateBrandsOptions as BulkUpdateBrandsOptions, type index_d$9_BulkUpdateBrandsRequest as BulkUpdateBrandsRequest, type index_d$9_BulkUpdateBrandsResponse as BulkUpdateBrandsResponse, type index_d$9_BulkUpdateBrandsResponseNonNullableFields as BulkUpdateBrandsResponseNonNullableFields, type index_d$9_CreateBrandRequest as CreateBrandRequest, type index_d$9_CreateBrandResponse as CreateBrandResponse, type index_d$9_CreateBrandResponseNonNullableFields as CreateBrandResponseNonNullableFields, type CursorPaging$6 as CursorPaging, type CursorPagingMetadata$6 as CursorPagingMetadata, type CursorQuery$5 as CursorQuery, type CursorQueryPagingMethodOneOf$5 as CursorQueryPagingMethodOneOf, type Cursors$6 as Cursors, type index_d$9_DeleteBrandRequest as DeleteBrandRequest, type index_d$9_DeleteBrandResponse as DeleteBrandResponse, type DomainEvent$6 as DomainEvent, type DomainEventBodyOneOf$6 as DomainEventBodyOneOf, type Empty$7 as Empty, type EntityCreatedEvent$6 as EntityCreatedEvent, type EntityDeletedEvent$6 as EntityDeletedEvent, type EntityUpdatedEvent$6 as EntityUpdatedEvent, type EventMetadata$4 as EventMetadata, type File$6 as File, type index_d$9_GetBrandOptions as GetBrandOptions, type index_d$9_GetBrandRequest as GetBrandRequest, type index_d$9_GetBrandResponse as GetBrandResponse, type index_d$9_GetBrandResponseNonNullableFields as GetBrandResponseNonNullableFields, type index_d$9_GetOrCreateBrandOptions as GetOrCreateBrandOptions, type index_d$9_GetOrCreateBrandRequest as GetOrCreateBrandRequest, type index_d$9_GetOrCreateBrandResponse as GetOrCreateBrandResponse, type index_d$9_GetOrCreateBrandResponseNonNullableFields as GetOrCreateBrandResponseNonNullableFields, type IdentificationData$8 as IdentificationData, type IdentificationDataIdOneOf$8 as IdentificationDataIdOneOf, type InvalidateCache$6 as InvalidateCache, type InvalidateCacheGetByOneOf$6 as InvalidateCacheGetByOneOf, type ItemMetadata$5 as ItemMetadata, type index_d$9_MaskedBrand as MaskedBrand, type MessageEnvelope$8 as MessageEnvelope, type Page$6 as Page, type index_d$9_QueryBrandsOptions as QueryBrandsOptions, type index_d$9_QueryBrandsRequest as QueryBrandsRequest, type index_d$9_QueryBrandsResponse as QueryBrandsResponse, type index_d$9_QueryBrandsResponseNonNullableFields as QueryBrandsResponseNonNullableFields, RequestedFields$4 as RequestedFields, type RestoreInfo$6 as RestoreInfo, SortOrder$6 as SortOrder, type Sorting$6 as Sorting, type URI$6 as URI, type index_d$9_UpdateBrand as UpdateBrand, type index_d$9_UpdateBrandOptions as UpdateBrandOptions, type index_d$9_UpdateBrandRequest as UpdateBrandRequest, type index_d$9_UpdateBrandResponse as UpdateBrandResponse, type index_d$9_UpdateBrandResponseNonNullableFields as UpdateBrandResponseNonNullableFields, WebhookIdentityType$8 as WebhookIdentityType, index_d$9_bulkCreateBrands as bulkCreateBrands, index_d$9_bulkDeleteBrands as bulkDeleteBrands, index_d$9_bulkGetOrCreateBrands as bulkGetOrCreateBrands, index_d$9_bulkUpdateBrands as bulkUpdateBrands, index_d$9_createBrand as createBrand, index_d$9_deleteBrand as deleteBrand, index_d$9_getBrand as getBrand, index_d$9_getOrCreateBrand as getOrCreateBrand, index_d$9_onBrandCreated as onBrandCreated, index_d$9_onBrandDeleted as onBrandDeleted, index_d$9_onBrandUpdated as onBrandUpdated, index_d$9_queryBrands as queryBrands, index_d$9_updateBrand as updateBrand };
3696
+ export { type ActionEvent$6 as ActionEvent, type App$6 as App, type ApplicationError$5 as ApplicationError, type BaseEventMetadata$6 as BaseEventMetadata, type Brand$1 as Brand, type index_d$9_BrandCreatedEnvelope as BrandCreatedEnvelope, type index_d$9_BrandDeletedEnvelope as BrandDeletedEnvelope, type index_d$9_BrandNonNullableFields as BrandNonNullableFields, type index_d$9_BrandUpdatedEnvelope as BrandUpdatedEnvelope, type index_d$9_BrandsQueryBuilder as BrandsQueryBuilder, type index_d$9_BrandsQueryResult as BrandsQueryResult, type BulkActionMetadata$5 as BulkActionMetadata, type index_d$9_BulkBrandsResult as BulkBrandsResult, type index_d$9_BulkCreateBrandsOptions as BulkCreateBrandsOptions, type index_d$9_BulkCreateBrandsRequest as BulkCreateBrandsRequest, type index_d$9_BulkCreateBrandsResponse as BulkCreateBrandsResponse, type index_d$9_BulkCreateBrandsResponseNonNullableFields as BulkCreateBrandsResponseNonNullableFields, type index_d$9_BulkDeleteBrandsRequest as BulkDeleteBrandsRequest, type index_d$9_BulkDeleteBrandsResponse as BulkDeleteBrandsResponse, type index_d$9_BulkDeleteBrandsResponseBulkBrandsResult as BulkDeleteBrandsResponseBulkBrandsResult, type index_d$9_BulkDeleteBrandsResponseNonNullableFields as BulkDeleteBrandsResponseNonNullableFields, type index_d$9_BulkGetOrCreateBrandsOptions as BulkGetOrCreateBrandsOptions, type index_d$9_BulkGetOrCreateBrandsRequest as BulkGetOrCreateBrandsRequest, type index_d$9_BulkGetOrCreateBrandsResponse as BulkGetOrCreateBrandsResponse, type index_d$9_BulkGetOrCreateBrandsResponseNonNullableFields as BulkGetOrCreateBrandsResponseNonNullableFields, type index_d$9_BulkUpdateBrandsOptions as BulkUpdateBrandsOptions, type index_d$9_BulkUpdateBrandsRequest as BulkUpdateBrandsRequest, type index_d$9_BulkUpdateBrandsResponse as BulkUpdateBrandsResponse, type index_d$9_BulkUpdateBrandsResponseNonNullableFields as BulkUpdateBrandsResponseNonNullableFields, type index_d$9_CreateBrandRequest as CreateBrandRequest, type index_d$9_CreateBrandResponse as CreateBrandResponse, type index_d$9_CreateBrandResponseNonNullableFields as CreateBrandResponseNonNullableFields, type CursorPaging$6 as CursorPaging, type CursorPagingMetadata$6 as CursorPagingMetadata, type CursorQuery$5 as CursorQuery, type CursorQueryPagingMethodOneOf$5 as CursorQueryPagingMethodOneOf, type Cursors$6 as Cursors, type index_d$9_DeleteBrandRequest as DeleteBrandRequest, type index_d$9_DeleteBrandResponse as DeleteBrandResponse, type DomainEvent$6 as DomainEvent, type DomainEventBodyOneOf$6 as DomainEventBodyOneOf, type Empty$7 as Empty, type EntityCreatedEvent$6 as EntityCreatedEvent, type EntityDeletedEvent$6 as EntityDeletedEvent, type EntityUpdatedEvent$6 as EntityUpdatedEvent, type EventMetadata$5 as EventMetadata, type File$6 as File, type index_d$9_GetBrandOptions as GetBrandOptions, type index_d$9_GetBrandRequest as GetBrandRequest, type index_d$9_GetBrandResponse as GetBrandResponse, type index_d$9_GetBrandResponseNonNullableFields as GetBrandResponseNonNullableFields, type index_d$9_GetOrCreateBrandOptions as GetOrCreateBrandOptions, type index_d$9_GetOrCreateBrandRequest as GetOrCreateBrandRequest, type index_d$9_GetOrCreateBrandResponse as GetOrCreateBrandResponse, type index_d$9_GetOrCreateBrandResponseNonNullableFields as GetOrCreateBrandResponseNonNullableFields, type IdentificationData$8 as IdentificationData, type IdentificationDataIdOneOf$8 as IdentificationDataIdOneOf, type InvalidateCache$6 as InvalidateCache, type InvalidateCacheGetByOneOf$6 as InvalidateCacheGetByOneOf, type ItemMetadata$5 as ItemMetadata, type index_d$9_MaskedBrand as MaskedBrand, type MessageEnvelope$8 as MessageEnvelope, type Page$6 as Page, type index_d$9_QueryBrandsOptions as QueryBrandsOptions, type index_d$9_QueryBrandsRequest as QueryBrandsRequest, type index_d$9_QueryBrandsResponse as QueryBrandsResponse, type index_d$9_QueryBrandsResponseNonNullableFields as QueryBrandsResponseNonNullableFields, RequestedFields$4 as RequestedFields, type RestoreInfo$6 as RestoreInfo, SortOrder$6 as SortOrder, type Sorting$6 as Sorting, type URI$6 as URI, type index_d$9_UpdateBrand as UpdateBrand, type index_d$9_UpdateBrandOptions as UpdateBrandOptions, type index_d$9_UpdateBrandRequest as UpdateBrandRequest, type index_d$9_UpdateBrandResponse as UpdateBrandResponse, type index_d$9_UpdateBrandResponseNonNullableFields as UpdateBrandResponseNonNullableFields, WebhookIdentityType$8 as WebhookIdentityType, index_d$9_bulkCreateBrands as bulkCreateBrands, index_d$9_bulkDeleteBrands as bulkDeleteBrands, index_d$9_bulkGetOrCreateBrands as bulkGetOrCreateBrands, index_d$9_bulkUpdateBrands as bulkUpdateBrands, index_d$9_createBrand as createBrand, index_d$9_deleteBrand as deleteBrand, index_d$9_getBrand as getBrand, index_d$9_getOrCreateBrand as getOrCreateBrand, index_d$9_onBrandCreated as onBrandCreated, index_d$9_onBrandDeleted as onBrandDeleted, index_d$9_onBrandUpdated as onBrandUpdated, index_d$9_queryBrands as queryBrands, index_d$9_updateBrand as updateBrand };
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 index_d$8_AddCustomizationChoicesOptions = AddCustomizationChoicesOptions;
4677
4675
  type index_d$8_AddCustomizationChoicesRequest = AddCustomizationChoicesRequest;
@@ -4748,7 +4746,7 @@ declare const index_d$8_removeCustomizationChoices: typeof removeCustomizationCh
4748
4746
  declare const index_d$8_setCustomizationChoices: typeof setCustomizationChoices;
4749
4747
  declare const index_d$8_updateCustomization: typeof updateCustomization;
4750
4748
  declare namespace index_d$8 {
4751
- export { type ActionEvent$5 as ActionEvent, type index_d$8_AddCustomizationChoicesOptions as AddCustomizationChoicesOptions, type index_d$8_AddCustomizationChoicesRequest as AddCustomizationChoicesRequest, type index_d$8_AddCustomizationChoicesResponse as AddCustomizationChoicesResponse, type index_d$8_AddCustomizationChoicesResponseNonNullableFields as AddCustomizationChoicesResponseNonNullableFields, type App$5 as App, type ApplicationError$4 as ApplicationError, type BaseEventMetadata$4 as BaseEventMetadata, type BulkActionMetadata$4 as BulkActionMetadata, type index_d$8_BulkAddCustomizationChoicesOptions as BulkAddCustomizationChoicesOptions, type index_d$8_BulkAddCustomizationChoicesRequest as BulkAddCustomizationChoicesRequest, type index_d$8_BulkAddCustomizationChoicesResponse as BulkAddCustomizationChoicesResponse, type index_d$8_BulkAddCustomizationChoicesResponseNonNullableFields as BulkAddCustomizationChoicesResponseNonNullableFields, type index_d$8_BulkCreateCustomizationsOptions as BulkCreateCustomizationsOptions, type index_d$8_BulkCreateCustomizationsRequest as BulkCreateCustomizationsRequest, type index_d$8_BulkCreateCustomizationsResponse as BulkCreateCustomizationsResponse, type index_d$8_BulkCreateCustomizationsResponseNonNullableFields as BulkCreateCustomizationsResponseNonNullableFields, type index_d$8_BulkCustomizationResult as BulkCustomizationResult, type index_d$8_BulkUpdateCustomizationsOptions as BulkUpdateCustomizationsOptions, type index_d$8_BulkUpdateCustomizationsRequest as BulkUpdateCustomizationsRequest, type index_d$8_BulkUpdateCustomizationsResponse as BulkUpdateCustomizationsResponse, type index_d$8_BulkUpdateCustomizationsResponseNonNullableFields as BulkUpdateCustomizationsResponseNonNullableFields, type index_d$8_Choice as Choice, ChoiceType$1 as ChoiceType, type index_d$8_ChoiceValueOneOf as ChoiceValueOneOf, type ChoicesSettings$1 as ChoicesSettings, type index_d$8_CreateCustomizationRequest as CreateCustomizationRequest, type index_d$8_CreateCustomizationResponse as CreateCustomizationResponse, type index_d$8_CreateCustomizationResponseNonNullableFields as CreateCustomizationResponseNonNullableFields, type CursorPaging$5 as CursorPaging, type CursorPagingMetadata$5 as CursorPagingMetadata, type CursorQuery$4 as CursorQuery, type CursorQueryPagingMethodOneOf$4 as CursorQueryPagingMethodOneOf, type Cursors$5 as Cursors, type index_d$8_Customization as Customization, type index_d$8_CustomizationChoices as CustomizationChoices, type index_d$8_CustomizationCreatedEnvelope as CustomizationCreatedEnvelope, type index_d$8_CustomizationCustomizationSettingsOneOf as CustomizationCustomizationSettingsOneOf, type index_d$8_CustomizationDeletedEnvelope as CustomizationDeletedEnvelope, type index_d$8_CustomizationIdsWrapper as CustomizationIdsWrapper, type index_d$8_CustomizationNonNullableFields as CustomizationNonNullableFields, index_d$8_CustomizationRenderType as CustomizationRenderType, index_d$8_CustomizationType as CustomizationType, type index_d$8_CustomizationUpdatedEnvelope as CustomizationUpdatedEnvelope, type index_d$8_CustomizationsQueryBuilder as CustomizationsQueryBuilder, type index_d$8_CustomizationsQueryResult as CustomizationsQueryResult, type index_d$8_DeleteCustomizationRequest as DeleteCustomizationRequest, type index_d$8_DeleteCustomizationResponse as DeleteCustomizationResponse, type DomainEvent$5 as DomainEvent, type DomainEventBodyOneOf$5 as DomainEventBodyOneOf, type Empty$6 as Empty, type EntityCreatedEvent$5 as EntityCreatedEvent, type EntityDeletedEvent$5 as EntityDeletedEvent, type EntityUpdatedEvent$5 as EntityUpdatedEvent, type EventMetadata$3 as EventMetadata, type File$5 as File, type FreeTextSettings$1 as FreeTextSettings, type index_d$8_GetCustomizationOptions as GetCustomizationOptions, type index_d$8_GetCustomizationRequest as GetCustomizationRequest, type index_d$8_GetCustomizationResponse as GetCustomizationResponse, type index_d$8_GetCustomizationResponseNonNullableFields as GetCustomizationResponseNonNullableFields, type IdentificationData$7 as IdentificationData, type IdentificationDataIdOneOf$7 as IdentificationDataIdOneOf, type InvalidateCache$5 as InvalidateCache, type InvalidateCacheGetByOneOf$5 as InvalidateCacheGetByOneOf, type ItemMetadata$4 as ItemMetadata, type index_d$8_MaskedCustomization as MaskedCustomization, type MessageEnvelope$7 as MessageEnvelope, type MultipleColors$1 as MultipleColors, type Page$5 as Page, type index_d$8_QueryCustomizationsOptions as QueryCustomizationsOptions, type index_d$8_QueryCustomizationsRequest as QueryCustomizationsRequest, type index_d$8_QueryCustomizationsResponse as QueryCustomizationsResponse, type index_d$8_QueryCustomizationsResponseNonNullableFields as QueryCustomizationsResponseNonNullableFields, type index_d$8_RemoveCustomizationChoicesOptions as RemoveCustomizationChoicesOptions, type index_d$8_RemoveCustomizationChoicesRequest as RemoveCustomizationChoicesRequest, type index_d$8_RemoveCustomizationChoicesResponse as RemoveCustomizationChoicesResponse, type index_d$8_RemoveCustomizationChoicesResponseNonNullableFields as RemoveCustomizationChoicesResponseNonNullableFields, RequestedFields$3 as RequestedFields, type RestoreInfo$5 as RestoreInfo, type index_d$8_SetCustomizationChoicesOptions as SetCustomizationChoicesOptions, type index_d$8_SetCustomizationChoicesRequest as SetCustomizationChoicesRequest, type index_d$8_SetCustomizationChoicesResponse as SetCustomizationChoicesResponse, type index_d$8_SetCustomizationChoicesResponseNonNullableFields as SetCustomizationChoicesResponseNonNullableFields, SortOrder$5 as SortOrder, type Sorting$5 as Sorting, type URI$5 as URI, type index_d$8_UpdateCustomization as UpdateCustomization, type index_d$8_UpdateCustomizationOptions as UpdateCustomizationOptions, type index_d$8_UpdateCustomizationRequest as UpdateCustomizationRequest, type index_d$8_UpdateCustomizationResponse as UpdateCustomizationResponse, type index_d$8_UpdateCustomizationResponseNonNullableFields as UpdateCustomizationResponseNonNullableFields, WebhookIdentityType$7 as WebhookIdentityType, index_d$8_addCustomizationChoices as addCustomizationChoices, index_d$8_bulkAddCustomizationChoices as bulkAddCustomizationChoices, index_d$8_bulkCreateCustomizations as bulkCreateCustomizations, index_d$8_bulkUpdateCustomizations as bulkUpdateCustomizations, index_d$8_createCustomization as createCustomization, index_d$8_deleteCustomization as deleteCustomization, index_d$8_getCustomization as getCustomization, index_d$8_onCustomizationCreated as onCustomizationCreated, index_d$8_onCustomizationDeleted as onCustomizationDeleted, index_d$8_onCustomizationUpdated as onCustomizationUpdated, index_d$8_queryCustomizations as queryCustomizations, index_d$8_removeCustomizationChoices as removeCustomizationChoices, index_d$8_setCustomizationChoices as setCustomizationChoices, index_d$8_updateCustomization as updateCustomization };
4749
+ export { type ActionEvent$5 as ActionEvent, type index_d$8_AddCustomizationChoicesOptions as AddCustomizationChoicesOptions, type index_d$8_AddCustomizationChoicesRequest as AddCustomizationChoicesRequest, type index_d$8_AddCustomizationChoicesResponse as AddCustomizationChoicesResponse, type index_d$8_AddCustomizationChoicesResponseNonNullableFields as AddCustomizationChoicesResponseNonNullableFields, type App$5 as App, type ApplicationError$4 as ApplicationError, type BaseEventMetadata$5 as BaseEventMetadata, type BulkActionMetadata$4 as BulkActionMetadata, type index_d$8_BulkAddCustomizationChoicesOptions as BulkAddCustomizationChoicesOptions, type index_d$8_BulkAddCustomizationChoicesRequest as BulkAddCustomizationChoicesRequest, type index_d$8_BulkAddCustomizationChoicesResponse as BulkAddCustomizationChoicesResponse, type index_d$8_BulkAddCustomizationChoicesResponseNonNullableFields as BulkAddCustomizationChoicesResponseNonNullableFields, type index_d$8_BulkCreateCustomizationsOptions as BulkCreateCustomizationsOptions, type index_d$8_BulkCreateCustomizationsRequest as BulkCreateCustomizationsRequest, type index_d$8_BulkCreateCustomizationsResponse as BulkCreateCustomizationsResponse, type index_d$8_BulkCreateCustomizationsResponseNonNullableFields as BulkCreateCustomizationsResponseNonNullableFields, type index_d$8_BulkCustomizationResult as BulkCustomizationResult, type index_d$8_BulkUpdateCustomizationsOptions as BulkUpdateCustomizationsOptions, type index_d$8_BulkUpdateCustomizationsRequest as BulkUpdateCustomizationsRequest, type index_d$8_BulkUpdateCustomizationsResponse as BulkUpdateCustomizationsResponse, type index_d$8_BulkUpdateCustomizationsResponseNonNullableFields as BulkUpdateCustomizationsResponseNonNullableFields, type index_d$8_Choice as Choice, ChoiceType$1 as ChoiceType, type index_d$8_ChoiceValueOneOf as ChoiceValueOneOf, type ChoicesSettings$1 as ChoicesSettings, type index_d$8_CreateCustomizationRequest as CreateCustomizationRequest, type index_d$8_CreateCustomizationResponse as CreateCustomizationResponse, type index_d$8_CreateCustomizationResponseNonNullableFields as CreateCustomizationResponseNonNullableFields, type CursorPaging$5 as CursorPaging, type CursorPagingMetadata$5 as CursorPagingMetadata, type CursorQuery$4 as CursorQuery, type CursorQueryPagingMethodOneOf$4 as CursorQueryPagingMethodOneOf, type Cursors$5 as Cursors, type index_d$8_Customization as Customization, type index_d$8_CustomizationChoices as CustomizationChoices, type index_d$8_CustomizationCreatedEnvelope as CustomizationCreatedEnvelope, type index_d$8_CustomizationCustomizationSettingsOneOf as CustomizationCustomizationSettingsOneOf, type index_d$8_CustomizationDeletedEnvelope as CustomizationDeletedEnvelope, type index_d$8_CustomizationIdsWrapper as CustomizationIdsWrapper, type index_d$8_CustomizationNonNullableFields as CustomizationNonNullableFields, index_d$8_CustomizationRenderType as CustomizationRenderType, index_d$8_CustomizationType as CustomizationType, type index_d$8_CustomizationUpdatedEnvelope as CustomizationUpdatedEnvelope, type index_d$8_CustomizationsQueryBuilder as CustomizationsQueryBuilder, type index_d$8_CustomizationsQueryResult as CustomizationsQueryResult, type index_d$8_DeleteCustomizationRequest as DeleteCustomizationRequest, type index_d$8_DeleteCustomizationResponse as DeleteCustomizationResponse, type DomainEvent$5 as DomainEvent, type DomainEventBodyOneOf$5 as DomainEventBodyOneOf, type Empty$6 as Empty, type EntityCreatedEvent$5 as EntityCreatedEvent, type EntityDeletedEvent$5 as EntityDeletedEvent, type EntityUpdatedEvent$5 as EntityUpdatedEvent, type EventMetadata$4 as EventMetadata, type File$5 as File, type FreeTextSettings$1 as FreeTextSettings, type index_d$8_GetCustomizationOptions as GetCustomizationOptions, type index_d$8_GetCustomizationRequest as GetCustomizationRequest, type index_d$8_GetCustomizationResponse as GetCustomizationResponse, type index_d$8_GetCustomizationResponseNonNullableFields as GetCustomizationResponseNonNullableFields, type IdentificationData$7 as IdentificationData, type IdentificationDataIdOneOf$7 as IdentificationDataIdOneOf, type InvalidateCache$5 as InvalidateCache, type InvalidateCacheGetByOneOf$5 as InvalidateCacheGetByOneOf, type ItemMetadata$4 as ItemMetadata, type index_d$8_MaskedCustomization as MaskedCustomization, type MessageEnvelope$7 as MessageEnvelope, type MultipleColors$1 as MultipleColors, type Page$5 as Page, type index_d$8_QueryCustomizationsOptions as QueryCustomizationsOptions, type index_d$8_QueryCustomizationsRequest as QueryCustomizationsRequest, type index_d$8_QueryCustomizationsResponse as QueryCustomizationsResponse, type index_d$8_QueryCustomizationsResponseNonNullableFields as QueryCustomizationsResponseNonNullableFields, type index_d$8_RemoveCustomizationChoicesOptions as RemoveCustomizationChoicesOptions, type index_d$8_RemoveCustomizationChoicesRequest as RemoveCustomizationChoicesRequest, type index_d$8_RemoveCustomizationChoicesResponse as RemoveCustomizationChoicesResponse, type index_d$8_RemoveCustomizationChoicesResponseNonNullableFields as RemoveCustomizationChoicesResponseNonNullableFields, RequestedFields$3 as RequestedFields, type RestoreInfo$5 as RestoreInfo, type index_d$8_SetCustomizationChoicesOptions as SetCustomizationChoicesOptions, type index_d$8_SetCustomizationChoicesRequest as SetCustomizationChoicesRequest, type index_d$8_SetCustomizationChoicesResponse as SetCustomizationChoicesResponse, type index_d$8_SetCustomizationChoicesResponseNonNullableFields as SetCustomizationChoicesResponseNonNullableFields, SortOrder$5 as SortOrder, type Sorting$5 as Sorting, type URI$5 as URI, type index_d$8_UpdateCustomization as UpdateCustomization, type index_d$8_UpdateCustomizationOptions as UpdateCustomizationOptions, type index_d$8_UpdateCustomizationRequest as UpdateCustomizationRequest, type index_d$8_UpdateCustomizationResponse as UpdateCustomizationResponse, type index_d$8_UpdateCustomizationResponseNonNullableFields as UpdateCustomizationResponseNonNullableFields, WebhookIdentityType$7 as WebhookIdentityType, index_d$8_addCustomizationChoices as addCustomizationChoices, index_d$8_bulkAddCustomizationChoices as bulkAddCustomizationChoices, index_d$8_bulkCreateCustomizations as bulkCreateCustomizations, index_d$8_bulkUpdateCustomizations as bulkUpdateCustomizations, index_d$8_createCustomization as createCustomization, index_d$8_deleteCustomization as deleteCustomization, index_d$8_getCustomization as getCustomization, index_d$8_onCustomizationCreated as onCustomizationCreated, index_d$8_onCustomizationDeleted as onCustomizationDeleted, index_d$8_onCustomizationUpdated as onCustomizationUpdated, index_d$8_queryCustomizations as queryCustomizations, index_d$8_removeCustomizationChoices as removeCustomizationChoices, index_d$8_setCustomizationChoices as setCustomizationChoices, index_d$8_updateCustomization as updateCustomization };
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 index_d$7_BulkCreateInfoSectionsOptions = BulkCreateInfoSectionsOptions;
7061
7059
  type index_d$7_BulkCreateInfoSectionsRequest = BulkCreateInfoSectionsRequest;
@@ -7117,7 +7115,7 @@ declare const index_d$7_onInfoSectionUpdated: typeof onInfoSectionUpdated;
7117
7115
  declare const index_d$7_queryInfoSections: typeof queryInfoSections;
7118
7116
  declare const index_d$7_updateInfoSection: typeof updateInfoSection;
7119
7117
  declare namespace index_d$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 index_d$7_BulkCreateInfoSectionsOptions as BulkCreateInfoSectionsOptions, type index_d$7_BulkCreateInfoSectionsRequest as BulkCreateInfoSectionsRequest, type index_d$7_BulkCreateInfoSectionsResponse as BulkCreateInfoSectionsResponse, type index_d$7_BulkCreateInfoSectionsResponseNonNullableFields as BulkCreateInfoSectionsResponseNonNullableFields, type index_d$7_BulkDeleteInfoSectionsRequest as BulkDeleteInfoSectionsRequest, type index_d$7_BulkDeleteInfoSectionsResponse as BulkDeleteInfoSectionsResponse, type index_d$7_BulkDeleteInfoSectionsResponseNonNullableFields as BulkDeleteInfoSectionsResponseNonNullableFields, type index_d$7_BulkGetOrCreateInfoSectionsOptions as BulkGetOrCreateInfoSectionsOptions, type index_d$7_BulkGetOrCreateInfoSectionsRequest as BulkGetOrCreateInfoSectionsRequest, type index_d$7_BulkGetOrCreateInfoSectionsResponse as BulkGetOrCreateInfoSectionsResponse, type index_d$7_BulkGetOrCreateInfoSectionsResponseNonNullableFields as BulkGetOrCreateInfoSectionsResponseNonNullableFields, type index_d$7_BulkInfoSectionItemResult as BulkInfoSectionItemResult, type index_d$7_BulkInfoSectionResult as BulkInfoSectionResult, type index_d$7_BulkUpdateInfoSectionsOptions as BulkUpdateInfoSectionsOptions, type index_d$7_BulkUpdateInfoSectionsRequest as BulkUpdateInfoSectionsRequest, type index_d$7_BulkUpdateInfoSectionsResponse as BulkUpdateInfoSectionsResponse, type index_d$7_BulkUpdateInfoSectionsResponseNonNullableFields as BulkUpdateInfoSectionsResponseNonNullableFields, type BulletedListData$1 as BulletedListData, type ButtonData$1 as ButtonData, type CellStyle$1 as CellStyle, type CodeBlockData$1 as CodeBlockData, type CollapsibleListData$1 as CollapsibleListData, type ColorData$1 as ColorData, type Colors$1 as Colors, type index_d$7_CreateInfoSectionRequest as CreateInfoSectionRequest, type index_d$7_CreateInfoSectionResponse as CreateInfoSectionResponse, type index_d$7_CreateInfoSectionResponseNonNullableFields as CreateInfoSectionResponseNonNullableFields, Crop$1 as Crop, type CursorPaging$4 as CursorPaging, type CursorPagingMetadata$4 as CursorPagingMetadata, type CursorQuery$3 as CursorQuery, type CursorQueryPagingMethodOneOf$3 as CursorQueryPagingMethodOneOf, type Cursors$4 as Cursors, type Decoration$1 as Decoration, type DecorationDataOneOf$1 as DecorationDataOneOf, DecorationType$1 as DecorationType, type index_d$7_DeleteInfoSectionRequest as DeleteInfoSectionRequest, type index_d$7_DeleteInfoSectionResponse as DeleteInfoSectionResponse, type Design$1 as Design, type Dimensions$1 as Dimensions, Direction$1 as Direction, type DividerData$1 as DividerData, type DocumentStyle$1 as DocumentStyle, type DomainEvent$4 as DomainEvent, type DomainEventBodyOneOf$4 as DomainEventBodyOneOf, type EmbedData$1 as EmbedData, type Empty$5 as Empty, type EntityCreatedEvent$4 as EntityCreatedEvent, type EntityDeletedEvent$4 as EntityDeletedEvent, type EntityUpdatedEvent$4 as EntityUpdatedEvent, type EventData$1 as EventData, type EventMetadata$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 index_d$7_GetInfoSectionOptions as GetInfoSectionOptions, type index_d$7_GetInfoSectionRequest as GetInfoSectionRequest, type index_d$7_GetInfoSectionResponse as GetInfoSectionResponse, type index_d$7_GetInfoSectionResponseNonNullableFields as GetInfoSectionResponseNonNullableFields, type index_d$7_GetOrCreateInfoSectionOptions as GetOrCreateInfoSectionOptions, type index_d$7_GetOrCreateInfoSectionRequest as GetOrCreateInfoSectionRequest, type index_d$7_GetOrCreateInfoSectionResponse as GetOrCreateInfoSectionResponse, type index_d$7_GetOrCreateInfoSectionResponseNonNullableFields as GetOrCreateInfoSectionResponseNonNullableFields, type Gradient$1 as Gradient, type HTMLData$1 as HTMLData, type HTMLDataDataOneOf$1 as HTMLDataDataOneOf, type HeadingData$1 as HeadingData, type Height$1 as Height, type IdentificationData$6 as IdentificationData, type IdentificationDataIdOneOf$6 as IdentificationDataIdOneOf, type Image$1 as Image, type ImageData$1 as ImageData, type InfoSection$1 as InfoSection, type index_d$7_InfoSectionCreatedEnvelope as InfoSectionCreatedEnvelope, type index_d$7_InfoSectionDeletedEnvelope as InfoSectionDeletedEnvelope, type index_d$7_InfoSectionForGetOrCreate as InfoSectionForGetOrCreate, type InfoSectionNonNullableFields$1 as InfoSectionNonNullableFields, type index_d$7_InfoSectionUpdatedEnvelope as InfoSectionUpdatedEnvelope, type index_d$7_InfoSectionsQueryBuilder as InfoSectionsQueryBuilder, type index_d$7_InfoSectionsQueryResult as InfoSectionsQueryResult, InitialExpandedItems$1 as InitialExpandedItems, type InvalidateCache$4 as InvalidateCache, type InvalidateCacheGetByOneOf$4 as InvalidateCacheGetByOneOf, type Item$1 as Item, type ItemDataOneOf$1 as ItemDataOneOf, type ItemMetadata$3 as ItemMetadata, type ItemStyle$1 as ItemStyle, type Layout$1 as Layout, LayoutType$1 as LayoutType, LineStyle$1 as LineStyle, type Link$1 as Link, type LinkData$1 as LinkData, type LinkDataOneOf$1 as LinkDataOneOf, type LinkPreviewData$1 as LinkPreviewData, type ListValue$1 as ListValue, type MapData$1 as MapData, type MapSettings$1 as MapSettings, MapType$1 as MapType, type index_d$7_MaskedInfoSection as MaskedInfoSection, type Media$1 as Media, type MentionData$1 as MentionData, type MessageEnvelope$6 as MessageEnvelope, type Metadata$1 as Metadata, type Node$1 as Node, type NodeDataOneOf$1 as NodeDataOneOf, type NodeStyle$1 as NodeStyle, NodeType$1 as NodeType, NullValue$1 as NullValue, type Oembed$1 as Oembed, type Option$1 as Option, type OptionDesign$1 as OptionDesign, type OptionLayout$1 as OptionLayout, type OrderedListData$1 as OrderedListData, Orientation$1 as Orientation, type PDFSettings$1 as PDFSettings, type Page$4 as Page, type ParagraphData$1 as ParagraphData, type Permissions$1 as Permissions, type PlaybackOptions$1 as PlaybackOptions, type PluginContainerData$1 as PluginContainerData, PluginContainerDataAlignment$1 as PluginContainerDataAlignment, type PluginContainerDataWidth$1 as PluginContainerDataWidth, type PluginContainerDataWidthDataOneOf$1 as PluginContainerDataWidthDataOneOf, type Poll$1 as Poll, type PollData$1 as PollData, type PollDataLayout$1 as PollDataLayout, type PollDesign$1 as PollDesign, type PollLayout$1 as PollLayout, PollLayoutDirection$1 as PollLayoutDirection, PollLayoutType$1 as PollLayoutType, type index_d$7_QueryInfoSectionsOptions as QueryInfoSectionsOptions, type index_d$7_QueryInfoSectionsRequest as QueryInfoSectionsRequest, type index_d$7_QueryInfoSectionsResponse as QueryInfoSectionsResponse, type index_d$7_QueryInfoSectionsResponseNonNullableFields as QueryInfoSectionsResponseNonNullableFields, type Rel$1 as Rel, RequestedFields$2 as RequestedFields, type RestoreInfo$4 as RestoreInfo, type RichContent$1 as RichContent, type Settings$1 as Settings, SortOrder$4 as SortOrder, type Sorting$4 as Sorting, Source$1 as Source, type Spoiler$1 as Spoiler, type SpoilerData$1 as SpoilerData, type Styles$1 as Styles, type TableCellData$1 as TableCellData, type TableData$1 as TableData, Target$1 as Target, TextAlignment$1 as TextAlignment, type TextData$1 as TextData, type TextNodeStyle$1 as TextNodeStyle, type TextStyle$1 as TextStyle, type Thumbnails$1 as Thumbnails, ThumbnailsAlignment$1 as ThumbnailsAlignment, Type$1 as Type, type URI$4 as URI, type index_d$7_UpdateInfoSection as UpdateInfoSection, type index_d$7_UpdateInfoSectionOptions as UpdateInfoSectionOptions, type index_d$7_UpdateInfoSectionRequest as UpdateInfoSectionRequest, type index_d$7_UpdateInfoSectionResponse as UpdateInfoSectionResponse, type index_d$7_UpdateInfoSectionResponseNonNullableFields as UpdateInfoSectionResponseNonNullableFields, VerticalAlignment$1 as VerticalAlignment, type Video$1 as Video, type VideoData$1 as VideoData, ViewMode$1 as ViewMode, ViewRole$1 as ViewRole, VoteRole$1 as VoteRole, WebhookIdentityType$6 as WebhookIdentityType, Width$1 as Width, WidthType$1 as WidthType, index_d$7_bulkCreateInfoSections as bulkCreateInfoSections, index_d$7_bulkDeleteInfoSections as bulkDeleteInfoSections, index_d$7_bulkGetOrCreateInfoSections as bulkGetOrCreateInfoSections, index_d$7_bulkUpdateInfoSections as bulkUpdateInfoSections, index_d$7_createInfoSection as createInfoSection, index_d$7_deleteInfoSection as deleteInfoSection, index_d$7_getInfoSection as getInfoSection, index_d$7_getOrCreateInfoSection as getOrCreateInfoSection, index_d$7_onInfoSectionCreated as onInfoSectionCreated, index_d$7_onInfoSectionDeleted as onInfoSectionDeleted, index_d$7_onInfoSectionUpdated as onInfoSectionUpdated, index_d$7_queryInfoSections as queryInfoSections, index_d$7_updateInfoSection as updateInfoSection };
7118
+ export { type ActionEvent$4 as ActionEvent, Alignment$1 as Alignment, type AnchorData$1 as AnchorData, type App$4 as App, type AppEmbedData$1 as AppEmbedData, type AppEmbedDataAppDataOneOf$1 as AppEmbedDataAppDataOneOf, AppType$1 as AppType, type ApplicationError$3 as ApplicationError, type AudioData$1 as AudioData, type Background$1 as Background, type BackgroundBackgroundOneOf$1 as BackgroundBackgroundOneOf, BackgroundType$1 as BackgroundType, type BaseEventMetadata$4 as BaseEventMetadata, type BlockquoteData$1 as BlockquoteData, type BookingData$1 as BookingData, type Border$1 as Border, type BorderColors$1 as BorderColors, type BulkActionMetadata$3 as BulkActionMetadata, type index_d$7_BulkCreateInfoSectionsOptions as BulkCreateInfoSectionsOptions, type index_d$7_BulkCreateInfoSectionsRequest as BulkCreateInfoSectionsRequest, type index_d$7_BulkCreateInfoSectionsResponse as BulkCreateInfoSectionsResponse, type index_d$7_BulkCreateInfoSectionsResponseNonNullableFields as BulkCreateInfoSectionsResponseNonNullableFields, type index_d$7_BulkDeleteInfoSectionsRequest as BulkDeleteInfoSectionsRequest, type index_d$7_BulkDeleteInfoSectionsResponse as BulkDeleteInfoSectionsResponse, type index_d$7_BulkDeleteInfoSectionsResponseNonNullableFields as BulkDeleteInfoSectionsResponseNonNullableFields, type index_d$7_BulkGetOrCreateInfoSectionsOptions as BulkGetOrCreateInfoSectionsOptions, type index_d$7_BulkGetOrCreateInfoSectionsRequest as BulkGetOrCreateInfoSectionsRequest, type index_d$7_BulkGetOrCreateInfoSectionsResponse as BulkGetOrCreateInfoSectionsResponse, type index_d$7_BulkGetOrCreateInfoSectionsResponseNonNullableFields as BulkGetOrCreateInfoSectionsResponseNonNullableFields, type index_d$7_BulkInfoSectionItemResult as BulkInfoSectionItemResult, type index_d$7_BulkInfoSectionResult as BulkInfoSectionResult, type index_d$7_BulkUpdateInfoSectionsOptions as BulkUpdateInfoSectionsOptions, type index_d$7_BulkUpdateInfoSectionsRequest as BulkUpdateInfoSectionsRequest, type index_d$7_BulkUpdateInfoSectionsResponse as BulkUpdateInfoSectionsResponse, type index_d$7_BulkUpdateInfoSectionsResponseNonNullableFields as BulkUpdateInfoSectionsResponseNonNullableFields, type BulletedListData$1 as BulletedListData, type ButtonData$1 as ButtonData, type CellStyle$1 as CellStyle, type CodeBlockData$1 as CodeBlockData, type CollapsibleListData$1 as CollapsibleListData, type ColorData$1 as ColorData, type Colors$1 as Colors, type index_d$7_CreateInfoSectionRequest as CreateInfoSectionRequest, type index_d$7_CreateInfoSectionResponse as CreateInfoSectionResponse, type index_d$7_CreateInfoSectionResponseNonNullableFields as CreateInfoSectionResponseNonNullableFields, Crop$1 as Crop, type CursorPaging$4 as CursorPaging, type CursorPagingMetadata$4 as CursorPagingMetadata, type CursorQuery$3 as CursorQuery, type CursorQueryPagingMethodOneOf$3 as CursorQueryPagingMethodOneOf, type Cursors$4 as Cursors, type Decoration$1 as Decoration, type DecorationDataOneOf$1 as DecorationDataOneOf, DecorationType$1 as DecorationType, type index_d$7_DeleteInfoSectionRequest as DeleteInfoSectionRequest, type index_d$7_DeleteInfoSectionResponse as DeleteInfoSectionResponse, type Design$1 as Design, type Dimensions$1 as Dimensions, Direction$1 as Direction, type DividerData$1 as DividerData, type DocumentStyle$1 as DocumentStyle, type DomainEvent$4 as DomainEvent, type DomainEventBodyOneOf$4 as DomainEventBodyOneOf, type EmbedData$1 as EmbedData, type Empty$5 as Empty, type EntityCreatedEvent$4 as EntityCreatedEvent, type EntityDeletedEvent$4 as EntityDeletedEvent, type EntityUpdatedEvent$4 as EntityUpdatedEvent, type EventData$1 as EventData, type EventMetadata$3 as EventMetadata, type File$4 as File, type FileData$1 as FileData, type FileSource$1 as FileSource, type FileSourceDataOneOf$1 as FileSourceDataOneOf, type FontSizeData$1 as FontSizeData, FontType$1 as FontType, type GIF$1 as GIF, type GIFData$1 as GIFData, type GalleryData$1 as GalleryData, type GalleryOptions$1 as GalleryOptions, type index_d$7_GetInfoSectionOptions as GetInfoSectionOptions, type index_d$7_GetInfoSectionRequest as GetInfoSectionRequest, type index_d$7_GetInfoSectionResponse as GetInfoSectionResponse, type index_d$7_GetInfoSectionResponseNonNullableFields as GetInfoSectionResponseNonNullableFields, type index_d$7_GetOrCreateInfoSectionOptions as GetOrCreateInfoSectionOptions, type index_d$7_GetOrCreateInfoSectionRequest as GetOrCreateInfoSectionRequest, type index_d$7_GetOrCreateInfoSectionResponse as GetOrCreateInfoSectionResponse, type index_d$7_GetOrCreateInfoSectionResponseNonNullableFields as GetOrCreateInfoSectionResponseNonNullableFields, type Gradient$1 as Gradient, type HTMLData$1 as HTMLData, type HTMLDataDataOneOf$1 as HTMLDataDataOneOf, type HeadingData$1 as HeadingData, type Height$1 as Height, type IdentificationData$6 as IdentificationData, type IdentificationDataIdOneOf$6 as IdentificationDataIdOneOf, type Image$1 as Image, type ImageData$1 as ImageData, type InfoSection$1 as InfoSection, type index_d$7_InfoSectionCreatedEnvelope as InfoSectionCreatedEnvelope, type index_d$7_InfoSectionDeletedEnvelope as InfoSectionDeletedEnvelope, type index_d$7_InfoSectionForGetOrCreate as InfoSectionForGetOrCreate, type InfoSectionNonNullableFields$1 as InfoSectionNonNullableFields, type index_d$7_InfoSectionUpdatedEnvelope as InfoSectionUpdatedEnvelope, type index_d$7_InfoSectionsQueryBuilder as InfoSectionsQueryBuilder, type index_d$7_InfoSectionsQueryResult as InfoSectionsQueryResult, InitialExpandedItems$1 as InitialExpandedItems, type InvalidateCache$4 as InvalidateCache, type InvalidateCacheGetByOneOf$4 as InvalidateCacheGetByOneOf, type Item$1 as Item, type ItemDataOneOf$1 as ItemDataOneOf, type ItemMetadata$3 as ItemMetadata, type ItemStyle$1 as ItemStyle, type Layout$1 as Layout, LayoutType$1 as LayoutType, LineStyle$1 as LineStyle, type Link$1 as Link, type LinkData$1 as LinkData, type LinkDataOneOf$1 as LinkDataOneOf, type LinkPreviewData$1 as LinkPreviewData, type ListValue$1 as ListValue, type MapData$1 as MapData, type MapSettings$1 as MapSettings, MapType$1 as MapType, type index_d$7_MaskedInfoSection as MaskedInfoSection, type Media$1 as Media, type MentionData$1 as MentionData, type MessageEnvelope$6 as MessageEnvelope, type Metadata$1 as Metadata, type Node$1 as Node, type NodeDataOneOf$1 as NodeDataOneOf, type NodeStyle$1 as NodeStyle, NodeType$1 as NodeType, NullValue$1 as NullValue, type Oembed$1 as Oembed, type Option$1 as Option, type OptionDesign$1 as OptionDesign, type OptionLayout$1 as OptionLayout, type OrderedListData$1 as OrderedListData, Orientation$1 as Orientation, type PDFSettings$1 as PDFSettings, type Page$4 as Page, type ParagraphData$1 as ParagraphData, type Permissions$1 as Permissions, type PlaybackOptions$1 as PlaybackOptions, type PluginContainerData$1 as PluginContainerData, PluginContainerDataAlignment$1 as PluginContainerDataAlignment, type PluginContainerDataWidth$1 as PluginContainerDataWidth, type PluginContainerDataWidthDataOneOf$1 as PluginContainerDataWidthDataOneOf, type Poll$1 as Poll, type PollData$1 as PollData, type PollDataLayout$1 as PollDataLayout, type PollDesign$1 as PollDesign, type PollLayout$1 as PollLayout, PollLayoutDirection$1 as PollLayoutDirection, PollLayoutType$1 as PollLayoutType, type index_d$7_QueryInfoSectionsOptions as QueryInfoSectionsOptions, type index_d$7_QueryInfoSectionsRequest as QueryInfoSectionsRequest, type index_d$7_QueryInfoSectionsResponse as QueryInfoSectionsResponse, type index_d$7_QueryInfoSectionsResponseNonNullableFields as QueryInfoSectionsResponseNonNullableFields, type Rel$1 as Rel, RequestedFields$2 as RequestedFields, type RestoreInfo$4 as RestoreInfo, type RichContent$1 as RichContent, type Settings$1 as Settings, SortOrder$4 as SortOrder, type Sorting$4 as Sorting, Source$1 as Source, type Spoiler$1 as Spoiler, type SpoilerData$1 as SpoilerData, type Styles$1 as Styles, type TableCellData$1 as TableCellData, type TableData$1 as TableData, Target$1 as Target, TextAlignment$1 as TextAlignment, type TextData$1 as TextData, type TextNodeStyle$1 as TextNodeStyle, type TextStyle$1 as TextStyle, type Thumbnails$1 as Thumbnails, ThumbnailsAlignment$1 as ThumbnailsAlignment, Type$1 as Type, type URI$4 as URI, type index_d$7_UpdateInfoSection as UpdateInfoSection, type index_d$7_UpdateInfoSectionOptions as UpdateInfoSectionOptions, type index_d$7_UpdateInfoSectionRequest as UpdateInfoSectionRequest, type index_d$7_UpdateInfoSectionResponse as UpdateInfoSectionResponse, type index_d$7_UpdateInfoSectionResponseNonNullableFields as UpdateInfoSectionResponseNonNullableFields, VerticalAlignment$1 as VerticalAlignment, type Video$1 as Video, type VideoData$1 as VideoData, ViewMode$1 as ViewMode, ViewRole$1 as ViewRole, VoteRole$1 as VoteRole, WebhookIdentityType$6 as WebhookIdentityType, Width$1 as Width, WidthType$1 as WidthType, index_d$7_bulkCreateInfoSections as bulkCreateInfoSections, index_d$7_bulkDeleteInfoSections as bulkDeleteInfoSections, index_d$7_bulkGetOrCreateInfoSections as bulkGetOrCreateInfoSections, index_d$7_bulkUpdateInfoSections as bulkUpdateInfoSections, index_d$7_createInfoSection as createInfoSection, index_d$7_deleteInfoSection as deleteInfoSection, index_d$7_getInfoSection as getInfoSection, index_d$7_getOrCreateInfoSection as getOrCreateInfoSection, index_d$7_onInfoSectionCreated as onInfoSectionCreated, index_d$7_onInfoSectionDeleted as onInfoSectionDeleted, index_d$7_onInfoSectionUpdated as onInfoSectionUpdated, index_d$7_queryInfoSections as queryInfoSections, index_d$7_updateInfoSection as updateInfoSection };
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 index_d$6_AdjustInventoryAction = AdjustInventoryAction;
8826
8824
  type index_d$6_AdjustInventoryActionActionOneOf = AdjustInventoryActionActionOneOf;
@@ -8920,7 +8918,7 @@ declare const index_d$6_queryInventoryItems: typeof queryInventoryItems;
8920
8918
  declare const index_d$6_searchInventoryItems: typeof searchInventoryItems;
8921
8919
  declare const index_d$6_updateInventoryItem: typeof updateInventoryItem;
8922
8920
  declare namespace index_d$6 {
8923
- export { type ActionEvent$3 as ActionEvent, type index_d$6_AdjustInventoryAction as AdjustInventoryAction, type index_d$6_AdjustInventoryActionActionOneOf as AdjustInventoryActionActionOneOf, type Aggregation$1 as Aggregation, type AggregationData$1 as AggregationData, type AggregationKindOneOf$1 as AggregationKindOneOf, type AggregationResults$1 as AggregationResults, type AggregationResultsResultOneOf$1 as AggregationResultsResultOneOf, type AggregationResultsScalarResult$1 as AggregationResultsScalarResult, AggregationType$1 as AggregationType, type App$3 as App, type ApplicationError$2 as ApplicationError, AvailabilityStatus$1 as AvailabilityStatus, type BaseEventMetadata$2 as BaseEventMetadata, type BulkActionMetadata$2 as BulkActionMetadata, type index_d$6_BulkCreateInventoryItemsOptions as BulkCreateInventoryItemsOptions, type index_d$6_BulkCreateInventoryItemsRequest as BulkCreateInventoryItemsRequest, type index_d$6_BulkCreateInventoryItemsResponse as BulkCreateInventoryItemsResponse, type index_d$6_BulkCreateInventoryItemsResponseNonNullableFields as BulkCreateInventoryItemsResponseNonNullableFields, type index_d$6_BulkDecrementInventoryItemsByVariantAndLocationOptions as BulkDecrementInventoryItemsByVariantAndLocationOptions, type index_d$6_BulkDecrementInventoryItemsByVariantAndLocationRequest as BulkDecrementInventoryItemsByVariantAndLocationRequest, type index_d$6_BulkDecrementInventoryItemsByVariantAndLocationResponse as BulkDecrementInventoryItemsByVariantAndLocationResponse, type index_d$6_BulkDecrementInventoryItemsByVariantAndLocationResponseNonNullableFields as BulkDecrementInventoryItemsByVariantAndLocationResponseNonNullableFields, type index_d$6_BulkDecrementInventoryItemsOptions as BulkDecrementInventoryItemsOptions, type index_d$6_BulkDecrementInventoryItemsRequest as BulkDecrementInventoryItemsRequest, type index_d$6_BulkDecrementInventoryItemsResponse as BulkDecrementInventoryItemsResponse, type index_d$6_BulkDecrementInventoryItemsResponseNonNullableFields as BulkDecrementInventoryItemsResponseNonNullableFields, type index_d$6_BulkDeleteInventoryItemsRequest as BulkDeleteInventoryItemsRequest, type index_d$6_BulkDeleteInventoryItemsResponse as BulkDeleteInventoryItemsResponse, type index_d$6_BulkDeleteInventoryItemsResponseNonNullableFields as BulkDeleteInventoryItemsResponseNonNullableFields, type index_d$6_BulkIncrementInventoryItemsByVariantAndLocationOptions as BulkIncrementInventoryItemsByVariantAndLocationOptions, type index_d$6_BulkIncrementInventoryItemsByVariantAndLocationRequest as BulkIncrementInventoryItemsByVariantAndLocationRequest, type index_d$6_BulkIncrementInventoryItemsByVariantAndLocationResponse as BulkIncrementInventoryItemsByVariantAndLocationResponse, type index_d$6_BulkIncrementInventoryItemsByVariantAndLocationResponseNonNullableFields as BulkIncrementInventoryItemsByVariantAndLocationResponseNonNullableFields, type index_d$6_BulkIncrementInventoryItemsOptions as BulkIncrementInventoryItemsOptions, type index_d$6_BulkIncrementInventoryItemsRequest as BulkIncrementInventoryItemsRequest, type index_d$6_BulkIncrementInventoryItemsResponse as BulkIncrementInventoryItemsResponse, type index_d$6_BulkIncrementInventoryItemsResponseNonNullableFields as BulkIncrementInventoryItemsResponseNonNullableFields, type BulkInventoryItemAction$1 as BulkInventoryItemAction, type BulkInventoryItemResult$1 as BulkInventoryItemResult, type index_d$6_BulkSetInventoryItemsForProductsInLocationRequest as BulkSetInventoryItemsForProductsInLocationRequest, type index_d$6_BulkSetInventoryItemsForProductsInLocationResponse as BulkSetInventoryItemsForProductsInLocationResponse, type index_d$6_BulkSetOrAdjustInventoryItemsByFilterRequest as BulkSetOrAdjustInventoryItemsByFilterRequest, type index_d$6_BulkSetOrAdjustInventoryItemsByFilterResponse as BulkSetOrAdjustInventoryItemsByFilterResponse, type index_d$6_BulkUpdateInventoryItemsByFilterOptions as BulkUpdateInventoryItemsByFilterOptions, type index_d$6_BulkUpdateInventoryItemsByFilterRequest as BulkUpdateInventoryItemsByFilterRequest, type index_d$6_BulkUpdateInventoryItemsByFilterResponse as BulkUpdateInventoryItemsByFilterResponse, type index_d$6_BulkUpdateInventoryItemsByFilterResponseNonNullableFields as BulkUpdateInventoryItemsByFilterResponseNonNullableFields, type index_d$6_BulkUpdateInventoryItemsOptions as BulkUpdateInventoryItemsOptions, type BulkUpdateInventoryItemsRequest$1 as BulkUpdateInventoryItemsRequest, type BulkUpdateInventoryItemsResponse$1 as BulkUpdateInventoryItemsResponse, type index_d$6_BulkUpdateInventoryItemsResponseNonNullableFields as BulkUpdateInventoryItemsResponseNonNullableFields, type index_d$6_CreateInventoryItemRequest as CreateInventoryItemRequest, type index_d$6_CreateInventoryItemResponse as CreateInventoryItemResponse, type index_d$6_CreateInventoryItemResponseNonNullableFields as CreateInventoryItemResponseNonNullableFields, type CursorPaging$3 as CursorPaging, type CursorPagingMetadata$3 as CursorPagingMetadata, type CursorSearch$1 as CursorSearch, type CursorSearchPagingMethodOneOf$1 as CursorSearchPagingMethodOneOf, type Cursors$3 as Cursors, type DateHistogramAggregation$1 as DateHistogramAggregation, type DateHistogramResult$1 as DateHistogramResult, type DateHistogramResults$1 as DateHistogramResults, type index_d$6_DecrementDataById as DecrementDataById, type index_d$6_DecrementDataByVariantAndLocation as DecrementDataByVariantAndLocation, type index_d$6_DeleteInventoryItemRequest as DeleteInventoryItemRequest, type index_d$6_DeleteInventoryItemResponse as DeleteInventoryItemResponse, type DomainEvent$3 as DomainEvent, type DomainEventBodyOneOf$3 as DomainEventBodyOneOf, type Empty$4 as Empty, type EntityCreatedEvent$3 as EntityCreatedEvent, type EntityDeletedEvent$3 as EntityDeletedEvent, type EntityUpdatedEvent$3 as EntityUpdatedEvent, type EventMetadata$1 as EventMetadata, type ExtendedFields$1 as ExtendedFields, type File$3 as File, type index_d$6_GetInventoryItemRequest as GetInventoryItemRequest, type index_d$6_GetInventoryItemResponse as GetInventoryItemResponse, type index_d$6_GetInventoryItemResponseNonNullableFields as GetInventoryItemResponseNonNullableFields, type GroupByAggregation$1 as GroupByAggregation, type GroupByAggregationKindOneOf$1 as GroupByAggregationKindOneOf, type GroupByValueResults$1 as GroupByValueResults, type IdentificationData$5 as IdentificationData, type IdentificationDataIdOneOf$5 as IdentificationDataIdOneOf, type IncludeMissingValuesOptions$1 as IncludeMissingValuesOptions, type index_d$6_IncrementDataById as IncrementDataById, type index_d$6_IncrementDataByVariantAndLocation as IncrementDataByVariantAndLocation, Interval$1 as Interval, type InvalidateCache$3 as InvalidateCache, type InvalidateCacheGetByOneOf$3 as InvalidateCacheGetByOneOf, type index_d$6_InventoryCursorPaging as InventoryCursorPaging, type InventoryItem$1 as InventoryItem, type index_d$6_InventoryItemCreatedEnvelope as InventoryItemCreatedEnvelope, type index_d$6_InventoryItemDeletedEnvelope as InventoryItemDeletedEnvelope, type InventoryItemNonNullableFields$1 as InventoryItemNonNullableFields, type index_d$6_InventoryItemStockStatusUpdatedEnvelope as InventoryItemStockStatusUpdatedEnvelope, type index_d$6_InventoryItemStockStatusUpdatedEvent as InventoryItemStockStatusUpdatedEvent, type InventoryItemTrackingMethodOneOf$1 as InventoryItemTrackingMethodOneOf, type index_d$6_InventoryItemUpdatedEnvelope as InventoryItemUpdatedEnvelope, type index_d$6_InventoryItemUpdatedWithReason as InventoryItemUpdatedWithReason, type index_d$6_InventoryItemUpdatedWithReasonEnvelope as InventoryItemUpdatedWithReasonEnvelope, type index_d$6_InventoryItemsQueryBuilder as InventoryItemsQueryBuilder, type index_d$6_InventoryItemsQueryResult as InventoryItemsQueryResult, type index_d$6_InventoryPaging as InventoryPaging, type index_d$6_InventoryQuery as InventoryQuery, type index_d$6_InventoryQueryPagingMethodOneOf as InventoryQueryPagingMethodOneOf, type ItemMetadata$2 as ItemMetadata, type index_d$6_MaskedInventoryItem as MaskedInventoryItem, type MessageEnvelope$5 as MessageEnvelope, MissingValues$1 as MissingValues, Mode$1 as Mode, type NestedAggregation$1 as NestedAggregation, type NestedAggregationItem$1 as NestedAggregationItem, type NestedAggregationItemKindOneOf$1 as NestedAggregationItemKindOneOf, type NestedAggregationResults$1 as NestedAggregationResults, type NestedAggregationResultsResultOneOf$1 as NestedAggregationResultsResultOneOf, NestedAggregationType$1 as NestedAggregationType, type NestedResultValue$1 as NestedResultValue, type NestedResultValueResultOneOf$1 as NestedResultValueResultOneOf, type NestedResults$1 as NestedResults, type NestedValueAggregationResult$1 as NestedValueAggregationResult, type Page$3 as Page, type PagingMetadata$3 as PagingMetadata, type PlatformOffsetSearch$1 as PlatformOffsetSearch, type PlatformOffsetSearchPagingMethodOneOf$1 as PlatformOffsetSearchPagingMethodOneOf, type PlatformPaging$1 as PlatformPaging, type index_d$6_PlatformPagingMetadataV2 as PlatformPagingMetadataV2, type PreorderInfo$2 as PreorderInfo, type Product$1 as Product, type index_d$6_ProductInventoryItems as ProductInventoryItems, type index_d$6_QueryInventoryItemsRequest as QueryInventoryItemsRequest, type index_d$6_QueryInventoryItemsResponse as QueryInventoryItemsResponse, type index_d$6_QueryInventoryItemsResponseNonNullableFields as QueryInventoryItemsResponseNonNullableFields, type RangeAggregation$1 as RangeAggregation, type RangeAggregationResult$1 as RangeAggregationResult, type RangeBucket$1 as RangeBucket, type RangeResult$1 as RangeResult, type RangeResults$1 as RangeResults, ReasonType$1 as ReasonType, type RestoreInfo$3 as RestoreInfo, type Results$1 as Results, type ScalarAggregation$1 as ScalarAggregation, type ScalarResult$1 as ScalarResult, ScalarType$1 as ScalarType, type SearchDetails$1 as SearchDetails, type index_d$6_SearchInventoryItemsOptions as SearchInventoryItemsOptions, type index_d$6_SearchInventoryItemsRequest as SearchInventoryItemsRequest, type index_d$6_SearchInventoryItemsResponse as SearchInventoryItemsResponse, type index_d$6_SearchInventoryItemsResponseNonNullableFields as SearchInventoryItemsResponseNonNullableFields, type index_d$6_SearchInventoryItemsWithOffsetRequest as SearchInventoryItemsWithOffsetRequest, type index_d$6_SearchInventoryItemsWithOffsetResponse as SearchInventoryItemsWithOffsetResponse, SortDirection$1 as SortDirection, SortOrder$3 as SortOrder, SortType$1 as SortType, type Sorting$3 as Sorting, type URI$3 as URI, type index_d$6_UpdateInventoryItem as UpdateInventoryItem, type index_d$6_UpdateInventoryItemOptions as UpdateInventoryItemOptions, type index_d$6_UpdateInventoryItemRequest as UpdateInventoryItemRequest, type index_d$6_UpdateInventoryItemResponse as UpdateInventoryItemResponse, type index_d$6_UpdateInventoryItemResponseNonNullableFields as UpdateInventoryItemResponseNonNullableFields, type index_d$6_V3BulkInventoryItemResult as V3BulkInventoryItemResult, type ValueAggregation$1 as ValueAggregation, type ValueAggregationOptionsOneOf$1 as ValueAggregationOptionsOneOf, type ValueAggregationResult$1 as ValueAggregationResult, type ValueResult$1 as ValueResult, type ValueResults$1 as ValueResults, WebhookIdentityType$5 as WebhookIdentityType, index_d$6_bulkCreateInventoryItems as bulkCreateInventoryItems, index_d$6_bulkDecrementInventoryItems as bulkDecrementInventoryItems, index_d$6_bulkDecrementInventoryItemsByVariantAndLocation as bulkDecrementInventoryItemsByVariantAndLocation, index_d$6_bulkDeleteInventoryItems as bulkDeleteInventoryItems, index_d$6_bulkIncrementInventoryItems as bulkIncrementInventoryItems, index_d$6_bulkIncrementInventoryItemsByVariantAndLocation as bulkIncrementInventoryItemsByVariantAndLocation, index_d$6_bulkUpdateInventoryItems as bulkUpdateInventoryItems, index_d$6_bulkUpdateInventoryItemsByFilter as bulkUpdateInventoryItemsByFilter, index_d$6_createInventoryItem as createInventoryItem, index_d$6_deleteInventoryItem as deleteInventoryItem, index_d$6_getInventoryItem as getInventoryItem, index_d$6_onInventoryItemCreated as onInventoryItemCreated, index_d$6_onInventoryItemDeleted as onInventoryItemDeleted, index_d$6_onInventoryItemStockStatusUpdated as onInventoryItemStockStatusUpdated, index_d$6_onInventoryItemUpdated as onInventoryItemUpdated, index_d$6_onInventoryItemUpdatedWithReason as onInventoryItemUpdatedWithReason, index_d$6_queryInventoryItems as queryInventoryItems, index_d$6_searchInventoryItems as searchInventoryItems, index_d$6_updateInventoryItem as updateInventoryItem };
8921
+ export { type ActionEvent$3 as ActionEvent, type index_d$6_AdjustInventoryAction as AdjustInventoryAction, type index_d$6_AdjustInventoryActionActionOneOf as AdjustInventoryActionActionOneOf, type Aggregation$1 as Aggregation, type AggregationData$1 as AggregationData, type AggregationKindOneOf$1 as AggregationKindOneOf, type AggregationResults$1 as AggregationResults, type AggregationResultsResultOneOf$1 as AggregationResultsResultOneOf, type AggregationResultsScalarResult$1 as AggregationResultsScalarResult, AggregationType$1 as AggregationType, type App$3 as App, type ApplicationError$2 as ApplicationError, AvailabilityStatus$1 as AvailabilityStatus, type BaseEventMetadata$3 as BaseEventMetadata, type BulkActionMetadata$2 as BulkActionMetadata, type index_d$6_BulkCreateInventoryItemsOptions as BulkCreateInventoryItemsOptions, type index_d$6_BulkCreateInventoryItemsRequest as BulkCreateInventoryItemsRequest, type index_d$6_BulkCreateInventoryItemsResponse as BulkCreateInventoryItemsResponse, type index_d$6_BulkCreateInventoryItemsResponseNonNullableFields as BulkCreateInventoryItemsResponseNonNullableFields, type index_d$6_BulkDecrementInventoryItemsByVariantAndLocationOptions as BulkDecrementInventoryItemsByVariantAndLocationOptions, type index_d$6_BulkDecrementInventoryItemsByVariantAndLocationRequest as BulkDecrementInventoryItemsByVariantAndLocationRequest, type index_d$6_BulkDecrementInventoryItemsByVariantAndLocationResponse as BulkDecrementInventoryItemsByVariantAndLocationResponse, type index_d$6_BulkDecrementInventoryItemsByVariantAndLocationResponseNonNullableFields as BulkDecrementInventoryItemsByVariantAndLocationResponseNonNullableFields, type index_d$6_BulkDecrementInventoryItemsOptions as BulkDecrementInventoryItemsOptions, type index_d$6_BulkDecrementInventoryItemsRequest as BulkDecrementInventoryItemsRequest, type index_d$6_BulkDecrementInventoryItemsResponse as BulkDecrementInventoryItemsResponse, type index_d$6_BulkDecrementInventoryItemsResponseNonNullableFields as BulkDecrementInventoryItemsResponseNonNullableFields, type index_d$6_BulkDeleteInventoryItemsRequest as BulkDeleteInventoryItemsRequest, type index_d$6_BulkDeleteInventoryItemsResponse as BulkDeleteInventoryItemsResponse, type index_d$6_BulkDeleteInventoryItemsResponseNonNullableFields as BulkDeleteInventoryItemsResponseNonNullableFields, type index_d$6_BulkIncrementInventoryItemsByVariantAndLocationOptions as BulkIncrementInventoryItemsByVariantAndLocationOptions, type index_d$6_BulkIncrementInventoryItemsByVariantAndLocationRequest as BulkIncrementInventoryItemsByVariantAndLocationRequest, type index_d$6_BulkIncrementInventoryItemsByVariantAndLocationResponse as BulkIncrementInventoryItemsByVariantAndLocationResponse, type index_d$6_BulkIncrementInventoryItemsByVariantAndLocationResponseNonNullableFields as BulkIncrementInventoryItemsByVariantAndLocationResponseNonNullableFields, type index_d$6_BulkIncrementInventoryItemsOptions as BulkIncrementInventoryItemsOptions, type index_d$6_BulkIncrementInventoryItemsRequest as BulkIncrementInventoryItemsRequest, type index_d$6_BulkIncrementInventoryItemsResponse as BulkIncrementInventoryItemsResponse, type index_d$6_BulkIncrementInventoryItemsResponseNonNullableFields as BulkIncrementInventoryItemsResponseNonNullableFields, type BulkInventoryItemAction$1 as BulkInventoryItemAction, type BulkInventoryItemResult$1 as BulkInventoryItemResult, type index_d$6_BulkSetInventoryItemsForProductsInLocationRequest as BulkSetInventoryItemsForProductsInLocationRequest, type index_d$6_BulkSetInventoryItemsForProductsInLocationResponse as BulkSetInventoryItemsForProductsInLocationResponse, type index_d$6_BulkSetOrAdjustInventoryItemsByFilterRequest as BulkSetOrAdjustInventoryItemsByFilterRequest, type index_d$6_BulkSetOrAdjustInventoryItemsByFilterResponse as BulkSetOrAdjustInventoryItemsByFilterResponse, type index_d$6_BulkUpdateInventoryItemsByFilterOptions as BulkUpdateInventoryItemsByFilterOptions, type index_d$6_BulkUpdateInventoryItemsByFilterRequest as BulkUpdateInventoryItemsByFilterRequest, type index_d$6_BulkUpdateInventoryItemsByFilterResponse as BulkUpdateInventoryItemsByFilterResponse, type index_d$6_BulkUpdateInventoryItemsByFilterResponseNonNullableFields as BulkUpdateInventoryItemsByFilterResponseNonNullableFields, type index_d$6_BulkUpdateInventoryItemsOptions as BulkUpdateInventoryItemsOptions, type BulkUpdateInventoryItemsRequest$1 as BulkUpdateInventoryItemsRequest, type BulkUpdateInventoryItemsResponse$1 as BulkUpdateInventoryItemsResponse, type index_d$6_BulkUpdateInventoryItemsResponseNonNullableFields as BulkUpdateInventoryItemsResponseNonNullableFields, type index_d$6_CreateInventoryItemRequest as CreateInventoryItemRequest, type index_d$6_CreateInventoryItemResponse as CreateInventoryItemResponse, type index_d$6_CreateInventoryItemResponseNonNullableFields as CreateInventoryItemResponseNonNullableFields, type CursorPaging$3 as CursorPaging, type CursorPagingMetadata$3 as CursorPagingMetadata, type CursorSearch$1 as CursorSearch, type CursorSearchPagingMethodOneOf$1 as CursorSearchPagingMethodOneOf, type Cursors$3 as Cursors, type DateHistogramAggregation$1 as DateHistogramAggregation, type DateHistogramResult$1 as DateHistogramResult, type DateHistogramResults$1 as DateHistogramResults, type index_d$6_DecrementDataById as DecrementDataById, type index_d$6_DecrementDataByVariantAndLocation as DecrementDataByVariantAndLocation, type index_d$6_DeleteInventoryItemRequest as DeleteInventoryItemRequest, type index_d$6_DeleteInventoryItemResponse as DeleteInventoryItemResponse, type DomainEvent$3 as DomainEvent, type DomainEventBodyOneOf$3 as DomainEventBodyOneOf, type Empty$4 as Empty, type EntityCreatedEvent$3 as EntityCreatedEvent, type EntityDeletedEvent$3 as EntityDeletedEvent, type EntityUpdatedEvent$3 as EntityUpdatedEvent, type EventMetadata$2 as EventMetadata, type ExtendedFields$1 as ExtendedFields, type File$3 as File, type index_d$6_GetInventoryItemRequest as GetInventoryItemRequest, type index_d$6_GetInventoryItemResponse as GetInventoryItemResponse, type index_d$6_GetInventoryItemResponseNonNullableFields as GetInventoryItemResponseNonNullableFields, type GroupByAggregation$1 as GroupByAggregation, type GroupByAggregationKindOneOf$1 as GroupByAggregationKindOneOf, type GroupByValueResults$1 as GroupByValueResults, type IdentificationData$5 as IdentificationData, type IdentificationDataIdOneOf$5 as IdentificationDataIdOneOf, type IncludeMissingValuesOptions$1 as IncludeMissingValuesOptions, type index_d$6_IncrementDataById as IncrementDataById, type index_d$6_IncrementDataByVariantAndLocation as IncrementDataByVariantAndLocation, Interval$1 as Interval, type InvalidateCache$3 as InvalidateCache, type InvalidateCacheGetByOneOf$3 as InvalidateCacheGetByOneOf, type index_d$6_InventoryCursorPaging as InventoryCursorPaging, type InventoryItem$1 as InventoryItem, type index_d$6_InventoryItemCreatedEnvelope as InventoryItemCreatedEnvelope, type index_d$6_InventoryItemDeletedEnvelope as InventoryItemDeletedEnvelope, type InventoryItemNonNullableFields$1 as InventoryItemNonNullableFields, type index_d$6_InventoryItemStockStatusUpdatedEnvelope as InventoryItemStockStatusUpdatedEnvelope, type index_d$6_InventoryItemStockStatusUpdatedEvent as InventoryItemStockStatusUpdatedEvent, type InventoryItemTrackingMethodOneOf$1 as InventoryItemTrackingMethodOneOf, type index_d$6_InventoryItemUpdatedEnvelope as InventoryItemUpdatedEnvelope, type index_d$6_InventoryItemUpdatedWithReason as InventoryItemUpdatedWithReason, type index_d$6_InventoryItemUpdatedWithReasonEnvelope as InventoryItemUpdatedWithReasonEnvelope, type index_d$6_InventoryItemsQueryBuilder as InventoryItemsQueryBuilder, type index_d$6_InventoryItemsQueryResult as InventoryItemsQueryResult, type index_d$6_InventoryPaging as InventoryPaging, type index_d$6_InventoryQuery as InventoryQuery, type index_d$6_InventoryQueryPagingMethodOneOf as InventoryQueryPagingMethodOneOf, type ItemMetadata$2 as ItemMetadata, type index_d$6_MaskedInventoryItem as MaskedInventoryItem, type MessageEnvelope$5 as MessageEnvelope, MissingValues$1 as MissingValues, Mode$1 as Mode, type NestedAggregation$1 as NestedAggregation, type NestedAggregationItem$1 as NestedAggregationItem, type NestedAggregationItemKindOneOf$1 as NestedAggregationItemKindOneOf, type NestedAggregationResults$1 as NestedAggregationResults, type NestedAggregationResultsResultOneOf$1 as NestedAggregationResultsResultOneOf, NestedAggregationType$1 as NestedAggregationType, type NestedResultValue$1 as NestedResultValue, type NestedResultValueResultOneOf$1 as NestedResultValueResultOneOf, type NestedResults$1 as NestedResults, type NestedValueAggregationResult$1 as NestedValueAggregationResult, type Page$3 as Page, type PagingMetadata$3 as PagingMetadata, type PlatformOffsetSearch$1 as PlatformOffsetSearch, type PlatformOffsetSearchPagingMethodOneOf$1 as PlatformOffsetSearchPagingMethodOneOf, type PlatformPaging$1 as PlatformPaging, type index_d$6_PlatformPagingMetadataV2 as PlatformPagingMetadataV2, type PreorderInfo$2 as PreorderInfo, type Product$1 as Product, type index_d$6_ProductInventoryItems as ProductInventoryItems, type index_d$6_QueryInventoryItemsRequest as QueryInventoryItemsRequest, type index_d$6_QueryInventoryItemsResponse as QueryInventoryItemsResponse, type index_d$6_QueryInventoryItemsResponseNonNullableFields as QueryInventoryItemsResponseNonNullableFields, type RangeAggregation$1 as RangeAggregation, type RangeAggregationResult$1 as RangeAggregationResult, type RangeBucket$1 as RangeBucket, type RangeResult$1 as RangeResult, type RangeResults$1 as RangeResults, ReasonType$1 as ReasonType, type RestoreInfo$3 as RestoreInfo, type Results$1 as Results, type ScalarAggregation$1 as ScalarAggregation, type ScalarResult$1 as ScalarResult, ScalarType$1 as ScalarType, type SearchDetails$1 as SearchDetails, type index_d$6_SearchInventoryItemsOptions as SearchInventoryItemsOptions, type index_d$6_SearchInventoryItemsRequest as SearchInventoryItemsRequest, type index_d$6_SearchInventoryItemsResponse as SearchInventoryItemsResponse, type index_d$6_SearchInventoryItemsResponseNonNullableFields as SearchInventoryItemsResponseNonNullableFields, type index_d$6_SearchInventoryItemsWithOffsetRequest as SearchInventoryItemsWithOffsetRequest, type index_d$6_SearchInventoryItemsWithOffsetResponse as SearchInventoryItemsWithOffsetResponse, SortDirection$1 as SortDirection, SortOrder$3 as SortOrder, SortType$1 as SortType, type Sorting$3 as Sorting, type URI$3 as URI, type index_d$6_UpdateInventoryItem as UpdateInventoryItem, type index_d$6_UpdateInventoryItemOptions as UpdateInventoryItemOptions, type index_d$6_UpdateInventoryItemRequest as UpdateInventoryItemRequest, type index_d$6_UpdateInventoryItemResponse as UpdateInventoryItemResponse, type index_d$6_UpdateInventoryItemResponseNonNullableFields as UpdateInventoryItemResponseNonNullableFields, type index_d$6_V3BulkInventoryItemResult as V3BulkInventoryItemResult, type ValueAggregation$1 as ValueAggregation, type ValueAggregationOptionsOneOf$1 as ValueAggregationOptionsOneOf, type ValueAggregationResult$1 as ValueAggregationResult, type ValueResult$1 as ValueResult, type ValueResults$1 as ValueResults, WebhookIdentityType$5 as WebhookIdentityType, index_d$6_bulkCreateInventoryItems as bulkCreateInventoryItems, index_d$6_bulkDecrementInventoryItems as bulkDecrementInventoryItems, index_d$6_bulkDecrementInventoryItemsByVariantAndLocation as bulkDecrementInventoryItemsByVariantAndLocation, index_d$6_bulkDeleteInventoryItems as bulkDeleteInventoryItems, index_d$6_bulkIncrementInventoryItems as bulkIncrementInventoryItems, index_d$6_bulkIncrementInventoryItemsByVariantAndLocation as bulkIncrementInventoryItemsByVariantAndLocation, index_d$6_bulkUpdateInventoryItems as bulkUpdateInventoryItems, index_d$6_bulkUpdateInventoryItemsByFilter as bulkUpdateInventoryItemsByFilter, index_d$6_createInventoryItem as createInventoryItem, index_d$6_deleteInventoryItem as deleteInventoryItem, index_d$6_getInventoryItem as getInventoryItem, index_d$6_onInventoryItemCreated as onInventoryItemCreated, index_d$6_onInventoryItemDeleted as onInventoryItemDeleted, index_d$6_onInventoryItemStockStatusUpdated as onInventoryItemStockStatusUpdated, index_d$6_onInventoryItemUpdated as onInventoryItemUpdated, index_d$6_onInventoryItemUpdatedWithReason as onInventoryItemUpdatedWithReason, index_d$6_queryInventoryItems as queryInventoryItems, index_d$6_searchInventoryItems as searchInventoryItems, index_d$6_updateInventoryItem as updateInventoryItem };
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 index_d$5_AdjustValue = AdjustValue;
15939
15532
  type index_d$5_AdjustValueAdjustValueOneOf = AdjustValueAdjustValueOneOf;
@@ -16066,7 +15659,6 @@ type index_d$5_CatalogCountProductsOptions = CatalogCountProductsOptions;
16066
15659
  type index_d$5_CatalogCreateProductOptions = CatalogCreateProductOptions;
16067
15660
  type index_d$5_CatalogGetProductBySlugOptions = CatalogGetProductBySlugOptions;
16068
15661
  type index_d$5_CatalogGetProductOptions = CatalogGetProductOptions;
16069
- type index_d$5_CatalogQueryProductsOptions = CatalogQueryProductsOptions;
16070
15662
  type index_d$5_CatalogSearchProductsOptions = CatalogSearchProductsOptions;
16071
15663
  type index_d$5_CatalogUpdateExtendedFieldsOptions = CatalogUpdateExtendedFieldsOptions;
16072
15664
  type index_d$5_CatalogUpdateProduct = CatalogUpdateProduct;
@@ -16167,7 +15759,6 @@ type index_d$5_EmbedData = EmbedData;
16167
15759
  type index_d$5_Enum = Enum;
16168
15760
  declare const index_d$5_Enum: typeof Enum;
16169
15761
  type index_d$5_EventData = EventData;
16170
- type index_d$5_EventMetadata = EventMetadata;
16171
15762
  type index_d$5_EventuallyConsistentQueryProductsRequest = EventuallyConsistentQueryProductsRequest;
16172
15763
  type index_d$5_EventuallyConsistentQueryProductsResponse = EventuallyConsistentQueryProductsResponse;
16173
15764
  type index_d$5_ExtendedFields = ExtendedFields;
@@ -16350,6 +15941,9 @@ type index_d$5_ProductVariantUpdatedEnvelope = ProductVariantUpdatedEnvelope;
16350
15941
  type index_d$5_ProductVariants = ProductVariants;
16351
15942
  type index_d$5_ProductWithInventory = ProductWithInventory;
16352
15943
  type index_d$5_ProductWithInventoryTypedPropertiesOneOf = ProductWithInventoryTypedPropertiesOneOf;
15944
+ type index_d$5_ProductsQueryBuilder = ProductsQueryBuilder;
15945
+ type index_d$5_ProductsQueryResult = ProductsQueryResult;
15946
+ type index_d$5_QueryProductsOptions = QueryProductsOptions;
16353
15947
  type index_d$5_QueryProductsRequest = QueryProductsRequest;
16354
15948
  type index_d$5_QueryProductsResponse = QueryProductsResponse;
16355
15949
  type index_d$5_RangeAggregation = RangeAggregation;
@@ -16574,7 +16168,7 @@ declare const index_d$5_onProductVariantRemoved: typeof onProductVariantRemoved;
16574
16168
  declare const index_d$5_onProductVariantUpdated: typeof onProductVariantUpdated;
16575
16169
  declare const index_d$5_updateProductWithInventory: typeof updateProductWithInventory;
16576
16170
  declare namespace index_d$5 {
16577
- export { type ActionEvent$2 as ActionEvent, type index_d$5_AdjustValue as AdjustValue, type index_d$5_AdjustValueAdjustValueOneOf as AdjustValueAdjustValueOneOf, type index_d$5_Aggregation as Aggregation, type index_d$5_AggregationData as AggregationData, type index_d$5_AggregationDataAggregationResults as AggregationDataAggregationResults, type index_d$5_AggregationDataAggregationResultsResultOneOf as AggregationDataAggregationResultsResultOneOf, type index_d$5_AggregationDataAggregationResultsScalarResult as AggregationDataAggregationResultsScalarResult, type index_d$5_AggregationDateHistogramAggregation as AggregationDateHistogramAggregation, index_d$5_AggregationDateHistogramAggregationInterval as AggregationDateHistogramAggregationInterval, type index_d$5_AggregationKindOneOf as AggregationKindOneOf, type index_d$5_AggregationNestedAggregation as AggregationNestedAggregation, type index_d$5_AggregationNestedAggregationNestedAggregationItem as AggregationNestedAggregationNestedAggregationItem, type index_d$5_AggregationNestedAggregationNestedAggregationItemKindOneOf as AggregationNestedAggregationNestedAggregationItemKindOneOf, index_d$5_AggregationNestedAggregationNestedAggregationType as AggregationNestedAggregationNestedAggregationType, type index_d$5_AggregationRangeAggregation as AggregationRangeAggregation, type index_d$5_AggregationRangeAggregationRangeBucket as AggregationRangeAggregationRangeBucket, type index_d$5_AggregationResults as AggregationResults, type index_d$5_AggregationResultsDateHistogramResults as AggregationResultsDateHistogramResults, type index_d$5_AggregationResultsGroupByValueResults as AggregationResultsGroupByValueResults, type index_d$5_AggregationResultsNestedAggregationResults as AggregationResultsNestedAggregationResults, type index_d$5_AggregationResultsNestedAggregationResultsResultOneOf as AggregationResultsNestedAggregationResultsResultOneOf, type index_d$5_AggregationResultsNestedResults as AggregationResultsNestedResults, type index_d$5_AggregationResultsRangeResults as AggregationResultsRangeResults, type index_d$5_AggregationResultsResultOneOf as AggregationResultsResultOneOf, type index_d$5_AggregationResultsScalarResult as AggregationResultsScalarResult, type index_d$5_AggregationResultsValueResults as AggregationResultsValueResults, type index_d$5_AggregationScalarAggregation as AggregationScalarAggregation, index_d$5_AggregationType as AggregationType, type index_d$5_AggregationValueAggregation as AggregationValueAggregation, type index_d$5_AggregationValueAggregationIncludeMissingValuesOptions as AggregationValueAggregationIncludeMissingValuesOptions, index_d$5_AggregationValueAggregationMissingValues as AggregationValueAggregationMissingValues, type index_d$5_AggregationValueAggregationOptionsOneOf as AggregationValueAggregationOptionsOneOf, index_d$5_AggregationValueAggregationSortDirection as AggregationValueAggregationSortDirection, index_d$5_AggregationValueAggregationSortType as AggregationValueAggregationSortType, index_d$5_Alignment as Alignment, type index_d$5_AnchorData as AnchorData, type App$2 as App, type index_d$5_AppEmbedData as AppEmbedData, type index_d$5_AppEmbedDataAppDataOneOf as AppEmbedDataAppDataOneOf, index_d$5_AppType as AppType, type ApplicationError$1 as ApplicationError, type index_d$5_AudioData as AudioData, index_d$5_AvailabilityStatus as AvailabilityStatus, type index_d$5_Background as Background, type index_d$5_BackgroundBackgroundOneOf as BackgroundBackgroundOneOf, index_d$5_BackgroundType as BackgroundType, type BaseEventMetadata$1 as BaseEventMetadata, type index_d$5_BlockquoteData as BlockquoteData, type index_d$5_BookingData as BookingData, type index_d$5_Border as Border, type index_d$5_BorderColors as BorderColors, type index_d$5_Brand as Brand, type index_d$5_BreadCrumb as BreadCrumb, type index_d$5_BreadcrumbsInfo as BreadcrumbsInfo, type BulkActionMetadata$1 as BulkActionMetadata, type index_d$5_BulkAddInfoSectionsToProductsByFilterRequest as BulkAddInfoSectionsToProductsByFilterRequest, type index_d$5_BulkAddInfoSectionsToProductsByFilterResponse as BulkAddInfoSectionsToProductsByFilterResponse, type index_d$5_BulkAddInfoSectionsToProductsRequest as BulkAddInfoSectionsToProductsRequest, type index_d$5_BulkAddInfoSectionsToProductsResponse as BulkAddInfoSectionsToProductsResponse, type index_d$5_BulkAddProductsToCategoriesByFilterOptions as BulkAddProductsToCategoriesByFilterOptions, type index_d$5_BulkAddProductsToCategoriesByFilterRequest as BulkAddProductsToCategoriesByFilterRequest, type index_d$5_BulkAddProductsToCategoriesByFilterResponse as BulkAddProductsToCategoriesByFilterResponse, type index_d$5_BulkAddProductsToCategoriesByFilterResponseNonNullableFields as BulkAddProductsToCategoriesByFilterResponseNonNullableFields, type index_d$5_BulkAdjustProductVariantsByFilterOptions as BulkAdjustProductVariantsByFilterOptions, type index_d$5_BulkAdjustProductVariantsByFilterRequest as BulkAdjustProductVariantsByFilterRequest, index_d$5_BulkAdjustProductVariantsByFilterRequestRoundingStrategy as BulkAdjustProductVariantsByFilterRequestRoundingStrategy, type index_d$5_BulkAdjustProductVariantsByFilterResponse as BulkAdjustProductVariantsByFilterResponse, type index_d$5_BulkAdjustProductVariantsByFilterResponseNonNullableFields as BulkAdjustProductVariantsByFilterResponseNonNullableFields, type index_d$5_BulkAdjustVariantsByFilterRequest as BulkAdjustVariantsByFilterRequest, type index_d$5_BulkAdjustVariantsByFilterResponse as BulkAdjustVariantsByFilterResponse, type index_d$5_BulkCreateProductsRequest as BulkCreateProductsRequest, type index_d$5_BulkCreateProductsResponse as BulkCreateProductsResponse, type index_d$5_BulkCreateProductsResponseNonNullableFields as BulkCreateProductsResponseNonNullableFields, type index_d$5_BulkCreateProductsWithInventoryOptions as BulkCreateProductsWithInventoryOptions, type index_d$5_BulkCreateProductsWithInventoryRequest as BulkCreateProductsWithInventoryRequest, type index_d$5_BulkCreateProductsWithInventoryResponse as BulkCreateProductsWithInventoryResponse, type index_d$5_BulkCreateProductsWithInventoryResponseNonNullableFields as BulkCreateProductsWithInventoryResponseNonNullableFields, type index_d$5_BulkDeleteProductsByFilterRequest as BulkDeleteProductsByFilterRequest, type index_d$5_BulkDeleteProductsByFilterResponse as BulkDeleteProductsByFilterResponse, type index_d$5_BulkDeleteProductsRequest as BulkDeleteProductsRequest, type index_d$5_BulkDeleteProductsResponse as BulkDeleteProductsResponse, type index_d$5_BulkDeleteProductsResponseBulkProductResult as BulkDeleteProductsResponseBulkProductResult, type index_d$5_BulkInventoryItemAction as BulkInventoryItemAction, type index_d$5_BulkInventoryItemResult as BulkInventoryItemResult, type index_d$5_BulkInventoryItemResults as BulkInventoryItemResults, type index_d$5_BulkProductResult as BulkProductResult, type index_d$5_BulkProductResults as BulkProductResults, type index_d$5_BulkRemoveInfoSectionsFromProductsByFilterRequest as BulkRemoveInfoSectionsFromProductsByFilterRequest, type index_d$5_BulkRemoveInfoSectionsFromProductsByFilterResponse as BulkRemoveInfoSectionsFromProductsByFilterResponse, type index_d$5_BulkRemoveInfoSectionsFromProductsRequest as BulkRemoveInfoSectionsFromProductsRequest, type index_d$5_BulkRemoveInfoSectionsFromProductsResponse as BulkRemoveInfoSectionsFromProductsResponse, type index_d$5_BulkRemoveProductsFromCategoriesByFilterOptions as BulkRemoveProductsFromCategoriesByFilterOptions, type index_d$5_BulkRemoveProductsFromCategoriesByFilterRequest as BulkRemoveProductsFromCategoriesByFilterRequest, type index_d$5_BulkRemoveProductsFromCategoriesByFilterResponse as BulkRemoveProductsFromCategoriesByFilterResponse, type index_d$5_BulkRemoveProductsFromCategoriesByFilterResponseNonNullableFields as BulkRemoveProductsFromCategoriesByFilterResponseNonNullableFields, type index_d$5_BulkUpdateProductVariantsByFilterOptions as BulkUpdateProductVariantsByFilterOptions, type index_d$5_BulkUpdateProductVariantsByFilterRequest as BulkUpdateProductVariantsByFilterRequest, type index_d$5_BulkUpdateProductVariantsByFilterResponse as BulkUpdateProductVariantsByFilterResponse, type index_d$5_BulkUpdateProductVariantsByFilterResponseNonNullableFields as BulkUpdateProductVariantsByFilterResponseNonNullableFields, type index_d$5_BulkUpdateProductsByFilterRequest as BulkUpdateProductsByFilterRequest, type index_d$5_BulkUpdateProductsByFilterResponse as BulkUpdateProductsByFilterResponse, type index_d$5_BulkUpdateProductsRequest as BulkUpdateProductsRequest, type index_d$5_BulkUpdateProductsResponse as BulkUpdateProductsResponse, type index_d$5_BulkUpdateProductsResponseNonNullableFields as BulkUpdateProductsResponseNonNullableFields, type index_d$5_BulkUpdateProductsWithInventoryOptions as BulkUpdateProductsWithInventoryOptions, type index_d$5_BulkUpdateProductsWithInventoryRequest as BulkUpdateProductsWithInventoryRequest, type index_d$5_BulkUpdateProductsWithInventoryResponse as BulkUpdateProductsWithInventoryResponse, type index_d$5_BulkUpdateProductsWithInventoryResponseNonNullableFields as BulkUpdateProductsWithInventoryResponseNonNullableFields, type index_d$5_BulkUpdateVariantsByFilterRequest as BulkUpdateVariantsByFilterRequest, type index_d$5_BulkUpdateVariantsByFilterResponse as BulkUpdateVariantsByFilterResponse, type index_d$5_BulletedListData as BulletedListData, type index_d$5_ButtonData as ButtonData, type index_d$5_CatalogBulkAddInfoSectionsToProductsByFilterOptions as CatalogBulkAddInfoSectionsToProductsByFilterOptions, type index_d$5_CatalogBulkAddInfoSectionsToProductsOptions as CatalogBulkAddInfoSectionsToProductsOptions, type index_d$5_CatalogBulkCreateProductsOptions as CatalogBulkCreateProductsOptions, type index_d$5_CatalogBulkDeleteProductsByFilterOptions as CatalogBulkDeleteProductsByFilterOptions, type index_d$5_CatalogBulkRemoveInfoSectionsFromProductsByFilterOptions as CatalogBulkRemoveInfoSectionsFromProductsByFilterOptions, type index_d$5_CatalogBulkRemoveInfoSectionsFromProductsOptions as CatalogBulkRemoveInfoSectionsFromProductsOptions, type index_d$5_CatalogBulkUpdateProductsByFilterOptions as CatalogBulkUpdateProductsByFilterOptions, type index_d$5_CatalogBulkUpdateProductsOptions as CatalogBulkUpdateProductsOptions, type index_d$5_CatalogCountProductsOptions as CatalogCountProductsOptions, type index_d$5_CatalogCreateProductOptions as CatalogCreateProductOptions, type index_d$5_CatalogGetProductBySlugOptions as CatalogGetProductBySlugOptions, type index_d$5_CatalogGetProductOptions as CatalogGetProductOptions, type index_d$5_CatalogQueryProductsOptions as CatalogQueryProductsOptions, type index_d$5_CatalogSearchProductsOptions as CatalogSearchProductsOptions, type index_d$5_CatalogUpdateExtendedFieldsOptions as CatalogUpdateExtendedFieldsOptions, type index_d$5_CatalogUpdateProduct as CatalogUpdateProduct, type index_d$5_CatalogUpdateProductOptions as CatalogUpdateProductOptions, type index_d$5_CatalogV3BulkProductResult as CatalogV3BulkProductResult, type index_d$5_CategoryMoved as CategoryMoved, type index_d$5_CellStyle as CellStyle, index_d$5_ChoiceType as ChoiceType, type index_d$5_ChoicesSettings as ChoicesSettings, type index_d$5_CodeBlockData as CodeBlockData, type index_d$5_CollapsibleListData as CollapsibleListData, type index_d$5_ColorData as ColorData, type index_d$5_Colors as Colors, type index_d$5_CommonAggregation as CommonAggregation, type index_d$5_CommonAggregationData as CommonAggregationData, type index_d$5_CommonAggregationDateHistogramAggregation as CommonAggregationDateHistogramAggregation, type index_d$5_CommonAggregationKindOneOf as CommonAggregationKindOneOf, type index_d$5_CommonAggregationNestedAggregation as CommonAggregationNestedAggregation, type index_d$5_CommonAggregationRangeAggregation as CommonAggregationRangeAggregation, type index_d$5_CommonAggregationScalarAggregation as CommonAggregationScalarAggregation, index_d$5_CommonAggregationType as CommonAggregationType, type index_d$5_CommonAggregationValueAggregation as CommonAggregationValueAggregation, type index_d$5_CommonAggregationValueAggregationOptionsOneOf as CommonAggregationValueAggregationOptionsOneOf, type index_d$5_CommonBulkActionMetadata as CommonBulkActionMetadata, type index_d$5_CommonCursorPaging as CommonCursorPaging, type index_d$5_CommonCursorPagingMetadata as CommonCursorPagingMetadata, type index_d$5_CommonCursorQuery as CommonCursorQuery, type index_d$5_CommonCursorQueryPagingMethodOneOf as CommonCursorQueryPagingMethodOneOf, type index_d$5_CommonCursorSearch as CommonCursorSearch, type index_d$5_CommonCursorSearchPagingMethodOneOf as CommonCursorSearchPagingMethodOneOf, type index_d$5_CommonCursors as CommonCursors, type index_d$5_CommonItemMetadata as CommonItemMetadata, index_d$5_CommonScalarType as CommonScalarType, type index_d$5_CommonSearchDetails as CommonSearchDetails, index_d$5_CommonSearchDetailsMode as CommonSearchDetailsMode, index_d$5_CommonSortOrder as CommonSortOrder, type index_d$5_CommonSorting as CommonSorting, type index_d$5_ConnectedModifier as ConnectedModifier, type index_d$5_ConnectedModifierChoice as ConnectedModifierChoice, type index_d$5_ConnectedModifierChoiceValueOneOf as ConnectedModifierChoiceValueOneOf, type index_d$5_ConnectedModifierModifierSettingsOneOf as ConnectedModifierModifierSettingsOneOf, type index_d$5_ConnectedOption as ConnectedOption, type index_d$5_ConnectedOptionChoice as ConnectedOptionChoice, type index_d$5_ConnectedOptionChoiceValueOneOf as ConnectedOptionChoiceValueOneOf, type index_d$5_ConnectedOptionOptionSettingsOneOf as ConnectedOptionOptionSettingsOneOf, type index_d$5_CountProductsRequest as CountProductsRequest, type index_d$5_CountProductsResponse as CountProductsResponse, type index_d$5_CreateProductRequest as CreateProductRequest, type index_d$5_CreateProductResponse as CreateProductResponse, type index_d$5_CreateProductResponseNonNullableFields as CreateProductResponseNonNullableFields, type index_d$5_CreateProductWithInventoryOptions as CreateProductWithInventoryOptions, type index_d$5_CreateProductWithInventoryRequest as CreateProductWithInventoryRequest, type index_d$5_CreateProductWithInventoryResponse as CreateProductWithInventoryResponse, type index_d$5_CreateProductWithInventoryResponseNonNullableFields as CreateProductWithInventoryResponseNonNullableFields, index_d$5_Crop as Crop, type CursorPaging$2 as CursorPaging, type CursorPagingMetadata$2 as CursorPagingMetadata, type CursorQuery$2 as CursorQuery, type CursorQueryPagingMethodOneOf$2 as CursorQueryPagingMethodOneOf, type index_d$5_CursorSearch as CursorSearch, type index_d$5_CursorSearchPagingMethodOneOf as CursorSearchPagingMethodOneOf, type Cursors$2 as Cursors, type index_d$5_DateHistogramAggregation as DateHistogramAggregation, index_d$5_DateHistogramAggregationInterval as DateHistogramAggregationInterval, type index_d$5_DateHistogramResult as DateHistogramResult, type index_d$5_DateHistogramResults as DateHistogramResults, type index_d$5_DateHistogramResultsDateHistogramResult as DateHistogramResultsDateHistogramResult, type index_d$5_Decoration as Decoration, type index_d$5_DecorationDataOneOf as DecorationDataOneOf, index_d$5_DecorationType as DecorationType, type index_d$5_DeleteByFilterOperation as DeleteByFilterOperation, type index_d$5_DeleteByIdsOperation as DeleteByIdsOperation, type index_d$5_DeleteProductRequest as DeleteProductRequest, type index_d$5_DeleteProductResponse as DeleteProductResponse, type index_d$5_DeprecatedSearchProductsWithOffsetRequest as DeprecatedSearchProductsWithOffsetRequest, type index_d$5_DeprecatedSearchProductsWithOffsetResponse as DeprecatedSearchProductsWithOffsetResponse, type index_d$5_Design as Design, type index_d$5_Dimensions as Dimensions, index_d$5_Direction as Direction, DiscountType$1 as DiscountType, type index_d$5_DividerData as DividerData, type index_d$5_DoNotCallBulkCreateProductsRequest as DoNotCallBulkCreateProductsRequest, type index_d$5_DoNotCallBulkCreateProductsResponse as DoNotCallBulkCreateProductsResponse, type index_d$5_DoNotCallBulkUpdateProductsRequest as DoNotCallBulkUpdateProductsRequest, type index_d$5_DoNotCallBulkUpdateProductsResponse as DoNotCallBulkUpdateProductsResponse, type index_d$5_DoNotCallCreateProductRequest as DoNotCallCreateProductRequest, type index_d$5_DoNotCallCreateProductResponse as DoNotCallCreateProductResponse, type index_d$5_DoNotCallUpdateProductRequest as DoNotCallUpdateProductRequest, type index_d$5_DoNotCallUpdateProductResponse as DoNotCallUpdateProductResponse, type index_d$5_DocumentImage as DocumentImage, type index_d$5_DocumentPayload as DocumentPayload, type index_d$5_DocumentStyle as DocumentStyle, type index_d$5_DocumentUpdateOperation as DocumentUpdateOperation, type DomainEvent$2 as DomainEvent, type DomainEventBodyOneOf$2 as DomainEventBodyOneOf, type index_d$5_EmbedData as EmbedData, type Empty$3 as Empty, type EntityCreatedEvent$2 as EntityCreatedEvent, type EntityDeletedEvent$2 as EntityDeletedEvent, type EntityUpdatedEvent$2 as EntityUpdatedEvent, index_d$5_Enum as Enum, type index_d$5_EventData as EventData, type index_d$5_EventMetadata as EventMetadata, type index_d$5_EventuallyConsistentQueryProductsRequest as EventuallyConsistentQueryProductsRequest, type index_d$5_EventuallyConsistentQueryProductsResponse as EventuallyConsistentQueryProductsResponse, type index_d$5_ExtendedFields as ExtendedFields, type File$2 as File, type index_d$5_FileData as FileData, type index_d$5_FileSource as FileSource, type index_d$5_FileSourceDataOneOf as FileSourceDataOneOf, index_d$5_FileType as FileType, type index_d$5_FixedMonetaryAmount as FixedMonetaryAmount, type index_d$5_FontSizeData as FontSizeData, index_d$5_FontType as FontType, type index_d$5_FreeTextSettings as FreeTextSettings, type index_d$5_GIF as GIF, type index_d$5_GIFData as GIFData, type index_d$5_GalleryData as GalleryData, type index_d$5_GalleryOptions as GalleryOptions, type index_d$5_GetProductBySlugRequest as GetProductBySlugRequest, type index_d$5_GetProductBySlugResponse as GetProductBySlugResponse, type index_d$5_GetProductRequest as GetProductRequest, type index_d$5_GetProductResponse as GetProductResponse, type index_d$5_GetVariantsRequest as GetVariantsRequest, type index_d$5_GetVariantsResponse as GetVariantsResponse, type index_d$5_Gradient as Gradient, type index_d$5_GroupByAggregation as GroupByAggregation, type index_d$5_GroupByAggregationKindOneOf as GroupByAggregationKindOneOf, type index_d$5_GroupByValueResults as GroupByValueResults, type index_d$5_GroupByValueResultsNestedValueAggregationResult as GroupByValueResultsNestedValueAggregationResult, type index_d$5_HTMLData as HTMLData, type index_d$5_HTMLDataDataOneOf as HTMLDataDataOneOf, type index_d$5_HeadingData as HeadingData, type index_d$5_Height as Height, type IdentificationData$4 as IdentificationData, type IdentificationDataIdOneOf$4 as IdentificationDataIdOneOf, type index_d$5_Image as Image, type index_d$5_ImageData as ImageData, type index_d$5_IncludeMissingValuesOptions as IncludeMissingValuesOptions, type index_d$5_IndexDocument as IndexDocument, type index_d$5_InfoSection as InfoSection, index_d$5_InitialExpandedItems as InitialExpandedItems, index_d$5_Interval as Interval, type InvalidateCache$2 as InvalidateCache, type InvalidateCacheGetByOneOf$2 as InvalidateCacheGetByOneOf, type index_d$5_Inventory as Inventory, index_d$5_InventoryAvailabilityStatus as InventoryAvailabilityStatus, type index_d$5_InventoryItem as InventoryItem, type index_d$5_InventoryItemComposite as InventoryItemComposite, type index_d$5_InventoryItemCompositeTrackingMethodOneOf as InventoryItemCompositeTrackingMethodOneOf, type index_d$5_InventoryItemTrackingMethodOneOf as InventoryItemTrackingMethodOneOf, type index_d$5_InventoryStatus as InventoryStatus, type index_d$5_Item as Item, type index_d$5_ItemAddedToCategory as ItemAddedToCategory, type index_d$5_ItemDataOneOf as ItemDataOneOf, type ItemMetadata$1 as ItemMetadata, type index_d$5_ItemReference as ItemReference, type index_d$5_ItemRemovedFromCategory as ItemRemovedFromCategory, type index_d$5_ItemStyle as ItemStyle, type index_d$5_ItemsAddedToCategory as ItemsAddedToCategory, type index_d$5_ItemsArrangedInCategory as ItemsArrangedInCategory, type index_d$5_ItemsRemovedFromCategory as ItemsRemovedFromCategory, type index_d$5_Keyword as Keyword, type index_d$5_Layout as Layout, index_d$5_LayoutType as LayoutType, index_d$5_LineStyle as LineStyle, type index_d$5_Link as Link, type index_d$5_LinkData as LinkData, type index_d$5_LinkDataOneOf as LinkDataOneOf, type index_d$5_LinkPreviewData as LinkPreviewData, type index_d$5_ListValue as ListValue, type index_d$5_MapData as MapData, type index_d$5_MapSettings as MapSettings, index_d$5_MapType as MapType, type index_d$5_MaskedProduct as MaskedProduct, type index_d$5_MaskedProductWithInventory as MaskedProductWithInventory, index_d$5_MeasurementUnit as MeasurementUnit, type index_d$5_Media as Media, type index_d$5_MediaItemsInfo as MediaItemsInfo, type index_d$5_MentionData as MentionData, type MessageEnvelope$4 as MessageEnvelope, type index_d$5_Metadata as Metadata, type index_d$5_MinVariantPriceInfo as MinVariantPriceInfo, index_d$5_MissingValues as MissingValues, index_d$5_Mode as Mode, type index_d$5_ModifierChoicesSettings as ModifierChoicesSettings, index_d$5_ModifierRenderType as ModifierRenderType, type index_d$5_MultipleColors as MultipleColors, type index_d$5_NestedAggregation as NestedAggregation, type index_d$5_NestedAggregationItem as NestedAggregationItem, type index_d$5_NestedAggregationItemKindOneOf as NestedAggregationItemKindOneOf, type index_d$5_NestedAggregationNestedAggregationItem as NestedAggregationNestedAggregationItem, type index_d$5_NestedAggregationNestedAggregationItemKindOneOf as NestedAggregationNestedAggregationItemKindOneOf, index_d$5_NestedAggregationNestedAggregationType as NestedAggregationNestedAggregationType, type index_d$5_NestedAggregationResults as NestedAggregationResults, type index_d$5_NestedAggregationResultsResultOneOf as NestedAggregationResultsResultOneOf, index_d$5_NestedAggregationType as NestedAggregationType, type index_d$5_NestedResultValue as NestedResultValue, type index_d$5_NestedResultValueResultOneOf as NestedResultValueResultOneOf, type index_d$5_NestedResults as NestedResults, type index_d$5_NestedResultsNestedResultValue as NestedResultsNestedResultValue, type index_d$5_NestedResultsNestedResultValueResultOneOf as NestedResultsNestedResultValueResultOneOf, type index_d$5_NestedResultsRangeResult as NestedResultsRangeResult, type index_d$5_NestedResultsResults as NestedResultsResults, type index_d$5_NestedResultsScalarResult as NestedResultsScalarResult, type index_d$5_NestedResultsValueResult as NestedResultsValueResult, type index_d$5_NestedValueAggregationResult as NestedValueAggregationResult, type index_d$5_Node as Node, type index_d$5_NodeDataOneOf as NodeDataOneOf, type index_d$5_NodeStyle as NodeStyle, index_d$5_NodeType as NodeType, index_d$5_NullValue as NullValue, type index_d$5_Oembed as Oembed, type index_d$5_Option as Option, type index_d$5_OptionChoice as OptionChoice, type index_d$5_OptionChoiceIds as OptionChoiceIds, type index_d$5_OptionChoiceNames as OptionChoiceNames, type index_d$5_OptionChoiceReferences as OptionChoiceReferences, type index_d$5_OptionDesign as OptionDesign, type index_d$5_OptionLayout as OptionLayout, type index_d$5_OrderedListData as OrderedListData, index_d$5_Orientation as Orientation, type index_d$5_PDFSettings as PDFSettings, type Page$2 as Page, type PagingMetadata$2 as PagingMetadata, type index_d$5_ParagraphData as ParagraphData, type index_d$5_ParentCategory as ParentCategory, type index_d$5_Permissions as Permissions, type index_d$5_PhysicalProperties as PhysicalProperties, type index_d$5_PlatformOffsetSearch as PlatformOffsetSearch, type index_d$5_PlatformOffsetSearchPagingMethodOneOf as PlatformOffsetSearchPagingMethodOneOf, type index_d$5_PlatformPaging as PlatformPaging, type index_d$5_PlaybackOptions as PlaybackOptions, type index_d$5_PluginContainerData as PluginContainerData, index_d$5_PluginContainerDataAlignment as PluginContainerDataAlignment, type index_d$5_PluginContainerDataWidth as PluginContainerDataWidth, type index_d$5_PluginContainerDataWidthDataOneOf as PluginContainerDataWidthDataOneOf, type index_d$5_Poll as Poll, type index_d$5_PollData as PollData, type index_d$5_PollDataLayout as PollDataLayout, type index_d$5_PollDesign as PollDesign, type index_d$5_PollLayout as PollLayout, index_d$5_PollLayoutDirection as PollLayoutDirection, index_d$5_PollLayoutType as PollLayoutType, type index_d$5_PollSettings as PollSettings, type PreorderInfo$1 as PreorderInfo, index_d$5_PreorderStatus as PreorderStatus, type index_d$5_PriceInfo as PriceInfo, type index_d$5_PricePerUnit as PricePerUnit, type index_d$5_PricePerUnitRange as PricePerUnitRange, type index_d$5_PricePerUnitRangePricePerUnit as PricePerUnitRangePricePerUnit, type index_d$5_PricePerUnitSettings as PricePerUnitSettings, type index_d$5_PriceRange as PriceRange, type index_d$5_Product as Product, type index_d$5_ProductCategoriesInfo as ProductCategoriesInfo, type index_d$5_ProductCategory as ProductCategory, type index_d$5_ProductCreatedEnvelope as ProductCreatedEnvelope, type index_d$5_ProductDeletedEnvelope as ProductDeletedEnvelope, type index_d$5_ProductIdWithRevision as ProductIdWithRevision, type index_d$5_ProductMedia as ProductMedia, type index_d$5_ProductMediaMediaOneOf as ProductMediaMediaOneOf, type index_d$5_ProductMediaSetByOneOf as ProductMediaSetByOneOf, index_d$5_ProductOptionRenderType as ProductOptionRenderType, index_d$5_ProductType as ProductType, type index_d$5_ProductUpdatedEnvelope as ProductUpdatedEnvelope, type index_d$5_ProductVariantAddedEnvelope as ProductVariantAddedEnvelope, type index_d$5_ProductVariantIds as ProductVariantIds, type index_d$5_ProductVariantRemovedEnvelope as ProductVariantRemovedEnvelope, type index_d$5_ProductVariantUpdatedEnvelope as ProductVariantUpdatedEnvelope, type index_d$5_ProductVariants as ProductVariants, type index_d$5_ProductWithInventory as ProductWithInventory, type index_d$5_ProductWithInventoryTypedPropertiesOneOf as ProductWithInventoryTypedPropertiesOneOf, type index_d$5_QueryProductsRequest as QueryProductsRequest, type index_d$5_QueryProductsResponse as QueryProductsResponse, type index_d$5_RangeAggregation as RangeAggregation, type index_d$5_RangeAggregationRangeBucket as RangeAggregationRangeBucket, type index_d$5_RangeAggregationResult as RangeAggregationResult, type index_d$5_RangeBucket as RangeBucket, type index_d$5_RangeResult as RangeResult, type index_d$5_RangeResults as RangeResults, type index_d$5_RangeResultsRangeAggregationResult as RangeResultsRangeAggregationResult, type index_d$5_Rel as Rel, RequestedFields$1 as RequestedFields, type RestoreInfo$2 as RestoreInfo, type index_d$5_Results as Results, type index_d$5_RevenueDetails as RevenueDetails, type Ribbon$1 as Ribbon, type index_d$5_RichContent as RichContent, index_d$5_RoundingStrategy as RoundingStrategy, type index_d$5_ScalarAggregation as ScalarAggregation, type index_d$5_ScalarResult as ScalarResult, index_d$5_ScalarType as ScalarType, type index_d$5_SearchDetails as SearchDetails, index_d$5_SearchDetailsMode as SearchDetailsMode, type index_d$5_SearchIndexingNotification as SearchIndexingNotification, type index_d$5_SearchProductsRequest as SearchProductsRequest, type index_d$5_SearchProductsResponse as SearchProductsResponse, type index_d$5_SecuredMedia as SecuredMedia, type index_d$5_SeoSchema as SeoSchema, type index_d$5_Settings as Settings, index_d$5_SingleEntityOpsRequestedFields as SingleEntityOpsRequestedFields, index_d$5_SortDirection as SortDirection, SortOrder$2 as SortOrder, index_d$5_SortType as SortType, type Sorting$2 as Sorting, index_d$5_Source as Source, type index_d$5_Spoiler as Spoiler, type index_d$5_SpoilerData as SpoilerData, State$1 as State, type index_d$5_Styles as Styles, type index_d$5_Subscription as Subscription, type index_d$5_SubscriptionCyclesOneOf as SubscriptionCyclesOneOf, type index_d$5_SubscriptionDetails as SubscriptionDetails, type index_d$5_SubscriptionDiscount as SubscriptionDiscount, type index_d$5_SubscriptionDiscountDiscountOneOf as SubscriptionDiscountDiscountOneOf, SubscriptionFrequency$1 as SubscriptionFrequency, type index_d$5_SubscriptionPrice as SubscriptionPrice, type index_d$5_SubscriptionPricePerUnit as SubscriptionPricePerUnit, type index_d$5_SubscriptionPricesInfo as SubscriptionPricesInfo, type index_d$5_TableCellData as TableCellData, type index_d$5_TableData as TableData, type index_d$5_Tag as Tag, index_d$5_Target as Target, index_d$5_TextAlignment as TextAlignment, type index_d$5_TextData as TextData, type index_d$5_TextNodeStyle as TextNodeStyle, type index_d$5_TextStyle as TextStyle, type index_d$5_Thumbnails as Thumbnails, index_d$5_ThumbnailsAlignment as ThumbnailsAlignment, type index_d$5_TreeReference as TreeReference, index_d$5_Type as Type, type URI$2 as URI, type index_d$5_UnsignedAdjustValue as UnsignedAdjustValue, type index_d$5_UnsignedAdjustValueAdjustValueOneOf as UnsignedAdjustValueAdjustValueOneOf, type index_d$5_UnsupportedFieldMasks as UnsupportedFieldMasks, type index_d$5_UpdateByFilterOperation as UpdateByFilterOperation, type index_d$5_UpdateDocumentsEvent as UpdateDocumentsEvent, type index_d$5_UpdateDocumentsEventOperationOneOf as UpdateDocumentsEventOperationOneOf, type index_d$5_UpdateExistingOperation as UpdateExistingOperation, type index_d$5_UpdateExtendedFieldsRequest as UpdateExtendedFieldsRequest, type index_d$5_UpdateExtendedFieldsResponse as UpdateExtendedFieldsResponse, type index_d$5_UpdateProductRequest as UpdateProductRequest, type index_d$5_UpdateProductResponse as UpdateProductResponse, type index_d$5_UpdateProductResponseNonNullableFields as UpdateProductResponseNonNullableFields, type index_d$5_UpdateProductWithInventoryOptions as UpdateProductWithInventoryOptions, type index_d$5_UpdateProductWithInventoryProduct as UpdateProductWithInventoryProduct, type index_d$5_UpdateProductWithInventoryRequest as UpdateProductWithInventoryRequest, type index_d$5_UpdateProductWithInventoryResponse as UpdateProductWithInventoryResponse, type index_d$5_UpdateProductWithInventoryResponseNonNullableFields as UpdateProductWithInventoryResponseNonNullableFields, type index_d$5_V1Media as V1Media, type index_d$5_V3AdjustValue as V3AdjustValue, type index_d$5_V3AdjustValueAdjustValueOneOf as V3AdjustValueAdjustValueOneOf, type index_d$5_V3BulkAddInfoSectionsToProductsByFilterRequest as V3BulkAddInfoSectionsToProductsByFilterRequest, type index_d$5_V3BulkAddInfoSectionsToProductsByFilterResponse as V3BulkAddInfoSectionsToProductsByFilterResponse, type index_d$5_V3BulkAddInfoSectionsToProductsByFilterResponseNonNullableFields as V3BulkAddInfoSectionsToProductsByFilterResponseNonNullableFields, type index_d$5_V3BulkAddInfoSectionsToProductsRequest as V3BulkAddInfoSectionsToProductsRequest, type index_d$5_V3BulkAddInfoSectionsToProductsResponse as V3BulkAddInfoSectionsToProductsResponse, type index_d$5_V3BulkAddInfoSectionsToProductsResponseNonNullableFields as V3BulkAddInfoSectionsToProductsResponseNonNullableFields, type index_d$5_V3BulkDeleteProductsByFilterRequest as V3BulkDeleteProductsByFilterRequest, type index_d$5_V3BulkDeleteProductsByFilterResponse as V3BulkDeleteProductsByFilterResponse, type index_d$5_V3BulkDeleteProductsByFilterResponseNonNullableFields as V3BulkDeleteProductsByFilterResponseNonNullableFields, type index_d$5_V3BulkDeleteProductsRequest as V3BulkDeleteProductsRequest, type index_d$5_V3BulkDeleteProductsResponse as V3BulkDeleteProductsResponse, type index_d$5_V3BulkDeleteProductsResponseNonNullableFields as V3BulkDeleteProductsResponseNonNullableFields, type index_d$5_V3BulkProductResult as V3BulkProductResult, type index_d$5_V3BulkRemoveInfoSectionsFromProductsByFilterRequest as V3BulkRemoveInfoSectionsFromProductsByFilterRequest, type index_d$5_V3BulkRemoveInfoSectionsFromProductsByFilterResponse as V3BulkRemoveInfoSectionsFromProductsByFilterResponse, type index_d$5_V3BulkRemoveInfoSectionsFromProductsByFilterResponseNonNullableFields as V3BulkRemoveInfoSectionsFromProductsByFilterResponseNonNullableFields, type index_d$5_V3BulkRemoveInfoSectionsFromProductsRequest as V3BulkRemoveInfoSectionsFromProductsRequest, type index_d$5_V3BulkRemoveInfoSectionsFromProductsResponse as V3BulkRemoveInfoSectionsFromProductsResponse, type index_d$5_V3BulkRemoveInfoSectionsFromProductsResponseNonNullableFields as V3BulkRemoveInfoSectionsFromProductsResponseNonNullableFields, type index_d$5_V3BulkUpdateProductsByFilterRequest as V3BulkUpdateProductsByFilterRequest, type index_d$5_V3BulkUpdateProductsByFilterResponse as V3BulkUpdateProductsByFilterResponse, type index_d$5_V3BulkUpdateProductsByFilterResponseNonNullableFields as V3BulkUpdateProductsByFilterResponseNonNullableFields, type index_d$5_V3CountProductsRequest as V3CountProductsRequest, type index_d$5_V3CountProductsResponse as V3CountProductsResponse, type index_d$5_V3CountProductsResponseNonNullableFields as V3CountProductsResponseNonNullableFields, type index_d$5_V3DeleteProductRequest as V3DeleteProductRequest, type index_d$5_V3DeleteProductResponse as V3DeleteProductResponse, type index_d$5_V3GetProductBySlugRequest as V3GetProductBySlugRequest, type index_d$5_V3GetProductBySlugResponse as V3GetProductBySlugResponse, type index_d$5_V3GetProductBySlugResponseNonNullableFields as V3GetProductBySlugResponseNonNullableFields, type index_d$5_V3GetProductRequest as V3GetProductRequest, type index_d$5_V3GetProductResponse as V3GetProductResponse, type index_d$5_V3GetProductResponseNonNullableFields as V3GetProductResponseNonNullableFields, type index_d$5_V3MaskedProduct as V3MaskedProduct, type index_d$5_V3OptionChoiceIds as V3OptionChoiceIds, type index_d$5_V3OptionChoiceNames as V3OptionChoiceNames, type index_d$5_V3Product as V3Product, type index_d$5_V3ProductIdWithRevision as V3ProductIdWithRevision, type index_d$5_V3ProductNonNullableFields as V3ProductNonNullableFields, type index_d$5_V3ProductTypedPropertiesOneOf as V3ProductTypedPropertiesOneOf, type index_d$5_V3QueryProductsRequest as V3QueryProductsRequest, type index_d$5_V3QueryProductsResponse as V3QueryProductsResponse, type index_d$5_V3QueryProductsResponseNonNullableFields as V3QueryProductsResponseNonNullableFields, type index_d$5_V3SearchProductsRequest as V3SearchProductsRequest, type index_d$5_V3SearchProductsResponse as V3SearchProductsResponse, type index_d$5_V3SearchProductsResponseNonNullableFields as V3SearchProductsResponseNonNullableFields, type index_d$5_V3UnsignedAdjustValue as V3UnsignedAdjustValue, type index_d$5_V3UnsignedAdjustValueAdjustValueOneOf as V3UnsignedAdjustValueAdjustValueOneOf, type index_d$5_V3UpdateExtendedFieldsRequest as V3UpdateExtendedFieldsRequest, type index_d$5_V3UpdateExtendedFieldsResponse as V3UpdateExtendedFieldsResponse, type index_d$5_V3UpdateExtendedFieldsResponseNonNullableFields as V3UpdateExtendedFieldsResponseNonNullableFields, type index_d$5_V3VariantsInfo as V3VariantsInfo, type index_d$5_ValueAggregation as ValueAggregation, type index_d$5_ValueAggregationIncludeMissingValuesOptions as ValueAggregationIncludeMissingValuesOptions, index_d$5_ValueAggregationMissingValues as ValueAggregationMissingValues, type index_d$5_ValueAggregationOptionsOneOf as ValueAggregationOptionsOneOf, type index_d$5_ValueAggregationResult as ValueAggregationResult, index_d$5_ValueAggregationSortDirection as ValueAggregationSortDirection, index_d$5_ValueAggregationSortType as ValueAggregationSortType, type index_d$5_ValueResult as ValueResult, type index_d$5_ValueResults as ValueResults, type index_d$5_ValueResultsValueAggregationResult as ValueResultsValueAggregationResult, type index_d$5_Variant as Variant, type index_d$5_VariantAdded as VariantAdded, type index_d$5_VariantDigitalProperties as VariantDigitalProperties, type index_d$5_VariantNotAlignedWithProduct as VariantNotAlignedWithProduct, type index_d$5_VariantPhysicalProperties as VariantPhysicalProperties, type index_d$5_VariantRemoved as VariantRemoved, type index_d$5_VariantSummary as VariantSummary, type index_d$5_VariantTypedPropertiesOneOf as VariantTypedPropertiesOneOf, type index_d$5_VariantUpdated as VariantUpdated, type index_d$5_VariantWithInventory as VariantWithInventory, type index_d$5_VariantWithInventoryTypedPropertiesOneOf as VariantWithInventoryTypedPropertiesOneOf, type index_d$5_VariantsInfo as VariantsInfo, type index_d$5_VariantsNotAlignedWithProduct as VariantsNotAlignedWithProduct, index_d$5_VerticalAlignment as VerticalAlignment, type index_d$5_Video as Video, type index_d$5_VideoData as VideoData, type index_d$5_VideoResolution as VideoResolution, index_d$5_ViewMode as ViewMode, index_d$5_ViewRole as ViewRole, index_d$5_VoteRole as VoteRole, WebhookIdentityType$4 as WebhookIdentityType, type index_d$5_WeightMeasurementUnitInfo as WeightMeasurementUnitInfo, type index_d$5_WeightRange as WeightRange, index_d$5_WeightUnit as WeightUnit, index_d$5_Width as Width, index_d$5_WidthType as WidthType, type index_d$5_WixCommonAggregation as WixCommonAggregation, type index_d$5_WixCommonAggregationKindOneOf as WixCommonAggregationKindOneOf, index_d$5_WixCommonAggregationType as WixCommonAggregationType, type index_d$5_WixCommonItemMetadata as WixCommonItemMetadata, index_d$5_WixCommonScalarType as WixCommonScalarType, type index_d$5_WixCommonSearchDetails as WixCommonSearchDetails, index_d$5_WixCommonSortOrder as WixCommonSortOrder, type index_d$5_WixCommonSorting as WixCommonSorting, index_d$5_bulkAddProductsToCategoriesByFilter as bulkAddProductsToCategoriesByFilter, index_d$5_bulkAdjustProductVariantsByFilter as bulkAdjustProductVariantsByFilter, index_d$5_bulkCreateProductsWithInventory as bulkCreateProductsWithInventory, index_d$5_bulkRemoveProductsFromCategoriesByFilter as bulkRemoveProductsFromCategoriesByFilter, index_d$5_bulkUpdateProductVariantsByFilter as bulkUpdateProductVariantsByFilter, index_d$5_bulkUpdateProductsWithInventory as bulkUpdateProductsWithInventory, index_d$5_catalogBulkAddInfoSectionsToProducts as catalogBulkAddInfoSectionsToProducts, index_d$5_catalogBulkAddInfoSectionsToProductsByFilter as catalogBulkAddInfoSectionsToProductsByFilter, index_d$5_catalogBulkCreateProducts as catalogBulkCreateProducts, index_d$5_catalogBulkDeleteProducts as catalogBulkDeleteProducts, index_d$5_catalogBulkDeleteProductsByFilter as catalogBulkDeleteProductsByFilter, index_d$5_catalogBulkRemoveInfoSectionsFromProducts as catalogBulkRemoveInfoSectionsFromProducts, index_d$5_catalogBulkRemoveInfoSectionsFromProductsByFilter as catalogBulkRemoveInfoSectionsFromProductsByFilter, index_d$5_catalogBulkUpdateProducts as catalogBulkUpdateProducts, index_d$5_catalogBulkUpdateProductsByFilter as catalogBulkUpdateProductsByFilter, index_d$5_catalogCountProducts as catalogCountProducts, index_d$5_catalogCreateProduct as catalogCreateProduct, index_d$5_catalogDeleteProduct as catalogDeleteProduct, index_d$5_catalogGetProduct as catalogGetProduct, index_d$5_catalogGetProductBySlug as catalogGetProductBySlug, index_d$5_catalogQueryProducts as catalogQueryProducts, index_d$5_catalogSearchProducts as catalogSearchProducts, index_d$5_catalogUpdateExtendedFields as catalogUpdateExtendedFields, index_d$5_catalogUpdateProduct as catalogUpdateProduct, index_d$5_createProductWithInventory as createProductWithInventory, index_d$5_onProductCreated as onProductCreated, index_d$5_onProductDeleted as onProductDeleted, index_d$5_onProductUpdated as onProductUpdated, index_d$5_onProductVariantAdded as onProductVariantAdded, index_d$5_onProductVariantRemoved as onProductVariantRemoved, index_d$5_onProductVariantUpdated as onProductVariantUpdated, index_d$5_updateProductWithInventory as updateProductWithInventory };
16171
+ export { type ActionEvent$2 as ActionEvent, type index_d$5_AdjustValue as AdjustValue, type index_d$5_AdjustValueAdjustValueOneOf as AdjustValueAdjustValueOneOf, type index_d$5_Aggregation as Aggregation, type index_d$5_AggregationData as AggregationData, type index_d$5_AggregationDataAggregationResults as AggregationDataAggregationResults, type index_d$5_AggregationDataAggregationResultsResultOneOf as AggregationDataAggregationResultsResultOneOf, type index_d$5_AggregationDataAggregationResultsScalarResult as AggregationDataAggregationResultsScalarResult, type index_d$5_AggregationDateHistogramAggregation as AggregationDateHistogramAggregation, index_d$5_AggregationDateHistogramAggregationInterval as AggregationDateHistogramAggregationInterval, type index_d$5_AggregationKindOneOf as AggregationKindOneOf, type index_d$5_AggregationNestedAggregation as AggregationNestedAggregation, type index_d$5_AggregationNestedAggregationNestedAggregationItem as AggregationNestedAggregationNestedAggregationItem, type index_d$5_AggregationNestedAggregationNestedAggregationItemKindOneOf as AggregationNestedAggregationNestedAggregationItemKindOneOf, index_d$5_AggregationNestedAggregationNestedAggregationType as AggregationNestedAggregationNestedAggregationType, type index_d$5_AggregationRangeAggregation as AggregationRangeAggregation, type index_d$5_AggregationRangeAggregationRangeBucket as AggregationRangeAggregationRangeBucket, type index_d$5_AggregationResults as AggregationResults, type index_d$5_AggregationResultsDateHistogramResults as AggregationResultsDateHistogramResults, type index_d$5_AggregationResultsGroupByValueResults as AggregationResultsGroupByValueResults, type index_d$5_AggregationResultsNestedAggregationResults as AggregationResultsNestedAggregationResults, type index_d$5_AggregationResultsNestedAggregationResultsResultOneOf as AggregationResultsNestedAggregationResultsResultOneOf, type index_d$5_AggregationResultsNestedResults as AggregationResultsNestedResults, type index_d$5_AggregationResultsRangeResults as AggregationResultsRangeResults, type index_d$5_AggregationResultsResultOneOf as AggregationResultsResultOneOf, type index_d$5_AggregationResultsScalarResult as AggregationResultsScalarResult, type index_d$5_AggregationResultsValueResults as AggregationResultsValueResults, type index_d$5_AggregationScalarAggregation as AggregationScalarAggregation, index_d$5_AggregationType as AggregationType, type index_d$5_AggregationValueAggregation as AggregationValueAggregation, type index_d$5_AggregationValueAggregationIncludeMissingValuesOptions as AggregationValueAggregationIncludeMissingValuesOptions, index_d$5_AggregationValueAggregationMissingValues as AggregationValueAggregationMissingValues, type index_d$5_AggregationValueAggregationOptionsOneOf as AggregationValueAggregationOptionsOneOf, index_d$5_AggregationValueAggregationSortDirection as AggregationValueAggregationSortDirection, index_d$5_AggregationValueAggregationSortType as AggregationValueAggregationSortType, index_d$5_Alignment as Alignment, type index_d$5_AnchorData as AnchorData, type App$2 as App, type index_d$5_AppEmbedData as AppEmbedData, type index_d$5_AppEmbedDataAppDataOneOf as AppEmbedDataAppDataOneOf, index_d$5_AppType as AppType, type ApplicationError$1 as ApplicationError, type index_d$5_AudioData as AudioData, index_d$5_AvailabilityStatus as AvailabilityStatus, type index_d$5_Background as Background, type index_d$5_BackgroundBackgroundOneOf as BackgroundBackgroundOneOf, index_d$5_BackgroundType as BackgroundType, type BaseEventMetadata$2 as BaseEventMetadata, type index_d$5_BlockquoteData as BlockquoteData, type index_d$5_BookingData as BookingData, type index_d$5_Border as Border, type index_d$5_BorderColors as BorderColors, type index_d$5_Brand as Brand, type index_d$5_BreadCrumb as BreadCrumb, type index_d$5_BreadcrumbsInfo as BreadcrumbsInfo, type BulkActionMetadata$1 as BulkActionMetadata, type index_d$5_BulkAddInfoSectionsToProductsByFilterRequest as BulkAddInfoSectionsToProductsByFilterRequest, type index_d$5_BulkAddInfoSectionsToProductsByFilterResponse as BulkAddInfoSectionsToProductsByFilterResponse, type index_d$5_BulkAddInfoSectionsToProductsRequest as BulkAddInfoSectionsToProductsRequest, type index_d$5_BulkAddInfoSectionsToProductsResponse as BulkAddInfoSectionsToProductsResponse, type index_d$5_BulkAddProductsToCategoriesByFilterOptions as BulkAddProductsToCategoriesByFilterOptions, type index_d$5_BulkAddProductsToCategoriesByFilterRequest as BulkAddProductsToCategoriesByFilterRequest, type index_d$5_BulkAddProductsToCategoriesByFilterResponse as BulkAddProductsToCategoriesByFilterResponse, type index_d$5_BulkAddProductsToCategoriesByFilterResponseNonNullableFields as BulkAddProductsToCategoriesByFilterResponseNonNullableFields, type index_d$5_BulkAdjustProductVariantsByFilterOptions as BulkAdjustProductVariantsByFilterOptions, type index_d$5_BulkAdjustProductVariantsByFilterRequest as BulkAdjustProductVariantsByFilterRequest, index_d$5_BulkAdjustProductVariantsByFilterRequestRoundingStrategy as BulkAdjustProductVariantsByFilterRequestRoundingStrategy, type index_d$5_BulkAdjustProductVariantsByFilterResponse as BulkAdjustProductVariantsByFilterResponse, type index_d$5_BulkAdjustProductVariantsByFilterResponseNonNullableFields as BulkAdjustProductVariantsByFilterResponseNonNullableFields, type index_d$5_BulkAdjustVariantsByFilterRequest as BulkAdjustVariantsByFilterRequest, type index_d$5_BulkAdjustVariantsByFilterResponse as BulkAdjustVariantsByFilterResponse, type index_d$5_BulkCreateProductsRequest as BulkCreateProductsRequest, type index_d$5_BulkCreateProductsResponse as BulkCreateProductsResponse, type index_d$5_BulkCreateProductsResponseNonNullableFields as BulkCreateProductsResponseNonNullableFields, type index_d$5_BulkCreateProductsWithInventoryOptions as BulkCreateProductsWithInventoryOptions, type index_d$5_BulkCreateProductsWithInventoryRequest as BulkCreateProductsWithInventoryRequest, type index_d$5_BulkCreateProductsWithInventoryResponse as BulkCreateProductsWithInventoryResponse, type index_d$5_BulkCreateProductsWithInventoryResponseNonNullableFields as BulkCreateProductsWithInventoryResponseNonNullableFields, type index_d$5_BulkDeleteProductsByFilterRequest as BulkDeleteProductsByFilterRequest, type index_d$5_BulkDeleteProductsByFilterResponse as BulkDeleteProductsByFilterResponse, type index_d$5_BulkDeleteProductsRequest as BulkDeleteProductsRequest, type index_d$5_BulkDeleteProductsResponse as BulkDeleteProductsResponse, type index_d$5_BulkDeleteProductsResponseBulkProductResult as BulkDeleteProductsResponseBulkProductResult, type index_d$5_BulkInventoryItemAction as BulkInventoryItemAction, type index_d$5_BulkInventoryItemResult as BulkInventoryItemResult, type index_d$5_BulkInventoryItemResults as BulkInventoryItemResults, type index_d$5_BulkProductResult as BulkProductResult, type index_d$5_BulkProductResults as BulkProductResults, type index_d$5_BulkRemoveInfoSectionsFromProductsByFilterRequest as BulkRemoveInfoSectionsFromProductsByFilterRequest, type index_d$5_BulkRemoveInfoSectionsFromProductsByFilterResponse as BulkRemoveInfoSectionsFromProductsByFilterResponse, type index_d$5_BulkRemoveInfoSectionsFromProductsRequest as BulkRemoveInfoSectionsFromProductsRequest, type index_d$5_BulkRemoveInfoSectionsFromProductsResponse as BulkRemoveInfoSectionsFromProductsResponse, type index_d$5_BulkRemoveProductsFromCategoriesByFilterOptions as BulkRemoveProductsFromCategoriesByFilterOptions, type index_d$5_BulkRemoveProductsFromCategoriesByFilterRequest as BulkRemoveProductsFromCategoriesByFilterRequest, type index_d$5_BulkRemoveProductsFromCategoriesByFilterResponse as BulkRemoveProductsFromCategoriesByFilterResponse, type index_d$5_BulkRemoveProductsFromCategoriesByFilterResponseNonNullableFields as BulkRemoveProductsFromCategoriesByFilterResponseNonNullableFields, type index_d$5_BulkUpdateProductVariantsByFilterOptions as BulkUpdateProductVariantsByFilterOptions, type index_d$5_BulkUpdateProductVariantsByFilterRequest as BulkUpdateProductVariantsByFilterRequest, type index_d$5_BulkUpdateProductVariantsByFilterResponse as BulkUpdateProductVariantsByFilterResponse, type index_d$5_BulkUpdateProductVariantsByFilterResponseNonNullableFields as BulkUpdateProductVariantsByFilterResponseNonNullableFields, type index_d$5_BulkUpdateProductsByFilterRequest as BulkUpdateProductsByFilterRequest, type index_d$5_BulkUpdateProductsByFilterResponse as BulkUpdateProductsByFilterResponse, type index_d$5_BulkUpdateProductsRequest as BulkUpdateProductsRequest, type index_d$5_BulkUpdateProductsResponse as BulkUpdateProductsResponse, type index_d$5_BulkUpdateProductsResponseNonNullableFields as BulkUpdateProductsResponseNonNullableFields, type index_d$5_BulkUpdateProductsWithInventoryOptions as BulkUpdateProductsWithInventoryOptions, type index_d$5_BulkUpdateProductsWithInventoryRequest as BulkUpdateProductsWithInventoryRequest, type index_d$5_BulkUpdateProductsWithInventoryResponse as BulkUpdateProductsWithInventoryResponse, type index_d$5_BulkUpdateProductsWithInventoryResponseNonNullableFields as BulkUpdateProductsWithInventoryResponseNonNullableFields, type index_d$5_BulkUpdateVariantsByFilterRequest as BulkUpdateVariantsByFilterRequest, type index_d$5_BulkUpdateVariantsByFilterResponse as BulkUpdateVariantsByFilterResponse, type index_d$5_BulletedListData as BulletedListData, type index_d$5_ButtonData as ButtonData, type index_d$5_CatalogBulkAddInfoSectionsToProductsByFilterOptions as CatalogBulkAddInfoSectionsToProductsByFilterOptions, type index_d$5_CatalogBulkAddInfoSectionsToProductsOptions as CatalogBulkAddInfoSectionsToProductsOptions, type index_d$5_CatalogBulkCreateProductsOptions as CatalogBulkCreateProductsOptions, type index_d$5_CatalogBulkDeleteProductsByFilterOptions as CatalogBulkDeleteProductsByFilterOptions, type index_d$5_CatalogBulkRemoveInfoSectionsFromProductsByFilterOptions as CatalogBulkRemoveInfoSectionsFromProductsByFilterOptions, type index_d$5_CatalogBulkRemoveInfoSectionsFromProductsOptions as CatalogBulkRemoveInfoSectionsFromProductsOptions, type index_d$5_CatalogBulkUpdateProductsByFilterOptions as CatalogBulkUpdateProductsByFilterOptions, type index_d$5_CatalogBulkUpdateProductsOptions as CatalogBulkUpdateProductsOptions, type index_d$5_CatalogCountProductsOptions as CatalogCountProductsOptions, type index_d$5_CatalogCreateProductOptions as CatalogCreateProductOptions, type index_d$5_CatalogGetProductBySlugOptions as CatalogGetProductBySlugOptions, type index_d$5_CatalogGetProductOptions as CatalogGetProductOptions, type index_d$5_CatalogSearchProductsOptions as CatalogSearchProductsOptions, type index_d$5_CatalogUpdateExtendedFieldsOptions as CatalogUpdateExtendedFieldsOptions, type index_d$5_CatalogUpdateProduct as CatalogUpdateProduct, type index_d$5_CatalogUpdateProductOptions as CatalogUpdateProductOptions, type index_d$5_CatalogV3BulkProductResult as CatalogV3BulkProductResult, type index_d$5_CategoryMoved as CategoryMoved, type index_d$5_CellStyle as CellStyle, index_d$5_ChoiceType as ChoiceType, type index_d$5_ChoicesSettings as ChoicesSettings, type index_d$5_CodeBlockData as CodeBlockData, type index_d$5_CollapsibleListData as CollapsibleListData, type index_d$5_ColorData as ColorData, type index_d$5_Colors as Colors, type index_d$5_CommonAggregation as CommonAggregation, type index_d$5_CommonAggregationData as CommonAggregationData, type index_d$5_CommonAggregationDateHistogramAggregation as CommonAggregationDateHistogramAggregation, type index_d$5_CommonAggregationKindOneOf as CommonAggregationKindOneOf, type index_d$5_CommonAggregationNestedAggregation as CommonAggregationNestedAggregation, type index_d$5_CommonAggregationRangeAggregation as CommonAggregationRangeAggregation, type index_d$5_CommonAggregationScalarAggregation as CommonAggregationScalarAggregation, index_d$5_CommonAggregationType as CommonAggregationType, type index_d$5_CommonAggregationValueAggregation as CommonAggregationValueAggregation, type index_d$5_CommonAggregationValueAggregationOptionsOneOf as CommonAggregationValueAggregationOptionsOneOf, type index_d$5_CommonBulkActionMetadata as CommonBulkActionMetadata, type index_d$5_CommonCursorPaging as CommonCursorPaging, type index_d$5_CommonCursorPagingMetadata as CommonCursorPagingMetadata, type index_d$5_CommonCursorQuery as CommonCursorQuery, type index_d$5_CommonCursorQueryPagingMethodOneOf as CommonCursorQueryPagingMethodOneOf, type index_d$5_CommonCursorSearch as CommonCursorSearch, type index_d$5_CommonCursorSearchPagingMethodOneOf as CommonCursorSearchPagingMethodOneOf, type index_d$5_CommonCursors as CommonCursors, type index_d$5_CommonItemMetadata as CommonItemMetadata, index_d$5_CommonScalarType as CommonScalarType, type index_d$5_CommonSearchDetails as CommonSearchDetails, index_d$5_CommonSearchDetailsMode as CommonSearchDetailsMode, index_d$5_CommonSortOrder as CommonSortOrder, type index_d$5_CommonSorting as CommonSorting, type index_d$5_ConnectedModifier as ConnectedModifier, type index_d$5_ConnectedModifierChoice as ConnectedModifierChoice, type index_d$5_ConnectedModifierChoiceValueOneOf as ConnectedModifierChoiceValueOneOf, type index_d$5_ConnectedModifierModifierSettingsOneOf as ConnectedModifierModifierSettingsOneOf, type index_d$5_ConnectedOption as ConnectedOption, type index_d$5_ConnectedOptionChoice as ConnectedOptionChoice, type index_d$5_ConnectedOptionChoiceValueOneOf as ConnectedOptionChoiceValueOneOf, type index_d$5_ConnectedOptionOptionSettingsOneOf as ConnectedOptionOptionSettingsOneOf, type index_d$5_CountProductsRequest as CountProductsRequest, type index_d$5_CountProductsResponse as CountProductsResponse, type index_d$5_CreateProductRequest as CreateProductRequest, type index_d$5_CreateProductResponse as CreateProductResponse, type index_d$5_CreateProductResponseNonNullableFields as CreateProductResponseNonNullableFields, type index_d$5_CreateProductWithInventoryOptions as CreateProductWithInventoryOptions, type index_d$5_CreateProductWithInventoryRequest as CreateProductWithInventoryRequest, type index_d$5_CreateProductWithInventoryResponse as CreateProductWithInventoryResponse, type index_d$5_CreateProductWithInventoryResponseNonNullableFields as CreateProductWithInventoryResponseNonNullableFields, index_d$5_Crop as Crop, type CursorPaging$2 as CursorPaging, type CursorPagingMetadata$2 as CursorPagingMetadata, type CursorQuery$2 as CursorQuery, type CursorQueryPagingMethodOneOf$2 as CursorQueryPagingMethodOneOf, type index_d$5_CursorSearch as CursorSearch, type index_d$5_CursorSearchPagingMethodOneOf as CursorSearchPagingMethodOneOf, type Cursors$2 as Cursors, type index_d$5_DateHistogramAggregation as DateHistogramAggregation, index_d$5_DateHistogramAggregationInterval as DateHistogramAggregationInterval, type index_d$5_DateHistogramResult as DateHistogramResult, type index_d$5_DateHistogramResults as DateHistogramResults, type index_d$5_DateHistogramResultsDateHistogramResult as DateHistogramResultsDateHistogramResult, type index_d$5_Decoration as Decoration, type index_d$5_DecorationDataOneOf as DecorationDataOneOf, index_d$5_DecorationType as DecorationType, type index_d$5_DeleteByFilterOperation as DeleteByFilterOperation, type index_d$5_DeleteByIdsOperation as DeleteByIdsOperation, type index_d$5_DeleteProductRequest as DeleteProductRequest, type index_d$5_DeleteProductResponse as DeleteProductResponse, type index_d$5_DeprecatedSearchProductsWithOffsetRequest as DeprecatedSearchProductsWithOffsetRequest, type index_d$5_DeprecatedSearchProductsWithOffsetResponse as DeprecatedSearchProductsWithOffsetResponse, type index_d$5_Design as Design, type index_d$5_Dimensions as Dimensions, index_d$5_Direction as Direction, DiscountType$1 as DiscountType, type index_d$5_DividerData as DividerData, type index_d$5_DoNotCallBulkCreateProductsRequest as DoNotCallBulkCreateProductsRequest, type index_d$5_DoNotCallBulkCreateProductsResponse as DoNotCallBulkCreateProductsResponse, type index_d$5_DoNotCallBulkUpdateProductsRequest as DoNotCallBulkUpdateProductsRequest, type index_d$5_DoNotCallBulkUpdateProductsResponse as DoNotCallBulkUpdateProductsResponse, type index_d$5_DoNotCallCreateProductRequest as DoNotCallCreateProductRequest, type index_d$5_DoNotCallCreateProductResponse as DoNotCallCreateProductResponse, type index_d$5_DoNotCallUpdateProductRequest as DoNotCallUpdateProductRequest, type index_d$5_DoNotCallUpdateProductResponse as DoNotCallUpdateProductResponse, type index_d$5_DocumentImage as DocumentImage, type index_d$5_DocumentPayload as DocumentPayload, type index_d$5_DocumentStyle as DocumentStyle, type index_d$5_DocumentUpdateOperation as DocumentUpdateOperation, type DomainEvent$2 as DomainEvent, type DomainEventBodyOneOf$2 as DomainEventBodyOneOf, type index_d$5_EmbedData as EmbedData, type Empty$3 as Empty, type EntityCreatedEvent$2 as EntityCreatedEvent, type EntityDeletedEvent$2 as EntityDeletedEvent, type EntityUpdatedEvent$2 as EntityUpdatedEvent, index_d$5_Enum as Enum, type index_d$5_EventData as EventData, type EventMetadata$1 as EventMetadata, type index_d$5_EventuallyConsistentQueryProductsRequest as EventuallyConsistentQueryProductsRequest, type index_d$5_EventuallyConsistentQueryProductsResponse as EventuallyConsistentQueryProductsResponse, type index_d$5_ExtendedFields as ExtendedFields, type File$2 as File, type index_d$5_FileData as FileData, type index_d$5_FileSource as FileSource, type index_d$5_FileSourceDataOneOf as FileSourceDataOneOf, index_d$5_FileType as FileType, type index_d$5_FixedMonetaryAmount as FixedMonetaryAmount, type index_d$5_FontSizeData as FontSizeData, index_d$5_FontType as FontType, type index_d$5_FreeTextSettings as FreeTextSettings, type index_d$5_GIF as GIF, type index_d$5_GIFData as GIFData, type index_d$5_GalleryData as GalleryData, type index_d$5_GalleryOptions as GalleryOptions, type index_d$5_GetProductBySlugRequest as GetProductBySlugRequest, type index_d$5_GetProductBySlugResponse as GetProductBySlugResponse, type index_d$5_GetProductRequest as GetProductRequest, type index_d$5_GetProductResponse as GetProductResponse, type index_d$5_GetVariantsRequest as GetVariantsRequest, type index_d$5_GetVariantsResponse as GetVariantsResponse, type index_d$5_Gradient as Gradient, type index_d$5_GroupByAggregation as GroupByAggregation, type index_d$5_GroupByAggregationKindOneOf as GroupByAggregationKindOneOf, type index_d$5_GroupByValueResults as GroupByValueResults, type index_d$5_GroupByValueResultsNestedValueAggregationResult as GroupByValueResultsNestedValueAggregationResult, type index_d$5_HTMLData as HTMLData, type index_d$5_HTMLDataDataOneOf as HTMLDataDataOneOf, type index_d$5_HeadingData as HeadingData, type index_d$5_Height as Height, type IdentificationData$4 as IdentificationData, type IdentificationDataIdOneOf$4 as IdentificationDataIdOneOf, type index_d$5_Image as Image, type index_d$5_ImageData as ImageData, type index_d$5_IncludeMissingValuesOptions as IncludeMissingValuesOptions, type index_d$5_IndexDocument as IndexDocument, type index_d$5_InfoSection as InfoSection, index_d$5_InitialExpandedItems as InitialExpandedItems, index_d$5_Interval as Interval, type InvalidateCache$2 as InvalidateCache, type InvalidateCacheGetByOneOf$2 as InvalidateCacheGetByOneOf, type index_d$5_Inventory as Inventory, index_d$5_InventoryAvailabilityStatus as InventoryAvailabilityStatus, type index_d$5_InventoryItem as InventoryItem, type index_d$5_InventoryItemComposite as InventoryItemComposite, type index_d$5_InventoryItemCompositeTrackingMethodOneOf as InventoryItemCompositeTrackingMethodOneOf, type index_d$5_InventoryItemTrackingMethodOneOf as InventoryItemTrackingMethodOneOf, type index_d$5_InventoryStatus as InventoryStatus, type index_d$5_Item as Item, type index_d$5_ItemAddedToCategory as ItemAddedToCategory, type index_d$5_ItemDataOneOf as ItemDataOneOf, type ItemMetadata$1 as ItemMetadata, type index_d$5_ItemReference as ItemReference, type index_d$5_ItemRemovedFromCategory as ItemRemovedFromCategory, type index_d$5_ItemStyle as ItemStyle, type index_d$5_ItemsAddedToCategory as ItemsAddedToCategory, type index_d$5_ItemsArrangedInCategory as ItemsArrangedInCategory, type index_d$5_ItemsRemovedFromCategory as ItemsRemovedFromCategory, type index_d$5_Keyword as Keyword, type index_d$5_Layout as Layout, index_d$5_LayoutType as LayoutType, index_d$5_LineStyle as LineStyle, type index_d$5_Link as Link, type index_d$5_LinkData as LinkData, type index_d$5_LinkDataOneOf as LinkDataOneOf, type index_d$5_LinkPreviewData as LinkPreviewData, type index_d$5_ListValue as ListValue, type index_d$5_MapData as MapData, type index_d$5_MapSettings as MapSettings, index_d$5_MapType as MapType, type index_d$5_MaskedProduct as MaskedProduct, type index_d$5_MaskedProductWithInventory as MaskedProductWithInventory, index_d$5_MeasurementUnit as MeasurementUnit, type index_d$5_Media as Media, type index_d$5_MediaItemsInfo as MediaItemsInfo, type index_d$5_MentionData as MentionData, type MessageEnvelope$4 as MessageEnvelope, type index_d$5_Metadata as Metadata, type index_d$5_MinVariantPriceInfo as MinVariantPriceInfo, index_d$5_MissingValues as MissingValues, index_d$5_Mode as Mode, type index_d$5_ModifierChoicesSettings as ModifierChoicesSettings, index_d$5_ModifierRenderType as ModifierRenderType, type index_d$5_MultipleColors as MultipleColors, type index_d$5_NestedAggregation as NestedAggregation, type index_d$5_NestedAggregationItem as NestedAggregationItem, type index_d$5_NestedAggregationItemKindOneOf as NestedAggregationItemKindOneOf, type index_d$5_NestedAggregationNestedAggregationItem as NestedAggregationNestedAggregationItem, type index_d$5_NestedAggregationNestedAggregationItemKindOneOf as NestedAggregationNestedAggregationItemKindOneOf, index_d$5_NestedAggregationNestedAggregationType as NestedAggregationNestedAggregationType, type index_d$5_NestedAggregationResults as NestedAggregationResults, type index_d$5_NestedAggregationResultsResultOneOf as NestedAggregationResultsResultOneOf, index_d$5_NestedAggregationType as NestedAggregationType, type index_d$5_NestedResultValue as NestedResultValue, type index_d$5_NestedResultValueResultOneOf as NestedResultValueResultOneOf, type index_d$5_NestedResults as NestedResults, type index_d$5_NestedResultsNestedResultValue as NestedResultsNestedResultValue, type index_d$5_NestedResultsNestedResultValueResultOneOf as NestedResultsNestedResultValueResultOneOf, type index_d$5_NestedResultsRangeResult as NestedResultsRangeResult, type index_d$5_NestedResultsResults as NestedResultsResults, type index_d$5_NestedResultsScalarResult as NestedResultsScalarResult, type index_d$5_NestedResultsValueResult as NestedResultsValueResult, type index_d$5_NestedValueAggregationResult as NestedValueAggregationResult, type index_d$5_Node as Node, type index_d$5_NodeDataOneOf as NodeDataOneOf, type index_d$5_NodeStyle as NodeStyle, index_d$5_NodeType as NodeType, index_d$5_NullValue as NullValue, type index_d$5_Oembed as Oembed, type index_d$5_Option as Option, type index_d$5_OptionChoice as OptionChoice, type index_d$5_OptionChoiceIds as OptionChoiceIds, type index_d$5_OptionChoiceNames as OptionChoiceNames, type index_d$5_OptionChoiceReferences as OptionChoiceReferences, type index_d$5_OptionDesign as OptionDesign, type index_d$5_OptionLayout as OptionLayout, type index_d$5_OrderedListData as OrderedListData, index_d$5_Orientation as Orientation, type index_d$5_PDFSettings as PDFSettings, type Page$2 as Page, type PagingMetadata$2 as PagingMetadata, type index_d$5_ParagraphData as ParagraphData, type index_d$5_ParentCategory as ParentCategory, type index_d$5_Permissions as Permissions, type index_d$5_PhysicalProperties as PhysicalProperties, type index_d$5_PlatformOffsetSearch as PlatformOffsetSearch, type index_d$5_PlatformOffsetSearchPagingMethodOneOf as PlatformOffsetSearchPagingMethodOneOf, type index_d$5_PlatformPaging as PlatformPaging, type index_d$5_PlaybackOptions as PlaybackOptions, type index_d$5_PluginContainerData as PluginContainerData, index_d$5_PluginContainerDataAlignment as PluginContainerDataAlignment, type index_d$5_PluginContainerDataWidth as PluginContainerDataWidth, type index_d$5_PluginContainerDataWidthDataOneOf as PluginContainerDataWidthDataOneOf, type index_d$5_Poll as Poll, type index_d$5_PollData as PollData, type index_d$5_PollDataLayout as PollDataLayout, type index_d$5_PollDesign as PollDesign, type index_d$5_PollLayout as PollLayout, index_d$5_PollLayoutDirection as PollLayoutDirection, index_d$5_PollLayoutType as PollLayoutType, type index_d$5_PollSettings as PollSettings, type PreorderInfo$1 as PreorderInfo, index_d$5_PreorderStatus as PreorderStatus, type index_d$5_PriceInfo as PriceInfo, type index_d$5_PricePerUnit as PricePerUnit, type index_d$5_PricePerUnitRange as PricePerUnitRange, type index_d$5_PricePerUnitRangePricePerUnit as PricePerUnitRangePricePerUnit, type index_d$5_PricePerUnitSettings as PricePerUnitSettings, type index_d$5_PriceRange as PriceRange, type index_d$5_Product as Product, type index_d$5_ProductCategoriesInfo as ProductCategoriesInfo, type index_d$5_ProductCategory as ProductCategory, type index_d$5_ProductCreatedEnvelope as ProductCreatedEnvelope, type index_d$5_ProductDeletedEnvelope as ProductDeletedEnvelope, type index_d$5_ProductIdWithRevision as ProductIdWithRevision, type index_d$5_ProductMedia as ProductMedia, type index_d$5_ProductMediaMediaOneOf as ProductMediaMediaOneOf, type index_d$5_ProductMediaSetByOneOf as ProductMediaSetByOneOf, index_d$5_ProductOptionRenderType as ProductOptionRenderType, index_d$5_ProductType as ProductType, type index_d$5_ProductUpdatedEnvelope as ProductUpdatedEnvelope, type index_d$5_ProductVariantAddedEnvelope as ProductVariantAddedEnvelope, type index_d$5_ProductVariantIds as ProductVariantIds, type index_d$5_ProductVariantRemovedEnvelope as ProductVariantRemovedEnvelope, type index_d$5_ProductVariantUpdatedEnvelope as ProductVariantUpdatedEnvelope, type index_d$5_ProductVariants as ProductVariants, type index_d$5_ProductWithInventory as ProductWithInventory, type index_d$5_ProductWithInventoryTypedPropertiesOneOf as ProductWithInventoryTypedPropertiesOneOf, type index_d$5_ProductsQueryBuilder as ProductsQueryBuilder, type index_d$5_ProductsQueryResult as ProductsQueryResult, type index_d$5_QueryProductsOptions as QueryProductsOptions, type index_d$5_QueryProductsRequest as QueryProductsRequest, type index_d$5_QueryProductsResponse as QueryProductsResponse, type index_d$5_RangeAggregation as RangeAggregation, type index_d$5_RangeAggregationRangeBucket as RangeAggregationRangeBucket, type index_d$5_RangeAggregationResult as RangeAggregationResult, type index_d$5_RangeBucket as RangeBucket, type index_d$5_RangeResult as RangeResult, type index_d$5_RangeResults as RangeResults, type index_d$5_RangeResultsRangeAggregationResult as RangeResultsRangeAggregationResult, type index_d$5_Rel as Rel, RequestedFields$1 as RequestedFields, type RestoreInfo$2 as RestoreInfo, type index_d$5_Results as Results, type index_d$5_RevenueDetails as RevenueDetails, type Ribbon$1 as Ribbon, type index_d$5_RichContent as RichContent, index_d$5_RoundingStrategy as RoundingStrategy, type index_d$5_ScalarAggregation as ScalarAggregation, type index_d$5_ScalarResult as ScalarResult, index_d$5_ScalarType as ScalarType, type index_d$5_SearchDetails as SearchDetails, index_d$5_SearchDetailsMode as SearchDetailsMode, type index_d$5_SearchIndexingNotification as SearchIndexingNotification, type index_d$5_SearchProductsRequest as SearchProductsRequest, type index_d$5_SearchProductsResponse as SearchProductsResponse, type index_d$5_SecuredMedia as SecuredMedia, type index_d$5_SeoSchema as SeoSchema, type index_d$5_Settings as Settings, index_d$5_SingleEntityOpsRequestedFields as SingleEntityOpsRequestedFields, index_d$5_SortDirection as SortDirection, SortOrder$2 as SortOrder, index_d$5_SortType as SortType, type Sorting$2 as Sorting, index_d$5_Source as Source, type index_d$5_Spoiler as Spoiler, type index_d$5_SpoilerData as SpoilerData, State$1 as State, type index_d$5_Styles as Styles, type index_d$5_Subscription as Subscription, type index_d$5_SubscriptionCyclesOneOf as SubscriptionCyclesOneOf, type index_d$5_SubscriptionDetails as SubscriptionDetails, type index_d$5_SubscriptionDiscount as SubscriptionDiscount, type index_d$5_SubscriptionDiscountDiscountOneOf as SubscriptionDiscountDiscountOneOf, SubscriptionFrequency$1 as SubscriptionFrequency, type index_d$5_SubscriptionPrice as SubscriptionPrice, type index_d$5_SubscriptionPricePerUnit as SubscriptionPricePerUnit, type index_d$5_SubscriptionPricesInfo as SubscriptionPricesInfo, type index_d$5_TableCellData as TableCellData, type index_d$5_TableData as TableData, type index_d$5_Tag as Tag, index_d$5_Target as Target, index_d$5_TextAlignment as TextAlignment, type index_d$5_TextData as TextData, type index_d$5_TextNodeStyle as TextNodeStyle, type index_d$5_TextStyle as TextStyle, type index_d$5_Thumbnails as Thumbnails, index_d$5_ThumbnailsAlignment as ThumbnailsAlignment, type index_d$5_TreeReference as TreeReference, index_d$5_Type as Type, type URI$2 as URI, type index_d$5_UnsignedAdjustValue as UnsignedAdjustValue, type index_d$5_UnsignedAdjustValueAdjustValueOneOf as UnsignedAdjustValueAdjustValueOneOf, type index_d$5_UnsupportedFieldMasks as UnsupportedFieldMasks, type index_d$5_UpdateByFilterOperation as UpdateByFilterOperation, type index_d$5_UpdateDocumentsEvent as UpdateDocumentsEvent, type index_d$5_UpdateDocumentsEventOperationOneOf as UpdateDocumentsEventOperationOneOf, type index_d$5_UpdateExistingOperation as UpdateExistingOperation, type index_d$5_UpdateExtendedFieldsRequest as UpdateExtendedFieldsRequest, type index_d$5_UpdateExtendedFieldsResponse as UpdateExtendedFieldsResponse, type index_d$5_UpdateProductRequest as UpdateProductRequest, type index_d$5_UpdateProductResponse as UpdateProductResponse, type index_d$5_UpdateProductResponseNonNullableFields as UpdateProductResponseNonNullableFields, type index_d$5_UpdateProductWithInventoryOptions as UpdateProductWithInventoryOptions, type index_d$5_UpdateProductWithInventoryProduct as UpdateProductWithInventoryProduct, type index_d$5_UpdateProductWithInventoryRequest as UpdateProductWithInventoryRequest, type index_d$5_UpdateProductWithInventoryResponse as UpdateProductWithInventoryResponse, type index_d$5_UpdateProductWithInventoryResponseNonNullableFields as UpdateProductWithInventoryResponseNonNullableFields, type index_d$5_V1Media as V1Media, type index_d$5_V3AdjustValue as V3AdjustValue, type index_d$5_V3AdjustValueAdjustValueOneOf as V3AdjustValueAdjustValueOneOf, type index_d$5_V3BulkAddInfoSectionsToProductsByFilterRequest as V3BulkAddInfoSectionsToProductsByFilterRequest, type index_d$5_V3BulkAddInfoSectionsToProductsByFilterResponse as V3BulkAddInfoSectionsToProductsByFilterResponse, type index_d$5_V3BulkAddInfoSectionsToProductsByFilterResponseNonNullableFields as V3BulkAddInfoSectionsToProductsByFilterResponseNonNullableFields, type index_d$5_V3BulkAddInfoSectionsToProductsRequest as V3BulkAddInfoSectionsToProductsRequest, type index_d$5_V3BulkAddInfoSectionsToProductsResponse as V3BulkAddInfoSectionsToProductsResponse, type index_d$5_V3BulkAddInfoSectionsToProductsResponseNonNullableFields as V3BulkAddInfoSectionsToProductsResponseNonNullableFields, type index_d$5_V3BulkDeleteProductsByFilterRequest as V3BulkDeleteProductsByFilterRequest, type index_d$5_V3BulkDeleteProductsByFilterResponse as V3BulkDeleteProductsByFilterResponse, type index_d$5_V3BulkDeleteProductsByFilterResponseNonNullableFields as V3BulkDeleteProductsByFilterResponseNonNullableFields, type index_d$5_V3BulkDeleteProductsRequest as V3BulkDeleteProductsRequest, type index_d$5_V3BulkDeleteProductsResponse as V3BulkDeleteProductsResponse, type index_d$5_V3BulkDeleteProductsResponseNonNullableFields as V3BulkDeleteProductsResponseNonNullableFields, type index_d$5_V3BulkProductResult as V3BulkProductResult, type index_d$5_V3BulkRemoveInfoSectionsFromProductsByFilterRequest as V3BulkRemoveInfoSectionsFromProductsByFilterRequest, type index_d$5_V3BulkRemoveInfoSectionsFromProductsByFilterResponse as V3BulkRemoveInfoSectionsFromProductsByFilterResponse, type index_d$5_V3BulkRemoveInfoSectionsFromProductsByFilterResponseNonNullableFields as V3BulkRemoveInfoSectionsFromProductsByFilterResponseNonNullableFields, type index_d$5_V3BulkRemoveInfoSectionsFromProductsRequest as V3BulkRemoveInfoSectionsFromProductsRequest, type index_d$5_V3BulkRemoveInfoSectionsFromProductsResponse as V3BulkRemoveInfoSectionsFromProductsResponse, type index_d$5_V3BulkRemoveInfoSectionsFromProductsResponseNonNullableFields as V3BulkRemoveInfoSectionsFromProductsResponseNonNullableFields, type index_d$5_V3BulkUpdateProductsByFilterRequest as V3BulkUpdateProductsByFilterRequest, type index_d$5_V3BulkUpdateProductsByFilterResponse as V3BulkUpdateProductsByFilterResponse, type index_d$5_V3BulkUpdateProductsByFilterResponseNonNullableFields as V3BulkUpdateProductsByFilterResponseNonNullableFields, type index_d$5_V3CountProductsRequest as V3CountProductsRequest, type index_d$5_V3CountProductsResponse as V3CountProductsResponse, type index_d$5_V3CountProductsResponseNonNullableFields as V3CountProductsResponseNonNullableFields, type index_d$5_V3DeleteProductRequest as V3DeleteProductRequest, type index_d$5_V3DeleteProductResponse as V3DeleteProductResponse, type index_d$5_V3GetProductBySlugRequest as V3GetProductBySlugRequest, type index_d$5_V3GetProductBySlugResponse as V3GetProductBySlugResponse, type index_d$5_V3GetProductBySlugResponseNonNullableFields as V3GetProductBySlugResponseNonNullableFields, type index_d$5_V3GetProductRequest as V3GetProductRequest, type index_d$5_V3GetProductResponse as V3GetProductResponse, type index_d$5_V3GetProductResponseNonNullableFields as V3GetProductResponseNonNullableFields, type index_d$5_V3MaskedProduct as V3MaskedProduct, type index_d$5_V3OptionChoiceIds as V3OptionChoiceIds, type index_d$5_V3OptionChoiceNames as V3OptionChoiceNames, type index_d$5_V3Product as V3Product, type index_d$5_V3ProductIdWithRevision as V3ProductIdWithRevision, type index_d$5_V3ProductNonNullableFields as V3ProductNonNullableFields, type index_d$5_V3ProductTypedPropertiesOneOf as V3ProductTypedPropertiesOneOf, type index_d$5_V3QueryProductsRequest as V3QueryProductsRequest, type index_d$5_V3QueryProductsResponse as V3QueryProductsResponse, type index_d$5_V3QueryProductsResponseNonNullableFields as V3QueryProductsResponseNonNullableFields, type index_d$5_V3SearchProductsRequest as V3SearchProductsRequest, type index_d$5_V3SearchProductsResponse as V3SearchProductsResponse, type index_d$5_V3SearchProductsResponseNonNullableFields as V3SearchProductsResponseNonNullableFields, type index_d$5_V3UnsignedAdjustValue as V3UnsignedAdjustValue, type index_d$5_V3UnsignedAdjustValueAdjustValueOneOf as V3UnsignedAdjustValueAdjustValueOneOf, type index_d$5_V3UpdateExtendedFieldsRequest as V3UpdateExtendedFieldsRequest, type index_d$5_V3UpdateExtendedFieldsResponse as V3UpdateExtendedFieldsResponse, type index_d$5_V3UpdateExtendedFieldsResponseNonNullableFields as V3UpdateExtendedFieldsResponseNonNullableFields, type index_d$5_V3VariantsInfo as V3VariantsInfo, type index_d$5_ValueAggregation as ValueAggregation, type index_d$5_ValueAggregationIncludeMissingValuesOptions as ValueAggregationIncludeMissingValuesOptions, index_d$5_ValueAggregationMissingValues as ValueAggregationMissingValues, type index_d$5_ValueAggregationOptionsOneOf as ValueAggregationOptionsOneOf, type index_d$5_ValueAggregationResult as ValueAggregationResult, index_d$5_ValueAggregationSortDirection as ValueAggregationSortDirection, index_d$5_ValueAggregationSortType as ValueAggregationSortType, type index_d$5_ValueResult as ValueResult, type index_d$5_ValueResults as ValueResults, type index_d$5_ValueResultsValueAggregationResult as ValueResultsValueAggregationResult, type index_d$5_Variant as Variant, type index_d$5_VariantAdded as VariantAdded, type index_d$5_VariantDigitalProperties as VariantDigitalProperties, type index_d$5_VariantNotAlignedWithProduct as VariantNotAlignedWithProduct, type index_d$5_VariantPhysicalProperties as VariantPhysicalProperties, type index_d$5_VariantRemoved as VariantRemoved, type index_d$5_VariantSummary as VariantSummary, type index_d$5_VariantTypedPropertiesOneOf as VariantTypedPropertiesOneOf, type index_d$5_VariantUpdated as VariantUpdated, type index_d$5_VariantWithInventory as VariantWithInventory, type index_d$5_VariantWithInventoryTypedPropertiesOneOf as VariantWithInventoryTypedPropertiesOneOf, type index_d$5_VariantsInfo as VariantsInfo, type index_d$5_VariantsNotAlignedWithProduct as VariantsNotAlignedWithProduct, index_d$5_VerticalAlignment as VerticalAlignment, type index_d$5_Video as Video, type index_d$5_VideoData as VideoData, type index_d$5_VideoResolution as VideoResolution, index_d$5_ViewMode as ViewMode, index_d$5_ViewRole as ViewRole, index_d$5_VoteRole as VoteRole, WebhookIdentityType$4 as WebhookIdentityType, type index_d$5_WeightMeasurementUnitInfo as WeightMeasurementUnitInfo, type index_d$5_WeightRange as WeightRange, index_d$5_WeightUnit as WeightUnit, index_d$5_Width as Width, index_d$5_WidthType as WidthType, type index_d$5_WixCommonAggregation as WixCommonAggregation, type index_d$5_WixCommonAggregationKindOneOf as WixCommonAggregationKindOneOf, index_d$5_WixCommonAggregationType as WixCommonAggregationType, type index_d$5_WixCommonItemMetadata as WixCommonItemMetadata, index_d$5_WixCommonScalarType as WixCommonScalarType, type index_d$5_WixCommonSearchDetails as WixCommonSearchDetails, index_d$5_WixCommonSortOrder as WixCommonSortOrder, type index_d$5_WixCommonSorting as WixCommonSorting, index_d$5_bulkAddProductsToCategoriesByFilter as bulkAddProductsToCategoriesByFilter, index_d$5_bulkAdjustProductVariantsByFilter as bulkAdjustProductVariantsByFilter, index_d$5_bulkCreateProductsWithInventory as bulkCreateProductsWithInventory, index_d$5_bulkRemoveProductsFromCategoriesByFilter as bulkRemoveProductsFromCategoriesByFilter, index_d$5_bulkUpdateProductVariantsByFilter as bulkUpdateProductVariantsByFilter, index_d$5_bulkUpdateProductsWithInventory as bulkUpdateProductsWithInventory, index_d$5_catalogBulkAddInfoSectionsToProducts as catalogBulkAddInfoSectionsToProducts, index_d$5_catalogBulkAddInfoSectionsToProductsByFilter as catalogBulkAddInfoSectionsToProductsByFilter, index_d$5_catalogBulkCreateProducts as catalogBulkCreateProducts, index_d$5_catalogBulkDeleteProducts as catalogBulkDeleteProducts, index_d$5_catalogBulkDeleteProductsByFilter as catalogBulkDeleteProductsByFilter, index_d$5_catalogBulkRemoveInfoSectionsFromProducts as catalogBulkRemoveInfoSectionsFromProducts, index_d$5_catalogBulkRemoveInfoSectionsFromProductsByFilter as catalogBulkRemoveInfoSectionsFromProductsByFilter, index_d$5_catalogBulkUpdateProducts as catalogBulkUpdateProducts, index_d$5_catalogBulkUpdateProductsByFilter as catalogBulkUpdateProductsByFilter, index_d$5_catalogCountProducts as catalogCountProducts, index_d$5_catalogCreateProduct as catalogCreateProduct, index_d$5_catalogDeleteProduct as catalogDeleteProduct, index_d$5_catalogGetProduct as catalogGetProduct, index_d$5_catalogGetProductBySlug as catalogGetProductBySlug, index_d$5_catalogQueryProducts as catalogQueryProducts, index_d$5_catalogSearchProducts as catalogSearchProducts, index_d$5_catalogUpdateExtendedFields as catalogUpdateExtendedFields, index_d$5_catalogUpdateProduct as catalogUpdateProduct, index_d$5_createProductWithInventory as createProductWithInventory, index_d$5_onProductCreated as onProductCreated, index_d$5_onProductDeleted as onProductDeleted, index_d$5_onProductUpdated as onProductUpdated, index_d$5_onProductVariantAdded as onProductVariantAdded, index_d$5_onProductVariantRemoved as onProductVariantRemoved, index_d$5_onProductVariantUpdated as onProductVariantUpdated, index_d$5_updateProductWithInventory as updateProductWithInventory };
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 index_d$3_ApplicationError = ApplicationError;
17691
17348
  type index_d$3_BulkActionMetadata = BulkActionMetadata;
@@ -17710,6 +17367,7 @@ type index_d$3_CreateRibbonResponse = CreateRibbonResponse;
17710
17367
  type index_d$3_CreateRibbonResponseNonNullableFields = CreateRibbonResponseNonNullableFields;
17711
17368
  type index_d$3_DeleteRibbonRequest = DeleteRibbonRequest;
17712
17369
  type index_d$3_DeleteRibbonResponse = DeleteRibbonResponse;
17370
+ type index_d$3_EventMetadata = EventMetadata;
17713
17371
  type index_d$3_GetOrCreateRibbonOptions = GetOrCreateRibbonOptions;
17714
17372
  type index_d$3_GetOrCreateRibbonRequest = GetOrCreateRibbonRequest;
17715
17373
  type index_d$3_GetOrCreateRibbonResponse = GetOrCreateRibbonResponse;
@@ -17727,7 +17385,10 @@ type index_d$3_QueryRibbonsResponseNonNullableFields = QueryRibbonsResponseNonNu
17727
17385
  type index_d$3_RequestedFields = RequestedFields;
17728
17386
  declare const index_d$3_RequestedFields: typeof RequestedFields;
17729
17387
  type index_d$3_Ribbon = Ribbon;
17388
+ type index_d$3_RibbonCreatedEnvelope = RibbonCreatedEnvelope;
17389
+ type index_d$3_RibbonDeletedEnvelope = RibbonDeletedEnvelope;
17730
17390
  type index_d$3_RibbonNonNullableFields = RibbonNonNullableFields;
17391
+ type index_d$3_RibbonUpdatedEnvelope = RibbonUpdatedEnvelope;
17731
17392
  type index_d$3_RibbonsQueryBuilder = RibbonsQueryBuilder;
17732
17393
  type index_d$3_RibbonsQueryResult = RibbonsQueryResult;
17733
17394
  type index_d$3_UpdateRibbon = UpdateRibbon;
@@ -17744,10 +17405,13 @@ declare const index_d$3_createRibbon: typeof createRibbon;
17744
17405
  declare const index_d$3_deleteRibbon: typeof deleteRibbon;
17745
17406
  declare const index_d$3_getOrCreateRibbon: typeof getOrCreateRibbon;
17746
17407
  declare const index_d$3_getRibbon: typeof getRibbon;
17408
+ declare const index_d$3_onRibbonCreated: typeof onRibbonCreated;
17409
+ declare const index_d$3_onRibbonDeleted: typeof onRibbonDeleted;
17410
+ declare const index_d$3_onRibbonUpdated: typeof onRibbonUpdated;
17747
17411
  declare const index_d$3_queryRibbons: typeof queryRibbons;
17748
17412
  declare const index_d$3_updateRibbon: typeof updateRibbon;
17749
17413
  declare namespace index_d$3 {
17750
- export { type ActionEvent$1 as ActionEvent, type App$1 as App, type index_d$3_ApplicationError as ApplicationError, type index_d$3_BulkActionMetadata as BulkActionMetadata, type index_d$3_BulkCreateRibbonsOptions as BulkCreateRibbonsOptions, type index_d$3_BulkCreateRibbonsRequest as BulkCreateRibbonsRequest, type index_d$3_BulkCreateRibbonsResponse as BulkCreateRibbonsResponse, type index_d$3_BulkCreateRibbonsResponseNonNullableFields as BulkCreateRibbonsResponseNonNullableFields, type index_d$3_BulkDeleteRibbonsRequest as BulkDeleteRibbonsRequest, type index_d$3_BulkDeleteRibbonsResponse as BulkDeleteRibbonsResponse, type index_d$3_BulkDeleteRibbonsResponseNonNullableFields as BulkDeleteRibbonsResponseNonNullableFields, type index_d$3_BulkGetOrCreateRibbonsOptions as BulkGetOrCreateRibbonsOptions, type index_d$3_BulkGetOrCreateRibbonsRequest as BulkGetOrCreateRibbonsRequest, type index_d$3_BulkGetOrCreateRibbonsResponse as BulkGetOrCreateRibbonsResponse, type index_d$3_BulkGetOrCreateRibbonsResponseNonNullableFields as BulkGetOrCreateRibbonsResponseNonNullableFields, type index_d$3_BulkRibbonResult as BulkRibbonResult, type index_d$3_BulkUpdateRibbonsOptions as BulkUpdateRibbonsOptions, type index_d$3_BulkUpdateRibbonsRequest as BulkUpdateRibbonsRequest, type index_d$3_BulkUpdateRibbonsResponse as BulkUpdateRibbonsResponse, type index_d$3_BulkUpdateRibbonsResponseNonNullableFields as BulkUpdateRibbonsResponseNonNullableFields, type index_d$3_CreateRibbonRequest as CreateRibbonRequest, type index_d$3_CreateRibbonResponse as CreateRibbonResponse, type index_d$3_CreateRibbonResponseNonNullableFields as CreateRibbonResponseNonNullableFields, type CursorPaging$1 as CursorPaging, type CursorPagingMetadata$1 as CursorPagingMetadata, type CursorQuery$1 as CursorQuery, type CursorQueryPagingMethodOneOf$1 as CursorQueryPagingMethodOneOf, type Cursors$1 as Cursors, type index_d$3_DeleteRibbonRequest as DeleteRibbonRequest, type index_d$3_DeleteRibbonResponse as DeleteRibbonResponse, type DomainEvent$1 as DomainEvent, type DomainEventBodyOneOf$1 as DomainEventBodyOneOf, type Empty$1 as Empty, type EntityCreatedEvent$1 as EntityCreatedEvent, type EntityDeletedEvent$1 as EntityDeletedEvent, type EntityUpdatedEvent$1 as EntityUpdatedEvent, type File$1 as File, type index_d$3_GetOrCreateRibbonOptions as GetOrCreateRibbonOptions, type index_d$3_GetOrCreateRibbonRequest as GetOrCreateRibbonRequest, type index_d$3_GetOrCreateRibbonResponse as GetOrCreateRibbonResponse, type index_d$3_GetOrCreateRibbonResponseNonNullableFields as GetOrCreateRibbonResponseNonNullableFields, type index_d$3_GetRibbonOptions as GetRibbonOptions, type index_d$3_GetRibbonRequest as GetRibbonRequest, type index_d$3_GetRibbonResponse as GetRibbonResponse, type index_d$3_GetRibbonResponseNonNullableFields as GetRibbonResponseNonNullableFields, type IdentificationData$2 as IdentificationData, type IdentificationDataIdOneOf$2 as IdentificationDataIdOneOf, type InvalidateCache$1 as InvalidateCache, type InvalidateCacheGetByOneOf$1 as InvalidateCacheGetByOneOf, type index_d$3_ItemMetadata as ItemMetadata, type index_d$3_MaskedRibbon as MaskedRibbon, type MessageEnvelope$2 as MessageEnvelope, type Page$1 as Page, type index_d$3_QueryRibbonsOptions as QueryRibbonsOptions, type index_d$3_QueryRibbonsRequest as QueryRibbonsRequest, type index_d$3_QueryRibbonsResponse as QueryRibbonsResponse, type index_d$3_QueryRibbonsResponseNonNullableFields as QueryRibbonsResponseNonNullableFields, index_d$3_RequestedFields as RequestedFields, type RestoreInfo$1 as RestoreInfo, type index_d$3_Ribbon as Ribbon, type index_d$3_RibbonNonNullableFields as RibbonNonNullableFields, type index_d$3_RibbonsQueryBuilder as RibbonsQueryBuilder, type index_d$3_RibbonsQueryResult as RibbonsQueryResult, SortOrder$1 as SortOrder, type Sorting$1 as Sorting, type URI$1 as URI, type index_d$3_UpdateRibbon as UpdateRibbon, type index_d$3_UpdateRibbonOptions as UpdateRibbonOptions, type index_d$3_UpdateRibbonRequest as UpdateRibbonRequest, type index_d$3_UpdateRibbonResponse as UpdateRibbonResponse, type index_d$3_UpdateRibbonResponseNonNullableFields as UpdateRibbonResponseNonNullableFields, type index_d$3_V3BulkRibbonResult as V3BulkRibbonResult, WebhookIdentityType$2 as WebhookIdentityType, index_d$3_bulkCreateRibbons as bulkCreateRibbons, index_d$3_bulkDeleteRibbons as bulkDeleteRibbons, index_d$3_bulkGetOrCreateRibbons as bulkGetOrCreateRibbons, index_d$3_bulkUpdateRibbons as bulkUpdateRibbons, index_d$3_createRibbon as createRibbon, index_d$3_deleteRibbon as deleteRibbon, index_d$3_getOrCreateRibbon as getOrCreateRibbon, index_d$3_getRibbon as getRibbon, index_d$3_queryRibbons as queryRibbons, index_d$3_updateRibbon as updateRibbon };
17414
+ export { type ActionEvent$1 as ActionEvent, type App$1 as App, type index_d$3_ApplicationError as ApplicationError, type BaseEventMetadata$1 as BaseEventMetadata, type index_d$3_BulkActionMetadata as BulkActionMetadata, type index_d$3_BulkCreateRibbonsOptions as BulkCreateRibbonsOptions, type index_d$3_BulkCreateRibbonsRequest as BulkCreateRibbonsRequest, type index_d$3_BulkCreateRibbonsResponse as BulkCreateRibbonsResponse, type index_d$3_BulkCreateRibbonsResponseNonNullableFields as BulkCreateRibbonsResponseNonNullableFields, type index_d$3_BulkDeleteRibbonsRequest as BulkDeleteRibbonsRequest, type index_d$3_BulkDeleteRibbonsResponse as BulkDeleteRibbonsResponse, type index_d$3_BulkDeleteRibbonsResponseNonNullableFields as BulkDeleteRibbonsResponseNonNullableFields, type index_d$3_BulkGetOrCreateRibbonsOptions as BulkGetOrCreateRibbonsOptions, type index_d$3_BulkGetOrCreateRibbonsRequest as BulkGetOrCreateRibbonsRequest, type index_d$3_BulkGetOrCreateRibbonsResponse as BulkGetOrCreateRibbonsResponse, type index_d$3_BulkGetOrCreateRibbonsResponseNonNullableFields as BulkGetOrCreateRibbonsResponseNonNullableFields, type index_d$3_BulkRibbonResult as BulkRibbonResult, type index_d$3_BulkUpdateRibbonsOptions as BulkUpdateRibbonsOptions, type index_d$3_BulkUpdateRibbonsRequest as BulkUpdateRibbonsRequest, type index_d$3_BulkUpdateRibbonsResponse as BulkUpdateRibbonsResponse, type index_d$3_BulkUpdateRibbonsResponseNonNullableFields as BulkUpdateRibbonsResponseNonNullableFields, type index_d$3_CreateRibbonRequest as CreateRibbonRequest, type index_d$3_CreateRibbonResponse as CreateRibbonResponse, type index_d$3_CreateRibbonResponseNonNullableFields as CreateRibbonResponseNonNullableFields, type CursorPaging$1 as CursorPaging, type CursorPagingMetadata$1 as CursorPagingMetadata, type CursorQuery$1 as CursorQuery, type CursorQueryPagingMethodOneOf$1 as CursorQueryPagingMethodOneOf, type Cursors$1 as Cursors, type index_d$3_DeleteRibbonRequest as DeleteRibbonRequest, type index_d$3_DeleteRibbonResponse as DeleteRibbonResponse, type DomainEvent$1 as DomainEvent, type DomainEventBodyOneOf$1 as DomainEventBodyOneOf, type Empty$1 as Empty, type EntityCreatedEvent$1 as EntityCreatedEvent, type EntityDeletedEvent$1 as EntityDeletedEvent, type EntityUpdatedEvent$1 as EntityUpdatedEvent, type index_d$3_EventMetadata as EventMetadata, type File$1 as File, type index_d$3_GetOrCreateRibbonOptions as GetOrCreateRibbonOptions, type index_d$3_GetOrCreateRibbonRequest as GetOrCreateRibbonRequest, type index_d$3_GetOrCreateRibbonResponse as GetOrCreateRibbonResponse, type index_d$3_GetOrCreateRibbonResponseNonNullableFields as GetOrCreateRibbonResponseNonNullableFields, type index_d$3_GetRibbonOptions as GetRibbonOptions, type index_d$3_GetRibbonRequest as GetRibbonRequest, type index_d$3_GetRibbonResponse as GetRibbonResponse, type index_d$3_GetRibbonResponseNonNullableFields as GetRibbonResponseNonNullableFields, type IdentificationData$2 as IdentificationData, type IdentificationDataIdOneOf$2 as IdentificationDataIdOneOf, type InvalidateCache$1 as InvalidateCache, type InvalidateCacheGetByOneOf$1 as InvalidateCacheGetByOneOf, type index_d$3_ItemMetadata as ItemMetadata, type index_d$3_MaskedRibbon as MaskedRibbon, type MessageEnvelope$2 as MessageEnvelope, type Page$1 as Page, type index_d$3_QueryRibbonsOptions as QueryRibbonsOptions, type index_d$3_QueryRibbonsRequest as QueryRibbonsRequest, type index_d$3_QueryRibbonsResponse as QueryRibbonsResponse, type index_d$3_QueryRibbonsResponseNonNullableFields as QueryRibbonsResponseNonNullableFields, index_d$3_RequestedFields as RequestedFields, type RestoreInfo$1 as RestoreInfo, type index_d$3_Ribbon as Ribbon, type index_d$3_RibbonCreatedEnvelope as RibbonCreatedEnvelope, type index_d$3_RibbonDeletedEnvelope as RibbonDeletedEnvelope, type index_d$3_RibbonNonNullableFields as RibbonNonNullableFields, type index_d$3_RibbonUpdatedEnvelope as RibbonUpdatedEnvelope, type index_d$3_RibbonsQueryBuilder as RibbonsQueryBuilder, type index_d$3_RibbonsQueryResult as RibbonsQueryResult, SortOrder$1 as SortOrder, type Sorting$1 as Sorting, type URI$1 as URI, type index_d$3_UpdateRibbon as UpdateRibbon, type index_d$3_UpdateRibbonOptions as UpdateRibbonOptions, type index_d$3_UpdateRibbonRequest as UpdateRibbonRequest, type index_d$3_UpdateRibbonResponse as UpdateRibbonResponse, type index_d$3_UpdateRibbonResponseNonNullableFields as UpdateRibbonResponseNonNullableFields, type index_d$3_V3BulkRibbonResult as V3BulkRibbonResult, WebhookIdentityType$2 as WebhookIdentityType, index_d$3_bulkCreateRibbons as bulkCreateRibbons, index_d$3_bulkDeleteRibbons as bulkDeleteRibbons, index_d$3_bulkGetOrCreateRibbons as bulkGetOrCreateRibbons, index_d$3_bulkUpdateRibbons as bulkUpdateRibbons, index_d$3_createRibbon as createRibbon, index_d$3_deleteRibbon as deleteRibbon, index_d$3_getOrCreateRibbon as getOrCreateRibbon, index_d$3_getRibbon as getRibbon, index_d$3_onRibbonCreated as onRibbonCreated, index_d$3_onRibbonDeleted as onRibbonDeleted, index_d$3_onRibbonUpdated as onRibbonUpdated, index_d$3_queryRibbons as queryRibbons, index_d$3_updateRibbon as updateRibbon };
17751
17415
  }
17752
17416
 
17753
17417
  /** A location is a physical or virtual site where products are sold. */