Comparing version 18.3.0 to 18.4.0
@@ -213,4 +213,8 @@ /// <reference types="node" resolution-mode="require"/> | ||
/** | ||
* @dos https://docs.microsoft.com/en-us/windows/win32/printdocs/getprinter#parameters | ||
* @docs https://docs.microsoft.com/en-us/windows/win32/printdocs/getprinter#parameters | ||
*/ | ||
export declare type PRINTER_INFO_LEVEL = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9; | ||
/** | ||
* @docs https://docs.microsoft.com/zh-cn/windows/win32/printdocs/enumprinters | ||
*/ | ||
export declare type EnumPrinters_Level = 1 | 2 | 4 | 5; |
{ | ||
"name": "win32-def", | ||
"author": "waiting", | ||
"version": "18.3.0", | ||
"version": "18.4.0", | ||
"description": "win32 definitions for node-ffi", | ||
@@ -99,3 +99,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "fe67c668aa68cd8f47f4b8aa007a777b13015767" | ||
"gitHead": "77fac29ba1dc6682434087c7c906c9a7d16897a2" | ||
} |
@@ -241,5 +241,9 @@ /* ---------- data types for TypeScript ----------- */ | ||
/** | ||
* @dos https://docs.microsoft.com/en-us/windows/win32/printdocs/getprinter#parameters | ||
* @docs https://docs.microsoft.com/en-us/windows/win32/printdocs/getprinter#parameters | ||
*/ | ||
export type PRINTER_INFO_LEVEL = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | ||
/** | ||
* @docs https://docs.microsoft.com/zh-cn/windows/win32/printdocs/enumprinters | ||
*/ | ||
export type EnumPrinters_Level = 1 | 2 | 4 | 5 | ||
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
371032
7813