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

@droz-js/sdk

Package Overview
Dependencies
Maintainers
4
Versions
178
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@droz-js/sdk - npm Package Compare versions

Comparing version 0.3.20 to 0.3.21

2

package.json
{
"name": "@droz-js/sdk",
"description": "Droz SDK",
"version": "0.3.20",
"version": "0.3.21",
"private": false,

@@ -6,0 +6,0 @@ "exports": {

@@ -113,2 +113,3 @@ export type Maybe<T> = T;

export type CreateTicketMessageForStorageInput = {
channelId: Scalars['ID']['input'];
from: TicketMessageRecipient;

@@ -120,2 +121,3 @@ storageId: Scalars['ID']['input'];

export type CreateTicketMessageInput = {
channelId: Scalars['ID']['input'];
content: Scalars['String']['input'];

@@ -223,4 +225,4 @@ contentType: Scalars['String']['input'];

export type QueryListTicketMessagesArgs = {
channelId?: InputMaybe<Scalars['ID']['input']>;
next?: InputMaybe<Scalars['Base64']['input']>;
sources?: InputMaybe<Array<Scalars['String']['input']>>;
ticketId: Scalars['ID']['input'];

@@ -285,2 +287,3 @@ };

export type TicketMessage = {
channelId: Scalars['ID']['output'];
content: Scalars['String']['output'];

@@ -287,0 +290,0 @@ contentType: Scalars['String']['output'];

@@ -93,4 +93,6 @@ "use strict";

channels {
name
id
sources
main
readonly
}

@@ -97,0 +99,0 @@ }

Sorry, the diff of this file is too big to display

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