@gpt-platform/client 0.7.1 → 0.7.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
@@ -120,6 +120,16 @@ correction reasons, or image reference
120
120
  - `postAiMessages()` - Append a new message turn (system, user, or assistant) to a Conversation
121
121
  - `deleteAiMessagesById()` - /ai/messages/:id operation on ai-message resource
122
122
 
123
+ ## Amendment-request
124
+
125
+ - `getAmendment-requests()` - /amendment-requests operation on amendment-request resource
126
+ - `getAmendment-requestsById()` - /amendment-requests/:id operation on amendment-request resource
127
+ - `postAmendment-requests()` - /amendment-requests operation on amendment-request resource
128
+ - `patchAmendment-requestsByIdApply()` - Mark an approved amendment as applied.
129
+ - `patchAmendment-requestsByIdApprove()` - Approve an amendment request.
130
+ - `patchAmendment-requestsByIdDeny()` - Deny an amendment request with a reason.
131
+ - `patchAmendment-requestsByIdReview()` - Begin reviewing an amendment request.
132
+
123
133
  ## API Keys
124
134
 
125
135
  - `getApi-keys()` - List or fetch API keys
@@ -146,6 +156,7 @@ metadata, and configuration
146
156
  - `patchApplicationsById()` - Update application configuration including branding, email settings, capability
147
157
  flags, workspace mode, and execution limits
148
158
  - `patchApplicationsByIdAllocate-credits()` - Allocate credits to the account associated with this Application
159
+ - `patchApplicationsByIdCompliance-tags()` - Update the compliance tags for an application (GDPR, HIPAA, SOC2, PCI-DSS, etc.)
149
160
  - `patchApplicationsByIdGrant-credits()` - Allocates promotional credits to a specific tenant on behalf of the application
150
161
  - `deleteApplicationsById()` - Permanently delete an application and all associated data
151
162
 
@@ -195,6 +206,14 @@ flags, workspace mode, and execution limits
195
206
  - `getBreach-notifications()` - /breach-notifications operation on breach_notification resource
196
207
  - `getBreach-notificationsById()` - /breach-notifications/:id operation on breach_notification resource
197
208
 
209
+ ## Breach-notification-artifact
210
+
211
+ - `getBreach-notification-artifacts()` - /breach-notification-artifacts operation on breach-notification-artifact resource
212
+ - `getBreach-notification-artifactsById()` - /breach-notification-artifacts/:id operation on breach-notification-artifact resource
213
+ - `postBreach-notification-artifacts()` - /breach-notification-artifacts operation on breach-notification-artifact resource
214
+ - `patchBreach-notification-artifactsById()` - /breach-notification-artifacts/:id operation on breach-notification-artifact resource
215
+ - `patchBreach-notification-artifactsByIdSend()` - Mark artifact as sent and publish BreachNotificationReadyToSend event for Communication domain dispatch.
216
+
198
217
  ## Bulk dismissal result
199
218
 
200
219
  - `postWorkspacesByWorkspaceIdExtractionDocumentsDismiss-all-trained()` - /workspaces/:workspace_id/extraction/documents/dismiss-all-trained operation on bulk_dismissal_result resource
@@ -203,6 +222,15 @@ flags, workspace mode, and execution limits
203
222
 
204
223
  - `postExtractionDocumentsBulk-reprocess()` - /extraction/documents/bulk-reprocess operation on bulk_reprocess_result resource
205
224
 
225
+ ## Business-associate-agreement
226
+
227
+ - `getBusiness-associate-agreements()` - /business-associate-agreements operation on business-associate-agreement resource
228
+ - `getBusiness-associate-agreementsById()` - /business-associate-agreements/:id operation on business-associate-agreement resource
229
+ - `postBusiness-associate-agreements()` - /business-associate-agreements operation on business-associate-agreement resource
230
+ - `patchBusiness-associate-agreementsById()` - /business-associate-agreements/:id operation on business-associate-agreement resource
231
+ - `patchBusiness-associate-agreementsByIdSign()` - /business-associate-agreements/:id/sign operation on business-associate-agreement resource
232
+ - `patchBusiness-associate-agreementsByIdTerminate()` - /business-associate-agreements/:id/terminate operation on business-associate-agreement resource
233
+
206
234
  ## Campaign
207
235
 
