oci-usageapi 2.2.2 → 2.5.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 CHANGED
@@ -54,7 +54,7 @@ export declare class UsageapiClient {
54
54
  * @param CreateCustomTableRequest
55
55
  * @return CreateCustomTableResponse
56
56
  * @throws OciError when an error occurs
57
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.2.2/usageapi/CreateCustomTable.ts.html |here} to see how to use CreateCustomTable API.
57
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/usageapi/CreateCustomTable.ts.html |here} to see how to use CreateCustomTable API.
58
58
  */
59
59
  createCustomTable(createCustomTableRequest: requests.CreateCustomTableRequest): Promise<responses.CreateCustomTableResponse>;
60
60
  /**
@@ -63,7 +63,7 @@ export declare class UsageapiClient {
63
63
  * @param CreateQueryRequest
64
64
  * @return CreateQueryResponse
65
65
  * @throws OciError when an error occurs
66
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.2.2/usageapi/CreateQuery.ts.html |here} to see how to use CreateQuery API.
66
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/usageapi/CreateQuery.ts.html |here} to see how to use CreateQuery API.
67
67
  */
68
68
  createQuery(createQueryRequest: requests.CreateQueryRequest): Promise<responses.CreateQueryResponse>;
69
69
  /**
@@ -72,7 +72,7 @@ export declare class UsageapiClient {
72
72
  * @param DeleteCustomTableRequest
73
73
  * @return DeleteCustomTableResponse
74
74
  * @throws OciError when an error occurs
75
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.2.2/usageapi/DeleteCustomTable.ts.html |here} to see how to use DeleteCustomTable API.
75
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/usageapi/DeleteCustomTable.ts.html |here} to see how to use DeleteCustomTable API.
76
76
  */
77
77
  deleteCustomTable(deleteCustomTableRequest: requests.DeleteCustomTableRequest): Promise<responses.DeleteCustomTableResponse>;
78
78
  /**
@@ -81,7 +81,7 @@ export declare class UsageapiClient {
81
81
  * @param DeleteQueryRequest
82
82
  * @return DeleteQueryResponse
83
83
  * @throws OciError when an error occurs
84
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.2.2/usageapi/DeleteQuery.ts.html |here} to see how to use DeleteQuery API.
84
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/usageapi/DeleteQuery.ts.html |here} to see how to use DeleteQuery API.
85
85
  */
86
86
  deleteQuery(deleteQueryRequest: requests.DeleteQueryRequest): Promise<responses.DeleteQueryResponse>;
87
87
  /**
@@ -90,7 +90,7 @@ export declare class UsageapiClient {
90
90
  * @param GetCustomTableRequest
91
91
  * @return GetCustomTableResponse
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.2.2/usageapi/GetCustomTable.ts.html |here} to see how to use GetCustomTable API.
93
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/usageapi/GetCustomTable.ts.html |here} to see how to use GetCustomTable API.
94
94
  */
95
95
  getCustomTable(getCustomTableRequest: requests.GetCustomTableRequest): Promise<responses.GetCustomTableResponse>;
96
96
  /**
@@ -99,7 +99,7 @@ export declare class UsageapiClient {
99
99
  * @param GetQueryRequest
100
100
  * @return GetQueryResponse
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.2.2/usageapi/GetQuery.ts.html |here} to see how to use GetQuery API.
102
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/usageapi/GetQuery.ts.html |here} to see how to use GetQuery API.
103
103
  */
104
104
  getQuery(getQueryRequest: requests.GetQueryRequest): Promise<responses.GetQueryResponse>;
105
105
  /**
@@ -108,7 +108,7 @@ export declare class UsageapiClient {
108
108
  * @param ListCustomTablesRequest
109
109
  * @return ListCustomTablesResponse
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.2.2/usageapi/ListCustomTables.ts.html |here} to see how to use ListCustomTables API.
111
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/usageapi/ListCustomTables.ts.html |here} to see how to use ListCustomTables API.
112
112
  */
113
113
  listCustomTables(listCustomTablesRequest: requests.ListCustomTablesRequest): Promise<responses.ListCustomTablesResponse>;
114
114
  /**
@@ -117,7 +117,7 @@ export declare class UsageapiClient {
117
117
  * @param ListQueriesRequest
118
118
  * @return ListQueriesResponse
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.2.2/usageapi/ListQueries.ts.html |here} to see how to use ListQueries API.
120
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/usageapi/ListQueries.ts.html |here} to see how to use ListQueries API.
121
121
  */
122
122
  listQueries(listQueriesRequest: requests.ListQueriesRequest): Promise<responses.ListQueriesResponse>;
123
123
  /**
@@ -126,7 +126,7 @@ export declare class UsageapiClient {
126
126
  * @param RequestSummarizedConfigurationsRequest
127
127
  * @return RequestSummarizedConfigurationsResponse
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.2.2/usageapi/RequestSummarizedConfigurations.ts.html |here} to see how to use RequestSummarizedConfigurations API.
129
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/usageapi/RequestSummarizedConfigurations.ts.html |here} to see how to use RequestSummarizedConfigurations API.
130
130
  */
131
131
  requestSummarizedConfigurations(requestSummarizedConfigurationsRequest: requests.RequestSummarizedConfigurationsRequest): Promise<responses.RequestSummarizedConfigurationsResponse>;
132
132
  /**
@@ -135,7 +135,7 @@ export declare class UsageapiClient {
135
135
  * @param RequestSummarizedUsagesRequest
136
136
  * @return RequestSummarizedUsagesResponse
137
137
  * @throws OciError when an error occurs
138
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.2.2/usageapi/RequestSummarizedUsages.ts.html |here} to see how to use RequestSummarizedUsages API.
138
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/usageapi/RequestSummarizedUsages.ts.html |here} to see how to use RequestSummarizedUsages API.
139
139
  */
140
140
  requestSummarizedUsages(requestSummarizedUsagesRequest: requests.RequestSummarizedUsagesRequest): Promise<responses.RequestSummarizedUsagesResponse>;
141
141
  /**
@@ -144,7 +144,7 @@ export declare class UsageapiClient {
144
144
  * @param UpdateCustomTableRequest
145
145
  * @return UpdateCustomTableResponse
146
146
  * @throws OciError when an error occurs
147
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.2.2/usageapi/UpdateCustomTable.ts.html |here} to see how to use UpdateCustomTable API.
147
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/usageapi/UpdateCustomTable.ts.html |here} to see how to use UpdateCustomTable API.
148
148
  */
149
149
  updateCustomTable(updateCustomTableRequest: requests.UpdateCustomTableRequest): Promise<responses.UpdateCustomTableResponse>;
150
150
  /**
@@ -153,7 +153,7 @@ export declare class UsageapiClient {
153
153
  * @param UpdateQueryRequest
154
154
  * @return UpdateQueryResponse
155
155
  * @throws OciError when an error occurs
156
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.2.2/usageapi/UpdateQuery.ts.html |here} to see how to use UpdateQuery API.
156
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/usageapi/UpdateQuery.ts.html |here} to see how to use UpdateQuery API.
157
157
  */
158
158
  updateQuery(updateQueryRequest: requests.UpdateQueryRequest): Promise<responses.UpdateQueryResponse>;
159
159
  }
package/lib/client.js CHANGED
@@ -118,7 +118,7 @@ class UsageapiClient {
118
118
  * @param CreateCustomTableRequest
119
119
  * @return CreateCustomTableResponse
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.2.2/usageapi/CreateCustomTable.ts.html |here} to see how to use CreateCustomTable API.
121
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/usageapi/CreateCustomTable.ts.html |here} to see how to use CreateCustomTable API.
122
122
  */
123
123
  createCustomTable(createCustomTableRequest) {
124
124
  return __awaiter(this, void 0, void 0, function* () {
@@ -178,7 +178,7 @@ class UsageapiClient {
178
178
  * @param CreateQueryRequest
179
179
  * @return CreateQueryResponse
180
180
  * @throws OciError when an error occurs
181
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.2.2/usageapi/CreateQuery.ts.html |here} to see how to use CreateQuery API.
181
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/usageapi/CreateQuery.ts.html |here} to see how to use CreateQuery API.
182
182
  */
183
183
  createQuery(createQueryRequest) {
184
184
  return __awaiter(this, void 0, void 0, function* () {
@@ -238,7 +238,7 @@ class UsageapiClient {
238
238
  * @param DeleteCustomTableRequest
239
239
  * @return DeleteCustomTableResponse
240
240
  * @throws OciError when an error occurs
241
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.2.2/usageapi/DeleteCustomTable.ts.html |here} to see how to use DeleteCustomTable API.
241
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/usageapi/DeleteCustomTable.ts.html |here} to see how to use DeleteCustomTable API.
242
242
  */
243
243
  deleteCustomTable(deleteCustomTableRequest) {
244
244
  return __awaiter(this, void 0, void 0, function* () {
@@ -290,7 +290,7 @@ class UsageapiClient {
290
290
  * @param DeleteQueryRequest
291
291
  * @return DeleteQueryResponse
292
292
  * @throws OciError when an error occurs
293
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.2.2/usageapi/DeleteQuery.ts.html |here} to see how to use DeleteQuery API.
293
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/usageapi/DeleteQuery.ts.html |here} to see how to use DeleteQuery API.
294
294
  */
295
295
  deleteQuery(deleteQueryRequest) {
296
296
  return __awaiter(this, void 0, void 0, function* () {
@@ -342,7 +342,7 @@ class UsageapiClient {
342
342
  * @param GetCustomTableRequest
343
343
  * @return GetCustomTableResponse
344
344
  * @throws OciError when an error occurs
345
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.2.2/usageapi/GetCustomTable.ts.html |here} to see how to use GetCustomTable API.
345
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/usageapi/GetCustomTable.ts.html |here} to see how to use GetCustomTable API.
346
346
  */
347
347
  getCustomTable(getCustomTableRequest) {
348
348
  return __awaiter(this, void 0, void 0, function* () {
@@ -402,7 +402,7 @@ class UsageapiClient {
402
402
  * @param GetQueryRequest
403
403
  * @return GetQueryResponse
404
404
  * @throws OciError when an error occurs
405
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.2.2/usageapi/GetQuery.ts.html |here} to see how to use GetQuery API.
405
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/usageapi/GetQuery.ts.html |here} to see how to use GetQuery API.
406
406
  */
407
407
  getQuery(getQueryRequest) {
408
408
  return __awaiter(this, void 0, void 0, function* () {
@@ -462,7 +462,7 @@ class UsageapiClient {
462
462
  * @param ListCustomTablesRequest
463
463
  * @return ListCustomTablesResponse
464
464
  * @throws OciError when an error occurs
465
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.2.2/usageapi/ListCustomTables.ts.html |here} to see how to use ListCustomTables API.
465
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/usageapi/ListCustomTables.ts.html |here} to see how to use ListCustomTables API.
466
466
  */
467
467
  listCustomTables(listCustomTablesRequest) {
468
468
  return __awaiter(this, void 0, void 0, function* () {
@@ -527,7 +527,7 @@ class UsageapiClient {
527
527
  * @param ListQueriesRequest
528
528
  * @return ListQueriesResponse
529
529
  * @throws OciError when an error occurs
530
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.2.2/usageapi/ListQueries.ts.html |here} to see how to use ListQueries API.
530
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/usageapi/ListQueries.ts.html |here} to see how to use ListQueries API.
531
531
  */
532
532
  listQueries(listQueriesRequest) {
533
533
  return __awaiter(this, void 0, void 0, function* () {
@@ -591,7 +591,7 @@ class UsageapiClient {
591
591
  * @param RequestSummarizedConfigurationsRequest
592
592
  * @return RequestSummarizedConfigurationsResponse
593
593
  * @throws OciError when an error occurs
594
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.2.2/usageapi/RequestSummarizedConfigurations.ts.html |here} to see how to use RequestSummarizedConfigurations API.
594
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/usageapi/RequestSummarizedConfigurations.ts.html |here} to see how to use RequestSummarizedConfigurations API.
595
595
  */
596
596
  requestSummarizedConfigurations(requestSummarizedConfigurationsRequest) {
597
597
  return __awaiter(this, void 0, void 0, function* () {
@@ -646,7 +646,7 @@ class UsageapiClient {
646
646
  * @param RequestSummarizedUsagesRequest
647
647
  * @return RequestSummarizedUsagesResponse
648
648
  * @throws OciError when an error occurs
649
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.2.2/usageapi/RequestSummarizedUsages.ts.html |here} to see how to use RequestSummarizedUsages API.
649
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/usageapi/RequestSummarizedUsages.ts.html |here} to see how to use RequestSummarizedUsages API.
650
650
  */
651
651
  requestSummarizedUsages(requestSummarizedUsagesRequest) {
652
652
  return __awaiter(this, void 0, void 0, function* () {
@@ -708,7 +708,7 @@ class UsageapiClient {
708
708
  * @param UpdateCustomTableRequest
709
709
  * @return UpdateCustomTableResponse
710
710
  * @throws OciError when an error occurs
711
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.2.2/usageapi/UpdateCustomTable.ts.html |here} to see how to use UpdateCustomTable API.
711
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/usageapi/UpdateCustomTable.ts.html |here} to see how to use UpdateCustomTable API.
712
712
  */
713
713
  updateCustomTable(updateCustomTableRequest) {
714
714
  return __awaiter(this, void 0, void 0, function* () {
@@ -770,7 +770,7 @@ class UsageapiClient {
770
770
  * @param UpdateQueryRequest
771
771
  * @return UpdateQueryResponse
772
772
  * @throws OciError when an error occurs
773
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.2.2/usageapi/UpdateQuery.ts.html |here} to see how to use UpdateQuery API.
773
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/usageapi/UpdateQuery.ts.html |here} to see how to use UpdateQuery API.
774
774
  */
775
775
  updateQuery(updateQueryRequest) {
776
776
  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.2.2/usageapi/CreateCustomTable.ts.html |here} to see how to use CreateCustomTableRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/usageapi/CreateCustomTable.ts.html |here} to see how to use CreateCustomTableRequest.
17
17
  */
18
18
  export interface CreateCustomTableRequest 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.2.2/usageapi/CreateQuery.ts.html |here} to see how to use CreateQueryRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/usageapi/CreateQuery.ts.html |here} to see how to use CreateQueryRequest.
17
17
  */
18
18
  export interface CreateQueryRequest 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.2.2/usageapi/DeleteCustomTable.ts.html |here} to see how to use DeleteCustomTableRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/usageapi/DeleteCustomTable.ts.html |here} to see how to use DeleteCustomTableRequest.
16
16
  */
17
17
  export interface DeleteCustomTableRequest 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.2.2/usageapi/DeleteQuery.ts.html |here} to see how to use DeleteQueryRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/usageapi/DeleteQuery.ts.html |here} to see how to use DeleteQueryRequest.
16
16
  */
17
17
  export interface DeleteQueryRequest 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.2.2/usageapi/GetCustomTable.ts.html |here} to see how to use GetCustomTableRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/usageapi/GetCustomTable.ts.html |here} to see how to use GetCustomTableRequest.
16
16
  */
17
17
  export interface GetCustomTableRequest 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.2.2/usageapi/GetQuery.ts.html |here} to see how to use GetQueryRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/usageapi/GetQuery.ts.html |here} to see how to use GetQueryRequest.
16
16
  */
17
17
  export interface GetQueryRequest 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.2.2/usageapi/ListCustomTables.ts.html |here} to see how to use ListCustomTablesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/usageapi/ListCustomTables.ts.html |here} to see how to use ListCustomTablesRequest.
16
16
  */
17
17
  export interface ListCustomTablesRequest 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.2.2/usageapi/ListQueries.ts.html |here} to see how to use ListQueriesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/usageapi/ListQueries.ts.html |here} to see how to use ListQueriesRequest.
16
16
  */
17
17
  export interface ListQueriesRequest 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.2.2/usageapi/RequestSummarizedConfigurations.ts.html |here} to see how to use RequestSummarizedConfigurationsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/usageapi/RequestSummarizedConfigurations.ts.html |here} to see how to use RequestSummarizedConfigurationsRequest.
16
16
  */
17
17
  export interface RequestSummarizedConfigurationsRequest 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.2.2/usageapi/RequestSummarizedUsages.ts.html |here} to see how to use RequestSummarizedUsagesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/usageapi/RequestSummarizedUsages.ts.html |here} to see how to use RequestSummarizedUsagesRequest.
17
17
  */
18
18
  export interface RequestSummarizedUsagesRequest 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.2.2/usageapi/UpdateCustomTable.ts.html |here} to see how to use UpdateCustomTableRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/usageapi/UpdateCustomTable.ts.html |here} to see how to use UpdateCustomTableRequest.
17
17
  */
18
18
  export interface UpdateCustomTableRequest 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.2.2/usageapi/UpdateQuery.ts.html |here} to see how to use UpdateQueryRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/usageapi/UpdateQuery.ts.html |here} to see how to use UpdateQueryRequest.
17
17
  */
18
18
  export interface UpdateQueryRequest extends common.BaseRequest {
19
19
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-usageapi",
3
- "version": "2.2.2",
3
+ "version": "2.5.0",
4
4
  "description": "OCI NodeJS client for Usage Api 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.2.2",
19
- "oci-workrequests": "2.2.2"
18
+ "oci-common": "2.5.0",
19
+ "oci-workrequests": "2.5.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"