@adobe/premierepro 26.5.0-beta.59 → 26.5.0-beta.61

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.5.0-beta.59",
3
+ "version": "26.5.0-beta.61",
4
4
  "description": "The TypeScript definitions and declarations for UXP APIs in Premiere",
5
5
  "license": "Apache-2.0",
6
6
  "bugs": {
@@ -4537,6 +4537,9 @@ export declare type TranscriptStatic = {
4537
4537
  export declare type Transcript = {};
4538
4538
 
4539
4539
  export namespace Constants {
4540
+ /**
4541
+ * @since 26.3
4542
+ */
4540
4543
  export enum AAFExportAudioFormat {
4541
4544
  AIFF,
4542
4545
  WAV,
@@ -4589,10 +4592,22 @@ export namespace Constants {
4589
4592
  TIME_TRANSITION_START,
4590
4593
  }
4591
4594
 
4595
+ /**
4596
+ * @since 25.6
4597
+ */
4592
4598
  export enum MarkerColor {
4593
4599
  GREEN,
4594
4600
  RED,
4601
+ /**
4602
+ * @since 25.6
4603
+ * @since 26.5 Deprecated in favor of the properly spelled 'MAGENTA' equivalent.
4604
+ * @deprecated Use MAGENTA instead.
4605
+ */
4595
4606
  MAGNETA,
4607
+ /**
4608
+ * @since 26.5
4609
+ */
4610
+ MAGENTA,
4596
4611
  ORANGE,
4597
4612
  YELLOW,
4598
4613
  BLUE,