@erp-galoper/types 1.0.2013 → 1.0.2015

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.
Files changed (2) hide show
  1. package/openapi.ts +2 -2
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -49721,7 +49721,7 @@ export interface components {
49721
49721
  * EmployeeDocumentTypeEnum
49722
49722
  * @enum {string}
49723
49723
  */
49724
- EmployeeDocumentTypeEnum: "default" | "salesPerson" | "expenseVoucher" | "expensePaymentVoucher";
49724
+ EmployeeDocumentTypeEnum: "default" | "salesPerson" | "expenseVoucher" | "expensePaymentVoucher" | "collectionDeposit";
49725
49725
  /**
49726
49726
  * EmployeeTypeEnum
49727
49727
  * @enum {string}
@@ -94697,7 +94697,7 @@ export interface operations {
94697
94697
  /** @description Type of employee to get */
94698
94698
  type?: "default" | "parent" | "children";
94699
94699
  /** @description Type of document for listing employees */
94700
- document_type?: "default" | "salesPerson" | "expenseVoucher" | "expensePaymentVoucher";
94700
+ document_type?: "default" | "salesPerson" | "expenseVoucher" | "expensePaymentVoucher" | "collectionDeposit";
94701
94701
  /** @description supplier id, required when document type is expensePaymentVoucher */
94702
94702
  supplier?: string;
94703
94703
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.2013",
3
+ "version": "1.0.2015",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],