@adobe/premierepro 26.2.0 → 26.3.0-beta.19

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/premierepro",
3
- "version": "26.2.0",
3
+ "version": "26.3.0-beta.19",
4
4
  "description": "The TypeScript definitions and declarations for UXP APIs in Premiere",
5
5
  "license": "Apache-2.0",
6
6
  "bugs": {
@@ -2368,22 +2368,6 @@ export declare type ProjectConverterStatic = {
2368
2368
  outputFilePath: string,
2369
2369
  suppressUI?: boolean
2370
2370
  ): Promise<boolean>;
2371
-
2372
- /**
2373
- * Import a Final Cut Pro XML file into the active project.
2374
- *
2375
- * @param importPath
2376
- * @param suppressUI
2377
- */
2378
- importFromFinalCutProXML(importPath: string, suppressUI?: boolean): Promise<boolean>;
2379
-
2380
- /**
2381
- * Import an OpenTimelineIO file into the active project.
2382
- *
2383
- * @param importPath
2384
- * @param suppressUI
2385
- */
2386
- importFromOpenTimelineIO(importPath: string, suppressUI?: boolean): Promise<boolean>;
2387
2371
  };
2388
2372
 
2389
2373
  export declare type ProjectConverter = {};