CatalogSearchParams Missing Parameters for Creator Items search

I am using the AvatarEditorService SearchCatalog function to create an in-game catalog but the CatalogSearchParams do not have the parameters options I need which are "CreatorTargetId" & "CreatorType" for searching items that are made by a creator, they are available on the external API but it seems to be that Roblox forgot to add them for CatalogSearchParams.

I am aware I could just use the External API which has those parameters but I want to keep my Search Catalog functionality all in Roblox. If anyone has any workarounds for this then let me know!

CatalogSearchParams (does not have CreatorTargetId or CreatorType)

CatalogSearchParams | Documentation - Roblox Creator Hub

External API

External Catalog Queries | Documentation - Roblox Creator Hub