@erp-galoper/main-package 1.0.175 → 1.0.176
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 +3 -3
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -11293,7 +11293,7 @@ export interface components {
|
|
|
11293
11293
|
* CompanyType
|
|
11294
11294
|
* @enum {string}
|
|
11295
11295
|
*/
|
|
11296
|
-
CompanyType: "jointStockCompany" | "offshoreCompany" | "holdingCompany" | "privateLimitedLiabilityCompany" | "branchOfAForeignCompany" | "
|
|
11296
|
+
CompanyType: "jointStockCompany" | "offshoreCompany" | "holdingCompany" | "privateLimitedLiabilityCompany" | "branchOfAForeignCompany" | "representativeOfficeInLB" | "partnershipWithUnlimitedLiability" | "limitedLiabilityPartnership" | "limitedPartnershipByShares" | "nonProfitOrganizationNPO" | "cooperatives";
|
|
11297
11297
|
/**
|
|
11298
11298
|
* CountryNames
|
|
11299
11299
|
* @enum {string}
|
|
@@ -12545,7 +12545,7 @@ export interface components {
|
|
|
12545
12545
|
* ChartOfAccountType
|
|
12546
12546
|
* @enum {string}
|
|
12547
12547
|
*/
|
|
12548
|
-
ChartOfAccountType: "
|
|
12548
|
+
ChartOfAccountType: "LB" | "MZ" | "custom";
|
|
12549
12549
|
/** GaloperSettingChart */
|
|
12550
12550
|
GaloperSettingChart: {
|
|
12551
12551
|
value: components["schemas"]["ChartOfAccountType"];
|
|
@@ -15836,7 +15836,7 @@ export interface components {
|
|
|
15836
15836
|
/**
|
|
15837
15837
|
* Id
|
|
15838
15838
|
* Format: uuid
|
|
15839
|
-
* @example
|
|
15839
|
+
* @example fec7e6b2-cbdf-40bb-927a-082baa1d967e
|
|
15840
15840
|
*/
|
|
15841
15841
|
id: string;
|
|
15842
15842
|
/**
|
package/package.json
CHANGED