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 4.4.4 to 4.4.5

6

CHANGELOG.md

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

## 4.4.5
- Fixed type of `PublicRoom` interface field `legacy_id` to be `RoomLegacyToken` instead of `RoomLegacyId`.
- Added is_email_confirmed to `User`interface.
## 4.4.4

@@ -33,2 +38,3 @@

## 4.2.0
- Added the email request interface

@@ -35,0 +41,0 @@

2

lib/customer.d.ts

@@ -478,2 +478,4 @@ import { AvatarUid, OrganizationUid, UserUid, BusinessUid, OrganizationLegacyId, OrganizationSettingsUid, UserLegacyId, TokenUid, FeatureName, ChatUserLegacyId } from "./types";

is_created_by_sso: boolean;
/** Defines whether the user confirmed their account activation */
is_email_confirmed: boolean;
/** Old unique identifier of the user in the chat. Deprecated, use id whenever possible instead */

@@ -480,0 +482,0 @@ legacy_id: ChatUserLegacyId;

6

lib/public.d.ts

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

import { NestedChatMessageResponseAttachment } from "./chat";
import { OrganizationUid, RoomUid, VisitorUid, UserUid, UserLegacyId, ChatLegacyId, ChatMessageUid, ChatUid, RuleUid, VisitorLegacyId, RuleLegacyId, RoomLegacyId, ChatMessageAttachmentUid, ChatMessageAttachmentActionUid, ChatSessionUid, VisitorSessionCid, VisitorGid, VisitorSessionGid, VisitorSecretId, ChatMessageType, VisitorCid } from "./types";
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";
import { LanguageCode } from "./common";

@@ -329,4 +329,4 @@ export declare const AutosuggestPermissionOptions: {

is_online: boolean;
/** Legacy ID of the chat’s room. Deprecated use "id" instead */
legacy_id: RoomLegacyId;
/** Legacy signed unique identifier of the room. Deprecated, use an id attribute instead */
legacy_id: RoomLegacyToken;
/** TODO: add documentation */

@@ -333,0 +333,0 @@ brand: any;

{
"name": "@giosg/types",
"version": "4.4.4",
"version": "4.4.5",
"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