Socket
Socket
Sign inDemoInstall

oci-apigateway

Package Overview
Dependencies
Maintainers
2
Versions
194
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oci-apigateway - npm Package Compare versions

Comparing version 1.13.0 to 1.14.0

4

lib/apigateway-waiter.js

@@ -63,3 +63,3 @@ "use strict";

return __awaiter(this, void 0, void 0, function* () {
return oci_common_1.genericTerminalConditionWaiter(this.config, () => this.client.getApi(request), response => targetStates.exists(response.api.lifecycleState), targetStates.includes(models.Api.LifecycleState.Deleted));
return oci_common_1.genericTerminalConditionWaiter(this.config, () => this.client.getApi(request), response => targetStates.includes(response.api.lifecycleState), targetStates.includes(models.Api.LifecycleState.Deleted));
});

@@ -76,3 +76,3 @@ }

return __awaiter(this, void 0, void 0, function* () {
return oci_common_1.genericTerminalConditionWaiter(this.config, () => this.client.getCertificate(request), response => targetStates.exists(response.certificate.lifecycleState), targetStates.includes(models.Certificate.LifecycleState.Deleted));
return oci_common_1.genericTerminalConditionWaiter(this.config, () => this.client.getCertificate(request), response => targetStates.includes(response.certificate.lifecycleState), targetStates.includes(models.Certificate.LifecycleState.Deleted));
});

@@ -79,0 +79,0 @@ }

@@ -77,3 +77,3 @@ /**

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.13.0/apigateway/ChangeApiCompartment.ts.html |here} to see how to use ChangeApiCompartment API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.14.0/apigateway/ChangeApiCompartment.ts.html |here} to see how to use ChangeApiCompartment API.
*/

@@ -86,3 +86,3 @@ changeApiCompartment(changeApiCompartmentRequest: requests.ChangeApiCompartmentRequest): Promise<responses.ChangeApiCompartmentResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.13.0/apigateway/ChangeCertificateCompartment.ts.html |here} to see how to use ChangeCertificateCompartment API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.14.0/apigateway/ChangeCertificateCompartment.ts.html |here} to see how to use ChangeCertificateCompartment API.
*/

@@ -96,3 +96,3 @@ changeCertificateCompartment(changeCertificateCompartmentRequest: requests.ChangeCertificateCompartmentRequest): Promise<responses.ChangeCertificateCompartmentResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.13.0/apigateway/CreateApi.ts.html |here} to see how to use CreateApi API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.14.0/apigateway/CreateApi.ts.html |here} to see how to use CreateApi API.
*/

@@ -106,3 +106,3 @@ createApi(createApiRequest: requests.CreateApiRequest): Promise<responses.CreateApiResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.13.0/apigateway/CreateCertificate.ts.html |here} to see how to use CreateCertificate API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.14.0/apigateway/CreateCertificate.ts.html |here} to see how to use CreateCertificate API.
*/

@@ -115,3 +115,3 @@ createCertificate(createCertificateRequest: requests.CreateCertificateRequest): Promise<responses.CreateCertificateResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.13.0/apigateway/DeleteApi.ts.html |here} to see how to use DeleteApi API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.14.0/apigateway/DeleteApi.ts.html |here} to see how to use DeleteApi API.
*/

@@ -124,3 +124,3 @@ deleteApi(deleteApiRequest: requests.DeleteApiRequest): Promise<responses.DeleteApiResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.13.0/apigateway/DeleteCertificate.ts.html |here} to see how to use DeleteCertificate API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.14.0/apigateway/DeleteCertificate.ts.html |here} to see how to use DeleteCertificate API.
*/

@@ -133,3 +133,3 @@ deleteCertificate(deleteCertificateRequest: requests.DeleteCertificateRequest): Promise<responses.DeleteCertificateResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.13.0/apigateway/GetApi.ts.html |here} to see how to use GetApi API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.14.0/apigateway/GetApi.ts.html |here} to see how to use GetApi API.
*/

@@ -142,3 +142,3 @@ getApi(getApiRequest: requests.GetApiRequest): Promise<responses.GetApiResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.13.0/apigateway/GetApiContent.ts.html |here} to see how to use GetApiContent API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.14.0/apigateway/GetApiContent.ts.html |here} to see how to use GetApiContent API.
*/

@@ -151,3 +151,3 @@ getApiContent(getApiContentRequest: requests.GetApiContentRequest): Promise<responses.GetApiContentResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.13.0/apigateway/GetApiDeploymentSpecification.ts.html |here} to see how to use GetApiDeploymentSpecification API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.14.0/apigateway/GetApiDeploymentSpecification.ts.html |here} to see how to use GetApiDeploymentSpecification API.
*/

@@ -160,3 +160,3 @@ getApiDeploymentSpecification(getApiDeploymentSpecificationRequest: requests.GetApiDeploymentSpecificationRequest): Promise<responses.GetApiDeploymentSpecificationResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.13.0/apigateway/GetApiValidations.ts.html |here} to see how to use GetApiValidations API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.14.0/apigateway/GetApiValidations.ts.html |here} to see how to use GetApiValidations API.
*/

@@ -169,3 +169,3 @@ getApiValidations(getApiValidationsRequest: requests.GetApiValidationsRequest): Promise<responses.GetApiValidationsResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.13.0/apigateway/GetCertificate.ts.html |here} to see how to use GetCertificate API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.14.0/apigateway/GetCertificate.ts.html |here} to see how to use GetCertificate API.
*/

@@ -179,3 +179,3 @@ getCertificate(getCertificateRequest: requests.GetCertificateRequest): Promise<responses.GetCertificateResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.13.0/apigateway/ListApis.ts.html |here} to see how to use ListApis API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.14.0/apigateway/ListApis.ts.html |here} to see how to use ListApis API.
*/

@@ -189,3 +189,3 @@ listApis(listApisRequest: requests.ListApisRequest): Promise<responses.ListApisResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.13.0/apigateway/ListCertificates.ts.html |here} to see how to use ListCertificates API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.14.0/apigateway/ListCertificates.ts.html |here} to see how to use ListCertificates API.
*/

@@ -198,3 +198,3 @@ listCertificates(listCertificatesRequest: requests.ListCertificatesRequest): Promise<responses.ListCertificatesResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.13.0/apigateway/UpdateApi.ts.html |here} to see how to use UpdateApi API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.14.0/apigateway/UpdateApi.ts.html |here} to see how to use UpdateApi API.
*/

@@ -207,3 +207,3 @@ updateApi(updateApiRequest: requests.UpdateApiRequest): Promise<responses.UpdateApiResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.13.0/apigateway/UpdateCertificate.ts.html |here} to see how to use UpdateCertificate API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.14.0/apigateway/UpdateCertificate.ts.html |here} to see how to use UpdateCertificate API.
*/

@@ -266,3 +266,3 @@ updateCertificate(updateCertificateRequest: requests.UpdateCertificateRequest): Promise<responses.UpdateCertificateResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.13.0/apigateway/ChangeDeploymentCompartment.ts.html |here} to see how to use ChangeDeploymentCompartment API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.14.0/apigateway/ChangeDeploymentCompartment.ts.html |here} to see how to use ChangeDeploymentCompartment API.
*/

@@ -276,3 +276,3 @@ changeDeploymentCompartment(changeDeploymentCompartmentRequest: requests.ChangeDeploymentCompartmentRequest): Promise<responses.ChangeDeploymentCompartmentResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.13.0/apigateway/CreateDeployment.ts.html |here} to see how to use CreateDeployment API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.14.0/apigateway/CreateDeployment.ts.html |here} to see how to use CreateDeployment API.
*/

@@ -285,3 +285,3 @@ createDeployment(createDeploymentRequest: requests.CreateDeploymentRequest): Promise<responses.CreateDeploymentResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.13.0/apigateway/DeleteDeployment.ts.html |here} to see how to use DeleteDeployment API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.14.0/apigateway/DeleteDeployment.ts.html |here} to see how to use DeleteDeployment API.
*/

@@ -294,3 +294,3 @@ deleteDeployment(deleteDeploymentRequest: requests.DeleteDeploymentRequest): Promise<responses.DeleteDeploymentResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.13.0/apigateway/GetDeployment.ts.html |here} to see how to use GetDeployment API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.14.0/apigateway/GetDeployment.ts.html |here} to see how to use GetDeployment API.
*/

@@ -304,3 +304,3 @@ getDeployment(getDeploymentRequest: requests.GetDeploymentRequest): Promise<responses.GetDeploymentResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.13.0/apigateway/ListDeployments.ts.html |here} to see how to use ListDeployments API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.14.0/apigateway/ListDeployments.ts.html |here} to see how to use ListDeployments API.
*/

@@ -313,3 +313,3 @@ listDeployments(listDeploymentsRequest: requests.ListDeploymentsRequest): Promise<responses.ListDeploymentsResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.13.0/apigateway/UpdateDeployment.ts.html |here} to see how to use UpdateDeployment API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.14.0/apigateway/UpdateDeployment.ts.html |here} to see how to use UpdateDeployment API.
*/

