-
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.
breaking-change: Blockchain Data types (#1433)
- Loading branch information
1 parent
0195845
commit 051db2d
Showing
116 changed files
with
5,678 additions
and
37 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
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
20 changes: 20 additions & 0 deletions
20
packages/internal/generated-clients/config/blockchain-data.config.json
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,20 @@ | ||
{ | ||
"supportsES6": true, | ||
"npmVersion": "6.9.0", | ||
"typescriptThreePlus": true, | ||
"withSeparateModelsAndApi": true, | ||
"modelPackage": "models", | ||
"apiPackage": "domain", | ||
"useSingleRequestParameter": true, | ||
"templateDir": "app/templates/blockchain-data", | ||
"files": { | ||
"index.mustache": { | ||
"templateType": "SupportingFiles", | ||
"destinationFilename": "index.ts" | ||
}, | ||
"apiInner.mustache": { | ||
"templateType": "API", | ||
"destinationFilename": ".ts" | ||
} | ||
} | ||
} |
File renamed without changes.
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
4 changes: 4 additions & 0 deletions
4
packages/internal/generated-clients/src/blockchain-data/.gitignore
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,4 @@ | ||
wwwroot/*.js | ||
node_modules | ||
typings | ||
dist |
1 change: 1 addition & 0 deletions
1
packages/internal/generated-clients/src/blockchain-data/.npmignore
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 @@ | ||
# empty npmignore to ensure all required files (e.g., in the dist folder) are published by npm |
23 changes: 23 additions & 0 deletions
23
packages/internal/generated-clients/src/blockchain-data/.openapi-generator-ignore
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,23 @@ | ||
# OpenAPI Generator Ignore | ||
# Generated by openapi-generator https://github.com/openapitools/openapi-generator | ||
|
||
# Use this file to prevent files from being overwritten by the generator. | ||
# The patterns follow closely to .gitignore or .dockerignore. | ||
|
||
# As an example, the C# client generator defines ApiClient.cs. | ||
# You can make changes and tell OpenAPI Generator to ignore just this file by uncommenting the following line: | ||
#ApiClient.cs | ||
|
||
# You can match any string of characters against a directory, file or extension with a single asterisk (*): | ||
#foo/*/qux | ||
# The above matches foo/bar/qux and foo/baz/qux, but not foo/bar/baz/qux | ||
|
||
# You can recursively match patterns against a directory, file or extension with a double asterisk (**): | ||
#foo/**/qux | ||
# This matches foo/bar/qux, foo/baz/qux, and foo/bar/baz/qux | ||
|
||
# You can also negate patterns with an exclamation (!). | ||
# For example, you can ignore all files in a docs folder with the file extension .md: | ||
#docs/*.md | ||
# Then explicitly reverse the ignore rule for a single file: | ||
#!docs/README.md |
137 changes: 137 additions & 0 deletions
137
packages/internal/generated-clients/src/blockchain-data/.openapi-generator/FILES
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,137 @@ | ||
.gitignore | ||
.npmignore | ||
.openapi-generator-ignore | ||
api.ts | ||
base.ts | ||
common.ts | ||
configuration.ts | ||
domain/activities-api.ts | ||
domain/chains-api.ts | ||
domain/collections-api.ts | ||
domain/metadata-api.ts | ||
domain/nft-owners-api.ts | ||
domain/nfts-api.ts | ||
domain/orders-api.ts | ||
domain/passport-api.ts | ||
domain/tokens-api.ts | ||
git_push.sh | ||
index.ts | ||
models/active-order-status.ts | ||
models/activity-asset.ts | ||
models/activity-details.ts | ||
models/activity-native-token.ts | ||
models/activity-nft.ts | ||
models/activity-token.ts | ||
models/activity-type.ts | ||
models/activity.ts | ||
models/apierror400-all-of.ts | ||
models/apierror400.ts | ||
models/apierror401-all-of.ts | ||
models/apierror401.ts | ||
models/apierror403-all-of.ts | ||
models/apierror403.ts | ||
models/apierror404-all-of.ts | ||
models/apierror404.ts | ||
models/apierror429-all-of.ts | ||
models/apierror429.ts | ||
models/apierror500-all-of.ts | ||
models/apierror500.ts | ||
models/apierror501-all-of.ts | ||
models/apierror501.ts | ||
models/basic-apierror.ts | ||
models/blockchain-metadata.ts | ||
models/burn.ts | ||
models/cancel-orders-request-body.ts | ||
models/cancel-orders-result-data.ts | ||
models/cancel-orders-result.ts | ||
models/cancelled-order-status.ts | ||
models/chain-with-details-all-of.ts | ||
models/chain-with-details.ts | ||
models/chain.ts | ||
models/collection-contract-type.ts | ||
models/collection-metadata.ts | ||
models/collection.ts | ||
models/create-counterfactual-address-request-deprecated.ts | ||
models/create-counterfactual-address-request.ts | ||
models/create-counterfactual-address-res-deprecated.ts | ||
models/create-counterfactual-address-res.ts | ||
models/create-listing-request-body.ts | ||
models/deposit.ts | ||
models/erc1155-item.ts | ||
models/erc20-item.ts | ||
models/erc721-item.ts | ||
models/expired-order-status.ts | ||
models/failed-order-cancellation.ts | ||
models/fee.ts | ||
models/filled-order-status.ts | ||
models/fulfillable-order.ts | ||
models/fulfillment-data-request.ts | ||
models/fulfillment-data200-response-result.ts | ||
models/fulfillment-data200-response.ts | ||
models/get-activity-result.ts | ||
models/get-collection-result.ts | ||
models/get-contract-abi-res.ts | ||
models/get-linked-addresses-res-deprecated.ts | ||
models/get-linked-addresses-res.ts | ||
models/get-metadata-result.ts | ||
models/get-mint-request-result.ts | ||
models/get-nftresult.ts | ||
models/get-token-result.ts | ||
models/inactive-order-status.ts | ||
models/index.ts | ||
models/item.ts | ||
models/list-activities-result.ts | ||
models/list-chains-result.ts | ||
models/list-collection-owners-result.ts | ||
models/list-collections-result.ts | ||
models/list-listings-result.ts | ||
models/list-metadata-result.ts | ||
models/list-nftowners-result.ts | ||
models/list-nfts-by-owner-result.ts | ||
models/list-nfts-result.ts | ||
models/list-tokens-result.ts | ||
models/list-trade-result.ts | ||
models/listing-result.ts | ||
models/metadata-refresh-rate-limit-result.ts | ||
models/metadata.ts | ||
models/mint-asset.ts | ||
models/mint-request-error-message.ts | ||
models/mint-request-status.ts | ||
models/mint.ts | ||
models/native-item.ts | ||
models/nft.ts | ||
models/nftcontract-type.ts | ||
models/nftmetadata-attribute-value.ts | ||
models/nftmetadata-attribute.ts | ||
models/nftmetadata-attributes.ts | ||
models/nftowner.ts | ||
models/nftsale.ts | ||
models/nftwith-balance.ts | ||
models/nftwith-metadata-attributes.ts | ||
models/nftwith-owner.ts | ||
models/order-status-name.ts | ||
models/order-status.ts | ||
models/order.ts | ||
models/page.ts | ||
models/pending-order-status.ts | ||
models/protocol-data.ts | ||
models/refresh-collection-metadata-request.ts | ||
models/refresh-collection-metadata-result.ts | ||
models/refresh-metadata-by-id.ts | ||
models/refresh-metadata-by-idall-of.ts | ||
models/refresh-metadata-by-idrequest.ts | ||
models/refresh-metadata-by-token-id.ts | ||
models/refresh-metadata-by-token-idall-of.ts | ||
models/refresh-nftmetadata-by-token-idrequest.ts | ||
models/refreshable-nftattributes.ts | ||
models/sale-fee.ts | ||
models/sale-payment-token.ts | ||
models/sale-payment.ts | ||
models/token-contract-type.ts | ||
models/token.ts | ||
models/trade-blockchain-metadata.ts | ||
models/trade-result.ts | ||
models/trade.ts | ||
models/transfer.ts | ||
models/unfulfillable-order.ts | ||
models/withdrawal.ts |
1 change: 1 addition & 0 deletions
1
packages/internal/generated-clients/src/blockchain-data/.openapi-generator/VERSION
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 @@ | ||
7.0.1 |
21 changes: 21 additions & 0 deletions
21
packages/internal/generated-clients/src/blockchain-data/api.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,21 @@ | ||
/* 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. | ||
*/ | ||
|
||
export * from './domain/activities-api'; | ||
export * from './domain/chains-api'; | ||
export * from './domain/collections-api'; | ||
export * from './domain/metadata-api'; | ||
export * from './domain/nft-owners-api'; | ||
export * from './domain/nfts-api'; | ||
export * from './domain/tokens-api'; |
Oops, something went wrong.