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
0
Versions
85
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.28.1 to 1.28.2

4

dist/clients/chat/src/Chat.d.ts

@@ -19,4 +19,6 @@ import WaiiHttpClient from "../../../lib/src/WaiiHttpClient";

is_new?: boolean;
timestamp: number;
timestamp_ms: number;
chat_uuid: string;
session_title?: string | undefined;
current_step?: string | undefined;
};

@@ -23,0 +25,0 @@ type ChatResponseData = {

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

VIRTUAL_UDTFS = "virtual_udtfs",
VIRTUAL_VIEWS = "virtual_views",
ALL = "all"

@@ -199,0 +200,0 @@ }

@@ -48,2 +48,3 @@ "use strict";

ExpandQueryOperations["VIRTUAL_UDTFS"] = "virtual_udtfs";
ExpandQueryOperations["VIRTUAL_VIEWS"] = "virtual_views";
ExpandQueryOperations["ALL"] = "all";

@@ -50,0 +51,0 @@ })(ExpandQueryOperations || (ExpandQueryOperations = {}));

{
"name": "waii-sdk-js",
"version": "1.28.1",
"version": "1.28.2",
"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