waldur-js-client 7.7.9-dev.1 → 7.7.9-dev.3
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.
- package/dist/types.gen.d.ts +119 -10
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -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;
|
|
@@ -1956,7 +1956,7 @@ export type CourseAccount = {
|
|
|
1956
1956
|
email?: string;
|
|
1957
1957
|
description?: string;
|
|
1958
1958
|
readonly error_message: string;
|
|
1959
|
-
error_traceback
|
|
1959
|
+
readonly error_traceback: string;
|
|
1960
1960
|
};
|
|
1961
1961
|
export type CourseAccountCreateNested = {
|
|
1962
1962
|
email?: string;
|
|
@@ -1970,7 +1970,6 @@ export type CourseAccountRequest = {
|
|
|
1970
1970
|
project: string;
|
|
1971
1971
|
email?: string;
|
|
1972
1972
|
description?: string;
|
|
1973
|
-
error_traceback?: string;
|
|
1974
1973
|
};
|
|
1975
1974
|
export type CourseAccountsBulkCreate = {
|
|
1976
1975
|
course_accounts: Array<CourseAccountCreateNested>;
|
|
@@ -2806,6 +2805,10 @@ export type IdentityProvider = {
|
|
|
2806
2805
|
* ID of application used for OAuth authentication.
|
|
2807
2806
|
*/
|
|
2808
2807
|
client_id: string;
|
|
2808
|
+
/**
|
|
2809
|
+
* Application secret key.
|
|
2810
|
+
*/
|
|
2811
|
+
client_secret: string;
|
|
2809
2812
|
verify_ssl?: boolean;
|
|
2810
2813
|
enable_post_logout_redirect?: boolean;
|
|
2811
2814
|
enable_pkce?: boolean;
|
|
@@ -2842,6 +2845,22 @@ export type IdentityProvider = {
|
|
|
2842
2845
|
* Space-separated list of scopes to request during authentication.
|
|
2843
2846
|
*/
|
|
2844
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;
|
|
2845
2864
|
};
|
|
2846
2865
|
export type IdentityProviderRequest = {
|
|
2847
2866
|
provider: string;
|
|
@@ -2850,6 +2869,10 @@ export type IdentityProviderRequest = {
|
|
|
2850
2869
|
* ID of application used for OAuth authentication.
|
|
2851
2870
|
*/
|
|
2852
2871
|
client_id: string;
|
|
2872
|
+
/**
|
|
2873
|
+
* Application secret key.
|
|
2874
|
+
*/
|
|
2875
|
+
client_secret: string;
|
|
2853
2876
|
verify_ssl?: boolean;
|
|
2854
2877
|
enable_post_logout_redirect?: boolean;
|
|
2855
2878
|
enable_pkce?: boolean;
|
|
@@ -2870,6 +2893,22 @@ export type IdentityProviderRequest = {
|
|
|
2870
2893
|
* Space-separated list of scopes to request during authentication.
|
|
2871
2894
|
*/
|
|
2872
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;
|
|
2873
2912
|
};
|
|
2874
2913
|
export type ImageCreateRequest = {
|
|
2875
2914
|
name: string;
|
|
@@ -3163,7 +3202,7 @@ export type InvoiceStatsOffering = {
|
|
|
3163
3202
|
export type Issue = {
|
|
3164
3203
|
readonly url: string;
|
|
3165
3204
|
readonly uuid: string;
|
|
3166
|
-
type
|
|
3205
|
+
type: IssueTypeEnum;
|
|
3167
3206
|
readonly key: string;
|
|
3168
3207
|
readonly backend_id: string | null;
|
|
3169
3208
|
readonly backend_name: string | null;
|
|
@@ -3214,7 +3253,7 @@ export type IssueReference = {
|
|
|
3214
3253
|
readonly uuid?: string;
|
|
3215
3254
|
};
|
|
3216
3255
|
export type IssueRequest = {
|
|
3217
|
-
type
|
|
3256
|
+
type: IssueTypeEnum;
|
|
3218
3257
|
remote_id?: string | null;
|
|
3219
3258
|
summary: string;
|
|
3220
3259
|
description?: string;
|
|
@@ -3251,7 +3290,7 @@ export type IssueStatusRequest = {
|
|
|
3251
3290
|
type?: IssueStatusTypeEnum;
|
|
3252
3291
|
};
|
|
3253
3292
|
export type IssueStatusTypeEnum = 0 | 1;
|
|
3254
|
-
export type IssueTypeEnum =
|
|
3293
|
+
export type IssueTypeEnum = unknown;
|
|
3255
3294
|
export type JiraChangelog = {
|
|
3256
3295
|
items: Array<unknown>;
|
|
3257
3296
|
};
|
|
@@ -4804,6 +4843,7 @@ export type Offering = {
|
|
|
4804
4843
|
readonly parent_name?: string | null;
|
|
4805
4844
|
backend_metadata?: unknown;
|
|
4806
4845
|
readonly has_compliance_requirements?: boolean;
|
|
4846
|
+
readonly user_has_consent?: boolean;
|
|
4807
4847
|
googlecalendar?: GoogleCalendar;
|
|
4808
4848
|
};
|
|
4809
4849
|
export type OfferingBackendMetadataRequest = {
|
|
@@ -5185,6 +5225,8 @@ export type OfferingTermsOfService = {
|
|
|
5185
5225
|
* If True, user will be asked to re-consent to the terms of service when the terms of service are updated.
|
|
5186
5226
|
*/
|
|
5187
5227
|
requires_reconsent?: boolean;
|
|
5228
|
+
user_consent: UserConsentInfo | null;
|
|
5229
|
+
readonly has_user_consent: boolean;
|
|
5188
5230
|
readonly created: string;
|
|
5189
5231
|
readonly modified: string;
|
|
5190
5232
|
};
|
|
@@ -7339,6 +7381,10 @@ export type PatchedIdentityProviderRequest = {
|
|
|
7339
7381
|
* ID of application used for OAuth authentication.
|
|
7340
7382
|
*/
|
|
7341
7383
|
client_id?: string;
|
|
7384
|
+
/**
|
|
7385
|
+
* Application secret key.
|
|
7386
|
+
*/
|
|
7387
|
+
client_secret?: string;
|
|
7342
7388
|
verify_ssl?: boolean;
|
|
7343
7389
|
enable_post_logout_redirect?: boolean;
|
|
7344
7390
|
enable_pkce?: boolean;
|
|
@@ -7359,6 +7405,22 @@ export type PatchedIdentityProviderRequest = {
|
|
|
7359
7405
|
* Space-separated list of scopes to request during authentication.
|
|
7360
7406
|
*/
|
|
7361
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;
|
|
7362
7424
|
};
|
|
7363
7425
|
export type PatchedInvoiceItemUpdateRequest = {
|
|
7364
7426
|
article_code?: string;
|
|
@@ -9281,6 +9343,7 @@ export type PublicOfferingDetails = {
|
|
|
9281
9343
|
readonly parent_name?: string | null;
|
|
9282
9344
|
backend_metadata?: unknown;
|
|
9283
9345
|
readonly has_compliance_requirements?: boolean;
|
|
9346
|
+
readonly user_has_consent?: boolean;
|
|
9284
9347
|
readonly google_calendar_is_public?: boolean | null;
|
|
9285
9348
|
/**
|
|
9286
9349
|
* Get the Google Calendar link for an offering.
|
|
@@ -11616,6 +11679,12 @@ export type UserAuthToken = {
|
|
|
11616
11679
|
readonly user_token_lifetime: number | null;
|
|
11617
11680
|
readonly token: string;
|
|
11618
11681
|
};
|
|
11682
|
+
export type UserConsentInfo = {
|
|
11683
|
+
readonly uuid: string;
|
|
11684
|
+
readonly version: string;
|
|
11685
|
+
readonly agreement_date: string;
|
|
11686
|
+
readonly is_revoked: boolean;
|
|
11687
|
+
};
|
|
11619
11688
|
export type UserEmailChangeRequest = {
|
|
11620
11689
|
email: string;
|
|
11621
11690
|
};
|
|
@@ -14857,7 +14926,7 @@ export type BookingOfferingsListData = {
|
|
|
14857
14926
|
body?: never;
|
|
14858
14927
|
path?: never;
|
|
14859
14928
|
query?: {
|
|
14860
|
-
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'>;
|
|
14861
14930
|
/**
|
|
14862
14931
|
* A page number within the paginated result set.
|
|
14863
14932
|
*/
|
|
@@ -14900,7 +14969,7 @@ export type BookingOfferingsRetrieveData = {
|
|
|
14900
14969
|
uuid: string;
|
|
14901
14970
|
};
|
|
14902
14971
|
query?: {
|
|
14903
|
-
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'>;
|
|
14904
14973
|
};
|
|
14905
14974
|
url: '/api/booking-offerings/{uuid}/';
|
|
14906
14975
|
};
|
|
@@ -24490,6 +24559,10 @@ export type MarketplaceProviderOfferingsListData = {
|
|
|
24490
24559
|
shared?: boolean;
|
|
24491
24560
|
state?: Array<'Active' | 'Archived' | 'Draft' | 'Paused'>;
|
|
24492
24561
|
type?: Array<string>;
|
|
24562
|
+
/**
|
|
24563
|
+
* User Has Consent
|
|
24564
|
+
*/
|
|
24565
|
+
user_has_consent?: boolean;
|
|
24493
24566
|
/**
|
|
24494
24567
|
* Comma-separated offering UUIDs
|
|
24495
24568
|
*/
|
|
@@ -24581,6 +24654,10 @@ export type MarketplaceProviderOfferingsCountData = {
|
|
|
24581
24654
|
shared?: boolean;
|
|
24582
24655
|
state?: Array<'Active' | 'Archived' | 'Draft' | 'Paused'>;
|
|
24583
24656
|
type?: Array<string>;
|
|
24657
|
+
/**
|
|
24658
|
+
* User Has Consent
|
|
24659
|
+
*/
|
|
24660
|
+
user_has_consent?: boolean;
|
|
24584
24661
|
/**
|
|
24585
24662
|
* Comma-separated offering UUIDs
|
|
24586
24663
|
*/
|
|
@@ -24771,6 +24848,10 @@ export type MarketplaceProviderOfferingsComponentStatsListData = {
|
|
|
24771
24848
|
start?: string;
|
|
24772
24849
|
state?: Array<'Active' | 'Archived' | 'Draft' | 'Paused'>;
|
|
24773
24850
|
type?: Array<string>;
|
|
24851
|
+
/**
|
|
24852
|
+
* User Has Consent
|
|
24853
|
+
*/
|
|
24854
|
+
user_has_consent?: boolean;
|
|
24774
24855
|
/**
|
|
24775
24856
|
* Comma-separated offering UUIDs
|
|
24776
24857
|
*/
|
|
@@ -24873,6 +24954,10 @@ export type MarketplaceProviderOfferingsCostsListData = {
|
|
|
24873
24954
|
start?: string;
|
|
24874
24955
|
state?: Array<'Active' | 'Archived' | 'Draft' | 'Paused'>;
|
|
24875
24956
|
type?: Array<string>;
|
|
24957
|
+
/**
|
|
24958
|
+
* User Has Consent
|
|
24959
|
+
*/
|
|
24960
|
+
user_has_consent?: boolean;
|
|
24876
24961
|
/**
|
|
24877
24962
|
* Comma-separated offering UUIDs
|
|
24878
24963
|
*/
|
|
@@ -24980,6 +25065,10 @@ export type MarketplaceProviderOfferingsCustomersListData = {
|
|
|
24980
25065
|
shared?: boolean;
|
|
24981
25066
|
state?: Array<'Active' | 'Archived' | 'Draft' | 'Paused'>;
|
|
24982
25067
|
type?: Array<string>;
|
|
25068
|
+
/**
|
|
25069
|
+
* User Has Consent
|
|
25070
|
+
*/
|
|
25071
|
+
user_has_consent?: boolean;
|
|
24983
25072
|
/**
|
|
24984
25073
|
* Comma-separated offering UUIDs
|
|
24985
25074
|
*/
|
|
@@ -25653,6 +25742,10 @@ export type MarketplaceProviderOfferingsGroupsListData = {
|
|
|
25653
25742
|
shared?: boolean;
|
|
25654
25743
|
state?: Array<'Active' | 'Archived' | 'Draft' | 'Paused'>;
|
|
25655
25744
|
type?: Array<string>;
|
|
25745
|
+
/**
|
|
25746
|
+
* User Has Consent
|
|
25747
|
+
*/
|
|
25748
|
+
user_has_consent?: boolean;
|
|
25656
25749
|
/**
|
|
25657
25750
|
* Comma-separated offering UUIDs
|
|
25658
25751
|
*/
|
|
@@ -25744,6 +25837,10 @@ export type MarketplaceProviderOfferingsGroupsCountData = {
|
|
|
25744
25837
|
shared?: boolean;
|
|
25745
25838
|
state?: Array<'Active' | 'Archived' | 'Draft' | 'Paused'>;
|
|
25746
25839
|
type?: Array<string>;
|
|
25840
|
+
/**
|
|
25841
|
+
* User Has Consent
|
|
25842
|
+
*/
|
|
25843
|
+
user_has_consent?: boolean;
|
|
25747
25844
|
/**
|
|
25748
25845
|
* Comma-separated offering UUIDs
|
|
25749
25846
|
*/
|
|
@@ -26275,7 +26372,7 @@ export type MarketplacePublicOfferingsListData = {
|
|
|
26275
26372
|
customer?: string;
|
|
26276
26373
|
customer_uuid?: string;
|
|
26277
26374
|
description?: string;
|
|
26278
|
-
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'>;
|
|
26279
26376
|
/**
|
|
26280
26377
|
* Has Active Terms of Service
|
|
26281
26378
|
*/
|
|
@@ -26333,6 +26430,10 @@ export type MarketplacePublicOfferingsListData = {
|
|
|
26333
26430
|
shared?: boolean;
|
|
26334
26431
|
state?: Array<'Active' | 'Archived' | 'Draft' | 'Paused'>;
|
|
26335
26432
|
type?: Array<string>;
|
|
26433
|
+
/**
|
|
26434
|
+
* User Has Consent
|
|
26435
|
+
*/
|
|
26436
|
+
user_has_consent?: boolean;
|
|
26336
26437
|
/**
|
|
26337
26438
|
* Comma-separated offering UUIDs
|
|
26338
26439
|
*/
|
|
@@ -26424,6 +26525,10 @@ export type MarketplacePublicOfferingsCountData = {
|
|
|
26424
26525
|
shared?: boolean;
|
|
26425
26526
|
state?: Array<'Active' | 'Archived' | 'Draft' | 'Paused'>;
|
|
26426
26527
|
type?: Array<string>;
|
|
26528
|
+
/**
|
|
26529
|
+
* User Has Consent
|
|
26530
|
+
*/
|
|
26531
|
+
user_has_consent?: boolean;
|
|
26427
26532
|
/**
|
|
26428
26533
|
* Comma-separated offering UUIDs
|
|
26429
26534
|
*/
|
|
@@ -26443,7 +26548,7 @@ export type MarketplacePublicOfferingsRetrieveData = {
|
|
|
26443
26548
|
uuid: string;
|
|
26444
26549
|
};
|
|
26445
26550
|
query?: {
|
|
26446
|
-
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'>;
|
|
26447
26552
|
};
|
|
26448
26553
|
url: '/api/marketplace-public-offerings/{uuid}/';
|
|
26449
26554
|
};
|
|
@@ -28077,6 +28182,10 @@ export type MarketplaceServiceProvidersOfferingsListData = {
|
|
|
28077
28182
|
shared?: boolean;
|
|
28078
28183
|
state?: Array<'Active' | 'Archived' | 'Draft' | 'Paused'>;
|
|
28079
28184
|
type?: Array<string>;
|
|
28185
|
+
/**
|
|
28186
|
+
* User Has Consent
|
|
28187
|
+
*/
|
|
28188
|
+
user_has_consent?: boolean;
|
|
28080
28189
|
/**
|
|
28081
28190
|
* Comma-separated offering UUIDs
|
|
28082
28191
|
*/
|