oci-budget
Advanced tools
Comparing version 1.12.0 to 1.13.0
17
index.js
@@ -14,10 +14,23 @@ "use strict"; | ||
*/ | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { | ||
Object.defineProperty(o, "default", { enumerable: true, value: v }); | ||
}) : function(o, v) { | ||
o["default"] = v; | ||
}); | ||
var __importStar = (this && this.__importStar) || function (mod) { | ||
if (mod && mod.__esModule) return mod; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k]; | ||
result["default"] = mod; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
return result; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.BudgetWaiter = exports.BudgetClient = exports.responses = exports.requests = exports.models = void 0; | ||
const requests = __importStar(require("./lib/request")); | ||
@@ -24,0 +37,0 @@ exports.requests = requests; |
@@ -24,2 +24,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.BudgetWaiter = void 0; | ||
const oci_common_1 = require("oci-common"); | ||
@@ -26,0 +27,0 @@ class BudgetWaiter { |
@@ -32,8 +32,9 @@ /** | ||
*/ | ||
get endpoint(): string; | ||
/** | ||
* Sets the endpoint to call (ex, https://www.example.com). | ||
* @param endpoint The endpoint of the service. | ||
*/ | ||
endpoint: string; | ||
readonly logger: import("oci-common/lib/log").Logger; | ||
* Sets the endpoint to call (ex, https://www.example.com). | ||
* @param endpoint The endpoint of the service. | ||
*/ | ||
set endpoint(endpoint: string); | ||
get logger(): import("oci-common/lib/log").Logger; | ||
/** | ||
@@ -44,3 +45,3 @@ * Sets the region to call (ex, Region.US_PHOENIX_1). | ||
*/ | ||
region: common.Region; | ||
set region(region: common.Region); | ||
/** | ||
@@ -54,3 +55,3 @@ * Sets the regionId to call (ex, 'us-phoenix-1'). | ||
*/ | ||
regionId: string; | ||
set regionId(regionId: string); | ||
/** | ||
@@ -75,3 +76,3 @@ * Creates a new BudgetWaiter for resources for this service. | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.12.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.13.0/budget/CreateAlertRule.ts.html |here} to see how to use CreateAlertRule API. | ||
*/ | ||
@@ -85,3 +86,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.12.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.13.0/budget/CreateBudget.ts.html |here} to see how to use CreateBudget API. | ||
*/ | ||
@@ -94,3 +95,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.12.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.13.0/budget/DeleteAlertRule.ts.html |here} to see how to use DeleteAlertRule API. | ||
*/ | ||
@@ -103,3 +104,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.12.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.13.0/budget/DeleteBudget.ts.html |here} to see how to use DeleteBudget API. | ||
*/ | ||
@@ -112,3 +113,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.12.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.13.0/budget/GetAlertRule.ts.html |here} to see how to use GetAlertRule API. | ||
*/ | ||
@@ -121,3 +122,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.12.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.13.0/budget/GetBudget.ts.html |here} to see how to use GetBudget API. | ||
*/ | ||
@@ -131,3 +132,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.12.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.13.0/budget/ListAlertRules.ts.html |here} to see how to use ListAlertRules API. | ||
*/ | ||
@@ -165,3 +166,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.12.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.13.0/budget/ListBudgets.ts.html |here} to see how to use ListBudgets API. | ||
*/ | ||
@@ -189,3 +190,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.12.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.13.0/budget/UpdateAlertRule.ts.html |here} to see how to use UpdateAlertRule API. | ||
*/ | ||
@@ -198,5 +199,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.12.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.13.0/budget/UpdateBudget.ts.html |here} to see how to use UpdateBudget API. | ||
*/ | ||
updateBudget(updateBudgetRequest: requests.UpdateBudgetRequest): Promise<responses.UpdateBudgetResponse>; | ||
} |
@@ -14,2 +14,21 @@ "use strict"; | ||
*/ | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { | ||
Object.defineProperty(o, "default", { enumerable: true, value: v }); | ||
}) : function(o, v) { | ||
o["default"] = v; | ||
}); | ||
var __importStar = (this && this.__importStar) || function (mod) { | ||
if (mod && mod.__esModule) return mod; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
return result; | ||
}; | ||
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
@@ -24,10 +43,4 @@ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } | ||
}; | ||
var __importStar = (this && this.__importStar) || function (mod) { | ||
if (mod && mod.__esModule) return mod; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k]; | ||
result["default"] = mod; | ||
return result; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.BudgetClient = exports.BudgetApiKeys = void 0; | ||
const common = require("oci-common"); | ||
@@ -133,3 +146,3 @@ const models = __importStar(require("./model")); | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.12.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.13.0/budget/CreateAlertRule.ts.html |here} to see how to use CreateAlertRule API. | ||
*/ | ||
@@ -195,3 +208,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.12.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.13.0/budget/CreateBudget.ts.html |here} to see how to use CreateBudget API. | ||
*/ | ||
@@ -254,3 +267,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.12.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.13.0/budget/DeleteAlertRule.ts.html |here} to see how to use DeleteAlertRule API. | ||
*/ | ||
@@ -307,3 +320,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.12.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.13.0/budget/DeleteBudget.ts.html |here} to see how to use DeleteBudget API. | ||
*/ | ||
@@ -359,3 +372,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.12.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.13.0/budget/GetAlertRule.ts.html |here} to see how to use GetAlertRule API. | ||
*/ | ||
@@ -419,3 +432,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.12.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.13.0/budget/GetBudget.ts.html |here} to see how to use GetBudget API. | ||
*/ | ||
@@ -479,3 +492,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.12.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.13.0/budget/ListAlertRules.ts.html |here} to see how to use ListAlertRules API. | ||
*/ | ||
@@ -574,3 +587,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.12.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.13.0/budget/ListBudgets.ts.html |here} to see how to use ListBudgets API. | ||
*/ | ||
@@ -659,3 +672,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.12.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.13.0/budget/UpdateAlertRule.ts.html |here} to see how to use UpdateAlertRule API. | ||
*/ | ||
@@ -721,3 +734,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.12.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.13.0/budget/UpdateBudget.ts.html |here} to see how to use UpdateBudget API. | ||
*/ | ||
@@ -724,0 +737,0 @@ updateBudget(updateBudgetRequest) { |
@@ -15,2 +15,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.AlertRuleSummary = void 0; | ||
var AlertRuleSummary; | ||
@@ -17,0 +18,0 @@ (function (AlertRuleSummary) { |
@@ -15,2 +15,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.AlertRule = void 0; | ||
var AlertRule; | ||
@@ -17,0 +18,0 @@ (function (AlertRule) { |
@@ -15,2 +15,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.AlertType = void 0; | ||
/** | ||
@@ -17,0 +18,0 @@ * Valid values are ACTUAL (the alert will trigger based on actual usage) or |
@@ -15,2 +15,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.BudgetSummary = void 0; | ||
var BudgetSummary; | ||
@@ -17,0 +18,0 @@ (function (BudgetSummary) { |
@@ -15,2 +15,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Budget = void 0; | ||
var Budget; | ||
@@ -17,0 +18,0 @@ (function (Budget) { |
@@ -15,2 +15,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.CreateAlertRuleDetails = void 0; | ||
var CreateAlertRuleDetails; | ||
@@ -17,0 +18,0 @@ (function (CreateAlertRuleDetails) { |
@@ -15,2 +15,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.CreateBudgetDetails = void 0; | ||
var CreateBudgetDetails; | ||
@@ -17,0 +18,0 @@ (function (CreateBudgetDetails) { |
@@ -14,10 +14,23 @@ "use strict"; | ||
*/ | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { | ||
Object.defineProperty(o, "default", { enumerable: true, value: v }); | ||
}) : function(o, v) { | ||
o["default"] = v; | ||
}); | ||
var __importStar = (this && this.__importStar) || function (mod) { | ||
if (mod && mod.__esModule) return mod; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k]; | ||
result["default"] = mod; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
return result; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.UpdateBudgetDetails = exports.UpdateAlertRuleDetails = exports.ThresholdType = exports.TargetType = exports.SortOrder = exports.SortBy = exports.ResetPeriod = exports.LifecycleState = exports.CreateBudgetDetails = exports.CreateAlertRuleDetails = exports.BudgetSummary = exports.Budget = exports.AlertType = exports.AlertRuleSummary = exports.AlertRule = void 0; | ||
const AlertRule = __importStar(require("./alert-rule")); | ||
@@ -24,0 +37,0 @@ exports.AlertRule = AlertRule.AlertRule; |
@@ -15,2 +15,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.LifecycleState = void 0; | ||
/** | ||
@@ -17,0 +18,0 @@ * The current state of the resource. |
@@ -15,2 +15,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ResetPeriod = void 0; | ||
/** | ||
@@ -17,0 +18,0 @@ * The reset period for the budget. Valid value is MONTHLY. |
@@ -15,2 +15,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.SortBy = void 0; | ||
/** | ||
@@ -17,0 +18,0 @@ * The field to sort by. If not specified, the default is timeCreated. |
@@ -15,2 +15,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.SortOrder = void 0; | ||
/** | ||
@@ -17,0 +18,0 @@ * The sort order to use. Valid values are 'asc' or 'desc'. |
@@ -15,2 +15,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.TargetType = void 0; | ||
/** | ||
@@ -17,0 +18,0 @@ * The type of target on which budget is applied. Valid values are COMPARTMENT or TAG. |
@@ -15,2 +15,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ThresholdType = void 0; | ||
/** | ||
@@ -17,0 +18,0 @@ * The type of threshold. Valid values are PERCENTAGE or ABSOLUTE. |
@@ -15,2 +15,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.UpdateAlertRuleDetails = void 0; | ||
var UpdateAlertRuleDetails; | ||
@@ -17,0 +18,0 @@ (function (UpdateAlertRuleDetails) { |
@@ -15,2 +15,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.UpdateBudgetDetails = void 0; | ||
var UpdateBudgetDetails; | ||
@@ -17,0 +18,0 @@ (function (UpdateBudgetDetails) { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.12.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.13.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/1.12.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.13.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/1.12.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.13.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/1.12.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.13.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/1.12.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.13.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/1.12.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.13.0/budget/GetBudget.ts.html |here} to see how to use GetBudgetRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface GetBudgetRequest extends common.BaseRequest { |
@@ -14,12 +14,25 @@ "use strict"; | ||
*/ | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { | ||
Object.defineProperty(o, "default", { enumerable: true, value: v }); | ||
}) : function(o, v) { | ||
o["default"] = v; | ||
}); | ||
var __importStar = (this && this.__importStar) || function (mod) { | ||
if (mod && mod.__esModule) return mod; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k]; | ||
result["default"] = mod; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
return result; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ListBudgetsRequest = void 0; | ||
const ListBudgetsRequest = __importStar(require("./list-budgets-request")); | ||
exports.ListBudgetsRequest = ListBudgetsRequest.ListBudgetsRequest; | ||
//# sourceMappingURL=index.js.map |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.12.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.13.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/1.12.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.13.0/budget/ListBudgets.ts.html |here} to see how to use ListBudgetsRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface ListBudgetsRequest extends common.BaseRequest { |
@@ -15,2 +15,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ListBudgetsRequest = void 0; | ||
var ListBudgetsRequest; | ||
@@ -17,0 +18,0 @@ (function (ListBudgetsRequest) { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.12.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.13.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/1.12.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.13.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": "1.12.0", | ||
"version": "1.13.0", | ||
"description": "OCI NodeJS client for Budget Service", | ||
@@ -18,4 +18,4 @@ "repository": { | ||
"dependencies": { | ||
"oci-common": "1.12.0", | ||
"oci-workrequests": "1.12.0" | ||
"oci-common": "1.13.0", | ||
"oci-workrequests": "1.13.0" | ||
}, | ||
@@ -22,0 +22,0 @@ "publishConfig": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
270661
3690
+ Addedoci-common@1.13.0(transitive)
+ Addedoci-workrequests@1.13.0(transitive)
- Removedoci-common@1.12.0(transitive)
- Removedoci-workrequests@1.12.0(transitive)
Updatedoci-common@1.13.0
Updatedoci-workrequests@1.13.0