@octokit/plugin-enterprise-server
Advanced tools
Comparing version 10.6.4 to 11.0.0
// THIS FILE IS GENERATED. PLEASE OPEN AN ISSUE IF YOU FIND A PROBLEM | ||
import { VERSION } from "./version"; | ||
import { endpointsToMethods } from "./endpoints-to-methods"; | ||
import ENDPOINTS_220 from "./generated/ghe-220-endpoints"; | ||
import ADMIN_ENDPOINTS_220 from "./generated/ghe-220-admin-endpoints"; | ||
import ENDPOINTS_221 from "./generated/ghe-221-endpoints"; | ||
import ADMIN_ENDPOINTS_221 from "./generated/ghe-221-admin-endpoints"; | ||
import ENDPOINTS_222 from "./generated/ghe-222-endpoints"; | ||
import ADMIN_ENDPOINTS_222 from "./generated/ghe-222-admin-endpoints"; | ||
import ENDPOINTS_30 from "./generated/ghe-30-endpoints"; | ||
import ADMIN_ENDPOINTS_30 from "./generated/ghe-30-admin-endpoints"; | ||
export function enterpriseServer220Admin(octokit) { | ||
return endpointsToMethods(octokit, ADMIN_ENDPOINTS_220); | ||
import ENDPOINTS_32 from "./generated/ghe-32-endpoints"; | ||
import ADMIN_ENDPOINTS_32 from "./generated/ghe-32-admin-endpoints"; | ||
import ENDPOINTS_33 from "./generated/ghe-33-endpoints"; | ||
import ADMIN_ENDPOINTS_33 from "./generated/ghe-33-admin-endpoints"; | ||
import ENDPOINTS_34 from "./generated/ghe-34-endpoints"; | ||
import ADMIN_ENDPOINTS_34 from "./generated/ghe-34-admin-endpoints"; | ||
import ENDPOINTS_35 from "./generated/ghe-35-endpoints"; | ||
import ADMIN_ENDPOINTS_35 from "./generated/ghe-35-admin-endpoints"; | ||
export function enterpriseServer32Admin(octokit) { | ||
return endpointsToMethods(octokit, ADMIN_ENDPOINTS_32); | ||
} | ||
enterpriseServer220Admin.VERSION = VERSION; | ||
export function enterpriseServer220(octokit) { | ||
return endpointsToMethods(octokit, ENDPOINTS_220); | ||
enterpriseServer32Admin.VERSION = VERSION; | ||
export function enterpriseServer32(octokit) { | ||
return endpointsToMethods(octokit, ENDPOINTS_32); | ||
} | ||
enterpriseServer220.VERSION = VERSION; | ||
export function enterpriseServer221Admin(octokit) { | ||
return endpointsToMethods(octokit, ADMIN_ENDPOINTS_221); | ||
enterpriseServer32.VERSION = VERSION; | ||
export function enterpriseServer33Admin(octokit) { | ||
return endpointsToMethods(octokit, ADMIN_ENDPOINTS_33); | ||
} | ||
enterpriseServer221Admin.VERSION = VERSION; | ||
export function enterpriseServer221(octokit) { | ||
return endpointsToMethods(octokit, ENDPOINTS_221); | ||
enterpriseServer33Admin.VERSION = VERSION; | ||
export function enterpriseServer33(octokit) { | ||
return endpointsToMethods(octokit, ENDPOINTS_33); | ||
} | ||
enterpriseServer221.VERSION = VERSION; | ||
export function enterpriseServer222Admin(octokit) { | ||
return endpointsToMethods(octokit, ADMIN_ENDPOINTS_222); | ||
enterpriseServer33.VERSION = VERSION; | ||
export function enterpriseServer34Admin(octokit) { | ||
return endpointsToMethods(octokit, ADMIN_ENDPOINTS_34); | ||
} | ||
enterpriseServer222Admin.VERSION = VERSION; | ||
export function enterpriseServer222(octokit) { | ||
return endpointsToMethods(octokit, ENDPOINTS_222); | ||
enterpriseServer34Admin.VERSION = VERSION; | ||
export function enterpriseServer34(octokit) { | ||
return endpointsToMethods(octokit, ENDPOINTS_34); | ||
} | ||
enterpriseServer222.VERSION = VERSION; | ||
export function enterpriseServer30Admin(octokit) { | ||
return endpointsToMethods(octokit, ADMIN_ENDPOINTS_30); | ||
enterpriseServer34.VERSION = VERSION; | ||
export function enterpriseServer35Admin(octokit) { | ||
return endpointsToMethods(octokit, ADMIN_ENDPOINTS_35); | ||
} | ||
enterpriseServer30Admin.VERSION = VERSION; | ||
export function enterpriseServer30(octokit) { | ||
return endpointsToMethods(octokit, ENDPOINTS_30); | ||
enterpriseServer35Admin.VERSION = VERSION; | ||
export function enterpriseServer35(octokit) { | ||
return endpointsToMethods(octokit, ENDPOINTS_35); | ||
} | ||
enterpriseServer30.VERSION = VERSION; | ||
enterpriseServer35.VERSION = VERSION; |
@@ -1,1 +0,1 @@ | ||
export const VERSION = "10.6.4"; | ||
export const VERSION = "11.0.0"; |
import { Octokit } from "@octokit/core"; | ||
export declare function enterpriseServer220Admin(octokit: Octokit): Record<string, Record<string, Function>>; | ||
export declare namespace enterpriseServer220Admin { | ||
export declare function enterpriseServer32Admin(octokit: Octokit): Record<string, Record<string, Function>>; | ||
export declare namespace enterpriseServer32Admin { | ||
var VERSION: string; | ||
} | ||
export declare function enterpriseServer220(octokit: Octokit): Record<string, Record<string, Function>>; | ||
export declare namespace enterpriseServer220 { | ||
export declare function enterpriseServer32(octokit: Octokit): Record<string, Record<string, Function>>; | ||
export declare namespace enterpriseServer32 { | ||
var VERSION: string; | ||
} | ||
export declare function enterpriseServer221Admin(octokit: Octokit): Record<string, Record<string, Function>>; | ||
export declare namespace enterpriseServer221Admin { | ||
export declare function enterpriseServer33Admin(octokit: Octokit): Record<string, Record<string, Function>>; | ||
export declare namespace enterpriseServer33Admin { | ||
var VERSION: string; | ||
} | ||
export declare function enterpriseServer221(octokit: Octokit): Record<string, Record<string, Function>>; | ||
export declare namespace enterpriseServer221 { | ||
export declare function enterpriseServer33(octokit: Octokit): Record<string, Record<string, Function>>; | ||
export declare namespace enterpriseServer33 { | ||
var VERSION: string; | ||
} | ||
export declare function enterpriseServer222Admin(octokit: Octokit): Record<string, Record<string, Function>>; | ||
export declare namespace enterpriseServer222Admin { | ||
export declare function enterpriseServer34Admin(octokit: Octokit): Record<string, Record<string, Function>>; | ||
export declare namespace enterpriseServer34Admin { | ||
var VERSION: string; | ||
} | ||
export declare function enterpriseServer222(octokit: Octokit): Record<string, Record<string, Function>>; | ||
export declare namespace enterpriseServer222 { | ||
export declare function enterpriseServer34(octokit: Octokit): Record<string, Record<string, Function>>; | ||
export declare namespace enterpriseServer34 { | ||
var VERSION: string; | ||
} | ||
export declare function enterpriseServer30Admin(octokit: Octokit): Record<string, Record<string, Function>>; | ||
export declare namespace enterpriseServer30Admin { | ||
export declare function enterpriseServer35Admin(octokit: Octokit): Record<string, Record<string, Function>>; | ||
export declare namespace enterpriseServer35Admin { | ||
var VERSION: string; | ||
} | ||
export declare function enterpriseServer30(octokit: Octokit): Record<string, Record<string, Function>>; | ||
export declare namespace enterpriseServer30 { | ||
export declare function enterpriseServer35(octokit: Octokit): Record<string, Record<string, Function>>; | ||
export declare namespace enterpriseServer35 { | ||
var VERSION: string; | ||
} |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "10.6.4"; | ||
export declare const VERSION = "11.0.0"; |
{ | ||
"name": "@octokit/plugin-enterprise-server", | ||
"description": "Octokit plugin for GitHub Enterprise Server REST APIs", | ||
"version": "10.6.4", | ||
"version": "11.0.0", | ||
"license": "MIT", | ||
@@ -37,7 +37,7 @@ "files": [ | ||
"fetch-mock": "^9.0.0", | ||
"github-openapi-graphql-query": "^1.0.5", | ||
"github-openapi-graphql-query": "^2.0.0", | ||
"jest": "^27.0.0", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "2.4.0", | ||
"semantic-release": "^17.0.0", | ||
"prettier": "2.4.1", | ||
"semantic-release": "^18.0.0", | ||
"semantic-release-plugin-update-version-in-files": "^1.0.0", | ||
@@ -44,0 +44,0 @@ "sort-keys": "^4.2.0", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1996130
18028