|
1091 | 1091 | }, |
1092 | 1092 | { |
1093 | 1093 | "kind": "Reference", |
1094 | | - "text": "express.Request", |
1095 | | - "canonicalReference": "@types/express!~e.Request:interface" |
| 1094 | + "text": "Request", |
| 1095 | + "canonicalReference": "@google-cloud/functions-framework!Request:interface" |
1096 | 1096 | }, |
1097 | 1097 | { |
1098 | 1098 | "kind": "Content", |
1099 | 1099 | "text": ", res: " |
1100 | 1100 | }, |
1101 | 1101 | { |
1102 | 1102 | "kind": "Reference", |
1103 | | - "text": "express.Response", |
1104 | | - "canonicalReference": "@types/express!~e.Response:interface" |
| 1103 | + "text": "Response", |
| 1104 | + "canonicalReference": "@google-cloud/functions-framework!Response:type" |
1105 | 1105 | }, |
1106 | 1106 | { |
1107 | 1107 | "kind": "Content", |
|
1245 | 1245 | } |
1246 | 1246 | ], |
1247 | 1247 | "extendsTokenRanges": [] |
| 1248 | + }, |
| 1249 | + { |
| 1250 | + "kind": "Interface", |
| 1251 | + "canonicalReference": "@google-cloud/functions-framework!Request_2:interface", |
| 1252 | + "docComment": "/**\n * @public\n */\n", |
| 1253 | + "excerptTokens": [ |
| 1254 | + { |
| 1255 | + "kind": "Content", |
| 1256 | + "text": "export interface Request extends " |
| 1257 | + }, |
| 1258 | + { |
| 1259 | + "kind": "Reference", |
| 1260 | + "text": "express.Request", |
| 1261 | + "canonicalReference": "@types/express!~e.Request:interface" |
| 1262 | + }, |
| 1263 | + { |
| 1264 | + "kind": "Content", |
| 1265 | + "text": " " |
| 1266 | + } |
| 1267 | + ], |
| 1268 | + "releaseTag": "Public", |
| 1269 | + "name": "Request_2", |
| 1270 | + "members": [ |
| 1271 | + { |
| 1272 | + "kind": "PropertySignature", |
| 1273 | + "canonicalReference": "@google-cloud/functions-framework!Request_2#rawBody:member", |
| 1274 | + "docComment": "/**\n * A buffer which provides access to the request's raw HTTP body.\n */\n", |
| 1275 | + "excerptTokens": [ |
| 1276 | + { |
| 1277 | + "kind": "Content", |
| 1278 | + "text": "rawBody?: " |
| 1279 | + }, |
| 1280 | + { |
| 1281 | + "kind": "Reference", |
| 1282 | + "text": "Buffer", |
| 1283 | + "canonicalReference": "!Buffer:class" |
| 1284 | + }, |
| 1285 | + { |
| 1286 | + "kind": "Content", |
| 1287 | + "text": ";" |
| 1288 | + } |
| 1289 | + ], |
| 1290 | + "isOptional": true, |
| 1291 | + "releaseTag": "Public", |
| 1292 | + "name": "rawBody", |
| 1293 | + "propertyTypeTokenRange": { |
| 1294 | + "startIndex": 1, |
| 1295 | + "endIndex": 2 |
| 1296 | + } |
| 1297 | + } |
| 1298 | + ], |
| 1299 | + "extendsTokenRanges": [ |
| 1300 | + { |
| 1301 | + "startIndex": 1, |
| 1302 | + "endIndex": 3 |
| 1303 | + } |
| 1304 | + ] |
| 1305 | + }, |
| 1306 | + { |
| 1307 | + "kind": "TypeAlias", |
| 1308 | + "canonicalReference": "@google-cloud/functions-framework!Response_2:type", |
| 1309 | + "docComment": "/**\n * @public\n */\n", |
| 1310 | + "excerptTokens": [ |
| 1311 | + { |
| 1312 | + "kind": "Content", |
| 1313 | + "text": "export declare type Response = " |
| 1314 | + }, |
| 1315 | + { |
| 1316 | + "kind": "Reference", |
| 1317 | + "text": "express.Response", |
| 1318 | + "canonicalReference": "@types/express!~e.Response:interface" |
| 1319 | + }, |
| 1320 | + { |
| 1321 | + "kind": "Content", |
| 1322 | + "text": ";" |
| 1323 | + } |
| 1324 | + ], |
| 1325 | + "releaseTag": "Public", |
| 1326 | + "name": "Response_2", |
| 1327 | + "typeTokenRange": { |
| 1328 | + "startIndex": 1, |
| 1329 | + "endIndex": 2 |
| 1330 | + } |
1248 | 1331 | } |
1249 | 1332 | ] |
1250 | 1333 | } |
|
0 commit comments