generaltranslation 8.0.0 → 8.0.1-alpha.2
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/id/hashSource.d.ts +2 -1
- package/dist/id.cjs.min.cjs.map +1 -1
- package/dist/id.esm.min.mjs.map +1 -1
- package/dist/index.cjs.min.cjs +1 -18
- package/dist/index.cjs.min.cjs.map +1 -1
- package/dist/index.d.ts +1 -3
- package/dist/index.esm.min.mjs +1 -18
- package/dist/index.esm.min.mjs.map +1 -1
- package/dist/types-dir/api/entry.d.ts +2 -1
- package/dist/types-dir/api/file.d.ts +1 -1
- package/dist/types.d.ts +1 -3
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import { DataFormat as DataFormat$1 } from 'src/types';
|
|
2
|
-
|
|
3
1
|
type CustomMapping = Record<string, string | Partial<LocaleProperties>>;
|
|
4
2
|
|
|
5
3
|
type LocaleProperties = {
|
|
@@ -171,7 +169,7 @@ type FileReference = {
|
|
|
171
169
|
branchId: string;
|
|
172
170
|
fileName: string;
|
|
173
171
|
fileFormat: FileFormat;
|
|
174
|
-
dataFormat?: DataFormat
|
|
172
|
+
dataFormat?: DataFormat;
|
|
175
173
|
};
|
|
176
174
|
|
|
177
175
|
type DownloadFileBatchOptions = {
|