oca-shared-model 1.0.32 → 1.0.33

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.
@@ -7,7 +7,7 @@ exports.cbtCustomPolicy = [
7
7
  label: "Allow recruiter to add or delete CBT custom, or change the properties (like #questions, time, etc.) in job form",
8
8
  value: [
9
9
  {
10
- feature: "cbt-custom",
10
+ feature: "cbt/custom",
11
11
  permission: {
12
12
  create: true,
13
13
  read: true,
@@ -16,7 +16,7 @@ exports.cbtCustomPolicy = [
16
16
  },
17
17
  },
18
18
  {
19
- feature: "job/cbt-custom",
19
+ feature: "job/form/cbt/custom",
20
20
  permission: {
21
21
  create: true,
22
22
  read: true,
@@ -31,7 +31,7 @@ exports.cbtCustomPolicy = [
31
31
  label: "Allow recruiter to add and edit (but not publish or deactivate) custom CBT",
32
32
  value: [
33
33
  {
34
- feature: "cbt-custom/publish",
34
+ feature: "cbt/custom/draft",
35
35
  permission: {
36
36
  create: true,
37
37
  read: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oca-shared-model",
3
- "version": "1.0.32",
3
+ "version": "1.0.33",
4
4
  "description": "onboard shared model",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {