@gpt-platform/admin 0.4.1 → 0.4.3

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
@@ -894,6 +894,14 @@ fields
894
894
  - `patchNotification-preferencesById()` - Update a user's notification channel list or per-category preferences
895
895
  - `deleteNotification-preferencesById()` - /notification-preferences/:id operation on notification_preference resource
896
896
 
897
+ ## Oauth app config
898
+
899
+ - `getConnectorsOauth-app-configs()` - /connectors/oauth-app-configs operation on oauth_app_config resource
900
+ - `getConnectorsOauth-app-configsById()` - /connectors/oauth-app-configs/:id operation on oauth_app_config resource
901
+ - `postConnectorsOauth-app-configs()` - /connectors/oauth-app-configs operation on oauth_app_config resource
902
+ - `patchConnectorsOauth-app-configsById()` - /connectors/oauth-app-configs/:id operation on oauth_app_config resource
903
+ - `deleteConnectorsOauth-app-configsById()` - /connectors/oauth-app-configs/:id operation on oauth_app_config resource
904
+
897
905
  ## Operation success
898
906
 
899
907
  - `postDocumentsBulk-delete()` - /documents/bulk-delete operation on operation_success resource
@@ -1149,6 +1157,8 @@ fields
1149
1157
  - `postTenantsByIdCredit()` - Allocate credits to the tenant's liability account
1150
1158
  - `postTenantsByIdSchedule-purge()` - Schedule an Oban job to purge all storage objects for the given tenant
1151
1159
  - `postTenantsIsv()` - Create an ISV tenant with initial credits
1160
+ - `postTenantsOrg()` - Create an organization tenant (is_personal: false)
1161
+ - `postTenantsPersonal()` - Create a personal tenant for an authenticated user who has none (e.g
1152
1162
  - `patchTenantsById()` - Update general tenant settings: name, slug, kind, branding URLs, training price,
1153
1163
  plan tier, vanity slug, and storage spending cap
1154
1164
  - `deleteTenantsById()` - Permanently delete a tenant and all associated data
@@ -1218,6 +1228,7 @@ context
1218
1228
  - `postUsersAuthMagic-linkLogin()` - /users/auth/magic-link/login operation on user resource
1219
1229
  - `postUsersAuthMagic-linkRequest()` - /users/auth/magic-link/request operation on user resource
1220
1230
  - `postUsersAuthRegister()` - Register a new user account with email and password
1231
+ - `postUsersAuthRegister-via-invitation()` - Register a new user via invitation — skips personal tenant creation
1221
1232
  - `postUsersAuthRegister-with-oidc()` - Register or sign in a user via an OAuth/OIDC provider (Google, GitHub, Salesforce,
1222
1233
  Microsoft)
1223
1234
  - `postUsersAuthResend-confirmation()` - Resend confirmation email to an unconfirmed user
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gpt-platform/admin",
3
- "version": "0.4.1",
3
+ "version": "0.4.3",
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",