oci-cims 2.89.0 → 2.89.2
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
|
@@ -87,7 +87,7 @@ export declare class IncidentClient {
|
|
|
87
87
|
* @param CreateIncidentRequest
|
|
88
88
|
* @return CreateIncidentResponse
|
|
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.89.
|
|
90
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/cims/CreateIncident.ts.html |here} to see how to use CreateIncident API.
|
|
91
91
|
*/
|
|
92
92
|
createIncident(createIncidentRequest: requests.CreateIncidentRequest): Promise<responses.CreateIncidentResponse>;
|
|
93
93
|
/**
|
|
@@ -96,7 +96,7 @@ export declare class IncidentClient {
|
|
|
96
96
|
* @param GetCsiNumberRequest
|
|
97
97
|
* @return GetCsiNumberResponse
|
|
98
98
|
* @throws OciError when an error occurs
|
|
99
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
99
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/cims/GetCsiNumber.ts.html |here} to see how to use GetCsiNumber API.
|
|
100
100
|
*/
|
|
101
101
|
getCsiNumber(getCsiNumberRequest: requests.GetCsiNumberRequest): Promise<responses.GetCsiNumberResponse>;
|
|
102
102
|
/**
|
|
@@ -105,7 +105,7 @@ export declare class IncidentClient {
|
|
|
105
105
|
* @param GetIncidentRequest
|
|
106
106
|
* @return GetIncidentResponse
|
|
107
107
|
* @throws OciError when an error occurs
|
|
108
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
108
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/cims/GetIncident.ts.html |here} to see how to use GetIncident API.
|
|
109
109
|
*/
|
|
110
110
|
getIncident(getIncidentRequest: requests.GetIncidentRequest): Promise<responses.GetIncidentResponse>;
|
|
111
111
|
/**
|
|
@@ -114,7 +114,7 @@ export declare class IncidentClient {
|
|
|
114
114
|
* @param GetStatusRequest
|
|
115
115
|
* @return GetStatusResponse
|
|
116
116
|
* @throws OciError when an error occurs
|
|
117
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
117
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/cims/GetStatus.ts.html |here} to see how to use GetStatus API.
|
|
118
118
|
*/
|
|
119
119
|
getStatus(getStatusRequest: requests.GetStatusRequest): Promise<responses.GetStatusResponse>;
|
|
120
120
|
/**
|
|
@@ -123,7 +123,7 @@ export declare class IncidentClient {
|
|
|
123
123
|
* @param ListIncidentResourceTypesRequest
|
|
124
124
|
* @return ListIncidentResourceTypesResponse
|
|
125
125
|
* @throws OciError when an error occurs
|
|
126
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
126
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/cims/ListIncidentResourceTypes.ts.html |here} to see how to use ListIncidentResourceTypes API.
|
|
127
127
|
*/
|
|
128
128
|
listIncidentResourceTypes(listIncidentResourceTypesRequest: requests.ListIncidentResourceTypesRequest): Promise<responses.ListIncidentResourceTypesResponse>;
|
|
129
129
|
/**
|
|
@@ -164,7 +164,7 @@ export declare class IncidentClient {
|
|
|
164
164
|
* @param ListIncidentsRequest
|
|
165
165
|
* @return ListIncidentsResponse
|
|
166
166
|
* @throws OciError when an error occurs
|
|
167
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
167
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/cims/ListIncidents.ts.html |here} to see how to use ListIncidents API.
|
|
168
168
|
*/
|
|
169
169
|
listIncidents(listIncidentsRequest: requests.ListIncidentsRequest): Promise<responses.ListIncidentsResponse>;
|
|
170
170
|
/**
|
|
@@ -205,7 +205,7 @@ export declare class IncidentClient {
|
|
|
205
205
|
* @param UpdateIncidentRequest
|
|
206
206
|
* @return UpdateIncidentResponse
|
|
207
207
|
* @throws OciError when an error occurs
|
|
208
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
208
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/cims/UpdateIncident.ts.html |here} to see how to use UpdateIncident API.
|
|
209
209
|
*/
|
|
210
210
|
updateIncident(updateIncidentRequest: requests.UpdateIncidentRequest): Promise<responses.UpdateIncidentResponse>;
|
|
211
211
|
/**
|
|
@@ -214,7 +214,7 @@ export declare class IncidentClient {
|
|
|
214
214
|
* @param ValidateUserRequest
|
|
215
215
|
* @return ValidateUserResponse
|
|
216
216
|
* @throws OciError when an error occurs
|
|
217
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
217
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/cims/ValidateUser.ts.html |here} to see how to use ValidateUser API.
|
|
218
218
|
*/
|
|
219
219
|
validateUser(validateUserRequest: requests.ValidateUserRequest): Promise<responses.ValidateUserResponse>;
|
|
220
220
|
}
|
package/lib/client.js
CHANGED
|
@@ -187,7 +187,7 @@ class IncidentClient {
|
|
|
187
187
|
* @param CreateIncidentRequest
|
|
188
188
|
* @return CreateIncidentResponse
|
|
189
189
|
* @throws OciError when an error occurs
|
|
190
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
190
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/cims/CreateIncident.ts.html |here} to see how to use CreateIncident API.
|
|
191
191
|
*/
|
|
192
192
|
createIncident(createIncidentRequest) {
|
|
193
193
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -250,7 +250,7 @@ class IncidentClient {
|
|
|
250
250
|
* @param GetCsiNumberRequest
|
|
251
251
|
* @return GetCsiNumberResponse
|
|
252
252
|
* @throws OciError when an error occurs
|
|
253
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
253
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/cims/GetCsiNumber.ts.html |here} to see how to use GetCsiNumber API.
|
|
254
254
|
*/
|
|
255
255
|
getCsiNumber(getCsiNumberRequest) {
|
|
256
256
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -315,7 +315,7 @@ class IncidentClient {
|
|
|
315
315
|
* @param GetIncidentRequest
|
|
316
316
|
* @return GetIncidentResponse
|
|
317
317
|
* @throws OciError when an error occurs
|
|
318
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
318
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/cims/GetIncident.ts.html |here} to see how to use GetIncident API.
|
|
319
319
|
*/
|
|
320
320
|
getIncident(getIncidentRequest) {
|
|
321
321
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -383,7 +383,7 @@ class IncidentClient {
|
|
|
383
383
|
* @param GetStatusRequest
|
|
384
384
|
* @return GetStatusResponse
|
|
385
385
|
* @throws OciError when an error occurs
|
|
386
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
386
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/cims/GetStatus.ts.html |here} to see how to use GetStatus API.
|
|
387
387
|
*/
|
|
388
388
|
getStatus(getStatusRequest) {
|
|
389
389
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -441,7 +441,7 @@ class IncidentClient {
|
|
|
441
441
|
* @param ListIncidentResourceTypesRequest
|
|
442
442
|
* @return ListIncidentResourceTypesResponse
|
|
443
443
|
* @throws OciError when an error occurs
|
|
444
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
444
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/cims/ListIncidentResourceTypes.ts.html |here} to see how to use ListIncidentResourceTypes API.
|
|
445
445
|
*/
|
|
446
446
|
listIncidentResourceTypes(listIncidentResourceTypesRequest) {
|
|
447
447
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -554,7 +554,7 @@ class IncidentClient {
|
|
|
554
554
|
* @param ListIncidentsRequest
|
|
555
555
|
* @return ListIncidentsResponse
|
|
556
556
|
* @throws OciError when an error occurs
|
|
557
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
557
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/cims/ListIncidents.ts.html |here} to see how to use ListIncidents API.
|
|
558
558
|
*/
|
|
559
559
|
listIncidents(listIncidentsRequest) {
|
|
560
560
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -680,7 +680,7 @@ class IncidentClient {
|
|
|
680
680
|
* @param UpdateIncidentRequest
|
|
681
681
|
* @return UpdateIncidentResponse
|
|
682
682
|
* @throws OciError when an error occurs
|
|
683
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
683
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/cims/UpdateIncident.ts.html |here} to see how to use UpdateIncident API.
|
|
684
684
|
*/
|
|
685
685
|
updateIncident(updateIncidentRequest) {
|
|
686
686
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -749,7 +749,7 @@ class IncidentClient {
|
|
|
749
749
|
* @param ValidateUserRequest
|
|
750
750
|
* @return ValidateUserResponse
|
|
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.89.
|
|
752
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/cims/ValidateUser.ts.html |here} to see how to use ValidateUser API.
|
|
753
753
|
*/
|
|
754
754
|
validateUser(validateUserRequest) {
|
|
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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/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.89.
|
|
3
|
+
"version": "2.89.2",
|
|
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.89.
|
|
19
|
-
"oci-workrequests": "2.89.
|
|
18
|
+
"oci-common": "2.89.2",
|
|
19
|
+
"oci-workrequests": "2.89.2"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|