Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

oci-apmtraces

Package Overview
Dependencies
Maintainers
3
Versions
164
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oci-apmtraces - npm Package Compare versions

Comparing version 1.22.1 to 1.23.0

10

lib/client.d.ts

@@ -60,3 +60,3 @@ /**

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

@@ -88,3 +88,3 @@ listQuickPicks(listQuickPicksRequest: requests.ListQuickPicksRequest): Promise<responses.ListQuickPicksResponse>;

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

@@ -103,3 +103,3 @@ query(queryRequest: requests.QueryRequest): Promise<responses.QueryResponse>;

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

@@ -149,3 +149,3 @@ queryOld(queryOldRequest: requests.QueryOldRequest): Promise<responses.QueryOldResponse>;

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

@@ -159,5 +159,5 @@ getSpan(getSpanRequest: requests.GetSpanRequest): Promise<responses.GetSpanResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.1/apmtraces/GetTrace.ts.html |here} to see how to use GetTrace API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.23.0/apmtraces/GetTrace.ts.html |here} to see how to use GetTrace API.
*/
getTrace(getTraceRequest: requests.GetTraceRequest): Promise<responses.GetTraceResponse>;
}

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

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

@@ -214,3 +214,3 @@ listQuickPicks(listQuickPicksRequest) {

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

@@ -290,3 +290,3 @@ query(queryRequest) {

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

@@ -429,3 +429,3 @@ queryOld(queryOldRequest) {

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

@@ -488,3 +488,3 @@ getSpan(getSpanRequest) {

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

@@ -491,0 +491,0 @@ getTrace(getTraceRequest) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

{
"name": "oci-apmtraces",
"version": "1.22.1",
"version": "1.23.0",
"description": "OCI NodeJS client for Apm Traces Service",

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

"dependencies": {
"oci-common": "1.22.1",
"oci-workrequests": "1.22.1"
"oci-common": "1.23.0",
"oci-workrequests": "1.23.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