@crestal/nation-sdk 0.7.40 → 0.7.42

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.
Files changed (77) hide show
  1. package/.openapi-generator/FILES +50 -7
  2. package/.openapi-generator/VERSION +1 -1
  3. package/README.md +52 -9
  4. package/api.ts +486 -2353
  5. package/base.ts +1 -25
  6. package/common.ts +1 -38
  7. package/configuration.ts +1 -18
  8. package/dist/api.d.ts +481 -2356
  9. package/dist/api.js +5 -150
  10. package/dist/base.d.ts +1 -25
  11. package/dist/base.js +1 -20
  12. package/dist/common.d.ts +1 -38
  13. package/dist/common.js +1 -38
  14. package/dist/configuration.d.ts +1 -18
  15. package/dist/configuration.js +1 -1
  16. package/dist/index.d.ts +1 -1
  17. package/dist/index.js +1 -1
  18. package/docs/AgentApi.md +1 -1
  19. package/docs/AgentAssetsResponse.md +1 -1
  20. package/docs/AgentDraft.md +2 -0
  21. package/docs/Amount.md +19 -0
  22. package/docs/AssetInput.md +23 -0
  23. package/docs/{Asset.md → AssetOutput.md} +3 -3
  24. package/docs/Balance.md +19 -0
  25. package/docs/BalanceAfter.md +19 -0
  26. package/docs/BaseAmount.md +19 -0
  27. package/docs/BaseDiscountAmount.md +19 -0
  28. package/docs/BaseFreeAmount.md +19 -0
  29. package/docs/BaseLlmAmount.md +19 -0
  30. package/docs/BaseOriginalAmount.md +19 -0
  31. package/docs/BasePermanentAmount.md +19 -0
  32. package/docs/BaseRewardAmount.md +19 -0
  33. package/docs/BaseSkillAmount.md +19 -0
  34. package/docs/ChangeAmount.md +19 -0
  35. package/docs/CreditAmount.md +19 -0
  36. package/docs/CreditApi.md +2 -2
  37. package/docs/CreditEventInput.md +109 -0
  38. package/docs/{CreditEvent.md → CreditEventOutput.md} +3 -3
  39. package/docs/CreditEventWithAgentInput.md +111 -0
  40. package/docs/{CreditEventWithAgent.md → CreditEventWithAgentOutput.md} +3 -3
  41. package/docs/CreditEventsResponse.md +1 -1
  42. package/docs/CreditTransactionRespInput.md +43 -0
  43. package/docs/{CreditTransactionResp.md → CreditTransactionRespOutput.md} +4 -4
  44. package/docs/CreditTransactionsResponse.md +1 -1
  45. package/docs/FeeAgentAmount.md +19 -0
  46. package/docs/FeeAgentFreeAmount.md +19 -0
  47. package/docs/FeeAgentPermanentAmount.md +19 -0
  48. package/docs/FeeAgentRewardAmount.md +19 -0
  49. package/docs/FeeDevAmount.md +19 -0
  50. package/docs/FeeDevFreeAmount.md +19 -0
  51. package/docs/FeeDevPermanentAmount.md +19 -0
  52. package/docs/FeeDevRewardAmount.md +19 -0
  53. package/docs/FeePlatformAmount.md +19 -0
  54. package/docs/FeePlatformFreeAmount.md +19 -0
  55. package/docs/FeePlatformPermanentAmount.md +19 -0
  56. package/docs/FeePlatformRewardAmount.md +19 -0
  57. package/docs/FreeAmount.md +19 -0
  58. package/docs/FreeAmount1.md +19 -0
  59. package/docs/InputPrice.md +18 -0
  60. package/docs/LLMModelInfoWithProviderNameInput.md +67 -0
  61. package/docs/{LLMModelInfoWithProviderName.md → LLMModelInfoWithProviderNameOutput.md} +5 -5
  62. package/docs/MetadataApi.md +4 -4
  63. package/docs/OutputPrice.md +18 -0
  64. package/docs/PermanentAmount.md +19 -0
  65. package/docs/PermanentAmount1.md +19 -0
  66. package/docs/Price.md +19 -0
  67. package/docs/PriceSelfKey.md +19 -0
  68. package/docs/RewardAmount.md +19 -0
  69. package/docs/RewardAmount1.md +19 -0
  70. package/docs/SkillInput.md +43 -0
  71. package/docs/{Skill.md → SkillOutput.md} +3 -3
  72. package/docs/TopupRecordInput.md +47 -0
  73. package/docs/{TopupRecord.md → TopupRecordOutput.md} +3 -3
  74. package/docs/TopupRecordsResponse.md +1 -1
  75. package/docs/TotalAmount.md +19 -0
  76. package/index.ts +1 -1
  77. package/package.json +1 -1
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.40
8
+ * The version of the OpenAPI document: 0.7.42
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -182,8 +182,6 @@ exports.AgentResponseShortTermMemoryStrategyEnum = {
182
182
  };
183
183
  /**
184
184
  * Sort options for agents list.
185
- * @export
186
- * @enum {string}
187
185
  */
188
186
  exports.AgentSortOption = {
189
187
  CreatedAtDesc: 'created_at_desc',
@@ -195,8 +193,6 @@ exports.AgentSortOption = {
195
193
  };
196
194
  /**
197
195
  * Agent state.
198
- * @export
199
- * @enum {string}
200
196
  */
201
197
  exports.AgentState = {
202
198
  Private: 'private',
@@ -249,8 +245,6 @@ exports.AgentUserInputShortTermMemoryStrategyEnum = {
249
245
  };
250
246
  /**
251
247
  * Type of message author.
252
- * @export
253
- * @enum {string}
254
248
  */
255
249
  exports.AuthorType = {
256
250
  Agent: 'agent',
@@ -265,8 +259,6 @@ exports.AuthorType = {
265
259
  };
266
260
  /**
267
261
  * Type of chat message attachment.
268
- * @export
269
- * @enum {string}
270
262
  */
271
263
  exports.ChatMessageAttachmentType = {
272
264
  Link: 'link',
@@ -276,8 +268,6 @@ exports.ChatMessageAttachmentType = {
276
268
  };
277
269
  /**
278
270
  * Credit or debit transaction.
279
- * @export
280
- * @enum {string}
281
271
  */
282
272
  exports.CreditDebit = {
283
273
  Credit: 'credit',
@@ -285,8 +275,6 @@ exports.CreditDebit = {
285
275
  };
286
276
  /**
287
277
  * Credit type is used in db column names, do not change it.
288
- * @export
289
- * @enum {string}
290
278
  */
291
279
  exports.CreditType = {
292
280
  FreeCredits: 'free_credits',
@@ -295,8 +283,6 @@ exports.CreditType = {
295
283
  };
296
284
  /**
297
285
  * Direction of credit flow.
298
- * @export
299
- * @enum {string}
300
286
  */
301
287
  exports.Direction = {
302
288
  Income: 'income',
@@ -304,8 +290,6 @@ exports.Direction = {
304
290
  };
305
291
  /**
306
292
  * Type of credit event.
307
- * @export
308
- * @enum {string}
309
293
  */
310
294
  exports.EventType = {
311
295
  Memory: 'memory',
@@ -322,11 +306,6 @@ exports.EventType = {
322
306
  EventReward: 'event_reward',
323
307
  RechargeBonus: 'recharge_bonus'
324
308
  };
325
- /**
326
- *
327
- * @export
328
- * @enum {string}
329
- */
330
309
  exports.LLMProvider = {
331
310
  Openai: 'openai',
332
311
  Deepseek: 'deepseek',
@@ -338,8 +317,6 @@ exports.LLMProvider = {
338
317
  };
339
318
  /**
340
319
  * Type of credit account owner.
341
- * @export
342
- * @enum {string}
343
320
  */
344
321
  exports.OwnerType = {
345
322
  User: 'user',
@@ -348,8 +325,6 @@ exports.OwnerType = {
348
325
  };
349
326
  /**
350
327
  * Type of system message.
351
- * @export
352
- * @enum {string}
353
328
  */
354
329
  exports.SystemMessageType = {
355
330
  ServiceFeeError: 'service_fee_error',
@@ -361,8 +336,6 @@ exports.SystemMessageType = {
361
336
  };
362
337
  /**
363
338
  * Type of credit transaction.
364
- * @export
365
- * @enum {string}
366
339
  */
367
340
  exports.TransactionType = {
368
341
  Pay: 'pay',
@@ -385,8 +358,6 @@ exports.TransactionType = {
385
358
  };
386
359
  /**
387
360
  * Type of upstream transaction.
388
- * @export
389
- * @enum {string}
390
361
  */
391
362
  exports.UpstreamType = {
392
363
  Api: 'api',
@@ -396,7 +367,6 @@ exports.UpstreamType = {
396
367
  };
397
368
  /**
398
369
  * AgentApi - axios parameter creator
399
- * @export
400
370
  */
401
371
  var AgentApiAxiosParamCreator = function (configuration) {
402
372
  var _this = this;
@@ -495,7 +465,7 @@ var AgentApiAxiosParamCreator = function (configuration) {
495
465
  });
496
466
  },
497
467
  /**
498
- * Get a single agent by ID. **Path Parameters:** * `agent_id` - ID of the agent to retrieve **Returns:** * `AgentResponse` - Agent configuration with additional processed data **Raises:** * `HTTPException`: - 404: Agent not found
468
+ * Get a single agent by ID or slug. **Path Parameters:** * `agent_id` - ID or slug of the agent to retrieve **Returns:** * `AgentResponse` - Agent configuration with additional processed data **Raises:** * `IntentKitAPIError`: - 404: Agent not found
499
469
  * @summary Get Agent
500
470
  * @param {string} agentId ID of the agent to retrieve
501
471
  * @param {*} [options] Override http request option.
@@ -1178,7 +1148,6 @@ var AgentApiAxiosParamCreator = function (configuration) {
1178
1148
  exports.AgentApiAxiosParamCreator = AgentApiAxiosParamCreator;
1179
1149
  /**
1180
1150
  * AgentApi - functional programming interface
1181
- * @export
1182
1151
  */
1183
1152
  var AgentApiFp = function (configuration) {
1184
1153
  var localVarAxiosParamCreator = (0, exports.AgentApiAxiosParamCreator)(configuration);
@@ -1230,7 +1199,7 @@ var AgentApiFp = function (configuration) {
1230
1199
  });
1231
1200
  },
1232
1201
  /**
1233
- * Get a single agent by ID. **Path Parameters:** * `agent_id` - ID of the agent to retrieve **Returns:** * `AgentResponse` - Agent configuration with additional processed data **Raises:** * `HTTPException`: - 404: Agent not found
1202
+ * Get a single agent by ID or slug. **Path Parameters:** * `agent_id` - ID or slug of the agent to retrieve **Returns:** * `AgentResponse` - Agent configuration with additional processed data **Raises:** * `IntentKitAPIError`: - 404: Agent not found
1234
1203
  * @summary Get Agent
1235
1204
  * @param {string} agentId ID of the agent to retrieve
1236
1205
  * @param {*} [options] Override http request option.
@@ -1566,7 +1535,6 @@ var AgentApiFp = function (configuration) {
1566
1535
  exports.AgentApiFp = AgentApiFp;
1567
1536
  /**
1568
1537
  * AgentApi - factory interface
1569
- * @export
1570
1538
  */
1571
1539
  var AgentApiFactory = function (configuration, basePath, axios) {
1572
1540
  var localVarFp = (0, exports.AgentApiFp)(configuration);
@@ -1592,7 +1560,7 @@ var AgentApiFactory = function (configuration, basePath, axios) {
1592
1560
  return localVarFp.exportAgent(agentId, options).then(function (request) { return request(axios, basePath); });
1593
1561
  },
1594
1562
  /**
1595
- * Get a single agent by ID. **Path Parameters:** * `agent_id` - ID of the agent to retrieve **Returns:** * `AgentResponse` - Agent configuration with additional processed data **Raises:** * `HTTPException`: - 404: Agent not found
1563
+ * Get a single agent by ID or slug. **Path Parameters:** * `agent_id` - ID or slug of the agent to retrieve **Returns:** * `AgentResponse` - Agent configuration with additional processed data **Raises:** * `IntentKitAPIError`: - 404: Agent not found
1596
1564
  * @summary Get Agent
1597
1565
  * @param {string} agentId ID of the agent to retrieve
1598
1566
  * @param {*} [options] Override http request option.
@@ -1746,9 +1714,6 @@ var AgentApiFactory = function (configuration, basePath, axios) {
1746
1714
  exports.AgentApiFactory = AgentApiFactory;
1747
1715
  /**
1748
1716
  * AgentApi - object-oriented interface
1749
- * @export
1750
- * @class AgentApi
1751
- * @extends {BaseAPI}
1752
1717
  */
1753
1718
  var AgentApi = /** @class */ (function (_super) {
1754
1719
  __extends(AgentApi, _super);
@@ -1761,7 +1726,6 @@ var AgentApi = /** @class */ (function (_super) {
1761
1726
  * @param {AgentUpdate} [agentUpdate]
1762
1727
  * @param {*} [options] Override http request option.
1763
1728
  * @throws {RequiredError}
1764
- * @memberof AgentApi
1765
1729
  */
1766
1730
  AgentApi.prototype.createAgent = function (agentUpdate, options) {
1767
1731
  var _this = this;
@@ -1773,19 +1737,17 @@ var AgentApi = /** @class */ (function (_super) {
1773
1737
  * @param {string} agentId ID of the agent to export
1774
1738
  * @param {*} [options] Override http request option.
1775
1739
  * @throws {RequiredError}
1776
- * @memberof AgentApi
1777
1740
  */
1778
1741
  AgentApi.prototype.exportAgent = function (agentId, options) {
1779
1742
  var _this = this;
1780
1743
  return (0, exports.AgentApiFp)(this.configuration).exportAgent(agentId, options).then(function (request) { return request(_this.axios, _this.basePath); });
1781
1744
  };
1782
1745
  /**
1783
- * Get a single agent by ID. **Path Parameters:** * `agent_id` - ID of the agent to retrieve **Returns:** * `AgentResponse` - Agent configuration with additional processed data **Raises:** * `HTTPException`: - 404: Agent not found
1746
+ * Get a single agent by ID or slug. **Path Parameters:** * `agent_id` - ID or slug of the agent to retrieve **Returns:** * `AgentResponse` - Agent configuration with additional processed data **Raises:** * `IntentKitAPIError`: - 404: Agent not found
1784
1747
  * @summary Get Agent
1785
1748
  * @param {string} agentId ID of the agent to retrieve
1786
1749
  * @param {*} [options] Override http request option.
1787
1750
  * @throws {RequiredError}
1788
- * @memberof AgentApi
1789
1751
  */
1790
1752
  AgentApi.prototype.getAgent = function (agentId, options) {
1791
1753
  var _this = this;
@@ -1797,7 +1759,6 @@ var AgentApi = /** @class */ (function (_super) {
1797
1759
  * @param {string} agentId ID of the agent
1798
1760
  * @param {*} [options] Override http request option.
1799
1761
  * @throws {RequiredError}
1800
- * @memberof AgentApi
1801
1762
  */
1802
1763
  AgentApi.prototype.getAgentApiKey = function (agentId, options) {
1803
1764
  var _this = this;
@@ -1809,7 +1770,6 @@ var AgentApi = /** @class */ (function (_super) {
1809
1770
  * @param {string} agentId ID of the agent
1810
1771
  * @param {*} [options] Override http request option.
1811
1772
  * @throws {RequiredError}
1812
- * @memberof AgentApi
1813
1773
  */
1814
1774
  AgentApi.prototype.getAgentAssets = function (agentId, options) {
1815
1775
  var _this = this;
@@ -1821,7 +1781,6 @@ var AgentApi = /** @class */ (function (_super) {
1821
1781
  * @param {string} aid ID of the agent
1822
1782
  * @param {*} [options] Override http request option.
1823
1783
  * @throws {RequiredError}
1824
- * @memberof AgentApi
1825
1784
  */
1826
1785
  AgentApi.prototype.getAgentStatistics = function (aid, options) {
1827
1786
  var _this = this;
@@ -1837,7 +1796,6 @@ var AgentApi = /** @class */ (function (_super) {
1837
1796
  * @param {Array<number> | null} [tag] Filter agents by tag IDs in public_extra.tags
1838
1797
  * @param {*} [options] Override http request option.
1839
1798
  * @throws {RequiredError}
1840
- * @memberof AgentApi
1841
1799
  */
1842
1800
  AgentApi.prototype.getAgents = function (sort, cursor, limit, state, tag, options) {
1843
1801
  var _this = this;
@@ -1851,7 +1809,6 @@ var AgentApi = /** @class */ (function (_super) {
1851
1809
  * @param {number} [limit] Maximum number of messages to return
1852
1810
  * @param {*} [options] Override http request option.
1853
1811
  * @throws {RequiredError}
1854
- * @memberof AgentApi
1855
1812
  */
1856
1813
  AgentApi.prototype.getSkillHistory = function (aid, cursor, limit, options) {
1857
1814
  var _this = this;
@@ -1864,7 +1821,6 @@ var AgentApi = /** @class */ (function (_super) {
1864
1821
  * @param {File} file YAML file containing agent configuration
1865
1822
  * @param {*} [options] Override http request option.
1866
1823
  * @throws {RequiredError}
1867
- * @memberof AgentApi
1868
1824
  */
1869
1825
  AgentApi.prototype.importAgent = function (agentId, file, options) {
1870
1826
  var _this = this;
@@ -1877,7 +1833,6 @@ var AgentApi = /** @class */ (function (_super) {
1877
1833
  * @param {AgentUpdate} [agentUpdate]
1878
1834
  * @param {*} [options] Override http request option.
1879
1835
  * @throws {RequiredError}
1880
- * @memberof AgentApi
1881
1836
  */
1882
1837
  AgentApi.prototype.overrideAgent = function (agentId, agentUpdate, options) {
1883
1838
  var _this = this;
@@ -1890,7 +1845,6 @@ var AgentApi = /** @class */ (function (_super) {
1890
1845
  * @param {AgentPublicInfo} [agentPublicInfo]
1891
1846
  * @param {*} [options] Override http request option.
1892
1847
  * @throws {RequiredError}
1893
- * @memberof AgentApi
1894
1848
  */
1895
1849
  AgentApi.prototype.overrideAgentPublicInfo = function (agentId, agentPublicInfo, options) {
1896
1850
  var _this = this;
@@ -1902,7 +1856,6 @@ var AgentApi = /** @class */ (function (_super) {
1902
1856
  * @param {string} agentId ID of the agent to publish
1903
1857
  * @param {*} [options] Override http request option.
1904
1858
  * @throws {RequiredError}
1905
- * @memberof AgentApi
1906
1859
  */
1907
1860
  AgentApi.prototype.publishAgent = function (agentId, options) {
1908
1861
  var _this = this;
@@ -1914,7 +1867,6 @@ var AgentApi = /** @class */ (function (_super) {
1914
1867
  * @param {string} agentId ID of the agent
1915
1868
  * @param {*} [options] Override http request option.
1916
1869
  * @throws {RequiredError}
1917
- * @memberof AgentApi
1918
1870
  */
1919
1871
  AgentApi.prototype.resetAgentApiKey = function (agentId, options) {
1920
1872
  var _this = this;
@@ -1926,7 +1878,6 @@ var AgentApi = /** @class */ (function (_super) {
1926
1878
  * @param {string} agentId ID of the agent to unpublish
1927
1879
  * @param {*} [options] Override http request option.
1928
1880
  * @throws {RequiredError}
1929
- * @memberof AgentApi
1930
1881
  */
1931
1882
  AgentApi.prototype.unpublishAgent = function (agentId, options) {
1932
1883
  var _this = this;
@@ -1938,7 +1889,6 @@ var AgentApi = /** @class */ (function (_super) {
1938
1889
  * @param {AgentUpdate} [agentUpdate]
1939
1890
  * @param {*} [options] Override http request option.
1940
1891
  * @throws {RequiredError}
1941
- * @memberof AgentApi
1942
1892
  */
1943
1893
  AgentApi.prototype.validateAgentCreate = function (agentUpdate, options) {
1944
1894
  var _this = this;
@@ -1951,7 +1901,6 @@ var AgentApi = /** @class */ (function (_super) {
1951
1901
  * @param {AgentUpdate} [agentUpdate]
1952
1902
  * @param {*} [options] Override http request option.
1953
1903
  * @throws {RequiredError}
1954
- * @memberof AgentApi
1955
1904
  */
1956
1905
  AgentApi.prototype.validateAgentUpdate = function (agentId, agentUpdate, options) {
1957
1906
  var _this = this;
@@ -1962,7 +1911,6 @@ var AgentApi = /** @class */ (function (_super) {
1962
1911
  exports.AgentApi = AgentApi;
1963
1912
  /**
1964
1913
  * ChatApi - axios parameter creator
1965
- * @export
1966
1914
  */
1967
1915
  var ChatApiAxiosParamCreator = function (configuration) {
1968
1916
  var _this = this;
@@ -2650,7 +2598,6 @@ var ChatApiAxiosParamCreator = function (configuration) {
2650
2598
  exports.ChatApiAxiosParamCreator = ChatApiAxiosParamCreator;
2651
2599
  /**
2652
2600
  * ChatApi - functional programming interface
2653
- * @export
2654
2601
  */
2655
2602
  var ChatApiFp = function (configuration) {
2656
2603
  var localVarAxiosParamCreator = (0, exports.ChatApiAxiosParamCreator)(configuration);
@@ -2975,7 +2922,6 @@ var ChatApiFp = function (configuration) {
2975
2922
  exports.ChatApiFp = ChatApiFp;
2976
2923
  /**
2977
2924
  * ChatApi - factory interface
2978
- * @export
2979
2925
  */
2980
2926
  var ChatApiFactory = function (configuration, basePath, axios) {
2981
2927
  var localVarFp = (0, exports.ChatApiFp)(configuration);
@@ -3131,9 +3077,6 @@ var ChatApiFactory = function (configuration, basePath, axios) {
3131
3077
  exports.ChatApiFactory = ChatApiFactory;
3132
3078
  /**
3133
3079
  * ChatApi - object-oriented interface
3134
- * @export
3135
- * @class ChatApi
3136
- * @extends {BaseAPI}
3137
3080
  */
3138
3081
  var ChatApi = /** @class */ (function (_super) {
3139
3082
  __extends(ChatApi, _super);
@@ -3147,7 +3090,6 @@ var ChatApi = /** @class */ (function (_super) {
3147
3090
  * @param {string} chatId Chat ID
3148
3091
  * @param {*} [options] Override http request option.
3149
3092
  * @throws {RequiredError}
3150
- * @memberof ChatApi
3151
3093
  */
3152
3094
  ChatApi.prototype.clearChatThreadMemory = function (aid, chatId, options) {
3153
3095
  var _this = this;
@@ -3159,7 +3101,6 @@ var ChatApi = /** @class */ (function (_super) {
3159
3101
  * @param {string} aid Agent ID
3160
3102
  * @param {*} [options] Override http request option.
3161
3103
  * @throws {RequiredError}
3162
- * @memberof ChatApi
3163
3104
  */
3164
3105
  ChatApi.prototype.createChatThread = function (aid, options) {
3165
3106
  var _this = this;
@@ -3172,7 +3113,6 @@ var ChatApi = /** @class */ (function (_super) {
3172
3113
  * @param {string} chatId Chat ID
3173
3114
  * @param {*} [options] Override http request option.
3174
3115
  * @throws {RequiredError}
3175
- * @memberof ChatApi
3176
3116
  */
3177
3117
  ChatApi.prototype.deleteChatThread = function (aid, chatId, options) {
3178
3118
  var _this = this;
@@ -3185,7 +3125,6 @@ var ChatApi = /** @class */ (function (_super) {
3185
3125
  * @param {string} chatId Chat ID
3186
3126
  * @param {*} [options] Override http request option.
3187
3127
  * @throws {RequiredError}
3188
- * @memberof ChatApi
3189
3128
  */
3190
3129
  ChatApi.prototype.getChatThreadById = function (aid, chatId, options) {
3191
3130
  var _this = this;
@@ -3197,7 +3136,6 @@ var ChatApi = /** @class */ (function (_super) {
3197
3136
  * @param {string} messageId Message ID
3198
3137
  * @param {*} [options] Override http request option.
3199
3138
  * @throws {RequiredError}
3200
- * @memberof ChatApi
3201
3139
  */
3202
3140
  ChatApi.prototype.getMessageById = function (messageId, options) {
3203
3141
  var _this = this;
@@ -3211,7 +3149,6 @@ var ChatApi = /** @class */ (function (_super) {
3211
3149
  * @param {number} [limit] Maximum number of messages to return
3212
3150
  * @param {*} [options] Override http request option.
3213
3151
  * @throws {RequiredError}
3214
- * @memberof ChatApi
3215
3152
  */
3216
3153
  ChatApi.prototype.getSkillHistory = function (aid, cursor, limit, options) {
3217
3154
  var _this = this;
@@ -3223,7 +3160,6 @@ var ChatApi = /** @class */ (function (_super) {
3223
3160
  * @param {string} aid Agent ID
3224
3161
  * @param {*} [options] Override http request option.
3225
3162
  * @throws {RequiredError}
3226
- * @memberof ChatApi
3227
3163
  */
3228
3164
  ChatApi.prototype.listChatsForAgent = function (aid, options) {
3229
3165
  var _this = this;
@@ -3238,7 +3174,6 @@ var ChatApi = /** @class */ (function (_super) {
3238
3174
  * @param {number} [limit] Maximum number of messages to return
3239
3175
  * @param {*} [options] Override http request option.
3240
3176
  * @throws {RequiredError}
3241
- * @memberof ChatApi
3242
3177
  */
3243
3178
  ChatApi.prototype.listMessagesInChat = function (aid, chatId, cursor, limit, options) {
3244
3179
  var _this = this;
@@ -3252,7 +3187,6 @@ var ChatApi = /** @class */ (function (_super) {
3252
3187
  * @param {number} [limit] Maximum number of messages to return
3253
3188
  * @param {*} [options] Override http request option.
3254
3189
  * @throws {RequiredError}
3255
- * @memberof ChatApi
3256
3190
  */
3257
3191
  ChatApi.prototype.listMessagesInDraft = function (aid, cursor, limit, options) {
3258
3192
  var _this = this;
@@ -3265,7 +3199,6 @@ var ChatApi = /** @class */ (function (_super) {
3265
3199
  * @param {string} chatId Chat ID
3266
3200
  * @param {*} [options] Override http request option.
3267
3201
  * @throws {RequiredError}
3268
- * @memberof ChatApi
3269
3202
  */
3270
3203
  ChatApi.prototype.retryMessageInChat = function (aid, chatId, options) {
3271
3204
  var _this = this;
@@ -3279,7 +3212,6 @@ var ChatApi = /** @class */ (function (_super) {
3279
3212
  * @param {ChatMessageRequest} chatMessageRequest
3280
3213
  * @param {*} [options] Override http request option.
3281
3214
  * @throws {RequiredError}
3282
- * @memberof ChatApi
3283
3215
  */
3284
3216
  ChatApi.prototype.sendMessageToChat = function (aid, chatId, chatMessageRequest, options) {
3285
3217
  var _this = this;
@@ -3292,7 +3224,6 @@ var ChatApi = /** @class */ (function (_super) {
3292
3224
  * @param {ChatMessageRequest} chatMessageRequest
3293
3225
  * @param {*} [options] Override http request option.
3294
3226
  * @throws {RequiredError}
3295
- * @memberof ChatApi
3296
3227
  */
3297
3228
  ChatApi.prototype.sendMessageToDraft = function (aid, chatMessageRequest, options) {
3298
3229
  var _this = this;
@@ -3306,7 +3237,6 @@ var ChatApi = /** @class */ (function (_super) {
3306
3237
  * @param {ChatUpdateRequest} chatUpdateRequest
3307
3238
  * @param {*} [options] Override http request option.
3308
3239
  * @throws {RequiredError}
3309
- * @memberof ChatApi
3310
3240
  */
3311
3241
  ChatApi.prototype.updateChatThread = function (aid, chatId, chatUpdateRequest, options) {
3312
3242
  var _this = this;
@@ -3317,7 +3247,6 @@ var ChatApi = /** @class */ (function (_super) {
3317
3247
  exports.ChatApi = ChatApi;
3318
3248
  /**
3319
3249
  * CreditApi - axios parameter creator
3320
- * @export
3321
3250
  */
3322
3251
  var CreditApiAxiosParamCreator = function (configuration) {
3323
3252
  var _this = this;
@@ -3641,7 +3570,6 @@ var CreditApiAxiosParamCreator = function (configuration) {
3641
3570
  exports.CreditApiAxiosParamCreator = CreditApiAxiosParamCreator;
3642
3571
  /**
3643
3572
  * CreditApi - functional programming interface
3644
- * @export
3645
3573
  */
3646
3574
  var CreditApiFp = function (configuration) {
3647
3575
  var localVarAxiosParamCreator = (0, exports.CreditApiAxiosParamCreator)(configuration);
@@ -3797,7 +3725,6 @@ var CreditApiFp = function (configuration) {
3797
3725
  exports.CreditApiFp = CreditApiFp;
3798
3726
  /**
3799
3727
  * CreditApi - factory interface
3800
- * @export
3801
3728
  */
3802
3729
  var CreditApiFactory = function (configuration, basePath, axios) {
3803
3730
  var localVarFp = (0, exports.CreditApiFp)(configuration);
@@ -3875,9 +3802,6 @@ var CreditApiFactory = function (configuration, basePath, axios) {
3875
3802
  exports.CreditApiFactory = CreditApiFactory;
3876
3803
  /**
3877
3804
  * CreditApi - object-oriented interface
3878
- * @export
3879
- * @class CreditApi
3880
- * @extends {BaseAPI}
3881
3805
  */
3882
3806
  var CreditApi = /** @class */ (function (_super) {
3883
3807
  __extends(CreditApi, _super);
@@ -3890,7 +3814,6 @@ var CreditApi = /** @class */ (function (_super) {
3890
3814
  * @param {string} eventId Credit event ID
3891
3815
  * @param {*} [options] Override http request option.
3892
3816
  * @throws {RequiredError}
3893
- * @memberof CreditApi
3894
3817
  */
3895
3818
  CreditApi.prototype.fetchCreditEvent = function (eventId, options) {
3896
3819
  var _this = this;
@@ -3901,7 +3824,6 @@ var CreditApi = /** @class */ (function (_super) {
3901
3824
  * @summary Get User Account
3902
3825
  * @param {*} [options] Override http request option.
3903
3826
  * @throws {RequiredError}
3904
- * @memberof CreditApi
3905
3827
  */
3906
3828
  CreditApi.prototype.getUserAccount = function (options) {
3907
3829
  var _this = this;
@@ -3915,7 +3837,6 @@ var CreditApi = /** @class */ (function (_super) {
3915
3837
  * @param {number} [limit] Maximum number of events to return
3916
3838
  * @param {*} [options] Override http request option.
3917
3839
  * @throws {RequiredError}
3918
- * @memberof CreditApi
3919
3840
  */
3920
3841
  CreditApi.prototype.listAgentIncomeEvents = function (agentId, cursor, limit, options) {
3921
3842
  var _this = this;
@@ -3928,7 +3849,6 @@ var CreditApi = /** @class */ (function (_super) {
3928
3849
  * @param {number} [limit] Maximum number of records to return
3929
3850
  * @param {*} [options] Override http request option.
3930
3851
  * @throws {RequiredError}
3931
- * @memberof CreditApi
3932
3852
  */
3933
3853
  CreditApi.prototype.listTopupRecords = function (cursor, limit, options) {
3934
3854
  var _this = this;
@@ -3943,7 +3863,6 @@ var CreditApi = /** @class */ (function (_super) {
3943
3863
  * @param {number} [limit] Maximum number of events to return
3944
3864
  * @param {*} [options] Override http request option.
3945
3865
  * @throws {RequiredError}
3946
- * @memberof CreditApi
3947
3866
  */
3948
3867
  CreditApi.prototype.listUserEvents = function (eventType, direction, cursor, limit, options) {
3949
3868
  var _this = this;
@@ -3958,7 +3877,6 @@ var CreditApi = /** @class */ (function (_super) {
3958
3877
  * @param {number} [limit] Maximum number of transactions to return
3959
3878
  * @param {*} [options] Override http request option.
3960
3879
  * @throws {RequiredError}
3961
- * @memberof CreditApi
3962
3880
  */
3963
3881
  CreditApi.prototype.listUserTransactions = function (txType, creditDebit, cursor, limit, options) {
3964
3882
  var _this = this;
@@ -3969,7 +3887,6 @@ var CreditApi = /** @class */ (function (_super) {
3969
3887
  exports.CreditApi = CreditApi;
3970
3888
  /**
3971
3889
  * DraftApi - axios parameter creator
3972
- * @export
3973
3890
  */
3974
3891
  var DraftApiAxiosParamCreator = function (configuration) {
3975
3892
  var _this = this;
@@ -4366,7 +4283,6 @@ var DraftApiAxiosParamCreator = function (configuration) {
4366
4283
  exports.DraftApiAxiosParamCreator = DraftApiAxiosParamCreator;
4367
4284
  /**
4368
4285
  * DraftApi - functional programming interface
4369
- * @export
4370
4286
  */
4371
4287
  var DraftApiFp = function (configuration) {
4372
4288
  var localVarAxiosParamCreator = (0, exports.DraftApiAxiosParamCreator)(configuration);
@@ -4562,7 +4478,6 @@ var DraftApiFp = function (configuration) {
4562
4478
  exports.DraftApiFp = DraftApiFp;
4563
4479
  /**
4564
4480
  * DraftApi - factory interface
4565
- * @export
4566
4481
  */
4567
4482
  var DraftApiFactory = function (configuration, basePath, axios) {
4568
4483
  var localVarFp = (0, exports.DraftApiFp)(configuration);
@@ -4654,9 +4569,6 @@ var DraftApiFactory = function (configuration, basePath, axios) {
4654
4569
  exports.DraftApiFactory = DraftApiFactory;
4655
4570
  /**
4656
4571
  * DraftApi - object-oriented interface
4657
- * @export
4658
- * @class DraftApi
4659
- * @extends {BaseAPI}
4660
4572
  */
4661
4573
  var DraftApi = /** @class */ (function (_super) {
4662
4574
  __extends(DraftApi, _super);
@@ -4669,7 +4581,6 @@ var DraftApi = /** @class */ (function (_super) {
4669
4581
  * @param {AgentUserInput} agentUserInput
4670
4582
  * @param {*} [options] Override http request option.
4671
4583
  * @throws {RequiredError}
4672
- * @memberof DraftApi
4673
4584
  */
4674
4585
  DraftApi.prototype.createAgentDraft = function (agentUserInput, options) {
4675
4586
  var _this = this;
@@ -4681,7 +4592,6 @@ var DraftApi = /** @class */ (function (_super) {
4681
4592
  * @param {string} draftId Draft ID
4682
4593
  * @param {*} [options] Override http request option.
4683
4594
  * @throws {RequiredError}
4684
- * @memberof DraftApi
4685
4595
  */
4686
4596
  DraftApi.prototype.deleteAgentDraft = function (draftId, options) {
4687
4597
  var _this = this;
@@ -4693,7 +4603,6 @@ var DraftApi = /** @class */ (function (_super) {
4693
4603
  * @param {AgentDeployRequest} agentDeployRequest
4694
4604
  * @param {*} [options] Override http request option.
4695
4605
  * @throws {RequiredError}
4696
- * @memberof DraftApi
4697
4606
  */
4698
4607
  DraftApi.prototype.deployAgentFromDraft = function (agentDeployRequest, options) {
4699
4608
  var _this = this;
@@ -4706,7 +4615,6 @@ var DraftApi = /** @class */ (function (_super) {
4706
4615
  * @param {string} draftId Draft ID
4707
4616
  * @param {*} [options] Override http request option.
4708
4617
  * @throws {RequiredError}
4709
- * @memberof DraftApi
4710
4618
  */
4711
4619
  DraftApi.prototype.getAgentDraftById = function (agentId, draftId, options) {
4712
4620
  var _this = this;
@@ -4718,7 +4626,6 @@ var DraftApi = /** @class */ (function (_super) {
4718
4626
  * @param {string} agentId Agent ID
4719
4627
  * @param {*} [options] Override http request option.
4720
4628
  * @throws {RequiredError}
4721
- * @memberof DraftApi
4722
4629
  */
4723
4630
  DraftApi.prototype.getAgentDrafts = function (agentId, options) {
4724
4631
  var _this = this;
@@ -4730,7 +4637,6 @@ var DraftApi = /** @class */ (function (_super) {
4730
4637
  * @param {string} agentId Agent ID
4731
4638
  * @param {*} [options] Override http request option.
4732
4639
  * @throws {RequiredError}
4733
- * @memberof DraftApi
4734
4640
  */
4735
4641
  DraftApi.prototype.getAgentLatestDraft = function (agentId, options) {
4736
4642
  var _this = this;
@@ -4742,7 +4648,6 @@ var DraftApi = /** @class */ (function (_super) {
4742
4648
  * @param {boolean | null} [hasDeployment] Filter by deployment status: false for never deployed, true for has deployment but unpublished drafts, null for all unpublished drafts
4743
4649
  * @param {*} [options] Override http request option.
4744
4650
  * @throws {RequiredError}
4745
- * @memberof DraftApi
4746
4651
  */
4747
4652
  DraftApi.prototype.getUserUnpublishedDrafts = function (hasDeployment, options) {
4748
4653
  var _this = this;
@@ -4755,7 +4660,6 @@ var DraftApi = /** @class */ (function (_super) {
4755
4660
  * @param {AgentUserInput} agentUserInput
4756
4661
  * @param {*} [options] Override http request option.
4757
4662
  * @throws {RequiredError}
4758
- * @memberof DraftApi
4759
4663
  */
4760
4664
  DraftApi.prototype.updateAgentDraft = function (agentId, agentUserInput, options) {
4761
4665
  var _this = this;
@@ -4766,7 +4670,6 @@ var DraftApi = /** @class */ (function (_super) {
4766
4670
  exports.DraftApi = DraftApi;
4767
4671
  /**
4768
4672
  * GeneratorApi - axios parameter creator
4769
- * @export
4770
4673
  */
4771
4674
  var GeneratorApiAxiosParamCreator = function (configuration) {
4772
4675
  var _this = this;
@@ -4918,7 +4821,6 @@ var GeneratorApiAxiosParamCreator = function (configuration) {
4918
4821
  exports.GeneratorApiAxiosParamCreator = GeneratorApiAxiosParamCreator;
4919
4822
  /**
4920
4823
  * GeneratorApi - functional programming interface
4921
- * @export
4922
4824
  */
4923
4825
  var GeneratorApiFp = function (configuration) {
4924
4826
  var localVarAxiosParamCreator = (0, exports.GeneratorApiAxiosParamCreator)(configuration);
@@ -4997,7 +4899,6 @@ var GeneratorApiFp = function (configuration) {
4997
4899
  exports.GeneratorApiFp = GeneratorApiFp;
4998
4900
  /**
4999
4901
  * GeneratorApi - factory interface
5000
- * @export
5001
4902
  */
5002
4903
  var GeneratorApiFactory = function (configuration, basePath, axios) {
5003
4904
  var localVarFp = (0, exports.GeneratorApiFp)(configuration);
@@ -5037,9 +4938,6 @@ var GeneratorApiFactory = function (configuration, basePath, axios) {
5037
4938
  exports.GeneratorApiFactory = GeneratorApiFactory;
5038
4939
  /**
5039
4940
  * GeneratorApi - object-oriented interface
5040
- * @export
5041
- * @class GeneratorApi
5042
- * @extends {BaseAPI}
5043
4941
  */
5044
4942
  var GeneratorApi = /** @class */ (function (_super) {
5045
4943
  __extends(GeneratorApi, _super);
@@ -5052,7 +4950,6 @@ var GeneratorApi = /** @class */ (function (_super) {
5052
4950
  * @param {AgentGenerateRequest} agentGenerateRequest
5053
4951
  * @param {*} [options] Override http request option.
5054
4952
  * @throws {RequiredError}
5055
- * @memberof GeneratorApi
5056
4953
  */
5057
4954
  GeneratorApi.prototype.generateAgent = function (agentGenerateRequest, options) {
5058
4955
  var _this = this;
@@ -5064,7 +4961,6 @@ var GeneratorApi = /** @class */ (function (_super) {
5064
4961
  * @param {string} projectId
5065
4962
  * @param {*} [options] Override http request option.
5066
4963
  * @throws {RequiredError}
5067
- * @memberof GeneratorApi
5068
4964
  */
5069
4965
  GeneratorApi.prototype.getGenerationHistory = function (projectId, options) {
5070
4966
  var _this = this;
@@ -5076,7 +4972,6 @@ var GeneratorApi = /** @class */ (function (_super) {
5076
4972
  * @param {number} [limit]
5077
4973
  * @param {*} [options] Override http request option.
5078
4974
  * @throws {RequiredError}
5079
- * @memberof GeneratorApi
5080
4975
  */
5081
4976
  GeneratorApi.prototype.getGenerations = function (limit, options) {
5082
4977
  var _this = this;
@@ -5087,7 +4982,6 @@ var GeneratorApi = /** @class */ (function (_super) {
5087
4982
  exports.GeneratorApi = GeneratorApi;
5088
4983
  /**
5089
4984
  * HealthApi - axios parameter creator
5090
- * @export
5091
4985
  */
5092
4986
  var HealthApiAxiosParamCreator = function (configuration) {
5093
4987
  var _this = this;
@@ -5130,7 +5024,6 @@ var HealthApiAxiosParamCreator = function (configuration) {
5130
5024
  exports.HealthApiAxiosParamCreator = HealthApiAxiosParamCreator;
5131
5025
  /**
5132
5026
  * HealthApi - functional programming interface
5133
- * @export
5134
5027
  */
5135
5028
  var HealthApiFp = function (configuration) {
5136
5029
  var localVarAxiosParamCreator = (0, exports.HealthApiAxiosParamCreator)(configuration);
@@ -5162,7 +5055,6 @@ var HealthApiFp = function (configuration) {
5162
5055
  exports.HealthApiFp = HealthApiFp;
5163
5056
  /**
5164
5057
  * HealthApi - factory interface
5165
- * @export
5166
5058
  */
5167
5059
  var HealthApiFactory = function (configuration, basePath, axios) {
5168
5060
  var localVarFp = (0, exports.HealthApiFp)(configuration);
@@ -5181,9 +5073,6 @@ var HealthApiFactory = function (configuration, basePath, axios) {
5181
5073
  exports.HealthApiFactory = HealthApiFactory;
5182
5074
  /**
5183
5075
  * HealthApi - object-oriented interface
5184
- * @export
5185
- * @class HealthApi
5186
- * @extends {BaseAPI}
5187
5076
  */
5188
5077
  var HealthApi = /** @class */ (function (_super) {
5189
5078
  __extends(HealthApi, _super);
@@ -5195,7 +5084,6 @@ var HealthApi = /** @class */ (function (_super) {
5195
5084
  * @summary Health check endpoint
5196
5085
  * @param {*} [options] Override http request option.
5197
5086
  * @throws {RequiredError}
5198
- * @memberof HealthApi
5199
5087
  */
5200
5088
  HealthApi.prototype.healthCheck = function (options) {
5201
5089
  var _this = this;
@@ -5206,7 +5094,6 @@ var HealthApi = /** @class */ (function (_super) {
5206
5094
  exports.HealthApi = HealthApi;
5207
5095
  /**
5208
5096
  * MetadataApi - axios parameter creator
5209
- * @export
5210
5097
  */
5211
5098
  var MetadataApiAxiosParamCreator = function (configuration) {
5212
5099
  var _this = this;
@@ -5516,7 +5403,6 @@ var MetadataApiAxiosParamCreator = function (configuration) {
5516
5403
  exports.MetadataApiAxiosParamCreator = MetadataApiAxiosParamCreator;
5517
5404
  /**
5518
5405
  * MetadataApi - functional programming interface
5519
- * @export
5520
5406
  */
5521
5407
  var MetadataApiFp = function (configuration) {
5522
5408
  var localVarAxiosParamCreator = (0, exports.MetadataApiAxiosParamCreator)(configuration);
@@ -5706,7 +5592,6 @@ var MetadataApiFp = function (configuration) {
5706
5592
  exports.MetadataApiFp = MetadataApiFp;
5707
5593
  /**
5708
5594
  * MetadataApi - factory interface
5709
- * @export
5710
5595
  */
5711
5596
  var MetadataApiFactory = function (configuration, basePath, axios) {
5712
5597
  var localVarFp = (0, exports.MetadataApiFp)(configuration);
@@ -5792,9 +5677,6 @@ var MetadataApiFactory = function (configuration, basePath, axios) {
5792
5677
  exports.MetadataApiFactory = MetadataApiFactory;
5793
5678
  /**
5794
5679
  * MetadataApi - object-oriented interface
5795
- * @export
5796
- * @class MetadataApi
5797
- * @extends {BaseAPI}
5798
5680
  */
5799
5681
  var MetadataApi = /** @class */ (function (_super) {
5800
5682
  __extends(MetadataApi, _super);
@@ -5806,7 +5688,6 @@ var MetadataApi = /** @class */ (function (_super) {
5806
5688
  * @summary Get public agent schema
5807
5689
  * @param {*} [options] Override http request option.
5808
5690
  * @throws {RequiredError}
5809
- * @memberof MetadataApi
5810
5691
  */
5811
5692
  MetadataApi.prototype.getAgentPublicSchema = function (options) {
5812
5693
  var _this = this;
@@ -5817,7 +5698,6 @@ var MetadataApi = /** @class */ (function (_super) {
5817
5698
  * @summary Get strict public agent schema
5818
5699
  * @param {*} [options] Override http request option.
5819
5700
  * @throws {RequiredError}
5820
- * @memberof MetadataApi
5821
5701
  */
5822
5702
  MetadataApi.prototype.getAgentPublicStrictSchema = function (options) {
5823
5703
  var _this = this;
@@ -5828,7 +5708,6 @@ var MetadataApi = /** @class */ (function (_super) {
5828
5708
  * @summary Get agent schema
5829
5709
  * @param {*} [options] Override http request option.
5830
5710
  * @throws {RequiredError}
5831
- * @memberof MetadataApi
5832
5711
  */
5833
5712
  MetadataApi.prototype.getAgentSchema = function (options) {
5834
5713
  var _this = this;
@@ -5839,7 +5718,6 @@ var MetadataApi = /** @class */ (function (_super) {
5839
5718
  * @summary Get all LLM models
5840
5719
  * @param {*} [options] Override http request option.
5841
5720
  * @throws {RequiredError}
5842
- * @memberof MetadataApi
5843
5721
  */
5844
5722
  MetadataApi.prototype.getLlms = function (options) {
5845
5723
  var _this = this;
@@ -5850,7 +5728,6 @@ var MetadataApi = /** @class */ (function (_super) {
5850
5728
  * @summary Get metadata tags
5851
5729
  * @param {*} [options] Override http request option.
5852
5730
  * @throws {RequiredError}
5853
- * @memberof MetadataApi
5854
5731
  */
5855
5732
  MetadataApi.prototype.getMetadataTags = function (options) {
5856
5733
  var _this = this;
@@ -5864,7 +5741,6 @@ var MetadataApi = /** @class */ (function (_super) {
5864
5741
  * @param {string} ext Icon file extension
5865
5742
  * @param {*} [options] Override http request option.
5866
5743
  * @throws {RequiredError}
5867
- * @memberof MetadataApi
5868
5744
  */
5869
5745
  MetadataApi.prototype.getSkillIcon = function (skill, iconName, ext, options) {
5870
5746
  var _this = this;
@@ -5876,7 +5752,6 @@ var MetadataApi = /** @class */ (function (_super) {
5876
5752
  * @param {string} skill Skill name
5877
5753
  * @param {*} [options] Override http request option.
5878
5754
  * @throws {RequiredError}
5879
- * @memberof MetadataApi
5880
5755
  */
5881
5756
  MetadataApi.prototype.getSkillSchema = function (skill, options) {
5882
5757
  var _this = this;
@@ -5887,7 +5762,6 @@ var MetadataApi = /** @class */ (function (_super) {
5887
5762
  * @summary Get all skills
5888
5763
  * @param {*} [options] Override http request option.
5889
5764
  * @throws {RequiredError}
5890
- * @memberof MetadataApi
5891
5765
  */
5892
5766
  MetadataApi.prototype.getSkills = function (options) {
5893
5767
  var _this = this;
@@ -5898,7 +5772,6 @@ var MetadataApi = /** @class */ (function (_super) {
5898
5772
  exports.MetadataApi = MetadataApi;
5899
5773
  /**
5900
5774
  * OAuthApi - axios parameter creator
5901
- * @export
5902
5775
  */
5903
5776
  var OAuthApiAxiosParamCreator = function (configuration) {
5904
5777
  var _this = this;
@@ -6059,7 +5932,6 @@ var OAuthApiAxiosParamCreator = function (configuration) {
6059
5932
  exports.OAuthApiAxiosParamCreator = OAuthApiAxiosParamCreator;
6060
5933
  /**
6061
5934
  * OAuthApi - functional programming interface
6062
- * @export
6063
5935
  */
6064
5936
  var OAuthApiFp = function (configuration) {
6065
5937
  var localVarAxiosParamCreator = (0, exports.OAuthApiAxiosParamCreator)(configuration);
@@ -6141,7 +6013,6 @@ var OAuthApiFp = function (configuration) {
6141
6013
  exports.OAuthApiFp = OAuthApiFp;
6142
6014
  /**
6143
6015
  * OAuthApi - factory interface
6144
- * @export
6145
6016
  */
6146
6017
  var OAuthApiFactory = function (configuration, basePath, axios) {
6147
6018
  var localVarFp = (0, exports.OAuthApiFp)(configuration);
@@ -6184,9 +6055,6 @@ var OAuthApiFactory = function (configuration, basePath, axios) {
6184
6055
  exports.OAuthApiFactory = OAuthApiFactory;
6185
6056
  /**
6186
6057
  * OAuthApi - object-oriented interface
6187
- * @export
6188
- * @class OAuthApi
6189
- * @extends {BaseAPI}
6190
6058
  */
6191
6059
  var OAuthApi = /** @class */ (function (_super) {
6192
6060
  __extends(OAuthApi, _super);
@@ -6200,7 +6068,6 @@ var OAuthApi = /** @class */ (function (_super) {
6200
6068
  * @param {string} redirectUri
6201
6069
  * @param {*} [options] Override http request option.
6202
6070
  * @throws {RequiredError}
6203
- * @memberof OAuthApi
6204
6071
  */
6205
6072
  OAuthApi.prototype.getTwitterAuthUrl = function (agentId, redirectUri, options) {
6206
6073
  var _this = this;
@@ -6214,7 +6081,6 @@ var OAuthApi = /** @class */ (function (_super) {
6214
6081
  * @param {string | null} [error]
6215
6082
  * @param {*} [options] Override http request option.
6216
6083
  * @throws {RequiredError}
6217
- * @memberof OAuthApi
6218
6084
  */
6219
6085
  OAuthApi.prototype.twitterOauthCallback = function (state, code, error, options) {
6220
6086
  var _this = this;
@@ -6226,7 +6092,6 @@ var OAuthApi = /** @class */ (function (_super) {
6226
6092
  * @param {string} agentId ID of the agent to unlink from X
6227
6093
  * @param {*} [options] Override http request option.
6228
6094
  * @throws {RequiredError}
6229
- * @memberof OAuthApi
6230
6095
  */
6231
6096
  OAuthApi.prototype.unlinkTwitter = function (agentId, options) {
6232
6097
  var _this = this;
@@ -6237,7 +6102,6 @@ var OAuthApi = /** @class */ (function (_super) {
6237
6102
  exports.OAuthApi = OAuthApi;
6238
6103
  /**
6239
6104
  * UserApi - axios parameter creator
6240
- * @export
6241
6105
  */
6242
6106
  var UserApiAxiosParamCreator = function (configuration) {
6243
6107
  var _this = this;
@@ -6444,7 +6308,6 @@ var UserApiAxiosParamCreator = function (configuration) {
6444
6308
  exports.UserApiAxiosParamCreator = UserApiAxiosParamCreator;
6445
6309
  /**
6446
6310
  * UserApi - functional programming interface
6447
- * @export
6448
6311
  */
6449
6312
  var UserApiFp = function (configuration) {
6450
6313
  var localVarAxiosParamCreator = (0, exports.UserApiAxiosParamCreator)(configuration);
@@ -6547,7 +6410,6 @@ var UserApiFp = function (configuration) {
6547
6410
  exports.UserApiFp = UserApiFp;
6548
6411
  /**
6549
6412
  * UserApi - factory interface
6550
- * @export
6551
6413
  */
6552
6414
  var UserApiFactory = function (configuration, basePath, axios) {
6553
6415
  var localVarFp = (0, exports.UserApiFp)(configuration);
@@ -6598,9 +6460,6 @@ var UserApiFactory = function (configuration, basePath, axios) {
6598
6460
  exports.UserApiFactory = UserApiFactory;
6599
6461
  /**
6600
6462
  * UserApi - object-oriented interface
6601
- * @export
6602
- * @class UserApi
6603
- * @extends {BaseAPI}
6604
6463
  */
6605
6464
  var UserApi = /** @class */ (function (_super) {
6606
6465
  __extends(UserApi, _super);
@@ -6612,7 +6471,6 @@ var UserApi = /** @class */ (function (_super) {
6612
6471
  * @summary Get Current User
6613
6472
  * @param {*} [options] Override http request option.
6614
6473
  * @throws {RequiredError}
6615
- * @memberof UserApi
6616
6474
  */
6617
6475
  UserApi.prototype.getCurrentUser = function (options) {
6618
6476
  var _this = this;
@@ -6624,7 +6482,6 @@ var UserApi = /** @class */ (function (_super) {
6624
6482
  * @param {string} agentId Agent ID
6625
6483
  * @param {*} [options] Override http request option.
6626
6484
  * @throws {RequiredError}
6627
- * @memberof UserApi
6628
6485
  */
6629
6486
  UserApi.prototype.getUserAgentById = function (agentId, options) {
6630
6487
  var _this = this;
@@ -6638,7 +6495,6 @@ var UserApi = /** @class */ (function (_super) {
6638
6495
  * @param {AgentState | null} [state] Filter agents by state in upstream_extra JSON field
6639
6496
  * @param {*} [options] Override http request option.
6640
6497
  * @throws {RequiredError}
6641
- * @memberof UserApi
6642
6498
  */
6643
6499
  UserApi.prototype.getUserAgents = function (cursor, limit, state, options) {
6644
6500
  var _this = this;
@@ -6650,7 +6506,6 @@ var UserApi = /** @class */ (function (_super) {
6650
6506
  * @param {File} file File to upload
6651
6507
  * @param {*} [options] Override http request option.
6652
6508
  * @throws {RequiredError}
6653
- * @memberof UserApi
6654
6509
  */
6655
6510
  UserApi.prototype.uploadUserFile = function (file, options) {
6656
6511
  var _this = this;