From 46f55c289972f6777096bfca2935e35fec65e43f Mon Sep 17 00:00:00 2001 From: Bex Warner Date: Mon, 19 Nov 2018 23:53:30 -0500 Subject: [PATCH] Update docs for v7.3.1 --- _submodules/probot | 2 +- api/7.3.1/classes/application.html | 22 ++++----- api/7.3.1/classes/context.html | 28 +++++------ api/7.3.1/classes/graphqlqueryerror.html | 10 ++-- api/7.3.1/classes/manifestcreation.html | 10 ++-- api/7.3.1/classes/probot.html | 18 ++++---- api/7.3.1/index.html | 46 +++++++++---------- api/7.3.1/interfaces/appoptions.html | 4 +- api/7.3.1/interfaces/cache.html | 2 +- api/7.3.1/interfaces/cacheconfig.html | 2 +- api/7.3.1/interfaces/childargs.html | 8 ++-- api/7.3.1/interfaces/githubapi.html | 10 ++-- api/7.3.1/interfaces/graphqlerror.html | 8 ++-- api/7.3.1/interfaces/loggerwithtarget.html | 20 ++++---- api/7.3.1/interfaces/octokiterror.html | 4 +- api/7.3.1/interfaces/options.html | 30 ++++++------ api/7.3.1/interfaces/request.html | 4 +- api/7.3.1/interfaces/requestoptions.html | 12 ++--- api/7.3.1/interfaces/resolveoptions.html | 4 +- api/7.3.1/interfaces/response.html | 4 +- api/7.3.1/interfaces/result.html | 2 +- api/7.3.1/interfaces/serverargs.html | 4 +- api/7.3.1/interfaces/webhookproxyoptions.html | 8 ++-- 23 files changed, 131 insertions(+), 131 deletions(-) diff --git a/_submodules/probot b/_submodules/probot index 7831ef0..5c622e4 160000 --- a/_submodules/probot +++ b/_submodules/probot @@ -1 +1 @@ -Subproject commit 7831ef0c4dacd30ce91a6db60ec63aa4c7a0f071 +Subproject commit 5c622e4ee974fae703b0faa7f522f2eb6ee22574 diff --git a/api/7.3.1/classes/application.html b/api/7.3.1/classes/application.html index da7beee..761abf7 100644 --- a/api/7.3.1/classes/application.html +++ b/api/7.3.1/classes/application.html @@ -1014,7 +1014,7 @@ img { max-width: 100%; }
  • Parameters

    @@ -1036,7 +1036,7 @@ img { max-width: 100%; }
    app: function
    @@ -1061,7 +1061,7 @@ img { max-width: 100%; }
    cache: Cache
    @@ -1071,7 +1071,7 @@ img { max-width: 100%; }
    events: EventEmitter
    @@ -1081,7 +1081,7 @@ img { max-width: 100%; } @@ -1091,7 +1091,7 @@ img { max-width: 100%; }
    router: express.Router
    @@ -1108,7 +1108,7 @@ img { max-width: 100%; }
  • @@ -1156,7 +1156,7 @@ img { max-width: 100%; }
  • @@ -1187,7 +1187,7 @@ img { max-width: 100%; }
  • @@ -1242,7 +1242,7 @@ img { max-width: 100%; }
  • Parameters

    @@ -1265,7 +1265,7 @@ img { max-width: 100%; }
  • diff --git a/api/7.3.1/classes/context.html b/api/7.3.1/classes/context.html index 830a921..7da741a 100644 --- a/api/7.3.1/classes/context.html +++ b/api/7.3.1/classes/context.html @@ -1049,7 +1049,7 @@ img { max-width: 100%; }
  • Parameters

    @@ -1077,7 +1077,7 @@ img { max-width: 100%; }
    github: GitHubAPI
    @@ -1087,7 +1087,7 @@ img { max-width: 100%; }
    host: undefined | string
    @@ -1097,7 +1097,7 @@ img { max-width: 100%; }
    id: string
    @@ -1107,7 +1107,7 @@ img { max-width: 100%; } @@ -1117,7 +1117,7 @@ img { max-width: 100%; }
    name: string
    @@ -1127,7 +1127,7 @@ img { max-width: 100%; }
    payload: WebhookPayloadWithRepository
    @@ -1137,7 +1137,7 @@ img { max-width: 100%; }
    protocol: "http" | "https"
    @@ -1147,7 +1147,7 @@ img { max-width: 100%; }
    url: undefined | string
    @@ -1160,7 +1160,7 @@ img { max-width: 100%; }
    event:
    @@ -1170,7 +1170,7 @@ img { max-width: 100%; }
    isBot:
    @@ -1197,7 +1197,7 @@ img { max-width: 100%; }
  • @@ -1261,7 +1261,7 @@ img { max-width: 100%; }
  • @@ -1307,7 +1307,7 @@ img { max-width: 100%; }
  • diff --git a/api/7.3.1/classes/graphqlqueryerror.html b/api/7.3.1/classes/graphqlqueryerror.html index 6318a80..453b17f 100644 --- a/api/7.3.1/classes/graphqlqueryerror.html +++ b/api/7.3.1/classes/graphqlqueryerror.html @@ -994,7 +994,7 @@ img { max-width: 100%; }
  • Parameters

    @@ -1025,7 +1025,7 @@ img { max-width: 100%; }
    data: any
    @@ -1035,7 +1035,7 @@ img { max-width: 100%; }
    errors: GraphQLError[]
    @@ -1067,7 +1067,7 @@ img { max-width: 100%; }
    query: string
    @@ -1089,7 +1089,7 @@ img { max-width: 100%; }
    variables: Variables
    diff --git a/api/7.3.1/classes/manifestcreation.html b/api/7.3.1/classes/manifestcreation.html index a55c462..e09905b 100644 --- a/api/7.3.1/classes/manifestcreation.html +++ b/api/7.3.1/classes/manifestcreation.html @@ -969,7 +969,7 @@ img { max-width: 100%; }
    createAppUrl:
    @@ -979,7 +979,7 @@ img { max-width: 100%; }
    pkg:
    @@ -996,7 +996,7 @@ img { max-width: 100%; }
  • Parameters

    @@ -1019,7 +1019,7 @@ img { max-width: 100%; }
  • Returns Promise<void>

    @@ -1036,7 +1036,7 @@ img { max-width: 100%; }
  • Parameters

    diff --git a/api/7.3.1/classes/probot.html b/api/7.3.1/classes/probot.html index aa4d829..c8f7f83 100644 --- a/api/7.3.1/classes/probot.html +++ b/api/7.3.1/classes/probot.html @@ -994,7 +994,7 @@ img { max-width: 100%; }
  • Parameters

    @@ -1016,7 +1016,7 @@ img { max-width: 100%; }
    logger: Logger
    @@ -1026,7 +1026,7 @@ img { max-width: 100%; }
    server: express.Application
    @@ -1036,7 +1036,7 @@ img { max-width: 100%; }
    webhook: Webhooks
    @@ -1053,7 +1053,7 @@ img { max-width: 100%; }
  • Parameters

    @@ -1076,7 +1076,7 @@ img { max-width: 100%; }
  • Parameters

    @@ -1099,7 +1099,7 @@ img { max-width: 100%; }
  • Parameters

    @@ -1122,7 +1122,7 @@ img { max-width: 100%; }
  • Parameters

    @@ -1145,7 +1145,7 @@ img { max-width: 100%; }
  • Returns void

    diff --git a/api/7.3.1/index.html b/api/7.3.1/index.html index dcf4deb..1ab7d95 100644 --- a/api/7.3.1/index.html +++ b/api/7.3.1/index.html @@ -1120,7 +1120,7 @@ img { max-width: 100%; }
    ApplicationFunction: function
    @@ -1151,7 +1151,7 @@ img { max-width: 100%; }
    Resolver: function
    @@ -1190,7 +1190,7 @@ img { max-width: 100%; }
    logger: Logger = new Logger({level: toBunyanLogLevel(process.env.LOG_LEVEL || 'info'),name: 'probot',serializers,stream: new bunyanFormat({ outputMode: toBunyanFormat(process.env.LOG_FORMAT || 'short'), color: supportsColor.stdout })})
    @@ -1207,7 +1207,7 @@ img { max-width: 100%; }
  • Parameters

    @@ -1230,7 +1230,7 @@ img { max-width: 100%; }
  • Parameters

    @@ -1256,7 +1256,7 @@ img { max-width: 100%; }
  • Parameters

    @@ -1279,7 +1279,7 @@ img { max-width: 100%; }
  • Parameters

    @@ -1305,7 +1305,7 @@ img { max-width: 100%; }
  • Parameters

    @@ -1328,7 +1328,7 @@ img { max-width: 100%; }
  • Returns Cache

    @@ -1345,7 +1345,7 @@ img { max-width: 100%; }
  • Parameters

    @@ -1368,7 +1368,7 @@ img { max-width: 100%; }
  • Parameters

    @@ -1391,7 +1391,7 @@ img { max-width: 100%; }
  • Parameters

    @@ -1414,7 +1414,7 @@ img { max-width: 100%; }
  • @@ -1458,7 +1458,7 @@ img { max-width: 100%; }
  • Parameters

    @@ -1483,7 +1483,7 @@ img { max-width: 100%; }
  • Parameters

    @@ -1509,7 +1509,7 @@ img { max-width: 100%; }
  • Parameters

    @@ -1534,7 +1534,7 @@ img { max-width: 100%; }
    serializers: object
    @@ -1543,7 +1543,7 @@ img { max-width: 100%; }
    err: function = bunyan.stdSerializers.err
    @@ -1574,7 +1574,7 @@ img { max-width: 100%; }
    req: function = bunyan.stdSerializers.req
    @@ -1609,7 +1609,7 @@ img { max-width: 100%; }
  • Parameters

    @@ -1632,7 +1632,7 @@ img { max-width: 100%; }
  • Parameters

    @@ -1658,7 +1658,7 @@ img { max-width: 100%; }
  • Parameters

    @@ -1684,7 +1684,7 @@ img { max-width: 100%; }
  • Parameters

    diff --git a/api/7.3.1/interfaces/appoptions.html b/api/7.3.1/interfaces/appoptions.html index 02ebe33..72c5bac 100644 --- a/api/7.3.1/interfaces/appoptions.html +++ b/api/7.3.1/interfaces/appoptions.html @@ -952,7 +952,7 @@ img { max-width: 100%; }
    cert: string
  • @@ -962,7 +962,7 @@ img { max-width: 100%; }
    id: number
    diff --git a/api/7.3.1/interfaces/cache.html b/api/7.3.1/interfaces/cache.html index 7e5b68a..b377717 100644 --- a/api/7.3.1/interfaces/cache.html +++ b/api/7.3.1/interfaces/cache.html @@ -952,7 +952,7 @@ img { max-width: 100%; }
  • Type parameters

    diff --git a/api/7.3.1/interfaces/cacheconfig.html b/api/7.3.1/interfaces/cacheconfig.html index a84a525..4e49aa7 100644 --- a/api/7.3.1/interfaces/cacheconfig.html +++ b/api/7.3.1/interfaces/cacheconfig.html @@ -948,7 +948,7 @@ img { max-width: 100%; }
    ttl: number
    diff --git a/api/7.3.1/interfaces/childargs.html b/api/7.3.1/interfaces/childargs.html index c29df57..98fefd8 100644 --- a/api/7.3.1/interfaces/childargs.html +++ b/api/7.3.1/interfaces/childargs.html @@ -960,7 +960,7 @@ img { max-width: 100%; }
    id: string | number | string[]
    @@ -970,7 +970,7 @@ img { max-width: 100%; }
    installation: undefined | string
    @@ -980,7 +980,7 @@ img { max-width: 100%; }
    name: undefined | string
    @@ -990,7 +990,7 @@ img { max-width: 100%; }
    options: undefined | object
    diff --git a/api/7.3.1/interfaces/githubapi.html b/api/7.3.1/interfaces/githubapi.html index 3ec2a90..6f7be7a 100644 --- a/api/7.3.1/interfaces/githubapi.html +++ b/api/7.3.1/interfaces/githubapi.html @@ -1043,7 +1043,7 @@ img { max-width: 100%; }
  • @@ -1258,7 +1258,7 @@ img { max-width: 100%; }
    hook: object
    @@ -1337,7 +1337,7 @@ img { max-width: 100%; }
    paginate: function
    @@ -1424,7 +1424,7 @@ img { max-width: 100%; }
    query: function
    @@ -1493,7 +1493,7 @@ img { max-width: 100%; }
    request: function
    diff --git a/api/7.3.1/interfaces/graphqlerror.html b/api/7.3.1/interfaces/graphqlerror.html index be2a7ef..15cb2cb 100644 --- a/api/7.3.1/interfaces/graphqlerror.html +++ b/api/7.3.1/interfaces/graphqlerror.html @@ -960,7 +960,7 @@ img { max-width: 100%; }
    extensions: undefined | object
    @@ -970,7 +970,7 @@ img { max-width: 100%; }
    locations: Array<object>
    @@ -980,7 +980,7 @@ img { max-width: 100%; }
    message: string
    @@ -990,7 +990,7 @@ img { max-width: 100%; }
    path: Array<string | number>
    diff --git a/api/7.3.1/interfaces/loggerwithtarget.html b/api/7.3.1/interfaces/loggerwithtarget.html index 960db88..635591a 100644 --- a/api/7.3.1/interfaces/loggerwithtarget.html +++ b/api/7.3.1/interfaces/loggerwithtarget.html @@ -1038,7 +1038,7 @@ img { max-width: 100%; }
  • Returns boolean

    @@ -1046,7 +1046,7 @@ img { max-width: 100%; }
  • Parameters

    @@ -1156,7 +1156,7 @@ img { max-width: 100%; }
    @@ -1188,7 +1188,7 @@ img { max-width: 100%; } @@ -1199,7 +1199,7 @@ img { max-width: 100%; } @@ -1210,7 +1210,7 @@ img { max-width: 100%; } @@ -1232,7 +1232,7 @@ img { max-width: 100%; } @@ -1253,7 +1253,7 @@ img { max-width: 100%; }
    target: Logger
    @@ -1264,7 +1264,7 @@ img { max-width: 100%; } @@ -1275,7 +1275,7 @@ img { max-width: 100%; } diff --git a/api/7.3.1/interfaces/octokiterror.html b/api/7.3.1/interfaces/octokiterror.html index acab0fc..eba89bc 100644 --- a/api/7.3.1/interfaces/octokiterror.html +++ b/api/7.3.1/interfaces/octokiterror.html @@ -983,7 +983,7 @@ img { max-width: 100%; }
    code: number
    @@ -1027,7 +1027,7 @@ img { max-width: 100%; }
    status: string
    diff --git a/api/7.3.1/interfaces/options.html b/api/7.3.1/interfaces/options.html index 2967d99..e7f7bb8 100644 --- a/api/7.3.1/interfaces/options.html +++ b/api/7.3.1/interfaces/options.html @@ -1060,7 +1060,7 @@ img { max-width: 100%; }
    app: function
    @@ -1114,7 +1114,7 @@ img { max-width: 100%; }
    cache: Cache
    @@ -1124,7 +1124,7 @@ img { max-width: 100%; }
    catchErrors: undefined | false | true
    @@ -1134,7 +1134,7 @@ img { max-width: 100%; }
    cert: undefined | string
    @@ -1144,7 +1144,7 @@ img { max-width: 100%; }
    debug: undefined | false | true
    @@ -1172,8 +1172,8 @@ img { max-width: 100%; }
    githubToken: undefined | string
    @@ -1212,7 +1212,7 @@ img { max-width: 100%; }
    id: undefined | number
    @@ -1222,7 +1222,7 @@ img { max-width: 100%; }
    limiter: any
    @@ -1232,7 +1232,7 @@ img { max-width: 100%; }
    logger: Logger
    @@ -1262,7 +1262,7 @@ img { max-width: 100%; }

    Inherited from Options.port

    • Defined in /Users/hiimbex/Desktop/probot/node_modules/@octokit/rest/index.d.ts:76
    • -
    • Defined in index.ts:133
    • +
    • Defined in index.ts:133
    @@ -1333,7 +1333,7 @@ img { max-width: 100%; }
    router: express.Router
    @@ -1343,7 +1343,7 @@ img { max-width: 100%; }
    secret: undefined | string
    @@ -1364,7 +1364,7 @@ img { max-width: 100%; }
    webhookPath: undefined | string
    @@ -1374,7 +1374,7 @@ img { max-width: 100%; }
    webhookProxy: undefined | string
    diff --git a/api/7.3.1/interfaces/request.html b/api/7.3.1/interfaces/request.html index cc5d037..23cfd17 100644 --- a/api/7.3.1/interfaces/request.html +++ b/api/7.3.1/interfaces/request.html @@ -1497,7 +1497,7 @@ img { max-width: 100%; }
    id: string | number | string[]
    @@ -1545,7 +1545,7 @@ img { max-width: 100%; }
    log: Logger
    diff --git a/api/7.3.1/interfaces/requestoptions.html b/api/7.3.1/interfaces/requestoptions.html index 12475ca..f9a17ad 100644 --- a/api/7.3.1/interfaces/requestoptions.html +++ b/api/7.3.1/interfaces/requestoptions.html @@ -968,7 +968,7 @@ img { max-width: 100%; }
    baseUrl: undefined | string
    @@ -978,7 +978,7 @@ img { max-width: 100%; }
    headers: any
    @@ -988,7 +988,7 @@ img { max-width: 100%; }
    method: string
    @@ -998,7 +998,7 @@ img { max-width: 100%; }
    query: undefined | string
    @@ -1008,7 +1008,7 @@ img { max-width: 100%; }
    url: string
    @@ -1018,7 +1018,7 @@ img { max-width: 100%; }
    variables: Variables
    diff --git a/api/7.3.1/interfaces/resolveoptions.html b/api/7.3.1/interfaces/resolveoptions.html index d93eba5..dcfeb82 100644 --- a/api/7.3.1/interfaces/resolveoptions.html +++ b/api/7.3.1/interfaces/resolveoptions.html @@ -952,7 +952,7 @@ img { max-width: 100%; }
    basedir: undefined | string
    @@ -962,7 +962,7 @@ img { max-width: 100%; }
    resolver: Resolver
    diff --git a/api/7.3.1/interfaces/response.html b/api/7.3.1/interfaces/response.html index 1097d0d..626792a 100644 --- a/api/7.3.1/interfaces/response.html +++ b/api/7.3.1/interfaces/response.html @@ -1373,7 +1373,7 @@ img { max-width: 100%; }
    duration: undefined | string
    @@ -1459,7 +1459,7 @@ img { max-width: 100%; }
    log: Logger
    diff --git a/api/7.3.1/interfaces/result.html b/api/7.3.1/interfaces/result.html index e3e5fc5..0a75138 100644 --- a/api/7.3.1/interfaces/result.html +++ b/api/7.3.1/interfaces/result.html @@ -948,7 +948,7 @@ img { max-width: 100%; }
    headers: object
    diff --git a/api/7.3.1/interfaces/serverargs.html b/api/7.3.1/interfaces/serverargs.html index 81cc3a1..9a22139 100644 --- a/api/7.3.1/interfaces/serverargs.html +++ b/api/7.3.1/interfaces/serverargs.html @@ -952,7 +952,7 @@ img { max-width: 100%; }
    logger: Logger
    @@ -962,7 +962,7 @@ img { max-width: 100%; }
    webhook: express.Application
    diff --git a/api/7.3.1/interfaces/webhookproxyoptions.html b/api/7.3.1/interfaces/webhookproxyoptions.html index b254164..cbd0818 100644 --- a/api/7.3.1/interfaces/webhookproxyoptions.html +++ b/api/7.3.1/interfaces/webhookproxyoptions.html @@ -960,7 +960,7 @@ img { max-width: 100%; }
    logger: Logger
    @@ -970,7 +970,7 @@ img { max-width: 100%; }
    path: undefined | string
    @@ -980,7 +980,7 @@ img { max-width: 100%; }
    port: undefined | number
    @@ -990,7 +990,7 @@ img { max-width: 100%; }
    url: undefined | string