oci-usage
Advanced tools
Comparing version
@@ -64,3 +64,3 @@ /** | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/usage/CreateRedeemableUser.ts.html |here} to see how to use CreateRedeemableUser API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.33.0/usage/CreateRedeemableUser.ts.html |here} to see how to use CreateRedeemableUser API. | ||
*/ | ||
@@ -75,3 +75,3 @@ createRedeemableUser(createRedeemableUserRequest: requests.CreateRedeemableUserRequest): Promise<responses.CreateRedeemableUserResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/usage/DeleteRedeemableUser.ts.html |here} to see how to use DeleteRedeemableUser API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.33.0/usage/DeleteRedeemableUser.ts.html |here} to see how to use DeleteRedeemableUser API. | ||
*/ | ||
@@ -86,3 +86,3 @@ deleteRedeemableUser(deleteRedeemableUserRequest: requests.DeleteRedeemableUserRequest): Promise<responses.DeleteRedeemableUserResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/usage/ListProducts.ts.html |here} to see how to use ListProducts API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.33.0/usage/ListProducts.ts.html |here} to see how to use ListProducts API. | ||
*/ | ||
@@ -97,3 +97,3 @@ listProducts(listProductsRequest: requests.ListProductsRequest): Promise<responses.ListProductsResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/usage/ListRedeemableUsers.ts.html |here} to see how to use ListRedeemableUsers API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.33.0/usage/ListRedeemableUsers.ts.html |here} to see how to use ListRedeemableUsers API. | ||
*/ | ||
@@ -108,5 +108,5 @@ listRedeemableUsers(listRedeemableUsersRequest: requests.ListRedeemableUsersRequest): Promise<responses.ListRedeemableUsersResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/usage/ListRewards.ts.html |here} to see how to use ListRewards API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.33.0/usage/ListRewards.ts.html |here} to see how to use ListRewards API. | ||
*/ | ||
listRewards(listRewardsRequest: requests.ListRewardsRequest): Promise<responses.ListRewardsResponse>; | ||
} |
@@ -138,3 +138,3 @@ "use strict"; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/usage/CreateRedeemableUser.ts.html |here} to see how to use CreateRedeemableUser API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.33.0/usage/CreateRedeemableUser.ts.html |here} to see how to use CreateRedeemableUser API. | ||
*/ | ||
@@ -209,3 +209,3 @@ createRedeemableUser(createRedeemableUserRequest) { | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/usage/DeleteRedeemableUser.ts.html |here} to see how to use DeleteRedeemableUser API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.33.0/usage/DeleteRedeemableUser.ts.html |here} to see how to use DeleteRedeemableUser API. | ||
*/ | ||
@@ -269,3 +269,3 @@ deleteRedeemableUser(deleteRedeemableUserRequest) { | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/usage/ListProducts.ts.html |here} to see how to use ListProducts API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.33.0/usage/ListProducts.ts.html |here} to see how to use ListProducts API. | ||
*/ | ||
@@ -342,3 +342,3 @@ listProducts(listProductsRequest) { | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/usage/ListRedeemableUsers.ts.html |here} to see how to use ListRedeemableUsers API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.33.0/usage/ListRedeemableUsers.ts.html |here} to see how to use ListRedeemableUsers API. | ||
*/ | ||
@@ -413,3 +413,3 @@ listRedeemableUsers(listRedeemableUsersRequest) { | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/usage/ListRewards.ts.html |here} to see how to use ListRewards API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.33.0/usage/ListRewards.ts.html |here} to see how to use ListRewards API. | ||
*/ | ||
@@ -416,0 +416,0 @@ listRewards(listRewardsRequest) { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/usage/CreateRedeemableUser.ts.html |here} to see how to use CreateRedeemableUserRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.33.0/usage/CreateRedeemableUser.ts.html |here} to see how to use CreateRedeemableUserRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface CreateRedeemableUserRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/usage/DeleteRedeemableUser.ts.html |here} to see how to use DeleteRedeemableUserRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.33.0/usage/DeleteRedeemableUser.ts.html |here} to see how to use DeleteRedeemableUserRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface DeleteRedeemableUserRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/usage/ListProducts.ts.html |here} to see how to use ListProductsRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.33.0/usage/ListProducts.ts.html |here} to see how to use ListProductsRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface ListProductsRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/usage/ListRedeemableUsers.ts.html |here} to see how to use ListRedeemableUsersRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.33.0/usage/ListRedeemableUsers.ts.html |here} to see how to use ListRedeemableUsersRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface ListRedeemableUsersRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/usage/ListRewards.ts.html |here} to see how to use ListRewardsRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.33.0/usage/ListRewards.ts.html |here} to see how to use ListRewardsRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface ListRewardsRequest extends common.BaseRequest { |
{ | ||
"name": "oci-usage", | ||
"version": "2.32.0", | ||
"version": "2.33.0", | ||
"description": "OCI NodeJS client for Usage Service", | ||
@@ -18,4 +18,4 @@ "repository": { | ||
"dependencies": { | ||
"oci-common": "2.32.0", | ||
"oci-workrequests": "2.32.0" | ||
"oci-common": "2.33.0", | ||
"oci-workrequests": "2.33.0" | ||
}, | ||
@@ -22,0 +22,0 @@ "publishConfig": { |
+ Added
+ Added
- Removed
- Removed
Updated
Updated