@wix/auto_sdk_stores_read-only-variants-v-3 1.0.22 → 1.0.24

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.
Files changed (25) hide show
  1. package/build/cjs/index.d.ts +2 -2
  2. package/build/cjs/index.js.map +1 -1
  3. package/build/cjs/index.typings.d.ts +2 -3
  4. package/build/cjs/index.typings.js.map +1 -1
  5. package/build/cjs/meta.d.ts +1 -1
  6. package/build/{internal/cjs/stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal-BuiYV2RM.d.ts → cjs/stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal-DBKeiHlw.d.ts} +37 -32
  7. package/build/es/index.d.mts +2 -2
  8. package/build/es/index.mjs.map +1 -1
  9. package/build/es/index.typings.d.mts +2 -3
  10. package/build/es/index.typings.mjs.map +1 -1
  11. package/build/es/meta.d.mts +1 -1
  12. package/build/{internal/es/stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal-BuiYV2RM.d.mts → es/stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal-DBKeiHlw.d.mts} +37 -32
  13. package/build/internal/cjs/index.d.ts +2 -2
  14. package/build/internal/cjs/index.js.map +1 -1
  15. package/build/internal/cjs/index.typings.d.ts +2 -3
  16. package/build/internal/cjs/index.typings.js.map +1 -1
  17. package/build/internal/cjs/meta.d.ts +1 -1
  18. package/build/{cjs/stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal-DV4YPILE.d.ts → internal/cjs/stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal-B9PV0-qF.d.ts} +43 -26
  19. package/build/internal/es/index.d.mts +2 -2
  20. package/build/internal/es/index.mjs.map +1 -1
  21. package/build/internal/es/index.typings.d.mts +2 -3
  22. package/build/internal/es/index.typings.mjs.map +1 -1
  23. package/build/internal/es/meta.d.mts +1 -1
  24. package/build/{es/stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal-DV4YPILE.d.mts → internal/es/stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal-B9PV0-qF.d.mts} +43 -26
  25. package/package.json +2 -2
@@ -1,4 +1,4 @@
1
- import { aQ as QueryVariantsRequest$1, aV as QueryVariantsResponse$1, aY as SearchVariantsRequest$1, a as SearchVariantsResponse$1 } from './stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal-DV4YPILE.js';
1
+ import { aQ as QueryVariantsRequest$1, aV as QueryVariantsResponse$1, aY as SearchVariantsRequest$1, a as SearchVariantsResponse$1 } from './stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal-DBKeiHlw.js';
2
2
  import '@wix/sdk-types';
3
3
 
4
4
  /**
@@ -1802,7 +1802,7 @@ interface Product extends ProductTypedPropertiesOneOf {
1802
1802
  */
1803
1803
  allCategoriesInfo?: ProductCategoriesInfo;
1804
1804
  /**
1805
- * Main category ID.
1805
+ * The ID of the product's primary direct category, which defines the product’s breadcrumbs path. For example, if the product's main category is "T-Shirts" (which is a subcategory of "Clothing"), the breadcrumbs path will be "Clothing > T-Shirts".
1806
1806
  * @format GUID
1807
1807
  */
1808
1808
  mainCategoryId?: string | null;
@@ -1836,12 +1836,6 @@ interface Product extends ProductTypedPropertiesOneOf {
1836
1836
  * @readonly
1837
1837
  */
1838
1838
  handle?: string | null;
1839
- /**
1840
- * ID of the last import job that affected the product.
1841
- * @internal
1842
- * @format GUID
1843
- */
1844
- importId?: string | null;
1845
1839
  /**
1846
1840
  * Currency used for the pricing of this product, in [ISO-4217](https://en.wikipedia.org/wiki/ISO_4217#List_of_ISO_4217_currency_codes) format.
1847
1841
  *
@@ -3125,6 +3119,10 @@ interface AppEmbedData extends AppEmbedDataAppDataOneOf {
3125
3119
  ribbonStyles?: RibbonStyles;
3126
3120
  /** Card styling options. */
3127
3121
  cardStyles?: CardStyles;
3122
+ /** Styling for the app embed's container. */
3123
+ containerData?: PluginContainerData;
3124
+ /** Pricing data for embedded Wix App content. */
3125
+ pricingData?: PricingData;
3128
3126
  }
3129
3127
  /** @oneof */
