@wix/auto_sdk_stores_read-only-variants-v-3 1.0.62 → 1.0.64
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.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -2
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +19 -2
- package/build/cjs/meta.js.map +1 -1
- package/build/cjs/{stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal-D8XCZWGg.d.ts → stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal-BrvK7hib.d.ts} +18 -1
- package/build/es/index.d.mts +2 -2
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -2
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +19 -2
- package/build/es/meta.mjs.map +1 -1
- package/build/es/{stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal-D8XCZWGg.d.mts → stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal-BrvK7hib.d.mts} +18 -1
- package/build/internal/cjs/index.d.ts +2 -2
- 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.map +1 -1
- package/build/internal/cjs/meta.d.ts +19 -2
- 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-D-7djuQ1.d.ts → stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal-BjZVj4Mi.d.ts} +18 -1
- package/build/internal/es/index.d.mts +2 -2
- 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.map +1 -1
- package/build/internal/es/meta.d.mts +19 -2
- 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-D-7djuQ1.d.mts → stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal-BjZVj4Mi.d.mts} +18 -1
- package/package.json +2 -2
|
@@ -5136,6 +5136,23 @@ declare enum WebhookIdentityType {
|
|
|
5136
5136
|
}
|
|
5137
5137
|
/** @enumType */
|
|
5138
5138
|
type WebhookIdentityTypeWithLiterals = WebhookIdentityType | 'UNKNOWN' | 'ANONYMOUS_VISITOR' | 'MEMBER' | 'WIX_USER' | 'APP';
|
|
5139
|
+
interface AccountInfo {
|
|
5140
|
+
/**
|
|
5141
|
+
* ID of the Wix account associated with the event.
|
|
5142
|
+
* @format GUID
|
|
5143
|
+
*/
|
|
5144
|
+
accountId?: string | null;
|
|
5145
|
+
/**
|
|
5146
|
+
* ID of the parent Wix account. Only included when accountId belongs to a child account.
|
|
5147
|
+
* @format GUID
|
|
5148
|
+
*/
|
|
5149
|
+
parentAccountId?: string | null;
|
|
5150
|
+
/**
|
|
5151
|
+
* ID of the Wix site associated with the event. Only included when the event is tied to a specific site.
|
|
5152
|
+
* @format GUID
|
|
5153
|
+
*/
|
|
5154
|
+
siteId?: string | null;
|
|
5155
|
+
}
|
|
5139
5156
|
/**
|
|
5140
5157
|
* Retrieve product variants using structured queries with cursor-based pagination.
|
|
5141
5158
|
*
|
|
@@ -5461,4 +5478,4 @@ type ReadOnlyVariantSearch = {
|
|
|
5461
5478
|
timeZone?: CommonSearchWithEntityContext['timeZone'] | null;
|
|
5462
5479
|
};
|
|
5463
5480
|
|
|
5464
|
-
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 SortOrderWithLiterals 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 VariantsQueryResult as eS, type ReadOnlyVariantQuerySpec as eT, type ReadOnlyVariantSearchSpec as eU, type ProductMediaMediaTypeWithLiterals as eV, type MeasurementUnitWithLiterals as eW, type SecuredMediaFileTypeWithLiterals as eX, type V3ProductTypeWithLiterals as eY, type WeightUnitWithLiterals as eZ, type InternalRowStateWithLiterals 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 ModifierRenderTypeWithLiterals as f$, type RequestedFieldsWithLiterals as f0, type SortTypeWithLiterals as f1, type SortDirectionWithLiterals as f2, type MissingValuesWithLiterals as f3, type ScalarTypeWithLiterals as f4, type NestedAggregationTypeWithLiterals as f5, type IntervalWithLiterals as f6, type AggregationTypeWithLiterals as f7, type ModeWithLiterals as f8, type CommonSortOrderWithLiterals as f9, type ViewRoleWithLiterals as fA, type VoteRoleWithLiterals as fB, type PollLayoutTypeWithLiterals as fC, type PollLayoutDirectionWithLiterals as fD, type BackgroundTypeWithLiterals as fE, type DecorationTypeWithLiterals as fF, type FontTypeWithLiterals as fG, type PositionWithLiterals as fH, type AspectRatioWithLiterals as fI, type ResizingWithLiterals as fJ, type PlacementWithLiterals as fK, type TypeWithLiterals as fL, type AlignmentWithLiterals as fM, type LayoutWithLiterals as fN, type AppTypeWithLiterals as fO, type InitialExpandedItemsWithLiterals as fP, type DirectionWithLiterals as fQ, type VerticalAlignmentWithLiterals as fR, type NullValueWithLiterals as fS, type ScalingWithLiterals as fT, type ImagePositionWithLiterals as fU, type VerticalAlignmentAlignmentWithLiterals as fV, type ResponsivenessBehaviourWithLiterals as fW, type DesignTargetWithLiterals as fX, type MediaTypeWithLiterals as fY, type ProductOptionRenderTypeWithLiterals as fZ, type ChoiceTypeWithLiterals as f_, type ValueAggregationSortTypeWithLiterals as fa, type ValueAggregationSortDirectionWithLiterals as fb, type ValueAggregationMissingValuesWithLiterals as fc, type CommonScalarTypeWithLiterals as fd, type NestedAggregationNestedAggregationTypeWithLiterals as fe, type DateHistogramAggregationIntervalWithLiterals as ff, type CommonAggregationTypeWithLiterals as fg, type SearchDetailsModeWithLiterals as fh, type NodeTypeWithLiterals as fi, type WidthTypeWithLiterals as fj, type PluginContainerDataAlignmentWithLiterals as fk, type ButtonDataTypeWithLiterals as fl, type TargetWithLiterals as fm, type TextAlignmentWithLiterals as fn, type LineStyleWithLiterals as fo, type WidthWithLiterals as fp, type DividerDataAlignmentWithLiterals as fq, type ViewModeWithLiterals as fr, type LayoutTypeWithLiterals as fs, type OrientationWithLiterals as ft, type CropWithLiterals as fu, type ThumbnailsAlignmentWithLiterals as fv, type GIFTypeWithLiterals as fw, type SourceWithLiterals as fx, type StylesPositionWithLiterals as fy, type MapTypeWithLiterals as fz, SortType as g, type AvailabilityStatusWithLiterals as g0, type PreorderStatusWithLiterals as g1, type ProductPreorderAvailabilityWithLiterals as g2, type ProductTypeWithLiterals as g3, type FileTypeWithLiterals as g4, type SubscriptionFrequencyWithLiterals as g5, type DiscountTypeWithLiterals as g6, type WebhookIdentityTypeWithLiterals as g7, type CommonQueryWithEntityContext as g8, type CommonSearchWithEntityContext as g9, queryVariants as ga, 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 };
|
|
5481
|
+
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 };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/auto_sdk_stores_read-only-variants-v-3",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.64",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/",
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"fqdn": "wix.stores.catalog.v3.read_only_variant"
|
|
51
51
|
}
|
|
52
52
|
},
|
|
53
|
-
"falconPackageHash": "
|
|
53
|
+
"falconPackageHash": "ae434e7c572c0f9a5d58c18b0682e7d7a506b8100003ead6ff0af44c"
|
|
54
54
|
}
|