chore(api): initial definition of API for user schemas (user v3 and user schema v3 service) (#7372)

Adds the initial proto definition for a new user service (v3) based on user schema and it's corresponding user schema service (v3)
This commit is contained in:
Livio Spring
2024-02-15 11:22:48 +01:00
committed by GitHub
parent d5266ea51c
commit 104034c628
10 changed files with 3821 additions and 118 deletions

View File

@@ -290,14 +290,28 @@ module.exports = {
groupPathsBy: "tag",
},
},
user_schema: {
specPath: ".artifacts/openapi/zitadel/user/schema/v3alpha/user_schema_service.swagger.json",
outputDir: "docs/apis/resources/user_schema_service_v3",
sidebarOptions: {
groupPathsBy: "tag",
},
},
user_v3: {
specPath: ".artifacts/openapi/zitadel/user/v3alpha/user_service.swagger.json",
outputDir: "docs/apis/resources/user_service_v3",
sidebarOptions: {
groupPathsBy: "tag",
},
},
execution_v3: {
specPath: ".artifacts/openapi/zitadel/execution/v3alpha/execution_service.swagger.json",
outputDir: "docs/apis/resources/execution_service_v3",
sidebarOptions: {
groupPathsBy: "tag",
groupPathsBy: "tag",
},
}
}
},
},
},
],
require.resolve("docusaurus-plugin-image-zoom"),