@3dverse/api 0.3.2 → 0.3.3
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/_prebuild/wrapper.d.ts +8 -8
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
@@ -354,7 +354,7 @@ export declare function getUploadTasksInFolder({ folder_id, offset, limit }: {
|
|
354
354
|
limit?: number;
|
355
355
|
}): AxiosPromise<Array<GetUploadTasksInFolder_UploadTask>>;
|
356
356
|
export type GetFolderAssets_Filter = {
|
357
|
-
asset_type?: StrictUnion<Array<"animation" | "animationGraph" | "animationSequence" | "animationSet" | "cubemap" | "eventMap" | "material" | "mesh" | "pointCloud" | "renderGraph" | "scene" | "script" | "shader" | "skeleton" | "sound" | "texture" | "volumeMaterial"> | "animation" | "animationGraph" | "animationSequence" | "animationSet" | "cubemap" | "eventMap" | "material" | "mesh" | "pointCloud" | "renderGraph" | "scene" | "script" | "shader" | "skeleton" | "sound" | "texture" | "volumeMaterial"
|
357
|
+
asset_type?: StrictUnion<Array<"animation" | "animationGraph" | "animationSequence" | "animationSet" | "cubemap" | "eventMap" | "material" | "mesh" | "pointCloud" | "renderGraph" | "scene" | "script" | "shader" | "skeleton" | "sound" | "texture" | "volumeMaterial"> | "animation" | "animationGraph" | "animationSequence" | "animationSet" | "cubemap" | "eventMap" | "material" | "mesh" | "pointCloud" | "renderGraph" | "scene" | "script" | "shader" | "skeleton" | "sound" | "texture" | "volumeMaterial">;
|
358
358
|
asset_name?: string;
|
359
359
|
};
|
360
360
|
export type GetFolderAssets_asset_list = {
|
@@ -409,7 +409,7 @@ export type CreateAsset_asset_item = {
|
|
409
409
|
export declare function createAsset({ folder_id, asset_container_creatable, assetCreationOptions }: {
|
410
410
|
folder_id: string;
|
411
411
|
asset_container_creatable: "animationGraphs" | "animationSequences" | "cubemaps" | "eventMaps" | "materials" | "renderGraphs" | "scenes" | "scripts" | "shaders" | "volumeMaterials";
|
412
|
-
assetCreationOptions: StrictUnion<CreateAsset_NewAsset | CreateAsset_AssetDuplication
|
412
|
+
assetCreationOptions: StrictUnion<CreateAsset_NewAsset | CreateAsset_AssetDuplication>;
|
413
413
|
}): AxiosPromise<CreateAsset_asset_item>;
|
414
414
|
export type GetSessionsInFolder_Session = {
|
415
415
|
session_id: string;
|
@@ -625,8 +625,8 @@ export type GetAssetDependencies_asset_item = {
|
|
625
625
|
export declare function getAssetDependencies({ asset_container, asset_id, format, depth, filter }: {
|
626
626
|
asset_container: "animations" | "animationGraphs" | "animationSequences" | "animationSets" | "cubemaps" | "eventMaps" | "materials" | "meshes" | "pointClouds" | "renderGraphs" | "scenes" | "scripts" | "shaders" | "skeletons" | "sounds" | "textures" | "volumeMaterials";
|
627
627
|
asset_id: string;
|
628
|
-
format?: StrictUnion<'flat' | 'graph'
|
629
|
-
depth?: StrictUnion<'all' | 'direct'
|
628
|
+
format?: StrictUnion<'flat' | 'graph'>;
|
629
|
+
depth?: StrictUnion<'all' | 'direct'>;
|
630
630
|
filter?: GetAssetDependencies_Filter;
|
631
631
|
}): AxiosPromise<StrictUnion<GetAssetDependencies_Flat | Array<Array<GetAssetDependencies_asset_item>>>>;
|
632
632
|
export type GetAssetReferences_Object = {
|
@@ -667,7 +667,7 @@ export type GetAssetDescription_animation_state_description = {
|
|
667
667
|
export type GetAssetDescription_animation_node_description = {
|
668
668
|
nodeType?: "state_machine" | "playback" | "blendspace_1d" | "blendspace_2d" | "blend" | "random" | "ik_aim" | "ik_two_bone";
|
669
669
|
inputs?: Array<number>;
|
670
|
-
settings?: StrictUnion<GetAssetDescription_playback_settings_animation_settings | GetAssetDescription_blendspace_1d_settings_animation_settings | GetAssetDescription_blendspace_2d_settings_animation_settings | GetAssetDescription_blend_settings | GetAssetDescription_random_settings | GetAssetDescription_animation_state_machine_settings | GetAssetDescription_ik_two_bone_settings | GetAssetDescription_ik_aim_settings
|
670
|
+
settings?: StrictUnion<GetAssetDescription_playback_settings_animation_settings | GetAssetDescription_blendspace_1d_settings_animation_settings | GetAssetDescription_blendspace_2d_settings_animation_settings | GetAssetDescription_blend_settings | GetAssetDescription_random_settings | GetAssetDescription_animation_state_machine_settings | GetAssetDescription_ik_two_bone_settings | GetAssetDescription_ik_aim_settings>;
|
671
671
|
};
|
672
672
|
export type GetAssetDescription_playback_settings_animation_settings = {
|
673
673
|
playbackSpeed?: number;
|
@@ -960,7 +960,7 @@ export type GetAssetDescription_VolumeMaterial = {
|
|
960
960
|
};
|
961
961
|
export type GetAssetDescription_control_point = {
|
962
962
|
key?: number;
|
963
|
-
value?: StrictUnion<Array<number> | number
|
963
|
+
value?: StrictUnion<Array<number> | number>;
|
964
964
|
};
|
965
965
|
export type GetAssetDescription_asset_description = {
|
966
966
|
uuid: string;
|
@@ -1001,7 +1001,7 @@ export type UpdateAssetDescription_animation_state_description = {
|
|
1001
1001
|
export type UpdateAssetDescription_animation_node_description = {
|
1002
1002
|
nodeType?: "state_machine" | "playback" | "blendspace_1d" | "blendspace_2d" | "blend" | "random" | "ik_aim" | "ik_two_bone";
|
1003
1003
|
inputs?: Array<number>;
|
1004
|
-
settings?: StrictUnion<UpdateAssetDescription_playback_settings_animation_settings | UpdateAssetDescription_blendspace_1d_settings_animation_settings | UpdateAssetDescription_blendspace_2d_settings_animation_settings | UpdateAssetDescription_blend_settings | UpdateAssetDescription_random_settings | UpdateAssetDescription_animation_state_machine_settings | UpdateAssetDescription_ik_two_bone_settings | UpdateAssetDescription_ik_aim_settings
|
1004
|
+
settings?: StrictUnion<UpdateAssetDescription_playback_settings_animation_settings | UpdateAssetDescription_blendspace_1d_settings_animation_settings | UpdateAssetDescription_blendspace_2d_settings_animation_settings | UpdateAssetDescription_blend_settings | UpdateAssetDescription_random_settings | UpdateAssetDescription_animation_state_machine_settings | UpdateAssetDescription_ik_two_bone_settings | UpdateAssetDescription_ik_aim_settings>;
|
1005
1005
|
};
|
1006
1006
|
export type UpdateAssetDescription_playback_settings_animation_settings = {
|
1007
1007
|
playbackSpeed?: number;
|
@@ -1294,7 +1294,7 @@ export type UpdateAssetDescription_VolumeMaterial = {
|
|
1294
1294
|
};
|
1295
1295
|
export type UpdateAssetDescription_control_point = {
|
1296
1296
|
key?: number;
|
1297
|
-
value?: StrictUnion<Array<number> | number
|
1297
|
+
value?: StrictUnion<Array<number> | number>;
|
1298
1298
|
};
|
1299
1299
|
export declare function updateAssetDescription({ asset_container, asset_id, assetDescription }: {
|
1300
1300
|
asset_container: "animations" | "animationGraphs" | "animationSequences" | "animationSets" | "cubemaps" | "eventMaps" | "materials" | "meshes" | "pointClouds" | "renderGraphs" | "scenes" | "scripts" | "shaders" | "skeletons" | "sounds" | "textures" | "volumeMaterials";
|