outpost-protocol
Advanced tools
Comparing version 1.3.2 to 1.3.3
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.SET_GUIDELINES = exports.SET_NAME = exports.REMOVE_CHILD = exports.ADD_CHILD = exports.SET_ACCESS = exports.MEMBER_REMOVE = exports.MEMBER_ADD = exports.MOD_REMOVE = exports.MOD_ADD = exports.ADMIN_REMOVE = exports.ADMIN_ADD = exports.TRANSFER_OWNERSHIP = void 0; | ||
exports.UPGRADE_CONTRACT = exports.SET_IMAGE_TX = exports.SET_DEFAULT_REQUIREMENTS = exports.SET_TOKEN_ADDRESS = exports.SET_DESCRIPTION = exports.SET_GUIDELINES = exports.SET_NAME = exports.REMOVE_CHILD = exports.ADD_CHILD = exports.SET_ACCESS = exports.MEMBER_REMOVE = exports.MEMBER_ADD = exports.MOD_REMOVE = exports.MOD_ADD = exports.ADMIN_REMOVE = exports.ADMIN_ADD = exports.TRANSFER_OWNERSHIP = void 0; | ||
exports.TRANSFER_OWNERSHIP = 'transferOwnership'; | ||
@@ -16,2 +16,7 @@ exports.ADMIN_ADD = 'addAdmin'; | ||
exports.SET_GUIDELINES = 'setGuidelines'; | ||
exports.SET_DESCRIPTION = 'setDescription'; | ||
exports.SET_TOKEN_ADDRESS = 'setTokenAddress'; | ||
exports.SET_DEFAULT_REQUIREMENTS = 'setDefaultRequirements'; | ||
exports.SET_IMAGE_TX = 'setImageTx'; | ||
exports.UPGRADE_CONTRACT = 'upgradeContract'; | ||
//# sourceMappingURL=functionTypes.js.map |
{ | ||
"name": "outpost-protocol", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "Javascript library for outpost communities", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2957
51