@wix/auto_sdk_stores_products-v-3 1.0.11 → 1.0.12
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/src/stores-catalog-v3-product-products-v-3.types.d.ts +4 -4
- package/build/cjs/src/stores-catalog-v3-product-products-v-3.universal.d.ts +4 -4
- package/build/es/src/stores-catalog-v3-product-products-v-3.types.d.ts +4 -4
- package/build/es/src/stores-catalog-v3-product-products-v-3.universal.d.ts +4 -4
- package/build/internal/cjs/src/stores-catalog-v3-product-products-v-3.types.d.ts +4 -4
- package/build/internal/cjs/src/stores-catalog-v3-product-products-v-3.universal.d.ts +4 -4
- package/build/internal/es/src/stores-catalog-v3-product-products-v-3.types.d.ts +4 -4
- package/build/internal/es/src/stores-catalog-v3-product-products-v-3.universal.d.ts +4 -4
- package/package.json +2 -2
|
@@ -1564,13 +1564,13 @@ export interface Media {
|
|
|
1564
1564
|
}
|
|
1565
1565
|
export interface ProductMedia extends ProductMediaSetByOneOf, ProductMediaMediaOneOf {
|
|
1566
1566
|
/**
|
|
1567
|
-
* ID of existing
|
|
1567
|
+
* Set media by ID of an existing file in Wix Media Manager.
|
|
1568
1568
|
* @minLength 1
|
|
1569
1569
|
* @maxLength 200
|
|
1570
1570
|
*/
|
|
1571
1571
|
id?: string;
|
|
1572
1572
|
/**
|
|
1573
|
-
*
|
|
1573
|
+
* Set media using an external media URL.
|
|
1574
1574
|
* @format WEB_URL
|
|
1575
1575
|
*/
|
|
1576
1576
|
url?: string;
|
|
@@ -1616,13 +1616,13 @@ export interface ProductMedia extends ProductMediaSetByOneOf, ProductMediaMediaO
|
|
|
1616
1616
|
/** @oneof */
|
|
1617
1617
|
export interface ProductMediaSetByOneOf {
|
|
1618
1618
|
/**
|
|
1619
|
-
* ID of existing
|
|
1619
|
+
* Set media by ID of an existing file in Wix Media Manager.
|
|
1620
1620
|
* @minLength 1
|
|
1621
1621
|
* @maxLength 200
|
|
1622
1622
|
*/
|
|
1623
1623
|
id?: string;
|
|
1624
1624
|
/**
|
|
1625
|
-
*
|
|
1625
|
+
* Set media using an external media URL.
|
|
1626
1626
|
* @format WEB_URL
|
|
1627
1627
|
*/
|
|
1628
1628
|
url?: string;
|
|
@@ -1558,13 +1558,13 @@ export interface Media {
|
|
|
1558
1558
|
}
|
|
1559
1559
|
export interface ProductMedia extends ProductMediaSetByOneOf, ProductMediaMediaOneOf {
|
|
1560
1560
|
/**
|
|
1561
|
-
* ID of existing
|
|
1561
|
+
* Set media by ID of an existing file in Wix Media Manager.
|
|
1562
1562
|
* @minLength 1
|
|
1563
1563
|
* @maxLength 200
|
|
1564
1564
|
*/
|
|
1565
1565
|
_id?: string;
|
|
1566
1566
|
/**
|
|
1567
|
-
*
|
|
1567
|
+
* Set media using an external media URL.
|
|
1568
1568
|
* @format WEB_URL
|
|
1569
1569
|
*/
|
|
1570
1570
|
url?: string;
|
|
@@ -1610,13 +1610,13 @@ export interface ProductMedia extends ProductMediaSetByOneOf, ProductMediaMediaO
|
|
|
1610
1610
|
/** @oneof */
|
|
1611
1611
|
export interface ProductMediaSetByOneOf {
|
|
1612
1612
|
/**
|
|
1613
|
-
* ID of existing
|
|
1613
|
+
* Set media by ID of an existing file in Wix Media Manager.
|
|
1614
1614
|
* @minLength 1
|
|
1615
1615
|
* @maxLength 200
|
|
1616
1616
|
*/
|
|
1617
1617
|
_id?: string;
|
|
1618
1618
|
/**
|
|
1619
|
-
*
|
|
1619
|
+
* Set media using an external media URL.
|
|
1620
1620
|
* @format WEB_URL
|
|
1621
1621
|
*/
|
|
1622
1622
|
url?: string;
|
|
@@ -1564,13 +1564,13 @@ export interface Media {
|
|
|
1564
1564
|
}
|
|
1565
1565
|
export interface ProductMedia extends ProductMediaSetByOneOf, ProductMediaMediaOneOf {
|
|
1566
1566
|
/**
|
|
1567
|
-
* ID of existing
|
|
1567
|
+
* Set media by ID of an existing file in Wix Media Manager.
|
|
1568
1568
|
* @minLength 1
|
|
1569
1569
|
* @maxLength 200
|
|
1570
1570
|
*/
|
|
1571
1571
|
id?: string;
|
|
1572
1572
|
/**
|
|
1573
|
-
*
|
|
1573
|
+
* Set media using an external media URL.
|
|
1574
1574
|
* @format WEB_URL
|
|
1575
1575
|
*/
|
|
1576
1576
|
url?: string;
|
|
@@ -1616,13 +1616,13 @@ export interface ProductMedia extends ProductMediaSetByOneOf, ProductMediaMediaO
|
|
|
1616
1616
|
/** @oneof */
|
|
1617
1617
|
export interface ProductMediaSetByOneOf {
|
|
1618
1618
|
/**
|
|
1619
|
-
* ID of existing
|
|
1619
|
+
* Set media by ID of an existing file in Wix Media Manager.
|
|
1620
1620
|
* @minLength 1
|
|
1621
1621
|
* @maxLength 200
|
|
1622
1622
|
*/
|
|
1623
1623
|
id?: string;
|
|
1624
1624
|
/**
|
|
1625
|
-
*
|
|
1625
|
+
* Set media using an external media URL.
|
|
1626
1626
|
* @format WEB_URL
|
|
1627
1627
|
*/
|
|
1628
1628
|
url?: string;
|
|
@@ -1558,13 +1558,13 @@ export interface Media {
|
|
|
1558
1558
|
}
|
|
1559
1559
|
export interface ProductMedia extends ProductMediaSetByOneOf, ProductMediaMediaOneOf {
|
|
1560
1560
|
/**
|
|
1561
|
-
* ID of existing
|
|
1561
|
+
* Set media by ID of an existing file in Wix Media Manager.
|
|
1562
1562
|
* @minLength 1
|
|
1563
1563
|
* @maxLength 200
|
|
1564
1564
|
*/
|
|
1565
1565
|
_id?: string;
|
|
1566
1566
|
/**
|
|
1567
|
-
*
|
|
1567
|
+
* Set media using an external media URL.
|
|
1568
1568
|
* @format WEB_URL
|
|
1569
1569
|
*/
|
|
1570
1570
|
url?: string;
|
|
@@ -1610,13 +1610,13 @@ export interface ProductMedia extends ProductMediaSetByOneOf, ProductMediaMediaO
|
|
|
1610
1610
|
/** @oneof */
|
|
1611
1611
|
export interface ProductMediaSetByOneOf {
|
|
1612
1612
|
/**
|
|
1613
|
-
* ID of existing
|
|
1613
|
+
* Set media by ID of an existing file in Wix Media Manager.
|
|
1614
1614
|
* @minLength 1
|
|
1615
1615
|
* @maxLength 200
|
|
1616
1616
|
*/
|
|
1617
1617
|
_id?: string;
|
|
1618
1618
|
/**
|
|
1619
|
-
*
|
|
1619
|
+
* Set media using an external media URL.
|
|
1620
1620
|
* @format WEB_URL
|
|
1621
1621
|
*/
|
|
1622
1622
|
url?: string;
|
|
@@ -1564,13 +1564,13 @@ export interface Media {
|
|
|
1564
1564
|
}
|
|
1565
1565
|
export interface ProductMedia extends ProductMediaSetByOneOf, ProductMediaMediaOneOf {
|
|
1566
1566
|
/**
|
|
1567
|
-
* ID of existing
|
|
1567
|
+
* Set media by ID of an existing file in Wix Media Manager.
|
|
1568
1568
|
* @minLength 1
|
|
1569
1569
|
* @maxLength 200
|
|
1570
1570
|
*/
|
|
1571
1571
|
id?: string;
|
|
1572
1572
|
/**
|
|
1573
|
-
*
|
|
1573
|
+
* Set media using an external media URL.
|
|
1574
1574
|
* @format WEB_URL
|
|
1575
1575
|
*/
|
|
1576
1576
|
url?: string;
|
|
@@ -1616,13 +1616,13 @@ export interface ProductMedia extends ProductMediaSetByOneOf, ProductMediaMediaO
|
|
|
1616
1616
|
/** @oneof */
|
|
1617
1617
|
export interface ProductMediaSetByOneOf {
|
|
1618
1618
|
/**
|
|
1619
|
-
* ID of existing
|
|
1619
|
+
* Set media by ID of an existing file in Wix Media Manager.
|
|
1620
1620
|
* @minLength 1
|
|
1621
1621
|
* @maxLength 200
|
|
1622
1622
|
*/
|
|
1623
1623
|
id?: string;
|
|
1624
1624
|
/**
|
|
1625
|
-
*
|
|
1625
|
+
* Set media using an external media URL.
|
|
1626
1626
|
* @format WEB_URL
|
|
1627
1627
|
*/
|
|
1628
1628
|
url?: string;
|
|
@@ -1564,13 +1564,13 @@ export interface Media {
|
|
|
1564
1564
|
}
|
|
1565
1565
|
export interface ProductMedia extends ProductMediaSetByOneOf, ProductMediaMediaOneOf {
|
|
1566
1566
|
/**
|
|
1567
|
-
* ID of existing
|
|
1567
|
+
* Set media by ID of an existing file in Wix Media Manager.
|
|
1568
1568
|
* @minLength 1
|
|
1569
1569
|
* @maxLength 200
|
|
1570
1570
|
*/
|
|
1571
1571
|
_id?: string;
|
|
1572
1572
|
/**
|
|
1573
|
-
*
|
|
1573
|
+
* Set media using an external media URL.
|
|
1574
1574
|
* @format WEB_URL
|
|
1575
1575
|
*/
|
|
1576
1576
|
url?: string;
|
|
@@ -1616,13 +1616,13 @@ export interface ProductMedia extends ProductMediaSetByOneOf, ProductMediaMediaO
|
|
|
1616
1616
|
/** @oneof */
|
|
1617
1617
|
export interface ProductMediaSetByOneOf {
|
|
1618
1618
|
/**
|
|
1619
|
-
* ID of existing
|
|
1619
|
+
* Set media by ID of an existing file in Wix Media Manager.
|
|
1620
1620
|
* @minLength 1
|
|
1621
1621
|
* @maxLength 200
|
|
1622
1622
|
*/
|
|
1623
1623
|
_id?: string;
|
|
1624
1624
|
/**
|
|
1625
|
-
*
|
|
1625
|
+
* Set media using an external media URL.
|
|
1626
1626
|
* @format WEB_URL
|
|
1627
1627
|
*/
|
|
1628
1628
|
url?: string;
|
|
@@ -1564,13 +1564,13 @@ export interface Media {
|
|
|
1564
1564
|
}
|
|
1565
1565
|
export interface ProductMedia extends ProductMediaSetByOneOf, ProductMediaMediaOneOf {
|
|
1566
1566
|
/**
|
|
1567
|
-
* ID of existing
|
|
1567
|
+
* Set media by ID of an existing file in Wix Media Manager.
|
|
1568
1568
|
* @minLength 1
|
|
1569
1569
|
* @maxLength 200
|
|
1570
1570
|
*/
|
|
1571
1571
|
id?: string;
|
|
1572
1572
|
/**
|
|
1573
|
-
*
|
|
1573
|
+
* Set media using an external media URL.
|
|
1574
1574
|
* @format WEB_URL
|
|
1575
1575
|
*/
|
|
1576
1576
|
url?: string;
|
|
@@ -1616,13 +1616,13 @@ export interface ProductMedia extends ProductMediaSetByOneOf, ProductMediaMediaO
|
|
|
1616
1616
|
/** @oneof */
|
|
1617
1617
|
export interface ProductMediaSetByOneOf {
|
|
1618
1618
|
/**
|
|
1619
|
-
* ID of existing
|
|
1619
|
+
* Set media by ID of an existing file in Wix Media Manager.
|
|
1620
1620
|
* @minLength 1
|
|
1621
1621
|
* @maxLength 200
|
|
1622
1622
|
*/
|
|
1623
1623
|
id?: string;
|
|
1624
1624
|
/**
|
|
1625
|
-
*
|
|
1625
|
+
* Set media using an external media URL.
|
|
1626
1626
|
* @format WEB_URL
|
|
1627
1627
|
*/
|
|
1628
1628
|
url?: string;
|
|
@@ -1564,13 +1564,13 @@ export interface Media {
|
|
|
1564
1564
|
}
|
|
1565
1565
|
export interface ProductMedia extends ProductMediaSetByOneOf, ProductMediaMediaOneOf {
|
|
1566
1566
|
/**
|
|
1567
|
-
* ID of existing
|
|
1567
|
+
* Set media by ID of an existing file in Wix Media Manager.
|
|
1568
1568
|
* @minLength 1
|
|
1569
1569
|
* @maxLength 200
|
|
1570
1570
|
*/
|
|
1571
1571
|
_id?: string;
|
|
1572
1572
|
/**
|
|
1573
|
-
*
|
|
1573
|
+
* Set media using an external media URL.
|
|
1574
1574
|
* @format WEB_URL
|
|
1575
1575
|
*/
|
|
1576
1576
|
url?: string;
|
|
@@ -1616,13 +1616,13 @@ export interface ProductMedia extends ProductMediaSetByOneOf, ProductMediaMediaO
|
|
|
1616
1616
|
/** @oneof */
|
|
1617
1617
|
export interface ProductMediaSetByOneOf {
|
|
1618
1618
|
/**
|
|
1619
|
-
* ID of existing
|
|
1619
|
+
* Set media by ID of an existing file in Wix Media Manager.
|
|
1620
1620
|
* @minLength 1
|
|
1621
1621
|
* @maxLength 200
|
|
1622
1622
|
*/
|
|
1623
1623
|
_id?: string;
|
|
1624
1624
|
/**
|
|
1625
|
-
*
|
|
1625
|
+
* Set media using an external media URL.
|
|
1626
1626
|
* @format WEB_URL
|
|
1627
1627
|
*/
|
|
1628
1628
|
url?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/auto_sdk_stores_products-v-3",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.12",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"fqdn": "wix.stores.catalog.v3.product"
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
|
-
"falconPackageHash": "
|
|
51
|
+
"falconPackageHash": "7dc0138e323b77a9e7f19bfaf1d37e90243bd5c9519fb1c62909cbbd"
|
|
52
52
|
}
|