oci-usage
Advanced tools
Comparing version
@@ -61,3 +61,3 @@ /** | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/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.10.0/usage/CreateRedeemableUser.ts.html |here} to see how to use CreateRedeemableUser API. | ||
*/ | ||
@@ -72,3 +72,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.9.1/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.10.0/usage/DeleteRedeemableUser.ts.html |here} to see how to use DeleteRedeemableUser API. | ||
*/ | ||
@@ -83,3 +83,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.9.1/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.10.0/usage/ListProducts.ts.html |here} to see how to use ListProducts API. | ||
*/ | ||
@@ -94,3 +94,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.9.1/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.10.0/usage/ListRedeemableUsers.ts.html |here} to see how to use ListRedeemableUsers API. | ||
*/ | ||
@@ -105,5 +105,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.9.1/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.10.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.9.1/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.10.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.9.1/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.10.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.9.1/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.10.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.9.1/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.10.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.9.1/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.10.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.9.1/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.10.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.9.1/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.10.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.9.1/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.10.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.9.1/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.10.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.9.1/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.10.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.9.1", | ||
"version": "2.10.0", | ||
"description": "OCI NodeJS client for Usage Service", | ||
@@ -18,4 +18,4 @@ "repository": { | ||
"dependencies": { | ||
"oci-common": "2.9.1", | ||
"oci-workrequests": "2.9.1" | ||
"oci-common": "2.10.0", | ||
"oci-workrequests": "2.10.0" | ||
}, | ||
@@ -22,0 +22,0 @@ "publishConfig": { |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
204191
0.01%1
Infinity%+ Added
+ Added
- Removed
- Removed
Updated
Updated