waldur-js-client 1.0.0 → 1.0.2
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/README.md +1 -1
- package/dist/sdk.gen.d.ts +218 -218
- package/dist/sdk.gen.js +4 -20
- package/dist/types.gen.d.ts +333 -1562
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -1024,10 +1024,6 @@ export type CategoryColumn = {
|
|
|
1024
1024
|
attribute?: string;
|
|
1025
1025
|
/**
|
|
1026
1026
|
* Widget field allows to customise table cell rendering.
|
|
1027
|
-
*
|
|
1028
|
-
* * `csv` - csv
|
|
1029
|
-
* * `filesize` - filesize
|
|
1030
|
-
* * `attached_instance` - attached_instance
|
|
1031
1027
|
*/
|
|
1032
1028
|
widget?: WidgetEnum | BlankEnum | NullEnum | null;
|
|
1033
1029
|
category: string;
|
|
@@ -1047,10 +1043,6 @@ export type CategoryColumnRequest = {
|
|
|
1047
1043
|
attribute?: string;
|
|
1048
1044
|
/**
|
|
1049
1045
|
* Widget field allows to customise table cell rendering.
|
|
1050
|
-
*
|
|
1051
|
-
* * `csv` - csv
|
|
1052
|
-
* * `filesize` - filesize
|
|
1053
|
-
* * `attached_instance` - attached_instance
|
|
1054
1046
|
*/
|
|
1055
1047
|
widget?: WidgetEnum | BlankEnum | NullEnum | null;
|
|
1056
1048
|
category: string;
|
|
@@ -1628,6 +1620,9 @@ export type Country = {
|
|
|
1628
1620
|
readonly value: string;
|
|
1629
1621
|
};
|
|
1630
1622
|
export type CountryEnum = 'AL' | 'AT' | 'BE' | 'BG' | 'BA' | 'CH' | 'CY' | 'CZ' | 'DE' | 'DK' | 'ES' | 'EE' | 'FI' | 'FR' | 'GB' | 'GE' | 'GR' | 'HR' | 'HU' | 'IE' | 'IS' | 'IT' | 'LT' | 'LU' | 'LV' | 'MC' | 'MK' | 'MT' | 'NL' | 'NO' | 'PL' | 'PT' | 'RO' | 'RS' | 'SK' | 'SI' | 'SE' | 'UA' | 'EU';
|
|
1623
|
+
export type CreateAttachmentsRequest = {
|
|
1624
|
+
attachments: Array<Blob | File>;
|
|
1625
|
+
};
|
|
1631
1626
|
export type CreateCustomerCredit = {
|
|
1632
1627
|
readonly uuid: string;
|
|
1633
1628
|
readonly url: string;
|
|
@@ -2891,9 +2886,6 @@ export type MergedPluginOptions = {
|
|
|
2891
2886
|
max_volumes?: number;
|
|
2892
2887
|
/**
|
|
2893
2888
|
* Storage mode for OpenStack offering
|
|
2894
|
-
*
|
|
2895
|
-
* * `fixed` - fixed
|
|
2896
|
-
* * `dynamic` - dynamic
|
|
2897
2889
|
*/
|
|
2898
2890
|
storage_mode?: StorageModeEnum;
|
|
2899
2891
|
/**
|
|
@@ -2938,13 +2930,6 @@ export type MergedPluginOptions = {
|
|
|
2938
2930
|
username_anonymized_prefix?: string;
|
|
2939
2931
|
/**
|
|
2940
2932
|
* GLAuth username generation policy
|
|
2941
|
-
*
|
|
2942
|
-
* * `service_provider` - service_provider
|
|
2943
|
-
* * `anonymized` - anonymized
|
|
2944
|
-
* * `full_name` - full_name
|
|
2945
|
-
* * `waldur_username` - waldur_username
|
|
2946
|
-
* * `freeipa` - freeipa
|
|
2947
|
-
* * `identity_claim` - identity_claim
|
|
2948
2933
|
*/
|
|
2949
2934
|
username_generation_policy?: UsernameGenerationPolicyEnum;
|
|
2950
2935
|
/**
|
|
@@ -2957,9 +2942,6 @@ export type MergedPluginOptions = {
|
|
|
2957
2942
|
flavors_regex?: string;
|
|
2958
2943
|
/**
|
|
2959
2944
|
* Slurm account name generation policy
|
|
2960
|
-
*
|
|
2961
|
-
* * `None` - None
|
|
2962
|
-
* * `project_slug` - project_slug
|
|
2963
2945
|
*/
|
|
2964
2946
|
account_name_generation_policy?: AccountNameGenerationPolicyEnum | NullEnum | null;
|
|
2965
2947
|
};
|
|
@@ -3014,9 +2996,6 @@ export type MergedPluginOptionsRequest = {
|
|
|
3014
2996
|
max_volumes?: number;
|
|
3015
2997
|
/**
|
|
3016
2998
|
* Storage mode for OpenStack offering
|
|
3017
|
-
*
|
|
3018
|
-
* * `fixed` - fixed
|
|
3019
|
-
* * `dynamic` - dynamic
|
|
3020
2999
|
*/
|
|
3021
3000
|
storage_mode?: StorageModeEnum;
|
|
3022
3001
|
/**
|
|
@@ -3061,13 +3040,6 @@ export type MergedPluginOptionsRequest = {
|
|
|
3061
3040
|
username_anonymized_prefix?: string;
|
|
3062
3041
|
/**
|
|
3063
3042
|
* GLAuth username generation policy
|
|
3064
|
-
*
|
|
3065
|
-
* * `service_provider` - service_provider
|
|
3066
|
-
* * `anonymized` - anonymized
|
|
3067
|
-
* * `full_name` - full_name
|
|
3068
|
-
* * `waldur_username` - waldur_username
|
|
3069
|
-
* * `freeipa` - freeipa
|
|
3070
|
-
* * `identity_claim` - identity_claim
|
|
3071
3043
|
*/
|
|
3072
3044
|
username_generation_policy?: UsernameGenerationPolicyEnum;
|
|
3073
3045
|
/**
|
|
@@ -3080,9 +3052,6 @@ export type MergedPluginOptionsRequest = {
|
|
|
3080
3052
|
flavors_regex?: string;
|
|
3081
3053
|
/**
|
|
3082
3054
|
* Slurm account name generation policy
|
|
3083
|
-
*
|
|
3084
|
-
* * `None` - None
|
|
3085
|
-
* * `project_slug` - project_slug
|
|
3086
3055
|
*/
|
|
3087
3056
|
account_name_generation_policy?: AccountNameGenerationPolicyEnum | NullEnum | null;
|
|
3088
3057
|
};
|
|
@@ -3324,10 +3293,6 @@ export type NestedColumn = {
|
|
|
3324
3293
|
attribute?: string;
|
|
3325
3294
|
/**
|
|
3326
3295
|
* Widget field allows to customise table cell rendering.
|
|
3327
|
-
*
|
|
3328
|
-
* * `csv` - csv
|
|
3329
|
-
* * `filesize` - filesize
|
|
3330
|
-
* * `attached_instance` - attached_instance
|
|
3331
3296
|
*/
|
|
3332
3297
|
widget?: WidgetEnum | BlankEnum | NullEnum | null;
|
|
3333
3298
|
};
|
|
@@ -3346,10 +3311,6 @@ export type NestedColumnRequest = {
|
|
|
3346
3311
|
attribute?: string;
|
|
3347
3312
|
/**
|
|
3348
3313
|
* Widget field allows to customise table cell rendering.
|
|
3349
|
-
*
|
|
3350
|
-
* * `csv` - csv
|
|
3351
|
-
* * `filesize` - filesize
|
|
3352
|
-
* * `attached_instance` - attached_instance
|
|
3353
3314
|
*/
|
|
3354
3315
|
widget?: WidgetEnum | BlankEnum | NullEnum | null;
|
|
3355
3316
|
};
|
|
@@ -5414,204 +5375,6 @@ export type OrganizationGroupRequest = {
|
|
|
5414
5375
|
export type OrganizationGroupsRequest = {
|
|
5415
5376
|
organization_groups?: Array<string>;
|
|
5416
5377
|
};
|
|
5417
|
-
export type PaginatedAccessSubnetList = Array<AccessSubnet>;
|
|
5418
|
-
export type PaginatedAdminAnnouncementList = Array<AdminAnnouncement>;
|
|
5419
|
-
export type PaginatedAnswerListList = Array<AnswerList>;
|
|
5420
|
-
export type PaginatedAnswerSubmitList = Array<AnswerSubmit>;
|
|
5421
|
-
export type PaginatedAttachmentList = Array<Attachment>;
|
|
5422
|
-
export type PaginatedAuthTokenList = Array<AuthToken>;
|
|
5423
|
-
export type PaginatedAwsImageList = Array<AwsImage>;
|
|
5424
|
-
export type PaginatedAwsInstanceList = Array<AwsInstance>;
|
|
5425
|
-
export type PaginatedAwsRegionList = Array<AwsRegion>;
|
|
5426
|
-
export type PaginatedAwsSizeList = Array<AwsSize>;
|
|
5427
|
-
export type PaginatedAwsVolumeList = Array<AwsVolume>;
|
|
5428
|
-
export type PaginatedAzureImageList = Array<AzureImage>;
|
|
5429
|
-
export type PaginatedAzureLocationList = Array<AzureLocation>;
|
|
5430
|
-
export type PaginatedAzurePublicIpList = Array<AzurePublicIp>;
|
|
5431
|
-
export type PaginatedAzureResourceGroupList = Array<AzureResourceGroup>;
|
|
5432
|
-
export type PaginatedAzureSizeList = Array<AzureSize>;
|
|
5433
|
-
export type PaginatedAzureSqlDatabaseList = Array<AzureSqlDatabase>;
|
|
5434
|
-
export type PaginatedAzureSqlServerList = Array<AzureSqlServer>;
|
|
5435
|
-
export type PaginatedAzureVirtualMachineList = Array<AzureVirtualMachine>;
|
|
5436
|
-
export type PaginatedBasicCustomerList = Array<BasicCustomer>;
|
|
5437
|
-
export type PaginatedBookingResourceList = Array<BookingResource>;
|
|
5438
|
-
export type PaginatedBroadcastMessageList = Array<BroadcastMessage>;
|
|
5439
|
-
export type PaginatedCallManagingOrganisationList = Array<CallManagingOrganisation>;
|
|
5440
|
-
export type PaginatedCallRoundList = Array<CallRound>;
|
|
5441
|
-
export type PaginatedCampaignList = Array<Campaign>;
|
|
5442
|
-
export type PaginatedCategoryColumnList = Array<CategoryColumn>;
|
|
5443
|
-
export type PaginatedCategoryComponentUsageList = Array<CategoryComponentUsage>;
|
|
5444
|
-
export type PaginatedCategoryComponentsList = Array<CategoryComponents>;
|
|
5445
|
-
export type PaginatedCategoryGroupList = Array<CategoryGroup>;
|
|
5446
|
-
export type PaginatedCategoryHelpArticlesList = Array<CategoryHelpArticles>;
|
|
5447
|
-
export type PaginatedChecklistCategoryList = Array<ChecklistCategory>;
|
|
5448
|
-
export type PaginatedChecklistList = Array<Checklist>;
|
|
5449
|
-
export type PaginatedChecklistQuestionList = Array<ChecklistQuestion>;
|
|
5450
|
-
export type PaginatedCommentList = Array<Comment>;
|
|
5451
|
-
export type PaginatedComponentUsageList = Array<ComponentUsage>;
|
|
5452
|
-
export type PaginatedComponentUserUsageLimitList = Array<ComponentUserUsageLimit>;
|
|
5453
|
-
export type PaginatedComponentUserUsageList = Array<ComponentUserUsage>;
|
|
5454
|
-
export type PaginatedCountStatsList = Array<CountStats>;
|
|
5455
|
-
export type PaginatedCountryList = Array<Country>;
|
|
5456
|
-
export type PaginatedCustomerCreditList = Array<CustomerCredit>;
|
|
5457
|
-
export type PaginatedCustomerEstimatedCostPolicyList = Array<CustomerEstimatedCostPolicy>;
|
|
5458
|
-
export type PaginatedCustomerIndustryFlagStatsList = Array<CustomerIndustryFlagStats>;
|
|
5459
|
-
export type PaginatedCustomerList = Array<Customer>;
|
|
5460
|
-
export type PaginatedCustomerMemberCountList = Array<CustomerMemberCount>;
|
|
5461
|
-
export type PaginatedCustomerOecdCodeStatsList = Array<CustomerOecdCodeStats>;
|
|
5462
|
-
export type PaginatedCustomerPermissionReviewList = Array<CustomerPermissionReview>;
|
|
5463
|
-
export type PaginatedCustomerQuotasList = Array<CustomerQuotas>;
|
|
5464
|
-
export type PaginatedCustomerUserList = Array<CustomerUser>;
|
|
5465
|
-
export type PaginatedDetailedProviderUserList = Array<DetailedProviderUser>;
|
|
5466
|
-
export type PaginatedDigitalOceanDropletList = Array<DigitalOceanDroplet>;
|
|
5467
|
-
export type PaginatedDigitalOceanImageList = Array<DigitalOceanImage>;
|
|
5468
|
-
export type PaginatedDigitalOceanRegionList = Array<DigitalOceanRegion>;
|
|
5469
|
-
export type PaginatedDigitalOceanSizeList = Array<DigitalOceanSize>;
|
|
5470
|
-
export type PaginatedDryRunList = Array<DryRun>;
|
|
5471
|
-
export type PaginatedEmailHookList = Array<EmailHook>;
|
|
5472
|
-
export type PaginatedEmailLogList = Array<EmailLog>;
|
|
5473
|
-
export type PaginatedEventList = Array<Event>;
|
|
5474
|
-
export type PaginatedEventStatsList = Array<EventStats>;
|
|
5475
|
-
export type PaginatedEventSubscriptionList = Array<EventSubscription>;
|
|
5476
|
-
export type PaginatedFeedbackList = Array<Feedback>;
|
|
5477
|
-
export type PaginatedFinancialReportList = Array<FinancialReport>;
|
|
5478
|
-
export type PaginatedFirecrestJobList = Array<FirecrestJob>;
|
|
5479
|
-
export type PaginatedFreeipaProfileList = Array<FreeipaProfile>;
|
|
5480
|
-
export type PaginatedGoogleCredentialsList = Array<GoogleCredentials>;
|
|
5481
|
-
export type PaginatedGroupInvitationList = Array<GroupInvitation>;
|
|
5482
|
-
export type PaginatedIdentityProviderList = Array<IdentityProvider>;
|
|
5483
|
-
export type PaginatedImportableResourceList = Array<ImportableResource>;
|
|
5484
|
-
export type PaginatedIntegrationStatusDetailsList = Array<IntegrationStatusDetails>;
|
|
5485
|
-
export type PaginatedInvitationList = Array<Invitation>;
|
|
5486
|
-
export type PaginatedInvoiceCostList = Array<InvoiceCost>;
|
|
5487
|
-
export type PaginatedInvoiceItemDetailList = Array<InvoiceItemDetail>;
|
|
5488
|
-
export type PaginatedInvoiceItemList = Array<InvoiceItem>;
|
|
5489
|
-
export type PaginatedInvoiceList = Array<Invoice>;
|
|
5490
|
-
export type PaginatedInvoiceStatsOfferingList = Array<InvoiceStatsOffering>;
|
|
5491
|
-
export type PaginatedIssueList = Array<Issue>;
|
|
5492
|
-
export type PaginatedLexisLinkList = Array<LexisLink>;
|
|
5493
|
-
export type PaginatedMarketplaceCategoryList = Array<MarketplaceCategory>;
|
|
5494
|
-
export type PaginatedMarketplaceCustomerStatsList = Array<MarketplaceCustomerStats>;
|
|
5495
|
-
export type PaginatedMessageTemplateList = Array<MessageTemplate>;
|
|
5496
|
-
export type PaginatedMigrationDetailsList = Array<MigrationDetails>;
|
|
5497
|
-
export type PaginatedNameUuidList = Array<NameUuid>;
|
|
5498
|
-
export type PaginatedNestedProjectList = Array<NestedProject>;
|
|
5499
|
-
export type PaginatedNotificationList = Array<Notification>;
|
|
5500
|
-
export type PaginatedNotificationTemplateDetailSerializersList = Array<NotificationTemplateDetailSerializers>;
|
|
5501
|
-
export type PaginatedOfferingComponentStatList = Array<OfferingComponentStat>;
|
|
5502
|
-
export type PaginatedOfferingCountryStatsList = Array<OfferingCountryStats>;
|
|
5503
|
-
export type PaginatedOfferingEstimatedCostPolicyList = Array<OfferingEstimatedCostPolicy>;
|
|
5504
|
-
export type PaginatedOfferingFileList = Array<OfferingFile>;
|
|
5505
|
-
export type PaginatedOfferingList = Array<Offering>;
|
|
5506
|
-
export type PaginatedOfferingPermissionList = Array<OfferingPermission>;
|
|
5507
|
-
export type PaginatedOfferingReferralList = Array<OfferingReferral>;
|
|
5508
|
-
export type PaginatedOfferingStatsCounterList = Array<OfferingStatsCounter>;
|
|
5509
|
-
export type PaginatedOfferingStatsList = Array<OfferingStats>;
|
|
5510
|
-
export type PaginatedOfferingUsagePolicyList = Array<OfferingUsagePolicy>;
|
|
5511
|
-
export type PaginatedOfferingUserList = Array<OfferingUser>;
|
|
5512
|
-
export type PaginatedOfferingUserRoleList = Array<OfferingUserRole>;
|
|
5513
|
-
export type PaginatedOpenStackBackendInstanceList = Array<OpenStackBackendInstance>;
|
|
5514
|
-
export type PaginatedOpenStackBackendVolumesList = Array<OpenStackBackendVolumes>;
|
|
5515
|
-
export type PaginatedOpenStackBackupList = Array<OpenStackBackup>;
|
|
5516
|
-
export type PaginatedOpenStackFlavorList = Array<OpenStackFlavor>;
|
|
5517
|
-
export type PaginatedOpenStackFloatingIpList = Array<OpenStackFloatingIp>;
|
|
5518
|
-
export type PaginatedOpenStackImageList = Array<OpenStackImage>;
|
|
5519
|
-
export type PaginatedOpenStackInstanceAvailabilityZoneList = Array<OpenStackInstanceAvailabilityZone>;
|
|
5520
|
-
export type PaginatedOpenStackInstanceList = Array<OpenStackInstance>;
|
|
5521
|
-
export type PaginatedOpenStackNestedFloatingIpList = Array<OpenStackNestedFloatingIp>;
|
|
5522
|
-
export type PaginatedOpenStackNestedPortList = Array<OpenStackNestedPort>;
|
|
5523
|
-
export type PaginatedOpenStackNetworkList = Array<OpenStackNetwork>;
|
|
5524
|
-
export type PaginatedOpenStackPortList = Array<OpenStackPort>;
|
|
5525
|
-
export type PaginatedOpenStackRouterList = Array<OpenStackRouter>;
|
|
5526
|
-
export type PaginatedOpenStackSecurityGroupList = Array<OpenStackSecurityGroup>;
|
|
5527
|
-
export type PaginatedOpenStackServerGroupList = Array<OpenStackServerGroup>;
|
|
5528
|
-
export type PaginatedOpenStackSnapshotList = Array<OpenStackSnapshot>;
|
|
5529
|
-
export type PaginatedOpenStackSnapshotRestorationList = Array<OpenStackSnapshotRestoration>;
|
|
5530
|
-
export type PaginatedOpenStackSubNetList = Array<OpenStackSubNet>;
|
|
5531
|
-
export type PaginatedOpenStackTenantList = Array<OpenStackTenant>;
|
|
5532
|
-
export type PaginatedOpenStackVolumeAvailabilityZoneList = Array<OpenStackVolumeAvailabilityZone>;
|
|
5533
|
-
export type PaginatedOpenStackVolumeList = Array<OpenStackVolume>;
|
|
5534
|
-
export type PaginatedOpenStackVolumeTypeList = Array<OpenStackVolumeType>;
|
|
5535
|
-
export type PaginatedOrderDetailsList = Array<OrderDetails>;
|
|
5536
|
-
export type PaginatedOrganizationGroupList = Array<OrganizationGroup>;
|
|
5537
|
-
export type PaginatedPaymentList = Array<Payment>;
|
|
5538
|
-
export type PaginatedPaymentProfileList = Array<PaymentProfile>;
|
|
5539
|
-
export type PaginatedPermissionList = Array<Permission>;
|
|
5540
|
-
export type PaginatedPermissionRequestList = Array<PermissionRequest>;
|
|
5541
|
-
export type PaginatedPlanComponentList = Array<PlanComponent>;
|
|
5542
|
-
export type PaginatedPlanUsageResponseList = Array<PlanUsageResponse>;
|
|
5543
|
-
export type PaginatedPriorityList = Array<Priority>;
|
|
5544
|
-
export type PaginatedProjectCreditList = Array<ProjectCredit>;
|
|
5545
|
-
export type PaginatedProjectEstimatedCostPolicyList = Array<ProjectEstimatedCostPolicy>;
|
|
5546
|
-
export type PaginatedProjectList = Array<Project>;
|
|
5547
|
-
export type PaginatedProjectPermissionLogList = Array<ProjectPermissionLog>;
|
|
5548
|
-
export type PaginatedProjectQuotasList = Array<ProjectQuotas>;
|
|
5549
|
-
export type PaginatedProjectTypeList = Array<ProjectType>;
|
|
5550
|
-
export type PaginatedProposalList = Array<Proposal>;
|
|
5551
|
-
export type PaginatedProposalReviewList = Array<ProposalReview>;
|
|
5552
|
-
export type PaginatedProtectedCallList = Array<ProtectedCall>;
|
|
5553
|
-
export type PaginatedProtectedRoundList = Array<ProtectedRound>;
|
|
5554
|
-
export type PaginatedProviderCustomerList = Array<ProviderCustomer>;
|
|
5555
|
-
export type PaginatedProviderCustomerProjectList = Array<ProviderCustomerProject>;
|
|
5556
|
-
export type PaginatedProviderOfferingCostsList = Array<ProviderOfferingCosts>;
|
|
5557
|
-
export type PaginatedProviderOfferingCustomerList = Array<ProviderOfferingCustomer>;
|
|
5558
|
-
export type PaginatedProviderOfferingDetailsList = Array<ProviderOfferingDetails>;
|
|
5559
|
-
export type PaginatedProviderOfferingList = Array<ProviderOffering>;
|
|
5560
|
-
export type PaginatedProviderPlanDetailsList = Array<ProviderPlanDetails>;
|
|
5561
|
-
export type PaginatedProviderRequestedOfferingList = Array<ProviderRequestedOffering>;
|
|
5562
|
-
export type PaginatedProviderRequestedResourceList = Array<ProviderRequestedResource>;
|
|
5563
|
-
export type PaginatedPublicCallList = Array<PublicCall>;
|
|
5564
|
-
export type PaginatedPublicOfferingDetailsList = Array<PublicOfferingDetails>;
|
|
5565
|
-
export type PaginatedRancherApplicationList = Array<RancherApplication>;
|
|
5566
|
-
export type PaginatedRancherCatalogList = Array<RancherCatalog>;
|
|
5567
|
-
export type PaginatedRancherClusterList = Array<RancherCluster>;
|
|
5568
|
-
export type PaginatedRancherClusterTemplateList = Array<RancherClusterTemplate>;
|
|
5569
|
-
export type PaginatedRancherHpaList = Array<RancherHpa>;
|
|
5570
|
-
export type PaginatedRancherIngressList = Array<RancherIngress>;
|
|
5571
|
-
export type PaginatedRancherNamespaceList = Array<RancherNamespace>;
|
|
5572
|
-
export type PaginatedRancherNodeList = Array<RancherNode>;
|
|
5573
|
-
export type PaginatedRancherProjectList = Array<RancherProject>;
|
|
5574
|
-
export type PaginatedRancherServiceList = Array<RancherService>;
|
|
5575
|
-
export type PaginatedRancherTemplateList = Array<RancherTemplate>;
|
|
5576
|
-
export type PaginatedRancherUserList = Array<RancherUser>;
|
|
5577
|
-
export type PaginatedRancherWorkloadList = Array<RancherWorkload>;
|
|
5578
|
-
export type PaginatedRemoteCustomerList = Array<RemoteCustomer>;
|
|
5579
|
-
export type PaginatedRemoteOfferingList = Array<RemoteOffering>;
|
|
5580
|
-
export type PaginatedRemoteProjectUpdateRequestList = Array<RemoteProjectUpdateRequest>;
|
|
5581
|
-
export type PaginatedRemoteSynchronisationList = Array<RemoteSynchronisation>;
|
|
5582
|
-
export type PaginatedRequestedOfferingList = Array<RequestedOffering>;
|
|
5583
|
-
export type PaginatedRequestedResourceList = Array<RequestedResource>;
|
|
5584
|
-
export type PaginatedResourceList = Array<Resource>;
|
|
5585
|
-
export type PaginatedResourceOfferingList = Array<ResourceOffering>;
|
|
5586
|
-
export type PaginatedResourceUserList = Array<ResourceUser>;
|
|
5587
|
-
export type PaginatedRmqUserStatsItemList = Array<RmqUserStatsItem>;
|
|
5588
|
-
export type PaginatedRobotAccountDetailsList = Array<RobotAccountDetails>;
|
|
5589
|
-
export type PaginatedRoleDetailsList = Array<RoleDetails>;
|
|
5590
|
-
export type PaginatedRoundReviewerList = Array<RoundReviewer>;
|
|
5591
|
-
export type PaginatedSaml2ProviderList = Array<Saml2Provider>;
|
|
5592
|
-
export type PaginatedScreenshotList = Array<Screenshot>;
|
|
5593
|
-
export type PaginatedSectionList = Array<Section>;
|
|
5594
|
-
export type PaginatedServiceProviderList = Array<ServiceProvider>;
|
|
5595
|
-
export type PaginatedServiceProviderRevenuesList = Array<ServiceProviderRevenues>;
|
|
5596
|
-
export type PaginatedServiceSettingsList = Array<ServiceSettings>;
|
|
5597
|
-
export type PaginatedSlurmAllocationList = Array<SlurmAllocation>;
|
|
5598
|
-
export type PaginatedSlurmAllocationUserUsageList = Array<SlurmAllocationUserUsage>;
|
|
5599
|
-
export type PaginatedSlurmAssociationList = Array<SlurmAssociation>;
|
|
5600
|
-
export type PaginatedSshKeyList = Array<SshKey>;
|
|
5601
|
-
export type PaginatedSupportUserList = Array<SupportUser>;
|
|
5602
|
-
export type PaginatedTemplateList = Array<Template>;
|
|
5603
|
-
export type PaginatedUserAgreementList = Array<UserAgreement>;
|
|
5604
|
-
export type PaginatedUserList = Array<User>;
|
|
5605
|
-
export type PaginatedUserRoleDetailsList = Array<UserRoleDetails>;
|
|
5606
|
-
export type PaginatedVmwareClusterList = Array<VmwareCluster>;
|
|
5607
|
-
export type PaginatedVmwareDatastoreList = Array<VmwareDatastore>;
|
|
5608
|
-
export type PaginatedVmwareDiskList = Array<VmwareDisk>;
|
|
5609
|
-
export type PaginatedVmwareFolderList = Array<VmwareFolder>;
|
|
5610
|
-
export type PaginatedVmwareNetworkList = Array<VmwareNetwork>;
|
|
5611
|
-
export type PaginatedVmwarePortList = Array<VmwarePort>;
|
|
5612
|
-
export type PaginatedVmwareTemplateList = Array<VmwareTemplate>;
|
|
5613
|
-
export type PaginatedVmwareVirtualMachineList = Array<VmwareVirtualMachine>;
|
|
5614
|
-
export type PaginatedWebHookList = Array<WebHook>;
|
|
5615
5378
|
export type PaidRequest = {
|
|
5616
5379
|
date: string;
|
|
5617
5380
|
proof?: Blob | File;
|
|
@@ -5678,10 +5441,6 @@ export type PatchedCategoryColumnRequest = {
|
|
|
5678
5441
|
attribute?: string;
|
|
5679
5442
|
/**
|
|
5680
5443
|
* Widget field allows to customise table cell rendering.
|
|
5681
|
-
*
|
|
5682
|
-
* * `csv` - csv
|
|
5683
|
-
* * `filesize` - filesize
|
|
5684
|
-
* * `attached_instance` - attached_instance
|
|
5685
5444
|
*/
|
|
5686
5445
|
widget?: WidgetEnum | BlankEnum | NullEnum | null;
|
|
5687
5446
|
category?: string;
|
|
@@ -9224,6 +8983,14 @@ export type WebHookRequest = {
|
|
|
9224
8983
|
};
|
|
9225
8984
|
export type WebhookEventEnum = 'jira:issue_updated' | 'jira:issue_deleted' | 'comment_created' | 'comment_updated' | 'comment_deleted';
|
|
9226
8985
|
export type WidgetEnum = 'csv' | 'filesize' | 'attached_instance';
|
|
8986
|
+
/**
|
|
8987
|
+
* A page number within the paginated result set.
|
|
8988
|
+
*/
|
|
8989
|
+
export type Page = number;
|
|
8990
|
+
/**
|
|
8991
|
+
* Number of results to return per page.
|
|
8992
|
+
*/
|
|
8993
|
+
export type PageSize = number;
|
|
9227
8994
|
export type ApiAuthEduteamsCompleteRetrieveData = {
|
|
9228
8995
|
body?: never;
|
|
9229
8996
|
path?: never;
|
|
@@ -9377,7 +9144,7 @@ export type ApiAuthSaml2ProvidersListData = {
|
|
|
9377
9144
|
url: '/api-auth/saml2/providers/';
|
|
9378
9145
|
};
|
|
9379
9146
|
export type ApiAuthSaml2ProvidersListResponses = {
|
|
9380
|
-
200:
|
|
9147
|
+
200: Array<Saml2Provider>;
|
|
9381
9148
|
};
|
|
9382
9149
|
export type ApiAuthSaml2ProvidersListResponse = ApiAuthSaml2ProvidersListResponses[keyof ApiAuthSaml2ProvidersListResponses];
|
|
9383
9150
|
export type ApiAuthTaraCompleteRetrieveData = {
|
|
@@ -9427,7 +9194,7 @@ export type AccessSubnetsListData = {
|
|
|
9427
9194
|
url: '/api/access-subnets/';
|
|
9428
9195
|
};
|
|
9429
9196
|
export type AccessSubnetsListResponses = {
|
|
9430
|
-
200:
|
|
9197
|
+
200: Array<AccessSubnet>;
|
|
9431
9198
|
};
|
|
9432
9199
|
export type AccessSubnetsListResponse = AccessSubnetsListResponses[keyof AccessSubnetsListResponses];
|
|
9433
9200
|
export type AccessSubnetsCreateData = {
|
|
@@ -9501,16 +9268,7 @@ export type AdminAnnouncementsListData = {
|
|
|
9501
9268
|
/**
|
|
9502
9269
|
* Ordering
|
|
9503
9270
|
*
|
|
9504
|
-
*
|
|
9505
|
-
* * `-created` - Created (descending)
|
|
9506
|
-
* * `name` - Name
|
|
9507
|
-
* * `-name` - Name (descending)
|
|
9508
|
-
* * `type` - Type
|
|
9509
|
-
* * `-type` - Type (descending)
|
|
9510
|
-
* * `active_from` - Active from
|
|
9511
|
-
* * `-active_from` - Active from (descending)
|
|
9512
|
-
* * `active_to` - Active to
|
|
9513
|
-
* * `-active_to` - Active to (descending)
|
|
9271
|
+
*
|
|
9514
9272
|
*/
|
|
9515
9273
|
o?: Array<'-active_from' | '-active_to' | '-created' | '-name' | '-type' | 'active_from' | 'active_to' | 'created' | 'name' | 'type'>;
|
|
9516
9274
|
/**
|
|
@@ -9521,17 +9279,12 @@ export type AdminAnnouncementsListData = {
|
|
|
9521
9279
|
* Number of results to return per page.
|
|
9522
9280
|
*/
|
|
9523
9281
|
page_size?: number;
|
|
9524
|
-
/**
|
|
9525
|
-
* * `information` - Information
|
|
9526
|
-
* * `warning` - Warning
|
|
9527
|
-
* * `danger` - Danger
|
|
9528
|
-
*/
|
|
9529
9282
|
type?: Array<'danger' | 'information' | 'warning'>;
|
|
9530
9283
|
};
|
|
9531
9284
|
url: '/api/admin-announcements/';
|
|
9532
9285
|
};
|
|
9533
9286
|
export type AdminAnnouncementsListResponses = {
|
|
9534
|
-
200:
|
|
9287
|
+
200: Array<AdminAnnouncement>;
|
|
9535
9288
|
};
|
|
9536
9289
|
export type AdminAnnouncementsListResponse = AdminAnnouncementsListResponses[keyof AdminAnnouncementsListResponses];
|
|
9537
9290
|
export type AdminAnnouncementsCreateData = {
|
|
@@ -9613,7 +9366,7 @@ export type AuthTokensListData = {
|
|
|
9613
9366
|
url: '/api/auth-tokens/';
|
|
9614
9367
|
};
|
|
9615
9368
|
export type AuthTokensListResponses = {
|
|
9616
|
-
200:
|
|
9369
|
+
200: Array<AuthToken>;
|
|
9617
9370
|
};
|
|
9618
9371
|
export type AuthTokensListResponse = AuthTokensListResponses[keyof AuthTokensListResponses];
|
|
9619
9372
|
export type AuthTokensDestroyData = {
|
|
@@ -9682,7 +9435,7 @@ export type AwsImagesListData = {
|
|
|
9682
9435
|
url: '/api/aws-images/';
|
|
9683
9436
|
};
|
|
9684
9437
|
export type AwsImagesListResponses = {
|
|
9685
|
-
200:
|
|
9438
|
+
200: Array<AwsImage>;
|
|
9686
9439
|
};
|
|
9687
9440
|
export type AwsImagesListResponse = AwsImagesListResponses[keyof AwsImagesListResponses];
|
|
9688
9441
|
export type AwsImagesRetrieveData = {
|
|
@@ -9725,23 +9478,13 @@ export type AwsInstancesListData = {
|
|
|
9725
9478
|
project_uuid?: string;
|
|
9726
9479
|
service_settings_name?: string;
|
|
9727
9480
|
service_settings_uuid?: string;
|
|
9728
|
-
/**
|
|
9729
|
-
* * `CREATION_SCHEDULED` - CREATION_SCHEDULED
|
|
9730
|
-
* * `CREATING` - CREATING
|
|
9731
|
-
* * `UPDATE_SCHEDULED` - UPDATE_SCHEDULED
|
|
9732
|
-
* * `UPDATING` - UPDATING
|
|
9733
|
-
* * `DELETION_SCHEDULED` - DELETION_SCHEDULED
|
|
9734
|
-
* * `DELETING` - DELETING
|
|
9735
|
-
* * `OK` - OK
|
|
9736
|
-
* * `ERRED` - ERRED
|
|
9737
|
-
*/
|
|
9738
9481
|
state?: Array<'CREATING' | 'CREATION_SCHEDULED' | 'DELETING' | 'DELETION_SCHEDULED' | 'ERRED' | 'OK' | 'UPDATE_SCHEDULED' | 'UPDATING'>;
|
|
9739
9482
|
uuid?: string;
|
|
9740
9483
|
};
|
|
9741
9484
|
url: '/api/aws-instances/';
|
|
9742
9485
|
};
|
|
9743
9486
|
export type AwsInstancesListResponses = {
|
|
9744
|
-
200:
|
|
9487
|
+
200: Array<AwsInstance>;
|
|
9745
9488
|
};
|
|
9746
9489
|
export type AwsInstancesListResponse = AwsInstancesListResponses[keyof AwsInstancesListResponses];
|
|
9747
9490
|
export type AwsInstancesCreateData = {
|
|
@@ -9907,7 +9650,7 @@ export type AwsRegionsListData = {
|
|
|
9907
9650
|
url: '/api/aws-regions/';
|
|
9908
9651
|
};
|
|
9909
9652
|
export type AwsRegionsListResponses = {
|
|
9910
|
-
200:
|
|
9653
|
+
200: Array<AwsRegion>;
|
|
9911
9654
|
};
|
|
9912
9655
|
export type AwsRegionsListResponse = AwsRegionsListResponses[keyof AwsRegionsListResponses];
|
|
9913
9656
|
export type AwsRegionsRetrieveData = {
|
|
@@ -9941,7 +9684,7 @@ export type AwsSizesListData = {
|
|
|
9941
9684
|
url: '/api/aws-sizes/';
|
|
9942
9685
|
};
|
|
9943
9686
|
export type AwsSizesListResponses = {
|
|
9944
|
-
200:
|
|
9687
|
+
200: Array<AwsSize>;
|
|
9945
9688
|
};
|
|
9946
9689
|
export type AwsSizesListResponse = AwsSizesListResponses[keyof AwsSizesListResponses];
|
|
9947
9690
|
export type AwsSizesRetrieveData = {
|
|
@@ -9973,7 +9716,7 @@ export type AwsVolumesListData = {
|
|
|
9973
9716
|
url: '/api/aws-volumes/';
|
|
9974
9717
|
};
|
|
9975
9718
|
export type AwsVolumesListResponses = {
|
|
9976
|
-
200:
|
|
9719
|
+
200: Array<AwsVolume>;
|
|
9977
9720
|
};
|
|
9978
9721
|
export type AwsVolumesListResponse = AwsVolumesListResponses[keyof AwsVolumesListResponses];
|
|
9979
9722
|
export type AwsVolumesCreateData = {
|
|
@@ -10115,7 +9858,7 @@ export type AzureImagesListData = {
|
|
|
10115
9858
|
url: '/api/azure-images/';
|
|
10116
9859
|
};
|
|
10117
9860
|
export type AzureImagesListResponses = {
|
|
10118
|
-
200:
|
|
9861
|
+
200: Array<AzureImage>;
|
|
10119
9862
|
};
|
|
10120
9863
|
export type AzureImagesListResponse = AzureImagesListResponses[keyof AzureImagesListResponses];
|
|
10121
9864
|
export type AzureImagesRetrieveData = {
|
|
@@ -10151,7 +9894,7 @@ export type AzureLocationsListData = {
|
|
|
10151
9894
|
url: '/api/azure-locations/';
|
|
10152
9895
|
};
|
|
10153
9896
|
export type AzureLocationsListResponses = {
|
|
10154
|
-
200:
|
|
9897
|
+
200: Array<AzureLocation>;
|
|
10155
9898
|
};
|
|
10156
9899
|
export type AzureLocationsListResponse = AzureLocationsListResponses[keyof AzureLocationsListResponses];
|
|
10157
9900
|
export type AzureLocationsRetrieveData = {
|
|
@@ -10196,23 +9939,13 @@ export type AzurePublicIpsListData = {
|
|
|
10196
9939
|
resource_group_uuid?: string;
|
|
10197
9940
|
service_settings_name?: string;
|
|
10198
9941
|
service_settings_uuid?: string;
|
|
10199
|
-
/**
|
|
10200
|
-
* * `CREATION_SCHEDULED` - CREATION_SCHEDULED
|
|
10201
|
-
* * `CREATING` - CREATING
|
|
10202
|
-
* * `UPDATE_SCHEDULED` - UPDATE_SCHEDULED
|
|
10203
|
-
* * `UPDATING` - UPDATING
|
|
10204
|
-
* * `DELETION_SCHEDULED` - DELETION_SCHEDULED
|
|
10205
|
-
* * `DELETING` - DELETING
|
|
10206
|
-
* * `OK` - OK
|
|
10207
|
-
* * `ERRED` - ERRED
|
|
10208
|
-
*/
|
|
10209
9942
|
state?: Array<'CREATING' | 'CREATION_SCHEDULED' | 'DELETING' | 'DELETION_SCHEDULED' | 'ERRED' | 'OK' | 'UPDATE_SCHEDULED' | 'UPDATING'>;
|
|
10210
9943
|
uuid?: string;
|
|
10211
9944
|
};
|
|
10212
9945
|
url: '/api/azure-public-ips/';
|
|
10213
9946
|
};
|
|
10214
9947
|
export type AzurePublicIpsListResponses = {
|
|
10215
|
-
200:
|
|
9948
|
+
200: Array<AzurePublicIp>;
|
|
10216
9949
|
};
|
|
10217
9950
|
export type AzurePublicIpsListResponse = AzurePublicIpsListResponses[keyof AzurePublicIpsListResponses];
|
|
10218
9951
|
export type AzurePublicIpsCreateData = {
|
|
@@ -10323,7 +10056,7 @@ export type AzureResourceGroupsListData = {
|
|
|
10323
10056
|
url: '/api/azure-resource-groups/';
|
|
10324
10057
|
};
|
|
10325
10058
|
export type AzureResourceGroupsListResponses = {
|
|
10326
|
-
200:
|
|
10059
|
+
200: Array<AzureResourceGroup>;
|
|
10327
10060
|
};
|
|
10328
10061
|
export type AzureResourceGroupsListResponse = AzureResourceGroupsListResponses[keyof AzureResourceGroupsListResponses];
|
|
10329
10062
|
export type AzureResourceGroupsRetrieveData = {
|
|
@@ -10363,7 +10096,7 @@ export type AzureSizesListData = {
|
|
|
10363
10096
|
url: '/api/azure-sizes/';
|
|
10364
10097
|
};
|
|
10365
10098
|
export type AzureSizesListResponses = {
|
|
10366
|
-
200:
|
|
10099
|
+
200: Array<AzureSize>;
|
|
10367
10100
|
};
|
|
10368
10101
|
export type AzureSizesListResponse = AzureSizesListResponses[keyof AzureSizesListResponses];
|
|
10369
10102
|
export type AzureSizesRetrieveData = {
|
|
@@ -10410,23 +10143,13 @@ export type AzureSqlDatabasesListData = {
|
|
|
10410
10143
|
server_uuid?: string;
|
|
10411
10144
|
service_settings_name?: string;
|
|
10412
10145
|
service_settings_uuid?: string;
|
|
10413
|
-
/**
|
|
10414
|
-
* * `CREATION_SCHEDULED` - CREATION_SCHEDULED
|
|
10415
|
-
* * `CREATING` - CREATING
|
|
10416
|
-
* * `UPDATE_SCHEDULED` - UPDATE_SCHEDULED
|
|
10417
|
-
* * `UPDATING` - UPDATING
|
|
10418
|
-
* * `DELETION_SCHEDULED` - DELETION_SCHEDULED
|
|
10419
|
-
* * `DELETING` - DELETING
|
|
10420
|
-
* * `OK` - OK
|
|
10421
|
-
* * `ERRED` - ERRED
|
|
10422
|
-
*/
|
|
10423
10146
|
state?: Array<'CREATING' | 'CREATION_SCHEDULED' | 'DELETING' | 'DELETION_SCHEDULED' | 'ERRED' | 'OK' | 'UPDATE_SCHEDULED' | 'UPDATING'>;
|
|
10424
10147
|
uuid?: string;
|
|
10425
10148
|
};
|
|
10426
10149
|
url: '/api/azure-sql-databases/';
|
|
10427
10150
|
};
|
|
10428
10151
|
export type AzureSqlDatabasesListResponses = {
|
|
10429
|
-
200:
|
|
10152
|
+
200: Array<AzureSqlDatabase>;
|
|
10430
10153
|
};
|
|
10431
10154
|
export type AzureSqlDatabasesListResponse = AzureSqlDatabasesListResponses[keyof AzureSqlDatabasesListResponses];
|
|
10432
10155
|
export type AzureSqlDatabasesCreateData = {
|
|
@@ -10550,23 +10273,13 @@ export type AzureSqlServersListData = {
|
|
|
10550
10273
|
resource_group_uuid?: string;
|
|
10551
10274
|
service_settings_name?: string;
|
|
10552
10275
|
service_settings_uuid?: string;
|
|
10553
|
-
/**
|
|
10554
|
-
* * `CREATION_SCHEDULED` - CREATION_SCHEDULED
|
|
10555
|
-
* * `CREATING` - CREATING
|
|
10556
|
-
* * `UPDATE_SCHEDULED` - UPDATE_SCHEDULED
|
|
10557
|
-
* * `UPDATING` - UPDATING
|
|
10558
|
-
* * `DELETION_SCHEDULED` - DELETION_SCHEDULED
|
|
10559
|
-
* * `DELETING` - DELETING
|
|
10560
|
-
* * `OK` - OK
|
|
10561
|
-
* * `ERRED` - ERRED
|
|
10562
|
-
*/
|
|
10563
10276
|
state?: Array<'CREATING' | 'CREATION_SCHEDULED' | 'DELETING' | 'DELETION_SCHEDULED' | 'ERRED' | 'OK' | 'UPDATE_SCHEDULED' | 'UPDATING'>;
|
|
10564
10277
|
uuid?: string;
|
|
10565
10278
|
};
|
|
10566
10279
|
url: '/api/azure-sql-servers/';
|
|
10567
10280
|
};
|
|
10568
10281
|
export type AzureSqlServersListResponses = {
|
|
10569
|
-
200:
|
|
10282
|
+
200: Array<AzureSqlServer>;
|
|
10570
10283
|
};
|
|
10571
10284
|
export type AzureSqlServersListResponse = AzureSqlServersListResponses[keyof AzureSqlServersListResponses];
|
|
10572
10285
|
export type AzureSqlServersCreateData = {
|
|
@@ -10702,23 +10415,13 @@ export type AzureVirtualmachinesListData = {
|
|
|
10702
10415
|
resource_group_uuid?: string;
|
|
10703
10416
|
service_settings_name?: string;
|
|
10704
10417
|
service_settings_uuid?: string;
|
|
10705
|
-
/**
|
|
10706
|
-
* * `CREATION_SCHEDULED` - CREATION_SCHEDULED
|
|
10707
|
-
* * `CREATING` - CREATING
|
|
10708
|
-
* * `UPDATE_SCHEDULED` - UPDATE_SCHEDULED
|
|
10709
|
-
* * `UPDATING` - UPDATING
|
|
10710
|
-
* * `DELETION_SCHEDULED` - DELETION_SCHEDULED
|
|
10711
|
-
* * `DELETING` - DELETING
|
|
10712
|
-
* * `OK` - OK
|
|
10713
|
-
* * `ERRED` - ERRED
|
|
10714
|
-
*/
|
|
10715
10418
|
state?: Array<'CREATING' | 'CREATION_SCHEDULED' | 'DELETING' | 'DELETION_SCHEDULED' | 'ERRED' | 'OK' | 'UPDATE_SCHEDULED' | 'UPDATING'>;
|
|
10716
10419
|
uuid?: string;
|
|
10717
10420
|
};
|
|
10718
10421
|
url: '/api/azure-virtualmachines/';
|
|
10719
10422
|
};
|
|
10720
10423
|
export type AzureVirtualmachinesListResponses = {
|
|
10721
|
-
200:
|
|
10424
|
+
200: Array<AzureVirtualMachine>;
|
|
10722
10425
|
};
|
|
10723
10426
|
export type AzureVirtualmachinesListResponse = AzureVirtualmachinesListResponses[keyof AzureVirtualmachinesListResponses];
|
|
10724
10427
|
export type AzureVirtualmachinesCreateData = {
|
|
@@ -10887,7 +10590,7 @@ export type BookingOfferingsListData = {
|
|
|
10887
10590
|
url: '/api/booking-offerings/';
|
|
10888
10591
|
};
|
|
10889
10592
|
export type BookingOfferingsListResponses = {
|
|
10890
|
-
200:
|
|
10593
|
+
200: Array<Offering>;
|
|
10891
10594
|
};
|
|
10892
10595
|
export type BookingOfferingsListResponse = BookingOfferingsListResponses[keyof BookingOfferingsListResponses];
|
|
10893
10596
|
export type BookingOfferingsRetrieveData = {
|
|
@@ -10977,14 +10680,7 @@ export type BookingResourcesListData = {
|
|
|
10977
10680
|
/**
|
|
10978
10681
|
* Ordering
|
|
10979
10682
|
*
|
|
10980
|
-
*
|
|
10981
|
-
* * `-name` - Name (descending)
|
|
10982
|
-
* * `created` - Created
|
|
10983
|
-
* * `-created` - Created (descending)
|
|
10984
|
-
* * `type` - Type
|
|
10985
|
-
* * `-type` - Type (descending)
|
|
10986
|
-
* * `schedules` - Schedules
|
|
10987
|
-
* * `-schedules` - Schedules (descending)
|
|
10683
|
+
*
|
|
10988
10684
|
*/
|
|
10989
10685
|
o?: Array<'-created' | '-name' | '-schedules' | '-type' | 'created' | 'name' | 'schedules' | 'type'>;
|
|
10990
10686
|
offering?: string;
|
|
@@ -11017,14 +10713,6 @@ export type BookingResourcesListData = {
|
|
|
11017
10713
|
* Service Manager UUID
|
|
11018
10714
|
*/
|
|
11019
10715
|
service_manager_uuid?: string;
|
|
11020
|
-
/**
|
|
11021
|
-
* * `Creating` - Creating
|
|
11022
|
-
* * `OK` - OK
|
|
11023
|
-
* * `Erred` - Erred
|
|
11024
|
-
* * `Updating` - Updating
|
|
11025
|
-
* * `Terminating` - Terminating
|
|
11026
|
-
* * `Terminated` - Terminated
|
|
11027
|
-
*/
|
|
11028
10716
|
state?: Array<'Creating' | 'Erred' | 'OK' | 'Terminated' | 'Terminating' | 'Updating'>;
|
|
11029
10717
|
/**
|
|
11030
10718
|
* Visible to username
|
|
@@ -11034,7 +10722,7 @@ export type BookingResourcesListData = {
|
|
|
11034
10722
|
url: '/api/booking-resources/';
|
|
11035
10723
|
};
|
|
11036
10724
|
export type BookingResourcesListResponses = {
|
|
11037
|
-
200:
|
|
10725
|
+
200: Array<BookingResource>;
|
|
11038
10726
|
};
|
|
11039
10727
|
export type BookingResourcesListResponse = BookingResourcesListResponses[keyof BookingResourcesListResponses];
|
|
11040
10728
|
export type BookingResourcesRetrieveData = {
|
|
@@ -11096,7 +10784,7 @@ export type BroadcastMessageTemplatesListData = {
|
|
|
11096
10784
|
url: '/api/broadcast-message-templates/';
|
|
11097
10785
|
};
|
|
11098
10786
|
export type BroadcastMessageTemplatesListResponses = {
|
|
11099
|
-
200:
|
|
10787
|
+
200: Array<MessageTemplate>;
|
|
11100
10788
|
};
|
|
11101
10789
|
export type BroadcastMessageTemplatesListResponse = BroadcastMessageTemplatesListResponses[keyof BroadcastMessageTemplatesListResponses];
|
|
11102
10790
|
export type BroadcastMessageTemplatesCreateData = {
|
|
@@ -11168,12 +10856,7 @@ export type BroadcastMessagesListData = {
|
|
|
11168
10856
|
/**
|
|
11169
10857
|
* Ordering
|
|
11170
10858
|
*
|
|
11171
|
-
*
|
|
11172
|
-
* * `-created` - Created (descending)
|
|
11173
|
-
* * `subject` - Subject
|
|
11174
|
-
* * `-subject` - Subject (descending)
|
|
11175
|
-
* * `author_full_name` - Author full name
|
|
11176
|
-
* * `-author_full_name` - Author full name (descending)
|
|
10859
|
+
*
|
|
11177
10860
|
*/
|
|
11178
10861
|
o?: Array<'-author_full_name' | '-created' | '-subject' | 'author_full_name' | 'created' | 'subject'>;
|
|
11179
10862
|
/**
|
|
@@ -11184,18 +10867,13 @@ export type BroadcastMessagesListData = {
|
|
|
11184
10867
|
* Number of results to return per page.
|
|
11185
10868
|
*/
|
|
11186
10869
|
page_size?: number;
|
|
11187
|
-
/**
|
|
11188
|
-
* * `DRAFT` - Draft
|
|
11189
|
-
* * `SCHEDULED` - Scheduled
|
|
11190
|
-
* * `SENT` - Sent
|
|
11191
|
-
*/
|
|
11192
10870
|
state?: 'DRAFT' | 'SCHEDULED' | 'SENT';
|
|
11193
10871
|
subject?: string;
|
|
11194
10872
|
};
|
|
11195
10873
|
url: '/api/broadcast-messages/';
|
|
11196
10874
|
};
|
|
11197
10875
|
export type BroadcastMessagesListResponses = {
|
|
11198
|
-
200:
|
|
10876
|
+
200: Array<BroadcastMessage>;
|
|
11199
10877
|
};
|
|
11200
10878
|
export type BroadcastMessagesListResponse = BroadcastMessagesListResponses[keyof BroadcastMessagesListResponses];
|
|
11201
10879
|
export type BroadcastMessagesCreateData = {
|
|
@@ -11297,8 +10975,7 @@ export type CallManagingOrganisationsListData = {
|
|
|
11297
10975
|
/**
|
|
11298
10976
|
* Ordering
|
|
11299
10977
|
*
|
|
11300
|
-
*
|
|
11301
|
-
* * `-customer_name` - Customer name (descending)
|
|
10978
|
+
*
|
|
11302
10979
|
*/
|
|
11303
10980
|
o?: Array<'-customer_name' | 'customer_name'>;
|
|
11304
10981
|
/**
|
|
@@ -11313,7 +10990,7 @@ export type CallManagingOrganisationsListData = {
|
|
|
11313
10990
|
url: '/api/call-managing-organisations/';
|
|
11314
10991
|
};
|
|
11315
10992
|
export type CallManagingOrganisationsListResponses = {
|
|
11316
|
-
200:
|
|
10993
|
+
200: Array<CallManagingOrganisation>;
|
|
11317
10994
|
};
|
|
11318
10995
|
export type CallManagingOrganisationsListResponse = CallManagingOrganisationsListResponses[keyof CallManagingOrganisationsListResponses];
|
|
11319
10996
|
export type CallManagingOrganisationsCreateData = {
|
|
@@ -11466,7 +11143,7 @@ export type CallManagingOrganisationsListUsersListData = {
|
|
|
11466
11143
|
url: '/api/call-managing-organisations/{uuid}/list_users/';
|
|
11467
11144
|
};
|
|
11468
11145
|
export type CallManagingOrganisationsListUsersListResponses = {
|
|
11469
|
-
200:
|
|
11146
|
+
200: Array<UserRoleDetails>;
|
|
11470
11147
|
};
|
|
11471
11148
|
export type CallManagingOrganisationsListUsersListResponse = CallManagingOrganisationsListUsersListResponses[keyof CallManagingOrganisationsListUsersListResponses];
|
|
11472
11149
|
export type CallManagingOrganisationsStatsRetrieveData = {
|
|
@@ -11511,7 +11188,7 @@ export type CallRoundsListData = {
|
|
|
11511
11188
|
url: '/api/call-rounds/';
|
|
11512
11189
|
};
|
|
11513
11190
|
export type CallRoundsListResponses = {
|
|
11514
|
-
200:
|
|
11191
|
+
200: Array<CallRound>;
|
|
11515
11192
|
};
|
|
11516
11193
|
export type CallRoundsListResponse = CallRoundsListResponses[keyof CallRoundsListResponses];
|
|
11517
11194
|
export type CallRoundsRetrieveData = {
|
|
@@ -11544,7 +11221,7 @@ export type CallRoundsReviewersListData = {
|
|
|
11544
11221
|
url: '/api/call-rounds/{uuid}/reviewers/';
|
|
11545
11222
|
};
|
|
11546
11223
|
export type CallRoundsReviewersListResponses = {
|
|
11547
|
-
200:
|
|
11224
|
+
200: Array<RoundReviewer>;
|
|
11548
11225
|
};
|
|
11549
11226
|
export type CallRoundsReviewersListResponse = CallRoundsReviewersListResponses[keyof CallRoundsReviewersListResponses];
|
|
11550
11227
|
export type CeleryStatsRetrieveData = {
|
|
@@ -11583,7 +11260,7 @@ export type ComponentUserUsageLimitsListData = {
|
|
|
11583
11260
|
url: '/api/component-user-usage-limits/';
|
|
11584
11261
|
};
|
|
11585
11262
|
export type ComponentUserUsageLimitsListResponses = {
|
|
11586
|
-
200:
|
|
11263
|
+
200: Array<ComponentUserUsageLimit>;
|
|
11587
11264
|
};
|
|
11588
11265
|
export type ComponentUserUsageLimitsListResponse = ComponentUserUsageLimitsListResponses[keyof ComponentUserUsageLimitsListResponses];
|
|
11589
11266
|
export type ComponentUserUsageLimitsCreateData = {
|
|
@@ -11667,14 +11344,7 @@ export type CustomerCreditsListData = {
|
|
|
11667
11344
|
/**
|
|
11668
11345
|
* Ordering
|
|
11669
11346
|
*
|
|
11670
|
-
*
|
|
11671
|
-
* * `-customer_name` - Customer name (descending)
|
|
11672
|
-
* * `value` - Value
|
|
11673
|
-
* * `-value` - Value (descending)
|
|
11674
|
-
* * `end_date` - End date
|
|
11675
|
-
* * `-end_date` - End date (descending)
|
|
11676
|
-
* * `expected_consumption` - Expected consumption
|
|
11677
|
-
* * `-expected_consumption` - Expected consumption (descending)
|
|
11347
|
+
*
|
|
11678
11348
|
*/
|
|
11679
11349
|
o?: Array<'-customer_name' | '-end_date' | '-expected_consumption' | '-value' | 'customer_name' | 'end_date' | 'expected_consumption' | 'value'>;
|
|
11680
11350
|
/**
|
|
@@ -11689,7 +11359,7 @@ export type CustomerCreditsListData = {
|
|
|
11689
11359
|
url: '/api/customer-credits/';
|
|
11690
11360
|
};
|
|
11691
11361
|
export type CustomerCreditsListResponses = {
|
|
11692
|
-
200:
|
|
11362
|
+
200: Array<CustomerCredit>;
|
|
11693
11363
|
};
|
|
11694
11364
|
export type CustomerCreditsListResponse = CustomerCreditsListResponses[keyof CustomerCreditsListResponses];
|
|
11695
11365
|
export type CustomerCreditsCreateData = {
|
|
@@ -11786,10 +11456,7 @@ export type CustomerPermissionsReviewsListData = {
|
|
|
11786
11456
|
/**
|
|
11787
11457
|
* Ordering
|
|
11788
11458
|
*
|
|
11789
|
-
*
|
|
11790
|
-
* * `-created` - Created (descending)
|
|
11791
|
-
* * `closed` - Closed
|
|
11792
|
-
* * `-closed` - Closed (descending)
|
|
11459
|
+
*
|
|
11793
11460
|
*/
|
|
11794
11461
|
o?: Array<'-closed' | '-created' | 'closed' | 'created'>;
|
|
11795
11462
|
/**
|
|
@@ -11805,7 +11472,7 @@ export type CustomerPermissionsReviewsListData = {
|
|
|
11805
11472
|
url: '/api/customer-permissions-reviews/';
|
|
11806
11473
|
};
|
|
11807
11474
|
export type CustomerPermissionsReviewsListResponses = {
|
|
11808
|
-
200:
|
|
11475
|
+
200: Array<CustomerPermissionReview>;
|
|
11809
11476
|
};
|
|
11810
11477
|
export type CustomerPermissionsReviewsListResponse = CustomerPermissionsReviewsListResponses[keyof CustomerPermissionsReviewsListResponses];
|
|
11811
11478
|
export type CustomerPermissionsReviewsRetrieveData = {
|
|
@@ -11850,7 +11517,7 @@ export type CustomerQuotasListData = {
|
|
|
11850
11517
|
url: '/api/customer-quotas/';
|
|
11851
11518
|
};
|
|
11852
11519
|
export type CustomerQuotasListResponses = {
|
|
11853
|
-
200:
|
|
11520
|
+
200: Array<CustomerQuotas>;
|
|
11854
11521
|
};
|
|
11855
11522
|
export type CustomerQuotasListResponse = CustomerQuotasListResponses[keyof CustomerQuotasListResponses];
|
|
11856
11523
|
export type CustomersListData = {
|
|
@@ -11889,7 +11556,7 @@ export type CustomersListData = {
|
|
|
11889
11556
|
url: '/api/customers/';
|
|
11890
11557
|
};
|
|
11891
11558
|
export type CustomersListResponses = {
|
|
11892
|
-
200:
|
|
11559
|
+
200: Array<Customer>;
|
|
11893
11560
|
};
|
|
11894
11561
|
export type CustomersListResponse = CustomersListResponses[keyof CustomersListResponses];
|
|
11895
11562
|
export type CustomersCreateData = {
|
|
@@ -12092,7 +11759,7 @@ export type CustomersListUsersListData = {
|
|
|
12092
11759
|
url: '/api/customers/{uuid}/list_users/';
|
|
12093
11760
|
};
|
|
12094
11761
|
export type CustomersListUsersListResponses = {
|
|
12095
|
-
200:
|
|
11762
|
+
200: Array<UserRoleDetails>;
|
|
12096
11763
|
};
|
|
12097
11764
|
export type CustomersListUsersListResponse = CustomersListUsersListResponses[keyof CustomersListUsersListResponses];
|
|
12098
11765
|
export type CustomersStatsRetrieveData = {
|
|
@@ -12169,7 +11836,7 @@ export type CustomersUsersListData = {
|
|
|
12169
11836
|
url: '/api/customers/{uuid}/users/';
|
|
12170
11837
|
};
|
|
12171
11838
|
export type CustomersUsersListResponses = {
|
|
12172
|
-
200:
|
|
11839
|
+
200: Array<CustomerUser>;
|
|
12173
11840
|
};
|
|
12174
11841
|
export type CustomersUsersListResponse = CustomersUsersListResponses[keyof CustomersUsersListResponses];
|
|
12175
11842
|
export type CustomersCountriesListData = {
|
|
@@ -12207,7 +11874,7 @@ export type CustomersCountriesListData = {
|
|
|
12207
11874
|
url: '/api/customers/countries/';
|
|
12208
11875
|
};
|
|
12209
11876
|
export type CustomersCountriesListResponses = {
|
|
12210
|
-
200:
|
|
11877
|
+
200: Array<Country>;
|
|
12211
11878
|
};
|
|
12212
11879
|
export type CustomersCountriesListResponse = CustomersCountriesListResponses[keyof CustomersCountriesListResponses];
|
|
12213
11880
|
export type DailyQuotasRetrieveData = {
|
|
@@ -12277,23 +11944,13 @@ export type DigitaloceanDropletsListData = {
|
|
|
12277
11944
|
project_uuid?: string;
|
|
12278
11945
|
service_settings_name?: string;
|
|
12279
11946
|
service_settings_uuid?: string;
|
|
12280
|
-
/**
|
|
12281
|
-
* * `CREATION_SCHEDULED` - CREATION_SCHEDULED
|
|
12282
|
-
* * `CREATING` - CREATING
|
|
12283
|
-
* * `UPDATE_SCHEDULED` - UPDATE_SCHEDULED
|
|
12284
|
-
* * `UPDATING` - UPDATING
|
|
12285
|
-
* * `DELETION_SCHEDULED` - DELETION_SCHEDULED
|
|
12286
|
-
* * `DELETING` - DELETING
|
|
12287
|
-
* * `OK` - OK
|
|
12288
|
-
* * `ERRED` - ERRED
|
|
12289
|
-
*/
|
|
12290
11947
|
state?: Array<'CREATING' | 'CREATION_SCHEDULED' | 'DELETING' | 'DELETION_SCHEDULED' | 'ERRED' | 'OK' | 'UPDATE_SCHEDULED' | 'UPDATING'>;
|
|
12291
11948
|
uuid?: string;
|
|
12292
11949
|
};
|
|
12293
11950
|
url: '/api/digitalocean-droplets/';
|
|
12294
11951
|
};
|
|
12295
11952
|
export type DigitaloceanDropletsListResponses = {
|
|
12296
|
-
200:
|
|
11953
|
+
200: Array<DigitalOceanDroplet>;
|
|
12297
11954
|
};
|
|
12298
11955
|
export type DigitaloceanDropletsListResponse = DigitaloceanDropletsListResponses[keyof DigitaloceanDropletsListResponses];
|
|
12299
11956
|
export type DigitaloceanDropletsCreateData = {
|
|
@@ -12451,10 +12108,7 @@ export type DigitaloceanImagesListData = {
|
|
|
12451
12108
|
/**
|
|
12452
12109
|
* Ordering
|
|
12453
12110
|
*
|
|
12454
|
-
*
|
|
12455
|
-
* * `-distribution` - Distribution (descending)
|
|
12456
|
-
* * `type` - Type
|
|
12457
|
-
* * `-type` - Type (descending)
|
|
12111
|
+
*
|
|
12458
12112
|
*/
|
|
12459
12113
|
o?: Array<'-distribution' | '-type' | 'distribution' | 'type'>;
|
|
12460
12114
|
/**
|
|
@@ -12470,7 +12124,7 @@ export type DigitaloceanImagesListData = {
|
|
|
12470
12124
|
url: '/api/digitalocean-images/';
|
|
12471
12125
|
};
|
|
12472
12126
|
export type DigitaloceanImagesListResponses = {
|
|
12473
|
-
200:
|
|
12127
|
+
200: Array<DigitalOceanImage>;
|
|
12474
12128
|
};
|
|
12475
12129
|
export type DigitaloceanImagesListResponse = DigitaloceanImagesListResponses[keyof DigitaloceanImagesListResponses];
|
|
12476
12130
|
export type DigitaloceanImagesRetrieveData = {
|
|
@@ -12503,7 +12157,7 @@ export type DigitaloceanRegionsListData = {
|
|
|
12503
12157
|
url: '/api/digitalocean-regions/';
|
|
12504
12158
|
};
|
|
12505
12159
|
export type DigitaloceanRegionsListResponses = {
|
|
12506
|
-
200:
|
|
12160
|
+
200: Array<DigitalOceanRegion>;
|
|
12507
12161
|
};
|
|
12508
12162
|
export type DigitaloceanRegionsListResponse = DigitaloceanRegionsListResponses[keyof DigitaloceanRegionsListResponses];
|
|
12509
12163
|
export type DigitaloceanRegionsRetrieveData = {
|
|
@@ -12539,7 +12193,7 @@ export type DigitaloceanSizesListData = {
|
|
|
12539
12193
|
url: '/api/digitalocean-sizes/';
|
|
12540
12194
|
};
|
|
12541
12195
|
export type DigitaloceanSizesListResponses = {
|
|
12542
|
-
200:
|
|
12196
|
+
200: Array<DigitalOceanSize>;
|
|
12543
12197
|
};
|
|
12544
12198
|
export type DigitaloceanSizesListResponse = DigitaloceanSizesListResponses[keyof DigitaloceanSizesListResponses];
|
|
12545
12199
|
export type DigitaloceanSizesRetrieveData = {
|
|
@@ -12563,10 +12217,7 @@ export type EmailLogsListData = {
|
|
|
12563
12217
|
/**
|
|
12564
12218
|
* Ordering
|
|
12565
12219
|
*
|
|
12566
|
-
*
|
|
12567
|
-
* * `-sent_at` - Sent at (descending)
|
|
12568
|
-
* * `subject` - Subject
|
|
12569
|
-
* * `-subject` - Subject (descending)
|
|
12220
|
+
*
|
|
12570
12221
|
*/
|
|
12571
12222
|
o?: Array<'-sent_at' | '-subject' | 'sent_at' | 'subject'>;
|
|
12572
12223
|
/**
|
|
@@ -12583,7 +12234,7 @@ export type EmailLogsListData = {
|
|
|
12583
12234
|
url: '/api/email-logs/';
|
|
12584
12235
|
};
|
|
12585
12236
|
export type EmailLogsListResponses = {
|
|
12586
|
-
200:
|
|
12237
|
+
200: Array<EmailLog>;
|
|
12587
12238
|
};
|
|
12588
12239
|
export type EmailLogsListResponse = EmailLogsListResponses[keyof EmailLogsListResponses];
|
|
12589
12240
|
export type EmailLogsRetrieveData = {
|
|
@@ -12605,8 +12256,7 @@ export type EventSubscriptionsListData = {
|
|
|
12605
12256
|
/**
|
|
12606
12257
|
* Ordering
|
|
12607
12258
|
*
|
|
12608
|
-
*
|
|
12609
|
-
* * `-created` - Created (descending)
|
|
12259
|
+
*
|
|
12610
12260
|
*/
|
|
12611
12261
|
o?: Array<'-created' | 'created'>;
|
|
12612
12262
|
/**
|
|
@@ -12623,7 +12273,7 @@ export type EventSubscriptionsListData = {
|
|
|
12623
12273
|
url: '/api/event-subscriptions/';
|
|
12624
12274
|
};
|
|
12625
12275
|
export type EventSubscriptionsListResponses = {
|
|
12626
|
-
200:
|
|
12276
|
+
200: Array<EventSubscription>;
|
|
12627
12277
|
};
|
|
12628
12278
|
export type EventSubscriptionsListResponse = EventSubscriptionsListResponses[keyof EventSubscriptionsListResponses];
|
|
12629
12279
|
export type EventSubscriptionsCreateData = {
|
|
@@ -12678,8 +12328,7 @@ export type EventsListData = {
|
|
|
12678
12328
|
/**
|
|
12679
12329
|
* Ordering
|
|
12680
12330
|
*
|
|
12681
|
-
*
|
|
12682
|
-
* * `-created` - Created (descending)
|
|
12331
|
+
*
|
|
12683
12332
|
*/
|
|
12684
12333
|
o?: Array<'-created' | 'created'>;
|
|
12685
12334
|
/**
|
|
@@ -12702,7 +12351,7 @@ export type EventsListData = {
|
|
|
12702
12351
|
url: '/api/events/';
|
|
12703
12352
|
};
|
|
12704
12353
|
export type EventsListResponses = {
|
|
12705
|
-
200:
|
|
12354
|
+
200: Array<Event>;
|
|
12706
12355
|
};
|
|
12707
12356
|
export type EventsListResponse = EventsListResponses[keyof EventsListResponses];
|
|
12708
12357
|
export type EventsStatsListData = {
|
|
@@ -12721,7 +12370,7 @@ export type EventsStatsListData = {
|
|
|
12721
12370
|
url: '/api/events-stats/';
|
|
12722
12371
|
};
|
|
12723
12372
|
export type EventsStatsListResponses = {
|
|
12724
|
-
200:
|
|
12373
|
+
200: Array<EventStats>;
|
|
12725
12374
|
};
|
|
12726
12375
|
export type EventsStatsListResponse = EventsStatsListResponses[keyof EventsStatsListResponses];
|
|
12727
12376
|
export type EventsRetrieveData = {
|
|
@@ -12822,7 +12471,7 @@ export type FinancialReportsListData = {
|
|
|
12822
12471
|
url: '/api/financial-reports/';
|
|
12823
12472
|
};
|
|
12824
12473
|
export type FinancialReportsListResponses = {
|
|
12825
|
-
200:
|
|
12474
|
+
200: Array<FinancialReport>;
|
|
12826
12475
|
};
|
|
12827
12476
|
export type FinancialReportsListResponse = FinancialReportsListResponses[keyof FinancialReportsListResponses];
|
|
12828
12477
|
export type FinancialReportsRetrieveData = {
|
|
@@ -12855,7 +12504,7 @@ export type FreeipaProfilesListData = {
|
|
|
12855
12504
|
url: '/api/freeipa-profiles/';
|
|
12856
12505
|
};
|
|
12857
12506
|
export type FreeipaProfilesListResponses = {
|
|
12858
|
-
200:
|
|
12507
|
+
200: Array<FreeipaProfile>;
|
|
12859
12508
|
};
|
|
12860
12509
|
export type FreeipaProfilesListResponse = FreeipaProfilesListResponses[keyof FreeipaProfilesListResponses];
|
|
12861
12510
|
export type FreeipaProfilesCreateData = {
|
|
@@ -12939,7 +12588,7 @@ export type GoogleAuthListData = {
|
|
|
12939
12588
|
url: '/api/google-auth/';
|
|
12940
12589
|
};
|
|
12941
12590
|
export type GoogleAuthListResponses = {
|
|
12942
|
-
200:
|
|
12591
|
+
200: Array<GoogleCredentials>;
|
|
12943
12592
|
};
|
|
12944
12593
|
export type GoogleAuthListResponse = GoogleAuthListResponses[keyof GoogleAuthListResponses];
|
|
12945
12594
|
export type GoogleAuthRetrieveData = {
|
|
@@ -13039,7 +12688,7 @@ export type HooksEmailListData = {
|
|
|
13039
12688
|
url: '/api/hooks-email/';
|
|
13040
12689
|
};
|
|
13041
12690
|
export type HooksEmailListResponses = {
|
|
13042
|
-
200:
|
|
12691
|
+
200: Array<EmailHook>;
|
|
13043
12692
|
};
|
|
13044
12693
|
export type HooksEmailListResponse = HooksEmailListResponses[keyof HooksEmailListResponses];
|
|
13045
12694
|
export type HooksEmailCreateData = {
|
|
@@ -13114,10 +12763,6 @@ export type HooksWebListData = {
|
|
|
13114
12763
|
author_fullname?: string;
|
|
13115
12764
|
author_username?: string;
|
|
13116
12765
|
author_uuid?: string;
|
|
13117
|
-
/**
|
|
13118
|
-
* * `1` - json
|
|
13119
|
-
* * `2` - form
|
|
13120
|
-
*/
|
|
13121
12766
|
content_type?: 1 | 2;
|
|
13122
12767
|
destination_url?: string;
|
|
13123
12768
|
is_active?: boolean;
|
|
@@ -13135,7 +12780,7 @@ export type HooksWebListData = {
|
|
|
13135
12780
|
url: '/api/hooks-web/';
|
|
13136
12781
|
};
|
|
13137
12782
|
export type HooksWebListResponses = {
|
|
13138
|
-
200:
|
|
12783
|
+
200: Array<WebHook>;
|
|
13139
12784
|
};
|
|
13140
12785
|
export type HooksWebListResponse = HooksWebListResponses[keyof HooksWebListResponses];
|
|
13141
12786
|
export type HooksWebCreateData = {
|
|
@@ -13375,7 +13020,7 @@ export type IdentityProvidersListData = {
|
|
|
13375
13020
|
url: '/api/identity-providers/';
|
|
13376
13021
|
};
|
|
13377
13022
|
export type IdentityProvidersListResponses = {
|
|
13378
|
-
200:
|
|
13023
|
+
200: Array<IdentityProvider>;
|
|
13379
13024
|
};
|
|
13380
13025
|
export type IdentityProvidersListResponse = IdentityProvidersListResponses[keyof IdentityProvidersListResponses];
|
|
13381
13026
|
export type IdentityProvidersCreateData = {
|
|
@@ -13446,6 +13091,7 @@ export type InvoiceItemsListData = {
|
|
|
13446
13091
|
credit_uuid?: string;
|
|
13447
13092
|
customer_uuid?: string;
|
|
13448
13093
|
month?: number;
|
|
13094
|
+
offering_uuid?: string;
|
|
13449
13095
|
/**
|
|
13450
13096
|
* A page number within the paginated result set.
|
|
13451
13097
|
*/
|
|
@@ -13456,12 +13102,20 @@ export type InvoiceItemsListData = {
|
|
|
13456
13102
|
page_size?: number;
|
|
13457
13103
|
project_uuid?: string;
|
|
13458
13104
|
resource_uuid?: string;
|
|
13105
|
+
/**
|
|
13106
|
+
* Start month
|
|
13107
|
+
*/
|
|
13108
|
+
start_month?: number;
|
|
13109
|
+
/**
|
|
13110
|
+
* Start year
|
|
13111
|
+
*/
|
|
13112
|
+
start_year?: number;
|
|
13459
13113
|
year?: number;
|
|
13460
13114
|
};
|
|
13461
13115
|
url: '/api/invoice-items/';
|
|
13462
13116
|
};
|
|
13463
13117
|
export type InvoiceItemsListResponses = {
|
|
13464
|
-
200:
|
|
13118
|
+
200: Array<InvoiceItemDetail>;
|
|
13465
13119
|
};
|
|
13466
13120
|
export type InvoiceItemsListResponse = InvoiceItemsListResponses[keyof InvoiceItemsListResponses];
|
|
13467
13121
|
export type InvoiceItemsDestroyData = {
|
|
@@ -13546,16 +13200,31 @@ export type InvoiceItemsCostsListData = {
|
|
|
13546
13200
|
credit_uuid?: string;
|
|
13547
13201
|
customer_uuid?: string;
|
|
13548
13202
|
month?: number;
|
|
13203
|
+
offering_uuid?: string;
|
|
13204
|
+
/**
|
|
13205
|
+
* A page number within the paginated result set.
|
|
13206
|
+
*/
|
|
13549
13207
|
page?: number;
|
|
13208
|
+
/**
|
|
13209
|
+
* Number of results to return per page.
|
|
13210
|
+
*/
|
|
13550
13211
|
page_size?: number;
|
|
13551
13212
|
project_uuid?: string;
|
|
13552
13213
|
resource_uuid?: string;
|
|
13214
|
+
/**
|
|
13215
|
+
* Start month
|
|
13216
|
+
*/
|
|
13217
|
+
start_month?: number;
|
|
13218
|
+
/**
|
|
13219
|
+
* Start year
|
|
13220
|
+
*/
|
|
13221
|
+
start_year?: number;
|
|
13553
13222
|
year?: number;
|
|
13554
13223
|
};
|
|
13555
13224
|
url: '/api/invoice-items/costs/';
|
|
13556
13225
|
};
|
|
13557
13226
|
export type InvoiceItemsCostsListResponses = {
|
|
13558
|
-
200:
|
|
13227
|
+
200: Array<InvoiceCost>;
|
|
13559
13228
|
};
|
|
13560
13229
|
export type InvoiceItemsCostsListResponse = InvoiceItemsCostsListResponses[keyof InvoiceItemsCostsListResponses];
|
|
13561
13230
|
export type InvoiceItemsCustomerCostsForPeriodRetrieveData = {
|
|
@@ -13629,12 +13298,7 @@ export type InvoicesListData = {
|
|
|
13629
13298
|
/**
|
|
13630
13299
|
* Ordering
|
|
13631
13300
|
*
|
|
13632
|
-
*
|
|
13633
|
-
* * `-created` - Created (descending)
|
|
13634
|
-
* * `year` - Year
|
|
13635
|
-
* * `-year` - Year (descending)
|
|
13636
|
-
* * `month` - Month
|
|
13637
|
-
* * `-month` - Month (descending)
|
|
13301
|
+
*
|
|
13638
13302
|
*/
|
|
13639
13303
|
o?: Array<'-created' | '-month' | '-year' | 'created' | 'month' | 'year'>;
|
|
13640
13304
|
/**
|
|
@@ -13646,19 +13310,13 @@ export type InvoicesListData = {
|
|
|
13646
13310
|
*/
|
|
13647
13311
|
page_size?: number;
|
|
13648
13312
|
start_date?: string;
|
|
13649
|
-
/**
|
|
13650
|
-
* * `pending` - Pending
|
|
13651
|
-
* * `created` - Created
|
|
13652
|
-
* * `paid` - Paid
|
|
13653
|
-
* * `canceled` - Canceled
|
|
13654
|
-
*/
|
|
13655
13313
|
state?: Array<'canceled' | 'created' | 'paid' | 'pending'>;
|
|
13656
13314
|
year?: number;
|
|
13657
13315
|
};
|
|
13658
13316
|
url: '/api/invoices/';
|
|
13659
13317
|
};
|
|
13660
13318
|
export type InvoicesListResponses = {
|
|
13661
|
-
200:
|
|
13319
|
+
200: Array<Invoice>;
|
|
13662
13320
|
};
|
|
13663
13321
|
export type InvoicesListResponse = InvoicesListResponses[keyof InvoicesListResponses];
|
|
13664
13322
|
export type InvoicesRetrieveData = {
|
|
@@ -13763,12 +13421,7 @@ export type InvoicesStatsListData = {
|
|
|
13763
13421
|
/**
|
|
13764
13422
|
* Ordering
|
|
13765
13423
|
*
|
|
13766
|
-
*
|
|
13767
|
-
* * `-created` - Created (descending)
|
|
13768
|
-
* * `year` - Year
|
|
13769
|
-
* * `-year` - Year (descending)
|
|
13770
|
-
* * `month` - Month
|
|
13771
|
-
* * `-month` - Month (descending)
|
|
13424
|
+
*
|
|
13772
13425
|
*/
|
|
13773
13426
|
o?: Array<'-created' | '-month' | '-year' | 'created' | 'month' | 'year'>;
|
|
13774
13427
|
/**
|
|
@@ -13781,19 +13434,13 @@ export type InvoicesStatsListData = {
|
|
|
13781
13434
|
page_size?: number;
|
|
13782
13435
|
provider_uuid?: string;
|
|
13783
13436
|
start_date?: string;
|
|
13784
|
-
/**
|
|
13785
|
-
* * `pending` - Pending
|
|
13786
|
-
* * `created` - Created
|
|
13787
|
-
* * `paid` - Paid
|
|
13788
|
-
* * `canceled` - Canceled
|
|
13789
|
-
*/
|
|
13790
13437
|
state?: Array<'canceled' | 'created' | 'paid' | 'pending'>;
|
|
13791
13438
|
year?: number;
|
|
13792
13439
|
};
|
|
13793
13440
|
url: '/api/invoices/{uuid}/stats/';
|
|
13794
13441
|
};
|
|
13795
13442
|
export type InvoicesStatsListResponses = {
|
|
13796
|
-
200:
|
|
13443
|
+
200: Array<InvoiceStatsOffering>;
|
|
13797
13444
|
};
|
|
13798
13445
|
export type InvoicesStatsListResponse = InvoicesStatsListResponses[keyof InvoicesStatsListResponses];
|
|
13799
13446
|
export type InvoicesGrowthRetrieveData = {
|
|
@@ -13824,8 +13471,7 @@ export type KeysListData = {
|
|
|
13824
13471
|
/**
|
|
13825
13472
|
* Ordering
|
|
13826
13473
|
*
|
|
13827
|
-
*
|
|
13828
|
-
* * `-name` - Name (descending)
|
|
13474
|
+
*
|
|
13829
13475
|
*/
|
|
13830
13476
|
o?: Array<'-name' | 'name'>;
|
|
13831
13477
|
/**
|
|
@@ -13842,7 +13488,7 @@ export type KeysListData = {
|
|
|
13842
13488
|
url: '/api/keys/';
|
|
13843
13489
|
};
|
|
13844
13490
|
export type KeysListResponses = {
|
|
13845
|
-
200:
|
|
13491
|
+
200: Array<SshKey>;
|
|
13846
13492
|
};
|
|
13847
13493
|
export type KeysListResponse = KeysListResponses[keyof KeysListResponses];
|
|
13848
13494
|
export type KeysCreateData = {
|
|
@@ -13905,7 +13551,7 @@ export type LexisLinksListData = {
|
|
|
13905
13551
|
url: '/api/lexis-links/';
|
|
13906
13552
|
};
|
|
13907
13553
|
export type LexisLinksListResponses = {
|
|
13908
|
-
200:
|
|
13554
|
+
200: Array<LexisLink>;
|
|
13909
13555
|
};
|
|
13910
13556
|
export type LexisLinksListResponse = LexisLinksListResponses[keyof LexisLinksListResponses];
|
|
13911
13557
|
export type LexisLinksCreateData = {
|
|
@@ -13994,10 +13640,7 @@ export type MarketplaceCategoriesListData = {
|
|
|
13994
13640
|
/**
|
|
13995
13641
|
* Customers offerings state
|
|
13996
13642
|
*
|
|
13997
|
-
*
|
|
13998
|
-
* * `2` - Active
|
|
13999
|
-
* * `3` - Paused
|
|
14000
|
-
* * `4` - Archived
|
|
13643
|
+
*
|
|
14001
13644
|
*/
|
|
14002
13645
|
customers_offerings_state?: Array<1 | 2 | 3 | 4>;
|
|
14003
13646
|
field?: Array<'articles' | 'available_offerings_count' | 'columns' | 'components' | 'default_tenant_category' | 'default_vm_category' | 'default_volume_category' | 'description' | 'group' | 'icon' | 'offering_count' | 'sections' | 'title' | 'url' | 'uuid'>;
|
|
@@ -14022,7 +13665,7 @@ export type MarketplaceCategoriesListData = {
|
|
|
14022
13665
|
url: '/api/marketplace-categories/';
|
|
14023
13666
|
};
|
|
14024
13667
|
export type MarketplaceCategoriesListResponses = {
|
|
14025
|
-
200:
|
|
13668
|
+
200: Array<MarketplaceCategory>;
|
|
14026
13669
|
};
|
|
14027
13670
|
export type MarketplaceCategoriesListResponse = MarketplaceCategoriesListResponses[keyof MarketplaceCategoriesListResponses];
|
|
14028
13671
|
export type MarketplaceCategoriesCreateData = {
|
|
@@ -14106,7 +13749,7 @@ export type MarketplaceCategoryColumnsListData = {
|
|
|
14106
13749
|
url: '/api/marketplace-category-columns/';
|
|
14107
13750
|
};
|
|
14108
13751
|
export type MarketplaceCategoryColumnsListResponses = {
|
|
14109
|
-
200:
|
|
13752
|
+
200: Array<CategoryColumn>;
|
|
14110
13753
|
};
|
|
14111
13754
|
export type MarketplaceCategoryColumnsListResponse = MarketplaceCategoryColumnsListResponses[keyof MarketplaceCategoryColumnsListResponses];
|
|
14112
13755
|
export type MarketplaceCategoryColumnsCreateData = {
|
|
@@ -14189,7 +13832,7 @@ export type MarketplaceCategoryComponentUsagesListData = {
|
|
|
14189
13832
|
url: '/api/marketplace-category-component-usages/';
|
|
14190
13833
|
};
|
|
14191
13834
|
export type MarketplaceCategoryComponentUsagesListResponses = {
|
|
14192
|
-
200:
|
|
13835
|
+
200: Array<CategoryComponentUsage>;
|
|
14193
13836
|
};
|
|
14194
13837
|
export type MarketplaceCategoryComponentUsagesListResponse = MarketplaceCategoryComponentUsagesListResponses[keyof MarketplaceCategoryComponentUsagesListResponses];
|
|
14195
13838
|
export type MarketplaceCategoryComponentUsagesRetrieveData = {
|
|
@@ -14225,7 +13868,7 @@ export type MarketplaceCategoryComponentsListData = {
|
|
|
14225
13868
|
url: '/api/marketplace-category-components/';
|
|
14226
13869
|
};
|
|
14227
13870
|
export type MarketplaceCategoryComponentsListResponses = {
|
|
14228
|
-
200:
|
|
13871
|
+
200: Array<CategoryComponents>;
|
|
14229
13872
|
};
|
|
14230
13873
|
export type MarketplaceCategoryComponentsListResponse = MarketplaceCategoryComponentsListResponses[keyof MarketplaceCategoryComponentsListResponses];
|
|
14231
13874
|
export type MarketplaceCategoryComponentsCreateData = {
|
|
@@ -14319,7 +13962,7 @@ export type MarketplaceCategoryGroupsListData = {
|
|
|
14319
13962
|
url: '/api/marketplace-category-groups/';
|
|
14320
13963
|
};
|
|
14321
13964
|
export type MarketplaceCategoryGroupsListResponses = {
|
|
14322
|
-
200:
|
|
13965
|
+
200: Array<CategoryGroup>;
|
|
14323
13966
|
};
|
|
14324
13967
|
export type MarketplaceCategoryGroupsListResponse = MarketplaceCategoryGroupsListResponses[keyof MarketplaceCategoryGroupsListResponses];
|
|
14325
13968
|
export type MarketplaceCategoryGroupsCreateData = {
|
|
@@ -14401,7 +14044,7 @@ export type MarketplaceCategoryHelpArticlesListData = {
|
|
|
14401
14044
|
url: '/api/marketplace-category-help-articles/';
|
|
14402
14045
|
};
|
|
14403
14046
|
export type MarketplaceCategoryHelpArticlesListResponses = {
|
|
14404
|
-
200:
|
|
14047
|
+
200: Array<CategoryHelpArticles>;
|
|
14405
14048
|
};
|
|
14406
14049
|
export type MarketplaceCategoryHelpArticlesListResponse = MarketplaceCategoryHelpArticlesListResponses[keyof MarketplaceCategoryHelpArticlesListResponses];
|
|
14407
14050
|
export type MarketplaceCategoryHelpArticlesCreateData = {
|
|
@@ -14493,7 +14136,7 @@ export type MarketplaceChecklistsListData = {
|
|
|
14493
14136
|
url: '/api/marketplace-checklists/';
|
|
14494
14137
|
};
|
|
14495
14138
|
export type MarketplaceChecklistsListResponses = {
|
|
14496
|
-
200:
|
|
14139
|
+
200: Array<Checklist>;
|
|
14497
14140
|
};
|
|
14498
14141
|
export type MarketplaceChecklistsListResponse = MarketplaceChecklistsListResponses[keyof MarketplaceChecklistsListResponses];
|
|
14499
14142
|
export type MarketplaceChecklistsCategoriesListData = {
|
|
@@ -14512,7 +14155,7 @@ export type MarketplaceChecklistsCategoriesListData = {
|
|
|
14512
14155
|
url: '/api/marketplace-checklists-categories/';
|
|
14513
14156
|
};
|
|
14514
14157
|
export type MarketplaceChecklistsCategoriesListResponses = {
|
|
14515
|
-
200:
|
|
14158
|
+
200: Array<ChecklistCategory>;
|
|
14516
14159
|
};
|
|
14517
14160
|
export type MarketplaceChecklistsCategoriesListResponse = MarketplaceChecklistsCategoriesListResponses[keyof MarketplaceChecklistsCategoriesListResponses];
|
|
14518
14161
|
export type MarketplaceChecklistsCategoriesChecklistsListData = {
|
|
@@ -14533,7 +14176,7 @@ export type MarketplaceChecklistsCategoriesChecklistsListData = {
|
|
|
14533
14176
|
url: '/api/marketplace-checklists-categories/{category_uuid}/checklists/';
|
|
14534
14177
|
};
|
|
14535
14178
|
export type MarketplaceChecklistsCategoriesChecklistsListResponses = {
|
|
14536
|
-
200:
|
|
14179
|
+
200: Array<Checklist>;
|
|
14537
14180
|
};
|
|
14538
14181
|
export type MarketplaceChecklistsCategoriesChecklistsListResponse = MarketplaceChecklistsCategoriesChecklistsListResponses[keyof MarketplaceChecklistsCategoriesChecklistsListResponses];
|
|
14539
14182
|
export type MarketplaceChecklistsCategoriesRetrieveData = {
|
|
@@ -14578,7 +14221,7 @@ export type MarketplaceChecklistsAnswersListData = {
|
|
|
14578
14221
|
url: '/api/marketplace-checklists/{checklist_uuid}/answers/';
|
|
14579
14222
|
};
|
|
14580
14223
|
export type MarketplaceChecklistsAnswersListResponses = {
|
|
14581
|
-
200:
|
|
14224
|
+
200: Array<AnswerList>;
|
|
14582
14225
|
};
|
|
14583
14226
|
export type MarketplaceChecklistsAnswersListResponse = MarketplaceChecklistsAnswersListResponses[keyof MarketplaceChecklistsAnswersListResponses];
|
|
14584
14227
|
export type MarketplaceChecklistsAnswersSubmitCreateData = {
|
|
@@ -14603,7 +14246,7 @@ export type MarketplaceChecklistsAnswersSubmitCreateData = {
|
|
|
14603
14246
|
url: '/api/marketplace-checklists/{checklist_uuid}/answers/submit/';
|
|
14604
14247
|
};
|
|
14605
14248
|
export type MarketplaceChecklistsAnswersSubmitCreateResponses = {
|
|
14606
|
-
201:
|
|
14249
|
+
201: Array<AnswerSubmit>;
|
|
14607
14250
|
};
|
|
14608
14251
|
export type MarketplaceChecklistsAnswersSubmitCreateResponse = MarketplaceChecklistsAnswersSubmitCreateResponses[keyof MarketplaceChecklistsAnswersSubmitCreateResponses];
|
|
14609
14252
|
export type MarketplaceChecklistsQuestionsListData = {
|
|
@@ -14624,7 +14267,7 @@ export type MarketplaceChecklistsQuestionsListData = {
|
|
|
14624
14267
|
url: '/api/marketplace-checklists/{checklist_uuid}/questions/';
|
|
14625
14268
|
};
|
|
14626
14269
|
export type MarketplaceChecklistsQuestionsListResponses = {
|
|
14627
|
-
200:
|
|
14270
|
+
200: Array<ChecklistQuestion>;
|
|
14628
14271
|
};
|
|
14629
14272
|
export type MarketplaceChecklistsQuestionsListResponse = MarketplaceChecklistsQuestionsListResponses[keyof MarketplaceChecklistsQuestionsListResponses];
|
|
14630
14273
|
export type MarketplaceChecklistsStatsListData = {
|
|
@@ -14658,7 +14301,7 @@ export type MarketplaceChecklistsUserAnswersListData = {
|
|
|
14658
14301
|
url: '/api/marketplace-checklists/{checklist_uuid}/user/{user_uuid}/answers/';
|
|
14659
14302
|
};
|
|
14660
14303
|
export type MarketplaceChecklistsUserAnswersListResponses = {
|
|
14661
|
-
200:
|
|
14304
|
+
200: Array<AnswerList>;
|
|
14662
14305
|
};
|
|
14663
14306
|
export type MarketplaceChecklistsUserAnswersListResponse = MarketplaceChecklistsUserAnswersListResponses[keyof MarketplaceChecklistsUserAnswersListResponses];
|
|
14664
14307
|
export type MarketplaceComponentUsagesListData = {
|
|
@@ -14687,7 +14330,7 @@ export type MarketplaceComponentUsagesListData = {
|
|
|
14687
14330
|
url: '/api/marketplace-component-usages/';
|
|
14688
14331
|
};
|
|
14689
14332
|
export type MarketplaceComponentUsagesListResponses = {
|
|
14690
|
-
200:
|
|
14333
|
+
200: Array<ComponentUsage>;
|
|
14691
14334
|
};
|
|
14692
14335
|
export type MarketplaceComponentUsagesListResponse = MarketplaceComponentUsagesListResponses[keyof MarketplaceComponentUsagesListResponses];
|
|
14693
14336
|
export type MarketplaceComponentUsagesRetrieveData = {
|
|
@@ -14755,7 +14398,7 @@ export type MarketplaceComponentUserUsagesListData = {
|
|
|
14755
14398
|
url: '/api/marketplace-component-user-usages/';
|
|
14756
14399
|
};
|
|
14757
14400
|
export type MarketplaceComponentUserUsagesListResponses = {
|
|
14758
|
-
200:
|
|
14401
|
+
200: Array<ComponentUserUsage>;
|
|
14759
14402
|
};
|
|
14760
14403
|
export type MarketplaceComponentUserUsagesListResponse = MarketplaceComponentUserUsagesListResponses[keyof MarketplaceComponentUserUsagesListResponses];
|
|
14761
14404
|
export type MarketplaceComponentUserUsagesRetrieveData = {
|
|
@@ -14792,7 +14435,7 @@ export type MarketplaceCustomerEstimatedCostPoliciesListData = {
|
|
|
14792
14435
|
url: '/api/marketplace-customer-estimated-cost-policies/';
|
|
14793
14436
|
};
|
|
14794
14437
|
export type MarketplaceCustomerEstimatedCostPoliciesListResponses = {
|
|
14795
|
-
200:
|
|
14438
|
+
200: Array<CustomerEstimatedCostPolicy>;
|
|
14796
14439
|
};
|
|
14797
14440
|
export type MarketplaceCustomerEstimatedCostPoliciesListResponse = MarketplaceCustomerEstimatedCostPoliciesListResponses[keyof MarketplaceCustomerEstimatedCostPoliciesListResponses];
|
|
14798
14441
|
export type MarketplaceCustomerEstimatedCostPoliciesCreateData = {
|
|
@@ -14896,8 +14539,7 @@ export type MarketplaceIntegrationStatusesListData = {
|
|
|
14896
14539
|
/**
|
|
14897
14540
|
* Ordering
|
|
14898
14541
|
*
|
|
14899
|
-
*
|
|
14900
|
-
* * `-last_request_timestamp` - Last request timestamp (descending)
|
|
14542
|
+
*
|
|
14901
14543
|
*/
|
|
14902
14544
|
o?: Array<'-last_request_timestamp' | 'last_request_timestamp'>;
|
|
14903
14545
|
offering?: string;
|
|
@@ -14911,17 +14553,12 @@ export type MarketplaceIntegrationStatusesListData = {
|
|
|
14911
14553
|
*/
|
|
14912
14554
|
page_size?: number;
|
|
14913
14555
|
parent_offering_uuid?: string;
|
|
14914
|
-
/**
|
|
14915
|
-
* * `Unknown` - Unknown
|
|
14916
|
-
* * `Active` - Active
|
|
14917
|
-
* * `Disconnected` - Disconnected
|
|
14918
|
-
*/
|
|
14919
14556
|
status?: Array<'Active' | 'Disconnected' | 'Unknown'>;
|
|
14920
14557
|
};
|
|
14921
14558
|
url: '/api/marketplace-integration-statuses/';
|
|
14922
14559
|
};
|
|
14923
14560
|
export type MarketplaceIntegrationStatusesListResponses = {
|
|
14924
|
-
200:
|
|
14561
|
+
200: Array<IntegrationStatusDetails>;
|
|
14925
14562
|
};
|
|
14926
14563
|
export type MarketplaceIntegrationStatusesListResponse = MarketplaceIntegrationStatusesListResponses[keyof MarketplaceIntegrationStatusesListResponses];
|
|
14927
14564
|
export type MarketplaceIntegrationStatusesRetrieveData = {
|
|
@@ -14954,7 +14591,7 @@ export type MarketplaceOfferingEstimatedCostPoliciesListData = {
|
|
|
14954
14591
|
url: '/api/marketplace-offering-estimated-cost-policies/';
|
|
14955
14592
|
};
|
|
14956
14593
|
export type MarketplaceOfferingEstimatedCostPoliciesListResponses = {
|
|
14957
|
-
200:
|
|
14594
|
+
200: Array<OfferingEstimatedCostPolicy>;
|
|
14958
14595
|
};
|
|
14959
14596
|
export type MarketplaceOfferingEstimatedCostPoliciesListResponse = MarketplaceOfferingEstimatedCostPoliciesListResponses[keyof MarketplaceOfferingEstimatedCostPoliciesListResponses];
|
|
14960
14597
|
export type MarketplaceOfferingEstimatedCostPoliciesCreateData = {
|
|
@@ -15036,10 +14673,7 @@ export type MarketplaceOfferingFilesListData = {
|
|
|
15036
14673
|
/**
|
|
15037
14674
|
* Ordering
|
|
15038
14675
|
*
|
|
15039
|
-
*
|
|
15040
|
-
* * `-name` - Name (descending)
|
|
15041
|
-
* * `created` - Created
|
|
15042
|
-
* * `-created` - Created (descending)
|
|
14676
|
+
*
|
|
15043
14677
|
*/
|
|
15044
14678
|
o?: Array<'-created' | '-name' | 'created' | 'name'>;
|
|
15045
14679
|
offering?: string;
|
|
@@ -15057,7 +14691,7 @@ export type MarketplaceOfferingFilesListData = {
|
|
|
15057
14691
|
url: '/api/marketplace-offering-files/';
|
|
15058
14692
|
};
|
|
15059
14693
|
export type MarketplaceOfferingFilesListResponses = {
|
|
15060
|
-
200:
|
|
14694
|
+
200: Array<OfferingFile>;
|
|
15061
14695
|
};
|
|
15062
14696
|
export type MarketplaceOfferingFilesListResponse = MarketplaceOfferingFilesListResponses[keyof MarketplaceOfferingFilesListResponses];
|
|
15063
14697
|
export type MarketplaceOfferingFilesCreateData = {
|
|
@@ -15112,20 +14746,7 @@ export type MarketplaceOfferingPermissionsListData = {
|
|
|
15112
14746
|
/**
|
|
15113
14747
|
* Ordering
|
|
15114
14748
|
*
|
|
15115
|
-
*
|
|
15116
|
-
* * `-username` - Username (descending)
|
|
15117
|
-
* * `full_name` - Full name
|
|
15118
|
-
* * `-full_name` - Full name (descending)
|
|
15119
|
-
* * `native_name` - Native name
|
|
15120
|
-
* * `-native_name` - Native name (descending)
|
|
15121
|
-
* * `email` - Email
|
|
15122
|
-
* * `-email` - Email (descending)
|
|
15123
|
-
* * `expiration_time` - Expiration time
|
|
15124
|
-
* * `-expiration_time` - Expiration time (descending)
|
|
15125
|
-
* * `created` - Created
|
|
15126
|
-
* * `-created` - Created (descending)
|
|
15127
|
-
* * `role` - Role
|
|
15128
|
-
* * `-role` - Role (descending)
|
|
14749
|
+
*
|
|
15129
14750
|
*/
|
|
15130
14751
|
o?: Array<'-created' | '-email' | '-expiration_time' | '-full_name' | '-native_name' | '-role' | '-username' | 'created' | 'email' | 'expiration_time' | 'full_name' | 'native_name' | 'role' | 'username'>;
|
|
15131
14752
|
offering?: string;
|
|
@@ -15148,7 +14769,7 @@ export type MarketplaceOfferingPermissionsListData = {
|
|
|
15148
14769
|
url: '/api/marketplace-offering-permissions/';
|
|
15149
14770
|
};
|
|
15150
14771
|
export type MarketplaceOfferingPermissionsListResponses = {
|
|
15151
|
-
200:
|
|
14772
|
+
200: Array<OfferingPermission>;
|
|
15152
14773
|
};
|
|
15153
14774
|
export type MarketplaceOfferingPermissionsListResponse = MarketplaceOfferingPermissionsListResponses[keyof MarketplaceOfferingPermissionsListResponses];
|
|
15154
14775
|
export type MarketplaceOfferingPermissionsLogListData = {
|
|
@@ -15164,20 +14785,7 @@ export type MarketplaceOfferingPermissionsLogListData = {
|
|
|
15164
14785
|
/**
|
|
15165
14786
|
* Ordering
|
|
15166
14787
|
*
|
|
15167
|
-
*
|
|
15168
|
-
* * `-username` - Username (descending)
|
|
15169
|
-
* * `full_name` - Full name
|
|
15170
|
-
* * `-full_name` - Full name (descending)
|
|
15171
|
-
* * `native_name` - Native name
|
|
15172
|
-
* * `-native_name` - Native name (descending)
|
|
15173
|
-
* * `email` - Email
|
|
15174
|
-
* * `-email` - Email (descending)
|
|
15175
|
-
* * `expiration_time` - Expiration time
|
|
15176
|
-
* * `-expiration_time` - Expiration time (descending)
|
|
15177
|
-
* * `created` - Created
|
|
15178
|
-
* * `-created` - Created (descending)
|
|
15179
|
-
* * `role` - Role
|
|
15180
|
-
* * `-role` - Role (descending)
|
|
14788
|
+
*
|
|
15181
14789
|
*/
|
|
15182
14790
|
o?: Array<'-created' | '-email' | '-expiration_time' | '-full_name' | '-native_name' | '-role' | '-username' | 'created' | 'email' | 'expiration_time' | 'full_name' | 'native_name' | 'role' | 'username'>;
|
|
15183
14791
|
offering?: string;
|
|
@@ -15200,7 +14808,7 @@ export type MarketplaceOfferingPermissionsLogListData = {
|
|
|
15200
14808
|
url: '/api/marketplace-offering-permissions-log/';
|
|
15201
14809
|
};
|
|
15202
14810
|
export type MarketplaceOfferingPermissionsLogListResponses = {
|
|
15203
|
-
200:
|
|
14811
|
+
200: Array<OfferingPermission>;
|
|
15204
14812
|
};
|
|
15205
14813
|
export type MarketplaceOfferingPermissionsLogListResponse = MarketplaceOfferingPermissionsLogListResponses[keyof MarketplaceOfferingPermissionsLogListResponses];
|
|
15206
14814
|
export type MarketplaceOfferingPermissionsLogRetrieveData = {
|
|
@@ -15240,12 +14848,7 @@ export type MarketplaceOfferingReferralsListData = {
|
|
|
15240
14848
|
/**
|
|
15241
14849
|
* Ordering
|
|
15242
14850
|
*
|
|
15243
|
-
*
|
|
15244
|
-
* * `-published` - Published (descending)
|
|
15245
|
-
* * `relation_type` - Relation type
|
|
15246
|
-
* * `-relation_type` - Relation type (descending)
|
|
15247
|
-
* * `resource_type` - Resource type
|
|
15248
|
-
* * `-resource_type` - Resource type (descending)
|
|
14851
|
+
*
|
|
15249
14852
|
*/
|
|
15250
14853
|
o?: Array<'-published' | '-relation_type' | '-resource_type' | 'published' | 'relation_type' | 'resource_type'>;
|
|
15251
14854
|
/**
|
|
@@ -15260,7 +14863,7 @@ export type MarketplaceOfferingReferralsListData = {
|
|
|
15260
14863
|
url: '/api/marketplace-offering-referrals/';
|
|
15261
14864
|
};
|
|
15262
14865
|
export type MarketplaceOfferingReferralsListResponses = {
|
|
15263
|
-
200:
|
|
14866
|
+
200: Array<OfferingReferral>;
|
|
15264
14867
|
};
|
|
15265
14868
|
export type MarketplaceOfferingReferralsListResponse = MarketplaceOfferingReferralsListResponses[keyof MarketplaceOfferingReferralsListResponses];
|
|
15266
14869
|
export type MarketplaceOfferingReferralsRetrieveData = {
|
|
@@ -15293,7 +14896,7 @@ export type MarketplaceOfferingUsagePoliciesListData = {
|
|
|
15293
14896
|
url: '/api/marketplace-offering-usage-policies/';
|
|
15294
14897
|
};
|
|
15295
14898
|
export type MarketplaceOfferingUsagePoliciesListResponses = {
|
|
15296
|
-
200:
|
|
14899
|
+
200: Array<OfferingUsagePolicy>;
|
|
15297
14900
|
};
|
|
15298
14901
|
export type MarketplaceOfferingUsagePoliciesListResponse = MarketplaceOfferingUsagePoliciesListResponses[keyof MarketplaceOfferingUsagePoliciesListResponses];
|
|
15299
14902
|
export type MarketplaceOfferingUsagePoliciesCreateData = {
|
|
@@ -15386,7 +14989,7 @@ export type MarketplaceOfferingUserRolesListData = {
|
|
|
15386
14989
|
url: '/api/marketplace-offering-user-roles/';
|
|
15387
14990
|
};
|
|
15388
14991
|
export type MarketplaceOfferingUserRolesListResponses = {
|
|
15389
|
-
200:
|
|
14992
|
+
200: Array<OfferingUserRole>;
|
|
15390
14993
|
};
|
|
15391
14994
|
export type MarketplaceOfferingUserRolesListResponse = MarketplaceOfferingUserRolesListResponses[keyof MarketplaceOfferingUserRolesListResponses];
|
|
15392
14995
|
export type MarketplaceOfferingUserRolesCreateData = {
|
|
@@ -15468,14 +15071,7 @@ export type MarketplaceOfferingUsersListData = {
|
|
|
15468
15071
|
/**
|
|
15469
15072
|
* Ordering
|
|
15470
15073
|
*
|
|
15471
|
-
*
|
|
15472
|
-
* * `-created` - Created (descending)
|
|
15473
|
-
* * `modified` - Modified
|
|
15474
|
-
* * `-modified` - Modified (descending)
|
|
15475
|
-
* * `username` - Username
|
|
15476
|
-
* * `-username` - Username (descending)
|
|
15477
|
-
* * `propagation_date` - Propagation date
|
|
15478
|
-
* * `-propagation_date` - Propagation date (descending)
|
|
15074
|
+
*
|
|
15479
15075
|
*/
|
|
15480
15076
|
o?: Array<'-created' | '-modified' | '-propagation_date' | '-username' | 'created' | 'modified' | 'propagation_date' | 'username'>;
|
|
15481
15077
|
offering?: string;
|
|
@@ -15499,7 +15095,7 @@ export type MarketplaceOfferingUsersListData = {
|
|
|
15499
15095
|
url: '/api/marketplace-offering-users/';
|
|
15500
15096
|
};
|
|
15501
15097
|
export type MarketplaceOfferingUsersListResponses = {
|
|
15502
|
-
200:
|
|
15098
|
+
200: Array<OfferingUser>;
|
|
15503
15099
|
};
|
|
15504
15100
|
export type MarketplaceOfferingUsersListResponse = MarketplaceOfferingUsersListResponses[keyof MarketplaceOfferingUsersListResponses];
|
|
15505
15101
|
export type MarketplaceOfferingUsersCreateData = {
|
|
@@ -15599,14 +15195,7 @@ export type MarketplaceOrdersListData = {
|
|
|
15599
15195
|
/**
|
|
15600
15196
|
* Ordering
|
|
15601
15197
|
*
|
|
15602
|
-
*
|
|
15603
|
-
* * `-created` - Created (descending)
|
|
15604
|
-
* * `consumer_reviewed_at` - Consumer reviewed at
|
|
15605
|
-
* * `-consumer_reviewed_at` - Consumer reviewed at (descending)
|
|
15606
|
-
* * `cost` - Cost
|
|
15607
|
-
* * `-cost` - Cost (descending)
|
|
15608
|
-
* * `state` - State
|
|
15609
|
-
* * `-state` - State (descending)
|
|
15198
|
+
*
|
|
15610
15199
|
*/
|
|
15611
15200
|
o?: Array<'-consumer_reviewed_at' | '-cost' | '-created' | '-state' | 'consumer_reviewed_at' | 'cost' | 'created' | 'state'>;
|
|
15612
15201
|
offering?: string;
|
|
@@ -15627,28 +15216,13 @@ export type MarketplaceOrdersListData = {
|
|
|
15627
15216
|
resource?: string;
|
|
15628
15217
|
resource_uuid?: string;
|
|
15629
15218
|
service_manager_uuid?: string;
|
|
15630
|
-
/**
|
|
15631
|
-
* * `pending-consumer` - pending-consumer
|
|
15632
|
-
* * `pending-provider` - pending-provider
|
|
15633
|
-
* * `pending-project` - pending-project
|
|
15634
|
-
* * `executing` - executing
|
|
15635
|
-
* * `done` - done
|
|
15636
|
-
* * `erred` - erred
|
|
15637
|
-
* * `canceled` - canceled
|
|
15638
|
-
* * `rejected` - rejected
|
|
15639
|
-
*/
|
|
15640
15219
|
state?: Array<'canceled' | 'done' | 'erred' | 'executing' | 'pending-consumer' | 'pending-project' | 'pending-provider' | 'rejected'>;
|
|
15641
|
-
/**
|
|
15642
|
-
* * `Create` - Create
|
|
15643
|
-
* * `Update` - Update
|
|
15644
|
-
* * `Terminate` - Terminate
|
|
15645
|
-
*/
|
|
15646
15220
|
type?: Array<'Create' | 'Terminate' | 'Update'>;
|
|
15647
15221
|
};
|
|
15648
15222
|
url: '/api/marketplace-orders/';
|
|
15649
15223
|
};
|
|
15650
15224
|
export type MarketplaceOrdersListResponses = {
|
|
15651
|
-
200:
|
|
15225
|
+
200: Array<OrderDetails>;
|
|
15652
15226
|
};
|
|
15653
15227
|
export type MarketplaceOrdersListResponse = MarketplaceOrdersListResponses[keyof MarketplaceOrdersListResponses];
|
|
15654
15228
|
export type MarketplaceOrdersCreateData = {
|
|
@@ -15861,7 +15435,7 @@ export type MarketplacePlanComponentsListData = {
|
|
|
15861
15435
|
url: '/api/marketplace-plan-components/';
|
|
15862
15436
|
};
|
|
15863
15437
|
export type MarketplacePlanComponentsListResponses = {
|
|
15864
|
-
200:
|
|
15438
|
+
200: Array<PlanComponent>;
|
|
15865
15439
|
};
|
|
15866
15440
|
export type MarketplacePlanComponentsListResponse = MarketplacePlanComponentsListResponses[keyof MarketplacePlanComponentsListResponses];
|
|
15867
15441
|
export type MarketplacePlanComponentsRetrieveData = {
|
|
@@ -15898,7 +15472,7 @@ export type MarketplacePlansListData = {
|
|
|
15898
15472
|
url: '/api/marketplace-plans/';
|
|
15899
15473
|
};
|
|
15900
15474
|
export type MarketplacePlansListResponses = {
|
|
15901
|
-
200:
|
|
15475
|
+
200: Array<ProviderPlanDetails>;
|
|
15902
15476
|
};
|
|
15903
15477
|
export type MarketplacePlansListResponse = MarketplacePlansListResponses[keyof MarketplacePlansListResponses];
|
|
15904
15478
|
export type MarketplacePlansCreateData = {
|
|
@@ -16038,7 +15612,7 @@ export type MarketplacePlansUsageStatsListData = {
|
|
|
16038
15612
|
url: '/api/marketplace-plans/usage_stats/';
|
|
16039
15613
|
};
|
|
16040
15614
|
export type MarketplacePlansUsageStatsListResponses = {
|
|
16041
|
-
200:
|
|
15615
|
+
200: Array<PlanUsageResponse>;
|
|
16042
15616
|
};
|
|
16043
15617
|
export type MarketplacePlansUsageStatsListResponse = MarketplacePlansUsageStatsListResponses[keyof MarketplacePlansUsageStatsListResponses];
|
|
16044
15618
|
export type MarketplacePluginsListData = {
|
|
@@ -16073,7 +15647,7 @@ export type MarketplaceProjectEstimatedCostPoliciesListData = {
|
|
|
16073
15647
|
url: '/api/marketplace-project-estimated-cost-policies/';
|
|
16074
15648
|
};
|
|
16075
15649
|
export type MarketplaceProjectEstimatedCostPoliciesListResponses = {
|
|
16076
|
-
200:
|
|
15650
|
+
200: Array<ProjectEstimatedCostPolicy>;
|
|
16077
15651
|
};
|
|
16078
15652
|
export type MarketplaceProjectEstimatedCostPoliciesListResponse = MarketplaceProjectEstimatedCostPoliciesListResponses[keyof MarketplaceProjectEstimatedCostPoliciesListResponses];
|
|
16079
15653
|
export type MarketplaceProjectEstimatedCostPoliciesCreateData = {
|
|
@@ -16163,19 +15737,12 @@ export type MarketplaceProjectUpdateRequestsListData = {
|
|
|
16163
15737
|
*/
|
|
16164
15738
|
page_size?: number;
|
|
16165
15739
|
project_uuid?: string;
|
|
16166
|
-
/**
|
|
16167
|
-
* * `draft` - draft
|
|
16168
|
-
* * `pending` - pending
|
|
16169
|
-
* * `approved` - approved
|
|
16170
|
-
* * `rejected` - rejected
|
|
16171
|
-
* * `canceled` - canceled
|
|
16172
|
-
*/
|
|
16173
15740
|
state?: Array<'approved' | 'canceled' | 'draft' | 'pending' | 'rejected'>;
|
|
16174
15741
|
};
|
|
16175
15742
|
url: '/api/marketplace-project-update-requests/';
|
|
16176
15743
|
};
|
|
16177
15744
|
export type MarketplaceProjectUpdateRequestsListResponses = {
|
|
16178
|
-
200:
|
|
15745
|
+
200: Array<RemoteProjectUpdateRequest>;
|
|
16179
15746
|
};
|
|
16180
15747
|
export type MarketplaceProjectUpdateRequestsListResponse = MarketplaceProjectUpdateRequestsListResponses[keyof MarketplaceProjectUpdateRequestsListResponses];
|
|
16181
15748
|
export type MarketplaceProjectUpdateRequestsRetrieveData = {
|
|
@@ -16247,20 +15814,7 @@ export type MarketplaceProviderOfferingsListData = {
|
|
|
16247
15814
|
/**
|
|
16248
15815
|
* Ordering
|
|
16249
15816
|
*
|
|
16250
|
-
*
|
|
16251
|
-
* * `-name` - Name (descending)
|
|
16252
|
-
* * `created` - Created
|
|
16253
|
-
* * `-created` - Created (descending)
|
|
16254
|
-
* * `type` - Type
|
|
16255
|
-
* * `-type` - Type (descending)
|
|
16256
|
-
* * `total_customers` - Total customers
|
|
16257
|
-
* * `-total_customers` - Total customers (descending)
|
|
16258
|
-
* * `total_cost` - Total cost
|
|
16259
|
-
* * `-total_cost` - Total cost (descending)
|
|
16260
|
-
* * `total_cost_estimated` - Total cost estimated
|
|
16261
|
-
* * `-total_cost_estimated` - Total cost estimated (descending)
|
|
16262
|
-
* * `state` - State
|
|
16263
|
-
* * `-state` - State (descending)
|
|
15817
|
+
*
|
|
16264
15818
|
*/
|
|
16265
15819
|
o?: Array<'-created' | '-name' | '-state' | '-total_cost' | '-total_cost_estimated' | '-total_customers' | '-type' | 'created' | 'name' | 'state' | 'total_cost' | 'total_cost_estimated' | 'total_customers' | 'type'>;
|
|
16266
15820
|
organization_group_uuid?: Array<string>;
|
|
@@ -16286,19 +15840,13 @@ export type MarketplaceProviderOfferingsListData = {
|
|
|
16286
15840
|
*/
|
|
16287
15841
|
service_manager_uuid?: string;
|
|
16288
15842
|
shared?: boolean;
|
|
16289
|
-
/**
|
|
16290
|
-
* * `Draft` - Draft
|
|
16291
|
-
* * `Active` - Active
|
|
16292
|
-
* * `Paused` - Paused
|
|
16293
|
-
* * `Archived` - Archived
|
|
16294
|
-
*/
|
|
16295
15843
|
state?: Array<'Active' | 'Archived' | 'Draft' | 'Paused'>;
|
|
16296
15844
|
type?: Array<string>;
|
|
16297
15845
|
};
|
|
16298
15846
|
url: '/api/marketplace-provider-offerings/';
|
|
16299
15847
|
};
|
|
16300
15848
|
export type MarketplaceProviderOfferingsListResponses = {
|
|
16301
|
-
200:
|
|
15849
|
+
200: Array<ProviderOfferingDetails>;
|
|
16302
15850
|
};
|
|
16303
15851
|
export type MarketplaceProviderOfferingsListResponse = MarketplaceProviderOfferingsListResponses[keyof MarketplaceProviderOfferingsListResponses];
|
|
16304
15852
|
export type MarketplaceProviderOfferingsCreateData = {
|
|
@@ -16341,7 +15889,7 @@ export type MarketplaceProviderOfferingsRetrieveResponses = {
|
|
|
16341
15889
|
};
|
|
16342
15890
|
export type MarketplaceProviderOfferingsRetrieveResponse = MarketplaceProviderOfferingsRetrieveResponses[keyof MarketplaceProviderOfferingsRetrieveResponses];
|
|
16343
15891
|
export type MarketplaceProviderOfferingsActivateData = {
|
|
16344
|
-
body
|
|
15892
|
+
body?: never;
|
|
16345
15893
|
path: {
|
|
16346
15894
|
uuid: string;
|
|
16347
15895
|
};
|
|
@@ -16379,7 +15927,7 @@ export type MarketplaceProviderOfferingsAddUserResponses = {
|
|
|
16379
15927
|
200: unknown;
|
|
16380
15928
|
};
|
|
16381
15929
|
export type MarketplaceProviderOfferingsArchiveData = {
|
|
16382
|
-
body
|
|
15930
|
+
body?: never;
|
|
16383
15931
|
path: {
|
|
16384
15932
|
uuid: string;
|
|
16385
15933
|
};
|
|
@@ -16424,20 +15972,7 @@ export type MarketplaceProviderOfferingsComponentStatsListData = {
|
|
|
16424
15972
|
/**
|
|
16425
15973
|
* Ordering
|
|
16426
15974
|
*
|
|
16427
|
-
*
|
|
16428
|
-
* * `-name` - Name (descending)
|
|
16429
|
-
* * `created` - Created
|
|
16430
|
-
* * `-created` - Created (descending)
|
|
16431
|
-
* * `type` - Type
|
|
16432
|
-
* * `-type` - Type (descending)
|
|
16433
|
-
* * `total_customers` - Total customers
|
|
16434
|
-
* * `-total_customers` - Total customers (descending)
|
|
16435
|
-
* * `total_cost` - Total cost
|
|
16436
|
-
* * `-total_cost` - Total cost (descending)
|
|
16437
|
-
* * `total_cost_estimated` - Total cost estimated
|
|
16438
|
-
* * `-total_cost_estimated` - Total cost estimated (descending)
|
|
16439
|
-
* * `state` - State
|
|
16440
|
-
* * `-state` - State (descending)
|
|
15975
|
+
*
|
|
16441
15976
|
*/
|
|
16442
15977
|
o?: Array<'-created' | '-name' | '-state' | '-total_cost' | '-total_cost_estimated' | '-total_customers' | '-type' | 'created' | 'name' | 'state' | 'total_cost' | 'total_cost_estimated' | 'total_customers' | 'type'>;
|
|
16443
15978
|
organization_group_uuid?: Array<string>;
|
|
@@ -16467,19 +16002,13 @@ export type MarketplaceProviderOfferingsComponentStatsListData = {
|
|
|
16467
16002
|
* Start date in format YYYY-MM.
|
|
16468
16003
|
*/
|
|
16469
16004
|
start?: string;
|
|
16470
|
-
/**
|
|
16471
|
-
* * `Draft` - Draft
|
|
16472
|
-
* * `Active` - Active
|
|
16473
|
-
* * `Paused` - Paused
|
|
16474
|
-
* * `Archived` - Archived
|
|
16475
|
-
*/
|
|
16476
16005
|
state?: Array<'Active' | 'Archived' | 'Draft' | 'Paused'>;
|
|
16477
16006
|
type?: Array<string>;
|
|
16478
16007
|
};
|
|
16479
16008
|
url: '/api/marketplace-provider-offerings/{uuid}/component_stats/';
|
|
16480
16009
|
};
|
|
16481
16010
|
export type MarketplaceProviderOfferingsComponentStatsListResponses = {
|
|
16482
|
-
200:
|
|
16011
|
+
200: Array<OfferingComponentStat>;
|
|
16483
16012
|
};
|
|
16484
16013
|
export type MarketplaceProviderOfferingsComponentStatsListResponse = MarketplaceProviderOfferingsComponentStatsListResponses[keyof MarketplaceProviderOfferingsComponentStatsListResponses];
|
|
16485
16014
|
export type MarketplaceProviderOfferingsCostsListData = {
|
|
@@ -16517,20 +16046,7 @@ export type MarketplaceProviderOfferingsCostsListData = {
|
|
|
16517
16046
|
/**
|
|
16518
16047
|
* Ordering
|
|
16519
16048
|
*
|
|
16520
|
-
*
|
|
16521
|
-
* * `-name` - Name (descending)
|
|
16522
|
-
* * `created` - Created
|
|
16523
|
-
* * `-created` - Created (descending)
|
|
16524
|
-
* * `type` - Type
|
|
16525
|
-
* * `-type` - Type (descending)
|
|
16526
|
-
* * `total_customers` - Total customers
|
|
16527
|
-
* * `-total_customers` - Total customers (descending)
|
|
16528
|
-
* * `total_cost` - Total cost
|
|
16529
|
-
* * `-total_cost` - Total cost (descending)
|
|
16530
|
-
* * `total_cost_estimated` - Total cost estimated
|
|
16531
|
-
* * `-total_cost_estimated` - Total cost estimated (descending)
|
|
16532
|
-
* * `state` - State
|
|
16533
|
-
* * `-state` - State (descending)
|
|
16049
|
+
*
|
|
16534
16050
|
*/
|
|
16535
16051
|
o?: Array<'-created' | '-name' | '-state' | '-total_cost' | '-total_cost_estimated' | '-total_customers' | '-type' | 'created' | 'name' | 'state' | 'total_cost' | 'total_cost_estimated' | 'total_customers' | 'type'>;
|
|
16536
16052
|
organization_group_uuid?: Array<string>;
|
|
@@ -16560,19 +16076,13 @@ export type MarketplaceProviderOfferingsCostsListData = {
|
|
|
16560
16076
|
* Start date in format YYYY-MM.
|
|
16561
16077
|
*/
|
|
16562
16078
|
start?: string;
|
|
16563
|
-
/**
|
|
16564
|
-
* * `Draft` - Draft
|
|
16565
|
-
* * `Active` - Active
|
|
16566
|
-
* * `Paused` - Paused
|
|
16567
|
-
* * `Archived` - Archived
|
|
16568
|
-
*/
|
|
16569
16079
|
state?: Array<'Active' | 'Archived' | 'Draft' | 'Paused'>;
|
|
16570
16080
|
type?: Array<string>;
|
|
16571
16081
|
};
|
|
16572
16082
|
url: '/api/marketplace-provider-offerings/{uuid}/costs/';
|
|
16573
16083
|
};
|
|
16574
16084
|
export type MarketplaceProviderOfferingsCostsListResponses = {
|
|
16575
|
-
200:
|
|
16085
|
+
200: Array<ProviderOfferingCosts>;
|
|
16576
16086
|
};
|
|
16577
16087
|
export type MarketplaceProviderOfferingsCostsListResponse = MarketplaceProviderOfferingsCostsListResponses[keyof MarketplaceProviderOfferingsCostsListResponses];
|
|
16578
16088
|
export type MarketplaceProviderOfferingsCreateOfferingComponentData = {
|
|
@@ -16619,20 +16129,7 @@ export type MarketplaceProviderOfferingsCustomersListData = {
|
|
|
16619
16129
|
/**
|
|
16620
16130
|
* Ordering
|
|
16621
16131
|
*
|
|
16622
|
-
*
|
|
16623
|
-
* * `-name` - Name (descending)
|
|
16624
|
-
* * `created` - Created
|
|
16625
|
-
* * `-created` - Created (descending)
|
|
16626
|
-
* * `type` - Type
|
|
16627
|
-
* * `-type` - Type (descending)
|
|
16628
|
-
* * `total_customers` - Total customers
|
|
16629
|
-
* * `-total_customers` - Total customers (descending)
|
|
16630
|
-
* * `total_cost` - Total cost
|
|
16631
|
-
* * `-total_cost` - Total cost (descending)
|
|
16632
|
-
* * `total_cost_estimated` - Total cost estimated
|
|
16633
|
-
* * `-total_cost_estimated` - Total cost estimated (descending)
|
|
16634
|
-
* * `state` - State
|
|
16635
|
-
* * `-state` - State (descending)
|
|
16132
|
+
*
|
|
16636
16133
|
*/
|
|
16637
16134
|
o?: Array<'-created' | '-name' | '-state' | '-total_cost' | '-total_cost_estimated' | '-total_customers' | '-type' | 'created' | 'name' | 'state' | 'total_cost' | 'total_cost_estimated' | 'total_customers' | 'type'>;
|
|
16638
16135
|
organization_group_uuid?: Array<string>;
|
|
@@ -16658,19 +16155,13 @@ export type MarketplaceProviderOfferingsCustomersListData = {
|
|
|
16658
16155
|
*/
|
|
16659
16156
|
service_manager_uuid?: string;
|
|
16660
16157
|
shared?: boolean;
|
|
16661
|
-
/**
|
|
16662
|
-
* * `Draft` - Draft
|
|
16663
|
-
* * `Active` - Active
|
|
16664
|
-
* * `Paused` - Paused
|
|
16665
|
-
* * `Archived` - Archived
|
|
16666
|
-
*/
|
|
16667
16158
|
state?: Array<'Active' | 'Archived' | 'Draft' | 'Paused'>;
|
|
16668
16159
|
type?: Array<string>;
|
|
16669
16160
|
};
|
|
16670
16161
|
url: '/api/marketplace-provider-offerings/{uuid}/customers/';
|
|
16671
16162
|
};
|
|
16672
16163
|
export type MarketplaceProviderOfferingsCustomersListResponses = {
|
|
16673
|
-
200:
|
|
16164
|
+
200: Array<ProviderOfferingCustomer>;
|
|
16674
16165
|
};
|
|
16675
16166
|
export type MarketplaceProviderOfferingsCustomersListResponse = MarketplaceProviderOfferingsCustomersListResponses[keyof MarketplaceProviderOfferingsCustomersListResponses];
|
|
16676
16167
|
export type MarketplaceProviderOfferingsDeleteEndpointData = {
|
|
@@ -16745,7 +16236,7 @@ export type MarketplaceProviderOfferingsDeleteUserResponses = {
|
|
|
16745
16236
|
200: unknown;
|
|
16746
16237
|
};
|
|
16747
16238
|
export type MarketplaceProviderOfferingsDraftData = {
|
|
16748
|
-
body
|
|
16239
|
+
body?: never;
|
|
16749
16240
|
path: {
|
|
16750
16241
|
uuid: string;
|
|
16751
16242
|
};
|
|
@@ -16810,20 +16301,7 @@ export type MarketplaceProviderOfferingsImportableResourcesListData = {
|
|
|
16810
16301
|
/**
|
|
16811
16302
|
* Ordering
|
|
16812
16303
|
*
|
|
16813
|
-
*
|
|
16814
|
-
* * `-name` - Name (descending)
|
|
16815
|
-
* * `created` - Created
|
|
16816
|
-
* * `-created` - Created (descending)
|
|
16817
|
-
* * `type` - Type
|
|
16818
|
-
* * `-type` - Type (descending)
|
|
16819
|
-
* * `total_customers` - Total customers
|
|
16820
|
-
* * `-total_customers` - Total customers (descending)
|
|
16821
|
-
* * `total_cost` - Total cost
|
|
16822
|
-
* * `-total_cost` - Total cost (descending)
|
|
16823
|
-
* * `total_cost_estimated` - Total cost estimated
|
|
16824
|
-
* * `-total_cost_estimated` - Total cost estimated (descending)
|
|
16825
|
-
* * `state` - State
|
|
16826
|
-
* * `-state` - State (descending)
|
|
16304
|
+
*
|
|
16827
16305
|
*/
|
|
16828
16306
|
o?: Array<'-created' | '-name' | '-state' | '-total_cost' | '-total_cost_estimated' | '-total_customers' | '-type' | 'created' | 'name' | 'state' | 'total_cost' | 'total_cost_estimated' | 'total_customers' | 'type'>;
|
|
16829
16307
|
organization_group_uuid?: Array<string>;
|
|
@@ -16849,19 +16327,13 @@ export type MarketplaceProviderOfferingsImportableResourcesListData = {
|
|
|
16849
16327
|
*/
|
|
16850
16328
|
service_manager_uuid?: string;
|
|
16851
16329
|
shared?: boolean;
|
|
16852
|
-
/**
|
|
16853
|
-
* * `Draft` - Draft
|
|
16854
|
-
* * `Active` - Active
|
|
16855
|
-
* * `Paused` - Paused
|
|
16856
|
-
* * `Archived` - Archived
|
|
16857
|
-
*/
|
|
16858
16330
|
state?: Array<'Active' | 'Archived' | 'Draft' | 'Paused'>;
|
|
16859
16331
|
type?: Array<string>;
|
|
16860
16332
|
};
|
|
16861
16333
|
url: '/api/marketplace-provider-offerings/{uuid}/importable_resources/';
|
|
16862
16334
|
};
|
|
16863
16335
|
export type MarketplaceProviderOfferingsImportableResourcesListResponses = {
|
|
16864
|
-
200:
|
|
16336
|
+
200: Array<ImportableResource>;
|
|
16865
16337
|
};
|
|
16866
16338
|
export type MarketplaceProviderOfferingsImportableResourcesListResponse = MarketplaceProviderOfferingsImportableResourcesListResponses[keyof MarketplaceProviderOfferingsImportableResourcesListResponses];
|
|
16867
16339
|
export type MarketplaceProviderOfferingsListCustomerProjectsListData = {
|
|
@@ -16894,20 +16366,7 @@ export type MarketplaceProviderOfferingsListCustomerProjectsListData = {
|
|
|
16894
16366
|
/**
|
|
16895
16367
|
* Ordering
|
|
16896
16368
|
*
|
|
16897
|
-
*
|
|
16898
|
-
* * `-name` - Name (descending)
|
|
16899
|
-
* * `created` - Created
|
|
16900
|
-
* * `-created` - Created (descending)
|
|
16901
|
-
* * `type` - Type
|
|
16902
|
-
* * `-type` - Type (descending)
|
|
16903
|
-
* * `total_customers` - Total customers
|
|
16904
|
-
* * `-total_customers` - Total customers (descending)
|
|
16905
|
-
* * `total_cost` - Total cost
|
|
16906
|
-
* * `-total_cost` - Total cost (descending)
|
|
16907
|
-
* * `total_cost_estimated` - Total cost estimated
|
|
16908
|
-
* * `-total_cost_estimated` - Total cost estimated (descending)
|
|
16909
|
-
* * `state` - State
|
|
16910
|
-
* * `-state` - State (descending)
|
|
16369
|
+
*
|
|
16911
16370
|
*/
|
|
16912
16371
|
o?: Array<'-created' | '-name' | '-state' | '-total_cost' | '-total_cost_estimated' | '-total_customers' | '-type' | 'created' | 'name' | 'state' | 'total_cost' | 'total_cost_estimated' | 'total_customers' | 'type'>;
|
|
16913
16372
|
organization_group_uuid?: Array<string>;
|
|
@@ -16933,19 +16392,13 @@ export type MarketplaceProviderOfferingsListCustomerProjectsListData = {
|
|
|
16933
16392
|
*/
|
|
16934
16393
|
service_manager_uuid?: string;
|
|
16935
16394
|
shared?: boolean;
|
|
16936
|
-
/**
|
|
16937
|
-
* * `Draft` - Draft
|
|
16938
|
-
* * `Active` - Active
|
|
16939
|
-
* * `Paused` - Paused
|
|
16940
|
-
* * `Archived` - Archived
|
|
16941
|
-
*/
|
|
16942
16395
|
state?: Array<'Active' | 'Archived' | 'Draft' | 'Paused'>;
|
|
16943
16396
|
type?: Array<string>;
|
|
16944
16397
|
};
|
|
16945
16398
|
url: '/api/marketplace-provider-offerings/{uuid}/list_customer_projects/';
|
|
16946
16399
|
};
|
|
16947
16400
|
export type MarketplaceProviderOfferingsListCustomerProjectsListResponses = {
|
|
16948
|
-
200:
|
|
16401
|
+
200: Array<Project>;
|
|
16949
16402
|
};
|
|
16950
16403
|
export type MarketplaceProviderOfferingsListCustomerProjectsListResponse = MarketplaceProviderOfferingsListCustomerProjectsListResponses[keyof MarketplaceProviderOfferingsListCustomerProjectsListResponses];
|
|
16951
16404
|
export type MarketplaceProviderOfferingsListCustomerUsersListData = {
|
|
@@ -16978,20 +16431,7 @@ export type MarketplaceProviderOfferingsListCustomerUsersListData = {
|
|
|
16978
16431
|
/**
|
|
16979
16432
|
* Ordering
|
|
16980
16433
|
*
|
|
16981
|
-
*
|
|
16982
|
-
* * `-name` - Name (descending)
|
|
16983
|
-
* * `created` - Created
|
|
16984
|
-
* * `-created` - Created (descending)
|
|
16985
|
-
* * `type` - Type
|
|
16986
|
-
* * `-type` - Type (descending)
|
|
16987
|
-
* * `total_customers` - Total customers
|
|
16988
|
-
* * `-total_customers` - Total customers (descending)
|
|
16989
|
-
* * `total_cost` - Total cost
|
|
16990
|
-
* * `-total_cost` - Total cost (descending)
|
|
16991
|
-
* * `total_cost_estimated` - Total cost estimated
|
|
16992
|
-
* * `-total_cost_estimated` - Total cost estimated (descending)
|
|
16993
|
-
* * `state` - State
|
|
16994
|
-
* * `-state` - State (descending)
|
|
16434
|
+
*
|
|
16995
16435
|
*/
|
|
16996
16436
|
o?: Array<'-created' | '-name' | '-state' | '-total_cost' | '-total_cost_estimated' | '-total_customers' | '-type' | 'created' | 'name' | 'state' | 'total_cost' | 'total_cost_estimated' | 'total_customers' | 'type'>;
|
|
16997
16437
|
organization_group_uuid?: Array<string>;
|
|
@@ -17017,19 +16457,13 @@ export type MarketplaceProviderOfferingsListCustomerUsersListData = {
|
|
|
17017
16457
|
*/
|
|
17018
16458
|
service_manager_uuid?: string;
|
|
17019
16459
|
shared?: boolean;
|
|
17020
|
-
/**
|
|
17021
|
-
* * `Draft` - Draft
|
|
17022
|
-
* * `Active` - Active
|
|
17023
|
-
* * `Paused` - Paused
|
|
17024
|
-
* * `Archived` - Archived
|
|
17025
|
-
*/
|
|
17026
16460
|
state?: Array<'Active' | 'Archived' | 'Draft' | 'Paused'>;
|
|
17027
16461
|
type?: Array<string>;
|
|
17028
16462
|
};
|
|
17029
16463
|
url: '/api/marketplace-provider-offerings/{uuid}/list_customer_users/';
|
|
17030
16464
|
};
|
|
17031
16465
|
export type MarketplaceProviderOfferingsListCustomerUsersListResponses = {
|
|
17032
|
-
200:
|
|
16466
|
+
200: Array<User>;
|
|
17033
16467
|
};
|
|
17034
16468
|
export type MarketplaceProviderOfferingsListCustomerUsersListResponse = MarketplaceProviderOfferingsListCustomerUsersListResponses[keyof MarketplaceProviderOfferingsListCustomerUsersListResponses];
|
|
17035
16469
|
export type MarketplaceProviderOfferingsListUsersListData = {
|
|
@@ -17106,12 +16540,6 @@ export type MarketplaceProviderOfferingsListUsersListData = {
|
|
|
17106
16540
|
*/
|
|
17107
16541
|
service_manager_uuid?: string;
|
|
17108
16542
|
shared?: boolean;
|
|
17109
|
-
/**
|
|
17110
|
-
* * `Draft` - Draft
|
|
17111
|
-
* * `Active` - Active
|
|
17112
|
-
* * `Paused` - Paused
|
|
17113
|
-
* * `Archived` - Archived
|
|
17114
|
-
*/
|
|
17115
16543
|
state?: Array<'Active' | 'Archived' | 'Draft' | 'Paused'>;
|
|
17116
16544
|
type?: Array<string>;
|
|
17117
16545
|
/**
|
|
@@ -17134,7 +16562,7 @@ export type MarketplaceProviderOfferingsListUsersListData = {
|
|
|
17134
16562
|
url: '/api/marketplace-provider-offerings/{uuid}/list_users/';
|
|
17135
16563
|
};
|
|
17136
16564
|
export type MarketplaceProviderOfferingsListUsersListResponses = {
|
|
17137
|
-
200:
|
|
16565
|
+
200: Array<UserRoleDetails>;
|
|
17138
16566
|
};
|
|
17139
16567
|
export type MarketplaceProviderOfferingsListUsersListResponse = MarketplaceProviderOfferingsListUsersListResponses[keyof MarketplaceProviderOfferingsListUsersListResponses];
|
|
17140
16568
|
export type MarketplaceProviderOfferingsPauseData = {
|
|
@@ -17218,7 +16646,7 @@ export type MarketplaceProviderOfferingsSyncResponses = {
|
|
|
17218
16646
|
200: unknown;
|
|
17219
16647
|
};
|
|
17220
16648
|
export type MarketplaceProviderOfferingsUnpauseData = {
|
|
17221
|
-
body
|
|
16649
|
+
body?: never;
|
|
17222
16650
|
path: {
|
|
17223
16651
|
uuid: string;
|
|
17224
16652
|
};
|
|
@@ -17439,14 +16867,7 @@ export type MarketplaceProviderResourcesListData = {
|
|
|
17439
16867
|
/**
|
|
17440
16868
|
* Ordering
|
|
17441
16869
|
*
|
|
17442
|
-
*
|
|
17443
|
-
* * `-name` - Name (descending)
|
|
17444
|
-
* * `created` - Created
|
|
17445
|
-
* * `-created` - Created (descending)
|
|
17446
|
-
* * `project_name` - Project name
|
|
17447
|
-
* * `-project_name` - Project name (descending)
|
|
17448
|
-
* * `state` - State
|
|
17449
|
-
* * `-state` - State (descending)
|
|
16870
|
+
*
|
|
17450
16871
|
*/
|
|
17451
16872
|
o?: Array<'-created' | '-name' | '-project_name' | '-state' | 'created' | 'name' | 'project_name' | 'state'>;
|
|
17452
16873
|
offering?: string;
|
|
@@ -17479,14 +16900,6 @@ export type MarketplaceProviderResourcesListData = {
|
|
|
17479
16900
|
* Service Manager UUID
|
|
17480
16901
|
*/
|
|
17481
16902
|
service_manager_uuid?: string;
|
|
17482
|
-
/**
|
|
17483
|
-
* * `Creating` - Creating
|
|
17484
|
-
* * `OK` - OK
|
|
17485
|
-
* * `Erred` - Erred
|
|
17486
|
-
* * `Updating` - Updating
|
|
17487
|
-
* * `Terminating` - Terminating
|
|
17488
|
-
* * `Terminated` - Terminated
|
|
17489
|
-
*/
|
|
17490
16903
|
state?: Array<'Creating' | 'Erred' | 'OK' | 'Terminated' | 'Terminating' | 'Updating'>;
|
|
17491
16904
|
/**
|
|
17492
16905
|
* Visible to username
|
|
@@ -17496,7 +16909,7 @@ export type MarketplaceProviderResourcesListData = {
|
|
|
17496
16909
|
url: '/api/marketplace-provider-resources/';
|
|
17497
16910
|
};
|
|
17498
16911
|
export type MarketplaceProviderResourcesListResponses = {
|
|
17499
|
-
200:
|
|
16912
|
+
200: Array<Resource>;
|
|
17500
16913
|
};
|
|
17501
16914
|
export type MarketplaceProviderResourcesListResponse = MarketplaceProviderResourcesListResponses[keyof MarketplaceProviderResourcesListResponses];
|
|
17502
16915
|
export type MarketplaceProviderResourcesRetrieveData = {
|
|
@@ -17618,14 +17031,7 @@ export type MarketplaceProviderResourcesOfferingForSubresourcesListData = {
|
|
|
17618
17031
|
/**
|
|
17619
17032
|
* Ordering
|
|
17620
17033
|
*
|
|
17621
|
-
*
|
|
17622
|
-
* * `-name` - Name (descending)
|
|
17623
|
-
* * `created` - Created
|
|
17624
|
-
* * `-created` - Created (descending)
|
|
17625
|
-
* * `project_name` - Project name
|
|
17626
|
-
* * `-project_name` - Project name (descending)
|
|
17627
|
-
* * `state` - State
|
|
17628
|
-
* * `-state` - State (descending)
|
|
17034
|
+
*
|
|
17629
17035
|
*/
|
|
17630
17036
|
o?: Array<'-created' | '-name' | '-project_name' | '-state' | 'created' | 'name' | 'project_name' | 'state'>;
|
|
17631
17037
|
offering?: string;
|
|
@@ -17650,14 +17056,6 @@ export type MarketplaceProviderResourcesOfferingForSubresourcesListData = {
|
|
|
17650
17056
|
* Service Manager UUID
|
|
17651
17057
|
*/
|
|
17652
17058
|
service_manager_uuid?: string;
|
|
17653
|
-
/**
|
|
17654
|
-
* * `Creating` - Creating
|
|
17655
|
-
* * `OK` - OK
|
|
17656
|
-
* * `Erred` - Erred
|
|
17657
|
-
* * `Updating` - Updating
|
|
17658
|
-
* * `Terminating` - Terminating
|
|
17659
|
-
* * `Terminated` - Terminated
|
|
17660
|
-
*/
|
|
17661
17059
|
state?: Array<'Creating' | 'Erred' | 'OK' | 'Terminated' | 'Terminating' | 'Updating'>;
|
|
17662
17060
|
/**
|
|
17663
17061
|
* Visible to username
|
|
@@ -17701,14 +17099,7 @@ export type MarketplaceProviderResourcesPlanPeriodsListData = {
|
|
|
17701
17099
|
/**
|
|
17702
17100
|
* Ordering
|
|
17703
17101
|
*
|
|
17704
|
-
*
|
|
17705
|
-
* * `-name` - Name (descending)
|
|
17706
|
-
* * `created` - Created
|
|
17707
|
-
* * `-created` - Created (descending)
|
|
17708
|
-
* * `project_name` - Project name
|
|
17709
|
-
* * `-project_name` - Project name (descending)
|
|
17710
|
-
* * `state` - State
|
|
17711
|
-
* * `-state` - State (descending)
|
|
17102
|
+
*
|
|
17712
17103
|
*/
|
|
17713
17104
|
o?: Array<'-created' | '-name' | '-project_name' | '-state' | 'created' | 'name' | 'project_name' | 'state'>;
|
|
17714
17105
|
offering?: string;
|
|
@@ -17733,14 +17124,6 @@ export type MarketplaceProviderResourcesPlanPeriodsListData = {
|
|
|
17733
17124
|
* Service Manager UUID
|
|
17734
17125
|
*/
|
|
17735
17126
|
service_manager_uuid?: string;
|
|
17736
|
-
/**
|
|
17737
|
-
* * `Creating` - Creating
|
|
17738
|
-
* * `OK` - OK
|
|
17739
|
-
* * `Erred` - Erred
|
|
17740
|
-
* * `Updating` - Updating
|
|
17741
|
-
* * `Terminating` - Terminating
|
|
17742
|
-
* * `Terminated` - Terminated
|
|
17743
|
-
*/
|
|
17744
17127
|
state?: Array<'Creating' | 'Erred' | 'OK' | 'Terminated' | 'Terminating' | 'Updating'>;
|
|
17745
17128
|
/**
|
|
17746
17129
|
* Visible to username
|
|
@@ -17964,20 +17347,7 @@ export type MarketplacePublicOfferingsListData = {
|
|
|
17964
17347
|
/**
|
|
17965
17348
|
* Ordering
|
|
17966
17349
|
*
|
|
17967
|
-
*
|
|
17968
|
-
* * `-name` - Name (descending)
|
|
17969
|
-
* * `created` - Created
|
|
17970
|
-
* * `-created` - Created (descending)
|
|
17971
|
-
* * `type` - Type
|
|
17972
|
-
* * `-type` - Type (descending)
|
|
17973
|
-
* * `total_customers` - Total customers
|
|
17974
|
-
* * `-total_customers` - Total customers (descending)
|
|
17975
|
-
* * `total_cost` - Total cost
|
|
17976
|
-
* * `-total_cost` - Total cost (descending)
|
|
17977
|
-
* * `total_cost_estimated` - Total cost estimated
|
|
17978
|
-
* * `-total_cost_estimated` - Total cost estimated (descending)
|
|
17979
|
-
* * `state` - State
|
|
17980
|
-
* * `-state` - State (descending)
|
|
17350
|
+
*
|
|
17981
17351
|
*/
|
|
17982
17352
|
o?: Array<'-created' | '-name' | '-state' | '-total_cost' | '-total_cost_estimated' | '-total_customers' | '-type' | 'created' | 'name' | 'state' | 'total_cost' | 'total_cost_estimated' | 'total_customers' | 'type'>;
|
|
17983
17353
|
organization_group_uuid?: Array<string>;
|
|
@@ -18003,19 +17373,13 @@ export type MarketplacePublicOfferingsListData = {
|
|
|
18003
17373
|
*/
|
|
18004
17374
|
service_manager_uuid?: string;
|
|
18005
17375
|
shared?: boolean;
|
|
18006
|
-
/**
|
|
18007
|
-
* * `Draft` - Draft
|
|
18008
|
-
* * `Active` - Active
|
|
18009
|
-
* * `Paused` - Paused
|
|
18010
|
-
* * `Archived` - Archived
|
|
18011
|
-
*/
|
|
18012
17376
|
state?: Array<'Active' | 'Archived' | 'Draft' | 'Paused'>;
|
|
18013
17377
|
type?: Array<string>;
|
|
18014
17378
|
};
|
|
18015
17379
|
url: '/api/marketplace-public-offerings/';
|
|
18016
17380
|
};
|
|
18017
17381
|
export type MarketplacePublicOfferingsListResponses = {
|
|
18018
|
-
200:
|
|
17382
|
+
200: Array<PublicOfferingDetails>;
|
|
18019
17383
|
};
|
|
18020
17384
|
export type MarketplacePublicOfferingsListResponse = MarketplacePublicOfferingsListResponses[keyof MarketplacePublicOfferingsListResponses];
|
|
18021
17385
|
export type MarketplacePublicOfferingsRetrieveData = {
|
|
@@ -18077,7 +17441,7 @@ export type MarketplaceRelatedCustomersListData = {
|
|
|
18077
17441
|
url: '/api/marketplace-related-customers/{customer_uuid}/';
|
|
18078
17442
|
};
|
|
18079
17443
|
export type MarketplaceRelatedCustomersListResponses = {
|
|
18080
|
-
200:
|
|
17444
|
+
200: Array<BasicCustomer>;
|
|
18081
17445
|
};
|
|
18082
17446
|
export type MarketplaceRelatedCustomersListResponse = MarketplaceRelatedCustomersListResponses[keyof MarketplaceRelatedCustomersListResponses];
|
|
18083
17447
|
export type MarketplaceRemoteSynchronisationsListData = {
|
|
@@ -18096,7 +17460,7 @@ export type MarketplaceRemoteSynchronisationsListData = {
|
|
|
18096
17460
|
url: '/api/marketplace-remote-synchronisations/';
|
|
18097
17461
|
};
|
|
18098
17462
|
export type MarketplaceRemoteSynchronisationsListResponses = {
|
|
18099
|
-
200:
|
|
17463
|
+
200: Array<RemoteSynchronisation>;
|
|
18100
17464
|
};
|
|
18101
17465
|
export type MarketplaceRemoteSynchronisationsListResponse = MarketplaceRemoteSynchronisationsListResponses[keyof MarketplaceRemoteSynchronisationsListResponses];
|
|
18102
17466
|
export type MarketplaceRemoteSynchronisationsCreateData = {
|
|
@@ -18192,7 +17556,7 @@ export type MarketplaceResourceOfferingsListData = {
|
|
|
18192
17556
|
url: '/api/marketplace-resource-offerings/{category_uuid}/';
|
|
18193
17557
|
};
|
|
18194
17558
|
export type MarketplaceResourceOfferingsListResponses = {
|
|
18195
|
-
200:
|
|
17559
|
+
200: Array<ResourceOffering>;
|
|
18196
17560
|
};
|
|
18197
17561
|
export type MarketplaceResourceOfferingsListResponse = MarketplaceResourceOfferingsListResponses[keyof MarketplaceResourceOfferingsListResponses];
|
|
18198
17562
|
export type MarketplaceResourceUsersListData = {
|
|
@@ -18216,7 +17580,7 @@ export type MarketplaceResourceUsersListData = {
|
|
|
18216
17580
|
url: '/api/marketplace-resource-users/';
|
|
18217
17581
|
};
|
|
18218
17582
|
export type MarketplaceResourceUsersListResponses = {
|
|
18219
|
-
200:
|
|
17583
|
+
200: Array<ResourceUser>;
|
|
18220
17584
|
};
|
|
18221
17585
|
export type MarketplaceResourceUsersListResponse = MarketplaceResourceUsersListResponses[keyof MarketplaceResourceUsersListResponses];
|
|
18222
17586
|
export type MarketplaceResourceUsersCreateData = {
|
|
@@ -18286,14 +17650,7 @@ export type MarketplaceResourcesListData = {
|
|
|
18286
17650
|
/**
|
|
18287
17651
|
* Ordering
|
|
18288
17652
|
*
|
|
18289
|
-
*
|
|
18290
|
-
* * `-name` - Name (descending)
|
|
18291
|
-
* * `created` - Created
|
|
18292
|
-
* * `-created` - Created (descending)
|
|
18293
|
-
* * `project_name` - Project name
|
|
18294
|
-
* * `-project_name` - Project name (descending)
|
|
18295
|
-
* * `state` - State
|
|
18296
|
-
* * `-state` - State (descending)
|
|
17653
|
+
*
|
|
18297
17654
|
*/
|
|
18298
17655
|
o?: Array<'-created' | '-name' | '-project_name' | '-state' | 'created' | 'name' | 'project_name' | 'state'>;
|
|
18299
17656
|
offering?: string;
|
|
@@ -18326,14 +17683,6 @@ export type MarketplaceResourcesListData = {
|
|
|
18326
17683
|
* Service Manager UUID
|
|
18327
17684
|
*/
|
|
18328
17685
|
service_manager_uuid?: string;
|
|
18329
|
-
/**
|
|
18330
|
-
* * `Creating` - Creating
|
|
18331
|
-
* * `OK` - OK
|
|
18332
|
-
* * `Erred` - Erred
|
|
18333
|
-
* * `Updating` - Updating
|
|
18334
|
-
* * `Terminating` - Terminating
|
|
18335
|
-
* * `Terminated` - Terminated
|
|
18336
|
-
*/
|
|
18337
17686
|
state?: Array<'Creating' | 'Erred' | 'OK' | 'Terminated' | 'Terminating' | 'Updating'>;
|
|
18338
17687
|
/**
|
|
18339
17688
|
* Visible to username
|
|
@@ -18343,7 +17692,7 @@ export type MarketplaceResourcesListData = {
|
|
|
18343
17692
|
url: '/api/marketplace-resources/';
|
|
18344
17693
|
};
|
|
18345
17694
|
export type MarketplaceResourcesListResponses = {
|
|
18346
|
-
200:
|
|
17695
|
+
200: Array<Resource>;
|
|
18347
17696
|
};
|
|
18348
17697
|
export type MarketplaceResourcesListResponse = MarketplaceResourcesListResponses[keyof MarketplaceResourcesListResponses];
|
|
18349
17698
|
export type MarketplaceResourcesRetrieveData = {
|
|
@@ -18465,14 +17814,7 @@ export type MarketplaceResourcesOfferingForSubresourcesListData = {
|
|
|
18465
17814
|
/**
|
|
18466
17815
|
* Ordering
|
|
18467
17816
|
*
|
|
18468
|
-
*
|
|
18469
|
-
* * `-name` - Name (descending)
|
|
18470
|
-
* * `created` - Created
|
|
18471
|
-
* * `-created` - Created (descending)
|
|
18472
|
-
* * `project_name` - Project name
|
|
18473
|
-
* * `-project_name` - Project name (descending)
|
|
18474
|
-
* * `state` - State
|
|
18475
|
-
* * `-state` - State (descending)
|
|
17817
|
+
*
|
|
18476
17818
|
*/
|
|
18477
17819
|
o?: Array<'-created' | '-name' | '-project_name' | '-state' | 'created' | 'name' | 'project_name' | 'state'>;
|
|
18478
17820
|
offering?: string;
|
|
@@ -18497,14 +17839,6 @@ export type MarketplaceResourcesOfferingForSubresourcesListData = {
|
|
|
18497
17839
|
* Service Manager UUID
|
|
18498
17840
|
*/
|
|
18499
17841
|
service_manager_uuid?: string;
|
|
18500
|
-
/**
|
|
18501
|
-
* * `Creating` - Creating
|
|
18502
|
-
* * `OK` - OK
|
|
18503
|
-
* * `Erred` - Erred
|
|
18504
|
-
* * `Updating` - Updating
|
|
18505
|
-
* * `Terminating` - Terminating
|
|
18506
|
-
* * `Terminated` - Terminated
|
|
18507
|
-
*/
|
|
18508
17842
|
state?: Array<'Creating' | 'Erred' | 'OK' | 'Terminated' | 'Terminating' | 'Updating'>;
|
|
18509
17843
|
/**
|
|
18510
17844
|
* Visible to username
|
|
@@ -18548,14 +17882,7 @@ export type MarketplaceResourcesPlanPeriodsListData = {
|
|
|
18548
17882
|
/**
|
|
18549
17883
|
* Ordering
|
|
18550
17884
|
*
|
|
18551
|
-
*
|
|
18552
|
-
* * `-name` - Name (descending)
|
|
18553
|
-
* * `created` - Created
|
|
18554
|
-
* * `-created` - Created (descending)
|
|
18555
|
-
* * `project_name` - Project name
|
|
18556
|
-
* * `-project_name` - Project name (descending)
|
|
18557
|
-
* * `state` - State
|
|
18558
|
-
* * `-state` - State (descending)
|
|
17885
|
+
*
|
|
18559
17886
|
*/
|
|
18560
17887
|
o?: Array<'-created' | '-name' | '-project_name' | '-state' | 'created' | 'name' | 'project_name' | 'state'>;
|
|
18561
17888
|
offering?: string;
|
|
@@ -18580,14 +17907,6 @@ export type MarketplaceResourcesPlanPeriodsListData = {
|
|
|
18580
17907
|
* Service Manager UUID
|
|
18581
17908
|
*/
|
|
18582
17909
|
service_manager_uuid?: string;
|
|
18583
|
-
/**
|
|
18584
|
-
* * `Creating` - Creating
|
|
18585
|
-
* * `OK` - OK
|
|
18586
|
-
* * `Erred` - Erred
|
|
18587
|
-
* * `Updating` - Updating
|
|
18588
|
-
* * `Terminating` - Terminating
|
|
18589
|
-
* * `Terminated` - Terminated
|
|
18590
|
-
*/
|
|
18591
17910
|
state?: Array<'Creating' | 'Erred' | 'OK' | 'Terminated' | 'Terminating' | 'Updating'>;
|
|
18592
17911
|
/**
|
|
18593
17912
|
* Visible to username
|
|
@@ -18734,7 +18053,7 @@ export type MarketplaceRobotAccountsListData = {
|
|
|
18734
18053
|
url: '/api/marketplace-robot-accounts/';
|
|
18735
18054
|
};
|
|
18736
18055
|
export type MarketplaceRobotAccountsListResponses = {
|
|
18737
|
-
200:
|
|
18056
|
+
200: Array<RobotAccountDetails>;
|
|
18738
18057
|
};
|
|
18739
18058
|
export type MarketplaceRobotAccountsListResponse = MarketplaceRobotAccountsListResponses[keyof MarketplaceRobotAccountsListResponses];
|
|
18740
18059
|
export type MarketplaceRobotAccountsCreateData = {
|
|
@@ -18824,10 +18143,7 @@ export type MarketplaceScreenshotsListData = {
|
|
|
18824
18143
|
/**
|
|
18825
18144
|
* Ordering
|
|
18826
18145
|
*
|
|
18827
|
-
*
|
|
18828
|
-
* * `-name` - Name (descending)
|
|
18829
|
-
* * `created` - Created
|
|
18830
|
-
* * `-created` - Created (descending)
|
|
18146
|
+
*
|
|
18831
18147
|
*/
|
|
18832
18148
|
o?: Array<'-created' | '-name' | 'created' | 'name'>;
|
|
18833
18149
|
offering?: string;
|
|
@@ -18845,7 +18161,7 @@ export type MarketplaceScreenshotsListData = {
|
|
|
18845
18161
|
url: '/api/marketplace-screenshots/';
|
|
18846
18162
|
};
|
|
18847
18163
|
export type MarketplaceScreenshotsListResponses = {
|
|
18848
|
-
200:
|
|
18164
|
+
200: Array<Screenshot>;
|
|
18849
18165
|
};
|
|
18850
18166
|
export type MarketplaceScreenshotsListResponse = MarketplaceScreenshotsListResponses[keyof MarketplaceScreenshotsListResponses];
|
|
18851
18167
|
export type MarketplaceScreenshotsCreateData = {
|
|
@@ -18925,7 +18241,7 @@ export type MarketplaceScriptAsyncDryRunListData = {
|
|
|
18925
18241
|
url: '/api/marketplace-script-async-dry-run/';
|
|
18926
18242
|
};
|
|
18927
18243
|
export type MarketplaceScriptAsyncDryRunListResponses = {
|
|
18928
|
-
200:
|
|
18244
|
+
200: Array<DryRun>;
|
|
18929
18245
|
};
|
|
18930
18246
|
export type MarketplaceScriptAsyncDryRunListResponse = MarketplaceScriptAsyncDryRunListResponses[keyof MarketplaceScriptAsyncDryRunListResponses];
|
|
18931
18247
|
export type MarketplaceScriptAsyncDryRunRetrieveData = {
|
|
@@ -18998,7 +18314,7 @@ export type MarketplaceSectionsListData = {
|
|
|
18998
18314
|
url: '/api/marketplace-sections/';
|
|
18999
18315
|
};
|
|
19000
18316
|
export type MarketplaceSectionsListResponses = {
|
|
19001
|
-
200:
|
|
18317
|
+
200: Array<Section>;
|
|
19002
18318
|
};
|
|
19003
18319
|
export type MarketplaceSectionsListResponse = MarketplaceSectionsListResponses[keyof MarketplaceSectionsListResponses];
|
|
19004
18320
|
export type MarketplaceSectionsCreateData = {
|
|
@@ -19085,8 +18401,7 @@ export type MarketplaceServiceProvidersListData = {
|
|
|
19085
18401
|
/**
|
|
19086
18402
|
* Ordering
|
|
19087
18403
|
*
|
|
19088
|
-
*
|
|
19089
|
-
* * `-customer_name` - Customer name (descending)
|
|
18404
|
+
*
|
|
19090
18405
|
*/
|
|
19091
18406
|
o?: Array<'-customer_name' | 'customer_name'>;
|
|
19092
18407
|
/**
|
|
@@ -19101,7 +18416,7 @@ export type MarketplaceServiceProvidersListData = {
|
|
|
19101
18416
|
url: '/api/marketplace-service-providers/';
|
|
19102
18417
|
};
|
|
19103
18418
|
export type MarketplaceServiceProvidersListResponses = {
|
|
19104
|
-
200:
|
|
18419
|
+
200: Array<ServiceProvider>;
|
|
19105
18420
|
};
|
|
19106
18421
|
export type MarketplaceServiceProvidersListResponse = MarketplaceServiceProvidersListResponses[keyof MarketplaceServiceProvidersListResponses];
|
|
19107
18422
|
export type MarketplaceServiceProvidersCreateData = {
|
|
@@ -19217,8 +18532,7 @@ export type MarketplaceServiceProvidersCustomerProjectsListData = {
|
|
|
19217
18532
|
/**
|
|
19218
18533
|
* Ordering
|
|
19219
18534
|
*
|
|
19220
|
-
*
|
|
19221
|
-
* * `-customer_name` - Customer name (descending)
|
|
18535
|
+
*
|
|
19222
18536
|
*/
|
|
19223
18537
|
o?: Array<'-customer_name' | 'customer_name'>;
|
|
19224
18538
|
/**
|
|
@@ -19233,7 +18547,7 @@ export type MarketplaceServiceProvidersCustomerProjectsListData = {
|
|
|
19233
18547
|
url: '/api/marketplace-service-providers/{uuid}/customer_projects/';
|
|
19234
18548
|
};
|
|
19235
18549
|
export type MarketplaceServiceProvidersCustomerProjectsListResponses = {
|
|
19236
|
-
200:
|
|
18550
|
+
200: Array<ProviderCustomerProject>;
|
|
19237
18551
|
};
|
|
19238
18552
|
export type MarketplaceServiceProvidersCustomerProjectsListResponse = MarketplaceServiceProvidersCustomerProjectsListResponses[keyof MarketplaceServiceProvidersCustomerProjectsListResponses];
|
|
19239
18553
|
export type MarketplaceServiceProvidersCustomersListData = {
|
|
@@ -19248,8 +18562,7 @@ export type MarketplaceServiceProvidersCustomersListData = {
|
|
|
19248
18562
|
/**
|
|
19249
18563
|
* Ordering
|
|
19250
18564
|
*
|
|
19251
|
-
*
|
|
19252
|
-
* * `-customer_name` - Customer name (descending)
|
|
18565
|
+
*
|
|
19253
18566
|
*/
|
|
19254
18567
|
o?: Array<'-customer_name' | 'customer_name'>;
|
|
19255
18568
|
/**
|
|
@@ -19264,7 +18577,7 @@ export type MarketplaceServiceProvidersCustomersListData = {
|
|
|
19264
18577
|
url: '/api/marketplace-service-providers/{uuid}/customers/';
|
|
19265
18578
|
};
|
|
19266
18579
|
export type MarketplaceServiceProvidersCustomersListResponses = {
|
|
19267
|
-
200:
|
|
18580
|
+
200: Array<ProviderCustomer>;
|
|
19268
18581
|
};
|
|
19269
18582
|
export type MarketplaceServiceProvidersCustomersListResponse = MarketplaceServiceProvidersCustomersListResponses[keyof MarketplaceServiceProvidersCustomersListResponses];
|
|
19270
18583
|
export type MarketplaceServiceProvidersDeleteUserData = {
|
|
@@ -19293,8 +18606,7 @@ export type MarketplaceServiceProvidersKeysListData = {
|
|
|
19293
18606
|
/**
|
|
19294
18607
|
* Ordering
|
|
19295
18608
|
*
|
|
19296
|
-
*
|
|
19297
|
-
* * `-customer_name` - Customer name (descending)
|
|
18609
|
+
*
|
|
19298
18610
|
*/
|
|
19299
18611
|
o?: Array<'-customer_name' | 'customer_name'>;
|
|
19300
18612
|
/**
|
|
@@ -19309,7 +18621,7 @@ export type MarketplaceServiceProvidersKeysListData = {
|
|
|
19309
18621
|
url: '/api/marketplace-service-providers/{uuid}/keys/';
|
|
19310
18622
|
};
|
|
19311
18623
|
export type MarketplaceServiceProvidersKeysListResponses = {
|
|
19312
|
-
200:
|
|
18624
|
+
200: Array<SshKey>;
|
|
19313
18625
|
};
|
|
19314
18626
|
export type MarketplaceServiceProvidersKeysListResponse = MarketplaceServiceProvidersKeysListResponses[keyof MarketplaceServiceProvidersKeysListResponses];
|
|
19315
18627
|
export type MarketplaceServiceProvidersListUsersListData = {
|
|
@@ -19373,7 +18685,7 @@ export type MarketplaceServiceProvidersListUsersListData = {
|
|
|
19373
18685
|
url: '/api/marketplace-service-providers/{uuid}/list_users/';
|
|
19374
18686
|
};
|
|
19375
18687
|
export type MarketplaceServiceProvidersListUsersListResponses = {
|
|
19376
|
-
200:
|
|
18688
|
+
200: Array<UserRoleDetails>;
|
|
19377
18689
|
};
|
|
19378
18690
|
export type MarketplaceServiceProvidersListUsersListResponse = MarketplaceServiceProvidersListUsersListResponses[keyof MarketplaceServiceProvidersListUsersListResponses];
|
|
19379
18691
|
export type MarketplaceServiceProvidersOfferingsListData = {
|
|
@@ -19471,7 +18783,7 @@ export type MarketplaceServiceProvidersOfferingsListData = {
|
|
|
19471
18783
|
url: '/api/marketplace-service-providers/{uuid}/offerings/';
|
|
19472
18784
|
};
|
|
19473
18785
|
export type MarketplaceServiceProvidersOfferingsListResponses = {
|
|
19474
|
-
200:
|
|
18786
|
+
200: Array<ProviderOffering>;
|
|
19475
18787
|
};
|
|
19476
18788
|
export type MarketplaceServiceProvidersOfferingsListResponse = MarketplaceServiceProvidersOfferingsListResponses[keyof MarketplaceServiceProvidersOfferingsListResponses];
|
|
19477
18789
|
export type MarketplaceServiceProvidersProjectPermissionsListData = {
|
|
@@ -19486,8 +18798,7 @@ export type MarketplaceServiceProvidersProjectPermissionsListData = {
|
|
|
19486
18798
|
/**
|
|
19487
18799
|
* Ordering
|
|
19488
18800
|
*
|
|
19489
|
-
*
|
|
19490
|
-
* * `-customer_name` - Customer name (descending)
|
|
18801
|
+
*
|
|
19491
18802
|
*/
|
|
19492
18803
|
o?: Array<'-customer_name' | 'customer_name'>;
|
|
19493
18804
|
/**
|
|
@@ -19502,7 +18813,7 @@ export type MarketplaceServiceProvidersProjectPermissionsListData = {
|
|
|
19502
18813
|
url: '/api/marketplace-service-providers/{uuid}/project_permissions/';
|
|
19503
18814
|
};
|
|
19504
18815
|
export type MarketplaceServiceProvidersProjectPermissionsListResponses = {
|
|
19505
|
-
200:
|
|
18816
|
+
200: Array<ProjectPermissionLog>;
|
|
19506
18817
|
};
|
|
19507
18818
|
export type MarketplaceServiceProvidersProjectPermissionsListResponse = MarketplaceServiceProvidersProjectPermissionsListResponses[keyof MarketplaceServiceProvidersProjectPermissionsListResponses];
|
|
19508
18819
|
export type MarketplaceServiceProvidersProjectsListData = {
|
|
@@ -19517,8 +18828,7 @@ export type MarketplaceServiceProvidersProjectsListData = {
|
|
|
19517
18828
|
/**
|
|
19518
18829
|
* Ordering
|
|
19519
18830
|
*
|
|
19520
|
-
*
|
|
19521
|
-
* * `-customer_name` - Customer name (descending)
|
|
18831
|
+
*
|
|
19522
18832
|
*/
|
|
19523
18833
|
o?: Array<'-customer_name' | 'customer_name'>;
|
|
19524
18834
|
/**
|
|
@@ -19533,7 +18843,7 @@ export type MarketplaceServiceProvidersProjectsListData = {
|
|
|
19533
18843
|
url: '/api/marketplace-service-providers/{uuid}/projects/';
|
|
19534
18844
|
};
|
|
19535
18845
|
export type MarketplaceServiceProvidersProjectsListResponses = {
|
|
19536
|
-
200:
|
|
18846
|
+
200: Array<Project>;
|
|
19537
18847
|
};
|
|
19538
18848
|
export type MarketplaceServiceProvidersProjectsListResponse = MarketplaceServiceProvidersProjectsListResponses[keyof MarketplaceServiceProvidersProjectsListResponses];
|
|
19539
18849
|
export type MarketplaceServiceProvidersRevenueListData = {
|
|
@@ -19548,8 +18858,7 @@ export type MarketplaceServiceProvidersRevenueListData = {
|
|
|
19548
18858
|
/**
|
|
19549
18859
|
* Ordering
|
|
19550
18860
|
*
|
|
19551
|
-
*
|
|
19552
|
-
* * `-customer_name` - Customer name (descending)
|
|
18861
|
+
*
|
|
19553
18862
|
*/
|
|
19554
18863
|
o?: Array<'-customer_name' | 'customer_name'>;
|
|
19555
18864
|
/**
|
|
@@ -19564,7 +18873,7 @@ export type MarketplaceServiceProvidersRevenueListData = {
|
|
|
19564
18873
|
url: '/api/marketplace-service-providers/{uuid}/revenue/';
|
|
19565
18874
|
};
|
|
19566
18875
|
export type MarketplaceServiceProvidersRevenueListResponses = {
|
|
19567
|
-
200:
|
|
18876
|
+
200: Array<ServiceProviderRevenues>;
|
|
19568
18877
|
};
|
|
19569
18878
|
export type MarketplaceServiceProvidersRevenueListResponse = MarketplaceServiceProvidersRevenueListResponses[keyof MarketplaceServiceProvidersRevenueListResponses];
|
|
19570
18879
|
export type MarketplaceServiceProvidersRobotAccountCustomersListData = {
|
|
@@ -19580,8 +18889,7 @@ export type MarketplaceServiceProvidersRobotAccountCustomersListData = {
|
|
|
19580
18889
|
/**
|
|
19581
18890
|
* Ordering
|
|
19582
18891
|
*
|
|
19583
|
-
*
|
|
19584
|
-
* * `-customer_name` - Customer name (descending)
|
|
18892
|
+
*
|
|
19585
18893
|
*/
|
|
19586
18894
|
o?: Array<'-customer_name' | 'customer_name'>;
|
|
19587
18895
|
/**
|
|
@@ -19596,7 +18904,7 @@ export type MarketplaceServiceProvidersRobotAccountCustomersListData = {
|
|
|
19596
18904
|
url: '/api/marketplace-service-providers/{uuid}/robot_account_customers/';
|
|
19597
18905
|
};
|
|
19598
18906
|
export type MarketplaceServiceProvidersRobotAccountCustomersListResponses = {
|
|
19599
|
-
200:
|
|
18907
|
+
200: Array<NameUuid>;
|
|
19600
18908
|
};
|
|
19601
18909
|
export type MarketplaceServiceProvidersRobotAccountCustomersListResponse = MarketplaceServiceProvidersRobotAccountCustomersListResponses[keyof MarketplaceServiceProvidersRobotAccountCustomersListResponses];
|
|
19602
18910
|
export type MarketplaceServiceProvidersRobotAccountProjectsListData = {
|
|
@@ -19611,8 +18919,7 @@ export type MarketplaceServiceProvidersRobotAccountProjectsListData = {
|
|
|
19611
18919
|
/**
|
|
19612
18920
|
* Ordering
|
|
19613
18921
|
*
|
|
19614
|
-
*
|
|
19615
|
-
* * `-customer_name` - Customer name (descending)
|
|
18922
|
+
*
|
|
19616
18923
|
*/
|
|
19617
18924
|
o?: Array<'-customer_name' | 'customer_name'>;
|
|
19618
18925
|
/**
|
|
@@ -19628,7 +18935,7 @@ export type MarketplaceServiceProvidersRobotAccountProjectsListData = {
|
|
|
19628
18935
|
url: '/api/marketplace-service-providers/{uuid}/robot_account_projects/';
|
|
19629
18936
|
};
|
|
19630
18937
|
export type MarketplaceServiceProvidersRobotAccountProjectsListResponses = {
|
|
19631
|
-
200:
|
|
18938
|
+
200: Array<NameUuid>;
|
|
19632
18939
|
};
|
|
19633
18940
|
export type MarketplaceServiceProvidersRobotAccountProjectsListResponse = MarketplaceServiceProvidersRobotAccountProjectsListResponses[keyof MarketplaceServiceProvidersRobotAccountProjectsListResponses];
|
|
19634
18941
|
export type MarketplaceServiceProvidersSetOfferingsUsernameData = {
|
|
@@ -19681,8 +18988,7 @@ export type MarketplaceServiceProvidersUserCustomersListData = {
|
|
|
19681
18988
|
/**
|
|
19682
18989
|
* Ordering
|
|
19683
18990
|
*
|
|
19684
|
-
*
|
|
19685
|
-
* * `-customer_name` - Customer name (descending)
|
|
18991
|
+
*
|
|
19686
18992
|
*/
|
|
19687
18993
|
o?: Array<'-customer_name' | 'customer_name'>;
|
|
19688
18994
|
/**
|
|
@@ -19697,7 +19003,7 @@ export type MarketplaceServiceProvidersUserCustomersListData = {
|
|
|
19697
19003
|
url: '/api/marketplace-service-providers/{uuid}/user_customers/';
|
|
19698
19004
|
};
|
|
19699
19005
|
export type MarketplaceServiceProvidersUserCustomersListResponses = {
|
|
19700
|
-
200:
|
|
19006
|
+
200: Array<ProviderCustomer>;
|
|
19701
19007
|
};
|
|
19702
19008
|
export type MarketplaceServiceProvidersUserCustomersListResponse = MarketplaceServiceProvidersUserCustomersListResponses[keyof MarketplaceServiceProvidersUserCustomersListResponses];
|
|
19703
19009
|
export type MarketplaceServiceProvidersUsersListData = {
|
|
@@ -19712,8 +19018,7 @@ export type MarketplaceServiceProvidersUsersListData = {
|
|
|
19712
19018
|
/**
|
|
19713
19019
|
* Ordering
|
|
19714
19020
|
*
|
|
19715
|
-
*
|
|
19716
|
-
* * `-customer_name` - Customer name (descending)
|
|
19021
|
+
*
|
|
19717
19022
|
*/
|
|
19718
19023
|
o?: Array<'-customer_name' | 'customer_name'>;
|
|
19719
19024
|
/**
|
|
@@ -19728,7 +19033,7 @@ export type MarketplaceServiceProvidersUsersListData = {
|
|
|
19728
19033
|
url: '/api/marketplace-service-providers/{uuid}/users/';
|
|
19729
19034
|
};
|
|
19730
19035
|
export type MarketplaceServiceProvidersUsersListResponses = {
|
|
19731
|
-
200:
|
|
19036
|
+
200: Array<DetailedProviderUser>;
|
|
19732
19037
|
};
|
|
19733
19038
|
export type MarketplaceServiceProvidersUsersListResponse = MarketplaceServiceProvidersUsersListResponses[keyof MarketplaceServiceProvidersUsersListResponses];
|
|
19734
19039
|
export type MarketplaceStatsComponentUsagesRetrieveData = {
|
|
@@ -19783,7 +19088,7 @@ export type MarketplaceStatsCountActiveResourcesGroupedByOfferingListData = {
|
|
|
19783
19088
|
url: '/api/marketplace-stats/count_active_resources_grouped_by_offering/';
|
|
19784
19089
|
};
|
|
19785
19090
|
export type MarketplaceStatsCountActiveResourcesGroupedByOfferingListResponses = {
|
|
19786
|
-
200:
|
|
19091
|
+
200: Array<OfferingStats>;
|
|
19787
19092
|
};
|
|
19788
19093
|
export type MarketplaceStatsCountActiveResourcesGroupedByOfferingListResponse = MarketplaceStatsCountActiveResourcesGroupedByOfferingListResponses[keyof MarketplaceStatsCountActiveResourcesGroupedByOfferingListResponses];
|
|
19789
19094
|
export type MarketplaceStatsCountActiveResourcesGroupedByOfferingCountryListData = {
|
|
@@ -19802,7 +19107,7 @@ export type MarketplaceStatsCountActiveResourcesGroupedByOfferingCountryListData
|
|
|
19802
19107
|
url: '/api/marketplace-stats/count_active_resources_grouped_by_offering_country/';
|
|
19803
19108
|
};
|
|
19804
19109
|
export type MarketplaceStatsCountActiveResourcesGroupedByOfferingCountryListResponses = {
|
|
19805
|
-
200:
|
|
19110
|
+
200: Array<OfferingCountryStats>;
|
|
19806
19111
|
};
|
|
19807
19112
|
export type MarketplaceStatsCountActiveResourcesGroupedByOfferingCountryListResponse = MarketplaceStatsCountActiveResourcesGroupedByOfferingCountryListResponses[keyof MarketplaceStatsCountActiveResourcesGroupedByOfferingCountryListResponses];
|
|
19808
19113
|
export type MarketplaceStatsCountActiveResourcesGroupedByOrganizationGroupListData = {
|
|
@@ -19821,7 +19126,7 @@ export type MarketplaceStatsCountActiveResourcesGroupedByOrganizationGroupListDa
|
|
|
19821
19126
|
url: '/api/marketplace-stats/count_active_resources_grouped_by_organization_group/';
|
|
19822
19127
|
};
|
|
19823
19128
|
export type MarketplaceStatsCountActiveResourcesGroupedByOrganizationGroupListResponses = {
|
|
19824
|
-
200:
|
|
19129
|
+
200: Array<CountStats>;
|
|
19825
19130
|
};
|
|
19826
19131
|
export type MarketplaceStatsCountActiveResourcesGroupedByOrganizationGroupListResponse = MarketplaceStatsCountActiveResourcesGroupedByOrganizationGroupListResponses[keyof MarketplaceStatsCountActiveResourcesGroupedByOrganizationGroupListResponses];
|
|
19827
19132
|
export type MarketplaceStatsCountProjectsGroupedByProviderAndIndustryFlagListData = {
|
|
@@ -19840,7 +19145,7 @@ export type MarketplaceStatsCountProjectsGroupedByProviderAndIndustryFlagListDat
|
|
|
19840
19145
|
url: '/api/marketplace-stats/count_projects_grouped_by_provider_and_industry_flag/';
|
|
19841
19146
|
};
|
|
19842
19147
|
export type MarketplaceStatsCountProjectsGroupedByProviderAndIndustryFlagListResponses = {
|
|
19843
|
-
200:
|
|
19148
|
+
200: Array<CustomerIndustryFlagStats>;
|
|
19844
19149
|
};
|
|
19845
19150
|
export type MarketplaceStatsCountProjectsGroupedByProviderAndIndustryFlagListResponse = MarketplaceStatsCountProjectsGroupedByProviderAndIndustryFlagListResponses[keyof MarketplaceStatsCountProjectsGroupedByProviderAndIndustryFlagListResponses];
|
|
19846
19151
|
export type MarketplaceStatsCountProjectsGroupedByProviderAndOecdListData = {
|
|
@@ -19859,7 +19164,7 @@ export type MarketplaceStatsCountProjectsGroupedByProviderAndOecdListData = {
|
|
|
19859
19164
|
url: '/api/marketplace-stats/count_projects_grouped_by_provider_and_oecd/';
|
|
19860
19165
|
};
|
|
19861
19166
|
export type MarketplaceStatsCountProjectsGroupedByProviderAndOecdListResponses = {
|
|
19862
|
-
200:
|
|
19167
|
+
200: Array<CustomerOecdCodeStats>;
|
|
19863
19168
|
};
|
|
19864
19169
|
export type MarketplaceStatsCountProjectsGroupedByProviderAndOecdListResponse = MarketplaceStatsCountProjectsGroupedByProviderAndOecdListResponses[keyof MarketplaceStatsCountProjectsGroupedByProviderAndOecdListResponses];
|
|
19865
19170
|
export type MarketplaceStatsCountProjectsOfServiceProvidersRetrieveData = {
|
|
@@ -19926,7 +19231,7 @@ export type MarketplaceStatsCustomerMemberCountListData = {
|
|
|
19926
19231
|
url: '/api/marketplace-stats/customer_member_count/';
|
|
19927
19232
|
};
|
|
19928
19233
|
export type MarketplaceStatsCustomerMemberCountListResponses = {
|
|
19929
|
-
200:
|
|
19234
|
+
200: Array<CustomerMemberCount>;
|
|
19930
19235
|
};
|
|
19931
19236
|
export type MarketplaceStatsCustomerMemberCountListResponse = MarketplaceStatsCustomerMemberCountListResponses[keyof MarketplaceStatsCustomerMemberCountListResponses];
|
|
19932
19237
|
export type MarketplaceStatsOfferingsCounterStatsListData = {
|
|
@@ -19945,7 +19250,7 @@ export type MarketplaceStatsOfferingsCounterStatsListData = {
|
|
|
19945
19250
|
url: '/api/marketplace-stats/offerings_counter_stats/';
|
|
19946
19251
|
};
|
|
19947
19252
|
export type MarketplaceStatsOfferingsCounterStatsListResponses = {
|
|
19948
|
-
200:
|
|
19253
|
+
200: Array<OfferingStatsCounter>;
|
|
19949
19254
|
};
|
|
19950
19255
|
export type MarketplaceStatsOfferingsCounterStatsListResponse = MarketplaceStatsOfferingsCounterStatsListResponses[keyof MarketplaceStatsOfferingsCounterStatsListResponses];
|
|
19951
19256
|
export type MarketplaceStatsOrganizationProjectCountListData = {
|
|
@@ -19964,7 +19269,7 @@ export type MarketplaceStatsOrganizationProjectCountListData = {
|
|
|
19964
19269
|
url: '/api/marketplace-stats/organization_project_count/';
|
|
19965
19270
|
};
|
|
19966
19271
|
export type MarketplaceStatsOrganizationProjectCountListResponses = {
|
|
19967
|
-
200:
|
|
19272
|
+
200: Array<MarketplaceCustomerStats>;
|
|
19968
19273
|
};
|
|
19969
19274
|
export type MarketplaceStatsOrganizationProjectCountListResponse = MarketplaceStatsOrganizationProjectCountListResponses[keyof MarketplaceStatsOrganizationProjectCountListResponses];
|
|
19970
19275
|
export type MarketplaceStatsOrganizationResourceCountListData = {
|
|
@@ -19983,7 +19288,7 @@ export type MarketplaceStatsOrganizationResourceCountListData = {
|
|
|
19983
19288
|
url: '/api/marketplace-stats/organization_resource_count/';
|
|
19984
19289
|
};
|
|
19985
19290
|
export type MarketplaceStatsOrganizationResourceCountListResponses = {
|
|
19986
|
-
200:
|
|
19291
|
+
200: Array<MarketplaceCustomerStats>;
|
|
19987
19292
|
};
|
|
19988
19293
|
export type MarketplaceStatsOrganizationResourceCountListResponse = MarketplaceStatsOrganizationResourceCountListResponses[keyof MarketplaceStatsOrganizationResourceCountListResponses];
|
|
19989
19294
|
export type MarketplaceStatsProjectsLimitsGroupedByIndustryFlagRetrieveData = {
|
|
@@ -20092,7 +19397,7 @@ export type NotificationMessagesListData = {
|
|
|
20092
19397
|
url: '/api/notification-messages/';
|
|
20093
19398
|
};
|
|
20094
19399
|
export type NotificationMessagesListResponses = {
|
|
20095
|
-
200:
|
|
19400
|
+
200: Array<Notification>;
|
|
20096
19401
|
};
|
|
20097
19402
|
export type NotificationMessagesListResponse = NotificationMessagesListResponses[keyof NotificationMessagesListResponses];
|
|
20098
19403
|
export type NotificationMessagesCreateData = {
|
|
@@ -20126,7 +19431,7 @@ export type NotificationMessagesTemplatesListData = {
|
|
|
20126
19431
|
url: '/api/notification-messages-templates/';
|
|
20127
19432
|
};
|
|
20128
19433
|
export type NotificationMessagesTemplatesListResponses = {
|
|
20129
|
-
200:
|
|
19434
|
+
200: Array<NotificationTemplateDetailSerializers>;
|
|
20130
19435
|
};
|
|
20131
19436
|
export type NotificationMessagesTemplatesListResponse = NotificationMessagesTemplatesListResponses[keyof NotificationMessagesTemplatesListResponses];
|
|
20132
19437
|
export type NotificationMessagesTemplatesCreateData = {
|
|
@@ -20313,16 +19618,6 @@ export type OpenstackBackupsListData = {
|
|
|
20313
19618
|
project_uuid?: string;
|
|
20314
19619
|
service_settings_name?: string;
|
|
20315
19620
|
service_settings_uuid?: string;
|
|
20316
|
-
/**
|
|
20317
|
-
* * `CREATION_SCHEDULED` - CREATION_SCHEDULED
|
|
20318
|
-
* * `CREATING` - CREATING
|
|
20319
|
-
* * `UPDATE_SCHEDULED` - UPDATE_SCHEDULED
|
|
20320
|
-
* * `UPDATING` - UPDATING
|
|
20321
|
-
* * `DELETION_SCHEDULED` - DELETION_SCHEDULED
|
|
20322
|
-
* * `DELETING` - DELETING
|
|
20323
|
-
* * `OK` - OK
|
|
20324
|
-
* * `ERRED` - ERRED
|
|
20325
|
-
*/
|
|
20326
19621
|
state?: Array<'CREATING' | 'CREATION_SCHEDULED' | 'DELETING' | 'DELETION_SCHEDULED' | 'ERRED' | 'OK' | 'UPDATE_SCHEDULED' | 'UPDATING'>;
|
|
20327
19622
|
tenant?: string;
|
|
20328
19623
|
tenant_uuid?: string;
|
|
@@ -20331,7 +19626,7 @@ export type OpenstackBackupsListData = {
|
|
|
20331
19626
|
url: '/api/openstack-backups/';
|
|
20332
19627
|
};
|
|
20333
19628
|
export type OpenstackBackupsListResponses = {
|
|
20334
|
-
200:
|
|
19629
|
+
200: Array<OpenStackBackup>;
|
|
20335
19630
|
};
|
|
20336
19631
|
export type OpenstackBackupsListResponse = OpenstackBackupsListResponses[keyof OpenstackBackupsListResponses];
|
|
20337
19632
|
export type OpenstackBackupsDestroyData = {
|
|
@@ -20444,12 +19739,7 @@ export type OpenstackFlavorsListData = {
|
|
|
20444
19739
|
/**
|
|
20445
19740
|
* Ordering
|
|
20446
19741
|
*
|
|
20447
|
-
*
|
|
20448
|
-
* * `-cores` - Cores (descending)
|
|
20449
|
-
* * `ram` - Ram
|
|
20450
|
-
* * `-ram` - Ram (descending)
|
|
20451
|
-
* * `disk` - Disk
|
|
20452
|
-
* * `-disk` - Disk (descending)
|
|
19742
|
+
*
|
|
20453
19743
|
*/
|
|
20454
19744
|
o?: Array<'-cores' | '-disk' | '-ram' | 'cores' | 'disk' | 'ram'>;
|
|
20455
19745
|
/**
|
|
@@ -20471,7 +19761,7 @@ export type OpenstackFlavorsListData = {
|
|
|
20471
19761
|
url: '/api/openstack-flavors/';
|
|
20472
19762
|
};
|
|
20473
19763
|
export type OpenstackFlavorsListResponses = {
|
|
20474
|
-
200:
|
|
19764
|
+
200: Array<OpenStackFlavor>;
|
|
20475
19765
|
};
|
|
20476
19766
|
export type OpenstackFlavorsListResponse = OpenstackFlavorsListResponses[keyof OpenstackFlavorsListResponses];
|
|
20477
19767
|
export type OpenstackFlavorsRetrieveData = {
|
|
@@ -20531,16 +19821,6 @@ export type OpenstackFloatingIpsListData = {
|
|
|
20531
19821
|
runtime_state?: string;
|
|
20532
19822
|
service_settings_name?: string;
|
|
20533
19823
|
service_settings_uuid?: string;
|
|
20534
|
-
/**
|
|
20535
|
-
* * `CREATION_SCHEDULED` - CREATION_SCHEDULED
|
|
20536
|
-
* * `CREATING` - CREATING
|
|
20537
|
-
* * `UPDATE_SCHEDULED` - UPDATE_SCHEDULED
|
|
20538
|
-
* * `UPDATING` - UPDATING
|
|
20539
|
-
* * `DELETION_SCHEDULED` - DELETION_SCHEDULED
|
|
20540
|
-
* * `DELETING` - DELETING
|
|
20541
|
-
* * `OK` - OK
|
|
20542
|
-
* * `ERRED` - ERRED
|
|
20543
|
-
*/
|
|
20544
19824
|
state?: Array<'CREATING' | 'CREATION_SCHEDULED' | 'DELETING' | 'DELETION_SCHEDULED' | 'ERRED' | 'OK' | 'UPDATE_SCHEDULED' | 'UPDATING'>;
|
|
20545
19825
|
tenant?: string;
|
|
20546
19826
|
tenant_uuid?: string;
|
|
@@ -20549,7 +19829,7 @@ export type OpenstackFloatingIpsListData = {
|
|
|
20549
19829
|
url: '/api/openstack-floating-ips/';
|
|
20550
19830
|
};
|
|
20551
19831
|
export type OpenstackFloatingIpsListResponses = {
|
|
20552
|
-
200:
|
|
19832
|
+
200: Array<OpenStackFloatingIp>;
|
|
20553
19833
|
};
|
|
20554
19834
|
export type OpenstackFloatingIpsListResponse = OpenstackFloatingIpsListResponses[keyof OpenstackFloatingIpsListResponses];
|
|
20555
19835
|
export type OpenstackFloatingIpsDestroyData = {
|
|
@@ -20673,7 +19953,7 @@ export type OpenstackImagesListData = {
|
|
|
20673
19953
|
url: '/api/openstack-images/';
|
|
20674
19954
|
};
|
|
20675
19955
|
export type OpenstackImagesListResponses = {
|
|
20676
|
-
200:
|
|
19956
|
+
200: Array<OpenStackImage>;
|
|
20677
19957
|
};
|
|
20678
19958
|
export type OpenstackImagesListResponse = OpenstackImagesListResponses[keyof OpenstackImagesListResponses];
|
|
20679
19959
|
export type OpenstackImagesRetrieveData = {
|
|
@@ -20720,7 +20000,7 @@ export type OpenstackInstanceAvailabilityZonesListData = {
|
|
|
20720
20000
|
url: '/api/openstack-instance-availability-zones/';
|
|
20721
20001
|
};
|
|
20722
20002
|
export type OpenstackInstanceAvailabilityZonesListResponses = {
|
|
20723
|
-
200:
|
|
20003
|
+
200: Array<OpenStackInstanceAvailabilityZone>;
|
|
20724
20004
|
};
|
|
20725
20005
|
export type OpenstackInstanceAvailabilityZonesListResponse = OpenstackInstanceAvailabilityZonesListResponses[keyof OpenstackInstanceAvailabilityZonesListResponses];
|
|
20726
20006
|
export type OpenstackInstanceAvailabilityZonesRetrieveData = {
|
|
@@ -20766,16 +20046,6 @@ export type OpenstackInstancesListData = {
|
|
|
20766
20046
|
runtime_state?: string;
|
|
20767
20047
|
service_settings_name?: string;
|
|
20768
20048
|
service_settings_uuid?: string;
|
|
20769
|
-
/**
|
|
20770
|
-
* * `CREATION_SCHEDULED` - CREATION_SCHEDULED
|
|
20771
|
-
* * `CREATING` - CREATING
|
|
20772
|
-
* * `UPDATE_SCHEDULED` - UPDATE_SCHEDULED
|
|
20773
|
-
* * `UPDATING` - UPDATING
|
|
20774
|
-
* * `DELETION_SCHEDULED` - DELETION_SCHEDULED
|
|
20775
|
-
* * `DELETING` - DELETING
|
|
20776
|
-
* * `OK` - OK
|
|
20777
|
-
* * `ERRED` - ERRED
|
|
20778
|
-
*/
|
|
20779
20049
|
state?: Array<'CREATING' | 'CREATION_SCHEDULED' | 'DELETING' | 'DELETION_SCHEDULED' | 'ERRED' | 'OK' | 'UPDATE_SCHEDULED' | 'UPDATING'>;
|
|
20780
20050
|
tenant?: string;
|
|
20781
20051
|
tenant_uuid?: string;
|
|
@@ -20784,7 +20054,7 @@ export type OpenstackInstancesListData = {
|
|
|
20784
20054
|
url: '/api/openstack-instances/';
|
|
20785
20055
|
};
|
|
20786
20056
|
export type OpenstackInstancesListResponses = {
|
|
20787
|
-
200:
|
|
20057
|
+
200: Array<OpenStackInstance>;
|
|
20788
20058
|
};
|
|
20789
20059
|
export type OpenstackInstancesListResponse = OpenstackInstancesListResponses[keyof OpenstackInstancesListResponses];
|
|
20790
20060
|
export type OpenstackInstancesRetrieveData = {
|
|
@@ -20909,16 +20179,6 @@ export type OpenstackInstancesFloatingIpsListData = {
|
|
|
20909
20179
|
runtime_state?: string;
|
|
20910
20180
|
service_settings_name?: string;
|
|
20911
20181
|
service_settings_uuid?: string;
|
|
20912
|
-
/**
|
|
20913
|
-
* * `CREATION_SCHEDULED` - CREATION_SCHEDULED
|
|
20914
|
-
* * `CREATING` - CREATING
|
|
20915
|
-
* * `UPDATE_SCHEDULED` - UPDATE_SCHEDULED
|
|
20916
|
-
* * `UPDATING` - UPDATING
|
|
20917
|
-
* * `DELETION_SCHEDULED` - DELETION_SCHEDULED
|
|
20918
|
-
* * `DELETING` - DELETING
|
|
20919
|
-
* * `OK` - OK
|
|
20920
|
-
* * `ERRED` - ERRED
|
|
20921
|
-
*/
|
|
20922
20182
|
state?: Array<'CREATING' | 'CREATION_SCHEDULED' | 'DELETING' | 'DELETION_SCHEDULED' | 'ERRED' | 'OK' | 'UPDATE_SCHEDULED' | 'UPDATING'>;
|
|
20923
20183
|
tenant?: string;
|
|
20924
20184
|
tenant_uuid?: string;
|
|
@@ -20927,7 +20187,7 @@ export type OpenstackInstancesFloatingIpsListData = {
|
|
|
20927
20187
|
url: '/api/openstack-instances/{uuid}/floating_ips/';
|
|
20928
20188
|
};
|
|
20929
20189
|
export type OpenstackInstancesFloatingIpsListResponses = {
|
|
20930
|
-
200:
|
|
20190
|
+
200: Array<OpenStackNestedFloatingIp>;
|
|
20931
20191
|
};
|
|
20932
20192
|
export type OpenstackInstancesFloatingIpsListResponse = OpenstackInstancesFloatingIpsListResponses[keyof OpenstackInstancesFloatingIpsListResponses];
|
|
20933
20193
|
export type OpenstackInstancesPortsListData = {
|
|
@@ -20962,16 +20222,6 @@ export type OpenstackInstancesPortsListData = {
|
|
|
20962
20222
|
runtime_state?: string;
|
|
20963
20223
|
service_settings_name?: string;
|
|
20964
20224
|
service_settings_uuid?: string;
|
|
20965
|
-
/**
|
|
20966
|
-
* * `CREATION_SCHEDULED` - CREATION_SCHEDULED
|
|
20967
|
-
* * `CREATING` - CREATING
|
|
20968
|
-
* * `UPDATE_SCHEDULED` - UPDATE_SCHEDULED
|
|
20969
|
-
* * `UPDATING` - UPDATING
|
|
20970
|
-
* * `DELETION_SCHEDULED` - DELETION_SCHEDULED
|
|
20971
|
-
* * `DELETING` - DELETING
|
|
20972
|
-
* * `OK` - OK
|
|
20973
|
-
* * `ERRED` - ERRED
|
|
20974
|
-
*/
|
|
20975
20225
|
state?: Array<'CREATING' | 'CREATION_SCHEDULED' | 'DELETING' | 'DELETION_SCHEDULED' | 'ERRED' | 'OK' | 'UPDATE_SCHEDULED' | 'UPDATING'>;
|
|
20976
20226
|
tenant?: string;
|
|
20977
20227
|
tenant_uuid?: string;
|
|
@@ -20980,7 +20230,7 @@ export type OpenstackInstancesPortsListData = {
|
|
|
20980
20230
|
url: '/api/openstack-instances/{uuid}/ports/';
|
|
20981
20231
|
};
|
|
20982
20232
|
export type OpenstackInstancesPortsListResponses = {
|
|
20983
|
-
200:
|
|
20233
|
+
200: Array<OpenStackNestedPort>;
|
|
20984
20234
|
};
|
|
20985
20235
|
export type OpenstackInstancesPortsListResponse = OpenstackInstancesPortsListResponses[keyof OpenstackInstancesPortsListResponses];
|
|
20986
20236
|
export type OpenstackInstancesPullData = {
|
|
@@ -21127,7 +20377,7 @@ export type OpenstackMigrationsListData = {
|
|
|
21127
20377
|
url: '/api/openstack-migrations/';
|
|
21128
20378
|
};
|
|
21129
20379
|
export type OpenstackMigrationsListResponses = {
|
|
21130
|
-
200:
|
|
20380
|
+
200: Array<MigrationDetails>;
|
|
21131
20381
|
};
|
|
21132
20382
|
export type OpenstackMigrationsListResponse = OpenstackMigrationsListResponses[keyof OpenstackMigrationsListResponses];
|
|
21133
20383
|
export type OpenstackMigrationsCreateData = {
|
|
@@ -21234,16 +20484,6 @@ export type OpenstackNetworksListData = {
|
|
|
21234
20484
|
project_uuid?: string;
|
|
21235
20485
|
service_settings_name?: string;
|
|
21236
20486
|
service_settings_uuid?: string;
|
|
21237
|
-
/**
|
|
21238
|
-
* * `CREATION_SCHEDULED` - CREATION_SCHEDULED
|
|
21239
|
-
* * `CREATING` - CREATING
|
|
21240
|
-
* * `UPDATE_SCHEDULED` - UPDATE_SCHEDULED
|
|
21241
|
-
* * `UPDATING` - UPDATING
|
|
21242
|
-
* * `DELETION_SCHEDULED` - DELETION_SCHEDULED
|
|
21243
|
-
* * `DELETING` - DELETING
|
|
21244
|
-
* * `OK` - OK
|
|
21245
|
-
* * `ERRED` - ERRED
|
|
21246
|
-
*/
|
|
21247
20487
|
state?: Array<'CREATING' | 'CREATION_SCHEDULED' | 'DELETING' | 'DELETION_SCHEDULED' | 'ERRED' | 'OK' | 'UPDATE_SCHEDULED' | 'UPDATING'>;
|
|
21248
20488
|
tenant?: string;
|
|
21249
20489
|
tenant_uuid?: string;
|
|
@@ -21253,7 +20493,7 @@ export type OpenstackNetworksListData = {
|
|
|
21253
20493
|
url: '/api/openstack-networks/';
|
|
21254
20494
|
};
|
|
21255
20495
|
export type OpenstackNetworksListResponses = {
|
|
21256
|
-
200:
|
|
20496
|
+
200: Array<OpenStackNetwork>;
|
|
21257
20497
|
};
|
|
21258
20498
|
export type OpenstackNetworksListResponse = OpenstackNetworksListResponses[keyof OpenstackNetworksListResponses];
|
|
21259
20499
|
export type OpenstackNetworksDestroyData = {
|
|
@@ -21383,8 +20623,7 @@ export type OpenstackPortsListData = {
|
|
|
21383
20623
|
/**
|
|
21384
20624
|
* Ordering
|
|
21385
20625
|
*
|
|
21386
|
-
*
|
|
21387
|
-
* * `-network_name` - Network name (descending)
|
|
20626
|
+
*
|
|
21388
20627
|
*/
|
|
21389
20628
|
o?: Array<'-network_name' | 'network_name'>;
|
|
21390
20629
|
/**
|
|
@@ -21401,7 +20640,7 @@ export type OpenstackPortsListData = {
|
|
|
21401
20640
|
url: '/api/openstack-ports/';
|
|
21402
20641
|
};
|
|
21403
20642
|
export type OpenstackPortsListResponses = {
|
|
21404
|
-
200:
|
|
20643
|
+
200: Array<OpenStackPort>;
|
|
21405
20644
|
};
|
|
21406
20645
|
export type OpenstackPortsListResponse = OpenstackPortsListResponses[keyof OpenstackPortsListResponses];
|
|
21407
20646
|
export type OpenstackPortsDestroyData = {
|
|
@@ -21482,7 +20721,7 @@ export type OpenstackRoutersListData = {
|
|
|
21482
20721
|
url: '/api/openstack-routers/';
|
|
21483
20722
|
};
|
|
21484
20723
|
export type OpenstackRoutersListResponses = {
|
|
21485
|
-
200:
|
|
20724
|
+
200: Array<OpenStackRouter>;
|
|
21486
20725
|
};
|
|
21487
20726
|
export type OpenstackRoutersListResponse = OpenstackRoutersListResponses[keyof OpenstackRoutersListResponses];
|
|
21488
20727
|
export type OpenstackRoutersRetrieveData = {
|
|
@@ -21540,16 +20779,6 @@ export type OpenstackSecurityGroupsListData = {
|
|
|
21540
20779
|
query?: string;
|
|
21541
20780
|
service_settings_name?: string;
|
|
21542
20781
|
service_settings_uuid?: string;
|
|
21543
|
-
/**
|
|
21544
|
-
* * `CREATION_SCHEDULED` - CREATION_SCHEDULED
|
|
21545
|
-
* * `CREATING` - CREATING
|
|
21546
|
-
* * `UPDATE_SCHEDULED` - UPDATE_SCHEDULED
|
|
21547
|
-
* * `UPDATING` - UPDATING
|
|
21548
|
-
* * `DELETION_SCHEDULED` - DELETION_SCHEDULED
|
|
21549
|
-
* * `DELETING` - DELETING
|
|
21550
|
-
* * `OK` - OK
|
|
21551
|
-
* * `ERRED` - ERRED
|
|
21552
|
-
*/
|
|
21553
20782
|
state?: Array<'CREATING' | 'CREATION_SCHEDULED' | 'DELETING' | 'DELETION_SCHEDULED' | 'ERRED' | 'OK' | 'UPDATE_SCHEDULED' | 'UPDATING'>;
|
|
21554
20783
|
tenant?: string;
|
|
21555
20784
|
tenant_uuid?: string;
|
|
@@ -21558,7 +20787,7 @@ export type OpenstackSecurityGroupsListData = {
|
|
|
21558
20787
|
url: '/api/openstack-security-groups/';
|
|
21559
20788
|
};
|
|
21560
20789
|
export type OpenstackSecurityGroupsListResponses = {
|
|
21561
|
-
200:
|
|
20790
|
+
200: Array<OpenStackSecurityGroup>;
|
|
21562
20791
|
};
|
|
21563
20792
|
export type OpenstackSecurityGroupsListResponse = OpenstackSecurityGroupsListResponses[keyof OpenstackSecurityGroupsListResponses];
|
|
21564
20793
|
export type OpenstackSecurityGroupsDestroyData = {
|
|
@@ -21684,16 +20913,6 @@ export type OpenstackServerGroupsListData = {
|
|
|
21684
20913
|
project_uuid?: string;
|
|
21685
20914
|
service_settings_name?: string;
|
|
21686
20915
|
service_settings_uuid?: string;
|
|
21687
|
-
/**
|
|
21688
|
-
* * `CREATION_SCHEDULED` - CREATION_SCHEDULED
|
|
21689
|
-
* * `CREATING` - CREATING
|
|
21690
|
-
* * `UPDATE_SCHEDULED` - UPDATE_SCHEDULED
|
|
21691
|
-
* * `UPDATING` - UPDATING
|
|
21692
|
-
* * `DELETION_SCHEDULED` - DELETION_SCHEDULED
|
|
21693
|
-
* * `DELETING` - DELETING
|
|
21694
|
-
* * `OK` - OK
|
|
21695
|
-
* * `ERRED` - ERRED
|
|
21696
|
-
*/
|
|
21697
20916
|
state?: Array<'CREATING' | 'CREATION_SCHEDULED' | 'DELETING' | 'DELETION_SCHEDULED' | 'ERRED' | 'OK' | 'UPDATE_SCHEDULED' | 'UPDATING'>;
|
|
21698
20917
|
tenant?: string;
|
|
21699
20918
|
tenant_uuid?: string;
|
|
@@ -21702,7 +20921,7 @@ export type OpenstackServerGroupsListData = {
|
|
|
21702
20921
|
url: '/api/openstack-server-groups/';
|
|
21703
20922
|
};
|
|
21704
20923
|
export type OpenstackServerGroupsListResponses = {
|
|
21705
|
-
200:
|
|
20924
|
+
200: Array<OpenStackServerGroup>;
|
|
21706
20925
|
};
|
|
21707
20926
|
export type OpenstackServerGroupsListResponse = OpenstackServerGroupsListResponses[keyof OpenstackServerGroupsListResponses];
|
|
21708
20927
|
export type OpenstackServerGroupsCreateData = {
|
|
@@ -21829,16 +21048,6 @@ export type OpenstackSnapshotsListData = {
|
|
|
21829
21048
|
service_settings_uuid?: string;
|
|
21830
21049
|
source_volume?: string;
|
|
21831
21050
|
source_volume_uuid?: string;
|
|
21832
|
-
/**
|
|
21833
|
-
* * `CREATION_SCHEDULED` - CREATION_SCHEDULED
|
|
21834
|
-
* * `CREATING` - CREATING
|
|
21835
|
-
* * `UPDATE_SCHEDULED` - UPDATE_SCHEDULED
|
|
21836
|
-
* * `UPDATING` - UPDATING
|
|
21837
|
-
* * `DELETION_SCHEDULED` - DELETION_SCHEDULED
|
|
21838
|
-
* * `DELETING` - DELETING
|
|
21839
|
-
* * `OK` - OK
|
|
21840
|
-
* * `ERRED` - ERRED
|
|
21841
|
-
*/
|
|
21842
21051
|
state?: Array<'CREATING' | 'CREATION_SCHEDULED' | 'DELETING' | 'DELETION_SCHEDULED' | 'ERRED' | 'OK' | 'UPDATE_SCHEDULED' | 'UPDATING'>;
|
|
21843
21052
|
tenant?: string;
|
|
21844
21053
|
tenant_uuid?: string;
|
|
@@ -21847,7 +21056,7 @@ export type OpenstackSnapshotsListData = {
|
|
|
21847
21056
|
url: '/api/openstack-snapshots/';
|
|
21848
21057
|
};
|
|
21849
21058
|
export type OpenstackSnapshotsListResponses = {
|
|
21850
|
-
200:
|
|
21059
|
+
200: Array<OpenStackSnapshot>;
|
|
21851
21060
|
};
|
|
21852
21061
|
export type OpenstackSnapshotsListResponse = OpenstackSnapshotsListResponses[keyof OpenstackSnapshotsListResponses];
|
|
21853
21062
|
export type OpenstackSnapshotsDestroyData = {
|
|
@@ -21951,16 +21160,6 @@ export type OpenstackSnapshotsRestorationsListData = {
|
|
|
21951
21160
|
service_settings_uuid?: string;
|
|
21952
21161
|
source_volume?: string;
|
|
21953
21162
|
source_volume_uuid?: string;
|
|
21954
|
-
/**
|
|
21955
|
-
* * `CREATION_SCHEDULED` - CREATION_SCHEDULED
|
|
21956
|
-
* * `CREATING` - CREATING
|
|
21957
|
-
* * `UPDATE_SCHEDULED` - UPDATE_SCHEDULED
|
|
21958
|
-
* * `UPDATING` - UPDATING
|
|
21959
|
-
* * `DELETION_SCHEDULED` - DELETION_SCHEDULED
|
|
21960
|
-
* * `DELETING` - DELETING
|
|
21961
|
-
* * `OK` - OK
|
|
21962
|
-
* * `ERRED` - ERRED
|
|
21963
|
-
*/
|
|
21964
21163
|
state?: Array<'CREATING' | 'CREATION_SCHEDULED' | 'DELETING' | 'DELETION_SCHEDULED' | 'ERRED' | 'OK' | 'UPDATE_SCHEDULED' | 'UPDATING'>;
|
|
21965
21164
|
tenant?: string;
|
|
21966
21165
|
tenant_uuid?: string;
|
|
@@ -21969,7 +21168,7 @@ export type OpenstackSnapshotsRestorationsListData = {
|
|
|
21969
21168
|
url: '/api/openstack-snapshots/{uuid}/restorations/';
|
|
21970
21169
|
};
|
|
21971
21170
|
export type OpenstackSnapshotsRestorationsListResponses = {
|
|
21972
|
-
200:
|
|
21171
|
+
200: Array<OpenStackSnapshotRestoration>;
|
|
21973
21172
|
};
|
|
21974
21173
|
export type OpenstackSnapshotsRestorationsListResponse = OpenstackSnapshotsRestorationsListResponses[keyof OpenstackSnapshotsRestorationsListResponses];
|
|
21975
21174
|
export type OpenstackSnapshotsRestoreData = {
|
|
@@ -22030,16 +21229,6 @@ export type OpenstackSubnetsListData = {
|
|
|
22030
21229
|
project_uuid?: string;
|
|
22031
21230
|
service_settings_name?: string;
|
|
22032
21231
|
service_settings_uuid?: string;
|
|
22033
|
-
/**
|
|
22034
|
-
* * `CREATION_SCHEDULED` - CREATION_SCHEDULED
|
|
22035
|
-
* * `CREATING` - CREATING
|
|
22036
|
-
* * `UPDATE_SCHEDULED` - UPDATE_SCHEDULED
|
|
22037
|
-
* * `UPDATING` - UPDATING
|
|
22038
|
-
* * `DELETION_SCHEDULED` - DELETION_SCHEDULED
|
|
22039
|
-
* * `DELETING` - DELETING
|
|
22040
|
-
* * `OK` - OK
|
|
22041
|
-
* * `ERRED` - ERRED
|
|
22042
|
-
*/
|
|
22043
21232
|
state?: Array<'CREATING' | 'CREATION_SCHEDULED' | 'DELETING' | 'DELETION_SCHEDULED' | 'ERRED' | 'OK' | 'UPDATE_SCHEDULED' | 'UPDATING'>;
|
|
22044
21233
|
tenant?: string;
|
|
22045
21234
|
tenant_uuid?: string;
|
|
@@ -22048,7 +21237,7 @@ export type OpenstackSubnetsListData = {
|
|
|
22048
21237
|
url: '/api/openstack-subnets/';
|
|
22049
21238
|
};
|
|
22050
21239
|
export type OpenstackSubnetsListResponses = {
|
|
22051
|
-
200:
|
|
21240
|
+
200: Array<OpenStackSubNet>;
|
|
22052
21241
|
};
|
|
22053
21242
|
export type OpenstackSubnetsListResponse = OpenstackSubnetsListResponses[keyof OpenstackSubnetsListResponses];
|
|
22054
21243
|
export type OpenstackSubnetsDestroyData = {
|
|
@@ -22188,23 +21377,13 @@ export type OpenstackTenantsListData = {
|
|
|
22188
21377
|
project_uuid?: string;
|
|
22189
21378
|
service_settings_name?: string;
|
|
22190
21379
|
service_settings_uuid?: string;
|
|
22191
|
-
/**
|
|
22192
|
-
* * `CREATION_SCHEDULED` - CREATION_SCHEDULED
|
|
22193
|
-
* * `CREATING` - CREATING
|
|
22194
|
-
* * `UPDATE_SCHEDULED` - UPDATE_SCHEDULED
|
|
22195
|
-
* * `UPDATING` - UPDATING
|
|
22196
|
-
* * `DELETION_SCHEDULED` - DELETION_SCHEDULED
|
|
22197
|
-
* * `DELETING` - DELETING
|
|
22198
|
-
* * `OK` - OK
|
|
22199
|
-
* * `ERRED` - ERRED
|
|
22200
|
-
*/
|
|
22201
21380
|
state?: Array<'CREATING' | 'CREATION_SCHEDULED' | 'DELETING' | 'DELETION_SCHEDULED' | 'ERRED' | 'OK' | 'UPDATE_SCHEDULED' | 'UPDATING'>;
|
|
22202
21381
|
uuid?: string;
|
|
22203
21382
|
};
|
|
22204
21383
|
url: '/api/openstack-tenants/';
|
|
22205
21384
|
};
|
|
22206
21385
|
export type OpenstackTenantsListResponses = {
|
|
22207
|
-
200:
|
|
21386
|
+
200: Array<OpenStackTenant>;
|
|
22208
21387
|
};
|
|
22209
21388
|
export type OpenstackTenantsListResponse = OpenstackTenantsListResponses[keyof OpenstackTenantsListResponses];
|
|
22210
21389
|
export type OpenstackTenantsCreateData = {
|
|
@@ -22299,23 +21478,13 @@ export type OpenstackTenantsBackendInstancesListData = {
|
|
|
22299
21478
|
project_uuid?: string;
|
|
22300
21479
|
service_settings_name?: string;
|
|
22301
21480
|
service_settings_uuid?: string;
|
|
22302
|
-
/**
|
|
22303
|
-
* * `CREATION_SCHEDULED` - CREATION_SCHEDULED
|
|
22304
|
-
* * `CREATING` - CREATING
|
|
22305
|
-
* * `UPDATE_SCHEDULED` - UPDATE_SCHEDULED
|
|
22306
|
-
* * `UPDATING` - UPDATING
|
|
22307
|
-
* * `DELETION_SCHEDULED` - DELETION_SCHEDULED
|
|
22308
|
-
* * `DELETING` - DELETING
|
|
22309
|
-
* * `OK` - OK
|
|
22310
|
-
* * `ERRED` - ERRED
|
|
22311
|
-
*/
|
|
22312
21481
|
state?: Array<'CREATING' | 'CREATION_SCHEDULED' | 'DELETING' | 'DELETION_SCHEDULED' | 'ERRED' | 'OK' | 'UPDATE_SCHEDULED' | 'UPDATING'>;
|
|
22313
21482
|
uuid?: string;
|
|
22314
21483
|
};
|
|
22315
21484
|
url: '/api/openstack-tenants/{uuid}/backend_instances/';
|
|
22316
21485
|
};
|
|
22317
21486
|
export type OpenstackTenantsBackendInstancesListResponses = {
|
|
22318
|
-
200:
|
|
21487
|
+
200: Array<OpenStackBackendInstance>;
|
|
22319
21488
|
};
|
|
22320
21489
|
export type OpenstackTenantsBackendInstancesListResponse = OpenstackTenantsBackendInstancesListResponses[keyof OpenstackTenantsBackendInstancesListResponses];
|
|
22321
21490
|
export type OpenstackTenantsBackendVolumesListData = {
|
|
@@ -22347,23 +21516,13 @@ export type OpenstackTenantsBackendVolumesListData = {
|
|
|
22347
21516
|
project_uuid?: string;
|
|
22348
21517
|
service_settings_name?: string;
|
|
22349
21518
|
service_settings_uuid?: string;
|
|
22350
|
-
/**
|
|
22351
|
-
* * `CREATION_SCHEDULED` - CREATION_SCHEDULED
|
|
22352
|
-
* * `CREATING` - CREATING
|
|
22353
|
-
* * `UPDATE_SCHEDULED` - UPDATE_SCHEDULED
|
|
22354
|
-
* * `UPDATING` - UPDATING
|
|
22355
|
-
* * `DELETION_SCHEDULED` - DELETION_SCHEDULED
|
|
22356
|
-
* * `DELETING` - DELETING
|
|
22357
|
-
* * `OK` - OK
|
|
22358
|
-
* * `ERRED` - ERRED
|
|
22359
|
-
*/
|
|
22360
21519
|
state?: Array<'CREATING' | 'CREATION_SCHEDULED' | 'DELETING' | 'DELETION_SCHEDULED' | 'ERRED' | 'OK' | 'UPDATE_SCHEDULED' | 'UPDATING'>;
|
|
22361
21520
|
uuid?: string;
|
|
22362
21521
|
};
|
|
22363
21522
|
url: '/api/openstack-tenants/{uuid}/backend_volumes/';
|
|
22364
21523
|
};
|
|
22365
21524
|
export type OpenstackTenantsBackendVolumesListResponses = {
|
|
22366
|
-
200:
|
|
21525
|
+
200: Array<OpenStackBackendVolumes>;
|
|
22367
21526
|
};
|
|
22368
21527
|
export type OpenstackTenantsBackendVolumesListResponse = OpenstackTenantsBackendVolumesListResponses[keyof OpenstackTenantsBackendVolumesListResponses];
|
|
22369
21528
|
export type OpenstackTenantsChangePasswordData = {
|
|
@@ -22542,7 +21701,7 @@ export type OpenstackVolumeAvailabilityZonesListData = {
|
|
|
22542
21701
|
url: '/api/openstack-volume-availability-zones/';
|
|
22543
21702
|
};
|
|
22544
21703
|
export type OpenstackVolumeAvailabilityZonesListResponses = {
|
|
22545
|
-
200:
|
|
21704
|
+
200: Array<OpenStackVolumeAvailabilityZone>;
|
|
22546
21705
|
};
|
|
22547
21706
|
export type OpenstackVolumeAvailabilityZonesListResponse = OpenstackVolumeAvailabilityZonesListResponses[keyof OpenstackVolumeAvailabilityZonesListResponses];
|
|
22548
21707
|
export type OpenstackVolumeAvailabilityZonesRetrieveData = {
|
|
@@ -22579,7 +21738,7 @@ export type OpenstackVolumeTypesListData = {
|
|
|
22579
21738
|
url: '/api/openstack-volume-types/';
|
|
22580
21739
|
};
|
|
22581
21740
|
export type OpenstackVolumeTypesListResponses = {
|
|
22582
|
-
200:
|
|
21741
|
+
200: Array<OpenStackVolumeType>;
|
|
22583
21742
|
};
|
|
22584
21743
|
export type OpenstackVolumeTypesListResponse = OpenstackVolumeTypesListResponses[keyof OpenstackVolumeTypesListResponses];
|
|
22585
21744
|
export type OpenstackVolumeTypesRetrieveData = {
|
|
@@ -22629,16 +21788,6 @@ export type OpenstackVolumesListData = {
|
|
|
22629
21788
|
service_settings_uuid?: string;
|
|
22630
21789
|
snapshot?: string;
|
|
22631
21790
|
snapshot_uuid?: string;
|
|
22632
|
-
/**
|
|
22633
|
-
* * `CREATION_SCHEDULED` - CREATION_SCHEDULED
|
|
22634
|
-
* * `CREATING` - CREATING
|
|
22635
|
-
* * `UPDATE_SCHEDULED` - UPDATE_SCHEDULED
|
|
22636
|
-
* * `UPDATING` - UPDATING
|
|
22637
|
-
* * `DELETION_SCHEDULED` - DELETION_SCHEDULED
|
|
22638
|
-
* * `DELETING` - DELETING
|
|
22639
|
-
* * `OK` - OK
|
|
22640
|
-
* * `ERRED` - ERRED
|
|
22641
|
-
*/
|
|
22642
21791
|
state?: Array<'CREATING' | 'CREATION_SCHEDULED' | 'DELETING' | 'DELETION_SCHEDULED' | 'ERRED' | 'OK' | 'UPDATE_SCHEDULED' | 'UPDATING'>;
|
|
22643
21792
|
tenant?: string;
|
|
22644
21793
|
tenant_uuid?: string;
|
|
@@ -22647,7 +21796,7 @@ export type OpenstackVolumesListData = {
|
|
|
22647
21796
|
url: '/api/openstack-volumes/';
|
|
22648
21797
|
};
|
|
22649
21798
|
export type OpenstackVolumesListResponses = {
|
|
22650
|
-
200:
|
|
21799
|
+
200: Array<OpenStackVolume>;
|
|
22651
21800
|
};
|
|
22652
21801
|
export type OpenstackVolumesListResponse = OpenstackVolumesListResponses[keyof OpenstackVolumesListResponses];
|
|
22653
21802
|
export type OpenstackVolumesRetrieveData = {
|
|
@@ -22807,7 +21956,7 @@ export type OrganizationGroupsListData = {
|
|
|
22807
21956
|
url: '/api/organization-groups/';
|
|
22808
21957
|
};
|
|
22809
21958
|
export type OrganizationGroupsListResponses = {
|
|
22810
|
-
200:
|
|
21959
|
+
200: Array<OrganizationGroup>;
|
|
22811
21960
|
};
|
|
22812
21961
|
export type OrganizationGroupsListResponse = OrganizationGroupsListResponses[keyof OrganizationGroupsListResponses];
|
|
22813
21962
|
export type OrganizationGroupsCreateData = {
|
|
@@ -22901,12 +22050,7 @@ export type PaymentProfilesListData = {
|
|
|
22901
22050
|
/**
|
|
22902
22051
|
* Ordering
|
|
22903
22052
|
*
|
|
22904
|
-
*
|
|
22905
|
-
* * `-name` - Name (descending)
|
|
22906
|
-
* * `payment_type` - Payment type
|
|
22907
|
-
* * `-payment_type` - Payment type (descending)
|
|
22908
|
-
* * `is_active` - Is active
|
|
22909
|
-
* * `-is_active` - Is active (descending)
|
|
22053
|
+
*
|
|
22910
22054
|
*/
|
|
22911
22055
|
o?: Array<'-is_active' | '-name' | '-payment_type' | 'is_active' | 'name' | 'payment_type'>;
|
|
22912
22056
|
organization?: string;
|
|
@@ -22919,17 +22063,12 @@ export type PaymentProfilesListData = {
|
|
|
22919
22063
|
* Number of results to return per page.
|
|
22920
22064
|
*/
|
|
22921
22065
|
page_size?: number;
|
|
22922
|
-
/**
|
|
22923
|
-
* * `fixed_price` - Fixed-price contract
|
|
22924
|
-
* * `invoices` - Monthly invoices
|
|
22925
|
-
* * `payment_gw_monthly` - Payment gateways (monthly)
|
|
22926
|
-
*/
|
|
22927
22066
|
payment_type?: Array<'fixed_price' | 'invoices' | 'payment_gw_monthly'>;
|
|
22928
22067
|
};
|
|
22929
22068
|
url: '/api/payment-profiles/';
|
|
22930
22069
|
};
|
|
22931
22070
|
export type PaymentProfilesListResponses = {
|
|
22932
|
-
200:
|
|
22071
|
+
200: Array<PaymentProfile>;
|
|
22933
22072
|
};
|
|
22934
22073
|
export type PaymentProfilesListResponse = PaymentProfilesListResponses[keyof PaymentProfilesListResponses];
|
|
22935
22074
|
export type PaymentProfilesCreateData = {
|
|
@@ -23026,7 +22165,7 @@ export type PaymentsListData = {
|
|
|
23026
22165
|
url: '/api/payments/';
|
|
23027
22166
|
};
|
|
23028
22167
|
export type PaymentsListResponses = {
|
|
23029
|
-
200:
|
|
22168
|
+
200: Array<Payment>;
|
|
23030
22169
|
};
|
|
23031
22170
|
export type PaymentsListResponse = PaymentsListResponses[keyof PaymentsListResponses];
|
|
23032
22171
|
export type PaymentsCreateData = {
|
|
@@ -23126,14 +22265,7 @@ export type ProjectCreditsListData = {
|
|
|
23126
22265
|
/**
|
|
23127
22266
|
* Ordering
|
|
23128
22267
|
*
|
|
23129
|
-
*
|
|
23130
|
-
* * `-project_name` - Project name (descending)
|
|
23131
|
-
* * `value` - Value
|
|
23132
|
-
* * `-value` - Value (descending)
|
|
23133
|
-
* * `end_date` - End date
|
|
23134
|
-
* * `-end_date` - End date (descending)
|
|
23135
|
-
* * `expected_consumption` - Expected consumption
|
|
23136
|
-
* * `-expected_consumption` - Expected consumption (descending)
|
|
22268
|
+
*
|
|
23137
22269
|
*/
|
|
23138
22270
|
o?: Array<'-end_date' | '-expected_consumption' | '-project_name' | '-value' | 'end_date' | 'expected_consumption' | 'project_name' | 'value'>;
|
|
23139
22271
|
/**
|
|
@@ -23150,7 +22282,7 @@ export type ProjectCreditsListData = {
|
|
|
23150
22282
|
url: '/api/project-credits/';
|
|
23151
22283
|
};
|
|
23152
22284
|
export type ProjectCreditsListResponses = {
|
|
23153
|
-
200:
|
|
22285
|
+
200: Array<ProjectCredit>;
|
|
23154
22286
|
};
|
|
23155
22287
|
export type ProjectCreditsListResponse = ProjectCreditsListResponses[keyof ProjectCreditsListResponses];
|
|
23156
22288
|
export type ProjectCreditsCreateData = {
|
|
@@ -23230,7 +22362,7 @@ export type ProjectQuotasListData = {
|
|
|
23230
22362
|
url: '/api/project-quotas/';
|
|
23231
22363
|
};
|
|
23232
22364
|
export type ProjectQuotasListResponses = {
|
|
23233
|
-
200:
|
|
22365
|
+
200: Array<ProjectQuotas>;
|
|
23234
22366
|
};
|
|
23235
22367
|
export type ProjectQuotasListResponse = ProjectQuotasListResponses[keyof ProjectQuotasListResponses];
|
|
23236
22368
|
export type ProjectTypesListData = {
|
|
@@ -23251,7 +22383,7 @@ export type ProjectTypesListData = {
|
|
|
23251
22383
|
url: '/api/project-types/';
|
|
23252
22384
|
};
|
|
23253
22385
|
export type ProjectTypesListResponses = {
|
|
23254
|
-
200:
|
|
22386
|
+
200: Array<ProjectType>;
|
|
23255
22387
|
};
|
|
23256
22388
|
export type ProjectTypesListResponse = ProjectTypesListResponses[keyof ProjectTypesListResponses];
|
|
23257
22389
|
export type ProjectTypesRetrieveData = {
|
|
@@ -23294,22 +22426,7 @@ export type ProjectsListData = {
|
|
|
23294
22426
|
/**
|
|
23295
22427
|
* Ordering
|
|
23296
22428
|
*
|
|
23297
|
-
*
|
|
23298
|
-
* * `-name` - Name (descending)
|
|
23299
|
-
* * `created` - Created
|
|
23300
|
-
* * `-created` - Created (descending)
|
|
23301
|
-
* * `customer_name` - Customer name
|
|
23302
|
-
* * `-customer_name` - Customer name (descending)
|
|
23303
|
-
* * `customer_native_name` - Customer native name
|
|
23304
|
-
* * `-customer_native_name` - Customer native name (descending)
|
|
23305
|
-
* * `customer_abbreviation` - Customer abbreviation
|
|
23306
|
-
* * `-customer_abbreviation` - Customer abbreviation (descending)
|
|
23307
|
-
* * `estimated_cost` - Estimated cost
|
|
23308
|
-
* * `-estimated_cost` - Estimated cost (descending)
|
|
23309
|
-
* * `end_date` - End date
|
|
23310
|
-
* * `-end_date` - End date (descending)
|
|
23311
|
-
* * `start_date` - Start date
|
|
23312
|
-
* * `-start_date` - Start date (descending)
|
|
22429
|
+
*
|
|
23313
22430
|
*/
|
|
23314
22431
|
o?: Array<'-created' | '-customer_abbreviation' | '-customer_name' | '-customer_native_name' | '-end_date' | '-estimated_cost' | '-name' | '-start_date' | 'created' | 'customer_abbreviation' | 'customer_name' | 'customer_native_name' | 'end_date' | 'estimated_cost' | 'name' | 'start_date'>;
|
|
23315
22432
|
/**
|
|
@@ -23325,7 +22442,7 @@ export type ProjectsListData = {
|
|
|
23325
22442
|
url: '/api/projects/';
|
|
23326
22443
|
};
|
|
23327
22444
|
export type ProjectsListResponses = {
|
|
23328
|
-
200:
|
|
22445
|
+
200: Array<Project>;
|
|
23329
22446
|
};
|
|
23330
22447
|
export type ProjectsListResponse = ProjectsListResponses[keyof ProjectsListResponses];
|
|
23331
22448
|
export type ProjectsCreateData = {
|
|
@@ -23510,7 +22627,7 @@ export type ProjectsListUsersListData = {
|
|
|
23510
22627
|
url: '/api/projects/{uuid}/list_users/';
|
|
23511
22628
|
};
|
|
23512
22629
|
export type ProjectsListUsersListResponses = {
|
|
23513
|
-
200:
|
|
22630
|
+
200: Array<UserRoleDetails>;
|
|
23514
22631
|
};
|
|
23515
22632
|
export type ProjectsListUsersListResponse = ProjectsListUsersListResponses[keyof ProjectsListUsersListResponses];
|
|
23516
22633
|
export type ProjectsMoveProjectData = {
|
|
@@ -23560,10 +22677,7 @@ export type PromotionsCampaignsListData = {
|
|
|
23560
22677
|
/**
|
|
23561
22678
|
* Ordering
|
|
23562
22679
|
*
|
|
23563
|
-
*
|
|
23564
|
-
* * `-start_date` - Start date (descending)
|
|
23565
|
-
* * `end_date` - End date
|
|
23566
|
-
* * `-end_date` - End date (descending)
|
|
22680
|
+
*
|
|
23567
22681
|
*/
|
|
23568
22682
|
o?: Array<'-end_date' | '-start_date' | 'end_date' | 'start_date'>;
|
|
23569
22683
|
/**
|
|
@@ -23582,17 +22696,12 @@ export type PromotionsCampaignsListData = {
|
|
|
23582
22696
|
query?: string;
|
|
23583
22697
|
service_provider_uuid?: string;
|
|
23584
22698
|
start_date?: string;
|
|
23585
|
-
/**
|
|
23586
|
-
* * `Draft` - Draft
|
|
23587
|
-
* * `Active` - Active
|
|
23588
|
-
* * `Terminated` - Terminated
|
|
23589
|
-
*/
|
|
23590
22699
|
state?: Array<'Active' | 'Draft' | 'Terminated'>;
|
|
23591
22700
|
};
|
|
23592
22701
|
url: '/api/promotions-campaigns/';
|
|
23593
22702
|
};
|
|
23594
22703
|
export type PromotionsCampaignsListResponses = {
|
|
23595
|
-
200:
|
|
22704
|
+
200: Array<Campaign>;
|
|
23596
22705
|
};
|
|
23597
22706
|
export type PromotionsCampaignsListResponse = PromotionsCampaignsListResponses[keyof PromotionsCampaignsListResponses];
|
|
23598
22707
|
export type PromotionsCampaignsCreateData = {
|
|
@@ -23675,10 +22784,7 @@ export type PromotionsCampaignsOrdersListData = {
|
|
|
23675
22784
|
/**
|
|
23676
22785
|
* Ordering
|
|
23677
22786
|
*
|
|
23678
|
-
*
|
|
23679
|
-
* * `-start_date` - Start date (descending)
|
|
23680
|
-
* * `end_date` - End date
|
|
23681
|
-
* * `-end_date` - End date (descending)
|
|
22787
|
+
*
|
|
23682
22788
|
*/
|
|
23683
22789
|
o?: Array<'-end_date' | '-start_date' | 'end_date' | 'start_date'>;
|
|
23684
22790
|
/**
|
|
@@ -23697,17 +22803,12 @@ export type PromotionsCampaignsOrdersListData = {
|
|
|
23697
22803
|
query?: string;
|
|
23698
22804
|
service_provider_uuid?: string;
|
|
23699
22805
|
start_date?: string;
|
|
23700
|
-
/**
|
|
23701
|
-
* * `Draft` - Draft
|
|
23702
|
-
* * `Active` - Active
|
|
23703
|
-
* * `Terminated` - Terminated
|
|
23704
|
-
*/
|
|
23705
22806
|
state?: Array<'Active' | 'Draft' | 'Terminated'>;
|
|
23706
22807
|
};
|
|
23707
22808
|
url: '/api/promotions-campaigns/{uuid}/orders/';
|
|
23708
22809
|
};
|
|
23709
22810
|
export type PromotionsCampaignsOrdersListResponses = {
|
|
23710
|
-
200:
|
|
22811
|
+
200: Array<OrderDetails>;
|
|
23711
22812
|
};
|
|
23712
22813
|
export type PromotionsCampaignsOrdersListResponse = PromotionsCampaignsOrdersListResponses[keyof PromotionsCampaignsOrdersListResponses];
|
|
23713
22814
|
export type PromotionsCampaignsResourcesListData = {
|
|
@@ -23721,10 +22822,7 @@ export type PromotionsCampaignsResourcesListData = {
|
|
|
23721
22822
|
/**
|
|
23722
22823
|
* Ordering
|
|
23723
22824
|
*
|
|
23724
|
-
*
|
|
23725
|
-
* * `-start_date` - Start date (descending)
|
|
23726
|
-
* * `end_date` - End date
|
|
23727
|
-
* * `-end_date` - End date (descending)
|
|
22825
|
+
*
|
|
23728
22826
|
*/
|
|
23729
22827
|
o?: Array<'-end_date' | '-start_date' | 'end_date' | 'start_date'>;
|
|
23730
22828
|
/**
|
|
@@ -23743,17 +22841,12 @@ export type PromotionsCampaignsResourcesListData = {
|
|
|
23743
22841
|
query?: string;
|
|
23744
22842
|
service_provider_uuid?: string;
|
|
23745
22843
|
start_date?: string;
|
|
23746
|
-
/**
|
|
23747
|
-
* * `Draft` - Draft
|
|
23748
|
-
* * `Active` - Active
|
|
23749
|
-
* * `Terminated` - Terminated
|
|
23750
|
-
*/
|
|
23751
22844
|
state?: Array<'Active' | 'Draft' | 'Terminated'>;
|
|
23752
22845
|
};
|
|
23753
22846
|
url: '/api/promotions-campaigns/{uuid}/resources/';
|
|
23754
22847
|
};
|
|
23755
22848
|
export type PromotionsCampaignsResourcesListResponses = {
|
|
23756
|
-
200:
|
|
22849
|
+
200: Array<Resource>;
|
|
23757
22850
|
};
|
|
23758
22851
|
export type PromotionsCampaignsResourcesListResponse = PromotionsCampaignsResourcesListResponses[keyof PromotionsCampaignsResourcesListResponses];
|
|
23759
22852
|
export type PromotionsCampaignsTerminateData = {
|
|
@@ -23785,16 +22878,7 @@ export type ProposalProposalsListData = {
|
|
|
23785
22878
|
/**
|
|
23786
22879
|
* Ordering
|
|
23787
22880
|
*
|
|
23788
|
-
*
|
|
23789
|
-
* * `-round__call__name` - Round call name (descending)
|
|
23790
|
-
* * `round__start_time` - Round start time
|
|
23791
|
-
* * `-round__start_time` - Round start time (descending)
|
|
23792
|
-
* * `round__cutoff_time` - Round cutoff time
|
|
23793
|
-
* * `-round__cutoff_time` - Round cutoff time (descending)
|
|
23794
|
-
* * `state` - State
|
|
23795
|
-
* * `-state` - State (descending)
|
|
23796
|
-
* * `created` - Created
|
|
23797
|
-
* * `-created` - Created (descending)
|
|
22881
|
+
*
|
|
23798
22882
|
*/
|
|
23799
22883
|
o?: Array<'-created' | '-round__call__name' | '-round__cutoff_time' | '-round__start_time' | '-state' | 'created' | 'round__call__name' | 'round__cutoff_time' | 'round__start_time' | 'state'>;
|
|
23800
22884
|
organization_uuid?: string;
|
|
@@ -23807,20 +22891,12 @@ export type ProposalProposalsListData = {
|
|
|
23807
22891
|
*/
|
|
23808
22892
|
page_size?: number;
|
|
23809
22893
|
round?: string;
|
|
23810
|
-
/**
|
|
23811
|
-
* * `draft` - Draft
|
|
23812
|
-
* * `submitted` - Submitted
|
|
23813
|
-
* * `in_review` - In review
|
|
23814
|
-
* * `accepted` - Accepted
|
|
23815
|
-
* * `rejected` - Rejected
|
|
23816
|
-
* * `canceled` - Canceled
|
|
23817
|
-
*/
|
|
23818
22894
|
state?: Array<'accepted' | 'canceled' | 'draft' | 'in_review' | 'rejected' | 'submitted'>;
|
|
23819
22895
|
};
|
|
23820
22896
|
url: '/api/proposal-proposals/';
|
|
23821
22897
|
};
|
|
23822
22898
|
export type ProposalProposalsListResponses = {
|
|
23823
|
-
200:
|
|
22899
|
+
200: Array<Proposal>;
|
|
23824
22900
|
};
|
|
23825
22901
|
export type ProposalProposalsListResponse = ProposalProposalsListResponses[keyof ProposalProposalsListResponses];
|
|
23826
22902
|
export type ProposalProposalsCreateData = {
|
|
@@ -23958,14 +23034,6 @@ export type ProposalProposalsListUsersListData = {
|
|
|
23958
23034
|
* Search string for user
|
|
23959
23035
|
*/
|
|
23960
23036
|
search_string?: string;
|
|
23961
|
-
/**
|
|
23962
|
-
* * `draft` - Draft
|
|
23963
|
-
* * `submitted` - Submitted
|
|
23964
|
-
* * `in_review` - In review
|
|
23965
|
-
* * `accepted` - Accepted
|
|
23966
|
-
* * `rejected` - Rejected
|
|
23967
|
-
* * `canceled` - Canceled
|
|
23968
|
-
*/
|
|
23969
23037
|
state?: Array<'accepted' | 'canceled' | 'draft' | 'in_review' | 'rejected' | 'submitted'>;
|
|
23970
23038
|
/**
|
|
23971
23039
|
* User UUID
|
|
@@ -23987,7 +23055,7 @@ export type ProposalProposalsListUsersListData = {
|
|
|
23987
23055
|
url: '/api/proposal-proposals/{uuid}/list_users/';
|
|
23988
23056
|
};
|
|
23989
23057
|
export type ProposalProposalsListUsersListResponses = {
|
|
23990
|
-
200:
|
|
23058
|
+
200: Array<UserRoleDetails>;
|
|
23991
23059
|
};
|
|
23992
23060
|
export type ProposalProposalsListUsersListResponse = ProposalProposalsListUsersListResponses[keyof ProposalProposalsListUsersListResponses];
|
|
23993
23061
|
export type ProposalProposalsRejectData = {
|
|
@@ -24015,16 +23083,7 @@ export type ProposalProposalsResourcesListData = {
|
|
|
24015
23083
|
/**
|
|
24016
23084
|
* Ordering
|
|
24017
23085
|
*
|
|
24018
|
-
*
|
|
24019
|
-
* * `-round__call__name` - Round call name (descending)
|
|
24020
|
-
* * `round__start_time` - Round start time
|
|
24021
|
-
* * `-round__start_time` - Round start time (descending)
|
|
24022
|
-
* * `round__cutoff_time` - Round cutoff time
|
|
24023
|
-
* * `-round__cutoff_time` - Round cutoff time (descending)
|
|
24024
|
-
* * `state` - State
|
|
24025
|
-
* * `-state` - State (descending)
|
|
24026
|
-
* * `created` - Created
|
|
24027
|
-
* * `-created` - Created (descending)
|
|
23086
|
+
*
|
|
24028
23087
|
*/
|
|
24029
23088
|
o?: Array<'-created' | '-round__call__name' | '-round__cutoff_time' | '-round__start_time' | '-state' | 'created' | 'round__call__name' | 'round__cutoff_time' | 'round__start_time' | 'state'>;
|
|
24030
23089
|
organization_uuid?: string;
|
|
@@ -24037,20 +23096,12 @@ export type ProposalProposalsResourcesListData = {
|
|
|
24037
23096
|
*/
|
|
24038
23097
|
page_size?: number;
|
|
24039
23098
|
round?: string;
|
|
24040
|
-
/**
|
|
24041
|
-
* * `draft` - Draft
|
|
24042
|
-
* * `submitted` - Submitted
|
|
24043
|
-
* * `in_review` - In review
|
|
24044
|
-
* * `accepted` - Accepted
|
|
24045
|
-
* * `rejected` - Rejected
|
|
24046
|
-
* * `canceled` - Canceled
|
|
24047
|
-
*/
|
|
24048
23099
|
state?: Array<'accepted' | 'canceled' | 'draft' | 'in_review' | 'rejected' | 'submitted'>;
|
|
24049
23100
|
};
|
|
24050
23101
|
url: '/api/proposal-proposals/{uuid}/resources/';
|
|
24051
23102
|
};
|
|
24052
23103
|
export type ProposalProposalsResourcesListResponses = {
|
|
24053
|
-
200:
|
|
23104
|
+
200: Array<RequestedResource>;
|
|
24054
23105
|
};
|
|
24055
23106
|
export type ProposalProposalsResourcesListResponse = ProposalProposalsResourcesListResponses[keyof ProposalProposalsResourcesListResponses];
|
|
24056
23107
|
export type ProposalProposalsResourcesSetData = {
|
|
@@ -24175,12 +23226,7 @@ export type ProposalProtectedCallsListData = {
|
|
|
24175
23226
|
/**
|
|
24176
23227
|
* Ordering
|
|
24177
23228
|
*
|
|
24178
|
-
*
|
|
24179
|
-
* * `-manager__customer__name` - Manager customer name (descending)
|
|
24180
|
-
* * `created` - Created
|
|
24181
|
-
* * `-created` - Created (descending)
|
|
24182
|
-
* * `name` - Name
|
|
24183
|
-
* * `-name` - Name (descending)
|
|
23229
|
+
*
|
|
24184
23230
|
*/
|
|
24185
23231
|
o?: Array<'-created' | '-manager__customer__name' | '-name' | 'created' | 'manager__customer__name' | 'name'>;
|
|
24186
23232
|
offering_uuid?: string;
|
|
@@ -24193,17 +23239,12 @@ export type ProposalProtectedCallsListData = {
|
|
|
24193
23239
|
* Number of results to return per page.
|
|
24194
23240
|
*/
|
|
24195
23241
|
page_size?: number;
|
|
24196
|
-
/**
|
|
24197
|
-
* * `draft` - Draft
|
|
24198
|
-
* * `active` - Active
|
|
24199
|
-
* * `archived` - Archived
|
|
24200
|
-
*/
|
|
24201
23242
|
state?: Array<'active' | 'archived' | 'draft'>;
|
|
24202
23243
|
};
|
|
24203
23244
|
url: '/api/proposal-protected-calls/';
|
|
24204
23245
|
};
|
|
24205
23246
|
export type ProposalProtectedCallsListResponses = {
|
|
24206
|
-
200:
|
|
23247
|
+
200: Array<ProtectedCall>;
|
|
24207
23248
|
};
|
|
24208
23249
|
export type ProposalProtectedCallsListResponse = ProposalProtectedCallsListResponses[keyof ProposalProtectedCallsListResponses];
|
|
24209
23250
|
export type ProposalProtectedCallsCreateData = {
|
|
@@ -24398,11 +23439,6 @@ export type ProposalProtectedCallsListUsersListData = {
|
|
|
24398
23439
|
* Search string for user
|
|
24399
23440
|
*/
|
|
24400
23441
|
search_string?: string;
|
|
24401
|
-
/**
|
|
24402
|
-
* * `draft` - Draft
|
|
24403
|
-
* * `active` - Active
|
|
24404
|
-
* * `archived` - Archived
|
|
24405
|
-
*/
|
|
24406
23442
|
state?: Array<'active' | 'archived' | 'draft'>;
|
|
24407
23443
|
/**
|
|
24408
23444
|
* User UUID
|
|
@@ -24424,7 +23460,7 @@ export type ProposalProtectedCallsListUsersListData = {
|
|
|
24424
23460
|
url: '/api/proposal-protected-calls/{uuid}/list_users/';
|
|
24425
23461
|
};
|
|
24426
23462
|
export type ProposalProtectedCallsListUsersListResponses = {
|
|
24427
|
-
200:
|
|
23463
|
+
200: Array<UserRoleDetails>;
|
|
24428
23464
|
};
|
|
24429
23465
|
export type ProposalProtectedCallsListUsersListResponse = ProposalProtectedCallsListUsersListResponses[keyof ProposalProtectedCallsListUsersListResponses];
|
|
24430
23466
|
export type ProposalProtectedCallsOfferingsListData = {
|
|
@@ -24441,12 +23477,7 @@ export type ProposalProtectedCallsOfferingsListData = {
|
|
|
24441
23477
|
/**
|
|
24442
23478
|
* Ordering
|
|
24443
23479
|
*
|
|
24444
|
-
*
|
|
24445
|
-
* * `-manager__customer__name` - Manager customer name (descending)
|
|
24446
|
-
* * `created` - Created
|
|
24447
|
-
* * `-created` - Created (descending)
|
|
24448
|
-
* * `name` - Name
|
|
24449
|
-
* * `-name` - Name (descending)
|
|
23480
|
+
*
|
|
24450
23481
|
*/
|
|
24451
23482
|
o?: Array<'-created' | '-manager__customer__name' | '-name' | 'created' | 'manager__customer__name' | 'name'>;
|
|
24452
23483
|
offering_uuid?: string;
|
|
@@ -24459,17 +23490,12 @@ export type ProposalProtectedCallsOfferingsListData = {
|
|
|
24459
23490
|
* Number of results to return per page.
|
|
24460
23491
|
*/
|
|
24461
23492
|
page_size?: number;
|
|
24462
|
-
/**
|
|
24463
|
-
* * `draft` - Draft
|
|
24464
|
-
* * `active` - Active
|
|
24465
|
-
* * `archived` - Archived
|
|
24466
|
-
*/
|
|
24467
23493
|
state?: Array<'active' | 'archived' | 'draft'>;
|
|
24468
23494
|
};
|
|
24469
23495
|
url: '/api/proposal-protected-calls/{uuid}/offerings/';
|
|
24470
23496
|
};
|
|
24471
23497
|
export type ProposalProtectedCallsOfferingsListResponses = {
|
|
24472
|
-
200:
|
|
23498
|
+
200: Array<RequestedOffering>;
|
|
24473
23499
|
};
|
|
24474
23500
|
export type ProposalProtectedCallsOfferingsListResponse = ProposalProtectedCallsOfferingsListResponses[keyof ProposalProtectedCallsOfferingsListResponses];
|
|
24475
23501
|
export type ProposalProtectedCallsOfferingsSetData = {
|
|
@@ -24553,12 +23579,7 @@ export type ProposalProtectedCallsRoundsListData = {
|
|
|
24553
23579
|
/**
|
|
24554
23580
|
* Ordering
|
|
24555
23581
|
*
|
|
24556
|
-
*
|
|
24557
|
-
* * `-manager__customer__name` - Manager customer name (descending)
|
|
24558
|
-
* * `created` - Created
|
|
24559
|
-
* * `-created` - Created (descending)
|
|
24560
|
-
* * `name` - Name
|
|
24561
|
-
* * `-name` - Name (descending)
|
|
23582
|
+
*
|
|
24562
23583
|
*/
|
|
24563
23584
|
o?: Array<'-created' | '-manager__customer__name' | '-name' | 'created' | 'manager__customer__name' | 'name'>;
|
|
24564
23585
|
offering_uuid?: string;
|
|
@@ -24571,17 +23592,12 @@ export type ProposalProtectedCallsRoundsListData = {
|
|
|
24571
23592
|
* Number of results to return per page.
|
|
24572
23593
|
*/
|
|
24573
23594
|
page_size?: number;
|
|
24574
|
-
/**
|
|
24575
|
-
* * `draft` - Draft
|
|
24576
|
-
* * `active` - Active
|
|
24577
|
-
* * `archived` - Archived
|
|
24578
|
-
*/
|
|
24579
23595
|
state?: Array<'active' | 'archived' | 'draft'>;
|
|
24580
23596
|
};
|
|
24581
23597
|
url: '/api/proposal-protected-calls/{uuid}/rounds/';
|
|
24582
23598
|
};
|
|
24583
23599
|
export type ProposalProtectedCallsRoundsListResponses = {
|
|
24584
|
-
200:
|
|
23600
|
+
200: Array<ProtectedRound>;
|
|
24585
23601
|
};
|
|
24586
23602
|
export type ProposalProtectedCallsRoundsListResponse = ProposalProtectedCallsRoundsListResponses[keyof ProposalProtectedCallsRoundsListResponses];
|
|
24587
23603
|
export type ProposalProtectedCallsRoundsSetData = {
|
|
@@ -24691,12 +23707,7 @@ export type ProposalPublicCallsListData = {
|
|
|
24691
23707
|
/**
|
|
24692
23708
|
* Ordering
|
|
24693
23709
|
*
|
|
24694
|
-
*
|
|
24695
|
-
* * `-manager__customer__name` - Manager customer name (descending)
|
|
24696
|
-
* * `created` - Created
|
|
24697
|
-
* * `-created` - Created (descending)
|
|
24698
|
-
* * `name` - Name
|
|
24699
|
-
* * `-name` - Name (descending)
|
|
23710
|
+
*
|
|
24700
23711
|
*/
|
|
24701
23712
|
o?: Array<'-created' | '-manager__customer__name' | '-name' | 'created' | 'manager__customer__name' | 'name'>;
|
|
24702
23713
|
offering_uuid?: string;
|
|
@@ -24709,17 +23720,12 @@ export type ProposalPublicCallsListData = {
|
|
|
24709
23720
|
* Number of results to return per page.
|
|
24710
23721
|
*/
|
|
24711
23722
|
page_size?: number;
|
|
24712
|
-
/**
|
|
24713
|
-
* * `draft` - Draft
|
|
24714
|
-
* * `active` - Active
|
|
24715
|
-
* * `archived` - Archived
|
|
24716
|
-
*/
|
|
24717
23723
|
state?: Array<'active' | 'archived' | 'draft'>;
|
|
24718
23724
|
};
|
|
24719
23725
|
url: '/api/proposal-public-calls/';
|
|
24720
23726
|
};
|
|
24721
23727
|
export type ProposalPublicCallsListResponses = {
|
|
24722
|
-
200:
|
|
23728
|
+
200: Array<PublicCall>;
|
|
24723
23729
|
};
|
|
24724
23730
|
export type ProposalPublicCallsListResponse = ProposalPublicCallsListResponses[keyof ProposalPublicCallsListResponses];
|
|
24725
23731
|
export type ProposalPublicCallsRetrieveData = {
|
|
@@ -24748,14 +23754,7 @@ export type ProposalRequestedOfferingsListData = {
|
|
|
24748
23754
|
/**
|
|
24749
23755
|
* Ordering
|
|
24750
23756
|
*
|
|
24751
|
-
*
|
|
24752
|
-
* * `-created` - Created (descending)
|
|
24753
|
-
* * `state` - State
|
|
24754
|
-
* * `-state` - State (descending)
|
|
24755
|
-
* * `offering__name` - Offering name
|
|
24756
|
-
* * `-offering__name` - Offering name (descending)
|
|
24757
|
-
* * `call__name` - Call name
|
|
24758
|
-
* * `-call__name` - Call name (descending)
|
|
23757
|
+
*
|
|
24759
23758
|
*/
|
|
24760
23759
|
o?: Array<'-call__name' | '-created' | '-offering__name' | '-state' | 'call__name' | 'created' | 'offering__name' | 'state'>;
|
|
24761
23760
|
/**
|
|
@@ -24776,17 +23775,12 @@ export type ProposalRequestedOfferingsListData = {
|
|
|
24776
23775
|
* Provider
|
|
24777
23776
|
*/
|
|
24778
23777
|
provider_uuid?: string;
|
|
24779
|
-
/**
|
|
24780
|
-
* * `requested` - Requested
|
|
24781
|
-
* * `accepted` - Accepted
|
|
24782
|
-
* * `canceled` - Canceled
|
|
24783
|
-
*/
|
|
24784
23778
|
state?: Array<'accepted' | 'canceled' | 'requested'>;
|
|
24785
23779
|
};
|
|
24786
23780
|
url: '/api/proposal-requested-offerings/';
|
|
24787
23781
|
};
|
|
24788
23782
|
export type ProposalRequestedOfferingsListResponses = {
|
|
24789
|
-
200:
|
|
23783
|
+
200: Array<ProviderRequestedOffering>;
|
|
24790
23784
|
};
|
|
24791
23785
|
export type ProposalRequestedOfferingsListResponse = ProposalRequestedOfferingsListResponses[keyof ProposalRequestedOfferingsListResponses];
|
|
24792
23786
|
export type ProposalRequestedOfferingsRetrieveData = {
|
|
@@ -24837,14 +23831,7 @@ export type ProposalRequestedResourcesListData = {
|
|
|
24837
23831
|
/**
|
|
24838
23832
|
* Ordering
|
|
24839
23833
|
*
|
|
24840
|
-
*
|
|
24841
|
-
* * `-created` - Created (descending)
|
|
24842
|
-
* * `offering__name` - Offering name
|
|
24843
|
-
* * `-offering__name` - Offering name (descending)
|
|
24844
|
-
* * `resource__name` - Resource name
|
|
24845
|
-
* * `-resource__name` - Resource name (descending)
|
|
24846
|
-
* * `proposal__name` - Proposal name
|
|
24847
|
-
* * `-proposal__name` - Proposal name (descending)
|
|
23834
|
+
*
|
|
24848
23835
|
*/
|
|
24849
23836
|
o?: Array<'-created' | '-offering__name' | '-proposal__name' | '-resource__name' | 'created' | 'offering__name' | 'proposal__name' | 'resource__name'>;
|
|
24850
23837
|
/**
|
|
@@ -24874,7 +23861,7 @@ export type ProposalRequestedResourcesListData = {
|
|
|
24874
23861
|
url: '/api/proposal-requested-resources/';
|
|
24875
23862
|
};
|
|
24876
23863
|
export type ProposalRequestedResourcesListResponses = {
|
|
24877
|
-
200:
|
|
23864
|
+
200: Array<ProviderRequestedResource>;
|
|
24878
23865
|
};
|
|
24879
23866
|
export type ProposalRequestedResourcesListResponse = ProposalRequestedResourcesListResponses[keyof ProposalRequestedResourcesListResponses];
|
|
24880
23867
|
export type ProposalRequestedResourcesRetrieveData = {
|
|
@@ -24897,10 +23884,7 @@ export type ProposalReviewsListData = {
|
|
|
24897
23884
|
/**
|
|
24898
23885
|
* Ordering
|
|
24899
23886
|
*
|
|
24900
|
-
*
|
|
24901
|
-
* * `-created` - Created (descending)
|
|
24902
|
-
* * `state` - State
|
|
24903
|
-
* * `-state` - State (descending)
|
|
23887
|
+
*
|
|
24904
23888
|
*/
|
|
24905
23889
|
o?: Array<'-created' | '-state' | 'created' | 'state'>;
|
|
24906
23890
|
organization_uuid?: string;
|
|
@@ -24915,18 +23899,12 @@ export type ProposalReviewsListData = {
|
|
|
24915
23899
|
proposal?: string;
|
|
24916
23900
|
proposal_uuid?: string;
|
|
24917
23901
|
reviewer_uuid?: string;
|
|
24918
|
-
/**
|
|
24919
|
-
* * `created` - Created
|
|
24920
|
-
* * `in_review` - In review
|
|
24921
|
-
* * `submitted` - Submitted
|
|
24922
|
-
* * `rejected` - Rejected
|
|
24923
|
-
*/
|
|
24924
23902
|
state?: Array<'created' | 'in_review' | 'rejected' | 'submitted'>;
|
|
24925
23903
|
};
|
|
24926
23904
|
url: '/api/proposal-reviews/';
|
|
24927
23905
|
};
|
|
24928
23906
|
export type ProposalReviewsListResponses = {
|
|
24929
|
-
200:
|
|
23907
|
+
200: Array<ProposalReview>;
|
|
24930
23908
|
};
|
|
24931
23909
|
export type ProposalReviewsListResponse = ProposalReviewsListResponses[keyof ProposalReviewsListResponses];
|
|
24932
23910
|
export type ProposalReviewsCreateData = {
|
|
@@ -25042,14 +24020,7 @@ export type ProviderInvoiceItemsListData = {
|
|
|
25042
24020
|
/**
|
|
25043
24021
|
* Ordering
|
|
25044
24022
|
*
|
|
25045
|
-
*
|
|
25046
|
-
* * `-unit_price` - Unit price (descending)
|
|
25047
|
-
* * `resource_offering_name` - Resource offering name
|
|
25048
|
-
* * `-resource_offering_name` - Resource offering name (descending)
|
|
25049
|
-
* * `invoice_customer_name` - Invoice customer name
|
|
25050
|
-
* * `-invoice_customer_name` - Invoice customer name (descending)
|
|
25051
|
-
* * `project_name` - Project name
|
|
25052
|
-
* * `-project_name` - Project name (descending)
|
|
24023
|
+
*
|
|
25053
24024
|
*/
|
|
25054
24025
|
o?: Array<'-invoice_customer_name' | '-project_name' | '-resource_offering_name' | '-unit_price' | 'invoice_customer_name' | 'project_name' | 'resource_offering_name' | 'unit_price'>;
|
|
25055
24026
|
offering_uuid?: string;
|
|
@@ -25066,7 +24037,7 @@ export type ProviderInvoiceItemsListData = {
|
|
|
25066
24037
|
url: '/api/provider-invoice-items/';
|
|
25067
24038
|
};
|
|
25068
24039
|
export type ProviderInvoiceItemsListResponses = {
|
|
25069
|
-
200:
|
|
24040
|
+
200: Array<InvoiceItem>;
|
|
25070
24041
|
};
|
|
25071
24042
|
export type ProviderInvoiceItemsListResponse = ProviderInvoiceItemsListResponses[keyof ProviderInvoiceItemsListResponses];
|
|
25072
24043
|
export type ProviderInvoiceItemsRetrieveData = {
|
|
@@ -25110,7 +24081,7 @@ export type RabbitmqUserStatsListData = {
|
|
|
25110
24081
|
url: '/api/rabbitmq-user-stats/';
|
|
25111
24082
|
};
|
|
25112
24083
|
export type RabbitmqUserStatsListResponses = {
|
|
25113
|
-
200:
|
|
24084
|
+
200: Array<RmqUserStatsItem>;
|
|
25114
24085
|
};
|
|
25115
24086
|
export type RabbitmqUserStatsListResponse = RabbitmqUserStatsListResponses[keyof RabbitmqUserStatsListResponses];
|
|
25116
24087
|
export type RabbitmqVhostStatsListData = {
|
|
@@ -25153,16 +24124,6 @@ export type RancherAppsListData = {
|
|
|
25153
24124
|
project_uuid?: string;
|
|
25154
24125
|
service_settings_name?: string;
|
|
25155
24126
|
service_settings_uuid?: string;
|
|
25156
|
-
/**
|
|
25157
|
-
* * `CREATION_SCHEDULED` - CREATION_SCHEDULED
|
|
25158
|
-
* * `CREATING` - CREATING
|
|
25159
|
-
* * `UPDATE_SCHEDULED` - UPDATE_SCHEDULED
|
|
25160
|
-
* * `UPDATING` - UPDATING
|
|
25161
|
-
* * `DELETION_SCHEDULED` - DELETION_SCHEDULED
|
|
25162
|
-
* * `DELETING` - DELETING
|
|
25163
|
-
* * `OK` - OK
|
|
25164
|
-
* * `ERRED` - ERRED
|
|
25165
|
-
*/
|
|
25166
24127
|
state?: Array<'CREATING' | 'CREATION_SCHEDULED' | 'DELETING' | 'DELETION_SCHEDULED' | 'ERRED' | 'OK' | 'UPDATE_SCHEDULED' | 'UPDATING'>;
|
|
25167
24128
|
template_uuid?: string;
|
|
25168
24129
|
uuid?: string;
|
|
@@ -25170,7 +24131,7 @@ export type RancherAppsListData = {
|
|
|
25170
24131
|
url: '/api/rancher-apps/';
|
|
25171
24132
|
};
|
|
25172
24133
|
export type RancherAppsListResponses = {
|
|
25173
|
-
200:
|
|
24134
|
+
200: Array<RancherApplication>;
|
|
25174
24135
|
};
|
|
25175
24136
|
export type RancherAppsListResponse = RancherAppsListResponses[keyof RancherAppsListResponses];
|
|
25176
24137
|
export type RancherAppsCreateData = {
|
|
@@ -25280,7 +24241,7 @@ export type RancherCatalogsListData = {
|
|
|
25280
24241
|
url: '/api/rancher-catalogs/';
|
|
25281
24242
|
};
|
|
25282
24243
|
export type RancherCatalogsListResponses = {
|
|
25283
|
-
200:
|
|
24244
|
+
200: Array<RancherCatalog>;
|
|
25284
24245
|
};
|
|
25285
24246
|
export type RancherCatalogsListResponse = RancherCatalogsListResponses[keyof RancherCatalogsListResponses];
|
|
25286
24247
|
export type RancherCatalogsCreateData = {
|
|
@@ -25372,7 +24333,7 @@ export type RancherClusterTemplatesListData = {
|
|
|
25372
24333
|
url: '/api/rancher-cluster-templates/';
|
|
25373
24334
|
};
|
|
25374
24335
|
export type RancherClusterTemplatesListResponses = {
|
|
25375
|
-
200:
|
|
24336
|
+
200: Array<RancherClusterTemplate>;
|
|
25376
24337
|
};
|
|
25377
24338
|
export type RancherClusterTemplatesListResponse = RancherClusterTemplatesListResponses[keyof RancherClusterTemplatesListResponses];
|
|
25378
24339
|
export type RancherClusterTemplatesRetrieveData = {
|
|
@@ -25415,23 +24376,13 @@ export type RancherClustersListData = {
|
|
|
25415
24376
|
project_uuid?: string;
|
|
25416
24377
|
service_settings_name?: string;
|
|
25417
24378
|
service_settings_uuid?: string;
|
|
25418
|
-
/**
|
|
25419
|
-
* * `CREATION_SCHEDULED` - CREATION_SCHEDULED
|
|
25420
|
-
* * `CREATING` - CREATING
|
|
25421
|
-
* * `UPDATE_SCHEDULED` - UPDATE_SCHEDULED
|
|
25422
|
-
* * `UPDATING` - UPDATING
|
|
25423
|
-
* * `DELETION_SCHEDULED` - DELETION_SCHEDULED
|
|
25424
|
-
* * `DELETING` - DELETING
|
|
25425
|
-
* * `OK` - OK
|
|
25426
|
-
* * `ERRED` - ERRED
|
|
25427
|
-
*/
|
|
25428
24379
|
state?: Array<'CREATING' | 'CREATION_SCHEDULED' | 'DELETING' | 'DELETION_SCHEDULED' | 'ERRED' | 'OK' | 'UPDATE_SCHEDULED' | 'UPDATING'>;
|
|
25429
24380
|
uuid?: string;
|
|
25430
24381
|
};
|
|
25431
24382
|
url: '/api/rancher-clusters/';
|
|
25432
24383
|
};
|
|
25433
24384
|
export type RancherClustersListResponses = {
|
|
25434
|
-
200:
|
|
24385
|
+
200: Array<RancherCluster>;
|
|
25435
24386
|
};
|
|
25436
24387
|
export type RancherClustersListResponse = RancherClustersListResponses[keyof RancherClustersListResponses];
|
|
25437
24388
|
export type RancherClustersCreateData = {
|
|
@@ -25587,7 +24538,7 @@ export type RancherHpasListData = {
|
|
|
25587
24538
|
url: '/api/rancher-hpas/';
|
|
25588
24539
|
};
|
|
25589
24540
|
export type RancherHpasListResponses = {
|
|
25590
|
-
200:
|
|
24541
|
+
200: Array<RancherHpa>;
|
|
25591
24542
|
};
|
|
25592
24543
|
export type RancherHpasListResponse = RancherHpasListResponses[keyof RancherHpasListResponses];
|
|
25593
24544
|
export type RancherHpasCreateData = {
|
|
@@ -25734,23 +24685,13 @@ export type RancherIngressesListData = {
|
|
|
25734
24685
|
rancher_project_uuid?: string;
|
|
25735
24686
|
service_settings_name?: string;
|
|
25736
24687
|
service_settings_uuid?: string;
|
|
25737
|
-
/**
|
|
25738
|
-
* * `CREATION_SCHEDULED` - CREATION_SCHEDULED
|
|
25739
|
-
* * `CREATING` - CREATING
|
|
25740
|
-
* * `UPDATE_SCHEDULED` - UPDATE_SCHEDULED
|
|
25741
|
-
* * `UPDATING` - UPDATING
|
|
25742
|
-
* * `DELETION_SCHEDULED` - DELETION_SCHEDULED
|
|
25743
|
-
* * `DELETING` - DELETING
|
|
25744
|
-
* * `OK` - OK
|
|
25745
|
-
* * `ERRED` - ERRED
|
|
25746
|
-
*/
|
|
25747
24688
|
state?: Array<'CREATING' | 'CREATION_SCHEDULED' | 'DELETING' | 'DELETION_SCHEDULED' | 'ERRED' | 'OK' | 'UPDATE_SCHEDULED' | 'UPDATING'>;
|
|
25748
24689
|
uuid?: string;
|
|
25749
24690
|
};
|
|
25750
24691
|
url: '/api/rancher-ingresses/';
|
|
25751
24692
|
};
|
|
25752
24693
|
export type RancherIngressesListResponses = {
|
|
25753
|
-
200:
|
|
24694
|
+
200: Array<RancherIngress>;
|
|
25754
24695
|
};
|
|
25755
24696
|
export type RancherIngressesListResponse = RancherIngressesListResponses[keyof RancherIngressesListResponses];
|
|
25756
24697
|
export type RancherIngressesCreateData = {
|
|
@@ -25880,12 +24821,7 @@ export type RancherNamespacesListData = {
|
|
|
25880
24821
|
/**
|
|
25881
24822
|
* Ordering
|
|
25882
24823
|
*
|
|
25883
|
-
*
|
|
25884
|
-
* * `-name` - Name (descending)
|
|
25885
|
-
* * `cluster_name` - Cluster name
|
|
25886
|
-
* * `-cluster_name` - Cluster name (descending)
|
|
25887
|
-
* * `project_name` - Project name
|
|
25888
|
-
* * `-project_name` - Project name (descending)
|
|
24824
|
+
*
|
|
25889
24825
|
*/
|
|
25890
24826
|
o?: Array<'-cluster_name' | '-name' | '-project_name' | 'cluster_name' | 'name' | 'project_name'>;
|
|
25891
24827
|
/**
|
|
@@ -25903,7 +24839,7 @@ export type RancherNamespacesListData = {
|
|
|
25903
24839
|
url: '/api/rancher-namespaces/';
|
|
25904
24840
|
};
|
|
25905
24841
|
export type RancherNamespacesListResponses = {
|
|
25906
|
-
200:
|
|
24842
|
+
200: Array<RancherNamespace>;
|
|
25907
24843
|
};
|
|
25908
24844
|
export type RancherNamespacesListResponse = RancherNamespacesListResponses[keyof RancherNamespacesListResponses];
|
|
25909
24845
|
export type RancherNamespacesRetrieveData = {
|
|
@@ -25935,7 +24871,7 @@ export type RancherNodesListData = {
|
|
|
25935
24871
|
url: '/api/rancher-nodes/';
|
|
25936
24872
|
};
|
|
25937
24873
|
export type RancherNodesListResponses = {
|
|
25938
|
-
200:
|
|
24874
|
+
200: Array<RancherNode>;
|
|
25939
24875
|
};
|
|
25940
24876
|
export type RancherNodesListResponse = RancherNodesListResponses[keyof RancherNodesListResponses];
|
|
25941
24877
|
export type RancherNodesCreateData = {
|
|
@@ -26084,7 +25020,7 @@ export type RancherProjectsListData = {
|
|
|
26084
25020
|
url: '/api/rancher-projects/';
|
|
26085
25021
|
};
|
|
26086
25022
|
export type RancherProjectsListResponses = {
|
|
26087
|
-
200:
|
|
25023
|
+
200: Array<RancherProject>;
|
|
26088
25024
|
};
|
|
26089
25025
|
export type RancherProjectsListResponse = RancherProjectsListResponses[keyof RancherProjectsListResponses];
|
|
26090
25026
|
export type RancherProjectsRetrieveData = {
|
|
@@ -26142,23 +25078,13 @@ export type RancherServicesListData = {
|
|
|
26142
25078
|
rancher_project_uuid?: string;
|
|
26143
25079
|
service_settings_name?: string;
|
|
26144
25080
|
service_settings_uuid?: string;
|
|
26145
|
-
/**
|
|
26146
|
-
* * `CREATION_SCHEDULED` - CREATION_SCHEDULED
|
|
26147
|
-
* * `CREATING` - CREATING
|
|
26148
|
-
* * `UPDATE_SCHEDULED` - UPDATE_SCHEDULED
|
|
26149
|
-
* * `UPDATING` - UPDATING
|
|
26150
|
-
* * `DELETION_SCHEDULED` - DELETION_SCHEDULED
|
|
26151
|
-
* * `DELETING` - DELETING
|
|
26152
|
-
* * `OK` - OK
|
|
26153
|
-
* * `ERRED` - ERRED
|
|
26154
|
-
*/
|
|
26155
25081
|
state?: Array<'CREATING' | 'CREATION_SCHEDULED' | 'DELETING' | 'DELETION_SCHEDULED' | 'ERRED' | 'OK' | 'UPDATE_SCHEDULED' | 'UPDATING'>;
|
|
26156
25082
|
uuid?: string;
|
|
26157
25083
|
};
|
|
26158
25084
|
url: '/api/rancher-services/';
|
|
26159
25085
|
};
|
|
26160
25086
|
export type RancherServicesListResponses = {
|
|
26161
|
-
200:
|
|
25087
|
+
200: Array<RancherService>;
|
|
26162
25088
|
};
|
|
26163
25089
|
export type RancherServicesListResponse = RancherServicesListResponses[keyof RancherServicesListResponses];
|
|
26164
25090
|
export type RancherServicesCreateData = {
|
|
@@ -26302,10 +25228,7 @@ export type RancherTemplatesListData = {
|
|
|
26302
25228
|
/**
|
|
26303
25229
|
* Ordering
|
|
26304
25230
|
*
|
|
26305
|
-
*
|
|
26306
|
-
* * `-name` - Name (descending)
|
|
26307
|
-
* * `catalog_name` - Catalog name
|
|
26308
|
-
* * `-catalog_name` - Catalog name (descending)
|
|
25231
|
+
*
|
|
26309
25232
|
*/
|
|
26310
25233
|
o?: Array<'-catalog_name' | '-name' | 'catalog_name' | 'name'>;
|
|
26311
25234
|
/**
|
|
@@ -26323,7 +25246,7 @@ export type RancherTemplatesListData = {
|
|
|
26323
25246
|
url: '/api/rancher-templates/';
|
|
26324
25247
|
};
|
|
26325
25248
|
export type RancherTemplatesListResponses = {
|
|
26326
|
-
200:
|
|
25249
|
+
200: Array<RancherTemplate>;
|
|
26327
25250
|
};
|
|
26328
25251
|
export type RancherTemplatesListResponse = RancherTemplatesListResponses[keyof RancherTemplatesListResponses];
|
|
26329
25252
|
export type RancherTemplatesRetrieveData = {
|
|
@@ -26366,7 +25289,7 @@ export type RancherUsersListData = {
|
|
|
26366
25289
|
url: '/api/rancher-users/';
|
|
26367
25290
|
};
|
|
26368
25291
|
export type RancherUsersListResponses = {
|
|
26369
|
-
200:
|
|
25292
|
+
200: Array<RancherUser>;
|
|
26370
25293
|
};
|
|
26371
25294
|
export type RancherUsersListResponse = RancherUsersListResponses[keyof RancherUsersListResponses];
|
|
26372
25295
|
export type RancherUsersRetrieveData = {
|
|
@@ -26392,14 +25315,7 @@ export type RancherWorkloadsListData = {
|
|
|
26392
25315
|
/**
|
|
26393
25316
|
* Ordering
|
|
26394
25317
|
*
|
|
26395
|
-
*
|
|
26396
|
-
* * `-name` - Name (descending)
|
|
26397
|
-
* * `project_name` - Project name
|
|
26398
|
-
* * `-project_name` - Project name (descending)
|
|
26399
|
-
* * `cluster_name` - Cluster name
|
|
26400
|
-
* * `-cluster_name` - Cluster name (descending)
|
|
26401
|
-
* * `namespace_name` - Namespace name
|
|
26402
|
-
* * `-namespace_name` - Namespace name (descending)
|
|
25318
|
+
*
|
|
26403
25319
|
*/
|
|
26404
25320
|
o?: Array<'-cluster_name' | '-name' | '-namespace_name' | '-project_name' | 'cluster_name' | 'name' | 'namespace_name' | 'project_name'>;
|
|
26405
25321
|
/**
|
|
@@ -26417,7 +25333,7 @@ export type RancherWorkloadsListData = {
|
|
|
26417
25333
|
url: '/api/rancher-workloads/';
|
|
26418
25334
|
};
|
|
26419
25335
|
export type RancherWorkloadsListResponses = {
|
|
26420
|
-
200:
|
|
25336
|
+
200: Array<RancherWorkload>;
|
|
26421
25337
|
};
|
|
26422
25338
|
export type RancherWorkloadsListResponse = RancherWorkloadsListResponses[keyof RancherWorkloadsListResponses];
|
|
26423
25339
|
export type RancherWorkloadsCreateData = {
|
|
@@ -26695,7 +25611,7 @@ export type RemoteWaldurApiRemoteCategoriesData = {
|
|
|
26695
25611
|
url: '/api/remote-waldur-api/remote_categories/';
|
|
26696
25612
|
};
|
|
26697
25613
|
export type RemoteWaldurApiRemoteCategoriesResponses = {
|
|
26698
|
-
200:
|
|
25614
|
+
200: Array<MarketplaceCategory>;
|
|
26699
25615
|
};
|
|
26700
25616
|
export type RemoteWaldurApiRemoteCategoriesResponse = RemoteWaldurApiRemoteCategoriesResponses[keyof RemoteWaldurApiRemoteCategoriesResponses];
|
|
26701
25617
|
export type RemoteWaldurApiRemoteCustomersData = {
|
|
@@ -26714,7 +25630,7 @@ export type RemoteWaldurApiRemoteCustomersData = {
|
|
|
26714
25630
|
url: '/api/remote-waldur-api/remote_customers/';
|
|
26715
25631
|
};
|
|
26716
25632
|
export type RemoteWaldurApiRemoteCustomersResponses = {
|
|
26717
|
-
200:
|
|
25633
|
+
200: Array<RemoteCustomer>;
|
|
26718
25634
|
};
|
|
26719
25635
|
export type RemoteWaldurApiRemoteCustomersResponse = RemoteWaldurApiRemoteCustomersResponses[keyof RemoteWaldurApiRemoteCustomersResponses];
|
|
26720
25636
|
export type RemoteWaldurApiSharedOfferingsData = {
|
|
@@ -26734,7 +25650,7 @@ export type RemoteWaldurApiSharedOfferingsData = {
|
|
|
26734
25650
|
url: '/api/remote-waldur-api/shared_offerings/';
|
|
26735
25651
|
};
|
|
26736
25652
|
export type RemoteWaldurApiSharedOfferingsResponses = {
|
|
26737
|
-
200:
|
|
25653
|
+
200: Array<RemoteOffering>;
|
|
26738
25654
|
};
|
|
26739
25655
|
export type RemoteWaldurApiSharedOfferingsResponse = RemoteWaldurApiSharedOfferingsResponses[keyof RemoteWaldurApiSharedOfferingsResponses];
|
|
26740
25656
|
export type RemoteWaldurApiSyncResourceData = {
|
|
@@ -26785,7 +25701,7 @@ export type RolesListData = {
|
|
|
26785
25701
|
url: '/api/roles/';
|
|
26786
25702
|
};
|
|
26787
25703
|
export type RolesListResponses = {
|
|
26788
|
-
200:
|
|
25704
|
+
200: Array<RoleDetails>;
|
|
26789
25705
|
};
|
|
26790
25706
|
export type RolesListResponse = RolesListResponses[keyof RolesListResponses];
|
|
26791
25707
|
export type RolesCreateData = {
|
|
@@ -26917,23 +25833,13 @@ export type ServiceSettingsListData = {
|
|
|
26917
25833
|
*/
|
|
26918
25834
|
scope_uuid?: string;
|
|
26919
25835
|
shared?: boolean;
|
|
26920
|
-
/**
|
|
26921
|
-
* * `CREATION_SCHEDULED` - CREATION_SCHEDULED
|
|
26922
|
-
* * `CREATING` - CREATING
|
|
26923
|
-
* * `UPDATE_SCHEDULED` - UPDATE_SCHEDULED
|
|
26924
|
-
* * `UPDATING` - UPDATING
|
|
26925
|
-
* * `DELETION_SCHEDULED` - DELETION_SCHEDULED
|
|
26926
|
-
* * `DELETING` - DELETING
|
|
26927
|
-
* * `OK` - OK
|
|
26928
|
-
* * `ERRED` - ERRED
|
|
26929
|
-
*/
|
|
26930
25836
|
state?: Array<'CREATING' | 'CREATION_SCHEDULED' | 'DELETING' | 'DELETION_SCHEDULED' | 'ERRED' | 'OK' | 'UPDATE_SCHEDULED' | 'UPDATING'>;
|
|
26931
25837
|
type?: string;
|
|
26932
25838
|
};
|
|
26933
25839
|
url: '/api/service-settings/';
|
|
26934
25840
|
};
|
|
26935
25841
|
export type ServiceSettingsListResponses = {
|
|
26936
|
-
200:
|
|
25842
|
+
200: Array<ServiceSettings>;
|
|
26937
25843
|
};
|
|
26938
25844
|
export type ServiceSettingsListResponse = ServiceSettingsListResponses[keyof ServiceSettingsListResponses];
|
|
26939
25845
|
export type ServiceSettingsRetrieveData = {
|
|
@@ -26972,7 +25878,7 @@ export type SlurmAllocationUserUsageListData = {
|
|
|
26972
25878
|
url: '/api/slurm-allocation-user-usage/';
|
|
26973
25879
|
};
|
|
26974
25880
|
export type SlurmAllocationUserUsageListResponses = {
|
|
26975
|
-
200:
|
|
25881
|
+
200: Array<SlurmAllocationUserUsage>;
|
|
26976
25882
|
};
|
|
26977
25883
|
export type SlurmAllocationUserUsageListResponse = SlurmAllocationUserUsageListResponses[keyof SlurmAllocationUserUsageListResponses];
|
|
26978
25884
|
export type SlurmAllocationUserUsageRetrieveData = {
|
|
@@ -27019,23 +25925,13 @@ export type SlurmAllocationsListData = {
|
|
|
27019
25925
|
project_uuid?: string;
|
|
27020
25926
|
service_settings_name?: string;
|
|
27021
25927
|
service_settings_uuid?: string;
|
|
27022
|
-
/**
|
|
27023
|
-
* * `CREATION_SCHEDULED` - CREATION_SCHEDULED
|
|
27024
|
-
* * `CREATING` - CREATING
|
|
27025
|
-
* * `UPDATE_SCHEDULED` - UPDATE_SCHEDULED
|
|
27026
|
-
* * `UPDATING` - UPDATING
|
|
27027
|
-
* * `DELETION_SCHEDULED` - DELETION_SCHEDULED
|
|
27028
|
-
* * `DELETING` - DELETING
|
|
27029
|
-
* * `OK` - OK
|
|
27030
|
-
* * `ERRED` - ERRED
|
|
27031
|
-
*/
|
|
27032
25928
|
state?: Array<'CREATING' | 'CREATION_SCHEDULED' | 'DELETING' | 'DELETION_SCHEDULED' | 'ERRED' | 'OK' | 'UPDATE_SCHEDULED' | 'UPDATING'>;
|
|
27033
25929
|
uuid?: string;
|
|
27034
25930
|
};
|
|
27035
25931
|
url: '/api/slurm-allocations/';
|
|
27036
25932
|
};
|
|
27037
25933
|
export type SlurmAllocationsListResponses = {
|
|
27038
|
-
200:
|
|
25934
|
+
200: Array<SlurmAllocation>;
|
|
27039
25935
|
};
|
|
27040
25936
|
export type SlurmAllocationsListResponse = SlurmAllocationsListResponses[keyof SlurmAllocationsListResponses];
|
|
27041
25937
|
export type SlurmAllocationsCreateData = {
|
|
@@ -27159,7 +26055,7 @@ export type SlurmAssociationsListData = {
|
|
|
27159
26055
|
url: '/api/slurm-associations/';
|
|
27160
26056
|
};
|
|
27161
26057
|
export type SlurmAssociationsListResponses = {
|
|
27162
|
-
200:
|
|
26058
|
+
200: Array<SlurmAssociation>;
|
|
27163
26059
|
};
|
|
27164
26060
|
export type SlurmAssociationsListResponse = SlurmAssociationsListResponses[keyof SlurmAssociationsListResponses];
|
|
27165
26061
|
export type SlurmAssociationsRetrieveData = {
|
|
@@ -27191,7 +26087,7 @@ export type SlurmJobsListData = {
|
|
|
27191
26087
|
url: '/api/slurm-jobs/';
|
|
27192
26088
|
};
|
|
27193
26089
|
export type SlurmJobsListResponses = {
|
|
27194
|
-
200:
|
|
26090
|
+
200: Array<FirecrestJob>;
|
|
27195
26091
|
};
|
|
27196
26092
|
export type SlurmJobsListResponse = SlurmJobsListResponses[keyof SlurmJobsListResponses];
|
|
27197
26093
|
export type SlurmJobsCreateData = {
|
|
@@ -27304,7 +26200,7 @@ export type SupportAttachmentsListData = {
|
|
|
27304
26200
|
url: '/api/support-attachments/';
|
|
27305
26201
|
};
|
|
27306
26202
|
export type SupportAttachmentsListResponses = {
|
|
27307
|
-
200:
|
|
26203
|
+
200: Array<Attachment>;
|
|
27308
26204
|
};
|
|
27309
26205
|
export type SupportAttachmentsListResponse = SupportAttachmentsListResponses[keyof SupportAttachmentsListResponses];
|
|
27310
26206
|
export type SupportAttachmentsCreateData = {
|
|
@@ -27359,10 +26255,7 @@ export type SupportCommentsListData = {
|
|
|
27359
26255
|
/**
|
|
27360
26256
|
* Ordering
|
|
27361
26257
|
*
|
|
27362
|
-
*
|
|
27363
|
-
* * `-created` - Created (descending)
|
|
27364
|
-
* * `modified` - Modified
|
|
27365
|
-
* * `-modified` - Modified (descending)
|
|
26258
|
+
*
|
|
27366
26259
|
*/
|
|
27367
26260
|
o?: Array<'-created' | '-modified' | 'created' | 'modified'>;
|
|
27368
26261
|
/**
|
|
@@ -27381,7 +26274,7 @@ export type SupportCommentsListData = {
|
|
|
27381
26274
|
url: '/api/support-comments/';
|
|
27382
26275
|
};
|
|
27383
26276
|
export type SupportCommentsListResponses = {
|
|
27384
|
-
200:
|
|
26277
|
+
200: Array<Comment>;
|
|
27385
26278
|
};
|
|
27386
26279
|
export type SupportCommentsListResponse = SupportCommentsListResponses[keyof SupportCommentsListResponses];
|
|
27387
26280
|
export type SupportCommentsDestroyData = {
|
|
@@ -27487,7 +26380,7 @@ export type SupportFeedbacksListData = {
|
|
|
27487
26380
|
url: '/api/support-feedbacks/';
|
|
27488
26381
|
};
|
|
27489
26382
|
export type SupportFeedbacksListResponses = {
|
|
27490
|
-
200:
|
|
26383
|
+
200: Array<Feedback>;
|
|
27491
26384
|
};
|
|
27492
26385
|
export type SupportFeedbacksListResponse = SupportFeedbacksListResponses[keyof SupportFeedbacksListResponses];
|
|
27493
26386
|
export type SupportFeedbacksCreateData = {
|
|
@@ -27529,34 +26422,7 @@ export type SupportIssuesListData = {
|
|
|
27529
26422
|
/**
|
|
27530
26423
|
* Ordering
|
|
27531
26424
|
*
|
|
27532
|
-
*
|
|
27533
|
-
* * `-created` - Created (descending)
|
|
27534
|
-
* * `modified` - Modified
|
|
27535
|
-
* * `-modified` - Modified (descending)
|
|
27536
|
-
* * `type` - Type
|
|
27537
|
-
* * `-type` - Type (descending)
|
|
27538
|
-
* * `status` - Status
|
|
27539
|
-
* * `-status` - Status (descending)
|
|
27540
|
-
* * `priority` - Priority
|
|
27541
|
-
* * `-priority` - Priority (descending)
|
|
27542
|
-
* * `summary` - Summary
|
|
27543
|
-
* * `-summary` - Summary (descending)
|
|
27544
|
-
* * `customer_name` - Customer name
|
|
27545
|
-
* * `-customer_name` - Customer name (descending)
|
|
27546
|
-
* * `project_name` - Project name
|
|
27547
|
-
* * `-project_name` - Project name (descending)
|
|
27548
|
-
* * `caller_first_name` - Caller first name
|
|
27549
|
-
* * `-caller_first_name` - Caller first name (descending)
|
|
27550
|
-
* * `caller_last_name` - Caller last name
|
|
27551
|
-
* * `-caller_last_name` - Caller last name (descending)
|
|
27552
|
-
* * `reporter_name` - Reporter name
|
|
27553
|
-
* * `-reporter_name` - Reporter name (descending)
|
|
27554
|
-
* * `assignee_name` - Assignee name
|
|
27555
|
-
* * `-assignee_name` - Assignee name (descending)
|
|
27556
|
-
* * `remote_id` - Remote id
|
|
27557
|
-
* * `-remote_id` - Remote id (descending)
|
|
27558
|
-
* * `key` - Key
|
|
27559
|
-
* * `-key` - Key (descending)
|
|
26425
|
+
*
|
|
27560
26426
|
*/
|
|
27561
26427
|
o?: Array<'-assignee_name' | '-caller_first_name' | '-caller_last_name' | '-created' | '-customer_name' | '-key' | '-modified' | '-priority' | '-project_name' | '-remote_id' | '-reporter_name' | '-status' | '-summary' | '-type' | 'assignee_name' | 'caller_first_name' | 'caller_last_name' | 'created' | 'customer_name' | 'key' | 'modified' | 'priority' | 'project_name' | 'remote_id' | 'reporter_name' | 'status' | 'summary' | 'type'>;
|
|
27562
26428
|
/**
|
|
@@ -27596,7 +26462,7 @@ export type SupportIssuesListData = {
|
|
|
27596
26462
|
url: '/api/support-issues/';
|
|
27597
26463
|
};
|
|
27598
26464
|
export type SupportIssuesListResponses = {
|
|
27599
|
-
200:
|
|
26465
|
+
200: Array<Issue>;
|
|
27600
26466
|
};
|
|
27601
26467
|
export type SupportIssuesListResponse = SupportIssuesListResponses[keyof SupportIssuesListResponses];
|
|
27602
26468
|
export type SupportIssuesCreateData = {
|
|
@@ -27712,7 +26578,7 @@ export type SupportPrioritiesListData = {
|
|
|
27712
26578
|
url: '/api/support-priorities/';
|
|
27713
26579
|
};
|
|
27714
26580
|
export type SupportPrioritiesListResponses = {
|
|
27715
|
-
200:
|
|
26581
|
+
200: Array<Priority>;
|
|
27716
26582
|
};
|
|
27717
26583
|
export type SupportPrioritiesListResponse = SupportPrioritiesListResponses[keyof SupportPrioritiesListResponses];
|
|
27718
26584
|
export type SupportPrioritiesRetrieveData = {
|
|
@@ -27763,7 +26629,7 @@ export type SupportTemplatesListData = {
|
|
|
27763
26629
|
url: '/api/support-templates/';
|
|
27764
26630
|
};
|
|
27765
26631
|
export type SupportTemplatesListResponses = {
|
|
27766
|
-
200:
|
|
26632
|
+
200: Array<Template>;
|
|
27767
26633
|
};
|
|
27768
26634
|
export type SupportTemplatesListResponse = SupportTemplatesListResponses[keyof SupportTemplatesListResponses];
|
|
27769
26635
|
export type SupportTemplatesCreateData = {
|
|
@@ -27828,7 +26694,7 @@ export type SupportTemplatesUpdateResponses = {
|
|
|
27828
26694
|
};
|
|
27829
26695
|
export type SupportTemplatesUpdateResponse = SupportTemplatesUpdateResponses[keyof SupportTemplatesUpdateResponses];
|
|
27830
26696
|
export type SupportTemplatesCreateAttachmentsData = {
|
|
27831
|
-
body:
|
|
26697
|
+
body: CreateAttachmentsRequest;
|
|
27832
26698
|
path: {
|
|
27833
26699
|
uuid: string;
|
|
27834
26700
|
};
|
|
@@ -27880,7 +26746,7 @@ export type SupportUsersListData = {
|
|
|
27880
26746
|
url: '/api/support-users/';
|
|
27881
26747
|
};
|
|
27882
26748
|
export type SupportUsersListResponses = {
|
|
27883
|
-
200:
|
|
26749
|
+
200: Array<SupportUser>;
|
|
27884
26750
|
};
|
|
27885
26751
|
export type SupportUsersListResponse = SupportUsersListResponses[keyof SupportUsersListResponses];
|
|
27886
26752
|
export type SupportUsersRetrieveData = {
|
|
@@ -27947,10 +26813,6 @@ export type UserAgreementsListData = {
|
|
|
27947
26813
|
body?: never;
|
|
27948
26814
|
path?: never;
|
|
27949
26815
|
query?: {
|
|
27950
|
-
/**
|
|
27951
|
-
* * `TOS` - Terms of services
|
|
27952
|
-
* * `PP` - Privacy policy
|
|
27953
|
-
*/
|
|
27954
26816
|
agreement_type?: 'PP' | 'TOS';
|
|
27955
26817
|
/**
|
|
27956
26818
|
* A page number within the paginated result set.
|
|
@@ -27964,7 +26826,7 @@ export type UserAgreementsListData = {
|
|
|
27964
26826
|
url: '/api/user-agreements/';
|
|
27965
26827
|
};
|
|
27966
26828
|
export type UserAgreementsListResponses = {
|
|
27967
|
-
200:
|
|
26829
|
+
200: Array<UserAgreement>;
|
|
27968
26830
|
};
|
|
27969
26831
|
export type UserAgreementsListResponse = UserAgreementsListResponses[keyof UserAgreementsListResponses];
|
|
27970
26832
|
export type UserAgreementsCreateData = {
|
|
@@ -28037,8 +26899,7 @@ export type UserGroupInvitationsListData = {
|
|
|
28037
26899
|
/**
|
|
28038
26900
|
* Ordering
|
|
28039
26901
|
*
|
|
28040
|
-
*
|
|
28041
|
-
* * `-created` - Created (descending)
|
|
26902
|
+
*
|
|
28042
26903
|
*/
|
|
28043
26904
|
o?: Array<'-created' | 'created'>;
|
|
28044
26905
|
/**
|
|
@@ -28056,7 +26917,7 @@ export type UserGroupInvitationsListData = {
|
|
|
28056
26917
|
url: '/api/user-group-invitations/';
|
|
28057
26918
|
};
|
|
28058
26919
|
export type UserGroupInvitationsListResponses = {
|
|
28059
|
-
200:
|
|
26920
|
+
200: Array<GroupInvitation>;
|
|
28060
26921
|
};
|
|
28061
26922
|
export type UserGroupInvitationsListResponse = UserGroupInvitationsListResponses[keyof UserGroupInvitationsListResponses];
|
|
28062
26923
|
export type UserGroupInvitationsCreateData = {
|
|
@@ -28113,7 +26974,7 @@ export type UserGroupInvitationsProjectsListData = {
|
|
|
28113
26974
|
url: '/api/user-group-invitations/{uuid}/projects/';
|
|
28114
26975
|
};
|
|
28115
26976
|
export type UserGroupInvitationsProjectsListResponses = {
|
|
28116
|
-
200:
|
|
26977
|
+
200: Array<NestedProject>;
|
|
28117
26978
|
};
|
|
28118
26979
|
export type UserGroupInvitationsProjectsListResponse = UserGroupInvitationsProjectsListResponses[keyof UserGroupInvitationsProjectsListResponses];
|
|
28119
26980
|
export type UserGroupInvitationsSubmitRequestData = {
|
|
@@ -28138,12 +26999,7 @@ export type UserInvitationsListData = {
|
|
|
28138
26999
|
/**
|
|
28139
27000
|
* Ordering
|
|
28140
27001
|
*
|
|
28141
|
-
*
|
|
28142
|
-
* * `-email` - Email (descending)
|
|
28143
|
-
* * `state` - State
|
|
28144
|
-
* * `-state` - State (descending)
|
|
28145
|
-
* * `created` - Created
|
|
28146
|
-
* * `-created` - Created (descending)
|
|
27002
|
+
*
|
|
28147
27003
|
*/
|
|
28148
27004
|
o?: Array<'-created' | '-email' | '-state' | 'created' | 'email' | 'state'>;
|
|
28149
27005
|
/**
|
|
@@ -28157,21 +27013,12 @@ export type UserInvitationsListData = {
|
|
|
28157
27013
|
role_name?: string;
|
|
28158
27014
|
role_uuid?: string;
|
|
28159
27015
|
scope_type?: string;
|
|
28160
|
-
/**
|
|
28161
|
-
* * `project` - Pending project
|
|
28162
|
-
* * `requested` - Requested
|
|
28163
|
-
* * `rejected` - Rejected
|
|
28164
|
-
* * `pending` - Pending
|
|
28165
|
-
* * `accepted` - Accepted
|
|
28166
|
-
* * `canceled` - Canceled
|
|
28167
|
-
* * `expired` - Expired
|
|
28168
|
-
*/
|
|
28169
27016
|
state?: Array<'accepted' | 'canceled' | 'expired' | 'pending' | 'project' | 'rejected' | 'requested'>;
|
|
28170
27017
|
};
|
|
28171
27018
|
url: '/api/user-invitations/';
|
|
28172
27019
|
};
|
|
28173
27020
|
export type UserInvitationsListResponses = {
|
|
28174
|
-
200:
|
|
27021
|
+
200: Array<Invitation>;
|
|
28175
27022
|
};
|
|
28176
27023
|
export type UserInvitationsListResponse = UserInvitationsListResponses[keyof UserInvitationsListResponses];
|
|
28177
27024
|
export type UserInvitationsCreateData = {
|
|
@@ -28310,10 +27157,7 @@ export type UserPermissionRequestsListData = {
|
|
|
28310
27157
|
/**
|
|
28311
27158
|
* Ordering
|
|
28312
27159
|
*
|
|
28313
|
-
*
|
|
28314
|
-
* * `-state` - State (descending)
|
|
28315
|
-
* * `created` - Created
|
|
28316
|
-
* * `-created` - Created (descending)
|
|
27160
|
+
*
|
|
28317
27161
|
*/
|
|
28318
27162
|
o?: Array<'-created' | '-state' | 'created' | 'state'>;
|
|
28319
27163
|
/**
|
|
@@ -28324,19 +27168,12 @@ export type UserPermissionRequestsListData = {
|
|
|
28324
27168
|
* Number of results to return per page.
|
|
28325
27169
|
*/
|
|
28326
27170
|
page_size?: number;
|
|
28327
|
-
/**
|
|
28328
|
-
* * `draft` - draft
|
|
28329
|
-
* * `pending` - pending
|
|
28330
|
-
* * `approved` - approved
|
|
28331
|
-
* * `rejected` - rejected
|
|
28332
|
-
* * `canceled` - canceled
|
|
28333
|
-
*/
|
|
28334
27171
|
state?: Array<'approved' | 'canceled' | 'draft' | 'pending' | 'rejected'>;
|
|
28335
27172
|
};
|
|
28336
27173
|
url: '/api/user-permission-requests/';
|
|
28337
27174
|
};
|
|
28338
27175
|
export type UserPermissionRequestsListResponses = {
|
|
28339
|
-
200:
|
|
27176
|
+
200: Array<PermissionRequest>;
|
|
28340
27177
|
};
|
|
28341
27178
|
export type UserPermissionRequestsListResponse = UserPermissionRequestsListResponses[keyof UserPermissionRequestsListResponses];
|
|
28342
27179
|
export type UserPermissionRequestsRetrieveData = {
|
|
@@ -28387,20 +27224,7 @@ export type UserPermissionsListData = {
|
|
|
28387
27224
|
/**
|
|
28388
27225
|
* Ordering
|
|
28389
27226
|
*
|
|
28390
|
-
*
|
|
28391
|
-
* * `-username` - Username (descending)
|
|
28392
|
-
* * `full_name` - Full name
|
|
28393
|
-
* * `-full_name` - Full name (descending)
|
|
28394
|
-
* * `native_name` - Native name
|
|
28395
|
-
* * `-native_name` - Native name (descending)
|
|
28396
|
-
* * `email` - Email
|
|
28397
|
-
* * `-email` - Email (descending)
|
|
28398
|
-
* * `expiration_time` - Expiration time
|
|
28399
|
-
* * `-expiration_time` - Expiration time (descending)
|
|
28400
|
-
* * `created` - Created
|
|
28401
|
-
* * `-created` - Created (descending)
|
|
28402
|
-
* * `role` - Role
|
|
28403
|
-
* * `-role` - Role (descending)
|
|
27227
|
+
*
|
|
28404
27228
|
*/
|
|
28405
27229
|
o?: Array<'-created' | '-email' | '-expiration_time' | '-full_name' | '-native_name' | '-role' | '-username' | 'created' | 'email' | 'expiration_time' | 'full_name' | 'native_name' | 'role' | 'username'>;
|
|
28406
27230
|
/**
|
|
@@ -28422,7 +27246,7 @@ export type UserPermissionsListData = {
|
|
|
28422
27246
|
url: '/api/user-permissions/';
|
|
28423
27247
|
};
|
|
28424
27248
|
export type UserPermissionsListResponses = {
|
|
28425
|
-
200:
|
|
27249
|
+
200: Array<Permission>;
|
|
28426
27250
|
};
|
|
28427
27251
|
export type UserPermissionsListResponse = UserPermissionsListResponses[keyof UserPermissionsListResponses];
|
|
28428
27252
|
export type UserPermissionsRetrieveData = {
|
|
@@ -28458,30 +27282,7 @@ export type UsersListData = {
|
|
|
28458
27282
|
/**
|
|
28459
27283
|
* Ordering
|
|
28460
27284
|
*
|
|
28461
|
-
*
|
|
28462
|
-
* * `-full_name` - Full name (descending)
|
|
28463
|
-
* * `native_name` - Native name
|
|
28464
|
-
* * `-native_name` - Native name (descending)
|
|
28465
|
-
* * `email` - Email
|
|
28466
|
-
* * `-email` - Email (descending)
|
|
28467
|
-
* * `phone_number` - Phone number
|
|
28468
|
-
* * `-phone_number` - Phone number (descending)
|
|
28469
|
-
* * `description` - Description
|
|
28470
|
-
* * `-description` - Description (descending)
|
|
28471
|
-
* * `organization` - Organization
|
|
28472
|
-
* * `-organization` - Organization (descending)
|
|
28473
|
-
* * `job_title` - Job title
|
|
28474
|
-
* * `-job_title` - Job title (descending)
|
|
28475
|
-
* * `username` - Username
|
|
28476
|
-
* * `-username` - Username (descending)
|
|
28477
|
-
* * `is_active` - Is active
|
|
28478
|
-
* * `-is_active` - Is active (descending)
|
|
28479
|
-
* * `registration_method` - Registration method
|
|
28480
|
-
* * `-registration_method` - Registration method (descending)
|
|
28481
|
-
* * `is_staff` - Is staff
|
|
28482
|
-
* * `-is_staff` - Is staff (descending)
|
|
28483
|
-
* * `is_support` - Is support
|
|
28484
|
-
* * `-is_support` - Is support (descending)
|
|
27285
|
+
*
|
|
28485
27286
|
*/
|
|
28486
27287
|
o?: Array<'-description' | '-email' | '-full_name' | '-is_active' | '-is_staff' | '-is_support' | '-job_title' | '-native_name' | '-organization' | '-phone_number' | '-registration_method' | '-username' | 'description' | 'email' | 'full_name' | 'is_active' | 'is_staff' | 'is_support' | 'job_title' | 'native_name' | 'organization' | 'phone_number' | 'registration_method' | 'username'>;
|
|
28487
27288
|
organization?: string;
|
|
@@ -28514,7 +27315,7 @@ export type UsersListData = {
|
|
|
28514
27315
|
url: '/api/users/';
|
|
28515
27316
|
};
|
|
28516
27317
|
export type UsersListResponses = {
|
|
28517
|
-
200:
|
|
27318
|
+
200: Array<User>;
|
|
28518
27319
|
};
|
|
28519
27320
|
export type UsersListResponse = UsersListResponses[keyof UsersListResponses];
|
|
28520
27321
|
export type UsersCreateData = {
|
|
@@ -28730,7 +27531,7 @@ export type VmwareClustersListData = {
|
|
|
28730
27531
|
url: '/api/vmware-clusters/';
|
|
28731
27532
|
};
|
|
28732
27533
|
export type VmwareClustersListResponses = {
|
|
28733
|
-
200:
|
|
27534
|
+
200: Array<VmwareCluster>;
|
|
28734
27535
|
};
|
|
28735
27536
|
export type VmwareClustersListResponse = VmwareClustersListResponses[keyof VmwareClustersListResponses];
|
|
28736
27537
|
export type VmwareClustersRetrieveData = {
|
|
@@ -28769,7 +27570,7 @@ export type VmwareDatastoresListData = {
|
|
|
28769
27570
|
url: '/api/vmware-datastores/';
|
|
28770
27571
|
};
|
|
28771
27572
|
export type VmwareDatastoresListResponses = {
|
|
28772
|
-
200:
|
|
27573
|
+
200: Array<VmwareDatastore>;
|
|
28773
27574
|
};
|
|
28774
27575
|
export type VmwareDatastoresListResponse = VmwareDatastoresListResponses[keyof VmwareDatastoresListResponses];
|
|
28775
27576
|
export type VmwareDatastoresRetrieveData = {
|
|
@@ -28812,16 +27613,6 @@ export type VmwareDisksListData = {
|
|
|
28812
27613
|
project_uuid?: string;
|
|
28813
27614
|
service_settings_name?: string;
|
|
28814
27615
|
service_settings_uuid?: string;
|
|
28815
|
-
/**
|
|
28816
|
-
* * `CREATION_SCHEDULED` - CREATION_SCHEDULED
|
|
28817
|
-
* * `CREATING` - CREATING
|
|
28818
|
-
* * `UPDATE_SCHEDULED` - UPDATE_SCHEDULED
|
|
28819
|
-
* * `UPDATING` - UPDATING
|
|
28820
|
-
* * `DELETION_SCHEDULED` - DELETION_SCHEDULED
|
|
28821
|
-
* * `DELETING` - DELETING
|
|
28822
|
-
* * `OK` - OK
|
|
28823
|
-
* * `ERRED` - ERRED
|
|
28824
|
-
*/
|
|
28825
27616
|
state?: Array<'CREATING' | 'CREATION_SCHEDULED' | 'DELETING' | 'DELETION_SCHEDULED' | 'ERRED' | 'OK' | 'UPDATE_SCHEDULED' | 'UPDATING'>;
|
|
28826
27617
|
uuid?: string;
|
|
28827
27618
|
vm?: string;
|
|
@@ -28830,7 +27621,7 @@ export type VmwareDisksListData = {
|
|
|
28830
27621
|
url: '/api/vmware-disks/';
|
|
28831
27622
|
};
|
|
28832
27623
|
export type VmwareDisksListResponses = {
|
|
28833
|
-
200:
|
|
27624
|
+
200: Array<VmwareDisk>;
|
|
28834
27625
|
};
|
|
28835
27626
|
export type VmwareDisksListResponse = VmwareDisksListResponses[keyof VmwareDisksListResponses];
|
|
28836
27627
|
export type VmwareDisksDestroyData = {
|
|
@@ -28926,7 +27717,7 @@ export type VmwareFoldersListData = {
|
|
|
28926
27717
|
url: '/api/vmware-folders/';
|
|
28927
27718
|
};
|
|
28928
27719
|
export type VmwareFoldersListResponses = {
|
|
28929
|
-
200:
|
|
27720
|
+
200: Array<VmwareFolder>;
|
|
28930
27721
|
};
|
|
28931
27722
|
export type VmwareFoldersListResponse = VmwareFoldersListResponses[keyof VmwareFoldersListResponses];
|
|
28932
27723
|
export type VmwareFoldersRetrieveData = {
|
|
@@ -28981,7 +27772,7 @@ export type VmwareNetworksListData = {
|
|
|
28981
27772
|
url: '/api/vmware-networks/';
|
|
28982
27773
|
};
|
|
28983
27774
|
export type VmwareNetworksListResponses = {
|
|
28984
|
-
200:
|
|
27775
|
+
200: Array<VmwareNetwork>;
|
|
28985
27776
|
};
|
|
28986
27777
|
export type VmwareNetworksListResponse = VmwareNetworksListResponses[keyof VmwareNetworksListResponses];
|
|
28987
27778
|
export type VmwareNetworksRetrieveData = {
|
|
@@ -29026,16 +27817,6 @@ export type VmwarePortsListData = {
|
|
|
29026
27817
|
project_uuid?: string;
|
|
29027
27818
|
service_settings_name?: string;
|
|
29028
27819
|
service_settings_uuid?: string;
|
|
29029
|
-
/**
|
|
29030
|
-
* * `CREATION_SCHEDULED` - CREATION_SCHEDULED
|
|
29031
|
-
* * `CREATING` - CREATING
|
|
29032
|
-
* * `UPDATE_SCHEDULED` - UPDATE_SCHEDULED
|
|
29033
|
-
* * `UPDATING` - UPDATING
|
|
29034
|
-
* * `DELETION_SCHEDULED` - DELETION_SCHEDULED
|
|
29035
|
-
* * `DELETING` - DELETING
|
|
29036
|
-
* * `OK` - OK
|
|
29037
|
-
* * `ERRED` - ERRED
|
|
29038
|
-
*/
|
|
29039
27820
|
state?: Array<'CREATING' | 'CREATION_SCHEDULED' | 'DELETING' | 'DELETION_SCHEDULED' | 'ERRED' | 'OK' | 'UPDATE_SCHEDULED' | 'UPDATING'>;
|
|
29040
27821
|
uuid?: string;
|
|
29041
27822
|
vm?: string;
|
|
@@ -29044,7 +27825,7 @@ export type VmwarePortsListData = {
|
|
|
29044
27825
|
url: '/api/vmware-ports/';
|
|
29045
27826
|
};
|
|
29046
27827
|
export type VmwarePortsListResponses = {
|
|
29047
|
-
200:
|
|
27828
|
+
200: Array<VmwarePort>;
|
|
29048
27829
|
};
|
|
29049
27830
|
export type VmwarePortsListResponse = VmwarePortsListResponses[keyof VmwarePortsListResponses];
|
|
29050
27831
|
export type VmwarePortsDestroyData = {
|
|
@@ -29124,7 +27905,7 @@ export type VmwareTemplatesListData = {
|
|
|
29124
27905
|
url: '/api/vmware-templates/';
|
|
29125
27906
|
};
|
|
29126
27907
|
export type VmwareTemplatesListResponses = {
|
|
29127
|
-
200:
|
|
27908
|
+
200: Array<VmwareTemplate>;
|
|
29128
27909
|
};
|
|
29129
27910
|
export type VmwareTemplatesListResponse = VmwareTemplatesListResponses[keyof VmwareTemplatesListResponses];
|
|
29130
27911
|
export type VmwareTemplatesRetrieveData = {
|
|
@@ -29168,23 +27949,13 @@ export type VmwareVirtualMachineListData = {
|
|
|
29168
27949
|
runtime_state?: string;
|
|
29169
27950
|
service_settings_name?: string;
|
|
29170
27951
|
service_settings_uuid?: string;
|
|
29171
|
-
/**
|
|
29172
|
-
* * `CREATION_SCHEDULED` - CREATION_SCHEDULED
|
|
29173
|
-
* * `CREATING` - CREATING
|
|
29174
|
-
* * `UPDATE_SCHEDULED` - UPDATE_SCHEDULED
|
|
29175
|
-
* * `UPDATING` - UPDATING
|
|
29176
|
-
* * `DELETION_SCHEDULED` - DELETION_SCHEDULED
|
|
29177
|
-
* * `DELETING` - DELETING
|
|
29178
|
-
* * `OK` - OK
|
|
29179
|
-
* * `ERRED` - ERRED
|
|
29180
|
-
*/
|
|
29181
27952
|
state?: Array<'CREATING' | 'CREATION_SCHEDULED' | 'DELETING' | 'DELETION_SCHEDULED' | 'ERRED' | 'OK' | 'UPDATE_SCHEDULED' | 'UPDATING'>;
|
|
29182
27953
|
uuid?: string;
|
|
29183
27954
|
};
|
|
29184
27955
|
url: '/api/vmware-virtual-machine/';
|
|
29185
27956
|
};
|
|
29186
27957
|
export type VmwareVirtualMachineListResponses = {
|
|
29187
|
-
200:
|
|
27958
|
+
200: Array<VmwareVirtualMachine>;
|
|
29188
27959
|
};
|
|
29189
27960
|
export type VmwareVirtualMachineListResponse = VmwareVirtualMachineListResponses[keyof VmwareVirtualMachineListResponses];
|
|
29190
27961
|
export type VmwareVirtualMachineCreateData = {
|