@erp-galoper/main-package 1.0.294 → 1.0.296
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 +6 -6
- package/package.json +1 -1
package/openapi.ts
CHANGED
@@ -9518,17 +9518,17 @@ export interface components {
|
|
9518
9518
|
/** BasePermissionsSchema_Settings_Hr */
|
9519
9519
|
BasePermissionsSchema_Settings_Hr: {
|
9520
9520
|
/**
|
9521
|
-
*
|
9522
|
-
* @description
|
9521
|
+
* Jobtitle
|
9522
|
+
* @description jobtitle actions
|
9523
9523
|
* @default []
|
9524
9524
|
*/
|
9525
|
-
|
9525
|
+
jobtitle: components["schemas"]["BasePermissionsSchema_Settings_Hr_JobtitleEnum"][];
|
9526
9526
|
};
|
9527
9527
|
/**
|
9528
|
-
*
|
9528
|
+
* BasePermissionsSchema_Settings_Hr_JobtitleEnum
|
9529
9529
|
* @enum {string}
|
9530
9530
|
*/
|
9531
|
-
|
9531
|
+
BasePermissionsSchema_Settings_Hr_JobtitleEnum: "add" | "change" | "delete" | "view";
|
9532
9532
|
/** BasePermissionsSchema_Settings_Inventory */
|
9533
9533
|
BasePermissionsSchema_Settings_Inventory: {
|
9534
9534
|
/**
|
@@ -15917,7 +15917,7 @@ export interface components {
|
|
15917
15917
|
/**
|
15918
15918
|
* Id
|
15919
15919
|
* Format: uuid
|
15920
|
-
* @example
|
15920
|
+
* @example b4e5e85c-4b4c-404e-875c-006e59ecef46
|
15921
15921
|
*/
|
15922
15922
|
id: string;
|
15923
15923
|
/**
|
package/package.json
CHANGED