waldur-js-client 7.8.7 → 7.8.8-dev.0

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.
@@ -6271,6 +6271,10 @@ export type OfferingUser = {
6271
6271
  * Check if the user needs to re-consent due to ToS changes.
6272
6272
  */
6273
6273
  readonly requires_reconsent?: boolean;
6274
+ /**
6275
+ * Check if the offering user has a connected compliance checklist completion.
6276
+ */
6277
+ readonly has_compliance_checklist?: boolean;
6274
6278
  };
6275
6279
  export type OfferingUserRequest = {
6276
6280
  user?: string;
@@ -26178,7 +26182,7 @@ export type MarketplaceOfferingUsersListData = {
26178
26182
  * Created after
26179
26183
  */
26180
26184
  created?: string;
26181
- field?: Array<'created' | 'customer_name' | 'customer_uuid' | 'has_consent' | 'is_restricted' | 'modified' | 'offering' | 'offering_name' | 'offering_uuid' | 'requires_reconsent' | 'service_provider_comment' | 'service_provider_comment_url' | 'state' | 'url' | 'user' | 'user_email' | 'user_full_name' | 'user_username' | 'user_uuid' | 'username' | 'uuid'>;
26185
+ field?: Array<'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_email' | 'user_full_name' | 'user_username' | 'user_uuid' | 'username' | 'uuid'>;
26182
26186
  /**
26183
26187
  * User Has Consent
26184
26188
  */
@@ -26316,7 +26320,7 @@ export type MarketplaceOfferingUsersRetrieveData = {
26316
26320
  uuid: string;
26317
26321
  };
26318
26322
  query?: {
26319
- field?: Array<'created' | 'customer_name' | 'customer_uuid' | 'has_consent' | 'is_restricted' | 'modified' | 'offering' | 'offering_name' | 'offering_uuid' | 'requires_reconsent' | 'service_provider_comment' | 'service_provider_comment_url' | 'state' | 'url' | 'user' | 'user_email' | 'user_full_name' | 'user_username' | 'user_uuid' | 'username' | 'uuid'>;
26323
+ field?: Array<'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_email' | 'user_full_name' | 'user_username' | 'user_uuid' | 'username' | 'uuid'>;
26320
26324
  };
26321
26325
  url: '/api/marketplace-offering-users/{uuid}/';
26322
26326
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "7.8.7",
3
+ "version": "7.8.8-dev.0",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",