@tolinax/ayoune-interfaces 2025.16.13 → 2025.16.15

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.
@@ -5,6 +5,7 @@ export interface ICardReader extends IDefaultFields {
5
5
  _subID?: ObjectId[];
6
6
  name?: string;
7
7
  _provider?: ObjectId;
8
+ readerId?: string;
8
9
  status?: string;
9
10
  device?: any;
10
11
  meta?: any;
@@ -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";
@@ -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);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tolinax/ayoune-interfaces",
3
- "version": "2025.16.13",
3
+ "version": "2025.16.15",
4
4
  "description": "Houses TypeScript interfaces for aYOUne",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",