@hastehaul/common 2.0.16 → 2.0.18
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/build/index.d.ts
CHANGED
@@ -137,6 +137,7 @@ export * from "./events/common/interfaces/customer-events-interfaces/customer-cr
|
|
137
137
|
export * from "./events/common/interfaces/customer-events-interfaces/customer-unblocked-event";
|
138
138
|
export * from "./events/common/interfaces/customer-events-interfaces/customer-new-event";
|
139
139
|
export * from "./events/common/interfaces/customer-events-interfaces/customer-otp-request-event";
|
140
|
+
export * from "./events/common/interfaces/customer-events-interfaces/customer-paymentmethod-request";
|
140
141
|
/**
|
141
142
|
* Re-exports all the interfaces related to streams from the "stream-interfaces" file.
|
142
143
|
*
|
package/build/index.js
CHANGED
@@ -169,6 +169,7 @@ __exportStar(require("./events/common/interfaces/customer-events-interfaces/cust
|
|
169
169
|
__exportStar(require("./events/common/interfaces/customer-events-interfaces/customer-unblocked-event"), exports);
|
170
170
|
__exportStar(require("./events/common/interfaces/customer-events-interfaces/customer-new-event"), exports);
|
171
171
|
__exportStar(require("./events/common/interfaces/customer-events-interfaces/customer-otp-request-event"), exports);
|
172
|
+
__exportStar(require("./events/common/interfaces/customer-events-interfaces/customer-paymentmethod-request"), exports);
|
172
173
|
//! Interfaces related to payment events are currently commented out using '//'.
|
173
174
|
// export * from "./payment-event-interfaces";
|
174
175
|
/**
|