waii-sdk-js
Advanced tools
Comparing version 1.11.1 to 1.12.0
@@ -15,2 +15,3 @@ import WaiiHttpClient from "../../../lib/src/WaiiHttpClient"; | ||
parent_uuid?: string; | ||
model?: string; | ||
}; | ||
@@ -17,0 +18,0 @@ type DescribeQueryRequest = { |
@@ -24,3 +24,3 @@ "use strict"; | ||
updated: [{ | ||
key: '', // will be generated by the system | ||
key: '', | ||
account_name: '<your account name>', | ||
@@ -27,0 +27,0 @@ database: '<your database>', |
@@ -9,2 +9,3 @@ import History from "../clients/history/src/History"; | ||
import Authorization from "../clients/authorization/src/Authorization"; | ||
import LLM from "../clients/model/src/Model"; | ||
declare class Waii { | ||
@@ -19,2 +20,3 @@ HttpClient: WaiiHttpClient; | ||
Authorization: Authorization; | ||
LLM: LLM; | ||
constructor(url?: string, apiKey?: string); | ||
@@ -21,0 +23,0 @@ initialize(url?: string, apiKey?: string): void; |
@@ -15,2 +15,3 @@ "use strict"; | ||
const Authorization_1 = __importDefault(require("../clients/authorization/src/Authorization")); | ||
const Model_1 = __importDefault(require("../clients/model/src/Model")); | ||
class Waii { | ||
@@ -29,2 +30,3 @@ constructor(url = 'http://localhost:9859/api/', apiKey = '') { | ||
this.Authorization = new Authorization_1.default(this.HttpClient); | ||
this.LLM = new Model_1.default(this.HttpClient); | ||
} | ||
@@ -31,0 +33,0 @@ ; |
{ | ||
"name": "waii-sdk-js", | ||
"version": "1.11.1", | ||
"version": "1.12.0", | ||
"description": "Typescript / Javascript SDK for the waii api. SQL generation and much more.", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/waii-sdk.js", |
1440
3
119882
37