waldur-js-client 7.9.6-dev.7 → 7.9.6-dev.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.
- package/dist/sdk.gen.js +5 -1
- package/dist/types.gen.d.ts +111 -11
- package/package.json +1 -1
package/dist/sdk.gen.js
CHANGED
|
@@ -11907,7 +11907,11 @@ export const marketplaceOrdersRejectByConsumer = (options) => {
|
|
|
11907
11907
|
}
|
|
11908
11908
|
],
|
|
11909
11909
|
url: '/api/marketplace-orders/{uuid}/reject_by_consumer/',
|
|
11910
|
-
...options
|
|
11910
|
+
...options,
|
|
11911
|
+
headers: {
|
|
11912
|
+
'Content-Type': 'application/json',
|
|
11913
|
+
...options.headers
|
|
11914
|
+
}
|
|
11911
11915
|
});
|
|
11912
11916
|
};
|
|
11913
11917
|
/**
|
package/dist/types.gen.d.ts
CHANGED
|
@@ -2610,6 +2610,12 @@ export type Customer = {
|
|
|
2610
2610
|
* Number of extra days after project end date before resources are terminated
|
|
2611
2611
|
*/
|
|
2612
2612
|
grace_period_days?: number | null;
|
|
2613
|
+
user_email_patterns?: unknown;
|
|
2614
|
+
user_affiliations?: unknown;
|
|
2615
|
+
/**
|
|
2616
|
+
* List of allowed identity sources (identity providers).
|
|
2617
|
+
*/
|
|
2618
|
+
user_identity_sources?: unknown;
|
|
2613
2619
|
name?: string;
|
|
2614
2620
|
/**
|
|
2615
2621
|
* URL-friendly identifier. Only editable by staff users.
|
|
@@ -2876,6 +2882,12 @@ export type CustomerRequest = {
|
|
|
2876
2882
|
* Number of extra days after project end date before resources are terminated
|
|
2877
2883
|
*/
|
|
2878
2884
|
grace_period_days?: number | null;
|
|
2885
|
+
user_email_patterns?: unknown;
|
|
2886
|
+
user_affiliations?: unknown;
|
|
2887
|
+
/**
|
|
2888
|
+
* List of allowed identity sources (identity providers).
|
|
2889
|
+
*/
|
|
2890
|
+
user_identity_sources?: unknown;
|
|
2879
2891
|
name: string;
|
|
2880
2892
|
/**
|
|
2881
2893
|
* URL-friendly identifier. Only editable by staff users.
|
|
@@ -3712,6 +3724,10 @@ export type GroupInvitation = {
|
|
|
3712
3724
|
project_role?: string | null;
|
|
3713
3725
|
user_affiliations?: unknown;
|
|
3714
3726
|
user_email_patterns?: unknown;
|
|
3727
|
+
/**
|
|
3728
|
+
* List of allowed identity sources (identity providers).
|
|
3729
|
+
*/
|
|
3730
|
+
user_identity_sources?: unknown;
|
|
3715
3731
|
/**
|
|
3716
3732
|
* Image URL of the invitation scope (Customer or Project)
|
|
3717
3733
|
*/
|
|
@@ -3748,6 +3764,10 @@ export type GroupInvitationRequest = {
|
|
|
3748
3764
|
project_role?: string | null;
|
|
3749
3765
|
user_affiliations?: unknown;
|
|
3750
3766
|
user_email_patterns?: unknown;
|
|
3767
|
+
/**
|
|
3768
|
+
* List of allowed identity sources (identity providers).
|
|
3769
|
+
*/
|
|
3770
|
+
user_identity_sources?: unknown;
|
|
3751
3771
|
};
|
|
3752
3772
|
export type GuestOsEnum = 'DOS' | 'WIN_31' | 'WIN_95' | 'WIN_98' | 'WIN_ME' | 'WIN_NT' | 'WIN_2000_PRO' | 'WIN_2000_SERV' | 'WIN_2000_ADV_SERV' | 'WIN_XP_HOME' | 'WIN_XP_PRO' | 'WIN_XP_PRO_64' | 'WIN_NET_WEB' | 'WIN_NET_STANDARD' | 'WIN_NET_ENTERPRISE' | 'WIN_NET_DATACENTER' | 'WIN_NET_BUSINESS' | 'WIN_NET_STANDARD_64' | 'WIN_NET_ENTERPRISE_64' | 'WIN_LONGHORN' | 'WIN_LONGHORN_64' | 'WIN_NET_DATACENTER_64' | 'WIN_VISTA' | 'WIN_VISTA_64' | 'WINDOWS_7' | 'WINDOWS_7_64' | 'WINDOWS_7_SERVER_64' | 'WINDOWS_8' | 'WINDOWS_8_64' | 'WINDOWS_8_SERVER_64' | 'WINDOWS_9' | 'WINDOWS_9_64' | 'WINDOWS_9_SERVER_64' | 'WINDOWS_HYPERV' | 'FREEBSD' | 'FREEBSD_64' | 'REDHAT' | 'RHEL_2' | 'RHEL_3' | 'RHEL_3_64' | 'RHEL_4' | 'RHEL_4_64' | 'RHEL_5' | 'RHEL_5_64' | 'RHEL_6' | 'RHEL_6_64' | 'RHEL_7' | 'RHEL_7_64' | 'CENTOS' | 'CENTOS_64' | 'CENTOS_6' | 'CENTOS_6_64' | 'CENTOS_7' | 'CENTOS_7_64' | 'ORACLE_LINUX' | 'ORACLE_LINUX_64' | 'ORACLE_LINUX_6' | 'ORACLE_LINUX_6_64' | 'ORACLE_LINUX_7' | 'ORACLE_LINUX_7_64' | 'SUSE' | 'SUSE_64' | 'SLES' | 'SLES_64' | 'SLES_10' | 'SLES_10_64' | 'SLES_11' | 'SLES_11_64' | 'SLES_12' | 'SLES_12_64' | 'NLD_9' | 'OES' | 'SJDS' | 'MANDRAKE' | 'MANDRIVA' | 'MANDRIVA_64' | 'TURBO_LINUX' | 'TURBO_LINUX_64' | 'UBUNTU' | 'UBUNTU_64' | 'DEBIAN_4' | 'DEBIAN_4_64' | 'DEBIAN_5' | 'DEBIAN_5_64' | 'DEBIAN_6' | 'DEBIAN_6_64' | 'DEBIAN_7' | 'DEBIAN_7_64' | 'DEBIAN_8' | 'DEBIAN_8_64' | 'DEBIAN_9' | 'DEBIAN_9_64' | 'DEBIAN_10' | 'DEBIAN_10_64' | 'ASIANUX_3' | 'ASIANUX_3_64' | 'ASIANUX_4' | 'ASIANUX_4_64' | 'ASIANUX_5_64' | 'ASIANUX_7_64' | 'OPENSUSE' | 'OPENSUSE_64' | 'FEDORA' | 'FEDORA_64' | 'COREOS_64' | 'VMWARE_PHOTON_64' | 'OTHER_24X_LINUX' | 'OTHER_24X_LINUX_64' | 'OTHER_26X_LINUX' | 'OTHER_26X_LINUX_64' | 'OTHER_3X_LINUX' | 'OTHER_3X_LINUX_64' | 'OTHER_LINUX' | 'GENERIC_LINUX' | 'OTHER_LINUX_64' | 'SOLARIS_6' | 'SOLARIS_7' | 'SOLARIS_8' | 'SOLARIS_9' | 'SOLARIS_10' | 'SOLARIS_10_64' | 'SOLARIS_11_64' | 'OS2' | 'ECOMSTATION' | 'ECOMSTATION_2' | 'NETWARE_4' | 'NETWARE_5' | 'NETWARE_6' | 'OPENSERVER_5' | 'OPENSERVER_6' | 'UNIXWARE_7' | 'DARWIN' | 'DARWIN_64' | 'DARWIN_10' | 'DARWIN_10_64' | 'DARWIN_11' | 'DARWIN_11_64' | 'DARWIN_12_64' | 'DARWIN_13_64' | 'DARWIN_14_64' | 'DARWIN_15_64' | 'DARWIN_16_64' | 'VMKERNEL' | 'VMKERNEL_5' | 'VMKERNEL_6' | 'VMKERNEL_65' | 'OTHER' | 'OTHER_64';
|
|
3753
3773
|
export type GuestPowerStateEnum = 'RUNNING' | 'SHUTTING_DOWN' | 'RESETTING' | 'STANDBY' | 'NOT_RUNNING' | 'UNAVAILABLE';
|
|
@@ -9690,7 +9710,7 @@ export type OrderDetails = {
|
|
|
9690
9710
|
readonly order_subtype?: string | null;
|
|
9691
9711
|
issue?: IssueReference | null;
|
|
9692
9712
|
};
|
|
9693
|
-
export type
|
|
9713
|
+
export type OrderErrorDetailsRequest = {
|
|
9694
9714
|
error_message?: string;
|
|
9695
9715
|
error_traceback?: string;
|
|
9696
9716
|
};
|
|
@@ -9928,6 +9948,12 @@ export type PatchedCustomerRequest = {
|
|
|
9928
9948
|
* Number of extra days after project end date before resources are terminated
|
|
9929
9949
|
*/
|
|
9930
9950
|
grace_period_days?: number | null;
|
|
9951
|
+
user_email_patterns?: unknown;
|
|
9952
|
+
user_affiliations?: unknown;
|
|
9953
|
+
/**
|
|
9954
|
+
* List of allowed identity sources (identity providers).
|
|
9955
|
+
*/
|
|
9956
|
+
user_identity_sources?: unknown;
|
|
9931
9957
|
name?: string;
|
|
9932
9958
|
/**
|
|
9933
9959
|
* URL-friendly identifier. Only editable by staff users.
|
|
@@ -10590,6 +10616,12 @@ export type PatchedProjectRequest = {
|
|
|
10590
10616
|
* Number of extra days after project end date before resources are terminated. Overrides customer-level setting.
|
|
10591
10617
|
*/
|
|
10592
10618
|
grace_period_days?: number | null;
|
|
10619
|
+
user_email_patterns?: unknown;
|
|
10620
|
+
user_affiliations?: unknown;
|
|
10621
|
+
/**
|
|
10622
|
+
* List of allowed identity sources (identity providers).
|
|
10623
|
+
*/
|
|
10624
|
+
user_identity_sources?: unknown;
|
|
10593
10625
|
};
|
|
10594
10626
|
export type PatchedProjectServiceAccountRequest = {
|
|
10595
10627
|
username?: string;
|
|
@@ -11489,6 +11521,12 @@ export type Project = {
|
|
|
11489
11521
|
* Number of extra days after project end date before resources are terminated. Overrides customer-level setting.
|
|
11490
11522
|
*/
|
|
11491
11523
|
grace_period_days?: number | null;
|
|
11524
|
+
user_email_patterns?: unknown;
|
|
11525
|
+
user_affiliations?: unknown;
|
|
11526
|
+
/**
|
|
11527
|
+
* List of allowed identity sources (identity providers).
|
|
11528
|
+
*/
|
|
11529
|
+
user_identity_sources?: unknown;
|
|
11492
11530
|
readonly project_credit?: number | null;
|
|
11493
11531
|
readonly marketplace_resource_count?: {
|
|
11494
11532
|
[key: string]: number;
|
|
@@ -11742,6 +11780,12 @@ export type ProjectRequest = {
|
|
|
11742
11780
|
* Number of extra days after project end date before resources are terminated. Overrides customer-level setting.
|
|
11743
11781
|
*/
|
|
11744
11782
|
grace_period_days?: number | null;
|
|
11783
|
+
user_email_patterns?: unknown;
|
|
11784
|
+
user_affiliations?: unknown;
|
|
11785
|
+
/**
|
|
11786
|
+
* List of allowed identity sources (identity providers).
|
|
11787
|
+
*/
|
|
11788
|
+
user_identity_sources?: unknown;
|
|
11745
11789
|
};
|
|
11746
11790
|
export type ProjectServiceAccount = {
|
|
11747
11791
|
readonly url: string;
|
|
@@ -16847,6 +16891,12 @@ export type CustomerRequestForm = {
|
|
|
16847
16891
|
* Number of extra days after project end date before resources are terminated
|
|
16848
16892
|
*/
|
|
16849
16893
|
grace_period_days?: number | null;
|
|
16894
|
+
user_email_patterns?: unknown;
|
|
16895
|
+
user_affiliations?: unknown;
|
|
16896
|
+
/**
|
|
16897
|
+
* List of allowed identity sources (identity providers).
|
|
16898
|
+
*/
|
|
16899
|
+
user_identity_sources?: unknown;
|
|
16850
16900
|
name: string;
|
|
16851
16901
|
/**
|
|
16852
16902
|
* URL-friendly identifier. Only editable by staff users.
|
|
@@ -16918,6 +16968,12 @@ export type CustomerRequestMultipart = {
|
|
|
16918
16968
|
* Number of extra days after project end date before resources are terminated
|
|
16919
16969
|
*/
|
|
16920
16970
|
grace_period_days?: number | null;
|
|
16971
|
+
user_email_patterns?: unknown;
|
|
16972
|
+
user_affiliations?: unknown;
|
|
16973
|
+
/**
|
|
16974
|
+
* List of allowed identity sources (identity providers).
|
|
16975
|
+
*/
|
|
16976
|
+
user_identity_sources?: unknown;
|
|
16921
16977
|
name: string;
|
|
16922
16978
|
/**
|
|
16923
16979
|
* URL-friendly identifier. Only editable by staff users.
|
|
@@ -16989,6 +17045,12 @@ export type PatchedCustomerRequestForm = {
|
|
|
16989
17045
|
* Number of extra days after project end date before resources are terminated
|
|
16990
17046
|
*/
|
|
16991
17047
|
grace_period_days?: number | null;
|
|
17048
|
+
user_email_patterns?: unknown;
|
|
17049
|
+
user_affiliations?: unknown;
|
|
17050
|
+
/**
|
|
17051
|
+
* List of allowed identity sources (identity providers).
|
|
17052
|
+
*/
|
|
17053
|
+
user_identity_sources?: unknown;
|
|
16992
17054
|
name?: string;
|
|
16993
17055
|
/**
|
|
16994
17056
|
* URL-friendly identifier. Only editable by staff users.
|
|
@@ -17060,6 +17122,12 @@ export type PatchedCustomerRequestMultipart = {
|
|
|
17060
17122
|
* Number of extra days after project end date before resources are terminated
|
|
17061
17123
|
*/
|
|
17062
17124
|
grace_period_days?: number | null;
|
|
17125
|
+
user_email_patterns?: unknown;
|
|
17126
|
+
user_affiliations?: unknown;
|
|
17127
|
+
/**
|
|
17128
|
+
* List of allowed identity sources (identity providers).
|
|
17129
|
+
*/
|
|
17130
|
+
user_identity_sources?: unknown;
|
|
17063
17131
|
name?: string;
|
|
17064
17132
|
/**
|
|
17065
17133
|
* URL-friendly identifier. Only editable by staff users.
|
|
@@ -17477,6 +17545,12 @@ export type ProjectRequestForm = {
|
|
|
17477
17545
|
* Number of extra days after project end date before resources are terminated. Overrides customer-level setting.
|
|
17478
17546
|
*/
|
|
17479
17547
|
grace_period_days?: number | null;
|
|
17548
|
+
user_email_patterns?: unknown;
|
|
17549
|
+
user_affiliations?: unknown;
|
|
17550
|
+
/**
|
|
17551
|
+
* List of allowed identity sources (identity providers).
|
|
17552
|
+
*/
|
|
17553
|
+
user_identity_sources?: unknown;
|
|
17480
17554
|
};
|
|
17481
17555
|
export type ProjectRequestMultipart = {
|
|
17482
17556
|
name: string;
|
|
@@ -17520,6 +17594,12 @@ export type ProjectRequestMultipart = {
|
|
|
17520
17594
|
* Number of extra days after project end date before resources are terminated. Overrides customer-level setting.
|
|
17521
17595
|
*/
|
|
17522
17596
|
grace_period_days?: number | null;
|
|
17597
|
+
user_email_patterns?: unknown;
|
|
17598
|
+
user_affiliations?: unknown;
|
|
17599
|
+
/**
|
|
17600
|
+
* List of allowed identity sources (identity providers).
|
|
17601
|
+
*/
|
|
17602
|
+
user_identity_sources?: unknown;
|
|
17523
17603
|
};
|
|
17524
17604
|
export type PatchedProjectRequestForm = {
|
|
17525
17605
|
name?: string;
|
|
@@ -17563,6 +17643,12 @@ export type PatchedProjectRequestForm = {
|
|
|
17563
17643
|
* Number of extra days after project end date before resources are terminated. Overrides customer-level setting.
|
|
17564
17644
|
*/
|
|
17565
17645
|
grace_period_days?: number | null;
|
|
17646
|
+
user_email_patterns?: unknown;
|
|
17647
|
+
user_affiliations?: unknown;
|
|
17648
|
+
/**
|
|
17649
|
+
* List of allowed identity sources (identity providers).
|
|
17650
|
+
*/
|
|
17651
|
+
user_identity_sources?: unknown;
|
|
17566
17652
|
};
|
|
17567
17653
|
export type PatchedProjectRequestMultipart = {
|
|
17568
17654
|
name?: string;
|
|
@@ -17606,6 +17692,12 @@ export type PatchedProjectRequestMultipart = {
|
|
|
17606
17692
|
* Number of extra days after project end date before resources are terminated. Overrides customer-level setting.
|
|
17607
17693
|
*/
|
|
17608
17694
|
grace_period_days?: number | null;
|
|
17695
|
+
user_email_patterns?: unknown;
|
|
17696
|
+
user_affiliations?: unknown;
|
|
17697
|
+
/**
|
|
17698
|
+
* List of allowed identity sources (identity providers).
|
|
17699
|
+
*/
|
|
17700
|
+
user_identity_sources?: unknown;
|
|
17609
17701
|
};
|
|
17610
17702
|
export type ConstanceSettingsRequestForm = {
|
|
17611
17703
|
SITE_NAME?: string;
|
|
@@ -23032,6 +23124,10 @@ export type ChecklistsAdminQuestionsListData = {
|
|
|
23032
23124
|
*/
|
|
23033
23125
|
checklist_type?: 'customer_onboarding' | 'offering_compliance' | 'project_compliance' | 'project_metadata' | 'proposal_compliance';
|
|
23034
23126
|
checklist_uuid?: string;
|
|
23127
|
+
/**
|
|
23128
|
+
* Filter questions that have onboarding metadata mapping
|
|
23129
|
+
*/
|
|
23130
|
+
has_onboarding_mapping?: boolean;
|
|
23035
23131
|
/**
|
|
23036
23132
|
* A page number within the paginated result set.
|
|
23037
23133
|
*/
|
|
@@ -23058,6 +23154,10 @@ export type ChecklistsAdminQuestionsCountData = {
|
|
|
23058
23154
|
*/
|
|
23059
23155
|
checklist_type?: 'customer_onboarding' | 'offering_compliance' | 'project_compliance' | 'project_metadata' | 'proposal_compliance';
|
|
23060
23156
|
checklist_uuid?: string;
|
|
23157
|
+
/**
|
|
23158
|
+
* Filter questions that have onboarding metadata mapping
|
|
23159
|
+
*/
|
|
23160
|
+
has_onboarding_mapping?: boolean;
|
|
23061
23161
|
/**
|
|
23062
23162
|
* A page number within the paginated result set.
|
|
23063
23163
|
*/
|
|
@@ -23708,7 +23808,7 @@ export type CustomersListData = {
|
|
|
23708
23808
|
* Contact details
|
|
23709
23809
|
*/
|
|
23710
23810
|
contact_details?: string;
|
|
23711
|
-
field?: Array<'abbreviation' | 'access_subnets' | 'accounting_start_date' | 'address' | 'agreement_number' | 'archived' | 'backend_id' | 'bank_account' | 'bank_name' | 'billing_price_estimate' | 'blocked' | 'call_managing_organization_uuid' | 'contact_details' | 'country' | 'country_name' | 'created' | 'customer_credit' | 'customer_unallocated_credit' | 'default_tax_percent' | 'description' | 'display_billing_info_in_projects' | 'display_name' | 'domain' | 'email' | 'grace_period_days' | 'homepage' | 'image' | 'is_service_provider' | 'latitude' | 'longitude' | 'max_service_accounts' | 'name' | 'native_name' | 'notification_emails' | 'organization_groups' | 'payment_profiles' | 'phone_number' | 'postal' | 'project_metadata_checklist' | 'projects_count' | 'registration_code' | 'service_provider' | 'service_provider_uuid' | 'slug' | 'sponsor_number' | 'url' | 'users_count' | 'uuid' | 'vat_code'>;
|
|
23811
|
+
field?: Array<'abbreviation' | 'access_subnets' | 'accounting_start_date' | 'address' | 'agreement_number' | 'archived' | 'backend_id' | 'bank_account' | 'bank_name' | 'billing_price_estimate' | 'blocked' | 'call_managing_organization_uuid' | 'contact_details' | 'country' | 'country_name' | 'created' | 'customer_credit' | 'customer_unallocated_credit' | 'default_tax_percent' | 'description' | 'display_billing_info_in_projects' | 'display_name' | 'domain' | 'email' | 'grace_period_days' | 'homepage' | 'image' | 'is_service_provider' | 'latitude' | 'longitude' | 'max_service_accounts' | 'name' | 'native_name' | 'notification_emails' | 'organization_groups' | 'payment_profiles' | 'phone_number' | 'postal' | 'project_metadata_checklist' | 'projects_count' | 'registration_code' | 'service_provider' | 'service_provider_uuid' | 'slug' | 'sponsor_number' | 'url' | 'user_affiliations' | 'user_email_patterns' | 'user_identity_sources' | 'users_count' | 'uuid' | 'vat_code'>;
|
|
23712
23812
|
/**
|
|
23713
23813
|
* Name
|
|
23714
23814
|
*/
|
|
@@ -24034,7 +24134,7 @@ export type CustomersRetrieveData = {
|
|
|
24034
24134
|
uuid: string;
|
|
24035
24135
|
};
|
|
24036
24136
|
query?: {
|
|
24037
|
-
field?: Array<'abbreviation' | 'access_subnets' | 'accounting_start_date' | 'address' | 'agreement_number' | 'archived' | 'backend_id' | 'bank_account' | 'bank_name' | 'billing_price_estimate' | 'blocked' | 'call_managing_organization_uuid' | 'contact_details' | 'country' | 'country_name' | 'created' | 'customer_credit' | 'customer_unallocated_credit' | 'default_tax_percent' | 'description' | 'display_billing_info_in_projects' | 'display_name' | 'domain' | 'email' | 'grace_period_days' | 'homepage' | 'image' | 'is_service_provider' | 'latitude' | 'longitude' | 'max_service_accounts' | 'name' | 'native_name' | 'notification_emails' | 'organization_groups' | 'payment_profiles' | 'phone_number' | 'postal' | 'project_metadata_checklist' | 'projects_count' | 'registration_code' | 'service_provider' | 'service_provider_uuid' | 'slug' | 'sponsor_number' | 'url' | 'users_count' | 'uuid' | 'vat_code'>;
|
|
24137
|
+
field?: Array<'abbreviation' | 'access_subnets' | 'accounting_start_date' | 'address' | 'agreement_number' | 'archived' | 'backend_id' | 'bank_account' | 'bank_name' | 'billing_price_estimate' | 'blocked' | 'call_managing_organization_uuid' | 'contact_details' | 'country' | 'country_name' | 'created' | 'customer_credit' | 'customer_unallocated_credit' | 'default_tax_percent' | 'description' | 'display_billing_info_in_projects' | 'display_name' | 'domain' | 'email' | 'grace_period_days' | 'homepage' | 'image' | 'is_service_provider' | 'latitude' | 'longitude' | 'max_service_accounts' | 'name' | 'native_name' | 'notification_emails' | 'organization_groups' | 'payment_profiles' | 'phone_number' | 'postal' | 'project_metadata_checklist' | 'projects_count' | 'registration_code' | 'service_provider' | 'service_provider_uuid' | 'slug' | 'sponsor_number' | 'url' | 'user_affiliations' | 'user_email_patterns' | 'user_identity_sources' | 'users_count' | 'uuid' | 'vat_code'>;
|
|
24038
24138
|
};
|
|
24039
24139
|
url: '/api/customers/{uuid}/';
|
|
24040
24140
|
};
|
|
@@ -31678,7 +31778,7 @@ export type MarketplaceOrdersOfferingRetrieveResponses = {
|
|
|
31678
31778
|
};
|
|
31679
31779
|
export type MarketplaceOrdersOfferingRetrieveResponse = MarketplaceOrdersOfferingRetrieveResponses[keyof MarketplaceOrdersOfferingRetrieveResponses];
|
|
31680
31780
|
export type MarketplaceOrdersRejectByConsumerData = {
|
|
31681
|
-
body?:
|
|
31781
|
+
body?: OrderErrorDetailsRequest;
|
|
31682
31782
|
path: {
|
|
31683
31783
|
uuid: string;
|
|
31684
31784
|
};
|
|
@@ -31734,7 +31834,7 @@ export type MarketplaceOrdersSetStateDoneResponses = {
|
|
|
31734
31834
|
200: unknown;
|
|
31735
31835
|
};
|
|
31736
31836
|
export type MarketplaceOrdersSetStateErredData = {
|
|
31737
|
-
body?:
|
|
31837
|
+
body?: OrderErrorDetailsRequest;
|
|
31738
31838
|
path: {
|
|
31739
31839
|
uuid: string;
|
|
31740
31840
|
};
|
|
@@ -33764,7 +33864,7 @@ export type MarketplaceProviderOfferingsListCustomerProjectsListData = {
|
|
|
33764
33864
|
uuid: string;
|
|
33765
33865
|
};
|
|
33766
33866
|
query?: {
|
|
33767
|
-
field?: Array<'backend_id' | 'billing_price_estimate' | 'created' | 'customer' | 'customer_abbreviation' | 'customer_display_billing_info_in_projects' | 'customer_name' | 'customer_native_name' | 'customer_slug' | 'customer_uuid' | 'description' | 'end_date' | 'end_date_requested_by' | 'grace_period_days' | 'image' | 'is_industry' | 'is_removed' | 'kind' | 'marketplace_resource_count' | 'max_service_accounts' | 'name' | 'oecd_fos_2007_code' | 'oecd_fos_2007_label' | 'project_credit' | 'resources_count' | 'slug' | 'staff_notes' | 'start_date' | 'termination_metadata' | 'type' | 'type_name' | 'type_uuid' | 'url' | 'uuid'>;
|
|
33867
|
+
field?: Array<'backend_id' | 'billing_price_estimate' | 'created' | 'customer' | 'customer_abbreviation' | 'customer_display_billing_info_in_projects' | 'customer_name' | 'customer_native_name' | 'customer_slug' | 'customer_uuid' | 'description' | 'end_date' | 'end_date_requested_by' | 'grace_period_days' | 'image' | 'is_industry' | 'is_removed' | 'kind' | 'marketplace_resource_count' | 'max_service_accounts' | 'name' | 'oecd_fos_2007_code' | 'oecd_fos_2007_label' | 'project_credit' | 'resources_count' | 'slug' | 'staff_notes' | 'start_date' | 'termination_metadata' | 'type' | 'type_name' | 'type_uuid' | 'url' | 'user_affiliations' | 'user_email_patterns' | 'user_identity_sources' | 'uuid'>;
|
|
33768
33868
|
/**
|
|
33769
33869
|
* A page number within the paginated result set.
|
|
33770
33870
|
*/
|
|
@@ -38306,7 +38406,7 @@ export type MarketplaceServiceProvidersProjectsListData = {
|
|
|
38306
38406
|
* Description
|
|
38307
38407
|
*/
|
|
38308
38408
|
description?: string;
|
|
38309
|
-
field?: Array<'backend_id' | 'billing_price_estimate' | 'created' | 'customer' | 'customer_abbreviation' | 'customer_display_billing_info_in_projects' | 'customer_name' | 'customer_native_name' | 'customer_slug' | 'customer_uuid' | 'description' | 'end_date' | 'end_date_requested_by' | 'grace_period_days' | 'image' | 'is_industry' | 'is_removed' | 'kind' | 'marketplace_resource_count' | 'max_service_accounts' | 'name' | 'oecd_fos_2007_code' | 'oecd_fos_2007_label' | 'project_credit' | 'resources_count' | 'slug' | 'staff_notes' | 'start_date' | 'termination_metadata' | 'type' | 'type_name' | 'type_uuid' | 'url' | 'uuid'>;
|
|
38409
|
+
field?: Array<'backend_id' | 'billing_price_estimate' | 'created' | 'customer' | 'customer_abbreviation' | 'customer_display_billing_info_in_projects' | 'customer_name' | 'customer_native_name' | 'customer_slug' | 'customer_uuid' | 'description' | 'end_date' | 'end_date_requested_by' | 'grace_period_days' | 'image' | 'is_industry' | 'is_removed' | 'kind' | 'marketplace_resource_count' | 'max_service_accounts' | 'name' | 'oecd_fos_2007_code' | 'oecd_fos_2007_label' | 'project_credit' | 'resources_count' | 'slug' | 'staff_notes' | 'start_date' | 'termination_metadata' | 'type' | 'type_name' | 'type_uuid' | 'url' | 'user_affiliations' | 'user_email_patterns' | 'user_identity_sources' | 'uuid'>;
|
|
38310
38410
|
/**
|
|
38311
38411
|
* Is removed
|
|
38312
38412
|
*/
|
|
@@ -43270,7 +43370,7 @@ export type OpenportalUnmanagedProjectsListData = {
|
|
|
43270
43370
|
* Description
|
|
43271
43371
|
*/
|
|
43272
43372
|
description?: string;
|
|
43273
|
-
field?: Array<'backend_id' | 'billing_price_estimate' | 'created' | 'customer' | 'customer_abbreviation' | 'customer_display_billing_info_in_projects' | 'customer_name' | 'customer_native_name' | 'customer_slug' | 'customer_uuid' | 'description' | 'end_date' | 'end_date_requested_by' | 'grace_period_days' | 'image' | 'is_industry' | 'is_removed' | 'kind' | 'marketplace_resource_count' | 'max_service_accounts' | 'name' | 'oecd_fos_2007_code' | 'oecd_fos_2007_label' | 'project_credit' | 'resources_count' | 'slug' | 'staff_notes' | 'start_date' | 'termination_metadata' | 'type' | 'type_name' | 'type_uuid' | 'url' | 'uuid'>;
|
|
43373
|
+
field?: Array<'backend_id' | 'billing_price_estimate' | 'created' | 'customer' | 'customer_abbreviation' | 'customer_display_billing_info_in_projects' | 'customer_name' | 'customer_native_name' | 'customer_slug' | 'customer_uuid' | 'description' | 'end_date' | 'end_date_requested_by' | 'grace_period_days' | 'image' | 'is_industry' | 'is_removed' | 'kind' | 'marketplace_resource_count' | 'max_service_accounts' | 'name' | 'oecd_fos_2007_code' | 'oecd_fos_2007_label' | 'project_credit' | 'resources_count' | 'slug' | 'staff_notes' | 'start_date' | 'termination_metadata' | 'type' | 'type_name' | 'type_uuid' | 'url' | 'user_affiliations' | 'user_email_patterns' | 'user_identity_sources' | 'uuid'>;
|
|
43274
43374
|
/**
|
|
43275
43375
|
* Include soft-deleted (terminated) projects. Only available to staff and support users, or users with organizational roles who can see their terminated projects.
|
|
43276
43376
|
*/
|
|
@@ -43443,7 +43543,7 @@ export type OpenportalUnmanagedProjectsRetrieveData = {
|
|
|
43443
43543
|
uuid: string;
|
|
43444
43544
|
};
|
|
43445
43545
|
query?: {
|
|
43446
|
-
field?: Array<'backend_id' | 'billing_price_estimate' | 'created' | 'customer' | 'customer_abbreviation' | 'customer_display_billing_info_in_projects' | 'customer_name' | 'customer_native_name' | 'customer_slug' | 'customer_uuid' | 'description' | 'end_date' | 'end_date_requested_by' | 'grace_period_days' | 'image' | 'is_industry' | 'is_removed' | 'kind' | 'marketplace_resource_count' | 'max_service_accounts' | 'name' | 'oecd_fos_2007_code' | 'oecd_fos_2007_label' | 'project_credit' | 'resources_count' | 'slug' | 'staff_notes' | 'start_date' | 'termination_metadata' | 'type' | 'type_name' | 'type_uuid' | 'url' | 'uuid'>;
|
|
43546
|
+
field?: Array<'backend_id' | 'billing_price_estimate' | 'created' | 'customer' | 'customer_abbreviation' | 'customer_display_billing_info_in_projects' | 'customer_name' | 'customer_native_name' | 'customer_slug' | 'customer_uuid' | 'description' | 'end_date' | 'end_date_requested_by' | 'grace_period_days' | 'image' | 'is_industry' | 'is_removed' | 'kind' | 'marketplace_resource_count' | 'max_service_accounts' | 'name' | 'oecd_fos_2007_code' | 'oecd_fos_2007_label' | 'project_credit' | 'resources_count' | 'slug' | 'staff_notes' | 'start_date' | 'termination_metadata' | 'type' | 'type_name' | 'type_uuid' | 'url' | 'user_affiliations' | 'user_email_patterns' | 'user_identity_sources' | 'uuid'>;
|
|
43447
43547
|
};
|
|
43448
43548
|
url: '/api/openportal-unmanaged-projects/{uuid}/';
|
|
43449
43549
|
};
|
|
@@ -50112,7 +50212,7 @@ export type ProjectsListData = {
|
|
|
50112
50212
|
* Description
|
|
50113
50213
|
*/
|
|
50114
50214
|
description?: string;
|
|
50115
|
-
field?: Array<'backend_id' | 'billing_price_estimate' | 'created' | 'customer' | 'customer_abbreviation' | 'customer_display_billing_info_in_projects' | 'customer_name' | 'customer_native_name' | 'customer_slug' | 'customer_uuid' | 'description' | 'end_date' | 'end_date_requested_by' | 'grace_period_days' | 'image' | 'is_industry' | 'is_removed' | 'kind' | 'marketplace_resource_count' | 'max_service_accounts' | 'name' | 'oecd_fos_2007_code' | 'oecd_fos_2007_label' | 'project_credit' | 'resources_count' | 'slug' | 'staff_notes' | 'start_date' | 'termination_metadata' | 'type' | 'type_name' | 'type_uuid' | 'url' | 'uuid'>;
|
|
50215
|
+
field?: Array<'backend_id' | 'billing_price_estimate' | 'created' | 'customer' | 'customer_abbreviation' | 'customer_display_billing_info_in_projects' | 'customer_name' | 'customer_native_name' | 'customer_slug' | 'customer_uuid' | 'description' | 'end_date' | 'end_date_requested_by' | 'grace_period_days' | 'image' | 'is_industry' | 'is_removed' | 'kind' | 'marketplace_resource_count' | 'max_service_accounts' | 'name' | 'oecd_fos_2007_code' | 'oecd_fos_2007_label' | 'project_credit' | 'resources_count' | 'slug' | 'staff_notes' | 'start_date' | 'termination_metadata' | 'type' | 'type_name' | 'type_uuid' | 'url' | 'user_affiliations' | 'user_email_patterns' | 'user_identity_sources' | 'uuid'>;
|
|
50116
50216
|
/**
|
|
50117
50217
|
* Include soft-deleted (terminated) projects. Only available to staff and support users, or users with organizational roles who can see their terminated projects.
|
|
50118
50218
|
*/
|
|
@@ -50361,7 +50461,7 @@ export type ProjectsRetrieveData = {
|
|
|
50361
50461
|
uuid: string;
|
|
50362
50462
|
};
|
|
50363
50463
|
query?: {
|
|
50364
|
-
field?: Array<'backend_id' | 'billing_price_estimate' | 'created' | 'customer' | 'customer_abbreviation' | 'customer_display_billing_info_in_projects' | 'customer_name' | 'customer_native_name' | 'customer_slug' | 'customer_uuid' | 'description' | 'end_date' | 'end_date_requested_by' | 'grace_period_days' | 'image' | 'is_industry' | 'is_removed' | 'kind' | 'marketplace_resource_count' | 'max_service_accounts' | 'name' | 'oecd_fos_2007_code' | 'oecd_fos_2007_label' | 'project_credit' | 'resources_count' | 'slug' | 'staff_notes' | 'start_date' | 'termination_metadata' | 'type' | 'type_name' | 'type_uuid' | 'url' | 'uuid'>;
|
|
50464
|
+
field?: Array<'backend_id' | 'billing_price_estimate' | 'created' | 'customer' | 'customer_abbreviation' | 'customer_display_billing_info_in_projects' | 'customer_name' | 'customer_native_name' | 'customer_slug' | 'customer_uuid' | 'description' | 'end_date' | 'end_date_requested_by' | 'grace_period_days' | 'image' | 'is_industry' | 'is_removed' | 'kind' | 'marketplace_resource_count' | 'max_service_accounts' | 'name' | 'oecd_fos_2007_code' | 'oecd_fos_2007_label' | 'project_credit' | 'resources_count' | 'slug' | 'staff_notes' | 'start_date' | 'termination_metadata' | 'type' | 'type_name' | 'type_uuid' | 'url' | 'user_affiliations' | 'user_email_patterns' | 'user_identity_sources' | 'uuid'>;
|
|
50365
50465
|
};
|
|
50366
50466
|
url: '/api/projects/{uuid}/';
|
|
50367
50467
|
};
|