@gpt-core/admin 0.9.11 → 0.9.14

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/llms.txt CHANGED
@@ -31,10 +31,23 @@ client.setConfig({
31
31
  - `patchAccountsByIdCredit()` - Update credit
32
32
  - `patchAccountsByIdDebit()` - Update debit
33
33
 
34
+ ## Agent stats
35
+
36
+ - `getAgentsByIdStats()` - Get stats
37
+
34
38
  ## Agent test result
35
39
 
36
40
  - `postAgentTestResults()` - Create agent test results
37
41
 
42
+ ## Agent training stats
43
+
44
+ - `getAgentsByIdTrainingStats()` - Get training stats
45
+
46
+ ## Agent usage
47
+
48
+ - `getAgentsByIdUsage()` - Get usage
49
+ - `getAgentsUsage()` - List usage
50
+
38
51
  ## Agent version comparison
39
52
 
40
53
  - `postAgentVersionComparisons()` - Create agent version comparisons
@@ -44,10 +57,6 @@ client.setConfig({
44
57
  - `getAgents()` - List agents
45
58
  - `getAgentsById()` - Get agents
46
59
  - `getAgentsByIdSchemaVersions()` - Get schema versions
47
- - `getAgentsByIdStats()` - Get stats
48
- - `getAgentsByIdTrainingStats()` - Get training stats
49
- - `getAgentsByIdUsage()` - Get usage
50
- - `getAgentsUsage()` - List usage
51
60
  - `getAgentVersions()` - List agent versions
52
61
  - `getAgentVersionsById()` - Get agent versions
53
62
  - `getAgentVersionsByIdMetrics()` - Get metrics
@@ -445,6 +454,12 @@ client.setConfig({
445
454
  - `getSysSemanticCacheById()` - Get semantic cache
446
455
  - `postSysSemanticCacheClear()` - Create clear
447
456
 
457
+ ## Settlement
458
+
459
+ - `getSettlements()` - List settlements
460
+ - `getSettlementsById()` - Get settlements
461
+ - `postSettlements()` - Create settlements
462
+
448
463
  ## Storage
449
464
 
450
465
  - `getBuckets()` - List buckets
@@ -514,13 +529,19 @@ client.setConfig({
514
529
  - `patchTenantsById()` - Update tenants
515
530
  - `deleteTenantsById()` - Delete tenants
516
531
 
532
+ ## Thread stats
533
+
534
+ - `getThreadsStats()` - List stats
535
+
536
+ ## Thread workspace stats
537
+
538
+ - `getThreadsWorkspace-stats()` - List workspace stats
539
+
517
540
  ## Threads
518
541
 
519
542
  - `getThreads()` - List threads
520
543
  - `getThreadsById()` - Get threads
521
544
  - `getThreadsSearch()` - List search
522
- - `getThreadsStats()` - List stats
523
- - `getThreadsWorkspace-stats()` - List workspace stats
524
545
  - `postThreads()` - Create threads
525
546
  - `postThreadsActive()` - Create active
526
547
  - `postThreadsByIdExport()` - Create export
@@ -607,6 +628,13 @@ client.setConfig({
607
628
  - `patchWebhookConfigsByIdRotateSecret()` - Update rotate secret
608
629
  - `deleteWebhookConfigsById()` - Delete webhook configs
609
630
 
631
+ ## Wholesale-agreement
632
+
633
+ - `getWholesale-agreements()` - List wholesale agreements
634
+ - `getWholesale-agreementsById()` - Get wholesale agreements
635
+ - `postWholesale-agreements()` - Create wholesale agreements
636
+ - `patchWholesale-agreementsById()` - Update wholesale agreements
637
+
610
638
  ## Workspace document stats
611
639
 
612
640
  - `getTenantsByTenantIdWorkspaceStats()` - Get workspace stats
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gpt-core/admin",
3
- "version": "0.9.11",
3
+ "version": "0.9.14",
4
4
  "description": "TypeScript SDK for GPT Core Admin API - Platform administration and ISV management",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",