From 1974a52c18b360cfcf6858b85d8749d34d225b43 Mon Sep 17 00:00:00 2001 From: Bex Warner Date: Wed, 3 Oct 2018 14:18:05 -0400 Subject: [PATCH] Update docs for v7.2.0 --- _submodules/probot | 2 +- api/7.2.0/classes/application.html | 24 +++++----- api/7.2.0/classes/context.html | 28 +++++------ api/7.2.0/classes/manifestcreation.html | 10 ++-- api/7.2.0/classes/probot.html | 18 ++++---- api/7.2.0/index.html | 46 +++++++++---------- api/7.2.0/interfaces/appoptions.html | 4 +- api/7.2.0/interfaces/cache.html | 2 +- api/7.2.0/interfaces/cacheconfig.html | 2 +- api/7.2.0/interfaces/childargs.html | 8 ++-- api/7.2.0/interfaces/githubapi.html | 10 ++-- api/7.2.0/interfaces/graphqlresponse.html | 2 +- api/7.2.0/interfaces/loggerwithtarget.html | 20 ++++---- api/7.2.0/interfaces/octokiterror.html | 4 +- api/7.2.0/interfaces/options.html | 26 +++++------ api/7.2.0/interfaces/request.html | 4 +- api/7.2.0/interfaces/requestoptions.html | 12 ++--- api/7.2.0/interfaces/resolveoptions.html | 4 +- api/7.2.0/interfaces/response.html | 4 +- api/7.2.0/interfaces/result.html | 2 +- api/7.2.0/interfaces/serverargs.html | 4 +- api/7.2.0/interfaces/webhookproxyoptions.html | 8 ++-- 22 files changed, 122 insertions(+), 122 deletions(-) diff --git a/_submodules/probot b/_submodules/probot index 2ff0ec6..3bee037 160000 --- a/_submodules/probot +++ b/_submodules/probot @@ -1 +1 @@ -Subproject commit 2ff0ec6b20a9db29d5d39899e1b78110dc6cf6e8 +Subproject commit 3bee0370140c594c433f8bbb72546dbdac99ad6a diff --git a/api/7.2.0/classes/application.html b/api/7.2.0/classes/application.html index dd5562c..7e7bf00 100644 --- a/api/7.2.0/classes/application.html +++ b/api/7.2.0/classes/application.html @@ -1132,7 +1132,7 @@ img { max-width: 100%; }
  • Parameters

    @@ -1154,7 +1154,7 @@ img { max-width: 100%; }
    app: function
    @@ -1179,7 +1179,7 @@ img { max-width: 100%; }
    cache: Cache
    @@ -1189,7 +1189,7 @@ img { max-width: 100%; }
    catchErrors: boolean
    @@ -1199,7 +1199,7 @@ img { max-width: 100%; }
    events: EventEmitter
    @@ -1209,7 +1209,7 @@ img { max-width: 100%; } @@ -1219,7 +1219,7 @@ img { max-width: 100%; }
    router: express.Router
    @@ -1236,7 +1236,7 @@ img { max-width: 100%; }
  • @@ -1284,7 +1284,7 @@ img { max-width: 100%; }
  • @@ -1315,7 +1315,7 @@ img { max-width: 100%; }
  • @@ -1370,7 +1370,7 @@ img { max-width: 100%; }
  • Parameters

    @@ -1393,7 +1393,7 @@ img { max-width: 100%; }
  • diff --git a/api/7.2.0/classes/context.html b/api/7.2.0/classes/context.html index 9f5c079..8fb0870 100644 --- a/api/7.2.0/classes/context.html +++ b/api/7.2.0/classes/context.html @@ -1163,7 +1163,7 @@ img { max-width: 100%; }
  • Parameters

    @@ -1191,7 +1191,7 @@ img { max-width: 100%; }
    github: GitHubAPI
    @@ -1201,7 +1201,7 @@ img { max-width: 100%; }
    host: undefined | string
    @@ -1211,7 +1211,7 @@ img { max-width: 100%; }
    id: string
    @@ -1221,7 +1221,7 @@ img { max-width: 100%; } @@ -1231,7 +1231,7 @@ img { max-width: 100%; }
    name: string
    @@ -1241,7 +1241,7 @@ img { max-width: 100%; }
    payload: WebhookPayloadWithRepository
    @@ -1251,7 +1251,7 @@ img { max-width: 100%; }
    protocol: "http" | "https"
    @@ -1261,7 +1261,7 @@ img { max-width: 100%; }
    url: undefined | string
    @@ -1274,7 +1274,7 @@ img { max-width: 100%; }
    event:
    @@ -1284,7 +1284,7 @@ img { max-width: 100%; }
    isBot:
    @@ -1311,7 +1311,7 @@ img { max-width: 100%; }
  • @@ -1375,7 +1375,7 @@ img { max-width: 100%; }
  • @@ -1421,7 +1421,7 @@ img { max-width: 100%; }
  • diff --git a/api/7.2.0/classes/manifestcreation.html b/api/7.2.0/classes/manifestcreation.html index e0b8875..fd91418 100644 --- a/api/7.2.0/classes/manifestcreation.html +++ b/api/7.2.0/classes/manifestcreation.html @@ -1083,7 +1083,7 @@ img { max-width: 100%; }
    createAppUrl:
    @@ -1093,7 +1093,7 @@ img { max-width: 100%; }
    pkg:
    @@ -1110,7 +1110,7 @@ img { max-width: 100%; }
  • Parameters

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

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

    diff --git a/api/7.2.0/classes/probot.html b/api/7.2.0/classes/probot.html index 0c01109..66ff91a 100644 --- a/api/7.2.0/classes/probot.html +++ b/api/7.2.0/classes/probot.html @@ -1108,7 +1108,7 @@ img { max-width: 100%; }
  • Parameters

    @@ -1130,7 +1130,7 @@ img { max-width: 100%; }
    logger: Logger
    @@ -1140,7 +1140,7 @@ img { max-width: 100%; }
    server: express.Application
    @@ -1150,7 +1150,7 @@ img { max-width: 100%; }
    webhook: Webhooks
    @@ -1167,7 +1167,7 @@ img { max-width: 100%; }
  • Parameters

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

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

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

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

    diff --git a/api/7.2.0/index.html b/api/7.2.0/index.html index 2dcb838..c4bc95a 100644 --- a/api/7.2.0/index.html +++ b/api/7.2.0/index.html @@ -1112,7 +1112,7 @@ img { max-width: 100%; }
    ApplicationFunction: function
    @@ -1143,7 +1143,7 @@ img { max-width: 100%; }
    Resolver: function
    @@ -1179,10 +1179,10 @@ img { max-width: 100%; }

    Const logger

    -
    logger: Logger = new Logger({level: toBunyanLogLevel(process.env.LOG_LEVEL || 'info'),name: 'probot',serializers,stream: new bunyanFormat({ outputMode: toBunyanFormat(process.env.LOG_FORMAT || 'short') })})
    +
    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 })})
    @@ -1199,7 +1199,7 @@ img { max-width: 100%; }
  • Parameters

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

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

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

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

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

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

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

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

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

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

    @@ -1509,7 +1509,7 @@ img { max-width: 100%; }
    serializers: object
    @@ -1518,7 +1518,7 @@ img { max-width: 100%; }
    err: function = bunyan.stdSerializers.err
    @@ -1549,7 +1549,7 @@ img { max-width: 100%; }
    req: function = bunyan.stdSerializers.req
    @@ -1584,7 +1584,7 @@ img { max-width: 100%; }
  • Parameters

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

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

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

    diff --git a/api/7.2.0/interfaces/appoptions.html b/api/7.2.0/interfaces/appoptions.html index 18a32c1..7840e58 100644 --- a/api/7.2.0/interfaces/appoptions.html +++ b/api/7.2.0/interfaces/appoptions.html @@ -1066,7 +1066,7 @@ img { max-width: 100%; }
    cert: string
  • @@ -1076,7 +1076,7 @@ img { max-width: 100%; }
    id: number
    diff --git a/api/7.2.0/interfaces/cache.html b/api/7.2.0/interfaces/cache.html index fa2d3e6..be2415b 100644 --- a/api/7.2.0/interfaces/cache.html +++ b/api/7.2.0/interfaces/cache.html @@ -1066,7 +1066,7 @@ img { max-width: 100%; }
  • Type parameters

    diff --git a/api/7.2.0/interfaces/cacheconfig.html b/api/7.2.0/interfaces/cacheconfig.html index 3f56d12..2034cac 100644 --- a/api/7.2.0/interfaces/cacheconfig.html +++ b/api/7.2.0/interfaces/cacheconfig.html @@ -1062,7 +1062,7 @@ img { max-width: 100%; }
    ttl: number
    diff --git a/api/7.2.0/interfaces/childargs.html b/api/7.2.0/interfaces/childargs.html index 158ddab..7141bcc 100644 --- a/api/7.2.0/interfaces/childargs.html +++ b/api/7.2.0/interfaces/childargs.html @@ -1074,7 +1074,7 @@ img { max-width: 100%; }
    id: string | number | string[]
    @@ -1084,7 +1084,7 @@ img { max-width: 100%; }
    installation: undefined | string
    @@ -1094,7 +1094,7 @@ img { max-width: 100%; }
    name: undefined | string
    @@ -1104,7 +1104,7 @@ img { max-width: 100%; }
    options: undefined | object
    diff --git a/api/7.2.0/interfaces/githubapi.html b/api/7.2.0/interfaces/githubapi.html index 7123333..3f9f18f 100644 --- a/api/7.2.0/interfaces/githubapi.html +++ b/api/7.2.0/interfaces/githubapi.html @@ -1157,7 +1157,7 @@ img { max-width: 100%; }
  • @@ -1372,7 +1372,7 @@ img { max-width: 100%; }
    hook: object
    @@ -1451,7 +1451,7 @@ img { max-width: 100%; }
    paginate: function
    @@ -1535,7 +1535,7 @@ img { max-width: 100%; }
    query: function
    @@ -1604,7 +1604,7 @@ img { max-width: 100%; }
    request: function
    diff --git a/api/7.2.0/interfaces/graphqlresponse.html b/api/7.2.0/interfaces/graphqlresponse.html index a47044d..76e93d8 100644 --- a/api/7.2.0/interfaces/graphqlresponse.html +++ b/api/7.2.0/interfaces/graphqlresponse.html @@ -1062,7 +1062,7 @@ img { max-width: 100%; }
    data: any
    diff --git a/api/7.2.0/interfaces/loggerwithtarget.html b/api/7.2.0/interfaces/loggerwithtarget.html index 4f5a653..08c8f13 100644 --- a/api/7.2.0/interfaces/loggerwithtarget.html +++ b/api/7.2.0/interfaces/loggerwithtarget.html @@ -1152,7 +1152,7 @@ img { max-width: 100%; }
  • Returns boolean

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

    @@ -1270,7 +1270,7 @@ img { max-width: 100%; }
    @@ -1302,7 +1302,7 @@ img { max-width: 100%; } @@ -1313,7 +1313,7 @@ img { max-width: 100%; } @@ -1324,7 +1324,7 @@ img { max-width: 100%; } @@ -1346,7 +1346,7 @@ img { max-width: 100%; } @@ -1367,7 +1367,7 @@ img { max-width: 100%; }
    target: Logger
    @@ -1378,7 +1378,7 @@ img { max-width: 100%; } @@ -1389,7 +1389,7 @@ img { max-width: 100%; } diff --git a/api/7.2.0/interfaces/octokiterror.html b/api/7.2.0/interfaces/octokiterror.html index 6a2b6ed..2eface7 100644 --- a/api/7.2.0/interfaces/octokiterror.html +++ b/api/7.2.0/interfaces/octokiterror.html @@ -1097,7 +1097,7 @@ img { max-width: 100%; }
    code: number
    @@ -1141,7 +1141,7 @@ img { max-width: 100%; }
    status: string
    diff --git a/api/7.2.0/interfaces/options.html b/api/7.2.0/interfaces/options.html index e5b47ea..619b16e 100644 --- a/api/7.2.0/interfaces/options.html +++ b/api/7.2.0/interfaces/options.html @@ -1170,7 +1170,7 @@ img { max-width: 100%; }
    app: function
    @@ -1224,7 +1224,7 @@ img { max-width: 100%; }
    cache: Cache
    @@ -1234,7 +1234,7 @@ img { max-width: 100%; }
    catchErrors: undefined | false | true
    @@ -1244,7 +1244,7 @@ img { max-width: 100%; }
    cert: string
    @@ -1254,7 +1254,7 @@ img { max-width: 100%; }
    debug: undefined | false | true
    @@ -1311,7 +1311,7 @@ img { max-width: 100%; }
    id: number
    @@ -1321,7 +1321,7 @@ img { max-width: 100%; }
    limiter: any
    @@ -1331,7 +1331,7 @@ img { max-width: 100%; }
    logger: Logger
    @@ -1361,7 +1361,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:126
    • +
    • Defined in index.ts:126
    @@ -1432,7 +1432,7 @@ img { max-width: 100%; }
    router: express.Router
    @@ -1442,7 +1442,7 @@ img { max-width: 100%; }
    secret: undefined | string
    @@ -1463,7 +1463,7 @@ img { max-width: 100%; }
    webhookPath: undefined | string
    @@ -1473,7 +1473,7 @@ img { max-width: 100%; }
    webhookProxy: undefined | string
    diff --git a/api/7.2.0/interfaces/request.html b/api/7.2.0/interfaces/request.html index a4b9db3..c781ddb 100644 --- a/api/7.2.0/interfaces/request.html +++ b/api/7.2.0/interfaces/request.html @@ -1611,7 +1611,7 @@ img { max-width: 100%; }
    id: string | number | string[]
    @@ -1659,7 +1659,7 @@ img { max-width: 100%; }
    log: Logger
    diff --git a/api/7.2.0/interfaces/requestoptions.html b/api/7.2.0/interfaces/requestoptions.html index d49a449..71faba1 100644 --- a/api/7.2.0/interfaces/requestoptions.html +++ b/api/7.2.0/interfaces/requestoptions.html @@ -1082,7 +1082,7 @@ img { max-width: 100%; }
    baseUrl: undefined | string
    @@ -1092,7 +1092,7 @@ img { max-width: 100%; }
    headers: any
    @@ -1102,7 +1102,7 @@ img { max-width: 100%; }
    method: string
    @@ -1112,7 +1112,7 @@ img { max-width: 100%; }
    query: undefined | string
    @@ -1122,7 +1122,7 @@ img { max-width: 100%; }
    url: string
    @@ -1132,7 +1132,7 @@ img { max-width: 100%; }
    variables: Variables
    diff --git a/api/7.2.0/interfaces/resolveoptions.html b/api/7.2.0/interfaces/resolveoptions.html index dab56a3..e54c6b6 100644 --- a/api/7.2.0/interfaces/resolveoptions.html +++ b/api/7.2.0/interfaces/resolveoptions.html @@ -1066,7 +1066,7 @@ img { max-width: 100%; }
    basedir: undefined | string
    @@ -1076,7 +1076,7 @@ img { max-width: 100%; }
    resolver: Resolver
    diff --git a/api/7.2.0/interfaces/response.html b/api/7.2.0/interfaces/response.html index 20d3124..359ec16 100644 --- a/api/7.2.0/interfaces/response.html +++ b/api/7.2.0/interfaces/response.html @@ -1487,7 +1487,7 @@ img { max-width: 100%; }
    duration: undefined | string
    @@ -1573,7 +1573,7 @@ img { max-width: 100%; }
    log: Logger
    diff --git a/api/7.2.0/interfaces/result.html b/api/7.2.0/interfaces/result.html index 7ea40df..210d7b7 100644 --- a/api/7.2.0/interfaces/result.html +++ b/api/7.2.0/interfaces/result.html @@ -1062,7 +1062,7 @@ img { max-width: 100%; }
    headers: object
    diff --git a/api/7.2.0/interfaces/serverargs.html b/api/7.2.0/interfaces/serverargs.html index 9851938..300878c 100644 --- a/api/7.2.0/interfaces/serverargs.html +++ b/api/7.2.0/interfaces/serverargs.html @@ -1066,7 +1066,7 @@ img { max-width: 100%; }
    logger: Logger
    @@ -1076,7 +1076,7 @@ img { max-width: 100%; }
    webhook: express.Application
    diff --git a/api/7.2.0/interfaces/webhookproxyoptions.html b/api/7.2.0/interfaces/webhookproxyoptions.html index 9d1bd8f..e63999f 100644 --- a/api/7.2.0/interfaces/webhookproxyoptions.html +++ b/api/7.2.0/interfaces/webhookproxyoptions.html @@ -1074,7 +1074,7 @@ img { max-width: 100%; }
    logger: Logger
    @@ -1084,7 +1084,7 @@ img { max-width: 100%; }
    path: undefined | string
    @@ -1094,7 +1094,7 @@ img { max-width: 100%; }
    port: undefined | number
    @@ -1104,7 +1104,7 @@ img { max-width: 100%; }
    url: undefined | string