diff --git a/src/api/integration.ts b/src/api/integration.ts index 09d5b2f5..beba27fb 100644 --- a/src/api/integration.ts +++ b/src/api/integration.ts @@ -265,7 +265,7 @@ export type IntegrationRulesUpdate = { PipelineID: number; StepID: number; Utms: number[]; - Fieldsrule: { + FieldsRule: { Lead: { QuestionID: number }[]; Contact: { ContactRuleMap: string }[]; Company: { QuestionID: number }[]; diff --git a/src/pages/IntegrationsPage/IntegrationsModal/types.ts b/src/pages/IntegrationsPage/IntegrationsModal/types.ts index a356b8ff..32be71e8 100644 --- a/src/pages/IntegrationsPage/IntegrationsModal/types.ts +++ b/src/pages/IntegrationsPage/IntegrationsModal/types.ts @@ -1,5 +1,5 @@ export type TagKeys = "Contact" | "Company" | "Lead" | "Customer"; -export type SelectedTags = Record; +export type SelectedTags = Record; export type QuestionKeys = "Company" | "Lead" | "Customer"; export type SelectedQuestions = Record;