@droz-js/sdk
Advanced tools
Comparing version 0.3.19 to 0.3.20
{ | ||
"name": "@droz-js/sdk", | ||
"description": "Droz SDK", | ||
"version": "0.3.19", | ||
"version": "0.3.20", | ||
"private": false, | ||
@@ -6,0 +6,0 @@ "exports": { |
@@ -222,2 +222,3 @@ export type Maybe<T> = T; | ||
next?: InputMaybe<Scalars['Base64']['input']>; | ||
sources?: InputMaybe<Array<Scalars['String']['input']>>; | ||
ticketId: Scalars['ID']['input']; | ||
@@ -224,0 +225,0 @@ }; |
331479
7396