candidhealth 1.14.3 → 1.14.4

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/Client.js CHANGED
@@ -90,8 +90,8 @@ class CandidApiClient {
90
90
  this._options = Object.assign(Object.assign({}, _options), { headers: (0, headers_1.mergeHeaders)({
91
91
  "X-Fern-Language": "JavaScript",
92
92
  "X-Fern-SDK-Name": "candidhealth",
93
- "X-Fern-SDK-Version": "1.14.3",
94
- "User-Agent": "candidhealth/1.14.3",
93
+ "X-Fern-SDK-Version": "1.14.4",
94
+ "User-Agent": "candidhealth/1.14.4",
95
95
  "X-Fern-Runtime": core.RUNTIME.type,
96
96
  "X-Fern-Runtime-Version": core.RUNTIME.version,
97
97
  }, _options === null || _options === void 0 ? void 0 : _options.headers) });
package/README.md CHANGED
@@ -7,6 +7,24 @@ The Candid TypeScript library provides convenient access to the Candid APIs from
7
7
 
8
8
  ## Table of Contents
9
9
 
10
+ - [Table of Contents](#table-of-contents)
11
+ - [Installation](#installation)
12
+ - [Reference](#reference)
13
+ - [Usage](#usage)
14
+ - [Request and Response Types](#request-and-response-types)
15
+ - [Exception Handling](#exception-handling)
16
+ - [Advanced](#advanced)
17
+ - [Additional Headers](#additional-headers)
18
+ - [Additional Query String Parameters](#additional-query-string-parameters)
19
+ - [Retries](#retries)
20
+ - [Timeouts](#timeouts)
21
+ - [Aborting Requests](#aborting-requests)
22
+ - [Access Raw Response Data](#access-raw-response-data)
23
+ - [Runtime Compatibility](#runtime-compatibility)
24
+ - [Contributing](#contributing)
25
+
26
+ ## Table of Contents
27
+
10
28
  - [Installation](#installation)
11
29
  - [Reference](#reference)
12
30
  - [Usage](#usage)
@@ -10,6 +10,7 @@ export interface ChargeCapture {
10
10
  originatingSystem?: string;
11
11
  claimCreationCategory?: string;
12
12
  error?: CandidApi.chargeCapture.v1.ChargeCaptureError;
13
+ /** This list of updates will always return at most 1 update that is not resolved. The singular update will contain the difference between the updated charge and the created encounter. */
13
14
  updates: CandidApi.chargeCapture.v1.ChargeCapturePostBilledChange[];
14
15
  claimCreationId?: CandidApi.ChargeCaptureClaimCreationId;
15
16
  }
package/dist/Client.js CHANGED
@@ -90,8 +90,8 @@ class CandidApiClient {
90
90
  this._options = Object.assign(Object.assign({}, _options), { headers: (0, headers_1.mergeHeaders)({
91
91
  "X-Fern-Language": "JavaScript",
92
92
  "X-Fern-SDK-Name": "candidhealth",
93
- "X-Fern-SDK-Version": "1.14.3",
94
- "User-Agent": "candidhealth/1.14.3",
93
+ "X-Fern-SDK-Version": "1.14.4",
94
+ "User-Agent": "candidhealth/1.14.4",
95
95
  "X-Fern-Runtime": core.RUNTIME.type,
96
96
  "X-Fern-Runtime-Version": core.RUNTIME.version,
97
97
  }, _options === null || _options === void 0 ? void 0 : _options.headers) });
@@ -10,6 +10,7 @@ export interface ChargeCapture {
10
10
  originatingSystem?: string;
11
11
  claimCreationCategory?: string;
12
12
  error?: CandidApi.chargeCapture.v1.ChargeCaptureError;
13
+ /** This list of updates will always return at most 1 update that is not resolved. The singular update will contain the difference between the updated charge and the created encounter. */
13
14
  updates: CandidApi.chargeCapture.v1.ChargeCapturePostBilledChange[];
14
15
  claimCreationId?: CandidApi.ChargeCaptureClaimCreationId;
15
16
  }
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "1.14.3";
1
+ export declare const SDK_VERSION = "1.14.4";
package/dist/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SDK_VERSION = void 0;
4
- exports.SDK_VERSION = "1.14.3";
4
+ exports.SDK_VERSION = "1.14.4";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "candidhealth",
3
- "version": "1.14.3",
3
+ "version": "1.14.4",
4
4
  "private": false,
5
5
  "repository": "github:candidhealth/candid-node",
6
6
  "main": "./index.js",
package/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "1.14.3";
1
+ export declare const SDK_VERSION = "1.14.4";
package/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SDK_VERSION = void 0;
4
- exports.SDK_VERSION = "1.14.3";
4
+ exports.SDK_VERSION = "1.14.4";