oci-cims 2.11.1 → 2.12.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
@@ -58,7 +58,7 @@ export declare class IncidentClient {
58
58
  * @param CreateIncidentRequest
59
59
  * @return CreateIncidentResponse
60
60
  * @throws OciError when an error occurs
61
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/cims/CreateIncident.ts.html |here} to see how to use CreateIncident API.
61
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/cims/CreateIncident.ts.html |here} to see how to use CreateIncident API.
62
62
  */
63
63
  createIncident(createIncidentRequest: requests.CreateIncidentRequest): Promise<responses.CreateIncidentResponse>;
64
64
  /**
@@ -67,7 +67,7 @@ export declare class IncidentClient {
67
67
  * @param GetIncidentRequest
68
68
  * @return GetIncidentResponse
69
69
  * @throws OciError when an error occurs
70
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/cims/GetIncident.ts.html |here} to see how to use GetIncident API.
70
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/cims/GetIncident.ts.html |here} to see how to use GetIncident API.
71
71
  */
72
72
  getIncident(getIncidentRequest: requests.GetIncidentRequest): Promise<responses.GetIncidentResponse>;
73
73
  /**
@@ -76,7 +76,7 @@ export declare class IncidentClient {
76
76
  * @param GetStatusRequest
77
77
  * @return GetStatusResponse
78
78
  * @throws OciError when an error occurs
79
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/cims/GetStatus.ts.html |here} to see how to use GetStatus API.
79
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/cims/GetStatus.ts.html |here} to see how to use GetStatus API.
80
80
  */
81
81
  getStatus(getStatusRequest: requests.GetStatusRequest): Promise<responses.GetStatusResponse>;
82
82
  /**
@@ -85,7 +85,7 @@ export declare class IncidentClient {
85
85
  * @param ListIncidentResourceTypesRequest
86
86
  * @return ListIncidentResourceTypesResponse
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.11.1/cims/ListIncidentResourceTypes.ts.html |here} to see how to use ListIncidentResourceTypes API.
88
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/cims/ListIncidentResourceTypes.ts.html |here} to see how to use ListIncidentResourceTypes API.
89
89
  */
90
90
  listIncidentResourceTypes(listIncidentResourceTypesRequest: requests.ListIncidentResourceTypesRequest): Promise<responses.ListIncidentResourceTypesResponse>;
91
91
  /**
@@ -126,7 +126,7 @@ export declare class IncidentClient {
126
126
  * @param ListIncidentsRequest
127
127
  * @return ListIncidentsResponse
128
128
  * @throws OciError when an error occurs
129
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/cims/ListIncidents.ts.html |here} to see how to use ListIncidents API.
129
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/cims/ListIncidents.ts.html |here} to see how to use ListIncidents API.
130
130
  */
131
131
  listIncidents(listIncidentsRequest: requests.ListIncidentsRequest): Promise<responses.ListIncidentsResponse>;
132
132
  /**
@@ -167,7 +167,7 @@ export declare class IncidentClient {
167
167
  * @param UpdateIncidentRequest
168
168
  * @return UpdateIncidentResponse
169
169
  * @throws OciError when an error occurs
170
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/cims/UpdateIncident.ts.html |here} to see how to use UpdateIncident API.
170
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/cims/UpdateIncident.ts.html |here} to see how to use UpdateIncident API.
171
171
  */
172
172
  updateIncident(updateIncidentRequest: requests.UpdateIncidentRequest): Promise<responses.UpdateIncidentResponse>;
173
173
  /**
@@ -176,7 +176,7 @@ export declare class IncidentClient {
176
176
  * @param ValidateUserRequest
177
177
  * @return ValidateUserResponse
178
178
  * @throws OciError when an error occurs
179
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/cims/ValidateUser.ts.html |here} to see how to use ValidateUser API.
179
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/cims/ValidateUser.ts.html |here} to see how to use ValidateUser API.
180
180
  */
181
181
  validateUser(validateUserRequest: requests.ValidateUserRequest): Promise<responses.ValidateUserResponse>;
182
182
  }
@@ -224,7 +224,7 @@ export declare class UserClient {
224
224
  * @param CreateUserRequest
225
225
  * @return CreateUserResponse
226
226
  * @throws OciError when an error occurs
227
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/cims/CreateUser.ts.html |here} to see how to use CreateUser API.
227
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/cims/CreateUser.ts.html |here} to see how to use CreateUser API.
228
228
  */
229
229
  createUser(createUserRequest: requests.CreateUserRequest): Promise<responses.CreateUserResponse>;
230
230
  }
package/lib/client.js CHANGED
@@ -129,7 +129,7 @@ class IncidentClient {
129
129
  * @param CreateIncidentRequest
130
130
  * @return CreateIncidentResponse
131
131
  * @throws OciError when an error occurs
132
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/cims/CreateIncident.ts.html |here} to see how to use CreateIncident API.
132
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/cims/CreateIncident.ts.html |here} to see how to use CreateIncident API.
133
133
  */
