candidhealth 0.0.14 → 0.0.17

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.
@@ -48,7 +48,7 @@ class BillingNotes {
48
48
  Authorization: await this._getAuthorizationHeader(),
49
49
  "X-Fern-Language": "JavaScript",
50
50
  "X-Fern-SDK-Name": "candidhealth",
51
- "X-Fern-SDK-Version": "0.0.14",
51
+ "X-Fern-SDK-Version": "0.0.17",
52
52
  },
53
53
  contentType: "application/json",
54
54
  body: await serializers.StandaloneBillingNoteCreate.jsonOrThrow(request, {
@@ -94,7 +94,7 @@ class V3 {
94
94
  Authorization: await this._getAuthorizationHeader(),
95
95
  "X-Fern-Language": "JavaScript",
96
96
  "X-Fern-SDK-Name": "candidhealth",
97
- "X-Fern-SDK-Version": "0.0.14",
97
+ "X-Fern-SDK-Version": "0.0.17",
98
98
  },
99
99
  contentType: "application/json",
100
100
  queryParameters: _queryParams,
@@ -124,7 +124,7 @@ class V3 {
124
124
  Authorization: await this._getAuthorizationHeader(),
125
125
  "X-Fern-Language": "JavaScript",
126
126
  "X-Fern-SDK-Name": "candidhealth",
127
- "X-Fern-SDK-Version": "0.0.14",
127
+ "X-Fern-SDK-Version": "0.0.17",
128
128
  },
129
129
  contentType: "application/json",
130
130
  timeoutMs: 60000,
@@ -153,7 +153,7 @@ class V3 {
153
153
  Authorization: await this._getAuthorizationHeader(),
154
154
  "X-Fern-Language": "JavaScript",
155
155
  "X-Fern-SDK-Name": "candidhealth",
156
- "X-Fern-SDK-Version": "0.0.14",
156
+ "X-Fern-SDK-Version": "0.0.17",
157
157
  },
158
158
  contentType: "application/json",
159
159
  body: await serializers.encounters.v3.EncounterCreate.jsonOrThrow(request, {
@@ -185,7 +185,7 @@ class V3 {
185
185
  Authorization: await this._getAuthorizationHeader(),
186
186
  "X-Fern-Language": "JavaScript",
187
187
  "X-Fern-SDK-Name": "candidhealth",
188
- "X-Fern-SDK-Version": "0.0.14",
188
+ "X-Fern-SDK-Version": "0.0.17",
189
189
  },
190
190
  contentType: "application/json",
191
191
  body: await serializers.encounters.v3.EncounterUpdate.jsonOrThrow(request, {
@@ -217,7 +217,7 @@ class V3 {
217
217
  Authorization: await this._getAuthorizationHeader(),
218
218
  "X-Fern-Language": "JavaScript",
219
219
  "X-Fern-SDK-Name": "candidhealth",
220
- "X-Fern-SDK-Version": "0.0.14",
220
+ "X-Fern-SDK-Version": "0.0.17",
221
221
  },
222
222
  contentType: "application/json",
223
223
  timeoutMs: 60000,
@@ -246,7 +246,7 @@ class V3 {
246
246
  Authorization: await this._getAuthorizationHeader(),
247
247
  "X-Fern-Language": "JavaScript",
248
248
  "X-Fern-SDK-Name": "candidhealth",
249
- "X-Fern-SDK-Version": "0.0.14",
249
+ "X-Fern-SDK-Version": "0.0.17",
250
250
  },
251
251
  contentType: "application/json",
252
252
  timeoutMs: 60000,
@@ -278,7 +278,7 @@ class V3 {
278
278
  Authorization: await this._getAuthorizationHeader(),
279
279
  "X-Fern-Language": "JavaScript",
280
280
  "X-Fern-SDK-Name": "candidhealth",
281
- "X-Fern-SDK-Version": "0.0.14",
281
+ "X-Fern-SDK-Version": "0.0.17",
282
282
  },
283
283
  contentType: "application/json",
284
284
  timeoutMs: 60000,
@@ -307,7 +307,7 @@ class V3 {
307
307
  Authorization: await this._getAuthorizationHeader(),
308
308
  "X-Fern-Language": "JavaScript",
309
309
  "X-Fern-SDK-Name": "candidhealth",
310
- "X-Fern-SDK-Version": "0.0.14",
310
+ "X-Fern-SDK-Version": "0.0.17",
311
311
  },
312
312
  contentType: "application/json",
313
313
  timeoutMs: 60000,
@@ -48,7 +48,7 @@ class ExpectedNetworkStatus {
48
48
  Authorization: await this._getAuthorizationHeader(),
49
49
  "X-Fern-Language": "JavaScript",
50
50
  "X-Fern-SDK-Name": "candidhealth",
51
- "X-Fern-SDK-Version": "0.0.14",
51
+ "X-Fern-SDK-Version": "0.0.17",
52
52
  },
53
53
  contentType: "application/json",
54
54
  body: await serializers.ExpectedNetworkStatusRequest.jsonOrThrow(request, {
@@ -49,7 +49,7 @@ class Payers {
49
49
  Authorization: await this._getAuthorizationHeader(),
50
50
  "X-Fern-Language": "JavaScript",
51
51
  "X-Fern-SDK-Name": "candidhealth",
52
- "X-Fern-SDK-Version": "0.0.14",
52
+ "X-Fern-SDK-Version": "0.0.17",
53
53
  },
54
54
  contentType: "application/json",
55
55
  timeoutMs: 60000,
@@ -89,7 +89,7 @@ class Payers {
89
89
  Authorization: await this._getAuthorizationHeader(),
90
90
  "X-Fern-Language": "JavaScript",
91
91
  "X-Fern-SDK-Name": "candidhealth",
92
- "X-Fern-SDK-Version": "0.0.14",
92
+ "X-Fern-SDK-Version": "0.0.17",
93
93
  },
94
94
  contentType: "application/json",
95
95
  queryParameters: _queryParams,
@@ -48,7 +48,7 @@ class BillingNotes {
48
48
  Authorization: await this._getAuthorizationHeader(),
49
49
  "X-Fern-Language": "JavaScript",
50
50
  "X-Fern-SDK-Name": "candidhealth",
51
- "X-Fern-SDK-Version": "0.0.14",
51
+ "X-Fern-SDK-Version": "0.0.17",
52
52
  },
53
53
  contentType: "application/json",
54
54
  body: await serializers.StandaloneBillingNoteCreate.jsonOrThrow(request, {
@@ -94,7 +94,7 @@ class V3 {
94
94
  Authorization: await this._getAuthorizationHeader(),
95
95
  "X-Fern-Language": "JavaScript",
96
96
  "X-Fern-SDK-Name": "candidhealth",
97
- "X-Fern-SDK-Version": "0.0.14",
97
+ "X-Fern-SDK-Version": "0.0.17",
98
98
  },
99
99
  contentType: "application/json",
100
100
  queryParameters: _queryParams,
@@ -124,7 +124,7 @@ class V3 {
124
124
  Authorization: await this._getAuthorizationHeader(),
125
125
  "X-Fern-Language": "JavaScript",
126
126
  "X-Fern-SDK-Name": "candidhealth",
127
- "X-Fern-SDK-Version": "0.0.14",
127
+ "X-Fern-SDK-Version": "0.0.17",
128
128
  },
129
129
  contentType: "application/json",
130
130
  timeoutMs: 60000,
@@ -153,7 +153,7 @@ class V3 {
153
153
  Authorization: await this._getAuthorizationHeader(),
154
154
  "X-Fern-Language": "JavaScript",
155
155
  "X-Fern-SDK-Name": "candidhealth",
156
- "X-Fern-SDK-Version": "0.0.14",
156
+ "X-Fern-SDK-Version": "0.0.17",
157
157
  },
158
158
  contentType: "application/json",
159
159
  body: await serializers.encounters.v3.EncounterCreate.jsonOrThrow(request, {
@@ -185,7 +185,7 @@ class V3 {
185
185
  Authorization: await this._getAuthorizationHeader(),
186
186
  "X-Fern-Language": "JavaScript",
187
187
  "X-Fern-SDK-Name": "candidhealth",
188
- "X-Fern-SDK-Version": "0.0.14",
188
+ "X-Fern-SDK-Version": "0.0.17",
189
189
  },
190
190
  contentType: "application/json",
191
191
  body: await serializers.encounters.v3.EncounterUpdate.jsonOrThrow(request, {
@@ -217,7 +217,7 @@ class V3 {
217
217
  Authorization: await this._getAuthorizationHeader(),
218
218
  "X-Fern-Language": "JavaScript",
219
219
  "X-Fern-SDK-Name": "candidhealth",
220
- "X-Fern-SDK-Version": "0.0.14",
220
+ "X-Fern-SDK-Version": "0.0.17",
221
221
  },
222
222
  contentType: "application/json",
223
223
  timeoutMs: 60000,
@@ -246,7 +246,7 @@ class V3 {
246
246
  Authorization: await this._getAuthorizationHeader(),
247
247
  "X-Fern-Language": "JavaScript",
248
248
  "X-Fern-SDK-Name": "candidhealth",
249
- "X-Fern-SDK-Version": "0.0.14",
249
+ "X-Fern-SDK-Version": "0.0.17",
250
250
  },
251
251
  contentType: "application/json",
252
252
  timeoutMs: 60000,
@@ -278,7 +278,7 @@ class V3 {
278
278
  Authorization: await this._getAuthorizationHeader(),
279
279
  "X-Fern-Language": "JavaScript",
280
280
  "X-Fern-SDK-Name": "candidhealth",
281
- "X-Fern-SDK-Version": "0.0.14",
281
+ "X-Fern-SDK-Version": "0.0.17",
282
282
  },
283
283
  contentType: "application/json",
284
284
  timeoutMs: 60000,
@@ -307,7 +307,7 @@ class V3 {
307
307
  Authorization: await this._getAuthorizationHeader(),
308
308
  "X-Fern-Language": "JavaScript",
309
309
  "X-Fern-SDK-Name": "candidhealth",
310
- "X-Fern-SDK-Version": "0.0.14",
310
+ "X-Fern-SDK-Version": "0.0.17",
311
311
  },
312
312
  contentType: "application/json",
313
313
  timeoutMs: 60000,
@@ -48,7 +48,7 @@ class ExpectedNetworkStatus {
48
48
  Authorization: await this._getAuthorizationHeader(),
49
49
  "X-Fern-Language": "JavaScript",
50
50
  "X-Fern-SDK-Name": "candidhealth",
51
- "X-Fern-SDK-Version": "0.0.14",
51
+ "X-Fern-SDK-Version": "0.0.17",
52
52
  },
53
53
  contentType: "application/json",
54
54
  body: await serializers.ExpectedNetworkStatusRequest.jsonOrThrow(request, {
@@ -49,7 +49,7 @@ class Payers {
49
49
  Authorization: await this._getAuthorizationHeader(),
50
50
  "X-Fern-Language": "JavaScript",
51
51
  "X-Fern-SDK-Name": "candidhealth",
52
- "X-Fern-SDK-Version": "0.0.14",
52
+ "X-Fern-SDK-Version": "0.0.17",
53
53
  },
54
54
  contentType: "application/json",
55
55
  timeoutMs: 60000,
@@ -89,7 +89,7 @@ class Payers {
89
89
  Authorization: await this._getAuthorizationHeader(),
90
90
  "X-Fern-Language": "JavaScript",
91
91
  "X-Fern-SDK-Name": "candidhealth",
92
- "X-Fern-SDK-Version": "0.0.14",
92
+ "X-Fern-SDK-Version": "0.0.17",
93
93
  },
94
94
  contentType: "application/json",
95
95
  queryParameters: _queryParams,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "candidhealth",
3
- "version": "0.0.14",
3
+ "version": "0.0.17",
4
4
  "private": false,
5
5
  "repository": "https://github.com/candidhealth/candid-node",
6
6
  "main": "./index.js",