Skip to content

Commit 052bc32

Browse files
Updates to AE & Premiere & Animate Typings (#89)
* PPRO Typings Restructure Init * 2020 animate added * started ppro qe dom defs from eric robinson * removed all references to QE Dom & misc PPRO TS fixes * animate globals fixes * change animate from years to versions * AE onStatusChanged should be onStatus * renamed ppro defs to index * updated test.sh
1 parent a48dea7 commit 052bc32

36 files changed

+13259
-70
lines changed

AfterEffects/10.5/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1989,7 +1989,7 @@ declare class RenderQueueItem {
19891989
skipFrames: number
19901990

19911991
/** A callback function that is called during the rendering process when the status of the item changes. */
1992-
onStatusChanged: string | null
1992+
onStatus: string | null
19931993

19941994
/** A log type for this item. */
19951995
logType: LogType

AfterEffects/11.0/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2031,7 +2031,7 @@ declare class RenderQueueItem {
20312031
skipFrames: number
20322032

20332033
/** A callback function that is called during the rendering process when the status of the item changes. */
2034-
onStatusChanged: string | null
2034+
onStatus: string | null
20352035

20362036
/** A log type for this item. */
20372037
logType: LogType

AfterEffects/12.0/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2051,7 +2051,7 @@ declare class RenderQueueItem {
20512051
skipFrames: number
20522052

20532053
/** A callback function that is called during the rendering process when the status of the item changes. */
2054-
onStatusChanged: string | null
2054+
onStatus: string | null
20552055

20562056
/** A log type for this item. */
20572057
logType: LogType

AfterEffects/13.0/index.d.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1537,9 +1537,7 @@ declare class OutputModule {
15371537

15381538
getSetting(key: string): string | number
15391539

1540-
getSettings(
1541-
format?: GetSettingsFormat,
1542-
): {
1540+
getSettings(format?: GetSettingsFormat): {
15431541
"Audio Bit Depth": string
15441542
"Audio Channels": string
15451543
"Audio Sample Rate": string
@@ -2099,7 +2097,7 @@ declare class RenderQueueItem {
20992097
skipFrames: number
21002098

21012099
/** A callback function that is called during the rendering process when the status of the item changes. */
2102-
onStatusChanged: string | null
2100+
onStatus: string | null
21032101

21042102
/** A log type for this item. */
21052103
logType: LogType

AfterEffects/13.1/index.d.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1537,9 +1537,7 @@ declare class OutputModule {
15371537

15381538
getSetting(key: string): string | number
15391539

1540-
getSettings(
1541-
format?: GetSettingsFormat,
1542-
): {
1540+
getSettings(format?: GetSettingsFormat): {
15431541
"Audio Bit Depth": string
15441542
"Audio Channels": string
15451543
"Audio Sample Rate": string
@@ -2099,7 +2097,7 @@ declare class RenderQueueItem {
20992097
skipFrames: number
21002098

21012099
/** A callback function that is called during the rendering process when the status of the item changes. */
2102-
onStatusChanged: string | null
2100+
onStatus: string | null
21032101

21042102
/** A log type for this item. */
21052103
logType: LogType

AfterEffects/13.2/index.d.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1543,9 +1543,7 @@ declare class OutputModule {
15431543

15441544
getSetting(key: string): string | number
15451545

1546-
getSettings(
1547-
format?: GetSettingsFormat,
1548-
): {
1546+
getSettings(format?: GetSettingsFormat): {
15491547
"Audio Bit Depth": string
15501548
"Audio Channels": string
15511549
"Audio Sample Rate": string
@@ -2105,7 +2103,7 @@ declare class RenderQueueItem {
21052103
skipFrames: number
21062104

21072105
/** A callback function that is called during the rendering process when the status of the item changes. */
2108-
onStatusChanged: string | null
2106+
onStatus: string | null
21092107

21102108
/** A log type for this item. */
21112109
logType: LogType

AfterEffects/13.6/index.d.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1548,9 +1548,7 @@ declare class OutputModule {
15481548

15491549
getSetting(key: string): string | number
15501550

1551-
getSettings(
1552-
format?: GetSettingsFormat,
1553-
): {
1551+
getSettings(format?: GetSettingsFormat): {
15541552
"Audio Bit Depth": string
15551553
"Audio Channels": string
15561554
"Audio Sample Rate": string
@@ -2110,7 +2108,7 @@ declare class RenderQueueItem {
21102108
skipFrames: number
21112109

21122110
/** A callback function that is called during the rendering process when the status of the item changes. */
2113-
onStatusChanged: string | null
2111+
onStatus: string | null
21142112

21152113
/** A log type for this item. */
21162114
logType: LogType

AfterEffects/13.8/index.d.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1558,9 +1558,7 @@ declare class OutputModule {
15581558

15591559
getSetting(key: string): string | number
15601560

1561-
getSettings(
1562-
format?: GetSettingsFormat,
1563-
): {
1561+
getSettings(format?: GetSettingsFormat): {
15641562
"Audio Bit Depth": string
15651563
"Audio Channels": string
15661564
"Audio Sample Rate": string
@@ -2123,7 +2121,7 @@ declare class RenderQueueItem {
21232121
skipFrames: number
21242122

21252123
/** A callback function that is called during the rendering process when the status of the item changes. */
2126-
onStatusChanged: string | null
2124+
onStatus: string | null
21272125

21282126
/** A log type for this item. */
21292127
logType: LogType

AfterEffects/14.0/index.d.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1607,9 +1607,7 @@ declare class OutputModule {
16071607

16081608
getSetting(key: string): string | number
16091609

1610-
getSettings(
1611-
format?: GetSettingsFormat,
1612-
): {
1610+
getSettings(format?: GetSettingsFormat): {
16131611
"Audio Bit Depth": string
16141612
"Audio Channels": string
16151613
"Audio Sample Rate": string
@@ -2178,7 +2176,7 @@ declare class RenderQueueItem {
21782176
skipFrames: number
21792177

21802178
/** A callback function that is called during the rendering process when the status of the item changes. */
2181-
onStatusChanged: string | null
2179+
onStatus: string | null
21822180

21832181
/** A log type for this item. */
21842182
logType: LogType

AfterEffects/14.2/index.d.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1607,9 +1607,7 @@ declare class OutputModule {
16071607

16081608
getSetting(key: string): string | number
16091609

1610-
getSettings(
1611-
format?: GetSettingsFormat,
1612-
): {
1610+
getSettings(format?: GetSettingsFormat): {
16131611
"Audio Bit Depth": string
16141612
"Audio Channels": string
16151613
"Audio Sample Rate": string
@@ -2223,7 +2221,7 @@ declare class RenderQueueItem {
22232221
skipFrames: number
22242222

22252223
/** A callback function that is called during the rendering process when the status of the item changes. */
2226-
onStatusChanged: string | null
2224+
onStatus: string | null
22272225

22282226
/** A log type for this item. */
22292227
logType: LogType

0 commit comments

Comments
 (0)