@wix/stores 1.0.180 → 1.0.182

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/stores",
3
- "version": "1.0.180",
3
+ "version": "1.0.182",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -21,12 +21,12 @@
21
21
  "@wix/stores_brands-v-3": "1.0.2",
22
22
  "@wix/stores_catalog-provision": "1.0.2",
23
23
  "@wix/stores_collections": "1.0.26",
24
- "@wix/stores_customizations-v-3": "1.0.2",
24
+ "@wix/stores_customizations-v-3": "1.0.3",
25
25
  "@wix/stores_info-sections-v-3": "1.0.2",
26
26
  "@wix/stores_inventory": "1.0.30",
27
27
  "@wix/stores_inventory-items-v-3": "1.0.4",
28
28
  "@wix/stores_products": "1.0.36",
29
- "@wix/stores_products-v-3": "1.0.7",
29
+ "@wix/stores_products-v-3": "1.0.8",
30
30
  "@wix/stores_ribbons-v-3": "1.0.2",
31
31
  "@wix/stores_stores-locations-v-3": "1.0.2",
32
32
  "@wix/stores_subscription-options": "1.0.26",
@@ -54,5 +54,5 @@
54
54
  "fqdn": ""
55
55
  }
56
56
  },
57
- "falconPackageHash": "876163ae4b1f9d087f0aafd562784ea348d5200754e1692b5c457a79"
57
+ "falconPackageHash": "46771fd1c0bfd8471a39d1a5af170c435dacad3798a6b7ebf4fea254"
58
58
  }
@@ -9121,11 +9121,6 @@ interface V3Product extends V3ProductTypedPropertiesOneOf {
9121
9121
  * @readonly
9122
9122
  */
9123
9123
  variantSummary?: VariantSummary;
9124
- /**
9125
- * Price info of the variant with minimum base price.
9126
- * @readonly
9127
- */
9128
- minVariantPriceInfo?: MinVariantPriceInfo;
9129
9124
  }
9130
9125
  /** @oneof */
