@ember-home/unbound-ts-client 0.0.57 → 0.0.58
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 +7 -1
- package/dist/index.d.ts +7 -1
- 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
|
@@ -727,7 +727,7 @@ interface APIConversation {
|
|
|
727
727
|
* @type {string}
|
|
728
728
|
* @memberof APIConversation
|
|
729
729
|
*/
|
|
730
|
-
'lastMessageAt'
|
|
730
|
+
'lastMessageAt': string;
|
|
731
731
|
/**
|
|
732
732
|
*
|
|
733
733
|
* @type {string}
|
|
@@ -1030,6 +1030,12 @@ interface APIMessage {
|
|
|
1030
1030
|
* @memberof APIMessage
|
|
1031
1031
|
*/
|
|
1032
1032
|
'cancelledBy'?: string | null;
|
|
1033
|
+
/**
|
|
1034
|
+
*
|
|
1035
|
+
* @type {string}
|
|
1036
|
+
* @memberof APIMessage
|
|
1037
|
+
*/
|
|
1038
|
+
'staffReadAt'?: string | null;
|
|
1033
1039
|
/**
|
|
1034
1040
|
*
|
|
1035
1041
|
* @type {string}
|
package/dist/index.d.ts
CHANGED
|
@@ -727,7 +727,7 @@ interface APIConversation {
|
|
|
727
727
|
* @type {string}
|
|
728
728
|
* @memberof APIConversation
|
|
729
729
|
*/
|
|
730
|
-
'lastMessageAt'
|
|
730
|
+
'lastMessageAt': string;
|
|
731
731
|
/**
|
|
732
732
|
*
|
|
733
733
|
* @type {string}
|
|
@@ -1030,6 +1030,12 @@ interface APIMessage {
|
|
|
1030
1030
|
* @memberof APIMessage
|
|
1031
1031
|
*/
|
|
1032
1032
|
'cancelledBy'?: string | null;
|
|
1033
|
+
/**
|
|
1034
|
+
*
|
|
1035
|
+
* @type {string}
|
|
1036
|
+
* @memberof APIMessage
|
|
1037
|
+
*/
|
|
1038
|
+
'staffReadAt'?: string | null;
|
|
1033
1039
|
/**
|
|
1034
1040
|
*
|
|
1035
1041
|
* @type {string}
|