oci-budget 2.25.0 → 2.26.0
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
|
@@ -76,7 +76,7 @@ export declare class BudgetClient {
|
|
|
76
76
|
* @param CreateAlertRuleRequest
|
|
77
77
|
* @return CreateAlertRuleResponse
|
|
78
78
|
* @throws OciError when an error occurs
|
|
79
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
79
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/budget/CreateAlertRule.ts.html |here} to see how to use CreateAlertRule API.
|
|
80
80
|
*/
|
|
81
81
|
createAlertRule(createAlertRuleRequest: requests.CreateAlertRuleRequest): Promise<responses.CreateAlertRuleResponse>;
|
|
82
82
|
/**
|
|
@@ -86,7 +86,7 @@ export declare class BudgetClient {
|
|
|
86
86
|
* @param CreateBudgetRequest
|
|
87
87
|
* @return CreateBudgetResponse
|
|
88
88
|
* @throws OciError when an error occurs
|
|
89
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
89
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/budget/CreateBudget.ts.html |here} to see how to use CreateBudget API.
|
|
90
90
|
*/
|
|
91
91
|
createBudget(createBudgetRequest: requests.CreateBudgetRequest): Promise<responses.CreateBudgetResponse>;
|
|
92
92
|
/**
|
|
@@ -95,7 +95,7 @@ export declare class BudgetClient {
|
|
|
95
95
|
* @param DeleteAlertRuleRequest
|
|
96
96
|
* @return DeleteAlertRuleResponse
|
|
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.
|
|
98
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/budget/DeleteAlertRule.ts.html |here} to see how to use DeleteAlertRule API.
|
|
99
99
|
*/
|
|
100
100
|
deleteAlertRule(deleteAlertRuleRequest: requests.DeleteAlertRuleRequest): Promise<responses.DeleteAlertRuleResponse>;
|
|
101
101
|
/**
|
|
@@ -104,7 +104,7 @@ export declare class BudgetClient {
|
|
|
104
104
|
* @param DeleteBudgetRequest
|
|
105
105
|
* @return DeleteBudgetResponse
|
|
106
106
|
* @throws OciError when an error occurs
|
|
107
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
107
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/budget/DeleteBudget.ts.html |here} to see how to use DeleteBudget API.
|
|
108
108
|
*/
|
|
109
109
|
deleteBudget(deleteBudgetRequest: requests.DeleteBudgetRequest): Promise<responses.DeleteBudgetResponse>;
|
|
110
110
|
/**
|
|
@@ -113,7 +113,7 @@ export declare class BudgetClient {
|
|
|
113
113
|
* @param GetAlertRuleRequest
|
|
114
114
|
* @return GetAlertRuleResponse
|
|
115
115
|
* @throws OciError when an error occurs
|
|
116
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
116
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/budget/GetAlertRule.ts.html |here} to see how to use GetAlertRule API.
|
|
117
117
|
*/
|
|
118
118
|
getAlertRule(getAlertRuleRequest: requests.GetAlertRuleRequest): Promise<responses.GetAlertRuleResponse>;
|
|
119
119
|
/**
|
|
@@ -122,7 +122,7 @@ export declare class BudgetClient {
|
|
|
122
122
|
* @param GetBudgetRequest
|
|
123
123
|
* @return GetBudgetResponse
|
|
124
124
|
* @throws OciError when an error occurs
|
|
125
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
125
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/budget/GetBudget.ts.html |here} to see how to use GetBudget API.
|
|
126
126
|
*/
|
|
127
127
|
getBudget(getBudgetRequest: requests.GetBudgetRequest): Promise<responses.GetBudgetResponse>;
|
|
128
128
|
/**
|
|
@@ -132,7 +132,7 @@ export declare class BudgetClient {
|
|
|
132
132
|
* @param ListAlertRulesRequest
|
|
133
133
|
* @return ListAlertRulesResponse
|
|
134
134
|
* @throws OciError when an error occurs
|
|
135
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
135
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/budget/ListAlertRules.ts.html |here} to see how to use ListAlertRules API.
|
|
136
136
|
*/
|
|
137
137
|
listAlertRules(listAlertRulesRequest: requests.ListAlertRulesRequest): Promise<responses.ListAlertRulesResponse>;
|
|
138
138
|
/**
|
|
@@ -181,7 +181,7 @@ export declare class BudgetClient {
|
|
|
181
181
|
* @param ListBudgetsRequest
|
|
182
182
|
* @return ListBudgetsResponse
|
|
183
183
|
* @throws OciError when an error occurs
|
|
184
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
184
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/budget/ListBudgets.ts.html |here} to see how to use ListBudgets API.
|
|
185
185
|
*/
|
|
186
186
|
listBudgets(listBudgetsRequest: requests.ListBudgetsRequest): Promise<responses.ListBudgetsResponse>;
|
|
187
187
|
/**
|
|
@@ -222,7 +222,7 @@ export declare class BudgetClient {
|
|
|
222
222
|
* @param UpdateAlertRuleRequest
|
|
223
223
|
* @return UpdateAlertRuleResponse
|
|
224
224
|
* @throws OciError when an error occurs
|
|
225
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
225
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/budget/UpdateAlertRule.ts.html |here} to see how to use UpdateAlertRule API.
|
|
226
226
|
*/
|
|
227
227
|
updateAlertRule(updateAlertRuleRequest: requests.UpdateAlertRuleRequest): Promise<responses.UpdateAlertRuleResponse>;
|
|
228
228
|
/**
|
|
@@ -231,7 +231,7 @@ export declare class BudgetClient {
|
|
|
231
231
|
* @param UpdateBudgetRequest
|
|
232
232
|
* @return UpdateBudgetResponse
|
|
233
233
|
* @throws OciError when an error occurs
|
|
234
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
234
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/budget/UpdateBudget.ts.html |here} to see how to use UpdateBudget API.
|
|
235
235
|
*/
|
|
236
236
|
updateBudget(updateBudgetRequest: requests.UpdateBudgetRequest): Promise<responses.UpdateBudgetResponse>;
|
|
237
237
|
}
|
package/lib/client.js
CHANGED
|
@@ -157,7 +157,7 @@ class BudgetClient {
|
|
|
157
157
|
* @param CreateAlertRuleRequest
|
|
158
158
|
* @return CreateAlertRuleResponse
|
|
159
159
|
* @throws OciError when an error occurs
|
|
160
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
160
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/budget/CreateAlertRule.ts.html |here} to see how to use CreateAlertRule API.
|
|
161
161
|
*/
|
|
162
162
|
createAlertRule(createAlertRuleRequest) {
|
|
163
163
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -221,7 +221,7 @@ class BudgetClient {
|
|
|
221
221
|
* @param CreateBudgetRequest
|
|
222
222
|
* @return CreateBudgetResponse
|
|
223
223
|
* @throws OciError when an error occurs
|
|
224
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
224
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/budget/CreateBudget.ts.html |here} to see how to use CreateBudget API.
|
|
225
225
|
*/
|
|
226
226
|
createBudget(createBudgetRequest) {
|
|
227
227
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -282,7 +282,7 @@ class BudgetClient {
|
|
|
282
282
|
* @param DeleteAlertRuleRequest
|
|
283
283
|
* @return DeleteAlertRuleResponse
|
|
284
284
|
* @throws OciError when an error occurs
|
|
285
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
285
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/budget/DeleteAlertRule.ts.html |here} to see how to use DeleteAlertRule API.
|
|
286
286
|
*/
|
|
287
287
|
deleteAlertRule(deleteAlertRuleRequest) {
|
|
288
288
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -336,7 +336,7 @@ class BudgetClient {
|
|
|
336
336
|
* @param DeleteBudgetRequest
|
|
337
337
|
* @return DeleteBudgetResponse
|
|
338
338
|
* @throws OciError when an error occurs
|
|
339
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
339
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/budget/DeleteBudget.ts.html |here} to see how to use DeleteBudget API.
|
|
340
340
|
*/
|
|
341
341
|
deleteBudget(deleteBudgetRequest) {
|
|
342
342
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -389,7 +389,7 @@ class BudgetClient {
|
|
|
389
389
|
* @param GetAlertRuleRequest
|
|
390
390
|
* @return GetAlertRuleResponse
|
|
391
391
|
* @throws OciError when an error occurs
|
|
392
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
392
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/budget/GetAlertRule.ts.html |here} to see how to use GetAlertRule API.
|
|
393
393
|
*/
|
|
394
394
|
getAlertRule(getAlertRuleRequest) {
|
|
395
395
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -451,7 +451,7 @@ class BudgetClient {
|
|
|
451
451
|
* @param GetBudgetRequest
|
|
452
452
|
* @return GetBudgetResponse
|
|
453
453
|
* @throws OciError when an error occurs
|
|
454
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
454
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/budget/GetBudget.ts.html |here} to see how to use GetBudget API.
|
|
455
455
|
*/
|
|
456
456
|
getBudget(getBudgetRequest) {
|
|
457
457
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -513,7 +513,7 @@ class BudgetClient {
|
|
|
513
513
|
* @param ListAlertRulesRequest
|
|
514
514
|
* @return ListAlertRulesResponse
|
|
515
515
|
* @throws OciError when an error occurs
|
|
516
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
516
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/budget/ListAlertRules.ts.html |here} to see how to use ListAlertRules API.
|
|
517
517
|
*/
|
|
518
518
|
listAlertRules(listAlertRulesRequest) {
|
|
519
519
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -629,7 +629,7 @@ class BudgetClient {
|
|
|
629
629
|
* @param ListBudgetsRequest
|
|
630
630
|
* @return ListBudgetsResponse
|
|
631
631
|
* @throws OciError when an error occurs
|
|
632
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
632
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/budget/ListBudgets.ts.html |here} to see how to use ListBudgets API.
|
|
633
633
|
*/
|
|
634
634
|
listBudgets(listBudgetsRequest) {
|
|
635
635
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -737,7 +737,7 @@ class BudgetClient {
|
|
|
737
737
|
* @param UpdateAlertRuleRequest
|
|
738
738
|
* @return UpdateAlertRuleResponse
|
|
739
739
|
* @throws OciError when an error occurs
|
|
740
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
740
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/budget/UpdateAlertRule.ts.html |here} to see how to use UpdateAlertRule API.
|
|
741
741
|
*/
|
|
742
742
|
updateAlertRule(updateAlertRuleRequest) {
|
|
743
743
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -801,7 +801,7 @@ class BudgetClient {
|
|
|
801
801
|
* @param UpdateBudgetRequest
|
|
802
802
|
* @return UpdateBudgetResponse
|
|
803
803
|
* @throws OciError when an error occurs
|
|
804
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
804
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/budget/UpdateBudget.ts.html |here} to see how to use UpdateBudget API.
|
|
805
805
|
*/
|
|
806
806
|
updateBudget(updateBudgetRequest) {
|
|
807
807
|
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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/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.
|
|
3
|
+
"version": "2.26.0",
|
|
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.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.26.0",
|
|
19
|
+
"oci-workrequests": "2.26.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|