oci-applicationmigration
Advanced tools
Comparing version 2.79.1 to 2.80.0
@@ -31,3 +31,3 @@ /** | ||
protected static endpointServiceName: string; | ||
protected "_realmSpecificEndpointTemplateEnabled": boolean; | ||
protected "_realmSpecificEndpointTemplateEnabled": boolean | undefined; | ||
protected "_endpoint": string; | ||
@@ -55,2 +55,3 @@ protected "_defaultHeaders": any; | ||
set endpoint(endpoint: string); | ||
get logger(): import("oci-common/lib/log").Logger; | ||
/** | ||
@@ -104,3 +105,3 @@ * Determines whether realm specific endpoint should be used or not. | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/applicationmigration/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/applicationmigration/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API. | ||
*/ | ||
@@ -116,3 +117,3 @@ cancelWorkRequest(cancelWorkRequestRequest: requests.CancelWorkRequestRequest): Promise<responses.CancelWorkRequestResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/applicationmigration/ChangeMigrationCompartment.ts.html |here} to see how to use ChangeMigrationCompartment API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/applicationmigration/ChangeMigrationCompartment.ts.html |here} to see how to use ChangeMigrationCompartment API. | ||
*/ | ||
@@ -128,3 +129,3 @@ changeMigrationCompartment(changeMigrationCompartmentRequest: requests.ChangeMigrationCompartmentRequest): Promise<responses.ChangeMigrationCompartmentResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/applicationmigration/ChangeSourceCompartment.ts.html |here} to see how to use ChangeSourceCompartment API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/applicationmigration/ChangeSourceCompartment.ts.html |here} to see how to use ChangeSourceCompartment API. | ||
*/ | ||
@@ -159,3 +160,3 @@ changeSourceCompartment(changeSourceCompartmentRequest: requests.ChangeSourceCompartmentRequest): Promise<responses.ChangeSourceCompartmentResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/applicationmigration/CreateMigration.ts.html |here} to see how to use CreateMigration API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/applicationmigration/CreateMigration.ts.html |here} to see how to use CreateMigration API. | ||
*/ | ||
@@ -186,3 +187,3 @@ createMigration(createMigrationRequest: requests.CreateMigrationRequest): Promise<responses.CreateMigrationResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/applicationmigration/CreateSource.ts.html |here} to see how to use CreateSource API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/applicationmigration/CreateSource.ts.html |here} to see how to use CreateSource API. | ||
*/ | ||
@@ -201,3 +202,3 @@ createSource(createSourceRequest: requests.CreateSourceRequest): Promise<responses.CreateSourceResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/applicationmigration/DeleteMigration.ts.html |here} to see how to use DeleteMigration API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/applicationmigration/DeleteMigration.ts.html |here} to see how to use DeleteMigration API. | ||
*/ | ||
@@ -216,3 +217,3 @@ deleteMigration(deleteMigrationRequest: requests.DeleteMigrationRequest): Promise<responses.DeleteMigrationResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/applicationmigration/DeleteSource.ts.html |here} to see how to use DeleteSource API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/applicationmigration/DeleteSource.ts.html |here} to see how to use DeleteSource API. | ||
*/ | ||
@@ -226,3 +227,3 @@ deleteSource(deleteSourceRequest: requests.DeleteSourceRequest): Promise<responses.DeleteSourceResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/applicationmigration/GetMigration.ts.html |here} to see how to use GetMigration API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/applicationmigration/GetMigration.ts.html |here} to see how to use GetMigration API. | ||
*/ | ||
@@ -237,3 +238,3 @@ getMigration(getMigrationRequest: requests.GetMigrationRequest): Promise<responses.GetMigrationResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/applicationmigration/GetSource.ts.html |here} to see how to use GetSource API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/applicationmigration/GetSource.ts.html |here} to see how to use GetSource API. | ||
*/ | ||
@@ -247,3 +248,3 @@ getSource(getSourceRequest: requests.GetSourceRequest): Promise<responses.GetSourceResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/applicationmigration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/applicationmigration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API. | ||
*/ | ||
@@ -258,3 +259,3 @@ getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/applicationmigration/ListMigrations.ts.html |here} to see how to use ListMigrations API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/applicationmigration/ListMigrations.ts.html |here} to see how to use ListMigrations API. | ||
*/ | ||
@@ -303,3 +304,3 @@ listMigrations(listMigrationsRequest: requests.ListMigrationsRequest): Promise<responses.ListMigrationsResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/applicationmigration/ListSourceApplications.ts.html |here} to see how to use ListSourceApplications API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/applicationmigration/ListSourceApplications.ts.html |here} to see how to use ListSourceApplications API. | ||
*/ | ||
@@ -349,3 +350,3 @@ listSourceApplications(listSourceApplicationsRequest: requests.ListSourceApplicationsRequest): Promise<responses.ListSourceApplicationsResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/applicationmigration/ListSources.ts.html |here} to see how to use ListSources API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/applicationmigration/ListSources.ts.html |here} to see how to use ListSources API. | ||
*/ | ||
@@ -392,3 +393,3 @@ listSources(listSourcesRequest: requests.ListSourcesRequest): Promise<responses.ListSourcesResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/applicationmigration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/applicationmigration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API. | ||
*/ | ||
@@ -435,3 +436,3 @@ listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/applicationmigration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/applicationmigration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API. | ||
*/ | ||
@@ -478,3 +479,3 @@ listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/applicationmigration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/applicationmigration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API. | ||
*/ | ||
@@ -531,3 +532,3 @@ listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/applicationmigration/MigrateApplication.ts.html |here} to see how to use MigrateApplication API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/applicationmigration/MigrateApplication.ts.html |here} to see how to use MigrateApplication API. | ||
*/ | ||
@@ -570,3 +571,3 @@ migrateApplication(migrateApplicationRequest: requests.MigrateApplicationRequest): Promise<responses.MigrateApplicationResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/applicationmigration/UpdateMigration.ts.html |here} to see how to use UpdateMigration API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/applicationmigration/UpdateMigration.ts.html |here} to see how to use UpdateMigration API. | ||
*/ | ||
@@ -584,3 +585,3 @@ updateMigration(updateMigrationRequest: requests.UpdateMigrationRequest): Promise<responses.UpdateMigrationResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/applicationmigration/UpdateSource.ts.html |here} to see how to use UpdateSource API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/applicationmigration/UpdateSource.ts.html |here} to see how to use UpdateSource API. | ||
*/ | ||
@@ -587,0 +588,0 @@ updateSource(updateSourceRequest: requests.UpdateSourceRequest): Promise<responses.UpdateSourceResponse>; |
@@ -56,3 +56,4 @@ "use strict"; | ||
default: | ||
common.logger.info(`Unknown value for: ${obj.type}`); | ||
if (common.LOG.logger) | ||
common.LOG.logger.info(`Unknown value for: ${obj.type}`); | ||
} | ||
@@ -76,3 +77,4 @@ } | ||
default: | ||
common.logger.info(`Unknown value for: ${obj.type}`); | ||
if (common.LOG.logger) | ||
common.LOG.logger.info(`Unknown value for: ${obj.type}`); | ||
} | ||
@@ -79,0 +81,0 @@ } |
@@ -60,3 +60,4 @@ "use strict"; | ||
default: | ||
common.logger.info(`Unknown value for: ${obj.type}`); | ||
if (common.LOG.logger) | ||
common.LOG.logger.info(`Unknown value for: ${obj.type}`); | ||
} | ||
@@ -84,3 +85,4 @@ } | ||
default: | ||
common.logger.info(`Unknown value for: ${obj.type}`); | ||
if (common.LOG.logger) | ||
common.LOG.logger.info(`Unknown value for: ${obj.type}`); | ||
} | ||
@@ -87,0 +89,0 @@ } |
@@ -56,3 +56,4 @@ "use strict"; | ||
default: | ||
common.logger.info(`Unknown value for: ${obj.type}`); | ||
if (common.LOG.logger) | ||
common.LOG.logger.info(`Unknown value for: ${obj.type}`); | ||
} | ||
@@ -76,3 +77,4 @@ } | ||
default: | ||
common.logger.info(`Unknown value for: ${obj.type}`); | ||
if (common.LOG.logger) | ||
common.LOG.logger.info(`Unknown value for: ${obj.type}`); | ||
} | ||
@@ -79,0 +81,0 @@ } |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/applicationmigration/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/applicationmigration/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface CancelWorkRequestRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/applicationmigration/ChangeMigrationCompartment.ts.html |here} to see how to use ChangeMigrationCompartmentRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/applicationmigration/ChangeMigrationCompartment.ts.html |here} to see how to use ChangeMigrationCompartmentRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface ChangeMigrationCompartmentRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/applicationmigration/ChangeSourceCompartment.ts.html |here} to see how to use ChangeSourceCompartmentRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/applicationmigration/ChangeSourceCompartment.ts.html |here} to see how to use ChangeSourceCompartmentRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface ChangeSourceCompartmentRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/applicationmigration/CreateMigration.ts.html |here} to see how to use CreateMigrationRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/applicationmigration/CreateMigration.ts.html |here} to see how to use CreateMigrationRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface CreateMigrationRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/applicationmigration/CreateSource.ts.html |here} to see how to use CreateSourceRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/applicationmigration/CreateSource.ts.html |here} to see how to use CreateSourceRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface CreateSourceRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/applicationmigration/DeleteMigration.ts.html |here} to see how to use DeleteMigrationRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/applicationmigration/DeleteMigration.ts.html |here} to see how to use DeleteMigrationRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface DeleteMigrationRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/applicationmigration/DeleteSource.ts.html |here} to see how to use DeleteSourceRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/applicationmigration/DeleteSource.ts.html |here} to see how to use DeleteSourceRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface DeleteSourceRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/applicationmigration/GetMigration.ts.html |here} to see how to use GetMigrationRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/applicationmigration/GetMigration.ts.html |here} to see how to use GetMigrationRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface GetMigrationRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/applicationmigration/GetSource.ts.html |here} to see how to use GetSourceRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/applicationmigration/GetSource.ts.html |here} to see how to use GetSourceRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface GetSourceRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/applicationmigration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/applicationmigration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface GetWorkRequestRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/applicationmigration/ListMigrations.ts.html |here} to see how to use ListMigrationsRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/applicationmigration/ListMigrations.ts.html |here} to see how to use ListMigrationsRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface ListMigrationsRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/applicationmigration/ListSourceApplications.ts.html |here} to see how to use ListSourceApplicationsRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/applicationmigration/ListSourceApplications.ts.html |here} to see how to use ListSourceApplicationsRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface ListSourceApplicationsRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/applicationmigration/ListSources.ts.html |here} to see how to use ListSourcesRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/applicationmigration/ListSources.ts.html |here} to see how to use ListSourcesRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface ListSourcesRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/applicationmigration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/applicationmigration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface ListWorkRequestErrorsRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/applicationmigration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/applicationmigration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface ListWorkRequestLogsRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/applicationmigration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/applicationmigration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface ListWorkRequestsRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/applicationmigration/MigrateApplication.ts.html |here} to see how to use MigrateApplicationRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/applicationmigration/MigrateApplication.ts.html |here} to see how to use MigrateApplicationRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface MigrateApplicationRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/applicationmigration/UpdateMigration.ts.html |here} to see how to use UpdateMigrationRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/applicationmigration/UpdateMigration.ts.html |here} to see how to use UpdateMigrationRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface UpdateMigrationRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/applicationmigration/UpdateSource.ts.html |here} to see how to use UpdateSourceRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/applicationmigration/UpdateSource.ts.html |here} to see how to use UpdateSourceRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface UpdateSourceRequest extends common.BaseRequest { |
{ | ||
"name": "oci-applicationmigration", | ||
"version": "2.79.1", | ||
"version": "2.80.0", | ||
"description": "OCI NodeJS client for Application Migration service", | ||
@@ -18,4 +18,4 @@ "repository": { | ||
"dependencies": { | ||
"oci-common": "2.79.1", | ||
"oci-workrequests": "2.79.1" | ||
"oci-common": "2.80.0", | ||
"oci-workrequests": "2.80.0" | ||
}, | ||
@@ -22,0 +22,0 @@ "publishConfig": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
593022
9309
+ Addedoci-common@2.80.0(transitive)
+ Addedoci-workrequests@2.80.0(transitive)
- Removedoci-common@2.79.1(transitive)
- Removedoci-workrequests@2.79.1(transitive)
Updatedoci-common@2.80.0
Updatedoci-workrequests@2.80.0