oci-budget
Advanced tools
Comparing version 2.89.3 to 2.89.4
@@ -100,3 +100,3 @@ /** | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/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.89.4/budget/CreateAlertRule.ts.html |here} to see how to use CreateAlertRule API. | ||
*/ | ||
@@ -111,3 +111,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.89.3/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.89.4/budget/CreateBudget.ts.html |here} to see how to use CreateBudget API. | ||
*/ | ||
@@ -121,3 +121,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.89.3/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.89.4/budget/DeleteAlertRule.ts.html |here} to see how to use DeleteAlertRule API. | ||
*/ | ||
@@ -131,3 +131,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.89.3/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.89.4/budget/DeleteBudget.ts.html |here} to see how to use DeleteBudget API. | ||
*/ | ||
@@ -141,3 +141,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.89.3/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.89.4/budget/GetAlertRule.ts.html |here} to see how to use GetAlertRule API. | ||
*/ | ||
@@ -151,3 +151,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.89.3/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.89.4/budget/GetBudget.ts.html |here} to see how to use GetBudget API. | ||
*/ | ||
@@ -162,3 +162,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.89.3/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.89.4/budget/ListAlertRules.ts.html |here} to see how to use ListAlertRules API. | ||
*/ | ||
@@ -211,3 +211,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.89.3/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.89.4/budget/ListBudgets.ts.html |here} to see how to use ListBudgets API. | ||
*/ | ||
@@ -253,3 +253,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.89.3/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.89.4/budget/UpdateAlertRule.ts.html |here} to see how to use UpdateAlertRule API. | ||
*/ | ||
@@ -263,3 +263,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.89.3/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.89.4/budget/UpdateBudget.ts.html |here} to see how to use UpdateBudget API. | ||
*/ | ||
@@ -266,0 +266,0 @@ updateBudget(updateBudgetRequest: requests.UpdateBudgetRequest): Promise<responses.UpdateBudgetResponse>; |
@@ -207,3 +207,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.89.3/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.89.4/budget/CreateAlertRule.ts.html |here} to see how to use CreateAlertRule API. | ||
*/ | ||
@@ -274,3 +274,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.89.3/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.89.4/budget/CreateBudget.ts.html |here} to see how to use CreateBudget API. | ||
*/ | ||
@@ -338,3 +338,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.89.3/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.89.4/budget/DeleteAlertRule.ts.html |here} to see how to use DeleteAlertRule API. | ||
*/ | ||
@@ -395,3 +395,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.89.3/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.89.4/budget/DeleteBudget.ts.html |here} to see how to use DeleteBudget API. | ||
*/ | ||
@@ -451,3 +451,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.89.3/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.89.4/budget/GetAlertRule.ts.html |here} to see how to use GetAlertRule API. | ||
*/ | ||
@@ -516,3 +516,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.89.3/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.89.4/budget/GetBudget.ts.html |here} to see how to use GetBudget API. | ||
*/ | ||
@@ -581,3 +581,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.89.3/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.89.4/budget/ListAlertRules.ts.html |here} to see how to use ListAlertRules API. | ||
*/ | ||
@@ -699,3 +699,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.89.3/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.89.4/budget/ListBudgets.ts.html |here} to see how to use ListBudgets API. | ||
*/ | ||
@@ -810,3 +810,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.89.3/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.89.4/budget/UpdateAlertRule.ts.html |here} to see how to use UpdateAlertRule API. | ||
*/ | ||
@@ -877,3 +877,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.89.3/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.89.4/budget/UpdateBudget.ts.html |here} to see how to use UpdateBudget API. | ||
*/ | ||
@@ -880,0 +880,0 @@ updateBudget(updateBudgetRequest) { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/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.89.4/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.89.3/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.89.4/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.89.3/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.89.4/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.89.3/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.89.4/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.89.3/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.89.4/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.89.3/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.89.4/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.89.3/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.89.4/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.89.3/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.89.4/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.89.3/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.89.4/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.89.3/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.89.4/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.89.3", | ||
"version": "2.89.4", | ||
"description": "OCI NodeJS client for Budget Service", | ||
@@ -18,4 +18,4 @@ "repository": { | ||
"dependencies": { | ||
"oci-common": "2.89.3", | ||
"oci-workrequests": "2.89.3" | ||
"oci-common": "2.89.4", | ||
"oci-workrequests": "2.89.4" | ||
}, | ||
@@ -22,0 +22,0 @@ "publishConfig": { |
+ Addedoci-common@2.89.4(transitive)
+ Addedoci-workrequests@2.89.4(transitive)
- Removedoci-common@2.89.3(transitive)
- Removedoci-workrequests@2.89.3(transitive)
Updatedoci-common@2.89.4
Updatedoci-workrequests@2.89.4