New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

waii-sdk-js

Package Overview
Dependencies
Maintainers
3
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

waii-sdk-js - npm Package Compare versions

Comparing version 1.11.1 to 1.12.0

dist/clients/model/src/Model.d.ts

1

dist/clients/query/src/Query.d.ts

@@ -15,2 +15,3 @@ import WaiiHttpClient from "../../../lib/src/WaiiHttpClient";

parent_uuid?: string;
model?: string;
};

@@ -17,0 +18,0 @@ type DescribeQueryRequest = {

2

dist/samples/hello-waii.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc