@giosg/types
Advanced tools
Comparing version 12.0.9 to 12.0.10
@@ -7,2 +7,5 @@ # Changelog | ||
## 12.0.10 | ||
- Added `scheduled_go_offline` to UserPayload interface | ||
## 12.0.9 | ||
@@ -9,0 +12,0 @@ - Added `scheduled_go_offline` to User interface and `call_error_code` to BaseCallStatus interface |
@@ -519,2 +519,4 @@ import { AvatarUid, OrganizationUid, UserUid, BusinessUid, OrganizationLegacyId, OrganizationSettingsUid, UserLegacyId, TokenUid, FeatureName, ChatUserLegacyId } from "./types"; | ||
is_bot?: boolean; | ||
/** Defines whether the user will go offline automatically */ | ||
scheduled_go_offline: string | null; | ||
} | ||
@@ -521,0 +523,0 @@ export interface Quota { |
@@ -519,2 +519,4 @@ import { AvatarUid, OrganizationUid, UserUid, BusinessUid, OrganizationLegacyId, OrganizationSettingsUid, UserLegacyId, TokenUid, FeatureName, ChatUserLegacyId } from "./types"; | ||
is_bot?: boolean; | ||
/** Defines whether the user will go offline automatically */ | ||
scheduled_go_offline: string | null; | ||
} | ||
@@ -521,0 +523,0 @@ export interface Quota { |
{ | ||
"name": "@giosg/types", | ||
"version": "12.0.9", | ||
"version": "12.0.10", | ||
"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
713971
11310