@gpt-platform/client 0.1.3 → 0.2.0

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
@@ -263,6 +263,19 @@ client.setConfig({
263
263
  - `postConfigs()` - Create configs
264
264
  - `patchConfigsByKey()` - Update configs
265
265
 
266
+ ## Connector instance
267
+
268
+ - `getConnectors()` - List connectors
269
+ - `getConnectorsById()` - Get connectors
270
+ - `postConnectors()` - Create connectors
271
+ - `postConnectorsFullscriptCheck-patient()` - Create check patient
272
+ - `postConnectorsFullscriptCreate-patient()` - Create create patient
273
+ - `postConnectorsFullscriptSession-grant()` - Create session grant
274
+ - `postConnectorsOauthCallback()` - Create callback
275
+ - `postConnectorsOauthInitiate()` - Create initiate
276
+ - `patchConnectorsById()` - Update connectors
277
+ - `deleteConnectorsById()` - Delete connectors
278
+
266
279
  ## Consent record
267
280
 
268
281
  - `getConsent-records()` - List consent records
@@ -303,6 +316,12 @@ client.setConfig({
303
316
  - `patchCrawlerSchedulesByIdTrigger()` - Update trigger
304
317
  - `deleteCrawlerSchedulesById()` - Delete schedules
305
318
 
319
+ ## Credential
320
+
321
+ - `getConnectorsCredentials()` - List credentials
322
+ - `getConnectorsCredentialsById()` - Get credentials
323
+ - `postConnectorsCredentialsByIdRefresh()` - Create refresh
324
+
306
325
  ## Crm activity
307
326
 
308
327
  - `getCrmActivitiesById()` - Get activities
@@ -334,6 +353,17 @@ client.setConfig({
334
353
  - `patchCrmCustom-entitiesById()` - Update custom entities
335
354
  - `deleteCrmCustom-entitiesById()` - Delete custom entities
336
355
 
356
+ ## Crm custom entity version
357
+
358
+ - `getCrmCustom-entitiesByEntityIdVersions()` - Get versions
359
+ - `getCrmCustom-entitiesByEntityIdVersionsById()` - Get versions
360
+
361
+ ## Crm data export job
362
+
363
+ - `getCrmExportsById()` - Get exports
364
+ - `getCrmExportsWorkspaceByWorkspaceId()` - Get workspace
365
+ - `postCrmExports()` - Create exports
366
+
337
367
  ## Crm deal
338
368
 
339
369
  - `getCrmDealsById()` - Get deals
@@ -671,8 +701,6 @@ client.setConfig({
671
701
  ## Presigned url
672
702
 
673
703
  - `postDocumentsPresigned-upload()` - Create presigned upload
674
- - `postStorageSign-download()` - Create sign download
675
- - `postStorageSign-upload()` - Create sign upload
676
704
 
677
705
  ## Processing activity
678
706
 
@@ -776,18 +804,18 @@ client.setConfig({
776
804
  - `getBuckets()` - List buckets
777
805
  - `getBucketsAll()` - List all
778
806
  - `getBucketsById()` - Get buckets
779
- - `getBucketsByIdObjects()` - Get objects
780
807
  - `getBucketsByIdStats()` - Get stats
781
- - `getObjects()` - List objects
782
- - `getObjectsById()` - Get objects
783
808
  - `postBuckets()` - Create buckets
784
- - `postObjectsBulk-destroy()` - Create bulk destroy
785
- - `postObjectsCopy()` - Create copy
786
- - `postObjectsMove()` - Create move
787
- - `postObjectsRegister()` - Create register
788
809
  - `patchBucketsById()` - Update buckets
789
810
  - `deleteBucketsById()` - Delete buckets
790
- - `deleteObjectsById()` - Delete objects
811
+
812
+ ## Storage file
813
+
814
+ - `getStorage-files()` - List storage files
815
+ - `getStorage-filesById()` - Get storage files
816
+ - `postStorage-files()` - Create storage files
817
+ - `patchStorage-filesById()` - Update storage files
818
+ - `deleteStorage-filesById()` - Delete storage files
791
819
 
792
820
  ## Support tag
793
821
 
@@ -902,6 +930,7 @@ client.setConfig({
902
930
  - `postUsersAuthRegister()` - Create register
903
931
  - `postUsersAuthRegister-with-oidc()` - Create register with oidc
904
932
  - `postUsersAuthResend-confirmation()` - Create resend confirmation
933
+ - `postUsersAuthReset-passwordRequest()` - Create request
905
934
  - `postUsersRegister-isv()` - Create register isv
906
935
  - `patchUser-profilesById()` - Update user profiles
907
936
  - `patchUser-profilesByIdAccept-tos()` - Update accept tos
@@ -922,6 +951,9 @@ client.setConfig({
922
951
  - `getVoiceSessionsById()` - Get sessions
923
952
  - `getVoiceSessionsMine()` - List mine
924
953
  - `getVoiceSessionsWorkspaceByWorkspaceId()` - Get workspace
954
+ - `postVoiceSessions()` - Create sessions
955
+ - `patchVoiceSessionsByIdFinalize()` - Update finalize
956
+ - `patchVoiceSessionsByIdStop()` - Update stop
925
957
 
926
958
  ## Watcher claim
927
959
 
@@ -967,10 +999,12 @@ client.setConfig({
967
999
  ## Workspace-membership
968
1000
 
969
1001
  - `getWorkspace-memberships()` - List workspace memberships
1002
+ - `getWorkspace-membershipsByWorkspaceIdByUserId()` - Get workspace memberships
970
1003
  - `getWorkspace-membershipsInherited()` - List inherited
971
1004
  - `getWorkspacesByIdMembers()` - Get members
972
1005
  - `postWorkspace-memberships()` - Create workspace memberships
973
1006
  - `patchWorkspace-membershipsByWorkspaceIdByUserId()` - Update workspace memberships
1007
+ - `patchWorkspace-membershipsByWorkspaceIdByUserIdProfile()` - Update profile
974
1008
  - `deleteWorkspace-membershipsByWorkspaceIdByUserId()` - Delete workspace memberships
975
1009
 
976
1010
  ## Workspaces
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gpt-platform/client",
3
- "version": "0.1.3",
3
+ "version": "0.2.0",
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",