diff --git a/package.json b/package.json index 5b655d1a..233994e8 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@graphql-codegen/import-types-preset": "3.0.0", "@graphql-codegen/typescript": "4.0.7", "@graphql-codegen/typescript-operations": "4.2.1", - "@octokit/graphql-schema": "15.19.0", + "@octokit/graphql-schema": "15.20.0", "@tsconfig/node20": "20.1.4", "@types/jest": "29.5.12", "@types/node": "20.14.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 81350f89..ade44088 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -31,8 +31,8 @@ importers: specifier: 4.2.1 version: 4.2.1(graphql@16.8.2) '@octokit/graphql-schema': - specifier: 15.19.0 - version: 15.19.0 + specifier: 15.20.0 + version: 15.20.0 '@tsconfig/node20': specifier: 20.1.4 version: 20.1.4 @@ -866,8 +866,8 @@ packages: resolution: {integrity: sha512-DWPLtr1Kz3tv8L0UvXTDP1fNwM0S+z6EJpRcvH66orY6Eld4XBMCSYsaWp4xIm61jTWxK68BrR7ibO+vSDnZqw==} engines: {node: '>= 18'} - '@octokit/graphql-schema@15.19.0': - resolution: {integrity: sha512-Xnsd/URiMref99+q7HmfL1NNRO/EGKt/Da5cw095xIdxAvvJLCdh0LFhRr6QPqps6h0ToARDWuja2DiAxddKtQ==} + '@octokit/graphql-schema@15.20.0': + resolution: {integrity: sha512-N8hLNtVPyN+Dv0uODcmsa1YiTBABXobWz7424PznYJmhDJkfEIZTsKA22HJevSj7L3MIVX3vUnhHV7Z3oHO09Q==} '@octokit/graphql@7.0.2': resolution: {integrity: sha512-OJ2iGMtj5Tg3s6RaXH22cJcxXRi7Y3EBqbHTBRq+PQAqfaS8f/236fUrWhfSn8P4jovyzqucxme7/vWSSZBX2Q==} @@ -4101,7 +4101,7 @@ snapshots: '@octokit/types': 12.6.0 universal-user-agent: 6.0.1 - '@octokit/graphql-schema@15.19.0': + '@octokit/graphql-schema@15.20.0': dependencies: graphql: 16.8.2 graphql-tag: 2.12.6(graphql@16.8.2) diff --git a/src/generated/graphql-types.ts b/src/generated/graphql-types.ts index 8fc75b49..db879ada 100644 --- a/src/generated/graphql-types.ts +++ b/src/generated/graphql-types.ts @@ -6595,6 +6595,10 @@ export type Enterprise = AnnouncementBanner & Node & { * personal access tokens (classic) with read:enterprise or admin:enterprise scope. */ ownerInfo?: Maybe; + /** The raw content of the enterprise README. */ + readme?: Maybe; + /** The content of the enterprise README as HTML. */ + readmeHTML: Scalars['HTML']['output']; /** The HTTP path for this enterprise. */ resourcePath: Scalars['URI']['output']; /** The URL-friendly identifier for the enterprise. */