Skip to content

Commit

Permalink
Auto-generated SDK v1.0.0-beta19
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed May 30, 2024
1 parent b9ceb13 commit 990293a
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.4.0
7.6.0
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down Expand Up @@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
_published:_

```
npm install @curvegrid/[email protected]beta18 --save
npm install @curvegrid/[email protected]beta19 --save
```

_unPublished (not recommended):_
Expand Down
24 changes: 24 additions & 0 deletions api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -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}
Expand Down Expand Up @@ -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}
Expand Down Expand Up @@ -1508,6 +1526,12 @@ export interface ContractOverview {
* @memberof ContractOverview
*/
isFavorite?: boolean;
/**
*
* @type {boolean}
* @memberof ContractOverview
*/
deployable: boolean;
/**
* List of contract instances.
* @type {Array<ContractInstance>}
Expand Down
2 changes: 1 addition & 1 deletion openapi-generator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion openapitools.json
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": "7.4.0"
"version": "7.6.0"
}
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 990293a

Please sign in to comment.