@crestal/nation-sdk 0.7.36 → 0.7.38

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.7.36
1
+ ## @crestal/nation-sdk@0.7.38
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.7.36 --save
39
+ npm install @crestal/nation-sdk@0.7.38 --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.7.36
7
+ * The version of the OpenAPI document: 0.7.38
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -297,7 +297,8 @@ export interface Agent {
297
297
 
298
298
  export const AgentWalletProviderEnum = {
299
299
  Cdp: 'cdp',
300
- Readonly: 'readonly'
300
+ Readonly: 'readonly',
301
+ None: 'none'
301
302
  } as const;
302
303
 
303
304
  export type AgentWalletProviderEnum = typeof AgentWalletProviderEnum[keyof typeof AgentWalletProviderEnum];
@@ -630,7 +631,8 @@ export interface AgentCreate {
630
631
 
631
632
  export const AgentCreateWalletProviderEnum = {
632
633
  Cdp: 'cdp',
633
- Readonly: 'readonly'
634
+ Readonly: 'readonly',
635
+ None: 'none'
634
636
  } as const;
635
637
 
636
638
  export type AgentCreateWalletProviderEnum = typeof AgentCreateWalletProviderEnum[keyof typeof AgentCreateWalletProviderEnum];
@@ -865,7 +867,8 @@ export interface AgentDraft {
865
867
 
866
868
  export const AgentDraftWalletProviderEnum = {
867
869
  Cdp: 'cdp',
868
- Readonly: 'readonly'
870
+ Readonly: 'readonly',
871
+ None: 'none'
869
872
  } as const;
870
873
 
871
874
  export type AgentDraftWalletProviderEnum = typeof AgentDraftWalletProviderEnum[keyof typeof AgentDraftWalletProviderEnum];
@@ -1368,7 +1371,8 @@ export interface AgentResponse {
1368
1371
 
1369
1372
  export const AgentResponseWalletProviderEnum = {
1370
1373
  Cdp: 'cdp',
1371
- Readonly: 'readonly'
1374
+ Readonly: 'readonly',
1375
+ None: 'none'
1372
1376
  } as const;
1373
1377
 
1374
1378
  export type AgentResponseWalletProviderEnum = typeof AgentResponseWalletProviderEnum[keyof typeof AgentResponseWalletProviderEnum];
@@ -1672,7 +1676,8 @@ export interface AgentUpdate {
1672
1676
 
1673
1677
  export const AgentUpdateWalletProviderEnum = {
1674
1678
  Cdp: 'cdp',
1675
- Readonly: 'readonly'
1679
+ Readonly: 'readonly',
1680
+ None: 'none'
1676
1681
  } as const;
1677
1682
 
1678
1683
  export type AgentUpdateWalletProviderEnum = typeof AgentUpdateWalletProviderEnum[keyof typeof AgentUpdateWalletProviderEnum];
@@ -1834,7 +1839,8 @@ export interface AgentUserInput {
1834
1839
 
1835
1840
  export const AgentUserInputWalletProviderEnum = {
1836
1841
  Cdp: 'cdp',
1837
- Readonly: 'readonly'
1842
+ Readonly: 'readonly',
1843
+ None: 'none'
1838
1844
  } as const;
1839
1845
 
1840
1846
  export type AgentUserInputWalletProviderEnum = typeof AgentUserInputWalletProviderEnum[keyof typeof AgentUserInputWalletProviderEnum];
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.7.36
7
+ * The version of the OpenAPI document: 0.7.38
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.7.36
7
+ * The version of the OpenAPI document: 0.7.38
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/configuration.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.7.36
7
+ * The version of the OpenAPI document: 0.7.38
8
8
  *
9
9
  *
10
10
  * 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.7.36
5
+ * The version of the OpenAPI document: 0.7.38
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -287,6 +287,7 @@ export interface Agent {
287
287
  export declare const AgentWalletProviderEnum: {
288
288
  readonly Cdp: "cdp";
289
289
  readonly Readonly: "readonly";
290
+ readonly None: "none";
290
291
  };
291
292
  export type AgentWalletProviderEnum = typeof AgentWalletProviderEnum[keyof typeof AgentWalletProviderEnum];
292
293
  export declare const AgentNetworkIdEnum: {
@@ -615,6 +616,7 @@ export interface AgentCreate {
615
616
  export declare const AgentCreateWalletProviderEnum: {
616
617
  readonly Cdp: "cdp";
617
618
  readonly Readonly: "readonly";
619
+ readonly None: "none";
618
620
  };
619
621
  export type AgentCreateWalletProviderEnum = typeof AgentCreateWalletProviderEnum[keyof typeof AgentCreateWalletProviderEnum];
620
622
  export declare const AgentCreateNetworkIdEnum: {
@@ -845,6 +847,7 @@ export interface AgentDraft {
845
847
  export declare const AgentDraftWalletProviderEnum: {
846
848
  readonly Cdp: "cdp";
847
849
  readonly Readonly: "readonly";
850
+ readonly None: "none";
848
851
  };
849
852
  export type AgentDraftWalletProviderEnum = typeof AgentDraftWalletProviderEnum[keyof typeof AgentDraftWalletProviderEnum];
850
853
  export declare const AgentDraftNetworkIdEnum: {
@@ -1345,6 +1348,7 @@ export interface AgentResponse {
1345
1348
  export declare const AgentResponseWalletProviderEnum: {
1346
1349
  readonly Cdp: "cdp";
1347
1350
  readonly Readonly: "readonly";
1351
+ readonly None: "none";
1348
1352
  };
1349
1353
  export type AgentResponseWalletProviderEnum = typeof AgentResponseWalletProviderEnum[keyof typeof AgentResponseWalletProviderEnum];
1350
1354
  export declare const AgentResponseNetworkIdEnum: {
@@ -1636,6 +1640,7 @@ export interface AgentUpdate {
1636
1640
  export declare const AgentUpdateWalletProviderEnum: {
1637
1641
  readonly Cdp: "cdp";
1638
1642
  readonly Readonly: "readonly";
1643
+ readonly None: "none";
1639
1644
  };
1640
1645
  export type AgentUpdateWalletProviderEnum = typeof AgentUpdateWalletProviderEnum[keyof typeof AgentUpdateWalletProviderEnum];
1641
1646
  export declare const AgentUpdateNetworkIdEnum: {
@@ -1793,6 +1798,7 @@ export interface AgentUserInput {
1793
1798
  export declare const AgentUserInputWalletProviderEnum: {
1794
1799
  readonly Cdp: "cdp";
1795
1800
  readonly Readonly: "readonly";
1801
+ readonly None: "none";
1796
1802
  };
1797
1803
  export type AgentUserInputWalletProviderEnum = typeof AgentUserInputWalletProviderEnum[keyof typeof AgentUserInputWalletProviderEnum];
1798
1804
  export declare const AgentUserInputNetworkIdEnum: {
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.7.36
8
+ * The version of the OpenAPI document: 0.7.38
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -94,7 +94,8 @@ var common_1 = require("./common");
94
94
  var base_1 = require("./base");
95
95
  exports.AgentWalletProviderEnum = {
96
96
  Cdp: 'cdp',
97
- Readonly: 'readonly'
97
+ Readonly: 'readonly',
98
+ None: 'none'
98
99
  };
99
100
  exports.AgentNetworkIdEnum = {
100
101
  BaseMainnet: 'base-mainnet',
@@ -115,7 +116,8 @@ exports.AgentShortTermMemoryStrategyEnum = {
115
116
  };
116
117
  exports.AgentCreateWalletProviderEnum = {
117
118
  Cdp: 'cdp',
118
- Readonly: 'readonly'
119
+ Readonly: 'readonly',
120
+ None: 'none'
119
121
  };
120
122
  exports.AgentCreateNetworkIdEnum = {
121
123
  BaseMainnet: 'base-mainnet',
@@ -136,7 +138,8 @@ exports.AgentCreateShortTermMemoryStrategyEnum = {
136
138
  };
137
139
  exports.AgentDraftWalletProviderEnum = {
138
140
  Cdp: 'cdp',
139
- Readonly: 'readonly'
141
+ Readonly: 'readonly',
142
+ None: 'none'
140
143
  };
141
144
  exports.AgentDraftNetworkIdEnum = {
142
145
  BaseMainnet: 'base-mainnet',
@@ -157,7 +160,8 @@ exports.AgentDraftShortTermMemoryStrategyEnum = {
157
160
  };
158
161
  exports.AgentResponseWalletProviderEnum = {
159
162
  Cdp: 'cdp',
160
- Readonly: 'readonly'
163
+ Readonly: 'readonly',
164
+ None: 'none'
161
165
  };
162
166
  exports.AgentResponseNetworkIdEnum = {
163
167
  BaseMainnet: 'base-mainnet',
@@ -201,7 +205,8 @@ exports.AgentState = {
201
205
  };
202
206
  exports.AgentUpdateWalletProviderEnum = {
203
207
  Cdp: 'cdp',
204
- Readonly: 'readonly'
208
+ Readonly: 'readonly',
209
+ None: 'none'
205
210
  };
206
211
  exports.AgentUpdateNetworkIdEnum = {
207
212
  BaseMainnet: 'base-mainnet',
@@ -222,7 +227,8 @@ exports.AgentUpdateShortTermMemoryStrategyEnum = {
222
227
  };
223
228
  exports.AgentUserInputWalletProviderEnum = {
224
229
  Cdp: 'cdp',
225
- Readonly: 'readonly'
230
+ Readonly: 'readonly',
231
+ None: 'none'
226
232
  };
227
233
  exports.AgentUserInputNetworkIdEnum = {
228
234
  BaseMainnet: 'base-mainnet',
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.7.36
5
+ * The version of the OpenAPI document: 0.7.38
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.7.36
8
+ * The version of the OpenAPI document: 0.7.38
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.7.36
5
+ * The version of the OpenAPI document: 0.7.38
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.7.36
8
+ * The version of the OpenAPI document: 0.7.38
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.7.36
5
+ * The version of the OpenAPI document: 0.7.38
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -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.7.36
8
+ * The version of the OpenAPI document: 0.7.38
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
@@ -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.7.36
5
+ * The version of the OpenAPI document: 0.7.38
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.7.36
8
+ * The version of the OpenAPI document: 0.7.38
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-10-10T10:39:18.143+00:00]
31
- **updated_at** | **string** | Timestamp when this data was updated | [optional] [default to 2025-10-10T10:39:18.143+00:00]
30
+ **created_at** | **string** | Timestamp when this data was created | [optional] [default to 2025-10-11T14:14:22.813+00:00]
31
+ **updated_at** | **string** | Timestamp when this data was updated | [optional] [default to 2025-10-11T14:14:22.813+00:00]
32
32
  **provider_name** | **string** | | [default to undefined]
33
33
 
34
34
  ## Example
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.7.36
7
+ * The version of the OpenAPI document: 0.7.38
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.7.36",
3
+ "version": "0.7.38",
4
4
  "description": "OpenAPI client for @crestal/nation-sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {