oci-osubusage 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.
package/lib/client.d.ts CHANGED
@@ -74,7 +74,7 @@ export declare class ComputedUsageClient {
74
74
  * @param GetComputedUsageRequest
75
75
  * @return GetComputedUsageResponse
76
76
  * @throws OciError when an error occurs
77
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/osubusage/GetComputedUsage.ts.html |here} to see how to use GetComputedUsage API.
77
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/osubusage/GetComputedUsage.ts.html |here} to see how to use GetComputedUsage API.
78
78
  */
79
79
  getComputedUsage(getComputedUsageRequest: requests.GetComputedUsageRequest): Promise<responses.GetComputedUsageResponse>;
80
80
  /**
@@ -84,7 +84,7 @@ export declare class ComputedUsageClient {
84
84
  * @param ListComputedUsageAggregatedsRequest
85
85
  * @return ListComputedUsageAggregatedsResponse
86
86
  * @throws OciError when an error occurs
87
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/osubusage/ListComputedUsageAggregateds.ts.html |here} to see how to use ListComputedUsageAggregateds API.
87
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/osubusage/ListComputedUsageAggregateds.ts.html |here} to see how to use ListComputedUsageAggregateds API.
88
88
  */
89
89
  listComputedUsageAggregateds(listComputedUsageAggregatedsRequest: requests.ListComputedUsageAggregatedsRequest): Promise<responses.ListComputedUsageAggregatedsResponse>;
90
90
  /**
@@ -126,7 +126,7 @@ export declare class ComputedUsageClient {
126
126
  * @param ListComputedUsagesRequest
127
127
  * @return ListComputedUsagesResponse
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.76.1/osubusage/ListComputedUsages.ts.html |here} to see how to use ListComputedUsages API.
129
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/osubusage/ListComputedUsages.ts.html |here} to see how to use ListComputedUsages API.
130
130
  */
131
131
  listComputedUsages(listComputedUsagesRequest: requests.ListComputedUsagesRequest): Promise<responses.ListComputedUsagesResponse>;
132
132
  /**
package/lib/client.js CHANGED
@@ -168,7 +168,7 @@ class ComputedUsageClient {
168
168
  * @param GetComputedUsageRequest
169
169
  * @return GetComputedUsageResponse
170
170
  * @throws OciError when an error occurs
171
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/osubusage/GetComputedUsage.ts.html |here} to see how to use GetComputedUsage API.
171
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/osubusage/GetComputedUsage.ts.html |here} to see how to use GetComputedUsage API.
172
172
  */
