oci-threatintelligence 2.59.0 → 2.59.1
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 +5 -5
- package/lib/client.js +5 -5
- package/lib/request/get-indicator-request.d.ts +1 -1
- package/lib/request/list-indicator-counts-request.d.ts +1 -1
- package/lib/request/list-indicators-request.d.ts +1 -1
- package/lib/request/list-threat-types-request.d.ts +1 -1
- package/lib/request/summarize-indicators-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -85,7 +85,7 @@ export declare class ThreatintelClient {
|
|
|
85
85
|
* @param GetIndicatorRequest
|
|
86
86
|
* @return GetIndicatorResponse
|
|
87
87
|
* @throws OciError when an error occurs
|
|
88
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.
|
|
88
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/threatintelligence/GetIndicator.ts.html |here} to see how to use GetIndicator API.
|
|
89
89
|
*/
|
|
90
90
|
getIndicator(getIndicatorRequest: requests.GetIndicatorRequest): Promise<responses.GetIndicatorResponse>;
|
|
91
91
|
/**
|
|
@@ -94,7 +94,7 @@ export declare class ThreatintelClient {
|
|
|
94
94
|
* @param ListIndicatorCountsRequest
|
|
95
95
|
* @return ListIndicatorCountsResponse
|
|
96
96
|
* @throws OciError when an error occurs
|
|
97
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.
|
|
97
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/threatintelligence/ListIndicatorCounts.ts.html |here} to see how to use ListIndicatorCounts API.
|
|
98
98
|
*/
|
|
99
99
|
listIndicatorCounts(listIndicatorCountsRequest: requests.ListIndicatorCountsRequest): Promise<responses.ListIndicatorCountsResponse>;
|
|
100
100
|
/**
|
|
@@ -104,7 +104,7 @@ export declare class ThreatintelClient {
|
|
|
104
104
|
* @param ListIndicatorsRequest
|
|
105
105
|
* @return ListIndicatorsResponse
|
|
106
106
|
* @throws OciError when an error occurs
|
|
107
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.
|
|
107
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/threatintelligence/ListIndicators.ts.html |here} to see how to use ListIndicators API.
|
|
108
108
|
*/
|
|
109
109
|
listIndicators(listIndicatorsRequest: requests.ListIndicatorsRequest): Promise<responses.ListIndicatorsResponse>;
|
|
110
110
|
/**
|
|
@@ -115,7 +115,7 @@ export declare class ThreatintelClient {
|
|
|
115
115
|
* @param ListThreatTypesRequest
|
|
116
116
|
* @return ListThreatTypesResponse
|
|
117
117
|
* @throws OciError when an error occurs
|
|
118
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.
|
|
118
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/threatintelligence/ListThreatTypes.ts.html |here} to see how to use ListThreatTypes API.
|
|
119
119
|
*/
|
|
120
120
|
listThreatTypes(listThreatTypesRequest: requests.ListThreatTypesRequest): Promise<responses.ListThreatTypesResponse>;
|
|
121
121
|
/**
|
|
@@ -124,7 +124,7 @@ export declare class ThreatintelClient {
|
|
|
124
124
|
* @param SummarizeIndicatorsRequest
|
|
125
125
|
* @return SummarizeIndicatorsResponse
|
|
126
126
|
* @throws OciError when an error occurs
|
|
127
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.
|
|
127
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/threatintelligence/SummarizeIndicators.ts.html |here} to see how to use SummarizeIndicators API.
|
|
128
128
|
*/
|
|
129
129
|
summarizeIndicators(summarizeIndicatorsRequest: requests.SummarizeIndicatorsRequest): Promise<responses.SummarizeIndicatorsResponse>;
|
|
130
130
|
}
|
package/lib/client.js
CHANGED
|
@@ -179,7 +179,7 @@ class ThreatintelClient {
|
|
|
179
179
|
* @param GetIndicatorRequest
|
|
180
180
|
* @return GetIndicatorResponse
|
|
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.59.
|
|
182
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/threatintelligence/GetIndicator.ts.html |here} to see how to use GetIndicator API.
|
|
183
183
|
*/
|
|
184
184
|
getIndicator(getIndicatorRequest) {
|
|
185
185
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -239,7 +239,7 @@ class ThreatintelClient {
|
|
|
239
239
|
* @param ListIndicatorCountsRequest
|
|
240
240
|
* @return ListIndicatorCountsResponse
|
|
241
241
|
* @throws OciError when an error occurs
|
|
242
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.
|
|
242
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/threatintelligence/ListIndicatorCounts.ts.html |here} to see how to use ListIndicatorCounts API.
|
|
243
243
|
*/
|
|
244
244
|
listIndicatorCounts(listIndicatorCountsRequest) {
|
|
245
245
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -299,7 +299,7 @@ class ThreatintelClient {
|
|
|
299
299
|
* @param ListIndicatorsRequest
|
|
300
300
|
* @return ListIndicatorsResponse
|
|
301
301
|
* @throws OciError when an error occurs
|
|
302
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.
|
|
302
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/threatintelligence/ListIndicators.ts.html |here} to see how to use ListIndicators API.
|
|
303
303
|
*/
|
|
304
304
|
listIndicators(listIndicatorsRequest) {
|
|
305
305
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -378,7 +378,7 @@ class ThreatintelClient {
|
|
|
378
378
|
* @param ListThreatTypesRequest
|
|
379
379
|
* @return ListThreatTypesResponse
|
|
380
380
|
* @throws OciError when an error occurs
|
|
381
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.
|
|
381
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/threatintelligence/ListThreatTypes.ts.html |here} to see how to use ListThreatTypes API.
|
|
382
382
|
*/
|
|
383
383
|
listThreatTypes(listThreatTypesRequest) {
|
|
384
384
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -444,7 +444,7 @@ class ThreatintelClient {
|
|
|
444
444
|
* @param SummarizeIndicatorsRequest
|
|
445
445
|
* @return SummarizeIndicatorsResponse
|
|
446
446
|
* @throws OciError when an error occurs
|
|
447
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.
|
|
447
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/threatintelligence/SummarizeIndicators.ts.html |here} to see how to use SummarizeIndicators API.
|
|
448
448
|
*/
|
|
449
449
|
summarizeIndicators(summarizeIndicatorsRequest) {
|
|
450
450
|
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.59.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/threatintelligence/GetIndicator.ts.html |here} to see how to use GetIndicatorRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetIndicatorRequest 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.59.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/threatintelligence/ListIndicatorCounts.ts.html |here} to see how to use ListIndicatorCountsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListIndicatorCountsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -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.59.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/threatintelligence/ListIndicators.ts.html |here} to see how to use ListIndicatorsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListIndicatorsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -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.59.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/threatintelligence/ListThreatTypes.ts.html |here} to see how to use ListThreatTypesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListThreatTypesRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -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.59.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/threatintelligence/SummarizeIndicators.ts.html |here} to see how to use SummarizeIndicatorsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface SummarizeIndicatorsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-threatintelligence",
|
|
3
|
-
"version": "2.59.
|
|
3
|
+
"version": "2.59.1",
|
|
4
4
|
"description": "OCI NodeJS client for Threat Intelligence 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.59.
|
|
19
|
-
"oci-workrequests": "2.59.
|
|
18
|
+
"oci-common": "2.59.1",
|
|
19
|
+
"oci-workrequests": "2.59.1"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|