candidhealth 0.4.4 → 0.4.5

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.
Files changed (55) hide show
  1. package/api/resources/auth/resources/v2/client/Client.js +1 -1
  2. package/api/resources/billingNotes/client/Client.js +1 -1
  3. package/api/resources/commons/types/index.d.ts +1 -0
  4. package/api/resources/commons/types/index.js +1 -0
  5. package/api/resources/encounters/resources/v4/client/Client.js +8 -8
  6. package/api/resources/expectedNetworkStatus/client/Client.js +1 -1
  7. package/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  8. package/api/resources/index.d.ts +0 -1
  9. package/api/resources/index.js +0 -1
  10. package/api/resources/payers/client/Client.js +2 -2
  11. package/api/resources/tasks/index.d.ts +0 -1
  12. package/api/resources/tasks/index.js +0 -1
  13. package/api/resources/tasks/resources/v3/client/Client.js +1 -1
  14. package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
  15. package/dist/api/resources/billingNotes/client/Client.js +1 -1
  16. package/dist/api/resources/commons/types/index.d.ts +1 -0
  17. package/dist/api/resources/commons/types/index.js +1 -0
  18. package/dist/api/resources/encounters/resources/v4/client/Client.js +8 -8
  19. package/dist/api/resources/expectedNetworkStatus/client/Client.js +1 -1
  20. package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  21. package/dist/api/resources/index.d.ts +0 -1
  22. package/dist/api/resources/index.js +0 -1
  23. package/dist/api/resources/payers/client/Client.js +2 -2
  24. package/dist/api/resources/tasks/index.d.ts +0 -1
  25. package/dist/api/resources/tasks/index.js +0 -1
  26. package/dist/api/resources/tasks/resources/v3/client/Client.js +1 -1
  27. package/dist/serialization/resources/commons/types/index.d.ts +1 -0
  28. package/dist/serialization/resources/commons/types/index.js +1 -0
  29. package/dist/serialization/resources/index.d.ts +0 -1
  30. package/dist/serialization/resources/index.js +0 -1
  31. package/dist/serialization/resources/tasks/index.d.ts +0 -1
  32. package/dist/serialization/resources/tasks/index.js +0 -1
  33. package/package.json +1 -1
  34. package/serialization/resources/commons/types/index.d.ts +1 -0
  35. package/serialization/resources/commons/types/index.js +1 -0
  36. package/serialization/resources/index.d.ts +0 -1
  37. package/serialization/resources/index.js +0 -1
  38. package/serialization/resources/tasks/index.d.ts +0 -1
  39. package/serialization/resources/tasks/index.js +0 -1
  40. package/api/resources/tasks/types/index.d.ts +0 -1
  41. package/api/resources/tasks/types/index.js +0 -17
  42. package/dist/api/resources/tasks/types/index.d.ts +0 -1
  43. package/dist/api/resources/tasks/types/index.js +0 -17
  44. package/dist/serialization/resources/tasks/types/index.d.ts +0 -1
  45. package/dist/serialization/resources/tasks/types/index.js +0 -17
  46. package/serialization/resources/tasks/types/index.d.ts +0 -1
  47. package/serialization/resources/tasks/types/index.js +0 -17
  48. /package/api/resources/{tasks → commons}/types/TaskId.d.ts +0 -0
  49. /package/api/resources/{tasks → commons}/types/TaskId.js +0 -0
  50. /package/dist/api/resources/{tasks → commons}/types/TaskId.d.ts +0 -0
  51. /package/dist/api/resources/{tasks → commons}/types/TaskId.js +0 -0
  52. /package/dist/serialization/resources/{tasks → commons}/types/TaskId.d.ts +0 -0
  53. /package/dist/serialization/resources/{tasks → commons}/types/TaskId.js +0 -0
  54. /package/serialization/resources/{tasks → commons}/types/TaskId.d.ts +0 -0
  55. /package/serialization/resources/{tasks → commons}/types/TaskId.js +0 -0
@@ -48,7 +48,7 @@ class V2 {
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.4.4",
51
+ "X-Fern-SDK-Version": "0.4.5",
52
52
  },
53
53
  contentType: "application/json",
