oci-apmtraces 2.25.0 → 2.26.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +6 -6
- package/lib/client.js +6 -6
- package/lib/request/get-aggregated-snapshot-request.d.ts +1 -1
- package/lib/request/get-span-request.d.ts +1 -1
- package/lib/request/get-trace-request.d.ts +1 -1
- package/lib/request/get-trace-snapshot-request.d.ts +1 -1
- package/lib/request/list-quick-picks-request.d.ts +1 -1
- package/lib/request/query-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -63,7 +63,7 @@ export declare class QueryClient {
|
|
|
63
63
|
* @param ListQuickPicksRequest
|
|
64
64
|
* @return ListQuickPicksResponse
|
|
65
65
|
* @throws OciError when an error occurs
|
|
66
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
66
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/apmtraces/ListQuickPicks.ts.html |here} to see how to use ListQuickPicks API.
|
|
67
67
|
*/
|
|
68
68
|
listQuickPicks(listQuickPicksRequest: requests.ListQuickPicksRequest): Promise<responses.ListQuickPicksResponse>;
|
|
69
69
|
/**
|
|
@@ -108,7 +108,7 @@ export declare class QueryClient {
|
|
|
108
108
|
* @param QueryRequest
|
|
109
109
|
* @return QueryResponse
|
|
110
110
|
* @throws OciError when an error occurs
|
|
111
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
111
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/apmtraces/Query.ts.html |here} to see how to use Query API.
|
|
112
112
|
*/
|
|
113
113
|
query(queryRequest: requests.QueryRequest): Promise<responses.QueryResponse>;
|
|
114
114
|
}
|
|
@@ -159,7 +159,7 @@ export declare class TraceClient {
|
|
|
159
159
|
* @param GetAggregatedSnapshotRequest
|
|
160
160
|
* @return GetAggregatedSnapshotResponse
|
|
161
161
|
* @throws OciError when an error occurs
|
|
162
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
162
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/apmtraces/GetAggregatedSnapshot.ts.html |here} to see how to use GetAggregatedSnapshot API.
|
|
163
163
|
*/
|
|
164
164
|
getAggregatedSnapshot(getAggregatedSnapshotRequest: requests.GetAggregatedSnapshotRequest): Promise<responses.GetAggregatedSnapshotResponse>;
|
|
165
165
|
/**
|
|
@@ -169,7 +169,7 @@ export declare class TraceClient {
|
|
|
169
169
|
* @param GetSpanRequest
|
|
170
170
|
* @return GetSpanResponse
|
|
171
171
|
* @throws OciError when an error occurs
|
|
172
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
172
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/apmtraces/GetSpan.ts.html |here} to see how to use GetSpan API.
|
|
173
173
|
*/
|
|
174
174
|
getSpan(getSpanRequest: requests.GetSpanRequest): Promise<responses.GetSpanResponse>;
|
|
175
175
|
/**
|
|
@@ -179,7 +179,7 @@ export declare class TraceClient {
|
|
|
179
179
|
* @param GetTraceRequest
|
|
180
180
|
* @return GetTraceResponse
|
|
181
181
|
* @throws OciError when an error occurs
|
|
182
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
182
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/apmtraces/GetTrace.ts.html |here} to see how to use GetTrace API.
|
|
183
183
|
*/
|
|
184
184
|
getTrace(getTraceRequest: requests.GetTraceRequest): Promise<responses.GetTraceResponse>;
|
|
185
185
|
/**
|
|
@@ -189,7 +189,7 @@ export declare class TraceClient {
|
|
|
189
189
|
* @param GetTraceSnapshotRequest
|
|
190
190
|
* @return GetTraceSnapshotResponse
|
|
191
191
|
* @throws OciError when an error occurs
|
|
192
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
192
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/apmtraces/GetTraceSnapshot.ts.html |here} to see how to use GetTraceSnapshot API.
|
|
193
193
|
*/
|
|
194
194
|
getTraceSnapshot(getTraceSnapshotRequest: requests.GetTraceSnapshotRequest): Promise<responses.GetTraceSnapshotResponse>;
|
|
195
195
|
}
|
package/lib/client.js
CHANGED
|
@@ -137,7 +137,7 @@ class QueryClient {
|
|
|
137
137
|
* @param ListQuickPicksRequest
|
|
138
138
|
* @return ListQuickPicksResponse
|
|
139
139
|
* @throws OciError when an error occurs
|
|
140
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
140
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/apmtraces/ListQuickPicks.ts.html |here} to see how to use ListQuickPicks API.
|
|
141
141
|
*/
|
|
142
142
|
listQuickPicks(listQuickPicksRequest) {
|
|
143
143
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -249,7 +249,7 @@ class QueryClient {
|
|
|
249
249
|
* @param QueryRequest
|
|
250
250
|
* @return QueryResponse
|
|
251
251
|
* @throws OciError when an error occurs
|
|
252
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
252
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/apmtraces/Query.ts.html |here} to see how to use Query API.
|
|
253
253
|
*/
|
|
254
254
|
query(queryRequest) {
|
|
255
255
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -405,7 +405,7 @@ class TraceClient {
|
|
|
405
405
|
* @param GetAggregatedSnapshotRequest
|
|
406
406
|
* @return GetAggregatedSnapshotResponse
|
|
407
407
|
* @throws OciError when an error occurs
|
|
408
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
408
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/apmtraces/GetAggregatedSnapshot.ts.html |here} to see how to use GetAggregatedSnapshot API.
|
|
409
409
|
*/
|
|
410
410
|
getAggregatedSnapshot(getAggregatedSnapshotRequest) {
|
|
411
411
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -464,7 +464,7 @@ class TraceClient {
|
|
|
464
464
|
* @param GetSpanRequest
|
|
465
465
|
* @return GetSpanResponse
|
|
466
466
|
* @throws OciError when an error occurs
|
|
467
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
467
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/apmtraces/GetSpan.ts.html |here} to see how to use GetSpan API.
|
|
468
468
|
*/
|
|
469
469
|
getSpan(getSpanRequest) {
|
|
470
470
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -524,7 +524,7 @@ class TraceClient {
|
|
|
524
524
|
* @param GetTraceRequest
|
|
525
525
|
* @return GetTraceResponse
|
|
526
526
|
* @throws OciError when an error occurs
|
|
527
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
527
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/apmtraces/GetTrace.ts.html |here} to see how to use GetTrace API.
|
|
528
528
|
*/
|
|
529
529
|
getTrace(getTraceRequest) {
|
|
530
530
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -583,7 +583,7 @@ class TraceClient {
|
|
|
583
583
|
* @param GetTraceSnapshotRequest
|
|
584
584
|
* @return GetTraceSnapshotResponse
|
|
585
585
|
* @throws OciError when an error occurs
|
|
586
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
586
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/apmtraces/GetTraceSnapshot.ts.html |here} to see how to use GetTraceSnapshot API.
|
|
587
587
|
*/
|
|
588
588
|
getTraceSnapshot(getTraceSnapshotRequest) {
|
|
589
589
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/apmtraces/GetAggregatedSnapshot.ts.html |here} to see how to use GetAggregatedSnapshotRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetAggregatedSnapshotRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/apmtraces/GetSpan.ts.html |here} to see how to use GetSpanRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetSpanRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/apmtraces/GetTrace.ts.html |here} to see how to use GetTraceRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetTraceRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/apmtraces/GetTraceSnapshot.ts.html |here} to see how to use GetTraceSnapshotRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetTraceSnapshotRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/apmtraces/ListQuickPicks.ts.html |here} to see how to use ListQuickPicksRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListQuickPicksRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/apmtraces/Query.ts.html |here} to see how to use QueryRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface QueryRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-apmtraces",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.26.0",
|
|
4
4
|
"description": "OCI NodeJS client for Apm Traces Service",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"license": "(UPL-1.0 OR Apache-2.0)",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"oci-common": "2.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.26.0",
|
|
19
|
+
"oci-workrequests": "2.26.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|