9131
9126
  interface V3ProductTypedPropertiesOneOf {
@@ -11159,13 +11154,13 @@ interface MinVariantPriceInfo {
11159
11154
  * Subscription price calculated by applying subscription discount to the variant `price.salePrice`
11160
11155
  * @readonly
11161
11156
  */
11162
- subscriptionPrice?: FixedMonetaryAmount;
11157
+ minSubscriptionPrice?: FixedMonetaryAmount;
11163
11158
  /**
11164
11159
  * Subscription price per unit calculated value of price per unit.
11165
11160
  * Takes into account `pricePerUnit` settings of parent product, `pricePerUnit` settings of this variant, and the variant subscription price.
11166
11161
  * @readonly
11167
11162
  */
11168
- subscriptionPricePerUnit?: string | null;
11163
+ minSubscriptionPricePerUnit?: string | null;
11169
11164
  /**
11170
11165
  * Variant price per unit. Takes into account `pricePerUnit` settings of parent product, of this variant, and discounted price of variant.
11171
11166
  * @readonly
@@ -14847,7 +14842,7 @@ interface VariantSummaryNonNullableFields {
14847
14842
  interface MinVariantPriceInfoNonNullableFields {
14848
14843
  basePrice?: FixedMonetaryAmountNonNullableFields;
14849
14844
  salePrice?: FixedMonetaryAmountNonNullableFields;
14850
- subscriptionPrice?: FixedMonetaryAmountNonNullableFields;
14845
+ minSubscriptionPrice?: FixedMonetaryAmountNonNullableFields;
14851
14846
  }
14852
14847
  interface V3ProductNonNullableFields {
14853
14848
  physicalProperties?: PhysicalPropertiesNonNullableFields;
@@ -15381,11 +15376,6 @@ interface CatalogUpdateProduct {
15381
15376
  * @readonly
15382
15377
  */
15383
15378
  variantSummary?: VariantSummary;
15384
- /**
15385
- * Price info of the variant with minimum base price.
15386
- * @readonly
15387
- */
15388
- minVariantPriceInfo?: MinVariantPriceInfo;
15389
15379
  }
15390
15380
  interface CatalogUpdateProductOptions {
15391
15381
  /**
@@ -9121,11 +9121,6 @@ interface V3Product extends V3ProductTypedPropertiesOneOf {
9121
9121
  * @readonly
9122
9122
  */
9123
9123
  variantSummary?: VariantSummary;
9124
- /**
9125
- * Price info of the variant with minimum base price.
9126
- * @readonly
9127
- */
9128
- minVariantPriceInfo?: MinVariantPriceInfo;
9129
9124
  }
9130
9125
  /** @oneof */
9131
9126
  interface V3ProductTypedPropertiesOneOf {
@@ -11159,13 +11154,13 @@ interface MinVariantPriceInfo {
11159
11154
  * Subscription price calculated by applying subscription discount to the variant `price.salePrice`
11160
11155
  * @readonly
11161
11156
  */
11162
- subscriptionPrice?: FixedMonetaryAmount;
11157
+ minSubscriptionPrice?: FixedMonetaryAmount;
11163
11158
  /**
11164
11159
  * Subscription price per unit calculated value of price per unit.
11165
11160
  * Takes into account `pricePerUnit` settings of parent product, `pricePerUnit` settings of this variant, and the variant subscription price.
11166
11161
  * @readonly
11167
11162
  */
11168
- subscriptionPricePerUnit?: string | null;
11163
+ minSubscriptionPricePerUnit?: string | null;
11169
11164
  /**
11170
11165
  * Variant price per unit. Takes into account `pricePerUnit` settings of parent product, of this variant, and discounted price of variant.
11171
11166
  * @readonly
@@ -14847,7 +14842,7 @@ interface VariantSummaryNonNullableFields {
14847
14842
  interface MinVariantPriceInfoNonNullableFields {
14848
14843
  basePrice?: FixedMonetaryAmountNonNullableFields;
14849
14844
  salePrice?: FixedMonetaryAmountNonNullableFields;
14850
- subscriptionPrice?: FixedMonetaryAmountNonNullableFields;
14845
+ minSubscriptionPrice?: FixedMonetaryAmountNonNullableFields;
14851
14846
  }
14852
14847
  interface V3ProductNonNullableFields {
14853
14848
  physicalProperties?: PhysicalPropertiesNonNullableFields;
@@ -15381,11 +15376,6 @@ interface CatalogUpdateProduct {
15381
15376
  * @readonly
15382
15377
  */
15383
15378
  variantSummary?: VariantSummary;
15384
- /**
15385
- * Price info of the variant with minimum base price.
15386
- * @readonly
15387
- */
15388
- minVariantPriceInfo?: MinVariantPriceInfo;
15389
15379
  }
15390
15380
  interface CatalogUpdateProductOptions {
15391
15381
  /**
@@ -11366,11 +11366,6 @@ interface V3Product$1 extends V3ProductTypedPropertiesOneOf$1 {
11366
11366
  * @readonly
11367
11367
  */
11368
11368
  variantSummary?: VariantSummary$1;
11369
- /**
11370
- * Price info of the variant with minimum base price.
11371
- * @readonly
11372
- */
11373
- minVariantPriceInfo?: MinVariantPriceInfo$1;
11374
11369
  }
11375
11370
  /** @oneof */
11376
11371
  interface V3ProductTypedPropertiesOneOf$1 {
@@ -13409,34 +13404,6 @@ interface VariantSummary$1 {
13409
13404
  */
13410
13405
  variantCount?: number;
13411
13406
  }
13412
- interface MinVariantPriceInfo$1 {
13413
- /**
13414
- * Variant price. Must be greater or equal to 0.
13415
- * @readonly
13416
- */
13417
- basePrice?: FixedMonetaryAmount$1;
13418
- /**
13419
- * Variant sale price. If not provided, sale price will be equal to `basePrice`. When provided, value must be greater or equal to 0, and less than or equal to `basePrice`.
13420
- * @readonly
13421
- */
13422
- salePrice?: FixedMonetaryAmount$1;
13423
- /**
13424
- * Subscription price calculated by applying subscription discount to the variant `price.salePrice`
13425
- * @readonly
13426
- */
13427
- subscriptionPrice?: FixedMonetaryAmount$1;
13428
- /**
13429
- * Subscription price per unit calculated value of price per unit.
13430
- * Takes into account `pricePerUnit` settings of parent product, `pricePerUnit` settings of this variant, and the variant subscription price.
13431
- * @readonly
13432
- */
13433
- subscriptionPricePerUnit?: string | null;
13434
- /**
13435
- * Variant price per unit. Takes into account `pricePerUnit` settings of parent product, of this variant, and discounted price of variant.
13436
- * @readonly
13437
- */
13438
- pricePerUnit?: string | null;
13439
- }
13440
13407
  interface CreateProductRequest$1 {
13441
13408
  /**
13442
13409
  * Product to create.
@@ -15567,7 +15534,7 @@ interface VariantSummaryNonNullableFields$1 {
15567
15534
  interface MinVariantPriceInfoNonNullableFields$1 {
15568
15535
  basePrice?: FixedMonetaryAmountNonNullableFields$1;
15569
15536
  salePrice?: FixedMonetaryAmountNonNullableFields$1;
15570
- subscriptionPrice?: FixedMonetaryAmountNonNullableFields$1;
15537
+ minSubscriptionPrice?: FixedMonetaryAmountNonNullableFields$1;
15571
15538
  }
15572
15539
  interface V3ProductNonNullableFields$1 {
15573
15540
  physicalProperties?: PhysicalPropertiesNonNullableFields$1;
@@ -15986,11 +15953,6 @@ interface V3Product extends V3ProductTypedPropertiesOneOf {
15986
15953
  * @readonly
15987
15954
  */
15988
15955
  variantSummary?: VariantSummary;
15989
- /**
15990
- * Price info of the variant with minimum base price.
15991
- * @readonly
15992
- */
15993
- minVariantPriceInfo?: MinVariantPriceInfo;
15994
15956
  }
15995
15957
  /** @oneof */
15996
15958
  interface V3ProductTypedPropertiesOneOf {
@@ -17972,34 +17934,6 @@ interface VariantSummary {
17972
17934
  */
17973
17935
  variantCount?: number;
17974
17936
  }
17975
- interface MinVariantPriceInfo {
17976
- /**
17977
- * Variant price. Must be greater or equal to 0.
17978
- * @readonly
17979
- */
17980
- basePrice?: FixedMonetaryAmount;
17981
- /**
17982
- * Variant sale price. If not provided, sale price will be equal to `basePrice`. When provided, value must be greater or equal to 0, and less than or equal to `basePrice`.
17983
- * @readonly
17984
- */
17985
- salePrice?: FixedMonetaryAmount;
17986
- /**
17987
- * Subscription price calculated by applying subscription discount to the variant `price.salePrice`
17988
- * @readonly
17989
- */
17990
- subscriptionPrice?: FixedMonetaryAmount;
17991
- /**
17992
- * Subscription price per unit calculated value of price per unit.
17993
- * Takes into account `pricePerUnit` settings of parent product, `pricePerUnit` settings of this variant, and the variant subscription price.
17994
- * @readonly
17995
- */
17996
- subscriptionPricePerUnit?: string | null;
17997
- /**
17998
- * Variant price per unit. Takes into account `pricePerUnit` settings of parent product, of this variant, and discounted price of variant.
17999
- * @readonly
18000
- */
18001
- pricePerUnit?: string | null;
18002
- }
18003
17937
  interface CreateProductRequest {
18004
17938
  /**
18005
17939
  * Product to create.
@@ -20108,7 +20042,7 @@ interface VariantSummaryNonNullableFields {
20108
20042
  interface MinVariantPriceInfoNonNullableFields {
20109
20043
  basePrice?: FixedMonetaryAmountNonNullableFields;
20110
20044
  salePrice?: FixedMonetaryAmountNonNullableFields;
20111
- subscriptionPrice?: FixedMonetaryAmountNonNullableFields;
20045
+ minSubscriptionPrice?: FixedMonetaryAmountNonNullableFields;
20112
20046
  }
20113
20047
  interface V3ProductNonNullableFields {
20114
20048
  physicalProperties?: PhysicalPropertiesNonNullableFields;