mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 00:07:36 +00:00
feat: api v2beta to api v2 protos (#8343)
# Which Problems Are Solved The go linter can't limit the checks to the diff in https://github.com/zitadel/zitadel/pull/8283 because it's too large # How the Problems Are Solved The protos from https://github.com/zitadel/zitadel/pull/8283 are merged separately # Additional Context Contributes to #7236 --------- Co-authored-by: Elio Bischof <elio@zitadel.com>
This commit is contained in:
@@ -284,39 +284,39 @@ module.exports = {
|
||||
categoryLinkSource: "tag",
|
||||
},
|
||||
},
|
||||
user: {
|
||||
specPath: ".artifacts/openapi/zitadel/user/v2beta/user_service.swagger.json",
|
||||
outputDir: "docs/apis/resources/user_service",
|
||||
user_v2: {
|
||||
specPath: ".artifacts/openapi/zitadel/user/v2/user_service.swagger.json",
|
||||
outputDir: "docs/apis/resources/user_service_v2",
|
||||
sidebarOptions: {
|
||||
groupPathsBy: "tag",
|
||||
categoryLinkSource: "auto",
|
||||
categoryLinkSource: "tag",
|
||||
},
|
||||
},
|
||||
session: {
|
||||
specPath: ".artifacts/openapi/zitadel/session/v2beta/session_service.swagger.json",
|
||||
outputDir: "docs/apis/resources/session_service",
|
||||
session_v2: {
|
||||
specPath: ".artifacts/openapi/zitadel/session/v2/session_service.swagger.json",
|
||||
outputDir: "docs/apis/resources/session_service_v2",
|
||||
sidebarOptions: {
|
||||
groupPathsBy: "tag",
|
||||
categoryLinkSource: "auto",
|
||||
categoryLinkSource: "tag",
|
||||
},
|
||||
},
|
||||
oidc: {
|
||||
specPath: ".artifacts/openapi/zitadel/oidc/v2beta/oidc_service.swagger.json",
|
||||
outputDir: "docs/apis/resources/oidc_service",
|
||||
oidc_v2: {
|
||||
specPath: ".artifacts/openapi/zitadel/oidc/v2/oidc_service.swagger.json",
|
||||
outputDir: "docs/apis/resources/oidc_service_v2",
|
||||
sidebarOptions: {
|
||||
groupPathsBy: "tag",
|
||||
categoryLinkSource: "auto",
|
||||
categoryLinkSource: "tag",
|
||||
},
|
||||
},
|
||||
settings: {
|
||||
specPath: ".artifacts/openapi/zitadel/settings/v2beta/settings_service.swagger.json",
|
||||
outputDir: "docs/apis/resources/settings_service",
|
||||
settings_v2: {
|
||||
specPath: ".artifacts/openapi/zitadel/settings/v2/settings_service.swagger.json",
|
||||
outputDir: "docs/apis/resources/settings_service_v2",
|
||||
sidebarOptions: {
|
||||
groupPathsBy: "tag",
|
||||
categoryLinkSource: "auto",
|
||||
categoryLinkSource: "tag",
|
||||
},
|
||||
},
|
||||
user_schema: {
|
||||
user_schema_v3: {
|
||||
specPath: ".artifacts/openapi/zitadel/user/schema/v3alpha/user_schema_service.swagger.json",
|
||||
outputDir: "docs/apis/resources/user_schema_service_v3",
|
||||
sidebarOptions: {
|
||||
@@ -341,7 +341,7 @@ module.exports = {
|
||||
},
|
||||
},
|
||||
feature_v2: {
|
||||
specPath: ".artifacts/openapi/zitadel/feature/v2beta/feature_service.swagger.json",
|
||||
specPath: ".artifacts/openapi/zitadel/feature/v2/feature_service.swagger.json",
|
||||
outputDir: "docs/apis/resources/feature_service_v2",
|
||||
sidebarOptions: {
|
||||
groupPathsBy: "tag",
|
||||
|
Reference in New Issue
Block a user