@@ -18,6 +18,7 @@ import com.ecwid.apiclient.v3.dto.product.result.ProductInventoryUpdateResult
1818import com.ecwid.apiclient.v3.dto.productreview.request.UpdatedProductReviewStatus
1919import com.ecwid.apiclient.v3.dto.profile.request.StoreProfileRequest
2020import com.ecwid.apiclient.v3.dto.profile.result.FetchedLatestStats
21+ import com.ecwid.apiclient.v3.dto.report.request.ReportAdviceRequest
2122import com.ecwid.apiclient.v3.dto.report.request.ReportRequest
2223import com.ecwid.apiclient.v3.dto.report.result.FetchedReportAdviceResponse
2324import com.ecwid.apiclient.v3.dto.report.result.FetchedReportResponse
@@ -84,6 +85,17 @@ val otherNullablePropertyRules: List<NullablePropertyRule<*, *>> = listOf(
8485 AllowNullable (ReportRequest ::offset),
8586 AllowNullable (ReportRequest ::storefrontPlatform),
8687
88+ AllowNullable (ReportAdviceRequest ::startedFrom),
89+ AllowNullable (ReportAdviceRequest ::endedAt),
90+ AllowNullable (ReportAdviceRequest ::timeScaleValue),
91+ AllowNullable (ReportAdviceRequest ::comparePeriod),
92+ AllowNullable (ReportAdviceRequest ::firstDayOfWeek),
93+ AllowNullable (ReportAdviceRequest ::orderByMetric),
94+ AllowNullable (ReportAdviceRequest ::orderDirection),
95+ AllowNullable (ReportAdviceRequest ::limit),
96+ AllowNullable (ReportAdviceRequest ::offset),
97+ AllowNullable (ReportAdviceRequest ::storefrontPlatform),
98+
8799 AllowNullable (FetchedReportResponse ::timeScaleValue),
88100 AllowNullable (FetchedReportResponse ::comparePeriod),
89101 AllowNullable (FetchedReportResponse ::firstDayOfWeek),
0 commit comments