oci-events 2.15.0 → 2.18.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
@@ -78,7 +78,7 @@ export declare class EventsClient {
78
78
  * @param ChangeRuleCompartmentRequest
79
79
  * @return ChangeRuleCompartmentResponse
80
80
  * @throws OciError when an error occurs
81
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/events/ChangeRuleCompartment.ts.html |here} to see how to use ChangeRuleCompartment API.
81
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/events/ChangeRuleCompartment.ts.html |here} to see how to use ChangeRuleCompartment API.
82
82
  */
83
83
  changeRuleCompartment(changeRuleCompartmentRequest: requests.ChangeRuleCompartmentRequest): Promise<responses.ChangeRuleCompartmentResponse>;
84
84
  /**
@@ -88,7 +88,7 @@ export declare class EventsClient {
88
88
  * @param CreateRuleRequest
89
89
  * @return CreateRuleResponse
90
90
  * @throws OciError when an error occurs
91
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/events/CreateRule.ts.html |here} to see how to use CreateRule API.
91
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/events/CreateRule.ts.html |here} to see how to use CreateRule API.
92
92
  */
93
93
  createRule(createRuleRequest: requests.CreateRuleRequest): Promise<responses.CreateRuleResponse>;
94
94
  /**
@@ -97,7 +97,7 @@ export declare class EventsClient {
97
97
  * @param DeleteRuleRequest
98
98
  * @return DeleteRuleResponse
99
99
  * @throws OciError when an error occurs
100
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/events/DeleteRule.ts.html |here} to see how to use DeleteRule API.
100
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/events/DeleteRule.ts.html |here} to see how to use DeleteRule API.
101
101
  */
102
102
  deleteRule(deleteRuleRequest: requests.DeleteRuleRequest): Promise<responses.DeleteRuleResponse>;
103
103
  /**
@@ -106,7 +106,7 @@ export declare class EventsClient {
106
106
  * @param GetRuleRequest
107
107
  * @return GetRuleResponse
108
108
  * @throws OciError when an error occurs
109
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/events/GetRule.ts.html |here} to see how to use GetRule API.
109
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/events/GetRule.ts.html |here} to see how to use GetRule API.
110
110
  */
111
111
  getRule(getRuleRequest: requests.GetRuleRequest): Promise<responses.GetRuleResponse>;
112
112
  /**
@@ -116,7 +116,7 @@ export declare class EventsClient {
116
116
  * @param ListRulesRequest
117
117
  * @return ListRulesResponse
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.15.0/events/ListRules.ts.html |here} to see how to use ListRules API.
119
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/events/ListRules.ts.html |here} to see how to use ListRules API.
120
120
  */
121
121
  listRules(listRulesRequest: requests.ListRulesRequest): Promise<responses.ListRulesResponse>;
122
122
  /**
@@ -158,7 +158,7 @@ export declare class EventsClient {
158
158
  * @param UpdateRuleRequest
159
159
  * @return UpdateRuleResponse
160
160
  * @throws OciError when an error occurs
161
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/events/UpdateRule.ts.html |here} to see how to use UpdateRule API.
161
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/events/UpdateRule.ts.html |here} to see how to use UpdateRule API.
162
162
  */
163
163
  updateRule(updateRuleRequest: requests.UpdateRuleRequest): Promise<responses.UpdateRuleResponse>;
164
164
  }
package/lib/client.js CHANGED
@@ -155,7 +155,7 @@ class EventsClient {
155
155
  * @param ChangeRuleCompartmentRequest
156
156
  * @return ChangeRuleCompartmentResponse
157
157
  * @throws OciError when an error occurs
158
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/events/ChangeRuleCompartment.ts.html |here} to see how to use ChangeRuleCompartment API.
158
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/events/ChangeRuleCompartment.ts.html |here} to see how to use ChangeRuleCompartment API.
159
159
  */
