@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 +1 -1
- package/src/sdks/drozchat.d.ts +0 -4
package/package.json
CHANGED
package/src/sdks/drozchat.d.ts
CHANGED
|
@@ -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'];
|