@soga/types 0.0.39 → 0.0.40

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.
Files changed (2) hide show
  1. package/dist/record.d.ts +1 -2
  2. package/package.json +1 -1
package/dist/record.d.ts CHANGED
@@ -163,8 +163,7 @@ export type Manifest = {
163
163
  };
164
164
  export type RecordFolderConfig = {
165
165
  insert_last: -1 | 0 | 1;
166
- keep_source?: -1 | 0 | 1;
167
- keep_preview?: -1 | 0 | 1;
166
+ file_keeps?: 0 | 1 | 2 | 3;
168
167
  adapt_resolution?: -1 | 0 | 1;
169
168
  };
170
169
  type RecordCommonFields = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@soga/types",
3
- "version": "0.0.39",
3
+ "version": "0.0.40",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },