function deployScriptCode deployScriptCode(code: string,scriptId?: number | string,): Promise<Result<void>> Upload and publish new script code to a Bunny edge script (defaults to this host's own script when scriptId is omitted). Parameters code: string optional scriptId: number | string Return Type Promise<Result<void>>