gcp-nrces-fhir
Advanced tools
Comparing version 1.0.2 to 1.0.3
import GcpFhirCRUD from "./classess/gcp"; | ||
import { PatientResource } from "./resources/Patient"; | ||
import { PractitionerResource } from "./resources/Practitioner"; | ||
export { GcpFhirCRUD, PatientResource, PractitionerResource }; | ||
import { OrganizationResource } from "./resources/Organization"; | ||
export { GcpFhirCRUD, PatientResource, PractitionerResource, OrganizationResource }; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -6,3 +6,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.PractitionerResource = exports.PatientResource = exports.GcpFhirCRUD = void 0; | ||
exports.OrganizationResource = exports.PractitionerResource = exports.PatientResource = exports.GcpFhirCRUD = void 0; | ||
const gcp_1 = __importDefault(require("./classess/gcp")); | ||
@@ -14,2 +14,4 @@ exports.GcpFhirCRUD = gcp_1.default; | ||
Object.defineProperty(exports, "PractitionerResource", { enumerable: true, get: function () { return Practitioner_1.PractitionerResource; } }); | ||
const Organization_1 = require("./resources/Organization"); | ||
Object.defineProperty(exports, "OrganizationResource", { enumerable: true, get: function () { return Organization_1.OrganizationResource; } }); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "gcp-nrces-fhir", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Google cloud healthcare api Nrces Fhir imlimenataion", | ||
@@ -34,2 +34,2 @@ "main": "lib/index.js", | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23404
22
380