waldur-js-client 1.0.0 → 1.0.1

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.
@@ -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;
@@ -2891,9 +2883,6 @@ export type MergedPluginOptions = {
2891
2883
  max_volumes?: number;
2892
2884
  /**
2893
2885
  * Storage mode for OpenStack offering
2894
- *
2895
- * * `fixed` - fixed
2896
- * * `dynamic` - dynamic
2897
2886
  */
2898
2887
  storage_mode?: StorageModeEnum;
2899
2888
  /**
@@ -2938,13 +2927,6 @@ export type MergedPluginOptions = {
2938
2927
  username_anonymized_prefix?: string;
2939
2928
  /**
2940
2929
  * 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
2930
  */
2949
2931
  username_generation_policy?: UsernameGenerationPolicyEnum;
2950
2932
  /**
@@ -2957,9 +2939,6 @@ export type MergedPluginOptions = {
2957
2939
  flavors_regex?: string;
2958
2940
  /**
2959
2941
  * Slurm account name generation policy
2960
- *
2961
- * * `None` - None
2962
- * * `project_slug` - project_slug
2963
2942
  */
2964
2943
  account_name_generation_policy?: AccountNameGenerationPolicyEnum | NullEnum | null;
2965
2944
  };
@@ -3014,9 +2993,6 @@ export type MergedPluginOptionsRequest = {
3014
2993
  max_volumes?: number;
3015
2994
  /**
3016
2995
  * Storage mode for OpenStack offering
3017
- *
3018
- * * `fixed` - fixed
3019
- * * `dynamic` - dynamic
3020
2996
  */
3021
2997
  storage_mode?: StorageModeEnum;
3022
2998
  /**
@@ -3061,13 +3037,6 @@ export type MergedPluginOptionsRequest = {
3061
3037
  username_anonymized_prefix?: string;
3062
3038
  /**
3063
3039
  * 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
3040
  */
3072
3041
  username_generation_policy?: UsernameGenerationPolicyEnum;
3073
3042
  /**
@@ -3080,9 +3049,6 @@ export type MergedPluginOptionsRequest = {
3080
3049
  flavors_regex?: string;
3081
3050
  /**
3082
3051
  * Slurm account name generation policy
3083
- *
3084
- * * `None` - None
3085
- * * `project_slug` - project_slug
3086
3052
  */
3087
3053
  account_name_generation_policy?: AccountNameGenerationPolicyEnum | NullEnum | null;
3088
3054
  };
@@ -3324,10 +3290,6 @@ export type NestedColumn = {
3324
3290
  attribute?: string;
3325
3291
  /**
3326
3292
  * Widget field allows to customise table cell rendering.
3327
- *
3328
- * * `csv` - csv
3329
- * * `filesize` - filesize
3330
- * * `attached_instance` - attached_instance
3331
3293
  */
3332
3294
  widget?: WidgetEnum | BlankEnum | NullEnum | null;
3333
3295
  };
@@ -3346,10 +3308,6 @@ export type NestedColumnRequest = {
3346
3308
  attribute?: string;
3347
3309
  /**
3348
3310
  * Widget field allows to customise table cell rendering.
3349
- *
3350
- * * `csv` - csv
3351
- * * `filesize` - filesize
3352
- * * `attached_instance` - attached_instance
3353
3311
  */
3354
3312
  widget?: WidgetEnum | BlankEnum | NullEnum | null;
3355
3313
  };
