waldur-js-client 7.7.9-dev.2 → 7.7.9

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.
Files changed (2) hide show
  1. package/dist/types.gen.d.ts +118 -8
  2. package/package.json +1 -1
@@ -1939,7 +1939,7 @@ export type Country = {
1939
1939
  readonly label: string;
1940
1940
  readonly value: string;
1941
1941
  };
1942
- export type CountryEnum = 'AL' | 'AT' | 'BE' | 'BG' | 'BA' | 'CH' | 'CY' | 'CZ' | 'DE' | 'DK' | 'ES' | 'EE' | 'FI' | 'FR' | 'GB' | 'GE' | 'GR' | 'HR' | 'HU' | 'IE' | 'IS' | 'IT' | 'LT' | 'LU' | 'LV' | 'MC' | 'MK' | 'MT' | 'NL' | 'NO' | 'PL' | 'PT' | 'RO' | 'RS' | 'SK' | 'SI' | 'SE' | 'UA' | 'EU';
1942
+ export type CountryEnum = 'AW' | 'AF' | 'AO' | 'AI' | 'AX' | 'AL' | 'AD' | 'AE' | 'AR' | 'AM' | 'AS' | 'AQ' | 'TF' | 'AG' | 'AU' | 'AT' | 'AZ' | 'BI' | 'BE' | 'BJ' | 'BQ' | 'BF' | 'BD' | 'BG' | 'BH' | 'BS' | 'BA' | 'BL' | 'BY' | 'BZ' | 'BM' | 'BO' | 'BR' | 'BB' | 'BN' | 'BT' | 'BV' | 'BW' | 'CF' | 'CA' | 'CC' | 'CH' | 'CL' | 'CN' | 'CI' | 'CM' | 'CD' | 'CG' | 'CK' | 'CO' | 'KM' | 'CV' | 'CR' | 'CU' | 'CW' | 'CX' | 'KY' | 'CY' | 'CZ' | 'DE' | 'DJ' | 'DM' | 'DK' | 'DO' | 'DZ' | 'EC' | 'EG' | 'ER' | 'EH' | 'ES' | 'EE' | 'ET' | 'FI' | 'FJ' | 'FK' | 'FR' | 'FO' | 'FM' | 'GA' | 'GB' | 'GE' | 'GG' | 'GH' | 'GI' | 'GN' | 'GP' | 'GM' | 'GW' | 'GQ' | 'GR' | 'GD' | 'GL' | 'GT' | 'GF' | 'GU' | 'GY' | 'HK' | 'HM' | 'HN' | 'HR' | 'HT' | 'HU' | 'ID' | 'IM' | 'IN' | 'IO' | 'IE' | 'IR' | 'IQ' | 'IS' | 'IL' | 'IT' | 'JM' | 'JE' | 'JO' | 'JP' | 'KZ' | 'KE' | 'KG' | 'KH' | 'KI' | 'KN' | 'KR' | 'KW' | 'LA' | 'LB' | 'LR' | 'LY' | 'LC' | 'LI' | 'LK' | 'LS' | 'LT' | 'LU' | 'LV' | 'MO' | 'MF' | 'MA' | 'MC' | 'MD' | 'MG' | 'MV' | 'MX' | 'MH' | 'MK' | 'ML' | 'MT' | 'MM' | 'ME' | 'MN' | 'MP' | 'MZ' | 'MR' | 'MS' | 'MQ' | 'MU' | 'MW' | 'MY' | 'YT' | 'NA' | 'NC' | 'NE' | 'NF' | 'NG' | 'NI' | 'NU' | 'NL' | 'NO' | 'NP' | 'NR' | 'NZ' | 'OM' | 'PK' | 'PA' | 'PN' | 'PE' | 'PH' | 'PW' | 'PG' | 'PL' | 'PR' | 'KP' | 'PT' | 'PY' | 'PS' | 'PF' | 'QA' | 'RE' | 'RO' | 'RU' | 'RW' | 'SA' | 'SD' | 'SN' | 'SG' | 'GS' | 'SH' | 'SJ' | 'SB' | 'SL' | 'SV' | 'SM' | 'SO' | 'PM' | 'RS' | 'SS' | 'ST' | 'SR' | 'SK' | 'SI' | 'SE' | 'SZ' | 'SX' | 'SC' | 'SY' | 'TC' | 'TD' | 'TG' | 'TH' | 'TJ' | 'TK' | 'TM' | 'TL' | 'TO' | 'TT' | 'TN' | 'TR' | 'TV' | 'TW' | 'TZ' | 'UG' | 'UA' | 'UM' | 'UY' | 'US' | 'UZ' | 'VA' | 'VC' | 'VE' | 'VG' | 'VI' | 'VN' | 'VU' | 'WF' | 'WS' | 'YE' | 'ZA' | 'ZM' | 'ZW' | 'EU';
1943
1943
  export type CourseAccount = {
1944
1944
  readonly url: string;
1945
1945
  readonly uuid: string;
@@ -2805,6 +2805,10 @@ export type IdentityProvider = {
2805
2805
  * ID of application used for OAuth authentication.
2806
2806
  */
2807
2807
  client_id: string;
2808
+ /**
2809
+ * Application secret key.
2810
+ */
2811
+ client_secret: string;
2808
2812
  verify_ssl?: boolean;
2809
2813
  enable_post_logout_redirect?: boolean;
2810
2814
  enable_pkce?: boolean;
@@ -2841,6 +2845,22 @@ export type IdentityProvider = {
2841
2845
  * Space-separated list of scopes to request during authentication.
2842
2846
  */
2843
2847
  extra_scope?: string | null;
2848
+ /**
2849
+ * The field in Waldur User model to be used for looking up the user
2850
+ */
2851
+ user_field?: string;
2852
+ /**
2853
+ * The OIDC claim from the userinfo endpoint to be used as the value for the lookup field.
2854
+ */
2855
+ user_claim?: string;
2856
+ /**
2857
+ * A JSON object mapping Waldur User model fields to OIDC claims. Example: {"first_name": "given_name", "last_name": "family_name", "email": "email"}
2858
+ */
2859
+ attribute_mapping?: unknown;
2860
+ /**
2861
+ * Space-separated list of extra fields to persist.
2862
+ */
2863
+ extra_fields?: string | null;
2844
2864
  };
2845
2865
  export type IdentityProviderRequest = {
2846
2866
  provider: string;
@@ -2849,6 +2869,10 @@ export type IdentityProviderRequest = {
2849
2869
  * ID of application used for OAuth authentication.
2850
2870
  */
2851
2871
  client_id: string;
2872
+ /**
2873
+ * Application secret key.
2874
+ */
2875
+ client_secret: string;
2852
2876
  verify_ssl?: boolean;
2853
2877
  enable_post_logout_redirect?: boolean;
2854
2878
  enable_pkce?: boolean;
@@ -2869,6 +2893,22 @@ export type IdentityProviderRequest = {
2869
2893
  * Space-separated list of scopes to request during authentication.
2870
2894
  */
2871
2895
  extra_scope?: string | null;
2896
+ /**
2897
+ * The field in Waldur User model to be used for looking up the user
2898
+ */
2899
+ user_field?: string;
2900
+ /**
2901
+ * The OIDC claim from the userinfo endpoint to be used as the value for the lookup field.
2902
+ */
2903
+ user_claim?: string;
2904
+ /**
2905
+ * A JSON object mapping Waldur User model fields to OIDC claims. Example: {"first_name": "given_name", "last_name": "family_name", "email": "email"}
2906
+ */
2907
+ attribute_mapping?: unknown;
2908
+ /**
2909
+ * Space-separated list of extra fields to persist.
2910
+ */
2911
+ extra_fields?: string | null;
2872
2912
  };
2873
2913
  export type ImageCreateRequest = {
2874
2914
  name: string;
@@ -3162,7 +3202,7 @@ export type InvoiceStatsOffering = {
3162
3202
  export type Issue = {
3163
3203
  readonly url: string;
3164
3204
  readonly uuid: string;
3165
- type?: IssueTypeEnum;
3205
+ type: IssueTypeEnum;
3166
3206
  readonly key: string;
3167
3207
  readonly backend_id: string | null;
3168
3208
  readonly backend_name: string | null;
@@ -3213,7 +3253,7 @@ export type IssueReference = {
3213
3253
  readonly uuid?: string;
3214
3254
  };
3215
3255
  export type IssueRequest = {
3216
- type?: IssueTypeEnum;
3256
+ type: IssueTypeEnum;
3217
3257
  remote_id?: string | null;
3218
3258
  summary: string;
3219
3259
  description?: string;
@@ -3250,7 +3290,7 @@ export type IssueStatusRequest = {
3250
3290
  type?: IssueStatusTypeEnum;
3251
3291
  };
3252
3292
  export type IssueStatusTypeEnum = 0 | 1;
3253
- export type IssueTypeEnum = 'Informational' | 'Service Request' | 'Change Request' | 'Incident';
3293
+ export type IssueTypeEnum = unknown;
3254
3294
  export type JiraChangelog = {
3255
3295
  items: Array<unknown>;
3256
3296
  };
@@ -4803,6 +4843,7 @@ export type Offering = {
4803
4843
  readonly parent_name?: string | null;
4804
4844
  backend_metadata?: unknown;
4805
4845
  readonly has_compliance_requirements?: boolean;
4846
+ readonly user_has_consent?: boolean;
4806
4847
  googlecalendar?: GoogleCalendar;
4807
4848
  };
4808
4849
  export type OfferingBackendMetadataRequest = {
@@ -5184,6 +5225,8 @@ export type OfferingTermsOfService = {
5184
5225
  * If True, user will be asked to re-consent to the terms of service when the terms of service are updated.
5185
5226
  */
5186
5227
  requires_reconsent?: boolean;
5228
+ user_consent: UserConsentInfo | null;
5229
+ readonly has_user_consent: boolean;
5187
5230
  readonly created: string;
5188
5231
  readonly modified: string;
5189
5232
  };
@@ -7338,6 +7381,10 @@ export type PatchedIdentityProviderRequest = {
7338
7381
  * ID of application used for OAuth authentication.
7339
7382
  */
7340
7383
  client_id?: string;
7384
+ /**
7385
+ * Application secret key.
7386
+ */
7387
+ client_secret?: string;
7341
7388
  verify_ssl?: boolean;
7342
7389
  enable_post_logout_redirect?: boolean;
7343
7390
  enable_pkce?: boolean;
@@ -7358,6 +7405,22 @@ export type PatchedIdentityProviderRequest = {
7358
7405
  * Space-separated list of scopes to request during authentication.
7359
7406
  */
7360
7407
  extra_scope?: string | null;
7408
+ /**
7409
+ * The field in Waldur User model to be used for looking up the user
7410
+ */
7411
+ user_field?: string;
7412
+ /**
7413
+ * The OIDC claim from the userinfo endpoint to be used as the value for the lookup field.
7414
+ */
7415
+ user_claim?: string;
7416
+ /**
7417
+ * A JSON object mapping Waldur User model fields to OIDC claims. Example: {"first_name": "given_name", "last_name": "family_name", "email": "email"}
7418
+ */
7419
+ attribute_mapping?: unknown;
7420
+ /**
7421
+ * Space-separated list of extra fields to persist.
7422
+ */
7423
+ extra_fields?: string | null;
7361
7424
  };
7362
7425
  export type PatchedInvoiceItemUpdateRequest = {
7363
7426
  article_code?: string;
@@ -9280,6 +9343,7 @@ export type PublicOfferingDetails = {
9280
9343
  readonly parent_name?: string | null;
9281
9344
  backend_metadata?: unknown;
9282
9345
  readonly has_compliance_requirements?: boolean;
9346
+ readonly user_has_consent?: boolean;
9283
9347
  readonly google_calendar_is_public?: boolean | null;
9284
9348
  /**
9285
9349
  * Get the Google Calendar link for an offering.
@@ -11615,6 +11679,12 @@ export type UserAuthToken = {
11615
11679
  readonly user_token_lifetime: number | null;
11616
11680
  readonly token: string;
11617
11681
  };
11682
+ export type UserConsentInfo = {
11683
+ readonly uuid: string;
11684
+ readonly version: string;
11685
+ readonly agreement_date: string;
11686
+ readonly is_revoked: boolean;
11687
+ };
11618
11688
  export type UserEmailChangeRequest = {
11619
11689
  email: string;
11620
11690
  };
@@ -14856,7 +14926,7 @@ export type BookingOfferingsListData = {
14856
14926
  body?: never;
14857
14927
  path?: never;
14858
14928
  query?: {
14859
- field?: Array<'access_url' | 'attributes' | 'backend_id' | 'backend_metadata' | 'billable' | 'category' | 'category_title' | 'category_uuid' | 'citation_count' | 'components' | 'country' | 'created' | 'customer' | 'customer_name' | 'customer_uuid' | 'datacite_doi' | 'description' | 'endpoints' | 'files' | 'full_description' | 'getting_started' | 'googlecalendar' | 'has_compliance_requirements' | 'image' | 'integration_guide' | 'latitude' | 'longitude' | 'name' | 'options' | 'order_count' | 'organization_groups' | 'parent_description' | 'parent_name' | 'parent_uuid' | 'paused_reason' | 'plans' | 'plugin_options' | 'privacy_policy_link' | 'project' | 'project_name' | 'project_uuid' | 'quotas' | 'resource_options' | 'roles' | 'scope' | 'scope_error_message' | 'scope_name' | 'scope_state' | 'scope_uuid' | 'screenshots' | 'shared' | 'slug' | 'state' | 'thumbnail' | 'total_cost' | 'total_cost_estimated' | 'total_customers' | 'type' | 'url' | 'uuid' | 'vendor_details'>;
14929
+ field?: Array<'access_url' | 'attributes' | 'backend_id' | 'backend_metadata' | 'billable' | 'category' | 'category_title' | 'category_uuid' | 'citation_count' | 'components' | 'country' | 'created' | 'customer' | 'customer_name' | 'customer_uuid' | 'datacite_doi' | 'description' | 'endpoints' | 'files' | 'full_description' | 'getting_started' | 'googlecalendar' | 'has_compliance_requirements' | 'image' | 'integration_guide' | 'latitude' | 'longitude' | 'name' | 'options' | 'order_count' | 'organization_groups' | 'parent_description' | 'parent_name' | 'parent_uuid' | 'paused_reason' | 'plans' | 'plugin_options' | 'privacy_policy_link' | 'project' | 'project_name' | 'project_uuid' | 'quotas' | 'resource_options' | 'roles' | 'scope' | 'scope_error_message' | 'scope_name' | 'scope_state' | 'scope_uuid' | 'screenshots' | 'shared' | 'slug' | 'state' | 'thumbnail' | 'total_cost' | 'total_cost_estimated' | 'total_customers' | 'type' | 'url' | 'user_has_consent' | 'uuid' | 'vendor_details'>;
14860
14930
  /**
14861
14931
  * A page number within the paginated result set.
14862
14932
  */
@@ -14899,7 +14969,7 @@ export type BookingOfferingsRetrieveData = {
14899
14969
  uuid: string;
14900
14970
  };
14901
14971
  query?: {
14902
- field?: Array<'access_url' | 'attributes' | 'backend_id' | 'backend_metadata' | 'billable' | 'category' | 'category_title' | 'category_uuid' | 'citation_count' | 'components' | 'country' | 'created' | 'customer' | 'customer_name' | 'customer_uuid' | 'datacite_doi' | 'description' | 'endpoints' | 'files' | 'full_description' | 'getting_started' | 'googlecalendar' | 'has_compliance_requirements' | 'image' | 'integration_guide' | 'latitude' | 'longitude' | 'name' | 'options' | 'order_count' | 'organization_groups' | 'parent_description' | 'parent_name' | 'parent_uuid' | 'paused_reason' | 'plans' | 'plugin_options' | 'privacy_policy_link' | 'project' | 'project_name' | 'project_uuid' | 'quotas' | 'resource_options' | 'roles' | 'scope' | 'scope_error_message' | 'scope_name' | 'scope_state' | 'scope_uuid' | 'screenshots' | 'shared' | 'slug' | 'state' | 'thumbnail' | 'total_cost' | 'total_cost_estimated' | 'total_customers' | 'type' | 'url' | 'uuid' | 'vendor_details'>;
14972
+ field?: Array<'access_url' | 'attributes' | 'backend_id' | 'backend_metadata' | 'billable' | 'category' | 'category_title' | 'category_uuid' | 'citation_count' | 'components' | 'country' | 'created' | 'customer' | 'customer_name' | 'customer_uuid' | 'datacite_doi' | 'description' | 'endpoints' | 'files' | 'full_description' | 'getting_started' | 'googlecalendar' | 'has_compliance_requirements' | 'image' | 'integration_guide' | 'latitude' | 'longitude' | 'name' | 'options' | 'order_count' | 'organization_groups' | 'parent_description' | 'parent_name' | 'parent_uuid' | 'paused_reason' | 'plans' | 'plugin_options' | 'privacy_policy_link' | 'project' | 'project_name' | 'project_uuid' | 'quotas' | 'resource_options' | 'roles' | 'scope' | 'scope_error_message' | 'scope_name' | 'scope_state' | 'scope_uuid' | 'screenshots' | 'shared' | 'slug' | 'state' | 'thumbnail' | 'total_cost' | 'total_cost_estimated' | 'total_customers' | 'type' | 'url' | 'user_has_consent' | 'uuid' | 'vendor_details'>;
14903
14973
  };
14904
14974
  url: '/api/booking-offerings/{uuid}/';
14905
14975
  };
@@ -24489,6 +24559,10 @@ export type MarketplaceProviderOfferingsListData = {
24489
24559
  shared?: boolean;
24490
24560
  state?: Array<'Active' | 'Archived' | 'Draft' | 'Paused'>;
24491
24561
  type?: Array<string>;
24562
+ /**
24563
+ * User Has Consent
24564
+ */
24565
+ user_has_consent?: boolean;
24492
24566
  /**
24493
24567
  * Comma-separated offering UUIDs
24494
24568
  */
@@ -24580,6 +24654,10 @@ export type MarketplaceProviderOfferingsCountData = {
24580
24654
  shared?: boolean;
24581
24655
  state?: Array<'Active' | 'Archived' | 'Draft' | 'Paused'>;
24582
24656
  type?: Array<string>;
24657
+ /**
24658
+ * User Has Consent
24659
+ */
24660
+ user_has_consent?: boolean;
24583
24661
  /**
24584
24662
  * Comma-separated offering UUIDs
24585
24663
  */
@@ -24770,6 +24848,10 @@ export type MarketplaceProviderOfferingsComponentStatsListData = {
24770
24848
  start?: string;
24771
24849
  state?: Array<'Active' | 'Archived' | 'Draft' | 'Paused'>;
24772
24850
  type?: Array<string>;
24851
+ /**
24852
+ * User Has Consent
24853
+ */
24854
+ user_has_consent?: boolean;
24773
24855
  /**
24774
24856
  * Comma-separated offering UUIDs
24775
24857
  */
@@ -24872,6 +24954,10 @@ export type MarketplaceProviderOfferingsCostsListData = {
24872
24954
  start?: string;
24873
24955
  state?: Array<'Active' | 'Archived' | 'Draft' | 'Paused'>;
24874
24956
  type?: Array<string>;
24957
+ /**
24958
+ * User Has Consent
24959
+ */
24960
+ user_has_consent?: boolean;
24875
24961
  /**
24876
24962
  * Comma-separated offering UUIDs
24877
24963
  */
@@ -24979,6 +25065,10 @@ export type MarketplaceProviderOfferingsCustomersListData = {
24979
25065
  shared?: boolean;
24980
25066
  state?: Array<'Active' | 'Archived' | 'Draft' | 'Paused'>;
24981
25067
  type?: Array<string>;
25068
+ /**
25069
+ * User Has Consent
25070
+ */
25071
+ user_has_consent?: boolean;
24982
25072
  /**
24983
25073
  * Comma-separated offering UUIDs
24984
25074
  */
@@ -25652,6 +25742,10 @@ export type MarketplaceProviderOfferingsGroupsListData = {
25652
25742
  shared?: boolean;
25653
25743
  state?: Array<'Active' | 'Archived' | 'Draft' | 'Paused'>;
25654
25744
  type?: Array<string>;
25745
+ /**
25746
+ * User Has Consent
25747
+ */
25748
+ user_has_consent?: boolean;
25655
25749
  /**
25656
25750
  * Comma-separated offering UUIDs
25657
25751
  */
@@ -25743,6 +25837,10 @@ export type MarketplaceProviderOfferingsGroupsCountData = {
25743
25837
  shared?: boolean;
25744
25838
  state?: Array<'Active' | 'Archived' | 'Draft' | 'Paused'>;
25745
25839
  type?: Array<string>;
25840
+ /**
25841
+ * User Has Consent
25842
+ */
25843
+ user_has_consent?: boolean;
25746
25844
  /**
25747
25845
  * Comma-separated offering UUIDs
25748
25846
  */
@@ -26274,7 +26372,7 @@ export type MarketplacePublicOfferingsListData = {
26274
26372
  customer?: string;
26275
26373
  customer_uuid?: string;
26276
26374
  description?: string;
26277
- field?: Array<'access_url' | 'attributes' | 'backend_id' | 'backend_metadata' | 'billable' | 'category' | 'category_title' | 'category_uuid' | 'citation_count' | 'components' | 'country' | 'created' | 'customer' | 'customer_name' | 'customer_uuid' | 'datacite_doi' | 'description' | 'endpoints' | 'files' | 'full_description' | 'getting_started' | 'google_calendar_is_public' | 'google_calendar_link' | 'has_compliance_requirements' | 'image' | 'integration_guide' | 'latitude' | 'longitude' | 'name' | 'options' | 'order_count' | 'organization_groups' | 'parent_description' | 'parent_name' | 'parent_uuid' | 'paused_reason' | 'plans' | 'plugin_options' | 'privacy_policy_link' | 'project' | 'project_name' | 'project_uuid' | 'promotion_campaigns' | 'quotas' | 'resource_options' | 'roles' | 'scope' | 'scope_error_message' | 'scope_name' | 'scope_state' | 'scope_uuid' | 'screenshots' | 'shared' | 'slug' | 'state' | 'thumbnail' | 'total_cost' | 'total_cost_estimated' | 'total_customers' | 'type' | 'url' | 'uuid' | 'vendor_details'>;
26375
+ field?: Array<'access_url' | 'attributes' | 'backend_id' | 'backend_metadata' | 'billable' | 'category' | 'category_title' | 'category_uuid' | 'citation_count' | 'components' | 'country' | 'created' | 'customer' | 'customer_name' | 'customer_uuid' | 'datacite_doi' | 'description' | 'endpoints' | 'files' | 'full_description' | 'getting_started' | 'google_calendar_is_public' | 'google_calendar_link' | 'has_compliance_requirements' | 'image' | 'integration_guide' | 'latitude' | 'longitude' | 'name' | 'options' | 'order_count' | 'organization_groups' | 'parent_description' | 'parent_name' | 'parent_uuid' | 'paused_reason' | 'plans' | 'plugin_options' | 'privacy_policy_link' | 'project' | 'project_name' | 'project_uuid' | 'promotion_campaigns' | 'quotas' | 'resource_options' | 'roles' | 'scope' | 'scope_error_message' | 'scope_name' | 'scope_state' | 'scope_uuid' | 'screenshots' | 'shared' | 'slug' | 'state' | 'thumbnail' | 'total_cost' | 'total_cost_estimated' | 'total_customers' | 'type' | 'url' | 'user_has_consent' | 'uuid' | 'vendor_details'>;
26278
26376
  /**
26279
26377
  * Has Active Terms of Service
26280
26378
  */
@@ -26332,6 +26430,10 @@ export type MarketplacePublicOfferingsListData = {
26332
26430
  shared?: boolean;
26333
26431
  state?: Array<'Active' | 'Archived' | 'Draft' | 'Paused'>;
26334
26432
  type?: Array<string>;
26433
+ /**
26434
+ * User Has Consent
26435
+ */
26436
+ user_has_consent?: boolean;
26335
26437
  /**
26336
26438
  * Comma-separated offering UUIDs
26337
26439
  */
@@ -26423,6 +26525,10 @@ export type MarketplacePublicOfferingsCountData = {
26423
26525
  shared?: boolean;
26424
26526
  state?: Array<'Active' | 'Archived' | 'Draft' | 'Paused'>;
26425
26527
  type?: Array<string>;
26528
+ /**
26529
+ * User Has Consent
26530
+ */
26531
+ user_has_consent?: boolean;
26426
26532
  /**
26427
26533
  * Comma-separated offering UUIDs
26428
26534
  */
@@ -26442,7 +26548,7 @@ export type MarketplacePublicOfferingsRetrieveData = {
26442
26548
  uuid: string;
26443
26549
  };
26444
26550
  query?: {
26445
- field?: Array<'access_url' | 'attributes' | 'backend_id' | 'backend_metadata' | 'billable' | 'category' | 'category_title' | 'category_uuid' | 'citation_count' | 'components' | 'country' | 'created' | 'customer' | 'customer_name' | 'customer_uuid' | 'datacite_doi' | 'description' | 'endpoints' | 'files' | 'full_description' | 'getting_started' | 'google_calendar_is_public' | 'google_calendar_link' | 'has_compliance_requirements' | 'image' | 'integration_guide' | 'latitude' | 'longitude' | 'name' | 'options' | 'order_count' | 'organization_groups' | 'parent_description' | 'parent_name' | 'parent_uuid' | 'paused_reason' | 'plans' | 'plugin_options' | 'privacy_policy_link' | 'project' | 'project_name' | 'project_uuid' | 'promotion_campaigns' | 'quotas' | 'resource_options' | 'roles' | 'scope' | 'scope_error_message' | 'scope_name' | 'scope_state' | 'scope_uuid' | 'screenshots' | 'shared' | 'slug' | 'state' | 'thumbnail' | 'total_cost' | 'total_cost_estimated' | 'total_customers' | 'type' | 'url' | 'uuid' | 'vendor_details'>;
26551
+ field?: Array<'access_url' | 'attributes' | 'backend_id' | 'backend_metadata' | 'billable' | 'category' | 'category_title' | 'category_uuid' | 'citation_count' | 'components' | 'country' | 'created' | 'customer' | 'customer_name' | 'customer_uuid' | 'datacite_doi' | 'description' | 'endpoints' | 'files' | 'full_description' | 'getting_started' | 'google_calendar_is_public' | 'google_calendar_link' | 'has_compliance_requirements' | 'image' | 'integration_guide' | 'latitude' | 'longitude' | 'name' | 'options' | 'order_count' | 'organization_groups' | 'parent_description' | 'parent_name' | 'parent_uuid' | 'paused_reason' | 'plans' | 'plugin_options' | 'privacy_policy_link' | 'project' | 'project_name' | 'project_uuid' | 'promotion_campaigns' | 'quotas' | 'resource_options' | 'roles' | 'scope' | 'scope_error_message' | 'scope_name' | 'scope_state' | 'scope_uuid' | 'screenshots' | 'shared' | 'slug' | 'state' | 'thumbnail' | 'total_cost' | 'total_cost_estimated' | 'total_customers' | 'type' | 'url' | 'user_has_consent' | 'uuid' | 'vendor_details'>;
26446
26552
  };
26447
26553
  url: '/api/marketplace-public-offerings/{uuid}/';
26448
26554
  };
@@ -28076,6 +28182,10 @@ export type MarketplaceServiceProvidersOfferingsListData = {
28076
28182
  shared?: boolean;
28077
28183
  state?: Array<'Active' | 'Archived' | 'Draft' | 'Paused'>;
28078
28184
  type?: Array<string>;
28185
+ /**
28186
+ * User Has Consent
28187
+ */
28188
+ user_has_consent?: boolean;
28079
28189
  /**
28080
28190
  * Comma-separated offering UUIDs
28081
28191
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "7.7.9-dev.2",
3
+ "version": "7.7.9",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",