@wix/auto_sdk_stores_read-only-variants-v-3 1.0.14 → 1.0.16
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-CFBlj8M-.d.ts +4744 -0
- package/build/cjs/index.d.ts +2 -4739
- package/build/cjs/index.typings.d.ts +7 -0
- package/build/cjs/index.typings.js +913 -0
- package/build/cjs/index.typings.js.map +1 -0
- package/build/cjs/meta.d.ts +1 -1
- package/build/es/index-CFBlj8M-.d.mts +4744 -0
- package/build/es/index.d.mts +2 -4739
- package/build/es/index.typings.d.mts +7 -0
- package/build/es/index.typings.mjs +821 -0
- package/build/es/index.typings.mjs.map +1 -0
- package/build/es/meta.d.mts +1 -1
- package/build/internal/cjs/index.d.ts +2 -2
- package/build/internal/cjs/index.typings.d.ts +24 -0
- package/build/internal/cjs/index.typings.js +913 -0
- package/build/internal/cjs/index.typings.js.map +1 -0
- package/build/internal/cjs/meta.d.ts +1 -1
- package/build/internal/cjs/{stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal-Ba22Ko-1.d.ts → stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal-DmrKxIKF.d.ts} +20 -1
- package/build/internal/es/index.d.mts +2 -2
- package/build/internal/es/index.typings.d.mts +24 -0
- package/build/internal/es/index.typings.mjs +821 -0
- package/build/internal/es/index.typings.mjs.map +1 -0
- package/build/internal/es/meta.d.mts +1 -1
- package/build/internal/es/{stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal-Ba22Ko-1.d.mts → stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal-DmrKxIKF.d.mts} +20 -1
- package/package.json +3 -3
|
@@ -619,6 +619,8 @@ declare enum InternalRowState {
|
|
|
619
619
|
/** Variant is permanently deleted. */
|
|
620
620
|
PERMANENTLY_DELETED = "PERMANENTLY_DELETED"
|
|
621
621
|
}
|
|
622
|
+
/** @enumType */
|
|
623
|
+
type InternalRowStateWithLiterals = InternalRowState | 'UNKNOWN_ROW_STATE' | 'READY' | 'IN_PROCESS' | 'SOFT_DELETED' | 'PERMANENTLY_DELETED';
|
|
622
624
|
interface QueryVariantsRequest {
|
|
623
625
|
/** WQL expression. */
|
|
624
626
|
query?: CursorQuery;
|
|
@@ -3187,6 +3189,8 @@ declare enum NullValue {
|
|
|
3187
3189
|
/** Null value. */
|
|
3188
3190
|
NULL_VALUE = "NULL_VALUE"
|
|
3189
3191
|
}
|
|
3192
|
+
/** @enumType */
|
|
3193
|
+
type NullValueWithLiterals = NullValue | 'NULL_VALUE';
|
|
3190
3194
|
/**
|
|
3191
3195
|
* `ListValue` is a wrapper around a repeated field of values.
|
|
3192
3196
|
*
|
|
@@ -4597,6 +4601,21 @@ declare enum WebhookIdentityType {
|
|
|
4597
4601
|
}
|
|
4598
4602
|
/** @enumType */
|
|
4599
4603
|
type WebhookIdentityTypeWithLiterals = WebhookIdentityType | 'UNKNOWN' | 'ANONYMOUS_VISITOR' | 'MEMBER' | 'WIX_USER' | 'APP';
|
|
4604
|
+
/**
|
|
4605
|
+
* Retrieves a list of ReadOnlyVariants, given the provided [paging, filtering, and sorting][1].
|
|
4606
|
+
* Up to 1,000 ReadOnlyVariants can be returned per request.
|
|
4607
|
+
* To learn how to query ReadOnlyVariants, see [API Query Language][2].
|
|
4608
|
+
* [1]: https://dev.wix.com/api/rest/getting-started/sorting-and-paging
|
|
4609
|
+
* [2]: https://dev.wix.com/api/rest/getting-started/api-query-language
|
|
4610
|
+
* @internal
|
|
4611
|
+
* @documentationMaturity preview
|
|
4612
|
+
* @permissionId WIX_STORES.READ_ONLY_VARIANT_READ
|
|
4613
|
+
* @permissionId WIX_STORES.READ_ONLY_VARIANT_READ_HIDDEN
|
|
4614
|
+
* @applicableIdentity APP
|
|
4615
|
+
* @applicableIdentity VISITOR
|
|
4616
|
+
* @fqn com.wix.stores.catalog.product.variants.reader.api.v3.ProductVariantsReader.QueryVariants
|
|
4617
|
+
*/
|
|
4618
|
+
declare function queryVariants(options?: QueryVariantsOptions): VariantsQueryBuilder;
|
|
4600
4619
|
interface QueryVariantsOptions {
|
|
4601
4620
|
/**
|
|
4602
4621
|
* A list of requested fields to be included in the response.
|
|
@@ -4858,4 +4877,4 @@ type ReadOnlyVariantSearch = {
|
|
|
4858
4877
|
timeZone?: CommonSearchWithEntityContext['timeZone'] | null;
|
|
4859
4878
|
};
|
|
4860
4879
|
|
|
4861
|
-
export { DecorationType as $, AggregationType as A, LayoutType as B, CommonSortOrder as C, DateHistogramAggregationInterval as D, Crop as E, ThumbnailsAlignment as F, GIFType as G, Source as H, InternalRowState as I, Position 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, Type 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 ScalarAggregation as a$, FontType as a0, AppType as a1, InitialExpandedItems as a2, Direction as a3, VerticalAlignment as a4, NullValue as a5, MediaType as a6, ProductOptionRenderType as a7, ChoiceType as a8, ModifierRenderType as a9, type V3SubscriptionPricesInfo as aA, type V3SubscriptionPrice as aB, type V3SubscriptionPricePerUnit as aC, type V3InventoryStatus as aD, type ProductFields as aE, type ProductFieldsTypedPropertiesOneOf as aF, type V3PhysicalProperties as aG, type V3WeightMeasurementUnitInfo as aH, type InternalMetadata as aI, type QueryVariantsRequest as aJ, type CursorQuery as aK, type CursorQueryPagingMethodOneOf as aL, type Sorting as aM, type CursorPaging as aN, type QueryVariantsResponse as aO, type CursorPagingMetadata as aP, type Cursors as aQ, type SearchVariantsRequest as aR, type CursorSearch as aS, type CursorSearchPagingMethodOneOf as aT, type Aggregation as aU, type AggregationKindOneOf as aV, type RangeBucket as aW, type IncludeMissingValuesOptions as aX, type ValueAggregation as aY, type ValueAggregationOptionsOneOf as aZ, type RangeAggregation as a_, AvailabilityStatus as aa, PreorderStatus as ab, ProductPreorderAvailability as ac, ProductType as ad, FileType as ae, SubscriptionFrequency as af, DiscountType as ag, WebhookIdentityType as ah, type ReadOnlyVariant as ai, type ReadOnlyVariantTypedPropertiesOneOf as aj, type V3OptionChoice as ak, type V3OptionChoiceIds as al, type V3OptionChoiceNames as am, type V3PriceInfo as an, type V3FixedMonetaryAmount as ao, type V3RevenueDetails as ap, type V3ProductMedia as aq, type V3ProductMediaSetByOneOf as ar, type V3ProductMediaMediaOneOf as as, type CommonVideoResolution as at, type V3Thumbnail as au, type V3VariantPhysicalProperties as av, type V3PricePerUnit as aw, type V3PricePerUnitSettings as ax, type V3VariantDigitalProperties as ay, type V3SecuredMedia as az, SecuredMediaFileType as b, type Styles as b$, type DateHistogramAggregation as b0, type NestedAggregationItem as b1, type NestedAggregationItemKindOneOf as b2, type NestedAggregation as b3, type SearchDetails as b4, type AggregationData as b5, type ValueAggregationResult as b6, type RangeAggregationResult as b7, type NestedAggregationResults as b8, type NestedAggregationResultsResultOneOf as b9, type AggregationRangeAggregation as bA, type AggregationScalarAggregation as bB, type AggregationDateHistogramAggregation as bC, type NestedAggregationNestedAggregationItem as bD, type NestedAggregationNestedAggregationItemKindOneOf as bE, type AggregationNestedAggregation as bF, type GroupByAggregation as bG, type GroupByAggregationKindOneOf as bH, type CommonSearchDetails as bI, type PlatformPaging as bJ, type DeprecatedSearchVariantsWithOffsetResponse as bK, type PagingMetadata as bL, type MigrateProductVariantsRequest as bM, type Product as bN, type ProductTypedPropertiesOneOf as bO, type RichContent as bP, type Node as bQ, type NodeDataOneOf as bR, type NodeStyle as bS, type ButtonData as bT, type Border as bU, type Colors as bV, type PluginContainerData as bW, type PluginContainerDataWidth as bX, type PluginContainerDataWidthDataOneOf as bY, type Spoiler as bZ, type Height as b_, type ValueResults as ba, type RangeResults as bb, type AggregationResultsScalarResult as bc, type NestedValueAggregationResult as bd, type ValueResult as be, type RangeResult as bf, type ScalarResult as bg, type NestedResultValue as bh, type NestedResultValueResultOneOf as bi, type Results as bj, type DateHistogramResult as bk, type GroupByValueResults as bl, type DateHistogramResults as bm, type NestedResults as bn, type AggregationResults as bo, type AggregationResultsResultOneOf as bp, type DeprecatedSearchVariantsWithOffsetRequest as bq, type PlatformOffsetSearch as br, type PlatformOffsetSearchPagingMethodOneOf as bs, type CommonSorting as bt, type CommonAggregation as bu, type CommonAggregationKindOneOf as bv, type RangeAggregationRangeBucket as bw, type ValueAggregationIncludeMissingValuesOptions as bx, type AggregationValueAggregation as by, type AggregationValueAggregationOptionsOneOf as bz, V3ProductType as c, type Oembed as c$, type Link as c0, type LinkDataOneOf as c1, type Rel as c2, type CodeBlockData as c3, type TextStyle as c4, type DividerData as c5, type FileData as c6, type FileSource as c7, type FileSourceDataOneOf as c8, type PDFSettings as c9, type PollSettings as cA, type PollLayout as cB, type OptionLayout as cC, type Gradient as cD, type Background as cE, type BackgroundBackgroundOneOf as cF, type PollDesign as cG, type OptionDesign as cH, type Poll as cI, type PollDataLayout as cJ, type Design as cK, type TextData as cL, type Decoration as cM, type DecorationDataOneOf as cN, type AnchorData as cO, type ColorData as cP, type LinkData as cQ, type MentionData as cR, type FontSizeData as cS, type SpoilerData as cT, type AppEmbedData as cU, type AppEmbedDataAppDataOneOf as cV, type BookingData as cW, type EventData as cX, type VideoData as cY, type PlaybackOptions as cZ, type EmbedData as c_, type GalleryData as ca, type V1Media as cb, type Image as cc, type Video as cd, type Item as ce, type ItemDataOneOf as cf, type GalleryOptions as cg, type Layout as ch, type ItemStyle as ci, type Thumbnails as cj, type GIFData as ck, type GIF as cl, type HeadingData as cm, type HTMLData as cn, type HTMLDataDataOneOf as co, type ImageData as cp, type StylesBorder as cq, type ImageDataStyles as cr, type LinkPreviewData as cs, type LinkPreviewDataStyles as ct, type MapData as cu, type MapSettings as cv, type ParagraphData as cw, type PollData as cx, type Permissions as cy, type Option as cz, SortOrder as d, type PriceInfo as d$, type CollapsibleListData as d0, type TableData as d1, type Dimensions as d2, type TableCellData as d3, type CellStyle as d4, type BorderColors as d5, type ListValue as d6, type AudioData as d7, type OrderedListData as d8, type BulletedListData as d9, type FreeTextSettings as dA, type ModifierChoicesSettings as dB, type ConnectedModifierChoice as dC, type ConnectedModifierChoiceValueOneOf as dD, type Brand as dE, type InfoSection as dF, type Ribbon as dG, type ProductCategoriesInfo as dH, type ProductCategory as dI, type ProductCategoryIdsInfo as dJ, type PriceRange as dK, type FixedMonetaryAmount as dL, type Inventory as dM, type PhysicalProperties as dN, type PricePerUnitSettings as dO, type WeightRange as dP, type PricePerUnitRange as dQ, type PricePerUnitRangePricePerUnit as dR, type WeightMeasurementUnitInfo as dS, type BreadcrumbsInfo as dT, type BreadCrumb as dU, type VariantsInfo as dV, type Variant as dW, type VariantTypedPropertiesOneOf as dX, type OptionChoice as dY, type OptionChoiceIds as dZ, type OptionChoiceNames as d_, type BlockquoteData as da, type CaptionData as db, type LayoutCellData as dc, type Metadata as dd, type DocumentStyle as de, type TextNodeStyle as df, type Media as dg, type ProductMedia as dh, type ProductMediaSetByOneOf as di, type ProductMediaMediaOneOf as dj, type VideoResolution as dk, type Thumbnail as dl, type MediaItemsInfo as dm, type SeoSchema as dn, type Keyword as dp, type Tag as dq, type Settings as dr, type ConnectedOption as ds, type ConnectedOptionOptionSettingsOneOf as dt, type ChoicesSettings as du, type ConnectedOptionChoice as dv, type ConnectedOptionChoiceValueOneOf as dw, type MultipleColors as dx, type ConnectedModifier as dy, type ConnectedModifierModifierSettingsOneOf as dz, RequestedFields as e, type RevenueDetails as e0, type VariantPhysicalProperties as e1, type PricePerUnit as e2, type VariantDigitalProperties as e3, type SecuredMedia as e4, type SubscriptionPricesInfo as e5, type SubscriptionPrice as e6, type SubscriptionPricePerUnit as e7, type InventoryStatus as e8, type ExtendedFields as e9, type SubscriptionDetails as ea, type Subscription as eb, type SubscriptionCyclesOneOf as ec, type SubscriptionDiscount as ed, type SubscriptionDiscountDiscountOneOf as ee, type VariantSummary as ef, type MinVariantPriceInfo as eg, type MigrateProductVariantsResponse as eh, type RecoverProductVariantsRequest as ei, type RecoverProductVariantsResponse as ej, type DomainEvent as ek, type DomainEventBodyOneOf as el, type EntityCreatedEvent as em, type RestoreInfo as en, type EntityUpdatedEvent as eo, type EntityDeletedEvent as ep, type ActionEvent as eq, type Empty as er, type MessageEnvelope as es, type IdentificationData as et, type IdentificationDataIdOneOf as eu, type VariantsQueryResult as ev, type ReadOnlyVariantSearchSpec as ew, SortType as f, 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, Target as v, TextAlignment as w, Width as x, Alignment as y, ViewMode as z };
|
|
4880
|
+
export { DecorationType as $, AggregationType as A, LayoutType as B, CommonSortOrder as C, DateHistogramAggregationInterval as D, Crop as E, ThumbnailsAlignment as F, GIFType as G, Source as H, InternalRowState as I, Position 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, Type 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 ScalarAggregation as a$, FontType as a0, AppType as a1, InitialExpandedItems as a2, Direction as a3, VerticalAlignment as a4, NullValue as a5, MediaType as a6, ProductOptionRenderType as a7, ChoiceType as a8, ModifierRenderType as a9, type V3SubscriptionPricesInfo as aA, type V3SubscriptionPrice as aB, type V3SubscriptionPricePerUnit as aC, type V3InventoryStatus as aD, type ProductFields as aE, type ProductFieldsTypedPropertiesOneOf as aF, type V3PhysicalProperties as aG, type V3WeightMeasurementUnitInfo as aH, type InternalMetadata as aI, type QueryVariantsRequest as aJ, type CursorQuery as aK, type CursorQueryPagingMethodOneOf as aL, type Sorting as aM, type CursorPaging as aN, type QueryVariantsResponse as aO, type CursorPagingMetadata as aP, type Cursors as aQ, type SearchVariantsRequest as aR, type CursorSearch as aS, type CursorSearchPagingMethodOneOf as aT, type Aggregation as aU, type AggregationKindOneOf as aV, type RangeBucket as aW, type IncludeMissingValuesOptions as aX, type ValueAggregation as aY, type ValueAggregationOptionsOneOf as aZ, type RangeAggregation as a_, AvailabilityStatus as aa, PreorderStatus as ab, ProductPreorderAvailability as ac, ProductType as ad, FileType as ae, SubscriptionFrequency as af, DiscountType as ag, WebhookIdentityType as ah, type ReadOnlyVariant as ai, type ReadOnlyVariantTypedPropertiesOneOf as aj, type V3OptionChoice as ak, type V3OptionChoiceIds as al, type V3OptionChoiceNames as am, type V3PriceInfo as an, type V3FixedMonetaryAmount as ao, type V3RevenueDetails as ap, type V3ProductMedia as aq, type V3ProductMediaSetByOneOf as ar, type V3ProductMediaMediaOneOf as as, type CommonVideoResolution as at, type V3Thumbnail as au, type V3VariantPhysicalProperties as av, type V3PricePerUnit as aw, type V3PricePerUnitSettings as ax, type V3VariantDigitalProperties as ay, type V3SecuredMedia as az, SecuredMediaFileType as b, type Styles as b$, type DateHistogramAggregation as b0, type NestedAggregationItem as b1, type NestedAggregationItemKindOneOf as b2, type NestedAggregation as b3, type SearchDetails as b4, type AggregationData as b5, type ValueAggregationResult as b6, type RangeAggregationResult as b7, type NestedAggregationResults as b8, type NestedAggregationResultsResultOneOf as b9, type AggregationRangeAggregation as bA, type AggregationScalarAggregation as bB, type AggregationDateHistogramAggregation as bC, type NestedAggregationNestedAggregationItem as bD, type NestedAggregationNestedAggregationItemKindOneOf as bE, type AggregationNestedAggregation as bF, type GroupByAggregation as bG, type GroupByAggregationKindOneOf as bH, type CommonSearchDetails as bI, type PlatformPaging as bJ, type DeprecatedSearchVariantsWithOffsetResponse as bK, type PagingMetadata as bL, type MigrateProductVariantsRequest as bM, type Product as bN, type ProductTypedPropertiesOneOf as bO, type RichContent as bP, type Node as bQ, type NodeDataOneOf as bR, type NodeStyle as bS, type ButtonData as bT, type Border as bU, type Colors as bV, type PluginContainerData as bW, type PluginContainerDataWidth as bX, type PluginContainerDataWidthDataOneOf as bY, type Spoiler as bZ, type Height as b_, type ValueResults as ba, type RangeResults as bb, type AggregationResultsScalarResult as bc, type NestedValueAggregationResult as bd, type ValueResult as be, type RangeResult as bf, type ScalarResult as bg, type NestedResultValue as bh, type NestedResultValueResultOneOf as bi, type Results as bj, type DateHistogramResult as bk, type GroupByValueResults as bl, type DateHistogramResults as bm, type NestedResults as bn, type AggregationResults as bo, type AggregationResultsResultOneOf as bp, type DeprecatedSearchVariantsWithOffsetRequest as bq, type PlatformOffsetSearch as br, type PlatformOffsetSearchPagingMethodOneOf as bs, type CommonSorting as bt, type CommonAggregation as bu, type CommonAggregationKindOneOf as bv, type RangeAggregationRangeBucket as bw, type ValueAggregationIncludeMissingValuesOptions as bx, type AggregationValueAggregation as by, type AggregationValueAggregationOptionsOneOf as bz, V3ProductType as c, type Oembed as c$, type Link as c0, type LinkDataOneOf as c1, type Rel as c2, type CodeBlockData as c3, type TextStyle as c4, type DividerData as c5, type FileData as c6, type FileSource as c7, type FileSourceDataOneOf as c8, type PDFSettings as c9, type PollSettings as cA, type PollLayout as cB, type OptionLayout as cC, type Gradient as cD, type Background as cE, type BackgroundBackgroundOneOf as cF, type PollDesign as cG, type OptionDesign as cH, type Poll as cI, type PollDataLayout as cJ, type Design as cK, type TextData as cL, type Decoration as cM, type DecorationDataOneOf as cN, type AnchorData as cO, type ColorData as cP, type LinkData as cQ, type MentionData as cR, type FontSizeData as cS, type SpoilerData as cT, type AppEmbedData as cU, type AppEmbedDataAppDataOneOf as cV, type BookingData as cW, type EventData as cX, type VideoData as cY, type PlaybackOptions as cZ, type EmbedData as c_, type GalleryData as ca, type V1Media as cb, type Image as cc, type Video as cd, type Item as ce, type ItemDataOneOf as cf, type GalleryOptions as cg, type Layout as ch, type ItemStyle as ci, type Thumbnails as cj, type GIFData as ck, type GIF as cl, type HeadingData as cm, type HTMLData as cn, type HTMLDataDataOneOf as co, type ImageData as cp, type StylesBorder as cq, type ImageDataStyles as cr, type LinkPreviewData as cs, type LinkPreviewDataStyles as ct, type MapData as cu, type MapSettings as cv, type ParagraphData as cw, type PollData as cx, type Permissions as cy, type Option as cz, SortOrder as d, type PriceInfo as d$, type CollapsibleListData as d0, type TableData as d1, type Dimensions as d2, type TableCellData as d3, type CellStyle as d4, type BorderColors as d5, type ListValue as d6, type AudioData as d7, type OrderedListData as d8, type BulletedListData as d9, type FreeTextSettings as dA, type ModifierChoicesSettings as dB, type ConnectedModifierChoice as dC, type ConnectedModifierChoiceValueOneOf as dD, type Brand as dE, type InfoSection as dF, type Ribbon as dG, type ProductCategoriesInfo as dH, type ProductCategory as dI, type ProductCategoryIdsInfo as dJ, type PriceRange as dK, type FixedMonetaryAmount as dL, type Inventory as dM, type PhysicalProperties as dN, type PricePerUnitSettings as dO, type WeightRange as dP, type PricePerUnitRange as dQ, type PricePerUnitRangePricePerUnit as dR, type WeightMeasurementUnitInfo as dS, type BreadcrumbsInfo as dT, type BreadCrumb as dU, type VariantsInfo as dV, type Variant as dW, type VariantTypedPropertiesOneOf as dX, type OptionChoice as dY, type OptionChoiceIds as dZ, type OptionChoiceNames as d_, type BlockquoteData as da, type CaptionData as db, type LayoutCellData as dc, type Metadata as dd, type DocumentStyle as de, type TextNodeStyle as df, type Media as dg, type ProductMedia as dh, type ProductMediaSetByOneOf as di, type ProductMediaMediaOneOf as dj, type VideoResolution as dk, type Thumbnail as dl, type MediaItemsInfo as dm, type SeoSchema as dn, type Keyword as dp, type Tag as dq, type Settings as dr, type ConnectedOption as ds, type ConnectedOptionOptionSettingsOneOf as dt, type ChoicesSettings as du, type ConnectedOptionChoice as dv, type ConnectedOptionChoiceValueOneOf as dw, type MultipleColors as dx, type ConnectedModifier as dy, type ConnectedModifierModifierSettingsOneOf as dz, RequestedFields as e, type TextAlignmentWithLiterals as e$, type RevenueDetails as e0, type VariantPhysicalProperties as e1, type PricePerUnit as e2, type VariantDigitalProperties as e3, type SecuredMedia as e4, type SubscriptionPricesInfo as e5, type SubscriptionPrice as e6, type SubscriptionPricePerUnit as e7, type InventoryStatus as e8, type ExtendedFields as e9, type V3ProductTypeWithLiterals as eA, type WeightUnitWithLiterals as eB, type InternalRowStateWithLiterals as eC, type SortOrderWithLiterals as eD, type RequestedFieldsWithLiterals as eE, type SortTypeWithLiterals as eF, type SortDirectionWithLiterals as eG, type MissingValuesWithLiterals as eH, type ScalarTypeWithLiterals as eI, type NestedAggregationTypeWithLiterals as eJ, type IntervalWithLiterals as eK, type AggregationTypeWithLiterals as eL, type ModeWithLiterals as eM, type CommonSortOrderWithLiterals as eN, type ValueAggregationSortTypeWithLiterals as eO, type ValueAggregationSortDirectionWithLiterals as eP, type ValueAggregationMissingValuesWithLiterals as eQ, type CommonScalarTypeWithLiterals as eR, type NestedAggregationNestedAggregationTypeWithLiterals as eS, type DateHistogramAggregationIntervalWithLiterals as eT, type CommonAggregationTypeWithLiterals as eU, type SearchDetailsModeWithLiterals as eV, type NodeTypeWithLiterals as eW, type WidthTypeWithLiterals as eX, type PluginContainerDataAlignmentWithLiterals as eY, type TypeWithLiterals as eZ, type TargetWithLiterals as e_, type SubscriptionDetails as ea, type Subscription as eb, type SubscriptionCyclesOneOf as ec, type SubscriptionDiscount as ed, type SubscriptionDiscountDiscountOneOf as ee, type VariantSummary as ef, type MinVariantPriceInfo as eg, type MigrateProductVariantsResponse as eh, type RecoverProductVariantsRequest as ei, type RecoverProductVariantsResponse as ej, type DomainEvent as ek, type DomainEventBodyOneOf as el, type EntityCreatedEvent as em, type RestoreInfo as en, type EntityUpdatedEvent as eo, type EntityDeletedEvent as ep, type ActionEvent as eq, type Empty as er, type MessageEnvelope as es, type IdentificationData as et, type IdentificationDataIdOneOf as eu, type VariantsQueryResult as ev, type ReadOnlyVariantSearchSpec as ew, type ProductMediaMediaTypeWithLiterals as ex, type MeasurementUnitWithLiterals as ey, type SecuredMediaFileTypeWithLiterals as ez, SortType as f, type LineStyleWithLiterals as f0, type WidthWithLiterals as f1, type AlignmentWithLiterals as f2, type ViewModeWithLiterals as f3, type LayoutTypeWithLiterals as f4, type OrientationWithLiterals as f5, type CropWithLiterals as f6, type ThumbnailsAlignmentWithLiterals as f7, type GIFTypeWithLiterals as f8, type SourceWithLiterals as f9, queryVariants as fA, type CommonSearchWithEntityContext as fB, type PositionWithLiterals as fa, type MapTypeWithLiterals as fb, type ViewRoleWithLiterals as fc, type VoteRoleWithLiterals as fd, type PollLayoutTypeWithLiterals as fe, type PollLayoutDirectionWithLiterals as ff, type BackgroundTypeWithLiterals as fg, type DecorationTypeWithLiterals as fh, type FontTypeWithLiterals as fi, type AppTypeWithLiterals as fj, type InitialExpandedItemsWithLiterals as fk, type DirectionWithLiterals as fl, type VerticalAlignmentWithLiterals as fm, type NullValueWithLiterals as fn, type MediaTypeWithLiterals as fo, type ProductOptionRenderTypeWithLiterals as fp, type ChoiceTypeWithLiterals as fq, type ModifierRenderTypeWithLiterals as fr, type AvailabilityStatusWithLiterals as fs, type PreorderStatusWithLiterals as ft, type ProductPreorderAvailabilityWithLiterals as fu, type ProductTypeWithLiterals as fv, type FileTypeWithLiterals as fw, type SubscriptionFrequencyWithLiterals as fx, type DiscountTypeWithLiterals as fy, type WebhookIdentityTypeWithLiterals 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, Target as v, TextAlignment as w, Width as x, Alignment as y, ViewMode as z };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { HttpClient, 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-
|
|
3
|
-
export { eq as ActionEvent, aU as Aggregation, b5 as AggregationData, bC as AggregationDateHistogramAggregation, aV as AggregationKindOneOf, bF as AggregationNestedAggregation, bA as AggregationRangeAggregation, bo as AggregationResults, bp as AggregationResultsResultOneOf, bc as AggregationResultsScalarResult, bB as AggregationScalarAggregation, A as AggregationType, by as AggregationValueAggregation, bz as AggregationValueAggregationOptionsOneOf, y as Alignment, cO as AnchorData, cU as AppEmbedData, cV as AppEmbedDataAppDataOneOf, a1 as AppType, d7 as AudioData, aa as AvailabilityStatus, cE as Background, cF as BackgroundBackgroundOneOf, _ as BackgroundType, da as BlockquoteData, cW as BookingData, bU as Border, d5 as BorderColors, dE as Brand, dU as BreadCrumb, dT as BreadcrumbsInfo, d9 as BulletedListData, bT as ButtonData, db as CaptionData, d4 as CellStyle, a8 as ChoiceType, du as ChoicesSettings, c3 as CodeBlockData, d0 as CollapsibleListData, cP as ColorData, bV as Colors, bu as CommonAggregation, bv as CommonAggregationKindOneOf, q as CommonAggregationType, o as CommonScalarType, bI as CommonSearchDetails, C as CommonSortOrder, bt as CommonSorting, at as CommonVideoResolution, dy as ConnectedModifier, dC as ConnectedModifierChoice, dD as ConnectedModifierChoiceValueOneOf, dz as ConnectedModifierModifierSettingsOneOf, ds as ConnectedOption, dv as ConnectedOptionChoice, dw as ConnectedOptionChoiceValueOneOf, dt as ConnectedOptionOptionSettingsOneOf, E as Crop, aN as CursorPaging, aP as CursorPagingMetadata, aK as CursorQuery, aL as CursorQueryPagingMethodOneOf, aS as CursorSearch, aT as CursorSearchPagingMethodOneOf, aQ as Cursors, b0 as DateHistogramAggregation, D as DateHistogramAggregationInterval, bk as DateHistogramResult, bm as DateHistogramResults, cM as Decoration, cN as DecorationDataOneOf, $ as DecorationType, bq as DeprecatedSearchVariantsWithOffsetRequest, bK as DeprecatedSearchVariantsWithOffsetResponse, cK as Design, d2 as Dimensions, a3 as Direction, ag as DiscountType, c5 as DividerData, de as DocumentStyle, ek as DomainEvent, el as DomainEventBodyOneOf, c_ as EmbedData, er as Empty, em as EntityCreatedEvent, ep as EntityDeletedEvent, eo as EntityUpdatedEvent, cX as EventData, e9 as ExtendedFields, c6 as FileData, c7 as FileSource, c8 as FileSourceDataOneOf, ae as FileType, dL as FixedMonetaryAmount, cS as FontSizeData, a0 as FontType, dA as FreeTextSettings, cl as GIF, ck as GIFData, G as GIFType, ca as GalleryData, cg as GalleryOptions, cD as Gradient, bG as GroupByAggregation, bH as GroupByAggregationKindOneOf, bl as GroupByValueResults, cn as HTMLData, co as HTMLDataDataOneOf, cm as HeadingData, b_ as Height, et as IdentificationData, eu as IdentificationDataIdOneOf, cc as Image, cp as ImageData, cr as ImageDataStyles, aX as IncludeMissingValuesOptions, dF as InfoSection, a2 as InitialExpandedItems, aI as InternalMetadata, I as InternalRowState, j as Interval, dM as Inventory, e8 as InventoryStatus, ce as Item, cf as ItemDataOneOf, ci as ItemStyle, dp as Keyword, ch as Layout, dc as LayoutCellData, B as LayoutType, L as LineStyle, c0 as Link, cQ as LinkData, c1 as LinkDataOneOf, cs as LinkPreviewData, ct as LinkPreviewDataStyles, d6 as ListValue, cu as MapData, cv as MapSettings, K as MapType, M as MeasurementUnit, dg as Media, dm as MediaItemsInfo, a6 as MediaType, cR as MentionData, es as MessageEnvelope, dd as Metadata, bM as MigrateProductVariantsRequest, eh as MigrateProductVariantsResponse, eg as MinVariantPriceInfo, h as MissingValues, k as Mode, dB as ModifierChoicesSettings, a9 as ModifierRenderType, dx as MultipleColors, b3 as NestedAggregation, b1 as NestedAggregationItem, b2 as NestedAggregationItemKindOneOf, bD as NestedAggregationNestedAggregationItem, bE as NestedAggregationNestedAggregationItemKindOneOf, p as NestedAggregationNestedAggregationType, b8 as NestedAggregationResults, b9 as NestedAggregationResultsResultOneOf, N as NestedAggregationType, bh as NestedResultValue, bi as NestedResultValueResultOneOf, bn as NestedResults, bd as NestedValueAggregationResult, bQ as Node, bR as NodeDataOneOf, bS as NodeStyle, s as NodeType, a5 as NullValue, c$ as Oembed, cz as Option, dY as OptionChoice, dZ as OptionChoiceIds, d_ as OptionChoiceNames, cH as OptionDesign, cC as OptionLayout, d8 as OrderedListData, O as Orientation, c9 as PDFSettings, bL as PagingMetadata, cw as ParagraphData, cy as Permissions, dN as PhysicalProperties, br as PlatformOffsetSearch, bs as PlatformOffsetSearchPagingMethodOneOf, bJ as PlatformPaging, cZ as PlaybackOptions, bW as PluginContainerData, u as PluginContainerDataAlignment, bX as PluginContainerDataWidth, bY as PluginContainerDataWidthDataOneOf, cI as Poll, cx as PollData, cJ as PollDataLayout, cG as PollDesign, cB as PollLayout, Z as PollLayoutDirection, Y as PollLayoutType, cA as PollSettings, J as Position, ab as PreorderStatus, d$ as PriceInfo, e2 as PricePerUnit, dQ as PricePerUnitRange, dR as PricePerUnitRangePricePerUnit, dO as PricePerUnitSettings, dK as PriceRange, bN as Product, dH as ProductCategoriesInfo, dI as ProductCategory, dJ as ProductCategoryIdsInfo, aE as ProductFields, aF as ProductFieldsTypedPropertiesOneOf, dh as ProductMedia, dj as ProductMediaMediaOneOf, P as ProductMediaMediaType, di as ProductMediaSetByOneOf, a7 as ProductOptionRenderType, ac as ProductPreorderAvailability, ad as ProductType, bO as ProductTypedPropertiesOneOf, aJ as QueryVariantsRequest, aO as QueryVariantsResponse, a_ as RangeAggregation, bw as RangeAggregationRangeBucket, b7 as RangeAggregationResult, aW as RangeBucket, bf as RangeResult, bb as RangeResults, ai as ReadOnlyVariant, ew as ReadOnlyVariantSearchSpec, aj as ReadOnlyVariantTypedPropertiesOneOf, ei as RecoverProductVariantsRequest, ej as RecoverProductVariantsResponse, c2 as Rel, e as RequestedFields, en as RestoreInfo, bj as Results, e0 as RevenueDetails, dG as Ribbon, bP as RichContent, a$ as ScalarAggregation, bg as ScalarResult, i as ScalarType, b4 as SearchDetails, r as SearchDetailsMode, aR as SearchVariantsRequest, e4 as SecuredMedia, b as SecuredMediaFileType, dn as SeoSchema, dr as Settings, g as SortDirection, d as SortOrder, f as SortType, aM as Sorting, H as Source, bZ as Spoiler, cT as SpoilerData, b$ as Styles, cq as StylesBorder, eb as Subscription, ec as SubscriptionCyclesOneOf, ea as SubscriptionDetails, ed as SubscriptionDiscount, ee as SubscriptionDiscountDiscountOneOf, af as SubscriptionFrequency, e6 as SubscriptionPrice, e7 as SubscriptionPricePerUnit, e5 as SubscriptionPricesInfo, d3 as TableCellData, d1 as TableData, dq as Tag, v as Target, w as TextAlignment, cL as TextData, df as TextNodeStyle, c4 as TextStyle, dl as Thumbnail, cj as Thumbnails, F as ThumbnailsAlignment, T as Type, cb as V1Media, ao as V3FixedMonetaryAmount, aD as V3InventoryStatus, ak as V3OptionChoice, al as V3OptionChoiceIds, am as V3OptionChoiceNames, aG as V3PhysicalProperties, an as V3PriceInfo, aw as V3PricePerUnit, ax as V3PricePerUnitSettings, aq as V3ProductMedia, as as V3ProductMediaMediaOneOf, ar as V3ProductMediaSetByOneOf, c as V3ProductType, ap as V3RevenueDetails, az as V3SecuredMedia, aB as V3SubscriptionPrice, aC as V3SubscriptionPricePerUnit, aA as V3SubscriptionPricesInfo, au as V3Thumbnail, ay as V3VariantDigitalProperties, av as V3VariantPhysicalProperties, aH as V3WeightMeasurementUnitInfo, aY as ValueAggregation, bx as ValueAggregationIncludeMissingValuesOptions, n as ValueAggregationMissingValues, aZ as ValueAggregationOptionsOneOf, b6 as ValueAggregationResult, m as ValueAggregationSortDirection, l as ValueAggregationSortType, be as ValueResult, ba as ValueResults, dW as Variant, e3 as VariantDigitalProperties, e1 as VariantPhysicalProperties, ef as VariantSummary, dX as VariantTypedPropertiesOneOf, dV as VariantsInfo, ev as VariantsQueryResult, a4 as VerticalAlignment, cd as Video, cY as VideoData, dk as VideoResolution, z as ViewMode, U as ViewRole, X as VoteRole, ah as WebhookIdentityType, dS as WeightMeasurementUnitInfo, dP as WeightRange, W as WeightUnit, x as Width, t as WidthType } from './stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal-
|
|
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-DmrKxIKF.mjs';
|
|
3
|
+
export { eq as ActionEvent, aU as Aggregation, b5 as AggregationData, bC as AggregationDateHistogramAggregation, aV as AggregationKindOneOf, bF as AggregationNestedAggregation, bA as AggregationRangeAggregation, bo as AggregationResults, bp as AggregationResultsResultOneOf, bc as AggregationResultsScalarResult, bB as AggregationScalarAggregation, A as AggregationType, by as AggregationValueAggregation, bz as AggregationValueAggregationOptionsOneOf, y as Alignment, cO as AnchorData, cU as AppEmbedData, cV as AppEmbedDataAppDataOneOf, a1 as AppType, d7 as AudioData, aa as AvailabilityStatus, cE as Background, cF as BackgroundBackgroundOneOf, _ as BackgroundType, da as BlockquoteData, cW as BookingData, bU as Border, d5 as BorderColors, dE as Brand, dU as BreadCrumb, dT as BreadcrumbsInfo, d9 as BulletedListData, bT as ButtonData, db as CaptionData, d4 as CellStyle, a8 as ChoiceType, du as ChoicesSettings, c3 as CodeBlockData, d0 as CollapsibleListData, cP as ColorData, bV as Colors, bu as CommonAggregation, bv as CommonAggregationKindOneOf, q as CommonAggregationType, o as CommonScalarType, bI as CommonSearchDetails, C as CommonSortOrder, bt as CommonSorting, at as CommonVideoResolution, dy as ConnectedModifier, dC as ConnectedModifierChoice, dD as ConnectedModifierChoiceValueOneOf, dz as ConnectedModifierModifierSettingsOneOf, ds as ConnectedOption, dv as ConnectedOptionChoice, dw as ConnectedOptionChoiceValueOneOf, dt as ConnectedOptionOptionSettingsOneOf, E as Crop, aN as CursorPaging, aP as CursorPagingMetadata, aK as CursorQuery, aL as CursorQueryPagingMethodOneOf, aS as CursorSearch, aT as CursorSearchPagingMethodOneOf, aQ as Cursors, b0 as DateHistogramAggregation, D as DateHistogramAggregationInterval, bk as DateHistogramResult, bm as DateHistogramResults, cM as Decoration, cN as DecorationDataOneOf, $ as DecorationType, bq as DeprecatedSearchVariantsWithOffsetRequest, bK as DeprecatedSearchVariantsWithOffsetResponse, cK as Design, d2 as Dimensions, a3 as Direction, ag as DiscountType, c5 as DividerData, de as DocumentStyle, ek as DomainEvent, el as DomainEventBodyOneOf, c_ as EmbedData, er as Empty, em as EntityCreatedEvent, ep as EntityDeletedEvent, eo as EntityUpdatedEvent, cX as EventData, e9 as ExtendedFields, c6 as FileData, c7 as FileSource, c8 as FileSourceDataOneOf, ae as FileType, dL as FixedMonetaryAmount, cS as FontSizeData, a0 as FontType, dA as FreeTextSettings, cl as GIF, ck as GIFData, G as GIFType, ca as GalleryData, cg as GalleryOptions, cD as Gradient, bG as GroupByAggregation, bH as GroupByAggregationKindOneOf, bl as GroupByValueResults, cn as HTMLData, co as HTMLDataDataOneOf, cm as HeadingData, b_ as Height, et as IdentificationData, eu as IdentificationDataIdOneOf, cc as Image, cp as ImageData, cr as ImageDataStyles, aX as IncludeMissingValuesOptions, dF as InfoSection, a2 as InitialExpandedItems, aI as InternalMetadata, I as InternalRowState, j as Interval, dM as Inventory, e8 as InventoryStatus, ce as Item, cf as ItemDataOneOf, ci as ItemStyle, dp as Keyword, ch as Layout, dc as LayoutCellData, B as LayoutType, L as LineStyle, c0 as Link, cQ as LinkData, c1 as LinkDataOneOf, cs as LinkPreviewData, ct as LinkPreviewDataStyles, d6 as ListValue, cu as MapData, cv as MapSettings, K as MapType, M as MeasurementUnit, dg as Media, dm as MediaItemsInfo, a6 as MediaType, cR as MentionData, es as MessageEnvelope, dd as Metadata, bM as MigrateProductVariantsRequest, eh as MigrateProductVariantsResponse, eg as MinVariantPriceInfo, h as MissingValues, k as Mode, dB as ModifierChoicesSettings, a9 as ModifierRenderType, dx as MultipleColors, b3 as NestedAggregation, b1 as NestedAggregationItem, b2 as NestedAggregationItemKindOneOf, bD as NestedAggregationNestedAggregationItem, bE as NestedAggregationNestedAggregationItemKindOneOf, p as NestedAggregationNestedAggregationType, b8 as NestedAggregationResults, b9 as NestedAggregationResultsResultOneOf, N as NestedAggregationType, bh as NestedResultValue, bi as NestedResultValueResultOneOf, bn as NestedResults, bd as NestedValueAggregationResult, bQ as Node, bR as NodeDataOneOf, bS as NodeStyle, s as NodeType, a5 as NullValue, c$ as Oembed, cz as Option, dY as OptionChoice, dZ as OptionChoiceIds, d_ as OptionChoiceNames, cH as OptionDesign, cC as OptionLayout, d8 as OrderedListData, O as Orientation, c9 as PDFSettings, bL as PagingMetadata, cw as ParagraphData, cy as Permissions, dN as PhysicalProperties, br as PlatformOffsetSearch, bs as PlatformOffsetSearchPagingMethodOneOf, bJ as PlatformPaging, cZ as PlaybackOptions, bW as PluginContainerData, u as PluginContainerDataAlignment, bX as PluginContainerDataWidth, bY as PluginContainerDataWidthDataOneOf, cI as Poll, cx as PollData, cJ as PollDataLayout, cG as PollDesign, cB as PollLayout, Z as PollLayoutDirection, Y as PollLayoutType, cA as PollSettings, J as Position, ab as PreorderStatus, d$ as PriceInfo, e2 as PricePerUnit, dQ as PricePerUnitRange, dR as PricePerUnitRangePricePerUnit, dO as PricePerUnitSettings, dK as PriceRange, bN as Product, dH as ProductCategoriesInfo, dI as ProductCategory, dJ as ProductCategoryIdsInfo, aE as ProductFields, aF as ProductFieldsTypedPropertiesOneOf, dh as ProductMedia, dj as ProductMediaMediaOneOf, P as ProductMediaMediaType, di as ProductMediaSetByOneOf, a7 as ProductOptionRenderType, ac as ProductPreorderAvailability, ad as ProductType, bO as ProductTypedPropertiesOneOf, aJ as QueryVariantsRequest, aO as QueryVariantsResponse, a_ as RangeAggregation, bw as RangeAggregationRangeBucket, b7 as RangeAggregationResult, aW as RangeBucket, bf as RangeResult, bb as RangeResults, ai as ReadOnlyVariant, ew as ReadOnlyVariantSearchSpec, aj as ReadOnlyVariantTypedPropertiesOneOf, ei as RecoverProductVariantsRequest, ej as RecoverProductVariantsResponse, c2 as Rel, e as RequestedFields, en as RestoreInfo, bj as Results, e0 as RevenueDetails, dG as Ribbon, bP as RichContent, a$ as ScalarAggregation, bg as ScalarResult, i as ScalarType, b4 as SearchDetails, r as SearchDetailsMode, aR as SearchVariantsRequest, e4 as SecuredMedia, b as SecuredMediaFileType, dn as SeoSchema, dr as Settings, g as SortDirection, d as SortOrder, f as SortType, aM as Sorting, H as Source, bZ as Spoiler, cT as SpoilerData, b$ as Styles, cq as StylesBorder, eb as Subscription, ec as SubscriptionCyclesOneOf, ea as SubscriptionDetails, ed as SubscriptionDiscount, ee as SubscriptionDiscountDiscountOneOf, af as SubscriptionFrequency, e6 as SubscriptionPrice, e7 as SubscriptionPricePerUnit, e5 as SubscriptionPricesInfo, d3 as TableCellData, d1 as TableData, dq as Tag, v as Target, w as TextAlignment, cL as TextData, df as TextNodeStyle, c4 as TextStyle, dl as Thumbnail, cj as Thumbnails, F as ThumbnailsAlignment, T as Type, cb as V1Media, ao as V3FixedMonetaryAmount, aD as V3InventoryStatus, ak as V3OptionChoice, al as V3OptionChoiceIds, am as V3OptionChoiceNames, aG as V3PhysicalProperties, an as V3PriceInfo, aw as V3PricePerUnit, ax as V3PricePerUnitSettings, aq as V3ProductMedia, as as V3ProductMediaMediaOneOf, ar as V3ProductMediaSetByOneOf, c as V3ProductType, ap as V3RevenueDetails, az as V3SecuredMedia, aB as V3SubscriptionPrice, aC as V3SubscriptionPricePerUnit, aA as V3SubscriptionPricesInfo, au as V3Thumbnail, ay as V3VariantDigitalProperties, av as V3VariantPhysicalProperties, aH as V3WeightMeasurementUnitInfo, aY as ValueAggregation, bx as ValueAggregationIncludeMissingValuesOptions, n as ValueAggregationMissingValues, aZ as ValueAggregationOptionsOneOf, b6 as ValueAggregationResult, m as ValueAggregationSortDirection, l as ValueAggregationSortType, be as ValueResult, ba as ValueResults, dW as Variant, e3 as VariantDigitalProperties, e1 as VariantPhysicalProperties, ef as VariantSummary, dX as VariantTypedPropertiesOneOf, dV as VariantsInfo, ev as VariantsQueryResult, a4 as VerticalAlignment, cd as Video, cY as VideoData, dk as VideoResolution, z as ViewMode, U as ViewRole, X as VoteRole, ah as WebhookIdentityType, dS as WeightMeasurementUnitInfo, dP as WeightRange, W as WeightUnit, x as Width, t as WidthType } from './stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal-DmrKxIKF.mjs';
|
|
4
4
|
|
|
5
5
|
/** @internal */
|
|
6
6
|
declare function queryVariants$1(httpClient: HttpClient): QueryVariantsSignature;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { aS as CursorSearch, S as SearchVariantsOptions, a as SearchVariantsResponse } from './stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal-DmrKxIKF.mjs';
|
|
2
|
+
export { eq as ActionEvent, aU as Aggregation, b5 as AggregationData, bC as AggregationDateHistogramAggregation, aV as AggregationKindOneOf, bF as AggregationNestedAggregation, bA as AggregationRangeAggregation, bo as AggregationResults, bp as AggregationResultsResultOneOf, bc as AggregationResultsScalarResult, bB as AggregationScalarAggregation, A as AggregationType, eL as AggregationTypeWithLiterals, by as AggregationValueAggregation, bz as AggregationValueAggregationOptionsOneOf, y as Alignment, f2 as AlignmentWithLiterals, cO as AnchorData, cU as AppEmbedData, cV as AppEmbedDataAppDataOneOf, a1 as AppType, fj as AppTypeWithLiterals, d7 as AudioData, aa as AvailabilityStatus, fs as AvailabilityStatusWithLiterals, cE as Background, cF as BackgroundBackgroundOneOf, _ as BackgroundType, fg as BackgroundTypeWithLiterals, da as BlockquoteData, cW as BookingData, bU as Border, d5 as BorderColors, dE as Brand, dU as BreadCrumb, dT as BreadcrumbsInfo, d9 as BulletedListData, bT as ButtonData, db as CaptionData, d4 as CellStyle, a8 as ChoiceType, fq as ChoiceTypeWithLiterals, du as ChoicesSettings, c3 as CodeBlockData, d0 as CollapsibleListData, cP as ColorData, bV as Colors, bu as CommonAggregation, bv as CommonAggregationKindOneOf, q as CommonAggregationType, eU as CommonAggregationTypeWithLiterals, o as CommonScalarType, eR as CommonScalarTypeWithLiterals, bI as CommonSearchDetails, fB as CommonSearchWithEntityContext, C as CommonSortOrder, eN as CommonSortOrderWithLiterals, bt as CommonSorting, at as CommonVideoResolution, dy as ConnectedModifier, dC as ConnectedModifierChoice, dD as ConnectedModifierChoiceValueOneOf, dz as ConnectedModifierModifierSettingsOneOf, ds as ConnectedOption, dv as ConnectedOptionChoice, dw as ConnectedOptionChoiceValueOneOf, dt as ConnectedOptionOptionSettingsOneOf, E as Crop, f6 as CropWithLiterals, aN as CursorPaging, aP as CursorPagingMetadata, aK as CursorQuery, aL as CursorQueryPagingMethodOneOf, aT as CursorSearchPagingMethodOneOf, aQ as Cursors, b0 as DateHistogramAggregation, D as DateHistogramAggregationInterval, eT as DateHistogramAggregationIntervalWithLiterals, bk as DateHistogramResult, bm as DateHistogramResults, cM as Decoration, cN as DecorationDataOneOf, $ as DecorationType, fh as DecorationTypeWithLiterals, bq as DeprecatedSearchVariantsWithOffsetRequest, bK as DeprecatedSearchVariantsWithOffsetResponse, cK as Design, d2 as Dimensions, a3 as Direction, fl as DirectionWithLiterals, ag as DiscountType, fy as DiscountTypeWithLiterals, c5 as DividerData, de as DocumentStyle, ek as DomainEvent, el as DomainEventBodyOneOf, c_ as EmbedData, er as Empty, em as EntityCreatedEvent, ep as EntityDeletedEvent, eo as EntityUpdatedEvent, cX as EventData, e9 as ExtendedFields, c6 as FileData, c7 as FileSource, c8 as FileSourceDataOneOf, ae as FileType, fw as FileTypeWithLiterals, dL as FixedMonetaryAmount, cS as FontSizeData, a0 as FontType, fi as FontTypeWithLiterals, dA as FreeTextSettings, cl as GIF, ck as GIFData, G as GIFType, f8 as GIFTypeWithLiterals, ca as GalleryData, cg as GalleryOptions, cD as Gradient, bG as GroupByAggregation, bH as GroupByAggregationKindOneOf, bl as GroupByValueResults, cn as HTMLData, co as HTMLDataDataOneOf, cm as HeadingData, b_ as Height, et as IdentificationData, eu as IdentificationDataIdOneOf, cc as Image, cp as ImageData, cr as ImageDataStyles, aX as IncludeMissingValuesOptions, dF as InfoSection, a2 as InitialExpandedItems, fk as InitialExpandedItemsWithLiterals, aI as InternalMetadata, I as InternalRowState, eC as InternalRowStateWithLiterals, j as Interval, eK as IntervalWithLiterals, dM as Inventory, e8 as InventoryStatus, ce as Item, cf as ItemDataOneOf, ci as ItemStyle, dp as Keyword, ch as Layout, dc as LayoutCellData, B as LayoutType, f4 as LayoutTypeWithLiterals, L as LineStyle, f0 as LineStyleWithLiterals, c0 as Link, cQ as LinkData, c1 as LinkDataOneOf, cs as LinkPreviewData, ct as LinkPreviewDataStyles, d6 as ListValue, cu as MapData, cv as MapSettings, K as MapType, fb as MapTypeWithLiterals, M as MeasurementUnit, ey as MeasurementUnitWithLiterals, dg as Media, dm as MediaItemsInfo, a6 as MediaType, fo as MediaTypeWithLiterals, cR as MentionData, es as MessageEnvelope, dd as Metadata, bM as MigrateProductVariantsRequest, eh as MigrateProductVariantsResponse, eg as MinVariantPriceInfo, h as MissingValues, eH as MissingValuesWithLiterals, k as Mode, eM as ModeWithLiterals, dB as ModifierChoicesSettings, a9 as ModifierRenderType, fr as ModifierRenderTypeWithLiterals, dx as MultipleColors, b3 as NestedAggregation, b1 as NestedAggregationItem, b2 as NestedAggregationItemKindOneOf, bD as NestedAggregationNestedAggregationItem, bE as NestedAggregationNestedAggregationItemKindOneOf, p as NestedAggregationNestedAggregationType, eS as NestedAggregationNestedAggregationTypeWithLiterals, b8 as NestedAggregationResults, b9 as NestedAggregationResultsResultOneOf, N as NestedAggregationType, eJ as NestedAggregationTypeWithLiterals, bh as NestedResultValue, bi as NestedResultValueResultOneOf, bn as NestedResults, bd as NestedValueAggregationResult, bQ as Node, bR as NodeDataOneOf, bS as NodeStyle, s as NodeType, eW as NodeTypeWithLiterals, a5 as NullValue, fn as NullValueWithLiterals, c$ as Oembed, cz as Option, dY as OptionChoice, dZ as OptionChoiceIds, d_ as OptionChoiceNames, cH as OptionDesign, cC as OptionLayout, d8 as OrderedListData, O as Orientation, f5 as OrientationWithLiterals, c9 as PDFSettings, bL as PagingMetadata, cw as ParagraphData, cy as Permissions, dN as PhysicalProperties, br as PlatformOffsetSearch, bs as PlatformOffsetSearchPagingMethodOneOf, bJ as PlatformPaging, cZ as PlaybackOptions, bW as PluginContainerData, u as PluginContainerDataAlignment, eY as PluginContainerDataAlignmentWithLiterals, bX as PluginContainerDataWidth, bY as PluginContainerDataWidthDataOneOf, cI as Poll, cx as PollData, cJ as PollDataLayout, cG as PollDesign, cB as PollLayout, Z as PollLayoutDirection, ff as PollLayoutDirectionWithLiterals, Y as PollLayoutType, fe as PollLayoutTypeWithLiterals, cA as PollSettings, J as Position, fa as PositionWithLiterals, ab as PreorderStatus, ft as PreorderStatusWithLiterals, d$ as PriceInfo, e2 as PricePerUnit, dQ as PricePerUnitRange, dR as PricePerUnitRangePricePerUnit, dO as PricePerUnitSettings, dK as PriceRange, bN as Product, dH as ProductCategoriesInfo, dI as ProductCategory, dJ as ProductCategoryIdsInfo, aE as ProductFields, aF as ProductFieldsTypedPropertiesOneOf, dh as ProductMedia, dj as ProductMediaMediaOneOf, P as ProductMediaMediaType, ex as ProductMediaMediaTypeWithLiterals, di as ProductMediaSetByOneOf, a7 as ProductOptionRenderType, fp as ProductOptionRenderTypeWithLiterals, ac as ProductPreorderAvailability, fu as ProductPreorderAvailabilityWithLiterals, ad as ProductType, fv as ProductTypeWithLiterals, bO as ProductTypedPropertiesOneOf, Q as QueryVariantsOptions, aJ as QueryVariantsRequest, aO as QueryVariantsResponse, a_ as RangeAggregation, bw as RangeAggregationRangeBucket, b7 as RangeAggregationResult, aW as RangeBucket, bf as RangeResult, bb as RangeResults, ai as ReadOnlyVariant, ew as ReadOnlyVariantSearchSpec, aj as ReadOnlyVariantTypedPropertiesOneOf, ei as RecoverProductVariantsRequest, ej as RecoverProductVariantsResponse, c2 as Rel, e as RequestedFields, eE as RequestedFieldsWithLiterals, en as RestoreInfo, bj as Results, e0 as RevenueDetails, dG as Ribbon, bP as RichContent, a$ as ScalarAggregation, bg as ScalarResult, i as ScalarType, eI as ScalarTypeWithLiterals, b4 as SearchDetails, r as SearchDetailsMode, eV as SearchDetailsModeWithLiterals, aR as SearchVariantsRequest, e4 as SecuredMedia, b as SecuredMediaFileType, ez as SecuredMediaFileTypeWithLiterals, dn as SeoSchema, dr as Settings, g as SortDirection, eG as SortDirectionWithLiterals, d as SortOrder, eD as SortOrderWithLiterals, f as SortType, eF as SortTypeWithLiterals, aM as Sorting, H as Source, f9 as SourceWithLiterals, bZ as Spoiler, cT as SpoilerData, b$ as Styles, cq as StylesBorder, eb as Subscription, ec as SubscriptionCyclesOneOf, ea as SubscriptionDetails, ed as SubscriptionDiscount, ee as SubscriptionDiscountDiscountOneOf, af as SubscriptionFrequency, fx as SubscriptionFrequencyWithLiterals, e6 as SubscriptionPrice, e7 as SubscriptionPricePerUnit, e5 as SubscriptionPricesInfo, d3 as TableCellData, d1 as TableData, dq as Tag, v as Target, e_ as TargetWithLiterals, w as TextAlignment, e$ as TextAlignmentWithLiterals, cL as TextData, df as TextNodeStyle, c4 as TextStyle, dl as Thumbnail, cj as Thumbnails, F as ThumbnailsAlignment, f7 as ThumbnailsAlignmentWithLiterals, T as Type, eZ as TypeWithLiterals, cb as V1Media, ao as V3FixedMonetaryAmount, aD as V3InventoryStatus, ak as V3OptionChoice, al as V3OptionChoiceIds, am as V3OptionChoiceNames, aG as V3PhysicalProperties, an as V3PriceInfo, aw as V3PricePerUnit, ax as V3PricePerUnitSettings, aq as V3ProductMedia, as as V3ProductMediaMediaOneOf, ar as V3ProductMediaSetByOneOf, c as V3ProductType, eA as V3ProductTypeWithLiterals, ap as V3RevenueDetails, az as V3SecuredMedia, aB as V3SubscriptionPrice, aC as V3SubscriptionPricePerUnit, aA as V3SubscriptionPricesInfo, au as V3Thumbnail, ay as V3VariantDigitalProperties, av as V3VariantPhysicalProperties, aH as V3WeightMeasurementUnitInfo, aY as ValueAggregation, bx as ValueAggregationIncludeMissingValuesOptions, n as ValueAggregationMissingValues, eQ as ValueAggregationMissingValuesWithLiterals, aZ as ValueAggregationOptionsOneOf, b6 as ValueAggregationResult, m as ValueAggregationSortDirection, eP as ValueAggregationSortDirectionWithLiterals, l as ValueAggregationSortType, eO as ValueAggregationSortTypeWithLiterals, be as ValueResult, ba as ValueResults, dW as Variant, e3 as VariantDigitalProperties, e1 as VariantPhysicalProperties, ef as VariantSummary, dX as VariantTypedPropertiesOneOf, dV as VariantsInfo, V as VariantsQueryBuilder, ev as VariantsQueryResult, a4 as VerticalAlignment, fm as VerticalAlignmentWithLiterals, cd as Video, cY as VideoData, dk as VideoResolution, z as ViewMode, f3 as ViewModeWithLiterals, U as ViewRole, fc as ViewRoleWithLiterals, X as VoteRole, fd as VoteRoleWithLiterals, ah as WebhookIdentityType, fz as WebhookIdentityTypeWithLiterals, dS as WeightMeasurementUnitInfo, dP as WeightRange, W as WeightUnit, eB as WeightUnitWithLiterals, x as Width, t as WidthType, eX as WidthTypeWithLiterals, f1 as WidthWithLiterals, fA as queryVariants } from './stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal-DmrKxIKF.mjs';
|
|
3
|
+
import '@wix/sdk-types';
|
|
4
|
+
|
|
5
|
+
/** @hidden */
|
|
6
|
+
type ReadOnlyVariantSearch = {};
|
|
7
|
+
/**
|
|
8
|
+
* Search Variants using [WQL - Wix Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language)
|
|
9
|
+
* >**Notes:**
|
|
10
|
+
* + If you don't have permissions to read non visible products then variants related to non-visible products will be filtered out from response.
|
|
11
|
+
* In such case non visible variants also will be filtered out.
|
|
12
|
+
* @param search - WQL expression
|
|
13
|
+
* @internal
|
|
14
|
+
* @documentationMaturity preview
|
|
15
|
+
* @requiredField search
|
|
16
|
+
* @permissionId WIX_STORES.READ_ONLY_VARIANT_READ
|
|
17
|
+
* @permissionId WIX_STORES.READ_ONLY_VARIANT_READ_HIDDEN
|
|
18
|
+
* @applicableIdentity APP
|
|
19
|
+
* @applicableIdentity VISITOR
|
|
20
|
+
* @fqn com.wix.stores.catalog.product.variants.reader.api.v3.ProductVariantsReader.SearchVariants
|
|
21
|
+
*/
|
|
22
|
+
declare function searchVariants(search: CursorSearch, options: SearchVariantsOptions): Promise<SearchVariantsResponse>;
|
|
23
|
+
|
|
24
|
+
export { CursorSearch, type ReadOnlyVariantSearch, SearchVariantsOptions, SearchVariantsResponse, searchVariants };
|