UNPKG

@colony/colony-js-client

Version:

Reference implementation of the Colony API

204 lines (186 loc) 6.01 kB
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.getNetworkClient = exports.getColonyClient = exports.TASK_STATUSES = exports.TASK_STATUS_FINALIZED = exports.TASK_STATUS_CANCELLED = exports.TASK_STATUS_ACTIVE = exports.TASK_ROLES = exports.TASK_ROLE_WORKER = exports.TASK_ROLE_MANAGER = exports.TASK_ROLE_EVALUATOR = exports.TASK_RATINGS = exports.TASK_RATING_UNSATISFACTORY = exports.TASK_RATING_SATISFACTORY = exports.TASK_RATING_NONE = exports.TASK_RATING_EXCELLENT = exports.FUNDING_POT_TYPES = exports.FUNDING_POT_TYPE_UNASSIGNED = exports.FUNDING_POT_TYPE_TASK = exports.FUNDING_POT_TYPE_PAYMENT = exports.FUNDING_POT_TYPE_DOMAIN = exports.ETHER_ADDRESS = exports.EMPTY_ADDRESS = exports.COLONY_ROLES = exports.COLONY_ROLE_ROOT = exports.COLONY_ROLE_RECOVERY = exports.COLONY_ROLE_FUNDING = exports.COLONY_ROLE_ARCHITECTURE = exports.COLONY_ROLE_ARBITRATION = exports.COLONY_ROLE_ADMINISTRATION = undefined; var _constants = require('./constants'); Object.defineProperty(exports, 'COLONY_ROLE_ADMINISTRATION', { enumerable: true, get: function get() { return _constants.COLONY_ROLE_ADMINISTRATION; } }); Object.defineProperty(exports, 'COLONY_ROLE_ARBITRATION', { enumerable: true, get: function get() { return _constants.COLONY_ROLE_ARBITRATION; } }); Object.defineProperty(exports, 'COLONY_ROLE_ARCHITECTURE', { enumerable: true, get: function get() { return _constants.COLONY_ROLE_ARCHITECTURE; } }); Object.defineProperty(exports, 'COLONY_ROLE_FUNDING', { enumerable: true, get: function get() { return _constants.COLONY_ROLE_FUNDING; } }); Object.defineProperty(exports, 'COLONY_ROLE_RECOVERY', { enumerable: true, get: function get() { return _constants.COLONY_ROLE_RECOVERY; } }); Object.defineProperty(exports, 'COLONY_ROLE_ROOT', { enumerable: true, get: function get() { return _constants.COLONY_ROLE_ROOT; } }); Object.defineProperty(exports, 'COLONY_ROLES', { enumerable: true, get: function get() { return _constants.COLONY_ROLES; } }); Object.defineProperty(exports, 'EMPTY_ADDRESS', { enumerable: true, get: function get() { return _constants.EMPTY_ADDRESS; } }); Object.defineProperty(exports, 'ETHER_ADDRESS', { enumerable: true, get: function get() { return _constants.ETHER_ADDRESS; } }); Object.defineProperty(exports, 'FUNDING_POT_TYPE_DOMAIN', { enumerable: true, get: function get() { return _constants.FUNDING_POT_TYPE_DOMAIN; } }); Object.defineProperty(exports, 'FUNDING_POT_TYPE_PAYMENT', { enumerable: true, get: function get() { return _constants.FUNDING_POT_TYPE_PAYMENT; } }); Object.defineProperty(exports, 'FUNDING_POT_TYPE_TASK', { enumerable: true, get: function get() { return _constants.FUNDING_POT_TYPE_TASK; } }); Object.defineProperty(exports, 'FUNDING_POT_TYPE_UNASSIGNED', { enumerable: true, get: function get() { return _constants.FUNDING_POT_TYPE_UNASSIGNED; } }); Object.defineProperty(exports, 'FUNDING_POT_TYPES', { enumerable: true, get: function get() { return _constants.FUNDING_POT_TYPES; } }); Object.defineProperty(exports, 'TASK_RATING_EXCELLENT', { enumerable: true, get: function get() { return _constants.TASK_RATING_EXCELLENT; } }); Object.defineProperty(exports, 'TASK_RATING_NONE', { enumerable: true, get: function get() { return _constants.TASK_RATING_NONE; } }); Object.defineProperty(exports, 'TASK_RATING_SATISFACTORY', { enumerable: true, get: function get() { return _constants.TASK_RATING_SATISFACTORY; } }); Object.defineProperty(exports, 'TASK_RATING_UNSATISFACTORY', { enumerable: true, get: function get() { return _constants.TASK_RATING_UNSATISFACTORY; } }); Object.defineProperty(exports, 'TASK_RATINGS', { enumerable: true, get: function get() { return _constants.TASK_RATINGS; } }); Object.defineProperty(exports, 'TASK_ROLE_EVALUATOR', { enumerable: true, get: function get() { return _constants.TASK_ROLE_EVALUATOR; } }); Object.defineProperty(exports, 'TASK_ROLE_MANAGER', { enumerable: true, get: function get() { return _constants.TASK_ROLE_MANAGER; } }); Object.defineProperty(exports, 'TASK_ROLE_WORKER', { enumerable: true, get: function get() { return _constants.TASK_ROLE_WORKER; } }); Object.defineProperty(exports, 'TASK_ROLES', { enumerable: true, get: function get() { return _constants.TASK_ROLES; } }); Object.defineProperty(exports, 'TASK_STATUS_ACTIVE', { enumerable: true, get: function get() { return _constants.TASK_STATUS_ACTIVE; } }); Object.defineProperty(exports, 'TASK_STATUS_CANCELLED', { enumerable: true, get: function get() { return _constants.TASK_STATUS_CANCELLED; } }); Object.defineProperty(exports, 'TASK_STATUS_FINALIZED', { enumerable: true, get: function get() { return _constants.TASK_STATUS_FINALIZED; } }); Object.defineProperty(exports, 'TASK_STATUSES', { enumerable: true, get: function get() { return _constants.TASK_STATUSES; } }); require('./paramTypes'); var _index = require('./ColonyNetworkClient/index'); var _index2 = _interopRequireDefault(_index); var _index3 = require('./ColonyClient/index'); var _index4 = _interopRequireDefault(_index3); var _index5 = require('./TokenClient/index'); var _index6 = _interopRequireDefault(_index5); var _index7 = require('./TokenLockingClient/index'); var _index8 = _interopRequireDefault(_index7); var _getColonyClient = require('./getColonyClient'); var _getColonyClient2 = _interopRequireDefault(_getColonyClient); var _getNetworkClient = require('./getNetworkClient'); var _getNetworkClient2 = _interopRequireDefault(_getNetworkClient); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } exports.getColonyClient = _getColonyClient2.default; exports.getNetworkClient = _getNetworkClient2.default; exports.default = _index2.default; //# sourceMappingURL=index.js.map