oci-usage 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 +9 -9
- package/lib/client.js +9 -9
- package/lib/request/create-redeemable-user-request.d.ts +2 -2
- package/lib/request/delete-redeemable-user-request.d.ts +2 -2
- package/lib/request/list-products-request.d.ts +1 -1
- package/lib/request/list-redeemable-users-request.d.ts +1 -1
- package/lib/request/list-redemptions-request.d.ts +1 -1
- package/lib/request/list-resource-quota-request.d.ts +1 -1
- package/lib/request/list-resources-request.d.ts +1 -1
- package/lib/request/list-rewards-request.d.ts +1 -1
- package/lib/request/list-usage-limits-request.d.ts +1 -1
- package/lib/response/create-redeemable-user-response.d.ts +1 -1
- package/lib/response/list-products-response.d.ts +1 -1
- package/lib/response/list-redeemable-users-response.d.ts +1 -1
- package/lib/response/list-redemptions-response.d.ts +1 -1
- package/lib/response/list-resource-quota-response.d.ts +1 -1
- package/lib/response/list-resources-response.d.ts +1 -1
- package/lib/response/list-usage-limits-response.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -73,7 +73,7 @@ export declare class ResourcesClient {
|
|
|
73
73
|
* @param ListResourceQuotaRequest
|
|
74
74
|
* @return ListResourceQuotaResponse
|
|
75
75
|
* @throws OciError when an error occurs
|
|
76
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
76
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/usage/ListResourceQuota.ts.html |here} to see how to use ListResourceQuota API.
|
|
77
77
|
*/
|
|
78
78
|
listResourceQuota(listResourceQuotaRequest: requests.ListResourceQuotaRequest): Promise<responses.ListResourceQuotaResponse>;
|
|
79
79
|
/**
|
|
@@ -84,7 +84,7 @@ export declare class ResourcesClient {
|
|
|
84
84
|
* @param ListResourcesRequest
|
|
85
85
|
* @return ListResourcesResponse
|
|
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.
|
|
87
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/usage/ListResources.ts.html |here} to see how to use ListResources API.
|
|
88
88
|
*/
|
|
89
89
|
listResources(listResourcesRequest: requests.ListResourcesRequest): Promise<responses.ListResourcesResponse>;
|
|
90
90
|
}
|
|
@@ -147,7 +147,7 @@ export declare class RewardsClient {
|
|
|
147
147
|
* @param CreateRedeemableUserRequest
|
|
148
148
|
* @return CreateRedeemableUserResponse
|
|
149
149
|
* @throws OciError when an error occurs
|
|
150
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
150
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/usage/CreateRedeemableUser.ts.html |here} to see how to use CreateRedeemableUser API.
|
|
151
151
|
*/
|
|
152
152
|
createRedeemableUser(createRedeemableUserRequest: requests.CreateRedeemableUserRequest): Promise<responses.CreateRedeemableUserResponse>;
|
|
153
153
|
/**
|
|
@@ -157,7 +157,7 @@ export declare class RewardsClient {
|
|
|
157
157
|
* @param DeleteRedeemableUserRequest
|
|
158
158
|
* @return DeleteRedeemableUserResponse
|
|
159
159
|
* @throws OciError when an error occurs
|
|
160
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
160
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/usage/DeleteRedeemableUser.ts.html |here} to see how to use DeleteRedeemableUser API.
|
|
161
161
|
*/
|
|
162
162
|
deleteRedeemableUser(deleteRedeemableUserRequest: requests.DeleteRedeemableUserRequest): Promise<responses.DeleteRedeemableUserResponse>;
|
|
163
163
|
/**
|
|
@@ -167,7 +167,7 @@ export declare class RewardsClient {
|
|
|
167
167
|
* @param ListProductsRequest
|
|
168
168
|
* @return ListProductsResponse
|
|
169
169
|
* @throws OciError when an error occurs
|
|
170
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
170
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/usage/ListProducts.ts.html |here} to see how to use ListProducts API.
|
|
171
171
|
*/
|
|
172
172
|
listProducts(listProductsRequest: requests.ListProductsRequest): Promise<responses.ListProductsResponse>;
|
|
173
173
|
/**
|
|
@@ -177,7 +177,7 @@ export declare class RewardsClient {
|
|
|
177
177
|
* @param ListRedeemableUsersRequest
|
|
178
178
|
* @return ListRedeemableUsersResponse
|
|
179
179
|
* @throws OciError when an error occurs
|
|
180
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
180
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/usage/ListRedeemableUsers.ts.html |here} to see how to use ListRedeemableUsers API.
|
|
181
181
|
*/
|
|
182
182
|
listRedeemableUsers(listRedeemableUsersRequest: requests.ListRedeemableUsersRequest): Promise<responses.ListRedeemableUsersResponse>;
|
|
183
183
|
/**
|
|
@@ -187,7 +187,7 @@ export declare class RewardsClient {
|
|
|
187
187
|
* @param ListRedemptionsRequest
|
|
188
188
|
* @return ListRedemptionsResponse
|
|
189
189
|
* @throws OciError when an error occurs
|
|
190
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
190
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/usage/ListRedemptions.ts.html |here} to see how to use ListRedemptions API.
|
|
191
191
|
*/
|
|
192
192
|
listRedemptions(listRedemptionsRequest: requests.ListRedemptionsRequest): Promise<responses.ListRedemptionsResponse>;
|
|
193
193
|
/**
|
|
@@ -197,7 +197,7 @@ export declare class RewardsClient {
|
|
|
197
197
|
* @param ListRewardsRequest
|
|
198
198
|
* @return ListRewardsResponse
|
|
199
199
|
* @throws OciError when an error occurs
|
|
200
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
200
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/usage/ListRewards.ts.html |here} to see how to use ListRewards API.
|
|
201
201
|
*/
|
|
202
202
|
listRewards(listRewardsRequest: requests.ListRewardsRequest): Promise<responses.ListRewardsResponse>;
|
|
203
203
|
}
|
|
@@ -260,7 +260,7 @@ export declare class UsagelimitsClient {
|
|
|
260
260
|
* @param ListUsageLimitsRequest
|
|
261
261
|
* @return ListUsageLimitsResponse
|
|
262
262
|
* @throws OciError when an error occurs
|
|
263
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
263
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/usage/ListUsageLimits.ts.html |here} to see how to use ListUsageLimits API.
|
|
264
264
|
*/
|
|
265
265
|
listUsageLimits(listUsageLimitsRequest: requests.ListUsageLimitsRequest): Promise<responses.ListUsageLimitsResponse>;
|
|
266
266
|
}
|
package/lib/client.js
CHANGED
|
@@ -167,7 +167,7 @@ class ResourcesClient {
|
|
|
167
167
|
* @param ListResourceQuotaRequest
|
|
168
168
|
* @return ListResourceQuotaResponse
|
|
169
169
|
* @throws OciError when an error occurs
|
|
170
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
170
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/usage/ListResourceQuota.ts.html |here} to see how to use ListResourceQuota API.
|
|
171
171
|
*/
|
|
172
172
|
listResourceQuota(listResourceQuotaRequest) {
|
|
173
173
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -238,7 +238,7 @@ class ResourcesClient {
|
|
|
238
238
|
* @param ListResourcesRequest
|
|
239
239
|
* @return ListResourcesResponse
|
|
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.
|
|
241
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/usage/ListResources.ts.html |here} to see how to use ListResources API.
|
|
242
242
|
*/
|
|
243
243
|
listResources(listResourcesRequest) {
|
|
244
244
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -424,7 +424,7 @@ class RewardsClient {
|
|
|
424
424
|
* @param CreateRedeemableUserRequest
|
|
425
425
|
* @return CreateRedeemableUserResponse
|
|
426
426
|
* @throws OciError when an error occurs
|
|
427
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
427
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/usage/CreateRedeemableUser.ts.html |here} to see how to use CreateRedeemableUser API.
|
|
428
428
|
*/
|
|
429
429
|
createRedeemableUser(createRedeemableUserRequest) {
|
|
430
430
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -494,7 +494,7 @@ class RewardsClient {
|
|
|
494
494
|
* @param DeleteRedeemableUserRequest
|
|
495
495
|
* @return DeleteRedeemableUserResponse
|
|
496
496
|
* @throws OciError when an error occurs
|
|
497
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
497
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/usage/DeleteRedeemableUser.ts.html |here} to see how to use DeleteRedeemableUser API.
|
|
498
498
|
*/
|
|
499
499
|
deleteRedeemableUser(deleteRedeemableUserRequest) {
|
|
500
500
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -553,7 +553,7 @@ class RewardsClient {
|
|
|
553
553
|
* @param ListProductsRequest
|
|
554
554
|
* @return ListProductsResponse
|
|
555
555
|
* @throws OciError when an error occurs
|
|
556
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
556
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/usage/ListProducts.ts.html |here} to see how to use ListProducts API.
|
|
557
557
|
*/
|
|
558
558
|
listProducts(listProductsRequest) {
|
|
559
559
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -625,7 +625,7 @@ class RewardsClient {
|
|
|
625
625
|
* @param ListRedeemableUsersRequest
|
|
626
626
|
* @return ListRedeemableUsersResponse
|
|
627
627
|
* @throws OciError when an error occurs
|
|
628
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
628
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/usage/ListRedeemableUsers.ts.html |here} to see how to use ListRedeemableUsers API.
|
|
629
629
|
*/
|
|
630
630
|
listRedeemableUsers(listRedeemableUsersRequest) {
|
|
631
631
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -695,7 +695,7 @@ class RewardsClient {
|
|
|
695
695
|
* @param ListRedemptionsRequest
|
|
696
696
|
* @return ListRedemptionsResponse
|
|
697
697
|
* @throws OciError when an error occurs
|
|
698
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
698
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/usage/ListRedemptions.ts.html |here} to see how to use ListRedemptions API.
|
|
699
699
|
*/
|
|
700
700
|
listRedemptions(listRedemptionsRequest) {
|
|
701
701
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -767,7 +767,7 @@ class RewardsClient {
|
|
|
767
767
|
* @param ListRewardsRequest
|
|
768
768
|
* @return ListRewardsResponse
|
|
769
769
|
* @throws OciError when an error occurs
|
|
770
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
770
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/usage/ListRewards.ts.html |here} to see how to use ListRewards API.
|
|
771
771
|
*/
|
|
772
772
|
listRewards(listRewardsRequest) {
|
|
773
773
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -944,7 +944,7 @@ class UsagelimitsClient {
|
|
|
944
944
|
* @param ListUsageLimitsRequest
|
|
945
945
|
* @return ListUsageLimitsResponse
|
|
946
946
|
* @throws OciError when an error occurs
|
|
947
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
947
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/usage/ListUsageLimits.ts.html |here} to see how to use ListUsageLimits API.
|
|
948
948
|
*/
|
|
949
949
|
listUsageLimits(listUsageLimitsRequest) {
|
|
950
950
|
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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/usage/CreateRedeemableUser.ts.html |here} to see how to use CreateRedeemableUserRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateRedeemableUserRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -39,7 +39,7 @@ export interface CreateRedeemableUserRequest extends common.BaseRequest {
|
|
|
39
39
|
"opcRequestId"?: string;
|
|
40
40
|
/**
|
|
41
41
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
42
|
-
* for a resource, set the
|
|
42
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
43
43
|
* etag from a previous GET or POST response for that resource.
|
|
44
44
|
* The resource will be updated or deleted, only if the etag you
|
|
45
45
|
* provide matches the resource's current etag value.
|
|
@@ -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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/usage/DeleteRedeemableUser.ts.html |here} to see how to use DeleteRedeemableUserRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteRedeemableUserRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -33,7 +33,7 @@ export interface DeleteRedeemableUserRequest extends common.BaseRequest {
|
|
|
33
33
|
"opcRequestId"?: string;
|
|
34
34
|
/**
|
|
35
35
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
36
|
-
* for a resource, set the
|
|
36
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
37
37
|
* etag from a previous GET or POST response for that resource.
|
|
38
38
|
* The resource will be updated or deleted, only if the etag you
|
|
39
39
|
* provide matches the resource's current etag value.
|
|
@@ -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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/usage/ListProducts.ts.html |here} to see how to use ListProductsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListProductsRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/usage/ListRedeemableUsers.ts.html |here} to see how to use ListRedeemableUsersRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListRedeemableUsersRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/usage/ListRedemptions.ts.html |here} to see how to use ListRedemptionsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListRedemptionsRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/usage/ListResourceQuota.ts.html |here} to see how to use ListResourceQuotaRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListResourceQuotaRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/usage/ListResources.ts.html |here} to see how to use ListResourcesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListResourcesRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/usage/ListRewards.ts.html |here} to see how to use ListRewardsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListRewardsRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/usage/ListUsageLimits.ts.html |here} to see how to use ListUsageLimitsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListUsageLimitsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -20,7 +20,7 @@ export interface ListProductsResponse {
|
|
|
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
|
|
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 ListRedeemableUsersResponse {
|
|
|
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
|
|
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 ListRedemptionsResponse {
|
|
|
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
|
|
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
|
*/
|
|
@@ -14,7 +14,7 @@ import * as model from "../model";
|
|
|
14
14
|
export interface ListResourceQuotaResponse {
|
|
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
|
|
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 ListResourcesResponse {
|
|
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
|
|
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
|
*/
|
|
@@ -20,7 +20,7 @@ export interface ListUsageLimitsResponse {
|
|
|
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
|
|
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
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-usage",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.77.0",
|
|
4
4
|
"description": "OCI NodeJS client for 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.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.77.0",
|
|
19
|
+
"oci-workrequests": "2.77.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|