@gpt-core/admin 0.9.35 → 0.9.37

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
@@ -211,6 +211,14 @@ client.setConfig({
211
211
  - `postExtractionConfig-enums()` - Create config enums
212
212
  - `patchExtractionConfig-enumsById()` - Update config enums
213
213
 
214
+ ## Consent record
215
+
216
+ - `getConsent-records()` - List consent records
217
+ - `getConsent-recordsActive()` - List active
218
+ - `getConsent-recordsById()` - Get consent records
219
+ - `postConsent-records()` - Create consent records
220
+ - `patchConsent-recordsByIdWithdraw()` - Update withdraw
221
+
214
222
  ## Conversations
215
223
 
216
224
  - `getAiConversations()` - List conversations
@@ -360,6 +368,24 @@ client.setConfig({
360
368
  - `getLedgerBy-accountByAccountId()` - Get by account
361
369
  - `getLedgerById()` - Get ledger
362
370
 
371
+ ## Legal acceptance
372
+
373
+ - `getLegal-acceptances()` - List legal acceptances
374
+ - `getLegal-acceptancesById()` - Get legal acceptances
375
+ - `getLegal-acceptancesLatest()` - List latest
376
+
377
+ ## Legal document
378
+
379
+ - `getLegal-documents()` - List legal documents
380
+ - `getLegal-documentsBy-locale()` - List by locale
381
+ - `getLegal-documentsById()` - Get legal documents
382
+ - `getLegal-documentsFor-application()` - List for application
383
+ - `postLegal-documents()` - Create legal documents
384
+ - `patchLegal-documentsById()` - Update legal documents
385
+ - `patchLegal-documentsByIdPublish()` - Update publish
386
+ - `patchLegal-documentsByIdUnpublish()` - Update unpublish
387
+ - `deleteLegal-documentsById()` - Delete legal documents
388
+
363
389
  ## Messages
364
390
 
365
391
  - `getAiMessages()` - List messages
@@ -623,6 +649,7 @@ client.setConfig({
623
649
  - `postUsersAuthResend-confirmation()` - Create resend confirmation
624
650
  - `postUsersRegister-isv()` - Create register isv
625
651
  - `patchUser-profilesById()` - Update user profiles
652
+ - `patchUser-profilesByIdAccept-privacy-policy()` - Update accept privacy policy
626
653
  - `patchUser-profilesByIdAccept-tos()` - Update accept tos
627
654
  - `patchUser-profilesByIdDismiss-announcement()` - Update dismiss announcement
628
655
  - `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.35",
3
+ "version": "0.9.37",
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",