@aptos-scp/scp-component-store-selling-features-domain-model 2.43.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;
|
|
@@ -338,3 +339,4 @@ export declare const PAY_ON_ACCOUNT_EVENT: string;
|
|
|
338
339
|
export declare const COUNTRY_BOX_START_TRANSACTION_EVENT: string;
|
|
339
340
|
export declare const COUNTRY_BOX_FINISH_TRANSACTION_EVENT: string;
|
|
340
341
|
export declare const FULFILLMENT_AUTHORIZATION_EVENT: string;
|
|
342
|
+
export declare const COUNTRY_BOX_REPORT_GENERATION_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";
|
|
@@ -345,4 +346,5 @@ exports.PAY_ON_ACCOUNT_EVENT = "PayOnAccount";
|
|
|
345
346
|
exports.COUNTRY_BOX_START_TRANSACTION_EVENT = "CountryBoxStartTransactionEvent";
|
|
346
347
|
exports.COUNTRY_BOX_FINISH_TRANSACTION_EVENT = "CountryBoxFinishTransactionEvent";
|
|
347
348
|
exports.FULFILLMENT_AUTHORIZATION_EVENT = "FulfillmentAuthorization";
|
|
349
|
+
exports.COUNTRY_BOX_REPORT_GENERATION_EVENT = "CountryBoxReportGenerationEvent";
|
|
348
350
|
//# sourceMappingURL=UIBusinessEventTypes.js.map
|
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.
|
|
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",
|