@nexgencloud/hyperstack-sdk-javascript 1.51.2-alpha → 1.52.3-alpha
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +37 -1
- package/dist/ApiClient.js +2 -2
- package/dist/api/AccessKeysApi.js +1 -1
- package/dist/api/AliveApi.js +1 -1
- package/dist/api/ApiKeyApi.js +1 -1
- package/dist/api/AssigningMemberRoleApi.js +1 -1
- package/dist/api/AuthApi.js +1 -1
- package/dist/api/AutoTopupApi.js +221 -0
- package/dist/api/BetaAccessApi.js +1 -1
- package/dist/api/BillingApi.js +154 -1
- package/dist/api/BucketsApi.js +1 -1
- package/dist/api/CalculateApi.js +1 -1
- package/dist/api/CallbacksApi.js +1 -1
- package/dist/api/ClusterEventsApi.js +1 -1
- package/dist/api/ClustersApi.js +1 -1
- package/dist/api/ComplianceApi.js +1 -1
- package/dist/api/CreditApi.js +1 -1
- package/dist/api/CustomerContractApi.js +1 -1
- package/dist/api/DashboardApi.js +1 -1
- package/dist/api/DeploymentApi.js +1 -1
- package/dist/api/EnvironmentApi.js +1 -1
- package/dist/api/FIPExclusionsApi.js +1 -1
- package/dist/api/FirewallAttachmentApi.js +1 -1
- package/dist/api/FirewallsApi.js +1 -1
- package/dist/api/FlavorApi.js +1 -1
- package/dist/api/FloatingIpApi.js +1 -1
- package/dist/api/GpuApi.js +1 -1
- package/dist/api/HealthApi.js +1 -1
- package/dist/api/ImageApi.js +1 -1
- package/dist/api/InviteApi.js +1 -1
- package/dist/api/KeypairApi.js +1 -1
- package/dist/api/OrganizationApi.js +1 -1
- package/dist/api/PartnerConfigApi.js +1 -1
- package/dist/api/PaymentApi.js +1 -1
- package/dist/api/PermissionApi.js +1 -1
- package/dist/api/PolicyApi.js +1 -1
- package/dist/api/PricebookApi.js +1 -1
- package/dist/api/ProfileApi.js +1 -1
- package/dist/api/RbacRoleApi.js +1 -1
- package/dist/api/RegionApi.js +1 -1
- package/dist/api/RegionsApi.js +1 -1
- package/dist/api/SecurityRulesApi.js +1 -1
- package/dist/api/SnapshotEventsApi.js +1 -1
- package/dist/api/SnapshotsApi.js +1 -1
- package/dist/api/StockApi.js +1 -1
- package/dist/api/TemplateApi.js +1 -1
- package/dist/api/UserApi.js +1 -1
- package/dist/api/UserConsentApi.js +251 -0
- package/dist/api/UserConsentEventsApi.js +87 -0
- package/dist/api/UserDetailChoiceApi.js +1 -1
- package/dist/api/UserPermissionApi.js +1 -1
- package/dist/api/VirtualMachineApi.js +1 -1
- package/dist/api/VirtualMachineEventsApi.js +1 -1
- package/dist/api/VncUrlApi.js +1 -1
- package/dist/api/VolumeApi.js +1 -1
- package/dist/api/VolumeAttachmentApi.js +1 -1
- package/dist/api/VouchersApi.js +1 -1
- package/dist/index.js +175 -0
- package/dist/model/AccessTokenField.js +1 -1
- package/dist/model/AddUserInfoSuccessResponseModel.js +1 -1
- package/dist/model/AllocatedGPUCountGraph.js +1 -1
- package/dist/model/ApiKeyFields.js +1 -1
- package/dist/model/AssignRbacRolePayload.js +1 -1
- package/dist/model/AttachCallbackPayload.js +1 -1
- package/dist/model/AttachCallbackResponse.js +1 -1
- package/dist/model/AttachFirewallWithVM.js +1 -1
- package/dist/model/AttachFirewallsToVMPayload.js +1 -1
- package/dist/model/AttachVolumeFields.js +1 -1
- package/dist/model/AttachVolumes.js +1 -1
- package/dist/model/AttachVolumesPayload.js +1 -1
- package/dist/model/AttachmentsFieldsForVolume.js +1 -1
- package/dist/model/Attributes.js +1 -1
- package/dist/model/AuthGetTokenResponseModel.js +1 -1
- package/dist/model/AuthUserFields.js +1 -1
- package/dist/model/AuthUserInfoResponseModel.js +1 -1
- package/dist/model/AutoTopup.js +130 -0
- package/dist/model/AutoTopupErrorResponse.js +112 -0
- package/dist/model/AutoTopupStatusSchema.js +108 -0
- package/dist/model/BetaAccessRequestFields.js +1 -1
- package/dist/model/BetaAccessRequestPayload.js +1 -1
- package/dist/model/BetaAccessRequestResponseModel.js +1 -1
- package/dist/model/BetaAccessStatusItem.js +1 -1
- package/dist/model/BetaAccessStatusResponseModel.js +1 -1
- package/dist/model/BillingHistory.js +9 -3
- package/dist/model/BillingHistoryDataSynthesisDetails.js +1 -1
- package/dist/model/BillingHistoryFineTuning.js +1 -1
- package/dist/model/BillingHistoryImageGenerationDetails.js +143 -0
- package/dist/model/BillingHistoryModelEvalutationDetails.js +1 -1
- package/dist/model/BillingHistoryServerlessInference.js +1 -1
- package/dist/model/BillingHistoryServerlessInferenceDetails.js +1 -1
- package/dist/model/BillingMetricesFields.js +1 -1
- package/dist/model/BillingMetricesResponse.js +1 -1
- package/dist/model/ClusterEvents.js +1 -1
- package/dist/model/ClusterEventsFields.js +1 -1
- package/dist/model/ClusterFields.js +1 -1
- package/dist/model/ClusterFlavorFields.js +1 -1
- package/dist/model/ClusterListResponse.js +1 -1
- package/dist/model/ClusterNodeFields.js +1 -1
- package/dist/model/ClusterNodeGroupFields.js +1 -1
- package/dist/model/ClusterNodeGroupFirewallFields.js +1 -1
- package/dist/model/ClusterNodeGroupsCreateResponse.js +1 -1
- package/dist/model/ClusterNodeGroupsGetResponse.js +1 -1
- package/dist/model/ClusterNodeGroupsListResponse.js +1 -1
- package/dist/model/ClusterNodeInstanceFields.js +1 -1
- package/dist/model/ClusterNodesListResponse.js +1 -1
- package/dist/model/ClusterResponse.js +1 -1
- package/dist/model/ClusterVersion.js +1 -1
- package/dist/model/ClusterVersions.js +1 -1
- package/dist/model/Colors.js +1 -1
- package/dist/model/CommonResponseModel.js +1 -1
- package/dist/model/CompatibleFlavor.js +1 -1
- package/dist/model/ComplianceFields.js +1 -1
- package/dist/model/ComplianceModelFields.js +1 -1
- package/dist/model/CompliancePayload.js +1 -1
- package/dist/model/ComplianceResponse.js +1 -1
- package/dist/model/ConsentActionResponse.js +103 -0
- package/dist/model/ConsentBlock.js +136 -0
- package/dist/model/ConsentEventsResponse.js +124 -0
- package/dist/model/ConsentTemplate.js +123 -0
- package/dist/model/ConsentTemplatesResponse.js +86 -0
- package/dist/model/ContainerOverviewFields.js +1 -1
- package/dist/model/Contract.js +1 -1
- package/dist/model/ContractDiscountPlanFields.js +1 -1
- package/dist/model/ContractGPUAllocationGraphResponse.js +1 -1
- package/dist/model/ContractInstanceFields.js +1 -1
- package/dist/model/ContractInstancesResponse.js +1 -1
- package/dist/model/CreateAutoTopupPayload.js +120 -0
- package/dist/model/CreateAutoTopupResponse.js +113 -0
- package/dist/model/CreateClusterNodeFields.js +1 -1
- package/dist/model/CreateClusterNodeGroupPayload.js +1 -1
- package/dist/model/CreateClusterPayload.js +1 -1
- package/dist/model/CreateEnvironment.js +1 -1
- package/dist/model/CreateFirewallPayload.js +1 -1
- package/dist/model/CreateFirewallRulePayload.js +1 -1
- package/dist/model/CreateImage.js +1 -1
- package/dist/model/CreateImagePayload.js +1 -1
- package/dist/model/CreateInstancesPayload.js +1 -1
- package/dist/model/CreateInstancesResponse.js +1 -1
- package/dist/model/CreateProfilePayload.js +1 -1
- package/dist/model/CreateProfileResponse.js +1 -1
- package/dist/model/CreateSecurityRulePayload.js +1 -1
- package/dist/model/CreateSnapshotPayload.js +1 -1
- package/dist/model/CreateSnapshotResponse.js +1 -1
- package/dist/model/CreateUpdateComplianceResponse.js +1 -1
- package/dist/model/CreateUpdateRbacRolePayload.js +1 -1
- package/dist/model/CreateVolumePayload.js +1 -1
- package/dist/model/CustomerContractDetailResponseModel.js +1 -1
- package/dist/model/CustomerContractFields.js +1 -1
- package/dist/model/DashboardInfoResponse.js +1 -1
- package/dist/model/DataSynthesisBillingHistoryDetailsResponseSchema.js +1 -1
- package/dist/model/DeleteClusterNodesFields.js +1 -1
- package/dist/model/DeploymentFields.js +1 -1
- package/dist/model/DeploymentFieldsForStartDeployments.js +1 -1
- package/dist/model/Deployments.js +1 -1
- package/dist/model/DetachVolumes.js +1 -1
- package/dist/model/DetachVolumesPayload.js +1 -1
- package/dist/model/DisableAutoTopupResponse.js +113 -0
- package/dist/model/EditLabelOfAnExistingVMPayload.js +1 -1
- package/dist/model/Environment.js +1 -1
- package/dist/model/EnvironmentFeatures.js +1 -1
- package/dist/model/EnvironmentFields.js +1 -1
- package/dist/model/EnvironmentFieldsForVolume.js +1 -1
- package/dist/model/Environments.js +1 -1
- package/dist/model/ErrorResponseModel.js +1 -1
- package/dist/model/FirewallAttachmentModel.js +1 -1
- package/dist/model/FirewallAttachmentVMModel.js +1 -1
- package/dist/model/FirewallDetailFields.js +1 -1
- package/dist/model/FirewallDetailResponse.js +1 -1
- package/dist/model/FirewallEnvironmentFields.js +1 -1
- package/dist/model/FirewallFields.js +1 -1
- package/dist/model/FirewallResponse.js +1 -1
- package/dist/model/FirewallRule.js +1 -1
- package/dist/model/FirewallsListResponse.js +1 -1
- package/dist/model/FlavorFields.js +1 -1
- package/dist/model/FlavorItemGetResponse.js +1 -1
- package/dist/model/FlavorLabelFields.js +1 -1
- package/dist/model/FlavorListResponse.js +1 -1
- package/dist/model/FlavorObjectFields.js +1 -1
- package/dist/model/FlavorRestrictions.js +1 -1
- package/dist/model/GPUFields.js +1 -1
- package/dist/model/GPUList.js +1 -1
- package/dist/model/GPURegionFields.js +1 -1
- package/dist/model/GenerateUpdateApiKeyPayload.js +1 -1
- package/dist/model/GenerateUpdateApiKeyResponseModel.js +1 -1
- package/dist/model/GetApiKeysResponseModel.js +1 -1
- package/dist/model/GetAutoTopupResponse.js +113 -0
- package/dist/model/GetCreditAndThresholdInfo.js +1 -1
- package/dist/model/GetCreditAndThresholdInfoInResponse.js +1 -1
- package/dist/model/GetCustomerContractsListResponseModel.js +1 -1
- package/dist/model/GetInstanceLogsResponse.js +1 -1
- package/dist/model/GetInvitesResponseModel.js +1 -1
- package/dist/model/GetOrganizationResponseModel.js +1 -1
- package/dist/model/GetPermissionsResponseModel.js +1 -1
- package/dist/model/GetPoliciesResponseModel.js +1 -1
- package/dist/model/GetRbacRolesResponseModel.js +1 -1
- package/dist/model/GetUserPermissionsResponseModel.js +1 -1
- package/dist/model/GraphDatetimeValueModel.js +1 -1
- package/dist/model/Image.js +1 -1
- package/dist/model/ImageFields.js +1 -1
- package/dist/model/ImageGenerationBillingHistoryDetailsResponseSchema.js +113 -0
- package/dist/model/ImageGetResponse.js +1 -1
- package/dist/model/Images.js +1 -1
- package/dist/model/ImportKeypairPayload.js +1 -1
- package/dist/model/ImportKeypairResponse.js +1 -1
- package/dist/model/InfrahubResourceObjectResponseForCustomer.js +1 -1
- package/dist/model/Instance.js +1 -1
- package/dist/model/InstanceEnvironmentFields.js +1 -1
- package/dist/model/InstanceEvents.js +1 -1
- package/dist/model/InstanceEventsFields.js +1 -1
- package/dist/model/InstanceFields.js +1 -1
- package/dist/model/InstanceFlavorFields.js +1 -1
- package/dist/model/InstanceImageFields.js +1 -1
- package/dist/model/InstanceKeypairFields.js +1 -1
- package/dist/model/InstanceOverviewFields.js +1 -1
- package/dist/model/InstanceResizePayload.js +1 -1
- package/dist/model/Instances.js +1 -1
- package/dist/model/InviteFields.js +1 -1
- package/dist/model/InviteUserPayload.js +1 -1
- package/dist/model/InviteUserResponseModel.js +1 -1
- package/dist/model/KeypairEnvironmentFeatures.js +1 -1
- package/dist/model/KeypairEnvironmentFields.js +1 -1
- package/dist/model/KeypairFields.js +1 -1
- package/dist/model/Keypairs.js +1 -1
- package/dist/model/LableResonse.js +1 -1
- package/dist/model/LastDayCostFields.js +1 -1
- package/dist/model/LastDayCostResponse.js +1 -1
- package/dist/model/Logos.js +1 -1
- package/dist/model/MFAStatusFields.js +1 -1
- package/dist/model/MFAStatusResponse.js +1 -1
- package/dist/model/ManualReconciliationModel.js +1 -1
- package/dist/model/MasterFlavorsResponse.js +1 -1
- package/dist/model/MetricItemFields.js +1 -1
- package/dist/model/Metrics.js +149 -0
- package/dist/model/MetricsFields.js +1 -1
- package/dist/model/ModelEvaluationBillingHistoryDetailsResponseSchema.js +1 -1
- package/dist/model/NameAvailableModel.js +1 -1
- package/dist/model/NewConfigurationsResponse.js +1 -1
- package/dist/model/NewModelResponse.js +1 -1
- package/dist/model/NewStockResponse.js +1 -1
- package/dist/model/NewStockRetriveResponse.js +1 -1
- package/dist/model/ObjectStorageAccessKeyCreateRequest.js +1 -1
- package/dist/model/ObjectStorageAccessKeyCreateResponse.js +1 -1
- package/dist/model/ObjectStorageAccessKeyListResponse.js +1 -1
- package/dist/model/ObjectStorageAccessKeyResponse.js +1 -1
- package/dist/model/ObjectStorageBucketListResponse.js +1 -1
- package/dist/model/ObjectStorageBucketResponse.js +1 -1
- package/dist/model/ObjectStorageDeleteResponse.js +1 -1
- package/dist/model/ObjectStorageErrorResponse.js +1 -1
- package/dist/model/ObjectStorageHealthResponse.js +1 -1
- package/dist/model/ObjectStoragePaginationMeta.js +1 -1
- package/dist/model/ObjectStorageRegionListResponse.js +1 -1
- package/dist/model/ObjectStorageRegionResponse.js +1 -1
- package/dist/model/OrganizationFields.js +1 -1
- package/dist/model/OrganizationLevelBillingHistory.js +1 -1
- package/dist/model/OrganizationLevelBillingHistoryResources.js +1 -1
- package/dist/model/OrganizationLevelBillingHistoryResponseAttributes.js +1 -1
- package/dist/model/OrganizationLevelBillingHistoryResponseMetrics.js +1 -1
- package/dist/model/OrganizationLevelBillingHistoryResponseModel.js +1 -1
- package/dist/model/OrganizationThresholdFields.js +1 -1
- package/dist/model/OrganizationThresholdUpdateResponse.js +1 -1
- package/dist/model/OrganizationThresholdsResponse.js +1 -1
- package/dist/model/OrganizationUserResponseModel.js +1 -1
- package/dist/model/OverviewInfo.js +1 -1
- package/dist/model/Pagination.js +1 -1
- package/dist/model/PaginationData.js +1 -1
- package/dist/model/PartnerConfig.js +1 -1
- package/dist/model/PaymentDetailsFields.js +37 -1
- package/dist/model/PaymentDetailsResponse.js +24 -5
- package/dist/model/PaymentInitiateFields.js +1 -1
- package/dist/model/PaymentInitiatePayload.js +1 -1
- package/dist/model/PaymentInitiateResponse.js +1 -1
- package/dist/model/PermissionFields.js +1 -1
- package/dist/model/PolicyFields.js +1 -1
- package/dist/model/PolicyPermissionFields.js +1 -1
- package/dist/model/PricebookModel.js +1 -1
- package/dist/model/PricebookResourceObjectResponseForCustomer.js +1 -1
- package/dist/model/PrimaryColor.js +1 -1
- package/dist/model/ProfileFields.js +1 -1
- package/dist/model/ProfileListResponse.js +1 -1
- package/dist/model/ProfileObjectFields.js +1 -1
- package/dist/model/RbacRoleDetailResponseModel.js +1 -1
- package/dist/model/RbacRoleDetailResponseModelFixed.js +1 -1
- package/dist/model/RbacRoleField.js +1 -1
- package/dist/model/RbacRoleFields.js +1 -1
- package/dist/model/RecordConsentRequest.js +216 -0
- package/dist/model/RedeemVoucherPayload.js +1 -1
- package/dist/model/RegionFields.js +1 -1
- package/dist/model/Regions.js +1 -1
- package/dist/model/RemoveMemberFromOrganizationResponseModel.js +1 -1
- package/dist/model/RemoveMemberPayload.js +1 -1
- package/dist/model/RequestConsole.js +1 -1
- package/dist/model/RequestInstanceLogsPayload.js +1 -1
- package/dist/model/RequestInstanceLogsResponse.js +1 -1
- package/dist/model/ResourceBillingEventsHistoryMetrics.js +1 -1
- package/dist/model/ResourceBillingEventsHistoryResponse.js +1 -1
- package/dist/model/ResourceBillingResponseForCustomer.js +1 -1
- package/dist/model/ResourceLevelBillingBucketDetailsResources.js +1 -1
- package/dist/model/ResourceLevelBillingDetailsAttributes.js +1 -1
- package/dist/model/ResourceLevelBillingDetailsMetrics.js +1 -1
- package/dist/model/ResourceLevelBillingDetailsVM.js +1 -1
- package/dist/model/ResourceLevelBillingDetailsVolume.js +1 -1
- package/dist/model/ResourceLevelBillingDetailsVolumeAttributes.js +1 -1
- package/dist/model/ResourceLevelBillingDetailsVolumeMetrics.js +1 -1
- package/dist/model/ResourceLevelBillingHistory.js +1 -1
- package/dist/model/ResourceLevelBillingHistoryResources.js +1 -1
- package/dist/model/ResourceLevelBillingHistoryResourcesCluster.js +1 -1
- package/dist/model/ResourceLevelBillingHistoryResponseAttributes.js +1 -1
- package/dist/model/ResourceLevelBillingHistoryResponseMetrics.js +1 -1
- package/dist/model/ResourceLevelBillingVMDetailsResources.js +1 -1
- package/dist/model/ResourceLevelBillingVolumeDetailsResources.js +1 -1
- package/dist/model/ResourceLevelBucketBillingDetailsResponseModel.js +1 -1
- package/dist/model/ResourceLevelBucketBillingHistoryResponseModel.js +1 -1
- package/dist/model/ResourceLevelClusterBillingDetailsResponseModel.js +1 -1
- package/dist/model/ResourceLevelClusterBillingHistoryResponseModel.js +1 -1
- package/dist/model/ResourceLevelClusterGraphBillingDetailsResponseModel.js +1 -1
- package/dist/model/ResourceLevelGraphBillingDetailVolume.js +1 -1
- package/dist/model/ResourceLevelGraphBillingDetailsAttributes.js +1 -1
- package/dist/model/ResourceLevelGraphBillingDetailsBucket.js +1 -1
- package/dist/model/ResourceLevelGraphBillingDetailsMetrics.js +1 -1
- package/dist/model/ResourceLevelGraphBillingDetailsVM.js +1 -1
- package/dist/model/ResourceLevelGraphBillingVMDetailsResources.js +1 -1
- package/dist/model/ResourceLevelGraphBillingVolumeDetailsResources.js +1 -1
- package/dist/model/ResourceLevelVMBillingDetailsResponseModel.js +1 -1
- package/dist/model/ResourceLevelVmBillingHistoryResponseModel.js +1 -1
- package/dist/model/ResourceLevelVmGraphBillingDetailsResponseModel.js +1 -1
- package/dist/model/ResourceLevelVolumeBillingDetailsResponseModel.js +1 -1
- package/dist/model/ResourceLevelVolumeBillingHistoryResponseModel.js +1 -1
- package/dist/model/ResourceLevelVolumeGraphBillingDetailsResponseModel.js +1 -1
- package/dist/model/ResourceObjectResponseForCustomer.js +1 -1
- package/dist/model/ResponseModel.js +1 -1
- package/dist/model/RolePermissionFields.js +1 -1
- package/dist/model/RolePolicyFields.js +1 -1
- package/dist/model/SecondaryColor.js +1 -1
- package/dist/model/SecurityGroupRule.js +1 -1
- package/dist/model/SecurityGroupRuleFields.js +1 -1
- package/dist/model/SecurityRulesFieldsForInstance.js +1 -1
- package/dist/model/SecurityRulesProtocolFields.js +1 -1
- package/dist/model/ServerlessInferencedBillingHistoryDetailsResponseSchema.js +1 -1
- package/dist/model/SnapshotFields.js +1 -1
- package/dist/model/SnapshotRestoreRequest.js +1 -1
- package/dist/model/SnapshotRetrieve.js +1 -1
- package/dist/model/SnapshotRetrieveFields.js +1 -1
- package/dist/model/Snapshots.js +1 -1
- package/dist/model/StartDeployment.js +1 -1
- package/dist/model/StartDeploymentPayload.js +1 -1
- package/dist/model/SubResourceGraphBillingDetailsMetrics.js +1 -1
- package/dist/model/SubResourcesCostsResponseModel.js +1 -1
- package/dist/model/SubResourcesGraphBillingHistoryFields.js +1 -1
- package/dist/model/SubResourcesGraphResponseModel.js +1 -1
- package/dist/model/SubscribeOrUnsubscribeUpdatePayload.js +1 -1
- package/dist/model/Template.js +1 -1
- package/dist/model/TemplateFields.js +1 -1
- package/dist/model/Templates.js +1 -1
- package/dist/model/TokenBasedBillingHistoryResponse.js +1 -1
- package/dist/model/URIs.js +1 -1
- package/dist/model/UpdateAutoTopupPayload.js +120 -0
- package/dist/model/UpdateAutoTopupResponse.js +113 -0
- package/dist/model/UpdateClusterNodeGroupPayload.js +1 -1
- package/dist/model/UpdateConsentRequest.js +189 -0
- package/dist/model/UpdateEnvironment.js +1 -1
- package/dist/model/UpdateKeypairName.js +1 -1
- package/dist/model/UpdateKeypairNameResponse.js +1 -1
- package/dist/model/UpdateOrganizationPayload.js +1 -1
- package/dist/model/UpdateOrganizationResponseModel.js +1 -1
- package/dist/model/UpdateTemplate.js +1 -1
- package/dist/model/UpdateVolumeAttachmentPayload.js +1 -1
- package/dist/model/UpdateVolumePayload.js +1 -1
- package/dist/model/UpdateVolumeResponse.js +1 -1
- package/dist/model/UserConsent.js +173 -0
- package/dist/model/UserConsentEvent.js +149 -0
- package/dist/model/UserConsentsResponse.js +110 -0
- package/dist/model/UserDefaultChoiceForUserFields.js +1 -1
- package/dist/model/UserDefaultChoicesForUserResponse.js +1 -1
- package/dist/model/UserInfoPostPayload.js +1 -1
- package/dist/model/UserOrganizationsResponse.js +1 -1
- package/dist/model/UserPermissionFields.js +1 -1
- package/dist/model/UsersInfoFields.js +1 -1
- package/dist/model/UsersInfoListResponse.js +1 -1
- package/dist/model/VMQuota.js +1 -1
- package/dist/model/VNCURL.js +1 -1
- package/dist/model/VNCURLFields.js +1 -1
- package/dist/model/Volume.js +1 -1
- package/dist/model/VolumeAttachmentFields.js +1 -1
- package/dist/model/VolumeFields.js +1 -1
- package/dist/model/VolumeFieldsForInstance.js +1 -1
- package/dist/model/VolumeOverviewFields.js +1 -1
- package/dist/model/VolumeTypes.js +1 -1
- package/dist/model/Volumes.js +1 -1
- package/dist/model/VolumesFields.js +1 -1
- package/dist/model/Voucher.js +1 -1
- package/dist/model/VoucherRedeemResponseSchema.js +1 -1
- package/dist/model/WorkloadBillingHistoryResponse.js +1 -1
- package/package.json +1 -1
package/dist/api/CallbacksApi.js
CHANGED
|
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
30
30
|
/**
|
|
31
31
|
* Callbacks service.
|
|
32
32
|
* @module api/CallbacksApi
|
|
33
|
-
* @version v1.
|
|
33
|
+
* @version v1.52.3-alpha
|
|
34
34
|
*/
|
|
35
35
|
var CallbacksApi = exports["default"] = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -28,7 +28,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
28
28
|
/**
|
|
29
29
|
* ClusterEvents service.
|
|
30
30
|
* @module api/ClusterEventsApi
|
|
31
|
-
* @version v1.
|
|
31
|
+
* @version v1.52.3-alpha
|
|
32
32
|
*/
|
|
33
33
|
var ClusterEventsApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
package/dist/api/ClustersApi.js
CHANGED
|
@@ -43,7 +43,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
43
43
|
/**
|
|
44
44
|
* Clusters service.
|
|
45
45
|
* @module api/ClustersApi
|
|
46
|
-
* @version v1.
|
|
46
|
+
* @version v1.52.3-alpha
|
|
47
47
|
*/
|
|
48
48
|
var ClustersApi = exports["default"] = /*#__PURE__*/function () {
|
|
49
49
|
/**
|
|
@@ -31,7 +31,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
31
31
|
/**
|
|
32
32
|
* Compliance service.
|
|
33
33
|
* @module api/ComplianceApi
|
|
34
|
-
* @version v1.
|
|
34
|
+
* @version v1.52.3-alpha
|
|
35
35
|
*/
|
|
36
36
|
var ComplianceApi = exports["default"] = /*#__PURE__*/function () {
|
|
37
37
|
/**
|
package/dist/api/CreditApi.js
CHANGED
|
@@ -28,7 +28,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
28
28
|
/**
|
|
29
29
|
* Credit service.
|
|
30
30
|
* @module api/CreditApi
|
|
31
|
-
* @version v1.
|
|
31
|
+
* @version v1.52.3-alpha
|
|
32
32
|
*/
|
|
33
33
|
var CreditApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
30
30
|
/**
|
|
31
31
|
* CustomerContract service.
|
|
32
32
|
* @module api/CustomerContractApi
|
|
33
|
-
* @version v1.
|
|
33
|
+
* @version v1.52.3-alpha
|
|
34
34
|
*/
|
|
35
35
|
var CustomerContractApi = exports["default"] = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
package/dist/api/DashboardApi.js
CHANGED
|
@@ -28,7 +28,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
28
28
|
/**
|
|
29
29
|
* Dashboard service.
|
|
30
30
|
* @module api/DashboardApi
|
|
31
|
-
* @version v1.
|
|
31
|
+
* @version v1.52.3-alpha
|
|
32
32
|
*/
|
|
33
33
|
var DashboardApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -31,7 +31,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
31
31
|
/**
|
|
32
32
|
* Deployment service.
|
|
33
33
|
* @module api/DeploymentApi
|
|
34
|
-
* @version v1.
|
|
34
|
+
* @version v1.52.3-alpha
|
|
35
35
|
*/
|
|
36
36
|
var DeploymentApi = exports["default"] = /*#__PURE__*/function () {
|
|
37
37
|
/**
|
|
@@ -34,7 +34,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
34
34
|
/**
|
|
35
35
|
* Environment service.
|
|
36
36
|
* @module api/EnvironmentApi
|
|
37
|
-
* @version v1.
|
|
37
|
+
* @version v1.52.3-alpha
|
|
38
38
|
*/
|
|
39
39
|
var EnvironmentApi = exports["default"] = /*#__PURE__*/function () {
|
|
40
40
|
/**
|
|
@@ -28,7 +28,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
28
28
|
/**
|
|
29
29
|
* FIPExclusions service.
|
|
30
30
|
* @module api/FIPExclusionsApi
|
|
31
|
-
* @version v1.
|
|
31
|
+
* @version v1.52.3-alpha
|
|
32
32
|
*/
|
|
33
33
|
var FIPExclusionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
29
29
|
/**
|
|
30
30
|
* FirewallAttachment service.
|
|
31
31
|
* @module api/FirewallAttachmentApi
|
|
32
|
-
* @version v1.
|
|
32
|
+
* @version v1.52.3-alpha
|
|
33
33
|
*/
|
|
34
34
|
var FirewallAttachmentApi = exports["default"] = /*#__PURE__*/function () {
|
|
35
35
|
/**
|
package/dist/api/FirewallsApi.js
CHANGED
|
@@ -34,7 +34,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
34
34
|
/**
|
|
35
35
|
* Firewalls service.
|
|
36
36
|
* @module api/FirewallsApi
|
|
37
|
-
* @version v1.
|
|
37
|
+
* @version v1.52.3-alpha
|
|
38
38
|
*/
|
|
39
39
|
var FirewallsApi = exports["default"] = /*#__PURE__*/function () {
|
|
40
40
|
/**
|
package/dist/api/FlavorApi.js
CHANGED
|
@@ -28,7 +28,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
28
28
|
/**
|
|
29
29
|
* Flavor service.
|
|
30
30
|
* @module api/FlavorApi
|
|
31
|
-
* @version v1.
|
|
31
|
+
* @version v1.52.3-alpha
|
|
32
32
|
*/
|
|
33
33
|
var FlavorApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -28,7 +28,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
28
28
|
/**
|
|
29
29
|
* FloatingIp service.
|
|
30
30
|
* @module api/FloatingIpApi
|
|
31
|
-
* @version v1.
|
|
31
|
+
* @version v1.52.3-alpha
|
|
32
32
|
*/
|
|
33
33
|
var FloatingIpApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
package/dist/api/GpuApi.js
CHANGED
|
@@ -28,7 +28,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
28
28
|
/**
|
|
29
29
|
* Gpu service.
|
|
30
30
|
* @module api/GpuApi
|
|
31
|
-
* @version v1.
|
|
31
|
+
* @version v1.52.3-alpha
|
|
32
32
|
*/
|
|
33
33
|
var GpuApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
package/dist/api/HealthApi.js
CHANGED
|
@@ -27,7 +27,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
27
27
|
/**
|
|
28
28
|
* Health service.
|
|
29
29
|
* @module api/HealthApi
|
|
30
|
-
* @version v1.
|
|
30
|
+
* @version v1.52.3-alpha
|
|
31
31
|
*/
|
|
32
32
|
var HealthApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
package/dist/api/ImageApi.js
CHANGED
|
@@ -31,7 +31,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
31
31
|
/**
|
|
32
32
|
* Image service.
|
|
33
33
|
* @module api/ImageApi
|
|
34
|
-
* @version v1.
|
|
34
|
+
* @version v1.52.3-alpha
|
|
35
35
|
*/
|
|
36
36
|
var ImageApi = exports["default"] = /*#__PURE__*/function () {
|
|
37
37
|
/**
|
package/dist/api/InviteApi.js
CHANGED
|
@@ -31,7 +31,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
31
31
|
/**
|
|
32
32
|
* Invite service.
|
|
33
33
|
* @module api/InviteApi
|
|
34
|
-
* @version v1.
|
|
34
|
+
* @version v1.52.3-alpha
|
|
35
35
|
*/
|
|
36
36
|
var InviteApi = exports["default"] = /*#__PURE__*/function () {
|
|
37
37
|
/**
|
package/dist/api/KeypairApi.js
CHANGED
|
@@ -33,7 +33,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
33
33
|
/**
|
|
34
34
|
* Keypair service.
|
|
35
35
|
* @module api/KeypairApi
|
|
36
|
-
* @version v1.
|
|
36
|
+
* @version v1.52.3-alpha
|
|
37
37
|
*/
|
|
38
38
|
var KeypairApi = exports["default"] = /*#__PURE__*/function () {
|
|
39
39
|
/**
|
|
@@ -32,7 +32,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
32
32
|
/**
|
|
33
33
|
* Organization service.
|
|
34
34
|
* @module api/OrganizationApi
|
|
35
|
-
* @version v1.
|
|
35
|
+
* @version v1.52.3-alpha
|
|
36
36
|
*/
|
|
37
37
|
var OrganizationApi = exports["default"] = /*#__PURE__*/function () {
|
|
38
38
|
/**
|
|
@@ -28,7 +28,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
28
28
|
/**
|
|
29
29
|
* PartnerConfig service.
|
|
30
30
|
* @module api/PartnerConfigApi
|
|
31
|
-
* @version v1.
|
|
31
|
+
* @version v1.52.3-alpha
|
|
32
32
|
*/
|
|
33
33
|
var PartnerConfigApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
package/dist/api/PaymentApi.js
CHANGED
|
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
30
30
|
/**
|
|
31
31
|
* Payment service.
|
|
32
32
|
* @module api/PaymentApi
|
|
33
|
-
* @version v1.
|
|
33
|
+
* @version v1.52.3-alpha
|
|
34
34
|
*/
|
|
35
35
|
var PaymentApi = exports["default"] = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -28,7 +28,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
28
28
|
/**
|
|
29
29
|
* Permission service.
|
|
30
30
|
* @module api/PermissionApi
|
|
31
|
-
* @version v1.
|
|
31
|
+
* @version v1.52.3-alpha
|
|
32
32
|
*/
|
|
33
33
|
var PermissionApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
package/dist/api/PolicyApi.js
CHANGED
|
@@ -28,7 +28,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
28
28
|
/**
|
|
29
29
|
* Policy service.
|
|
30
30
|
* @module api/PolicyApi
|
|
31
|
-
* @version v1.
|
|
31
|
+
* @version v1.52.3-alpha
|
|
32
32
|
*/
|
|
33
33
|
var PolicyApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
package/dist/api/PricebookApi.js
CHANGED
|
@@ -28,7 +28,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
28
28
|
/**
|
|
29
29
|
* Pricebook service.
|
|
30
30
|
* @module api/PricebookApi
|
|
31
|
-
* @version v1.
|
|
31
|
+
* @version v1.52.3-alpha
|
|
32
32
|
*/
|
|
33
33
|
var PricebookApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
package/dist/api/ProfileApi.js
CHANGED
|
@@ -31,7 +31,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
31
31
|
/**
|
|
32
32
|
* Profile service.
|
|
33
33
|
* @module api/ProfileApi
|
|
34
|
-
* @version v1.
|
|
34
|
+
* @version v1.52.3-alpha
|
|
35
35
|
*/
|
|
36
36
|
var ProfileApi = exports["default"] = /*#__PURE__*/function () {
|
|
37
37
|
/**
|
package/dist/api/RbacRoleApi.js
CHANGED
|
@@ -32,7 +32,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
32
32
|
/**
|
|
33
33
|
* RbacRole service.
|
|
34
34
|
* @module api/RbacRoleApi
|
|
35
|
-
* @version v1.
|
|
35
|
+
* @version v1.52.3-alpha
|
|
36
36
|
*/
|
|
37
37
|
var RbacRoleApi = exports["default"] = /*#__PURE__*/function () {
|
|
38
38
|
/**
|
package/dist/api/RegionApi.js
CHANGED
|
@@ -28,7 +28,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
28
28
|
/**
|
|
29
29
|
* Region service.
|
|
30
30
|
* @module api/RegionApi
|
|
31
|
-
* @version v1.
|
|
31
|
+
* @version v1.52.3-alpha
|
|
32
32
|
*/
|
|
33
33
|
var RegionApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
package/dist/api/RegionsApi.js
CHANGED
|
@@ -27,7 +27,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
27
27
|
/**
|
|
28
28
|
* Regions service.
|
|
29
29
|
* @module api/RegionsApi
|
|
30
|
-
* @version v1.
|
|
30
|
+
* @version v1.52.3-alpha
|
|
31
31
|
*/
|
|
32
32
|
var RegionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -28,7 +28,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
28
28
|
/**
|
|
29
29
|
* SecurityRules service.
|
|
30
30
|
* @module api/SecurityRulesApi
|
|
31
|
-
* @version v1.
|
|
31
|
+
* @version v1.52.3-alpha
|
|
32
32
|
*/
|
|
33
33
|
var SecurityRulesApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
26
26
|
/**
|
|
27
27
|
* SnapshotEvents service.
|
|
28
28
|
* @module api/SnapshotEventsApi
|
|
29
|
-
* @version v1.
|
|
29
|
+
* @version v1.52.3-alpha
|
|
30
30
|
*/
|
|
31
31
|
var SnapshotEventsApi = exports["default"] = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
package/dist/api/SnapshotsApi.js
CHANGED
|
@@ -35,7 +35,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
35
35
|
/**
|
|
36
36
|
* Snapshots service.
|
|
37
37
|
* @module api/SnapshotsApi
|
|
38
|
-
* @version v1.
|
|
38
|
+
* @version v1.52.3-alpha
|
|
39
39
|
*/
|
|
40
40
|
var SnapshotsApi = exports["default"] = /*#__PURE__*/function () {
|
|
41
41
|
/**
|
package/dist/api/StockApi.js
CHANGED
|
@@ -28,7 +28,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
28
28
|
/**
|
|
29
29
|
* Stock service.
|
|
30
30
|
* @module api/StockApi
|
|
31
|
-
* @version v1.
|
|
31
|
+
* @version v1.52.3-alpha
|
|
32
32
|
*/
|
|
33
33
|
var StockApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
package/dist/api/TemplateApi.js
CHANGED
|
@@ -31,7 +31,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
31
31
|
/**
|
|
32
32
|
* Template service.
|
|
33
33
|
* @module api/TemplateApi
|
|
34
|
-
* @version v1.
|
|
34
|
+
* @version v1.52.3-alpha
|
|
35
35
|
*/
|
|
36
36
|
var TemplateApi = exports["default"] = /*#__PURE__*/function () {
|
|
37
37
|
/**
|
package/dist/api/UserApi.js
CHANGED
|
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
30
30
|
/**
|
|
31
31
|
* User service.
|
|
32
32
|
* @module api/UserApi
|
|
33
|
-
* @version v1.
|
|
33
|
+
* @version v1.52.3-alpha
|
|
34
34
|
*/
|
|
35
35
|
var UserApi = exports["default"] = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -0,0 +1,251 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = void 0;
|
|
7
|
+
var _ApiClient = _interopRequireDefault(require("../ApiClient"));
|
|
8
|
+
var _ConsentActionResponse = _interopRequireDefault(require("../model/ConsentActionResponse"));
|
|
9
|
+
var _ConsentTemplate = _interopRequireDefault(require("../model/ConsentTemplate"));
|
|
10
|
+
var _ConsentTemplatesResponse = _interopRequireDefault(require("../model/ConsentTemplatesResponse"));
|
|
11
|
+
var _ErrorResponseModel = _interopRequireDefault(require("../model/ErrorResponseModel"));
|
|
12
|
+
var _RecordConsentRequest = _interopRequireDefault(require("../model/RecordConsentRequest"));
|
|
13
|
+
var _UpdateConsentRequest = _interopRequireDefault(require("../model/UpdateConsentRequest"));
|
|
14
|
+
var _UserConsentsResponse = _interopRequireDefault(require("../model/UserConsentsResponse"));
|
|
15
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
16
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
17
|
+
function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
|
|
18
|
+
function _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o); } }
|
|
19
|
+
function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
|
|
20
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
21
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } /**
|
|
22
|
+
* Infrahub-API
|
|
23
|
+
* Leverage the Infrahub API and Hyperstack platform to easily create, manage, and scale powerful GPU virtual machines and their associated resources. Access this SDK to automate the deployment of your workloads and streamline your infrastructure management. To contribute, please raise an issue with a bug report, feature request, feedback, or general inquiry.
|
|
24
|
+
*
|
|
25
|
+
* The version of the OpenAPI document: 1.0
|
|
26
|
+
*
|
|
27
|
+
*
|
|
28
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
29
|
+
* https://openapi-generator.tech
|
|
30
|
+
* Do not edit the class manually.
|
|
31
|
+
*
|
|
32
|
+
*/
|
|
33
|
+
/**
|
|
34
|
+
* UserConsent service.
|
|
35
|
+
* @module api/UserConsentApi
|
|
36
|
+
* @version v1.52.3-alpha
|
|
37
|
+
*/
|
|
38
|
+
var UserConsentApi = exports["default"] = /*#__PURE__*/function () {
|
|
39
|
+
/**
|
|
40
|
+
* Constructs a new UserConsentApi.
|
|
41
|
+
* @alias module:api/UserConsentApi
|
|
42
|
+
* @class
|
|
43
|
+
* @param {module:ApiClient} [apiClient] Optional API client implementation to use,
|
|
44
|
+
* default to {@link module:ApiClient#instance} if unspecified.
|
|
45
|
+
*/
|
|
46
|
+
function UserConsentApi(apiClient) {
|
|
47
|
+
_classCallCheck(this, UserConsentApi);
|
|
48
|
+
this.apiClient = apiClient || _ApiClient["default"].instance;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
/**
|
|
52
|
+
* Add a new User consent
|
|
53
|
+
* Add a new consent given by the User
|
|
54
|
+
* @param {module:model/RecordConsentRequest} payload
|
|
55
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ConsentActionResponse} and HTTP response
|
|
56
|
+
*/
|
|
57
|
+
return _createClass(UserConsentApi, [{
|
|
58
|
+
key: "addANewConsentForAUserWithHttpInfo",
|
|
59
|
+
value: function addANewConsentForAUserWithHttpInfo(payload) {
|
|
60
|
+
var postBody = payload;
|
|
61
|
+
// verify the required parameter 'payload' is set
|
|
62
|
+
if (payload === undefined || payload === null) {
|
|
63
|
+
throw new Error("Missing the required parameter 'payload' when calling addANewConsentForAUser");
|
|
64
|
+
}
|
|
65
|
+
var pathParams = {};
|
|
66
|
+
var queryParams = {};
|
|
67
|
+
var headerParams = {};
|
|
68
|
+
var formParams = {};
|
|
69
|
+
var authNames = ['apiKey'];
|
|
70
|
+
var contentTypes = ['application/json'];
|
|
71
|
+
var accepts = ['application/json'];
|
|
72
|
+
var returnType = _ConsentActionResponse["default"];
|
|
73
|
+
return this.apiClient.callApi('/auth/user-consent', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
/**
|
|
77
|
+
* Add a new User consent
|
|
78
|
+
* Add a new consent given by the User
|
|
79
|
+
* @param {module:model/RecordConsentRequest} payload
|
|
80
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ConsentActionResponse}
|
|
81
|
+
*/
|
|
82
|
+
}, {
|
|
83
|
+
key: "addANewConsentForAUser",
|
|
84
|
+
value: function addANewConsentForAUser(payload) {
|
|
85
|
+
return this.addANewConsentForAUserWithHttpInfo(payload).then(function (response_and_data) {
|
|
86
|
+
return response_and_data.data;
|
|
87
|
+
});
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
/**
|
|
91
|
+
* Get all consent templates
|
|
92
|
+
* Returns current consent templates for all consent types
|
|
93
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ConsentTemplatesResponse} and HTTP response
|
|
94
|
+
*/
|
|
95
|
+
}, {
|
|
96
|
+
key: "getAllConsentTemplatesWithHttpInfo",
|
|
97
|
+
value: function getAllConsentTemplatesWithHttpInfo() {
|
|
98
|
+
var postBody = null;
|
|
99
|
+
var pathParams = {};
|
|
100
|
+
var queryParams = {};
|
|
101
|
+
var headerParams = {};
|
|
102
|
+
var formParams = {};
|
|
103
|
+
var authNames = ['apiKey'];
|
|
104
|
+
var contentTypes = [];
|
|
105
|
+
var accepts = ['application/json'];
|
|
106
|
+
var returnType = _ConsentTemplatesResponse["default"];
|
|
107
|
+
return this.apiClient.callApi('/auth/user-consent/templates', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
/**
|
|
111
|
+
* Get all consent templates
|
|
112
|
+
* Returns current consent templates for all consent types
|
|
113
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ConsentTemplatesResponse}
|
|
114
|
+
*/
|
|
115
|
+
}, {
|
|
116
|
+
key: "getAllConsentTemplates",
|
|
117
|
+
value: function getAllConsentTemplates() {
|
|
118
|
+
return this.getAllConsentTemplatesWithHttpInfo().then(function (response_and_data) {
|
|
119
|
+
return response_and_data.data;
|
|
120
|
+
});
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
/**
|
|
124
|
+
* Get Consents for a User
|
|
125
|
+
* Fetch all the recorded consents given from a User
|
|
126
|
+
* @param {Object} opts Optional parameters
|
|
127
|
+
* @param {String} [consentType] Filter by consent type
|
|
128
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/UserConsentsResponse} and HTTP response
|
|
129
|
+
*/
|
|
130
|
+
}, {
|
|
131
|
+
key: "getAllConsentsForAUserWithHttpInfo",
|
|
132
|
+
value: function getAllConsentsForAUserWithHttpInfo(opts) {
|
|
133
|
+
opts = opts || {};
|
|
134
|
+
var postBody = null;
|
|
135
|
+
var pathParams = {};
|
|
136
|
+
var queryParams = {
|
|
137
|
+
'consent_type': opts['consentType']
|
|
138
|
+
};
|
|
139
|
+
var headerParams = {};
|
|
140
|
+
var formParams = {};
|
|
141
|
+
var authNames = ['apiKey'];
|
|
142
|
+
var contentTypes = [];
|
|
143
|
+
var accepts = ['application/json'];
|
|
144
|
+
var returnType = _UserConsentsResponse["default"];
|
|
145
|
+
return this.apiClient.callApi('/auth/user-consent', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
/**
|
|
149
|
+
* Get Consents for a User
|
|
150
|
+
* Fetch all the recorded consents given from a User
|
|
151
|
+
* @param {Object} opts Optional parameters
|
|
152
|
+
* @param {String} opts.consentType Filter by consent type
|
|
153
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/UserConsentsResponse}
|
|
154
|
+
*/
|
|
155
|
+
}, {
|
|
156
|
+
key: "getAllConsentsForAUser",
|
|
157
|
+
value: function getAllConsentsForAUser(opts) {
|
|
158
|
+
return this.getAllConsentsForAUserWithHttpInfo(opts).then(function (response_and_data) {
|
|
159
|
+
return response_and_data.data;
|
|
160
|
+
});
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
/**
|
|
164
|
+
* Get consent template for a specific type
|
|
165
|
+
* Returns the current consent template for a specific consent type
|
|
166
|
+
* @param {String} consentType
|
|
167
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ConsentTemplate} and HTTP response
|
|
168
|
+
*/
|
|
169
|
+
}, {
|
|
170
|
+
key: "getConsentTemplateByTypeWithHttpInfo",
|
|
171
|
+
value: function getConsentTemplateByTypeWithHttpInfo(consentType) {
|
|
172
|
+
var postBody = null;
|
|
173
|
+
// verify the required parameter 'consentType' is set
|
|
174
|
+
if (consentType === undefined || consentType === null) {
|
|
175
|
+
throw new Error("Missing the required parameter 'consentType' when calling getConsentTemplateByType");
|
|
176
|
+
}
|
|
177
|
+
var pathParams = {
|
|
178
|
+
'consent_type': consentType
|
|
179
|
+
};
|
|
180
|
+
var queryParams = {};
|
|
181
|
+
var headerParams = {};
|
|
182
|
+
var formParams = {};
|
|
183
|
+
var authNames = ['apiKey'];
|
|
184
|
+
var contentTypes = [];
|
|
185
|
+
var accepts = ['application/json'];
|
|
186
|
+
var returnType = _ConsentTemplate["default"];
|
|
187
|
+
return this.apiClient.callApi('/auth/user-consent/templates/{consent_type}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
/**
|
|
191
|
+
* Get consent template for a specific type
|
|
192
|
+
* Returns the current consent template for a specific consent type
|
|
193
|
+
* @param {String} consentType
|
|
194
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ConsentTemplate}
|
|
195
|
+
*/
|
|
196
|
+
}, {
|
|
197
|
+
key: "getConsentTemplateByType",
|
|
198
|
+
value: function getConsentTemplateByType(consentType) {
|
|
199
|
+
return this.getConsentTemplateByTypeWithHttpInfo(consentType).then(function (response_and_data) {
|
|
200
|
+
return response_and_data.data;
|
|
201
|
+
});
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
/**
|
|
205
|
+
* Grant or revoke an existing consent
|
|
206
|
+
* Revoke or grant a consent to the User
|
|
207
|
+
* @param {String} consentType
|
|
208
|
+
* @param {module:model/UpdateConsentRequest} payload
|
|
209
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ConsentActionResponse} and HTTP response
|
|
210
|
+
*/
|
|
211
|
+
}, {
|
|
212
|
+
key: "updateAConsentActionByTypeWithHttpInfo",
|
|
213
|
+
value: function updateAConsentActionByTypeWithHttpInfo(consentType, payload) {
|
|
214
|
+
var postBody = payload;
|
|
215
|
+
// verify the required parameter 'consentType' is set
|
|
216
|
+
if (consentType === undefined || consentType === null) {
|
|
217
|
+
throw new Error("Missing the required parameter 'consentType' when calling updateAConsentActionByType");
|
|
218
|
+
}
|
|
219
|
+
// verify the required parameter 'payload' is set
|
|
220
|
+
if (payload === undefined || payload === null) {
|
|
221
|
+
throw new Error("Missing the required parameter 'payload' when calling updateAConsentActionByType");
|
|
222
|
+
}
|
|
223
|
+
var pathParams = {
|
|
224
|
+
'consent_type': consentType
|
|
225
|
+
};
|
|
226
|
+
var queryParams = {};
|
|
227
|
+
var headerParams = {};
|
|
228
|
+
var formParams = {};
|
|
229
|
+
var authNames = ['apiKey'];
|
|
230
|
+
var contentTypes = ['application/json'];
|
|
231
|
+
var accepts = ['application/json'];
|
|
232
|
+
var returnType = _ConsentActionResponse["default"];
|
|
233
|
+
return this.apiClient.callApi('/auth/user-consent/{consent_type}', 'PATCH', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
/**
|
|
237
|
+
* Grant or revoke an existing consent
|
|
238
|
+
* Revoke or grant a consent to the User
|
|
239
|
+
* @param {String} consentType
|
|
240
|
+
* @param {module:model/UpdateConsentRequest} payload
|
|
241
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ConsentActionResponse}
|
|
242
|
+
*/
|
|
243
|
+
}, {
|
|
244
|
+
key: "updateAConsentActionByType",
|
|
245
|
+
value: function updateAConsentActionByType(consentType, payload) {
|
|
246
|
+
return this.updateAConsentActionByTypeWithHttpInfo(consentType, payload).then(function (response_and_data) {
|
|
247
|
+
return response_and_data.data;
|
|
248
|
+
});
|
|
249
|
+
}
|
|
250
|
+
}]);
|
|
251
|
+
}();
|