kcommons 3.2.2 → 3.3.0

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.
@@ -131,17 +131,19 @@ exports.PERMISSION_CONFIG = {
131
131
  ],
132
132
  };
133
133
  exports.EntitySpecificDocuments = {
134
- [entityTypes_constants_1.EntityTypes.GATE]: [exports.PERMISSION_ENTITIES.GRN],
134
+ [entityTypes_constants_1.EntityTypes.GATE]: [exports.PERMISSION_ENTITIES.GRN, exports.PERMISSION_ENTITIES.INDENT],
135
135
  [entityTypes_constants_1.EntityTypes.OFFICE]: [exports.PERMISSION_ENTITIES.INDENT],
136
136
  [entityTypes_constants_1.EntityTypes.STORE_LOCATION]: [
137
137
  exports.PERMISSION_ENTITIES.MRN,
138
138
  exports.PERMISSION_ENTITIES.PR,
139
139
  exports.PERMISSION_ENTITIES.MI,
140
+ exports.PERMISSION_ENTITIES.INDENT,
140
141
  ],
141
142
  [entityTypes_constants_1.EntityTypes.PURCHASE_LOCATION]: [
142
143
  exports.PERMISSION_ENTITIES.RFQ,
143
144
  exports.PERMISSION_ENTITIES.RFP,
144
145
  exports.PERMISSION_ENTITIES.RFI,
145
146
  exports.PERMISSION_ENTITIES.PO,
147
+ exports.PERMISSION_ENTITIES.INDENT,
146
148
  ],
147
149
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kcommons",
3
- "version": "3.2.2",
3
+ "version": "3.3.0",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.js",