@iblai/iblai-api 4.265.3-ai → 4.266.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
|
@@ -110,7 +110,7 @@ class CancelablePromise {
|
|
|
110
110
|
|
|
111
111
|
const OpenAPI = {
|
|
112
112
|
BASE: 'https://base.manager.iblai.app',
|
|
113
|
-
VERSION: '4.
|
|
113
|
+
VERSION: '4.266.0-ai-plus',
|
|
114
114
|
WITH_CREDENTIALS: false,
|
|
115
115
|
CREDENTIALS: 'include',
|
|
116
116
|
TOKEN: undefined,
|
|
@@ -15060,7 +15060,7 @@ class AiMentorService {
|
|
|
15060
15060
|
});
|
|
15061
15061
|
}
|
|
15062
15062
|
/**
|
|
15063
|
-
*
|
|
15063
|
+
* Check connectivity to the Claw instance: TLS reachability + health check.
|
|
15064
15064
|
* @returns ClawInstance
|
|
15065
15065
|
* @throws ApiError
|
|
15066
15066
|
*/
|
package/dist/index.esm.js
CHANGED
|
@@ -108,7 +108,7 @@ class CancelablePromise {
|
|
|
108
108
|
|
|
109
109
|
const OpenAPI = {
|
|
110
110
|
BASE: 'https://base.manager.iblai.app',
|
|
111
|
-
VERSION: '4.
|
|
111
|
+
VERSION: '4.266.0-ai-plus',
|
|
112
112
|
WITH_CREDENTIALS: false,
|
|
113
113
|
CREDENTIALS: 'include',
|
|
114
114
|
TOKEN: undefined,
|
|
@@ -15058,7 +15058,7 @@ class AiMentorService {
|
|
|
15058
15058
|
});
|
|
15059
15059
|
}
|
|
15060
15060
|
/**
|
|
15061
|
-
*
|
|
15061
|
+
* Check connectivity to the Claw instance: TLS reachability + health check.
|
|
15062
15062
|
* @returns ClawInstance
|
|
15063
15063
|
* @throws ApiError
|
|
15064
15064
|
*/
|
package/dist/index.umd.js
CHANGED
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
|
|
115
115
|
const OpenAPI = {
|
|
116
116
|
BASE: 'https://base.manager.iblai.app',
|
|
117
|
-
VERSION: '4.
|
|
117
|
+
VERSION: '4.266.0-ai-plus',
|
|
118
118
|
WITH_CREDENTIALS: false,
|
|
119
119
|
CREDENTIALS: 'include',
|
|
120
120
|
TOKEN: undefined,
|
|
@@ -15064,7 +15064,7 @@
|
|
|
15064
15064
|
});
|
|
15065
15065
|
}
|
|
15066
15066
|
/**
|
|
15067
|
-
*
|
|
15067
|
+
* Check connectivity to the Claw instance: TLS reachability + health check.
|
|
15068
15068
|
* @returns ClawInstance
|
|
15069
15069
|
* @throws ApiError
|
|
15070
15070
|
*/
|
|
@@ -567,7 +567,7 @@ export declare class AiMentorService {
|
|
|
567
567
|
requestBody: ClawInstance;
|
|
568
568
|
}): CancelablePromise<ClawInstance>;
|
|
569
569
|
/**
|
|
570
|
-
*
|
|
570
|
+
* Check connectivity to the Claw instance: TLS reachability + health check.
|
|
571
571
|
* @returns ClawInstance
|
|
572
572
|
* @throws ApiError
|
|
573
573
|
*/
|
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.266.0-ai-plus
|
|
5
5
|
description: API for iblai
|
|
6
6
|
paths:
|
|
7
7
|
/access-check/{item_type}/{item_id}/:
|
|
@@ -15044,7 +15044,7 @@ paths:
|
|
|
15044
15044
|
/api/ai-mentor/orgs/{org}/claw/instances/{id}/test-connectivity/:
|
|
15045
15045
|
post:
|
|
15046
15046
|
operationId: ai_mentor_orgs_claw_instances_test_connectivity_create
|
|
15047
|
-
description: '
|
|
15047
|
+
description: 'Check connectivity to the Claw instance: TLS reachability + health
|
|
15048
15048
|
check.'
|
|
15049
15049
|
parameters:
|
|
15050
15050
|
- in: path
|
package/src/core/OpenAPI.ts
CHANGED
|
@@ -922,7 +922,7 @@ export class AiMentorService {
|
|
|
922
922
|
});
|
|
923
923
|
}
|
|
924
924
|
/**
|
|
925
|
-
*
|
|
925
|
+
* Check connectivity to the Claw instance: TLS reachability + health check.
|
|
926
926
|
* @returns ClawInstance
|
|
927
927
|
* @throws ApiError
|
|
928
928
|
*/
|