@erp-galoper/types 1.0.31 → 1.0.32

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.
Files changed (2) hide show
  1. package/openapi.ts +7 -1
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -26115,7 +26115,7 @@ export interface components {
26115
26115
  /**
26116
26116
  * Id
26117
26117
  * Format: uuid
26118
- * @example 8b4a9d71-08ae-4212-aef7-60b9029ac15b
26118
+ * @example 47152cec-80c5-4f00-8783-f5ced9acc081
26119
26119
  */
26120
26120
  id: string;
26121
26121
  /**
@@ -33970,6 +33970,10 @@ export interface components {
33970
33970
  * @default []
33971
33971
  */
33972
33972
  banks: components["schemas"]["BankAccountsSharedSchema"][];
33973
+ /** Isactive */
33974
+ isActive: boolean;
33975
+ /** Candelete */
33976
+ canDelete: boolean;
33973
33977
  };
33974
33978
  /** EmployeePositionSummaryInfo */
33975
33979
  EmployeePositionSummaryInfo: {
@@ -34109,6 +34113,8 @@ export interface components {
34109
34113
  currencies: number[];
34110
34114
  /** Banks */
34111
34115
  banks?: components["schemas"]["UpdateBankAccountsSchema"][];
34116
+ /** Isactive */
34117
+ isActive: boolean;
34112
34118
  };
34113
34119
  /** ListPaidPartiallyPaidClosedCommissionResponseSchema */
34114
34120
  ListPaidPartiallyPaidClosedCommissionResponseSchema: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.31",
3
+ "version": "1.0.32",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],