@bitwave-code/transactions
v0.2.0
Published
Bitwave Transaction SDK
Downloads
99
Readme
Published Url: https://www.npmjs.com/package/@bitwave-code/transactions
Before running Generate you need to set the version correctly.
Use openapi-generator-cli version-manager
and ensure the version is set to 5.2.1 if it is set to 6.0.0 or later you will find that openapi generates the following INFO messages. When this happens the API's object types will be incorrect and instead of a Union of types you will have a merged UpsertTransactionRequest object.
set the title
field or use the inlineSchemaNameMapping option (--inline-schema-name-mapping in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as UpsertTransaction_request. To have complete control of the model name, set the title
field or use the inlineSchemaNameMapping option (--inline-schema-name-mapping in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as Get_200_response. To have complete control of the model name, set the title
field or use the inlineSchemaNameMapping option (--inline-schema-name-mapping in CLI).