oci-cims 2.76.1 → 2.77.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
@@ -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.76.1/cims/CreateIncident.ts.html |here} to see how to use CreateIncident API.
81
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.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.76.1/cims/GetCsiNumber.ts.html |here} to see how to use GetCsiNumber API.
90
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.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.76.1/cims/GetIncident.ts.html |here} to see how to use GetIncident API.
99
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.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.76.1/cims/GetStatus.ts.html |here} to see how to use GetStatus API.
108
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.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.76.1/cims/ListIncidentResourceTypes.ts.html |here} to see how to use ListIncidentResourceTypes API.
117
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.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.76.1/cims/ListIncidents.ts.html |here} to see how to use ListIncidents API.
158
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.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.76.1/cims/UpdateIncident.ts.html |here} to see how to use UpdateIncident API.
199
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.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.76.1/cims/ValidateUser.ts.html |here} to see how to use ValidateUser API.
208
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.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
@@ -172,7 +172,7 @@ class IncidentClient {
172
172
  * @param CreateIncidentRequest
173
173
  * @return CreateIncidentResponse
174
174
  * @throws OciError when an error occurs
175
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cims/CreateIncident.ts.html |here} to see how to use CreateIncident API.
175
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/cims/CreateIncident.ts.html |here} to see how to use CreateIncident API.
176
176
  */
