/** * Marketplace Service API * Use the Marketplace API to manage applications in Oracle Cloud Infrastructure Marketplace. For more information, see [Overview of Marketplace](https://docs.oracle.com/iaas/Content/Marketplace/Concepts/marketoverview.htm) * OpenAPI spec version: 20181001 * * * NOTE: This class is auto generated by OracleSDKGenerator. * Do not edit the class manually. * * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved. * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. */ import * as GetLaunchEligibilityResponse from "./get-launch-eligibility-response"; export import GetLaunchEligibilityResponse = GetLaunchEligibilityResponse.GetLaunchEligibilityResponse; import * as GetThirdPartyPaidListingEligibilityResponse from "./get-third-party-paid-listing-eligibility-response"; export import GetThirdPartyPaidListingEligibilityResponse = GetThirdPartyPaidListingEligibilityResponse.GetThirdPartyPaidListingEligibilityResponse; import * as ChangePublicationCompartmentResponse from "./change-publication-compartment-response"; export import ChangePublicationCompartmentResponse = ChangePublicationCompartmentResponse.ChangePublicationCompartmentResponse; import * as CreateAcceptedAgreementResponse from "./create-accepted-agreement-response"; export import CreateAcceptedAgreementResponse = CreateAcceptedAgreementResponse.CreateAcceptedAgreementResponse; import * as CreateMarketplaceExternalAttestedMetadataResponse from "./create-marketplace-external-attested-metadata-response"; export import CreateMarketplaceExternalAttestedMetadataResponse = CreateMarketplaceExternalAttestedMetadataResponse.CreateMarketplaceExternalAttestedMetadataResponse; import * as CreatePublicationResponse from "./create-publication-response"; export import CreatePublicationResponse = CreatePublicationResponse.CreatePublicationResponse; import * as DeleteAcceptedAgreementResponse from "./delete-accepted-agreement-response"; export import DeleteAcceptedAgreementResponse = DeleteAcceptedAgreementResponse.DeleteAcceptedAgreementResponse; import * as DeletePublicationResponse from "./delete-publication-response"; export import DeletePublicationResponse = DeletePublicationResponse.DeletePublicationResponse; import * as ExportListingResponse from "./export-listing-response"; export import ExportListingResponse = ExportListingResponse.ExportListingResponse; import * as GetAcceptedAgreementResponse from "./get-accepted-agreement-response"; export import GetAcceptedAgreementResponse = GetAcceptedAgreementResponse.GetAcceptedAgreementResponse; import * as GetAgreementResponse from "./get-agreement-response"; export import GetAgreementResponse = GetAgreementResponse.GetAgreementResponse; import * as GetListingResponse from "./get-listing-response"; export import GetListingResponse = GetListingResponse.GetListingResponse; import * as GetPackageResponse from "./get-package-response"; export import GetPackageResponse = GetPackageResponse.GetPackageResponse; import * as GetPublicationResponse from "./get-publication-response"; export import GetPublicationResponse = GetPublicationResponse.GetPublicationResponse; import * as GetPublicationPackageResponse from "./get-publication-package-response"; export import GetPublicationPackageResponse = GetPublicationPackageResponse.GetPublicationPackageResponse; import * as GetWorkRequestResponse from "./get-work-request-response"; export import GetWorkRequestResponse = GetWorkRequestResponse.GetWorkRequestResponse; import * as ListAcceptedAgreementsResponse from "./list-accepted-agreements-response"; export import ListAcceptedAgreementsResponse = ListAcceptedAgreementsResponse.ListAcceptedAgreementsResponse; import * as ListAgreementsResponse from "./list-agreements-response"; export import ListAgreementsResponse = ListAgreementsResponse.ListAgreementsResponse; import * as ListCategoriesResponse from "./list-categories-response"; export import ListCategoriesResponse = ListCategoriesResponse.ListCategoriesResponse; import * as ListListingsResponse from "./list-listings-response"; export import ListListingsResponse = ListListingsResponse.ListListingsResponse; import * as ListMarketplaceMetadataPublicKeysResponse from "./list-marketplace-metadata-public-keys-response"; export import ListMarketplaceMetadataPublicKeysResponse = ListMarketplaceMetadataPublicKeysResponse.ListMarketplaceMetadataPublicKeysResponse; import * as ListPackagesResponse from "./list-packages-response"; export import ListPackagesResponse = ListPackagesResponse.ListPackagesResponse; import * as ListPublicationPackagesResponse from "./list-publication-packages-response"; export import ListPublicationPackagesResponse = ListPublicationPackagesResponse.ListPublicationPackagesResponse; import * as ListPublicationsResponse from "./list-publications-response"; export import ListPublicationsResponse = ListPublicationsResponse.ListPublicationsResponse; import * as ListPublishersResponse from "./list-publishers-response"; export import ListPublishersResponse = ListPublishersResponse.ListPublishersResponse; import * as ListReportTypesResponse from "./list-report-types-response"; export import ListReportTypesResponse = ListReportTypesResponse.ListReportTypesResponse; import * as ListReportsResponse from "./list-reports-response"; export import ListReportsResponse = ListReportsResponse.ListReportsResponse; import * as ListTaxesResponse from "./list-taxes-response"; export import ListTaxesResponse = ListTaxesResponse.ListTaxesResponse; import * as ListWorkRequestErrorsResponse from "./list-work-request-errors-response"; export import ListWorkRequestErrorsResponse = ListWorkRequestErrorsResponse.ListWorkRequestErrorsResponse; import * as ListWorkRequestLogsResponse from "./list-work-request-logs-response"; export import ListWorkRequestLogsResponse = ListWorkRequestLogsResponse.ListWorkRequestLogsResponse; import * as ListWorkRequestsResponse from "./list-work-requests-response"; export import ListWorkRequestsResponse = ListWorkRequestsResponse.ListWorkRequestsResponse; import * as SearchListingsResponse from "./search-listings-response"; export import SearchListingsResponse = SearchListingsResponse.SearchListingsResponse; import * as UpdateAcceptedAgreementResponse from "./update-accepted-agreement-response"; export import UpdateAcceptedAgreementResponse = UpdateAcceptedAgreementResponse.UpdateAcceptedAgreementResponse; import * as UpdatePublicationResponse from "./update-publication-response"; export import UpdatePublicationResponse = UpdatePublicationResponse.UpdatePublicationResponse;