@openshift-migration-advisor/planner-sdk 0.10.0-fa4e0ff47672 → 0.11.0-093b9bb35e72
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/.openapi-generator/FILES +12 -0
- package/README.md +17 -3
- package/dist/apis/AccountApi.d.ts +1 -1
- package/dist/apis/AccountApi.js +10 -10
- package/dist/apis/AssessmentApi.d.ts +6 -14
- package/dist/apis/AssessmentApi.js +9 -9
- package/dist/apis/HealthApi.d.ts +1 -1
- package/dist/apis/HealthApi.js +1 -1
- package/dist/apis/ImageApi.d.ts +1 -1
- package/dist/apis/ImageApi.js +3 -3
- package/dist/apis/InfoApi.d.ts +1 -1
- package/dist/apis/InfoApi.js +1 -1
- package/dist/apis/JobApi.d.ts +1 -1
- package/dist/apis/JobApi.js +3 -3
- package/dist/apis/PartnerApi.d.ts +323 -0
- package/dist/apis/PartnerApi.js +379 -0
- package/dist/apis/SourceApi.d.ts +1 -1
- package/dist/apis/SourceApi.js +5 -5
- package/dist/apis/index.d.ts +1 -0
- package/dist/apis/index.js +1 -0
- package/dist/esm/apis/AccountApi.d.ts +1 -1
- package/dist/esm/apis/AccountApi.js +10 -10
- package/dist/esm/apis/AssessmentApi.d.ts +6 -14
- package/dist/esm/apis/AssessmentApi.js +10 -10
- package/dist/esm/apis/HealthApi.d.ts +1 -1
- package/dist/esm/apis/HealthApi.js +1 -1
- package/dist/esm/apis/ImageApi.d.ts +1 -1
- package/dist/esm/apis/ImageApi.js +3 -3
- package/dist/esm/apis/InfoApi.d.ts +1 -1
- package/dist/esm/apis/InfoApi.js +1 -1
- package/dist/esm/apis/JobApi.d.ts +1 -1
- package/dist/esm/apis/JobApi.js +3 -3
- package/dist/esm/apis/PartnerApi.d.ts +323 -0
- package/dist/esm/apis/PartnerApi.js +375 -0
- package/dist/esm/apis/SourceApi.d.ts +1 -1
- package/dist/esm/apis/SourceApi.js +5 -5
- package/dist/esm/apis/index.d.ts +1 -0
- package/dist/esm/apis/index.js +1 -0
- package/dist/esm/models/Agent.d.ts +1 -1
- package/dist/esm/models/Agent.js +1 -1
- package/dist/esm/models/AgentProxy.d.ts +1 -1
- package/dist/esm/models/AgentProxy.js +1 -1
- package/dist/esm/models/Assessment.d.ts +1 -1
- package/dist/esm/models/Assessment.js +1 -1
- package/dist/esm/models/AssessmentForm.d.ts +1 -1
- package/dist/esm/models/AssessmentForm.js +1 -1
- package/dist/esm/models/AssessmentUpdate.d.ts +1 -1
- package/dist/esm/models/AssessmentUpdate.js +1 -1
- package/dist/esm/models/ClusterRequirementsRequest.d.ts +1 -1
- package/dist/esm/models/ClusterRequirementsRequest.js +1 -1
- package/dist/esm/models/ClusterRequirementsResponse.d.ts +1 -1
- package/dist/esm/models/ClusterRequirementsResponse.js +1 -1
- package/dist/esm/models/ClusterSizing.d.ts +1 -1
- package/dist/esm/models/ClusterSizing.js +1 -1
- package/dist/esm/models/ComplexityDiskScoreEntry.d.ts +1 -1
- package/dist/esm/models/ComplexityDiskScoreEntry.js +1 -1
- package/dist/esm/models/ComplexityOSNameEntry.d.ts +1 -1
- package/dist/esm/models/ComplexityOSNameEntry.js +1 -1
- package/dist/esm/models/ComplexityOSScoreEntry.d.ts +1 -1
- package/dist/esm/models/ComplexityOSScoreEntry.js +1 -1
- package/dist/esm/models/Datastore.d.ts +1 -1
- package/dist/esm/models/Datastore.js +1 -1
- package/dist/esm/models/DiskSizeTierSummary.d.ts +1 -1
- package/dist/esm/models/DiskSizeTierSummary.js +1 -1
- package/dist/esm/models/DiskTypeSummary.d.ts +1 -1
- package/dist/esm/models/DiskTypeSummary.js +1 -1
- package/dist/esm/models/EstimationContext.d.ts +1 -1
- package/dist/esm/models/EstimationContext.js +1 -1
- package/dist/esm/models/EstimationDetail.d.ts +1 -1
- package/dist/esm/models/EstimationDetail.js +1 -1
- package/dist/esm/models/Group.d.ts +1 -1
- package/dist/esm/models/Group.js +1 -1
- package/dist/esm/models/GroupCreate.d.ts +1 -1
- package/dist/esm/models/GroupCreate.js +1 -1
- package/dist/esm/models/GroupUpdate.d.ts +1 -1
- package/dist/esm/models/GroupUpdate.js +1 -1
- package/dist/esm/models/Histogram.d.ts +1 -1
- package/dist/esm/models/Histogram.js +1 -1
- package/dist/esm/models/Host.d.ts +1 -1
- package/dist/esm/models/Host.js +1 -1
- package/dist/esm/models/Identity.d.ts +1 -1
- package/dist/esm/models/Identity.js +1 -1
- package/dist/esm/models/Info.d.ts +1 -1
- package/dist/esm/models/Info.js +1 -1
- package/dist/esm/models/Infra.d.ts +1 -1
- package/dist/esm/models/Infra.js +1 -1
- package/dist/esm/models/Inventory.d.ts +1 -1
- package/dist/esm/models/Inventory.js +1 -1
- package/dist/esm/models/InventoryData.d.ts +1 -1
- package/dist/esm/models/InventoryData.js +1 -1
- package/dist/esm/models/InventoryTotals.d.ts +1 -1
- package/dist/esm/models/InventoryTotals.js +1 -1
- package/dist/esm/models/Ipv4Config.d.ts +1 -1
- package/dist/esm/models/Ipv4Config.js +1 -1
- package/dist/esm/models/Job.d.ts +1 -1
- package/dist/esm/models/Job.js +1 -1
- package/dist/esm/models/JobStatus.d.ts +1 -1
- package/dist/esm/models/JobStatus.js +1 -1
- package/dist/esm/models/Label.d.ts +1 -1
- package/dist/esm/models/Label.js +1 -1
- package/dist/esm/models/Member.d.ts +1 -1
- package/dist/esm/models/Member.js +1 -1
- package/dist/esm/models/MemberCreate.d.ts +1 -1
- package/dist/esm/models/MemberCreate.js +1 -1
- package/dist/esm/models/MemberUpdate.d.ts +1 -1
- package/dist/esm/models/MemberUpdate.js +1 -1
- package/dist/esm/models/MigrationComplexityRequest.d.ts +1 -1
- package/dist/esm/models/MigrationComplexityRequest.js +1 -1
- package/dist/esm/models/MigrationComplexityResponse.d.ts +1 -1
- package/dist/esm/models/MigrationComplexityResponse.js +1 -1
- package/dist/esm/models/MigrationEstimationByComplexityResponse.d.ts +1 -1
- package/dist/esm/models/MigrationEstimationByComplexityResponse.js +1 -1
- package/dist/esm/models/MigrationEstimationRequest.d.ts +2 -2
- package/dist/esm/models/MigrationEstimationRequest.js +1 -1
- package/dist/esm/models/MigrationEstimationResponse.d.ts +43 -0
- package/dist/esm/models/MigrationEstimationResponse.js +50 -0
- package/dist/esm/models/MigrationIssue.d.ts +1 -1
- package/dist/esm/models/MigrationIssue.js +1 -1
- package/dist/esm/models/ModelError.d.ts +1 -1
- package/dist/esm/models/ModelError.js +1 -1
- package/dist/esm/models/Network.d.ts +1 -1
- package/dist/esm/models/Network.js +1 -1
- package/dist/esm/models/OsDiskEstimationEntry.d.ts +1 -1
- package/dist/esm/models/OsDiskEstimationEntry.js +1 -1
- package/dist/esm/models/OsInfo.d.ts +1 -1
- package/dist/esm/models/OsInfo.js +1 -1
- package/dist/esm/models/PartnerRequest.d.ts +99 -0
- package/dist/esm/models/PartnerRequest.js +82 -0
- package/dist/esm/models/PartnerRequestCreate.d.ts +56 -0
- package/dist/esm/models/PartnerRequestCreate.js +59 -0
- package/dist/esm/models/PartnerRequestStatus.d.ts +27 -0
- package/dist/esm/models/PartnerRequestStatus.js +45 -0
- package/dist/esm/models/PartnerRequestUpdate.d.ts +39 -0
- package/dist/esm/models/PartnerRequestUpdate.js +46 -0
- package/dist/esm/models/PresignedUrl.d.ts +1 -1
- package/dist/esm/models/PresignedUrl.js +1 -1
- package/dist/esm/models/SchemaEstimationResult.d.ts +1 -1
- package/dist/esm/models/SchemaEstimationResult.js +1 -1
- package/dist/esm/models/SizingOverCommitRatio.d.ts +1 -1
- package/dist/esm/models/SizingOverCommitRatio.js +1 -1
- package/dist/esm/models/SizingResourceConsumption.d.ts +1 -1
- package/dist/esm/models/SizingResourceConsumption.js +1 -1
- package/dist/esm/models/SizingResourceLimits.d.ts +1 -1
- package/dist/esm/models/SizingResourceLimits.js +1 -1
- package/dist/esm/models/Snapshot.d.ts +1 -1
- package/dist/esm/models/Snapshot.js +1 -1
- package/dist/esm/models/Source.d.ts +1 -1
- package/dist/esm/models/Source.js +1 -1
- package/dist/esm/models/SourceCreate.d.ts +1 -1
- package/dist/esm/models/SourceCreate.js +1 -1
- package/dist/esm/models/SourceInfra.d.ts +1 -1
- package/dist/esm/models/SourceInfra.js +1 -1
- package/dist/esm/models/SourceUpdate.d.ts +1 -1
- package/dist/esm/models/SourceUpdate.js +1 -1
- package/dist/esm/models/Status.d.ts +1 -1
- package/dist/esm/models/Status.js +1 -1
- package/dist/esm/models/UpdateInventory.d.ts +1 -1
- package/dist/esm/models/UpdateInventory.js +1 -1
- package/dist/esm/models/VCenter.d.ts +1 -1
- package/dist/esm/models/VCenter.js +1 -1
- package/dist/esm/models/VMResourceBreakdown.d.ts +1 -1
- package/dist/esm/models/VMResourceBreakdown.js +1 -1
- package/dist/esm/models/VMs.d.ts +1 -1
- package/dist/esm/models/VMs.js +1 -1
- package/dist/esm/models/VmNetwork.d.ts +1 -1
- package/dist/esm/models/VmNetwork.js +1 -1
- package/dist/esm/models/index.d.ts +5 -0
- package/dist/esm/models/index.js +5 -0
- package/dist/esm/runtime.d.ts +1 -1
- package/dist/esm/runtime.js +1 -1
- package/dist/models/Agent.d.ts +1 -1
- package/dist/models/Agent.js +1 -1
- package/dist/models/AgentProxy.d.ts +1 -1
- package/dist/models/AgentProxy.js +1 -1
- package/dist/models/Assessment.d.ts +1 -1
- package/dist/models/Assessment.js +1 -1
- package/dist/models/AssessmentForm.d.ts +1 -1
- package/dist/models/AssessmentForm.js +1 -1
- package/dist/models/AssessmentUpdate.d.ts +1 -1
- package/dist/models/AssessmentUpdate.js +1 -1
- package/dist/models/ClusterRequirementsRequest.d.ts +1 -1
- package/dist/models/ClusterRequirementsRequest.js +1 -1
- package/dist/models/ClusterRequirementsResponse.d.ts +1 -1
- package/dist/models/ClusterRequirementsResponse.js +1 -1
- package/dist/models/ClusterSizing.d.ts +1 -1
- package/dist/models/ClusterSizing.js +1 -1
- package/dist/models/ComplexityDiskScoreEntry.d.ts +1 -1
- package/dist/models/ComplexityDiskScoreEntry.js +1 -1
- package/dist/models/ComplexityOSNameEntry.d.ts +1 -1
- package/dist/models/ComplexityOSNameEntry.js +1 -1
- package/dist/models/ComplexityOSScoreEntry.d.ts +1 -1
- package/dist/models/ComplexityOSScoreEntry.js +1 -1
- package/dist/models/Datastore.d.ts +1 -1
- package/dist/models/Datastore.js +1 -1
- package/dist/models/DiskSizeTierSummary.d.ts +1 -1
- package/dist/models/DiskSizeTierSummary.js +1 -1
- package/dist/models/DiskTypeSummary.d.ts +1 -1
- package/dist/models/DiskTypeSummary.js +1 -1
- package/dist/models/EstimationContext.d.ts +1 -1
- package/dist/models/EstimationContext.js +1 -1
- package/dist/models/EstimationDetail.d.ts +1 -1
- package/dist/models/EstimationDetail.js +1 -1
- package/dist/models/Group.d.ts +1 -1
- package/dist/models/Group.js +1 -1
- package/dist/models/GroupCreate.d.ts +1 -1
- package/dist/models/GroupCreate.js +1 -1
- package/dist/models/GroupUpdate.d.ts +1 -1
- package/dist/models/GroupUpdate.js +1 -1
- package/dist/models/Histogram.d.ts +1 -1
- package/dist/models/Histogram.js +1 -1
- package/dist/models/Host.d.ts +1 -1
- package/dist/models/Host.js +1 -1
- package/dist/models/Identity.d.ts +1 -1
- package/dist/models/Identity.js +1 -1
- package/dist/models/Info.d.ts +1 -1
- package/dist/models/Info.js +1 -1
- package/dist/models/Infra.d.ts +1 -1
- package/dist/models/Infra.js +1 -1
- package/dist/models/Inventory.d.ts +1 -1
- package/dist/models/Inventory.js +1 -1
- package/dist/models/InventoryData.d.ts +1 -1
- package/dist/models/InventoryData.js +1 -1
- package/dist/models/InventoryTotals.d.ts +1 -1
- package/dist/models/InventoryTotals.js +1 -1
- package/dist/models/Ipv4Config.d.ts +1 -1
- package/dist/models/Ipv4Config.js +1 -1
- package/dist/models/Job.d.ts +1 -1
- package/dist/models/Job.js +1 -1
- package/dist/models/JobStatus.d.ts +1 -1
- package/dist/models/JobStatus.js +1 -1
- package/dist/models/Label.d.ts +1 -1
- package/dist/models/Label.js +1 -1
- package/dist/models/Member.d.ts +1 -1
- package/dist/models/Member.js +1 -1
- package/dist/models/MemberCreate.d.ts +1 -1
- package/dist/models/MemberCreate.js +1 -1
- package/dist/models/MemberUpdate.d.ts +1 -1
- package/dist/models/MemberUpdate.js +1 -1
- package/dist/models/MigrationComplexityRequest.d.ts +1 -1
- package/dist/models/MigrationComplexityRequest.js +1 -1
- package/dist/models/MigrationComplexityResponse.d.ts +1 -1
- package/dist/models/MigrationComplexityResponse.js +1 -1
- package/dist/models/MigrationEstimationByComplexityResponse.d.ts +1 -1
- package/dist/models/MigrationEstimationByComplexityResponse.js +1 -1
- package/dist/models/MigrationEstimationRequest.d.ts +2 -2
- package/dist/models/MigrationEstimationRequest.js +1 -1
- package/dist/models/MigrationEstimationResponse.d.ts +43 -0
- package/dist/models/MigrationEstimationResponse.js +57 -0
- package/dist/models/MigrationIssue.d.ts +1 -1
- package/dist/models/MigrationIssue.js +1 -1
- package/dist/models/ModelError.d.ts +1 -1
- package/dist/models/ModelError.js +1 -1
- package/dist/models/Network.d.ts +1 -1
- package/dist/models/Network.js +1 -1
- package/dist/models/OsDiskEstimationEntry.d.ts +1 -1
- package/dist/models/OsDiskEstimationEntry.js +1 -1
- package/dist/models/OsInfo.d.ts +1 -1
- package/dist/models/OsInfo.js +1 -1
- package/dist/models/PartnerRequest.d.ts +99 -0
- package/dist/models/PartnerRequest.js +89 -0
- package/dist/models/PartnerRequestCreate.d.ts +56 -0
- package/dist/models/PartnerRequestCreate.js +66 -0
- package/dist/models/PartnerRequestStatus.d.ts +27 -0
- package/dist/models/PartnerRequestStatus.js +53 -0
- package/dist/models/PartnerRequestUpdate.d.ts +39 -0
- package/dist/models/PartnerRequestUpdate.js +53 -0
- package/dist/models/PresignedUrl.d.ts +1 -1
- package/dist/models/PresignedUrl.js +1 -1
- package/dist/models/SchemaEstimationResult.d.ts +1 -1
- package/dist/models/SchemaEstimationResult.js +1 -1
- package/dist/models/SizingOverCommitRatio.d.ts +1 -1
- package/dist/models/SizingOverCommitRatio.js +1 -1
- package/dist/models/SizingResourceConsumption.d.ts +1 -1
- package/dist/models/SizingResourceConsumption.js +1 -1
- package/dist/models/SizingResourceLimits.d.ts +1 -1
- package/dist/models/SizingResourceLimits.js +1 -1
- package/dist/models/Snapshot.d.ts +1 -1
- package/dist/models/Snapshot.js +1 -1
- package/dist/models/Source.d.ts +1 -1
- package/dist/models/Source.js +1 -1
- package/dist/models/SourceCreate.d.ts +1 -1
- package/dist/models/SourceCreate.js +1 -1
- package/dist/models/SourceInfra.d.ts +1 -1
- package/dist/models/SourceInfra.js +1 -1
- package/dist/models/SourceUpdate.d.ts +1 -1
- package/dist/models/SourceUpdate.js +1 -1
- package/dist/models/Status.d.ts +1 -1
- package/dist/models/Status.js +1 -1
- package/dist/models/UpdateInventory.d.ts +1 -1
- package/dist/models/UpdateInventory.js +1 -1
- package/dist/models/VCenter.d.ts +1 -1
- package/dist/models/VCenter.js +1 -1
- package/dist/models/VMResourceBreakdown.d.ts +1 -1
- package/dist/models/VMResourceBreakdown.js +1 -1
- package/dist/models/VMs.d.ts +1 -1
- package/dist/models/VMs.js +1 -1
- package/dist/models/VmNetwork.d.ts +1 -1
- package/dist/models/VmNetwork.js +1 -1
- package/dist/models/index.d.ts +5 -0
- package/dist/models/index.js +5 -0
- package/dist/runtime.d.ts +1 -1
- package/dist/runtime.js +1 -1
- package/docs/AssessmentApi.md +2 -2
- package/docs/MigrationEstimationResponse.md +37 -0
- package/docs/PartnerApi.md +636 -0
- package/docs/PartnerRequest.md +56 -0
- package/docs/PartnerRequestCreate.md +42 -0
- package/docs/PartnerRequestStatus.md +32 -0
- package/docs/PartnerRequestUpdate.md +36 -0
- package/docs/SourceApi.md +1 -1
- package/package.json +1 -1
- package/src/apis/AccountApi.ts +10 -10
- package/src/apis/AssessmentApi.ts +16 -16
- package/src/apis/HealthApi.ts +1 -1
- package/src/apis/ImageApi.ts +3 -3
- package/src/apis/InfoApi.ts +1 -1
- package/src/apis/JobApi.ts +3 -3
- package/src/apis/PartnerApi.ts +668 -0
- package/src/apis/SourceApi.ts +5 -5
- package/src/apis/index.ts +1 -0
- package/src/models/Agent.ts +1 -1
- package/src/models/AgentProxy.ts +1 -1
- package/src/models/Assessment.ts +1 -1
- package/src/models/AssessmentForm.ts +1 -1
- package/src/models/AssessmentUpdate.ts +1 -1
- package/src/models/ClusterRequirementsRequest.ts +1 -1
- package/src/models/ClusterRequirementsResponse.ts +1 -1
- package/src/models/ClusterSizing.ts +1 -1
- package/src/models/ComplexityDiskScoreEntry.ts +1 -1
- package/src/models/ComplexityOSNameEntry.ts +1 -1
- package/src/models/ComplexityOSScoreEntry.ts +1 -1
- package/src/models/Datastore.ts +1 -1
- package/src/models/DiskSizeTierSummary.ts +1 -1
- package/src/models/DiskTypeSummary.ts +1 -1
- package/src/models/EstimationContext.ts +1 -1
- package/src/models/EstimationDetail.ts +1 -1
- package/src/models/Group.ts +1 -1
- package/src/models/GroupCreate.ts +1 -1
- package/src/models/GroupUpdate.ts +1 -1
- package/src/models/Histogram.ts +1 -1
- package/src/models/Host.ts +1 -1
- package/src/models/Identity.ts +1 -1
- package/src/models/Info.ts +1 -1
- package/src/models/Infra.ts +1 -1
- package/src/models/Inventory.ts +1 -1
- package/src/models/InventoryData.ts +1 -1
- package/src/models/InventoryTotals.ts +1 -1
- package/src/models/Ipv4Config.ts +1 -1
- package/src/models/Job.ts +1 -1
- package/src/models/JobStatus.ts +1 -1
- package/src/models/Label.ts +1 -1
- package/src/models/Member.ts +1 -1
- package/src/models/MemberCreate.ts +1 -1
- package/src/models/MemberUpdate.ts +1 -1
- package/src/models/MigrationComplexityRequest.ts +1 -1
- package/src/models/MigrationComplexityResponse.ts +1 -1
- package/src/models/MigrationEstimationByComplexityResponse.ts +1 -1
- package/src/models/MigrationEstimationRequest.ts +2 -2
- package/src/models/MigrationEstimationResponse.ts +91 -0
- package/src/models/MigrationIssue.ts +1 -1
- package/src/models/ModelError.ts +1 -1
- package/src/models/Network.ts +1 -1
- package/src/models/OsDiskEstimationEntry.ts +1 -1
- package/src/models/OsInfo.ts +1 -1
- package/src/models/PartnerRequest.ts +172 -0
- package/src/models/PartnerRequestCreate.ts +102 -0
- package/src/models/PartnerRequestStatus.ts +55 -0
- package/src/models/PartnerRequestUpdate.ts +84 -0
- package/src/models/PresignedUrl.ts +1 -1
- package/src/models/SchemaEstimationResult.ts +1 -1
- package/src/models/SizingOverCommitRatio.ts +1 -1
- package/src/models/SizingResourceConsumption.ts +1 -1
- package/src/models/SizingResourceLimits.ts +1 -1
- package/src/models/Snapshot.ts +1 -1
- package/src/models/Source.ts +1 -1
- package/src/models/SourceCreate.ts +1 -1
- package/src/models/SourceInfra.ts +1 -1
- package/src/models/SourceUpdate.ts +1 -1
- package/src/models/Status.ts +1 -1
- package/src/models/UpdateInventory.ts +1 -1
- package/src/models/VCenter.ts +1 -1
- package/src/models/VMResourceBreakdown.ts +1 -1
- package/src/models/VMs.ts +1 -1
- package/src/models/VmNetwork.ts +1 -1
- package/src/models/index.ts +5 -0
- package/src/runtime.ts +1 -1
package/.openapi-generator/FILES
CHANGED
|
@@ -46,11 +46,17 @@ docs/MigrationComplexityRequest.md
|
|
|
46
46
|
docs/MigrationComplexityResponse.md
|
|
47
47
|
docs/MigrationEstimationByComplexityResponse.md
|
|
48
48
|
docs/MigrationEstimationRequest.md
|
|
49
|
+
docs/MigrationEstimationResponse.md
|
|
49
50
|
docs/MigrationIssue.md
|
|
50
51
|
docs/ModelError.md
|
|
51
52
|
docs/Network.md
|
|
52
53
|
docs/OsDiskEstimationEntry.md
|
|
53
54
|
docs/OsInfo.md
|
|
55
|
+
docs/PartnerApi.md
|
|
56
|
+
docs/PartnerRequest.md
|
|
57
|
+
docs/PartnerRequestCreate.md
|
|
58
|
+
docs/PartnerRequestStatus.md
|
|
59
|
+
docs/PartnerRequestUpdate.md
|
|
54
60
|
docs/PresignedUrl.md
|
|
55
61
|
docs/SchemaEstimationResult.md
|
|
56
62
|
docs/SizingOverCommitRatio.md
|
|
@@ -75,6 +81,7 @@ src/apis/HealthApi.ts
|
|
|
75
81
|
src/apis/ImageApi.ts
|
|
76
82
|
src/apis/InfoApi.ts
|
|
77
83
|
src/apis/JobApi.ts
|
|
84
|
+
src/apis/PartnerApi.ts
|
|
78
85
|
src/apis/SourceApi.ts
|
|
79
86
|
src/apis/index.ts
|
|
80
87
|
src/index.ts
|
|
@@ -116,11 +123,16 @@ src/models/MigrationComplexityRequest.ts
|
|
|
116
123
|
src/models/MigrationComplexityResponse.ts
|
|
117
124
|
src/models/MigrationEstimationByComplexityResponse.ts
|
|
118
125
|
src/models/MigrationEstimationRequest.ts
|
|
126
|
+
src/models/MigrationEstimationResponse.ts
|
|
119
127
|
src/models/MigrationIssue.ts
|
|
120
128
|
src/models/ModelError.ts
|
|
121
129
|
src/models/Network.ts
|
|
122
130
|
src/models/OsDiskEstimationEntry.ts
|
|
123
131
|
src/models/OsInfo.ts
|
|
132
|
+
src/models/PartnerRequest.ts
|
|
133
|
+
src/models/PartnerRequestCreate.ts
|
|
134
|
+
src/models/PartnerRequestStatus.ts
|
|
135
|
+
src/models/PartnerRequestUpdate.ts
|
|
124
136
|
src/models/PresignedUrl.ts
|
|
125
137
|
src/models/SchemaEstimationResult.ts
|
|
126
138
|
src/models/SizingOverCommitRatio.ts
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# @openshift-migration-advisor/planner-sdk@0.
|
|
1
|
+
# @openshift-migration-advisor/planner-sdk@0.11.0-093b9bb35e72
|
|
2
2
|
|
|
3
3
|
A TypeScript SDK client for the raw.githubusercontent.com API.
|
|
4
4
|
|
|
@@ -76,6 +76,15 @@ All URIs are relative to *https://raw.githubusercontent.com*
|
|
|
76
76
|
*JobApi* | [**cancelJob**](docs/JobApi.md#canceljob) | **DELETE** /api/v1/assessments/jobs/{id} |
|
|
77
77
|
*JobApi* | [**createRVToolsAssessment**](docs/JobApi.md#creatervtoolsassessment) | **POST** /api/v1/assessments/rvtools |
|
|
78
78
|
*JobApi* | [**getJob**](docs/JobApi.md#getjob) | **GET** /api/v1/assessments/jobs/{id} |
|
|
79
|
+
*PartnerApi* | [**cancelPartnerRequest**](docs/PartnerApi.md#cancelpartnerrequest) | **DELETE** /api/v1/partners/requests/{id} |
|
|
80
|
+
*PartnerApi* | [**createPartnerRequest**](docs/PartnerApi.md#createpartnerrequest) | **POST** /api/v1/partners/{id}/request |
|
|
81
|
+
*PartnerApi* | [**getPartner**](docs/PartnerApi.md#getpartner) | **GET** /api/v1/partners/{id} |
|
|
82
|
+
*PartnerApi* | [**leavePartner**](docs/PartnerApi.md#leavepartner) | **DELETE** /api/v1/partners/{id} |
|
|
83
|
+
*PartnerApi* | [**listCustomers**](docs/PartnerApi.md#listcustomers) | **GET** /api/v1/customers |
|
|
84
|
+
*PartnerApi* | [**listPartnerRequests**](docs/PartnerApi.md#listpartnerrequests) | **GET** /api/v1/partners/requests |
|
|
85
|
+
*PartnerApi* | [**listPartners**](docs/PartnerApi.md#listpartners) | **GET** /api/v1/partners |
|
|
86
|
+
*PartnerApi* | [**removeCustomer**](docs/PartnerApi.md#removecustomer) | **DELETE** /api/v1/customers/{username} |
|
|
87
|
+
*PartnerApi* | [**updatePartnerRequest**](docs/PartnerApi.md#updatepartnerrequest) | **PUT** /api/v1/partners/requests/{id} |
|
|
79
88
|
*SourceApi* | [**createSource**](docs/SourceApi.md#createsource) | **POST** /api/v1/sources |
|
|
80
89
|
*SourceApi* | [**deleteSource**](docs/SourceApi.md#deletesource) | **DELETE** /api/v1/sources/{id} |
|
|
81
90
|
*SourceApi* | [**deleteSources**](docs/SourceApi.md#deletesources) | **DELETE** /api/v1/sources |
|
|
@@ -125,11 +134,16 @@ All URIs are relative to *https://raw.githubusercontent.com*
|
|
|
125
134
|
- [MigrationComplexityResponse](docs/MigrationComplexityResponse.md)
|
|
126
135
|
- [MigrationEstimationByComplexityResponse](docs/MigrationEstimationByComplexityResponse.md)
|
|
127
136
|
- [MigrationEstimationRequest](docs/MigrationEstimationRequest.md)
|
|
137
|
+
- [MigrationEstimationResponse](docs/MigrationEstimationResponse.md)
|
|
128
138
|
- [MigrationIssue](docs/MigrationIssue.md)
|
|
129
139
|
- [ModelError](docs/ModelError.md)
|
|
130
140
|
- [Network](docs/Network.md)
|
|
131
141
|
- [OsDiskEstimationEntry](docs/OsDiskEstimationEntry.md)
|
|
132
142
|
- [OsInfo](docs/OsInfo.md)
|
|
143
|
+
- [PartnerRequest](docs/PartnerRequest.md)
|
|
144
|
+
- [PartnerRequestCreate](docs/PartnerRequestCreate.md)
|
|
145
|
+
- [PartnerRequestStatus](docs/PartnerRequestStatus.md)
|
|
146
|
+
- [PartnerRequestUpdate](docs/PartnerRequestUpdate.md)
|
|
133
147
|
- [PresignedUrl](docs/PresignedUrl.md)
|
|
134
148
|
- [SchemaEstimationResult](docs/SchemaEstimationResult.md)
|
|
135
149
|
- [SizingOverCommitRatio](docs/SizingOverCommitRatio.md)
|
|
@@ -158,8 +172,8 @@ This TypeScript SDK client supports the [Fetch API](https://fetch.spec.whatwg.or
|
|
|
158
172
|
and is automatically generated by the
|
|
159
173
|
[OpenAPI Generator](https://openapi-generator.tech) project:
|
|
160
174
|
|
|
161
|
-
- API version: `
|
|
162
|
-
- Package version: `0.
|
|
175
|
+
- API version: `v1alpha1`
|
|
176
|
+
- Package version: `0.11.0-093b9bb35e72`
|
|
163
177
|
- Generator version: `7.22.0-SNAPSHOT`
|
|
164
178
|
- Build package: `org.openapitools.codegen.languages.TypeScriptFetchClientCodegen`
|
|
165
179
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* OpenShift Migration Advisor API
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: v1alpha1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/apis/AccountApi.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* OpenShift Migration Advisor API
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: v1alpha1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -84,7 +84,7 @@ class AccountApi extends runtime.BaseAPI {
|
|
|
84
84
|
const headerParameters = {};
|
|
85
85
|
headerParameters['Content-Type'] = 'application/json';
|
|
86
86
|
let urlPath = `/api/v1/groups/{id}/members`;
|
|
87
|
-
urlPath = urlPath.replace(
|
|
87
|
+
urlPath = urlPath.replace('{id}', encodeURIComponent(String(requestParameters['id'])));
|
|
88
88
|
return {
|
|
89
89
|
path: urlPath,
|
|
90
90
|
method: 'POST',
|
|
@@ -124,7 +124,7 @@ class AccountApi extends runtime.BaseAPI {
|
|
|
124
124
|
const queryParameters = {};
|
|
125
125
|
const headerParameters = {};
|
|
126
126
|
let urlPath = `/api/v1/groups/{id}`;
|
|
127
|
-
urlPath = urlPath.replace(
|
|
127
|
+
urlPath = urlPath.replace('{id}', encodeURIComponent(String(requestParameters['id'])));
|
|
128
128
|
return {
|
|
129
129
|
path: urlPath,
|
|
130
130
|
method: 'DELETE',
|
|
@@ -163,7 +163,7 @@ class AccountApi extends runtime.BaseAPI {
|
|
|
163
163
|
const queryParameters = {};
|
|
164
164
|
const headerParameters = {};
|
|
165
165
|
let urlPath = `/api/v1/groups/{id}`;
|
|
166
|
-
urlPath = urlPath.replace(
|
|
166
|
+
urlPath = urlPath.replace('{id}', encodeURIComponent(String(requestParameters['id'])));
|
|
167
167
|
return {
|
|
168
168
|
path: urlPath,
|
|
169
169
|
method: 'GET',
|
|
@@ -237,7 +237,7 @@ class AccountApi extends runtime.BaseAPI {
|
|
|
237
237
|
const queryParameters = {};
|
|
238
238
|
const headerParameters = {};
|
|
239
239
|
let urlPath = `/api/v1/groups/{id}/members`;
|
|
240
|
-
urlPath = urlPath.replace(
|
|
240
|
+
urlPath = urlPath.replace('{id}', encodeURIComponent(String(requestParameters['id'])));
|
|
241
241
|
return {
|
|
242
242
|
path: urlPath,
|
|
243
243
|
method: 'GET',
|
|
@@ -323,8 +323,8 @@ class AccountApi extends runtime.BaseAPI {
|
|
|
323
323
|
const queryParameters = {};
|
|
324
324
|
const headerParameters = {};
|
|
325
325
|
let urlPath = `/api/v1/groups/{id}/members/{username}`;
|
|
326
|
-
urlPath = urlPath.replace(
|
|
327
|
-
urlPath = urlPath.replace(
|
|
326
|
+
urlPath = urlPath.replace('{id}', encodeURIComponent(String(requestParameters['id'])));
|
|
327
|
+
urlPath = urlPath.replace('{username}', encodeURIComponent(String(requestParameters['username'])));
|
|
328
328
|
return {
|
|
329
329
|
path: urlPath,
|
|
330
330
|
method: 'DELETE',
|
|
@@ -366,7 +366,7 @@ class AccountApi extends runtime.BaseAPI {
|
|
|
366
366
|
const headerParameters = {};
|
|
367
367
|
headerParameters['Content-Type'] = 'application/json';
|
|
368
368
|
let urlPath = `/api/v1/groups/{id}`;
|
|
369
|
-
urlPath = urlPath.replace(
|
|
369
|
+
urlPath = urlPath.replace('{id}', encodeURIComponent(String(requestParameters['id'])));
|
|
370
370
|
return {
|
|
371
371
|
path: urlPath,
|
|
372
372
|
method: 'PUT',
|
|
@@ -413,8 +413,8 @@ class AccountApi extends runtime.BaseAPI {
|
|
|
413
413
|
const headerParameters = {};
|
|
414
414
|
headerParameters['Content-Type'] = 'application/json';
|
|
415
415
|
let urlPath = `/api/v1/groups/{id}/members/{username}`;
|
|
416
|
-
urlPath = urlPath.replace(
|
|
417
|
-
urlPath = urlPath.replace(
|
|
416
|
+
urlPath = urlPath.replace('{id}', encodeURIComponent(String(requestParameters['id'])));
|
|
417
|
+
urlPath = urlPath.replace('{username}', encodeURIComponent(String(requestParameters['username'])));
|
|
418
418
|
return {
|
|
419
419
|
path: urlPath,
|
|
420
420
|
method: 'PUT',
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* OpenShift Migration Advisor API
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: v1alpha1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import * as runtime from '../runtime.js';
|
|
13
|
-
import type { Assessment, AssessmentForm, AssessmentUpdate, ClusterRequirementsRequest, ClusterRequirementsResponse, MigrationComplexityRequest, MigrationComplexityResponse, MigrationEstimationByComplexityResponse, MigrationEstimationRequest,
|
|
13
|
+
import type { Assessment, AssessmentForm, AssessmentUpdate, ClusterRequirementsRequest, ClusterRequirementsResponse, MigrationComplexityRequest, MigrationComplexityResponse, MigrationEstimationByComplexityResponse, MigrationEstimationRequest, MigrationEstimationResponse } from '../models/index.js';
|
|
14
14
|
export interface CalculateAssessmentClusterRequirementsRequest {
|
|
15
15
|
id: string;
|
|
16
16
|
clusterRequirementsRequest: ClusterRequirementsRequest;
|
|
@@ -108,15 +108,11 @@ export interface AssessmentApiInterface {
|
|
|
108
108
|
* @throws {RequiredError}
|
|
109
109
|
* @memberof AssessmentApiInterface
|
|
110
110
|
*/
|
|
111
|
-
calculateMigrationEstimationRaw(requestParameters: CalculateMigrationEstimationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<
|
|
112
|
-
[key: string]: SchemaEstimationResult;
|
|
113
|
-
}>>;
|
|
111
|
+
calculateMigrationEstimationRaw(requestParameters: CalculateMigrationEstimationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<MigrationEstimationResponse>>;
|
|
114
112
|
/**
|
|
115
113
|
* Calculate migration time estimation for an assessment
|
|
116
114
|
*/
|
|
117
|
-
calculateMigrationEstimation(requestParameters: CalculateMigrationEstimationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
118
|
-
[key: string]: SchemaEstimationResult;
|
|
119
|
-
}>;
|
|
115
|
+
calculateMigrationEstimation(requestParameters: CalculateMigrationEstimationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<MigrationEstimationResponse>;
|
|
120
116
|
/**
|
|
121
117
|
* Creates request options for calculateMigrationEstimationByComplexity without sending the request
|
|
122
118
|
* @param {string} id ID of the assessment
|
|
@@ -271,15 +267,11 @@ export declare class AssessmentApi extends runtime.BaseAPI implements Assessment
|
|
|
271
267
|
/**
|
|
272
268
|
* Calculate migration time estimation for an assessment
|
|
273
269
|
*/
|
|
274
|
-
calculateMigrationEstimationRaw(requestParameters: CalculateMigrationEstimationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<
|
|
275
|
-
[key: string]: SchemaEstimationResult;
|
|
276
|
-
}>>;
|
|
270
|
+
calculateMigrationEstimationRaw(requestParameters: CalculateMigrationEstimationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<MigrationEstimationResponse>>;
|
|
277
271
|
/**
|
|
278
272
|
* Calculate migration time estimation for an assessment
|
|
279
273
|
*/
|
|
280
|
-
calculateMigrationEstimation(requestParameters: CalculateMigrationEstimationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
281
|
-
[key: string]: SchemaEstimationResult;
|
|
282
|
-
}>;
|
|
274
|
+
calculateMigrationEstimation(requestParameters: CalculateMigrationEstimationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<MigrationEstimationResponse>;
|
|
283
275
|
/**
|
|
284
276
|
* Creates request options for calculateMigrationEstimationByComplexity without sending the request
|
|
285
277
|
*/
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* OpenShift Migration Advisor API
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: v1alpha1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -44,7 +44,7 @@ class AssessmentApi extends runtime.BaseAPI {
|
|
|
44
44
|
const headerParameters = {};
|
|
45
45
|
headerParameters['Content-Type'] = 'application/json';
|
|
46
46
|
let urlPath = `/api/v1/assessments/{id}/cluster-requirements`;
|
|
47
|
-
urlPath = urlPath.replace(
|
|
47
|
+
urlPath = urlPath.replace('{id}', encodeURIComponent(String(requestParameters['id'])));
|
|
48
48
|
return {
|
|
49
49
|
path: urlPath,
|
|
50
50
|
method: 'POST',
|
|
@@ -88,7 +88,7 @@ class AssessmentApi extends runtime.BaseAPI {
|
|
|
88
88
|
const headerParameters = {};
|
|
89
89
|
headerParameters['Content-Type'] = 'application/json';
|
|
90
90
|
let urlPath = `/api/v1/assessments/{id}/complexity-estimation`;
|
|
91
|
-
urlPath = urlPath.replace(
|
|
91
|
+
urlPath = urlPath.replace('{id}', encodeURIComponent(String(requestParameters['id'])));
|
|
92
92
|
return {
|
|
93
93
|
path: urlPath,
|
|
94
94
|
method: 'POST',
|
|
@@ -132,7 +132,7 @@ class AssessmentApi extends runtime.BaseAPI {
|
|
|
132
132
|
const headerParameters = {};
|
|
133
133
|
headerParameters['Content-Type'] = 'application/json';
|
|
134
134
|
let urlPath = `/api/v1/assessments/{id}/migration-estimation`;
|
|
135
|
-
urlPath = urlPath.replace(
|
|
135
|
+
urlPath = urlPath.replace('{id}', encodeURIComponent(String(requestParameters['id'])));
|
|
136
136
|
return {
|
|
137
137
|
path: urlPath,
|
|
138
138
|
method: 'POST',
|
|
@@ -149,7 +149,7 @@ class AssessmentApi extends runtime.BaseAPI {
|
|
|
149
149
|
return __awaiter(this, void 0, void 0, function* () {
|
|
150
150
|
const requestOptions = yield this.calculateMigrationEstimationRequestOpts(requestParameters);
|
|
151
151
|
const response = yield this.request(requestOptions, initOverrides);
|
|
152
|
-
return new runtime.JSONApiResponse(response, (jsonValue) =>
|
|
152
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_js_1.MigrationEstimationResponseFromJSON)(jsonValue));
|
|
153
153
|
});
|
|
154
154
|
}
|
|
155
155
|
/**
|
|
@@ -176,7 +176,7 @@ class AssessmentApi extends runtime.BaseAPI {
|
|
|
176
176
|
const headerParameters = {};
|
|
177
177
|
headerParameters['Content-Type'] = 'application/json';
|
|
178
178
|
let urlPath = `/api/v1/assessments/{id}/migration-estimation/by-complexity`;
|
|
179
|
-
urlPath = urlPath.replace(
|
|
179
|
+
urlPath = urlPath.replace('{id}', encodeURIComponent(String(requestParameters['id'])));
|
|
180
180
|
return {
|
|
181
181
|
path: urlPath,
|
|
182
182
|
method: 'POST',
|
|
@@ -256,7 +256,7 @@ class AssessmentApi extends runtime.BaseAPI {
|
|
|
256
256
|
const queryParameters = {};
|
|
257
257
|
const headerParameters = {};
|
|
258
258
|
let urlPath = `/api/v1/assessments/{id}`;
|
|
259
|
-
urlPath = urlPath.replace(
|
|
259
|
+
urlPath = urlPath.replace('{id}', encodeURIComponent(String(requestParameters['id'])));
|
|
260
260
|
return {
|
|
261
261
|
path: urlPath,
|
|
262
262
|
method: 'DELETE',
|
|
@@ -295,7 +295,7 @@ class AssessmentApi extends runtime.BaseAPI {
|
|
|
295
295
|
const queryParameters = {};
|
|
296
296
|
const headerParameters = {};
|
|
297
297
|
let urlPath = `/api/v1/assessments/{id}`;
|
|
298
|
-
urlPath = urlPath.replace(
|
|
298
|
+
urlPath = urlPath.replace('{id}', encodeURIComponent(String(requestParameters['id'])));
|
|
299
299
|
return {
|
|
300
300
|
path: urlPath,
|
|
301
301
|
method: 'GET',
|
|
@@ -376,7 +376,7 @@ class AssessmentApi extends runtime.BaseAPI {
|
|
|
376
376
|
const headerParameters = {};
|
|
377
377
|
headerParameters['Content-Type'] = 'application/json';
|
|
378
378
|
let urlPath = `/api/v1/assessments/{id}`;
|
|
379
|
-
urlPath = urlPath.replace(
|
|
379
|
+
urlPath = urlPath.replace('{id}', encodeURIComponent(String(requestParameters['id'])));
|
|
380
380
|
return {
|
|
381
381
|
path: urlPath,
|
|
382
382
|
method: 'PUT',
|
package/dist/apis/HealthApi.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* OpenShift Migration Advisor API
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: v1alpha1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/apis/HealthApi.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* OpenShift Migration Advisor API
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: v1alpha1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/apis/ImageApi.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* OpenShift Migration Advisor API
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: v1alpha1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/apis/ImageApi.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* OpenShift Migration Advisor API
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: v1alpha1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -40,7 +40,7 @@ class ImageApi extends runtime.BaseAPI {
|
|
|
40
40
|
const queryParameters = {};
|
|
41
41
|
const headerParameters = {};
|
|
42
42
|
let urlPath = `/api/v1/sources/{id}/image-url`;
|
|
43
|
-
urlPath = urlPath.replace(
|
|
43
|
+
urlPath = urlPath.replace('{id}', encodeURIComponent(String(requestParameters['id'])));
|
|
44
44
|
return {
|
|
45
45
|
path: urlPath,
|
|
46
46
|
method: 'GET',
|
|
@@ -79,7 +79,7 @@ class ImageApi extends runtime.BaseAPI {
|
|
|
79
79
|
const queryParameters = {};
|
|
80
80
|
const headerParameters = {};
|
|
81
81
|
let urlPath = `/api/v1/sources/{id}/image`;
|
|
82
|
-
urlPath = urlPath.replace(
|
|
82
|
+
urlPath = urlPath.replace('{id}', encodeURIComponent(String(requestParameters['id'])));
|
|
83
83
|
return {
|
|
84
84
|
path: urlPath,
|
|
85
85
|
method: 'HEAD',
|
package/dist/apis/InfoApi.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* OpenShift Migration Advisor API
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: v1alpha1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/apis/InfoApi.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* OpenShift Migration Advisor API
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: v1alpha1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/apis/JobApi.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* OpenShift Migration Advisor API
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: v1alpha1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/apis/JobApi.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* OpenShift Migration Advisor API
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: v1alpha1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -40,7 +40,7 @@ class JobApi extends runtime.BaseAPI {
|
|
|
40
40
|
const queryParameters = {};
|
|
41
41
|
const headerParameters = {};
|
|
42
42
|
let urlPath = `/api/v1/assessments/jobs/{id}`;
|
|
43
|
-
urlPath = urlPath.replace(
|
|
43
|
+
urlPath = urlPath.replace('{id}', encodeURIComponent(String(requestParameters['id'])));
|
|
44
44
|
return {
|
|
45
45
|
path: urlPath,
|
|
46
46
|
method: 'DELETE',
|
|
@@ -142,7 +142,7 @@ class JobApi extends runtime.BaseAPI {
|
|
|
142
142
|
const queryParameters = {};
|
|
143
143
|
const headerParameters = {};
|
|
144
144
|
let urlPath = `/api/v1/assessments/jobs/{id}`;
|
|
145
|
-
urlPath = urlPath.replace(
|
|
145
|
+
urlPath = urlPath.replace('{id}', encodeURIComponent(String(requestParameters['id'])));
|
|
146
146
|
return {
|
|
147
147
|
path: urlPath,
|
|
148
148
|
method: 'GET',
|