@giosg/types
Advanced tools
Comparing version 6.4.0 to 6.5.0
@@ -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 |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
354209