@adobe/premierepro 26.3.0-beta.19 → 26.3.0-beta.29

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.19",
3
+ "version": "26.3.0-beta.29",
4
4
  "description": "The TypeScript definitions and declarations for UXP APIs in Premiere",
5
5
  "license": "Apache-2.0",
6
6
  "bugs": {
@@ -1741,6 +1741,12 @@ export declare type Marker = {
1741
1741
  * @param comments
1742
1742
  */
1743
1743
  createSetCommentsAction(comments: string): Action;
1744
+
1745
+ /**
1746
+ * The unique identifier of the marker.
1747
+ * @readonly
1748
+ */
1749
+ readonly guid: Guid;
1744
1750
  };
1745
1751
 
1746
1752
  export declare type MarkersStatic = {