Skip to content

Instantly share code, notes, and snippets.

@RafaelAPB
Created April 4, 2024 16:40
Show Gist options
  • Save RafaelAPB/45ec77a68f4097ac8977fa7d9b05f3aa to your computer and use it in GitHub Desktop.
Save RafaelAPB/45ec77a68f4097ac8977fa7d9b05f3aa to your computer and use it in GitHub Desktop.
> @hyperledger/cactus-plugin-satp-hermes@2.0.0-alpha.2 generate-sdk:typescript-axios-gateway
> yarn bundle-openapi-gateway-json && openapi-generator-cli generate -i ./src/main/json/openapi-gateway-bundled.json -g typescript-axios -o ./src/main/typescript/generated/openapi/typescript-axios/ --reserved-words-mappings protected=protected --ignore-file-override ../../openapi-generator-ignore
cacti/satp/v02/common/session.proto:149:9:symbol "cacti.satp.v02.common.MessageStagesTimestamps" already defined at cacti/satp/v02/common/session.proto:121:9
cacti/satp/v02/common/session.proto:150:22:symbol "cacti.satp.v02.common.MessageStagesTimestamps.stage1" already defined at cacti/satp/v02/common/session.proto:122:22
cacti/satp/v02/common/session.proto:151:22:symbol "cacti.satp.v02.common.MessageStagesTimestamps.stage2" already defined at cacti/satp/v02/common/session.proto:123:22
cacti/satp/v02/common/session.proto:152:22:symbol "cacti.satp.v02.common.MessageStagesTimestamps.stage3" already defined at cacti/satp/v02/common/session.proto:124:22
cacti/satp/v02/common/session.proto:155:9:symbol "cacti.satp.v02.common.Stage1Timestamps" already defined at cacti/satp/v02/common/session.proto:127:9
cacti/satp/v02/common/session.proto:156:12:symbol "cacti.satp.v02.common.Stage1Timestamps.transfer_proposal_request_message_timestamp" already defined at cacti/satp/v02/common/session.proto:128:12
cacti/satp/v02/common/session.proto:157:12:symbol "cacti.satp.v02.common.Stage1Timestamps.transfer_proposal_receipt_message_timestamp" already defined at cacti/satp/v02/common/session.proto:129:12
cacti/satp/v02/common/session.proto:158:12:symbol "cacti.satp.v02.common.Stage1Timestamps.transfer_proposal_reject_message_timestamp" already defined at cacti/satp/v02/common/session.proto:130:12
cacti/satp/v02/common/session.proto:159:12:symbol "cacti.satp.v02.common.Stage1Timestamps.transfer_commence_request_message_timestamp" already defined at cacti/satp/v02/common/session.proto:131:12
cacti/satp/v02/common/session.proto:160:12:symbol "cacti.satp.v02.common.Stage1Timestamps.transfer_commence_response_message_timestamp" already defined at cacti/satp/v02/common/session.proto:132:12
cacti/satp/v02/common/session.proto:163:9:symbol "cacti.satp.v02.common.Stage2Timestamps" already defined at cacti/satp/v02/common/session.proto:135:9
cacti/satp/v02/common/session.proto:164:12:symbol "cacti.satp.v02.common.Stage2Timestamps.lock_assertion_request_message_timestamp" already defined at cacti/satp/v02/common/session.proto:136:12
cacti/satp/v02/common/session.proto:165:12:symbol "cacti.satp.v02.common.Stage2Timestamps.lock_assertion_receipt_message_timestamp" already defined at cacti/satp/v02/common/session.proto:137:12
cacti/satp/v02/common/session.proto:168:9:symbol "cacti.satp.v02.common.Stage3Timestamps" already defined at cacti/satp/v02/common/session.proto:140:9
cacti/satp/v02/common/session.proto:169:12:symbol "cacti.satp.v02.common.Stage3Timestamps.commit_preparation_request_message_timestamp" already defined at cacti/satp/v02/common/session.proto:141:12
cacti/satp/v02/common/session.proto:170:12:symbol "cacti.satp.v02.common.Stage3Timestamps.commit_ready_response_message_timestamp" already defined at cacti/satp/v02/common/session.proto:142:12
cacti/satp/v02/common/session.proto:171:12:symbol "cacti.satp.v02.common.Stage3Timestamps.commit_final_assertion_request_message_timestamp" already defined at cacti/satp/v02/common/session.proto:143:12
cacti/satp/v02/common/session.proto:172:12:symbol "cacti.satp.v02.common.Stage3Timestamps.commit_final_acknoledgement_receipt_response_message_timestamp" already defined at cacti/satp/v02/common/session.proto:144:12
cacti/satp/v02/common/session.proto:173:12:symbol "cacti.satp.v02.common.Stage3Timestamps.transfer_complete_request_message_timestamp" already defined at cacti/satp/v02/common/session.proto:145:12
cacti/satp/v02/common/session.proto:174:12:symbol "cacti.satp.v02.common.Stage3Timestamps.transfer_complete_response_message_timestamp" already defined at cacti/satp/v02/common/session.proto:146:12
npm ERR! Lifecycle script `generate-proto` failed with error:
npm ERR! Error: command failed
npm ERR! in workspace: @hyperledger/cactus-plugin-satp-hermes@2.0.0-alpha.2
npm ERR! at location: /Users/rafaelapb/Projects/blockchain-integration-framework/packages/cactus-plugin-satp-hermes
ERROR: "codegen:proto" exited with 1.
rafaelapb@RWFV090YJW cactus-plugin-satp-hermes %
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment