@crestal/nation-sdk 0.7.1 → 0.7.3

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.
@@ -46,6 +46,7 @@ docs/CreditType.md
46
46
  docs/Direction.md
47
47
  docs/DraftApi.md
48
48
  docs/EventType.md
49
+ docs/FileUploadResponse.md
49
50
  docs/GenerationDetailResponse.md
50
51
  docs/GenerationsListResponse.md
51
52
  docs/GeneratorApi.md
@@ -1 +1 @@
1
- 7.14.0
1
+ 7.15.0
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @crestal/nation-sdk@0.7.1
1
+ ## @crestal/nation-sdk@0.7.3
2
2
 
3
3
  This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). 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 @crestal/nation-sdk@0.7.1 --save
39
+ npm install @crestal/nation-sdk@0.7.3 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
@@ -99,6 +99,7 @@ Class | Method | HTTP request | Description
99
99
  *OAuthApi* | [**unlinkTwitter**](docs/OAuthApi.md#unlinktwitter) | **PUT** /oauth/twitter/unlink | Unlink Twitter Endpoint
100
100
  *UserApi* | [**getUserAgentById**](docs/UserApi.md#getuseragentbyid) | **GET** /user/agents/{agent_id} | Get User Agent By Id
101
101
  *UserApi* | [**getUserAgents**](docs/UserApi.md#getuseragents) | **GET** /user/agents | Get User Agents
102
+ *UserApi* | [**uploadUserFile**](docs/UserApi.md#uploaduserfile) | **POST** /user/upload | Upload User File
102
103
 
103
104
 
104
105
  ### Documentation For Models
@@ -139,6 +140,7 @@ Class | Method | HTTP request | Description
139
140
  - [CreditType](docs/CreditType.md)
140
141
  - [Direction](docs/Direction.md)
141
142
  - [EventType](docs/EventType.md)
143
+ - [FileUploadResponse](docs/FileUploadResponse.md)
142
144
  - [GenerationDetailResponse](docs/GenerationDetailResponse.md)
143
145
  - [GenerationsListResponse](docs/GenerationsListResponse.md)
144
146
  - [HTTPValidationError](docs/HTTPValidationError.md)