waldur-js-client 8.0.7-dev.16 → 8.0.7-dev.18
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.d.ts +41 -1
- package/dist/sdk.gen.js +190 -0
- package/dist/types.gen.d.ts +269 -1
- package/package.json +1 -1
package/dist/sdk.gen.js
CHANGED
|
@@ -24334,6 +24334,44 @@ export const marketplaceStatsProjectClassificationSummaryCount = (options) => {
|
|
|
24334
24334
|
...options
|
|
24335
24335
|
});
|
|
24336
24336
|
};
|
|
24337
|
+
/**
|
|
24338
|
+
* Return project creation counts grouped by month.
|
|
24339
|
+
*/
|
|
24340
|
+
export const marketplaceStatsProjectCreationTrendList = (options) => {
|
|
24341
|
+
return (options?.client ?? _heyApiClient).get({
|
|
24342
|
+
security: [
|
|
24343
|
+
{
|
|
24344
|
+
name: 'Authorization',
|
|
24345
|
+
type: 'apiKey'
|
|
24346
|
+
},
|
|
24347
|
+
{
|
|
24348
|
+
scheme: 'bearer',
|
|
24349
|
+
type: 'http'
|
|
24350
|
+
}
|
|
24351
|
+
],
|
|
24352
|
+
url: '/api/marketplace-stats/project_creation_trend/',
|
|
24353
|
+
...options
|
|
24354
|
+
});
|
|
24355
|
+
};
|
|
24356
|
+
/**
|
|
24357
|
+
* Get number of items in the collection matching the request parameters.
|
|
24358
|
+
*/
|
|
24359
|
+
export const marketplaceStatsProjectCreationTrendCount = (options) => {
|
|
24360
|
+
return (options?.client ?? _heyApiClient).head({
|
|
24361
|
+
security: [
|
|
24362
|
+
{
|
|
24363
|
+
name: 'Authorization',
|
|
24364
|
+
type: 'apiKey'
|
|
24365
|
+
},
|
|
24366
|
+
{
|
|
24367
|
+
scheme: 'bearer',
|
|
24368
|
+
type: 'http'
|
|
24369
|
+
}
|
|
24370
|
+
],
|
|
24371
|
+
url: '/api/marketplace-stats/project_creation_trend/',
|
|
24372
|
+
...options
|
|
24373
|
+
});
|
|
24374
|
+
};
|
|
24337
24375
|
/**
|
|
24338
24376
|
* Group project limits by industry flag.
|
|
24339
24377
|
*/
|
|
@@ -24600,6 +24638,44 @@ export const marketplaceStatsProviderResourcesCount = (options) => {
|
|
|
24600
24638
|
...options
|
|
24601
24639
|
});
|
|
24602
24640
|
};
|
|
24641
|
+
/**
|
|
24642
|
+
* Return resource creation counts grouped by month.
|
|
24643
|
+
*/
|
|
24644
|
+
export const marketplaceStatsResourceCreationTrendList = (options) => {
|
|
24645
|
+
return (options?.client ?? _heyApiClient).get({
|
|
24646
|
+
security: [
|
|
24647
|
+
{
|
|
24648
|
+
name: 'Authorization',
|
|
24649
|
+
type: 'apiKey'
|
|
24650
|
+
},
|
|
24651
|
+
{
|
|
24652
|
+
scheme: 'bearer',
|
|
24653
|
+
type: 'http'
|
|
24654
|
+
}
|
|
24655
|
+
],
|
|
24656
|
+
url: '/api/marketplace-stats/resource_creation_trend/',
|
|
24657
|
+
...options
|
|
24658
|
+
});
|
|
24659
|
+
};
|
|
24660
|
+
/**
|
|
24661
|
+
* Get number of items in the collection matching the request parameters.
|
|
24662
|
+
*/
|
|
24663
|
+
export const marketplaceStatsResourceCreationTrendCount = (options) => {
|
|
24664
|
+
return (options?.client ?? _heyApiClient).head({
|
|
24665
|
+
security: [
|
|
24666
|
+
{
|
|
24667
|
+
name: 'Authorization',
|
|
24668
|
+
type: 'apiKey'
|
|
24669
|
+
},
|
|
24670
|
+
{
|
|
24671
|
+
scheme: 'bearer',
|
|
24672
|
+
type: 'http'
|
|
24673
|
+
}
|
|
24674
|
+
],
|
|
24675
|
+
url: '/api/marketplace-stats/resource_creation_trend/',
|
|
24676
|
+
...options
|
|
24677
|
+
});
|
|
24678
|
+
};
|
|
24603
24679
|
/**
|
|
24604
24680
|
* Get resource provisioning statistics.
|
|
24605
24681
|
*/
|
|
@@ -24866,6 +24942,44 @@ export const marketplaceStatsResourcesMissingUsageCount = (options) => {
|
|
|
24866
24942
|
...options
|
|
24867
24943
|
});
|
|
24868
24944
|
};
|
|
24945
|
+
/**
|
|
24946
|
+
* Return top service providers by number of active resources.
|
|
24947
|
+
*/
|
|
24948
|
+
export const marketplaceStatsTopServiceProvidersByResourcesList = (options) => {
|
|
24949
|
+
return (options?.client ?? _heyApiClient).get({
|
|
24950
|
+
security: [
|
|
24951
|
+
{
|
|
24952
|
+
name: 'Authorization',
|
|
24953
|
+
type: 'apiKey'
|
|
24954
|
+
},
|
|
24955
|
+
{
|
|
24956
|
+
scheme: 'bearer',
|
|
24957
|
+
type: 'http'
|
|
24958
|
+
}
|
|
24959
|
+
],
|
|
24960
|
+
url: '/api/marketplace-stats/top_service_providers_by_resources/',
|
|
24961
|
+
...options
|
|
24962
|
+
});
|
|
24963
|
+
};
|
|
24964
|
+
/**
|
|
24965
|
+
* Get number of items in the collection matching the request parameters.
|
|
24966
|
+
*/
|
|
24967
|
+
export const marketplaceStatsTopServiceProvidersByResourcesCount = (options) => {
|
|
24968
|
+
return (options?.client ?? _heyApiClient).head({
|
|
24969
|
+
security: [
|
|
24970
|
+
{
|
|
24971
|
+
name: 'Authorization',
|
|
24972
|
+
type: 'apiKey'
|
|
24973
|
+
},
|
|
24974
|
+
{
|
|
24975
|
+
scheme: 'bearer',
|
|
24976
|
+
type: 'http'
|
|
24977
|
+
}
|
|
24978
|
+
],
|
|
24979
|
+
url: '/api/marketplace-stats/top_service_providers_by_resources/',
|
|
24980
|
+
...options
|
|
24981
|
+
});
|
|
24982
|
+
};
|
|
24869
24983
|
/**
|
|
24870
24984
|
* Total cost of active resources per offering.
|
|
24871
24985
|
*/
|
|
@@ -25056,6 +25170,44 @@ export const marketplaceStatsUserJobTitleCountCount = (options) => {
|
|
|
25056
25170
|
...options
|
|
25057
25171
|
});
|
|
25058
25172
|
};
|
|
25173
|
+
/**
|
|
25174
|
+
* Return user count per nationality.
|
|
25175
|
+
*/
|
|
25176
|
+
export const marketplaceStatsUserNationalityList = (options) => {
|
|
25177
|
+
return (options?.client ?? _heyApiClient).get({
|
|
25178
|
+
security: [
|
|
25179
|
+
{
|
|
25180
|
+
name: 'Authorization',
|
|
25181
|
+
type: 'apiKey'
|
|
25182
|
+
},
|
|
25183
|
+
{
|
|
25184
|
+
scheme: 'bearer',
|
|
25185
|
+
type: 'http'
|
|
25186
|
+
}
|
|
25187
|
+
],
|
|
25188
|
+
url: '/api/marketplace-stats/user_nationality/',
|
|
25189
|
+
...options
|
|
25190
|
+
});
|
|
25191
|
+
};
|
|
25192
|
+
/**
|
|
25193
|
+
* Get number of items in the collection matching the request parameters.
|
|
25194
|
+
*/
|
|
25195
|
+
export const marketplaceStatsUserNationalityCount = (options) => {
|
|
25196
|
+
return (options?.client ?? _heyApiClient).head({
|
|
25197
|
+
security: [
|
|
25198
|
+
{
|
|
25199
|
+
name: 'Authorization',
|
|
25200
|
+
type: 'apiKey'
|
|
25201
|
+
},
|
|
25202
|
+
{
|
|
25203
|
+
scheme: 'bearer',
|
|
25204
|
+
type: 'http'
|
|
25205
|
+
}
|
|
25206
|
+
],
|
|
25207
|
+
url: '/api/marketplace-stats/user_nationality/',
|
|
25208
|
+
...options
|
|
25209
|
+
});
|
|
25210
|
+
};
|
|
25059
25211
|
/**
|
|
25060
25212
|
* Return user count grouped by organization.
|
|
25061
25213
|
*/
|
|
@@ -25132,6 +25284,44 @@ export const marketplaceStatsUserOrganizationTypeCountCount = (options) => {
|
|
|
25132
25284
|
...options
|
|
25133
25285
|
});
|
|
25134
25286
|
};
|
|
25287
|
+
/**
|
|
25288
|
+
* Return user count per residence country.
|
|
25289
|
+
*/
|
|
25290
|
+
export const marketplaceStatsUserResidenceCountryList = (options) => {
|
|
25291
|
+
return (options?.client ?? _heyApiClient).get({
|
|
25292
|
+
security: [
|
|
25293
|
+
{
|
|
25294
|
+
name: 'Authorization',
|
|
25295
|
+
type: 'apiKey'
|
|
25296
|
+
},
|
|
25297
|
+
{
|
|
25298
|
+
scheme: 'bearer',
|
|
25299
|
+
type: 'http'
|
|
25300
|
+
}
|
|
25301
|
+
],
|
|
25302
|
+
url: '/api/marketplace-stats/user_residence_country/',
|
|
25303
|
+
...options
|
|
25304
|
+
});
|
|
25305
|
+
};
|
|
25306
|
+
/**
|
|
25307
|
+
* Get number of items in the collection matching the request parameters.
|
|
25308
|
+
*/
|
|
25309
|
+
export const marketplaceStatsUserResidenceCountryCount = (options) => {
|
|
25310
|
+
return (options?.client ?? _heyApiClient).head({
|
|
25311
|
+
security: [
|
|
25312
|
+
{
|
|
25313
|
+
name: 'Authorization',
|
|
25314
|
+
type: 'apiKey'
|
|
25315
|
+
},
|
|
25316
|
+
{
|
|
25317
|
+
scheme: 'bearer',
|
|
25318
|
+
type: 'http'
|
|
25319
|
+
}
|
|
25320
|
+
],
|
|
25321
|
+
url: '/api/marketplace-stats/user_residence_country/',
|
|
25322
|
+
...options
|
|
25323
|
+
});
|
|
25324
|
+
};
|
|
25135
25325
|
export const marketplaceTagsList = (options) => {
|
|
25136
25326
|
return (options?.client ?? _heyApiClient).get({
|
|
25137
25327
|
security: [
|
package/dist/types.gen.d.ts
CHANGED
|
@@ -3550,6 +3550,10 @@ export type ChatResponse = {
|
|
|
3550
3550
|
* Available project options [{name, organization, uuid}]. Present when status='project_form'.
|
|
3551
3551
|
*/
|
|
3552
3552
|
projects?: Array<unknown>;
|
|
3553
|
+
/**
|
|
3554
|
+
* Available offering options [{uuid, name}]. Present when status='offering_form'.
|
|
3555
|
+
*/
|
|
3556
|
+
offerings?: Array<unknown>;
|
|
3553
3557
|
};
|
|
3554
3558
|
export type ChatSession = {
|
|
3555
3559
|
readonly uuid?: string;
|
|
@@ -6308,7 +6312,7 @@ export type DryRunRequest = {
|
|
|
6308
6312
|
};
|
|
6309
6313
|
export type DryRunStateEnum = 1 | 2 | 3 | 4;
|
|
6310
6314
|
export type DryRunTypeEnum = 'Create' | 'Update' | 'Terminate' | 'Restore' | 'Pull';
|
|
6311
|
-
export type EnabledreportingscreensEnum = 'resource-usage' | 'user-usage' | 'quotas' | 'usage-monitoring' | 'usage-trends' | 'organization-summary' | 'project-detail' | 'resources-geography' | 'project-classification' | 'usage-by-customer' | 'usage-by-org-type' | 'usage-by-creator' | 'call-performance' | 'review-progress' | 'resource-demand' | 'capacity' | 'provider-overview' | 'provider-revenue' | 'provider-orders' | 'provider-resources' | 'provider-customers' | 'provider-offerings' | 'openstack-instances' | 'user-demographics' | 'user-organizations' | 'user-affiliations' | 'user-roles' | 'growth' | 'revenue' | 'pricelist' | 'orders' | 'offering-costs' | 'maintenance-overview' | 'provisioning-stats';
|
|
6315
|
+
export type EnabledreportingscreensEnum = 'resource-usage' | 'user-usage' | 'quotas' | 'usage-monitoring' | 'usage-trends' | 'organization-summary' | 'project-detail' | 'resources-geography' | 'project-classification' | 'usage-by-customer' | 'usage-by-org-type' | 'usage-by-creator' | 'call-performance' | 'review-progress' | 'resource-demand' | 'capacity' | 'provider-overview' | 'provider-revenue' | 'provider-orders' | 'provider-resources' | 'provider-customers' | 'provider-offerings' | 'openstack-instances' | 'user-analytics' | 'user-demographics' | 'user-organizations' | 'user-affiliations' | 'user-roles' | 'growth' | 'revenue' | 'pricelist' | 'orders' | 'offering-costs' | 'maintenance-overview' | 'provisioning-stats';
|
|
6312
6316
|
export type EligibilityCheck = {
|
|
6313
6317
|
is_eligible: boolean;
|
|
6314
6318
|
restrictions: Array<string>;
|
|
@@ -17482,6 +17486,16 @@ export type ProjectClassificationSummary = {
|
|
|
17482
17486
|
*/
|
|
17483
17487
|
industry_projects: number;
|
|
17484
17488
|
};
|
|
17489
|
+
export type ProjectCreationTrend = {
|
|
17490
|
+
/**
|
|
17491
|
+
* Month in YYYY-MM format
|
|
17492
|
+
*/
|
|
17493
|
+
month: string;
|
|
17494
|
+
/**
|
|
17495
|
+
* Number of items created
|
|
17496
|
+
*/
|
|
17497
|
+
count: number;
|
|
17498
|
+
};
|
|
17485
17499
|
export type ProjectCredit = {
|
|
17486
17500
|
readonly uuid: string;
|
|
17487
17501
|
readonly url: string;
|
|
@@ -23934,6 +23948,24 @@ export type TopQueue = {
|
|
|
23934
23948
|
*/
|
|
23935
23949
|
readonly consumers: number;
|
|
23936
23950
|
};
|
|
23951
|
+
export type TopServiceProviderByResources = {
|
|
23952
|
+
/**
|
|
23953
|
+
* UUID of the service provider
|
|
23954
|
+
*/
|
|
23955
|
+
customer_uuid: string;
|
|
23956
|
+
/**
|
|
23957
|
+
* Name of the service provider
|
|
23958
|
+
*/
|
|
23959
|
+
customer_name: string;
|
|
23960
|
+
/**
|
|
23961
|
+
* Number of active resources
|
|
23962
|
+
*/
|
|
23963
|
+
resources_count: number;
|
|
23964
|
+
/**
|
|
23965
|
+
* Number of distinct projects
|
|
23966
|
+
*/
|
|
23967
|
+
projects_count: number;
|
|
23968
|
+
};
|
|
23937
23969
|
export type TotalCustomerCost = {
|
|
23938
23970
|
readonly total: number;
|
|
23939
23971
|
readonly price: number;
|
|
@@ -24409,6 +24441,16 @@ export type UserLanguageCount = {
|
|
|
24409
24441
|
language: string;
|
|
24410
24442
|
count: number;
|
|
24411
24443
|
};
|
|
24444
|
+
export type UserNationalityStats = {
|
|
24445
|
+
/**
|
|
24446
|
+
* Nationality code
|
|
24447
|
+
*/
|
|
24448
|
+
nationality: string;
|
|
24449
|
+
/**
|
|
24450
|
+
* Number of users
|
|
24451
|
+
*/
|
|
24452
|
+
count: number;
|
|
24453
|
+
};
|
|
24412
24454
|
export type UserOfferingConsent = {
|
|
24413
24455
|
readonly uuid: string;
|
|
24414
24456
|
readonly user_uuid: string;
|
|
@@ -24557,6 +24599,16 @@ export type UserRequest = {
|
|
|
24557
24599
|
*/
|
|
24558
24600
|
managed_isds?: unknown;
|
|
24559
24601
|
};
|
|
24602
|
+
export type UserResidenceCountryStats = {
|
|
24603
|
+
/**
|
|
24604
|
+
* Country of residence code
|
|
24605
|
+
*/
|
|
24606
|
+
country_of_residence: string;
|
|
24607
|
+
/**
|
|
24608
|
+
* Number of users
|
|
24609
|
+
*/
|
|
24610
|
+
count: number;
|
|
24611
|
+
};
|
|
24560
24612
|
export type UserRoleCreateRequest = {
|
|
24561
24613
|
role: string;
|
|
24562
24614
|
user: string;
|
|
@@ -54699,6 +54751,10 @@ export type MarketplaceStatsCountActiveResourcesGroupedByOfferingListData = {
|
|
|
54699
54751
|
body?: never;
|
|
54700
54752
|
path?: never;
|
|
54701
54753
|
query?: {
|
|
54754
|
+
/**
|
|
54755
|
+
* Limit number of results (e.g. top N offerings). No limit by default.
|
|
54756
|
+
*/
|
|
54757
|
+
limit?: number;
|
|
54702
54758
|
/**
|
|
54703
54759
|
* A page number within the paginated result set.
|
|
54704
54760
|
*/
|
|
@@ -54718,6 +54774,10 @@ export type MarketplaceStatsCountActiveResourcesGroupedByOfferingCountData = {
|
|
|
54718
54774
|
body?: never;
|
|
54719
54775
|
path?: never;
|
|
54720
54776
|
query?: {
|
|
54777
|
+
/**
|
|
54778
|
+
* Limit number of results (e.g. top N offerings). No limit by default.
|
|
54779
|
+
*/
|
|
54780
|
+
limit?: number;
|
|
54721
54781
|
/**
|
|
54722
54782
|
* A page number within the paginated result set.
|
|
54723
54783
|
*/
|
|
@@ -55649,6 +55709,46 @@ export type MarketplaceStatsProjectClassificationSummaryCountResponses = {
|
|
|
55649
55709
|
*/
|
|
55650
55710
|
200: unknown;
|
|
55651
55711
|
};
|
|
55712
|
+
export type MarketplaceStatsProjectCreationTrendListData = {
|
|
55713
|
+
body?: never;
|
|
55714
|
+
path?: never;
|
|
55715
|
+
query?: {
|
|
55716
|
+
/**
|
|
55717
|
+
* A page number within the paginated result set.
|
|
55718
|
+
*/
|
|
55719
|
+
page?: number;
|
|
55720
|
+
/**
|
|
55721
|
+
* Number of results to return per page.
|
|
55722
|
+
*/
|
|
55723
|
+
page_size?: number;
|
|
55724
|
+
};
|
|
55725
|
+
url: '/api/marketplace-stats/project_creation_trend/';
|
|
55726
|
+
};
|
|
55727
|
+
export type MarketplaceStatsProjectCreationTrendListResponses = {
|
|
55728
|
+
200: Array<ProjectCreationTrend>;
|
|
55729
|
+
};
|
|
55730
|
+
export type MarketplaceStatsProjectCreationTrendListResponse = MarketplaceStatsProjectCreationTrendListResponses[keyof MarketplaceStatsProjectCreationTrendListResponses];
|
|
55731
|
+
export type MarketplaceStatsProjectCreationTrendCountData = {
|
|
55732
|
+
body?: never;
|
|
55733
|
+
path?: never;
|
|
55734
|
+
query?: {
|
|
55735
|
+
/**
|
|
55736
|
+
* A page number within the paginated result set.
|
|
55737
|
+
*/
|
|
55738
|
+
page?: number;
|
|
55739
|
+
/**
|
|
55740
|
+
* Number of results to return per page.
|
|
55741
|
+
*/
|
|
55742
|
+
page_size?: number;
|
|
55743
|
+
};
|
|
55744
|
+
url: '/api/marketplace-stats/project_creation_trend/';
|
|
55745
|
+
};
|
|
55746
|
+
export type MarketplaceStatsProjectCreationTrendCountResponses = {
|
|
55747
|
+
/**
|
|
55748
|
+
* No response body
|
|
55749
|
+
*/
|
|
55750
|
+
200: unknown;
|
|
55751
|
+
};
|
|
55652
55752
|
export type MarketplaceStatsProjectsLimitsGroupedByIndustryFlagRetrieveData = {
|
|
55653
55753
|
body?: never;
|
|
55654
55754
|
path?: never;
|
|
@@ -55833,6 +55933,46 @@ export type MarketplaceStatsProviderResourcesCountResponses = {
|
|
|
55833
55933
|
*/
|
|
55834
55934
|
200: unknown;
|
|
55835
55935
|
};
|
|
55936
|
+
export type MarketplaceStatsResourceCreationTrendListData = {
|
|
55937
|
+
body?: never;
|
|
55938
|
+
path?: never;
|
|
55939
|
+
query?: {
|
|
55940
|
+
/**
|
|
55941
|
+
* A page number within the paginated result set.
|
|
55942
|
+
*/
|
|
55943
|
+
page?: number;
|
|
55944
|
+
/**
|
|
55945
|
+
* Number of results to return per page.
|
|
55946
|
+
*/
|
|
55947
|
+
page_size?: number;
|
|
55948
|
+
};
|
|
55949
|
+
url: '/api/marketplace-stats/resource_creation_trend/';
|
|
55950
|
+
};
|
|
55951
|
+
export type MarketplaceStatsResourceCreationTrendListResponses = {
|
|
55952
|
+
200: Array<ProjectCreationTrend>;
|
|
55953
|
+
};
|
|
55954
|
+
export type MarketplaceStatsResourceCreationTrendListResponse = MarketplaceStatsResourceCreationTrendListResponses[keyof MarketplaceStatsResourceCreationTrendListResponses];
|
|
55955
|
+
export type MarketplaceStatsResourceCreationTrendCountData = {
|
|
55956
|
+
body?: never;
|
|
55957
|
+
path?: never;
|
|
55958
|
+
query?: {
|
|
55959
|
+
/**
|
|
55960
|
+
* A page number within the paginated result set.
|
|
55961
|
+
*/
|
|
55962
|
+
page?: number;
|
|
55963
|
+
/**
|
|
55964
|
+
* Number of results to return per page.
|
|
55965
|
+
*/
|
|
55966
|
+
page_size?: number;
|
|
55967
|
+
};
|
|
55968
|
+
url: '/api/marketplace-stats/resource_creation_trend/';
|
|
55969
|
+
};
|
|
55970
|
+
export type MarketplaceStatsResourceCreationTrendCountResponses = {
|
|
55971
|
+
/**
|
|
55972
|
+
* No response body
|
|
55973
|
+
*/
|
|
55974
|
+
200: unknown;
|
|
55975
|
+
};
|
|
55836
55976
|
export type MarketplaceStatsResourceProvisioningStatsListData = {
|
|
55837
55977
|
body?: never;
|
|
55838
55978
|
path?: never;
|
|
@@ -56119,6 +56259,54 @@ export type MarketplaceStatsResourcesMissingUsageCountResponses = {
|
|
|
56119
56259
|
*/
|
|
56120
56260
|
200: unknown;
|
|
56121
56261
|
};
|
|
56262
|
+
export type MarketplaceStatsTopServiceProvidersByResourcesListData = {
|
|
56263
|
+
body?: never;
|
|
56264
|
+
path?: never;
|
|
56265
|
+
query?: {
|
|
56266
|
+
/**
|
|
56267
|
+
* Number of top providers to return. Default is 5.
|
|
56268
|
+
*/
|
|
56269
|
+
limit?: number;
|
|
56270
|
+
/**
|
|
56271
|
+
* A page number within the paginated result set.
|
|
56272
|
+
*/
|
|
56273
|
+
page?: number;
|
|
56274
|
+
/**
|
|
56275
|
+
* Number of results to return per page.
|
|
56276
|
+
*/
|
|
56277
|
+
page_size?: number;
|
|
56278
|
+
};
|
|
56279
|
+
url: '/api/marketplace-stats/top_service_providers_by_resources/';
|
|
56280
|
+
};
|
|
56281
|
+
export type MarketplaceStatsTopServiceProvidersByResourcesListResponses = {
|
|
56282
|
+
200: Array<TopServiceProviderByResources>;
|
|
56283
|
+
};
|
|
56284
|
+
export type MarketplaceStatsTopServiceProvidersByResourcesListResponse = MarketplaceStatsTopServiceProvidersByResourcesListResponses[keyof MarketplaceStatsTopServiceProvidersByResourcesListResponses];
|
|
56285
|
+
export type MarketplaceStatsTopServiceProvidersByResourcesCountData = {
|
|
56286
|
+
body?: never;
|
|
56287
|
+
path?: never;
|
|
56288
|
+
query?: {
|
|
56289
|
+
/**
|
|
56290
|
+
* Number of top providers to return. Default is 5.
|
|
56291
|
+
*/
|
|
56292
|
+
limit?: number;
|
|
56293
|
+
/**
|
|
56294
|
+
* A page number within the paginated result set.
|
|
56295
|
+
*/
|
|
56296
|
+
page?: number;
|
|
56297
|
+
/**
|
|
56298
|
+
* Number of results to return per page.
|
|
56299
|
+
*/
|
|
56300
|
+
page_size?: number;
|
|
56301
|
+
};
|
|
56302
|
+
url: '/api/marketplace-stats/top_service_providers_by_resources/';
|
|
56303
|
+
};
|
|
56304
|
+
export type MarketplaceStatsTopServiceProvidersByResourcesCountResponses = {
|
|
56305
|
+
/**
|
|
56306
|
+
* No response body
|
|
56307
|
+
*/
|
|
56308
|
+
200: unknown;
|
|
56309
|
+
};
|
|
56122
56310
|
export type MarketplaceStatsTotalCostOfActiveResourcesPerOfferingListData = {
|
|
56123
56311
|
body?: never;
|
|
56124
56312
|
path?: never;
|
|
@@ -56319,6 +56507,46 @@ export type MarketplaceStatsUserJobTitleCountCountResponses = {
|
|
|
56319
56507
|
*/
|
|
56320
56508
|
200: unknown;
|
|
56321
56509
|
};
|
|
56510
|
+
export type MarketplaceStatsUserNationalityListData = {
|
|
56511
|
+
body?: never;
|
|
56512
|
+
path?: never;
|
|
56513
|
+
query?: {
|
|
56514
|
+
/**
|
|
56515
|
+
* A page number within the paginated result set.
|
|
56516
|
+
*/
|
|
56517
|
+
page?: number;
|
|
56518
|
+
/**
|
|
56519
|
+
* Number of results to return per page.
|
|
56520
|
+
*/
|
|
56521
|
+
page_size?: number;
|
|
56522
|
+
};
|
|
56523
|
+
url: '/api/marketplace-stats/user_nationality/';
|
|
56524
|
+
};
|
|
56525
|
+
export type MarketplaceStatsUserNationalityListResponses = {
|
|
56526
|
+
200: Array<UserNationalityStats>;
|
|
56527
|
+
};
|
|
56528
|
+
export type MarketplaceStatsUserNationalityListResponse = MarketplaceStatsUserNationalityListResponses[keyof MarketplaceStatsUserNationalityListResponses];
|
|
56529
|
+
export type MarketplaceStatsUserNationalityCountData = {
|
|
56530
|
+
body?: never;
|
|
56531
|
+
path?: never;
|
|
56532
|
+
query?: {
|
|
56533
|
+
/**
|
|
56534
|
+
* A page number within the paginated result set.
|
|
56535
|
+
*/
|
|
56536
|
+
page?: number;
|
|
56537
|
+
/**
|
|
56538
|
+
* Number of results to return per page.
|
|
56539
|
+
*/
|
|
56540
|
+
page_size?: number;
|
|
56541
|
+
};
|
|
56542
|
+
url: '/api/marketplace-stats/user_nationality/';
|
|
56543
|
+
};
|
|
56544
|
+
export type MarketplaceStatsUserNationalityCountResponses = {
|
|
56545
|
+
/**
|
|
56546
|
+
* No response body
|
|
56547
|
+
*/
|
|
56548
|
+
200: unknown;
|
|
56549
|
+
};
|
|
56322
56550
|
export type MarketplaceStatsUserOrganizationCountListData = {
|
|
56323
56551
|
body?: never;
|
|
56324
56552
|
path?: never;
|
|
@@ -56399,6 +56627,46 @@ export type MarketplaceStatsUserOrganizationTypeCountCountResponses = {
|
|
|
56399
56627
|
*/
|
|
56400
56628
|
200: unknown;
|
|
56401
56629
|
};
|
|
56630
|
+
export type MarketplaceStatsUserResidenceCountryListData = {
|
|
56631
|
+
body?: never;
|
|
56632
|
+
path?: never;
|
|
56633
|
+
query?: {
|
|
56634
|
+
/**
|
|
56635
|
+
* A page number within the paginated result set.
|
|
56636
|
+
*/
|
|
56637
|
+
page?: number;
|
|
56638
|
+
/**
|
|
56639
|
+
* Number of results to return per page.
|
|
56640
|
+
*/
|
|
56641
|
+
page_size?: number;
|
|
56642
|
+
};
|
|
56643
|
+
url: '/api/marketplace-stats/user_residence_country/';
|
|
56644
|
+
};
|
|
56645
|
+
export type MarketplaceStatsUserResidenceCountryListResponses = {
|
|
56646
|
+
200: Array<UserResidenceCountryStats>;
|
|
56647
|
+
};
|
|
56648
|
+
export type MarketplaceStatsUserResidenceCountryListResponse = MarketplaceStatsUserResidenceCountryListResponses[keyof MarketplaceStatsUserResidenceCountryListResponses];
|
|
56649
|
+
export type MarketplaceStatsUserResidenceCountryCountData = {
|
|
56650
|
+
body?: never;
|
|
56651
|
+
path?: never;
|
|
56652
|
+
query?: {
|
|
56653
|
+
/**
|
|
56654
|
+
* A page number within the paginated result set.
|
|
56655
|
+
*/
|
|
56656
|
+
page?: number;
|
|
56657
|
+
/**
|
|
56658
|
+
* Number of results to return per page.
|
|
56659
|
+
*/
|
|
56660
|
+
page_size?: number;
|
|
56661
|
+
};
|
|
56662
|
+
url: '/api/marketplace-stats/user_residence_country/';
|
|
56663
|
+
};
|
|
56664
|
+
export type MarketplaceStatsUserResidenceCountryCountResponses = {
|
|
56665
|
+
/**
|
|
56666
|
+
* No response body
|
|
56667
|
+
*/
|
|
56668
|
+
200: unknown;
|
|
56669
|
+
};
|
|
56402
56670
|
export type MarketplaceTagsListData = {
|
|
56403
56671
|
body?: never;
|
|
56404
56672
|
path?: never;
|