@ember-home/unbound-ts-client 0.0.76 → 0.0.78
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 +6 -12
- package/dist/index.d.ts +6 -12
- 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
|
@@ -1037,6 +1037,12 @@ interface APIManagedPhoneNumber {
|
|
|
1037
1037
|
* @interface APIMessage
|
|
1038
1038
|
*/
|
|
1039
1039
|
interface APIMessage {
|
|
1040
|
+
/**
|
|
1041
|
+
*
|
|
1042
|
+
* @type {string}
|
|
1043
|
+
* @memberof APIMessage
|
|
1044
|
+
*/
|
|
1045
|
+
'pendingAt'?: string | null;
|
|
1040
1046
|
/**
|
|
1041
1047
|
*
|
|
1042
1048
|
* @type {string}
|
|
@@ -1115,18 +1121,6 @@ interface APIMessage {
|
|
|
1115
1121
|
* @memberof APIMessage
|
|
1116
1122
|
*/
|
|
1117
1123
|
'direction': MessageDirection;
|
|
1118
|
-
/**
|
|
1119
|
-
*
|
|
1120
|
-
* @type {string}
|
|
1121
|
-
* @memberof APIMessage
|
|
1122
|
-
*/
|
|
1123
|
-
'createdAt': string;
|
|
1124
|
-
/**
|
|
1125
|
-
*
|
|
1126
|
-
* @type {string}
|
|
1127
|
-
* @memberof APIMessage
|
|
1128
|
-
*/
|
|
1129
|
-
'updatedAt': string;
|
|
1130
1124
|
/**
|
|
1131
1125
|
*
|
|
1132
1126
|
* @type {MessageStatus}
|
package/dist/index.d.ts
CHANGED
|
@@ -1037,6 +1037,12 @@ interface APIManagedPhoneNumber {
|
|
|
1037
1037
|
* @interface APIMessage
|
|
1038
1038
|
*/
|
|
1039
1039
|
interface APIMessage {
|
|
1040
|
+
/**
|
|
1041
|
+
*
|
|
1042
|
+
* @type {string}
|
|
1043
|
+
* @memberof APIMessage
|
|
1044
|
+
*/
|
|
1045
|
+
'pendingAt'?: string | null;
|
|
1040
1046
|
/**
|
|
1041
1047
|
*
|
|
1042
1048
|
* @type {string}
|
|
@@ -1115,18 +1121,6 @@ interface APIMessage {
|
|
|
1115
1121
|
* @memberof APIMessage
|
|
1116
1122
|
*/
|
|
1117
1123
|
'direction': MessageDirection;
|
|
1118
|
-
/**
|
|
1119
|
-
*
|
|
1120
|
-
* @type {string}
|
|
1121
|
-
* @memberof APIMessage
|
|
1122
|
-
*/
|
|
1123
|
-
'createdAt': string;
|
|
1124
|
-
/**
|
|
1125
|
-
*
|
|
1126
|
-
* @type {string}
|
|
1127
|
-
* @memberof APIMessage
|
|
1128
|
-
*/
|
|
1129
|
-
'updatedAt': string;
|
|
1130
1124
|
/**
|
|
1131
1125
|
*
|
|
1132
1126
|
* @type {MessageStatus}
|