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:
Jess Frazelle
2022-12-11 16:09:58 -08:00
committed by GitHub
parent 0602a80eb1
commit fb661b7500
22 changed files with 1594 additions and 119 deletions

View File

@ -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;
}