@@ -4,7 +4,6 @@ import ResourceSchema from './resource-schema.json' with {type: 'json'}
44import IpcMessageSchema from './ipc-message-schema.json' with { type : 'json' }
55import IpcMessageV2Schema from './ipc-message-schema-v2.json' with { type : 'json' }
66import ApplyRequestDataSchema from './messages/apply-request-data-schema.json' with { type : 'json' }
7- import ApplyResponseDataSchema from './messages/apply-response-data-schema.json' with { type : 'json' }
87import ErrorResponseDataSchema from './messages/error-response-data-schema.json' with { type : 'json' }
98import GetResourceInfoRequestDataSchema from './messages/get-resource-info-request-data-schema.json' with { type : 'json' }
109import GetResourceInfoResponseDataSchema from './messages/get-resource-info-response-data-schema.json' with { type : 'json' }
@@ -23,6 +22,7 @@ import CommandRequestResponseDataSchema from './messages/command-response-data-s
2322import PressKeyToContinueRequestDataSchema from './messages/press-key-to-continue-request-data-schema.json' with { type : 'json' } ;
2423import PressKeyToContinueResponseDataSchema from './messages/press-key-to-continue-response-data-schema.json' with { type : 'json' } ;
2524import SetVerbosityRequestDataSchema from './messages/set-verbosity-request-data-schema.json' with { type : 'json' } ;
25+ import EmptyResponseDataSchema from './messages/empty-response-data-schema.json' with { type : 'json' } ;
2626
2727export {
2828 ConfigFileSchema ,
@@ -31,7 +31,6 @@ export {
3131 IpcMessageSchema ,
3232 IpcMessageV2Schema ,
3333 ApplyRequestDataSchema ,
34- ApplyResponseDataSchema ,
3534 ErrorResponseDataSchema ,
3635 GetResourceInfoRequestDataSchema ,
3736 GetResourceInfoResponseDataSchema ,
@@ -50,6 +49,7 @@ export {
5049 PressKeyToContinueRequestDataSchema ,
5150 PressKeyToContinueResponseDataSchema ,
5251 SetVerbosityRequestDataSchema ,
52+ EmptyResponseDataSchema ,
5353}
5454
5555export * from './types/index.js' ;
0 commit comments