From ec984364ceedea46a21995d0ede97759ce5bf066 Mon Sep 17 00:00:00 2001 From: buildkite-docs-bot Date: Sat, 17 Jun 2023 00:12:05 +0000 Subject: [PATCH] Update GraphQL docs --- data/graphql_data_schema.json | 48 +++++++++---------- .../graphql/schemas/enum/auditsubjecttype.md | 2 +- 2 files changed, 25 insertions(+), 25 deletions(-) diff --git a/data/graphql_data_schema.json b/data/graphql_data_schema.json index 77c2f76007..a3cd52f4b1 100644 --- a/data/graphql_data_schema.json +++ b/data/graphql_data_schema.json @@ -3812,13 +3812,19 @@ "interfaces": null, "enumValues": [ { - "name": "PIPELINE", + "name": "CLUSTER_PERMISSION", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CLUSTER_PERMISSION", + "name": "USER", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PIPELINE", "description": null, "isDeprecated": false, "deprecationReason": null @@ -3854,7 +3860,7 @@ "deprecationReason": null }, { - "name": "ORGANIZATION", + "name": "CLUSTER", "description": null, "isDeprecated": false, "deprecationReason": null @@ -3872,79 +3878,79 @@ "deprecationReason": null }, { - "name": "TEAM", + "name": "ORGANIZATION", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "TEAM_MEMBER", + "name": "TEAM", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "TEAM_PIPELINE", + "name": "TEAM_MEMBER", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "TEAM_SUITE", + "name": "ORGANIZATION_MEMBER", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "SCM_SERVICE", + "name": "AUTHORIZATION", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "SCM_PIPELINE_SETTINGS", + "name": "TEAM_PIPELINE", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "SCM_REPOSITORY_HOST", + "name": "TEAM_SUITE", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "SUITE_MONITOR", + "name": "SCM_SERVICE", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "SSO_PROVIDER", + "name": "SCM_PIPELINE_SETTINGS", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "ORGANIZATION_MEMBER", + "name": "SCM_REPOSITORY_HOST", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "USER_EMAIL", + "name": "SUITE_MONITOR", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "SUITE", + "name": "SSO_PROVIDER", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "USER", + "name": "SUBSCRIPTION", "description": null, "isDeprecated": false, "deprecationReason": null @@ -3956,19 +3962,13 @@ "deprecationReason": null }, { - "name": "CLUSTER", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "AUTHORIZATION", + "name": "SUITE", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "SUBSCRIPTION", + "name": "USER_EMAIL", "description": null, "isDeprecated": false, "deprecationReason": null diff --git a/pages/apis/graphql/schemas/enum/auditsubjecttype.md b/pages/apis/graphql/schemas/enum/auditsubjecttype.md index 9ea2338dd3..54eb7dc725 100644 --- a/pages/apis/graphql/schemas/enum/auditsubjecttype.md +++ b/pages/apis/graphql/schemas/enum/auditsubjecttype.md @@ -40,6 +40,6 @@ toc: false -

PIPELINE

CLUSTER_PERMISSION

AGENT_TOKEN

API_ACCESS_TOKEN

CLUSTER_QUEUE

CLUSTER_TOKEN

NOTIFICATION_SERVICE

ORGANIZATION

ORGANIZATION_INVITATION

PIPELINE_SCHEDULE

TEAM

TEAM_MEMBER

TEAM_PIPELINE

TEAM_SUITE

SCM_SERVICE

SCM_PIPELINE_SETTINGS

SCM_REPOSITORY_HOST

SUITE_MONITOR

SSO_PROVIDER

ORGANIZATION_MEMBER

USER_EMAIL

SUITE

USER

USER_TOTP

CLUSTER

AUTHORIZATION

SUBSCRIPTION

+

CLUSTER_PERMISSION

USER

PIPELINE

AGENT_TOKEN

API_ACCESS_TOKEN

CLUSTER_QUEUE

CLUSTER_TOKEN

NOTIFICATION_SERVICE

CLUSTER

ORGANIZATION_INVITATION

PIPELINE_SCHEDULE

ORGANIZATION

TEAM

TEAM_MEMBER

ORGANIZATION_MEMBER

AUTHORIZATION

TEAM_PIPELINE

TEAM_SUITE

SCM_SERVICE

SCM_PIPELINE_SETTINGS

SCM_REPOSITORY_HOST

SUITE_MONITOR

SSO_PROVIDER

SUBSCRIPTION

USER_TOTP

SUITE

USER_EMAIL