Socket
Socket
Sign inDemoInstall

oci-apmcontrolplane

Package Overview
Dependencies
Maintainers
3
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oci-apmcontrolplane - npm Package Compare versions

Comparing version 1.22.0 to 1.22.1

38

lib/client.d.ts

@@ -17,3 +17,3 @@ /**

import * as requests from "./request";
import * as models from "./model";
import * as model from "./model";
import * as responses from "./response";

@@ -75,3 +75,3 @@ import { ApmDomainWaiter } from "./apmdomain-waiter";

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

@@ -85,3 +85,3 @@ changeApmDomainCompartment(changeApmDomainCompartmentRequest: requests.ChangeApmDomainCompartmentRequest): Promise<responses.ChangeApmDomainCompartmentResponse>;

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

@@ -97,3 +97,3 @@ createApmDomain(createApmDomainRequest: requests.CreateApmDomainRequest): Promise<responses.CreateApmDomainResponse>;

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

@@ -108,3 +108,3 @@ deleteApmDomain(deleteApmDomainRequest: requests.DeleteApmDomainRequest): Promise<responses.DeleteApmDomainResponse>;

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

@@ -117,3 +117,3 @@ generateDataKeys(generateDataKeysRequest: requests.GenerateDataKeysRequest): Promise<responses.GenerateDataKeysResponse>;

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

@@ -126,3 +126,3 @@ getApmDomain(getApmDomainRequest: requests.GetApmDomainRequest): Promise<responses.GetApmDomainResponse>;

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

@@ -136,3 +136,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.22.0/apmcontrolplane/ListApmDomainWorkRequests.ts.html |here} to see how to use ListApmDomainWorkRequests API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.1/apmcontrolplane/ListApmDomainWorkRequests.ts.html |here} to see how to use ListApmDomainWorkRequests API.
*/

@@ -146,3 +146,3 @@ listApmDomainWorkRequests(listApmDomainWorkRequestsRequest: requests.ListApmDomainWorkRequestsRequest): Promise<responses.ListApmDomainWorkRequestsResponse>;

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

@@ -157,3 +157,3 @@ listApmDomains(listApmDomainsRequest: requests.ListApmDomainsRequest): Promise<responses.ListApmDomainsResponse>;

*/
listAllApmDomains(request: requests.ListApmDomainsRequest): AsyncIterableIterator<models.ApmDomainSummary>;
listAllApmDomains(request: requests.ListApmDomainsRequest): AsyncIterableIterator<model.ApmDomainSummary>;
/**

@@ -173,3 +173,3 @@ * Creates a new async iterator which will iterate over the responses received from the listApmDomains operation. This iterator

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

@@ -183,3 +183,3 @@ listDataKeys(listDataKeysRequest: requests.ListDataKeysRequest): Promise<responses.ListDataKeysResponse>;

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

@@ -194,3 +194,3 @@ listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;

*/
listAllWorkRequestErrors(request: requests.ListWorkRequestErrorsRequest): AsyncIterableIterator<models.WorkRequestError>;
listAllWorkRequestErrors(request: requests.ListWorkRequestErrorsRequest): AsyncIterableIterator<model.WorkRequestError>;
/**

@@ -209,3 +209,3 @@ * Creates a new async iterator which will iterate over the responses received from the listWorkRequestErrors operation. This iterator

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

@@ -220,3 +220,3 @@ listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;

*/
listAllWorkRequestLogs(request: requests.ListWorkRequestLogsRequest): AsyncIterableIterator<models.WorkRequestLogEntry>;
listAllWorkRequestLogs(request: requests.ListWorkRequestLogsRequest): AsyncIterableIterator<model.WorkRequestLogEntry>;
/**

@@ -235,3 +235,3 @@ * Creates a new async iterator which will iterate over the responses received from the listWorkRequestLogs operation. This iterator

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

@@ -246,3 +246,3 @@ listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;

*/
listAllWorkRequests(request: requests.ListWorkRequestsRequest): AsyncIterableIterator<models.WorkRequest>;
listAllWorkRequests(request: requests.ListWorkRequestsRequest): AsyncIterableIterator<model.WorkRequest>;
/**

@@ -262,3 +262,3 @@ * Creates a new async iterator which will iterate over the responses received from the listWorkRequests operation. This iterator

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

@@ -271,5 +271,5 @@ removeDataKeys(removeDataKeysRequest: requests.RemoveDataKeysRequest): Promise<responses.RemoveDataKeysResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apmcontrolplane/UpdateApmDomain.ts.html |here} to see how to use UpdateApmDomain API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.1/apmcontrolplane/UpdateApmDomain.ts.html |here} to see how to use UpdateApmDomain API.
*/
updateApmDomain(updateApmDomainRequest: requests.UpdateApmDomainRequest): Promise<responses.UpdateApmDomainResponse>;
}

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

