@iblai/iblai-api 4.352.0-ai → 4.353.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 +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 -5
- 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.
|
|
4
|
+
version: 4.353.0-ai-plus
|
|
5
5
|
description: API for iblai
|
|
6
6
|
paths:
|
|
7
7
|
/api/ai-account/connected-services/callback/:
|
|
@@ -24471,8 +24471,8 @@ paths:
|
|
|
24471
24471
|
name: Category 1
|
|
24472
24472
|
description: description
|
|
24473
24473
|
- id: 2
|
|
24474
|
-
name:
|
|
24475
|
-
slug:
|
|
24474
|
+
name: Advanced Document Search
|
|
24475
|
+
slug: advanced-document-search
|
|
24476
24476
|
metadata: null
|
|
24477
24477
|
is_allowed: true
|
|
24478
24478
|
category:
|
|
@@ -37275,8 +37275,8 @@ paths:
|
|
|
37275
37275
|
name: Category 1
|
|
37276
37276
|
description: description
|
|
37277
37277
|
- id: 2
|
|
37278
|
-
name:
|
|
37279
|
-
slug:
|
|
37278
|
+
name: Advanced Document Search
|
|
37279
|
+
slug: advanced-document-search
|
|
37280
37280
|
metadata: null
|
|
37281
37281
|
is_allowed: true
|
|
37282
37282
|
category:
|
package/src/core/OpenAPI.ts
CHANGED