/**
 * Minified by jsDelivr using Terser v5.39.0.
 * Original file: /npm/@colony/colony-js-client@1.14.8/lib/index.js
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),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=void 0;var _constants=require("./constants");Object.defineProperty(exports,"COLONY_ROLE_ADMINISTRATION",{enumerable:!0,get:function(){return _constants.COLONY_ROLE_ADMINISTRATION}}),Object.defineProperty(exports,"COLONY_ROLE_ARBITRATION",{enumerable:!0,get:function(){return _constants.COLONY_ROLE_ARBITRATION}}),Object.defineProperty(exports,"COLONY_ROLE_ARCHITECTURE",{enumerable:!0,get:function(){return _constants.COLONY_ROLE_ARCHITECTURE}}),Object.defineProperty(exports,"COLONY_ROLE_FUNDING",{enumerable:!0,get:function(){return _constants.COLONY_ROLE_FUNDING}}),Object.defineProperty(exports,"COLONY_ROLE_RECOVERY",{enumerable:!0,get:function(){return _constants.COLONY_ROLE_RECOVERY}}),Object.defineProperty(exports,"COLONY_ROLE_ROOT",{enumerable:!0,get:function(){return _constants.COLONY_ROLE_ROOT}}),Object.defineProperty(exports,"COLONY_ROLES",{enumerable:!0,get:function(){return _constants.COLONY_ROLES}}),Object.defineProperty(exports,"EMPTY_ADDRESS",{enumerable:!0,get:function(){return _constants.EMPTY_ADDRESS}}),Object.defineProperty(exports,"ETHER_ADDRESS",{enumerable:!0,get:function(){return _constants.ETHER_ADDRESS}}),Object.defineProperty(exports,"FUNDING_POT_TYPE_DOMAIN",{enumerable:!0,get:function(){return _constants.FUNDING_POT_TYPE_DOMAIN}}),Object.defineProperty(exports,"FUNDING_POT_TYPE_PAYMENT",{enumerable:!0,get:function(){return _constants.FUNDING_POT_TYPE_PAYMENT}}),Object.defineProperty(exports,"FUNDING_POT_TYPE_TASK",{enumerable:!0,get:function(){return _constants.FUNDING_POT_TYPE_TASK}}),Object.defineProperty(exports,"FUNDING_POT_TYPE_UNASSIGNED",{enumerable:!0,get:function(){return _constants.FUNDING_POT_TYPE_UNASSIGNED}}),Object.defineProperty(exports,"FUNDING_POT_TYPES",{enumerable:!0,get:function(){return _constants.FUNDING_POT_TYPES}}),Object.defineProperty(exports,"TASK_RATING_EXCELLENT",{enumerable:!0,get:function(){return _constants.TASK_RATING_EXCELLENT}}),Object.defineProperty(exports,"TASK_RATING_NONE",{enumerable:!0,get:function(){return _constants.TASK_RATING_NONE}}),Object.defineProperty(exports,"TASK_RATING_SATISFACTORY",{enumerable:!0,get:function(){return _constants.TASK_RATING_SATISFACTORY}}),Object.defineProperty(exports,"TASK_RATING_UNSATISFACTORY",{enumerable:!0,get:function(){return _constants.TASK_RATING_UNSATISFACTORY}}),Object.defineProperty(exports,"TASK_RATINGS",{enumerable:!0,get:function(){return _constants.TASK_RATINGS}}),Object.defineProperty(exports,"TASK_ROLE_EVALUATOR",{enumerable:!0,get:function(){return _constants.TASK_ROLE_EVALUATOR}}),Object.defineProperty(exports,"TASK_ROLE_MANAGER",{enumerable:!0,get:function(){return _constants.TASK_ROLE_MANAGER}}),Object.defineProperty(exports,"TASK_ROLE_WORKER",{enumerable:!0,get:function(){return _constants.TASK_ROLE_WORKER}}),Object.defineProperty(exports,"TASK_ROLES",{enumerable:!0,get:function(){return _constants.TASK_ROLES}}),Object.defineProperty(exports,"TASK_STATUS_ACTIVE",{enumerable:!0,get:function(){return _constants.TASK_STATUS_ACTIVE}}),Object.defineProperty(exports,"TASK_STATUS_CANCELLED",{enumerable:!0,get:function(){return _constants.TASK_STATUS_CANCELLED}}),Object.defineProperty(exports,"TASK_STATUS_FINALIZED",{enumerable:!0,get:function(){return _constants.TASK_STATUS_FINALIZED}}),Object.defineProperty(exports,"TASK_STATUSES",{enumerable:!0,get:function(){return _constants.TASK_STATUSES}}),require("./paramTypes");var _index=require("./ColonyNetworkClient/index"),_index2=_interopRequireDefault(_index),_index3=require("./ColonyClient/index"),_index4=_interopRequireDefault(_index3),_index5=require("./TokenClient/index"),_index6=_interopRequireDefault(_index5),_index7=require("./TokenLockingClient/index"),_index8=_interopRequireDefault(_index7),_getColonyClient=require("./getColonyClient"),_getColonyClient2=_interopRequireDefault(_getColonyClient),_getNetworkClient=require("./getNetworkClient"),_getNetworkClient2=_interopRequireDefault(_getNetworkClient);function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}exports.getColonyClient=_getColonyClient2.default,exports.getNetworkClient=_getNetworkClient2.default,exports.default=_index2.default;
//# sourceMappingURL=/sm/75acd51458e2cf9fba9de46dd9d7ed21e3857a1e9b56326b84c385dadaf8d1ed.map