@inkeep/agents-cli 0.28.0 → 0.29.1
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.js +13 -10
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -2177,6 +2177,7 @@ var init_schema = __esm({
|
|
|
2177
2177
|
"credential_references",
|
|
2178
2178
|
{
|
|
2179
2179
|
...projectScoped,
|
|
2180
|
+
name: text("name").notNull(),
|
|
2180
2181
|
type: text("type").notNull(),
|
|
2181
2182
|
credentialStoreId: text("credential_store_id").notNull(),
|
|
2182
2183
|
retrievalParams: blob("retrieval_params", { mode: "json" }).$type(),
|
|
@@ -2935,6 +2936,7 @@ var init_schemas = __esm({
|
|
|
2935
2936
|
id: z2.string(),
|
|
2936
2937
|
tenantId: z2.string(),
|
|
2937
2938
|
projectId: z2.string(),
|
|
2939
|
+
name: z2.string(),
|
|
2938
2940
|
type: z2.string(),
|
|
2939
2941
|
credentialStoreId: z2.string(),
|
|
2940
2942
|
retrievalParams: z2.record(z2.string(), z2.unknown()).nullish(),
|
|
@@ -234061,27 +234063,27 @@ var init_memory_store = __esm({
|
|
|
234061
234063
|
}
|
|
234062
234064
|
});
|
|
234063
234065
|
|
|
234064
|
-
// ../node_modules/.pnpm/@nangohq+node@0.69.
|
|
234066
|
+
// ../node_modules/.pnpm/@nangohq+node@0.69.5/node_modules/@nangohq/node/dist/version.js
|
|
234065
234067
|
var init_version2 = __esm({
|
|
234066
|
-
"../node_modules/.pnpm/@nangohq+node@0.69.
|
|
234068
|
+
"../node_modules/.pnpm/@nangohq+node@0.69.5/node_modules/@nangohq/node/dist/version.js"() {
|
|
234067
234069
|
"use strict";
|
|
234068
234070
|
init_esm_shims();
|
|
234069
234071
|
}
|
|
234070
234072
|
});
|
|
234071
234073
|
|
|
234072
|
-
// ../node_modules/.pnpm/@nangohq+node@0.69.
|
|
234074
|
+
// ../node_modules/.pnpm/@nangohq+node@0.69.5/node_modules/@nangohq/node/dist/utils.js
|
|
234073
234075
|
var init_utils2 = __esm({
|
|
234074
|
-
"../node_modules/.pnpm/@nangohq+node@0.69.
|
|
234076
|
+
"../node_modules/.pnpm/@nangohq+node@0.69.5/node_modules/@nangohq/node/dist/utils.js"() {
|
|
234075
234077
|
"use strict";
|
|
234076
234078
|
init_esm_shims();
|
|
234077
234079
|
init_version2();
|
|
234078
234080
|
}
|
|
234079
234081
|
});
|
|
234080
234082
|
|
|
234081
|
-
// ../node_modules/.pnpm/@nangohq+node@0.69.
|
|
234083
|
+
// ../node_modules/.pnpm/@nangohq+node@0.69.5/node_modules/@nangohq/node/dist/types.js
|
|
234082
234084
|
var SyncConfigType;
|
|
234083
234085
|
var init_types4 = __esm({
|
|
234084
|
-
"../node_modules/.pnpm/@nangohq+node@0.69.
|
|
234086
|
+
"../node_modules/.pnpm/@nangohq+node@0.69.5/node_modules/@nangohq/node/dist/types.js"() {
|
|
234085
234087
|
"use strict";
|
|
234086
234088
|
init_esm_shims();
|
|
234087
234089
|
(function(SyncConfigType2) {
|
|
@@ -234091,12 +234093,12 @@ var init_types4 = __esm({
|
|
|
234091
234093
|
}
|
|
234092
234094
|
});
|
|
234093
234095
|
|
|
234094
|
-
// ../node_modules/.pnpm/@nangohq+node@0.69.
|
|
234096
|
+
// ../node_modules/.pnpm/@nangohq+node@0.69.5/node_modules/@nangohq/node/dist/index.js
|
|
234095
234097
|
import crypto5 from "crypto";
|
|
234096
234098
|
import https from "https";
|
|
234097
234099
|
var defaultHttpsAgent;
|
|
234098
234100
|
var init_dist6 = __esm({
|
|
234099
|
-
"../node_modules/.pnpm/@nangohq+node@0.69.
|
|
234101
|
+
"../node_modules/.pnpm/@nangohq+node@0.69.5/node_modules/@nangohq/node/dist/index.js"() {
|
|
234100
234102
|
"use strict";
|
|
234101
234103
|
init_esm_shims();
|
|
234102
234104
|
init_utils2();
|
|
@@ -234119,7 +234121,8 @@ var init_nango_store = __esm({
|
|
|
234119
234121
|
logger14 = getLogger("nango-credential-store");
|
|
234120
234122
|
CredentialKeySchema = z10.object({
|
|
234121
234123
|
connectionId: z10.string().min(1, "connectionId must be a non-empty string"),
|
|
234122
|
-
providerConfigKey: z10.string().min(1, "providerConfigKey must be a non-empty string")
|
|
234124
|
+
providerConfigKey: z10.string().min(1, "providerConfigKey must be a non-empty string"),
|
|
234125
|
+
integrationDisplayName: z10.string().nullish()
|
|
234123
234126
|
});
|
|
234124
234127
|
}
|
|
234125
234128
|
});
|
|
@@ -240494,8 +240497,8 @@ init_esm_shims();
|
|
|
240494
240497
|
init_env2();
|
|
240495
240498
|
import { existsSync as existsSync12 } from "fs";
|
|
240496
240499
|
import { join as join13, resolve as resolve5 } from "path";
|
|
240497
|
-
import chalk10 from "chalk";
|
|
240498
240500
|
import * as p8 from "@clack/prompts";
|
|
240501
|
+
import chalk10 from "chalk";
|
|
240499
240502
|
|
|
240500
240503
|
// src/utils/environment-loader.ts
|
|
240501
240504
|
init_esm_shims();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inkeep/agents-cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.29.1",
|
|
4
4
|
"description": "Inkeep CLI tool",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
"recast": "^0.23.0",
|
|
49
49
|
"ts-morph": "^26.0.0",
|
|
50
50
|
"tsx": "^4.20.5",
|
|
51
|
-
"@inkeep/agents-core": "^0.
|
|
52
|
-
"@inkeep/agents-sdk": "^0.
|
|
51
|
+
"@inkeep/agents-core": "^0.29.1",
|
|
52
|
+
"@inkeep/agents-sdk": "^0.29.1"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@types/degit": "^2.8.6",
|