oci-dashboardservice 2.12.1

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.
Files changed (128) hide show
  1. package/LICENSE.txt +89 -0
  2. package/NOTICE.txt +1 -0
  3. package/README.md +22 -0
  4. package/THIRD_PARTY_LICENSES.txt +1521 -0
  5. package/index.d.ts +33 -0
  6. package/index.js +56 -0
  7. package/index.js.map +1 -0
  8. package/lib/client.d.ts +235 -0
  9. package/lib/client.js +894 -0
  10. package/lib/client.js.map +1 -0
  11. package/lib/dashboard-waiter.d.ts +37 -0
  12. package/lib/dashboard-waiter.js +73 -0
  13. package/lib/dashboard-waiter.js.map +1 -0
  14. package/lib/dashboardgroup-waiter.d.ts +37 -0
  15. package/lib/dashboardgroup-waiter.js +73 -0
  16. package/lib/dashboardgroup-waiter.js.map +1 -0
  17. package/lib/model/create-dashboard-details.d.ts +66 -0
  18. package/lib/model/create-dashboard-details.js +73 -0
  19. package/lib/model/create-dashboard-details.js.map +1 -0
  20. package/lib/model/create-dashboard-group-details.d.ts +63 -0
  21. package/lib/model/create-dashboard-group-details.js +37 -0
  22. package/lib/model/create-dashboard-group-details.js.map +1 -0
  23. package/lib/model/create-v1-dashboard-details.d.ts +43 -0
  24. package/lib/model/create-v1-dashboard-details.js +62 -0
  25. package/lib/model/create-v1-dashboard-details.js.map +1 -0
  26. package/lib/model/dashboard-collection.d.ts +34 -0
  27. package/lib/model/dashboard-collection.js +69 -0
  28. package/lib/model/dashboard-collection.js.map +1 -0
  29. package/lib/model/dashboard-group-collection.d.ts +34 -0
  30. package/lib/model/dashboard-group-collection.js +69 -0
  31. package/lib/model/dashboard-group-collection.js.map +1 -0
  32. package/lib/model/dashboard-group-summary.d.ts +95 -0
  33. package/lib/model/dashboard-group-summary.js +37 -0
  34. package/lib/model/dashboard-group-summary.js.map +1 -0
  35. package/lib/model/dashboard-group.d.ts +108 -0
  36. package/lib/model/dashboard-group.js +51 -0
  37. package/lib/model/dashboard-group.js.map +1 -0
  38. package/lib/model/dashboard-summary.d.ts +99 -0
  39. package/lib/model/dashboard-summary.js +37 -0
  40. package/lib/model/dashboard-summary.js.map +1 -0
  41. package/lib/model/dashboard.d.ts +115 -0
  42. package/lib/model/dashboard.js +87 -0
  43. package/lib/model/dashboard.js.map +1 -0
  44. package/lib/model/index.d.ts +48 -0
  45. package/lib/model/index.js +71 -0
  46. package/lib/model/index.js.map +1 -0
  47. package/lib/model/sort-order.d.ts +31 -0
  48. package/lib/model/sort-order.js +42 -0
  49. package/lib/model/sort-order.js.map +1 -0
  50. package/lib/model/update-dashboard-details.d.ts +62 -0
  51. package/lib/model/update-dashboard-details.js +73 -0
  52. package/lib/model/update-dashboard-details.js.map +1 -0
  53. package/lib/model/update-dashboard-group-details.d.ts +59 -0
  54. package/lib/model/update-dashboard-group-details.js +37 -0
  55. package/lib/model/update-dashboard-group-details.js.map +1 -0
  56. package/lib/model/update-v1-dashboard-details.d.ts +43 -0
  57. package/lib/model/update-v1-dashboard-details.js +62 -0
  58. package/lib/model/update-v1-dashboard-details.js.map +1 -0
  59. package/lib/model/v1-dashboard.d.ts +43 -0
  60. package/lib/model/v1-dashboard.js +58 -0
  61. package/lib/model/v1-dashboard.js.map +1 -0
  62. package/lib/request/create-dashboard-group-request.d.ts +45 -0
  63. package/lib/request/create-dashboard-group-request.js +15 -0
  64. package/lib/request/create-dashboard-group-request.js.map +1 -0
  65. package/lib/request/create-dashboard-request.d.ts +45 -0
  66. package/lib/request/create-dashboard-request.js +15 -0
  67. package/lib/request/create-dashboard-request.js.map +1 -0
  68. package/lib/request/delete-dashboard-group-request.d.ts +44 -0
  69. package/lib/request/delete-dashboard-group-request.js +15 -0
  70. package/lib/request/delete-dashboard-group-request.js.map +1 -0
  71. package/lib/request/delete-dashboard-request.d.ts +44 -0
  72. package/lib/request/delete-dashboard-request.js +15 -0
  73. package/lib/request/delete-dashboard-request.js.map +1 -0
  74. package/lib/request/get-dashboard-group-request.d.ts +35 -0
  75. package/lib/request/get-dashboard-group-request.js +15 -0
  76. package/lib/request/get-dashboard-group-request.js.map +1 -0
  77. package/lib/request/get-dashboard-request.d.ts +35 -0
  78. package/lib/request/get-dashboard-request.js +15 -0
  79. package/lib/request/get-dashboard-request.js.map +1 -0
  80. package/lib/request/index.d.ts +40 -0
  81. package/lib/request/index.js +47 -0
  82. package/lib/request/index.js.map +1 -0
  83. package/lib/request/list-dashboard-groups-request.d.ts +74 -0
  84. package/lib/request/list-dashboard-groups-request.js +24 -0
  85. package/lib/request/list-dashboard-groups-request.js.map +1 -0
  86. package/lib/request/list-dashboards-request.d.ts +74 -0
  87. package/lib/request/list-dashboards-request.js +24 -0
  88. package/lib/request/list-dashboards-request.js.map +1 -0
  89. package/lib/request/update-dashboard-group-request.d.ts +49 -0
  90. package/lib/request/update-dashboard-group-request.js +15 -0
  91. package/lib/request/update-dashboard-group-request.js.map +1 -0
  92. package/lib/request/update-dashboard-request.d.ts +49 -0
  93. package/lib/request/update-dashboard-request.js +15 -0
  94. package/lib/request/update-dashboard-request.js.map +1 -0
  95. package/lib/response/create-dashboard-group-response.d.ts +30 -0
  96. package/lib/response/create-dashboard-group-response.js +15 -0
  97. package/lib/response/create-dashboard-group-response.js.map +1 -0
  98. package/lib/response/create-dashboard-response.d.ts +30 -0
  99. package/lib/response/create-dashboard-response.js +15 -0
  100. package/lib/response/create-dashboard-response.js.map +1 -0
  101. package/lib/response/delete-dashboard-group-response.d.ts +20 -0
  102. package/lib/response/delete-dashboard-group-response.js +15 -0
  103. package/lib/response/delete-dashboard-group-response.js.map +1 -0
  104. package/lib/response/delete-dashboard-response.d.ts +20 -0
  105. package/lib/response/delete-dashboard-response.js +15 -0
  106. package/lib/response/delete-dashboard-response.js.map +1 -0
  107. package/lib/response/get-dashboard-group-response.d.ts +30 -0
  108. package/lib/response/get-dashboard-group-response.js +15 -0
  109. package/lib/response/get-dashboard-group-response.js.map +1 -0
  110. package/lib/response/get-dashboard-response.d.ts +30 -0
  111. package/lib/response/get-dashboard-response.js +15 -0
  112. package/lib/response/get-dashboard-response.js.map +1 -0
  113. package/lib/response/index.d.ts +40 -0
  114. package/lib/response/index.js +23 -0
  115. package/lib/response/index.js.map +1 -0
  116. package/lib/response/list-dashboard-groups-response.d.ts +32 -0
  117. package/lib/response/list-dashboard-groups-response.js +15 -0
  118. package/lib/response/list-dashboard-groups-response.js.map +1 -0
  119. package/lib/response/list-dashboards-response.d.ts +32 -0
  120. package/lib/response/list-dashboards-response.js +15 -0
  121. package/lib/response/list-dashboards-response.js.map +1 -0
  122. package/lib/response/update-dashboard-group-response.d.ts +30 -0
  123. package/lib/response/update-dashboard-group-response.js +15 -0
  124. package/lib/response/update-dashboard-group-response.js.map +1 -0
  125. package/lib/response/update-dashboard-response.d.ts +30 -0
  126. package/lib/response/update-dashboard-response.js +15 -0
  127. package/lib/response/update-dashboard-response.js.map +1 -0
  128. package/package.json +29 -0
