[AAE-5145] Update node actions to use enum (#2149)

* [AAE-5145] Update node actions to use enum

* Made it so BatchOperationType only narrows NodeActionsEnum

* [link-adf:dev-thunter-AAE-5145]

* Rename to NodeAction

* update adf

* Update unit tests
This commit is contained in:
Thomas Hunter
2021-05-26 17:07:58 +01:00
committed by GitHub
parent 50b33f5c3a
commit b4197ea965
5 changed files with 47 additions and 49 deletions
+6 -6
View File
@@ -24,10 +24,10 @@
},
"private": true,
"dependencies": {
"@alfresco/adf-content-services": "4.4.0",
"@alfresco/adf-core": "4.4.0",
"@alfresco/adf-extensions": "4.4.0",
"@alfresco/js-api": "4.4.0",
"@alfresco/adf-content-services": "4.5.0-32653",
"@alfresco/adf-core": "4.5.0-32658",
"@alfresco/adf-extensions": "4.5.0-32653",
"@alfresco/js-api": "4.4.0-3508",
"@angular/animations": "10.0.4",
"@angular/cdk": "^10.0.2",
"@angular/common": "10.0.4",
@@ -56,8 +56,8 @@
"zone.js": "~0.10.2"
},
"devDependencies": {
"@alfresco/adf-cli": "4.4.0",
"@alfresco/adf-testing": "4.4.0",
"@alfresco/adf-cli": "4.5.0-32658",
"@alfresco/adf-testing": "4.5.0-32658",
"@angular-custom-builders/lite-serve": "^0.2.3",
"@angular-devkit/build-angular": "^0.1002.0",
"@angular-devkit/build-ng-packagr": "^0.1002.0",