@ember-home/unbound-ts-client 0.0.73 → 0.0.74
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
|
@@ -3019,6 +3019,12 @@ interface SuggestedReplyApi {
|
|
|
3019
3019
|
* @memberof SuggestedReplyApi
|
|
3020
3020
|
*/
|
|
3021
3021
|
'suggestedReply': string;
|
|
3022
|
+
/**
|
|
3023
|
+
*
|
|
3024
|
+
* @type {string}
|
|
3025
|
+
* @memberof SuggestedReplyApi
|
|
3026
|
+
*/
|
|
3027
|
+
'suggestedReplyId': string;
|
|
3022
3028
|
}
|
|
3023
3029
|
/**
|
|
3024
3030
|
*
|
package/dist/index.d.ts
CHANGED
|
@@ -3019,6 +3019,12 @@ interface SuggestedReplyApi {
|
|
|
3019
3019
|
* @memberof SuggestedReplyApi
|
|
3020
3020
|
*/
|
|
3021
3021
|
'suggestedReply': string;
|
|
3022
|
+
/**
|
|
3023
|
+
*
|
|
3024
|
+
* @type {string}
|
|
3025
|
+
* @memberof SuggestedReplyApi
|
|
3026
|
+
*/
|
|
3027
|
+
'suggestedReplyId': string;
|
|
3022
3028
|
}
|
|
3023
3029
|
/**
|
|
3024
3030
|
*
|