UNPKG

@heroku/applink

Version:

Applink SDK for Heroku Apps.

12 lines (11 loc) 461 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ContextImpl = void 0; const org_js_1 = require("./org.js"); class ContextImpl { constructor(accessToken, apiVersion, id, namespace, orgId, orgDomainUrl, userId, username, orgType) { this.id = id; this.org = new org_js_1.OrgImpl(accessToken, apiVersion, namespace, orgId, orgDomainUrl, userId, username, orgType); } } exports.ContextImpl = ContextImpl;