@butr/vortexextensionnative 1.0.110 → 1.0.112
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.
|
Binary file
|
|
Binary file
|
|
@@ -34,7 +34,7 @@ export interface SaveMetadata {
|
|
|
34
34
|
}
|
|
35
35
|
export type GameStore = 'Steam' | 'GOG' | 'Epic' | 'Xbox' | 'Unknown';
|
|
36
36
|
export type GamePlatform = 'Win64' | 'Xbox' | 'Unknown';
|
|
37
|
-
export type NotificationType = 'hint' | 'info';
|
|
37
|
+
export type NotificationType = 'hint' | 'info' | 'warning' | 'error';
|
|
38
38
|
export type DialogType = 'warning' | 'fileOpen' | 'fileSave';
|
|
39
39
|
export type InstructionType = 'Copy' | 'ModuleInfo';
|
|
40
40
|
export interface InstallInstruction {
|
|
@@ -34,7 +34,7 @@ export interface SaveMetadata {
|
|
|
34
34
|
}
|
|
35
35
|
export type GameStore = 'Steam' | 'GOG' | 'Epic' | 'Xbox' | 'Unknown';
|
|
36
36
|
export type GamePlatform = 'Win64' | 'Xbox' | 'Unknown';
|
|
37
|
-
export type NotificationType = 'hint' | 'info';
|
|
37
|
+
export type NotificationType = 'hint' | 'info' | 'warning' | 'error';
|
|
38
38
|
export type DialogType = 'warning' | 'fileOpen' | 'fileSave';
|
|
39
39
|
export type InstructionType = 'Copy' | 'ModuleInfo';
|
|
40
40
|
export interface InstallInstruction {
|
package/package.json
CHANGED