@crestal/nation-sdk 0.8.75 → 0.8.77
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 +2 -2
- package/api.ts +4 -1
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +4 -1
- 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 +1 -1
- package/dist/configuration.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/docs/Agent.md +2 -0
- package/docs/AgentPublicInfo.md +2 -0
- package/docs/AgentResponse.md +2 -0
- package/docs/LLMModelInfoWithProviderName.md +2 -2
- package/index.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @crestal/nation-sdk@0.8.
|
|
1
|
+
## @crestal/nation-sdk@0.8.77
|
|
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.77 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
package/api.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Nation IntentKit API
|
|
5
5
|
* API for Nation IntentKit services
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.8.
|
|
7
|
+
* The version of the OpenAPI document: 0.8.77
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,6 +27,7 @@ import { BASE_PATH, COLLECTION_FORMATS, BaseAPI, RequiredError, operationServerM
|
|
|
27
27
|
* Agent model.
|
|
28
28
|
*/
|
|
29
29
|
export interface Agent {
|
|
30
|
+
'x402_price'?: number | null;
|
|
30
31
|
'description'?: string | null;
|
|
31
32
|
'external_website'?: string | null;
|
|
32
33
|
'ticker'?: string | null;
|
|
@@ -333,6 +334,7 @@ export interface AgentListResponse {
|
|
|
333
334
|
* Public information of the agent.
|
|
334
335
|
*/
|
|
335
336
|
export interface AgentPublicInfo {
|
|
337
|
+
'x402_price'?: number | null;
|
|
336
338
|
'description'?: string | null;
|
|
337
339
|
'external_website'?: string | null;
|
|
338
340
|
'ticker'?: string | null;
|
|
@@ -347,6 +349,7 @@ export interface AgentPublicInfo {
|
|
|
347
349
|
* Agent response model that excludes sensitive fields from JSON output and schema.
|
|
348
350
|
*/
|
|
349
351
|
export interface AgentResponse {
|
|
352
|
+
'x402_price'?: number | null;
|
|
350
353
|
'description'?: string | null;
|
|
351
354
|
'external_website'?: string | null;
|
|
352
355
|
'ticker'?: string | null;
|
package/base.ts
CHANGED
package/common.ts
CHANGED
package/configuration.ts
CHANGED
package/dist/api.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Nation IntentKit API
|
|
3
3
|
* API for Nation IntentKit services
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.8.
|
|
5
|
+
* The version of the OpenAPI document: 0.8.77
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -17,6 +17,7 @@ import { BaseAPI } from './base';
|
|
|
17
17
|
* Agent model.
|
|
18
18
|
*/
|
|
19
19
|
export interface Agent {
|
|
20
|
+
'x402_price'?: number | null;
|
|
20
21
|
'description'?: string | null;
|
|
21
22
|
'external_website'?: string | null;
|
|
22
23
|
'ticker'?: string | null;
|
|
@@ -335,6 +336,7 @@ export interface AgentListResponse {
|
|
|
335
336
|
* Public information of the agent.
|
|
336
337
|
*/
|
|
337
338
|
export interface AgentPublicInfo {
|
|
339
|
+
'x402_price'?: number | null;
|
|
338
340
|
'description'?: string | null;
|
|
339
341
|
'external_website'?: string | null;
|
|
340
342
|
'ticker'?: string | null;
|
|
@@ -351,6 +353,7 @@ export interface AgentPublicInfo {
|
|
|
351
353
|
* Agent response model that excludes sensitive fields from JSON output and schema.
|
|
352
354
|
*/
|
|
353
355
|
export interface AgentResponse {
|
|
356
|
+
'x402_price'?: number | null;
|
|
354
357
|
'description'?: string | null;
|
|
355
358
|
'external_website'?: string | null;
|
|
356
359
|
'ticker'?: string | null;
|
package/dist/api.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Nation IntentKit API
|
|
6
6
|
* API for Nation IntentKit services
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 0.8.
|
|
8
|
+
* The version of the OpenAPI document: 0.8.77
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/base.d.ts
CHANGED
package/dist/base.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Nation IntentKit API
|
|
6
6
|
* API for Nation IntentKit services
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 0.8.
|
|
8
|
+
* The version of the OpenAPI document: 0.8.77
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/common.d.ts
CHANGED
package/dist/common.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Nation IntentKit API
|
|
6
6
|
* API for Nation IntentKit services
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 0.8.
|
|
8
|
+
* The version of the OpenAPI document: 0.8.77
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/configuration.d.ts
CHANGED
package/dist/configuration.js
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Nation IntentKit API
|
|
6
6
|
* API for Nation IntentKit services
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 0.8.
|
|
8
|
+
* The version of the OpenAPI document: 0.8.77
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/docs/Agent.md
CHANGED
|
@@ -6,6 +6,7 @@ Agent model.
|
|
|
6
6
|
|
|
7
7
|
Name | Type | Description | Notes
|
|
8
8
|
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**x402_price** | **number** | | [optional] [default to undefined]
|
|
9
10
|
**description** | **string** | | [optional] [default to undefined]
|
|
10
11
|
**external_website** | **string** | | [optional] [default to undefined]
|
|
11
12
|
**ticker** | **string** | | [optional] [default to undefined]
|
|
@@ -59,6 +60,7 @@ Name | Type | Description | Notes
|
|
|
59
60
|
import { Agent } from '@crestal/nation-sdk';
|
|
60
61
|
|
|
61
62
|
const instance: Agent = {
|
|
63
|
+
x402_price,
|
|
62
64
|
description,
|
|
63
65
|
external_website,
|
|
64
66
|
ticker,
|
package/docs/AgentPublicInfo.md
CHANGED
|
@@ -6,6 +6,7 @@ Public information of the agent.
|
|
|
6
6
|
|
|
7
7
|
Name | Type | Description | Notes
|
|
8
8
|
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**x402_price** | **number** | | [optional] [default to undefined]
|
|
9
10
|
**description** | **string** | | [optional] [default to undefined]
|
|
10
11
|
**external_website** | **string** | | [optional] [default to undefined]
|
|
11
12
|
**ticker** | **string** | | [optional] [default to undefined]
|
|
@@ -22,6 +23,7 @@ Name | Type | Description | Notes
|
|
|
22
23
|
import { AgentPublicInfo } from '@crestal/nation-sdk';
|
|
23
24
|
|
|
24
25
|
const instance: AgentPublicInfo = {
|
|
26
|
+
x402_price,
|
|
25
27
|
description,
|
|
26
28
|
external_website,
|
|
27
29
|
ticker,
|
package/docs/AgentResponse.md
CHANGED
|
@@ -6,6 +6,7 @@ Agent response model that excludes sensitive fields from JSON output and schema.
|
|
|
6
6
|
|
|
7
7
|
Name | Type | Description | Notes
|
|
8
8
|
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**x402_price** | **number** | | [optional] [default to undefined]
|
|
9
10
|
**description** | **string** | | [optional] [default to undefined]
|
|
10
11
|
**external_website** | **string** | | [optional] [default to undefined]
|
|
11
12
|
**ticker** | **string** | | [optional] [default to undefined]
|
|
@@ -60,6 +61,7 @@ Name | Type | Description | Notes
|
|
|
60
61
|
import { AgentResponse } from '@crestal/nation-sdk';
|
|
61
62
|
|
|
62
63
|
const instance: AgentResponse = {
|
|
64
|
+
x402_price,
|
|
63
65
|
description,
|
|
64
66
|
external_website,
|
|
65
67
|
ticker,
|
|
@@ -27,8 +27,8 @@ Name | Type | Description | Notes
|
|
|
27
27
|
**supports_presence_penalty** | **boolean** | | [optional] [default to true]
|
|
28
28
|
**api_base** | **string** | | [optional] [default to undefined]
|
|
29
29
|
**timeout** | **number** | | [optional] [default to 180]
|
|
30
|
-
**created_at** | **string** | Timestamp when this data was created | [optional] [default to 2025-11-
|
|
31
|
-
**updated_at** | **string** | Timestamp when this data was updated | [optional] [default to 2025-11-
|
|
30
|
+
**created_at** | **string** | Timestamp when this data was created | [optional] [default to 2025-11-12T09:06:59.048+00:00]
|
|
31
|
+
**updated_at** | **string** | Timestamp when this data was updated | [optional] [default to 2025-11-12T09:06:59.049+00:00]
|
|
32
32
|
**provider_name** | **string** | | [default to undefined]
|
|
33
33
|
|
|
34
34
|
## Example
|
package/index.ts
CHANGED