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
|
@@ -12,4 +12,4 @@
|
|
|
12
12
|
* 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.
|
|
13
13
|
*/
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
-
//# sourceMappingURL=
|
|
15
|
+
//# sourceMappingURL=get-csi-number-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-csi-number-request.js","sourceRoot":"","sources":["../../../../../lib/cims/lib/request/get-csi-number-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/cims/GetIncident.ts.html |here} to see how to use GetIncidentRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetIncidentRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -20,23 +20,43 @@ export interface GetIncidentRequest extends common.BaseRequest {
|
|
|
20
20
|
*/
|
|
21
21
|
"incidentKey": string;
|
|
22
22
|
/**
|
|
23
|
-
*
|
|
23
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
|
|
24
24
|
*/
|
|
25
|
-
"
|
|
25
|
+
"opcRequestId"?: string;
|
|
26
26
|
/**
|
|
27
|
-
*
|
|
27
|
+
* The Customer Support Identifier (CSI) associated with the support account.
|
|
28
28
|
*/
|
|
29
|
-
"
|
|
29
|
+
"csi"?: string;
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
* User OCID for Oracle Identity Cloud Service (IDCS) users who also have a federated Oracle Cloud Infrastructure account.
|
|
32
32
|
*/
|
|
33
|
-
"
|
|
33
|
+
"ocid"?: string;
|
|
34
34
|
/**
|
|
35
35
|
* The region of the tenancy.
|
|
36
36
|
*/
|
|
37
37
|
"homeregion"?: string;
|
|
38
|
+
/**
|
|
39
|
+
* The OCID of the tenancy.
|
|
40
|
+
*/
|
|
41
|
+
"compartmentId"?: string;
|
|
38
42
|
/**
|
|
39
43
|
* The kind of support request.
|
|
40
44
|
*/
|
|
41
|
-
"
|
|
45
|
+
"problemtype"?: string;
|
|
46
|
+
/**
|
|
47
|
+
* Token type that determine which cloud provider the request come from.
|
|
48
|
+
*/
|
|
49
|
+
"bearertokentype"?: string;
|
|
50
|
+
/**
|
|
51
|
+
* Token that provided by multi cloud provider, which help to validate the email.
|
|
52
|
+
*/
|
|
53
|
+
"bearertoken"?: string;
|
|
54
|
+
/**
|
|
55
|
+
* IdToken that provided by multi cloud provider, which help to validate the email.
|
|
56
|
+
*/
|
|
57
|
+
"idtoken"?: string;
|
|
58
|
+
/**
|
|
59
|
+
* The OCID of identity domain.
|
|
60
|
+
*/
|
|
61
|
+
"domainid"?: string;
|
|
42
62
|
}
|
|
@@ -12,21 +12,17 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/cims/GetStatus.ts.html |here} to see how to use GetStatusRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetStatusRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
|
|
20
20
|
*/
|
|
21
|
-
"
|
|
21
|
+
"opcRequestId"?: string;
|
|
22
22
|
/**
|
|
23
23
|
* User OCID for Oracle Identity Cloud Service (IDCS) users who also have a federated Oracle Cloud Infrastructure account.
|
|
24
24
|
*/
|
|
25
|
-
"ocid"
|
|
26
|
-
/**
|
|
27
|
-
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
|
|
28
|
-
*/
|
|
29
|
-
"opcRequestId"?: string;
|
|
25
|
+
"ocid"?: string;
|
|
30
26
|
/**
|
|
31
27
|
* The region of the tenancy.
|
|
32
28
|
*/
|
package/lib/request/index.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
|
*
|
|
@@ -12,6 +18,8 @@
|
|
|
12
18
|
*/
|
|
13
19
|
import * as CreateIncidentRequest from "./create-incident-request";
|
|
14
20
|
export import CreateIncidentRequest = CreateIncidentRequest.CreateIncidentRequest;
|
|
21
|
+
import * as GetCsiNumberRequest from "./get-csi-number-request";
|
|
22
|
+
export import GetCsiNumberRequest = GetCsiNumberRequest.GetCsiNumberRequest;
|
|
15
23
|
import * as GetIncidentRequest from "./get-incident-request";
|
|
16
24
|
export import GetIncidentRequest = GetIncidentRequest.GetIncidentRequest;
|
|
17
25
|
import * as GetStatusRequest from "./get-status-request";
|
|
@@ -24,5 +32,3 @@ import * as UpdateIncidentRequest from "./update-incident-request";
|
|
|
24
32
|
export import UpdateIncidentRequest = UpdateIncidentRequest.UpdateIncidentRequest;
|
|
25
33
|
import * as ValidateUserRequest from "./validate-user-request";
|
|
26
34
|
export import ValidateUserRequest = ValidateUserRequest.ValidateUserRequest;
|
|
27
|
-
import * as CreateUserRequest from "./create-user-request";
|
|
28
|
-
export import CreateUserRequest = CreateUserRequest.CreateUserRequest;
|
package/lib/request/index.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/request/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/cims/lib/request/index.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/cims/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG"}
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/cims/ListIncidentResourceTypes.ts.html |here} to see how to use ListIncidentResourceTypesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListIncidentResourceTypesRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -24,14 +24,6 @@ export interface ListIncidentResourceTypesRequest extends common.BaseRequest {
|
|
|
24
24
|
* The OCID of the tenancy.
|
|
25
25
|
*/
|
|
26
26
|
"compartmentId": string;
|
|
27
|
-
/**
|
|
28
|
-
* The Customer Support Identifier associated with the support account.
|
|
29
|
-
*/
|
|
30
|
-
"csi": string;
|
|
31
|
-
/**
|
|
32
|
-
* User OCID for Oracle Identity Cloud Service (IDCS) users who also have a federated Oracle Cloud Infrastructure account.
|
|
33
|
-
*/
|
|
34
|
-
"ocid": string;
|
|
35
27
|
/**
|
|
36
28
|
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
|
|
37
29
|
*/
|
|
@@ -55,11 +47,23 @@ export interface ListIncidentResourceTypesRequest extends common.BaseRequest {
|
|
|
55
47
|
*/
|
|
56
48
|
"sortOrder"?: model.SortOrder;
|
|
57
49
|
/**
|
|
58
|
-
* The user-friendly name of the
|
|
50
|
+
* The user-friendly name of the support ticket type.
|
|
59
51
|
*/
|
|
60
52
|
"name"?: string;
|
|
53
|
+
/**
|
|
54
|
+
* The Customer Support Identifier (CSI) associated with the support account.
|
|
55
|
+
*/
|
|
56
|
+
"csi"?: string;
|
|
57
|
+
/**
|
|
58
|
+
* User OCID for Oracle Identity Cloud Service (IDCS) users who also have a federated Oracle Cloud Infrastructure account.
|
|
59
|
+
*/
|
|
60
|
+
"ocid"?: string;
|
|
61
61
|
/**
|
|
62
62
|
* The region of the tenancy.
|
|
63
63
|
*/
|
|
64
64
|
"homeregion"?: string;
|
|
65
|
+
/**
|
|
66
|
+
* The OCID of identity domain.
|
|
67
|
+
*/
|
|
68
|
+
"domainid"?: string;
|
|
65
69
|
}
|
|
@@ -13,21 +13,17 @@
|
|
|
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/ListIncidents.ts.html |here} to see how to use ListIncidentsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListIncidentsRequest extends common.BaseRequest {
|
|
19
|
-
/**
|
|
20
|
-
* The Customer Support Identifier associated with the support account.
|
|
21
|
-
*/
|
|
22
|
-
"csi": string;
|
|
23
19
|
/**
|
|
24
20
|
* The OCID of the tenancy.
|
|
25
21
|
*/
|
|
26
22
|
"compartmentId": string;
|
|
27
23
|
/**
|
|
28
|
-
*
|
|
24
|
+
* The Customer Support Identifier (CSI) associated with the support account.
|
|
29
25
|
*/
|
|
30
|
-
"
|
|
26
|
+
"csi"?: string;
|
|
31
27
|
/**
|
|
32
28
|
* For list pagination. The maximum number of results per page, or items to return in a paginated \"List\" call. For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
33
29
|
*
|
|
@@ -54,6 +50,10 @@ export interface ListIncidentsRequest extends common.BaseRequest {
|
|
|
54
50
|
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
|
|
55
51
|
*/
|
|
56
52
|
"opcRequestId"?: string;
|
|
53
|
+
/**
|
|
54
|
+
* User OCID for Oracle Identity Cloud Service (IDCS) users who also have a federated Oracle Cloud Infrastructure account.
|
|
55
|
+
*/
|
|
56
|
+
"ocid"?: string;
|
|
57
57
|
/**
|
|
58
58
|
* The region of the tenancy.
|
|
59
59
|
*/
|
|
@@ -62,4 +62,20 @@ export interface ListIncidentsRequest extends common.BaseRequest {
|
|
|
62
62
|
* The kind of support request.
|
|
63
63
|
*/
|
|
64
64
|
"problemType"?: string;
|
|
65
|
+
/**
|
|
66
|
+
* Token type that determine which cloud provider the request come from.
|
|
67
|
+
*/
|
|
68
|
+
"bearertokentype"?: string;
|
|
69
|
+
/**
|
|
70
|
+
* Token that provided by multi cloud provider, which help to validate the email.
|
|
71
|
+
*/
|
|
72
|
+
"bearertoken"?: string;
|
|
73
|
+
/**
|
|
74
|
+
* IdToken that provided by multi cloud provider, which help to validate the email.
|
|
75
|
+
*/
|
|
76
|
+
"idtoken"?: string;
|
|
77
|
+
/**
|
|
78
|
+
* The OCID of identity domain.
|
|
79
|
+
*/
|
|
80
|
+
"domainid"?: string;
|
|
65
81
|
}
|
|
@@ -13,35 +13,55 @@
|
|
|
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/UpdateIncident.ts.html |here} to see how to use UpdateIncidentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateIncidentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
20
|
* Unique identifier for the support ticket.
|
|
21
21
|
*/
|
|
22
22
|
"incidentKey": string;
|
|
23
|
-
/**
|
|
24
|
-
* The Customer Support Identifier associated with the support account.
|
|
25
|
-
*/
|
|
26
|
-
"csi": string;
|
|
27
23
|
/**
|
|
28
24
|
* Details about the support ticket being updated.
|
|
29
25
|
*/
|
|
30
26
|
"updateIncidentDetails": model.UpdateIncident;
|
|
31
27
|
/**
|
|
32
|
-
*
|
|
28
|
+
* The Customer Support Identifier (CSI) associated with the support account.
|
|
33
29
|
*/
|
|
34
|
-
"
|
|
30
|
+
"csi"?: string;
|
|
35
31
|
/**
|
|
36
32
|
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
|
|
37
33
|
*/
|
|
38
34
|
"opcRequestId"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* The OCID of the tenancy.
|
|
37
|
+
*/
|
|
38
|
+
"compartmentId"?: string;
|
|
39
39
|
/**
|
|
40
40
|
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
41
41
|
*/
|
|
42
42
|
"ifMatch"?: string;
|
|
43
|
+
/**
|
|
44
|
+
* User OCID for Oracle Identity Cloud Service (IDCS) users who also have a federated Oracle Cloud Infrastructure account.
|
|
45
|
+
*/
|
|
46
|
+
"ocid"?: string;
|
|
43
47
|
/**
|
|
44
48
|
* The region of the tenancy.
|
|
45
49
|
*/
|
|
46
50
|
"homeregion"?: string;
|
|
51
|
+
/**
|
|
52
|
+
* Token type that determine which cloud provider the request come from.
|
|
53
|
+
*/
|
|
54
|
+
"bearertokentype"?: string;
|
|
55
|
+
/**
|
|
56
|
+
* Token that provided by multi cloud provider, which help to validate the email.
|
|
57
|
+
*/
|
|
58
|
+
"bearertoken"?: string;
|
|
59
|
+
/**
|
|
60
|
+
* IdToken that provided by multi cloud provider, which help to validate the email.
|
|
61
|
+
*/
|
|
62
|
+
"idtoken"?: string;
|
|
63
|
+
/**
|
|
64
|
+
* The OCID of identity domain.
|
|
65
|
+
*/
|
|
66
|
+
"domainid"?: string;
|
|
47
67
|
}
|
|
@@ -10,19 +10,16 @@
|
|
|
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";
|
|
13
14
|
import common = require("oci-common");
|
|
14
15
|
/**
|
|
15
|
-
* @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/ValidateUser.ts.html |here} to see how to use ValidateUserRequest.
|
|
16
17
|
*/
|
|
17
18
|
export interface ValidateUserRequest extends common.BaseRequest {
|
|
18
19
|
/**
|
|
19
|
-
* The Customer Support Identifier
|
|
20
|
+
* The Customer Support Identifier (CSI) associated with the support account.
|
|
20
21
|
*/
|
|
21
|
-
"csi"
|
|
22
|
-
/**
|
|
23
|
-
* User OCID for Oracle Identity Cloud Service (IDCS) users who also have a federated Oracle Cloud Infrastructure account.
|
|
24
|
-
*/
|
|
25
|
-
"ocid": string;
|
|
22
|
+
"csi"?: string;
|
|
26
23
|
/**
|
|
27
24
|
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
|
|
28
25
|
*/
|
|
@@ -30,9 +27,29 @@ export interface ValidateUserRequest extends common.BaseRequest {
|
|
|
30
27
|
/**
|
|
31
28
|
* The kind of support request.
|
|
32
29
|
*/
|
|
33
|
-
"problemType"?:
|
|
30
|
+
"problemType"?: model.ProblemType;
|
|
31
|
+
/**
|
|
32
|
+
* User OCID for Oracle Identity Cloud Service (IDCS) users who also have a federated Oracle Cloud Infrastructure account.
|
|
33
|
+
*/
|
|
34
|
+
"ocid"?: string;
|
|
34
35
|
/**
|
|
35
36
|
* The region of the tenancy.
|
|
36
37
|
*/
|
|
37
38
|
"homeregion"?: string;
|
|
39
|
+
/**
|
|
40
|
+
* Token type that determine which cloud provider the request come from.
|
|
41
|
+
*/
|
|
42
|
+
"bearertokentype"?: string;
|
|
43
|
+
/**
|
|
44
|
+
* Token that provided by multi cloud provider, which help to validate the email.
|
|
45
|
+
*/
|
|
46
|
+
"bearertoken"?: string;
|
|
47
|
+
/**
|
|
48
|
+
* IdToken that provided by multi cloud provider, which help to validate the email.
|
|
49
|
+
*/
|
|
50
|
+
"idtoken"?: string;
|
|
51
|
+
/**
|
|
52
|
+
* The OCID of identity domain.
|
|
53
|
+
*/
|
|
54
|
+
"domainid"?: string;
|
|
38
55
|
}
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
export interface CreateIncidentResponse {
|
|
15
15
|
/**
|
|
16
|
-
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request identifier.
|
|
17
17
|
*/
|
|
18
18
|
"opcRequestId": string;
|
|
19
19
|
/**
|
|
@@ -10,14 +10,13 @@
|
|
|
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
|
-
|
|
14
|
-
export interface CreateUserResponse {
|
|
13
|
+
export interface GetCsiNumberResponse {
|
|
15
14
|
/**
|
|
16
15
|
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
|
|
17
16
|
*/
|
|
18
17
|
"opcRequestId": string;
|
|
19
18
|
/**
|
|
20
|
-
* The returned
|
|
19
|
+
* The returned string instance.
|
|
21
20
|
*/
|
|
22
|
-
"
|
|
21
|
+
"value": string;
|
|
23
22
|
}
|
|
@@ -12,4 +12,4 @@
|
|
|
12
12
|
* 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.
|
|
13
13
|
*/
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
-
//# sourceMappingURL=
|
|
15
|
+
//# sourceMappingURL=get-csi-number-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-csi-number-response.js","sourceRoot":"","sources":["../../../../../lib/cims/lib/response/get-csi-number-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
package/lib/response/index.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
|
*
|
|
@@ -12,6 +18,8 @@
|
|
|
12
18
|
*/
|
|
13
19
|
import * as CreateIncidentResponse from "./create-incident-response";
|
|
14
20
|
export import CreateIncidentResponse = CreateIncidentResponse.CreateIncidentResponse;
|
|
21
|
+
import * as GetCsiNumberResponse from "./get-csi-number-response";
|
|
22
|
+
export import GetCsiNumberResponse = GetCsiNumberResponse.GetCsiNumberResponse;
|
|
15
23
|
import * as GetIncidentResponse from "./get-incident-response";
|
|
16
24
|
export import GetIncidentResponse = GetIncidentResponse.GetIncidentResponse;
|
|
17
25
|
import * as GetStatusResponse from "./get-status-response";
|
|
@@ -24,5 +32,3 @@ import * as UpdateIncidentResponse from "./update-incident-response";
|
|
|
24
32
|
export import UpdateIncidentResponse = UpdateIncidentResponse.UpdateIncidentResponse;
|
|
25
33
|
import * as ValidateUserResponse from "./validate-user-response";
|
|
26
34
|
export import ValidateUserResponse = ValidateUserResponse.ValidateUserResponse;
|
|
27
|
-
import * as CreateUserResponse from "./create-user-response";
|
|
28
|
-
export import CreateUserResponse = CreateUserResponse.CreateUserResponse;
|
package/lib/response/index.js
CHANGED
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Support Management API
|
|
4
|
-
* Use the Support Management API to manage support requests.
|
|
4
|
+
* Use the Support Management API to manage support requests.
|
|
5
|
+
For more information, see [Getting Help and Contacting Support](/iaas/Content/GSG/Tasks/contactingsupport.htm).
|
|
6
|
+
|
|
7
|
+
**Note**: Before you can create service requests with this API,
|
|
8
|
+
you need to have an Oracle Single Sign On (SSO) account,
|
|
9
|
+
and you need to register your Customer Support Identifier (CSI) with My Oracle Support.
|
|
10
|
+
|
|
5
11
|
* OpenAPI spec version: 20181231
|
|
6
12
|
* Contact: oci_ops_cims_dev_us_grp@oracle.com
|
|
7
13
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/cims/lib/response/index.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/cims/lib/response/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG"}
|
|
@@ -20,6 +20,14 @@ export interface ListIncidentsResponse {
|
|
|
20
20
|
* For list pagination. When this header appears in the response, additional pages of results remain. For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
|
|
21
21
|
*/
|
|
22
22
|
"opcNextPage": string;
|
|
23
|
+
/**
|
|
24
|
+
* For list pagination. When this header appears in the response, previous pages of results can be queried. For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
|
|
25
|
+
*/
|
|
26
|
+
"opcPrevPage": string;
|
|
27
|
+
/**
|
|
28
|
+
* Returns the age of the incidents in the response in epoch milliseconds. This is used because the incidents might be cached.
|
|
29
|
+
*/
|
|
30
|
+
"asOfTime": string;
|
|
23
31
|
/**
|
|
24
32
|
* A list of IncidentSummary instances.
|
|
25
33
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-cims",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.70.0",
|
|
4
4
|
"description": "OCI NodeJS client for Cims ",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"license": "(UPL-1.0 OR Apache-2.0)",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"oci-common": "2.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.70.0",
|
|
19
|
+
"oci-workrequests": "2.70.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Support Management API
|
|
3
|
-
* Use the Support Management API to manage support requests. For more information, see [Getting Help and Contacting Support](/iaas/Content/GSG/Tasks/contactingsupport.htm). **Note**: Before you can create service requests with this API, you need to have an Oracle Single Sign On (SSO) account, and you need to register your Customer Support Identifier (CSI) with My Oracle Support.
|
|
4
|
-
* OpenAPI spec version: 20181231
|
|
5
|
-
* Contact: oci_ops_cims_dev_us_grp@oracle.com
|
|
6
|
-
*
|
|
7
|
-
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
-
* Do not edit the class manually.
|
|
9
|
-
*
|
|
10
|
-
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
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
|
-
*/
|
|
13
|
-
/**
|
|
14
|
-
* The list of availability domains supported by the Support Management API.
|
|
15
|
-
**/
|
|
16
|
-
export declare enum AvailabilityDomain {
|
|
17
|
-
Dev1 = "DEV_1",
|
|
18
|
-
Dev2 = "DEV_2",
|
|
19
|
-
Dev3 = "DEV_3",
|
|
20
|
-
IntegNext1 = "INTEG_NEXT_1",
|
|
21
|
-
IntegStable1 = "INTEG_STABLE_1",
|
|
22
|
-
SeaAd1 = "SEA_AD_1",
|
|
23
|
-
SeaAd2 = "SEA_AD_2",
|
|
24
|
-
SeaAd3 = "SEA_AD_3",
|
|
25
|
-
PhxAd1 = "PHX_AD_1",
|
|
26
|
-
PhxAd2 = "PHX_AD_2",
|
|
27
|
-
PhxAd3 = "PHX_AD_3",
|
|
28
|
-
UsAshburnAd1 = "US_ASHBURN_AD_1",
|
|
29
|
-
UsAshburnAd2 = "US_ASHBURN_AD_2",
|
|
30
|
-
UsAshburnAd3 = "US_ASHBURN_AD_3",
|
|
31
|
-
UsAshburnAd4 = "US_ASHBURN_AD_4",
|
|
32
|
-
EuFrankfurt1Ad1 = "EU_FRANKFURT_1_AD_1",
|
|
33
|
-
EuFrankfurt1Ad2 = "EU_FRANKFURT_1_AD_2",
|
|
34
|
-
EuFrankfurt1Ad3 = "EU_FRANKFURT_1_AD_3",
|
|
35
|
-
UkLondon1Ad1 = "UK_LONDON_1_AD_1",
|
|
36
|
-
UkLondon1Ad2 = "UK_LONDON_1_AD_2",
|
|
37
|
-
UkLondon1Ad3 = "UK_LONDON_1_AD_3",
|
|
38
|
-
CaToronto1Ad1 = "CA_TORONTO_1_AD_1",
|
|
39
|
-
ApTokyo1Ad1 = "AP_TOKYO_1_AD_1",
|
|
40
|
-
ApSeoul1Ad1 = "AP_SEOUL_1_AD_1",
|
|
41
|
-
ApMumbai1Ad1 = "AP_MUMBAI_1_AD_1",
|
|
42
|
-
SaSaopaulo1Ad1 = "SA_SAOPAULO_1_AD_1",
|
|
43
|
-
MeJeddah1Ad1 = "ME_JEDDAH_1_AD_1",
|
|
44
|
-
ApOsaka1Ad1 = "AP_OSAKA_1_AD_1",
|
|
45
|
-
ApSydney1Ad1 = "AP_SYDNEY_1_AD_1",
|
|
46
|
-
EuZurich1Ad1 = "EU_ZURICH_1_AD_1",
|
|
47
|
-
EuAmsterdam1Ad1 = "EU_AMSTERDAM_1_AD_1",
|
|
48
|
-
ApMelbourne1Ad1 = "AP_MELBOURNE_1_AD_1",
|
|
49
|
-
CaMontreal1Ad1 = "CA_MONTREAL_1_AD_1",
|
|
50
|
-
ApHyderabad1Ad1 = "AP_HYDERABAD_1_AD_1",
|
|
51
|
-
ApChuncheon1Ad1 = "AP_CHUNCHEON_1_AD_1",
|
|
52
|
-
NoAd = "NO_AD",
|
|
53
|
-
/**
|
|
54
|
-
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
55
|
-
* version of the SDK.
|
|
56
|
-
*/
|
|
57
|
-
UnknownValue = "UNKNOWN_VALUE"
|
|
58
|
-
}
|
|
59
|
-
export declare namespace AvailabilityDomain {
|
|
60
|
-
function getJsonObj(obj: AvailabilityDomain): AvailabilityDomain;
|
|
61
|
-
function getDeserializedJsonObj(obj: AvailabilityDomain): AvailabilityDomain;
|
|
62
|
-
}
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* Support Management API
|
|
4
|
-
* Use the Support Management API to manage support requests. For more information, see [Getting Help and Contacting Support](/iaas/Content/GSG/Tasks/contactingsupport.htm). **Note**: Before you can create service requests with this API, you need to have an Oracle Single Sign On (SSO) account, and you need to register your Customer Support Identifier (CSI) with My Oracle Support.
|
|
5
|
-
* OpenAPI spec version: 20181231
|
|
6
|
-
* Contact: oci_ops_cims_dev_us_grp@oracle.com
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
-
* Do not edit the class manually.
|
|
10
|
-
*
|
|
11
|
-
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
-
* 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.
|
|
13
|
-
*/
|
|
14
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
-
exports.AvailabilityDomain = void 0;
|
|
16
|
-
/**
|
|
17
|
-
* The list of availability domains supported by the Support Management API.
|
|
18
|
-
**/
|
|
19
|
-
var AvailabilityDomain;
|
|
20
|
-
(function (AvailabilityDomain) {
|
|
21
|
-
AvailabilityDomain["Dev1"] = "DEV_1";
|
|
22
|
-
AvailabilityDomain["Dev2"] = "DEV_2";
|
|
23
|
-
AvailabilityDomain["Dev3"] = "DEV_3";
|
|
24
|
-
AvailabilityDomain["IntegNext1"] = "INTEG_NEXT_1";
|
|
25
|
-
AvailabilityDomain["IntegStable1"] = "INTEG_STABLE_1";
|
|
26
|
-
AvailabilityDomain["SeaAd1"] = "SEA_AD_1";
|
|
27
|
-
AvailabilityDomain["SeaAd2"] = "SEA_AD_2";
|
|
28
|
-
AvailabilityDomain["SeaAd3"] = "SEA_AD_3";
|
|
29
|
-
AvailabilityDomain["PhxAd1"] = "PHX_AD_1";
|
|
30
|
-
AvailabilityDomain["PhxAd2"] = "PHX_AD_2";
|
|
31
|
-
AvailabilityDomain["PhxAd3"] = "PHX_AD_3";
|
|
32
|
-
AvailabilityDomain["UsAshburnAd1"] = "US_ASHBURN_AD_1";
|
|
33
|
-
AvailabilityDomain["UsAshburnAd2"] = "US_ASHBURN_AD_2";
|
|
34
|
-
AvailabilityDomain["UsAshburnAd3"] = "US_ASHBURN_AD_3";
|
|
35
|
-
AvailabilityDomain["UsAshburnAd4"] = "US_ASHBURN_AD_4";
|
|
36
|
-
AvailabilityDomain["EuFrankfurt1Ad1"] = "EU_FRANKFURT_1_AD_1";
|
|
37
|
-
AvailabilityDomain["EuFrankfurt1Ad2"] = "EU_FRANKFURT_1_AD_2";
|
|
38
|
-
AvailabilityDomain["EuFrankfurt1Ad3"] = "EU_FRANKFURT_1_AD_3";
|
|
39
|
-
AvailabilityDomain["UkLondon1Ad1"] = "UK_LONDON_1_AD_1";
|
|
40
|
-
AvailabilityDomain["UkLondon1Ad2"] = "UK_LONDON_1_AD_2";
|
|
41
|
-
AvailabilityDomain["UkLondon1Ad3"] = "UK_LONDON_1_AD_3";
|
|
42
|
-
AvailabilityDomain["CaToronto1Ad1"] = "CA_TORONTO_1_AD_1";
|
|
43
|
-
AvailabilityDomain["ApTokyo1Ad1"] = "AP_TOKYO_1_AD_1";
|
|
44
|
-
AvailabilityDomain["ApSeoul1Ad1"] = "AP_SEOUL_1_AD_1";
|
|
45
|
-
AvailabilityDomain["ApMumbai1Ad1"] = "AP_MUMBAI_1_AD_1";
|
|
46
|
-
AvailabilityDomain["SaSaopaulo1Ad1"] = "SA_SAOPAULO_1_AD_1";
|
|
47
|
-
AvailabilityDomain["MeJeddah1Ad1"] = "ME_JEDDAH_1_AD_1";
|
|
48
|
-
AvailabilityDomain["ApOsaka1Ad1"] = "AP_OSAKA_1_AD_1";
|
|
49
|
-
AvailabilityDomain["ApSydney1Ad1"] = "AP_SYDNEY_1_AD_1";
|
|
50
|
-
AvailabilityDomain["EuZurich1Ad1"] = "EU_ZURICH_1_AD_1";
|
|
51
|
-
AvailabilityDomain["EuAmsterdam1Ad1"] = "EU_AMSTERDAM_1_AD_1";
|
|
52
|
-
AvailabilityDomain["ApMelbourne1Ad1"] = "AP_MELBOURNE_1_AD_1";
|
|
53
|
-
AvailabilityDomain["CaMontreal1Ad1"] = "CA_MONTREAL_1_AD_1";
|
|
54
|
-
AvailabilityDomain["ApHyderabad1Ad1"] = "AP_HYDERABAD_1_AD_1";
|
|
55
|
-
AvailabilityDomain["ApChuncheon1Ad1"] = "AP_CHUNCHEON_1_AD_1";
|
|
56
|
-
AvailabilityDomain["NoAd"] = "NO_AD";
|
|
57
|
-
/**
|
|
58
|
-
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
59
|
-
* version of the SDK.
|
|
60
|
-
*/
|
|
61
|
-
AvailabilityDomain["UnknownValue"] = "UNKNOWN_VALUE";
|
|
62
|
-
})(AvailabilityDomain = exports.AvailabilityDomain || (exports.AvailabilityDomain = {}));
|
|
63
|
-
(function (AvailabilityDomain) {
|
|
64
|
-
function getJsonObj(obj) {
|
|
65
|
-
return obj;
|
|
66
|
-
}
|
|
67
|
-
AvailabilityDomain.getJsonObj = getJsonObj;
|
|
68
|
-
function getDeserializedJsonObj(obj) {
|
|
69
|
-
return obj;
|
|
70
|
-
}
|
|
71
|
-
AvailabilityDomain.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
72
|
-
})(AvailabilityDomain = exports.AvailabilityDomain || (exports.AvailabilityDomain = {}));
|
|
73
|
-
//# sourceMappingURL=availability-domain.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"availability-domain.js","sourceRoot":"","sources":["../../../../../lib/cims/lib/model/availability-domain.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,kBA2CX;AA3CD,WAAY,kBAAkB;IAC5B,oCAAc,CAAA;IACd,oCAAc,CAAA;IACd,oCAAc,CAAA;IACd,iDAA2B,CAAA;IAC3B,qDAA+B,CAAA;IAC/B,yCAAmB,CAAA;IACnB,yCAAmB,CAAA;IACnB,yCAAmB,CAAA;IACnB,yCAAmB,CAAA;IACnB,yCAAmB,CAAA;IACnB,yCAAmB,CAAA;IACnB,sDAAgC,CAAA;IAChC,sDAAgC,CAAA;IAChC,sDAAgC,CAAA;IAChC,sDAAgC,CAAA;IAChC,6DAAuC,CAAA;IACvC,6DAAuC,CAAA;IACvC,6DAAuC,CAAA;IACvC,uDAAiC,CAAA;IACjC,uDAAiC,CAAA;IACjC,uDAAiC,CAAA;IACjC,yDAAmC,CAAA;IACnC,qDAA+B,CAAA;IAC/B,qDAA+B,CAAA;IAC/B,uDAAiC,CAAA;IACjC,2DAAqC,CAAA;IACrC,uDAAiC,CAAA;IACjC,qDAA+B,CAAA;IAC/B,uDAAiC,CAAA;IACjC,uDAAiC,CAAA;IACjC,6DAAuC,CAAA;IACvC,6DAAuC,CAAA;IACvC,2DAAqC,CAAA;IACrC,6DAAuC,CAAA;IACvC,6DAAuC,CAAA;IACvC,oCAAc,CAAA;IAEd;;;OAGG;IACH,oDAA8B,CAAA;AAChC,CAAC,EA3CW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QA2C7B;AAED,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB;QAChD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,6BAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,yCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAOlC"}
|