@@ -372,3 +372,3 @@ updateDeployment(updateDeploymentRequest: requests.UpdateDeploymentRequest): Promise<responses.UpdateDeploymentResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.13.0/apigateway/ChangeGatewayCompartment.ts.html |here} to see how to use ChangeGatewayCompartment API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.14.0/apigateway/ChangeGatewayCompartment.ts.html |here} to see how to use ChangeGatewayCompartment API.
*/

@@ -382,3 +382,3 @@ changeGatewayCompartment(changeGatewayCompartmentRequest: requests.ChangeGatewayCompartmentRequest): Promise<responses.ChangeGatewayCompartmentResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.13.0/apigateway/CreateGateway.ts.html |here} to see how to use CreateGateway API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.14.0/apigateway/CreateGateway.ts.html |here} to see how to use CreateGateway API.
*/

@@ -391,3 +391,3 @@ createGateway(createGatewayRequest: requests.CreateGatewayRequest): Promise<responses.CreateGatewayResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.13.0/apigateway/DeleteGateway.ts.html |here} to see how to use DeleteGateway API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.14.0/apigateway/DeleteGateway.ts.html |here} to see how to use DeleteGateway API.
*/

@@ -400,3 +400,3 @@ deleteGateway(deleteGatewayRequest: requests.DeleteGatewayRequest): Promise<responses.DeleteGatewayResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.13.0/apigateway/GetGateway.ts.html |here} to see how to use GetGateway API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.14.0/apigateway/GetGateway.ts.html |here} to see how to use GetGateway API.
*/

@@ -410,3 +410,3 @@ getGateway(getGatewayRequest: requests.GetGatewayRequest): Promise<responses.GetGatewayResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.13.0/apigateway/ListGateways.ts.html |here} to see how to use ListGateways API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.14.0/apigateway/ListGateways.ts.html |here} to see how to use ListGateways API.
*/

@@ -419,3 +419,3 @@ listGateways(listGatewaysRequest: requests.ListGatewaysRequest): Promise<responses.ListGatewaysResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.13.0/apigateway/UpdateGateway.ts.html |here} to see how to use UpdateGateway API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.14.0/apigateway/UpdateGateway.ts.html |here} to see how to use UpdateGateway API.
*/

@@ -478,3 +478,3 @@ updateGateway(updateGatewayRequest: requests.UpdateGatewayRequest): Promise<responses.UpdateGatewayResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.13.0/apigateway/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/1.14.0/apigateway/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
*/

@@ -487,3 +487,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/1.13.0/apigateway/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/1.14.0/apigateway/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
*/

@@ -497,3 +497,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/1.13.0/apigateway/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/1.14.0/apigateway/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
*/

@@ -507,3 +507,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/1.13.0/apigateway/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/1.14.0/apigateway/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
*/

@@ -517,5 +517,5 @@ 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/1.13.0/apigateway/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/1.14.0/apigateway/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
*/
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
}

@@ -63,3 +63,3 @@ "use strict";

return __awaiter(this, void 0, void 0, function* () {
return oci_common_1.genericTerminalConditionWaiter(this.config, () => this.client.getDeployment(request), response => targetStates.exists(response.deployment.lifecycleState), targetStates.includes(models.Deployment.LifecycleState.Deleted));
return oci_common_1.genericTerminalConditionWaiter(this.config, () => this.client.getDeployment(request), response => targetStates.includes(response.deployment.lifecycleState), targetStates.includes(models.Deployment.LifecycleState.Deleted));
});

@@ -66,0 +66,0 @@ }

@@ -63,3 +63,3 @@ "use strict";

return __awaiter(this, void 0, void 0, function* () {
return oci_common_1.genericTerminalConditionWaiter(this.config, () => this.client.getGateway(request), response => targetStates.exists(response.gateway.lifecycleState), targetStates.includes(models.Gateway.LifecycleState.Deleted));
return oci_common_1.genericTerminalConditionWaiter(this.config, () => this.client.getGateway(request), response => targetStates.includes(response.gateway.lifecycleState), targetStates.includes(models.Gateway.LifecycleState.Deleted));
});

@@ -66,0 +66,0 @@ }

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.13.0/apigateway/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/1.14.0/apigateway/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/1.13.0/apigateway/ChangeApiCompartment.ts.html |here} to see how to use ChangeApiCompartmentRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.14.0/apigateway/ChangeApiCompartment.ts.html |here} to see how to use ChangeApiCompartmentRequest.
*/

@@ -19,0 +19,0 @@ export interface ChangeApiCompartmentRequest extends common.BaseRequest {

@@ -16,3 +16,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.13.0/apigateway/ChangeCertificateCompartment.ts.html |here} to see how to use ChangeCertificateCompartmentRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.14.0/apigateway/ChangeCertificateCompartment.ts.html |here} to see how to use ChangeCertificateCompartmentRequest.
*/

@@ -19,0 +19,0 @@ export interface ChangeCertificateCompartmentRequest extends common.BaseRequest {

@@ -16,3 +16,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.13.0/apigateway/ChangeDeploymentCompartment.ts.html |here} to see how to use ChangeDeploymentCompartmentRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.14.0/apigateway/ChangeDeploymentCompartment.ts.html |here} to see how to use ChangeDeploymentCompartmentRequest.
*/

@@ -19,0 +19,0 @@ export interface ChangeDeploymentCompartmentRequest extends common.BaseRequest {

@@ -16,3 +16,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.13.0/apigateway/ChangeGatewayCompartment.ts.html |here} to see how to use ChangeGatewayCompartmentRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.14.0/apigateway/ChangeGatewayCompartment.ts.html |here} to see how to use ChangeGatewayCompartmentRequest.
*/

@@ -19,0 +19,0 @@ export interface ChangeGatewayCompartmentRequest extends common.BaseRequest {

@@ -16,3 +16,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.13.0/apigateway/CreateApi.ts.html |here} to see how to use CreateApiRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.14.0/apigateway/CreateApi.ts.html |here} to see how to use CreateApiRequest.
*/

@@ -19,0 +19,0 @@ export interface CreateApiRequest extends common.BaseRequest {

@@ -16,3 +16,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.13.0/apigateway/CreateCertificate.ts.html |here} to see how to use CreateCertificateRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.14.0/apigateway/CreateCertificate.ts.html |here} to see how to use CreateCertificateRequest.
*/

@@ -19,0 +19,0 @@ export interface CreateCertificateRequest extends common.BaseRequest {

@@ -16,3 +16,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.13.0/apigateway/CreateDeployment.ts.html |here} to see how to use CreateDeploymentRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.14.0/apigateway/CreateDeployment.ts.html |here} to see how to use CreateDeploymentRequest.
*/

@@ -19,0 +19,0 @@ export interface CreateDeploymentRequest extends common.BaseRequest {

@@ -16,3 +16,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.13.0/apigateway/CreateGateway.ts.html |here} to see how to use CreateGatewayRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.14.0/apigateway/CreateGateway.ts.html |here} to see how to use CreateGatewayRequest.
*/

@@ -19,0 +19,0 @@ export interface CreateGatewayRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.13.0/apigateway/DeleteApi.ts.html |here} to see how to use DeleteApiRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.14.0/apigateway/DeleteApi.ts.html |here} to see how to use DeleteApiRequest.
*/

@@ -18,0 +18,0 @@ export interface DeleteApiRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.13.0/apigateway/DeleteCertificate.ts.html |here} to see how to use DeleteCertificateRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.14.0/apigateway/DeleteCertificate.ts.html |here} to see how to use DeleteCertificateRequest.
*/

@@ -18,0 +18,0 @@ export interface DeleteCertificateRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.13.0/apigateway/DeleteDeployment.ts.html |here} to see how to use DeleteDeploymentRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.14.0/apigateway/DeleteDeployment.ts.html |here} to see how to use DeleteDeploymentRequest.
*/

@@ -18,0 +18,0 @@ export interface DeleteDeploymentRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.13.0/apigateway/DeleteGateway.ts.html |here} to see how to use DeleteGatewayRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.14.0/apigateway/DeleteGateway.ts.html |here} to see how to use DeleteGatewayRequest.
*/

@@ -18,0 +18,0 @@ export interface DeleteGatewayRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.13.0/apigateway/GetApiContent.ts.html |here} to see how to use GetApiContentRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.14.0/apigateway/GetApiContent.ts.html |here} to see how to use GetApiContentRequest.
*/

@@ -18,0 +18,0 @@ export interface GetApiContentRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.13.0/apigateway/GetApiDeploymentSpecification.ts.html |here} to see how to use GetApiDeploymentSpecificationRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.14.0/apigateway/GetApiDeploymentSpecification.ts.html |here} to see how to use GetApiDeploymentSpecificationRequest.
*/

@@ -18,0 +18,0 @@ export interface GetApiDeploymentSpecificationRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.13.0/apigateway/GetApi.ts.html |here} to see how to use GetApiRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.14.0/apigateway/GetApi.ts.html |here} to see how to use GetApiRequest.
*/

