oci-cims 2.82.2 → 2.84.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 +8 -8
- package/lib/client.js +8 -8
- package/lib/request/create-incident-request.d.ts +1 -1
- package/lib/request/get-csi-number-request.d.ts +1 -1
- package/lib/request/get-incident-request.d.ts +1 -1
- package/lib/request/get-status-request.d.ts +1 -1
- package/lib/request/list-incident-resource-types-request.d.ts +1 -1
- package/lib/request/list-incidents-request.d.ts +1 -1
- package/lib/request/update-incident-request.d.ts +1 -1
- package/lib/request/validate-user-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -83,7 +83,7 @@ export declare class IncidentClient {
|
|
|
83
83
|
* @param CreateIncidentRequest
|
|
84
84
|
* @return CreateIncidentResponse
|
|
85
85
|
* @throws OciError when an error occurs
|
|
86
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
86
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/cims/CreateIncident.ts.html |here} to see how to use CreateIncident API.
|
|
87
87
|
*/
|
|
88
88
|
createIncident(createIncidentRequest: requests.CreateIncidentRequest): Promise<responses.CreateIncidentResponse>;
|
|
89
89
|
/**
|
|
@@ -92,7 +92,7 @@ export declare class IncidentClient {
|
|
|
92
92
|
* @param GetCsiNumberRequest
|
|
93
93
|
* @return GetCsiNumberResponse
|
|
94
94
|
* @throws OciError when an error occurs
|
|
95
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
95
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/cims/GetCsiNumber.ts.html |here} to see how to use GetCsiNumber API.
|
|
96
96
|
*/
|
|
97
97
|
getCsiNumber(getCsiNumberRequest: requests.GetCsiNumberRequest): Promise<responses.GetCsiNumberResponse>;
|
|
98
98
|
/**
|
|
@@ -101,7 +101,7 @@ export declare class IncidentClient {
|
|
|
101
101
|
* @param GetIncidentRequest
|
|
102
102
|
* @return GetIncidentResponse
|
|
103
103
|
* @throws OciError when an error occurs
|
|
104
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
104
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/cims/GetIncident.ts.html |here} to see how to use GetIncident API.
|
|
105
105
|
*/
|
|
106
106
|
getIncident(getIncidentRequest: requests.GetIncidentRequest): Promise<responses.GetIncidentResponse>;
|
|
107
107
|
/**
|
|
@@ -110,7 +110,7 @@ export declare class IncidentClient {
|
|
|
110
110
|
* @param GetStatusRequest
|
|
111
111
|
* @return GetStatusResponse
|
|
112
112
|
* @throws OciError when an error occurs
|
|
113
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
113
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/cims/GetStatus.ts.html |here} to see how to use GetStatus API.
|
|
114
114
|
*/
|
|
115
115
|
getStatus(getStatusRequest: requests.GetStatusRequest): Promise<responses.GetStatusResponse>;
|
|
116
116
|
/**
|
|
@@ -119,7 +119,7 @@ export declare class IncidentClient {
|
|
|
119
119
|
* @param ListIncidentResourceTypesRequest
|
|
120
120
|
* @return ListIncidentResourceTypesResponse
|
|
121
121
|
* @throws OciError when an error occurs
|
|
122
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
122
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/cims/ListIncidentResourceTypes.ts.html |here} to see how to use ListIncidentResourceTypes API.
|
|
123
123
|
*/
|
|
124
124
|
listIncidentResourceTypes(listIncidentResourceTypesRequest: requests.ListIncidentResourceTypesRequest): Promise<responses.ListIncidentResourceTypesResponse>;
|
|
125
125
|
/**
|
|
@@ -160,7 +160,7 @@ export declare class IncidentClient {
|
|
|
160
160
|
* @param ListIncidentsRequest
|
|
161
161
|
* @return ListIncidentsResponse
|
|
162
162
|
* @throws OciError when an error occurs
|
|
163
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
163
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/cims/ListIncidents.ts.html |here} to see how to use ListIncidents API.
|
|
164
164
|
*/
|
|
165
165
|
listIncidents(listIncidentsRequest: requests.ListIncidentsRequest): Promise<responses.ListIncidentsResponse>;
|
|
166
166
|
/**
|
|
@@ -201,7 +201,7 @@ export declare class IncidentClient {
|
|
|
201
201
|
* @param UpdateIncidentRequest
|
|
202
202
|
* @return UpdateIncidentResponse
|
|
203
203
|
* @throws OciError when an error occurs
|
|
204
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
204
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/cims/UpdateIncident.ts.html |here} to see how to use UpdateIncident API.
|
|
205
205
|
*/
|
|
206
206
|
updateIncident(updateIncidentRequest: requests.UpdateIncidentRequest): Promise<responses.UpdateIncidentResponse>;
|
|
207
207
|
/**
|
|
@@ -210,7 +210,7 @@ export declare class IncidentClient {
|
|
|
210
210
|
* @param ValidateUserRequest
|
|
211
211
|
* @return ValidateUserResponse
|
|
212
212
|
* @throws OciError when an error occurs
|
|
213
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
213
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/cims/ValidateUser.ts.html |here} to see how to use ValidateUser API.
|
|
214
214
|
*/
|
|
215
215
|
validateUser(validateUserRequest: requests.ValidateUserRequest): Promise<responses.ValidateUserResponse>;
|
|
216
216
|
}
|
package/lib/client.js
CHANGED
|
@@ -181,7 +181,7 @@ class IncidentClient {
|
|
|
181
181
|
* @param CreateIncidentRequest
|
|
182
182
|
* @return CreateIncidentResponse
|
|
183
183
|
* @throws OciError when an error occurs
|
|
184
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
184
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/cims/CreateIncident.ts.html |here} to see how to use CreateIncident API.
|
|
185
185
|
*/
|
|
186
186
|
createIncident(createIncidentRequest) {
|
|
187
187
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -244,7 +244,7 @@ class IncidentClient {
|
|
|
244
244
|
* @param GetCsiNumberRequest
|
|
245
245
|
* @return GetCsiNumberResponse
|
|
246
246
|
* @throws OciError when an error occurs
|
|
247
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
247
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/cims/GetCsiNumber.ts.html |here} to see how to use GetCsiNumber API.
|
|
248
248
|
*/
|
|
249
249
|
getCsiNumber(getCsiNumberRequest) {
|
|
250
250
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -309,7 +309,7 @@ class IncidentClient {
|
|
|
309
309
|
* @param GetIncidentRequest
|
|
310
310
|
* @return GetIncidentResponse
|
|
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.
|
|
312
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/cims/GetIncident.ts.html |here} to see how to use GetIncident API.
|
|
313
313
|
*/
|
|
314
314
|
getIncident(getIncidentRequest) {
|
|
315
315
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -377,7 +377,7 @@ class IncidentClient {
|
|
|
377
377
|
* @param GetStatusRequest
|
|
378
378
|
* @return GetStatusResponse
|
|
379
379
|
* @throws OciError when an error occurs
|
|
380
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
380
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/cims/GetStatus.ts.html |here} to see how to use GetStatus API.
|
|
381
381
|
*/
|
|
382
382
|
getStatus(getStatusRequest) {
|
|
383
383
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -435,7 +435,7 @@ class IncidentClient {
|
|
|
435
435
|
* @param ListIncidentResourceTypesRequest
|
|
436
436
|
* @return ListIncidentResourceTypesResponse
|
|
437
437
|
* @throws OciError when an error occurs
|
|
438
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
438
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/cims/ListIncidentResourceTypes.ts.html |here} to see how to use ListIncidentResourceTypes API.
|
|
439
439
|
*/
|
|
440
440
|
listIncidentResourceTypes(listIncidentResourceTypesRequest) {
|
|
441
441
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -548,7 +548,7 @@ class IncidentClient {
|
|
|
548
548
|
* @param ListIncidentsRequest
|
|
549
549
|
* @return ListIncidentsResponse
|
|
550
550
|
* @throws OciError when an error occurs
|
|
551
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
551
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/cims/ListIncidents.ts.html |here} to see how to use ListIncidents API.
|
|
552
552
|
*/
|
|
553
553
|
listIncidents(listIncidentsRequest) {
|
|
554
554
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -674,7 +674,7 @@ class IncidentClient {
|
|
|
674
674
|
* @param UpdateIncidentRequest
|
|
675
675
|
* @return UpdateIncidentResponse
|
|
676
676
|
* @throws OciError when an error occurs
|
|
677
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
677
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/cims/UpdateIncident.ts.html |here} to see how to use UpdateIncident API.
|
|
678
678
|
*/
|
|
679
679
|
updateIncident(updateIncidentRequest) {
|
|
680
680
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -743,7 +743,7 @@ class IncidentClient {
|
|
|
743
743
|
* @param ValidateUserRequest
|
|
744
744
|
* @return ValidateUserResponse
|
|
745
745
|
* @throws OciError when an error occurs
|
|
746
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
746
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/cims/ValidateUser.ts.html |here} to see how to use ValidateUser API.
|
|
747
747
|
*/
|
|
748
748
|
validateUser(validateUserRequest) {
|
|
749
749
|
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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/cims/CreateIncident.ts.html |here} to see how to use CreateIncidentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateIncidentRequest 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
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/cims/GetCsiNumber.ts.html |here} to see how to use GetCsiNumberRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetCsiNumberRequest 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
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/cims/UpdateIncident.ts.html |here} to see how to use UpdateIncidentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateIncidentRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/cims/ValidateUser.ts.html |here} to see how to use ValidateUserRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ValidateUserRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-cims",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.84.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.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.84.0",
|
|
19
|
+
"oci-workrequests": "2.84.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|