@tolinax/ayoune-interfaces 2024.111.4 → 2024.112.1

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.
@@ -208,7 +208,7 @@ export interface IConsumer extends IDefaultFields, IFreeFields, IGeoIPLocationTr
208
208
  shortID?: string;
209
209
  account_number?: string;
210
210
  datev_account_number?: string;
211
- _customerID: ObjectId;
211
+ _customerID?: ObjectId;
212
212
  _clientID?: ObjectId[];
213
213
  _subID?: ObjectId[];
214
214
  maintype?: "main" | "cp";
@@ -389,7 +389,6 @@ export * from "./IMiddleware";
389
389
  export * from "./IMilestone";
390
390
  export * from "./IMobileApp";
391
391
  export * from "./IMobileDevice";
392
- export * from "./IModel";
393
392
  export * from "./IMouseover";
394
393
  export * from "./IName";
395
394
  export * from "./index";
@@ -405,7 +405,6 @@ __exportStar(require("./IMiddleware"), exports);
405
405
  __exportStar(require("./IMilestone"), exports);
406
406
  __exportStar(require("./IMobileApp"), exports);
407
407
  __exportStar(require("./IMobileDevice"), exports);
408
- __exportStar(require("./IModel"), exports);
409
408
  __exportStar(require("./IMouseover"), exports);
410
409
  __exportStar(require("./IName"), exports);
411
410
  __exportStar(require("./index"), exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tolinax/ayoune-interfaces",
3
- "version": "2024.111.4",
3
+ "version": "2024.112.1",
4
4
  "description": "Houses TypeScript interfaces for aYOUne",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",