@erp-galoper/types 1.0.2014 → 1.0.2016
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/openapi.ts +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
|
};
|