@artinet/sdk
Version:
TypeScript SDK for Agentic Communication
8 lines • 410 B
TypeScript
import { ServerDeploymentRequestParams, ServerDeploymentResponse } from "../../types/index.js";
/**
* Sends a full deployment request to the server.
* @param params The parameters to pass to the method.
* @returns The response from the server.
*/
export declare function fullDeployment(params: ServerDeploymentRequestParams): Promise<ServerDeploymentResponse>;
//# sourceMappingURL=full-deployment.d.ts.map