177
177
  createIncident(createIncidentRequest) {
178
178
  return __awaiter(this, void 0, void 0, function* () {
@@ -235,7 +235,7 @@ class IncidentClient {
235
235
  * @param GetCsiNumberRequest
236
236
  * @return GetCsiNumberResponse
237
237
  * @throws OciError when an error occurs
238
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cims/GetCsiNumber.ts.html |here} to see how to use GetCsiNumber API.
238
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/cims/GetCsiNumber.ts.html |here} to see how to use GetCsiNumber API.
239
239
  */
240
240
  getCsiNumber(getCsiNumberRequest) {
241
241
  return __awaiter(this, void 0, void 0, function* () {
@@ -300,7 +300,7 @@ class IncidentClient {
300
300
  * @param GetIncidentRequest
301
301
  * @return GetIncidentResponse
302
302
  * @throws OciError when an error occurs
303
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cims/GetIncident.ts.html |here} to see how to use GetIncident API.
303
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/cims/GetIncident.ts.html |here} to see how to use GetIncident API.
304
304
  */
305
305
  getIncident(getIncidentRequest) {
306
306
  return __awaiter(this, void 0, void 0, function* () {
@@ -368,7 +368,7 @@ class IncidentClient {
368
368
  * @param GetStatusRequest
369
369
  * @return GetStatusResponse
370
370
  * @throws OciError when an error occurs
371
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cims/GetStatus.ts.html |here} to see how to use GetStatus API.
371
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/cims/GetStatus.ts.html |here} to see how to use GetStatus API.
372
372
  */
373
373
  getStatus(getStatusRequest) {
374
374
  return __awaiter(this, void 0, void 0, function* () {
@@ -426,7 +426,7 @@ class IncidentClient {
426
426
  * @param ListIncidentResourceTypesRequest
427
427
  * @return ListIncidentResourceTypesResponse
428
428
  * @throws OciError when an error occurs
429
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cims/ListIncidentResourceTypes.ts.html |here} to see how to use ListIncidentResourceTypes API.
429
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/cims/ListIncidentResourceTypes.ts.html |here} to see how to use ListIncidentResourceTypes API.
430
430
  */
431
431
  listIncidentResourceTypes(listIncidentResourceTypesRequest) {
432
432
  return __awaiter(this, void 0, void 0, function* () {
@@ -539,7 +539,7 @@ class IncidentClient {
539
539
  * @param ListIncidentsRequest
540
540
  * @return ListIncidentsResponse
541
541
  * @throws OciError when an error occurs
542
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cims/ListIncidents.ts.html |here} to see how to use ListIncidents API.
542
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/cims/ListIncidents.ts.html |here} to see how to use ListIncidents API.
543
543
  */
544
544
  listIncidents(listIncidentsRequest) {
545
545
  return __awaiter(this, void 0, void 0, function* () {
@@ -665,7 +665,7 @@ class IncidentClient {
665
665
  * @param UpdateIncidentRequest
666
666
  * @return UpdateIncidentResponse
667
667
  * @throws OciError when an error occurs
668
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cims/UpdateIncident.ts.html |here} to see how to use UpdateIncident API.
668
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/cims/UpdateIncident.ts.html |here} to see how to use UpdateIncident API.
669
669
  */
670
670
  updateIncident(updateIncidentRequest) {
671
671
  return __awaiter(this, void 0, void 0, function* () {
@@ -734,7 +734,7 @@ class IncidentClient {
734
734
  * @param ValidateUserRequest
735
735
  * @return ValidateUserResponse
736
736
  * @throws OciError when an error occurs
737
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cims/ValidateUser.ts.html |here} to see how to use ValidateUser API.
737
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/cims/ValidateUser.ts.html |here} to see how to use ValidateUser API.
738
738
  */
739
739
  validateUser(validateUserRequest) {
740
740
  return __awaiter(this, void 0, void 0, function* () {
@@ -25,7 +25,7 @@ export interface Category {
25
25
  */
26
26
  "categoryKey"?: string;
27
27
  /**
28
- * The name of the service category. For example, `Compute` or `Identity`.
28
+ * The name of the service category. For example, {@code Compute} or {@code Identity}.
29
29
  */
30
30
  "name"?: string;
31
31
  }
@@ -25,7 +25,7 @@ export interface IssueType {
25
25
  */
26
26
  "issueTypeKey"?: string;
27
27
  /**
28
- * The label for the issue type. For example, `Instance Performance`.
28
+ * The label for the issue type. For example, {@code Instance Performance}.
29
29
  */
30
30
  "label"?: string;
31
31
  /**
@@ -17,7 +17,7 @@ and you need to register your Customer Support Identifier (CSI) with My Oracle S
17
17
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
18
18
  */
19
19
  /**
20
- * The sort order to use to query support ticket lists, either ascending (`ASC`) or descending (`DESC`).
20
+ * The sort order to use to query support ticket lists, either ascending ({@code ASC}) or descending ({@code DESC}).
21
21
  **/
22
22
  export declare enum SortOrder {
23
23
  Asc = "ASC",
@@ -20,7 +20,7 @@ and you need to register your Customer Support Identifier (CSI) with My Oracle S
20
20
  Object.defineProperty(exports, "__esModule", { value: true });
21
21
  exports.SortOrder = void 0;
22
22
  /**
23
- * The sort order to use to query support ticket lists, either ascending (`ASC`) or descending (`DESC`).
23
+ * The sort order to use to query support ticket lists, either ascending ({@code ASC}) or descending ({@code DESC}).
24
24
  **/
25
25
  var SortOrder;
26
26
  (function (SortOrder) {
@@ -25,7 +25,7 @@ export interface SubCategory {
25
25
  */
26
26
  "subCategoryKey"?: string;
27
27
  /**
28
- * The name of the service subcategory. For example, `Backup Count` or `Custom Image Count`.
28
+ * The name of the service subcategory. For example, {@code Backup Count} or {@code Custom Image Count}.
29
29
  */
30
30
  "name"?: string;
31
31
  }
@@ -54,7 +54,7 @@ export interface Ticket {
54
54
  */
55
55
  "lifecycleState"?: model.LifecycleState;
56
56
  /**
57
- * Additional information about the current `lifecycleState`.
57
+ * Additional information about the current {@code lifecycleState}.
58
58
  */
59
59
  "lifecycleDetails"?: model.LifecycleDetails;
60
60
  }
@@ -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.76.1/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.77.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.76.1/cims/GetCsiNumber.ts.html |here} to see how to use GetCsiNumberRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.0/cims/ListIncidentResourceTypes.ts.html |here} to see how to use ListIncidentResourceTypesRequest.
17
17
  */
18
18
  export interface ListIncidentResourceTypesRequest extends common.BaseRequest {
19
19
  /**
@@ -34,7 +34,7 @@ export interface ListIncidentResourceTypesRequest extends common.BaseRequest {
34
34
  */
35
35
  "limit"?: number;
36
36
  /**
37
- * For list pagination. The value of the `opc-next-page` response header from the previous \"List\" call. For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
37
+ * For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\" call. For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
38
38
  *
39
39
  */
40
40
  "page"?: string;
@@ -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.76.1/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.77.0/cims/ListIncidents.ts.html |here} to see how to use ListIncidentsRequest.
17
17
  */
18
18
  export interface ListIncidentsRequest extends common.BaseRequest {
19
19
  /**
@@ -42,7 +42,7 @@ export interface ListIncidentsRequest extends common.BaseRequest {
42
42
  */
43
43
  "lifecycleState"?: model.LifecycleState;
44
44
  /**
45
- * For list pagination. The value of the `opc-next-page` response header from the previous \"List\" call. For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
45
+ * For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\" call. For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
46
46
  *
47
47
  */
48
48
  "page"?: string;
@@ -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.76.1/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.77.0/cims/UpdateIncident.ts.html |here} to see how to use UpdateIncidentRequest.
17
17
  */
18
18
  export interface UpdateIncidentRequest extends common.BaseRequest {
19
19
  /**
@@ -37,7 +37,7 @@ export interface UpdateIncidentRequest extends common.BaseRequest {
37
37
  */
38
38
  "compartmentId"?: string;
39
39
  /**
40
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
40
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match} parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
41
41
  */
42
42
  "ifMatch"?: string;
43
43
  /**
@@ -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.76.1/cims/ValidateUser.ts.html |here} to see how to use ValidateUserRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.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.76.1",
3
+ "version": "2.77.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.76.1",
19
- "oci-workrequests": "2.76.1"
18
+ "oci-common": "2.77.0",
19
+ "oci-workrequests": "2.77.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"