@@ -39,6 +39,11 @@ docs/HoldingResponse.md
3939docs/HoldingResponseBody.md
4040docs/HoldingsResponseBody.md
4141docs/ImageOptionResponse.md
42+ docs/InsightResponse.md
43+ docs/InsightResponseBody.md
44+ docs/InsightUpdateRequest.md
45+ docs/InsightsApi.md
46+ docs/InsightsResponseBody.md
4247docs/InstitutionResponse.md
4348docs/InstitutionResponseBody.md
4449docs/InstitutionsResponseBody.md
@@ -79,6 +84,8 @@ docs/PaymentProcessorAuthorizationCodeRequest.md
7984docs/PaymentProcessorAuthorizationCodeRequestBody.md
8085docs/PaymentProcessorAuthorizationCodeResponse.md
8186docs/PaymentProcessorAuthorizationCodeResponseBody.md
87+ docs/ScheduledPaymentResponse.md
88+ docs/ScheduledPaymentsResponseBody.md
8289docs/SpendingPlanAccountResponse.md
8390docs/SpendingPlanAccountsResponse.md
8491docs/SpendingPlanApi.md
@@ -134,6 +141,7 @@ docs/WidgetResponse.md
134141docs/WidgetResponseBody.md
135142mx_platform_python/__init__.py
136143mx_platform_python/api/__init__.py
144+ mx_platform_python/api/insights_api.py
137145mx_platform_python/api/mx_platform_api.py
138146mx_platform_python/api/spending_plan_api.py
139147mx_platform_python/api_client.py
@@ -180,6 +188,10 @@ mx_platform_python/models/holding_response.py
180188mx_platform_python/models/holding_response_body.py
181189mx_platform_python/models/holdings_response_body.py
182190mx_platform_python/models/image_option_response.py
191+ mx_platform_python/models/insight_response.py
192+ mx_platform_python/models/insight_response_body.py
193+ mx_platform_python/models/insight_update_request.py
194+ mx_platform_python/models/insights_response_body.py
183195mx_platform_python/models/institution_response.py
184196mx_platform_python/models/institution_response_body.py
185197mx_platform_python/models/institutions_response_body.py
@@ -219,6 +231,8 @@ mx_platform_python/models/payment_processor_authorization_code_request.py
219231mx_platform_python/models/payment_processor_authorization_code_request_body.py
220232mx_platform_python/models/payment_processor_authorization_code_response.py
221233mx_platform_python/models/payment_processor_authorization_code_response_body.py
234+ mx_platform_python/models/scheduled_payment_response.py
235+ mx_platform_python/models/scheduled_payments_response_body.py
222236mx_platform_python/models/spending_plan_account_response.py
223237mx_platform_python/models/spending_plan_accounts_response.py
224238mx_platform_python/models/spending_plan_iteration_item_create_request_body.py
@@ -318,6 +332,11 @@ test/test_holding_response.py
318332test/test_holding_response_body.py
319333test/test_holdings_response_body.py
320334test/test_image_option_response.py
335+ test/test_insight_response.py
336+ test/test_insight_response_body.py
337+ test/test_insight_update_request.py
338+ test/test_insights_api.py
339+ test/test_insights_response_body.py
321340test/test_institution_response.py
322341test/test_institution_response_body.py
323342test/test_institutions_response_body.py
@@ -358,6 +377,8 @@ test/test_payment_processor_authorization_code_request.py
358377test/test_payment_processor_authorization_code_request_body.py
359378test/test_payment_processor_authorization_code_response.py
360379test/test_payment_processor_authorization_code_response_body.py
380+ test/test_scheduled_payment_response.py
381+ test/test_scheduled_payments_response_body.py
361382test/test_spending_plan_account_response.py
362383test/test_spending_plan_accounts_response.py
363384test/test_spending_plan_api.py
0 commit comments