oci-dashboardservice 2.62.3 → 2.64.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/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
1
+ Copyright (c) 2016, 2023, Oracle and/or its affiliates. All rights reserved.
2
2
 
3
3
  This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 or Apache License 2.0. See below for license terms. You may choose either license.
4
4
 
@@ -70,10 +70,10 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
70
70
  3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
71
71
 
72
72
  4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
73
- You must give any other recipients of the Work or Derivative Works a copy of this License; and
74
- You must cause any modified files to carry prominent notices stating that You changed the files; and
75
- You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
76
- If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
73
+ - You must give any other recipients of the Work or Derivative Works a copy of this License; and
74
+ - You must cause any modified files to carry prominent notices stating that You changed the files; and
75
+ - You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
76
+ - If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
77
77
 
78
78
  You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
79
79
  5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
@@ -86,4 +86,4 @@ You may add Your own copyright statement to Your modifications and may provide a
86
86
 
87
87
  9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
88
88
 
89
- END OF TERMS AND CONDITIONS
89
+ END OF TERMS AND CONDITIONS
package/lib/client.d.ts CHANGED
@@ -94,7 +94,7 @@ export declare class DashboardClient {
94
94
  * @param ChangeDashboardGroupRequest
95
95
  * @return ChangeDashboardGroupResponse
96
96
  * @throws OciError when an error occurs
97
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dashboardservice/ChangeDashboardGroup.ts.html |here} to see how to use ChangeDashboardGroup API.
97
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dashboardservice/ChangeDashboardGroup.ts.html |here} to see how to use ChangeDashboardGroup API.
98
98
  */
99
99
  changeDashboardGroup(changeDashboardGroupRequest: requests.ChangeDashboardGroupRequest): Promise<responses.ChangeDashboardGroupResponse>;
100
100
  /**
@@ -109,7 +109,7 @@ export declare class DashboardClient {
109
109
  * @param CreateDashboardRequest
110
110
  * @return CreateDashboardResponse
111
111
  * @throws OciError when an error occurs
112
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dashboardservice/CreateDashboard.ts.html |here} to see how to use CreateDashboard API.
112
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dashboardservice/CreateDashboard.ts.html |here} to see how to use CreateDashboard API.
113
113
  */
114
114
  createDashboard(createDashboardRequest: requests.CreateDashboardRequest): Promise<responses.CreateDashboardResponse>;
115
115
  /**
@@ -118,7 +118,7 @@ export declare class DashboardClient {
118
118
  * @param DeleteDashboardRequest
119
119
  * @return DeleteDashboardResponse
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.62.3/dashboardservice/DeleteDashboard.ts.html |here} to see how to use DeleteDashboard API.
121
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dashboardservice/DeleteDashboard.ts.html |here} to see how to use DeleteDashboard API.
122
122
  */
123
123
  deleteDashboard(deleteDashboardRequest: requests.DeleteDashboardRequest): Promise<responses.DeleteDashboardResponse>;
124
124
  /**
@@ -127,7 +127,7 @@ export declare class DashboardClient {
127
127
  * @param GetDashboardRequest
128
128
  * @return GetDashboardResponse
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.62.3/dashboardservice/GetDashboard.ts.html |here} to see how to use GetDashboard API.
130
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dashboardservice/GetDashboard.ts.html |here} to see how to use GetDashboard API.
131
131
  */
132
132
  getDashboard(getDashboardRequest: requests.GetDashboardRequest): Promise<responses.GetDashboardResponse>;
133
133
  /**
@@ -137,7 +137,7 @@ export declare class DashboardClient {
137
137
  * @param ListDashboardsRequest
138
138
  * @return ListDashboardsResponse
139
139
  * @throws OciError when an error occurs
140
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dashboardservice/ListDashboards.ts.html |here} to see how to use ListDashboards API.
140
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dashboardservice/ListDashboards.ts.html |here} to see how to use ListDashboards API.
141
141
  */
142
142
  listDashboards(listDashboardsRequest: requests.ListDashboardsRequest): Promise<responses.ListDashboardsResponse>;
143
143
  /**
@@ -146,7 +146,7 @@ export declare class DashboardClient {
146
146
  * @param UpdateDashboardRequest
147
147
  * @return UpdateDashboardResponse
148
148
  * @throws OciError when an error occurs
149
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dashboardservice/UpdateDashboard.ts.html |here} to see how to use UpdateDashboard API.
149
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dashboardservice/UpdateDashboard.ts.html |here} to see how to use UpdateDashboard API.
150
150
  */
