@wix/stores 1.0.171 → 1.0.173

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.
@@ -2336,7 +2336,7 @@ interface QueryStoreVariantsResponseNonNullableFields {
2336
2336
  interface GetStoreVariantResponseNonNullableFields {
2337
2337
  variant?: StoreVariantNonNullableFields;
2338
2338
  }
2339
- interface BaseEventMetadata$7 {
2339
+ interface BaseEventMetadata$6 {
2340
2340
  /** App instance ID. */
2341
2341
  instanceId?: string | null;
2342
2342
  /** Event type. */
@@ -2346,31 +2346,31 @@ interface BaseEventMetadata$7 {
2346
2346
  }
2347
2347
  interface ProductCreatedEnvelope$1 {
2348
2348
  data: ProductCreated;
2349
- metadata: BaseEventMetadata$7;
2349
+ metadata: BaseEventMetadata$6;
2350
2350
  }
2351
2351
  interface ProductChangedEnvelope {
2352
2352
  data: ProductChanged;
2353
- metadata: BaseEventMetadata$7;
2353
+ metadata: BaseEventMetadata$6;
2354
2354
  }
2355
2355
  interface ProductDeletedEnvelope$1 {
2356
2356
  data: ProductDeleted;
2357
- metadata: BaseEventMetadata$7;
2357
+ metadata: BaseEventMetadata$6;
2358
2358
  }
2359
2359
  interface ProductCollectionCreatedEnvelope {
2360
2360
  data: CollectionCreated;
2361
- metadata: BaseEventMetadata$7;
2361
+ metadata: BaseEventMetadata$6;
2362
2362
  }
2363
2363
  interface ProductCollectionChangedEnvelope {
2364
2364
  data: CollectionChanged;
2365
- metadata: BaseEventMetadata$7;
2365
+ metadata: BaseEventMetadata$6;
2366
2366
  }
2367
2367
  interface ProductCollectionDeletedEnvelope {
2368
2368
  data: CollectionDeleted;
2369
- metadata: BaseEventMetadata$7;
2369
+ metadata: BaseEventMetadata$6;
2370
2370
  }
2371
2371
  interface ProductVariantsChangedEnvelope {
2372
2372
  data: VariantsChanged;
2373
- metadata: BaseEventMetadata$7;
2373
+ metadata: BaseEventMetadata$6;
2374
2374
  }
2375
2375
  interface UpdateProduct {
2376
2376
  /**
@@ -2631,7 +2631,7 @@ interface QueryProductVariantsOptions {
2631
2631
 
2632
2632
  declare function createRESTModule$a<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
2633
2633
 
2634
- declare function createEventModule$7<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
2634
+ declare function createEventModule$6<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
2635
2635
 
2636
2636
  declare const createProduct: ReturnType<typeof createRESTModule$a<typeof publicCreateProduct>>;
2637
2637
  declare const updateProduct: ReturnType<typeof createRESTModule$a<typeof publicUpdateProduct>>;
@@ -2659,13 +2659,13 @@ declare const getProductOptionsAvailability: ReturnType<typeof createRESTModule$
2659
2659
  declare const queryProductVariants: ReturnType<typeof createRESTModule$a<typeof publicQueryProductVariants>>;
2660
2660
  declare const queryStoreVariants: ReturnType<typeof createRESTModule$a<typeof publicQueryStoreVariants>>;
2661
2661
  declare const getStoreVariant: ReturnType<typeof createRESTModule$a<typeof publicGetStoreVariant>>;
2662
- declare const onProductCreated$1: ReturnType<typeof createEventModule$7<typeof publicOnProductCreated>>;
2663
- declare const onProductChanged: ReturnType<typeof createEventModule$7<typeof publicOnProductChanged>>;
2664
- declare const onProductDeleted$1: ReturnType<typeof createEventModule$7<typeof publicOnProductDeleted>>;
2665
- declare const onProductCollectionCreated: ReturnType<typeof createEventModule$7<typeof publicOnProductCollectionCreated>>;
2666
- declare const onProductCollectionChanged: ReturnType<typeof createEventModule$7<typeof publicOnProductCollectionChanged>>;
2667
- declare const onProductCollectionDeleted: ReturnType<typeof createEventModule$7<typeof publicOnProductCollectionDeleted>>;
2668
- declare const onProductVariantsChanged: ReturnType<typeof createEventModule$7<typeof publicOnProductVariantsChanged>>;
2662
+ declare const onProductCreated$1: ReturnType<typeof createEventModule$6<typeof publicOnProductCreated>>;
2663
+ declare const onProductChanged: ReturnType<typeof createEventModule$6<typeof publicOnProductChanged>>;
2664
+ declare const onProductDeleted$1: ReturnType<typeof createEventModule$6<typeof publicOnProductDeleted>>;
2665
+ declare const onProductCollectionCreated: ReturnType<typeof createEventModule$6<typeof publicOnProductCollectionCreated>>;
2666
+ declare const onProductCollectionChanged: ReturnType<typeof createEventModule$6<typeof publicOnProductCollectionChanged>>;
2667
+ declare const onProductCollectionDeleted: ReturnType<typeof createEventModule$6<typeof publicOnProductCollectionDeleted>>;
2668
+ declare const onProductVariantsChanged: ReturnType<typeof createEventModule$6<typeof publicOnProductVariantsChanged>>;
2669
2669
 
2670
2670
  type index_d$a_AddProductMediaRequest = AddProductMediaRequest;
2671
2671
  type index_d$a_AddProductMediaResponse = AddProductMediaResponse;
@@ -2864,7 +2864,7 @@ declare const index_d$a_updateCollection: typeof updateCollection;
2864
2864
  declare const index_d$a_updateProduct: typeof updateProduct;
2865
2865
  declare const index_d$a_updateProductVariants: typeof updateProductVariants;
2866
2866
  declare namespace index_d$a {
2867
- 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 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 };
2867
+ 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 };
2868
2868
  }
2869
2869
 
2870
2870
  /**
@@ -3343,7 +3343,7 @@ interface BulkDeleteBrandsResponseNonNullableFields {
3343
3343
  results: BulkDeleteBrandsResponseBulkBrandsResultNonNullableFields[];
3344
3344
  bulkActionMetadata?: BulkActionMetadataNonNullableFields$4;
3345
3345
  }
3346
- interface BaseEventMetadata$6 {
3346
+ interface BaseEventMetadata$5 {
3347
3347
  /** App instance ID. */
3348
3348
  instanceId?: string | null;
3349
3349
  /** Event type. */
@@ -3351,7 +3351,7 @@ interface BaseEventMetadata$6 {
3351
3351
  /** The identification type and identity data. */
3352
3352
  identity?: IdentificationData$8;
3353
3353
  }
3354
- interface EventMetadata$5 extends BaseEventMetadata$6 {
3354
+ interface EventMetadata$4 extends BaseEventMetadata$5 {
3355
3355
  /**
3356
3356
  * Unique event ID.
3357
3357
  * Allows clients to ignore duplicate webhooks.
@@ -3391,14 +3391,14 @@ interface EventMetadata$5 extends BaseEventMetadata$6 {
3391
3391
  }
3392
3392
  interface BrandCreatedEnvelope {
3393
3393
  entity: Brand$1;
3394
- metadata: EventMetadata$5;
3394
+ metadata: EventMetadata$4;
3395
3395
  }
3396
3396
  interface BrandUpdatedEnvelope {
3397
3397
  entity: Brand$1;
3398
- metadata: EventMetadata$5;
3398
+ metadata: EventMetadata$4;
3399
3399
  }
3400
3400
  interface BrandDeletedEnvelope {
3401
- metadata: EventMetadata$5;
3401
+ metadata: EventMetadata$4;
3402
3402
  }
3403
3403
  interface GetBrandOptions {
3404
3404
  /** A list of requested fields to be included in the response. */
@@ -3544,7 +3544,7 @@ interface BulkGetOrCreateBrandsOptions {
3544
3544
 
3545
3545
  declare function createRESTModule$9<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
3546
3546
 
3547
- declare function createEventModule$6<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
3547
+ declare function createEventModule$5<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
3548
3548
 
3549
3549
  declare const createBrand: ReturnType<typeof createRESTModule$9<typeof publicCreateBrand>>;
3550
3550
  declare const getBrand: ReturnType<typeof createRESTModule$9<typeof publicGetBrand>>;
@@ -3556,9 +3556,9 @@ declare const bulkUpdateBrands: ReturnType<typeof createRESTModule$9<typeof publ
3556
3556
  declare const getOrCreateBrand: ReturnType<typeof createRESTModule$9<typeof publicGetOrCreateBrand>>;
3557
3557
  declare const bulkGetOrCreateBrands: ReturnType<typeof createRESTModule$9<typeof publicBulkGetOrCreateBrands>>;
3558
3558
  declare const bulkDeleteBrands: ReturnType<typeof createRESTModule$9<typeof publicBulkDeleteBrands>>;
3559
- declare const onBrandCreated: ReturnType<typeof createEventModule$6<typeof publicOnBrandCreated>>;
3560
- declare const onBrandUpdated: ReturnType<typeof createEventModule$6<typeof publicOnBrandUpdated>>;
3561
- declare const onBrandDeleted: ReturnType<typeof createEventModule$6<typeof publicOnBrandDeleted>>;
3559
+ declare const onBrandCreated: ReturnType<typeof createEventModule$5<typeof publicOnBrandCreated>>;
3560
+ declare const onBrandUpdated: ReturnType<typeof createEventModule$5<typeof publicOnBrandUpdated>>;
3561
+ declare const onBrandDeleted: ReturnType<typeof createEventModule$5<typeof publicOnBrandDeleted>>;
3562
3562
 
3563
3563
  type index_d$9_BrandCreatedEnvelope = BrandCreatedEnvelope;
3564
3564
  type index_d$9_BrandDeletedEnvelope = BrandDeletedEnvelope;
@@ -3620,7 +3620,7 @@ declare const index_d$9_onBrandUpdated: typeof onBrandUpdated;
3620
3620
  declare const index_d$9_queryBrands: typeof queryBrands;
3621
3621
  declare const index_d$9_updateBrand: typeof updateBrand;
3622
3622
  declare namespace index_d$9 {
3623
- 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 };
3623
+ 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 };
3624
3624
  }
3625
3625
 
3626
3626
  /**
@@ -4245,7 +4245,7 @@ interface BulkUpdateCustomizationsResponseNonNullableFields {
4245
4245
  results: BulkCustomizationResultNonNullableFields[];
4246
4246
  bulkActionMetadata?: BulkActionMetadataNonNullableFields$3;
4247
4247
  }
4248
- interface BaseEventMetadata$5 {
4248
+ interface BaseEventMetadata$4 {
4249
4249
  /** App instance ID. */
4250
4250
  instanceId?: string | null;
4251
4251
  /** Event type. */
@@ -4253,7 +4253,7 @@ interface BaseEventMetadata$5 {
4253
4253
  /** The identification type and identity data. */
4254
4254
  identity?: IdentificationData$7;
4255
4255
  }
4256
- interface EventMetadata$4 extends BaseEventMetadata$5 {
4256
+ interface EventMetadata$3 extends BaseEventMetadata$4 {
4257
4257
  /**
4258
4258
  * Unique event ID.
4259
4259
  * Allows clients to ignore duplicate webhooks.
@@ -4293,15 +4293,15 @@ interface EventMetadata$4 extends BaseEventMetadata$5 {
4293
4293
  }
4294
4294
  interface CustomizationCreatedEnvelope {
4295
4295
  entity: Customization;
4296
- metadata: EventMetadata$4;
4296
+ metadata: EventMetadata$3;
4297
4297
  }
4298
4298
  interface CustomizationUpdatedEnvelope {
4299
4299
  entity: Customization;
4300
- metadata: EventMetadata$4;
4300
+ metadata: EventMetadata$3;
4301
4301
  }
4302
4302
  interface CustomizationDeletedEnvelope {
4303
4303
  entity: Customization;
4304
- metadata: EventMetadata$4;
4304
+ metadata: EventMetadata$3;
4305
4305
  }
4306
4306
  interface GetCustomizationOptions {
4307
4307
  /** A list of requested fields to be included in the response. */
@@ -4469,7 +4469,7 @@ interface BulkUpdateCustomizationsOptions {
4469
4469
 
4470
4470
  declare function createRESTModule$8<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
4471
4471
 
4472
- declare function createEventModule$5<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
4472
+ declare function createEventModule$4<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
4473
4473
 
4474
4474
  declare const createCustomization: ReturnType<typeof createRESTModule$8<typeof publicCreateCustomization>>;
4475
4475
  declare const getCustomization: ReturnType<typeof createRESTModule$8<typeof publicGetCustomization>>;
@@ -4482,9 +4482,9 @@ declare const setCustomizationChoices: ReturnType<typeof createRESTModule$8<type
4482
4482
  declare const removeCustomizationChoices: ReturnType<typeof createRESTModule$8<typeof publicRemoveCustomizationChoices>>;
4483
4483
  declare const bulkAddCustomizationChoices: ReturnType<typeof createRESTModule$8<typeof publicBulkAddCustomizationChoices>>;
4484
4484
  declare const bulkUpdateCustomizations: ReturnType<typeof createRESTModule$8<typeof publicBulkUpdateCustomizations>>;
4485
- declare const onCustomizationCreated: ReturnType<typeof createEventModule$5<typeof publicOnCustomizationCreated>>;
4486
- declare const onCustomizationUpdated: ReturnType<typeof createEventModule$5<typeof publicOnCustomizationUpdated>>;
4487
- declare const onCustomizationDeleted: ReturnType<typeof createEventModule$5<typeof publicOnCustomizationDeleted>>;
4485
+ declare const onCustomizationCreated: ReturnType<typeof createEventModule$4<typeof publicOnCustomizationCreated>>;
4486
+ declare const onCustomizationUpdated: ReturnType<typeof createEventModule$4<typeof publicOnCustomizationUpdated>>;
4487
+ declare const onCustomizationDeleted: ReturnType<typeof createEventModule$4<typeof publicOnCustomizationDeleted>>;
4488
4488
 
4489
4489
  type index_d$8_AddCustomizationChoicesOptions = AddCustomizationChoicesOptions;
4490
4490
  type index_d$8_AddCustomizationChoicesRequest = AddCustomizationChoicesRequest;
@@ -4562,7 +4562,7 @@ declare const index_d$8_removeCustomizationChoices: typeof removeCustomizationCh
4562
4562
  declare const index_d$8_setCustomizationChoices: typeof setCustomizationChoices;
4563
4563
  declare const index_d$8_updateCustomization: typeof updateCustomization;
4564
4564
  declare namespace index_d$8 {
4565
- 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_BulkCustomizationResultNonNullableFields as BulkCustomizationResultNonNullableFields, 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 };
4565
+ 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_BulkCustomizationResultNonNullableFields as BulkCustomizationResultNonNullableFields, 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 };
4566
4566
  }
4567
4567
 
4568
4568
  /** InfoSection is the main entity of InfoSections */
@@ -6539,7 +6539,7 @@ interface BulkDeleteInfoSectionsResponseNonNullableFields {
6539
6539
  results: BulkInfoSectionResultNonNullableFields[];
6540
6540
  bulkActionMetadata?: BulkActionMetadataNonNullableFields$2;
6541
6541
  }
6542
- interface BaseEventMetadata$4 {
6542
+ interface BaseEventMetadata$3 {
6543
6543
  /** App instance ID. */
6544
6544
  instanceId?: string | null;
6545
6545
  /** Event type. */
@@ -6547,7 +6547,7 @@ interface BaseEventMetadata$4 {
6547
6547
  /** The identification type and identity data. */
6548
6548
  identity?: IdentificationData$6;
6549
6549
  }
6550
- interface EventMetadata$3 extends BaseEventMetadata$4 {
6550
+ interface EventMetadata$2 extends BaseEventMetadata$3 {
6551
6551
  /**
6552
6552
  * Unique event ID.
6553
6553
  * Allows clients to ignore duplicate webhooks.
@@ -6587,14 +6587,14 @@ interface EventMetadata$3 extends BaseEventMetadata$4 {
6587
6587
  }
6588
6588
  interface InfoSectionCreatedEnvelope {
6589
6589
  entity: InfoSection$1;
6590
- metadata: EventMetadata$3;
6590
+ metadata: EventMetadata$2;
6591
6591
  }
6592
6592
  interface InfoSectionUpdatedEnvelope {
6593
6593
  entity: InfoSection$1;
6594
- metadata: EventMetadata$3;
6594
+ metadata: EventMetadata$2;
6595
6595
  }
6596
6596
  interface InfoSectionDeletedEnvelope {
6597
- metadata: EventMetadata$3;
6597
+ metadata: EventMetadata$2;
6598
6598
  }
6599
6599
  interface GetInfoSectionOptions {
6600
6600
  /** A list of requested fields to be included in the response. */
@@ -6756,7 +6756,7 @@ interface BulkUpdateInfoSectionsOptions {
6756
6756
 
6757
6757
  declare function createRESTModule$7<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
6758
6758
 
6759
- declare function createEventModule$4<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
6759
+ declare function createEventModule$3<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
6760
6760
 
6761
6761
  declare const createInfoSection: ReturnType<typeof createRESTModule$7<typeof publicCreateInfoSection>>;
6762
6762
  declare const getInfoSection: ReturnType<typeof createRESTModule$7<typeof publicGetInfoSection>>;
@@ -6768,9 +6768,9 @@ declare const queryInfoSections: ReturnType<typeof createRESTModule$7<typeof pub
6768
6768
  declare const bulkCreateInfoSections: ReturnType<typeof createRESTModule$7<typeof publicBulkCreateInfoSections>>;
6769
6769
  declare const bulkUpdateInfoSections: ReturnType<typeof createRESTModule$7<typeof publicBulkUpdateInfoSections>>;
6770
6770
  declare const bulkDeleteInfoSections: ReturnType<typeof createRESTModule$7<typeof publicBulkDeleteInfoSections>>;
6771
- declare const onInfoSectionCreated: ReturnType<typeof createEventModule$4<typeof publicOnInfoSectionCreated>>;
6772
- declare const onInfoSectionUpdated: ReturnType<typeof createEventModule$4<typeof publicOnInfoSectionUpdated>>;
6773
- declare const onInfoSectionDeleted: ReturnType<typeof createEventModule$4<typeof publicOnInfoSectionDeleted>>;
6771
+ declare const onInfoSectionCreated: ReturnType<typeof createEventModule$3<typeof publicOnInfoSectionCreated>>;
6772
+ declare const onInfoSectionUpdated: ReturnType<typeof createEventModule$3<typeof publicOnInfoSectionUpdated>>;
6773
+ declare const onInfoSectionDeleted: ReturnType<typeof createEventModule$3<typeof publicOnInfoSectionDeleted>>;
6774
6774
 
6775
6775
  type index_d$7_BulkCreateInfoSectionsOptions = BulkCreateInfoSectionsOptions;
6776
6776
  type index_d$7_BulkCreateInfoSectionsRequest = BulkCreateInfoSectionsRequest;
@@ -6832,7 +6832,7 @@ declare const index_d$7_onInfoSectionUpdated: typeof onInfoSectionUpdated;
6832
6832
  declare const index_d$7_queryInfoSections: typeof queryInfoSections;
6833
6833
  declare const index_d$7_updateInfoSection: typeof updateInfoSection;
6834
6834
  declare namespace index_d$7 {
6835
- 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 };
6835
+ 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 };
6836
6836
  }
6837
6837
 
6838
6838
  /** InventoryItem is the main entity of InventoryService */
@@ -7101,10 +7101,8 @@ interface UpdateInventoryItemResponse {
7101
7101
  }
7102
7102
  /** Report when Inventory item stock status changed from in stock to out of stock and the opposite. */
7103
7103
  interface InventoryItemStockStatusUpdatedEvent {
7104
- /** Inventory item previous status. */
7105
- previousInStock?: boolean;
7106
7104
  /** Inventory item new status. */
7107
- newInStock?: boolean;
7105
+ inStock?: boolean;
7108
7106
  }
7109
7107
  interface InventoryItemUpdatedWithReason {
7110
7108
  /** Current entity */
@@ -8144,7 +8142,7 @@ interface BulkIncrementInventoryItemsByVariantAndLocationResponseNonNullableFiel
8144
8142
  results: V3BulkInventoryItemResultNonNullableFields[];
8145
8143
  bulkActionMetadata?: BulkActionMetadataNonNullableFields$1;
8146
8144
  }
8147
- interface BaseEventMetadata$3 {
8145
+ interface BaseEventMetadata$2 {
8148
8146
  /** App instance ID. */
8149
8147
  instanceId?: string | null;
8150
8148
  /** Event type. */
@@ -8152,7 +8150,7 @@ interface BaseEventMetadata$3 {
8152
8150
  /** The identification type and identity data. */
8153
8151
  identity?: IdentificationData$5;
8154
8152
  }
8155
- interface EventMetadata$2 extends BaseEventMetadata$3 {
8153
+ interface EventMetadata$1 extends BaseEventMetadata$2 {
8156
8154
  /**
8157
8155
  * Unique event ID.
8158
8156
  * Allows clients to ignore duplicate webhooks.
@@ -8192,23 +8190,23 @@ interface EventMetadata$2 extends BaseEventMetadata$3 {
8192
8190
  }
8193
8191
  interface InventoryItemCreatedEnvelope {
8194
8192
  entity: InventoryItem$1;
8195
- metadata: EventMetadata$2;
8193
+ metadata: EventMetadata$1;
8196
8194
  }
8197
8195
  interface InventoryItemUpdatedEnvelope {
8198
8196
  entity: InventoryItem$1;
8199
- metadata: EventMetadata$2;
8197
+ metadata: EventMetadata$1;
8200
8198
  }
8201
8199
  interface InventoryItemStockStatusUpdatedEnvelope {
8202
8200
  data: InventoryItemStockStatusUpdatedEvent;
8203
- metadata: EventMetadata$2;
8201
+ metadata: EventMetadata$1;
8204
8202
  }
8205
8203
  interface InventoryItemUpdatedWithReasonEnvelope {
8206
8204
  data: InventoryItemUpdatedWithReason;
8207
- metadata: EventMetadata$2;
8205
+ metadata: EventMetadata$1;
8208
8206
  }
8209
8207
  interface InventoryItemDeletedEnvelope {
8210
8208
  entity: InventoryItem$1;
8211
- metadata: EventMetadata$2;
8209
+ metadata: EventMetadata$1;
8212
8210
  }
8213
8211
  interface BulkCreateInventoryItemsOptions {
8214
8212
  /** Whether to return the full inventory item entity in the response. */
@@ -8411,7 +8409,7 @@ interface BulkIncrementInventoryItemsByVariantAndLocationOptions {
8411
8409
 
8412
8410
  declare function createRESTModule$6<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
8413
8411
 
8414
- declare function createEventModule$3<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
8412
+ declare function createEventModule$2<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
8415
8413
 
8416
8414
  declare const createInventoryItem: ReturnType<typeof createRESTModule$6<typeof publicCreateInventoryItem>>;
8417
8415
  declare const bulkCreateInventoryItems: ReturnType<typeof createRESTModule$6<typeof publicBulkCreateInventoryItems>>;
@@ -8428,11 +8426,11 @@ declare const bulkDecrementInventoryItems: ReturnType<typeof createRESTModule$6<
8428
8426
  declare const bulkIncrementInventoryItems: ReturnType<typeof createRESTModule$6<typeof publicBulkIncrementInventoryItems>>;
8429
8427
  declare const bulkDecrementInventoryItemsByVariantAndLocation: ReturnType<typeof createRESTModule$6<typeof publicBulkDecrementInventoryItemsByVariantAndLocation>>;
8430
8428
  declare const bulkIncrementInventoryItemsByVariantAndLocation: ReturnType<typeof createRESTModule$6<typeof publicBulkIncrementInventoryItemsByVariantAndLocation>>;
8431
- declare const onInventoryItemCreated: ReturnType<typeof createEventModule$3<typeof publicOnInventoryItemCreated>>;
8432
- declare const onInventoryItemUpdated: ReturnType<typeof createEventModule$3<typeof publicOnInventoryItemUpdated>>;
8433
- declare const onInventoryItemStockStatusUpdated: ReturnType<typeof createEventModule$3<typeof publicOnInventoryItemStockStatusUpdated>>;
8434
- declare const onInventoryItemUpdatedWithReason: ReturnType<typeof createEventModule$3<typeof publicOnInventoryItemUpdatedWithReason>>;
8435
- declare const onInventoryItemDeleted: ReturnType<typeof createEventModule$3<typeof publicOnInventoryItemDeleted>>;
8429
+ declare const onInventoryItemCreated: ReturnType<typeof createEventModule$2<typeof publicOnInventoryItemCreated>>;
8430
+ declare const onInventoryItemUpdated: ReturnType<typeof createEventModule$2<typeof publicOnInventoryItemUpdated>>;
8431
+ declare const onInventoryItemStockStatusUpdated: ReturnType<typeof createEventModule$2<typeof publicOnInventoryItemStockStatusUpdated>>;
8432
+ declare const onInventoryItemUpdatedWithReason: ReturnType<typeof createEventModule$2<typeof publicOnInventoryItemUpdatedWithReason>>;
8433
+ declare const onInventoryItemDeleted: ReturnType<typeof createEventModule$2<typeof publicOnInventoryItemDeleted>>;
8436
8434
 
8437
8435
  type index_d$6_AdjustInventoryAction = AdjustInventoryAction;
8438
8436
  type index_d$6_AdjustInventoryActionActionOneOf = AdjustInventoryActionActionOneOf;
@@ -8535,7 +8533,7 @@ declare const index_d$6_queryInventoryItems: typeof queryInventoryItems;
8535
8533
  declare const index_d$6_searchInventoryItems: typeof searchInventoryItems;
8536
8534
  declare const index_d$6_updateInventoryItem: typeof updateInventoryItem;
8537
8535
  declare namespace index_d$6 {
8538
- 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_BulkSetOrAdjustInventoryItemsByFilterOptions as BulkSetOrAdjustInventoryItemsByFilterOptions, type index_d$6_BulkSetOrAdjustInventoryItemsByFilterRequest as BulkSetOrAdjustInventoryItemsByFilterRequest, type index_d$6_BulkSetOrAdjustInventoryItemsByFilterResponse as BulkSetOrAdjustInventoryItemsByFilterResponse, type index_d$6_BulkSetOrAdjustInventoryItemsByFilterResponseNonNullableFields as BulkSetOrAdjustInventoryItemsByFilterResponseNonNullableFields, 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_bulkSetOrAdjustInventoryItemsByFilter as bulkSetOrAdjustInventoryItemsByFilter, 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 };
8536
+ 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_BulkSetOrAdjustInventoryItemsByFilterOptions as BulkSetOrAdjustInventoryItemsByFilterOptions, type index_d$6_BulkSetOrAdjustInventoryItemsByFilterRequest as BulkSetOrAdjustInventoryItemsByFilterRequest, type index_d$6_BulkSetOrAdjustInventoryItemsByFilterResponse as BulkSetOrAdjustInventoryItemsByFilterResponse, type index_d$6_BulkSetOrAdjustInventoryItemsByFilterResponseNonNullableFields as BulkSetOrAdjustInventoryItemsByFilterResponseNonNullableFields, 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_bulkSetOrAdjustInventoryItemsByFilter as bulkSetOrAdjustInventoryItemsByFilter, 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 };
8539
8537
  }
8540
8538
 
8541
8539
  /** Product is the main entity of ProductService that can be created, customized, managed by Store Owner and purchased by Store Visitor. */
@@ -13804,7 +13802,7 @@ interface BulkAddProductsToCategoriesByFilterResponseNonNullableFields {
13804
13802
  interface BulkRemoveProductsFromCategoriesByFilterResponseNonNullableFields {
13805
13803
  jobId: string;
13806
13804
  }
13807
- interface BaseEventMetadata$2 {
13805
+ interface BaseEventMetadata$1 {
13808
13806
  /** App instance ID. */
13809
13807
  instanceId?: string | null;
13810
13808
  /** Event type. */
@@ -13812,7 +13810,7 @@ interface BaseEventMetadata$2 {
13812
13810
  /** The identification type and identity data. */
13813
13811
  identity?: IdentificationData$4;
13814
13812
  }
13815
- interface EventMetadata$1 extends BaseEventMetadata$2 {
13813
+ interface EventMetadata extends BaseEventMetadata$1 {
13816
13814
  /**
13817
13815
  * Unique event ID.
13818
13816
  * Allows clients to ignore duplicate webhooks.
@@ -13852,27 +13850,27 @@ interface EventMetadata$1 extends BaseEventMetadata$2 {
13852
13850
  }
13853
13851
  interface ProductCreatedEnvelope {
13854
13852
  entity: V3Product;
13855
- metadata: EventMetadata$1;
13853
+ metadata: EventMetadata;
13856
13854
  }
13857
13855
  interface ProductUpdatedEnvelope {
13858
13856
  entity: V3Product;
13859
- metadata: EventMetadata$1;
13857
+ metadata: EventMetadata;
13860
13858
  }
13861
13859
  interface ProductVariantAddedEnvelope {
13862
13860
  data: VariantAdded;
13863
- metadata: EventMetadata$1;
13861
+ metadata: EventMetadata;
13864
13862
  }
13865
13863
  interface ProductVariantUpdatedEnvelope {
13866
13864
  data: VariantUpdated;
13867
- metadata: EventMetadata$1;
13865
+ metadata: EventMetadata;
13868
13866
  }
13869
13867
  interface ProductVariantRemovedEnvelope {
13870
13868
  data: VariantRemoved;
13871
- metadata: EventMetadata$1;
13869
+ metadata: EventMetadata;
13872
13870
  }
13873
13871
  interface ProductDeletedEnvelope {
13874
13872
  entity: V3Product;
13875
- metadata: EventMetadata$1;
13873
+ metadata: EventMetadata;
13876
13874
  }
13877
13875
  interface CatalogCreateProductOptions {
13878
13876
  /** A list of requested fields to be included in the response. */
@@ -14288,7 +14286,7 @@ interface BulkRemoveProductsFromCategoriesByFilterOptions {
14288
14286
 
14289
14287
  declare function createRESTModule$5<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
14290
14288
 
14291
- declare function createEventModule$2<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
14289
+ declare function createEventModule$1<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
14292
14290
 
14293
14291
  declare const catalogCreateProduct: ReturnType<typeof createRESTModule$5<typeof publicCatalogCreateProduct>>;
14294
14292
  declare const createProductWithInventory: ReturnType<typeof createRESTModule$5<typeof publicCreateProductWithInventory>>;
@@ -14316,12 +14314,12 @@ declare const catalogBulkRemoveInfoSectionsFromProductsByFilter: ReturnType<type
14316
14314
  declare const catalogBulkRemoveInfoSectionsFromProducts: ReturnType<typeof createRESTModule$5<typeof publicCatalogBulkRemoveInfoSectionsFromProducts>>;
14317
14315
  declare const bulkAddProductsToCategoriesByFilter: ReturnType<typeof createRESTModule$5<typeof publicBulkAddProductsToCategoriesByFilter>>;
14318
14316
  declare const bulkRemoveProductsFromCategoriesByFilter: ReturnType<typeof createRESTModule$5<typeof publicBulkRemoveProductsFromCategoriesByFilter>>;
14319
- declare const onProductCreated: ReturnType<typeof createEventModule$2<typeof publicOnProductCreated>>;
14320
- declare const onProductUpdated: ReturnType<typeof createEventModule$2<typeof publicOnProductUpdated>>;
14321
- declare const onProductVariantAdded: ReturnType<typeof createEventModule$2<typeof publicOnProductVariantAdded>>;
14322
- declare const onProductVariantUpdated: ReturnType<typeof createEventModule$2<typeof publicOnProductVariantUpdated>>;
14323
- declare const onProductVariantRemoved: ReturnType<typeof createEventModule$2<typeof publicOnProductVariantRemoved>>;
14324
- declare const onProductDeleted: ReturnType<typeof createEventModule$2<typeof publicOnProductDeleted>>;
14317
+ declare const onProductCreated: ReturnType<typeof createEventModule$1<typeof publicOnProductCreated>>;
14318
+ declare const onProductUpdated: ReturnType<typeof createEventModule$1<typeof publicOnProductUpdated>>;
14319
+ declare const onProductVariantAdded: ReturnType<typeof createEventModule$1<typeof publicOnProductVariantAdded>>;
14320
+ declare const onProductVariantUpdated: ReturnType<typeof createEventModule$1<typeof publicOnProductVariantUpdated>>;
14321
+ declare const onProductVariantRemoved: ReturnType<typeof createEventModule$1<typeof publicOnProductVariantRemoved>>;
14322
+ declare const onProductDeleted: ReturnType<typeof createEventModule$1<typeof publicOnProductDeleted>>;
14325
14323
 
14326
14324
  type index_d$5_AdjustValue = AdjustValue;
14327
14325
  type index_d$5_AdjustValueAdjustValueOneOf = AdjustValueAdjustValueOneOf;
@@ -14532,6 +14530,7 @@ type index_d$5_EmbedData = EmbedData;
14532
14530
  type index_d$5_Enum = Enum;
14533
14531
  declare const index_d$5_Enum: typeof Enum;
14534
14532
  type index_d$5_EventData = EventData;
14533
+ type index_d$5_EventMetadata = EventMetadata;
14535
14534
  type index_d$5_EventuallyConsistentQueryProductsRequest = EventuallyConsistentQueryProductsRequest;
14536
14535
  type index_d$5_EventuallyConsistentQueryProductsResponse = EventuallyConsistentQueryProductsResponse;
14537
14536
  type index_d$5_ExtendedFields = ExtendedFields;
@@ -14910,7 +14909,7 @@ declare const index_d$5_onProductVariantRemoved: typeof onProductVariantRemoved;
14910
14909
  declare const index_d$5_onProductVariantUpdated: typeof onProductVariantUpdated;
14911
14910
  declare const index_d$5_updateProductWithInventory: typeof updateProductWithInventory;
14912
14911
  declare namespace index_d$5 {
14913
- 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, type index_d$5_AggregationKindOneOf as AggregationKindOneOf, type index_d$5_AggregationNestedAggregation as AggregationNestedAggregation, type index_d$5_AggregationRangeAggregation as AggregationRangeAggregation, 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_AggregationValueAggregationOptionsOneOf as AggregationValueAggregationOptionsOneOf, 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_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_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_CommonAggregationKindOneOf as CommonAggregationKindOneOf, index_d$5_CommonAggregationType as CommonAggregationType, 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_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_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_ItemDataOneOf as ItemDataOneOf, type ItemMetadata$1 as ItemMetadata, type index_d$5_ItemStyle as ItemStyle, 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, 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_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_PricePerUnitSettings as PricePerUnitSettings, type index_d$5_PriceRange as PriceRange, type index_d$5_Product as Product, 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_ProductVariantRemovedEnvelope as ProductVariantRemovedEnvelope, type index_d$5_ProductVariantUpdatedEnvelope as ProductVariantUpdatedEnvelope, 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, 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_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, 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 };
14912
+ 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, type index_d$5_AggregationKindOneOf as AggregationKindOneOf, type index_d$5_AggregationNestedAggregation as AggregationNestedAggregation, type index_d$5_AggregationRangeAggregation as AggregationRangeAggregation, 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_AggregationValueAggregationOptionsOneOf as AggregationValueAggregationOptionsOneOf, 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_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_CommonAggregationKindOneOf as CommonAggregationKindOneOf, index_d$5_CommonAggregationType as CommonAggregationType, 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_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_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_ItemDataOneOf as ItemDataOneOf, type ItemMetadata$1 as ItemMetadata, type index_d$5_ItemStyle as ItemStyle, 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, 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_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_PricePerUnitSettings as PricePerUnitSettings, type index_d$5_PriceRange as PriceRange, type index_d$5_Product as Product, 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_ProductVariantRemovedEnvelope as ProductVariantRemovedEnvelope, type index_d$5_ProductVariantUpdatedEnvelope as ProductVariantUpdatedEnvelope, 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, 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_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, 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 };
14914
14913
  }
14915
14914
 
14916
14915
  /**
@@ -15611,6 +15610,7 @@ interface GetOrCreateRibbonRequest {
15611
15610
  fields?: RequestedFields[];
15612
15611
  }
15613
15612
  interface GetOrCreateRibbonResponse {
15613
+ /** The retrieved, or created Ribbon. */
15614
15614
  ribbon?: Ribbon;
15615
15615
  }
15616
15616
  interface BulkGetOrCreateRibbonsRequest {
@@ -15806,64 +15806,6 @@ interface BulkDeleteRibbonsResponseNonNullableFields {
15806
15806
  results: BulkRibbonResultNonNullableFields[];
15807
15807
  bulkActionMetadata?: BulkActionMetadataNonNullableFields;
15808
15808
  }
15809
- interface BaseEventMetadata$1 {
15810
- /** App instance ID. */
15811
- instanceId?: string | null;
15812
- /** Event type. */
15813
- eventType?: string;
15814
- /** The identification type and identity data. */
15815
- identity?: IdentificationData$2;
15816
- }
15817
- interface EventMetadata extends BaseEventMetadata$1 {
15818
- /**
15819
- * Unique event ID.
15820
- * Allows clients to ignore duplicate webhooks.
15821
- */
15822
- _id?: string;
15823
- /**
15824
- * Assumes actions are also always typed to an entity_type
15825
- * Example: wix.stores.catalog.product, wix.bookings.session, wix.payments.transaction
15826
- */
15827
- entityFqdn?: string;
15828
- /**
15829
- * This is top level to ease client code dispatching of messages (switch on entity_fqdn+slug)
15830
- * This is although the created/updated/deleted notion is duplication of the oneof types
15831
- * Example: created/updated/deleted/started/completed/email_opened
15832
- */
15833
- slug?: string;
15834
- /** ID of the entity associated with the event. */
15835
- entityId?: string;
15836
- /** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
15837
- eventTime?: Date;
15838
- /**
15839
- * Whether the event was triggered as a result of a privacy regulation application
15840
- * (for example, GDPR).
15841
- */
15842
- triggeredByAnonymizeRequest?: boolean | null;
15843
- /** If present, indicates the action that triggered the event. */
15844
- originatedFrom?: string | null;
15845
- /**
15846
- * A sequence number defining the order of updates to the underlying entity.
15847
- * For example, given that some entity was updated at 16:00 and than again at 16:01,
15848
- * it is guaranteed that the sequence number of the second update is strictly higher than the first.
15849
- * As the consumer, you can use this value to ensure that you handle messages in the correct order.
15850
- * To do so, you will need to persist this number on your end, and compare the sequence number from the
15851
- * message against the one you have stored. Given that the stored number is higher, you should ignore the message.
15852
- */
15853
- entityEventSequence?: string | null;
15854
- }
15855
- interface RibbonCreatedEnvelope {
15856
- entity: Ribbon;
15857
- metadata: EventMetadata;
15858
- }
15859
- interface RibbonUpdatedEnvelope {
15860
- entity: Ribbon;
15861
- metadata: EventMetadata;
15862
- }
15863
- interface RibbonDeletedEnvelope {
15864
- entity: Ribbon;
15865
- metadata: EventMetadata;
15866
- }
15867
15809
  interface GetRibbonOptions {
15868
15810
  /** A list of requested fields to be included in the response. */
15869
15811
  fields?: RequestedFields[];
@@ -16008,8 +15950,6 @@ interface BulkGetOrCreateRibbonsOptions {
16008
15950
 
16009
15951
  declare function createRESTModule$3<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
16010
15952
 
16011
- declare function createEventModule$1<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
16012
-
16013
15953
  declare const createRibbon: ReturnType<typeof createRESTModule$3<typeof publicCreateRibbon>>;
16014
15954
  declare const getRibbon: ReturnType<typeof createRESTModule$3<typeof publicGetRibbon>>;
16015
15955
  declare const updateRibbon: ReturnType<typeof createRESTModule$3<typeof publicUpdateRibbon>>;
@@ -16020,9 +15960,6 @@ declare const bulkUpdateRibbons: ReturnType<typeof createRESTModule$3<typeof pub
16020
15960
  declare const getOrCreateRibbon: ReturnType<typeof createRESTModule$3<typeof publicGetOrCreateRibbon>>;
16021
15961
  declare const bulkGetOrCreateRibbons: ReturnType<typeof createRESTModule$3<typeof publicBulkGetOrCreateRibbons>>;
16022
15962
  declare const bulkDeleteRibbons: ReturnType<typeof createRESTModule$3<typeof publicBulkDeleteRibbons>>;
16023
- declare const onRibbonCreated: ReturnType<typeof createEventModule$1<typeof publicOnRibbonCreated>>;
16024
- declare const onRibbonUpdated: ReturnType<typeof createEventModule$1<typeof publicOnRibbonUpdated>>;
16025
- declare const onRibbonDeleted: ReturnType<typeof createEventModule$1<typeof publicOnRibbonDeleted>>;
16026
15963
 
16027
15964
  type index_d$3_ApplicationError = ApplicationError;
16028
15965
  type index_d$3_BulkActionMetadata = BulkActionMetadata;
@@ -16047,7 +15984,6 @@ type index_d$3_CreateRibbonResponse = CreateRibbonResponse;
16047
15984
  type index_d$3_CreateRibbonResponseNonNullableFields = CreateRibbonResponseNonNullableFields;
16048
15985
  type index_d$3_DeleteRibbonRequest = DeleteRibbonRequest;
16049
15986
  type index_d$3_DeleteRibbonResponse = DeleteRibbonResponse;
16050
- type index_d$3_EventMetadata = EventMetadata;
16051
15987
  type index_d$3_GetOrCreateRibbonOptions = GetOrCreateRibbonOptions;
16052
15988
  type index_d$3_GetOrCreateRibbonRequest = GetOrCreateRibbonRequest;
16053
15989
  type index_d$3_GetOrCreateRibbonResponse = GetOrCreateRibbonResponse;
@@ -16065,10 +16001,7 @@ type index_d$3_QueryRibbonsResponseNonNullableFields = QueryRibbonsResponseNonNu
16065
16001
  type index_d$3_RequestedFields = RequestedFields;
16066
16002
  declare const index_d$3_RequestedFields: typeof RequestedFields;
16067
16003
  type index_d$3_Ribbon = Ribbon;
16068
- type index_d$3_RibbonCreatedEnvelope = RibbonCreatedEnvelope;
16069
- type index_d$3_RibbonDeletedEnvelope = RibbonDeletedEnvelope;
16070
16004
  type index_d$3_RibbonNonNullableFields = RibbonNonNullableFields;
16071
- type index_d$3_RibbonUpdatedEnvelope = RibbonUpdatedEnvelope;
16072
16005
  type index_d$3_RibbonsQueryBuilder = RibbonsQueryBuilder;
16073
16006
  type index_d$3_RibbonsQueryResult = RibbonsQueryResult;
16074
16007
  type index_d$3_UpdateRibbon = UpdateRibbon;
@@ -16085,13 +16018,10 @@ declare const index_d$3_createRibbon: typeof createRibbon;
16085
16018
  declare const index_d$3_deleteRibbon: typeof deleteRibbon;
16086
16019
  declare const index_d$3_getOrCreateRibbon: typeof getOrCreateRibbon;
16087
16020
  declare const index_d$3_getRibbon: typeof getRibbon;
16088
- declare const index_d$3_onRibbonCreated: typeof onRibbonCreated;
16089
- declare const index_d$3_onRibbonDeleted: typeof onRibbonDeleted;
16090
- declare const index_d$3_onRibbonUpdated: typeof onRibbonUpdated;
16091
16021
  declare const index_d$3_queryRibbons: typeof queryRibbons;
16092
16022
  declare const index_d$3_updateRibbon: typeof updateRibbon;
16093
16023
  declare namespace index_d$3 {
16094
- 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 };
16024
+ 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 };
16095
16025
  }
16096
16026
 
16097
16027
  interface StoresLocation {