@adobe/premierepro 26.3.0 → 26.5.0-beta.3

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",
3
+ "version": "26.5.0-beta.3",
4
4
  "description": "The TypeScript definitions and declarations for UXP APIs in Premiere",
5
5
  "license": "Apache-2.0",
6
6
  "bugs": {
@@ -632,7 +632,7 @@ export declare type AudioTrack = {
632
632
  *
633
633
  * @param name
634
634
  */
635
- createSetNameAction(name: string): object;
635
+ createSetNameAction(name: string): Action;
636
636
 
637
637
  /**
638
638
  * sets the mute state of the track to muted/unmuted
@@ -688,7 +688,7 @@ export declare type CaptionTrack = {
688
688
  *
689
689
  * @param name
690
690
  */
691
- createSetNameAction(name: string): object;
691
+ createSetNameAction(name: string): Action;
692
692
 
693
693
  /**
694
694
  * sets the mute state of the track to muted/unmuted
@@ -4280,7 +4280,7 @@ export declare type VideoTrack = {
4280
4280
  *
4281
4281
  * @param name
4282
4282
  */
4283
- createSetNameAction(name: string): object;
4283
+ createSetNameAction(name: string): Action;
4284
4284
 
4285
4285
  /**
4286
4286
  * sets the mute state of the track to muted/unmuted