const common = require("oci-common");
const models = __importStar(require("./model"));
const model = __importStar(require("./model"));
const oci_common_1 = require("oci-common");

@@ -146,3 +146,3 @@ const apmdomain_waiter_1 = require("./apmdomain-waiter");

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

@@ -171,3 +171,3 @@ changeApmDomainCompartment(changeApmDomainCompartmentRequest) {

method: "POST",
bodyContent: common.ObjectSerializer.serialize(changeApmDomainCompartmentRequest.changeApmDomainCompartmentDetails, "ChangeApmDomainCompartmentDetails", models.ChangeApmDomainCompartmentDetails.getJsonObj),
bodyContent: common.ObjectSerializer.serialize(changeApmDomainCompartmentRequest.changeApmDomainCompartmentDetails, "ChangeApmDomainCompartmentDetails", model.ChangeApmDomainCompartmentDetails.getJsonObj),
pathParams: pathParams,

@@ -207,3 +207,3 @@ headerParams: headerParams,

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

@@ -229,3 +229,3 @@ createApmDomain(createApmDomainRequest) {

method: "POST",
bodyContent: common.ObjectSerializer.serialize(createApmDomainRequest.createApmDomainDetails, "CreateApmDomainDetails", models.CreateApmDomainDetails.getJsonObj),
bodyContent: common.ObjectSerializer.serialize(createApmDomainRequest.createApmDomainDetails, "CreateApmDomainDetails", model.CreateApmDomainDetails.getJsonObj),
pathParams: pathParams,

@@ -267,3 +267,3 @@ headerParams: headerParams,

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

@@ -326,3 +326,3 @@ deleteApmDomain(deleteApmDomainRequest) {

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

@@ -350,3 +350,3 @@ generateDataKeys(generateDataKeysRequest) {

method: "POST",
bodyContent: common.ObjectSerializer.serialize(generateDataKeysRequest.generateDataKeysListDetails, "Array<model.GenerateDataKeyDetails>", models.GenerateDataKeyDetails.getJsonObj),
bodyContent: common.ObjectSerializer.serialize(generateDataKeysRequest.generateDataKeysListDetails, "Array<model.GenerateDataKeyDetails>", model.GenerateDataKeyDetails.getJsonObj),
pathParams: pathParams,

@@ -385,3 +385,3 @@ headerParams: headerParams,

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

@@ -418,3 +418,4 @@ getApmDomain(getApmDomainRequest) {

bodyKey: "apmDomain",
bodyModel: "model.ApmDomain",
bodyModel: model.ApmDomain,
type: "model.ApmDomain",
responseHeaders: [

@@ -445,3 +446,3 @@ {

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

@@ -478,3 +479,4 @@ getWorkRequest(getWorkRequestRequest) {

bodyKey: "workRequest",
bodyModel: "model.WorkRequest",
bodyModel: model.WorkRequest,
type: "model.WorkRequest",
responseHeaders: [

@@ -511,3 +513,3 @@ {

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

@@ -544,3 +546,4 @@ listApmDomainWorkRequests(listApmDomainWorkRequestsRequest) {

bodyKey: "items",
bodyModel: "WorkRequest[]",
bodyModel: model.WorkRequest,
type: "Array<model.WorkRequest>",
responseHeaders: [

@@ -572,3 +575,3 @@ {

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

@@ -611,3 +614,4 @@ listApmDomains(listApmDomainsRequest) {

bodyKey: "items",
bodyModel: "ApmDomainSummary[]",
bodyModel: model.ApmDomainSummary,
type: "Array<model.ApmDomainSummary>",
responseHeaders: [

@@ -659,3 +663,3 @@ {

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

@@ -694,3 +698,4 @@ listDataKeys(listDataKeysRequest) {

bodyKey: "items",
bodyModel: "DataKeySummary[]",
bodyModel: model.DataKeySummary,
type: "Array<model.DataKeySummary>",
responseHeaders: [

@@ -717,3 +722,3 @@ {

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

@@ -753,3 +758,4 @@ listWorkRequestErrors(listWorkRequestErrorsRequest) {

bodyKey: "items",
bodyModel: "WorkRequestError[]",
bodyModel: model.WorkRequestError,
type: "Array<model.WorkRequestError>",
responseHeaders: [

@@ -800,3 +806,3 @@ {

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

@@ -836,3 +842,4 @@ listWorkRequestLogs(listWorkRequestLogsRequest) {

bodyKey: "items",
bodyModel: "WorkRequestLogEntry[]",
bodyModel: model.WorkRequestLogEntry,
type: "Array<model.WorkRequestLogEntry>",
responseHeaders: [

@@ -883,3 +890,3 @@ {

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

@@ -918,3 +925,4 @@ listWorkRequests(listWorkRequestsRequest) {

bodyKey: "items",
bodyModel: "WorkRequest[]",
bodyModel: model.WorkRequest,
type: "Array<model.WorkRequest>",
responseHeaders: [

@@ -966,3 +974,3 @@ {

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

@@ -990,3 +998,3 @@ removeDataKeys(removeDataKeysRequest) {

method: "POST",
bodyContent: common.ObjectSerializer.serialize(removeDataKeysRequest.removeDataKeysListDetails, "Array<model.RemoveDataKeyDetails>", models.RemoveDataKeyDetails.getJsonObj),
bodyContent: common.ObjectSerializer.serialize(removeDataKeysRequest.removeDataKeysListDetails, "Array<model.RemoveDataKeyDetails>", model.RemoveDataKeyDetails.getJsonObj),
pathParams: pathParams,

@@ -1025,3 +1033,3 @@ headerParams: headerParams,

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

@@ -1049,3 +1057,3 @@ updateApmDomain(updateApmDomainRequest) {

method: "PUT",
bodyContent: common.ObjectSerializer.serialize(updateApmDomainRequest.updateApmDomainDetails, "UpdateApmDomainDetails", models.UpdateApmDomainDetails.getJsonObj),
bodyContent: common.ObjectSerializer.serialize(updateApmDomainRequest.updateApmDomainDetails, "UpdateApmDomainDetails", model.UpdateApmDomainDetails.getJsonObj),
pathParams: pathParams,

@@ -1052,0 +1060,0 @@ headerParams: headerParams,

@@ -31,3 +31,4 @@ /**

export declare namespace ActionTypes {
function getJsonObj(obj: ActionTypes): object;
function getJsonObj(obj: ActionTypes): ActionTypes;
function getDeserializedJsonObj(obj: ActionTypes): ActionTypes;
}

@@ -36,6 +36,10 @@ "use strict";

function getJsonObj(obj) {
return { obj };
return obj;
}
ActionTypes.getJsonObj = getJsonObj;
function getDeserializedJsonObj(obj) {
return obj;
}
ActionTypes.getDeserializedJsonObj = getDeserializedJsonObj;
})(ActionTypes = exports.ActionTypes || (exports.ActionTypes = {}));
//# sourceMappingURL=action-types.js.map

@@ -73,2 +73,3 @@ /**

function getJsonObj(obj: ApmDomainSummary): object;
function getDeserializedJsonObj(obj: ApmDomainSummary): object;
}

@@ -25,3 +25,8 @@ "use strict";

ApmDomainSummary.getJsonObj = getJsonObj;
function getDeserializedJsonObj(obj) {
const jsonObj = Object.assign(Object.assign({}, obj), {});
return jsonObj;
}
ApmDomainSummary.getDeserializedJsonObj = getDeserializedJsonObj;
})(ApmDomainSummary = exports.ApmDomainSummary || (exports.ApmDomainSummary = {}));
//# sourceMappingURL=apm-domain-summary.js.map

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

function getJsonObj(obj: ApmDomain): object;
function getDeserializedJsonObj(obj: ApmDomain): object;
}

@@ -25,3 +25,8 @@ "use strict";

ApmDomain.getJsonObj = getJsonObj;
function getDeserializedJsonObj(obj) {
const jsonObj = Object.assign(Object.assign({}, obj), {});
return jsonObj;
}
ApmDomain.getDeserializedJsonObj = getDeserializedJsonObj;
})(ApmDomain = exports.ApmDomain || (exports.ApmDomain = {}));
//# sourceMappingURL=apm-domain.js.map

@@ -73,2 +73,3 @@ /**

function getJsonObj(obj: BaseDomainDetails): object;
function getDeserializedJsonObj(obj: BaseDomainDetails): object;
}

@@ -25,3 +25,8 @@ "use strict";

BaseDomainDetails.getJsonObj = getJsonObj;
function getDeserializedJsonObj(obj) {
const jsonObj = Object.assign(Object.assign({}, obj), {});
return jsonObj;
}
BaseDomainDetails.getDeserializedJsonObj = getDeserializedJsonObj;
})(BaseDomainDetails = exports.BaseDomainDetails || (exports.BaseDomainDetails = {}));
//# sourceMappingURL=base-domain-details.js.map

@@ -32,2 +32,3 @@ /**

function getJsonObj(obj: BaseKeyDetails): object;
function getDeserializedJsonObj(obj: BaseKeyDetails): object;
}

@@ -25,3 +25,8 @@ "use strict";

BaseKeyDetails.getJsonObj = getJsonObj;
function getDeserializedJsonObj(obj) {
const jsonObj = Object.assign(Object.assign({}, obj), {});
return jsonObj;
}
BaseKeyDetails.getDeserializedJsonObj = getDeserializedJsonObj;
})(BaseKeyDetails = exports.BaseKeyDetails || (exports.BaseKeyDetails = {}));
//# sourceMappingURL=base-key-details.js.map

@@ -26,2 +26,3 @@ /**

function getJsonObj(obj: ChangeApmDomainCompartmentDetails): object;
function getDeserializedJsonObj(obj: ChangeApmDomainCompartmentDetails): object;
}

@@ -25,3 +25,8 @@ "use strict";

ChangeApmDomainCompartmentDetails.getJsonObj = getJsonObj;
function getDeserializedJsonObj(obj) {
const jsonObj = Object.assign(Object.assign({}, obj), {});
return jsonObj;
}
ChangeApmDomainCompartmentDetails.getDeserializedJsonObj = getDeserializedJsonObj;
})(ChangeApmDomainCompartmentDetails = exports.ChangeApmDomainCompartmentDetails || (exports.ChangeApmDomainCompartmentDetails = {}));
//# sourceMappingURL=change-apm-domain-compartment-details.js.map

@@ -56,2 +56,3 @@ /**

function getJsonObj(obj: CreateApmDomainDetails): object;
function getDeserializedJsonObj(obj: CreateApmDomainDetails): object;
}

@@ -25,3 +25,8 @@ "use strict";

CreateApmDomainDetails.getJsonObj = getJsonObj;
function getDeserializedJsonObj(obj) {
const jsonObj = Object.assign(Object.assign({}, obj), {});
return jsonObj;
}
CreateApmDomainDetails.getDeserializedJsonObj = getDeserializedJsonObj;
})(CreateApmDomainDetails = exports.CreateApmDomainDetails || (exports.CreateApmDomainDetails = {}));
//# sourceMappingURL=create-apm-domain-details.js.map

@@ -36,2 +36,3 @@ /**

function getJsonObj(obj: DataKeySummary): object;
function getDeserializedJsonObj(obj: DataKeySummary): object;
}

@@ -25,3 +25,8 @@ "use strict";

DataKeySummary.getJsonObj = getJsonObj;
function getDeserializedJsonObj(obj) {
const jsonObj = Object.assign(Object.assign({}, obj), {});
return jsonObj;
}
DataKeySummary.getDeserializedJsonObj = getDeserializedJsonObj;
})(DataKeySummary = exports.DataKeySummary || (exports.DataKeySummary = {}));
//# sourceMappingURL=data-key-summary.js.map

@@ -28,3 +28,4 @@ /**

export declare namespace DataKeyTypes {
function getJsonObj(obj: DataKeyTypes): object;
function getJsonObj(obj: DataKeyTypes): DataKeyTypes;
function getDeserializedJsonObj(obj: DataKeyTypes): DataKeyTypes;
}

@@ -33,6 +33,10 @@ "use strict";

function getJsonObj(obj) {
return { obj };
return obj;
}
DataKeyTypes.getJsonObj = getJsonObj;
function getDeserializedJsonObj(obj) {
return obj;
}
DataKeyTypes.getDeserializedJsonObj = getDeserializedJsonObj;
})(DataKeyTypes = exports.DataKeyTypes || (exports.DataKeyTypes = {}));
//# sourceMappingURL=data-key-types.js.map

@@ -36,2 +36,3 @@ /**

function getJsonObj(obj: DataKey): object;
function getDeserializedJsonObj(obj: DataKey): object;
}

@@ -25,3 +25,8 @@ "use strict";

DataKey.getJsonObj = getJsonObj;
function getDeserializedJsonObj(obj) {
const jsonObj = Object.assign(Object.assign({}, obj), {});
return jsonObj;
}
DataKey.getDeserializedJsonObj = getDeserializedJsonObj;
})(DataKey = exports.DataKey || (exports.DataKey = {}));
//# sourceMappingURL=data-key.js.map

@@ -32,2 +32,3 @@ /**

function getJsonObj(obj: GenerateDataKeyDetails): object;
function getDeserializedJsonObj(obj: GenerateDataKeyDetails): object;
}

@@ -25,3 +25,8 @@ "use strict";

GenerateDataKeyDetails.getJsonObj = getJsonObj;
function getDeserializedJsonObj(obj) {
const jsonObj = Object.assign(Object.assign({}, obj), {});
return jsonObj;
}
GenerateDataKeyDetails.getDeserializedJsonObj = getDeserializedJsonObj;
})(GenerateDataKeyDetails = exports.GenerateDataKeyDetails || (exports.GenerateDataKeyDetails = {}));
//# sourceMappingURL=generate-data-key-details.js.map

@@ -31,3 +31,4 @@ /**

export declare namespace LifecycleStates {
function getJsonObj(obj: LifecycleStates): object;
function getJsonObj(obj: LifecycleStates): LifecycleStates;
function getDeserializedJsonObj(obj: LifecycleStates): LifecycleStates;
}

@@ -36,6 +36,10 @@ "use strict";

function getJsonObj(obj) {
return { obj };
return obj;
}
LifecycleStates.getJsonObj = getJsonObj;
function getDeserializedJsonObj(obj) {
return obj;
}
LifecycleStates.getDeserializedJsonObj = getDeserializedJsonObj;
})(LifecycleStates = exports.LifecycleStates || (exports.LifecycleStates = {}));
//# sourceMappingURL=lifecycle-states.js.map

@@ -32,3 +32,4 @@ /**

export declare namespace OperationStatus {
function getJsonObj(obj: OperationStatus): object;
function getJsonObj(obj: OperationStatus): OperationStatus;
function getDeserializedJsonObj(obj: OperationStatus): OperationStatus;
}

@@ -37,6 +37,10 @@ "use strict";

function getJsonObj(obj) {
return { obj };
return obj;
}
OperationStatus.getJsonObj = getJsonObj;
function getDeserializedJsonObj(obj) {
return obj;
}
OperationStatus.getDeserializedJsonObj = getDeserializedJsonObj;
})(OperationStatus = exports.OperationStatus || (exports.OperationStatus = {}));
//# sourceMappingURL=operation-status.js.map

@@ -31,3 +31,4 @@ /**

export declare namespace OperationTypes {
function getJsonObj(obj: OperationTypes): object;
function getJsonObj(obj: OperationTypes): OperationTypes;
function getDeserializedJsonObj(obj: OperationTypes): OperationTypes;
}

@@ -36,6 +36,10 @@ "use strict";

function getJsonObj(obj) {
return { obj };
return obj;
}
OperationTypes.getJsonObj = getJsonObj;
function getDeserializedJsonObj(obj) {
return obj;
}
OperationTypes.getDeserializedJsonObj = getDeserializedJsonObj;
})(OperationTypes = exports.OperationTypes || (exports.OperationTypes = {}));
//# sourceMappingURL=operation-types.js.map

@@ -27,2 +27,3 @@ /**

function getJsonObj(obj: RemoveDataKeyDetails): object;
function getDeserializedJsonObj(obj: RemoveDataKeyDetails): object;
}

@@ -25,3 +25,8 @@ "use strict";

RemoveDataKeyDetails.getJsonObj = getJsonObj;
function getDeserializedJsonObj(obj) {
const jsonObj = Object.assign(Object.assign({}, obj), {});
return jsonObj;
}
RemoveDataKeyDetails.getDeserializedJsonObj = getDeserializedJsonObj;
})(RemoveDataKeyDetails = exports.RemoveDataKeyDetails || (exports.RemoveDataKeyDetails = {}));
//# sourceMappingURL=remove-data-key-details.js.map

@@ -23,3 +23,4 @@ /**

export declare namespace SortOrders {
function getJsonObj(obj: SortOrders): object;
function getJsonObj(obj: SortOrders): SortOrders;
function getDeserializedJsonObj(obj: SortOrders): SortOrders;
}

@@ -28,6 +28,10 @@ "use strict";

function getJsonObj(obj) {
return { obj };
return obj;
}
SortOrders.getJsonObj = getJsonObj;
function getDeserializedJsonObj(obj) {
return obj;
}
SortOrders.getDeserializedJsonObj = getDeserializedJsonObj;
})(SortOrders = exports.SortOrders || (exports.SortOrders = {}));
//# sourceMappingURL=sort-orders.js.map

@@ -48,2 +48,3 @@ /**

function getJsonObj(obj: UpdateApmDomainDetails): object;
function getDeserializedJsonObj(obj: UpdateApmDomainDetails): object;
}

@@ -25,3 +25,8 @@ "use strict";

UpdateApmDomainDetails.getJsonObj = getJsonObj;
function getDeserializedJsonObj(obj) {
const jsonObj = Object.assign(Object.assign({}, obj), {});
return jsonObj;
}
UpdateApmDomainDetails.getDeserializedJsonObj = getDeserializedJsonObj;
})(UpdateApmDomainDetails = exports.UpdateApmDomainDetails || (exports.UpdateApmDomainDetails = {}));
//# sourceMappingURL=update-apm-domain-details.js.map

@@ -36,2 +36,3 @@ /**

function getJsonObj(obj: WorkRequestError): object;
function getDeserializedJsonObj(obj: WorkRequestError): object;
}

@@ -25,3 +25,8 @@ "use strict";

WorkRequestError.getJsonObj = getJsonObj;
function getDeserializedJsonObj(obj) {
const jsonObj = Object.assign(Object.assign({}, obj), {});
return jsonObj;
}
WorkRequestError.getDeserializedJsonObj = getDeserializedJsonObj;
})(WorkRequestError = exports.WorkRequestError || (exports.WorkRequestError = {}));
//# sourceMappingURL=work-request-error.js.map

@@ -30,2 +30,3 @@ /**

function getJsonObj(obj: WorkRequestLogEntry): object;
function getDeserializedJsonObj(obj: WorkRequestLogEntry): object;
}

@@ -25,3 +25,8 @@ "use strict";

WorkRequestLogEntry.getJsonObj = getJsonObj;
function getDeserializedJsonObj(obj) {
const jsonObj = Object.assign(Object.assign({}, obj), {});
return jsonObj;
}
WorkRequestLogEntry.getDeserializedJsonObj = getDeserializedJsonObj;
})(WorkRequestLogEntry = exports.WorkRequestLogEntry || (exports.WorkRequestLogEntry = {}));
//# sourceMappingURL=work-request-log-entry.js.map

@@ -43,2 +43,3 @@ /**

function getJsonObj(obj: WorkRequestResource): object;
function getDeserializedJsonObj(obj: WorkRequestResource): object;
}

@@ -25,3 +25,8 @@ "use strict";

WorkRequestResource.getJsonObj = getJsonObj;
function getDeserializedJsonObj(obj) {
const jsonObj = Object.assign(Object.assign({}, obj), {});
return jsonObj;
}
WorkRequestResource.getDeserializedJsonObj = getDeserializedJsonObj;
})(WorkRequestResource = exports.WorkRequestResource || (exports.WorkRequestResource = {}));
//# sourceMappingURL=work-request-resource.js.map

@@ -66,2 +66,3 @@ /**

function getJsonObj(obj: WorkRequest): object;
function getDeserializedJsonObj(obj: WorkRequest): object;
}

@@ -51,3 +51,14 @@ "use strict";

WorkRequest.getJsonObj = getJsonObj;
function getDeserializedJsonObj(obj) {
const jsonObj = Object.assign(Object.assign({}, obj), {
"resources": obj.resources
? obj.resources.map(item => {
return model.WorkRequestResource.getDeserializedJsonObj(item);
})
: undefined
});
return jsonObj;
}
WorkRequest.getDeserializedJsonObj = getDeserializedJsonObj;
})(WorkRequest = exports.WorkRequest || (exports.WorkRequest = {}));
//# sourceMappingURL=work-request.js.map

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apmcontrolplane/ChangeApmDomainCompartment.ts.html |here} to see how to use ChangeApmDomainCompartmentRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.1/apmcontrolplane/ChangeApmDomainCompartment.ts.html |here} to see how to use ChangeApmDomainCompartmentRequest.
*/

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

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apmcontrolplane/CreateApmDomain.ts.html |here} to see how to use CreateApmDomainRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.1/apmcontrolplane/CreateApmDomain.ts.html |here} to see how to use CreateApmDomainRequest.
*/

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

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apmcontrolplane/DeleteApmDomain.ts.html |here} to see how to use DeleteApmDomainRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.1/apmcontrolplane/DeleteApmDomain.ts.html |here} to see how to use DeleteApmDomainRequest.
*/

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

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apmcontrolplane/GenerateDataKeys.ts.html |here} to see how to use GenerateDataKeysRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.1/apmcontrolplane/GenerateDataKeys.ts.html |here} to see how to use GenerateDataKeysRequest.
*/

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

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apmcontrolplane/GetApmDomain.ts.html |here} to see how to use GetApmDomainRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.1/apmcontrolplane/GetApmDomain.ts.html |here} to see how to use GetApmDomainRequest.
*/

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

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apmcontrolplane/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.22.1/apmcontrolplane/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.22.0/apmcontrolplane/ListApmDomainWorkRequests.ts.html |here} to see how to use ListApmDomainWorkRequestsRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.1/apmcontrolplane/ListApmDomainWorkRequests.ts.html |here} to see how to use ListApmDomainWorkRequestsRequest.
*/

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

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apmcontrolplane/ListApmDomains.ts.html |here} to see how to use ListApmDomainsRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.1/apmcontrolplane/ListApmDomains.ts.html |here} to see how to use ListApmDomainsRequest.
*/

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

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apmcontrolplane/ListDataKeys.ts.html |here} to see how to use ListDataKeysRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.1/apmcontrolplane/ListDataKeys.ts.html |here} to see how to use ListDataKeysRequest.
*/

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

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apmcontrolplane/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.22.1/apmcontrolplane/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.22.0/apmcontrolplane/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.22.1/apmcontrolplane/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.22.0/apmcontrolplane/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.22.1/apmcontrolplane/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.22.0/apmcontrolplane/RemoveDataKeys.ts.html |here} to see how to use RemoveDataKeysRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.1/apmcontrolplane/RemoveDataKeys.ts.html |here} to see how to use RemoveDataKeysRequest.
*/

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

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apmcontrolplane/UpdateApmDomain.ts.html |here} to see how to use UpdateApmDomainRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.1/apmcontrolplane/UpdateApmDomain.ts.html |here} to see how to use UpdateApmDomainRequest.
*/

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

{
"name": "oci-apmcontrolplane",
"version": "1.22.0",
"version": "1.22.1",
"description": "OCI NodeJS client for Apm Control Plane Service",

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

"dependencies": {
"oci-common": "1.22.0",
"oci-workrequests": "1.22.0"
"oci-common": "1.22.1",
"oci-workrequests": "1.22.1"
},

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

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

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

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

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

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

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