@adobe/premierepro 26.3.0-beta.54 → 26.3.0-beta.58

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.3.0-beta.54",
3
+ "version": "26.3.0-beta.58",
4
4
  "description": "The TypeScript definitions and declarations for UXP APIs in Premiere",
5
5
  "license": "Apache-2.0",
6
6
  "bugs": {
@@ -2091,6 +2091,18 @@ export declare type MetadataStatic = {
2091
2091
 
2092
2092
  export declare type Metadata = {};
2093
2093
 
2094
+ export declare type ObjectMaskUtilsStatic = {
2095
+ /**
2096
+ * Check if the project or sequence contains object mask. Returns true if at
2097
+ * least one object mask exists.
2098
+ *
2099
+ * @param projectOrSequence
2100
+ */
2101
+ hasObjectMask(projectOrSequence: Project | Sequence): boolean;
2102
+ };
2103
+
2104
+ export declare type ObjectMaskUtils = {};
2105
+
2094
2106
  export declare type OpenProjectOptions = {
2095
2107
  /**
2096
2108
  * Constructs a new instance of the OpenProjectOptions class.