candidhealth 1.14.1 → 1.14.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.
- package/Client.js +2 -2
- package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.d.ts +2 -0
- package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +2 -0
- package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.d.ts +2 -0
- package/dist/Client.js +2 -2
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.d.ts +2 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +2 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.d.ts +2 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.d.ts +1 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.js +1 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +1 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.js +1 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.d.ts +1 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.js +1 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.d.ts +1 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.js +1 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +1 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.js +1 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.d.ts +1 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.js +1 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
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.
|
|
94
|
-
"User-Agent": "candidhealth/1.14.
|
|
93
|
+
"X-Fern-SDK-Version": "1.14.2",
|
|
94
|
+
"User-Agent": "candidhealth/1.14.2",
|
|
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) });
|
|
@@ -41,6 +41,8 @@ export interface OrganizationServiceFacility {
|
|
|
41
41
|
placeOfServiceCode?: CandidApi.FacilityTypeCode;
|
|
42
42
|
/** The associated CLIA number with this service facility. Can be used to populate CLIA numbers on encounters. */
|
|
43
43
|
cliaNumber?: string;
|
|
44
|
+
/** The associated mammography certification number for this service facility. This is a 6 digit code assigned by the FDA. */
|
|
45
|
+
mammographyCertificationNumber?: string;
|
|
44
46
|
/** The status of the service facility. */
|
|
45
47
|
status?: CandidApi.organizationServiceFacilities.v2.ServiceFacilityStatus;
|
|
46
48
|
/** The operational status of the service facility. */
|
|
@@ -39,6 +39,8 @@ export interface OrganizationServiceFacilityCreate {
|
|
|
39
39
|
placeOfServiceCode?: CandidApi.FacilityTypeCode;
|
|
40
40
|
/** The associated CLIA number with this service facility. Can be used to populate CLIA numbers on encounters. */
|
|
41
41
|
cliaNumber?: string;
|
|
42
|
+
/** The associated mammography certification number for this service facility. This is a 6 digit code assigned by the FDA. */
|
|
43
|
+
mammographyCertificationNumber?: string;
|
|
42
44
|
/** The status of the service facility. */
|
|
43
45
|
status?: CandidApi.organizationServiceFacilities.v2.ServiceFacilityStatus;
|
|
44
46
|
/** The operational status of the service facility. */
|
|
@@ -39,6 +39,8 @@ export interface OrganizationServiceFacilityUpdate {
|
|
|
39
39
|
placeOfServiceCode?: CandidApi.FacilityTypeCode;
|
|
40
40
|
/** The associated CLIA number with this service facility. Can be used to populate CLIA numbers on encounters. */
|
|
41
41
|
cliaNumber?: string;
|
|
42
|
+
/** The associated mammography certification number for this service facility. This is a 6 digit code assigned by the FDA. */
|
|
43
|
+
mammographyCertificationNumber?: string;
|
|
42
44
|
/** The status of the service facility. */
|
|
43
45
|
status?: CandidApi.organizationServiceFacilities.v2.ServiceFacilityStatus;
|
|
44
46
|
/** The operational status of the service facility. */
|
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.
|
|
94
|
-
"User-Agent": "candidhealth/1.14.
|
|
93
|
+
"X-Fern-SDK-Version": "1.14.2",
|
|
94
|
+
"User-Agent": "candidhealth/1.14.2",
|
|
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) });
|
|
@@ -41,6 +41,8 @@ export interface OrganizationServiceFacility {
|
|
|
41
41
|
placeOfServiceCode?: CandidApi.FacilityTypeCode;
|
|
42
42
|
/** The associated CLIA number with this service facility. Can be used to populate CLIA numbers on encounters. */
|
|
43
43
|
cliaNumber?: string;
|
|
44
|
+
/** The associated mammography certification number for this service facility. This is a 6 digit code assigned by the FDA. */
|
|
45
|
+
mammographyCertificationNumber?: string;
|
|
44
46
|
/** The status of the service facility. */
|
|
45
47
|
status?: CandidApi.organizationServiceFacilities.v2.ServiceFacilityStatus;
|
|
46
48
|
/** The operational status of the service facility. */
|
|
@@ -39,6 +39,8 @@ export interface OrganizationServiceFacilityCreate {
|
|
|
39
39
|
placeOfServiceCode?: CandidApi.FacilityTypeCode;
|
|
40
40
|
/** The associated CLIA number with this service facility. Can be used to populate CLIA numbers on encounters. */
|
|
41
41
|
cliaNumber?: string;
|
|
42
|
+
/** The associated mammography certification number for this service facility. This is a 6 digit code assigned by the FDA. */
|
|
43
|
+
mammographyCertificationNumber?: string;
|
|
42
44
|
/** The status of the service facility. */
|
|
43
45
|
status?: CandidApi.organizationServiceFacilities.v2.ServiceFacilityStatus;
|
|
44
46
|
/** The operational status of the service facility. */
|
|
@@ -39,6 +39,8 @@ export interface OrganizationServiceFacilityUpdate {
|
|
|
39
39
|
placeOfServiceCode?: CandidApi.FacilityTypeCode;
|
|
40
40
|
/** The associated CLIA number with this service facility. Can be used to populate CLIA numbers on encounters. */
|
|
41
41
|
cliaNumber?: string;
|
|
42
|
+
/** The associated mammography certification number for this service facility. This is a 6 digit code assigned by the FDA. */
|
|
43
|
+
mammographyCertificationNumber?: string;
|
|
42
44
|
/** The status of the service facility. */
|
|
43
45
|
status?: CandidApi.organizationServiceFacilities.v2.ServiceFacilityStatus;
|
|
44
46
|
/** The operational status of the service facility. */
|
|
@@ -20,6 +20,7 @@ export declare namespace OrganizationServiceFacility {
|
|
|
20
20
|
npi?: string | null;
|
|
21
21
|
place_of_service_code?: FacilityTypeCode.Raw | null;
|
|
22
22
|
clia_number?: string | null;
|
|
23
|
+
mammography_certification_number?: string | null;
|
|
23
24
|
status?: ServiceFacilityStatus.Raw | null;
|
|
24
25
|
operational_status?: ServiceFacilityOperationalStatus.Raw | null;
|
|
25
26
|
mode?: ServiceFacilityMode.Raw | null;
|
|
@@ -53,6 +53,7 @@ exports.OrganizationServiceFacility = core.serialization.object({
|
|
|
53
53
|
npi: core.serialization.string().optional(),
|
|
54
54
|
placeOfServiceCode: core.serialization.property("place_of_service_code", FacilityTypeCode_1.FacilityTypeCode.optional()),
|
|
55
55
|
cliaNumber: core.serialization.property("clia_number", core.serialization.string().optional()),
|
|
56
|
+
mammographyCertificationNumber: core.serialization.property("mammography_certification_number", core.serialization.string().optional()),
|
|
56
57
|
status: ServiceFacilityStatus_1.ServiceFacilityStatus.optional(),
|
|
57
58
|
operationalStatus: core.serialization.property("operational_status", ServiceFacilityOperationalStatus_1.ServiceFacilityOperationalStatus.optional()),
|
|
58
59
|
mode: ServiceFacilityMode_1.ServiceFacilityMode.optional(),
|
|
@@ -18,6 +18,7 @@ export declare namespace OrganizationServiceFacilityCreate {
|
|
|
18
18
|
npi?: string | null;
|
|
19
19
|
place_of_service_code?: FacilityTypeCode.Raw | null;
|
|
20
20
|
clia_number?: string | null;
|
|
21
|
+
mammography_certification_number?: string | null;
|
|
21
22
|
status?: ServiceFacilityStatus.Raw | null;
|
|
22
23
|
operational_status?: ServiceFacilityOperationalStatus.Raw | null;
|
|
23
24
|
mode?: ServiceFacilityMode.Raw | null;
|
|
@@ -51,6 +51,7 @@ exports.OrganizationServiceFacilityCreate = core.serialization.object({
|
|
|
51
51
|
npi: core.serialization.string().optional(),
|
|
52
52
|
placeOfServiceCode: core.serialization.property("place_of_service_code", FacilityTypeCode_1.FacilityTypeCode.optional()),
|
|
53
53
|
cliaNumber: core.serialization.property("clia_number", core.serialization.string().optional()),
|
|
54
|
+
mammographyCertificationNumber: core.serialization.property("mammography_certification_number", core.serialization.string().optional()),
|
|
54
55
|
status: ServiceFacilityStatus_1.ServiceFacilityStatus.optional(),
|
|
55
56
|
operationalStatus: core.serialization.property("operational_status", ServiceFacilityOperationalStatus_1.ServiceFacilityOperationalStatus.optional()),
|
|
56
57
|
mode: ServiceFacilityMode_1.ServiceFacilityMode.optional(),
|
|
@@ -18,6 +18,7 @@ export declare namespace OrganizationServiceFacilityUpdate {
|
|
|
18
18
|
npi?: string | null;
|
|
19
19
|
place_of_service_code?: FacilityTypeCode.Raw | null;
|
|
20
20
|
clia_number?: string | null;
|
|
21
|
+
mammography_certification_number?: string | null;
|
|
21
22
|
status?: ServiceFacilityStatus.Raw | null;
|
|
22
23
|
operational_status?: ServiceFacilityOperationalStatus.Raw | null;
|
|
23
24
|
mode?: ServiceFacilityMode.Raw | null;
|
|
@@ -51,6 +51,7 @@ exports.OrganizationServiceFacilityUpdate = core.serialization.object({
|
|
|
51
51
|
npi: core.serialization.string().optional(),
|
|
52
52
|
placeOfServiceCode: core.serialization.property("place_of_service_code", FacilityTypeCode_1.FacilityTypeCode.optional()),
|
|
53
53
|
cliaNumber: core.serialization.property("clia_number", core.serialization.string().optional()),
|
|
54
|
+
mammographyCertificationNumber: core.serialization.property("mammography_certification_number", core.serialization.string().optional()),
|
|
54
55
|
status: ServiceFacilityStatus_1.ServiceFacilityStatus.optional(),
|
|
55
56
|
operationalStatus: core.serialization.property("operational_status", ServiceFacilityOperationalStatus_1.ServiceFacilityOperationalStatus.optional()),
|
|
56
57
|
mode: ServiceFacilityMode_1.ServiceFacilityMode.optional(),
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "1.14.
|
|
1
|
+
export declare const SDK_VERSION = "1.14.2";
|
package/dist/version.js
CHANGED
package/package.json
CHANGED
|
@@ -20,6 +20,7 @@ export declare namespace OrganizationServiceFacility {
|
|
|
20
20
|
npi?: string | null;
|
|
21
21
|
place_of_service_code?: FacilityTypeCode.Raw | null;
|
|
22
22
|
clia_number?: string | null;
|
|
23
|
+
mammography_certification_number?: string | null;
|
|
23
24
|
status?: ServiceFacilityStatus.Raw | null;
|
|
24
25
|
operational_status?: ServiceFacilityOperationalStatus.Raw | null;
|
|
25
26
|
mode?: ServiceFacilityMode.Raw | null;
|
|
@@ -53,6 +53,7 @@ exports.OrganizationServiceFacility = core.serialization.object({
|
|
|
53
53
|
npi: core.serialization.string().optional(),
|
|
54
54
|
placeOfServiceCode: core.serialization.property("place_of_service_code", FacilityTypeCode_1.FacilityTypeCode.optional()),
|
|
55
55
|
cliaNumber: core.serialization.property("clia_number", core.serialization.string().optional()),
|
|
56
|
+
mammographyCertificationNumber: core.serialization.property("mammography_certification_number", core.serialization.string().optional()),
|
|
56
57
|
status: ServiceFacilityStatus_1.ServiceFacilityStatus.optional(),
|
|
57
58
|
operationalStatus: core.serialization.property("operational_status", ServiceFacilityOperationalStatus_1.ServiceFacilityOperationalStatus.optional()),
|
|
58
59
|
mode: ServiceFacilityMode_1.ServiceFacilityMode.optional(),
|
|
@@ -18,6 +18,7 @@ export declare namespace OrganizationServiceFacilityCreate {
|
|
|
18
18
|
npi?: string | null;
|
|
19
19
|
place_of_service_code?: FacilityTypeCode.Raw | null;
|
|
20
20
|
clia_number?: string | null;
|
|
21
|
+
mammography_certification_number?: string | null;
|
|
21
22
|
status?: ServiceFacilityStatus.Raw | null;
|
|
22
23
|
operational_status?: ServiceFacilityOperationalStatus.Raw | null;
|
|
23
24
|
mode?: ServiceFacilityMode.Raw | null;
|
|
@@ -51,6 +51,7 @@ exports.OrganizationServiceFacilityCreate = core.serialization.object({
|
|
|
51
51
|
npi: core.serialization.string().optional(),
|
|
52
52
|
placeOfServiceCode: core.serialization.property("place_of_service_code", FacilityTypeCode_1.FacilityTypeCode.optional()),
|
|
53
53
|
cliaNumber: core.serialization.property("clia_number", core.serialization.string().optional()),
|
|
54
|
+
mammographyCertificationNumber: core.serialization.property("mammography_certification_number", core.serialization.string().optional()),
|
|
54
55
|
status: ServiceFacilityStatus_1.ServiceFacilityStatus.optional(),
|
|
55
56
|
operationalStatus: core.serialization.property("operational_status", ServiceFacilityOperationalStatus_1.ServiceFacilityOperationalStatus.optional()),
|
|
56
57
|
mode: ServiceFacilityMode_1.ServiceFacilityMode.optional(),
|
|
@@ -18,6 +18,7 @@ export declare namespace OrganizationServiceFacilityUpdate {
|
|
|
18
18
|
npi?: string | null;
|
|
19
19
|
place_of_service_code?: FacilityTypeCode.Raw | null;
|
|
20
20
|
clia_number?: string | null;
|
|
21
|
+
mammography_certification_number?: string | null;
|
|
21
22
|
status?: ServiceFacilityStatus.Raw | null;
|
|
22
23
|
operational_status?: ServiceFacilityOperationalStatus.Raw | null;
|
|
23
24
|
mode?: ServiceFacilityMode.Raw | null;
|
|
@@ -51,6 +51,7 @@ exports.OrganizationServiceFacilityUpdate = core.serialization.object({
|
|
|
51
51
|
npi: core.serialization.string().optional(),
|
|
52
52
|
placeOfServiceCode: core.serialization.property("place_of_service_code", FacilityTypeCode_1.FacilityTypeCode.optional()),
|
|
53
53
|
cliaNumber: core.serialization.property("clia_number", core.serialization.string().optional()),
|
|
54
|
+
mammographyCertificationNumber: core.serialization.property("mammography_certification_number", core.serialization.string().optional()),
|
|
54
55
|
status: ServiceFacilityStatus_1.ServiceFacilityStatus.optional(),
|
|
55
56
|
operationalStatus: core.serialization.property("operational_status", ServiceFacilityOperationalStatus_1.ServiceFacilityOperationalStatus.optional()),
|
|
56
57
|
mode: ServiceFacilityMode_1.ServiceFacilityMode.optional(),
|
package/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "1.14.
|
|
1
|
+
export declare const SDK_VERSION = "1.14.2";
|
package/version.js
CHANGED