UNPKG

@oystehr/sdk

Version:

Oystehr SDK

87 lines (84 loc) 2.69 kB
import { Application } from './application.js'; import { Charge } from './charge.js'; import { Conversation } from './conversation.js'; import { Developer } from './developer.js'; import { Erx } from './erx.js'; import { ErxV1 } from './erxV1.js'; import { ErxV2 } from './erxV2.js'; import { Fax } from './fax.js'; import { Fhir } from './fhir.js'; import { Lab } from './lab.js'; import { M2m } from './m2m.js'; import { Messaging } from './messaging.js'; import { PaymentMethod } from './paymentMethod.js'; import { Project } from './project.js'; import { Rcm } from './rcm.js'; import { Role } from './role.js'; import { Secret } from './secret.js'; import { Telemed } from './telemed.js'; import { TransactionalSMS } from './transactionalSMS.js'; import { User } from './user.js'; import { Version } from './version.js'; import { Z3 } from './z3.js'; import { Zambda } from './zambda.js'; import { ZambdaLogStream } from './zambdaLogStream.js'; // AUTOGENERATED -- DO NOT EDIT let Oystehr$1 = class Oystehr { config; application; developer; m2m; messaging; conversation; transactionalSMS; paymentMethod; charge; project; rcm; erxV1; erxV2; role; secret; telemed; user; version; z3; zambda; zambdaLogStream; fax; lab; erx; fhir; constructor(config) { this.config = config; this.config.services ??= {}; this.config.services['projectApiUrl'] ??= config.projectApiUrl; this.config.services['fhirApiUrl'] ??= config.fhirApiUrl; this.application = new Application(config); this.developer = new Developer(config); this.m2m = new M2m(config); this.messaging = new Messaging(config); this.conversation = new Conversation(config); this.transactionalSMS = new TransactionalSMS(config); this.paymentMethod = new PaymentMethod(config); this.charge = new Charge(config); this.project = new Project(config); this.rcm = new Rcm(config); this.erxV1 = new ErxV1(config); this.erxV2 = new ErxV2(config); this.role = new Role(config); this.secret = new Secret(config); this.telemed = new Telemed(config); this.user = new User(config); this.version = new Version(config); this.z3 = new Z3(config); this.zambda = new Zambda(config); this.zambdaLogStream = new ZambdaLogStream(config); this.fax = new Fax(config); this.lab = new Lab(config); this.erx = new Erx(config); this.fhir = new Fhir(config); } }; export { Oystehr$1 as Oystehr }; //# sourceMappingURL=index.js.map