oci-cims 2.24.0 → 2.25.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
@@ -60,7 +60,7 @@ export declare class IncidentClient {
60
60
  * @param CreateIncidentRequest
61
61
  * @return CreateIncidentResponse
62
62
  * @throws OciError when an error occurs
63
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/cims/CreateIncident.ts.html |here} to see how to use CreateIncident API.
63
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/cims/CreateIncident.ts.html |here} to see how to use CreateIncident API.
64
64
  */
65
65
  createIncident(createIncidentRequest: requests.CreateIncidentRequest): Promise<responses.CreateIncidentResponse>;
66
66
  /**
@@ -69,7 +69,7 @@ export declare class IncidentClient {
69
69
  * @param GetIncidentRequest
70
70
  * @return GetIncidentResponse
71
71
  * @throws OciError when an error occurs
72
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/cims/GetIncident.ts.html |here} to see how to use GetIncident API.
72
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/cims/GetIncident.ts.html |here} to see how to use GetIncident API.
73
73
  */
74
74
  getIncident(getIncidentRequest: requests.GetIncidentRequest): Promise<responses.GetIncidentResponse>;
75
75
  /**
@@ -78,7 +78,7 @@ export declare class IncidentClient {
78
78
  * @param GetStatusRequest
79
79
  * @return GetStatusResponse
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.24.0/cims/GetStatus.ts.html |here} to see how to use GetStatus API.
81
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/cims/GetStatus.ts.html |here} to see how to use GetStatus API.
82
82
  */
83
83
  getStatus(getStatusRequest: requests.GetStatusRequest): Promise<responses.GetStatusResponse>;
84
84
  /**
@@ -87,7 +87,7 @@ export declare class IncidentClient {
87
87
  * @param ListIncidentResourceTypesRequest
88
88
  * @return ListIncidentResourceTypesResponse
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.24.0/cims/ListIncidentResourceTypes.ts.html |here} to see how to use ListIncidentResourceTypes API.
90
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/cims/ListIncidentResourceTypes.ts.html |here} to see how to use ListIncidentResourceTypes API.
91
91
  */
92
92
  listIncidentResourceTypes(listIncidentResourceTypesRequest: requests.ListIncidentResourceTypesRequest): Promise<responses.ListIncidentResourceTypesResponse>;
93
93
  /**
@@ -128,7 +128,7 @@ export declare class IncidentClient {
128
128
  * @param ListIncidentsRequest
129
129
  * @return ListIncidentsResponse
130
130
  * @throws OciError when an error occurs
131
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/cims/ListIncidents.ts.html |here} to see how to use ListIncidents API.
131
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/cims/ListIncidents.ts.html |here} to see how to use ListIncidents API.
132
132
  */
133
133
  listIncidents(listIncidentsRequest: requests.ListIncidentsRequest): Promise<responses.ListIncidentsResponse>;
134
134
  /**
@@ -169,7 +169,7 @@ export declare class IncidentClient {
169
169
  * @param UpdateIncidentRequest
170
170
  * @return UpdateIncidentResponse
171
171
  * @throws OciError when an error occurs
172
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/cims/UpdateIncident.ts.html |here} to see how to use UpdateIncident API.
172
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/cims/UpdateIncident.ts.html |here} to see how to use UpdateIncident API.
173
173
  */
174
174
  updateIncident(updateIncidentRequest: requests.UpdateIncidentRequest): Promise<responses.UpdateIncidentResponse>;
175
175
  /**
@@ -178,7 +178,7 @@ export declare class IncidentClient {
178
178
  * @param ValidateUserRequest
179
179
  * @return ValidateUserResponse
180
180
  * @throws OciError when an error occurs
181
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/cims/ValidateUser.ts.html |here} to see how to use ValidateUser API.
181
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/cims/ValidateUser.ts.html |here} to see how to use ValidateUser API.
182
182
  */
183
183
  validateUser(validateUserRequest: requests.ValidateUserRequest): Promise<responses.ValidateUserResponse>;
184
184
  }
@@ -228,7 +228,7 @@ export declare class UserClient {
228
228
  * @param CreateUserRequest
229
229
  * @return CreateUserResponse
230
230
  * @throws OciError when an error occurs
231
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/cims/CreateUser.ts.html |here} to see how to use CreateUser API.
231
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/cims/CreateUser.ts.html |here} to see how to use CreateUser API.
232
232
  */
233
233
  createUser(createUserRequest: requests.CreateUserRequest): Promise<responses.CreateUserResponse>;
234
234
  }
