@crestal/nation-sdk 0.7.3 → 0.7.5

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.
@@ -1 +1 @@
1
- 7.15.0
1
+ 7.14.0
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @crestal/nation-sdk@0.7.3
1
+ ## @crestal/nation-sdk@0.7.5
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.3 --save
39
+ npm install @crestal/nation-sdk@0.7.5 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
@@ -80,10 +80,12 @@ Class | Method | HTTP request | Description
80
80
  *CreditApi* | [**listUserEvents**](docs/CreditApi.md#listuserevents) | **GET** /credit/user/events | List User Events
81
81
  *CreditApi* | [**listUserTransactions**](docs/CreditApi.md#listusertransactions) | **GET** /credit/user/transactions | List User Transactions
82
82
  *DraftApi* | [**createAgentDraft**](docs/DraftApi.md#createagentdraft) | **POST** /agent/draft | Create Agent Draft
83
+ *DraftApi* | [**deleteAgentDraft**](docs/DraftApi.md#deleteagentdraft) | **DELETE** /agent/drafts/{draft_id} | Delete Agent Draft
83
84
  *DraftApi* | [**deployAgentFromDraft**](docs/DraftApi.md#deployagentfromdraft) | **POST** /agent/deploy | Deploy Agent From Draft
84
85
  *DraftApi* | [**getAgentDraftById**](docs/DraftApi.md#getagentdraftbyid) | **GET** /agents/{agent_id}/drafts/{draft_id} | Get Agent Draft By Id
85
86
  *DraftApi* | [**getAgentDrafts**](docs/DraftApi.md#getagentdrafts) | **GET** /agents/{agent_id}/drafts | Get Agent Drafts
86
87
  *DraftApi* | [**getAgentLatestDraft**](docs/DraftApi.md#getagentlatestdraft) | **GET** /agents/{agent_id}/draft/latest | Get Agent Latest Draft
88
+ *DraftApi* | [**getUserUnpublishedDrafts**](docs/DraftApi.md#getuserunpublisheddrafts) | **GET** /agent/drafts | Get User Unpublished Drafts
87
89
  *DraftApi* | [**updateAgentDraft**](docs/DraftApi.md#updateagentdraft) | **PUT** /agents/{agent_id}/draft | Update Agent Draft
88
90
  *GeneratorApi* | [**generateAgent**](docs/GeneratorApi.md#generateagent) | **POST** /generator/agent/generate | Generate Agent from Natural Language Prompt
89
91
  *GeneratorApi* | [**getGenerationHistory**](docs/GeneratorApi.md#getgenerationhistory) | **GET** /generator/agent/generations/{project_id} | Get Generation Detail by Project ID