@aptos-scp/scp-component-store-selling-features-domain-model 2.44.0 → 2.44.1
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.
|
@@ -141,6 +141,7 @@ export declare const SALESPERSON_SEARCH_EVENT: string;
|
|
|
141
141
|
export declare const SALESPERSON_TRANSACTION_ASSOCIATION_EVENT: string;
|
|
142
142
|
export declare const QUERY_MERCHANDISE_HIERARCHY_NODES_EVENT: string;
|
|
143
143
|
export declare const SEARCH_ITEM_EVENT: string;
|
|
144
|
+
export declare const SEARCH_ITEM_BY_KEY_EVENT: string;
|
|
144
145
|
export declare const SEARCH_ITEM_VARIANTS_EVENT: string;
|
|
145
146
|
export declare const SEARCH_POST_VOIDABLE_TRANSACTION_EVENT = "SearchPostVoidableTransaction";
|
|
146
147
|
export declare const APPLY_ITEM_EVENT: string;
|
|
@@ -144,6 +144,7 @@ exports.SALESPERSON_SEARCH_EVENT = "SalespersonSearch";
|
|
|
144
144
|
exports.SALESPERSON_TRANSACTION_ASSOCIATION_EVENT = "SalespersonTransactionAssociationEvent";
|
|
145
145
|
exports.QUERY_MERCHANDISE_HIERARCHY_NODES_EVENT = "QueryMerchandiseHierarchyNodes";
|
|
146
146
|
exports.SEARCH_ITEM_EVENT = "SearchItem";
|
|
147
|
+
exports.SEARCH_ITEM_BY_KEY_EVENT = "SearchItemByKey";
|
|
147
148
|
exports.SEARCH_ITEM_VARIANTS_EVENT = "SearchItemVariants";
|
|
148
149
|
exports.SEARCH_POST_VOIDABLE_TRANSACTION_EVENT = "SearchPostVoidableTransaction";
|
|
149
150
|
exports.APPLY_ITEM_EVENT = "ApplyItem";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aptos-scp/scp-component-store-selling-features-domain-model",
|
|
3
|
-
"version": "2.44.
|
|
3
|
+
"version": "2.44.1",
|
|
4
4
|
"description": "This component library provides the common components to handle the coordination of processing the business events from the UI.",
|
|
5
5
|
"private": false,
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|