@ember-home/unbound-ts-client 0.0.79 → 0.0.80

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 CHANGED
@@ -704,18 +704,6 @@ interface APIContactUpdate {
704
704
  * @interface APIConversation
705
705
  */
706
706
  interface APIConversation {
707
- /**
708
- *
709
- * @type {string}
710
- * @memberof APIConversation
711
- */
712
- 'lastMessageSentId'?: string | null;
713
- /**
714
- *
715
- * @type {string}
716
- * @memberof APIConversation
717
- */
718
- 'lastMessageSentAt'?: string | null;
719
707
  /**
720
708
  *
721
709
  * @type {string}
@@ -758,25 +746,25 @@ interface APIConversation {
758
746
  * @memberof APIConversation
759
747
  */
760
748
  'to': Array<ToItemApi>;
761
- }
762
- /**
763
- *
764
- * @export
765
- * @interface APIConversationUpdate
766
- */
767
- interface APIConversationUpdate {
768
749
  /**
769
750
  *
770
751
  * @type {string}
771
- * @memberof APIConversationUpdate
752
+ * @memberof APIConversation
772
753
  */
773
754
  'lastMessageSentId'?: string | null;
774
755
  /**
775
756
  *
776
757
  * @type {string}
777
- * @memberof APIConversationUpdate
758
+ * @memberof APIConversation
778
759
  */
779
760
  'lastMessageSentAt'?: string | null;
761
+ }
762
+ /**
763
+ *
764
+ * @export
765
+ * @interface APIConversationUpdate
766
+ */
767
+ interface APIConversationUpdate {
780
768
  /**
781
769
  *
782
770
  * @type {string}
package/dist/index.d.ts CHANGED
@@ -704,18 +704,6 @@ interface APIContactUpdate {
704
704
  * @interface APIConversation
705
705
  */
706
706
  interface APIConversation {
707
- /**
708
- *
709
- * @type {string}
710
- * @memberof APIConversation
711
- */
712
- 'lastMessageSentId'?: string | null;
713
- /**
714
- *
715
- * @type {string}
716
- * @memberof APIConversation
717
- */
718
- 'lastMessageSentAt'?: string | null;
719
707
  /**
720
708
  *
721
709
  * @type {string}
@@ -758,25 +746,25 @@ interface APIConversation {
758
746
  * @memberof APIConversation
759
747
  */
760
748
  'to': Array<ToItemApi>;
761
- }
762
- /**
763
- *
764
- * @export
765
- * @interface APIConversationUpdate
766
- */
767
- interface APIConversationUpdate {
768
749
  /**
769
750
  *
770
751
  * @type {string}
771
- * @memberof APIConversationUpdate
752
+ * @memberof APIConversation
772
753
  */
773
754
  'lastMessageSentId'?: string | null;
774
755
  /**
775
756
  *
776
757
  * @type {string}
777
- * @memberof APIConversationUpdate
758
+ * @memberof APIConversation
778
759
  */
779
760
  'lastMessageSentAt'?: string | null;
761
+ }
762
+ /**
763
+ *
764
+ * @export
765
+ * @interface APIConversationUpdate
766
+ */
767
+ interface APIConversationUpdate {
780
768
  /**
781
769
  *
782
770
  * @type {string}