@gpt-platform/admin 0.5.2 → 0.6.1

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
@@ -75,14 +75,15 @@ client.setConfig({
75
75
  - `getAgent-versionsById()` - Fetch a single AgentVersion by ID
76
76
  - `getAgent-versionsByIdMetrics()` - Get performance metrics for this version
77
77
  - `getAgent-versionsByIdRevisions()` - List all revisions for a specific AgentVersion, sorted by revision number descending
78
- - `getAgents()` - /agents operation on agent resource
79
- - `getAgentsById()` - /agents/:id operation on agent resource
78
+ - `getAgents()` - List all agents accessible in the current workspace
79
+ - `getAgentsById()` - Fetch a single agent by ID
80
80
  - `getAgentsByIdSchema-versions()` - List all schema versions for this agent
81
81
  - `getAgentsByIdTraining-examples()` - List training examples for this agent
82
82
  - `postAgent-versions()` - Create a new AgentVersion snapshot
83
- - `postAgent-versionsByIdAdd-system-field()` - Add a predefined system field to this version's schema
84
- - `postAgent-versionsByIdRemove-system-field()` - Remove a system field from this version's schema
85
- - `postAgent-versionsByIdSet-system-fields()` - Set which system fields are included in this version's schema (batch operation)
83
+ - `postAgent-versionsByIdAdd-system-field()` - Add a predefined system field to this version's output_schema
84
+ - `postAgent-versionsByIdRemove-system-field()` - Remove a system field from this version's output_schema
85
+ - `postAgent-versionsByIdSet-system-fields()` - Set which system fields are included in this version's output_schema (batch operation)
86
+ - `postAgents()` - Create a new agent
86
87
  - `postAgentsByIdAnalyze-training()` - Analyze training examples for conflicts, coverage, and quality
87
88
  - `postAgentsByIdClone()` - Clone the agent to a new one with a new name
88
89
  - `postAgentsByIdExport()` - Export agent configuration and training examples
@@ -95,10 +96,11 @@ client.setConfig({
95
96
  - `postAgentsByIdValidate()` - Validate sample output against agent schema
96
97
  - `postAgentsClone-for-workspace()` - Clone a system agent for workspace-specific customization
97
98
  - `postAgentsImport()` - Import an agent from a JSON payload produced by `:export`
98
- - `postAgentsPredict()` - Predicts the best agents for a given input
99
- - `patchAgent-versionsById()` - Update an AgentVersion's prompt template, field descriptions, or changes summary
99
+ - `patchAgent-versionsById()` - Update an AgentVersion's prompt template or changes summary
100
+ - `patchAgentsById()` - Update agent metadata such as name, description, vertical, tags, and instructions
100
101
  - `patchAgentsByIdSchema-versionsByVersionId()` - Update a schema version without creating a new version
101
102
  - `deleteAgent-versionsById()` - Delete an AgentVersion
103
+ - `deleteAgentsById()` - Permanently delete an agent and cascade-destroy all associated data
102
104
  - `deleteAgentsByIdTraining-examplesByExampleId()` - Delete a training example belonging to this agent
103
105
 
104
106
  ## Ai config
@@ -397,6 +399,8 @@ flags, workspace mode, and execution limits
397
399
  - `postConnectors()` - Install a new connector instance in a workspace
398
400
  - `postConnectorsByIdEdamamRecipesGet()` - Get full details for a single recipe by Edamam recipe ID
399
401
  - `postConnectorsByIdEdamamRecipesSearch()` - Search for recipes using the Edamam Recipe API
402
+ - `postConnectorsByIdPractice-betterPush-note()` - Push an AI-generated clinical note to Practice Better for a linked contact
403
+ - `postConnectorsByIdSync()` - Execute an action on an external connector
400
404
  - `postConnectorsFullscriptCheck-patient()` - Check if a patient exists in Fullscript by email
401
405
  - `postConnectorsFullscriptCreate-patient()` - Create a patient in Fullscript
402
406
  - `postConnectorsFullscriptSession-grant()` - Get a Fullscript embed session grant token for the prescribing widget
@@ -458,6 +462,8 @@ flags, workspace mode, and execution limits
458
462
  - `getConnectorsCredentials()` - /connectors/credentials operation on credential resource
459
463
  - `getConnectorsCredentialsById()` - /connectors/credentials/:id operation on credential resource
460
464
  - `postConnectorsCredentialsByIdRefresh()` - Refresh OAuth credential token.
465
+ - `postConnectorsCredentialsDelete-by-type()` - Delete credentials for a connector at a specific scope level
466
+ - `postConnectorsCredentialsUpsert()` - Create or update credentials for a connector at a specific scope level
461
467
 
462
468
  ## Credit-package
463
469
 
@@ -527,11 +533,11 @@ attribute-level property filters
527
533
 
528
534
  ## Crm custom field definition
529
535
 
530
- - `getIsvCrmField-definitionsById()` - /isv/crm/field-definitions/:id operation on crm_custom_field_definition resource
531
- - `getIsvCrmField-definitionsEntity-typeByEntityType()` - List all custom field definitions for a given application and entity type
532
- - `postIsvCrmField-definitions()` - Define a custom field for a core CRM entity type (contact, company, deal, activity)
533
- - `patchIsvCrmField-definitionsById()` - Update display metadata and validation rules for an existing custom field
534
- - `deleteIsvCrmField-definitionsById()` - /isv/crm/field-definitions/:id operation on crm_custom_field_definition resource
536
+ - `getCrmField-definitionsById()` - /crm/field-definitions/:id operation on crm_custom_field_definition resource
537
+ - `getCrmField-definitionsEntity-typeByEntityType()` - List all custom field definitions for a given application and entity type
538
+ - `postCrmField-definitions()` - Define a custom field for a core CRM entity type (contact, company, deal, activity)
539
+ - `patchCrmField-definitionsById()` - Update display metadata and validation rules for an existing custom field
540
+ - `deleteCrmField-definitionsById()` - /crm/field-definitions/:id operation on crm_custom_field_definition resource
535
541
 
536
542
  ## Crm data export job
537
543
 
@@ -589,10 +595,10 @@ attribute-level property filters
589
595
 
590
596
  ## Crm sync config
591
597
 
592
- - `getIsvCrmSync-configsWorkspaceByWorkspaceId()` - List all sync configurations for a workspace, one per connector instance
593
- - `postIsvCrmSync-configs()` - Create a CRM sync configuration for a workspace+connector pair
594
- - `patchIsvCrmSync-configsById()` - Update connector sync settings
595
- - `deleteIsvCrmSync-configsById()` - /isv/crm/sync-configs/:id operation on crm_sync_config resource
598
+ - `getCrmSync-configsWorkspaceByWorkspaceId()` - List all sync configurations for a workspace, one per connector instance
599
+ - `postCrmSync-configs()` - Create a CRM sync configuration for a workspace+connector pair
600
+ - `patchCrmSync-configsById()` - Update connector sync settings
601
+ - `deleteCrmSync-configsById()` - /crm/sync-configs/:id operation on crm_sync_config resource
596
602
 
597
603
  ## Customer
598
604
 
@@ -795,6 +801,12 @@ again
795
801
 
796
802
  - `postAiEmbed()` - Generate a 1024-dim vector embedding for the given text via the LlmTriage sidecar; validates workspace membership, estimates token cost, charges credits, and returns the embedding with usage stats.
797
803
 
804
+ ## Extraction agent
805
+
806
+ - `getExtractionAgents()` - /extraction/agents operation on extraction_agent resource
807
+ - `getExtractionAgentsById()` - /extraction/agents/:id operation on extraction_agent resource
808
+ - `postExtractionAgentsPredict()` - Predicts the best agents for a given input
809
+
798
810
  ## Extraction analysis
799
811
 
800
812
  - `getExtractionAnalyses()` - /extraction/analyses operation on extraction_analysis resource
@@ -1006,6 +1018,14 @@ fields
1006
1018
 
1007
1019
  - `getPermissionsPresetsById()` - Fetch a single permission preset by its composite ID (e.g., 'workspace:org:admin'); returns the preset with its full permission list or a not-found error.
1008
1020
 
1021
+ ## Pipeline
1022
+
1023
+ - `getPipelines()` - /pipelines operation on pipeline resource
1024
+ - `getPipelinesById()` - /pipelines/:id operation on pipeline resource
1025
+ - `postPipelines()` - Create a new agent pipeline.
1026
+ - `patchPipelinesById()` - Update pipeline metadata or node graph.
1027
+ - `deletePipelinesById()` - /pipelines/:id operation on pipeline resource
1028
+
1009
1029
  ## Plan-feature-allocation
1010
1030
 
1011
1031
  - `getPlan-feature-allocations()` - List all plan feature allocations.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gpt-platform/admin",
3
- "version": "0.5.2",
3
+ "version": "0.6.1",
4
4
  "description": "TypeScript SDK for GPT Platform Admin API - Platform administration and ISV management",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",