@tolinax/ayoune-interfaces 2024.32.0 → 2024.32.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.
@@ -458,9 +458,9 @@ export interface IConsumer extends IDefaultFields, IFreeFields {
458
458
  affiliatedata?: Object;
459
459
  affiliate_status?: string;
460
460
  type?: string;
461
- jahresumsatz?: string;
461
+ yearlyRevenue?: string;
462
462
  sicCode?: string;
463
- branche?: string;
463
+ industry?: string;
464
464
  bio?: string;
465
465
  mitarbeiter?: number;
466
466
  founded?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tolinax/ayoune-interfaces",
3
- "version": "2024.32.0",
3
+ "version": "2024.32.1",
4
4
  "description": "Houses TypeScript interfaces for aYOUne",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",