@droz-js/sdk 0.4.4 → 0.4.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@droz-js/sdk",
3
3
  "description": "Droz SDK",
4
- "version": "0.4.4",
4
+ "version": "0.4.5",
5
5
  "private": false,
6
6
  "exports": {
7
7
  ".": "./src/index.js",
@@ -111,18 +111,14 @@ export type CreateTicketInput = {
111
111
  };
112
112
  export type CreateTicketMessageForStorageInput = {
113
113
  channelId: Scalars['ID']['input'];
114
- from: TicketMessageRecipient;
115
114
  storageId: Scalars['ID']['input'];
116
115
  ticketId: Scalars['ID']['input'];
117
- to: TicketMessageRecipient;
118
116
  };
119
117
  export type CreateTicketMessageInput = {
120
118
  channelId: Scalars['ID']['input'];
121
119
  content: Scalars['String']['input'];
122
120
  contentType: Scalars['String']['input'];
123
- from: TicketMessageRecipient;
124
121
  ticketId: Scalars['ID']['input'];
125
- to: TicketMessageRecipient;
126
122
  };
127
123
  export type DrozChatAgent = {
128
124
  createdAt: Scalars['String']['output'];