@wix/auto_sdk_stores_read-only-variants-v-3 1.0.64 → 1.0.66
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 +15 -6
- package/build/cjs/meta.js.map +1 -1
- package/build/cjs/{stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal-BrvK7hib.d.ts → stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal-Cd3Qfxts.d.ts} +14 -5
- 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 +15 -6
- package/build/es/meta.mjs.map +1 -1
- package/build/es/{stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal-BrvK7hib.d.mts → stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal-Cd3Qfxts.d.mts} +14 -5
- 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 +15 -6
- 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-BjZVj4Mi.d.ts → stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal-MJmcYUBb.d.ts} +14 -5
- 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 +15 -6
- 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-BjZVj4Mi.d.mts → stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal-MJmcYUBb.d.mts} +14 -5
- package/package.json +2 -2
|
@@ -1666,6 +1666,13 @@ interface MigrateProductVariantsRequest {
|
|
|
1666
1666
|
/** Event sequence number for the migration. */
|
|
1667
1667
|
eventSequence?: string | null;
|
|
1668
1668
|
}
|
|
1669
|
+
/**
|
|
1670
|
+
* A product in a Wix Stores catalog.
|
|
1671
|
+
*
|
|
1672
|
+
* Products can be physical goods that require shipping, or digital content that customers download. Each product has at least one variant, which represents a specific purchasable version with its own pricing, SKU, and inventory. Products with options (like size or color) have multiple variants.
|
|
1673
|
+
*
|
|
1674
|
+
* Products can be associated with brands and ribbons, enhanced with info sections and extended fields, and organized into categories.
|
|
1675
|
+
*/
|
|
1669
1676
|
interface Product extends ProductTypedPropertiesOneOf {
|
|
1670
1677
|
/**
|
|
1671
1678
|
* Physical properties.
|
|
@@ -1801,7 +1808,7 @@ interface Product extends ProductTypedPropertiesOneOf {
|
|
|
1801
1808
|
*/
|
|
1802
1809
|
ribbon?: Ribbon;
|
|
1803
1810
|
/**
|
|
1804
|
-
* List of [categories](https://dev.wix.com/docs/api-reference/business-
|
|
1811
|
+
* List of [categories](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/categories/introduction) that directly contain this product.
|
|
1805
1812
|
*
|
|
1806
1813
|
* Updated automatically when a product is added/removed from a category, when an item is moved within a category, or when a category is deleted.
|
|
1807
1814
|
* > **Note:** Returned only when you pass `"DIRECT_CATEGORIES_INFO"` to the `fields` array in Products API requests.
|
|
@@ -1809,13 +1816,13 @@ interface Product extends ProductTypedPropertiesOneOf {
|
|
|
1809
1816
|
*/
|
|
1810
1817
|
directCategoriesInfo?: ProductCategoriesInfo;
|
|
1811
1818
|
/**
|
|
1812
|
-
* List of [categories](https://dev.wix.com/docs/api-reference/business-
|
|
1819
|
+
* List of [categories](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/categories/introduction) that directly contain this product, as well as their parent categories.
|
|
1813
1820
|
* > **Note:** Returned only when you pass `"ALL_CATEGORIES_INFO"` to the `fields` array in Products API requests.
|
|
1814
1821
|
* @readonly
|
|
1815
1822
|
*/
|
|
1816
1823
|
allCategoriesInfo?: ProductCategoriesInfo;
|
|
1817
1824
|
/**
|
|
1818
|
-
* The ID of the product's primary direct [category](https://dev.wix.com/docs/api-reference/business-
|
|
1825
|
+
* The ID of the product's primary direct [category](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/categories/introduction), 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".
|
|
1819
1826
|
* @format GUID
|
|
1820
1827
|
*/
|
|
1821
1828
|
mainCategoryId?: string | null;
|
|
@@ -1867,7 +1874,7 @@ interface Product extends ProductTypedPropertiesOneOf {
|
|
|
1867
1874
|
*/
|
|
1868
1875
|
currency?: string | null;
|
|
1869
1876
|
/**
|
|
1870
|
-
* Breadcrumbs of the `mainCategoryId`. Used to navigate to parent [categories](https://dev.wix.com/docs/api-reference/business-
|
|
1877
|
+
* Breadcrumbs of the `mainCategoryId`. Used to navigate to parent [categories](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/categories/introduction). Useful for building navigation UI and for SEO purposes.
|
|
1871
1878
|
* > **Note:** Returned only when you pass `"BREADCRUMBS_INFO"` to the `fields` array in Products API requests.
|
|
1872
1879
|
* @readonly
|
|
1873
1880
|
*/
|
|
@@ -4318,7 +4325,7 @@ interface ProductCategory {
|
|
|
4318
4325
|
*/
|
|
4319
4326
|
_id?: string;
|
|
4320
4327
|
/**
|
|
4321
|
-
* Index location of the product within the category,
|
|
4328
|
+
* Index location of the product within the category, used for sorting products in a specific category. You can manually arrange up to 100 products per category. For detailed instructions, refer to the [Add and arrange products in a category](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/products-v3/sample-use-cases-and-flows#add-and-arrange-products-in-a-category) sample flow.
|
|
4322
4329
|
* @max 200
|
|
4323
4330
|
*/
|
|
4324
4331
|
index?: number | null;
|
|
@@ -5079,6 +5086,8 @@ interface MessageEnvelope {
|
|
|
5079
5086
|
identity?: IdentificationData;
|
|
5080
5087
|
/** Stringify payload. */
|
|
5081
5088
|
data?: string;
|
|
5089
|
+
/** Details related to the account */
|
|
5090
|
+
accountInfo?: AccountInfo;
|
|
5082
5091
|
}
|
|
5083
5092
|
interface IdentificationData extends IdentificationDataIdOneOf {
|
|
5084
5093
|
/**
|
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.66",
|
|
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": "bf7f0a23617f242acd7ca1b7835e6c2446cc3b9805b0227b99c7420d"
|
|
54
54
|
}
|