@stacks/stacks-blockchain-api-types
Advanced tools
Comparing version 0.66.1 to 0.67.0
@@ -63,2 +63,6 @@ { | ||
}, | ||
"memo": { | ||
"type": "string", | ||
"description": "STX token transfer memo." | ||
}, | ||
"number_of_cycles": { | ||
@@ -65,0 +69,0 @@ "type": "integer", |
@@ -21,4 +21,8 @@ { | ||
"description": "Transactions that are related to other transactions (like a cross-shard transaction) should include the tranaction_identifier of these transactions in the metadata.", | ||
"required": ["size", "lockTime"], | ||
"required": [], | ||
"properties": { | ||
"memo": { | ||
"type": "string", | ||
"description": "STX token transfer memo." | ||
}, | ||
"size": { | ||
@@ -25,0 +29,0 @@ "type": "integer", |
{ | ||
"name": "@stacks/stacks-blockchain-api-types", | ||
"version": "0.66.1", | ||
"version": "0.67.0", | ||
"access": "public", | ||
@@ -17,2 +17,3 @@ "description": "TypeScript descriptions of Stacks 2.0 blockchain API entities", | ||
"generate:docs": "redoc-cli bundle --output .tmp/index.html ./openapi.yaml", | ||
"generate:postman": "speccy resolve --output .tmp/openapi.resolved.yaml openapi.yaml && openapi2postmanv2 --spec .tmp/openapi.resolved.yaml --output .tmp/collection.json --options folderStrategy=Tags,requestParametersResolution=Example,exampleParametersResolution=Example", | ||
"validate:schemas": "rimraf .tmp && gulp flattenSchemas --silent && ts-node ./scripts/validate-schemas.ts", | ||
@@ -51,3 +52,5 @@ "deploy:docs": "npm run generate:types && npm run generate:docs && gulp deployDocs" | ||
"jsonlint-cli": "^1.0.1", | ||
"openapi-to-postmanv2": "^2.10.1", | ||
"redoc-cli": "^0.9.8", | ||
"speccy": "^0.11.0", | ||
"ts-node": "^9.1.1", | ||
@@ -54,0 +57,0 @@ "typescript": "^4.2.4", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10150
412527
20