@3dverse/api 0.8.20 → 0.8.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -521,6 +521,13 @@ function deleteSourceFiles({
521
521
  headers
522
522
  });
523
523
  }
524
+ function getSupportedSourceFileFormats(headers) {
525
+ return axiosInstance({
526
+ method: "get",
527
+ url: "/source-files/supported-formats",
528
+ headers
529
+ });
530
+ }
524
531
  function downloadSourceFile({
525
532
  source_file_id
526
533
  }, headers, responseType) {
@@ -1222,6 +1229,7 @@ export {
1222
1229
  getSourceFileAssets,
1223
1230
  getSourceFileDetails,
1224
1231
  getSourceFilesInFolder,
1232
+ getSupportedSourceFileFormats,
1225
1233
  getUploadTask,
1226
1234
  getUploadTasks,
1227
1235
  getUploadTasksInFolder,