aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/models/tosca-function-type.enum.ts
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-ui/src/app/models/tosca-function-type.enum.ts')
-rw-r--r--catalog-ui/src/app/models/tosca-function-type.enum.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/catalog-ui/src/app/models/tosca-function-type.enum.ts b/catalog-ui/src/app/models/tosca-function-type.enum.ts
index 116c8815ab..0394048317 100644
--- a/catalog-ui/src/app/models/tosca-function-type.enum.ts
+++ b/catalog-ui/src/app/models/tosca-function-type.enum.ts
@@ -3,6 +3,7 @@ export enum ToscaFunctionType {
GET_ATTRIBUTE = 'GET_ATTRIBUTE',
GET_PROPERTY = 'GET_PROPERTY',
CONCAT = 'CONCAT',
+ CUSTOM = 'CUSTOM',
YAML = 'YAML',
STRING = 'STRING'
}