@gpt-core/admin 0.9.37 → 0.9.38

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
@@ -649,7 +649,6 @@ client.setConfig({
649
649
  - `postUsersAuthResend-confirmation()` - Create resend confirmation
650
650
  - `postUsersRegister-isv()` - Create register isv
651
651
  - `patchUser-profilesById()` - Update user profiles
652
- - `patchUser-profilesByIdAccept-privacy-policy()` - Update accept privacy policy
653
652
  - `patchUser-profilesByIdAccept-tos()` - Update accept tos
654
653
  - `patchUser-profilesByIdDismiss-announcement()` - Update dismiss announcement
655
654
  - `patchUser-profilesByIdDismiss-welcome()` - Update dismiss welcome
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gpt-core/admin",
3
- "version": "0.9.37",
3
+ "version": "0.9.38",
4
4
  "description": "TypeScript SDK for GPT Core Admin API - Platform administration and ISV management",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",