oci-budget 2.5.0 → 2.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +10 -10
- package/lib/client.js +10 -10
- package/lib/request/create-alert-rule-request.d.ts +1 -1
- package/lib/request/create-budget-request.d.ts +1 -1
- package/lib/request/delete-alert-rule-request.d.ts +1 -1
- package/lib/request/delete-budget-request.d.ts +1 -1
- package/lib/request/get-alert-rule-request.d.ts +1 -1
- package/lib/request/get-budget-request.d.ts +1 -1
- package/lib/request/list-alert-rules-request.d.ts +1 -1
- package/lib/request/list-budgets-request.d.ts +1 -1
- package/lib/request/update-alert-rule-request.d.ts +1 -1
- package/lib/request/update-budget-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -70,7 +70,7 @@ export declare class BudgetClient {
|
|
|
70
70
|
* @param CreateAlertRuleRequest
|
|
71
71
|
* @return CreateAlertRuleResponse
|
|
72
72
|
* @throws OciError when an error occurs
|
|
73
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
73
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/budget/CreateAlertRule.ts.html |here} to see how to use CreateAlertRule API.
|
|
74
74
|
*/
|
|
75
75
|
createAlertRule(createAlertRuleRequest: requests.CreateAlertRuleRequest): Promise<responses.CreateAlertRuleResponse>;
|
|
76
76
|
/**
|
|
@@ -79,7 +79,7 @@ export declare class BudgetClient {
|
|
|
79
79
|
* @param CreateBudgetRequest
|
|
80
80
|
* @return CreateBudgetResponse
|
|
81
81
|
* @throws OciError when an error occurs
|
|
82
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
82
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/budget/CreateBudget.ts.html |here} to see how to use CreateBudget API.
|
|
83
83
|
*/
|
|
84
84
|
createBudget(createBudgetRequest: requests.CreateBudgetRequest): Promise<responses.CreateBudgetResponse>;
|
|
85
85
|
/**
|
|
@@ -87,7 +87,7 @@ export declare class BudgetClient {
|
|
|
87
87
|
* @param DeleteAlertRuleRequest
|
|
88
88
|
* @return DeleteAlertRuleResponse
|
|
89
89
|
* @throws OciError when an error occurs
|
|
90
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
90
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/budget/DeleteAlertRule.ts.html |here} to see how to use DeleteAlertRule API.
|
|
91
91
|
*/
|
|
92
92
|
deleteAlertRule(deleteAlertRuleRequest: requests.DeleteAlertRuleRequest): Promise<responses.DeleteAlertRuleResponse>;
|
|
93
93
|
/**
|
|
@@ -95,7 +95,7 @@ export declare class BudgetClient {
|
|
|
95
95
|
* @param DeleteBudgetRequest
|
|
96
96
|
* @return DeleteBudgetResponse
|
|
97
97
|
* @throws OciError when an error occurs
|
|
98
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
98
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/budget/DeleteBudget.ts.html |here} to see how to use DeleteBudget API.
|
|
99
99
|
*/
|
|
100
100
|
deleteBudget(deleteBudgetRequest: requests.DeleteBudgetRequest): Promise<responses.DeleteBudgetResponse>;
|
|
101
101
|
/**
|
|
@@ -103,7 +103,7 @@ export declare class BudgetClient {
|
|
|
103
103
|
* @param GetAlertRuleRequest
|
|
104
104
|
* @return GetAlertRuleResponse
|
|
105
105
|
* @throws OciError when an error occurs
|
|
106
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
106
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/budget/GetAlertRule.ts.html |here} to see how to use GetAlertRule API.
|
|
107
107
|
*/
|
|
108
108
|
getAlertRule(getAlertRuleRequest: requests.GetAlertRuleRequest): Promise<responses.GetAlertRuleResponse>;
|
|
109
109
|
/**
|
|
@@ -111,7 +111,7 @@ export declare class BudgetClient {
|
|
|
111
111
|
* @param GetBudgetRequest
|
|
112
112
|
* @return GetBudgetResponse
|
|
113
113
|
* @throws OciError when an error occurs
|
|
114
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
114
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/budget/GetBudget.ts.html |here} to see how to use GetBudget API.
|
|
115
115
|
*/
|
|
116
116
|
getBudget(getBudgetRequest: requests.GetBudgetRequest): Promise<responses.GetBudgetResponse>;
|
|
117
117
|
/**
|
|
@@ -120,7 +120,7 @@ export declare class BudgetClient {
|
|
|
120
120
|
* @param ListAlertRulesRequest
|
|
121
121
|
* @return ListAlertRulesResponse
|
|
122
122
|
* @throws OciError when an error occurs
|
|
123
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
123
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/budget/ListAlertRules.ts.html |here} to see how to use ListAlertRules API.
|
|
124
124
|
*/
|
|
125
125
|
listAlertRules(listAlertRulesRequest: requests.ListAlertRulesRequest): Promise<responses.ListAlertRulesResponse>;
|
|
126
126
|
/**
|
|
@@ -170,7 +170,7 @@ export declare class BudgetClient {
|
|
|
170
170
|
* @param ListBudgetsRequest
|
|
171
171
|
* @return ListBudgetsResponse
|
|
172
172
|
* @throws OciError when an error occurs
|
|
173
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
173
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/budget/ListBudgets.ts.html |here} to see how to use ListBudgets API.
|
|
174
174
|
*/
|
|
175
175
|
listBudgets(listBudgetsRequest: requests.ListBudgetsRequest): Promise<responses.ListBudgetsResponse>;
|
|
176
176
|
/**
|
|
@@ -210,7 +210,7 @@ export declare class BudgetClient {
|
|
|
210
210
|
* @param UpdateAlertRuleRequest
|
|
211
211
|
* @return UpdateAlertRuleResponse
|
|
212
212
|
* @throws OciError when an error occurs
|
|
213
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
213
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/budget/UpdateAlertRule.ts.html |here} to see how to use UpdateAlertRule API.
|
|
214
214
|
*/
|
|
215
215
|
updateAlertRule(updateAlertRuleRequest: requests.UpdateAlertRuleRequest): Promise<responses.UpdateAlertRuleResponse>;
|
|
216
216
|
/**
|
|
@@ -218,7 +218,7 @@ export declare class BudgetClient {
|
|
|
218
218
|
* @param UpdateBudgetRequest
|
|
219
219
|
* @return UpdateBudgetResponse
|
|
220
220
|
* @throws OciError when an error occurs
|
|
221
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
221
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/budget/UpdateBudget.ts.html |here} to see how to use UpdateBudget API.
|
|
222
222
|
*/
|
|
223
223
|
updateBudget(updateBudgetRequest: requests.UpdateBudgetRequest): Promise<responses.UpdateBudgetResponse>;
|
|
224
224
|
}
|
package/lib/client.js
CHANGED
|
@@ -141,7 +141,7 @@ class BudgetClient {
|
|
|
141
141
|
* @param CreateAlertRuleRequest
|
|
142
142
|
* @return CreateAlertRuleResponse
|
|
143
143
|
* @throws OciError when an error occurs
|
|
144
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
144
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/budget/CreateAlertRule.ts.html |here} to see how to use CreateAlertRule API.
|
|
145
145
|
*/
|
|
146
146
|
createAlertRule(createAlertRuleRequest) {
|
|
147
147
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -203,7 +203,7 @@ class BudgetClient {
|
|
|
203
203
|
* @param CreateBudgetRequest
|
|
204
204
|
* @return CreateBudgetResponse
|
|
205
205
|
* @throws OciError when an error occurs
|
|
206
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
206
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/budget/CreateBudget.ts.html |here} to see how to use CreateBudget API.
|
|
207
207
|
*/
|
|
208
208
|
createBudget(createBudgetRequest) {
|
|
209
209
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -262,7 +262,7 @@ class BudgetClient {
|
|
|
262
262
|
* @param DeleteAlertRuleRequest
|
|
263
263
|
* @return DeleteAlertRuleResponse
|
|
264
264
|
* @throws OciError when an error occurs
|
|
265
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
265
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/budget/DeleteAlertRule.ts.html |here} to see how to use DeleteAlertRule API.
|
|
266
266
|
*/
|
|
267
267
|
deleteAlertRule(deleteAlertRuleRequest) {
|
|
268
268
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -314,7 +314,7 @@ class BudgetClient {
|
|
|
314
314
|
* @param DeleteBudgetRequest
|
|
315
315
|
* @return DeleteBudgetResponse
|
|
316
316
|
* @throws OciError when an error occurs
|
|
317
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
317
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/budget/DeleteBudget.ts.html |here} to see how to use DeleteBudget API.
|
|
318
318
|
*/
|
|
319
319
|
deleteBudget(deleteBudgetRequest) {
|
|
320
320
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -365,7 +365,7 @@ class BudgetClient {
|
|
|
365
365
|
* @param GetAlertRuleRequest
|
|
366
366
|
* @return GetAlertRuleResponse
|
|
367
367
|
* @throws OciError when an error occurs
|
|
368
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
368
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/budget/GetAlertRule.ts.html |here} to see how to use GetAlertRule API.
|
|
369
369
|
*/
|
|
370
370
|
getAlertRule(getAlertRuleRequest) {
|
|
371
371
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -425,7 +425,7 @@ class BudgetClient {
|
|
|
425
425
|
* @param GetBudgetRequest
|
|
426
426
|
* @return GetBudgetResponse
|
|
427
427
|
* @throws OciError when an error occurs
|
|
428
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
428
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/budget/GetBudget.ts.html |here} to see how to use GetBudget API.
|
|
429
429
|
*/
|
|
430
430
|
getBudget(getBudgetRequest) {
|
|
431
431
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -485,7 +485,7 @@ class BudgetClient {
|
|
|
485
485
|
* @param ListAlertRulesRequest
|
|
486
486
|
* @return ListAlertRulesResponse
|
|
487
487
|
* @throws OciError when an error occurs
|
|
488
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
488
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/budget/ListAlertRules.ts.html |here} to see how to use ListAlertRules API.
|
|
489
489
|
*/
|
|
490
490
|
listAlertRules(listAlertRulesRequest) {
|
|
491
491
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -601,7 +601,7 @@ class BudgetClient {
|
|
|
601
601
|
* @param ListBudgetsRequest
|
|
602
602
|
* @return ListBudgetsResponse
|
|
603
603
|
* @throws OciError when an error occurs
|
|
604
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
604
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/budget/ListBudgets.ts.html |here} to see how to use ListBudgets API.
|
|
605
605
|
*/
|
|
606
606
|
listBudgets(listBudgetsRequest) {
|
|
607
607
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -707,7 +707,7 @@ class BudgetClient {
|
|
|
707
707
|
* @param UpdateAlertRuleRequest
|
|
708
708
|
* @return UpdateAlertRuleResponse
|
|
709
709
|
* @throws OciError when an error occurs
|
|
710
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
710
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/budget/UpdateAlertRule.ts.html |here} to see how to use UpdateAlertRule API.
|
|
711
711
|
*/
|
|
712
712
|
updateAlertRule(updateAlertRuleRequest) {
|
|
713
713
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -769,7 +769,7 @@ class BudgetClient {
|
|
|
769
769
|
* @param UpdateBudgetRequest
|
|
770
770
|
* @return UpdateBudgetResponse
|
|
771
771
|
* @throws OciError when an error occurs
|
|
772
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
772
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/budget/UpdateBudget.ts.html |here} to see how to use UpdateBudget API.
|
|
773
773
|
*/
|
|
774
774
|
updateBudget(updateBudgetRequest) {
|
|
775
775
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/budget/CreateAlertRule.ts.html |here} to see how to use CreateAlertRuleRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateAlertRuleRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/budget/CreateBudget.ts.html |here} to see how to use CreateBudgetRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateBudgetRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/budget/DeleteAlertRule.ts.html |here} to see how to use DeleteAlertRuleRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteAlertRuleRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/budget/DeleteBudget.ts.html |here} to see how to use DeleteBudgetRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteBudgetRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/budget/GetAlertRule.ts.html |here} to see how to use GetAlertRuleRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetAlertRuleRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/budget/GetBudget.ts.html |here} to see how to use GetBudgetRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetBudgetRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/budget/ListAlertRules.ts.html |here} to see how to use ListAlertRulesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListAlertRulesRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/budget/ListBudgets.ts.html |here} to see how to use ListBudgetsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListBudgetsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/budget/UpdateAlertRule.ts.html |here} to see how to use UpdateAlertRuleRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateAlertRuleRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/budget/UpdateBudget.ts.html |here} to see how to use UpdateBudgetRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateBudgetRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-budget",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.1",
|
|
4
4
|
"description": "OCI NodeJS client for Budget Service",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"license": "(UPL-1.0 OR Apache-2.0)",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"oci-common": "2.5.
|
|
19
|
-
"oci-workrequests": "2.5.
|
|
18
|
+
"oci-common": "2.5.1",
|
|
19
|
+
"oci-workrequests": "2.5.1"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|