File tree 2 files changed +0
-8
lines changed
2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 308
308
"configUpdateResponse" : {
309
309
"messageObject" : " io.restorecommerce.commandinterface.CommandResponse"
310
310
},
311
- "setApiKeyCommand" : {
312
- "messageObject" : " io.restorecommerce.commandinterface.CommandRequest"
313
- },
314
- "setApiKeyResponse" : {
315
- "messageObject" : " io.restorecommerce.commandinterface.CommandResponse"
316
- },
317
311
"flushCacheCommand" : {
318
312
"messageObject" : " io.restorecommerce.commandinterface.CommandRequest"
319
313
},
335
329
" resetCommand" ,
336
330
" versionCommand" ,
337
331
" configUpdateCommand" ,
338
- " setApiKeyCommand" ,
339
332
" flushCacheCommand"
340
333
]
341
334
},
Original file line number Diff line number Diff line change @@ -114,7 +114,6 @@ const COMMANDEVENTS = [
114
114
'resetCommand' ,
115
115
'versionCommand' ,
116
116
'configUpdateCommand' ,
117
- 'setApiKeyCommand' ,
118
117
'flushCacheCommand'
119
118
] ;
120
119
const HIERARCHICAL_SCOPE_REQUEST_EVENT = 'hierarchicalScopesRequest' ;
You can’t perform that action at this time.
0 commit comments