persona-community-5/.pnpm-store/v3/files/c9/c0b6be019c4c1879613299e3b73448d4b47ab5794b9c5e2de98959cdc8951d990fc344406e6ab387ff5a5440c217c536f2d8c988252e3caddb18507660d7fb
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

22 lines
1.3 KiB
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.LayoutVariant = exports.REDOCLY_ROUTE_RBAC = exports.REDOCLY_TEAMS_RBAC = exports.ApigeeDevOnboardingIntegrationAuthType = exports.AuthProviderType = exports.DEFAULT_TEAM_CLAIM_NAME = void 0;
exports.DEFAULT_TEAM_CLAIM_NAME = 'https://redocly.com/sso/teams';
var AuthProviderType;
(function (AuthProviderType) {
AuthProviderType["OIDC"] = "OIDC";
AuthProviderType["SAML2"] = "SAML2";
})(AuthProviderType || (exports.AuthProviderType = AuthProviderType = {}));
var ApigeeDevOnboardingIntegrationAuthType;
(function (ApigeeDevOnboardingIntegrationAuthType) {
ApigeeDevOnboardingIntegrationAuthType["SERVICE_ACCOUNT"] = "SERVICE_ACCOUNT";
ApigeeDevOnboardingIntegrationAuthType["OAUTH2"] = "OAUTH2";
})(ApigeeDevOnboardingIntegrationAuthType || (exports.ApigeeDevOnboardingIntegrationAuthType = ApigeeDevOnboardingIntegrationAuthType = {}));
exports.REDOCLY_TEAMS_RBAC = 'redocly::teams-rbac';
exports.REDOCLY_ROUTE_RBAC = 'redocly::route-rbac';
var LayoutVariant;
(function (LayoutVariant) {
LayoutVariant["STACKED"] = "stacked";
LayoutVariant["THREE_PANEL"] = "three-panel";
})(LayoutVariant || (exports.LayoutVariant = LayoutVariant = {}));
//# sourceMappingURL=constants.js.map