@posx/core 5.3.72 → 5.3.73
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/build/index.d.ts +2 -0
- package/build/index.js +1 -1
- package/package.json +1 -1
- package/package.publish.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -3264,6 +3264,7 @@ declare module '@posx/core/types/printer.type' {
|
|
|
3264
3264
|
protocol: PrinterProtocols;
|
|
3265
3265
|
connection_type: PrinterConnections;
|
|
3266
3266
|
data: IPrintCommand;
|
|
3267
|
+
commands: string;
|
|
3267
3268
|
status: PrintJobStatus;
|
|
3268
3269
|
retries: number;
|
|
3269
3270
|
save_only: boolean;
|
|
@@ -3287,6 +3288,7 @@ declare module '@posx/core/types/printer.type' {
|
|
|
3287
3288
|
data: PrintCommand;
|
|
3288
3289
|
status: PrintJobStatus;
|
|
3289
3290
|
retries: number;
|
|
3291
|
+
commands: string;
|
|
3290
3292
|
uid: string;
|
|
3291
3293
|
save_only: boolean;
|
|
3292
3294
|
print_times: number;
|