Genability / genability-js

Node.js and Browser Javascript SDK for Genability APIs.
MIT License
0 stars 2 forks source link

GEN-2334 Add CCA and Behind meter ownership types to ownership type/enum #267

Closed dschwartzArcadia closed 2 years ago

dschwartzArcadia commented 2 years ago

In line with the addition of the Community Choice Aggregator ownership type introduced in https://github.com/Genability/Family/pull/877, adding the new ownership type as a valid value in the Ownership enum (TS and graphQL).

While here, noticed that the Behind Meter ownership type was never added, so adding that now as well.

There do not appear to be any tests that specifically cover all possible ownership values.