Konecty API supports this filter for descriptionFields.
And as a improvement, it should be like this:
FilterConditionValue<'supplier.name.full', FieldOperators<'personName.full'>, PersonName['full']>
or getting from the ProductSupplierType, but it won't have the correct type because PickFromPath can't find the nested field
FilterConditionValue<'supplier.name.full', FieldOperators<ProductSupplierType['name.full']>, string>
Konecty API supports this filter for descriptionFields.
And as a improvement, it should be like this:
FilterConditionValue<'supplier.name.full', FieldOperators<'personName.full'>, PersonName['full']>
or getting from the ProductSupplierType, but it won't have the correct type because PickFromPath can't find the nested field
FilterConditionValue<'supplier.name.full', FieldOperators<ProductSupplierType['name.full']>, string>