oci-apmtraces
Advanced tools
Comparing version 2.1.0 to 2.2.0
@@ -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/2.1.0/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/2.2.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/2.1.0/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/2.2.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/2.1.0/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/2.2.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/2.1.0/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/2.2.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/2.1.0/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/2.2.0/apmtraces/GetTrace.ts.html |here} to see how to use GetTrace API. | ||
*/ | ||
getTrace(getTraceRequest: requests.GetTraceRequest): Promise<responses.GetTraceResponse>; | ||
} |
@@ -69,6 +69,2 @@ "use strict"; | ||
} | ||
// if circuit breaker is not created, check if circuit breaker system is enabled to use default circuit breaker | ||
if (!this._circuitBreaker && common.utils.isCircuitBreakerSystemEnabled(clientConfiguration)) { | ||
this._circuitBreaker = new common.CircuitBreaker().circuit; | ||
} | ||
this._httpClient = | ||
@@ -129,3 +125,3 @@ params.httpClient || new common.FetchHttpClient(requestSigner, this._circuitBreaker); | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.1.0/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/2.2.0/apmtraces/ListQuickPicks.ts.html |here} to see how to use ListQuickPicks API. | ||
*/ | ||
@@ -219,3 +215,3 @@ listQuickPicks(listQuickPicksRequest) { | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.1.0/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/2.2.0/apmtraces/Query.ts.html |here} to see how to use Query API. | ||
*/ | ||
@@ -295,3 +291,3 @@ query(queryRequest) { | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.1.0/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/2.2.0/apmtraces/QueryOld.ts.html |here} to see how to use QueryOld API. | ||
*/ | ||
@@ -380,6 +376,2 @@ queryOld(queryOldRequest) { | ||
} | ||
// if circuit breaker is not created, check if circuit breaker system is enabled to use default circuit breaker | ||
if (!this._circuitBreaker && common.utils.isCircuitBreakerSystemEnabled(clientConfiguration)) { | ||
this._circuitBreaker = new common.CircuitBreaker().circuit; | ||
} | ||
this._httpClient = | ||
@@ -439,3 +431,3 @@ params.httpClient || new common.FetchHttpClient(requestSigner, this._circuitBreaker); | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.1.0/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/2.2.0/apmtraces/GetSpan.ts.html |here} to see how to use GetSpan API. | ||
*/ | ||
@@ -498,3 +490,3 @@ getSpan(getSpanRequest) { | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.1.0/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/2.2.0/apmtraces/GetTrace.ts.html |here} to see how to use GetTrace API. | ||
*/ | ||
@@ -501,0 +493,0 @@ getTrace(getTraceRequest) { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.1.0/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/2.2.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/2.1.0/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/2.2.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/2.1.0/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/2.2.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/2.1.0/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/2.2.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/2.1.0/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/2.2.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": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "OCI NodeJS client for Apm Traces Service", | ||
@@ -18,4 +18,4 @@ "repository": { | ||
"dependencies": { | ||
"oci-common": "2.1.0", | ||
"oci-workrequests": "2.1.0" | ||
"oci-common": "2.2.0", | ||
"oci-workrequests": "2.2.0" | ||
}, | ||
@@ -22,0 +22,0 @@ "publishConfig": { |
Sorry, the diff of this file is not supported yet
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
244358
2912
+ Addedoci-common@2.2.0(transitive)
+ Addedoci-workrequests@2.2.0(transitive)
- Removedoci-common@2.1.0(transitive)
- Removedoci-workrequests@2.1.0(transitive)
Updatedoci-common@2.2.0
Updatedoci-workrequests@2.2.0