@ember-home/unbound-ts-client 0.0.97 → 0.0.98
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
|
@@ -1038,6 +1038,12 @@ interface APIListing {
|
|
|
1038
1038
|
* @memberof APIListing
|
|
1039
1039
|
*/
|
|
1040
1040
|
'address'?: object;
|
|
1041
|
+
/**
|
|
1042
|
+
*
|
|
1043
|
+
* @type {Array<string>}
|
|
1044
|
+
* @memberof APIListing
|
|
1045
|
+
*/
|
|
1046
|
+
'amenities'?: Array<string> | null;
|
|
1041
1047
|
/**
|
|
1042
1048
|
*
|
|
1043
1049
|
* @type {number}
|
package/dist/index.d.ts
CHANGED
|
@@ -1038,6 +1038,12 @@ interface APIListing {
|
|
|
1038
1038
|
* @memberof APIListing
|
|
1039
1039
|
*/
|
|
1040
1040
|
'address'?: object;
|
|
1041
|
+
/**
|
|
1042
|
+
*
|
|
1043
|
+
* @type {Array<string>}
|
|
1044
|
+
* @memberof APIListing
|
|
1045
|
+
*/
|
|
1046
|
+
'amenities'?: Array<string> | null;
|
|
1041
1047
|
/**
|
|
1042
1048
|
*
|
|
1043
1049
|
* @type {number}
|