@ember-home/unbound-ts-client 0.0.91 → 0.0.93

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
@@ -3594,7 +3594,7 @@ declare const AuthApiAxiosParamCreator: (configuration?: Configuration) => {
3594
3594
  * @param {*} [options] Override http request option.
3595
3595
  * @throws {RequiredError}
3596
3596
  */
3597
- getMev1MeGet: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
3597
+ getMe: (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
- getMev1MeGet(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserApi>>;
3610
+ getMe(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
- getMev1MeGet(options?: RawAxiosRequestConfig): AxiosPromise<UserApi>;
3623
+ getMe(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
- getMev1MeGet(options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<UserApi, any>>;
3639
+ getMe(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
- getMev1MeGet: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
5511
+ getMe: (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
- getMev1MeGet(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserApi>>;
5898
+ getMe(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
- getMev1MeGet(options?: RawAxiosRequestConfig): AxiosPromise<UserApi>;
6285
+ getMe(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
- getMev1MeGet(options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<UserApi, any>>;
6695
+ getMe(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
- getMev1MeGet: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
3597
+ getMe: (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
- getMev1MeGet(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserApi>>;
3610
+ getMe(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
- getMev1MeGet(options?: RawAxiosRequestConfig): AxiosPromise<UserApi>;
3623
+ getMe(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
- getMev1MeGet(options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<UserApi, any>>;
3639
+ getMe(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
- getMev1MeGet: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
5511
+ getMe: (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
- getMev1MeGet(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserApi>>;
5898
+ getMe(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
- getMev1MeGet(options?: RawAxiosRequestConfig): AxiosPromise<UserApi>;
6285
+ getMe(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
- getMev1MeGet(options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<UserApi, any>>;
6695
+ getMe(options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<UserApi, any>>;
6696
6696
  /**
6697
6697
  * Inboxes List
6698
6698
  * @summary Inboxes List
package/dist/index.js CHANGED
@@ -327,7 +327,7 @@ var AuthApiAxiosParamCreator = function(configuration) {
327
327
  * @param {*} [options] Override http request option.
328
328
  * @throws {RequiredError}
329
329
  */
330
- getMev1MeGet: async (options = {}) => {
330
+ getMe: async (options = {}) => {
331
331
  const localVarPath = `/v1/me`;
332
332
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
333
333
  let baseOptions;
@@ -356,10 +356,10 @@ var AuthApiFp = function(configuration) {
356
356
  * @param {*} [options] Override http request option.
357
357
  * @throws {RequiredError}
358
358
  */
359
- async getMev1MeGet(options) {
360
- const localVarAxiosArgs = await localVarAxiosParamCreator.getMev1MeGet(options);
359
+ async getMe(options) {
360
+ const localVarAxiosArgs = await localVarAxiosParamCreator.getMe(options);
361
361
  const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _6 => _6.serverIndex]), () => ( 0));
362
- const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _7 => _7["AuthApi.getMev1MeGet"], 'optionalAccess', _8 => _8[localVarOperationServerIndex], 'optionalAccess', _9 => _9.url]);
362
+ const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _7 => _7["AuthApi.getMe"], 'optionalAccess', _8 => _8[localVarOperationServerIndex], 'optionalAccess', _9 => _9.url]);
363
363
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
364
364
  }
365
365
  };
@@ -373,8 +373,8 @@ var AuthApiFactory = function(configuration, basePath, axios) {
373
373
  * @param {*} [options] Override http request option.
374
374
  * @throws {RequiredError}
375
375
  */
376
- getMev1MeGet(options) {
377
- return localVarFp.getMev1MeGet(options).then((request) => request(axios, basePath));
376
+ getMe(options) {
377
+ return localVarFp.getMe(options).then((request) => request(axios, basePath));
378
378
  }
379
379
  };
380
380
  };
@@ -386,8 +386,8 @@ var AuthApi = class extends BaseAPI {
386
386
  * @throws {RequiredError}
387
387
  * @memberof AuthApi
388
388
  */
389
- getMev1MeGet(options) {
390
- return AuthApiFp(this.configuration).getMev1MeGet(options).then((request) => request(this.axios, this.basePath));
389
+ getMe(options) {
390
+ return AuthApiFp(this.configuration).getMe(options).then((request) => request(this.axios, this.basePath));
391
391
  }
392
392
  };
393
393
  var ContactsApiAxiosParamCreator = function(configuration) {
@@ -3784,7 +3784,7 @@ var UnboundApiAxiosParamCreator = function(configuration) {
3784
3784
  * @param {*} [options] Override http request option.
3785
3785
  * @throws {RequiredError}
3786
3786
  */
3787
- getMev1MeGet: async (options = {}) => {
3787
+ getMe: async (options = {}) => {
3788
3788
  const localVarPath = `/v1/me`;
3789
3789
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
3790
3790
  let baseOptions;
@@ -4755,10 +4755,10 @@ var UnboundApiFp = function(configuration) {
4755
4755
  * @param {*} [options] Override http request option.
4756
4756
  * @throws {RequiredError}
4757
4757
  */
4758
- async getMev1MeGet(options) {
4759
- const localVarAxiosArgs = await localVarAxiosParamCreator.getMev1MeGet(options);
4758
+ async getMe(options) {
4759
+ const localVarAxiosArgs = await localVarAxiosParamCreator.getMe(options);
4760
4760
  const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _242 => _242.serverIndex]), () => ( 0));
4761
- const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _243 => _243["UnboundApi.getMev1MeGet"], 'optionalAccess', _244 => _244[localVarOperationServerIndex], 'optionalAccess', _245 => _245.url]);
4761
+ const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _243 => _243["UnboundApi.getMe"], 'optionalAccess', _244 => _244[localVarOperationServerIndex], 'optionalAccess', _245 => _245.url]);
4762
4762
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
4763
4763
  },
4764
4764
  /**
@@ -5291,8 +5291,8 @@ var UnboundApiFactory = function(configuration, basePath, axios) {
5291
5291
  * @param {*} [options] Override http request option.
5292
5292
  * @throws {RequiredError}
5293
5293
  */
5294
- getMev1MeGet(options) {
5295
- return localVarFp.getMev1MeGet(options).then((request) => request(axios, basePath));
5294
+ getMe(options) {
5295
+ return localVarFp.getMe(options).then((request) => request(axios, basePath));
5296
5296
  },
5297
5297
  /**
5298
5298
  * Inboxes List
@@ -5780,8 +5780,8 @@ var UnboundApi = class extends BaseAPI {
5780
5780
  * @throws {RequiredError}
5781
5781
  * @memberof UnboundApi
5782
5782
  */
5783
- getMev1MeGet(options) {
5784
- return UnboundApiFp(this.configuration).getMev1MeGet(options).then((request) => request(this.axios, this.basePath));
5783
+ getMe(options) {
5784
+ return UnboundApiFp(this.configuration).getMe(options).then((request) => request(this.axios, this.basePath));
5785
5785
  }
5786
5786
  /**
5787
5787
  * Inboxes List