@mediaclip/designer-api 14.1.0-cd.28896 → 14.1.0-cd.29359

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/designer-api.d.ts CHANGED
@@ -50,7 +50,7 @@ export class AutofillData {
50
50
  }
51
51
 
52
52
  export class AutofillSpecificationsSet {
53
- id:string;
53
+ id?:string;
54
54
  min:number;
55
55
  max:number;
56
56
  full:number;
@@ -348,6 +348,7 @@ export interface IDesignerEvents {
348
348
  onGetRecoveryId:() => string | null;
349
349
  onLoad:(deferred:Deferred<Project>, projectName:string) => boolean;
350
350
  onLoadComplete:() => Promise<void>;
351
+ onNavigationBack:() => boolean;
351
352
  onReady:(deferred:Deferred<void>) => boolean;
352
353
  onRedirect:(url:string) => boolean;
353
354
  onReload:() => boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mediaclip/designer-api",
3
- "version": "14.1.0-cd.28896",
3
+ "version": "14.1.0-cd.29359",
4
4
  "description": "Mediaclip Designer Javascript API Typings",
5
5
  "types": "designer-api.d.ts",
6
6
  "main": "index.js",