@ember-home/unbound-ts-client 0.0.85 → 0.0.86
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 +10 -20
- package/dist/index.d.ts +10 -20
- package/dist/index.js +3 -8
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -7
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -233,12 +233,8 @@ var TwilioProviderMessageApiMessageTypeEnum = {
|
|
|
233
233
|
};
|
|
234
234
|
var UserDeviceOs = {
|
|
235
235
|
Android: "ANDROID",
|
|
236
|
-
Ios: "IOS"
|
|
237
|
-
|
|
238
|
-
var UserDeviceType = {
|
|
239
|
-
Mobile: "MOBILE",
|
|
240
|
-
Tablet: "TABLET",
|
|
241
|
-
Desktop: "DESKTOP"
|
|
236
|
+
Ios: "IOS",
|
|
237
|
+
Macos: "MACOS"
|
|
242
238
|
};
|
|
243
239
|
var AccountsApiAxiosParamCreator = function(configuration) {
|
|
244
240
|
return {
|
|
@@ -6224,7 +6220,6 @@ export {
|
|
|
6224
6220
|
UnboundApiFactory,
|
|
6225
6221
|
UnboundApiFp,
|
|
6226
6222
|
UserDeviceOs,
|
|
6227
|
-
UserDeviceType,
|
|
6228
6223
|
UserDevicesApi,
|
|
6229
6224
|
UserDevicesApiAxiosParamCreator,
|
|
6230
6225
|
UserDevicesApiFactory,
|