waldur-js-client 7.9.3-dev.1 → 7.9.3-dev.2

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.
@@ -7055,6 +7055,14 @@ export type OnboardingVerification = {
7055
7055
  readonly user_submitted_customer_data: {
7056
7056
  [key: string]: unknown;
7057
7057
  };
7058
+ /**
7059
+ * Boolean indicating if a customer can be created from this verification
7060
+ */
7061
+ readonly can_customer_be_created: boolean;
7062
+ /**
7063
+ * Reason why customer cannot be created (null if can be created)
7064
+ */
7065
+ readonly customer_creation_error_message: string | null;
7058
7066
  readonly created: string;
7059
7067
  readonly modified: string;
7060
7068
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "7.9.3-dev.1",
3
+ "version": "7.9.3-dev.2",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",