Skip to content

Remove value restrictions from ConnectionStepProps.property_type

Compare
Choose a tag to compare
@ns-axu ns-axu released this 23 Sep 21:37
· 11 commits to master since this release
f8e8e85

Stitch recently added an additional value to the possible values for the property_type field on the Properties object. The new value raised a ValueError in the client since the ConnectionStepProps object tried to validate it against an outdated set of allowed values. Since this value is returned by Stitch and is not configurable by the user, validation on the set of allowed values for that property was removed.