Skip to content

Commit

Permalink
Sync WWW CarePlatformVertical enum with CareVertical in thrift IDL
Browse files Browse the repository at this point in the history
Summary:
Added a BREEZE enum case to CareVertical enum in Thrift IDL for syncing with CarePlatformVertical in www.

Syncing is important for having consistent enum cases and generating correct enums in correct order in www side using ThriftSync command.

Differential Revision: D66961334

fbshipit-source-id: ba1db10d8bbf3b8ec2cd57be715105030a285787
  • Loading branch information
Adlet Zeineken authored and facebook-github-bot committed Dec 11, 2024
1 parent 98103ef commit 863ffcd
Showing 1 changed file with 4 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,21 +49,6 @@ enum CaseVisibility {
PUBLIC = 1,
}

enum CareVertical {
EC = 0,
HELPDESK = 1,
HRHOME = 2,
HRHUB = 3,
LEGALHUB = 4,
MULESOFT_CLOUDHUB = 5,
PAYMENT_PARTNER = 6,
PEEPS = 7,
PRIVACY_PORTAL = 8,
RL = 9,
SUPPLYCHAIN = 10,
TEST_VERTICAL = 11,
}

struct Info {
1: CareContactInfo contact_info;
2: string subject;
Expand Down Expand Up @@ -100,11 +85,10 @@ struct EmailMessageInfo {
struct CreateSalesforceCaseWithMailDraftRequest {
1: optional string session_id;
2: Info info;
3: CareVertical vertical;
4: string case_intake_classification_key;
5: optional bool dry_run;
6: optional list<SubscribersInfo> subscribers;
7: optional EmailMessageInfo email_message_info;
3: string case_intake_classification_key;
4: optional bool dry_run;
5: optional list<SubscribersInfo> subscribers;
6: optional EmailMessageInfo email_message_info;
}

service CreateSalesforceCaseWithMailDraftService {
Expand Down

0 comments on commit 863ffcd

Please sign in to comment.