mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-30 23:30:06 +00:00
dialogflow: Provides its own types (#39627)
This commit is contained in:
committed by
Jesse Trinity
parent
ae51786702
commit
b3eed04fcf
@@ -816,6 +816,12 @@
|
||||
"sourceRepoURL": "https://github.com/dfahlander/Dexie.js",
|
||||
"asOfVersion": "1.3.1"
|
||||
},
|
||||
{
|
||||
"libraryName": "dialogflow",
|
||||
"typingsPackageName": "dialogflow",
|
||||
"sourceRepoURL": "https://github.com/googleapis/nodejs-dialogflow",
|
||||
"asOfVersion": "4.0.3"
|
||||
},
|
||||
{
|
||||
"libraryName": "docker-file-parser",
|
||||
"typingsPackageName": "docker-file-parser",
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
import * as dialogflow from "dialogflow";
|
||||
|
||||
const agentsClient = new dialogflow.AgentsClient();
|
||||
const contextsClient = new dialogflow.ContextsClient();
|
||||
const entityTypesClient = new dialogflow.EntityTypesClient();
|
||||
const intentsClient = new dialogflow.IntentsClient();
|
||||
const sessionEntityTypesClient = new dialogflow.SessionEntityTypesClient();
|
||||
const sessionsClient = new dialogflow.SessionsClient();
|
||||
|
||||
// TODO: Add real significant tests
|
||||
1331
types/dialogflow/index.d.ts
vendored
1331
types/dialogflow/index.d.ts
vendored
File diff suppressed because it is too large
Load Diff
@@ -1,23 +0,0 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"lib": [
|
||||
"es6"
|
||||
],
|
||||
"noImplicitAny": true,
|
||||
"noImplicitThis": true,
|
||||
"strictNullChecks": true,
|
||||
"strictFunctionTypes": true,
|
||||
"baseUrl": "../",
|
||||
"typeRoots": [
|
||||
"../"
|
||||
],
|
||||
"types": [],
|
||||
"noEmit": true,
|
||||
"forceConsistentCasingInFileNames": true
|
||||
},
|
||||
"files": [
|
||||
"index.d.ts",
|
||||
"dialogflow-tests.ts"
|
||||
]
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"extends": "dtslint/dt.json"
|
||||
}
|
||||
Reference in New Issue
Block a user