@ember-home/unbound-ts-client 0.0.90 → 0.0.92
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 +8 -8
- package/dist/index.d.ts +8 -8
- package/dist/index.js +100 -100
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +100 -100
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -3594,7 +3594,7 @@ declare const AuthApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
3594
3594
|
* @param {*} [options] Override http request option.
|
|
3595
3595
|
* @throws {RequiredError}
|
|
3596
3596
|
*/
|
|
3597
|
-
|
|
3597
|
+
getMeV1MeGet: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
3598
3598
|
};
|
|
3599
3599
|
/**
|
|
3600
3600
|
* AuthApi - functional programming interface
|
|
@@ -3607,7 +3607,7 @@ declare const AuthApiFp: (configuration?: Configuration) => {
|
|
|
3607
3607
|
* @param {*} [options] Override http request option.
|
|
3608
3608
|
* @throws {RequiredError}
|
|
3609
3609
|
*/
|
|
3610
|
-
|
|
3610
|
+
getMeV1MeGet(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserApi>>;
|
|
3611
3611
|
};
|
|
3612
3612
|
/**
|
|
3613
3613
|
* AuthApi - factory interface
|
|
@@ -3620,7 +3620,7 @@ declare const AuthApiFactory: (configuration?: Configuration, basePath?: string,
|
|
|
3620
3620
|
* @param {*} [options] Override http request option.
|
|
3621
3621
|
* @throws {RequiredError}
|
|
3622
3622
|
*/
|
|
3623
|
-
|
|
3623
|
+
getMeV1MeGet(options?: RawAxiosRequestConfig): AxiosPromise<UserApi>;
|
|
3624
3624
|
};
|
|
3625
3625
|
/**
|
|
3626
3626
|
* AuthApi - object-oriented interface
|
|
@@ -3636,7 +3636,7 @@ declare class AuthApi extends BaseAPI {
|
|
|
3636
3636
|
* @throws {RequiredError}
|
|
3637
3637
|
* @memberof AuthApi
|
|
3638
3638
|
*/
|
|
3639
|
-
|
|
3639
|
+
getMeV1MeGet(options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<UserApi, any>>;
|
|
3640
3640
|
}
|
|
3641
3641
|
/**
|
|
3642
3642
|
* ContactsApi - axios parameter creator
|
|
@@ -5508,7 +5508,7 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
5508
5508
|
* @param {*} [options] Override http request option.
|
|
5509
5509
|
* @throws {RequiredError}
|
|
5510
5510
|
*/
|
|
5511
|
-
|
|
5511
|
+
getMeV1MeGet: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
5512
5512
|
/**
|
|
5513
5513
|
* Inboxes List
|
|
5514
5514
|
* @summary Inboxes List
|
|
@@ -5895,7 +5895,7 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
5895
5895
|
* @param {*} [options] Override http request option.
|
|
5896
5896
|
* @throws {RequiredError}
|
|
5897
5897
|
*/
|
|
5898
|
-
|
|
5898
|
+
getMeV1MeGet(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserApi>>;
|
|
5899
5899
|
/**
|
|
5900
5900
|
* Inboxes List
|
|
5901
5901
|
* @summary Inboxes List
|
|
@@ -6282,7 +6282,7 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
6282
6282
|
* @param {*} [options] Override http request option.
|
|
6283
6283
|
* @throws {RequiredError}
|
|
6284
6284
|
*/
|
|
6285
|
-
|
|
6285
|
+
getMeV1MeGet(options?: RawAxiosRequestConfig): AxiosPromise<UserApi>;
|
|
6286
6286
|
/**
|
|
6287
6287
|
* Inboxes List
|
|
6288
6288
|
* @summary Inboxes List
|
|
@@ -6692,7 +6692,7 @@ declare class UnboundApi extends BaseAPI {
|
|
|
6692
6692
|
* @throws {RequiredError}
|
|
6693
6693
|
* @memberof UnboundApi
|
|
6694
6694
|
*/
|
|
6695
|
-
|
|
6695
|
+
getMeV1MeGet(options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<UserApi, any>>;
|
|
6696
6696
|
/**
|
|
6697
6697
|
* Inboxes List
|
|
6698
6698
|
* @summary Inboxes List
|
package/dist/index.d.ts
CHANGED
|
@@ -3594,7 +3594,7 @@ declare const AuthApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
3594
3594
|
* @param {*} [options] Override http request option.
|
|
3595
3595
|
* @throws {RequiredError}
|
|
3596
3596
|
*/
|
|
3597
|
-
|
|
3597
|
+
getMeV1MeGet: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
3598
3598
|
};
|
|
3599
3599
|
/**
|
|
3600
3600
|
* AuthApi - functional programming interface
|
|
@@ -3607,7 +3607,7 @@ declare const AuthApiFp: (configuration?: Configuration) => {
|
|
|
3607
3607
|
* @param {*} [options] Override http request option.
|
|
3608
3608
|
* @throws {RequiredError}
|
|
3609
3609
|
*/
|
|
3610
|
-
|
|
3610
|
+
getMeV1MeGet(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserApi>>;
|
|
3611
3611
|
};
|
|
3612
3612
|
/**
|
|
3613
3613
|
* AuthApi - factory interface
|
|
@@ -3620,7 +3620,7 @@ declare const AuthApiFactory: (configuration?: Configuration, basePath?: string,
|
|
|
3620
3620
|
* @param {*} [options] Override http request option.
|
|
3621
3621
|
* @throws {RequiredError}
|
|
3622
3622
|
*/
|
|
3623
|
-
|
|
3623
|
+
getMeV1MeGet(options?: RawAxiosRequestConfig): AxiosPromise<UserApi>;
|
|
3624
3624
|
};
|
|
3625
3625
|
/**
|
|
3626
3626
|
* AuthApi - object-oriented interface
|
|
@@ -3636,7 +3636,7 @@ declare class AuthApi extends BaseAPI {
|
|
|
3636
3636
|
* @throws {RequiredError}
|
|
3637
3637
|
* @memberof AuthApi
|
|
3638
3638
|
*/
|
|
3639
|
-
|
|
3639
|
+
getMeV1MeGet(options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<UserApi, any>>;
|
|
3640
3640
|
}
|
|
3641
3641
|
/**
|
|
3642
3642
|
* ContactsApi - axios parameter creator
|
|
@@ -5508,7 +5508,7 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
5508
5508
|
* @param {*} [options] Override http request option.
|
|
5509
5509
|
* @throws {RequiredError}
|
|
5510
5510
|
*/
|
|
5511
|
-
|
|
5511
|
+
getMeV1MeGet: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
5512
5512
|
/**
|
|
5513
5513
|
* Inboxes List
|
|
5514
5514
|
* @summary Inboxes List
|
|
@@ -5895,7 +5895,7 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
5895
5895
|
* @param {*} [options] Override http request option.
|
|
5896
5896
|
* @throws {RequiredError}
|
|
5897
5897
|
*/
|
|
5898
|
-
|
|
5898
|
+
getMeV1MeGet(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserApi>>;
|
|
5899
5899
|
/**
|
|
5900
5900
|
* Inboxes List
|
|
5901
5901
|
* @summary Inboxes List
|
|
@@ -6282,7 +6282,7 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
6282
6282
|
* @param {*} [options] Override http request option.
|
|
6283
6283
|
* @throws {RequiredError}
|
|
6284
6284
|
*/
|
|
6285
|
-
|
|
6285
|
+
getMeV1MeGet(options?: RawAxiosRequestConfig): AxiosPromise<UserApi>;
|
|
6286
6286
|
/**
|
|
6287
6287
|
* Inboxes List
|
|
6288
6288
|
* @summary Inboxes List
|
|
@@ -6692,7 +6692,7 @@ declare class UnboundApi extends BaseAPI {
|
|
|
6692
6692
|
* @throws {RequiredError}
|
|
6693
6693
|
* @memberof UnboundApi
|
|
6694
6694
|
*/
|
|
6695
|
-
|
|
6695
|
+
getMeV1MeGet(options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<UserApi, any>>;
|
|
6696
6696
|
/**
|
|
6697
6697
|
* Inboxes List
|
|
6698
6698
|
* @summary Inboxes List
|