@droz-js/sdk 0.9.77 → 0.9.78
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 +2 -2
package/package.json
CHANGED
package/src/sdks/drozchat.d.ts
CHANGED
|
@@ -656,7 +656,7 @@ export type Ticket = {
|
|
|
656
656
|
channelId: Scalars['ID']['output'];
|
|
657
657
|
closedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
658
658
|
createdAt: Scalars['DateTime']['output'];
|
|
659
|
-
customer
|
|
659
|
+
customer?: Maybe<DrozChatCustomer>;
|
|
660
660
|
customerId: Scalars['ID']['output'];
|
|
661
661
|
externalId?: Maybe<Scalars['String']['output']>;
|
|
662
662
|
externalProviderId?: Maybe<Scalars['String']['output']>;
|
|
@@ -1080,7 +1080,7 @@ export type TicketTriggerAppFragment = (Pick<TicketTriggerApp, 'drn' | 'name' |
|
|
|
1080
1080
|
});
|
|
1081
1081
|
export type TicketFragment = (Pick<Ticket, 'channelId' | 'id' | 'subject' | 'state' | 'status' | 'priority' | 'tags' | 'externalProviderId' | 'externalId' | 'protocol' | 'createdAt' | 'updatedAt' | 'assignedAt' | 'closedAt' | 'lastMessageAt' | 'firstAgentResponseAt' | 'timeToFirstAgentResponseInMs' | 'timeToCloseInMs' | 'messagesCount' | 'lastMessage' | 'unreadMessagesCount'> & {
|
|
1082
1082
|
assignee?: Maybe<DrozChatAgentFragment>;
|
|
1083
|
-
customer
|
|
1083
|
+
customer?: Maybe<CustomerFragment>;
|
|
1084
1084
|
triggerApp?: Maybe<TicketTriggerAppFragment>;
|
|
1085
1085
|
channel: DrozChatChannelFragment;
|
|
1086
1086
|
});
|