oci-cims 2.69.0 → 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/ticket.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
|
*
|
|
@@ -40,6 +46,7 @@ var Ticket;
|
|
|
40
46
|
Severity["Highest"] = "HIGHEST";
|
|
41
47
|
Severity["High"] = "HIGH";
|
|
42
48
|
Severity["Medium"] = "MEDIUM";
|
|
49
|
+
Severity["Low"] = "LOW";
|
|
43
50
|
/**
|
|
44
51
|
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
45
52
|
* version of the SDK.
|
package/lib/model/ticket.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ticket.js","sourceRoot":"","sources":["../../../../../lib/cims/lib/model/ticket.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"ticket.js","sourceRoot":"","sources":["../../../../../lib/cims/lib/model/ticket.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA6ClC,IAAiB,MAAM,CAyCtB;AAzCD,WAAiB,MAAM;IACrB,IAAY,QAUX;IAVD,WAAY,QAAQ;QAClB,+BAAmB,CAAA;QACnB,yBAAa,CAAA;QACb,6BAAiB,CAAA;QACjB,uBAAW,CAAA;QACX;;;WAGG;QACH,0CAA8B,CAAA;IAChC,CAAC,EAVW,QAAQ,GAAR,eAAQ,KAAR,eAAQ,QAUnB;IAED,SAAgB,UAAU,CAAC,GAAW;QACpC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,GAAG,CAAC,YAAY,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC1B,OAAO,KAAK,CAAC,QAAQ,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACzC,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,iBAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAW;QAChD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,GAAG,CAAC,YAAY,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC1B,OAAO,KAAK,CAAC,QAAQ,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACrD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,6BAAsB,yBAarC,CAAA;AACH,CAAC,EAzCgB,MAAM,GAAN,cAAM,KAAN,cAAM,QAyCtB"}
|
package/lib/model/time-zone.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
|
*
|
|
@@ -10,6 +16,9 @@
|
|
|
10
16
|
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
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
|
*/
|
|
19
|
+
/**
|
|
20
|
+
* The list of timezones supported by the Support Management API.
|
|
21
|
+
**/
|
|
13
22
|
export declare enum TimeZone {
|
|
14
23
|
GreenwichMeanTime = "GREENWICH_MEAN_TIME",
|
|
15
24
|
EuropeanCentralTime = "EUROPEAN_CENTRAL_TIME",
|
package/lib/model/time-zone.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
|
*
|
|
@@ -13,6 +19,9 @@
|
|
|
13
19
|
*/
|
|
14
20
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
21
|
exports.TimeZone = void 0;
|
|
22
|
+
/**
|
|
23
|
+
* The list of timezones supported by the Support Management API.
|
|
24
|
+
**/
|
|
16
25
|
var TimeZone;
|
|
17
26
|
(function (TimeZone) {
|
|
18
27
|
TimeZone["GreenwichMeanTime"] = "GREENWICH_MEAN_TIME";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"time-zone.js","sourceRoot":"","sources":["../../../../../lib/cims/lib/model/time-zone.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"time-zone.js","sourceRoot":"","sources":["../../../../../lib/cims/lib/model/time-zone.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAKH;;IAEI;AACJ,IAAY,QA6BX;AA7BD,WAAY,QAAQ;IAClB,qDAAyC,CAAA;IACzC,yDAA6C,CAAA;IAC7C,yDAA6C,CAAA;IAC7C,uDAA2C,CAAA;IAC3C,+CAAmC,CAAA;IACnC,2CAA+B,CAAA;IAC/B,uDAA2C,CAAA;IAC3C,qDAAyC,CAAA;IACzC,+DAAmD,CAAA;IACnD,yDAA6C,CAAA;IAC7C,iDAAqC,CAAA;IACrC,qDAAyC,CAAA;IACzC,2DAA+C,CAAA;IAC/C,2DAA+C,CAAA;IAC/C,yDAA6C,CAAA;IAC7C,gEAAoD,CAAA;IACpD,qDAAyC,CAAA;IACzC,uDAA2C,CAAA;IAC3C,uDAA2C,CAAA;IAC3C,yDAA6C,CAAA;IAC7C,2DAA+C,CAAA;IAC/C,yDAA6C,CAAA;IAC7C,yDAA6C,CAAA;IAC7C,uFAA2E,CAAA;IAC3E,+DAAmD,CAAA;IACnD,6DAAiD,CAAA;IACjD,iDAAqC,CAAA;IACrC,uDAA2C,CAAA;AAC7C,CAAC,EA7BW,QAAQ,GAAR,gBAAQ,KAAR,gBAAQ,QA6BnB;AAED,WAAiB,QAAQ;IACvB,SAAgB,UAAU,CAAC,GAAa;QACtC,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,mBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAa;QAClD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,+BAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,QAAQ,GAAR,gBAAQ,KAAR,gBAAQ,QAOxB"}
|
package/lib/model/unit.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/unit.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/unit.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"unit.js","sourceRoot":"","sources":["../../../../../lib/cims/lib/model/unit.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"unit.js","sourceRoot":"","sources":["../../../../../lib/cims/lib/model/unit.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAKH;;IAEI;AACJ,IAAY,IAUX;AAVD,WAAY,IAAI;IACd,uBAAe,CAAA;IACf,iBAAS,CAAA;IACT,qBAAa,CAAA;IAEb;;;OAGG;IACH,sCAA8B,CAAA;AAChC,CAAC,EAVW,IAAI,GAAJ,YAAI,KAAJ,YAAI,QAUf;AAED,WAAiB,IAAI;IACnB,SAAgB,UAAU,CAAC,GAAS;QAClC,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,eAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAS;QAC9C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,2BAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,IAAI,GAAJ,YAAI,KAAJ,YAAI,QAOpB"}
|
|
@@ -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,9 +18,7 @@
|
|
|
12
18
|
*/
|
|
13
19
|
import * as model from "../model";
|
|
14
20
|
/**
|
|
15
|
-
* Details for
|
|
16
|
-
* <p>
|
|
17
|
-
**Caution:** Avoid using any confidential information when you supply string values using the API.
|
|
21
|
+
* Details for updating the support ticket activity.
|
|
18
22
|
*
|
|
19
23
|
*/
|
|
20
24
|
export interface UpdateActivityItemDetails extends model.UpdateItemDetails {
|
|
@@ -33,7 +37,8 @@ export declare namespace UpdateActivityItemDetails {
|
|
|
33
37
|
Notes = "NOTES",
|
|
34
38
|
ProblemDescription = "PROBLEM_DESCRIPTION",
|
|
35
39
|
Update = "UPDATE",
|
|
36
|
-
Close = "CLOSE"
|
|
40
|
+
Close = "CLOSE",
|
|
41
|
+
Reopen = "REOPEN"
|
|
37
42
|
}
|
|
38
43
|
function getJsonObj(obj: UpdateActivityItemDetails, isParentJsonObj?: boolean): object;
|
|
39
44
|
const type = "activity";
|
|
@@ -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
|
*
|
|
@@ -41,6 +47,7 @@ var UpdateActivityItemDetails;
|
|
|
41
47
|
ActivityType["ProblemDescription"] = "PROBLEM_DESCRIPTION";
|
|
42
48
|
ActivityType["Update"] = "UPDATE";
|
|
43
49
|
ActivityType["Close"] = "CLOSE";
|
|
50
|
+
ActivityType["Reopen"] = "REOPEN";
|
|
44
51
|
})(ActivityType = UpdateActivityItemDetails.ActivityType || (UpdateActivityItemDetails.ActivityType = {}));
|
|
45
52
|
function getJsonObj(obj, isParentJsonObj) {
|
|
46
53
|
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-activity-item-details.js","sourceRoot":"","sources":["../../../../../lib/cims/lib/model/update-activity-item-details.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"update-activity-item-details.js","sourceRoot":"","sources":["../../../../../lib/cims/lib/model/update-activity-item-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAoBlC,IAAiB,yBAAyB,CAiCzC;AAjCD,WAAiB,yBAAyB;IACxC,IAAY,YAMX;IAND,WAAY,YAAY;QACtB,+BAAe,CAAA;QACf,0DAA0C,CAAA;QAC1C,iCAAiB,CAAA;QACjB,+BAAe,CAAA;QACf,iCAAiB,CAAA;IACnB,CAAC,EANW,YAAY,GAAZ,sCAAY,KAAZ,sCAAY,QAMvB;IAED,SAAgB,UAAU,CAAC,GAA8B,EAAE,eAAyB;QAClF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,GAAG,CAA+B,CAAC,GACxE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,oCAAU,aASzB,CAAA;IACY,8BAAI,GAAG,UAAU,CAAC;IAC/B,SAAgB,sBAAsB,CACpC,GAA8B,EAC9B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,GAAG,CAA+B,CAAC,GACpF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,gDAAsB,yBAYrC,CAAA;AACH,CAAC,EAjCgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAiCzC"}
|
|
@@ -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
|
*
|
|
@@ -16,6 +22,10 @@ import * as model from "../model";
|
|
|
16
22
|
*/
|
|
17
23
|
export interface UpdateIncident {
|
|
18
24
|
"ticket": model.UpdateTicketDetails;
|
|
25
|
+
/**
|
|
26
|
+
* The kind of support ticket, such as a technical support request or a limit increase request.
|
|
27
|
+
*/
|
|
28
|
+
"problemType"?: model.ProblemType;
|
|
19
29
|
}
|
|
20
30
|
export declare namespace UpdateIncident {
|
|
21
31
|
function getJsonObj(obj: UpdateIncident): object;
|
|
@@ -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":"update-incident.js","sourceRoot":"","sources":["../../../../../lib/cims/lib/model/update-incident.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"update-incident.js","sourceRoot":"","sources":["../../../../../lib/cims/lib/model/update-incident.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAclC,IAAiB,cAAc,CAuB9B;AAvBD,WAAiB,cAAc;IAC7B,SAAgB,UAAU,CAAC,GAAmB;QAC5C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,QAAQ,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS;SACpF,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,yBAAU,aASzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmB;QACxD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,QAAQ,EAAE,GAAG,CAAC,MAAM;gBAClB,CAAC,CAAC,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,GAAG,CAAC,MAAM,CAAC;gBAC9D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,qCAAsB,yBAWrC,CAAA;AACH,CAAC,EAvBgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAuB9B"}
|
|
@@ -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,9 +17,7 @@
|
|
|
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 for
|
|
15
|
-
* <p>
|
|
16
|
-
**Caution:** Avoid using any confidential information when you supply string values using the API.
|
|
20
|
+
* Details for updating an item.
|
|
17
21
|
*
|
|
18
22
|
*/
|
|
19
23
|
export interface UpdateItemDetails {
|
|
@@ -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":"update-item-details.js","sourceRoot":"","sources":["../../../../../lib/cims/lib/model/update-item-details.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"update-item-details.js","sourceRoot":"","sources":["../../../../../lib/cims/lib/model/update-item-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAUtC,IAAiB,iBAAiB,CAiCjC;AAjCD,WAAiB,iBAAiB;IAChC,SAAgB,UAAU,CAAC,GAAsB;QAC/C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YACpC,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,UAAU;oBACb,OAAO,KAAK,CAAC,yBAAyB,CAAC,UAAU,CACL,OAAQ,EAClD,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,IAAI,EAAE,CAAC,CAAC;aACnF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,4BAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsB;QAC3D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YACpC,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,UAAU;oBACb,OAAO,KAAK,CAAC,yBAAyB,CAAC,sBAAsB,CACjB,OAAQ,EAClD,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,IAAI,EAAE,CAAC,CAAC;aACnF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,wCAAsB,yBAerC,CAAA;AACH,CAAC,EAjCgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAiCjC"}
|
|
@@ -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
|
*
|
|
@@ -13,8 +19,6 @@
|
|
|
13
19
|
import * as model from "../model";
|
|
14
20
|
/**
|
|
15
21
|
* Details about updates to the resource.
|
|
16
|
-
* <p>
|
|
17
|
-
**Caution:** Avoid using any confidential information when you supply string values using the API.
|
|
18
22
|
*
|
|
19
23
|
*/
|
|
20
24
|
export interface UpdateResourceDetails {
|
|
@@ -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":"update-resource-details.js","sourceRoot":"","sources":["../../../../../lib/cims/lib/model/update-resource-details.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"update-resource-details.js","sourceRoot":"","sources":["../../../../../lib/cims/lib/model/update-resource-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAWlC,IAAiB,qBAAqB,CAqBrC;AArBD,WAAiB,qBAAqB;IACpC,SAAgB,UAAU,CAAC,GAA0B;QACnD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,MAAM,EAAE,GAAG,CAAC,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,SAAS;SAC5E,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,gCAAU,aASzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0B;QAC/D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,MAAM,EAAE,GAAG,CAAC,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,SAAS;SACxF,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,4CAAsB,yBASrC,CAAA;AACH,CAAC,EArBgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAqBrC"}
|
|
@@ -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,8 +18,6 @@
|
|
|
12
18
|
*/
|
|
13
19
|
/**
|
|
14
20
|
* Details about the ticket updated.
|
|
15
|
-
* <p>
|
|
16
|
-
**Caution:** Avoid using any confidential information when you supply string values using the API.
|
|
17
21
|
*
|
|
18
22
|
*/
|
|
19
23
|
export interface UpdateTicketDetails {
|
|
@@ -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":"update-ticket-details.js","sourceRoot":"","sources":["../../../../../lib/cims/lib/model/update-ticket-details.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"update-ticket-details.js","sourceRoot":"","sources":["../../../../../lib/cims/lib/model/update-ticket-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAgBH,IAAiB,mBAAmB,CAWnC;AAXD,WAAiB,mBAAmB;IAClC,SAAgB,UAAU,CAAC,GAAwB;QACjD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAWnC"}
|
package/lib/model/user.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
|
*
|
|
@@ -10,40 +16,41 @@
|
|
|
10
16
|
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
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
|
*/
|
|
19
|
+
import * as model from "../model";
|
|
13
20
|
/**
|
|
14
|
-
* Details about the user
|
|
21
|
+
* Details about the user.
|
|
15
22
|
*/
|
|
16
23
|
export interface User {
|
|
17
24
|
/**
|
|
18
|
-
*
|
|
25
|
+
* A unique identifier for the user.
|
|
19
26
|
*/
|
|
20
27
|
"key": string;
|
|
21
28
|
/**
|
|
22
|
-
*
|
|
29
|
+
* The user's first name.
|
|
23
30
|
*/
|
|
24
31
|
"firstName"?: string;
|
|
25
32
|
/**
|
|
26
|
-
*
|
|
33
|
+
* The user's last name.
|
|
27
34
|
*/
|
|
28
35
|
"lastName"?: string;
|
|
29
36
|
/**
|
|
30
|
-
*
|
|
37
|
+
* The country of the user.
|
|
31
38
|
*/
|
|
32
39
|
"country"?: string;
|
|
33
40
|
/**
|
|
34
|
-
* CSI
|
|
41
|
+
* The CSI associated with the user.
|
|
35
42
|
*/
|
|
36
43
|
"csi"?: string;
|
|
37
44
|
/**
|
|
38
|
-
*
|
|
45
|
+
* The user's contact phone number.
|
|
39
46
|
*/
|
|
40
47
|
"phone"?: string;
|
|
41
48
|
/**
|
|
42
|
-
*
|
|
49
|
+
* The timezone of the user.
|
|
43
50
|
*/
|
|
44
51
|
"timezone"?: string;
|
|
45
52
|
/**
|
|
46
|
-
*
|
|
53
|
+
* The company that the user belongs to.
|
|
47
54
|
*/
|
|
48
55
|
"organizationName"?: string;
|
|
49
56
|
/**
|
|
@@ -54,6 +61,10 @@ export interface User {
|
|
|
54
61
|
* The email of the contact person.
|
|
55
62
|
*/
|
|
56
63
|
"contactEmail"?: string;
|
|
64
|
+
/**
|
|
65
|
+
* The kind of support ticket, such as a technical support request or a limit increase request.
|
|
66
|
+
*/
|
|
67
|
+
"problemType"?: model.ProblemType;
|
|
57
68
|
}
|
|
58
69
|
export declare namespace User {
|
|
59
70
|
function getJsonObj(obj: User): object;
|
package/lib/model/user.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/user.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user.js","sourceRoot":"","sources":["../../../../../lib/cims/lib/model/user.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"user.js","sourceRoot":"","sources":["../../../../../lib/cims/lib/model/user.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAuDH,IAAiB,IAAI,CAWpB;AAXD,WAAiB,IAAI;IACnB,SAAgB,UAAU,CAAC,GAAS;QAClC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,eAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAS;QAC9C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2BAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,IAAI,GAAJ,YAAI,KAAJ,YAAI,QAWpB"}
|
|
@@ -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":"validation-response.js","sourceRoot":"","sources":["../../../../../lib/cims/lib/model/validation-response.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"validation-response.js","sourceRoot":"","sources":["../../../../../lib/cims/lib/model/validation-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAeH,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"}
|
|
@@ -13,23 +13,39 @@
|
|
|
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.70.0/cims/CreateIncident.ts.html |here} to see how to use CreateIncidentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateIncidentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
20
|
* Incident information
|
|
21
21
|
*/
|
|
22
22
|
"createIncidentDetails": model.CreateIncident;
|
|
23
|
-
/**
|
|
24
|
-
* User OCID for Oracle Identity Cloud Service (IDCS) users who also have a federated Oracle Cloud Infrastructure account.
|
|
25
|
-
*/
|
|
26
|
-
"ocid": string;
|
|
27
23
|
/**
|
|
28
24
|
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
|
|
29
25
|
*/
|
|
30
26
|
"opcRequestId"?: string;
|
|
27
|
+
/**
|
|
28
|
+
* User OCID for Oracle Identity Cloud Service (IDCS) users who also have a federated Oracle Cloud Infrastructure account.
|
|
29
|
+
*/
|
|
30
|
+
"ocid"?: string;
|
|
31
31
|
/**
|
|
32
32
|
* The region of the tenancy.
|
|
33
33
|
*/
|
|
34
34
|
"homeregion"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* Token type that determine which cloud provider the request come from.
|
|
37
|
+
*/
|
|
38
|
+
"bearertokentype"?: string;
|
|
39
|
+
/**
|
|
40
|
+
* Token that provided by multi cloud provider, which help to validate the email.
|
|
41
|
+
*/
|
|
42
|
+
"bearertoken"?: string;
|
|
43
|
+
/**
|
|
44
|
+
* IdToken that provided by multi cloud provider, which help to validate the email.
|
|
45
|
+
*/
|
|
46
|
+
"idtoken"?: string;
|
|
47
|
+
/**
|
|
48
|
+
* The OCID of identity domain.
|
|
49
|
+
*/
|
|
50
|
+
"domainid"?: string;
|
|
35
51
|
}
|
|
@@ -10,26 +10,45 @@
|
|
|
10
10
|
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* 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
12
|
*/
|
|
13
|
-
import * as model from "../model";
|
|
14
13
|
import common = require("oci-common");
|
|
15
14
|
/**
|
|
16
|
-
* @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.70.0/cims/GetCsiNumber.ts.html |here} to see how to use GetCsiNumberRequest.
|
|
17
16
|
*/
|
|
18
|
-
export interface
|
|
17
|
+
export interface GetCsiNumberRequest extends common.BaseRequest {
|
|
19
18
|
/**
|
|
20
|
-
*
|
|
19
|
+
* Tenancy Ocid in oracle cloud Infrastructure
|
|
21
20
|
*/
|
|
22
|
-
"
|
|
21
|
+
"tenantId": string;
|
|
23
22
|
/**
|
|
24
|
-
*
|
|
23
|
+
* Home region of the customer which is part of oracle cloud infrastructure regions
|
|
25
24
|
*/
|
|
26
|
-
"
|
|
25
|
+
"region": string;
|
|
27
26
|
/**
|
|
28
27
|
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
|
|
29
28
|
*/
|
|
30
29
|
"opcRequestId"?: string;
|
|
30
|
+
/**
|
|
31
|
+
* User OCID for Oracle Identity Cloud Service (IDCS) users who also have a federated Oracle Cloud Infrastructure account.
|
|
32
|
+
*/
|
|
33
|
+
"ocid"?: string;
|
|
31
34
|
/**
|
|
32
35
|
* The region of the tenancy.
|
|
33
36
|
*/
|
|
34
37
|
"homeregion"?: string;
|
|
38
|
+
/**
|
|
39
|
+
* Token type that determine which cloud provider the request come from.
|
|
40
|
+
*/
|
|
41
|
+
"bearertokentype"?: string;
|
|
42
|
+
/**
|
|
43
|
+
* Token that provided by multi cloud provider, which help to validate the email.
|
|
44
|
+
*/
|
|
45
|
+
"bearertoken"?: string;
|
|
46
|
+
/**
|
|
47
|
+
* IdToken that provided by multi cloud provider, which help to validate the email.
|
|
48
|
+
*/
|
|
49
|
+
"idtoken"?: string;
|
|
50
|
+
/**
|
|
51
|
+
* The OCID of identity domain.
|
|
52
|
+
*/
|
|
53
|
+
"domainid"?: string;
|
|
35
54
|
}
|