New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

oci-usage

Package Overview
Dependencies
Maintainers
4
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oci-usage - npm Package Compare versions

Comparing version

to
2.83.0

18

lib/client.d.ts

@@ -81,3 +81,3 @@ /**

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/usage/ListResourceQuota.ts.html |here} to see how to use ListResourceQuota API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/usage/ListResourceQuota.ts.html |here} to see how to use ListResourceQuota API.
*/

@@ -93,3 +93,3 @@ listResourceQuota(listResourceQuotaRequest: requests.ListResourceQuotaRequest): Promise<responses.ListResourceQuotaResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/usage/ListResources.ts.html |here} to see how to use ListResources API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/usage/ListResources.ts.html |here} to see how to use ListResources API.
*/

@@ -161,3 +161,3 @@ listResources(listResourcesRequest: requests.ListResourcesRequest): Promise<responses.ListResourcesResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/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.83.0/usage/CreateRedeemableUser.ts.html |here} to see how to use CreateRedeemableUser API.
*/

@@ -172,3 +172,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.82.2/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.83.0/usage/DeleteRedeemableUser.ts.html |here} to see how to use DeleteRedeemableUser API.
*/

@@ -183,3 +183,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.82.2/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.83.0/usage/ListProducts.ts.html |here} to see how to use ListProducts API.
*/

@@ -194,3 +194,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.82.2/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.83.0/usage/ListRedeemableUsers.ts.html |here} to see how to use ListRedeemableUsers API.
*/

@@ -205,3 +205,3 @@ 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.82.2/usage/ListRedemptions.ts.html |here} to see how to use ListRedemptions API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/usage/ListRedemptions.ts.html |here} to see how to use ListRedemptions API.
*/

@@ -216,3 +216,3 @@ listRedemptions(listRedemptionsRequest: requests.ListRedemptionsRequest): Promise<responses.ListRedemptionsResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/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.83.0/usage/ListRewards.ts.html |here} to see how to use ListRewards API.
*/

@@ -284,3 +284,3 @@ listRewards(listRewardsRequest: requests.ListRewardsRequest): Promise<responses.ListRewardsResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/usage/ListUsageLimits.ts.html |here} to see how to use ListUsageLimits API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/usage/ListUsageLimits.ts.html |here} to see how to use ListUsageLimits API.
*/

@@ -287,0 +287,0 @@ listUsageLimits(listUsageLimitsRequest: requests.ListUsageLimitsRequest): Promise<responses.ListUsageLimitsResponse>;

@@ -179,3 +179,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.82.2/usage/ListResourceQuota.ts.html |here} to see how to use ListResourceQuota API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/usage/ListResourceQuota.ts.html |here} to see how to use ListResourceQuota API.
*/

@@ -251,3 +251,3 @@ listResourceQuota(listResourceQuotaRequest) {

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/usage/ListResources.ts.html |here} to see how to use ListResources API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/usage/ListResources.ts.html |here} to see how to use ListResources API.
*/

@@ -446,3 +446,3 @@ listResources(listResourcesRequest) {

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/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.83.0/usage/CreateRedeemableUser.ts.html |here} to see how to use CreateRedeemableUser API.
*/

@@ -517,3 +517,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.82.2/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.83.0/usage/DeleteRedeemableUser.ts.html |here} to see how to use DeleteRedeemableUser API.
*/

@@ -577,3 +577,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.82.2/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.83.0/usage/ListProducts.ts.html |here} to see how to use ListProducts API.
*/

@@ -650,3 +650,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.82.2/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.83.0/usage/ListRedeemableUsers.ts.html |here} to see how to use ListRedeemableUsers API.
*/

@@ -721,3 +721,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.82.2/usage/ListRedemptions.ts.html |here} to see how to use ListRedemptions API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/usage/ListRedemptions.ts.html |here} to see how to use ListRedemptions API.
*/

@@ -794,3 +794,3 @@ listRedemptions(listRedemptionsRequest) {

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/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.83.0/usage/ListRewards.ts.html |here} to see how to use ListRewards API.
*/

@@ -980,3 +980,3 @@ listRewards(listRewardsRequest) {

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/usage/ListUsageLimits.ts.html |here} to see how to use ListUsageLimits API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/usage/ListUsageLimits.ts.html |here} to see how to use ListUsageLimits API.
*/

@@ -983,0 +983,0 @@ listUsageLimits(listUsageLimitsRequest) {

@@ -16,3 +16,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/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.83.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.82.2/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.83.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.82.2/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.83.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.82.2/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.83.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.82.2/usage/ListRedemptions.ts.html |here} to see how to use ListRedemptionsRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/usage/ListRedemptions.ts.html |here} to see how to use ListRedemptionsRequest.
*/

@@ -18,0 +18,0 @@ export interface ListRedemptionsRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/usage/ListResourceQuota.ts.html |here} to see how to use ListResourceQuotaRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/usage/ListResourceQuota.ts.html |here} to see how to use ListResourceQuotaRequest.
*/

@@ -18,0 +18,0 @@ export interface ListResourceQuotaRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/usage/ListResources.ts.html |here} to see how to use ListResourcesRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/usage/ListResources.ts.html |here} to see how to use ListResourcesRequest.
*/

@@ -18,0 +18,0 @@ export interface ListResourcesRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/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.83.0/usage/ListRewards.ts.html |here} to see how to use ListRewardsRequest.
*/

@@ -18,0 +18,0 @@ export interface ListRewardsRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/usage/ListUsageLimits.ts.html |here} to see how to use ListUsageLimitsRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/usage/ListUsageLimits.ts.html |here} to see how to use ListUsageLimitsRequest.
*/

@@ -18,0 +18,0 @@ export interface ListUsageLimitsRequest extends common.BaseRequest {

{
"name": "oci-usage",
"version": "2.82.2",
"version": "2.83.0",
"description": "OCI NodeJS client for Usage Service",

@@ -18,4 +18,4 @@ "repository": {

"dependencies": {
"oci-common": "2.82.2",
"oci-workrequests": "2.82.2"
"oci-common": "2.83.0",
"oci-workrequests": "2.83.0"
},

@@ -22,0 +22,0 @@ "publishConfig": {