@gpt-platform/client 0.8.1 → 0.8.3

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
@@ -348,6 +348,7 @@ flags, workspace mode, and execution limits
348
348
  - `getClinicalClient-goalsById()` - /clinical/client-goals/:id operation on clinical-client-goal resource
349
349
  - `getClinicalPatientsByIdGoals()` - /clinical/patients/:id/goals operation on clinical-client-goal resource
350
350
  - `postClinicalClient-goals()` - /clinical/client-goals operation on clinical-client-goal resource
351
+ - `postClinicalClient-goalsFrom-template()` - /clinical/client-goals/from-template operation on clinical-client-goal resource
351
352
  - `patchClinicalClient-goalsById()` - /clinical/client-goals/:id operation on clinical-client-goal resource
352
353
  - `deleteClinicalClient-goalsById()` - /clinical/client-goals/:id operation on clinical-client-goal resource
353
354
 
@@ -372,6 +373,7 @@ flags, workspace mode, and execution limits
372
373
  ## Clinical-delivery
373
374
 
374
375
  - `getClinicalDeliveries()` - /clinical/deliveries operation on clinical-delivery resource
376
+ - `getClinicalDeliveriesBy-session()` - /clinical/deliveries/by-session operation on clinical-delivery resource
375
377
  - `getClinicalDeliveriesById()` - /clinical/deliveries/:id operation on clinical-delivery resource
376
378
  - `postClinicalDeliveries()` - /clinical/deliveries operation on clinical-delivery resource
377
379
  - `patchClinicalDeliveriesById()` - /clinical/deliveries/:id operation on clinical-delivery resource
@@ -399,6 +401,7 @@ flags, workspace mode, and execution limits
399
401
  ## Clinical-health-metric
400
402
 
401
403
  - `getClinicalHealth-metrics()` - /clinical/health-metrics operation on clinical-health-metric resource
404
+ - `getClinicalHealth-metricsBy-session()` - /clinical/health-metrics/by-session operation on clinical-health-metric resource
402
405
  - `getClinicalHealth-metricsById()` - /clinical/health-metrics/:id operation on clinical-health-metric resource
403
406
  - `getClinicalPatientsByIdHealthMetrics()` - /clinical/patients/:id/health_metrics operation on clinical-health-metric resource
404
407
  - `postClinicalHealth-metrics()` - /clinical/health-metrics operation on clinical-health-metric resource
@@ -408,6 +411,7 @@ flags, workspace mode, and execution limits
408
411
  ## Clinical-meal-plan
409
412
 
410
413
  - `getClinicalMeal-plans()` - /clinical/meal-plans operation on clinical-meal-plan resource
414
+ - `getClinicalMeal-plansBy-workspace()` - /clinical/meal-plans/by-workspace operation on clinical-meal-plan resource
411
415
  - `getClinicalMeal-plansById()` - /clinical/meal-plans/:id operation on clinical-meal-plan resource
412
416
  - `getClinicalSessionsByIdMealPlans()` - /clinical/sessions/:id/meal_plans operation on clinical-meal-plan resource
413
417
  - `postClinicalMeal-plans()` - /clinical/meal-plans operation on clinical-meal-plan resource
@@ -451,6 +455,11 @@ flags, workspace mode, and execution limits
451
455
  - `deleteClinicalPractice-resourcesById()` - /clinical/practice-resources/:id operation on clinical-practice-resource resource
452
456
  - `deleteClinicalPractice-resourcesCatalogById()` - /clinical/practice-resources/catalog/:id operation on clinical-practice-resource resource
453
457
 
458
+ ## Clinical-practice-resource-category
459
+
460
+ - `getClinicalPractice-resourcesCategories()` - /clinical/practice-resources/categories operation on clinical-practice-resource-category resource
461
+ - `getClinicalPractice-resourcesCategoriesCatalog()` - /clinical/practice-resources/categories/catalog operation on clinical-practice-resource-category resource
462
+
454
463
  ## Clinical-practice-tool
455
464
 
456
465
  - `getClinicalPractice-tools()` - /clinical/practice-tools operation on clinical-practice-tool resource
