@crestal/nation-sdk 0.8.33 → 0.8.35
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/.openapi-generator/FILES +7 -51
- package/.openapi-generator/VERSION +1 -1
- package/README.md +9 -53
- package/api.ts +19 -511
- package/base.ts +1 -1
- package/common.ts +2 -2
- package/configuration.ts +25 -2
- package/dist/api.d.ts +22 -506
- package/dist/api.js +1 -1
- package/dist/base.d.ts +1 -1
- package/dist/base.js +1 -1
- package/dist/common.d.ts +1 -1
- package/dist/common.js +1 -1
- package/dist/configuration.d.ts +25 -1
- package/dist/configuration.js +2 -2
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/docs/AgentAssetsResponse.md +1 -1
- package/docs/{AssetOutput.md → Asset.md} +3 -3
- package/docs/CreditApi.md +2 -2
- package/docs/{CreditEventOutput.md → CreditEvent.md} +3 -3
- package/docs/{CreditEventWithAgentOutput.md → CreditEventWithAgent.md} +3 -3
- package/docs/CreditEventsResponse.md +1 -1
- package/docs/{CreditTransactionRespOutput.md → CreditTransactionResp.md} +4 -4
- package/docs/CreditTransactionsResponse.md +1 -1
- package/docs/{LLMModelInfoWithProviderNameOutput.md → LLMModelInfoWithProviderName.md} +5 -5
- package/docs/MetadataApi.md +4 -4
- package/docs/{SkillOutput.md → Skill.md} +3 -3
- package/docs/{TopupRecordOutput.md → TopupRecord.md} +3 -3
- package/docs/TopupRecordsResponse.md +1 -1
- package/index.ts +1 -1
- package/package.json +1 -1
- package/docs/Amount.md +0 -19
- package/docs/AssetInput.md +0 -23
- package/docs/Balance.md +0 -19
- package/docs/BalanceAfter.md +0 -19
- package/docs/BaseAmount.md +0 -19
- package/docs/BaseDiscountAmount.md +0 -19
- package/docs/BaseFreeAmount.md +0 -19
- package/docs/BaseLlmAmount.md +0 -19
- package/docs/BaseOriginalAmount.md +0 -19
- package/docs/BasePermanentAmount.md +0 -19
- package/docs/BaseRewardAmount.md +0 -19
- package/docs/BaseSkillAmount.md +0 -19
- package/docs/ChangeAmount.md +0 -19
- package/docs/CreditAmount.md +0 -19
- package/docs/CreditEventInput.md +0 -109
- package/docs/CreditEventWithAgentInput.md +0 -111
- package/docs/CreditTransactionRespInput.md +0 -43
- package/docs/FeeAgentAmount.md +0 -19
- package/docs/FeeAgentFreeAmount.md +0 -19
- package/docs/FeeAgentPermanentAmount.md +0 -19
- package/docs/FeeAgentRewardAmount.md +0 -19
- package/docs/FeeDevAmount.md +0 -19
- package/docs/FeeDevFreeAmount.md +0 -19
- package/docs/FeeDevPermanentAmount.md +0 -19
- package/docs/FeeDevRewardAmount.md +0 -19
- package/docs/FeePlatformAmount.md +0 -19
- package/docs/FeePlatformFreeAmount.md +0 -19
- package/docs/FeePlatformPermanentAmount.md +0 -19
- package/docs/FeePlatformRewardAmount.md +0 -19
- package/docs/FreeAmount.md +0 -19
- package/docs/FreeAmount1.md +0 -19
- package/docs/InputPrice.md +0 -18
- package/docs/LLMModelInfoWithProviderNameInput.md +0 -67
- package/docs/OutputPrice.md +0 -18
- package/docs/PermanentAmount.md +0 -19
- package/docs/PermanentAmount1.md +0 -19
- package/docs/Price.md +0 -19
- package/docs/PriceSelfKey.md +0 -19
- package/docs/RewardAmount.md +0 -19
- package/docs/RewardAmount1.md +0 -19
- package/docs/SkillInput.md +0 -43
- package/docs/TokenAmount.md +0 -19
- package/docs/TopupRecordInput.md +0 -49
- package/docs/TotalAmount.md +0 -19
package/.openapi-generator/FILES
CHANGED
|
@@ -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/
|
|
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/
|
|
58
|
-
docs/
|
|
59
|
-
docs/CreditEventWithAgentInput.md
|
|
60
|
-
docs/CreditEventWithAgentOutput.md
|
|
43
|
+
docs/CreditEvent.md
|
|
44
|
+
docs/CreditEventWithAgent.md
|
|
61
45
|
docs/CreditEventsResponse.md
|
|
62
|
-
docs/
|
|
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/
|
|
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/
|
|
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/
|
|
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.
|
|
1
|
+
7.17.0
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @crestal/nation-sdk@0.8.
|
|
1
|
+
## @crestal/nation-sdk@0.8.35
|
|
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.
|
|
39
|
+
npm install @crestal/nation-sdk@0.8.35 --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
|
-
- [
|
|
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
|
-
- [
|
|
169
|
-
- [
|
|
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
|
-
- [
|
|
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
|
-
- [
|
|
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
|
-
- [
|
|
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
|
-
- [
|
|
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)
|