UNPKG

@fairmint/canton-node-sdk

Version:
14 lines 980 B
import { z } from 'zod'; import type { paths } from '../../../../../../generated/canton/community/ledger/ledger-json-api/src/test/resources/json-api-docs/openapi'; declare const endpoint = "/v2/commands/async/submit-reassignment"; export declare const AsyncSubmitReassignmentParamsSchema: z.ZodObject<{ reassignmentCommands: z.ZodAny; }, z.core.$strip>; export type AsyncSubmitReassignmentParams = z.infer<typeof AsyncSubmitReassignmentParamsSchema>; export type AsyncSubmitReassignmentRequest = paths[typeof endpoint]['post']['requestBody']['content']['application/json']; export type AsyncSubmitReassignmentResponse = paths[typeof endpoint]['post']['responses']['200']['content']['application/json']; export declare const AsyncSubmitReassignment: new (client: import("../../../../../../core").BaseClient) => import("../../../../../../core").ApiOperation<{ reassignmentCommands: any; }, Record<string, never>>; export {}; //# sourceMappingURL=submit-reassignment.d.ts.map