Skip to content

Commit

Permalink
ci(codegen): fix the yarn codegen job in ci.yaml
Browse files Browse the repository at this point in the history
WORK IN PROGRESS

Fixes hyperledger-cacti#2618

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
  • Loading branch information
petermetz committed Aug 22, 2023
1 parent 08afe1a commit 5199c9b
Show file tree
Hide file tree
Showing 580 changed files with 12,092 additions and 4,876 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ jobs:
TOOLS_VALIDATE_BUNDLE_NAMES_DISABLED: true
CUSTOM_CHECKS_DISABLED: false
CONFIGURE_DISABLED: false
CACTI_CUSTOM_CHECKS_REQUIRED_OPENAPI_SPEC_VERSION: 3.0.3
needs: build-dev
runs-on: ubuntu-20.04
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"$schema": "node_modules/@openapitools/openapi-generator-cli/config.schema.json",
"spaces": 2,
"generator-cli": {
"version": "6.3.0"
"version": "6.6.0"
}
}
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"openapi": "3.1.0",
"openapi": "3.0.3",
"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": "0.2.0",
"license": {
"name": "Apache-2.0",
"identifier": "Apache-2.0",

"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
}
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.3.0
6.6.0
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ This runs all tests and packages the library.
* Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions.
* Implementation of ApiClient is intended to reduce method counts, specifically to benefit Android targets.

<a name="documentation-for-api-endpoints"></a>
<a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints

All URIs are relative to *http://localhost*
Expand All @@ -48,7 +48,7 @@ Class | Method | HTTP request | Description
*DefaultApi* | [**enrollAdminV1**](docs/DefaultApi.md#enrolladminv1) | **POST** /api/v1/utilityemissionchannel/registerEnroll/admin | Registers an admin account within the Fabric organization specified.


<a name="documentation-for-models"></a>
<a id="documentation-for-models"></a>
## Documentation for Models

- [org.openapitools.client.models.AuthzJwtClaim](docs/AuthzJwtClaim.md)
Expand All @@ -62,7 +62,8 @@ Class | Method | HTTP request | Description
- [org.openapitools.client.models.EnrollAdminV1Response](docs/EnrollAdminV1Response.md)


<a name="documentation-for-authorization"></a>
<a id="documentation-for-authorization"></a>
## Documentation for Authorization

All endpoints do not require authorization.
Endpoints do not require authorization.

Loading

0 comments on commit 5199c9b

Please sign in to comment.