oci-usage
Advanced tools
Comparing version
@@ -62,3 +62,3 @@ /** | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.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.15.0/usage/CreateRedeemableUser.ts.html |here} to see how to use CreateRedeemableUser API. | ||
*/ | ||
@@ -73,3 +73,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.14.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.15.0/usage/DeleteRedeemableUser.ts.html |here} to see how to use DeleteRedeemableUser API. | ||
*/ | ||
@@ -84,3 +84,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.14.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.15.0/usage/ListProducts.ts.html |here} to see how to use ListProducts API. | ||
*/ | ||
@@ -95,3 +95,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.14.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.15.0/usage/ListRedeemableUsers.ts.html |here} to see how to use ListRedeemableUsers API. | ||
*/ | ||
@@ -106,5 +106,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.14.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.15.0/usage/ListRewards.ts.html |here} to see how to use ListRewards API. | ||
*/ | ||
listRewards(listRewardsRequest: requests.ListRewardsRequest): Promise<responses.ListRewardsResponse>; | ||
} |
@@ -132,3 +132,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.14.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.15.0/usage/CreateRedeemableUser.ts.html |here} to see how to use CreateRedeemableUser API. | ||
*/ | ||
@@ -201,3 +201,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.14.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.15.0/usage/DeleteRedeemableUser.ts.html |here} to see how to use DeleteRedeemableUser API. | ||
*/ | ||
@@ -259,3 +259,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.14.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.15.0/usage/ListProducts.ts.html |here} to see how to use ListProducts API. | ||
*/ | ||
@@ -330,3 +330,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.14.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.15.0/usage/ListRedeemableUsers.ts.html |here} to see how to use ListRedeemableUsers API. | ||
*/ | ||
@@ -404,3 +404,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.14.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.15.0/usage/ListRewards.ts.html |here} to see how to use ListRewards API. | ||
*/ | ||
@@ -407,0 +407,0 @@ listRewards(listRewardsRequest) { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.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.15.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.14.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.15.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.14.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.15.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.14.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.15.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.14.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.15.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.14.0", | ||
"version": "2.15.0", | ||
"description": "OCI NodeJS client for Usage Service", | ||
@@ -18,4 +18,4 @@ "repository": { | ||
"dependencies": { | ||
"oci-common": "2.14.0", | ||
"oci-workrequests": "2.14.0" | ||
"oci-common": "2.15.0", | ||
"oci-workrequests": "2.15.0" | ||
}, | ||
@@ -22,0 +22,0 @@ "publishConfig": { |
+ Added
+ Added
- Removed
- Removed
Updated
Updated