@erp-galoper/types 1.0.315 → 1.0.316
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 +16 -16
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -18444,15 +18444,15 @@ export interface components {
|
|
|
18444
18444
|
*/
|
|
18445
18445
|
settings: components["schemas"]["BasePermissionsSchema_Settings"];
|
|
18446
18446
|
/**
|
|
18447
|
-
* @description
|
|
18447
|
+
* @description bank actions
|
|
18448
18448
|
* @default []
|
|
18449
18449
|
*/
|
|
18450
|
-
|
|
18450
|
+
bank: components["schemas"]["BasePermissionsSchema_Bank"];
|
|
18451
18451
|
/**
|
|
18452
|
-
* @description
|
|
18452
|
+
* @description accounting actions
|
|
18453
18453
|
* @default []
|
|
18454
18454
|
*/
|
|
18455
|
-
|
|
18455
|
+
accounting: components["schemas"]["BasePermissionsSchema_Accounting"];
|
|
18456
18456
|
/**
|
|
18457
18457
|
* @description commission actions
|
|
18458
18458
|
* @default []
|
|
@@ -18524,12 +18524,6 @@ export interface components {
|
|
|
18524
18524
|
};
|
|
18525
18525
|
/** BasePermissionsSchema_Accounting */
|
|
18526
18526
|
BasePermissionsSchema_Accounting: {
|
|
18527
|
-
/**
|
|
18528
|
-
* Defaultsubsidiaryaccount
|
|
18529
|
-
* @description defaultsubsidiaryaccount actions
|
|
18530
|
-
* @default []
|
|
18531
|
-
*/
|
|
18532
|
-
defaultsubsidiaryaccount: components["schemas"]["BasePermissionsSchema_Accounting_DefaultsubsidiaryaccountEnum"][];
|
|
18533
18527
|
/**
|
|
18534
18528
|
* Chartofaccount
|
|
18535
18529
|
* @description chartofaccount actions
|
|
@@ -18576,11 +18570,6 @@ export interface components {
|
|
|
18576
18570
|
* @constant
|
|
18577
18571
|
*/
|
|
18578
18572
|
BasePermissionsSchema_Accounting_ClosingsalestaxEnum: "add";
|
|
18579
|
-
/**
|
|
18580
|
-
* BasePermissionsSchema_Accounting_DefaultsubsidiaryaccountEnum
|
|
18581
|
-
* @enum {string}
|
|
18582
|
-
*/
|
|
18583
|
-
BasePermissionsSchema_Accounting_DefaultsubsidiaryaccountEnum: "add" | "change" | "delete" | "view";
|
|
18584
18573
|
/**
|
|
18585
18574
|
* BasePermissionsSchema_Accounting_JournalvoucherEnum
|
|
18586
18575
|
* @enum {string}
|
|
@@ -19532,6 +19521,12 @@ export interface components {
|
|
|
19532
19521
|
* @default []
|
|
19533
19522
|
*/
|
|
19534
19523
|
defaultgeneralaccounts: components["schemas"]["BasePermissionsSchema_Settings_Accounting_DefaultgeneralaccountsEnum"][];
|
|
19524
|
+
/**
|
|
19525
|
+
* Defaultsubsidiaryaccount
|
|
19526
|
+
* @description defaultsubsidiaryaccount actions
|
|
19527
|
+
* @default []
|
|
19528
|
+
*/
|
|
19529
|
+
defaultsubsidiaryaccount: components["schemas"]["BasePermissionsSchema_Settings_Accounting_DefaultsubsidiaryaccountEnum"][];
|
|
19535
19530
|
/**
|
|
19536
19531
|
* Financialperiods
|
|
19537
19532
|
* @description financialperiods actions
|
|
@@ -19566,6 +19561,11 @@ export interface components {
|
|
|
19566
19561
|
* @enum {string}
|
|
19567
19562
|
*/
|
|
19568
19563
|
BasePermissionsSchema_Settings_Accounting_DefaultgeneralaccountsEnum: "add" | "change" | "view";
|
|
19564
|
+
/**
|
|
19565
|
+
* BasePermissionsSchema_Settings_Accounting_DefaultsubsidiaryaccountEnum
|
|
19566
|
+
* @enum {string}
|
|
19567
|
+
*/
|
|
19568
|
+
BasePermissionsSchema_Settings_Accounting_DefaultsubsidiaryaccountEnum: "add" | "change" | "delete" | "view";
|
|
19569
19569
|
/**
|
|
19570
19570
|
* BasePermissionsSchema_Settings_Accounting_FinancialperiodsEnum
|
|
19571
19571
|
* @enum {string}
|
|
@@ -26661,7 +26661,7 @@ export interface components {
|
|
|
26661
26661
|
/**
|
|
26662
26662
|
* Id
|
|
26663
26663
|
* Format: uuid
|
|
26664
|
-
* @example
|
|
26664
|
+
* @example 37d4b8fd-0b4c-40ed-b893-fb052de23fb8
|
|
26665
26665
|
*/
|
|
26666
26666
|
id: string;
|
|
26667
26667
|
/**
|