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

@droz-js/sdk

Package Overview
Dependencies
Maintainers
3
Versions
179
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.5.20 to 0.5.21

src/sdks/utilities.d.ts

2

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

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

@@ -131,2 +131,6 @@ export type Maybe<T> = T;

};
export type I18nTextInput = {
lang: Scalars['Locale']['input'];
value: Scalars['String']['input'];
};
export type Mutation = {

@@ -133,0 +137,0 @@ applySolution?: Maybe<Scalars['Boolean']['output']>;

@@ -124,2 +124,6 @@ export type Maybe<T> = T;

};
export type I18nTextInput = {
lang: Scalars['Locale']['input'];
value: Scalars['String']['input'];
};
export type Mutation = {

@@ -126,0 +130,0 @@ createChatWidget?: Maybe<ChatWidget>;

@@ -146,2 +146,6 @@ export type Maybe<T> = T;

};
export type I18nTextInput = {
lang: Scalars['Locale']['input'];
value: Scalars['String']['input'];
};
export type Mutation = {

@@ -148,0 +152,0 @@ createDrozBotInstance: DrozBotInstance;

@@ -173,2 +173,6 @@ export type Maybe<T> = T;

};
export type I18nTextInput = {
lang: Scalars['Locale']['input'];
value: Scalars['String']['input'];
};
export type MarkTicketMessagesAsReadInput = {

@@ -175,0 +179,0 @@ channelId: Scalars['ID']['input'];

@@ -191,2 +191,6 @@ export type Maybe<T> = T;

};
export type I18nTextInput = {
lang: Scalars['Locale']['input'];
value: Scalars['String']['input'];
};
export type Mutation = {

@@ -193,0 +197,0 @@ batchDeploy: Array<Deployment>;

@@ -147,2 +147,6 @@ export type Maybe<T> = T;

};
export type I18nTextInput = {
lang: Scalars['Locale']['input'];
value: Scalars['String']['input'];
};
export type Mutation = {

@@ -149,0 +153,0 @@ createDrozNexoConnection: DrozNexoConnection;

@@ -114,2 +114,6 @@ export type Maybe<T> = T;

};
export type I18nTextInput = {
lang: Scalars['Locale']['input'];
value: Scalars['String']['input'];
};
export type Mutation = {

@@ -116,0 +120,0 @@ createReclameAquiInstance?: Maybe<ReclameAquiInstance>;

@@ -110,2 +110,6 @@ export type Maybe<T> = T;

};
export type I18nTextInput = {
lang: Scalars['Locale']['input'];
value: Scalars['String']['input'];
};
export type Mutation = {

@@ -112,0 +116,0 @@ createZendeskInstance?: Maybe<ZendeskInstance>;

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