@@ -472,6 +481,7 @@ flags, workspace mode, and execution limits
472
481
  ## Clinical-session
473
482
 
474
483
  - `getClinicalSessions()` - /clinical/sessions operation on clinical-session resource
484
+ - `getClinicalSessionsBy-patient()` - /clinical/sessions/by-patient operation on clinical-session resource
475
485
  - `getClinicalSessionsById()` - /clinical/sessions/:id operation on clinical-session resource
476
486
  - `postClinicalSessions()` - /clinical/sessions operation on clinical-session resource
477
487
  - `patchClinicalSessionsById()` - /clinical/sessions/:id operation on clinical-session resource
@@ -481,9 +491,7 @@ flags, workspace mode, and execution limits
481
491
 
482
492
  - `getClinicalSupplement-rec-cache()` - /clinical/supplement-rec-cache operation on clinical-supplement-rec-cache resource
483
493
  - `getClinicalSupplement-rec-cacheById()` - /clinical/supplement-rec-cache/:id operation on clinical-supplement-rec-cache resource
484
- - `postClinicalSupplement-rec-cache()` - /clinical/supplement-rec-cache operation on clinical-supplement-rec-cache resource
485
494
  - `patchClinicalSupplement-rec-cacheById()` - /clinical/supplement-rec-cache/:id operation on clinical-supplement-rec-cache resource
486
- - `deleteClinicalSupplement-rec-cacheById()` - /clinical/supplement-rec-cache/:id operation on clinical-supplement-rec-cache resource
487
495
 
488
496
  ## Compliance-document-template
489
497
 
@@ -543,6 +551,19 @@ flags, workspace mode, and execution limits
543
551
  - `postConsent-records()` - Record a new consent grant for a specific processing purpose (AI document processing, analytics, marketing, or third-party sharing)
544
552
  - `patchConsent-recordsByIdWithdraw()` - Revoke an existing consent grant
545
553
 
554
+ ## Content-generation
555
+
556
+ - `postContentEdit-image()` - Edit an existing image using natural language instructions.
557
+ - `postContentGenerate-hashtags()` - Generate scored hashtags for content.
558
+ - `postContentGenerate-image()` - Generate an image from a text prompt.
559
+ - `postContentGenerate-image-prompt()` - Generate an image generation prompt from marketing copy.
560
+ - `postContentGenerate-text()` - Generate text from a prompt, optionally informed by brand identity.
561
+ - `postContentRefine()` - Refine text based on freeform instructions.
562
+ - `postContentRewrite-tone()` - Rewrite text in a different tone.
563
+ - `postContentSeo-enrich()` - Analyze content for SEO optimization against target keywords.
564
+ - `postContentShorten()` - Shorten text to a target character count.
565
+ - `postContentSuggest-topics()` - Suggest content topics based on industry and audience.
566
+
546
567
  ## Conversations
547
568
 
548
569
  - `getAiConversations()` - /ai/conversations operation on conversation resource
@@ -1355,6 +1376,8 @@ plan tier, vanity slug, and storage spending cap
1355
1376
  - `patchTenantsByIdBranding()` - Owner-only action to update tenant branding
1356
1377
  - `patchTenantsByIdCancel()` - Permanently cancel a tenant.
1357
1378
  - `patchTenantsByIdConvert-to-org()` - Convert a personal tenant to an organization
1379
+ - `patchTenantsByIdDeactivate()` - Owner hides a tenant from their account
1380
+ - `patchTenantsByIdReactivate()` - Owner restores a previously deactivated tenant
1358
1381
  - `patchTenantsByIdSuspend()` - Suspend a tenant, preventing billing charges and access.
1359
1382
  - `patchTenantsByIdTransfer-ownership()` - Transfer org ownership to an existing admin member
1360
1383
  - `patchTenantsByIdUnsuspend()` - Restore a suspended tenant to active status.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gpt-platform/client",
3
- "version": "0.8.1",
3
+ "version": "0.8.3",
4
4
  "description": "TypeScript SDK for GPT Platform Client API - Document extraction, AI agents, and workspace management",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",