Socket
Socket
Sign inDemoInstall

@giosg/types

Package Overview
Dependencies
Maintainers
7
Versions
97
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 1.2.28 to 1.2.29

12

lib/chat.d.ts

@@ -53,10 +53,12 @@ import { NestedAvatar } from "./customer";

}
export interface ChatInvitationCreate {
export declare type ChatInvitationCreate = {
/** Unique identifier of the user who was invited */
invited_user_id?: UserUid;
invited_user_id: UserUid;
} | {
/** Unique identifier of the team which was invited */
invited_team_id?: TeamUid;
invited_team_id: TeamUid;
} | {
/** Unique identifier of the organization which was invited */
invited_organization_id?: OrganizationUid;
}
invited_organization_id: OrganizationUid;
};
export interface ChatInvitationExpire {

@@ -63,0 +65,0 @@ /** Unique identifier of the invitation */

{
"name": "@giosg/types",
"version": "1.2.28",
"version": "1.2.29",
"description": "TypeScript interfaces for GiosgAPI",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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