waldur-js-client 8.0.4-dev.0 → 8.0.4-dev.1

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.
@@ -4194,6 +4194,7 @@ export type ConstanceSettings = {
4194
4194
  MAINTENANCE_ANNOUNCEMENT_NOTIFY_BEFORE_MINUTES?: number;
4195
4195
  MAINTENANCE_ANNOUNCEMENT_NOTIFY_SYSTEM?: Array<string>;
4196
4196
  ENFORCE_USER_CONSENT_FOR_OFFERINGS?: boolean;
4197
+ ENFORCE_OFFERING_USER_PROFILE_COMPLETENESS?: boolean;
4197
4198
  DISABLED_OFFERING_TYPES?: Array<string>;
4198
4199
  ONBOARDING_VALIDATION_METHODS?: Array<string>;
4199
4200
  ONBOARDING_VERIFICATION_EXPIRY_HOURS?: number;
@@ -4433,6 +4434,7 @@ export type ConstanceSettingsRequest = {
4433
4434
  MAINTENANCE_ANNOUNCEMENT_NOTIFY_BEFORE_MINUTES?: number;
4434
4435
  MAINTENANCE_ANNOUNCEMENT_NOTIFY_SYSTEM?: Array<string>;
4435
4436
  ENFORCE_USER_CONSENT_FOR_OFFERINGS?: boolean;
4437
+ ENFORCE_OFFERING_USER_PROFILE_COMPLETENESS?: boolean;
4436
4438
  DISABLED_OFFERING_TYPES?: Array<string>;
4437
4439
  ONBOARDING_VALIDATION_METHODS?: Array<string>;
4438
4440
  ONBOARDING_VERIFICATION_EXPIRY_HOURS?: number;
@@ -11432,6 +11434,8 @@ export type OfferingUser = {
11432
11434
  readonly consent_data?: {
11433
11435
  [key: string]: string;
11434
11436
  } | null;
11437
+ readonly is_profile_complete?: boolean;
11438
+ readonly missing_profile_attributes?: Array<string>;
11435
11439
  };
11436
11440
  export type OfferingUserAttributeConfig = {
11437
11441
  readonly uuid: string;
@@ -24853,6 +24857,7 @@ export type ConstanceSettingsRequestForm = {
24853
24857
  MAINTENANCE_ANNOUNCEMENT_NOTIFY_BEFORE_MINUTES?: number;
24854
24858
  MAINTENANCE_ANNOUNCEMENT_NOTIFY_SYSTEM?: Array<string>;
24855
24859
  ENFORCE_USER_CONSENT_FOR_OFFERINGS?: boolean;
24860
+ ENFORCE_OFFERING_USER_PROFILE_COMPLETENESS?: boolean;
24856
24861
  DISABLED_OFFERING_TYPES?: Array<string>;
24857
24862
  ONBOARDING_VALIDATION_METHODS?: Array<string>;
24858
24863
  ONBOARDING_VERIFICATION_EXPIRY_HOURS?: number;
@@ -25092,6 +25097,7 @@ export type ConstanceSettingsRequestMultipart = {
25092
25097
  MAINTENANCE_ANNOUNCEMENT_NOTIFY_BEFORE_MINUTES?: number;
25093
25098
  MAINTENANCE_ANNOUNCEMENT_NOTIFY_SYSTEM?: Array<string>;
25094
25099
  ENFORCE_USER_CONSENT_FOR_OFFERINGS?: boolean;
25100
+ ENFORCE_OFFERING_USER_PROFILE_COMPLETENESS?: boolean;
25095
25101
  DISABLED_OFFERING_TYPES?: Array<string>;
25096
25102
  ONBOARDING_VALIDATION_METHODS?: Array<string>;
25097
25103
  ONBOARDING_VERIFICATION_EXPIRY_HOURS?: number;
@@ -41178,7 +41184,11 @@ export type MarketplaceOfferingUsersListData = {
41178
41184
  * Created after
41179
41185
  */
41180
41186
  created?: string;
41181
- field?: Array<'consent_data' | 'created' | 'customer_name' | 'customer_uuid' | 'has_compliance_checklist' | 'has_consent' | 'is_restricted' | 'modified' | 'offering' | 'offering_name' | 'offering_uuid' | 'requires_reconsent' | 'service_provider_comment' | 'service_provider_comment_url' | 'state' | 'url' | 'user' | 'user_active_isds' | 'user_affiliations' | 'user_birth_date' | 'user_civil_number' | 'user_country_of_residence' | 'user_eduperson_assurance' | 'user_email' | 'user_first_name' | 'user_full_name' | 'user_gender' | 'user_identity_source' | 'user_job_title' | 'user_last_name' | 'user_nationalities' | 'user_nationality' | 'user_organization' | 'user_organization_country' | 'user_organization_type' | 'user_personal_title' | 'user_phone_number' | 'user_place_of_birth' | 'user_username' | 'user_uuid' | 'username' | 'uuid'>;
41187
+ field?: Array<'consent_data' | 'created' | 'customer_name' | 'customer_uuid' | 'has_compliance_checklist' | 'has_consent' | 'is_profile_complete' | 'is_restricted' | 'missing_profile_attributes' | 'modified' | 'offering' | 'offering_name' | 'offering_uuid' | 'requires_reconsent' | 'service_provider_comment' | 'service_provider_comment_url' | 'state' | 'url' | 'user' | 'user_active_isds' | 'user_affiliations' | 'user_birth_date' | 'user_civil_number' | 'user_country_of_residence' | 'user_eduperson_assurance' | 'user_email' | 'user_first_name' | 'user_full_name' | 'user_gender' | 'user_identity_source' | 'user_job_title' | 'user_last_name' | 'user_nationalities' | 'user_nationality' | 'user_organization' | 'user_organization_country' | 'user_organization_type' | 'user_personal_title' | 'user_phone_number' | 'user_place_of_birth' | 'user_username' | 'user_uuid' | 'username' | 'uuid'>;
41188
+ /**
41189
+ * User has complete profile for the offering
41190
+ */
41191
+ has_complete_profile?: boolean;
41182
41192
  /**
41183
41193
  * User Has Consent
41184
41194
  */
@@ -41252,6 +41262,10 @@ export type MarketplaceOfferingUsersCountData = {
41252
41262
  * Created after
41253
41263
  */
41254
41264
  created?: string;
41265
+ /**
41266
+ * User has complete profile for the offering
41267
+ */
41268
+ has_complete_profile?: boolean;
41255
41269
  /**
41256
41270
  * User Has Consent
41257
41271
  */
@@ -41350,7 +41364,7 @@ export type MarketplaceOfferingUsersRetrieveData = {
41350
41364
  uuid: string;
41351
41365
  };
41352
41366
  query?: {
41353
- field?: Array<'consent_data' | 'created' | 'customer_name' | 'customer_uuid' | 'has_compliance_checklist' | 'has_consent' | 'is_restricted' | 'modified' | 'offering' | 'offering_name' | 'offering_uuid' | 'requires_reconsent' | 'service_provider_comment' | 'service_provider_comment_url' | 'state' | 'url' | 'user' | 'user_active_isds' | 'user_affiliations' | 'user_birth_date' | 'user_civil_number' | 'user_country_of_residence' | 'user_eduperson_assurance' | 'user_email' | 'user_first_name' | 'user_full_name' | 'user_gender' | 'user_identity_source' | 'user_job_title' | 'user_last_name' | 'user_nationalities' | 'user_nationality' | 'user_organization' | 'user_organization_country' | 'user_organization_type' | 'user_personal_title' | 'user_phone_number' | 'user_place_of_birth' | 'user_username' | 'user_uuid' | 'username' | 'uuid'>;
41367
+ field?: Array<'consent_data' | 'created' | 'customer_name' | 'customer_uuid' | 'has_compliance_checklist' | 'has_consent' | 'is_profile_complete' | 'is_restricted' | 'missing_profile_attributes' | 'modified' | 'offering' | 'offering_name' | 'offering_uuid' | 'requires_reconsent' | 'service_provider_comment' | 'service_provider_comment_url' | 'state' | 'url' | 'user' | 'user_active_isds' | 'user_affiliations' | 'user_birth_date' | 'user_civil_number' | 'user_country_of_residence' | 'user_eduperson_assurance' | 'user_email' | 'user_first_name' | 'user_full_name' | 'user_gender' | 'user_identity_source' | 'user_job_title' | 'user_last_name' | 'user_nationalities' | 'user_nationality' | 'user_organization' | 'user_organization_country' | 'user_organization_type' | 'user_personal_title' | 'user_phone_number' | 'user_place_of_birth' | 'user_username' | 'user_uuid' | 'username' | 'uuid'>;
41354
41368
  };
41355
41369
  url: '/api/marketplace-offering-users/{uuid}/';
41356
41370
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "8.0.4-dev.0",
3
+ "version": "8.0.4-dev.1",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",