@connectedxm/admin 6.5.7 → 6.5.8
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/dist/index.d.cts +1 -2
- package/dist/index.d.ts +1 -2
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -5606,14 +5606,13 @@ interface StreamOutputCreateInputs {
|
|
|
5606
5606
|
}
|
|
5607
5607
|
interface SupportTicketCreateInputs {
|
|
5608
5608
|
type: SupportTicketType;
|
|
5609
|
-
subject: string;
|
|
5610
5609
|
request?: string;
|
|
5611
5610
|
eventId?: string | null;
|
|
5612
5611
|
accountId?: string | null;
|
|
5612
|
+
firstMessage?: string | null;
|
|
5613
5613
|
}
|
|
5614
5614
|
interface SupportTicketUpdateInputs {
|
|
5615
5615
|
type?: SupportTicketType;
|
|
5616
|
-
subject?: string;
|
|
5617
5616
|
request?: string;
|
|
5618
5617
|
state?: SupportTicketState;
|
|
5619
5618
|
accountId?: string | null;
|
package/dist/index.d.ts
CHANGED
|
@@ -5606,14 +5606,13 @@ interface StreamOutputCreateInputs {
|
|
|
5606
5606
|
}
|
|
5607
5607
|
interface SupportTicketCreateInputs {
|
|
5608
5608
|
type: SupportTicketType;
|
|
5609
|
-
subject: string;
|
|
5610
5609
|
request?: string;
|
|
5611
5610
|
eventId?: string | null;
|
|
5612
5611
|
accountId?: string | null;
|
|
5612
|
+
firstMessage?: string | null;
|
|
5613
5613
|
}
|
|
5614
5614
|
interface SupportTicketUpdateInputs {
|
|
5615
5615
|
type?: SupportTicketType;
|
|
5616
|
-
subject?: string;
|
|
5617
5616
|
request?: string;
|
|
5618
5617
|
state?: SupportTicketState;
|
|
5619
5618
|
accountId?: string | null;
|