@droz-js/sdk
Advanced tools
Comparing version 0.3.20 to 0.3.21
{ | ||
"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
331854
7403