Socket
Socket
Sign inDemoInstall

@giosg/types

Package Overview
Dependencies
Maintainers
12
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 12.0.3 to 12.0.4

5

CHANGELOG.md

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

2

lib/cjs/customer.d.ts

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

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