Skip to content

Commit

Permalink
DX-1275: Updated to version 0.2.0 for SDK version in the header (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
suluvai authored Oct 10, 2022
1 parent f59fc2e commit 632e4ed
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion go-client-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ enablePostProcessFile: true
additionalProperties:
enumClassPrefix: "true"
packageName: api
packageVersion: 0.1.0 # Todo: Auto generate this version string from the release git tags.
packageVersion: 0.2.0 # Todo: Auto generate this version string from the release git tags.
generateInterfaces: true
isGoSubmodule: true
2 changes: 1 addition & 1 deletion imx/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
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: 3.0
- Package version: 0.1.0
- Package version: 0.2.0
- Build package: org.openapitools.codegen.languages.GoClientCodegen

## Installation
Expand Down
5 changes: 3 additions & 2 deletions imx/api/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5543,7 +5543,8 @@ components:
description: Token metadata blueprint
type: string
id:
description: Token ID
description: "Token ID\nNote: While the Token ID is required to be a string,\
\ it still needs to be a valid uint256 as per the ERC-721 token standard."
type: string
royalties:
description: List of mint fees
Expand Down Expand Up @@ -5881,7 +5882,7 @@ components:
type: ETH/ERC20/ERC721
properties:
data:
description: Token data. See https://docs.x.immutable.com/docs/token-data-object"
description: Token data. See https://docs.x.immutable.com/docs/token-data-object
type: object
type:
description: Type of token
Expand Down
2 changes: 1 addition & 1 deletion imx/api/client.go

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

2 changes: 1 addition & 1 deletion imx/api/configuration.go

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

2 changes: 1 addition & 1 deletion imx/api/docs/MintTokenDataV2.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Blueprint** | Pointer to **string** | Token metadata blueprint | [optional]
**Id** | **string** | Token ID |
**Id** | **string** | Token ID Note: While the Token ID is required to be a string, it still needs to be a valid uint256 as per the ERC-721 token standard. |
**Royalties** | Pointer to [**[]MintFee**](MintFee.md) | List of mint fees | [optional]

## Methods
Expand Down
2 changes: 1 addition & 1 deletion imx/api/docs/SignableToken.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Data** | Pointer to **map[string]interface{}** | Token data. See https://docs.x.immutable.com/docs/token-data-object\" | [optional]
**Data** | Pointer to **map[string]interface{}** | Token data. See https://docs.x.immutable.com/docs/token-data-object | [optional]
**Type** | Pointer to **string** | Type of token | [optional]

## Methods
Expand Down
2 changes: 1 addition & 1 deletion imx/api/model_mint_token_data_v2.go

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

2 changes: 1 addition & 1 deletion imx/api/model_signable_token.go

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

4 changes: 2 additions & 2 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -5773,7 +5773,7 @@
"type": "string"
},
"id": {
"description": "Token ID",
"description": "Token ID\nNote: While the Token ID is required to be a string, it still needs to be a valid uint256 as per the ERC-721 token standard.",
"type": "string"
},
"royalties": {
Expand Down Expand Up @@ -6059,7 +6059,7 @@
"type": "object",
"properties": {
"data": {
"description": "Token data. See https://docs.x.immutable.com/docs/token-data-object\""
"description": "Token data. See https://docs.x.immutable.com/docs/token-data-object"
},
"type": {
"description": "Type of token",
Expand Down

0 comments on commit 632e4ed

Please sign in to comment.