oci-cims 2.48.0 → 2.49.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
@@ -61,7 +61,7 @@ export declare class IncidentClient {
61
61
  * @param CreateIncidentRequest
62
62
  * @return CreateIncidentResponse
63
63
  * @throws OciError when an error occurs
64
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/cims/CreateIncident.ts.html |here} to see how to use CreateIncident API.
64
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cims/CreateIncident.ts.html |here} to see how to use CreateIncident API.
65
65
  */
66
66
  createIncident(createIncidentRequest: requests.CreateIncidentRequest): Promise<responses.CreateIncidentResponse>;
67
67
  /**
@@ -70,7 +70,7 @@ export declare class IncidentClient {
70
70
  * @param GetIncidentRequest
71
71
  * @return GetIncidentResponse
72
72
  * @throws OciError when an error occurs
73
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/cims/GetIncident.ts.html |here} to see how to use GetIncident API.
73
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cims/GetIncident.ts.html |here} to see how to use GetIncident API.
74
74
  */
75
75
  getIncident(getIncidentRequest: requests.GetIncidentRequest): Promise<responses.GetIncidentResponse>;
76
76
  /**
@@ -79,7 +79,7 @@ export declare class IncidentClient {
79
79
  * @param GetStatusRequest
80
80
  * @return GetStatusResponse
81
81
  * @throws OciError when an error occurs
82
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/cims/GetStatus.ts.html |here} to see how to use GetStatus API.
82
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cims/GetStatus.ts.html |here} to see how to use GetStatus API.
83
83
  */
84
84
  getStatus(getStatusRequest: requests.GetStatusRequest): Promise<responses.GetStatusResponse>;
85
85
  /**
@@ -88,7 +88,7 @@ export declare class IncidentClient {
88
88
  * @param ListIncidentResourceTypesRequest
89
89
  * @return ListIncidentResourceTypesResponse
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.48.0/cims/ListIncidentResourceTypes.ts.html |here} to see how to use ListIncidentResourceTypes API.
91
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cims/ListIncidentResourceTypes.ts.html |here} to see how to use ListIncidentResourceTypes API.
92
92
  */
93
93
  listIncidentResourceTypes(listIncidentResourceTypesRequest: requests.ListIncidentResourceTypesRequest): Promise<responses.ListIncidentResourceTypesResponse>;
94
94
  /**
@@ -129,7 +129,7 @@ export declare class IncidentClient {
129
129
  * @param ListIncidentsRequest
130
130
  * @return ListIncidentsResponse
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.48.0/cims/ListIncidents.ts.html |here} to see how to use ListIncidents API.
132
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cims/ListIncidents.ts.html |here} to see how to use ListIncidents API.
133
133
  */
134
134
  listIncidents(listIncidentsRequest: requests.ListIncidentsRequest): Promise<responses.ListIncidentsResponse>;
135
135
  /**
@@ -170,7 +170,7 @@ export declare class IncidentClient {
170
170
  * @param UpdateIncidentRequest
171
171
  * @return UpdateIncidentResponse
172
172
  * @throws OciError when an error occurs
173
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/cims/UpdateIncident.ts.html |here} to see how to use UpdateIncident API.
173
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cims/UpdateIncident.ts.html |here} to see how to use UpdateIncident API.
174
174
  */
175
175
  updateIncident(updateIncidentRequest: requests.UpdateIncidentRequest): Promise<responses.UpdateIncidentResponse>;
176
176
  /**
@@ -179,7 +179,7 @@ export declare class IncidentClient {
179
179
  * @param ValidateUserRequest
180
180
  * @return ValidateUserResponse
181
181
  * @throws OciError when an error occurs
182
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/cims/ValidateUser.ts.html |here} to see how to use ValidateUser API.
182
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cims/ValidateUser.ts.html |here} to see how to use ValidateUser API.
183
183
  */
184
184
  validateUser(validateUserRequest: requests.ValidateUserRequest): Promise<responses.ValidateUserResponse>;
185
185
  }
@@ -230,7 +230,7 @@ export declare class UserClient {
230
230
  * @param CreateUserRequest
231
231
  * @return CreateUserResponse
232
232
  * @throws OciError when an error occurs
233
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/cims/CreateUser.ts.html |here} to see how to use CreateUser API.
233
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cims/CreateUser.ts.html |here} to see how to use CreateUser API.
234
234
  */
235
235
  createUser(createUserRequest: requests.CreateUserRequest): Promise<responses.CreateUserResponse>;
236
236
  }
