oci-apmtraces
Advanced tools
Comparing version 1.19.2 to 1.19.3
@@ -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.19.2/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.19.3/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.19.2/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.19.3/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.19.2/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.19.3/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.19.2/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.19.3/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.19.2/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.19.3/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.19.2/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.19.3/apmtraces/ListQuickPicks.ts.html |here} to see how to use ListQuickPicks API. | ||
*/ | ||
@@ -213,3 +213,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.19.2/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.19.3/apmtraces/Query.ts.html |here} to see how to use Query API. | ||
*/ | ||
@@ -288,3 +288,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.19.2/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.19.3/apmtraces/QueryOld.ts.html |here} to see how to use QueryOld API. | ||
*/ | ||
@@ -426,3 +426,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.19.2/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.19.3/apmtraces/GetSpan.ts.html |here} to see how to use GetSpan API. | ||
*/ | ||
@@ -484,3 +484,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.19.2/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.19.3/apmtraces/GetTrace.ts.html |here} to see how to use GetTrace API. | ||
*/ | ||
@@ -487,0 +487,0 @@ getTrace(getTraceRequest) { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.2/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.19.3/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.19.2/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.19.3/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.19.2/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.19.3/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.19.2/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.19.3/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.19.2/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.19.3/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.19.2", | ||
"version": "1.19.3", | ||
"description": "OCI NodeJS client for Apm Traces Service", | ||
@@ -18,4 +18,4 @@ "repository": { | ||
"dependencies": { | ||
"oci-common": "1.19.2", | ||
"oci-workrequests": "1.19.2" | ||
"oci-common": "1.19.3", | ||
"oci-workrequests": "1.19.3" | ||
}, | ||
@@ -22,0 +22,0 @@ "publishConfig": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
+ Addedoci-common@1.19.3(transitive)
+ Addedoci-workrequests@1.19.3(transitive)
- Removedoci-common@1.19.2(transitive)
- Removedoci-workrequests@1.19.2(transitive)
Updatedoci-common@1.19.3
Updatedoci-workrequests@1.19.3