@hastehaul/common 2.0.24 → 2.0.25
Sign up to get free protection for your applications and to get access to all the features.
- package/build/index.d.ts +1 -0
- package/build/index.js +1 -0
- package/package.json +1 -1
package/build/index.d.ts
CHANGED
@@ -150,6 +150,7 @@ export * from "./events/common/interfaces/customer-system-events-interfaces/cust
|
|
150
150
|
*/
|
151
151
|
export * from "./events/common/interfaces/stream-interfaces/order-stream-interface";
|
152
152
|
export * from "./events/common/interfaces/stream-interfaces/customer-stream-interface";
|
153
|
+
export * from "./events/common/interfaces/stream-interfaces/customer-system-stream-interface";
|
153
154
|
/**
|
154
155
|
* Re-exports all the types related to durable names from the "durable-names" file.
|
155
156
|
*
|
package/build/index.js
CHANGED
@@ -186,6 +186,7 @@ __exportStar(require("./events/common/interfaces/customer-system-events-interfac
|
|
186
186
|
*/
|
187
187
|
__exportStar(require("./events/common/interfaces/stream-interfaces/order-stream-interface"), exports);
|
188
188
|
__exportStar(require("./events/common/interfaces/stream-interfaces/customer-stream-interface"), exports);
|
189
|
+
__exportStar(require("./events/common/interfaces/stream-interfaces/customer-system-stream-interface"), exports);
|
189
190
|
//* Import and re-export types from other files in events enums for easier access.
|
190
191
|
/**
|
191
192
|
* Re-exports all the types related to durable names from the "durable-names" file.
|