@@ -0,0 +1,115 @@
1
+ /**
2
+ * Dashboards API
3
+ * Use the Oracle Cloud Infrastructure Dashboards service API to manage dashboards in the Console.
4
+ Dashboards provide an organized and customizable view of resources and their metrics in the Console.
5
+ For more information, see [Dashboards](/Content/Dashboards/home.htm).
6
+
7
+ **Important:** Resources for the Dashboards service are created in the tenacy's home region.
8
+ Although it is possible to create dashboard and dashboard group resources in regions other than the home region,
9
+ you won't be able to view those resources in the Console.
10
+ Therefore, creating resources outside of the home region is not recommended.
11
+
12
+ * OpenAPI spec version: 20210731
13
+ *
14
+ *
15
+ * NOTE: This class is auto generated by OracleSDKGenerator.
16
+ * Do not edit the class manually.
17
+ *
18
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
19
+ * 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.
20
+ */
21
+ /**
22
+ * The base schema for a dashboard.
23
+ * Derived schemas have configurations and widgets specific to the `schemaVersion`.
24
+ *
25
+ */
26
+ export interface Dashboard {
27
+ /**
28
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the dashboard resource.
29
+ */
30
+ "id": string;
31
+ /**
32
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the dashboard group that the dashboard belongs to.
33
+ */
34
+ "dashboardGroupId": string;
35
+ /**
36
+ * A user-friendly name for the dashboard. Does not have to be unique, and it can be changed. Avoid entering confidential information.
37
+ * Leading and trailing spaces and the following special characters are not allowed: <>()=/'\"&\\
38
+ *
39
+ */
40
+ "displayName": string;
41
+ /**
42
+ * A short description of the dashboard. It can be changed. Avoid entering confidential information.
43
+ * The following special characters are not allowed: <>()=/'\"&\\
44
+ *
45
+ */
46
+ "description": string;
47
+ /**
48
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the dashboard. A dashboard is always in the same compartment as its dashboard group.
49
+ */
50
+ "compartmentId": string;
51
+ /**
52
+ * The date and time the dashboard was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
53
+ * <p>
54
+ Example: `2016-08-25T21:10:29.600Z`
55
+ *
56
+ */
57
+ "timeCreated": Date;
58
+ /**
59
+ * The date and time the dashboard was updated, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
60
+ * <p>
61
+ Example: `2016-08-25T21:10:29.600Z`
62
+ *
63
+ */
64
+ "timeUpdated": Date;
65
+ /**
66
+ * The current state of the dashboard.
67
+ */
68
+ "lifecycleState": Dashboard.LifecycleState;
69
+ /**
70
+ * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
71
+ * Example: `{\"bar-key\": \"value\"}`
72
+ *
73
+ */
74
+ "freeformTags": {
75
+ [key: string]: string;
76
+ };
77
+ /**
78
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace.
79
+ * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
80
+ *
81
+ */
82
+ "definedTags": {
83
+ [key: string]: {
84
+ [key: string]: any;
85
+ };
86
+ };
87
+ /**
88
+ * Usage of system tag keys. These predefined keys are scoped to namespaces.
89
+ * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
90
+ *
91
+ */
92
+ "systemTags"?: {
93
+ [key: string]: {
94
+ [key: string]: any;
95
+ };
96
+ };
97
+ "schemaVersion": string;
98
+ }
99
+ export declare namespace Dashboard {
100
+ enum LifecycleState {
101
+ Creating = "CREATING",
102
+ Updating = "UPDATING",
103
+ Active = "ACTIVE",
104
+ Deleting = "DELETING",
105
+ Deleted = "DELETED",
106
+ Failed = "FAILED",
107
+ /**
108
+ * This value is used if a service returns a value for this enum that is not recognized by this
109
+ * version of the SDK.
110
+ */
111
+ UnknownValue = "UNKNOWN_VALUE"
112
+ }
113
+ function getJsonObj(obj: Dashboard): object;
114
+ function getDeserializedJsonObj(obj: Dashboard): object;
115
+ }
@@ -0,0 +1,87 @@
1
+ "use strict";
2
+ /**
3
+ * Dashboards API
4
+ * Use the Oracle Cloud Infrastructure Dashboards service API to manage dashboards in the Console.
5
+ Dashboards provide an organized and customizable view of resources and their metrics in the Console.
6
+ For more information, see [Dashboards](/Content/Dashboards/home.htm).
7
+
8
+ **Important:** Resources for the Dashboards service are created in the tenacy's home region.
9
+ Although it is possible to create dashboard and dashboard group resources in regions other than the home region,
10
+ you won't be able to view those resources in the Console.
11
+ Therefore, creating resources outside of the home region is not recommended.
12
+
13
+ * OpenAPI spec version: 20210731
14
+ *
15
+ *
16
+ * NOTE: This class is auto generated by OracleSDKGenerator.
17
+ * Do not edit the class manually.
18
+ *
19
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
20
+ * 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.
21
+ */
22
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
23
+ if (k2 === undefined) k2 = k;
24
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
25
+ }) : (function(o, m, k, k2) {
26
+ if (k2 === undefined) k2 = k;
27
+ o[k2] = m[k];
28
+ }));
29
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
30
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
31
+ }) : function(o, v) {
32
+ o["default"] = v;
33
+ });
34
+ var __importStar = (this && this.__importStar) || function (mod) {
35
+ if (mod && mod.__esModule) return mod;
36
+ var result = {};
37
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
38
+ __setModuleDefault(result, mod);
39
+ return result;
40
+ };
41
+ Object.defineProperty(exports, "__esModule", { value: true });
42
+ exports.Dashboard = void 0;
43
+ const model = __importStar(require("../model"));
44
+ var Dashboard;
45
+ (function (Dashboard) {
46
+ let LifecycleState;
47
+ (function (LifecycleState) {
48
+ LifecycleState["Creating"] = "CREATING";
49
+ LifecycleState["Updating"] = "UPDATING";
50
+ LifecycleState["Active"] = "ACTIVE";
51
+ LifecycleState["Deleting"] = "DELETING";
52
+ LifecycleState["Deleted"] = "DELETED";
53
+ LifecycleState["Failed"] = "FAILED";
54
+ /**
55
+ * This value is used if a service returns a value for this enum that is not recognized by this
56
+ * version of the SDK.
57
+ */
58
+ LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
59
+ })(LifecycleState = Dashboard.LifecycleState || (Dashboard.LifecycleState = {}));
60
+ function getJsonObj(obj) {
61
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
62
+ if ("schemaVersion" in obj && obj.schemaVersion) {
63
+ switch (obj.schemaVersion) {
64
+ case "V1":
65
+ return model.V1Dashboard.getJsonObj(jsonObj, true);
66
+ default:
67
+ throw Error("Unknown value for: " + obj.schemaVersion);
68
+ }
69
+ }
70
+ return jsonObj;
71
+ }
72
+ Dashboard.getJsonObj = getJsonObj;
73
+ function getDeserializedJsonObj(obj) {
74
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
75
+ if ("schemaVersion" in obj && obj.schemaVersion) {
76
+ switch (obj.schemaVersion) {
77
+ case "V1":
78
+ return model.V1Dashboard.getDeserializedJsonObj(jsonObj, true);
79
+ default:
80
+ throw Error("Unknown value for: " + obj.schemaVersion);
81
+ }
82
+ }
83
+ return jsonObj;
84
+ }
85
+ Dashboard.getDeserializedJsonObj = getDeserializedJsonObj;
86
+ })(Dashboard = exports.Dashboard || (exports.Dashboard = {}));
87
+ //# sourceMappingURL=dashboard.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dashboard.js","sourceRoot":"","sources":["../../../../../lib/dashboardservice/lib/model/dashboard.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAyElC,IAAiB,SAAS,CA4CzB;AA5CD,WAAiB,SAAS;IACxB,IAAY,cAYX;IAZD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAZW,cAAc,GAAd,wBAAc,KAAd,wBAAc,QAYzB;IAED,SAAgB,UAAU,CAAC,GAAc;QACvC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,eAAe,IAAI,GAAG,IAAI,GAAG,CAAC,aAAa,EAAE;YAC/C,QAAQ,GAAG,CAAC,aAAa,EAAE;gBACzB,KAAK,IAAI;oBACP,OAAO,KAAK,CAAC,WAAW,CAAC,UAAU,CAA6B,OAAQ,EAAE,IAAI,CAAC,CAAC;gBAClF;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,aAAa,CAAC,CAAC;aAC1D;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,oBAAU,aAYzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAc;QACnD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,eAAe,IAAI,GAAG,IAAI,GAAG,CAAC,aAAa,EAAE;YAC/C,QAAQ,GAAG,CAAC,aAAa,EAAE;gBACzB,KAAK,IAAI;oBACP,OAAO,KAAK,CAAC,WAAW,CAAC,sBAAsB,CACjB,OAAQ,EACpC,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,aAAa,CAAC,CAAC;aAC1D;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,gCAAsB,yBAerC,CAAA;AACH,CAAC,EA5CgB,SAAS,GAAT,iBAAS,KAAT,iBAAS,QA4CzB"}
@@ -0,0 +1,48 @@
1
+ /**
2
+ * Dashboards API
3
+ * Use the Oracle Cloud Infrastructure Dashboards service API to manage dashboards in the Console.
4
+ Dashboards provide an organized and customizable view of resources and their metrics in the Console.
5
+ For more information, see [Dashboards](/Content/Dashboards/home.htm).
6
+
7
+ **Important:** Resources for the Dashboards service are created in the tenacy's home region.
8
+ Although it is possible to create dashboard and dashboard group resources in regions other than the home region,
9
+ you won't be able to view those resources in the Console.
10
+ Therefore, creating resources outside of the home region is not recommended.
11
+
12
+ * OpenAPI spec version: 20210731
13
+ *
14
+ *
15
+ * NOTE: This class is auto generated by OracleSDKGenerator.
16
+ * Do not edit the class manually.
17
+ *
18
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
19
+ * 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.
20
+ */
21
+ import * as CreateDashboardDetails from "./create-dashboard-details";
22
+ export import CreateDashboardDetails = CreateDashboardDetails.CreateDashboardDetails;
23
+ import * as CreateDashboardGroupDetails from "./create-dashboard-group-details";
24
+ export import CreateDashboardGroupDetails = CreateDashboardGroupDetails.CreateDashboardGroupDetails;
25
+ import * as Dashboard from "./dashboard";
26
+ export import Dashboard = Dashboard.Dashboard;
27
+ import * as DashboardCollection from "./dashboard-collection";
28
+ export import DashboardCollection = DashboardCollection.DashboardCollection;
29
+ import * as DashboardGroup from "./dashboard-group";
30
+ export import DashboardGroup = DashboardGroup.DashboardGroup;
31
+ import * as DashboardGroupCollection from "./dashboard-group-collection";
32
+ export import DashboardGroupCollection = DashboardGroupCollection.DashboardGroupCollection;
33
+ import * as DashboardGroupSummary from "./dashboard-group-summary";
34
+ export import DashboardGroupSummary = DashboardGroupSummary.DashboardGroupSummary;
35
+ import * as DashboardSummary from "./dashboard-summary";
36
+ export import DashboardSummary = DashboardSummary.DashboardSummary;
37
+ import * as SortOrder from "./sort-order";
38
+ export import SortOrder = SortOrder.SortOrder;
39
+ import * as UpdateDashboardDetails from "./update-dashboard-details";
40
+ export import UpdateDashboardDetails = UpdateDashboardDetails.UpdateDashboardDetails;
41
+ import * as UpdateDashboardGroupDetails from "./update-dashboard-group-details";
42
+ export import UpdateDashboardGroupDetails = UpdateDashboardGroupDetails.UpdateDashboardGroupDetails;
43
+ import * as CreateV1DashboardDetails from "./create-v1-dashboard-details";
44
+ export import CreateV1DashboardDetails = CreateV1DashboardDetails.CreateV1DashboardDetails;
45
+ import * as UpdateV1DashboardDetails from "./update-v1-dashboard-details";
46
+ export import UpdateV1DashboardDetails = UpdateV1DashboardDetails.UpdateV1DashboardDetails;
47
+ import * as V1Dashboard from "./v1-dashboard";
48
+ export import V1Dashboard = V1Dashboard.V1Dashboard;
@@ -0,0 +1,71 @@
1
+ "use strict";
2
+ /**
3
+ * Dashboards API
4
+ * Use the Oracle Cloud Infrastructure Dashboards service API to manage dashboards in the Console.
5
+ Dashboards provide an organized and customizable view of resources and their metrics in the Console.
6
+ For more information, see [Dashboards](/Content/Dashboards/home.htm).
7
+
8
+ **Important:** Resources for the Dashboards service are created in the tenacy's home region.
9
+ Although it is possible to create dashboard and dashboard group resources in regions other than the home region,
10
+ you won't be able to view those resources in the Console.
11
+ Therefore, creating resources outside of the home region is not recommended.
12
+
13
+ * OpenAPI spec version: 20210731
14
+ *
15
+ *
16
+ * NOTE: This class is auto generated by OracleSDKGenerator.
17
+ * Do not edit the class manually.
18
+ *
19
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
20
+ * 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.
21
+ */
22
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
23
+ if (k2 === undefined) k2 = k;
24
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
25
+ }) : (function(o, m, k, k2) {
26
+ if (k2 === undefined) k2 = k;
27
+ o[k2] = m[k];
28
+ }));
29
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
30
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
31
+ }) : function(o, v) {
32
+ o["default"] = v;
33
+ });
34
+ var __importStar = (this && this.__importStar) || function (mod) {
35
+ if (mod && mod.__esModule) return mod;
36
+ var result = {};
37
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
38
+ __setModuleDefault(result, mod);
39
+ return result;
40
+ };
41
+ Object.defineProperty(exports, "__esModule", { value: true });
42
+ exports.V1Dashboard = exports.UpdateV1DashboardDetails = exports.CreateV1DashboardDetails = exports.UpdateDashboardGroupDetails = exports.UpdateDashboardDetails = exports.SortOrder = exports.DashboardSummary = exports.DashboardGroupSummary = exports.DashboardGroupCollection = exports.DashboardGroup = exports.DashboardCollection = exports.Dashboard = exports.CreateDashboardGroupDetails = exports.CreateDashboardDetails = void 0;
43
+ const CreateDashboardDetails = __importStar(require("./create-dashboard-details"));
44
+ exports.CreateDashboardDetails = CreateDashboardDetails.CreateDashboardDetails;
45
+ const CreateDashboardGroupDetails = __importStar(require("./create-dashboard-group-details"));
46
+ exports.CreateDashboardGroupDetails = CreateDashboardGroupDetails.CreateDashboardGroupDetails;
47
+ const Dashboard = __importStar(require("./dashboard"));
48
+ exports.Dashboard = Dashboard.Dashboard;
49
+ const DashboardCollection = __importStar(require("./dashboard-collection"));
50
+ exports.DashboardCollection = DashboardCollection.DashboardCollection;
51
+ const DashboardGroup = __importStar(require("./dashboard-group"));
52
+ exports.DashboardGroup = DashboardGroup.DashboardGroup;
53
+ const DashboardGroupCollection = __importStar(require("./dashboard-group-collection"));
54
+ exports.DashboardGroupCollection = DashboardGroupCollection.DashboardGroupCollection;
55
+ const DashboardGroupSummary = __importStar(require("./dashboard-group-summary"));
56
+ exports.DashboardGroupSummary = DashboardGroupSummary.DashboardGroupSummary;
57
+ const DashboardSummary = __importStar(require("./dashboard-summary"));
58
+ exports.DashboardSummary = DashboardSummary.DashboardSummary;
59
+ const SortOrder = __importStar(require("./sort-order"));
60
+ exports.SortOrder = SortOrder.SortOrder;
61
+ const UpdateDashboardDetails = __importStar(require("./update-dashboard-details"));
62
+ exports.UpdateDashboardDetails = UpdateDashboardDetails.UpdateDashboardDetails;
63
+ const UpdateDashboardGroupDetails = __importStar(require("./update-dashboard-group-details"));
64
+ exports.UpdateDashboardGroupDetails = UpdateDashboardGroupDetails.UpdateDashboardGroupDetails;
65
+ const CreateV1DashboardDetails = __importStar(require("./create-v1-dashboard-details"));
66
+ exports.CreateV1DashboardDetails = CreateV1DashboardDetails.CreateV1DashboardDetails;
67
+ const UpdateV1DashboardDetails = __importStar(require("./update-v1-dashboard-details"));
68
+ exports.UpdateV1DashboardDetails = UpdateV1DashboardDetails.UpdateV1DashboardDetails;
69
+ const V1Dashboard = __importStar(require("./v1-dashboard"));
70
+ exports.V1Dashboard = V1Dashboard.V1Dashboard;
71
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/dashboardservice/lib/model/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;;;;;;;;;;;;;;;;;;;;AAEH,mFAAqE;AACvD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,8FAAgF;AAClE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AACpG,uDAAyC;AAC3B,QAAA,SAAS,GAAG,SAAS,CAAC,SAAS,CAAC;AAC9C,4EAA8D;AAChD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,kEAAoD;AACtC,QAAA,cAAc,GAAG,cAAc,CAAC,cAAc,CAAC;AAC7D,uFAAyE;AAC3D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AAC3F,iFAAmE;AACrD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,sEAAwD;AAC1C,QAAA,gBAAgB,GAAG,gBAAgB,CAAC,gBAAgB,CAAC;AACnE,wDAA0C;AAC5B,QAAA,SAAS,GAAG,SAAS,CAAC,SAAS,CAAC;AAC9C,mFAAqE;AACvD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,8FAAgF;AAClE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AAEpG,wFAA0E;AAC5D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AAC3F,wFAA0E;AAC5D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AAC3F,4DAA8C;AAChC,QAAA,WAAW,GAAG,WAAW,CAAC,WAAW,CAAC"}
@@ -0,0 +1,31 @@
1
+ /**
2
+ * Dashboards API
3
+ * Use the Oracle Cloud Infrastructure Dashboards service API to manage dashboards in the Console.
4
+ Dashboards provide an organized and customizable view of resources and their metrics in the Console.
5
+ For more information, see [Dashboards](/Content/Dashboards/home.htm).
6
+
7
+ **Important:** Resources for the Dashboards service are created in the tenacy's home region.
8
+ Although it is possible to create dashboard and dashboard group resources in regions other than the home region,
9
+ you won't be able to view those resources in the Console.
10
+ Therefore, creating resources outside of the home region is not recommended.
11
+
12
+ * OpenAPI spec version: 20210731
13
+ *
14
+ *
15
+ * NOTE: This class is auto generated by OracleSDKGenerator.
16
+ * Do not edit the class manually.
17
+ *
18
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
19
+ * 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.
20
+ */
21
+ /**
22
+ * Sort orders.
23
+ **/
24
+ export declare enum SortOrder {
25
+ Asc = "ASC",
26
+ Desc = "DESC"
27
+ }
28
+ export declare namespace SortOrder {
29
+ function getJsonObj(obj: SortOrder): SortOrder;
30
+ function getDeserializedJsonObj(obj: SortOrder): SortOrder;
31
+ }
@@ -0,0 +1,42 @@
1
+ "use strict";
2
+ /**
3
+ * Dashboards API
4
+ * Use the Oracle Cloud Infrastructure Dashboards service API to manage dashboards in the Console.
5
+ Dashboards provide an organized and customizable view of resources and their metrics in the Console.
6
+ For more information, see [Dashboards](/Content/Dashboards/home.htm).
7
+
8
+ **Important:** Resources for the Dashboards service are created in the tenacy's home region.
9
+ Although it is possible to create dashboard and dashboard group resources in regions other than the home region,
10
+ you won't be able to view those resources in the Console.
11
+ Therefore, creating resources outside of the home region is not recommended.
12
+
13
+ * OpenAPI spec version: 20210731
14
+ *
15
+ *
16
+ * NOTE: This class is auto generated by OracleSDKGenerator.
17
+ * Do not edit the class manually.
18
+ *
19
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
20
+ * 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.
21
+ */
22
+ Object.defineProperty(exports, "__esModule", { value: true });
23
+ exports.SortOrder = void 0;
24
+ /**
25
+ * Sort orders.
26
+ **/
27
+ var SortOrder;
28
+ (function (SortOrder) {
29
+ SortOrder["Asc"] = "ASC";
30
+ SortOrder["Desc"] = "DESC";
31
+ })(SortOrder = exports.SortOrder || (exports.SortOrder = {}));
32
+ (function (SortOrder) {
33
+ function getJsonObj(obj) {
34
+ return obj;
35
+ }
36
+ SortOrder.getJsonObj = getJsonObj;
37
+ function getDeserializedJsonObj(obj) {
38
+ return obj;
39
+ }
40
+ SortOrder.getDeserializedJsonObj = getDeserializedJsonObj;
41
+ })(SortOrder = exports.SortOrder || (exports.SortOrder = {}));
42
+ //# sourceMappingURL=sort-order.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sort-order.js","sourceRoot":"","sources":["../../../../../lib/dashboardservice/lib/model/sort-order.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;AAKH;;IAEI;AACJ,IAAY,SAGX;AAHD,WAAY,SAAS;IACnB,wBAAW,CAAA;IACX,0BAAa,CAAA;AACf,CAAC,EAHW,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAGpB;AAED,WAAiB,SAAS;IACxB,SAAgB,UAAU,CAAC,GAAc;QACvC,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,oBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAc;QACnD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,gCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAOzB"}
@@ -0,0 +1,62 @@
1
+ /**
2
+ * Dashboards API
3
+ * Use the Oracle Cloud Infrastructure Dashboards service API to manage dashboards in the Console.
4
+ Dashboards provide an organized and customizable view of resources and their metrics in the Console.
5
+ For more information, see [Dashboards](/Content/Dashboards/home.htm).
6
+
7
+ **Important:** Resources for the Dashboards service are created in the tenacy's home region.
8
+ Although it is possible to create dashboard and dashboard group resources in regions other than the home region,
9
+ you won't be able to view those resources in the Console.
10
+ Therefore, creating resources outside of the home region is not recommended.
11
+
12
+ * OpenAPI spec version: 20210731
13
+ *
14
+ *
15
+ * NOTE: This class is auto generated by OracleSDKGenerator.
16
+ * Do not edit the class manually.
17
+ *
18
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
19
+ * 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.
20
+ */
21
+ /**
22
+ * The base schema for updating a dashboard.
23
+ * Derived schemas have configurations and widgets specific to the `schemaVersion`.
24
+ *
25
+ */
26
+ export interface UpdateDashboardDetails {
27
+ /**
28
+ * A user-friendly name for the dashboard. Does not have to be unique, and it can be changed. Avoid entering confidential information.
29
+ * Leading and trailing spaces and the following special characters are not allowed: <>()=/'\"&\\
30
+ *
31
+ */
32
+ "displayName"?: string;
33
+ /**
34
+ * A short description of the dashboard. It can be changed. Avoid entering confidential information.
35
+ * The following special characters are not allowed: <>()=/'\"&\\
36
+ *
37
+ */
38
+ "description"?: string;
39
+ /**
40
+ * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
41
+ * Example: `{\"bar-key\": \"value\"}`
42
+ *
43
+ */
44
+ "freeformTags"?: {
45
+ [key: string]: string;
46
+ };
47
+ /**
48
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace.
49
+ * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
50
+ *
51
+ */
52
+ "definedTags"?: {
53
+ [key: string]: {
54
+ [key: string]: any;
55
+ };
56
+ };
57
+ "schemaVersion": string;
58
+ }
59
+ export declare namespace UpdateDashboardDetails {
60
+ function getJsonObj(obj: UpdateDashboardDetails): object;
61
+ function getDeserializedJsonObj(obj: UpdateDashboardDetails): object;
62
+ }
@@ -0,0 +1,73 @@
1
+ "use strict";
2
+ /**
3
+ * Dashboards API
4
+ * Use the Oracle Cloud Infrastructure Dashboards service API to manage dashboards in the Console.
5
+ Dashboards provide an organized and customizable view of resources and their metrics in the Console.
6
+ For more information, see [Dashboards](/Content/Dashboards/home.htm).
7
+
8
+ **Important:** Resources for the Dashboards service are created in the tenacy's home region.
9
+ Although it is possible to create dashboard and dashboard group resources in regions other than the home region,
10
+ you won't be able to view those resources in the Console.
11
+ Therefore, creating resources outside of the home region is not recommended.
12
+
13
+ * OpenAPI spec version: 20210731
14
+ *
15
+ *
16
+ * NOTE: This class is auto generated by OracleSDKGenerator.
17
+ * Do not edit the class manually.
18
+ *
19
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
20
+ * 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.
21
+ */
22
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
23
+ if (k2 === undefined) k2 = k;
24
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
25
+ }) : (function(o, m, k, k2) {
26
+ if (k2 === undefined) k2 = k;
27
+ o[k2] = m[k];
28
+ }));
29
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
30
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
31
+ }) : function(o, v) {
32
+ o["default"] = v;
33
+ });
34
+ var __importStar = (this && this.__importStar) || function (mod) {
35
+ if (mod && mod.__esModule) return mod;
36
+ var result = {};
37
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
38
+ __setModuleDefault(result, mod);
39
+ return result;
40
+ };
41
+ Object.defineProperty(exports, "__esModule", { value: true });
42
+ exports.UpdateDashboardDetails = void 0;
43
+ const model = __importStar(require("../model"));
44
+ var UpdateDashboardDetails;
45
+ (function (UpdateDashboardDetails) {
46
+ function getJsonObj(obj) {
47
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
48
+ if ("schemaVersion" in obj && obj.schemaVersion) {
49
+ switch (obj.schemaVersion) {
50
+ case "V1":
51
+ return model.UpdateV1DashboardDetails.getJsonObj(jsonObj, true);
52
+ default:
53
+ throw Error("Unknown value for: " + obj.schemaVersion);
54
+ }
55
+ }
56
+ return jsonObj;
57
+ }
58
+ UpdateDashboardDetails.getJsonObj = getJsonObj;
59
+ function getDeserializedJsonObj(obj) {
60
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
61
+ if ("schemaVersion" in obj && obj.schemaVersion) {
62
+ switch (obj.schemaVersion) {
63
+ case "V1":
64
+ return model.UpdateV1DashboardDetails.getDeserializedJsonObj(jsonObj, true);
65
+ default:
66
+ throw Error("Unknown value for: " + obj.schemaVersion);
67
+ }
68
+ }
69
+ return jsonObj;
70
+ }
71
+ UpdateDashboardDetails.getDeserializedJsonObj = getDeserializedJsonObj;
72
+ })(UpdateDashboardDetails = exports.UpdateDashboardDetails || (exports.UpdateDashboardDetails = {}));
73
+ //# sourceMappingURL=update-dashboard-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-dashboard-details.js","sourceRoot":"","sources":["../../../../../lib/dashboardservice/lib/model/update-dashboard-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAqClC,IAAiB,sBAAsB,CAiCtC;AAjCD,WAAiB,sBAAsB;IACrC,SAAgB,UAAU,CAAC,GAA2B;QACpD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,eAAe,IAAI,GAAG,IAAI,GAAG,CAAC,aAAa,EAAE;YAC/C,QAAQ,GAAG,CAAC,aAAa,EAAE;gBACzB,KAAK,IAAI;oBACP,OAAO,KAAK,CAAC,wBAAwB,CAAC,UAAU,CACL,OAAQ,EACjD,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,aAAa,CAAC,CAAC;aAC1D;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,iCAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2B;QAChE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,eAAe,IAAI,GAAG,IAAI,GAAG,CAAC,aAAa,EAAE;YAC/C,QAAQ,GAAG,CAAC,aAAa,EAAE;gBACzB,KAAK,IAAI;oBACP,OAAO,KAAK,CAAC,wBAAwB,CAAC,sBAAsB,CACjB,OAAQ,EACjD,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,aAAa,CAAC,CAAC;aAC1D;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,6CAAsB,yBAerC,CAAA;AACH,CAAC,EAjCgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAiCtC"}
@@ -0,0 +1,59 @@
1
+ /**
2
+ * Dashboards API
3
+ * Use the Oracle Cloud Infrastructure Dashboards service API to manage dashboards in the Console.
4
+ Dashboards provide an organized and customizable view of resources and their metrics in the Console.
5
+ For more information, see [Dashboards](/Content/Dashboards/home.htm).
6
+
7
+ **Important:** Resources for the Dashboards service are created in the tenacy's home region.
8
+ Although it is possible to create dashboard and dashboard group resources in regions other than the home region,
9
+ you won't be able to view those resources in the Console.
10
+ Therefore, creating resources outside of the home region is not recommended.
11
+
12
+ * OpenAPI spec version: 20210731
13
+ *
14
+ *
15
+ * NOTE: This class is auto generated by OracleSDKGenerator.
16
+ * Do not edit the class manually.
17
+ *
18
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
19
+ * 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.
20
+ */
21
+ /**
22
+ * The data to update a dashboard group.
23
+ */
24
+ export interface UpdateDashboardGroupDetails {
25
+ /**
26
+ * A user-friendly name for the dashboard. Does not have to be unique, and it can be changed. Avoid entering confidential information.
27
+ * Leading and trailing spaces and the following special characters are not allowed: <>()=/'\"&\\
28
+ *
29
+ */
30
+ "displayName"?: string;
31
+ /**
32
+ * A short description of the dashboard group. It can be changed. Avoid entering confidential information.
33
+ * The following special characters are not allowed: <>()=/'\"&\\
34
+ *
35
+ */
36
+ "description"?: string;
37
+ /**
38
+ * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
39
+ * Example: `{\"bar-key\": \"value\"}`
40
+ *
41
+ */
42
+ "freeformTags"?: {
43
+ [key: string]: string;
44
+ };
45
+ /**
46
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace.
47
+ * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
48
+ *
49
+ */
50
+ "definedTags"?: {
51
+ [key: string]: {
52
+ [key: string]: any;
53
+ };
54
+ };
55
+ }
56
+ export declare namespace UpdateDashboardGroupDetails {
57
+ function getJsonObj(obj: UpdateDashboardGroupDetails): object;
58
+ function getDeserializedJsonObj(obj: UpdateDashboardGroupDetails): object;
59
+ }
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+ /**
3
+ * Dashboards API
4
+ * Use the Oracle Cloud Infrastructure Dashboards service API to manage dashboards in the Console.
5
+ Dashboards provide an organized and customizable view of resources and their metrics in the Console.
6
+ For more information, see [Dashboards](/Content/Dashboards/home.htm).
7
+
8
+ **Important:** Resources for the Dashboards service are created in the tenacy's home region.
9
+ Although it is possible to create dashboard and dashboard group resources in regions other than the home region,
10
+ you won't be able to view those resources in the Console.
11
+ Therefore, creating resources outside of the home region is not recommended.
12
+
13
+ * OpenAPI spec version: 20210731
14
+ *
15
+ *
16
+ * NOTE: This class is auto generated by OracleSDKGenerator.
17
+ * Do not edit the class manually.
18
+ *
19
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
20
+ * 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.
21
+ */
22
+ Object.defineProperty(exports, "__esModule", { value: true });
23
+ exports.UpdateDashboardGroupDetails = void 0;
24
+ var UpdateDashboardGroupDetails;
25
+ (function (UpdateDashboardGroupDetails) {
26
+ function getJsonObj(obj) {
27
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
28
+ return jsonObj;
29
+ }
30
+ UpdateDashboardGroupDetails.getJsonObj = getJsonObj;
31
+ function getDeserializedJsonObj(obj) {
32
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
33
+ return jsonObj;
34
+ }
35
+ UpdateDashboardGroupDetails.getDeserializedJsonObj = getDeserializedJsonObj;
36
+ })(UpdateDashboardGroupDetails = exports.UpdateDashboardGroupDetails || (exports.UpdateDashboardGroupDetails = {}));
37
+ //# sourceMappingURL=update-dashboard-group-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-dashboard-group-details.js","sourceRoot":"","sources":["../../../../../lib/dashboardservice/lib/model/update-dashboard-group-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;AAmCH,IAAiB,2BAA2B,CAW3C;AAXD,WAAiB,2BAA2B;IAC1C,SAAgB,UAAU,CAAC,GAAgC;QACzD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgC;QACrE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAW3C"}