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
3
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 1.19.1 to 1.19.2

20

lib/client.d.ts

@@ -73,3 +73,3 @@ /**

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

@@ -83,3 +83,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/1.19.1/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/1.19.2/budget/CreateBudget.ts.html |here} to see how to use CreateBudget API.
*/

@@ -92,3 +92,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/1.19.1/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/1.19.2/budget/DeleteAlertRule.ts.html |here} to see how to use DeleteAlertRule API.
*/

@@ -101,3 +101,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/1.19.1/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/1.19.2/budget/DeleteBudget.ts.html |here} to see how to use DeleteBudget API.
*/

@@ -110,3 +110,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/1.19.1/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/1.19.2/budget/GetAlertRule.ts.html |here} to see how to use GetAlertRule API.
*/

@@ -119,3 +119,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/1.19.1/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/1.19.2/budget/GetBudget.ts.html |here} to see how to use GetBudget API.
*/

@@ -129,3 +129,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/1.19.1/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/1.19.2/budget/ListAlertRules.ts.html |here} to see how to use ListAlertRules API.
*/

@@ -163,3 +163,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/1.19.1/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/1.19.2/budget/ListBudgets.ts.html |here} to see how to use ListBudgets API.
*/

@@ -187,3 +187,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/1.19.1/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/1.19.2/budget/UpdateAlertRule.ts.html |here} to see how to use UpdateAlertRule API.
*/

@@ -196,5 +196,5 @@ 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/1.19.1/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/1.19.2/budget/UpdateBudget.ts.html |here} to see how to use UpdateBudget API.
*/
updateBudget(updateBudgetRequest: requests.UpdateBudgetRequest): Promise<responses.UpdateBudgetResponse>;
}

@@ -144,3 +144,3 @@ "use strict";

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.1/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/1.19.2/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/1.19.1/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/1.19.2/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/1.19.1/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/1.19.2/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/1.19.1/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/1.19.2/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/1.19.1/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/1.19.2/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/1.19.1/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/1.19.2/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/1.19.1/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/1.19.2/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/1.19.1/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/1.19.2/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/1.19.1/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/1.19.2/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/1.19.1/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/1.19.2/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": "1.19.1",
"version": "1.19.2",
"description": "OCI NodeJS client for Budget Service",

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

"dependencies": {
"oci-common": "1.19.1",
"oci-workrequests": "1.19.1"
"oci-common": "1.19.2",
"oci-workrequests": "1.19.2"
},

@@ -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