@crestal/nation-sdk 0.8.91 → 0.8.94

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/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.91
5
+ * The version of the OpenAPI document: 0.8.94
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.91
8
+ * The version of the OpenAPI document: 0.8.94
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-28T10:16:45.054+00:00]
31
- **updated_at** | **string** | Timestamp when this data was updated | [optional] [default to 2025-11-28T10:16:45.054+00:00]
30
+ **created_at** | **string** | Timestamp when this data was created | [optional] [default to 2025-12-27T12:39:43.342+00:00]
31
+ **updated_at** | **string** | Timestamp when this data was updated | [optional] [default to 2025-12-27T12:39:43.342+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.91
7
+ * The version of the OpenAPI document: 0.8.94
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.91",
3
+ "version": "0.8.94",
4
4
  "description": "OpenAPI client for @crestal/nation-sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {