oci-usage 2.24.0 → 2.25.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 +5 -5
- package/lib/client.js +5 -5
- 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-rewards-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -60,7 +60,7 @@ export declare class RewardsClient {
|
|
|
60
60
|
* @param CreateRedeemableUserRequest
|
|
61
61
|
* @return CreateRedeemableUserResponse
|
|
62
62
|
* @throws OciError when an error occurs
|
|
63
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
63
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/usage/CreateRedeemableUser.ts.html |here} to see how to use CreateRedeemableUser API.
|
|
64
64
|
*/
|
|
65
65
|
createRedeemableUser(createRedeemableUserRequest: requests.CreateRedeemableUserRequest): Promise<responses.CreateRedeemableUserResponse>;
|
|
66
66
|
/**
|
|
@@ -70,7 +70,7 @@ export declare class RewardsClient {
|
|
|
70
70
|
* @param DeleteRedeemableUserRequest
|
|
71
71
|
* @return DeleteRedeemableUserResponse
|
|
72
72
|
* @throws OciError when an error occurs
|
|
73
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
73
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/usage/DeleteRedeemableUser.ts.html |here} to see how to use DeleteRedeemableUser API.
|
|
74
74
|
*/
|
|
75
75
|
deleteRedeemableUser(deleteRedeemableUserRequest: requests.DeleteRedeemableUserRequest): Promise<responses.DeleteRedeemableUserResponse>;
|
|
76
76
|
/**
|
|
@@ -80,7 +80,7 @@ export declare class RewardsClient {
|
|
|
80
80
|
* @param ListProductsRequest
|
|
81
81
|
* @return ListProductsResponse
|
|
82
82
|
* @throws OciError when an error occurs
|
|
83
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
83
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/usage/ListProducts.ts.html |here} to see how to use ListProducts API.
|
|
84
84
|
*/
|
|
85
85
|
listProducts(listProductsRequest: requests.ListProductsRequest): Promise<responses.ListProductsResponse>;
|
|
86
86
|
/**
|
|
@@ -90,7 +90,7 @@ export declare class RewardsClient {
|
|
|
90
90
|
* @param ListRedeemableUsersRequest
|
|
91
91
|
* @return ListRedeemableUsersResponse
|
|
92
92
|
* @throws OciError when an error occurs
|
|
93
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
93
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/usage/ListRedeemableUsers.ts.html |here} to see how to use ListRedeemableUsers API.
|
|
94
94
|
*/
|
|
95
95
|
listRedeemableUsers(listRedeemableUsersRequest: requests.ListRedeemableUsersRequest): Promise<responses.ListRedeemableUsersResponse>;
|
|
96
96
|
/**
|
|
@@ -100,7 +100,7 @@ export declare class RewardsClient {
|
|
|
100
100
|
* @param ListRewardsRequest
|
|
101
101
|
* @return ListRewardsResponse
|
|
102
102
|
* @throws OciError when an error occurs
|
|
103
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
103
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/usage/ListRewards.ts.html |here} to see how to use ListRewards API.
|
|
104
104
|
*/
|
|
105
105
|
listRewards(listRewardsRequest: requests.ListRewardsRequest): Promise<responses.ListRewardsResponse>;
|
|
106
106
|
}
|
package/lib/client.js
CHANGED
|
@@ -134,7 +134,7 @@ class RewardsClient {
|
|
|
134
134
|
* @param CreateRedeemableUserRequest
|
|
135
135
|
* @return CreateRedeemableUserResponse
|
|
136
136
|
* @throws OciError when an error occurs
|
|
137
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
137
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/usage/CreateRedeemableUser.ts.html |here} to see how to use CreateRedeemableUser API.
|
|
138
138
|
*/
|
|
139
139
|
createRedeemableUser(createRedeemableUserRequest) {
|
|
140
140
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -202,7 +202,7 @@ class RewardsClient {
|
|
|
202
202
|
* @param DeleteRedeemableUserRequest
|
|
203
203
|
* @return DeleteRedeemableUserResponse
|
|
204
204
|
* @throws OciError when an error occurs
|
|
205
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
205
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/usage/DeleteRedeemableUser.ts.html |here} to see how to use DeleteRedeemableUser API.
|
|
206
206
|
*/
|
|
207
207
|
deleteRedeemableUser(deleteRedeemableUserRequest) {
|
|
208
208
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -259,7 +259,7 @@ class RewardsClient {
|
|
|
259
259
|
* @param ListProductsRequest
|
|
260
260
|
* @return ListProductsResponse
|
|
261
261
|
* @throws OciError when an error occurs
|
|
262
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
262
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/usage/ListProducts.ts.html |here} to see how to use ListProducts API.
|
|
263
263
|
*/
|
|
264
264
|
listProducts(listProductsRequest) {
|
|
265
265
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -329,7 +329,7 @@ class RewardsClient {
|
|
|
329
329
|
* @param ListRedeemableUsersRequest
|
|
330
330
|
* @return ListRedeemableUsersResponse
|
|
331
331
|
* @throws OciError when an error occurs
|
|
332
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
332
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/usage/ListRedeemableUsers.ts.html |here} to see how to use ListRedeemableUsers API.
|
|
333
333
|
*/
|
|
334
334
|
listRedeemableUsers(listRedeemableUsersRequest) {
|
|
335
335
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -397,7 +397,7 @@ class RewardsClient {
|
|
|
397
397
|
* @param ListRewardsRequest
|
|
398
398
|
* @return ListRewardsResponse
|
|
399
399
|
* @throws OciError when an error occurs
|
|
400
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
400
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/usage/ListRewards.ts.html |here} to see how to use ListRewards API.
|
|
401
401
|
*/
|
|
402
402
|
listRewards(listRewardsRequest) {
|
|
403
403
|
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.25.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.25.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.25.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.25.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.25.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.25.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.25.0",
|
|
19
|
+
"oci-workrequests": "2.25.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|