@iblai/iblai-api 4.55.2-ai → 4.56.0-ai
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/dist/index.cjs.js
CHANGED
package/dist/index.esm.js
CHANGED
package/dist/index.umd.js
CHANGED
package/package.json
CHANGED
package/sdk_schema.yml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
openapi: 3.0.3
|
|
2
2
|
info:
|
|
3
3
|
title: ibl-data-manager
|
|
4
|
-
version: 4.
|
|
4
|
+
version: 4.56.0-ai-plus
|
|
5
5
|
description: API for iblai
|
|
6
6
|
paths:
|
|
7
7
|
/api/ai-account/connected-services/callback/:
|
|
@@ -73924,6 +73924,9 @@ components:
|
|
|
73924
73924
|
properties:
|
|
73925
73925
|
reference_saved_memories:
|
|
73926
73926
|
type: boolean
|
|
73927
|
+
as_tenant_admin:
|
|
73928
|
+
type: boolean
|
|
73929
|
+
default: true
|
|
73927
73930
|
MentorVisibilityEnum:
|
|
73928
73931
|
enum:
|
|
73929
73932
|
- viewable_by_tenant_admins
|
package/src/core/OpenAPI.ts
CHANGED