oci-usageapi 2.76.1 → 2.77.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.
Files changed (65) hide show
  1. package/lib/client.d.ts +28 -28
  2. package/lib/client.js +28 -28
  3. package/lib/model/create-schedule-details.d.ts +2 -2
  4. package/lib/model/date-range.d.ts +1 -1
  5. package/lib/model/dimension.d.ts +1 -1
  6. package/lib/model/report-query.d.ts +3 -3
  7. package/lib/model/request-summarized-usages-details.d.ts +3 -3
  8. package/lib/model/request-usage-carbon-emissions-details.d.ts +3 -3
  9. package/lib/model/result-location.d.ts +1 -1
  10. package/lib/model/saved-custom-table.d.ts +5 -5
  11. package/lib/model/schedule-summary.d.ts +3 -3
  12. package/lib/model/schedule.d.ts +3 -3
  13. package/lib/model/update-schedule-details.d.ts +2 -2
  14. package/lib/model/usage-carbon-emissions-report-query.d.ts +3 -3
  15. package/lib/request/create-custom-table-request.d.ts +1 -1
  16. package/lib/request/create-query-request.d.ts +1 -1
  17. package/lib/request/create-schedule-request.d.ts +1 -1
  18. package/lib/request/create-usage-carbon-emissions-query-request.d.ts +1 -1
  19. package/lib/request/delete-custom-table-request.d.ts +2 -2
  20. package/lib/request/delete-query-request.d.ts +2 -2
  21. package/lib/request/delete-schedule-request.d.ts +2 -2
  22. package/lib/request/delete-usage-carbon-emissions-query-request.d.ts +2 -2
  23. package/lib/request/get-custom-table-request.d.ts +1 -1
  24. package/lib/request/get-query-request.d.ts +1 -1
  25. package/lib/request/get-schedule-request.d.ts +1 -1
  26. package/lib/request/get-scheduled-run-request.d.ts +1 -1
  27. package/lib/request/get-usage-carbon-emissions-query-request.d.ts +1 -1
  28. package/lib/request/list-custom-tables-request.d.ts +1 -1
  29. package/lib/request/list-queries-request.d.ts +1 -1
  30. package/lib/request/list-scheduled-runs-request.d.ts +1 -1
  31. package/lib/request/list-schedules-request.d.ts +1 -1
  32. package/lib/request/list-usage-carbon-emissions-queries-request.d.ts +1 -1
  33. package/lib/request/request-average-carbon-emission-request.d.ts +1 -1
  34. package/lib/request/request-clean-energy-usage-request.d.ts +1 -1
  35. package/lib/request/request-summarized-configurations-request.d.ts +1 -1
  36. package/lib/request/request-summarized-usages-request.d.ts +1 -1
  37. package/lib/request/request-usage-carbon-emission-config-request.d.ts +1 -1
  38. package/lib/request/request-usage-carbon-emissions-request.d.ts +1 -1
  39. package/lib/request/update-custom-table-request.d.ts +2 -2
  40. package/lib/request/update-query-request.d.ts +2 -2
  41. package/lib/request/update-schedule-request.d.ts +2 -2
  42. package/lib/request/update-usage-carbon-emissions-query-request.d.ts +2 -2
  43. package/lib/response/create-custom-table-response.d.ts +1 -1
  44. package/lib/response/create-query-response.d.ts +1 -1
  45. package/lib/response/create-schedule-response.d.ts +1 -1
  46. package/lib/response/create-usage-carbon-emissions-query-response.d.ts +1 -1
  47. package/lib/response/get-custom-table-response.d.ts +1 -1
  48. package/lib/response/get-query-response.d.ts +1 -1
  49. package/lib/response/get-schedule-response.d.ts +1 -1
  50. package/lib/response/get-scheduled-run-response.d.ts +1 -1
  51. package/lib/response/get-usage-carbon-emissions-query-response.d.ts +1 -1
  52. package/lib/response/list-custom-tables-response.d.ts +1 -1
  53. package/lib/response/list-queries-response.d.ts +1 -1
  54. package/lib/response/list-scheduled-runs-response.d.ts +1 -1
  55. package/lib/response/list-schedules-response.d.ts +1 -1
  56. package/lib/response/list-usage-carbon-emissions-queries-response.d.ts +1 -1
  57. package/lib/response/request-average-carbon-emission-response.d.ts +1 -1
  58. package/lib/response/request-clean-energy-usage-response.d.ts +1 -1
  59. package/lib/response/request-summarized-usages-response.d.ts +1 -1
  60. package/lib/response/request-usage-carbon-emissions-response.d.ts +1 -1
  61. package/lib/response/update-custom-table-response.d.ts +1 -1
  62. package/lib/response/update-query-response.d.ts +1 -1
  63. package/lib/response/update-schedule-response.d.ts +1 -1
  64. package/lib/response/update-usage-carbon-emissions-query-response.d.ts +1 -1
  65. package/package.json +3 -3
@@ -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.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.76.1",
19
- "oci-workrequests": "2.76.1"
18
+ "oci-common": "2.77.0",
19
+ "oci-workrequests": "2.77.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"