oci-usage 2.59.0 → 2.60.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 +6 -6
- package/lib/client.js +6 -6
- package/lib/request/create-redeemable-user-request.d.ts +1 -1
- package/lib/request/delete-redeemable-user-request.d.ts +1 -1
- 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-rewards-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -71,7 +71,7 @@ export declare class RewardsClient {
|
|
|
71
71
|
* @param CreateRedeemableUserRequest
|
|
72
72
|
* @return CreateRedeemableUserResponse
|
|
73
73
|
* @throws OciError when an error occurs
|
|
74
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
74
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/usage/CreateRedeemableUser.ts.html |here} to see how to use CreateRedeemableUser API.
|
|
75
75
|
*/
|
|
76
76
|
createRedeemableUser(createRedeemableUserRequest: requests.CreateRedeemableUserRequest): Promise<responses.CreateRedeemableUserResponse>;
|
|
77
77
|
/**
|
|
@@ -81,7 +81,7 @@ export declare class RewardsClient {
|
|
|
81
81
|
* @param DeleteRedeemableUserRequest
|
|
82
82
|
* @return DeleteRedeemableUserResponse
|
|
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.
|
|
84
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/usage/DeleteRedeemableUser.ts.html |here} to see how to use DeleteRedeemableUser API.
|
|
85
85
|
*/
|
|
86
86
|
deleteRedeemableUser(deleteRedeemableUserRequest: requests.DeleteRedeemableUserRequest): Promise<responses.DeleteRedeemableUserResponse>;
|
|
87
87
|
/**
|
|
@@ -91,7 +91,7 @@ export declare class RewardsClient {
|
|
|
91
91
|
* @param ListProductsRequest
|
|
92
92
|
* @return ListProductsResponse
|
|
93
93
|
* @throws OciError when an error occurs
|
|
94
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
94
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/usage/ListProducts.ts.html |here} to see how to use ListProducts API.
|
|
95
95
|
*/
|
|
96
96
|
listProducts(listProductsRequest: requests.ListProductsRequest): Promise<responses.ListProductsResponse>;
|
|
97
97
|
/**
|
|
@@ -101,7 +101,7 @@ export declare class RewardsClient {
|
|
|
101
101
|
* @param ListRedeemableUsersRequest
|
|
102
102
|
* @return ListRedeemableUsersResponse
|
|
103
103
|
* @throws OciError when an error occurs
|
|
104
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
104
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/usage/ListRedeemableUsers.ts.html |here} to see how to use ListRedeemableUsers API.
|
|
105
105
|
*/
|
|
106
106
|
listRedeemableUsers(listRedeemableUsersRequest: requests.ListRedeemableUsersRequest): Promise<responses.ListRedeemableUsersResponse>;
|
|
107
107
|
/**
|
|
@@ -111,7 +111,7 @@ export declare class RewardsClient {
|
|
|
111
111
|
* @param ListRedemptionsRequest
|
|
112
112
|
* @return ListRedemptionsResponse
|
|
113
113
|
* @throws OciError when an error occurs
|
|
114
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
114
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/usage/ListRedemptions.ts.html |here} to see how to use ListRedemptions API.
|
|
115
115
|
*/
|
|
116
116
|
listRedemptions(listRedemptionsRequest: requests.ListRedemptionsRequest): Promise<responses.ListRedemptionsResponse>;
|
|
117
117
|
/**
|
|
@@ -121,7 +121,7 @@ export declare class RewardsClient {
|
|
|
121
121
|
* @param ListRewardsRequest
|
|
122
122
|
* @return ListRewardsResponse
|
|
123
123
|
* @throws OciError when an error occurs
|
|
124
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
124
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/usage/ListRewards.ts.html |here} to see how to use ListRewards API.
|
|
125
125
|
*/
|
|
126
126
|
listRewards(listRewardsRequest: requests.ListRewardsRequest): Promise<responses.ListRewardsResponse>;
|
|
127
127
|
}
|
package/lib/client.js
CHANGED
|
@@ -158,7 +158,7 @@ class RewardsClient {
|
|
|
158
158
|
* @param CreateRedeemableUserRequest
|
|
159
159
|
* @return CreateRedeemableUserResponse
|
|
160
160
|
* @throws OciError when an error occurs
|
|
161
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
161
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/usage/CreateRedeemableUser.ts.html |here} to see how to use CreateRedeemableUser API.
|
|
162
162
|
*/
|
|
163
163
|
createRedeemableUser(createRedeemableUserRequest) {
|
|
164
164
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -228,7 +228,7 @@ class RewardsClient {
|
|
|
228
228
|
* @param DeleteRedeemableUserRequest
|
|
229
229
|
* @return DeleteRedeemableUserResponse
|
|
230
230
|
* @throws OciError when an error occurs
|
|
231
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
231
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/usage/DeleteRedeemableUser.ts.html |here} to see how to use DeleteRedeemableUser API.
|
|
232
232
|
*/
|
|
233
233
|
deleteRedeemableUser(deleteRedeemableUserRequest) {
|
|
234
234
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -287,7 +287,7 @@ class RewardsClient {
|
|
|
287
287
|
* @param ListProductsRequest
|
|
288
288
|
* @return ListProductsResponse
|
|
289
289
|
* @throws OciError when an error occurs
|
|
290
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
290
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/usage/ListProducts.ts.html |here} to see how to use ListProducts API.
|
|
291
291
|
*/
|
|
292
292
|
listProducts(listProductsRequest) {
|
|
293
293
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -359,7 +359,7 @@ class RewardsClient {
|
|
|
359
359
|
* @param ListRedeemableUsersRequest
|
|
360
360
|
* @return ListRedeemableUsersResponse
|
|
361
361
|
* @throws OciError when an error occurs
|
|
362
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
362
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/usage/ListRedeemableUsers.ts.html |here} to see how to use ListRedeemableUsers API.
|
|
363
363
|
*/
|
|
364
364
|
listRedeemableUsers(listRedeemableUsersRequest) {
|
|
365
365
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -429,7 +429,7 @@ class RewardsClient {
|
|
|
429
429
|
* @param ListRedemptionsRequest
|
|
430
430
|
* @return ListRedemptionsResponse
|
|
431
431
|
* @throws OciError when an error occurs
|
|
432
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
432
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/usage/ListRedemptions.ts.html |here} to see how to use ListRedemptions API.
|
|
433
433
|
*/
|
|
434
434
|
listRedemptions(listRedemptionsRequest) {
|
|
435
435
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -501,7 +501,7 @@ class RewardsClient {
|
|
|
501
501
|
* @param ListRewardsRequest
|
|
502
502
|
* @return ListRewardsResponse
|
|
503
503
|
* @throws OciError when an error occurs
|
|
504
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
504
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/usage/ListRewards.ts.html |here} to see how to use ListRewards API.
|
|
505
505
|
*/
|
|
506
506
|
listRewards(listRewardsRequest) {
|
|
507
507
|
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.60.0/usage/CreateRedeemableUser.ts.html |here} to see how to use CreateRedeemableUserRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateRedeemableUserRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/usage/DeleteRedeemableUser.ts.html |here} to see how to use DeleteRedeemableUserRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteRedeemableUserRequest 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.60.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.60.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.60.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.60.0/usage/ListRewards.ts.html |here} to see how to use ListRewardsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListRewardsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-usage",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.60.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.60.0",
|
|
19
|
+
"oci-workrequests": "2.60.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|