google-ads-api icon indicating copy to clipboard operation
google-ads-api copied to clipboard

Fix ConstraintType1 null check ops

Open Lancear opened this issue 1 year ago • 0 comments

While using the api I noticed that ConstraintType1 does not support "IS NULL" and "IS NOT NULL" checks as a value is required by the type. Thus I made the value optional and added a check that it can only be undefined for these 2 operators.

Lancear avatar Jun 09 '23 19:06 Lancear