repzo 1.0.29 → 1.0.30

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "repzo",
3
- "version": "1.0.29",
3
+ "version": "1.0.30",
4
4
  "description": "Repzo TypeScript SDK",
5
5
  "main": "./lib/index.js",
6
6
  "type": "module",
@@ -300,7 +300,7 @@ export type DocumentTypes =
300
300
  | "retailExecutionPreset"
301
301
  | "paymentMethod"
302
302
  | "approvalRequest";
303
- export type PrintTypes = DocumentTypes & ("workorder" | "form");
303
+ export type PrintTypes = "workorder" | "form" | "invoice" | "proforma";
304
304
 
305
305
  export interface MediaDoc {
306
306
  _id?: string;