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

oci-budget

Package Overview
Dependencies
Maintainers
4
Versions
209
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oci-budget - npm Package Compare versions

Comparing version 2.80.0 to 2.81.0

20

lib/client.d.ts

@@ -96,3 +96,3 @@ /**

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

@@ -107,3 +107,3 @@ createAlertRule(createAlertRuleRequest: requests.CreateAlertRuleRequest): Promise<responses.CreateAlertRuleResponse>;

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

@@ -117,3 +117,3 @@ createBudget(createBudgetRequest: requests.CreateBudgetRequest): Promise<responses.CreateBudgetResponse>;

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

@@ -127,3 +127,3 @@ deleteAlertRule(deleteAlertRuleRequest: requests.DeleteAlertRuleRequest): Promise<responses.DeleteAlertRuleResponse>;

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

@@ -137,3 +137,3 @@ deleteBudget(deleteBudgetRequest: requests.DeleteBudgetRequest): Promise<responses.DeleteBudgetResponse>;

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

@@ -147,3 +147,3 @@ getAlertRule(getAlertRuleRequest: requests.GetAlertRuleRequest): Promise<responses.GetAlertRuleResponse>;

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

@@ -158,3 +158,3 @@ getBudget(getBudgetRequest: requests.GetBudgetRequest): Promise<responses.GetBudgetResponse>;

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

@@ -207,3 +207,3 @@ listAlertRules(listAlertRulesRequest: requests.ListAlertRulesRequest): Promise<responses.ListAlertRulesResponse>;

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

@@ -249,3 +249,3 @@ listBudgets(listBudgetsRequest: requests.ListBudgetsRequest): Promise<responses.ListBudgetsResponse>;

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

@@ -259,3 +259,3 @@ updateAlertRule(updateAlertRuleRequest: requests.UpdateAlertRuleRequest): Promise<responses.UpdateAlertRuleResponse>;

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

@@ -262,0 +262,0 @@ updateBudget(updateBudgetRequest: requests.UpdateBudgetRequest): Promise<responses.UpdateBudgetResponse>;

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

@@ -268,3 +268,3 @@ createAlertRule(createAlertRuleRequest) {

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

@@ -332,3 +332,3 @@ createBudget(createBudgetRequest) {

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

@@ -389,3 +389,3 @@ deleteAlertRule(deleteAlertRuleRequest) {

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

@@ -445,3 +445,3 @@ deleteBudget(deleteBudgetRequest) {

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

@@ -510,3 +510,3 @@ getAlertRule(getAlertRuleRequest) {

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

@@ -575,3 +575,3 @@ getBudget(getBudgetRequest) {

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

@@ -693,3 +693,3 @@ listAlertRules(listAlertRulesRequest) {

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

@@ -804,3 +804,3 @@ listBudgets(listBudgetsRequest) {

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

@@ -871,3 +871,3 @@ updateAlertRule(updateAlertRuleRequest) {

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

@@ -874,0 +874,0 @@ updateBudget(updateBudgetRequest) {

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/budget/CreateAlertRule.ts.html |here} to see how to use CreateAlertRuleRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/budget/CreateAlertRule.ts.html |here} to see how to use CreateAlertRuleRequest.
*/

@@ -19,0 +19,0 @@ export interface CreateAlertRuleRequest extends common.BaseRequest {

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/budget/CreateBudget.ts.html |here} to see how to use CreateBudgetRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/budget/CreateBudget.ts.html |here} to see how to use CreateBudgetRequest.
*/

@@ -19,0 +19,0 @@ export interface CreateBudgetRequest extends common.BaseRequest {

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/budget/DeleteAlertRule.ts.html |here} to see how to use DeleteAlertRuleRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/budget/DeleteAlertRule.ts.html |here} to see how to use DeleteAlertRuleRequest.
*/

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

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/budget/DeleteBudget.ts.html |here} to see how to use DeleteBudgetRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/budget/DeleteBudget.ts.html |here} to see how to use DeleteBudgetRequest.
*/

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

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/budget/GetAlertRule.ts.html |here} to see how to use GetAlertRuleRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/budget/GetAlertRule.ts.html |here} to see how to use GetAlertRuleRequest.
*/

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

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/budget/GetBudget.ts.html |here} to see how to use GetBudgetRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/budget/GetBudget.ts.html |here} to see how to use GetBudgetRequest.
*/

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

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/budget/ListAlertRules.ts.html |here} to see how to use ListAlertRulesRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/budget/ListAlertRules.ts.html |here} to see how to use ListAlertRulesRequest.
*/

@@ -19,0 +19,0 @@ export interface ListAlertRulesRequest extends common.BaseRequest {

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/budget/ListBudgets.ts.html |here} to see how to use ListBudgetsRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/budget/ListBudgets.ts.html |here} to see how to use ListBudgetsRequest.
*/

@@ -19,0 +19,0 @@ export interface ListBudgetsRequest extends common.BaseRequest {

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/budget/UpdateAlertRule.ts.html |here} to see how to use UpdateAlertRuleRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/budget/UpdateAlertRule.ts.html |here} to see how to use UpdateAlertRuleRequest.
*/

@@ -19,0 +19,0 @@ export interface UpdateAlertRuleRequest extends common.BaseRequest {

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/budget/UpdateBudget.ts.html |here} to see how to use UpdateBudgetRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/budget/UpdateBudget.ts.html |here} to see how to use UpdateBudgetRequest.
*/

@@ -19,0 +19,0 @@ export interface UpdateBudgetRequest extends common.BaseRequest {

{
"name": "oci-budget",
"version": "2.80.0",
"version": "2.81.0",
"description": "OCI NodeJS client for Budget Service",

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

"dependencies": {
"oci-common": "2.80.0",
"oci-workrequests": "2.80.0"
"oci-common": "2.81.0",
"oci-workrequests": "2.81.0"
},

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc