oci-dashboardservice 2.34.0 → 2.35.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.
- 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
|
@@ -90,7 +90,7 @@ export declare class DashboardClient {
|
|
|
90
90
|
* @param CreateDashboardRequest
|
|
91
91
|
* @return CreateDashboardResponse
|
|
92
92
|
* @throws OciError when an error occurs
|
|
93
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
93
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.35.1/dashboardservice/CreateDashboard.ts.html |here} to see how to use CreateDashboard API.
|
|
94
94
|
*/
|
|
95
95
|
createDashboard(createDashboardRequest: requests.CreateDashboardRequest): Promise<responses.CreateDashboardResponse>;
|
|
96
96
|
/**
|
|
@@ -99,7 +99,7 @@ export declare class DashboardClient {
|
|
|
99
99
|
* @param DeleteDashboardRequest
|
|
100
100
|
* @return DeleteDashboardResponse
|
|
101
101
|
* @throws OciError when an error occurs
|
|
102
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
102
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.35.1/dashboardservice/DeleteDashboard.ts.html |here} to see how to use DeleteDashboard API.
|
|
103
103
|
*/
|
|
104
104
|
deleteDashboard(deleteDashboardRequest: requests.DeleteDashboardRequest): Promise<responses.DeleteDashboardResponse>;
|
|
105
105
|
/**
|
|
@@ -108,7 +108,7 @@ export declare class DashboardClient {
|
|
|
108
108
|
* @param GetDashboardRequest
|
|
109
109
|
* @return GetDashboardResponse
|
|
110
110
|
* @throws OciError when an error occurs
|
|
111
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
111
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.35.1/dashboardservice/GetDashboard.ts.html |here} to see how to use GetDashboard API.
|
|
112
112
|
*/
|
|
113
113
|
getDashboard(getDashboardRequest: requests.GetDashboardRequest): Promise<responses.GetDashboardResponse>;
|
|
114
114
|
/**
|
|
@@ -118,7 +118,7 @@ export declare class DashboardClient {
|
|
|
118
118
|
* @param ListDashboardsRequest
|
|
119
119
|
* @return ListDashboardsResponse
|
|
120
120
|
* @throws OciError when an error occurs
|
|
121
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
121
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.35.1/dashboardservice/ListDashboards.ts.html |here} to see how to use ListDashboards API.
|
|
122
122
|
*/
|
|
123
123
|
listDashboards(listDashboardsRequest: requests.ListDashboardsRequest): Promise<responses.ListDashboardsResponse>;
|
|
124
124
|
/**
|
|
@@ -127,7 +127,7 @@ export declare class DashboardClient {
|
|
|
127
127
|
* @param UpdateDashboardRequest
|
|
128
128
|
* @return UpdateDashboardResponse
|
|
129
129
|
* @throws OciError when an error occurs
|
|
130
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
130
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.35.1/dashboardservice/UpdateDashboard.ts.html |here} to see how to use UpdateDashboard API.
|
|
131
131
|
*/
|
|
132
132
|
updateDashboard(updateDashboardRequest: requests.UpdateDashboardRequest): Promise<responses.UpdateDashboardResponse>;
|
|
133
133
|
}
|
|
@@ -198,7 +198,7 @@ export declare class DashboardGroupClient {
|
|
|
198
198
|
* @param CreateDashboardGroupRequest
|
|
199
199
|
* @return CreateDashboardGroupResponse
|
|
200
200
|
* @throws OciError when an error occurs
|
|
201
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
201
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.35.1/dashboardservice/CreateDashboardGroup.ts.html |here} to see how to use CreateDashboardGroup API.
|
|
202
202
|
*/
|
|
203
203
|
createDashboardGroup(createDashboardGroupRequest: requests.CreateDashboardGroupRequest): Promise<responses.CreateDashboardGroupResponse>;
|
|
204
204
|
/**
|
|
@@ -207,7 +207,7 @@ export declare class DashboardGroupClient {
|
|
|
207
207
|
* @param DeleteDashboardGroupRequest
|
|
208
208
|
* @return DeleteDashboardGroupResponse
|
|
209
209
|
* @throws OciError when an error occurs
|
|
210
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
210
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.35.1/dashboardservice/DeleteDashboardGroup.ts.html |here} to see how to use DeleteDashboardGroup API.
|
|
211
211
|
*/
|
|
212
212
|
deleteDashboardGroup(deleteDashboardGroupRequest: requests.DeleteDashboardGroupRequest): Promise<responses.DeleteDashboardGroupResponse>;
|
|
213
213
|
/**
|
|
@@ -216,7 +216,7 @@ export declare class DashboardGroupClient {
|
|
|
216
216
|
* @param GetDashboardGroupRequest
|
|
217
217
|
* @return GetDashboardGroupResponse
|
|
218
218
|
* @throws OciError when an error occurs
|
|
219
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
219
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.35.1/dashboardservice/GetDashboardGroup.ts.html |here} to see how to use GetDashboardGroup API.
|
|
220
220
|
*/
|
|
221
221
|
getDashboardGroup(getDashboardGroupRequest: requests.GetDashboardGroupRequest): Promise<responses.GetDashboardGroupResponse>;
|
|
222
222
|
/**
|
|
@@ -226,7 +226,7 @@ export declare class DashboardGroupClient {
|
|
|
226
226
|
* @param ListDashboardGroupsRequest
|
|
227
227
|
* @return ListDashboardGroupsResponse
|
|
228
228
|
* @throws OciError when an error occurs
|
|
229
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
229
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.35.1/dashboardservice/ListDashboardGroups.ts.html |here} to see how to use ListDashboardGroups API.
|
|
230
230
|
*/
|
|
231
231
|
listDashboardGroups(listDashboardGroupsRequest: requests.ListDashboardGroupsRequest): Promise<responses.ListDashboardGroupsResponse>;
|
|
232
232
|
/**
|
|
@@ -235,7 +235,7 @@ export declare class DashboardGroupClient {
|
|
|
235
235
|
* @param UpdateDashboardGroupRequest
|
|
236
236
|
* @return UpdateDashboardGroupResponse
|
|
237
237
|
* @throws OciError when an error occurs
|
|
238
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
238
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.35.1/dashboardservice/UpdateDashboardGroup.ts.html |here} to see how to use UpdateDashboardGroup API.
|
|
239
239
|
*/
|
|
240
240
|
updateDashboardGroup(updateDashboardGroupRequest: requests.UpdateDashboardGroupRequest): Promise<responses.UpdateDashboardGroupResponse>;
|
|
241
241
|
}
|
package/lib/client.js
CHANGED
|
@@ -171,7 +171,7 @@ class DashboardClient {
|
|
|
171
171
|
* @param CreateDashboardRequest
|
|
172
172
|
* @return CreateDashboardResponse
|
|
173
173
|
* @throws OciError when an error occurs
|
|
174
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
174
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.35.1/dashboardservice/CreateDashboard.ts.html |here} to see how to use CreateDashboard API.
|
|
175
175
|
*/
|
|
176
176
|
createDashboard(createDashboardRequest) {
|
|
177
177
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -235,7 +235,7 @@ class DashboardClient {
|
|
|
235
235
|
* @param DeleteDashboardRequest
|
|
236
236
|
* @return DeleteDashboardResponse
|
|
237
237
|
* @throws OciError when an error occurs
|
|
238
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
238
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.35.1/dashboardservice/DeleteDashboard.ts.html |here} to see how to use DeleteDashboard API.
|
|
239
239
|
*/
|
|
240
240
|
deleteDashboard(deleteDashboardRequest) {
|
|
241
241
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -291,7 +291,7 @@ class DashboardClient {
|
|
|
291
291
|
* @param GetDashboardRequest
|
|
292
292
|
* @return GetDashboardResponse
|
|
293
293
|
* @throws OciError when an error occurs
|
|
294
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
294
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.35.1/dashboardservice/GetDashboard.ts.html |here} to see how to use GetDashboard API.
|
|
295
295
|
*/
|
|
296
296
|
getDashboard(getDashboardRequest) {
|
|
297
297
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -356,7 +356,7 @@ class DashboardClient {
|
|
|
356
356
|
* @param ListDashboardsRequest
|
|
357
357
|
* @return ListDashboardsResponse
|
|
358
358
|
* @throws OciError when an error occurs
|
|
359
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
359
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.35.1/dashboardservice/ListDashboards.ts.html |here} to see how to use ListDashboards API.
|
|
360
360
|
*/
|
|
361
361
|
listDashboards(listDashboardsRequest) {
|
|
362
362
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -427,7 +427,7 @@ class DashboardClient {
|
|
|
427
427
|
* @param UpdateDashboardRequest
|
|
428
428
|
* @return UpdateDashboardResponse
|
|
429
429
|
* @throws OciError when an error occurs
|
|
430
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
430
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.35.1/dashboardservice/UpdateDashboard.ts.html |here} to see how to use UpdateDashboard API.
|
|
431
431
|
*/
|
|
432
432
|
updateDashboard(updateDashboardRequest) {
|
|
433
433
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -605,7 +605,7 @@ class DashboardGroupClient {
|
|
|
605
605
|
* @param CreateDashboardGroupRequest
|
|
606
606
|
* @return CreateDashboardGroupResponse
|
|
607
607
|
* @throws OciError when an error occurs
|
|
608
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
608
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.35.1/dashboardservice/CreateDashboardGroup.ts.html |here} to see how to use CreateDashboardGroup API.
|
|
609
609
|
*/
|
|
610
610
|
createDashboardGroup(createDashboardGroupRequest) {
|
|
611
611
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -669,7 +669,7 @@ class DashboardGroupClient {
|
|
|
669
669
|
* @param DeleteDashboardGroupRequest
|
|
670
670
|
* @return DeleteDashboardGroupResponse
|
|
671
671
|
* @throws OciError when an error occurs
|
|
672
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
672
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.35.1/dashboardservice/DeleteDashboardGroup.ts.html |here} to see how to use DeleteDashboardGroup API.
|
|
673
673
|
*/
|
|
674
674
|
deleteDashboardGroup(deleteDashboardGroupRequest) {
|
|
675
675
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -725,7 +725,7 @@ class DashboardGroupClient {
|
|
|
725
725
|
* @param GetDashboardGroupRequest
|
|
726
726
|
* @return GetDashboardGroupResponse
|
|
727
727
|
* @throws OciError when an error occurs
|
|
728
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
728
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.35.1/dashboardservice/GetDashboardGroup.ts.html |here} to see how to use GetDashboardGroup API.
|
|
729
729
|
*/
|
|
730
730
|
getDashboardGroup(getDashboardGroupRequest) {
|
|
731
731
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -790,7 +790,7 @@ class DashboardGroupClient {
|
|
|
790
790
|
* @param ListDashboardGroupsRequest
|
|
791
791
|
* @return ListDashboardGroupsResponse
|
|
792
792
|
* @throws OciError when an error occurs
|
|
793
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
793
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.35.1/dashboardservice/ListDashboardGroups.ts.html |here} to see how to use ListDashboardGroups API.
|
|
794
794
|
*/
|
|
795
795
|
listDashboardGroups(listDashboardGroupsRequest) {
|
|
796
796
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -861,7 +861,7 @@ class DashboardGroupClient {
|
|
|
861
861
|
* @param UpdateDashboardGroupRequest
|
|
862
862
|
* @return UpdateDashboardGroupResponse
|
|
863
863
|
* @throws OciError when an error occurs
|
|
864
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
864
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.35.1/dashboardservice/UpdateDashboardGroup.ts.html |here} to see how to use UpdateDashboardGroup API.
|
|
865
865
|
*/
|
|
866
866
|
updateDashboardGroup(updateDashboardGroupRequest) {
|
|
867
867
|
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.35.1/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.35.1/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.35.1/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.35.1/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.35.1/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.35.1/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.35.1/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.35.1/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.35.1/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.35.1/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.35.1",
|
|
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.35.1",
|
|
19
|
+
"oci-workrequests": "2.35.1"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|