oci-cims 2.68.2 → 2.70.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/index.d.ts +7 -2
- package/index.js +8 -3
- package/index.js.map +1 -1
- package/lib/client.d.ts +25 -72
- package/lib/client.js +128 -195
- package/lib/client.js.map +1 -1
- package/lib/model/account-item.d.ts +30 -0
- package/lib/model/account-item.js +56 -0
- package/lib/model/account-item.js.map +1 -0
- package/lib/model/activity-item.d.ts +36 -7
- package/lib/model/activity-item.js +30 -1
- package/lib/model/activity-item.js.map +1 -1
- package/lib/model/category.d.ts +10 -4
- package/lib/model/category.js +7 -1
- package/lib/model/category.js.map +1 -1
- package/lib/model/classifier.d.ts +7 -1
- package/lib/model/classifier.js +7 -1
- package/lib/model/classifier.js.map +1 -1
- package/lib/model/contact-list.d.ts +7 -1
- package/lib/model/contact-list.js +7 -1
- package/lib/model/contact-list.js.map +1 -1
- package/lib/model/contact.d.ts +12 -2
- package/lib/model/contact.js +7 -1
- package/lib/model/contact.js.map +1 -1
- package/lib/model/contextual-data.d.ts +15 -5
- package/lib/model/contextual-data.js +7 -1
- package/lib/model/contextual-data.js.map +1 -1
- package/lib/model/create-account-item-details.d.ts +31 -0
- package/lib/model/create-account-item-details.js +60 -0
- package/lib/model/create-account-item-details.js.map +1 -0
- package/lib/model/create-category-details.d.ts +8 -4
- package/lib/model/create-category-details.js +7 -1
- package/lib/model/create-category-details.js.map +1 -1
- package/lib/model/create-incident.d.ts +11 -5
- package/lib/model/create-incident.js +7 -1
- package/lib/model/create-incident.js.map +1 -1
- package/lib/model/create-issue-type-details.d.ts +7 -3
- package/lib/model/create-issue-type-details.js +7 -1
- package/lib/model/create-issue-type-details.js.map +1 -1
- package/lib/model/create-item-details.d.ts +9 -5
- package/lib/model/create-item-details.js +11 -1
- package/lib/model/create-item-details.js.map +1 -1
- package/lib/model/create-limit-item-details.d.ts +9 -3
- package/lib/model/create-limit-item-details.js +7 -1
- package/lib/model/create-limit-item-details.js.map +1 -1
- package/lib/model/create-resource-details.d.ts +9 -9
- package/lib/model/create-resource-details.js +7 -1
- package/lib/model/create-resource-details.js.map +1 -1
- package/lib/model/create-sub-category-details.d.ts +9 -5
- package/lib/model/create-sub-category-details.js +7 -1
- package/lib/model/create-sub-category-details.js.map +1 -1
- package/lib/model/create-tech-support-item-details.d.ts +8 -4
- package/lib/model/create-tech-support-item-details.js +7 -1
- package/lib/model/create-tech-support-item-details.js.map +1 -1
- package/lib/model/create-ticket-details.d.ts +11 -9
- package/lib/model/create-ticket-details.js +8 -1
- package/lib/model/create-ticket-details.js.map +1 -1
- package/lib/model/create-user-details.d.ts +14 -7
- package/lib/model/create-user-details.js +7 -1
- package/lib/model/create-user-details.js.map +1 -1
- package/lib/model/error-code.d.ts +27 -1
- package/lib/model/error-code.js +27 -1
- package/lib/model/error-code.js.map +1 -1
- package/lib/model/incident-resource-type.d.ts +18 -2
- package/lib/model/incident-resource-type.js +17 -1
- package/lib/model/incident-resource-type.js.map +1 -1
- package/lib/model/incident-summary.d.ts +8 -2
- package/lib/model/incident-summary.js +7 -1
- package/lib/model/incident-summary.js.map +1 -1
- package/lib/model/incident-type.d.ts +8 -2
- package/lib/model/incident-type.js +7 -1
- package/lib/model/incident-type.js.map +1 -1
- package/lib/model/incident.d.ts +9 -3
- package/lib/model/incident.js +7 -1
- package/lib/model/incident.js.map +1 -1
- package/lib/model/index.d.ts +13 -5
- package/lib/model/index.js +14 -6
- package/lib/model/index.js.map +1 -1
- package/lib/model/issue-type.d.ts +11 -1
- package/lib/model/issue-type.js +7 -1
- package/lib/model/issue-type.js.map +1 -1
- package/lib/model/item.d.ts +8 -2
- package/lib/model/item.js +11 -1
- package/lib/model/item.js.map +1 -1
- package/lib/model/lifecycle-details.d.ts +7 -1
- package/lib/model/lifecycle-details.js +7 -1
- package/lib/model/lifecycle-details.js.map +1 -1
- package/lib/model/lifecycle-state.d.ts +7 -1
- package/lib/model/lifecycle-state.js +7 -1
- package/lib/model/lifecycle-state.js.map +1 -1
- package/lib/model/limit-item.d.ts +11 -5
- package/lib/model/limit-item.js +7 -1
- package/lib/model/limit-item.js.map +1 -1
- package/lib/model/problem-type.d.ts +9 -2
- package/lib/model/problem-type.js +9 -2
- package/lib/model/problem-type.js.map +1 -1
- package/lib/model/resource.d.ts +9 -7
- package/lib/model/resource.js +7 -1
- package/lib/model/resource.js.map +1 -1
- package/lib/model/scope.d.ts +7 -1
- package/lib/model/scope.js +7 -1
- package/lib/model/scope.js.map +1 -1
- package/lib/model/service-categories.d.ts +43 -0
- package/lib/model/service-categories.js +35 -0
- package/lib/model/service-categories.js.map +1 -0
- package/lib/model/service-category.d.ts +8 -2
- package/lib/model/service-category.js +7 -1
- package/lib/model/service-category.js.map +1 -1
- package/lib/model/sort-by.d.ts +7 -1
- package/lib/model/sort-by.js +7 -1
- package/lib/model/sort-by.js.map +1 -1
- package/lib/model/sort-order.d.ts +7 -1
- package/lib/model/sort-order.js +7 -1
- package/lib/model/sort-order.js.map +1 -1
- package/lib/model/status.d.ts +7 -1
- package/lib/model/status.js +7 -1
- package/lib/model/status.js.map +1 -1
- package/lib/model/sub-category.d.ts +10 -4
- package/lib/model/sub-category.js +7 -1
- package/lib/model/sub-category.js.map +1 -1
- package/lib/model/tech-support-item.d.ts +7 -1
- package/lib/model/tech-support-item.js +7 -1
- package/lib/model/tech-support-item.js.map +1 -1
- package/lib/model/tenancy-information.d.ts +9 -3
- package/lib/model/tenancy-information.js +7 -1
- package/lib/model/tenancy-information.js.map +1 -1
- package/lib/model/ticket.d.ts +8 -1
- package/lib/model/ticket.js +8 -1
- package/lib/model/ticket.js.map +1 -1
- package/lib/model/time-zone.d.ts +10 -1
- package/lib/model/time-zone.js +10 -1
- package/lib/model/time-zone.js.map +1 -1
- package/lib/model/unit.d.ts +7 -1
- package/lib/model/unit.js +7 -1
- package/lib/model/unit.js.map +1 -1
- package/lib/model/update-activity-item-details.d.ts +10 -5
- package/lib/model/update-activity-item-details.js +8 -1
- package/lib/model/update-activity-item-details.js.map +1 -1
- package/lib/model/update-incident.d.ts +11 -1
- package/lib/model/update-incident.js +7 -1
- package/lib/model/update-incident.js.map +1 -1
- package/lib/model/update-item-details.d.ts +8 -4
- package/lib/model/update-item-details.js +7 -1
- package/lib/model/update-item-details.js.map +1 -1
- package/lib/model/update-resource-details.d.ts +7 -3
- package/lib/model/update-resource-details.js +7 -1
- package/lib/model/update-resource-details.js.map +1 -1
- package/lib/model/update-ticket-details.d.ts +7 -3
- package/lib/model/update-ticket-details.js +7 -1
- package/lib/model/update-ticket-details.js.map +1 -1
- package/lib/model/user.d.ts +21 -10
- package/lib/model/user.js +7 -1
- package/lib/model/user.js.map +1 -1
- package/lib/model/validation-response.d.ts +7 -1
- package/lib/model/validation-response.js +7 -1
- package/lib/model/validation-response.js.map +1 -1
- package/lib/request/create-incident-request.d.ts +21 -5
- package/lib/request/{create-user-request.d.ts → get-csi-number-request.d.ts} +26 -7
- package/lib/request/{create-user-request.js → get-csi-number-request.js} +1 -1
- package/lib/request/get-csi-number-request.js.map +1 -0
- package/lib/request/get-incident-request.d.ts +28 -8
- package/lib/request/get-status-request.d.ts +4 -8
- package/lib/request/index.d.ts +9 -3
- package/lib/request/index.js +7 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-incident-resource-types-request.d.ts +14 -10
- package/lib/request/list-incidents-request.d.ts +23 -7
- package/lib/request/update-incident-request.d.ts +27 -7
- package/lib/request/validate-user-request.d.ts +25 -8
- package/lib/response/create-incident-response.d.ts +1 -1
- package/lib/response/{create-user-response.d.ts → get-csi-number-response.d.ts} +3 -4
- package/lib/response/{create-user-response.js → get-csi-number-response.js} +1 -1
- package/lib/response/get-csi-number-response.js.map +1 -0
- package/lib/response/index.d.ts +9 -3
- package/lib/response/index.js +7 -1
- package/lib/response/index.js.map +1 -1
- package/lib/response/list-incidents-response.d.ts +8 -0
- package/package.json +3 -3
- package/lib/model/availability-domain.d.ts +0 -62
- package/lib/model/availability-domain.js +0 -73
- package/lib/model/availability-domain.js.map +0 -1
- package/lib/model/region.d.ts +0 -49
- package/lib/model/region.js +0 -60
- package/lib/model/region.js.map +0 -1
- package/lib/request/create-user-request.js.map +0 -1
- package/lib/response/create-user-response.js.map +0 -1
package/lib/model/limit-item.js
CHANGED
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Support Management API
|
|
4
|
-
* Use the Support Management API to manage support requests.
|
|
4
|
+
* Use the Support Management API to manage support requests.
|
|
5
|
+
For more information, see [Getting Help and Contacting Support](/iaas/Content/GSG/Tasks/contactingsupport.htm).
|
|
6
|
+
|
|
7
|
+
**Note**: Before you can create service requests with this API,
|
|
8
|
+
you need to have an Oracle Single Sign On (SSO) account,
|
|
9
|
+
and you need to register your Customer Support Identifier (CSI) with My Oracle Support.
|
|
10
|
+
|
|
5
11
|
* OpenAPI spec version: 20181231
|
|
6
12
|
* Contact: oci_ops_cims_dev_us_grp@oracle.com
|
|
7
13
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"limit-item.js","sourceRoot":"","sources":["../../../../../lib/cims/lib/model/limit-item.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"limit-item.js","sourceRoot":"","sources":["../../../../../lib/cims/lib/model/limit-item.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA2BlC,IAAiB,SAAS,CA6BzB;AA7BD,WAAiB,SAAS;IACxB,IAAY,WASX;IATD,WAAY,WAAW;QACrB,oCAAqB,CAAA;QACrB,uDAAwC,CAAA;QACxC,2CAA4B,CAAA;QAC5B;;;WAGG;QACH,6CAA8B,CAAA;IAChC,CAAC,EATW,WAAW,GAAX,qBAAW,KAAX,qBAAW,QAStB;IAED,SAAgB,UAAU,CAAC,GAAc,EAAE,eAAyB;QAClE,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,IAAI,CAAC,UAAU,CAAC,GAAG,CAAe,CAAC,GACnE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAPe,oBAAU,aAOzB,CAAA;IACY,cAAI,GAAG,OAAO,CAAC;IAC5B,SAAgB,sBAAsB,CAAC,GAAc,EAAE,eAAyB;QAC9E,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,IAAI,CAAC,sBAAsB,CAAC,GAAG,CAAe,CAAC,GAC/E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAPe,gCAAsB,yBAOrC,CAAA;AACH,CAAC,EA7BgB,SAAS,GAAT,iBAAS,KAAT,iBAAS,QA6BzB"}
|
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Support Management API
|
|
3
|
-
* Use the Support Management API to manage support requests.
|
|
3
|
+
* Use the Support Management API to manage support requests.
|
|
4
|
+
For more information, see [Getting Help and Contacting Support](/iaas/Content/GSG/Tasks/contactingsupport.htm).
|
|
5
|
+
|
|
6
|
+
**Note**: Before you can create service requests with this API,
|
|
7
|
+
you need to have an Oracle Single Sign On (SSO) account,
|
|
8
|
+
and you need to register your Customer Support Identifier (CSI) with My Oracle Support.
|
|
9
|
+
|
|
4
10
|
* OpenAPI spec version: 20181231
|
|
5
11
|
* Contact: oci_ops_cims_dev_us_grp@oracle.com
|
|
6
12
|
*
|
|
@@ -11,13 +17,14 @@
|
|
|
11
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.
|
|
12
18
|
*/
|
|
13
19
|
/**
|
|
14
|
-
* The kind of support ticket, such as a technical support request.
|
|
20
|
+
* The kind of support ticket, such as a technical support request or a limit increase request.
|
|
15
21
|
**/
|
|
16
22
|
export declare enum ProblemType {
|
|
17
23
|
Limit = "LIMIT",
|
|
18
24
|
LegacyLimit = "LEGACY_LIMIT",
|
|
19
25
|
Tech = "TECH",
|
|
20
26
|
Account = "ACCOUNT",
|
|
27
|
+
Taxonomy = "TAXONOMY",
|
|
21
28
|
/**
|
|
22
29
|
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
23
30
|
* version of the SDK.
|
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Support Management API
|
|
4
|
-
* Use the Support Management API to manage support requests.
|
|
4
|
+
* Use the Support Management API to manage support requests.
|
|
5
|
+
For more information, see [Getting Help and Contacting Support](/iaas/Content/GSG/Tasks/contactingsupport.htm).
|
|
6
|
+
|
|
7
|
+
**Note**: Before you can create service requests with this API,
|
|
8
|
+
you need to have an Oracle Single Sign On (SSO) account,
|
|
9
|
+
and you need to register your Customer Support Identifier (CSI) with My Oracle Support.
|
|
10
|
+
|
|
5
11
|
* OpenAPI spec version: 20181231
|
|
6
12
|
* Contact: oci_ops_cims_dev_us_grp@oracle.com
|
|
7
13
|
*
|
|
@@ -14,7 +20,7 @@
|
|
|
14
20
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
21
|
exports.ProblemType = void 0;
|
|
16
22
|
/**
|
|
17
|
-
* The kind of support ticket, such as a technical support request.
|
|
23
|
+
* The kind of support ticket, such as a technical support request or a limit increase request.
|
|
18
24
|
**/
|
|
19
25
|
var ProblemType;
|
|
20
26
|
(function (ProblemType) {
|
|
@@ -22,6 +28,7 @@ var ProblemType;
|
|
|
22
28
|
ProblemType["LegacyLimit"] = "LEGACY_LIMIT";
|
|
23
29
|
ProblemType["Tech"] = "TECH";
|
|
24
30
|
ProblemType["Account"] = "ACCOUNT";
|
|
31
|
+
ProblemType["Taxonomy"] = "TAXONOMY";
|
|
25
32
|
/**
|
|
26
33
|
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
27
34
|
* version of the SDK.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"problem-type.js","sourceRoot":"","sources":["../../../../../lib/cims/lib/model/problem-type.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"problem-type.js","sourceRoot":"","sources":["../../../../../lib/cims/lib/model/problem-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAKH;;IAEI;AACJ,IAAY,WAYX;AAZD,WAAY,WAAW;IACrB,8BAAe,CAAA;IACf,2CAA4B,CAAA;IAC5B,4BAAa,CAAA;IACb,kCAAmB,CAAA;IACnB,oCAAqB,CAAA;IAErB;;;OAGG;IACH,6CAA8B,CAAA;AAChC,CAAC,EAZW,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAYtB;AAED,WAAiB,WAAW;IAC1B,SAAgB,UAAU,CAAC,GAAgB;QACzC,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,sBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgB;QACrD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,kCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAO3B"}
|
package/lib/model/resource.d.ts
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Support Management API
|
|
3
|
-
* Use the Support Management API to manage support requests.
|
|
3
|
+
* Use the Support Management API to manage support requests.
|
|
4
|
+
For more information, see [Getting Help and Contacting Support](/iaas/Content/GSG/Tasks/contactingsupport.htm).
|
|
5
|
+
|
|
6
|
+
**Note**: Before you can create service requests with this API,
|
|
7
|
+
you need to have an Oracle Single Sign On (SSO) account,
|
|
8
|
+
and you need to register your Customer Support Identifier (CSI) with My Oracle Support.
|
|
9
|
+
|
|
4
10
|
* OpenAPI spec version: 20181231
|
|
5
11
|
* Contact: oci_ops_cims_dev_us_grp@oracle.com
|
|
6
12
|
*
|
|
@@ -15,15 +21,11 @@ import * as model from "../model";
|
|
|
15
21
|
* Details about the ticket item object.
|
|
16
22
|
*/
|
|
17
23
|
export interface Resource {
|
|
18
|
-
"item"?: model.LimitItem | model.TechSupportItem | model.ActivityItem;
|
|
24
|
+
"item"?: model.AccountItem | model.LimitItem | model.TechSupportItem | model.ActivityItem;
|
|
19
25
|
/**
|
|
20
26
|
* The list of available Oracle Cloud Infrastructure regions.
|
|
21
27
|
*/
|
|
22
|
-
"region"?:
|
|
23
|
-
/**
|
|
24
|
-
* The list of available Oracle Cloud Infrastructure availability domains.
|
|
25
|
-
*/
|
|
26
|
-
"availabilityDomain"?: model.AvailabilityDomain;
|
|
28
|
+
"region"?: string;
|
|
27
29
|
}
|
|
28
30
|
export declare namespace Resource {
|
|
29
31
|
function getJsonObj(obj: Resource): object;
|
package/lib/model/resource.js
CHANGED
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Support Management API
|
|
4
|
-
* Use the Support Management API to manage support requests.
|
|
4
|
+
* Use the Support Management API to manage support requests.
|
|
5
|
+
For more information, see [Getting Help and Contacting Support](/iaas/Content/GSG/Tasks/contactingsupport.htm).
|
|
6
|
+
|
|
7
|
+
**Note**: Before you can create service requests with this API,
|
|
8
|
+
you need to have an Oracle Single Sign On (SSO) account,
|
|
9
|
+
and you need to register your Customer Support Identifier (CSI) with My Oracle Support.
|
|
10
|
+
|
|
5
11
|
* OpenAPI spec version: 20181231
|
|
6
12
|
* Contact: oci_ops_cims_dev_us_grp@oracle.com
|
|
7
13
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resource.js","sourceRoot":"","sources":["../../../../../lib/cims/lib/model/resource.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"resource.js","sourceRoot":"","sources":["../../../../../lib/cims/lib/model/resource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAclC,IAAiB,QAAQ,CAqBxB;AArBD,WAAiB,QAAQ;IACvB,SAAgB,UAAU,CAAC,GAAa;QACtC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,MAAM,EAAE,GAAG,CAAC,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,UAAU,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,SAAS;SAC/D,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,mBAAU,aASzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAa;QAClD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,MAAM,EAAE,GAAG,CAAC,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,sBAAsB,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,SAAS;SAC3E,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,+BAAsB,yBASrC,CAAA;AACH,CAAC,EArBgB,QAAQ,GAAR,gBAAQ,KAAR,gBAAQ,QAqBxB"}
|
package/lib/model/scope.d.ts
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Support Management API
|
|
3
|
-
* Use the Support Management API to manage support requests.
|
|
3
|
+
* Use the Support Management API to manage support requests.
|
|
4
|
+
For more information, see [Getting Help and Contacting Support](/iaas/Content/GSG/Tasks/contactingsupport.htm).
|
|
5
|
+
|
|
6
|
+
**Note**: Before you can create service requests with this API,
|
|
7
|
+
you need to have an Oracle Single Sign On (SSO) account,
|
|
8
|
+
and you need to register your Customer Support Identifier (CSI) with My Oracle Support.
|
|
9
|
+
|
|
4
10
|
* OpenAPI spec version: 20181231
|
|
5
11
|
* Contact: oci_ops_cims_dev_us_grp@oracle.com
|
|
6
12
|
*
|
package/lib/model/scope.js
CHANGED
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Support Management API
|
|
4
|
-
* Use the Support Management API to manage support requests.
|
|
4
|
+
* Use the Support Management API to manage support requests.
|
|
5
|
+
For more information, see [Getting Help and Contacting Support](/iaas/Content/GSG/Tasks/contactingsupport.htm).
|
|
6
|
+
|
|
7
|
+
**Note**: Before you can create service requests with this API,
|
|
8
|
+
you need to have an Oracle Single Sign On (SSO) account,
|
|
9
|
+
and you need to register your Customer Support Identifier (CSI) with My Oracle Support.
|
|
10
|
+
|
|
5
11
|
* OpenAPI spec version: 20181231
|
|
6
12
|
* Contact: oci_ops_cims_dev_us_grp@oracle.com
|
|
7
13
|
*
|
package/lib/model/scope.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scope.js","sourceRoot":"","sources":["../../../../../lib/cims/lib/model/scope.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"scope.js","sourceRoot":"","sources":["../../../../../lib/cims/lib/model/scope.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAKH;;IAEI;AACJ,IAAY,KAWX;AAXD,WAAY,KAAK;IACf,kBAAS,CAAA;IACT,0BAAiB,CAAA;IACjB,4BAAmB,CAAA;IACnB,sBAAa,CAAA;IAEb;;;OAGG;IACH,uCAA8B,CAAA;AAChC,CAAC,EAXW,KAAK,GAAL,aAAK,KAAL,aAAK,QAWhB;AAED,WAAiB,KAAK;IACpB,SAAgB,UAAU,CAAC,GAAU;QACnC,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,gBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAU;QAC/C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,4BAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,KAAK,GAAL,aAAK,KAAL,aAAK,QAOrB"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Support Management API
|
|
3
|
+
* Use the Support Management API to manage support requests.
|
|
4
|
+
For more information, see [Getting Help and Contacting Support](/iaas/Content/GSG/Tasks/contactingsupport.htm).
|
|
5
|
+
|
|
6
|
+
**Note**: Before you can create service requests with this API,
|
|
7
|
+
you need to have an Oracle Single Sign On (SSO) account,
|
|
8
|
+
and you need to register your Customer Support Identifier (CSI) with My Oracle Support.
|
|
9
|
+
|
|
10
|
+
* OpenAPI spec version: 20181231
|
|
11
|
+
* Contact: oci_ops_cims_dev_us_grp@oracle.com
|
|
12
|
+
*
|
|
13
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
14
|
+
* Do not edit the class manually.
|
|
15
|
+
*
|
|
16
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
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
|
+
*/
|
|
19
|
+
/**
|
|
20
|
+
* List of Service Categories of a Service for MOS Taxonomy.
|
|
21
|
+
*/
|
|
22
|
+
export interface ServiceCategories {
|
|
23
|
+
/**
|
|
24
|
+
* Service Category list.
|
|
25
|
+
*/
|
|
26
|
+
"serviceCategory"?: {
|
|
27
|
+
[key: string]: string;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* Schema of a Service Category.
|
|
31
|
+
*/
|
|
32
|
+
"schema"?: string;
|
|
33
|
+
/**
|
|
34
|
+
* Issue type list.
|
|
35
|
+
*/
|
|
36
|
+
"issueType"?: {
|
|
37
|
+
[key: string]: string;
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
export declare namespace ServiceCategories {
|
|
41
|
+
function getJsonObj(obj: ServiceCategories): object;
|
|
42
|
+
function getDeserializedJsonObj(obj: ServiceCategories): object;
|
|
43
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Support Management API
|
|
4
|
+
* Use the Support Management API to manage support requests.
|
|
5
|
+
For more information, see [Getting Help and Contacting Support](/iaas/Content/GSG/Tasks/contactingsupport.htm).
|
|
6
|
+
|
|
7
|
+
**Note**: Before you can create service requests with this API,
|
|
8
|
+
you need to have an Oracle Single Sign On (SSO) account,
|
|
9
|
+
and you need to register your Customer Support Identifier (CSI) with My Oracle Support.
|
|
10
|
+
|
|
11
|
+
* OpenAPI spec version: 20181231
|
|
12
|
+
* Contact: oci_ops_cims_dev_us_grp@oracle.com
|
|
13
|
+
*
|
|
14
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
15
|
+
* Do not edit the class manually.
|
|
16
|
+
*
|
|
17
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
18
|
+
* 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.
|
|
19
|
+
*/
|
|
20
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
|
+
exports.ServiceCategories = void 0;
|
|
22
|
+
var ServiceCategories;
|
|
23
|
+
(function (ServiceCategories) {
|
|
24
|
+
function getJsonObj(obj) {
|
|
25
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
26
|
+
return jsonObj;
|
|
27
|
+
}
|
|
28
|
+
ServiceCategories.getJsonObj = getJsonObj;
|
|
29
|
+
function getDeserializedJsonObj(obj) {
|
|
30
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
31
|
+
return jsonObj;
|
|
32
|
+
}
|
|
33
|
+
ServiceCategories.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
34
|
+
})(ServiceCategories = exports.ServiceCategories || (exports.ServiceCategories = {}));
|
|
35
|
+
//# sourceMappingURL=service-categories.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"service-categories.js","sourceRoot":"","sources":["../../../../../lib/cims/lib/model/service-categories.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAuBH,IAAiB,iBAAiB,CAWjC;AAXD,WAAiB,iBAAiB;IAChC,SAAgB,UAAU,CAAC,GAAsB;QAC/C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsB;QAC3D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAWjC"}
|
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Support Management API
|
|
3
|
-
* Use the Support Management API to manage support requests.
|
|
3
|
+
* Use the Support Management API to manage support requests.
|
|
4
|
+
For more information, see [Getting Help and Contacting Support](/iaas/Content/GSG/Tasks/contactingsupport.htm).
|
|
5
|
+
|
|
6
|
+
**Note**: Before you can create service requests with this API,
|
|
7
|
+
you need to have an Oracle Single Sign On (SSO) account,
|
|
8
|
+
and you need to register your Customer Support Identifier (CSI) with My Oracle Support.
|
|
9
|
+
|
|
4
10
|
* OpenAPI spec version: 20181231
|
|
5
11
|
* Contact: oci_ops_cims_dev_us_grp@oracle.com
|
|
6
12
|
*
|
|
@@ -12,7 +18,7 @@
|
|
|
12
18
|
*/
|
|
13
19
|
import * as model from "../model";
|
|
14
20
|
/**
|
|
15
|
-
* Information about the
|
|
21
|
+
* Information about the support ticket classifier.
|
|
16
22
|
*/
|
|
17
23
|
export interface ServiceCategory {
|
|
18
24
|
/**
|
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Support Management API
|
|
4
|
-
* Use the Support Management API to manage support requests.
|
|
4
|
+
* Use the Support Management API to manage support requests.
|
|
5
|
+
For more information, see [Getting Help and Contacting Support](/iaas/Content/GSG/Tasks/contactingsupport.htm).
|
|
6
|
+
|
|
7
|
+
**Note**: Before you can create service requests with this API,
|
|
8
|
+
you need to have an Oracle Single Sign On (SSO) account,
|
|
9
|
+
and you need to register your Customer Support Identifier (CSI) with My Oracle Support.
|
|
10
|
+
|
|
5
11
|
* OpenAPI spec version: 20181231
|
|
6
12
|
* Contact: oci_ops_cims_dev_us_grp@oracle.com
|
|
7
13
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"service-category.js","sourceRoot":"","sources":["../../../../../lib/cims/lib/model/service-category.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"service-category.js","sourceRoot":"","sources":["../../../../../lib/cims/lib/model/service-category.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAyClC,IAAiB,eAAe,CA6B/B;AA7BD,WAAiB,eAAe;IAC9B,SAAgB,UAAU,CAAC,GAAoB;QAC7C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,GAAG,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC3B,OAAO,KAAK,CAAC,SAAS,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC1C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,0BAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoB;QACzD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,GAAG,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC3B,OAAO,KAAK,CAAC,SAAS,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACtD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,sCAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QA6B/B"}
|
package/lib/model/sort-by.d.ts
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Support Management API
|
|
3
|
-
* Use the Support Management API to manage support requests.
|
|
3
|
+
* Use the Support Management API to manage support requests.
|
|
4
|
+
For more information, see [Getting Help and Contacting Support](/iaas/Content/GSG/Tasks/contactingsupport.htm).
|
|
5
|
+
|
|
6
|
+
**Note**: Before you can create service requests with this API,
|
|
7
|
+
you need to have an Oracle Single Sign On (SSO) account,
|
|
8
|
+
and you need to register your Customer Support Identifier (CSI) with My Oracle Support.
|
|
9
|
+
|
|
4
10
|
* OpenAPI spec version: 20181231
|
|
5
11
|
* Contact: oci_ops_cims_dev_us_grp@oracle.com
|
|
6
12
|
*
|
package/lib/model/sort-by.js
CHANGED
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Support Management API
|
|
4
|
-
* Use the Support Management API to manage support requests.
|
|
4
|
+
* Use the Support Management API to manage support requests.
|
|
5
|
+
For more information, see [Getting Help and Contacting Support](/iaas/Content/GSG/Tasks/contactingsupport.htm).
|
|
6
|
+
|
|
7
|
+
**Note**: Before you can create service requests with this API,
|
|
8
|
+
you need to have an Oracle Single Sign On (SSO) account,
|
|
9
|
+
and you need to register your Customer Support Identifier (CSI) with My Oracle Support.
|
|
10
|
+
|
|
5
11
|
* OpenAPI spec version: 20181231
|
|
6
12
|
* Contact: oci_ops_cims_dev_us_grp@oracle.com
|
|
7
13
|
*
|
package/lib/model/sort-by.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sort-by.js","sourceRoot":"","sources":["../../../../../lib/cims/lib/model/sort-by.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"sort-by.js","sourceRoot":"","sources":["../../../../../lib/cims/lib/model/sort-by.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAKH;;IAEI;AACJ,IAAY,MAGX;AAHD,WAAY,MAAM;IAChB,qCAA2B,CAAA;IAC3B,+BAAqB,CAAA;AACvB,CAAC,EAHW,MAAM,GAAN,cAAM,KAAN,cAAM,QAGjB;AAED,WAAiB,MAAM;IACrB,SAAgB,UAAU,CAAC,GAAW;QACpC,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,iBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAW;QAChD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,6BAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,MAAM,GAAN,cAAM,KAAN,cAAM,QAOtB"}
|
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Support Management API
|
|
3
|
-
* Use the Support Management API to manage support requests.
|
|
3
|
+
* Use the Support Management API to manage support requests.
|
|
4
|
+
For more information, see [Getting Help and Contacting Support](/iaas/Content/GSG/Tasks/contactingsupport.htm).
|
|
5
|
+
|
|
6
|
+
**Note**: Before you can create service requests with this API,
|
|
7
|
+
you need to have an Oracle Single Sign On (SSO) account,
|
|
8
|
+
and you need to register your Customer Support Identifier (CSI) with My Oracle Support.
|
|
9
|
+
|
|
4
10
|
* OpenAPI spec version: 20181231
|
|
5
11
|
* Contact: oci_ops_cims_dev_us_grp@oracle.com
|
|
6
12
|
*
|
package/lib/model/sort-order.js
CHANGED
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Support Management API
|
|
4
|
-
* Use the Support Management API to manage support requests.
|
|
4
|
+
* Use the Support Management API to manage support requests.
|
|
5
|
+
For more information, see [Getting Help and Contacting Support](/iaas/Content/GSG/Tasks/contactingsupport.htm).
|
|
6
|
+
|
|
7
|
+
**Note**: Before you can create service requests with this API,
|
|
8
|
+
you need to have an Oracle Single Sign On (SSO) account,
|
|
9
|
+
and you need to register your Customer Support Identifier (CSI) with My Oracle Support.
|
|
10
|
+
|
|
5
11
|
* OpenAPI spec version: 20181231
|
|
6
12
|
* Contact: oci_ops_cims_dev_us_grp@oracle.com
|
|
7
13
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sort-order.js","sourceRoot":"","sources":["../../../../../lib/cims/lib/model/sort-order.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"sort-order.js","sourceRoot":"","sources":["../../../../../lib/cims/lib/model/sort-order.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAKH;;IAEI;AACJ,IAAY,SAGX;AAHD,WAAY,SAAS;IACnB,wBAAW,CAAA;IACX,0BAAa,CAAA;AACf,CAAC,EAHW,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAGpB;AAED,WAAiB,SAAS;IACxB,SAAgB,UAAU,CAAC,GAAc;QACvC,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,oBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAc;QACnD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,gCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAOzB"}
|
package/lib/model/status.d.ts
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Support Management API
|
|
3
|
-
* Use the Support Management API to manage support requests.
|
|
3
|
+
* Use the Support Management API to manage support requests.
|
|
4
|
+
For more information, see [Getting Help and Contacting Support](/iaas/Content/GSG/Tasks/contactingsupport.htm).
|
|
5
|
+
|
|
6
|
+
**Note**: Before you can create service requests with this API,
|
|
7
|
+
you need to have an Oracle Single Sign On (SSO) account,
|
|
8
|
+
and you need to register your Customer Support Identifier (CSI) with My Oracle Support.
|
|
9
|
+
|
|
4
10
|
* OpenAPI spec version: 20181231
|
|
5
11
|
* Contact: oci_ops_cims_dev_us_grp@oracle.com
|
|
6
12
|
*
|
package/lib/model/status.js
CHANGED
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Support Management API
|
|
4
|
-
* Use the Support Management API to manage support requests.
|
|
4
|
+
* Use the Support Management API to manage support requests.
|
|
5
|
+
For more information, see [Getting Help and Contacting Support](/iaas/Content/GSG/Tasks/contactingsupport.htm).
|
|
6
|
+
|
|
7
|
+
**Note**: Before you can create service requests with this API,
|
|
8
|
+
you need to have an Oracle Single Sign On (SSO) account,
|
|
9
|
+
and you need to register your Customer Support Identifier (CSI) with My Oracle Support.
|
|
10
|
+
|
|
5
11
|
* OpenAPI spec version: 20181231
|
|
6
12
|
* Contact: oci_ops_cims_dev_us_grp@oracle.com
|
|
7
13
|
*
|
package/lib/model/status.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"status.js","sourceRoot":"","sources":["../../../../../lib/cims/lib/model/status.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"status.js","sourceRoot":"","sources":["../../../../../lib/cims/lib/model/status.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAmBH,IAAiB,MAAM,CAWtB;AAXD,WAAiB,MAAM;IACrB,SAAgB,UAAU,CAAC,GAAW;QACpC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAW;QAChD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6BAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,MAAM,GAAN,cAAM,KAAN,cAAM,QAWtB"}
|
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Support Management API
|
|
3
|
-
* Use the Support Management API to manage support requests.
|
|
3
|
+
* Use the Support Management API to manage support requests.
|
|
4
|
+
For more information, see [Getting Help and Contacting Support](/iaas/Content/GSG/Tasks/contactingsupport.htm).
|
|
5
|
+
|
|
6
|
+
**Note**: Before you can create service requests with this API,
|
|
7
|
+
you need to have an Oracle Single Sign On (SSO) account,
|
|
8
|
+
and you need to register your Customer Support Identifier (CSI) with My Oracle Support.
|
|
9
|
+
|
|
4
10
|
* OpenAPI spec version: 20181231
|
|
5
11
|
* Contact: oci_ops_cims_dev_us_grp@oracle.com
|
|
6
12
|
*
|
|
@@ -11,15 +17,15 @@
|
|
|
11
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.
|
|
12
18
|
*/
|
|
13
19
|
/**
|
|
14
|
-
* Details about the subcategory associated with the support ticket.
|
|
20
|
+
* Details about the service subcategory associated with the support ticket.
|
|
15
21
|
*/
|
|
16
22
|
export interface SubCategory {
|
|
17
23
|
/**
|
|
18
|
-
* Unique identifier for the subcategory.
|
|
24
|
+
* Unique identifier for the service subcategory.
|
|
19
25
|
*/
|
|
20
26
|
"subCategoryKey"?: string;
|
|
21
27
|
/**
|
|
22
|
-
* The name of the subcategory. For example, `Backup Count` or `Custom Image Count`.
|
|
28
|
+
* The name of the service subcategory. For example, `Backup Count` or `Custom Image Count`.
|
|
23
29
|
*/
|
|
24
30
|
"name"?: string;
|
|
25
31
|
}
|
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Support Management API
|
|
4
|
-
* Use the Support Management API to manage support requests.
|
|
4
|
+
* Use the Support Management API to manage support requests.
|
|
5
|
+
For more information, see [Getting Help and Contacting Support](/iaas/Content/GSG/Tasks/contactingsupport.htm).
|
|
6
|
+
|
|
7
|
+
**Note**: Before you can create service requests with this API,
|
|
8
|
+
you need to have an Oracle Single Sign On (SSO) account,
|
|
9
|
+
and you need to register your Customer Support Identifier (CSI) with My Oracle Support.
|
|
10
|
+
|
|
5
11
|
* OpenAPI spec version: 20181231
|
|
6
12
|
* Contact: oci_ops_cims_dev_us_grp@oracle.com
|
|
7
13
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sub-category.js","sourceRoot":"","sources":["../../../../../lib/cims/lib/model/sub-category.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"sub-category.js","sourceRoot":"","sources":["../../../../../lib/cims/lib/model/sub-category.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAmBH,IAAiB,WAAW,CAW3B;AAXD,WAAiB,WAAW;IAC1B,SAAgB,UAAU,CAAC,GAAgB;QACzC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgB;QACrD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAW3B"}
|
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Support Management API
|
|
3
|
-
* Use the Support Management API to manage support requests.
|
|
3
|
+
* Use the Support Management API to manage support requests.
|
|
4
|
+
For more information, see [Getting Help and Contacting Support](/iaas/Content/GSG/Tasks/contactingsupport.htm).
|
|
5
|
+
|
|
6
|
+
**Note**: Before you can create service requests with this API,
|
|
7
|
+
you need to have an Oracle Single Sign On (SSO) account,
|
|
8
|
+
and you need to register your Customer Support Identifier (CSI) with My Oracle Support.
|
|
9
|
+
|
|
4
10
|
* OpenAPI spec version: 20181231
|
|
5
11
|
* Contact: oci_ops_cims_dev_us_grp@oracle.com
|
|
6
12
|
*
|
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Support Management API
|
|
4
|
-
* Use the Support Management API to manage support requests.
|
|
4
|
+
* Use the Support Management API to manage support requests.
|
|
5
|
+
For more information, see [Getting Help and Contacting Support](/iaas/Content/GSG/Tasks/contactingsupport.htm).
|
|
6
|
+
|
|
7
|
+
**Note**: Before you can create service requests with this API,
|
|
8
|
+
you need to have an Oracle Single Sign On (SSO) account,
|
|
9
|
+
and you need to register your Customer Support Identifier (CSI) with My Oracle Support.
|
|
10
|
+
|
|
5
11
|
* OpenAPI spec version: 20181231
|
|
6
12
|
* Contact: oci_ops_cims_dev_us_grp@oracle.com
|
|
7
13
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tech-support-item.js","sourceRoot":"","sources":["../../../../../lib/cims/lib/model/tech-support-item.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"tech-support-item.js","sourceRoot":"","sources":["../../../../../lib/cims/lib/model/tech-support-item.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAUlC,IAAiB,eAAe,CAkB/B;AAlBD,WAAiB,eAAe;IAC9B,SAAgB,UAAU,CAAC,GAAoB,EAAE,eAAyB;QACxE,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,IAAI,CAAC,UAAU,CAAC,GAAG,CAAqB,CAAC,GACzE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAPe,0BAAU,aAOzB,CAAA;IACY,oBAAI,GAAG,MAAM,CAAC;IAC3B,SAAgB,sBAAsB,CAAC,GAAoB,EAAE,eAAyB;QACpF,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,IAAI,CAAC,sBAAsB,CAAC,GAAG,CAAqB,CAAC,GACrF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAPe,sCAAsB,yBAOrC,CAAA;AACH,CAAC,EAlBgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAkB/B"}
|
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Support Management API
|
|
3
|
-
* Use the Support Management API to manage support requests.
|
|
3
|
+
* Use the Support Management API to manage support requests.
|
|
4
|
+
For more information, see [Getting Help and Contacting Support](/iaas/Content/GSG/Tasks/contactingsupport.htm).
|
|
5
|
+
|
|
6
|
+
**Note**: Before you can create service requests with this API,
|
|
7
|
+
you need to have an Oracle Single Sign On (SSO) account,
|
|
8
|
+
and you need to register your Customer Support Identifier (CSI) with My Oracle Support.
|
|
9
|
+
|
|
4
10
|
* OpenAPI spec version: 20181231
|
|
5
11
|
* Contact: oci_ops_cims_dev_us_grp@oracle.com
|
|
6
12
|
*
|
|
@@ -11,11 +17,11 @@
|
|
|
11
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.
|
|
12
18
|
*/
|
|
13
19
|
/**
|
|
14
|
-
* Details about the
|
|
20
|
+
* Details about the tenancy.
|
|
15
21
|
*/
|
|
16
22
|
export interface TenancyInformation {
|
|
17
23
|
/**
|
|
18
|
-
* The Customer Support Identifier number associated with the tenancy.
|
|
24
|
+
* The Customer Support Identifier (CSI) number associated with the tenancy.
|
|
19
25
|
*/
|
|
20
26
|
"customerSupportKey": string;
|
|
21
27
|
/**
|
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Support Management API
|
|
4
|
-
* Use the Support Management API to manage support requests.
|
|
4
|
+
* Use the Support Management API to manage support requests.
|
|
5
|
+
For more information, see [Getting Help and Contacting Support](/iaas/Content/GSG/Tasks/contactingsupport.htm).
|
|
6
|
+
|
|
7
|
+
**Note**: Before you can create service requests with this API,
|
|
8
|
+
you need to have an Oracle Single Sign On (SSO) account,
|
|
9
|
+
and you need to register your Customer Support Identifier (CSI) with My Oracle Support.
|
|
10
|
+
|
|
5
11
|
* OpenAPI spec version: 20181231
|
|
6
12
|
* Contact: oci_ops_cims_dev_us_grp@oracle.com
|
|
7
13
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tenancy-information.js","sourceRoot":"","sources":["../../../../../lib/cims/lib/model/tenancy-information.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"tenancy-information.js","sourceRoot":"","sources":["../../../../../lib/cims/lib/model/tenancy-information.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAmBH,IAAiB,kBAAkB,CAWlC;AAXD,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAWlC"}
|
package/lib/model/ticket.d.ts
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Support Management API
|
|
3
|
-
* Use the Support Management API to manage support requests.
|
|
3
|
+
* Use the Support Management API to manage support requests.
|
|
4
|
+
For more information, see [Getting Help and Contacting Support](/iaas/Content/GSG/Tasks/contactingsupport.htm).
|
|
5
|
+
|
|
6
|
+
**Note**: Before you can create service requests with this API,
|
|
7
|
+
you need to have an Oracle Single Sign On (SSO) account,
|
|
8
|
+
and you need to register your Customer Support Identifier (CSI) with My Oracle Support.
|
|
9
|
+
|
|
4
10
|
* OpenAPI spec version: 20181231
|
|
5
11
|
* Contact: oci_ops_cims_dev_us_grp@oracle.com
|
|
6
12
|
*
|
|
@@ -57,6 +63,7 @@ export declare namespace Ticket {
|
|
|
57
63
|
Highest = "HIGHEST",
|
|
58
64
|
High = "HIGH",
|
|
59
65
|
Medium = "MEDIUM",
|
|
66
|
+
Low = "LOW",
|
|
60
67
|
/**
|
|
61
68
|
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
62
69
|
* version of the SDK.
|