oci-cims 2.3.0 → 2.3.1
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/create-user-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
|
@@ -54,7 +54,7 @@ export declare class IncidentClient {
|
|
|
54
54
|
* @param CreateIncidentRequest
|
|
55
55
|
* @return CreateIncidentResponse
|
|
56
56
|
* @throws OciError when an error occurs
|
|
57
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.
|
|
57
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/cims/CreateIncident.ts.html |here} to see how to use CreateIncident API.
|
|
58
58
|
*/
|
|
59
59
|
createIncident(createIncidentRequest: requests.CreateIncidentRequest): Promise<responses.CreateIncidentResponse>;
|
|
60
60
|
/**
|
|
@@ -62,7 +62,7 @@ export declare class IncidentClient {
|
|
|
62
62
|
* @param GetIncidentRequest
|
|
63
63
|
* @return GetIncidentResponse
|
|
64
64
|
* @throws OciError when an error occurs
|
|
65
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.
|
|
65
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/cims/GetIncident.ts.html |here} to see how to use GetIncident API.
|
|
66
66
|
*/
|
|
67
67
|
getIncident(getIncidentRequest: requests.GetIncidentRequest): Promise<responses.GetIncidentResponse>;
|
|
68
68
|
/**
|
|
@@ -70,7 +70,7 @@ export declare class IncidentClient {
|
|
|
70
70
|
* @param GetStatusRequest
|
|
71
71
|
* @return GetStatusResponse
|
|
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.3.
|
|
73
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/cims/GetStatus.ts.html |here} to see how to use GetStatus API.
|
|
74
74
|
*/
|
|
75
75
|
getStatus(getStatusRequest: requests.GetStatusRequest): Promise<responses.GetStatusResponse>;
|
|
76
76
|
/**
|
|
@@ -78,7 +78,7 @@ export declare class IncidentClient {
|
|
|
78
78
|
* @param ListIncidentResourceTypesRequest
|
|
79
79
|
* @return ListIncidentResourceTypesResponse
|
|
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.3.
|
|
81
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/cims/ListIncidentResourceTypes.ts.html |here} to see how to use ListIncidentResourceTypes API.
|
|
82
82
|
*/
|
|
83
83
|
listIncidentResourceTypes(listIncidentResourceTypesRequest: requests.ListIncidentResourceTypesRequest): Promise<responses.ListIncidentResourceTypesResponse>;
|
|
84
84
|
/**
|
|
@@ -101,7 +101,7 @@ export declare class IncidentClient {
|
|
|
101
101
|
* @param ListIncidentsRequest
|
|
102
102
|
* @return ListIncidentsResponse
|
|
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.3.
|
|
104
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/cims/ListIncidents.ts.html |here} to see how to use ListIncidents API.
|
|
105
105
|
*/
|
|
106
106
|
listIncidents(listIncidentsRequest: requests.ListIncidentsRequest): Promise<responses.ListIncidentsResponse>;
|
|
107
107
|
/**
|
|
@@ -124,7 +124,7 @@ export declare class IncidentClient {
|
|
|
124
124
|
* @param UpdateIncidentRequest
|
|
125
125
|
* @return UpdateIncidentResponse
|
|
126
126
|
* @throws OciError when an error occurs
|
|
127
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.
|
|
127
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/cims/UpdateIncident.ts.html |here} to see how to use UpdateIncident API.
|
|
128
128
|
*/
|
|
129
129
|
updateIncident(updateIncidentRequest: requests.UpdateIncidentRequest): Promise<responses.UpdateIncidentResponse>;
|
|
130
130
|
/**
|
|
@@ -132,7 +132,7 @@ export declare class IncidentClient {
|
|
|
132
132
|
* @param ValidateUserRequest
|
|
133
133
|
* @return ValidateUserResponse
|
|
134
134
|
* @throws OciError when an error occurs
|
|
135
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.
|
|
135
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/cims/ValidateUser.ts.html |here} to see how to use ValidateUser API.
|
|
136
136
|
*/
|
|
137
137
|
validateUser(validateUserRequest: requests.ValidateUserRequest): Promise<responses.ValidateUserResponse>;
|
|
138
138
|
}
|
|
@@ -176,7 +176,7 @@ export declare class UserClient {
|
|
|
176
176
|
* @param CreateUserRequest
|
|
177
177
|
* @return CreateUserResponse
|
|
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.3.
|
|
179
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/cims/CreateUser.ts.html |here} to see how to use CreateUser API.
|
|
180
180
|
*/
|
|
181
181
|
createUser(createUserRequest: requests.CreateUserRequest): Promise<responses.CreateUserResponse>;
|
|
182
182
|
}
|
package/lib/client.js
CHANGED
|
@@ -118,7 +118,7 @@ class IncidentClient {
|
|
|
118
118
|
* @param CreateIncidentRequest
|
|
119
119
|
* @return CreateIncidentResponse
|
|
120
120
|
* @throws OciError when an error occurs
|
|
121
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.
|
|
121
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/cims/CreateIncident.ts.html |here} to see how to use CreateIncident API.
|
|
122
122
|
*/
|
|
123
123
|
createIncident(createIncidentRequest) {
|
|
124
124
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -173,7 +173,7 @@ class IncidentClient {
|
|
|
173
173
|
* @param GetIncidentRequest
|
|
174
174
|
* @return GetIncidentResponse
|
|
175
175
|
* @throws OciError when an error occurs
|
|
176
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.
|
|
176
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/cims/GetIncident.ts.html |here} to see how to use GetIncident API.
|
|
177
177
|
*/
|
|
178
178
|
getIncident(getIncidentRequest) {
|
|
179
179
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -231,7 +231,7 @@ class IncidentClient {
|
|
|
231
231
|
* @param GetStatusRequest
|
|
232
232
|
* @return GetStatusResponse
|
|
233
233
|
* @throws OciError when an error occurs
|
|
234
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.
|
|
234
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/cims/GetStatus.ts.html |here} to see how to use GetStatus API.
|
|
235
235
|
*/
|
|
236
236
|
getStatus(getStatusRequest) {
|
|
237
237
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -287,7 +287,7 @@ class IncidentClient {
|
|
|
287
287
|
* @param ListIncidentResourceTypesRequest
|
|
288
288
|
* @return ListIncidentResourceTypesResponse
|
|
289
289
|
* @throws OciError when an error occurs
|
|
290
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.
|
|
290
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/cims/ListIncidentResourceTypes.ts.html |here} to see how to use ListIncidentResourceTypes API.
|
|
291
291
|
*/
|
|
292
292
|
listIncidentResourceTypes(listIncidentResourceTypesRequest) {
|
|
293
293
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -374,7 +374,7 @@ class IncidentClient {
|
|
|
374
374
|
* @param ListIncidentsRequest
|
|
375
375
|
* @return ListIncidentsResponse
|
|
376
376
|
* @throws OciError when an error occurs
|
|
377
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.
|
|
377
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/cims/ListIncidents.ts.html |here} to see how to use ListIncidents API.
|
|
378
378
|
*/
|
|
379
379
|
listIncidents(listIncidentsRequest) {
|
|
380
380
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -461,7 +461,7 @@ class IncidentClient {
|
|
|
461
461
|
* @param UpdateIncidentRequest
|
|
462
462
|
* @return UpdateIncidentResponse
|
|
463
463
|
* @throws OciError when an error occurs
|
|
464
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.
|
|
464
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/cims/UpdateIncident.ts.html |here} to see how to use UpdateIncident API.
|
|
465
465
|
*/
|
|
466
466
|
updateIncident(updateIncidentRequest) {
|
|
467
467
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -520,7 +520,7 @@ class IncidentClient {
|
|
|
520
520
|
* @param ValidateUserRequest
|
|
521
521
|
* @return ValidateUserResponse
|
|
522
522
|
* @throws OciError when an error occurs
|
|
523
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.
|
|
523
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/cims/ValidateUser.ts.html |here} to see how to use ValidateUser API.
|
|
524
524
|
*/
|
|
525
525
|
validateUser(validateUserRequest) {
|
|
526
526
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -645,7 +645,7 @@ class UserClient {
|
|
|
645
645
|
* @param CreateUserRequest
|
|
646
646
|
* @return CreateUserResponse
|
|
647
647
|
* @throws OciError when an error occurs
|
|
648
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.
|
|
648
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/cims/CreateUser.ts.html |here} to see how to use CreateUser API.
|
|
649
649
|
*/
|
|
650
650
|
createUser(createUserRequest) {
|
|
651
651
|
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.3.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/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.3.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/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.3.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/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.3.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/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.3.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/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.3.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/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.3.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/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.3.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/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.3.
|
|
3
|
+
"version": "2.3.1",
|
|
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.3.
|
|
19
|
-
"oci-workrequests": "2.3.
|
|
18
|
+
"oci-common": "2.3.1",
|
|
19
|
+
"oci-workrequests": "2.3.1"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|