@wix/stores 1.0.287 → 1.0.289
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.
|
|
3
|
+
"version": "1.0.289",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"@wix/stores_inventory": "1.0.59",
|
|
30
30
|
"@wix/stores_inventory-items-v-3": "1.0.26",
|
|
31
31
|
"@wix/stores_products": "1.0.84",
|
|
32
|
-
"@wix/stores_products-v-3": "1.0.
|
|
32
|
+
"@wix/stores_products-v-3": "1.0.71",
|
|
33
33
|
"@wix/stores_ribbons-v-3": "1.0.22",
|
|
34
34
|
"@wix/stores_stores-locations-v-3": "1.0.23",
|
|
35
35
|
"@wix/stores_subscription-options": "1.0.46",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"fqdn": ""
|
|
59
59
|
}
|
|
60
60
|
},
|
|
61
|
-
"falconPackageHash": "
|
|
61
|
+
"falconPackageHash": "8368b7c24830a1720872c7f1e9455c21d748693515ecf4b57f227561"
|
|
62
62
|
}
|
|
@@ -16308,11 +16308,11 @@ interface ProductCreatedEnvelope {
|
|
|
16308
16308
|
entity: V3Product;
|
|
16309
16309
|
metadata: EventMetadata$1;
|
|
16310
16310
|
}
|
|
16311
|
-
interface
|
|
16311
|
+
interface ProductDeletedEnvelope {
|
|
16312
16312
|
entity: V3Product;
|
|
16313
16313
|
metadata: EventMetadata$1;
|
|
16314
16314
|
}
|
|
16315
|
-
interface
|
|
16315
|
+
interface ProductUpdatedEnvelope {
|
|
16316
16316
|
entity: V3Product;
|
|
16317
16317
|
metadata: EventMetadata$1;
|
|
16318
16318
|
}
|
|
@@ -17229,8 +17229,8 @@ interface BulkRemoveProductsFromCategoriesByFilterSignature {
|
|
|
17229
17229
|
(options?: BulkRemoveProductsFromCategoriesByFilterOptions | undefined): Promise<BulkRemoveProductsFromCategoriesByFilterResponse & BulkRemoveProductsFromCategoriesByFilterResponseNonNullableFields>;
|
|
17230
17230
|
}
|
|
17231
17231
|
declare const onProductCreated$1: EventDefinition<ProductCreatedEnvelope, "wix.stores.catalog.v3.product_created">;
|
|
17232
|
-
declare const onProductUpdated$1: EventDefinition<ProductUpdatedEnvelope, "wix.stores.catalog.v3.product_updated">;
|
|
17233
17232
|
declare const onProductDeleted$1: EventDefinition<ProductDeletedEnvelope, "wix.stores.catalog.v3.product_deleted">;
|
|
17233
|
+
declare const onProductUpdated$1: EventDefinition<ProductUpdatedEnvelope, "wix.stores.catalog.v3.product_updated">;
|
|
17234
17234
|
|
|
17235
17235
|
declare function createEventModule$2<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
|
|
17236
17236
|
|
|
@@ -17265,14 +17265,14 @@ type _publicOnProductCreatedType = typeof onProductCreated$1;
|
|
|
17265
17265
|
/** */
|
|
17266
17266
|
declare const onProductCreated: ReturnType<typeof createEventModule$2<_publicOnProductCreatedType>>;
|
|
17267
17267
|
|
|
17268
|
-
type _publicOnProductUpdatedType = typeof onProductUpdated$1;
|
|
17269
|
-
/** */
|
|
17270
|
-
declare const onProductUpdated: ReturnType<typeof createEventModule$2<_publicOnProductUpdatedType>>;
|
|
17271
|
-
|
|
17272
17268
|
type _publicOnProductDeletedType = typeof onProductDeleted$1;
|
|
17273
17269
|
/** */
|
|
17274
17270
|
declare const onProductDeleted: ReturnType<typeof createEventModule$2<_publicOnProductDeletedType>>;
|
|
17275
17271
|
|
|
17272
|
+
type _publicOnProductUpdatedType = typeof onProductUpdated$1;
|
|
17273
|
+
/** */
|
|
17274
|
+
declare const onProductUpdated: ReturnType<typeof createEventModule$2<_publicOnProductUpdatedType>>;
|
|
17275
|
+
|
|
17276
17276
|
type context$5_AdjustValue = AdjustValue;
|
|
17277
17277
|
type context$5_AdjustValueAdjustValueOneOf = AdjustValueAdjustValueOneOf;
|
|
17278
17278
|
type context$5_Aggregation = Aggregation;
|
|
@@ -16308,11 +16308,11 @@ interface ProductCreatedEnvelope {
|
|
|
16308
16308
|
entity: V3Product;
|
|
16309
16309
|
metadata: EventMetadata$1;
|
|
16310
16310
|
}
|
|
16311
|
-
interface
|
|
16311
|
+
interface ProductDeletedEnvelope {
|
|
16312
16312
|
entity: V3Product;
|
|
16313
16313
|
metadata: EventMetadata$1;
|
|
16314
16314
|
}
|
|
16315
|
-
interface
|
|
16315
|
+
interface ProductUpdatedEnvelope {
|
|
16316
16316
|
entity: V3Product;
|
|
16317
16317
|
metadata: EventMetadata$1;
|
|
16318
16318
|
}
|
|
@@ -17229,8 +17229,8 @@ interface BulkRemoveProductsFromCategoriesByFilterSignature {
|
|
|
17229
17229
|
(options?: BulkRemoveProductsFromCategoriesByFilterOptions | undefined): Promise<BulkRemoveProductsFromCategoriesByFilterResponse & BulkRemoveProductsFromCategoriesByFilterResponseNonNullableFields>;
|
|
17230
17230
|
}
|
|
17231
17231
|
declare const onProductCreated$1: EventDefinition<ProductCreatedEnvelope, "wix.stores.catalog.v3.product_created">;
|
|
17232
|
-
declare const onProductUpdated$1: EventDefinition<ProductUpdatedEnvelope, "wix.stores.catalog.v3.product_updated">;
|
|
17233
17232
|
declare const onProductDeleted$1: EventDefinition<ProductDeletedEnvelope, "wix.stores.catalog.v3.product_deleted">;
|
|
17233
|
+
declare const onProductUpdated$1: EventDefinition<ProductUpdatedEnvelope, "wix.stores.catalog.v3.product_updated">;
|
|
17234
17234
|
|
|
17235
17235
|
declare function createEventModule$2<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
|
|
17236
17236
|
|
|
@@ -17265,14 +17265,14 @@ type _publicOnProductCreatedType = typeof onProductCreated$1;
|
|
|
17265
17265
|
/** */
|
|
17266
17266
|
declare const onProductCreated: ReturnType<typeof createEventModule$2<_publicOnProductCreatedType>>;
|
|
17267
17267
|
|
|
17268
|
-
type _publicOnProductUpdatedType = typeof onProductUpdated$1;
|
|
17269
|
-
/** */
|
|
17270
|
-
declare const onProductUpdated: ReturnType<typeof createEventModule$2<_publicOnProductUpdatedType>>;
|
|
17271
|
-
|
|
17272
17268
|
type _publicOnProductDeletedType = typeof onProductDeleted$1;
|
|
17273
17269
|
/** */
|
|
17274
17270
|
declare const onProductDeleted: ReturnType<typeof createEventModule$2<_publicOnProductDeletedType>>;
|
|
17275
17271
|
|
|
17272
|
+
type _publicOnProductUpdatedType = typeof onProductUpdated$1;
|
|
17273
|
+
/** */
|
|
17274
|
+
declare const onProductUpdated: ReturnType<typeof createEventModule$2<_publicOnProductUpdatedType>>;
|
|
17275
|
+
|
|
17276
17276
|
type index_d$5_AdjustValue = AdjustValue;
|
|
17277
17277
|
type index_d$5_AdjustValueAdjustValueOneOf = AdjustValueAdjustValueOneOf;
|
|
17278
17278
|
type index_d$5_Aggregation = Aggregation;
|