173
173
  getComputedUsage(getComputedUsageRequest) {
174
174
  return __awaiter(this, void 0, void 0, function* () {
@@ -231,7 +231,7 @@ class ComputedUsageClient {
231
231
  * @param ListComputedUsageAggregatedsRequest
232
232
  * @return ListComputedUsageAggregatedsResponse
233
233
  * @throws OciError when an error occurs
234
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/osubusage/ListComputedUsageAggregateds.ts.html |here} to see how to use ListComputedUsageAggregateds API.
234
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/osubusage/ListComputedUsageAggregateds.ts.html |here} to see how to use ListComputedUsageAggregateds API.
235
235
  */
236
236
  listComputedUsageAggregateds(listComputedUsageAggregatedsRequest) {
237
237
  return __awaiter(this, void 0, void 0, function* () {
@@ -343,7 +343,7 @@ class ComputedUsageClient {
343
343
  * @param ListComputedUsagesRequest
344
344
  * @return ListComputedUsagesResponse
345
345
  * @throws OciError when an error occurs
346
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/osubusage/ListComputedUsages.ts.html |here} to see how to use ListComputedUsages API.
346
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/osubusage/ListComputedUsages.ts.html |here} to see how to use ListComputedUsages API.
347
347
  */
348
348
  listComputedUsages(listComputedUsagesRequest) {
349
349
  return __awaiter(this, void 0, void 0, function* () {
@@ -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/osubusage/GetComputedUsage.ts.html |here} to see how to use GetComputedUsageRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/osubusage/GetComputedUsage.ts.html |here} to see how to use GetComputedUsageRequest.
16
16
  */
17
17
  export interface GetComputedUsageRequest 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/osubusage/ListComputedUsageAggregateds.ts.html |here} to see how to use ListComputedUsageAggregatedsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/osubusage/ListComputedUsageAggregateds.ts.html |here} to see how to use ListComputedUsageAggregatedsRequest.
16
16
  */
17
17
  export interface ListComputedUsageAggregatedsRequest extends common.BaseRequest {
18
18
  /**
@@ -40,19 +40,19 @@ export interface ListComputedUsageAggregatedsRequest extends common.BaseRequest
40
40
  */
41
41
  "parentProduct"?: string;
42
42
  /**
43
- * Grouping criteria to use for aggregate the computed Usage, either hourly (`HOURLY`), daily (`DAILY`), monthly(`MONTHLY`) or none (`NONE`) to not follow a grouping criteria by date.
43
+ * Grouping criteria to use for aggregate the computed Usage, either hourly ({@code HOURLY}), daily ({@code DAILY}), monthly({@code MONTHLY}) or none ({@code NONE}) to not follow a grouping criteria by date.
44
44
  *
45
45
  */
46
46
  "grouping"?: ListComputedUsageAggregatedsRequest.Grouping;
47
47
  /**
48
48
  * The maximum number aggregatedComputedUsages of items to return within the Subscription \"List\" call, this
49
49
  * counts the overall count across all items
50
- * Example: `500`
50
+ * Example: {@code 500}
51
51
  *
52
52
  */
53
53
  "limit"?: number;
54
54
  /**
55
- * The value of the `opc-next-page` response header from the previous \"List\" call.
55
+ * The value of the {@code opc-next-page} response header from the previous \"List\" call.
56
56
  *
57
57
  */
58
58
  "page"?: string;
@@ -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/osubusage/ListComputedUsages.ts.html |here} to see how to use ListComputedUsagesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/osubusage/ListComputedUsages.ts.html |here} to see how to use ListComputedUsagesRequest.
16
16
  */
17
17
  export interface ListComputedUsagesRequest extends common.BaseRequest {
18
18
  /**
@@ -47,22 +47,22 @@ export interface ListComputedUsagesRequest extends common.BaseRequest {
47
47
  /**
48
48
  * The maximum number of items to return in a paginated \"List\" call.
49
49
  * <p>
50
- Example: `500`
50
+ Example: {@code 500}
51
51
  *
52
52
  */
53
53
  "limit"?: number;
54
54
  /**
55
- * The value of the `opc-next-page` response header from the previous \"List\" call.
55
+ * The value of the {@code opc-next-page} response header from the previous \"List\" call.
56
56
  *
57
57
  */
58
58
  "page"?: string;
59
59
  /**
60
- * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
60
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
61
61
  *
62
62
  */
63
63
  "sortOrder"?: ListComputedUsagesRequest.SortOrder;
64
64
  /**
65
- * The field to sort by. You can provide one sort order (`sortOrder`).
65
+ * The field to sort by. You can provide one sort order ({@code sortOrder}).
66
66
  *
67
67
  */
68
68
  "sortBy"?: ListComputedUsagesRequest.SortBy;
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface ListComputedUsageAggregatedsResponse {
15
15
  /**
16
16
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
17
- * then a partial list might have been returned. Include this value as the `page` parameter for the
17
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
18
18
  * subsequent GET request to get the next batch of items.
19
19
  *
20
20
  */
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface ListComputedUsagesResponse {
15
15
  /**
16
16
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
17
- * then a partial list might have been returned. Include this value as the `page` parameter for the
17
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
18
18
  * subsequent GET request to get the next batch of items.
19
19
  *
20
20
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-osubusage",
3
- "version": "2.76.1",
3
+ "version": "2.77.0",
4
4
  "description": "OCI NodeJS client for Osub Usage 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"