@tolinax/ayoune-interfaces 2025.16.13 → 2025.16.14
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/interfaces/index.d.ts +1 -0
- package/interfaces/index.js +1 -0
- package/package.json +1 -1
package/interfaces/index.d.ts
CHANGED
|
@@ -133,6 +133,7 @@ export * from "./IBudget";
|
|
|
133
133
|
export * from "./IBudgetProfile";
|
|
134
134
|
export * from "./IBusinessEvent";
|
|
135
135
|
export * from "./ICalculation";
|
|
136
|
+
export * from "./ICardReader";
|
|
136
137
|
export * from "./ICalculationGroup";
|
|
137
138
|
export * from "./ICalculationRule";
|
|
138
139
|
export * from "./ICalculationSchema";
|
package/interfaces/index.js
CHANGED
|
@@ -149,6 +149,7 @@ __exportStar(require("./IBudget"), exports);
|
|
|
149
149
|
__exportStar(require("./IBudgetProfile"), exports);
|
|
150
150
|
__exportStar(require("./IBusinessEvent"), exports);
|
|
151
151
|
__exportStar(require("./ICalculation"), exports);
|
|
152
|
+
__exportStar(require("./ICardReader"), exports);
|
|
152
153
|
__exportStar(require("./ICalculationGroup"), exports);
|
|
153
154
|
__exportStar(require("./ICalculationRule"), exports);
|
|
154
155
|
__exportStar(require("./ICalculationSchema"), exports);
|