@giosg/types
Advanced tools
Comparing version 12.0.3 to 12.0.4
@@ -5,4 +5,7 @@ # Changelog | ||
## x.x.x (Not published yet)32 | ||
## x.x.x (Not published yet) | ||
## 12.0.4 | ||
- Added "role" to User interface | ||
## 12.0.3 | ||
@@ -9,0 +12,0 @@ - Added types for telephony |
@@ -489,2 +489,4 @@ import { AvatarUid, OrganizationUid, UserUid, BusinessUid, OrganizationLegacyId, OrganizationSettingsUid, UserLegacyId, TokenUid, FeatureName, ChatUserLegacyId } from "./types"; | ||
status: UserStatus; | ||
/** 1 = Admin; 2 = Manager; 3 = Agent */ | ||
role: 1 | 2 | 3; | ||
} | ||
@@ -491,0 +493,0 @@ export interface UserPayload { |
@@ -489,2 +489,4 @@ import { AvatarUid, OrganizationUid, UserUid, BusinessUid, OrganizationLegacyId, OrganizationSettingsUid, UserLegacyId, TokenUid, FeatureName, ChatUserLegacyId } from "./types"; | ||
status: UserStatus; | ||
/** 1 = Admin; 2 = Manager; 3 = Agent */ | ||
role: 1 | 2 | 3; | ||
} | ||
@@ -491,0 +493,0 @@ export interface UserPayload { |
{ | ||
"name": "@giosg/types", | ||
"version": "12.0.3", | ||
"version": "12.0.4", | ||
"description": "TypeScript interfaces for GiosgAPI", | ||
@@ -5,0 +5,0 @@ "main": "lib/cjs/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
711251
11268