@ember-home/unbound-ts-client 1.0.33 → 1.0.34

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 CHANGED
@@ -5,7 +5,7 @@ import { RawAxiosRequestConfig, AxiosInstance, AxiosPromise } from 'axios';
5
5
  * FastAPI
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
- * The version of the OpenAPI document: 1.0.33
8
+ * The version of the OpenAPI document: 1.0.34
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -97,7 +97,7 @@ declare class Configuration {
97
97
  * FastAPI
98
98
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
99
99
  *
100
- * The version of the OpenAPI document: 1.0.33
100
+ * The version of the OpenAPI document: 1.0.34
101
101
  *
102
102
  *
103
103
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -6946,7 +6946,11 @@ type UserDeviceOs = typeof UserDeviceOs[keyof typeof UserDeviceOs];
6946
6946
  * @type Usertypedata
6947
6947
  * @export
6948
6948
  */
6949
- type Usertypedata = APIMicroServicePrincipal | APIUserPrincipal;
6949
+ type Usertypedata = {
6950
+ userType: 'MICROSERVICE';
6951
+ } & APIMicroServicePrincipal | {
6952
+ userType: 'USER';
6953
+ } & APIUserPrincipal;
6950
6954
  /**
6951
6955
  *
6952
6956
  * @export
package/dist/index.d.ts CHANGED
@@ -5,7 +5,7 @@ import { RawAxiosRequestConfig, AxiosInstance, AxiosPromise } from 'axios';
5
5
  * FastAPI
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
- * The version of the OpenAPI document: 1.0.33
8
+ * The version of the OpenAPI document: 1.0.34
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -97,7 +97,7 @@ declare class Configuration {
97
97
  * FastAPI
98
98
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
99
99
  *
100
- * The version of the OpenAPI document: 1.0.33
100
+ * The version of the OpenAPI document: 1.0.34
101
101
  *
102
102
  *
103
103
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -6946,7 +6946,11 @@ type UserDeviceOs = typeof UserDeviceOs[keyof typeof UserDeviceOs];
6946
6946
  * @type Usertypedata
6947
6947
  * @export
6948
6948
  */
6949
- type Usertypedata = APIMicroServicePrincipal | APIUserPrincipal;
6949
+ type Usertypedata = {
6950
+ userType: 'MICROSERVICE';
6951
+ } & APIMicroServicePrincipal | {
6952
+ userType: 'USER';
6953
+ } & APIUserPrincipal;
6950
6954
  /**
6951
6955
  *
6952
6956
  * @export