@gpt-platform/client 0.10.2 → 0.10.4

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
@@ -399,6 +399,7 @@ flags, workspace mode, and execution limits
399
399
  - `getClinicalClient-supplementsById()` - /clinical/client-supplements/:id operation on clinical-client-supplement resource
400
400
  - `getClinicalPatientsByIdSupplements()` - /clinical/patients/:id/supplements operation on clinical-client-supplement resource
401
401
  - `postClinicalClient-supplements()` - /clinical/client-supplements operation on clinical-client-supplement resource
402
+ - `postClinicalClient-supplementsBulk()` - Create multiple supplements in a single request (e.g., from a treatment plan)
402
403
  - `patchClinicalClient-supplementsById()` - /clinical/client-supplements/:id operation on clinical-client-supplement resource
403
404
  - `patchClinicalClient-supplementsByIdArchive()` - /clinical/client-supplements/:id/archive operation on clinical-client-supplement resource
404
405
  - `patchClinicalClient-supplementsByIdRestore()` - /clinical/client-supplements/:id/restore operation on clinical-client-supplement resource
@@ -455,6 +456,7 @@ flags, workspace mode, and execution limits
455
456
 
456
457
  - `getClinicalMeal-plans()` - /clinical/meal-plans operation on clinical-meal-plan resource
457
458
  - `getClinicalMeal-plansArchived()` - /clinical/meal-plans/archived operation on clinical-meal-plan resource
459
+ - `getClinicalMeal-plansBy-patient()` - /clinical/meal-plans/by-patient operation on clinical-meal-plan resource
458
460
  - `getClinicalMeal-plansBy-workspace()` - /clinical/meal-plans/by-workspace operation on clinical-meal-plan resource
459
461
  - `getClinicalMeal-plansById()` - /clinical/meal-plans/:id operation on clinical-meal-plan resource
460
462
  - `getClinicalSessionsByIdMealPlans()` - /clinical/sessions/:id/meal_plans operation on clinical-meal-plan resource
@@ -468,6 +470,8 @@ flags, workspace mode, and execution limits
468
470
 
469
471
  - `getClinicalNotes()` - /clinical/notes operation on clinical-note resource
470
472
  - `getClinicalNotesArchived()` - /clinical/notes/archived operation on clinical-note resource
473
+ - `getClinicalNotesBy-patient()` - /clinical/notes/by-patient operation on clinical-note resource
474
+ - `getClinicalNotesBy-workspace()` - /clinical/notes/by-workspace operation on clinical-note resource
471
475
  - `getClinicalNotesById()` - /clinical/notes/:id operation on clinical-note resource
472
476
  - `getClinicalSessionsByIdSessionNotes()` - /clinical/sessions/:id/session_notes operation on clinical-note resource
473
477
  - `postClinicalNotes()` - /clinical/notes operation on clinical-note resource
@@ -601,10 +605,12 @@ flags, workspace mode, and execution limits
601
605
  - `postConnectorsFullscriptOrdersGet()` - Get order details from Fullscript
602
606
  - `postConnectorsFullscriptOrdersList()` - List orders for a Fullscript patient
603
607
  - `postConnectorsFullscriptProductsGet()` - Get product details from Fullscript
608
+ - `postConnectorsFullscriptProductsMatch()` - Match AI-generated supplement names to Fullscript products
604
609
  - `postConnectorsFullscriptProductsSearch()` - Search the Fullscript product catalog
605
610
  - `postConnectorsFullscriptProductsSimilar()` - List similar products from Fullscript
606
611
  - `postConnectorsFullscriptSession-grant()` - Get a Fullscript embed session grant token for the prescribing widget
607
612
  - `postConnectorsFullscriptTreatment-plansCancel()` - Cancel an active Fullscript treatment plan
613
+ - `postConnectorsFullscriptTreatment-plansCreate()` - Create a treatment plan in Fullscript with product recommendations
608
614
  - `postConnectorsFullscriptTreatment-plansGet()` - Get treatment plan details from Fullscript
609
615
  - `postConnectorsFullscriptTreatment-plansList()` - List treatment plans for a Fullscript patient
610
616
  - `postConnectorsOauthCallback()` - Exchange OAuth authorization code for credential.
@@ -1331,6 +1337,7 @@ fields
1331
1337
  - `postSocialCampaigns()` - /social/campaigns operation on social-campaign resource
1332
1338
  - `postSocialCampaignsByIdAdapt-for-platforms()` - Adapt master copy for each target platform
1333
1339
  - `postSocialCampaignsByIdGenerate-master-copy()` - Generate master copy from content brief using AI
1340
+ - `postSocialCampaignsByIdPreview-adaptations()` - Preview adapted copy per platform without creating SocialPost records.
1334
1341
  - `patchSocialCampaignsById()` - /social/campaigns/:id operation on social-campaign resource
1335
1342
  - `patchSocialCampaignsByIdCancel()` - /social/campaigns/:id/cancel operation on social-campaign resource
1336
1343
  - `patchSocialCampaignsByIdSchedule()` - /social/campaigns/:id/schedule operation on social-campaign resource
@@ -1369,6 +1376,7 @@ fields
1369
1376
  - `getStorage-filesById()` - /storage-files/:id operation on storage-file resource
1370
1377
  - `getStorage-filesChildren()` - List non-deleted files whose parent_id matches the given ID
1371
1378
  - `postStorage-files()` - Create a StorageFile tracking record; use Storage.request_upload/5 via the facade for the full two-phase upload flow with presigned URLs.
1379
+ - `postStorage-filesByIdDownload-url()` - Generate a short-lived presigned download URL for a file
1372
1380
  - `patchStorage-filesById()` - Update file metadata, tags, visibility, key, namespace, or status
1373
1381
  - `patchStorage-filesByIdArchive()` - Archive an active file; soft-hides it from default views while preserving the S3 object
1374
1382
  - `patchStorage-filesByIdConfirm-upload()` - Transition a pending_upload file to active after the client has uploaded to the presigned URL; optionally stamps size_bytes and checksum.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gpt-platform/client",
3
- "version": "0.10.2",
3
+ "version": "0.10.4",
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",