oci-threatintelligence 2.19.0 → 2.20.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 CHANGED
@@ -73,7 +73,7 @@ export declare class ThreatintelClient {
73
73
  * @param GetIndicatorRequest
74
74
  * @return GetIndicatorResponse
75
75
  * @throws OciError when an error occurs
76
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/threatintelligence/GetIndicator.ts.html |here} to see how to use GetIndicator API.
76
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/threatintelligence/GetIndicator.ts.html |here} to see how to use GetIndicator API.
77
77
  */
78
78
  getIndicator(getIndicatorRequest: requests.GetIndicatorRequest): Promise<responses.GetIndicatorResponse>;
79
79
  /**
@@ -82,7 +82,7 @@ export declare class ThreatintelClient {
82
82
  * @param ListIndicatorCountsRequest
83
83
  * @return ListIndicatorCountsResponse
84
84
  * @throws OciError when an error occurs
85
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/threatintelligence/ListIndicatorCounts.ts.html |here} to see how to use ListIndicatorCounts API.
85
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/threatintelligence/ListIndicatorCounts.ts.html |here} to see how to use ListIndicatorCounts API.
86
86
  */
87
87
  listIndicatorCounts(listIndicatorCountsRequest: requests.ListIndicatorCountsRequest): Promise<responses.ListIndicatorCountsResponse>;
88
88
  /**
@@ -92,7 +92,7 @@ export declare class ThreatintelClient {
92
92
  * @param ListIndicatorsRequest
93
93
  * @return ListIndicatorsResponse
94
94
  * @throws OciError when an error occurs
95
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/threatintelligence/ListIndicators.ts.html |here} to see how to use ListIndicators API.
95
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/threatintelligence/ListIndicators.ts.html |here} to see how to use ListIndicators API.
96
96
  */
97
97
  listIndicators(listIndicatorsRequest: requests.ListIndicatorsRequest): Promise<responses.ListIndicatorsResponse>;
98
98
  /**
@@ -103,7 +103,7 @@ export declare class ThreatintelClient {
103
103
  * @param ListThreatTypesRequest
104
104
  * @return ListThreatTypesResponse
105
105
  * @throws OciError when an error occurs
106
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/threatintelligence/ListThreatTypes.ts.html |here} to see how to use ListThreatTypes API.
106
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/threatintelligence/ListThreatTypes.ts.html |here} to see how to use ListThreatTypes API.
107
107
  */
108
108
  listThreatTypes(listThreatTypesRequest: requests.ListThreatTypesRequest): Promise<responses.ListThreatTypesResponse>;
109
109
  }
package/lib/client.js CHANGED
@@ -150,7 +150,7 @@ class ThreatintelClient {
150
150
  * @param GetIndicatorRequest
151
151
  * @return GetIndicatorResponse
152
152
  * @throws OciError when an error occurs
153
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/threatintelligence/GetIndicator.ts.html |here} to see how to use GetIndicator API.
153
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/threatintelligence/GetIndicator.ts.html |here} to see how to use GetIndicator API.
154
154
  */
155
155
  getIndicator(getIndicatorRequest) {
156
156
  return __awaiter(this, void 0, void 0, function* () {
@@ -208,7 +208,7 @@ class ThreatintelClient {
208
208
  * @param ListIndicatorCountsRequest
209
209
  * @return ListIndicatorCountsResponse
210
210
  * @throws OciError when an error occurs
211
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/threatintelligence/ListIndicatorCounts.ts.html |here} to see how to use ListIndicatorCounts API.
211
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/threatintelligence/ListIndicatorCounts.ts.html |here} to see how to use ListIndicatorCounts API.
212
212
  */
213
213
  listIndicatorCounts(listIndicatorCountsRequest) {
214
214
  return __awaiter(this, void 0, void 0, function* () {
@@ -266,7 +266,7 @@ class ThreatintelClient {
266
266
  * @param ListIndicatorsRequest
267
267
  * @return ListIndicatorsResponse
268
268
  * @throws OciError when an error occurs
269
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/threatintelligence/ListIndicators.ts.html |here} to see how to use ListIndicators API.
269
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/threatintelligence/ListIndicators.ts.html |here} to see how to use ListIndicators API.
270
270
  */
271
271
  listIndicators(listIndicatorsRequest) {
272
272
  return __awaiter(this, void 0, void 0, function* () {
@@ -338,7 +338,7 @@ class ThreatintelClient {
338
338
  * @param ListThreatTypesRequest
339
339
  * @return ListThreatTypesResponse
340
340
  * @throws OciError when an error occurs
341
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/threatintelligence/ListThreatTypes.ts.html |here} to see how to use ListThreatTypes API.
341
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/threatintelligence/ListThreatTypes.ts.html |here} to see how to use ListThreatTypes API.
342
342
  */
343
343
  listThreatTypes(listThreatTypesRequest) {
344
344
  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.19.0/threatintelligence/GetIndicator.ts.html |here} to see how to use GetIndicatorRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.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.19.0/threatintelligence/ListIndicatorCounts.ts.html |here} to see how to use ListIndicatorCountsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.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.19.0/threatintelligence/ListIndicators.ts.html |here} to see how to use ListIndicatorsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/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.19.0/threatintelligence/ListThreatTypes.ts.html |here} to see how to use ListThreatTypesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/threatintelligence/ListThreatTypes.ts.html |here} to see how to use ListThreatTypesRequest.
17
17
  */
18
18
  export interface ListThreatTypesRequest extends common.BaseRequest {
19
19
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-threatintelligence",
3
- "version": "2.19.0",
3
+ "version": "2.20.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.0",
19
- "oci-workrequests": "2.19.0"
18
+ "oci-common": "2.20.0",
19
+ "oci-workrequests": "2.20.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"