UNPKG

@toolprint/api-client

Version:
32 lines 1.02 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ActionApprovalState = exports.AuthenticationMethod = exports.IntegrationConfigurationState = exports.IntegrationAuthScheme = exports.IntegrationOAuthAuthorizer = exports.AccessPolicyType = void 0; exports.AccessPolicyType = { ALWAYS: 'ALWAYS', NEVER: 'NEVER', REQUIRES_PERMISSION: 'REQUIRES_PERMISSION' }; exports.IntegrationOAuthAuthorizer = { GOOGLE: 'google', META: 'meta' }; exports.IntegrationAuthScheme = { TOKEN: 'token', OAUTH_1_0: 'oauth_1_0', OAUTH_2_0: 'oauth_2_0' }; exports.IntegrationConfigurationState = { AGENT_LOCAL: 'agent_local', CLOUD_HOSTED_AVAILABLE: 'cloud_hosted_available', CLOUD_HOSTED_CONFIGURED: 'cloud_hosted_configured' }; exports.AuthenticationMethod = { PROPELAUTH: 'propelauth', API_KEY: 'api_key' }; exports.ActionApprovalState = { PENDING: 'pending', APPROVED: 'approved', REJECTED: 'rejected' }; //# sourceMappingURL=types.gen.js.map