@giosg/types
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -16,2 +16,2 @@ export { ActionTypes, ActionType, ActionTypeString, ACTION_TYPES, ActionShowAutosuggestSettings, ActionSendChatMessageSettings, ActionSettingsType, ACTION_STYLES, ActionStyle, } from "./actions"; | ||
export { ExperimentRuleCondition, ExperimentRuleConditionPayload, ExperimentRule, ExperimentRulePayload, RuleAction, RuleActionPayload, RuleCondition, RuleConditionPayload, Rule, RulePayload, RuleUpdatePayload, } from "./rules"; | ||
export { ApplicationUid, AssetUid, AvatarUid, BrandUid, BusinessUid, ChatInvitationUid, ChatMessageAttachmentUid, ChatMessageAttachmentActionUid, ChatMessageUid, ChatReplySuggestionUid, ChatSessionUid, ChatUid, ExperimentGroupUid, ExperimentUid, FeatureName, GoalUid, InteractionUid, OrganizationUid, OrganizationSettingsUid, QuotaUid, RoomSettingsUid, RoomUid, RouterUid, RuleActionUid, RuleConditionUid, RuleUid, TeamUid, TokenUid, UserUid, VisitorUid, VisitorGlobalSessionId, VisitorGlobalId, VisitorSessionId, VisitorSecretId, VisitorCid, UnpackedVisitorCid, SessionUuid, GiosgSessionId, UserLegacyId, ChatLegacyId, ChatUserLegacyId, OrganizationLegacyId, RoomLegacyId, RuleLegacyId, VisitorLegacyId, RoomLegacyToken, ASSET_TYPES, AssetType, EXPERIMENT_GROUP_TYPES, ExperimentGroupType, CHAT_MESSAGE_TYPES, ChatMessageType, USER_PERMISSION_SCOPES, UserPermissionScope, } from "./types"; | ||
export { ApplicationUid, AssetUid, AvatarUid, BrandUid, BusinessUid, ChatInvitationUid, ChatMessageAttachmentUid, ChatMessageAttachmentActionUid, ChatMessageUid, ChatReplySuggestionUid, ChatSessionUid, ChatUid, ExperimentGroupUid, ExperimentUid, FeatureName, GoalUid, InteractionUid, OrganizationUid, OrganizationSettingsUid, QuotaUid, RoomSettingsUid, RoomUid, RouterUid, RuleActionUid, RuleConditionUid, RuleUid, TeamUid, TokenUid, UserUid, VisitorUid, GiosgSessionId, UnpackedVisitorCid, VisitorGlobalSessionId, VisitorGlobalId, VisitorSessionId, VisitorSecretId, VisitorCid, UserLegacyId, ChatLegacyId, ChatUserLegacyId, OrganizationLegacyId, RoomLegacyId, RuleLegacyId, VisitorLegacyId, RoomLegacyToken, ASSET_TYPES, AssetType, EXPERIMENT_GROUP_TYPES, ExperimentGroupType, CHAT_MESSAGE_TYPES, ChatMessageType, USER_PERMISSION_SCOPES, UserPermissionScope, } from "./types"; |
@@ -91,2 +91,8 @@ export declare type ApplicationUid = string & { | ||
}; | ||
export declare type GiosgSessionId = string & { | ||
readonly __nominal: unique symbol; | ||
}; | ||
export declare type UnpackedVisitorCid = string & { | ||
readonly __nominal: unique symbol; | ||
}; | ||
export declare type VisitorGlobalSessionId = string & { | ||
@@ -107,11 +113,2 @@ readonly __nominal: unique symbol; | ||
}; | ||
export declare type UnpackedVisitorCid = string & { | ||
readonly __nominal: unique symbol; | ||
}; | ||
export declare type SessionUuid = string & { | ||
readonly __nominal: unique symbol; | ||
}; | ||
export declare type GiosgSessionId = string & { | ||
readonly __nominal: unique symbol; | ||
}; | ||
export declare type UserLegacyId = number & { | ||
@@ -118,0 +115,0 @@ readonly __nominal: unique symbol; |
{ | ||
"name": "@giosg/types", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "TypeScript interfaces for GiosgAPI", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
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
171991
3877