@crestal/nation-sdk 0.8.33 → 0.8.34

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.
Files changed (76) hide show
  1. package/.openapi-generator/FILES +7 -51
  2. package/.openapi-generator/VERSION +1 -1
  3. package/README.md +9 -53
  4. package/api.ts +19 -511
  5. package/base.ts +1 -1
  6. package/common.ts +2 -2
  7. package/configuration.ts +25 -2
  8. package/dist/api.d.ts +22 -506
  9. package/dist/api.js +1 -1
  10. package/dist/base.d.ts +1 -1
  11. package/dist/base.js +1 -1
  12. package/dist/common.d.ts +1 -1
  13. package/dist/common.js +1 -1
  14. package/dist/configuration.d.ts +25 -1
  15. package/dist/configuration.js +2 -2
  16. package/dist/index.d.ts +1 -1
  17. package/dist/index.js +1 -1
  18. package/docs/AgentAssetsResponse.md +1 -1
  19. package/docs/{AssetOutput.md → Asset.md} +3 -3
  20. package/docs/CreditApi.md +2 -2
  21. package/docs/{CreditEventOutput.md → CreditEvent.md} +3 -3
  22. package/docs/{CreditEventWithAgentOutput.md → CreditEventWithAgent.md} +3 -3
  23. package/docs/CreditEventsResponse.md +1 -1
  24. package/docs/{CreditTransactionRespOutput.md → CreditTransactionResp.md} +4 -4
  25. package/docs/CreditTransactionsResponse.md +1 -1
  26. package/docs/{LLMModelInfoWithProviderNameOutput.md → LLMModelInfoWithProviderName.md} +5 -5
  27. package/docs/MetadataApi.md +4 -4
  28. package/docs/{SkillOutput.md → Skill.md} +3 -3
  29. package/docs/{TopupRecordOutput.md → TopupRecord.md} +3 -3
  30. package/docs/TopupRecordsResponse.md +1 -1
  31. package/index.ts +1 -1
  32. package/package.json +1 -1
  33. package/docs/Amount.md +0 -19
  34. package/docs/AssetInput.md +0 -23
  35. package/docs/Balance.md +0 -19
  36. package/docs/BalanceAfter.md +0 -19
  37. package/docs/BaseAmount.md +0 -19
  38. package/docs/BaseDiscountAmount.md +0 -19
  39. package/docs/BaseFreeAmount.md +0 -19
  40. package/docs/BaseLlmAmount.md +0 -19
  41. package/docs/BaseOriginalAmount.md +0 -19
  42. package/docs/BasePermanentAmount.md +0 -19
  43. package/docs/BaseRewardAmount.md +0 -19
  44. package/docs/BaseSkillAmount.md +0 -19
  45. package/docs/ChangeAmount.md +0 -19
  46. package/docs/CreditAmount.md +0 -19
  47. package/docs/CreditEventInput.md +0 -109
  48. package/docs/CreditEventWithAgentInput.md +0 -111
  49. package/docs/CreditTransactionRespInput.md +0 -43
  50. package/docs/FeeAgentAmount.md +0 -19
  51. package/docs/FeeAgentFreeAmount.md +0 -19
  52. package/docs/FeeAgentPermanentAmount.md +0 -19
  53. package/docs/FeeAgentRewardAmount.md +0 -19
  54. package/docs/FeeDevAmount.md +0 -19
  55. package/docs/FeeDevFreeAmount.md +0 -19
  56. package/docs/FeeDevPermanentAmount.md +0 -19
  57. package/docs/FeeDevRewardAmount.md +0 -19
  58. package/docs/FeePlatformAmount.md +0 -19
  59. package/docs/FeePlatformFreeAmount.md +0 -19
  60. package/docs/FeePlatformPermanentAmount.md +0 -19
  61. package/docs/FeePlatformRewardAmount.md +0 -19
  62. package/docs/FreeAmount.md +0 -19
  63. package/docs/FreeAmount1.md +0 -19
  64. package/docs/InputPrice.md +0 -18
  65. package/docs/LLMModelInfoWithProviderNameInput.md +0 -67
  66. package/docs/OutputPrice.md +0 -18
  67. package/docs/PermanentAmount.md +0 -19
  68. package/docs/PermanentAmount1.md +0 -19
  69. package/docs/Price.md +0 -19
  70. package/docs/PriceSelfKey.md +0 -19
  71. package/docs/RewardAmount.md +0 -19
  72. package/docs/RewardAmount1.md +0 -19
  73. package/docs/SkillInput.md +0 -43
  74. package/docs/TokenAmount.md +0 -19
  75. package/docs/TopupRecordInput.md +0 -49
  76. package/docs/TotalAmount.md +0 -19
