From 990293a04c2ddbd97af450ff75bd72f0e6081e02 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Thu, 30 May 2024 05:39:46 +0000 Subject: [PATCH] Auto-generated SDK v1.0.0-beta19 --- .openapi-generator/VERSION | 2 +- README.md | 4 ++-- api.ts | 24 ++++++++++++++++++++++++ openapi-generator.yaml | 2 +- openapitools.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 7 files changed, 32 insertions(+), 8 deletions(-) diff --git a/.openapi-generator/VERSION b/.openapi-generator/VERSION index ba7f754..93c8dda 100644 --- a/.openapi-generator/VERSION +++ b/.openapi-generator/VERSION @@ -1 +1 @@ -7.4.0 +7.6.0 diff --git a/README.md b/README.md index e39499d..69394ef 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## @curvegrid/multibaas-sdk@1.0.0-beta18 +## @curvegrid/multibaas-sdk@1.0.0-beta19 This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments: @@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co _published:_ ``` -npm install @curvegrid/multibaas-sdk@1.0.0-beta18 --save +npm install @curvegrid/multibaas-sdk@1.0.0-beta19 --save ``` _unPublished (not recommended):_ diff --git a/api.ts b/api.ts index 217d3ac..d25843e 100644 --- a/api.ts +++ b/api.ts @@ -1045,6 +1045,12 @@ export interface ContractABI { * @interface ContractABIEvent */ export interface ContractABIEvent { + /** + * The keccak256 hash as a hex string of 256 bits. + * @type {string} + * @memberof ContractABIEvent + */ + id: string; /** * * @type {string} @@ -1107,6 +1113,12 @@ export interface ContractABIEventArgument { * @interface ContractABIMethod */ export interface ContractABIMethod { + /** + * A hex string. + * @type {string} + * @memberof ContractABIMethod + */ + id: string; /** * Name of the function. * @type {string} @@ -1174,6 +1186,12 @@ export interface ContractABIMethod { * @interface ContractABIMethod1 */ export interface ContractABIMethod1 { + /** + * A hex string. + * @type {string} + * @memberof ContractABIMethod1 + */ + id: string; /** * Name of the function. * @type {string} @@ -1508,6 +1526,12 @@ export interface ContractOverview { * @memberof ContractOverview */ isFavorite?: boolean; + /** + * + * @type {boolean} + * @memberof ContractOverview + */ + deployable: boolean; /** * List of contract instances. * @type {Array} diff --git a/openapi-generator.yaml b/openapi-generator.yaml index b327577..f60c803 100644 --- a/openapi-generator.yaml +++ b/openapi-generator.yaml @@ -6,7 +6,7 @@ gitRepoId: multibaas-sdk-typescript templateDir: templates additionalProperties: npmName: "@curvegrid/multibaas-sdk" - npmVersion: 1.0.0-beta18 + npmVersion: 1.0.0-beta19 disallowAdditionalPropertiesIfNotPresent: true legacyDiscriminatorBehavior: false withInterfaces: true diff --git a/openapitools.json b/openapitools.json index 5571688..5c50d6a 100644 --- a/openapitools.json +++ b/openapitools.json @@ -2,6 +2,6 @@ "$schema": "./node_modules/@openapitools/openapi-generator-cli/config.schema.json", "spaces": 2, "generator-cli": { - "version": "7.4.0" + "version": "7.6.0" } } diff --git a/package-lock.json b/package-lock.json index 2ccbcb9..83627e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@curvegrid/multibaas-sdk", - "version": "1.0.0-beta18", + "version": "1.0.0-beta19", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@curvegrid/multibaas-sdk", - "version": "1.0.0-beta18", + "version": "1.0.0-beta19", "license": "MIT", "dependencies": { "axios": "^1.2.2" diff --git a/package.json b/package.json index 1e9b2da..8277f05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@curvegrid/multibaas-sdk", - "version": "1.0.0-beta18", + "version": "1.0.0-beta19", "description": "MultiBaas SDK for TypeScript / JavaScript", "author": "Curvegrid", "repository": {