@@ -42,6 +42,11 @@ docs/HoldingResponse.md
4242docs/HoldingResponseBody.md
4343docs/HoldingsResponseBody.md
4444docs/ImageOptionResponse.md
45+ docs/InsightResponse.md
46+ docs/InsightResponseBody.md
47+ docs/InsightUpdateRequest.md
48+ docs/InsightsApi.md
49+ docs/InsightsResponseBody.md
4550docs/InstitutionResponse.md
4651docs/InstitutionResponseBody.md
4752docs/InstitutionsResponseBody.md
@@ -82,6 +87,8 @@ docs/PaymentProcessorAuthorizationCodeRequest.md
8287docs/PaymentProcessorAuthorizationCodeRequestBody.md
8388docs/PaymentProcessorAuthorizationCodeResponse.md
8489docs/PaymentProcessorAuthorizationCodeResponseBody.md
90+ docs/ScheduledPaymentResponse.md
91+ docs/ScheduledPaymentsResponseBody.md
8592docs/SpendingPlanAccountResponse.md
8693docs/SpendingPlanAccountsResponse.md
8794docs/SpendingPlanApi.md
@@ -135,6 +142,7 @@ docs/WidgetRequest.md
135142docs/WidgetRequestBody.md
136143docs/WidgetResponse.md
137144docs/WidgetResponseBody.md
145+ src/MX.Platform.CSharp.Test/Api/InsightsApiTests.cs
138146src/MX.Platform.CSharp.Test/Api/MxPlatformApiTests.cs
139147src/MX.Platform.CSharp.Test/Api/SpendingPlanApiTests.cs
140148src/MX.Platform.CSharp.Test/MX.Platform.CSharp.Test.csproj
@@ -177,6 +185,10 @@ src/MX.Platform.CSharp.Test/Model/HoldingResponseBodyTests.cs
177185src/MX.Platform.CSharp.Test/Model/HoldingResponseTests.cs
178186src/MX.Platform.CSharp.Test/Model/HoldingsResponseBodyTests.cs
179187src/MX.Platform.CSharp.Test/Model/ImageOptionResponseTests.cs
188+ src/MX.Platform.CSharp.Test/Model/InsightResponseBodyTests.cs
189+ src/MX.Platform.CSharp.Test/Model/InsightResponseTests.cs
190+ src/MX.Platform.CSharp.Test/Model/InsightUpdateRequestTests.cs
191+ src/MX.Platform.CSharp.Test/Model/InsightsResponseBodyTests.cs
180192src/MX.Platform.CSharp.Test/Model/InstitutionResponseBodyTests.cs
181193src/MX.Platform.CSharp.Test/Model/InstitutionResponseTests.cs
182194src/MX.Platform.CSharp.Test/Model/InstitutionsResponseBodyTests.cs
@@ -216,6 +228,8 @@ src/MX.Platform.CSharp.Test/Model/PaymentProcessorAuthorizationCodeRequestBodyTe
216228src/MX.Platform.CSharp.Test/Model/PaymentProcessorAuthorizationCodeRequestTests.cs
217229src/MX.Platform.CSharp.Test/Model/PaymentProcessorAuthorizationCodeResponseBodyTests.cs
218230src/MX.Platform.CSharp.Test/Model/PaymentProcessorAuthorizationCodeResponseTests.cs
231+ src/MX.Platform.CSharp.Test/Model/ScheduledPaymentResponseTests.cs
232+ src/MX.Platform.CSharp.Test/Model/ScheduledPaymentsResponseBodyTests.cs
219233src/MX.Platform.CSharp.Test/Model/SpendingPlanAccountResponseTests.cs
220234src/MX.Platform.CSharp.Test/Model/SpendingPlanAccountsResponseTests.cs
221235src/MX.Platform.CSharp.Test/Model/SpendingPlanIterationItemCreateRequestBodyTests.cs
@@ -268,6 +282,7 @@ src/MX.Platform.CSharp.Test/Model/WidgetRequestBodyTests.cs
268282src/MX.Platform.CSharp.Test/Model/WidgetRequestTests.cs
269283src/MX.Platform.CSharp.Test/Model/WidgetResponseBodyTests.cs
270284src/MX.Platform.CSharp.Test/Model/WidgetResponseTests.cs
285+ src/MX.Platform.CSharp/Api/InsightsApi.cs
271286src/MX.Platform.CSharp/Api/MxPlatformApi.cs
272287src/MX.Platform.CSharp/Api/SpendingPlanApi.cs
273288src/MX.Platform.CSharp/Client/ApiClient.cs
@@ -327,6 +342,10 @@ src/MX.Platform.CSharp/Model/HoldingResponse.cs
327342src/MX.Platform.CSharp/Model/HoldingResponseBody.cs
328343src/MX.Platform.CSharp/Model/HoldingsResponseBody.cs
329344src/MX.Platform.CSharp/Model/ImageOptionResponse.cs
345+ src/MX.Platform.CSharp/Model/InsightResponse.cs
346+ src/MX.Platform.CSharp/Model/InsightResponseBody.cs
347+ src/MX.Platform.CSharp/Model/InsightUpdateRequest.cs
348+ src/MX.Platform.CSharp/Model/InsightsResponseBody.cs
330349src/MX.Platform.CSharp/Model/InstitutionResponse.cs
331350src/MX.Platform.CSharp/Model/InstitutionResponseBody.cs
332351src/MX.Platform.CSharp/Model/InstitutionsResponseBody.cs
@@ -366,6 +385,8 @@ src/MX.Platform.CSharp/Model/PaymentProcessorAuthorizationCodeRequest.cs
366385src/MX.Platform.CSharp/Model/PaymentProcessorAuthorizationCodeRequestBody.cs
367386src/MX.Platform.CSharp/Model/PaymentProcessorAuthorizationCodeResponse.cs
368387src/MX.Platform.CSharp/Model/PaymentProcessorAuthorizationCodeResponseBody.cs
388+ src/MX.Platform.CSharp/Model/ScheduledPaymentResponse.cs
389+ src/MX.Platform.CSharp/Model/ScheduledPaymentsResponseBody.cs
369390src/MX.Platform.CSharp/Model/SpendingPlanAccountResponse.cs
370391src/MX.Platform.CSharp/Model/SpendingPlanAccountsResponse.cs
371392src/MX.Platform.CSharp/Model/SpendingPlanIterationItemCreateRequestBody.cs
0 commit comments