@@ -27,7 +27,7 @@ import {
2727 RequestHandler9 , StarNotificationHandler , GenericNotificationHandler , NotificationHandler0 , NotificationHandler , NotificationHandler1 , NotificationHandler2 , NotificationHandler3 ,
2828 NotificationHandler4 , NotificationHandler5 , NotificationHandler6 , NotificationHandler7 , NotificationHandler8 , NotificationHandler9 , Trace , TraceValue , TraceFormat ,
2929 TraceOptions , SetTraceParams , SetTraceNotification , LogTraceParams , LogTraceNotification , Tracer , ConnectionErrors , ConnectionError , CancellationId ,
30- CancellationReceiverStrategy , CancellationSenderStrategy , CancellationStrategy , MessageStrategy , TraceValues
30+ CancellationReceiverStrategy , IdCancellationReceiverStrategy , RequestCancellationReceiverStrategy , CancellationSenderStrategy , CancellationStrategy , MessageStrategy , TraceValues
3131} from './connection' ;
3232
3333import RAL from './ral' ;
@@ -64,5 +64,5 @@ export {
6464 RequestHandler9 , StarNotificationHandler , GenericNotificationHandler , NotificationHandler0 , NotificationHandler , NotificationHandler1 , NotificationHandler2 , NotificationHandler3 ,
6565 NotificationHandler4 , NotificationHandler5 , NotificationHandler6 , NotificationHandler7 , NotificationHandler8 , NotificationHandler9 , Trace , TraceValue , TraceValues , TraceFormat ,
6666 TraceOptions , SetTraceParams , SetTraceNotification , LogTraceParams , LogTraceNotification , Tracer , ConnectionErrors , ConnectionError , CancellationId ,
67- CancellationReceiverStrategy , CancellationSenderStrategy , CancellationStrategy , MessageStrategy
67+ CancellationReceiverStrategy , IdCancellationReceiverStrategy , RequestCancellationReceiverStrategy , CancellationSenderStrategy , CancellationStrategy , MessageStrategy
6868} ;
0 commit comments