134
134
  createIncident(createIncidentRequest) {
135
135
  return __awaiter(this, void 0, void 0, function* () {
@@ -186,7 +186,7 @@ class IncidentClient {
186
186
  * @param GetIncidentRequest
187
187
  * @return GetIncidentResponse
188
188
  * @throws OciError when an error occurs
189
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/cims/GetIncident.ts.html |here} to see how to use GetIncident API.
189
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/cims/GetIncident.ts.html |here} to see how to use GetIncident API.
190
190
  */
191
191
  getIncident(getIncidentRequest) {
192
192
  return __awaiter(this, void 0, void 0, function* () {
@@ -246,7 +246,7 @@ class IncidentClient {
246
246
  * @param GetStatusRequest
247
247
  * @return GetStatusResponse
248
248
  * @throws OciError when an error occurs
249
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/cims/GetStatus.ts.html |here} to see how to use GetStatus API.
249
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/cims/GetStatus.ts.html |here} to see how to use GetStatus API.
250
250
  */
251
251
  getStatus(getStatusRequest) {
252
252
  return __awaiter(this, void 0, void 0, function* () {
@@ -304,7 +304,7 @@ class IncidentClient {
304
304
  * @param ListIncidentResourceTypesRequest
305
305
  * @return ListIncidentResourceTypesResponse
306
306
  * @throws OciError when an error occurs
307
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/cims/ListIncidentResourceTypes.ts.html |here} to see how to use ListIncidentResourceTypes API.
307
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/cims/ListIncidentResourceTypes.ts.html |here} to see how to use ListIncidentResourceTypes API.
308
308
  */
309
309
  listIncidentResourceTypes(listIncidentResourceTypesRequest) {
310
310
  return __awaiter(this, void 0, void 0, function* () {
@@ -414,7 +414,7 @@ class IncidentClient {
414
414
  * @param ListIncidentsRequest
415
415
  * @return ListIncidentsResponse
416
416
  * @throws OciError when an error occurs
417
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/cims/ListIncidents.ts.html |here} to see how to use ListIncidents API.
417
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/cims/ListIncidents.ts.html |here} to see how to use ListIncidents API.
418
418
  */
419
419
  listIncidents(listIncidentsRequest) {
420
420
  return __awaiter(this, void 0, void 0, function* () {
@@ -524,7 +524,7 @@ class IncidentClient {
524
524
  * @param UpdateIncidentRequest
525
525
  * @return UpdateIncidentResponse
526
526
  * @throws OciError when an error occurs
527
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/cims/UpdateIncident.ts.html |here} to see how to use UpdateIncident API.
527
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/cims/UpdateIncident.ts.html |here} to see how to use UpdateIncident API.
528
528
  */
529
529
  updateIncident(updateIncidentRequest) {
530
530
  return __awaiter(this, void 0, void 0, function* () {
@@ -585,7 +585,7 @@ class IncidentClient {
585
585
  * @param ValidateUserRequest
586
586
  * @return ValidateUserResponse
587
587
  * @throws OciError when an error occurs
588
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/cims/ValidateUser.ts.html |here} to see how to use ValidateUser API.
588
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/cims/ValidateUser.ts.html |here} to see how to use ValidateUser API.
589
589
  */
590
590
  validateUser(validateUserRequest) {
591
591
  return __awaiter(this, void 0, void 0, function* () {
@@ -722,7 +722,7 @@ class UserClient {
722
722
  * @param CreateUserRequest
723
723
  * @return CreateUserResponse
724
724
  * @throws OciError when an error occurs
725
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/cims/CreateUser.ts.html |here} to see how to use CreateUser API.
725
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/cims/CreateUser.ts.html |here} to see how to use CreateUser API.
726
726
  */
727
727
  createUser(createUserRequest) {
728
728
  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.11.1/cims/CreateIncident.ts.html |here} to see how to use CreateIncidentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/cims/CreateIncident.ts.html |here} to see how to use CreateIncidentRequest.
17
17
  */
18
18
  export interface CreateIncidentRequest 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.11.1/cims/CreateUser.ts.html |here} to see how to use CreateUserRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/cims/CreateUser.ts.html |here} to see how to use CreateUserRequest.
17
17
  */
18
18
  export interface CreateUserRequest 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.11.1/cims/GetIncident.ts.html |here} to see how to use GetIncidentRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/cims/GetIncident.ts.html |here} to see how to use GetIncidentRequest.
16
16
  */
17
17
  export interface GetIncidentRequest 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.11.1/cims/GetStatus.ts.html |here} to see how to use GetStatusRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/cims/GetStatus.ts.html |here} to see how to use GetStatusRequest.
16
16
  */
17
17
  export interface GetStatusRequest 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.11.1/cims/ListIncidentResourceTypes.ts.html |here} to see how to use ListIncidentResourceTypesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/cims/ListIncidentResourceTypes.ts.html |here} to see how to use ListIncidentResourceTypesRequest.
17
17
  */
18
18
  export interface ListIncidentResourceTypesRequest 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.11.1/cims/ListIncidents.ts.html |here} to see how to use ListIncidentsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/cims/ListIncidents.ts.html |here} to see how to use ListIncidentsRequest.
17
17
  */
18
18
  export interface ListIncidentsRequest 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.11.1/cims/UpdateIncident.ts.html |here} to see how to use UpdateIncidentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/cims/UpdateIncident.ts.html |here} to see how to use UpdateIncidentRequest.
17
17
  */
18
18
  export interface UpdateIncidentRequest 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.11.1/cims/ValidateUser.ts.html |here} to see how to use ValidateUserRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/cims/ValidateUser.ts.html |here} to see how to use ValidateUserRequest.
16
16
  */
17
17
  export interface ValidateUserRequest extends common.BaseRequest {
18
18
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-cims",
3
- "version": "2.11.1",
3
+ "version": "2.12.0",
4
4
  "description": "OCI NodeJS client for Cims ",
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.11.1",
19
- "oci-workrequests": "2.11.1"
18
+ "oci-common": "2.12.0",
19
+ "oci-workrequests": "2.12.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"