@arrowsphere/api-client 3.77.0-rc.bdj.1 → 3.77.0-rc.bdj.2

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.
@@ -68,12 +68,12 @@ export declare enum ExtraDataCompanyDetailFields {
68
68
  NAME = "name",
69
69
  VALUE = "value"
70
70
  }
71
- declare type ExtraDataEav = {
71
+ export declare type ExtraDataEav = {
72
72
  [ExtraDataEavFields.EAV_KEY_NAME]: string;
73
73
  [ExtraDataEavFields.TABLE_NAME]: string;
74
74
  [ExtraDataEavFields.VALUE]?: string;
75
75
  };
76
- declare type ExtraDataCompanyDetail = {
76
+ export declare type ExtraDataCompanyDetail = {
77
77
  [ExtraDataCompanyDetailFields.NAME]: string;
78
78
  [ExtraDataCompanyDetailFields.VALUE]?: string;
79
79
  };
@@ -100,4 +100,3 @@ export declare class ExtraDataGetResult extends AbstractEntity<ExtraData> {
100
100
  constructor(data: ExtraData);
101
101
  toJSON(): ExtraData;
102
102
  }
103
- export {};
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "https://github.com/ArrowSphere/nodejs-api-client.git"
6
6
  },
7
- "version": "3.77.0-rc.bdj.1",
7
+ "version": "3.77.0-rc.bdj.2",
8
8
  "description": "Node.js client for ArrowSphere's public API",
9
9
  "main": "build/index.js",
10
10
  "types": "build/index.d.ts",