@gpt-platform/client 0.8.1 → 0.8.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
@@ -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
@@ -472,6 +476,7 @@ flags, workspace mode, and execution limits
472
476
  ## Clinical-session
473
477
 
474
478
  - `getClinicalSessions()` - /clinical/sessions operation on clinical-session resource
479
+ - `getClinicalSessionsBy-patient()` - /clinical/sessions/by-patient operation on clinical-session resource
475
480
  - `getClinicalSessionsById()` - /clinical/sessions/:id operation on clinical-session resource
476
481
  - `postClinicalSessions()` - /clinical/sessions operation on clinical-session resource
477
482
  - `patchClinicalSessionsById()` - /clinical/sessions/:id operation on clinical-session resource
@@ -481,9 +486,7 @@ flags, workspace mode, and execution limits
481
486
 
482
487
  - `getClinicalSupplement-rec-cache()` - /clinical/supplement-rec-cache operation on clinical-supplement-rec-cache resource
483
488
  - `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
489
  - `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
490
 
488
491
  ## Compliance-document-template
489
492
 
@@ -543,6 +546,19 @@ flags, workspace mode, and execution limits
543
546
  - `postConsent-records()` - Record a new consent grant for a specific processing purpose (AI document processing, analytics, marketing, or third-party sharing)
544
547
  - `patchConsent-recordsByIdWithdraw()` - Revoke an existing consent grant
545
548
 
549
+ ## Content-generation
550
+
551
+ - `postContentEdit-image()` - Edit an existing image using natural language instructions.
552
+ - `postContentGenerate-hashtags()` - Generate scored hashtags for content.
553
+ - `postContentGenerate-image()` - Generate an image from a text prompt.
554
+ - `postContentGenerate-image-prompt()` - Generate an image generation prompt from marketing copy.
555
+ - `postContentGenerate-text()` - Generate text from a prompt, optionally informed by brand identity.
556
+ - `postContentRefine()` - Refine text based on freeform instructions.
557
+ - `postContentRewrite-tone()` - Rewrite text in a different tone.
558
+ - `postContentSeo-enrich()` - Analyze content for SEO optimization against target keywords.
559
+ - `postContentShorten()` - Shorten text to a target character count.
560
+ - `postContentSuggest-topics()` - Suggest content topics based on industry and audience.
561
+
546
562
  ## Conversations
547
563
 
548
564
  - `getAiConversations()` - /ai/conversations operation on conversation resource
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.2",
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",