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
2
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.15.0 to 1.15.1

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.15.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/1.15.1/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.15.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/1.15.1/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.15.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/1.15.1/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.15.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/1.15.1/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.15.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/1.15.1/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.15.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/1.15.1/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.15.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/1.15.1/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.15.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/1.15.1/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.15.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/1.15.1/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.15.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/1.15.1/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.15.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/1.15.1/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.15.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/1.15.1/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.15.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/1.15.1/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.15.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/1.15.1/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.15.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/1.15.1/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.15.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/1.15.1/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.15.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/1.15.1/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.15.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/1.15.1/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.15.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/1.15.1/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.15.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/1.15.1/budget/UpdateBudget.ts.html |here} to see how to use UpdateBudget API.
*/

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

@@ -38,3 +38,3 @@ /**

* The threshold for triggering the alert. If thresholdType is PERCENTAGE, the maximum value is 10000.
*
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
*/

@@ -59,3 +59,3 @@ "threshold": number;

/**
* Version of the alert rule. Starts from 1 and increments by 1.
* Version of the alert rule. Starts from 1 and increments by 1. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
*/

@@ -62,0 +62,0 @@ "version"?: number;

@@ -38,3 +38,3 @@ /**

* The threshold for triggering the alert. If thresholdType is PERCENTAGE, the maximum value is 10000.
*
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
*/

@@ -59,3 +59,3 @@ "threshold": number;

/**
* Version of the alert rule. Starts from 1 and increments by 1.
* Version of the alert rule. Starts from 1 and increments by 1. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
*/

@@ -62,0 +62,0 @@ "version"?: number;

@@ -43,3 +43,3 @@ /**

* The amount of the budget expressed in the currency of the customer's rate card.
*
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
*/

@@ -53,3 +53,3 @@ "amount": number;

/**
* The number of days offset from the first day of the month, at which the budget processing period starts. In months that have fewer days than this value, processing will begin on the last day of that month. For example, for a value of 12, processing starts every month on the 12th at midnight.
* The number of days offset from the first day of the month, at which the budget processing period starts. In months that have fewer days than this value, processing will begin on the last day of that month. For example, for a value of 12, processing starts every month on the 12th at midnight. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
*/

@@ -74,15 +74,15 @@ "budgetProcessingPeriodStartOffset"?: number;

/**
* Total number of alert rules in the budget
* Total number of alert rules in the budget Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
*/
"alertRuleCount": number;
/**
* Version of the budget. Starts from 1 and increments by 1.
* Version of the budget. Starts from 1 and increments by 1. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
*/
"version"?: number;
/**
* The actual spend in currency for the current budget cycle
* The actual spend in currency for the current budget cycle Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
*/
"actualSpend"?: number;
/**
* The forecasted spend in currency by the end of the current budget cycle
* The forecasted spend in currency by the end of the current budget cycle Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
*/

@@ -89,0 +89,0 @@ "forecastedSpend"?: number;

@@ -43,3 +43,3 @@ /**

* The amount of the budget expressed in the currency of the customer's rate card.
*
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
*/

@@ -53,3 +53,3 @@ "amount": number;

/**
* The number of days offset from the first day of the month, at which the budget processing period starts. In months that have fewer days than this value, processing will begin on the last day of that month. For example, for a value of 12, processing starts every month on the 12th at midnight.
* The number of days offset from the first day of the month, at which the budget processing period starts. In months that have fewer days than this value, processing will begin on the last day of that month. For example, for a value of 12, processing starts every month on the 12th at midnight. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
*/

@@ -74,15 +74,15 @@ "budgetProcessingPeriodStartOffset"?: number;

/**
* Total number of alert rules in the budget
* Total number of alert rules in the budget Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
*/
"alertRuleCount": number;
/**
* Version of the budget. Starts from 1 and increments by 1.
* Version of the budget. Starts from 1 and increments by 1. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
*/
"version"?: number;
/**
* The actual spend in currency for the current budget cycle
* The actual spend in currency for the current budget cycle Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
*/
"actualSpend"?: number;
/**
* The forecasted spend in currency by the end of the current budget cycle
* The forecasted spend in currency by the end of the current budget cycle Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
*/

@@ -89,0 +89,0 @@ "forecastedSpend"?: number;

@@ -36,3 +36,3 @@ /**

* If thresholdType is PERCENTAGE, the maximum value is 10000 and can have up to 2 digits after the decimal point.
*
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
*/

@@ -39,0 +39,0 @@ "threshold": number;

@@ -45,3 +45,3 @@ /**

* The amount of the budget expressed as a whole number in the currency of the customer's rate card.
*
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
*/

@@ -55,3 +55,3 @@ "amount": number;

/**
* The number of days offset from the first day of the month, at which the budget processing period starts. In months that have fewer days than this value, processing will begin on the last day of that month. For example, for a value of 12, processing starts every month on the 12th at midnight.
* The number of days offset from the first day of the month, at which the budget processing period starts. In months that have fewer days than this value, processing will begin on the last day of that month. For example, for a value of 12, processing starts every month on the 12th at midnight. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
*/

@@ -58,0 +58,0 @@ "budgetProcessingPeriodStartOffset"?: number;

@@ -32,3 +32,3 @@ /**

* If thresholdType is PERCENTAGE, the maximum value is 10000 and can have up to 2 digits after the decimal point.
*
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
*/

@@ -35,0 +35,0 @@ "threshold"?: number;

@@ -28,7 +28,7 @@ /**

* The amount of the budget expressed as a whole number in the currency of the customer's rate card.
*
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
*/
"amount"?: number;
/**
* The number of days offset from the first day of the month, at which the budget processing period starts. In months that have fewer days than this value, processing will begin on the last day of that month. For example, for a value of 12, processing starts every month on the 12th at midnight.
* The number of days offset from the first day of the month, at which the budget processing period starts. In months that have fewer days than this value, processing will begin on the last day of that month. For example, for a value of 12, processing starts every month on the 12th at midnight. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
*/

@@ -35,0 +35,0 @@ "budgetProcessingPeriodStartOffset"?: number;

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

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

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

"dependencies": {
"oci-common": "1.15.0",
"oci-workrequests": "1.15.0"
"oci-common": "1.15.1",
"oci-workrequests": "1.15.1"
},

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