@ember-home/unbound-ts-client 0.0.47 → 0.0.48
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.mts +14 -14
- package/dist/index.d.ts +14 -14
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -710,24 +710,12 @@ interface APIConversation {
|
|
|
710
710
|
* @memberof APIConversation
|
|
711
711
|
*/
|
|
712
712
|
'conversationId': string;
|
|
713
|
-
/**
|
|
714
|
-
*
|
|
715
|
-
* @type {Array<ToItemApi>}
|
|
716
|
-
* @memberof APIConversation
|
|
717
|
-
*/
|
|
718
|
-
'to': Array<ToItemApi>;
|
|
719
713
|
/**
|
|
720
714
|
*
|
|
721
715
|
* @type {ConversationStatus}
|
|
722
716
|
* @memberof APIConversation
|
|
723
717
|
*/
|
|
724
718
|
'status': ConversationStatus;
|
|
725
|
-
/**
|
|
726
|
-
*
|
|
727
|
-
* @type {string}
|
|
728
|
-
* @memberof APIConversation
|
|
729
|
-
*/
|
|
730
|
-
'reservationId'?: string | null;
|
|
731
719
|
/**
|
|
732
720
|
*
|
|
733
721
|
* @type {string}
|
|
@@ -764,6 +752,12 @@ interface APIConversation {
|
|
|
764
752
|
* @memberof APIConversation
|
|
765
753
|
*/
|
|
766
754
|
'conversationTypeData': Conversationtypedata;
|
|
755
|
+
/**
|
|
756
|
+
*
|
|
757
|
+
* @type {Array<ToItemApi>}
|
|
758
|
+
* @memberof APIConversation
|
|
759
|
+
*/
|
|
760
|
+
'to': Array<ToItemApi>;
|
|
767
761
|
}
|
|
768
762
|
/**
|
|
769
763
|
*
|
|
@@ -998,7 +992,13 @@ interface APIMessage {
|
|
|
998
992
|
* @type {string}
|
|
999
993
|
* @memberof APIMessage
|
|
1000
994
|
*/
|
|
1001
|
-
'
|
|
995
|
+
'staffReadAt'?: string | null;
|
|
996
|
+
/**
|
|
997
|
+
*
|
|
998
|
+
* @type {string}
|
|
999
|
+
* @memberof APIMessage
|
|
1000
|
+
*/
|
|
1001
|
+
'guestReadAt'?: string | null;
|
|
1002
1002
|
/**
|
|
1003
1003
|
*
|
|
1004
1004
|
* @type {string}
|
|
@@ -2727,7 +2727,7 @@ interface SubjectApi {
|
|
|
2727
2727
|
* @type {string}
|
|
2728
2728
|
* @memberof SubjectApi
|
|
2729
2729
|
*/
|
|
2730
|
-
'guestName'
|
|
2730
|
+
'guestName'?: string;
|
|
2731
2731
|
/**
|
|
2732
2732
|
*
|
|
2733
2733
|
* @type {string}
|
package/dist/index.d.ts
CHANGED
|
@@ -710,24 +710,12 @@ interface APIConversation {
|
|
|
710
710
|
* @memberof APIConversation
|
|
711
711
|
*/
|
|
712
712
|
'conversationId': string;
|
|
713
|
-
/**
|
|
714
|
-
*
|
|
715
|
-
* @type {Array<ToItemApi>}
|
|
716
|
-
* @memberof APIConversation
|
|
717
|
-
*/
|
|
718
|
-
'to': Array<ToItemApi>;
|
|
719
713
|
/**
|
|
720
714
|
*
|
|
721
715
|
* @type {ConversationStatus}
|
|
722
716
|
* @memberof APIConversation
|
|
723
717
|
*/
|
|
724
718
|
'status': ConversationStatus;
|
|
725
|
-
/**
|
|
726
|
-
*
|
|
727
|
-
* @type {string}
|
|
728
|
-
* @memberof APIConversation
|
|
729
|
-
*/
|
|
730
|
-
'reservationId'?: string | null;
|
|
731
719
|
/**
|
|
732
720
|
*
|
|
733
721
|
* @type {string}
|
|
@@ -764,6 +752,12 @@ interface APIConversation {
|
|
|
764
752
|
* @memberof APIConversation
|
|
765
753
|
*/
|
|
766
754
|
'conversationTypeData': Conversationtypedata;
|
|
755
|
+
/**
|
|
756
|
+
*
|
|
757
|
+
* @type {Array<ToItemApi>}
|
|
758
|
+
* @memberof APIConversation
|
|
759
|
+
*/
|
|
760
|
+
'to': Array<ToItemApi>;
|
|
767
761
|
}
|
|
768
762
|
/**
|
|
769
763
|
*
|
|
@@ -998,7 +992,13 @@ interface APIMessage {
|
|
|
998
992
|
* @type {string}
|
|
999
993
|
* @memberof APIMessage
|
|
1000
994
|
*/
|
|
1001
|
-
'
|
|
995
|
+
'staffReadAt'?: string | null;
|
|
996
|
+
/**
|
|
997
|
+
*
|
|
998
|
+
* @type {string}
|
|
999
|
+
* @memberof APIMessage
|
|
1000
|
+
*/
|
|
1001
|
+
'guestReadAt'?: string | null;
|
|
1002
1002
|
/**
|
|
1003
1003
|
*
|
|
1004
1004
|
* @type {string}
|
|
@@ -2727,7 +2727,7 @@ interface SubjectApi {
|
|
|
2727
2727
|
* @type {string}
|
|
2728
2728
|
* @memberof SubjectApi
|
|
2729
2729
|
*/
|
|
2730
|
-
'guestName'
|
|
2730
|
+
'guestName'?: string;
|
|
2731
2731
|
/**
|
|
2732
2732
|
*
|
|
2733
2733
|
* @type {string}
|