From 726473fbb07bb5bc4338872a8d6567676ca61c4e Mon Sep 17 00:00:00 2001 From: Octomerger Bot <63058869+Octomerger@users.noreply.github.com> Date: Sat, 17 Jun 2023 09:37:41 -0700 Subject: [PATCH] GraphQL schema update (#38027) Co-authored-by: rachmari --- data/graphql/ghae/schema.docs-ghae.graphql | 46 +++++++++++----------- data/graphql/ghec/schema.docs.graphql | 46 +++++++++++----------- data/graphql/schema.docs.graphql | 46 +++++++++++----------- src/graphql/data/fpt/schema.json | 46 +++++++++++----------- src/graphql/data/ghae/schema.json | 46 +++++++++++----------- src/graphql/data/ghec/schema.json | 46 +++++++++++----------- 6 files changed, 138 insertions(+), 138 deletions(-) diff --git a/data/graphql/ghae/schema.docs-ghae.graphql b/data/graphql/ghae/schema.docs-ghae.graphql index 21b067c0dc..14400d0522 100644 --- a/data/graphql/ghae/schema.docs-ghae.graphql +++ b/data/graphql/ghae/schema.docs-ghae.graphql @@ -20264,17 +20264,17 @@ Metadata for an audit entry with action oauth_application.* """ interface OauthApplicationAuditEntryData { """ - The name of the OAuth Application. + The name of the OAuth application. """ oauthApplicationName: String """ - The HTTP path for the OAuth Application + The HTTP path for the OAuth application """ oauthApplicationResourcePath: URI """ - The HTTP URL for the OAuth Application + The HTTP URL for the OAuth application """ oauthApplicationUrl: URI } @@ -20319,12 +20319,12 @@ type OauthApplicationCreateAuditEntry implements AuditEntry & Node & OauthApplic actorUrl: URI """ - The application URL of the OAuth Application. + The application URL of the OAuth application. """ applicationUrl: URI """ - The callback URL of the OAuth Application. + The callback URL of the OAuth application. """ callbackUrl: URI @@ -20335,17 +20335,17 @@ type OauthApplicationCreateAuditEntry implements AuditEntry & Node & OauthApplic id: ID! """ - The name of the OAuth Application. + The name of the OAuth application. """ oauthApplicationName: String """ - The HTTP path for the OAuth Application + The HTTP path for the OAuth application """ oauthApplicationResourcePath: URI """ - The HTTP URL for the OAuth Application + The HTTP URL for the OAuth application """ oauthApplicationUrl: URI @@ -20375,12 +20375,12 @@ type OauthApplicationCreateAuditEntry implements AuditEntry & Node & OauthApplic organizationUrl: URI """ - The rate limit of the OAuth Application. + The rate limit of the OAuth application. """ rateLimit: Int """ - The state of the OAuth Application. + The state of the OAuth application. """ state: OauthApplicationCreateAuditEntryState @@ -20406,21 +20406,21 @@ type OauthApplicationCreateAuditEntry implements AuditEntry & Node & OauthApplic } """ -The state of an OAuth Application when it was created. +The state of an OAuth application when it was created. """ enum OauthApplicationCreateAuditEntryState { """ - The OAuth Application was active and allowed to have OAuth Accesses. + The OAuth application was active and allowed to have OAuth Accesses. """ ACTIVE """ - The OAuth Application was in the process of being deleted. + The OAuth application was in the process of being deleted. """ PENDING_DELETION """ - The OAuth Application was suspended from generating OAuth Accesses due to abuse or security concerns. + The OAuth application was suspended from generating OAuth Accesses due to abuse or security concerns. """ SUSPENDED } @@ -21970,17 +21970,17 @@ type OrgOauthAppAccessApprovedAuditEntry implements AuditEntry & Node & OauthApp id: ID! """ - The name of the OAuth Application. + The name of the OAuth application. """ oauthApplicationName: String """ - The HTTP path for the OAuth Application + The HTTP path for the OAuth application """ oauthApplicationResourcePath: URI """ - The HTTP URL for the OAuth Application + The HTTP URL for the OAuth application """ oauthApplicationUrl: URI @@ -22076,17 +22076,17 @@ type OrgOauthAppAccessDeniedAuditEntry implements AuditEntry & Node & OauthAppli id: ID! """ - The name of the OAuth Application. + The name of the OAuth application. """ oauthApplicationName: String """ - The HTTP path for the OAuth Application + The HTTP path for the OAuth application """ oauthApplicationResourcePath: URI """ - The HTTP URL for the OAuth Application + The HTTP URL for the OAuth application """ oauthApplicationUrl: URI @@ -22182,17 +22182,17 @@ type OrgOauthAppAccessRequestedAuditEntry implements AuditEntry & Node & OauthAp id: ID! """ - The name of the OAuth Application. + The name of the OAuth application. """ oauthApplicationName: String """ - The HTTP path for the OAuth Application + The HTTP path for the OAuth application """ oauthApplicationResourcePath: URI """ - The HTTP URL for the OAuth Application + The HTTP URL for the OAuth application """ oauthApplicationUrl: URI diff --git a/data/graphql/ghec/schema.docs.graphql b/data/graphql/ghec/schema.docs.graphql index 8c74b6f2e5..872bf24447 100644 --- a/data/graphql/ghec/schema.docs.graphql +++ b/data/graphql/ghec/schema.docs.graphql @@ -23599,17 +23599,17 @@ Metadata for an audit entry with action oauth_application.* """ interface OauthApplicationAuditEntryData { """ - The name of the OAuth Application. + The name of the OAuth application. """ oauthApplicationName: String """ - The HTTP path for the OAuth Application + The HTTP path for the OAuth application """ oauthApplicationResourcePath: URI """ - The HTTP URL for the OAuth Application + The HTTP URL for the OAuth application """ oauthApplicationUrl: URI } @@ -23654,12 +23654,12 @@ type OauthApplicationCreateAuditEntry implements AuditEntry & Node & OauthApplic actorUrl: URI """ - The application URL of the OAuth Application. + The application URL of the OAuth application. """ applicationUrl: URI """ - The callback URL of the OAuth Application. + The callback URL of the OAuth application. """ callbackUrl: URI @@ -23670,17 +23670,17 @@ type OauthApplicationCreateAuditEntry implements AuditEntry & Node & OauthApplic id: ID! """ - The name of the OAuth Application. + The name of the OAuth application. """ oauthApplicationName: String """ - The HTTP path for the OAuth Application + The HTTP path for the OAuth application """ oauthApplicationResourcePath: URI """ - The HTTP URL for the OAuth Application + The HTTP URL for the OAuth application """ oauthApplicationUrl: URI @@ -23710,12 +23710,12 @@ type OauthApplicationCreateAuditEntry implements AuditEntry & Node & OauthApplic organizationUrl: URI """ - The rate limit of the OAuth Application. + The rate limit of the OAuth application. """ rateLimit: Int """ - The state of the OAuth Application. + The state of the OAuth application. """ state: OauthApplicationCreateAuditEntryState @@ -23741,21 +23741,21 @@ type OauthApplicationCreateAuditEntry implements AuditEntry & Node & OauthApplic } """ -The state of an OAuth Application when it was created. +The state of an OAuth application when it was created. """ enum OauthApplicationCreateAuditEntryState { """ - The OAuth Application was active and allowed to have OAuth Accesses. + The OAuth application was active and allowed to have OAuth Accesses. """ ACTIVE """ - The OAuth Application was in the process of being deleted. + The OAuth application was in the process of being deleted. """ PENDING_DELETION """ - The OAuth Application was suspended from generating OAuth Accesses due to abuse or security concerns. + The OAuth application was suspended from generating OAuth Accesses due to abuse or security concerns. """ SUSPENDED } @@ -25305,17 +25305,17 @@ type OrgOauthAppAccessApprovedAuditEntry implements AuditEntry & Node & OauthApp id: ID! """ - The name of the OAuth Application. + The name of the OAuth application. """ oauthApplicationName: String """ - The HTTP path for the OAuth Application + The HTTP path for the OAuth application """ oauthApplicationResourcePath: URI """ - The HTTP URL for the OAuth Application + The HTTP URL for the OAuth application """ oauthApplicationUrl: URI @@ -25411,17 +25411,17 @@ type OrgOauthAppAccessDeniedAuditEntry implements AuditEntry & Node & OauthAppli id: ID! """ - The name of the OAuth Application. + The name of the OAuth application. """ oauthApplicationName: String """ - The HTTP path for the OAuth Application + The HTTP path for the OAuth application """ oauthApplicationResourcePath: URI """ - The HTTP URL for the OAuth Application + The HTTP URL for the OAuth application """ oauthApplicationUrl: URI @@ -25517,17 +25517,17 @@ type OrgOauthAppAccessRequestedAuditEntry implements AuditEntry & Node & OauthAp id: ID! """ - The name of the OAuth Application. + The name of the OAuth application. """ oauthApplicationName: String """ - The HTTP path for the OAuth Application + The HTTP path for the OAuth application """ oauthApplicationResourcePath: URI """ - The HTTP URL for the OAuth Application + The HTTP URL for the OAuth application """ oauthApplicationUrl: URI diff --git a/data/graphql/schema.docs.graphql b/data/graphql/schema.docs.graphql index 8c74b6f2e5..872bf24447 100644 --- a/data/graphql/schema.docs.graphql +++ b/data/graphql/schema.docs.graphql @@ -23599,17 +23599,17 @@ Metadata for an audit entry with action oauth_application.* """ interface OauthApplicationAuditEntryData { """ - The name of the OAuth Application. + The name of the OAuth application. """ oauthApplicationName: String """ - The HTTP path for the OAuth Application + The HTTP path for the OAuth application """ oauthApplicationResourcePath: URI """ - The HTTP URL for the OAuth Application + The HTTP URL for the OAuth application """ oauthApplicationUrl: URI } @@ -23654,12 +23654,12 @@ type OauthApplicationCreateAuditEntry implements AuditEntry & Node & OauthApplic actorUrl: URI """ - The application URL of the OAuth Application. + The application URL of the OAuth application. """ applicationUrl: URI """ - The callback URL of the OAuth Application. + The callback URL of the OAuth application. """ callbackUrl: URI @@ -23670,17 +23670,17 @@ type OauthApplicationCreateAuditEntry implements AuditEntry & Node & OauthApplic id: ID! """ - The name of the OAuth Application. + The name of the OAuth application. """ oauthApplicationName: String """ - The HTTP path for the OAuth Application + The HTTP path for the OAuth application """ oauthApplicationResourcePath: URI """ - The HTTP URL for the OAuth Application + The HTTP URL for the OAuth application """ oauthApplicationUrl: URI @@ -23710,12 +23710,12 @@ type OauthApplicationCreateAuditEntry implements AuditEntry & Node & OauthApplic organizationUrl: URI """ - The rate limit of the OAuth Application. + The rate limit of the OAuth application. """ rateLimit: Int """ - The state of the OAuth Application. + The state of the OAuth application. """ state: OauthApplicationCreateAuditEntryState @@ -23741,21 +23741,21 @@ type OauthApplicationCreateAuditEntry implements AuditEntry & Node & OauthApplic } """ -The state of an OAuth Application when it was created. +The state of an OAuth application when it was created. """ enum OauthApplicationCreateAuditEntryState { """ - The OAuth Application was active and allowed to have OAuth Accesses. + The OAuth application was active and allowed to have OAuth Accesses. """ ACTIVE """ - The OAuth Application was in the process of being deleted. + The OAuth application was in the process of being deleted. """ PENDING_DELETION """ - The OAuth Application was suspended from generating OAuth Accesses due to abuse or security concerns. + The OAuth application was suspended from generating OAuth Accesses due to abuse or security concerns. """ SUSPENDED } @@ -25305,17 +25305,17 @@ type OrgOauthAppAccessApprovedAuditEntry implements AuditEntry & Node & OauthApp id: ID! """ - The name of the OAuth Application. + The name of the OAuth application. """ oauthApplicationName: String """ - The HTTP path for the OAuth Application + The HTTP path for the OAuth application """ oauthApplicationResourcePath: URI """ - The HTTP URL for the OAuth Application + The HTTP URL for the OAuth application """ oauthApplicationUrl: URI @@ -25411,17 +25411,17 @@ type OrgOauthAppAccessDeniedAuditEntry implements AuditEntry & Node & OauthAppli id: ID! """ - The name of the OAuth Application. + The name of the OAuth application. """ oauthApplicationName: String """ - The HTTP path for the OAuth Application + The HTTP path for the OAuth application """ oauthApplicationResourcePath: URI """ - The HTTP URL for the OAuth Application + The HTTP URL for the OAuth application """ oauthApplicationUrl: URI @@ -25517,17 +25517,17 @@ type OrgOauthAppAccessRequestedAuditEntry implements AuditEntry & Node & OauthAp id: ID! """ - The name of the OAuth Application. + The name of the OAuth application. """ oauthApplicationName: String """ - The HTTP path for the OAuth Application + The HTTP path for the OAuth application """ oauthApplicationResourcePath: URI """ - The HTTP URL for the OAuth Application + The HTTP URL for the OAuth application """ oauthApplicationUrl: URI diff --git a/src/graphql/data/fpt/schema.json b/src/graphql/data/fpt/schema.json index 74d24cc827..374c6739b9 100644 --- a/src/graphql/data/fpt/schema.json +++ b/src/graphql/data/fpt/schema.json @@ -32282,7 +32282,7 @@ }, { "name": "applicationUrl", - "description": "

The application URL of the OAuth Application.

", + "description": "

The application URL of the OAuth application.

", "type": "URI", "id": "uri", "kind": "scalars", @@ -32290,7 +32290,7 @@ }, { "name": "callbackUrl", - "description": "

The callback URL of the OAuth Application.

", + "description": "

The callback URL of the OAuth application.

", "type": "URI", "id": "uri", "kind": "scalars", @@ -32306,7 +32306,7 @@ }, { "name": "oauthApplicationName", - "description": "

The name of the OAuth Application.

", + "description": "

The name of the OAuth application.

", "type": "String", "id": "string", "kind": "scalars", @@ -32314,7 +32314,7 @@ }, { "name": "oauthApplicationResourcePath", - "description": "

The HTTP path for the OAuth Application.

", + "description": "

The HTTP path for the OAuth application.

", "type": "URI", "id": "uri", "kind": "scalars", @@ -32322,7 +32322,7 @@ }, { "name": "oauthApplicationUrl", - "description": "

The HTTP URL for the OAuth Application.

", + "description": "

The HTTP URL for the OAuth application.

", "type": "URI", "id": "uri", "kind": "scalars", @@ -32370,7 +32370,7 @@ }, { "name": "rateLimit", - "description": "

The rate limit of the OAuth Application.

", + "description": "

The rate limit of the OAuth application.

", "type": "Int", "id": "int", "kind": "scalars", @@ -32378,7 +32378,7 @@ }, { "name": "state", - "description": "

The state of the OAuth Application.

", + "description": "

The state of the OAuth application.

", "type": "OauthApplicationCreateAuditEntryState", "id": "oauthapplicationcreateauditentrystate", "kind": "enums", @@ -34946,7 +34946,7 @@ }, { "name": "oauthApplicationName", - "description": "

The name of the OAuth Application.

", + "description": "

The name of the OAuth application.

", "type": "String", "id": "string", "kind": "scalars", @@ -34954,7 +34954,7 @@ }, { "name": "oauthApplicationResourcePath", - "description": "

The HTTP path for the OAuth Application.

", + "description": "

The HTTP path for the OAuth application.

", "type": "URI", "id": "uri", "kind": "scalars", @@ -34962,7 +34962,7 @@ }, { "name": "oauthApplicationUrl", - "description": "

The HTTP URL for the OAuth Application.

", + "description": "

The HTTP URL for the OAuth application.

", "type": "URI", "id": "uri", "kind": "scalars", @@ -35137,7 +35137,7 @@ }, { "name": "oauthApplicationName", - "description": "

The name of the OAuth Application.

", + "description": "

The name of the OAuth application.

", "type": "String", "id": "string", "kind": "scalars", @@ -35145,7 +35145,7 @@ }, { "name": "oauthApplicationResourcePath", - "description": "

The HTTP path for the OAuth Application.

", + "description": "

The HTTP path for the OAuth application.

", "type": "URI", "id": "uri", "kind": "scalars", @@ -35153,7 +35153,7 @@ }, { "name": "oauthApplicationUrl", - "description": "

The HTTP URL for the OAuth Application.

", + "description": "

The HTTP URL for the OAuth application.

", "type": "URI", "id": "uri", "kind": "scalars", @@ -35328,7 +35328,7 @@ }, { "name": "oauthApplicationName", - "description": "

The name of the OAuth Application.

", + "description": "

The name of the OAuth application.

", "type": "String", "id": "string", "kind": "scalars", @@ -35336,7 +35336,7 @@ }, { "name": "oauthApplicationResourcePath", - "description": "

The HTTP path for the OAuth Application.

", + "description": "

The HTTP path for the OAuth application.

", "type": "URI", "id": "uri", "kind": "scalars", @@ -35344,7 +35344,7 @@ }, { "name": "oauthApplicationUrl", - "description": "

The HTTP URL for the OAuth Application.

", + "description": "

The HTTP URL for the OAuth application.

", "type": "URI", "id": "uri", "kind": "scalars", @@ -75062,7 +75062,7 @@ "fields": [ { "name": "oauthApplicationName", - "description": "

The name of the OAuth Application.

", + "description": "

The name of the OAuth application.

", "type": "String", "id": "string", "kind": "scalars", @@ -75070,7 +75070,7 @@ }, { "name": "oauthApplicationResourcePath", - "description": "

The HTTP path for the OAuth Application.

", + "description": "

The HTTP path for the OAuth application.

", "type": "URI", "id": "uri", "kind": "scalars", @@ -75078,7 +75078,7 @@ }, { "name": "oauthApplicationUrl", - "description": "

The HTTP URL for the OAuth Application.

", + "description": "

The HTTP URL for the OAuth application.

", "type": "URI", "id": "uri", "kind": "scalars", @@ -79484,19 +79484,19 @@ "kind": "enums", "id": "oauthapplicationcreateauditentrystate", "href": "/graphql/reference/enums#oauthapplicationcreateauditentrystate", - "description": "

The state of an OAuth Application when it was created.

", + "description": "

The state of an OAuth application when it was created.

", "values": [ { "name": "ACTIVE", - "description": "

The OAuth Application was active and allowed to have OAuth Accesses.

" + "description": "

The OAuth application was active and allowed to have OAuth Accesses.

" }, { "name": "PENDING_DELETION", - "description": "

The OAuth Application was in the process of being deleted.

" + "description": "

The OAuth application was in the process of being deleted.

" }, { "name": "SUSPENDED", - "description": "

The OAuth Application was suspended from generating OAuth Accesses due to abuse or security concerns.

" + "description": "

The OAuth application was suspended from generating OAuth Accesses due to abuse or security concerns.

" } ] }, diff --git a/src/graphql/data/ghae/schema.json b/src/graphql/data/ghae/schema.json index 3bac9ed143..99831fefb1 100644 --- a/src/graphql/data/ghae/schema.json +++ b/src/graphql/data/ghae/schema.json @@ -27777,7 +27777,7 @@ }, { "name": "applicationUrl", - "description": "

The application URL of the OAuth Application.

", + "description": "

The application URL of the OAuth application.

", "type": "URI", "id": "uri", "kind": "scalars", @@ -27785,7 +27785,7 @@ }, { "name": "callbackUrl", - "description": "

The callback URL of the OAuth Application.

", + "description": "

The callback URL of the OAuth application.

", "type": "URI", "id": "uri", "kind": "scalars", @@ -27801,7 +27801,7 @@ }, { "name": "oauthApplicationName", - "description": "

The name of the OAuth Application.

", + "description": "

The name of the OAuth application.

", "type": "String", "id": "string", "kind": "scalars", @@ -27809,7 +27809,7 @@ }, { "name": "oauthApplicationResourcePath", - "description": "

The HTTP path for the OAuth Application.

", + "description": "

The HTTP path for the OAuth application.

", "type": "URI", "id": "uri", "kind": "scalars", @@ -27817,7 +27817,7 @@ }, { "name": "oauthApplicationUrl", - "description": "

The HTTP URL for the OAuth Application.

", + "description": "

The HTTP URL for the OAuth application.

", "type": "URI", "id": "uri", "kind": "scalars", @@ -27865,7 +27865,7 @@ }, { "name": "rateLimit", - "description": "

The rate limit of the OAuth Application.

", + "description": "

The rate limit of the OAuth application.

", "type": "Int", "id": "int", "kind": "scalars", @@ -27873,7 +27873,7 @@ }, { "name": "state", - "description": "

The state of the OAuth Application.

", + "description": "

The state of the OAuth application.

", "type": "OauthApplicationCreateAuditEntryState", "id": "oauthapplicationcreateauditentrystate", "kind": "enums", @@ -30441,7 +30441,7 @@ }, { "name": "oauthApplicationName", - "description": "

The name of the OAuth Application.

", + "description": "

The name of the OAuth application.

", "type": "String", "id": "string", "kind": "scalars", @@ -30449,7 +30449,7 @@ }, { "name": "oauthApplicationResourcePath", - "description": "

The HTTP path for the OAuth Application.

", + "description": "

The HTTP path for the OAuth application.

", "type": "URI", "id": "uri", "kind": "scalars", @@ -30457,7 +30457,7 @@ }, { "name": "oauthApplicationUrl", - "description": "

The HTTP URL for the OAuth Application.

", + "description": "

The HTTP URL for the OAuth application.

", "type": "URI", "id": "uri", "kind": "scalars", @@ -30632,7 +30632,7 @@ }, { "name": "oauthApplicationName", - "description": "

The name of the OAuth Application.

", + "description": "

The name of the OAuth application.

", "type": "String", "id": "string", "kind": "scalars", @@ -30640,7 +30640,7 @@ }, { "name": "oauthApplicationResourcePath", - "description": "

The HTTP path for the OAuth Application.

", + "description": "

The HTTP path for the OAuth application.

", "type": "URI", "id": "uri", "kind": "scalars", @@ -30648,7 +30648,7 @@ }, { "name": "oauthApplicationUrl", - "description": "

The HTTP URL for the OAuth Application.

", + "description": "

The HTTP URL for the OAuth application.

", "type": "URI", "id": "uri", "kind": "scalars", @@ -30823,7 +30823,7 @@ }, { "name": "oauthApplicationName", - "description": "

The name of the OAuth Application.

", + "description": "

The name of the OAuth application.

", "type": "String", "id": "string", "kind": "scalars", @@ -30831,7 +30831,7 @@ }, { "name": "oauthApplicationResourcePath", - "description": "

The HTTP path for the OAuth Application.

", + "description": "

The HTTP path for the OAuth application.

", "type": "URI", "id": "uri", "kind": "scalars", @@ -30839,7 +30839,7 @@ }, { "name": "oauthApplicationUrl", - "description": "

The HTTP URL for the OAuth Application.

", + "description": "

The HTTP URL for the OAuth application.

", "type": "URI", "id": "uri", "kind": "scalars", @@ -62672,7 +62672,7 @@ "fields": [ { "name": "oauthApplicationName", - "description": "

The name of the OAuth Application.

", + "description": "

The name of the OAuth application.

", "type": "String", "id": "string", "kind": "scalars", @@ -62680,7 +62680,7 @@ }, { "name": "oauthApplicationResourcePath", - "description": "

The HTTP path for the OAuth Application.

", + "description": "

The HTTP path for the OAuth application.

", "type": "URI", "id": "uri", "kind": "scalars", @@ -62688,7 +62688,7 @@ }, { "name": "oauthApplicationUrl", - "description": "

The HTTP URL for the OAuth Application.

", + "description": "

The HTTP URL for the OAuth application.

", "type": "URI", "id": "uri", "kind": "scalars", @@ -65900,19 +65900,19 @@ "kind": "enums", "id": "oauthapplicationcreateauditentrystate", "href": "/graphql/reference/enums#oauthapplicationcreateauditentrystate", - "description": "

The state of an OAuth Application when it was created.

", + "description": "

The state of an OAuth application when it was created.

", "values": [ { "name": "ACTIVE", - "description": "

The OAuth Application was active and allowed to have OAuth Accesses.

" + "description": "

The OAuth application was active and allowed to have OAuth Accesses.

" }, { "name": "PENDING_DELETION", - "description": "

The OAuth Application was in the process of being deleted.

" + "description": "

The OAuth application was in the process of being deleted.

" }, { "name": "SUSPENDED", - "description": "

The OAuth Application was suspended from generating OAuth Accesses due to abuse or security concerns.

" + "description": "

The OAuth application was suspended from generating OAuth Accesses due to abuse or security concerns.

" } ] }, diff --git a/src/graphql/data/ghec/schema.json b/src/graphql/data/ghec/schema.json index 74d24cc827..374c6739b9 100644 --- a/src/graphql/data/ghec/schema.json +++ b/src/graphql/data/ghec/schema.json @@ -32282,7 +32282,7 @@ }, { "name": "applicationUrl", - "description": "

The application URL of the OAuth Application.

", + "description": "

The application URL of the OAuth application.

", "type": "URI", "id": "uri", "kind": "scalars", @@ -32290,7 +32290,7 @@ }, { "name": "callbackUrl", - "description": "

The callback URL of the OAuth Application.

", + "description": "

The callback URL of the OAuth application.

", "type": "URI", "id": "uri", "kind": "scalars", @@ -32306,7 +32306,7 @@ }, { "name": "oauthApplicationName", - "description": "

The name of the OAuth Application.

", + "description": "

The name of the OAuth application.

", "type": "String", "id": "string", "kind": "scalars", @@ -32314,7 +32314,7 @@ }, { "name": "oauthApplicationResourcePath", - "description": "

The HTTP path for the OAuth Application.

", + "description": "

The HTTP path for the OAuth application.

", "type": "URI", "id": "uri", "kind": "scalars", @@ -32322,7 +32322,7 @@ }, { "name": "oauthApplicationUrl", - "description": "

The HTTP URL for the OAuth Application.

", + "description": "

The HTTP URL for the OAuth application.

", "type": "URI", "id": "uri", "kind": "scalars", @@ -32370,7 +32370,7 @@ }, { "name": "rateLimit", - "description": "

The rate limit of the OAuth Application.

", + "description": "

The rate limit of the OAuth application.

", "type": "Int", "id": "int", "kind": "scalars", @@ -32378,7 +32378,7 @@ }, { "name": "state", - "description": "

The state of the OAuth Application.

", + "description": "

The state of the OAuth application.

", "type": "OauthApplicationCreateAuditEntryState", "id": "oauthapplicationcreateauditentrystate", "kind": "enums", @@ -34946,7 +34946,7 @@ }, { "name": "oauthApplicationName", - "description": "

The name of the OAuth Application.

", + "description": "

The name of the OAuth application.

", "type": "String", "id": "string", "kind": "scalars", @@ -34954,7 +34954,7 @@ }, { "name": "oauthApplicationResourcePath", - "description": "

The HTTP path for the OAuth Application.

", + "description": "

The HTTP path for the OAuth application.

", "type": "URI", "id": "uri", "kind": "scalars", @@ -34962,7 +34962,7 @@ }, { "name": "oauthApplicationUrl", - "description": "

The HTTP URL for the OAuth Application.

", + "description": "

The HTTP URL for the OAuth application.

", "type": "URI", "id": "uri", "kind": "scalars", @@ -35137,7 +35137,7 @@ }, { "name": "oauthApplicationName", - "description": "

The name of the OAuth Application.

", + "description": "

The name of the OAuth application.

", "type": "String", "id": "string", "kind": "scalars", @@ -35145,7 +35145,7 @@ }, { "name": "oauthApplicationResourcePath", - "description": "

The HTTP path for the OAuth Application.

", + "description": "

The HTTP path for the OAuth application.

", "type": "URI", "id": "uri", "kind": "scalars", @@ -35153,7 +35153,7 @@ }, { "name": "oauthApplicationUrl", - "description": "

The HTTP URL for the OAuth Application.

", + "description": "

The HTTP URL for the OAuth application.

", "type": "URI", "id": "uri", "kind": "scalars", @@ -35328,7 +35328,7 @@ }, { "name": "oauthApplicationName", - "description": "

The name of the OAuth Application.

", + "description": "

The name of the OAuth application.

", "type": "String", "id": "string", "kind": "scalars", @@ -35336,7 +35336,7 @@ }, { "name": "oauthApplicationResourcePath", - "description": "

The HTTP path for the OAuth Application.

", + "description": "

The HTTP path for the OAuth application.

", "type": "URI", "id": "uri", "kind": "scalars", @@ -35344,7 +35344,7 @@ }, { "name": "oauthApplicationUrl", - "description": "

The HTTP URL for the OAuth Application.

", + "description": "

The HTTP URL for the OAuth application.

", "type": "URI", "id": "uri", "kind": "scalars", @@ -75062,7 +75062,7 @@ "fields": [ { "name": "oauthApplicationName", - "description": "

The name of the OAuth Application.

", + "description": "

The name of the OAuth application.

", "type": "String", "id": "string", "kind": "scalars", @@ -75070,7 +75070,7 @@ }, { "name": "oauthApplicationResourcePath", - "description": "

The HTTP path for the OAuth Application.

", + "description": "

The HTTP path for the OAuth application.

", "type": "URI", "id": "uri", "kind": "scalars", @@ -75078,7 +75078,7 @@ }, { "name": "oauthApplicationUrl", - "description": "

The HTTP URL for the OAuth Application.

", + "description": "

The HTTP URL for the OAuth application.

", "type": "URI", "id": "uri", "kind": "scalars", @@ -79484,19 +79484,19 @@ "kind": "enums", "id": "oauthapplicationcreateauditentrystate", "href": "/graphql/reference/enums#oauthapplicationcreateauditentrystate", - "description": "

The state of an OAuth Application when it was created.

", + "description": "

The state of an OAuth application when it was created.

", "values": [ { "name": "ACTIVE", - "description": "

The OAuth Application was active and allowed to have OAuth Accesses.

" + "description": "

The OAuth application was active and allowed to have OAuth Accesses.

" }, { "name": "PENDING_DELETION", - "description": "

The OAuth Application was in the process of being deleted.

" + "description": "

The OAuth application was in the process of being deleted.

" }, { "name": "SUSPENDED", - "description": "

The OAuth Application was suspended from generating OAuth Accesses due to abuse or security concerns.

" + "description": "

The OAuth application was suspended from generating OAuth Accesses due to abuse or security concerns.

" } ] },