@posx/core 5.5.26 → 5.5.27
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 -1
- package/build/index.js +1 -1
- package/package.json +1 -1
- package/package.publish.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -3317,7 +3317,8 @@ declare module '@posx/core/types/printer.type' {
|
|
|
3317
3317
|
export enum PrintJobStatus {
|
|
3318
3318
|
Queued = "queued",
|
|
3319
3319
|
Printed = "printed",
|
|
3320
|
-
Failed = "failed"
|
|
3320
|
+
Failed = "failed",
|
|
3321
|
+
Expired = "expired"
|
|
3321
3322
|
}
|
|
3322
3323
|
export interface IPrintJob extends IAppCoreModel {
|
|
3323
3324
|
printer_name: string;
|