@iblai/iblai-api 4.103.0-ai → 4.103.1-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 +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
- package/sdk_schema.yml +5 -1
- package/src/core/OpenAPI.ts +1 -1
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.103.
|
|
4
|
+
version: 4.103.1-ai-plus
|
|
5
5
|
description: API for iblai
|
|
6
6
|
paths:
|
|
7
7
|
/api/ai-account/connected-services/callback/:
|
|
@@ -29289,6 +29289,8 @@ paths:
|
|
|
29289
29289
|
tools:
|
|
29290
29290
|
- web-search
|
|
29291
29291
|
- image-generation
|
|
29292
|
+
is_shared: true
|
|
29293
|
+
enable_artifacts: false
|
|
29292
29294
|
summary: Example Request
|
|
29293
29295
|
application/scim+json:
|
|
29294
29296
|
schema:
|
|
@@ -29315,6 +29317,8 @@ paths:
|
|
|
29315
29317
|
tools:
|
|
29316
29318
|
- web-search
|
|
29317
29319
|
- image-generation
|
|
29320
|
+
is_shared: true
|
|
29321
|
+
enable_artifacts: false
|
|
29318
29322
|
summary: Example Request
|
|
29319
29323
|
description: ''
|
|
29320
29324
|
delete:
|
package/src/core/OpenAPI.ts
CHANGED