@crestal/nation-sdk 0.7.44 → 0.7.46

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.44
1
+ ## @crestal/nation-sdk@0.7.46
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.44 --save
39
+ npm install @crestal/nation-sdk@0.7.46 --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.44
7
+ * The version of the OpenAPI document: 0.7.46
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -35,7 +35,7 @@ export interface Agent {
35
35
  'fee_percentage'?: string | null;
36
36
  'example_intro'?: string | null;
37
37
  'examples'?: Array<AgentExample> | null;
38
- 'public_extra'?: object | null;
38
+ 'public_extra'?: { [key: string]: any; } | null;
39
39
  'name': string | null;
40
40
  'picture'?: string | null;
41
41
  'purpose'?: string | null;
@@ -53,15 +53,15 @@ export interface Agent {
53
53
  'wallet_provider'?: AgentWalletProviderEnum | null;
54
54
  'readonly_wallet_address'?: string | null;
55
55
  'network_id'?: AgentNetworkIdEnum | null;
56
- 'skills'?: object | null;
56
+ 'skills'?: { [key: string]: any; } | null;
57
57
  'short_term_memory_strategy'?: AgentShortTermMemoryStrategyEnum | null;
58
58
  'autonomous'?: Array<AgentAutonomous> | null;
59
59
  'telegram_entrypoint_enabled'?: boolean | null;
60
60
  'telegram_entrypoint_prompt'?: string | null;
61
- 'telegram_config'?: object | null;
61
+ 'telegram_config'?: { [key: string]: any; } | null;
62
62
  'xmtp_entrypoint_prompt'?: string | null;
63
63
  'upstream_id'?: string | null;
64
- 'upstream_extra'?: object | null;
64
+ 'upstream_extra'?: { [key: string]: any; } | null;
65
65
  /**
66
66
  * Unique identifier for the agent. Must be URL-safe, containing only lowercase letters, numbers, and hyphens
67
67
  */
@@ -69,10 +69,10 @@ export interface Agent {
69
69
  'owner'?: string | null;
70
70
  'slug'?: string | null;
71
71
  'version'?: string | null;
72
- 'statistics'?: object | null;
73
- 'assets'?: object | null;
72
+ 'statistics'?: { [key: string]: any; } | null;
73
+ 'assets'?: { [key: string]: any; } | null;
74
74
  'account_snapshot'?: CreditAccount | null;
75
- 'extra'?: object | null;
75
+ 'extra'?: { [key: string]: any; } | null;
76
76
  'deployed_at'?: string | null;
77
77
  'public_info_updated_at'?: string | null;
78
78
  /**
@@ -204,15 +204,15 @@ export interface AgentCreate {
204
204
  'wallet_provider'?: AgentCreateWalletProviderEnum | null;
205
205
  'readonly_wallet_address'?: string | null;
206
206
  'network_id'?: AgentCreateNetworkIdEnum | null;
207
- 'skills'?: object | null;
207
+ 'skills'?: { [key: string]: any; } | null;
208
208
  'short_term_memory_strategy'?: AgentCreateShortTermMemoryStrategyEnum | null;
209
209
  'autonomous'?: Array<AgentAutonomous> | null;
210
210
  'telegram_entrypoint_enabled'?: boolean | null;
211
211
  'telegram_entrypoint_prompt'?: string | null;
212
- 'telegram_config'?: object | null;
212
+ 'telegram_config'?: { [key: string]: any; } | null;
213
213
  'xmtp_entrypoint_prompt'?: string | null;
214
214
  'upstream_id'?: string | null;
215
- 'upstream_extra'?: object | null;
215
+ 'upstream_extra'?: { [key: string]: any; } | null;
216
216
  /**
217
217
  * Unique identifier for the agent. Must be URL-safe, containing only lowercase letters, numbers, and hyphens
218
218
  */
@@ -284,12 +284,12 @@ export interface AgentDraft {
284
284
  'wallet_provider'?: AgentDraftWalletProviderEnum | null;
285
285
  'readonly_wallet_address'?: string | null;
286
286
  'network_id'?: AgentDraftNetworkIdEnum | null;
287
- 'skills'?: object | null;
287
+ 'skills'?: { [key: string]: any; } | null;
288
288
  'short_term_memory_strategy'?: AgentDraftShortTermMemoryStrategyEnum | null;
289
289
  'autonomous'?: Array<AgentAutonomous> | null;
290
290
  'telegram_entrypoint_enabled'?: boolean | null;
291
291
  'telegram_entrypoint_prompt'?: string | null;
292
- 'telegram_config'?: object | null;
292
+ 'telegram_config'?: { [key: string]: any; } | null;
293
293
  'xmtp_entrypoint_prompt'?: string | null;
294
294
  /**
295
295
  * Unique identifier for the draft
@@ -379,7 +379,7 @@ export interface AgentGenerateResponse {
379
379
  /**
380
380
  * The generated agent schema
381
381
  */
382
- 'agent': object;
382
+ 'agent': { [key: string]: any; };
383
383
  /**
384
384
  * Project ID for this conversation session
385
385
  */
@@ -392,7 +392,7 @@ export interface AgentGenerateResponse {
392
392
  * Generated tags for the agent as ID objects: [{\'id\': 1}, {\'id\': 2}]
393
393
  */
394
394
  'tags'?: Array<{ [key: string]: number; }>;
395
- 'autonomous_tasks'?: Array<object> | null;
395
+ 'autonomous_tasks'?: Array<{ [key: string]: any; }> | null;
396
396
  'activated_skills'?: Array<string> | null;
397
397
  }
398
398
  /**
@@ -425,7 +425,7 @@ export interface AgentPublicInfo {
425
425
  'fee_percentage'?: FeePercentage | null;
426
426
  'example_intro'?: string | null;
427
427
  'examples'?: Array<AgentExample> | null;
428
- 'public_extra'?: object | null;
428
+ 'public_extra'?: { [key: string]: any; } | null;
429
429
  }
430
430
  /**
431
431
  * Agent response model that excludes sensitive fields from JSON output and schema.
@@ -439,7 +439,7 @@ export interface AgentResponse {
439
439
  'fee_percentage'?: string | null;
440
440
  'example_intro'?: string | null;
441
441
  'examples'?: Array<AgentExample> | null;
442
- 'public_extra'?: object | null;
442
+ 'public_extra'?: { [key: string]: any; } | null;
443
443
  'name': string | null;
444
444
  'picture'?: string | null;
445
445
  /**
@@ -450,12 +450,12 @@ export interface AgentResponse {
450
450
  'wallet_provider'?: AgentResponseWalletProviderEnum | null;
451
451
  'readonly_wallet_address'?: string | null;
452
452
  'network_id'?: AgentResponseNetworkIdEnum | null;
453
- 'skills'?: object | null;
453
+ 'skills'?: { [key: string]: any; } | null;
454
454
  'short_term_memory_strategy'?: AgentResponseShortTermMemoryStrategyEnum | null;
455
455
  'autonomous'?: Array<AgentAutonomous> | null;
456
456
  'telegram_entrypoint_enabled'?: boolean | null;
457
457
  'upstream_id'?: string | null;
458
- 'upstream_extra'?: object | null;
458
+ 'upstream_extra'?: { [key: string]: any; } | null;
459
459
  /**
460
460
  * Unique identifier for the agent. Must be URL-safe, containing only lowercase letters, numbers, and hyphens
461
461
  */
@@ -463,10 +463,10 @@ export interface AgentResponse {
463
463
  'owner'?: string | null;
464
464
  'slug'?: string | null;
465
465
  'version'?: string | null;
466
- 'statistics'?: object | null;
467
- 'assets'?: object | null;
466
+ 'statistics'?: { [key: string]: any; } | null;
467
+ 'assets'?: { [key: string]: any; } | null;
468
468
  'account_snapshot'?: CreditAccount | null;
469
- 'extra'?: object | null;
469
+ 'extra'?: { [key: string]: any; } | null;
470
470
  'deployed_at'?: string | null;
471
471
  'public_info_updated_at'?: string | null;
472
472
  /**
@@ -650,15 +650,15 @@ export interface AgentUpdate {
650
650
  'wallet_provider'?: AgentUpdateWalletProviderEnum | null;
651
651
  'readonly_wallet_address'?: string | null;
652
652
  'network_id'?: AgentUpdateNetworkIdEnum | null;
653
- 'skills'?: object | null;
653
+ 'skills'?: { [key: string]: any; } | null;
654
654
  'short_term_memory_strategy'?: AgentUpdateShortTermMemoryStrategyEnum | null;
655
655
  'autonomous'?: Array<AgentAutonomous> | null;
656
656
  'telegram_entrypoint_enabled'?: boolean | null;
657
657
  'telegram_entrypoint_prompt'?: string | null;
658
- 'telegram_config'?: object | null;
658
+ 'telegram_config'?: { [key: string]: any; } | null;
659
659
  'xmtp_entrypoint_prompt'?: string | null;
660
660
  'upstream_id'?: string | null;
661
- 'upstream_extra'?: object | null;
661
+ 'upstream_extra'?: { [key: string]: any; } | null;
662
662
  }
663
663
 
664
664
  export const AgentUpdateWalletProviderEnum = {
@@ -711,12 +711,12 @@ export interface AgentUserInput {
711
711
  'wallet_provider'?: AgentUserInputWalletProviderEnum | null;
712
712
  'readonly_wallet_address'?: string | null;
713
713
  'network_id'?: AgentUserInputNetworkIdEnum | null;
714
- 'skills'?: object | null;
714
+ 'skills'?: { [key: string]: any; } | null;
715
715
  'short_term_memory_strategy'?: AgentUserInputShortTermMemoryStrategyEnum | null;
716
716
  'autonomous'?: Array<AgentAutonomous> | null;
717
717
  'telegram_entrypoint_enabled'?: boolean | null;
718
718
  'telegram_entrypoint_prompt'?: string | null;
719
- 'telegram_config'?: object | null;
719
+ 'telegram_config'?: { [key: string]: any; } | null;
720
720
  'xmtp_entrypoint_prompt'?: string | null;
721
721
  }
722
722
 
@@ -956,7 +956,7 @@ export interface ChatMessageAttachment {
956
956
  */
957
957
  'type': ChatMessageAttachmentType;
958
958
  'url': string | null;
959
- 'json'?: object | null;
959
+ 'json'?: { [key: string]: any; } | null;
960
960
  }
961
961
 
962
962
 
@@ -994,7 +994,7 @@ export interface ChatMessageRequest {
994
994
  export interface ChatMessageSkillCall {
995
995
  'id'?: string;
996
996
  'name': string;
997
- 'parameters': object;
997
+ 'parameters': { [key: string]: any; };
998
998
  'success': boolean;
999
999
  'response'?: string;
1000
1000
  'error_message'?: string;
@@ -1706,12 +1706,12 @@ export interface GenerationDetailResponse {
1706
1706
  * Number of messages in conversation
1707
1707
  */
1708
1708
  'message_count': number;
1709
- 'last_message'?: object | null;
1710
- 'first_message'?: object | null;
1709
+ 'last_message'?: { [key: string]: any; } | null;
1710
+ 'first_message'?: { [key: string]: any; } | null;
1711
1711
  /**
1712
1712
  * Full conversation history
1713
1713
  */
1714
- 'conversation_history': Array<object>;
1714
+ 'conversation_history': Array<{ [key: string]: any; }>;
1715
1715
  }
1716
1716
  /**
1717
1717
  * Response model for generations list.
@@ -1720,7 +1720,7 @@ export interface GenerationsListResponse {
1720
1720
  /**
1721
1721
  * List of recent projects with their conversation history
1722
1722
  */
1723
- 'projects': Array<object>;
1723
+ 'projects': Array<{ [key: string]: any; }>;
1724
1724
  }
1725
1725
  export interface HTTPValidationError {
1726
1726
  'detail'?: Array<ValidationError>;
@@ -2118,7 +2118,7 @@ export interface User {
2118
2118
  'x_username'?: string | null;
2119
2119
  'github_username'?: string | null;
2120
2120
  'telegram_username'?: string | null;
2121
- 'extra'?: object | null;
2121
+ 'extra'?: { [key: string]: any; } | null;
2122
2122
  /**
2123
2123
  * Unique identifier for the user
2124
2124
  */
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.44
7
+ * The version of the OpenAPI document: 0.7.46
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.44
7
+ * The version of the OpenAPI document: 0.7.46
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.44
7
+ * The version of the OpenAPI document: 0.7.46
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.44
5
+ * The version of the OpenAPI document: 0.7.46
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -25,7 +25,9 @@ export interface Agent {
25
25
  'fee_percentage'?: string | null;
26
26
  'example_intro'?: string | null;
27
27
  'examples'?: Array<AgentExample> | null;
28
- 'public_extra'?: object | null;
28
+ 'public_extra'?: {
29
+ [key: string]: any;
30
+ } | null;
29
31
  'name': string | null;
30
32
  'picture'?: string | null;
31
33
  'purpose'?: string | null;
@@ -43,15 +45,21 @@ export interface Agent {
43
45
  'wallet_provider'?: AgentWalletProviderEnum | null;
44
46
  'readonly_wallet_address'?: string | null;
45
47
  'network_id'?: AgentNetworkIdEnum | null;
46
- 'skills'?: object | null;
48
+ 'skills'?: {
49
+ [key: string]: any;
50
+ } | null;
47
51
  'short_term_memory_strategy'?: AgentShortTermMemoryStrategyEnum | null;
48
52
  'autonomous'?: Array<AgentAutonomous> | null;
49
53
  'telegram_entrypoint_enabled'?: boolean | null;
50
54
  'telegram_entrypoint_prompt'?: string | null;
51
- 'telegram_config'?: object | null;
55
+ 'telegram_config'?: {
56
+ [key: string]: any;
57
+ } | null;
52
58
  'xmtp_entrypoint_prompt'?: string | null;
53
59
  'upstream_id'?: string | null;
54
- 'upstream_extra'?: object | null;
60
+ 'upstream_extra'?: {
61
+ [key: string]: any;
62
+ } | null;
55
63
  /**
56
64
  * Unique identifier for the agent. Must be URL-safe, containing only lowercase letters, numbers, and hyphens
57
65
  */
@@ -59,10 +67,16 @@ export interface Agent {
59
67
  'owner'?: string | null;
60
68
  'slug'?: string | null;
61
69
  'version'?: string | null;
62
- 'statistics'?: object | null;
63
- 'assets'?: object | null;
70
+ 'statistics'?: {
71
+ [key: string]: any;
72
+ } | null;
73
+ 'assets'?: {
74
+ [key: string]: any;
75
+ } | null;
64
76
  'account_snapshot'?: CreditAccount | null;
65
- 'extra'?: object | null;
77
+ 'extra'?: {
78
+ [key: string]: any;
79
+ } | null;
66
80
  'deployed_at'?: string | null;
67
81
  'public_info_updated_at'?: string | null;
68
82
  /**
@@ -189,15 +203,21 @@ export interface AgentCreate {
189
203
  'wallet_provider'?: AgentCreateWalletProviderEnum | null;
190
204
  'readonly_wallet_address'?: string | null;
191
205
  'network_id'?: AgentCreateNetworkIdEnum | null;
192
- 'skills'?: object | null;
206
+ 'skills'?: {
207
+ [key: string]: any;
208
+ } | null;
193
209
  'short_term_memory_strategy'?: AgentCreateShortTermMemoryStrategyEnum | null;
194
210
  'autonomous'?: Array<AgentAutonomous> | null;
195
211
  'telegram_entrypoint_enabled'?: boolean | null;
196
212
  'telegram_entrypoint_prompt'?: string | null;
197
- 'telegram_config'?: object | null;
213
+ 'telegram_config'?: {
214
+ [key: string]: any;
215
+ } | null;
198
216
  'xmtp_entrypoint_prompt'?: string | null;
199
217
  'upstream_id'?: string | null;
200
- 'upstream_extra'?: object | null;
218
+ 'upstream_extra'?: {
219
+ [key: string]: any;
220
+ } | null;
201
221
  /**
202
222
  * Unique identifier for the agent. Must be URL-safe, containing only lowercase letters, numbers, and hyphens
203
223
  */
@@ -264,12 +284,16 @@ export interface AgentDraft {
264
284
  'wallet_provider'?: AgentDraftWalletProviderEnum | null;
265
285
  'readonly_wallet_address'?: string | null;
266
286
  'network_id'?: AgentDraftNetworkIdEnum | null;
267
- 'skills'?: object | null;
287
+ 'skills'?: {
288
+ [key: string]: any;
289
+ } | null;
268
290
  'short_term_memory_strategy'?: AgentDraftShortTermMemoryStrategyEnum | null;
269
291
  'autonomous'?: Array<AgentAutonomous> | null;
270
292
  'telegram_entrypoint_enabled'?: boolean | null;
271
293
  'telegram_entrypoint_prompt'?: string | null;
272
- 'telegram_config'?: object | null;
294
+ 'telegram_config'?: {
295
+ [key: string]: any;
296
+ } | null;
273
297
  'xmtp_entrypoint_prompt'?: string | null;
274
298
  /**
275
299
  * Unique identifier for the draft
@@ -354,7 +378,9 @@ export interface AgentGenerateResponse {
354
378
  /**
355
379
  * The generated agent schema
356
380
  */
357
- 'agent': object;
381
+ 'agent': {
382
+ [key: string]: any;
383
+ };
358
384
  /**
359
385
  * Project ID for this conversation session
360
386
  */
@@ -369,7 +395,9 @@ export interface AgentGenerateResponse {
369
395
  'tags'?: Array<{
370
396
  [key: string]: number;
371
397
  }>;
372
- 'autonomous_tasks'?: Array<object> | null;
398
+ 'autonomous_tasks'?: Array<{
399
+ [key: string]: any;
400
+ }> | null;
373
401
  'activated_skills'?: Array<string> | null;
374
402
  }
375
403
  /**
@@ -402,7 +430,9 @@ export interface AgentPublicInfo {
402
430
  'fee_percentage'?: FeePercentage | null;
403
431
  'example_intro'?: string | null;
404
432
  'examples'?: Array<AgentExample> | null;
405
- 'public_extra'?: object | null;
433
+ 'public_extra'?: {
434
+ [key: string]: any;
435
+ } | null;
406
436
  }
407
437
  /**
408
438
  * Agent response model that excludes sensitive fields from JSON output and schema.
@@ -416,7 +446,9 @@ export interface AgentResponse {
416
446
  'fee_percentage'?: string | null;
417
447
  'example_intro'?: string | null;
418
448
  'examples'?: Array<AgentExample> | null;
419
- 'public_extra'?: object | null;
449
+ 'public_extra'?: {
450
+ [key: string]: any;
451
+ } | null;
420
452
  'name': string | null;
421
453
  'picture'?: string | null;
422
454
  /**
@@ -427,12 +459,16 @@ export interface AgentResponse {
427
459
  'wallet_provider'?: AgentResponseWalletProviderEnum | null;
428
460
  'readonly_wallet_address'?: string | null;
429
461
  'network_id'?: AgentResponseNetworkIdEnum | null;
430
- 'skills'?: object | null;
462
+ 'skills'?: {
463
+ [key: string]: any;
464
+ } | null;
431
465
  'short_term_memory_strategy'?: AgentResponseShortTermMemoryStrategyEnum | null;
432
466
  'autonomous'?: Array<AgentAutonomous> | null;
433
467
  'telegram_entrypoint_enabled'?: boolean | null;
434
468
  'upstream_id'?: string | null;
435
- 'upstream_extra'?: object | null;
469
+ 'upstream_extra'?: {
470
+ [key: string]: any;
471
+ } | null;
436
472
  /**
437
473
  * Unique identifier for the agent. Must be URL-safe, containing only lowercase letters, numbers, and hyphens
438
474
  */
@@ -440,10 +476,16 @@ export interface AgentResponse {
440
476
  'owner'?: string | null;
441
477
  'slug'?: string | null;
442
478
  'version'?: string | null;
443
- 'statistics'?: object | null;
444
- 'assets'?: object | null;
479
+ 'statistics'?: {
480
+ [key: string]: any;
481
+ } | null;
482
+ 'assets'?: {
483
+ [key: string]: any;
484
+ } | null;
445
485
  'account_snapshot'?: CreditAccount | null;
446
- 'extra'?: object | null;
486
+ 'extra'?: {
487
+ [key: string]: any;
488
+ } | null;
447
489
  'deployed_at'?: string | null;
448
490
  'public_info_updated_at'?: string | null;
449
491
  /**
@@ -614,15 +656,21 @@ export interface AgentUpdate {
614
656
  'wallet_provider'?: AgentUpdateWalletProviderEnum | null;
615
657
  'readonly_wallet_address'?: string | null;
616
658
  'network_id'?: AgentUpdateNetworkIdEnum | null;
617
- 'skills'?: object | null;
659
+ 'skills'?: {
660
+ [key: string]: any;
661
+ } | null;
618
662
  'short_term_memory_strategy'?: AgentUpdateShortTermMemoryStrategyEnum | null;
619
663
  'autonomous'?: Array<AgentAutonomous> | null;
620
664
  'telegram_entrypoint_enabled'?: boolean | null;
621
665
  'telegram_entrypoint_prompt'?: string | null;
622
- 'telegram_config'?: object | null;
666
+ 'telegram_config'?: {
667
+ [key: string]: any;
668
+ } | null;
623
669
  'xmtp_entrypoint_prompt'?: string | null;
624
670
  'upstream_id'?: string | null;
625
- 'upstream_extra'?: object | null;
671
+ 'upstream_extra'?: {
672
+ [key: string]: any;
673
+ } | null;
626
674
  }
627
675
  export declare const AgentUpdateWalletProviderEnum: {
628
676
  readonly Cdp: "cdp";
@@ -670,12 +718,16 @@ export interface AgentUserInput {
670
718
  'wallet_provider'?: AgentUserInputWalletProviderEnum | null;
671
719
  'readonly_wallet_address'?: string | null;
672
720
  'network_id'?: AgentUserInputNetworkIdEnum | null;
673
- 'skills'?: object | null;
721
+ 'skills'?: {
722
+ [key: string]: any;
723
+ } | null;
674
724
  'short_term_memory_strategy'?: AgentUserInputShortTermMemoryStrategyEnum | null;
675
725
  'autonomous'?: Array<AgentAutonomous> | null;
676
726
  'telegram_entrypoint_enabled'?: boolean | null;
677
727
  'telegram_entrypoint_prompt'?: string | null;
678
- 'telegram_config'?: object | null;
728
+ 'telegram_config'?: {
729
+ [key: string]: any;
730
+ } | null;
679
731
  'xmtp_entrypoint_prompt'?: string | null;
680
732
  }
681
733
  export declare const AgentUserInputWalletProviderEnum: {
@@ -904,7 +956,9 @@ export interface ChatMessageAttachment {
904
956
  */
905
957
  'type': ChatMessageAttachmentType;
906
958
  'url': string | null;
907
- 'json'?: object | null;
959
+ 'json'?: {
960
+ [key: string]: any;
961
+ } | null;
908
962
  }
909
963
  /**
910
964
  * Type of chat message attachment.
@@ -936,7 +990,9 @@ export interface ChatMessageRequest {
936
990
  export interface ChatMessageSkillCall {
937
991
  'id'?: string;
938
992
  'name': string;
939
- 'parameters': object;
993
+ 'parameters': {
994
+ [key: string]: any;
995
+ };
940
996
  'success': boolean;
941
997
  'response'?: string;
942
998
  'error_message'?: string;
@@ -1618,12 +1674,18 @@ export interface GenerationDetailResponse {
1618
1674
  * Number of messages in conversation
1619
1675
  */
1620
1676
  'message_count': number;
1621
- 'last_message'?: object | null;
1622
- 'first_message'?: object | null;
1677
+ 'last_message'?: {
1678
+ [key: string]: any;
1679
+ } | null;
1680
+ 'first_message'?: {
1681
+ [key: string]: any;
1682
+ } | null;
1623
1683
  /**
1624
1684
  * Full conversation history
1625
1685
  */
1626
- 'conversation_history': Array<object>;
1686
+ 'conversation_history': Array<{
1687
+ [key: string]: any;
1688
+ }>;
1627
1689
  }
1628
1690
  /**
1629
1691
  * Response model for generations list.
@@ -1632,7 +1694,9 @@ export interface GenerationsListResponse {
1632
1694
  /**
1633
1695
  * List of recent projects with their conversation history
1634
1696
  */
1635
- 'projects': Array<object>;
1697
+ 'projects': Array<{
1698
+ [key: string]: any;
1699
+ }>;
1636
1700
  }
1637
1701
  export interface HTTPValidationError {
1638
1702
  'detail'?: Array<ValidationError>;
@@ -2006,7 +2070,9 @@ export interface User {
2006
2070
  'x_username'?: string | null;
2007
2071
  'github_username'?: string | null;
2008
2072
  'telegram_username'?: string | null;
2009
- 'extra'?: object | null;
2073
+ 'extra'?: {
2074
+ [key: string]: any;
2075
+ } | null;
2010
2076
  /**
2011
2077
  * Unique identifier for the user
2012
2078
  */
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.44
8
+ * The version of the OpenAPI document: 0.7.46
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
@@ -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.44
5
+ * The version of the OpenAPI document: 0.7.46
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.44
8
+ * The version of the OpenAPI document: 0.7.46
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.44
5
+ * The version of the OpenAPI document: 0.7.46
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.44
8
+ * The version of the OpenAPI document: 0.7.46
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.44
5
+ * The version of the OpenAPI document: 0.7.46
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.44
8
+ * The version of the OpenAPI document: 0.7.46
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.44
5
+ * The version of the OpenAPI document: 0.7.46
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.44
8
+ * The version of the OpenAPI document: 0.7.46
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/docs/Agent.md CHANGED
@@ -14,7 +14,7 @@ Name | Type | Description | Notes
14
14
  **fee_percentage** | **string** | | [optional] [default to undefined]
15
15
  **example_intro** | **string** | | [optional] [default to undefined]
16
16
  **examples** | [**Array&lt;AgentExample&gt;**](AgentExample.md) | | [optional] [default to undefined]
17
- **public_extra** | **object** | | [optional] [default to undefined]
17
+ **public_extra** | **{ [key: string]: any; }** | | [optional] [default to undefined]
18
18
  **name** | **string** | | [default to undefined]
19
19
  **picture** | **string** | | [optional] [default to undefined]
20
20
  **purpose** | **string** | | [optional] [default to undefined]
@@ -29,23 +29,23 @@ Name | Type | Description | Notes
29
29
  **wallet_provider** | **string** | | [optional] [default to undefined]
30
30
  **readonly_wallet_address** | **string** | | [optional] [default to undefined]
31
31
  **network_id** | **string** | | [optional] [default to undefined]
32
- **skills** | **object** | | [optional] [default to undefined]
32
+ **skills** | **{ [key: string]: any; }** | | [optional] [default to undefined]
33
33
  **short_term_memory_strategy** | **string** | | [optional] [default to undefined]
34
34
  **autonomous** | [**Array&lt;AgentAutonomous&gt;**](AgentAutonomous.md) | | [optional] [default to undefined]
35
35
  **telegram_entrypoint_enabled** | **boolean** | | [optional] [default to undefined]
36
36
  **telegram_entrypoint_prompt** | **string** | | [optional] [default to undefined]
37
- **telegram_config** | **object** | | [optional] [default to undefined]
37
+ **telegram_config** | **{ [key: string]: any; }** | | [optional] [default to undefined]
38
38
  **xmtp_entrypoint_prompt** | **string** | | [optional] [default to undefined]
39
39
  **upstream_id** | **string** | | [optional] [default to undefined]
40
- **upstream_extra** | **object** | | [optional] [default to undefined]
40
+ **upstream_extra** | **{ [key: string]: any; }** | | [optional] [default to undefined]
41
41
  **id** | **string** | Unique identifier for the agent. Must be URL-safe, containing only lowercase letters, numbers, and hyphens | [optional] [default to undefined]
42
42
  **owner** | **string** | | [optional] [default to undefined]
43
43
  **slug** | **string** | | [optional] [default to undefined]
44
44
  **version** | **string** | | [optional] [default to undefined]
45
- **statistics** | **object** | | [optional] [default to undefined]
46
- **assets** | **object** | | [optional] [default to undefined]
45
+ **statistics** | **{ [key: string]: any; }** | | [optional] [default to undefined]
46
+ **assets** | **{ [key: string]: any; }** | | [optional] [default to undefined]
47
47
  **account_snapshot** | [**CreditAccount**](CreditAccount.md) | | [optional] [default to undefined]
48
- **extra** | **object** | | [optional] [default to undefined]
48
+ **extra** | **{ [key: string]: any; }** | | [optional] [default to undefined]
49
49
  **deployed_at** | **string** | | [optional] [default to undefined]
50
50
  **public_info_updated_at** | **string** | | [optional] [default to undefined]
51
51
  **created_at** | **string** | Timestamp when the agent was created, will ignore when importing | [optional] [default to undefined]
@@ -20,15 +20,15 @@ Name | Type | Description | Notes
20
20
  **wallet_provider** | **string** | | [optional] [default to undefined]
21
21
  **readonly_wallet_address** | **string** | | [optional] [default to undefined]
22
22
  **network_id** | **string** | | [optional] [default to undefined]
23
- **skills** | **object** | | [optional] [default to undefined]
23
+ **skills** | **{ [key: string]: any; }** | | [optional] [default to undefined]
24
24
  **short_term_memory_strategy** | **string** | | [optional] [default to undefined]
25
25
  **autonomous** | [**Array&lt;AgentAutonomous&gt;**](AgentAutonomous.md) | | [optional] [default to undefined]
26
26
  **telegram_entrypoint_enabled** | **boolean** | | [optional] [default to undefined]
27
27
  **telegram_entrypoint_prompt** | **string** | | [optional] [default to undefined]
28
- **telegram_config** | **object** | | [optional] [default to undefined]
28
+ **telegram_config** | **{ [key: string]: any; }** | | [optional] [default to undefined]
29
29
  **xmtp_entrypoint_prompt** | **string** | | [optional] [default to undefined]
30
30
  **upstream_id** | **string** | | [optional] [default to undefined]
31
- **upstream_extra** | **object** | | [optional] [default to undefined]
31
+ **upstream_extra** | **{ [key: string]: any; }** | | [optional] [default to undefined]
32
32
  **id** | **string** | Unique identifier for the agent. Must be URL-safe, containing only lowercase letters, numbers, and hyphens | [optional] [default to undefined]
33
33
  **owner** | **string** | | [optional] [default to undefined]
34
34
 
@@ -20,12 +20,12 @@ Name | Type | Description | Notes
20
20
  **wallet_provider** | **string** | | [optional] [default to undefined]
21
21
  **readonly_wallet_address** | **string** | | [optional] [default to undefined]
22
22
  **network_id** | **string** | | [optional] [default to undefined]
23
- **skills** | **object** | | [optional] [default to undefined]
23
+ **skills** | **{ [key: string]: any; }** | | [optional] [default to undefined]
24
24
  **short_term_memory_strategy** | **string** | | [optional] [default to undefined]
25
25
  **autonomous** | [**Array&lt;AgentAutonomous&gt;**](AgentAutonomous.md) | | [optional] [default to undefined]
26
26
  **telegram_entrypoint_enabled** | **boolean** | | [optional] [default to undefined]
27
27
  **telegram_entrypoint_prompt** | **string** | | [optional] [default to undefined]
28
- **telegram_config** | **object** | | [optional] [default to undefined]
28
+ **telegram_config** | **{ [key: string]: any; }** | | [optional] [default to undefined]
29
29
  **xmtp_entrypoint_prompt** | **string** | | [optional] [default to undefined]
30
30
  **id** | **string** | Unique identifier for the draft | [optional] [default to undefined]
31
31
  **agent_id** | **string** | Agent id | [optional] [default to undefined]
@@ -6,11 +6,11 @@ Response model for agent generation.
6
6
 
7
7
  Name | Type | Description | Notes
8
8
  ------------ | ------------- | ------------- | -------------
9
- **agent** | **object** | The generated agent schema | [default to undefined]
9
+ **agent** | **{ [key: string]: any; }** | The generated agent schema | [default to undefined]
10
10
  **project_id** | **string** | Project ID for this conversation session | [default to undefined]
11
11
  **summary** | **string** | Human-readable summary of the generated agent | [default to undefined]
12
12
  **tags** | **Array&lt;{ [key: string]: number; }&gt;** | Generated tags for the agent as ID objects: [{\&#39;id\&#39;: 1}, {\&#39;id\&#39;: 2}] | [optional] [default to undefined]
13
- **autonomous_tasks** | **Array&lt;object&gt;** | | [optional] [default to undefined]
13
+ **autonomous_tasks** | **Array&lt;{ [key: string]: any; }&gt;** | | [optional] [default to undefined]
14
14
  **activated_skills** | **Array&lt;string&gt;** | | [optional] [default to undefined]
15
15
 
16
16
  ## Example
@@ -14,7 +14,7 @@ Name | Type | Description | Notes
14
14
  **fee_percentage** | [**FeePercentage**](FeePercentage.md) | | [optional] [default to undefined]
15
15
  **example_intro** | **string** | | [optional] [default to undefined]
16
16
  **examples** | [**Array&lt;AgentExample&gt;**](AgentExample.md) | | [optional] [default to undefined]
17
- **public_extra** | **object** | | [optional] [default to undefined]
17
+ **public_extra** | **{ [key: string]: any; }** | | [optional] [default to undefined]
18
18
 
19
19
  ## Example
20
20
 
@@ -14,7 +14,7 @@ Name | Type | Description | Notes
14
14
  **fee_percentage** | **string** | | [optional] [default to undefined]
15
15
  **example_intro** | **string** | | [optional] [default to undefined]
16
16
  **examples** | [**Array&lt;AgentExample&gt;**](AgentExample.md) | | [optional] [default to undefined]
17
- **public_extra** | **object** | | [optional] [default to undefined]
17
+ **public_extra** | **{ [key: string]: any; }** | | [optional] [default to undefined]
18
18
  **name** | **string** | | [default to undefined]
19
19
  **picture** | **string** | | [optional] [default to undefined]
20
20
  **model** | **string** | AI model identifier to be used by this agent for processing requests. | [optional] [default to 'gpt-5-mini']
@@ -22,20 +22,20 @@ Name | Type | Description | Notes
22
22
  **wallet_provider** | **string** | | [optional] [default to undefined]
23
23
  **readonly_wallet_address** | **string** | | [optional] [default to undefined]
24
24
  **network_id** | **string** | | [optional] [default to undefined]
25
- **skills** | **object** | | [optional] [default to undefined]
25
+ **skills** | **{ [key: string]: any; }** | | [optional] [default to undefined]
26
26
  **short_term_memory_strategy** | **string** | | [optional] [default to undefined]
27
27
  **autonomous** | [**Array&lt;AgentAutonomous&gt;**](AgentAutonomous.md) | | [optional] [default to undefined]
28
28
  **telegram_entrypoint_enabled** | **boolean** | | [optional] [default to undefined]
29
29
  **upstream_id** | **string** | | [optional] [default to undefined]
30
- **upstream_extra** | **object** | | [optional] [default to undefined]
30
+ **upstream_extra** | **{ [key: string]: any; }** | | [optional] [default to undefined]
31
31
  **id** | **string** | Unique identifier for the agent. Must be URL-safe, containing only lowercase letters, numbers, and hyphens | [optional] [default to undefined]
32
32
  **owner** | **string** | | [optional] [default to undefined]
33
33
  **slug** | **string** | | [optional] [default to undefined]
34
34
  **version** | **string** | | [optional] [default to undefined]
35
- **statistics** | **object** | | [optional] [default to undefined]
36
- **assets** | **object** | | [optional] [default to undefined]
35
+ **statistics** | **{ [key: string]: any; }** | | [optional] [default to undefined]
36
+ **assets** | **{ [key: string]: any; }** | | [optional] [default to undefined]
37
37
  **account_snapshot** | [**CreditAccount**](CreditAccount.md) | | [optional] [default to undefined]
38
- **extra** | **object** | | [optional] [default to undefined]
38
+ **extra** | **{ [key: string]: any; }** | | [optional] [default to undefined]
39
39
  **deployed_at** | **string** | | [optional] [default to undefined]
40
40
  **public_info_updated_at** | **string** | | [optional] [default to undefined]
41
41
  **created_at** | **string** | Timestamp when the agent was created, will ignore when importing | [optional] [default to undefined]
@@ -20,15 +20,15 @@ Name | Type | Description | Notes
20
20
  **wallet_provider** | **string** | | [optional] [default to undefined]
21
21
  **readonly_wallet_address** | **string** | | [optional] [default to undefined]
22
22
  **network_id** | **string** | | [optional] [default to undefined]
23
- **skills** | **object** | | [optional] [default to undefined]
23
+ **skills** | **{ [key: string]: any; }** | | [optional] [default to undefined]
24
24
  **short_term_memory_strategy** | **string** | | [optional] [default to undefined]
25
25
  **autonomous** | [**Array&lt;AgentAutonomous&gt;**](AgentAutonomous.md) | | [optional] [default to undefined]
26
26
  **telegram_entrypoint_enabled** | **boolean** | | [optional] [default to undefined]
27
27
  **telegram_entrypoint_prompt** | **string** | | [optional] [default to undefined]
28
- **telegram_config** | **object** | | [optional] [default to undefined]
28
+ **telegram_config** | **{ [key: string]: any; }** | | [optional] [default to undefined]
29
29
  **xmtp_entrypoint_prompt** | **string** | | [optional] [default to undefined]
30
30
  **upstream_id** | **string** | | [optional] [default to undefined]
31
- **upstream_extra** | **object** | | [optional] [default to undefined]
31
+ **upstream_extra** | **{ [key: string]: any; }** | | [optional] [default to undefined]
32
32
 
33
33
  ## Example
34
34
 
@@ -20,12 +20,12 @@ Name | Type | Description | Notes
20
20
  **wallet_provider** | **string** | | [optional] [default to undefined]
21
21
  **readonly_wallet_address** | **string** | | [optional] [default to undefined]
22
22
  **network_id** | **string** | | [optional] [default to undefined]
23
- **skills** | **object** | | [optional] [default to undefined]
23
+ **skills** | **{ [key: string]: any; }** | | [optional] [default to undefined]
24
24
  **short_term_memory_strategy** | **string** | | [optional] [default to undefined]
25
25
  **autonomous** | [**Array&lt;AgentAutonomous&gt;**](AgentAutonomous.md) | | [optional] [default to undefined]
26
26
  **telegram_entrypoint_enabled** | **boolean** | | [optional] [default to undefined]
27
27
  **telegram_entrypoint_prompt** | **string** | | [optional] [default to undefined]
28
- **telegram_config** | **object** | | [optional] [default to undefined]
28
+ **telegram_config** | **{ [key: string]: any; }** | | [optional] [default to undefined]
29
29
  **xmtp_entrypoint_prompt** | **string** | | [optional] [default to undefined]
30
30
 
31
31
  ## Example
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
8
8
  ------------ | ------------- | ------------- | -------------
9
9
  **type** | [**ChatMessageAttachmentType**](ChatMessageAttachmentType.md) | Type of the attachment (link, image, or file) | [default to undefined]
10
10
  **url** | **string** | | [default to undefined]
11
- **json** | **object** | | [optional] [default to undefined]
11
+ **json** | **{ [key: string]: any; }** | | [optional] [default to undefined]
12
12
 
13
13
  ## Example
14
14
 
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
8
8
  ------------ | ------------- | ------------- | -------------
9
9
  **id** | **string** | | [optional] [default to undefined]
10
10
  **name** | **string** | | [default to undefined]
11
- **parameters** | **object** | | [default to undefined]
11
+ **parameters** | **{ [key: string]: any; }** | | [default to undefined]
12
12
  **success** | **boolean** | | [default to undefined]
13
13
  **response** | **string** | | [optional] [default to undefined]
14
14
  **error_message** | **string** | | [optional] [default to undefined]
@@ -11,9 +11,9 @@ Name | Type | Description | Notes
11
11
  **created_at** | **string** | | [optional] [default to undefined]
12
12
  **last_activity** | **string** | | [optional] [default to undefined]
13
13
  **message_count** | **number** | Number of messages in conversation | [default to undefined]
14
- **last_message** | **object** | | [optional] [default to undefined]
15
- **first_message** | **object** | | [optional] [default to undefined]
16
- **conversation_history** | **Array&lt;object&gt;** | Full conversation history | [default to undefined]
14
+ **last_message** | **{ [key: string]: any; }** | | [optional] [default to undefined]
15
+ **first_message** | **{ [key: string]: any; }** | | [optional] [default to undefined]
16
+ **conversation_history** | **Array&lt;{ [key: string]: any; }&gt;** | Full conversation history | [default to undefined]
17
17
 
18
18
  ## Example
19
19
 
@@ -6,7 +6,7 @@ Response model for generations list.
6
6
 
7
7
  Name | Type | Description | Notes
8
8
  ------------ | ------------- | ------------- | -------------
9
- **projects** | **Array&lt;object&gt;** | List of recent projects with their conversation history | [default to undefined]
9
+ **projects** | **Array&lt;{ [key: string]: any; }&gt;** | List of recent projects with their conversation history | [default to undefined]
10
10
 
11
11
  ## Example
12
12
 
@@ -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-13T12:43:43.102+00:00]
31
- **updated_at** | **string** | Timestamp when this data was updated | [optional] [default to 2025-10-13T12:43:43.102+00:00]
30
+ **created_at** | **string** | Timestamp when this data was created | [optional] [default to 2025-10-13T16:58:08.680+00:00]
31
+ **updated_at** | **string** | Timestamp when this data was updated | [optional] [default to 2025-10-13T16:58:08.680+00:00]
32
32
  **provider_name** | **string** | | [default to undefined]
33
33
 
34
34
  ## Example
@@ -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-13T12:43:43.102+00:00]
31
- **updated_at** | **string** | Timestamp when this data was updated | [optional] [default to 2025-10-13T12:43:43.102+00:00]
30
+ **created_at** | **string** | Timestamp when this data was created | [optional] [default to 2025-10-13T16:58:08.680+00:00]
31
+ **updated_at** | **string** | Timestamp when this data was updated | [optional] [default to 2025-10-13T16:58:08.680+00:00]
32
32
  **provider_name** | **string** | | [default to undefined]
33
33
 
34
34
  ## Example
package/docs/User.md CHANGED
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
11
11
  **x_username** | **string** | | [optional] [default to undefined]
12
12
  **github_username** | **string** | | [optional] [default to undefined]
13
13
  **telegram_username** | **string** | | [optional] [default to undefined]
14
- **extra** | **object** | | [optional] [default to undefined]
14
+ **extra** | **{ [key: string]: any; }** | | [optional] [default to undefined]
15
15
  **id** | **string** | Unique identifier for the user | [default to undefined]
16
16
  **created_at** | **string** | Timestamp when this user was created | [default to undefined]
17
17
  **updated_at** | **string** | Timestamp when this user was last updated | [default to undefined]
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.44
7
+ * The version of the OpenAPI document: 0.7.46
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.44",
3
+ "version": "0.7.46",
4
4
  "description": "OpenAPI client for @crestal/nation-sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {