@ember-home/unbound-ts-client 0.0.93 → 0.0.94
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 +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +4 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -246,7 +246,8 @@ var SuggestionStatus = {
|
|
|
246
246
|
var UserDeviceOs = {
|
|
247
247
|
Android: "ANDROID",
|
|
248
248
|
Ios: "IOS",
|
|
249
|
-
Macos: "MACOS"
|
|
249
|
+
Macos: "MACOS",
|
|
250
|
+
Web: "WEB"
|
|
250
251
|
};
|
|
251
252
|
var AccountsApiAxiosParamCreator = function(configuration) {
|
|
252
253
|
return {
|
|
@@ -2254,7 +2255,7 @@ var HostawayApiAxiosParamCreator = function(configuration) {
|
|
|
2254
2255
|
*/
|
|
2255
2256
|
webhook: async (body, options = {}) => {
|
|
2256
2257
|
assertParamExists("webhook", "body", body);
|
|
2257
|
-
const localVarPath = `/
|
|
2258
|
+
const localVarPath = `/hostaway-unified-webhooks`;
|
|
2258
2259
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
2259
2260
|
let baseOptions;
|
|
2260
2261
|
if (configuration) {
|
|
@@ -4441,7 +4442,7 @@ var UnboundApiAxiosParamCreator = function(configuration) {
|
|
|
4441
4442
|
*/
|
|
4442
4443
|
webhook: async (body, options = {}) => {
|
|
4443
4444
|
assertParamExists("webhook", "body", body);
|
|
4444
|
-
const localVarPath = `/
|
|
4445
|
+
const localVarPath = `/hostaway-unified-webhooks`;
|
|
4445
4446
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
4446
4447
|
let baseOptions;
|
|
4447
4448
|
if (configuration) {
|