@erp-galoper/main-package 1.0.294 → 1.0.295

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 +6 -6
  2. 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
- * Title
9522
- * @description title actions
9521
+ * Jobtitle
9522
+ * @description jobtitle actions
9523
9523
  * @default []
9524
9524
  */
9525
- title: components["schemas"]["BasePermissionsSchema_Settings_Hr_TitleEnum"][];
9525
+ jobtitle: components["schemas"]["BasePermissionsSchema_Settings_Hr_JobtitleEnum"][];
9526
9526
  };
9527
9527
  /**
9528
- * BasePermissionsSchema_Settings_Hr_TitleEnum
9528
+ * BasePermissionsSchema_Settings_Hr_JobtitleEnum
9529
9529
  * @enum {string}
9530
9530
  */
9531
- BasePermissionsSchema_Settings_Hr_TitleEnum: "add" | "change" | "delete" | "view";
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 50862191-4357-43ec-9d2c-a6613e9d9857
15920
+ * @example 79b71638-373a-4af4-aac6-abe9aeb0cccb
15921
15921
  */
15922
15922
  id: string;
15923
15923
  /**
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@erp-galoper/main-package",
3
- "version": "1.0.294",
3
+ "version": "1.0.295",
4
4
  "main": "openapi.ts"
5
5
  }