208
236
  - `getEmail-marketingCampaignsById()` - /email-marketing/campaigns/:id operation on campaign resource
@@ -398,6 +426,35 @@ flags, workspace mode, and execution limits
398
426
  - `patchClinicalSupplement-rec-cacheById()` - /clinical/supplement-rec-cache/:id operation on clinical-supplement-rec-cache resource
399
427
  - `deleteClinicalSupplement-rec-cacheById()` - /clinical/supplement-rec-cache/:id operation on clinical-supplement-rec-cache resource
400
428
 
429
+ ## Compliance-document-template
430
+
431
+ - `getCompliance-document-templates()` - /compliance-document-templates operation on compliance-document-template resource
432
+ - `getCompliance-document-templatesById()` - /compliance-document-templates/:id operation on compliance-document-template resource
433
+ - `postCompliance-document-templates()` - /compliance-document-templates operation on compliance-document-template resource
434
+ - `patchCompliance-document-templatesById()` - /compliance-document-templates/:id operation on compliance-document-template resource
435
+ - `patchCompliance-document-templatesByIdClone()` - Clone a platform template for an application
436
+
437
+ ## Compliance-officer-designation
438
+
439
+ - `getCompliance-officer-designations()` - /compliance-officer-designations operation on compliance-officer-designation resource
440
+ - `getCompliance-officer-designationsById()` - /compliance-officer-designations/:id operation on compliance-officer-designation resource
441
+ - `postCompliance-officer-designations()` - /compliance-officer-designations operation on compliance-officer-designation resource
442
+ - `patchCompliance-officer-designationsByIdRevoke()` - /compliance-officer-designations/:id/revoke operation on compliance-officer-designation resource
443
+
444
+ ## Compliance-requirement
445
+
446
+ - `getCompliance-requirements()` - /compliance-requirements operation on compliance-requirement resource
447
+ - `getCompliance-requirementsById()` - /compliance-requirements/:id operation on compliance-requirement resource
448
+ - `postCompliance-requirements()` - /compliance-requirements operation on compliance-requirement resource
449
+ - `patchCompliance-requirementsById()` - /compliance-requirements/:id operation on compliance-requirement resource
450
+ - `deleteCompliance-requirementsById()` - /compliance-requirements/:id operation on compliance-requirement resource
451
+
452
+ ## Compliance-requirement-completion
453
+
454
+ - `getCompliance-requirement-completions()` - /compliance-requirement-completions operation on compliance-requirement-completion resource
455
+ - `getCompliance-requirement-completionsById()` - /compliance-requirement-completions/:id operation on compliance-requirement-completion resource
456
+ - `postCompliance-requirement-completions()` - /compliance-requirement-completions operation on compliance-requirement-completion resource
457
+
401
458
  ## Config
402
459
 
403
460
  - `getConfigs()` - /configs operation on config resource
@@ -589,6 +646,13 @@ attribute-level property filters
589
646
  - `postData-subject-requests()` - Open a new GDPR/CCPA data subject request (access, erasure, portability, rectification, or restriction)
590
647
  - `patchData-subject-requestsByIdStatus()` - Advance a data subject request through its lifecycle (pending → in_progress → completed / rejected / expired) and record notes or a completion timestamp.
591
648
 
649
+ ## Disclosure-log
650
+
651
+ - `getDisclosure-logs()` - /disclosure-logs operation on disclosure-log resource
652
+ - `getDisclosure-logsBy-subject()` - List disclosures for a specific data subject (HIPAA accounting of disclosures).
653
+ - `getDisclosure-logsById()` - /disclosure-logs/:id operation on disclosure-log resource
654
+ - `postDisclosure-logs()` - /disclosure-logs operation on disclosure-log resource
655
+
592
656
  ## Document chunk
593
657
 
594
658
  - `getAiChunksDocumentByDocumentId()` - Fetch all chunks for a document sorted by chunk_index ascending; equivalent to read_by_document — use for JSON:API access via /ai/chunks/document/:document_id.
@@ -630,6 +694,11 @@ again
630
694
 
631
695
  - `getDocumentsStats()` - /documents/stats operation on document_stats resource
632
696
 
697
+ ## Document-section
698
+
699
+ - `getMemoryDocument-sections()` - /memory/document-sections operation on document-section resource
700
+ - `getMemoryDocument-sectionsById()` - /memory/document-sections/:id operation on document-section resource
701
+
633
702
  ## Email template
