-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Regenerate internal NFT refresh types (#1491)
- Loading branch information
1 parent
33e8bc4
commit e8286f0
Showing
13 changed files
with
197 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
69 changes: 69 additions & 0 deletions
69
packages/internal/generated-clients/src/blockchain-data/models/nftmetadata-request.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
/* tslint:disable */ | ||
/* eslint-disable */ | ||
/** | ||
* Immutable zkEVM API | ||
* Immutable Multi Rollup API | ||
* | ||
* The version of the OpenAPI document: 1.0.0 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
* https://openapi-generator.tech | ||
* Do not edit the class manually. | ||
*/ | ||
|
||
|
||
// May contain unused imports in some cases | ||
// @ts-ignore | ||
import { NFTMetadataAttribute } from './nftmetadata-attribute'; | ||
|
||
/** | ||
* | ||
* @export | ||
* @interface NFTMetadataRequest | ||
*/ | ||
export interface NFTMetadataRequest { | ||
/** | ||
* The name of the NFT | ||
* @type {string} | ||
* @memberof NFTMetadataRequest | ||
*/ | ||
'name'?: string | null; | ||
/** | ||
* The description of the NFT | ||
* @type {string} | ||
* @memberof NFTMetadataRequest | ||
*/ | ||
'description'?: string | null; | ||
/** | ||
* The image url of the NFT | ||
* @type {string} | ||
* @memberof NFTMetadataRequest | ||
*/ | ||
'image'?: string | null; | ||
/** | ||
* The external link of the NFT | ||
* @type {string} | ||
* @memberof NFTMetadataRequest | ||
*/ | ||
'external_url'?: string | null; | ||
/** | ||
* The animation url of the NFT | ||
* @type {string} | ||
* @memberof NFTMetadataRequest | ||
*/ | ||
'animation_url'?: string | null; | ||
/** | ||
* The youtube link of the NFT | ||
* @type {string} | ||
* @memberof NFTMetadataRequest | ||
*/ | ||
'youtube_url'?: string | null; | ||
/** | ||
* List of Metadata attributes | ||
* @type {Array<NFTMetadataAttribute>} | ||
* @memberof NFTMetadataRequest | ||
*/ | ||
'attributes'?: Array<NFTMetadataAttribute> | null; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
69 changes: 69 additions & 0 deletions
69
packages/internal/generated-clients/src/multi-rollup/models/nftmetadata-request.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
/* tslint:disable */ | ||
/* eslint-disable */ | ||
/** | ||
* Immutable zkEVM API | ||
* Immutable Multi Rollup API | ||
* | ||
* The version of the OpenAPI document: 1.0.0 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
* https://openapi-generator.tech | ||
* Do not edit the class manually. | ||
*/ | ||
|
||
|
||
// May contain unused imports in some cases | ||
// @ts-ignore | ||
import { NFTMetadataAttribute } from './nftmetadata-attribute'; | ||
|
||
/** | ||
* | ||
* @export | ||
* @interface NFTMetadataRequest | ||
*/ | ||
export interface NFTMetadataRequest { | ||
/** | ||
* The name of the NFT | ||
* @type {string} | ||
* @memberof NFTMetadataRequest | ||
*/ | ||
'name'?: string | null; | ||
/** | ||
* The description of the NFT | ||
* @type {string} | ||
* @memberof NFTMetadataRequest | ||
*/ | ||
'description'?: string | null; | ||
/** | ||
* The image url of the NFT | ||
* @type {string} | ||
* @memberof NFTMetadataRequest | ||
*/ | ||
'image'?: string | null; | ||
/** | ||
* The external link of the NFT | ||
* @type {string} | ||
* @memberof NFTMetadataRequest | ||
*/ | ||
'external_url'?: string | null; | ||
/** | ||
* The animation url of the NFT | ||
* @type {string} | ||
* @memberof NFTMetadataRequest | ||
*/ | ||
'animation_url'?: string | null; | ||
/** | ||
* The youtube link of the NFT | ||
* @type {string} | ||
* @memberof NFTMetadataRequest | ||
*/ | ||
'youtube_url'?: string | null; | ||
/** | ||
* List of Metadata attributes | ||
* @type {Array<NFTMetadataAttribute>} | ||
* @memberof NFTMetadataRequest | ||
*/ | ||
'attributes'?: Array<NFTMetadataAttribute> | null; | ||
} | ||
|
Oops, something went wrong.