@tolinax/ayoune-interfaces 2024.33.0 → 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.
@@ -462,7 +462,7 @@ export interface IConsumer extends IDefaultFields, IFreeFields {
462
462
  yearlyRevenue?: string;
463
463
  sicCode?: string;
464
464
  industry?: string;
465
- specialities?: string;
465
+ specialities?: string[];
466
466
  bio?: string;
467
467
  mitarbeiter?: number;
468
468
  founded?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tolinax/ayoune-interfaces",
3
- "version": "2024.33.0",
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",