UNPKG

@1hive/connect-core

Version:

Access and interact with Aragon Organizations and their apps.

16 lines 833 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getApmInternalAppInfo = exports.getAragonOsInternalAppInfo = void 0; const interfaces_1 = require("./interfaces"); function getAragonOsInternalAppInfo(appId) { return interfaces_1.getAppInfo(appId, 'aragon'); } exports.getAragonOsInternalAppInfo = getAragonOsInternalAppInfo; function getApmInternalAppInfo(appId) { return interfaces_1.getAppInfo(appId, 'apm'); } exports.getApmInternalAppInfo = getApmInternalAppInfo; var interfaces_2 = require("./interfaces"); Object.defineProperty(exports, "hasAppInfo", { enumerable: true, get: function () { return interfaces_2.hasAppInfo; } }); Object.defineProperty(exports, "getAppInfo", { enumerable: true, get: function () { return interfaces_2.getAppInfo; } }); //# sourceMappingURL=index.js.map