@rendley/sdk 1.7.3 → 1.8.0

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/dist/Engine.d.ts CHANGED
@@ -102,7 +102,6 @@ export declare class Engine {
102
102
  fps: number;
103
103
  layers: {
104
104
  id: string;
105
- clips: any[];
106
105
  transitions: {
107
106
  name: string;
108
107
  type: "transition";
@@ -113,6 +112,7 @@ export declare class Engine {
113
112
  outDuration: number;
114
113
  transitionSrc: string;
115
114
  }[];
115
+ clips: any[];
116
116
  visible?: boolean | undefined;
117
117
  muted?: boolean | undefined;
118
118
  volume?: number | undefined;