oci-threatintelligence 2.76.1 → 2.77.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 +5 -5
- package/lib/client.js +5 -5
- package/lib/model/indicator-summary.d.ts +3 -3
- package/lib/model/indicator.d.ts +4 -4
- 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 +2 -2
- package/lib/request/list-threat-types-request.d.ts +2 -2
- package/lib/request/summarize-indicators-request.d.ts +2 -2
- package/lib/response/list-indicators-response.d.ts +1 -1
- package/lib/response/list-threat-types-response.d.ts +1 -1
- package/lib/response/summarize-indicators-response.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -86,7 +86,7 @@ export declare class ThreatintelClient {
|
|
|
86
86
|
* @param GetIndicatorRequest
|
|
87
87
|
* @return GetIndicatorResponse
|
|
88
88
|
* @throws OciError when an error occurs
|
|
89
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
89
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/threatintelligence/GetIndicator.ts.html |here} to see how to use GetIndicator API.
|
|
90
90
|
*/
|
|
91
91
|
getIndicator(getIndicatorRequest: requests.GetIndicatorRequest): Promise<responses.GetIndicatorResponse>;
|
|
92
92
|
/**
|
|
@@ -95,7 +95,7 @@ export declare class ThreatintelClient {
|
|
|
95
95
|
* @param ListIndicatorCountsRequest
|
|
96
96
|
* @return ListIndicatorCountsResponse
|
|
97
97
|
* @throws OciError when an error occurs
|
|
98
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
98
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/threatintelligence/ListIndicatorCounts.ts.html |here} to see how to use ListIndicatorCounts API.
|
|
99
99
|
*/
|
|
100
100
|
listIndicatorCounts(listIndicatorCountsRequest: requests.ListIndicatorCountsRequest): Promise<responses.ListIndicatorCountsResponse>;
|
|
101
101
|
/**
|
|
@@ -105,7 +105,7 @@ export declare class ThreatintelClient {
|
|
|
105
105
|
* @param ListIndicatorsRequest
|
|
106
106
|
* @return ListIndicatorsResponse
|
|
107
107
|
* @throws OciError when an error occurs
|
|
108
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
108
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/threatintelligence/ListIndicators.ts.html |here} to see how to use ListIndicators API.
|
|
109
109
|
*/
|
|
110
110
|
listIndicators(listIndicatorsRequest: requests.ListIndicatorsRequest): Promise<responses.ListIndicatorsResponse>;
|
|
111
111
|
/**
|
|
@@ -116,7 +116,7 @@ export declare class ThreatintelClient {
|
|
|
116
116
|
* @param ListThreatTypesRequest
|
|
117
117
|
* @return ListThreatTypesResponse
|
|
118
118
|
* @throws OciError when an error occurs
|
|
119
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
119
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/threatintelligence/ListThreatTypes.ts.html |here} to see how to use ListThreatTypes API.
|
|
120
120
|
*/
|
|
121
121
|
listThreatTypes(listThreatTypesRequest: requests.ListThreatTypesRequest): Promise<responses.ListThreatTypesResponse>;
|
|
122
122
|
/**
|
|
@@ -125,7 +125,7 @@ export declare class ThreatintelClient {
|
|
|
125
125
|
* @param SummarizeIndicatorsRequest
|
|
126
126
|
* @return SummarizeIndicatorsResponse
|
|
127
127
|
* @throws OciError when an error occurs
|
|
128
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
128
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/threatintelligence/SummarizeIndicators.ts.html |here} to see how to use SummarizeIndicators API.
|
|
129
129
|
*/
|
|
130
130
|
summarizeIndicators(summarizeIndicatorsRequest: requests.SummarizeIndicatorsRequest): Promise<responses.SummarizeIndicatorsResponse>;
|
|
131
131
|
}
|
package/lib/client.js
CHANGED
|
@@ -187,7 +187,7 @@ class ThreatintelClient {
|
|
|
187
187
|
* @param GetIndicatorRequest
|
|
188
188
|
* @return GetIndicatorResponse
|
|
189
189
|
* @throws OciError when an error occurs
|
|
190
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
190
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/threatintelligence/GetIndicator.ts.html |here} to see how to use GetIndicator API.
|
|
191
191
|
*/
|
|
192
192
|
getIndicator(getIndicatorRequest) {
|
|
193
193
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -247,7 +247,7 @@ class ThreatintelClient {
|
|
|
247
247
|
* @param ListIndicatorCountsRequest
|
|
248
248
|
* @return ListIndicatorCountsResponse
|
|
249
249
|
* @throws OciError when an error occurs
|
|
250
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
250
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/threatintelligence/ListIndicatorCounts.ts.html |here} to see how to use ListIndicatorCounts API.
|
|
251
251
|
*/
|
|
252
252
|
listIndicatorCounts(listIndicatorCountsRequest) {
|
|
253
253
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -307,7 +307,7 @@ class ThreatintelClient {
|
|
|
307
307
|
* @param ListIndicatorsRequest
|
|
308
308
|
* @return ListIndicatorsResponse
|
|
309
309
|
* @throws OciError when an error occurs
|
|
310
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
310
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/threatintelligence/ListIndicators.ts.html |here} to see how to use ListIndicators API.
|
|
311
311
|
*/
|
|
312
312
|
listIndicators(listIndicatorsRequest) {
|
|
313
313
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -386,7 +386,7 @@ class ThreatintelClient {
|
|
|
386
386
|
* @param ListThreatTypesRequest
|
|
387
387
|
* @return ListThreatTypesResponse
|
|
388
388
|
* @throws OciError when an error occurs
|
|
389
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
389
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/threatintelligence/ListThreatTypes.ts.html |here} to see how to use ListThreatTypes API.
|
|
390
390
|
*/
|
|
391
391
|
listThreatTypes(listThreatTypesRequest) {
|
|
392
392
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -452,7 +452,7 @@ class ThreatintelClient {
|
|
|
452
452
|
* @param SummarizeIndicatorsRequest
|
|
453
453
|
* @return SummarizeIndicatorsResponse
|
|
454
454
|
* @throws OciError when an error occurs
|
|
455
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
455
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/threatintelligence/SummarizeIndicators.ts.html |here} to see how to use SummarizeIndicators API.
|
|
456
456
|
*/
|
|
457
457
|
summarizeIndicators(summarizeIndicatorsRequest) {
|
|
458
458
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -46,7 +46,7 @@ export interface IndicatorSummary {
|
|
|
46
46
|
*/
|
|
47
47
|
"attributes": Array<model.IndicatorAttributeSummary>;
|
|
48
48
|
/**
|
|
49
|
-
* The state of the indicator. It will always be
|
|
49
|
+
* The state of the indicator. It will always be {@code ACTIVE}.
|
|
50
50
|
*/
|
|
51
51
|
"lifecycleState"?: model.LifecycleState;
|
|
52
52
|
/**
|
|
@@ -54,11 +54,11 @@ export interface IndicatorSummary {
|
|
|
54
54
|
*/
|
|
55
55
|
"timeCreated": Date;
|
|
56
56
|
/**
|
|
57
|
-
* The date and time that this indicator was last updated by the system. Updates can include new reports or regular updates in confidence. The value is the same as
|
|
57
|
+
* The date and time that this indicator was last updated by the system. Updates can include new reports or regular updates in confidence. The value is the same as {@code timeCreated} for a new indicator. An RFC3339 formatted string.
|
|
58
58
|
*/
|
|
59
59
|
"timeUpdated": Date;
|
|
60
60
|
/**
|
|
61
|
-
* The date and time that this indicator was last seen. The value is the same as
|
|
61
|
+
* The date and time that this indicator was last seen. The value is the same as {@code timeCreated} for a new indicator. An RFC3339 formatted string.
|
|
62
62
|
*/
|
|
63
63
|
"timeLastSeen": Date;
|
|
64
64
|
"geodata": model.GeodataDetails;
|
package/lib/model/indicator.d.ts
CHANGED
|
@@ -25,7 +25,7 @@ export interface Indicator {
|
|
|
25
25
|
"type": model.IndicatorType;
|
|
26
26
|
/**
|
|
27
27
|
* The value for this indicator.
|
|
28
|
-
* The value's format is dependent upon its
|
|
28
|
+
* The value's format is dependent upon its {@code type}. Examples:
|
|
29
29
|
* <p>
|
|
30
30
|
DOMAIN_NAME \"evil.example.com\"
|
|
31
31
|
* <p>
|
|
@@ -60,7 +60,7 @@ export interface Indicator {
|
|
|
60
60
|
*/
|
|
61
61
|
"relationships": Array<model.IndicatorRelationship>;
|
|
62
62
|
/**
|
|
63
|
-
* The state of the indicator. It will always be
|
|
63
|
+
* The state of the indicator. It will always be {@code ACTIVE}.
|
|
64
64
|
*/
|
|
65
65
|
"lifecycleState"?: model.LifecycleState;
|
|
66
66
|
/**
|
|
@@ -68,11 +68,11 @@ export interface Indicator {
|
|
|
68
68
|
*/
|
|
69
69
|
"timeCreated": Date;
|
|
70
70
|
/**
|
|
71
|
-
* The date and time that this indicator was last updated. The value is the same as
|
|
71
|
+
* The date and time that this indicator was last updated. The value is the same as {@code timeCreated} for a new indicator. An RFC3339 formatted string.
|
|
72
72
|
*/
|
|
73
73
|
"timeUpdated": Date;
|
|
74
74
|
/**
|
|
75
|
-
* The date and time that this indicator was last seen. The value is the same as
|
|
75
|
+
* The date and time that this indicator was last seen. The value is the same as {@code timeCreated} for a new indicator. An RFC3339 formatted string.
|
|
76
76
|
*/
|
|
77
77
|
"timeLastSeen": Date;
|
|
78
78
|
"geodata": model.GeodataDetails;
|
|
@@ -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.77.0/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/threatintelligence/ListIndicators.ts.html |here} to see how to use ListIndicatorsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListIndicatorsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -65,7 +65,7 @@ export interface ListIndicatorsRequest extends common.BaseRequest {
|
|
|
65
65
|
*/
|
|
66
66
|
"limit"?: number;
|
|
67
67
|
/**
|
|
68
|
-
* A token representing the position at which to start retrieving results. This must come from the
|
|
68
|
+
* A token representing the position at which to start retrieving results. This must come from the {@code opc-next-page} header field of a previous response.
|
|
69
69
|
*/
|
|
70
70
|
"page"?: string;
|
|
71
71
|
/**
|
|
@@ -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.77.0/threatintelligence/ListThreatTypes.ts.html |here} to see how to use ListThreatTypesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListThreatTypesRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -25,7 +25,7 @@ export interface ListThreatTypesRequest extends common.BaseRequest {
|
|
|
25
25
|
*/
|
|
26
26
|
"limit"?: number;
|
|
27
27
|
/**
|
|
28
|
-
* A token representing the position at which to start retrieving results. This must come from the
|
|
28
|
+
* A token representing the position at which to start retrieving results. This must come from the {@code opc-next-page} header field of a previous response.
|
|
29
29
|
*/
|
|
30
30
|
"page"?: string;
|
|
31
31
|
/**
|
|
@@ -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.77.0/threatintelligence/SummarizeIndicators.ts.html |here} to see how to use SummarizeIndicatorsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface SummarizeIndicatorsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -33,7 +33,7 @@ export interface SummarizeIndicatorsRequest extends common.BaseRequest {
|
|
|
33
33
|
*/
|
|
34
34
|
"limit"?: number;
|
|
35
35
|
/**
|
|
36
|
-
* A token representing the position at which to start retrieving results. This must come from the
|
|
36
|
+
* A token representing the position at which to start retrieving results. This must come from the {@code opc-next-page} header field of a previous response.
|
|
37
37
|
*/
|
|
38
38
|
"page"?: string;
|
|
39
39
|
}
|
|
@@ -20,7 +20,7 @@ export interface ListIndicatorsResponse {
|
|
|
20
20
|
"opcRequestId": string;
|
|
21
21
|
/**
|
|
22
22
|
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
23
|
-
* then a partial list might have been returned. Include this value as the
|
|
23
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
24
24
|
* subsequent GET request to get the next batch of items.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
@@ -20,7 +20,7 @@ export interface ListThreatTypesResponse {
|
|
|
20
20
|
"opcRequestId": string;
|
|
21
21
|
/**
|
|
22
22
|
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
23
|
-
* then a partial list might have been returned. Include this value as the
|
|
23
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
24
24
|
* subsequent GET request to get the next batch of items.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
@@ -20,7 +20,7 @@ export interface SummarizeIndicatorsResponse {
|
|
|
20
20
|
"opcRequestId": string;
|
|
21
21
|
/**
|
|
22
22
|
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
23
|
-
* then a partial list might have been returned. Include this value as the
|
|
23
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
24
24
|
* subsequent GET request to get the next batch of items.
|
|
25
25
|
*
|
|
26
26
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-threatintelligence",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.77.0",
|
|
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.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.77.0",
|
|
19
|
+
"oci-workrequests": "2.77.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|