Socket
Socket
Sign inDemoInstall

@giosg/types

Package Overview
Dependencies
1
Maintainers
9
Versions
93
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.1 to 3.2.2

4

CHANGELOG.md

@@ -7,2 +7,6 @@ # Changelog

## 3.2.2
- Fixed `value` type in `VisitorVariable` interface. It can not be type of `string[]`.
## 3.2.1

@@ -9,0 +13,0 @@

@@ -1038,2 +1038,4 @@ import { NestedAvatar } from "./customer";

is_participating: boolean | null;
/** Team ID if this chat is team chat channel type, null otherwise */
team_id: TeamUid | null;
}

@@ -1040,0 +1042,0 @@ /** TODO: Add jsdocs and check nullability of fields */

2

lib/variables.d.ts

@@ -14,3 +14,3 @@ import { VisitorCid, RoomUid, VisitorSessionCid, ChatUid, OrganizationUid } from "./types";

* stored on the server. In this case, you need to use encrypted_value and decrypt the value yourself. */
value: string | string[] | null;
value: string | null;
/** Identifier for the session on which the variable was saved for the visitor. */

@@ -17,0 +17,0 @@ session_id: VisitorSessionCid | null;

{
"name": "@giosg/types",
"version": "3.2.1",
"version": "3.2.2",
"description": "TypeScript interfaces for GiosgAPI",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc