Skip to content

Commit

Permalink
fix(config): bump dep versions, fix breaking changes, add setApiKeyCo…
Browse files Browse the repository at this point in the history
…mmand

n
  • Loading branch information
Gerald Baulig committed Nov 27, 2023
1 parent 9992e7f commit 3c10966
Show file tree
Hide file tree
Showing 5 changed files with 192 additions and 143 deletions.
31 changes: 24 additions & 7 deletions cfg/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,33 +95,50 @@
"createInvoices": {
"messageObject": "io.restorecommerce.order.InvoiceRequestList"
},

"restoreCommand": {
"messageObject": "io.restorecommerce.commandinterface.CommandRequest"
},
"restoreResponse": {
"messageObject": "io.restorecommerce.commandinterface.CommandResponse"
},
"healthCheckCommand": {
"messageObject": "io.restorecommerce.commandinterface.CommandRequest"
},
"resetCommand": {
"messageObject": "io.restorecommerce.commandinterface.CommandRequest"
},
"healthCheckResponse": {
"messageObject": "io.restorecommerce.commandinterface.CommandResponse"
},
"resetResponse": {
"messageObject": "io.restorecommerce.commandinterface.CommandResponse"
},
"restoreResponse": {
"messageObject": "io.restorecommerce.commandinterface.CommandResponse"
},
"versionCommand": {
"messageObject": "io.restorecommerce.commandinterface.CommandRequest"
},
"versionResponse": {
"messageObject": "io.restorecommerce.commandinterface.CommandResponse"
},
"resetCommand": {
"configUpdateCommand": {
"messageObject": "io.restorecommerce.commandinterface.CommandRequest"
},
"resetResponse": {
"configUpdateResponse": {
"messageObject": "io.restorecommerce.commandinterface.CommandResponse"
},
"setApiKeyCommand": {
"messageObject": "io.restorecommerce.commandinterface.CommandRequest"
},
"setApiKeyResponse": {
"messageObject": "io.restorecommerce.commandinterface.CommandResponse"
},
"renderRequest": {
"messageObject": "io.restorecommerce.rendering.RenderRequest"
"flushCacheCommand": {
"messageObject": "io.restorecommerce.commandinterface.CommandRequest"
},
"flushCacheResponse": {
"messageObject": "io.restorecommerce.commandinterface.CommandResponse"
},

"topics": {
"command": {
"topic": "io.restorecommerce.command",
Expand Down
192 changes: 102 additions & 90 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3c10966

Please sign in to comment.