@crestal/nation-sdk 0.1.24 → 0.1.26
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 +1 -13
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +1 -13
- 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 +0 -2
- package/docs/AgentResponse.md +0 -2
- 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.1.
|
|
1
|
+
## @crestal/nation-sdk@0.1.26
|
|
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.1.
|
|
39
|
+
npm install @crestal/nation-sdk@0.1.26 --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.1.
|
|
7
|
+
* The version of the OpenAPI document: 0.1.26
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -251,12 +251,6 @@ export interface Agent {
|
|
|
251
251
|
* @memberof Agent
|
|
252
252
|
*/
|
|
253
253
|
'id'?: string;
|
|
254
|
-
/**
|
|
255
|
-
*
|
|
256
|
-
* @type {number}
|
|
257
|
-
* @memberof Agent
|
|
258
|
-
*/
|
|
259
|
-
'number'?: number | null;
|
|
260
254
|
/**
|
|
261
255
|
* Timestamp when the agent was created, will ignore when importing
|
|
262
256
|
* @type {string}
|
|
@@ -429,12 +423,6 @@ export interface AgentResponse {
|
|
|
429
423
|
* @memberof AgentResponse
|
|
430
424
|
*/
|
|
431
425
|
'id': string;
|
|
432
|
-
/**
|
|
433
|
-
*
|
|
434
|
-
* @type {number}
|
|
435
|
-
* @memberof AgentResponse
|
|
436
|
-
*/
|
|
437
|
-
'number': number | null;
|
|
438
426
|
/**
|
|
439
427
|
* Timestamp when the agent was created, will ignore when importing
|
|
440
428
|
* @type {string}
|
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.1.
|
|
5
|
+
* The version of the OpenAPI document: 0.1.26
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -241,12 +241,6 @@ export interface Agent {
|
|
|
241
241
|
* @memberof Agent
|
|
242
242
|
*/
|
|
243
243
|
'id'?: string;
|
|
244
|
-
/**
|
|
245
|
-
*
|
|
246
|
-
* @type {number}
|
|
247
|
-
* @memberof Agent
|
|
248
|
-
*/
|
|
249
|
-
'number'?: number | null;
|
|
250
244
|
/**
|
|
251
245
|
* Timestamp when the agent was created, will ignore when importing
|
|
252
246
|
* @type {string}
|
|
@@ -412,12 +406,6 @@ export interface AgentResponse {
|
|
|
412
406
|
* @memberof AgentResponse
|
|
413
407
|
*/
|
|
414
408
|
'id': string;
|
|
415
|
-
/**
|
|
416
|
-
*
|
|
417
|
-
* @type {number}
|
|
418
|
-
* @memberof AgentResponse
|
|
419
|
-
*/
|
|
420
|
-
'number': number | null;
|
|
421
409
|
/**
|
|
422
410
|
* Timestamp when the agent was created, will ignore when importing
|
|
423
411
|
* @type {string}
|
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.1.
|
|
8
|
+
* The version of the OpenAPI document: 0.1.26
|
|
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.1.
|
|
8
|
+
* The version of the OpenAPI document: 0.1.26
|
|
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.1.
|
|
8
|
+
* The version of the OpenAPI document: 0.1.26
|
|
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
|
@@ -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.1.
|
|
8
|
+
* The version of the OpenAPI document: 0.1.26
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
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.1.
|
|
8
|
+
* The version of the OpenAPI document: 0.1.26
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/docs/Agent.md
CHANGED
|
@@ -43,7 +43,6 @@ Name | Type | Description | Notes
|
|
|
43
43
|
**telegram_entrypoint_prompt** | **string** | | [optional] [default to undefined]
|
|
44
44
|
**telegram_config** | **object** | | [optional] [default to undefined]
|
|
45
45
|
**id** | **string** | Unique identifier for the agent. Must be URL-safe, containing only lowercase letters, numbers, and hyphens | [optional] [default to undefined]
|
|
46
|
-
**number** | **number** | | [optional] [default to undefined]
|
|
47
46
|
**created_at** | **string** | Timestamp when the agent was created, will ignore when importing | [optional] [default to undefined]
|
|
48
47
|
**updated_at** | **string** | Timestamp when the agent was last updated, will ignore when importing | [optional] [default to undefined]
|
|
49
48
|
|
|
@@ -90,7 +89,6 @@ const instance: Agent = {
|
|
|
90
89
|
telegram_entrypoint_prompt,
|
|
91
90
|
telegram_config,
|
|
92
91
|
id,
|
|
93
|
-
number,
|
|
94
92
|
created_at,
|
|
95
93
|
updated_at,
|
|
96
94
|
};
|
package/docs/AgentResponse.md
CHANGED
|
@@ -7,7 +7,6 @@ Response model for Agent API.
|
|
|
7
7
|
Name | Type | Description | Notes
|
|
8
8
|
------------ | ------------- | ------------- | -------------
|
|
9
9
|
**id** | **string** | Unique identifier for the agent. Must be URL-safe, containing only lowercase letters, numbers, and hyphens | [default to undefined]
|
|
10
|
-
**number** | **number** | | [default to undefined]
|
|
11
10
|
**created_at** | **string** | Timestamp when the agent was created, will ignore when importing | [default to undefined]
|
|
12
11
|
**updated_at** | **string** | Timestamp when the agent was last updated, will ignore when importing | [default to undefined]
|
|
13
12
|
**name** | **string** | | [optional] [default to undefined]
|
|
@@ -50,7 +49,6 @@ import { AgentResponse } from '@crestal/nation-sdk';
|
|
|
50
49
|
|
|
51
50
|
const instance: AgentResponse = {
|
|
52
51
|
id,
|
|
53
|
-
number,
|
|
54
52
|
created_at,
|
|
55
53
|
updated_at,
|
|
56
54
|
name,
|
|
@@ -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-07-
|
|
31
|
-
**updated_at** | **string** | Timestamp when this data was updated | [optional] [default to 2025-07-
|
|
30
|
+
**created_at** | **string** | Timestamp when this data was created | [optional] [default to 2025-07-18T17:52:21.956+00:00]
|
|
31
|
+
**updated_at** | **string** | Timestamp when this data was updated | [optional] [default to 2025-07-18T17:52:21.956+00:00]
|
|
32
32
|
**provider_name** | **string** | | [default to undefined]
|
|
33
33
|
|
|
34
34
|
## Example
|
package/index.ts
CHANGED