@iblai/iblai-api 4.209.0-test-core → 4.210.0-core
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.210.0-core
|
|
5
5
|
description: API for iblai
|
|
6
6
|
paths:
|
|
7
7
|
/access-check/{item_type}/{item_id}/:
|
|
@@ -46744,6 +46744,9 @@ components:
|
|
|
46744
46744
|
created_at:
|
|
46745
46745
|
type: string
|
|
46746
46746
|
description: When the report was requested (ISO 8601)
|
|
46747
|
+
poll_timeout:
|
|
46748
|
+
type: integer
|
|
46749
|
+
description: Seconds the client should poll before relying on notifications
|
|
46747
46750
|
ReportedRole:
|
|
46748
46751
|
type: object
|
|
46749
46752
|
properties:
|
package/src/core/OpenAPI.ts
CHANGED