oci-cims 2.73.0 → 2.74.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
|
@@ -78,7 +78,7 @@ export declare class IncidentClient {
|
|
|
78
78
|
* @param CreateIncidentRequest
|
|
79
79
|
* @return CreateIncidentResponse
|
|
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.
|
|
81
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/cims/CreateIncident.ts.html |here} to see how to use CreateIncident API.
|
|
82
82
|
*/
|
|
83
83
|
createIncident(createIncidentRequest: requests.CreateIncidentRequest): Promise<responses.CreateIncidentResponse>;
|
|
84
84
|
/**
|
|
@@ -87,7 +87,7 @@ export declare class IncidentClient {
|
|
|
87
87
|
* @param GetCsiNumberRequest
|
|
88
88
|
* @return GetCsiNumberResponse
|
|
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.
|
|
90
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/cims/GetCsiNumber.ts.html |here} to see how to use GetCsiNumber API.
|
|
91
91
|
*/
|
|
92
92
|
getCsiNumber(getCsiNumberRequest: requests.GetCsiNumberRequest): Promise<responses.GetCsiNumberResponse>;
|
|
93
93
|
/**
|
|
@@ -96,7 +96,7 @@ export declare class IncidentClient {
|
|
|
96
96
|
* @param GetIncidentRequest
|
|
97
97
|
* @return GetIncidentResponse
|
|
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.
|
|
99
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/cims/GetIncident.ts.html |here} to see how to use GetIncident API.
|
|
100
100
|
*/
|
|
101
101
|
getIncident(getIncidentRequest: requests.GetIncidentRequest): Promise<responses.GetIncidentResponse>;
|
|
102
102
|
/**
|
|
@@ -105,7 +105,7 @@ export declare class IncidentClient {
|
|
|
105
105
|
* @param GetStatusRequest
|
|
106
106
|
* @return GetStatusResponse
|
|
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.
|
|
108
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/cims/GetStatus.ts.html |here} to see how to use GetStatus API.
|
|
109
109
|
*/
|
|
110
110
|
getStatus(getStatusRequest: requests.GetStatusRequest): Promise<responses.GetStatusResponse>;
|
|
111
111
|
/**
|
|
@@ -114,7 +114,7 @@ export declare class IncidentClient {
|
|
|
114
114
|
* @param ListIncidentResourceTypesRequest
|
|
115
115
|
* @return ListIncidentResourceTypesResponse
|
|
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.
|
|
117
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/cims/ListIncidentResourceTypes.ts.html |here} to see how to use ListIncidentResourceTypes API.
|
|
118
118
|
*/
|
|
119
119
|
listIncidentResourceTypes(listIncidentResourceTypesRequest: requests.ListIncidentResourceTypesRequest): Promise<responses.ListIncidentResourceTypesResponse>;
|
|
120
120
|
/**
|
|
@@ -155,7 +155,7 @@ export declare class IncidentClient {
|
|
|
155
155
|
* @param ListIncidentsRequest
|
|
156
156
|
* @return ListIncidentsResponse
|
|
157
157
|
* @throws OciError when an error occurs
|
|
158
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
158
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/cims/ListIncidents.ts.html |here} to see how to use ListIncidents API.
|
|
159
159
|
*/
|
|
160
160
|
listIncidents(listIncidentsRequest: requests.ListIncidentsRequest): Promise<responses.ListIncidentsResponse>;
|
|
161
161
|
/**
|
|
@@ -196,7 +196,7 @@ export declare class IncidentClient {
|
|
|
196
196
|
* @param UpdateIncidentRequest
|
|
197
197
|
* @return UpdateIncidentResponse
|
|
198
198
|
* @throws OciError when an error occurs
|
|
199
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
199
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/cims/UpdateIncident.ts.html |here} to see how to use UpdateIncident API.
|
|
200
200
|
*/
|
|
201
201
|
updateIncident(updateIncidentRequest: requests.UpdateIncidentRequest): Promise<responses.UpdateIncidentResponse>;
|
|
202
202
|
/**
|
|
@@ -205,7 +205,7 @@ export declare class IncidentClient {
|
|
|
205
205
|
* @param ValidateUserRequest
|
|
206
206
|
* @return ValidateUserResponse
|
|
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.
|
|
208
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/cims/ValidateUser.ts.html |here} to see how to use ValidateUser API.
|
|
209
209
|
*/
|
|
210
210
|
validateUser(validateUserRequest: requests.ValidateUserRequest): Promise<responses.ValidateUserResponse>;
|
|
211
211
|
}
|
package/lib/client.js
CHANGED
|
@@ -168,7 +168,7 @@ class IncidentClient {
|
|
|
168
168
|
* @param CreateIncidentRequest
|
|
169
169
|
* @return CreateIncidentResponse
|
|
170
170
|
* @throws OciError when an error occurs
|
|
171
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
171
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/cims/CreateIncident.ts.html |here} to see how to use CreateIncident API.
|
|
172
172
|
*/
|
|
173
173
|
createIncident(createIncidentRequest) {
|
|
174
174
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -231,7 +231,7 @@ class IncidentClient {
|
|
|
231
231
|
* @param GetCsiNumberRequest
|
|
232
232
|
* @return GetCsiNumberResponse
|
|
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.
|
|
234
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/cims/GetCsiNumber.ts.html |here} to see how to use GetCsiNumber API.
|
|
235
235
|
*/
|
|
236
236
|
getCsiNumber(getCsiNumberRequest) {
|
|
237
237
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -296,7 +296,7 @@ class IncidentClient {
|
|
|
296
296
|
* @param GetIncidentRequest
|
|
297
297
|
* @return GetIncidentResponse
|
|
298
298
|
* @throws OciError when an error occurs
|
|
299
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
299
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/cims/GetIncident.ts.html |here} to see how to use GetIncident API.
|
|
300
300
|
*/
|
|
301
301
|
getIncident(getIncidentRequest) {
|
|
302
302
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -364,7 +364,7 @@ class IncidentClient {
|
|
|
364
364
|
* @param GetStatusRequest
|
|
365
365
|
* @return GetStatusResponse
|
|
366
366
|
* @throws OciError when an error occurs
|
|
367
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
367
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/cims/GetStatus.ts.html |here} to see how to use GetStatus API.
|
|
368
368
|
*/
|
|
369
369
|
getStatus(getStatusRequest) {
|
|
370
370
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -422,7 +422,7 @@ class IncidentClient {
|
|
|
422
422
|
* @param ListIncidentResourceTypesRequest
|
|
423
423
|
* @return ListIncidentResourceTypesResponse
|
|
424
424
|
* @throws OciError when an error occurs
|
|
425
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
425
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/cims/ListIncidentResourceTypes.ts.html |here} to see how to use ListIncidentResourceTypes API.
|
|
426
426
|
*/
|
|
427
427
|
listIncidentResourceTypes(listIncidentResourceTypesRequest) {
|
|
428
428
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -535,7 +535,7 @@ class IncidentClient {
|
|
|
535
535
|
* @param ListIncidentsRequest
|
|
536
536
|
* @return ListIncidentsResponse
|
|
537
537
|
* @throws OciError when an error occurs
|
|
538
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
538
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/cims/ListIncidents.ts.html |here} to see how to use ListIncidents API.
|
|
539
539
|
*/
|
|
540
540
|
listIncidents(listIncidentsRequest) {
|
|
541
541
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -661,7 +661,7 @@ class IncidentClient {
|
|
|
661
661
|
* @param UpdateIncidentRequest
|
|
662
662
|
* @return UpdateIncidentResponse
|
|
663
663
|
* @throws OciError when an error occurs
|
|
664
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
664
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/cims/UpdateIncident.ts.html |here} to see how to use UpdateIncident API.
|
|
665
665
|
*/
|
|
666
666
|
updateIncident(updateIncidentRequest) {
|
|
667
667
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -730,7 +730,7 @@ class IncidentClient {
|
|
|
730
730
|
* @param ValidateUserRequest
|
|
731
731
|
* @return ValidateUserResponse
|
|
732
732
|
* @throws OciError when an error occurs
|
|
733
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
733
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/cims/ValidateUser.ts.html |here} to see how to use ValidateUser API.
|
|
734
734
|
*/
|
|
735
735
|
validateUser(validateUserRequest) {
|
|
736
736
|
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.74.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.74.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.74.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.74.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.74.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.74.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.74.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.74.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.74.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.74.0",
|
|
19
|
+
"oci-workrequests": "2.74.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|