package/lib/client.js CHANGED
@@ -134,7 +134,7 @@ class IncidentClient {
134
134
  * @param CreateIncidentRequest
135
135
  * @return CreateIncidentResponse
136
136
  * @throws OciError when an error occurs
137
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/cims/CreateIncident.ts.html |here} to see how to use CreateIncident API.
137
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/cims/CreateIncident.ts.html |here} to see how to use CreateIncident API.
138
138
  */
139
139
  createIncident(createIncidentRequest) {
140
140
  return __awaiter(this, void 0, void 0, function* () {
@@ -191,7 +191,7 @@ class IncidentClient {
191
191
  * @param GetIncidentRequest
192
192
  * @return GetIncidentResponse
193
193
  * @throws OciError when an error occurs
194
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/cims/GetIncident.ts.html |here} to see how to use GetIncident API.
194
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/cims/GetIncident.ts.html |here} to see how to use GetIncident API.
195
195
  */
196
196
  getIncident(getIncidentRequest) {
197
197
  return __awaiter(this, void 0, void 0, function* () {
@@ -251,7 +251,7 @@ class IncidentClient {
251
251
  * @param GetStatusRequest
252
252
  * @return GetStatusResponse
253
253
  * @throws OciError when an error occurs
254
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/cims/GetStatus.ts.html |here} to see how to use GetStatus API.
254
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/cims/GetStatus.ts.html |here} to see how to use GetStatus API.
255
255
  */
256
256
  getStatus(getStatusRequest) {
257
257
  return __awaiter(this, void 0, void 0, function* () {
@@ -309,7 +309,7 @@ class IncidentClient {
309
309
  * @param ListIncidentResourceTypesRequest
310
310
  * @return ListIncidentResourceTypesResponse
311
311
  * @throws OciError when an error occurs
312
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/cims/ListIncidentResourceTypes.ts.html |here} to see how to use ListIncidentResourceTypes API.
312
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/cims/ListIncidentResourceTypes.ts.html |here} to see how to use ListIncidentResourceTypes API.
313
313
  */
314
314
  listIncidentResourceTypes(listIncidentResourceTypesRequest) {
315
315
  return __awaiter(this, void 0, void 0, function* () {
@@ -419,7 +419,7 @@ class IncidentClient {
419
419
  * @param ListIncidentsRequest
420
420
  * @return ListIncidentsResponse
421
421
  * @throws OciError when an error occurs
422
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/cims/ListIncidents.ts.html |here} to see how to use ListIncidents API.
422
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/cims/ListIncidents.ts.html |here} to see how to use ListIncidents API.
423
423
  */
424
424
  listIncidents(listIncidentsRequest) {
425
425
  return __awaiter(this, void 0, void 0, function* () {
@@ -529,7 +529,7 @@ class IncidentClient {
529
529
  * @param UpdateIncidentRequest
530
530
  * @return UpdateIncidentResponse
531
531
  * @throws OciError when an error occurs
532
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/cims/UpdateIncident.ts.html |here} to see how to use UpdateIncident API.
532
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/cims/UpdateIncident.ts.html |here} to see how to use UpdateIncident API.
533
533
  */
534
534
  updateIncident(updateIncidentRequest) {
535
535
  return __awaiter(this, void 0, void 0, function* () {
@@ -590,7 +590,7 @@ class IncidentClient {
590
590
  * @param ValidateUserRequest
591
591
  * @return ValidateUserResponse
592
592
  * @throws OciError when an error occurs
593
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/cims/ValidateUser.ts.html |here} to see how to use ValidateUser API.
593
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/cims/ValidateUser.ts.html |here} to see how to use ValidateUser API.
594
594
  */
595
595
  validateUser(validateUserRequest) {
596
596
  return __awaiter(this, void 0, void 0, function* () {
@@ -733,7 +733,7 @@ class UserClient {
733
733
  * @param CreateUserRequest
734
734
  * @return CreateUserResponse
735
735
  * @throws OciError when an error occurs
736
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/cims/CreateUser.ts.html |here} to see how to use CreateUser API.
736
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/cims/CreateUser.ts.html |here} to see how to use CreateUser API.
737
737
  */
738
738
  createUser(createUserRequest) {
739
739
  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.24.0/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.25.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.24.0/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.25.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.24.0/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.25.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.24.0/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.25.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.24.0/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.25.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.24.0/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.25.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.24.0/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.25.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.24.0/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.25.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.24.0",
3
+ "version": "2.25.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.24.0",
19
- "oci-workrequests": "2.24.0"
18
+ "oci-common": "2.25.0",
19
+ "oci-workrequests": "2.25.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"