@wix/auto_sdk_stores_read-only-variants-v-3 1.0.66 → 1.0.67
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.
- package/build/cjs/index.d.ts +2 -2
- package/build/cjs/index.js +7 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -2
- package/build/cjs/index.typings.js +7 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +15 -2
- package/build/cjs/meta.js +7 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/cjs/{stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal-Cd3Qfxts.d.ts → stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal-BMdIVHLl.d.ts} +14 -1
- package/build/es/index.d.mts +2 -2
- package/build/es/index.mjs +6 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -2
- package/build/es/index.typings.mjs +6 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +15 -2
- package/build/es/meta.mjs +6 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/es/{stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal-Cd3Qfxts.d.mts → stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal-BMdIVHLl.d.mts} +14 -1
- package/build/internal/cjs/index.d.ts +2 -2
- package/build/internal/cjs/index.js +7 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +2 -2
- package/build/internal/cjs/index.typings.js +7 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +15 -2
- package/build/internal/cjs/meta.js +7 -0
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/cjs/{stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal-MJmcYUBb.d.ts → stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal-5ZW_0wXp.d.ts} +14 -1
- package/build/internal/es/index.d.mts +2 -2
- package/build/internal/es/index.mjs +6 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +2 -2
- package/build/internal/es/index.typings.mjs +6 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +15 -2
- package/build/internal/es/meta.mjs +6 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/build/internal/es/{stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal-MJmcYUBb.d.mts → stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal-5ZW_0wXp.d.mts} +14 -1
- package/package.json +2 -2
|
@@ -1904,6 +1904,8 @@ interface Product extends ProductTypedPropertiesOneOf {
|
|
|
1904
1904
|
* For more information, see [About Product Options and Variants](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/about-product-options-and-variants).
|
|
1905
1905
|
*/
|
|
1906
1906
|
variantsInfo?: VariantsInfo;
|
|
1907
|
+
/** Purchase eligibility settings for the product. */
|
|
1908
|
+
purchaseEligibility?: PurchaseEligibility;
|
|
1907
1909
|
/**
|
|
1908
1910
|
* Custom extended fields for the product object.
|
|
1909
1911
|
*
|
|
@@ -4809,6 +4811,17 @@ interface InventoryStatus {
|
|
|
4809
4811
|
/** Whether preorder is enabled for this variant. */
|
|
4810
4812
|
preorderEnabled?: boolean;
|
|
4811
4813
|
}
|
|
4814
|
+
interface PurchaseEligibility {
|
|
4815
|
+
userCriteria?: UserCriteriaWithLiterals;
|
|
4816
|
+
}
|
|
4817
|
+
declare enum UserCriteria {
|
|
4818
|
+
/** Default value. Should not be used. */
|
|
4819
|
+
UNKNOWN_USER_CRITERIA = "UNKNOWN_USER_CRITERIA",
|
|
4820
|
+
/** Product is available only to members. */
|
|
4821
|
+
MEMBERS_ONLY = "MEMBERS_ONLY"
|
|
4822
|
+
}
|
|
4823
|
+
/** @enumType */
|
|
4824
|
+
type UserCriteriaWithLiterals = UserCriteria | 'UNKNOWN_USER_CRITERIA' | 'MEMBERS_ONLY';
|
|
4812
4825
|
interface ExtendedFields {
|
|
4813
4826
|
/**
|
|
4814
4827
|
* Extended field data. Each key corresponds to the namespace of the app that created the extended fields.
|
|
@@ -5487,4 +5500,4 @@ type ReadOnlyVariantSearch = {
|
|
|
5487
5500
|
timeZone?: CommonSearchWithEntityContext['timeZone'] | null;
|
|
5488
5501
|
};
|
|
5489
5502
|
|
|
5490
|
-
export { PollLayoutDirection as $, AggregationType as A, ButtonDataType as B, CommonSortOrder as C, DateHistogramAggregationInterval as D, ViewMode as E, LayoutType as F, Crop as G, ThumbnailsAlignment as H, InternalRowState as I, GIFType as J, Source 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, StylesPosition as U, type VariantsQueryBuilder as V, WeightUnit as W, MapType as X, ViewRole as Y, VoteRole as Z, PollLayoutType as _, type SearchVariantsResponse as a, type CursorPaging as a$, BackgroundType as a0, DecorationType as a1, FontType as a2, Position as a3, AspectRatio as a4, Resizing as a5, Placement as a6, Type as a7, Alignment as a8, Layout as a9, type V3OptionChoiceNames as aA, type V3PriceInfo as aB, type V3FixedMonetaryAmount as aC, type V3RevenueDetails as aD, type V3ProductMedia as aE, type V3ProductMediaSetByOneOf as aF, type V3ProductMediaMediaOneOf as aG, type CommonVideoResolution as aH, type V3Thumbnail as aI, type V3VariantPhysicalProperties as aJ, type V3PricePerUnit as aK, type V3PricePerUnitSettings as aL, type V3VariantDigitalProperties as aM, type V3SecuredMedia as aN, type V3SubscriptionPricesInfo as aO, type V3SubscriptionPrice as aP, type V3SubscriptionPricePerUnit as aQ, type V3InventoryStatus as aR, type ProductFields as aS, type ProductFieldsTypedPropertiesOneOf as aT, type V3PhysicalProperties as aU, type V3WeightMeasurementUnitInfo as aV, type InternalMetadata as aW, type QueryVariantsRequest as aX, type CursorQuery as aY, type CursorQueryPagingMethodOneOf as aZ, type Sorting as a_, AppType as aa, InitialExpandedItems as ab, Direction as ac, VerticalAlignment as ad, NullValue as ae, Scaling as af, ImagePosition as ag, VerticalAlignmentAlignment as ah, ResponsivenessBehaviour as ai, DesignTarget as aj, MediaType as ak, ProductOptionRenderType as al, ChoiceType as am, ModifierRenderType as an, AvailabilityStatus as ao, PreorderStatus as ap, ProductPreorderAvailability as aq, ProductType as ar, FileType as as, SubscriptionFrequency as at, DiscountType as au, WebhookIdentityType as av, type ReadOnlyVariant as aw, type ReadOnlyVariantTypedPropertiesOneOf as ax, type V3OptionChoice as ay, type V3OptionChoiceIds as az, type ReadOnlyVariantQuery as b, type Product as b$, type QueryVariantsResponse as b0, type CursorPagingMetadata as b1, type Cursors as b2, type SearchVariantsRequest as b3, type CursorSearch as b4, type CursorSearchPagingMethodOneOf as b5, type Aggregation as b6, type AggregationKindOneOf as b7, type RangeBucket as b8, type IncludeMissingValuesOptions as b9, type DateHistogramResults as bA, type NestedResults as bB, type AggregationResults as bC, type AggregationResultsResultOneOf as bD, type DeprecatedSearchVariantsWithOffsetRequest as bE, type PlatformOffsetSearch as bF, type PlatformOffsetSearchPagingMethodOneOf as bG, type CommonSorting as bH, type CommonAggregation as bI, type CommonAggregationKindOneOf as bJ, type RangeAggregationRangeBucket as bK, type ValueAggregationIncludeMissingValuesOptions as bL, type AggregationValueAggregation as bM, type AggregationValueAggregationOptionsOneOf as bN, type AggregationRangeAggregation as bO, type AggregationScalarAggregation as bP, type AggregationDateHistogramAggregation as bQ, type NestedAggregationNestedAggregationItem as bR, type NestedAggregationNestedAggregationItemKindOneOf as bS, type AggregationNestedAggregation as bT, type GroupByAggregation as bU, type GroupByAggregationKindOneOf as bV, type CommonSearchDetails as bW, type PlatformPaging as bX, type DeprecatedSearchVariantsWithOffsetResponse as bY, type PagingMetadata as bZ, type MigrateProductVariantsRequest as b_, type ValueAggregation as ba, type ValueAggregationOptionsOneOf as bb, type RangeAggregation as bc, type ScalarAggregation as bd, type DateHistogramAggregation as be, type NestedAggregationItem as bf, type NestedAggregationItemKindOneOf as bg, type NestedAggregation as bh, type SearchDetails as bi, type AggregationData as bj, type ValueAggregationResult as bk, type RangeAggregationResult as bl, type NestedAggregationResults as bm, type NestedAggregationResultsResultOneOf as bn, type ValueResults as bo, type RangeResults as bp, type AggregationResultsScalarResult as bq, type NestedValueAggregationResult as br, type ValueResult as bs, type RangeResult as bt, type ScalarResult as bu, type NestedResultValue as bv, type NestedResultValueResultOneOf as bw, type Results as bx, type DateHistogramResult as by, type GroupByValueResults as bz, SecuredMediaFileType as c, type DecorationDataOneOf as c$, type ProductTypedPropertiesOneOf as c0, type RichContent as c1, type Node as c2, type NodeDataOneOf as c3, type NodeStyle as c4, type ButtonData as c5, type Border as c6, type Colors as c7, type PluginContainerData as c8, type PluginContainerDataWidth as c9, type HeadingData as cA, type HTMLData as cB, type HTMLDataDataOneOf as cC, type ImageData as cD, type StylesBorder as cE, type ImageDataStyles as cF, type LinkPreviewData as cG, type LinkPreviewDataStyles as cH, type MapData as cI, type MapSettings as cJ, type ParagraphData as cK, type PollData as cL, type Permissions as cM, type Option as cN, type PollSettings as cO, type PollLayout as cP, type OptionLayout as cQ, type Gradient as cR, type Background as cS, type BackgroundBackgroundOneOf as cT, type PollDesign as cU, type OptionDesign as cV, type Poll as cW, type PollDataLayout as cX, type Design as cY, type TextData as cZ, type Decoration as c_, type PluginContainerDataWidthDataOneOf as ca, type Spoiler as cb, type Height as cc, type Styles as cd, type Link as ce, type LinkDataOneOf as cf, type Rel as cg, type CodeBlockData as ch, type TextStyle as ci, type DividerData as cj, type FileData as ck, type FileSource as cl, type FileSourceDataOneOf as cm, type PDFSettings as cn, type GalleryData as co, type V1Media as cp, type Image as cq, type Video as cr, type Item as cs, type ItemDataOneOf as ct, type GalleryOptions as cu, type GalleryOptionsLayout as cv, type ItemStyle as cw, type Thumbnails as cx, type GIFData as cy, type GIF as cz, V3ProductType as d, type Brand as d$, type AnchorData as d0, type ColorData as d1, type LinkData as d2, type MentionData as d3, type FontSizeData as d4, type SpoilerData as d5, type FontFamilyData as d6, type AppEmbedData as d7, type AppEmbedDataAppDataOneOf as d8, type BookingData as d9, type LayoutCellData as dA, type Metadata as dB, type DocumentStyle as dC, type TextNodeStyle as dD, type Media as dE, type ProductMedia as dF, type ProductMediaSetByOneOf as dG, type ProductMediaMediaOneOf as dH, type VideoResolution as dI, type Thumbnail as dJ, type MediaItemsInfo as dK, type SeoSchema as dL, type Keyword as dM, type Tag as dN, type Settings as dO, type ConnectedOption as dP, type ConnectedOptionOptionSettingsOneOf as dQ, type ChoicesSettings as dR, type ConnectedOptionChoice as dS, type ConnectedOptionChoiceValueOneOf as dT, type MultipleColors as dU, type ConnectedModifier as dV, type ConnectedModifierModifierSettingsOneOf as dW, type FreeTextSettings as dX, type ModifierChoicesSettings as dY, type ConnectedModifierChoice as dZ, type ConnectedModifierChoiceValueOneOf as d_, type EventData as da, type ButtonStyles as db, type ImageStyles as dc, type RibbonStyles as dd, type CardStyles as de, type PricingData as df, type VideoData as dg, type PlaybackOptions as dh, type EmbedData as di, type Oembed as dj, type CollapsibleListData as dk, type TableData as dl, type Dimensions as dm, type TableCellData as dn, type CellStyle as dp, type BorderColors as dq, type BorderWidths as dr, type ListValue as ds, type AudioData as dt, type OrderedListData as du, type BulletedListData as dv, type BlockquoteData as dw, type CaptionData as dx, type LayoutData as dy, type BackgroundImage as dz, SortOrder as e, type InternalRowStateWithLiterals as e$, type InfoSection as e0, type Ribbon as e1, type ProductCategoriesInfo as e2, type ProductCategory as e3, type ProductCategoryIdsInfo as e4, type PriceRange as e5, type FixedMonetaryAmount as e6, type Inventory as e7, type PhysicalProperties as e8, type PricePerUnitSettings as e9, type SubscriptionDiscount as eA, type SubscriptionDiscountDiscountOneOf as eB, type VariantSummary as eC, type MinVariantPriceInfo as eD, type MigrateProductVariantsResponse as eE, type RecoverProductVariantsRequest as eF, type RecoverProductVariantsResponse as eG, type DomainEvent as eH, type DomainEventBodyOneOf as eI, type EntityCreatedEvent as eJ, type RestoreInfo as eK, type EntityUpdatedEvent as eL, type EntityDeletedEvent as eM, type ActionEvent as eN, type Empty as eO, type MessageEnvelope as eP, type IdentificationData as eQ, type IdentificationDataIdOneOf as eR, type AccountInfo as eS, type VariantsQueryResult as eT, type ReadOnlyVariantQuerySpec as eU, type ReadOnlyVariantSearchSpec as eV, type ProductMediaMediaTypeWithLiterals as eW, type MeasurementUnitWithLiterals as eX, type SecuredMediaFileTypeWithLiterals as eY, type V3ProductTypeWithLiterals as eZ, type WeightUnitWithLiterals as e_, type WeightRange as ea, type PricePerUnitRange as eb, type PricePerUnitRangePricePerUnit as ec, type WeightMeasurementUnitInfo as ed, type BreadcrumbsInfo as ee, type BreadCrumb as ef, type VariantsInfo as eg, type Variant as eh, type VariantTypedPropertiesOneOf as ei, type OptionChoice as ej, type OptionChoiceIds as ek, type OptionChoiceNames as el, type PriceInfo as em, type RevenueDetails as en, type VariantPhysicalProperties as eo, type PricePerUnit as ep, type VariantDigitalProperties as eq, type SecuredMedia as er, type SubscriptionPricesInfo as es, type SubscriptionPrice as et, type SubscriptionPricePerUnit as eu, type InventoryStatus as ev, type ExtendedFields as ew, type SubscriptionDetails as ex, type Subscription as ey, type SubscriptionCyclesOneOf as ez, RequestedFields as f, type ChoiceTypeWithLiterals as f$, type SortOrderWithLiterals as f0, type RequestedFieldsWithLiterals as f1, type SortTypeWithLiterals as f2, type SortDirectionWithLiterals as f3, type MissingValuesWithLiterals as f4, type ScalarTypeWithLiterals as f5, type NestedAggregationTypeWithLiterals as f6, type IntervalWithLiterals as f7, type AggregationTypeWithLiterals as f8, type ModeWithLiterals as f9, type MapTypeWithLiterals as fA, type ViewRoleWithLiterals as fB, type VoteRoleWithLiterals as fC, type PollLayoutTypeWithLiterals as fD, type PollLayoutDirectionWithLiterals as fE, type BackgroundTypeWithLiterals as fF, type DecorationTypeWithLiterals as fG, type FontTypeWithLiterals as fH, type PositionWithLiterals as fI, type AspectRatioWithLiterals as fJ, type ResizingWithLiterals as fK, type PlacementWithLiterals as fL, type TypeWithLiterals as fM, type AlignmentWithLiterals as fN, type LayoutWithLiterals as fO, type AppTypeWithLiterals as fP, type InitialExpandedItemsWithLiterals as fQ, type DirectionWithLiterals as fR, type VerticalAlignmentWithLiterals as fS, type NullValueWithLiterals as fT, type ScalingWithLiterals as fU, type ImagePositionWithLiterals as fV, type VerticalAlignmentAlignmentWithLiterals as fW, type ResponsivenessBehaviourWithLiterals as fX, type DesignTargetWithLiterals as fY, type MediaTypeWithLiterals as fZ, type ProductOptionRenderTypeWithLiterals as f_, type CommonSortOrderWithLiterals as fa, type ValueAggregationSortTypeWithLiterals as fb, type ValueAggregationSortDirectionWithLiterals as fc, type ValueAggregationMissingValuesWithLiterals as fd, type CommonScalarTypeWithLiterals as fe, type NestedAggregationNestedAggregationTypeWithLiterals as ff, type DateHistogramAggregationIntervalWithLiterals as fg, type CommonAggregationTypeWithLiterals as fh, type SearchDetailsModeWithLiterals as fi, type NodeTypeWithLiterals as fj, type WidthTypeWithLiterals as fk, type PluginContainerDataAlignmentWithLiterals as fl, type ButtonDataTypeWithLiterals as fm, type TargetWithLiterals as fn, type TextAlignmentWithLiterals as fo, type LineStyleWithLiterals as fp, type WidthWithLiterals as fq, type DividerDataAlignmentWithLiterals as fr, type ViewModeWithLiterals as fs, type LayoutTypeWithLiterals as ft, type OrientationWithLiterals as fu, type CropWithLiterals as fv, type ThumbnailsAlignmentWithLiterals as fw, type GIFTypeWithLiterals as fx, type SourceWithLiterals as fy, type StylesPositionWithLiterals as fz, SortType as g, type ModifierRenderTypeWithLiterals as g0, type AvailabilityStatusWithLiterals as g1, type PreorderStatusWithLiterals as g2, type ProductPreorderAvailabilityWithLiterals as g3, type ProductTypeWithLiterals as g4, type FileTypeWithLiterals as g5, type SubscriptionFrequencyWithLiterals as g6, type DiscountTypeWithLiterals as g7, type WebhookIdentityTypeWithLiterals as g8, type CommonQueryWithEntityContext as g9, type CommonSearchWithEntityContext as ga, queryVariants as gb, SortDirection as h, MissingValues as i, ScalarType as j, Interval as k, Mode as l, ValueAggregationSortType as m, ValueAggregationSortDirection as n, ValueAggregationMissingValues as o, CommonScalarType as p, NestedAggregationNestedAggregationType as q, CommonAggregationType as r, SearchDetailsMode as s, typedQueryVariants as t, NodeType as u, WidthType as v, PluginContainerDataAlignment as w, TextAlignment as x, Width as y, DividerDataAlignment as z };
|
|
5503
|
+
export { PollLayoutDirection as $, AggregationType as A, ButtonDataType as B, CommonSortOrder as C, DateHistogramAggregationInterval as D, ViewMode as E, LayoutType as F, Crop as G, ThumbnailsAlignment as H, InternalRowState as I, GIFType as J, Source 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, StylesPosition as U, type VariantsQueryBuilder as V, WeightUnit as W, MapType as X, ViewRole as Y, VoteRole as Z, PollLayoutType as _, type SearchVariantsResponse as a, type Sorting as a$, BackgroundType as a0, DecorationType as a1, FontType as a2, Position as a3, AspectRatio as a4, Resizing as a5, Placement as a6, Type as a7, Alignment as a8, Layout as a9, type V3OptionChoiceIds as aA, type V3OptionChoiceNames as aB, type V3PriceInfo as aC, type V3FixedMonetaryAmount as aD, type V3RevenueDetails as aE, type V3ProductMedia as aF, type V3ProductMediaSetByOneOf as aG, type V3ProductMediaMediaOneOf as aH, type CommonVideoResolution as aI, type V3Thumbnail as aJ, type V3VariantPhysicalProperties as aK, type V3PricePerUnit as aL, type V3PricePerUnitSettings as aM, type V3VariantDigitalProperties as aN, type V3SecuredMedia as aO, type V3SubscriptionPricesInfo as aP, type V3SubscriptionPrice as aQ, type V3SubscriptionPricePerUnit as aR, type V3InventoryStatus as aS, type ProductFields as aT, type ProductFieldsTypedPropertiesOneOf as aU, type V3PhysicalProperties as aV, type V3WeightMeasurementUnitInfo as aW, type InternalMetadata as aX, type QueryVariantsRequest as aY, type CursorQuery as aZ, type CursorQueryPagingMethodOneOf as a_, AppType as aa, InitialExpandedItems as ab, Direction as ac, VerticalAlignment as ad, NullValue as ae, Scaling as af, ImagePosition as ag, VerticalAlignmentAlignment as ah, ResponsivenessBehaviour as ai, DesignTarget as aj, MediaType as ak, ProductOptionRenderType as al, ChoiceType as am, ModifierRenderType as an, AvailabilityStatus as ao, PreorderStatus as ap, ProductPreorderAvailability as aq, ProductType as ar, FileType as as, UserCriteria as at, SubscriptionFrequency as au, DiscountType as av, WebhookIdentityType as aw, type ReadOnlyVariant as ax, type ReadOnlyVariantTypedPropertiesOneOf as ay, type V3OptionChoice as az, type ReadOnlyVariantQuery as b, type MigrateProductVariantsRequest as b$, type CursorPaging as b0, type QueryVariantsResponse as b1, type CursorPagingMetadata as b2, type Cursors as b3, type SearchVariantsRequest as b4, type CursorSearch as b5, type CursorSearchPagingMethodOneOf as b6, type Aggregation as b7, type AggregationKindOneOf as b8, type RangeBucket as b9, type GroupByValueResults as bA, type DateHistogramResults as bB, type NestedResults as bC, type AggregationResults as bD, type AggregationResultsResultOneOf as bE, type DeprecatedSearchVariantsWithOffsetRequest as bF, type PlatformOffsetSearch as bG, type PlatformOffsetSearchPagingMethodOneOf as bH, type CommonSorting as bI, type CommonAggregation as bJ, type CommonAggregationKindOneOf as bK, type RangeAggregationRangeBucket as bL, type ValueAggregationIncludeMissingValuesOptions as bM, type AggregationValueAggregation as bN, type AggregationValueAggregationOptionsOneOf as bO, type AggregationRangeAggregation as bP, type AggregationScalarAggregation as bQ, type AggregationDateHistogramAggregation as bR, type NestedAggregationNestedAggregationItem as bS, type NestedAggregationNestedAggregationItemKindOneOf as bT, type AggregationNestedAggregation as bU, type GroupByAggregation as bV, type GroupByAggregationKindOneOf as bW, type CommonSearchDetails as bX, type PlatformPaging as bY, type DeprecatedSearchVariantsWithOffsetResponse as bZ, type PagingMetadata as b_, type IncludeMissingValuesOptions as ba, type ValueAggregation as bb, type ValueAggregationOptionsOneOf as bc, type RangeAggregation as bd, type ScalarAggregation as be, type DateHistogramAggregation as bf, type NestedAggregationItem as bg, type NestedAggregationItemKindOneOf as bh, type NestedAggregation as bi, type SearchDetails as bj, type AggregationData as bk, type ValueAggregationResult as bl, type RangeAggregationResult as bm, type NestedAggregationResults as bn, type NestedAggregationResultsResultOneOf as bo, type ValueResults as bp, type RangeResults as bq, type AggregationResultsScalarResult as br, type NestedValueAggregationResult as bs, type ValueResult as bt, type RangeResult as bu, type ScalarResult as bv, type NestedResultValue as bw, type NestedResultValueResultOneOf as bx, type Results as by, type DateHistogramResult as bz, SecuredMediaFileType as c, type Decoration as c$, type Product as c0, type ProductTypedPropertiesOneOf as c1, type RichContent as c2, type Node as c3, type NodeDataOneOf as c4, type NodeStyle as c5, type ButtonData as c6, type Border as c7, type Colors as c8, type PluginContainerData as c9, type GIF as cA, type HeadingData as cB, type HTMLData as cC, type HTMLDataDataOneOf as cD, type ImageData as cE, type StylesBorder as cF, type ImageDataStyles as cG, type LinkPreviewData as cH, type LinkPreviewDataStyles as cI, type MapData as cJ, type MapSettings as cK, type ParagraphData as cL, type PollData as cM, type Permissions as cN, type Option as cO, type PollSettings as cP, type PollLayout as cQ, type OptionLayout as cR, type Gradient as cS, type Background as cT, type BackgroundBackgroundOneOf as cU, type PollDesign as cV, type OptionDesign as cW, type Poll as cX, type PollDataLayout as cY, type Design as cZ, type TextData as c_, type PluginContainerDataWidth as ca, type PluginContainerDataWidthDataOneOf as cb, type Spoiler as cc, type Height as cd, type Styles as ce, type Link as cf, type LinkDataOneOf as cg, type Rel as ch, type CodeBlockData as ci, type TextStyle as cj, type DividerData as ck, type FileData as cl, type FileSource as cm, type FileSourceDataOneOf as cn, type PDFSettings as co, type GalleryData as cp, type V1Media as cq, type Image as cr, type Video as cs, type Item as ct, type ItemDataOneOf as cu, type GalleryOptions as cv, type GalleryOptionsLayout as cw, type ItemStyle as cx, type Thumbnails as cy, type GIFData as cz, V3ProductType as d, type ConnectedModifierChoiceValueOneOf as d$, type DecorationDataOneOf as d0, type AnchorData as d1, type ColorData as d2, type LinkData as d3, type MentionData as d4, type FontSizeData as d5, type SpoilerData as d6, type FontFamilyData as d7, type AppEmbedData as d8, type AppEmbedDataAppDataOneOf as d9, type BackgroundImage as dA, type LayoutCellData as dB, type Metadata as dC, type DocumentStyle as dD, type TextNodeStyle as dE, type Media as dF, type ProductMedia as dG, type ProductMediaSetByOneOf as dH, type ProductMediaMediaOneOf as dI, type VideoResolution as dJ, type Thumbnail as dK, type MediaItemsInfo as dL, type SeoSchema as dM, type Keyword as dN, type Tag as dO, type Settings as dP, type ConnectedOption as dQ, type ConnectedOptionOptionSettingsOneOf as dR, type ChoicesSettings as dS, type ConnectedOptionChoice as dT, type ConnectedOptionChoiceValueOneOf as dU, type MultipleColors as dV, type ConnectedModifier as dW, type ConnectedModifierModifierSettingsOneOf as dX, type FreeTextSettings as dY, type ModifierChoicesSettings as dZ, type ConnectedModifierChoice as d_, type BookingData as da, type EventData as db, type ButtonStyles as dc, type ImageStyles as dd, type RibbonStyles as de, type CardStyles as df, type PricingData as dg, type VideoData as dh, type PlaybackOptions as di, type EmbedData as dj, type Oembed as dk, type CollapsibleListData as dl, type TableData as dm, type Dimensions as dn, type TableCellData as dp, type CellStyle as dq, type BorderColors as dr, type BorderWidths as ds, type ListValue as dt, type AudioData as du, type OrderedListData as dv, type BulletedListData as dw, type BlockquoteData as dx, type CaptionData as dy, type LayoutData as dz, SortOrder as e, type V3ProductTypeWithLiterals as e$, type Brand as e0, type InfoSection as e1, type Ribbon as e2, type ProductCategoriesInfo as e3, type ProductCategory as e4, type ProductCategoryIdsInfo as e5, type PriceRange as e6, type FixedMonetaryAmount as e7, type Inventory as e8, type PhysicalProperties as e9, type Subscription as eA, type SubscriptionCyclesOneOf as eB, type SubscriptionDiscount as eC, type SubscriptionDiscountDiscountOneOf as eD, type VariantSummary as eE, type MinVariantPriceInfo as eF, type MigrateProductVariantsResponse as eG, type RecoverProductVariantsRequest as eH, type RecoverProductVariantsResponse as eI, type DomainEvent as eJ, type DomainEventBodyOneOf as eK, type EntityCreatedEvent as eL, type RestoreInfo as eM, type EntityUpdatedEvent as eN, type EntityDeletedEvent as eO, type ActionEvent as eP, type Empty as eQ, type MessageEnvelope as eR, type IdentificationData as eS, type IdentificationDataIdOneOf as eT, type AccountInfo as eU, type VariantsQueryResult as eV, type ReadOnlyVariantQuerySpec as eW, type ReadOnlyVariantSearchSpec as eX, type ProductMediaMediaTypeWithLiterals as eY, type MeasurementUnitWithLiterals as eZ, type SecuredMediaFileTypeWithLiterals as e_, type PricePerUnitSettings as ea, type WeightRange as eb, type PricePerUnitRange as ec, type PricePerUnitRangePricePerUnit as ed, type WeightMeasurementUnitInfo as ee, type BreadcrumbsInfo as ef, type BreadCrumb as eg, type VariantsInfo as eh, type Variant as ei, type VariantTypedPropertiesOneOf as ej, type OptionChoice as ek, type OptionChoiceIds as el, type OptionChoiceNames as em, type PriceInfo as en, type RevenueDetails as eo, type VariantPhysicalProperties as ep, type PricePerUnit as eq, type VariantDigitalProperties as er, type SecuredMedia as es, type SubscriptionPricesInfo as et, type SubscriptionPrice as eu, type SubscriptionPricePerUnit as ev, type InventoryStatus as ew, type PurchaseEligibility as ex, type ExtendedFields as ey, type SubscriptionDetails as ez, RequestedFields as f, type MediaTypeWithLiterals as f$, type WeightUnitWithLiterals as f0, type InternalRowStateWithLiterals as f1, type SortOrderWithLiterals as f2, type RequestedFieldsWithLiterals as f3, type SortTypeWithLiterals as f4, type SortDirectionWithLiterals as f5, type MissingValuesWithLiterals as f6, type ScalarTypeWithLiterals as f7, type NestedAggregationTypeWithLiterals as f8, type IntervalWithLiterals as f9, type SourceWithLiterals as fA, type StylesPositionWithLiterals as fB, type MapTypeWithLiterals as fC, type ViewRoleWithLiterals as fD, type VoteRoleWithLiterals as fE, type PollLayoutTypeWithLiterals as fF, type PollLayoutDirectionWithLiterals as fG, type BackgroundTypeWithLiterals as fH, type DecorationTypeWithLiterals as fI, type FontTypeWithLiterals as fJ, type PositionWithLiterals as fK, type AspectRatioWithLiterals as fL, type ResizingWithLiterals as fM, type PlacementWithLiterals as fN, type TypeWithLiterals as fO, type AlignmentWithLiterals as fP, type LayoutWithLiterals as fQ, type AppTypeWithLiterals as fR, type InitialExpandedItemsWithLiterals as fS, type DirectionWithLiterals as fT, type VerticalAlignmentWithLiterals as fU, type NullValueWithLiterals as fV, type ScalingWithLiterals as fW, type ImagePositionWithLiterals as fX, type VerticalAlignmentAlignmentWithLiterals as fY, type ResponsivenessBehaviourWithLiterals as fZ, type DesignTargetWithLiterals as f_, type AggregationTypeWithLiterals as fa, type ModeWithLiterals as fb, type CommonSortOrderWithLiterals as fc, type ValueAggregationSortTypeWithLiterals as fd, type ValueAggregationSortDirectionWithLiterals as fe, type ValueAggregationMissingValuesWithLiterals as ff, type CommonScalarTypeWithLiterals as fg, type NestedAggregationNestedAggregationTypeWithLiterals as fh, type DateHistogramAggregationIntervalWithLiterals as fi, type CommonAggregationTypeWithLiterals as fj, type SearchDetailsModeWithLiterals as fk, type NodeTypeWithLiterals as fl, type WidthTypeWithLiterals as fm, type PluginContainerDataAlignmentWithLiterals as fn, type ButtonDataTypeWithLiterals as fo, type TargetWithLiterals as fp, type TextAlignmentWithLiterals as fq, type LineStyleWithLiterals as fr, type WidthWithLiterals as fs, type DividerDataAlignmentWithLiterals as ft, type ViewModeWithLiterals as fu, type LayoutTypeWithLiterals as fv, type OrientationWithLiterals as fw, type CropWithLiterals as fx, type ThumbnailsAlignmentWithLiterals as fy, type GIFTypeWithLiterals as fz, SortType as g, type ProductOptionRenderTypeWithLiterals as g0, type ChoiceTypeWithLiterals as g1, type ModifierRenderTypeWithLiterals as g2, type AvailabilityStatusWithLiterals as g3, type PreorderStatusWithLiterals as g4, type ProductPreorderAvailabilityWithLiterals as g5, type ProductTypeWithLiterals as g6, type FileTypeWithLiterals as g7, type UserCriteriaWithLiterals as g8, type SubscriptionFrequencyWithLiterals as g9, type DiscountTypeWithLiterals as ga, type WebhookIdentityTypeWithLiterals as gb, type CommonQueryWithEntityContext as gc, type CommonSearchWithEntityContext as gd, queryVariants as ge, SortDirection as h, MissingValues as i, ScalarType as j, Interval as k, Mode as l, ValueAggregationSortType as m, ValueAggregationSortDirection as n, ValueAggregationMissingValues as o, CommonScalarType as p, NestedAggregationNestedAggregationType as q, CommonAggregationType as r, SearchDetailsMode as s, typedQueryVariants as t, NodeType as u, WidthType as v, PluginContainerDataAlignment as w, TextAlignment as x, Width as y, DividerDataAlignment as z };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { HttpClient, NonNullablePaths, MaybeContext, BuildRESTFunction } from '@wix/sdk-types';
|
|
2
|
-
import { R as ReadOnlyVariantSearch, S as SearchVariantsOptions, a as SearchVariantsResponse, b as ReadOnlyVariantQuery, Q as QueryVariantsOptions, t as typedQueryVariants, V as VariantsQueryBuilder } from './stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal-
|
|
3
|
-
export { eS as AccountInfo, eN as ActionEvent, b6 as Aggregation, bj as AggregationData, bQ as AggregationDateHistogramAggregation, b7 as AggregationKindOneOf, bT as AggregationNestedAggregation, bO as AggregationRangeAggregation, bC as AggregationResults, bD as AggregationResultsResultOneOf, bq as AggregationResultsScalarResult, bP as AggregationScalarAggregation, A as AggregationType, f8 as AggregationTypeWithLiterals, bM as AggregationValueAggregation, bN as AggregationValueAggregationOptionsOneOf, a8 as Alignment, fN as AlignmentWithLiterals, d0 as AnchorData, d7 as AppEmbedData, d8 as AppEmbedDataAppDataOneOf, aa as AppType, fP as AppTypeWithLiterals, a4 as AspectRatio, fJ as AspectRatioWithLiterals, dt as AudioData, ao as AvailabilityStatus, g1 as AvailabilityStatusWithLiterals, cS as Background, cT as BackgroundBackgroundOneOf, dz as BackgroundImage, a0 as BackgroundType, fF as BackgroundTypeWithLiterals, dw as BlockquoteData, d9 as BookingData, c6 as Border, dq as BorderColors, dr as BorderWidths, d$ as Brand, ef as BreadCrumb, ee as BreadcrumbsInfo, dv as BulletedListData, c5 as ButtonData, B as ButtonDataType, fm as ButtonDataTypeWithLiterals, db as ButtonStyles, dx as CaptionData, de as CardStyles, dp as CellStyle, am as ChoiceType, f$ as ChoiceTypeWithLiterals, dR as ChoicesSettings, ch as CodeBlockData, dk as CollapsibleListData, d1 as ColorData, c7 as Colors, bI as CommonAggregation, bJ as CommonAggregationKindOneOf, r as CommonAggregationType, fh as CommonAggregationTypeWithLiterals, g9 as CommonQueryWithEntityContext, p as CommonScalarType, fe as CommonScalarTypeWithLiterals, bW as CommonSearchDetails, ga as CommonSearchWithEntityContext, C as CommonSortOrder, fa as CommonSortOrderWithLiterals, bH as CommonSorting, aH as CommonVideoResolution, dV as ConnectedModifier, dZ as ConnectedModifierChoice, d_ as ConnectedModifierChoiceValueOneOf, dW as ConnectedModifierModifierSettingsOneOf, dP as ConnectedOption, dS as ConnectedOptionChoice, dT as ConnectedOptionChoiceValueOneOf, dQ as ConnectedOptionOptionSettingsOneOf, G as Crop, fv as CropWithLiterals, a$ as CursorPaging, b1 as CursorPagingMetadata, aY as CursorQuery, aZ as CursorQueryPagingMethodOneOf, b4 as CursorSearch, b5 as CursorSearchPagingMethodOneOf, b2 as Cursors, be as DateHistogramAggregation, D as DateHistogramAggregationInterval, fg as DateHistogramAggregationIntervalWithLiterals, by as DateHistogramResult, bA as DateHistogramResults, c_ as Decoration, c$ as DecorationDataOneOf, a1 as DecorationType, fG as DecorationTypeWithLiterals, bE as DeprecatedSearchVariantsWithOffsetRequest, bY as DeprecatedSearchVariantsWithOffsetResponse, cY as Design, aj as DesignTarget, fY as DesignTargetWithLiterals, dm as Dimensions, ac as Direction, fR as DirectionWithLiterals, au as DiscountType, g7 as DiscountTypeWithLiterals, cj as DividerData, z as DividerDataAlignment, fr as DividerDataAlignmentWithLiterals, dC as DocumentStyle, eH as DomainEvent, eI as DomainEventBodyOneOf, di as EmbedData, eO as Empty, eJ as EntityCreatedEvent, eM as EntityDeletedEvent, eL as EntityUpdatedEvent, da as EventData, ew as ExtendedFields, ck as FileData, cl as FileSource, cm as FileSourceDataOneOf, as as FileType, g5 as FileTypeWithLiterals, e6 as FixedMonetaryAmount, d6 as FontFamilyData, d4 as FontSizeData, a2 as FontType, fH as FontTypeWithLiterals, dX as FreeTextSettings, cz as GIF, cy as GIFData, J as GIFType, fx as GIFTypeWithLiterals, co as GalleryData, cu as GalleryOptions, cv as GalleryOptionsLayout, cR as Gradient, bU as GroupByAggregation, bV as GroupByAggregationKindOneOf, bz as GroupByValueResults, cB as HTMLData, cC as HTMLDataDataOneOf, cA as HeadingData, cc as Height, eQ as IdentificationData, eR as IdentificationDataIdOneOf, cq as Image, cD as ImageData, cF as ImageDataStyles, ag as ImagePosition, fV as ImagePositionWithLiterals, dc as ImageStyles, b9 as IncludeMissingValuesOptions, e0 as InfoSection, ab as InitialExpandedItems, fQ as InitialExpandedItemsWithLiterals, aW as InternalMetadata, I as InternalRowState, e$ as InternalRowStateWithLiterals, k as Interval, f7 as IntervalWithLiterals, e7 as Inventory, ev as InventoryStatus, cs as Item, ct as ItemDataOneOf, cw as ItemStyle, dM as Keyword, a9 as Layout, dA as LayoutCellData, dy as LayoutData, F as LayoutType, ft as LayoutTypeWithLiterals, fO as LayoutWithLiterals, L as LineStyle, fp as LineStyleWithLiterals, ce as Link, d2 as LinkData, cf as LinkDataOneOf, cG as LinkPreviewData, cH as LinkPreviewDataStyles, ds as ListValue, cI as MapData, cJ as MapSettings, X as MapType, fA as MapTypeWithLiterals, M as MeasurementUnit, eX as MeasurementUnitWithLiterals, dE as Media, dK as MediaItemsInfo, ak as MediaType, fZ as MediaTypeWithLiterals, d3 as MentionData, eP as MessageEnvelope, dB as Metadata, b_ as MigrateProductVariantsRequest, eE as MigrateProductVariantsResponse, eD as MinVariantPriceInfo, i as MissingValues, f4 as MissingValuesWithLiterals, l as Mode, f9 as ModeWithLiterals, dY as ModifierChoicesSettings, an as ModifierRenderType, g0 as ModifierRenderTypeWithLiterals, dU as MultipleColors, bh as NestedAggregation, bf as NestedAggregationItem, bg as NestedAggregationItemKindOneOf, bR as NestedAggregationNestedAggregationItem, bS as NestedAggregationNestedAggregationItemKindOneOf, q as NestedAggregationNestedAggregationType, ff as NestedAggregationNestedAggregationTypeWithLiterals, bm as NestedAggregationResults, bn as NestedAggregationResultsResultOneOf, N as NestedAggregationType, f6 as NestedAggregationTypeWithLiterals, bv as NestedResultValue, bw as NestedResultValueResultOneOf, bB as NestedResults, br as NestedValueAggregationResult, c2 as Node, c3 as NodeDataOneOf, c4 as NodeStyle, u as NodeType, fj as NodeTypeWithLiterals, ae as NullValue, fT as NullValueWithLiterals, dj as Oembed, cN as Option, ej as OptionChoice, ek as OptionChoiceIds, el as OptionChoiceNames, cV as OptionDesign, cQ as OptionLayout, du as OrderedListData, O as Orientation, fu as OrientationWithLiterals, cn as PDFSettings, bZ as PagingMetadata, cK as ParagraphData, cM as Permissions, e8 as PhysicalProperties, a6 as Placement, fL as PlacementWithLiterals, bF as PlatformOffsetSearch, bG as PlatformOffsetSearchPagingMethodOneOf, bX as PlatformPaging, dh as PlaybackOptions, c8 as PluginContainerData, w as PluginContainerDataAlignment, fl as PluginContainerDataAlignmentWithLiterals, c9 as PluginContainerDataWidth, ca as PluginContainerDataWidthDataOneOf, cW as Poll, cL as PollData, cX as PollDataLayout, cU as PollDesign, cP as PollLayout, $ as PollLayoutDirection, fE as PollLayoutDirectionWithLiterals, _ as PollLayoutType, fD as PollLayoutTypeWithLiterals, cO as PollSettings, a3 as Position, fI as PositionWithLiterals, ap as PreorderStatus, g2 as PreorderStatusWithLiterals, em as PriceInfo, ep as PricePerUnit, eb as PricePerUnitRange, ec as PricePerUnitRangePricePerUnit, e9 as PricePerUnitSettings, e5 as PriceRange, df as PricingData, b$ as Product, e2 as ProductCategoriesInfo, e3 as ProductCategory, e4 as ProductCategoryIdsInfo, aS as ProductFields, aT as ProductFieldsTypedPropertiesOneOf, dF as ProductMedia, dH as ProductMediaMediaOneOf, P as ProductMediaMediaType, eW as ProductMediaMediaTypeWithLiterals, dG as ProductMediaSetByOneOf, al as ProductOptionRenderType, f_ as ProductOptionRenderTypeWithLiterals, aq as ProductPreorderAvailability, g3 as ProductPreorderAvailabilityWithLiterals, ar as ProductType, g4 as ProductTypeWithLiterals, c0 as ProductTypedPropertiesOneOf, aX as QueryVariantsRequest, b0 as QueryVariantsResponse, bc as RangeAggregation, bK as RangeAggregationRangeBucket, bl as RangeAggregationResult, b8 as RangeBucket, bt as RangeResult, bp as RangeResults, aw as ReadOnlyVariant, eU as ReadOnlyVariantQuerySpec, eV as ReadOnlyVariantSearchSpec, ax as ReadOnlyVariantTypedPropertiesOneOf, eF as RecoverProductVariantsRequest, eG as RecoverProductVariantsResponse, cg as Rel, f as RequestedFields, f1 as RequestedFieldsWithLiterals, a5 as Resizing, fK as ResizingWithLiterals, ai as ResponsivenessBehaviour, fX as ResponsivenessBehaviourWithLiterals, eK as RestoreInfo, bx as Results, en as RevenueDetails, e1 as Ribbon, dd as RibbonStyles, c1 as RichContent, bd as ScalarAggregation, bu as ScalarResult, j as ScalarType, f5 as ScalarTypeWithLiterals, af as Scaling, fU as ScalingWithLiterals, bi as SearchDetails, s as SearchDetailsMode, fi as SearchDetailsModeWithLiterals, b3 as SearchVariantsRequest, er as SecuredMedia, c as SecuredMediaFileType, eY as SecuredMediaFileTypeWithLiterals, dL as SeoSchema, dO as Settings, h as SortDirection, f3 as SortDirectionWithLiterals, e as SortOrder, f0 as SortOrderWithLiterals, g as SortType, f2 as SortTypeWithLiterals, a_ as Sorting, K as Source, fy as SourceWithLiterals, cb as Spoiler, d5 as SpoilerData, cd as Styles, cE as StylesBorder, U as StylesPosition, fz as StylesPositionWithLiterals, ey as Subscription, ez as SubscriptionCyclesOneOf, ex as SubscriptionDetails, eA as SubscriptionDiscount, eB as SubscriptionDiscountDiscountOneOf, at as SubscriptionFrequency, g6 as SubscriptionFrequencyWithLiterals, et as SubscriptionPrice, eu as SubscriptionPricePerUnit, es as SubscriptionPricesInfo, dn as TableCellData, dl as TableData, dN as Tag, T as Target, fn as TargetWithLiterals, x as TextAlignment, fo as TextAlignmentWithLiterals, cZ as TextData, dD as TextNodeStyle, ci as TextStyle, dJ as Thumbnail, cx as Thumbnails, H as ThumbnailsAlignment, fw as ThumbnailsAlignmentWithLiterals, a7 as Type, fM as TypeWithLiterals, cp as V1Media, aC as V3FixedMonetaryAmount, aR as V3InventoryStatus, ay as V3OptionChoice, az as V3OptionChoiceIds, aA as V3OptionChoiceNames, aU as V3PhysicalProperties, aB as V3PriceInfo, aK as V3PricePerUnit, aL as V3PricePerUnitSettings, aE as V3ProductMedia, aG as V3ProductMediaMediaOneOf, aF as V3ProductMediaSetByOneOf, d as V3ProductType, eZ as V3ProductTypeWithLiterals, aD as V3RevenueDetails, aN as V3SecuredMedia, aP as V3SubscriptionPrice, aQ as V3SubscriptionPricePerUnit, aO as V3SubscriptionPricesInfo, aI as V3Thumbnail, aM as V3VariantDigitalProperties, aJ as V3VariantPhysicalProperties, aV as V3WeightMeasurementUnitInfo, ba as ValueAggregation, bL as ValueAggregationIncludeMissingValuesOptions, o as ValueAggregationMissingValues, fd as ValueAggregationMissingValuesWithLiterals, bb as ValueAggregationOptionsOneOf, bk as ValueAggregationResult, n as ValueAggregationSortDirection, fc as ValueAggregationSortDirectionWithLiterals, m as ValueAggregationSortType, fb as ValueAggregationSortTypeWithLiterals, bs as ValueResult, bo as ValueResults, eh as Variant, eq as VariantDigitalProperties, eo as VariantPhysicalProperties, eC as VariantSummary, ei as VariantTypedPropertiesOneOf, eg as VariantsInfo, eT as VariantsQueryResult, ad as VerticalAlignment, ah as VerticalAlignmentAlignment, fW as VerticalAlignmentAlignmentWithLiterals, fS as VerticalAlignmentWithLiterals, cr as Video, dg as VideoData, dI as VideoResolution, E as ViewMode, fs as ViewModeWithLiterals, Y as ViewRole, fB as ViewRoleWithLiterals, Z as VoteRole, fC as VoteRoleWithLiterals, av as WebhookIdentityType, g8 as WebhookIdentityTypeWithLiterals, ed as WeightMeasurementUnitInfo, ea as WeightRange, W as WeightUnit, e_ as WeightUnitWithLiterals, y as Width, v as WidthType, fk as WidthTypeWithLiterals, fq as WidthWithLiterals } from './stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal-MJmcYUBb.mjs';
|
|
2
|
+
import { R as ReadOnlyVariantSearch, S as SearchVariantsOptions, a as SearchVariantsResponse, b as ReadOnlyVariantQuery, Q as QueryVariantsOptions, t as typedQueryVariants, V as VariantsQueryBuilder } from './stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal-5ZW_0wXp.mjs';
|
|
3
|
+
export { eU as AccountInfo, eP as ActionEvent, b7 as Aggregation, bk as AggregationData, bR as AggregationDateHistogramAggregation, b8 as AggregationKindOneOf, bU as AggregationNestedAggregation, bP as AggregationRangeAggregation, bD as AggregationResults, bE as AggregationResultsResultOneOf, br as AggregationResultsScalarResult, bQ as AggregationScalarAggregation, A as AggregationType, fa as AggregationTypeWithLiterals, bN as AggregationValueAggregation, bO as AggregationValueAggregationOptionsOneOf, a8 as Alignment, fP as AlignmentWithLiterals, d1 as AnchorData, d8 as AppEmbedData, d9 as AppEmbedDataAppDataOneOf, aa as AppType, fR as AppTypeWithLiterals, a4 as AspectRatio, fL as AspectRatioWithLiterals, du as AudioData, ao as AvailabilityStatus, g3 as AvailabilityStatusWithLiterals, cT as Background, cU as BackgroundBackgroundOneOf, dA as BackgroundImage, a0 as BackgroundType, fH as BackgroundTypeWithLiterals, dx as BlockquoteData, da as BookingData, c7 as Border, dr as BorderColors, ds as BorderWidths, e0 as Brand, eg as BreadCrumb, ef as BreadcrumbsInfo, dw as BulletedListData, c6 as ButtonData, B as ButtonDataType, fo as ButtonDataTypeWithLiterals, dc as ButtonStyles, dy as CaptionData, df as CardStyles, dq as CellStyle, am as ChoiceType, g1 as ChoiceTypeWithLiterals, dS as ChoicesSettings, ci as CodeBlockData, dl as CollapsibleListData, d2 as ColorData, c8 as Colors, bJ as CommonAggregation, bK as CommonAggregationKindOneOf, r as CommonAggregationType, fj as CommonAggregationTypeWithLiterals, gc as CommonQueryWithEntityContext, p as CommonScalarType, fg as CommonScalarTypeWithLiterals, bX as CommonSearchDetails, gd as CommonSearchWithEntityContext, C as CommonSortOrder, fc as CommonSortOrderWithLiterals, bI as CommonSorting, aI as CommonVideoResolution, dW as ConnectedModifier, d_ as ConnectedModifierChoice, d$ as ConnectedModifierChoiceValueOneOf, dX as ConnectedModifierModifierSettingsOneOf, dQ as ConnectedOption, dT as ConnectedOptionChoice, dU as ConnectedOptionChoiceValueOneOf, dR as ConnectedOptionOptionSettingsOneOf, G as Crop, fx as CropWithLiterals, b0 as CursorPaging, b2 as CursorPagingMetadata, aZ as CursorQuery, a_ as CursorQueryPagingMethodOneOf, b5 as CursorSearch, b6 as CursorSearchPagingMethodOneOf, b3 as Cursors, bf as DateHistogramAggregation, D as DateHistogramAggregationInterval, fi as DateHistogramAggregationIntervalWithLiterals, bz as DateHistogramResult, bB as DateHistogramResults, c$ as Decoration, d0 as DecorationDataOneOf, a1 as DecorationType, fI as DecorationTypeWithLiterals, bF as DeprecatedSearchVariantsWithOffsetRequest, bZ as DeprecatedSearchVariantsWithOffsetResponse, cZ as Design, aj as DesignTarget, f_ as DesignTargetWithLiterals, dn as Dimensions, ac as Direction, fT as DirectionWithLiterals, av as DiscountType, ga as DiscountTypeWithLiterals, ck as DividerData, z as DividerDataAlignment, ft as DividerDataAlignmentWithLiterals, dD as DocumentStyle, eJ as DomainEvent, eK as DomainEventBodyOneOf, dj as EmbedData, eQ as Empty, eL as EntityCreatedEvent, eO as EntityDeletedEvent, eN as EntityUpdatedEvent, db as EventData, ey as ExtendedFields, cl as FileData, cm as FileSource, cn as FileSourceDataOneOf, as as FileType, g7 as FileTypeWithLiterals, e7 as FixedMonetaryAmount, d7 as FontFamilyData, d5 as FontSizeData, a2 as FontType, fJ as FontTypeWithLiterals, dY as FreeTextSettings, cA as GIF, cz as GIFData, J as GIFType, fz as GIFTypeWithLiterals, cp as GalleryData, cv as GalleryOptions, cw as GalleryOptionsLayout, cS as Gradient, bV as GroupByAggregation, bW as GroupByAggregationKindOneOf, bA as GroupByValueResults, cC as HTMLData, cD as HTMLDataDataOneOf, cB as HeadingData, cd as Height, eS as IdentificationData, eT as IdentificationDataIdOneOf, cr as Image, cE as ImageData, cG as ImageDataStyles, ag as ImagePosition, fX as ImagePositionWithLiterals, dd as ImageStyles, ba as IncludeMissingValuesOptions, e1 as InfoSection, ab as InitialExpandedItems, fS as InitialExpandedItemsWithLiterals, aX as InternalMetadata, I as InternalRowState, f1 as InternalRowStateWithLiterals, k as Interval, f9 as IntervalWithLiterals, e8 as Inventory, ew as InventoryStatus, ct as Item, cu as ItemDataOneOf, cx as ItemStyle, dN as Keyword, a9 as Layout, dB as LayoutCellData, dz as LayoutData, F as LayoutType, fv as LayoutTypeWithLiterals, fQ as LayoutWithLiterals, L as LineStyle, fr as LineStyleWithLiterals, cf as Link, d3 as LinkData, cg as LinkDataOneOf, cH as LinkPreviewData, cI as LinkPreviewDataStyles, dt as ListValue, cJ as MapData, cK as MapSettings, X as MapType, fC as MapTypeWithLiterals, M as MeasurementUnit, eZ as MeasurementUnitWithLiterals, dF as Media, dL as MediaItemsInfo, ak as MediaType, f$ as MediaTypeWithLiterals, d4 as MentionData, eR as MessageEnvelope, dC as Metadata, b$ as MigrateProductVariantsRequest, eG as MigrateProductVariantsResponse, eF as MinVariantPriceInfo, i as MissingValues, f6 as MissingValuesWithLiterals, l as Mode, fb as ModeWithLiterals, dZ as ModifierChoicesSettings, an as ModifierRenderType, g2 as ModifierRenderTypeWithLiterals, dV as MultipleColors, bi as NestedAggregation, bg as NestedAggregationItem, bh as NestedAggregationItemKindOneOf, bS as NestedAggregationNestedAggregationItem, bT as NestedAggregationNestedAggregationItemKindOneOf, q as NestedAggregationNestedAggregationType, fh as NestedAggregationNestedAggregationTypeWithLiterals, bn as NestedAggregationResults, bo as NestedAggregationResultsResultOneOf, N as NestedAggregationType, f8 as NestedAggregationTypeWithLiterals, bw as NestedResultValue, bx as NestedResultValueResultOneOf, bC as NestedResults, bs as NestedValueAggregationResult, c3 as Node, c4 as NodeDataOneOf, c5 as NodeStyle, u as NodeType, fl as NodeTypeWithLiterals, ae as NullValue, fV as NullValueWithLiterals, dk as Oembed, cO as Option, ek as OptionChoice, el as OptionChoiceIds, em as OptionChoiceNames, cW as OptionDesign, cR as OptionLayout, dv as OrderedListData, O as Orientation, fw as OrientationWithLiterals, co as PDFSettings, b_ as PagingMetadata, cL as ParagraphData, cN as Permissions, e9 as PhysicalProperties, a6 as Placement, fN as PlacementWithLiterals, bG as PlatformOffsetSearch, bH as PlatformOffsetSearchPagingMethodOneOf, bY as PlatformPaging, di as PlaybackOptions, c9 as PluginContainerData, w as PluginContainerDataAlignment, fn as PluginContainerDataAlignmentWithLiterals, ca as PluginContainerDataWidth, cb as PluginContainerDataWidthDataOneOf, cX as Poll, cM as PollData, cY as PollDataLayout, cV as PollDesign, cQ as PollLayout, $ as PollLayoutDirection, fG as PollLayoutDirectionWithLiterals, _ as PollLayoutType, fF as PollLayoutTypeWithLiterals, cP as PollSettings, a3 as Position, fK as PositionWithLiterals, ap as PreorderStatus, g4 as PreorderStatusWithLiterals, en as PriceInfo, eq as PricePerUnit, ec as PricePerUnitRange, ed as PricePerUnitRangePricePerUnit, ea as PricePerUnitSettings, e6 as PriceRange, dg as PricingData, c0 as Product, e3 as ProductCategoriesInfo, e4 as ProductCategory, e5 as ProductCategoryIdsInfo, aT as ProductFields, aU as ProductFieldsTypedPropertiesOneOf, dG as ProductMedia, dI as ProductMediaMediaOneOf, P as ProductMediaMediaType, eY as ProductMediaMediaTypeWithLiterals, dH as ProductMediaSetByOneOf, al as ProductOptionRenderType, g0 as ProductOptionRenderTypeWithLiterals, aq as ProductPreorderAvailability, g5 as ProductPreorderAvailabilityWithLiterals, ar as ProductType, g6 as ProductTypeWithLiterals, c1 as ProductTypedPropertiesOneOf, ex as PurchaseEligibility, aY as QueryVariantsRequest, b1 as QueryVariantsResponse, bd as RangeAggregation, bL as RangeAggregationRangeBucket, bm as RangeAggregationResult, b9 as RangeBucket, bu as RangeResult, bq as RangeResults, ax as ReadOnlyVariant, eW as ReadOnlyVariantQuerySpec, eX as ReadOnlyVariantSearchSpec, ay as ReadOnlyVariantTypedPropertiesOneOf, eH as RecoverProductVariantsRequest, eI as RecoverProductVariantsResponse, ch as Rel, f as RequestedFields, f3 as RequestedFieldsWithLiterals, a5 as Resizing, fM as ResizingWithLiterals, ai as ResponsivenessBehaviour, fZ as ResponsivenessBehaviourWithLiterals, eM as RestoreInfo, by as Results, eo as RevenueDetails, e2 as Ribbon, de as RibbonStyles, c2 as RichContent, be as ScalarAggregation, bv as ScalarResult, j as ScalarType, f7 as ScalarTypeWithLiterals, af as Scaling, fW as ScalingWithLiterals, bj as SearchDetails, s as SearchDetailsMode, fk as SearchDetailsModeWithLiterals, b4 as SearchVariantsRequest, es as SecuredMedia, c as SecuredMediaFileType, e_ as SecuredMediaFileTypeWithLiterals, dM as SeoSchema, dP as Settings, h as SortDirection, f5 as SortDirectionWithLiterals, e as SortOrder, f2 as SortOrderWithLiterals, g as SortType, f4 as SortTypeWithLiterals, a$ as Sorting, K as Source, fA as SourceWithLiterals, cc as Spoiler, d6 as SpoilerData, ce as Styles, cF as StylesBorder, U as StylesPosition, fB as StylesPositionWithLiterals, eA as Subscription, eB as SubscriptionCyclesOneOf, ez as SubscriptionDetails, eC as SubscriptionDiscount, eD as SubscriptionDiscountDiscountOneOf, au as SubscriptionFrequency, g9 as SubscriptionFrequencyWithLiterals, eu as SubscriptionPrice, ev as SubscriptionPricePerUnit, et as SubscriptionPricesInfo, dp as TableCellData, dm as TableData, dO as Tag, T as Target, fp as TargetWithLiterals, x as TextAlignment, fq as TextAlignmentWithLiterals, c_ as TextData, dE as TextNodeStyle, cj as TextStyle, dK as Thumbnail, cy as Thumbnails, H as ThumbnailsAlignment, fy as ThumbnailsAlignmentWithLiterals, a7 as Type, fO as TypeWithLiterals, at as UserCriteria, g8 as UserCriteriaWithLiterals, cq as V1Media, aD as V3FixedMonetaryAmount, aS as V3InventoryStatus, az as V3OptionChoice, aA as V3OptionChoiceIds, aB as V3OptionChoiceNames, aV as V3PhysicalProperties, aC as V3PriceInfo, aL as V3PricePerUnit, aM as V3PricePerUnitSettings, aF as V3ProductMedia, aH as V3ProductMediaMediaOneOf, aG as V3ProductMediaSetByOneOf, d as V3ProductType, e$ as V3ProductTypeWithLiterals, aE as V3RevenueDetails, aO as V3SecuredMedia, aQ as V3SubscriptionPrice, aR as V3SubscriptionPricePerUnit, aP as V3SubscriptionPricesInfo, aJ as V3Thumbnail, aN as V3VariantDigitalProperties, aK as V3VariantPhysicalProperties, aW as V3WeightMeasurementUnitInfo, bb as ValueAggregation, bM as ValueAggregationIncludeMissingValuesOptions, o as ValueAggregationMissingValues, ff as ValueAggregationMissingValuesWithLiterals, bc as ValueAggregationOptionsOneOf, bl as ValueAggregationResult, n as ValueAggregationSortDirection, fe as ValueAggregationSortDirectionWithLiterals, m as ValueAggregationSortType, fd as ValueAggregationSortTypeWithLiterals, bt as ValueResult, bp as ValueResults, ei as Variant, er as VariantDigitalProperties, ep as VariantPhysicalProperties, eE as VariantSummary, ej as VariantTypedPropertiesOneOf, eh as VariantsInfo, eV as VariantsQueryResult, ad as VerticalAlignment, ah as VerticalAlignmentAlignment, fY as VerticalAlignmentAlignmentWithLiterals, fU as VerticalAlignmentWithLiterals, cs as Video, dh as VideoData, dJ as VideoResolution, E as ViewMode, fu as ViewModeWithLiterals, Y as ViewRole, fD as ViewRoleWithLiterals, Z as VoteRole, fE as VoteRoleWithLiterals, aw as WebhookIdentityType, gb as WebhookIdentityTypeWithLiterals, ee as WeightMeasurementUnitInfo, eb as WeightRange, W as WeightUnit, f0 as WeightUnitWithLiterals, y as Width, v as WidthType, fm as WidthTypeWithLiterals, fs as WidthWithLiterals } from './stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal-5ZW_0wXp.mjs';
|
|
4
4
|
|
|
5
5
|
declare function searchVariants$1(httpClient: HttpClient): SearchVariantsSignature;
|
|
6
6
|
interface SearchVariantsSignature {
|
|
@@ -729,6 +729,11 @@ var FileType = /* @__PURE__ */ ((FileType2) => {
|
|
|
729
729
|
FileType2["SECURE_ARCHIVE"] = "SECURE_ARCHIVE";
|
|
730
730
|
return FileType2;
|
|
731
731
|
})(FileType || {});
|
|
732
|
+
var UserCriteria = /* @__PURE__ */ ((UserCriteria2) => {
|
|
733
|
+
UserCriteria2["UNKNOWN_USER_CRITERIA"] = "UNKNOWN_USER_CRITERIA";
|
|
734
|
+
UserCriteria2["MEMBERS_ONLY"] = "MEMBERS_ONLY";
|
|
735
|
+
return UserCriteria2;
|
|
736
|
+
})(UserCriteria || {});
|
|
732
737
|
var SubscriptionFrequency = /* @__PURE__ */ ((SubscriptionFrequency2) => {
|
|
733
738
|
SubscriptionFrequency2["UNDEFINED"] = "UNDEFINED";
|
|
734
739
|
SubscriptionFrequency2["DAY"] = "DAY";
|
|
@@ -988,6 +993,7 @@ export {
|
|
|
988
993
|
TextAlignment,
|
|
989
994
|
ThumbnailsAlignment,
|
|
990
995
|
Type,
|
|
996
|
+
UserCriteria,
|
|
991
997
|
V3ProductType,
|
|
992
998
|
ValueAggregationMissingValues,
|
|
993
999
|
ValueAggregationSortDirection,
|