@@ -18,0 +18,0 @@ export interface GetApiRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.13.0/apigateway/GetApiValidations.ts.html |here} to see how to use GetApiValidationsRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.14.0/apigateway/GetApiValidations.ts.html |here} to see how to use GetApiValidationsRequest.
*/

@@ -18,0 +18,0 @@ export interface GetApiValidationsRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.13.0/apigateway/GetCertificate.ts.html |here} to see how to use GetCertificateRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.14.0/apigateway/GetCertificate.ts.html |here} to see how to use GetCertificateRequest.
*/

@@ -18,0 +18,0 @@ export interface GetCertificateRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.13.0/apigateway/GetDeployment.ts.html |here} to see how to use GetDeploymentRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.14.0/apigateway/GetDeployment.ts.html |here} to see how to use GetDeploymentRequest.
*/

@@ -18,0 +18,0 @@ export interface GetDeploymentRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.13.0/apigateway/GetGateway.ts.html |here} to see how to use GetGatewayRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.14.0/apigateway/GetGateway.ts.html |here} to see how to use GetGatewayRequest.
*/

@@ -18,0 +18,0 @@ export interface GetGatewayRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.13.0/apigateway/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/1.14.0/apigateway/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
*/

@@ -18,0 +18,0 @@ export interface GetWorkRequestRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.13.0/apigateway/ListApis.ts.html |here} to see how to use ListApisRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.14.0/apigateway/ListApis.ts.html |here} to see how to use ListApisRequest.
*/

@@ -18,0 +18,0 @@ export interface ListApisRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.13.0/apigateway/ListCertificates.ts.html |here} to see how to use ListCertificatesRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.14.0/apigateway/ListCertificates.ts.html |here} to see how to use ListCertificatesRequest.
*/

@@ -18,0 +18,0 @@ export interface ListCertificatesRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.13.0/apigateway/ListDeployments.ts.html |here} to see how to use ListDeploymentsRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.14.0/apigateway/ListDeployments.ts.html |here} to see how to use ListDeploymentsRequest.
*/

@@ -18,0 +18,0 @@ export interface ListDeploymentsRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.13.0/apigateway/ListGateways.ts.html |here} to see how to use ListGatewaysRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.14.0/apigateway/ListGateways.ts.html |here} to see how to use ListGatewaysRequest.
*/

@@ -18,0 +18,0 @@ export interface ListGatewaysRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.13.0/apigateway/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/1.14.0/apigateway/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
*/

@@ -18,0 +18,0 @@ export interface ListWorkRequestErrorsRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.13.0/apigateway/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/1.14.0/apigateway/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
*/

@@ -18,0 +18,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/1.13.0/apigateway/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/1.14.0/apigateway/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
*/

@@ -18,0 +18,0 @@ export interface ListWorkRequestsRequest extends common.BaseRequest {

@@ -16,3 +16,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.13.0/apigateway/UpdateApi.ts.html |here} to see how to use UpdateApiRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.14.0/apigateway/UpdateApi.ts.html |here} to see how to use UpdateApiRequest.
*/

@@ -19,0 +19,0 @@ export interface UpdateApiRequest extends common.BaseRequest {

@@ -16,3 +16,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.13.0/apigateway/UpdateCertificate.ts.html |here} to see how to use UpdateCertificateRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.14.0/apigateway/UpdateCertificate.ts.html |here} to see how to use UpdateCertificateRequest.
*/

@@ -19,0 +19,0 @@ export interface UpdateCertificateRequest extends common.BaseRequest {

@@ -16,3 +16,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.13.0/apigateway/UpdateDeployment.ts.html |here} to see how to use UpdateDeploymentRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.14.0/apigateway/UpdateDeployment.ts.html |here} to see how to use UpdateDeploymentRequest.
*/

@@ -19,0 +19,0 @@ export interface UpdateDeploymentRequest extends common.BaseRequest {

@@ -16,3 +16,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.13.0/apigateway/UpdateGateway.ts.html |here} to see how to use UpdateGatewayRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.14.0/apigateway/UpdateGateway.ts.html |here} to see how to use UpdateGatewayRequest.
*/

@@ -19,0 +19,0 @@ export interface UpdateGatewayRequest extends common.BaseRequest {

{
"name": "oci-apigateway",
"version": "1.13.0",
"version": "1.14.0",
"description": "OCI NodeJS client for API gateway service",

@@ -18,4 +18,4 @@ "repository": {

"dependencies": {
"oci-common": "1.13.0",
"oci-workrequests": "1.13.0"
"oci-common": "1.14.0",
"oci-workrequests": "1.14.0"
},

@@ -22,0 +22,0 @@ "publishConfig": {

Sorry, the diff of this file is not supported yet

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc