@voiceflow/base-types 2.46.0 → 2.47.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.
@@ -43,6 +43,6 @@ export interface Model<_PlatformData extends PlatformData, Command extends BaseC
43
43
  prototype?: Prototype<Command, Locale>;
44
44
  components?: FolderItem[];
45
45
  platformData: _PlatformData;
46
- manualSave?: boolean;
47
- autoSaveFromRestore?: boolean;
46
+ manualSave: boolean;
47
+ autoSaveFromRestore: boolean;
48
48
  }
@@ -43,6 +43,6 @@ export interface Model<_PlatformData extends PlatformData, Command extends BaseC
43
43
  prototype?: Prototype<Command, Locale>;
44
44
  components?: FolderItem[];
45
45
  platformData: _PlatformData;
46
- manualSave?: boolean;
47
- autoSaveFromRestore?: boolean;
46
+ manualSave: boolean;
47
+ autoSaveFromRestore: boolean;
48
48
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@voiceflow/base-types",
3
3
  "description": "Voiceflow base project types",
4
- "version": "2.46.0",
4
+ "version": "2.47.0",
5
5
  "author": "Voiceflow",
6
6
  "bugs": {
7
7
  "url": "https://github.com/voiceflow/libs/issues"
@@ -43,5 +43,5 @@
43
43
  "test:smoke": "exit 0",
44
44
  "test:unit": "exit 0"
45
45
  },
46
- "gitHead": "2583cd13d550bbdc606905b2fda40208cc249a59"
46
+ "gitHead": "f406fe8ef03ec2b6c409362090d76fd93ab68bb4"
47
47
  }