@transcend-io/cli
Advanced tools
Comparing version 4.125.1 to 4.125.2
@@ -29,2 +29,3 @@ "use strict"; | ||
agentIds: [], | ||
// TODO: https://transcend.height.app/T-31994 - sync agents | ||
}; | ||
@@ -31,0 +32,0 @@ const { createAgentFile } = await (0, makeGraphQLRequest_1.makeGraphQLRequest)(client, gqls_1.CREATE_AGENT_FILE, { |
@@ -26,2 +26,3 @@ "use strict"; | ||
agentIds: [], | ||
// TODO: https://transcend.height.app/T-31994 - owners and teams | ||
}; | ||
@@ -28,0 +29,0 @@ const { createAgentFunction } = await (0, makeGraphQLRequest_1.makeGraphQLRequest)(client, gqls_1.CREATE_AGENT_FUNCTION, { |
@@ -30,2 +30,3 @@ "use strict"; | ||
// TODO: https://transcend.height.app/T-32760 - agentFunction, agentFile | ||
// TODO: https://transcend.height.app/T-31994 - owners and teams | ||
}; | ||
@@ -32,0 +33,0 @@ const { createAgent } = await (0, makeGraphQLRequest_1.makeGraphQLRequest)(client, gqls_1.CREATE_AGENT, { |
@@ -29,3 +29,3 @@ "use strict"; | ||
dataProtectionOfficerEmail: businessEntity.dataProtectionOfficerEmail, | ||
// TODO: https://transcend.height.app/T-31994 - add attributes | ||
// TODO: https://transcend.height.app/T-31994 - add attributes, teams, owners | ||
}; | ||
@@ -32,0 +32,0 @@ const { createBusinessEntity } = await (0, makeGraphQLRequest_1.makeGraphQLRequest)(client, gqls_1.CREATE_BUSINESS_ENTITY, { |
@@ -18,3 +18,2 @@ "use strict"; | ||
const gqls_1 = require("./gqls"); | ||
const syncRepositories_1 = require("./syncRepositories"); | ||
const CHUNK_SIZE = 100; | ||
@@ -73,8 +72,2 @@ const LOOKUP_SPLIT_KEY = '%%%%'; | ||
.flat(), ({ name, codePackageType }) => `${name}${LOOKUP_SPLIT_KEY}${codePackageType}`), concurrency), | ||
// ensure repositories are created | ||
// TODO: https://transcend.height.app/T-32342 - handle this in createCodePackage | ||
(0, syncRepositories_1.syncRepositories)(client, (0, uniqBy_1.default)(codePackages, 'repositoryName').map(({ repositoryName }) => ({ | ||
name: repositoryName, | ||
url: `https://github.com/${repositoryName}`, | ||
}))), | ||
]); | ||
@@ -81,0 +74,0 @@ const softwareDevelopmentKitLookup = (0, keyBy_1.default)(existingSoftwareDevelopmentKits, ({ name, codePackageType }) => `${name}${LOOKUP_SPLIT_KEY}${codePackageType}`); |
@@ -23,2 +23,3 @@ "use strict"; | ||
const { createPrompt: { prompt }, } = await (0, makeGraphQLRequest_1.makeGraphQLRequest)(client, gqls_1.CREATE_PROMPT, { | ||
// TODO: https://transcend.height.app/T-31994 - include models and groups, teams, users | ||
input, | ||
@@ -25,0 +26,0 @@ }); |
@@ -5,3 +5,3 @@ { | ||
"description": "Small package containing useful typescript utilities.", | ||
"version": "4.125.1", | ||
"version": "4.125.2", | ||
"homepage": "https://github.com/transcend-io/cli", | ||
@@ -8,0 +8,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4990962
125659