package/lib/client.js CHANGED
@@ -135,7 +135,7 @@ class IncidentClient {
135
135
  * @param CreateIncidentRequest
136
136
  * @return CreateIncidentResponse
137
137
  * @throws OciError when an error occurs
138
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/cims/CreateIncident.ts.html |here} to see how to use CreateIncident API.
138
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cims/CreateIncident.ts.html |here} to see how to use CreateIncident API.
139
139
  */
140
140
  createIncident(createIncidentRequest) {
141
141
  return __awaiter(this, void 0, void 0, function* () {
@@ -194,7 +194,7 @@ class IncidentClient {
194
194
  * @param GetIncidentRequest
195
195
  * @return GetIncidentResponse
196
196
  * @throws OciError when an error occurs
197
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/cims/GetIncident.ts.html |here} to see how to use GetIncident API.
197
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cims/GetIncident.ts.html |here} to see how to use GetIncident API.
198
198
  */
199
199
  getIncident(getIncidentRequest) {
200
200
  return __awaiter(this, void 0, void 0, function* () {
@@ -256,7 +256,7 @@ class IncidentClient {
256
256
  * @param GetStatusRequest
257
257
  * @return GetStatusResponse
258
258
  * @throws OciError when an error occurs
259
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/cims/GetStatus.ts.html |here} to see how to use GetStatus API.
259
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cims/GetStatus.ts.html |here} to see how to use GetStatus API.
260
260
  */
261
261
  getStatus(getStatusRequest) {
262
262
  return __awaiter(this, void 0, void 0, function* () {
@@ -316,7 +316,7 @@ class IncidentClient {
316
316
  * @param ListIncidentResourceTypesRequest
317
317
  * @return ListIncidentResourceTypesResponse
318
318
  * @throws OciError when an error occurs
319
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/cims/ListIncidentResourceTypes.ts.html |here} to see how to use ListIncidentResourceTypes API.
319
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cims/ListIncidentResourceTypes.ts.html |here} to see how to use ListIncidentResourceTypes API.
320
320
  */
321
321
  listIncidentResourceTypes(listIncidentResourceTypesRequest) {
322
322
  return __awaiter(this, void 0, void 0, function* () {
@@ -428,7 +428,7 @@ class IncidentClient {
428
428
  * @param ListIncidentsRequest
429
429
  * @return ListIncidentsResponse
430
430
  * @throws OciError when an error occurs
431
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/cims/ListIncidents.ts.html |here} to see how to use ListIncidents API.
431
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cims/ListIncidents.ts.html |here} to see how to use ListIncidents API.
432
432
  */
433
433
  listIncidents(listIncidentsRequest) {
434
434
  return __awaiter(this, void 0, void 0, function* () {
@@ -540,7 +540,7 @@ class IncidentClient {
540
540
  * @param UpdateIncidentRequest
541
541
  * @return UpdateIncidentResponse
542
542
  * @throws OciError when an error occurs
543
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/cims/UpdateIncident.ts.html |here} to see how to use UpdateIncident API.
543
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cims/UpdateIncident.ts.html |here} to see how to use UpdateIncident API.
544
544
  */
545
545
  updateIncident(updateIncidentRequest) {
546
546
  return __awaiter(this, void 0, void 0, function* () {
@@ -603,7 +603,7 @@ class IncidentClient {
603
603
  * @param ValidateUserRequest
604
604
  * @return ValidateUserResponse
605
605
  * @throws OciError when an error occurs
606
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/cims/ValidateUser.ts.html |here} to see how to use ValidateUser API.
606
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cims/ValidateUser.ts.html |here} to see how to use ValidateUser API.
607
607
  */
608
608
  validateUser(validateUserRequest) {
609
609
  return __awaiter(this, void 0, void 0, function* () {
@@ -749,7 +749,7 @@ class UserClient {
749
749
  * @param CreateUserRequest
750
750
  * @return CreateUserResponse
751
751
  * @throws OciError when an error occurs
752
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/cims/CreateUser.ts.html |here} to see how to use CreateUser API.
752
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cims/CreateUser.ts.html |here} to see how to use CreateUser API.
753
753
  */
754
754
  createUser(createUserRequest) {
755
755
  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.48.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.49.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.48.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.49.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.48.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.49.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.48.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.49.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.48.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.49.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.48.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.49.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.48.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.49.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.48.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.49.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.48.0",
3
+ "version": "2.49.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.48.0",
19
- "oci-workrequests": "2.48.0"
18
+ "oci-common": "2.49.0",
19
+ "oci-workrequests": "2.49.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"