@@ -5414,204 +5372,6 @@ export type OrganizationGroupRequest = {
5414
5372
  export type OrganizationGroupsRequest = {
5415
5373
  organization_groups?: Array<string>;
5416
5374
  };
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
5375
  export type PaidRequest = {
5616
5376
  date: string;
5617
5377
  proof?: Blob | File;
@@ -5678,10 +5438,6 @@ export type PatchedCategoryColumnRequest = {
5678
5438
  attribute?: string;
5679
5439
  /**
5680
5440
  * Widget field allows to customise table cell rendering.
5681
- *
5682
- * * `csv` - csv
5683
- * * `filesize` - filesize
5684
- * * `attached_instance` - attached_instance
5685
5441
  */
5686
5442
  widget?: WidgetEnum | BlankEnum | NullEnum | null;
5687
5443
  category?: string;
@@ -9224,6 +8980,14 @@ export type WebHookRequest = {
9224
8980
  };
9225
8981
  export type WebhookEventEnum = 'jira:issue_updated' | 'jira:issue_deleted' | 'comment_created' | 'comment_updated' | 'comment_deleted';
9226
8982
  export type WidgetEnum = 'csv' | 'filesize' | 'attached_instance';
8983
+ /**
8984
+ * A page number within the paginated result set.
8985
+ */
8986
+ export type Page = number;
8987
+ /**
8988
+ * Number of results to return per page.
8989
+ */
8990
+ export type PageSize = number;
9227
8991
  export type ApiAuthEduteamsCompleteRetrieveData = {
9228
8992
  body?: never;
9229
8993
  path?: never;
@@ -9377,7 +9141,7 @@ export type ApiAuthSaml2ProvidersListData = {
9377
9141
  url: '/api-auth/saml2/providers/';
9378
9142
  };
9379
9143
  export type ApiAuthSaml2ProvidersListResponses = {
9380
- 200: PaginatedSaml2ProviderList;
9144
+ 200: Array<Saml2Provider>;
9381
9145
  };
9382
9146
  export type ApiAuthSaml2ProvidersListResponse = ApiAuthSaml2ProvidersListResponses[keyof ApiAuthSaml2ProvidersListResponses];
9383
9147
  export type ApiAuthTaraCompleteRetrieveData = {
@@ -9427,7 +9191,7 @@ export type AccessSubnetsListData = {
9427
9191
  url: '/api/access-subnets/';
9428
9192
  };
9429
9193
  export type AccessSubnetsListResponses = {
9430
- 200: PaginatedAccessSubnetList;
9194
+ 200: Array<AccessSubnet>;
9431
9195
  };
9432
9196
  export type AccessSubnetsListResponse = AccessSubnetsListResponses[keyof AccessSubnetsListResponses];
9433
9197
  export type AccessSubnetsCreateData = {
@@ -9501,16 +9265,7 @@ export type AdminAnnouncementsListData = {
9501
9265
  /**
9502
9266
  * Ordering
9503
9267
  *
9504
- * * `created` - Created
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)
9268
+ *
9514
9269
  */
9515
9270
  o?: Array<'-active_from' | '-active_to' | '-created' | '-name' | '-type' | 'active_from' | 'active_to' | 'created' | 'name' | 'type'>;
9516
9271
  /**
@@ -9521,17 +9276,12 @@ export type AdminAnnouncementsListData = {
9521
9276
  * Number of results to return per page.
9522
9277
  */
9523
9278
  page_size?: number;
9524
- /**
9525
- * * `information` - Information
9526
- * * `warning` - Warning
9527
- * * `danger` - Danger
9528
- */
9529
9279
  type?: Array<'danger' | 'information' | 'warning'>;
9530
9280
  };
9531
9281
  url: '/api/admin-announcements/';
9532
9282
  };
9533
9283
  export type AdminAnnouncementsListResponses = {
9534
- 200: PaginatedAdminAnnouncementList;
9284
+ 200: Array<AdminAnnouncement>;
9535
9285
  };
9536
9286
  export type AdminAnnouncementsListResponse = AdminAnnouncementsListResponses[keyof AdminAnnouncementsListResponses];
9537
9287
  export type AdminAnnouncementsCreateData = {
@@ -9613,7 +9363,7 @@ export type AuthTokensListData = {
9613
9363
  url: '/api/auth-tokens/';
9614
9364
  };
9615
9365
  export type AuthTokensListResponses = {
9616
- 200: PaginatedAuthTokenList;
9366
+ 200: Array<AuthToken>;
9617
9367
  };
9618
9368
  export type AuthTokensListResponse = AuthTokensListResponses[keyof AuthTokensListResponses];
9619
9369
  export type AuthTokensDestroyData = {
@@ -9682,7 +9432,7 @@ export type AwsImagesListData = {
9682
9432
  url: '/api/aws-images/';
9683
9433
  };
9684
9434
  export type AwsImagesListResponses = {
9685
- 200: PaginatedAwsImageList;
9435
+ 200: Array<AwsImage>;
9686
9436
  };
9687
9437
  export type AwsImagesListResponse = AwsImagesListResponses[keyof AwsImagesListResponses];
9688
9438
  export type AwsImagesRetrieveData = {
@@ -9725,23 +9475,13 @@ export type AwsInstancesListData = {
9725
9475
  project_uuid?: string;
9726
9476
  service_settings_name?: string;
9727
9477
  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
9478
  state?: Array<'CREATING' | 'CREATION_SCHEDULED' | 'DELETING' | 'DELETION_SCHEDULED' | 'ERRED' | 'OK' | 'UPDATE_SCHEDULED' | 'UPDATING'>;
9739
9479
  uuid?: string;
9740
9480
  };
9741
9481
  url: '/api/aws-instances/';
9742
9482
  };
9743
9483
  export type AwsInstancesListResponses = {
9744
- 200: PaginatedAwsInstanceList;
9484
+ 200: Array<AwsInstance>;
9745
9485
  };
9746
9486
  export type AwsInstancesListResponse = AwsInstancesListResponses[keyof AwsInstancesListResponses];
9747
9487
  export type AwsInstancesCreateData = {
@@ -9907,7 +9647,7 @@ export type AwsRegionsListData = {
9907
9647
  url: '/api/aws-regions/';
9908
9648
  };
9909
9649
  export type AwsRegionsListResponses = {
9910
- 200: PaginatedAwsRegionList;
9650
+ 200: Array<AwsRegion>;
9911
9651
  };
9912
9652
  export type AwsRegionsListResponse = AwsRegionsListResponses[keyof AwsRegionsListResponses];
9913
9653
  export type AwsRegionsRetrieveData = {
@@ -9941,7 +9681,7 @@ export type AwsSizesListData = {
9941
9681
  url: '/api/aws-sizes/';
9942
9682
  };
9943
9683
  export type AwsSizesListResponses = {
9944
- 200: PaginatedAwsSizeList;
9684
+ 200: Array<AwsSize>;
9945
9685
  };
9946
9686
  export type AwsSizesListResponse = AwsSizesListResponses[keyof AwsSizesListResponses];
9947
9687
  export type AwsSizesRetrieveData = {
@@ -9973,7 +9713,7 @@ export type AwsVolumesListData = {
9973
9713
  url: '/api/aws-volumes/';
9974
9714
  };
9975
9715
  export type AwsVolumesListResponses = {
9976
- 200: PaginatedAwsVolumeList;
9716
+ 200: Array<AwsVolume>;
9977
9717
  };
9978
9718
  export type AwsVolumesListResponse = AwsVolumesListResponses[keyof AwsVolumesListResponses];
9979
9719
  export type AwsVolumesCreateData = {
@@ -10115,7 +9855,7 @@ export type AzureImagesListData = {
10115
9855
  url: '/api/azure-images/';
10116
9856
  };
10117
9857
  export type AzureImagesListResponses = {
10118
- 200: PaginatedAzureImageList;
9858
+ 200: Array<AzureImage>;
10119
9859
  };
10120
9860
  export type AzureImagesListResponse = AzureImagesListResponses[keyof AzureImagesListResponses];
10121
9861
  export type AzureImagesRetrieveData = {
@@ -10151,7 +9891,7 @@ export type AzureLocationsListData = {
10151
9891
  url: '/api/azure-locations/';
10152
9892
  };
10153
9893
  export type AzureLocationsListResponses = {
10154
- 200: PaginatedAzureLocationList;
9894
+ 200: Array<AzureLocation>;
10155
9895
  };
10156
9896
  export type AzureLocationsListResponse = AzureLocationsListResponses[keyof AzureLocationsListResponses];
10157
9897
  export type AzureLocationsRetrieveData = {
@@ -10196,23 +9936,13 @@ export type AzurePublicIpsListData = {
10196
9936
  resource_group_uuid?: string;
10197
9937
  service_settings_name?: string;
10198
9938
  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
9939
  state?: Array<'CREATING' | 'CREATION_SCHEDULED' | 'DELETING' | 'DELETION_SCHEDULED' | 'ERRED' | 'OK' | 'UPDATE_SCHEDULED' | 'UPDATING'>;
10210
9940
  uuid?: string;
10211
9941
  };
10212
9942
  url: '/api/azure-public-ips/';
10213
9943
  };
10214
9944
  export type AzurePublicIpsListResponses = {
10215
- 200: PaginatedAzurePublicIpList;
9945
+ 200: Array<AzurePublicIp>;
10216
9946
  };
10217
9947
  export type AzurePublicIpsListResponse = AzurePublicIpsListResponses[keyof AzurePublicIpsListResponses];
10218
9948
  export type AzurePublicIpsCreateData = {
@@ -10323,7 +10053,7 @@ export type AzureResourceGroupsListData = {
10323
10053
  url: '/api/azure-resource-groups/';
10324
10054
  };
10325
10055
  export type AzureResourceGroupsListResponses = {
10326
- 200: PaginatedAzureResourceGroupList;
10056
+ 200: Array<AzureResourceGroup>;
10327
10057
  };
10328
10058
  export type AzureResourceGroupsListResponse = AzureResourceGroupsListResponses[keyof AzureResourceGroupsListResponses];
10329
10059
  export type AzureResourceGroupsRetrieveData = {
@@ -10363,7 +10093,7 @@ export type AzureSizesListData = {
10363
10093
  url: '/api/azure-sizes/';
10364
10094
  };
10365
10095
  export type AzureSizesListResponses = {
10366
- 200: PaginatedAzureSizeList;
10096
+ 200: Array<AzureSize>;
10367
10097
  };
10368
10098
  export type AzureSizesListResponse = AzureSizesListResponses[keyof AzureSizesListResponses];
10369
10099
  export type AzureSizesRetrieveData = {
@@ -10410,23 +10140,13 @@ export type AzureSqlDatabasesListData = {
10410
10140
  server_uuid?: string;
10411
10141
  service_settings_name?: string;
10412
10142
  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
10143
  state?: Array<'CREATING' | 'CREATION_SCHEDULED' | 'DELETING' | 'DELETION_SCHEDULED' | 'ERRED' | 'OK' | 'UPDATE_SCHEDULED' | 'UPDATING'>;
10424
10144
  uuid?: string;
10425
10145
  };
10426
10146
  url: '/api/azure-sql-databases/';
10427
10147
  };
10428
10148
  export type AzureSqlDatabasesListResponses = {
10429
- 200: PaginatedAzureSqlDatabaseList;
10149
+ 200: Array<AzureSqlDatabase>;
10430
10150
  };
10431
10151
  export type AzureSqlDatabasesListResponse = AzureSqlDatabasesListResponses[keyof AzureSqlDatabasesListResponses];
10432
10152
  export type AzureSqlDatabasesCreateData = {
@@ -10550,23 +10270,13 @@ export type AzureSqlServersListData = {
10550
10270
  resource_group_uuid?: string;
10551
10271
  service_settings_name?: string;
10552
10272
  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
10273
  state?: Array<'CREATING' | 'CREATION_SCHEDULED' | 'DELETING' | 'DELETION_SCHEDULED' | 'ERRED' | 'OK' | 'UPDATE_SCHEDULED' | 'UPDATING'>;
10564
10274
  uuid?: string;
10565
10275
  };
10566
10276
  url: '/api/azure-sql-servers/';
10567
10277
  };
10568
10278
  export type AzureSqlServersListResponses = {
10569
- 200: PaginatedAzureSqlServerList;
10279
+ 200: Array<AzureSqlServer>;
10570
10280
  };
10571
10281
  export type AzureSqlServersListResponse = AzureSqlServersListResponses[keyof AzureSqlServersListResponses];
10572
10282
  export type AzureSqlServersCreateData = {
@@ -10702,23 +10412,13 @@ export type AzureVirtualmachinesListData = {
10702
10412
  resource_group_uuid?: string;
10703
10413
  service_settings_name?: string;
10704
10414
  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
10415
  state?: Array<'CREATING' | 'CREATION_SCHEDULED' | 'DELETING' | 'DELETION_SCHEDULED' | 'ERRED' | 'OK' | 'UPDATE_SCHEDULED' | 'UPDATING'>;
10716
10416
  uuid?: string;
10717
10417
  };
10718
10418
  url: '/api/azure-virtualmachines/';
10719
10419
  };
10720
10420
  export type AzureVirtualmachinesListResponses = {
10721
- 200: PaginatedAzureVirtualMachineList;
10421
+ 200: Array<AzureVirtualMachine>;
10722
10422
  };
10723
10423
  export type AzureVirtualmachinesListResponse = AzureVirtualmachinesListResponses[keyof AzureVirtualmachinesListResponses];
10724
10424
  export type AzureVirtualmachinesCreateData = {
@@ -10887,7 +10587,7 @@ export type BookingOfferingsListData = {
10887
10587
  url: '/api/booking-offerings/';
10888
10588
  };
10889
10589
  export type BookingOfferingsListResponses = {
10890
- 200: PaginatedOfferingList;
10590
+ 200: Array<Offering>;
10891
10591
  };
10892
10592
  export type BookingOfferingsListResponse = BookingOfferingsListResponses[keyof BookingOfferingsListResponses];
10893
10593
  export type BookingOfferingsRetrieveData = {
@@ -10977,14 +10677,7 @@ export type BookingResourcesListData = {
10977
10677
  /**
10978
10678
  * Ordering
10979
10679
  *
10980
- * * `name` - Name
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)
10680
+ *
10988
10681
  */
10989
10682
  o?: Array<'-created' | '-name' | '-schedules' | '-type' | 'created' | 'name' | 'schedules' | 'type'>;
10990
10683
  offering?: string;
@@ -11017,14 +10710,6 @@ export type BookingResourcesListData = {
11017
10710
  * Service Manager UUID
11018
10711
  */
11019
10712
  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
10713
  state?: Array<'Creating' | 'Erred' | 'OK' | 'Terminated' | 'Terminating' | 'Updating'>;
11029
10714
  /**
11030
10715
  * Visible to username
@@ -11034,7 +10719,7 @@ export type BookingResourcesListData = {
11034
10719
  url: '/api/booking-resources/';
11035
10720
  };
11036
10721
  export type BookingResourcesListResponses = {
11037
- 200: PaginatedBookingResourceList;
10722
+ 200: Array<BookingResource>;
11038
10723
  };
11039
10724
  export type BookingResourcesListResponse = BookingResourcesListResponses[keyof BookingResourcesListResponses];
11040
10725
  export type BookingResourcesRetrieveData = {
@@ -11096,7 +10781,7 @@ export type BroadcastMessageTemplatesListData = {
11096
10781
  url: '/api/broadcast-message-templates/';
11097
10782
  };
11098
10783
  export type BroadcastMessageTemplatesListResponses = {
11099
- 200: PaginatedMessageTemplateList;
10784
+ 200: Array<MessageTemplate>;
11100
10785
  };
11101
10786
  export type BroadcastMessageTemplatesListResponse = BroadcastMessageTemplatesListResponses[keyof BroadcastMessageTemplatesListResponses];
11102
10787
  export type BroadcastMessageTemplatesCreateData = {
@@ -11168,12 +10853,7 @@ export type BroadcastMessagesListData = {
11168
10853
  /**
11169
10854
  * Ordering
11170
10855
  *
11171
- * * `created` - Created
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)
10856
+ *
11177
10857
  */
11178
10858
  o?: Array<'-author_full_name' | '-created' | '-subject' | 'author_full_name' | 'created' | 'subject'>;
11179
10859
  /**
@@ -11184,18 +10864,13 @@ export type BroadcastMessagesListData = {
11184
10864
  * Number of results to return per page.
11185
10865
  */
11186
10866
  page_size?: number;
11187
- /**
11188
- * * `DRAFT` - Draft
11189
- * * `SCHEDULED` - Scheduled
11190
- * * `SENT` - Sent
11191
- */
11192
10867
  state?: 'DRAFT' | 'SCHEDULED' | 'SENT';
11193
10868
  subject?: string;
11194
10869
  };
11195
10870
  url: '/api/broadcast-messages/';
11196
10871
  };
11197
10872
  export type BroadcastMessagesListResponses = {
11198
- 200: PaginatedBroadcastMessageList;
10873
+ 200: Array<BroadcastMessage>;
11199
10874
  };
11200
10875
  export type BroadcastMessagesListResponse = BroadcastMessagesListResponses[keyof BroadcastMessagesListResponses];
11201
10876
  export type BroadcastMessagesCreateData = {
@@ -11297,8 +10972,7 @@ export type CallManagingOrganisationsListData = {
11297
10972
  /**
11298
10973
  * Ordering
11299
10974
  *
11300
- * * `customer_name` - Customer name
11301
- * * `-customer_name` - Customer name (descending)
10975
+ *
11302
10976
  */
11303
10977
  o?: Array<'-customer_name' | 'customer_name'>;
11304
10978
  /**
@@ -11313,7 +10987,7 @@ export type CallManagingOrganisationsListData = {
11313
10987
  url: '/api/call-managing-organisations/';
11314
10988
  };
11315
10989
  export type CallManagingOrganisationsListResponses = {
11316
- 200: PaginatedCallManagingOrganisationList;
10990
+ 200: Array<CallManagingOrganisation>;
11317
10991
  };
11318
10992
  export type CallManagingOrganisationsListResponse = CallManagingOrganisationsListResponses[keyof CallManagingOrganisationsListResponses];
11319
10993
  export type CallManagingOrganisationsCreateData = {
@@ -11466,7 +11140,7 @@ export type CallManagingOrganisationsListUsersListData = {
11466
11140
  url: '/api/call-managing-organisations/{uuid}/list_users/';
11467
11141
  };
11468
11142
  export type CallManagingOrganisationsListUsersListResponses = {
11469
- 200: PaginatedUserRoleDetailsList;
11143
+ 200: Array<UserRoleDetails>;
11470
11144
  };
11471
11145
  export type CallManagingOrganisationsListUsersListResponse = CallManagingOrganisationsListUsersListResponses[keyof CallManagingOrganisationsListUsersListResponses];
11472
11146
  export type CallManagingOrganisationsStatsRetrieveData = {
@@ -11511,7 +11185,7 @@ export type CallRoundsListData = {
11511
11185
  url: '/api/call-rounds/';
11512
11186
  };
11513
11187
  export type CallRoundsListResponses = {
11514
- 200: PaginatedCallRoundList;
11188
+ 200: Array<CallRound>;
11515
11189
  };
11516
11190
  export type CallRoundsListResponse = CallRoundsListResponses[keyof CallRoundsListResponses];
11517
11191
  export type CallRoundsRetrieveData = {
@@ -11544,7 +11218,7 @@ export type CallRoundsReviewersListData = {
11544
11218
  url: '/api/call-rounds/{uuid}/reviewers/';
11545
11219
  };
11546
11220
  export type CallRoundsReviewersListResponses = {
11547
- 200: PaginatedRoundReviewerList;
11221
+ 200: Array<RoundReviewer>;
11548
11222
  };
11549
11223
  export type CallRoundsReviewersListResponse = CallRoundsReviewersListResponses[keyof CallRoundsReviewersListResponses];
11550
11224
  export type CeleryStatsRetrieveData = {
@@ -11583,7 +11257,7 @@ export type ComponentUserUsageLimitsListData = {
11583
11257
  url: '/api/component-user-usage-limits/';
11584
11258
  };
11585
11259
  export type ComponentUserUsageLimitsListResponses = {
11586
- 200: PaginatedComponentUserUsageLimitList;
11260
+ 200: Array<ComponentUserUsageLimit>;
11587
11261
  };
11588
11262
  export type ComponentUserUsageLimitsListResponse = ComponentUserUsageLimitsListResponses[keyof ComponentUserUsageLimitsListResponses];
11589
11263
  export type ComponentUserUsageLimitsCreateData = {
@@ -11667,14 +11341,7 @@ export type CustomerCreditsListData = {
11667
11341
  /**
11668
11342
  * Ordering
11669
11343
  *
11670
- * * `customer_name` - Customer name
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)
11344
+ *
11678
11345
  */
11679
11346
  o?: Array<'-customer_name' | '-end_date' | '-expected_consumption' | '-value' | 'customer_name' | 'end_date' | 'expected_consumption' | 'value'>;
11680
11347
  /**
@@ -11689,7 +11356,7 @@ export type CustomerCreditsListData = {
11689
11356
  url: '/api/customer-credits/';
11690
11357
  };
11691
11358
  export type CustomerCreditsListResponses = {
11692
- 200: PaginatedCustomerCreditList;
11359
+ 200: Array<CustomerCredit>;
11693
11360
  };
11694
11361
  export type CustomerCreditsListResponse = CustomerCreditsListResponses[keyof CustomerCreditsListResponses];
11695
11362
  export type CustomerCreditsCreateData = {
@@ -11786,10 +11453,7 @@ export type CustomerPermissionsReviewsListData = {
11786
11453
  /**
11787
11454
  * Ordering
11788
11455
  *
11789
- * * `created` - Created
11790
- * * `-created` - Created (descending)
11791
- * * `closed` - Closed
11792
- * * `-closed` - Closed (descending)
11456
+ *
11793
11457
  */
11794
11458
  o?: Array<'-closed' | '-created' | 'closed' | 'created'>;
11795
11459
  /**
@@ -11805,7 +11469,7 @@ export type CustomerPermissionsReviewsListData = {
11805
11469
  url: '/api/customer-permissions-reviews/';
11806
11470
  };
11807
11471
  export type CustomerPermissionsReviewsListResponses = {
11808
- 200: PaginatedCustomerPermissionReviewList;
11472
+ 200: Array<CustomerPermissionReview>;
11809
11473
  };
11810
11474
  export type CustomerPermissionsReviewsListResponse = CustomerPermissionsReviewsListResponses[keyof CustomerPermissionsReviewsListResponses];
11811
11475
  export type CustomerPermissionsReviewsRetrieveData = {
@@ -11850,7 +11514,7 @@ export type CustomerQuotasListData = {
11850
11514
  url: '/api/customer-quotas/';
11851
11515
  };
11852
11516
  export type CustomerQuotasListResponses = {
11853
- 200: PaginatedCustomerQuotasList;
11517
+ 200: Array<CustomerQuotas>;
11854
11518
  };
11855
11519
  export type CustomerQuotasListResponse = CustomerQuotasListResponses[keyof CustomerQuotasListResponses];
11856
11520
  export type CustomersListData = {
@@ -11889,7 +11553,7 @@ export type CustomersListData = {
11889
11553
  url: '/api/customers/';
11890
11554
  };
11891
11555
  export type CustomersListResponses = {
11892
- 200: PaginatedCustomerList;
11556
+ 200: Array<Customer>;
11893
11557
  };
11894
11558
  export type CustomersListResponse = CustomersListResponses[keyof CustomersListResponses];
11895
11559
  export type CustomersCreateData = {
@@ -12092,7 +11756,7 @@ export type CustomersListUsersListData = {
12092
11756
  url: '/api/customers/{uuid}/list_users/';
12093
11757
  };
12094
11758
  export type CustomersListUsersListResponses = {
12095
- 200: PaginatedUserRoleDetailsList;
11759
+ 200: Array<UserRoleDetails>;
12096
11760
  };
12097
11761
  export type CustomersListUsersListResponse = CustomersListUsersListResponses[keyof CustomersListUsersListResponses];
12098
11762
  export type CustomersStatsRetrieveData = {
@@ -12169,7 +11833,7 @@ export type CustomersUsersListData = {
12169
11833
  url: '/api/customers/{uuid}/users/';
12170
11834
  };
12171
11835
  export type CustomersUsersListResponses = {
12172
- 200: PaginatedCustomerUserList;
11836
+ 200: Array<CustomerUser>;
12173
11837
  };
12174
11838
  export type CustomersUsersListResponse = CustomersUsersListResponses[keyof CustomersUsersListResponses];
12175
11839
  export type CustomersCountriesListData = {
@@ -12207,7 +11871,7 @@ export type CustomersCountriesListData = {
12207
11871
  url: '/api/customers/countries/';
12208
11872
  };
12209
11873
  export type CustomersCountriesListResponses = {
12210
- 200: PaginatedCountryList;
11874
+ 200: Array<Country>;
12211
11875
  };
12212
11876
  export type CustomersCountriesListResponse = CustomersCountriesListResponses[keyof CustomersCountriesListResponses];
12213
11877
  export type DailyQuotasRetrieveData = {
@@ -12277,23 +11941,13 @@ export type DigitaloceanDropletsListData = {
12277
11941
  project_uuid?: string;
12278
11942
  service_settings_name?: string;
12279
11943
  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
11944
  state?: Array<'CREATING' | 'CREATION_SCHEDULED' | 'DELETING' | 'DELETION_SCHEDULED' | 'ERRED' | 'OK' | 'UPDATE_SCHEDULED' | 'UPDATING'>;
12291
11945
  uuid?: string;
12292
11946
  };
12293
11947
  url: '/api/digitalocean-droplets/';
12294
11948
  };
12295
11949
  export type DigitaloceanDropletsListResponses = {
12296
- 200: PaginatedDigitalOceanDropletList;
11950
+ 200: Array<DigitalOceanDroplet>;
12297
11951
  };
12298
11952
  export type DigitaloceanDropletsListResponse = DigitaloceanDropletsListResponses[keyof DigitaloceanDropletsListResponses];
12299
11953
  export type DigitaloceanDropletsCreateData = {
@@ -12451,10 +12105,7 @@ export type DigitaloceanImagesListData = {
12451
12105
  /**
12452
12106
  * Ordering
12453
12107
  *
12454
- * * `distribution` - Distribution
12455
- * * `-distribution` - Distribution (descending)
12456
- * * `type` - Type
12457
- * * `-type` - Type (descending)
12108
+ *
12458
12109
  */
12459
12110
  o?: Array<'-distribution' | '-type' | 'distribution' | 'type'>;
12460
12111
  /**
@@ -12470,7 +12121,7 @@ export type DigitaloceanImagesListData = {
12470
12121
  url: '/api/digitalocean-images/';
12471
12122
  };
12472
12123
  export type DigitaloceanImagesListResponses = {
12473
- 200: PaginatedDigitalOceanImageList;
12124
+ 200: Array<DigitalOceanImage>;
12474
12125
  };
12475
12126
  export type DigitaloceanImagesListResponse = DigitaloceanImagesListResponses[keyof DigitaloceanImagesListResponses];
12476
12127
  export type DigitaloceanImagesRetrieveData = {
@@ -12503,7 +12154,7 @@ export type DigitaloceanRegionsListData = {
12503
12154
  url: '/api/digitalocean-regions/';
12504
12155
  };
12505
12156
  export type DigitaloceanRegionsListResponses = {
12506
- 200: PaginatedDigitalOceanRegionList;
12157
+ 200: Array<DigitalOceanRegion>;
12507
12158
  };
12508
12159
  export type DigitaloceanRegionsListResponse = DigitaloceanRegionsListResponses[keyof DigitaloceanRegionsListResponses];
12509
12160
  export type DigitaloceanRegionsRetrieveData = {
@@ -12539,7 +12190,7 @@ export type DigitaloceanSizesListData = {
12539
12190
  url: '/api/digitalocean-sizes/';
12540
12191
  };
12541
12192
  export type DigitaloceanSizesListResponses = {
12542
- 200: PaginatedDigitalOceanSizeList;
12193
+ 200: Array<DigitalOceanSize>;
12543
12194
  };
12544
12195
  export type DigitaloceanSizesListResponse = DigitaloceanSizesListResponses[keyof DigitaloceanSizesListResponses];
12545
12196
  export type DigitaloceanSizesRetrieveData = {
@@ -12563,10 +12214,7 @@ export type EmailLogsListData = {
12563
12214
  /**
12564
12215
  * Ordering
12565
12216
  *
12566
- * * `sent_at` - Sent at
12567
- * * `-sent_at` - Sent at (descending)
12568
- * * `subject` - Subject
12569
- * * `-subject` - Subject (descending)
12217
+ *
12570
12218
  */
12571
12219
  o?: Array<'-sent_at' | '-subject' | 'sent_at' | 'subject'>;
12572
12220
  /**
@@ -12583,7 +12231,7 @@ export type EmailLogsListData = {
12583
12231
  url: '/api/email-logs/';
12584
12232
  };
12585
12233
  export type EmailLogsListResponses = {
12586
- 200: PaginatedEmailLogList;
12234
+ 200: Array<EmailLog>;
12587
12235
  };
12588
12236
  export type EmailLogsListResponse = EmailLogsListResponses[keyof EmailLogsListResponses];
12589
12237
  export type EmailLogsRetrieveData = {
@@ -12605,8 +12253,7 @@ export type EventSubscriptionsListData = {
12605
12253
  /**
12606
12254
  * Ordering
12607
12255
  *
12608
- * * `created` - Created
12609
- * * `-created` - Created (descending)
12256
+ *
12610
12257
  */
12611
12258
  o?: Array<'-created' | 'created'>;
12612
12259
  /**
@@ -12623,7 +12270,7 @@ export type EventSubscriptionsListData = {
12623
12270
  url: '/api/event-subscriptions/';
12624
12271
  };
12625
12272
  export type EventSubscriptionsListResponses = {
12626
- 200: PaginatedEventSubscriptionList;
12273
+ 200: Array<EventSubscription>;
12627
12274
  };
12628
12275
  export type EventSubscriptionsListResponse = EventSubscriptionsListResponses[keyof EventSubscriptionsListResponses];
12629
12276
  export type EventSubscriptionsCreateData = {
@@ -12678,8 +12325,7 @@ export type EventsListData = {
12678
12325
  /**
12679
12326
  * Ordering
12680
12327
  *
12681
- * * `created` - Created
12682
- * * `-created` - Created (descending)
12328
+ *
12683
12329
  */
12684
12330
  o?: Array<'-created' | 'created'>;
12685
12331
  /**
@@ -12702,7 +12348,7 @@ export type EventsListData = {
12702
12348
  url: '/api/events/';
12703
12349
  };
12704
12350
  export type EventsListResponses = {
12705
- 200: PaginatedEventList;
12351
+ 200: Array<Event>;
12706
12352
  };
12707
12353
  export type EventsListResponse = EventsListResponses[keyof EventsListResponses];
12708
12354
  export type EventsStatsListData = {
@@ -12721,7 +12367,7 @@ export type EventsStatsListData = {
12721
12367
  url: '/api/events-stats/';
12722
12368
  };
12723
12369
  export type EventsStatsListResponses = {
12724
- 200: PaginatedEventStatsList;
12370
+ 200: Array<EventStats>;
12725
12371
  };
12726
12372
  export type EventsStatsListResponse = EventsStatsListResponses[keyof EventsStatsListResponses];
12727
12373
  export type EventsRetrieveData = {
@@ -12822,7 +12468,7 @@ export type FinancialReportsListData = {
12822
12468
  url: '/api/financial-reports/';
12823
12469
  };
12824
12470
  export type FinancialReportsListResponses = {
12825
- 200: PaginatedFinancialReportList;
12471
+ 200: Array<FinancialReport>;
12826
12472
  };
12827
12473
  export type FinancialReportsListResponse = FinancialReportsListResponses[keyof FinancialReportsListResponses];
12828
12474
  export type FinancialReportsRetrieveData = {
@@ -12855,7 +12501,7 @@ export type FreeipaProfilesListData = {
12855
12501
  url: '/api/freeipa-profiles/';
12856
12502
  };
12857
12503
  export type FreeipaProfilesListResponses = {
12858
- 200: PaginatedFreeipaProfileList;
12504
+ 200: Array<FreeipaProfile>;
12859
12505
  };
12860
12506
  export type FreeipaProfilesListResponse = FreeipaProfilesListResponses[keyof FreeipaProfilesListResponses];
12861
12507
  export type FreeipaProfilesCreateData = {
@@ -12939,7 +12585,7 @@ export type GoogleAuthListData = {
12939
12585
  url: '/api/google-auth/';
12940
12586
  };
12941
12587
  export type GoogleAuthListResponses = {
12942
- 200: PaginatedGoogleCredentialsList;
12588
+ 200: Array<GoogleCredentials>;
12943
12589
  };
12944
12590
  export type GoogleAuthListResponse = GoogleAuthListResponses[keyof GoogleAuthListResponses];
12945
12591
  export type GoogleAuthRetrieveData = {
@@ -13039,7 +12685,7 @@ export type HooksEmailListData = {
13039
12685
  url: '/api/hooks-email/';
13040
12686
  };
13041
12687
  export type HooksEmailListResponses = {
13042
- 200: PaginatedEmailHookList;
12688
+ 200: Array<EmailHook>;
13043
12689
  };
13044
12690
  export type HooksEmailListResponse = HooksEmailListResponses[keyof HooksEmailListResponses];
13045
12691
  export type HooksEmailCreateData = {
@@ -13114,10 +12760,6 @@ export type HooksWebListData = {
13114
12760
  author_fullname?: string;
13115
12761
  author_username?: string;
13116
12762
  author_uuid?: string;
13117
- /**
13118
- * * `1` - json
13119
- * * `2` - form
13120
- */
13121
12763
  content_type?: 1 | 2;
13122
12764
  destination_url?: string;
13123
12765
  is_active?: boolean;
@@ -13135,7 +12777,7 @@ export type HooksWebListData = {
13135
12777
  url: '/api/hooks-web/';
13136
12778
  };
13137
12779
  export type HooksWebListResponses = {
13138
- 200: PaginatedWebHookList;
12780
+ 200: Array<WebHook>;
13139
12781
  };
13140
12782
  export type HooksWebListResponse = HooksWebListResponses[keyof HooksWebListResponses];
13141
12783
  export type HooksWebCreateData = {
@@ -13375,7 +13017,7 @@ export type IdentityProvidersListData = {
13375
13017
  url: '/api/identity-providers/';
13376
13018
  };
13377
13019
  export type IdentityProvidersListResponses = {
13378
- 200: PaginatedIdentityProviderList;
13020
+ 200: Array<IdentityProvider>;
13379
13021
  };
13380
13022
  export type IdentityProvidersListResponse = IdentityProvidersListResponses[keyof IdentityProvidersListResponses];
13381
13023
  export type IdentityProvidersCreateData = {
@@ -13446,6 +13088,7 @@ export type InvoiceItemsListData = {
13446
13088
  credit_uuid?: string;
13447
13089
  customer_uuid?: string;
13448
13090
  month?: number;
13091
+ offering_uuid?: string;
13449
13092
  /**
13450
13093
  * A page number within the paginated result set.
13451
13094
  */
@@ -13456,12 +13099,20 @@ export type InvoiceItemsListData = {
13456
13099
  page_size?: number;
13457
13100
  project_uuid?: string;
13458
13101
  resource_uuid?: string;
13102
+ /**
13103
+ * Start month
13104
+ */
13105
+ start_month?: number;
13106
+ /**
13107
+ * Start year
13108
+ */
13109
+ start_year?: number;
13459
13110
  year?: number;
13460
13111
  };
13461
13112
  url: '/api/invoice-items/';
13462
13113
  };
13463
13114
  export type InvoiceItemsListResponses = {
13464
- 200: PaginatedInvoiceItemDetailList;
13115
+ 200: Array<InvoiceItemDetail>;
13465
13116
  };
13466
13117
  export type InvoiceItemsListResponse = InvoiceItemsListResponses[keyof InvoiceItemsListResponses];
13467
13118
  export type InvoiceItemsDestroyData = {
@@ -13546,16 +13197,31 @@ export type InvoiceItemsCostsListData = {
13546
13197
  credit_uuid?: string;
13547
13198
  customer_uuid?: string;
13548
13199
  month?: number;
13200
+ offering_uuid?: string;
13201
+ /**
13202
+ * A page number within the paginated result set.
13203
+ */
13549
13204
  page?: number;
13205
+ /**
13206
+ * Number of results to return per page.
13207
+ */
13550
13208
  page_size?: number;
13551
13209
  project_uuid?: string;
13552
13210
  resource_uuid?: string;
13211
+ /**
13212
+ * Start month
13213
+ */
13214
+ start_month?: number;
13215
+ /**
13216
+ * Start year
13217
+ */
13218
+ start_year?: number;
13553
13219
  year?: number;
13554
13220
  };
13555
13221
  url: '/api/invoice-items/costs/';
13556
13222
  };
13557
13223
  export type InvoiceItemsCostsListResponses = {
13558
- 200: PaginatedInvoiceCostList;
13224
+ 200: Array<InvoiceCost>;
13559
13225
  };
13560
13226
  export type InvoiceItemsCostsListResponse = InvoiceItemsCostsListResponses[keyof InvoiceItemsCostsListResponses];
13561
13227
  export type InvoiceItemsCustomerCostsForPeriodRetrieveData = {
@@ -13629,12 +13295,7 @@ export type InvoicesListData = {
13629
13295
  /**
13630
13296
  * Ordering
13631
13297
  *
13632
- * * `created` - Created
13633
- * * `-created` - Created (descending)
13634
- * * `year` - Year
13635
- * * `-year` - Year (descending)
13636
- * * `month` - Month
13637
- * * `-month` - Month (descending)
13298
+ *
13638
13299
  */
13639
13300
  o?: Array<'-created' | '-month' | '-year' | 'created' | 'month' | 'year'>;
13640
13301
  /**
@@ -13646,19 +13307,13 @@ export type InvoicesListData = {
13646
13307
  */
13647
13308
  page_size?: number;
13648
13309
  start_date?: string;
13649
- /**
13650
- * * `pending` - Pending
13651
- * * `created` - Created
13652
- * * `paid` - Paid
13653
- * * `canceled` - Canceled
13654
- */
13655
13310
  state?: Array<'canceled' | 'created' | 'paid' | 'pending'>;
13656
13311
  year?: number;
13657
13312
  };
13658
13313
  url: '/api/invoices/';
13659
13314
  };
13660
13315
  export type InvoicesListResponses = {
13661
- 200: PaginatedInvoiceList;
13316
+ 200: Array<Invoice>;
13662
13317
  };
13663
13318
  export type InvoicesListResponse = InvoicesListResponses[keyof InvoicesListResponses];
13664
13319
  export type InvoicesRetrieveData = {
@@ -13763,12 +13418,7 @@ export type InvoicesStatsListData = {
13763
13418
  /**
13764
13419
  * Ordering
13765
13420
  *
13766
- * * `created` - Created
13767
- * * `-created` - Created (descending)
13768
- * * `year` - Year
13769
- * * `-year` - Year (descending)
13770
- * * `month` - Month
13771
- * * `-month` - Month (descending)
13421
+ *
13772
13422
  */
13773
13423
  o?: Array<'-created' | '-month' | '-year' | 'created' | 'month' | 'year'>;
13774
13424
  /**
@@ -13781,19 +13431,13 @@ export type InvoicesStatsListData = {
13781
13431
  page_size?: number;
13782
13432
  provider_uuid?: string;
13783
13433
  start_date?: string;
13784
- /**
13785
- * * `pending` - Pending
13786
- * * `created` - Created
13787
- * * `paid` - Paid
13788
- * * `canceled` - Canceled
13789
- */
13790
13434
  state?: Array<'canceled' | 'created' | 'paid' | 'pending'>;
13791
13435
  year?: number;
13792
13436
  };
13793
13437
  url: '/api/invoices/{uuid}/stats/';
13794
13438
  };
13795
13439
  export type InvoicesStatsListResponses = {
13796
- 200: PaginatedInvoiceStatsOfferingList;
13440
+ 200: Array<InvoiceStatsOffering>;
13797
13441
  };
13798
13442
  export type InvoicesStatsListResponse = InvoicesStatsListResponses[keyof InvoicesStatsListResponses];
13799
13443
  export type InvoicesGrowthRetrieveData = {
@@ -13824,8 +13468,7 @@ export type KeysListData = {
13824
13468
  /**
13825
13469
  * Ordering
13826
13470
  *
13827
- * * `name` - Name
13828
- * * `-name` - Name (descending)
13471
+ *
13829
13472
  */
13830
13473
  o?: Array<'-name' | 'name'>;
13831
13474
  /**
@@ -13842,7 +13485,7 @@ export type KeysListData = {
13842
13485
  url: '/api/keys/';
13843
13486
  };
13844
13487
  export type KeysListResponses = {
13845
- 200: PaginatedSshKeyList;
13488
+ 200: Array<SshKey>;
13846
13489
  };
13847
13490
  export type KeysListResponse = KeysListResponses[keyof KeysListResponses];
13848
13491
  export type KeysCreateData = {
@@ -13905,7 +13548,7 @@ export type LexisLinksListData = {
13905
13548
  url: '/api/lexis-links/';
13906
13549
  };
13907
13550
  export type LexisLinksListResponses = {
13908
- 200: PaginatedLexisLinkList;
13551
+ 200: Array<LexisLink>;
13909
13552
  };
13910
13553
  export type LexisLinksListResponse = LexisLinksListResponses[keyof LexisLinksListResponses];
13911
13554
  export type LexisLinksCreateData = {
@@ -13994,10 +13637,7 @@ export type MarketplaceCategoriesListData = {
13994
13637
  /**
13995
13638
  * Customers offerings state
13996
13639
  *
13997
- * * `1` - Draft
13998
- * * `2` - Active
13999
- * * `3` - Paused
14000
- * * `4` - Archived
13640
+ *
14001
13641
  */
14002
13642
  customers_offerings_state?: Array<1 | 2 | 3 | 4>;
14003
13643
  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 +13662,7 @@ export type MarketplaceCategoriesListData = {
14022
13662
  url: '/api/marketplace-categories/';
14023
13663
  };
14024
13664
  export type MarketplaceCategoriesListResponses = {
14025
- 200: PaginatedMarketplaceCategoryList;
13665
+ 200: Array<MarketplaceCategory>;
14026
13666
  };
14027
13667
  export type MarketplaceCategoriesListResponse = MarketplaceCategoriesListResponses[keyof MarketplaceCategoriesListResponses];
14028
13668
  export type MarketplaceCategoriesCreateData = {
@@ -14106,7 +13746,7 @@ export type MarketplaceCategoryColumnsListData = {
14106
13746
  url: '/api/marketplace-category-columns/';
14107
13747
  };
14108
13748
  export type MarketplaceCategoryColumnsListResponses = {
14109
- 200: PaginatedCategoryColumnList;
13749
+ 200: Array<CategoryColumn>;
14110
13750
  };
14111
13751
  export type MarketplaceCategoryColumnsListResponse = MarketplaceCategoryColumnsListResponses[keyof MarketplaceCategoryColumnsListResponses];
14112
13752
  export type MarketplaceCategoryColumnsCreateData = {
@@ -14189,7 +13829,7 @@ export type MarketplaceCategoryComponentUsagesListData = {
14189
13829
  url: '/api/marketplace-category-component-usages/';
14190
13830
  };
14191
13831
  export type MarketplaceCategoryComponentUsagesListResponses = {
14192
- 200: PaginatedCategoryComponentUsageList;
13832
+ 200: Array<CategoryComponentUsage>;
14193
13833
  };
14194
13834
  export type MarketplaceCategoryComponentUsagesListResponse = MarketplaceCategoryComponentUsagesListResponses[keyof MarketplaceCategoryComponentUsagesListResponses];
14195
13835
  export type MarketplaceCategoryComponentUsagesRetrieveData = {
@@ -14225,7 +13865,7 @@ export type MarketplaceCategoryComponentsListData = {
14225
13865
  url: '/api/marketplace-category-components/';
14226
13866
  };
14227
13867
  export type MarketplaceCategoryComponentsListResponses = {
14228
- 200: PaginatedCategoryComponentsList;
13868
+ 200: Array<CategoryComponents>;
14229
13869
  };
14230
13870
  export type MarketplaceCategoryComponentsListResponse = MarketplaceCategoryComponentsListResponses[keyof MarketplaceCategoryComponentsListResponses];
14231
13871
  export type MarketplaceCategoryComponentsCreateData = {
@@ -14319,7 +13959,7 @@ export type MarketplaceCategoryGroupsListData = {
14319
13959
  url: '/api/marketplace-category-groups/';
14320
13960
  };
14321
13961
  export type MarketplaceCategoryGroupsListResponses = {
14322
- 200: PaginatedCategoryGroupList;
13962
+ 200: Array<CategoryGroup>;
14323
13963
  };
14324
13964
  export type MarketplaceCategoryGroupsListResponse = MarketplaceCategoryGroupsListResponses[keyof MarketplaceCategoryGroupsListResponses];
14325
13965
  export type MarketplaceCategoryGroupsCreateData = {
@@ -14401,7 +14041,7 @@ export type MarketplaceCategoryHelpArticlesListData = {
14401
14041
  url: '/api/marketplace-category-help-articles/';
14402
14042
  };
14403
14043
  export type MarketplaceCategoryHelpArticlesListResponses = {
14404
- 200: PaginatedCategoryHelpArticlesList;
14044
+ 200: Array<CategoryHelpArticles>;
14405
14045
  };
14406
14046
  export type MarketplaceCategoryHelpArticlesListResponse = MarketplaceCategoryHelpArticlesListResponses[keyof MarketplaceCategoryHelpArticlesListResponses];
14407
14047
  export type MarketplaceCategoryHelpArticlesCreateData = {
@@ -14493,7 +14133,7 @@ export type MarketplaceChecklistsListData = {
14493
14133
  url: '/api/marketplace-checklists/';
14494
14134
  };
14495
14135
  export type MarketplaceChecklistsListResponses = {
14496
- 200: PaginatedChecklistList;
14136
+ 200: Array<Checklist>;
14497
14137
  };
14498
14138
  export type MarketplaceChecklistsListResponse = MarketplaceChecklistsListResponses[keyof MarketplaceChecklistsListResponses];
14499
14139
  export type MarketplaceChecklistsCategoriesListData = {
@@ -14512,7 +14152,7 @@ export type MarketplaceChecklistsCategoriesListData = {
14512
14152
  url: '/api/marketplace-checklists-categories/';
14513
14153
  };
14514
14154
  export type MarketplaceChecklistsCategoriesListResponses = {
14515
- 200: PaginatedChecklistCategoryList;
14155
+ 200: Array<ChecklistCategory>;
14516
14156
  };
14517
14157
  export type MarketplaceChecklistsCategoriesListResponse = MarketplaceChecklistsCategoriesListResponses[keyof MarketplaceChecklistsCategoriesListResponses];
14518
14158
  export type MarketplaceChecklistsCategoriesChecklistsListData = {
@@ -14533,7 +14173,7 @@ export type MarketplaceChecklistsCategoriesChecklistsListData = {
14533
14173
  url: '/api/marketplace-checklists-categories/{category_uuid}/checklists/';
14534
14174
  };
14535
14175
  export type MarketplaceChecklistsCategoriesChecklistsListResponses = {
14536
- 200: PaginatedChecklistList;
14176
+ 200: Array<Checklist>;
14537
14177
  };
14538
14178
  export type MarketplaceChecklistsCategoriesChecklistsListResponse = MarketplaceChecklistsCategoriesChecklistsListResponses[keyof MarketplaceChecklistsCategoriesChecklistsListResponses];
14539
14179
  export type MarketplaceChecklistsCategoriesRetrieveData = {
@@ -14578,7 +14218,7 @@ export type MarketplaceChecklistsAnswersListData = {
14578
14218
  url: '/api/marketplace-checklists/{checklist_uuid}/answers/';
14579
14219
  };
14580
14220
  export type MarketplaceChecklistsAnswersListResponses = {
14581
- 200: PaginatedAnswerListList;
14221
+ 200: Array<AnswerList>;
14582
14222
  };
14583
14223
  export type MarketplaceChecklistsAnswersListResponse = MarketplaceChecklistsAnswersListResponses[keyof MarketplaceChecklistsAnswersListResponses];
14584
14224
  export type MarketplaceChecklistsAnswersSubmitCreateData = {
@@ -14603,7 +14243,7 @@ export type MarketplaceChecklistsAnswersSubmitCreateData = {
14603
14243
  url: '/api/marketplace-checklists/{checklist_uuid}/answers/submit/';
14604
14244
  };
14605
14245
  export type MarketplaceChecklistsAnswersSubmitCreateResponses = {
14606
- 201: PaginatedAnswerSubmitList;
14246
+ 201: Array<AnswerSubmit>;
14607
14247
  };
14608
14248
  export type MarketplaceChecklistsAnswersSubmitCreateResponse = MarketplaceChecklistsAnswersSubmitCreateResponses[keyof MarketplaceChecklistsAnswersSubmitCreateResponses];
14609
14249
  export type MarketplaceChecklistsQuestionsListData = {
@@ -14624,7 +14264,7 @@ export type MarketplaceChecklistsQuestionsListData = {
14624
14264
  url: '/api/marketplace-checklists/{checklist_uuid}/questions/';
14625
14265
  };
14626
14266
  export type MarketplaceChecklistsQuestionsListResponses = {
14627
- 200: PaginatedChecklistQuestionList;
14267
+ 200: Array<ChecklistQuestion>;
14628
14268
  };
14629
14269
  export type MarketplaceChecklistsQuestionsListResponse = MarketplaceChecklistsQuestionsListResponses[keyof MarketplaceChecklistsQuestionsListResponses];
14630
14270
  export type MarketplaceChecklistsStatsListData = {
@@ -14658,7 +14298,7 @@ export type MarketplaceChecklistsUserAnswersListData = {
14658
14298
  url: '/api/marketplace-checklists/{checklist_uuid}/user/{user_uuid}/answers/';
14659
14299
  };
14660
14300
  export type MarketplaceChecklistsUserAnswersListResponses = {
14661
- 200: PaginatedAnswerListList;
14301
+ 200: Array<AnswerList>;
14662
14302
  };
14663
14303
  export type MarketplaceChecklistsUserAnswersListResponse = MarketplaceChecklistsUserAnswersListResponses[keyof MarketplaceChecklistsUserAnswersListResponses];
14664
14304
  export type MarketplaceComponentUsagesListData = {
@@ -14687,7 +14327,7 @@ export type MarketplaceComponentUsagesListData = {
14687
14327
  url: '/api/marketplace-component-usages/';
14688
14328
  };
14689
14329
  export type MarketplaceComponentUsagesListResponses = {
14690
- 200: PaginatedComponentUsageList;
14330
+ 200: Array<ComponentUsage>;
14691
14331
  };
14692
14332
  export type MarketplaceComponentUsagesListResponse = MarketplaceComponentUsagesListResponses[keyof MarketplaceComponentUsagesListResponses];
14693
14333
  export type MarketplaceComponentUsagesRetrieveData = {
@@ -14755,7 +14395,7 @@ export type MarketplaceComponentUserUsagesListData = {
14755
14395
  url: '/api/marketplace-component-user-usages/';
14756
14396
  };
14757
14397
  export type MarketplaceComponentUserUsagesListResponses = {
14758
- 200: PaginatedComponentUserUsageList;
14398
+ 200: Array<ComponentUserUsage>;
14759
14399
  };
14760
14400
  export type MarketplaceComponentUserUsagesListResponse = MarketplaceComponentUserUsagesListResponses[keyof MarketplaceComponentUserUsagesListResponses];
14761
14401
  export type MarketplaceComponentUserUsagesRetrieveData = {
@@ -14792,7 +14432,7 @@ export type MarketplaceCustomerEstimatedCostPoliciesListData = {
14792
14432
  url: '/api/marketplace-customer-estimated-cost-policies/';
14793
14433
  };
14794
14434
  export type MarketplaceCustomerEstimatedCostPoliciesListResponses = {
14795
- 200: PaginatedCustomerEstimatedCostPolicyList;
14435
+ 200: Array<CustomerEstimatedCostPolicy>;
14796
14436
  };
14797
14437
  export type MarketplaceCustomerEstimatedCostPoliciesListResponse = MarketplaceCustomerEstimatedCostPoliciesListResponses[keyof MarketplaceCustomerEstimatedCostPoliciesListResponses];
14798
14438
  export type MarketplaceCustomerEstimatedCostPoliciesCreateData = {
@@ -14896,8 +14536,7 @@ export type MarketplaceIntegrationStatusesListData = {
14896
14536
  /**
14897
14537
  * Ordering
14898
14538
  *
14899
- * * `last_request_timestamp` - Last request timestamp
14900
- * * `-last_request_timestamp` - Last request timestamp (descending)
14539
+ *
14901
14540
  */
14902
14541
  o?: Array<'-last_request_timestamp' | 'last_request_timestamp'>;
14903
14542
  offering?: string;
@@ -14911,17 +14550,12 @@ export type MarketplaceIntegrationStatusesListData = {
14911
14550
  */
14912
14551
  page_size?: number;
14913
14552
  parent_offering_uuid?: string;
14914
- /**
14915
- * * `Unknown` - Unknown
14916
- * * `Active` - Active
14917
- * * `Disconnected` - Disconnected
14918
- */
14919
14553
  status?: Array<'Active' | 'Disconnected' | 'Unknown'>;
14920
14554
  };
14921
14555
  url: '/api/marketplace-integration-statuses/';
14922
14556
  };
14923
14557
  export type MarketplaceIntegrationStatusesListResponses = {
14924
- 200: PaginatedIntegrationStatusDetailsList;
14558
+ 200: Array<IntegrationStatusDetails>;
14925
14559
  };
14926
14560
  export type MarketplaceIntegrationStatusesListResponse = MarketplaceIntegrationStatusesListResponses[keyof MarketplaceIntegrationStatusesListResponses];
14927
14561
  export type MarketplaceIntegrationStatusesRetrieveData = {
@@ -14954,7 +14588,7 @@ export type MarketplaceOfferingEstimatedCostPoliciesListData = {
14954
14588
  url: '/api/marketplace-offering-estimated-cost-policies/';
14955
14589
  };
14956
14590
  export type MarketplaceOfferingEstimatedCostPoliciesListResponses = {
14957
- 200: PaginatedOfferingEstimatedCostPolicyList;
14591
+ 200: Array<OfferingEstimatedCostPolicy>;
14958
14592
  };
14959
14593
  export type MarketplaceOfferingEstimatedCostPoliciesListResponse = MarketplaceOfferingEstimatedCostPoliciesListResponses[keyof MarketplaceOfferingEstimatedCostPoliciesListResponses];
14960
14594
  export type MarketplaceOfferingEstimatedCostPoliciesCreateData = {
@@ -15036,10 +14670,7 @@ export type MarketplaceOfferingFilesListData = {
15036
14670
  /**
15037
14671
  * Ordering
15038
14672
  *
15039
- * * `name` - Name
15040
- * * `-name` - Name (descending)
15041
- * * `created` - Created
15042
- * * `-created` - Created (descending)
14673
+ *
15043
14674
  */
15044
14675
  o?: Array<'-created' | '-name' | 'created' | 'name'>;
15045
14676
  offering?: string;
@@ -15057,7 +14688,7 @@ export type MarketplaceOfferingFilesListData = {
15057
14688
  url: '/api/marketplace-offering-files/';
15058
14689
  };
15059
14690
  export type MarketplaceOfferingFilesListResponses = {
15060
- 200: PaginatedOfferingFileList;
14691
+ 200: Array<OfferingFile>;
15061
14692
  };
15062
14693
  export type MarketplaceOfferingFilesListResponse = MarketplaceOfferingFilesListResponses[keyof MarketplaceOfferingFilesListResponses];
15063
14694
  export type MarketplaceOfferingFilesCreateData = {
@@ -15112,20 +14743,7 @@ export type MarketplaceOfferingPermissionsListData = {
15112
14743
  /**
15113
14744
  * Ordering
15114
14745
  *
15115
- * * `username` - Username
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)
14746
+ *
15129
14747
  */
15130
14748
  o?: Array<'-created' | '-email' | '-expiration_time' | '-full_name' | '-native_name' | '-role' | '-username' | 'created' | 'email' | 'expiration_time' | 'full_name' | 'native_name' | 'role' | 'username'>;
15131
14749
  offering?: string;
@@ -15148,7 +14766,7 @@ export type MarketplaceOfferingPermissionsListData = {
15148
14766
  url: '/api/marketplace-offering-permissions/';
15149
14767
  };
15150
14768
  export type MarketplaceOfferingPermissionsListResponses = {
15151
- 200: PaginatedOfferingPermissionList;
14769
+ 200: Array<OfferingPermission>;
15152
14770
  };
15153
14771
  export type MarketplaceOfferingPermissionsListResponse = MarketplaceOfferingPermissionsListResponses[keyof MarketplaceOfferingPermissionsListResponses];
15154
14772
  export type MarketplaceOfferingPermissionsLogListData = {
@@ -15164,20 +14782,7 @@ export type MarketplaceOfferingPermissionsLogListData = {
15164
14782
  /**
15165
14783
  * Ordering
15166
14784
  *
15167
- * * `username` - Username
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)
14785
+ *
15181
14786
  */
15182
14787
  o?: Array<'-created' | '-email' | '-expiration_time' | '-full_name' | '-native_name' | '-role' | '-username' | 'created' | 'email' | 'expiration_time' | 'full_name' | 'native_name' | 'role' | 'username'>;
15183
14788
  offering?: string;
@@ -15200,7 +14805,7 @@ export type MarketplaceOfferingPermissionsLogListData = {
15200
14805
  url: '/api/marketplace-offering-permissions-log/';
15201
14806
  };
15202
14807
  export type MarketplaceOfferingPermissionsLogListResponses = {
15203
- 200: PaginatedOfferingPermissionList;
14808
+ 200: Array<OfferingPermission>;
15204
14809
  };
15205
14810
  export type MarketplaceOfferingPermissionsLogListResponse = MarketplaceOfferingPermissionsLogListResponses[keyof MarketplaceOfferingPermissionsLogListResponses];
15206
14811
  export type MarketplaceOfferingPermissionsLogRetrieveData = {
@@ -15240,12 +14845,7 @@ export type MarketplaceOfferingReferralsListData = {
15240
14845
  /**
15241
14846
  * Ordering
15242
14847
  *
15243
- * * `published` - Published
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)
14848
+ *
15249
14849
  */
15250
14850
  o?: Array<'-published' | '-relation_type' | '-resource_type' | 'published' | 'relation_type' | 'resource_type'>;
15251
14851
  /**
@@ -15260,7 +14860,7 @@ export type MarketplaceOfferingReferralsListData = {
15260
14860
  url: '/api/marketplace-offering-referrals/';
15261
14861
  };
15262
14862
  export type MarketplaceOfferingReferralsListResponses = {
15263
- 200: PaginatedOfferingReferralList;
14863
+ 200: Array<OfferingReferral>;
15264
14864
  };
15265
14865
  export type MarketplaceOfferingReferralsListResponse = MarketplaceOfferingReferralsListResponses[keyof MarketplaceOfferingReferralsListResponses];
15266
14866
  export type MarketplaceOfferingReferralsRetrieveData = {
@@ -15293,7 +14893,7 @@ export type MarketplaceOfferingUsagePoliciesListData = {
15293
14893
  url: '/api/marketplace-offering-usage-policies/';
15294
14894
  };
15295
14895
  export type MarketplaceOfferingUsagePoliciesListResponses = {
15296
- 200: PaginatedOfferingUsagePolicyList;
14896
+ 200: Array<OfferingUsagePolicy>;
15297
14897
  };
15298
14898
  export type MarketplaceOfferingUsagePoliciesListResponse = MarketplaceOfferingUsagePoliciesListResponses[keyof MarketplaceOfferingUsagePoliciesListResponses];
15299
14899
  export type MarketplaceOfferingUsagePoliciesCreateData = {
@@ -15386,7 +14986,7 @@ export type MarketplaceOfferingUserRolesListData = {
15386
14986
  url: '/api/marketplace-offering-user-roles/';
15387
14987
  };
15388
14988
  export type MarketplaceOfferingUserRolesListResponses = {
15389
- 200: PaginatedOfferingUserRoleList;
14989
+ 200: Array<OfferingUserRole>;
15390
14990
  };
15391
14991
  export type MarketplaceOfferingUserRolesListResponse = MarketplaceOfferingUserRolesListResponses[keyof MarketplaceOfferingUserRolesListResponses];
15392
14992
  export type MarketplaceOfferingUserRolesCreateData = {
@@ -15468,14 +15068,7 @@ export type MarketplaceOfferingUsersListData = {
15468
15068
  /**
15469
15069
  * Ordering
15470
15070
  *
15471
- * * `created` - Created
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)
15071
+ *
15479
15072
  */
15480
15073
  o?: Array<'-created' | '-modified' | '-propagation_date' | '-username' | 'created' | 'modified' | 'propagation_date' | 'username'>;
15481
15074
  offering?: string;
@@ -15499,7 +15092,7 @@ export type MarketplaceOfferingUsersListData = {
15499
15092
  url: '/api/marketplace-offering-users/';
15500
15093
  };
15501
15094
  export type MarketplaceOfferingUsersListResponses = {
15502
- 200: PaginatedOfferingUserList;
15095
+ 200: Array<OfferingUser>;
15503
15096
  };
15504
15097
  export type MarketplaceOfferingUsersListResponse = MarketplaceOfferingUsersListResponses[keyof MarketplaceOfferingUsersListResponses];
15505
15098
  export type MarketplaceOfferingUsersCreateData = {
@@ -15599,14 +15192,7 @@ export type MarketplaceOrdersListData = {
15599
15192
  /**
15600
15193
  * Ordering
15601
15194
  *
15602
- * * `created` - Created
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)
15195
+ *
15610
15196
  */
15611
15197
  o?: Array<'-consumer_reviewed_at' | '-cost' | '-created' | '-state' | 'consumer_reviewed_at' | 'cost' | 'created' | 'state'>;
15612
15198
  offering?: string;
@@ -15627,28 +15213,13 @@ export type MarketplaceOrdersListData = {
15627
15213
  resource?: string;
15628
15214
  resource_uuid?: string;
15629
15215
  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
15216
  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
15217
  type?: Array<'Create' | 'Terminate' | 'Update'>;
15647
15218
  };
15648
15219
  url: '/api/marketplace-orders/';
15649
15220
  };
15650
15221
  export type MarketplaceOrdersListResponses = {
15651
- 200: PaginatedOrderDetailsList;
15222
+ 200: Array<OrderDetails>;
15652
15223
  };
15653
15224
  export type MarketplaceOrdersListResponse = MarketplaceOrdersListResponses[keyof MarketplaceOrdersListResponses];
15654
15225
  export type MarketplaceOrdersCreateData = {
@@ -15861,7 +15432,7 @@ export type MarketplacePlanComponentsListData = {
15861
15432
  url: '/api/marketplace-plan-components/';
15862
15433
  };
15863
15434
  export type MarketplacePlanComponentsListResponses = {
15864
- 200: PaginatedPlanComponentList;
15435
+ 200: Array<PlanComponent>;
15865
15436
  };
15866
15437
  export type MarketplacePlanComponentsListResponse = MarketplacePlanComponentsListResponses[keyof MarketplacePlanComponentsListResponses];
15867
15438
  export type MarketplacePlanComponentsRetrieveData = {
@@ -15898,7 +15469,7 @@ export type MarketplacePlansListData = {
15898
15469
  url: '/api/marketplace-plans/';
15899
15470
  };
15900
15471
  export type MarketplacePlansListResponses = {
15901
- 200: PaginatedProviderPlanDetailsList;
15472
+ 200: Array<ProviderPlanDetails>;
15902
15473
  };
15903
15474
  export type MarketplacePlansListResponse = MarketplacePlansListResponses[keyof MarketplacePlansListResponses];
15904
15475
  export type MarketplacePlansCreateData = {
@@ -16038,7 +15609,7 @@ export type MarketplacePlansUsageStatsListData = {
16038
15609
  url: '/api/marketplace-plans/usage_stats/';
16039
15610
  };
16040
15611
  export type MarketplacePlansUsageStatsListResponses = {
16041
- 200: PaginatedPlanUsageResponseList;
15612
+ 200: Array<PlanUsageResponse>;
16042
15613
  };
16043
15614
  export type MarketplacePlansUsageStatsListResponse = MarketplacePlansUsageStatsListResponses[keyof MarketplacePlansUsageStatsListResponses];
16044
15615
  export type MarketplacePluginsListData = {
@@ -16073,7 +15644,7 @@ export type MarketplaceProjectEstimatedCostPoliciesListData = {
16073
15644
  url: '/api/marketplace-project-estimated-cost-policies/';
16074
15645
  };
16075
15646
  export type MarketplaceProjectEstimatedCostPoliciesListResponses = {
16076
- 200: PaginatedProjectEstimatedCostPolicyList;
15647
+ 200: Array<ProjectEstimatedCostPolicy>;
16077
15648
  };
16078
15649
  export type MarketplaceProjectEstimatedCostPoliciesListResponse = MarketplaceProjectEstimatedCostPoliciesListResponses[keyof MarketplaceProjectEstimatedCostPoliciesListResponses];
16079
15650
  export type MarketplaceProjectEstimatedCostPoliciesCreateData = {
@@ -16163,19 +15734,12 @@ export type MarketplaceProjectUpdateRequestsListData = {
16163
15734
  */
16164
15735
  page_size?: number;
16165
15736
  project_uuid?: string;
16166
- /**
16167
- * * `draft` - draft
16168
- * * `pending` - pending
16169
- * * `approved` - approved
16170
- * * `rejected` - rejected
16171
- * * `canceled` - canceled
16172
- */
16173
15737
  state?: Array<'approved' | 'canceled' | 'draft' | 'pending' | 'rejected'>;
16174
15738
  };
16175
15739
  url: '/api/marketplace-project-update-requests/';
16176
15740
  };
16177
15741
  export type MarketplaceProjectUpdateRequestsListResponses = {
16178
- 200: PaginatedRemoteProjectUpdateRequestList;
15742
+ 200: Array<RemoteProjectUpdateRequest>;
16179
15743
  };
16180
15744
  export type MarketplaceProjectUpdateRequestsListResponse = MarketplaceProjectUpdateRequestsListResponses[keyof MarketplaceProjectUpdateRequestsListResponses];
16181
15745
  export type MarketplaceProjectUpdateRequestsRetrieveData = {
@@ -16247,20 +15811,7 @@ export type MarketplaceProviderOfferingsListData = {
16247
15811
  /**
16248
15812
  * Ordering
16249
15813
  *
16250
- * * `name` - Name
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)
15814
+ *
16264
15815
  */
16265
15816
  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
15817
  organization_group_uuid?: Array<string>;
@@ -16286,19 +15837,13 @@ export type MarketplaceProviderOfferingsListData = {
16286
15837
  */
16287
15838
  service_manager_uuid?: string;
16288
15839
  shared?: boolean;
16289
- /**
16290
- * * `Draft` - Draft
16291
- * * `Active` - Active
16292
- * * `Paused` - Paused
16293
- * * `Archived` - Archived
16294
- */
16295
15840
  state?: Array<'Active' | 'Archived' | 'Draft' | 'Paused'>;
16296
15841
  type?: Array<string>;
16297
15842
  };
16298
15843
  url: '/api/marketplace-provider-offerings/';
16299
15844
  };
16300
15845
  export type MarketplaceProviderOfferingsListResponses = {
16301
- 200: PaginatedProviderOfferingDetailsList;
15846
+ 200: Array<ProviderOfferingDetails>;
16302
15847
  };
16303
15848
  export type MarketplaceProviderOfferingsListResponse = MarketplaceProviderOfferingsListResponses[keyof MarketplaceProviderOfferingsListResponses];
16304
15849
  export type MarketplaceProviderOfferingsCreateData = {
@@ -16424,20 +15969,7 @@ export type MarketplaceProviderOfferingsComponentStatsListData = {
16424
15969
  /**
16425
15970
  * Ordering
16426
15971
  *
16427
- * * `name` - Name
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)
15972
+ *
16441
15973
  */
16442
15974
  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
15975
  organization_group_uuid?: Array<string>;
@@ -16467,19 +15999,13 @@ export type MarketplaceProviderOfferingsComponentStatsListData = {
16467
15999
  * Start date in format YYYY-MM.
16468
16000
  */
16469
16001
  start?: string;
16470
- /**
16471
- * * `Draft` - Draft
16472
- * * `Active` - Active
16473
- * * `Paused` - Paused
16474
- * * `Archived` - Archived
16475
- */
16476
16002
  state?: Array<'Active' | 'Archived' | 'Draft' | 'Paused'>;
16477
16003
  type?: Array<string>;
16478
16004
  };
16479
16005
  url: '/api/marketplace-provider-offerings/{uuid}/component_stats/';
16480
16006
  };
16481
16007
  export type MarketplaceProviderOfferingsComponentStatsListResponses = {
16482
- 200: PaginatedOfferingComponentStatList;
16008
+ 200: Array<OfferingComponentStat>;
16483
16009
  };
16484
16010
  export type MarketplaceProviderOfferingsComponentStatsListResponse = MarketplaceProviderOfferingsComponentStatsListResponses[keyof MarketplaceProviderOfferingsComponentStatsListResponses];
16485
16011
  export type MarketplaceProviderOfferingsCostsListData = {
@@ -16517,20 +16043,7 @@ export type MarketplaceProviderOfferingsCostsListData = {
16517
16043
  /**
16518
16044
  * Ordering
16519
16045
  *
16520
- * * `name` - Name
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)
16046
+ *
16534
16047
  */
16535
16048
  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
16049
  organization_group_uuid?: Array<string>;
@@ -16560,19 +16073,13 @@ export type MarketplaceProviderOfferingsCostsListData = {
16560
16073
  * Start date in format YYYY-MM.
16561
16074
  */
16562
16075
  start?: string;
16563
- /**
16564
- * * `Draft` - Draft
16565
- * * `Active` - Active
16566
- * * `Paused` - Paused
16567
- * * `Archived` - Archived
16568
- */
16569
16076
  state?: Array<'Active' | 'Archived' | 'Draft' | 'Paused'>;
16570
16077
  type?: Array<string>;
16571
16078
  };
16572
16079
  url: '/api/marketplace-provider-offerings/{uuid}/costs/';
16573
16080
  };
16574
16081
  export type MarketplaceProviderOfferingsCostsListResponses = {
16575
- 200: PaginatedProviderOfferingCostsList;
16082
+ 200: Array<ProviderOfferingCosts>;
16576
16083
  };
16577
16084
  export type MarketplaceProviderOfferingsCostsListResponse = MarketplaceProviderOfferingsCostsListResponses[keyof MarketplaceProviderOfferingsCostsListResponses];
16578
16085
  export type MarketplaceProviderOfferingsCreateOfferingComponentData = {
@@ -16619,20 +16126,7 @@ export type MarketplaceProviderOfferingsCustomersListData = {
16619
16126
  /**
16620
16127
  * Ordering
16621
16128
  *
16622
- * * `name` - Name
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)
16129
+ *
16636
16130
  */
16637
16131
  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
16132
  organization_group_uuid?: Array<string>;
@@ -16658,19 +16152,13 @@ export type MarketplaceProviderOfferingsCustomersListData = {
16658
16152
  */
16659
16153
  service_manager_uuid?: string;
16660
16154
  shared?: boolean;
16661
- /**
16662
- * * `Draft` - Draft
16663
- * * `Active` - Active
16664
- * * `Paused` - Paused
16665
- * * `Archived` - Archived
16666
- */
16667
16155
  state?: Array<'Active' | 'Archived' | 'Draft' | 'Paused'>;
16668
16156
  type?: Array<string>;
16669
16157
  };
16670
16158
  url: '/api/marketplace-provider-offerings/{uuid}/customers/';
16671
16159
  };
16672
16160
  export type MarketplaceProviderOfferingsCustomersListResponses = {
16673
- 200: PaginatedProviderOfferingCustomerList;
16161
+ 200: Array<ProviderOfferingCustomer>;
16674
16162
  };
16675
16163
  export type MarketplaceProviderOfferingsCustomersListResponse = MarketplaceProviderOfferingsCustomersListResponses[keyof MarketplaceProviderOfferingsCustomersListResponses];
16676
16164
  export type MarketplaceProviderOfferingsDeleteEndpointData = {
@@ -16810,20 +16298,7 @@ export type MarketplaceProviderOfferingsImportableResourcesListData = {
16810
16298
  /**
16811
16299
  * Ordering
16812
16300
  *
16813
- * * `name` - Name
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)
16301
+ *
16827
16302
  */
16828
16303
  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
16304
  organization_group_uuid?: Array<string>;
@@ -16849,19 +16324,13 @@ export type MarketplaceProviderOfferingsImportableResourcesListData = {
16849
16324
  */
16850
16325
  service_manager_uuid?: string;
16851
16326
  shared?: boolean;
16852
- /**
16853
- * * `Draft` - Draft
16854
- * * `Active` - Active
16855
- * * `Paused` - Paused
16856
- * * `Archived` - Archived
16857
- */
16858
16327
  state?: Array<'Active' | 'Archived' | 'Draft' | 'Paused'>;
16859
16328
  type?: Array<string>;
16860
16329
  };
16861
16330
  url: '/api/marketplace-provider-offerings/{uuid}/importable_resources/';
16862
16331
  };
16863
16332
  export type MarketplaceProviderOfferingsImportableResourcesListResponses = {
16864
- 200: PaginatedImportableResourceList;
16333
+ 200: Array<ImportableResource>;
16865
16334
  };
16866
16335
  export type MarketplaceProviderOfferingsImportableResourcesListResponse = MarketplaceProviderOfferingsImportableResourcesListResponses[keyof MarketplaceProviderOfferingsImportableResourcesListResponses];
16867
16336
  export type MarketplaceProviderOfferingsListCustomerProjectsListData = {
@@ -16894,20 +16363,7 @@ export type MarketplaceProviderOfferingsListCustomerProjectsListData = {
16894
16363
  /**
16895
16364
  * Ordering
16896
16365
  *
16897
- * * `name` - Name
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)
16366
+ *
16911
16367
  */
16912
16368
  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
16369
  organization_group_uuid?: Array<string>;
@@ -16933,19 +16389,13 @@ export type MarketplaceProviderOfferingsListCustomerProjectsListData = {
16933
16389
  */
16934
16390
  service_manager_uuid?: string;
16935
16391
  shared?: boolean;
16936
- /**
16937
- * * `Draft` - Draft
16938
- * * `Active` - Active
16939
- * * `Paused` - Paused
16940
- * * `Archived` - Archived
16941
- */
16942
16392
  state?: Array<'Active' | 'Archived' | 'Draft' | 'Paused'>;
16943
16393
  type?: Array<string>;
16944
16394
  };
16945
16395
  url: '/api/marketplace-provider-offerings/{uuid}/list_customer_projects/';
16946
16396
  };
16947
16397
  export type MarketplaceProviderOfferingsListCustomerProjectsListResponses = {
16948
- 200: PaginatedProjectList;
16398
+ 200: Array<Project>;
16949
16399
  };
16950
16400
  export type MarketplaceProviderOfferingsListCustomerProjectsListResponse = MarketplaceProviderOfferingsListCustomerProjectsListResponses[keyof MarketplaceProviderOfferingsListCustomerProjectsListResponses];
16951
16401
  export type MarketplaceProviderOfferingsListCustomerUsersListData = {
@@ -16978,20 +16428,7 @@ export type MarketplaceProviderOfferingsListCustomerUsersListData = {
16978
16428
  /**
16979
16429
  * Ordering
16980
16430
  *
16981
- * * `name` - Name
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)
16431
+ *
16995
16432
  */
16996
16433
  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
16434
  organization_group_uuid?: Array<string>;
@@ -17017,19 +16454,13 @@ export type MarketplaceProviderOfferingsListCustomerUsersListData = {
17017
16454
  */
17018
16455
  service_manager_uuid?: string;
17019
16456
  shared?: boolean;
17020
- /**
17021
- * * `Draft` - Draft
17022
- * * `Active` - Active
17023
- * * `Paused` - Paused
17024
- * * `Archived` - Archived
17025
- */
17026
16457
  state?: Array<'Active' | 'Archived' | 'Draft' | 'Paused'>;
17027
16458
  type?: Array<string>;
17028
16459
  };
17029
16460
  url: '/api/marketplace-provider-offerings/{uuid}/list_customer_users/';
17030
16461
  };
17031
16462
  export type MarketplaceProviderOfferingsListCustomerUsersListResponses = {
17032
- 200: PaginatedUserList;
16463
+ 200: Array<User>;
17033
16464
  };
17034
16465
  export type MarketplaceProviderOfferingsListCustomerUsersListResponse = MarketplaceProviderOfferingsListCustomerUsersListResponses[keyof MarketplaceProviderOfferingsListCustomerUsersListResponses];
17035
16466
  export type MarketplaceProviderOfferingsListUsersListData = {
@@ -17106,12 +16537,6 @@ export type MarketplaceProviderOfferingsListUsersListData = {
17106
16537
  */
17107
16538
  service_manager_uuid?: string;
17108
16539
  shared?: boolean;
17109
- /**
17110
- * * `Draft` - Draft
17111
- * * `Active` - Active
17112
- * * `Paused` - Paused
17113
- * * `Archived` - Archived
17114
- */
17115
16540
  state?: Array<'Active' | 'Archived' | 'Draft' | 'Paused'>;
17116
16541
  type?: Array<string>;
17117
16542
  /**
@@ -17134,7 +16559,7 @@ export type MarketplaceProviderOfferingsListUsersListData = {
17134
16559
  url: '/api/marketplace-provider-offerings/{uuid}/list_users/';
17135
16560
  };
17136
16561
  export type MarketplaceProviderOfferingsListUsersListResponses = {
17137
- 200: PaginatedUserRoleDetailsList;
16562
+ 200: Array<UserRoleDetails>;
17138
16563
  };
17139
16564
  export type MarketplaceProviderOfferingsListUsersListResponse = MarketplaceProviderOfferingsListUsersListResponses[keyof MarketplaceProviderOfferingsListUsersListResponses];
17140
16565
  export type MarketplaceProviderOfferingsPauseData = {
@@ -17439,14 +16864,7 @@ export type MarketplaceProviderResourcesListData = {
17439
16864
  /**
17440
16865
  * Ordering
17441
16866
  *
17442
- * * `name` - Name
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)
16867
+ *
17450
16868
  */
17451
16869
  o?: Array<'-created' | '-name' | '-project_name' | '-state' | 'created' | 'name' | 'project_name' | 'state'>;
17452
16870
  offering?: string;
@@ -17479,14 +16897,6 @@ export type MarketplaceProviderResourcesListData = {
17479
16897
  * Service Manager UUID
17480
16898
  */
17481
16899
  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
16900
  state?: Array<'Creating' | 'Erred' | 'OK' | 'Terminated' | 'Terminating' | 'Updating'>;
17491
16901
  /**
17492
16902
  * Visible to username
@@ -17496,7 +16906,7 @@ export type MarketplaceProviderResourcesListData = {
17496
16906
  url: '/api/marketplace-provider-resources/';
17497
16907
  };
17498
16908
  export type MarketplaceProviderResourcesListResponses = {
17499
- 200: PaginatedResourceList;
16909
+ 200: Array<Resource>;
17500
16910
  };
17501
16911
  export type MarketplaceProviderResourcesListResponse = MarketplaceProviderResourcesListResponses[keyof MarketplaceProviderResourcesListResponses];
17502
16912
  export type MarketplaceProviderResourcesRetrieveData = {
@@ -17618,14 +17028,7 @@ export type MarketplaceProviderResourcesOfferingForSubresourcesListData = {
17618
17028
  /**
17619
17029
  * Ordering
17620
17030
  *
17621
- * * `name` - Name
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)
17031
+ *
17629
17032
  */
17630
17033
  o?: Array<'-created' | '-name' | '-project_name' | '-state' | 'created' | 'name' | 'project_name' | 'state'>;
17631
17034
  offering?: string;
@@ -17650,14 +17053,6 @@ export type MarketplaceProviderResourcesOfferingForSubresourcesListData = {
17650
17053
  * Service Manager UUID
17651
17054
  */
17652
17055
  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
17056
  state?: Array<'Creating' | 'Erred' | 'OK' | 'Terminated' | 'Terminating' | 'Updating'>;
17662
17057
  /**
17663
17058
  * Visible to username
@@ -17701,14 +17096,7 @@ export type MarketplaceProviderResourcesPlanPeriodsListData = {
17701
17096
  /**
17702
17097
  * Ordering
17703
17098
  *
17704
- * * `name` - Name
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)
17099
+ *
17712
17100
  */
17713
17101
  o?: Array<'-created' | '-name' | '-project_name' | '-state' | 'created' | 'name' | 'project_name' | 'state'>;
17714
17102
  offering?: string;
@@ -17733,14 +17121,6 @@ export type MarketplaceProviderResourcesPlanPeriodsListData = {
17733
17121
  * Service Manager UUID
17734
17122
  */
17735
17123
  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
17124
  state?: Array<'Creating' | 'Erred' | 'OK' | 'Terminated' | 'Terminating' | 'Updating'>;
17745
17125
  /**
17746
17126
  * Visible to username
@@ -17964,20 +17344,7 @@ export type MarketplacePublicOfferingsListData = {
17964
17344
  /**
17965
17345
  * Ordering
17966
17346
  *
17967
- * * `name` - Name
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)
17347
+ *
17981
17348
  */
17982
17349
  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
17350
  organization_group_uuid?: Array<string>;
@@ -18003,19 +17370,13 @@ export type MarketplacePublicOfferingsListData = {
18003
17370
  */
18004
17371
  service_manager_uuid?: string;
18005
17372
  shared?: boolean;
18006
- /**
18007
- * * `Draft` - Draft
18008
- * * `Active` - Active
18009
- * * `Paused` - Paused
18010
- * * `Archived` - Archived
18011
- */
18012
17373
  state?: Array<'Active' | 'Archived' | 'Draft' | 'Paused'>;
18013
17374
  type?: Array<string>;
18014
17375
  };
18015
17376
  url: '/api/marketplace-public-offerings/';
18016
17377
  };
18017
17378
  export type MarketplacePublicOfferingsListResponses = {
18018
- 200: PaginatedPublicOfferingDetailsList;
17379
+ 200: Array<PublicOfferingDetails>;
18019
17380
  };
18020
17381
  export type MarketplacePublicOfferingsListResponse = MarketplacePublicOfferingsListResponses[keyof MarketplacePublicOfferingsListResponses];
18021
17382
  export type MarketplacePublicOfferingsRetrieveData = {
@@ -18077,7 +17438,7 @@ export type MarketplaceRelatedCustomersListData = {
18077
17438
  url: '/api/marketplace-related-customers/{customer_uuid}/';
18078
17439
  };
18079
17440
  export type MarketplaceRelatedCustomersListResponses = {
18080
- 200: PaginatedBasicCustomerList;
17441
+ 200: Array<BasicCustomer>;
18081
17442
  };
18082
17443
  export type MarketplaceRelatedCustomersListResponse = MarketplaceRelatedCustomersListResponses[keyof MarketplaceRelatedCustomersListResponses];
18083
17444
  export type MarketplaceRemoteSynchronisationsListData = {
@@ -18096,7 +17457,7 @@ export type MarketplaceRemoteSynchronisationsListData = {
18096
17457
  url: '/api/marketplace-remote-synchronisations/';
18097
17458
  };
18098
17459
  export type MarketplaceRemoteSynchronisationsListResponses = {
18099
- 200: PaginatedRemoteSynchronisationList;
17460
+ 200: Array<RemoteSynchronisation>;
18100
17461
  };
18101
17462
  export type MarketplaceRemoteSynchronisationsListResponse = MarketplaceRemoteSynchronisationsListResponses[keyof MarketplaceRemoteSynchronisationsListResponses];
18102
17463
  export type MarketplaceRemoteSynchronisationsCreateData = {
@@ -18192,7 +17553,7 @@ export type MarketplaceResourceOfferingsListData = {
18192
17553
  url: '/api/marketplace-resource-offerings/{category_uuid}/';
18193
17554
  };
18194
17555
  export type MarketplaceResourceOfferingsListResponses = {
18195
- 200: PaginatedResourceOfferingList;
17556
+ 200: Array<ResourceOffering>;
18196
17557
  };
18197
17558
  export type MarketplaceResourceOfferingsListResponse = MarketplaceResourceOfferingsListResponses[keyof MarketplaceResourceOfferingsListResponses];
18198
17559
  export type MarketplaceResourceUsersListData = {
@@ -18216,7 +17577,7 @@ export type MarketplaceResourceUsersListData = {
18216
17577
  url: '/api/marketplace-resource-users/';
18217
17578
  };
18218
17579
  export type MarketplaceResourceUsersListResponses = {
18219
- 200: PaginatedResourceUserList;
17580
+ 200: Array<ResourceUser>;
18220
17581
  };
18221
17582
  export type MarketplaceResourceUsersListResponse = MarketplaceResourceUsersListResponses[keyof MarketplaceResourceUsersListResponses];
18222
17583
  export type MarketplaceResourceUsersCreateData = {
@@ -18286,14 +17647,7 @@ export type MarketplaceResourcesListData = {
18286
17647
  /**
18287
17648
  * Ordering
18288
17649
  *
18289
- * * `name` - Name
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)
17650
+ *
18297
17651
  */
18298
17652
  o?: Array<'-created' | '-name' | '-project_name' | '-state' | 'created' | 'name' | 'project_name' | 'state'>;
18299
17653
  offering?: string;
@@ -18326,14 +17680,6 @@ export type MarketplaceResourcesListData = {
18326
17680
  * Service Manager UUID
18327
17681
  */
18328
17682
  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
17683
  state?: Array<'Creating' | 'Erred' | 'OK' | 'Terminated' | 'Terminating' | 'Updating'>;
18338
17684
  /**
18339
17685
  * Visible to username
@@ -18343,7 +17689,7 @@ export type MarketplaceResourcesListData = {
18343
17689
  url: '/api/marketplace-resources/';
18344
17690
  };
18345
17691
  export type MarketplaceResourcesListResponses = {
18346
- 200: PaginatedResourceList;
17692
+ 200: Array<Resource>;
18347
17693
  };
18348
17694
  export type MarketplaceResourcesListResponse = MarketplaceResourcesListResponses[keyof MarketplaceResourcesListResponses];
18349
17695
  export type MarketplaceResourcesRetrieveData = {
@@ -18465,14 +17811,7 @@ export type MarketplaceResourcesOfferingForSubresourcesListData = {
18465
17811
  /**
18466
17812
  * Ordering
18467
17813
  *
18468
- * * `name` - Name
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)
17814
+ *
18476
17815
  */
18477
17816
  o?: Array<'-created' | '-name' | '-project_name' | '-state' | 'created' | 'name' | 'project_name' | 'state'>;
18478
17817
  offering?: string;
@@ -18497,14 +17836,6 @@ export type MarketplaceResourcesOfferingForSubresourcesListData = {
18497
17836
  * Service Manager UUID
18498
17837
  */
18499
17838
  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
17839
  state?: Array<'Creating' | 'Erred' | 'OK' | 'Terminated' | 'Terminating' | 'Updating'>;
18509
17840
  /**
18510
17841
  * Visible to username
@@ -18548,14 +17879,7 @@ export type MarketplaceResourcesPlanPeriodsListData = {
18548
17879
  /**
18549
17880
  * Ordering
18550
17881
  *
18551
- * * `name` - Name
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)
17882
+ *
18559
17883
  */
18560
17884
  o?: Array<'-created' | '-name' | '-project_name' | '-state' | 'created' | 'name' | 'project_name' | 'state'>;
18561
17885
  offering?: string;
@@ -18580,14 +17904,6 @@ export type MarketplaceResourcesPlanPeriodsListData = {
18580
17904
  * Service Manager UUID
18581
17905
  */
18582
17906
  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
17907
  state?: Array<'Creating' | 'Erred' | 'OK' | 'Terminated' | 'Terminating' | 'Updating'>;
18592
17908
  /**
18593
17909
  * Visible to username
@@ -18734,7 +18050,7 @@ export type MarketplaceRobotAccountsListData = {
18734
18050
  url: '/api/marketplace-robot-accounts/';
18735
18051
  };
18736
18052
  export type MarketplaceRobotAccountsListResponses = {
18737
- 200: PaginatedRobotAccountDetailsList;
18053
+ 200: Array<RobotAccountDetails>;
18738
18054
  };
18739
18055
  export type MarketplaceRobotAccountsListResponse = MarketplaceRobotAccountsListResponses[keyof MarketplaceRobotAccountsListResponses];
18740
18056
  export type MarketplaceRobotAccountsCreateData = {
@@ -18824,10 +18140,7 @@ export type MarketplaceScreenshotsListData = {
18824
18140
  /**
18825
18141
  * Ordering
18826
18142
  *
18827
- * * `name` - Name
18828
- * * `-name` - Name (descending)
18829
- * * `created` - Created
18830
- * * `-created` - Created (descending)
18143
+ *
18831
18144
  */
18832
18145
  o?: Array<'-created' | '-name' | 'created' | 'name'>;
18833
18146
  offering?: string;
@@ -18845,7 +18158,7 @@ export type MarketplaceScreenshotsListData = {
18845
18158
  url: '/api/marketplace-screenshots/';
18846
18159
  };
18847
18160
  export type MarketplaceScreenshotsListResponses = {
18848
- 200: PaginatedScreenshotList;
18161
+ 200: Array<Screenshot>;
18849
18162
  };
18850
18163
  export type MarketplaceScreenshotsListResponse = MarketplaceScreenshotsListResponses[keyof MarketplaceScreenshotsListResponses];
18851
18164
  export type MarketplaceScreenshotsCreateData = {
@@ -18925,7 +18238,7 @@ export type MarketplaceScriptAsyncDryRunListData = {
18925
18238
  url: '/api/marketplace-script-async-dry-run/';
18926
18239
  };
18927
18240
  export type MarketplaceScriptAsyncDryRunListResponses = {
18928
- 200: PaginatedDryRunList;
18241
+ 200: Array<DryRun>;
18929
18242
  };
18930
18243
  export type MarketplaceScriptAsyncDryRunListResponse = MarketplaceScriptAsyncDryRunListResponses[keyof MarketplaceScriptAsyncDryRunListResponses];
18931
18244
  export type MarketplaceScriptAsyncDryRunRetrieveData = {
@@ -18998,7 +18311,7 @@ export type MarketplaceSectionsListData = {
18998
18311
  url: '/api/marketplace-sections/';
18999
18312
  };
19000
18313
  export type MarketplaceSectionsListResponses = {
19001
- 200: PaginatedSectionList;
18314
+ 200: Array<Section>;
19002
18315
  };
19003
18316
  export type MarketplaceSectionsListResponse = MarketplaceSectionsListResponses[keyof MarketplaceSectionsListResponses];
19004
18317
  export type MarketplaceSectionsCreateData = {
@@ -19085,8 +18398,7 @@ export type MarketplaceServiceProvidersListData = {
19085
18398
  /**
19086
18399
  * Ordering
19087
18400
  *
19088
- * * `customer_name` - Customer name
19089
- * * `-customer_name` - Customer name (descending)
18401
+ *
19090
18402
  */
19091
18403
  o?: Array<'-customer_name' | 'customer_name'>;
19092
18404
  /**
@@ -19101,7 +18413,7 @@ export type MarketplaceServiceProvidersListData = {
19101
18413
  url: '/api/marketplace-service-providers/';
19102
18414
  };
19103
18415
  export type MarketplaceServiceProvidersListResponses = {
19104
- 200: PaginatedServiceProviderList;
18416
+ 200: Array<ServiceProvider>;
19105
18417
  };
19106
18418
  export type MarketplaceServiceProvidersListResponse = MarketplaceServiceProvidersListResponses[keyof MarketplaceServiceProvidersListResponses];
19107
18419
  export type MarketplaceServiceProvidersCreateData = {
@@ -19217,8 +18529,7 @@ export type MarketplaceServiceProvidersCustomerProjectsListData = {
19217
18529
  /**
19218
18530
  * Ordering
19219
18531
  *
19220
- * * `customer_name` - Customer name
19221
- * * `-customer_name` - Customer name (descending)
18532
+ *
19222
18533
  */
19223
18534
  o?: Array<'-customer_name' | 'customer_name'>;
19224
18535
  /**
@@ -19233,7 +18544,7 @@ export type MarketplaceServiceProvidersCustomerProjectsListData = {
19233
18544
  url: '/api/marketplace-service-providers/{uuid}/customer_projects/';
19234
18545
  };
19235
18546
  export type MarketplaceServiceProvidersCustomerProjectsListResponses = {
19236
- 200: PaginatedProviderCustomerProjectList;
18547
+ 200: Array<ProviderCustomerProject>;
19237
18548
  };
19238
18549
  export type MarketplaceServiceProvidersCustomerProjectsListResponse = MarketplaceServiceProvidersCustomerProjectsListResponses[keyof MarketplaceServiceProvidersCustomerProjectsListResponses];
19239
18550
  export type MarketplaceServiceProvidersCustomersListData = {
@@ -19248,8 +18559,7 @@ export type MarketplaceServiceProvidersCustomersListData = {
19248
18559
  /**
19249
18560
  * Ordering
19250
18561
  *
19251
- * * `customer_name` - Customer name
19252
- * * `-customer_name` - Customer name (descending)
18562
+ *
19253
18563
  */
19254
18564
  o?: Array<'-customer_name' | 'customer_name'>;
19255
18565
  /**
@@ -19264,7 +18574,7 @@ export type MarketplaceServiceProvidersCustomersListData = {
19264
18574
  url: '/api/marketplace-service-providers/{uuid}/customers/';
19265
18575
  };
19266
18576
  export type MarketplaceServiceProvidersCustomersListResponses = {
19267
- 200: PaginatedProviderCustomerList;
18577
+ 200: Array<ProviderCustomer>;
19268
18578
  };
19269
18579
  export type MarketplaceServiceProvidersCustomersListResponse = MarketplaceServiceProvidersCustomersListResponses[keyof MarketplaceServiceProvidersCustomersListResponses];
19270
18580
  export type MarketplaceServiceProvidersDeleteUserData = {
@@ -19293,8 +18603,7 @@ export type MarketplaceServiceProvidersKeysListData = {
19293
18603
  /**
19294
18604
  * Ordering
19295
18605
  *
19296
- * * `customer_name` - Customer name
19297
- * * `-customer_name` - Customer name (descending)
18606
+ *
19298
18607
  */
19299
18608
  o?: Array<'-customer_name' | 'customer_name'>;
19300
18609
  /**
@@ -19309,7 +18618,7 @@ export type MarketplaceServiceProvidersKeysListData = {
19309
18618
  url: '/api/marketplace-service-providers/{uuid}/keys/';
19310
18619
  };
19311
18620
  export type MarketplaceServiceProvidersKeysListResponses = {
19312
- 200: PaginatedSshKeyList;
18621
+ 200: Array<SshKey>;
19313
18622
  };
19314
18623
  export type MarketplaceServiceProvidersKeysListResponse = MarketplaceServiceProvidersKeysListResponses[keyof MarketplaceServiceProvidersKeysListResponses];
19315
18624
  export type MarketplaceServiceProvidersListUsersListData = {
@@ -19373,7 +18682,7 @@ export type MarketplaceServiceProvidersListUsersListData = {
19373
18682
  url: '/api/marketplace-service-providers/{uuid}/list_users/';
19374
18683
  };
19375
18684
  export type MarketplaceServiceProvidersListUsersListResponses = {
19376
- 200: PaginatedUserRoleDetailsList;
18685
+ 200: Array<UserRoleDetails>;
19377
18686
  };
19378
18687
  export type MarketplaceServiceProvidersListUsersListResponse = MarketplaceServiceProvidersListUsersListResponses[keyof MarketplaceServiceProvidersListUsersListResponses];
19379
18688
  export type MarketplaceServiceProvidersOfferingsListData = {
@@ -19471,7 +18780,7 @@ export type MarketplaceServiceProvidersOfferingsListData = {
19471
18780
  url: '/api/marketplace-service-providers/{uuid}/offerings/';
19472
18781
  };
19473
18782
  export type MarketplaceServiceProvidersOfferingsListResponses = {
19474
- 200: PaginatedProviderOfferingList;
18783
+ 200: Array<ProviderOffering>;
19475
18784
  };
19476
18785
  export type MarketplaceServiceProvidersOfferingsListResponse = MarketplaceServiceProvidersOfferingsListResponses[keyof MarketplaceServiceProvidersOfferingsListResponses];
19477
18786
  export type MarketplaceServiceProvidersProjectPermissionsListData = {
@@ -19486,8 +18795,7 @@ export type MarketplaceServiceProvidersProjectPermissionsListData = {
19486
18795
  /**
19487
18796
  * Ordering
19488
18797
  *
19489
- * * `customer_name` - Customer name
19490
- * * `-customer_name` - Customer name (descending)
18798
+ *
19491
18799
  */
19492
18800
  o?: Array<'-customer_name' | 'customer_name'>;
19493
18801
  /**
@@ -19502,7 +18810,7 @@ export type MarketplaceServiceProvidersProjectPermissionsListData = {
19502
18810
  url: '/api/marketplace-service-providers/{uuid}/project_permissions/';
19503
18811
  };
19504
18812
  export type MarketplaceServiceProvidersProjectPermissionsListResponses = {
19505
- 200: PaginatedProjectPermissionLogList;
18813
+ 200: Array<ProjectPermissionLog>;
19506
18814
  };
19507
18815
  export type MarketplaceServiceProvidersProjectPermissionsListResponse = MarketplaceServiceProvidersProjectPermissionsListResponses[keyof MarketplaceServiceProvidersProjectPermissionsListResponses];
19508
18816
  export type MarketplaceServiceProvidersProjectsListData = {
@@ -19517,8 +18825,7 @@ export type MarketplaceServiceProvidersProjectsListData = {
19517
18825
  /**
19518
18826
  * Ordering
19519
18827
  *
19520
- * * `customer_name` - Customer name
19521
- * * `-customer_name` - Customer name (descending)
18828
+ *
19522
18829
  */
19523
18830
  o?: Array<'-customer_name' | 'customer_name'>;
19524
18831
  /**
@@ -19533,7 +18840,7 @@ export type MarketplaceServiceProvidersProjectsListData = {
19533
18840
  url: '/api/marketplace-service-providers/{uuid}/projects/';
19534
18841
  };
19535
18842
  export type MarketplaceServiceProvidersProjectsListResponses = {
19536
- 200: PaginatedProjectList;
18843
+ 200: Array<Project>;
19537
18844
  };
19538
18845
  export type MarketplaceServiceProvidersProjectsListResponse = MarketplaceServiceProvidersProjectsListResponses[keyof MarketplaceServiceProvidersProjectsListResponses];
19539
18846
  export type MarketplaceServiceProvidersRevenueListData = {
@@ -19548,8 +18855,7 @@ export type MarketplaceServiceProvidersRevenueListData = {
19548
18855
  /**
19549
18856
  * Ordering
19550
18857
  *
19551
- * * `customer_name` - Customer name
19552
- * * `-customer_name` - Customer name (descending)
18858
+ *
19553
18859
  */
19554
18860
  o?: Array<'-customer_name' | 'customer_name'>;
19555
18861
  /**
@@ -19564,7 +18870,7 @@ export type MarketplaceServiceProvidersRevenueListData = {
19564
18870
  url: '/api/marketplace-service-providers/{uuid}/revenue/';
19565
18871
  };
19566
18872
  export type MarketplaceServiceProvidersRevenueListResponses = {
19567
- 200: PaginatedServiceProviderRevenuesList;
18873
+ 200: Array<ServiceProviderRevenues>;
19568
18874
  };
19569
18875
  export type MarketplaceServiceProvidersRevenueListResponse = MarketplaceServiceProvidersRevenueListResponses[keyof MarketplaceServiceProvidersRevenueListResponses];
19570
18876
  export type MarketplaceServiceProvidersRobotAccountCustomersListData = {
@@ -19580,8 +18886,7 @@ export type MarketplaceServiceProvidersRobotAccountCustomersListData = {
19580
18886
  /**
19581
18887
  * Ordering
19582
18888
  *
19583
- * * `customer_name` - Customer name
19584
- * * `-customer_name` - Customer name (descending)
18889
+ *
19585
18890
  */
19586
18891
  o?: Array<'-customer_name' | 'customer_name'>;
19587
18892
  /**
@@ -19596,7 +18901,7 @@ export type MarketplaceServiceProvidersRobotAccountCustomersListData = {
19596
18901
  url: '/api/marketplace-service-providers/{uuid}/robot_account_customers/';
19597
18902
  };
19598
18903
  export type MarketplaceServiceProvidersRobotAccountCustomersListResponses = {
19599
- 200: PaginatedNameUuidList;
18904
+ 200: Array<NameUuid>;
19600
18905
  };
19601
18906
  export type MarketplaceServiceProvidersRobotAccountCustomersListResponse = MarketplaceServiceProvidersRobotAccountCustomersListResponses[keyof MarketplaceServiceProvidersRobotAccountCustomersListResponses];
19602
18907
  export type MarketplaceServiceProvidersRobotAccountProjectsListData = {
@@ -19611,8 +18916,7 @@ export type MarketplaceServiceProvidersRobotAccountProjectsListData = {
19611
18916
  /**
19612
18917
  * Ordering
19613
18918
  *
19614
- * * `customer_name` - Customer name
19615
- * * `-customer_name` - Customer name (descending)
18919
+ *
19616
18920
  */
19617
18921
  o?: Array<'-customer_name' | 'customer_name'>;
19618
18922
  /**
@@ -19628,7 +18932,7 @@ export type MarketplaceServiceProvidersRobotAccountProjectsListData = {
19628
18932
  url: '/api/marketplace-service-providers/{uuid}/robot_account_projects/';
19629
18933
  };
19630
18934
  export type MarketplaceServiceProvidersRobotAccountProjectsListResponses = {
19631
- 200: PaginatedNameUuidList;
18935
+ 200: Array<NameUuid>;
19632
18936
  };
19633
18937
  export type MarketplaceServiceProvidersRobotAccountProjectsListResponse = MarketplaceServiceProvidersRobotAccountProjectsListResponses[keyof MarketplaceServiceProvidersRobotAccountProjectsListResponses];
19634
18938
  export type MarketplaceServiceProvidersSetOfferingsUsernameData = {
@@ -19681,8 +18985,7 @@ export type MarketplaceServiceProvidersUserCustomersListData = {
19681
18985
  /**
19682
18986
  * Ordering
19683
18987
  *
19684
- * * `customer_name` - Customer name
19685
- * * `-customer_name` - Customer name (descending)
18988
+ *
19686
18989
  */
19687
18990
  o?: Array<'-customer_name' | 'customer_name'>;
19688
18991
  /**
@@ -19697,7 +19000,7 @@ export type MarketplaceServiceProvidersUserCustomersListData = {
19697
19000
  url: '/api/marketplace-service-providers/{uuid}/user_customers/';
19698
19001
  };
19699
19002
  export type MarketplaceServiceProvidersUserCustomersListResponses = {
19700
- 200: PaginatedProviderCustomerList;
19003
+ 200: Array<ProviderCustomer>;
19701
19004
  };
19702
19005
  export type MarketplaceServiceProvidersUserCustomersListResponse = MarketplaceServiceProvidersUserCustomersListResponses[keyof MarketplaceServiceProvidersUserCustomersListResponses];
19703
19006
  export type MarketplaceServiceProvidersUsersListData = {
@@ -19712,8 +19015,7 @@ export type MarketplaceServiceProvidersUsersListData = {
19712
19015
  /**
19713
19016
  * Ordering
19714
19017
  *
19715
- * * `customer_name` - Customer name
19716
- * * `-customer_name` - Customer name (descending)
19018
+ *
19717
19019
  */
19718
19020
  o?: Array<'-customer_name' | 'customer_name'>;
19719
19021
  /**
@@ -19728,7 +19030,7 @@ export type MarketplaceServiceProvidersUsersListData = {
19728
19030
  url: '/api/marketplace-service-providers/{uuid}/users/';
19729
19031
  };
19730
19032
  export type MarketplaceServiceProvidersUsersListResponses = {
19731
- 200: PaginatedDetailedProviderUserList;
19033
+ 200: Array<DetailedProviderUser>;
19732
19034
  };
19733
19035
  export type MarketplaceServiceProvidersUsersListResponse = MarketplaceServiceProvidersUsersListResponses[keyof MarketplaceServiceProvidersUsersListResponses];
19734
19036
  export type MarketplaceStatsComponentUsagesRetrieveData = {
@@ -19783,7 +19085,7 @@ export type MarketplaceStatsCountActiveResourcesGroupedByOfferingListData = {
19783
19085
  url: '/api/marketplace-stats/count_active_resources_grouped_by_offering/';
19784
19086
  };
19785
19087
  export type MarketplaceStatsCountActiveResourcesGroupedByOfferingListResponses = {
19786
- 200: PaginatedOfferingStatsList;
19088
+ 200: Array<OfferingStats>;
19787
19089
  };
19788
19090
  export type MarketplaceStatsCountActiveResourcesGroupedByOfferingListResponse = MarketplaceStatsCountActiveResourcesGroupedByOfferingListResponses[keyof MarketplaceStatsCountActiveResourcesGroupedByOfferingListResponses];
19789
19091
  export type MarketplaceStatsCountActiveResourcesGroupedByOfferingCountryListData = {
@@ -19802,7 +19104,7 @@ export type MarketplaceStatsCountActiveResourcesGroupedByOfferingCountryListData
19802
19104
  url: '/api/marketplace-stats/count_active_resources_grouped_by_offering_country/';
19803
19105
  };
19804
19106
  export type MarketplaceStatsCountActiveResourcesGroupedByOfferingCountryListResponses = {
19805
- 200: PaginatedOfferingCountryStatsList;
19107
+ 200: Array<OfferingCountryStats>;
19806
19108
  };
19807
19109
  export type MarketplaceStatsCountActiveResourcesGroupedByOfferingCountryListResponse = MarketplaceStatsCountActiveResourcesGroupedByOfferingCountryListResponses[keyof MarketplaceStatsCountActiveResourcesGroupedByOfferingCountryListResponses];
19808
19110
  export type MarketplaceStatsCountActiveResourcesGroupedByOrganizationGroupListData = {
@@ -19821,7 +19123,7 @@ export type MarketplaceStatsCountActiveResourcesGroupedByOrganizationGroupListDa
19821
19123
  url: '/api/marketplace-stats/count_active_resources_grouped_by_organization_group/';
19822
19124
  };
19823
19125
  export type MarketplaceStatsCountActiveResourcesGroupedByOrganizationGroupListResponses = {
19824
- 200: PaginatedCountStatsList;
19126
+ 200: Array<CountStats>;
19825
19127
  };
19826
19128
  export type MarketplaceStatsCountActiveResourcesGroupedByOrganizationGroupListResponse = MarketplaceStatsCountActiveResourcesGroupedByOrganizationGroupListResponses[keyof MarketplaceStatsCountActiveResourcesGroupedByOrganizationGroupListResponses];
19827
19129
  export type MarketplaceStatsCountProjectsGroupedByProviderAndIndustryFlagListData = {
@@ -19840,7 +19142,7 @@ export type MarketplaceStatsCountProjectsGroupedByProviderAndIndustryFlagListDat
19840
19142
  url: '/api/marketplace-stats/count_projects_grouped_by_provider_and_industry_flag/';
19841
19143
  };
19842
19144
  export type MarketplaceStatsCountProjectsGroupedByProviderAndIndustryFlagListResponses = {
19843
- 200: PaginatedCustomerIndustryFlagStatsList;
19145
+ 200: Array<CustomerIndustryFlagStats>;
19844
19146
  };
19845
19147
  export type MarketplaceStatsCountProjectsGroupedByProviderAndIndustryFlagListResponse = MarketplaceStatsCountProjectsGroupedByProviderAndIndustryFlagListResponses[keyof MarketplaceStatsCountProjectsGroupedByProviderAndIndustryFlagListResponses];
19846
19148
  export type MarketplaceStatsCountProjectsGroupedByProviderAndOecdListData = {
@@ -19859,7 +19161,7 @@ export type MarketplaceStatsCountProjectsGroupedByProviderAndOecdListData = {
19859
19161
  url: '/api/marketplace-stats/count_projects_grouped_by_provider_and_oecd/';
19860
19162
  };
19861
19163
  export type MarketplaceStatsCountProjectsGroupedByProviderAndOecdListResponses = {
19862
- 200: PaginatedCustomerOecdCodeStatsList;
19164
+ 200: Array<CustomerOecdCodeStats>;
19863
19165
  };
19864
19166
  export type MarketplaceStatsCountProjectsGroupedByProviderAndOecdListResponse = MarketplaceStatsCountProjectsGroupedByProviderAndOecdListResponses[keyof MarketplaceStatsCountProjectsGroupedByProviderAndOecdListResponses];
19865
19167
  export type MarketplaceStatsCountProjectsOfServiceProvidersRetrieveData = {
@@ -19926,7 +19228,7 @@ export type MarketplaceStatsCustomerMemberCountListData = {
19926
19228
  url: '/api/marketplace-stats/customer_member_count/';
19927
19229
  };
19928
19230
  export type MarketplaceStatsCustomerMemberCountListResponses = {
19929
- 200: PaginatedCustomerMemberCountList;
19231
+ 200: Array<CustomerMemberCount>;
19930
19232
  };
19931
19233
  export type MarketplaceStatsCustomerMemberCountListResponse = MarketplaceStatsCustomerMemberCountListResponses[keyof MarketplaceStatsCustomerMemberCountListResponses];
19932
19234
  export type MarketplaceStatsOfferingsCounterStatsListData = {
@@ -19945,7 +19247,7 @@ export type MarketplaceStatsOfferingsCounterStatsListData = {
19945
19247
  url: '/api/marketplace-stats/offerings_counter_stats/';
19946
19248
  };
19947
19249
  export type MarketplaceStatsOfferingsCounterStatsListResponses = {
19948
- 200: PaginatedOfferingStatsCounterList;
19250
+ 200: Array<OfferingStatsCounter>;
19949
19251
  };
19950
19252
  export type MarketplaceStatsOfferingsCounterStatsListResponse = MarketplaceStatsOfferingsCounterStatsListResponses[keyof MarketplaceStatsOfferingsCounterStatsListResponses];
19951
19253
  export type MarketplaceStatsOrganizationProjectCountListData = {
@@ -19964,7 +19266,7 @@ export type MarketplaceStatsOrganizationProjectCountListData = {
19964
19266
  url: '/api/marketplace-stats/organization_project_count/';
19965
19267
  };
19966
19268
  export type MarketplaceStatsOrganizationProjectCountListResponses = {
19967
- 200: PaginatedMarketplaceCustomerStatsList;
19269
+ 200: Array<MarketplaceCustomerStats>;
19968
19270
  };
19969
19271
  export type MarketplaceStatsOrganizationProjectCountListResponse = MarketplaceStatsOrganizationProjectCountListResponses[keyof MarketplaceStatsOrganizationProjectCountListResponses];
19970
19272
  export type MarketplaceStatsOrganizationResourceCountListData = {
@@ -19983,7 +19285,7 @@ export type MarketplaceStatsOrganizationResourceCountListData = {
19983
19285
  url: '/api/marketplace-stats/organization_resource_count/';
19984
19286
  };
19985
19287
  export type MarketplaceStatsOrganizationResourceCountListResponses = {
19986
- 200: PaginatedMarketplaceCustomerStatsList;
19288
+ 200: Array<MarketplaceCustomerStats>;
19987
19289
  };
19988
19290
  export type MarketplaceStatsOrganizationResourceCountListResponse = MarketplaceStatsOrganizationResourceCountListResponses[keyof MarketplaceStatsOrganizationResourceCountListResponses];
19989
19291
  export type MarketplaceStatsProjectsLimitsGroupedByIndustryFlagRetrieveData = {
@@ -20092,7 +19394,7 @@ export type NotificationMessagesListData = {
20092
19394
  url: '/api/notification-messages/';
20093
19395
  };
20094
19396
  export type NotificationMessagesListResponses = {
20095
- 200: PaginatedNotificationList;
19397
+ 200: Array<Notification>;
20096
19398
  };
20097
19399
  export type NotificationMessagesListResponse = NotificationMessagesListResponses[keyof NotificationMessagesListResponses];
20098
19400
  export type NotificationMessagesCreateData = {
@@ -20126,7 +19428,7 @@ export type NotificationMessagesTemplatesListData = {
20126
19428
  url: '/api/notification-messages-templates/';
20127
19429
  };
20128
19430
  export type NotificationMessagesTemplatesListResponses = {
20129
- 200: PaginatedNotificationTemplateDetailSerializersList;
19431
+ 200: Array<NotificationTemplateDetailSerializers>;
20130
19432
  };
20131
19433
  export type NotificationMessagesTemplatesListResponse = NotificationMessagesTemplatesListResponses[keyof NotificationMessagesTemplatesListResponses];
20132
19434
  export type NotificationMessagesTemplatesCreateData = {
@@ -20313,16 +19615,6 @@ export type OpenstackBackupsListData = {
20313
19615
  project_uuid?: string;
20314
19616
  service_settings_name?: string;
20315
19617
  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
19618
  state?: Array<'CREATING' | 'CREATION_SCHEDULED' | 'DELETING' | 'DELETION_SCHEDULED' | 'ERRED' | 'OK' | 'UPDATE_SCHEDULED' | 'UPDATING'>;
20327
19619
  tenant?: string;
20328
19620
  tenant_uuid?: string;
@@ -20331,7 +19623,7 @@ export type OpenstackBackupsListData = {
20331
19623
  url: '/api/openstack-backups/';
20332
19624
  };
20333
19625
  export type OpenstackBackupsListResponses = {
20334
- 200: PaginatedOpenStackBackupList;
19626
+ 200: Array<OpenStackBackup>;
20335
19627
  };
20336
19628
  export type OpenstackBackupsListResponse = OpenstackBackupsListResponses[keyof OpenstackBackupsListResponses];
20337
19629
  export type OpenstackBackupsDestroyData = {
@@ -20444,12 +19736,7 @@ export type OpenstackFlavorsListData = {
20444
19736
  /**
20445
19737
  * Ordering
20446
19738
  *
20447
- * * `cores` - Cores
20448
- * * `-cores` - Cores (descending)
20449
- * * `ram` - Ram
20450
- * * `-ram` - Ram (descending)
20451
- * * `disk` - Disk
20452
- * * `-disk` - Disk (descending)
19739
+ *
20453
19740
  */
20454
19741
  o?: Array<'-cores' | '-disk' | '-ram' | 'cores' | 'disk' | 'ram'>;
20455
19742
  /**
@@ -20471,7 +19758,7 @@ export type OpenstackFlavorsListData = {
20471
19758
  url: '/api/openstack-flavors/';
20472
19759
  };
20473
19760
  export type OpenstackFlavorsListResponses = {
20474
- 200: PaginatedOpenStackFlavorList;
19761
+ 200: Array<OpenStackFlavor>;
20475
19762
  };
20476
19763
  export type OpenstackFlavorsListResponse = OpenstackFlavorsListResponses[keyof OpenstackFlavorsListResponses];
20477
19764
  export type OpenstackFlavorsRetrieveData = {
@@ -20531,16 +19818,6 @@ export type OpenstackFloatingIpsListData = {
20531
19818
  runtime_state?: string;
20532
19819
  service_settings_name?: string;
20533
19820
  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
19821
  state?: Array<'CREATING' | 'CREATION_SCHEDULED' | 'DELETING' | 'DELETION_SCHEDULED' | 'ERRED' | 'OK' | 'UPDATE_SCHEDULED' | 'UPDATING'>;
20545
19822
  tenant?: string;
20546
19823
  tenant_uuid?: string;
@@ -20549,7 +19826,7 @@ export type OpenstackFloatingIpsListData = {
20549
19826
  url: '/api/openstack-floating-ips/';
20550
19827
  };
20551
19828
  export type OpenstackFloatingIpsListResponses = {
20552
- 200: PaginatedOpenStackFloatingIpList;
19829
+ 200: Array<OpenStackFloatingIp>;
20553
19830
  };
20554
19831
  export type OpenstackFloatingIpsListResponse = OpenstackFloatingIpsListResponses[keyof OpenstackFloatingIpsListResponses];
20555
19832
  export type OpenstackFloatingIpsDestroyData = {
@@ -20673,7 +19950,7 @@ export type OpenstackImagesListData = {
20673
19950
  url: '/api/openstack-images/';
20674
19951
  };
20675
19952
  export type OpenstackImagesListResponses = {
20676
- 200: PaginatedOpenStackImageList;
19953
+ 200: Array<OpenStackImage>;
20677
19954
  };
20678
19955
  export type OpenstackImagesListResponse = OpenstackImagesListResponses[keyof OpenstackImagesListResponses];
20679
19956
  export type OpenstackImagesRetrieveData = {
@@ -20720,7 +19997,7 @@ export type OpenstackInstanceAvailabilityZonesListData = {
20720
19997
  url: '/api/openstack-instance-availability-zones/';
20721
19998
  };
20722
19999
  export type OpenstackInstanceAvailabilityZonesListResponses = {
20723
- 200: PaginatedOpenStackInstanceAvailabilityZoneList;
20000
+ 200: Array<OpenStackInstanceAvailabilityZone>;
20724
20001
  };
20725
20002
  export type OpenstackInstanceAvailabilityZonesListResponse = OpenstackInstanceAvailabilityZonesListResponses[keyof OpenstackInstanceAvailabilityZonesListResponses];
20726
20003
  export type OpenstackInstanceAvailabilityZonesRetrieveData = {
@@ -20766,16 +20043,6 @@ export type OpenstackInstancesListData = {
20766
20043
  runtime_state?: string;
20767
20044
  service_settings_name?: string;
20768
20045
  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
20046
  state?: Array<'CREATING' | 'CREATION_SCHEDULED' | 'DELETING' | 'DELETION_SCHEDULED' | 'ERRED' | 'OK' | 'UPDATE_SCHEDULED' | 'UPDATING'>;
20780
20047
  tenant?: string;
20781
20048
  tenant_uuid?: string;
@@ -20784,7 +20051,7 @@ export type OpenstackInstancesListData = {
20784
20051
  url: '/api/openstack-instances/';
20785
20052
  };
20786
20053
  export type OpenstackInstancesListResponses = {
20787
- 200: PaginatedOpenStackInstanceList;
20054
+ 200: Array<OpenStackInstance>;
20788
20055
  };
20789
20056
  export type OpenstackInstancesListResponse = OpenstackInstancesListResponses[keyof OpenstackInstancesListResponses];
20790
20057
  export type OpenstackInstancesRetrieveData = {
@@ -20909,16 +20176,6 @@ export type OpenstackInstancesFloatingIpsListData = {
20909
20176
  runtime_state?: string;
20910
20177
  service_settings_name?: string;
20911
20178
  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
20179
  state?: Array<'CREATING' | 'CREATION_SCHEDULED' | 'DELETING' | 'DELETION_SCHEDULED' | 'ERRED' | 'OK' | 'UPDATE_SCHEDULED' | 'UPDATING'>;
20923
20180
  tenant?: string;
20924
20181
  tenant_uuid?: string;
@@ -20927,7 +20184,7 @@ export type OpenstackInstancesFloatingIpsListData = {
20927
20184
  url: '/api/openstack-instances/{uuid}/floating_ips/';
20928
20185
  };
20929
20186
  export type OpenstackInstancesFloatingIpsListResponses = {
20930
- 200: PaginatedOpenStackNestedFloatingIpList;
20187
+ 200: Array<OpenStackNestedFloatingIp>;
20931
20188
  };
20932
20189
  export type OpenstackInstancesFloatingIpsListResponse = OpenstackInstancesFloatingIpsListResponses[keyof OpenstackInstancesFloatingIpsListResponses];
20933
20190
  export type OpenstackInstancesPortsListData = {
@@ -20962,16 +20219,6 @@ export type OpenstackInstancesPortsListData = {
20962
20219
  runtime_state?: string;
20963
20220
  service_settings_name?: string;
20964
20221
  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
20222
  state?: Array<'CREATING' | 'CREATION_SCHEDULED' | 'DELETING' | 'DELETION_SCHEDULED' | 'ERRED' | 'OK' | 'UPDATE_SCHEDULED' | 'UPDATING'>;
20976
20223
  tenant?: string;
20977
20224
  tenant_uuid?: string;
@@ -20980,7 +20227,7 @@ export type OpenstackInstancesPortsListData = {
20980
20227
  url: '/api/openstack-instances/{uuid}/ports/';
20981
20228
  };
20982
20229
  export type OpenstackInstancesPortsListResponses = {
20983
- 200: PaginatedOpenStackNestedPortList;
20230
+ 200: Array<OpenStackNestedPort>;
20984
20231
  };
20985
20232
  export type OpenstackInstancesPortsListResponse = OpenstackInstancesPortsListResponses[keyof OpenstackInstancesPortsListResponses];
20986
20233
  export type OpenstackInstancesPullData = {
@@ -21127,7 +20374,7 @@ export type OpenstackMigrationsListData = {
21127
20374
  url: '/api/openstack-migrations/';
21128
20375
  };
21129
20376
  export type OpenstackMigrationsListResponses = {
21130
- 200: PaginatedMigrationDetailsList;
20377
+ 200: Array<MigrationDetails>;
21131
20378
  };
21132
20379
  export type OpenstackMigrationsListResponse = OpenstackMigrationsListResponses[keyof OpenstackMigrationsListResponses];
21133
20380
  export type OpenstackMigrationsCreateData = {
@@ -21234,16 +20481,6 @@ export type OpenstackNetworksListData = {
21234
20481
  project_uuid?: string;
21235
20482
  service_settings_name?: string;
21236
20483
  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
20484
  state?: Array<'CREATING' | 'CREATION_SCHEDULED' | 'DELETING' | 'DELETION_SCHEDULED' | 'ERRED' | 'OK' | 'UPDATE_SCHEDULED' | 'UPDATING'>;
21248
20485
  tenant?: string;
21249
20486
  tenant_uuid?: string;
@@ -21253,7 +20490,7 @@ export type OpenstackNetworksListData = {
21253
20490
  url: '/api/openstack-networks/';
21254
20491
  };
21255
20492
  export type OpenstackNetworksListResponses = {
21256
- 200: PaginatedOpenStackNetworkList;
20493
+ 200: Array<OpenStackNetwork>;
21257
20494
  };
21258
20495
  export type OpenstackNetworksListResponse = OpenstackNetworksListResponses[keyof OpenstackNetworksListResponses];
21259
20496
  export type OpenstackNetworksDestroyData = {
@@ -21383,8 +20620,7 @@ export type OpenstackPortsListData = {
21383
20620
  /**
21384
20621
  * Ordering
21385
20622
  *
21386
- * * `network_name` - Network name
21387
- * * `-network_name` - Network name (descending)
20623
+ *
21388
20624
  */
21389
20625
  o?: Array<'-network_name' | 'network_name'>;
21390
20626
  /**
@@ -21401,7 +20637,7 @@ export type OpenstackPortsListData = {
21401
20637
  url: '/api/openstack-ports/';
21402
20638
  };
21403
20639
  export type OpenstackPortsListResponses = {
21404
- 200: PaginatedOpenStackPortList;
20640
+ 200: Array<OpenStackPort>;
21405
20641
  };
21406
20642
  export type OpenstackPortsListResponse = OpenstackPortsListResponses[keyof OpenstackPortsListResponses];
21407
20643
  export type OpenstackPortsDestroyData = {
@@ -21482,7 +20718,7 @@ export type OpenstackRoutersListData = {
21482
20718
  url: '/api/openstack-routers/';
21483
20719
  };
21484
20720
  export type OpenstackRoutersListResponses = {
21485
- 200: PaginatedOpenStackRouterList;
20721
+ 200: Array<OpenStackRouter>;
21486
20722
  };
21487
20723
  export type OpenstackRoutersListResponse = OpenstackRoutersListResponses[keyof OpenstackRoutersListResponses];
21488
20724
  export type OpenstackRoutersRetrieveData = {
@@ -21540,16 +20776,6 @@ export type OpenstackSecurityGroupsListData = {
21540
20776
  query?: string;
21541
20777
  service_settings_name?: string;
21542
20778
  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
20779
  state?: Array<'CREATING' | 'CREATION_SCHEDULED' | 'DELETING' | 'DELETION_SCHEDULED' | 'ERRED' | 'OK' | 'UPDATE_SCHEDULED' | 'UPDATING'>;
21554
20780
  tenant?: string;
21555
20781
  tenant_uuid?: string;
@@ -21558,7 +20784,7 @@ export type OpenstackSecurityGroupsListData = {
21558
20784
  url: '/api/openstack-security-groups/';
21559
20785
  };
21560
20786
  export type OpenstackSecurityGroupsListResponses = {
21561
- 200: PaginatedOpenStackSecurityGroupList;
20787
+ 200: Array<OpenStackSecurityGroup>;
21562
20788
  };
21563
20789
  export type OpenstackSecurityGroupsListResponse = OpenstackSecurityGroupsListResponses[keyof OpenstackSecurityGroupsListResponses];
21564
20790
  export type OpenstackSecurityGroupsDestroyData = {
@@ -21684,16 +20910,6 @@ export type OpenstackServerGroupsListData = {
21684
20910
  project_uuid?: string;
21685
20911
  service_settings_name?: string;
21686
20912
  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
20913
  state?: Array<'CREATING' | 'CREATION_SCHEDULED' | 'DELETING' | 'DELETION_SCHEDULED' | 'ERRED' | 'OK' | 'UPDATE_SCHEDULED' | 'UPDATING'>;
21698
20914
  tenant?: string;
21699
20915
  tenant_uuid?: string;
@@ -21702,7 +20918,7 @@ export type OpenstackServerGroupsListData = {
21702
20918
  url: '/api/openstack-server-groups/';
21703
20919
  };
21704
20920
  export type OpenstackServerGroupsListResponses = {
21705
- 200: PaginatedOpenStackServerGroupList;
20921
+ 200: Array<OpenStackServerGroup>;
21706
20922
  };
21707
20923
  export type OpenstackServerGroupsListResponse = OpenstackServerGroupsListResponses[keyof OpenstackServerGroupsListResponses];
21708
20924
  export type OpenstackServerGroupsCreateData = {
@@ -21829,16 +21045,6 @@ export type OpenstackSnapshotsListData = {
21829
21045
  service_settings_uuid?: string;
21830
21046
  source_volume?: string;
21831
21047
  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
21048
  state?: Array<'CREATING' | 'CREATION_SCHEDULED' | 'DELETING' | 'DELETION_SCHEDULED' | 'ERRED' | 'OK' | 'UPDATE_SCHEDULED' | 'UPDATING'>;
21843
21049
  tenant?: string;
21844
21050
  tenant_uuid?: string;
@@ -21847,7 +21053,7 @@ export type OpenstackSnapshotsListData = {
21847
21053
  url: '/api/openstack-snapshots/';
21848
21054
  };
21849
21055
  export type OpenstackSnapshotsListResponses = {
21850
- 200: PaginatedOpenStackSnapshotList;
21056
+ 200: Array<OpenStackSnapshot>;
21851
21057
  };
21852
21058
  export type OpenstackSnapshotsListResponse = OpenstackSnapshotsListResponses[keyof OpenstackSnapshotsListResponses];
21853
21059
  export type OpenstackSnapshotsDestroyData = {
@@ -21951,16 +21157,6 @@ export type OpenstackSnapshotsRestorationsListData = {
21951
21157
  service_settings_uuid?: string;
21952
21158
  source_volume?: string;
21953
21159
  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
21160
  state?: Array<'CREATING' | 'CREATION_SCHEDULED' | 'DELETING' | 'DELETION_SCHEDULED' | 'ERRED' | 'OK' | 'UPDATE_SCHEDULED' | 'UPDATING'>;
21965
21161
  tenant?: string;
21966
21162
  tenant_uuid?: string;
@@ -21969,7 +21165,7 @@ export type OpenstackSnapshotsRestorationsListData = {
21969
21165
  url: '/api/openstack-snapshots/{uuid}/restorations/';
21970
21166
  };
21971
21167
  export type OpenstackSnapshotsRestorationsListResponses = {
21972
- 200: PaginatedOpenStackSnapshotRestorationList;
21168
+ 200: Array<OpenStackSnapshotRestoration>;
21973
21169
  };
21974
21170
  export type OpenstackSnapshotsRestorationsListResponse = OpenstackSnapshotsRestorationsListResponses[keyof OpenstackSnapshotsRestorationsListResponses];
21975
21171
  export type OpenstackSnapshotsRestoreData = {
@@ -22030,16 +21226,6 @@ export type OpenstackSubnetsListData = {
22030
21226
  project_uuid?: string;
22031
21227
  service_settings_name?: string;
22032
21228
  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
21229
  state?: Array<'CREATING' | 'CREATION_SCHEDULED' | 'DELETING' | 'DELETION_SCHEDULED' | 'ERRED' | 'OK' | 'UPDATE_SCHEDULED' | 'UPDATING'>;
22044
21230
  tenant?: string;
22045
21231
  tenant_uuid?: string;
@@ -22048,7 +21234,7 @@ export type OpenstackSubnetsListData = {
22048
21234
  url: '/api/openstack-subnets/';
22049
21235
  };
22050
21236
  export type OpenstackSubnetsListResponses = {
22051
- 200: PaginatedOpenStackSubNetList;
21237
+ 200: Array<OpenStackSubNet>;
22052
21238
  };
22053
21239
  export type OpenstackSubnetsListResponse = OpenstackSubnetsListResponses[keyof OpenstackSubnetsListResponses];
22054
21240
  export type OpenstackSubnetsDestroyData = {
@@ -22188,23 +21374,13 @@ export type OpenstackTenantsListData = {
22188
21374
  project_uuid?: string;
22189
21375
  service_settings_name?: string;
22190
21376
  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
21377
  state?: Array<'CREATING' | 'CREATION_SCHEDULED' | 'DELETING' | 'DELETION_SCHEDULED' | 'ERRED' | 'OK' | 'UPDATE_SCHEDULED' | 'UPDATING'>;
22202
21378
  uuid?: string;
22203
21379
  };
22204
21380
  url: '/api/openstack-tenants/';
22205
21381
  };
22206
21382
  export type OpenstackTenantsListResponses = {
22207
- 200: PaginatedOpenStackTenantList;
21383
+ 200: Array<OpenStackTenant>;
22208
21384
  };
22209
21385
  export type OpenstackTenantsListResponse = OpenstackTenantsListResponses[keyof OpenstackTenantsListResponses];
22210
21386
  export type OpenstackTenantsCreateData = {
@@ -22299,23 +21475,13 @@ export type OpenstackTenantsBackendInstancesListData = {
22299
21475
  project_uuid?: string;
22300
21476
  service_settings_name?: string;
22301
21477
  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
21478
  state?: Array<'CREATING' | 'CREATION_SCHEDULED' | 'DELETING' | 'DELETION_SCHEDULED' | 'ERRED' | 'OK' | 'UPDATE_SCHEDULED' | 'UPDATING'>;
22313
21479
  uuid?: string;
22314
21480
  };
22315
21481
  url: '/api/openstack-tenants/{uuid}/backend_instances/';
22316
21482
  };
22317
21483
  export type OpenstackTenantsBackendInstancesListResponses = {
22318
- 200: PaginatedOpenStackBackendInstanceList;
21484
+ 200: Array<OpenStackBackendInstance>;
22319
21485
  };
22320
21486
  export type OpenstackTenantsBackendInstancesListResponse = OpenstackTenantsBackendInstancesListResponses[keyof OpenstackTenantsBackendInstancesListResponses];
22321
21487
  export type OpenstackTenantsBackendVolumesListData = {
@@ -22347,23 +21513,13 @@ export type OpenstackTenantsBackendVolumesListData = {
22347
21513
  project_uuid?: string;
22348
21514
  service_settings_name?: string;
22349
21515
  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
21516
  state?: Array<'CREATING' | 'CREATION_SCHEDULED' | 'DELETING' | 'DELETION_SCHEDULED' | 'ERRED' | 'OK' | 'UPDATE_SCHEDULED' | 'UPDATING'>;
22361
21517
  uuid?: string;
22362
21518
  };
22363
21519
  url: '/api/openstack-tenants/{uuid}/backend_volumes/';
22364
21520
  };
22365
21521
  export type OpenstackTenantsBackendVolumesListResponses = {
22366
- 200: PaginatedOpenStackBackendVolumesList;
21522
+ 200: Array<OpenStackBackendVolumes>;
22367
21523
  };
22368
21524
  export type OpenstackTenantsBackendVolumesListResponse = OpenstackTenantsBackendVolumesListResponses[keyof OpenstackTenantsBackendVolumesListResponses];
22369
21525
  export type OpenstackTenantsChangePasswordData = {
@@ -22542,7 +21698,7 @@ export type OpenstackVolumeAvailabilityZonesListData = {
22542
21698
  url: '/api/openstack-volume-availability-zones/';
22543
21699
  };
22544
21700
  export type OpenstackVolumeAvailabilityZonesListResponses = {
22545
- 200: PaginatedOpenStackVolumeAvailabilityZoneList;
21701
+ 200: Array<OpenStackVolumeAvailabilityZone>;
22546
21702
  };
22547
21703
  export type OpenstackVolumeAvailabilityZonesListResponse = OpenstackVolumeAvailabilityZonesListResponses[keyof OpenstackVolumeAvailabilityZonesListResponses];
22548
21704
  export type OpenstackVolumeAvailabilityZonesRetrieveData = {
@@ -22579,7 +21735,7 @@ export type OpenstackVolumeTypesListData = {
22579
21735
  url: '/api/openstack-volume-types/';
22580
21736
  };
22581
21737
  export type OpenstackVolumeTypesListResponses = {
22582
- 200: PaginatedOpenStackVolumeTypeList;
21738
+ 200: Array<OpenStackVolumeType>;
22583
21739
  };
22584
21740
  export type OpenstackVolumeTypesListResponse = OpenstackVolumeTypesListResponses[keyof OpenstackVolumeTypesListResponses];
22585
21741
  export type OpenstackVolumeTypesRetrieveData = {
@@ -22629,16 +21785,6 @@ export type OpenstackVolumesListData = {
22629
21785
  service_settings_uuid?: string;
22630
21786
  snapshot?: string;
22631
21787
  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
21788
  state?: Array<'CREATING' | 'CREATION_SCHEDULED' | 'DELETING' | 'DELETION_SCHEDULED' | 'ERRED' | 'OK' | 'UPDATE_SCHEDULED' | 'UPDATING'>;
22643
21789
  tenant?: string;
22644
21790
  tenant_uuid?: string;
@@ -22647,7 +21793,7 @@ export type OpenstackVolumesListData = {
22647
21793
  url: '/api/openstack-volumes/';
22648
21794
  };
22649
21795
  export type OpenstackVolumesListResponses = {
22650
- 200: PaginatedOpenStackVolumeList;
21796
+ 200: Array<OpenStackVolume>;
22651
21797
  };
22652
21798
  export type OpenstackVolumesListResponse = OpenstackVolumesListResponses[keyof OpenstackVolumesListResponses];
22653
21799
  export type OpenstackVolumesRetrieveData = {
@@ -22807,7 +21953,7 @@ export type OrganizationGroupsListData = {
22807
21953
  url: '/api/organization-groups/';
22808
21954
  };
22809
21955
  export type OrganizationGroupsListResponses = {
22810
- 200: PaginatedOrganizationGroupList;
21956
+ 200: Array<OrganizationGroup>;
22811
21957
  };
22812
21958
  export type OrganizationGroupsListResponse = OrganizationGroupsListResponses[keyof OrganizationGroupsListResponses];
22813
21959
  export type OrganizationGroupsCreateData = {
@@ -22901,12 +22047,7 @@ export type PaymentProfilesListData = {
22901
22047
  /**
22902
22048
  * Ordering
22903
22049
  *
22904
- * * `name` - Name
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)
22050
+ *
22910
22051
  */
22911
22052
  o?: Array<'-is_active' | '-name' | '-payment_type' | 'is_active' | 'name' | 'payment_type'>;
22912
22053
  organization?: string;
@@ -22919,17 +22060,12 @@ export type PaymentProfilesListData = {
22919
22060
  * Number of results to return per page.
22920
22061
  */
22921
22062
  page_size?: number;
22922
- /**
22923
- * * `fixed_price` - Fixed-price contract
22924
- * * `invoices` - Monthly invoices
22925
- * * `payment_gw_monthly` - Payment gateways (monthly)
22926
- */
22927
22063
  payment_type?: Array<'fixed_price' | 'invoices' | 'payment_gw_monthly'>;
22928
22064
  };
22929
22065
  url: '/api/payment-profiles/';
22930
22066
  };
22931
22067
  export type PaymentProfilesListResponses = {
22932
- 200: PaginatedPaymentProfileList;
22068
+ 200: Array<PaymentProfile>;
22933
22069
  };
22934
22070
  export type PaymentProfilesListResponse = PaymentProfilesListResponses[keyof PaymentProfilesListResponses];
22935
22071
  export type PaymentProfilesCreateData = {
@@ -23026,7 +22162,7 @@ export type PaymentsListData = {
23026
22162
  url: '/api/payments/';
23027
22163
  };
23028
22164
  export type PaymentsListResponses = {
23029
- 200: PaginatedPaymentList;
22165
+ 200: Array<Payment>;
23030
22166
  };
23031
22167
  export type PaymentsListResponse = PaymentsListResponses[keyof PaymentsListResponses];
23032
22168
  export type PaymentsCreateData = {
@@ -23126,14 +22262,7 @@ export type ProjectCreditsListData = {
23126
22262
  /**
23127
22263
  * Ordering
23128
22264
  *
23129
- * * `project_name` - Project name
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)
22265
+ *
23137
22266
  */
23138
22267
  o?: Array<'-end_date' | '-expected_consumption' | '-project_name' | '-value' | 'end_date' | 'expected_consumption' | 'project_name' | 'value'>;
23139
22268
  /**
@@ -23150,7 +22279,7 @@ export type ProjectCreditsListData = {
23150
22279
  url: '/api/project-credits/';
23151
22280
  };
23152
22281
  export type ProjectCreditsListResponses = {
23153
- 200: PaginatedProjectCreditList;
22282
+ 200: Array<ProjectCredit>;
23154
22283
  };
23155
22284
  export type ProjectCreditsListResponse = ProjectCreditsListResponses[keyof ProjectCreditsListResponses];
23156
22285
  export type ProjectCreditsCreateData = {
@@ -23230,7 +22359,7 @@ export type ProjectQuotasListData = {
23230
22359
  url: '/api/project-quotas/';
23231
22360
  };
23232
22361
  export type ProjectQuotasListResponses = {
23233
- 200: PaginatedProjectQuotasList;
22362
+ 200: Array<ProjectQuotas>;
23234
22363
  };
23235
22364
  export type ProjectQuotasListResponse = ProjectQuotasListResponses[keyof ProjectQuotasListResponses];
23236
22365
  export type ProjectTypesListData = {
@@ -23251,7 +22380,7 @@ export type ProjectTypesListData = {
23251
22380
  url: '/api/project-types/';
23252
22381
  };
23253
22382
  export type ProjectTypesListResponses = {
23254
- 200: PaginatedProjectTypeList;
22383
+ 200: Array<ProjectType>;
23255
22384
  };
23256
22385
  export type ProjectTypesListResponse = ProjectTypesListResponses[keyof ProjectTypesListResponses];
23257
22386
  export type ProjectTypesRetrieveData = {
@@ -23294,22 +22423,7 @@ export type ProjectsListData = {
23294
22423
  /**
23295
22424
  * Ordering
23296
22425
  *
23297
- * * `name` - Name
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)
22426
+ *
23313
22427
  */
23314
22428
  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
22429
  /**
@@ -23325,7 +22439,7 @@ export type ProjectsListData = {
23325
22439
  url: '/api/projects/';
23326
22440
  };
23327
22441
  export type ProjectsListResponses = {
23328
- 200: PaginatedProjectList;
22442
+ 200: Array<Project>;
23329
22443
  };
23330
22444
  export type ProjectsListResponse = ProjectsListResponses[keyof ProjectsListResponses];
23331
22445
  export type ProjectsCreateData = {
@@ -23510,7 +22624,7 @@ export type ProjectsListUsersListData = {
23510
22624
  url: '/api/projects/{uuid}/list_users/';
23511
22625
  };
23512
22626
  export type ProjectsListUsersListResponses = {
23513
- 200: PaginatedUserRoleDetailsList;
22627
+ 200: Array<UserRoleDetails>;
23514
22628
  };
23515
22629
  export type ProjectsListUsersListResponse = ProjectsListUsersListResponses[keyof ProjectsListUsersListResponses];
23516
22630
  export type ProjectsMoveProjectData = {
@@ -23560,10 +22674,7 @@ export type PromotionsCampaignsListData = {
23560
22674
  /**
23561
22675
  * Ordering
23562
22676
  *
23563
- * * `start_date` - Start date
23564
- * * `-start_date` - Start date (descending)
23565
- * * `end_date` - End date
23566
- * * `-end_date` - End date (descending)
22677
+ *
23567
22678
  */
23568
22679
  o?: Array<'-end_date' | '-start_date' | 'end_date' | 'start_date'>;
23569
22680
  /**
@@ -23582,17 +22693,12 @@ export type PromotionsCampaignsListData = {
23582
22693
  query?: string;
23583
22694
  service_provider_uuid?: string;
23584
22695
  start_date?: string;
23585
- /**
23586
- * * `Draft` - Draft
23587
- * * `Active` - Active
23588
- * * `Terminated` - Terminated
23589
- */
23590
22696
  state?: Array<'Active' | 'Draft' | 'Terminated'>;
23591
22697
  };
23592
22698
  url: '/api/promotions-campaigns/';
23593
22699
  };
23594
22700
  export type PromotionsCampaignsListResponses = {
23595
- 200: PaginatedCampaignList;
22701
+ 200: Array<Campaign>;
23596
22702
  };
23597
22703
  export type PromotionsCampaignsListResponse = PromotionsCampaignsListResponses[keyof PromotionsCampaignsListResponses];
23598
22704
  export type PromotionsCampaignsCreateData = {
@@ -23675,10 +22781,7 @@ export type PromotionsCampaignsOrdersListData = {
23675
22781
  /**
23676
22782
  * Ordering
23677
22783
  *
23678
- * * `start_date` - Start date
23679
- * * `-start_date` - Start date (descending)
23680
- * * `end_date` - End date
23681
- * * `-end_date` - End date (descending)
22784
+ *
23682
22785
  */
23683
22786
  o?: Array<'-end_date' | '-start_date' | 'end_date' | 'start_date'>;
23684
22787
  /**
@@ -23697,17 +22800,12 @@ export type PromotionsCampaignsOrdersListData = {
23697
22800
  query?: string;
23698
22801
  service_provider_uuid?: string;
23699
22802
  start_date?: string;
23700
- /**
23701
- * * `Draft` - Draft
23702
- * * `Active` - Active
23703
- * * `Terminated` - Terminated
23704
- */
23705
22803
  state?: Array<'Active' | 'Draft' | 'Terminated'>;
23706
22804
  };
23707
22805
  url: '/api/promotions-campaigns/{uuid}/orders/';
23708
22806
  };
23709
22807
  export type PromotionsCampaignsOrdersListResponses = {
23710
- 200: PaginatedOrderDetailsList;
22808
+ 200: Array<OrderDetails>;
23711
22809
  };
23712
22810
  export type PromotionsCampaignsOrdersListResponse = PromotionsCampaignsOrdersListResponses[keyof PromotionsCampaignsOrdersListResponses];
23713
22811
  export type PromotionsCampaignsResourcesListData = {
@@ -23721,10 +22819,7 @@ export type PromotionsCampaignsResourcesListData = {
23721
22819
  /**
23722
22820
  * Ordering
23723
22821
  *
23724
- * * `start_date` - Start date
23725
- * * `-start_date` - Start date (descending)
23726
- * * `end_date` - End date
23727
- * * `-end_date` - End date (descending)
22822
+ *
23728
22823
  */
23729
22824
  o?: Array<'-end_date' | '-start_date' | 'end_date' | 'start_date'>;
23730
22825
  /**
@@ -23743,17 +22838,12 @@ export type PromotionsCampaignsResourcesListData = {
23743
22838
  query?: string;
23744
22839
  service_provider_uuid?: string;
23745
22840
  start_date?: string;
23746
- /**
23747
- * * `Draft` - Draft
23748
- * * `Active` - Active
23749
- * * `Terminated` - Terminated
23750
- */
23751
22841
  state?: Array<'Active' | 'Draft' | 'Terminated'>;
23752
22842
  };
23753
22843
  url: '/api/promotions-campaigns/{uuid}/resources/';
23754
22844
  };
23755
22845
  export type PromotionsCampaignsResourcesListResponses = {
23756
- 200: PaginatedResourceList;
22846
+ 200: Array<Resource>;
23757
22847
  };
23758
22848
  export type PromotionsCampaignsResourcesListResponse = PromotionsCampaignsResourcesListResponses[keyof PromotionsCampaignsResourcesListResponses];
23759
22849
  export type PromotionsCampaignsTerminateData = {
@@ -23785,16 +22875,7 @@ export type ProposalProposalsListData = {
23785
22875
  /**
23786
22876
  * Ordering
23787
22877
  *
23788
- * * `round__call__name` - Round call name
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)
22878
+ *
23798
22879
  */
23799
22880
  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
22881
  organization_uuid?: string;
@@ -23807,20 +22888,12 @@ export type ProposalProposalsListData = {
23807
22888
  */
23808
22889
  page_size?: number;
23809
22890
  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
22891
  state?: Array<'accepted' | 'canceled' | 'draft' | 'in_review' | 'rejected' | 'submitted'>;
23819
22892
  };
23820
22893
  url: '/api/proposal-proposals/';
23821
22894
  };
23822
22895
  export type ProposalProposalsListResponses = {
23823
- 200: PaginatedProposalList;
22896
+ 200: Array<Proposal>;
23824
22897
  };
23825
22898
  export type ProposalProposalsListResponse = ProposalProposalsListResponses[keyof ProposalProposalsListResponses];
23826
22899
  export type ProposalProposalsCreateData = {
@@ -23958,14 +23031,6 @@ export type ProposalProposalsListUsersListData = {
23958
23031
  * Search string for user
23959
23032
  */
23960
23033
  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
23034
  state?: Array<'accepted' | 'canceled' | 'draft' | 'in_review' | 'rejected' | 'submitted'>;
23970
23035
  /**
23971
23036
  * User UUID
@@ -23987,7 +23052,7 @@ export type ProposalProposalsListUsersListData = {
23987
23052
  url: '/api/proposal-proposals/{uuid}/list_users/';
23988
23053
  };
23989
23054
  export type ProposalProposalsListUsersListResponses = {
23990
- 200: PaginatedUserRoleDetailsList;
23055
+ 200: Array<UserRoleDetails>;
23991
23056
  };
23992
23057
  export type ProposalProposalsListUsersListResponse = ProposalProposalsListUsersListResponses[keyof ProposalProposalsListUsersListResponses];
23993
23058
  export type ProposalProposalsRejectData = {
@@ -24015,16 +23080,7 @@ export type ProposalProposalsResourcesListData = {
24015
23080
  /**
24016
23081
  * Ordering
24017
23082
  *
24018
- * * `round__call__name` - Round call name
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)
23083
+ *
24028
23084
  */
24029
23085
  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
23086
  organization_uuid?: string;
@@ -24037,20 +23093,12 @@ export type ProposalProposalsResourcesListData = {
24037
23093
  */
24038
23094
  page_size?: number;
24039
23095
  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
23096
  state?: Array<'accepted' | 'canceled' | 'draft' | 'in_review' | 'rejected' | 'submitted'>;
24049
23097
  };
24050
23098
  url: '/api/proposal-proposals/{uuid}/resources/';
24051
23099
  };
24052
23100
  export type ProposalProposalsResourcesListResponses = {
24053
- 200: PaginatedRequestedResourceList;
23101
+ 200: Array<RequestedResource>;
24054
23102
  };
24055
23103
  export type ProposalProposalsResourcesListResponse = ProposalProposalsResourcesListResponses[keyof ProposalProposalsResourcesListResponses];
24056
23104
  export type ProposalProposalsResourcesSetData = {
@@ -24175,12 +23223,7 @@ export type ProposalProtectedCallsListData = {
24175
23223
  /**
24176
23224
  * Ordering
24177
23225
  *
24178
- * * `manager__customer__name` - Manager customer name
24179
- * * `-manager__customer__name` - Manager customer name (descending)
24180
- * * `created` - Created
24181
- * * `-created` - Created (descending)
24182
- * * `name` - Name
24183
- * * `-name` - Name (descending)
23226
+ *
24184
23227
  */
24185
23228
  o?: Array<'-created' | '-manager__customer__name' | '-name' | 'created' | 'manager__customer__name' | 'name'>;
24186
23229
  offering_uuid?: string;
@@ -24193,17 +23236,12 @@ export type ProposalProtectedCallsListData = {
24193
23236
  * Number of results to return per page.
24194
23237
  */
24195
23238
  page_size?: number;
24196
- /**
24197
- * * `draft` - Draft
24198
- * * `active` - Active
24199
- * * `archived` - Archived
24200
- */
24201
23239
  state?: Array<'active' | 'archived' | 'draft'>;
24202
23240
  };
24203
23241
  url: '/api/proposal-protected-calls/';
24204
23242
  };
24205
23243
  export type ProposalProtectedCallsListResponses = {
24206
- 200: PaginatedProtectedCallList;
23244
+ 200: Array<ProtectedCall>;
24207
23245
  };
24208
23246
  export type ProposalProtectedCallsListResponse = ProposalProtectedCallsListResponses[keyof ProposalProtectedCallsListResponses];
24209
23247
  export type ProposalProtectedCallsCreateData = {
@@ -24398,11 +23436,6 @@ export type ProposalProtectedCallsListUsersListData = {
24398
23436
  * Search string for user
24399
23437
  */
24400
23438
  search_string?: string;
24401
- /**
24402
- * * `draft` - Draft
24403
- * * `active` - Active
24404
- * * `archived` - Archived
24405
- */
24406
23439
  state?: Array<'active' | 'archived' | 'draft'>;
24407
23440
  /**
24408
23441
  * User UUID
@@ -24424,7 +23457,7 @@ export type ProposalProtectedCallsListUsersListData = {
24424
23457
  url: '/api/proposal-protected-calls/{uuid}/list_users/';
24425
23458
  };
24426
23459
  export type ProposalProtectedCallsListUsersListResponses = {
24427
- 200: PaginatedUserRoleDetailsList;
23460
+ 200: Array<UserRoleDetails>;
24428
23461
  };
24429
23462
  export type ProposalProtectedCallsListUsersListResponse = ProposalProtectedCallsListUsersListResponses[keyof ProposalProtectedCallsListUsersListResponses];
24430
23463
  export type ProposalProtectedCallsOfferingsListData = {
@@ -24441,12 +23474,7 @@ export type ProposalProtectedCallsOfferingsListData = {
24441
23474
  /**
24442
23475
  * Ordering
24443
23476
  *
24444
- * * `manager__customer__name` - Manager customer name
24445
- * * `-manager__customer__name` - Manager customer name (descending)
24446
- * * `created` - Created
24447
- * * `-created` - Created (descending)
24448
- * * `name` - Name
24449
- * * `-name` - Name (descending)
23477
+ *
24450
23478
  */
24451
23479
  o?: Array<'-created' | '-manager__customer__name' | '-name' | 'created' | 'manager__customer__name' | 'name'>;
24452
23480
  offering_uuid?: string;
@@ -24459,17 +23487,12 @@ export type ProposalProtectedCallsOfferingsListData = {
24459
23487
  * Number of results to return per page.
24460
23488
  */
24461
23489
  page_size?: number;
24462
- /**
24463
- * * `draft` - Draft
24464
- * * `active` - Active
24465
- * * `archived` - Archived
24466
- */
24467
23490
  state?: Array<'active' | 'archived' | 'draft'>;
24468
23491
  };
24469
23492
  url: '/api/proposal-protected-calls/{uuid}/offerings/';
24470
23493
  };
24471
23494
  export type ProposalProtectedCallsOfferingsListResponses = {
24472
- 200: PaginatedRequestedOfferingList;
23495
+ 200: Array<RequestedOffering>;
24473
23496
  };
24474
23497
  export type ProposalProtectedCallsOfferingsListResponse = ProposalProtectedCallsOfferingsListResponses[keyof ProposalProtectedCallsOfferingsListResponses];
24475
23498
  export type ProposalProtectedCallsOfferingsSetData = {
@@ -24553,12 +23576,7 @@ export type ProposalProtectedCallsRoundsListData = {
24553
23576
  /**
24554
23577
  * Ordering
24555
23578
  *
24556
- * * `manager__customer__name` - Manager customer name
24557
- * * `-manager__customer__name` - Manager customer name (descending)
24558
- * * `created` - Created
24559
- * * `-created` - Created (descending)
24560
- * * `name` - Name
24561
- * * `-name` - Name (descending)
23579
+ *
24562
23580
  */
24563
23581
  o?: Array<'-created' | '-manager__customer__name' | '-name' | 'created' | 'manager__customer__name' | 'name'>;
24564
23582
  offering_uuid?: string;
@@ -24571,17 +23589,12 @@ export type ProposalProtectedCallsRoundsListData = {
24571
23589
  * Number of results to return per page.
24572
23590
  */
24573
23591
  page_size?: number;
24574
- /**
24575
- * * `draft` - Draft
24576
- * * `active` - Active
24577
- * * `archived` - Archived
24578
- */
24579
23592
  state?: Array<'active' | 'archived' | 'draft'>;
24580
23593
  };
24581
23594
  url: '/api/proposal-protected-calls/{uuid}/rounds/';
24582
23595
  };
24583
23596
  export type ProposalProtectedCallsRoundsListResponses = {
24584
- 200: PaginatedProtectedRoundList;
23597
+ 200: Array<ProtectedRound>;
24585
23598
  };
24586
23599
  export type ProposalProtectedCallsRoundsListResponse = ProposalProtectedCallsRoundsListResponses[keyof ProposalProtectedCallsRoundsListResponses];
24587
23600
  export type ProposalProtectedCallsRoundsSetData = {
@@ -24691,12 +23704,7 @@ export type ProposalPublicCallsListData = {
24691
23704
  /**
24692
23705
  * Ordering
24693
23706
  *
24694
- * * `manager__customer__name` - Manager customer name
24695
- * * `-manager__customer__name` - Manager customer name (descending)
24696
- * * `created` - Created
24697
- * * `-created` - Created (descending)
24698
- * * `name` - Name
24699
- * * `-name` - Name (descending)
23707
+ *
24700
23708
  */
24701
23709
  o?: Array<'-created' | '-manager__customer__name' | '-name' | 'created' | 'manager__customer__name' | 'name'>;
24702
23710
  offering_uuid?: string;
@@ -24709,17 +23717,12 @@ export type ProposalPublicCallsListData = {
24709
23717
  * Number of results to return per page.
24710
23718
  */
24711
23719
  page_size?: number;
24712
- /**
24713
- * * `draft` - Draft
24714
- * * `active` - Active
24715
- * * `archived` - Archived
24716
- */
24717
23720
  state?: Array<'active' | 'archived' | 'draft'>;
24718
23721
  };
24719
23722
  url: '/api/proposal-public-calls/';
24720
23723
  };
24721
23724
  export type ProposalPublicCallsListResponses = {
24722
- 200: PaginatedPublicCallList;
23725
+ 200: Array<PublicCall>;
24723
23726
  };
24724
23727
  export type ProposalPublicCallsListResponse = ProposalPublicCallsListResponses[keyof ProposalPublicCallsListResponses];
24725
23728
  export type ProposalPublicCallsRetrieveData = {
@@ -24748,14 +23751,7 @@ export type ProposalRequestedOfferingsListData = {
24748
23751
  /**
24749
23752
  * Ordering
24750
23753
  *
24751
- * * `created` - Created
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)
23754
+ *
24759
23755
  */
24760
23756
  o?: Array<'-call__name' | '-created' | '-offering__name' | '-state' | 'call__name' | 'created' | 'offering__name' | 'state'>;
24761
23757
  /**
@@ -24776,17 +23772,12 @@ export type ProposalRequestedOfferingsListData = {
24776
23772
  * Provider
24777
23773
  */
24778
23774
  provider_uuid?: string;
24779
- /**
24780
- * * `requested` - Requested
24781
- * * `accepted` - Accepted
24782
- * * `canceled` - Canceled
24783
- */
24784
23775
  state?: Array<'accepted' | 'canceled' | 'requested'>;
24785
23776
  };
24786
23777
  url: '/api/proposal-requested-offerings/';
24787
23778
  };
24788
23779
  export type ProposalRequestedOfferingsListResponses = {
24789
- 200: PaginatedProviderRequestedOfferingList;
23780
+ 200: Array<ProviderRequestedOffering>;
24790
23781
  };
24791
23782
  export type ProposalRequestedOfferingsListResponse = ProposalRequestedOfferingsListResponses[keyof ProposalRequestedOfferingsListResponses];
24792
23783
  export type ProposalRequestedOfferingsRetrieveData = {
@@ -24837,14 +23828,7 @@ export type ProposalRequestedResourcesListData = {
24837
23828
  /**
24838
23829
  * Ordering
24839
23830
  *
24840
- * * `created` - Created
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)
23831
+ *
24848
23832
  */
24849
23833
  o?: Array<'-created' | '-offering__name' | '-proposal__name' | '-resource__name' | 'created' | 'offering__name' | 'proposal__name' | 'resource__name'>;
24850
23834
  /**
@@ -24874,7 +23858,7 @@ export type ProposalRequestedResourcesListData = {
24874
23858
  url: '/api/proposal-requested-resources/';
24875
23859
  };
24876
23860
  export type ProposalRequestedResourcesListResponses = {
24877
- 200: PaginatedProviderRequestedResourceList;
23861
+ 200: Array<ProviderRequestedResource>;
24878
23862
  };
24879
23863
  export type ProposalRequestedResourcesListResponse = ProposalRequestedResourcesListResponses[keyof ProposalRequestedResourcesListResponses];
24880
23864
  export type ProposalRequestedResourcesRetrieveData = {
@@ -24897,10 +23881,7 @@ export type ProposalReviewsListData = {
24897
23881
  /**
24898
23882
  * Ordering
24899
23883
  *
24900
- * * `created` - Created
24901
- * * `-created` - Created (descending)
24902
- * * `state` - State
24903
- * * `-state` - State (descending)
23884
+ *
24904
23885
  */
24905
23886
  o?: Array<'-created' | '-state' | 'created' | 'state'>;
24906
23887
  organization_uuid?: string;
@@ -24915,18 +23896,12 @@ export type ProposalReviewsListData = {
24915
23896
  proposal?: string;
24916
23897
  proposal_uuid?: string;
24917
23898
  reviewer_uuid?: string;
24918
- /**
24919
- * * `created` - Created
24920
- * * `in_review` - In review
24921
- * * `submitted` - Submitted
24922
- * * `rejected` - Rejected
24923
- */
24924
23899
  state?: Array<'created' | 'in_review' | 'rejected' | 'submitted'>;
24925
23900
  };
24926
23901
  url: '/api/proposal-reviews/';
24927
23902
  };
24928
23903
  export type ProposalReviewsListResponses = {
24929
- 200: PaginatedProposalReviewList;
23904
+ 200: Array<ProposalReview>;
24930
23905
  };
24931
23906
  export type ProposalReviewsListResponse = ProposalReviewsListResponses[keyof ProposalReviewsListResponses];
24932
23907
  export type ProposalReviewsCreateData = {
@@ -25042,14 +24017,7 @@ export type ProviderInvoiceItemsListData = {
25042
24017
  /**
25043
24018
  * Ordering
25044
24019
  *
25045
- * * `unit_price` - Unit price
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)
24020
+ *
25053
24021
  */
25054
24022
  o?: Array<'-invoice_customer_name' | '-project_name' | '-resource_offering_name' | '-unit_price' | 'invoice_customer_name' | 'project_name' | 'resource_offering_name' | 'unit_price'>;
25055
24023
  offering_uuid?: string;
@@ -25066,7 +24034,7 @@ export type ProviderInvoiceItemsListData = {
25066
24034
  url: '/api/provider-invoice-items/';
25067
24035
  };
25068
24036
  export type ProviderInvoiceItemsListResponses = {
25069
- 200: PaginatedInvoiceItemList;
24037
+ 200: Array<InvoiceItem>;
25070
24038
  };
25071
24039
  export type ProviderInvoiceItemsListResponse = ProviderInvoiceItemsListResponses[keyof ProviderInvoiceItemsListResponses];
25072
24040
  export type ProviderInvoiceItemsRetrieveData = {
@@ -25110,7 +24078,7 @@ export type RabbitmqUserStatsListData = {
25110
24078
  url: '/api/rabbitmq-user-stats/';
25111
24079
  };
25112
24080
  export type RabbitmqUserStatsListResponses = {
25113
- 200: PaginatedRmqUserStatsItemList;
24081
+ 200: Array<RmqUserStatsItem>;
25114
24082
  };
25115
24083
  export type RabbitmqUserStatsListResponse = RabbitmqUserStatsListResponses[keyof RabbitmqUserStatsListResponses];
25116
24084
  export type RabbitmqVhostStatsListData = {
@@ -25153,16 +24121,6 @@ export type RancherAppsListData = {
25153
24121
  project_uuid?: string;
25154
24122
  service_settings_name?: string;
25155
24123
  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
24124
  state?: Array<'CREATING' | 'CREATION_SCHEDULED' | 'DELETING' | 'DELETION_SCHEDULED' | 'ERRED' | 'OK' | 'UPDATE_SCHEDULED' | 'UPDATING'>;
25167
24125
  template_uuid?: string;
25168
24126
  uuid?: string;
@@ -25170,7 +24128,7 @@ export type RancherAppsListData = {
25170
24128
  url: '/api/rancher-apps/';
25171
24129
  };
25172
24130
  export type RancherAppsListResponses = {
25173
- 200: PaginatedRancherApplicationList;
24131
+ 200: Array<RancherApplication>;
25174
24132
  };
25175
24133
  export type RancherAppsListResponse = RancherAppsListResponses[keyof RancherAppsListResponses];
25176
24134
  export type RancherAppsCreateData = {
@@ -25280,7 +24238,7 @@ export type RancherCatalogsListData = {
25280
24238
  url: '/api/rancher-catalogs/';
25281
24239
  };
25282
24240
  export type RancherCatalogsListResponses = {
25283
- 200: PaginatedRancherCatalogList;
24241
+ 200: Array<RancherCatalog>;
25284
24242
  };
25285
24243
  export type RancherCatalogsListResponse = RancherCatalogsListResponses[keyof RancherCatalogsListResponses];
25286
24244
  export type RancherCatalogsCreateData = {
@@ -25372,7 +24330,7 @@ export type RancherClusterTemplatesListData = {
25372
24330
  url: '/api/rancher-cluster-templates/';
25373
24331
  };
25374
24332
  export type RancherClusterTemplatesListResponses = {
25375
- 200: PaginatedRancherClusterTemplateList;
24333
+ 200: Array<RancherClusterTemplate>;
25376
24334
  };
25377
24335
  export type RancherClusterTemplatesListResponse = RancherClusterTemplatesListResponses[keyof RancherClusterTemplatesListResponses];
25378
24336
  export type RancherClusterTemplatesRetrieveData = {
@@ -25415,23 +24373,13 @@ export type RancherClustersListData = {
25415
24373
  project_uuid?: string;
25416
24374
  service_settings_name?: string;
25417
24375
  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
24376
  state?: Array<'CREATING' | 'CREATION_SCHEDULED' | 'DELETING' | 'DELETION_SCHEDULED' | 'ERRED' | 'OK' | 'UPDATE_SCHEDULED' | 'UPDATING'>;
25429
24377
  uuid?: string;
25430
24378
  };
25431
24379
  url: '/api/rancher-clusters/';
25432
24380
  };
25433
24381
  export type RancherClustersListResponses = {
25434
- 200: PaginatedRancherClusterList;
24382
+ 200: Array<RancherCluster>;
25435
24383
  };
25436
24384
  export type RancherClustersListResponse = RancherClustersListResponses[keyof RancherClustersListResponses];
25437
24385
  export type RancherClustersCreateData = {
@@ -25587,7 +24535,7 @@ export type RancherHpasListData = {
25587
24535
  url: '/api/rancher-hpas/';
25588
24536
  };
25589
24537
  export type RancherHpasListResponses = {
25590
- 200: PaginatedRancherHpaList;
24538
+ 200: Array<RancherHpa>;
25591
24539
  };
25592
24540
  export type RancherHpasListResponse = RancherHpasListResponses[keyof RancherHpasListResponses];
25593
24541
  export type RancherHpasCreateData = {
@@ -25734,23 +24682,13 @@ export type RancherIngressesListData = {
25734
24682
  rancher_project_uuid?: string;
25735
24683
  service_settings_name?: string;
25736
24684
  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
24685
  state?: Array<'CREATING' | 'CREATION_SCHEDULED' | 'DELETING' | 'DELETION_SCHEDULED' | 'ERRED' | 'OK' | 'UPDATE_SCHEDULED' | 'UPDATING'>;
25748
24686
  uuid?: string;
25749
24687
  };
25750
24688
  url: '/api/rancher-ingresses/';
25751
24689
  };
25752
24690
  export type RancherIngressesListResponses = {
25753
- 200: PaginatedRancherIngressList;
24691
+ 200: Array<RancherIngress>;
25754
24692
  };
25755
24693
  export type RancherIngressesListResponse = RancherIngressesListResponses[keyof RancherIngressesListResponses];
25756
24694
  export type RancherIngressesCreateData = {
@@ -25880,12 +24818,7 @@ export type RancherNamespacesListData = {
25880
24818
  /**
25881
24819
  * Ordering
25882
24820
  *
25883
- * * `name` - Name
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)
24821
+ *
25889
24822
  */
25890
24823
  o?: Array<'-cluster_name' | '-name' | '-project_name' | 'cluster_name' | 'name' | 'project_name'>;
25891
24824
  /**
@@ -25903,7 +24836,7 @@ export type RancherNamespacesListData = {
25903
24836
  url: '/api/rancher-namespaces/';
25904
24837
  };
25905
24838
  export type RancherNamespacesListResponses = {
25906
- 200: PaginatedRancherNamespaceList;
24839
+ 200: Array<RancherNamespace>;
25907
24840
  };
25908
24841
  export type RancherNamespacesListResponse = RancherNamespacesListResponses[keyof RancherNamespacesListResponses];
25909
24842
  export type RancherNamespacesRetrieveData = {
@@ -25935,7 +24868,7 @@ export type RancherNodesListData = {
25935
24868
  url: '/api/rancher-nodes/';
25936
24869
  };
25937
24870
  export type RancherNodesListResponses = {
25938
- 200: PaginatedRancherNodeList;
24871
+ 200: Array<RancherNode>;
25939
24872
  };
25940
24873
  export type RancherNodesListResponse = RancherNodesListResponses[keyof RancherNodesListResponses];
25941
24874
  export type RancherNodesCreateData = {
@@ -26084,7 +25017,7 @@ export type RancherProjectsListData = {
26084
25017
  url: '/api/rancher-projects/';
26085
25018
  };
26086
25019
  export type RancherProjectsListResponses = {
26087
- 200: PaginatedRancherProjectList;
25020
+ 200: Array<RancherProject>;
26088
25021
  };
26089
25022
  export type RancherProjectsListResponse = RancherProjectsListResponses[keyof RancherProjectsListResponses];
26090
25023
  export type RancherProjectsRetrieveData = {
@@ -26142,23 +25075,13 @@ export type RancherServicesListData = {
26142
25075
  rancher_project_uuid?: string;
26143
25076
  service_settings_name?: string;
26144
25077
  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
25078
  state?: Array<'CREATING' | 'CREATION_SCHEDULED' | 'DELETING' | 'DELETION_SCHEDULED' | 'ERRED' | 'OK' | 'UPDATE_SCHEDULED' | 'UPDATING'>;
26156
25079
  uuid?: string;
26157
25080
  };
26158
25081
  url: '/api/rancher-services/';
26159
25082
  };
26160
25083
  export type RancherServicesListResponses = {
26161
- 200: PaginatedRancherServiceList;
25084
+ 200: Array<RancherService>;
26162
25085
  };
26163
25086
  export type RancherServicesListResponse = RancherServicesListResponses[keyof RancherServicesListResponses];
26164
25087
  export type RancherServicesCreateData = {
@@ -26302,10 +25225,7 @@ export type RancherTemplatesListData = {
26302
25225
  /**
26303
25226
  * Ordering
26304
25227
  *
26305
- * * `name` - Name
26306
- * * `-name` - Name (descending)
26307
- * * `catalog_name` - Catalog name
26308
- * * `-catalog_name` - Catalog name (descending)
25228
+ *
26309
25229
  */
26310
25230
  o?: Array<'-catalog_name' | '-name' | 'catalog_name' | 'name'>;
26311
25231
  /**
@@ -26323,7 +25243,7 @@ export type RancherTemplatesListData = {
26323
25243
  url: '/api/rancher-templates/';
26324
25244
  };
26325
25245
  export type RancherTemplatesListResponses = {
26326
- 200: PaginatedRancherTemplateList;
25246
+ 200: Array<RancherTemplate>;
26327
25247
  };
26328
25248
  export type RancherTemplatesListResponse = RancherTemplatesListResponses[keyof RancherTemplatesListResponses];
26329
25249
  export type RancherTemplatesRetrieveData = {
@@ -26366,7 +25286,7 @@ export type RancherUsersListData = {
26366
25286
  url: '/api/rancher-users/';
26367
25287
  };
26368
25288
  export type RancherUsersListResponses = {
26369
- 200: PaginatedRancherUserList;
25289
+ 200: Array<RancherUser>;
26370
25290
  };
26371
25291
  export type RancherUsersListResponse = RancherUsersListResponses[keyof RancherUsersListResponses];
26372
25292
  export type RancherUsersRetrieveData = {
@@ -26392,14 +25312,7 @@ export type RancherWorkloadsListData = {
26392
25312
  /**
26393
25313
  * Ordering
26394
25314
  *
26395
- * * `name` - Name
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)
25315
+ *
26403
25316
  */
26404
25317
  o?: Array<'-cluster_name' | '-name' | '-namespace_name' | '-project_name' | 'cluster_name' | 'name' | 'namespace_name' | 'project_name'>;
26405
25318
  /**
@@ -26417,7 +25330,7 @@ export type RancherWorkloadsListData = {
26417
25330
  url: '/api/rancher-workloads/';
26418
25331
  };
26419
25332
  export type RancherWorkloadsListResponses = {
26420
- 200: PaginatedRancherWorkloadList;
25333
+ 200: Array<RancherWorkload>;
26421
25334
  };
26422
25335
  export type RancherWorkloadsListResponse = RancherWorkloadsListResponses[keyof RancherWorkloadsListResponses];
26423
25336
  export type RancherWorkloadsCreateData = {
@@ -26695,7 +25608,7 @@ export type RemoteWaldurApiRemoteCategoriesData = {
26695
25608
  url: '/api/remote-waldur-api/remote_categories/';
26696
25609
  };
26697
25610
  export type RemoteWaldurApiRemoteCategoriesResponses = {
26698
- 200: PaginatedMarketplaceCategoryList;
25611
+ 200: Array<MarketplaceCategory>;
26699
25612
  };
26700
25613
  export type RemoteWaldurApiRemoteCategoriesResponse = RemoteWaldurApiRemoteCategoriesResponses[keyof RemoteWaldurApiRemoteCategoriesResponses];
26701
25614
  export type RemoteWaldurApiRemoteCustomersData = {
@@ -26714,7 +25627,7 @@ export type RemoteWaldurApiRemoteCustomersData = {
26714
25627
  url: '/api/remote-waldur-api/remote_customers/';
26715
25628
  };
26716
25629
  export type RemoteWaldurApiRemoteCustomersResponses = {
26717
- 200: PaginatedRemoteCustomerList;
25630
+ 200: Array<RemoteCustomer>;
26718
25631
  };
26719
25632
  export type RemoteWaldurApiRemoteCustomersResponse = RemoteWaldurApiRemoteCustomersResponses[keyof RemoteWaldurApiRemoteCustomersResponses];
26720
25633
  export type RemoteWaldurApiSharedOfferingsData = {
@@ -26734,7 +25647,7 @@ export type RemoteWaldurApiSharedOfferingsData = {
26734
25647
  url: '/api/remote-waldur-api/shared_offerings/';
26735
25648
  };
26736
25649
  export type RemoteWaldurApiSharedOfferingsResponses = {
26737
- 200: PaginatedRemoteOfferingList;
25650
+ 200: Array<RemoteOffering>;
26738
25651
  };
26739
25652
  export type RemoteWaldurApiSharedOfferingsResponse = RemoteWaldurApiSharedOfferingsResponses[keyof RemoteWaldurApiSharedOfferingsResponses];
26740
25653
  export type RemoteWaldurApiSyncResourceData = {
@@ -26785,7 +25698,7 @@ export type RolesListData = {
26785
25698
  url: '/api/roles/';
26786
25699
  };
26787
25700
  export type RolesListResponses = {
26788
- 200: PaginatedRoleDetailsList;
25701
+ 200: Array<RoleDetails>;
26789
25702
  };
26790
25703
  export type RolesListResponse = RolesListResponses[keyof RolesListResponses];
26791
25704
  export type RolesCreateData = {
@@ -26917,23 +25830,13 @@ export type ServiceSettingsListData = {
26917
25830
  */
26918
25831
  scope_uuid?: string;
26919
25832
  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
25833
  state?: Array<'CREATING' | 'CREATION_SCHEDULED' | 'DELETING' | 'DELETION_SCHEDULED' | 'ERRED' | 'OK' | 'UPDATE_SCHEDULED' | 'UPDATING'>;
26931
25834
  type?: string;
26932
25835
  };
26933
25836
  url: '/api/service-settings/';
26934
25837
  };
26935
25838
  export type ServiceSettingsListResponses = {
26936
- 200: PaginatedServiceSettingsList;
25839
+ 200: Array<ServiceSettings>;
26937
25840
  };
26938
25841
  export type ServiceSettingsListResponse = ServiceSettingsListResponses[keyof ServiceSettingsListResponses];
26939
25842
  export type ServiceSettingsRetrieveData = {
@@ -26972,7 +25875,7 @@ export type SlurmAllocationUserUsageListData = {
26972
25875
  url: '/api/slurm-allocation-user-usage/';
26973
25876
  };
26974
25877
  export type SlurmAllocationUserUsageListResponses = {
26975
- 200: PaginatedSlurmAllocationUserUsageList;
25878
+ 200: Array<SlurmAllocationUserUsage>;
26976
25879
  };
26977
25880
  export type SlurmAllocationUserUsageListResponse = SlurmAllocationUserUsageListResponses[keyof SlurmAllocationUserUsageListResponses];
26978
25881
  export type SlurmAllocationUserUsageRetrieveData = {
@@ -27019,23 +25922,13 @@ export type SlurmAllocationsListData = {
27019
25922
  project_uuid?: string;
27020
25923
  service_settings_name?: string;
27021
25924
  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
25925
  state?: Array<'CREATING' | 'CREATION_SCHEDULED' | 'DELETING' | 'DELETION_SCHEDULED' | 'ERRED' | 'OK' | 'UPDATE_SCHEDULED' | 'UPDATING'>;
27033
25926
  uuid?: string;
27034
25927
  };
27035
25928
  url: '/api/slurm-allocations/';
27036
25929
  };
27037
25930
  export type SlurmAllocationsListResponses = {
27038
- 200: PaginatedSlurmAllocationList;
25931
+ 200: Array<SlurmAllocation>;
27039
25932
  };
27040
25933
  export type SlurmAllocationsListResponse = SlurmAllocationsListResponses[keyof SlurmAllocationsListResponses];
27041
25934
  export type SlurmAllocationsCreateData = {
@@ -27159,7 +26052,7 @@ export type SlurmAssociationsListData = {
27159
26052
  url: '/api/slurm-associations/';
27160
26053
  };
27161
26054
  export type SlurmAssociationsListResponses = {
27162
- 200: PaginatedSlurmAssociationList;
26055
+ 200: Array<SlurmAssociation>;
27163
26056
  };
27164
26057
  export type SlurmAssociationsListResponse = SlurmAssociationsListResponses[keyof SlurmAssociationsListResponses];
27165
26058
  export type SlurmAssociationsRetrieveData = {
@@ -27191,7 +26084,7 @@ export type SlurmJobsListData = {
27191
26084
  url: '/api/slurm-jobs/';
27192
26085
  };
27193
26086
  export type SlurmJobsListResponses = {
27194
- 200: PaginatedFirecrestJobList;
26087
+ 200: Array<FirecrestJob>;
27195
26088
  };
27196
26089
  export type SlurmJobsListResponse = SlurmJobsListResponses[keyof SlurmJobsListResponses];
27197
26090
  export type SlurmJobsCreateData = {
@@ -27304,7 +26197,7 @@ export type SupportAttachmentsListData = {
27304
26197
  url: '/api/support-attachments/';
27305
26198
  };
27306
26199
  export type SupportAttachmentsListResponses = {
27307
- 200: PaginatedAttachmentList;
26200
+ 200: Array<Attachment>;
27308
26201
  };
27309
26202
  export type SupportAttachmentsListResponse = SupportAttachmentsListResponses[keyof SupportAttachmentsListResponses];
27310
26203
  export type SupportAttachmentsCreateData = {
@@ -27359,10 +26252,7 @@ export type SupportCommentsListData = {
27359
26252
  /**
27360
26253
  * Ordering
27361
26254
  *
27362
- * * `created` - Created
27363
- * * `-created` - Created (descending)
27364
- * * `modified` - Modified
27365
- * * `-modified` - Modified (descending)
26255
+ *
27366
26256
  */
27367
26257
  o?: Array<'-created' | '-modified' | 'created' | 'modified'>;
27368
26258
  /**
@@ -27381,7 +26271,7 @@ export type SupportCommentsListData = {
27381
26271
  url: '/api/support-comments/';
27382
26272
  };
27383
26273
  export type SupportCommentsListResponses = {
27384
- 200: PaginatedCommentList;
26274
+ 200: Array<Comment>;
27385
26275
  };
27386
26276
  export type SupportCommentsListResponse = SupportCommentsListResponses[keyof SupportCommentsListResponses];
27387
26277
  export type SupportCommentsDestroyData = {
@@ -27487,7 +26377,7 @@ export type SupportFeedbacksListData = {
27487
26377
  url: '/api/support-feedbacks/';
27488
26378
  };
27489
26379
  export type SupportFeedbacksListResponses = {
27490
- 200: PaginatedFeedbackList;
26380
+ 200: Array<Feedback>;
27491
26381
  };
27492
26382
  export type SupportFeedbacksListResponse = SupportFeedbacksListResponses[keyof SupportFeedbacksListResponses];
27493
26383
  export type SupportFeedbacksCreateData = {
@@ -27529,34 +26419,7 @@ export type SupportIssuesListData = {
27529
26419
  /**
27530
26420
  * Ordering
27531
26421
  *
27532
- * * `created` - Created
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)
26422
+ *
27560
26423
  */
27561
26424
  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
26425
  /**
@@ -27596,7 +26459,7 @@ export type SupportIssuesListData = {
27596
26459
  url: '/api/support-issues/';
27597
26460
  };
27598
26461
  export type SupportIssuesListResponses = {
27599
- 200: PaginatedIssueList;
26462
+ 200: Array<Issue>;
27600
26463
  };
27601
26464
  export type SupportIssuesListResponse = SupportIssuesListResponses[keyof SupportIssuesListResponses];
27602
26465
  export type SupportIssuesCreateData = {
@@ -27712,7 +26575,7 @@ export type SupportPrioritiesListData = {
27712
26575
  url: '/api/support-priorities/';
27713
26576
  };
27714
26577
  export type SupportPrioritiesListResponses = {
27715
- 200: PaginatedPriorityList;
26578
+ 200: Array<Priority>;
27716
26579
  };
27717
26580
  export type SupportPrioritiesListResponse = SupportPrioritiesListResponses[keyof SupportPrioritiesListResponses];
27718
26581
  export type SupportPrioritiesRetrieveData = {
@@ -27763,7 +26626,7 @@ export type SupportTemplatesListData = {
27763
26626
  url: '/api/support-templates/';
27764
26627
  };
27765
26628
  export type SupportTemplatesListResponses = {
27766
- 200: PaginatedTemplateList;
26629
+ 200: Array<Template>;
27767
26630
  };
27768
26631
  export type SupportTemplatesListResponse = SupportTemplatesListResponses[keyof SupportTemplatesListResponses];
27769
26632
  export type SupportTemplatesCreateData = {
@@ -27880,7 +26743,7 @@ export type SupportUsersListData = {
27880
26743
  url: '/api/support-users/';
27881
26744
  };
27882
26745
  export type SupportUsersListResponses = {
27883
- 200: PaginatedSupportUserList;
26746
+ 200: Array<SupportUser>;
27884
26747
  };
27885
26748
  export type SupportUsersListResponse = SupportUsersListResponses[keyof SupportUsersListResponses];
27886
26749
  export type SupportUsersRetrieveData = {
@@ -27947,10 +26810,6 @@ export type UserAgreementsListData = {
27947
26810
  body?: never;
27948
26811
  path?: never;
27949
26812
  query?: {
27950
- /**
27951
- * * `TOS` - Terms of services
27952
- * * `PP` - Privacy policy
27953
- */
27954
26813
  agreement_type?: 'PP' | 'TOS';
27955
26814
  /**
27956
26815
  * A page number within the paginated result set.
@@ -27964,7 +26823,7 @@ export type UserAgreementsListData = {
27964
26823
  url: '/api/user-agreements/';
27965
26824
  };
27966
26825
  export type UserAgreementsListResponses = {
27967
- 200: PaginatedUserAgreementList;
26826
+ 200: Array<UserAgreement>;
27968
26827
  };
27969
26828
  export type UserAgreementsListResponse = UserAgreementsListResponses[keyof UserAgreementsListResponses];
27970
26829
  export type UserAgreementsCreateData = {
@@ -28037,8 +26896,7 @@ export type UserGroupInvitationsListData = {
28037
26896
  /**
28038
26897
  * Ordering
28039
26898
  *
28040
- * * `created` - Created
28041
- * * `-created` - Created (descending)
26899
+ *
28042
26900
  */
28043
26901
  o?: Array<'-created' | 'created'>;
28044
26902
  /**
@@ -28056,7 +26914,7 @@ export type UserGroupInvitationsListData = {
28056
26914
  url: '/api/user-group-invitations/';
28057
26915
  };
28058
26916
  export type UserGroupInvitationsListResponses = {
28059
- 200: PaginatedGroupInvitationList;
26917
+ 200: Array<GroupInvitation>;
28060
26918
  };
28061
26919
  export type UserGroupInvitationsListResponse = UserGroupInvitationsListResponses[keyof UserGroupInvitationsListResponses];
28062
26920
  export type UserGroupInvitationsCreateData = {
@@ -28113,7 +26971,7 @@ export type UserGroupInvitationsProjectsListData = {
28113
26971
  url: '/api/user-group-invitations/{uuid}/projects/';
28114
26972
  };
28115
26973
  export type UserGroupInvitationsProjectsListResponses = {
28116
- 200: PaginatedNestedProjectList;
26974
+ 200: Array<NestedProject>;
28117
26975
  };
28118
26976
  export type UserGroupInvitationsProjectsListResponse = UserGroupInvitationsProjectsListResponses[keyof UserGroupInvitationsProjectsListResponses];
28119
26977
  export type UserGroupInvitationsSubmitRequestData = {
@@ -28138,12 +26996,7 @@ export type UserInvitationsListData = {
28138
26996
  /**
28139
26997
  * Ordering
28140
26998
  *
28141
- * * `email` - Email
28142
- * * `-email` - Email (descending)
28143
- * * `state` - State
28144
- * * `-state` - State (descending)
28145
- * * `created` - Created
28146
- * * `-created` - Created (descending)
26999
+ *
28147
27000
  */
28148
27001
  o?: Array<'-created' | '-email' | '-state' | 'created' | 'email' | 'state'>;
28149
27002
  /**
@@ -28157,21 +27010,12 @@ export type UserInvitationsListData = {
28157
27010
  role_name?: string;
28158
27011
  role_uuid?: string;
28159
27012
  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
27013
  state?: Array<'accepted' | 'canceled' | 'expired' | 'pending' | 'project' | 'rejected' | 'requested'>;
28170
27014
  };
28171
27015
  url: '/api/user-invitations/';
28172
27016
  };
28173
27017
  export type UserInvitationsListResponses = {
28174
- 200: PaginatedInvitationList;
27018
+ 200: Array<Invitation>;
28175
27019
  };
28176
27020
  export type UserInvitationsListResponse = UserInvitationsListResponses[keyof UserInvitationsListResponses];
28177
27021
  export type UserInvitationsCreateData = {
@@ -28310,10 +27154,7 @@ export type UserPermissionRequestsListData = {
28310
27154
  /**
28311
27155
  * Ordering
28312
27156
  *
28313
- * * `state` - State
28314
- * * `-state` - State (descending)
28315
- * * `created` - Created
28316
- * * `-created` - Created (descending)
27157
+ *
28317
27158
  */
28318
27159
  o?: Array<'-created' | '-state' | 'created' | 'state'>;
28319
27160
  /**
@@ -28324,19 +27165,12 @@ export type UserPermissionRequestsListData = {
28324
27165
  * Number of results to return per page.
28325
27166
  */
28326
27167
  page_size?: number;
28327
- /**
28328
- * * `draft` - draft
28329
- * * `pending` - pending
28330
- * * `approved` - approved
28331
- * * `rejected` - rejected
28332
- * * `canceled` - canceled
28333
- */
28334
27168
  state?: Array<'approved' | 'canceled' | 'draft' | 'pending' | 'rejected'>;
28335
27169
  };
28336
27170
  url: '/api/user-permission-requests/';
28337
27171
  };
28338
27172
  export type UserPermissionRequestsListResponses = {
28339
- 200: PaginatedPermissionRequestList;
27173
+ 200: Array<PermissionRequest>;
28340
27174
  };
28341
27175
  export type UserPermissionRequestsListResponse = UserPermissionRequestsListResponses[keyof UserPermissionRequestsListResponses];
28342
27176
  export type UserPermissionRequestsRetrieveData = {
@@ -28387,20 +27221,7 @@ export type UserPermissionsListData = {
28387
27221
  /**
28388
27222
  * Ordering
28389
27223
  *
28390
- * * `username` - Username
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)
27224
+ *
28404
27225
  */
28405
27226
  o?: Array<'-created' | '-email' | '-expiration_time' | '-full_name' | '-native_name' | '-role' | '-username' | 'created' | 'email' | 'expiration_time' | 'full_name' | 'native_name' | 'role' | 'username'>;
28406
27227
  /**
@@ -28422,7 +27243,7 @@ export type UserPermissionsListData = {
28422
27243
  url: '/api/user-permissions/';
28423
27244
  };
28424
27245
  export type UserPermissionsListResponses = {
28425
- 200: PaginatedPermissionList;
27246
+ 200: Array<Permission>;
28426
27247
  };
28427
27248
  export type UserPermissionsListResponse = UserPermissionsListResponses[keyof UserPermissionsListResponses];
28428
27249
  export type UserPermissionsRetrieveData = {
@@ -28458,30 +27279,7 @@ export type UsersListData = {
28458
27279
  /**
28459
27280
  * Ordering
28460
27281
  *
28461
- * * `full_name` - Full name
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)
27282
+ *
28485
27283
  */
28486
27284
  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
27285
  organization?: string;
@@ -28514,7 +27312,7 @@ export type UsersListData = {
28514
27312
  url: '/api/users/';
28515
27313
  };
28516
27314
  export type UsersListResponses = {
28517
- 200: PaginatedUserList;
27315
+ 200: Array<User>;
28518
27316
  };
28519
27317
  export type UsersListResponse = UsersListResponses[keyof UsersListResponses];
28520
27318
  export type UsersCreateData = {
@@ -28730,7 +27528,7 @@ export type VmwareClustersListData = {
28730
27528
  url: '/api/vmware-clusters/';
28731
27529
  };
28732
27530
  export type VmwareClustersListResponses = {
28733
- 200: PaginatedVmwareClusterList;
27531
+ 200: Array<VmwareCluster>;
28734
27532
  };
28735
27533
  export type VmwareClustersListResponse = VmwareClustersListResponses[keyof VmwareClustersListResponses];
28736
27534
  export type VmwareClustersRetrieveData = {
@@ -28769,7 +27567,7 @@ export type VmwareDatastoresListData = {
28769
27567
  url: '/api/vmware-datastores/';
28770
27568
  };
28771
27569
  export type VmwareDatastoresListResponses = {
28772
- 200: PaginatedVmwareDatastoreList;
27570
+ 200: Array<VmwareDatastore>;
28773
27571
  };
28774
27572
  export type VmwareDatastoresListResponse = VmwareDatastoresListResponses[keyof VmwareDatastoresListResponses];
28775
27573
  export type VmwareDatastoresRetrieveData = {
@@ -28812,16 +27610,6 @@ export type VmwareDisksListData = {
28812
27610
  project_uuid?: string;
28813
27611
  service_settings_name?: string;
28814
27612
  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
27613
  state?: Array<'CREATING' | 'CREATION_SCHEDULED' | 'DELETING' | 'DELETION_SCHEDULED' | 'ERRED' | 'OK' | 'UPDATE_SCHEDULED' | 'UPDATING'>;
28826
27614
  uuid?: string;
28827
27615
  vm?: string;
@@ -28830,7 +27618,7 @@ export type VmwareDisksListData = {
28830
27618
  url: '/api/vmware-disks/';
28831
27619
  };
28832
27620
  export type VmwareDisksListResponses = {
28833
- 200: PaginatedVmwareDiskList;
27621
+ 200: Array<VmwareDisk>;
28834
27622
  };
28835
27623
  export type VmwareDisksListResponse = VmwareDisksListResponses[keyof VmwareDisksListResponses];
28836
27624
  export type VmwareDisksDestroyData = {
@@ -28926,7 +27714,7 @@ export type VmwareFoldersListData = {
28926
27714
  url: '/api/vmware-folders/';
28927
27715
  };
28928
27716
  export type VmwareFoldersListResponses = {
28929
- 200: PaginatedVmwareFolderList;
27717
+ 200: Array<VmwareFolder>;
28930
27718
  };
28931
27719
  export type VmwareFoldersListResponse = VmwareFoldersListResponses[keyof VmwareFoldersListResponses];
28932
27720
  export type VmwareFoldersRetrieveData = {
@@ -28981,7 +27769,7 @@ export type VmwareNetworksListData = {
28981
27769
  url: '/api/vmware-networks/';
28982
27770
  };
28983
27771
  export type VmwareNetworksListResponses = {
28984
- 200: PaginatedVmwareNetworkList;
27772
+ 200: Array<VmwareNetwork>;
28985
27773
  };
28986
27774
  export type VmwareNetworksListResponse = VmwareNetworksListResponses[keyof VmwareNetworksListResponses];
28987
27775
  export type VmwareNetworksRetrieveData = {
@@ -29026,16 +27814,6 @@ export type VmwarePortsListData = {
29026
27814
  project_uuid?: string;
29027
27815
  service_settings_name?: string;
29028
27816
  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
27817
  state?: Array<'CREATING' | 'CREATION_SCHEDULED' | 'DELETING' | 'DELETION_SCHEDULED' | 'ERRED' | 'OK' | 'UPDATE_SCHEDULED' | 'UPDATING'>;
29040
27818
  uuid?: string;
29041
27819
  vm?: string;
@@ -29044,7 +27822,7 @@ export type VmwarePortsListData = {
29044
27822
  url: '/api/vmware-ports/';
29045
27823
  };
29046
27824
  export type VmwarePortsListResponses = {
29047
- 200: PaginatedVmwarePortList;
27825
+ 200: Array<VmwarePort>;
29048
27826
  };
29049
27827
  export type VmwarePortsListResponse = VmwarePortsListResponses[keyof VmwarePortsListResponses];
29050
27828
  export type VmwarePortsDestroyData = {
@@ -29124,7 +27902,7 @@ export type VmwareTemplatesListData = {
29124
27902
  url: '/api/vmware-templates/';
29125
27903
  };
29126
27904
  export type VmwareTemplatesListResponses = {
29127
- 200: PaginatedVmwareTemplateList;
27905
+ 200: Array<VmwareTemplate>;
29128
27906
  };
29129
27907
  export type VmwareTemplatesListResponse = VmwareTemplatesListResponses[keyof VmwareTemplatesListResponses];
29130
27908
  export type VmwareTemplatesRetrieveData = {
@@ -29168,23 +27946,13 @@ export type VmwareVirtualMachineListData = {
29168
27946
  runtime_state?: string;
29169
27947
  service_settings_name?: string;
29170
27948
  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
27949
  state?: Array<'CREATING' | 'CREATION_SCHEDULED' | 'DELETING' | 'DELETION_SCHEDULED' | 'ERRED' | 'OK' | 'UPDATE_SCHEDULED' | 'UPDATING'>;
29182
27950
  uuid?: string;
29183
27951
  };
29184
27952
  url: '/api/vmware-virtual-machine/';
29185
27953
  };
29186
27954
  export type VmwareVirtualMachineListResponses = {
29187
- 200: PaginatedVmwareVirtualMachineList;
27955
+ 200: Array<VmwareVirtualMachine>;
29188
27956
  };
29189
27957
  export type VmwareVirtualMachineListResponse = VmwareVirtualMachineListResponses[keyof VmwareVirtualMachineListResponses];
29190
27958
  export type VmwareVirtualMachineCreateData = {