160
160
  changeRuleCompartment(changeRuleCompartmentRequest) {
161
161
  return __awaiter(this, void 0, void 0, function* () {
@@ -211,7 +211,7 @@ class EventsClient {
211
211
  * @param CreateRuleRequest
212
212
  * @return CreateRuleResponse
213
213
  * @throws OciError when an error occurs
214
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/events/CreateRule.ts.html |here} to see how to use CreateRule API.
214
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/events/CreateRule.ts.html |here} to see how to use CreateRule API.
215
215
  */
216
216
  createRule(createRuleRequest) {
217
217
  return __awaiter(this, void 0, void 0, function* () {
@@ -272,7 +272,7 @@ class EventsClient {
272
272
  * @param DeleteRuleRequest
273
273
  * @return DeleteRuleResponse
274
274
  * @throws OciError when an error occurs
275
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/events/DeleteRule.ts.html |here} to see how to use DeleteRule API.
275
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/events/DeleteRule.ts.html |here} to see how to use DeleteRule API.
276
276
  */
277
277
  deleteRule(deleteRuleRequest) {
278
278
  return __awaiter(this, void 0, void 0, function* () {
@@ -325,7 +325,7 @@ class EventsClient {
325
325
  * @param GetRuleRequest
326
326
  * @return GetRuleResponse
327
327
  * @throws OciError when an error occurs
328
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/events/GetRule.ts.html |here} to see how to use GetRule API.
328
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/events/GetRule.ts.html |here} to see how to use GetRule API.
329
329
  */
330
330
  getRule(getRuleRequest) {
331
331
  return __awaiter(this, void 0, void 0, function* () {
@@ -387,7 +387,7 @@ class EventsClient {
387
387
  * @param ListRulesRequest
388
388
  * @return ListRulesResponse
389
389
  * @throws OciError when an error occurs
390
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/events/ListRules.ts.html |here} to see how to use ListRules API.
390
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/events/ListRules.ts.html |here} to see how to use ListRules API.
391
391
  */
392
392
  listRules(listRulesRequest) {
393
393
  return __awaiter(this, void 0, void 0, function* () {
@@ -495,7 +495,7 @@ class EventsClient {
495
495
  * @param UpdateRuleRequest
496
496
  * @return UpdateRuleResponse
497
497
  * @throws OciError when an error occurs
498
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/events/UpdateRule.ts.html |here} to see how to use UpdateRule API.
498
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/events/UpdateRule.ts.html |here} to see how to use UpdateRule API.
499
499
  */
500
500
  updateRule(updateRuleRequest) {
501
501
  return __awaiter(this, void 0, void 0, function* () {
@@ -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.15.0/events/ChangeRuleCompartment.ts.html |here} to see how to use ChangeRuleCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/events/ChangeRuleCompartment.ts.html |here} to see how to use ChangeRuleCompartmentRequest.
17
17
  */
18
18
  export interface ChangeRuleCompartmentRequest 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.15.0/events/CreateRule.ts.html |here} to see how to use CreateRuleRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/events/CreateRule.ts.html |here} to see how to use CreateRuleRequest.
17
17
  */
18
18
  export interface CreateRuleRequest extends common.BaseRequest {
19
19
  /**
@@ -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.0/events/DeleteRule.ts.html |here} to see how to use DeleteRuleRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/events/DeleteRule.ts.html |here} to see how to use DeleteRuleRequest.
16
16
  */
17
17
  export interface DeleteRuleRequest 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.0/events/GetRule.ts.html |here} to see how to use GetRuleRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/events/GetRule.ts.html |here} to see how to use GetRuleRequest.
16
16
  */
17
17
  export interface GetRuleRequest 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.0/events/ListRules.ts.html |here} to see how to use ListRulesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/events/ListRules.ts.html |here} to see how to use ListRulesRequest.
16
16
  */
17
17
  export interface ListRulesRequest 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.15.0/events/UpdateRule.ts.html |here} to see how to use UpdateRuleRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/events/UpdateRule.ts.html |here} to see how to use UpdateRuleRequest.
17
17
  */
18
18
  export interface UpdateRuleRequest extends common.BaseRequest {
19
19
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-events",
3
- "version": "2.15.0",
3
+ "version": "2.18.0",
4
4
  "description": "OCI NodeJS client for Events 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.15.0",
19
- "oci-workrequests": "2.15.0"
18
+ "oci-common": "2.18.0",
19
+ "oci-workrequests": "2.18.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"