@erp-galoper/main-package 1.0.115 → 1.0.117
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
@@ -902,7 +902,7 @@ export interface components {
|
|
902
902
|
* CompanyType
|
903
903
|
* @enum {string}
|
904
904
|
*/
|
905
|
-
CompanyType: "
|
905
|
+
CompanyType: "jointStockCompany" | "offshoreCompany" | "holdingCompany" | "privateLimitedLiabilityCompany" | "branchOfAForeignCompany" | "representativeOfficeInLebanon" | "partnershipWithUnlimitedLiability" | "limitedLiabilityPartnership" | "limitedPartnershipByShares" | "nonProfitOrganizationNPO" | "cooperatives";
|
906
906
|
/** CurrencyName */
|
907
907
|
CurrencyName: {
|
908
908
|
/** Name */
|
@@ -1729,7 +1729,7 @@ export interface components {
|
|
1729
1729
|
/**
|
1730
1730
|
* Id
|
1731
1731
|
* Format: uuid
|
1732
|
-
* @example
|
1732
|
+
* @example bd8016e5-a726-43b0-9438-b94dd1d8b6d8
|
1733
1733
|
*/
|
1734
1734
|
id: string;
|
1735
1735
|
/**
|
package/package.json
CHANGED