@crestal/nation-sdk 0.7.19 → 0.7.20
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 +13 -13
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +13 -13
- package/dist/api.js +13 -13
- 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/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.7.
|
|
1
|
+
## @crestal/nation-sdk@0.7.20
|
|
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.
|
|
39
|
+
npm install @crestal/nation-sdk@0.7.20 --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.
|
|
7
|
+
* The version of the OpenAPI document: 0.7.20
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -302,12 +302,12 @@ export const AgentWalletProviderEnum = {
|
|
|
302
302
|
|
|
303
303
|
export type AgentWalletProviderEnum = typeof AgentWalletProviderEnum[keyof typeof AgentWalletProviderEnum];
|
|
304
304
|
export const AgentNetworkIdEnum = {
|
|
305
|
+
BaseMainnet: 'base-mainnet',
|
|
306
|
+
BaseSepolia: 'base-sepolia',
|
|
305
307
|
EthereumMainnet: 'ethereum-mainnet',
|
|
306
308
|
EthereumSepolia: 'ethereum-sepolia',
|
|
307
309
|
PolygonMainnet: 'polygon-mainnet',
|
|
308
310
|
PolygonMumbai: 'polygon-mumbai',
|
|
309
|
-
BaseMainnet: 'base-mainnet',
|
|
310
|
-
BaseSepolia: 'base-sepolia',
|
|
311
311
|
ArbitrumMainnet: 'arbitrum-mainnet',
|
|
312
312
|
ArbitrumSepolia: 'arbitrum-sepolia',
|
|
313
313
|
OptimismMainnet: 'optimism-mainnet',
|
|
@@ -635,12 +635,12 @@ export const AgentCreateWalletProviderEnum = {
|
|
|
635
635
|
|
|
636
636
|
export type AgentCreateWalletProviderEnum = typeof AgentCreateWalletProviderEnum[keyof typeof AgentCreateWalletProviderEnum];
|
|
637
637
|
export const AgentCreateNetworkIdEnum = {
|
|
638
|
+
BaseMainnet: 'base-mainnet',
|
|
639
|
+
BaseSepolia: 'base-sepolia',
|
|
638
640
|
EthereumMainnet: 'ethereum-mainnet',
|
|
639
641
|
EthereumSepolia: 'ethereum-sepolia',
|
|
640
642
|
PolygonMainnet: 'polygon-mainnet',
|
|
641
643
|
PolygonMumbai: 'polygon-mumbai',
|
|
642
|
-
BaseMainnet: 'base-mainnet',
|
|
643
|
-
BaseSepolia: 'base-sepolia',
|
|
644
644
|
ArbitrumMainnet: 'arbitrum-mainnet',
|
|
645
645
|
ArbitrumSepolia: 'arbitrum-sepolia',
|
|
646
646
|
OptimismMainnet: 'optimism-mainnet',
|
|
@@ -870,12 +870,12 @@ export const AgentDraftWalletProviderEnum = {
|
|
|
870
870
|
|
|
871
871
|
export type AgentDraftWalletProviderEnum = typeof AgentDraftWalletProviderEnum[keyof typeof AgentDraftWalletProviderEnum];
|
|
872
872
|
export const AgentDraftNetworkIdEnum = {
|
|
873
|
+
BaseMainnet: 'base-mainnet',
|
|
874
|
+
BaseSepolia: 'base-sepolia',
|
|
873
875
|
EthereumMainnet: 'ethereum-mainnet',
|
|
874
876
|
EthereumSepolia: 'ethereum-sepolia',
|
|
875
877
|
PolygonMainnet: 'polygon-mainnet',
|
|
876
878
|
PolygonMumbai: 'polygon-mumbai',
|
|
877
|
-
BaseMainnet: 'base-mainnet',
|
|
878
|
-
BaseSepolia: 'base-sepolia',
|
|
879
879
|
ArbitrumMainnet: 'arbitrum-mainnet',
|
|
880
880
|
ArbitrumSepolia: 'arbitrum-sepolia',
|
|
881
881
|
OptimismMainnet: 'optimism-mainnet',
|
|
@@ -1367,12 +1367,12 @@ export const AgentResponseWalletProviderEnum = {
|
|
|
1367
1367
|
|
|
1368
1368
|
export type AgentResponseWalletProviderEnum = typeof AgentResponseWalletProviderEnum[keyof typeof AgentResponseWalletProviderEnum];
|
|
1369
1369
|
export const AgentResponseNetworkIdEnum = {
|
|
1370
|
+
BaseMainnet: 'base-mainnet',
|
|
1371
|
+
BaseSepolia: 'base-sepolia',
|
|
1370
1372
|
EthereumMainnet: 'ethereum-mainnet',
|
|
1371
1373
|
EthereumSepolia: 'ethereum-sepolia',
|
|
1372
1374
|
PolygonMainnet: 'polygon-mainnet',
|
|
1373
1375
|
PolygonMumbai: 'polygon-mumbai',
|
|
1374
|
-
BaseMainnet: 'base-mainnet',
|
|
1375
|
-
BaseSepolia: 'base-sepolia',
|
|
1376
1376
|
ArbitrumMainnet: 'arbitrum-mainnet',
|
|
1377
1377
|
ArbitrumSepolia: 'arbitrum-sepolia',
|
|
1378
1378
|
OptimismMainnet: 'optimism-mainnet',
|
|
@@ -1668,12 +1668,12 @@ export const AgentUpdateWalletProviderEnum = {
|
|
|
1668
1668
|
|
|
1669
1669
|
export type AgentUpdateWalletProviderEnum = typeof AgentUpdateWalletProviderEnum[keyof typeof AgentUpdateWalletProviderEnum];
|
|
1670
1670
|
export const AgentUpdateNetworkIdEnum = {
|
|
1671
|
+
BaseMainnet: 'base-mainnet',
|
|
1672
|
+
BaseSepolia: 'base-sepolia',
|
|
1671
1673
|
EthereumMainnet: 'ethereum-mainnet',
|
|
1672
1674
|
EthereumSepolia: 'ethereum-sepolia',
|
|
1673
1675
|
PolygonMainnet: 'polygon-mainnet',
|
|
1674
1676
|
PolygonMumbai: 'polygon-mumbai',
|
|
1675
|
-
BaseMainnet: 'base-mainnet',
|
|
1676
|
-
BaseSepolia: 'base-sepolia',
|
|
1677
1677
|
ArbitrumMainnet: 'arbitrum-mainnet',
|
|
1678
1678
|
ArbitrumSepolia: 'arbitrum-sepolia',
|
|
1679
1679
|
OptimismMainnet: 'optimism-mainnet',
|
|
@@ -1830,12 +1830,12 @@ export const AgentUserInputWalletProviderEnum = {
|
|
|
1830
1830
|
|
|
1831
1831
|
export type AgentUserInputWalletProviderEnum = typeof AgentUserInputWalletProviderEnum[keyof typeof AgentUserInputWalletProviderEnum];
|
|
1832
1832
|
export const AgentUserInputNetworkIdEnum = {
|
|
1833
|
+
BaseMainnet: 'base-mainnet',
|
|
1834
|
+
BaseSepolia: 'base-sepolia',
|
|
1833
1835
|
EthereumMainnet: 'ethereum-mainnet',
|
|
1834
1836
|
EthereumSepolia: 'ethereum-sepolia',
|
|
1835
1837
|
PolygonMainnet: 'polygon-mainnet',
|
|
1836
1838
|
PolygonMumbai: 'polygon-mumbai',
|
|
1837
|
-
BaseMainnet: 'base-mainnet',
|
|
1838
|
-
BaseSepolia: 'base-sepolia',
|
|
1839
1839
|
ArbitrumMainnet: 'arbitrum-mainnet',
|
|
1840
1840
|
ArbitrumSepolia: 'arbitrum-sepolia',
|
|
1841
1841
|
OptimismMainnet: 'optimism-mainnet',
|
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.7.
|
|
5
|
+
* The version of the OpenAPI document: 0.7.20
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -290,12 +290,12 @@ export declare const AgentWalletProviderEnum: {
|
|
|
290
290
|
};
|
|
291
291
|
export type AgentWalletProviderEnum = typeof AgentWalletProviderEnum[keyof typeof AgentWalletProviderEnum];
|
|
292
292
|
export declare const AgentNetworkIdEnum: {
|
|
293
|
+
readonly BaseMainnet: "base-mainnet";
|
|
294
|
+
readonly BaseSepolia: "base-sepolia";
|
|
293
295
|
readonly EthereumMainnet: "ethereum-mainnet";
|
|
294
296
|
readonly EthereumSepolia: "ethereum-sepolia";
|
|
295
297
|
readonly PolygonMainnet: "polygon-mainnet";
|
|
296
298
|
readonly PolygonMumbai: "polygon-mumbai";
|
|
297
|
-
readonly BaseMainnet: "base-mainnet";
|
|
298
|
-
readonly BaseSepolia: "base-sepolia";
|
|
299
299
|
readonly ArbitrumMainnet: "arbitrum-mainnet";
|
|
300
300
|
readonly ArbitrumSepolia: "arbitrum-sepolia";
|
|
301
301
|
readonly OptimismMainnet: "optimism-mainnet";
|
|
@@ -618,12 +618,12 @@ export declare const AgentCreateWalletProviderEnum: {
|
|
|
618
618
|
};
|
|
619
619
|
export type AgentCreateWalletProviderEnum = typeof AgentCreateWalletProviderEnum[keyof typeof AgentCreateWalletProviderEnum];
|
|
620
620
|
export declare const AgentCreateNetworkIdEnum: {
|
|
621
|
+
readonly BaseMainnet: "base-mainnet";
|
|
622
|
+
readonly BaseSepolia: "base-sepolia";
|
|
621
623
|
readonly EthereumMainnet: "ethereum-mainnet";
|
|
622
624
|
readonly EthereumSepolia: "ethereum-sepolia";
|
|
623
625
|
readonly PolygonMainnet: "polygon-mainnet";
|
|
624
626
|
readonly PolygonMumbai: "polygon-mumbai";
|
|
625
|
-
readonly BaseMainnet: "base-mainnet";
|
|
626
|
-
readonly BaseSepolia: "base-sepolia";
|
|
627
627
|
readonly ArbitrumMainnet: "arbitrum-mainnet";
|
|
628
628
|
readonly ArbitrumSepolia: "arbitrum-sepolia";
|
|
629
629
|
readonly OptimismMainnet: "optimism-mainnet";
|
|
@@ -848,12 +848,12 @@ export declare const AgentDraftWalletProviderEnum: {
|
|
|
848
848
|
};
|
|
849
849
|
export type AgentDraftWalletProviderEnum = typeof AgentDraftWalletProviderEnum[keyof typeof AgentDraftWalletProviderEnum];
|
|
850
850
|
export declare const AgentDraftNetworkIdEnum: {
|
|
851
|
+
readonly BaseMainnet: "base-mainnet";
|
|
852
|
+
readonly BaseSepolia: "base-sepolia";
|
|
851
853
|
readonly EthereumMainnet: "ethereum-mainnet";
|
|
852
854
|
readonly EthereumSepolia: "ethereum-sepolia";
|
|
853
855
|
readonly PolygonMainnet: "polygon-mainnet";
|
|
854
856
|
readonly PolygonMumbai: "polygon-mumbai";
|
|
855
|
-
readonly BaseMainnet: "base-mainnet";
|
|
856
|
-
readonly BaseSepolia: "base-sepolia";
|
|
857
857
|
readonly ArbitrumMainnet: "arbitrum-mainnet";
|
|
858
858
|
readonly ArbitrumSepolia: "arbitrum-sepolia";
|
|
859
859
|
readonly OptimismMainnet: "optimism-mainnet";
|
|
@@ -1342,12 +1342,12 @@ export declare const AgentResponseWalletProviderEnum: {
|
|
|
1342
1342
|
};
|
|
1343
1343
|
export type AgentResponseWalletProviderEnum = typeof AgentResponseWalletProviderEnum[keyof typeof AgentResponseWalletProviderEnum];
|
|
1344
1344
|
export declare const AgentResponseNetworkIdEnum: {
|
|
1345
|
+
readonly BaseMainnet: "base-mainnet";
|
|
1346
|
+
readonly BaseSepolia: "base-sepolia";
|
|
1345
1347
|
readonly EthereumMainnet: "ethereum-mainnet";
|
|
1346
1348
|
readonly EthereumSepolia: "ethereum-sepolia";
|
|
1347
1349
|
readonly PolygonMainnet: "polygon-mainnet";
|
|
1348
1350
|
readonly PolygonMumbai: "polygon-mumbai";
|
|
1349
|
-
readonly BaseMainnet: "base-mainnet";
|
|
1350
|
-
readonly BaseSepolia: "base-sepolia";
|
|
1351
1351
|
readonly ArbitrumMainnet: "arbitrum-mainnet";
|
|
1352
1352
|
readonly ArbitrumSepolia: "arbitrum-sepolia";
|
|
1353
1353
|
readonly OptimismMainnet: "optimism-mainnet";
|
|
@@ -1630,12 +1630,12 @@ export declare const AgentUpdateWalletProviderEnum: {
|
|
|
1630
1630
|
};
|
|
1631
1631
|
export type AgentUpdateWalletProviderEnum = typeof AgentUpdateWalletProviderEnum[keyof typeof AgentUpdateWalletProviderEnum];
|
|
1632
1632
|
export declare const AgentUpdateNetworkIdEnum: {
|
|
1633
|
+
readonly BaseMainnet: "base-mainnet";
|
|
1634
|
+
readonly BaseSepolia: "base-sepolia";
|
|
1633
1635
|
readonly EthereumMainnet: "ethereum-mainnet";
|
|
1634
1636
|
readonly EthereumSepolia: "ethereum-sepolia";
|
|
1635
1637
|
readonly PolygonMainnet: "polygon-mainnet";
|
|
1636
1638
|
readonly PolygonMumbai: "polygon-mumbai";
|
|
1637
|
-
readonly BaseMainnet: "base-mainnet";
|
|
1638
|
-
readonly BaseSepolia: "base-sepolia";
|
|
1639
1639
|
readonly ArbitrumMainnet: "arbitrum-mainnet";
|
|
1640
1640
|
readonly ArbitrumSepolia: "arbitrum-sepolia";
|
|
1641
1641
|
readonly OptimismMainnet: "optimism-mainnet";
|
|
@@ -1787,12 +1787,12 @@ export declare const AgentUserInputWalletProviderEnum: {
|
|
|
1787
1787
|
};
|
|
1788
1788
|
export type AgentUserInputWalletProviderEnum = typeof AgentUserInputWalletProviderEnum[keyof typeof AgentUserInputWalletProviderEnum];
|
|
1789
1789
|
export declare const AgentUserInputNetworkIdEnum: {
|
|
1790
|
+
readonly BaseMainnet: "base-mainnet";
|
|
1791
|
+
readonly BaseSepolia: "base-sepolia";
|
|
1790
1792
|
readonly EthereumMainnet: "ethereum-mainnet";
|
|
1791
1793
|
readonly EthereumSepolia: "ethereum-sepolia";
|
|
1792
1794
|
readonly PolygonMainnet: "polygon-mainnet";
|
|
1793
1795
|
readonly PolygonMumbai: "polygon-mumbai";
|
|
1794
|
-
readonly BaseMainnet: "base-mainnet";
|
|
1795
|
-
readonly BaseSepolia: "base-sepolia";
|
|
1796
1796
|
readonly ArbitrumMainnet: "arbitrum-mainnet";
|
|
1797
1797
|
readonly ArbitrumSepolia: "arbitrum-sepolia";
|
|
1798
1798
|
readonly OptimismMainnet: "optimism-mainnet";
|
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.
|
|
8
|
+
* The version of the OpenAPI document: 0.7.20
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -97,12 +97,12 @@ exports.AgentWalletProviderEnum = {
|
|
|
97
97
|
Readonly: 'readonly'
|
|
98
98
|
};
|
|
99
99
|
exports.AgentNetworkIdEnum = {
|
|
100
|
+
BaseMainnet: 'base-mainnet',
|
|
101
|
+
BaseSepolia: 'base-sepolia',
|
|
100
102
|
EthereumMainnet: 'ethereum-mainnet',
|
|
101
103
|
EthereumSepolia: 'ethereum-sepolia',
|
|
102
104
|
PolygonMainnet: 'polygon-mainnet',
|
|
103
105
|
PolygonMumbai: 'polygon-mumbai',
|
|
104
|
-
BaseMainnet: 'base-mainnet',
|
|
105
|
-
BaseSepolia: 'base-sepolia',
|
|
106
106
|
ArbitrumMainnet: 'arbitrum-mainnet',
|
|
107
107
|
ArbitrumSepolia: 'arbitrum-sepolia',
|
|
108
108
|
OptimismMainnet: 'optimism-mainnet',
|
|
@@ -118,12 +118,12 @@ exports.AgentCreateWalletProviderEnum = {
|
|
|
118
118
|
Readonly: 'readonly'
|
|
119
119
|
};
|
|
120
120
|
exports.AgentCreateNetworkIdEnum = {
|
|
121
|
+
BaseMainnet: 'base-mainnet',
|
|
122
|
+
BaseSepolia: 'base-sepolia',
|
|
121
123
|
EthereumMainnet: 'ethereum-mainnet',
|
|
122
124
|
EthereumSepolia: 'ethereum-sepolia',
|
|
123
125
|
PolygonMainnet: 'polygon-mainnet',
|
|
124
126
|
PolygonMumbai: 'polygon-mumbai',
|
|
125
|
-
BaseMainnet: 'base-mainnet',
|
|
126
|
-
BaseSepolia: 'base-sepolia',
|
|
127
127
|
ArbitrumMainnet: 'arbitrum-mainnet',
|
|
128
128
|
ArbitrumSepolia: 'arbitrum-sepolia',
|
|
129
129
|
OptimismMainnet: 'optimism-mainnet',
|
|
@@ -139,12 +139,12 @@ exports.AgentDraftWalletProviderEnum = {
|
|
|
139
139
|
Readonly: 'readonly'
|
|
140
140
|
};
|
|
141
141
|
exports.AgentDraftNetworkIdEnum = {
|
|
142
|
+
BaseMainnet: 'base-mainnet',
|
|
143
|
+
BaseSepolia: 'base-sepolia',
|
|
142
144
|
EthereumMainnet: 'ethereum-mainnet',
|
|
143
145
|
EthereumSepolia: 'ethereum-sepolia',
|
|
144
146
|
PolygonMainnet: 'polygon-mainnet',
|
|
145
147
|
PolygonMumbai: 'polygon-mumbai',
|
|
146
|
-
BaseMainnet: 'base-mainnet',
|
|
147
|
-
BaseSepolia: 'base-sepolia',
|
|
148
148
|
ArbitrumMainnet: 'arbitrum-mainnet',
|
|
149
149
|
ArbitrumSepolia: 'arbitrum-sepolia',
|
|
150
150
|
OptimismMainnet: 'optimism-mainnet',
|
|
@@ -160,12 +160,12 @@ exports.AgentResponseWalletProviderEnum = {
|
|
|
160
160
|
Readonly: 'readonly'
|
|
161
161
|
};
|
|
162
162
|
exports.AgentResponseNetworkIdEnum = {
|
|
163
|
+
BaseMainnet: 'base-mainnet',
|
|
164
|
+
BaseSepolia: 'base-sepolia',
|
|
163
165
|
EthereumMainnet: 'ethereum-mainnet',
|
|
164
166
|
EthereumSepolia: 'ethereum-sepolia',
|
|
165
167
|
PolygonMainnet: 'polygon-mainnet',
|
|
166
168
|
PolygonMumbai: 'polygon-mumbai',
|
|
167
|
-
BaseMainnet: 'base-mainnet',
|
|
168
|
-
BaseSepolia: 'base-sepolia',
|
|
169
169
|
ArbitrumMainnet: 'arbitrum-mainnet',
|
|
170
170
|
ArbitrumSepolia: 'arbitrum-sepolia',
|
|
171
171
|
OptimismMainnet: 'optimism-mainnet',
|
|
@@ -201,12 +201,12 @@ exports.AgentUpdateWalletProviderEnum = {
|
|
|
201
201
|
Readonly: 'readonly'
|
|
202
202
|
};
|
|
203
203
|
exports.AgentUpdateNetworkIdEnum = {
|
|
204
|
+
BaseMainnet: 'base-mainnet',
|
|
205
|
+
BaseSepolia: 'base-sepolia',
|
|
204
206
|
EthereumMainnet: 'ethereum-mainnet',
|
|
205
207
|
EthereumSepolia: 'ethereum-sepolia',
|
|
206
208
|
PolygonMainnet: 'polygon-mainnet',
|
|
207
209
|
PolygonMumbai: 'polygon-mumbai',
|
|
208
|
-
BaseMainnet: 'base-mainnet',
|
|
209
|
-
BaseSepolia: 'base-sepolia',
|
|
210
210
|
ArbitrumMainnet: 'arbitrum-mainnet',
|
|
211
211
|
ArbitrumSepolia: 'arbitrum-sepolia',
|
|
212
212
|
OptimismMainnet: 'optimism-mainnet',
|
|
@@ -222,12 +222,12 @@ exports.AgentUserInputWalletProviderEnum = {
|
|
|
222
222
|
Readonly: 'readonly'
|
|
223
223
|
};
|
|
224
224
|
exports.AgentUserInputNetworkIdEnum = {
|
|
225
|
+
BaseMainnet: 'base-mainnet',
|
|
226
|
+
BaseSepolia: 'base-sepolia',
|
|
225
227
|
EthereumMainnet: 'ethereum-mainnet',
|
|
226
228
|
EthereumSepolia: 'ethereum-sepolia',
|
|
227
229
|
PolygonMainnet: 'polygon-mainnet',
|
|
228
230
|
PolygonMumbai: 'polygon-mumbai',
|
|
229
|
-
BaseMainnet: 'base-mainnet',
|
|
230
|
-
BaseSepolia: 'base-sepolia',
|
|
231
231
|
ArbitrumMainnet: 'arbitrum-mainnet',
|
|
232
232
|
ArbitrumSepolia: 'arbitrum-sepolia',
|
|
233
233
|
OptimismMainnet: 'optimism-mainnet',
|
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.7.
|
|
8
|
+
* The version of the OpenAPI document: 0.7.20
|
|
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.7.
|
|
8
|
+
* The version of the OpenAPI document: 0.7.20
|
|
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.7.
|
|
8
|
+
* The version of the OpenAPI document: 0.7.20
|
|
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.7.
|
|
8
|
+
* The version of the OpenAPI document: 0.7.20
|
|
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-09-
|
|
31
|
-
**updated_at** | **string** | Timestamp when this data was updated | [optional] [default to 2025-09-
|
|
30
|
+
**created_at** | **string** | Timestamp when this data was created | [optional] [default to 2025-09-29T17:42:18.109+00:00]
|
|
31
|
+
**updated_at** | **string** | Timestamp when this data was updated | [optional] [default to 2025-09-29T17:42:18.109+00:00]
|
|
32
32
|
**provider_name** | **string** | | [default to undefined]
|
|
33
33
|
|
|
34
34
|
## Example
|
package/index.ts
CHANGED