@@ -26,22 +26,9 @@ docs/AgentState.md
26
26
  docs/AgentStatistics.md
27
27
  docs/AgentUpdate.md
28
28
  docs/AgentUserInput.md
29
- docs/Amount.md
30
29
  docs/AppManagerRouterChatMessagesResponse.md
31
- docs/AssetInput.md
32
- docs/AssetOutput.md
30
+ docs/Asset.md
33
31
  docs/AuthorType.md
34
- docs/Balance.md
35
- docs/BalanceAfter.md
36
- docs/BaseAmount.md
37
- docs/BaseDiscountAmount.md
38
- docs/BaseFreeAmount.md
39
- docs/BaseLlmAmount.md
40
- docs/BaseOriginalAmount.md
41
- docs/BasePermanentAmount.md
42
- docs/BaseRewardAmount.md
43
- docs/BaseSkillAmount.md
44
- docs/ChangeAmount.md
45
32
  docs/Chat.md
46
33
  docs/ChatApi.md
47
34
  docs/ChatMessage.md
@@ -51,67 +38,36 @@ docs/ChatMessageRequest.md
51
38
  docs/ChatMessageSkillCall.md
52
39
  docs/ChatUpdateRequest.md
53
40
  docs/CreditAccount.md
54
- docs/CreditAmount.md
55
41
  docs/CreditApi.md
56
42
  docs/CreditDebit.md
57
- docs/CreditEventInput.md
58
- docs/CreditEventOutput.md
59
- docs/CreditEventWithAgentInput.md
60
- docs/CreditEventWithAgentOutput.md
43
+ docs/CreditEvent.md
44
+ docs/CreditEventWithAgent.md
61
45
  docs/CreditEventsResponse.md
62
- docs/CreditTransactionRespInput.md
63
- docs/CreditTransactionRespOutput.md
46
+ docs/CreditTransactionResp.md
64
47
  docs/CreditTransactionsResponse.md
65
48
  docs/CreditType.md
66
49
  docs/Direction.md
67
50
  docs/DraftApi.md
68
51
  docs/EventType.md
69
- docs/FeeAgentAmount.md
70
- docs/FeeAgentFreeAmount.md
71
- docs/FeeAgentPermanentAmount.md
72
- docs/FeeAgentRewardAmount.md
73
- docs/FeeDevAmount.md
74
- docs/FeeDevFreeAmount.md
75
- docs/FeeDevPermanentAmount.md
76
- docs/FeeDevRewardAmount.md
77
52
  docs/FeePercentage.md
78
- docs/FeePlatformAmount.md
79
- docs/FeePlatformFreeAmount.md
80
- docs/FeePlatformPermanentAmount.md
81
- docs/FeePlatformRewardAmount.md
82
53
  docs/FileUploadResponse.md
83
- docs/FreeAmount.md
84
- docs/FreeAmount1.md
85
54
  docs/GenerationDetailResponse.md
86
55
  docs/GenerationsListResponse.md
87
56
  docs/GeneratorApi.md
88
57
  docs/HTTPValidationError.md
89
58
  docs/HealthApi.md
90
- docs/InputPrice.md
91
- docs/LLMModelInfoWithProviderNameInput.md
92
- docs/LLMModelInfoWithProviderNameOutput.md
59
+ docs/LLMModelInfoWithProviderName.md
93
60
  docs/LLMProvider.md
94
61
  docs/ManagerApi.md
95
62
  docs/ManagerMessageRequest.md
96
63
  docs/MetadataApi.md
97
64
  docs/OAuthApi.md
98
- docs/OutputPrice.md
99
65
  docs/OwnerType.md
100
- docs/PermanentAmount.md
101
- docs/PermanentAmount1.md
102
- docs/Price.md
103
- docs/PriceSelfKey.md
104
- docs/RewardAmount.md
105
- docs/RewardAmount1.md
106
- docs/SkillInput.md
107
- docs/SkillOutput.md
66
+ docs/Skill.md
108
67
  docs/SystemMessageType.md
109
68
  docs/Tag.md
110
- docs/TokenAmount.md
111
- docs/TopupRecordInput.md
112
- docs/TopupRecordOutput.md
69
+ docs/TopupRecord.md
113
70
  docs/TopupRecordsResponse.md
114
- docs/TotalAmount.md
115
71
  docs/TransactionType.md
116
72
  docs/TwitterAuthResponse.md
117
73
  docs/UpstreamType.md
@@ -1 +1 @@
1
- 7.16.0
1
+ 7.17.0
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @crestal/nation-sdk@0.8.33
1
+ ## @crestal/nation-sdk@0.8.34
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.8.33 --save
39
+ npm install @crestal/nation-sdk@0.8.34 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
@@ -139,22 +139,9 @@ Class | Method | HTTP request | Description
139
139
  - [AgentStatistics](docs/AgentStatistics.md)
140
140
  - [AgentUpdate](docs/AgentUpdate.md)
141
141
  - [AgentUserInput](docs/AgentUserInput.md)
142
- - [Amount](docs/Amount.md)
143
142
  - [AppManagerRouterChatMessagesResponse](docs/AppManagerRouterChatMessagesResponse.md)
144
- - [AssetInput](docs/AssetInput.md)
145
- - [AssetOutput](docs/AssetOutput.md)
143
+ - [Asset](docs/Asset.md)
146
144
  - [AuthorType](docs/AuthorType.md)
147
- - [Balance](docs/Balance.md)
148
- - [BalanceAfter](docs/BalanceAfter.md)
149
- - [BaseAmount](docs/BaseAmount.md)
150
- - [BaseDiscountAmount](docs/BaseDiscountAmount.md)
151
- - [BaseFreeAmount](docs/BaseFreeAmount.md)
152
- - [BaseLlmAmount](docs/BaseLlmAmount.md)
153
- - [BaseOriginalAmount](docs/BaseOriginalAmount.md)
154
- - [BasePermanentAmount](docs/BasePermanentAmount.md)
155
- - [BaseRewardAmount](docs/BaseRewardAmount.md)
156
- - [BaseSkillAmount](docs/BaseSkillAmount.md)
157
- - [ChangeAmount](docs/ChangeAmount.md)
158
145
  - [Chat](docs/Chat.md)
159
146
  - [ChatMessage](docs/ChatMessage.md)
160
147
  - [ChatMessageAttachment](docs/ChatMessageAttachment.md)
@@ -163,60 +150,29 @@ Class | Method | HTTP request | Description
163
150
  - [ChatMessageSkillCall](docs/ChatMessageSkillCall.md)
164
151
  - [ChatUpdateRequest](docs/ChatUpdateRequest.md)
165
152
  - [CreditAccount](docs/CreditAccount.md)
166
- - [CreditAmount](docs/CreditAmount.md)
167
153
  - [CreditDebit](docs/CreditDebit.md)
168
- - [CreditEventInput](docs/CreditEventInput.md)
169
- - [CreditEventOutput](docs/CreditEventOutput.md)
170
- - [CreditEventWithAgentInput](docs/CreditEventWithAgentInput.md)
171
- - [CreditEventWithAgentOutput](docs/CreditEventWithAgentOutput.md)
154
+ - [CreditEvent](docs/CreditEvent.md)
155
+ - [CreditEventWithAgent](docs/CreditEventWithAgent.md)
172
156
  - [CreditEventsResponse](docs/CreditEventsResponse.md)
173
- - [CreditTransactionRespInput](docs/CreditTransactionRespInput.md)
174
- - [CreditTransactionRespOutput](docs/CreditTransactionRespOutput.md)
157
+ - [CreditTransactionResp](docs/CreditTransactionResp.md)
175
158
  - [CreditTransactionsResponse](docs/CreditTransactionsResponse.md)
176
159
  - [CreditType](docs/CreditType.md)
177
160
  - [Direction](docs/Direction.md)
178
161
  - [EventType](docs/EventType.md)
179
- - [FeeAgentAmount](docs/FeeAgentAmount.md)
180
- - [FeeAgentFreeAmount](docs/FeeAgentFreeAmount.md)
181
- - [FeeAgentPermanentAmount](docs/FeeAgentPermanentAmount.md)
182
- - [FeeAgentRewardAmount](docs/FeeAgentRewardAmount.md)
183
- - [FeeDevAmount](docs/FeeDevAmount.md)
184
- - [FeeDevFreeAmount](docs/FeeDevFreeAmount.md)
185
- - [FeeDevPermanentAmount](docs/FeeDevPermanentAmount.md)
186
- - [FeeDevRewardAmount](docs/FeeDevRewardAmount.md)
187
162
  - [FeePercentage](docs/FeePercentage.md)
188
- - [FeePlatformAmount](docs/FeePlatformAmount.md)
189
- - [FeePlatformFreeAmount](docs/FeePlatformFreeAmount.md)
190
- - [FeePlatformPermanentAmount](docs/FeePlatformPermanentAmount.md)
191
- - [FeePlatformRewardAmount](docs/FeePlatformRewardAmount.md)
192
163
  - [FileUploadResponse](docs/FileUploadResponse.md)
193
- - [FreeAmount](docs/FreeAmount.md)
194
- - [FreeAmount1](docs/FreeAmount1.md)
195
164
  - [GenerationDetailResponse](docs/GenerationDetailResponse.md)
196
165
  - [GenerationsListResponse](docs/GenerationsListResponse.md)
197
166
  - [HTTPValidationError](docs/HTTPValidationError.md)
198
- - [InputPrice](docs/InputPrice.md)
199
- - [LLMModelInfoWithProviderNameInput](docs/LLMModelInfoWithProviderNameInput.md)
200
- - [LLMModelInfoWithProviderNameOutput](docs/LLMModelInfoWithProviderNameOutput.md)
167
+ - [LLMModelInfoWithProviderName](docs/LLMModelInfoWithProviderName.md)
201
168
  - [LLMProvider](docs/LLMProvider.md)
202
169
  - [ManagerMessageRequest](docs/ManagerMessageRequest.md)
203
- - [OutputPrice](docs/OutputPrice.md)
204
170
  - [OwnerType](docs/OwnerType.md)
205
- - [PermanentAmount](docs/PermanentAmount.md)
206
- - [PermanentAmount1](docs/PermanentAmount1.md)
207
- - [Price](docs/Price.md)
208
- - [PriceSelfKey](docs/PriceSelfKey.md)
209
- - [RewardAmount](docs/RewardAmount.md)
210
- - [RewardAmount1](docs/RewardAmount1.md)
211
- - [SkillInput](docs/SkillInput.md)
212
- - [SkillOutput](docs/SkillOutput.md)
171
+ - [Skill](docs/Skill.md)
213
172
  - [SystemMessageType](docs/SystemMessageType.md)
214
173
  - [Tag](docs/Tag.md)
215
- - [TokenAmount](docs/TokenAmount.md)
216
- - [TopupRecordInput](docs/TopupRecordInput.md)
217
- - [TopupRecordOutput](docs/TopupRecordOutput.md)
174
+ - [TopupRecord](docs/TopupRecord.md)
218
175
  - [TopupRecordsResponse](docs/TopupRecordsResponse.md)
219
- - [TotalAmount](docs/TotalAmount.md)
220
176
  - [TransactionType](docs/TransactionType.md)
221
177
  - [TwitterAuthResponse](docs/TwitterAuthResponse.md)
222
178
  - [UpstreamType](docs/UpstreamType.md)