@aptos-scp/scp-component-store-selling-features-domain-model 2.43.0 → 2.44.0

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.
@@ -338,3 +338,4 @@ export declare const PAY_ON_ACCOUNT_EVENT: string;
338
338
  export declare const COUNTRY_BOX_START_TRANSACTION_EVENT: string;
339
339
  export declare const COUNTRY_BOX_FINISH_TRANSACTION_EVENT: string;
340
340
  export declare const FULFILLMENT_AUTHORIZATION_EVENT: string;
341
+ export declare const COUNTRY_BOX_REPORT_GENERATION_EVENT: string;
@@ -345,4 +345,5 @@ exports.PAY_ON_ACCOUNT_EVENT = "PayOnAccount";
345
345
  exports.COUNTRY_BOX_START_TRANSACTION_EVENT = "CountryBoxStartTransactionEvent";
346
346
  exports.COUNTRY_BOX_FINISH_TRANSACTION_EVENT = "CountryBoxFinishTransactionEvent";
347
347
  exports.FULFILLMENT_AUTHORIZATION_EVENT = "FulfillmentAuthorization";
348
+ exports.COUNTRY_BOX_REPORT_GENERATION_EVENT = "CountryBoxReportGenerationEvent";
348
349
  //# 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.43.0",
3
+ "version": "2.44.0",
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",