@wix/motion 1.0.15 → 1.0.16
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.
|
@@ -178,7 +178,7 @@ export interface DeleteProductResponse {
|
|
|
178
178
|
export interface UpdateProductRequest {
|
|
179
179
|
productId: string;
|
|
180
180
|
product?: Product;
|
|
181
|
-
/** Explicit list of fields to update */
|
|
181
|
+
/** Explicit list of fields to update. */
|
|
182
182
|
mask?: string[];
|
|
183
183
|
}
|
|
184
184
|
export interface UpdateProductResponse {
|
|
@@ -106,7 +106,7 @@ export interface DeleteProductResponse {
|
|
|
106
106
|
export interface UpdateProductRequest {
|
|
107
107
|
productId: string;
|
|
108
108
|
product?: Product;
|
|
109
|
-
/** Explicit list of fields to update */
|
|
109
|
+
/** Explicit list of fields to update. */
|
|
110
110
|
mask?: string[];
|
|
111
111
|
}
|
|
112
112
|
export interface UpdateProductResponse {
|
|
@@ -258,7 +258,7 @@ export declare function deleteProduct(productId: string): Promise<void>;
|
|
|
258
258
|
export declare function updateProduct(productId: string, options?: UpdateProductOptions): Promise<Product>;
|
|
259
259
|
export interface UpdateProductOptions {
|
|
260
260
|
product?: Product;
|
|
261
|
-
/** Explicit list of fields to update */
|
|
261
|
+
/** Explicit list of fields to update. */
|
|
262
262
|
mask?: string[];
|
|
263
263
|
}
|
|
264
264
|
/** @public
|
|
@@ -178,7 +178,7 @@ export interface DeleteProductResponse {
|
|
|
178
178
|
export interface UpdateProductRequest {
|
|
179
179
|
productId: string;
|
|
180
180
|
product?: Product;
|
|
181
|
-
/** Explicit list of fields to update */
|
|
181
|
+
/** Explicit list of fields to update. */
|
|
182
182
|
mask?: string[];
|
|
183
183
|
}
|
|
184
184
|
export interface UpdateProductResponse {
|
|
@@ -106,7 +106,7 @@ export interface DeleteProductResponse {
|
|
|
106
106
|
export interface UpdateProductRequest {
|
|
107
107
|
productId: string;
|
|
108
108
|
product?: Product;
|
|
109
|
-
/** Explicit list of fields to update */
|
|
109
|
+
/** Explicit list of fields to update. */
|
|
110
110
|
mask?: string[];
|
|
111
111
|
}
|
|
112
112
|
export interface UpdateProductResponse {
|
|
@@ -258,7 +258,7 @@ export declare function deleteProduct(productId: string): Promise<void>;
|
|
|
258
258
|
export declare function updateProduct(productId: string, options?: UpdateProductOptions): Promise<Product>;
|
|
259
259
|
export interface UpdateProductOptions {
|
|
260
260
|
product?: Product;
|
|
261
|
-
/** Explicit list of fields to update */
|
|
261
|
+
/** Explicit list of fields to update. */
|
|
262
262
|
mask?: string[];
|
|
263
263
|
}
|
|
264
264
|
/** @public
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/motion",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.16",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -33,5 +33,5 @@
|
|
|
33
33
|
"groupId": "com.wixpress.public-sdk-autogen"
|
|
34
34
|
}
|
|
35
35
|
},
|
|
36
|
-
"falconPackageHash": "
|
|
36
|
+
"falconPackageHash": "0c5c5898cc3e256053835bb66fa2fcff6388c47fb8ed2350ee29bda6"
|
|
37
37
|
}
|