oci-cims 2.114.1 → 2.115.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 +14 -5
- package/lib/client.js +77 -5
- package/lib/client.js.map +1 -1
- package/lib/model/activity-item.d.ts +9 -3
- package/lib/model/activity-item.js +2 -0
- package/lib/model/activity-item.js.map +1 -1
- package/lib/model/category.d.ts +1 -1
- package/lib/model/cmos-user-group-info.d.ts +5 -3
- package/lib/model/cmos-user-group-info.js.map +1 -1
- package/lib/model/create-account-item-details.d.ts +2 -2
- package/lib/model/create-category-details.d.ts +1 -1
- package/lib/model/create-incident.d.ts +12 -8
- package/lib/model/create-incident.js.map +1 -1
- package/lib/model/create-issue-type-details.d.ts +1 -1
- package/lib/model/create-limit-item-details.d.ts +1 -1
- package/lib/model/create-resource-details.d.ts +1 -1
- package/lib/model/create-sub-category-details.d.ts +1 -1
- package/lib/model/create-tech-support-item-details.d.ts +2 -2
- package/lib/model/create-ticket-details.d.ts +6 -4
- package/lib/model/create-ticket-details.js.map +1 -1
- package/lib/model/create-user-details.d.ts +4 -4
- package/lib/model/error-code.d.ts +7 -6
- package/lib/model/error-code.js +7 -6
- package/lib/model/error-code.js.map +1 -1
- package/lib/model/incident-summary.d.ts +10 -5
- package/lib/model/incident-summary.js.map +1 -1
- package/lib/model/incident-type.d.ts +1 -1
- package/lib/model/incident.d.ts +12 -7
- package/lib/model/incident.js.map +1 -1
- package/lib/model/index.d.ts +2 -2
- package/lib/model/index.js +4 -4
- package/lib/model/index.js.map +1 -1
- package/lib/model/issue-type.d.ts +1 -1
- package/lib/model/problem-type.d.ts +4 -4
- package/lib/model/problem-type.js +4 -4
- package/lib/model/service-category.d.ts +1 -1
- package/lib/model/sort-order.d.ts +1 -1
- package/lib/model/sort-order.js +1 -1
- package/lib/model/status.d.ts +1 -1
- package/lib/model/sub-category.d.ts +1 -1
- package/lib/model/update-activity-item-details.d.ts +10 -2
- package/lib/model/update-activity-item-details.js +1 -0
- package/lib/model/update-activity-item-details.js.map +1 -1
- package/lib/model/update-contact-item-details.d.ts +53 -0
- package/lib/model/update-contact-item-details.js +68 -0
- package/lib/model/update-contact-item-details.js.map +1 -0
- package/lib/model/update-incident.d.ts +5 -5
- package/lib/model/update-item-details.js +4 -0
- package/lib/model/update-item-details.js.map +1 -1
- package/lib/model/update-resource-details.d.ts +1 -1
- package/lib/model/user.d.ts +4 -4
- package/lib/model/validation-response.d.ts +4 -1
- package/lib/model/validation-response.js.map +1 -1
- package/lib/request/get-incident-request.d.ts +1 -1
- package/lib/request/index.d.ts +2 -0
- package/lib/request/list-incident-resource-types-request.d.ts +1 -1
- package/lib/request/put-attachment-request.d.ts +88 -0
- package/lib/request/put-attachment-request.js +15 -0
- package/lib/request/put-attachment-request.js.map +1 -0
- package/lib/request/update-incident-request.d.ts +2 -2
- package/lib/response/index.d.ts +2 -0
- package/lib/response/put-attachment-response.d.ts +23 -0
- package/lib/response/put-attachment-response.js +15 -0
- package/lib/response/put-attachment-response.js.map +1 -0
- package/package.json +3 -3
- package/lib/model/subscription-info.d.ts +0 -31
- package/lib/model/subscription-info.js +0 -34
- package/lib/model/subscription-info.js.map +0 -1
package/lib/model/error-code.js
CHANGED
|
@@ -30,12 +30,10 @@ var ErrorCode;
|
|
|
30
30
|
ErrorCode["SslAuthorization"] = "SSL_AUTHORIZATION";
|
|
31
31
|
ErrorCode["AuthFailed"] = "AUTH_FAILED";
|
|
32
32
|
ErrorCode["AuthzFailed"] = "AUTHZ_FAILED";
|
|
33
|
-
ErrorCode["CsiNotAuthorized"] = "CSI_NOT_AUTHORIZED";
|
|
34
33
|
ErrorCode["UserPolicyNotAuthorized"] = "USER_POLICY_NOT_AUTHORIZED";
|
|
35
34
|
ErrorCode["EmailNotVerified"] = "EMAIL_NOT_VERIFIED";
|
|
36
35
|
ErrorCode["EmailNotFound"] = "EMAIL_NOT_FOUND";
|
|
37
36
|
ErrorCode["OciEmailNotFound"] = "OCI_EMAIL_NOT_FOUND";
|
|
38
|
-
ErrorCode["MosEmailNotFound"] = "MOS_EMAIL_NOT_FOUND";
|
|
39
37
|
ErrorCode["IdcsEmailNotValid"] = "IDCS_EMAIL_NOT_VALID";
|
|
40
38
|
ErrorCode["InvalidPath"] = "INVALID_PATH";
|
|
41
39
|
ErrorCode["MethodNotAllowed"] = "METHOD_NOT_ALLOWED";
|
|
@@ -46,7 +44,6 @@ var ErrorCode;
|
|
|
46
44
|
ErrorCode["TooManyRequests"] = "TOO_MANY_REQUESTS";
|
|
47
45
|
ErrorCode["IdpScimNotSetup"] = "IDP_SCIM_NOT_SETUP";
|
|
48
46
|
ErrorCode["IncidentNotFound"] = "INCIDENT_NOT_FOUND";
|
|
49
|
-
ErrorCode["InvalidUserCsi"] = "INVALID_USER_CSI";
|
|
50
47
|
ErrorCode["DataAlreadyExists"] = "DATA_ALREADY_EXISTS";
|
|
51
48
|
ErrorCode["AuthUserNotMatching"] = "AUTH_USER_NOT_MATCHING";
|
|
52
49
|
ErrorCode["ContactNotApproved"] = "CONTACT_NOT_APPROVED";
|
|
@@ -56,13 +53,17 @@ var ErrorCode;
|
|
|
56
53
|
ErrorCode["CreateProfileVerifyOssoFailure"] = "CREATE_PROFILE_VERIFY_OSSO_FAILURE";
|
|
57
54
|
ErrorCode["ProfileAccountNotVerified"] = "PROFILE_ACCOUNT_NOT_VERIFIED";
|
|
58
55
|
ErrorCode["SupportAccountNotFound"] = "SUPPORT_ACCOUNT_NOT_FOUND";
|
|
59
|
-
ErrorCode["SupportAccountPendingCsiApproval"] = "SUPPORT_ACCOUNT_PENDING_CSI_APPROVAL";
|
|
60
56
|
ErrorCode["FreeTierCustomerSliUnsupported"] = "FREE_TIER_CUSTOMER_SLI_UNSUPPORTED";
|
|
61
57
|
ErrorCode["ProfileAccountVerified"] = "PROFILE_ACCOUNT_VERIFIED";
|
|
62
|
-
ErrorCode["ProfileVerifiedCsiRequestPending"] = "PROFILE_VERIFIED_CSI_REQUEST_PENDING";
|
|
63
|
-
ErrorCode["ProfileVerifiedCsiRequestNotFound"] = "PROFILE_VERIFIED_CSI_REQUEST_NOT_FOUND";
|
|
64
58
|
ErrorCode["CreateProfileOrganizationNameInvalid"] = "CREATE_PROFILE_ORGANIZATION_NAME_INVALID";
|
|
65
59
|
ErrorCode["CreateProfileEmailInvalid"] = "CREATE_PROFILE_EMAIL_INVALID";
|
|
60
|
+
ErrorCode["Notauthenticated"] = "NOTAUTHENTICATED";
|
|
61
|
+
ErrorCode["CmosUnauthorizedPermission"] = "CMOS_UNAUTHORIZED_PERMISSION";
|
|
62
|
+
ErrorCode["CmosSupportAccountExists"] = "CMOS_SUPPORT_ACCOUNT_EXISTS";
|
|
63
|
+
ErrorCode["CmosInvalidUserGroupId"] = "CMOS_INVALID_USER_GROUP_ID";
|
|
64
|
+
ErrorCode["UnsupportedOperation"] = "UNSUPPORTED_OPERATION";
|
|
65
|
+
ErrorCode["Notauthorizedornotfound"] = "NOTAUTHORIZEDORNOTFOUND";
|
|
66
|
+
ErrorCode["ListSubscriptionFailure"] = "LIST_SUBSCRIPTION_FAILURE";
|
|
66
67
|
/**
|
|
67
68
|
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
68
69
|
* version of the SDK.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"error-code.js","sourceRoot":"","sources":["../../../../../lib/cims/lib/model/error-code.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;GAgBG;;;AAKH;;IAEI;AACJ,IAAY,
|
|
1
|
+
{"version":3,"file":"error-code.js","sourceRoot":"","sources":["../../../../../lib/cims/lib/model/error-code.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;GAgBG;;;AAKH;;IAEI;AACJ,IAAY,SAgDX;AAhDD,WAAY,SAAS;IACnB,2CAA8B,CAAA;IAC9B,iDAAoC,CAAA;IACpC,6CAAgC,CAAA;IAChC,oDAAuC,CAAA;IACvC,mDAAsC,CAAA;IACtC,uCAA0B,CAAA;IAC1B,yCAA4B,CAAA;IAC5B,mEAAsD,CAAA;IACtD,oDAAuC,CAAA;IACvC,8CAAiC,CAAA;IACjC,qDAAwC,CAAA;IACxC,uDAA0C,CAAA;IAC1C,yCAA4B,CAAA;IAC5B,oDAAuC,CAAA;IACvC,+CAAkC,CAAA;IAClC,mDAAsC,CAAA;IACtC,yFAA4E,CAAA;IAC5E,iFAAoE,CAAA;IACpE,kDAAqC,CAAA;IACrC,mDAAsC,CAAA;IACtC,oDAAuC,CAAA;IACvC,sDAAyC,CAAA;IACzC,2DAA8C,CAAA;IAC9C,wDAA2C,CAAA;IAC3C,mEAAsD,CAAA;IACtD,kFAAqE,CAAA;IACrE,6EAAgE,CAAA;IAChE,kFAAqE,CAAA;IACrE,uEAA0D,CAAA;IAC1D,iEAAoD,CAAA;IACpD,kFAAqE,CAAA;IACrE,gEAAmD,CAAA;IACnD,8FAAiF,CAAA;IACjF,uEAA0D,CAAA;IAC1D,kDAAqC,CAAA;IACrC,wEAA2D,CAAA;IAC3D,qEAAwD,CAAA;IACxD,kEAAqD,CAAA;IACrD,2DAA8C,CAAA;IAC9C,gEAAmD,CAAA;IACnD,kEAAqD,CAAA;IAErD;;;OAGG;IACH,2CAA8B,CAAA;AAChC,CAAC,EAhDW,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAgDpB;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"}
|
|
@@ -17,7 +17,7 @@ and then ask your tenancy administrator to provide you authorization for the rel
|
|
|
17
17
|
*/
|
|
18
18
|
import * as model from "../model";
|
|
19
19
|
/**
|
|
20
|
-
* Details about the support
|
|
20
|
+
* Details about the support request.
|
|
21
21
|
*/
|
|
22
22
|
export interface IncidentSummary {
|
|
23
23
|
/**
|
|
@@ -32,6 +32,11 @@ export interface IncidentSummary {
|
|
|
32
32
|
"tenancyInformation"?: model.TenancyInformation;
|
|
33
33
|
"ticket"?: model.Ticket;
|
|
34
34
|
"incidentType"?: model.IncidentResourceType;
|
|
35
|
+
/**
|
|
36
|
+
* Technical support type ({@code TECH}) only: The pre-migration identifier of the support request in My Oracle Support (MOS).
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"migratedSrNumber"?: string;
|
|
35
40
|
/**
|
|
36
41
|
* Technical support type ({@code TECH}) only: The identifier of the support request's user group in My Oracle Cloud Support portal.
|
|
37
42
|
*
|
|
@@ -64,12 +69,12 @@ export interface IncidentSummary {
|
|
|
64
69
|
*/
|
|
65
70
|
"warnMessage"?: string;
|
|
66
71
|
/**
|
|
67
|
-
* The kind of support
|
|
68
|
-
* For information about {@code ACCOUNT} support
|
|
72
|
+
* The kind of support request (type of support request).
|
|
73
|
+
* For information about {@code ACCOUNT} support requests, see
|
|
69
74
|
* [Creating a Billing Support Request](https://docs.oracle.com/iaas/Content/GSG/support/create-incident-billing.htm).
|
|
70
|
-
* For information about {@code LIMIT} support
|
|
75
|
+
* For information about {@code LIMIT} support requests, see
|
|
71
76
|
* [Creating a Service Limit Increase Request](https://docs.oracle.com/iaas/Content/GSG/support/create-incident-limit.htm).
|
|
72
|
-
* For information about {@code TECH} support
|
|
77
|
+
* For information about {@code TECH} support requests, see
|
|
73
78
|
* [Creating a Technical Support Request](https://docs.oracle.com/iaas/Content/GSG/support/create-incident-technical.htm).
|
|
74
79
|
*
|
|
75
80
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"incident-summary.js","sourceRoot":"","sources":["../../../../../lib/cims/lib/model/incident-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;GAgBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"incident-summary.js","sourceRoot":"","sources":["../../../../../lib/cims/lib/model/incident-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;GAgBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAoElC,IAAiB,eAAe,CAqC/B;AArCD,WAAiB,eAAe;IAC9B,SAAgB,UAAU,CAAC,GAAoB;QAC7C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,UAAU,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,SAAS;YAC1F,oBAAoB,EAAE,GAAG,CAAC,kBAAkB;gBAC1C,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,GAAG,CAAC,kBAAkB,CAAC;gBAC7D,CAAC,CAAC,SAAS;YACb,QAAQ,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,UAAU,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS;YACtE,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,UAAU,CAAC,GAAG,CAAC,YAAY,CAAC;gBACzD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,0BAAU,aAgBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoB;QACzD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,sBAAsB,CAAC,GAAG,CAAC,WAAW,CAAC;gBAC3D,CAAC,CAAC,SAAS;YACb,oBAAoB,EAAE,GAAG,CAAC,kBAAkB;gBAC1C,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,GAAG,CAAC,kBAAkB,CAAC;gBACzE,CAAC,CAAC,SAAS;YACb,QAAQ,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,sBAAsB,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS;YAClF,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,sBAAsB,CAAC,GAAG,CAAC,YAAY,CAAC;gBACrE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,sCAAsB,yBAkBrC,CAAA;AACH,CAAC,EArCgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAqC/B"}
|
|
@@ -17,7 +17,7 @@ and then ask your tenancy administrator to provide you authorization for the rel
|
|
|
17
17
|
*/
|
|
18
18
|
import * as model from "../model";
|
|
19
19
|
/**
|
|
20
|
-
* Details about the incident type associated with the support
|
|
20
|
+
* Details about the incident type associated with the support request.
|
|
21
21
|
*/
|
|
22
22
|
export interface IncidentType {
|
|
23
23
|
/**
|
package/lib/model/incident.d.ts
CHANGED
|
@@ -17,11 +17,11 @@ and then ask your tenancy administrator to provide you authorization for the rel
|
|
|
17
17
|
*/
|
|
18
18
|
import * as model from "../model";
|
|
19
19
|
/**
|
|
20
|
-
* Details about the support
|
|
20
|
+
* Details about the support request.
|
|
21
21
|
*/
|
|
22
22
|
export interface Incident {
|
|
23
23
|
/**
|
|
24
|
-
* Unique identifier for the support
|
|
24
|
+
* Unique identifier for the support request.
|
|
25
25
|
*/
|
|
26
26
|
"key": string;
|
|
27
27
|
/**
|
|
@@ -32,6 +32,11 @@ export interface Incident {
|
|
|
32
32
|
"tenancyInformation"?: model.TenancyInformation;
|
|
33
33
|
"ticket"?: model.Ticket;
|
|
34
34
|
"incidentType"?: model.IncidentType;
|
|
35
|
+
/**
|
|
36
|
+
* Technical support type ({@code TECH}) only: The pre-migration identifier of the support request in My Oracle Support (MOS).
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"migratedSrNumber"?: string;
|
|
35
40
|
/**
|
|
36
41
|
* Technical support type ({@code TECH}) only: The identifier of the support request's user group in My Oracle Cloud Support portal.
|
|
37
42
|
*
|
|
@@ -64,18 +69,18 @@ export interface Incident {
|
|
|
64
69
|
*/
|
|
65
70
|
"warnMessage"?: string;
|
|
66
71
|
/**
|
|
67
|
-
* The kind of support
|
|
68
|
-
* For information about {@code ACCOUNT} support
|
|
72
|
+
* The kind of support request (type of support request).
|
|
73
|
+
* For information about {@code ACCOUNT} support requests, see
|
|
69
74
|
* [Creating a Billing Support Request](https://docs.oracle.com/iaas/Content/GSG/support/create-incident-billing.htm).
|
|
70
|
-
* For information about {@code LIMIT} support
|
|
75
|
+
* For information about {@code LIMIT} support requests, see
|
|
71
76
|
* [Creating a Service Limit Increase Request](https://docs.oracle.com/iaas/Content/GSG/support/create-incident-limit.htm).
|
|
72
|
-
* For information about {@code TECH} support
|
|
77
|
+
* For information about {@code TECH} support requests, see
|
|
73
78
|
* [Creating a Technical Support Request](https://docs.oracle.com/iaas/Content/GSG/support/create-incident-technical.htm).
|
|
74
79
|
*
|
|
75
80
|
*/
|
|
76
81
|
"problemType"?: model.ProblemType;
|
|
77
82
|
/**
|
|
78
|
-
* The incident referrer. This value is often the URL that the customer used when creating the support
|
|
83
|
+
* The incident referrer. This value is often the URL that the customer used when creating the support request.
|
|
79
84
|
*/
|
|
80
85
|
"referrer"?: string;
|
|
81
86
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"incident.js","sourceRoot":"","sources":["../../../../../lib/cims/lib/model/incident.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;GAgBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"incident.js","sourceRoot":"","sources":["../../../../../lib/cims/lib/model/incident.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;GAgBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAwElC,IAAiB,QAAQ,CAqCxB;AArCD,WAAiB,QAAQ;IACvB,SAAgB,UAAU,CAAC,GAAa;QACtC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,UAAU,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,SAAS;YAC1F,oBAAoB,EAAE,GAAG,CAAC,kBAAkB;gBAC1C,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,GAAG,CAAC,kBAAkB,CAAC;gBAC7D,CAAC,CAAC,SAAS;YACb,QAAQ,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,UAAU,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS;YACtE,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,UAAU,CAAC,GAAG,CAAC,YAAY,CAAC;gBACjD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,mBAAU,aAgBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAa;QAClD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,sBAAsB,CAAC,GAAG,CAAC,WAAW,CAAC;gBAC3D,CAAC,CAAC,SAAS;YACb,oBAAoB,EAAE,GAAG,CAAC,kBAAkB;gBAC1C,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,GAAG,CAAC,kBAAkB,CAAC;gBACzE,CAAC,CAAC,SAAS;YACb,QAAQ,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,sBAAsB,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS;YAClF,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,sBAAsB,CAAC,GAAG,CAAC,YAAY,CAAC;gBAC7D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,+BAAsB,yBAkBrC,CAAA;AACH,CAAC,EArCgB,QAAQ,GAAR,gBAAQ,KAAR,gBAAQ,QAqCxB"}
|
package/lib/model/index.d.ts
CHANGED
|
@@ -83,8 +83,6 @@ import * as SubCategory from "./sub-category";
|
|
|
83
83
|
export import SubCategory = SubCategory.SubCategory;
|
|
84
84
|
import * as SubComponents from "./sub-components";
|
|
85
85
|
export import SubComponents = SubComponents.SubComponents;
|
|
86
|
-
import * as SubscriptionInfo from "./subscription-info";
|
|
87
|
-
export import SubscriptionInfo = SubscriptionInfo.SubscriptionInfo;
|
|
88
86
|
import * as TenancyInformation from "./tenancy-information";
|
|
89
87
|
export import TenancyInformation = TenancyInformation.TenancyInformation;
|
|
90
88
|
import * as Ticket from "./ticket";
|
|
@@ -121,3 +119,5 @@ import * as TechSupportItem from "./tech-support-item";
|
|
|
121
119
|
export import TechSupportItem = TechSupportItem.TechSupportItem;
|
|
122
120
|
import * as UpdateActivityItemDetails from "./update-activity-item-details";
|
|
123
121
|
export import UpdateActivityItemDetails = UpdateActivityItemDetails.UpdateActivityItemDetails;
|
|
122
|
+
import * as UpdateContactItemDetails from "./update-contact-item-details";
|
|
123
|
+
export import UpdateContactItemDetails = UpdateContactItemDetails.UpdateContactItemDetails;
|
package/lib/model/index.js
CHANGED
|
@@ -36,8 +36,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
36
36
|
return result;
|
|
37
37
|
};
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.CreateTechSupportItemDetails = exports.CreateLimitItemDetails = exports.CreateAccountItemDetails = exports.ActivityItem = exports.AccountItem = exports.ValidationResponse = exports.User = exports.UpdateTicketDetails = exports.UpdateResourceDetails = exports.UpdateItemDetails = exports.UpdateIncident = exports.Unit = exports.TimeZone = exports.Ticket = exports.TenancyInformation = exports.
|
|
40
|
-
exports.
|
|
39
|
+
exports.LimitItem = exports.CreateTechSupportItemDetails = exports.CreateLimitItemDetails = exports.CreateAccountItemDetails = exports.ActivityItem = exports.AccountItem = exports.ValidationResponse = exports.User = exports.UpdateTicketDetails = exports.UpdateResourceDetails = exports.UpdateItemDetails = exports.UpdateIncident = exports.Unit = exports.TimeZone = exports.Ticket = exports.TenancyInformation = exports.SubComponents = exports.SubCategory = exports.SubCategories = exports.Status = exports.SortOrder = exports.SortBy = exports.Services = exports.ServiceCategory = exports.Scope = exports.Resource = exports.ProblemType = exports.LifecycleState = exports.LifecycleDetails = exports.Item = exports.IssueType = exports.IncidentType = exports.IncidentSummary = exports.IncidentResourceType = exports.Incident = exports.ErrorCode = exports.CreateUserDetails = exports.CreateTicketDetails = exports.CreateSubCategoryDetails = exports.CreateResourceDetails = exports.CreateItemDetails = exports.CreateIssueTypeDetails = exports.CreateIncident = exports.CreateCategoryDetails = exports.ContextualData = exports.ContactList = exports.Contact = exports.CmosUserGroupInfo = exports.Classifier = exports.Category = void 0;
|
|
40
|
+
exports.UpdateContactItemDetails = exports.UpdateActivityItemDetails = exports.TechSupportItem = void 0;
|
|
41
41
|
const Category = __importStar(require("./category"));
|
|
42
42
|
exports.Category = Category.Category;
|
|
43
43
|
const Classifier = __importStar(require("./classifier"));
|
|
@@ -106,8 +106,6 @@ const SubCategory = __importStar(require("./sub-category"));
|
|
|
106
106
|
exports.SubCategory = SubCategory.SubCategory;
|
|
107
107
|
const SubComponents = __importStar(require("./sub-components"));
|
|
108
108
|
exports.SubComponents = SubComponents.SubComponents;
|
|
109
|
-
const SubscriptionInfo = __importStar(require("./subscription-info"));
|
|
110
|
-
exports.SubscriptionInfo = SubscriptionInfo.SubscriptionInfo;
|
|
111
109
|
const TenancyInformation = __importStar(require("./tenancy-information"));
|
|
112
110
|
exports.TenancyInformation = TenancyInformation.TenancyInformation;
|
|
113
111
|
const Ticket = __importStar(require("./ticket"));
|
|
@@ -144,4 +142,6 @@ const TechSupportItem = __importStar(require("./tech-support-item"));
|
|
|
144
142
|
exports.TechSupportItem = TechSupportItem.TechSupportItem;
|
|
145
143
|
const UpdateActivityItemDetails = __importStar(require("./update-activity-item-details"));
|
|
146
144
|
exports.UpdateActivityItemDetails = UpdateActivityItemDetails.UpdateActivityItemDetails;
|
|
145
|
+
const UpdateContactItemDetails = __importStar(require("./update-contact-item-details"));
|
|
146
|
+
exports.UpdateContactItemDetails = UpdateContactItemDetails.UpdateContactItemDetails;
|
|
147
147
|
//# sourceMappingURL=index.js.map
|
package/lib/model/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/cims/lib/model/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;GAgBG;;;;;;;;;;;;;;;;;;;;;;;AAEH,qDAAuC;AACzB,QAAA,QAAQ,GAAG,QAAQ,CAAC,QAAQ,CAAC;AAC3C,yDAA2C;AAC7B,QAAA,UAAU,GAAG,UAAU,CAAC,UAAU,CAAC;AACjD,0EAA4D;AAC9C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC;AACtE,mDAAqC;AACvB,QAAA,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC;AACxC,4DAA8C;AAChC,QAAA,WAAW,GAAG,WAAW,CAAC,WAAW,CAAC;AACpD,kEAAoD;AACtC,QAAA,cAAc,GAAG,cAAc,CAAC,cAAc,CAAC;AAC7D,iFAAmE;AACrD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,kEAAoD;AACtC,QAAA,cAAc,GAAG,cAAc,CAAC,cAAc,CAAC;AAC7D,oFAAsE;AACxD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,yEAA2D;AAC7C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC;AACtE,iFAAmE;AACrD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,wFAA0E;AAC5D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AAC3F,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,yEAA2D;AAC7C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC;AACtE,wDAA0C;AAC5B,QAAA,SAAS,GAAG,SAAS,CAAC,SAAS,CAAC;AAC9C,qDAAuC;AACzB,QAAA,QAAQ,GAAG,QAAQ,CAAC,QAAQ,CAAC;AAC3C,+EAAiE;AACnD,QAAA,oBAAoB,GAAG,oBAAoB,CAAC,oBAAoB,CAAC;AAC/E,oEAAsD;AACxC,QAAA,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC;AAChE,8DAAgD;AAClC,QAAA,YAAY,GAAG,YAAY,CAAC,YAAY,CAAC;AACvD,wDAA0C;AAC5B,QAAA,SAAS,GAAG,SAAS,CAAC,SAAS,CAAC;AAC9C,6CAA+B;AACjB,QAAA,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC;AAC/B,sEAAwD;AAC1C,QAAA,gBAAgB,GAAG,gBAAgB,CAAC,gBAAgB,CAAC;AACnE,kEAAoD;AACtC,QAAA,cAAc,GAAG,cAAc,CAAC,cAAc,CAAC;AAC7D,4DAA8C;AAChC,QAAA,WAAW,GAAG,WAAW,CAAC,WAAW,CAAC;AACpD,qDAAuC;AACzB,QAAA,QAAQ,GAAG,QAAQ,CAAC,QAAQ,CAAC;AAC3C,+CAAiC;AACnB,QAAA,KAAK,GAAG,KAAK,CAAC,KAAK,CAAC;AAClC,oEAAsD;AACxC,QAAA,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC;AAChE,qDAAuC;AACzB,QAAA,QAAQ,GAAG,QAAQ,CAAC,QAAQ,CAAC;AAC3C,kDAAoC;AACtB,QAAA,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC;AACrC,wDAA0C;AAC5B,QAAA,SAAS,GAAG,SAAS,CAAC,SAAS,CAAC;AAC9C,iDAAmC;AACrB,QAAA,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC;AACrC,gEAAkD;AACpC,QAAA,aAAa,GAAG,aAAa,CAAC,aAAa,CAAC;AAC1D,4DAA8C;AAChC,QAAA,WAAW,GAAG,WAAW,CAAC,WAAW,CAAC;AACpD,gEAAkD;AACpC,QAAA,aAAa,GAAG,aAAa,CAAC,aAAa,CAAC;AAC1D,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/cims/lib/model/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;GAgBG;;;;;;;;;;;;;;;;;;;;;;;AAEH,qDAAuC;AACzB,QAAA,QAAQ,GAAG,QAAQ,CAAC,QAAQ,CAAC;AAC3C,yDAA2C;AAC7B,QAAA,UAAU,GAAG,UAAU,CAAC,UAAU,CAAC;AACjD,0EAA4D;AAC9C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC;AACtE,mDAAqC;AACvB,QAAA,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC;AACxC,4DAA8C;AAChC,QAAA,WAAW,GAAG,WAAW,CAAC,WAAW,CAAC;AACpD,kEAAoD;AACtC,QAAA,cAAc,GAAG,cAAc,CAAC,cAAc,CAAC;AAC7D,iFAAmE;AACrD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,kEAAoD;AACtC,QAAA,cAAc,GAAG,cAAc,CAAC,cAAc,CAAC;AAC7D,oFAAsE;AACxD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,yEAA2D;AAC7C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC;AACtE,iFAAmE;AACrD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,wFAA0E;AAC5D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AAC3F,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,yEAA2D;AAC7C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC;AACtE,wDAA0C;AAC5B,QAAA,SAAS,GAAG,SAAS,CAAC,SAAS,CAAC;AAC9C,qDAAuC;AACzB,QAAA,QAAQ,GAAG,QAAQ,CAAC,QAAQ,CAAC;AAC3C,+EAAiE;AACnD,QAAA,oBAAoB,GAAG,oBAAoB,CAAC,oBAAoB,CAAC;AAC/E,oEAAsD;AACxC,QAAA,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC;AAChE,8DAAgD;AAClC,QAAA,YAAY,GAAG,YAAY,CAAC,YAAY,CAAC;AACvD,wDAA0C;AAC5B,QAAA,SAAS,GAAG,SAAS,CAAC,SAAS,CAAC;AAC9C,6CAA+B;AACjB,QAAA,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC;AAC/B,sEAAwD;AAC1C,QAAA,gBAAgB,GAAG,gBAAgB,CAAC,gBAAgB,CAAC;AACnE,kEAAoD;AACtC,QAAA,cAAc,GAAG,cAAc,CAAC,cAAc,CAAC;AAC7D,4DAA8C;AAChC,QAAA,WAAW,GAAG,WAAW,CAAC,WAAW,CAAC;AACpD,qDAAuC;AACzB,QAAA,QAAQ,GAAG,QAAQ,CAAC,QAAQ,CAAC;AAC3C,+CAAiC;AACnB,QAAA,KAAK,GAAG,KAAK,CAAC,KAAK,CAAC;AAClC,oEAAsD;AACxC,QAAA,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC;AAChE,qDAAuC;AACzB,QAAA,QAAQ,GAAG,QAAQ,CAAC,QAAQ,CAAC;AAC3C,kDAAoC;AACtB,QAAA,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC;AACrC,wDAA0C;AAC5B,QAAA,SAAS,GAAG,SAAS,CAAC,SAAS,CAAC;AAC9C,iDAAmC;AACrB,QAAA,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC;AACrC,gEAAkD;AACpC,QAAA,aAAa,GAAG,aAAa,CAAC,aAAa,CAAC;AAC1D,4DAA8C;AAChC,QAAA,WAAW,GAAG,WAAW,CAAC,WAAW,CAAC;AACpD,gEAAkD;AACpC,QAAA,aAAa,GAAG,aAAa,CAAC,aAAa,CAAC;AAC1D,0EAA4D;AAC9C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,iDAAmC;AACrB,QAAA,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC;AACrC,sDAAwC;AAC1B,QAAA,QAAQ,GAAG,QAAQ,CAAC,QAAQ,CAAC;AAC3C,6CAA+B;AACjB,QAAA,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC;AAC/B,kEAAoD;AACtC,QAAA,cAAc,GAAG,cAAc,CAAC,cAAc,CAAC;AAC7D,yEAA2D;AAC7C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC;AACtE,iFAAmE;AACrD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,6CAA+B;AACjB,QAAA,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC;AAC/B,0EAA4D;AAC9C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AAEzE,4DAA8C;AAChC,QAAA,WAAW,GAAG,WAAW,CAAC,WAAW,CAAC;AACpD,8DAAgD;AAClC,QAAA,YAAY,GAAG,YAAY,CAAC,YAAY,CAAC;AACvD,wFAA0E;AAC5D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AAC3F,oFAAsE;AACxD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,wDAA0C;AAC5B,QAAA,SAAS,GAAG,SAAS,CAAC,SAAS,CAAC;AAC9C,qEAAuD;AACzC,QAAA,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC;AAChE,0FAA4E;AAC9D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAC9F,wFAA0E;AAC5D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC"}
|
|
@@ -16,7 +16,7 @@ and then ask your tenancy administrator to provide you authorization for the rel
|
|
|
16
16
|
* 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.
|
|
17
17
|
*/
|
|
18
18
|
/**
|
|
19
|
-
* Details about the issue type associated with the support
|
|
19
|
+
* Details about the issue type associated with the support request.
|
|
20
20
|
*/
|
|
21
21
|
export interface IssueType {
|
|
22
22
|
/**
|
|
@@ -16,12 +16,12 @@ and then ask your tenancy administrator to provide you authorization for the rel
|
|
|
16
16
|
* 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.
|
|
17
17
|
*/
|
|
18
18
|
/**
|
|
19
|
-
* The kind of support
|
|
20
|
-
* For information about {@code ACCOUNT} support
|
|
19
|
+
* The kind of support request (type of support request).
|
|
20
|
+
* For information about {@code ACCOUNT} support requests, see
|
|
21
21
|
* [Creating a Billing Support Request](https://docs.oracle.com/iaas/Content/GSG/support/create-incident-billing.htm).
|
|
22
|
-
* For information about {@code LIMIT} support
|
|
22
|
+
* For information about {@code LIMIT} support requests, see
|
|
23
23
|
* [Creating a Service Limit Increase Request](https://docs.oracle.com/iaas/Content/GSG/support/create-incident-limit.htm).
|
|
24
|
-
* For information about {@code TECH} support
|
|
24
|
+
* For information about {@code TECH} support requests, see
|
|
25
25
|
* [Creating a Technical Support Request](https://docs.oracle.com/iaas/Content/GSG/support/create-incident-technical.htm).
|
|
26
26
|
*
|
|
27
27
|
**/
|
|
@@ -19,12 +19,12 @@ and then ask your tenancy administrator to provide you authorization for the rel
|
|
|
19
19
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20
20
|
exports.ProblemType = void 0;
|
|
21
21
|
/**
|
|
22
|
-
* The kind of support
|
|
23
|
-
* For information about {@code ACCOUNT} support
|
|
22
|
+
* The kind of support request (type of support request).
|
|
23
|
+
* For information about {@code ACCOUNT} support requests, see
|
|
24
24
|
* [Creating a Billing Support Request](https://docs.oracle.com/iaas/Content/GSG/support/create-incident-billing.htm).
|
|
25
|
-
* For information about {@code LIMIT} support
|
|
25
|
+
* For information about {@code LIMIT} support requests, see
|
|
26
26
|
* [Creating a Service Limit Increase Request](https://docs.oracle.com/iaas/Content/GSG/support/create-incident-limit.htm).
|
|
27
|
-
* For information about {@code TECH} support
|
|
27
|
+
* For information about {@code TECH} support requests, see
|
|
28
28
|
* [Creating a Technical Support Request](https://docs.oracle.com/iaas/Content/GSG/support/create-incident-technical.htm).
|
|
29
29
|
*
|
|
30
30
|
**/
|
|
@@ -17,7 +17,7 @@ and then ask your tenancy administrator to provide you authorization for the rel
|
|
|
17
17
|
*/
|
|
18
18
|
import * as model from "../model";
|
|
19
19
|
/**
|
|
20
|
-
* Information about the support
|
|
20
|
+
* Information about the support request classifier.
|
|
21
21
|
*/
|
|
22
22
|
export interface ServiceCategory {
|
|
23
23
|
/**
|
|
@@ -16,7 +16,7 @@ and then ask your tenancy administrator to provide you authorization for the rel
|
|
|
16
16
|
* 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.
|
|
17
17
|
*/
|
|
18
18
|
/**
|
|
19
|
-
* The sort order to use to query support
|
|
19
|
+
* The sort order to use to query support request lists, either ascending ({@code ASC}) or descending ({@code DESC}).
|
|
20
20
|
**/
|
|
21
21
|
export declare enum SortOrder {
|
|
22
22
|
Asc = "ASC",
|
package/lib/model/sort-order.js
CHANGED
|
@@ -19,7 +19,7 @@ and then ask your tenancy administrator to provide you authorization for the rel
|
|
|
19
19
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20
20
|
exports.SortOrder = void 0;
|
|
21
21
|
/**
|
|
22
|
-
* The sort order to use to query support
|
|
22
|
+
* The sort order to use to query support request lists, either ascending ({@code ASC}) or descending ({@code DESC}).
|
|
23
23
|
**/
|
|
24
24
|
var SortOrder;
|
|
25
25
|
(function (SortOrder) {
|
package/lib/model/status.d.ts
CHANGED
|
@@ -16,7 +16,7 @@ and then ask your tenancy administrator to provide you authorization for the rel
|
|
|
16
16
|
* 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.
|
|
17
17
|
*/
|
|
18
18
|
/**
|
|
19
|
-
* Details about the status of the support
|
|
19
|
+
* Details about the status of the support request.
|
|
20
20
|
*/
|
|
21
21
|
export interface Status {
|
|
22
22
|
/**
|
|
@@ -16,7 +16,7 @@ and then ask your tenancy administrator to provide you authorization for the rel
|
|
|
16
16
|
* 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.
|
|
17
17
|
*/
|
|
18
18
|
/**
|
|
19
|
-
* Details about the service subcategory associated with the support
|
|
19
|
+
* Details about the service subcategory associated with the support request.
|
|
20
20
|
*/
|
|
21
21
|
export interface SubCategory {
|
|
22
22
|
/**
|
|
@@ -17,7 +17,7 @@ and then ask your tenancy administrator to provide you authorization for the rel
|
|
|
17
17
|
*/
|
|
18
18
|
import * as model from "../model";
|
|
19
19
|
/**
|
|
20
|
-
* Details for updating the support
|
|
20
|
+
* Details for updating the support request activity.
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
export interface UpdateActivityItemDetails extends model.UpdateItemDetails {
|
|
@@ -27,6 +27,13 @@ export interface UpdateActivityItemDetails extends model.UpdateItemDetails {
|
|
|
27
27
|
"comments"?: string;
|
|
28
28
|
/**
|
|
29
29
|
* The type of activity occurring.
|
|
30
|
+
* {@code NOTES} is the activity associated to attachments.
|
|
31
|
+
* {@code PROBLEM_DESCRIPTION} is the activity associated to customer problem description.
|
|
32
|
+
* {@code UPDATE} is the activity associated to adding comments.
|
|
33
|
+
* {@code CLOSE} is the activity associated to closing the support request.
|
|
34
|
+
* {@code REOPEN} is the activity associated to reopening the support request.
|
|
35
|
+
* {@code ADD_CONTACT} is the activity associated to adding additional contact to the support request.
|
|
36
|
+
*
|
|
30
37
|
*/
|
|
31
38
|
"activityType"?: UpdateActivityItemDetails.ActivityType;
|
|
32
39
|
"type": string;
|
|
@@ -37,7 +44,8 @@ export declare namespace UpdateActivityItemDetails {
|
|
|
37
44
|
ProblemDescription = "PROBLEM_DESCRIPTION",
|
|
38
45
|
Update = "UPDATE",
|
|
39
46
|
Close = "CLOSE",
|
|
40
|
-
Reopen = "REOPEN"
|
|
47
|
+
Reopen = "REOPEN",
|
|
48
|
+
AddContact = "ADD_CONTACT"
|
|
41
49
|
}
|
|
42
50
|
function getJsonObj(obj: UpdateActivityItemDetails, isParentJsonObj?: boolean): object;
|
|
43
51
|
const type = "activity";
|
|
@@ -47,6 +47,7 @@ var UpdateActivityItemDetails;
|
|
|
47
47
|
ActivityType["Update"] = "UPDATE";
|
|
48
48
|
ActivityType["Close"] = "CLOSE";
|
|
49
49
|
ActivityType["Reopen"] = "REOPEN";
|
|
50
|
+
ActivityType["AddContact"] = "ADD_CONTACT";
|
|
50
51
|
})(ActivityType = UpdateActivityItemDetails.ActivityType || (UpdateActivityItemDetails.ActivityType = {}));
|
|
51
52
|
function getJsonObj(obj, isParentJsonObj) {
|
|
52
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;;;;;;;;;;;;;;;;GAgBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"update-activity-item-details.js","sourceRoot":"","sources":["../../../../../lib/cims/lib/model/update-activity-item-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;GAgBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA2BlC,IAAiB,yBAAyB,CAkCzC;AAlCD,WAAiB,yBAAyB;IACxC,IAAY,YAOX;IAPD,WAAY,YAAY;QACtB,+BAAe,CAAA;QACf,0DAA0C,CAAA;QAC1C,iCAAiB,CAAA;QACjB,+BAAe,CAAA;QACf,iCAAiB,CAAA;QACjB,0CAA0B,CAAA;IAC5B,CAAC,EAPW,YAAY,GAAZ,sCAAY,KAAZ,sCAAY,QAOvB;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,EAlCgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAkCzC"}
|
|
@@ -0,0 +1,53 @@
|
|
|
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](https://docs.oracle.com/iaas/Content/GSG/Tasks/contactingsupport.htm).
|
|
5
|
+
**Note**: Before you can create service requests with this API,
|
|
6
|
+
complete user registration at My Oracle Cloud Support
|
|
7
|
+
and then ask your tenancy administrator to provide you authorization for the related user groups.
|
|
8
|
+
|
|
9
|
+
* OpenAPI spec version: 20181231
|
|
10
|
+
* Contact: oci_ops_cims_dev_us_grp@oracle.com
|
|
11
|
+
*
|
|
12
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*
|
|
15
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
16
|
+
* 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.
|
|
17
|
+
*/
|
|
18
|
+
import * as model from "../model";
|
|
19
|
+
/**
|
|
20
|
+
* Details for updating the support request activity.
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
export interface UpdateContactItemDetails extends model.UpdateItemDetails {
|
|
24
|
+
/**
|
|
25
|
+
* Email id of the additional contact to be added to the support request.
|
|
26
|
+
*/
|
|
27
|
+
"contact"?: string;
|
|
28
|
+
/**
|
|
29
|
+
* The type of activity occurring.
|
|
30
|
+
* {@code NOTES} is the activity associated to attachments.
|
|
31
|
+
* {@code PROBLEM_DESCRIPTION} is the activity associated to customer problem description.
|
|
32
|
+
* {@code UPDATE} is the activity associated to adding comments.
|
|
33
|
+
* {@code CLOSE} is the activity associated to closing the support request.
|
|
34
|
+
* {@code REOPEN} is the activity associated to reopening the support request.
|
|
35
|
+
* {@code ADD_CONTACT} is the activity associated to adding additional contact to the support request.
|
|
36
|
+
*
|
|
37
|
+
*/
|
|
38
|
+
"activityType"?: UpdateContactItemDetails.ActivityType;
|
|
39
|
+
"type": string;
|
|
40
|
+
}
|
|
41
|
+
export declare namespace UpdateContactItemDetails {
|
|
42
|
+
enum ActivityType {
|
|
43
|
+
Notes = "NOTES",
|
|
44
|
+
ProblemDescription = "PROBLEM_DESCRIPTION",
|
|
45
|
+
Update = "UPDATE",
|
|
46
|
+
Close = "CLOSE",
|
|
47
|
+
Reopen = "REOPEN",
|
|
48
|
+
AddContact = "ADD_CONTACT"
|
|
49
|
+
}
|
|
50
|
+
function getJsonObj(obj: UpdateContactItemDetails, isParentJsonObj?: boolean): object;
|
|
51
|
+
const type = "contact";
|
|
52
|
+
function getDeserializedJsonObj(obj: UpdateContactItemDetails, isParentJsonObj?: boolean): object;
|
|
53
|
+
}
|
|
@@ -0,0 +1,68 @@
|
|
|
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](https://docs.oracle.com/iaas/Content/GSG/Tasks/contactingsupport.htm).
|
|
6
|
+
**Note**: Before you can create service requests with this API,
|
|
7
|
+
complete user registration at My Oracle Cloud Support
|
|
8
|
+
and then ask your tenancy administrator to provide you authorization for the related user groups.
|
|
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, 2025, 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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
20
|
+
if (k2 === undefined) k2 = k;
|
|
21
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
22
|
+
}) : (function(o, m, k, k2) {
|
|
23
|
+
if (k2 === undefined) k2 = k;
|
|
24
|
+
o[k2] = m[k];
|
|
25
|
+
}));
|
|
26
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
27
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
28
|
+
}) : function(o, v) {
|
|
29
|
+
o["default"] = v;
|
|
30
|
+
});
|
|
31
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
32
|
+
if (mod && mod.__esModule) return mod;
|
|
33
|
+
var result = {};
|
|
34
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
35
|
+
__setModuleDefault(result, mod);
|
|
36
|
+
return result;
|
|
37
|
+
};
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.UpdateContactItemDetails = void 0;
|
|
40
|
+
const model = __importStar(require("../model"));
|
|
41
|
+
var UpdateContactItemDetails;
|
|
42
|
+
(function (UpdateContactItemDetails) {
|
|
43
|
+
let ActivityType;
|
|
44
|
+
(function (ActivityType) {
|
|
45
|
+
ActivityType["Notes"] = "NOTES";
|
|
46
|
+
ActivityType["ProblemDescription"] = "PROBLEM_DESCRIPTION";
|
|
47
|
+
ActivityType["Update"] = "UPDATE";
|
|
48
|
+
ActivityType["Close"] = "CLOSE";
|
|
49
|
+
ActivityType["Reopen"] = "REOPEN";
|
|
50
|
+
ActivityType["AddContact"] = "ADD_CONTACT";
|
|
51
|
+
})(ActivityType = UpdateContactItemDetails.ActivityType || (UpdateContactItemDetails.ActivityType = {}));
|
|
52
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
53
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
54
|
+
? obj
|
|
55
|
+
: model.UpdateItemDetails.getJsonObj(obj))), {});
|
|
56
|
+
return jsonObj;
|
|
57
|
+
}
|
|
58
|
+
UpdateContactItemDetails.getJsonObj = getJsonObj;
|
|
59
|
+
UpdateContactItemDetails.type = "contact";
|
|
60
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
61
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
62
|
+
? obj
|
|
63
|
+
: model.UpdateItemDetails.getDeserializedJsonObj(obj))), {});
|
|
64
|
+
return jsonObj;
|
|
65
|
+
}
|
|
66
|
+
UpdateContactItemDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
67
|
+
})(UpdateContactItemDetails = exports.UpdateContactItemDetails || (exports.UpdateContactItemDetails = {}));
|
|
68
|
+
//# sourceMappingURL=update-contact-item-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-contact-item-details.js","sourceRoot":"","sources":["../../../../../lib/cims/lib/model/update-contact-item-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;GAgBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA2BlC,IAAiB,wBAAwB,CAkCxC;AAlCD,WAAiB,wBAAwB;IACvC,IAAY,YAOX;IAPD,WAAY,YAAY;QACtB,+BAAe,CAAA;QACf,0DAA0C,CAAA;QAC1C,iCAAiB,CAAA;QACjB,+BAAe,CAAA;QACf,iCAAiB,CAAA;QACjB,0CAA0B,CAAA;IAC5B,CAAC,EAPW,YAAY,GAAZ,qCAAY,KAAZ,qCAAY,QAOvB;IAED,SAAgB,UAAU,CAAC,GAA6B,EAAE,eAAyB;QACjF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,GAAG,CAA8B,CAAC,GACvE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,mCAAU,aASzB,CAAA;IACY,6BAAI,GAAG,SAAS,CAAC;IAC9B,SAAgB,sBAAsB,CACpC,GAA6B,EAC7B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,GAAG,CAA8B,CAAC,GACnF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,+CAAsB,yBAYrC,CAAA;AACH,CAAC,EAlCgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAkCxC"}
|
|
@@ -17,17 +17,17 @@ and then ask your tenancy administrator to provide you authorization for the rel
|
|
|
17
17
|
*/
|
|
18
18
|
import * as model from "../model";
|
|
19
19
|
/**
|
|
20
|
-
* Details about the support
|
|
20
|
+
* Details about the support request being updated.
|
|
21
21
|
*/
|
|
22
22
|
export interface UpdateIncident {
|
|
23
23
|
"ticket": model.UpdateTicketDetails;
|
|
24
24
|
/**
|
|
25
|
-
* The kind of support
|
|
26
|
-
* For information about {@code ACCOUNT} support
|
|
25
|
+
* The kind of support request (type of support request).
|
|
26
|
+
* For information about {@code ACCOUNT} support requests, see
|
|
27
27
|
* [Creating a Billing Support Request](https://docs.oracle.com/iaas/Content/GSG/support/create-incident-billing.htm).
|
|
28
|
-
* For information about {@code LIMIT} support
|
|
28
|
+
* For information about {@code LIMIT} support requests, see
|
|
29
29
|
* [Creating a Service Limit Increase Request](https://docs.oracle.com/iaas/Content/GSG/support/create-incident-limit.htm).
|
|
30
|
-
* For information about {@code TECH} support
|
|
30
|
+
* For information about {@code TECH} support requests, see
|
|
31
31
|
* [Creating a Technical Support Request](https://docs.oracle.com/iaas/Content/GSG/support/create-incident-technical.htm).
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
@@ -47,6 +47,8 @@ var UpdateItemDetails;
|
|
|
47
47
|
switch (obj.type) {
|
|
48
48
|
case "activity":
|
|
49
49
|
return model.UpdateActivityItemDetails.getJsonObj(jsonObj, true);
|
|
50
|
+
case "contact":
|
|
51
|
+
return model.UpdateContactItemDetails.getJsonObj(jsonObj, true);
|
|
50
52
|
default:
|
|
51
53
|
if (common.LOG.logger)
|
|
52
54
|
common.LOG.logger.info(`Unknown value for: ${obj.type}`);
|
|
@@ -61,6 +63,8 @@ var UpdateItemDetails;
|
|
|
61
63
|
switch (obj.type) {
|
|
62
64
|
case "activity":
|
|
63
65
|
return model.UpdateActivityItemDetails.getDeserializedJsonObj(jsonObj, true);
|
|
66
|
+
case "contact":
|
|
67
|
+
return model.UpdateContactItemDetails.getDeserializedJsonObj(jsonObj, true);
|
|
64
68
|
default:
|
|
65
69
|
if (common.LOG.logger)
|
|
66
70
|
common.LOG.logger.info(`Unknown value for: ${obj.type}`);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-item-details.js","sourceRoot":"","sources":["../../../../../lib/cims/lib/model/update-item-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;GAgBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAUtC,IAAiB,iBAAiB,
|
|
1
|
+
{"version":3,"file":"update-item-details.js","sourceRoot":"","sources":["../../../../../lib/cims/lib/model/update-item-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;GAgBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAUtC,IAAiB,iBAAiB,CA2CjC;AA3CD,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,KAAK,SAAS;oBACZ,OAAO,KAAK,CAAC,wBAAwB,CAAC,UAAU,CACL,OAAQ,EACjD,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;IApBe,4BAAU,aAoBzB,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,KAAK,SAAS;oBACZ,OAAO,KAAK,CAAC,wBAAwB,CAAC,sBAAsB,CACjB,OAAQ,EACjD,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;IApBe,wCAAsB,yBAoBrC,CAAA;AACH,CAAC,EA3CgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QA2CjC"}
|
|
@@ -21,7 +21,7 @@ import * as model from "../model";
|
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
export interface UpdateResourceDetails {
|
|
24
|
-
"item"?: model.UpdateActivityItemDetails;
|
|
24
|
+
"item"?: model.UpdateActivityItemDetails | model.UpdateContactItemDetails;
|
|
25
25
|
}
|
|
26
26
|
export declare namespace UpdateResourceDetails {
|
|
27
27
|
function getJsonObj(obj: UpdateResourceDetails): object;
|
package/lib/model/user.d.ts
CHANGED
|
@@ -61,12 +61,12 @@ export interface User {
|
|
|
61
61
|
*/
|
|
62
62
|
"contactEmail"?: string;
|
|
63
63
|
/**
|
|
64
|
-
* The kind of support
|
|
65
|
-
* For information about {@code ACCOUNT} support
|
|
64
|
+
* The kind of support request (type of support request).
|
|
65
|
+
* For information about {@code ACCOUNT} support requests, see
|
|
66
66
|
* [Creating a Billing Support Request](https://docs.oracle.com/iaas/Content/GSG/support/create-incident-billing.htm).
|
|
67
|
-
* For information about {@code LIMIT} support
|
|
67
|
+
* For information about {@code LIMIT} support requests, see
|
|
68
68
|
* [Creating a Service Limit Increase Request](https://docs.oracle.com/iaas/Content/GSG/support/create-incident-limit.htm).
|
|
69
|
-
* For information about {@code TECH} support
|
|
69
|
+
* For information about {@code TECH} support requests, see
|
|
70
70
|
* [Creating a Technical Support Request](https://docs.oracle.com/iaas/Content/GSG/support/create-incident-technical.htm).
|
|
71
71
|
*
|
|
72
72
|
*/
|
|
@@ -26,7 +26,10 @@ export interface ValidationResponse {
|
|
|
26
26
|
*/
|
|
27
27
|
"isValidUser"?: boolean;
|
|
28
28
|
/**
|
|
29
|
-
*
|
|
29
|
+
* Array of user groups that the user has access to for creating technical support type ({@code TECH}) support requests.
|
|
30
|
+
* Each user group is indicated by its identifier and name ({@code userGroupId} and {@code userGroupName}).
|
|
31
|
+
* Note: The Customer User Administrator (CUA) can manage user groups by name using
|
|
32
|
+
* [My Oracle Cloud Support portal](https://support.oracle.com).
|
|
30
33
|
*
|
|
31
34
|
*/
|
|
32
35
|
"writePermittedUserGroupInfos"?: Array<model.CmosUserGroupInfo>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"validation-response.js","sourceRoot":"","sources":["../../../../../lib/cims/lib/model/validation-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;GAgBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"validation-response.js","sourceRoot":"","sources":["../../../../../lib/cims/lib/model/validation-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;GAgBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAsBlC,IAAiB,kBAAkB,CA6BlC;AA7BD,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,8BAA8B,EAAE,GAAG,CAAC,4BAA4B;gBAC9D,CAAC,CAAC,GAAG,CAAC,4BAA4B,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC1C,OAAO,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAClD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,6BAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,8BAA8B,EAAE,GAAG,CAAC,4BAA4B;gBAC9D,CAAC,CAAC,GAAG,CAAC,4BAA4B,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC1C,OAAO,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC9D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,yCAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QA6BlC"}
|