UNPKG

@docusign/iam-sdk

Version:

Developer-friendly & type-safe Typescript SDK specifically catered to leverage *@docusign/iam-sdk* API.

13 lines 607 B
/* * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. */ import * as z from "zod/v3"; /** @internal */ export const GetWorkflowInstancesListRequest$outboundSchema = z.object({ accountId: z.string().default("00000000-0000-0000-0000-000000000000"), workflowId: z.string().default("00000000-0000-0000-0000-000000000000"), }); export function getWorkflowInstancesListRequestToJSON(getWorkflowInstancesListRequest) { return JSON.stringify(GetWorkflowInstancesListRequest$outboundSchema.parse(getWorkflowInstancesListRequest)); } //# sourceMappingURL=getworkflowinstanceslist.js.map