diff --git a/.github/workflows/all-nodejs-packages-publish.yaml b/.github/workflows/all-nodejs-packages-publish.yaml index 82a0e83516..e702a209cf 100644 --- a/.github/workflows/all-nodejs-packages-publish.yaml +++ b/.github/workflows/all-nodejs-packages-publish.yaml @@ -38,7 +38,7 @@ jobs: - name: lerna-publish-npm env: - NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} run: | git config --global user.email "npm-ci@hyperledger.org" git config --global user.name "hyperledger-ghci" @@ -65,7 +65,7 @@ jobs: # instead of npmjs.org so that we can publish the packages everywhere. - name: lerna-publish-ghcr env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | git config --global user.email "npm-ci@hyperledger.org" git config --global user.name "hyperledger-ghci" diff --git a/examples/cactus-common-example-server/package.json b/examples/cactus-common-example-server/package.json index 5040057a1c..8bc2c69d77 100644 --- a/examples/cactus-common-example-server/package.json +++ b/examples/cactus-common-example-server/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-common-example-server", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "description": "Allows Cactus nodes to interact with HTLC ETH contracts", "keywords": [ "Hyperledger", @@ -42,8 +42,8 @@ "build:dev:backend:postbuild": "cp -f ../../yarn.lock ./dist/" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-rc.6", - "@hyperledger/cactus-core-api": "2.0.0-rc.6", + "@hyperledger/cactus-common": "2.0.0-rc.7", + "@hyperledger/cactus-core-api": "2.0.0-rc.7", "@types/node": "18.11.9", "body-parser": "1.20.3", "config": "3.3.7", @@ -66,7 +66,7 @@ "xmlhttprequest": "1.8.0" }, "devDependencies": { - "@hyperledger/cactus-test-tooling": "2.0.0-rc.6", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.7", "@types/config": "3.3.0", "@types/cookie-parser": "1.4.5", "@types/debug": "4.1.8", diff --git a/examples/cactus-example-carbon-accounting-backend/package.json b/examples/cactus-example-carbon-accounting-backend/package.json index d8a7551fa0..4ffd064e03 100644 --- a/examples/cactus-example-carbon-accounting-backend/package.json +++ b/examples/cactus-example-carbon-accounting-backend/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-example-carbon-accounting-backend", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "description": "An example application showing how to use Cactus when implementing a Carbon Accounting Application where two or more blockchains are sharing data with each other to achieve a certain business outcome beneficial to multiple parties (business organizations).", "keywords": [ "Hyperledger", @@ -52,16 +52,16 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-api-client": "2.0.0-rc.6", - "@hyperledger/cactus-cmd-api-server": "2.0.0-rc.6", - "@hyperledger/cactus-common": "2.0.0-rc.6", - "@hyperledger/cactus-core": "2.0.0-rc.6", - "@hyperledger/cactus-core-api": "2.0.0-rc.6", - "@hyperledger/cactus-example-carbon-accounting-business-logic-plugin": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-ledger-connector-xdai": "2.0.0-rc.6", - "@hyperledger/cactus-test-tooling": "2.0.0-rc.6", + "@hyperledger/cactus-api-client": "2.0.0-rc.7", + "@hyperledger/cactus-cmd-api-server": "2.0.0-rc.7", + "@hyperledger/cactus-common": "2.0.0-rc.7", + "@hyperledger/cactus-core": "2.0.0-rc.7", + "@hyperledger/cactus-core-api": "2.0.0-rc.7", + "@hyperledger/cactus-example-carbon-accounting-business-logic-plugin": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-ledger-connector-xdai": "2.0.0-rc.7", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.7", "@openzeppelin/contracts": "4.9.6", "@openzeppelin/contracts-upgradeable": "4.9.6", "async-exit-hook": "2.0.1", diff --git a/examples/cactus-example-carbon-accounting-business-logic-plugin/package.json b/examples/cactus-example-carbon-accounting-business-logic-plugin/package.json index a48fb59731..cb0b88f99b 100644 --- a/examples/cactus-example-carbon-accounting-business-logic-plugin/package.json +++ b/examples/cactus-example-carbon-accounting-business-logic-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-example-carbon-accounting-business-logic-plugin", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "description": "An example business logic plugin implementation for Cactus", "keywords": [ "Hyperledger", @@ -55,14 +55,14 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-api-client": "2.0.0-rc.6", - "@hyperledger/cactus-common": "2.0.0-rc.6", - "@hyperledger/cactus-core": "2.0.0-rc.6", - "@hyperledger/cactus-core-api": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-consortium-manual": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-ledger-connector-xdai": "2.0.0-rc.6", + "@hyperledger/cactus-api-client": "2.0.0-rc.7", + "@hyperledger/cactus-common": "2.0.0-rc.7", + "@hyperledger/cactus-core": "2.0.0-rc.7", + "@hyperledger/cactus-core-api": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-consortium-manual": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-ledger-connector-xdai": "2.0.0-rc.7", "async-exit-hook": "2.0.1", "axios": "1.7.7", "express": "4.20.0", diff --git a/examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/json/openapi.json b/examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/json/openapi.json index 3dfdb2441d..7c818cde50 100644 --- a/examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/json/openapi.json +++ b/examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/json/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Example - Carbon Accounting App", "description": "Demonstrates how a business use case can be satisfied with Cactus when multiple distinct ledgers are involved.", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/json/openapi.tpl.json b/examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/json/openapi.tpl.json index 3dfdb2441d..7c818cde50 100644 --- a/examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/json/openapi.tpl.json +++ b/examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/json/openapi.tpl.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Example - Carbon Accounting App", "description": "Demonstrates how a business use case can be satisfied with Cactus when multiple distinct ledgers are involved.", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/kotlin/generated/openapi/kotlin-client/README.md b/examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/kotlin/generated/openapi/kotlin-client/README.md index 51dc6d858e..7983a265e7 100644 --- a/examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/kotlin/generated/openapi/kotlin-client/README.md +++ b/examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/kotlin/generated/openapi/kotlin-client/README.md @@ -5,7 +5,7 @@ Demonstrates how a business use case can be satisfied with Cactus when multiple ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [openapi-spec](https://github.com/OAI/OpenAPI-Specification) from a remote server, you can easily generate an API client. -- API version: 2.0.0-rc.6 +- API version: 2.0.0-rc.7 - Package version: - Build package: org.openapitools.codegen.languages.KotlinClientCodegen diff --git a/examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/api.ts b/examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/api.ts index 0e7133d8b7..add1da6216 100644 --- a/examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/api.ts +++ b/examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/api.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Example - Carbon Accounting App * Demonstrates how a business use case can be satisfied with Cactus when multiple distinct ledgers are involved. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/base.ts b/examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/base.ts index 017a44a81a..0da44fc4b9 100644 --- a/examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/base.ts +++ b/examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/base.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Example - Carbon Accounting App * Demonstrates how a business use case can be satisfied with Cactus when multiple distinct ledgers are involved. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/common.ts b/examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/common.ts index 140ec5242d..0369614858 100644 --- a/examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/common.ts +++ b/examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/common.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Example - Carbon Accounting App * Demonstrates how a business use case can be satisfied with Cactus when multiple distinct ledgers are involved. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/configuration.ts b/examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/configuration.ts index 1ce57dc629..d5a932e01b 100644 --- a/examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/configuration.ts +++ b/examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/configuration.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Example - Carbon Accounting App * Demonstrates how a business use case can be satisfied with Cactus when multiple distinct ledgers are involved. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/index.ts b/examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/index.ts index ef5e61cd6f..908f145f01 100644 --- a/examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/index.ts +++ b/examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/index.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Example - Carbon Accounting App * Demonstrates how a business use case can be satisfied with Cactus when multiple distinct ledgers are involved. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/examples/cactus-example-carbon-accounting-frontend/package.json b/examples/cactus-example-carbon-accounting-frontend/package.json index 644ad5c21f..888c990d33 100644 --- a/examples/cactus-example-carbon-accounting-frontend/package.json +++ b/examples/cactus-example-carbon-accounting-frontend/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-example-carbon-accounting-frontend", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "description": "The frontend component of an example project demonstrating how Cacti can be used for cross-chain dapp development.", "keywords": [ "Hyperledger", @@ -54,13 +54,13 @@ "@angular/platform-browser": "16.2.4", "@angular/platform-browser-dynamic": "16.2.4", "@angular/router": "16.2.4", - "@hyperledger/cactus-api-client": "2.0.0-rc.6", - "@hyperledger/cactus-common": "2.0.0-rc.6", - "@hyperledger/cactus-core-api": "2.0.0-rc.6", - "@hyperledger/cactus-example-carbon-accounting-business-logic-plugin": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-consortium-manual": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-rc.6", + "@hyperledger/cactus-api-client": "2.0.0-rc.7", + "@hyperledger/cactus-common": "2.0.0-rc.7", + "@hyperledger/cactus-core-api": "2.0.0-rc.7", + "@hyperledger/cactus-example-carbon-accounting-business-logic-plugin": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-consortium-manual": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-rc.7", "@ionic-native/core": "5.36.0", "@ionic-native/splash-screen": "patch:@ionic-native/splash-screen@npm%3A5.36.0#~/.yarn/patches/@ionic-native-splash-screen-npm-5.36.0-531cbbe0f8.patch", "@ionic-native/status-bar": "patch:@ionic-native/status-bar@npm%3A5.36.0#~/.yarn/patches/@ionic-native-status-bar-npm-5.36.0-1ca86cbaad.patch", diff --git a/examples/cactus-example-cbdc-bridging-backend/package.json b/examples/cactus-example-cbdc-bridging-backend/package.json index f4023cdc15..697c93df31 100644 --- a/examples/cactus-example-cbdc-bridging-backend/package.json +++ b/examples/cactus-example-cbdc-bridging-backend/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-example-cbdc-bridging-backend", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "description": "An example application showing how to use Cacti when implementing a CBDC bridging application between Hyperledger Fabric and Hyperledger Besu.", "keywords": [ "Hyperledger", @@ -55,18 +55,18 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-api-client": "2.0.0-rc.6", - "@hyperledger/cactus-cmd-api-server": "2.0.0-rc.6", - "@hyperledger/cactus-common": "2.0.0-rc.6", - "@hyperledger/cactus-core": "2.0.0-rc.6", - "@hyperledger/cactus-core-api": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-ledger-connector-xdai": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-object-store-ipfs": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-satp-hermes": "2.0.0-rc.6", - "@hyperledger/cactus-test-tooling": "2.0.0-rc.6", + "@hyperledger/cactus-api-client": "2.0.0-rc.7", + "@hyperledger/cactus-cmd-api-server": "2.0.0-rc.7", + "@hyperledger/cactus-common": "2.0.0-rc.7", + "@hyperledger/cactus-core": "2.0.0-rc.7", + "@hyperledger/cactus-core-api": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-ledger-connector-xdai": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-object-store-ipfs": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-satp-hermes": "2.0.0-rc.7", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.7", "@openzeppelin/contracts": "4.9.6", "@openzeppelin/contracts-upgradeable": "4.9.6", "async-exit-hook": "2.0.1", diff --git a/examples/cactus-example-cbdc-bridging-frontend/package.json b/examples/cactus-example-cbdc-bridging-frontend/package.json index dd67bce7d6..d019b5df72 100644 --- a/examples/cactus-example-cbdc-bridging-frontend/package.json +++ b/examples/cactus-example-cbdc-bridging-frontend/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cacti-example-cbdc-bridging-frontend", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "private": true, "license": "Apache-2.0", "scripts": { diff --git a/examples/cactus-example-discounted-asset-trade-client/package.json b/examples/cactus-example-discounted-asset-trade-client/package.json index 5d9636a323..e20eb5d0f9 100644 --- a/examples/cactus-example-discounted-asset-trade-client/package.json +++ b/examples/cactus-example-discounted-asset-trade-client/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-example-discounted-asset-trade-client", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "description": "Client for interacting with discounted asset trade sample app and some tools for setting up indy enviroment", "keywords": [ "Hyperledger", diff --git a/examples/cactus-example-discounted-asset-trade/package.json b/examples/cactus-example-discounted-asset-trade/package.json index 3a9c1e4eaa..20b6318bf5 100644 --- a/examples/cactus-example-discounted-asset-trade/package.json +++ b/examples/cactus-example-discounted-asset-trade/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-example-discounted-asset-trade", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "private": true, "license": "Apache-2.0", "main": "dist/www.js", @@ -14,14 +14,14 @@ "start-dockerless": "node ./dist/www.js" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-rc.6", - "@hyperledger/cactus-common-example-server": "2.0.0-rc.6", - "@hyperledger/cactus-core": "2.0.0-rc.6", - "@hyperledger/cactus-core-api": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-ledger-connector-aries": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-ledger-connector-ethereum": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-rc.6", + "@hyperledger/cactus-common": "2.0.0-rc.7", + "@hyperledger/cactus-common-example-server": "2.0.0-rc.7", + "@hyperledger/cactus-core": "2.0.0-rc.7", + "@hyperledger/cactus-core-api": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-ledger-connector-aries": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-ledger-connector-ethereum": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-rc.7", "@types/node": "18.11.9", "axios": "1.7.7", "body-parser": "1.20.3", diff --git a/examples/cactus-example-electricity-trade/package.json b/examples/cactus-example-electricity-trade/package.json index f6ebd18475..73ba9d8241 100644 --- a/examples/cactus-example-electricity-trade/package.json +++ b/examples/cactus-example-electricity-trade/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-example-electricity-trade", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "private": true, "license": "Apache-2.0", "main": "dist/www.js", @@ -14,13 +14,13 @@ "start-dockerless": "node ./dist/www.js" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-rc.6", - "@hyperledger/cactus-common-example-server": "2.0.0-rc.6", - "@hyperledger/cactus-core": "2.0.0-rc.6", - "@hyperledger/cactus-core-api": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-ledger-connector-ethereum": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-ledger-connector-sawtooth": "2.0.0-rc.6", + "@hyperledger/cactus-common": "2.0.0-rc.7", + "@hyperledger/cactus-common-example-server": "2.0.0-rc.7", + "@hyperledger/cactus-core": "2.0.0-rc.7", + "@hyperledger/cactus-core-api": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-ledger-connector-ethereum": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-ledger-connector-sawtooth": "2.0.0-rc.7", "@types/node": "18.11.9", "body-parser": "1.20.3", "cookie-parser": "1.4.6", diff --git a/examples/cactus-example-supply-chain-backend/package.json b/examples/cactus-example-supply-chain-backend/package.json index 0a303d005c..a3380deab7 100644 --- a/examples/cactus-example-supply-chain-backend/package.json +++ b/examples/cactus-example-supply-chain-backend/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-example-supply-chain-backend", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "description": "An example application showing how to use Cactus when implementing a supply chain application where two or more blockchains are sharing data with each other to achieve a certain business outcome beneficial to multiple parties (business organizations).", "keywords": [ "Hyperledger", @@ -52,19 +52,19 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-api-client": "2.0.0-rc.6", - "@hyperledger/cactus-cmd-api-server": "2.0.0-rc.6", - "@hyperledger/cactus-common": "2.0.0-rc.6", - "@hyperledger/cactus-core": "2.0.0-rc.6", - "@hyperledger/cactus-core-api": "2.0.0-rc.6", - "@hyperledger/cactus-example-supply-chain-business-logic-plugin": "2.0.0-rc.6", - "@hyperledger/cactus-example-supply-chain-frontend": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-consortium-manual": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-ledger-connector-xdai": "2.0.0-rc.6", - "@hyperledger/cactus-test-tooling": "2.0.0-rc.6", + "@hyperledger/cactus-api-client": "2.0.0-rc.7", + "@hyperledger/cactus-cmd-api-server": "2.0.0-rc.7", + "@hyperledger/cactus-common": "2.0.0-rc.7", + "@hyperledger/cactus-core": "2.0.0-rc.7", + "@hyperledger/cactus-core-api": "2.0.0-rc.7", + "@hyperledger/cactus-example-supply-chain-business-logic-plugin": "2.0.0-rc.7", + "@hyperledger/cactus-example-supply-chain-frontend": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-consortium-manual": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-ledger-connector-xdai": "2.0.0-rc.7", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.7", "async-exit-hook": "2.0.1", "axios": "1.7.7", "dotenv": "16.0.0", diff --git a/examples/cactus-example-supply-chain-business-logic-plugin/package.json b/examples/cactus-example-supply-chain-business-logic-plugin/package.json index c981d03603..bfaed35c6a 100644 --- a/examples/cactus-example-supply-chain-business-logic-plugin/package.json +++ b/examples/cactus-example-supply-chain-business-logic-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-example-supply-chain-business-logic-plugin", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "description": "An example business logic plugin implementation for Cactus", "keywords": [ "Hyperledger", @@ -55,15 +55,15 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-api-client": "2.0.0-rc.6", - "@hyperledger/cactus-common": "2.0.0-rc.6", - "@hyperledger/cactus-core": "2.0.0-rc.6", - "@hyperledger/cactus-core-api": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-consortium-manual": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-ledger-connector-xdai": "2.0.0-rc.6", + "@hyperledger/cactus-api-client": "2.0.0-rc.7", + "@hyperledger/cactus-common": "2.0.0-rc.7", + "@hyperledger/cactus-core": "2.0.0-rc.7", + "@hyperledger/cactus-core-api": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-consortium-manual": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-ledger-connector-xdai": "2.0.0-rc.7", "async-exit-hook": "2.0.1", "axios": "1.7.7", "express": "4.20.0", diff --git a/examples/cactus-example-supply-chain-business-logic-plugin/src/main/json/openapi.json b/examples/cactus-example-supply-chain-business-logic-plugin/src/main/json/openapi.json index 0b65358b2d..1496e545af 100644 --- a/examples/cactus-example-supply-chain-business-logic-plugin/src/main/json/openapi.json +++ b/examples/cactus-example-supply-chain-business-logic-plugin/src/main/json/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Example - Supply Chain App", "description": "Demonstrates how a business use case can be satisfied with Cactus when multiple distinct ledgers are involved.", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/examples/cactus-example-supply-chain-business-logic-plugin/src/main/json/openapi.tpl.json b/examples/cactus-example-supply-chain-business-logic-plugin/src/main/json/openapi.tpl.json index 0b65358b2d..1496e545af 100644 --- a/examples/cactus-example-supply-chain-business-logic-plugin/src/main/json/openapi.tpl.json +++ b/examples/cactus-example-supply-chain-business-logic-plugin/src/main/json/openapi.tpl.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Example - Supply Chain App", "description": "Demonstrates how a business use case can be satisfied with Cactus when multiple distinct ledgers are involved.", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/examples/cactus-example-supply-chain-business-logic-plugin/src/main/kotlin/generated/openapi/kotlin-client/README.md b/examples/cactus-example-supply-chain-business-logic-plugin/src/main/kotlin/generated/openapi/kotlin-client/README.md index b44d7e9b38..2fc72397c1 100644 --- a/examples/cactus-example-supply-chain-business-logic-plugin/src/main/kotlin/generated/openapi/kotlin-client/README.md +++ b/examples/cactus-example-supply-chain-business-logic-plugin/src/main/kotlin/generated/openapi/kotlin-client/README.md @@ -5,7 +5,7 @@ Demonstrates how a business use case can be satisfied with Cactus when multiple ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [openapi-spec](https://github.com/OAI/OpenAPI-Specification) from a remote server, you can easily generate an API client. -- API version: 2.0.0-rc.6 +- API version: 2.0.0-rc.7 - Package version: - Build package: org.openapitools.codegen.languages.KotlinClientCodegen diff --git a/examples/cactus-example-supply-chain-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/api.ts b/examples/cactus-example-supply-chain-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/api.ts index 4240bdec5a..87aa1f45c9 100644 --- a/examples/cactus-example-supply-chain-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/api.ts +++ b/examples/cactus-example-supply-chain-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/api.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Example - Supply Chain App * Demonstrates how a business use case can be satisfied with Cactus when multiple distinct ledgers are involved. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/examples/cactus-example-supply-chain-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/base.ts b/examples/cactus-example-supply-chain-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/base.ts index 00528d24cc..cabd7ea600 100644 --- a/examples/cactus-example-supply-chain-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/base.ts +++ b/examples/cactus-example-supply-chain-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/base.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Example - Supply Chain App * Demonstrates how a business use case can be satisfied with Cactus when multiple distinct ledgers are involved. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/examples/cactus-example-supply-chain-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/common.ts b/examples/cactus-example-supply-chain-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/common.ts index f5876b697d..2852f5e58b 100644 --- a/examples/cactus-example-supply-chain-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/common.ts +++ b/examples/cactus-example-supply-chain-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/common.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Example - Supply Chain App * Demonstrates how a business use case can be satisfied with Cactus when multiple distinct ledgers are involved. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/examples/cactus-example-supply-chain-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/configuration.ts b/examples/cactus-example-supply-chain-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/configuration.ts index 4736398964..8bf19455da 100644 --- a/examples/cactus-example-supply-chain-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/configuration.ts +++ b/examples/cactus-example-supply-chain-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/configuration.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Example - Supply Chain App * Demonstrates how a business use case can be satisfied with Cactus when multiple distinct ledgers are involved. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/examples/cactus-example-supply-chain-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/index.ts b/examples/cactus-example-supply-chain-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/index.ts index c66faf71b4..a2330b411f 100644 --- a/examples/cactus-example-supply-chain-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/index.ts +++ b/examples/cactus-example-supply-chain-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/index.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Example - Supply Chain App * Demonstrates how a business use case can be satisfied with Cactus when multiple distinct ledgers are involved. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/examples/cactus-example-supply-chain-frontend/package.json b/examples/cactus-example-supply-chain-frontend/package.json index a789ad6fcb..3d7b02b385 100644 --- a/examples/cactus-example-supply-chain-frontend/package.json +++ b/examples/cactus-example-supply-chain-frontend/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-example-supply-chain-frontend", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "description": "The frontend component of an example project demonstrating how Cacti can be used for cross-chain dapp development.", "keywords": [ "Hyperledger", @@ -54,14 +54,14 @@ "@angular/platform-browser": "17.3.11", "@angular/platform-browser-dynamic": "17.3.11", "@angular/router": "17.3.11", - "@hyperledger/cactus-api-client": "2.0.0-rc.6", - "@hyperledger/cactus-common": "2.0.0-rc.6", - "@hyperledger/cactus-core-api": "2.0.0-rc.6", - "@hyperledger/cactus-example-supply-chain-business-logic-plugin": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-consortium-manual": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-ledger-connector-xdai": "2.0.0-rc.6", + "@hyperledger/cactus-api-client": "2.0.0-rc.7", + "@hyperledger/cactus-common": "2.0.0-rc.7", + "@hyperledger/cactus-core-api": "2.0.0-rc.7", + "@hyperledger/cactus-example-supply-chain-business-logic-plugin": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-consortium-manual": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-ledger-connector-xdai": "2.0.0-rc.7", "@ionic-native/core": "5.36.0", "@ionic-native/splash-screen": "patch:@ionic-native/splash-screen@npm%3A5.36.0#~/.yarn/patches/@ionic-native-splash-screen-npm-5.36.0-531cbbe0f8.patch", "@ionic-native/status-bar": "patch:@ionic-native/status-bar@npm%3A5.36.0#~/.yarn/patches/@ionic-native-status-bar-npm-5.36.0-1ca86cbaad.patch", diff --git a/examples/cactus-workshop-examples-2022-11-14/package.json b/examples/cactus-workshop-examples-2022-11-14/package.json index 8fb642cf65..adff3e3b92 100644 --- a/examples/cactus-workshop-examples-2022-11-14/package.json +++ b/examples/cactus-workshop-examples-2022-11-14/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-workshop-examples-2022-11-14", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "description": "Cacti Workshop 2022-11-14 Examples", "keywords": [ "Hyperledger", @@ -53,11 +53,11 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-cmd-api-server": "2.0.0-rc.6", - "@hyperledger/cactus-common": "2.0.0-rc.6", - "@hyperledger/cactus-core": "2.0.0-rc.6", - "@hyperledger/cactus-core-api": "2.0.0-rc.6", - "@hyperledger/cactus-test-tooling": "2.0.0-rc.6", + "@hyperledger/cactus-cmd-api-server": "2.0.0-rc.7", + "@hyperledger/cactus-common": "2.0.0-rc.7", + "@hyperledger/cactus-core": "2.0.0-rc.7", + "@hyperledger/cactus-core-api": "2.0.0-rc.7", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.7", "kubo-rpc-client": "3.0.1", "typescript-optional": "2.0.1", "uuid": "10.0.0" diff --git a/extensions/cactus-plugin-htlc-coordinator-besu/package.json b/extensions/cactus-plugin-htlc-coordinator-besu/package.json index d1e9537e9e..05a374a8d6 100644 --- a/extensions/cactus-plugin-htlc-coordinator-besu/package.json +++ b/extensions/cactus-plugin-htlc-coordinator-besu/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-htlc-coordinator-besu", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "description": "HTLC Coordinator to exchange tokens between networks.", "keywords": [ "Hyperledger", @@ -58,13 +58,13 @@ "webpack:prod:web": "webpack --env=prod --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-rc.6", - "@hyperledger/cactus-core": "2.0.0-rc.6", - "@hyperledger/cactus-core-api": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-htlc-eth-besu": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-htlc-eth-besu-erc20": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.6", - "@hyperledger/cactus-test-plugin-htlc-eth-besu-erc20": "2.0.0-rc.6", + "@hyperledger/cactus-common": "2.0.0-rc.7", + "@hyperledger/cactus-core": "2.0.0-rc.7", + "@hyperledger/cactus-core-api": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-htlc-eth-besu": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-htlc-eth-besu-erc20": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.7", + "@hyperledger/cactus-test-plugin-htlc-eth-besu-erc20": "2.0.0-rc.7", "axios": "1.7.7", "body-parser": "1.20.3", "fast-safe-stringify": "2.1.1", @@ -77,8 +77,8 @@ "uuid": "10.0.0" }, "devDependencies": { - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.6", - "@hyperledger/cactus-test-tooling": "2.0.0-rc.6", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.7", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.7", "@types/express": "4.17.21", "@types/uuid": "10.0.0", "express": "4.20.0", diff --git a/extensions/cactus-plugin-htlc-coordinator-besu/src/main/go/generated/openapi/go-client/README.md b/extensions/cactus-plugin-htlc-coordinator-besu/src/main/go/generated/openapi/go-client/README.md index 529f904d21..69fadad04a 100644 --- a/extensions/cactus-plugin-htlc-coordinator-besu/src/main/go/generated/openapi/go-client/README.md +++ b/extensions/cactus-plugin-htlc-coordinator-besu/src/main/go/generated/openapi/go-client/README.md @@ -5,7 +5,7 @@ Can exchange assets between networks ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. -- API version: 2.0.0-rc.6 +- API version: 2.0.0-rc.7 - Package version: 1.0.0 - Build package: org.openapitools.codegen.languages.GoClientCodegen diff --git a/extensions/cactus-plugin-htlc-coordinator-besu/src/main/go/generated/openapi/go-client/api/openapi.yaml b/extensions/cactus-plugin-htlc-coordinator-besu/src/main/go/generated/openapi/go-client/api/openapi.yaml index 4be091043f..07583210d9 100644 --- a/extensions/cactus-plugin-htlc-coordinator-besu/src/main/go/generated/openapi/go-client/api/openapi.yaml +++ b/extensions/cactus-plugin-htlc-coordinator-besu/src/main/go/generated/openapi/go-client/api/openapi.yaml @@ -5,7 +5,7 @@ info: name: Apache-2.0 url: https://www.apache.org/licenses/LICENSE-2.0.html title: Hyperledger Cactus Plugin - HTLC Coordinator - version: 2.0.0-rc.6 + version: 2.0.0-rc.7 servers: - description: Public test instance url: "https://www.cactus.stream/{basePath}" diff --git a/extensions/cactus-plugin-htlc-coordinator-besu/src/main/go/generated/openapi/go-client/api_default.go b/extensions/cactus-plugin-htlc-coordinator-besu/src/main/go/generated/openapi/go-client/api_default.go index 61796ce958..93535332f3 100644 --- a/extensions/cactus-plugin-htlc-coordinator-besu/src/main/go/generated/openapi/go-client/api_default.go +++ b/extensions/cactus-plugin-htlc-coordinator-besu/src/main/go/generated/openapi/go-client/api_default.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - HTLC Coordinator Can exchange assets between networks -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/extensions/cactus-plugin-htlc-coordinator-besu/src/main/go/generated/openapi/go-client/client.go b/extensions/cactus-plugin-htlc-coordinator-besu/src/main/go/generated/openapi/go-client/client.go index 29a2c93796..d405ef8f55 100644 --- a/extensions/cactus-plugin-htlc-coordinator-besu/src/main/go/generated/openapi/go-client/client.go +++ b/extensions/cactus-plugin-htlc-coordinator-besu/src/main/go/generated/openapi/go-client/client.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - HTLC Coordinator Can exchange assets between networks -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. @@ -41,7 +41,7 @@ var ( queryDescape = strings.NewReplacer( "%5B", "[", "%5D", "]" ) ) -// APIClient manages communication with the Hyperledger Cactus Plugin - HTLC Coordinator API v2.0.0-rc.6 +// APIClient manages communication with the Hyperledger Cactus Plugin - HTLC Coordinator API v2.0.0-rc.7 // In most cases there should be only one, shared, APIClient. type APIClient struct { cfg *Configuration diff --git a/extensions/cactus-plugin-htlc-coordinator-besu/src/main/go/generated/openapi/go-client/configuration.go b/extensions/cactus-plugin-htlc-coordinator-besu/src/main/go/generated/openapi/go-client/configuration.go index 165107f892..c284f4f174 100644 --- a/extensions/cactus-plugin-htlc-coordinator-besu/src/main/go/generated/openapi/go-client/configuration.go +++ b/extensions/cactus-plugin-htlc-coordinator-besu/src/main/go/generated/openapi/go-client/configuration.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - HTLC Coordinator Can exchange assets between networks -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/extensions/cactus-plugin-htlc-coordinator-besu/src/main/go/generated/openapi/go-client/model_counterparty_htlc_request.go b/extensions/cactus-plugin-htlc-coordinator-besu/src/main/go/generated/openapi/go-client/model_counterparty_htlc_request.go index cb9b364124..d683dfa97d 100644 --- a/extensions/cactus-plugin-htlc-coordinator-besu/src/main/go/generated/openapi/go-client/model_counterparty_htlc_request.go +++ b/extensions/cactus-plugin-htlc-coordinator-besu/src/main/go/generated/openapi/go-client/model_counterparty_htlc_request.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - HTLC Coordinator Can exchange assets between networks -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/extensions/cactus-plugin-htlc-coordinator-besu/src/main/go/generated/openapi/go-client/model_htlc_package.go b/extensions/cactus-plugin-htlc-coordinator-besu/src/main/go/generated/openapi/go-client/model_htlc_package.go index 61a491cfa6..db09962e22 100644 --- a/extensions/cactus-plugin-htlc-coordinator-besu/src/main/go/generated/openapi/go-client/model_htlc_package.go +++ b/extensions/cactus-plugin-htlc-coordinator-besu/src/main/go/generated/openapi/go-client/model_htlc_package.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - HTLC Coordinator Can exchange assets between networks -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/extensions/cactus-plugin-htlc-coordinator-besu/src/main/go/generated/openapi/go-client/model_own_htlc_request.go b/extensions/cactus-plugin-htlc-coordinator-besu/src/main/go/generated/openapi/go-client/model_own_htlc_request.go index c949ec4eac..ef48eac883 100644 --- a/extensions/cactus-plugin-htlc-coordinator-besu/src/main/go/generated/openapi/go-client/model_own_htlc_request.go +++ b/extensions/cactus-plugin-htlc-coordinator-besu/src/main/go/generated/openapi/go-client/model_own_htlc_request.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - HTLC Coordinator Can exchange assets between networks -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/extensions/cactus-plugin-htlc-coordinator-besu/src/main/go/generated/openapi/go-client/model_web3_signing_credential.go b/extensions/cactus-plugin-htlc-coordinator-besu/src/main/go/generated/openapi/go-client/model_web3_signing_credential.go index d31bd4b3f8..2fff1cc638 100644 --- a/extensions/cactus-plugin-htlc-coordinator-besu/src/main/go/generated/openapi/go-client/model_web3_signing_credential.go +++ b/extensions/cactus-plugin-htlc-coordinator-besu/src/main/go/generated/openapi/go-client/model_web3_signing_credential.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - HTLC Coordinator Can exchange assets between networks -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/extensions/cactus-plugin-htlc-coordinator-besu/src/main/go/generated/openapi/go-client/model_web3_signing_credential_cactus_keychain_ref.go b/extensions/cactus-plugin-htlc-coordinator-besu/src/main/go/generated/openapi/go-client/model_web3_signing_credential_cactus_keychain_ref.go index 39cd815d4e..166a5652dc 100644 --- a/extensions/cactus-plugin-htlc-coordinator-besu/src/main/go/generated/openapi/go-client/model_web3_signing_credential_cactus_keychain_ref.go +++ b/extensions/cactus-plugin-htlc-coordinator-besu/src/main/go/generated/openapi/go-client/model_web3_signing_credential_cactus_keychain_ref.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - HTLC Coordinator Can exchange assets between networks -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/extensions/cactus-plugin-htlc-coordinator-besu/src/main/go/generated/openapi/go-client/model_web3_signing_credential_none.go b/extensions/cactus-plugin-htlc-coordinator-besu/src/main/go/generated/openapi/go-client/model_web3_signing_credential_none.go index f91eff1b6d..3a2edefc68 100644 --- a/extensions/cactus-plugin-htlc-coordinator-besu/src/main/go/generated/openapi/go-client/model_web3_signing_credential_none.go +++ b/extensions/cactus-plugin-htlc-coordinator-besu/src/main/go/generated/openapi/go-client/model_web3_signing_credential_none.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - HTLC Coordinator Can exchange assets between networks -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/extensions/cactus-plugin-htlc-coordinator-besu/src/main/go/generated/openapi/go-client/model_web3_signing_credential_private_key_hex.go b/extensions/cactus-plugin-htlc-coordinator-besu/src/main/go/generated/openapi/go-client/model_web3_signing_credential_private_key_hex.go index c554eb771f..2689871e6a 100644 --- a/extensions/cactus-plugin-htlc-coordinator-besu/src/main/go/generated/openapi/go-client/model_web3_signing_credential_private_key_hex.go +++ b/extensions/cactus-plugin-htlc-coordinator-besu/src/main/go/generated/openapi/go-client/model_web3_signing_credential_private_key_hex.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - HTLC Coordinator Can exchange assets between networks -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/extensions/cactus-plugin-htlc-coordinator-besu/src/main/go/generated/openapi/go-client/model_web3_signing_credential_type.go b/extensions/cactus-plugin-htlc-coordinator-besu/src/main/go/generated/openapi/go-client/model_web3_signing_credential_type.go index 177365eecf..2cfd5bbace 100644 --- a/extensions/cactus-plugin-htlc-coordinator-besu/src/main/go/generated/openapi/go-client/model_web3_signing_credential_type.go +++ b/extensions/cactus-plugin-htlc-coordinator-besu/src/main/go/generated/openapi/go-client/model_web3_signing_credential_type.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - HTLC Coordinator Can exchange assets between networks -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/extensions/cactus-plugin-htlc-coordinator-besu/src/main/go/generated/openapi/go-client/model_withdraw_counterparty_request.go b/extensions/cactus-plugin-htlc-coordinator-besu/src/main/go/generated/openapi/go-client/model_withdraw_counterparty_request.go index 2470cc3549..e43e577eae 100644 --- a/extensions/cactus-plugin-htlc-coordinator-besu/src/main/go/generated/openapi/go-client/model_withdraw_counterparty_request.go +++ b/extensions/cactus-plugin-htlc-coordinator-besu/src/main/go/generated/openapi/go-client/model_withdraw_counterparty_request.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - HTLC Coordinator Can exchange assets between networks -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/extensions/cactus-plugin-htlc-coordinator-besu/src/main/go/generated/openapi/go-client/response.go b/extensions/cactus-plugin-htlc-coordinator-besu/src/main/go/generated/openapi/go-client/response.go index 55aed4932f..c36640a990 100644 --- a/extensions/cactus-plugin-htlc-coordinator-besu/src/main/go/generated/openapi/go-client/response.go +++ b/extensions/cactus-plugin-htlc-coordinator-besu/src/main/go/generated/openapi/go-client/response.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - HTLC Coordinator Can exchange assets between networks -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/extensions/cactus-plugin-htlc-coordinator-besu/src/main/go/generated/openapi/go-client/utils.go b/extensions/cactus-plugin-htlc-coordinator-besu/src/main/go/generated/openapi/go-client/utils.go index ea05de2f9f..d41dccede7 100644 --- a/extensions/cactus-plugin-htlc-coordinator-besu/src/main/go/generated/openapi/go-client/utils.go +++ b/extensions/cactus-plugin-htlc-coordinator-besu/src/main/go/generated/openapi/go-client/utils.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - HTLC Coordinator Can exchange assets between networks -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/extensions/cactus-plugin-htlc-coordinator-besu/src/main/json/openapi.json b/extensions/cactus-plugin-htlc-coordinator-besu/src/main/json/openapi.json index 2a7fcf3728..5f8d2b3cf3 100644 --- a/extensions/cactus-plugin-htlc-coordinator-besu/src/main/json/openapi.json +++ b/extensions/cactus-plugin-htlc-coordinator-besu/src/main/json/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Plugin - HTLC Coordinator", "description": "Can exchange assets between networks", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/extensions/cactus-plugin-htlc-coordinator-besu/src/main/json/openapi.tpl.json b/extensions/cactus-plugin-htlc-coordinator-besu/src/main/json/openapi.tpl.json index 1f762f27aa..19cdc5f5d2 100644 --- a/extensions/cactus-plugin-htlc-coordinator-besu/src/main/json/openapi.tpl.json +++ b/extensions/cactus-plugin-htlc-coordinator-besu/src/main/json/openapi.tpl.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Plugin - HTLC Coordinator", "description": "Can exchange assets between networks", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/extensions/cactus-plugin-htlc-coordinator-besu/src/main/typescript/generated/openapi/typescript-axios/api.ts b/extensions/cactus-plugin-htlc-coordinator-besu/src/main/typescript/generated/openapi/typescript-axios/api.ts index ecd1fbb1ec..3f21b7433d 100644 --- a/extensions/cactus-plugin-htlc-coordinator-besu/src/main/typescript/generated/openapi/typescript-axios/api.ts +++ b/extensions/cactus-plugin-htlc-coordinator-besu/src/main/typescript/generated/openapi/typescript-axios/api.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - HTLC Coordinator * Can exchange assets between networks * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/extensions/cactus-plugin-htlc-coordinator-besu/src/main/typescript/generated/openapi/typescript-axios/base.ts b/extensions/cactus-plugin-htlc-coordinator-besu/src/main/typescript/generated/openapi/typescript-axios/base.ts index 95e477f070..94f90c102f 100644 --- a/extensions/cactus-plugin-htlc-coordinator-besu/src/main/typescript/generated/openapi/typescript-axios/base.ts +++ b/extensions/cactus-plugin-htlc-coordinator-besu/src/main/typescript/generated/openapi/typescript-axios/base.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - HTLC Coordinator * Can exchange assets between networks * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/extensions/cactus-plugin-htlc-coordinator-besu/src/main/typescript/generated/openapi/typescript-axios/common.ts b/extensions/cactus-plugin-htlc-coordinator-besu/src/main/typescript/generated/openapi/typescript-axios/common.ts index e6f401f082..8bdc93df8c 100644 --- a/extensions/cactus-plugin-htlc-coordinator-besu/src/main/typescript/generated/openapi/typescript-axios/common.ts +++ b/extensions/cactus-plugin-htlc-coordinator-besu/src/main/typescript/generated/openapi/typescript-axios/common.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - HTLC Coordinator * Can exchange assets between networks * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/extensions/cactus-plugin-htlc-coordinator-besu/src/main/typescript/generated/openapi/typescript-axios/configuration.ts b/extensions/cactus-plugin-htlc-coordinator-besu/src/main/typescript/generated/openapi/typescript-axios/configuration.ts index 91e82e2909..73288e8680 100644 --- a/extensions/cactus-plugin-htlc-coordinator-besu/src/main/typescript/generated/openapi/typescript-axios/configuration.ts +++ b/extensions/cactus-plugin-htlc-coordinator-besu/src/main/typescript/generated/openapi/typescript-axios/configuration.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - HTLC Coordinator * Can exchange assets between networks * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/extensions/cactus-plugin-htlc-coordinator-besu/src/main/typescript/generated/openapi/typescript-axios/index.ts b/extensions/cactus-plugin-htlc-coordinator-besu/src/main/typescript/generated/openapi/typescript-axios/index.ts index f3fb58eab0..e2aa48b944 100644 --- a/extensions/cactus-plugin-htlc-coordinator-besu/src/main/typescript/generated/openapi/typescript-axios/index.ts +++ b/extensions/cactus-plugin-htlc-coordinator-besu/src/main/typescript/generated/openapi/typescript-axios/index.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - HTLC Coordinator * Can exchange assets between networks * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/extensions/cactus-plugin-object-store-ipfs/package.json b/extensions/cactus-plugin-object-store-ipfs/package.json index 4aa287fbbf..23b49622d4 100644 --- a/extensions/cactus-plugin-object-store-ipfs/package.json +++ b/extensions/cactus-plugin-object-store-ipfs/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-object-store-ipfs", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "description": "IPFS backed object store plugin implementation for Hyperledger Cactus", "keywords": [ "Hyperledger", @@ -56,16 +56,16 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-rc.6", - "@hyperledger/cactus-core": "2.0.0-rc.6", - "@hyperledger/cactus-core-api": "2.0.0-rc.6", + "@hyperledger/cactus-common": "2.0.0-rc.7", + "@hyperledger/cactus-core": "2.0.0-rc.7", + "@hyperledger/cactus-core-api": "2.0.0-rc.7", "axios": "1.7.7", "run-time-error-cjs": "1.4.0", "typescript-optional": "2.0.1", "uuid": "10.0.0" }, "devDependencies": { - "@hyperledger/cactus-test-tooling": "2.0.0-rc.6", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.7", "@multiformats/multiaddr": "11.6.1", "@types/body-parser": "1.19.4", "@types/express": "4.17.21", diff --git a/extensions/cactus-plugin-object-store-ipfs/src/main/go/generated/openapi/go-client/README.md b/extensions/cactus-plugin-object-store-ipfs/src/main/go/generated/openapi/go-client/README.md index 70ffb0d0d8..4e3810dc25 100644 --- a/extensions/cactus-plugin-object-store-ipfs/src/main/go/generated/openapi/go-client/README.md +++ b/extensions/cactus-plugin-object-store-ipfs/src/main/go/generated/openapi/go-client/README.md @@ -5,7 +5,7 @@ Contains/describes the Hyperledger Cactus Object Store IPFS plugin. ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. -- API version: 2.0.0-rc.6 +- API version: 2.0.0-rc.7 - Package version: 1.0.0 - Build package: org.openapitools.codegen.languages.GoClientCodegen diff --git a/extensions/cactus-plugin-object-store-ipfs/src/main/go/generated/openapi/go-client/api/openapi.yaml b/extensions/cactus-plugin-object-store-ipfs/src/main/go/generated/openapi/go-client/api/openapi.yaml index c27a15d3fd..3a5964c034 100644 --- a/extensions/cactus-plugin-object-store-ipfs/src/main/go/generated/openapi/go-client/api/openapi.yaml +++ b/extensions/cactus-plugin-object-store-ipfs/src/main/go/generated/openapi/go-client/api/openapi.yaml @@ -5,7 +5,7 @@ info: name: Apache-2.0 url: https://www.apache.org/licenses/LICENSE-2.0.html title: 'Hyperledger Cactus Plugin - Object Store - IPFS ' - version: 2.0.0-rc.6 + version: 2.0.0-rc.7 servers: - description: Public test instance url: "https://www.cactus.stream/{basePath}" diff --git a/extensions/cactus-plugin-object-store-ipfs/src/main/go/generated/openapi/go-client/api_default.go b/extensions/cactus-plugin-object-store-ipfs/src/main/go/generated/openapi/go-client/api_default.go index 02a546b278..6ff3bf921f 100644 --- a/extensions/cactus-plugin-object-store-ipfs/src/main/go/generated/openapi/go-client/api_default.go +++ b/extensions/cactus-plugin-object-store-ipfs/src/main/go/generated/openapi/go-client/api_default.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Object Store - IPFS Contains/describes the Hyperledger Cactus Object Store IPFS plugin. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/extensions/cactus-plugin-object-store-ipfs/src/main/go/generated/openapi/go-client/client.go b/extensions/cactus-plugin-object-store-ipfs/src/main/go/generated/openapi/go-client/client.go index 6188a3c257..38b7ae84d2 100644 --- a/extensions/cactus-plugin-object-store-ipfs/src/main/go/generated/openapi/go-client/client.go +++ b/extensions/cactus-plugin-object-store-ipfs/src/main/go/generated/openapi/go-client/client.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Object Store - IPFS Contains/describes the Hyperledger Cactus Object Store IPFS plugin. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. @@ -41,7 +41,7 @@ var ( queryDescape = strings.NewReplacer( "%5B", "[", "%5D", "]" ) ) -// APIClient manages communication with the Hyperledger Cactus Plugin - Object Store - IPFS API v2.0.0-rc.6 +// APIClient manages communication with the Hyperledger Cactus Plugin - Object Store - IPFS API v2.0.0-rc.7 // In most cases there should be only one, shared, APIClient. type APIClient struct { cfg *Configuration diff --git a/extensions/cactus-plugin-object-store-ipfs/src/main/go/generated/openapi/go-client/configuration.go b/extensions/cactus-plugin-object-store-ipfs/src/main/go/generated/openapi/go-client/configuration.go index 766de94a7e..ba791b49a5 100644 --- a/extensions/cactus-plugin-object-store-ipfs/src/main/go/generated/openapi/go-client/configuration.go +++ b/extensions/cactus-plugin-object-store-ipfs/src/main/go/generated/openapi/go-client/configuration.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Object Store - IPFS Contains/describes the Hyperledger Cactus Object Store IPFS plugin. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/extensions/cactus-plugin-object-store-ipfs/src/main/go/generated/openapi/go-client/model_get_object_request_v1.go b/extensions/cactus-plugin-object-store-ipfs/src/main/go/generated/openapi/go-client/model_get_object_request_v1.go index 9afabba26f..fac77b6d81 100644 --- a/extensions/cactus-plugin-object-store-ipfs/src/main/go/generated/openapi/go-client/model_get_object_request_v1.go +++ b/extensions/cactus-plugin-object-store-ipfs/src/main/go/generated/openapi/go-client/model_get_object_request_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Object Store - IPFS Contains/describes the Hyperledger Cactus Object Store IPFS plugin. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/extensions/cactus-plugin-object-store-ipfs/src/main/go/generated/openapi/go-client/model_get_object_response_v1.go b/extensions/cactus-plugin-object-store-ipfs/src/main/go/generated/openapi/go-client/model_get_object_response_v1.go index 66f2483737..7ed29f8a62 100644 --- a/extensions/cactus-plugin-object-store-ipfs/src/main/go/generated/openapi/go-client/model_get_object_response_v1.go +++ b/extensions/cactus-plugin-object-store-ipfs/src/main/go/generated/openapi/go-client/model_get_object_response_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Object Store - IPFS Contains/describes the Hyperledger Cactus Object Store IPFS plugin. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/extensions/cactus-plugin-object-store-ipfs/src/main/go/generated/openapi/go-client/model_has_object_request_v1.go b/extensions/cactus-plugin-object-store-ipfs/src/main/go/generated/openapi/go-client/model_has_object_request_v1.go index 13b899ebf3..f96a07f61e 100644 --- a/extensions/cactus-plugin-object-store-ipfs/src/main/go/generated/openapi/go-client/model_has_object_request_v1.go +++ b/extensions/cactus-plugin-object-store-ipfs/src/main/go/generated/openapi/go-client/model_has_object_request_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Object Store - IPFS Contains/describes the Hyperledger Cactus Object Store IPFS plugin. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/extensions/cactus-plugin-object-store-ipfs/src/main/go/generated/openapi/go-client/model_has_object_response_v1.go b/extensions/cactus-plugin-object-store-ipfs/src/main/go/generated/openapi/go-client/model_has_object_response_v1.go index c0537bd739..e9da528107 100644 --- a/extensions/cactus-plugin-object-store-ipfs/src/main/go/generated/openapi/go-client/model_has_object_response_v1.go +++ b/extensions/cactus-plugin-object-store-ipfs/src/main/go/generated/openapi/go-client/model_has_object_response_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Object Store - IPFS Contains/describes the Hyperledger Cactus Object Store IPFS plugin. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/extensions/cactus-plugin-object-store-ipfs/src/main/go/generated/openapi/go-client/model_set_object_request_v1.go b/extensions/cactus-plugin-object-store-ipfs/src/main/go/generated/openapi/go-client/model_set_object_request_v1.go index 6752928481..43aabf9947 100644 --- a/extensions/cactus-plugin-object-store-ipfs/src/main/go/generated/openapi/go-client/model_set_object_request_v1.go +++ b/extensions/cactus-plugin-object-store-ipfs/src/main/go/generated/openapi/go-client/model_set_object_request_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Object Store - IPFS Contains/describes the Hyperledger Cactus Object Store IPFS plugin. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/extensions/cactus-plugin-object-store-ipfs/src/main/go/generated/openapi/go-client/model_set_object_response_v1.go b/extensions/cactus-plugin-object-store-ipfs/src/main/go/generated/openapi/go-client/model_set_object_response_v1.go index 72a3ee2658..24072ec205 100644 --- a/extensions/cactus-plugin-object-store-ipfs/src/main/go/generated/openapi/go-client/model_set_object_response_v1.go +++ b/extensions/cactus-plugin-object-store-ipfs/src/main/go/generated/openapi/go-client/model_set_object_response_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Object Store - IPFS Contains/describes the Hyperledger Cactus Object Store IPFS plugin. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/extensions/cactus-plugin-object-store-ipfs/src/main/go/generated/openapi/go-client/response.go b/extensions/cactus-plugin-object-store-ipfs/src/main/go/generated/openapi/go-client/response.go index 55c538c0a1..095be16dd4 100644 --- a/extensions/cactus-plugin-object-store-ipfs/src/main/go/generated/openapi/go-client/response.go +++ b/extensions/cactus-plugin-object-store-ipfs/src/main/go/generated/openapi/go-client/response.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Object Store - IPFS Contains/describes the Hyperledger Cactus Object Store IPFS plugin. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/extensions/cactus-plugin-object-store-ipfs/src/main/go/generated/openapi/go-client/utils.go b/extensions/cactus-plugin-object-store-ipfs/src/main/go/generated/openapi/go-client/utils.go index 2b48e5e338..5739dc1e84 100644 --- a/extensions/cactus-plugin-object-store-ipfs/src/main/go/generated/openapi/go-client/utils.go +++ b/extensions/cactus-plugin-object-store-ipfs/src/main/go/generated/openapi/go-client/utils.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Object Store - IPFS Contains/describes the Hyperledger Cactus Object Store IPFS plugin. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/extensions/cactus-plugin-object-store-ipfs/src/main/json/openapi.json b/extensions/cactus-plugin-object-store-ipfs/src/main/json/openapi.json index d577e51082..96c99cfaa3 100644 --- a/extensions/cactus-plugin-object-store-ipfs/src/main/json/openapi.json +++ b/extensions/cactus-plugin-object-store-ipfs/src/main/json/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Plugin - Object Store - IPFS ", "description": "Contains/describes the Hyperledger Cactus Object Store IPFS plugin.", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/extensions/cactus-plugin-object-store-ipfs/src/main/json/openapi.tpl.json b/extensions/cactus-plugin-object-store-ipfs/src/main/json/openapi.tpl.json index b3445b1971..71842cb08d 100644 --- a/extensions/cactus-plugin-object-store-ipfs/src/main/json/openapi.tpl.json +++ b/extensions/cactus-plugin-object-store-ipfs/src/main/json/openapi.tpl.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Plugin - Object Store - IPFS ", "description": "Contains/describes the Hyperledger Cactus Object Store IPFS plugin.", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/extensions/cactus-plugin-object-store-ipfs/src/main/kotlin/generated/openapi/kotlin-client/README.md b/extensions/cactus-plugin-object-store-ipfs/src/main/kotlin/generated/openapi/kotlin-client/README.md index b1545d5c6b..56f82c13f2 100644 --- a/extensions/cactus-plugin-object-store-ipfs/src/main/kotlin/generated/openapi/kotlin-client/README.md +++ b/extensions/cactus-plugin-object-store-ipfs/src/main/kotlin/generated/openapi/kotlin-client/README.md @@ -5,7 +5,7 @@ Contains/describes the Hyperledger Cactus Object Store IPFS plugin. ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [openapi-spec](https://github.com/OAI/OpenAPI-Specification) from a remote server, you can easily generate an API client. -- API version: 2.0.0-rc.6 +- API version: 2.0.0-rc.7 - Package version: - Build package: org.openapitools.codegen.languages.KotlinClientCodegen diff --git a/extensions/cactus-plugin-object-store-ipfs/src/main/typescript/generated/openapi/typescript-axios/api.ts b/extensions/cactus-plugin-object-store-ipfs/src/main/typescript/generated/openapi/typescript-axios/api.ts index c3479e2009..13d32e7528 100644 --- a/extensions/cactus-plugin-object-store-ipfs/src/main/typescript/generated/openapi/typescript-axios/api.ts +++ b/extensions/cactus-plugin-object-store-ipfs/src/main/typescript/generated/openapi/typescript-axios/api.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Object Store - IPFS * Contains/describes the Hyperledger Cactus Object Store IPFS plugin. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/extensions/cactus-plugin-object-store-ipfs/src/main/typescript/generated/openapi/typescript-axios/base.ts b/extensions/cactus-plugin-object-store-ipfs/src/main/typescript/generated/openapi/typescript-axios/base.ts index 47434b2cea..ac1391497c 100644 --- a/extensions/cactus-plugin-object-store-ipfs/src/main/typescript/generated/openapi/typescript-axios/base.ts +++ b/extensions/cactus-plugin-object-store-ipfs/src/main/typescript/generated/openapi/typescript-axios/base.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Object Store - IPFS * Contains/describes the Hyperledger Cactus Object Store IPFS plugin. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/extensions/cactus-plugin-object-store-ipfs/src/main/typescript/generated/openapi/typescript-axios/common.ts b/extensions/cactus-plugin-object-store-ipfs/src/main/typescript/generated/openapi/typescript-axios/common.ts index 020e67d42a..54d5924be2 100644 --- a/extensions/cactus-plugin-object-store-ipfs/src/main/typescript/generated/openapi/typescript-axios/common.ts +++ b/extensions/cactus-plugin-object-store-ipfs/src/main/typescript/generated/openapi/typescript-axios/common.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Object Store - IPFS * Contains/describes the Hyperledger Cactus Object Store IPFS plugin. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/extensions/cactus-plugin-object-store-ipfs/src/main/typescript/generated/openapi/typescript-axios/configuration.ts b/extensions/cactus-plugin-object-store-ipfs/src/main/typescript/generated/openapi/typescript-axios/configuration.ts index 88fb5dd0a1..e312f7fac8 100644 --- a/extensions/cactus-plugin-object-store-ipfs/src/main/typescript/generated/openapi/typescript-axios/configuration.ts +++ b/extensions/cactus-plugin-object-store-ipfs/src/main/typescript/generated/openapi/typescript-axios/configuration.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Object Store - IPFS * Contains/describes the Hyperledger Cactus Object Store IPFS plugin. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/extensions/cactus-plugin-object-store-ipfs/src/main/typescript/generated/openapi/typescript-axios/index.ts b/extensions/cactus-plugin-object-store-ipfs/src/main/typescript/generated/openapi/typescript-axios/index.ts index 2416885506..2511a6c861 100644 --- a/extensions/cactus-plugin-object-store-ipfs/src/main/typescript/generated/openapi/typescript-axios/index.ts +++ b/extensions/cactus-plugin-object-store-ipfs/src/main/typescript/generated/openapi/typescript-axios/index.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Object Store - IPFS * Contains/describes the Hyperledger Cactus Object Store IPFS plugin. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/lerna.json b/lerna.json index c6831cbb2b..420a7f7440 100644 --- a/lerna.json +++ b/lerna.json @@ -16,7 +16,7 @@ "weaver/samples/besu/simpleasset", "weaver/samples/besu/simplestate" ], - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "npmClient": "yarn", "useWorkspaces": "true", "command": { diff --git a/packages/cacti-ledger-browser/package.json b/packages/cacti-ledger-browser/package.json index 4318fd9858..267f6bd7c0 100644 --- a/packages/cacti-ledger-browser/package.json +++ b/packages/cacti-ledger-browser/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cacti-ledger-browser", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "private": true, "description": "Cacti GUI for visualizing ledger data build on react.", "keywords": [ diff --git a/packages/cacti-plugin-consortium-static/package.json b/packages/cacti-plugin-consortium-static/package.json index 66fb780dff..9b891630d2 100644 --- a/packages/cacti-plugin-consortium-static/package.json +++ b/packages/cacti-plugin-consortium-static/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cacti-plugin-consortium-static", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "description": "A web service plugin that provides management capabilities on a Cactus consortium as a whole for administrative purposes.", "keywords": [ "Hyperledger", @@ -55,9 +55,9 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-rc.6", - "@hyperledger/cactus-core": "2.0.0-rc.6", - "@hyperledger/cactus-core-api": "2.0.0-rc.6", + "@hyperledger/cactus-common": "2.0.0-rc.7", + "@hyperledger/cactus-core": "2.0.0-rc.7", + "@hyperledger/cactus-core-api": "2.0.0-rc.7", "axios": "1.7.7", "body-parser": "1.20.3", "express": "4.20.0", @@ -70,10 +70,10 @@ "uuid": "10.0.0" }, "devDependencies": { - "@hyperledger/cactus-api-client": "2.0.0-rc.6", - "@hyperledger/cactus-cmd-api-server": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.6", - "@hyperledger/cactus-test-tooling": "2.0.0-rc.6", + "@hyperledger/cactus-api-client": "2.0.0-rc.7", + "@hyperledger/cactus-cmd-api-server": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.7", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.7", "@types/express": "4.17.21", "@types/json-stable-stringify": "1.0.33", "@types/uuid": "10.0.0", diff --git a/packages/cacti-plugin-consortium-static/src/main/json/openapi.json b/packages/cacti-plugin-consortium-static/src/main/json/openapi.json index aaab37be65..a11b72bac2 100644 --- a/packages/cacti-plugin-consortium-static/src/main/json/openapi.json +++ b/packages/cacti-plugin-consortium-static/src/main/json/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Plugin - Consortium Web Service", "description": "Manage a Cactus consortium through the APIs. Needs administrative privileges.", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cacti-plugin-consortium-static/src/main/json/openapi.tpl.json b/packages/cacti-plugin-consortium-static/src/main/json/openapi.tpl.json index aaab37be65..a11b72bac2 100644 --- a/packages/cacti-plugin-consortium-static/src/main/json/openapi.tpl.json +++ b/packages/cacti-plugin-consortium-static/src/main/json/openapi.tpl.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Plugin - Consortium Web Service", "description": "Manage a Cactus consortium through the APIs. Needs administrative privileges.", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cacti-plugin-consortium-static/src/main/kotlin/generated/openapi/kotlin-client/README.md b/packages/cacti-plugin-consortium-static/src/main/kotlin/generated/openapi/kotlin-client/README.md index a813fd029d..88fb399a08 100644 --- a/packages/cacti-plugin-consortium-static/src/main/kotlin/generated/openapi/kotlin-client/README.md +++ b/packages/cacti-plugin-consortium-static/src/main/kotlin/generated/openapi/kotlin-client/README.md @@ -5,7 +5,7 @@ Manage a Cactus consortium through the APIs. Needs administrative privileges. ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [openapi-spec](https://github.com/OAI/OpenAPI-Specification) from a remote server, you can easily generate an API client. -- API version: 2.0.0-rc.6 +- API version: 2.0.0-rc.7 - Package version: - Build package: org.openapitools.codegen.languages.KotlinClientCodegen diff --git a/packages/cacti-plugin-consortium-static/src/main/typescript/generated/openapi/typescript-axios/api.ts b/packages/cacti-plugin-consortium-static/src/main/typescript/generated/openapi/typescript-axios/api.ts index 060b42362e..a13403ac68 100644 --- a/packages/cacti-plugin-consortium-static/src/main/typescript/generated/openapi/typescript-axios/api.ts +++ b/packages/cacti-plugin-consortium-static/src/main/typescript/generated/openapi/typescript-axios/api.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Consortium Web Service * Manage a Cactus consortium through the APIs. Needs administrative privileges. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cacti-plugin-consortium-static/src/main/typescript/generated/openapi/typescript-axios/base.ts b/packages/cacti-plugin-consortium-static/src/main/typescript/generated/openapi/typescript-axios/base.ts index f061774a7b..49d044e16f 100644 --- a/packages/cacti-plugin-consortium-static/src/main/typescript/generated/openapi/typescript-axios/base.ts +++ b/packages/cacti-plugin-consortium-static/src/main/typescript/generated/openapi/typescript-axios/base.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Consortium Web Service * Manage a Cactus consortium through the APIs. Needs administrative privileges. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cacti-plugin-consortium-static/src/main/typescript/generated/openapi/typescript-axios/common.ts b/packages/cacti-plugin-consortium-static/src/main/typescript/generated/openapi/typescript-axios/common.ts index 203ca8a43f..290c6d823f 100644 --- a/packages/cacti-plugin-consortium-static/src/main/typescript/generated/openapi/typescript-axios/common.ts +++ b/packages/cacti-plugin-consortium-static/src/main/typescript/generated/openapi/typescript-axios/common.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Consortium Web Service * Manage a Cactus consortium through the APIs. Needs administrative privileges. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cacti-plugin-consortium-static/src/main/typescript/generated/openapi/typescript-axios/configuration.ts b/packages/cacti-plugin-consortium-static/src/main/typescript/generated/openapi/typescript-axios/configuration.ts index a0f8063a63..b82f696c9b 100644 --- a/packages/cacti-plugin-consortium-static/src/main/typescript/generated/openapi/typescript-axios/configuration.ts +++ b/packages/cacti-plugin-consortium-static/src/main/typescript/generated/openapi/typescript-axios/configuration.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Consortium Web Service * Manage a Cactus consortium through the APIs. Needs administrative privileges. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cacti-plugin-consortium-static/src/main/typescript/generated/openapi/typescript-axios/index.ts b/packages/cacti-plugin-consortium-static/src/main/typescript/generated/openapi/typescript-axios/index.ts index d393ab684b..723fe793d5 100644 --- a/packages/cacti-plugin-consortium-static/src/main/typescript/generated/openapi/typescript-axios/index.ts +++ b/packages/cacti-plugin-consortium-static/src/main/typescript/generated/openapi/typescript-axios/index.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Consortium Web Service * Manage a Cactus consortium through the APIs. Needs administrative privileges. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cacti-plugin-ledger-connector-stellar/package.json b/packages/cacti-plugin-ledger-connector-stellar/package.json index 23a5310aed..f604af6817 100644 --- a/packages/cacti-plugin-ledger-connector-stellar/package.json +++ b/packages/cacti-plugin-ledger-connector-stellar/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cacti-plugin-ledger-connector-stellar", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "description": "Allows Cacti nodes to connect to a Stellar ledger.", "keywords": [ "Hyperledger", @@ -59,9 +59,9 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-rc.6", - "@hyperledger/cactus-core": "2.0.0-rc.6", - "@hyperledger/cactus-core-api": "2.0.0-rc.6", + "@hyperledger/cactus-common": "2.0.0-rc.7", + "@hyperledger/cactus-core": "2.0.0-rc.7", + "@hyperledger/cactus-core-api": "2.0.0-rc.7", "axios": "1.7.7", "express": "4.20.0", "http-errors-enhanced-cjs": "2.0.1", @@ -75,8 +75,8 @@ "typescript-optional": "2.0.1" }, "devDependencies": { - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.6", - "@hyperledger/cactus-test-tooling": "2.0.0-rc.6", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.7", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.7", "@types/body-parser": "1.19.4", "@types/express": "4.17.21", "@types/http-errors": "2.0.4", diff --git a/packages/cacti-plugin-ledger-connector-stellar/src/main/json/openapi.json b/packages/cacti-plugin-ledger-connector-stellar/src/main/json/openapi.json index 8200081fc6..c6e0ae1542 100644 --- a/packages/cacti-plugin-ledger-connector-stellar/src/main/json/openapi.json +++ b/packages/cacti-plugin-ledger-connector-stellar/src/main/json/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cacti Plugin - Connector Stellar", "description": "Can perform basic smart contract tasks on a Stellar ledger", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cacti-plugin-ledger-connector-stellar/src/main/json/openapi.tpl.json b/packages/cacti-plugin-ledger-connector-stellar/src/main/json/openapi.tpl.json index 8200081fc6..c6e0ae1542 100644 --- a/packages/cacti-plugin-ledger-connector-stellar/src/main/json/openapi.tpl.json +++ b/packages/cacti-plugin-ledger-connector-stellar/src/main/json/openapi.tpl.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cacti Plugin - Connector Stellar", "description": "Can perform basic smart contract tasks on a Stellar ledger", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cacti-plugin-ledger-connector-stellar/src/main/typescript/generated/openapi/typescript-axios/api.ts b/packages/cacti-plugin-ledger-connector-stellar/src/main/typescript/generated/openapi/typescript-axios/api.ts index d14eb51454..650890a10d 100644 --- a/packages/cacti-plugin-ledger-connector-stellar/src/main/typescript/generated/openapi/typescript-axios/api.ts +++ b/packages/cacti-plugin-ledger-connector-stellar/src/main/typescript/generated/openapi/typescript-axios/api.ts @@ -4,7 +4,7 @@ * Hyperledger Cacti Plugin - Connector Stellar * Can perform basic smart contract tasks on a Stellar ledger * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cacti-plugin-ledger-connector-stellar/src/main/typescript/generated/openapi/typescript-axios/base.ts b/packages/cacti-plugin-ledger-connector-stellar/src/main/typescript/generated/openapi/typescript-axios/base.ts index 560291c8ff..c9fe9bfa18 100644 --- a/packages/cacti-plugin-ledger-connector-stellar/src/main/typescript/generated/openapi/typescript-axios/base.ts +++ b/packages/cacti-plugin-ledger-connector-stellar/src/main/typescript/generated/openapi/typescript-axios/base.ts @@ -4,7 +4,7 @@ * Hyperledger Cacti Plugin - Connector Stellar * Can perform basic smart contract tasks on a Stellar ledger * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cacti-plugin-ledger-connector-stellar/src/main/typescript/generated/openapi/typescript-axios/common.ts b/packages/cacti-plugin-ledger-connector-stellar/src/main/typescript/generated/openapi/typescript-axios/common.ts index 2b1d4675db..6c614feed8 100644 --- a/packages/cacti-plugin-ledger-connector-stellar/src/main/typescript/generated/openapi/typescript-axios/common.ts +++ b/packages/cacti-plugin-ledger-connector-stellar/src/main/typescript/generated/openapi/typescript-axios/common.ts @@ -4,7 +4,7 @@ * Hyperledger Cacti Plugin - Connector Stellar * Can perform basic smart contract tasks on a Stellar ledger * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cacti-plugin-ledger-connector-stellar/src/main/typescript/generated/openapi/typescript-axios/configuration.ts b/packages/cacti-plugin-ledger-connector-stellar/src/main/typescript/generated/openapi/typescript-axios/configuration.ts index 909a21e075..a8d2d11f52 100644 --- a/packages/cacti-plugin-ledger-connector-stellar/src/main/typescript/generated/openapi/typescript-axios/configuration.ts +++ b/packages/cacti-plugin-ledger-connector-stellar/src/main/typescript/generated/openapi/typescript-axios/configuration.ts @@ -4,7 +4,7 @@ * Hyperledger Cacti Plugin - Connector Stellar * Can perform basic smart contract tasks on a Stellar ledger * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cacti-plugin-ledger-connector-stellar/src/main/typescript/generated/openapi/typescript-axios/index.ts b/packages/cacti-plugin-ledger-connector-stellar/src/main/typescript/generated/openapi/typescript-axios/index.ts index 6338870bd6..01d72b213e 100644 --- a/packages/cacti-plugin-ledger-connector-stellar/src/main/typescript/generated/openapi/typescript-axios/index.ts +++ b/packages/cacti-plugin-ledger-connector-stellar/src/main/typescript/generated/openapi/typescript-axios/index.ts @@ -4,7 +4,7 @@ * Hyperledger Cacti Plugin - Connector Stellar * Can perform basic smart contract tasks on a Stellar ledger * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cacti-plugin-ledger-connector-stellar/src/test/rust/demo-contract/Cargo.lock b/packages/cacti-plugin-ledger-connector-stellar/src/test/rust/demo-contract/Cargo.lock index 03a68ce094..ff91bef5e3 100644 --- a/packages/cacti-plugin-ledger-connector-stellar/src/test/rust/demo-contract/Cargo.lock +++ b/packages/cacti-plugin-ledger-connector-stellar/src/test/rust/demo-contract/Cargo.lock @@ -481,7 +481,7 @@ checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" [[package]] name = "hello-world" -version = "2.0.0-rc.6" +version = "2.0.0-rc.7" dependencies = [ "soroban-sdk", ] diff --git a/packages/cacti-plugin-ledger-connector-stellar/src/test/rust/demo-contract/contracts/hello_world/Cargo.toml b/packages/cacti-plugin-ledger-connector-stellar/src/test/rust/demo-contract/contracts/hello_world/Cargo.toml index ede791471f..8d3b99819c 100644 --- a/packages/cacti-plugin-ledger-connector-stellar/src/test/rust/demo-contract/contracts/hello_world/Cargo.toml +++ b/packages/cacti-plugin-ledger-connector-stellar/src/test/rust/demo-contract/contracts/hello_world/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hello-world" -version = "2.0.0-rc.6" +version = "2.0.0-rc.7" edition = "2021" publish = false diff --git a/packages/cacti-plugin-weaver-driver-fabric/package.json b/packages/cacti-plugin-weaver-driver-fabric/package.json index 4cee829888..c50f378a74 100644 --- a/packages/cacti-plugin-weaver-driver-fabric/package.json +++ b/packages/cacti-plugin-weaver-driver-fabric/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cacti-plugin-weaver-driver-fabric", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "description": "Driver Server for communication with a Fabric Network as part of weaver data sharing protocol", "keywords": [ "Hyperledger", diff --git a/packages/cactus-api-client/package.json b/packages/cactus-api-client/package.json index 83b2cee77a..1eba6d0615 100644 --- a/packages/cactus-api-client/package.json +++ b/packages/cactus-api-client/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-api-client", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "description": "Universal library used by both front end and back end components of Cactus. Aims to be a developer swiss army knife.", "keywords": [ "Hyperledger", @@ -50,16 +50,16 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-rc.6", - "@hyperledger/cactus-core": "2.0.0-rc.6", - "@hyperledger/cactus-core-api": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-consortium-manual": "2.0.0-rc.6", + "@hyperledger/cactus-common": "2.0.0-rc.7", + "@hyperledger/cactus-core": "2.0.0-rc.7", + "@hyperledger/cactus-core-api": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-consortium-manual": "2.0.0-rc.7", "jsonwebtoken": "9.0.0", "rxjs": "7.8.1", "socket.io-client-fixed-types": "4.5.4" }, "devDependencies": { - "@hyperledger/cactus-test-tooling": "2.0.0-rc.6", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.7", "@types/jsonwebtoken": "9.0.0", "@types/lodash": "4.14.195", "@types/node": "18.11.9", diff --git a/packages/cactus-cmd-api-server/package.json b/packages/cactus-cmd-api-server/package.json index 38f95aeb1e..d3e01dce3b 100644 --- a/packages/cactus-cmd-api-server/package.json +++ b/packages/cactus-cmd-api-server/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-cmd-api-server", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "description": "API server that combines and exposes all the functionality of a Cactus deployment through a unified REST API interface.", "keywords": [ "Hyperledger", @@ -69,9 +69,9 @@ "@connectrpc/connect-node": "1.4.0", "@grpc/grpc-js": "1.11.2", "@grpc/proto-loader": "0.7.13", - "@hyperledger/cactus-common": "2.0.0-rc.6", - "@hyperledger/cactus-core": "2.0.0-rc.6", - "@hyperledger/cactus-core-api": "2.0.0-rc.6", + "@hyperledger/cactus-common": "2.0.0-rc.7", + "@hyperledger/cactus-core": "2.0.0-rc.7", + "@hyperledger/cactus-core-api": "2.0.0-rc.7", "@thream/socketio-jwt": "2.1.1", "async-exit-hook": "2.0.1", "axios": "1.7.7", @@ -107,8 +107,8 @@ "@bufbuild/buf": "1.30.0", "@bufbuild/protoc-gen-es": "1.8.0", "@connectrpc/protoc-gen-connect-es": "1.4.0", - "@hyperledger/cactus-plugin-keychain-vault": "2.0.0-rc.6", - "@hyperledger/cactus-test-tooling": "2.0.0-rc.6", + "@hyperledger/cactus-plugin-keychain-vault": "2.0.0-rc.7", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.7", "@openapitools/openapi-generator-cli": "2.7.0", "@types/async-exit-hook": "2.0.2", "@types/benchmark": "2.1.5", diff --git a/packages/cactus-cmd-api-server/src/main/go/generated/openapi/go-client/README.md b/packages/cactus-cmd-api-server/src/main/go/generated/openapi/go-client/README.md index 3339849ae7..a79cc0d9be 100644 --- a/packages/cactus-cmd-api-server/src/main/go/generated/openapi/go-client/README.md +++ b/packages/cactus-cmd-api-server/src/main/go/generated/openapi/go-client/README.md @@ -5,7 +5,7 @@ Interact with a Cactus deployment through HTTP. ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. -- API version: 2.0.0-rc.6 +- API version: 2.0.0-rc.7 - Package version: 1.0.0 - Build package: org.openapitools.codegen.languages.GoClientCodegen diff --git a/packages/cactus-cmd-api-server/src/main/go/generated/openapi/go-client/api/openapi.yaml b/packages/cactus-cmd-api-server/src/main/go/generated/openapi/go-client/api/openapi.yaml index bf7d0a443f..8ff5b5f26b 100644 --- a/packages/cactus-cmd-api-server/src/main/go/generated/openapi/go-client/api/openapi.yaml +++ b/packages/cactus-cmd-api-server/src/main/go/generated/openapi/go-client/api/openapi.yaml @@ -5,7 +5,7 @@ info: name: Apache-2.0 url: https://www.apache.org/licenses/LICENSE-2.0.html title: Hyperledger Cactus API - version: 2.0.0-rc.6 + version: 2.0.0-rc.7 servers: - url: / paths: diff --git a/packages/cactus-cmd-api-server/src/main/go/generated/openapi/go-client/api_default.go b/packages/cactus-cmd-api-server/src/main/go/generated/openapi/go-client/api_default.go index 3d875a5db5..411aa8d96b 100644 --- a/packages/cactus-cmd-api-server/src/main/go/generated/openapi/go-client/api_default.go +++ b/packages/cactus-cmd-api-server/src/main/go/generated/openapi/go-client/api_default.go @@ -3,7 +3,7 @@ Hyperledger Cactus API Interact with a Cactus deployment through HTTP. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-cmd-api-server/src/main/go/generated/openapi/go-client/client.go b/packages/cactus-cmd-api-server/src/main/go/generated/openapi/go-client/client.go index 1dd9589f53..70a4452d68 100644 --- a/packages/cactus-cmd-api-server/src/main/go/generated/openapi/go-client/client.go +++ b/packages/cactus-cmd-api-server/src/main/go/generated/openapi/go-client/client.go @@ -3,7 +3,7 @@ Hyperledger Cactus API Interact with a Cactus deployment through HTTP. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. @@ -41,7 +41,7 @@ var ( queryDescape = strings.NewReplacer( "%5B", "[", "%5D", "]" ) ) -// APIClient manages communication with the Hyperledger Cactus API API v2.0.0-rc.6 +// APIClient manages communication with the Hyperledger Cactus API API v2.0.0-rc.7 // In most cases there should be only one, shared, APIClient. type APIClient struct { cfg *Configuration diff --git a/packages/cactus-cmd-api-server/src/main/go/generated/openapi/go-client/configuration.go b/packages/cactus-cmd-api-server/src/main/go/generated/openapi/go-client/configuration.go index c678964401..7e319b7cbf 100644 --- a/packages/cactus-cmd-api-server/src/main/go/generated/openapi/go-client/configuration.go +++ b/packages/cactus-cmd-api-server/src/main/go/generated/openapi/go-client/configuration.go @@ -3,7 +3,7 @@ Hyperledger Cactus API Interact with a Cactus deployment through HTTP. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-cmd-api-server/src/main/go/generated/openapi/go-client/model_health_check_response.go b/packages/cactus-cmd-api-server/src/main/go/generated/openapi/go-client/model_health_check_response.go index e17cef7fe0..38b980c4e9 100644 --- a/packages/cactus-cmd-api-server/src/main/go/generated/openapi/go-client/model_health_check_response.go +++ b/packages/cactus-cmd-api-server/src/main/go/generated/openapi/go-client/model_health_check_response.go @@ -3,7 +3,7 @@ Hyperledger Cactus API Interact with a Cactus deployment through HTTP. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-cmd-api-server/src/main/go/generated/openapi/go-client/model_memory_usage.go b/packages/cactus-cmd-api-server/src/main/go/generated/openapi/go-client/model_memory_usage.go index 2ed84f8cb0..631beec2dc 100644 --- a/packages/cactus-cmd-api-server/src/main/go/generated/openapi/go-client/model_memory_usage.go +++ b/packages/cactus-cmd-api-server/src/main/go/generated/openapi/go-client/model_memory_usage.go @@ -3,7 +3,7 @@ Hyperledger Cactus API Interact with a Cactus deployment through HTTP. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-cmd-api-server/src/main/go/generated/openapi/go-client/model_watch_healthcheck_v1.go b/packages/cactus-cmd-api-server/src/main/go/generated/openapi/go-client/model_watch_healthcheck_v1.go index 1926b94cf6..80a8d98993 100644 --- a/packages/cactus-cmd-api-server/src/main/go/generated/openapi/go-client/model_watch_healthcheck_v1.go +++ b/packages/cactus-cmd-api-server/src/main/go/generated/openapi/go-client/model_watch_healthcheck_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus API Interact with a Cactus deployment through HTTP. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-cmd-api-server/src/main/go/generated/openapi/go-client/response.go b/packages/cactus-cmd-api-server/src/main/go/generated/openapi/go-client/response.go index 4c5e2384ac..302fed115b 100644 --- a/packages/cactus-cmd-api-server/src/main/go/generated/openapi/go-client/response.go +++ b/packages/cactus-cmd-api-server/src/main/go/generated/openapi/go-client/response.go @@ -3,7 +3,7 @@ Hyperledger Cactus API Interact with a Cactus deployment through HTTP. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-cmd-api-server/src/main/go/generated/openapi/go-client/utils.go b/packages/cactus-cmd-api-server/src/main/go/generated/openapi/go-client/utils.go index fb5cd03a7b..400e69ebb8 100644 --- a/packages/cactus-cmd-api-server/src/main/go/generated/openapi/go-client/utils.go +++ b/packages/cactus-cmd-api-server/src/main/go/generated/openapi/go-client/utils.go @@ -3,7 +3,7 @@ Hyperledger Cactus API Interact with a Cactus deployment through HTTP. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-cmd-api-server/src/main/json/openapi.json b/packages/cactus-cmd-api-server/src/main/json/openapi.json index 335f46a46f..8e52321f09 100644 --- a/packages/cactus-cmd-api-server/src/main/json/openapi.json +++ b/packages/cactus-cmd-api-server/src/main/json/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus API", "description": "Interact with a Cactus deployment through HTTP.", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-cmd-api-server/src/main/json/openapi.tpl.json b/packages/cactus-cmd-api-server/src/main/json/openapi.tpl.json index 335f46a46f..8e52321f09 100644 --- a/packages/cactus-cmd-api-server/src/main/json/openapi.tpl.json +++ b/packages/cactus-cmd-api-server/src/main/json/openapi.tpl.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus API", "description": "Interact with a Cactus deployment through HTTP.", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-cmd-api-server/src/main/kotlin/generated/openapi/kotlin-client/README.md b/packages/cactus-cmd-api-server/src/main/kotlin/generated/openapi/kotlin-client/README.md index 92fa2bac4f..849797d584 100644 --- a/packages/cactus-cmd-api-server/src/main/kotlin/generated/openapi/kotlin-client/README.md +++ b/packages/cactus-cmd-api-server/src/main/kotlin/generated/openapi/kotlin-client/README.md @@ -5,7 +5,7 @@ Interact with a Cactus deployment through HTTP. ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [openapi-spec](https://github.com/OAI/OpenAPI-Specification) from a remote server, you can easily generate an API client. -- API version: 2.0.0-rc.6 +- API version: 2.0.0-rc.7 - Package version: - Build package: org.openapitools.codegen.languages.KotlinClientCodegen diff --git a/packages/cactus-cmd-api-server/src/main/proto/generated/openapi/README.md b/packages/cactus-cmd-api-server/src/main/proto/generated/openapi/README.md index 9d18896d45..c201e83d3a 100644 --- a/packages/cactus-cmd-api-server/src/main/proto/generated/openapi/README.md +++ b/packages/cactus-cmd-api-server/src/main/proto/generated/openapi/README.md @@ -5,7 +5,7 @@ Interact with a Cactus deployment through HTTP. ## Overview These files were generated by the [OpenAPI Generator](https://openapi-generator.tech) project. -- API version: 2.0.0-rc.6 +- API version: 2.0.0-rc.7 - Package version: - Build package: org.openapitools.codegen.languages.ProtobufSchemaCodegen diff --git a/packages/cactus-cmd-api-server/src/main/proto/generated/openapi/models/health_check_response_pb.proto b/packages/cactus-cmd-api-server/src/main/proto/generated/openapi/models/health_check_response_pb.proto index 359a917ee6..af685cb526 100644 --- a/packages/cactus-cmd-api-server/src/main/proto/generated/openapi/models/health_check_response_pb.proto +++ b/packages/cactus-cmd-api-server/src/main/proto/generated/openapi/models/health_check_response_pb.proto @@ -3,7 +3,7 @@ Interact with a Cactus deployment through HTTP. - The version of the OpenAPI document: 2.0.0-rc.6 + The version of the OpenAPI document: 2.0.0-rc.7 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-cmd-api-server/src/main/proto/generated/openapi/models/memory_usage_pb.proto b/packages/cactus-cmd-api-server/src/main/proto/generated/openapi/models/memory_usage_pb.proto index 7cb9e024d6..ab3b4e16af 100644 --- a/packages/cactus-cmd-api-server/src/main/proto/generated/openapi/models/memory_usage_pb.proto +++ b/packages/cactus-cmd-api-server/src/main/proto/generated/openapi/models/memory_usage_pb.proto @@ -3,7 +3,7 @@ Interact with a Cactus deployment through HTTP. - The version of the OpenAPI document: 2.0.0-rc.6 + The version of the OpenAPI document: 2.0.0-rc.7 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-cmd-api-server/src/main/proto/generated/openapi/models/watch_healthcheck_v1_pb.proto b/packages/cactus-cmd-api-server/src/main/proto/generated/openapi/models/watch_healthcheck_v1_pb.proto index 11ee613135..4805bd26eb 100644 --- a/packages/cactus-cmd-api-server/src/main/proto/generated/openapi/models/watch_healthcheck_v1_pb.proto +++ b/packages/cactus-cmd-api-server/src/main/proto/generated/openapi/models/watch_healthcheck_v1_pb.proto @@ -3,7 +3,7 @@ Interact with a Cactus deployment through HTTP. - The version of the OpenAPI document: 2.0.0-rc.6 + The version of the OpenAPI document: 2.0.0-rc.7 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-cmd-api-server/src/main/proto/generated/openapi/services/default_service.proto b/packages/cactus-cmd-api-server/src/main/proto/generated/openapi/services/default_service.proto index 1e5cecb3da..ffd555dec4 100644 --- a/packages/cactus-cmd-api-server/src/main/proto/generated/openapi/services/default_service.proto +++ b/packages/cactus-cmd-api-server/src/main/proto/generated/openapi/services/default_service.proto @@ -3,7 +3,7 @@ Interact with a Cactus deployment through HTTP. - The version of the OpenAPI document: 2.0.0-rc.6 + The version of the OpenAPI document: 2.0.0-rc.7 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-cmd-api-server/src/main/typescript/generated/openapi/typescript-axios/api.ts b/packages/cactus-cmd-api-server/src/main/typescript/generated/openapi/typescript-axios/api.ts index 7e91edeacd..159894ea96 100644 --- a/packages/cactus-cmd-api-server/src/main/typescript/generated/openapi/typescript-axios/api.ts +++ b/packages/cactus-cmd-api-server/src/main/typescript/generated/openapi/typescript-axios/api.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus API * Interact with a Cactus deployment through HTTP. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-cmd-api-server/src/main/typescript/generated/openapi/typescript-axios/base.ts b/packages/cactus-cmd-api-server/src/main/typescript/generated/openapi/typescript-axios/base.ts index cd27208673..a730241ae6 100644 --- a/packages/cactus-cmd-api-server/src/main/typescript/generated/openapi/typescript-axios/base.ts +++ b/packages/cactus-cmd-api-server/src/main/typescript/generated/openapi/typescript-axios/base.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus API * Interact with a Cactus deployment through HTTP. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-cmd-api-server/src/main/typescript/generated/openapi/typescript-axios/common.ts b/packages/cactus-cmd-api-server/src/main/typescript/generated/openapi/typescript-axios/common.ts index 671fabf6ab..bcbe26290e 100644 --- a/packages/cactus-cmd-api-server/src/main/typescript/generated/openapi/typescript-axios/common.ts +++ b/packages/cactus-cmd-api-server/src/main/typescript/generated/openapi/typescript-axios/common.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus API * Interact with a Cactus deployment through HTTP. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-cmd-api-server/src/main/typescript/generated/openapi/typescript-axios/configuration.ts b/packages/cactus-cmd-api-server/src/main/typescript/generated/openapi/typescript-axios/configuration.ts index 0c14344f33..b6385692d8 100644 --- a/packages/cactus-cmd-api-server/src/main/typescript/generated/openapi/typescript-axios/configuration.ts +++ b/packages/cactus-cmd-api-server/src/main/typescript/generated/openapi/typescript-axios/configuration.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus API * Interact with a Cactus deployment through HTTP. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-cmd-api-server/src/main/typescript/generated/openapi/typescript-axios/index.ts b/packages/cactus-cmd-api-server/src/main/typescript/generated/openapi/typescript-axios/index.ts index 1ea58f2de2..32cb00a532 100644 --- a/packages/cactus-cmd-api-server/src/main/typescript/generated/openapi/typescript-axios/index.ts +++ b/packages/cactus-cmd-api-server/src/main/typescript/generated/openapi/typescript-axios/index.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus API * Interact with a Cactus deployment through HTTP. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-cmd-api-server/src/test/resources/cactus-dummy-package/package.json b/packages/cactus-cmd-api-server/src/test/resources/cactus-dummy-package/package.json index 783d43f647..d6b0f37781 100644 --- a/packages/cactus-cmd-api-server/src/test/resources/cactus-dummy-package/package.json +++ b/packages/cactus-cmd-api-server/src/test/resources/cactus-dummy-package/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-dummy-package", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "license": "Apache-2.0", "description": "Dummy package for testing.", "main": "index.js" diff --git a/packages/cactus-common/package.json b/packages/cactus-common/package.json index 780122f2e5..ff894a1357 100644 --- a/packages/cactus-common/package.json +++ b/packages/cactus-common/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-common", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "description": "Universal library used by both front end and back end components of Cactus. Aims to be a developer swiss army knife.", "keywords": [ "Hyperledger", diff --git a/packages/cactus-core-api/Cargo.lock b/packages/cactus-core-api/Cargo.lock index e52592387e..752fda8e53 100644 --- a/packages/cactus-core-api/Cargo.lock +++ b/packages/cactus-core-api/Cargo.lock @@ -691,7 +691,7 @@ checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2" [[package]] name = "relay" -version = "2.0.0-rc.6" +version = "2.0.0-rc.7" dependencies = [ "prost", "serde", diff --git a/packages/cactus-core-api/Cargo.toml b/packages/cactus-core-api/Cargo.toml index b560dcf2b3..95f830e552 100644 --- a/packages/cactus-core-api/Cargo.toml +++ b/packages/cactus-core-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "relay" -version = "2.0.0-rc.6" +version = "2.0.0-rc.7" authors = ["Antony Targett ", "Nick Waywood "] edition = "2021" diff --git a/packages/cactus-core-api/package.json b/packages/cactus-core-api/package.json index 7bf629e279..be388886c2 100644 --- a/packages/cactus-core-api/package.json +++ b/packages/cactus-core-api/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-core-api", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "description": "Contains type definitions/interfaces for the kernel of the codebase. Kept separate from the implementation so that it is easier to use it as a dependency.", "keywords": [ "Hyperledger", @@ -61,7 +61,7 @@ }, "dependencies": { "@grpc/grpc-js": "1.11.2", - "@hyperledger/cactus-common": "2.0.0-rc.6", + "@hyperledger/cactus-common": "2.0.0-rc.7", "ajv": "8.17.1", "ajv-draft-04": "1.0.0", "ajv-formats": "3.0.1", diff --git a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/README.md b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/README.md index e1eae2de00..b02ac97fe0 100644 --- a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/README.md +++ b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/README.md @@ -5,7 +5,7 @@ Contains/describes the core API types for Cactus. Does not describe actual endpo ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. -- API version: 2.0.0-rc.6 +- API version: 2.0.0-rc.7 - Package version: 1.0.0 - Build package: org.openapitools.codegen.languages.GoClientCodegen diff --git a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/api/openapi.yaml b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/api/openapi.yaml index 8f2d802147..2f0b55894a 100644 --- a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/api/openapi.yaml +++ b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/api/openapi.yaml @@ -9,7 +9,7 @@ info: name: Apache-2.0 url: https://www.apache.org/licenses/LICENSE-2.0.html title: Hyperledger Core API - version: 2.0.0-rc.6 + version: 2.0.0-rc.7 servers: - url: / paths: {} diff --git a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/client.go b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/client.go index 932b97f168..daa9d5b7dc 100644 --- a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/client.go +++ b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/client.go @@ -3,7 +3,7 @@ Hyperledger Core API Contains/describes the core API types for Cactus. Does not describe actual endpoints on its own as this is left to the implementing plugins who can import and re-use commonly needed type definitions from this specification. One example of said commonly used type definitions would be the types related to consortium management, cactus nodes, ledgers, etc.. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. @@ -41,7 +41,7 @@ var ( queryDescape = strings.NewReplacer( "%5B", "[", "%5D", "]" ) ) -// APIClient manages communication with the Hyperledger Core API API v2.0.0-rc.6 +// APIClient manages communication with the Hyperledger Core API API v2.0.0-rc.7 // In most cases there should be only one, shared, APIClient. type APIClient struct { cfg *Configuration diff --git a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/configuration.go b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/configuration.go index 21a916f79d..d66607bacf 100644 --- a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/configuration.go +++ b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/configuration.go @@ -3,7 +3,7 @@ Hyperledger Core API Contains/describes the core API types for Cactus. Does not describe actual endpoints on its own as this is left to the implementing plugins who can import and re-use commonly needed type definitions from this specification. One example of said commonly used type definitions would be the types related to consortium management, cactus nodes, ledgers, etc.. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_cactus_node.go b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_cactus_node.go index 0946549dfc..b07b9406c6 100644 --- a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_cactus_node.go +++ b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_cactus_node.go @@ -3,7 +3,7 @@ Hyperledger Core API Contains/describes the core API types for Cactus. Does not describe actual endpoints on its own as this is left to the implementing plugins who can import and re-use commonly needed type definitions from this specification. One example of said commonly used type definitions would be the types related to consortium management, cactus nodes, ledgers, etc.. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_cactus_node_all_of.go b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_cactus_node_all_of.go index 44a38f2bf4..ad58035db0 100644 --- a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_cactus_node_all_of.go +++ b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_cactus_node_all_of.go @@ -3,7 +3,7 @@ Hyperledger Core API Contains/describes the core API types for Cactus. Does not describe actual endpoints on its own as this is left to the implementing plugins who can import and re-use commonly needed type definitions from this specification. One example of said commonly used type definitions would be the types related to consortium management, cactus nodes, ledgers, etc.. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_cactus_node_meta.go b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_cactus_node_meta.go index 102442fa1c..6f06c13bd5 100644 --- a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_cactus_node_meta.go +++ b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_cactus_node_meta.go @@ -3,7 +3,7 @@ Hyperledger Core API Contains/describes the core API types for Cactus. Does not describe actual endpoints on its own as this is left to the implementing plugins who can import and re-use commonly needed type definitions from this specification. One example of said commonly used type definitions would be the types related to consortium management, cactus nodes, ledgers, etc.. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_consensus_algorithm_families_with_out_tx_finality.go b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_consensus_algorithm_families_with_out_tx_finality.go index 9a485d5be3..cab520d4d8 100644 --- a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_consensus_algorithm_families_with_out_tx_finality.go +++ b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_consensus_algorithm_families_with_out_tx_finality.go @@ -3,7 +3,7 @@ Hyperledger Core API Contains/describes the core API types for Cactus. Does not describe actual endpoints on its own as this is left to the implementing plugins who can import and re-use commonly needed type definitions from this specification. One example of said commonly used type definitions would be the types related to consortium management, cactus nodes, ledgers, etc.. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_consensus_algorithm_families_with_tx_finality.go b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_consensus_algorithm_families_with_tx_finality.go index de34fdf6d1..4fa41914db 100644 --- a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_consensus_algorithm_families_with_tx_finality.go +++ b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_consensus_algorithm_families_with_tx_finality.go @@ -3,7 +3,7 @@ Hyperledger Core API Contains/describes the core API types for Cactus. Does not describe actual endpoints on its own as this is left to the implementing plugins who can import and re-use commonly needed type definitions from this specification. One example of said commonly used type definitions would be the types related to consortium management, cactus nodes, ledgers, etc.. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_consensus_algorithm_family.go b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_consensus_algorithm_family.go index 1b4d2c82a3..01517a3815 100644 --- a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_consensus_algorithm_family.go +++ b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_consensus_algorithm_family.go @@ -3,7 +3,7 @@ Hyperledger Core API Contains/describes the core API types for Cactus. Does not describe actual endpoints on its own as this is left to the implementing plugins who can import and re-use commonly needed type definitions from this specification. One example of said commonly used type definitions would be the types related to consortium management, cactus nodes, ledgers, etc.. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_consortium.go b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_consortium.go index fb9043601a..aa5bc54ae1 100644 --- a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_consortium.go +++ b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_consortium.go @@ -3,7 +3,7 @@ Hyperledger Core API Contains/describes the core API types for Cactus. Does not describe actual endpoints on its own as this is left to the implementing plugins who can import and re-use commonly needed type definitions from this specification. One example of said commonly used type definitions would be the types related to consortium management, cactus nodes, ledgers, etc.. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_consortium_database.go b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_consortium_database.go index 3e00343ad5..f71ca84901 100644 --- a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_consortium_database.go +++ b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_consortium_database.go @@ -3,7 +3,7 @@ Hyperledger Core API Contains/describes the core API types for Cactus. Does not describe actual endpoints on its own as this is left to the implementing plugins who can import and re-use commonly needed type definitions from this specification. One example of said commonly used type definitions would be the types related to consortium management, cactus nodes, ledgers, etc.. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_consortium_member.go b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_consortium_member.go index be32a17da7..9da5a0c517 100644 --- a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_consortium_member.go +++ b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_consortium_member.go @@ -3,7 +3,7 @@ Hyperledger Core API Contains/describes the core API types for Cactus. Does not describe actual endpoints on its own as this is left to the implementing plugins who can import and re-use commonly needed type definitions from this specification. One example of said commonly used type definitions would be the types related to consortium management, cactus nodes, ledgers, etc.. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_constants.go b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_constants.go index 7b864e8b84..086eb7c53e 100644 --- a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_constants.go +++ b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_constants.go @@ -3,7 +3,7 @@ Hyperledger Core API Contains/describes the core API types for Cactus. Does not describe actual endpoints on its own as this is left to the implementing plugins who can import and re-use commonly needed type definitions from this specification. One example of said commonly used type definitions would be the types related to consortium management, cactus nodes, ledgers, etc.. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_delete_keychain_entry_request_v1.go b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_delete_keychain_entry_request_v1.go index b4f65eb813..4584905c2e 100644 --- a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_delete_keychain_entry_request_v1.go +++ b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_delete_keychain_entry_request_v1.go @@ -3,7 +3,7 @@ Hyperledger Core API Contains/describes the core API types for Cactus. Does not describe actual endpoints on its own as this is left to the implementing plugins who can import and re-use commonly needed type definitions from this specification. One example of said commonly used type definitions would be the types related to consortium management, cactus nodes, ledgers, etc.. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_delete_keychain_entry_response_v1.go b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_delete_keychain_entry_response_v1.go index 6f02c29141..29ebaa14f9 100644 --- a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_delete_keychain_entry_response_v1.go +++ b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_delete_keychain_entry_response_v1.go @@ -3,7 +3,7 @@ Hyperledger Core API Contains/describes the core API types for Cactus. Does not describe actual endpoints on its own as this is left to the implementing plugins who can import and re-use commonly needed type definitions from this specification. One example of said commonly used type definitions would be the types related to consortium management, cactus nodes, ledgers, etc.. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_get_keychain_entry_request_v1.go b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_get_keychain_entry_request_v1.go index 0d7dd1e07d..11fe692045 100644 --- a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_get_keychain_entry_request_v1.go +++ b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_get_keychain_entry_request_v1.go @@ -3,7 +3,7 @@ Hyperledger Core API Contains/describes the core API types for Cactus. Does not describe actual endpoints on its own as this is left to the implementing plugins who can import and re-use commonly needed type definitions from this specification. One example of said commonly used type definitions would be the types related to consortium management, cactus nodes, ledgers, etc.. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_get_keychain_entry_response_v1.go b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_get_keychain_entry_response_v1.go index d3c61efde0..867d849664 100644 --- a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_get_keychain_entry_response_v1.go +++ b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_get_keychain_entry_response_v1.go @@ -3,7 +3,7 @@ Hyperledger Core API Contains/describes the core API types for Cactus. Does not describe actual endpoints on its own as this is left to the implementing plugins who can import and re-use commonly needed type definitions from this specification. One example of said commonly used type definitions would be the types related to consortium management, cactus nodes, ledgers, etc.. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_get_object_request_v1.go b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_get_object_request_v1.go index 7f829c9000..b18aea2781 100644 --- a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_get_object_request_v1.go +++ b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_get_object_request_v1.go @@ -3,7 +3,7 @@ Hyperledger Core API Contains/describes the core API types for Cactus. Does not describe actual endpoints on its own as this is left to the implementing plugins who can import and re-use commonly needed type definitions from this specification. One example of said commonly used type definitions would be the types related to consortium management, cactus nodes, ledgers, etc.. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_get_object_response_v1.go b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_get_object_response_v1.go index 35fa19010f..4ad0091565 100644 --- a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_get_object_response_v1.go +++ b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_get_object_response_v1.go @@ -3,7 +3,7 @@ Hyperledger Core API Contains/describes the core API types for Cactus. Does not describe actual endpoints on its own as this is left to the implementing plugins who can import and re-use commonly needed type definitions from this specification. One example of said commonly used type definitions would be the types related to consortium management, cactus nodes, ledgers, etc.. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_has_keychain_entry_request_v1.go b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_has_keychain_entry_request_v1.go index f7a1e6b687..a1317c5846 100644 --- a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_has_keychain_entry_request_v1.go +++ b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_has_keychain_entry_request_v1.go @@ -3,7 +3,7 @@ Hyperledger Core API Contains/describes the core API types for Cactus. Does not describe actual endpoints on its own as this is left to the implementing plugins who can import and re-use commonly needed type definitions from this specification. One example of said commonly used type definitions would be the types related to consortium management, cactus nodes, ledgers, etc.. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_has_keychain_entry_response_v1.go b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_has_keychain_entry_response_v1.go index 9e6d3ddd07..7d3497b2dc 100644 --- a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_has_keychain_entry_response_v1.go +++ b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_has_keychain_entry_response_v1.go @@ -3,7 +3,7 @@ Hyperledger Core API Contains/describes the core API types for Cactus. Does not describe actual endpoints on its own as this is left to the implementing plugins who can import and re-use commonly needed type definitions from this specification. One example of said commonly used type definitions would be the types related to consortium management, cactus nodes, ledgers, etc.. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_has_object_request_v1.go b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_has_object_request_v1.go index d9d9760e21..c6337827a9 100644 --- a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_has_object_request_v1.go +++ b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_has_object_request_v1.go @@ -3,7 +3,7 @@ Hyperledger Core API Contains/describes the core API types for Cactus. Does not describe actual endpoints on its own as this is left to the implementing plugins who can import and re-use commonly needed type definitions from this specification. One example of said commonly used type definitions would be the types related to consortium management, cactus nodes, ledgers, etc.. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_has_object_response_v1.go b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_has_object_response_v1.go index 0b74b9ac94..fea235be2e 100644 --- a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_has_object_response_v1.go +++ b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_has_object_response_v1.go @@ -3,7 +3,7 @@ Hyperledger Core API Contains/describes the core API types for Cactus. Does not describe actual endpoints on its own as this is left to the implementing plugins who can import and re-use commonly needed type definitions from this specification. One example of said commonly used type definitions would be the types related to consortium management, cactus nodes, ledgers, etc.. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_jws_general.go b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_jws_general.go index 8bb14e37e3..901523c89a 100644 --- a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_jws_general.go +++ b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_jws_general.go @@ -3,7 +3,7 @@ Hyperledger Core API Contains/describes the core API types for Cactus. Does not describe actual endpoints on its own as this is left to the implementing plugins who can import and re-use commonly needed type definitions from this specification. One example of said commonly used type definitions would be the types related to consortium management, cactus nodes, ledgers, etc.. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_jws_recipient.go b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_jws_recipient.go index a6c55f9e9f..6e5326ef7f 100644 --- a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_jws_recipient.go +++ b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_jws_recipient.go @@ -3,7 +3,7 @@ Hyperledger Core API Contains/describes the core API types for Cactus. Does not describe actual endpoints on its own as this is left to the implementing plugins who can import and re-use commonly needed type definitions from this specification. One example of said commonly used type definitions would be the types related to consortium management, cactus nodes, ledgers, etc.. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_ledger.go b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_ledger.go index 1a1bfd4fc4..c82e9a004a 100644 --- a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_ledger.go +++ b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_ledger.go @@ -3,7 +3,7 @@ Hyperledger Core API Contains/describes the core API types for Cactus. Does not describe actual endpoints on its own as this is left to the implementing plugins who can import and re-use commonly needed type definitions from this specification. One example of said commonly used type definitions would be the types related to consortium management, cactus nodes, ledgers, etc.. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_ledger_type.go b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_ledger_type.go index 2eed9b9b19..4eb124c92f 100644 --- a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_ledger_type.go +++ b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_ledger_type.go @@ -3,7 +3,7 @@ Hyperledger Core API Contains/describes the core API types for Cactus. Does not describe actual endpoints on its own as this is left to the implementing plugins who can import and re-use commonly needed type definitions from this specification. One example of said commonly used type definitions would be the types related to consortium management, cactus nodes, ledgers, etc.. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_plugin_import.go b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_plugin_import.go index d74d7e68fc..2b64d66a11 100644 --- a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_plugin_import.go +++ b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_plugin_import.go @@ -3,7 +3,7 @@ Hyperledger Core API Contains/describes the core API types for Cactus. Does not describe actual endpoints on its own as this is left to the implementing plugins who can import and re-use commonly needed type definitions from this specification. One example of said commonly used type definitions would be the types related to consortium management, cactus nodes, ledgers, etc.. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_plugin_import_action.go b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_plugin_import_action.go index 5d0c7aca0f..30212e15a6 100644 --- a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_plugin_import_action.go +++ b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_plugin_import_action.go @@ -3,7 +3,7 @@ Hyperledger Core API Contains/describes the core API types for Cactus. Does not describe actual endpoints on its own as this is left to the implementing plugins who can import and re-use commonly needed type definitions from this specification. One example of said commonly used type definitions would be the types related to consortium management, cactus nodes, ledgers, etc.. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_plugin_import_type.go b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_plugin_import_type.go index 4c37051668..ca17d6cffa 100644 --- a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_plugin_import_type.go +++ b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_plugin_import_type.go @@ -3,7 +3,7 @@ Hyperledger Core API Contains/describes the core API types for Cactus. Does not describe actual endpoints on its own as this is left to the implementing plugins who can import and re-use commonly needed type definitions from this specification. One example of said commonly used type definitions would be the types related to consortium management, cactus nodes, ledgers, etc.. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_plugin_instance.go b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_plugin_instance.go index 0f3c9b12dc..2d60be0801 100644 --- a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_plugin_instance.go +++ b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_plugin_instance.go @@ -3,7 +3,7 @@ Hyperledger Core API Contains/describes the core API types for Cactus. Does not describe actual endpoints on its own as this is left to the implementing plugins who can import and re-use commonly needed type definitions from this specification. One example of said commonly used type definitions would be the types related to consortium management, cactus nodes, ledgers, etc.. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_set_keychain_entry_request_v1.go b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_set_keychain_entry_request_v1.go index 4cf8507bd0..9220f46dc4 100644 --- a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_set_keychain_entry_request_v1.go +++ b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_set_keychain_entry_request_v1.go @@ -3,7 +3,7 @@ Hyperledger Core API Contains/describes the core API types for Cactus. Does not describe actual endpoints on its own as this is left to the implementing plugins who can import and re-use commonly needed type definitions from this specification. One example of said commonly used type definitions would be the types related to consortium management, cactus nodes, ledgers, etc.. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_set_keychain_entry_response_v1.go b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_set_keychain_entry_response_v1.go index 9ad5f929a3..247e10c59f 100644 --- a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_set_keychain_entry_response_v1.go +++ b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_set_keychain_entry_response_v1.go @@ -3,7 +3,7 @@ Hyperledger Core API Contains/describes the core API types for Cactus. Does not describe actual endpoints on its own as this is left to the implementing plugins who can import and re-use commonly needed type definitions from this specification. One example of said commonly used type definitions would be the types related to consortium management, cactus nodes, ledgers, etc.. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_set_object_request_v1.go b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_set_object_request_v1.go index cd4126cb87..b46d24f8fa 100644 --- a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_set_object_request_v1.go +++ b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_set_object_request_v1.go @@ -3,7 +3,7 @@ Hyperledger Core API Contains/describes the core API types for Cactus. Does not describe actual endpoints on its own as this is left to the implementing plugins who can import and re-use commonly needed type definitions from this specification. One example of said commonly used type definitions would be the types related to consortium management, cactus nodes, ledgers, etc.. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_set_object_response_v1.go b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_set_object_response_v1.go index aa5b9e9cbf..2f50ed2f80 100644 --- a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_set_object_response_v1.go +++ b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_set_object_response_v1.go @@ -3,7 +3,7 @@ Hyperledger Core API Contains/describes the core API types for Cactus. Does not describe actual endpoints on its own as this is left to the implementing plugins who can import and re-use commonly needed type definitions from this specification. One example of said commonly used type definitions would be the types related to consortium management, cactus nodes, ledgers, etc.. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/response.go b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/response.go index af8683e50d..e739da5ca6 100644 --- a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/response.go +++ b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/response.go @@ -3,7 +3,7 @@ Hyperledger Core API Contains/describes the core API types for Cactus. Does not describe actual endpoints on its own as this is left to the implementing plugins who can import and re-use commonly needed type definitions from this specification. One example of said commonly used type definitions would be the types related to consortium management, cactus nodes, ledgers, etc.. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/utils.go b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/utils.go index c38104af29..250007d783 100644 --- a/packages/cactus-core-api/src/main/go/generated/openapi/go-client/utils.go +++ b/packages/cactus-core-api/src/main/go/generated/openapi/go-client/utils.go @@ -3,7 +3,7 @@ Hyperledger Core API Contains/describes the core API types for Cactus. Does not describe actual endpoints on its own as this is left to the implementing plugins who can import and re-use commonly needed type definitions from this specification. One example of said commonly used type definitions would be the types related to consortium management, cactus nodes, ledgers, etc.. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-core-api/src/main/json/openapi.json b/packages/cactus-core-api/src/main/json/openapi.json index a19dcb8de5..710533405b 100644 --- a/packages/cactus-core-api/src/main/json/openapi.json +++ b/packages/cactus-core-api/src/main/json/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Core API", "description": "Contains/describes the core API types for Cactus. Does not describe actual endpoints on its own as this is left to the implementing plugins who can import and re-use commonly needed type definitions from this specification. One example of said commonly used type definitions would be the types related to consortium management, cactus nodes, ledgers, etc..", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-core-api/src/main/json/openapi.tpl.json b/packages/cactus-core-api/src/main/json/openapi.tpl.json index a19dcb8de5..710533405b 100644 --- a/packages/cactus-core-api/src/main/json/openapi.tpl.json +++ b/packages/cactus-core-api/src/main/json/openapi.tpl.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Core API", "description": "Contains/describes the core API types for Cactus. Does not describe actual endpoints on its own as this is left to the implementing plugins who can import and re-use commonly needed type definitions from this specification. One example of said commonly used type definitions would be the types related to consortium management, cactus nodes, ledgers, etc..", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-core-api/src/main/kotlin/generated/openapi/kotlin-client/README.md b/packages/cactus-core-api/src/main/kotlin/generated/openapi/kotlin-client/README.md index 35f2cde15a..cc398ecc0d 100644 --- a/packages/cactus-core-api/src/main/kotlin/generated/openapi/kotlin-client/README.md +++ b/packages/cactus-core-api/src/main/kotlin/generated/openapi/kotlin-client/README.md @@ -5,7 +5,7 @@ Contains/describes the core API types for Cactus. Does not describe actual endpo ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [openapi-spec](https://github.com/OAI/OpenAPI-Specification) from a remote server, you can easily generate an API client. -- API version: 2.0.0-rc.6 +- API version: 2.0.0-rc.7 - Package version: - Build package: org.openapitools.codegen.languages.KotlinClientCodegen diff --git a/packages/cactus-core-api/src/main/typescript/generated/openapi/typescript-axios/api.ts b/packages/cactus-core-api/src/main/typescript/generated/openapi/typescript-axios/api.ts index d72ac970f3..08ddb5d573 100644 --- a/packages/cactus-core-api/src/main/typescript/generated/openapi/typescript-axios/api.ts +++ b/packages/cactus-core-api/src/main/typescript/generated/openapi/typescript-axios/api.ts @@ -4,7 +4,7 @@ * Hyperledger Core API * Contains/describes the core API types for Cactus. Does not describe actual endpoints on its own as this is left to the implementing plugins who can import and re-use commonly needed type definitions from this specification. One example of said commonly used type definitions would be the types related to consortium management, cactus nodes, ledgers, etc.. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-core-api/src/main/typescript/generated/openapi/typescript-axios/base.ts b/packages/cactus-core-api/src/main/typescript/generated/openapi/typescript-axios/base.ts index c037fdca03..ed1eee2429 100644 --- a/packages/cactus-core-api/src/main/typescript/generated/openapi/typescript-axios/base.ts +++ b/packages/cactus-core-api/src/main/typescript/generated/openapi/typescript-axios/base.ts @@ -4,7 +4,7 @@ * Hyperledger Core API * Contains/describes the core API types for Cactus. Does not describe actual endpoints on its own as this is left to the implementing plugins who can import and re-use commonly needed type definitions from this specification. One example of said commonly used type definitions would be the types related to consortium management, cactus nodes, ledgers, etc.. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-core-api/src/main/typescript/generated/openapi/typescript-axios/common.ts b/packages/cactus-core-api/src/main/typescript/generated/openapi/typescript-axios/common.ts index 2c8415971b..2f1c3c7540 100644 --- a/packages/cactus-core-api/src/main/typescript/generated/openapi/typescript-axios/common.ts +++ b/packages/cactus-core-api/src/main/typescript/generated/openapi/typescript-axios/common.ts @@ -4,7 +4,7 @@ * Hyperledger Core API * Contains/describes the core API types for Cactus. Does not describe actual endpoints on its own as this is left to the implementing plugins who can import and re-use commonly needed type definitions from this specification. One example of said commonly used type definitions would be the types related to consortium management, cactus nodes, ledgers, etc.. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-core-api/src/main/typescript/generated/openapi/typescript-axios/configuration.ts b/packages/cactus-core-api/src/main/typescript/generated/openapi/typescript-axios/configuration.ts index 4dadc30589..2eeedc31bb 100644 --- a/packages/cactus-core-api/src/main/typescript/generated/openapi/typescript-axios/configuration.ts +++ b/packages/cactus-core-api/src/main/typescript/generated/openapi/typescript-axios/configuration.ts @@ -4,7 +4,7 @@ * Hyperledger Core API * Contains/describes the core API types for Cactus. Does not describe actual endpoints on its own as this is left to the implementing plugins who can import and re-use commonly needed type definitions from this specification. One example of said commonly used type definitions would be the types related to consortium management, cactus nodes, ledgers, etc.. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-core-api/src/main/typescript/generated/openapi/typescript-axios/index.ts b/packages/cactus-core-api/src/main/typescript/generated/openapi/typescript-axios/index.ts index d091410f2c..ad71bc1afa 100644 --- a/packages/cactus-core-api/src/main/typescript/generated/openapi/typescript-axios/index.ts +++ b/packages/cactus-core-api/src/main/typescript/generated/openapi/typescript-axios/index.ts @@ -4,7 +4,7 @@ * Hyperledger Core API * Contains/describes the core API types for Cactus. Does not describe actual endpoints on its own as this is left to the implementing plugins who can import and re-use commonly needed type definitions from this specification. One example of said commonly used type definitions would be the types related to consortium management, cactus nodes, ledgers, etc.. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-core/package.json b/packages/cactus-core/package.json index 8a0cabc2cf..48862b31ee 100644 --- a/packages/cactus-core/package.json +++ b/packages/cactus-core/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-core", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "description": "Contains lower level abstractions/implementation that is to be shared by multiple other, higher level packages of the project.", "keywords": [ "Hyperledger", @@ -50,8 +50,8 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-rc.6", - "@hyperledger/cactus-core-api": "2.0.0-rc.6", + "@hyperledger/cactus-common": "2.0.0-rc.7", + "@hyperledger/cactus-core-api": "2.0.0-rc.7", "body-parser": "1.20.3", "express": "4.20.0", "express-jwt-authz": "2.4.1", diff --git a/packages/cactus-plugin-bungee-hermes/package.json b/packages/cactus-plugin-bungee-hermes/package.json index 657a33da27..4e8022519a 100644 --- a/packages/cactus-plugin-bungee-hermes/package.json +++ b/packages/cactus-plugin-bungee-hermes/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-bungee-hermes", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "description": "Allows Cactus nodes to create DLT views using Cactus connectors", "keywords": [ "Hyperledger", @@ -58,14 +58,14 @@ "watch": "npm-watch" }, "dependencies": { - "@hyperledger/cactus-cmd-api-server": "2.0.0-rc.6", - "@hyperledger/cactus-common": "2.0.0-rc.6", - "@hyperledger/cactus-core": "2.0.0-rc.6", - "@hyperledger/cactus-core-api": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-ledger-connector-ethereum": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-rc.6", + "@hyperledger/cactus-cmd-api-server": "2.0.0-rc.7", + "@hyperledger/cactus-common": "2.0.0-rc.7", + "@hyperledger/cactus-core": "2.0.0-rc.7", + "@hyperledger/cactus-core-api": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-ledger-connector-ethereum": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-rc.7", "axios": "1.7.7", "body-parser": "1.20.3", "fs-extra": "11.2.0", @@ -78,8 +78,8 @@ "web3-core": "1.6.1" }, "devDependencies": { - "@hyperledger/cactus-test-geth-ledger": "2.0.0-rc.6", - "@hyperledger/cactus-test-tooling": "2.0.0-rc.6", + "@hyperledger/cactus-test-geth-ledger": "2.0.0-rc.7", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.7", "@types/body-parser": "1.19.4", "@types/crypto-js": "4.0.1", "@types/express": "4.17.21", diff --git a/packages/cactus-plugin-bungee-hermes/src/main/json/openapi.json b/packages/cactus-plugin-bungee-hermes/src/main/json/openapi.json index dee34f702c..5aa7fdba14 100644 --- a/packages/cactus-plugin-bungee-hermes/src/main/json/openapi.json +++ b/packages/cactus-plugin-bungee-hermes/src/main/json/openapi.json @@ -17,7 +17,7 @@ "info": { "title": "Hyperledger Cactus Plugin - BUNGEE-Hermes", "description": "Can create blockchain views of different networks", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-bungee-hermes/src/main/json/openapi.tpl.json b/packages/cactus-plugin-bungee-hermes/src/main/json/openapi.tpl.json index dee34f702c..5aa7fdba14 100644 --- a/packages/cactus-plugin-bungee-hermes/src/main/json/openapi.tpl.json +++ b/packages/cactus-plugin-bungee-hermes/src/main/json/openapi.tpl.json @@ -17,7 +17,7 @@ "info": { "title": "Hyperledger Cactus Plugin - BUNGEE-Hermes", "description": "Can create blockchain views of different networks", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-bungee-hermes/src/main/typescript/generated/openapi/typescript-axios/api.ts b/packages/cactus-plugin-bungee-hermes/src/main/typescript/generated/openapi/typescript-axios/api.ts index e1c3545c9f..2123924cf3 100644 --- a/packages/cactus-plugin-bungee-hermes/src/main/typescript/generated/openapi/typescript-axios/api.ts +++ b/packages/cactus-plugin-bungee-hermes/src/main/typescript/generated/openapi/typescript-axios/api.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - BUNGEE-Hermes * Can create blockchain views of different networks * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-bungee-hermes/src/main/typescript/generated/openapi/typescript-axios/base.ts b/packages/cactus-plugin-bungee-hermes/src/main/typescript/generated/openapi/typescript-axios/base.ts index 6e68a0166f..a32092ed27 100644 --- a/packages/cactus-plugin-bungee-hermes/src/main/typescript/generated/openapi/typescript-axios/base.ts +++ b/packages/cactus-plugin-bungee-hermes/src/main/typescript/generated/openapi/typescript-axios/base.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - BUNGEE-Hermes * Can create blockchain views of different networks * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-bungee-hermes/src/main/typescript/generated/openapi/typescript-axios/common.ts b/packages/cactus-plugin-bungee-hermes/src/main/typescript/generated/openapi/typescript-axios/common.ts index 3cf278de37..3f1f42ae10 100644 --- a/packages/cactus-plugin-bungee-hermes/src/main/typescript/generated/openapi/typescript-axios/common.ts +++ b/packages/cactus-plugin-bungee-hermes/src/main/typescript/generated/openapi/typescript-axios/common.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - BUNGEE-Hermes * Can create blockchain views of different networks * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-bungee-hermes/src/main/typescript/generated/openapi/typescript-axios/configuration.ts b/packages/cactus-plugin-bungee-hermes/src/main/typescript/generated/openapi/typescript-axios/configuration.ts index 4f8f1a20a2..1ec3aaf75d 100644 --- a/packages/cactus-plugin-bungee-hermes/src/main/typescript/generated/openapi/typescript-axios/configuration.ts +++ b/packages/cactus-plugin-bungee-hermes/src/main/typescript/generated/openapi/typescript-axios/configuration.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - BUNGEE-Hermes * Can create blockchain views of different networks * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-bungee-hermes/src/main/typescript/generated/openapi/typescript-axios/index.ts b/packages/cactus-plugin-bungee-hermes/src/main/typescript/generated/openapi/typescript-axios/index.ts index b241c66175..9f3a0e9dbc 100644 --- a/packages/cactus-plugin-bungee-hermes/src/main/typescript/generated/openapi/typescript-axios/index.ts +++ b/packages/cactus-plugin-bungee-hermes/src/main/typescript/generated/openapi/typescript-axios/index.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - BUNGEE-Hermes * Can create blockchain views of different networks * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-consortium-manual/package.json b/packages/cactus-plugin-consortium-manual/package.json index 8a43897ce4..444399ae6a 100644 --- a/packages/cactus-plugin-consortium-manual/package.json +++ b/packages/cactus-plugin-consortium-manual/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-consortium-manual", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "description": "A web service plugin that provides management capabilities on a Cactus consortium as a whole for administrative purposes.", "keywords": [ "Hyperledger", @@ -56,9 +56,9 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-rc.6", - "@hyperledger/cactus-core": "2.0.0-rc.6", - "@hyperledger/cactus-core-api": "2.0.0-rc.6", + "@hyperledger/cactus-common": "2.0.0-rc.7", + "@hyperledger/cactus-core": "2.0.0-rc.7", + "@hyperledger/cactus-core-api": "2.0.0-rc.7", "axios": "1.7.7", "body-parser": "1.20.3", "express": "4.20.0", diff --git a/packages/cactus-plugin-consortium-manual/src/main/go/generated/openapi/go-client/README.md b/packages/cactus-plugin-consortium-manual/src/main/go/generated/openapi/go-client/README.md index fb9f67252b..5b3a7f8c73 100644 --- a/packages/cactus-plugin-consortium-manual/src/main/go/generated/openapi/go-client/README.md +++ b/packages/cactus-plugin-consortium-manual/src/main/go/generated/openapi/go-client/README.md @@ -5,7 +5,7 @@ Manage a Cactus consortium through the APIs. Needs administrative privileges. ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. -- API version: 2.0.0-rc.6 +- API version: 2.0.0-rc.7 - Package version: 1.0.0 - Build package: org.openapitools.codegen.languages.GoClientCodegen diff --git a/packages/cactus-plugin-consortium-manual/src/main/go/generated/openapi/go-client/api/openapi.yaml b/packages/cactus-plugin-consortium-manual/src/main/go/generated/openapi/go-client/api/openapi.yaml index 36b7870c55..ff1942b24f 100644 --- a/packages/cactus-plugin-consortium-manual/src/main/go/generated/openapi/go-client/api/openapi.yaml +++ b/packages/cactus-plugin-consortium-manual/src/main/go/generated/openapi/go-client/api/openapi.yaml @@ -5,7 +5,7 @@ info: name: Apache-2.0 url: https://www.apache.org/licenses/LICENSE-2.0.html title: Hyperledger Cactus Plugin - Consortium Web Service - version: 2.0.0-rc.6 + version: 2.0.0-rc.7 servers: - url: / paths: diff --git a/packages/cactus-plugin-consortium-manual/src/main/go/generated/openapi/go-client/api_default.go b/packages/cactus-plugin-consortium-manual/src/main/go/generated/openapi/go-client/api_default.go index 53ee22e210..7ff03d2d80 100644 --- a/packages/cactus-plugin-consortium-manual/src/main/go/generated/openapi/go-client/api_default.go +++ b/packages/cactus-plugin-consortium-manual/src/main/go/generated/openapi/go-client/api_default.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Consortium Web Service Manage a Cactus consortium through the APIs. Needs administrative privileges. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-consortium-manual/src/main/go/generated/openapi/go-client/client.go b/packages/cactus-plugin-consortium-manual/src/main/go/generated/openapi/go-client/client.go index 0511ba3e8f..cc83f9be0c 100644 --- a/packages/cactus-plugin-consortium-manual/src/main/go/generated/openapi/go-client/client.go +++ b/packages/cactus-plugin-consortium-manual/src/main/go/generated/openapi/go-client/client.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Consortium Web Service Manage a Cactus consortium through the APIs. Needs administrative privileges. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. @@ -41,7 +41,7 @@ var ( queryDescape = strings.NewReplacer( "%5B", "[", "%5D", "]" ) ) -// APIClient manages communication with the Hyperledger Cactus Plugin - Consortium Web Service API v2.0.0-rc.6 +// APIClient manages communication with the Hyperledger Cactus Plugin - Consortium Web Service API v2.0.0-rc.7 // In most cases there should be only one, shared, APIClient. type APIClient struct { cfg *Configuration diff --git a/packages/cactus-plugin-consortium-manual/src/main/go/generated/openapi/go-client/configuration.go b/packages/cactus-plugin-consortium-manual/src/main/go/generated/openapi/go-client/configuration.go index e87afa12ff..2abc0a961f 100644 --- a/packages/cactus-plugin-consortium-manual/src/main/go/generated/openapi/go-client/configuration.go +++ b/packages/cactus-plugin-consortium-manual/src/main/go/generated/openapi/go-client/configuration.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Consortium Web Service Manage a Cactus consortium through the APIs. Needs administrative privileges. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-consortium-manual/src/main/go/generated/openapi/go-client/model_get_consortium_jws_response.go b/packages/cactus-plugin-consortium-manual/src/main/go/generated/openapi/go-client/model_get_consortium_jws_response.go index fe14b47424..5354b30612 100644 --- a/packages/cactus-plugin-consortium-manual/src/main/go/generated/openapi/go-client/model_get_consortium_jws_response.go +++ b/packages/cactus-plugin-consortium-manual/src/main/go/generated/openapi/go-client/model_get_consortium_jws_response.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Consortium Web Service Manage a Cactus consortium through the APIs. Needs administrative privileges. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-consortium-manual/src/main/go/generated/openapi/go-client/model_get_node_jws_response.go b/packages/cactus-plugin-consortium-manual/src/main/go/generated/openapi/go-client/model_get_node_jws_response.go index fced19f3e0..fdabed03b1 100644 --- a/packages/cactus-plugin-consortium-manual/src/main/go/generated/openapi/go-client/model_get_node_jws_response.go +++ b/packages/cactus-plugin-consortium-manual/src/main/go/generated/openapi/go-client/model_get_node_jws_response.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Consortium Web Service Manage a Cactus consortium through the APIs. Needs administrative privileges. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-consortium-manual/src/main/go/generated/openapi/go-client/model_jws_general.go b/packages/cactus-plugin-consortium-manual/src/main/go/generated/openapi/go-client/model_jws_general.go index 3243b5570e..e6d071ab04 100644 --- a/packages/cactus-plugin-consortium-manual/src/main/go/generated/openapi/go-client/model_jws_general.go +++ b/packages/cactus-plugin-consortium-manual/src/main/go/generated/openapi/go-client/model_jws_general.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Consortium Web Service Manage a Cactus consortium through the APIs. Needs administrative privileges. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-consortium-manual/src/main/go/generated/openapi/go-client/model_jws_recipient.go b/packages/cactus-plugin-consortium-manual/src/main/go/generated/openapi/go-client/model_jws_recipient.go index b636f5a51b..6fe09ea553 100644 --- a/packages/cactus-plugin-consortium-manual/src/main/go/generated/openapi/go-client/model_jws_recipient.go +++ b/packages/cactus-plugin-consortium-manual/src/main/go/generated/openapi/go-client/model_jws_recipient.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Consortium Web Service Manage a Cactus consortium through the APIs. Needs administrative privileges. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-consortium-manual/src/main/go/generated/openapi/go-client/response.go b/packages/cactus-plugin-consortium-manual/src/main/go/generated/openapi/go-client/response.go index d0fd5aa558..6a81383764 100644 --- a/packages/cactus-plugin-consortium-manual/src/main/go/generated/openapi/go-client/response.go +++ b/packages/cactus-plugin-consortium-manual/src/main/go/generated/openapi/go-client/response.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Consortium Web Service Manage a Cactus consortium through the APIs. Needs administrative privileges. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-consortium-manual/src/main/go/generated/openapi/go-client/utils.go b/packages/cactus-plugin-consortium-manual/src/main/go/generated/openapi/go-client/utils.go index 0d3b810b03..d08fee0528 100644 --- a/packages/cactus-plugin-consortium-manual/src/main/go/generated/openapi/go-client/utils.go +++ b/packages/cactus-plugin-consortium-manual/src/main/go/generated/openapi/go-client/utils.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Consortium Web Service Manage a Cactus consortium through the APIs. Needs administrative privileges. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-consortium-manual/src/main/json/openapi.json b/packages/cactus-plugin-consortium-manual/src/main/json/openapi.json index c5a7fdcc6e..174fc42556 100644 --- a/packages/cactus-plugin-consortium-manual/src/main/json/openapi.json +++ b/packages/cactus-plugin-consortium-manual/src/main/json/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Plugin - Consortium Web Service", "description": "Manage a Cactus consortium through the APIs. Needs administrative privileges.", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-consortium-manual/src/main/json/openapi.tpl.json b/packages/cactus-plugin-consortium-manual/src/main/json/openapi.tpl.json index 5f032c70fb..3b788f7a65 100644 --- a/packages/cactus-plugin-consortium-manual/src/main/json/openapi.tpl.json +++ b/packages/cactus-plugin-consortium-manual/src/main/json/openapi.tpl.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Plugin - Consortium Web Service", "description": "Manage a Cactus consortium through the APIs. Needs administrative privileges.", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-consortium-manual/src/main/kotlin/generated/openapi/kotlin-client/README.md b/packages/cactus-plugin-consortium-manual/src/main/kotlin/generated/openapi/kotlin-client/README.md index 2128b56262..ba4fceaaa4 100644 --- a/packages/cactus-plugin-consortium-manual/src/main/kotlin/generated/openapi/kotlin-client/README.md +++ b/packages/cactus-plugin-consortium-manual/src/main/kotlin/generated/openapi/kotlin-client/README.md @@ -5,7 +5,7 @@ Manage a Cactus consortium through the APIs. Needs administrative privileges. ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [openapi-spec](https://github.com/OAI/OpenAPI-Specification) from a remote server, you can easily generate an API client. -- API version: 2.0.0-rc.6 +- API version: 2.0.0-rc.7 - Package version: - Build package: org.openapitools.codegen.languages.KotlinClientCodegen diff --git a/packages/cactus-plugin-consortium-manual/src/main/typescript/generated/openapi/typescript-axios/api.ts b/packages/cactus-plugin-consortium-manual/src/main/typescript/generated/openapi/typescript-axios/api.ts index 533dc6e9ea..d609015ee8 100644 --- a/packages/cactus-plugin-consortium-manual/src/main/typescript/generated/openapi/typescript-axios/api.ts +++ b/packages/cactus-plugin-consortium-manual/src/main/typescript/generated/openapi/typescript-axios/api.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Consortium Web Service * Manage a Cactus consortium through the APIs. Needs administrative privileges. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-consortium-manual/src/main/typescript/generated/openapi/typescript-axios/base.ts b/packages/cactus-plugin-consortium-manual/src/main/typescript/generated/openapi/typescript-axios/base.ts index f061774a7b..49d044e16f 100644 --- a/packages/cactus-plugin-consortium-manual/src/main/typescript/generated/openapi/typescript-axios/base.ts +++ b/packages/cactus-plugin-consortium-manual/src/main/typescript/generated/openapi/typescript-axios/base.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Consortium Web Service * Manage a Cactus consortium through the APIs. Needs administrative privileges. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-consortium-manual/src/main/typescript/generated/openapi/typescript-axios/common.ts b/packages/cactus-plugin-consortium-manual/src/main/typescript/generated/openapi/typescript-axios/common.ts index 203ca8a43f..290c6d823f 100644 --- a/packages/cactus-plugin-consortium-manual/src/main/typescript/generated/openapi/typescript-axios/common.ts +++ b/packages/cactus-plugin-consortium-manual/src/main/typescript/generated/openapi/typescript-axios/common.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Consortium Web Service * Manage a Cactus consortium through the APIs. Needs administrative privileges. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-consortium-manual/src/main/typescript/generated/openapi/typescript-axios/configuration.ts b/packages/cactus-plugin-consortium-manual/src/main/typescript/generated/openapi/typescript-axios/configuration.ts index a0f8063a63..b82f696c9b 100644 --- a/packages/cactus-plugin-consortium-manual/src/main/typescript/generated/openapi/typescript-axios/configuration.ts +++ b/packages/cactus-plugin-consortium-manual/src/main/typescript/generated/openapi/typescript-axios/configuration.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Consortium Web Service * Manage a Cactus consortium through the APIs. Needs administrative privileges. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-consortium-manual/src/main/typescript/generated/openapi/typescript-axios/index.ts b/packages/cactus-plugin-consortium-manual/src/main/typescript/generated/openapi/typescript-axios/index.ts index d393ab684b..723fe793d5 100644 --- a/packages/cactus-plugin-consortium-manual/src/main/typescript/generated/openapi/typescript-axios/index.ts +++ b/packages/cactus-plugin-consortium-manual/src/main/typescript/generated/openapi/typescript-axios/index.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Consortium Web Service * Manage a Cactus consortium through the APIs. Needs administrative privileges. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-htlc-eth-besu-erc20/package.json b/packages/cactus-plugin-htlc-eth-besu-erc20/package.json index ec9b97e75d..fc8296c65b 100644 --- a/packages/cactus-plugin-htlc-eth-besu-erc20/package.json +++ b/packages/cactus-plugin-htlc-eth-besu-erc20/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-htlc-eth-besu-erc20", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "description": "Allows Cactus nodes to interact with HTLC contracts with ERC-20 Tokens", "keywords": [ "Hyperledger", @@ -61,10 +61,10 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-rc.6", - "@hyperledger/cactus-core": "2.0.0-rc.6", - "@hyperledger/cactus-core-api": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.6", + "@hyperledger/cactus-common": "2.0.0-rc.7", + "@hyperledger/cactus-core": "2.0.0-rc.7", + "@hyperledger/cactus-core-api": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.7", "axios": "1.7.7", "express": "4.20.0", "joi": "17.13.3", diff --git a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/README.md b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/README.md index f89594201e..5244dd4e6d 100644 --- a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/README.md +++ b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/README.md @@ -5,7 +5,7 @@ Allows Cactus nodes to interact with HTLC contracts with ERC-20 Tokens ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. -- API version: 2.0.0-rc.6 +- API version: 2.0.0-rc.7 - Package version: 1.0.0 - Build package: org.openapitools.codegen.languages.GoClientCodegen diff --git a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/api/openapi.yaml b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/api/openapi.yaml index d6b21ec926..72c2901847 100644 --- a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/api/openapi.yaml +++ b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/api/openapi.yaml @@ -5,7 +5,7 @@ info: name: Apache-2.0 url: https://www.apache.org/licenses/LICENSE-2.0.html title: Hyperledger Cactus Plugin - HTLC ETH BESU ERC20 - version: 2.0.0-rc.6 + version: 2.0.0-rc.7 servers: - url: / paths: diff --git a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/api_default.go b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/api_default.go index bfd2b96d34..cc753f7bb9 100644 --- a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/api_default.go +++ b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/api_default.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - HTLC ETH BESU ERC20 Allows Cactus nodes to interact with HTLC contracts with ERC-20 Tokens -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/client.go b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/client.go index 1e596dbdf2..339bbe03f3 100644 --- a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/client.go +++ b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/client.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - HTLC ETH BESU ERC20 Allows Cactus nodes to interact with HTLC contracts with ERC-20 Tokens -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. @@ -41,7 +41,7 @@ var ( queryDescape = strings.NewReplacer( "%5B", "[", "%5D", "]" ) ) -// APIClient manages communication with the Hyperledger Cactus Plugin - HTLC ETH BESU ERC20 API v2.0.0-rc.6 +// APIClient manages communication with the Hyperledger Cactus Plugin - HTLC ETH BESU ERC20 API v2.0.0-rc.7 // In most cases there should be only one, shared, APIClient. type APIClient struct { cfg *Configuration diff --git a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/configuration.go b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/configuration.go index 6b3b0e122a..ba18308a9d 100644 --- a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/configuration.go +++ b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/configuration.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - HTLC ETH BESU ERC20 Allows Cactus nodes to interact with HTLC contracts with ERC-20 Tokens -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/model_get_single_status_request.go b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/model_get_single_status_request.go index 1640764f1e..58ee3f4175 100644 --- a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/model_get_single_status_request.go +++ b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/model_get_single_status_request.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - HTLC ETH BESU ERC20 Allows Cactus nodes to interact with HTLC contracts with ERC-20 Tokens -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/model_get_status_request.go b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/model_get_status_request.go index ff04f4bc10..e160b76560 100644 --- a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/model_get_status_request.go +++ b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/model_get_status_request.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - HTLC ETH BESU ERC20 Allows Cactus nodes to interact with HTLC contracts with ERC-20 Tokens -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/model_initialize_request.go b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/model_initialize_request.go index f01b2a85fb..ef0c2ea38c 100644 --- a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/model_initialize_request.go +++ b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/model_initialize_request.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - HTLC ETH BESU ERC20 Allows Cactus nodes to interact with HTLC contracts with ERC-20 Tokens -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/model_invoke_contract_v1_response.go b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/model_invoke_contract_v1_response.go index a00a26e06b..055de8fab5 100644 --- a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/model_invoke_contract_v1_response.go +++ b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/model_invoke_contract_v1_response.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - HTLC ETH BESU ERC20 Allows Cactus nodes to interact with HTLC contracts with ERC-20 Tokens -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/model_new_contract_request.go b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/model_new_contract_request.go index ed999b3d45..94b782b555 100644 --- a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/model_new_contract_request.go +++ b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/model_new_contract_request.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - HTLC ETH BESU ERC20 Allows Cactus nodes to interact with HTLC contracts with ERC-20 Tokens -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/model_new_contract_request_gas.go b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/model_new_contract_request_gas.go index e6dbb171e8..36c5b7314f 100644 --- a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/model_new_contract_request_gas.go +++ b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/model_new_contract_request_gas.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - HTLC ETH BESU ERC20 Allows Cactus nodes to interact with HTLC contracts with ERC-20 Tokens -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/model_refund_request.go b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/model_refund_request.go index b95b1f315e..b69e79a580 100644 --- a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/model_refund_request.go +++ b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/model_refund_request.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - HTLC ETH BESU ERC20 Allows Cactus nodes to interact with HTLC contracts with ERC-20 Tokens -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/model_run_transaction_response.go b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/model_run_transaction_response.go index 34ea1dfc3b..79bb4a7f83 100644 --- a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/model_run_transaction_response.go +++ b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/model_run_transaction_response.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - HTLC ETH BESU ERC20 Allows Cactus nodes to interact with HTLC contracts with ERC-20 Tokens -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/model_web3_signing_credential.go b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/model_web3_signing_credential.go index d640bd743e..e51b97fe90 100644 --- a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/model_web3_signing_credential.go +++ b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/model_web3_signing_credential.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - HTLC ETH BESU ERC20 Allows Cactus nodes to interact with HTLC contracts with ERC-20 Tokens -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/model_web3_signing_credential_cactus_keychain_ref.go b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/model_web3_signing_credential_cactus_keychain_ref.go index 3fe86030fc..81b10be12c 100644 --- a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/model_web3_signing_credential_cactus_keychain_ref.go +++ b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/model_web3_signing_credential_cactus_keychain_ref.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - HTLC ETH BESU ERC20 Allows Cactus nodes to interact with HTLC contracts with ERC-20 Tokens -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/model_web3_signing_credential_none.go b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/model_web3_signing_credential_none.go index efa155212a..17ebb156ce 100644 --- a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/model_web3_signing_credential_none.go +++ b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/model_web3_signing_credential_none.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - HTLC ETH BESU ERC20 Allows Cactus nodes to interact with HTLC contracts with ERC-20 Tokens -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/model_web3_signing_credential_private_key_hex.go b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/model_web3_signing_credential_private_key_hex.go index f2dbf863e5..e34b1c7b04 100644 --- a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/model_web3_signing_credential_private_key_hex.go +++ b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/model_web3_signing_credential_private_key_hex.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - HTLC ETH BESU ERC20 Allows Cactus nodes to interact with HTLC contracts with ERC-20 Tokens -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/model_web3_signing_credential_type.go b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/model_web3_signing_credential_type.go index 14b0832acc..19a1fbe79c 100644 --- a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/model_web3_signing_credential_type.go +++ b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/model_web3_signing_credential_type.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - HTLC ETH BESU ERC20 Allows Cactus nodes to interact with HTLC contracts with ERC-20 Tokens -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/model_web3_transaction_receipt.go b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/model_web3_transaction_receipt.go index 5aaac2bc43..7972fe0d31 100644 --- a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/model_web3_transaction_receipt.go +++ b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/model_web3_transaction_receipt.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - HTLC ETH BESU ERC20 Allows Cactus nodes to interact with HTLC contracts with ERC-20 Tokens -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/model_withdraw_request.go b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/model_withdraw_request.go index c2ee231cd6..f370a4e776 100644 --- a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/model_withdraw_request.go +++ b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/model_withdraw_request.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - HTLC ETH BESU ERC20 Allows Cactus nodes to interact with HTLC contracts with ERC-20 Tokens -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/response.go b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/response.go index 9fe3132012..97ae79d563 100644 --- a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/response.go +++ b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/response.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - HTLC ETH BESU ERC20 Allows Cactus nodes to interact with HTLC contracts with ERC-20 Tokens -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/utils.go b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/utils.go index 9623b2b8e2..5bf5e03d31 100644 --- a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/utils.go +++ b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/go/generated/openapi/go-client/utils.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - HTLC ETH BESU ERC20 Allows Cactus nodes to interact with HTLC contracts with ERC-20 Tokens -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/json/openapi.json b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/json/openapi.json index 16d8c6e255..fb384186e6 100644 --- a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/json/openapi.json +++ b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/json/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Plugin - HTLC ETH BESU ERC20", "description": "Allows Cactus nodes to interact with HTLC contracts with ERC-20 Tokens", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/json/openapi.tpl.json b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/json/openapi.tpl.json index 3ceaaa5f13..d3914a09f7 100644 --- a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/json/openapi.tpl.json +++ b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/json/openapi.tpl.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Plugin - HTLC ETH BESU ERC20", "description": "Allows Cactus nodes to interact with HTLC contracts with ERC-20 Tokens", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/kotlin/generated/openapi/kotlin-client/README.md b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/kotlin/generated/openapi/kotlin-client/README.md index 842d6b25cb..390663b85a 100644 --- a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/kotlin/generated/openapi/kotlin-client/README.md +++ b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/kotlin/generated/openapi/kotlin-client/README.md @@ -5,7 +5,7 @@ Allows Cactus nodes to interact with HTLC contracts with ERC-20 Tokens ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [openapi-spec](https://github.com/OAI/OpenAPI-Specification) from a remote server, you can easily generate an API client. -- API version: 2.0.0-rc.6 +- API version: 2.0.0-rc.7 - Package version: - Build package: org.openapitools.codegen.languages.KotlinClientCodegen diff --git a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/typescript/generated/openapi/typescript-axios/api.ts b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/typescript/generated/openapi/typescript-axios/api.ts index 547a3d4f30..e2a8a45507 100644 --- a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/typescript/generated/openapi/typescript-axios/api.ts +++ b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/typescript/generated/openapi/typescript-axios/api.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - HTLC ETH BESU ERC20 * Allows Cactus nodes to interact with HTLC contracts with ERC-20 Tokens * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/typescript/generated/openapi/typescript-axios/base.ts b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/typescript/generated/openapi/typescript-axios/base.ts index eba0d4013e..67bece680f 100644 --- a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/typescript/generated/openapi/typescript-axios/base.ts +++ b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/typescript/generated/openapi/typescript-axios/base.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - HTLC ETH BESU ERC20 * Allows Cactus nodes to interact with HTLC contracts with ERC-20 Tokens * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/typescript/generated/openapi/typescript-axios/common.ts b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/typescript/generated/openapi/typescript-axios/common.ts index 999e0f71eb..8aa9708e6e 100644 --- a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/typescript/generated/openapi/typescript-axios/common.ts +++ b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/typescript/generated/openapi/typescript-axios/common.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - HTLC ETH BESU ERC20 * Allows Cactus nodes to interact with HTLC contracts with ERC-20 Tokens * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/typescript/generated/openapi/typescript-axios/configuration.ts b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/typescript/generated/openapi/typescript-axios/configuration.ts index 6b16765980..f9a13f2e0c 100644 --- a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/typescript/generated/openapi/typescript-axios/configuration.ts +++ b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/typescript/generated/openapi/typescript-axios/configuration.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - HTLC ETH BESU ERC20 * Allows Cactus nodes to interact with HTLC contracts with ERC-20 Tokens * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/typescript/generated/openapi/typescript-axios/index.ts b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/typescript/generated/openapi/typescript-axios/index.ts index 3375c5baad..0a92c6552d 100644 --- a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/typescript/generated/openapi/typescript-axios/index.ts +++ b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/typescript/generated/openapi/typescript-axios/index.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - HTLC ETH BESU ERC20 * Allows Cactus nodes to interact with HTLC contracts with ERC-20 Tokens * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-htlc-eth-besu/package.json b/packages/cactus-plugin-htlc-eth-besu/package.json index 585dbde55d..1af790fefa 100644 --- a/packages/cactus-plugin-htlc-eth-besu/package.json +++ b/packages/cactus-plugin-htlc-eth-besu/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-htlc-eth-besu", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "description": "Allows Cactus nodes to interact with HTLC ETH contracts", "keywords": [ "Hyperledger", @@ -67,12 +67,12 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-rc.6", - "@hyperledger/cactus-core": "2.0.0-rc.6", - "@hyperledger/cactus-core-api": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.6", - "@hyperledger/cactus-test-tooling": "2.0.0-rc.6", + "@hyperledger/cactus-common": "2.0.0-rc.7", + "@hyperledger/cactus-core": "2.0.0-rc.7", + "@hyperledger/cactus-core-api": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.7", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.7", "axios": "1.7.7", "bn.js": "5.2.1", "dotenv": "16.0.3", @@ -84,8 +84,8 @@ "web3js-quorum": "22.4.0" }, "devDependencies": { - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.6", - "@hyperledger/cactus-test-tooling": "2.0.0-rc.6", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.7", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.7", "@types/express": "4.17.21", "ds-test": "https://github.com/dapphub/ds-test.git#e282159d5170298eb2455a6c05280ab5a73a4ef0", "forge-std": "https://github.com/foundry-rs/forge-std.git#66bf4e2c92cf507531599845e8d5a08cc2e3b5bb" diff --git a/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/README.md b/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/README.md index 3bd5ac8244..a6ff0c0e0e 100644 --- a/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/README.md +++ b/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/README.md @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/opena ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. -- API version: 2.0.0-rc.6 +- API version: 2.0.0-rc.7 - Package version: 1.0.0 - Build package: org.openapitools.codegen.languages.GoClientCodegen diff --git a/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/api/openapi.yaml b/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/api/openapi.yaml index 9995a5e39b..f9acaba478 100644 --- a/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/api/openapi.yaml +++ b/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/api/openapi.yaml @@ -4,7 +4,7 @@ info: name: Apache-2.0 url: https://www.apache.org/licenses/LICENSE-2.0.html title: Hyperledger Cactus Plugin - HTLC-ETH Besu - version: 2.0.0-rc.6 + version: 2.0.0-rc.7 servers: - url: / paths: diff --git a/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/api_default.go b/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/api_default.go index 582ec8a786..8da19ca084 100644 --- a/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/api_default.go +++ b/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/api_default.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - HTLC-ETH Besu No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/client.go b/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/client.go index 43acc76fd2..948715a80d 100644 --- a/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/client.go +++ b/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/client.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - HTLC-ETH Besu No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. @@ -41,7 +41,7 @@ var ( queryDescape = strings.NewReplacer( "%5B", "[", "%5D", "]" ) ) -// APIClient manages communication with the Hyperledger Cactus Plugin - HTLC-ETH Besu API v2.0.0-rc.6 +// APIClient manages communication with the Hyperledger Cactus Plugin - HTLC-ETH Besu API v2.0.0-rc.7 // In most cases there should be only one, shared, APIClient. type APIClient struct { cfg *Configuration diff --git a/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/configuration.go b/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/configuration.go index d837ee2079..9c4fc9532d 100644 --- a/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/configuration.go +++ b/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/configuration.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - HTLC-ETH Besu No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/model_get_single_status_request.go b/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/model_get_single_status_request.go index aa3fe6dde3..4244a8fb8e 100644 --- a/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/model_get_single_status_request.go +++ b/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/model_get_single_status_request.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - HTLC-ETH Besu No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/model_get_status_request.go b/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/model_get_status_request.go index 51fa6c4674..4c2a99b155 100644 --- a/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/model_get_status_request.go +++ b/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/model_get_status_request.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - HTLC-ETH Besu No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/model_initialize_request.go b/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/model_initialize_request.go index 627d403cf6..dd2aa0026d 100644 --- a/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/model_initialize_request.go +++ b/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/model_initialize_request.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - HTLC-ETH Besu No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/model_invoke_contract_v1_response.go b/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/model_invoke_contract_v1_response.go index 539cd94ed5..38dc726e51 100644 --- a/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/model_invoke_contract_v1_response.go +++ b/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/model_invoke_contract_v1_response.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - HTLC-ETH Besu No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/model_new_contract_obj.go b/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/model_new_contract_obj.go index d0f3758ba3..04a61f09cf 100644 --- a/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/model_new_contract_obj.go +++ b/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/model_new_contract_obj.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - HTLC-ETH Besu No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/model_new_contract_obj_gas.go b/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/model_new_contract_obj_gas.go index c909ba754d..d1bbbfc03c 100644 --- a/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/model_new_contract_obj_gas.go +++ b/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/model_new_contract_obj_gas.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - HTLC-ETH Besu No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/model_refund_req.go b/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/model_refund_req.go index 187761a089..1f01e57ea5 100644 --- a/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/model_refund_req.go +++ b/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/model_refund_req.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - HTLC-ETH Besu No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/model_run_transaction_response.go b/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/model_run_transaction_response.go index bc973d0156..0d056ab710 100644 --- a/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/model_run_transaction_response.go +++ b/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/model_run_transaction_response.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - HTLC-ETH Besu No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/model_web3_signing_credential.go b/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/model_web3_signing_credential.go index 53154f5927..2d53da04ba 100644 --- a/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/model_web3_signing_credential.go +++ b/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/model_web3_signing_credential.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - HTLC-ETH Besu No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/model_web3_signing_credential_cactus_keychain_ref.go b/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/model_web3_signing_credential_cactus_keychain_ref.go index 2d771ceebd..810d89be8f 100644 --- a/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/model_web3_signing_credential_cactus_keychain_ref.go +++ b/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/model_web3_signing_credential_cactus_keychain_ref.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - HTLC-ETH Besu No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/model_web3_signing_credential_none.go b/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/model_web3_signing_credential_none.go index 3370c76250..68e62f53e6 100644 --- a/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/model_web3_signing_credential_none.go +++ b/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/model_web3_signing_credential_none.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - HTLC-ETH Besu No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/model_web3_signing_credential_private_key_hex.go b/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/model_web3_signing_credential_private_key_hex.go index eff4a12c5d..0a72f5de5e 100644 --- a/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/model_web3_signing_credential_private_key_hex.go +++ b/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/model_web3_signing_credential_private_key_hex.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - HTLC-ETH Besu No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/model_web3_signing_credential_type.go b/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/model_web3_signing_credential_type.go index dcce334bb2..234354debb 100644 --- a/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/model_web3_signing_credential_type.go +++ b/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/model_web3_signing_credential_type.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - HTLC-ETH Besu No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/model_web3_transaction_receipt.go b/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/model_web3_transaction_receipt.go index 9b7c8a0b96..92d2158175 100644 --- a/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/model_web3_transaction_receipt.go +++ b/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/model_web3_transaction_receipt.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - HTLC-ETH Besu No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/model_withdraw_req.go b/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/model_withdraw_req.go index 0bd99e878c..2150416435 100644 --- a/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/model_withdraw_req.go +++ b/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/model_withdraw_req.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - HTLC-ETH Besu No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/response.go b/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/response.go index 0371ac9999..6e703a8308 100644 --- a/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/response.go +++ b/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/response.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - HTLC-ETH Besu No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/utils.go b/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/utils.go index 4b543c7c80..252da4098f 100644 --- a/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/utils.go +++ b/packages/cactus-plugin-htlc-eth-besu/src/main/go/generated/openapi/go-client/utils.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - HTLC-ETH Besu No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-htlc-eth-besu/src/main/json/openapi.json b/packages/cactus-plugin-htlc-eth-besu/src/main/json/openapi.json index 65488ea79a..910352721e 100644 --- a/packages/cactus-plugin-htlc-eth-besu/src/main/json/openapi.json +++ b/packages/cactus-plugin-htlc-eth-besu/src/main/json/openapi.json @@ -2,7 +2,7 @@ "openapi": "3.0.3", "info": { "title": "Hyperledger Cactus Plugin - HTLC-ETH Besu", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-htlc-eth-besu/src/main/json/openapi.tpl.json b/packages/cactus-plugin-htlc-eth-besu/src/main/json/openapi.tpl.json index ae047cf915..3498ea0f78 100644 --- a/packages/cactus-plugin-htlc-eth-besu/src/main/json/openapi.tpl.json +++ b/packages/cactus-plugin-htlc-eth-besu/src/main/json/openapi.tpl.json @@ -2,7 +2,7 @@ "openapi": "3.0.3", "info": { "title": "Hyperledger Cactus Plugin - HTLC-ETH Besu", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-htlc-eth-besu/src/main/typescript/generated/openapi/typescript-axios/api.ts b/packages/cactus-plugin-htlc-eth-besu/src/main/typescript/generated/openapi/typescript-axios/api.ts index df65fa6282..868bf3e2c5 100644 --- a/packages/cactus-plugin-htlc-eth-besu/src/main/typescript/generated/openapi/typescript-axios/api.ts +++ b/packages/cactus-plugin-htlc-eth-besu/src/main/typescript/generated/openapi/typescript-axios/api.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - HTLC-ETH Besu * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-htlc-eth-besu/src/main/typescript/generated/openapi/typescript-axios/base.ts b/packages/cactus-plugin-htlc-eth-besu/src/main/typescript/generated/openapi/typescript-axios/base.ts index 1f3ab53270..31f153fbb7 100644 --- a/packages/cactus-plugin-htlc-eth-besu/src/main/typescript/generated/openapi/typescript-axios/base.ts +++ b/packages/cactus-plugin-htlc-eth-besu/src/main/typescript/generated/openapi/typescript-axios/base.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - HTLC-ETH Besu * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-htlc-eth-besu/src/main/typescript/generated/openapi/typescript-axios/common.ts b/packages/cactus-plugin-htlc-eth-besu/src/main/typescript/generated/openapi/typescript-axios/common.ts index ae4e680b1e..b9bfe57f30 100644 --- a/packages/cactus-plugin-htlc-eth-besu/src/main/typescript/generated/openapi/typescript-axios/common.ts +++ b/packages/cactus-plugin-htlc-eth-besu/src/main/typescript/generated/openapi/typescript-axios/common.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - HTLC-ETH Besu * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-htlc-eth-besu/src/main/typescript/generated/openapi/typescript-axios/configuration.ts b/packages/cactus-plugin-htlc-eth-besu/src/main/typescript/generated/openapi/typescript-axios/configuration.ts index 5f87dbec55..d39eb1ded5 100644 --- a/packages/cactus-plugin-htlc-eth-besu/src/main/typescript/generated/openapi/typescript-axios/configuration.ts +++ b/packages/cactus-plugin-htlc-eth-besu/src/main/typescript/generated/openapi/typescript-axios/configuration.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - HTLC-ETH Besu * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-htlc-eth-besu/src/main/typescript/generated/openapi/typescript-axios/index.ts b/packages/cactus-plugin-htlc-eth-besu/src/main/typescript/generated/openapi/typescript-axios/index.ts index 55ef9cb29b..f19e7f3f94 100644 --- a/packages/cactus-plugin-htlc-eth-besu/src/main/typescript/generated/openapi/typescript-axios/index.ts +++ b/packages/cactus-plugin-htlc-eth-besu/src/main/typescript/generated/openapi/typescript-axios/index.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - HTLC-ETH Besu * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-keychain-aws-sm/package.json b/packages/cactus-plugin-keychain-aws-sm/package.json index 39566170b1..9777e27fce 100644 --- a/packages/cactus-plugin-keychain-aws-sm/package.json +++ b/packages/cactus-plugin-keychain-aws-sm/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-keychain-aws-sm", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "description": "A keychain implementation storing its entries in AWS Secret Manger.", "keywords": [ "Hyperledger", @@ -56,9 +56,9 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-rc.6", - "@hyperledger/cactus-core": "2.0.0-rc.6", - "@hyperledger/cactus-core-api": "2.0.0-rc.6", + "@hyperledger/cactus-common": "2.0.0-rc.7", + "@hyperledger/cactus-core": "2.0.0-rc.7", + "@hyperledger/cactus-core-api": "2.0.0-rc.7", "aws-sdk": "2.965.0", "axios": "1.7.7", "http-status-codes": "2.1.4", @@ -66,7 +66,7 @@ "typescript-optional": "2.0.1" }, "devDependencies": { - "@hyperledger/cactus-test-tooling": "2.0.0-rc.6", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.7", "@types/body-parser": "1.19.4", "@types/express": "4.17.21", "@types/request": "2.48.7", diff --git a/packages/cactus-plugin-keychain-aws-sm/src/main/go/generated/openapi/go-client/README.md b/packages/cactus-plugin-keychain-aws-sm/src/main/go/generated/openapi/go-client/README.md index 652be83e34..575e4a5c26 100644 --- a/packages/cactus-plugin-keychain-aws-sm/src/main/go/generated/openapi/go-client/README.md +++ b/packages/cactus-plugin-keychain-aws-sm/src/main/go/generated/openapi/go-client/README.md @@ -5,7 +5,7 @@ Contains/describes the Keychain API types/paths for Hyperledger Cactus. ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. -- API version: 2.0.0-rc.6 +- API version: 2.0.0-rc.7 - Package version: 1.0.0 - Build package: org.openapitools.codegen.languages.GoClientCodegen diff --git a/packages/cactus-plugin-keychain-aws-sm/src/main/go/generated/openapi/go-client/api/openapi.yaml b/packages/cactus-plugin-keychain-aws-sm/src/main/go/generated/openapi/go-client/api/openapi.yaml index b6dc95013b..2d38e43ec8 100644 --- a/packages/cactus-plugin-keychain-aws-sm/src/main/go/generated/openapi/go-client/api/openapi.yaml +++ b/packages/cactus-plugin-keychain-aws-sm/src/main/go/generated/openapi/go-client/api/openapi.yaml @@ -5,7 +5,7 @@ info: name: Apache-2.0 url: https://www.apache.org/licenses/LICENSE-2.0.html title: Hyperledger Cactus - Keychain API - version: 2.0.0-rc.6 + version: 2.0.0-rc.7 servers: - url: / paths: diff --git a/packages/cactus-plugin-keychain-aws-sm/src/main/go/generated/openapi/go-client/api_default.go b/packages/cactus-plugin-keychain-aws-sm/src/main/go/generated/openapi/go-client/api_default.go index 357aa73a0a..95b8b153df 100644 --- a/packages/cactus-plugin-keychain-aws-sm/src/main/go/generated/openapi/go-client/api_default.go +++ b/packages/cactus-plugin-keychain-aws-sm/src/main/go/generated/openapi/go-client/api_default.go @@ -3,7 +3,7 @@ Hyperledger Cactus - Keychain API Contains/describes the Keychain API types/paths for Hyperledger Cactus. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-aws-sm/src/main/go/generated/openapi/go-client/client.go b/packages/cactus-plugin-keychain-aws-sm/src/main/go/generated/openapi/go-client/client.go index 4d53bb2b5f..d6df3c4592 100644 --- a/packages/cactus-plugin-keychain-aws-sm/src/main/go/generated/openapi/go-client/client.go +++ b/packages/cactus-plugin-keychain-aws-sm/src/main/go/generated/openapi/go-client/client.go @@ -3,7 +3,7 @@ Hyperledger Cactus - Keychain API Contains/describes the Keychain API types/paths for Hyperledger Cactus. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. @@ -41,7 +41,7 @@ var ( queryDescape = strings.NewReplacer( "%5B", "[", "%5D", "]" ) ) -// APIClient manages communication with the Hyperledger Cactus - Keychain API API v2.0.0-rc.6 +// APIClient manages communication with the Hyperledger Cactus - Keychain API API v2.0.0-rc.7 // In most cases there should be only one, shared, APIClient. type APIClient struct { cfg *Configuration diff --git a/packages/cactus-plugin-keychain-aws-sm/src/main/go/generated/openapi/go-client/configuration.go b/packages/cactus-plugin-keychain-aws-sm/src/main/go/generated/openapi/go-client/configuration.go index 19b17aaf7b..012ec82a0c 100644 --- a/packages/cactus-plugin-keychain-aws-sm/src/main/go/generated/openapi/go-client/configuration.go +++ b/packages/cactus-plugin-keychain-aws-sm/src/main/go/generated/openapi/go-client/configuration.go @@ -3,7 +3,7 @@ Hyperledger Cactus - Keychain API Contains/describes the Keychain API types/paths for Hyperledger Cactus. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-aws-sm/src/main/go/generated/openapi/go-client/model_delete_keychain_entry_request_v1.go b/packages/cactus-plugin-keychain-aws-sm/src/main/go/generated/openapi/go-client/model_delete_keychain_entry_request_v1.go index c7e2b68fcb..cdc5c849b5 100644 --- a/packages/cactus-plugin-keychain-aws-sm/src/main/go/generated/openapi/go-client/model_delete_keychain_entry_request_v1.go +++ b/packages/cactus-plugin-keychain-aws-sm/src/main/go/generated/openapi/go-client/model_delete_keychain_entry_request_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus - Keychain API Contains/describes the Keychain API types/paths for Hyperledger Cactus. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-aws-sm/src/main/go/generated/openapi/go-client/model_delete_keychain_entry_response_v1.go b/packages/cactus-plugin-keychain-aws-sm/src/main/go/generated/openapi/go-client/model_delete_keychain_entry_response_v1.go index e298448a70..05b090e144 100644 --- a/packages/cactus-plugin-keychain-aws-sm/src/main/go/generated/openapi/go-client/model_delete_keychain_entry_response_v1.go +++ b/packages/cactus-plugin-keychain-aws-sm/src/main/go/generated/openapi/go-client/model_delete_keychain_entry_response_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus - Keychain API Contains/describes the Keychain API types/paths for Hyperledger Cactus. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-aws-sm/src/main/go/generated/openapi/go-client/model_get_keychain_entry_request_v1.go b/packages/cactus-plugin-keychain-aws-sm/src/main/go/generated/openapi/go-client/model_get_keychain_entry_request_v1.go index 2c0069a818..b09d23b0b7 100644 --- a/packages/cactus-plugin-keychain-aws-sm/src/main/go/generated/openapi/go-client/model_get_keychain_entry_request_v1.go +++ b/packages/cactus-plugin-keychain-aws-sm/src/main/go/generated/openapi/go-client/model_get_keychain_entry_request_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus - Keychain API Contains/describes the Keychain API types/paths for Hyperledger Cactus. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-aws-sm/src/main/go/generated/openapi/go-client/model_get_keychain_entry_response_v1.go b/packages/cactus-plugin-keychain-aws-sm/src/main/go/generated/openapi/go-client/model_get_keychain_entry_response_v1.go index ee6b232d16..c29d475a65 100644 --- a/packages/cactus-plugin-keychain-aws-sm/src/main/go/generated/openapi/go-client/model_get_keychain_entry_response_v1.go +++ b/packages/cactus-plugin-keychain-aws-sm/src/main/go/generated/openapi/go-client/model_get_keychain_entry_response_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus - Keychain API Contains/describes the Keychain API types/paths for Hyperledger Cactus. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-aws-sm/src/main/go/generated/openapi/go-client/model_has_keychain_entry_request_v1.go b/packages/cactus-plugin-keychain-aws-sm/src/main/go/generated/openapi/go-client/model_has_keychain_entry_request_v1.go index f2dfc63d2d..ed74fea4ce 100644 --- a/packages/cactus-plugin-keychain-aws-sm/src/main/go/generated/openapi/go-client/model_has_keychain_entry_request_v1.go +++ b/packages/cactus-plugin-keychain-aws-sm/src/main/go/generated/openapi/go-client/model_has_keychain_entry_request_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus - Keychain API Contains/describes the Keychain API types/paths for Hyperledger Cactus. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-aws-sm/src/main/go/generated/openapi/go-client/model_has_keychain_entry_response_v1.go b/packages/cactus-plugin-keychain-aws-sm/src/main/go/generated/openapi/go-client/model_has_keychain_entry_response_v1.go index 9268d78645..ebc64863ef 100644 --- a/packages/cactus-plugin-keychain-aws-sm/src/main/go/generated/openapi/go-client/model_has_keychain_entry_response_v1.go +++ b/packages/cactus-plugin-keychain-aws-sm/src/main/go/generated/openapi/go-client/model_has_keychain_entry_response_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus - Keychain API Contains/describes the Keychain API types/paths for Hyperledger Cactus. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-aws-sm/src/main/go/generated/openapi/go-client/model_set_keychain_entry_request_v1.go b/packages/cactus-plugin-keychain-aws-sm/src/main/go/generated/openapi/go-client/model_set_keychain_entry_request_v1.go index e1db7b27c4..51c97ef64e 100644 --- a/packages/cactus-plugin-keychain-aws-sm/src/main/go/generated/openapi/go-client/model_set_keychain_entry_request_v1.go +++ b/packages/cactus-plugin-keychain-aws-sm/src/main/go/generated/openapi/go-client/model_set_keychain_entry_request_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus - Keychain API Contains/describes the Keychain API types/paths for Hyperledger Cactus. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-aws-sm/src/main/go/generated/openapi/go-client/model_set_keychain_entry_response_v1.go b/packages/cactus-plugin-keychain-aws-sm/src/main/go/generated/openapi/go-client/model_set_keychain_entry_response_v1.go index 36bf719d62..a740528fb3 100644 --- a/packages/cactus-plugin-keychain-aws-sm/src/main/go/generated/openapi/go-client/model_set_keychain_entry_response_v1.go +++ b/packages/cactus-plugin-keychain-aws-sm/src/main/go/generated/openapi/go-client/model_set_keychain_entry_response_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus - Keychain API Contains/describes the Keychain API types/paths for Hyperledger Cactus. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-aws-sm/src/main/go/generated/openapi/go-client/response.go b/packages/cactus-plugin-keychain-aws-sm/src/main/go/generated/openapi/go-client/response.go index ab520606be..bd41a807fa 100644 --- a/packages/cactus-plugin-keychain-aws-sm/src/main/go/generated/openapi/go-client/response.go +++ b/packages/cactus-plugin-keychain-aws-sm/src/main/go/generated/openapi/go-client/response.go @@ -3,7 +3,7 @@ Hyperledger Cactus - Keychain API Contains/describes the Keychain API types/paths for Hyperledger Cactus. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-aws-sm/src/main/go/generated/openapi/go-client/utils.go b/packages/cactus-plugin-keychain-aws-sm/src/main/go/generated/openapi/go-client/utils.go index afe3854a1c..0ef6f65095 100644 --- a/packages/cactus-plugin-keychain-aws-sm/src/main/go/generated/openapi/go-client/utils.go +++ b/packages/cactus-plugin-keychain-aws-sm/src/main/go/generated/openapi/go-client/utils.go @@ -3,7 +3,7 @@ Hyperledger Cactus - Keychain API Contains/describes the Keychain API types/paths for Hyperledger Cactus. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-aws-sm/src/main/json/openapi.json b/packages/cactus-plugin-keychain-aws-sm/src/main/json/openapi.json index 635e553ddc..32620f24d9 100644 --- a/packages/cactus-plugin-keychain-aws-sm/src/main/json/openapi.json +++ b/packages/cactus-plugin-keychain-aws-sm/src/main/json/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus - Keychain API", "description": "Contains/describes the Keychain API types/paths for Hyperledger Cactus.", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-keychain-aws-sm/src/main/json/openapi.tpl.json b/packages/cactus-plugin-keychain-aws-sm/src/main/json/openapi.tpl.json index 65ece38582..3c027326b5 100644 --- a/packages/cactus-plugin-keychain-aws-sm/src/main/json/openapi.tpl.json +++ b/packages/cactus-plugin-keychain-aws-sm/src/main/json/openapi.tpl.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus - Keychain API", "description": "Contains/describes the Keychain API types/paths for Hyperledger Cactus.", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-keychain-aws-sm/src/main/kotlin/generated/openapi/kotlin-client/README.md b/packages/cactus-plugin-keychain-aws-sm/src/main/kotlin/generated/openapi/kotlin-client/README.md index 945977d4af..f4270f93bb 100644 --- a/packages/cactus-plugin-keychain-aws-sm/src/main/kotlin/generated/openapi/kotlin-client/README.md +++ b/packages/cactus-plugin-keychain-aws-sm/src/main/kotlin/generated/openapi/kotlin-client/README.md @@ -5,7 +5,7 @@ Contains/describes the Keychain API types/paths for Hyperledger Cactus. ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [openapi-spec](https://github.com/OAI/OpenAPI-Specification) from a remote server, you can easily generate an API client. -- API version: 2.0.0-rc.6 +- API version: 2.0.0-rc.7 - Package version: - Build package: org.openapitools.codegen.languages.KotlinClientCodegen diff --git a/packages/cactus-plugin-keychain-aws-sm/src/main/typescript/generated/openapi/typescript-axios/api.ts b/packages/cactus-plugin-keychain-aws-sm/src/main/typescript/generated/openapi/typescript-axios/api.ts index ba2dc2cfb8..bc58985991 100644 --- a/packages/cactus-plugin-keychain-aws-sm/src/main/typescript/generated/openapi/typescript-axios/api.ts +++ b/packages/cactus-plugin-keychain-aws-sm/src/main/typescript/generated/openapi/typescript-axios/api.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus - Keychain API * Contains/describes the Keychain API types/paths for Hyperledger Cactus. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-keychain-aws-sm/src/main/typescript/generated/openapi/typescript-axios/base.ts b/packages/cactus-plugin-keychain-aws-sm/src/main/typescript/generated/openapi/typescript-axios/base.ts index 0b7e8a2f66..ed9fb65b46 100644 --- a/packages/cactus-plugin-keychain-aws-sm/src/main/typescript/generated/openapi/typescript-axios/base.ts +++ b/packages/cactus-plugin-keychain-aws-sm/src/main/typescript/generated/openapi/typescript-axios/base.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus - Keychain API * Contains/describes the Keychain API types/paths for Hyperledger Cactus. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-keychain-aws-sm/src/main/typescript/generated/openapi/typescript-axios/common.ts b/packages/cactus-plugin-keychain-aws-sm/src/main/typescript/generated/openapi/typescript-axios/common.ts index bf1592f782..ffc5540116 100644 --- a/packages/cactus-plugin-keychain-aws-sm/src/main/typescript/generated/openapi/typescript-axios/common.ts +++ b/packages/cactus-plugin-keychain-aws-sm/src/main/typescript/generated/openapi/typescript-axios/common.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus - Keychain API * Contains/describes the Keychain API types/paths for Hyperledger Cactus. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-keychain-aws-sm/src/main/typescript/generated/openapi/typescript-axios/configuration.ts b/packages/cactus-plugin-keychain-aws-sm/src/main/typescript/generated/openapi/typescript-axios/configuration.ts index 6447a2ec12..fa5064c6e1 100644 --- a/packages/cactus-plugin-keychain-aws-sm/src/main/typescript/generated/openapi/typescript-axios/configuration.ts +++ b/packages/cactus-plugin-keychain-aws-sm/src/main/typescript/generated/openapi/typescript-axios/configuration.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus - Keychain API * Contains/describes the Keychain API types/paths for Hyperledger Cactus. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-keychain-aws-sm/src/main/typescript/generated/openapi/typescript-axios/index.ts b/packages/cactus-plugin-keychain-aws-sm/src/main/typescript/generated/openapi/typescript-axios/index.ts index 9ebe9df2e7..1dd84184e6 100644 --- a/packages/cactus-plugin-keychain-aws-sm/src/main/typescript/generated/openapi/typescript-axios/index.ts +++ b/packages/cactus-plugin-keychain-aws-sm/src/main/typescript/generated/openapi/typescript-axios/index.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus - Keychain API * Contains/describes the Keychain API types/paths for Hyperledger Cactus. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-keychain-azure-kv/package.json b/packages/cactus-plugin-keychain-azure-kv/package.json index c00ac0dd38..f10aa34d24 100644 --- a/packages/cactus-plugin-keychain-azure-kv/package.json +++ b/packages/cactus-plugin-keychain-azure-kv/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-keychain-azure-kv", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "description": "A keychain implementation storing its entries in Azure key vault.", "keywords": [ "Hyperledger", @@ -63,15 +63,15 @@ "dependencies": { "@azure/identity": "4.2.1", "@azure/keyvault-secrets": "4.3.0", - "@hyperledger/cactus-common": "2.0.0-rc.6", - "@hyperledger/cactus-core": "2.0.0-rc.6", - "@hyperledger/cactus-core-api": "2.0.0-rc.6", + "@hyperledger/cactus-common": "2.0.0-rc.7", + "@hyperledger/cactus-core": "2.0.0-rc.7", + "@hyperledger/cactus-core-api": "2.0.0-rc.7", "axios": "1.7.7", "http-status-codes": "2.1.4", "typescript-optional": "2.0.1" }, "devDependencies": { - "@hyperledger/cactus-test-tooling": "2.0.0-rc.6", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.7", "@types/body-parser": "1.19.4", "@types/express": "4.17.21", "@types/request": "2.48.7", diff --git a/packages/cactus-plugin-keychain-azure-kv/src/main/go/generated/openapi/go-client/README.md b/packages/cactus-plugin-keychain-azure-kv/src/main/go/generated/openapi/go-client/README.md index b427c9b3fe..1a3c5eeca4 100644 --- a/packages/cactus-plugin-keychain-azure-kv/src/main/go/generated/openapi/go-client/README.md +++ b/packages/cactus-plugin-keychain-azure-kv/src/main/go/generated/openapi/go-client/README.md @@ -5,7 +5,7 @@ Contains/describes the Keychain API types/paths for Hyperledger Cactus. ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. -- API version: 2.0.0-rc.6 +- API version: 2.0.0-rc.7 - Package version: 1.0.0 - Build package: org.openapitools.codegen.languages.GoClientCodegen diff --git a/packages/cactus-plugin-keychain-azure-kv/src/main/go/generated/openapi/go-client/api/openapi.yaml b/packages/cactus-plugin-keychain-azure-kv/src/main/go/generated/openapi/go-client/api/openapi.yaml index bacd398045..b2e8fee48b 100644 --- a/packages/cactus-plugin-keychain-azure-kv/src/main/go/generated/openapi/go-client/api/openapi.yaml +++ b/packages/cactus-plugin-keychain-azure-kv/src/main/go/generated/openapi/go-client/api/openapi.yaml @@ -5,7 +5,7 @@ info: name: Apache-2.0 url: https://www.apache.org/licenses/LICENSE-2.0.html title: Hyperledger Cactus - Keychain API - version: 2.0.0-rc.6 + version: 2.0.0-rc.7 servers: - url: / paths: diff --git a/packages/cactus-plugin-keychain-azure-kv/src/main/go/generated/openapi/go-client/api_default.go b/packages/cactus-plugin-keychain-azure-kv/src/main/go/generated/openapi/go-client/api_default.go index cd2590d93f..b5248b3163 100644 --- a/packages/cactus-plugin-keychain-azure-kv/src/main/go/generated/openapi/go-client/api_default.go +++ b/packages/cactus-plugin-keychain-azure-kv/src/main/go/generated/openapi/go-client/api_default.go @@ -3,7 +3,7 @@ Hyperledger Cactus - Keychain API Contains/describes the Keychain API types/paths for Hyperledger Cactus. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-azure-kv/src/main/go/generated/openapi/go-client/client.go b/packages/cactus-plugin-keychain-azure-kv/src/main/go/generated/openapi/go-client/client.go index dd0302eec1..007ab72143 100644 --- a/packages/cactus-plugin-keychain-azure-kv/src/main/go/generated/openapi/go-client/client.go +++ b/packages/cactus-plugin-keychain-azure-kv/src/main/go/generated/openapi/go-client/client.go @@ -3,7 +3,7 @@ Hyperledger Cactus - Keychain API Contains/describes the Keychain API types/paths for Hyperledger Cactus. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. @@ -41,7 +41,7 @@ var ( queryDescape = strings.NewReplacer( "%5B", "[", "%5D", "]" ) ) -// APIClient manages communication with the Hyperledger Cactus - Keychain API API v2.0.0-rc.6 +// APIClient manages communication with the Hyperledger Cactus - Keychain API API v2.0.0-rc.7 // In most cases there should be only one, shared, APIClient. type APIClient struct { cfg *Configuration diff --git a/packages/cactus-plugin-keychain-azure-kv/src/main/go/generated/openapi/go-client/configuration.go b/packages/cactus-plugin-keychain-azure-kv/src/main/go/generated/openapi/go-client/configuration.go index 8fde1aca9d..a0a8e112f0 100644 --- a/packages/cactus-plugin-keychain-azure-kv/src/main/go/generated/openapi/go-client/configuration.go +++ b/packages/cactus-plugin-keychain-azure-kv/src/main/go/generated/openapi/go-client/configuration.go @@ -3,7 +3,7 @@ Hyperledger Cactus - Keychain API Contains/describes the Keychain API types/paths for Hyperledger Cactus. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-azure-kv/src/main/go/generated/openapi/go-client/model_delete_keychain_entry_request_v1.go b/packages/cactus-plugin-keychain-azure-kv/src/main/go/generated/openapi/go-client/model_delete_keychain_entry_request_v1.go index 1ef095cb2e..6f96fc0388 100644 --- a/packages/cactus-plugin-keychain-azure-kv/src/main/go/generated/openapi/go-client/model_delete_keychain_entry_request_v1.go +++ b/packages/cactus-plugin-keychain-azure-kv/src/main/go/generated/openapi/go-client/model_delete_keychain_entry_request_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus - Keychain API Contains/describes the Keychain API types/paths for Hyperledger Cactus. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-azure-kv/src/main/go/generated/openapi/go-client/model_delete_keychain_entry_response_v1.go b/packages/cactus-plugin-keychain-azure-kv/src/main/go/generated/openapi/go-client/model_delete_keychain_entry_response_v1.go index b348013127..95b90323a9 100644 --- a/packages/cactus-plugin-keychain-azure-kv/src/main/go/generated/openapi/go-client/model_delete_keychain_entry_response_v1.go +++ b/packages/cactus-plugin-keychain-azure-kv/src/main/go/generated/openapi/go-client/model_delete_keychain_entry_response_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus - Keychain API Contains/describes the Keychain API types/paths for Hyperledger Cactus. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-azure-kv/src/main/go/generated/openapi/go-client/model_get_keychain_entry_request_v1.go b/packages/cactus-plugin-keychain-azure-kv/src/main/go/generated/openapi/go-client/model_get_keychain_entry_request_v1.go index f094b744c5..0b2da65d5c 100644 --- a/packages/cactus-plugin-keychain-azure-kv/src/main/go/generated/openapi/go-client/model_get_keychain_entry_request_v1.go +++ b/packages/cactus-plugin-keychain-azure-kv/src/main/go/generated/openapi/go-client/model_get_keychain_entry_request_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus - Keychain API Contains/describes the Keychain API types/paths for Hyperledger Cactus. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-azure-kv/src/main/go/generated/openapi/go-client/model_get_keychain_entry_response_v1.go b/packages/cactus-plugin-keychain-azure-kv/src/main/go/generated/openapi/go-client/model_get_keychain_entry_response_v1.go index 76996eb3a3..88dcdfce50 100644 --- a/packages/cactus-plugin-keychain-azure-kv/src/main/go/generated/openapi/go-client/model_get_keychain_entry_response_v1.go +++ b/packages/cactus-plugin-keychain-azure-kv/src/main/go/generated/openapi/go-client/model_get_keychain_entry_response_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus - Keychain API Contains/describes the Keychain API types/paths for Hyperledger Cactus. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-azure-kv/src/main/go/generated/openapi/go-client/model_has_keychain_entry_request_v1.go b/packages/cactus-plugin-keychain-azure-kv/src/main/go/generated/openapi/go-client/model_has_keychain_entry_request_v1.go index 568bf1d101..86d6c8f2b2 100644 --- a/packages/cactus-plugin-keychain-azure-kv/src/main/go/generated/openapi/go-client/model_has_keychain_entry_request_v1.go +++ b/packages/cactus-plugin-keychain-azure-kv/src/main/go/generated/openapi/go-client/model_has_keychain_entry_request_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus - Keychain API Contains/describes the Keychain API types/paths for Hyperledger Cactus. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-azure-kv/src/main/go/generated/openapi/go-client/model_has_keychain_entry_response_v1.go b/packages/cactus-plugin-keychain-azure-kv/src/main/go/generated/openapi/go-client/model_has_keychain_entry_response_v1.go index ebc13702fe..5633eb52f6 100644 --- a/packages/cactus-plugin-keychain-azure-kv/src/main/go/generated/openapi/go-client/model_has_keychain_entry_response_v1.go +++ b/packages/cactus-plugin-keychain-azure-kv/src/main/go/generated/openapi/go-client/model_has_keychain_entry_response_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus - Keychain API Contains/describes the Keychain API types/paths for Hyperledger Cactus. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-azure-kv/src/main/go/generated/openapi/go-client/model_set_keychain_entry_request_v1.go b/packages/cactus-plugin-keychain-azure-kv/src/main/go/generated/openapi/go-client/model_set_keychain_entry_request_v1.go index 427f3981ab..5feb86ffed 100644 --- a/packages/cactus-plugin-keychain-azure-kv/src/main/go/generated/openapi/go-client/model_set_keychain_entry_request_v1.go +++ b/packages/cactus-plugin-keychain-azure-kv/src/main/go/generated/openapi/go-client/model_set_keychain_entry_request_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus - Keychain API Contains/describes the Keychain API types/paths for Hyperledger Cactus. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-azure-kv/src/main/go/generated/openapi/go-client/model_set_keychain_entry_response_v1.go b/packages/cactus-plugin-keychain-azure-kv/src/main/go/generated/openapi/go-client/model_set_keychain_entry_response_v1.go index b249170648..007b13a9a8 100644 --- a/packages/cactus-plugin-keychain-azure-kv/src/main/go/generated/openapi/go-client/model_set_keychain_entry_response_v1.go +++ b/packages/cactus-plugin-keychain-azure-kv/src/main/go/generated/openapi/go-client/model_set_keychain_entry_response_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus - Keychain API Contains/describes the Keychain API types/paths for Hyperledger Cactus. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-azure-kv/src/main/go/generated/openapi/go-client/response.go b/packages/cactus-plugin-keychain-azure-kv/src/main/go/generated/openapi/go-client/response.go index d2d329d1c5..2774a2965c 100644 --- a/packages/cactus-plugin-keychain-azure-kv/src/main/go/generated/openapi/go-client/response.go +++ b/packages/cactus-plugin-keychain-azure-kv/src/main/go/generated/openapi/go-client/response.go @@ -3,7 +3,7 @@ Hyperledger Cactus - Keychain API Contains/describes the Keychain API types/paths for Hyperledger Cactus. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-azure-kv/src/main/go/generated/openapi/go-client/utils.go b/packages/cactus-plugin-keychain-azure-kv/src/main/go/generated/openapi/go-client/utils.go index 2f45b15f8f..4314fb4f1b 100644 --- a/packages/cactus-plugin-keychain-azure-kv/src/main/go/generated/openapi/go-client/utils.go +++ b/packages/cactus-plugin-keychain-azure-kv/src/main/go/generated/openapi/go-client/utils.go @@ -3,7 +3,7 @@ Hyperledger Cactus - Keychain API Contains/describes the Keychain API types/paths for Hyperledger Cactus. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-azure-kv/src/main/json/openapi.json b/packages/cactus-plugin-keychain-azure-kv/src/main/json/openapi.json index 360d43bf78..7d14308113 100644 --- a/packages/cactus-plugin-keychain-azure-kv/src/main/json/openapi.json +++ b/packages/cactus-plugin-keychain-azure-kv/src/main/json/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus - Keychain API", "description": "Contains/describes the Keychain API types/paths for Hyperledger Cactus.", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-keychain-azure-kv/src/main/json/openapi.tpl.json b/packages/cactus-plugin-keychain-azure-kv/src/main/json/openapi.tpl.json index 906c4e2f80..fbd9aa1633 100644 --- a/packages/cactus-plugin-keychain-azure-kv/src/main/json/openapi.tpl.json +++ b/packages/cactus-plugin-keychain-azure-kv/src/main/json/openapi.tpl.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus - Keychain API", "description": "Contains/describes the Keychain API types/paths for Hyperledger Cactus.", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-keychain-azure-kv/src/main/kotlin/generated/openapi/kotlin-client/README.md b/packages/cactus-plugin-keychain-azure-kv/src/main/kotlin/generated/openapi/kotlin-client/README.md index 616a6dedfe..eac34c6aab 100644 --- a/packages/cactus-plugin-keychain-azure-kv/src/main/kotlin/generated/openapi/kotlin-client/README.md +++ b/packages/cactus-plugin-keychain-azure-kv/src/main/kotlin/generated/openapi/kotlin-client/README.md @@ -5,7 +5,7 @@ Contains/describes the Keychain API types/paths for Hyperledger Cactus. ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [openapi-spec](https://github.com/OAI/OpenAPI-Specification) from a remote server, you can easily generate an API client. -- API version: 2.0.0-rc.6 +- API version: 2.0.0-rc.7 - Package version: - Build package: org.openapitools.codegen.languages.KotlinClientCodegen diff --git a/packages/cactus-plugin-keychain-azure-kv/src/main/typescript/generated/openapi/typescript-axios/api.ts b/packages/cactus-plugin-keychain-azure-kv/src/main/typescript/generated/openapi/typescript-axios/api.ts index b0c16f63de..0213ca7b0b 100644 --- a/packages/cactus-plugin-keychain-azure-kv/src/main/typescript/generated/openapi/typescript-axios/api.ts +++ b/packages/cactus-plugin-keychain-azure-kv/src/main/typescript/generated/openapi/typescript-axios/api.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus - Keychain API * Contains/describes the Keychain API types/paths for Hyperledger Cactus. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-keychain-azure-kv/src/main/typescript/generated/openapi/typescript-axios/base.ts b/packages/cactus-plugin-keychain-azure-kv/src/main/typescript/generated/openapi/typescript-axios/base.ts index 0b7e8a2f66..ed9fb65b46 100644 --- a/packages/cactus-plugin-keychain-azure-kv/src/main/typescript/generated/openapi/typescript-axios/base.ts +++ b/packages/cactus-plugin-keychain-azure-kv/src/main/typescript/generated/openapi/typescript-axios/base.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus - Keychain API * Contains/describes the Keychain API types/paths for Hyperledger Cactus. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-keychain-azure-kv/src/main/typescript/generated/openapi/typescript-axios/common.ts b/packages/cactus-plugin-keychain-azure-kv/src/main/typescript/generated/openapi/typescript-axios/common.ts index bf1592f782..ffc5540116 100644 --- a/packages/cactus-plugin-keychain-azure-kv/src/main/typescript/generated/openapi/typescript-axios/common.ts +++ b/packages/cactus-plugin-keychain-azure-kv/src/main/typescript/generated/openapi/typescript-axios/common.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus - Keychain API * Contains/describes the Keychain API types/paths for Hyperledger Cactus. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-keychain-azure-kv/src/main/typescript/generated/openapi/typescript-axios/configuration.ts b/packages/cactus-plugin-keychain-azure-kv/src/main/typescript/generated/openapi/typescript-axios/configuration.ts index 6447a2ec12..fa5064c6e1 100644 --- a/packages/cactus-plugin-keychain-azure-kv/src/main/typescript/generated/openapi/typescript-axios/configuration.ts +++ b/packages/cactus-plugin-keychain-azure-kv/src/main/typescript/generated/openapi/typescript-axios/configuration.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus - Keychain API * Contains/describes the Keychain API types/paths for Hyperledger Cactus. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-keychain-azure-kv/src/main/typescript/generated/openapi/typescript-axios/index.ts b/packages/cactus-plugin-keychain-azure-kv/src/main/typescript/generated/openapi/typescript-axios/index.ts index 9ebe9df2e7..1dd84184e6 100644 --- a/packages/cactus-plugin-keychain-azure-kv/src/main/typescript/generated/openapi/typescript-axios/index.ts +++ b/packages/cactus-plugin-keychain-azure-kv/src/main/typescript/generated/openapi/typescript-axios/index.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus - Keychain API * Contains/describes the Keychain API types/paths for Hyperledger Cactus. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-keychain-google-sm/package.json b/packages/cactus-plugin-keychain-google-sm/package.json index 05d2701bc8..232c39a053 100644 --- a/packages/cactus-plugin-keychain-google-sm/package.json +++ b/packages/cactus-plugin-keychain-google-sm/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-keychain-google-sm", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "description": "A keychain implementation storing its entries in Azure key vault.", "keywords": [ "Hyperledger", @@ -57,16 +57,16 @@ }, "dependencies": { "@google-cloud/secret-manager": "5.0.1", - "@hyperledger/cactus-common": "2.0.0-rc.6", - "@hyperledger/cactus-core": "2.0.0-rc.6", - "@hyperledger/cactus-core-api": "2.0.0-rc.6", + "@hyperledger/cactus-common": "2.0.0-rc.7", + "@hyperledger/cactus-core": "2.0.0-rc.7", + "@hyperledger/cactus-core-api": "2.0.0-rc.7", "axios": "1.7.7", "http-status-codes": "2.1.4", "typescript-optional": "2.0.1", "uuid": "10.0.0" }, "devDependencies": { - "@hyperledger/cactus-test-tooling": "2.0.0-rc.6", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.7", "@types/body-parser": "1.19.4", "@types/express": "4.17.21", "@types/request": "2.48.7", diff --git a/packages/cactus-plugin-keychain-google-sm/src/main/go/generated/openapi/go-client/README.md b/packages/cactus-plugin-keychain-google-sm/src/main/go/generated/openapi/go-client/README.md index 59cf1285a0..eb5a4d1c5f 100644 --- a/packages/cactus-plugin-keychain-google-sm/src/main/go/generated/openapi/go-client/README.md +++ b/packages/cactus-plugin-keychain-google-sm/src/main/go/generated/openapi/go-client/README.md @@ -5,7 +5,7 @@ Contains/describes the Keychain API types/paths for Hyperledger Cactus. ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. -- API version: 2.0.0-rc.6 +- API version: 2.0.0-rc.7 - Package version: 1.0.0 - Build package: org.openapitools.codegen.languages.GoClientCodegen diff --git a/packages/cactus-plugin-keychain-google-sm/src/main/go/generated/openapi/go-client/api/openapi.yaml b/packages/cactus-plugin-keychain-google-sm/src/main/go/generated/openapi/go-client/api/openapi.yaml index 5e0e006e70..96f9f4b618 100644 --- a/packages/cactus-plugin-keychain-google-sm/src/main/go/generated/openapi/go-client/api/openapi.yaml +++ b/packages/cactus-plugin-keychain-google-sm/src/main/go/generated/openapi/go-client/api/openapi.yaml @@ -5,7 +5,7 @@ info: name: Apache-2.0 url: https://www.apache.org/licenses/LICENSE-2.0.html title: Hyperledger Cactus - Keychain API - version: 2.0.0-rc.6 + version: 2.0.0-rc.7 servers: - url: / paths: diff --git a/packages/cactus-plugin-keychain-google-sm/src/main/go/generated/openapi/go-client/api_default.go b/packages/cactus-plugin-keychain-google-sm/src/main/go/generated/openapi/go-client/api_default.go index 8b0634ff11..90253ed424 100644 --- a/packages/cactus-plugin-keychain-google-sm/src/main/go/generated/openapi/go-client/api_default.go +++ b/packages/cactus-plugin-keychain-google-sm/src/main/go/generated/openapi/go-client/api_default.go @@ -3,7 +3,7 @@ Hyperledger Cactus - Keychain API Contains/describes the Keychain API types/paths for Hyperledger Cactus. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-google-sm/src/main/go/generated/openapi/go-client/client.go b/packages/cactus-plugin-keychain-google-sm/src/main/go/generated/openapi/go-client/client.go index b9613bd0f3..bdcb89e8f0 100644 --- a/packages/cactus-plugin-keychain-google-sm/src/main/go/generated/openapi/go-client/client.go +++ b/packages/cactus-plugin-keychain-google-sm/src/main/go/generated/openapi/go-client/client.go @@ -3,7 +3,7 @@ Hyperledger Cactus - Keychain API Contains/describes the Keychain API types/paths for Hyperledger Cactus. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. @@ -41,7 +41,7 @@ var ( queryDescape = strings.NewReplacer( "%5B", "[", "%5D", "]" ) ) -// APIClient manages communication with the Hyperledger Cactus - Keychain API API v2.0.0-rc.6 +// APIClient manages communication with the Hyperledger Cactus - Keychain API API v2.0.0-rc.7 // In most cases there should be only one, shared, APIClient. type APIClient struct { cfg *Configuration diff --git a/packages/cactus-plugin-keychain-google-sm/src/main/go/generated/openapi/go-client/configuration.go b/packages/cactus-plugin-keychain-google-sm/src/main/go/generated/openapi/go-client/configuration.go index 4e0d850e57..7bf4cdcd68 100644 --- a/packages/cactus-plugin-keychain-google-sm/src/main/go/generated/openapi/go-client/configuration.go +++ b/packages/cactus-plugin-keychain-google-sm/src/main/go/generated/openapi/go-client/configuration.go @@ -3,7 +3,7 @@ Hyperledger Cactus - Keychain API Contains/describes the Keychain API types/paths for Hyperledger Cactus. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-google-sm/src/main/go/generated/openapi/go-client/model_delete_keychain_entry_request_v1.go b/packages/cactus-plugin-keychain-google-sm/src/main/go/generated/openapi/go-client/model_delete_keychain_entry_request_v1.go index 29117845a9..1dcb59786f 100644 --- a/packages/cactus-plugin-keychain-google-sm/src/main/go/generated/openapi/go-client/model_delete_keychain_entry_request_v1.go +++ b/packages/cactus-plugin-keychain-google-sm/src/main/go/generated/openapi/go-client/model_delete_keychain_entry_request_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus - Keychain API Contains/describes the Keychain API types/paths for Hyperledger Cactus. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-google-sm/src/main/go/generated/openapi/go-client/model_delete_keychain_entry_response_v1.go b/packages/cactus-plugin-keychain-google-sm/src/main/go/generated/openapi/go-client/model_delete_keychain_entry_response_v1.go index b2531beadb..78ae049db7 100644 --- a/packages/cactus-plugin-keychain-google-sm/src/main/go/generated/openapi/go-client/model_delete_keychain_entry_response_v1.go +++ b/packages/cactus-plugin-keychain-google-sm/src/main/go/generated/openapi/go-client/model_delete_keychain_entry_response_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus - Keychain API Contains/describes the Keychain API types/paths for Hyperledger Cactus. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-google-sm/src/main/go/generated/openapi/go-client/model_get_keychain_entry_request_v1.go b/packages/cactus-plugin-keychain-google-sm/src/main/go/generated/openapi/go-client/model_get_keychain_entry_request_v1.go index 1af26f1537..dd8d2bad94 100644 --- a/packages/cactus-plugin-keychain-google-sm/src/main/go/generated/openapi/go-client/model_get_keychain_entry_request_v1.go +++ b/packages/cactus-plugin-keychain-google-sm/src/main/go/generated/openapi/go-client/model_get_keychain_entry_request_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus - Keychain API Contains/describes the Keychain API types/paths for Hyperledger Cactus. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-google-sm/src/main/go/generated/openapi/go-client/model_get_keychain_entry_response_v1.go b/packages/cactus-plugin-keychain-google-sm/src/main/go/generated/openapi/go-client/model_get_keychain_entry_response_v1.go index ca8d6d24fc..c6fedccb62 100644 --- a/packages/cactus-plugin-keychain-google-sm/src/main/go/generated/openapi/go-client/model_get_keychain_entry_response_v1.go +++ b/packages/cactus-plugin-keychain-google-sm/src/main/go/generated/openapi/go-client/model_get_keychain_entry_response_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus - Keychain API Contains/describes the Keychain API types/paths for Hyperledger Cactus. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-google-sm/src/main/go/generated/openapi/go-client/model_has_keychain_entry_request_v1.go b/packages/cactus-plugin-keychain-google-sm/src/main/go/generated/openapi/go-client/model_has_keychain_entry_request_v1.go index 9da62a6f68..ec689e8917 100644 --- a/packages/cactus-plugin-keychain-google-sm/src/main/go/generated/openapi/go-client/model_has_keychain_entry_request_v1.go +++ b/packages/cactus-plugin-keychain-google-sm/src/main/go/generated/openapi/go-client/model_has_keychain_entry_request_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus - Keychain API Contains/describes the Keychain API types/paths for Hyperledger Cactus. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-google-sm/src/main/go/generated/openapi/go-client/model_has_keychain_entry_response_v1.go b/packages/cactus-plugin-keychain-google-sm/src/main/go/generated/openapi/go-client/model_has_keychain_entry_response_v1.go index ca3c81ba4c..211d93355d 100644 --- a/packages/cactus-plugin-keychain-google-sm/src/main/go/generated/openapi/go-client/model_has_keychain_entry_response_v1.go +++ b/packages/cactus-plugin-keychain-google-sm/src/main/go/generated/openapi/go-client/model_has_keychain_entry_response_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus - Keychain API Contains/describes the Keychain API types/paths for Hyperledger Cactus. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-google-sm/src/main/go/generated/openapi/go-client/model_set_keychain_entry_request_v1.go b/packages/cactus-plugin-keychain-google-sm/src/main/go/generated/openapi/go-client/model_set_keychain_entry_request_v1.go index 99c9491d4d..49cc345ea6 100644 --- a/packages/cactus-plugin-keychain-google-sm/src/main/go/generated/openapi/go-client/model_set_keychain_entry_request_v1.go +++ b/packages/cactus-plugin-keychain-google-sm/src/main/go/generated/openapi/go-client/model_set_keychain_entry_request_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus - Keychain API Contains/describes the Keychain API types/paths for Hyperledger Cactus. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-google-sm/src/main/go/generated/openapi/go-client/model_set_keychain_entry_response_v1.go b/packages/cactus-plugin-keychain-google-sm/src/main/go/generated/openapi/go-client/model_set_keychain_entry_response_v1.go index f32a4980d2..8625de2c12 100644 --- a/packages/cactus-plugin-keychain-google-sm/src/main/go/generated/openapi/go-client/model_set_keychain_entry_response_v1.go +++ b/packages/cactus-plugin-keychain-google-sm/src/main/go/generated/openapi/go-client/model_set_keychain_entry_response_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus - Keychain API Contains/describes the Keychain API types/paths for Hyperledger Cactus. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-google-sm/src/main/go/generated/openapi/go-client/response.go b/packages/cactus-plugin-keychain-google-sm/src/main/go/generated/openapi/go-client/response.go index 3343f2cfba..7677a40e0a 100644 --- a/packages/cactus-plugin-keychain-google-sm/src/main/go/generated/openapi/go-client/response.go +++ b/packages/cactus-plugin-keychain-google-sm/src/main/go/generated/openapi/go-client/response.go @@ -3,7 +3,7 @@ Hyperledger Cactus - Keychain API Contains/describes the Keychain API types/paths for Hyperledger Cactus. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-google-sm/src/main/go/generated/openapi/go-client/utils.go b/packages/cactus-plugin-keychain-google-sm/src/main/go/generated/openapi/go-client/utils.go index 7e2566925f..6217c0c1ec 100644 --- a/packages/cactus-plugin-keychain-google-sm/src/main/go/generated/openapi/go-client/utils.go +++ b/packages/cactus-plugin-keychain-google-sm/src/main/go/generated/openapi/go-client/utils.go @@ -3,7 +3,7 @@ Hyperledger Cactus - Keychain API Contains/describes the Keychain API types/paths for Hyperledger Cactus. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-google-sm/src/main/json/openapi.json b/packages/cactus-plugin-keychain-google-sm/src/main/json/openapi.json index f0f0a73603..eb89e7fb75 100644 --- a/packages/cactus-plugin-keychain-google-sm/src/main/json/openapi.json +++ b/packages/cactus-plugin-keychain-google-sm/src/main/json/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus - Keychain API", "description": "Contains/describes the Keychain API types/paths for Hyperledger Cactus.", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-keychain-google-sm/src/main/json/openapi.tpl.json b/packages/cactus-plugin-keychain-google-sm/src/main/json/openapi.tpl.json index a9bb10c8a8..3d60acec33 100644 --- a/packages/cactus-plugin-keychain-google-sm/src/main/json/openapi.tpl.json +++ b/packages/cactus-plugin-keychain-google-sm/src/main/json/openapi.tpl.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus - Keychain API", "description": "Contains/describes the Keychain API types/paths for Hyperledger Cactus.", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-keychain-google-sm/src/main/kotlin/generated/openapi/kotlin-client/README.md b/packages/cactus-plugin-keychain-google-sm/src/main/kotlin/generated/openapi/kotlin-client/README.md index 34fe0ffd03..0130713d1e 100644 --- a/packages/cactus-plugin-keychain-google-sm/src/main/kotlin/generated/openapi/kotlin-client/README.md +++ b/packages/cactus-plugin-keychain-google-sm/src/main/kotlin/generated/openapi/kotlin-client/README.md @@ -5,7 +5,7 @@ Contains/describes the Keychain API types/paths for Hyperledger Cactus. ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [openapi-spec](https://github.com/OAI/OpenAPI-Specification) from a remote server, you can easily generate an API client. -- API version: 2.0.0-rc.6 +- API version: 2.0.0-rc.7 - Package version: - Build package: org.openapitools.codegen.languages.KotlinClientCodegen diff --git a/packages/cactus-plugin-keychain-google-sm/src/main/typescript/generated/openapi/typescript-axios/api.ts b/packages/cactus-plugin-keychain-google-sm/src/main/typescript/generated/openapi/typescript-axios/api.ts index 1436de544e..1c928e8051 100644 --- a/packages/cactus-plugin-keychain-google-sm/src/main/typescript/generated/openapi/typescript-axios/api.ts +++ b/packages/cactus-plugin-keychain-google-sm/src/main/typescript/generated/openapi/typescript-axios/api.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus - Keychain API * Contains/describes the Keychain API types/paths for Hyperledger Cactus. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-keychain-google-sm/src/main/typescript/generated/openapi/typescript-axios/base.ts b/packages/cactus-plugin-keychain-google-sm/src/main/typescript/generated/openapi/typescript-axios/base.ts index 0b7e8a2f66..ed9fb65b46 100644 --- a/packages/cactus-plugin-keychain-google-sm/src/main/typescript/generated/openapi/typescript-axios/base.ts +++ b/packages/cactus-plugin-keychain-google-sm/src/main/typescript/generated/openapi/typescript-axios/base.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus - Keychain API * Contains/describes the Keychain API types/paths for Hyperledger Cactus. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-keychain-google-sm/src/main/typescript/generated/openapi/typescript-axios/common.ts b/packages/cactus-plugin-keychain-google-sm/src/main/typescript/generated/openapi/typescript-axios/common.ts index bf1592f782..ffc5540116 100644 --- a/packages/cactus-plugin-keychain-google-sm/src/main/typescript/generated/openapi/typescript-axios/common.ts +++ b/packages/cactus-plugin-keychain-google-sm/src/main/typescript/generated/openapi/typescript-axios/common.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus - Keychain API * Contains/describes the Keychain API types/paths for Hyperledger Cactus. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-keychain-google-sm/src/main/typescript/generated/openapi/typescript-axios/configuration.ts b/packages/cactus-plugin-keychain-google-sm/src/main/typescript/generated/openapi/typescript-axios/configuration.ts index 6447a2ec12..fa5064c6e1 100644 --- a/packages/cactus-plugin-keychain-google-sm/src/main/typescript/generated/openapi/typescript-axios/configuration.ts +++ b/packages/cactus-plugin-keychain-google-sm/src/main/typescript/generated/openapi/typescript-axios/configuration.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus - Keychain API * Contains/describes the Keychain API types/paths for Hyperledger Cactus. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-keychain-google-sm/src/main/typescript/generated/openapi/typescript-axios/index.ts b/packages/cactus-plugin-keychain-google-sm/src/main/typescript/generated/openapi/typescript-axios/index.ts index 9ebe9df2e7..1dd84184e6 100644 --- a/packages/cactus-plugin-keychain-google-sm/src/main/typescript/generated/openapi/typescript-axios/index.ts +++ b/packages/cactus-plugin-keychain-google-sm/src/main/typescript/generated/openapi/typescript-axios/index.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus - Keychain API * Contains/describes the Keychain API types/paths for Hyperledger Cactus. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-keychain-memory-wasm/package.json b/packages/cactus-plugin-keychain-memory-wasm/package.json index ab8edd6a9e..53770005e2 100644 --- a/packages/cactus-plugin-keychain-memory-wasm/package.json +++ b/packages/cactus-plugin-keychain-memory-wasm/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-keychain-memory-wasm", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "description": "Dummy keychain implementation doing NO encryption and storing everything in-memory. Only suitable for development and testing. Same as the non-wasm version but this one has the backing implementation written in Rust and compiled down to WebAssembly.", "keywords": [ "Hyperledger", @@ -61,9 +61,9 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-rc.6", - "@hyperledger/cactus-core": "2.0.0-rc.6", - "@hyperledger/cactus-core-api": "2.0.0-rc.6", + "@hyperledger/cactus-common": "2.0.0-rc.7", + "@hyperledger/cactus-core": "2.0.0-rc.7", + "@hyperledger/cactus-core-api": "2.0.0-rc.7", "axios": "1.7.7", "express": "4.20.0", "prom-client": "15.1.3", diff --git a/packages/cactus-plugin-keychain-memory-wasm/src/main/go/generated/openapi/go-client/README.md b/packages/cactus-plugin-keychain-memory-wasm/src/main/go/generated/openapi/go-client/README.md index dec348be32..26bbd93249 100644 --- a/packages/cactus-plugin-keychain-memory-wasm/src/main/go/generated/openapi/go-client/README.md +++ b/packages/cactus-plugin-keychain-memory-wasm/src/main/go/generated/openapi/go-client/README.md @@ -5,7 +5,7 @@ Contains/describes the Hyperledger Cactus Keychain Memory WASM plugin which is d ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. -- API version: 2.0.0-rc.6 +- API version: 2.0.0-rc.7 - Package version: 1.0.0 - Build package: org.openapitools.codegen.languages.GoClientCodegen diff --git a/packages/cactus-plugin-keychain-memory-wasm/src/main/go/generated/openapi/go-client/api/openapi.yaml b/packages/cactus-plugin-keychain-memory-wasm/src/main/go/generated/openapi/go-client/api/openapi.yaml index 5a81079d51..b0a658e7b2 100644 --- a/packages/cactus-plugin-keychain-memory-wasm/src/main/go/generated/openapi/go-client/api/openapi.yaml +++ b/packages/cactus-plugin-keychain-memory-wasm/src/main/go/generated/openapi/go-client/api/openapi.yaml @@ -7,7 +7,7 @@ info: name: Apache-2.0 url: https://www.apache.org/licenses/LICENSE-2.0.html title: Hyperledger Cactus Plugin - Keychain Memory WASM - version: 2.0.0-rc.6 + version: 2.0.0-rc.7 servers: - url: / paths: diff --git a/packages/cactus-plugin-keychain-memory-wasm/src/main/go/generated/openapi/go-client/api_default.go b/packages/cactus-plugin-keychain-memory-wasm/src/main/go/generated/openapi/go-client/api_default.go index cd1e908657..298510ba35 100644 --- a/packages/cactus-plugin-keychain-memory-wasm/src/main/go/generated/openapi/go-client/api_default.go +++ b/packages/cactus-plugin-keychain-memory-wasm/src/main/go/generated/openapi/go-client/api_default.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Keychain Memory WASM Contains/describes the Hyperledger Cactus Keychain Memory WASM plugin which is designed to help with testing and development and is implemented in Rust instead of Typescript. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-memory-wasm/src/main/go/generated/openapi/go-client/client.go b/packages/cactus-plugin-keychain-memory-wasm/src/main/go/generated/openapi/go-client/client.go index 3423a7c639..c89a323539 100644 --- a/packages/cactus-plugin-keychain-memory-wasm/src/main/go/generated/openapi/go-client/client.go +++ b/packages/cactus-plugin-keychain-memory-wasm/src/main/go/generated/openapi/go-client/client.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Keychain Memory WASM Contains/describes the Hyperledger Cactus Keychain Memory WASM plugin which is designed to help with testing and development and is implemented in Rust instead of Typescript. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. @@ -41,7 +41,7 @@ var ( queryDescape = strings.NewReplacer( "%5B", "[", "%5D", "]" ) ) -// APIClient manages communication with the Hyperledger Cactus Plugin - Keychain Memory WASM API v2.0.0-rc.6 +// APIClient manages communication with the Hyperledger Cactus Plugin - Keychain Memory WASM API v2.0.0-rc.7 // In most cases there should be only one, shared, APIClient. type APIClient struct { cfg *Configuration diff --git a/packages/cactus-plugin-keychain-memory-wasm/src/main/go/generated/openapi/go-client/configuration.go b/packages/cactus-plugin-keychain-memory-wasm/src/main/go/generated/openapi/go-client/configuration.go index 2cee2ed2ab..2e4f39b61b 100644 --- a/packages/cactus-plugin-keychain-memory-wasm/src/main/go/generated/openapi/go-client/configuration.go +++ b/packages/cactus-plugin-keychain-memory-wasm/src/main/go/generated/openapi/go-client/configuration.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Keychain Memory WASM Contains/describes the Hyperledger Cactus Keychain Memory WASM plugin which is designed to help with testing and development and is implemented in Rust instead of Typescript. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-memory-wasm/src/main/go/generated/openapi/go-client/model_delete_keychain_entry_request_v1.go b/packages/cactus-plugin-keychain-memory-wasm/src/main/go/generated/openapi/go-client/model_delete_keychain_entry_request_v1.go index e8ab80bf88..ec0119c6c7 100644 --- a/packages/cactus-plugin-keychain-memory-wasm/src/main/go/generated/openapi/go-client/model_delete_keychain_entry_request_v1.go +++ b/packages/cactus-plugin-keychain-memory-wasm/src/main/go/generated/openapi/go-client/model_delete_keychain_entry_request_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Keychain Memory WASM Contains/describes the Hyperledger Cactus Keychain Memory WASM plugin which is designed to help with testing and development and is implemented in Rust instead of Typescript. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-memory-wasm/src/main/go/generated/openapi/go-client/model_delete_keychain_entry_response_v1.go b/packages/cactus-plugin-keychain-memory-wasm/src/main/go/generated/openapi/go-client/model_delete_keychain_entry_response_v1.go index 28a8e80b38..38303b0c78 100644 --- a/packages/cactus-plugin-keychain-memory-wasm/src/main/go/generated/openapi/go-client/model_delete_keychain_entry_response_v1.go +++ b/packages/cactus-plugin-keychain-memory-wasm/src/main/go/generated/openapi/go-client/model_delete_keychain_entry_response_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Keychain Memory WASM Contains/describes the Hyperledger Cactus Keychain Memory WASM plugin which is designed to help with testing and development and is implemented in Rust instead of Typescript. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-memory-wasm/src/main/go/generated/openapi/go-client/model_get_keychain_entry_request_v1.go b/packages/cactus-plugin-keychain-memory-wasm/src/main/go/generated/openapi/go-client/model_get_keychain_entry_request_v1.go index 7685d99eb9..5823cdad0c 100644 --- a/packages/cactus-plugin-keychain-memory-wasm/src/main/go/generated/openapi/go-client/model_get_keychain_entry_request_v1.go +++ b/packages/cactus-plugin-keychain-memory-wasm/src/main/go/generated/openapi/go-client/model_get_keychain_entry_request_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Keychain Memory WASM Contains/describes the Hyperledger Cactus Keychain Memory WASM plugin which is designed to help with testing and development and is implemented in Rust instead of Typescript. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-memory-wasm/src/main/go/generated/openapi/go-client/model_get_keychain_entry_response_v1.go b/packages/cactus-plugin-keychain-memory-wasm/src/main/go/generated/openapi/go-client/model_get_keychain_entry_response_v1.go index a4c93d866b..92e9e67248 100644 --- a/packages/cactus-plugin-keychain-memory-wasm/src/main/go/generated/openapi/go-client/model_get_keychain_entry_response_v1.go +++ b/packages/cactus-plugin-keychain-memory-wasm/src/main/go/generated/openapi/go-client/model_get_keychain_entry_response_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Keychain Memory WASM Contains/describes the Hyperledger Cactus Keychain Memory WASM plugin which is designed to help with testing and development and is implemented in Rust instead of Typescript. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-memory-wasm/src/main/go/generated/openapi/go-client/model_has_keychain_entry_request_v1.go b/packages/cactus-plugin-keychain-memory-wasm/src/main/go/generated/openapi/go-client/model_has_keychain_entry_request_v1.go index ba6bd7c512..98cbb9d6a7 100644 --- a/packages/cactus-plugin-keychain-memory-wasm/src/main/go/generated/openapi/go-client/model_has_keychain_entry_request_v1.go +++ b/packages/cactus-plugin-keychain-memory-wasm/src/main/go/generated/openapi/go-client/model_has_keychain_entry_request_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Keychain Memory WASM Contains/describes the Hyperledger Cactus Keychain Memory WASM plugin which is designed to help with testing and development and is implemented in Rust instead of Typescript. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-memory-wasm/src/main/go/generated/openapi/go-client/model_has_keychain_entry_response_v1.go b/packages/cactus-plugin-keychain-memory-wasm/src/main/go/generated/openapi/go-client/model_has_keychain_entry_response_v1.go index c5519ac25d..22ff2fa49f 100644 --- a/packages/cactus-plugin-keychain-memory-wasm/src/main/go/generated/openapi/go-client/model_has_keychain_entry_response_v1.go +++ b/packages/cactus-plugin-keychain-memory-wasm/src/main/go/generated/openapi/go-client/model_has_keychain_entry_response_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Keychain Memory WASM Contains/describes the Hyperledger Cactus Keychain Memory WASM plugin which is designed to help with testing and development and is implemented in Rust instead of Typescript. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-memory-wasm/src/main/go/generated/openapi/go-client/model_set_keychain_entry_request_v1.go b/packages/cactus-plugin-keychain-memory-wasm/src/main/go/generated/openapi/go-client/model_set_keychain_entry_request_v1.go index 48a8fe5bb5..f32ea22a22 100644 --- a/packages/cactus-plugin-keychain-memory-wasm/src/main/go/generated/openapi/go-client/model_set_keychain_entry_request_v1.go +++ b/packages/cactus-plugin-keychain-memory-wasm/src/main/go/generated/openapi/go-client/model_set_keychain_entry_request_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Keychain Memory WASM Contains/describes the Hyperledger Cactus Keychain Memory WASM plugin which is designed to help with testing and development and is implemented in Rust instead of Typescript. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-memory-wasm/src/main/go/generated/openapi/go-client/model_set_keychain_entry_response_v1.go b/packages/cactus-plugin-keychain-memory-wasm/src/main/go/generated/openapi/go-client/model_set_keychain_entry_response_v1.go index d7ac5c379f..f0c5983ae7 100644 --- a/packages/cactus-plugin-keychain-memory-wasm/src/main/go/generated/openapi/go-client/model_set_keychain_entry_response_v1.go +++ b/packages/cactus-plugin-keychain-memory-wasm/src/main/go/generated/openapi/go-client/model_set_keychain_entry_response_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Keychain Memory WASM Contains/describes the Hyperledger Cactus Keychain Memory WASM plugin which is designed to help with testing and development and is implemented in Rust instead of Typescript. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-memory-wasm/src/main/go/generated/openapi/go-client/response.go b/packages/cactus-plugin-keychain-memory-wasm/src/main/go/generated/openapi/go-client/response.go index c34172a9c3..5ee8571520 100644 --- a/packages/cactus-plugin-keychain-memory-wasm/src/main/go/generated/openapi/go-client/response.go +++ b/packages/cactus-plugin-keychain-memory-wasm/src/main/go/generated/openapi/go-client/response.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Keychain Memory WASM Contains/describes the Hyperledger Cactus Keychain Memory WASM plugin which is designed to help with testing and development and is implemented in Rust instead of Typescript. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-memory-wasm/src/main/go/generated/openapi/go-client/utils.go b/packages/cactus-plugin-keychain-memory-wasm/src/main/go/generated/openapi/go-client/utils.go index c8aa72d624..f9beb3c8f0 100644 --- a/packages/cactus-plugin-keychain-memory-wasm/src/main/go/generated/openapi/go-client/utils.go +++ b/packages/cactus-plugin-keychain-memory-wasm/src/main/go/generated/openapi/go-client/utils.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Keychain Memory WASM Contains/describes the Hyperledger Cactus Keychain Memory WASM plugin which is designed to help with testing and development and is implemented in Rust instead of Typescript. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-memory-wasm/src/main/json/openapi.json b/packages/cactus-plugin-keychain-memory-wasm/src/main/json/openapi.json index 19cbaf93e2..4c93a9127c 100644 --- a/packages/cactus-plugin-keychain-memory-wasm/src/main/json/openapi.json +++ b/packages/cactus-plugin-keychain-memory-wasm/src/main/json/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Plugin - Keychain Memory WASM", "description": "Contains/describes the Hyperledger Cactus Keychain Memory WASM plugin which is designed to help with testing and development and is implemented in Rust instead of Typescript.", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-keychain-memory-wasm/src/main/json/openapi.tpl.json b/packages/cactus-plugin-keychain-memory-wasm/src/main/json/openapi.tpl.json index bca9349bdf..fb37650077 100644 --- a/packages/cactus-plugin-keychain-memory-wasm/src/main/json/openapi.tpl.json +++ b/packages/cactus-plugin-keychain-memory-wasm/src/main/json/openapi.tpl.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Plugin - Keychain Memory WASM", "description": "Contains/describes the Hyperledger Cactus Keychain Memory WASM plugin which is designed to help with testing and development and is implemented in Rust instead of Typescript.", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-keychain-memory-wasm/src/main/kotlin/generated/openapi/kotlin-client/README.md b/packages/cactus-plugin-keychain-memory-wasm/src/main/kotlin/generated/openapi/kotlin-client/README.md index 7dfb951acd..c321293bb4 100644 --- a/packages/cactus-plugin-keychain-memory-wasm/src/main/kotlin/generated/openapi/kotlin-client/README.md +++ b/packages/cactus-plugin-keychain-memory-wasm/src/main/kotlin/generated/openapi/kotlin-client/README.md @@ -5,7 +5,7 @@ Contains/describes the Hyperledger Cactus Keychain Memory WASM plugin which is d ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [openapi-spec](https://github.com/OAI/OpenAPI-Specification) from a remote server, you can easily generate an API client. -- API version: 2.0.0-rc.6 +- API version: 2.0.0-rc.7 - Package version: - Build package: org.openapitools.codegen.languages.KotlinClientCodegen diff --git a/packages/cactus-plugin-keychain-memory-wasm/src/main/rust/cactus-plugin-keychain-memory-wasm/Cargo.toml b/packages/cactus-plugin-keychain-memory-wasm/src/main/rust/cactus-plugin-keychain-memory-wasm/Cargo.toml index 9e6a719c7f..bf02f1a251 100644 --- a/packages/cactus-plugin-keychain-memory-wasm/src/main/rust/cactus-plugin-keychain-memory-wasm/Cargo.toml +++ b/packages/cactus-plugin-keychain-memory-wasm/src/main/rust/cactus-plugin-keychain-memory-wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cactus-plugin-keychain-memory-wasm" -version = "2.0.0-rc.6" +version = "2.0.0-rc.7" authors = ["Peter Somogyvari "] edition = "2018" diff --git a/packages/cactus-plugin-keychain-memory-wasm/src/main/rust/generated/openapi/rust-server/Cargo.toml b/packages/cactus-plugin-keychain-memory-wasm/src/main/rust/generated/openapi/rust-server/Cargo.toml index 45fefae231..95c2d40c4f 100644 --- a/packages/cactus-plugin-keychain-memory-wasm/src/main/rust/generated/openapi/rust-server/Cargo.toml +++ b/packages/cactus-plugin-keychain-memory-wasm/src/main/rust/generated/openapi/rust-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openapi_client" -version = "2.0.0-rc.6" +version = "2.0.0-rc.7" authors = [] description = "Contains/describes the Keychain API types/paths for Hyperledger Cactus." license = "Unlicense" diff --git a/packages/cactus-plugin-keychain-memory-wasm/src/main/typescript/generated/openapi/typescript-axios/api.ts b/packages/cactus-plugin-keychain-memory-wasm/src/main/typescript/generated/openapi/typescript-axios/api.ts index fe43a21c68..40298e13f2 100644 --- a/packages/cactus-plugin-keychain-memory-wasm/src/main/typescript/generated/openapi/typescript-axios/api.ts +++ b/packages/cactus-plugin-keychain-memory-wasm/src/main/typescript/generated/openapi/typescript-axios/api.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Keychain Memory WASM * Contains/describes the Hyperledger Cactus Keychain Memory WASM plugin which is designed to help with testing and development and is implemented in Rust instead of Typescript. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-keychain-memory-wasm/src/main/typescript/generated/openapi/typescript-axios/base.ts b/packages/cactus-plugin-keychain-memory-wasm/src/main/typescript/generated/openapi/typescript-axios/base.ts index 92307f34f9..e907a36e22 100644 --- a/packages/cactus-plugin-keychain-memory-wasm/src/main/typescript/generated/openapi/typescript-axios/base.ts +++ b/packages/cactus-plugin-keychain-memory-wasm/src/main/typescript/generated/openapi/typescript-axios/base.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Keychain Memory WASM * Contains/describes the Hyperledger Cactus Keychain Memory WASM plugin which is designed to help with testing and development and is implemented in Rust instead of Typescript. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-keychain-memory-wasm/src/main/typescript/generated/openapi/typescript-axios/common.ts b/packages/cactus-plugin-keychain-memory-wasm/src/main/typescript/generated/openapi/typescript-axios/common.ts index 056b832a18..2d905ba34e 100644 --- a/packages/cactus-plugin-keychain-memory-wasm/src/main/typescript/generated/openapi/typescript-axios/common.ts +++ b/packages/cactus-plugin-keychain-memory-wasm/src/main/typescript/generated/openapi/typescript-axios/common.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Keychain Memory WASM * Contains/describes the Hyperledger Cactus Keychain Memory WASM plugin which is designed to help with testing and development and is implemented in Rust instead of Typescript. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-keychain-memory-wasm/src/main/typescript/generated/openapi/typescript-axios/configuration.ts b/packages/cactus-plugin-keychain-memory-wasm/src/main/typescript/generated/openapi/typescript-axios/configuration.ts index 1412e00fba..c902c62037 100644 --- a/packages/cactus-plugin-keychain-memory-wasm/src/main/typescript/generated/openapi/typescript-axios/configuration.ts +++ b/packages/cactus-plugin-keychain-memory-wasm/src/main/typescript/generated/openapi/typescript-axios/configuration.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Keychain Memory WASM * Contains/describes the Hyperledger Cactus Keychain Memory WASM plugin which is designed to help with testing and development and is implemented in Rust instead of Typescript. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-keychain-memory-wasm/src/main/typescript/generated/openapi/typescript-axios/index.ts b/packages/cactus-plugin-keychain-memory-wasm/src/main/typescript/generated/openapi/typescript-axios/index.ts index 86bed424c4..ce928f7ba9 100644 --- a/packages/cactus-plugin-keychain-memory-wasm/src/main/typescript/generated/openapi/typescript-axios/index.ts +++ b/packages/cactus-plugin-keychain-memory-wasm/src/main/typescript/generated/openapi/typescript-axios/index.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Keychain Memory WASM * Contains/describes the Hyperledger Cactus Keychain Memory WASM plugin which is designed to help with testing and development and is implemented in Rust instead of Typescript. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-keychain-memory/package.json b/packages/cactus-plugin-keychain-memory/package.json index 1ab703f97b..0dac32471c 100644 --- a/packages/cactus-plugin-keychain-memory/package.json +++ b/packages/cactus-plugin-keychain-memory/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-keychain-memory", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "description": "Dummy keychain implementation doing NO encryption and storing everything in-memory. Only suitable for development and testing.", "keywords": [ "Hyperledger", @@ -61,9 +61,9 @@ "dependencies": { "@bufbuild/protobuf": "1.10.0", "@connectrpc/connect": "1.4.0", - "@hyperledger/cactus-common": "2.0.0-rc.6", - "@hyperledger/cactus-core": "2.0.0-rc.6", - "@hyperledger/cactus-core-api": "2.0.0-rc.6", + "@hyperledger/cactus-common": "2.0.0-rc.7", + "@hyperledger/cactus-core": "2.0.0-rc.7", + "@hyperledger/cactus-core-api": "2.0.0-rc.7", "axios": "1.7.7", "express": "4.20.0", "prom-client": "15.1.3", diff --git a/packages/cactus-plugin-keychain-memory/src/main/go/generated/openapi/go-client/README.md b/packages/cactus-plugin-keychain-memory/src/main/go/generated/openapi/go-client/README.md index e90a30f0eb..cb7b73d67f 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/go/generated/openapi/go-client/README.md +++ b/packages/cactus-plugin-keychain-memory/src/main/go/generated/openapi/go-client/README.md @@ -5,7 +5,7 @@ Contains/describes the Hyperledger Cacti Keychain Memory plugin. ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. -- API version: 2.0.0-rc.6 +- API version: 2.0.0-rc.7 - Package version: 1.0.0 - Build package: org.openapitools.codegen.languages.GoClientCodegen diff --git a/packages/cactus-plugin-keychain-memory/src/main/go/generated/openapi/go-client/api/openapi.yaml b/packages/cactus-plugin-keychain-memory/src/main/go/generated/openapi/go-client/api/openapi.yaml index c64329544e..5d958d9c47 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/go/generated/openapi/go-client/api/openapi.yaml +++ b/packages/cactus-plugin-keychain-memory/src/main/go/generated/openapi/go-client/api/openapi.yaml @@ -5,7 +5,7 @@ info: name: Apache-2.0 url: https://www.apache.org/licenses/LICENSE-2.0.html title: 'Hyperledger Cactus Plugin - Keychain Memory ' - version: 2.0.0-rc.6 + version: 2.0.0-rc.7 servers: - url: / paths: diff --git a/packages/cactus-plugin-keychain-memory/src/main/go/generated/openapi/go-client/api_default.go b/packages/cactus-plugin-keychain-memory/src/main/go/generated/openapi/go-client/api_default.go index 434711ef9b..64ab0032b0 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/go/generated/openapi/go-client/api_default.go +++ b/packages/cactus-plugin-keychain-memory/src/main/go/generated/openapi/go-client/api_default.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Keychain Memory Contains/describes the Hyperledger Cacti Keychain Memory plugin. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-memory/src/main/go/generated/openapi/go-client/client.go b/packages/cactus-plugin-keychain-memory/src/main/go/generated/openapi/go-client/client.go index e9228c36a8..516e14cba2 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/go/generated/openapi/go-client/client.go +++ b/packages/cactus-plugin-keychain-memory/src/main/go/generated/openapi/go-client/client.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Keychain Memory Contains/describes the Hyperledger Cacti Keychain Memory plugin. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. @@ -41,7 +41,7 @@ var ( queryDescape = strings.NewReplacer( "%5B", "[", "%5D", "]" ) ) -// APIClient manages communication with the Hyperledger Cactus Plugin - Keychain Memory API v2.0.0-rc.6 +// APIClient manages communication with the Hyperledger Cactus Plugin - Keychain Memory API v2.0.0-rc.7 // In most cases there should be only one, shared, APIClient. type APIClient struct { cfg *Configuration diff --git a/packages/cactus-plugin-keychain-memory/src/main/go/generated/openapi/go-client/configuration.go b/packages/cactus-plugin-keychain-memory/src/main/go/generated/openapi/go-client/configuration.go index 8dd4fbbfc8..3f9cffc727 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/go/generated/openapi/go-client/configuration.go +++ b/packages/cactus-plugin-keychain-memory/src/main/go/generated/openapi/go-client/configuration.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Keychain Memory Contains/describes the Hyperledger Cacti Keychain Memory plugin. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-memory/src/main/go/generated/openapi/go-client/model_delete_keychain_entry_request_v1.go b/packages/cactus-plugin-keychain-memory/src/main/go/generated/openapi/go-client/model_delete_keychain_entry_request_v1.go index 4841f4a39a..e42c8ad013 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/go/generated/openapi/go-client/model_delete_keychain_entry_request_v1.go +++ b/packages/cactus-plugin-keychain-memory/src/main/go/generated/openapi/go-client/model_delete_keychain_entry_request_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Keychain Memory Contains/describes the Hyperledger Cacti Keychain Memory plugin. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-memory/src/main/go/generated/openapi/go-client/model_delete_keychain_entry_response_v1.go b/packages/cactus-plugin-keychain-memory/src/main/go/generated/openapi/go-client/model_delete_keychain_entry_response_v1.go index f8e0640d9f..824d6e937d 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/go/generated/openapi/go-client/model_delete_keychain_entry_response_v1.go +++ b/packages/cactus-plugin-keychain-memory/src/main/go/generated/openapi/go-client/model_delete_keychain_entry_response_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Keychain Memory Contains/describes the Hyperledger Cacti Keychain Memory plugin. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-memory/src/main/go/generated/openapi/go-client/model_get_keychain_entry_request_v1.go b/packages/cactus-plugin-keychain-memory/src/main/go/generated/openapi/go-client/model_get_keychain_entry_request_v1.go index 5b36737201..8ef17828cd 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/go/generated/openapi/go-client/model_get_keychain_entry_request_v1.go +++ b/packages/cactus-plugin-keychain-memory/src/main/go/generated/openapi/go-client/model_get_keychain_entry_request_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Keychain Memory Contains/describes the Hyperledger Cacti Keychain Memory plugin. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-memory/src/main/go/generated/openapi/go-client/model_get_keychain_entry_response_v1.go b/packages/cactus-plugin-keychain-memory/src/main/go/generated/openapi/go-client/model_get_keychain_entry_response_v1.go index 81bddd76a4..6a2ae88c27 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/go/generated/openapi/go-client/model_get_keychain_entry_response_v1.go +++ b/packages/cactus-plugin-keychain-memory/src/main/go/generated/openapi/go-client/model_get_keychain_entry_response_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Keychain Memory Contains/describes the Hyperledger Cacti Keychain Memory plugin. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-memory/src/main/go/generated/openapi/go-client/model_has_keychain_entry_request_v1.go b/packages/cactus-plugin-keychain-memory/src/main/go/generated/openapi/go-client/model_has_keychain_entry_request_v1.go index 946e1a0295..9f8a96c0c5 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/go/generated/openapi/go-client/model_has_keychain_entry_request_v1.go +++ b/packages/cactus-plugin-keychain-memory/src/main/go/generated/openapi/go-client/model_has_keychain_entry_request_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Keychain Memory Contains/describes the Hyperledger Cacti Keychain Memory plugin. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-memory/src/main/go/generated/openapi/go-client/model_has_keychain_entry_response_v1.go b/packages/cactus-plugin-keychain-memory/src/main/go/generated/openapi/go-client/model_has_keychain_entry_response_v1.go index ccb3a2ab32..d667eb6784 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/go/generated/openapi/go-client/model_has_keychain_entry_response_v1.go +++ b/packages/cactus-plugin-keychain-memory/src/main/go/generated/openapi/go-client/model_has_keychain_entry_response_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Keychain Memory Contains/describes the Hyperledger Cacti Keychain Memory plugin. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-memory/src/main/go/generated/openapi/go-client/model_set_keychain_entry_request_v1.go b/packages/cactus-plugin-keychain-memory/src/main/go/generated/openapi/go-client/model_set_keychain_entry_request_v1.go index ede37f6dc7..8b5427d98f 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/go/generated/openapi/go-client/model_set_keychain_entry_request_v1.go +++ b/packages/cactus-plugin-keychain-memory/src/main/go/generated/openapi/go-client/model_set_keychain_entry_request_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Keychain Memory Contains/describes the Hyperledger Cacti Keychain Memory plugin. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-memory/src/main/go/generated/openapi/go-client/model_set_keychain_entry_response_v1.go b/packages/cactus-plugin-keychain-memory/src/main/go/generated/openapi/go-client/model_set_keychain_entry_response_v1.go index 6c570810ca..a541fb776e 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/go/generated/openapi/go-client/model_set_keychain_entry_response_v1.go +++ b/packages/cactus-plugin-keychain-memory/src/main/go/generated/openapi/go-client/model_set_keychain_entry_response_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Keychain Memory Contains/describes the Hyperledger Cacti Keychain Memory plugin. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-memory/src/main/go/generated/openapi/go-client/response.go b/packages/cactus-plugin-keychain-memory/src/main/go/generated/openapi/go-client/response.go index d2b28817cb..e547658e69 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/go/generated/openapi/go-client/response.go +++ b/packages/cactus-plugin-keychain-memory/src/main/go/generated/openapi/go-client/response.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Keychain Memory Contains/describes the Hyperledger Cacti Keychain Memory plugin. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-memory/src/main/go/generated/openapi/go-client/utils.go b/packages/cactus-plugin-keychain-memory/src/main/go/generated/openapi/go-client/utils.go index eb74bedf35..d4e621c392 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/go/generated/openapi/go-client/utils.go +++ b/packages/cactus-plugin-keychain-memory/src/main/go/generated/openapi/go-client/utils.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Keychain Memory Contains/describes the Hyperledger Cacti Keychain Memory plugin. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-memory/src/main/json/openapi.json b/packages/cactus-plugin-keychain-memory/src/main/json/openapi.json index bca8d36e57..a365a540a1 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/json/openapi.json +++ b/packages/cactus-plugin-keychain-memory/src/main/json/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Plugin - Keychain Memory ", "description": "Contains/describes the Hyperledger Cacti Keychain Memory plugin.", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-keychain-memory/src/main/json/openapi.tpl.json b/packages/cactus-plugin-keychain-memory/src/main/json/openapi.tpl.json index 4f9007f699..63e61e9d65 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/json/openapi.tpl.json +++ b/packages/cactus-plugin-keychain-memory/src/main/json/openapi.tpl.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Plugin - Keychain Memory ", "description": "Contains/describes the Hyperledger Cacti Keychain Memory plugin.", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-keychain-memory/src/main/kotlin/generated/openapi/kotlin-client/README.md b/packages/cactus-plugin-keychain-memory/src/main/kotlin/generated/openapi/kotlin-client/README.md index 49954d2ec0..80436d44c9 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/kotlin/generated/openapi/kotlin-client/README.md +++ b/packages/cactus-plugin-keychain-memory/src/main/kotlin/generated/openapi/kotlin-client/README.md @@ -5,7 +5,7 @@ Contains/describes the Hyperledger Cacti Keychain Memory plugin. ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [openapi-spec](https://github.com/OAI/OpenAPI-Specification) from a remote server, you can easily generate an API client. -- API version: 2.0.0-rc.6 +- API version: 2.0.0-rc.7 - Package version: - Build package: org.openapitools.codegen.languages.KotlinClientCodegen diff --git a/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/README.md b/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/README.md index 533ad248de..85a709b9e5 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/README.md +++ b/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/README.md @@ -5,7 +5,7 @@ Contains/describes the Hyperledger Cacti Keychain Memory plugin. ## Overview These files were generated by the [OpenAPI Generator](https://openapi-generator.tech) project. -- API version: 2.0.0-rc.6 +- API version: 2.0.0-rc.7 - Package version: - Build package: org.openapitools.codegen.languages.ProtobufSchemaCodegen diff --git a/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/models/delete_keychain_entry_request_v1_pb.proto b/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/models/delete_keychain_entry_request_v1_pb.proto index f7d6aa79a4..c4244fa177 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/models/delete_keychain_entry_request_v1_pb.proto +++ b/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/models/delete_keychain_entry_request_v1_pb.proto @@ -3,7 +3,7 @@ Contains/describes the Hyperledger Cacti Keychain Memory plugin. - The version of the OpenAPI document: 2.0.0-rc.6 + The version of the OpenAPI document: 2.0.0-rc.7 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/models/delete_keychain_entry_response_v1_pb.proto b/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/models/delete_keychain_entry_response_v1_pb.proto index 51eb32ab08..2e66ac8f23 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/models/delete_keychain_entry_response_v1_pb.proto +++ b/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/models/delete_keychain_entry_response_v1_pb.proto @@ -3,7 +3,7 @@ Contains/describes the Hyperledger Cacti Keychain Memory plugin. - The version of the OpenAPI document: 2.0.0-rc.6 + The version of the OpenAPI document: 2.0.0-rc.7 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/models/get_keychain_entry_request_v1_pb.proto b/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/models/get_keychain_entry_request_v1_pb.proto index 85cd55c020..7f0c91dcdc 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/models/get_keychain_entry_request_v1_pb.proto +++ b/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/models/get_keychain_entry_request_v1_pb.proto @@ -3,7 +3,7 @@ Contains/describes the Hyperledger Cacti Keychain Memory plugin. - The version of the OpenAPI document: 2.0.0-rc.6 + The version of the OpenAPI document: 2.0.0-rc.7 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/models/get_keychain_entry_response_v1_pb.proto b/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/models/get_keychain_entry_response_v1_pb.proto index a4c4c6dd08..b991104f7e 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/models/get_keychain_entry_response_v1_pb.proto +++ b/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/models/get_keychain_entry_response_v1_pb.proto @@ -3,7 +3,7 @@ Contains/describes the Hyperledger Cacti Keychain Memory plugin. - The version of the OpenAPI document: 2.0.0-rc.6 + The version of the OpenAPI document: 2.0.0-rc.7 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/models/has_keychain_entry_request_v1_pb.proto b/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/models/has_keychain_entry_request_v1_pb.proto index 1fc3b27ee2..912f11e431 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/models/has_keychain_entry_request_v1_pb.proto +++ b/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/models/has_keychain_entry_request_v1_pb.proto @@ -3,7 +3,7 @@ Contains/describes the Hyperledger Cacti Keychain Memory plugin. - The version of the OpenAPI document: 2.0.0-rc.6 + The version of the OpenAPI document: 2.0.0-rc.7 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/models/has_keychain_entry_response_v1_pb.proto b/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/models/has_keychain_entry_response_v1_pb.proto index 644a67bba3..5f93668f34 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/models/has_keychain_entry_response_v1_pb.proto +++ b/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/models/has_keychain_entry_response_v1_pb.proto @@ -3,7 +3,7 @@ Contains/describes the Hyperledger Cacti Keychain Memory plugin. - The version of the OpenAPI document: 2.0.0-rc.6 + The version of the OpenAPI document: 2.0.0-rc.7 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/models/set_keychain_entry_request_v1_pb.proto b/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/models/set_keychain_entry_request_v1_pb.proto index 5eb3587373..43ace8008a 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/models/set_keychain_entry_request_v1_pb.proto +++ b/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/models/set_keychain_entry_request_v1_pb.proto @@ -3,7 +3,7 @@ Contains/describes the Hyperledger Cacti Keychain Memory plugin. - The version of the OpenAPI document: 2.0.0-rc.6 + The version of the OpenAPI document: 2.0.0-rc.7 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/models/set_keychain_entry_response_v1_pb.proto b/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/models/set_keychain_entry_response_v1_pb.proto index 3e7dd250af..c4840932f3 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/models/set_keychain_entry_response_v1_pb.proto +++ b/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/models/set_keychain_entry_response_v1_pb.proto @@ -3,7 +3,7 @@ Contains/describes the Hyperledger Cacti Keychain Memory plugin. - The version of the OpenAPI document: 2.0.0-rc.6 + The version of the OpenAPI document: 2.0.0-rc.7 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/services/default_service.proto b/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/services/default_service.proto index a08891a5d3..0866817d4c 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/services/default_service.proto +++ b/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/services/default_service.proto @@ -3,7 +3,7 @@ Contains/describes the Hyperledger Cacti Keychain Memory plugin. - The version of the OpenAPI document: 2.0.0-rc.6 + The version of the OpenAPI document: 2.0.0-rc.7 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/models/delete_keychain_entry_request_v1_pb_pb.ts b/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/models/delete_keychain_entry_request_v1_pb_pb.ts index f67bf87637..4592874763 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/models/delete_keychain_entry_request_v1_pb_pb.ts +++ b/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/models/delete_keychain_entry_request_v1_pb_pb.ts @@ -3,7 +3,7 @@ // //Contains/describes the Hyperledger Cacti Keychain Memory plugin. // -//The version of the OpenAPI document: 2.0.0-rc.6 +//The version of the OpenAPI document: 2.0.0-rc.7 // //Generated by OpenAPI Generator: https://openapi-generator.tech diff --git a/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/models/delete_keychain_entry_response_v1_pb_pb.ts b/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/models/delete_keychain_entry_response_v1_pb_pb.ts index 409fc0bf7c..4d40d48aa5 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/models/delete_keychain_entry_response_v1_pb_pb.ts +++ b/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/models/delete_keychain_entry_response_v1_pb_pb.ts @@ -3,7 +3,7 @@ // //Contains/describes the Hyperledger Cacti Keychain Memory plugin. // -//The version of the OpenAPI document: 2.0.0-rc.6 +//The version of the OpenAPI document: 2.0.0-rc.7 // //Generated by OpenAPI Generator: https://openapi-generator.tech diff --git a/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/models/get_keychain_entry_request_v1_pb_pb.ts b/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/models/get_keychain_entry_request_v1_pb_pb.ts index 17ddeb6e68..eb9efe84d8 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/models/get_keychain_entry_request_v1_pb_pb.ts +++ b/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/models/get_keychain_entry_request_v1_pb_pb.ts @@ -3,7 +3,7 @@ // //Contains/describes the Hyperledger Cacti Keychain Memory plugin. // -//The version of the OpenAPI document: 2.0.0-rc.6 +//The version of the OpenAPI document: 2.0.0-rc.7 // //Generated by OpenAPI Generator: https://openapi-generator.tech diff --git a/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/models/get_keychain_entry_response_v1_pb_pb.ts b/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/models/get_keychain_entry_response_v1_pb_pb.ts index 8c5e3b786b..c9189ccb8a 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/models/get_keychain_entry_response_v1_pb_pb.ts +++ b/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/models/get_keychain_entry_response_v1_pb_pb.ts @@ -3,7 +3,7 @@ // //Contains/describes the Hyperledger Cacti Keychain Memory plugin. // -//The version of the OpenAPI document: 2.0.0-rc.6 +//The version of the OpenAPI document: 2.0.0-rc.7 // //Generated by OpenAPI Generator: https://openapi-generator.tech diff --git a/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/models/has_keychain_entry_request_v1_pb_pb.ts b/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/models/has_keychain_entry_request_v1_pb_pb.ts index 279a955492..582307d689 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/models/has_keychain_entry_request_v1_pb_pb.ts +++ b/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/models/has_keychain_entry_request_v1_pb_pb.ts @@ -3,7 +3,7 @@ // //Contains/describes the Hyperledger Cacti Keychain Memory plugin. // -//The version of the OpenAPI document: 2.0.0-rc.6 +//The version of the OpenAPI document: 2.0.0-rc.7 // //Generated by OpenAPI Generator: https://openapi-generator.tech diff --git a/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/models/has_keychain_entry_response_v1_pb_pb.ts b/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/models/has_keychain_entry_response_v1_pb_pb.ts index 868752acdb..bbdca75768 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/models/has_keychain_entry_response_v1_pb_pb.ts +++ b/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/models/has_keychain_entry_response_v1_pb_pb.ts @@ -3,7 +3,7 @@ // //Contains/describes the Hyperledger Cacti Keychain Memory plugin. // -//The version of the OpenAPI document: 2.0.0-rc.6 +//The version of the OpenAPI document: 2.0.0-rc.7 // //Generated by OpenAPI Generator: https://openapi-generator.tech diff --git a/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/models/set_keychain_entry_request_v1_pb_pb.ts b/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/models/set_keychain_entry_request_v1_pb_pb.ts index 733ef3e2c7..46de4798dc 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/models/set_keychain_entry_request_v1_pb_pb.ts +++ b/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/models/set_keychain_entry_request_v1_pb_pb.ts @@ -3,7 +3,7 @@ // //Contains/describes the Hyperledger Cacti Keychain Memory plugin. // -//The version of the OpenAPI document: 2.0.0-rc.6 +//The version of the OpenAPI document: 2.0.0-rc.7 // //Generated by OpenAPI Generator: https://openapi-generator.tech diff --git a/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/models/set_keychain_entry_response_v1_pb_pb.ts b/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/models/set_keychain_entry_response_v1_pb_pb.ts index 4ef89ab015..133f9fe0d1 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/models/set_keychain_entry_response_v1_pb_pb.ts +++ b/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/models/set_keychain_entry_response_v1_pb_pb.ts @@ -3,7 +3,7 @@ // //Contains/describes the Hyperledger Cacti Keychain Memory plugin. // -//The version of the OpenAPI document: 2.0.0-rc.6 +//The version of the OpenAPI document: 2.0.0-rc.7 // //Generated by OpenAPI Generator: https://openapi-generator.tech diff --git a/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/services/default_service_connect.ts b/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/services/default_service_connect.ts index d9f18f8c18..bbf671da85 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/services/default_service_connect.ts +++ b/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/services/default_service_connect.ts @@ -3,7 +3,7 @@ // //Contains/describes the Hyperledger Cacti Keychain Memory plugin. // -//The version of the OpenAPI document: 2.0.0-rc.6 +//The version of the OpenAPI document: 2.0.0-rc.7 // //Generated by OpenAPI Generator: https://openapi-generator.tech diff --git a/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/services/default_service_pb.ts b/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/services/default_service_pb.ts index 507fb94e97..dad0c3e780 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/services/default_service_pb.ts +++ b/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/services/default_service_pb.ts @@ -3,7 +3,7 @@ // //Contains/describes the Hyperledger Cacti Keychain Memory plugin. // -//The version of the OpenAPI document: 2.0.0-rc.6 +//The version of the OpenAPI document: 2.0.0-rc.7 // //Generated by OpenAPI Generator: https://openapi-generator.tech diff --git a/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/openapi/typescript-axios/api.ts b/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/openapi/typescript-axios/api.ts index 118d7de87f..3713267a0d 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/openapi/typescript-axios/api.ts +++ b/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/openapi/typescript-axios/api.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Keychain Memory * Contains/describes the Hyperledger Cacti Keychain Memory plugin. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/openapi/typescript-axios/base.ts b/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/openapi/typescript-axios/base.ts index 2997745cef..5947bfeaa6 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/openapi/typescript-axios/base.ts +++ b/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/openapi/typescript-axios/base.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Keychain Memory * Contains/describes the Hyperledger Cacti Keychain Memory plugin. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/openapi/typescript-axios/common.ts b/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/openapi/typescript-axios/common.ts index c2ccf28044..060030212b 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/openapi/typescript-axios/common.ts +++ b/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/openapi/typescript-axios/common.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Keychain Memory * Contains/describes the Hyperledger Cacti Keychain Memory plugin. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/openapi/typescript-axios/configuration.ts b/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/openapi/typescript-axios/configuration.ts index 6ee136f6b5..ff957e0c6c 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/openapi/typescript-axios/configuration.ts +++ b/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/openapi/typescript-axios/configuration.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Keychain Memory * Contains/describes the Hyperledger Cacti Keychain Memory plugin. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/openapi/typescript-axios/index.ts b/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/openapi/typescript-axios/index.ts index 4901d07dd9..d841ae84e7 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/openapi/typescript-axios/index.ts +++ b/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/openapi/typescript-axios/index.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Keychain Memory * Contains/describes the Hyperledger Cacti Keychain Memory plugin. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-keychain-vault/package.json b/packages/cactus-plugin-keychain-vault/package.json index d710fa7b42..a6fc00716a 100644 --- a/packages/cactus-plugin-keychain-vault/package.json +++ b/packages/cactus-plugin-keychain-vault/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-keychain-vault", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "description": "A keychain implementation storing its entries in Hashicorp Vault. Actual logic is implemented in Rust.", "keywords": [ "Hyperledger", @@ -56,9 +56,9 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-rc.6", - "@hyperledger/cactus-core": "2.0.0-rc.6", - "@hyperledger/cactus-core-api": "2.0.0-rc.6", + "@hyperledger/cactus-common": "2.0.0-rc.7", + "@hyperledger/cactus-core": "2.0.0-rc.7", + "@hyperledger/cactus-core-api": "2.0.0-rc.7", "axios": "1.7.7", "http-status-codes": "2.1.4", "node-vault": "0.9.22", @@ -66,7 +66,7 @@ "typescript-optional": "2.0.1" }, "devDependencies": { - "@hyperledger/cactus-test-tooling": "2.0.0-rc.6", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.7", "@types/body-parser": "1.19.3", "@types/express": "4.17.21", "@types/internal-ip": "4.1.0", diff --git a/packages/cactus-plugin-keychain-vault/src/cactus-keychain-vault-server/rust/gen/Cargo.lock b/packages/cactus-plugin-keychain-vault/src/cactus-keychain-vault-server/rust/gen/Cargo.lock index b5202c4792..35e93ea5a4 100644 --- a/packages/cactus-plugin-keychain-vault/src/cactus-keychain-vault-server/rust/gen/Cargo.lock +++ b/packages/cactus-plugin-keychain-vault/src/cactus-keychain-vault-server/rust/gen/Cargo.lock @@ -1013,7 +1013,7 @@ checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" [[package]] name = "openapi_client" -version = "2.0.0-rc.6" +version = "2.0.0-rc.7" dependencies = [ "async-trait", "chrono", diff --git a/packages/cactus-plugin-keychain-vault/src/cactus-keychain-vault-server/rust/gen/Cargo.toml b/packages/cactus-plugin-keychain-vault/src/cactus-keychain-vault-server/rust/gen/Cargo.toml index 5edc50887b..b6a527a8e0 100644 --- a/packages/cactus-plugin-keychain-vault/src/cactus-keychain-vault-server/rust/gen/Cargo.toml +++ b/packages/cactus-plugin-keychain-vault/src/cactus-keychain-vault-server/rust/gen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openapi_client" -version = "2.0.0-rc.6" +version = "2.0.0-rc.7" authors = [] description = "Contains/describes the Keychain API types/paths for Hyperledger Cactus." license = "Unlicense" diff --git a/packages/cactus-plugin-keychain-vault/src/main/go/generated/openapi/go-client/README.md b/packages/cactus-plugin-keychain-vault/src/main/go/generated/openapi/go-client/README.md index 44975511fc..8492aa4adb 100644 --- a/packages/cactus-plugin-keychain-vault/src/main/go/generated/openapi/go-client/README.md +++ b/packages/cactus-plugin-keychain-vault/src/main/go/generated/openapi/go-client/README.md @@ -5,7 +5,7 @@ Contains/describes the Keychain API types/paths for Hyperledger Cactus. ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. -- API version: 2.0.0-rc.6 +- API version: 2.0.0-rc.7 - Package version: 1.0.0 - Build package: org.openapitools.codegen.languages.GoClientCodegen diff --git a/packages/cactus-plugin-keychain-vault/src/main/go/generated/openapi/go-client/api/openapi.yaml b/packages/cactus-plugin-keychain-vault/src/main/go/generated/openapi/go-client/api/openapi.yaml index 9a995f3f8a..5a12a2484a 100644 --- a/packages/cactus-plugin-keychain-vault/src/main/go/generated/openapi/go-client/api/openapi.yaml +++ b/packages/cactus-plugin-keychain-vault/src/main/go/generated/openapi/go-client/api/openapi.yaml @@ -5,7 +5,7 @@ info: name: Apache-2.0 url: https://www.apache.org/licenses/LICENSE-2.0.html title: Hyperledger Cactus - Keychain API - version: 2.0.0-rc.6 + version: 2.0.0-rc.7 servers: - url: / paths: diff --git a/packages/cactus-plugin-keychain-vault/src/main/go/generated/openapi/go-client/api_default.go b/packages/cactus-plugin-keychain-vault/src/main/go/generated/openapi/go-client/api_default.go index b75d86db51..9f2739d9e3 100644 --- a/packages/cactus-plugin-keychain-vault/src/main/go/generated/openapi/go-client/api_default.go +++ b/packages/cactus-plugin-keychain-vault/src/main/go/generated/openapi/go-client/api_default.go @@ -3,7 +3,7 @@ Hyperledger Cactus - Keychain API Contains/describes the Keychain API types/paths for Hyperledger Cactus. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-vault/src/main/go/generated/openapi/go-client/client.go b/packages/cactus-plugin-keychain-vault/src/main/go/generated/openapi/go-client/client.go index 692a666b1f..4fb5cdfbb0 100644 --- a/packages/cactus-plugin-keychain-vault/src/main/go/generated/openapi/go-client/client.go +++ b/packages/cactus-plugin-keychain-vault/src/main/go/generated/openapi/go-client/client.go @@ -3,7 +3,7 @@ Hyperledger Cactus - Keychain API Contains/describes the Keychain API types/paths for Hyperledger Cactus. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. @@ -41,7 +41,7 @@ var ( queryDescape = strings.NewReplacer( "%5B", "[", "%5D", "]" ) ) -// APIClient manages communication with the Hyperledger Cactus - Keychain API API v2.0.0-rc.6 +// APIClient manages communication with the Hyperledger Cactus - Keychain API API v2.0.0-rc.7 // In most cases there should be only one, shared, APIClient. type APIClient struct { cfg *Configuration diff --git a/packages/cactus-plugin-keychain-vault/src/main/go/generated/openapi/go-client/configuration.go b/packages/cactus-plugin-keychain-vault/src/main/go/generated/openapi/go-client/configuration.go index fc873959d4..a424a2afa3 100644 --- a/packages/cactus-plugin-keychain-vault/src/main/go/generated/openapi/go-client/configuration.go +++ b/packages/cactus-plugin-keychain-vault/src/main/go/generated/openapi/go-client/configuration.go @@ -3,7 +3,7 @@ Hyperledger Cactus - Keychain API Contains/describes the Keychain API types/paths for Hyperledger Cactus. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-vault/src/main/go/generated/openapi/go-client/model_delete_keychain_entry_request_v1.go b/packages/cactus-plugin-keychain-vault/src/main/go/generated/openapi/go-client/model_delete_keychain_entry_request_v1.go index 5edd6cb4a6..9fd4a856b7 100644 --- a/packages/cactus-plugin-keychain-vault/src/main/go/generated/openapi/go-client/model_delete_keychain_entry_request_v1.go +++ b/packages/cactus-plugin-keychain-vault/src/main/go/generated/openapi/go-client/model_delete_keychain_entry_request_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus - Keychain API Contains/describes the Keychain API types/paths for Hyperledger Cactus. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-vault/src/main/go/generated/openapi/go-client/model_delete_keychain_entry_response_v1.go b/packages/cactus-plugin-keychain-vault/src/main/go/generated/openapi/go-client/model_delete_keychain_entry_response_v1.go index f8889b768d..c438078439 100644 --- a/packages/cactus-plugin-keychain-vault/src/main/go/generated/openapi/go-client/model_delete_keychain_entry_response_v1.go +++ b/packages/cactus-plugin-keychain-vault/src/main/go/generated/openapi/go-client/model_delete_keychain_entry_response_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus - Keychain API Contains/describes the Keychain API types/paths for Hyperledger Cactus. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-vault/src/main/go/generated/openapi/go-client/model_get_keychain_entry_request_v1.go b/packages/cactus-plugin-keychain-vault/src/main/go/generated/openapi/go-client/model_get_keychain_entry_request_v1.go index bf993bf9ce..b1e7a094c8 100644 --- a/packages/cactus-plugin-keychain-vault/src/main/go/generated/openapi/go-client/model_get_keychain_entry_request_v1.go +++ b/packages/cactus-plugin-keychain-vault/src/main/go/generated/openapi/go-client/model_get_keychain_entry_request_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus - Keychain API Contains/describes the Keychain API types/paths for Hyperledger Cactus. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-vault/src/main/go/generated/openapi/go-client/model_get_keychain_entry_response_v1.go b/packages/cactus-plugin-keychain-vault/src/main/go/generated/openapi/go-client/model_get_keychain_entry_response_v1.go index 9acb5c1986..5cbc93a4c6 100644 --- a/packages/cactus-plugin-keychain-vault/src/main/go/generated/openapi/go-client/model_get_keychain_entry_response_v1.go +++ b/packages/cactus-plugin-keychain-vault/src/main/go/generated/openapi/go-client/model_get_keychain_entry_response_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus - Keychain API Contains/describes the Keychain API types/paths for Hyperledger Cactus. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-vault/src/main/go/generated/openapi/go-client/model_has_keychain_entry_request_v1.go b/packages/cactus-plugin-keychain-vault/src/main/go/generated/openapi/go-client/model_has_keychain_entry_request_v1.go index 41e9d4172d..d9c8d7aa9a 100644 --- a/packages/cactus-plugin-keychain-vault/src/main/go/generated/openapi/go-client/model_has_keychain_entry_request_v1.go +++ b/packages/cactus-plugin-keychain-vault/src/main/go/generated/openapi/go-client/model_has_keychain_entry_request_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus - Keychain API Contains/describes the Keychain API types/paths for Hyperledger Cactus. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-vault/src/main/go/generated/openapi/go-client/model_has_keychain_entry_response_v1.go b/packages/cactus-plugin-keychain-vault/src/main/go/generated/openapi/go-client/model_has_keychain_entry_response_v1.go index 145218fb54..da184de198 100644 --- a/packages/cactus-plugin-keychain-vault/src/main/go/generated/openapi/go-client/model_has_keychain_entry_response_v1.go +++ b/packages/cactus-plugin-keychain-vault/src/main/go/generated/openapi/go-client/model_has_keychain_entry_response_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus - Keychain API Contains/describes the Keychain API types/paths for Hyperledger Cactus. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-vault/src/main/go/generated/openapi/go-client/model_set_keychain_entry_request_v1.go b/packages/cactus-plugin-keychain-vault/src/main/go/generated/openapi/go-client/model_set_keychain_entry_request_v1.go index 00137db464..5fe0afe46c 100644 --- a/packages/cactus-plugin-keychain-vault/src/main/go/generated/openapi/go-client/model_set_keychain_entry_request_v1.go +++ b/packages/cactus-plugin-keychain-vault/src/main/go/generated/openapi/go-client/model_set_keychain_entry_request_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus - Keychain API Contains/describes the Keychain API types/paths for Hyperledger Cactus. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-vault/src/main/go/generated/openapi/go-client/model_set_keychain_entry_response_v1.go b/packages/cactus-plugin-keychain-vault/src/main/go/generated/openapi/go-client/model_set_keychain_entry_response_v1.go index 9c5f38f9be..c28afc0d3b 100644 --- a/packages/cactus-plugin-keychain-vault/src/main/go/generated/openapi/go-client/model_set_keychain_entry_response_v1.go +++ b/packages/cactus-plugin-keychain-vault/src/main/go/generated/openapi/go-client/model_set_keychain_entry_response_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus - Keychain API Contains/describes the Keychain API types/paths for Hyperledger Cactus. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-vault/src/main/go/generated/openapi/go-client/response.go b/packages/cactus-plugin-keychain-vault/src/main/go/generated/openapi/go-client/response.go index 8437cd0de3..ec9872580a 100644 --- a/packages/cactus-plugin-keychain-vault/src/main/go/generated/openapi/go-client/response.go +++ b/packages/cactus-plugin-keychain-vault/src/main/go/generated/openapi/go-client/response.go @@ -3,7 +3,7 @@ Hyperledger Cactus - Keychain API Contains/describes the Keychain API types/paths for Hyperledger Cactus. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-vault/src/main/go/generated/openapi/go-client/utils.go b/packages/cactus-plugin-keychain-vault/src/main/go/generated/openapi/go-client/utils.go index a6505d11d2..e1b792413e 100644 --- a/packages/cactus-plugin-keychain-vault/src/main/go/generated/openapi/go-client/utils.go +++ b/packages/cactus-plugin-keychain-vault/src/main/go/generated/openapi/go-client/utils.go @@ -3,7 +3,7 @@ Hyperledger Cactus - Keychain API Contains/describes the Keychain API types/paths for Hyperledger Cactus. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-keychain-vault/src/main/json/openapi.json b/packages/cactus-plugin-keychain-vault/src/main/json/openapi.json index 061b75b52a..6d854f24b1 100644 --- a/packages/cactus-plugin-keychain-vault/src/main/json/openapi.json +++ b/packages/cactus-plugin-keychain-vault/src/main/json/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus - Keychain API", "description": "Contains/describes the Keychain API types/paths for Hyperledger Cactus.", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-keychain-vault/src/main/json/openapi.tpl.json b/packages/cactus-plugin-keychain-vault/src/main/json/openapi.tpl.json index 86fae41623..928c0ba749 100644 --- a/packages/cactus-plugin-keychain-vault/src/main/json/openapi.tpl.json +++ b/packages/cactus-plugin-keychain-vault/src/main/json/openapi.tpl.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus - Keychain API", "description": "Contains/describes the Keychain API types/paths for Hyperledger Cactus.", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-keychain-vault/src/main/kotlin/generated/openapi/kotlin-client/README.md b/packages/cactus-plugin-keychain-vault/src/main/kotlin/generated/openapi/kotlin-client/README.md index f4f03cace1..7c428f5274 100644 --- a/packages/cactus-plugin-keychain-vault/src/main/kotlin/generated/openapi/kotlin-client/README.md +++ b/packages/cactus-plugin-keychain-vault/src/main/kotlin/generated/openapi/kotlin-client/README.md @@ -5,7 +5,7 @@ Contains/describes the Keychain API types/paths for Hyperledger Cactus. ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [openapi-spec](https://github.com/OAI/OpenAPI-Specification) from a remote server, you can easily generate an API client. -- API version: 2.0.0-rc.6 +- API version: 2.0.0-rc.7 - Package version: - Build package: org.openapitools.codegen.languages.KotlinClientCodegen diff --git a/packages/cactus-plugin-keychain-vault/src/main/typescript/generated/openapi/typescript-axios/api.ts b/packages/cactus-plugin-keychain-vault/src/main/typescript/generated/openapi/typescript-axios/api.ts index 052932900c..a0f791cd22 100644 --- a/packages/cactus-plugin-keychain-vault/src/main/typescript/generated/openapi/typescript-axios/api.ts +++ b/packages/cactus-plugin-keychain-vault/src/main/typescript/generated/openapi/typescript-axios/api.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus - Keychain API * Contains/describes the Keychain API types/paths for Hyperledger Cactus. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-keychain-vault/src/main/typescript/generated/openapi/typescript-axios/base.ts b/packages/cactus-plugin-keychain-vault/src/main/typescript/generated/openapi/typescript-axios/base.ts index 0b7e8a2f66..ed9fb65b46 100644 --- a/packages/cactus-plugin-keychain-vault/src/main/typescript/generated/openapi/typescript-axios/base.ts +++ b/packages/cactus-plugin-keychain-vault/src/main/typescript/generated/openapi/typescript-axios/base.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus - Keychain API * Contains/describes the Keychain API types/paths for Hyperledger Cactus. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-keychain-vault/src/main/typescript/generated/openapi/typescript-axios/common.ts b/packages/cactus-plugin-keychain-vault/src/main/typescript/generated/openapi/typescript-axios/common.ts index bf1592f782..ffc5540116 100644 --- a/packages/cactus-plugin-keychain-vault/src/main/typescript/generated/openapi/typescript-axios/common.ts +++ b/packages/cactus-plugin-keychain-vault/src/main/typescript/generated/openapi/typescript-axios/common.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus - Keychain API * Contains/describes the Keychain API types/paths for Hyperledger Cactus. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-keychain-vault/src/main/typescript/generated/openapi/typescript-axios/configuration.ts b/packages/cactus-plugin-keychain-vault/src/main/typescript/generated/openapi/typescript-axios/configuration.ts index 6447a2ec12..fa5064c6e1 100644 --- a/packages/cactus-plugin-keychain-vault/src/main/typescript/generated/openapi/typescript-axios/configuration.ts +++ b/packages/cactus-plugin-keychain-vault/src/main/typescript/generated/openapi/typescript-axios/configuration.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus - Keychain API * Contains/describes the Keychain API types/paths for Hyperledger Cactus. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-keychain-vault/src/main/typescript/generated/openapi/typescript-axios/index.ts b/packages/cactus-plugin-keychain-vault/src/main/typescript/generated/openapi/typescript-axios/index.ts index 9ebe9df2e7..1dd84184e6 100644 --- a/packages/cactus-plugin-keychain-vault/src/main/typescript/generated/openapi/typescript-axios/index.ts +++ b/packages/cactus-plugin-keychain-vault/src/main/typescript/generated/openapi/typescript-axios/index.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus - Keychain API * Contains/describes the Keychain API types/paths for Hyperledger Cactus. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-aries/package.json b/packages/cactus-plugin-ledger-connector-aries/package.json index 1898caaecf..d7d35a9d3c 100644 --- a/packages/cactus-plugin-ledger-connector-aries/package.json +++ b/packages/cactus-plugin-ledger-connector-aries/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-ledger-connector-aries", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "description": "Allows Cactus nodes to connect to an Indy ledger and Aries agents.", "keywords": [ "Hyperledger", @@ -64,16 +64,16 @@ "@aries-framework/node": "0.5.0-alpha.71", "@hyperledger/anoncreds-nodejs": "0.2.0", "@hyperledger/aries-askar-nodejs": "0.2.0", - "@hyperledger/cactus-common": "2.0.0-rc.6", - "@hyperledger/cactus-core": "2.0.0-rc.6", - "@hyperledger/cactus-core-api": "2.0.0-rc.6", + "@hyperledger/cactus-common": "2.0.0-rc.7", + "@hyperledger/cactus-core": "2.0.0-rc.7", + "@hyperledger/cactus-core-api": "2.0.0-rc.7", "@hyperledger/indy-vdr-nodejs": "0.2.0", "axios": "1.7.7", "rxjs": "7.8.1", "socket.io-client-fixed-types": "4.5.4" }, "devDependencies": { - "@hyperledger/cactus-test-tooling": "2.0.0-rc.6", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.7", "@types/body-parser": "1.19.4", "@types/express": "4.17.21", "@types/uuid": "10.0.0", diff --git a/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/README.md b/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/README.md index 54b8b30d3e..46b0852f66 100644 --- a/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/README.md +++ b/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/README.md @@ -5,7 +5,7 @@ Can communicate with other Aries agents and Cacti Aries connectors ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. -- API version: 2.0.0-rc.6 +- API version: 2.0.0-rc.7 - Package version: 1.0.0 - Build package: org.openapitools.codegen.languages.GoClientCodegen diff --git a/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/api/openapi.yaml b/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/api/openapi.yaml index b2d520f94b..f4a518489c 100644 --- a/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/api/openapi.yaml +++ b/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/api/openapi.yaml @@ -5,7 +5,7 @@ info: name: Apache-2.0 url: https://www.apache.org/licenses/LICENSE-2.0.html title: Hyperledger Cacti Plugin - Connector Aries - version: 2.0.0-rc.6 + version: 2.0.0-rc.7 servers: - url: / paths: diff --git a/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/api_default.go b/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/api_default.go index f0b253edd7..7d9955a0c0 100644 --- a/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/api_default.go +++ b/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/api_default.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Aries Can communicate with other Aries agents and Cacti Aries connectors -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/client.go b/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/client.go index c43c707bf9..b563e53985 100644 --- a/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/client.go +++ b/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/client.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Aries Can communicate with other Aries agents and Cacti Aries connectors -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. @@ -41,7 +41,7 @@ var ( queryDescape = strings.NewReplacer( "%5B", "[", "%5D", "]" ) ) -// APIClient manages communication with the Hyperledger Cacti Plugin - Connector Aries API v2.0.0-rc.6 +// APIClient manages communication with the Hyperledger Cacti Plugin - Connector Aries API v2.0.0-rc.7 // In most cases there should be only one, shared, APIClient. type APIClient struct { cfg *Configuration diff --git a/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/configuration.go b/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/configuration.go index 9ce9658110..ea5235f514 100644 --- a/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/configuration.go +++ b/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/configuration.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Aries Can communicate with other Aries agents and Cacti Aries connectors -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_accept_invitation_v1_request.go b/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_accept_invitation_v1_request.go index 2242f4bb4d..40755e7366 100644 --- a/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_accept_invitation_v1_request.go +++ b/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_accept_invitation_v1_request.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Aries Can communicate with other Aries agents and Cacti Aries connectors -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_accept_invitation_v1_response.go b/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_accept_invitation_v1_response.go index 7352138667..82e822567a 100644 --- a/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_accept_invitation_v1_response.go +++ b/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_accept_invitation_v1_response.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Aries Can communicate with other Aries agents and Cacti Aries connectors -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_agent_connection_record_v1.go b/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_agent_connection_record_v1.go index fb2b02751f..9b8def906e 100644 --- a/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_agent_connection_record_v1.go +++ b/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_agent_connection_record_v1.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Aries Can communicate with other Aries agents and Cacti Aries connectors -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_agent_connections_filter_v1.go b/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_agent_connections_filter_v1.go index cf4c76ef90..9de2efbf76 100644 --- a/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_agent_connections_filter_v1.go +++ b/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_agent_connections_filter_v1.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Aries Can communicate with other Aries agents and Cacti Aries connectors -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_aries_agent_config_v1.go b/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_aries_agent_config_v1.go index 826554b314..c77d16a994 100644 --- a/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_aries_agent_config_v1.go +++ b/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_aries_agent_config_v1.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Aries Can communicate with other Aries agents and Cacti Aries connectors -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_aries_agent_summary_v1.go b/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_aries_agent_summary_v1.go index c055fe06fc..7ef380b196 100644 --- a/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_aries_agent_summary_v1.go +++ b/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_aries_agent_summary_v1.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Aries Can communicate with other Aries agents and Cacti Aries connectors -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_aries_agent_summary_v1_wallet_config.go b/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_aries_agent_summary_v1_wallet_config.go index 002a5dbf11..c01a04176d 100644 --- a/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_aries_agent_summary_v1_wallet_config.go +++ b/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_aries_agent_summary_v1_wallet_config.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Aries Can communicate with other Aries agents and Cacti Aries connectors -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_aries_indy_vdr_pool_config_v1.go b/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_aries_indy_vdr_pool_config_v1.go index fa406c1874..cdb1d5eb4c 100644 --- a/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_aries_indy_vdr_pool_config_v1.go +++ b/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_aries_indy_vdr_pool_config_v1.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Aries Can communicate with other Aries agents and Cacti Aries connectors -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_aries_proof_exchange_record_v1.go b/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_aries_proof_exchange_record_v1.go index 211afc8493..3e1797e940 100644 --- a/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_aries_proof_exchange_record_v1.go +++ b/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_aries_proof_exchange_record_v1.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Aries Can communicate with other Aries agents and Cacti Aries connectors -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_cacti_accept_policy_v1.go b/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_cacti_accept_policy_v1.go index 9d957e2a05..0216ad4f29 100644 --- a/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_cacti_accept_policy_v1.go +++ b/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_cacti_accept_policy_v1.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Aries Can communicate with other Aries agents and Cacti Aries connectors -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_cacti_proof_request_attribute_v1.go b/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_cacti_proof_request_attribute_v1.go index 4cf39186db..c2da32e4ce 100644 --- a/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_cacti_proof_request_attribute_v1.go +++ b/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_cacti_proof_request_attribute_v1.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Aries Can communicate with other Aries agents and Cacti Aries connectors -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_create_new_connection_invitation_v1_request.go b/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_create_new_connection_invitation_v1_request.go index 1c32fe8b16..e6295cd8ef 100644 --- a/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_create_new_connection_invitation_v1_request.go +++ b/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_create_new_connection_invitation_v1_request.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Aries Can communicate with other Aries agents and Cacti Aries connectors -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_create_new_connection_invitation_v1_response.go b/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_create_new_connection_invitation_v1_response.go index c4d7120411..05a5d398b6 100644 --- a/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_create_new_connection_invitation_v1_response.go +++ b/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_create_new_connection_invitation_v1_response.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Aries Can communicate with other Aries agents and Cacti Aries connectors -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_error_exception_v1_response.go b/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_error_exception_v1_response.go index 7c3df3bd5f..2d4a97e815 100644 --- a/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_error_exception_v1_response.go +++ b/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_error_exception_v1_response.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Aries Can communicate with other Aries agents and Cacti Aries connectors -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_get_connections_v1_request.go b/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_get_connections_v1_request.go index 80cbfe6b25..ab1790e477 100644 --- a/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_get_connections_v1_request.go +++ b/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_get_connections_v1_request.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Aries Can communicate with other Aries agents and Cacti Aries connectors -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_request_proof_v1_request.go b/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_request_proof_v1_request.go index c53a8e2d41..706f740806 100644 --- a/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_request_proof_v1_request.go +++ b/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_request_proof_v1_request.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Aries Can communicate with other Aries agents and Cacti Aries connectors -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_watch_connection_state_options_v1.go b/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_watch_connection_state_options_v1.go index e88a02ded6..3a27509498 100644 --- a/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_watch_connection_state_options_v1.go +++ b/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_watch_connection_state_options_v1.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Aries Can communicate with other Aries agents and Cacti Aries connectors -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_watch_connection_state_progress_v1.go b/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_watch_connection_state_progress_v1.go index a6e3197a50..8d86b6940c 100644 --- a/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_watch_connection_state_progress_v1.go +++ b/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_watch_connection_state_progress_v1.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Aries Can communicate with other Aries agents and Cacti Aries connectors -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_watch_connection_state_v1.go b/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_watch_connection_state_v1.go index a22f750e09..afb3a5ad20 100644 --- a/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_watch_connection_state_v1.go +++ b/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_watch_connection_state_v1.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Aries Can communicate with other Aries agents and Cacti Aries connectors -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_watch_proof_state_options_v1.go b/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_watch_proof_state_options_v1.go index 9aa7bd3605..09dcbb71cf 100644 --- a/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_watch_proof_state_options_v1.go +++ b/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_watch_proof_state_options_v1.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Aries Can communicate with other Aries agents and Cacti Aries connectors -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_watch_proof_state_progress_v1.go b/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_watch_proof_state_progress_v1.go index 5eafc8109f..71696e4383 100644 --- a/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_watch_proof_state_progress_v1.go +++ b/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_watch_proof_state_progress_v1.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Aries Can communicate with other Aries agents and Cacti Aries connectors -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_watch_proof_state_v1.go b/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_watch_proof_state_v1.go index ffa50cda03..06640e6d02 100644 --- a/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_watch_proof_state_v1.go +++ b/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/model_watch_proof_state_v1.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Aries Can communicate with other Aries agents and Cacti Aries connectors -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/response.go b/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/response.go index 5f353e58ee..d90c57d8dc 100644 --- a/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/response.go +++ b/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/response.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Aries Can communicate with other Aries agents and Cacti Aries connectors -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/utils.go b/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/utils.go index b7f2fe7e20..acefcdfd96 100644 --- a/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/utils.go +++ b/packages/cactus-plugin-ledger-connector-aries/src/main/go/generated/openapi/go-client/utils.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Aries Can communicate with other Aries agents and Cacti Aries connectors -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-aries/src/main/json/openapi.json b/packages/cactus-plugin-ledger-connector-aries/src/main/json/openapi.json index dd5418d986..55955d8448 100644 --- a/packages/cactus-plugin-ledger-connector-aries/src/main/json/openapi.json +++ b/packages/cactus-plugin-ledger-connector-aries/src/main/json/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cacti Plugin - Connector Aries", "description": "Can communicate with other Aries agents and Cacti Aries connectors", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-ledger-connector-aries/src/main/json/openapi.tpl.json b/packages/cactus-plugin-ledger-connector-aries/src/main/json/openapi.tpl.json index dd5418d986..55955d8448 100644 --- a/packages/cactus-plugin-ledger-connector-aries/src/main/json/openapi.tpl.json +++ b/packages/cactus-plugin-ledger-connector-aries/src/main/json/openapi.tpl.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cacti Plugin - Connector Aries", "description": "Can communicate with other Aries agents and Cacti Aries connectors", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-ledger-connector-aries/src/main/typescript/generated/openapi/typescript-axios/api.ts b/packages/cactus-plugin-ledger-connector-aries/src/main/typescript/generated/openapi/typescript-axios/api.ts index 463a776515..4cb6e7f702 100644 --- a/packages/cactus-plugin-ledger-connector-aries/src/main/typescript/generated/openapi/typescript-axios/api.ts +++ b/packages/cactus-plugin-ledger-connector-aries/src/main/typescript/generated/openapi/typescript-axios/api.ts @@ -4,7 +4,7 @@ * Hyperledger Cacti Plugin - Connector Aries * Can communicate with other Aries agents and Cacti Aries connectors * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-aries/src/main/typescript/generated/openapi/typescript-axios/base.ts b/packages/cactus-plugin-ledger-connector-aries/src/main/typescript/generated/openapi/typescript-axios/base.ts index aca2cf5a25..110f17d55c 100644 --- a/packages/cactus-plugin-ledger-connector-aries/src/main/typescript/generated/openapi/typescript-axios/base.ts +++ b/packages/cactus-plugin-ledger-connector-aries/src/main/typescript/generated/openapi/typescript-axios/base.ts @@ -4,7 +4,7 @@ * Hyperledger Cacti Plugin - Connector Aries * Can communicate with other Aries agents and Cacti Aries connectors * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-aries/src/main/typescript/generated/openapi/typescript-axios/common.ts b/packages/cactus-plugin-ledger-connector-aries/src/main/typescript/generated/openapi/typescript-axios/common.ts index 1a78210752..2da37510a7 100644 --- a/packages/cactus-plugin-ledger-connector-aries/src/main/typescript/generated/openapi/typescript-axios/common.ts +++ b/packages/cactus-plugin-ledger-connector-aries/src/main/typescript/generated/openapi/typescript-axios/common.ts @@ -4,7 +4,7 @@ * Hyperledger Cacti Plugin - Connector Aries * Can communicate with other Aries agents and Cacti Aries connectors * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-aries/src/main/typescript/generated/openapi/typescript-axios/configuration.ts b/packages/cactus-plugin-ledger-connector-aries/src/main/typescript/generated/openapi/typescript-axios/configuration.ts index e88b299cb6..3713e5ea98 100644 --- a/packages/cactus-plugin-ledger-connector-aries/src/main/typescript/generated/openapi/typescript-axios/configuration.ts +++ b/packages/cactus-plugin-ledger-connector-aries/src/main/typescript/generated/openapi/typescript-axios/configuration.ts @@ -4,7 +4,7 @@ * Hyperledger Cacti Plugin - Connector Aries * Can communicate with other Aries agents and Cacti Aries connectors * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-aries/src/main/typescript/generated/openapi/typescript-axios/index.ts b/packages/cactus-plugin-ledger-connector-aries/src/main/typescript/generated/openapi/typescript-axios/index.ts index ff697060b0..8bef978a7d 100644 --- a/packages/cactus-plugin-ledger-connector-aries/src/main/typescript/generated/openapi/typescript-axios/index.ts +++ b/packages/cactus-plugin-ledger-connector-aries/src/main/typescript/generated/openapi/typescript-axios/index.ts @@ -4,7 +4,7 @@ * Hyperledger Cacti Plugin - Connector Aries * Can communicate with other Aries agents and Cacti Aries connectors * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-besu/package.json b/packages/cactus-plugin-ledger-connector-besu/package.json index 7501988820..1432b849d8 100644 --- a/packages/cactus-plugin-ledger-connector-besu/package.json +++ b/packages/cactus-plugin-ledger-connector-besu/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-ledger-connector-besu", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "description": "Allows Cactus nodes to connect to a Besu ledger.", "keywords": [ "Hyperledger", @@ -60,9 +60,9 @@ }, "dependencies": { "@grpc/grpc-js": "1.11.2", - "@hyperledger/cactus-common": "2.0.0-rc.6", - "@hyperledger/cactus-core": "2.0.0-rc.6", - "@hyperledger/cactus-core-api": "2.0.0-rc.6", + "@hyperledger/cactus-common": "2.0.0-rc.7", + "@hyperledger/cactus-core": "2.0.0-rc.7", + "@hyperledger/cactus-core-api": "2.0.0-rc.7", "axios": "1.7.7", "express": "4.20.0", "google-protobuf": "3.21.4", @@ -83,8 +83,8 @@ "web3js-quorum": "22.4.0" }, "devDependencies": { - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.6", - "@hyperledger/cactus-test-tooling": "2.0.0-rc.6", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.7", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.7", "@openapitools/openapi-generator-cli": "2.7.0", "@types/benchmark": "2.1.5", "@types/body-parser": "1.19.4", diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/README.md b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/README.md index 0d55eb0631..d057fe28e5 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/README.md +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/README.md @@ -5,7 +5,7 @@ Can perform basic tasks on a Besu ledger ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. -- API version: 2.0.0-rc.6 +- API version: 2.0.0-rc.7 - Package version: 1.0.0 - Build package: org.openapitools.codegen.languages.GoClientCodegen diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/api/openapi.yaml b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/api/openapi.yaml index 909b39b55e..9a85d2576f 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/api/openapi.yaml +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/api/openapi.yaml @@ -5,7 +5,7 @@ info: name: Apache-2.0 url: https://www.apache.org/licenses/LICENSE-2.0.html title: Hyperledger Cactus Plugin - Connector Besu - version: 2.0.0-rc.6 + version: 2.0.0-rc.7 servers: - url: / paths: diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/api_default.go b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/api_default.go index 53e781ebe8..cb1ef69e37 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/api_default.go +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/api_default.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Besu Can perform basic tasks on a Besu ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/client.go b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/client.go index f22b510ec4..7246721c38 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/client.go +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/client.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Besu Can perform basic tasks on a Besu ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. @@ -41,7 +41,7 @@ var ( queryDescape = strings.NewReplacer( "%5B", "[", "%5D", "]" ) ) -// APIClient manages communication with the Hyperledger Cactus Plugin - Connector Besu API v2.0.0-rc.6 +// APIClient manages communication with the Hyperledger Cactus Plugin - Connector Besu API v2.0.0-rc.7 // In most cases there should be only one, shared, APIClient. type APIClient struct { cfg *Configuration diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/configuration.go b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/configuration.go index 06c6cdebfa..c8a9310b49 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/configuration.go +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/configuration.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Besu Can perform basic tasks on a Besu ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_besu_private_transaction_config.go b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_besu_private_transaction_config.go index 68006645ed..ea211060a1 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_besu_private_transaction_config.go +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_besu_private_transaction_config.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Besu Can perform basic tasks on a Besu ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_besu_transaction_config.go b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_besu_transaction_config.go index ebcf40b72d..912adde706 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_besu_transaction_config.go +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_besu_transaction_config.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Besu Can perform basic tasks on a Besu ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_besu_transaction_config_to.go b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_besu_transaction_config_to.go index da43a9167b..7a37def6f2 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_besu_transaction_config_to.go +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_besu_transaction_config_to.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Besu Can perform basic tasks on a Besu ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_consistency_strategy.go b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_consistency_strategy.go index 90df824a53..fe04753c59 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_consistency_strategy.go +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_consistency_strategy.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Besu Can perform basic tasks on a Besu ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_deploy_contract_solidity_bytecode_no_keychain_v1_request.go b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_deploy_contract_solidity_bytecode_no_keychain_v1_request.go index 9eb3194d9f..cf44108e60 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_deploy_contract_solidity_bytecode_no_keychain_v1_request.go +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_deploy_contract_solidity_bytecode_no_keychain_v1_request.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Besu Can perform basic tasks on a Besu ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_deploy_contract_solidity_bytecode_v1_request.go b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_deploy_contract_solidity_bytecode_v1_request.go index 084c599123..0bb61cc61a 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_deploy_contract_solidity_bytecode_v1_request.go +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_deploy_contract_solidity_bytecode_v1_request.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Besu Can perform basic tasks on a Besu ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_deploy_contract_solidity_bytecode_v1_response.go b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_deploy_contract_solidity_bytecode_v1_response.go index 0bac24e567..a845336b90 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_deploy_contract_solidity_bytecode_v1_response.go +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_deploy_contract_solidity_bytecode_v1_response.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Besu Can perform basic tasks on a Besu ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_eth_contract_invocation_type.go b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_eth_contract_invocation_type.go index 983dc7068d..b12bbbbafd 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_eth_contract_invocation_type.go +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_eth_contract_invocation_type.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Besu Can perform basic tasks on a Besu ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_evm_block.go b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_evm_block.go index 916b77e452..dc46807dbf 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_evm_block.go +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_evm_block.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Besu Can perform basic tasks on a Besu ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_evm_log.go b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_evm_log.go index dc6b0c227e..f1a9edbbcd 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_evm_log.go +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_evm_log.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Besu Can perform basic tasks on a Besu ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_evm_transaction.go b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_evm_transaction.go index 430f31ec9a..734ef3ba34 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_evm_transaction.go +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_evm_transaction.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Besu Can perform basic tasks on a Besu ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_get_balance_v1_request.go b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_get_balance_v1_request.go index 01561acf90..0057368796 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_get_balance_v1_request.go +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_get_balance_v1_request.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Besu Can perform basic tasks on a Besu ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_get_balance_v1_response.go b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_get_balance_v1_response.go index db3648c478..232e1f1f58 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_get_balance_v1_response.go +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_get_balance_v1_response.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Besu Can perform basic tasks on a Besu ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_get_besu_record_v1_request.go b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_get_besu_record_v1_request.go index 1f8e0f84f1..3aefcf2560 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_get_besu_record_v1_request.go +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_get_besu_record_v1_request.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Besu Can perform basic tasks on a Besu ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_get_besu_record_v1_response.go b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_get_besu_record_v1_response.go index 110ec86e41..dd9188c302 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_get_besu_record_v1_response.go +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_get_besu_record_v1_response.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Besu Can perform basic tasks on a Besu ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_get_block_v1_request.go b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_get_block_v1_request.go index 088987a97c..3b22fb0c2c 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_get_block_v1_request.go +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_get_block_v1_request.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Besu Can perform basic tasks on a Besu ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_get_block_v1_response.go b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_get_block_v1_response.go index ed62497689..8cccf45368 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_get_block_v1_response.go +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_get_block_v1_response.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Besu Can perform basic tasks on a Besu ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_get_past_logs_v1_request.go b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_get_past_logs_v1_request.go index fb09ecdb13..3a8f27b8ff 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_get_past_logs_v1_request.go +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_get_past_logs_v1_request.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Besu Can perform basic tasks on a Besu ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_get_past_logs_v1_response.go b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_get_past_logs_v1_response.go index 07f72a32d0..79a6c9ab50 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_get_past_logs_v1_response.go +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_get_past_logs_v1_response.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Besu Can perform basic tasks on a Besu ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_get_transaction_v1_request.go b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_get_transaction_v1_request.go index 3e30cffd79..f85deee782 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_get_transaction_v1_request.go +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_get_transaction_v1_request.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Besu Can perform basic tasks on a Besu ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_get_transaction_v1_response.go b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_get_transaction_v1_response.go index c8e43a2bd7..6011ed2fd6 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_get_transaction_v1_response.go +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_get_transaction_v1_response.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Besu Can perform basic tasks on a Besu ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_invoke_contract_v1_request.go b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_invoke_contract_v1_request.go index b4b603eb4f..63ee2e0657 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_invoke_contract_v1_request.go +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_invoke_contract_v1_request.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Besu Can perform basic tasks on a Besu ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_invoke_contract_v1_response.go b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_invoke_contract_v1_response.go index fe16d6456d..a18d0cb914 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_invoke_contract_v1_response.go +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_invoke_contract_v1_response.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Besu Can perform basic tasks on a Besu ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_receipt_type.go b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_receipt_type.go index 1085ac1ae8..178565d8a7 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_receipt_type.go +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_receipt_type.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Besu Can perform basic tasks on a Besu ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_run_transaction_request.go b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_run_transaction_request.go index df47b681c7..b03a9a2015 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_run_transaction_request.go +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_run_transaction_request.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Besu Can perform basic tasks on a Besu ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_run_transaction_response.go b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_run_transaction_response.go index ac04c7e22c..36a7350231 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_run_transaction_response.go +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_run_transaction_response.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Besu Can perform basic tasks on a Besu ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_sign_transaction_request.go b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_sign_transaction_request.go index c8c7012940..e7cf6c1371 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_sign_transaction_request.go +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_sign_transaction_request.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Besu Can perform basic tasks on a Besu ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_sign_transaction_response.go b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_sign_transaction_response.go index 7e3dfe98da..04becdf0a0 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_sign_transaction_response.go +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_sign_transaction_response.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Besu Can perform basic tasks on a Besu ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_solidity_contract_json_artifact.go b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_solidity_contract_json_artifact.go index 01e559a4e9..8774dd2cdb 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_solidity_contract_json_artifact.go +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_solidity_contract_json_artifact.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Besu Can perform basic tasks on a Besu ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_solidity_contract_json_artifact_compiler.go b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_solidity_contract_json_artifact_compiler.go index 4a19e03a6d..9d4bc0ed10 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_solidity_contract_json_artifact_compiler.go +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_solidity_contract_json_artifact_compiler.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Besu Can perform basic tasks on a Besu ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_solidity_contract_json_artifact_gas_estimates.go b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_solidity_contract_json_artifact_gas_estimates.go index 9531b058d4..8cfb1947a7 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_solidity_contract_json_artifact_gas_estimates.go +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_solidity_contract_json_artifact_gas_estimates.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Besu Can perform basic tasks on a Besu ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_solidity_contract_json_artifact_gas_estimates_creation.go b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_solidity_contract_json_artifact_gas_estimates_creation.go index 71757ca7b3..df245c1594 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_solidity_contract_json_artifact_gas_estimates_creation.go +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_solidity_contract_json_artifact_gas_estimates_creation.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Besu Can perform basic tasks on a Besu ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_watch_blocks_v1.go b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_watch_blocks_v1.go index 60d599cc2f..e85ac4fa4f 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_watch_blocks_v1.go +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_watch_blocks_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Besu Can perform basic tasks on a Besu ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_watch_blocks_v1_progress.go b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_watch_blocks_v1_progress.go index e52a4c1fe7..99bf8719d6 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_watch_blocks_v1_progress.go +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_watch_blocks_v1_progress.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Besu Can perform basic tasks on a Besu ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_watch_blocks_v1_request.go b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_watch_blocks_v1_request.go index 573c66f235..7a220b9899 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_watch_blocks_v1_request.go +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_watch_blocks_v1_request.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Besu Can perform basic tasks on a Besu ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_web3_block_header.go b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_web3_block_header.go index 994ea9d63e..9be4fcd2a5 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_web3_block_header.go +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_web3_block_header.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Besu Can perform basic tasks on a Besu ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_web3_block_header_timestamp.go b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_web3_block_header_timestamp.go index 8a85e38125..d5e28ab5eb 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_web3_block_header_timestamp.go +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_web3_block_header_timestamp.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Besu Can perform basic tasks on a Besu ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_web3_signing_credential.go b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_web3_signing_credential.go index 6e0004878a..3612900dc4 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_web3_signing_credential.go +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_web3_signing_credential.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Besu Can perform basic tasks on a Besu ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_web3_signing_credential_cactus_keychain_ref.go b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_web3_signing_credential_cactus_keychain_ref.go index 006d8e62a8..eae01ef363 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_web3_signing_credential_cactus_keychain_ref.go +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_web3_signing_credential_cactus_keychain_ref.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Besu Can perform basic tasks on a Besu ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_web3_signing_credential_none.go b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_web3_signing_credential_none.go index 017e48523e..e4d80a33fe 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_web3_signing_credential_none.go +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_web3_signing_credential_none.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Besu Can perform basic tasks on a Besu ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_web3_signing_credential_private_key_hex.go b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_web3_signing_credential_private_key_hex.go index 8fde102526..3fdcd65ac8 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_web3_signing_credential_private_key_hex.go +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_web3_signing_credential_private_key_hex.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Besu Can perform basic tasks on a Besu ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_web3_signing_credential_type.go b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_web3_signing_credential_type.go index 113513ad1d..725222354b 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_web3_signing_credential_type.go +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_web3_signing_credential_type.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Besu Can perform basic tasks on a Besu ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_web3_transaction_receipt.go b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_web3_transaction_receipt.go index 41cdc4c0db..cfd0e256b2 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_web3_transaction_receipt.go +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/model_web3_transaction_receipt.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Besu Can perform basic tasks on a Besu ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/response.go b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/response.go index a41abcb62e..99b8fc01f9 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/response.go +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/response.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Besu Can perform basic tasks on a Besu ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/utils.go b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/utils.go index a328db8967..5d8763eb64 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/utils.go +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/go/generated/openapi/go-client/utils.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Besu Can perform basic tasks on a Besu ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/json/openapi.json b/packages/cactus-plugin-ledger-connector-besu/src/main/json/openapi.json index b977de3a1b..ba517831a4 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/json/openapi.json +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/json/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Plugin - Connector Besu", "description": "Can perform basic tasks on a Besu ledger", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/json/openapi.tpl.json b/packages/cactus-plugin-ledger-connector-besu/src/main/json/openapi.tpl.json index b977de3a1b..ba517831a4 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/json/openapi.tpl.json +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/json/openapi.tpl.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Plugin - Connector Besu", "description": "Can perform basic tasks on a Besu ledger", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/README.md b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/README.md index 443cfbb68e..ae14de7ec6 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/README.md +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/README.md @@ -5,7 +5,7 @@ Can perform basic tasks on a Besu ledger ## Overview These files were generated by the [OpenAPI Generator](https://openapi-generator.tech) project. -- API version: 2.0.0-rc.6 +- API version: 2.0.0-rc.7 - Package version: - Build package: org.openapitools.codegen.languages.ProtobufSchemaCodegen diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/besu_private_transaction_config_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/besu_private_transaction_config_pb.proto index 26fcc6704e..ed8d50eae5 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/besu_private_transaction_config_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/besu_private_transaction_config_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.6 + The version of the OpenAPI document: 2.0.0-rc.7 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/besu_transaction_config_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/besu_transaction_config_pb.proto index ceeca7462c..03d3ec5a5f 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/besu_transaction_config_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/besu_transaction_config_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.6 + The version of the OpenAPI document: 2.0.0-rc.7 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/besu_transaction_config_to_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/besu_transaction_config_to_pb.proto index b52ecd3e76..43b3060894 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/besu_transaction_config_to_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/besu_transaction_config_to_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.6 + The version of the OpenAPI document: 2.0.0-rc.7 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/consistency_strategy_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/consistency_strategy_pb.proto index f2380f2655..6d43bf26f0 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/consistency_strategy_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/consistency_strategy_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.6 + The version of the OpenAPI document: 2.0.0-rc.7 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/deploy_contract_solidity_bytecode_no_keychain_v1_request_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/deploy_contract_solidity_bytecode_no_keychain_v1_request_pb.proto index ef00ad0730..f5c163fe21 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/deploy_contract_solidity_bytecode_no_keychain_v1_request_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/deploy_contract_solidity_bytecode_no_keychain_v1_request_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.6 + The version of the OpenAPI document: 2.0.0-rc.7 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/deploy_contract_solidity_bytecode_v1_request_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/deploy_contract_solidity_bytecode_v1_request_pb.proto index b02ed01848..3e3673da3d 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/deploy_contract_solidity_bytecode_v1_request_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/deploy_contract_solidity_bytecode_v1_request_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.6 + The version of the OpenAPI document: 2.0.0-rc.7 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/deploy_contract_solidity_bytecode_v1_response_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/deploy_contract_solidity_bytecode_v1_response_pb.proto index cdc73e546e..8a263c1cc0 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/deploy_contract_solidity_bytecode_v1_response_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/deploy_contract_solidity_bytecode_v1_response_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.6 + The version of the OpenAPI document: 2.0.0-rc.7 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/eth_contract_invocation_type_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/eth_contract_invocation_type_pb.proto index 9cd7ae2564..89de7c9fe7 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/eth_contract_invocation_type_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/eth_contract_invocation_type_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.6 + The version of the OpenAPI document: 2.0.0-rc.7 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/evm_block_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/evm_block_pb.proto index 3cd160ad52..8fe33cddb3 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/evm_block_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/evm_block_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.6 + The version of the OpenAPI document: 2.0.0-rc.7 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/evm_log_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/evm_log_pb.proto index 37e17eae2a..59a626fb1a 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/evm_log_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/evm_log_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.6 + The version of the OpenAPI document: 2.0.0-rc.7 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/evm_transaction_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/evm_transaction_pb.proto index be1cbb0108..db41f61dcc 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/evm_transaction_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/evm_transaction_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.6 + The version of the OpenAPI document: 2.0.0-rc.7 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_balance_v1_request_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_balance_v1_request_pb.proto index 07f302d109..aa53651852 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_balance_v1_request_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_balance_v1_request_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.6 + The version of the OpenAPI document: 2.0.0-rc.7 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_balance_v1_response_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_balance_v1_response_pb.proto index 95463c5dad..d2893ecb26 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_balance_v1_response_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_balance_v1_response_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.6 + The version of the OpenAPI document: 2.0.0-rc.7 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_besu_record_v1_request_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_besu_record_v1_request_pb.proto index 05d6decba7..9ea4b51f54 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_besu_record_v1_request_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_besu_record_v1_request_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.6 + The version of the OpenAPI document: 2.0.0-rc.7 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_besu_record_v1_response_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_besu_record_v1_response_pb.proto index 4041325ae3..1fe301c422 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_besu_record_v1_response_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_besu_record_v1_response_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.6 + The version of the OpenAPI document: 2.0.0-rc.7 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_block_v1_request_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_block_v1_request_pb.proto index 5e00d8c5b3..860ca25bed 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_block_v1_request_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_block_v1_request_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.6 + The version of the OpenAPI document: 2.0.0-rc.7 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_block_v1_response_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_block_v1_response_pb.proto index 7d411dcd49..8b05a1a051 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_block_v1_response_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_block_v1_response_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.6 + The version of the OpenAPI document: 2.0.0-rc.7 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_past_logs_v1_request_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_past_logs_v1_request_pb.proto index f49ddc44c0..b2e7804d13 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_past_logs_v1_request_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_past_logs_v1_request_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.6 + The version of the OpenAPI document: 2.0.0-rc.7 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_past_logs_v1_response_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_past_logs_v1_response_pb.proto index 1917dd5d10..a58be67fb5 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_past_logs_v1_response_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_past_logs_v1_response_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.6 + The version of the OpenAPI document: 2.0.0-rc.7 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_transaction_v1_request_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_transaction_v1_request_pb.proto index ba5e301f92..3e081eabc1 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_transaction_v1_request_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_transaction_v1_request_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.6 + The version of the OpenAPI document: 2.0.0-rc.7 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_transaction_v1_response_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_transaction_v1_response_pb.proto index 7f7ad34387..da04b4c4aa 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_transaction_v1_response_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_transaction_v1_response_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.6 + The version of the OpenAPI document: 2.0.0-rc.7 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/invoke_contract_v1_request_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/invoke_contract_v1_request_pb.proto index 6daa896ce8..51def0f20f 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/invoke_contract_v1_request_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/invoke_contract_v1_request_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.6 + The version of the OpenAPI document: 2.0.0-rc.7 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/invoke_contract_v1_response_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/invoke_contract_v1_response_pb.proto index 83e3ebb6dc..c7f61f1dbe 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/invoke_contract_v1_response_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/invoke_contract_v1_response_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.6 + The version of the OpenAPI document: 2.0.0-rc.7 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/receipt_type_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/receipt_type_pb.proto index 086954ef1f..f2821886b6 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/receipt_type_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/receipt_type_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.6 + The version of the OpenAPI document: 2.0.0-rc.7 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/run_transaction_request_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/run_transaction_request_pb.proto index 1d845e50d1..555a336531 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/run_transaction_request_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/run_transaction_request_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.6 + The version of the OpenAPI document: 2.0.0-rc.7 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/run_transaction_response_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/run_transaction_response_pb.proto index 8395fc26d9..96322d1aa3 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/run_transaction_response_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/run_transaction_response_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.6 + The version of the OpenAPI document: 2.0.0-rc.7 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/sign_transaction_request_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/sign_transaction_request_pb.proto index d3c3fe99aa..3a7fc6b405 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/sign_transaction_request_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/sign_transaction_request_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.6 + The version of the OpenAPI document: 2.0.0-rc.7 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/sign_transaction_response_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/sign_transaction_response_pb.proto index 2b94575061..f3fb6bbe35 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/sign_transaction_response_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/sign_transaction_response_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.6 + The version of the OpenAPI document: 2.0.0-rc.7 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/solidity_contract_json_artifact_compiler_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/solidity_contract_json_artifact_compiler_pb.proto index 99e1278e8c..73dc9406a3 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/solidity_contract_json_artifact_compiler_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/solidity_contract_json_artifact_compiler_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.6 + The version of the OpenAPI document: 2.0.0-rc.7 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/solidity_contract_json_artifact_gas_estimates_creation_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/solidity_contract_json_artifact_gas_estimates_creation_pb.proto index 1f5e718de5..af8a6e0f36 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/solidity_contract_json_artifact_gas_estimates_creation_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/solidity_contract_json_artifact_gas_estimates_creation_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.6 + The version of the OpenAPI document: 2.0.0-rc.7 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/solidity_contract_json_artifact_gas_estimates_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/solidity_contract_json_artifact_gas_estimates_pb.proto index 81a26fbdd5..1a7cdb1b27 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/solidity_contract_json_artifact_gas_estimates_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/solidity_contract_json_artifact_gas_estimates_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.6 + The version of the OpenAPI document: 2.0.0-rc.7 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/solidity_contract_json_artifact_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/solidity_contract_json_artifact_pb.proto index dacc8837b1..b4fb15178d 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/solidity_contract_json_artifact_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/solidity_contract_json_artifact_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.6 + The version of the OpenAPI document: 2.0.0-rc.7 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/watch_blocks_v1_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/watch_blocks_v1_pb.proto index cbaaed9c7f..cf8537bdc0 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/watch_blocks_v1_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/watch_blocks_v1_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.6 + The version of the OpenAPI document: 2.0.0-rc.7 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/watch_blocks_v1_progress_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/watch_blocks_v1_progress_pb.proto index 219fc47bb1..eef1b5c45c 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/watch_blocks_v1_progress_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/watch_blocks_v1_progress_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.6 + The version of the OpenAPI document: 2.0.0-rc.7 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/watch_blocks_v1_request_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/watch_blocks_v1_request_pb.proto index d69fef0e37..09282c8873 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/watch_blocks_v1_request_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/watch_blocks_v1_request_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.6 + The version of the OpenAPI document: 2.0.0-rc.7 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/web3_block_header_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/web3_block_header_pb.proto index 31e98ca8e0..f78765d0bd 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/web3_block_header_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/web3_block_header_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.6 + The version of the OpenAPI document: 2.0.0-rc.7 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/web3_block_header_timestamp_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/web3_block_header_timestamp_pb.proto index cf56b9413a..a511758e84 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/web3_block_header_timestamp_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/web3_block_header_timestamp_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.6 + The version of the OpenAPI document: 2.0.0-rc.7 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/web3_signing_credential_cactus_keychain_ref_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/web3_signing_credential_cactus_keychain_ref_pb.proto index 686c0a2e77..375108d341 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/web3_signing_credential_cactus_keychain_ref_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/web3_signing_credential_cactus_keychain_ref_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.6 + The version of the OpenAPI document: 2.0.0-rc.7 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/web3_signing_credential_none_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/web3_signing_credential_none_pb.proto index 07b0b49d09..7194b20cd8 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/web3_signing_credential_none_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/web3_signing_credential_none_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.6 + The version of the OpenAPI document: 2.0.0-rc.7 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/web3_signing_credential_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/web3_signing_credential_pb.proto index 824ae7fe2d..b9d18b7a5c 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/web3_signing_credential_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/web3_signing_credential_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.6 + The version of the OpenAPI document: 2.0.0-rc.7 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/web3_signing_credential_private_key_hex_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/web3_signing_credential_private_key_hex_pb.proto index b11c83b382..b5d5023fa7 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/web3_signing_credential_private_key_hex_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/web3_signing_credential_private_key_hex_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.6 + The version of the OpenAPI document: 2.0.0-rc.7 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/web3_signing_credential_type_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/web3_signing_credential_type_pb.proto index a7ee000da3..c370c3d924 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/web3_signing_credential_type_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/web3_signing_credential_type_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.6 + The version of the OpenAPI document: 2.0.0-rc.7 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/web3_transaction_receipt_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/web3_transaction_receipt_pb.proto index 9589e2f700..cd533ac843 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/web3_transaction_receipt_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/web3_transaction_receipt_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.6 + The version of the OpenAPI document: 2.0.0-rc.7 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/services/default_service.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/services/default_service.proto index 6b8b771315..40d15dbd57 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/services/default_service.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/services/default_service.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.6 + The version of the OpenAPI document: 2.0.0-rc.7 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/typescript/generated/openapi/typescript-axios/api.ts b/packages/cactus-plugin-ledger-connector-besu/src/main/typescript/generated/openapi/typescript-axios/api.ts index 9a683ab46a..153dbdca46 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/typescript/generated/openapi/typescript-axios/api.ts +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/typescript/generated/openapi/typescript-axios/api.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Connector Besu * Can perform basic tasks on a Besu ledger * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/typescript/generated/openapi/typescript-axios/base.ts b/packages/cactus-plugin-ledger-connector-besu/src/main/typescript/generated/openapi/typescript-axios/base.ts index 8cc0a97c14..65d1195890 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/typescript/generated/openapi/typescript-axios/base.ts +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/typescript/generated/openapi/typescript-axios/base.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Connector Besu * Can perform basic tasks on a Besu ledger * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/typescript/generated/openapi/typescript-axios/common.ts b/packages/cactus-plugin-ledger-connector-besu/src/main/typescript/generated/openapi/typescript-axios/common.ts index 7581a6c213..c85b5986d5 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/typescript/generated/openapi/typescript-axios/common.ts +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/typescript/generated/openapi/typescript-axios/common.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Connector Besu * Can perform basic tasks on a Besu ledger * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/typescript/generated/openapi/typescript-axios/configuration.ts b/packages/cactus-plugin-ledger-connector-besu/src/main/typescript/generated/openapi/typescript-axios/configuration.ts index 3c49823122..8166b99fa4 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/typescript/generated/openapi/typescript-axios/configuration.ts +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/typescript/generated/openapi/typescript-axios/configuration.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Connector Besu * Can perform basic tasks on a Besu ledger * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/typescript/generated/openapi/typescript-axios/index.ts b/packages/cactus-plugin-ledger-connector-besu/src/main/typescript/generated/openapi/typescript-axios/index.ts index 060a2e45d8..ae57cb693b 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/typescript/generated/openapi/typescript-axios/index.ts +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/typescript/generated/openapi/typescript-axios/index.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Connector Besu * Can perform basic tasks on a Besu ledger * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-cdl/package.json b/packages/cactus-plugin-ledger-connector-cdl/package.json index de5df21e91..b03cd223cb 100644 --- a/packages/cactus-plugin-ledger-connector-cdl/package.json +++ b/packages/cactus-plugin-ledger-connector-cdl/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-ledger-connector-cdl", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "description": "Allows Cacti nodes to connect to Fujitsu CDL.", "keywords": [ "Hyperledger", @@ -55,9 +55,9 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-rc.6", - "@hyperledger/cactus-core": "2.0.0-rc.6", - "@hyperledger/cactus-core-api": "2.0.0-rc.6", + "@hyperledger/cactus-common": "2.0.0-rc.7", + "@hyperledger/cactus-core": "2.0.0-rc.7", + "@hyperledger/cactus-core-api": "2.0.0-rc.7", "axios": "1.7.7", "sanitize-html": "2.12.1" }, diff --git a/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/README.md b/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/README.md index ebdac4a997..be7f9e12c8 100644 --- a/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/README.md +++ b/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/README.md @@ -5,7 +5,7 @@ Can perform basic tasks on Fujitsu CDL service. ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. -- API version: 2.0.0-rc.6 +- API version: 2.0.0-rc.7 - Package version: 1.0.0 - Build package: org.openapitools.codegen.languages.GoClientCodegen diff --git a/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/api/openapi.yaml b/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/api/openapi.yaml index d60886f793..5951de8948 100644 --- a/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/api/openapi.yaml +++ b/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/api/openapi.yaml @@ -5,7 +5,7 @@ info: name: Apache-2.0 url: https://www.apache.org/licenses/LICENSE-2.0.html title: Hyperledger Cacti Plugin - Connector CDL - version: 2.0.0-rc.6 + version: 2.0.0-rc.7 servers: - url: / paths: diff --git a/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/api_default.go b/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/api_default.go index 520afbff18..bda5d53d8b 100644 --- a/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/api_default.go +++ b/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/api_default.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector CDL Can perform basic tasks on Fujitsu CDL service. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/client.go b/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/client.go index 186e67431c..ef140bc21e 100644 --- a/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/client.go +++ b/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/client.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector CDL Can perform basic tasks on Fujitsu CDL service. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. @@ -41,7 +41,7 @@ var ( queryDescape = strings.NewReplacer( "%5B", "[", "%5D", "]" ) ) -// APIClient manages communication with the Hyperledger Cacti Plugin - Connector CDL API v2.0.0-rc.6 +// APIClient manages communication with the Hyperledger Cacti Plugin - Connector CDL API v2.0.0-rc.7 // In most cases there should be only one, shared, APIClient. type APIClient struct { cfg *Configuration diff --git a/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/configuration.go b/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/configuration.go index 5caafbcbab..e0c1ff44a5 100644 --- a/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/configuration.go +++ b/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/configuration.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector CDL Can perform basic tasks on Fujitsu CDL service. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/model_auth_info_access_token_v1.go b/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/model_auth_info_access_token_v1.go index 9d2b62adc8..2d285695ca 100644 --- a/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/model_auth_info_access_token_v1.go +++ b/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/model_auth_info_access_token_v1.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector CDL Can perform basic tasks on Fujitsu CDL service. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/model_auth_info_subscription_key_v1.go b/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/model_auth_info_subscription_key_v1.go index d7f2975955..6503dee494 100644 --- a/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/model_auth_info_subscription_key_v1.go +++ b/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/model_auth_info_subscription_key_v1.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector CDL Can perform basic tasks on Fujitsu CDL service. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/model_auth_info_v1.go b/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/model_auth_info_v1.go index a06855ccda..f33b6972ad 100644 --- a/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/model_auth_info_v1.go +++ b/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/model_auth_info_v1.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector CDL Can perform basic tasks on Fujitsu CDL service. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/model_cdl_common_response_v1.go b/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/model_cdl_common_response_v1.go index 2b67a60158..a44ac9764f 100644 --- a/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/model_cdl_common_response_v1.go +++ b/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/model_cdl_common_response_v1.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector CDL Can perform basic tasks on Fujitsu CDL service. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/model_error_exception_response_v1.go b/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/model_error_exception_response_v1.go index 142a300e88..6cd1360f6f 100644 --- a/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/model_error_exception_response_v1.go +++ b/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/model_error_exception_response_v1.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector CDL Can perform basic tasks on Fujitsu CDL service. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/model_event_lineage_v1.go b/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/model_event_lineage_v1.go index f8a8dbcdde..98af63fc7f 100644 --- a/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/model_event_lineage_v1.go +++ b/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/model_event_lineage_v1.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector CDL Can perform basic tasks on Fujitsu CDL service. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/model_gateway_configuration_v1.go b/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/model_gateway_configuration_v1.go index dd6cfda98d..6588425d38 100644 --- a/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/model_gateway_configuration_v1.go +++ b/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/model_gateway_configuration_v1.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector CDL Can perform basic tasks on Fujitsu CDL service. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/model_get_lineage_option_direction_v1.go b/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/model_get_lineage_option_direction_v1.go index f618123465..d59bd5caf8 100644 --- a/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/model_get_lineage_option_direction_v1.go +++ b/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/model_get_lineage_option_direction_v1.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector CDL Can perform basic tasks on Fujitsu CDL service. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/model_get_lineage_request_v1.go b/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/model_get_lineage_request_v1.go index d5ee22ddf5..a70725b9f3 100644 --- a/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/model_get_lineage_request_v1.go +++ b/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/model_get_lineage_request_v1.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector CDL Can perform basic tasks on Fujitsu CDL service. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/model_get_lineage_response_v1.go b/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/model_get_lineage_response_v1.go index 944bcf8a6a..cdcc180b75 100644 --- a/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/model_get_lineage_response_v1.go +++ b/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/model_get_lineage_response_v1.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector CDL Can perform basic tasks on Fujitsu CDL service. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/model_register_history_data_request_v1.go b/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/model_register_history_data_request_v1.go index 70927b9816..bcca762788 100644 --- a/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/model_register_history_data_request_v1.go +++ b/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/model_register_history_data_request_v1.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector CDL Can perform basic tasks on Fujitsu CDL service. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/model_register_history_data_v1_response.go b/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/model_register_history_data_v1_response.go index add0c52ab0..80d563547f 100644 --- a/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/model_register_history_data_v1_response.go +++ b/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/model_register_history_data_v1_response.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector CDL Can perform basic tasks on Fujitsu CDL service. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/model_search_lineage_request_v1.go b/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/model_search_lineage_request_v1.go index 232ec62901..8adafb60b0 100644 --- a/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/model_search_lineage_request_v1.go +++ b/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/model_search_lineage_request_v1.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector CDL Can perform basic tasks on Fujitsu CDL service. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/model_search_lineage_response_v1.go b/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/model_search_lineage_response_v1.go index a2f38b9257..2d4408b0ef 100644 --- a/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/model_search_lineage_response_v1.go +++ b/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/model_search_lineage_response_v1.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector CDL Can perform basic tasks on Fujitsu CDL service. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/model_search_lineage_type_v1.go b/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/model_search_lineage_type_v1.go index 1f9f3bdd47..da79ec50cb 100644 --- a/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/model_search_lineage_type_v1.go +++ b/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/model_search_lineage_type_v1.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector CDL Can perform basic tasks on Fujitsu CDL service. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/model_trail_event_details_v1.go b/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/model_trail_event_details_v1.go index 96a802b096..ae3da420b0 100644 --- a/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/model_trail_event_details_v1.go +++ b/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/model_trail_event_details_v1.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector CDL Can perform basic tasks on Fujitsu CDL service. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/response.go b/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/response.go index 0e2390bef0..aefd59afbe 100644 --- a/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/response.go +++ b/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/response.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector CDL Can perform basic tasks on Fujitsu CDL service. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/utils.go b/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/utils.go index 3fba731216..e940cbd622 100644 --- a/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/utils.go +++ b/packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/utils.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector CDL Can perform basic tasks on Fujitsu CDL service. -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-cdl/src/main/json/openapi.json b/packages/cactus-plugin-ledger-connector-cdl/src/main/json/openapi.json index c47aafa5f9..2ca29f0e13 100644 --- a/packages/cactus-plugin-ledger-connector-cdl/src/main/json/openapi.json +++ b/packages/cactus-plugin-ledger-connector-cdl/src/main/json/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cacti Plugin - Connector CDL", "description": "Can perform basic tasks on Fujitsu CDL service.", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-ledger-connector-cdl/src/main/json/openapi.tpl.json b/packages/cactus-plugin-ledger-connector-cdl/src/main/json/openapi.tpl.json index c47aafa5f9..2ca29f0e13 100644 --- a/packages/cactus-plugin-ledger-connector-cdl/src/main/json/openapi.tpl.json +++ b/packages/cactus-plugin-ledger-connector-cdl/src/main/json/openapi.tpl.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cacti Plugin - Connector CDL", "description": "Can perform basic tasks on Fujitsu CDL service.", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-ledger-connector-cdl/src/main/typescript/generated/openapi/typescript-axios/api.ts b/packages/cactus-plugin-ledger-connector-cdl/src/main/typescript/generated/openapi/typescript-axios/api.ts index 6cd24ed286..a6ed3e9447 100644 --- a/packages/cactus-plugin-ledger-connector-cdl/src/main/typescript/generated/openapi/typescript-axios/api.ts +++ b/packages/cactus-plugin-ledger-connector-cdl/src/main/typescript/generated/openapi/typescript-axios/api.ts @@ -4,7 +4,7 @@ * Hyperledger Cacti Plugin - Connector CDL * Can perform basic tasks on Fujitsu CDL service. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-cdl/src/main/typescript/generated/openapi/typescript-axios/base.ts b/packages/cactus-plugin-ledger-connector-cdl/src/main/typescript/generated/openapi/typescript-axios/base.ts index 71e7db13e4..c609610d94 100644 --- a/packages/cactus-plugin-ledger-connector-cdl/src/main/typescript/generated/openapi/typescript-axios/base.ts +++ b/packages/cactus-plugin-ledger-connector-cdl/src/main/typescript/generated/openapi/typescript-axios/base.ts @@ -4,7 +4,7 @@ * Hyperledger Cacti Plugin - Connector CDL * Can perform basic tasks on Fujitsu CDL service. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-cdl/src/main/typescript/generated/openapi/typescript-axios/common.ts b/packages/cactus-plugin-ledger-connector-cdl/src/main/typescript/generated/openapi/typescript-axios/common.ts index a3fdabbe72..846d81060e 100644 --- a/packages/cactus-plugin-ledger-connector-cdl/src/main/typescript/generated/openapi/typescript-axios/common.ts +++ b/packages/cactus-plugin-ledger-connector-cdl/src/main/typescript/generated/openapi/typescript-axios/common.ts @@ -4,7 +4,7 @@ * Hyperledger Cacti Plugin - Connector CDL * Can perform basic tasks on Fujitsu CDL service. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-cdl/src/main/typescript/generated/openapi/typescript-axios/configuration.ts b/packages/cactus-plugin-ledger-connector-cdl/src/main/typescript/generated/openapi/typescript-axios/configuration.ts index 00edd87677..a61e614298 100644 --- a/packages/cactus-plugin-ledger-connector-cdl/src/main/typescript/generated/openapi/typescript-axios/configuration.ts +++ b/packages/cactus-plugin-ledger-connector-cdl/src/main/typescript/generated/openapi/typescript-axios/configuration.ts @@ -4,7 +4,7 @@ * Hyperledger Cacti Plugin - Connector CDL * Can perform basic tasks on Fujitsu CDL service. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-cdl/src/main/typescript/generated/openapi/typescript-axios/index.ts b/packages/cactus-plugin-ledger-connector-cdl/src/main/typescript/generated/openapi/typescript-axios/index.ts index 3242c8e555..a33e9e21c2 100644 --- a/packages/cactus-plugin-ledger-connector-cdl/src/main/typescript/generated/openapi/typescript-axios/index.ts +++ b/packages/cactus-plugin-ledger-connector-cdl/src/main/typescript/generated/openapi/typescript-axios/index.ts @@ -4,7 +4,7 @@ * Hyperledger Cacti Plugin - Connector CDL * Can perform basic tasks on Fujitsu CDL service. * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-corda/package.json b/packages/cactus-plugin-ledger-connector-corda/package.json index 149324d679..49ff88004b 100644 --- a/packages/cactus-plugin-ledger-connector-corda/package.json +++ b/packages/cactus-plugin-ledger-connector-corda/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-ledger-connector-corda", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "description": "Allows Cactus nodes to connect to a Corda ledger.", "keywords": [ "Hyperledger", @@ -57,9 +57,9 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-rc.6", - "@hyperledger/cactus-core": "2.0.0-rc.6", - "@hyperledger/cactus-core-api": "2.0.0-rc.6", + "@hyperledger/cactus-common": "2.0.0-rc.7", + "@hyperledger/cactus-core": "2.0.0-rc.7", + "@hyperledger/cactus-core-api": "2.0.0-rc.7", "axios": "1.7.7", "express": "4.20.0", "express-openapi-validator": "5.2.0", @@ -75,7 +75,7 @@ "urlcat": "3.1.0" }, "devDependencies": { - "@hyperledger/cactus-test-tooling": "2.0.0-rc.6", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.7", "@types/body-parser": "1.19.4", "@types/express": "4.17.21", "@types/multer": "1.4.7", diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main-server/kotlin/gen/kotlin-spring/README.md b/packages/cactus-plugin-ledger-connector-corda/src/main-server/kotlin/gen/kotlin-spring/README.md index 6043251fef..21f46459ac 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main-server/kotlin/gen/kotlin-spring/README.md +++ b/packages/cactus-plugin-ledger-connector-corda/src/main-server/kotlin/gen/kotlin-spring/README.md @@ -10,12 +10,12 @@ By default a [`pom.xml`](pom.xml) file will be generated. If you specified `grad To build the project using maven, run: ```bash -mvn package && java -jar target/cactus-connector-corda-server-2.0.0-rc.6.jar +mvn package && java -jar target/cactus-connector-corda-server-2.0.0-rc.7.jar ``` To build the project using gradle, run: ```bash -gradle build && java -jar build/libs/cactus-connector-corda-server-2.0.0-rc.6.jar +gradle build && java -jar build/libs/cactus-connector-corda-server-2.0.0-rc.7.jar ``` If all builds successfully, the server should run on [http://localhost:8080/](http://localhost:8080/) diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main-server/kotlin/gen/kotlin-spring/gradle.properties b/packages/cactus-plugin-ledger-connector-corda/src/main-server/kotlin/gen/kotlin-spring/gradle.properties index 6d54e2c9c9..75b185d2d1 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main-server/kotlin/gen/kotlin-spring/gradle.properties +++ b/packages/cactus-plugin-ledger-connector-corda/src/main-server/kotlin/gen/kotlin-spring/gradle.properties @@ -1 +1 @@ -version = 2.0.0-rc.6 +version = 2.0.0-rc.7 diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main-server/openapi-generator-config.yaml b/packages/cactus-plugin-ledger-connector-corda/src/main-server/openapi-generator-config.yaml index 9da65a9b02..0625878544 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main-server/openapi-generator-config.yaml +++ b/packages/cactus-plugin-ledger-connector-corda/src/main-server/openapi-generator-config.yaml @@ -6,7 +6,7 @@ additionalProperties: artifactId: cactus-connector-corda-server # TODO: Make sure this automatically gets bumped during releases so that it # remains in sync with the package.json version number. - artifactVersion: 2.0.0-rc.6 + artifactVersion: 2.0.0-rc.7 apiSuffix: PluginLedgerConnectorCorda basePackage: org.hyperledger.cactus.plugin.ledger.connector.corda.server packageName: org.hyperledger.cactus.plugin.ledger.connector.corda.server diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main-server/start-app.sh b/packages/cactus-plugin-ledger-connector-corda/src/main-server/start-app.sh index 8dac61b904..6f2c3c14bf 100755 --- a/packages/cactus-plugin-ledger-connector-corda/src/main-server/start-app.sh +++ b/packages/cactus-plugin-ledger-connector-corda/src/main-server/start-app.sh @@ -13,4 +13,4 @@ EXTRA_JVM_ARGS="--add-opens java.base/java.util=ALL-UNNAMED ${EXTRA_JVM_ARGS}" EXTRA_JVM_ARGS="--add-opens java.base/java.time=ALL-UNNAMED ${EXTRA_JVM_ARGS}" EXTRA_JVM_ARGS="--add-opens java.base/java.io=ALL-UNNAMED ${EXTRA_JVM_ARGS}" -for i in 1 2 3; do java $EXTRA_JVM_ARGS -jar ${APP}/kotlin-spring/build/libs/cactus-connector-corda-server-2.0.0-rc.6.jar && break || sleep 5; done +for i in 1 2 3; do java $EXTRA_JVM_ARGS -jar ${APP}/kotlin-spring/build/libs/cactus-connector-corda-server-2.0.0-rc.7.jar && break || sleep 5; done diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/README.md b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/README.md index 6593207ab2..f89365225d 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/README.md +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/README.md @@ -5,7 +5,7 @@ Can perform basic tasks on a Corda ledger ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. -- API version: 2.0.0-rc.6 +- API version: 2.0.0-rc.7 - Package version: 1.0.0 - Build package: org.openapitools.codegen.languages.GoClientCodegen diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/api/openapi.yaml b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/api/openapi.yaml index 5b0c597174..31e3afc49f 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/api/openapi.yaml +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/api/openapi.yaml @@ -5,7 +5,7 @@ info: name: Apache-2.0 url: https://www.apache.org/licenses/LICENSE-2.0.html title: Hyperledger Cacti Plugin - Connector Corda - version: 2.0.0-rc.6 + version: 2.0.0-rc.7 servers: - url: / paths: diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/api_default.go b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/api_default.go index 84b273402e..fc8b4e50e3 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/api_default.go +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/api_default.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Corda Can perform basic tasks on a Corda ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/client.go b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/client.go index 220eced267..b76502e91a 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/client.go +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/client.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Corda Can perform basic tasks on a Corda ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. @@ -41,7 +41,7 @@ var ( queryDescape = strings.NewReplacer( "%5B", "[", "%5D", "]" ) ) -// APIClient manages communication with the Hyperledger Cacti Plugin - Connector Corda API v2.0.0-rc.6 +// APIClient manages communication with the Hyperledger Cacti Plugin - Connector Corda API v2.0.0-rc.7 // In most cases there should be only one, shared, APIClient. type APIClient struct { cfg *Configuration diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/configuration.go b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/configuration.go index d9b41d47d4..7206271804 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/configuration.go +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/configuration.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Corda Can perform basic tasks on a Corda ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_clear_monitor_transactions_v1_request.go b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_clear_monitor_transactions_v1_request.go index 7db8758cef..df7a373316 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_clear_monitor_transactions_v1_request.go +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_clear_monitor_transactions_v1_request.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Corda Can perform basic tasks on a Corda ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_clear_monitor_transactions_v1_response.go b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_clear_monitor_transactions_v1_response.go index ce4218198a..2a98ef8536 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_clear_monitor_transactions_v1_response.go +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_clear_monitor_transactions_v1_response.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Corda Can perform basic tasks on a Corda ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_corda_node_ssh_credentials.go b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_corda_node_ssh_credentials.go index 15ed85a30a..a13529b7dd 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_corda_node_ssh_credentials.go +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_corda_node_ssh_credentials.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Corda Can perform basic tasks on a Corda ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_corda_rpc_credentials.go b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_corda_rpc_credentials.go index 282f759682..48be880adb 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_corda_rpc_credentials.go +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_corda_rpc_credentials.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Corda Can perform basic tasks on a Corda ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_corda_x500_name.go b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_corda_x500_name.go index 0d706b15d5..306cc4ee22 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_corda_x500_name.go +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_corda_x500_name.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Corda Can perform basic tasks on a Corda ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_cordapp_deployment_config.go b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_cordapp_deployment_config.go index 5f9889eabe..881c4d2916 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_cordapp_deployment_config.go +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_cordapp_deployment_config.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Corda Can perform basic tasks on a Corda ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_cordapp_info.go b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_cordapp_info.go index 86bbb4e140..d60159aff2 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_cordapp_info.go +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_cordapp_info.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Corda Can perform basic tasks on a Corda ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_cpiidv1.go b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_cpiidv1.go index 714c9276a1..bb6ac3f21e 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_cpiidv1.go +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_cpiidv1.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Corda Can perform basic tasks on a Corda ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_deploy_contract_jars_bad_request_v1_response.go b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_deploy_contract_jars_bad_request_v1_response.go index b1b7be7d88..928a991b17 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_deploy_contract_jars_bad_request_v1_response.go +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_deploy_contract_jars_bad_request_v1_response.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Corda Can perform basic tasks on a Corda ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_deploy_contract_jars_success_v1_response.go b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_deploy_contract_jars_success_v1_response.go index fc862b5ae6..d5287fb619 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_deploy_contract_jars_success_v1_response.go +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_deploy_contract_jars_success_v1_response.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Corda Can perform basic tasks on a Corda ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_deploy_contract_jars_v1_request.go b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_deploy_contract_jars_v1_request.go index 40eaab82c7..ea20abdfb6 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_deploy_contract_jars_v1_request.go +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_deploy_contract_jars_v1_request.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Corda Can perform basic tasks on a Corda ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_diagnose_node_v1_request.go b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_diagnose_node_v1_request.go index 5502bed18f..85cb733562 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_diagnose_node_v1_request.go +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_diagnose_node_v1_request.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Corda Can perform basic tasks on a Corda ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_diagnose_node_v1_response.go b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_diagnose_node_v1_response.go index a11adb268b..03ae9e2e99 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_diagnose_node_v1_response.go +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_diagnose_node_v1_response.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Corda Can perform basic tasks on a Corda ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_flow_invocation_type.go b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_flow_invocation_type.go index 5a7f2a0442..a26f9bf73e 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_flow_invocation_type.go +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_flow_invocation_type.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Corda Can perform basic tasks on a Corda ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_flow_status_v1_responses.go b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_flow_status_v1_responses.go index 893282efd5..33931a09be 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_flow_status_v1_responses.go +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_flow_status_v1_responses.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Corda Can perform basic tasks on a Corda ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_flow_status_v1_responses_flow_status_responses_inner.go b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_flow_status_v1_responses_flow_status_responses_inner.go index 4b66519cea..9aa2344405 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_flow_status_v1_responses_flow_status_responses_inner.go +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_flow_status_v1_responses_flow_status_responses_inner.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Corda Can perform basic tasks on a Corda ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_flow_v1_error.go b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_flow_v1_error.go index a82005379e..d124b0b689 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_flow_v1_error.go +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_flow_v1_error.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Corda Can perform basic tasks on a Corda ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_get_flow_cid_v1_request.go b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_get_flow_cid_v1_request.go index 65d19b5722..ec003ee05c 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_get_flow_cid_v1_request.go +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_get_flow_cid_v1_request.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Corda Can perform basic tasks on a Corda ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_get_flow_cid_v1_response.go b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_get_flow_cid_v1_response.go index 2590621644..fd413a0d6f 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_get_flow_cid_v1_response.go +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_get_flow_cid_v1_response.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Corda Can perform basic tasks on a Corda ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_get_monitor_transactions_v1_request.go b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_get_monitor_transactions_v1_request.go index 9736e7857c..95529144fe 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_get_monitor_transactions_v1_request.go +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_get_monitor_transactions_v1_request.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Corda Can perform basic tasks on a Corda ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_get_monitor_transactions_v1_response.go b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_get_monitor_transactions_v1_response.go index 05787f30ca..49671cfa74 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_get_monitor_transactions_v1_response.go +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_get_monitor_transactions_v1_response.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Corda Can perform basic tasks on a Corda ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_get_monitor_transactions_v1_response_tx_inner.go b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_get_monitor_transactions_v1_response_tx_inner.go index 6009051afe..1db2ead1cf 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_get_monitor_transactions_v1_response_tx_inner.go +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_get_monitor_transactions_v1_response_tx_inner.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Corda Can perform basic tasks on a Corda ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_invoke_contract_v1_request.go b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_invoke_contract_v1_request.go index e5580aae01..cf89b240fa 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_invoke_contract_v1_request.go +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_invoke_contract_v1_request.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Corda Can perform basic tasks on a Corda ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_invoke_contract_v1_response.go b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_invoke_contract_v1_response.go index 59608895b2..62ec41fae8 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_invoke_contract_v1_response.go +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_invoke_contract_v1_response.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Corda Can perform basic tasks on a Corda ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_jar_file.go b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_jar_file.go index 79b2080f97..e1f7f80450 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_jar_file.go +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_jar_file.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Corda Can perform basic tasks on a Corda ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_jvm_object.go b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_jvm_object.go index 54e97d6964..6c98dd4d2f 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_jvm_object.go +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_jvm_object.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Corda Can perform basic tasks on a Corda ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_jvm_type.go b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_jvm_type.go index 454846f1ca..11d01ecd53 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_jvm_type.go +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_jvm_type.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Corda Can perform basic tasks on a Corda ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_jvm_type_kind.go b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_jvm_type_kind.go index d6751ffd0f..bca7d3cf92 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_jvm_type_kind.go +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_jvm_type_kind.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Corda Can perform basic tasks on a Corda ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_list_cpi_v1_request.go b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_list_cpi_v1_request.go index bbc15956c0..751a917ee6 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_list_cpi_v1_request.go +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_list_cpi_v1_request.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Corda Can perform basic tasks on a Corda ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_list_cpi_v1_response.go b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_list_cpi_v1_response.go index 9a68c07cfd..50a3dd41a6 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_list_cpi_v1_response.go +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_list_cpi_v1_response.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Corda Can perform basic tasks on a Corda ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_list_cpi_v1_response_cpis_inner.go b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_list_cpi_v1_response_cpis_inner.go index 4c6e1a0270..8d11f87e6c 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_list_cpi_v1_response_cpis_inner.go +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_list_cpi_v1_response_cpis_inner.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Corda Can perform basic tasks on a Corda ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_list_cpi_v1_response_cpis_inner_cpks_inner.go b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_list_cpi_v1_response_cpis_inner_cpks_inner.go index d6115e5daa..091cca8b02 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_list_cpi_v1_response_cpis_inner_cpks_inner.go +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_list_cpi_v1_response_cpis_inner_cpks_inner.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Corda Can perform basic tasks on a Corda ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_list_flows_v1_request.go b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_list_flows_v1_request.go index b057c206a2..8102c84099 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_list_flows_v1_request.go +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_list_flows_v1_request.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Corda Can perform basic tasks on a Corda ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_list_flows_v1_response.go b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_list_flows_v1_response.go index 5c135b3b39..e88b73eecf 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_list_flows_v1_response.go +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_list_flows_v1_response.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Corda Can perform basic tasks on a Corda ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_network_host_and_port.go b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_network_host_and_port.go index 811737df54..83aa18081e 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_network_host_and_port.go +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_network_host_and_port.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Corda Can perform basic tasks on a Corda ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_node_diagnostic_info.go b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_node_diagnostic_info.go index 5386631465..93be84390e 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_node_diagnostic_info.go +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_node_diagnostic_info.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Corda Can perform basic tasks on a Corda ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_node_info.go b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_node_info.go index 985c5a02e6..8d785192c5 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_node_info.go +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_node_info.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Corda Can perform basic tasks on a Corda ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_party.go b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_party.go index e271588d1e..9a4a5c556d 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_party.go +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_party.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Corda Can perform basic tasks on a Corda ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_public_key.go b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_public_key.go index 156bc311bd..6dabffc7df 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_public_key.go +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_public_key.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Corda Can perform basic tasks on a Corda ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_sha256.go b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_sha256.go index 66bbc8dcda..204e2ca4a1 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_sha256.go +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_sha256.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Corda Can perform basic tasks on a Corda ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_start_flow_v1_request.go b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_start_flow_v1_request.go index a6389a6d2e..879c49a83b 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_start_flow_v1_request.go +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_start_flow_v1_request.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Corda Can perform basic tasks on a Corda ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_start_flow_v1_request_request_body.go b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_start_flow_v1_request_request_body.go index 7388d8ef4c..d8dd56e652 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_start_flow_v1_request_request_body.go +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_start_flow_v1_request_request_body.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Corda Can perform basic tasks on a Corda ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_start_flow_v1_response.go b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_start_flow_v1_response.go index 4ebffe2034..da8933dcc5 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_start_flow_v1_response.go +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_start_flow_v1_response.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Corda Can perform basic tasks on a Corda ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_start_monitor_v1_request.go b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_start_monitor_v1_request.go index ddaf88153f..95ed21c920 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_start_monitor_v1_request.go +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_start_monitor_v1_request.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Corda Can perform basic tasks on a Corda ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_start_monitor_v1_response.go b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_start_monitor_v1_response.go index c51d31b461..a76ee3b16a 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_start_monitor_v1_response.go +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_start_monitor_v1_response.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Corda Can perform basic tasks on a Corda ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_stop_monitor_v1_request.go b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_stop_monitor_v1_request.go index 2ffb7fe440..38067cfed2 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_stop_monitor_v1_request.go +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_stop_monitor_v1_request.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Corda Can perform basic tasks on a Corda ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_stop_monitor_v1_response.go b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_stop_monitor_v1_response.go index 0e35a1ffbc..fb68a18211 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_stop_monitor_v1_response.go +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_stop_monitor_v1_response.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Corda Can perform basic tasks on a Corda ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_vault_query_v1_request.go b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_vault_query_v1_request.go index 284070eebb..0045f8e602 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_vault_query_v1_request.go +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_vault_query_v1_request.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Corda Can perform basic tasks on a Corda ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_x500_principal.go b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_x500_principal.go index 368b7899e3..7131431c54 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_x500_principal.go +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/model_x500_principal.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Corda Can perform basic tasks on a Corda ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/response.go b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/response.go index 531dcc8529..958b2a29ff 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/response.go +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/response.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Corda Can perform basic tasks on a Corda ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/utils.go b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/utils.go index cc5892b428..a336aa9925 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/utils.go +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/go/generated/openapi/go-client/utils.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Corda Can perform basic tasks on a Corda ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/json/openapi.json b/packages/cactus-plugin-ledger-connector-corda/src/main/json/openapi.json index c8ba9f0d27..7c6194239d 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/json/openapi.json +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/json/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cacti Plugin - Connector Corda", "description": "Can perform basic tasks on a Corda ledger", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/json/openapi.tpl.json b/packages/cactus-plugin-ledger-connector-corda/src/main/json/openapi.tpl.json index c8ba9f0d27..7c6194239d 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/json/openapi.tpl.json +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/json/openapi.tpl.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cacti Plugin - Connector Corda", "description": "Can perform basic tasks on a Corda ledger", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/kotlin/generated/openapi/kotlin-client/README.md b/packages/cactus-plugin-ledger-connector-corda/src/main/kotlin/generated/openapi/kotlin-client/README.md index a69b7059c9..f6d266c2f3 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/kotlin/generated/openapi/kotlin-client/README.md +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/kotlin/generated/openapi/kotlin-client/README.md @@ -5,7 +5,7 @@ Can perform basic tasks on a Corda ledger ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [openapi-spec](https://github.com/OAI/OpenAPI-Specification) from a remote server, you can easily generate an API client. -- API version: 2.0.0-rc.6 +- API version: 2.0.0-rc.7 - Package version: - Build package: org.openapitools.codegen.languages.KotlinClientCodegen diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/typescript/generated/openapi/typescript-axios/api.ts b/packages/cactus-plugin-ledger-connector-corda/src/main/typescript/generated/openapi/typescript-axios/api.ts index 855a9bb3cf..5d8ed6731d 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/typescript/generated/openapi/typescript-axios/api.ts +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/typescript/generated/openapi/typescript-axios/api.ts @@ -4,7 +4,7 @@ * Hyperledger Cacti Plugin - Connector Corda * Can perform basic tasks on a Corda ledger * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/typescript/generated/openapi/typescript-axios/base.ts b/packages/cactus-plugin-ledger-connector-corda/src/main/typescript/generated/openapi/typescript-axios/base.ts index ada99f671b..23279ce261 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/typescript/generated/openapi/typescript-axios/base.ts +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/typescript/generated/openapi/typescript-axios/base.ts @@ -4,7 +4,7 @@ * Hyperledger Cacti Plugin - Connector Corda * Can perform basic tasks on a Corda ledger * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/typescript/generated/openapi/typescript-axios/common.ts b/packages/cactus-plugin-ledger-connector-corda/src/main/typescript/generated/openapi/typescript-axios/common.ts index 22742c399c..4a510ad851 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/typescript/generated/openapi/typescript-axios/common.ts +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/typescript/generated/openapi/typescript-axios/common.ts @@ -4,7 +4,7 @@ * Hyperledger Cacti Plugin - Connector Corda * Can perform basic tasks on a Corda ledger * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/typescript/generated/openapi/typescript-axios/configuration.ts b/packages/cactus-plugin-ledger-connector-corda/src/main/typescript/generated/openapi/typescript-axios/configuration.ts index 349fab834f..06ba2135f3 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/typescript/generated/openapi/typescript-axios/configuration.ts +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/typescript/generated/openapi/typescript-axios/configuration.ts @@ -4,7 +4,7 @@ * Hyperledger Cacti Plugin - Connector Corda * Can perform basic tasks on a Corda ledger * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/typescript/generated/openapi/typescript-axios/index.ts b/packages/cactus-plugin-ledger-connector-corda/src/main/typescript/generated/openapi/typescript-axios/index.ts index b1bef07427..f8aeebfbfc 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/typescript/generated/openapi/typescript-axios/index.ts +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/typescript/generated/openapi/typescript-axios/index.ts @@ -4,7 +4,7 @@ * Hyperledger Cacti Plugin - Connector Corda * Can perform basic tasks on a Corda ledger * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-ethereum/package.json b/packages/cactus-plugin-ledger-connector-ethereum/package.json index e0311b365a..76b0ce25e7 100644 --- a/packages/cactus-plugin-ledger-connector-ethereum/package.json +++ b/packages/cactus-plugin-ledger-connector-ethereum/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-ledger-connector-ethereum", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "description": "Allows Cactus nodes to connect to a Ethereum ledger.", "keywords": [ "Hyperledger", @@ -68,9 +68,9 @@ "dependencies": { "@ethereumjs/common": "4.0.0", "@ethereumjs/tx": "5.0.0", - "@hyperledger/cactus-common": "2.0.0-rc.6", - "@hyperledger/cactus-core": "2.0.0-rc.6", - "@hyperledger/cactus-core-api": "2.0.0-rc.6", + "@hyperledger/cactus-common": "2.0.0-rc.7", + "@hyperledger/cactus-core": "2.0.0-rc.7", + "@hyperledger/cactus-core-api": "2.0.0-rc.7", "axios": "1.7.7", "ethers": "6.8.1", "express": "4.20.0", @@ -87,9 +87,9 @@ "web3-eth-contract": "4.2.0" }, "devDependencies": { - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.6", - "@hyperledger/cactus-test-geth-ledger": "2.0.0-rc.6", - "@hyperledger/cactus-test-tooling": "2.0.0-rc.6", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.7", + "@hyperledger/cactus-test-geth-ledger": "2.0.0-rc.7", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.7", "@types/body-parser": "1.19.4", "@types/express": "4.17.21", "@types/js-yaml": "4.0.5", diff --git a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/README.md b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/README.md index 3af9ebc959..03f2743c69 100644 --- a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/README.md +++ b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/README.md @@ -5,7 +5,7 @@ Can perform basic tasks on a Ethereum ledger ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. -- API version: 2.0.0-rc.6 +- API version: 2.0.0-rc.7 - Package version: 1.0.0 - Build package: org.openapitools.codegen.languages.GoClientCodegen diff --git a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/api/openapi.yaml b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/api/openapi.yaml index d5a04369a1..c1c3ad39d3 100644 --- a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/api/openapi.yaml +++ b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/api/openapi.yaml @@ -5,7 +5,7 @@ info: name: Apache-2.0 url: https://www.apache.org/licenses/LICENSE-2.0.html title: Hyperledger Cacti Plugin - Connector Ethereum - version: 2.0.0-rc.6 + version: 2.0.0-rc.7 servers: - url: / paths: diff --git a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/api_default.go b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/api_default.go index a742bcea9d..632dcf73ed 100644 --- a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/api_default.go +++ b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/api_default.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Ethereum Can perform basic tasks on a Ethereum ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/client.go b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/client.go index 75f1d0d872..bab36e683d 100644 --- a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/client.go +++ b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/client.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Ethereum Can perform basic tasks on a Ethereum ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. @@ -41,7 +41,7 @@ var ( queryDescape = strings.NewReplacer( "%5B", "[", "%5D", "]" ) ) -// APIClient manages communication with the Hyperledger Cacti Plugin - Connector Ethereum API v2.0.0-rc.6 +// APIClient manages communication with the Hyperledger Cacti Plugin - Connector Ethereum API v2.0.0-rc.7 // In most cases there should be only one, shared, APIClient. type APIClient struct { cfg *Configuration diff --git a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/configuration.go b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/configuration.go index 6cf3fccda8..b42db6bb9d 100644 --- a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/configuration.go +++ b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/configuration.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Ethereum Can perform basic tasks on a Ethereum ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_contract_json.go b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_contract_json.go index 0b3d67b808..4a0e138792 100644 --- a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_contract_json.go +++ b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_contract_json.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Ethereum Can perform basic tasks on a Ethereum ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_contract_json_definition.go b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_contract_json_definition.go index 84f994a336..8619cea464 100644 --- a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_contract_json_definition.go +++ b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_contract_json_definition.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Ethereum Can perform basic tasks on a Ethereum ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_contract_keychain_definition.go b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_contract_keychain_definition.go index 012e195f35..aa81b937b1 100644 --- a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_contract_keychain_definition.go +++ b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_contract_keychain_definition.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Ethereum Can perform basic tasks on a Ethereum ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_deploy_contract_v1_request.go b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_deploy_contract_v1_request.go index 7f07a45a83..91735f88b2 100644 --- a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_deploy_contract_v1_request.go +++ b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_deploy_contract_v1_request.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Ethereum Can perform basic tasks on a Ethereum ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_deploy_contract_v1_request_contract.go b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_deploy_contract_v1_request_contract.go index 44f33fc40d..b342ba1bd2 100644 --- a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_deploy_contract_v1_request_contract.go +++ b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_deploy_contract_v1_request_contract.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Ethereum Can perform basic tasks on a Ethereum ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_deployed_contract_json_definition.go b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_deployed_contract_json_definition.go index d82f742e54..6fa05f27a3 100644 --- a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_deployed_contract_json_definition.go +++ b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_deployed_contract_json_definition.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Ethereum Can perform basic tasks on a Ethereum ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_error_exception_response_v1.go b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_error_exception_response_v1.go index 6e1cd4e8d9..bd52a24678 100644 --- a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_error_exception_response_v1.go +++ b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_error_exception_response_v1.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Ethereum Can perform basic tasks on a Ethereum ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_eth_contract_invocation_type.go b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_eth_contract_invocation_type.go index 919e3091bc..59fcb4cf32 100644 --- a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_eth_contract_invocation_type.go +++ b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_eth_contract_invocation_type.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Ethereum Can perform basic tasks on a Ethereum ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_eth_contract_invocation_web3_method.go b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_eth_contract_invocation_web3_method.go index 2665534a62..e1134cda3a 100644 --- a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_eth_contract_invocation_web3_method.go +++ b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_eth_contract_invocation_web3_method.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Ethereum Can perform basic tasks on a Ethereum ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_ethereum_transaction_config.go b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_ethereum_transaction_config.go index 2783781f55..098faa1702 100644 --- a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_ethereum_transaction_config.go +++ b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_ethereum_transaction_config.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Ethereum Can perform basic tasks on a Ethereum ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_gas_transaction_config.go b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_gas_transaction_config.go index e6584dfc70..6b042f1957 100644 --- a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_gas_transaction_config.go +++ b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_gas_transaction_config.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Ethereum Can perform basic tasks on a Ethereum ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_gas_transaction_config_eip1559.go b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_gas_transaction_config_eip1559.go index a761cee518..e3feee4fe8 100644 --- a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_gas_transaction_config_eip1559.go +++ b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_gas_transaction_config_eip1559.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Ethereum Can perform basic tasks on a Ethereum ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_gas_transaction_config_legacy.go b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_gas_transaction_config_legacy.go index 8d6c0cd7ef..97b8ee30cb 100644 --- a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_gas_transaction_config_legacy.go +++ b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_gas_transaction_config_legacy.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Ethereum Can perform basic tasks on a Ethereum ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_invoke_contract_v1_request.go b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_invoke_contract_v1_request.go index 3406c86057..a987fe1c0f 100644 --- a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_invoke_contract_v1_request.go +++ b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_invoke_contract_v1_request.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Ethereum Can perform basic tasks on a Ethereum ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_invoke_contract_v1_request_contract.go b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_invoke_contract_v1_request_contract.go index 054bcf1332..73a15cecb0 100644 --- a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_invoke_contract_v1_request_contract.go +++ b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_invoke_contract_v1_request_contract.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Ethereum Can perform basic tasks on a Ethereum ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_invoke_contract_v1_response.go b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_invoke_contract_v1_response.go index 4f736a5a45..49a1923cb3 100644 --- a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_invoke_contract_v1_response.go +++ b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_invoke_contract_v1_response.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Ethereum Can perform basic tasks on a Ethereum ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_invoke_raw_web3_eth_contract_v1_request.go b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_invoke_raw_web3_eth_contract_v1_request.go index f659991d2a..69a304e4bc 100644 --- a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_invoke_raw_web3_eth_contract_v1_request.go +++ b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_invoke_raw_web3_eth_contract_v1_request.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Ethereum Can perform basic tasks on a Ethereum ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_invoke_raw_web3_eth_contract_v1_response.go b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_invoke_raw_web3_eth_contract_v1_response.go index 7196258648..2951b59f95 100644 --- a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_invoke_raw_web3_eth_contract_v1_response.go +++ b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_invoke_raw_web3_eth_contract_v1_response.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Ethereum Can perform basic tasks on a Ethereum ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_invoke_raw_web3_eth_method_v1_request.go b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_invoke_raw_web3_eth_method_v1_request.go index 40efca947d..d0b709dfa0 100644 --- a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_invoke_raw_web3_eth_method_v1_request.go +++ b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_invoke_raw_web3_eth_method_v1_request.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Ethereum Can perform basic tasks on a Ethereum ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_invoke_raw_web3_eth_method_v1_response.go b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_invoke_raw_web3_eth_method_v1_response.go index 486640e0fd..bbc941bdae 100644 --- a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_invoke_raw_web3_eth_method_v1_response.go +++ b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_invoke_raw_web3_eth_method_v1_response.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Ethereum Can perform basic tasks on a Ethereum ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_run_transaction_request.go b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_run_transaction_request.go index d65dbaef6b..00a8be1750 100644 --- a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_run_transaction_request.go +++ b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_run_transaction_request.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Ethereum Can perform basic tasks on a Ethereum ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_run_transaction_response.go b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_run_transaction_response.go index 795ea3d7dc..cbd6ebfb78 100644 --- a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_run_transaction_response.go +++ b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_run_transaction_response.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Ethereum Can perform basic tasks on a Ethereum ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_watch_blocks_v1.go b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_watch_blocks_v1.go index f31d991ff2..2ef9bdf67e 100644 --- a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_watch_blocks_v1.go +++ b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_watch_blocks_v1.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Ethereum Can perform basic tasks on a Ethereum ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_watch_blocks_v1_block_data.go b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_watch_blocks_v1_block_data.go index 08e331d6e3..adf97bc04f 100644 --- a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_watch_blocks_v1_block_data.go +++ b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_watch_blocks_v1_block_data.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Ethereum Can perform basic tasks on a Ethereum ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_watch_blocks_v1_block_data_timestamp.go b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_watch_blocks_v1_block_data_timestamp.go index aaffb6aef6..6a2c9ec3f7 100644 --- a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_watch_blocks_v1_block_data_timestamp.go +++ b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_watch_blocks_v1_block_data_timestamp.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Ethereum Can perform basic tasks on a Ethereum ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_watch_blocks_v1_options.go b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_watch_blocks_v1_options.go index 5a6409c456..0b26ebdc16 100644 --- a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_watch_blocks_v1_options.go +++ b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_watch_blocks_v1_options.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Ethereum Can perform basic tasks on a Ethereum ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_watch_blocks_v1_progress.go b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_watch_blocks_v1_progress.go index 425764e62d..e5e48edca2 100644 --- a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_watch_blocks_v1_progress.go +++ b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_watch_blocks_v1_progress.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Ethereum Can perform basic tasks on a Ethereum ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_web3_block_header.go b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_web3_block_header.go index 18ebe278c5..7914a945d5 100644 --- a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_web3_block_header.go +++ b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_web3_block_header.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Ethereum Can perform basic tasks on a Ethereum ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_web3_signing_credential.go b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_web3_signing_credential.go index 6ea15080c6..8944afaf17 100644 --- a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_web3_signing_credential.go +++ b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_web3_signing_credential.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Ethereum Can perform basic tasks on a Ethereum ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_web3_signing_credential_cacti_keychain_ref.go b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_web3_signing_credential_cacti_keychain_ref.go index ffd106f905..c00d454308 100644 --- a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_web3_signing_credential_cacti_keychain_ref.go +++ b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_web3_signing_credential_cacti_keychain_ref.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Ethereum Can perform basic tasks on a Ethereum ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_web3_signing_credential_geth_keychain_password.go b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_web3_signing_credential_geth_keychain_password.go index 70faab7eb8..2192b49b66 100644 --- a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_web3_signing_credential_geth_keychain_password.go +++ b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_web3_signing_credential_geth_keychain_password.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Ethereum Can perform basic tasks on a Ethereum ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_web3_signing_credential_none.go b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_web3_signing_credential_none.go index 8d119f55a2..512d29e64a 100644 --- a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_web3_signing_credential_none.go +++ b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_web3_signing_credential_none.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Ethereum Can perform basic tasks on a Ethereum ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_web3_signing_credential_private_key_hex.go b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_web3_signing_credential_private_key_hex.go index ca14cf3691..5bec0015f8 100644 --- a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_web3_signing_credential_private_key_hex.go +++ b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_web3_signing_credential_private_key_hex.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Ethereum Can perform basic tasks on a Ethereum ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_web3_signing_credential_type.go b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_web3_signing_credential_type.go index f5eff2ee9d..382c7bbf29 100644 --- a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_web3_signing_credential_type.go +++ b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_web3_signing_credential_type.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Ethereum Can perform basic tasks on a Ethereum ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_web3_transaction.go b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_web3_transaction.go index a56b96f7b5..78b211b048 100644 --- a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_web3_transaction.go +++ b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_web3_transaction.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Ethereum Can perform basic tasks on a Ethereum ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_web3_transaction_receipt.go b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_web3_transaction_receipt.go index 61afd909d7..b9593bdd11 100644 --- a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_web3_transaction_receipt.go +++ b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/model_web3_transaction_receipt.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Ethereum Can perform basic tasks on a Ethereum ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/response.go b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/response.go index e161064f13..4389d39552 100644 --- a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/response.go +++ b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/response.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Ethereum Can perform basic tasks on a Ethereum ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/utils.go b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/utils.go index f96d5b9cf9..3612a03319 100644 --- a/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/utils.go +++ b/packages/cactus-plugin-ledger-connector-ethereum/src/main/go/generated/openapi/go-client/utils.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Ethereum Can perform basic tasks on a Ethereum ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-ethereum/src/main/json/openapi.json b/packages/cactus-plugin-ledger-connector-ethereum/src/main/json/openapi.json index fd4f21c3d1..4e78302713 100644 --- a/packages/cactus-plugin-ledger-connector-ethereum/src/main/json/openapi.json +++ b/packages/cactus-plugin-ledger-connector-ethereum/src/main/json/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cacti Plugin - Connector Ethereum", "description": "Can perform basic tasks on a Ethereum ledger", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-ledger-connector-ethereum/src/main/json/openapi.tpl.json b/packages/cactus-plugin-ledger-connector-ethereum/src/main/json/openapi.tpl.json index fd4f21c3d1..4e78302713 100644 --- a/packages/cactus-plugin-ledger-connector-ethereum/src/main/json/openapi.tpl.json +++ b/packages/cactus-plugin-ledger-connector-ethereum/src/main/json/openapi.tpl.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cacti Plugin - Connector Ethereum", "description": "Can perform basic tasks on a Ethereum ledger", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-ledger-connector-ethereum/src/main/typescript/generated/openapi/typescript-axios/api.ts b/packages/cactus-plugin-ledger-connector-ethereum/src/main/typescript/generated/openapi/typescript-axios/api.ts index bdad0bb41f..752408e2b7 100644 --- a/packages/cactus-plugin-ledger-connector-ethereum/src/main/typescript/generated/openapi/typescript-axios/api.ts +++ b/packages/cactus-plugin-ledger-connector-ethereum/src/main/typescript/generated/openapi/typescript-axios/api.ts @@ -4,7 +4,7 @@ * Hyperledger Cacti Plugin - Connector Ethereum * Can perform basic tasks on a Ethereum ledger * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-ethereum/src/main/typescript/generated/openapi/typescript-axios/base.ts b/packages/cactus-plugin-ledger-connector-ethereum/src/main/typescript/generated/openapi/typescript-axios/base.ts index 93a916f528..5c718c7f51 100644 --- a/packages/cactus-plugin-ledger-connector-ethereum/src/main/typescript/generated/openapi/typescript-axios/base.ts +++ b/packages/cactus-plugin-ledger-connector-ethereum/src/main/typescript/generated/openapi/typescript-axios/base.ts @@ -4,7 +4,7 @@ * Hyperledger Cacti Plugin - Connector Ethereum * Can perform basic tasks on a Ethereum ledger * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-ethereum/src/main/typescript/generated/openapi/typescript-axios/common.ts b/packages/cactus-plugin-ledger-connector-ethereum/src/main/typescript/generated/openapi/typescript-axios/common.ts index f277439ffd..6783b95296 100644 --- a/packages/cactus-plugin-ledger-connector-ethereum/src/main/typescript/generated/openapi/typescript-axios/common.ts +++ b/packages/cactus-plugin-ledger-connector-ethereum/src/main/typescript/generated/openapi/typescript-axios/common.ts @@ -4,7 +4,7 @@ * Hyperledger Cacti Plugin - Connector Ethereum * Can perform basic tasks on a Ethereum ledger * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-ethereum/src/main/typescript/generated/openapi/typescript-axios/configuration.ts b/packages/cactus-plugin-ledger-connector-ethereum/src/main/typescript/generated/openapi/typescript-axios/configuration.ts index 49af6e6356..ff613322f0 100644 --- a/packages/cactus-plugin-ledger-connector-ethereum/src/main/typescript/generated/openapi/typescript-axios/configuration.ts +++ b/packages/cactus-plugin-ledger-connector-ethereum/src/main/typescript/generated/openapi/typescript-axios/configuration.ts @@ -4,7 +4,7 @@ * Hyperledger Cacti Plugin - Connector Ethereum * Can perform basic tasks on a Ethereum ledger * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-ethereum/src/main/typescript/generated/openapi/typescript-axios/index.ts b/packages/cactus-plugin-ledger-connector-ethereum/src/main/typescript/generated/openapi/typescript-axios/index.ts index 8b5da3c8ff..065c5cf098 100644 --- a/packages/cactus-plugin-ledger-connector-ethereum/src/main/typescript/generated/openapi/typescript-axios/index.ts +++ b/packages/cactus-plugin-ledger-connector-ethereum/src/main/typescript/generated/openapi/typescript-axios/index.ts @@ -4,7 +4,7 @@ * Hyperledger Cacti Plugin - Connector Ethereum * Can perform basic tasks on a Ethereum ledger * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-fabric/package.json b/packages/cactus-plugin-ledger-connector-fabric/package.json index 7e848c558e..a6f958498d 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/package.json +++ b/packages/cactus-plugin-ledger-connector-fabric/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-ledger-connector-fabric", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "description": "Allows Cactus nodes to connect to a Fabric ledger.", "keywords": [ "Hyperledger", @@ -57,9 +57,9 @@ }, "dependencies": { "@fidm/x509": "1.2.1", - "@hyperledger/cactus-common": "2.0.0-rc.6", - "@hyperledger/cactus-core": "2.0.0-rc.6", - "@hyperledger/cactus-core-api": "2.0.0-rc.6", + "@hyperledger/cactus-common": "2.0.0-rc.7", + "@hyperledger/cactus-core": "2.0.0-rc.7", + "@hyperledger/cactus-core-api": "2.0.0-rc.7", "axios": "1.7.7", "bl": "6.0.14", "bn.js": "4.12.0", @@ -92,8 +92,8 @@ "ws-identity-client": "1.0.2" }, "devDependencies": { - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.6", - "@hyperledger/cactus-test-tooling": "2.0.0-rc.6", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.7", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.7", "@types/bn.js": "5.1.0", "@types/body-parser": "1.19.4", "@types/elliptic": "6.4.16", diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/README.md b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/README.md index 1e8d6080c4..4f8196b946 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/README.md +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/README.md @@ -5,7 +5,7 @@ Can perform basic tasks on a fabric ledger ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. -- API version: 2.0.0-rc.6 +- API version: 2.0.0-rc.7 - Package version: 1.0.0 - Build package: org.openapitools.codegen.languages.GoClientCodegen diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/api/openapi.yaml b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/api/openapi.yaml index 867ec4eedf..741142de44 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/api/openapi.yaml +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/api/openapi.yaml @@ -5,7 +5,7 @@ info: name: Apache-2.0 url: https://www.apache.org/licenses/LICENSE-2.0.html title: Hyperledger Cactus Plugin - Connector Fabric - version: 2.0.0-rc.6 + version: 2.0.0-rc.7 servers: - url: / paths: diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/api_default.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/api_default.go index 79cf63963a..d43bae834b 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/api_default.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/api_default.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/client.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/client.go index f7b8378878..e5760e449d 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/client.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/client.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. @@ -41,7 +41,7 @@ var ( queryDescape = strings.NewReplacer( "%5B", "[", "%5D", "]" ) ) -// APIClient manages communication with the Hyperledger Cactus Plugin - Connector Fabric API v2.0.0-rc.6 +// APIClient manages communication with the Hyperledger Cactus Plugin - Connector Fabric API v2.0.0-rc.7 // In most cases there should be only one, shared, APIClient. type APIClient struct { cfg *Configuration diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/configuration.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/configuration.go index 9b76dac330..074ff8f891 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/configuration.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/configuration.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_cacti_block_full_event_v1.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_cacti_block_full_event_v1.go index c746084656..92678fdd63 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_cacti_block_full_event_v1.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_cacti_block_full_event_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_cacti_block_full_response_v1.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_cacti_block_full_response_v1.go index 54667f816d..66a370c602 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_cacti_block_full_response_v1.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_cacti_block_full_response_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_cacti_block_transaction_event_v1.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_cacti_block_transaction_event_v1.go index 20aab0d899..09a411ea0a 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_cacti_block_transaction_event_v1.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_cacti_block_transaction_event_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_cacti_block_transactions_response_v1.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_cacti_block_transactions_response_v1.go index 92c2921b65..b2d6a7ca3c 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_cacti_block_transactions_response_v1.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_cacti_block_transactions_response_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_chain_code_language_runtime.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_chain_code_language_runtime.go index 41b5816247..a273be55c7 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_chain_code_language_runtime.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_chain_code_language_runtime.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_chain_code_life_cycle_command_responses.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_chain_code_life_cycle_command_responses.go index 7ae571b4b7..deae8b1d70 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_chain_code_life_cycle_command_responses.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_chain_code_life_cycle_command_responses.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_chain_code_programming_language.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_chain_code_programming_language.go index 3cc7b84bd9..4bc179fd25 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_chain_code_programming_language.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_chain_code_programming_language.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_connection_profile.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_connection_profile.go index 2f471de488..c69a4311ce 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_connection_profile.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_connection_profile.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_connection_profile_client.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_connection_profile_client.go index 235af45eaa..2b84680696 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_connection_profile_client.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_connection_profile_client.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_default_event_handler_strategy.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_default_event_handler_strategy.go index 57c9708d07..f8dc625bf5 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_default_event_handler_strategy.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_default_event_handler_strategy.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_deploy_contract_go_source_v1_501_response.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_deploy_contract_go_source_v1_501_response.go index 1b55b78685..b070c2b6d0 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_deploy_contract_go_source_v1_501_response.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_deploy_contract_go_source_v1_501_response.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_deploy_contract_go_source_v1_request.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_deploy_contract_go_source_v1_request.go index 1b38a7fbb3..58587ddb14 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_deploy_contract_go_source_v1_request.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_deploy_contract_go_source_v1_request.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_deploy_contract_go_source_v1_request_constructor_args.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_deploy_contract_go_source_v1_request_constructor_args.go index 47093f2660..63775696e9 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_deploy_contract_go_source_v1_request_constructor_args.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_deploy_contract_go_source_v1_request_constructor_args.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_deploy_contract_go_source_v1_response.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_deploy_contract_go_source_v1_response.go index b655fa035b..5d3a99d4ce 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_deploy_contract_go_source_v1_response.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_deploy_contract_go_source_v1_response.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_deploy_contract_v1_request.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_deploy_contract_v1_request.go index 457fc26e2a..2c3217c8a9 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_deploy_contract_v1_request.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_deploy_contract_v1_request.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_deploy_contract_v1_response.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_deploy_contract_v1_response.go index 1d39a2ea2a..606b0293a6 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_deploy_contract_v1_response.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_deploy_contract_v1_response.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_deployment_target_org_fabric2x.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_deployment_target_org_fabric2x.go index 1c2a0f02b5..bbaa919323 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_deployment_target_org_fabric2x.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_deployment_target_org_fabric2x.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_deployment_target_organization.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_deployment_target_organization.go index f0572f63cb..c53e912664 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_deployment_target_organization.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_deployment_target_organization.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_error_exception_response_v1.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_error_exception_response_v1.go index 5182a88c2e..4751b02c50 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_error_exception_response_v1.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_error_exception_response_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_fabric_certificate_identity_v1.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_fabric_certificate_identity_v1.go index 127aedbe11..2e87b96d07 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_fabric_certificate_identity_v1.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_fabric_certificate_identity_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_fabric_contract_invocation_type.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_fabric_contract_invocation_type.go index 97914f507a..e705e9ba71 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_fabric_contract_invocation_type.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_fabric_contract_invocation_type.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_fabric_signing_credential.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_fabric_signing_credential.go index 707ffd35e5..0cbe2b5f58 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_fabric_signing_credential.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_fabric_signing_credential.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_fabric_signing_credential_type.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_fabric_signing_credential_type.go index be8c21cbc5..6fdf940f5e 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_fabric_signing_credential_type.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_fabric_signing_credential_type.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_fabric_x509_certificate_v1.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_fabric_x509_certificate_v1.go index d707e4d4eb..f443376bd0 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_fabric_x509_certificate_v1.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_fabric_x509_certificate_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_file_base64.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_file_base64.go index f7a3bcaca0..72cb0216e5 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_file_base64.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_file_base64.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_full_block_transaction_action_v1.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_full_block_transaction_action_v1.go index eed10fd423..6340281f9b 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_full_block_transaction_action_v1.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_full_block_transaction_action_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_full_block_transaction_endorsement_v1.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_full_block_transaction_endorsement_v1.go index a727582527..499d7df5a7 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_full_block_transaction_endorsement_v1.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_full_block_transaction_endorsement_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_full_block_transaction_event_v1.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_full_block_transaction_event_v1.go index ef6ae316ca..17c01901a3 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_full_block_transaction_event_v1.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_full_block_transaction_event_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_gateway_discovery_options.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_gateway_discovery_options.go index 73927ac32d..216efa3e35 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_gateway_discovery_options.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_gateway_discovery_options.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_gateway_event_handler_options.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_gateway_event_handler_options.go index b8b3a06cb6..67d6653862 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_gateway_event_handler_options.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_gateway_event_handler_options.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_gateway_options.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_gateway_options.go index 91d091dc50..f9469a22f1 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_gateway_options.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_gateway_options.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_gateway_options_wallet.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_gateway_options_wallet.go index 84d253d248..7c28dd2d17 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_gateway_options_wallet.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_gateway_options_wallet.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_get_block_request_v1.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_get_block_request_v1.go index cba47ccc21..f31d8c4e4f 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_get_block_request_v1.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_get_block_request_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_get_block_request_v1_query.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_get_block_request_v1_query.go index 79e8e2f269..ce275cfb1f 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_get_block_request_v1_query.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_get_block_request_v1_query.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_get_block_request_v1_query_block_hash.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_get_block_request_v1_query_block_hash.go index 0aa0806f7c..3c6bb3f12d 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_get_block_request_v1_query_block_hash.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_get_block_request_v1_query_block_hash.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_get_block_response_decoded_v1.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_get_block_response_decoded_v1.go index 9605faae49..567de4324f 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_get_block_response_decoded_v1.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_get_block_response_decoded_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_get_block_response_encoded_v1.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_get_block_response_encoded_v1.go index f7a46239a0..afa8329db5 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_get_block_response_encoded_v1.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_get_block_response_encoded_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_get_block_response_type_v1.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_get_block_response_type_v1.go index 3b978c5e90..c858044326 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_get_block_response_type_v1.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_get_block_response_type_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_get_block_response_v1.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_get_block_response_v1.go index 127ed9acd1..01e764e6d0 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_get_block_response_v1.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_get_block_response_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_get_chain_info_request_v1.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_get_chain_info_request_v1.go index 9fc75e0d11..7cd3d32298 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_get_chain_info_request_v1.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_get_chain_info_request_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_get_chain_info_response_v1.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_get_chain_info_response_v1.go index 9b3a64316e..c4e39ad1ca 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_get_chain_info_response_v1.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_get_chain_info_response_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_get_transaction_receipt_response.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_get_transaction_receipt_response.go index 64e184cc2c..2f25a729a9 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_get_transaction_receipt_response.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_get_transaction_receipt_response.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_run_delegated_sign_transaction_request.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_run_delegated_sign_transaction_request.go index fda610beed..bead8b730c 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_run_delegated_sign_transaction_request.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_run_delegated_sign_transaction_request.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_run_transaction_request.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_run_transaction_request.go index 4cdda71240..0878639b59 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_run_transaction_request.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_run_transaction_request.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_run_transaction_response.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_run_transaction_response.go index 845c2f9197..9da1f7d69b 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_run_transaction_response.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_run_transaction_response.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_run_transaction_response_type.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_run_transaction_response_type.go index f38ae817c9..791abc1e1e 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_run_transaction_response_type.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_run_transaction_response_type.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_ssh_exec_command_response.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_ssh_exec_command_response.go index 165b439c28..b83d98584b 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_ssh_exec_command_response.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_ssh_exec_command_response.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_transact_receipt_block_meta_data.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_transact_receipt_block_meta_data.go index 78886950b3..f735dbf2e8 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_transact_receipt_block_meta_data.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_transact_receipt_block_meta_data.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_transact_receipt_transaction_creator.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_transact_receipt_transaction_creator.go index e793c8f5ef..524572a396 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_transact_receipt_transaction_creator.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_transact_receipt_transaction_creator.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_transact_receipt_transaction_endorsement.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_transact_receipt_transaction_endorsement.go index 98a1198d46..d14fb754d6 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_transact_receipt_transaction_endorsement.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_transact_receipt_transaction_endorsement.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_vault_transit_key.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_vault_transit_key.go index efbee67635..b3f3121c25 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_vault_transit_key.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_vault_transit_key.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_watch_blocks_cactus_error_response_v1.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_watch_blocks_cactus_error_response_v1.go index 034a9d49d6..c2bd9bedf0 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_watch_blocks_cactus_error_response_v1.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_watch_blocks_cactus_error_response_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_watch_blocks_delegated_sign_options_v1.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_watch_blocks_delegated_sign_options_v1.go index 61d539168d..3eb16ba3fa 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_watch_blocks_delegated_sign_options_v1.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_watch_blocks_delegated_sign_options_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_watch_blocks_filtered_response_v1.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_watch_blocks_filtered_response_v1.go index 3a7e7da8d9..11cb98ed15 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_watch_blocks_filtered_response_v1.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_watch_blocks_filtered_response_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_watch_blocks_full_response_v1.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_watch_blocks_full_response_v1.go index f0f3bd8e6b..2b22f60daf 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_watch_blocks_full_response_v1.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_watch_blocks_full_response_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_watch_blocks_listener_type_v1.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_watch_blocks_listener_type_v1.go index f9a4a0c209..37af2dc9b7 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_watch_blocks_listener_type_v1.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_watch_blocks_listener_type_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_watch_blocks_options_v1.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_watch_blocks_options_v1.go index dfcd7fc2c1..31a2d04db9 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_watch_blocks_options_v1.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_watch_blocks_options_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_watch_blocks_private_response_v1.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_watch_blocks_private_response_v1.go index ae096ff249..5898342be9 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_watch_blocks_private_response_v1.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_watch_blocks_private_response_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_watch_blocks_response_v1.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_watch_blocks_response_v1.go index 9dec543375..46595816e6 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_watch_blocks_response_v1.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_watch_blocks_response_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_watch_blocks_v1.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_watch_blocks_v1.go index 2acde7eb2a..5f0ddd81b2 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_watch_blocks_v1.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_watch_blocks_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_web_socket_key.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_web_socket_key.go index b8ad975d3c..9698b6bf25 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_web_socket_key.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/model_web_socket_key.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/response.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/response.go index 4b2e30bdae..837c0df680 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/response.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/response.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/utils.go b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/utils.go index dce47d9185..e5888f2935 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/utils.go +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/go/generated/openapi/go-client/utils.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Fabric Can perform basic tasks on a fabric ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/json/openapi.json b/packages/cactus-plugin-ledger-connector-fabric/src/main/json/openapi.json index 7fe0e2585e..d890a781b4 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/json/openapi.json +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/json/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Plugin - Connector Fabric", "description": "Can perform basic tasks on a fabric ledger", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/json/openapi.tpl.json b/packages/cactus-plugin-ledger-connector-fabric/src/main/json/openapi.tpl.json index 7fe0e2585e..d890a781b4 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/json/openapi.tpl.json +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/json/openapi.tpl.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Plugin - Connector Fabric", "description": "Can perform basic tasks on a fabric ledger", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/kotlin/generated/openapi/kotlin-client/README.md b/packages/cactus-plugin-ledger-connector-fabric/src/main/kotlin/generated/openapi/kotlin-client/README.md index 0b57d1d565..5156755e25 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/kotlin/generated/openapi/kotlin-client/README.md +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/kotlin/generated/openapi/kotlin-client/README.md @@ -5,7 +5,7 @@ Can perform basic tasks on a fabric ledger ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [openapi-spec](https://github.com/OAI/OpenAPI-Specification) from a remote server, you can easily generate an API client. -- API version: 2.0.0-rc.6 +- API version: 2.0.0-rc.7 - Package version: - Build package: org.openapitools.codegen.languages.KotlinClientCodegen diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/typescript/generated/openapi/typescript-axios/api.ts b/packages/cactus-plugin-ledger-connector-fabric/src/main/typescript/generated/openapi/typescript-axios/api.ts index 4546851df7..720a6edd34 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/typescript/generated/openapi/typescript-axios/api.ts +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/typescript/generated/openapi/typescript-axios/api.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Connector Fabric * Can perform basic tasks on a fabric ledger * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/typescript/generated/openapi/typescript-axios/base.ts b/packages/cactus-plugin-ledger-connector-fabric/src/main/typescript/generated/openapi/typescript-axios/base.ts index 0fdab2eac7..350a35c1ca 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/typescript/generated/openapi/typescript-axios/base.ts +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/typescript/generated/openapi/typescript-axios/base.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Connector Fabric * Can perform basic tasks on a fabric ledger * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/typescript/generated/openapi/typescript-axios/common.ts b/packages/cactus-plugin-ledger-connector-fabric/src/main/typescript/generated/openapi/typescript-axios/common.ts index 3c0a6fe501..7a2d0ca3fc 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/typescript/generated/openapi/typescript-axios/common.ts +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/typescript/generated/openapi/typescript-axios/common.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Connector Fabric * Can perform basic tasks on a fabric ledger * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/typescript/generated/openapi/typescript-axios/configuration.ts b/packages/cactus-plugin-ledger-connector-fabric/src/main/typescript/generated/openapi/typescript-axios/configuration.ts index 5f4f8d605b..32d193d21a 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/typescript/generated/openapi/typescript-axios/configuration.ts +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/typescript/generated/openapi/typescript-axios/configuration.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Connector Fabric * Can perform basic tasks on a fabric ledger * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/typescript/generated/openapi/typescript-axios/index.ts b/packages/cactus-plugin-ledger-connector-fabric/src/main/typescript/generated/openapi/typescript-axios/index.ts index 4f49fd6fad..fa8f72a18c 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/typescript/generated/openapi/typescript-axios/index.ts +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/typescript/generated/openapi/typescript-axios/index.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Connector Fabric * Can perform basic tasks on a fabric ledger * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-iroha2/package.json b/packages/cactus-plugin-ledger-connector-iroha2/package.json index 41560df834..1f0608c6bb 100644 --- a/packages/cactus-plugin-ledger-connector-iroha2/package.json +++ b/packages/cactus-plugin-ledger-connector-iroha2/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-ledger-connector-iroha2", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "description": "Allows Cactus nodes to connect to an Iroha V2 ledger.", "keywords": [ "Hyperledger", @@ -47,9 +47,9 @@ "generate-sdk:typescript-axios": "openapi-generator-cli generate -i ./src/main/json/openapi.json -g typescript-axios -o ./src/main/typescript/generated/openapi/typescript-axios/ --reserved-words-mappings protected=protected --ignore-file-override ../../openapi-generator-ignore" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-rc.6", - "@hyperledger/cactus-core": "2.0.0-rc.6", - "@hyperledger/cactus-core-api": "2.0.0-rc.6", + "@hyperledger/cactus-common": "2.0.0-rc.7", + "@hyperledger/cactus-core": "2.0.0-rc.7", + "@hyperledger/cactus-core-api": "2.0.0-rc.7", "@iroha2/client": "4.0.0", "@iroha2/crypto-core": "0.1.1", "@iroha2/crypto-target-node": "0.4.0", @@ -65,8 +65,8 @@ "undici": "6.19.8" }, "devDependencies": { - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.6", - "@hyperledger/cactus-test-tooling": "2.0.0-rc.6", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.7", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.7", "@types/express": "4.17.21", "@types/sanitize-html": "2.9.5", "body-parser": "1.20.3", diff --git a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/README.md b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/README.md index 017c2eb5d0..dde915b65d 100644 --- a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/README.md +++ b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/README.md @@ -5,7 +5,7 @@ Can perform basic tasks on a Iroha V2 ledger ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. -- API version: 2.0.0-rc.6 +- API version: 2.0.0-rc.7 - Package version: 1.0.0 - Build package: org.openapitools.codegen.languages.GoClientCodegen diff --git a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/api/openapi.yaml b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/api/openapi.yaml index fbbdec1d3d..9a95c2861c 100644 --- a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/api/openapi.yaml +++ b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/api/openapi.yaml @@ -5,7 +5,7 @@ info: name: Apache-2.0 url: https://www.apache.org/licenses/LICENSE-2.0.html title: Hyperledger Cactus Plugin - Connector Iroha V2 - version: 2.0.0-rc.6 + version: 2.0.0-rc.7 servers: - url: / paths: diff --git a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/api_default.go b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/api_default.go index 86d5d0c279..9d51fe3428 100644 --- a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/api_default.go +++ b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/api_default.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Iroha V2 Can perform basic tasks on a Iroha V2 ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/client.go b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/client.go index d2a4b49a19..70b31b8aa3 100644 --- a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/client.go +++ b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/client.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Iroha V2 Can perform basic tasks on a Iroha V2 ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. @@ -41,7 +41,7 @@ var ( queryDescape = strings.NewReplacer( "%5B", "[", "%5D", "]" ) ) -// APIClient manages communication with the Hyperledger Cactus Plugin - Connector Iroha V2 API v2.0.0-rc.6 +// APIClient manages communication with the Hyperledger Cactus Plugin - Connector Iroha V2 API v2.0.0-rc.7 // In most cases there should be only one, shared, APIClient. type APIClient struct { cfg *Configuration diff --git a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/configuration.go b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/configuration.go index b2ed168512..dc200f027f 100644 --- a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/configuration.go +++ b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/configuration.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Iroha V2 Can perform basic tasks on a Iroha V2 ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_block_type_v1.go b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_block_type_v1.go index 22099978d8..9849585440 100644 --- a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_block_type_v1.go +++ b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_block_type_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Iroha V2 Can perform basic tasks on a Iroha V2 ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_error_exception_response_v1.go b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_error_exception_response_v1.go index d99a1c319f..99cae6e11b 100644 --- a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_error_exception_response_v1.go +++ b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_error_exception_response_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Iroha V2 Can perform basic tasks on a Iroha V2 ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_generate_transaction_request_v1.go b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_generate_transaction_request_v1.go index 92e0901ef2..4c5de4f910 100644 --- a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_generate_transaction_request_v1.go +++ b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_generate_transaction_request_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Iroha V2 Can perform basic tasks on a Iroha V2 ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_generate_transaction_request_v1_request.go b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_generate_transaction_request_v1_request.go index 628821d3f1..0d3b69d86d 100644 --- a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_generate_transaction_request_v1_request.go +++ b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_generate_transaction_request_v1_request.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Iroha V2 Can perform basic tasks on a Iroha V2 ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_iroha2_account_id.go b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_iroha2_account_id.go index aa1b18d820..9f1959777d 100644 --- a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_iroha2_account_id.go +++ b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_iroha2_account_id.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Iroha V2 Can perform basic tasks on a Iroha V2 ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_iroha2_base_config.go b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_iroha2_base_config.go index 696fee07a2..a48cef2463 100644 --- a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_iroha2_base_config.go +++ b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_iroha2_base_config.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Iroha V2 Can perform basic tasks on a Iroha V2 ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_iroha2_base_config_signing_credential.go b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_iroha2_base_config_signing_credential.go index 0a494d496a..0e831e0f7a 100644 --- a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_iroha2_base_config_signing_credential.go +++ b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_iroha2_base_config_signing_credential.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Iroha V2 Can perform basic tasks on a Iroha V2 ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_iroha2_base_config_torii.go b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_iroha2_base_config_torii.go index b20717967e..8d233059a0 100644 --- a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_iroha2_base_config_torii.go +++ b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_iroha2_base_config_torii.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Iroha V2 Can perform basic tasks on a Iroha V2 ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_iroha2_key_json.go b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_iroha2_key_json.go index e272121d28..4eb8f534c9 100644 --- a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_iroha2_key_json.go +++ b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_iroha2_key_json.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Iroha V2 Can perform basic tasks on a Iroha V2 ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_iroha2_key_pair.go b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_iroha2_key_pair.go index e0c7c51ef1..6b6d51a07c 100644 --- a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_iroha2_key_pair.go +++ b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_iroha2_key_pair.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Iroha V2 Can perform basic tasks on a Iroha V2 ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_iroha_instruction.go b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_iroha_instruction.go index 088f190395..41663a586f 100644 --- a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_iroha_instruction.go +++ b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_iroha_instruction.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Iroha V2 Can perform basic tasks on a Iroha V2 ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_iroha_instruction_request_v1.go b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_iroha_instruction_request_v1.go index 136b26d7bc..4606007789 100644 --- a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_iroha_instruction_request_v1.go +++ b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_iroha_instruction_request_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Iroha V2 Can perform basic tasks on a Iroha V2 ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_iroha_query.go b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_iroha_query.go index d23aaf43d7..d325ccdd20 100644 --- a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_iroha_query.go +++ b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_iroha_query.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Iroha V2 Can perform basic tasks on a Iroha V2 ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_iroha_query_definition_v1.go b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_iroha_query_definition_v1.go index 11ed1dfd55..bfce507735 100644 --- a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_iroha_query_definition_v1.go +++ b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_iroha_query_definition_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Iroha V2 Can perform basic tasks on a Iroha V2 ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_iroha_signed_query_definition_v1.go b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_iroha_signed_query_definition_v1.go index 8f0edeef9f..c052007e04 100644 --- a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_iroha_signed_query_definition_v1.go +++ b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_iroha_signed_query_definition_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Iroha V2 Can perform basic tasks on a Iroha V2 ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_iroha_transaction_definition_v1.go b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_iroha_transaction_definition_v1.go index 9eb708eaba..9434c6ca66 100644 --- a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_iroha_transaction_definition_v1.go +++ b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_iroha_transaction_definition_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Iroha V2 Can perform basic tasks on a Iroha V2 ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_iroha_transaction_definition_v1_instruction.go b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_iroha_transaction_definition_v1_instruction.go index 822bbd76e7..09a818afc4 100644 --- a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_iroha_transaction_definition_v1_instruction.go +++ b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_iroha_transaction_definition_v1_instruction.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Iroha V2 Can perform basic tasks on a Iroha V2 ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_iroha_transaction_parameters_v1.go b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_iroha_transaction_parameters_v1.go index 825a05f15f..3cacc0fc77 100644 --- a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_iroha_transaction_parameters_v1.go +++ b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_iroha_transaction_parameters_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Iroha V2 Can perform basic tasks on a Iroha V2 ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_keychain_reference.go b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_keychain_reference.go index 6a250d1952..333c7d579b 100644 --- a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_keychain_reference.go +++ b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_keychain_reference.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Iroha V2 Can perform basic tasks on a Iroha V2 ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_query_request_v1.go b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_query_request_v1.go index e2bfca10d8..37284c28fd 100644 --- a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_query_request_v1.go +++ b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_query_request_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Iroha V2 Can perform basic tasks on a Iroha V2 ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_query_response_v1.go b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_query_response_v1.go index ff8f59f3bb..f0205a0fbf 100644 --- a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_query_response_v1.go +++ b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_query_response_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Iroha V2 Can perform basic tasks on a Iroha V2 ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_transact_request_v1.go b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_transact_request_v1.go index 266e0c563a..47054b4e71 100644 --- a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_transact_request_v1.go +++ b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_transact_request_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Iroha V2 Can perform basic tasks on a Iroha V2 ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_transact_response_v1.go b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_transact_response_v1.go index 396c99d051..f258219d68 100644 --- a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_transact_response_v1.go +++ b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_transact_response_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Iroha V2 Can perform basic tasks on a Iroha V2 ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_transaction_status_v1.go b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_transaction_status_v1.go index 0822059f95..1d97183db4 100644 --- a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_transaction_status_v1.go +++ b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_transaction_status_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Iroha V2 Can perform basic tasks on a Iroha V2 ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_watch_blocks_binary_response_v1.go b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_watch_blocks_binary_response_v1.go index 9c7ba774df..198c0196f1 100644 --- a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_watch_blocks_binary_response_v1.go +++ b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_watch_blocks_binary_response_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Iroha V2 Can perform basic tasks on a Iroha V2 ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_watch_blocks_options_v1.go b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_watch_blocks_options_v1.go index 7c034953ea..98912ab3cc 100644 --- a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_watch_blocks_options_v1.go +++ b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_watch_blocks_options_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Iroha V2 Can perform basic tasks on a Iroha V2 ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_watch_blocks_raw_response_v1.go b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_watch_blocks_raw_response_v1.go index b83cc17525..f316a96270 100644 --- a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_watch_blocks_raw_response_v1.go +++ b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_watch_blocks_raw_response_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Iroha V2 Can perform basic tasks on a Iroha V2 ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_watch_blocks_response_v1.go b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_watch_blocks_response_v1.go index c868349141..85701a2a68 100644 --- a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_watch_blocks_response_v1.go +++ b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_watch_blocks_response_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Iroha V2 Can perform basic tasks on a Iroha V2 ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_watch_blocks_v1.go b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_watch_blocks_v1.go index 9f017b5c53..fa30dfbda0 100644 --- a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_watch_blocks_v1.go +++ b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/model_watch_blocks_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Iroha V2 Can perform basic tasks on a Iroha V2 ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/response.go b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/response.go index 9feddc1ece..f06e6ae0a0 100644 --- a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/response.go +++ b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/response.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Iroha V2 Can perform basic tasks on a Iroha V2 ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/utils.go b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/utils.go index ef9e26bb5e..54bf2b2cd1 100644 --- a/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/utils.go +++ b/packages/cactus-plugin-ledger-connector-iroha2/src/main/go/generated/openapi/go-client/utils.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Iroha V2 Can perform basic tasks on a Iroha V2 ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-iroha2/src/main/json/openapi.json b/packages/cactus-plugin-ledger-connector-iroha2/src/main/json/openapi.json index 99f72fd994..82e75c7b2b 100644 --- a/packages/cactus-plugin-ledger-connector-iroha2/src/main/json/openapi.json +++ b/packages/cactus-plugin-ledger-connector-iroha2/src/main/json/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Plugin - Connector Iroha V2", "description": "Can perform basic tasks on a Iroha V2 ledger", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-ledger-connector-iroha2/src/main/json/openapi.tpl.json b/packages/cactus-plugin-ledger-connector-iroha2/src/main/json/openapi.tpl.json index 99f72fd994..82e75c7b2b 100644 --- a/packages/cactus-plugin-ledger-connector-iroha2/src/main/json/openapi.tpl.json +++ b/packages/cactus-plugin-ledger-connector-iroha2/src/main/json/openapi.tpl.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Plugin - Connector Iroha V2", "description": "Can perform basic tasks on a Iroha V2 ledger", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-ledger-connector-iroha2/src/main/typescript/generated/openapi/typescript-axios/api.ts b/packages/cactus-plugin-ledger-connector-iroha2/src/main/typescript/generated/openapi/typescript-axios/api.ts index cb98f687dd..cea917c1cd 100644 --- a/packages/cactus-plugin-ledger-connector-iroha2/src/main/typescript/generated/openapi/typescript-axios/api.ts +++ b/packages/cactus-plugin-ledger-connector-iroha2/src/main/typescript/generated/openapi/typescript-axios/api.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Connector Iroha V2 * Can perform basic tasks on a Iroha V2 ledger * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-iroha2/src/main/typescript/generated/openapi/typescript-axios/base.ts b/packages/cactus-plugin-ledger-connector-iroha2/src/main/typescript/generated/openapi/typescript-axios/base.ts index f6af8e0ed6..b74681da43 100644 --- a/packages/cactus-plugin-ledger-connector-iroha2/src/main/typescript/generated/openapi/typescript-axios/base.ts +++ b/packages/cactus-plugin-ledger-connector-iroha2/src/main/typescript/generated/openapi/typescript-axios/base.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Connector Iroha V2 * Can perform basic tasks on a Iroha V2 ledger * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-iroha2/src/main/typescript/generated/openapi/typescript-axios/common.ts b/packages/cactus-plugin-ledger-connector-iroha2/src/main/typescript/generated/openapi/typescript-axios/common.ts index f2ba60c983..3518beb9fa 100644 --- a/packages/cactus-plugin-ledger-connector-iroha2/src/main/typescript/generated/openapi/typescript-axios/common.ts +++ b/packages/cactus-plugin-ledger-connector-iroha2/src/main/typescript/generated/openapi/typescript-axios/common.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Connector Iroha V2 * Can perform basic tasks on a Iroha V2 ledger * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-iroha2/src/main/typescript/generated/openapi/typescript-axios/configuration.ts b/packages/cactus-plugin-ledger-connector-iroha2/src/main/typescript/generated/openapi/typescript-axios/configuration.ts index 31951a9a6d..92c5a5f79d 100644 --- a/packages/cactus-plugin-ledger-connector-iroha2/src/main/typescript/generated/openapi/typescript-axios/configuration.ts +++ b/packages/cactus-plugin-ledger-connector-iroha2/src/main/typescript/generated/openapi/typescript-axios/configuration.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Connector Iroha V2 * Can perform basic tasks on a Iroha V2 ledger * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-iroha2/src/main/typescript/generated/openapi/typescript-axios/index.ts b/packages/cactus-plugin-ledger-connector-iroha2/src/main/typescript/generated/openapi/typescript-axios/index.ts index 354bd5d58e..0d07246cd1 100644 --- a/packages/cactus-plugin-ledger-connector-iroha2/src/main/typescript/generated/openapi/typescript-axios/index.ts +++ b/packages/cactus-plugin-ledger-connector-iroha2/src/main/typescript/generated/openapi/typescript-axios/index.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Connector Iroha V2 * Can perform basic tasks on a Iroha V2 ledger * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-polkadot/package.json b/packages/cactus-plugin-ledger-connector-polkadot/package.json index 513c2b79bb..f079d7add9 100644 --- a/packages/cactus-plugin-ledger-connector-polkadot/package.json +++ b/packages/cactus-plugin-ledger-connector-polkadot/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-ledger-connector-polkadot", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "description": "Allows Cactus nodes to connect to a Substrate ledger.", "keywords": [ "Hyperledger", @@ -65,9 +65,9 @@ "webpack:prod:web": "webpack --env=prod --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-rc.6", - "@hyperledger/cactus-core": "2.0.0-rc.6", - "@hyperledger/cactus-core-api": "2.0.0-rc.6", + "@hyperledger/cactus-common": "2.0.0-rc.7", + "@hyperledger/cactus-core": "2.0.0-rc.7", + "@hyperledger/cactus-core-api": "2.0.0-rc.7", "@polkadot/api": "10.9.1", "@polkadot/api-contract": "10.9.1", "@polkadot/rpc-provider": "10.9.1", @@ -93,8 +93,8 @@ "uuid": "10.0.0" }, "devDependencies": { - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.6", - "@hyperledger/cactus-test-tooling": "2.0.0-rc.6", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.7", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.7", "@types/express": "4.17.21", "@types/joi": "17.2.3", "@types/multer": "1.4.7", diff --git a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/README.md b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/README.md index 12923c8eb1..6b2e0ac6fd 100644 --- a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/README.md +++ b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/README.md @@ -5,7 +5,7 @@ Can perform basic tasks on a Polkadot parachain ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. -- API version: 2.0.0-rc.6 +- API version: 2.0.0-rc.7 - Package version: 1.0.0 - Build package: org.openapitools.codegen.languages.GoClientCodegen diff --git a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/api/openapi.yaml b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/api/openapi.yaml index 0a52811b93..86c28715b8 100644 --- a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/api/openapi.yaml +++ b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/api/openapi.yaml @@ -5,7 +5,7 @@ info: name: Apache-2.0 url: https://www.apache.org/licenses/LICENSE-2.0.html title: Hyperledger Cactus Plugin - Connector Polkadot - version: 2.0.0-rc.6 + version: 2.0.0-rc.7 servers: - url: / paths: diff --git a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/api_default.go b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/api_default.go index 4dc81e31c2..e13b3da902 100644 --- a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/api_default.go +++ b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/api_default.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Polkadot Can perform basic tasks on a Polkadot parachain -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/client.go b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/client.go index d40e1efcfb..5f9bc38429 100644 --- a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/client.go +++ b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/client.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Polkadot Can perform basic tasks on a Polkadot parachain -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. @@ -41,7 +41,7 @@ var ( queryDescape = strings.NewReplacer( "%5B", "[", "%5D", "]" ) ) -// APIClient manages communication with the Hyperledger Cactus Plugin - Connector Polkadot API v2.0.0-rc.6 +// APIClient manages communication with the Hyperledger Cactus Plugin - Connector Polkadot API v2.0.0-rc.7 // In most cases there should be only one, shared, APIClient. type APIClient struct { cfg *Configuration diff --git a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/configuration.go b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/configuration.go index a84485469a..2d69d138b5 100644 --- a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/configuration.go +++ b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/configuration.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Polkadot Can perform basic tasks on a Polkadot parachain -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_deploy_contract_ink_request.go b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_deploy_contract_ink_request.go index b5cf966ea0..bfe60e1c14 100644 --- a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_deploy_contract_ink_request.go +++ b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_deploy_contract_ink_request.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Polkadot Can perform basic tasks on a Polkadot parachain -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_deploy_contract_ink_request_balance.go b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_deploy_contract_ink_request_balance.go index 3748183019..d6228f1f28 100644 --- a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_deploy_contract_ink_request_balance.go +++ b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_deploy_contract_ink_request_balance.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Polkadot Can perform basic tasks on a Polkadot parachain -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_deploy_contract_ink_request_gas_limit.go b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_deploy_contract_ink_request_gas_limit.go index 81b7e95f0b..e9389098e0 100644 --- a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_deploy_contract_ink_request_gas_limit.go +++ b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_deploy_contract_ink_request_gas_limit.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Polkadot Can perform basic tasks on a Polkadot parachain -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_deploy_contract_ink_request_salt.go b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_deploy_contract_ink_request_salt.go index cc0d15b2bc..eac21e4626 100644 --- a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_deploy_contract_ink_request_salt.go +++ b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_deploy_contract_ink_request_salt.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Polkadot Can perform basic tasks on a Polkadot parachain -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_deploy_contract_ink_request_storage_deposit_limit.go b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_deploy_contract_ink_request_storage_deposit_limit.go index 67dc6031f9..3526dfde0b 100644 --- a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_deploy_contract_ink_request_storage_deposit_limit.go +++ b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_deploy_contract_ink_request_storage_deposit_limit.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Polkadot Can perform basic tasks on a Polkadot parachain -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_deploy_contract_ink_response.go b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_deploy_contract_ink_response.go index 5af5d8af1c..9b3583f355 100644 --- a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_deploy_contract_ink_response.go +++ b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_deploy_contract_ink_response.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Polkadot Can perform basic tasks on a Polkadot parachain -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_error_exception_response.go b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_error_exception_response.go index d4f2a8cf40..4fc15ab4ab 100644 --- a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_error_exception_response.go +++ b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_error_exception_response.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Polkadot Can perform basic tasks on a Polkadot parachain -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_invoke_contract_request.go b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_invoke_contract_request.go index cbaa9a6086..8bcfc21458 100644 --- a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_invoke_contract_request.go +++ b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_invoke_contract_request.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Polkadot Can perform basic tasks on a Polkadot parachain -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_invoke_contract_response.go b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_invoke_contract_response.go index 7f0ee52a36..c036698071 100644 --- a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_invoke_contract_response.go +++ b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_invoke_contract_response.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Polkadot Can perform basic tasks on a Polkadot parachain -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_polkadot_contract_invocation_type.go b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_polkadot_contract_invocation_type.go index 073b83cc1e..50f470fd3b 100644 --- a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_polkadot_contract_invocation_type.go +++ b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_polkadot_contract_invocation_type.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Polkadot Can perform basic tasks on a Polkadot parachain -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_polkadot_transaction_config.go b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_polkadot_transaction_config.go index d3284d7633..cf5739d8c0 100644 --- a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_polkadot_transaction_config.go +++ b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_polkadot_transaction_config.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Polkadot Can perform basic tasks on a Polkadot parachain -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_polkadot_transaction_config_transfer_submittable.go b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_polkadot_transaction_config_transfer_submittable.go index b3baad65a7..01e3c69f98 100644 --- a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_polkadot_transaction_config_transfer_submittable.go +++ b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_polkadot_transaction_config_transfer_submittable.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Polkadot Can perform basic tasks on a Polkadot parachain -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_polkadot_transaction_config_value.go b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_polkadot_transaction_config_value.go index 5e8e4a5284..b29d8213d3 100644 --- a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_polkadot_transaction_config_value.go +++ b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_polkadot_transaction_config_value.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Polkadot Can perform basic tasks on a Polkadot parachain -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_raw_transaction_request.go b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_raw_transaction_request.go index 1af4564027..6e452f4983 100644 --- a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_raw_transaction_request.go +++ b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_raw_transaction_request.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Polkadot Can perform basic tasks on a Polkadot parachain -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_raw_transaction_response.go b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_raw_transaction_response.go index ee8b91505f..440dccf1d8 100644 --- a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_raw_transaction_response.go +++ b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_raw_transaction_response.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Polkadot Can perform basic tasks on a Polkadot parachain -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_raw_transaction_response_data.go b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_raw_transaction_response_data.go index 21eb205b24..2f58c79349 100644 --- a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_raw_transaction_response_data.go +++ b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_raw_transaction_response_data.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Polkadot Can perform basic tasks on a Polkadot parachain -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_raw_transaction_response_response_container.go b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_raw_transaction_response_response_container.go index 9e102c8031..13676f9e35 100644 --- a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_raw_transaction_response_response_container.go +++ b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_raw_transaction_response_response_container.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Polkadot Can perform basic tasks on a Polkadot parachain -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_run_transaction_request.go b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_run_transaction_request.go index 3a1ceb2e89..bc966c9920 100644 --- a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_run_transaction_request.go +++ b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_run_transaction_request.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Polkadot Can perform basic tasks on a Polkadot parachain -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_run_transaction_response.go b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_run_transaction_response.go index 71223ce919..82a2b2f411 100644 --- a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_run_transaction_response.go +++ b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_run_transaction_response.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Polkadot Can perform basic tasks on a Polkadot parachain -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_sign_raw_transaction_request.go b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_sign_raw_transaction_request.go index 1eed17647c..ea999e1438 100644 --- a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_sign_raw_transaction_request.go +++ b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_sign_raw_transaction_request.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Polkadot Can perform basic tasks on a Polkadot parachain -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_sign_raw_transaction_response.go b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_sign_raw_transaction_response.go index 79b0ba5d1b..7d8f339e36 100644 --- a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_sign_raw_transaction_response.go +++ b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_sign_raw_transaction_response.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Polkadot Can perform basic tasks on a Polkadot parachain -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_transaction_info_request.go b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_transaction_info_request.go index bacf48bf6d..579fa67151 100644 --- a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_transaction_info_request.go +++ b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_transaction_info_request.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Polkadot Can perform basic tasks on a Polkadot parachain -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_transaction_info_response.go b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_transaction_info_response.go index 1c6cdaa7e7..0519c47083 100644 --- a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_transaction_info_response.go +++ b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_transaction_info_response.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Polkadot Can perform basic tasks on a Polkadot parachain -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_transaction_info_response_data.go b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_transaction_info_response_data.go index 7fed92c921..d2a19210d0 100644 --- a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_transaction_info_response_data.go +++ b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_transaction_info_response_data.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Polkadot Can perform basic tasks on a Polkadot parachain -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_transaction_info_response_response_container.go b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_transaction_info_response_response_container.go index 4948406f76..c0c014d670 100644 --- a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_transaction_info_response_response_container.go +++ b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_transaction_info_response_response_container.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Polkadot Can perform basic tasks on a Polkadot parachain -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_web3_signing_credential.go b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_web3_signing_credential.go index 91600ed7a8..7dba776262 100644 --- a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_web3_signing_credential.go +++ b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_web3_signing_credential.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Polkadot Can perform basic tasks on a Polkadot parachain -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_web3_signing_credential_cactus_keychain_ref.go b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_web3_signing_credential_cactus_keychain_ref.go index 218f718731..996a51f679 100644 --- a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_web3_signing_credential_cactus_keychain_ref.go +++ b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_web3_signing_credential_cactus_keychain_ref.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Polkadot Can perform basic tasks on a Polkadot parachain -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_web3_signing_credential_mnemonic_string.go b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_web3_signing_credential_mnemonic_string.go index c719ac614b..58be6fadef 100644 --- a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_web3_signing_credential_mnemonic_string.go +++ b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_web3_signing_credential_mnemonic_string.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Polkadot Can perform basic tasks on a Polkadot parachain -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_web3_signing_credential_none.go b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_web3_signing_credential_none.go index 0571b28e71..f90737fe11 100644 --- a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_web3_signing_credential_none.go +++ b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_web3_signing_credential_none.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Polkadot Can perform basic tasks on a Polkadot parachain -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_web3_signing_credential_type.go b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_web3_signing_credential_type.go index decb375177..f840b03f5f 100644 --- a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_web3_signing_credential_type.go +++ b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/model_web3_signing_credential_type.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Polkadot Can perform basic tasks on a Polkadot parachain -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/response.go b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/response.go index 9d032509d3..2e86f3ff0e 100644 --- a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/response.go +++ b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/response.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Polkadot Can perform basic tasks on a Polkadot parachain -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/utils.go b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/utils.go index 8fdf37feef..74a6b86f4f 100644 --- a/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/utils.go +++ b/packages/cactus-plugin-ledger-connector-polkadot/src/main/go/generated/openapi/go-client/utils.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Polkadot Can perform basic tasks on a Polkadot parachain -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-polkadot/src/main/json/openapi.json b/packages/cactus-plugin-ledger-connector-polkadot/src/main/json/openapi.json index 3c0f89e609..bebe919bd9 100644 --- a/packages/cactus-plugin-ledger-connector-polkadot/src/main/json/openapi.json +++ b/packages/cactus-plugin-ledger-connector-polkadot/src/main/json/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Plugin - Connector Polkadot", "description": "Can perform basic tasks on a Polkadot parachain", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-ledger-connector-polkadot/src/main/json/openapi.tpl.json b/packages/cactus-plugin-ledger-connector-polkadot/src/main/json/openapi.tpl.json index 3c0f89e609..bebe919bd9 100644 --- a/packages/cactus-plugin-ledger-connector-polkadot/src/main/json/openapi.tpl.json +++ b/packages/cactus-plugin-ledger-connector-polkadot/src/main/json/openapi.tpl.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Plugin - Connector Polkadot", "description": "Can perform basic tasks on a Polkadot parachain", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-ledger-connector-polkadot/src/main/typescript/generated/openapi/typescript-axios/api.ts b/packages/cactus-plugin-ledger-connector-polkadot/src/main/typescript/generated/openapi/typescript-axios/api.ts index 7e7e6c3a25..ddc8e2ecc8 100644 --- a/packages/cactus-plugin-ledger-connector-polkadot/src/main/typescript/generated/openapi/typescript-axios/api.ts +++ b/packages/cactus-plugin-ledger-connector-polkadot/src/main/typescript/generated/openapi/typescript-axios/api.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Connector Polkadot * Can perform basic tasks on a Polkadot parachain * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-polkadot/src/main/typescript/generated/openapi/typescript-axios/base.ts b/packages/cactus-plugin-ledger-connector-polkadot/src/main/typescript/generated/openapi/typescript-axios/base.ts index 3f27433a33..bdd81eb2f5 100644 --- a/packages/cactus-plugin-ledger-connector-polkadot/src/main/typescript/generated/openapi/typescript-axios/base.ts +++ b/packages/cactus-plugin-ledger-connector-polkadot/src/main/typescript/generated/openapi/typescript-axios/base.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Connector Polkadot * Can perform basic tasks on a Polkadot parachain * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-polkadot/src/main/typescript/generated/openapi/typescript-axios/common.ts b/packages/cactus-plugin-ledger-connector-polkadot/src/main/typescript/generated/openapi/typescript-axios/common.ts index 51d63e1af2..b75c95607a 100644 --- a/packages/cactus-plugin-ledger-connector-polkadot/src/main/typescript/generated/openapi/typescript-axios/common.ts +++ b/packages/cactus-plugin-ledger-connector-polkadot/src/main/typescript/generated/openapi/typescript-axios/common.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Connector Polkadot * Can perform basic tasks on a Polkadot parachain * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-polkadot/src/main/typescript/generated/openapi/typescript-axios/configuration.ts b/packages/cactus-plugin-ledger-connector-polkadot/src/main/typescript/generated/openapi/typescript-axios/configuration.ts index 3eae865348..3fa3a0eb17 100644 --- a/packages/cactus-plugin-ledger-connector-polkadot/src/main/typescript/generated/openapi/typescript-axios/configuration.ts +++ b/packages/cactus-plugin-ledger-connector-polkadot/src/main/typescript/generated/openapi/typescript-axios/configuration.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Connector Polkadot * Can perform basic tasks on a Polkadot parachain * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-polkadot/src/main/typescript/generated/openapi/typescript-axios/index.ts b/packages/cactus-plugin-ledger-connector-polkadot/src/main/typescript/generated/openapi/typescript-axios/index.ts index 44c3677cca..9bbd1a953a 100644 --- a/packages/cactus-plugin-ledger-connector-polkadot/src/main/typescript/generated/openapi/typescript-axios/index.ts +++ b/packages/cactus-plugin-ledger-connector-polkadot/src/main/typescript/generated/openapi/typescript-axios/index.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Connector Polkadot * Can perform basic tasks on a Polkadot parachain * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-polkadot/src/test/rust/ink/flipper/Cargo.toml b/packages/cactus-plugin-ledger-connector-polkadot/src/test/rust/ink/flipper/Cargo.toml index 22c31bcebd..b50ace5b39 100755 --- a/packages/cactus-plugin-ledger-connector-polkadot/src/test/rust/ink/flipper/Cargo.toml +++ b/packages/cactus-plugin-ledger-connector-polkadot/src/test/rust/ink/flipper/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flipper" -version = "2.0.0-rc.6" +version = "2.0.0-rc.7" authors = ["[your_name] <[your_email]>"] edition = "2021" diff --git a/packages/cactus-plugin-ledger-connector-sawtooth/package.json b/packages/cactus-plugin-ledger-connector-sawtooth/package.json index 9a0ecb3f1b..e9afae5057 100644 --- a/packages/cactus-plugin-ledger-connector-sawtooth/package.json +++ b/packages/cactus-plugin-ledger-connector-sawtooth/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-ledger-connector-sawtooth", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "description": "Allows Cactus nodes to connect to a Sawtooth ledger.", "keywords": [ "Hyperledger", @@ -56,16 +56,16 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-rc.6", - "@hyperledger/cactus-core": "2.0.0-rc.6", - "@hyperledger/cactus-core-api": "2.0.0-rc.6", + "@hyperledger/cactus-common": "2.0.0-rc.7", + "@hyperledger/cactus-core": "2.0.0-rc.7", + "@hyperledger/cactus-core-api": "2.0.0-rc.7", "axios": "1.7.7", "cbor": "9.0.1", "rxjs": "7.8.1", "socket.io-client-fixed-types": "4.5.4" }, "devDependencies": { - "@hyperledger/cactus-test-tooling": "2.0.0-rc.6", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.7", "@types/express": "4.17.21", "@types/uuid": "10.0.0", "body-parser": "1.20.3", diff --git a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/README.md b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/README.md index 696bb349ab..811edfc0e1 100644 --- a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/README.md +++ b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/README.md @@ -5,7 +5,7 @@ Can perform basic tasks on a Sawtooth ledger ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. -- API version: 2.0.0-rc.6 +- API version: 2.0.0-rc.7 - Package version: 1.0.0 - Build package: org.openapitools.codegen.languages.GoClientCodegen diff --git a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/api/openapi.yaml b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/api/openapi.yaml index cfba540e9f..5b81ee8ac2 100644 --- a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/api/openapi.yaml +++ b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/api/openapi.yaml @@ -5,7 +5,7 @@ info: name: Apache-2.0 url: https://www.apache.org/licenses/LICENSE-2.0.html title: Hyperledger Cacti Plugin - Connector Sawtooth - version: 2.0.0-rc.6 + version: 2.0.0-rc.7 servers: - url: / paths: diff --git a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/api_default.go b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/api_default.go index f89b342700..6e3fd447dc 100644 --- a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/api_default.go +++ b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/api_default.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Sawtooth Can perform basic tasks on a Sawtooth ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/client.go b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/client.go index 20eeb60348..8d7bf56d8f 100644 --- a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/client.go +++ b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/client.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Sawtooth Can perform basic tasks on a Sawtooth ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. @@ -41,7 +41,7 @@ var ( queryDescape = strings.NewReplacer( "%5B", "[", "%5D", "]" ) ) -// APIClient manages communication with the Hyperledger Cacti Plugin - Connector Sawtooth API v2.0.0-rc.6 +// APIClient manages communication with the Hyperledger Cacti Plugin - Connector Sawtooth API v2.0.0-rc.7 // In most cases there should be only one, shared, APIClient. type APIClient struct { cfg *Configuration diff --git a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/configuration.go b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/configuration.go index e849f8f35e..9651272024 100644 --- a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/configuration.go +++ b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/configuration.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Sawtooth Can perform basic tasks on a Sawtooth ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_cacti_transaction_v1.go b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_cacti_transaction_v1.go index 70df6ca931..a3061e7cf8 100644 --- a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_cacti_transaction_v1.go +++ b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_cacti_transaction_v1.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Sawtooth Can perform basic tasks on a Sawtooth ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_cacti_transaction_v1_all_of.go b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_cacti_transaction_v1_all_of.go index 28a5f3ff77..0d1b93447c 100644 --- a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_cacti_transaction_v1_all_of.go +++ b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_cacti_transaction_v1_all_of.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Sawtooth Can perform basic tasks on a Sawtooth ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_error_exception_response_v1.go b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_error_exception_response_v1.go index 44a60412f8..4e2be516ed 100644 --- a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_error_exception_response_v1.go +++ b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_error_exception_response_v1.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Sawtooth Can perform basic tasks on a Sawtooth ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_sawtooth_batch_header_v1.go b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_sawtooth_batch_header_v1.go index 65a365efbc..000a785a00 100644 --- a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_sawtooth_batch_header_v1.go +++ b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_sawtooth_batch_header_v1.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Sawtooth Can perform basic tasks on a Sawtooth ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_sawtooth_batch_v1.go b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_sawtooth_batch_v1.go index 5f89e2e872..fb230c88b0 100644 --- a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_sawtooth_batch_v1.go +++ b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_sawtooth_batch_v1.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Sawtooth Can perform basic tasks on a Sawtooth ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_sawtooth_block_header_v1.go b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_sawtooth_block_header_v1.go index 49dd5e515b..f50afdf1cf 100644 --- a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_sawtooth_block_header_v1.go +++ b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_sawtooth_block_header_v1.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Sawtooth Can perform basic tasks on a Sawtooth ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_sawtooth_block_v1.go b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_sawtooth_block_v1.go index 63d559967f..6e2aaf99b4 100644 --- a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_sawtooth_block_v1.go +++ b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_sawtooth_block_v1.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Sawtooth Can perform basic tasks on a Sawtooth ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_sawtooth_transaction_header_v1.go b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_sawtooth_transaction_header_v1.go index 814e5c9e1c..39bbfa3ad5 100644 --- a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_sawtooth_transaction_header_v1.go +++ b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_sawtooth_transaction_header_v1.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Sawtooth Can perform basic tasks on a Sawtooth ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_sawtooth_transaction_v1.go b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_sawtooth_transaction_v1.go index 0d176e318e..954276debc 100644 --- a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_sawtooth_transaction_v1.go +++ b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_sawtooth_transaction_v1.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Sawtooth Can perform basic tasks on a Sawtooth ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_status_response_v1.go b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_status_response_v1.go index 11093678c7..ca8d810478 100644 --- a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_status_response_v1.go +++ b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_status_response_v1.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Sawtooth Can perform basic tasks on a Sawtooth ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_watch_blocks_v1.go b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_watch_blocks_v1.go index 41f7d96273..0fcf72d3db 100644 --- a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_watch_blocks_v1.go +++ b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_watch_blocks_v1.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Sawtooth Can perform basic tasks on a Sawtooth ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_watch_blocks_v1_cacti_transactions_response.go b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_watch_blocks_v1_cacti_transactions_response.go index 36879aa607..008fe37067 100644 --- a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_watch_blocks_v1_cacti_transactions_response.go +++ b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_watch_blocks_v1_cacti_transactions_response.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Sawtooth Can perform basic tasks on a Sawtooth ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_watch_blocks_v1_full_response.go b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_watch_blocks_v1_full_response.go index 4380e6143d..563b1975c3 100644 --- a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_watch_blocks_v1_full_response.go +++ b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_watch_blocks_v1_full_response.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Sawtooth Can perform basic tasks on a Sawtooth ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_watch_blocks_v1_listener_type.go b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_watch_blocks_v1_listener_type.go index 30532d1939..a519190075 100644 --- a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_watch_blocks_v1_listener_type.go +++ b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_watch_blocks_v1_listener_type.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Sawtooth Can perform basic tasks on a Sawtooth ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_watch_blocks_v1_options.go b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_watch_blocks_v1_options.go index f7257fd9e1..27cc5a5fce 100644 --- a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_watch_blocks_v1_options.go +++ b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_watch_blocks_v1_options.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Sawtooth Can perform basic tasks on a Sawtooth ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_watch_blocks_v1_progress.go b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_watch_blocks_v1_progress.go index 4132aebf10..ea4f09c25e 100644 --- a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_watch_blocks_v1_progress.go +++ b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_watch_blocks_v1_progress.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Sawtooth Can perform basic tasks on a Sawtooth ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_watch_blocks_v1_transaction_filter.go b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_watch_blocks_v1_transaction_filter.go index 00971bfdb5..c65b09f69e 100644 --- a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_watch_blocks_v1_transaction_filter.go +++ b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/model_watch_blocks_v1_transaction_filter.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Sawtooth Can perform basic tasks on a Sawtooth ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/response.go b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/response.go index 622feaa4b8..1e051f7032 100644 --- a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/response.go +++ b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/response.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Sawtooth Can perform basic tasks on a Sawtooth ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/utils.go b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/utils.go index a04eeca825..16342ade08 100644 --- a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/utils.go +++ b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/go/generated/openapi/go-client/utils.go @@ -3,7 +3,7 @@ Hyperledger Cacti Plugin - Connector Sawtooth Can perform basic tasks on a Sawtooth ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/json/openapi.json b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/json/openapi.json index 99f98f1c03..58be07f179 100644 --- a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/json/openapi.json +++ b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/json/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cacti Plugin - Connector Sawtooth", "description": "Can perform basic tasks on a Sawtooth ledger", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/json/openapi.tpl.json b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/json/openapi.tpl.json index 99f98f1c03..58be07f179 100644 --- a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/json/openapi.tpl.json +++ b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/json/openapi.tpl.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cacti Plugin - Connector Sawtooth", "description": "Can perform basic tasks on a Sawtooth ledger", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/typescript/generated/openapi/typescript-axios/api.ts b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/typescript/generated/openapi/typescript-axios/api.ts index d112eeb703..49caf3259b 100644 --- a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/typescript/generated/openapi/typescript-axios/api.ts +++ b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/typescript/generated/openapi/typescript-axios/api.ts @@ -4,7 +4,7 @@ * Hyperledger Cacti Plugin - Connector Sawtooth * Can perform basic tasks on a Sawtooth ledger * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/typescript/generated/openapi/typescript-axios/base.ts b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/typescript/generated/openapi/typescript-axios/base.ts index bbe874faca..d2a7baafc0 100644 --- a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/typescript/generated/openapi/typescript-axios/base.ts +++ b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/typescript/generated/openapi/typescript-axios/base.ts @@ -4,7 +4,7 @@ * Hyperledger Cacti Plugin - Connector Sawtooth * Can perform basic tasks on a Sawtooth ledger * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/typescript/generated/openapi/typescript-axios/common.ts b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/typescript/generated/openapi/typescript-axios/common.ts index a235595c22..a1ac44bce5 100644 --- a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/typescript/generated/openapi/typescript-axios/common.ts +++ b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/typescript/generated/openapi/typescript-axios/common.ts @@ -4,7 +4,7 @@ * Hyperledger Cacti Plugin - Connector Sawtooth * Can perform basic tasks on a Sawtooth ledger * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/typescript/generated/openapi/typescript-axios/configuration.ts b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/typescript/generated/openapi/typescript-axios/configuration.ts index 698123fdde..7b90768dcf 100644 --- a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/typescript/generated/openapi/typescript-axios/configuration.ts +++ b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/typescript/generated/openapi/typescript-axios/configuration.ts @@ -4,7 +4,7 @@ * Hyperledger Cacti Plugin - Connector Sawtooth * Can perform basic tasks on a Sawtooth ledger * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/typescript/generated/openapi/typescript-axios/index.ts b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/typescript/generated/openapi/typescript-axios/index.ts index eed350bad9..12b66caf8d 100644 --- a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/typescript/generated/openapi/typescript-axios/index.ts +++ b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/typescript/generated/openapi/typescript-axios/index.ts @@ -4,7 +4,7 @@ * Hyperledger Cacti Plugin - Connector Sawtooth * Can perform basic tasks on a Sawtooth ledger * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-xdai/package.json b/packages/cactus-plugin-ledger-connector-xdai/package.json index 0d520b0a8b..86e6384b5b 100644 --- a/packages/cactus-plugin-ledger-connector-xdai/package.json +++ b/packages/cactus-plugin-ledger-connector-xdai/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-ledger-connector-xdai", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "description": "Allows Cactus nodes to connect to a Xdai ledger.", "keywords": [ "Hyperledger", @@ -55,9 +55,9 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-rc.6", - "@hyperledger/cactus-core": "2.0.0-rc.6", - "@hyperledger/cactus-core-api": "2.0.0-rc.6", + "@hyperledger/cactus-common": "2.0.0-rc.7", + "@hyperledger/cactus-core": "2.0.0-rc.7", + "@hyperledger/cactus-core-api": "2.0.0-rc.7", "axios": "1.7.7", "express": "4.20.0", "joi": "17.13.3", @@ -71,8 +71,8 @@ "web3-utils": "1.6.1" }, "devDependencies": { - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.6", - "@hyperledger/cactus-test-tooling": "2.0.0-rc.6", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.7", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.7", "@types/body-parser": "1.19.4", "@types/express": "4.17.21", "body-parser": "1.20.3", diff --git a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/README.md b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/README.md index c5d28d536b..8f2886d367 100644 --- a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/README.md +++ b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/README.md @@ -5,7 +5,7 @@ Can perform basic tasks on a Xdai ledger ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. -- API version: 2.0.0-rc.6 +- API version: 2.0.0-rc.7 - Package version: 1.0.0 - Build package: org.openapitools.codegen.languages.GoClientCodegen diff --git a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/api/openapi.yaml b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/api/openapi.yaml index 7f9660b678..0b844ed98b 100644 --- a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/api/openapi.yaml +++ b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/api/openapi.yaml @@ -5,7 +5,7 @@ info: name: Apache-2.0 url: https://www.apache.org/licenses/LICENSE-2.0.html title: Hyperledger Cactus Plugin - Connector Xdai - version: 2.0.0-rc.6 + version: 2.0.0-rc.7 servers: - url: / paths: diff --git a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/api_default.go b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/api_default.go index 7a198c7a05..57ca18bf33 100644 --- a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/api_default.go +++ b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/api_default.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Xdai Can perform basic tasks on a Xdai ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/client.go b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/client.go index a525b511dc..11e9fc0dc3 100644 --- a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/client.go +++ b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/client.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Xdai Can perform basic tasks on a Xdai ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. @@ -41,7 +41,7 @@ var ( queryDescape = strings.NewReplacer( "%5B", "[", "%5D", "]" ) ) -// APIClient manages communication with the Hyperledger Cactus Plugin - Connector Xdai API v2.0.0-rc.6 +// APIClient manages communication with the Hyperledger Cactus Plugin - Connector Xdai API v2.0.0-rc.7 // In most cases there should be only one, shared, APIClient. type APIClient struct { cfg *Configuration diff --git a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/configuration.go b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/configuration.go index 4e1b32a780..4de7320e01 100644 --- a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/configuration.go +++ b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/configuration.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Xdai Can perform basic tasks on a Xdai ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_consistency_strategy.go b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_consistency_strategy.go index 1a978a33e8..e21179c4e1 100644 --- a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_consistency_strategy.go +++ b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_consistency_strategy.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Xdai Can perform basic tasks on a Xdai ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_contract_json.go b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_contract_json.go index f5553dc752..f3bf9bdfc6 100644 --- a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_contract_json.go +++ b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_contract_json.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Xdai Can perform basic tasks on a Xdai ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_deploy_contract_json_object_v1_request.go b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_deploy_contract_json_object_v1_request.go index 775da1c766..11ef221603 100644 --- a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_deploy_contract_json_object_v1_request.go +++ b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_deploy_contract_json_object_v1_request.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Xdai Can perform basic tasks on a Xdai ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_deploy_contract_v1_request.go b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_deploy_contract_v1_request.go index 6521eb0f3b..3e1e7c03ef 100644 --- a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_deploy_contract_v1_request.go +++ b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_deploy_contract_v1_request.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Xdai Can perform basic tasks on a Xdai ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_deploy_contract_v1_response.go b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_deploy_contract_v1_response.go index 8d50182898..5bc8c95d22 100644 --- a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_deploy_contract_v1_response.go +++ b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_deploy_contract_v1_response.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Xdai Can perform basic tasks on a Xdai ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_deploy_request_base_v1.go b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_deploy_request_base_v1.go index 15cbefb0db..25612cc4a4 100644 --- a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_deploy_request_base_v1.go +++ b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_deploy_request_base_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Xdai Can perform basic tasks on a Xdai ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_eth_contract_invocation_type.go b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_eth_contract_invocation_type.go index d4188da485..d0e9341faa 100644 --- a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_eth_contract_invocation_type.go +++ b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_eth_contract_invocation_type.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Xdai Can perform basic tasks on a Xdai ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_invoke_contract_json_object_v1_request.go b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_invoke_contract_json_object_v1_request.go index 1ec9a14c7f..68223c9253 100644 --- a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_invoke_contract_json_object_v1_request.go +++ b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_invoke_contract_json_object_v1_request.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Xdai Can perform basic tasks on a Xdai ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_invoke_contract_v1_request.go b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_invoke_contract_v1_request.go index f4d3ff7236..801a7a0b5b 100644 --- a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_invoke_contract_v1_request.go +++ b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_invoke_contract_v1_request.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Xdai Can perform basic tasks on a Xdai ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_invoke_contract_v1_response.go b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_invoke_contract_v1_response.go index 3406cbb6ef..13240902f4 100644 --- a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_invoke_contract_v1_response.go +++ b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_invoke_contract_v1_response.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Xdai Can perform basic tasks on a Xdai ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_invoke_request_base_v1.go b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_invoke_request_base_v1.go index b458413113..7a3a49fc95 100644 --- a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_invoke_request_base_v1.go +++ b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_invoke_request_base_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Xdai Can perform basic tasks on a Xdai ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_receipt_type.go b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_receipt_type.go index dde0aa35b7..b964605a1c 100644 --- a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_receipt_type.go +++ b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_receipt_type.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Xdai Can perform basic tasks on a Xdai ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_run_transaction_v1_request.go b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_run_transaction_v1_request.go index 72500ccc7e..df4319a05b 100644 --- a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_run_transaction_v1_request.go +++ b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_run_transaction_v1_request.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Xdai Can perform basic tasks on a Xdai ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_run_transaction_v1_response.go b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_run_transaction_v1_response.go index 2cb2f72984..65f8f53044 100644 --- a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_run_transaction_v1_response.go +++ b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_run_transaction_v1_response.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Xdai Can perform basic tasks on a Xdai ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_solidity_contract_json_artifact.go b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_solidity_contract_json_artifact.go index 13723bf941..8bf8761839 100644 --- a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_solidity_contract_json_artifact.go +++ b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_solidity_contract_json_artifact.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Xdai Can perform basic tasks on a Xdai ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_solidity_contract_json_artifact_compiler.go b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_solidity_contract_json_artifact_compiler.go index 8b63b3eb54..2c3bc8b0a8 100644 --- a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_solidity_contract_json_artifact_compiler.go +++ b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_solidity_contract_json_artifact_compiler.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Xdai Can perform basic tasks on a Xdai ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_solidity_contract_json_artifact_gas_estimates.go b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_solidity_contract_json_artifact_gas_estimates.go index 0c69cc6bf2..4f92311488 100644 --- a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_solidity_contract_json_artifact_gas_estimates.go +++ b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_solidity_contract_json_artifact_gas_estimates.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Xdai Can perform basic tasks on a Xdai ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_solidity_contract_json_artifact_gas_estimates_creation.go b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_solidity_contract_json_artifact_gas_estimates_creation.go index e37ab383c9..97cd01af53 100644 --- a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_solidity_contract_json_artifact_gas_estimates_creation.go +++ b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_solidity_contract_json_artifact_gas_estimates_creation.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Xdai Can perform basic tasks on a Xdai ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_web3_signing_credential.go b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_web3_signing_credential.go index f9e3e87e3a..6b4401514c 100644 --- a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_web3_signing_credential.go +++ b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_web3_signing_credential.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Xdai Can perform basic tasks on a Xdai ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_web3_signing_credential_cactus_keychain_ref.go b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_web3_signing_credential_cactus_keychain_ref.go index e3fc6396a3..88faba4874 100644 --- a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_web3_signing_credential_cactus_keychain_ref.go +++ b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_web3_signing_credential_cactus_keychain_ref.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Xdai Can perform basic tasks on a Xdai ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_web3_signing_credential_none.go b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_web3_signing_credential_none.go index 5764e1c196..5a7c4eb9d3 100644 --- a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_web3_signing_credential_none.go +++ b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_web3_signing_credential_none.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Xdai Can perform basic tasks on a Xdai ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_web3_signing_credential_private_key_hex.go b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_web3_signing_credential_private_key_hex.go index 5144379235..f64642d420 100644 --- a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_web3_signing_credential_private_key_hex.go +++ b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_web3_signing_credential_private_key_hex.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Xdai Can perform basic tasks on a Xdai ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_web3_signing_credential_type.go b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_web3_signing_credential_type.go index 792f8a2182..6cbb7074f9 100644 --- a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_web3_signing_credential_type.go +++ b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_web3_signing_credential_type.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Xdai Can perform basic tasks on a Xdai ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_web3_transaction_receipt.go b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_web3_transaction_receipt.go index 6366ffbb5f..eab1aecc63 100644 --- a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_web3_transaction_receipt.go +++ b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_web3_transaction_receipt.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Xdai Can perform basic tasks on a Xdai ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_xdai_transaction_config.go b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_xdai_transaction_config.go index d43fb059b7..a3a2bf6b80 100644 --- a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_xdai_transaction_config.go +++ b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_xdai_transaction_config.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Xdai Can perform basic tasks on a Xdai ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_xdai_transaction_config_from.go b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_xdai_transaction_config_from.go index 38ff47f3f7..b43d6ead90 100644 --- a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_xdai_transaction_config_from.go +++ b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_xdai_transaction_config_from.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Xdai Can perform basic tasks on a Xdai ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_xdai_transaction_config_to.go b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_xdai_transaction_config_to.go index 268f9dc0fd..aa67f96976 100644 --- a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_xdai_transaction_config_to.go +++ b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/model_xdai_transaction_config_to.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Xdai Can perform basic tasks on a Xdai ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/response.go b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/response.go index 8e0219b443..3f1d50ef98 100644 --- a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/response.go +++ b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/response.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Xdai Can perform basic tasks on a Xdai ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/utils.go b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/utils.go index 68178293bb..72b4c56ccf 100644 --- a/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/utils.go +++ b/packages/cactus-plugin-ledger-connector-xdai/src/main/go/generated/openapi/go-client/utils.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Connector Xdai Can perform basic tasks on a Xdai ledger -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-ledger-connector-xdai/src/main/json/openapi.json b/packages/cactus-plugin-ledger-connector-xdai/src/main/json/openapi.json index b7b69024aa..426a503c13 100644 --- a/packages/cactus-plugin-ledger-connector-xdai/src/main/json/openapi.json +++ b/packages/cactus-plugin-ledger-connector-xdai/src/main/json/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Plugin - Connector Xdai", "description": "Can perform basic tasks on a Xdai ledger", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-ledger-connector-xdai/src/main/json/openapi.tpl.json b/packages/cactus-plugin-ledger-connector-xdai/src/main/json/openapi.tpl.json index b7b69024aa..426a503c13 100644 --- a/packages/cactus-plugin-ledger-connector-xdai/src/main/json/openapi.tpl.json +++ b/packages/cactus-plugin-ledger-connector-xdai/src/main/json/openapi.tpl.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Plugin - Connector Xdai", "description": "Can perform basic tasks on a Xdai ledger", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-ledger-connector-xdai/src/main/typescript/generated/openapi/typescript-axios/api.ts b/packages/cactus-plugin-ledger-connector-xdai/src/main/typescript/generated/openapi/typescript-axios/api.ts index fcb44c3e7e..8ced9c6046 100644 --- a/packages/cactus-plugin-ledger-connector-xdai/src/main/typescript/generated/openapi/typescript-axios/api.ts +++ b/packages/cactus-plugin-ledger-connector-xdai/src/main/typescript/generated/openapi/typescript-axios/api.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Connector Xdai * Can perform basic tasks on a Xdai ledger * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-xdai/src/main/typescript/generated/openapi/typescript-axios/base.ts b/packages/cactus-plugin-ledger-connector-xdai/src/main/typescript/generated/openapi/typescript-axios/base.ts index 88e248c084..14b95260f4 100644 --- a/packages/cactus-plugin-ledger-connector-xdai/src/main/typescript/generated/openapi/typescript-axios/base.ts +++ b/packages/cactus-plugin-ledger-connector-xdai/src/main/typescript/generated/openapi/typescript-axios/base.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Connector Xdai * Can perform basic tasks on a Xdai ledger * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-xdai/src/main/typescript/generated/openapi/typescript-axios/common.ts b/packages/cactus-plugin-ledger-connector-xdai/src/main/typescript/generated/openapi/typescript-axios/common.ts index 19cba3ae1a..f5f48926c8 100644 --- a/packages/cactus-plugin-ledger-connector-xdai/src/main/typescript/generated/openapi/typescript-axios/common.ts +++ b/packages/cactus-plugin-ledger-connector-xdai/src/main/typescript/generated/openapi/typescript-axios/common.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Connector Xdai * Can perform basic tasks on a Xdai ledger * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-xdai/src/main/typescript/generated/openapi/typescript-axios/configuration.ts b/packages/cactus-plugin-ledger-connector-xdai/src/main/typescript/generated/openapi/typescript-axios/configuration.ts index 2234398018..bb300857bc 100644 --- a/packages/cactus-plugin-ledger-connector-xdai/src/main/typescript/generated/openapi/typescript-axios/configuration.ts +++ b/packages/cactus-plugin-ledger-connector-xdai/src/main/typescript/generated/openapi/typescript-axios/configuration.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Connector Xdai * Can perform basic tasks on a Xdai ledger * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-xdai/src/main/typescript/generated/openapi/typescript-axios/index.ts b/packages/cactus-plugin-ledger-connector-xdai/src/main/typescript/generated/openapi/typescript-axios/index.ts index e1e1094412..69d2d14c41 100644 --- a/packages/cactus-plugin-ledger-connector-xdai/src/main/typescript/generated/openapi/typescript-axios/index.ts +++ b/packages/cactus-plugin-ledger-connector-xdai/src/main/typescript/generated/openapi/typescript-axios/index.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Connector Xdai * Can perform basic tasks on a Xdai ledger * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-persistence-ethereum/package.json b/packages/cactus-plugin-persistence-ethereum/package.json index 68f8940fe5..ae09c75254 100644 --- a/packages/cactus-plugin-persistence-ethereum/package.json +++ b/packages/cactus-plugin-persistence-ethereum/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-persistence-ethereum", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "description": "Persistence plugin for Ethereum ledgers to store data into a database.", "keywords": [ "Hyperledger", @@ -62,10 +62,10 @@ }, "dependencies": { "@ethersproject/abi": "5.7.0", - "@hyperledger/cactus-common": "2.0.0-rc.6", - "@hyperledger/cactus-core": "2.0.0-rc.6", - "@hyperledger/cactus-core-api": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-ledger-connector-ethereum": "2.0.0-rc.6", + "@hyperledger/cactus-common": "2.0.0-rc.7", + "@hyperledger/cactus-core": "2.0.0-rc.7", + "@hyperledger/cactus-core-api": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-ledger-connector-ethereum": "2.0.0-rc.7", "async-mutex": "0.4.0", "axios": "1.7.7", "pg": "8.8.0", @@ -75,10 +75,10 @@ "web3-validator": "2.0.2" }, "devDependencies": { - "@hyperledger/cactus-cmd-api-server": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.6", - "@hyperledger/cactus-test-geth-ledger": "2.0.0-rc.6", - "@hyperledger/cactus-test-tooling": "2.0.0-rc.6", + "@hyperledger/cactus-cmd-api-server": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.7", + "@hyperledger/cactus-test-geth-ledger": "2.0.0-rc.7", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.7", "@openapitools/openapi-generator-cli": "2.7.0", "@types/express": "4.17.21", "@types/pg": "8.6.5", diff --git a/packages/cactus-plugin-persistence-ethereum/src/main/go/generated/openapi/go-client/README.md b/packages/cactus-plugin-persistence-ethereum/src/main/go/generated/openapi/go-client/README.md index 003b5391e0..e5918f44d3 100644 --- a/packages/cactus-plugin-persistence-ethereum/src/main/go/generated/openapi/go-client/README.md +++ b/packages/cactus-plugin-persistence-ethereum/src/main/go/generated/openapi/go-client/README.md @@ -5,7 +5,7 @@ Synchronizes state of an ethereum ledger into a DB that can later be viewed in G ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. -- API version: 2.0.0-rc.6 +- API version: 2.0.0-rc.7 - Package version: 1.0.0 - Build package: org.openapitools.codegen.languages.GoClientCodegen diff --git a/packages/cactus-plugin-persistence-ethereum/src/main/go/generated/openapi/go-client/api/openapi.yaml b/packages/cactus-plugin-persistence-ethereum/src/main/go/generated/openapi/go-client/api/openapi.yaml index cea6f80ec7..26c0f52ebc 100644 --- a/packages/cactus-plugin-persistence-ethereum/src/main/go/generated/openapi/go-client/api/openapi.yaml +++ b/packages/cactus-plugin-persistence-ethereum/src/main/go/generated/openapi/go-client/api/openapi.yaml @@ -6,7 +6,7 @@ info: name: Apache-2.0 url: https://www.apache.org/licenses/LICENSE-2.0.html title: Hyperledger Cactus Plugin - Persistence Ethereum - version: 2.0.0-rc.6 + version: 2.0.0-rc.7 servers: - url: / paths: diff --git a/packages/cactus-plugin-persistence-ethereum/src/main/go/generated/openapi/go-client/api_default.go b/packages/cactus-plugin-persistence-ethereum/src/main/go/generated/openapi/go-client/api_default.go index 716e4be963..6e01004c82 100644 --- a/packages/cactus-plugin-persistence-ethereum/src/main/go/generated/openapi/go-client/api_default.go +++ b/packages/cactus-plugin-persistence-ethereum/src/main/go/generated/openapi/go-client/api_default.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Persistence Ethereum Synchronizes state of an ethereum ledger into a DB that can later be viewed in GUI -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-persistence-ethereum/src/main/go/generated/openapi/go-client/client.go b/packages/cactus-plugin-persistence-ethereum/src/main/go/generated/openapi/go-client/client.go index 504fd11e49..038d0a890c 100644 --- a/packages/cactus-plugin-persistence-ethereum/src/main/go/generated/openapi/go-client/client.go +++ b/packages/cactus-plugin-persistence-ethereum/src/main/go/generated/openapi/go-client/client.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Persistence Ethereum Synchronizes state of an ethereum ledger into a DB that can later be viewed in GUI -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. @@ -41,7 +41,7 @@ var ( queryDescape = strings.NewReplacer( "%5B", "[", "%5D", "]" ) ) -// APIClient manages communication with the Hyperledger Cactus Plugin - Persistence Ethereum API v2.0.0-rc.6 +// APIClient manages communication with the Hyperledger Cactus Plugin - Persistence Ethereum API v2.0.0-rc.7 // In most cases there should be only one, shared, APIClient. type APIClient struct { cfg *Configuration diff --git a/packages/cactus-plugin-persistence-ethereum/src/main/go/generated/openapi/go-client/configuration.go b/packages/cactus-plugin-persistence-ethereum/src/main/go/generated/openapi/go-client/configuration.go index 494b3c4ef5..de7b64b1df 100644 --- a/packages/cactus-plugin-persistence-ethereum/src/main/go/generated/openapi/go-client/configuration.go +++ b/packages/cactus-plugin-persistence-ethereum/src/main/go/generated/openapi/go-client/configuration.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Persistence Ethereum Synchronizes state of an ethereum ledger into a DB that can later be viewed in GUI -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-persistence-ethereum/src/main/go/generated/openapi/go-client/model_error_exception_response_v1.go b/packages/cactus-plugin-persistence-ethereum/src/main/go/generated/openapi/go-client/model_error_exception_response_v1.go index ecb786d181..358f9e6f59 100644 --- a/packages/cactus-plugin-persistence-ethereum/src/main/go/generated/openapi/go-client/model_error_exception_response_v1.go +++ b/packages/cactus-plugin-persistence-ethereum/src/main/go/generated/openapi/go-client/model_error_exception_response_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Persistence Ethereum Synchronizes state of an ethereum ledger into a DB that can later be viewed in GUI -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-persistence-ethereum/src/main/go/generated/openapi/go-client/model_monitored_token.go b/packages/cactus-plugin-persistence-ethereum/src/main/go/generated/openapi/go-client/model_monitored_token.go index 1663e7251f..f112a2bd44 100644 --- a/packages/cactus-plugin-persistence-ethereum/src/main/go/generated/openapi/go-client/model_monitored_token.go +++ b/packages/cactus-plugin-persistence-ethereum/src/main/go/generated/openapi/go-client/model_monitored_token.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Persistence Ethereum Synchronizes state of an ethereum ledger into a DB that can later be viewed in GUI -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-persistence-ethereum/src/main/go/generated/openapi/go-client/model_status_response_v1.go b/packages/cactus-plugin-persistence-ethereum/src/main/go/generated/openapi/go-client/model_status_response_v1.go index 882a120d2b..ad6e528ff6 100644 --- a/packages/cactus-plugin-persistence-ethereum/src/main/go/generated/openapi/go-client/model_status_response_v1.go +++ b/packages/cactus-plugin-persistence-ethereum/src/main/go/generated/openapi/go-client/model_status_response_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Persistence Ethereum Synchronizes state of an ethereum ledger into a DB that can later be viewed in GUI -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-persistence-ethereum/src/main/go/generated/openapi/go-client/model_token_type_v1.go b/packages/cactus-plugin-persistence-ethereum/src/main/go/generated/openapi/go-client/model_token_type_v1.go index 46e26f9d76..9c044f7baf 100644 --- a/packages/cactus-plugin-persistence-ethereum/src/main/go/generated/openapi/go-client/model_token_type_v1.go +++ b/packages/cactus-plugin-persistence-ethereum/src/main/go/generated/openapi/go-client/model_token_type_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Persistence Ethereum Synchronizes state of an ethereum ledger into a DB that can later be viewed in GUI -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-persistence-ethereum/src/main/go/generated/openapi/go-client/model_tracked_operation_v1.go b/packages/cactus-plugin-persistence-ethereum/src/main/go/generated/openapi/go-client/model_tracked_operation_v1.go index b8767809d9..dd234ab65f 100644 --- a/packages/cactus-plugin-persistence-ethereum/src/main/go/generated/openapi/go-client/model_tracked_operation_v1.go +++ b/packages/cactus-plugin-persistence-ethereum/src/main/go/generated/openapi/go-client/model_tracked_operation_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Persistence Ethereum Synchronizes state of an ethereum ledger into a DB that can later be viewed in GUI -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-persistence-ethereum/src/main/go/generated/openapi/go-client/response.go b/packages/cactus-plugin-persistence-ethereum/src/main/go/generated/openapi/go-client/response.go index 174395bbbb..b6aa1079fd 100644 --- a/packages/cactus-plugin-persistence-ethereum/src/main/go/generated/openapi/go-client/response.go +++ b/packages/cactus-plugin-persistence-ethereum/src/main/go/generated/openapi/go-client/response.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Persistence Ethereum Synchronizes state of an ethereum ledger into a DB that can later be viewed in GUI -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-persistence-ethereum/src/main/go/generated/openapi/go-client/utils.go b/packages/cactus-plugin-persistence-ethereum/src/main/go/generated/openapi/go-client/utils.go index 4666976bd9..c8b79bc889 100644 --- a/packages/cactus-plugin-persistence-ethereum/src/main/go/generated/openapi/go-client/utils.go +++ b/packages/cactus-plugin-persistence-ethereum/src/main/go/generated/openapi/go-client/utils.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Persistence Ethereum Synchronizes state of an ethereum ledger into a DB that can later be viewed in GUI -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-persistence-ethereum/src/main/json/openapi.json b/packages/cactus-plugin-persistence-ethereum/src/main/json/openapi.json index 76624f7d85..fce7c8d6cd 100644 --- a/packages/cactus-plugin-persistence-ethereum/src/main/json/openapi.json +++ b/packages/cactus-plugin-persistence-ethereum/src/main/json/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Plugin - Persistence Ethereum", "description": "Synchronizes state of an ethereum ledger into a DB that can later be viewed in GUI", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-persistence-ethereum/src/main/json/openapi.tpl.json b/packages/cactus-plugin-persistence-ethereum/src/main/json/openapi.tpl.json index 76624f7d85..fce7c8d6cd 100644 --- a/packages/cactus-plugin-persistence-ethereum/src/main/json/openapi.tpl.json +++ b/packages/cactus-plugin-persistence-ethereum/src/main/json/openapi.tpl.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Plugin - Persistence Ethereum", "description": "Synchronizes state of an ethereum ledger into a DB that can later be viewed in GUI", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-persistence-ethereum/src/main/typescript/generated/openapi/typescript-axios/api.ts b/packages/cactus-plugin-persistence-ethereum/src/main/typescript/generated/openapi/typescript-axios/api.ts index 18232e9aff..ab483a1b95 100644 --- a/packages/cactus-plugin-persistence-ethereum/src/main/typescript/generated/openapi/typescript-axios/api.ts +++ b/packages/cactus-plugin-persistence-ethereum/src/main/typescript/generated/openapi/typescript-axios/api.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Persistence Ethereum * Synchronizes state of an ethereum ledger into a DB that can later be viewed in GUI * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-persistence-ethereum/src/main/typescript/generated/openapi/typescript-axios/base.ts b/packages/cactus-plugin-persistence-ethereum/src/main/typescript/generated/openapi/typescript-axios/base.ts index dac70186f8..e039c48fe7 100644 --- a/packages/cactus-plugin-persistence-ethereum/src/main/typescript/generated/openapi/typescript-axios/base.ts +++ b/packages/cactus-plugin-persistence-ethereum/src/main/typescript/generated/openapi/typescript-axios/base.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Persistence Ethereum * Synchronizes state of an ethereum ledger into a DB that can later be viewed in GUI * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-persistence-ethereum/src/main/typescript/generated/openapi/typescript-axios/common.ts b/packages/cactus-plugin-persistence-ethereum/src/main/typescript/generated/openapi/typescript-axios/common.ts index a508cbae4b..8d2b3b43d5 100644 --- a/packages/cactus-plugin-persistence-ethereum/src/main/typescript/generated/openapi/typescript-axios/common.ts +++ b/packages/cactus-plugin-persistence-ethereum/src/main/typescript/generated/openapi/typescript-axios/common.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Persistence Ethereum * Synchronizes state of an ethereum ledger into a DB that can later be viewed in GUI * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-persistence-ethereum/src/main/typescript/generated/openapi/typescript-axios/configuration.ts b/packages/cactus-plugin-persistence-ethereum/src/main/typescript/generated/openapi/typescript-axios/configuration.ts index 4ee54f4bc3..554922e4e5 100644 --- a/packages/cactus-plugin-persistence-ethereum/src/main/typescript/generated/openapi/typescript-axios/configuration.ts +++ b/packages/cactus-plugin-persistence-ethereum/src/main/typescript/generated/openapi/typescript-axios/configuration.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Persistence Ethereum * Synchronizes state of an ethereum ledger into a DB that can later be viewed in GUI * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-persistence-ethereum/src/main/typescript/generated/openapi/typescript-axios/index.ts b/packages/cactus-plugin-persistence-ethereum/src/main/typescript/generated/openapi/typescript-axios/index.ts index be9924888f..71a9bea2d9 100644 --- a/packages/cactus-plugin-persistence-ethereum/src/main/typescript/generated/openapi/typescript-axios/index.ts +++ b/packages/cactus-plugin-persistence-ethereum/src/main/typescript/generated/openapi/typescript-axios/index.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Persistence Ethereum * Synchronizes state of an ethereum ledger into a DB that can later be viewed in GUI * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-persistence-fabric/package.json b/packages/cactus-plugin-persistence-fabric/package.json index 78f53aefa0..423968197c 100644 --- a/packages/cactus-plugin-persistence-fabric/package.json +++ b/packages/cactus-plugin-persistence-fabric/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-persistence-fabric", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "description": "Persistence plugin for Fabric ledgers to store data into a database.", "keywords": [ "Hyperledger", @@ -62,10 +62,10 @@ "watch": "npm-watch" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-rc.6", - "@hyperledger/cactus-core": "2.0.0-rc.6", - "@hyperledger/cactus-core-api": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-rc.6", + "@hyperledger/cactus-common": "2.0.0-rc.7", + "@hyperledger/cactus-core": "2.0.0-rc.7", + "@hyperledger/cactus-core-api": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-rc.7", "async-mutex": "0.4.0", "axios": "1.7.7", "pg": "8.8.0", @@ -73,9 +73,9 @@ "uuid": "10.0.0" }, "devDependencies": { - "@hyperledger/cactus-cmd-api-server": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.6", - "@hyperledger/cactus-test-tooling": "2.0.0-rc.6", + "@hyperledger/cactus-cmd-api-server": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.7", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.7", "@openapitools/openapi-generator-cli": "2.7.0", "@types/express": "4.17.21", "@types/pg": "8.6.5", diff --git a/packages/cactus-plugin-persistence-fabric/src/main/go/generated/openapi/go-client/README.md b/packages/cactus-plugin-persistence-fabric/src/main/go/generated/openapi/go-client/README.md index 95808d3a00..c16ce0eacb 100644 --- a/packages/cactus-plugin-persistence-fabric/src/main/go/generated/openapi/go-client/README.md +++ b/packages/cactus-plugin-persistence-fabric/src/main/go/generated/openapi/go-client/README.md @@ -5,7 +5,7 @@ Synchronizes state of an fabric ledger into a DB that can later be viewed in GUI ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. -- API version: 2.0.0-rc.6 +- API version: 2.0.0-rc.7 - Package version: 1.0.0 - Build package: org.openapitools.codegen.languages.GoClientCodegen diff --git a/packages/cactus-plugin-persistence-fabric/src/main/go/generated/openapi/go-client/api/openapi.yaml b/packages/cactus-plugin-persistence-fabric/src/main/go/generated/openapi/go-client/api/openapi.yaml index 9d75a5375e..017cf6d8d8 100644 --- a/packages/cactus-plugin-persistence-fabric/src/main/go/generated/openapi/go-client/api/openapi.yaml +++ b/packages/cactus-plugin-persistence-fabric/src/main/go/generated/openapi/go-client/api/openapi.yaml @@ -6,7 +6,7 @@ info: name: Apache-2.0 url: https://www.apache.org/licenses/LICENSE-2.0.html title: Hyperledger Cactus Plugin - Persistence Fabric - version: 2.0.0-rc.6 + version: 2.0.0-rc.7 servers: - url: / paths: diff --git a/packages/cactus-plugin-persistence-fabric/src/main/go/generated/openapi/go-client/api_default.go b/packages/cactus-plugin-persistence-fabric/src/main/go/generated/openapi/go-client/api_default.go index 0530f542d1..8356080f89 100644 --- a/packages/cactus-plugin-persistence-fabric/src/main/go/generated/openapi/go-client/api_default.go +++ b/packages/cactus-plugin-persistence-fabric/src/main/go/generated/openapi/go-client/api_default.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Persistence Fabric Synchronizes state of an fabric ledger into a DB that can later be viewed in GUI -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-persistence-fabric/src/main/go/generated/openapi/go-client/client.go b/packages/cactus-plugin-persistence-fabric/src/main/go/generated/openapi/go-client/client.go index 196f8c3d0b..f8ca9660ec 100644 --- a/packages/cactus-plugin-persistence-fabric/src/main/go/generated/openapi/go-client/client.go +++ b/packages/cactus-plugin-persistence-fabric/src/main/go/generated/openapi/go-client/client.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Persistence Fabric Synchronizes state of an fabric ledger into a DB that can later be viewed in GUI -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. @@ -41,7 +41,7 @@ var ( queryDescape = strings.NewReplacer( "%5B", "[", "%5D", "]" ) ) -// APIClient manages communication with the Hyperledger Cactus Plugin - Persistence Fabric API v2.0.0-rc.6 +// APIClient manages communication with the Hyperledger Cactus Plugin - Persistence Fabric API v2.0.0-rc.7 // In most cases there should be only one, shared, APIClient. type APIClient struct { cfg *Configuration diff --git a/packages/cactus-plugin-persistence-fabric/src/main/go/generated/openapi/go-client/configuration.go b/packages/cactus-plugin-persistence-fabric/src/main/go/generated/openapi/go-client/configuration.go index 1665bd3984..58b13b614b 100644 --- a/packages/cactus-plugin-persistence-fabric/src/main/go/generated/openapi/go-client/configuration.go +++ b/packages/cactus-plugin-persistence-fabric/src/main/go/generated/openapi/go-client/configuration.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Persistence Fabric Synchronizes state of an fabric ledger into a DB that can later be viewed in GUI -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-persistence-fabric/src/main/go/generated/openapi/go-client/model_error_exception_response_v1.go b/packages/cactus-plugin-persistence-fabric/src/main/go/generated/openapi/go-client/model_error_exception_response_v1.go index f0e96599fd..838eb56b2d 100644 --- a/packages/cactus-plugin-persistence-fabric/src/main/go/generated/openapi/go-client/model_error_exception_response_v1.go +++ b/packages/cactus-plugin-persistence-fabric/src/main/go/generated/openapi/go-client/model_error_exception_response_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Persistence Fabric Synchronizes state of an fabric ledger into a DB that can later be viewed in GUI -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-persistence-fabric/src/main/go/generated/openapi/go-client/model_status_response_v1.go b/packages/cactus-plugin-persistence-fabric/src/main/go/generated/openapi/go-client/model_status_response_v1.go index 571347aabd..727a25befe 100644 --- a/packages/cactus-plugin-persistence-fabric/src/main/go/generated/openapi/go-client/model_status_response_v1.go +++ b/packages/cactus-plugin-persistence-fabric/src/main/go/generated/openapi/go-client/model_status_response_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Persistence Fabric Synchronizes state of an fabric ledger into a DB that can later be viewed in GUI -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-persistence-fabric/src/main/go/generated/openapi/go-client/model_tracked_operation_v1.go b/packages/cactus-plugin-persistence-fabric/src/main/go/generated/openapi/go-client/model_tracked_operation_v1.go index e15ba186d0..1691466537 100644 --- a/packages/cactus-plugin-persistence-fabric/src/main/go/generated/openapi/go-client/model_tracked_operation_v1.go +++ b/packages/cactus-plugin-persistence-fabric/src/main/go/generated/openapi/go-client/model_tracked_operation_v1.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Persistence Fabric Synchronizes state of an fabric ledger into a DB that can later be viewed in GUI -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-persistence-fabric/src/main/go/generated/openapi/go-client/response.go b/packages/cactus-plugin-persistence-fabric/src/main/go/generated/openapi/go-client/response.go index 5d558135f6..83c912eed3 100644 --- a/packages/cactus-plugin-persistence-fabric/src/main/go/generated/openapi/go-client/response.go +++ b/packages/cactus-plugin-persistence-fabric/src/main/go/generated/openapi/go-client/response.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Persistence Fabric Synchronizes state of an fabric ledger into a DB that can later be viewed in GUI -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-persistence-fabric/src/main/go/generated/openapi/go-client/utils.go b/packages/cactus-plugin-persistence-fabric/src/main/go/generated/openapi/go-client/utils.go index 4370118230..cd48e3668a 100644 --- a/packages/cactus-plugin-persistence-fabric/src/main/go/generated/openapi/go-client/utils.go +++ b/packages/cactus-plugin-persistence-fabric/src/main/go/generated/openapi/go-client/utils.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Persistence Fabric Synchronizes state of an fabric ledger into a DB that can later be viewed in GUI -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-persistence-fabric/src/main/json/openapi.json b/packages/cactus-plugin-persistence-fabric/src/main/json/openapi.json index 5298523294..62d0066c91 100644 --- a/packages/cactus-plugin-persistence-fabric/src/main/json/openapi.json +++ b/packages/cactus-plugin-persistence-fabric/src/main/json/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Plugin - Persistence Fabric", "description": "Synchronizes state of an fabric ledger into a DB that can later be viewed in GUI", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-persistence-fabric/src/main/json/openapi.tpl.json b/packages/cactus-plugin-persistence-fabric/src/main/json/openapi.tpl.json index 5298523294..62d0066c91 100644 --- a/packages/cactus-plugin-persistence-fabric/src/main/json/openapi.tpl.json +++ b/packages/cactus-plugin-persistence-fabric/src/main/json/openapi.tpl.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Plugin - Persistence Fabric", "description": "Synchronizes state of an fabric ledger into a DB that can later be viewed in GUI", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-persistence-fabric/src/main/typescript/generated/openapi/typescript-axios/api.ts b/packages/cactus-plugin-persistence-fabric/src/main/typescript/generated/openapi/typescript-axios/api.ts index cf99c64a03..9bb042b9fb 100644 --- a/packages/cactus-plugin-persistence-fabric/src/main/typescript/generated/openapi/typescript-axios/api.ts +++ b/packages/cactus-plugin-persistence-fabric/src/main/typescript/generated/openapi/typescript-axios/api.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Persistence Fabric * Synchronizes state of an fabric ledger into a DB that can later be viewed in GUI * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-persistence-fabric/src/main/typescript/generated/openapi/typescript-axios/base.ts b/packages/cactus-plugin-persistence-fabric/src/main/typescript/generated/openapi/typescript-axios/base.ts index d6fed14020..9c423361d8 100644 --- a/packages/cactus-plugin-persistence-fabric/src/main/typescript/generated/openapi/typescript-axios/base.ts +++ b/packages/cactus-plugin-persistence-fabric/src/main/typescript/generated/openapi/typescript-axios/base.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Persistence Fabric * Synchronizes state of an fabric ledger into a DB that can later be viewed in GUI * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-persistence-fabric/src/main/typescript/generated/openapi/typescript-axios/common.ts b/packages/cactus-plugin-persistence-fabric/src/main/typescript/generated/openapi/typescript-axios/common.ts index 27585a8c52..fbaa256efa 100644 --- a/packages/cactus-plugin-persistence-fabric/src/main/typescript/generated/openapi/typescript-axios/common.ts +++ b/packages/cactus-plugin-persistence-fabric/src/main/typescript/generated/openapi/typescript-axios/common.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Persistence Fabric * Synchronizes state of an fabric ledger into a DB that can later be viewed in GUI * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-persistence-fabric/src/main/typescript/generated/openapi/typescript-axios/configuration.ts b/packages/cactus-plugin-persistence-fabric/src/main/typescript/generated/openapi/typescript-axios/configuration.ts index 4a39e52264..80510599f4 100644 --- a/packages/cactus-plugin-persistence-fabric/src/main/typescript/generated/openapi/typescript-axios/configuration.ts +++ b/packages/cactus-plugin-persistence-fabric/src/main/typescript/generated/openapi/typescript-axios/configuration.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Persistence Fabric * Synchronizes state of an fabric ledger into a DB that can later be viewed in GUI * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-persistence-fabric/src/main/typescript/generated/openapi/typescript-axios/index.ts b/packages/cactus-plugin-persistence-fabric/src/main/typescript/generated/openapi/typescript-axios/index.ts index 4f3e95cfc9..60b962aea8 100644 --- a/packages/cactus-plugin-persistence-fabric/src/main/typescript/generated/openapi/typescript-axios/index.ts +++ b/packages/cactus-plugin-persistence-fabric/src/main/typescript/generated/openapi/typescript-axios/index.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Persistence Fabric * Synchronizes state of an fabric ledger into a DB that can later be viewed in GUI * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-satp-hermes/package.json b/packages/cactus-plugin-satp-hermes/package.json index abd5c0e01c..162d9f791a 100644 --- a/packages/cactus-plugin-satp-hermes/package.json +++ b/packages/cactus-plugin-satp-hermes/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-satp-hermes", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "description": "Proof of concept of ODAP", "keywords": [ "Hyperledger", @@ -50,15 +50,15 @@ "watch": "npm-watch" }, "dependencies": { - "@hyperledger/cactus-cmd-api-server": "2.0.0-rc.6", - "@hyperledger/cactus-common": "2.0.0-rc.6", - "@hyperledger/cactus-core": "2.0.0-rc.6", - "@hyperledger/cactus-core-api": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-object-store-ipfs": "2.0.0-rc.6", - "@hyperledger/cactus-test-tooling": "2.0.0-rc.6", + "@hyperledger/cactus-cmd-api-server": "2.0.0-rc.7", + "@hyperledger/cactus-common": "2.0.0-rc.7", + "@hyperledger/cactus-core": "2.0.0-rc.7", + "@hyperledger/cactus-core-api": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-object-store-ipfs": "2.0.0-rc.7", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.7", "axios": "1.7.7", "crypto-js": "4.2.0", "fs-extra": "11.2.0", diff --git a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/README.md b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/README.md index 910ca9b47d..9217acb078 100644 --- a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/README.md +++ b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/README.md @@ -5,7 +5,7 @@ Implementation for Odap and Hermes ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. -- API version: 2.0.0-rc.6 +- API version: 2.0.0-rc.7 - Package version: 1.0.0 - Build package: org.openapitools.codegen.languages.GoClientCodegen diff --git a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/api/openapi.yaml b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/api/openapi.yaml index 93ae673727..b3b2afde1a 100644 --- a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/api/openapi.yaml +++ b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/api/openapi.yaml @@ -5,7 +5,7 @@ info: name: Apache-2.0 url: https://www.apache.org/licenses/LICENSE-2.0.html title: Hyperledger Cactus Plugin - Odap Hermes - version: 2.0.0-rc.6 + version: 2.0.0-rc.7 servers: - url: / paths: diff --git a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/api_default.go b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/api_default.go index baff63bdc5..333738a5bd 100644 --- a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/api_default.go +++ b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/api_default.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Odap Hermes Implementation for Odap and Hermes -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/client.go b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/client.go index 39703fd6dd..e706a95090 100644 --- a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/client.go +++ b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/client.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Odap Hermes Implementation for Odap and Hermes -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. @@ -41,7 +41,7 @@ var ( queryDescape = strings.NewReplacer( "%5B", "[", "%5D", "]" ) ) -// APIClient manages communication with the Hyperledger Cactus Plugin - Odap Hermes API v2.0.0-rc.6 +// APIClient manages communication with the Hyperledger Cactus Plugin - Odap Hermes API v2.0.0-rc.7 // In most cases there should be only one, shared, APIClient. type APIClient struct { cfg *Configuration diff --git a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/configuration.go b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/configuration.go index ddafa32217..3727195d4b 100644 --- a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/configuration.go +++ b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/configuration.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Odap Hermes Implementation for Odap and Hermes -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_asset_profile.go b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_asset_profile.go index a5a0bd2734..cafa14fb45 100644 --- a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_asset_profile.go +++ b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_asset_profile.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Odap Hermes Implementation for Odap and Hermes -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_client_v1_request.go b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_client_v1_request.go index ea3a61cc26..04b36c9b16 100644 --- a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_client_v1_request.go +++ b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_client_v1_request.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Odap Hermes Implementation for Odap and Hermes -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_client_v1_request_client_gateway_configuration.go b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_client_v1_request_client_gateway_configuration.go index 71f4612dcd..6e20d281fb 100644 --- a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_client_v1_request_client_gateway_configuration.go +++ b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_client_v1_request_client_gateway_configuration.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Odap Hermes Implementation for Odap and Hermes -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_commit_final_v1_request.go b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_commit_final_v1_request.go index bbe63e9f2a..dd3dbfbcaf 100644 --- a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_commit_final_v1_request.go +++ b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_commit_final_v1_request.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Odap Hermes Implementation for Odap and Hermes -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_commit_final_v1_response.go b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_commit_final_v1_response.go index 7e64ae51e9..90dd9df510 100644 --- a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_commit_final_v1_response.go +++ b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_commit_final_v1_response.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Odap Hermes Implementation for Odap and Hermes -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_commit_preparation_v1_request.go b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_commit_preparation_v1_request.go index 84f0719fb1..9e8bbf5378 100644 --- a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_commit_preparation_v1_request.go +++ b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_commit_preparation_v1_request.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Odap Hermes Implementation for Odap and Hermes -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_commit_preparation_v1_response.go b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_commit_preparation_v1_response.go index c9e0b06fe0..c9e2326822 100644 --- a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_commit_preparation_v1_response.go +++ b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_commit_preparation_v1_response.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Odap Hermes Implementation for Odap and Hermes -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_credential_profile.go b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_credential_profile.go index ae23ee0490..b8ef8e66d7 100644 --- a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_credential_profile.go +++ b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_credential_profile.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Odap Hermes Implementation for Odap and Hermes -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_history.go b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_history.go index aec964186f..e53a3f0ff1 100644 --- a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_history.go +++ b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_history.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Odap Hermes Implementation for Odap and Hermes -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_local_log.go b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_local_log.go index c185d692c1..01942f8df6 100644 --- a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_local_log.go +++ b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_local_log.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Odap Hermes Implementation for Odap and Hermes -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_lock_evidence_v1_request.go b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_lock_evidence_v1_request.go index 41bcaef492..2991758b3e 100644 --- a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_lock_evidence_v1_request.go +++ b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_lock_evidence_v1_request.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Odap Hermes Implementation for Odap and Hermes -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_lock_evidence_v1_response.go b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_lock_evidence_v1_response.go index e1f3cf00f1..352ba1be74 100644 --- a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_lock_evidence_v1_response.go +++ b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_lock_evidence_v1_response.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Odap Hermes Implementation for Odap and Hermes -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_payload_profile.go b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_payload_profile.go index 373f44e323..229c325ca1 100644 --- a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_payload_profile.go +++ b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_payload_profile.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Odap Hermes Implementation for Odap and Hermes -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_recover_success_v1_message.go b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_recover_success_v1_message.go index 5d288f1975..6c9f1900c8 100644 --- a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_recover_success_v1_message.go +++ b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_recover_success_v1_message.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Odap Hermes Implementation for Odap and Hermes -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_recover_update_ack_v1_message.go b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_recover_update_ack_v1_message.go index 43e2e18d84..db52fe6adc 100644 --- a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_recover_update_ack_v1_message.go +++ b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_recover_update_ack_v1_message.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Odap Hermes Implementation for Odap and Hermes -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_recover_update_v1_message.go b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_recover_update_v1_message.go index 7b808f1849..5566cf59c6 100644 --- a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_recover_update_v1_message.go +++ b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_recover_update_v1_message.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Odap Hermes Implementation for Odap and Hermes -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_recover_v1_message.go b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_recover_v1_message.go index 51cab73226..f1768938da 100644 --- a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_recover_v1_message.go +++ b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_recover_v1_message.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Odap Hermes Implementation for Odap and Hermes -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_rollback_ack_v1_message.go b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_rollback_ack_v1_message.go index 8b57a3a7e1..4eb3db632d 100644 --- a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_rollback_ack_v1_message.go +++ b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_rollback_ack_v1_message.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Odap Hermes Implementation for Odap and Hermes -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_rollback_v1_message.go b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_rollback_v1_message.go index 5f693c2863..1a6c024e98 100644 --- a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_rollback_v1_message.go +++ b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_rollback_v1_message.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Odap Hermes Implementation for Odap and Hermes -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_satp_message.go b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_satp_message.go index 8e138b516d..a4f8c83507 100644 --- a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_satp_message.go +++ b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_satp_message.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Odap Hermes Implementation for Odap and Hermes -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_satp_message_action_response.go b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_satp_message_action_response.go index 8ed1762559..19bdbdc7ea 100644 --- a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_satp_message_action_response.go +++ b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_satp_message_action_response.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Odap Hermes Implementation for Odap and Hermes -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_session_data.go b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_session_data.go index 4a7bcdee6e..d7a8369920 100644 --- a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_session_data.go +++ b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_session_data.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Odap Hermes Implementation for Odap and Hermes -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_transfer_commence_v1_request.go b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_transfer_commence_v1_request.go index d81f43cc7c..af71912e2b 100644 --- a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_transfer_commence_v1_request.go +++ b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_transfer_commence_v1_request.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Odap Hermes Implementation for Odap and Hermes -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_transfer_commence_v1_response.go b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_transfer_commence_v1_response.go index f70f93631c..9de70949a3 100644 --- a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_transfer_commence_v1_response.go +++ b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_transfer_commence_v1_response.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Odap Hermes Implementation for Odap and Hermes -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_transfer_complete_v1_request.go b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_transfer_complete_v1_request.go index 0022327dc9..acd744c626 100644 --- a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_transfer_complete_v1_request.go +++ b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_transfer_complete_v1_request.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Odap Hermes Implementation for Odap and Hermes -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_transfer_initialization_v1_request.go b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_transfer_initialization_v1_request.go index 0366335e51..ce073fb242 100644 --- a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_transfer_initialization_v1_request.go +++ b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_transfer_initialization_v1_request.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Odap Hermes Implementation for Odap and Hermes -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_transfer_initialization_v1_response.go b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_transfer_initialization_v1_response.go index 62eb0ddd0b..d5440bf655 100644 --- a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_transfer_initialization_v1_response.go +++ b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/model_transfer_initialization_v1_response.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Odap Hermes Implementation for Odap and Hermes -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/response.go b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/response.go index d1054d64ca..d68c3dcc36 100644 --- a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/response.go +++ b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/response.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Odap Hermes Implementation for Odap and Hermes -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/utils.go b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/utils.go index 2cac1704b2..6959f1876a 100644 --- a/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/utils.go +++ b/packages/cactus-plugin-satp-hermes/src/main/go/generated/openapi/go-client/utils.go @@ -3,7 +3,7 @@ Hyperledger Cactus Plugin - Odap Hermes Implementation for Odap and Hermes -API version: 2.0.0-rc.6 +API version: 2.0.0-rc.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/packages/cactus-plugin-satp-hermes/src/main/json/openapi.json b/packages/cactus-plugin-satp-hermes/src/main/json/openapi.json index 325c3cb8b8..331a217860 100644 --- a/packages/cactus-plugin-satp-hermes/src/main/json/openapi.json +++ b/packages/cactus-plugin-satp-hermes/src/main/json/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Plugin - Odap Hermes", "description": "Implementation for Odap and Hermes", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-satp-hermes/src/main/json/openapi.tpl.json b/packages/cactus-plugin-satp-hermes/src/main/json/openapi.tpl.json index 325c3cb8b8..331a217860 100644 --- a/packages/cactus-plugin-satp-hermes/src/main/json/openapi.tpl.json +++ b/packages/cactus-plugin-satp-hermes/src/main/json/openapi.tpl.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Plugin - Odap Hermes", "description": "Implementation for Odap and Hermes", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-satp-hermes/src/main/kotlin/generated/openapi/kotlin-client/README.md b/packages/cactus-plugin-satp-hermes/src/main/kotlin/generated/openapi/kotlin-client/README.md index 947cb30861..74125e8632 100644 --- a/packages/cactus-plugin-satp-hermes/src/main/kotlin/generated/openapi/kotlin-client/README.md +++ b/packages/cactus-plugin-satp-hermes/src/main/kotlin/generated/openapi/kotlin-client/README.md @@ -5,7 +5,7 @@ Implementation for Odap and Hermes ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [openapi-spec](https://github.com/OAI/OpenAPI-Specification) from a remote server, you can easily generate an API client. -- API version: 2.0.0-rc.6 +- API version: 2.0.0-rc.7 - Package version: - Build package: org.openapitools.codegen.languages.KotlinClientCodegen diff --git a/packages/cactus-plugin-satp-hermes/src/main/typescript/generated/openapi/typescript-axios/api.ts b/packages/cactus-plugin-satp-hermes/src/main/typescript/generated/openapi/typescript-axios/api.ts index 75b03c889e..40d29e10a5 100644 --- a/packages/cactus-plugin-satp-hermes/src/main/typescript/generated/openapi/typescript-axios/api.ts +++ b/packages/cactus-plugin-satp-hermes/src/main/typescript/generated/openapi/typescript-axios/api.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Odap Hermes * Implementation for Odap and Hermes * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-satp-hermes/src/main/typescript/generated/openapi/typescript-axios/base.ts b/packages/cactus-plugin-satp-hermes/src/main/typescript/generated/openapi/typescript-axios/base.ts index a72800b936..a6767e6dda 100644 --- a/packages/cactus-plugin-satp-hermes/src/main/typescript/generated/openapi/typescript-axios/base.ts +++ b/packages/cactus-plugin-satp-hermes/src/main/typescript/generated/openapi/typescript-axios/base.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Odap Hermes * Implementation for Odap and Hermes * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-satp-hermes/src/main/typescript/generated/openapi/typescript-axios/common.ts b/packages/cactus-plugin-satp-hermes/src/main/typescript/generated/openapi/typescript-axios/common.ts index ab5f4e28d1..ba78cb5588 100644 --- a/packages/cactus-plugin-satp-hermes/src/main/typescript/generated/openapi/typescript-axios/common.ts +++ b/packages/cactus-plugin-satp-hermes/src/main/typescript/generated/openapi/typescript-axios/common.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Odap Hermes * Implementation for Odap and Hermes * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-satp-hermes/src/main/typescript/generated/openapi/typescript-axios/configuration.ts b/packages/cactus-plugin-satp-hermes/src/main/typescript/generated/openapi/typescript-axios/configuration.ts index dec6586ab7..cc6659457b 100644 --- a/packages/cactus-plugin-satp-hermes/src/main/typescript/generated/openapi/typescript-axios/configuration.ts +++ b/packages/cactus-plugin-satp-hermes/src/main/typescript/generated/openapi/typescript-axios/configuration.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Odap Hermes * Implementation for Odap and Hermes * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-satp-hermes/src/main/typescript/generated/openapi/typescript-axios/index.ts b/packages/cactus-plugin-satp-hermes/src/main/typescript/generated/openapi/typescript-axios/index.ts index f9f7cc5c08..625a94f25c 100644 --- a/packages/cactus-plugin-satp-hermes/src/main/typescript/generated/openapi/typescript-axios/index.ts +++ b/packages/cactus-plugin-satp-hermes/src/main/typescript/generated/openapi/typescript-axios/index.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Odap Hermes * Implementation for Odap and Hermes * - * The version of the OpenAPI document: 2.0.0-rc.6 + * The version of the OpenAPI document: 2.0.0-rc.7 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-test-api-client/package.json b/packages/cactus-test-api-client/package.json index c0dd179571..d09e4b3917 100644 --- a/packages/cactus-test-api-client/package.json +++ b/packages/cactus-test-api-client/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-test-api-client", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "description": "Integration tests for the Cactus API Client package (formerly known as the Cactus SDK package that has been renamed for to purpose of being less ambiguous)", "keywords": [ "Hyperledger", @@ -50,19 +50,19 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-api-client": "2.0.0-rc.6", - "@hyperledger/cactus-cmd-api-server": "2.0.0-rc.6", - "@hyperledger/cactus-common": "2.0.0-rc.6", - "@hyperledger/cactus-core": "2.0.0-rc.6", - "@hyperledger/cactus-core-api": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-consortium-manual": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.6", + "@hyperledger/cactus-api-client": "2.0.0-rc.7", + "@hyperledger/cactus-cmd-api-server": "2.0.0-rc.7", + "@hyperledger/cactus-common": "2.0.0-rc.7", + "@hyperledger/cactus-core": "2.0.0-rc.7", + "@hyperledger/cactus-core-api": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-consortium-manual": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.7", "jose": "4.15.5", "uuid": "10.0.0", "web3": "1.6.1" }, "devDependencies": { - "@hyperledger/cactus-test-tooling": "2.0.0-rc.6", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.7", "@types/uuid": "10.0.0" }, "engines": { diff --git a/packages/cactus-test-cmd-api-server/package.json b/packages/cactus-test-cmd-api-server/package.json index 3235d5b2aa..409226c308 100644 --- a/packages/cactus-test-cmd-api-server/package.json +++ b/packages/cactus-test-cmd-api-server/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-test-cmd-api-server", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "description": "Integration tests for the Cactus API Client package (formerly known as the Cactus SDK package that has been renamed for to purpose of being less ambiguous)", "keywords": [ "Hyperledger", @@ -50,17 +50,17 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-cmd-api-server": "2.0.0-rc.6", - "@hyperledger/cactus-common": "2.0.0-rc.6", - "@hyperledger/cactus-core": "2.0.0-rc.6", - "@hyperledger/cactus-core-api": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-keychain-vault": "2.0.0-rc.6", + "@hyperledger/cactus-cmd-api-server": "2.0.0-rc.7", + "@hyperledger/cactus-common": "2.0.0-rc.7", + "@hyperledger/cactus-core": "2.0.0-rc.7", + "@hyperledger/cactus-core-api": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-keychain-vault": "2.0.0-rc.7", "express-jwt-authz": "2.4.1", "jose": "4.15.5", "uuid": "10.0.0" }, "devDependencies": { - "@hyperledger/cactus-test-tooling": "2.0.0-rc.6", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.7", "@types/uuid": "10.0.0" }, "engines": { diff --git a/packages/cactus-test-geth-ledger/package.json b/packages/cactus-test-geth-ledger/package.json index 60793358e6..d15e5e941f 100644 --- a/packages/cactus-test-geth-ledger/package.json +++ b/packages/cactus-test-geth-ledger/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-test-geth-ledger", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "description": "Helpers for running test go-ethereum ledger in test scripts.", "keywords": [ "Hyperledger", @@ -50,8 +50,8 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-rc.6", - "@hyperledger/cactus-test-tooling": "2.0.0-rc.6", + "@hyperledger/cactus-common": "2.0.0-rc.7", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.7", "dockerode": "3.3.0", "internal-ip": "6.2.0", "run-time-error-cjs": "1.4.0", diff --git a/packages/cactus-test-plugin-consortium-manual/package.json b/packages/cactus-test-plugin-consortium-manual/package.json index 798e977ee9..01598a61e2 100644 --- a/packages/cactus-test-plugin-consortium-manual/package.json +++ b/packages/cactus-test-plugin-consortium-manual/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-test-plugin-consortium-manual", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "description": "Integration tests for the manual consortium plugin using the Besu ledger and the API server.", "keywords": [ "Hyperledger", @@ -50,12 +50,12 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-cmd-api-server": "2.0.0-rc.6", - "@hyperledger/cactus-common": "2.0.0-rc.6", - "@hyperledger/cactus-core": "2.0.0-rc.6", - "@hyperledger/cactus-core-api": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-consortium-manual": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.6", + "@hyperledger/cactus-cmd-api-server": "2.0.0-rc.7", + "@hyperledger/cactus-common": "2.0.0-rc.7", + "@hyperledger/cactus-core": "2.0.0-rc.7", + "@hyperledger/cactus-core-api": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-consortium-manual": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.7", "axios": "1.7.7", "jose": "4.15.5" }, diff --git a/packages/cactus-test-plugin-htlc-eth-besu-erc20/package.json b/packages/cactus-test-plugin-htlc-eth-besu-erc20/package.json index b36fc79059..992ec97fce 100644 --- a/packages/cactus-test-plugin-htlc-eth-besu-erc20/package.json +++ b/packages/cactus-test-plugin-htlc-eth-besu-erc20/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-test-plugin-htlc-eth-besu-erc20", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "description": "Integration tests for HTLC with ERC-20 tokens plugin.", "keywords": [ "Hyperledger", @@ -50,14 +50,14 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-cmd-api-server": "2.0.0-rc.6", - "@hyperledger/cactus-common": "2.0.0-rc.6", - "@hyperledger/cactus-core": "2.0.0-rc.6", - "@hyperledger/cactus-core-api": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-htlc-eth-besu-erc20": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.6", - "@hyperledger/cactus-test-tooling": "2.0.0-rc.6", + "@hyperledger/cactus-cmd-api-server": "2.0.0-rc.7", + "@hyperledger/cactus-common": "2.0.0-rc.7", + "@hyperledger/cactus-core": "2.0.0-rc.7", + "@hyperledger/cactus-core-api": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-htlc-eth-besu-erc20": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.7", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.7", "axios": "1.7.7", "express": "4.20.0", "web3-eth-abi": "4.0.3", diff --git a/packages/cactus-test-plugin-htlc-eth-besu/package.json b/packages/cactus-test-plugin-htlc-eth-besu/package.json index 7709be709e..b389a9e48c 100644 --- a/packages/cactus-test-plugin-htlc-eth-besu/package.json +++ b/packages/cactus-test-plugin-htlc-eth-besu/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-test-plugin-htlc-eth-besu", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "description": "Integration tests for the Besu ledger and the API server.", "keywords": [ "Hyperledger", @@ -50,14 +50,14 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-cmd-api-server": "2.0.0-rc.6", - "@hyperledger/cactus-common": "2.0.0-rc.6", - "@hyperledger/cactus-core": "2.0.0-rc.6", - "@hyperledger/cactus-core-api": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-htlc-eth-besu": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.6", - "@hyperledger/cactus-test-tooling": "2.0.0-rc.6", + "@hyperledger/cactus-cmd-api-server": "2.0.0-rc.7", + "@hyperledger/cactus-common": "2.0.0-rc.7", + "@hyperledger/cactus-core": "2.0.0-rc.7", + "@hyperledger/cactus-core-api": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-htlc-eth-besu": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.7", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.7", "axios": "1.7.7", "key-encoder": "2.0.3", "web3": "1.6.1", diff --git a/packages/cactus-test-plugin-keychain-memory/package.json b/packages/cactus-test-plugin-keychain-memory/package.json index 6e4aa384b0..15a662b0a9 100644 --- a/packages/cactus-test-plugin-keychain-memory/package.json +++ b/packages/cactus-test-plugin-keychain-memory/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-test-plugin-keychain-memory", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "private": true, "description": "Tests with API server integration for the dummy keychain implementation. Private package not meant to be released.", "keywords": [ @@ -50,11 +50,11 @@ "@connectrpc/connect": "1.4.0", "@connectrpc/connect-node": "1.4.0", "@connectrpc/connect-web": "1.4.0", - "@hyperledger/cactus-cmd-api-server": "2.0.0-rc.6", - "@hyperledger/cactus-common": "2.0.0-rc.6", - "@hyperledger/cactus-core": "2.0.0-rc.6", - "@hyperledger/cactus-core-api": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.6", + "@hyperledger/cactus-cmd-api-server": "2.0.0-rc.7", + "@hyperledger/cactus-common": "2.0.0-rc.7", + "@hyperledger/cactus-core": "2.0.0-rc.7", + "@hyperledger/cactus-core-api": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.7", "express": "4.20.0", "uuid": "10.0.0" }, diff --git a/packages/cactus-test-plugin-ledger-connector-besu/package.json b/packages/cactus-test-plugin-ledger-connector-besu/package.json index 6d6471ed3e..05466cced2 100644 --- a/packages/cactus-test-plugin-ledger-connector-besu/package.json +++ b/packages/cactus-test-plugin-ledger-connector-besu/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-test-plugin-ledger-connector-besu", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "description": "Integration tests for the Besu ledger and the API server.", "keywords": [ "Hyperledger", @@ -51,14 +51,14 @@ }, "dependencies": { "@grpc/grpc-js": "1.11.2", - "@hyperledger/cactus-cmd-api-server": "2.0.0-rc.6", - "@hyperledger/cactus-common": "2.0.0-rc.6", - "@hyperledger/cactus-core": "2.0.0-rc.6", - "@hyperledger/cactus-core-api": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.6", - "@hyperledger/cactus-test-tooling": "2.0.0-rc.6", - "@hyperledger/cactus-verifier-client": "2.0.0-rc.6", + "@hyperledger/cactus-cmd-api-server": "2.0.0-rc.7", + "@hyperledger/cactus-common": "2.0.0-rc.7", + "@hyperledger/cactus-core": "2.0.0-rc.7", + "@hyperledger/cactus-core-api": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.7", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.7", + "@hyperledger/cactus-verifier-client": "2.0.0-rc.7", "key-encoder": "2.0.3", "socket.io": "4.6.2", "web3": "1.6.1", diff --git a/packages/cactus-test-plugin-ledger-connector-ethereum/package.json b/packages/cactus-test-plugin-ledger-connector-ethereum/package.json index 338fe3d005..ac9cce4582 100644 --- a/packages/cactus-test-plugin-ledger-connector-ethereum/package.json +++ b/packages/cactus-test-plugin-ledger-connector-ethereum/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-test-plugin-ledger-connector-ethereum", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "description": "Integration tests for the Ethereum ledger and the API server.", "keywords": [ "Hyperledger", @@ -50,18 +50,18 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-cmd-api-server": "2.0.0-rc.6", - "@hyperledger/cactus-common": "2.0.0-rc.6", - "@hyperledger/cactus-core": "2.0.0-rc.6", - "@hyperledger/cactus-core-api": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-ledger-connector-ethereum": "2.0.0-rc.6", - "@hyperledger/cactus-verifier-client": "2.0.0-rc.6", + "@hyperledger/cactus-cmd-api-server": "2.0.0-rc.7", + "@hyperledger/cactus-common": "2.0.0-rc.7", + "@hyperledger/cactus-core": "2.0.0-rc.7", + "@hyperledger/cactus-core-api": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-ledger-connector-ethereum": "2.0.0-rc.7", + "@hyperledger/cactus-verifier-client": "2.0.0-rc.7", "web3-eth-contract": "4.2.0" }, "devDependencies": { - "@hyperledger/cactus-test-geth-ledger": "2.0.0-rc.6", - "@hyperledger/cactus-test-tooling": "2.0.0-rc.6", + "@hyperledger/cactus-test-geth-ledger": "2.0.0-rc.7", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.7", "@types/lodash": "4.14.195", "@types/uuid": "10.0.0", "lodash": "4.17.21", diff --git a/packages/cactus-test-tooling/package.json b/packages/cactus-test-tooling/package.json index b621980c32..1ab8daaac7 100644 --- a/packages/cactus-test-tooling/package.json +++ b/packages/cactus-test-tooling/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-test-tooling", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "description": "Swiss army knife for test development. Main goal is to make pulling up test/dummy ledgers on the fly for tests easy, especially for test cases that are about simulating clean ledger state or wiped ledger state, etc.", "keywords": [ "Hyperledger", @@ -65,7 +65,7 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-rc.6", + "@hyperledger/cactus-common": "2.0.0-rc.7", "axios": "1.7.7", "compare-versions": "3.6.0", "dockerode": "3.3.0", diff --git a/packages/cactus-test-tooling/src/test/rust/fixtures/wasm-hello-world/Cargo.toml b/packages/cactus-test-tooling/src/test/rust/fixtures/wasm-hello-world/Cargo.toml index 3e8c049be2..a676639d40 100644 --- a/packages/cactus-test-tooling/src/test/rust/fixtures/wasm-hello-world/Cargo.toml +++ b/packages/cactus-test-tooling/src/test/rust/fixtures/wasm-hello-world/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hello-world" -version = "2.0.0-rc.6" +version = "2.0.0-rc.7" authors = ["Hyperledger Cactus Contributors"] edition = "2018" diff --git a/packages/cactus-test-verifier-client/package.json b/packages/cactus-test-verifier-client/package.json index c25b5a1076..c317d41fc3 100644 --- a/packages/cactus-test-verifier-client/package.json +++ b/packages/cactus-test-verifier-client/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-test-verifier-client", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "description": "Integration and stress tests for the verifier client.", "keywords": [ "Hyperledger", @@ -46,13 +46,13 @@ "stress-test-inspect": "node --expose-gc --inspect-brk --no-opt dist/lib/main/typescript/verifier-with-go-eth-stress-check.js" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-rc.6", - "@hyperledger/cactus-core": "2.0.0-rc.6", - "@hyperledger/cactus-core-api": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-ledger-connector-ethereum": "2.0.0-rc.6", - "@hyperledger/cactus-test-geth-ledger": "2.0.0-rc.6", - "@hyperledger/cactus-test-tooling": "2.0.0-rc.6", - "@hyperledger/cactus-verifier-client": "2.0.0-rc.6", + "@hyperledger/cactus-common": "2.0.0-rc.7", + "@hyperledger/cactus-core": "2.0.0-rc.7", + "@hyperledger/cactus-core-api": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-ledger-connector-ethereum": "2.0.0-rc.7", + "@hyperledger/cactus-test-geth-ledger": "2.0.0-rc.7", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.7", + "@hyperledger/cactus-verifier-client": "2.0.0-rc.7", "body-parser": "1.20.3", "express": "4.20.0", "log4js": "6.4.1", diff --git a/packages/cactus-verifier-client/package.json b/packages/cactus-verifier-client/package.json index ffec797ff1..fb09ca3198 100644 --- a/packages/cactus-verifier-client/package.json +++ b/packages/cactus-verifier-client/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-verifier-client", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "description": "Verifier cactus client library to communicate with validators through socket.io", "keywords": [ "Hyperledger", @@ -42,17 +42,17 @@ "build": "tsc" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-rc.6", - "@hyperledger/cactus-core-api": "2.0.0-rc.6" + "@hyperledger/cactus-common": "2.0.0-rc.7", + "@hyperledger/cactus-core-api": "2.0.0-rc.7" }, "devDependencies": { - "@hyperledger/cactus-api-client": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-ledger-connector-corda": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-ledger-connector-ethereum": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-ledger-connector-iroha2": "2.0.0-rc.6", - "@hyperledger/cactus-plugin-ledger-connector-sawtooth": "2.0.0-rc.6", + "@hyperledger/cactus-api-client": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-ledger-connector-corda": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-ledger-connector-ethereum": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-ledger-connector-iroha2": "2.0.0-rc.7", + "@hyperledger/cactus-plugin-ledger-connector-sawtooth": "2.0.0-rc.7", "jest-extended": "4.0.1", "rxjs": "7.8.1" }, diff --git a/weaver/common/protos-go/VERSION b/weaver/common/protos-go/VERSION index 4fd1fa113b..eb3174fda4 100644 --- a/weaver/common/protos-go/VERSION +++ b/weaver/common/protos-go/VERSION @@ -1 +1 @@ -2.0.0-rc.6 \ No newline at end of file +2.0.0-rc.7 \ No newline at end of file diff --git a/weaver/common/protos-java-kt/README.md b/weaver/common/protos-java-kt/README.md index b8410fa46c..a2a8d84f3a 100644 --- a/weaver/common/protos-java-kt/README.md +++ b/weaver/common/protos-java-kt/README.md @@ -38,6 +38,6 @@ and then follow above 4 steps. 5) Add this to your build.gradle (change the version accordingly): ``` dependencies { - compile(group: 'org.hyperledger.cacti.weaver.protos', name: 'protos-java-kt', version: "2.0.0-rc.6") + compile(group: 'org.hyperledger.cacti.weaver.protos', name: 'protos-java-kt', version: "2.0.0-rc.7") } ``` diff --git a/weaver/common/protos-java-kt/gradle.properties b/weaver/common/protos-java-kt/gradle.properties index da63bc3edb..e36ecc7e82 100644 --- a/weaver/common/protos-java-kt/gradle.properties +++ b/weaver/common/protos-java-kt/gradle.properties @@ -1,4 +1,4 @@ name=Interop Protos group=org.hyperledger.cacti.weaver.protos -version=2.0.0-rc.6 +version=2.0.0-rc.7 kotlin.incremental=false diff --git a/weaver/common/protos-js/package.json b/weaver/common/protos-js/package.json index 0b75965b10..c6f1abc123 100644 --- a/weaver/common/protos-js/package.json +++ b/weaver/common/protos-js/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cacti-weaver-protos-js", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "description": "Interop protos for Node JS (Weaver)", "keywords": [ "hyperledger", diff --git a/weaver/common/protos-rs/Cargo.toml b/weaver/common/protos-rs/Cargo.toml index ba2fe7b48e..ccc18daacb 100644 --- a/weaver/common/protos-rs/Cargo.toml +++ b/weaver/common/protos-rs/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "build-protos-rs" # Don't update this version, update the one in "pkg/Cargo.toml". -version = "2.0.0-rc.6" +version = "2.0.0-rc.7" authors = ["Peter Somogyvari ", "Sandeep Nishad ", "Sandeep Nishad DOCKER_IMAGE_NAME=ghcr.io/hyperledger/cacti-weaver-driver-corda -DOCKER_TAG=2.0.0-rc.6 +DOCKER_TAG=2.0.0-rc.7 COMPOSE_PROJECT_NAME= COMPOSE_PROJECT_NETWORK= RELAY_TLS= diff --git a/weaver/core/drivers/corda-driver/VERSION b/weaver/core/drivers/corda-driver/VERSION index 4fd1fa113b..eb3174fda4 100644 --- a/weaver/core/drivers/corda-driver/VERSION +++ b/weaver/core/drivers/corda-driver/VERSION @@ -1 +1 @@ -2.0.0-rc.6 \ No newline at end of file +2.0.0-rc.7 \ No newline at end of file diff --git a/weaver/core/drivers/corda-driver/constants.properties b/weaver/core/drivers/corda-driver/constants.properties index 6012ac9717..2a59969133 100644 --- a/weaver/core/drivers/corda-driver/constants.properties +++ b/weaver/core/drivers/corda-driver/constants.properties @@ -12,4 +12,4 @@ grpcKotlinVersion=1.4.1 coroutinesVersion=1.8.1 bcprovName=bcpkix-jdk18on bcprovVersion=1.78.1 -cactiVersion=2.0.0-rc.6 +cactiVersion=2.0.0-rc.7 diff --git a/weaver/core/drivers/corda-driver/gradle.properties b/weaver/core/drivers/corda-driver/gradle.properties index 140d31e887..817df4ede1 100644 --- a/weaver/core/drivers/corda-driver/gradle.properties +++ b/weaver/core/drivers/corda-driver/gradle.properties @@ -1,5 +1,5 @@ kotlin.code.style=official name=driver-corda group=org.hyperledger.cacti.weaver.driver.corda -version=2.0.0-rc.6 +version=2.0.0-rc.7 kotlin.incremental=false \ No newline at end of file diff --git a/weaver/core/drivers/fabric-driver/.env.docker.template b/weaver/core/drivers/fabric-driver/.env.docker.template index 4f22425f8c..e319f1946c 100644 --- a/weaver/core/drivers/fabric-driver/.env.docker.template +++ b/weaver/core/drivers/fabric-driver/.env.docker.template @@ -17,7 +17,7 @@ LEVELDB_LOCKED_RETRY_BACKOFF_MSEC= ENABLE_MONITOR= MONITOR_SYNC_PERIOD= DOCKER_IMAGE_NAME=ghcr.io/hyperledger/cacti-weaver-driver-fabric -DOCKER_TAG=2.0.0-rc.6 +DOCKER_TAG=2.0.0-rc.7 EXTERNAL_NETWORK= COMPOSE_PROJECT_NAME= COMPOSE_PROJECT_NETWORK= diff --git a/weaver/core/drivers/fabric-driver/VERSION b/weaver/core/drivers/fabric-driver/VERSION index 4fd1fa113b..eb3174fda4 100644 --- a/weaver/core/drivers/fabric-driver/VERSION +++ b/weaver/core/drivers/fabric-driver/VERSION @@ -1 +1 @@ -2.0.0-rc.6 \ No newline at end of file +2.0.0-rc.7 \ No newline at end of file diff --git a/weaver/core/drivers/fabric-driver/package-local.json b/weaver/core/drivers/fabric-driver/package-local.json index e24866b3d7..9047ae1fb1 100644 --- a/weaver/core/drivers/fabric-driver/package-local.json +++ b/weaver/core/drivers/fabric-driver/package-local.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cacti-weaver-driver-fabric", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "description": "", "repository": { "type": "git", diff --git a/weaver/core/drivers/fabric-driver/package.json b/weaver/core/drivers/fabric-driver/package.json index f157ee9925..2dc23ab747 100644 --- a/weaver/core/drivers/fabric-driver/package.json +++ b/weaver/core/drivers/fabric-driver/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cacti-weaver-driver-fabric", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "description": "", "repository": { "type": "git", @@ -20,8 +20,8 @@ "dependencies": { "@fidm/x509": "1.2.1", "@grpc/grpc-js": "1.11.2", - "@hyperledger/cacti-weaver-protos-js": "2.0.0-rc.6", - "@hyperledger/cacti-weaver-sdk-fabric": "2.0.0-rc.6", + "@hyperledger/cacti-weaver-protos-js": "2.0.0-rc.7", + "@hyperledger/cacti-weaver-sdk-fabric": "2.0.0-rc.7", "dotenv": "8.6.0", "fabric-ca-client": "2.2.20", "fabric-common": "2.2.20", diff --git a/weaver/core/identity-management/iin-agent/.env.docker.template b/weaver/core/identity-management/iin-agent/.env.docker.template index f4f37220d1..9ae3c565a1 100644 --- a/weaver/core/identity-management/iin-agent/.env.docker.template +++ b/weaver/core/identity-management/iin-agent/.env.docker.template @@ -13,7 +13,7 @@ SYNC_PERIOD= AUTO_SYNC= TLS_CREDENTIALS_DIR= DOCKER_IMAGE_NAME=ghcr.io/hyperledger/cacti-weaver-iin-agent -DOCKER_TAG=2.0.0-rc.6 +DOCKER_TAG=2.0.0-rc.7 EXTERNAL_NETWORK= COMPOSE_PROJECT_NAME= COMPOSE_PROJECT_NETWORK= diff --git a/weaver/core/identity-management/iin-agent/VERSION b/weaver/core/identity-management/iin-agent/VERSION index 4fd1fa113b..eb3174fda4 100644 --- a/weaver/core/identity-management/iin-agent/VERSION +++ b/weaver/core/identity-management/iin-agent/VERSION @@ -1 +1 @@ -2.0.0-rc.6 \ No newline at end of file +2.0.0-rc.7 \ No newline at end of file diff --git a/weaver/core/identity-management/iin-agent/package-local.json b/weaver/core/identity-management/iin-agent/package-local.json index b2448e481a..15632a9103 100644 --- a/weaver/core/identity-management/iin-agent/package-local.json +++ b/weaver/core/identity-management/iin-agent/package-local.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cacti-weaver-iin-agent", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "description": "", "repository": { "type": "git", diff --git a/weaver/core/identity-management/iin-agent/package.json b/weaver/core/identity-management/iin-agent/package.json index ec54a4cf83..aa47f63aab 100644 --- a/weaver/core/identity-management/iin-agent/package.json +++ b/weaver/core/identity-management/iin-agent/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cacti-weaver-iin-agent", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "description": "", "repository": { "type": "git", @@ -20,8 +20,8 @@ "dependencies": { "@fidm/x509": "1.2.1", "@grpc/grpc-js": "1.11.2", - "@hyperledger/cacti-weaver-protos-js": "2.0.0-rc.6", - "@hyperledger/cacti-weaver-sdk-fabric": "2.0.0-rc.6", + "@hyperledger/cacti-weaver-protos-js": "2.0.0-rc.7", + "@hyperledger/cacti-weaver-sdk-fabric": "2.0.0-rc.7", "dotenv": "8.6.0", "fabric-ca-client": "2.2.20", "fabric-common": "2.2.20", diff --git a/weaver/core/network/corda-interop-app/README.md b/weaver/core/network/corda-interop-app/README.md index baf9a50458..f83333233c 100644 --- a/weaver/core/network/corda-interop-app/README.md +++ b/weaver/core/network/corda-interop-app/README.md @@ -89,8 +89,8 @@ and then follow above 4 steps. 5) Add this to your build.gradle (change the version accordingly): ``` dependencies { - compile(group: 'org.hyperledger.cacti.weaver.imodule.corda', name: 'interop-contracts', version: "2.0.0-rc.6") - compile(group: 'org.hyperledger.cacti.weaver.imodule.corda', name: 'interop-workflows', version: "2.0.0-rc.6") + compile(group: 'org.hyperledger.cacti.weaver.imodule.corda', name: 'interop-contracts', version: "2.0.0-rc.7") + compile(group: 'org.hyperledger.cacti.weaver.imodule.corda', name: 'interop-workflows', version: "2.0.0-rc.7") } ``` diff --git a/weaver/core/network/corda-interop-app/constants.properties b/weaver/core/network/corda-interop-app/constants.properties index 57fabbe8ed..6d373999a5 100644 --- a/weaver/core/network/corda-interop-app/constants.properties +++ b/weaver/core/network/corda-interop-app/constants.properties @@ -12,4 +12,4 @@ nettyVersion=4.1.77.Final arrowVersion=0.10.4 jaxbVersion=2.3.1 protobufVersion=3.25.3 -cactiVersion=2.0.0-rc.6 +cactiVersion=2.0.0-rc.7 diff --git a/weaver/core/network/corda-interop-app/gradle.properties b/weaver/core/network/corda-interop-app/gradle.properties index d12616daee..87a9be9a7f 100644 --- a/weaver/core/network/corda-interop-app/gradle.properties +++ b/weaver/core/network/corda-interop-app/gradle.properties @@ -1,4 +1,4 @@ name=Interoperability CorDapp group=org.hyperledger.cacti.weaver.imodule.corda -version=2.0.0-rc.6 +version=2.0.0-rc.7 kotlin.incremental=false diff --git a/weaver/core/network/fabric-interop-cc/.env.template b/weaver/core/network/fabric-interop-cc/.env.template index 6168e11f31..f6098163dd 100644 --- a/weaver/core/network/fabric-interop-cc/.env.template +++ b/weaver/core/network/fabric-interop-cc/.env.template @@ -4,7 +4,7 @@ PEER= ORG= NETWORK= DOCKER_IMAGE_NAME=ghcr.io/hyperledger/cacti-weaver-imodule-fabric-cc -DOCKER_TAG=2.0.0-rc.6 +DOCKER_TAG=2.0.0-rc.7 EXTERNAL_NETWORK= COMPOSE_PROJECT_NAME= COMPOSE_PROJECT_NETWORK= diff --git a/weaver/core/network/fabric-interop-cc/contracts/interop/VERSION b/weaver/core/network/fabric-interop-cc/contracts/interop/VERSION index 4fd1fa113b..eb3174fda4 100644 --- a/weaver/core/network/fabric-interop-cc/contracts/interop/VERSION +++ b/weaver/core/network/fabric-interop-cc/contracts/interop/VERSION @@ -1 +1 @@ -2.0.0-rc.6 \ No newline at end of file +2.0.0-rc.7 \ No newline at end of file diff --git a/weaver/core/network/fabric-interop-cc/contracts/interop/go.mod b/weaver/core/network/fabric-interop-cc/contracts/interop/go.mod index 31ad675d4c..d0755790e4 100644 --- a/weaver/core/network/fabric-interop-cc/contracts/interop/go.mod +++ b/weaver/core/network/fabric-interop-cc/contracts/interop/go.mod @@ -5,10 +5,10 @@ go 1.20 require ( github.com/ethereum/go-ethereum v1.13.15 github.com/golang/protobuf v1.5.4 - github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.6 - github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/assetexchange/v2 v2.0.0-rc.6 + github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.7 + github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/assetexchange/v2 v2.0.0-rc.7 github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/testutils v0.0.0-20230907062207-cd6eb2f89fb4 - github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/utils/v2 v2.0.0-rc.6 + github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/utils/v2 v2.0.0-rc.7 github.com/hyperledger/fabric-chaincode-go v0.0.0-20230228194215-b84622ba6a7a github.com/hyperledger/fabric-contract-api-go v1.2.1 github.com/hyperledger/fabric-protos-go v0.3.3 diff --git a/weaver/core/network/fabric-interop-cc/contracts/interop/go.sum b/weaver/core/network/fabric-interop-cc/contracts/interop/go.sum index 41c5d17bd7..a2c2db1499 100644 --- a/weaver/core/network/fabric-interop-cc/contracts/interop/go.sum +++ b/weaver/core/network/fabric-interop-cc/contracts/interop/go.sum @@ -177,3 +177,9 @@ github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/assetexc github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/assetexchange/v2 v2.0.0-rc.6/go.mod h1:SdnHl6IurM6pO1LAtsNaHuD95F2Itsoo8LFMGefh/gM= github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/utils/v2 v2.0.0-rc.6 h1:6jf+iu+DIQ8xCYcPDOCTxzz1UNgVFOr0amnwndZK2i4= github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/utils/v2 v2.0.0-rc.6/go.mod h1:COOxAwxTkW/Ow1MjIOBbjf6V9mxN1+u0hT+kQPDxlL4= +github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.7 h1:89FQMNKL73wI0gaW7+fsHG4aVR1ghS3Gy6fHlGZO1Hg= +github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.7/go.mod h1:UtCqRb0t+R1fC+SgqmLvj04bHx3o6O6ZDwaHHNl+k0s= +github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/assetexchange/v2 v2.0.0-rc.7 h1:lFmFOJgd1M/gm4tSB9S1k7H5X620/wnn0UT+Id0ejk4= +github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/assetexchange/v2 v2.0.0-rc.7/go.mod h1:47hBkpf71KbrfA/YxUPJ82crC1q/ji1h5uaN25/U0Ns= +github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/utils/v2 v2.0.0-rc.7 h1:O0cnG/KHCpPQVtrPICKV3FUh3suvok0p+heEP8EOzFw= +github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/utils/v2 v2.0.0-rc.7/go.mod h1:u84QGn03fQ2Xtr0wCJSU4TyVJ3tUK6QPcSkRdKv4FlA= diff --git a/weaver/core/network/fabric-interop-cc/interfaces/asset-mgmt/VERSION b/weaver/core/network/fabric-interop-cc/interfaces/asset-mgmt/VERSION index 4fd1fa113b..eb3174fda4 100644 --- a/weaver/core/network/fabric-interop-cc/interfaces/asset-mgmt/VERSION +++ b/weaver/core/network/fabric-interop-cc/interfaces/asset-mgmt/VERSION @@ -1 +1 @@ -2.0.0-rc.6 \ No newline at end of file +2.0.0-rc.7 \ No newline at end of file diff --git a/weaver/core/network/fabric-interop-cc/interfaces/asset-mgmt/go.mod b/weaver/core/network/fabric-interop-cc/interfaces/asset-mgmt/go.mod index 03aed21231..46f97060ef 100644 --- a/weaver/core/network/fabric-interop-cc/interfaces/asset-mgmt/go.mod +++ b/weaver/core/network/fabric-interop-cc/interfaces/asset-mgmt/go.mod @@ -4,7 +4,7 @@ go 1.20 require ( github.com/golang/protobuf v1.5.4 - github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.6 + github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.7 github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/testutils v0.0.0-20230907062207-cd6eb2f89fb4 github.com/hyperledger/fabric-chaincode-go v0.0.0-20230228194215-b84622ba6a7a github.com/hyperledger/fabric-contract-api-go v1.2.1 diff --git a/weaver/core/network/fabric-interop-cc/interfaces/asset-mgmt/go.sum b/weaver/core/network/fabric-interop-cc/interfaces/asset-mgmt/go.sum index ad62d4aee6..da82978a6e 100644 --- a/weaver/core/network/fabric-interop-cc/interfaces/asset-mgmt/go.sum +++ b/weaver/core/network/fabric-interop-cc/interfaces/asset-mgmt/go.sum @@ -152,3 +152,5 @@ github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.5 h1:YMnqV3a5V github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.5/go.mod h1:UtCqRb0t+R1fC+SgqmLvj04bHx3o6O6ZDwaHHNl+k0s= github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.6 h1:PBLqa7tvhYNlWSQ6aI4cnmAXx/T2p2C+UA1huNLiMEY= github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.6/go.mod h1:UtCqRb0t+R1fC+SgqmLvj04bHx3o6O6ZDwaHHNl+k0s= +github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.7 h1:89FQMNKL73wI0gaW7+fsHG4aVR1ghS3Gy6fHlGZO1Hg= +github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.7/go.mod h1:UtCqRb0t+R1fC+SgqmLvj04bHx3o6O6ZDwaHHNl+k0s= diff --git a/weaver/core/network/fabric-interop-cc/libs/assetexchange/VERSION b/weaver/core/network/fabric-interop-cc/libs/assetexchange/VERSION index 4fd1fa113b..eb3174fda4 100644 --- a/weaver/core/network/fabric-interop-cc/libs/assetexchange/VERSION +++ b/weaver/core/network/fabric-interop-cc/libs/assetexchange/VERSION @@ -1 +1 @@ -2.0.0-rc.6 \ No newline at end of file +2.0.0-rc.7 \ No newline at end of file diff --git a/weaver/core/network/fabric-interop-cc/libs/assetexchange/go.mod b/weaver/core/network/fabric-interop-cc/libs/assetexchange/go.mod index 7b92949872..73df0dd619 100644 --- a/weaver/core/network/fabric-interop-cc/libs/assetexchange/go.mod +++ b/weaver/core/network/fabric-interop-cc/libs/assetexchange/go.mod @@ -4,7 +4,7 @@ go 1.20 require ( github.com/golang/protobuf v1.5.4 - github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.6 + github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.7 github.com/hyperledger/fabric-contract-api-go v1.1.1 github.com/hyperledger/fabric-protos-go v0.3.3 github.com/sirupsen/logrus v1.8.1 diff --git a/weaver/core/network/fabric-interop-cc/libs/assetexchange/go.sum b/weaver/core/network/fabric-interop-cc/libs/assetexchange/go.sum index f1df806309..29320d77b1 100644 --- a/weaver/core/network/fabric-interop-cc/libs/assetexchange/go.sum +++ b/weaver/core/network/fabric-interop-cc/libs/assetexchange/go.sum @@ -163,3 +163,5 @@ github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.5 h1:YMnqV3a5V github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.5/go.mod h1:UtCqRb0t+R1fC+SgqmLvj04bHx3o6O6ZDwaHHNl+k0s= github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.6 h1:PBLqa7tvhYNlWSQ6aI4cnmAXx/T2p2C+UA1huNLiMEY= github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.6/go.mod h1:UtCqRb0t+R1fC+SgqmLvj04bHx3o6O6ZDwaHHNl+k0s= +github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.7 h1:89FQMNKL73wI0gaW7+fsHG4aVR1ghS3Gy6fHlGZO1Hg= +github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.7/go.mod h1:UtCqRb0t+R1fC+SgqmLvj04bHx3o6O6ZDwaHHNl+k0s= diff --git a/weaver/core/network/fabric-interop-cc/libs/utils/VERSION b/weaver/core/network/fabric-interop-cc/libs/utils/VERSION index 4fd1fa113b..eb3174fda4 100644 --- a/weaver/core/network/fabric-interop-cc/libs/utils/VERSION +++ b/weaver/core/network/fabric-interop-cc/libs/utils/VERSION @@ -1 +1 @@ -2.0.0-rc.6 \ No newline at end of file +2.0.0-rc.7 \ No newline at end of file diff --git a/weaver/core/network/fabric-interop-cc/libs/utils/go.mod b/weaver/core/network/fabric-interop-cc/libs/utils/go.mod index 71e080519b..b9e8ec57aa 100644 --- a/weaver/core/network/fabric-interop-cc/libs/utils/go.mod +++ b/weaver/core/network/fabric-interop-cc/libs/utils/go.mod @@ -4,7 +4,7 @@ go 1.20 require ( github.com/golang/protobuf v1.5.4 - github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.6 + github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.7 github.com/hyperledger/fabric-chaincode-go v0.0.0-20210718160520-38d29fabecb9 github.com/hyperledger/fabric-contract-api-go v1.1.1 github.com/hyperledger/fabric-protos-go v0.3.3 diff --git a/weaver/core/network/fabric-interop-cc/libs/utils/go.sum b/weaver/core/network/fabric-interop-cc/libs/utils/go.sum index a54af3ba22..f4645f6a7a 100644 --- a/weaver/core/network/fabric-interop-cc/libs/utils/go.sum +++ b/weaver/core/network/fabric-interop-cc/libs/utils/go.sum @@ -161,3 +161,5 @@ github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.5 h1:YMnqV3a5V github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.5/go.mod h1:UtCqRb0t+R1fC+SgqmLvj04bHx3o6O6ZDwaHHNl+k0s= github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.6 h1:PBLqa7tvhYNlWSQ6aI4cnmAXx/T2p2C+UA1huNLiMEY= github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.6/go.mod h1:UtCqRb0t+R1fC+SgqmLvj04bHx3o6O6ZDwaHHNl+k0s= +github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.7 h1:89FQMNKL73wI0gaW7+fsHG4aVR1ghS3Gy6fHlGZO1Hg= +github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.7/go.mod h1:UtCqRb0t+R1fC+SgqmLvj04bHx3o6O6ZDwaHHNl+k0s= diff --git a/weaver/core/relay/.env.template b/weaver/core/relay/.env.template index fbfe2b84ed..8dde7675c4 100644 --- a/weaver/core/relay/.env.template +++ b/weaver/core/relay/.env.template @@ -2,7 +2,7 @@ PATH_TO_CONFIG= RELAY_NAME=<"name" in config toml file> RELAY_PORT= DOCKER_IMAGE_NAME=ghcr.io/hyperledger/cacti-weaver-relay-server -DOCKER_TAG=2.0.0-rc.6 +DOCKER_TAG=2.0.0-rc.7 EXTERNAL_NETWORK= COMPOSE_PROJECT_NAME= COMPOSE_PROJECT_NETWORK= diff --git a/weaver/core/relay/.env.template.2 b/weaver/core/relay/.env.template.2 index 3421f85ff0..f764950535 100644 --- a/weaver/core/relay/.env.template.2 +++ b/weaver/core/relay/.env.template.2 @@ -9,7 +9,7 @@ RELAY_PORT= DB_OPEN_MAX_RETRIES= DB_OPEN_RETRY_BACKOFF_MSEC= DOCKER_IMAGE_NAME=ghcr.io/hyperledger/cacti-weaver-relay-server -DOCKER_TAG=2.0.0-rc.6 +DOCKER_TAG=2.0.0-rc.7 EXTERNAL_NETWORK= COMPOSE_PROJECT_NAME= COMPOSE_PROJECT_NETWORK= diff --git a/weaver/core/relay/Cargo.lock b/weaver/core/relay/Cargo.lock index fc4c5d9954..3e9ddd42c0 100644 --- a/weaver/core/relay/Cargo.lock +++ b/weaver/core/relay/Cargo.lock @@ -223,7 +223,7 @@ checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" [[package]] name = "cacti_weaver_protos_rs" -version = "2.0.0-rc.6" +version = "2.0.0-rc.7" dependencies = [ "prost", "serde 1.0.201", @@ -1323,7 +1323,7 @@ checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56" [[package]] name = "relay" -version = "2.0.0-rc.6" +version = "2.0.0-rc.7" dependencies = [ "base64 0.20.0", "bincode", diff --git a/weaver/core/relay/Cargo.toml b/weaver/core/relay/Cargo.toml index 4f50c87f8d..e0da0f29c1 100644 --- a/weaver/core/relay/Cargo.toml +++ b/weaver/core/relay/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "relay" -version = "2.0.0-rc.6" +version = "2.0.0-rc.7" authors = ["Antony Targett ", "Nick Waywood ", "Sandeep Nishad