@tolinax/ayoune-interfaces 2024.32.1 → 2024.33.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.
@@ -270,6 +270,7 @@ export interface IConsumer extends IDefaultFields, IFreeFields {
270
270
  legal_form?: string;
271
271
  department?: string;
272
272
  position?: string;
273
+ positionDescription?: string;
273
274
  title?: string;
274
275
  salutation_typ?: string;
275
276
  salutation?: string;
@@ -461,6 +462,7 @@ export interface IConsumer extends IDefaultFields, IFreeFields {
461
462
  yearlyRevenue?: string;
462
463
  sicCode?: string;
463
464
  industry?: string;
465
+ specialities?: string[];
464
466
  bio?: string;
465
467
  mitarbeiter?: number;
466
468
  founded?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tolinax/ayoune-interfaces",
3
- "version": "2024.32.1",
3
+ "version": "2024.33.1",
4
4
  "description": "Houses TypeScript interfaces for aYOUne",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",