634
703
 
635
704
  - `getApplicationsByApplicationIdEmail-templates()` - List all email templates for the application, including both system and custom templates
@@ -758,6 +827,20 @@ again
758
827
 
759
828
  - `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.
760
829
 
830
+ ## Ephi-asset
831
+
832
+ - `getEphi-assets()` - /ephi-assets operation on ephi-asset resource
833
+ - `getEphi-assetsById()` - /ephi-assets/:id operation on ephi-asset resource
834
+ - `postEphi-assets()` - /ephi-assets operation on ephi-asset resource
835
+ - `patchEphi-assetsById()` - /ephi-assets/:id operation on ephi-asset resource
836
+
837
+ ## Ephi-data-flow
838
+
839
+ - `getEphi-data-flows()` - /ephi-data-flows operation on ephi-data-flow resource
840
+ - `getEphi-data-flowsById()` - /ephi-data-flows/:id operation on ephi-data-flow resource
841
+ - `postEphi-data-flows()` - /ephi-data-flows operation on ephi-data-flow resource
842
+ - `patchEphi-data-flowsById()` - /ephi-data-flows/:id operation on ephi-data-flow resource
843
+
761
844
  ## Extraction agent
762
845
 
763
846
  - `getExtractionAgents()` - /extraction/agents operation on extraction_agent resource
@@ -947,6 +1030,15 @@ fields
947
1030
  - `patchPlatform-tonesById()` - /platform-tones/:id operation on platform_tone resource
948
1031
  - `deletePlatform-tonesById()` - /platform-tones/:id operation on platform_tone resource
949
1032
 
1033
+ ## Policy-review-schedule
1034
+
1035
+ - `getPolicy-review-schedules()` - /policy-review-schedules operation on policy-review-schedule resource
1036
+ - `getPolicy-review-schedulesById()` - /policy-review-schedules/:id operation on policy-review-schedule resource
1037
+ - `postPolicy-review-schedules()` - /policy-review-schedules operation on policy-review-schedule resource
1038
+ - `patchPolicy-review-schedulesByIdComplete-review()` - /policy-review-schedules/:id/complete-review operation on policy-review-schedule resource
1039
+ - `patchPolicy-review-schedulesByIdMark-due()` - /policy-review-schedules/:id/mark-due operation on policy-review-schedule resource
1040
+ - `patchPolicy-review-schedulesByIdMark-overdue()` - /policy-review-schedules/:id/mark-overdue operation on policy-review-schedule resource
1041
+
950
1042
  ## Post metric
951
1043
 
952
1044
  - `getSocialMetricsAccountBySocialAccountId()` - /social/metrics/account/:social_account_id operation on post_metric resource
@@ -1069,6 +1161,11 @@ fields
1069
1161
 
1070
1162
  - `getWalletSeats()` - Get seat billing info for the current tenant
1071
1163
 
1164
+ ## Section-document
1165
+
1166
+ - `getMemorySection-documents()` - /memory/section-documents operation on section-document resource
1167
+ - `getMemorySection-documentsById()` - /memory/section-documents/:id operation on section-document resource
1168
+
1072
1169
  ## Social account
1073
1170
 
1074
1171
  - `getSocialAccountsById()` - /social/accounts/:id operation on social_account resource
@@ -1254,6 +1351,7 @@ plan tier, vanity slug, and storage spending cap
1254
1351
  - `postUsersAuthLogin()` - Attempt to sign in using a username and password.
1255
1352
  - `postUsersAuthMagic-linkLogin()` - /users/auth/magic-link/login operation on user resource
1256
1353
  - `postUsersAuthMagic-linkRequest()` - /users/auth/magic-link/request operation on user resource
1354
+ - `postUsersAuthPassword-resetRequest()` - Public action for users to request a password reset email
1257
1355
  - `postUsersAuthRegister()` - Register a new user account with email and password
1258
1356
  - `postUsersAuthRegister-via-invitation()` - Register a new user via invitation — skips personal tenant creation
1259
1357
  - `postUsersAuthRegister-with-oidc()` - Register or sign in a user via an OAuth/OIDC provider (Google, GitHub, Salesforce,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gpt-platform/client",
3
- "version": "0.7.1",
3
+ "version": "0.7.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",