@nomalism-com/types 1.1.4 → 1.1.5
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.
|
@@ -6,7 +6,7 @@ export declare const UpperName = "Npc";
|
|
|
6
6
|
export declare const LowerName: string;
|
|
7
7
|
export interface IPrintJobs {
|
|
8
8
|
id: string;
|
|
9
|
-
|
|
9
|
+
buffer?: unknown;
|
|
10
10
|
external_url?: string | null;
|
|
11
11
|
printer_id: string;
|
|
12
12
|
orientation: 'landscape' | 'portrait';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nomalism-com/types",
|
|
3
3
|
"description": "A nomalism package with all necessary types and validations for developing APIs",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.5",
|
|
5
5
|
"author": "Nomalism <it.nomalism@gmail.com> (https://nomalism.com/)",
|
|
6
6
|
"license": "UNLICENSED",
|
|
7
7
|
"type": "module",
|