@oystehr/sdk
Version:
Oystehr SDK
86 lines (82 loc) • 2.83 kB
JavaScript
'use strict';
var application = require('./application.cjs');
var charge = require('./charge.cjs');
var conversation = require('./conversation.cjs');
var developer = require('./developer.cjs');
var erx = require('./erx.cjs');
var fax = require('./fax.cjs');
var fhir = require('./fhir.cjs');
var lab = require('./lab.cjs');
var m2m = require('./m2m.cjs');
var messaging = require('./messaging.cjs');
var paymentMethod = require('./paymentMethod.cjs');
var project = require('./project.cjs');
var rcm = require('./rcm.cjs');
var role = require('./role.cjs');
var secret = require('./secret.cjs');
var telemed = require('./telemed.cjs');
var terminology = require('./terminology.cjs');
var transactionalSMS = require('./transactionalSMS.cjs');
var user = require('./user.cjs');
var version = require('./version.cjs');
var z3 = require('./z3.cjs');
var zambda = require('./zambda.cjs');
var zambdaLogStream = require('./zambdaLogStream.cjs');
// AUTOGENERATED -- DO NOT EDIT
let Oystehr$1 = class Oystehr {
config;
application;
developer;
m2m;
messaging;
conversation;
transactionalSMS;
paymentMethod;
charge;
project;
rcm;
role;
secret;
telemed;
user;
version;
z3;
zambda;
zambdaLogStream;
fax;
lab;
erx;
terminology;
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.Application(config);
this.developer = new developer.Developer(config);
this.m2m = new m2m.M2m(config);
this.messaging = new messaging.Messaging(config);
this.conversation = new conversation.Conversation(config);
this.transactionalSMS = new transactionalSMS.TransactionalSMS(config);
this.paymentMethod = new paymentMethod.PaymentMethod(config);
this.charge = new charge.Charge(config);
this.project = new project.Project(config);
this.rcm = new rcm.Rcm(config);
this.role = new role.Role(config);
this.secret = new secret.Secret(config);
this.telemed = new telemed.Telemed(config);
this.user = new user.User(config);
this.version = new version.Version(config);
this.z3 = new z3.Z3(config);
this.zambda = new zambda.Zambda(config);
this.zambdaLogStream = new zambdaLogStream.ZambdaLogStream(config);
this.fax = new fax.Fax(config);
this.lab = new lab.Lab(config);
this.erx = new erx.Erx(config);
this.terminology = new terminology.Terminology(config);
this.fhir = new fhir.Fhir(config);
}
};
exports.Oystehr = Oystehr$1;
//# sourceMappingURL=index.cjs.map