@posx/core 5.5.302 → 5.5.305
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 +1 -0
- package/build/index.js +1 -1
- package/package.json +1 -1
- package/package.publish.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -3929,6 +3929,7 @@ declare module '@posx/core/types/printer.type' {
|
|
|
3929
3929
|
yeahpay_client_private_key: string;
|
|
3930
3930
|
yeahpay_signature_key: string;
|
|
3931
3931
|
yeahpay_async_url: string;
|
|
3932
|
+
yeahpay_print_copies?: number;
|
|
3932
3933
|
};
|
|
3933
3934
|
export type INode = IDevice;
|
|
3934
3935
|
export class Device extends AppBaseModel implements IDevice {
|