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

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