@iblai/iblai-api 4.94.0-test2-ai → 4.94.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
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.94.1-ai-plus
|
|
5
5
|
description: API for iblai
|
|
6
6
|
paths:
|
|
7
7
|
/api/ai-account/connected-services/callback/:
|
|
@@ -87102,12 +87102,7 @@ components:
|
|
|
87102
87102
|
type: string
|
|
87103
87103
|
nullable: true
|
|
87104
87104
|
readOnly: true
|
|
87105
|
-
created_by:
|
|
87106
|
-
type: string
|
|
87107
|
-
nullable: true
|
|
87108
|
-
readOnly: true
|
|
87109
87105
|
required:
|
|
87110
|
-
- created_by
|
|
87111
87106
|
- description
|
|
87112
87107
|
- id
|
|
87113
87108
|
- last_accessed_by
|
package/src/core/OpenAPI.ts
CHANGED