oci-dashboardservice 2.25.0 → 2.26.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
|
@@ -89,7 +89,7 @@ export declare class DashboardClient {
|
|
|
89
89
|
* @param CreateDashboardRequest
|
|
90
90
|
* @return CreateDashboardResponse
|
|
91
91
|
* @throws OciError when an error occurs
|
|
92
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
92
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dashboardservice/CreateDashboard.ts.html |here} to see how to use CreateDashboard API.
|
|
93
93
|
*/
|
|
94
94
|
createDashboard(createDashboardRequest: requests.CreateDashboardRequest): Promise<responses.CreateDashboardResponse>;
|
|
95
95
|
/**
|
|
@@ -98,7 +98,7 @@ export declare class DashboardClient {
|
|
|
98
98
|
* @param DeleteDashboardRequest
|
|
99
99
|
* @return DeleteDashboardResponse
|
|
100
100
|
* @throws OciError when an error occurs
|
|
101
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
101
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dashboardservice/DeleteDashboard.ts.html |here} to see how to use DeleteDashboard API.
|
|
102
102
|
*/
|
|
103
103
|
deleteDashboard(deleteDashboardRequest: requests.DeleteDashboardRequest): Promise<responses.DeleteDashboardResponse>;
|
|
104
104
|
/**
|
|
@@ -107,7 +107,7 @@ export declare class DashboardClient {
|
|
|
107
107
|
* @param GetDashboardRequest
|
|
108
108
|
* @return GetDashboardResponse
|
|
109
109
|
* @throws OciError when an error occurs
|
|
110
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
110
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dashboardservice/GetDashboard.ts.html |here} to see how to use GetDashboard API.
|
|
111
111
|
*/
|
|
112
112
|
getDashboard(getDashboardRequest: requests.GetDashboardRequest): Promise<responses.GetDashboardResponse>;
|
|
113
113
|
/**
|
|
@@ -117,7 +117,7 @@ export declare class DashboardClient {
|
|
|
117
117
|
* @param ListDashboardsRequest
|
|
118
118
|
* @return ListDashboardsResponse
|
|
119
119
|
* @throws OciError when an error occurs
|
|
120
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
120
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dashboardservice/ListDashboards.ts.html |here} to see how to use ListDashboards API.
|
|
121
121
|
*/
|
|
122
122
|
listDashboards(listDashboardsRequest: requests.ListDashboardsRequest): Promise<responses.ListDashboardsResponse>;
|
|
123
123
|
/**
|
|
@@ -126,7 +126,7 @@ export declare class DashboardClient {
|
|
|
126
126
|
* @param UpdateDashboardRequest
|
|
127
127
|
* @return UpdateDashboardResponse
|
|
128
128
|
* @throws OciError when an error occurs
|
|
129
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
129
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dashboardservice/UpdateDashboard.ts.html |here} to see how to use UpdateDashboard API.
|
|
130
130
|
*/
|
|
131
131
|
updateDashboard(updateDashboardRequest: requests.UpdateDashboardRequest): Promise<responses.UpdateDashboardResponse>;
|
|
132
132
|
}
|
|
@@ -196,7 +196,7 @@ export declare class DashboardGroupClient {
|
|
|
196
196
|
* @param CreateDashboardGroupRequest
|
|
197
197
|
* @return CreateDashboardGroupResponse
|
|
198
198
|
* @throws OciError when an error occurs
|
|
199
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
199
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dashboardservice/CreateDashboardGroup.ts.html |here} to see how to use CreateDashboardGroup API.
|
|
200
200
|
*/
|
|
201
201
|
createDashboardGroup(createDashboardGroupRequest: requests.CreateDashboardGroupRequest): Promise<responses.CreateDashboardGroupResponse>;
|
|
202
202
|
/**
|
|
@@ -205,7 +205,7 @@ export declare class DashboardGroupClient {
|
|
|
205
205
|
* @param DeleteDashboardGroupRequest
|
|
206
206
|
* @return DeleteDashboardGroupResponse
|
|
207
207
|
* @throws OciError when an error occurs
|
|
208
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
208
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dashboardservice/DeleteDashboardGroup.ts.html |here} to see how to use DeleteDashboardGroup API.
|
|
209
209
|
*/
|
|
210
210
|
deleteDashboardGroup(deleteDashboardGroupRequest: requests.DeleteDashboardGroupRequest): Promise<responses.DeleteDashboardGroupResponse>;
|
|
211
211
|
/**
|
|
@@ -214,7 +214,7 @@ export declare class DashboardGroupClient {
|
|
|
214
214
|
* @param GetDashboardGroupRequest
|
|
215
215
|
* @return GetDashboardGroupResponse
|
|
216
216
|
* @throws OciError when an error occurs
|
|
217
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
217
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dashboardservice/GetDashboardGroup.ts.html |here} to see how to use GetDashboardGroup API.
|
|
218
218
|
*/
|
|
219
219
|
getDashboardGroup(getDashboardGroupRequest: requests.GetDashboardGroupRequest): Promise<responses.GetDashboardGroupResponse>;
|
|
220
220
|
/**
|
|
@@ -224,7 +224,7 @@ export declare class DashboardGroupClient {
|
|
|
224
224
|
* @param ListDashboardGroupsRequest
|
|
225
225
|
* @return ListDashboardGroupsResponse
|
|
226
226
|
* @throws OciError when an error occurs
|
|
227
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
227
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dashboardservice/ListDashboardGroups.ts.html |here} to see how to use ListDashboardGroups API.
|
|
228
228
|
*/
|
|
229
229
|
listDashboardGroups(listDashboardGroupsRequest: requests.ListDashboardGroupsRequest): Promise<responses.ListDashboardGroupsResponse>;
|
|
230
230
|
/**
|
|
@@ -233,7 +233,7 @@ export declare class DashboardGroupClient {
|
|
|
233
233
|
* @param UpdateDashboardGroupRequest
|
|
234
234
|
* @return UpdateDashboardGroupResponse
|
|
235
235
|
* @throws OciError when an error occurs
|
|
236
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
236
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dashboardservice/UpdateDashboardGroup.ts.html |here} to see how to use UpdateDashboardGroup API.
|
|
237
237
|
*/
|
|
238
238
|
updateDashboardGroup(updateDashboardGroupRequest: requests.UpdateDashboardGroupRequest): Promise<responses.UpdateDashboardGroupResponse>;
|
|
239
239
|
}
|
package/lib/client.js
CHANGED
|
@@ -170,7 +170,7 @@ class DashboardClient {
|
|
|
170
170
|
* @param CreateDashboardRequest
|
|
171
171
|
* @return CreateDashboardResponse
|
|
172
172
|
* @throws OciError when an error occurs
|
|
173
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
173
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dashboardservice/CreateDashboard.ts.html |here} to see how to use CreateDashboard API.
|
|
174
174
|
*/
|
|
175
175
|
createDashboard(createDashboardRequest) {
|
|
176
176
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -232,7 +232,7 @@ class DashboardClient {
|
|
|
232
232
|
* @param DeleteDashboardRequest
|
|
233
233
|
* @return DeleteDashboardResponse
|
|
234
234
|
* @throws OciError when an error occurs
|
|
235
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
235
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dashboardservice/DeleteDashboard.ts.html |here} to see how to use DeleteDashboard API.
|
|
236
236
|
*/
|
|
237
237
|
deleteDashboard(deleteDashboardRequest) {
|
|
238
238
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -286,7 +286,7 @@ class DashboardClient {
|
|
|
286
286
|
* @param GetDashboardRequest
|
|
287
287
|
* @return GetDashboardResponse
|
|
288
288
|
* @throws OciError when an error occurs
|
|
289
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
289
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dashboardservice/GetDashboard.ts.html |here} to see how to use GetDashboard API.
|
|
290
290
|
*/
|
|
291
291
|
getDashboard(getDashboardRequest) {
|
|
292
292
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -349,7 +349,7 @@ class DashboardClient {
|
|
|
349
349
|
* @param ListDashboardsRequest
|
|
350
350
|
* @return ListDashboardsResponse
|
|
351
351
|
* @throws OciError when an error occurs
|
|
352
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
352
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dashboardservice/ListDashboards.ts.html |here} to see how to use ListDashboards API.
|
|
353
353
|
*/
|
|
354
354
|
listDashboards(listDashboardsRequest) {
|
|
355
355
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -418,7 +418,7 @@ class DashboardClient {
|
|
|
418
418
|
* @param UpdateDashboardRequest
|
|
419
419
|
* @return UpdateDashboardResponse
|
|
420
420
|
* @throws OciError when an error occurs
|
|
421
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
421
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dashboardservice/UpdateDashboard.ts.html |here} to see how to use UpdateDashboard API.
|
|
422
422
|
*/
|
|
423
423
|
updateDashboard(updateDashboardRequest) {
|
|
424
424
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -593,7 +593,7 @@ class DashboardGroupClient {
|
|
|
593
593
|
* @param CreateDashboardGroupRequest
|
|
594
594
|
* @return CreateDashboardGroupResponse
|
|
595
595
|
* @throws OciError when an error occurs
|
|
596
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
596
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dashboardservice/CreateDashboardGroup.ts.html |here} to see how to use CreateDashboardGroup API.
|
|
597
597
|
*/
|
|
598
598
|
createDashboardGroup(createDashboardGroupRequest) {
|
|
599
599
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -655,7 +655,7 @@ class DashboardGroupClient {
|
|
|
655
655
|
* @param DeleteDashboardGroupRequest
|
|
656
656
|
* @return DeleteDashboardGroupResponse
|
|
657
657
|
* @throws OciError when an error occurs
|
|
658
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
658
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dashboardservice/DeleteDashboardGroup.ts.html |here} to see how to use DeleteDashboardGroup API.
|
|
659
659
|
*/
|
|
660
660
|
deleteDashboardGroup(deleteDashboardGroupRequest) {
|
|
661
661
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -709,7 +709,7 @@ class DashboardGroupClient {
|
|
|
709
709
|
* @param GetDashboardGroupRequest
|
|
710
710
|
* @return GetDashboardGroupResponse
|
|
711
711
|
* @throws OciError when an error occurs
|
|
712
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
712
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dashboardservice/GetDashboardGroup.ts.html |here} to see how to use GetDashboardGroup API.
|
|
713
713
|
*/
|
|
714
714
|
getDashboardGroup(getDashboardGroupRequest) {
|
|
715
715
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -772,7 +772,7 @@ class DashboardGroupClient {
|
|
|
772
772
|
* @param ListDashboardGroupsRequest
|
|
773
773
|
* @return ListDashboardGroupsResponse
|
|
774
774
|
* @throws OciError when an error occurs
|
|
775
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
775
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dashboardservice/ListDashboardGroups.ts.html |here} to see how to use ListDashboardGroups API.
|
|
776
776
|
*/
|
|
777
777
|
listDashboardGroups(listDashboardGroupsRequest) {
|
|
778
778
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -841,7 +841,7 @@ class DashboardGroupClient {
|
|
|
841
841
|
* @param UpdateDashboardGroupRequest
|
|
842
842
|
* @return UpdateDashboardGroupResponse
|
|
843
843
|
* @throws OciError when an error occurs
|
|
844
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
844
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dashboardservice/UpdateDashboardGroup.ts.html |here} to see how to use UpdateDashboardGroup API.
|
|
845
845
|
*/
|
|
846
846
|
updateDashboardGroup(updateDashboardGroupRequest) {
|
|
847
847
|
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.26.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.26.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.26.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.26.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.26.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.26.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.26.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.26.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.26.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.26.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.26.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.26.0",
|
|
19
|
+
"oci-workrequests": "2.26.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|