Closed mathew-horner closed 10 months ago
In order to test these changes, you'll need to point your CLI at staging. The API changes have not been cut to prod yet (deserialization will still succeed since it's an optional field, you just won't see it).
In favor of https://github.com/phylum-dev/phylum-types/pull/86, I've moved the
PackageSubmitResponse
and all its child types fromphylum-types
to CLI. I've updated any other code that was referencing these types to the local instances.Unfortunately a couple
From
impls were necessary to maintain compatibility with the code that still is usingPackageStatusExtended
... I guess I could move that too, but I didn't because it's out of scope for the main purpose of this PR.closes https://github.com/phylum-dev/cli/issues/1313