@ember-home/unbound-ts-client 0.0.46 → 0.0.47
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 +12 -6
- package/dist/index.d.ts +12 -6
- 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
|
@@ -704,12 +704,6 @@ interface APIContactUpdate {
|
|
|
704
704
|
* @interface APIConversation
|
|
705
705
|
*/
|
|
706
706
|
interface APIConversation {
|
|
707
|
-
/**
|
|
708
|
-
*
|
|
709
|
-
* @type {ConversationStatus}
|
|
710
|
-
* @memberof APIConversation
|
|
711
|
-
*/
|
|
712
|
-
'status': ConversationStatus;
|
|
713
707
|
/**
|
|
714
708
|
*
|
|
715
709
|
* @type {string}
|
|
@@ -722,12 +716,24 @@ interface APIConversation {
|
|
|
722
716
|
* @memberof APIConversation
|
|
723
717
|
*/
|
|
724
718
|
'to': Array<ToItemApi>;
|
|
719
|
+
/**
|
|
720
|
+
*
|
|
721
|
+
* @type {ConversationStatus}
|
|
722
|
+
* @memberof APIConversation
|
|
723
|
+
*/
|
|
724
|
+
'status': ConversationStatus;
|
|
725
725
|
/**
|
|
726
726
|
*
|
|
727
727
|
* @type {string}
|
|
728
728
|
* @memberof APIConversation
|
|
729
729
|
*/
|
|
730
730
|
'reservationId'?: string | null;
|
|
731
|
+
/**
|
|
732
|
+
*
|
|
733
|
+
* @type {string}
|
|
734
|
+
* @memberof APIConversation
|
|
735
|
+
*/
|
|
736
|
+
'lastMessageId'?: string | null;
|
|
731
737
|
/**
|
|
732
738
|
*
|
|
733
739
|
* @type {string}
|
package/dist/index.d.ts
CHANGED
|
@@ -704,12 +704,6 @@ interface APIContactUpdate {
|
|
|
704
704
|
* @interface APIConversation
|
|
705
705
|
*/
|
|
706
706
|
interface APIConversation {
|
|
707
|
-
/**
|
|
708
|
-
*
|
|
709
|
-
* @type {ConversationStatus}
|
|
710
|
-
* @memberof APIConversation
|
|
711
|
-
*/
|
|
712
|
-
'status': ConversationStatus;
|
|
713
707
|
/**
|
|
714
708
|
*
|
|
715
709
|
* @type {string}
|
|
@@ -722,12 +716,24 @@ interface APIConversation {
|
|
|
722
716
|
* @memberof APIConversation
|
|
723
717
|
*/
|
|
724
718
|
'to': Array<ToItemApi>;
|
|
719
|
+
/**
|
|
720
|
+
*
|
|
721
|
+
* @type {ConversationStatus}
|
|
722
|
+
* @memberof APIConversation
|
|
723
|
+
*/
|
|
724
|
+
'status': ConversationStatus;
|
|
725
725
|
/**
|
|
726
726
|
*
|
|
727
727
|
* @type {string}
|
|
728
728
|
* @memberof APIConversation
|
|
729
729
|
*/
|
|
730
730
|
'reservationId'?: string | null;
|
|
731
|
+
/**
|
|
732
|
+
*
|
|
733
|
+
* @type {string}
|
|
734
|
+
* @memberof APIConversation
|
|
735
|
+
*/
|
|
736
|
+
'lastMessageId'?: string | null;
|
|
731
737
|
/**
|
|
732
738
|
*
|
|
733
739
|
* @type {string}
|