waldur-js-client 8.0.4-dev.2 → 8.0.4-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 +388 -0
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -32938,6 +32938,10 @@ export type CustomersListData = {
|
|
|
32938
32938
|
* Abbreviation
|
|
32939
32939
|
*/
|
|
32940
32940
|
abbreviation?: string;
|
|
32941
|
+
/**
|
|
32942
|
+
* Filter by whether accounting is running.
|
|
32943
|
+
*/
|
|
32944
|
+
accounting_is_running?: boolean;
|
|
32941
32945
|
agreement_number?: string;
|
|
32942
32946
|
archived?: boolean;
|
|
32943
32947
|
backend_id?: string;
|
|
@@ -32950,6 +32954,18 @@ export type CustomersListData = {
|
|
|
32950
32954
|
*/
|
|
32951
32955
|
current_user_has_project_create_permission?: boolean;
|
|
32952
32956
|
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'>;
|
|
32957
|
+
/**
|
|
32958
|
+
* Filter by customers with resources.
|
|
32959
|
+
*/
|
|
32960
|
+
has_resources?: string;
|
|
32961
|
+
/**
|
|
32962
|
+
* Filter by customers that are call managing organizations.
|
|
32963
|
+
*/
|
|
32964
|
+
is_call_managing_organization?: boolean;
|
|
32965
|
+
/**
|
|
32966
|
+
* Filter by customers that are service providers.
|
|
32967
|
+
*/
|
|
32968
|
+
is_service_provider?: boolean;
|
|
32953
32969
|
/**
|
|
32954
32970
|
* Name
|
|
32955
32971
|
*/
|
|
@@ -32991,6 +33007,14 @@ export type CustomersListData = {
|
|
|
32991
33007
|
*/
|
|
32992
33008
|
query?: string;
|
|
32993
33009
|
registration_code?: string;
|
|
33010
|
+
/**
|
|
33011
|
+
* Filter by service provider UUID.
|
|
33012
|
+
*/
|
|
33013
|
+
service_provider_uuid?: string;
|
|
33014
|
+
/**
|
|
33015
|
+
* Filter by user UUID.
|
|
33016
|
+
*/
|
|
33017
|
+
user_uuid?: string;
|
|
32994
33018
|
};
|
|
32995
33019
|
url: '/api/customers/';
|
|
32996
33020
|
};
|
|
@@ -33006,6 +33030,10 @@ export type CustomersCountData = {
|
|
|
33006
33030
|
* Abbreviation
|
|
33007
33031
|
*/
|
|
33008
33032
|
abbreviation?: string;
|
|
33033
|
+
/**
|
|
33034
|
+
* Filter by whether accounting is running.
|
|
33035
|
+
*/
|
|
33036
|
+
accounting_is_running?: boolean;
|
|
33009
33037
|
agreement_number?: string;
|
|
33010
33038
|
archived?: boolean;
|
|
33011
33039
|
backend_id?: string;
|
|
@@ -33017,6 +33045,18 @@ export type CustomersCountData = {
|
|
|
33017
33045
|
* Return a list of customers where current user has project create permission.
|
|
33018
33046
|
*/
|
|
33019
33047
|
current_user_has_project_create_permission?: boolean;
|
|
33048
|
+
/**
|
|
33049
|
+
* Filter by customers with resources.
|
|
33050
|
+
*/
|
|
33051
|
+
has_resources?: string;
|
|
33052
|
+
/**
|
|
33053
|
+
* Filter by customers that are call managing organizations.
|
|
33054
|
+
*/
|
|
33055
|
+
is_call_managing_organization?: boolean;
|
|
33056
|
+
/**
|
|
33057
|
+
* Filter by customers that are service providers.
|
|
33058
|
+
*/
|
|
33059
|
+
is_service_provider?: boolean;
|
|
33020
33060
|
/**
|
|
33021
33061
|
* Name
|
|
33022
33062
|
*/
|
|
@@ -33058,6 +33098,14 @@ export type CustomersCountData = {
|
|
|
33058
33098
|
*/
|
|
33059
33099
|
query?: string;
|
|
33060
33100
|
registration_code?: string;
|
|
33101
|
+
/**
|
|
33102
|
+
* Filter by service provider UUID.
|
|
33103
|
+
*/
|
|
33104
|
+
service_provider_uuid?: string;
|
|
33105
|
+
/**
|
|
33106
|
+
* Filter by user UUID.
|
|
33107
|
+
*/
|
|
33108
|
+
user_uuid?: string;
|
|
33061
33109
|
};
|
|
33062
33110
|
url: '/api/customers/';
|
|
33063
33111
|
};
|
|
@@ -33365,6 +33413,10 @@ export type CustomersHistoryListData = {
|
|
|
33365
33413
|
* Abbreviation
|
|
33366
33414
|
*/
|
|
33367
33415
|
abbreviation?: string;
|
|
33416
|
+
/**
|
|
33417
|
+
* Filter by whether accounting is running.
|
|
33418
|
+
*/
|
|
33419
|
+
accounting_is_running?: boolean;
|
|
33368
33420
|
agreement_number?: string;
|
|
33369
33421
|
archived?: boolean;
|
|
33370
33422
|
backend_id?: string;
|
|
@@ -33384,6 +33436,18 @@ export type CustomersHistoryListData = {
|
|
|
33384
33436
|
* Return a list of customers where current user has project create permission.
|
|
33385
33437
|
*/
|
|
33386
33438
|
current_user_has_project_create_permission?: boolean;
|
|
33439
|
+
/**
|
|
33440
|
+
* Filter by customers with resources.
|
|
33441
|
+
*/
|
|
33442
|
+
has_resources?: string;
|
|
33443
|
+
/**
|
|
33444
|
+
* Filter by customers that are call managing organizations.
|
|
33445
|
+
*/
|
|
33446
|
+
is_call_managing_organization?: boolean;
|
|
33447
|
+
/**
|
|
33448
|
+
* Filter by customers that are service providers.
|
|
33449
|
+
*/
|
|
33450
|
+
is_service_provider?: boolean;
|
|
33387
33451
|
/**
|
|
33388
33452
|
* Name
|
|
33389
33453
|
*/
|
|
@@ -33425,6 +33489,14 @@ export type CustomersHistoryListData = {
|
|
|
33425
33489
|
*/
|
|
33426
33490
|
query?: string;
|
|
33427
33491
|
registration_code?: string;
|
|
33492
|
+
/**
|
|
33493
|
+
* Filter by service provider UUID.
|
|
33494
|
+
*/
|
|
33495
|
+
service_provider_uuid?: string;
|
|
33496
|
+
/**
|
|
33497
|
+
* Filter by user UUID.
|
|
33498
|
+
*/
|
|
33499
|
+
user_uuid?: string;
|
|
33428
33500
|
};
|
|
33429
33501
|
url: '/api/customers/{uuid}/history/';
|
|
33430
33502
|
};
|
|
@@ -33632,6 +33704,10 @@ export type CustomersCountriesListData = {
|
|
|
33632
33704
|
* Abbreviation
|
|
33633
33705
|
*/
|
|
33634
33706
|
abbreviation?: string;
|
|
33707
|
+
/**
|
|
33708
|
+
* Filter by whether accounting is running.
|
|
33709
|
+
*/
|
|
33710
|
+
accounting_is_running?: boolean;
|
|
33635
33711
|
agreement_number?: string;
|
|
33636
33712
|
archived?: boolean;
|
|
33637
33713
|
backend_id?: string;
|
|
@@ -33643,6 +33719,18 @@ export type CustomersCountriesListData = {
|
|
|
33643
33719
|
* Return a list of customers where current user has project create permission.
|
|
33644
33720
|
*/
|
|
33645
33721
|
current_user_has_project_create_permission?: boolean;
|
|
33722
|
+
/**
|
|
33723
|
+
* Filter by customers with resources.
|
|
33724
|
+
*/
|
|
33725
|
+
has_resources?: string;
|
|
33726
|
+
/**
|
|
33727
|
+
* Filter by customers that are call managing organizations.
|
|
33728
|
+
*/
|
|
33729
|
+
is_call_managing_organization?: boolean;
|
|
33730
|
+
/**
|
|
33731
|
+
* Filter by customers that are service providers.
|
|
33732
|
+
*/
|
|
33733
|
+
is_service_provider?: boolean;
|
|
33646
33734
|
/**
|
|
33647
33735
|
* Name
|
|
33648
33736
|
*/
|
|
@@ -33684,6 +33772,14 @@ export type CustomersCountriesListData = {
|
|
|
33684
33772
|
*/
|
|
33685
33773
|
query?: string;
|
|
33686
33774
|
registration_code?: string;
|
|
33775
|
+
/**
|
|
33776
|
+
* Filter by service provider UUID.
|
|
33777
|
+
*/
|
|
33778
|
+
service_provider_uuid?: string;
|
|
33779
|
+
/**
|
|
33780
|
+
* Filter by user UUID.
|
|
33781
|
+
*/
|
|
33782
|
+
user_uuid?: string;
|
|
33687
33783
|
};
|
|
33688
33784
|
url: '/api/customers/countries/';
|
|
33689
33785
|
};
|
|
@@ -33699,6 +33795,10 @@ export type CustomersCountriesCountData = {
|
|
|
33699
33795
|
* Abbreviation
|
|
33700
33796
|
*/
|
|
33701
33797
|
abbreviation?: string;
|
|
33798
|
+
/**
|
|
33799
|
+
* Filter by whether accounting is running.
|
|
33800
|
+
*/
|
|
33801
|
+
accounting_is_running?: boolean;
|
|
33702
33802
|
agreement_number?: string;
|
|
33703
33803
|
archived?: boolean;
|
|
33704
33804
|
backend_id?: string;
|
|
@@ -33710,6 +33810,18 @@ export type CustomersCountriesCountData = {
|
|
|
33710
33810
|
* Return a list of customers where current user has project create permission.
|
|
33711
33811
|
*/
|
|
33712
33812
|
current_user_has_project_create_permission?: boolean;
|
|
33813
|
+
/**
|
|
33814
|
+
* Filter by customers with resources.
|
|
33815
|
+
*/
|
|
33816
|
+
has_resources?: string;
|
|
33817
|
+
/**
|
|
33818
|
+
* Filter by customers that are call managing organizations.
|
|
33819
|
+
*/
|
|
33820
|
+
is_call_managing_organization?: boolean;
|
|
33821
|
+
/**
|
|
33822
|
+
* Filter by customers that are service providers.
|
|
33823
|
+
*/
|
|
33824
|
+
is_service_provider?: boolean;
|
|
33713
33825
|
/**
|
|
33714
33826
|
* Name
|
|
33715
33827
|
*/
|
|
@@ -33751,6 +33863,14 @@ export type CustomersCountriesCountData = {
|
|
|
33751
33863
|
*/
|
|
33752
33864
|
query?: string;
|
|
33753
33865
|
registration_code?: string;
|
|
33866
|
+
/**
|
|
33867
|
+
* Filter by service provider UUID.
|
|
33868
|
+
*/
|
|
33869
|
+
service_provider_uuid?: string;
|
|
33870
|
+
/**
|
|
33871
|
+
* Filter by user UUID.
|
|
33872
|
+
*/
|
|
33873
|
+
user_uuid?: string;
|
|
33754
33874
|
};
|
|
33755
33875
|
url: '/api/customers/countries/';
|
|
33756
33876
|
};
|
|
@@ -34842,6 +34962,14 @@ export type EventsListData = {
|
|
|
34842
34962
|
* Customer UUID
|
|
34843
34963
|
*/
|
|
34844
34964
|
customer_uuid?: string;
|
|
34965
|
+
/**
|
|
34966
|
+
* Filter by event type. Can be specified multiple times.
|
|
34967
|
+
*/
|
|
34968
|
+
event_type?: Array<string>;
|
|
34969
|
+
/**
|
|
34970
|
+
* Filter by feature (event group). Can be specified multiple times.
|
|
34971
|
+
*/
|
|
34972
|
+
feature?: Array<string>;
|
|
34845
34973
|
field?: Array<'context' | 'created' | 'event_type' | 'message' | 'uuid'>;
|
|
34846
34974
|
message?: string;
|
|
34847
34975
|
/**
|
|
@@ -34862,6 +34990,10 @@ export type EventsListData = {
|
|
|
34862
34990
|
* Project UUID
|
|
34863
34991
|
*/
|
|
34864
34992
|
project_uuid?: string;
|
|
34993
|
+
/**
|
|
34994
|
+
* Filter by scope URL.
|
|
34995
|
+
*/
|
|
34996
|
+
scope?: string;
|
|
34865
34997
|
/**
|
|
34866
34998
|
* User UUID
|
|
34867
34999
|
*/
|
|
@@ -34883,6 +35015,14 @@ export type EventsCountData = {
|
|
|
34883
35015
|
* Customer UUID
|
|
34884
35016
|
*/
|
|
34885
35017
|
customer_uuid?: string;
|
|
35018
|
+
/**
|
|
35019
|
+
* Filter by event type. Can be specified multiple times.
|
|
35020
|
+
*/
|
|
35021
|
+
event_type?: Array<string>;
|
|
35022
|
+
/**
|
|
35023
|
+
* Filter by feature (event group). Can be specified multiple times.
|
|
35024
|
+
*/
|
|
35025
|
+
feature?: Array<string>;
|
|
34886
35026
|
message?: string;
|
|
34887
35027
|
/**
|
|
34888
35028
|
* Ordering
|
|
@@ -34902,6 +35042,10 @@ export type EventsCountData = {
|
|
|
34902
35042
|
* Project UUID
|
|
34903
35043
|
*/
|
|
34904
35044
|
project_uuid?: string;
|
|
35045
|
+
/**
|
|
35046
|
+
* Filter by scope URL.
|
|
35047
|
+
*/
|
|
35048
|
+
scope?: string;
|
|
34905
35049
|
/**
|
|
34906
35050
|
* User UUID
|
|
34907
35051
|
*/
|
|
@@ -34919,6 +35063,14 @@ export type EventsStatsListData = {
|
|
|
34919
35063
|
body?: never;
|
|
34920
35064
|
path?: never;
|
|
34921
35065
|
query?: {
|
|
35066
|
+
/**
|
|
35067
|
+
* Filter by event type. Can be specified multiple times.
|
|
35068
|
+
*/
|
|
35069
|
+
event_type?: Array<string>;
|
|
35070
|
+
/**
|
|
35071
|
+
* Filter by feature (event group). Can be specified multiple times.
|
|
35072
|
+
*/
|
|
35073
|
+
feature?: Array<string>;
|
|
34922
35074
|
/**
|
|
34923
35075
|
* A page number within the paginated result set.
|
|
34924
35076
|
*/
|
|
@@ -34927,6 +35079,10 @@ export type EventsStatsListData = {
|
|
|
34927
35079
|
* Number of results to return per page.
|
|
34928
35080
|
*/
|
|
34929
35081
|
page_size?: number;
|
|
35082
|
+
/**
|
|
35083
|
+
* Filter by scope URL.
|
|
35084
|
+
*/
|
|
35085
|
+
scope?: string;
|
|
34930
35086
|
};
|
|
34931
35087
|
url: '/api/events-stats/';
|
|
34932
35088
|
};
|
|
@@ -34938,6 +35094,14 @@ export type EventsStatsCountData = {
|
|
|
34938
35094
|
body?: never;
|
|
34939
35095
|
path?: never;
|
|
34940
35096
|
query?: {
|
|
35097
|
+
/**
|
|
35098
|
+
* Filter by event type. Can be specified multiple times.
|
|
35099
|
+
*/
|
|
35100
|
+
event_type?: Array<string>;
|
|
35101
|
+
/**
|
|
35102
|
+
* Filter by feature (event group). Can be specified multiple times.
|
|
35103
|
+
*/
|
|
35104
|
+
feature?: Array<string>;
|
|
34941
35105
|
/**
|
|
34942
35106
|
* A page number within the paginated result set.
|
|
34943
35107
|
*/
|
|
@@ -34946,6 +35110,10 @@ export type EventsStatsCountData = {
|
|
|
34946
35110
|
* Number of results to return per page.
|
|
34947
35111
|
*/
|
|
34948
35112
|
page_size?: number;
|
|
35113
|
+
/**
|
|
35114
|
+
* Filter by scope URL.
|
|
35115
|
+
*/
|
|
35116
|
+
scope?: string;
|
|
34949
35117
|
};
|
|
34950
35118
|
url: '/api/events-stats/';
|
|
34951
35119
|
};
|
|
@@ -35253,6 +35421,10 @@ export type FinancialReportsListData = {
|
|
|
35253
35421
|
* Abbreviation
|
|
35254
35422
|
*/
|
|
35255
35423
|
abbreviation?: string;
|
|
35424
|
+
/**
|
|
35425
|
+
* Filter by whether accounting is running.
|
|
35426
|
+
*/
|
|
35427
|
+
accounting_is_running?: boolean;
|
|
35256
35428
|
agreement_number?: string;
|
|
35257
35429
|
archived?: boolean;
|
|
35258
35430
|
backend_id?: string;
|
|
@@ -35264,6 +35436,10 @@ export type FinancialReportsListData = {
|
|
|
35264
35436
|
* Return a list of customers where current user has project create permission.
|
|
35265
35437
|
*/
|
|
35266
35438
|
current_user_has_project_create_permission?: boolean;
|
|
35439
|
+
/**
|
|
35440
|
+
* Filter by month.
|
|
35441
|
+
*/
|
|
35442
|
+
month?: number;
|
|
35267
35443
|
/**
|
|
35268
35444
|
* Name
|
|
35269
35445
|
*/
|
|
@@ -35305,6 +35481,10 @@ export type FinancialReportsListData = {
|
|
|
35305
35481
|
*/
|
|
35306
35482
|
query?: string;
|
|
35307
35483
|
registration_code?: string;
|
|
35484
|
+
/**
|
|
35485
|
+
* Filter by year.
|
|
35486
|
+
*/
|
|
35487
|
+
year?: number;
|
|
35308
35488
|
};
|
|
35309
35489
|
url: '/api/financial-reports/';
|
|
35310
35490
|
};
|
|
@@ -35320,6 +35500,10 @@ export type FinancialReportsCountData = {
|
|
|
35320
35500
|
* Abbreviation
|
|
35321
35501
|
*/
|
|
35322
35502
|
abbreviation?: string;
|
|
35503
|
+
/**
|
|
35504
|
+
* Filter by whether accounting is running.
|
|
35505
|
+
*/
|
|
35506
|
+
accounting_is_running?: boolean;
|
|
35323
35507
|
agreement_number?: string;
|
|
35324
35508
|
archived?: boolean;
|
|
35325
35509
|
backend_id?: string;
|
|
@@ -35331,6 +35515,10 @@ export type FinancialReportsCountData = {
|
|
|
35331
35515
|
* Return a list of customers where current user has project create permission.
|
|
35332
35516
|
*/
|
|
35333
35517
|
current_user_has_project_create_permission?: boolean;
|
|
35518
|
+
/**
|
|
35519
|
+
* Filter by month.
|
|
35520
|
+
*/
|
|
35521
|
+
month?: number;
|
|
35334
35522
|
/**
|
|
35335
35523
|
* Name
|
|
35336
35524
|
*/
|
|
@@ -35372,6 +35560,10 @@ export type FinancialReportsCountData = {
|
|
|
35372
35560
|
*/
|
|
35373
35561
|
query?: string;
|
|
35374
35562
|
registration_code?: string;
|
|
35563
|
+
/**
|
|
35564
|
+
* Filter by year.
|
|
35565
|
+
*/
|
|
35566
|
+
year?: number;
|
|
35375
35567
|
};
|
|
35376
35568
|
url: '/api/financial-reports/';
|
|
35377
35569
|
};
|
|
@@ -35626,6 +35818,14 @@ export type HooksListData = {
|
|
|
35626
35818
|
body?: never;
|
|
35627
35819
|
path?: never;
|
|
35628
35820
|
query?: {
|
|
35821
|
+
/**
|
|
35822
|
+
* Filter by author UUID.
|
|
35823
|
+
*/
|
|
35824
|
+
author_uuid?: string;
|
|
35825
|
+
/**
|
|
35826
|
+
* Filter by active status.
|
|
35827
|
+
*/
|
|
35828
|
+
is_active?: boolean;
|
|
35629
35829
|
/**
|
|
35630
35830
|
* A page number within the paginated result set.
|
|
35631
35831
|
*/
|
|
@@ -35647,6 +35847,14 @@ export type HooksCountData = {
|
|
|
35647
35847
|
body?: never;
|
|
35648
35848
|
path?: never;
|
|
35649
35849
|
query?: {
|
|
35850
|
+
/**
|
|
35851
|
+
* Filter by author UUID.
|
|
35852
|
+
*/
|
|
35853
|
+
author_uuid?: string;
|
|
35854
|
+
/**
|
|
35855
|
+
* Filter by active status.
|
|
35856
|
+
*/
|
|
35857
|
+
is_active?: boolean;
|
|
35650
35858
|
/**
|
|
35651
35859
|
* A page number within the paginated result set.
|
|
35652
35860
|
*/
|
|
@@ -36441,6 +36649,10 @@ export type InvoicesListData = {
|
|
|
36441
36649
|
body?: never;
|
|
36442
36650
|
path?: never;
|
|
36443
36651
|
query?: {
|
|
36652
|
+
/**
|
|
36653
|
+
* Filter by whether accounting is running.
|
|
36654
|
+
*/
|
|
36655
|
+
accounting_is_running?: boolean;
|
|
36444
36656
|
created?: string;
|
|
36445
36657
|
customer?: string;
|
|
36446
36658
|
customer_uuid?: string;
|
|
@@ -36475,6 +36687,10 @@ export type InvoicesCountData = {
|
|
|
36475
36687
|
body?: never;
|
|
36476
36688
|
path?: never;
|
|
36477
36689
|
query?: {
|
|
36690
|
+
/**
|
|
36691
|
+
* Filter by whether accounting is running.
|
|
36692
|
+
*/
|
|
36693
|
+
accounting_is_running?: boolean;
|
|
36478
36694
|
created?: string;
|
|
36479
36695
|
customer?: string;
|
|
36480
36696
|
customer_uuid?: string;
|
|
@@ -36526,6 +36742,10 @@ export type InvoicesHistoryListData = {
|
|
|
36526
36742
|
uuid: string;
|
|
36527
36743
|
};
|
|
36528
36744
|
query?: {
|
|
36745
|
+
/**
|
|
36746
|
+
* Filter by whether accounting is running.
|
|
36747
|
+
*/
|
|
36748
|
+
accounting_is_running?: boolean;
|
|
36529
36749
|
created?: string;
|
|
36530
36750
|
/**
|
|
36531
36751
|
* Filter versions created after this timestamp (ISO 8601)
|
|
@@ -36688,6 +36908,10 @@ export type InvoicesStatsListData = {
|
|
|
36688
36908
|
uuid: string;
|
|
36689
36909
|
};
|
|
36690
36910
|
query?: {
|
|
36911
|
+
/**
|
|
36912
|
+
* Filter by whether accounting is running.
|
|
36913
|
+
*/
|
|
36914
|
+
accounting_is_running?: boolean;
|
|
36691
36915
|
created?: string;
|
|
36692
36916
|
customer?: string;
|
|
36693
36917
|
customer_uuid?: string;
|
|
@@ -38336,6 +38560,10 @@ export type MarketplaceCategoryComponentUsagesListData = {
|
|
|
38336
38560
|
* Number of results to return per page.
|
|
38337
38561
|
*/
|
|
38338
38562
|
page_size?: number;
|
|
38563
|
+
/**
|
|
38564
|
+
* Filter by scope URL.
|
|
38565
|
+
*/
|
|
38566
|
+
scope?: string;
|
|
38339
38567
|
};
|
|
38340
38568
|
url: '/api/marketplace-category-component-usages/';
|
|
38341
38569
|
};
|
|
@@ -38363,6 +38591,10 @@ export type MarketplaceCategoryComponentUsagesCountData = {
|
|
|
38363
38591
|
* Number of results to return per page.
|
|
38364
38592
|
*/
|
|
38365
38593
|
page_size?: number;
|
|
38594
|
+
/**
|
|
38595
|
+
* Filter by scope URL.
|
|
38596
|
+
*/
|
|
38597
|
+
scope?: string;
|
|
38366
38598
|
};
|
|
38367
38599
|
url: '/api/marketplace-category-component-usages/';
|
|
38368
38600
|
};
|
|
@@ -40483,6 +40715,10 @@ export type MarketplaceOfferingReferralsListData = {
|
|
|
40483
40715
|
* Number of results to return per page.
|
|
40484
40716
|
*/
|
|
40485
40717
|
page_size?: number;
|
|
40718
|
+
/**
|
|
40719
|
+
* Filter by scope URL.
|
|
40720
|
+
*/
|
|
40721
|
+
scope?: string;
|
|
40486
40722
|
};
|
|
40487
40723
|
url: '/api/marketplace-offering-referrals/';
|
|
40488
40724
|
};
|
|
@@ -40508,6 +40744,10 @@ export type MarketplaceOfferingReferralsCountData = {
|
|
|
40508
40744
|
* Number of results to return per page.
|
|
40509
40745
|
*/
|
|
40510
40746
|
page_size?: number;
|
|
40747
|
+
/**
|
|
40748
|
+
* Filter by scope URL.
|
|
40749
|
+
*/
|
|
40750
|
+
scope?: string;
|
|
40511
40751
|
};
|
|
40512
40752
|
url: '/api/marketplace-offering-referrals/';
|
|
40513
40753
|
};
|
|
@@ -42956,6 +43196,10 @@ export type MarketplaceProviderOfferingsListData = {
|
|
|
42956
43196
|
* Has Terms of Service
|
|
42957
43197
|
*/
|
|
42958
43198
|
has_terms_of_service?: boolean;
|
|
43199
|
+
/**
|
|
43200
|
+
* Filter by importable offerings.
|
|
43201
|
+
*/
|
|
43202
|
+
importable?: string;
|
|
42959
43203
|
/**
|
|
42960
43204
|
* Keyword
|
|
42961
43205
|
*/
|
|
@@ -43120,6 +43364,10 @@ export type MarketplaceProviderOfferingsCountData = {
|
|
|
43120
43364
|
* Has Terms of Service
|
|
43121
43365
|
*/
|
|
43122
43366
|
has_terms_of_service?: boolean;
|
|
43367
|
+
/**
|
|
43368
|
+
* Filter by importable offerings.
|
|
43369
|
+
*/
|
|
43370
|
+
importable?: string;
|
|
43123
43371
|
/**
|
|
43124
43372
|
* Keyword
|
|
43125
43373
|
*/
|
|
@@ -43421,6 +43669,10 @@ export type MarketplaceProviderOfferingsComponentStatsListData = {
|
|
|
43421
43669
|
* Has Terms of Service
|
|
43422
43670
|
*/
|
|
43423
43671
|
has_terms_of_service?: boolean;
|
|
43672
|
+
/**
|
|
43673
|
+
* Filter by importable offerings.
|
|
43674
|
+
*/
|
|
43675
|
+
importable?: string;
|
|
43424
43676
|
/**
|
|
43425
43677
|
* Keyword
|
|
43426
43678
|
*/
|
|
@@ -43596,6 +43848,10 @@ export type MarketplaceProviderOfferingsCostsListData = {
|
|
|
43596
43848
|
* Has Terms of Service
|
|
43597
43849
|
*/
|
|
43598
43850
|
has_terms_of_service?: boolean;
|
|
43851
|
+
/**
|
|
43852
|
+
* Filter by importable offerings.
|
|
43853
|
+
*/
|
|
43854
|
+
importable?: string;
|
|
43599
43855
|
/**
|
|
43600
43856
|
* Keyword
|
|
43601
43857
|
*/
|
|
@@ -43781,6 +44037,10 @@ export type MarketplaceProviderOfferingsCustomersListData = {
|
|
|
43781
44037
|
* Has Terms of Service
|
|
43782
44038
|
*/
|
|
43783
44039
|
has_terms_of_service?: boolean;
|
|
44040
|
+
/**
|
|
44041
|
+
* Filter by importable offerings.
|
|
44042
|
+
*/
|
|
44043
|
+
importable?: string;
|
|
43784
44044
|
/**
|
|
43785
44045
|
* Keyword
|
|
43786
44046
|
*/
|
|
@@ -44095,6 +44355,10 @@ export type MarketplaceProviderOfferingsHistoryListData = {
|
|
|
44095
44355
|
* Has Terms of Service
|
|
44096
44356
|
*/
|
|
44097
44357
|
has_terms_of_service?: boolean;
|
|
44358
|
+
/**
|
|
44359
|
+
* Filter by importable offerings.
|
|
44360
|
+
*/
|
|
44361
|
+
importable?: string;
|
|
44098
44362
|
/**
|
|
44099
44363
|
* Keyword
|
|
44100
44364
|
*/
|
|
@@ -44320,6 +44584,10 @@ export type MarketplaceProviderOfferingsListCourseAccountsListData = {
|
|
|
44320
44584
|
* Has Terms of Service
|
|
44321
44585
|
*/
|
|
44322
44586
|
has_terms_of_service?: boolean;
|
|
44587
|
+
/**
|
|
44588
|
+
* Filter by importable offerings.
|
|
44589
|
+
*/
|
|
44590
|
+
importable?: string;
|
|
44323
44591
|
/**
|
|
44324
44592
|
* Keyword
|
|
44325
44593
|
*/
|
|
@@ -44508,6 +44776,10 @@ export type MarketplaceProviderOfferingsListCustomerServiceAccountsListData = {
|
|
|
44508
44776
|
* Has Terms of Service
|
|
44509
44777
|
*/
|
|
44510
44778
|
has_terms_of_service?: boolean;
|
|
44779
|
+
/**
|
|
44780
|
+
* Filter by importable offerings.
|
|
44781
|
+
*/
|
|
44782
|
+
importable?: string;
|
|
44511
44783
|
/**
|
|
44512
44784
|
* Keyword
|
|
44513
44785
|
*/
|
|
@@ -44696,6 +44968,10 @@ export type MarketplaceProviderOfferingsListProjectServiceAccountsListData = {
|
|
|
44696
44968
|
* Has Terms of Service
|
|
44697
44969
|
*/
|
|
44698
44970
|
has_terms_of_service?: boolean;
|
|
44971
|
+
/**
|
|
44972
|
+
* Filter by importable offerings.
|
|
44973
|
+
*/
|
|
44974
|
+
importable?: string;
|
|
44699
44975
|
/**
|
|
44700
44976
|
* Keyword
|
|
44701
44977
|
*/
|
|
@@ -45861,6 +46137,10 @@ export type MarketplaceProviderResourcesListData = {
|
|
|
45861
46137
|
* Runtime state
|
|
45862
46138
|
*/
|
|
45863
46139
|
runtime_state?: string;
|
|
46140
|
+
/**
|
|
46141
|
+
* Filter by scope URL.
|
|
46142
|
+
*/
|
|
46143
|
+
scope?: string;
|
|
45864
46144
|
/**
|
|
45865
46145
|
* Service manager UUID
|
|
45866
46146
|
*/
|
|
@@ -46036,6 +46316,10 @@ export type MarketplaceProviderResourcesCountData = {
|
|
|
46036
46316
|
* Runtime state
|
|
46037
46317
|
*/
|
|
46038
46318
|
runtime_state?: string;
|
|
46319
|
+
/**
|
|
46320
|
+
* Filter by scope URL.
|
|
46321
|
+
*/
|
|
46322
|
+
scope?: string;
|
|
46039
46323
|
/**
|
|
46040
46324
|
* Service manager UUID
|
|
46041
46325
|
*/
|
|
@@ -46291,6 +46575,10 @@ export type MarketplaceProviderResourcesHistoryListData = {
|
|
|
46291
46575
|
* Runtime state
|
|
46292
46576
|
*/
|
|
46293
46577
|
runtime_state?: string;
|
|
46578
|
+
/**
|
|
46579
|
+
* Filter by scope URL.
|
|
46580
|
+
*/
|
|
46581
|
+
scope?: string;
|
|
46294
46582
|
/**
|
|
46295
46583
|
* Service manager UUID
|
|
46296
46584
|
*/
|
|
@@ -47511,6 +47799,10 @@ export type MarketplaceResourcesListData = {
|
|
|
47511
47799
|
* Runtime state
|
|
47512
47800
|
*/
|
|
47513
47801
|
runtime_state?: string;
|
|
47802
|
+
/**
|
|
47803
|
+
* Filter by scope URL.
|
|
47804
|
+
*/
|
|
47805
|
+
scope?: string;
|
|
47514
47806
|
/**
|
|
47515
47807
|
* Service manager UUID
|
|
47516
47808
|
*/
|
|
@@ -47686,6 +47978,10 @@ export type MarketplaceResourcesCountData = {
|
|
|
47686
47978
|
* Runtime state
|
|
47687
47979
|
*/
|
|
47688
47980
|
runtime_state?: string;
|
|
47981
|
+
/**
|
|
47982
|
+
* Filter by scope URL.
|
|
47983
|
+
*/
|
|
47984
|
+
scope?: string;
|
|
47689
47985
|
/**
|
|
47690
47986
|
* Service manager UUID
|
|
47691
47987
|
*/
|
|
@@ -47953,6 +48249,10 @@ export type MarketplaceResourcesHistoryListData = {
|
|
|
47953
48249
|
* Runtime state
|
|
47954
48250
|
*/
|
|
47955
48251
|
runtime_state?: string;
|
|
48252
|
+
/**
|
|
48253
|
+
* Filter by scope URL.
|
|
48254
|
+
*/
|
|
48255
|
+
scope?: string;
|
|
47956
48256
|
/**
|
|
47957
48257
|
* Service manager UUID
|
|
47958
48258
|
*/
|
|
@@ -55640,6 +55940,10 @@ export type OpenportalUnmanagedProjectsListData = {
|
|
|
55640
55940
|
body?: never;
|
|
55641
55941
|
path?: never;
|
|
55642
55942
|
query?: {
|
|
55943
|
+
/**
|
|
55944
|
+
* Filter by whether accounting is running.
|
|
55945
|
+
*/
|
|
55946
|
+
accounting_is_running?: boolean;
|
|
55643
55947
|
backend_id?: string;
|
|
55644
55948
|
/**
|
|
55645
55949
|
* Return a list of projects where current user is admin.
|
|
@@ -55720,6 +56024,10 @@ export type OpenportalUnmanagedProjectsListData = {
|
|
|
55720
56024
|
* Slug
|
|
55721
56025
|
*/
|
|
55722
56026
|
slug?: string;
|
|
56027
|
+
/**
|
|
56028
|
+
* Filter by user UUID.
|
|
56029
|
+
*/
|
|
56030
|
+
user_uuid?: string;
|
|
55723
56031
|
};
|
|
55724
56032
|
url: '/api/openportal-unmanaged-projects/';
|
|
55725
56033
|
};
|
|
@@ -55731,6 +56039,10 @@ export type OpenportalUnmanagedProjectsCountData = {
|
|
|
55731
56039
|
body?: never;
|
|
55732
56040
|
path?: never;
|
|
55733
56041
|
query?: {
|
|
56042
|
+
/**
|
|
56043
|
+
* Filter by whether accounting is running.
|
|
56044
|
+
*/
|
|
56045
|
+
accounting_is_running?: boolean;
|
|
55734
56046
|
backend_id?: string;
|
|
55735
56047
|
/**
|
|
55736
56048
|
* Return a list of projects where current user is admin.
|
|
@@ -55810,6 +56122,10 @@ export type OpenportalUnmanagedProjectsCountData = {
|
|
|
55810
56122
|
* Slug
|
|
55811
56123
|
*/
|
|
55812
56124
|
slug?: string;
|
|
56125
|
+
/**
|
|
56126
|
+
* Filter by user UUID.
|
|
56127
|
+
*/
|
|
56128
|
+
user_uuid?: string;
|
|
55813
56129
|
};
|
|
55814
56130
|
url: '/api/openportal-unmanaged-projects/';
|
|
55815
56131
|
};
|
|
@@ -57519,6 +57835,10 @@ export type OpenstackInstancesListData = {
|
|
|
57519
57835
|
* Name (exact)
|
|
57520
57836
|
*/
|
|
57521
57837
|
name_exact?: string;
|
|
57838
|
+
/**
|
|
57839
|
+
* Ordering. Sort by start time.
|
|
57840
|
+
*/
|
|
57841
|
+
o?: 'start_time' | '-start_time';
|
|
57522
57842
|
/**
|
|
57523
57843
|
* A page number within the paginated result set.
|
|
57524
57844
|
*/
|
|
@@ -57633,6 +57953,10 @@ export type OpenstackInstancesCountData = {
|
|
|
57633
57953
|
* Name (exact)
|
|
57634
57954
|
*/
|
|
57635
57955
|
name_exact?: string;
|
|
57956
|
+
/**
|
|
57957
|
+
* Ordering. Sort by start time.
|
|
57958
|
+
*/
|
|
57959
|
+
o?: 'start_time' | '-start_time';
|
|
57636
57960
|
/**
|
|
57637
57961
|
* A page number within the paginated result set.
|
|
57638
57962
|
*/
|
|
@@ -63022,6 +63346,10 @@ export type ProjectsListData = {
|
|
|
63022
63346
|
body?: never;
|
|
63023
63347
|
path?: never;
|
|
63024
63348
|
query?: {
|
|
63349
|
+
/**
|
|
63350
|
+
* Filter by whether accounting is running.
|
|
63351
|
+
*/
|
|
63352
|
+
accounting_is_running?: boolean;
|
|
63025
63353
|
backend_id?: string;
|
|
63026
63354
|
/**
|
|
63027
63355
|
* Return a list of projects where current user is admin.
|
|
@@ -63102,6 +63430,10 @@ export type ProjectsListData = {
|
|
|
63102
63430
|
* Slug
|
|
63103
63431
|
*/
|
|
63104
63432
|
slug?: string;
|
|
63433
|
+
/**
|
|
63434
|
+
* Filter by user UUID.
|
|
63435
|
+
*/
|
|
63436
|
+
user_uuid?: string;
|
|
63105
63437
|
};
|
|
63106
63438
|
url: '/api/projects/';
|
|
63107
63439
|
};
|
|
@@ -63113,6 +63445,10 @@ export type ProjectsCountData = {
|
|
|
63113
63445
|
body?: never;
|
|
63114
63446
|
path?: never;
|
|
63115
63447
|
query?: {
|
|
63448
|
+
/**
|
|
63449
|
+
* Filter by whether accounting is running.
|
|
63450
|
+
*/
|
|
63451
|
+
accounting_is_running?: boolean;
|
|
63116
63452
|
backend_id?: string;
|
|
63117
63453
|
/**
|
|
63118
63454
|
* Return a list of projects where current user is admin.
|
|
@@ -63192,6 +63528,10 @@ export type ProjectsCountData = {
|
|
|
63192
63528
|
* Slug
|
|
63193
63529
|
*/
|
|
63194
63530
|
slug?: string;
|
|
63531
|
+
/**
|
|
63532
|
+
* Filter by user UUID.
|
|
63533
|
+
*/
|
|
63534
|
+
user_uuid?: string;
|
|
63195
63535
|
};
|
|
63196
63536
|
url: '/api/projects/';
|
|
63197
63537
|
};
|
|
@@ -70411,6 +70751,10 @@ export type ServiceSettingsListData = {
|
|
|
70411
70751
|
* Number of results to return per page.
|
|
70412
70752
|
*/
|
|
70413
70753
|
page_size?: number;
|
|
70754
|
+
/**
|
|
70755
|
+
* Filter by scope URL.
|
|
70756
|
+
*/
|
|
70757
|
+
scope?: string;
|
|
70414
70758
|
/**
|
|
70415
70759
|
* Scope UUID
|
|
70416
70760
|
*/
|
|
@@ -70465,6 +70809,10 @@ export type ServiceSettingsCountData = {
|
|
|
70465
70809
|
* Number of results to return per page.
|
|
70466
70810
|
*/
|
|
70467
70811
|
page_size?: number;
|
|
70812
|
+
/**
|
|
70813
|
+
* Filter by scope URL.
|
|
70814
|
+
*/
|
|
70815
|
+
scope?: string;
|
|
70468
70816
|
/**
|
|
70469
70817
|
* Scope UUID
|
|
70470
70818
|
*/
|
|
@@ -71264,6 +71612,10 @@ export type SupportCommentsListData = {
|
|
|
71264
71612
|
* Remote ID is set.
|
|
71265
71613
|
*/
|
|
71266
71614
|
remote_id_is_set?: boolean;
|
|
71615
|
+
/**
|
|
71616
|
+
* Filter by resource URL.
|
|
71617
|
+
*/
|
|
71618
|
+
resource?: string;
|
|
71267
71619
|
};
|
|
71268
71620
|
url: '/api/support-comments/';
|
|
71269
71621
|
};
|
|
@@ -71299,6 +71651,10 @@ export type SupportCommentsCountData = {
|
|
|
71299
71651
|
* Remote ID is set.
|
|
71300
71652
|
*/
|
|
71301
71653
|
remote_id_is_set?: boolean;
|
|
71654
|
+
/**
|
|
71655
|
+
* Filter by resource URL.
|
|
71656
|
+
*/
|
|
71657
|
+
resource?: string;
|
|
71302
71658
|
};
|
|
71303
71659
|
url: '/api/support-comments/';
|
|
71304
71660
|
};
|
|
@@ -71608,6 +71964,10 @@ export type SupportIssuesListData = {
|
|
|
71608
71964
|
reporter?: string;
|
|
71609
71965
|
reporter_name?: string;
|
|
71610
71966
|
resolution_year_month?: string;
|
|
71967
|
+
/**
|
|
71968
|
+
* Filter by resource URL.
|
|
71969
|
+
*/
|
|
71970
|
+
resource?: string;
|
|
71611
71971
|
/**
|
|
71612
71972
|
* Resource external IP
|
|
71613
71973
|
*/
|
|
@@ -71668,6 +72028,10 @@ export type SupportIssuesCountData = {
|
|
|
71668
72028
|
reporter?: string;
|
|
71669
72029
|
reporter_name?: string;
|
|
71670
72030
|
resolution_year_month?: string;
|
|
72031
|
+
/**
|
|
72032
|
+
* Filter by resource URL.
|
|
72033
|
+
*/
|
|
72034
|
+
resource?: string;
|
|
71671
72035
|
/**
|
|
71672
72036
|
* Resource external IP
|
|
71673
72037
|
*/
|
|
@@ -73137,6 +73501,10 @@ export type UserGroupInvitationsListData = {
|
|
|
73137
73501
|
page_size?: number;
|
|
73138
73502
|
role_name?: string;
|
|
73139
73503
|
role_uuid?: string;
|
|
73504
|
+
/**
|
|
73505
|
+
* Filter by scope URL.
|
|
73506
|
+
*/
|
|
73507
|
+
scope?: string;
|
|
73140
73508
|
scope_type?: string;
|
|
73141
73509
|
};
|
|
73142
73510
|
url: '/api/user-group-invitations/';
|
|
@@ -73168,6 +73536,10 @@ export type UserGroupInvitationsCountData = {
|
|
|
73168
73536
|
page_size?: number;
|
|
73169
73537
|
role_name?: string;
|
|
73170
73538
|
role_uuid?: string;
|
|
73539
|
+
/**
|
|
73540
|
+
* Filter by scope URL.
|
|
73541
|
+
*/
|
|
73542
|
+
scope?: string;
|
|
73171
73543
|
scope_type?: string;
|
|
73172
73544
|
};
|
|
73173
73545
|
url: '/api/user-group-invitations/';
|
|
@@ -73310,6 +73682,10 @@ export type UserInvitationsListData = {
|
|
|
73310
73682
|
page_size?: number;
|
|
73311
73683
|
role_name?: string;
|
|
73312
73684
|
role_uuid?: string;
|
|
73685
|
+
/**
|
|
73686
|
+
* Filter by scope URL.
|
|
73687
|
+
*/
|
|
73688
|
+
scope?: string;
|
|
73313
73689
|
scope_description?: string;
|
|
73314
73690
|
scope_name?: string;
|
|
73315
73691
|
scope_type?: string;
|
|
@@ -73345,6 +73721,10 @@ export type UserInvitationsCountData = {
|
|
|
73345
73721
|
page_size?: number;
|
|
73346
73722
|
role_name?: string;
|
|
73347
73723
|
role_uuid?: string;
|
|
73724
|
+
/**
|
|
73725
|
+
* Filter by scope URL.
|
|
73726
|
+
*/
|
|
73727
|
+
scope?: string;
|
|
73348
73728
|
scope_description?: string;
|
|
73349
73729
|
scope_name?: string;
|
|
73350
73730
|
scope_type?: string;
|
|
@@ -73554,6 +73934,10 @@ export type UserPermissionRequestsListData = {
|
|
|
73554
73934
|
* Number of results to return per page.
|
|
73555
73935
|
*/
|
|
73556
73936
|
page_size?: number;
|
|
73937
|
+
/**
|
|
73938
|
+
* Filter by scope URL.
|
|
73939
|
+
*/
|
|
73940
|
+
scope?: string;
|
|
73557
73941
|
state?: Array<'approved' | 'canceled' | 'draft' | 'pending' | 'rejected'>;
|
|
73558
73942
|
};
|
|
73559
73943
|
url: '/api/user-permission-requests/';
|
|
@@ -73583,6 +73967,10 @@ export type UserPermissionRequestsCountData = {
|
|
|
73583
73967
|
* Number of results to return per page.
|
|
73584
73968
|
*/
|
|
73585
73969
|
page_size?: number;
|
|
73970
|
+
/**
|
|
73971
|
+
* Filter by scope URL.
|
|
73972
|
+
*/
|
|
73973
|
+
scope?: string;
|
|
73586
73974
|
state?: Array<'approved' | 'canceled' | 'draft' | 'pending' | 'rejected'>;
|
|
73587
73975
|
};
|
|
73588
73976
|
url: '/api/user-permission-requests/';
|