@crestal/nation-sdk 0.8.90 → 0.8.93

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 CHANGED
@@ -1,4 +1,4 @@
1
- ## @crestal/nation-sdk@0.8.90
1
+ ## @crestal/nation-sdk@0.8.93
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.90 --save
39
+ npm install @crestal/nation-sdk@0.8.93 --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.90
7
+ * The version of the OpenAPI document: 0.8.93
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1313,9 +1313,10 @@ export interface LLMModelInfoWithProviderName {
1313
1313
 
1314
1314
  export const LLMProvider = {
1315
1315
  Openai: 'openai',
1316
+ Google: 'google',
1316
1317
  Deepseek: 'deepseek',
1317
1318
  Xai: 'xai',
1318
- Gatewayz: 'gatewayz',
1319
+ Openrouter: 'openrouter',
1319
1320
  Eternal: 'eternal',
1320
1321
  Reigent: 'reigent',
1321
1322
  Venice: 'venice',
package/base.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.90
7
+ * The version of the OpenAPI document: 0.8.93
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/common.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.90
7
+ * The version of the OpenAPI document: 0.8.93
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/configuration.ts CHANGED
@@ -3,7 +3,7 @@
3
3
  * Nation IntentKit API
4
4
  * API for Nation IntentKit services
5
5
  *
6
- * The version of the OpenAPI document: 0.8.90
6
+ * The version of the OpenAPI document: 0.8.93
7
7
  *
8
8
  *
9
9
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
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.90
5
+ * The version of the OpenAPI document: 0.8.93
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1285,9 +1285,10 @@ export interface LLMModelInfoWithProviderName {
1285
1285
  }
1286
1286
  export declare const LLMProvider: {
1287
1287
  readonly Openai: "openai";
1288
+ readonly Google: "google";
1288
1289
  readonly Deepseek: "deepseek";
1289
1290
  readonly Xai: "xai";
1290
- readonly Gatewayz: "gatewayz";
1291
+ readonly Openrouter: "openrouter";
1291
1292
  readonly Eternal: "eternal";
1292
1293
  readonly Reigent: "reigent";
1293
1294
  readonly Venice: "venice";
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.90
8
+ * The version of the OpenAPI document: 0.8.93
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -264,9 +264,10 @@ exports.EventType = {
264
264
  };
265
265
  exports.LLMProvider = {
266
266
  Openai: 'openai',
267
+ Google: 'google',
267
268
  Deepseek: 'deepseek',
268
269
  Xai: 'xai',
269
- Gatewayz: 'gatewayz',
270
+ Openrouter: 'openrouter',
270
271
  Eternal: 'eternal',
271
272
  Reigent: 'reigent',
272
273
  Venice: 'venice',
package/dist/base.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.90
5
+ * The version of the OpenAPI document: 0.8.93
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
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.90
8
+ * The version of the OpenAPI document: 0.8.93
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
@@ -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.90
5
+ * The version of the OpenAPI document: 0.8.93
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
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.90
8
+ * The version of the OpenAPI document: 0.8.93
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -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.90
5
+ * The version of the OpenAPI document: 0.8.93
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -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.90
7
+ * The version of the OpenAPI document: 0.8.93
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/index.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.90
5
+ * The version of the OpenAPI document: 0.8.93
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
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.90
8
+ * The version of the OpenAPI document: 0.8.93
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -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-26T17:18:51.235+00:00]
31
- **updated_at** | **string** | Timestamp when this data was updated | [optional] [default to 2025-11-26T17:18:51.235+00:00]
30
+ **created_at** | **string** | Timestamp when this data was created | [optional] [default to 2025-12-12T05:55:46.084+00:00]
31
+ **updated_at** | **string** | Timestamp when this data was updated | [optional] [default to 2025-12-12T05:55:46.084+00:00]
32
32
  **provider_name** | **string** | | [default to undefined]
33
33
 
34
34
  ## Example
@@ -5,11 +5,13 @@
5
5
 
6
6
  * `Openai` (value: `'openai'`)
7
7
 
8
+ * `Google` (value: `'google'`)
9
+
8
10
  * `Deepseek` (value: `'deepseek'`)
9
11
 
10
12
  * `Xai` (value: `'xai'`)
11
13
 
12
- * `Gatewayz` (value: `'gatewayz'`)
14
+ * `Openrouter` (value: `'openrouter'`)
13
15
 
14
16
  * `Eternal` (value: `'eternal'`)
15
17
 
package/index.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.90
7
+ * The version of the OpenAPI document: 0.8.93
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crestal/nation-sdk",
3
- "version": "0.8.90",
3
+ "version": "0.8.93",
4
4
  "description": "OpenAPI client for @crestal/nation-sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {