oci-apmtraces
Advanced tools
Comparing version 1.20.0 to 1.20.1
@@ -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.20.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/1.20.1/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.20.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/1.20.1/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.20.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/1.20.1/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.20.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/1.20.1/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.20.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/1.20.1/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.20.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/1.20.1/apmtraces/ListQuickPicks.ts.html |here} to see how to use ListQuickPicks API. | ||
*/ | ||
@@ -141,2 +141,5 @@ listQuickPicks(listQuickPicksRequest) { | ||
}; | ||
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listQuickPicksRequest.retryConfiguration); | ||
if (this.logger) | ||
retrier.logger = this.logger; | ||
const request = yield oci_common_2.composeRequest({ | ||
@@ -151,5 +154,2 @@ baseEndpoint: this._endpoint, | ||
}); | ||
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listQuickPicksRequest.retryConfiguration); | ||
if (this.logger) | ||
retrier.logger = this.logger; | ||
try { | ||
@@ -215,3 +215,3 @@ const response = yield retrier.makeServiceCall(this._httpClient, request); | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.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/1.20.1/apmtraces/Query.ts.html |here} to see how to use Query API. | ||
*/ | ||
@@ -234,2 +234,5 @@ query(queryRequest) { | ||
}; | ||
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, queryRequest.retryConfiguration); | ||
if (this.logger) | ||
retrier.logger = this.logger; | ||
const request = yield oci_common_2.composeRequest({ | ||
@@ -245,5 +248,2 @@ baseEndpoint: this._endpoint, | ||
}); | ||
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, queryRequest.retryConfiguration); | ||
if (this.logger) | ||
retrier.logger = this.logger; | ||
try { | ||
@@ -292,3 +292,3 @@ const response = yield retrier.makeServiceCall(this._httpClient, request); | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.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/1.20.1/apmtraces/QueryOld.ts.html |here} to see how to use QueryOld API. | ||
*/ | ||
@@ -311,2 +311,5 @@ queryOld(queryOldRequest) { | ||
}; | ||
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, queryOldRequest.retryConfiguration); | ||
if (this.logger) | ||
retrier.logger = this.logger; | ||
const request = yield oci_common_2.composeRequest({ | ||
@@ -322,5 +325,2 @@ baseEndpoint: this._endpoint, | ||
}); | ||
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, queryOldRequest.retryConfiguration); | ||
if (this.logger) | ||
retrier.logger = this.logger; | ||
try { | ||
@@ -432,3 +432,3 @@ const response = yield retrier.makeServiceCall(this._httpClient, request); | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.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/1.20.1/apmtraces/GetSpan.ts.html |here} to see how to use GetSpan API. | ||
*/ | ||
@@ -450,2 +450,5 @@ getSpan(getSpanRequest) { | ||
}; | ||
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getSpanRequest.retryConfiguration); | ||
if (this.logger) | ||
retrier.logger = this.logger; | ||
const request = yield oci_common_2.composeRequest({ | ||
@@ -460,5 +463,2 @@ baseEndpoint: this._endpoint, | ||
}); | ||
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getSpanRequest.retryConfiguration); | ||
if (this.logger) | ||
retrier.logger = this.logger; | ||
try { | ||
@@ -492,3 +492,3 @@ const response = yield retrier.makeServiceCall(this._httpClient, request); | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.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/1.20.1/apmtraces/GetTrace.ts.html |here} to see how to use GetTrace API. | ||
*/ | ||
@@ -509,2 +509,5 @@ getTrace(getTraceRequest) { | ||
}; | ||
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getTraceRequest.retryConfiguration); | ||
if (this.logger) | ||
retrier.logger = this.logger; | ||
const request = yield oci_common_2.composeRequest({ | ||
@@ -519,5 +522,2 @@ baseEndpoint: this._endpoint, | ||
}); | ||
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getTraceRequest.retryConfiguration); | ||
if (this.logger) | ||
retrier.logger = this.logger; | ||
try { | ||
@@ -524,0 +524,0 @@ const response = yield retrier.makeServiceCall(this._httpClient, request); |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.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/1.20.1/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.20.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/1.20.1/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.20.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/1.20.1/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.20.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/1.20.1/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.20.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/1.20.1/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.20.0", | ||
"version": "1.20.1", | ||
"description": "OCI NodeJS client for Apm Traces Service", | ||
@@ -18,4 +18,4 @@ "repository": { | ||
"dependencies": { | ||
"oci-common": "1.20.0", | ||
"oci-workrequests": "1.20.0" | ||
"oci-common": "1.20.1", | ||
"oci-workrequests": "1.20.1" | ||
}, | ||
@@ -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
+ Addedoci-common@1.20.1(transitive)
+ Addedoci-workrequests@1.20.1(transitive)
- Removedoci-common@1.20.0(transitive)
- Removedoci-workrequests@1.20.0(transitive)
Updatedoci-common@1.20.1
Updatedoci-workrequests@1.20.1