vcomply-workflow-engine 3.1.20 → 3.1.22

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.
@@ -124,6 +124,7 @@ export declare class GrcObjectContainerComponent implements OnInit {
124
124
  getOtherGRCObjects(event?: any): void;
125
125
  getOtherGRCTabCount(event?: any): void;
126
126
  getGRCObjectDetails(grcId: string): void;
127
+ private populatePayload;
127
128
  saveGRCObject(): void;
128
129
  resetGRCObject(): void;
129
130
  resetListObjectSelection(): void;
@@ -1,3 +1,4 @@
1
1
  export declare const SUCCESS_MESSAGE: {
2
2
  ADD_GRC_OBJECT: string;
3
+ UPDATE_GRC_OBJECT: string;
3
4
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "3.1.20",
3
+ "version": "3.1.22",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "10.x || 11.x || 12.x || 13.x || 14.x || 15.x || 16.x",
6
6
  "@angular/core": "10.x || 11.x || 12.x || 13.x || 14.x || 15.x || 16.x"