testkube-sdk
Advanced tools
Comparing version 1.14.1 to 1.14.2
@@ -37,4 +37,4 @@ "use strict"; | ||
this.openapiDocVersion = "1.0.0"; | ||
this.sdkVersion = "1.14.1"; | ||
this.genVersion = "2.107.3"; | ||
this.sdkVersion = "1.14.2"; | ||
this.genVersion = "2.115.2"; | ||
Object.assign(this, init); | ||
@@ -41,0 +41,0 @@ } |
@@ -1,2 +0,2 @@ | ||
# artifacts | ||
# Artifacts | ||
@@ -3,0 +3,0 @@ ## Overview |
@@ -1,2 +0,2 @@ | ||
# executions | ||
# Executions | ||
@@ -3,0 +3,0 @@ ## Overview |
@@ -1,2 +0,2 @@ | ||
# executor | ||
# Executor | ||
@@ -3,0 +3,0 @@ ## Overview |
@@ -1,2 +0,2 @@ | ||
# keymap | ||
# Keymap | ||
@@ -3,0 +3,0 @@ ## Overview |
@@ -1,2 +0,2 @@ | ||
# labels | ||
# Labels | ||
@@ -3,0 +3,0 @@ ## Overview |
@@ -1,2 +0,2 @@ | ||
# logs | ||
# Logs | ||
@@ -3,0 +3,0 @@ ## Overview |
@@ -1,2 +0,2 @@ | ||
# repository | ||
# Repository | ||
@@ -3,0 +3,0 @@ ### Available Operations |
@@ -1,2 +0,2 @@ | ||
# tests | ||
# Tests | ||
@@ -3,0 +3,0 @@ ## Overview |
@@ -1,2 +0,2 @@ | ||
# testSources | ||
# TestSources | ||
@@ -3,0 +3,0 @@ ### Available Operations |
@@ -1,2 +0,2 @@ | ||
# testSuites | ||
# TestSuites | ||
@@ -3,0 +3,0 @@ ## Overview |
@@ -1,2 +0,2 @@ | ||
# testTriggers | ||
# TestTriggers | ||
@@ -3,0 +3,0 @@ ## Overview |
@@ -1,2 +0,2 @@ | ||
# webhook | ||
# Webhook | ||
@@ -3,0 +3,0 @@ ## Overview |
{ | ||
"name": "testkube-sdk", | ||
"version": "1.14.1", | ||
"version": "1.14.2", | ||
"author": "aabedraba", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -44,3 +44,3 @@ # testkube-sdk | ||
### [api](docs/sdks/api/README.md) | ||
### [Api](docs/sdks/api/README.md) | ||
@@ -132,3 +132,3 @@ * [abortExecution](docs/sdks/api/README.md#abortexecution) - Aborts execution | ||
### [artifacts](docs/sdks/artifacts/README.md) | ||
### [Artifacts](docs/sdks/artifacts/README.md) | ||
@@ -139,3 +139,3 @@ * [downloadArchive](docs/sdks/artifacts/README.md#downloadarchive) - Download artifact archive | ||
### [executions](docs/sdks/executions/README.md) | ||
### [Executions](docs/sdks/executions/README.md) | ||
@@ -165,3 +165,3 @@ * [abortExecution](docs/sdks/executions/README.md#abortexecution) - Aborts execution | ||
### [executor](docs/sdks/executor/README.md) | ||
### [Executor](docs/sdks/executor/README.md) | ||
@@ -177,19 +177,19 @@ * [createExecutorJson](docs/sdks/executor/README.md#createexecutorjson) - Create new executor | ||
### [keymap](docs/sdks/keymap/README.md) | ||
### [Keymap](docs/sdks/keymap/README.md) | ||
* [getKeyMap](docs/sdks/keymap/README.md#getkeymap) - Test triggers keymap | ||
### [labels](docs/sdks/labels/README.md) | ||
### [Labels](docs/sdks/labels/README.md) | ||
* [listLabels](docs/sdks/labels/README.md#listlabels) - List labels | ||
### [logs](docs/sdks/logs/README.md) | ||
### [Logs](docs/sdks/logs/README.md) | ||
* [getExecutionLogs](docs/sdks/logs/README.md#getexecutionlogs) - Get execution's logs by ID | ||
### [repository](docs/sdks/repository/README.md) | ||
### [Repository](docs/sdks/repository/README.md) | ||
* [validateRepository](docs/sdks/repository/README.md#validaterepository) - Validate new repository | ||
### [testSources](docs/sdks/testsources/README.md) | ||
### [TestSources](docs/sdks/testsources/README.md) | ||
@@ -206,3 +206,3 @@ * [createTestSourceJson](docs/sdks/testsources/README.md#createtestsourcejson) - Create new test source | ||
### [testSuites](docs/sdks/testsuites/README.md) | ||
### [TestSuites](docs/sdks/testsuites/README.md) | ||
@@ -229,3 +229,3 @@ * [abortTestSuiteExecution](docs/sdks/testsuites/README.md#aborttestsuiteexecution) - Aborts testsuite execution | ||
### [testTriggers](docs/sdks/testtriggers/README.md) | ||
### [TestTriggers](docs/sdks/testtriggers/README.md) | ||
@@ -242,3 +242,3 @@ * [bulkUpdateTestTriggers](docs/sdks/testtriggers/README.md#bulkupdatetesttriggers) - Bulk update test triggers | ||
### [tests](docs/sdks/tests/README.md) | ||
### [Tests](docs/sdks/tests/README.md) | ||
@@ -265,3 +265,3 @@ * [abortExecution](docs/sdks/tests/README.md#abortexecution) - Aborts execution | ||
### [webhook](docs/sdks/webhook/README.md) | ||
### [Webhook](docs/sdks/webhook/README.md) | ||
@@ -268,0 +268,0 @@ * [createWebhookJson](docs/sdks/webhook/README.md#createwebhookjson) - Create new webhook |
Sorry, the diff of this file is too big to display