@soga/types 0.0.35 → 0.0.36

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 -0
  2. package/package.json +1 -1
package/dist/record.d.ts CHANGED
@@ -167,6 +167,7 @@ export type RecordFolderConfig = {
167
167
  insert_last: -1 | 0 | 1;
168
168
  keep_source?: -1 | 0 | 1;
169
169
  link_subtitle?: -1 | 0 | 1;
170
+ adapt_resolution?: -1 | 0 | 1;
170
171
  };
171
172
  type RecordCommonFields = {
172
173
  id: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@soga/types",
3
- "version": "0.0.35",
3
+ "version": "0.0.36",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },