@gpt-platform/admin 0.1.4 → 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
@@ -446,6 +446,11 @@ client.setConfig({
446
446
  - `patchIsvCrmEntity-typesById()` - Update entity types
447
447
  - `deleteIsvCrmEntity-typesById()` - Delete entity types
448
448
 
449
+ ## Crm custom entity version
450
+
451
+ - `getCrmCustom-entitiesByEntityIdVersions()` - Get versions
452
+ - `getCrmCustom-entitiesByEntityIdVersionsById()` - Get versions
453
+
449
454
  ## Crm custom field definition
450
455
 
451
456
  - `getIsvCrmField-definitionsEntity-typeByEntityType()` - Get entity type
@@ -453,6 +458,12 @@ client.setConfig({
453
458
  - `patchIsvCrmField-definitionsById()` - Update field definitions
454
459
  - `deleteIsvCrmField-definitionsById()` - Delete field definitions
455
460
 
461
+ ## Crm data export job
462
+
463
+ - `getCrmExportsById()` - Get exports
464
+ - `getCrmExportsWorkspaceByWorkspaceId()` - Get workspace
465
+ - `postCrmExports()` - Create exports
466
+
456
467
  ## Crm deal
457
468
 
458
469
  - `getCrmDealsById()` - Get deals
@@ -854,8 +865,6 @@ client.setConfig({
854
865
  ## Presigned url
855
866
 
856
867
  - `postDocumentsPresigned-upload()` - Create presigned upload
857
- - `postStorageSign-download()` - Create sign download
858
- - `postStorageSign-upload()` - Create sign upload
859
868
 
860
869
  ## Pricing rule
861
870
 
@@ -1005,18 +1014,18 @@ client.setConfig({
1005
1014
  - `getBuckets()` - List buckets
1006
1015
  - `getBucketsAll()` - List all
1007
1016
  - `getBucketsById()` - Get buckets
1008
- - `getBucketsByIdObjects()` - Get objects
1009
1017
  - `getBucketsByIdStats()` - Get stats
1010
- - `getObjects()` - List objects
1011
- - `getObjectsById()` - Get objects
1012
1018
  - `postBuckets()` - Create buckets
1013
- - `postObjectsBulk-destroy()` - Create bulk destroy
1014
- - `postObjectsCopy()` - Create copy
1015
- - `postObjectsMove()` - Create move
1016
- - `postObjectsRegister()` - Create register
1017
1019
  - `patchBucketsById()` - Update buckets
1018
1020
  - `deleteBucketsById()` - Delete buckets
1019
- - `deleteObjectsById()` - Delete objects
1021
+
1022
+ ## Storage file
1023
+
1024
+ - `getStorage-files()` - List storage files
1025
+ - `getStorage-filesById()` - Get storage files
1026
+ - `postStorage-files()` - Create storage files
1027
+ - `patchStorage-filesById()` - Update storage files
1028
+ - `deleteStorage-filesById()` - Delete storage files
1020
1029
 
1021
1030
  ## Storage stats
1022
1031
 
@@ -1132,6 +1141,7 @@ client.setConfig({
1132
1141
  - `postUsersAuthRegister()` - Create register
1133
1142
  - `postUsersAuthRegister-with-oidc()` - Create register with oidc
1134
1143
  - `postUsersAuthResend-confirmation()` - Create resend confirmation
1144
+ - `postUsersAuthReset-passwordRequest()` - Create request
1135
1145
  - `postUsersRegister-isv()` - Create register isv
1136
1146
  - `patchUser-profilesById()` - Update user profiles
1137
1147
  - `patchUser-profilesByIdAccept-tos()` - Update accept tos
@@ -1152,6 +1162,9 @@ client.setConfig({
1152
1162
  - `getVoiceSessionsById()` - Get sessions
1153
1163
  - `getVoiceSessionsMine()` - List mine
1154
1164
  - `getVoiceSessionsWorkspaceByWorkspaceId()` - Get workspace
1165
+ - `postVoiceSessions()` - Create sessions
1166
+ - `patchVoiceSessionsByIdFinalize()` - Update finalize
1167
+ - `patchVoiceSessionsByIdStop()` - Update stop
1155
1168
 
1156
1169
  ## Webhooks
1157
1170
 
@@ -1187,10 +1200,12 @@ client.setConfig({
1187
1200
  ## Workspace-membership
1188
1201
 
1189
1202
  - `getWorkspace-memberships()` - List workspace memberships
1203
+ - `getWorkspace-membershipsByWorkspaceIdByUserId()` - Get workspace memberships
1190
1204
  - `getWorkspace-membershipsInherited()` - List inherited
1191
1205
  - `getWorkspacesByIdMembers()` - Get members
1192
1206
  - `postWorkspace-memberships()` - Create workspace memberships
1193
1207
  - `patchWorkspace-membershipsByWorkspaceIdByUserId()` - Update workspace memberships
1208
+ - `patchWorkspace-membershipsByWorkspaceIdByUserIdProfile()` - Update profile
1194
1209
  - `deleteWorkspace-membershipsByWorkspaceIdByUserId()` - Delete workspace memberships
1195
1210
 
1196
1211
  ## Workspaces
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gpt-platform/admin",
3
- "version": "0.1.4",
3
+ "version": "0.2.0",
4
4
  "description": "TypeScript SDK for GPT Platform Admin API - Platform administration and ISV management",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",