@erp-galoper/types 1.0.1054 → 1.0.1056
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 +1 -11
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -37749,7 +37749,7 @@ export interface components {
|
|
|
37749
37749
|
* RelatedPartyType
|
|
37750
37750
|
* @enum {string}
|
|
37751
37751
|
*/
|
|
37752
|
-
RelatedPartyType: "
|
|
37752
|
+
RelatedPartyType: "employee" | "customer" | "supplier";
|
|
37753
37753
|
/** SalesPersonDetailSchema */
|
|
37754
37754
|
SalesPersonDetailSchema: {
|
|
37755
37755
|
/**
|
|
@@ -48722,16 +48722,6 @@ export interface components {
|
|
|
48722
48722
|
* @default []
|
|
48723
48723
|
*/
|
|
48724
48724
|
invoice: components["schemas"]["InvoicePermissionAction"][];
|
|
48725
|
-
/**
|
|
48726
|
-
* Returninvoice
|
|
48727
|
-
* @default []
|
|
48728
|
-
*/
|
|
48729
|
-
returnInvoice: components["schemas"]["FullPermissionAction"][];
|
|
48730
|
-
/**
|
|
48731
|
-
* Exchangeinvoice
|
|
48732
|
-
* @default []
|
|
48733
|
-
*/
|
|
48734
|
-
exchangeInvoice: components["schemas"]["FullPermissionAction"][];
|
|
48735
48725
|
/**
|
|
48736
48726
|
* Item
|
|
48737
48727
|
* @default []
|