@erp-galoper/types 1.0.6 → 1.0.8

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 +11 -1
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -22556,6 +22556,16 @@ export interface components {
22556
22556
  customer: boolean;
22557
22557
  /** Bank */
22558
22558
  bank: boolean;
22559
+ /** Hr */
22560
+ hr: boolean;
22561
+ /** Project */
22562
+ project: boolean;
22563
+ /** Approval */
22564
+ approval: boolean;
22565
+ /** Report */
22566
+ report: boolean;
22567
+ /** Commission */
22568
+ commission: boolean;
22559
22569
  /** Loadchartofaccount */
22560
22570
  loadChartOfAccount?: string | null;
22561
22571
  };
@@ -26105,7 +26115,7 @@ export interface components {
26105
26115
  /**
26106
26116
  * Id
26107
26117
  * Format: uuid
26108
- * @example 727c968a-289e-4a46-865a-9fc07e74e5b3
26118
+ * @example 6ce0540e-d8c5-4d04-b238-1738aa7ce0a9
26109
26119
  */
26110
26120
  id: string;
26111
26121
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.6",
3
+ "version": "1.0.8",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],