oci-events 2.8.0 → 2.9.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
@@ -77,7 +77,7 @@ export declare class EventsClient {
77
77
  * @param ChangeRuleCompartmentRequest
78
78
  * @return ChangeRuleCompartmentResponse
79
79
  * @throws OciError when an error occurs
80
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/events/ChangeRuleCompartment.ts.html |here} to see how to use ChangeRuleCompartment API.
80
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/events/ChangeRuleCompartment.ts.html |here} to see how to use ChangeRuleCompartment API.
81
81
  */
82
82
  changeRuleCompartment(changeRuleCompartmentRequest: requests.ChangeRuleCompartmentRequest): Promise<responses.ChangeRuleCompartmentResponse>;
83
83
  /**
@@ -87,7 +87,7 @@ export declare class EventsClient {
87
87
  * @param CreateRuleRequest
88
88
  * @return CreateRuleResponse
89
89
  * @throws OciError when an error occurs
90
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/events/CreateRule.ts.html |here} to see how to use CreateRule API.
90
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/events/CreateRule.ts.html |here} to see how to use CreateRule API.
91
91
  */
92
92
  createRule(createRuleRequest: requests.CreateRuleRequest): Promise<responses.CreateRuleResponse>;
93
93
  /**
@@ -96,7 +96,7 @@ export declare class EventsClient {
96
96
  * @param DeleteRuleRequest
97
97
  * @return DeleteRuleResponse
98
98
  * @throws OciError when an error occurs
99
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/events/DeleteRule.ts.html |here} to see how to use DeleteRule API.
99
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/events/DeleteRule.ts.html |here} to see how to use DeleteRule API.
100
100
  */
101
101
  deleteRule(deleteRuleRequest: requests.DeleteRuleRequest): Promise<responses.DeleteRuleResponse>;
102
102
  /**
@@ -105,7 +105,7 @@ export declare class EventsClient {
105
105
  * @param GetRuleRequest
106
106
  * @return GetRuleResponse
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.8.0/events/GetRule.ts.html |here} to see how to use GetRule API.
108
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/events/GetRule.ts.html |here} to see how to use GetRule API.
109
109
  */
110
110
  getRule(getRuleRequest: requests.GetRuleRequest): Promise<responses.GetRuleResponse>;
111
111
  /**
@@ -115,7 +115,7 @@ export declare class EventsClient {
115
115
  * @param ListRulesRequest
116
116
  * @return ListRulesResponse
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.8.0/events/ListRules.ts.html |here} to see how to use ListRules API.
118
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/events/ListRules.ts.html |here} to see how to use ListRules API.
119
119
  */
120
120
  listRules(listRulesRequest: requests.ListRulesRequest): Promise<responses.ListRulesResponse>;
121
121
  /**
@@ -157,7 +157,7 @@ export declare class EventsClient {
157
157
  * @param UpdateRuleRequest
158
158
  * @return UpdateRuleResponse
159
159
  * @throws OciError when an error occurs
160
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/events/UpdateRule.ts.html |here} to see how to use UpdateRule API.
160
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/events/UpdateRule.ts.html |here} to see how to use UpdateRule API.
161
161
  */
162
162
  updateRule(updateRuleRequest: requests.UpdateRuleRequest): Promise<responses.UpdateRuleResponse>;
163
163
  }
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.8.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.9.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.8.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.9.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.8.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.9.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.8.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.9.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.8.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.9.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.8.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.9.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.8.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.9.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.8.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.9.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.8.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.9.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.8.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.9.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.8.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.9.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.8.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.9.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.8.0",
3
+ "version": "2.9.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.8.0",
19
- "oci-workrequests": "2.8.0"
18
+ "oci-common": "2.9.0",
19
+ "oci-workrequests": "2.9.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"