Streaming operations

Mark operations as streaming for appropriate SDK generation:

asyncapi.yml
1operations:
2 streamEvents:
3 action: receive
4 channel:
5 $ref: '#/channels/event~1stream'
6 x-fern-streaming:
7 type: server_sent_events
8 termination: client_closes