New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

oci-apmconfig

Package Overview
Dependencies
Maintainers
4
Versions
142
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oci-apmconfig - npm Package Compare versions

Comparing version 2.28.0 to 2.29.0

10

lib/client.d.ts

@@ -65,3 +65,3 @@ /**

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

@@ -75,3 +75,3 @@ createConfig(createConfigRequest: requests.CreateConfigRequest): Promise<responses.CreateConfigResponse>;

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

@@ -85,3 +85,3 @@ deleteConfig(deleteConfigRequest: requests.DeleteConfigRequest): Promise<responses.DeleteConfigResponse>;

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

@@ -95,3 +95,3 @@ getConfig(getConfigRequest: requests.GetConfigRequest): Promise<responses.GetConfigResponse>;

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

@@ -105,5 +105,5 @@ listConfigs(listConfigsRequest: requests.ListConfigsRequest): Promise<responses.ListConfigsResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/apmconfig/UpdateConfig.ts.html |here} to see how to use UpdateConfig API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/apmconfig/UpdateConfig.ts.html |here} to see how to use UpdateConfig API.
*/
updateConfig(updateConfigRequest: requests.UpdateConfigRequest): Promise<responses.UpdateConfigResponse>;
}

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

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

@@ -206,3 +206,3 @@ createConfig(createConfigRequest) {

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

@@ -264,3 +264,3 @@ deleteConfig(deleteConfigRequest) {

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

@@ -330,3 +330,3 @@ getConfig(getConfigRequest) {

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

@@ -400,3 +400,3 @@ listConfigs(listConfigsRequest) {

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

@@ -403,0 +403,0 @@ updateConfig(updateConfigRequest) {

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/apmconfig/CreateConfig.ts.html |here} to see how to use CreateConfigRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/apmconfig/CreateConfig.ts.html |here} to see how to use CreateConfigRequest.
*/

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

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/apmconfig/DeleteConfig.ts.html |here} to see how to use DeleteConfigRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/apmconfig/DeleteConfig.ts.html |here} to see how to use DeleteConfigRequest.
*/

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

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/apmconfig/GetConfig.ts.html |here} to see how to use GetConfigRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/apmconfig/GetConfig.ts.html |here} to see how to use GetConfigRequest.
*/

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

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/apmconfig/ListConfigs.ts.html |here} to see how to use ListConfigsRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/apmconfig/ListConfigs.ts.html |here} to see how to use ListConfigsRequest.
*/

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

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/apmconfig/UpdateConfig.ts.html |here} to see how to use UpdateConfigRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/apmconfig/UpdateConfig.ts.html |here} to see how to use UpdateConfigRequest.
*/

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

{
"name": "oci-apmconfig",
"version": "2.28.0",
"version": "2.29.0",
"description": "OCI NodeJS client for Apm Config Service",

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

"dependencies": {
"oci-common": "2.28.0",
"oci-workrequests": "2.28.0"
"oci-common": "2.29.0",
"oci-workrequests": "2.29.0"
},

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

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