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

Rename `GetStatusOptions` to `GetStatusInternalOptions` #452

Closed hossam-nasr closed 1 year ago

hossam-nasr commented 1 year ago

GetStatusOptions is an internal class and was only used to be passed to the private function getStatusInternal() on the DurableOrchestrationClient class. This change is mostly to unblock #441 and reserve the GetStatusOptions name for the new argument to the public getStatus() API