julep icon indicating copy to clipboard operation
julep copied to clipboard

fix(typespec): Misc fixes in typespec definitions

Open creatorrr opened this issue 1 year ago • 0 comments
trafficstars

Signed-off-by: Diwank Singh Tomer [email protected]


[!IMPORTANT] Redefines ChildStreamEndpoint, updates dependencies, and removes YieldStep from task definitions in typespec files.

  • Behavior:
    • Redefines ChildStreamEndpoint in interfaces.tsp to use SSEStream<StreamEvent<T>>.
    • Removes YieldStep from task definitions in endpoints.tsp and openapi-0.4.0.yaml.
  • Models:
    • Adds StreamEvent<T> union in types.tsp.
  • Dependencies:
  • Misc:
    • Adds TasksGetRoute interface in endpoints.tsp.
    • Enables omit-unreachable-types in tspconfig.yaml.

This description was created by Ellipsis for 2f2eafe947d32195d3b9653132daf7547cf5c626. It will automatically update as commits are pushed.

creatorrr avatar Oct 12 '24 23:10 creatorrr