Skip to content

Commit 0da2543

Browse files
committed
chore(core): document missing types
1 parent 6f90d0e commit 0da2543

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

packages/core/src/main/models/FlowType.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,12 @@ export class FlowType {
2626
public static readonly processBuilder = ["Workflow"];
2727
public static readonly surveyTypes = ["Survey"];
2828
public static readonly unsupportedTypes = [
29+
"ActionPlan",
30+
"UserProvisioningFlow",
2931
"CheckoutFlow",
3032
"FSCLending",
31-
"FSCLending",
3233
"LoyaltyManagementFlow",
34+
"JourneyBuilderIntegration",
3335
];
3436
public static readonly visualTypes = [
3537
"Flow",
@@ -39,7 +41,6 @@ export class FlowType {
3941
"Appointments",
4042
"ActionCadenceStepFlow",
4143
"ContactRequestFlow",
42-
"ContactRequestFlow",
4344
"CustomerLifecycle",
4445
"FieldServiceMobile",
4546
"FieldServiceWeb",

0 commit comments

Comments
 (0)