@ember-home/unbound-ts-client 1.0.58 → 1.0.59

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.58
8
+ * The version of the OpenAPI document: 1.0.59
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.58
100
+ * The version of the OpenAPI document: 1.0.59
101
101
  *
102
102
  *
103
103
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -7528,6 +7528,14 @@ declare const AuthApiAxiosParamCreator: (configuration?: Configuration) => {
7528
7528
  * @throws {RequiredError}
7529
7529
  */
7530
7530
  getMe: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7531
+ /**
7532
+ * Get a user by their user_id.
7533
+ * @summary Get User
7534
+ * @param {string} userId
7535
+ * @param {*} [options] Override http request option.
7536
+ * @throws {RequiredError}
7537
+ */
7538
+ getUser: (userId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7531
7539
  };
7532
7540
  /**
7533
7541
  * AuthApi - functional programming interface
@@ -7556,6 +7564,14 @@ declare const AuthApiFp: (configuration?: Configuration) => {
7556
7564
  * @throws {RequiredError}
7557
7565
  */
7558
7566
  getMe(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserApi>>;
7567
+ /**
7568
+ * Get a user by their user_id.
7569
+ * @summary Get User
7570
+ * @param {string} userId
7571
+ * @param {*} [options] Override http request option.
7572
+ * @throws {RequiredError}
7573
+ */
7574
+ getUser(userId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserApi>>;
7559
7575
  };
7560
7576
  /**
7561
7577
  * AuthApi - factory interface
@@ -7584,6 +7600,14 @@ declare const AuthApiFactory: (configuration?: Configuration, basePath?: string,
7584
7600
  * @throws {RequiredError}
7585
7601
  */
7586
7602
  getMe(options?: RawAxiosRequestConfig): AxiosPromise<UserApi>;
7603
+ /**
7604
+ * Get a user by their user_id.
7605
+ * @summary Get User
7606
+ * @param {string} userId
7607
+ * @param {*} [options] Override http request option.
7608
+ * @throws {RequiredError}
7609
+ */
7610
+ getUser(userId: string, options?: RawAxiosRequestConfig): AxiosPromise<UserApi>;
7587
7611
  };
7588
7612
  /**
7589
7613
  * AuthApi - object-oriented interface
@@ -7617,6 +7641,15 @@ declare class AuthApi extends BaseAPI {
7617
7641
  * @memberof AuthApi
7618
7642
  */
7619
7643
  getMe(options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<UserApi, any>>;
7644
+ /**
7645
+ * Get a user by their user_id.
7646
+ * @summary Get User
7647
+ * @param {string} userId
7648
+ * @param {*} [options] Override http request option.
7649
+ * @throws {RequiredError}
7650
+ * @memberof AuthApi
7651
+ */
7652
+ getUser(userId: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<UserApi, any>>;
7620
7653
  }
7621
7654
  /**
7622
7655
  * CommunitiesApi - axios parameter creator
@@ -11639,6 +11672,14 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
11639
11672
  * @throws {RequiredError}
11640
11673
  */
11641
11674
  getMe: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
11675
+ /**
11676
+ * Get a user by their user_id.
11677
+ * @summary Get User
11678
+ * @param {string} userId
11679
+ * @param {*} [options] Override http request option.
11680
+ * @throws {RequiredError}
11681
+ */
11682
+ getUser: (userId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
11642
11683
  /**
11643
11684
  *
11644
11685
  * @summary Inboxes List
@@ -12950,6 +12991,14 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
12950
12991
  * @throws {RequiredError}
12951
12992
  */
12952
12993
  getMe(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserApi>>;
12994
+ /**
12995
+ * Get a user by their user_id.
12996
+ * @summary Get User
12997
+ * @param {string} userId
12998
+ * @param {*} [options] Override http request option.
12999
+ * @throws {RequiredError}
13000
+ */
13001
+ getUser(userId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserApi>>;
12953
13002
  /**
12954
13003
  *
12955
13004
  * @summary Inboxes List
@@ -14261,6 +14310,14 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
14261
14310
  * @throws {RequiredError}
14262
14311
  */
14263
14312
  getMe(options?: RawAxiosRequestConfig): AxiosPromise<UserApi>;
14313
+ /**
14314
+ * Get a user by their user_id.
14315
+ * @summary Get User
14316
+ * @param {string} userId
14317
+ * @param {*} [options] Override http request option.
14318
+ * @throws {RequiredError}
14319
+ */
14320
+ getUser(userId: string, options?: RawAxiosRequestConfig): AxiosPromise<UserApi>;
14264
14321
  /**
14265
14322
  *
14266
14323
  * @summary Inboxes List
@@ -15660,6 +15717,15 @@ declare class UnboundApi extends BaseAPI {
15660
15717
  * @memberof UnboundApi
15661
15718
  */
15662
15719
  getMe(options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<UserApi, any>>;
15720
+ /**
15721
+ * Get a user by their user_id.
15722
+ * @summary Get User
15723
+ * @param {string} userId
15724
+ * @param {*} [options] Override http request option.
15725
+ * @throws {RequiredError}
15726
+ * @memberof UnboundApi
15727
+ */
15728
+ getUser(userId: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<UserApi, any>>;
15663
15729
  /**
15664
15730
  *
15665
15731
  * @summary Inboxes List
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.58
8
+ * The version of the OpenAPI document: 1.0.59
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.58
100
+ * The version of the OpenAPI document: 1.0.59
101
101
  *
102
102
  *
103
103
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -7528,6 +7528,14 @@ declare const AuthApiAxiosParamCreator: (configuration?: Configuration) => {
7528
7528
  * @throws {RequiredError}
7529
7529
  */
7530
7530
  getMe: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7531
+ /**
7532
+ * Get a user by their user_id.
7533
+ * @summary Get User
7534
+ * @param {string} userId
7535
+ * @param {*} [options] Override http request option.
7536
+ * @throws {RequiredError}
7537
+ */
7538
+ getUser: (userId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7531
7539
  };
7532
7540
  /**
7533
7541
  * AuthApi - functional programming interface
@@ -7556,6 +7564,14 @@ declare const AuthApiFp: (configuration?: Configuration) => {
7556
7564
  * @throws {RequiredError}
7557
7565
  */
7558
7566
  getMe(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserApi>>;
7567
+ /**
7568
+ * Get a user by their user_id.
7569
+ * @summary Get User
7570
+ * @param {string} userId
7571
+ * @param {*} [options] Override http request option.
7572
+ * @throws {RequiredError}
7573
+ */
7574
+ getUser(userId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserApi>>;
7559
7575
  };
7560
7576
  /**
7561
7577
  * AuthApi - factory interface
@@ -7584,6 +7600,14 @@ declare const AuthApiFactory: (configuration?: Configuration, basePath?: string,
7584
7600
  * @throws {RequiredError}
7585
7601
  */
7586
7602
  getMe(options?: RawAxiosRequestConfig): AxiosPromise<UserApi>;
7603
+ /**
7604
+ * Get a user by their user_id.
7605
+ * @summary Get User
7606
+ * @param {string} userId
7607
+ * @param {*} [options] Override http request option.
7608
+ * @throws {RequiredError}
7609
+ */
7610
+ getUser(userId: string, options?: RawAxiosRequestConfig): AxiosPromise<UserApi>;
7587
7611
  };
7588
7612
  /**
7589
7613
  * AuthApi - object-oriented interface
@@ -7617,6 +7641,15 @@ declare class AuthApi extends BaseAPI {
7617
7641
  * @memberof AuthApi
7618
7642
  */
7619
7643
  getMe(options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<UserApi, any>>;
7644
+ /**
7645
+ * Get a user by their user_id.
7646
+ * @summary Get User
7647
+ * @param {string} userId
7648
+ * @param {*} [options] Override http request option.
7649
+ * @throws {RequiredError}
7650
+ * @memberof AuthApi
7651
+ */
7652
+ getUser(userId: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<UserApi, any>>;
7620
7653
  }
7621
7654
  /**
7622
7655
  * CommunitiesApi - axios parameter creator
@@ -11639,6 +11672,14 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
11639
11672
  * @throws {RequiredError}
11640
11673
  */
11641
11674
  getMe: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
11675
+ /**
11676
+ * Get a user by their user_id.
11677
+ * @summary Get User
11678
+ * @param {string} userId
11679
+ * @param {*} [options] Override http request option.
11680
+ * @throws {RequiredError}
11681
+ */
11682
+ getUser: (userId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
11642
11683
  /**
11643
11684
  *
11644
11685
  * @summary Inboxes List
@@ -12950,6 +12991,14 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
12950
12991
  * @throws {RequiredError}
12951
12992
  */
12952
12993
  getMe(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserApi>>;
12994
+ /**
12995
+ * Get a user by their user_id.
12996
+ * @summary Get User
12997
+ * @param {string} userId
12998
+ * @param {*} [options] Override http request option.
12999
+ * @throws {RequiredError}
13000
+ */
13001
+ getUser(userId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserApi>>;
12953
13002
  /**
12954
13003
  *
12955
13004
  * @summary Inboxes List
@@ -14261,6 +14310,14 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
14261
14310
  * @throws {RequiredError}
14262
14311
  */
14263
14312
  getMe(options?: RawAxiosRequestConfig): AxiosPromise<UserApi>;
14313
+ /**
14314
+ * Get a user by their user_id.
14315
+ * @summary Get User
14316
+ * @param {string} userId
14317
+ * @param {*} [options] Override http request option.
14318
+ * @throws {RequiredError}
14319
+ */
14320
+ getUser(userId: string, options?: RawAxiosRequestConfig): AxiosPromise<UserApi>;
14264
14321
  /**
14265
14322
  *
14266
14323
  * @summary Inboxes List
@@ -15660,6 +15717,15 @@ declare class UnboundApi extends BaseAPI {
15660
15717
  * @memberof UnboundApi
15661
15718
  */
15662
15719
  getMe(options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<UserApi, any>>;
15720
+ /**
15721
+ * Get a user by their user_id.
15722
+ * @summary Get User
15723
+ * @param {string} userId
15724
+ * @param {*} [options] Override http request option.
15725
+ * @throws {RequiredError}
15726
+ * @memberof UnboundApi
15727
+ */
15728
+ getUser(userId: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<UserApi, any>>;
15663
15729
  /**
15664
15730
  *
15665
15731
  * @summary Inboxes List