@gpt-platform/admin 0.4.0 → 0.4.2

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
@@ -1168,6 +1168,7 @@ plan tier, vanity slug, and storage spending cap
1168
1168
  - `getThreadsSearch()` - Full-text search threads by title or context summary within the actor's accessible workspace
1169
1169
  - `postThreads()` - Create a new conversation thread scoped to a tenant, workspace, and user
1170
1170
  - `postThreadsActive()` - Return the current user's active thread for their workspace, creating a new one if none exists or the existing thread has expired (>24h inactive)
1171
+ - `postThreadsByIdComplete()` - Trigger AI inference on an existing thread without providing new user message content
1171
1172
  - `postThreadsByIdExport()` - Export thread with messages to JSON, Markdown, or plain text format
1172
1173
  - `postThreadsByIdFork()` - Fork a thread by cloning it with all its messages
1173
1174
  - `postThreadsByIdMessages()` - Submit a user message to a thread and receive the AI response synchronously
@@ -1258,6 +1259,9 @@ raw preferences map
1258
1259
  - `getVoiceTranscription-results()` - /voice/transcription-results operation on voice_transcription_result resource
1259
1260
  - `getVoiceTranscription-resultsById()` - /voice/transcription-results/:id operation on voice_transcription_result resource
1260
1261
  - `getVoiceTranscription-resultsSessionBySessionId()` - List transcription results for a voice session
1262
+ - `postVoiceTranscription-results()` - /voice/transcription-results operation on voice_transcription_result resource
1263
+ - `patchVoiceTranscription-resultsById()` - Correct or annotate a transcript's text, segments, or metadata.
1264
+ - `deleteVoiceTranscription-resultsById()` - /voice/transcription-results/:id operation on voice_transcription_result resource
1261
1265
 
1262
1266
  ## Webhooks
1263
1267
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gpt-platform/admin",
3
- "version": "0.4.0",
3
+ "version": "0.4.2",
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",