Update api spec (#12)
* YOYO NEW API SPEC! * update apiGen * update mass test * Generated new lib * 2d conversion update * Generated new lib Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Kurt Hutten Irev-Dev <k.hutten@protonmail.ch>
This commit is contained in:
@ -2,14 +2,14 @@ import fetch from 'node-fetch';
|
||||
import {
|
||||
FileDensity_type,
|
||||
Error_type,
|
||||
FileSourceFormat_type,
|
||||
File3DImportFormat_type,
|
||||
} from '../../models.js';
|
||||
import { Client } from '../../client.js';
|
||||
|
||||
interface Create_file_density_params {
|
||||
client?: Client;
|
||||
material_mass: number;
|
||||
src_format: FileSourceFormat_type;
|
||||
src_format: File3DImportFormat_type;
|
||||
body: string;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user