diff --git a/mintlify/openapi.yaml b/mintlify/openapi.yaml index 8b6b7e727..a29b8d54a 100644 --- a/mintlify/openapi.yaml +++ b/mintlify/openapi.yaml @@ -16856,6 +16856,8 @@ components: - UTILITY_BILL - DONATION - TRAVEL + - FAMILY_SUPPORT + - SALARY_PAYMENT - OTHER QuoteRequest: type: object diff --git a/openapi.yaml b/openapi.yaml index 8b6b7e727..a29b8d54a 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -16856,6 +16856,8 @@ components: - UTILITY_BILL - DONATION - TRAVEL + - FAMILY_SUPPORT + - SALARY_PAYMENT - OTHER QuoteRequest: type: object diff --git a/openapi/components/schemas/quotes/PurposeOfPayment.yaml b/openapi/components/schemas/quotes/PurposeOfPayment.yaml index 2185796aa..e915063ad 100644 --- a/openapi/components/schemas/quotes/PurposeOfPayment.yaml +++ b/openapi/components/schemas/quotes/PurposeOfPayment.yaml @@ -14,4 +14,6 @@ enum: - UTILITY_BILL - DONATION - TRAVEL + - FAMILY_SUPPORT + - SALARY_PAYMENT - OTHER