Azure / azure-functions-durable-js

JavaScript library for using the Durable Functions bindings
https://www.npmjs.com/package/durable-functions
MIT License
128 stars 47 forks source link

Update orchestration and entity types #447

Closed hossam-nasr closed 1 year ago

hossam-nasr commented 1 year ago

This PR ticks some boxes off #416. Specifically:

  1. Replaces IOrchestrationFunctionContext with OrchestrationContext, and exports it from the root of the package
  2. Replaces IEntityFunctionContext<T> with EntityContext<T> and exports it from the root of the package.
  3. Exports Task and TimerTask (user-facing types) from the root of the package