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

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.47",
3
+ "version": "26.3.0-beta.54",
4
4
  "description": "The TypeScript definitions and declarations for UXP APIs in Premiere",
5
5
  "license": "Apache-2.0",
6
6
  "bugs": {
@@ -4384,6 +4384,13 @@ export declare type TranscriptStatic = {
4384
4384
  */
4385
4385
  querySupportedLanguages(): Array<{ displayString: string; languageCode: string; locale: string }>;
4386
4386
 
4387
+ /**
4388
+ * Returns true if the ClipProjectItem has an existing transcript
4389
+ *
4390
+ * @param clipProjectItem
4391
+ */
4392
+ hasTranscript(clipProjectItem: ClipProjectItem): boolean;
4393
+
4387
4394
  /**
4388
4395
  * Export transcripts inside of clipProjectItem as JSON string if transcript exist
4389
4396
  *