54
54
  body: await serializers.auth.v2.AuthGetTokenRequest.jsonOrThrow(request, {
@@ -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.4.4",
51
+ "X-Fern-SDK-Version": "0.4.5",
52
52
  },
53
53
  contentType: "application/json",
54
54
  body: await serializers.StandaloneBillingNoteCreate.jsonOrThrow(request, {
@@ -6,6 +6,7 @@ export * from "./PatientExternalId";
6
6
  export * from "./EncounterExternalId";
7
7
  export * from "./Npi";
8
8
  export * from "./WorkQueueId";
9
+ export * from "./TaskId";
9
10
  export * from "./LinkUrl";
10
11
  export * from "./ContentDownloadUrl";
11
12
  export * from "./PageToken";
@@ -22,6 +22,7 @@ __exportStar(require("./PatientExternalId"), exports);
22
22
  __exportStar(require("./EncounterExternalId"), exports);
23
23
  __exportStar(require("./Npi"), exports);
24
24
  __exportStar(require("./WorkQueueId"), exports);
25
+ __exportStar(require("./TaskId"), exports);
25
26
  __exportStar(require("./LinkUrl"), exports);
26
27
  __exportStar(require("./ContentDownloadUrl"), exports);
27
28
  __exportStar(require("./PageToken"), exports);
@@ -100,7 +100,7 @@ class V4 {
100
100
  Authorization: await this._getAuthorizationHeader(),
101
101
  "X-Fern-Language": "JavaScript",
102
102
  "X-Fern-SDK-Name": "candidhealth",
103
- "X-Fern-SDK-Version": "0.4.4",
103
+ "X-Fern-SDK-Version": "0.4.5",
104
104
  },
105
105
  contentType: "application/json",
106
106
  queryParameters: _queryParams,
@@ -130,7 +130,7 @@ class V4 {
130
130
  Authorization: await this._getAuthorizationHeader(),
131
131
  "X-Fern-Language": "JavaScript",
132
132
  "X-Fern-SDK-Name": "candidhealth",
133
- "X-Fern-SDK-Version": "0.4.4",
133
+ "X-Fern-SDK-Version": "0.4.5",
134
134
  },
135
135
  contentType: "application/json",
136
136
  timeoutMs: 60000,
@@ -159,7 +159,7 @@ class V4 {
159
159
  Authorization: await this._getAuthorizationHeader(),
160
160
  "X-Fern-Language": "JavaScript",
161
161
  "X-Fern-SDK-Name": "candidhealth",
162
- "X-Fern-SDK-Version": "0.4.4",
162
+ "X-Fern-SDK-Version": "0.4.5",
163
163
  },
164
164
  contentType: "application/json",
165
165
  body: await serializers.encounters.v4.EncounterCreate.jsonOrThrow(request, {
@@ -209,7 +209,7 @@ class V4 {
209
209
  Authorization: await this._getAuthorizationHeader(),
210
210
  "X-Fern-Language": "JavaScript",
211
211
  "X-Fern-SDK-Name": "candidhealth",
212
- "X-Fern-SDK-Version": "0.4.4",
212
+ "X-Fern-SDK-Version": "0.4.5",
213
213
  },
214
214
  contentType: "application/json",
215
215
  body: await serializers.encounters.v4.EncounterUpdate.jsonOrThrow(request, {
@@ -258,7 +258,7 @@ class V4 {
258
258
  Authorization: await this._getAuthorizationHeader(),
259
259
  "X-Fern-Language": "JavaScript",
260
260
  "X-Fern-SDK-Name": "candidhealth",
261
- "X-Fern-SDK-Version": "0.4.4",
261
+ "X-Fern-SDK-Version": "0.4.5",
262
262
  },
263
263
  contentType: "application/json",
264
264
  timeoutMs: 60000,
@@ -287,7 +287,7 @@ class V4 {
287
287
  Authorization: await this._getAuthorizationHeader(),
288
288
  "X-Fern-Language": "JavaScript",
289
289
  "X-Fern-SDK-Name": "candidhealth",
290
- "X-Fern-SDK-Version": "0.4.4",
290
+ "X-Fern-SDK-Version": "0.4.5",
291
291
  },
292
292
  contentType: "application/json",
293
293
  timeoutMs: 60000,
@@ -319,7 +319,7 @@ class V4 {
319
319
  Authorization: await this._getAuthorizationHeader(),
320
320
  "X-Fern-Language": "JavaScript",
321
321
  "X-Fern-SDK-Name": "candidhealth",
322
- "X-Fern-SDK-Version": "0.4.4",
322
+ "X-Fern-SDK-Version": "0.4.5",
323
323
  },
324
324
  contentType: "application/json",
325
325
  timeoutMs: 60000,
@@ -348,7 +348,7 @@ class V4 {
348
348
  Authorization: await this._getAuthorizationHeader(),
349
349
  "X-Fern-Language": "JavaScript",
350
350
  "X-Fern-SDK-Name": "candidhealth",
351
- "X-Fern-SDK-Version": "0.4.4",
351
+ "X-Fern-SDK-Version": "0.4.5",
352
352
  },
353
353
  contentType: "application/json",
354
354
  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.4.4",
51
+ "X-Fern-SDK-Version": "0.4.5",
52
52
  },
53
53
  contentType: "application/json",
54
54
  body: await serializers.ExpectedNetworkStatusRequest.jsonOrThrow(request, {
@@ -48,7 +48,7 @@ class V1 {
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.4.4",
51
+ "X-Fern-SDK-Version": "0.4.5",
52
52
  },
53
53
  contentType: "application/json",
54
54
  body: await serializers.guarantor.v1.GuarantorCreate.jsonOrThrow(request, {
@@ -94,7 +94,7 @@ class V1 {
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.4.4",
97
+ "X-Fern-SDK-Version": "0.4.5",
98
98
  },
99
99
  contentType: "application/json",
100
100
  timeoutMs: 60000,
@@ -123,7 +123,7 @@ class V1 {
123
123
  Authorization: await this._getAuthorizationHeader(),
124
124
  "X-Fern-Language": "JavaScript",
125
125
  "X-Fern-SDK-Name": "candidhealth",
126
- "X-Fern-SDK-Version": "0.4.4",
126
+ "X-Fern-SDK-Version": "0.4.5",
127
127
  },
128
128
  contentType: "application/json",
129
129
  body: await serializers.guarantor.v1.GuarantorUpdate.jsonOrThrow(request, {
@@ -35,7 +35,6 @@ export * as serviceLines from "./serviceLines";
35
35
  export * from "./serviceLines/types";
36
36
  export * as tags from "./tags";
37
37
  export * from "./tags/types";
38
- export * from "./tasks/types";
39
38
  export * from "./billingNotes/client/requests";
40
39
  export * from "./expectedNetworkStatus/client/requests";
41
40
  export * from "./payers/client/requests";
@@ -64,7 +64,6 @@ exports.serviceLines = __importStar(require("./serviceLines"));
64
64
  __exportStar(require("./serviceLines/types"), exports);
65
65
  exports.tags = __importStar(require("./tags"));
66
66
  __exportStar(require("./tags/types"), exports);
67
- __exportStar(require("./tasks/types"), exports);
68
67
  __exportStar(require("./billingNotes/client/requests"), exports);
69
68
  __exportStar(require("./expectedNetworkStatus/client/requests"), exports);
70
69
  __exportStar(require("./payers/client/requests"), exports);
@@ -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.4.4",
52
+ "X-Fern-SDK-Version": "0.4.5",
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.4.4",
92
+ "X-Fern-SDK-Version": "0.4.5",
93
93
  },
94
94
  contentType: "application/json",
95
95
  queryParameters: _queryParams,
@@ -1,3 +1,2 @@
1
1
  export * from "./resources";
2
- export * from "./types";
3
2
  export * from "./client";
@@ -15,5 +15,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./resources"), exports);
18
- __exportStar(require("./types"), exports);
19
18
  __exportStar(require("./client"), exports);
@@ -48,7 +48,7 @@ class V3 {
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.4.4",
51
+ "X-Fern-SDK-Version": "0.4.5",
52
52
  },
53
53
  contentType: "application/json",
54
54
  timeoutMs: 60000,
@@ -48,7 +48,7 @@ class V2 {
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.4.4",
51
+ "X-Fern-SDK-Version": "0.4.5",
52
52
  },
53
53
  contentType: "application/json",
54
54
  body: await serializers.auth.v2.AuthGetTokenRequest.jsonOrThrow(request, {
@@ -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.4.4",
51
+ "X-Fern-SDK-Version": "0.4.5",
52
52
  },
53
53
  contentType: "application/json",
54
54
  body: await serializers.StandaloneBillingNoteCreate.jsonOrThrow(request, {
@@ -6,6 +6,7 @@ export * from "./PatientExternalId";
6
6
  export * from "./EncounterExternalId";
7
7
  export * from "./Npi";
8
8
  export * from "./WorkQueueId";
9
+ export * from "./TaskId";
9
10
  export * from "./LinkUrl";
10
11
  export * from "./ContentDownloadUrl";
11
12
  export * from "./PageToken";
@@ -22,6 +22,7 @@ __exportStar(require("./PatientExternalId"), exports);
22
22
  __exportStar(require("./EncounterExternalId"), exports);
23
23
  __exportStar(require("./Npi"), exports);
24
24
  __exportStar(require("./WorkQueueId"), exports);
25
+ __exportStar(require("./TaskId"), exports);
25
26
  __exportStar(require("./LinkUrl"), exports);
26
27
  __exportStar(require("./ContentDownloadUrl"), exports);
27
28
  __exportStar(require("./PageToken"), exports);
@@ -100,7 +100,7 @@ class V4 {
100
100
  Authorization: await this._getAuthorizationHeader(),
101
101
  "X-Fern-Language": "JavaScript",
102
102
  "X-Fern-SDK-Name": "candidhealth",
103
- "X-Fern-SDK-Version": "0.4.4",
103
+ "X-Fern-SDK-Version": "0.4.5",
104
104
  },
105
105
  contentType: "application/json",
106
106
  queryParameters: _queryParams,
@@ -130,7 +130,7 @@ class V4 {
130
130
  Authorization: await this._getAuthorizationHeader(),
131
131
  "X-Fern-Language": "JavaScript",
132
132
  "X-Fern-SDK-Name": "candidhealth",
133
- "X-Fern-SDK-Version": "0.4.4",
133
+ "X-Fern-SDK-Version": "0.4.5",
134
134
  },
135
135
  contentType: "application/json",
136
136
  timeoutMs: 60000,
@@ -159,7 +159,7 @@ class V4 {
159
159
  Authorization: await this._getAuthorizationHeader(),
160
160
  "X-Fern-Language": "JavaScript",
161
161
  "X-Fern-SDK-Name": "candidhealth",
162
- "X-Fern-SDK-Version": "0.4.4",
162
+ "X-Fern-SDK-Version": "0.4.5",
163
163
  },
164
164
  contentType: "application/json",
165
165
  body: await serializers.encounters.v4.EncounterCreate.jsonOrThrow(request, {
@@ -209,7 +209,7 @@ class V4 {
209
209
  Authorization: await this._getAuthorizationHeader(),
210
210
  "X-Fern-Language": "JavaScript",
211
211
  "X-Fern-SDK-Name": "candidhealth",
212
- "X-Fern-SDK-Version": "0.4.4",
212
+ "X-Fern-SDK-Version": "0.4.5",
213
213
  },
214
214
  contentType: "application/json",
215
215
  body: await serializers.encounters.v4.EncounterUpdate.jsonOrThrow(request, {
@@ -258,7 +258,7 @@ class V4 {
258
258
  Authorization: await this._getAuthorizationHeader(),
259
259
  "X-Fern-Language": "JavaScript",
260
260
  "X-Fern-SDK-Name": "candidhealth",
261
- "X-Fern-SDK-Version": "0.4.4",
261
+ "X-Fern-SDK-Version": "0.4.5",
262
262
  },
263
263
  contentType: "application/json",
264
264
  timeoutMs: 60000,
@@ -287,7 +287,7 @@ class V4 {
287
287
  Authorization: await this._getAuthorizationHeader(),
288
288
  "X-Fern-Language": "JavaScript",
289
289
  "X-Fern-SDK-Name": "candidhealth",
290
- "X-Fern-SDK-Version": "0.4.4",
290
+ "X-Fern-SDK-Version": "0.4.5",
291
291
  },
292
292
  contentType: "application/json",
293
293
  timeoutMs: 60000,
@@ -319,7 +319,7 @@ class V4 {
319
319
  Authorization: await this._getAuthorizationHeader(),
320
320
  "X-Fern-Language": "JavaScript",
321
321
  "X-Fern-SDK-Name": "candidhealth",
322
- "X-Fern-SDK-Version": "0.4.4",
322
+ "X-Fern-SDK-Version": "0.4.5",
323
323
  },
324
324
  contentType: "application/json",
325
325
  timeoutMs: 60000,
@@ -348,7 +348,7 @@ class V4 {
348
348
  Authorization: await this._getAuthorizationHeader(),
349
349
  "X-Fern-Language": "JavaScript",
350
350
  "X-Fern-SDK-Name": "candidhealth",
351
- "X-Fern-SDK-Version": "0.4.4",
351
+ "X-Fern-SDK-Version": "0.4.5",
352
352
  },
353
353
  contentType: "application/json",
354
354
  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.4.4",
51
+ "X-Fern-SDK-Version": "0.4.5",
52
52
  },
53
53
  contentType: "application/json",
54
54
  body: await serializers.ExpectedNetworkStatusRequest.jsonOrThrow(request, {
@@ -48,7 +48,7 @@ class V1 {
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.4.4",
51
+ "X-Fern-SDK-Version": "0.4.5",
52
52
  },
53
53
  contentType: "application/json",
54
54
  body: await serializers.guarantor.v1.GuarantorCreate.jsonOrThrow(request, {
@@ -94,7 +94,7 @@ class V1 {
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.4.4",
97
+ "X-Fern-SDK-Version": "0.4.5",
98
98
  },
99
99
  contentType: "application/json",
100
100
  timeoutMs: 60000,
@@ -123,7 +123,7 @@ class V1 {
123
123
  Authorization: await this._getAuthorizationHeader(),
124
124
  "X-Fern-Language": "JavaScript",
125
125
  "X-Fern-SDK-Name": "candidhealth",
126
- "X-Fern-SDK-Version": "0.4.4",
126
+ "X-Fern-SDK-Version": "0.4.5",
127
127
  },
128
128
  contentType: "application/json",
129
129
  body: await serializers.guarantor.v1.GuarantorUpdate.jsonOrThrow(request, {
@@ -35,7 +35,6 @@ export * as serviceLines from "./serviceLines";
35
35
  export * from "./serviceLines/types";
36
36
  export * as tags from "./tags";
37
37
  export * from "./tags/types";
38
- export * from "./tasks/types";
39
38
  export * from "./billingNotes/client/requests";
40
39
  export * from "./expectedNetworkStatus/client/requests";
41
40
  export * from "./payers/client/requests";
@@ -64,7 +64,6 @@ exports.serviceLines = __importStar(require("./serviceLines"));
64
64
  __exportStar(require("./serviceLines/types"), exports);
65
65
  exports.tags = __importStar(require("./tags"));
66
66
  __exportStar(require("./tags/types"), exports);
67
- __exportStar(require("./tasks/types"), exports);
68
67
  __exportStar(require("./billingNotes/client/requests"), exports);
69
68
  __exportStar(require("./expectedNetworkStatus/client/requests"), exports);
70
69
  __exportStar(require("./payers/client/requests"), exports);
@@ -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.4.4",
52
+ "X-Fern-SDK-Version": "0.4.5",
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.4.4",
92
+ "X-Fern-SDK-Version": "0.4.5",
93
93
  },
94
94
  contentType: "application/json",
95
95
  queryParameters: _queryParams,
@@ -1,3 +1,2 @@
1
1
  export * from "./resources";
2
- export * from "./types";
3
2
  export * from "./client";
@@ -15,5 +15,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./resources"), exports);
18
- __exportStar(require("./types"), exports);
19
18
  __exportStar(require("./client"), exports);
@@ -48,7 +48,7 @@ class V3 {
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.4.4",
51
+ "X-Fern-SDK-Version": "0.4.5",
52
52
  },
53
53
  contentType: "application/json",
54
54
  timeoutMs: 60000,
@@ -6,6 +6,7 @@ export * from "./PatientExternalId";
6
6
  export * from "./EncounterExternalId";
7
7
  export * from "./Npi";
8
8
  export * from "./WorkQueueId";
9
+ export * from "./TaskId";
9
10
  export * from "./LinkUrl";
10
11
  export * from "./ContentDownloadUrl";
11
12
  export * from "./PageToken";
@@ -22,6 +22,7 @@ __exportStar(require("./PatientExternalId"), exports);
22
22
  __exportStar(require("./EncounterExternalId"), exports);
23
23
  __exportStar(require("./Npi"), exports);
24
24
  __exportStar(require("./WorkQueueId"), exports);
25
+ __exportStar(require("./TaskId"), exports);
25
26
  __exportStar(require("./LinkUrl"), exports);
26
27
  __exportStar(require("./ContentDownloadUrl"), exports);
27
28
  __exportStar(require("./PageToken"), exports);
@@ -35,6 +35,5 @@ export * as serviceLines from "./serviceLines";
35
35
  export * from "./serviceLines/types";
36
36
  export * as tags from "./tags";
37
37
  export * from "./tags/types";
38
- export * from "./tasks/types";
39
38
  export * from "./billingNotes/client/requests";
40
39
  export * from "./expectedNetworkStatus/client/requests";
@@ -64,6 +64,5 @@ exports.serviceLines = __importStar(require("./serviceLines"));
64
64
  __exportStar(require("./serviceLines/types"), exports);
65
65
  exports.tags = __importStar(require("./tags"));
66
66
  __exportStar(require("./tags/types"), exports);
67
- __exportStar(require("./tasks/types"), exports);
68
67
  __exportStar(require("./billingNotes/client/requests"), exports);
69
68
  __exportStar(require("./expectedNetworkStatus/client/requests"), exports);
@@ -1,2 +1 @@
1
1
  export * from "./resources";
2
- export * from "./types";
@@ -15,4 +15,3 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./resources"), exports);
18
- __exportStar(require("./types"), exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "candidhealth",
3
- "version": "0.4.4",
3
+ "version": "0.4.5",
4
4
  "private": false,
5
5
  "repository": "https://github.com/candidhealth/candid-node",
6
6
  "main": "./index.js",
@@ -6,6 +6,7 @@ export * from "./PatientExternalId";
6
6
  export * from "./EncounterExternalId";
7
7
  export * from "./Npi";
8
8
  export * from "./WorkQueueId";
9
+ export * from "./TaskId";
9
10
  export * from "./LinkUrl";
10
11
  export * from "./ContentDownloadUrl";
11
12
  export * from "./PageToken";
@@ -22,6 +22,7 @@ __exportStar(require("./PatientExternalId"), exports);
22
22
  __exportStar(require("./EncounterExternalId"), exports);
23
23
  __exportStar(require("./Npi"), exports);
24
24
  __exportStar(require("./WorkQueueId"), exports);
25
+ __exportStar(require("./TaskId"), exports);
25
26
  __exportStar(require("./LinkUrl"), exports);
26
27
  __exportStar(require("./ContentDownloadUrl"), exports);
27
28
  __exportStar(require("./PageToken"), exports);
@@ -35,6 +35,5 @@ export * as serviceLines from "./serviceLines";
35
35
  export * from "./serviceLines/types";
36
36
  export * as tags from "./tags";
37
37
  export * from "./tags/types";
38
- export * from "./tasks/types";
39
38
  export * from "./billingNotes/client/requests";
40
39
  export * from "./expectedNetworkStatus/client/requests";
@@ -64,6 +64,5 @@ exports.serviceLines = __importStar(require("./serviceLines"));
64
64
  __exportStar(require("./serviceLines/types"), exports);
65
65
  exports.tags = __importStar(require("./tags"));
66
66
  __exportStar(require("./tags/types"), exports);
67
- __exportStar(require("./tasks/types"), exports);
68
67
  __exportStar(require("./billingNotes/client/requests"), exports);
69
68
  __exportStar(require("./expectedNetworkStatus/client/requests"), exports);
@@ -1,2 +1 @@
1
1
  export * from "./resources";
2
- export * from "./types";
@@ -15,4 +15,3 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./resources"), exports);
18
- __exportStar(require("./types"), exports);
@@ -1 +0,0 @@
1
- export * from "./TaskId";
@@ -1,17 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./TaskId"), exports);
@@ -1 +0,0 @@
1
- export * from "./TaskId";
@@ -1,17 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./TaskId"), exports);
@@ -1 +0,0 @@
1
- export * from "./TaskId";
@@ -1,17 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./TaskId"), exports);
@@ -1 +0,0 @@
1
- export * from "./TaskId";
@@ -1,17 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./TaskId"), exports);