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

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.59",
4
4
  "description": "The TypeScript definitions and declarations for UXP APIs in Premiere",
5
5
  "license": "Apache-2.0",
6
6
  "bugs": {
@@ -41,6 +41,7 @@ export declare type premierepro = {
41
41
  Markers: MarkersStatic;
42
42
  Media: Media;
43
43
  Metadata: MetadataStatic;
44
+ ObjectMaskUtils: ObjectMaskUtilsStatic;
44
45
  OpenProjectOptions: OpenProjectOptions;
45
46
  OperationCompleteEvent: OperationCompleteEventStatic;
46
47
  PRProduction: PRProductionStatic;
@@ -2091,6 +2092,18 @@ export declare type MetadataStatic = {
2091
2092
 
2092
2093
  export declare type Metadata = {};
2093
2094
 
2095
+ export declare type ObjectMaskUtilsStatic = {
2096
+ /**
2097
+ * Check if the project or sequence contains object mask. Returns true if at
2098
+ * least one object mask exists.
2099
+ *
2100
+ * @param projectOrSequence
2101
+ */
2102
+ hasObjectMask(projectOrSequence: Project | Sequence): boolean;
2103
+ };
2104
+
2105
+ export declare type ObjectMaskUtils = {};
2106
+
2094
2107
  export declare type OpenProjectOptions = {
2095
2108
  /**
2096
2109
  * Constructs a new instance of the OpenProjectOptions class.