Skip to content

Commit

Permalink
Merge branch 'feature/EASI-3098_share_model_plan_backend' of https://…
Browse files Browse the repository at this point in the history
…github.com/CMSgov/mint-app into feature/EASI-3098_share_model_plan_backend
  • Loading branch information
patrickseguraoddball committed Aug 29, 2023
2 parents 2a22889 + f4d2009 commit f6a4eb0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pkg/graph/generated/generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/graph/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -2429,7 +2429,7 @@ enum ModelViewFilter {
DFSDM, # DIVISION_OF_FINANCIAL_SERVICES_AND_DEBT_MANAGEMENT
IPC, # INNOVATION_PAYMENT_CONTRACTOR
IDDOC, # INNOVATIVE_DESIGN_DEVELOPMENT_AND_OPERATIONS_CONTRACT
IDR, # INTEGRATED_DATA_REPOSITORY
MDM, # MASTER_DATA_MANAGEMENT
OACT, # OFFICE_OF_THE_ACTUARY
PBG, # PROVIDER_BILLING_GROUP
}
4 changes: 2 additions & 2 deletions pkg/models/model_plan.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const (
ModelViewFilterDivisionOfFinancialServicesAndDebtManagement ModelViewFilter = "DFSDM"
ModelViewFilterInnovationPaymentContractor ModelViewFilter = "IPC"
ModelViewFilterInnovativeDesignDevelopmentAndOperationsContract ModelViewFilter = "IDDOC"
ModelViewFilterIntegratedDataRepository ModelViewFilter = "IDR"
ModelViewFilterMasterDataManagement ModelViewFilter = "MDM"
ModelViewFilterOfficeOfTheActuary ModelViewFilter = "OACT"
ModelViewFilterProviderBillingGroup ModelViewFilter = "PBG"
)
Expand All @@ -83,7 +83,7 @@ var ModelViewFilterHumanized = map[ModelViewFilter]string{
ModelViewFilterDivisionOfFinancialServicesAndDebtManagement: "Division of Financial Services and Debt Management",
ModelViewFilterInnovationPaymentContractor: "Innovation Payment Contractor",
ModelViewFilterInnovativeDesignDevelopmentAndOperationsContract: "Innovative Design Development and Operations Contract",
ModelViewFilterIntegratedDataRepository: "Integrated Data Repository",
ModelViewFilterMasterDataManagement: "Master Data Management",
ModelViewFilterOfficeOfTheActuary: "Office of the Actuary",
ModelViewFilterProviderBillingGroup: "Provider Billing Group",
}
2 changes: 1 addition & 1 deletion src/gql/gen/graphql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -592,8 +592,8 @@ export enum ModelViewFilter {
CMMI = 'CMMI',
DFSDM = 'DFSDM',
IDDOC = 'IDDOC',
IDR = 'IDR',
IPC = 'IPC',
MDM = 'MDM',
OACT = 'OACT',
PBG = 'PBG'
}
Expand Down

0 comments on commit f6a4eb0

Please sign in to comment.