You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 9, 2023. It is now read-only.
Copy file name to clipboardexpand all lines: packages/core/github.d.ts
+10-10
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ export type Scalars = {
20
20
GitTimestamp: any;
21
21
/** A string containing HTML code. */
22
22
HTML: any;
23
-
/** An ISO-8601 encoded UTC date string with millisecond precison. */
23
+
/** An ISO-8601 encoded UTC date string with millisecond precision. */
24
24
PreciseDateTime: any;
25
25
/** An RFC 3986, RFC 3987, and RFC 6570 (level 4) compliant URI string. */
26
26
URI: any;
@@ -1075,7 +1075,7 @@ export type Commit = Node &
1075
1075
commitUrl: Scalars["URI"];
1076
1076
/** The datetime when this commit was committed. */
1077
1077
committedDate: Scalars["DateTime"];
1078
-
/** Check if commited via GitHub web UI. */
1078
+
/** Check if committed via GitHub web UI. */
1079
1079
committedViaWeb: Scalars["Boolean"];
1080
1080
/** Committership details of the commit. */
1081
1081
committer?: Maybe<GitActor>;
@@ -2018,7 +2018,7 @@ export type CreateTeamDiscussionInput = {
2018
2018
title: Scalars["String"];
2019
2019
/** The content of the discussion. */
2020
2020
body: Scalars["String"];
2021
-
/** If true, restricts the visiblity of this discussion to team members and organization admins. If false or not specified, allows any organization member to view this discussion. */
2021
+
/** If true, restricts the visibility of this discussion to team members and organization admins. If false or not specified, allows any organization member to view this discussion. */
2022
2022
private?: Maybe<Scalars["Boolean"]>;
2023
2023
/** A unique identifier for the client performing the mutation. */
Copy file name to clipboardexpand all lines: packages/core/graphql.schema.json
+10-10
Original file line number
Diff line number
Diff line change
@@ -6013,7 +6013,7 @@
6013
6013
},
6014
6014
{
6015
6015
"name": "committedViaWeb",
6016
-
"description": "Check if commited via GitHub web UI.",
6016
+
"description": "Check if committed via GitHub web UI.",
6017
6017
"args": [],
6018
6018
"type": {
6019
6019
"kind": "NON_NULL",
@@ -11221,7 +11221,7 @@
11221
11221
},
11222
11222
{
11223
11223
"name": "private",
11224
-
"description": "If true, restricts the visiblity of this discussion to team members and organization admins. If false or not specified, allows any organization member to view this discussion.",
11224
+
"description": "If true, restricts the visibility of this discussion to team members and organization admins. If false or not specified, allows any organization member to view this discussion.",
11225
11225
"type": {
11226
11226
"kind": "SCALAR",
11227
11227
"name": "Boolean",
@@ -24827,7 +24827,7 @@
24827
24827
},
24828
24828
{
24829
24829
"name": "OCSP_ERROR",
24830
-
"description": "Valid siganture, though certificate revocation check failed",
24830
+
"description": "Valid signature, though certificate revocation check failed",
24831
24831
"isDeprecated": false,
24832
24832
"deprecationReason": null
24833
24833
},
@@ -45333,7 +45333,7 @@
45333
45333
},
45334
45334
{
45335
45335
"name": "restoredIssueAssignmentsCount",
45336
-
"description": "The number of issue assignemnts for the restored member.",
45336
+
"description": "The number of issue assignments for the restored member.",
45337
45337
"args": [],
45338
45338
"type": {
45339
45339
"kind": "SCALAR",
@@ -49929,7 +49929,7 @@
49929
49929
},
49930
49930
{
49931
49931
"name": "idpCertificate",
49932
-
"description": "The x509 certificate used by the Identity Provder to sign assertions and responses.",
49932
+
"description": "The x509 certificate used by the Identity Provider to sign assertions and responses.",
49933
49933
"args": [],
49934
49934
"type": {
49935
49935
"kind": "SCALAR",
@@ -52596,7 +52596,7 @@
52596
52596
{
52597
52597
"kind": "SCALAR",
52598
52598
"name": "PreciseDateTime",
52599
-
"description": "An ISO-8601 encoded UTC date string with millisecond precison.",
52599
+
"description": "An ISO-8601 encoded UTC date string with millisecond precision.",
52600
52600
"fields": null,
52601
52601
"inputFields": null,
52602
52602
"interfaces": null,
@@ -71611,7 +71611,7 @@
71611
71611
},
71612
71612
{
71613
71613
"name": "forkSourceName",
71614
-
"description": "The name of the root repository for this netork.",
71614
+
"description": "The name of the root repository for this network.",
71615
71615
"args": [],
71616
71616
"type": {
71617
71617
"kind": "SCALAR",
@@ -78328,7 +78328,7 @@
78328
78328
},
78329
78329
{
78330
78330
"name": "dismissedAt",
78331
-
"description": "When was the alert dimissed?",
78331
+
"description": "When was the alert dismissed?",
78332
78332
"args": [],
78333
78333
"type": {
78334
78334
"kind": "SCALAR",
@@ -78396,7 +78396,7 @@
78396
78396
},
78397
78397
{
78398
78398
"name": "securityVulnerability",
78399
-
"description": "The associated security vulnerablity",
78399
+
"description": "The associated security vulnerability",
78400
78400
"args": [],
78401
78401
"type": {
78402
78402
"kind": "OBJECT",
@@ -81667,7 +81667,7 @@
81667
81667
{
81668
81668
"kind": "UNION",
81669
81669
"name": "Sponsor",
81670
-
"description": "Entites that can sponsor others via GitHub Sponsors",
81670
+
"description": "Entities that can sponsor others via GitHub Sponsors",
/** The datetime when this commit was committed. */
988
988
committedDate: Scalars["DateTime"];
989
-
/** Check if commited via GitHub web UI. */
989
+
/** Check if committed via GitHub web UI. */
990
990
committedViaWeb: Scalars["Boolean"];
991
991
/** Committership details of the commit. */
992
992
committer?: Maybe<GitActor>;
@@ -1850,7 +1850,7 @@ export declare type CreateTeamDiscussionInput = {
1850
1850
title: Scalars["String"];
1851
1851
/** The content of the discussion. */
1852
1852
body: Scalars["String"];
1853
-
/** If true, restricts the visiblity of this discussion to team members and organization admins. If false or not specified, allows any organization member to view this discussion. */
1853
+
/** If true, restricts the visibility of this discussion to team members and organization admins. If false or not specified, allows any organization member to view this discussion. */
1854
1854
private?: Maybe<Scalars["Boolean"]>;
1855
1855
/** A unique identifier for the client performing the mutation. */
/** An RFC 3986, RFC 3987, and RFC 6570 (level 4) compliant URI string. */
@@ -1084,7 +1084,7 @@ export type Commit = Node &
1084
1084
commitUrl: Scalars["URI"];
1085
1085
/** The datetime when this commit was committed. */
1086
1086
committedDate: Scalars["DateTime"];
1087
-
/** Check if commited via GitHub web UI. */
1087
+
/** Check if committed via GitHub web UI. */
1088
1088
committedViaWeb: Scalars["Boolean"];
1089
1089
/** Committership details of the commit. */
1090
1090
committer?: Maybe<GitActor>;
@@ -2027,7 +2027,7 @@ export type CreateTeamDiscussionInput = {
2027
2027
title: Scalars["String"];
2028
2028
/** The content of the discussion. */
2029
2029
body: Scalars["String"];
2030
-
/** If true, restricts the visiblity of this discussion to team members and organization admins. If false or not specified, allows any organization member to view this discussion. */
2030
+
/** If true, restricts the visibility of this discussion to team members and organization admins. If false or not specified, allows any organization member to view this discussion. */
2031
2031
private?: Maybe<Scalars["Boolean"]>;
2032
2032
/** A unique identifier for the client performing the mutation. */
0 commit comments