Closed ktwbc closed 1 year ago
Hi @ktwbc, thanks for using passkit-generator!
I see what you mean, but "overrides" should be used for properties that do not require a strict or tailored validation.
You can see here the list of properties here:
For all the other properties, there are some getters, setters and methods available, all described in the documentation, that are made on purpose to provide a better developer experience and to ensure validation happens correctly.
Let me know if you have any other question!
Running OS
MacOS Ventura
Running Node Version
node 18
Description
I have a generic pass being created in a typescript function. Any of the items in the actual .json file are showing up as part of the pass, but I also need to use the override but none of those being picked up.
Taking this example from sample code:
my block of overridden keys (b/c they're created dynamically) looks like this:
etc