Updated changeset to include the new limitation of permission params types

Signed-off-by: Harry Hogg <hhogg@spotify.com>
This commit is contained in:
Harry Hogg
2022-10-04 11:44:06 +01:00
parent 4eb0f6d23d
commit 1ad9969a0f
+2
View File
@@ -29,3 +29,5 @@ createPermissionRule({
toQuery: ({ foo, bar }) => {},
});
```
One final change made is to limit the possible values for a parameter to primitives and arrays of primitives.