@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.
- package/dist/record.d.ts +1 -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
|
-
|
|
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 = {
|