@amaster.ai/employee-runtime-connector 0.1.1-beta.78 → 0.1.1-beta.79
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.
|
@@ -3012,8 +3012,8 @@ function createManagedPiMcpProfileApi(options = {}) {
|
|
|
3012
3012
|
"connector.search_actions",
|
|
3013
3013
|
"connector.get_action_guide",
|
|
3014
3014
|
"connector.execute_action",
|
|
3015
|
-
"connector.
|
|
3016
|
-
"connector.
|
|
3015
|
+
"connector.list_providers",
|
|
3016
|
+
"connector.list_connections",
|
|
3017
3017
|
"connector.admin.upsert_connection",
|
|
3018
3018
|
"connector.admin.delete_connection",
|
|
3019
3019
|
"connector.admin.validate_connection"
|
|
@@ -11377,7 +11377,7 @@ var source_acquisition_compatibility_default = {
|
|
|
11377
11377
|
};
|
|
11378
11378
|
|
|
11379
11379
|
// src/amaster-runtime-daemon.mjs
|
|
11380
|
-
var CONNECTOR_VERSION = "0.1.1-beta.
|
|
11380
|
+
var CONNECTOR_VERSION = "0.1.1-beta.79";
|
|
11381
11381
|
var CONNECTOR_CONTRACT_VERSION = "2026-06-04.v1";
|
|
11382
11382
|
var SOURCE_ACQUISITION_CAPABILITY = source_acquisition_compatibility_default.profileVersion;
|
|
11383
11383
|
var daemonRequire = createRequire(import.meta.url);
|
package/dist/amaster-runtime.mjs
CHANGED
|
@@ -6,7 +6,7 @@ import { basename, dirname, join, resolve } from "node:path";
|
|
|
6
6
|
import { homedir, hostname } from "node:os";
|
|
7
7
|
import { fileURLToPath } from "node:url";
|
|
8
8
|
|
|
9
|
-
const CONNECTOR_VERSION = "0.1.1-beta.
|
|
9
|
+
const CONNECTOR_VERSION = "0.1.1-beta.79";
|
|
10
10
|
|
|
11
11
|
const CAPABILITIES = [
|
|
12
12
|
"remote_registration",
|