@emilgroup/claim-sdk-node 1.3.1 → 1.4.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.
package/README.md CHANGED
@@ -17,11 +17,11 @@ Although this package can be used in both TypeScript and JavaScript, it is inten
17
17
  Navigate to the folder of your consuming project and run one of the following commands:
18
18
 
19
19
  ```
20
- npm install @emilgroup/claim-sdk-node@1.3.1 --save
20
+ npm install @emilgroup/claim-sdk-node@1.4.0 --save
21
21
  ```
22
22
  or
23
23
  ```
24
- yarn add @emilgroup/claim-sdk-node@1.3.1
24
+ yarn add @emilgroup/claim-sdk-node@1.4.0
25
25
  ```
26
26
 
27
27
  And then you can import `ClaimsApi`.
package/base.ts CHANGED
@@ -21,7 +21,7 @@ import * as fs from 'fs';
21
21
  import * as path from 'path';
22
22
  import * as os from 'os';
23
23
 
24
- export const BASE_PATH = "http://localhost".replace(/\/+$/, "");
24
+ export const BASE_PATH = "https://apiv2.emil.de".replace(/\/+$/, "");
25
25
  const CONFIG_DIRECTORY = '.emil';
26
26
  const CONFIG_FILENAME = 'credentials';
27
27
  const KEY_USERNAME = 'emil_username';
package/dist/base.js CHANGED
@@ -109,7 +109,7 @@ var axios_1 = __importDefault(require("axios"));
109
109
  var fs = __importStar(require("fs"));
110
110
  var path = __importStar(require("path"));
111
111
  var os = __importStar(require("os"));
112
- exports.BASE_PATH = "http://localhost".replace(/\/+$/, "");
112
+ exports.BASE_PATH = "https://apiv2.emil.de".replace(/\/+$/, "");
113
113
  var CONFIG_DIRECTORY = '.emil';
114
114
  var CONFIG_FILENAME = 'credentials';
115
115
  var KEY_USERNAME = 'emil_username';
@@ -135,4 +135,10 @@ export interface ClaimClass {
135
135
  * @memberof ClaimClass
136
136
  */
137
137
  'updatedAt': string;
138
+ /**
139
+ * ERN of the organization that created the claim.
140
+ * @type {string}
141
+ * @memberof ClaimClass
142
+ */
143
+ 'ern': string;
138
144
  }
@@ -140,5 +140,11 @@ export interface ClaimClass {
140
140
  * @memberof ClaimClass
141
141
  */
142
142
  'updatedAt': string;
143
+ /**
144
+ * ERN of the organization that created the claim.
145
+ * @type {string}
146
+ * @memberof ClaimClass
147
+ */
148
+ 'ern': string;
143
149
  }
144
150
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emilgroup/claim-sdk-node",
3
- "version": "1.3.1",
3
+ "version": "1.4.0",
4
4
  "description": "OpenAPI client for @emilgroup/claim-sdk-node",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [