oci-usageapi 2.76.1 → 2.77.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.
Files changed (66) hide show
  1. package/lib/client.d.ts +35 -29
  2. package/lib/client.js +37 -28
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/create-schedule-details.d.ts +2 -2
  5. package/lib/model/date-range.d.ts +1 -1
  6. package/lib/model/dimension.d.ts +1 -1
  7. package/lib/model/report-query.d.ts +3 -3
  8. package/lib/model/request-summarized-usages-details.d.ts +3 -3
  9. package/lib/model/request-usage-carbon-emissions-details.d.ts +3 -3
  10. package/lib/model/result-location.d.ts +1 -1
  11. package/lib/model/saved-custom-table.d.ts +5 -5
  12. package/lib/model/schedule-summary.d.ts +3 -3
  13. package/lib/model/schedule.d.ts +3 -3
  14. package/lib/model/update-schedule-details.d.ts +2 -2
  15. package/lib/model/usage-carbon-emissions-report-query.d.ts +3 -3
  16. package/lib/request/create-custom-table-request.d.ts +1 -1
  17. package/lib/request/create-query-request.d.ts +1 -1
  18. package/lib/request/create-schedule-request.d.ts +1 -1
  19. package/lib/request/create-usage-carbon-emissions-query-request.d.ts +1 -1
  20. package/lib/request/delete-custom-table-request.d.ts +2 -2
  21. package/lib/request/delete-query-request.d.ts +2 -2
  22. package/lib/request/delete-schedule-request.d.ts +2 -2
  23. package/lib/request/delete-usage-carbon-emissions-query-request.d.ts +2 -2
  24. package/lib/request/get-custom-table-request.d.ts +1 -1
  25. package/lib/request/get-query-request.d.ts +1 -1
  26. package/lib/request/get-schedule-request.d.ts +1 -1
  27. package/lib/request/get-scheduled-run-request.d.ts +1 -1
  28. package/lib/request/get-usage-carbon-emissions-query-request.d.ts +1 -1
  29. package/lib/request/list-custom-tables-request.d.ts +1 -1
  30. package/lib/request/list-queries-request.d.ts +1 -1
  31. package/lib/request/list-scheduled-runs-request.d.ts +1 -1
  32. package/lib/request/list-schedules-request.d.ts +1 -1
  33. package/lib/request/list-usage-carbon-emissions-queries-request.d.ts +1 -1
  34. package/lib/request/request-average-carbon-emission-request.d.ts +1 -1
  35. package/lib/request/request-clean-energy-usage-request.d.ts +1 -1
  36. package/lib/request/request-summarized-configurations-request.d.ts +1 -1
  37. package/lib/request/request-summarized-usages-request.d.ts +1 -1
  38. package/lib/request/request-usage-carbon-emission-config-request.d.ts +1 -1
  39. package/lib/request/request-usage-carbon-emissions-request.d.ts +1 -1
  40. package/lib/request/update-custom-table-request.d.ts +2 -2
  41. package/lib/request/update-query-request.d.ts +2 -2
  42. package/lib/request/update-schedule-request.d.ts +2 -2
  43. package/lib/request/update-usage-carbon-emissions-query-request.d.ts +2 -2
  44. package/lib/response/create-custom-table-response.d.ts +1 -1
  45. package/lib/response/create-query-response.d.ts +1 -1
  46. package/lib/response/create-schedule-response.d.ts +1 -1
  47. package/lib/response/create-usage-carbon-emissions-query-response.d.ts +1 -1
  48. package/lib/response/get-custom-table-response.d.ts +1 -1
  49. package/lib/response/get-query-response.d.ts +1 -1
  50. package/lib/response/get-schedule-response.d.ts +1 -1
  51. package/lib/response/get-scheduled-run-response.d.ts +1 -1
  52. package/lib/response/get-usage-carbon-emissions-query-response.d.ts +1 -1
  53. package/lib/response/list-custom-tables-response.d.ts +1 -1
  54. package/lib/response/list-queries-response.d.ts +1 -1
  55. package/lib/response/list-scheduled-runs-response.d.ts +1 -1
  56. package/lib/response/list-schedules-response.d.ts +1 -1
  57. package/lib/response/list-usage-carbon-emissions-queries-response.d.ts +1 -1
  58. package/lib/response/request-average-carbon-emission-response.d.ts +1 -1
  59. package/lib/response/request-clean-energy-usage-response.d.ts +1 -1
  60. package/lib/response/request-summarized-usages-response.d.ts +1 -1
  61. package/lib/response/request-usage-carbon-emissions-response.d.ts +1 -1
  62. package/lib/response/update-custom-table-response.d.ts +1 -1
  63. package/lib/response/update-query-response.d.ts +1 -1
  64. package/lib/response/update-schedule-response.d.ts +1 -1
  65. package/lib/response/update-usage-carbon-emissions-query-response.d.ts +1 -1
  66. package/package.json +3 -3
@@ -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.76.1/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.77.1/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.76.1/usageapi/GetSchedule.ts.html |here} to see how to use GetScheduleRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/usageapi/GetSchedule.ts.html |here} to see how to use GetScheduleRequest.
16
16
  */
17
17
  export interface GetScheduleRequest 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.76.1/usageapi/GetScheduledRun.ts.html |here} to see how to use GetScheduledRunRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/usageapi/GetScheduledRun.ts.html |here} to see how to use GetScheduledRunRequest.
16
16
  */
17
17
  export interface GetScheduledRunRequest 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.76.1/usageapi/GetUsageCarbonEmissionsQuery.ts.html |here} to see how to use GetUsageCarbonEmissionsQueryRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/usageapi/GetUsageCarbonEmissionsQuery.ts.html |here} to see how to use GetUsageCarbonEmissionsQueryRequest.
16
16
  */
17
17
  export interface GetUsageCarbonEmissionsQueryRequest 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.76.1/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.77.1/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.76.1/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.77.1/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.76.1/usageapi/ListScheduledRuns.ts.html |here} to see how to use ListScheduledRunsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/usageapi/ListScheduledRuns.ts.html |here} to see how to use ListScheduledRunsRequest.
16
16
  */
17
17
  export interface ListScheduledRunsRequest 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.76.1/usageapi/ListSchedules.ts.html |here} to see how to use ListSchedulesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/usageapi/ListSchedules.ts.html |here} to see how to use ListSchedulesRequest.
16
16
  */
17
17
  export interface ListSchedulesRequest 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.76.1/usageapi/ListUsageCarbonEmissionsQueries.ts.html |here} to see how to use ListUsageCarbonEmissionsQueriesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/usageapi/ListUsageCarbonEmissionsQueries.ts.html |here} to see how to use ListUsageCarbonEmissionsQueriesRequest.
16
16
  */
17
17
  export interface ListUsageCarbonEmissionsQueriesRequest 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.76.1/usageapi/RequestAverageCarbonEmission.ts.html |here} to see how to use RequestAverageCarbonEmissionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/usageapi/RequestAverageCarbonEmission.ts.html |here} to see how to use RequestAverageCarbonEmissionRequest.
16
16
  */
17
17
  export interface RequestAverageCarbonEmissionRequest 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.76.1/usageapi/RequestCleanEnergyUsage.ts.html |here} to see how to use RequestCleanEnergyUsageRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/usageapi/RequestCleanEnergyUsage.ts.html |here} to see how to use RequestCleanEnergyUsageRequest.
16
16
  */
17
17
  export interface RequestCleanEnergyUsageRequest 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.76.1/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.77.1/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.76.1/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.77.1/usageapi/RequestSummarizedUsages.ts.html |here} to see how to use RequestSummarizedUsagesRequest.
17
17
  */
18
18
  export interface RequestSummarizedUsagesRequest 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.76.1/usageapi/RequestUsageCarbonEmissionConfig.ts.html |here} to see how to use RequestUsageCarbonEmissionConfigRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/usageapi/RequestUsageCarbonEmissionConfig.ts.html |here} to see how to use RequestUsageCarbonEmissionConfigRequest.
16
16
  */
17
17
  export interface RequestUsageCarbonEmissionConfigRequest 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.76.1/usageapi/RequestUsageCarbonEmissions.ts.html |here} to see how to use RequestUsageCarbonEmissionsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/usageapi/RequestUsageCarbonEmissions.ts.html |here} to see how to use RequestUsageCarbonEmissionsRequest.
17
17
  */
18
18
  export interface RequestUsageCarbonEmissionsRequest 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.76.1/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.77.1/usageapi/UpdateCustomTable.ts.html |here} to see how to use UpdateCustomTableRequest.
17
17
  */
18
18
  export interface UpdateCustomTableRequest extends common.BaseRequest {
19
19
  /**
@@ -32,7 +32,7 @@ export interface UpdateCustomTableRequest extends common.BaseRequest {
32
32
  "opcRequestId"?: string;
33
33
  /**
34
34
  * For optimistic concurrency control. In the PUT or DELETE call
35
- * for a resource, set the `if-match` parameter to the value of the
35
+ * for a resource, set the {@code if-match} parameter to the value of the
36
36
  * etag from a previous GET or POST response for that resource.
37
37
  * The resource will be updated or deleted, only if the etag you
38
38
  * provide matches the resource's current etag value.
@@ -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.76.1/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.77.1/usageapi/UpdateQuery.ts.html |here} to see how to use UpdateQueryRequest.
17
17
  */
18
18
  export interface UpdateQueryRequest extends common.BaseRequest {
19
19
  /**
@@ -32,7 +32,7 @@ export interface UpdateQueryRequest extends common.BaseRequest {
32
32
  "opcRequestId"?: string;
33
33
  /**
34
34
  * For optimistic concurrency control. In the PUT or DELETE call
35
- * for a resource, set the `if-match` parameter to the value of the
35
+ * for a resource, set the {@code if-match} parameter to the value of the
36
36
  * etag from a previous GET or POST response for that resource.
37
37
  * The resource will be updated or deleted, only if the etag you
38
38
  * provide matches the resource's current etag value.
@@ -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.76.1/usageapi/UpdateSchedule.ts.html |here} to see how to use UpdateScheduleRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/usageapi/UpdateSchedule.ts.html |here} to see how to use UpdateScheduleRequest.
17
17
  */
18
18
  export interface UpdateScheduleRequest extends common.BaseRequest {
19
19
  /**
@@ -32,7 +32,7 @@ export interface UpdateScheduleRequest extends common.BaseRequest {
32
32
  "opcRequestId"?: string;
33
33
  /**
34
34
  * For optimistic concurrency control. In the PUT or DELETE call
35
- * for a resource, set the `if-match` parameter to the value of the
35
+ * for a resource, set the {@code if-match} parameter to the value of the
36
36
  * etag from a previous GET or POST response for that resource.
37
37
  * The resource will be updated or deleted, only if the etag you
38
38
  * provide matches the resource's current etag value.
@@ -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.76.1/usageapi/UpdateUsageCarbonEmissionsQuery.ts.html |here} to see how to use UpdateUsageCarbonEmissionsQueryRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/usageapi/UpdateUsageCarbonEmissionsQuery.ts.html |here} to see how to use UpdateUsageCarbonEmissionsQueryRequest.
17
17
  */
18
18
  export interface UpdateUsageCarbonEmissionsQueryRequest extends common.BaseRequest {
19
19
  /**
@@ -32,7 +32,7 @@ export interface UpdateUsageCarbonEmissionsQueryRequest extends common.BaseReque
32
32
  "opcRequestId"?: string;
33
33
  /**
34
34
  * For optimistic concurrency control. In the PUT or DELETE call
35
- * for a resource, set the `if-match` parameter to the value of the
35
+ * for a resource, set the {@code if-match} parameter to the value of the
36
36
  * etag from a previous GET or POST response for that resource.
37
37
  * The resource will be updated or deleted, only if the etag you
38
38
  * provide matches the resource's current etag value.
@@ -19,7 +19,7 @@ export interface CreateCustomTableResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  */
24
24
  "etag": string;
25
25
  /**
@@ -19,7 +19,7 @@ export interface CreateQueryResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  */
24
24
  "etag": string;
25
25
  /**
@@ -19,7 +19,7 @@ export interface CreateScheduleResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  */
24
24
  "etag": string;
25
25
  /**
@@ -19,7 +19,7 @@ export interface CreateUsageCarbonEmissionsQueryResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  */
24
24
  "etag": string;
25
25
  /**
@@ -19,7 +19,7 @@ export interface GetCustomTableResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  */
24
24
  "etag": string;
25
25
  /**
@@ -19,7 +19,7 @@ export interface GetQueryResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  */
24
24
  "etag": string;
25
25
  /**
@@ -19,7 +19,7 @@ export interface GetScheduleResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  */
24
24
  "etag": string;
25
25
  /**
@@ -19,7 +19,7 @@ export interface GetScheduledRunResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  */
24
24
  "etag": string;
25
25
  /**
@@ -19,7 +19,7 @@ export interface GetUsageCarbonEmissionsQueryResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  */
24
24
  "etag": string;
25
25
  /**
@@ -20,7 +20,7 @@ export interface ListCustomTablesResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of custom tables. If this header appears in the response, then this
23
- * is a partial list of custom tables. Include this value as the `page` parameter in a subsequent
23
+ * is a partial list of custom tables. Include this value as the {@code page} parameter in a subsequent
24
24
  * GET request, to get the next batch of custom tables.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface ListQueriesResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of Queries. If this header appears in the response, then this
23
- * is a partial list of Queries. Include this value as the `page` parameter in a subsequent
23
+ * is a partial list of Queries. Include this value as the {@code page} parameter in a subsequent
24
24
  * GET request, to get the next batch of Queries.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface ListScheduledRunsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface ListSchedulesResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface ListUsageCarbonEmissionsQueriesResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -19,7 +19,7 @@ export interface RequestAverageCarbonEmissionResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  */
24
24
  "etag": string;
25
25
  /**
@@ -19,7 +19,7 @@ export interface RequestCleanEnergyUsageResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  */
24
24
  "etag": string;
25
25
  /**
@@ -20,7 +20,7 @@ export interface RequestSummarizedUsagesResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface RequestUsageCarbonEmissionsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -19,7 +19,7 @@ export interface UpdateCustomTableResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  */
24
24
  "etag": string;
25
25
  /**
@@ -19,7 +19,7 @@ export interface UpdateQueryResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  */
24
24
  "etag": string;
25
25
  /**
@@ -19,7 +19,7 @@ export interface UpdateScheduleResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  */
24
24
  "etag": string;
25
25
  /**
@@ -19,7 +19,7 @@ export interface UpdateUsageCarbonEmissionsQueryResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  */
24
24
  "etag": string;
25
25
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-usageapi",
3
- "version": "2.76.1",
3
+ "version": "2.77.1",
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.76.1",
19
- "oci-workrequests": "2.76.1"
18
+ "oci-common": "2.77.1",
19
+ "oci-workrequests": "2.77.1"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"