@tolinax/ayoune-interfaces 2024.111.4 → 2024.112.0

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";
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.0",
4
4
  "description": "Houses TypeScript interfaces for aYOUne",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",