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

@giosg/types

Package Overview
Dependencies
Maintainers
0
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 12.0.9 to 12.0.10

3

CHANGELOG.md

@@ -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 {

2

package.json
{
"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

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