151
151
  updateDashboard(updateDashboardRequest: requests.UpdateDashboardRequest): Promise<responses.UpdateDashboardResponse>;
152
152
  }
@@ -221,7 +221,7 @@ export declare class DashboardGroupClient {
221
221
  * @param ChangeDashboardGroupCompartmentRequest
222
222
  * @return ChangeDashboardGroupCompartmentResponse
223
223
  * @throws OciError when an error occurs
224
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dashboardservice/ChangeDashboardGroupCompartment.ts.html |here} to see how to use ChangeDashboardGroupCompartment API.
224
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dashboardservice/ChangeDashboardGroupCompartment.ts.html |here} to see how to use ChangeDashboardGroupCompartment API.
225
225
  */
226
226
  changeDashboardGroupCompartment(changeDashboardGroupCompartmentRequest: requests.ChangeDashboardGroupCompartmentRequest): Promise<responses.ChangeDashboardGroupCompartmentResponse>;
227
227
  /**
@@ -236,7 +236,7 @@ export declare class DashboardGroupClient {
236
236
  * @param CreateDashboardGroupRequest
237
237
  * @return CreateDashboardGroupResponse
238
238
  * @throws OciError when an error occurs
239
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dashboardservice/CreateDashboardGroup.ts.html |here} to see how to use CreateDashboardGroup API.
239
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dashboardservice/CreateDashboardGroup.ts.html |here} to see how to use CreateDashboardGroup API.
240
240
  */
241
241
  createDashboardGroup(createDashboardGroupRequest: requests.CreateDashboardGroupRequest): Promise<responses.CreateDashboardGroupResponse>;
242
242
  /**
@@ -245,7 +245,7 @@ export declare class DashboardGroupClient {
245
245
  * @param DeleteDashboardGroupRequest
246
246
  * @return DeleteDashboardGroupResponse
247
247
  * @throws OciError when an error occurs
248
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dashboardservice/DeleteDashboardGroup.ts.html |here} to see how to use DeleteDashboardGroup API.
248
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dashboardservice/DeleteDashboardGroup.ts.html |here} to see how to use DeleteDashboardGroup API.
249
249
  */
250
250
  deleteDashboardGroup(deleteDashboardGroupRequest: requests.DeleteDashboardGroupRequest): Promise<responses.DeleteDashboardGroupResponse>;
251
251
  /**
@@ -254,7 +254,7 @@ export declare class DashboardGroupClient {
254
254
  * @param GetDashboardGroupRequest
255
255
  * @return GetDashboardGroupResponse
256
256
  * @throws OciError when an error occurs
257
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dashboardservice/GetDashboardGroup.ts.html |here} to see how to use GetDashboardGroup API.
257
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dashboardservice/GetDashboardGroup.ts.html |here} to see how to use GetDashboardGroup API.
258
258
  */
259
259
  getDashboardGroup(getDashboardGroupRequest: requests.GetDashboardGroupRequest): Promise<responses.GetDashboardGroupResponse>;
260
260
  /**
@@ -264,7 +264,7 @@ export declare class DashboardGroupClient {
264
264
  * @param ListDashboardGroupsRequest
265
265
  * @return ListDashboardGroupsResponse
266
266
  * @throws OciError when an error occurs
267
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dashboardservice/ListDashboardGroups.ts.html |here} to see how to use ListDashboardGroups API.
267
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dashboardservice/ListDashboardGroups.ts.html |here} to see how to use ListDashboardGroups API.
268
268
  */
269
269
  listDashboardGroups(listDashboardGroupsRequest: requests.ListDashboardGroupsRequest): Promise<responses.ListDashboardGroupsResponse>;
270
270
  /**
@@ -273,7 +273,7 @@ export declare class DashboardGroupClient {
273
273
  * @param UpdateDashboardGroupRequest
274
274
  * @return UpdateDashboardGroupResponse
275
275
  * @throws OciError when an error occurs
276
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dashboardservice/UpdateDashboardGroup.ts.html |here} to see how to use UpdateDashboardGroup API.
276
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dashboardservice/UpdateDashboardGroup.ts.html |here} to see how to use UpdateDashboardGroup API.
277
277
  */
278
278
  updateDashboardGroup(updateDashboardGroupRequest: requests.UpdateDashboardGroupRequest): Promise<responses.UpdateDashboardGroupResponse>;
279
279
  }
package/lib/client.js CHANGED
@@ -188,7 +188,7 @@ class DashboardClient {
188
188
  * @param ChangeDashboardGroupRequest
189
189
  * @return ChangeDashboardGroupResponse
190
190
  * @throws OciError when an error occurs
191
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dashboardservice/ChangeDashboardGroup.ts.html |here} to see how to use ChangeDashboardGroup API.
191
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dashboardservice/ChangeDashboardGroup.ts.html |here} to see how to use ChangeDashboardGroup API.
192
192
  */
193
193
  changeDashboardGroup(changeDashboardGroupRequest) {
194
194
  return __awaiter(this, void 0, void 0, function* () {
@@ -250,7 +250,7 @@ class DashboardClient {
250
250
  * @param CreateDashboardRequest
251
251
  * @return CreateDashboardResponse
252
252
  * @throws OciError when an error occurs
253
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dashboardservice/CreateDashboard.ts.html |here} to see how to use CreateDashboard API.
253
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dashboardservice/CreateDashboard.ts.html |here} to see how to use CreateDashboard API.
254
254
  */
255
255
  createDashboard(createDashboardRequest) {
256
256
  return __awaiter(this, void 0, void 0, function* () {
@@ -314,7 +314,7 @@ class DashboardClient {
314
314
  * @param DeleteDashboardRequest
315
315
  * @return DeleteDashboardResponse
316
316
  * @throws OciError when an error occurs
317
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dashboardservice/DeleteDashboard.ts.html |here} to see how to use DeleteDashboard API.
317
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dashboardservice/DeleteDashboard.ts.html |here} to see how to use DeleteDashboard API.
318
318
  */
319
319
  deleteDashboard(deleteDashboardRequest) {
320
320
  return __awaiter(this, void 0, void 0, function* () {
@@ -370,7 +370,7 @@ class DashboardClient {
370
370
  * @param GetDashboardRequest
371
371
  * @return GetDashboardResponse
372
372
  * @throws OciError when an error occurs
373
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dashboardservice/GetDashboard.ts.html |here} to see how to use GetDashboard API.
373
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dashboardservice/GetDashboard.ts.html |here} to see how to use GetDashboard API.
374
374
  */
375
375
  getDashboard(getDashboardRequest) {
376
376
  return __awaiter(this, void 0, void 0, function* () {
@@ -435,7 +435,7 @@ class DashboardClient {
435
435
  * @param ListDashboardsRequest
436
436
  * @return ListDashboardsResponse
437
437
  * @throws OciError when an error occurs
438
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dashboardservice/ListDashboards.ts.html |here} to see how to use ListDashboards API.
438
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dashboardservice/ListDashboards.ts.html |here} to see how to use ListDashboards API.
439
439
  */
440
440
  listDashboards(listDashboardsRequest) {
441
441
  return __awaiter(this, void 0, void 0, function* () {
@@ -506,7 +506,7 @@ class DashboardClient {
506
506
  * @param UpdateDashboardRequest
507
507
  * @return UpdateDashboardResponse
508
508
  * @throws OciError when an error occurs
509
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dashboardservice/UpdateDashboard.ts.html |here} to see how to use UpdateDashboard API.
509
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dashboardservice/UpdateDashboard.ts.html |here} to see how to use UpdateDashboard API.
510
510
  */
511
511
  updateDashboard(updateDashboardRequest) {
512
512
  return __awaiter(this, void 0, void 0, function* () {
@@ -701,7 +701,7 @@ class DashboardGroupClient {
701
701
  * @param ChangeDashboardGroupCompartmentRequest
702
702
  * @return ChangeDashboardGroupCompartmentResponse
703
703
  * @throws OciError when an error occurs
704
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dashboardservice/ChangeDashboardGroupCompartment.ts.html |here} to see how to use ChangeDashboardGroupCompartment API.
704
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dashboardservice/ChangeDashboardGroupCompartment.ts.html |here} to see how to use ChangeDashboardGroupCompartment API.
705
705
  */
706
706
  changeDashboardGroupCompartment(changeDashboardGroupCompartmentRequest) {
707
707
  return __awaiter(this, void 0, void 0, function* () {
@@ -763,7 +763,7 @@ class DashboardGroupClient {
763
763
  * @param CreateDashboardGroupRequest
764
764
  * @return CreateDashboardGroupResponse
765
765
  * @throws OciError when an error occurs
766
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dashboardservice/CreateDashboardGroup.ts.html |here} to see how to use CreateDashboardGroup API.
766
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dashboardservice/CreateDashboardGroup.ts.html |here} to see how to use CreateDashboardGroup API.
767
767
  */
768
768
  createDashboardGroup(createDashboardGroupRequest) {
769
769
  return __awaiter(this, void 0, void 0, function* () {
@@ -827,7 +827,7 @@ class DashboardGroupClient {
827
827
  * @param DeleteDashboardGroupRequest
828
828
  * @return DeleteDashboardGroupResponse
829
829
  * @throws OciError when an error occurs
830
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dashboardservice/DeleteDashboardGroup.ts.html |here} to see how to use DeleteDashboardGroup API.
830
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dashboardservice/DeleteDashboardGroup.ts.html |here} to see how to use DeleteDashboardGroup API.
831
831
  */
832
832
  deleteDashboardGroup(deleteDashboardGroupRequest) {
833
833
  return __awaiter(this, void 0, void 0, function* () {
@@ -883,7 +883,7 @@ class DashboardGroupClient {
883
883
  * @param GetDashboardGroupRequest
884
884
  * @return GetDashboardGroupResponse
885
885
  * @throws OciError when an error occurs
886
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dashboardservice/GetDashboardGroup.ts.html |here} to see how to use GetDashboardGroup API.
886
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dashboardservice/GetDashboardGroup.ts.html |here} to see how to use GetDashboardGroup API.
887
887
  */
888
888
  getDashboardGroup(getDashboardGroupRequest) {
889
889
  return __awaiter(this, void 0, void 0, function* () {
@@ -948,7 +948,7 @@ class DashboardGroupClient {
948
948
  * @param ListDashboardGroupsRequest
949
949
  * @return ListDashboardGroupsResponse
950
950
  * @throws OciError when an error occurs
951
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dashboardservice/ListDashboardGroups.ts.html |here} to see how to use ListDashboardGroups API.
951
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dashboardservice/ListDashboardGroups.ts.html |here} to see how to use ListDashboardGroups API.
952
952
  */
953
953
  listDashboardGroups(listDashboardGroupsRequest) {
954
954
  return __awaiter(this, void 0, void 0, function* () {
@@ -1019,7 +1019,7 @@ class DashboardGroupClient {
1019
1019
  * @param UpdateDashboardGroupRequest
1020
1020
  * @return UpdateDashboardGroupResponse
1021
1021
  * @throws OciError when an error occurs
1022
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dashboardservice/UpdateDashboardGroup.ts.html |here} to see how to use UpdateDashboardGroup API.
1022
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dashboardservice/UpdateDashboardGroup.ts.html |here} to see how to use UpdateDashboardGroup API.
1023
1023
  */
1024
1024
  updateDashboardGroup(updateDashboardGroupRequest) {
1025
1025
  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.62.3/dashboardservice/ChangeDashboardGroupCompartment.ts.html |here} to see how to use ChangeDashboardGroupCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dashboardservice/ChangeDashboardGroupCompartment.ts.html |here} to see how to use ChangeDashboardGroupCompartmentRequest.
17
17
  */
18
18
  export interface ChangeDashboardGroupCompartmentRequest 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.62.3/dashboardservice/ChangeDashboardGroup.ts.html |here} to see how to use ChangeDashboardGroupRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dashboardservice/ChangeDashboardGroup.ts.html |here} to see how to use ChangeDashboardGroupRequest.
17
17
  */
18
18
  export interface ChangeDashboardGroupRequest 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.62.3/dashboardservice/CreateDashboardGroup.ts.html |here} to see how to use CreateDashboardGroupRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.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.62.3/dashboardservice/CreateDashboard.ts.html |here} to see how to use CreateDashboardRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.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.62.3/dashboardservice/DeleteDashboardGroup.ts.html |here} to see how to use DeleteDashboardGroupRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.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.62.3/dashboardservice/DeleteDashboard.ts.html |here} to see how to use DeleteDashboardRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.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.62.3/dashboardservice/GetDashboardGroup.ts.html |here} to see how to use GetDashboardGroupRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.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.62.3/dashboardservice/GetDashboard.ts.html |here} to see how to use GetDashboardRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.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.62.3/dashboardservice/ListDashboardGroups.ts.html |here} to see how to use ListDashboardGroupsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.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.62.3/dashboardservice/ListDashboards.ts.html |here} to see how to use ListDashboardsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.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.62.3/dashboardservice/UpdateDashboardGroup.ts.html |here} to see how to use UpdateDashboardGroupRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.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.62.3/dashboardservice/UpdateDashboard.ts.html |here} to see how to use UpdateDashboardRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.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.62.3",
3
+ "version": "2.64.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.62.3",
19
- "oci-workrequests": "2.62.3"
18
+ "oci-common": "2.64.0",
19
+ "oci-workrequests": "2.64.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"