oci-budget
Advanced tools
Comparing version 1.18.0 to 1.18.1
@@ -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.18.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.18.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.18.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.18.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.18.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.18.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.18.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.18.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.18.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.18.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.18.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.18.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.18.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.18.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.18.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.18.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.18.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.18.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.18.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.18.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.18.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.18.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.18.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.18.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.18.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.18.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.18.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.18.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.18.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.18.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.18.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.18.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.18.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.18.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.18.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.18.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.18.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.18.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.18.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.18.1/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.18.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.18.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.18.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.18.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.18.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.18.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.18.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.18.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.18.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.18.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.18.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.18.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.18.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.18.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.18.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.18.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.18.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.18.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.18.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.18.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.18.0", | ||
"version": "1.18.1", | ||
"description": "OCI NodeJS client for Budget Service", | ||
@@ -18,4 +18,4 @@ "repository": { | ||
"dependencies": { | ||
"oci-common": "1.18.0", | ||
"oci-workrequests": "1.18.0" | ||
"oci-common": "1.18.1", | ||
"oci-workrequests": "1.18.1" | ||
}, | ||
@@ -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
1
+ Addedoci-common@1.18.1(transitive)
+ Addedoci-workrequests@1.18.1(transitive)
- Removedoci-common@1.18.0(transitive)
- Removedoci-workrequests@1.18.0(transitive)
Updatedoci-common@1.18.1
Updatedoci-workrequests@1.18.1