waldur-js-client 7.9.6-dev.6 → 7.9.6-dev.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7836,6 +7836,7 @@ export type OnboardingVerification = {
7836
7836
  */
7837
7837
  legal_name?: string;
7838
7838
  status: OnboardingVerificationStatusEnum;
7839
+ readonly justifications: Array<OnboardingJustification>;
7839
7840
  /**
7840
7841
  * Method used for validation
7841
7842
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "7.9.6-dev.6",
3
+ "version": "7.9.6-dev.7",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",