oci-budget
Advanced tools
Comparing version 2.73.1 to 2.74.0
@@ -91,3 +91,3 @@ /** | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.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/2.74.0/budget/CreateAlertRule.ts.html |here} to see how to use CreateAlertRule API. | ||
*/ | ||
@@ -102,3 +102,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.73.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/2.74.0/budget/CreateBudget.ts.html |here} to see how to use CreateBudget API. | ||
*/ | ||
@@ -112,3 +112,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.73.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/2.74.0/budget/DeleteAlertRule.ts.html |here} to see how to use DeleteAlertRule API. | ||
*/ | ||
@@ -122,3 +122,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.73.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/2.74.0/budget/DeleteBudget.ts.html |here} to see how to use DeleteBudget API. | ||
*/ | ||
@@ -132,3 +132,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.73.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/2.74.0/budget/GetAlertRule.ts.html |here} to see how to use GetAlertRule API. | ||
*/ | ||
@@ -142,3 +142,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.73.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/2.74.0/budget/GetBudget.ts.html |here} to see how to use GetBudget API. | ||
*/ | ||
@@ -153,3 +153,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.73.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/2.74.0/budget/ListAlertRules.ts.html |here} to see how to use ListAlertRules API. | ||
*/ | ||
@@ -202,3 +202,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.73.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/2.74.0/budget/ListBudgets.ts.html |here} to see how to use ListBudgets API. | ||
*/ | ||
@@ -244,3 +244,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.73.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/2.74.0/budget/UpdateAlertRule.ts.html |here} to see how to use UpdateAlertRule API. | ||
*/ | ||
@@ -254,5 +254,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/2.73.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/2.74.0/budget/UpdateBudget.ts.html |here} to see how to use UpdateBudget API. | ||
*/ | ||
updateBudget(updateBudgetRequest: requests.UpdateBudgetRequest): Promise<responses.UpdateBudgetResponse>; | ||
} |
@@ -188,3 +188,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.73.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/2.74.0/budget/CreateAlertRule.ts.html |here} to see how to use CreateAlertRule API. | ||
*/ | ||
@@ -255,3 +255,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.73.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/2.74.0/budget/CreateBudget.ts.html |here} to see how to use CreateBudget API. | ||
*/ | ||
@@ -319,3 +319,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.73.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/2.74.0/budget/DeleteAlertRule.ts.html |here} to see how to use DeleteAlertRule API. | ||
*/ | ||
@@ -376,3 +376,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.73.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/2.74.0/budget/DeleteBudget.ts.html |here} to see how to use DeleteBudget API. | ||
*/ | ||
@@ -432,3 +432,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.73.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/2.74.0/budget/GetAlertRule.ts.html |here} to see how to use GetAlertRule API. | ||
*/ | ||
@@ -497,3 +497,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.73.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/2.74.0/budget/GetBudget.ts.html |here} to see how to use GetBudget API. | ||
*/ | ||
@@ -562,3 +562,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.73.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/2.74.0/budget/ListAlertRules.ts.html |here} to see how to use ListAlertRules API. | ||
*/ | ||
@@ -680,3 +680,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.73.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/2.74.0/budget/ListBudgets.ts.html |here} to see how to use ListBudgets API. | ||
*/ | ||
@@ -791,3 +791,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.73.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/2.74.0/budget/UpdateAlertRule.ts.html |here} to see how to use UpdateAlertRule API. | ||
*/ | ||
@@ -858,3 +858,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.73.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/2.74.0/budget/UpdateBudget.ts.html |here} to see how to use UpdateBudget API. | ||
*/ | ||
@@ -861,0 +861,0 @@ updateBudget(updateBudgetRequest) { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.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/2.74.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.73.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/2.74.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.73.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/2.74.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.73.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/2.74.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.73.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/2.74.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.73.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/2.74.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.73.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/2.74.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.73.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/2.74.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.73.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/2.74.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.73.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/2.74.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.73.1", | ||
"version": "2.74.0", | ||
"description": "OCI NodeJS client for Budget Service", | ||
@@ -18,4 +18,4 @@ "repository": { | ||
"dependencies": { | ||
"oci-common": "2.73.1", | ||
"oci-workrequests": "2.73.1" | ||
"oci-common": "2.74.0", | ||
"oci-workrequests": "2.74.0" | ||
}, | ||
@@ -22,0 +22,0 @@ "publishConfig": { |
+ Addedoci-common@2.74.0(transitive)
+ Addedoci-workrequests@2.74.0(transitive)
- Removedoci-common@2.73.1(transitive)
- Removedoci-workrequests@2.73.1(transitive)
Updatedoci-common@2.74.0
Updatedoci-workrequests@2.74.0