3130
3128
  interface AppEmbedDataAppDataOneOf {
@@ -3326,6 +3324,33 @@ interface CardStyles {
3326
3324
  */
3327
3325
  textColor?: string | null;
3328
3326
  }
3327
+ interface PricingData {
3328
+ /**
3329
+ * Minimum numeric price value as string (e.g., "10.99").
3330
+ * @decimalValue options { maxScale:2 }
3331
+ */
3332
+ valueFrom?: string | null;
3333
+ /**
3334
+ * Maximum numeric price value as string (e.g., "19.99").
3335
+ * @decimalValue options { maxScale:2 }
3336
+ */
3337
+ valueTo?: string | null;
3338
+ /**
3339
+ * Numeric price value as string after discount application (e.g., "15.99").
3340
+ * @decimalValue options { maxScale:2 }
3341
+ */
3342
+ discountedValue?: string | null;
3343
+ /**
3344
+ * Currency of the value in ISO 4217 format (e.g., "USD", "EUR").
3345
+ * @format CURRENCY
3346
+ */
3347
+ currency?: string | null;
3348
+ /**
3349
+ * Pricing plan ID.
3350
+ * @format GUID
3351
+ */
3352
+ pricingPlanId?: string | null;
3353
+ }
3329
3354
  interface VideoData {
3330
3355
  /** Styling for the video's container. */
3331
3356
  containerData?: PluginContainerData;
@@ -4918,7 +4943,6 @@ type WebhookIdentityTypeWithLiterals = WebhookIdentityType | 'UNKNOWN' | 'ANONYM
4918
4943
  *
4919
4944
  * Up to 1,000 variants can be returned per request.
4920
4945
  * @public
4921
- * @documentationMaturity preview
4922
4946
  * @permissionId WIX_STORES.READ_ONLY_VARIANT_READ
4923
4947
  * @permissionId WIX_STORES.READ_ONLY_VARIANT_READ_HIDDEN
4924
4948
  * @applicableIdentity APP
@@ -4950,65 +4974,46 @@ interface VariantsQueryResult extends QueryCursorResult {
4950
4974
  interface VariantsQueryBuilder {
4951
4975
  /** @param propertyName - Property whose value is compared with `value`.
4952
4976
  * @param value - Value to compare against.
4953
- * @documentationMaturity preview
4954
4977
  */
4955
4978
  eq: (propertyName: '_id' | 'productData.productId', value: any) => VariantsQueryBuilder;
4956
4979
  /** @param propertyName - Property whose value is compared with `value`.
4957
4980
  * @param value - Value to compare against.
4958
- * @documentationMaturity preview
4959
4981
  */
4960
4982
  ne: (propertyName: '_id' | 'productData.productId', value: any) => VariantsQueryBuilder;
4961
4983
  /** @param propertyName - Property whose value is compared with `value`.
4962
4984
  * @param value - Value to compare against.
4963
- * @documentationMaturity preview
4964
4985
  */
4965
4986
  ge: (propertyName: '_id' | 'productData.productId', value: any) => VariantsQueryBuilder;
4966
4987
  /** @param propertyName - Property whose value is compared with `value`.
4967
4988
  * @param value - Value to compare against.
4968
- * @documentationMaturity preview
4969
4989
  */
4970
4990
  gt: (propertyName: '_id' | 'productData.productId', value: any) => VariantsQueryBuilder;
4971
4991
  /** @param propertyName - Property whose value is compared with `value`.
4972
4992
  * @param value - Value to compare against.
4973
- * @documentationMaturity preview
4974
4993
  */
4975
4994
  le: (propertyName: '_id' | 'productData.productId', value: any) => VariantsQueryBuilder;
4976
4995
  /** @param propertyName - Property whose value is compared with `value`.
4977
4996
  * @param value - Value to compare against.
4978
- * @documentationMaturity preview
4979
4997
  */
4980
4998
  lt: (propertyName: '_id' | 'productData.productId', value: any) => VariantsQueryBuilder;
4981
4999
  /** @param propertyName - Property whose value is compared with `string`.
4982
5000
  * @param string - String to compare against. Case-insensitive.
4983
- * @documentationMaturity preview
4984
5001
  */
4985
5002
  startsWith: (propertyName: '_id' | 'productData.productId', value: string) => VariantsQueryBuilder;
4986
5003
  /** @param propertyName - Property whose value is compared with `values`.
4987
5004
  * @param values - List of values to compare against.
4988
- * @documentationMaturity preview
4989
5005
  */
4990
5006
  hasSome: (propertyName: '_id' | 'productData.productId', value: any[]) => VariantsQueryBuilder;
4991
- /** @documentationMaturity preview */
4992
5007
  in: (propertyName: '_id' | 'productData.productId', value: any) => VariantsQueryBuilder;
4993
- /** @documentationMaturity preview */
4994
5008
  exists: (propertyName: '_id' | 'productData.productId', value: boolean) => VariantsQueryBuilder;
4995
- /** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
4996
- * @documentationMaturity preview
4997
- */
5009
+ /** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments. */
4998
5010
  ascending: (...propertyNames: Array<'_id' | 'productData.productId'>) => VariantsQueryBuilder;
4999
- /** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
5000
- * @documentationMaturity preview
5001
- */
5011
+ /** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments. */
5002
5012
  descending: (...propertyNames: Array<'_id' | 'productData.productId'>) => VariantsQueryBuilder;
5003
- /** @param limit - Number of items to return, which is also the `pageSize` of the results object.
5004
- * @documentationMaturity preview
5005
- */
5013
+ /** @param limit - Number of items to return, which is also the `pageSize` of the results object. */
5006
5014
  limit: (limit: number) => VariantsQueryBuilder;
5007
- /** @param cursor - A pointer to specific record
5008
- * @documentationMaturity preview
5009
- */
5015
+ /** @param cursor - A pointer to specific record */
5010
5016
  skipTo: (cursor: string) => VariantsQueryBuilder;
5011
- /** @documentationMaturity preview */
5012
5017
  find: () => Promise<VariantsQueryResult>;
5013
5018
  }
5014
5019
  interface SearchVariantsOptions {
@@ -5190,4 +5195,4 @@ type ReadOnlyVariantSearch = {
5190
5195
  timeZone?: CommonSearchWithEntityContext['timeZone'] | null;
5191
5196
  };
5192
5197
 
5193
- export { DecorationType as $, AggregationType as A, ButtonDataType as B, CommonSortOrder as C, DateHistogramAggregationInterval as D, Crop as E, ThumbnailsAlignment as F, GIFType as G, Source as H, InternalRowState as I, StylesPosition as J, MapType as K, LineStyle as L, MeasurementUnit as M, NestedAggregationType as N, Orientation as O, ProductMediaMediaType as P, type QueryVariantsOptions as Q, type ReadOnlyVariantSearch as R, type SearchVariantsOptions as S, Target as T, ViewRole as U, type VariantsQueryBuilder as V, WeightUnit as W, VoteRole as X, PollLayoutType as Y, PollLayoutDirection as Z, BackgroundType as _, type SearchVariantsResponse as a, type Aggregation as a$, FontType as a0, Position as a1, AspectRatio as a2, Resizing as a3, Placement as a4, Type as a5, Alignment as a6, Layout as a7, AppType as a8, InitialExpandedItems as a9, type CommonVideoResolution as aA, type V3Thumbnail as aB, type V3VariantPhysicalProperties as aC, type V3PricePerUnit as aD, type V3PricePerUnitSettings as aE, type V3VariantDigitalProperties as aF, type V3SecuredMedia as aG, type V3SubscriptionPricesInfo as aH, type V3SubscriptionPrice as aI, type V3SubscriptionPricePerUnit as aJ, type V3InventoryStatus as aK, type ProductFields as aL, type ProductFieldsTypedPropertiesOneOf as aM, type V3PhysicalProperties as aN, type V3WeightMeasurementUnitInfo as aO, type InternalMetadata as aP, type QueryVariantsRequest as aQ, type CursorQuery as aR, type CursorQueryPagingMethodOneOf as aS, type Sorting as aT, type CursorPaging as aU, type QueryVariantsResponse as aV, type CursorPagingMetadata as aW, type Cursors as aX, type SearchVariantsRequest as aY, type CursorSearch as aZ, type CursorSearchPagingMethodOneOf as a_, Direction as aa, VerticalAlignment as ab, NullValue as ac, MediaType as ad, ProductOptionRenderType as ae, ChoiceType as af, ModifierRenderType as ag, AvailabilityStatus as ah, PreorderStatus as ai, ProductPreorderAvailability as aj, ProductType as ak, FileType as al, SubscriptionFrequency as am, DiscountType as an, WebhookIdentityType as ao, type ReadOnlyVariant as ap, type ReadOnlyVariantTypedPropertiesOneOf as aq, type V3OptionChoice as ar, type V3OptionChoiceIds as as, type V3OptionChoiceNames as at, type V3PriceInfo as au, type V3FixedMonetaryAmount as av, type V3RevenueDetails as aw, type V3ProductMedia as ax, type V3ProductMediaSetByOneOf as ay, type V3ProductMediaMediaOneOf as az, SecuredMediaFileType as b, type Border as b$, type AggregationKindOneOf as b0, type RangeBucket as b1, type IncludeMissingValuesOptions as b2, type ValueAggregation as b3, type ValueAggregationOptionsOneOf as b4, type RangeAggregation as b5, type ScalarAggregation as b6, type DateHistogramAggregation as b7, type NestedAggregationItem as b8, type NestedAggregationItemKindOneOf as b9, type CommonSorting as bA, type CommonAggregation as bB, type CommonAggregationKindOneOf as bC, type RangeAggregationRangeBucket as bD, type ValueAggregationIncludeMissingValuesOptions as bE, type AggregationValueAggregation as bF, type AggregationValueAggregationOptionsOneOf as bG, type AggregationRangeAggregation as bH, type AggregationScalarAggregation as bI, type AggregationDateHistogramAggregation as bJ, type NestedAggregationNestedAggregationItem as bK, type NestedAggregationNestedAggregationItemKindOneOf as bL, type AggregationNestedAggregation as bM, type GroupByAggregation as bN, type GroupByAggregationKindOneOf as bO, type CommonSearchDetails as bP, type PlatformPaging as bQ, type DeprecatedSearchVariantsWithOffsetResponse as bR, type PagingMetadata as bS, type MigrateProductVariantsRequest as bT, type Product as bU, type ProductTypedPropertiesOneOf as bV, type RichContent as bW, type Node as bX, type NodeDataOneOf as bY, type NodeStyle as bZ, type ButtonData as b_, type NestedAggregation as ba, type SearchDetails as bb, type AggregationData as bc, type ValueAggregationResult as bd, type RangeAggregationResult as be, type NestedAggregationResults as bf, type NestedAggregationResultsResultOneOf as bg, type ValueResults as bh, type RangeResults as bi, type AggregationResultsScalarResult as bj, type NestedValueAggregationResult as bk, type ValueResult as bl, type RangeResult as bm, type ScalarResult as bn, type NestedResultValue as bo, type NestedResultValueResultOneOf as bp, type Results as bq, type DateHistogramResult as br, type GroupByValueResults as bs, type DateHistogramResults as bt, type NestedResults as bu, type AggregationResults as bv, type AggregationResultsResultOneOf as bw, type DeprecatedSearchVariantsWithOffsetRequest as bx, type PlatformOffsetSearch as by, type PlatformOffsetSearchPagingMethodOneOf as bz, V3ProductType as c, type AppEmbedData as c$, type Colors as c0, type PluginContainerData as c1, type PluginContainerDataWidth as c2, type PluginContainerDataWidthDataOneOf as c3, type Spoiler as c4, type Height as c5, type Styles as c6, type Link as c7, type LinkDataOneOf as c8, type Rel as c9, type LinkPreviewDataStyles as cA, type MapData as cB, type MapSettings as cC, type ParagraphData as cD, type PollData as cE, type Permissions as cF, type Option as cG, type PollSettings as cH, type PollLayout as cI, type OptionLayout as cJ, type Gradient as cK, type Background as cL, type BackgroundBackgroundOneOf as cM, type PollDesign as cN, type OptionDesign as cO, type Poll as cP, type PollDataLayout as cQ, type Design as cR, type TextData as cS, type Decoration as cT, type DecorationDataOneOf as cU, type AnchorData as cV, type ColorData as cW, type LinkData as cX, type MentionData as cY, type FontSizeData as cZ, type SpoilerData as c_, type CodeBlockData as ca, type TextStyle as cb, type DividerData as cc, type FileData as cd, type FileSource as ce, type FileSourceDataOneOf as cf, type PDFSettings as cg, type GalleryData as ch, type V1Media as ci, type Image as cj, type Video as ck, type Item as cl, type ItemDataOneOf as cm, type GalleryOptions as cn, type GalleryOptionsLayout as co, type ItemStyle as cp, type Thumbnails as cq, type GIFData as cr, type GIF as cs, type HeadingData as ct, type HTMLData as cu, type HTMLDataDataOneOf as cv, type ImageData as cw, type StylesBorder as cx, type ImageDataStyles as cy, type LinkPreviewData as cz, SortOrder as d, type PricePerUnitRange as d$, type AppEmbedDataAppDataOneOf as d0, type BookingData as d1, type EventData as d2, type ButtonStyles as d3, type ImageStyles as d4, type RibbonStyles as d5, type CardStyles as d6, type VideoData as d7, type PlaybackOptions as d8, type EmbedData as d9, type Keyword as dA, type Tag as dB, type Settings as dC, type ConnectedOption as dD, type ConnectedOptionOptionSettingsOneOf as dE, type ChoicesSettings as dF, type ConnectedOptionChoice as dG, type ConnectedOptionChoiceValueOneOf as dH, type MultipleColors as dI, type ConnectedModifier as dJ, type ConnectedModifierModifierSettingsOneOf as dK, type FreeTextSettings as dL, type ModifierChoicesSettings as dM, type ConnectedModifierChoice as dN, type ConnectedModifierChoiceValueOneOf as dO, type Brand as dP, type InfoSection as dQ, type Ribbon as dR, type ProductCategoriesInfo as dS, type ProductCategory as dT, type ProductCategoryIdsInfo as dU, type PriceRange as dV, type FixedMonetaryAmount as dW, type Inventory as dX, type PhysicalProperties as dY, type PricePerUnitSettings as dZ, type WeightRange as d_, type Oembed as da, type CollapsibleListData as db, type TableData as dc, type Dimensions as dd, type TableCellData as de, type CellStyle as df, type BorderColors as dg, type ListValue as dh, type AudioData as di, type OrderedListData as dj, type BulletedListData as dk, type BlockquoteData as dl, type CaptionData as dm, type LayoutCellData as dn, type Metadata as dp, type DocumentStyle as dq, type TextNodeStyle as dr, type Media as ds, type ProductMedia as dt, type ProductMediaSetByOneOf as du, type ProductMediaMediaOneOf as dv, type VideoResolution as dw, type Thumbnail as dx, type MediaItemsInfo as dy, type SeoSchema as dz, RequestedFields as e, type ValueAggregationMissingValuesWithLiterals as e$, type PricePerUnitRangePricePerUnit as e0, type WeightMeasurementUnitInfo as e1, type BreadcrumbsInfo as e2, type BreadCrumb as e3, type VariantsInfo as e4, type Variant as e5, type VariantTypedPropertiesOneOf as e6, type OptionChoice as e7, type OptionChoiceIds as e8, type OptionChoiceNames as e9, type EntityDeletedEvent as eA, type ActionEvent as eB, type Empty as eC, type MessageEnvelope as eD, type IdentificationData as eE, type IdentificationDataIdOneOf as eF, type VariantsQueryResult as eG, type ReadOnlyVariantSearchSpec as eH, type ProductMediaMediaTypeWithLiterals as eI, type MeasurementUnitWithLiterals as eJ, type SecuredMediaFileTypeWithLiterals as eK, type V3ProductTypeWithLiterals as eL, type WeightUnitWithLiterals as eM, type InternalRowStateWithLiterals as eN, type SortOrderWithLiterals as eO, type RequestedFieldsWithLiterals as eP, type SortTypeWithLiterals as eQ, type SortDirectionWithLiterals as eR, type MissingValuesWithLiterals as eS, type ScalarTypeWithLiterals as eT, type NestedAggregationTypeWithLiterals as eU, type IntervalWithLiterals as eV, type AggregationTypeWithLiterals as eW, type ModeWithLiterals as eX, type CommonSortOrderWithLiterals as eY, type ValueAggregationSortTypeWithLiterals as eZ, type ValueAggregationSortDirectionWithLiterals as e_, type PriceInfo as ea, type RevenueDetails as eb, type VariantPhysicalProperties as ec, type PricePerUnit as ed, type VariantDigitalProperties as ee, type SecuredMedia as ef, type SubscriptionPricesInfo as eg, type SubscriptionPrice as eh, type SubscriptionPricePerUnit as ei, type InventoryStatus as ej, type ExtendedFields as ek, type SubscriptionDetails as el, type Subscription as em, type SubscriptionCyclesOneOf as en, type SubscriptionDiscount as eo, type SubscriptionDiscountDiscountOneOf as ep, type VariantSummary as eq, type MinVariantPriceInfo as er, type MigrateProductVariantsResponse as es, type RecoverProductVariantsRequest as et, type RecoverProductVariantsResponse as eu, type DomainEvent as ev, type DomainEventBodyOneOf as ew, type EntityCreatedEvent as ex, type RestoreInfo as ey, type EntityUpdatedEvent as ez, SortType as f, type CommonScalarTypeWithLiterals as f0, type NestedAggregationNestedAggregationTypeWithLiterals as f1, type DateHistogramAggregationIntervalWithLiterals as f2, type CommonAggregationTypeWithLiterals as f3, type SearchDetailsModeWithLiterals as f4, type NodeTypeWithLiterals as f5, type WidthTypeWithLiterals as f6, type PluginContainerDataAlignmentWithLiterals as f7, type ButtonDataTypeWithLiterals as f8, type TargetWithLiterals as f9, type LayoutWithLiterals as fA, type AppTypeWithLiterals as fB, type InitialExpandedItemsWithLiterals as fC, type DirectionWithLiterals as fD, type VerticalAlignmentWithLiterals as fE, type NullValueWithLiterals as fF, type MediaTypeWithLiterals as fG, type ProductOptionRenderTypeWithLiterals as fH, type ChoiceTypeWithLiterals as fI, type ModifierRenderTypeWithLiterals as fJ, type AvailabilityStatusWithLiterals as fK, type PreorderStatusWithLiterals as fL, type ProductPreorderAvailabilityWithLiterals as fM, type ProductTypeWithLiterals as fN, type FileTypeWithLiterals as fO, type SubscriptionFrequencyWithLiterals as fP, type DiscountTypeWithLiterals as fQ, type WebhookIdentityTypeWithLiterals as fR, queryVariants as fS, type CommonSearchWithEntityContext as fT, type TextAlignmentWithLiterals as fa, type LineStyleWithLiterals as fb, type WidthWithLiterals as fc, type DividerDataAlignmentWithLiterals as fd, type ViewModeWithLiterals as fe, type LayoutTypeWithLiterals as ff, type OrientationWithLiterals as fg, type CropWithLiterals as fh, type ThumbnailsAlignmentWithLiterals as fi, type GIFTypeWithLiterals as fj, type SourceWithLiterals as fk, type StylesPositionWithLiterals as fl, type MapTypeWithLiterals as fm, type ViewRoleWithLiterals as fn, type VoteRoleWithLiterals as fo, type PollLayoutTypeWithLiterals as fp, type PollLayoutDirectionWithLiterals as fq, type BackgroundTypeWithLiterals as fr, type DecorationTypeWithLiterals as fs, type FontTypeWithLiterals as ft, type PositionWithLiterals as fu, type AspectRatioWithLiterals as fv, type ResizingWithLiterals as fw, type PlacementWithLiterals as fx, type TypeWithLiterals as fy, type AlignmentWithLiterals as fz, SortDirection as g, MissingValues as h, ScalarType as i, Interval as j, Mode as k, ValueAggregationSortType as l, ValueAggregationSortDirection as m, ValueAggregationMissingValues as n, CommonScalarType as o, NestedAggregationNestedAggregationType as p, CommonAggregationType as q, SearchDetailsMode as r, NodeType as s, WidthType as t, PluginContainerDataAlignment as u, TextAlignment as v, Width as w, DividerDataAlignment as x, ViewMode as y, LayoutType as z };
5198
+ export { DecorationType as $, AggregationType as A, ButtonDataType as B, CommonSortOrder as C, DateHistogramAggregationInterval as D, Crop as E, ThumbnailsAlignment as F, GIFType as G, Source as H, InternalRowState as I, StylesPosition as J, MapType as K, LineStyle as L, MeasurementUnit as M, NestedAggregationType as N, Orientation as O, ProductMediaMediaType as P, type QueryVariantsOptions as Q, type ReadOnlyVariantSearch as R, type SearchVariantsOptions as S, Target as T, ViewRole as U, type VariantsQueryBuilder as V, WeightUnit as W, VoteRole as X, PollLayoutType as Y, PollLayoutDirection as Z, BackgroundType as _, type SearchVariantsResponse as a, type Aggregation as a$, FontType as a0, Position as a1, AspectRatio as a2, Resizing as a3, Placement as a4, Type as a5, Alignment as a6, Layout as a7, AppType as a8, InitialExpandedItems as a9, type CommonVideoResolution as aA, type V3Thumbnail as aB, type V3VariantPhysicalProperties as aC, type V3PricePerUnit as aD, type V3PricePerUnitSettings as aE, type V3VariantDigitalProperties as aF, type V3SecuredMedia as aG, type V3SubscriptionPricesInfo as aH, type V3SubscriptionPrice as aI, type V3SubscriptionPricePerUnit as aJ, type V3InventoryStatus as aK, type ProductFields as aL, type ProductFieldsTypedPropertiesOneOf as aM, type V3PhysicalProperties as aN, type V3WeightMeasurementUnitInfo as aO, type InternalMetadata as aP, type QueryVariantsRequest as aQ, type CursorQuery as aR, type CursorQueryPagingMethodOneOf as aS, type Sorting as aT, type CursorPaging as aU, type QueryVariantsResponse as aV, type CursorPagingMetadata as aW, type Cursors as aX, type SearchVariantsRequest as aY, type CursorSearch as aZ, type CursorSearchPagingMethodOneOf as a_, Direction as aa, VerticalAlignment as ab, NullValue as ac, MediaType as ad, ProductOptionRenderType as ae, ChoiceType as af, ModifierRenderType as ag, AvailabilityStatus as ah, PreorderStatus as ai, ProductPreorderAvailability as aj, ProductType as ak, FileType as al, SubscriptionFrequency as am, DiscountType as an, WebhookIdentityType as ao, type ReadOnlyVariant as ap, type ReadOnlyVariantTypedPropertiesOneOf as aq, type V3OptionChoice as ar, type V3OptionChoiceIds as as, type V3OptionChoiceNames as at, type V3PriceInfo as au, type V3FixedMonetaryAmount as av, type V3RevenueDetails as aw, type V3ProductMedia as ax, type V3ProductMediaSetByOneOf as ay, type V3ProductMediaMediaOneOf as az, SecuredMediaFileType as b, type Border as b$, type AggregationKindOneOf as b0, type RangeBucket as b1, type IncludeMissingValuesOptions as b2, type ValueAggregation as b3, type ValueAggregationOptionsOneOf as b4, type RangeAggregation as b5, type ScalarAggregation as b6, type DateHistogramAggregation as b7, type NestedAggregationItem as b8, type NestedAggregationItemKindOneOf as b9, type CommonSorting as bA, type CommonAggregation as bB, type CommonAggregationKindOneOf as bC, type RangeAggregationRangeBucket as bD, type ValueAggregationIncludeMissingValuesOptions as bE, type AggregationValueAggregation as bF, type AggregationValueAggregationOptionsOneOf as bG, type AggregationRangeAggregation as bH, type AggregationScalarAggregation as bI, type AggregationDateHistogramAggregation as bJ, type NestedAggregationNestedAggregationItem as bK, type NestedAggregationNestedAggregationItemKindOneOf as bL, type AggregationNestedAggregation as bM, type GroupByAggregation as bN, type GroupByAggregationKindOneOf as bO, type CommonSearchDetails as bP, type PlatformPaging as bQ, type DeprecatedSearchVariantsWithOffsetResponse as bR, type PagingMetadata as bS, type MigrateProductVariantsRequest as bT, type Product as bU, type ProductTypedPropertiesOneOf as bV, type RichContent as bW, type Node as bX, type NodeDataOneOf as bY, type NodeStyle as bZ, type ButtonData as b_, type NestedAggregation as ba, type SearchDetails as bb, type AggregationData as bc, type ValueAggregationResult as bd, type RangeAggregationResult as be, type NestedAggregationResults as bf, type NestedAggregationResultsResultOneOf as bg, type ValueResults as bh, type RangeResults as bi, type AggregationResultsScalarResult as bj, type NestedValueAggregationResult as bk, type ValueResult as bl, type RangeResult as bm, type ScalarResult as bn, type NestedResultValue as bo, type NestedResultValueResultOneOf as bp, type Results as bq, type DateHistogramResult as br, type GroupByValueResults as bs, type DateHistogramResults as bt, type NestedResults as bu, type AggregationResults as bv, type AggregationResultsResultOneOf as bw, type DeprecatedSearchVariantsWithOffsetRequest as bx, type PlatformOffsetSearch as by, type PlatformOffsetSearchPagingMethodOneOf as bz, V3ProductType as c, type AppEmbedData as c$, type Colors as c0, type PluginContainerData as c1, type PluginContainerDataWidth as c2, type PluginContainerDataWidthDataOneOf as c3, type Spoiler as c4, type Height as c5, type Styles as c6, type Link as c7, type LinkDataOneOf as c8, type Rel as c9, type LinkPreviewDataStyles as cA, type MapData as cB, type MapSettings as cC, type ParagraphData as cD, type PollData as cE, type Permissions as cF, type Option as cG, type PollSettings as cH, type PollLayout as cI, type OptionLayout as cJ, type Gradient as cK, type Background as cL, type BackgroundBackgroundOneOf as cM, type PollDesign as cN, type OptionDesign as cO, type Poll as cP, type PollDataLayout as cQ, type Design as cR, type TextData as cS, type Decoration as cT, type DecorationDataOneOf as cU, type AnchorData as cV, type ColorData as cW, type LinkData as cX, type MentionData as cY, type FontSizeData as cZ, type SpoilerData as c_, type CodeBlockData as ca, type TextStyle as cb, type DividerData as cc, type FileData as cd, type FileSource as ce, type FileSourceDataOneOf as cf, type PDFSettings as cg, type GalleryData as ch, type V1Media as ci, type Image as cj, type Video as ck, type Item as cl, type ItemDataOneOf as cm, type GalleryOptions as cn, type GalleryOptionsLayout as co, type ItemStyle as cp, type Thumbnails as cq, type GIFData as cr, type GIF as cs, type HeadingData as ct, type HTMLData as cu, type HTMLDataDataOneOf as cv, type ImageData as cw, type StylesBorder as cx, type ImageDataStyles as cy, type LinkPreviewData as cz, SortOrder as d, type WeightRange as d$, type AppEmbedDataAppDataOneOf as d0, type BookingData as d1, type EventData as d2, type ButtonStyles as d3, type ImageStyles as d4, type RibbonStyles as d5, type CardStyles as d6, type PricingData as d7, type VideoData as d8, type PlaybackOptions as d9, type SeoSchema as dA, type Keyword as dB, type Tag as dC, type Settings as dD, type ConnectedOption as dE, type ConnectedOptionOptionSettingsOneOf as dF, type ChoicesSettings as dG, type ConnectedOptionChoice as dH, type ConnectedOptionChoiceValueOneOf as dI, type MultipleColors as dJ, type ConnectedModifier as dK, type ConnectedModifierModifierSettingsOneOf as dL, type FreeTextSettings as dM, type ModifierChoicesSettings as dN, type ConnectedModifierChoice as dO, type ConnectedModifierChoiceValueOneOf as dP, type Brand as dQ, type InfoSection as dR, type Ribbon as dS, type ProductCategoriesInfo as dT, type ProductCategory as dU, type ProductCategoryIdsInfo as dV, type PriceRange as dW, type FixedMonetaryAmount as dX, type Inventory as dY, type PhysicalProperties as dZ, type PricePerUnitSettings as d_, type EmbedData as da, type Oembed as db, type CollapsibleListData as dc, type TableData as dd, type Dimensions as de, type TableCellData as df, type CellStyle as dg, type BorderColors as dh, type ListValue as di, type AudioData as dj, type OrderedListData as dk, type BulletedListData as dl, type BlockquoteData as dm, type CaptionData as dn, type LayoutCellData as dp, type Metadata as dq, type DocumentStyle as dr, type TextNodeStyle as ds, type Media as dt, type ProductMedia as du, type ProductMediaSetByOneOf as dv, type ProductMediaMediaOneOf as dw, type VideoResolution as dx, type Thumbnail as dy, type MediaItemsInfo as dz, RequestedFields as e, type ValueAggregationSortDirectionWithLiterals as e$, type PricePerUnitRange as e0, type PricePerUnitRangePricePerUnit as e1, type WeightMeasurementUnitInfo as e2, type BreadcrumbsInfo as e3, type BreadCrumb as e4, type VariantsInfo as e5, type Variant as e6, type VariantTypedPropertiesOneOf as e7, type OptionChoice as e8, type OptionChoiceIds as e9, type EntityUpdatedEvent as eA, type EntityDeletedEvent as eB, type ActionEvent as eC, type Empty as eD, type MessageEnvelope as eE, type IdentificationData as eF, type IdentificationDataIdOneOf as eG, type VariantsQueryResult as eH, type ReadOnlyVariantSearchSpec as eI, type ProductMediaMediaTypeWithLiterals as eJ, type MeasurementUnitWithLiterals as eK, type SecuredMediaFileTypeWithLiterals as eL, type V3ProductTypeWithLiterals as eM, type WeightUnitWithLiterals as eN, type InternalRowStateWithLiterals as eO, type SortOrderWithLiterals as eP, type RequestedFieldsWithLiterals as eQ, type SortTypeWithLiterals as eR, type SortDirectionWithLiterals as eS, type MissingValuesWithLiterals as eT, type ScalarTypeWithLiterals as eU, type NestedAggregationTypeWithLiterals as eV, type IntervalWithLiterals as eW, type AggregationTypeWithLiterals as eX, type ModeWithLiterals as eY, type CommonSortOrderWithLiterals as eZ, type ValueAggregationSortTypeWithLiterals as e_, type OptionChoiceNames as ea, type PriceInfo as eb, type RevenueDetails as ec, type VariantPhysicalProperties as ed, type PricePerUnit as ee, type VariantDigitalProperties as ef, type SecuredMedia as eg, type SubscriptionPricesInfo as eh, type SubscriptionPrice as ei, type SubscriptionPricePerUnit as ej, type InventoryStatus as ek, type ExtendedFields as el, type SubscriptionDetails as em, type Subscription as en, type SubscriptionCyclesOneOf as eo, type SubscriptionDiscount as ep, type SubscriptionDiscountDiscountOneOf as eq, type VariantSummary as er, type MinVariantPriceInfo as es, type MigrateProductVariantsResponse as et, type RecoverProductVariantsRequest as eu, type RecoverProductVariantsResponse as ev, type DomainEvent as ew, type DomainEventBodyOneOf as ex, type EntityCreatedEvent as ey, type RestoreInfo as ez, SortType as f, type ValueAggregationMissingValuesWithLiterals as f0, type CommonScalarTypeWithLiterals as f1, type NestedAggregationNestedAggregationTypeWithLiterals as f2, type DateHistogramAggregationIntervalWithLiterals as f3, type CommonAggregationTypeWithLiterals as f4, type SearchDetailsModeWithLiterals as f5, type NodeTypeWithLiterals as f6, type WidthTypeWithLiterals as f7, type PluginContainerDataAlignmentWithLiterals as f8, type ButtonDataTypeWithLiterals as f9, type AlignmentWithLiterals as fA, type LayoutWithLiterals as fB, type AppTypeWithLiterals as fC, type InitialExpandedItemsWithLiterals as fD, type DirectionWithLiterals as fE, type VerticalAlignmentWithLiterals as fF, type NullValueWithLiterals as fG, type MediaTypeWithLiterals as fH, type ProductOptionRenderTypeWithLiterals as fI, type ChoiceTypeWithLiterals as fJ, type ModifierRenderTypeWithLiterals as fK, type AvailabilityStatusWithLiterals as fL, type PreorderStatusWithLiterals as fM, type ProductPreorderAvailabilityWithLiterals as fN, type ProductTypeWithLiterals as fO, type FileTypeWithLiterals as fP, type SubscriptionFrequencyWithLiterals as fQ, type DiscountTypeWithLiterals as fR, type WebhookIdentityTypeWithLiterals as fS, queryVariants as fT, type CommonSearchWithEntityContext as fU, type TargetWithLiterals as fa, type TextAlignmentWithLiterals as fb, type LineStyleWithLiterals as fc, type WidthWithLiterals as fd, type DividerDataAlignmentWithLiterals as fe, type ViewModeWithLiterals as ff, type LayoutTypeWithLiterals as fg, type OrientationWithLiterals as fh, type CropWithLiterals as fi, type ThumbnailsAlignmentWithLiterals as fj, type GIFTypeWithLiterals as fk, type SourceWithLiterals as fl, type StylesPositionWithLiterals as fm, type MapTypeWithLiterals as fn, type ViewRoleWithLiterals as fo, type VoteRoleWithLiterals as fp, type PollLayoutTypeWithLiterals as fq, type PollLayoutDirectionWithLiterals as fr, type BackgroundTypeWithLiterals as fs, type DecorationTypeWithLiterals as ft, type FontTypeWithLiterals as fu, type PositionWithLiterals as fv, type AspectRatioWithLiterals as fw, type ResizingWithLiterals as fx, type PlacementWithLiterals as fy, type TypeWithLiterals as fz, SortDirection as g, MissingValues as h, ScalarType as i, Interval as j, Mode as k, ValueAggregationSortType as l, ValueAggregationSortDirection as m, ValueAggregationMissingValues as n, CommonScalarType as o, NestedAggregationNestedAggregationType as p, CommonAggregationType as q, SearchDetailsMode as r, NodeType as s, WidthType as t, PluginContainerDataAlignment as u, TextAlignment as v, Width as w, DividerDataAlignment as x, ViewMode as y, LayoutType as z };
@@ -1,6 +1,6 @@
1
1
  import { HttpClient, NonNullablePaths, MaybeContext, BuildRESTFunction } from '@wix/sdk-types';
2
- import { Q as QueryVariantsOptions, V as VariantsQueryBuilder, R as ReadOnlyVariantSearch, S as SearchVariantsOptions, a as SearchVariantsResponse } from './stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal-DV4YPILE.mjs';
3
- export { eB as ActionEvent, a$ as Aggregation, bc as AggregationData, bJ as AggregationDateHistogramAggregation, b0 as AggregationKindOneOf, bM as AggregationNestedAggregation, bH as AggregationRangeAggregation, bv as AggregationResults, bw as AggregationResultsResultOneOf, bj as AggregationResultsScalarResult, bI as AggregationScalarAggregation, A as AggregationType, bF as AggregationValueAggregation, bG as AggregationValueAggregationOptionsOneOf, a6 as Alignment, cV as AnchorData, c$ as AppEmbedData, d0 as AppEmbedDataAppDataOneOf, a8 as AppType, a2 as AspectRatio, di as AudioData, ah as AvailabilityStatus, cL as Background, cM as BackgroundBackgroundOneOf, _ as BackgroundType, dl as BlockquoteData, d1 as BookingData, b$ as Border, dg as BorderColors, dP as Brand, e3 as BreadCrumb, e2 as BreadcrumbsInfo, dk as BulletedListData, b_ as ButtonData, B as ButtonDataType, d3 as ButtonStyles, dm as CaptionData, d6 as CardStyles, df as CellStyle, af as ChoiceType, dF as ChoicesSettings, ca as CodeBlockData, db as CollapsibleListData, cW as ColorData, c0 as Colors, bB as CommonAggregation, bC as CommonAggregationKindOneOf, q as CommonAggregationType, o as CommonScalarType, bP as CommonSearchDetails, C as CommonSortOrder, bA as CommonSorting, aA as CommonVideoResolution, dJ as ConnectedModifier, dN as ConnectedModifierChoice, dO as ConnectedModifierChoiceValueOneOf, dK as ConnectedModifierModifierSettingsOneOf, dD as ConnectedOption, dG as ConnectedOptionChoice, dH as ConnectedOptionChoiceValueOneOf, dE as ConnectedOptionOptionSettingsOneOf, E as Crop, aU as CursorPaging, aW as CursorPagingMetadata, aR as CursorQuery, aS as CursorQueryPagingMethodOneOf, aZ as CursorSearch, a_ as CursorSearchPagingMethodOneOf, aX as Cursors, b7 as DateHistogramAggregation, D as DateHistogramAggregationInterval, br as DateHistogramResult, bt as DateHistogramResults, cT as Decoration, cU as DecorationDataOneOf, $ as DecorationType, bx as DeprecatedSearchVariantsWithOffsetRequest, bR as DeprecatedSearchVariantsWithOffsetResponse, cR as Design, dd as Dimensions, aa as Direction, an as DiscountType, cc as DividerData, x as DividerDataAlignment, dq as DocumentStyle, ev as DomainEvent, ew as DomainEventBodyOneOf, d9 as EmbedData, eC as Empty, ex as EntityCreatedEvent, eA as EntityDeletedEvent, ez as EntityUpdatedEvent, d2 as EventData, ek as ExtendedFields, cd as FileData, ce as FileSource, cf as FileSourceDataOneOf, al as FileType, dW as FixedMonetaryAmount, cZ as FontSizeData, a0 as FontType, dL as FreeTextSettings, cs as GIF, cr as GIFData, G as GIFType, ch as GalleryData, cn as GalleryOptions, co as GalleryOptionsLayout, cK as Gradient, bN as GroupByAggregation, bO as GroupByAggregationKindOneOf, bs as GroupByValueResults, cu as HTMLData, cv as HTMLDataDataOneOf, ct as HeadingData, c5 as Height, eE as IdentificationData, eF as IdentificationDataIdOneOf, cj as Image, cw as ImageData, cy as ImageDataStyles, d4 as ImageStyles, b2 as IncludeMissingValuesOptions, dQ as InfoSection, a9 as InitialExpandedItems, aP as InternalMetadata, I as InternalRowState, j as Interval, dX as Inventory, ej as InventoryStatus, cl as Item, cm as ItemDataOneOf, cp as ItemStyle, dA as Keyword, a7 as Layout, dn as LayoutCellData, z as LayoutType, L as LineStyle, c7 as Link, cX as LinkData, c8 as LinkDataOneOf, cz as LinkPreviewData, cA as LinkPreviewDataStyles, dh as ListValue, cB as MapData, cC as MapSettings, K as MapType, M as MeasurementUnit, ds as Media, dy as MediaItemsInfo, ad as MediaType, cY as MentionData, eD as MessageEnvelope, dp as Metadata, bT as MigrateProductVariantsRequest, es as MigrateProductVariantsResponse, er as MinVariantPriceInfo, h as MissingValues, k as Mode, dM as ModifierChoicesSettings, ag as ModifierRenderType, dI as MultipleColors, ba as NestedAggregation, b8 as NestedAggregationItem, b9 as NestedAggregationItemKindOneOf, bK as NestedAggregationNestedAggregationItem, bL as NestedAggregationNestedAggregationItemKindOneOf, p as NestedAggregationNestedAggregationType, bf as NestedAggregationResults, bg as NestedAggregationResultsResultOneOf, N as NestedAggregationType, bo as NestedResultValue, bp as NestedResultValueResultOneOf, bu as NestedResults, bk as NestedValueAggregationResult, bX as Node, bY as NodeDataOneOf, bZ as NodeStyle, s as NodeType, ac as NullValue, da as Oembed, cG as Option, e7 as OptionChoice, e8 as OptionChoiceIds, e9 as OptionChoiceNames, cO as OptionDesign, cJ as OptionLayout, dj as OrderedListData, O as Orientation, cg as PDFSettings, bS as PagingMetadata, cD as ParagraphData, cF as Permissions, dY as PhysicalProperties, a4 as Placement, by as PlatformOffsetSearch, bz as PlatformOffsetSearchPagingMethodOneOf, bQ as PlatformPaging, d8 as PlaybackOptions, c1 as PluginContainerData, u as PluginContainerDataAlignment, c2 as PluginContainerDataWidth, c3 as PluginContainerDataWidthDataOneOf, cP as Poll, cE as PollData, cQ as PollDataLayout, cN as PollDesign, cI as PollLayout, Z as PollLayoutDirection, Y as PollLayoutType, cH as PollSettings, a1 as Position, ai as PreorderStatus, ea as PriceInfo, ed as PricePerUnit, d$ as PricePerUnitRange, e0 as PricePerUnitRangePricePerUnit, dZ as PricePerUnitSettings, dV as PriceRange, bU as Product, dS as ProductCategoriesInfo, dT as ProductCategory, dU as ProductCategoryIdsInfo, aL as ProductFields, aM as ProductFieldsTypedPropertiesOneOf, dt as ProductMedia, dv as ProductMediaMediaOneOf, P as ProductMediaMediaType, du as ProductMediaSetByOneOf, ae as ProductOptionRenderType, aj as ProductPreorderAvailability, ak as ProductType, bV as ProductTypedPropertiesOneOf, aQ as QueryVariantsRequest, aV as QueryVariantsResponse, b5 as RangeAggregation, bD as RangeAggregationRangeBucket, be as RangeAggregationResult, b1 as RangeBucket, bm as RangeResult, bi as RangeResults, ap as ReadOnlyVariant, eH as ReadOnlyVariantSearchSpec, aq as ReadOnlyVariantTypedPropertiesOneOf, et as RecoverProductVariantsRequest, eu as RecoverProductVariantsResponse, c9 as Rel, e as RequestedFields, a3 as Resizing, ey as RestoreInfo, bq as Results, eb as RevenueDetails, dR as Ribbon, d5 as RibbonStyles, bW as RichContent, b6 as ScalarAggregation, bn as ScalarResult, i as ScalarType, bb as SearchDetails, r as SearchDetailsMode, aY as SearchVariantsRequest, ef as SecuredMedia, b as SecuredMediaFileType, dz as SeoSchema, dC as Settings, g as SortDirection, d as SortOrder, f as SortType, aT as Sorting, H as Source, c4 as Spoiler, c_ as SpoilerData, c6 as Styles, cx as StylesBorder, J as StylesPosition, em as Subscription, en as SubscriptionCyclesOneOf, el as SubscriptionDetails, eo as SubscriptionDiscount, ep as SubscriptionDiscountDiscountOneOf, am as SubscriptionFrequency, eh as SubscriptionPrice, ei as SubscriptionPricePerUnit, eg as SubscriptionPricesInfo, de as TableCellData, dc as TableData, dB as Tag, T as Target, v as TextAlignment, cS as TextData, dr as TextNodeStyle, cb as TextStyle, dx as Thumbnail, cq as Thumbnails, F as ThumbnailsAlignment, a5 as Type, ci as V1Media, av as V3FixedMonetaryAmount, aK as V3InventoryStatus, ar as V3OptionChoice, as as V3OptionChoiceIds, at as V3OptionChoiceNames, aN as V3PhysicalProperties, au as V3PriceInfo, aD as V3PricePerUnit, aE as V3PricePerUnitSettings, ax as V3ProductMedia, az as V3ProductMediaMediaOneOf, ay as V3ProductMediaSetByOneOf, c as V3ProductType, aw as V3RevenueDetails, aG as V3SecuredMedia, aI as V3SubscriptionPrice, aJ as V3SubscriptionPricePerUnit, aH as V3SubscriptionPricesInfo, aB as V3Thumbnail, aF as V3VariantDigitalProperties, aC as V3VariantPhysicalProperties, aO as V3WeightMeasurementUnitInfo, b3 as ValueAggregation, bE as ValueAggregationIncludeMissingValuesOptions, n as ValueAggregationMissingValues, b4 as ValueAggregationOptionsOneOf, bd as ValueAggregationResult, m as ValueAggregationSortDirection, l as ValueAggregationSortType, bl as ValueResult, bh as ValueResults, e5 as Variant, ee as VariantDigitalProperties, ec as VariantPhysicalProperties, eq as VariantSummary, e6 as VariantTypedPropertiesOneOf, e4 as VariantsInfo, eG as VariantsQueryResult, ab as VerticalAlignment, ck as Video, d7 as VideoData, dw as VideoResolution, y as ViewMode, U as ViewRole, X as VoteRole, ao as WebhookIdentityType, e1 as WeightMeasurementUnitInfo, d_ as WeightRange, W as WeightUnit, w as Width, t as WidthType } from './stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal-DV4YPILE.mjs';
2
+ import { Q as QueryVariantsOptions, V as VariantsQueryBuilder, R as ReadOnlyVariantSearch, S as SearchVariantsOptions, a as SearchVariantsResponse } from './stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal-DBKeiHlw.mjs';
3
+ export { eC as ActionEvent, a$ as Aggregation, bc as AggregationData, bJ as AggregationDateHistogramAggregation, b0 as AggregationKindOneOf, bM as AggregationNestedAggregation, bH as AggregationRangeAggregation, bv as AggregationResults, bw as AggregationResultsResultOneOf, bj as AggregationResultsScalarResult, bI as AggregationScalarAggregation, A as AggregationType, bF as AggregationValueAggregation, bG as AggregationValueAggregationOptionsOneOf, a6 as Alignment, cV as AnchorData, c$ as AppEmbedData, d0 as AppEmbedDataAppDataOneOf, a8 as AppType, a2 as AspectRatio, dj as AudioData, ah as AvailabilityStatus, cL as Background, cM as BackgroundBackgroundOneOf, _ as BackgroundType, dm as BlockquoteData, d1 as BookingData, b$ as Border, dh as BorderColors, dQ as Brand, e4 as BreadCrumb, e3 as BreadcrumbsInfo, dl as BulletedListData, b_ as ButtonData, B as ButtonDataType, d3 as ButtonStyles, dn as CaptionData, d6 as CardStyles, dg as CellStyle, af as ChoiceType, dG as ChoicesSettings, ca as CodeBlockData, dc as CollapsibleListData, cW as ColorData, c0 as Colors, bB as CommonAggregation, bC as CommonAggregationKindOneOf, q as CommonAggregationType, o as CommonScalarType, bP as CommonSearchDetails, C as CommonSortOrder, bA as CommonSorting, aA as CommonVideoResolution, dK as ConnectedModifier, dO as ConnectedModifierChoice, dP as ConnectedModifierChoiceValueOneOf, dL as ConnectedModifierModifierSettingsOneOf, dE as ConnectedOption, dH as ConnectedOptionChoice, dI as ConnectedOptionChoiceValueOneOf, dF as ConnectedOptionOptionSettingsOneOf, E as Crop, aU as CursorPaging, aW as CursorPagingMetadata, aR as CursorQuery, aS as CursorQueryPagingMethodOneOf, aZ as CursorSearch, a_ as CursorSearchPagingMethodOneOf, aX as Cursors, b7 as DateHistogramAggregation, D as DateHistogramAggregationInterval, br as DateHistogramResult, bt as DateHistogramResults, cT as Decoration, cU as DecorationDataOneOf, $ as DecorationType, bx as DeprecatedSearchVariantsWithOffsetRequest, bR as DeprecatedSearchVariantsWithOffsetResponse, cR as Design, de as Dimensions, aa as Direction, an as DiscountType, cc as DividerData, x as DividerDataAlignment, dr as DocumentStyle, ew as DomainEvent, ex as DomainEventBodyOneOf, da as EmbedData, eD as Empty, ey as EntityCreatedEvent, eB as EntityDeletedEvent, eA as EntityUpdatedEvent, d2 as EventData, el as ExtendedFields, cd as FileData, ce as FileSource, cf as FileSourceDataOneOf, al as FileType, dX as FixedMonetaryAmount, cZ as FontSizeData, a0 as FontType, dM as FreeTextSettings, cs as GIF, cr as GIFData, G as GIFType, ch as GalleryData, cn as GalleryOptions, co as GalleryOptionsLayout, cK as Gradient, bN as GroupByAggregation, bO as GroupByAggregationKindOneOf, bs as GroupByValueResults, cu as HTMLData, cv as HTMLDataDataOneOf, ct as HeadingData, c5 as Height, eF as IdentificationData, eG as IdentificationDataIdOneOf, cj as Image, cw as ImageData, cy as ImageDataStyles, d4 as ImageStyles, b2 as IncludeMissingValuesOptions, dR as InfoSection, a9 as InitialExpandedItems, aP as InternalMetadata, I as InternalRowState, j as Interval, dY as Inventory, ek as InventoryStatus, cl as Item, cm as ItemDataOneOf, cp as ItemStyle, dB as Keyword, a7 as Layout, dp as LayoutCellData, z as LayoutType, L as LineStyle, c7 as Link, cX as LinkData, c8 as LinkDataOneOf, cz as LinkPreviewData, cA as LinkPreviewDataStyles, di as ListValue, cB as MapData, cC as MapSettings, K as MapType, M as MeasurementUnit, dt as Media, dz as MediaItemsInfo, ad as MediaType, cY as MentionData, eE as MessageEnvelope, dq as Metadata, bT as MigrateProductVariantsRequest, et as MigrateProductVariantsResponse, es as MinVariantPriceInfo, h as MissingValues, k as Mode, dN as ModifierChoicesSettings, ag as ModifierRenderType, dJ as MultipleColors, ba as NestedAggregation, b8 as NestedAggregationItem, b9 as NestedAggregationItemKindOneOf, bK as NestedAggregationNestedAggregationItem, bL as NestedAggregationNestedAggregationItemKindOneOf, p as NestedAggregationNestedAggregationType, bf as NestedAggregationResults, bg as NestedAggregationResultsResultOneOf, N as NestedAggregationType, bo as NestedResultValue, bp as NestedResultValueResultOneOf, bu as NestedResults, bk as NestedValueAggregationResult, bX as Node, bY as NodeDataOneOf, bZ as NodeStyle, s as NodeType, ac as NullValue, db as Oembed, cG as Option, e8 as OptionChoice, e9 as OptionChoiceIds, ea as OptionChoiceNames, cO as OptionDesign, cJ as OptionLayout, dk as OrderedListData, O as Orientation, cg as PDFSettings, bS as PagingMetadata, cD as ParagraphData, cF as Permissions, dZ as PhysicalProperties, a4 as Placement, by as PlatformOffsetSearch, bz as PlatformOffsetSearchPagingMethodOneOf, bQ as PlatformPaging, d9 as PlaybackOptions, c1 as PluginContainerData, u as PluginContainerDataAlignment, c2 as PluginContainerDataWidth, c3 as PluginContainerDataWidthDataOneOf, cP as Poll, cE as PollData, cQ as PollDataLayout, cN as PollDesign, cI as PollLayout, Z as PollLayoutDirection, Y as PollLayoutType, cH as PollSettings, a1 as Position, ai as PreorderStatus, eb as PriceInfo, ee as PricePerUnit, e0 as PricePerUnitRange, e1 as PricePerUnitRangePricePerUnit, d_ as PricePerUnitSettings, dW as PriceRange, d7 as PricingData, bU as Product, dT as ProductCategoriesInfo, dU as ProductCategory, dV as ProductCategoryIdsInfo, aL as ProductFields, aM as ProductFieldsTypedPropertiesOneOf, du as ProductMedia, dw as ProductMediaMediaOneOf, P as ProductMediaMediaType, dv as ProductMediaSetByOneOf, ae as ProductOptionRenderType, aj as ProductPreorderAvailability, ak as ProductType, bV as ProductTypedPropertiesOneOf, aQ as QueryVariantsRequest, aV as QueryVariantsResponse, b5 as RangeAggregation, bD as RangeAggregationRangeBucket, be as RangeAggregationResult, b1 as RangeBucket, bm as RangeResult, bi as RangeResults, ap as ReadOnlyVariant, eI as ReadOnlyVariantSearchSpec, aq as ReadOnlyVariantTypedPropertiesOneOf, eu as RecoverProductVariantsRequest, ev as RecoverProductVariantsResponse, c9 as Rel, e as RequestedFields, a3 as Resizing, ez as RestoreInfo, bq as Results, ec as RevenueDetails, dS as Ribbon, d5 as RibbonStyles, bW as RichContent, b6 as ScalarAggregation, bn as ScalarResult, i as ScalarType, bb as SearchDetails, r as SearchDetailsMode, aY as SearchVariantsRequest, eg as SecuredMedia, b as SecuredMediaFileType, dA as SeoSchema, dD as Settings, g as SortDirection, d as SortOrder, f as SortType, aT as Sorting, H as Source, c4 as Spoiler, c_ as SpoilerData, c6 as Styles, cx as StylesBorder, J as StylesPosition, en as Subscription, eo as SubscriptionCyclesOneOf, em as SubscriptionDetails, ep as SubscriptionDiscount, eq as SubscriptionDiscountDiscountOneOf, am as SubscriptionFrequency, ei as SubscriptionPrice, ej as SubscriptionPricePerUnit, eh as SubscriptionPricesInfo, df as TableCellData, dd as TableData, dC as Tag, T as Target, v as TextAlignment, cS as TextData, ds as TextNodeStyle, cb as TextStyle, dy as Thumbnail, cq as Thumbnails, F as ThumbnailsAlignment, a5 as Type, ci as V1Media, av as V3FixedMonetaryAmount, aK as V3InventoryStatus, ar as V3OptionChoice, as as V3OptionChoiceIds, at as V3OptionChoiceNames, aN as V3PhysicalProperties, au as V3PriceInfo, aD as V3PricePerUnit, aE as V3PricePerUnitSettings, ax as V3ProductMedia, az as V3ProductMediaMediaOneOf, ay as V3ProductMediaSetByOneOf, c as V3ProductType, aw as V3RevenueDetails, aG as V3SecuredMedia, aI as V3SubscriptionPrice, aJ as V3SubscriptionPricePerUnit, aH as V3SubscriptionPricesInfo, aB as V3Thumbnail, aF as V3VariantDigitalProperties, aC as V3VariantPhysicalProperties, aO as V3WeightMeasurementUnitInfo, b3 as ValueAggregation, bE as ValueAggregationIncludeMissingValuesOptions, n as ValueAggregationMissingValues, b4 as ValueAggregationOptionsOneOf, bd as ValueAggregationResult, m as ValueAggregationSortDirection, l as ValueAggregationSortType, bl as ValueResult, bh as ValueResults, e6 as Variant, ef as VariantDigitalProperties, ed as VariantPhysicalProperties, er as VariantSummary, e7 as VariantTypedPropertiesOneOf, e5 as VariantsInfo, eH as VariantsQueryResult, ab as VerticalAlignment, ck as Video, d8 as VideoData, dx as VideoResolution, y as ViewMode, U as ViewRole, X as VoteRole, ao as WebhookIdentityType, e2 as WeightMeasurementUnitInfo, d$ as WeightRange, W as WeightUnit, w as Width, t as WidthType } from './stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal-DBKeiHlw.mjs';
4
4
 
5
5
  type ReadOnlyVariantNonNullablePaths = `physicalProperties.pricePerUnit.settings.quantity` | `physicalProperties.pricePerUnit.settings.measurementUnit` | `physicalProperties.pricePerUnit.value` | `digitalProperties.digitalFile._id` | `digitalProperties.digitalFile.fileName` | `digitalProperties.digitalFile.fileType` | `_id` | `optionChoices` | `optionChoices.${number}.optionChoiceIds.optionId` | `optionChoices.${number}.optionChoiceIds.choiceId` | `optionChoices.${number}.optionChoiceNames.optionName` | `optionChoices.${number}.optionChoiceNames.choiceName` | `optionChoices.${number}.optionChoiceNames.renderType` | `price.actualPrice.amount` | `revenueDetails.cost.amount` | `revenueDetails.profitMargin` | `media._id` | `media.url` | `media.mediaType` | `media.thumbnail.url` | `media.thumbnail.height` | `media.thumbnail.width` | `media.uploadId` | `subscriptionPricesInfo.subscriptionPrices` | `subscriptionPricesInfo.subscriptionPrices.${number}.subscriptionId` | `subscriptionPricesInfo.subscriptionPrices.${number}.price.amount` | `subscriptionPricesInfo.subscriptionPrices.${number}.pricePerUnit.value` | `inventoryStatus.inStock` | `inventoryStatus.preorderEnabled` | `productData.physicalProperties.weightMeasurementUnitInfo.weightMeasurementUnit` | `productData.productId` | `productData.productType`;
6
6
  declare function queryVariants$1(httpClient: HttpClient): QueryVariantsSignature;