Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@giosg/types

Package Overview
Dependencies
Maintainers
13
Versions
99
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.4.0 to 6.5.0

3

CHANGELOG.md

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

## 6.5.0
- Renamed `screen_sharing_state` field to `cobrowser_state` at `InCallStatus` interface
## 6.4.0

@@ -9,0 +12,0 @@ - Modified types for call status

4

lib/call.d.ts

@@ -26,6 +26,6 @@ import { CallStatusUid, ChatUid, UserUid, VisitorCid, OrganizationUid } from "./types";

}
export declare type ScreenSharingStatusType = "idle" | "requested" | "denied" | "sharing";
export declare type CobrowseState = "idle" | "requested" | "denied" | "sharing";
export interface InCallStatus extends BaseCallStatus {
type: "in-call";
screen_sharing_state: ScreenSharingStatusType;
cobrowse_state: CobrowseState;
}

@@ -32,0 +32,0 @@ export declare type CallStatus = IdleCallStatus | DialingCallStatus | RingingCallStatus | InCallStatus;

@@ -5,3 +5,3 @@ export { ActionTypes, ActionType, ActionTypeString, ACTION_TYPES, ActionShowAutosuggestSettings, ActionSendChatMessageSettings, ActionSendInteractionToChatSettings, ActionSettingsType, ACTION_STYLES, ActionStyle, } from "./actions";

export { Brand, BrandPayload, PublicBrand } from "./brands";
export { CallStatusType, IdleCallStatus, DialingCallStatus, RingingCallStatus, ScreenSharingStatusType, InCallStatus, CallStatus, } from "./call";
export { CallStatusType, IdleCallStatus, DialingCallStatus, RingingCallStatus, CobrowseState, InCallStatus, CallStatus, } from "./call";
export { CannedAnswerIncrement, CannedAnswer, CannedAnswerPayload } from "./canned_answers";

@@ -8,0 +8,0 @@ export { ChatInvitationAccept, ChatInvitationAcceptPayload, ChatInvitationCreate, ChatInvitationExpire, ChatInvitationExpirePayload, ChatInvitation, ChatConversationStarter, ChatConversationStarterPayload, ChatConversationStarterUpdate, ChatConversationStarterUpdatePayload, ChatMembershipUser, ChatMembershipVisitor, ChatMembership, ChatMembershipPayload, ChatStatusMessage, ChatDataMessage, ChatMessage, ChatMessagePayload, ChatReplySuggestion, ChatReplySuggestionPayload, ChatType, Chat, ChatPayload, ChatSessionTag, ChatSessionTagPayload, DecryptedChatDataMessage, DecryptedChatStatusMessage, DecryptedChatMessage, DecryptedChatMessagePayload, NestedChatMessageAttachmentAction, NestedChatMessageAttachmentActionPayload, NestedChatMessageAttachment, NestedChatMessageAttachmentPayload, NestedChatMessageResponseAttachment, NestedChatMessageResponseAttachmentPayload, NestedChatReplySuggestion, OrganizationChatMembership, OrganizationChatMembershipPayload, RoomChatTag, RoomChatTagPayload, NestedChatMessage, BarChat, ChatAssignment, } from "./chat";

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