oci-dashboardservice 2.18.0 → 2.19.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 +10 -10
- package/lib/client.js +10 -10
- package/lib/request/create-dashboard-group-request.d.ts +1 -1
- package/lib/request/create-dashboard-request.d.ts +1 -1
- package/lib/request/delete-dashboard-group-request.d.ts +1 -1
- package/lib/request/delete-dashboard-request.d.ts +1 -1
- package/lib/request/get-dashboard-group-request.d.ts +1 -1
- package/lib/request/get-dashboard-request.d.ts +1 -1
- package/lib/request/list-dashboard-groups-request.d.ts +1 -1
- package/lib/request/list-dashboards-request.d.ts +1 -1
- package/lib/request/update-dashboard-group-request.d.ts +1 -1
- package/lib/request/update-dashboard-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -88,7 +88,7 @@ export declare class DashboardClient {
|
|
|
88
88
|
* @param CreateDashboardRequest
|
|
89
89
|
* @return CreateDashboardResponse
|
|
90
90
|
* @throws OciError when an error occurs
|
|
91
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
91
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dashboardservice/CreateDashboard.ts.html |here} to see how to use CreateDashboard API.
|
|
92
92
|
*/
|
|
93
93
|
createDashboard(createDashboardRequest: requests.CreateDashboardRequest): Promise<responses.CreateDashboardResponse>;
|
|
94
94
|
/**
|
|
@@ -97,7 +97,7 @@ export declare class DashboardClient {
|
|
|
97
97
|
* @param DeleteDashboardRequest
|
|
98
98
|
* @return DeleteDashboardResponse
|
|
99
99
|
* @throws OciError when an error occurs
|
|
100
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
100
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dashboardservice/DeleteDashboard.ts.html |here} to see how to use DeleteDashboard API.
|
|
101
101
|
*/
|
|
102
102
|
deleteDashboard(deleteDashboardRequest: requests.DeleteDashboardRequest): Promise<responses.DeleteDashboardResponse>;
|
|
103
103
|
/**
|
|
@@ -106,7 +106,7 @@ export declare class DashboardClient {
|
|
|
106
106
|
* @param GetDashboardRequest
|
|
107
107
|
* @return GetDashboardResponse
|
|
108
108
|
* @throws OciError when an error occurs
|
|
109
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
109
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dashboardservice/GetDashboard.ts.html |here} to see how to use GetDashboard API.
|
|
110
110
|
*/
|
|
111
111
|
getDashboard(getDashboardRequest: requests.GetDashboardRequest): Promise<responses.GetDashboardResponse>;
|
|
112
112
|
/**
|
|
@@ -116,7 +116,7 @@ export declare class DashboardClient {
|
|
|
116
116
|
* @param ListDashboardsRequest
|
|
117
117
|
* @return ListDashboardsResponse
|
|
118
118
|
* @throws OciError when an error occurs
|
|
119
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
119
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dashboardservice/ListDashboards.ts.html |here} to see how to use ListDashboards API.
|
|
120
120
|
*/
|
|
121
121
|
listDashboards(listDashboardsRequest: requests.ListDashboardsRequest): Promise<responses.ListDashboardsResponse>;
|
|
122
122
|
/**
|
|
@@ -125,7 +125,7 @@ export declare class DashboardClient {
|
|
|
125
125
|
* @param UpdateDashboardRequest
|
|
126
126
|
* @return UpdateDashboardResponse
|
|
127
127
|
* @throws OciError when an error occurs
|
|
128
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
128
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dashboardservice/UpdateDashboard.ts.html |here} to see how to use UpdateDashboard API.
|
|
129
129
|
*/
|
|
130
130
|
updateDashboard(updateDashboardRequest: requests.UpdateDashboardRequest): Promise<responses.UpdateDashboardResponse>;
|
|
131
131
|
}
|
|
@@ -194,7 +194,7 @@ export declare class DashboardGroupClient {
|
|
|
194
194
|
* @param CreateDashboardGroupRequest
|
|
195
195
|
* @return CreateDashboardGroupResponse
|
|
196
196
|
* @throws OciError when an error occurs
|
|
197
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
197
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dashboardservice/CreateDashboardGroup.ts.html |here} to see how to use CreateDashboardGroup API.
|
|
198
198
|
*/
|
|
199
199
|
createDashboardGroup(createDashboardGroupRequest: requests.CreateDashboardGroupRequest): Promise<responses.CreateDashboardGroupResponse>;
|
|
200
200
|
/**
|
|
@@ -203,7 +203,7 @@ export declare class DashboardGroupClient {
|
|
|
203
203
|
* @param DeleteDashboardGroupRequest
|
|
204
204
|
* @return DeleteDashboardGroupResponse
|
|
205
205
|
* @throws OciError when an error occurs
|
|
206
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
206
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dashboardservice/DeleteDashboardGroup.ts.html |here} to see how to use DeleteDashboardGroup API.
|
|
207
207
|
*/
|
|
208
208
|
deleteDashboardGroup(deleteDashboardGroupRequest: requests.DeleteDashboardGroupRequest): Promise<responses.DeleteDashboardGroupResponse>;
|
|
209
209
|
/**
|
|
@@ -212,7 +212,7 @@ export declare class DashboardGroupClient {
|
|
|
212
212
|
* @param GetDashboardGroupRequest
|
|
213
213
|
* @return GetDashboardGroupResponse
|
|
214
214
|
* @throws OciError when an error occurs
|
|
215
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
215
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dashboardservice/GetDashboardGroup.ts.html |here} to see how to use GetDashboardGroup API.
|
|
216
216
|
*/
|
|
217
217
|
getDashboardGroup(getDashboardGroupRequest: requests.GetDashboardGroupRequest): Promise<responses.GetDashboardGroupResponse>;
|
|
218
218
|
/**
|
|
@@ -222,7 +222,7 @@ export declare class DashboardGroupClient {
|
|
|
222
222
|
* @param ListDashboardGroupsRequest
|
|
223
223
|
* @return ListDashboardGroupsResponse
|
|
224
224
|
* @throws OciError when an error occurs
|
|
225
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
225
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dashboardservice/ListDashboardGroups.ts.html |here} to see how to use ListDashboardGroups API.
|
|
226
226
|
*/
|
|
227
227
|
listDashboardGroups(listDashboardGroupsRequest: requests.ListDashboardGroupsRequest): Promise<responses.ListDashboardGroupsResponse>;
|
|
228
228
|
/**
|
|
@@ -231,7 +231,7 @@ export declare class DashboardGroupClient {
|
|
|
231
231
|
* @param UpdateDashboardGroupRequest
|
|
232
232
|
* @return UpdateDashboardGroupResponse
|
|
233
233
|
* @throws OciError when an error occurs
|
|
234
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
234
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dashboardservice/UpdateDashboardGroup.ts.html |here} to see how to use UpdateDashboardGroup API.
|
|
235
235
|
*/
|
|
236
236
|
updateDashboardGroup(updateDashboardGroupRequest: requests.UpdateDashboardGroupRequest): Promise<responses.UpdateDashboardGroupResponse>;
|
|
237
237
|
}
|
package/lib/client.js
CHANGED
|
@@ -165,7 +165,7 @@ class DashboardClient {
|
|
|
165
165
|
* @param CreateDashboardRequest
|
|
166
166
|
* @return CreateDashboardResponse
|
|
167
167
|
* @throws OciError when an error occurs
|
|
168
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
168
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dashboardservice/CreateDashboard.ts.html |here} to see how to use CreateDashboard API.
|
|
169
169
|
*/
|
|
170
170
|
createDashboard(createDashboardRequest) {
|
|
171
171
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -227,7 +227,7 @@ class DashboardClient {
|
|
|
227
227
|
* @param DeleteDashboardRequest
|
|
228
228
|
* @return DeleteDashboardResponse
|
|
229
229
|
* @throws OciError when an error occurs
|
|
230
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
230
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dashboardservice/DeleteDashboard.ts.html |here} to see how to use DeleteDashboard API.
|
|
231
231
|
*/
|
|
232
232
|
deleteDashboard(deleteDashboardRequest) {
|
|
233
233
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -281,7 +281,7 @@ class DashboardClient {
|
|
|
281
281
|
* @param GetDashboardRequest
|
|
282
282
|
* @return GetDashboardResponse
|
|
283
283
|
* @throws OciError when an error occurs
|
|
284
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
284
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dashboardservice/GetDashboard.ts.html |here} to see how to use GetDashboard API.
|
|
285
285
|
*/
|
|
286
286
|
getDashboard(getDashboardRequest) {
|
|
287
287
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -344,7 +344,7 @@ class DashboardClient {
|
|
|
344
344
|
* @param ListDashboardsRequest
|
|
345
345
|
* @return ListDashboardsResponse
|
|
346
346
|
* @throws OciError when an error occurs
|
|
347
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
347
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dashboardservice/ListDashboards.ts.html |here} to see how to use ListDashboards API.
|
|
348
348
|
*/
|
|
349
349
|
listDashboards(listDashboardsRequest) {
|
|
350
350
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -413,7 +413,7 @@ class DashboardClient {
|
|
|
413
413
|
* @param UpdateDashboardRequest
|
|
414
414
|
* @return UpdateDashboardResponse
|
|
415
415
|
* @throws OciError when an error occurs
|
|
416
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
416
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dashboardservice/UpdateDashboard.ts.html |here} to see how to use UpdateDashboard API.
|
|
417
417
|
*/
|
|
418
418
|
updateDashboard(updateDashboardRequest) {
|
|
419
419
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -583,7 +583,7 @@ class DashboardGroupClient {
|
|
|
583
583
|
* @param CreateDashboardGroupRequest
|
|
584
584
|
* @return CreateDashboardGroupResponse
|
|
585
585
|
* @throws OciError when an error occurs
|
|
586
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
586
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dashboardservice/CreateDashboardGroup.ts.html |here} to see how to use CreateDashboardGroup API.
|
|
587
587
|
*/
|
|
588
588
|
createDashboardGroup(createDashboardGroupRequest) {
|
|
589
589
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -645,7 +645,7 @@ class DashboardGroupClient {
|
|
|
645
645
|
* @param DeleteDashboardGroupRequest
|
|
646
646
|
* @return DeleteDashboardGroupResponse
|
|
647
647
|
* @throws OciError when an error occurs
|
|
648
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
648
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dashboardservice/DeleteDashboardGroup.ts.html |here} to see how to use DeleteDashboardGroup API.
|
|
649
649
|
*/
|
|
650
650
|
deleteDashboardGroup(deleteDashboardGroupRequest) {
|
|
651
651
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -699,7 +699,7 @@ class DashboardGroupClient {
|
|
|
699
699
|
* @param GetDashboardGroupRequest
|
|
700
700
|
* @return GetDashboardGroupResponse
|
|
701
701
|
* @throws OciError when an error occurs
|
|
702
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
702
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dashboardservice/GetDashboardGroup.ts.html |here} to see how to use GetDashboardGroup API.
|
|
703
703
|
*/
|
|
704
704
|
getDashboardGroup(getDashboardGroupRequest) {
|
|
705
705
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -762,7 +762,7 @@ class DashboardGroupClient {
|
|
|
762
762
|
* @param ListDashboardGroupsRequest
|
|
763
763
|
* @return ListDashboardGroupsResponse
|
|
764
764
|
* @throws OciError when an error occurs
|
|
765
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
765
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dashboardservice/ListDashboardGroups.ts.html |here} to see how to use ListDashboardGroups API.
|
|
766
766
|
*/
|
|
767
767
|
listDashboardGroups(listDashboardGroupsRequest) {
|
|
768
768
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -831,7 +831,7 @@ class DashboardGroupClient {
|
|
|
831
831
|
* @param UpdateDashboardGroupRequest
|
|
832
832
|
* @return UpdateDashboardGroupResponse
|
|
833
833
|
* @throws OciError when an error occurs
|
|
834
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
834
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/dashboardservice/UpdateDashboardGroup.ts.html |here} to see how to use UpdateDashboardGroup API.
|
|
835
835
|
*/
|
|
836
836
|
updateDashboardGroup(updateDashboardGroupRequest) {
|
|
837
837
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -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.19.0/dashboardservice/CreateDashboardGroup.ts.html |here} to see how to use CreateDashboardGroupRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateDashboardGroupRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -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.19.0/dashboardservice/CreateDashboard.ts.html |here} to see how to use CreateDashboardRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateDashboardRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -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.19.0/dashboardservice/DeleteDashboardGroup.ts.html |here} to see how to use DeleteDashboardGroupRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteDashboardGroupRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -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.19.0/dashboardservice/DeleteDashboard.ts.html |here} to see how to use DeleteDashboardRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteDashboardRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -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.19.0/dashboardservice/GetDashboardGroup.ts.html |here} to see how to use GetDashboardGroupRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetDashboardGroupRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -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.19.0/dashboardservice/GetDashboard.ts.html |here} to see how to use GetDashboardRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetDashboardRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -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.19.0/dashboardservice/ListDashboardGroups.ts.html |here} to see how to use ListDashboardGroupsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListDashboardGroupsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -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.19.0/dashboardservice/ListDashboards.ts.html |here} to see how to use ListDashboardsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListDashboardsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -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.19.0/dashboardservice/UpdateDashboardGroup.ts.html |here} to see how to use UpdateDashboardGroupRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateDashboardGroupRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -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.19.0/dashboardservice/UpdateDashboard.ts.html |here} to see how to use UpdateDashboardRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateDashboardRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-dashboardservice",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.19.0",
|
|
4
4
|
"description": "OCI NodeJS client for Dashboard Service Service",
|
|
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.19.0",
|
|
19
|
+
"oci-workrequests": "2.19.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|