Socket
Socket
Sign inDemoInstall

@giosg/types

Package Overview
Dependencies
Maintainers
12
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@giosg/types - npm Package Compare versions

Comparing version 6.2.1 to 6.2.2

lib/.teams.d.ts.swp

4

CHANGELOG.md

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

## 6.2.2
- Fixed type of `brand` field in `PublicRoom` types
- Chat button asset fields added to the `Brand` interface
## 6.2.1

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

@@ -16,2 +16,4 @@ import { NestedAsset } from "./assets";

logo_asset: NestedAsset | null;
chat_button_asset_id: AssetUid | null;
chat_button_asset: NestedAsset | null;
created_at: string;

@@ -18,0 +20,0 @@ updated_at: string;

5

lib/public.d.ts

@@ -5,2 +5,3 @@ import { NestedAvatar } from "./customer";

import { NestedChatMessageResponseAttachment } from "./chat";
import { Brand } from "./brands";
import { OrganizationUid, RoomUid, VisitorUid, UserUid, UserLegacyId, ChatLegacyId, ChatMessageUid, ChatUid, RuleUid, VisitorLegacyId, RuleLegacyId, RoomLegacyId, ChatMessageAttachmentUid, ChatMessageAttachmentActionUid, ChatSessionUid, VisitorSessionCid, VisitorGid, VisitorSessionGid, VisitorSecretId, ChatMessageType, VisitorCid, RoomLegacyToken } from "./types";

@@ -331,4 +332,4 @@ import { LanguageCode } from "./common";

legacy_id: RoomLegacyToken;
/** TODO: add documentation */
brand: any;
/** The dialog and button brand */
brand: Brand;
/** How much usually visitors waits for initial answer, in seconds. Null if unknown */

@@ -335,0 +336,0 @@ estimated_waiting_time: number | null;

{
"name": "@giosg/types",
"version": "6.2.1",
"version": "6.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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc