waldur-js-client 8.0.4-dev.2 → 8.0.4-dev.4
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 +396 -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,14 @@ 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 customer UUID.
|
|
35441
|
+
*/
|
|
35442
|
+
customer_uuid?: string;
|
|
35443
|
+
/**
|
|
35444
|
+
* Filter by month.
|
|
35445
|
+
*/
|
|
35446
|
+
month?: number;
|
|
35267
35447
|
/**
|
|
35268
35448
|
* Name
|
|
35269
35449
|
*/
|
|
@@ -35305,6 +35485,10 @@ export type FinancialReportsListData = {
|
|
|
35305
35485
|
*/
|
|
35306
35486
|
query?: string;
|
|
35307
35487
|
registration_code?: string;
|
|
35488
|
+
/**
|
|
35489
|
+
* Filter by year.
|
|
35490
|
+
*/
|
|
35491
|
+
year?: number;
|
|
35308
35492
|
};
|
|
35309
35493
|
url: '/api/financial-reports/';
|
|
35310
35494
|
};
|
|
@@ -35320,6 +35504,10 @@ export type FinancialReportsCountData = {
|
|
|
35320
35504
|
* Abbreviation
|
|
35321
35505
|
*/
|
|
35322
35506
|
abbreviation?: string;
|
|
35507
|
+
/**
|
|
35508
|
+
* Filter by whether accounting is running.
|
|
35509
|
+
*/
|
|
35510
|
+
accounting_is_running?: boolean;
|
|
35323
35511
|
agreement_number?: string;
|
|
35324
35512
|
archived?: boolean;
|
|
35325
35513
|
backend_id?: string;
|
|
@@ -35331,6 +35519,14 @@ export type FinancialReportsCountData = {
|
|
|
35331
35519
|
* Return a list of customers where current user has project create permission.
|
|
35332
35520
|
*/
|
|
35333
35521
|
current_user_has_project_create_permission?: boolean;
|
|
35522
|
+
/**
|
|
35523
|
+
* Filter by customer UUID.
|
|
35524
|
+
*/
|
|
35525
|
+
customer_uuid?: string;
|
|
35526
|
+
/**
|
|
35527
|
+
* Filter by month.
|
|
35528
|
+
*/
|
|
35529
|
+
month?: number;
|
|
35334
35530
|
/**
|
|
35335
35531
|
* Name
|
|
35336
35532
|
*/
|
|
@@ -35372,6 +35568,10 @@ export type FinancialReportsCountData = {
|
|
|
35372
35568
|
*/
|
|
35373
35569
|
query?: string;
|
|
35374
35570
|
registration_code?: string;
|
|
35571
|
+
/**
|
|
35572
|
+
* Filter by year.
|
|
35573
|
+
*/
|
|
35574
|
+
year?: number;
|
|
35375
35575
|
};
|
|
35376
35576
|
url: '/api/financial-reports/';
|
|
35377
35577
|
};
|
|
@@ -35626,6 +35826,14 @@ export type HooksListData = {
|
|
|
35626
35826
|
body?: never;
|
|
35627
35827
|
path?: never;
|
|
35628
35828
|
query?: {
|
|
35829
|
+
/**
|
|
35830
|
+
* Filter by author UUID.
|
|
35831
|
+
*/
|
|
35832
|
+
author_uuid?: string;
|
|
35833
|
+
/**
|
|
35834
|
+
* Filter by active status.
|
|
35835
|
+
*/
|
|
35836
|
+
is_active?: boolean;
|
|
35629
35837
|
/**
|
|
35630
35838
|
* A page number within the paginated result set.
|
|
35631
35839
|
*/
|
|
@@ -35647,6 +35855,14 @@ export type HooksCountData = {
|
|
|
35647
35855
|
body?: never;
|
|
35648
35856
|
path?: never;
|
|
35649
35857
|
query?: {
|
|
35858
|
+
/**
|
|
35859
|
+
* Filter by author UUID.
|
|
35860
|
+
*/
|
|
35861
|
+
author_uuid?: string;
|
|
35862
|
+
/**
|
|
35863
|
+
* Filter by active status.
|
|
35864
|
+
*/
|
|
35865
|
+
is_active?: boolean;
|
|
35650
35866
|
/**
|
|
35651
35867
|
* A page number within the paginated result set.
|
|
35652
35868
|
*/
|
|
@@ -36441,6 +36657,10 @@ export type InvoicesListData = {
|
|
|
36441
36657
|
body?: never;
|
|
36442
36658
|
path?: never;
|
|
36443
36659
|
query?: {
|
|
36660
|
+
/**
|
|
36661
|
+
* Filter by whether accounting is running.
|
|
36662
|
+
*/
|
|
36663
|
+
accounting_is_running?: boolean;
|
|
36444
36664
|
created?: string;
|
|
36445
36665
|
customer?: string;
|
|
36446
36666
|
customer_uuid?: string;
|
|
@@ -36475,6 +36695,10 @@ export type InvoicesCountData = {
|
|
|
36475
36695
|
body?: never;
|
|
36476
36696
|
path?: never;
|
|
36477
36697
|
query?: {
|
|
36698
|
+
/**
|
|
36699
|
+
* Filter by whether accounting is running.
|
|
36700
|
+
*/
|
|
36701
|
+
accounting_is_running?: boolean;
|
|
36478
36702
|
created?: string;
|
|
36479
36703
|
customer?: string;
|
|
36480
36704
|
customer_uuid?: string;
|
|
@@ -36526,6 +36750,10 @@ export type InvoicesHistoryListData = {
|
|
|
36526
36750
|
uuid: string;
|
|
36527
36751
|
};
|
|
36528
36752
|
query?: {
|
|
36753
|
+
/**
|
|
36754
|
+
* Filter by whether accounting is running.
|
|
36755
|
+
*/
|
|
36756
|
+
accounting_is_running?: boolean;
|
|
36529
36757
|
created?: string;
|
|
36530
36758
|
/**
|
|
36531
36759
|
* Filter versions created after this timestamp (ISO 8601)
|
|
@@ -36688,6 +36916,10 @@ export type InvoicesStatsListData = {
|
|
|
36688
36916
|
uuid: string;
|
|
36689
36917
|
};
|
|
36690
36918
|
query?: {
|
|
36919
|
+
/**
|
|
36920
|
+
* Filter by whether accounting is running.
|
|
36921
|
+
*/
|
|
36922
|
+
accounting_is_running?: boolean;
|
|
36691
36923
|
created?: string;
|
|
36692
36924
|
customer?: string;
|
|
36693
36925
|
customer_uuid?: string;
|
|
@@ -38336,6 +38568,10 @@ export type MarketplaceCategoryComponentUsagesListData = {
|
|
|
38336
38568
|
* Number of results to return per page.
|
|
38337
38569
|
*/
|
|
38338
38570
|
page_size?: number;
|
|
38571
|
+
/**
|
|
38572
|
+
* Filter by scope URL.
|
|
38573
|
+
*/
|
|
38574
|
+
scope?: string;
|
|
38339
38575
|
};
|
|
38340
38576
|
url: '/api/marketplace-category-component-usages/';
|
|
38341
38577
|
};
|
|
@@ -38363,6 +38599,10 @@ export type MarketplaceCategoryComponentUsagesCountData = {
|
|
|
38363
38599
|
* Number of results to return per page.
|
|
38364
38600
|
*/
|
|
38365
38601
|
page_size?: number;
|
|
38602
|
+
/**
|
|
38603
|
+
* Filter by scope URL.
|
|
38604
|
+
*/
|
|
38605
|
+
scope?: string;
|
|
38366
38606
|
};
|
|
38367
38607
|
url: '/api/marketplace-category-component-usages/';
|
|
38368
38608
|
};
|
|
@@ -40483,6 +40723,10 @@ export type MarketplaceOfferingReferralsListData = {
|
|
|
40483
40723
|
* Number of results to return per page.
|
|
40484
40724
|
*/
|
|
40485
40725
|
page_size?: number;
|
|
40726
|
+
/**
|
|
40727
|
+
* Filter by scope URL.
|
|
40728
|
+
*/
|
|
40729
|
+
scope?: string;
|
|
40486
40730
|
};
|
|
40487
40731
|
url: '/api/marketplace-offering-referrals/';
|
|
40488
40732
|
};
|
|
@@ -40508,6 +40752,10 @@ export type MarketplaceOfferingReferralsCountData = {
|
|
|
40508
40752
|
* Number of results to return per page.
|
|
40509
40753
|
*/
|
|
40510
40754
|
page_size?: number;
|
|
40755
|
+
/**
|
|
40756
|
+
* Filter by scope URL.
|
|
40757
|
+
*/
|
|
40758
|
+
scope?: string;
|
|
40511
40759
|
};
|
|
40512
40760
|
url: '/api/marketplace-offering-referrals/';
|
|
40513
40761
|
};
|
|
@@ -42956,6 +43204,10 @@ export type MarketplaceProviderOfferingsListData = {
|
|
|
42956
43204
|
* Has Terms of Service
|
|
42957
43205
|
*/
|
|
42958
43206
|
has_terms_of_service?: boolean;
|
|
43207
|
+
/**
|
|
43208
|
+
* Filter by importable offerings.
|
|
43209
|
+
*/
|
|
43210
|
+
importable?: string;
|
|
42959
43211
|
/**
|
|
42960
43212
|
* Keyword
|
|
42961
43213
|
*/
|
|
@@ -43120,6 +43372,10 @@ export type MarketplaceProviderOfferingsCountData = {
|
|
|
43120
43372
|
* Has Terms of Service
|
|
43121
43373
|
*/
|
|
43122
43374
|
has_terms_of_service?: boolean;
|
|
43375
|
+
/**
|
|
43376
|
+
* Filter by importable offerings.
|
|
43377
|
+
*/
|
|
43378
|
+
importable?: string;
|
|
43123
43379
|
/**
|
|
43124
43380
|
* Keyword
|
|
43125
43381
|
*/
|
|
@@ -43421,6 +43677,10 @@ export type MarketplaceProviderOfferingsComponentStatsListData = {
|
|
|
43421
43677
|
* Has Terms of Service
|
|
43422
43678
|
*/
|
|
43423
43679
|
has_terms_of_service?: boolean;
|
|
43680
|
+
/**
|
|
43681
|
+
* Filter by importable offerings.
|
|
43682
|
+
*/
|
|
43683
|
+
importable?: string;
|
|
43424
43684
|
/**
|
|
43425
43685
|
* Keyword
|
|
43426
43686
|
*/
|
|
@@ -43596,6 +43856,10 @@ export type MarketplaceProviderOfferingsCostsListData = {
|
|
|
43596
43856
|
* Has Terms of Service
|
|
43597
43857
|
*/
|
|
43598
43858
|
has_terms_of_service?: boolean;
|
|
43859
|
+
/**
|
|
43860
|
+
* Filter by importable offerings.
|
|
43861
|
+
*/
|
|
43862
|
+
importable?: string;
|
|
43599
43863
|
/**
|
|
43600
43864
|
* Keyword
|
|
43601
43865
|
*/
|
|
@@ -43781,6 +44045,10 @@ export type MarketplaceProviderOfferingsCustomersListData = {
|
|
|
43781
44045
|
* Has Terms of Service
|
|
43782
44046
|
*/
|
|
43783
44047
|
has_terms_of_service?: boolean;
|
|
44048
|
+
/**
|
|
44049
|
+
* Filter by importable offerings.
|
|
44050
|
+
*/
|
|
44051
|
+
importable?: string;
|
|
43784
44052
|
/**
|
|
43785
44053
|
* Keyword
|
|
43786
44054
|
*/
|
|
@@ -44095,6 +44363,10 @@ export type MarketplaceProviderOfferingsHistoryListData = {
|
|
|
44095
44363
|
* Has Terms of Service
|
|
44096
44364
|
*/
|
|
44097
44365
|
has_terms_of_service?: boolean;
|
|
44366
|
+
/**
|
|
44367
|
+
* Filter by importable offerings.
|
|
44368
|
+
*/
|
|
44369
|
+
importable?: string;
|
|
44098
44370
|
/**
|
|
44099
44371
|
* Keyword
|
|
44100
44372
|
*/
|
|
@@ -44320,6 +44592,10 @@ export type MarketplaceProviderOfferingsListCourseAccountsListData = {
|
|
|
44320
44592
|
* Has Terms of Service
|
|
44321
44593
|
*/
|
|
44322
44594
|
has_terms_of_service?: boolean;
|
|
44595
|
+
/**
|
|
44596
|
+
* Filter by importable offerings.
|
|
44597
|
+
*/
|
|
44598
|
+
importable?: string;
|
|
44323
44599
|
/**
|
|
44324
44600
|
* Keyword
|
|
44325
44601
|
*/
|
|
@@ -44508,6 +44784,10 @@ export type MarketplaceProviderOfferingsListCustomerServiceAccountsListData = {
|
|
|
44508
44784
|
* Has Terms of Service
|
|
44509
44785
|
*/
|
|
44510
44786
|
has_terms_of_service?: boolean;
|
|
44787
|
+
/**
|
|
44788
|
+
* Filter by importable offerings.
|
|
44789
|
+
*/
|
|
44790
|
+
importable?: string;
|
|
44511
44791
|
/**
|
|
44512
44792
|
* Keyword
|
|
44513
44793
|
*/
|
|
@@ -44696,6 +44976,10 @@ export type MarketplaceProviderOfferingsListProjectServiceAccountsListData = {
|
|
|
44696
44976
|
* Has Terms of Service
|
|
44697
44977
|
*/
|
|
44698
44978
|
has_terms_of_service?: boolean;
|
|
44979
|
+
/**
|
|
44980
|
+
* Filter by importable offerings.
|
|
44981
|
+
*/
|
|
44982
|
+
importable?: string;
|
|
44699
44983
|
/**
|
|
44700
44984
|
* Keyword
|
|
44701
44985
|
*/
|
|
@@ -45861,6 +46145,10 @@ export type MarketplaceProviderResourcesListData = {
|
|
|
45861
46145
|
* Runtime state
|
|
45862
46146
|
*/
|
|
45863
46147
|
runtime_state?: string;
|
|
46148
|
+
/**
|
|
46149
|
+
* Filter by scope URL.
|
|
46150
|
+
*/
|
|
46151
|
+
scope?: string;
|
|
45864
46152
|
/**
|
|
45865
46153
|
* Service manager UUID
|
|
45866
46154
|
*/
|
|
@@ -46036,6 +46324,10 @@ export type MarketplaceProviderResourcesCountData = {
|
|
|
46036
46324
|
* Runtime state
|
|
46037
46325
|
*/
|
|
46038
46326
|
runtime_state?: string;
|
|
46327
|
+
/**
|
|
46328
|
+
* Filter by scope URL.
|
|
46329
|
+
*/
|
|
46330
|
+
scope?: string;
|
|
46039
46331
|
/**
|
|
46040
46332
|
* Service manager UUID
|
|
46041
46333
|
*/
|
|
@@ -46291,6 +46583,10 @@ export type MarketplaceProviderResourcesHistoryListData = {
|
|
|
46291
46583
|
* Runtime state
|
|
46292
46584
|
*/
|
|
46293
46585
|
runtime_state?: string;
|
|
46586
|
+
/**
|
|
46587
|
+
* Filter by scope URL.
|
|
46588
|
+
*/
|
|
46589
|
+
scope?: string;
|
|
46294
46590
|
/**
|
|
46295
46591
|
* Service manager UUID
|
|
46296
46592
|
*/
|
|
@@ -47511,6 +47807,10 @@ export type MarketplaceResourcesListData = {
|
|
|
47511
47807
|
* Runtime state
|
|
47512
47808
|
*/
|
|
47513
47809
|
runtime_state?: string;
|
|
47810
|
+
/**
|
|
47811
|
+
* Filter by scope URL.
|
|
47812
|
+
*/
|
|
47813
|
+
scope?: string;
|
|
47514
47814
|
/**
|
|
47515
47815
|
* Service manager UUID
|
|
47516
47816
|
*/
|
|
@@ -47686,6 +47986,10 @@ export type MarketplaceResourcesCountData = {
|
|
|
47686
47986
|
* Runtime state
|
|
47687
47987
|
*/
|
|
47688
47988
|
runtime_state?: string;
|
|
47989
|
+
/**
|
|
47990
|
+
* Filter by scope URL.
|
|
47991
|
+
*/
|
|
47992
|
+
scope?: string;
|
|
47689
47993
|
/**
|
|
47690
47994
|
* Service manager UUID
|
|
47691
47995
|
*/
|
|
@@ -47953,6 +48257,10 @@ export type MarketplaceResourcesHistoryListData = {
|
|
|
47953
48257
|
* Runtime state
|
|
47954
48258
|
*/
|
|
47955
48259
|
runtime_state?: string;
|
|
48260
|
+
/**
|
|
48261
|
+
* Filter by scope URL.
|
|
48262
|
+
*/
|
|
48263
|
+
scope?: string;
|
|
47956
48264
|
/**
|
|
47957
48265
|
* Service manager UUID
|
|
47958
48266
|
*/
|
|
@@ -55640,6 +55948,10 @@ export type OpenportalUnmanagedProjectsListData = {
|
|
|
55640
55948
|
body?: never;
|
|
55641
55949
|
path?: never;
|
|
55642
55950
|
query?: {
|
|
55951
|
+
/**
|
|
55952
|
+
* Filter by whether accounting is running.
|
|
55953
|
+
*/
|
|
55954
|
+
accounting_is_running?: boolean;
|
|
55643
55955
|
backend_id?: string;
|
|
55644
55956
|
/**
|
|
55645
55957
|
* Return a list of projects where current user is admin.
|
|
@@ -55720,6 +56032,10 @@ export type OpenportalUnmanagedProjectsListData = {
|
|
|
55720
56032
|
* Slug
|
|
55721
56033
|
*/
|
|
55722
56034
|
slug?: string;
|
|
56035
|
+
/**
|
|
56036
|
+
* Filter by user UUID.
|
|
56037
|
+
*/
|
|
56038
|
+
user_uuid?: string;
|
|
55723
56039
|
};
|
|
55724
56040
|
url: '/api/openportal-unmanaged-projects/';
|
|
55725
56041
|
};
|
|
@@ -55731,6 +56047,10 @@ export type OpenportalUnmanagedProjectsCountData = {
|
|
|
55731
56047
|
body?: never;
|
|
55732
56048
|
path?: never;
|
|
55733
56049
|
query?: {
|
|
56050
|
+
/**
|
|
56051
|
+
* Filter by whether accounting is running.
|
|
56052
|
+
*/
|
|
56053
|
+
accounting_is_running?: boolean;
|
|
55734
56054
|
backend_id?: string;
|
|
55735
56055
|
/**
|
|
55736
56056
|
* Return a list of projects where current user is admin.
|
|
@@ -55810,6 +56130,10 @@ export type OpenportalUnmanagedProjectsCountData = {
|
|
|
55810
56130
|
* Slug
|
|
55811
56131
|
*/
|
|
55812
56132
|
slug?: string;
|
|
56133
|
+
/**
|
|
56134
|
+
* Filter by user UUID.
|
|
56135
|
+
*/
|
|
56136
|
+
user_uuid?: string;
|
|
55813
56137
|
};
|
|
55814
56138
|
url: '/api/openportal-unmanaged-projects/';
|
|
55815
56139
|
};
|
|
@@ -57519,6 +57843,10 @@ export type OpenstackInstancesListData = {
|
|
|
57519
57843
|
* Name (exact)
|
|
57520
57844
|
*/
|
|
57521
57845
|
name_exact?: string;
|
|
57846
|
+
/**
|
|
57847
|
+
* Ordering. Sort by start time.
|
|
57848
|
+
*/
|
|
57849
|
+
o?: 'start_time' | '-start_time';
|
|
57522
57850
|
/**
|
|
57523
57851
|
* A page number within the paginated result set.
|
|
57524
57852
|
*/
|
|
@@ -57633,6 +57961,10 @@ export type OpenstackInstancesCountData = {
|
|
|
57633
57961
|
* Name (exact)
|
|
57634
57962
|
*/
|
|
57635
57963
|
name_exact?: string;
|
|
57964
|
+
/**
|
|
57965
|
+
* Ordering. Sort by start time.
|
|
57966
|
+
*/
|
|
57967
|
+
o?: 'start_time' | '-start_time';
|
|
57636
57968
|
/**
|
|
57637
57969
|
* A page number within the paginated result set.
|
|
57638
57970
|
*/
|
|
@@ -63022,6 +63354,10 @@ export type ProjectsListData = {
|
|
|
63022
63354
|
body?: never;
|
|
63023
63355
|
path?: never;
|
|
63024
63356
|
query?: {
|
|
63357
|
+
/**
|
|
63358
|
+
* Filter by whether accounting is running.
|
|
63359
|
+
*/
|
|
63360
|
+
accounting_is_running?: boolean;
|
|
63025
63361
|
backend_id?: string;
|
|
63026
63362
|
/**
|
|
63027
63363
|
* Return a list of projects where current user is admin.
|
|
@@ -63102,6 +63438,10 @@ export type ProjectsListData = {
|
|
|
63102
63438
|
* Slug
|
|
63103
63439
|
*/
|
|
63104
63440
|
slug?: string;
|
|
63441
|
+
/**
|
|
63442
|
+
* Filter by user UUID.
|
|
63443
|
+
*/
|
|
63444
|
+
user_uuid?: string;
|
|
63105
63445
|
};
|
|
63106
63446
|
url: '/api/projects/';
|
|
63107
63447
|
};
|
|
@@ -63113,6 +63453,10 @@ export type ProjectsCountData = {
|
|
|
63113
63453
|
body?: never;
|
|
63114
63454
|
path?: never;
|
|
63115
63455
|
query?: {
|
|
63456
|
+
/**
|
|
63457
|
+
* Filter by whether accounting is running.
|
|
63458
|
+
*/
|
|
63459
|
+
accounting_is_running?: boolean;
|
|
63116
63460
|
backend_id?: string;
|
|
63117
63461
|
/**
|
|
63118
63462
|
* Return a list of projects where current user is admin.
|
|
@@ -63192,6 +63536,10 @@ export type ProjectsCountData = {
|
|
|
63192
63536
|
* Slug
|
|
63193
63537
|
*/
|
|
63194
63538
|
slug?: string;
|
|
63539
|
+
/**
|
|
63540
|
+
* Filter by user UUID.
|
|
63541
|
+
*/
|
|
63542
|
+
user_uuid?: string;
|
|
63195
63543
|
};
|
|
63196
63544
|
url: '/api/projects/';
|
|
63197
63545
|
};
|
|
@@ -70411,6 +70759,10 @@ export type ServiceSettingsListData = {
|
|
|
70411
70759
|
* Number of results to return per page.
|
|
70412
70760
|
*/
|
|
70413
70761
|
page_size?: number;
|
|
70762
|
+
/**
|
|
70763
|
+
* Filter by scope URL.
|
|
70764
|
+
*/
|
|
70765
|
+
scope?: string;
|
|
70414
70766
|
/**
|
|
70415
70767
|
* Scope UUID
|
|
70416
70768
|
*/
|
|
@@ -70465,6 +70817,10 @@ export type ServiceSettingsCountData = {
|
|
|
70465
70817
|
* Number of results to return per page.
|
|
70466
70818
|
*/
|
|
70467
70819
|
page_size?: number;
|
|
70820
|
+
/**
|
|
70821
|
+
* Filter by scope URL.
|
|
70822
|
+
*/
|
|
70823
|
+
scope?: string;
|
|
70468
70824
|
/**
|
|
70469
70825
|
* Scope UUID
|
|
70470
70826
|
*/
|
|
@@ -71264,6 +71620,10 @@ export type SupportCommentsListData = {
|
|
|
71264
71620
|
* Remote ID is set.
|
|
71265
71621
|
*/
|
|
71266
71622
|
remote_id_is_set?: boolean;
|
|
71623
|
+
/**
|
|
71624
|
+
* Filter by resource URL.
|
|
71625
|
+
*/
|
|
71626
|
+
resource?: string;
|
|
71267
71627
|
};
|
|
71268
71628
|
url: '/api/support-comments/';
|
|
71269
71629
|
};
|
|
@@ -71299,6 +71659,10 @@ export type SupportCommentsCountData = {
|
|
|
71299
71659
|
* Remote ID is set.
|
|
71300
71660
|
*/
|
|
71301
71661
|
remote_id_is_set?: boolean;
|
|
71662
|
+
/**
|
|
71663
|
+
* Filter by resource URL.
|
|
71664
|
+
*/
|
|
71665
|
+
resource?: string;
|
|
71302
71666
|
};
|
|
71303
71667
|
url: '/api/support-comments/';
|
|
71304
71668
|
};
|
|
@@ -71608,6 +71972,10 @@ export type SupportIssuesListData = {
|
|
|
71608
71972
|
reporter?: string;
|
|
71609
71973
|
reporter_name?: string;
|
|
71610
71974
|
resolution_year_month?: string;
|
|
71975
|
+
/**
|
|
71976
|
+
* Filter by resource URL.
|
|
71977
|
+
*/
|
|
71978
|
+
resource?: string;
|
|
71611
71979
|
/**
|
|
71612
71980
|
* Resource external IP
|
|
71613
71981
|
*/
|
|
@@ -71668,6 +72036,10 @@ export type SupportIssuesCountData = {
|
|
|
71668
72036
|
reporter?: string;
|
|
71669
72037
|
reporter_name?: string;
|
|
71670
72038
|
resolution_year_month?: string;
|
|
72039
|
+
/**
|
|
72040
|
+
* Filter by resource URL.
|
|
72041
|
+
*/
|
|
72042
|
+
resource?: string;
|
|
71671
72043
|
/**
|
|
71672
72044
|
* Resource external IP
|
|
71673
72045
|
*/
|
|
@@ -73137,6 +73509,10 @@ export type UserGroupInvitationsListData = {
|
|
|
73137
73509
|
page_size?: number;
|
|
73138
73510
|
role_name?: string;
|
|
73139
73511
|
role_uuid?: string;
|
|
73512
|
+
/**
|
|
73513
|
+
* Filter by scope URL.
|
|
73514
|
+
*/
|
|
73515
|
+
scope?: string;
|
|
73140
73516
|
scope_type?: string;
|
|
73141
73517
|
};
|
|
73142
73518
|
url: '/api/user-group-invitations/';
|
|
@@ -73168,6 +73544,10 @@ export type UserGroupInvitationsCountData = {
|
|
|
73168
73544
|
page_size?: number;
|
|
73169
73545
|
role_name?: string;
|
|
73170
73546
|
role_uuid?: string;
|
|
73547
|
+
/**
|
|
73548
|
+
* Filter by scope URL.
|
|
73549
|
+
*/
|
|
73550
|
+
scope?: string;
|
|
73171
73551
|
scope_type?: string;
|
|
73172
73552
|
};
|
|
73173
73553
|
url: '/api/user-group-invitations/';
|
|
@@ -73310,6 +73690,10 @@ export type UserInvitationsListData = {
|
|
|
73310
73690
|
page_size?: number;
|
|
73311
73691
|
role_name?: string;
|
|
73312
73692
|
role_uuid?: string;
|
|
73693
|
+
/**
|
|
73694
|
+
* Filter by scope URL.
|
|
73695
|
+
*/
|
|
73696
|
+
scope?: string;
|
|
73313
73697
|
scope_description?: string;
|
|
73314
73698
|
scope_name?: string;
|
|
73315
73699
|
scope_type?: string;
|
|
@@ -73345,6 +73729,10 @@ export type UserInvitationsCountData = {
|
|
|
73345
73729
|
page_size?: number;
|
|
73346
73730
|
role_name?: string;
|
|
73347
73731
|
role_uuid?: string;
|
|
73732
|
+
/**
|
|
73733
|
+
* Filter by scope URL.
|
|
73734
|
+
*/
|
|
73735
|
+
scope?: string;
|
|
73348
73736
|
scope_description?: string;
|
|
73349
73737
|
scope_name?: string;
|
|
73350
73738
|
scope_type?: string;
|
|
@@ -73554,6 +73942,10 @@ export type UserPermissionRequestsListData = {
|
|
|
73554
73942
|
* Number of results to return per page.
|
|
73555
73943
|
*/
|
|
73556
73944
|
page_size?: number;
|
|
73945
|
+
/**
|
|
73946
|
+
* Filter by scope URL.
|
|
73947
|
+
*/
|
|
73948
|
+
scope?: string;
|
|
73557
73949
|
state?: Array<'approved' | 'canceled' | 'draft' | 'pending' | 'rejected'>;
|
|
73558
73950
|
};
|
|
73559
73951
|
url: '/api/user-permission-requests/';
|
|
@@ -73583,6 +73975,10 @@ export type UserPermissionRequestsCountData = {
|
|
|
73583
73975
|
* Number of results to return per page.
|
|
73584
73976
|
*/
|
|
73585
73977
|
page_size?: number;
|
|
73978
|
+
/**
|
|
73979
|
+
* Filter by scope URL.
|
|
73980
|
+
*/
|
|
73981
|
+
scope?: string;
|
|
73586
73982
|
state?: Array<'approved' | 'canceled' | 'draft' | 'pending' | 'rejected'>;
|
|
73587
73983
|
};
|
|
73588
73984
|
url: '/api/user-permission-requests/';
|