@ember-home/unbound-ts-client 0.0.77 → 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 -0
- package/dist/index.d.ts +6 -0
- 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}
|
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}
|