keplar-api 0.0.87364633 → 0.0.2546167781

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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## keplar-api@0.0.87364633
1
+ ## keplar-api@0.0.2546167781
2
2
 
3
3
  This generator creates TypeScript/JavaScript client that utilizes [Fetch API](https://fetch.spec.whatwg.org/). The generated Node module can be used in the following environments:
4
4
 
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
36
36
  _published:_
37
37
 
38
38
  ```
39
- npm install keplar-api@0.0.87364633 --save
39
+ npm install keplar-api@0.0.2546167781 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keplar-api",
3
- "version": "0.0.87364633",
3
+ "version": "0.0.2546167781",
4
4
  "description": "OpenAPI client for keplar-api",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -3578,7 +3578,7 @@ export class DefaultApi extends runtime.BaseAPI {
3578
3578
  }
3579
3579
 
3580
3580
  /**
3581
- * Get user
3581
+ * Get user
3582
3582
  */
3583
3583
  async apiUsersIdGetRaw(requestParameters: ApiUsersIdGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UserWithConfig>> {
3584
3584
  if (requestParameters['id'] == null) {
@@ -3615,7 +3615,7 @@ export class DefaultApi extends runtime.BaseAPI {
3615
3615
  }
3616
3616
 
3617
3617
  /**
3618
- * Get user
3618
+ * Get user
3619
3619
  */
3620
3620
  async apiUsersIdGet(requestParameters: ApiUsersIdGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UserWithConfig> {
3621
3621
  const response = await this.apiUsersIdGetRaw(requestParameters, initOverrides);