oci-budget 2.71.0 → 2.72.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
|
@@ -88,7 +88,7 @@ export declare class BudgetClient {
|
|
|
88
88
|
* @param CreateAlertRuleRequest
|
|
89
89
|
* @return CreateAlertRuleResponse
|
|
90
90
|
* @throws OciError when an error occurs
|
|
91
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
91
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/budget/CreateAlertRule.ts.html |here} to see how to use CreateAlertRule API.
|
|
92
92
|
*/
|
|
93
93
|
createAlertRule(createAlertRuleRequest: requests.CreateAlertRuleRequest): Promise<responses.CreateAlertRuleResponse>;
|
|
94
94
|
/**
|
|
@@ -98,7 +98,7 @@ export declare class BudgetClient {
|
|
|
98
98
|
* @param CreateBudgetRequest
|
|
99
99
|
* @return CreateBudgetResponse
|
|
100
100
|
* @throws OciError when an error occurs
|
|
101
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
101
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/budget/CreateBudget.ts.html |here} to see how to use CreateBudget API.
|
|
102
102
|
*/
|
|
103
103
|
createBudget(createBudgetRequest: requests.CreateBudgetRequest): Promise<responses.CreateBudgetResponse>;
|
|
104
104
|
/**
|
|
@@ -107,7 +107,7 @@ export declare class BudgetClient {
|
|
|
107
107
|
* @param DeleteAlertRuleRequest
|
|
108
108
|
* @return DeleteAlertRuleResponse
|
|
109
109
|
* @throws OciError when an error occurs
|
|
110
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
110
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/budget/DeleteAlertRule.ts.html |here} to see how to use DeleteAlertRule API.
|
|
111
111
|
*/
|
|
112
112
|
deleteAlertRule(deleteAlertRuleRequest: requests.DeleteAlertRuleRequest): Promise<responses.DeleteAlertRuleResponse>;
|
|
113
113
|
/**
|
|
@@ -116,7 +116,7 @@ export declare class BudgetClient {
|
|
|
116
116
|
* @param DeleteBudgetRequest
|
|
117
117
|
* @return DeleteBudgetResponse
|
|
118
118
|
* @throws OciError when an error occurs
|
|
119
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
119
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/budget/DeleteBudget.ts.html |here} to see how to use DeleteBudget API.
|
|
120
120
|
*/
|
|
121
121
|
deleteBudget(deleteBudgetRequest: requests.DeleteBudgetRequest): Promise<responses.DeleteBudgetResponse>;
|
|
122
122
|
/**
|
|
@@ -125,7 +125,7 @@ export declare class BudgetClient {
|
|
|
125
125
|
* @param GetAlertRuleRequest
|
|
126
126
|
* @return GetAlertRuleResponse
|
|
127
127
|
* @throws OciError when an error occurs
|
|
128
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
128
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/budget/GetAlertRule.ts.html |here} to see how to use GetAlertRule API.
|
|
129
129
|
*/
|
|
130
130
|
getAlertRule(getAlertRuleRequest: requests.GetAlertRuleRequest): Promise<responses.GetAlertRuleResponse>;
|
|
131
131
|
/**
|
|
@@ -134,7 +134,7 @@ export declare class BudgetClient {
|
|
|
134
134
|
* @param GetBudgetRequest
|
|
135
135
|
* @return GetBudgetResponse
|
|
136
136
|
* @throws OciError when an error occurs
|
|
137
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
137
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/budget/GetBudget.ts.html |here} to see how to use GetBudget API.
|
|
138
138
|
*/
|
|
139
139
|
getBudget(getBudgetRequest: requests.GetBudgetRequest): Promise<responses.GetBudgetResponse>;
|
|
140
140
|
/**
|
|
@@ -144,7 +144,7 @@ export declare class BudgetClient {
|
|
|
144
144
|
* @param ListAlertRulesRequest
|
|
145
145
|
* @return ListAlertRulesResponse
|
|
146
146
|
* @throws OciError when an error occurs
|
|
147
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
147
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/budget/ListAlertRules.ts.html |here} to see how to use ListAlertRules API.
|
|
148
148
|
*/
|
|
149
149
|
listAlertRules(listAlertRulesRequest: requests.ListAlertRulesRequest): Promise<responses.ListAlertRulesResponse>;
|
|
150
150
|
/**
|
|
@@ -192,7 +192,7 @@ export declare class BudgetClient {
|
|
|
192
192
|
* @param ListBudgetsRequest
|
|
193
193
|
* @return ListBudgetsResponse
|
|
194
194
|
* @throws OciError when an error occurs
|
|
195
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
195
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/budget/ListBudgets.ts.html |here} to see how to use ListBudgets API.
|
|
196
196
|
*/
|
|
197
197
|
listBudgets(listBudgetsRequest: requests.ListBudgetsRequest): Promise<responses.ListBudgetsResponse>;
|
|
198
198
|
/**
|
|
@@ -233,7 +233,7 @@ export declare class BudgetClient {
|
|
|
233
233
|
* @param UpdateAlertRuleRequest
|
|
234
234
|
* @return UpdateAlertRuleResponse
|
|
235
235
|
* @throws OciError when an error occurs
|
|
236
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
236
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/budget/UpdateAlertRule.ts.html |here} to see how to use UpdateAlertRule API.
|
|
237
237
|
*/
|
|
238
238
|
updateAlertRule(updateAlertRuleRequest: requests.UpdateAlertRuleRequest): Promise<responses.UpdateAlertRuleResponse>;
|
|
239
239
|
/**
|
|
@@ -242,7 +242,7 @@ export declare class BudgetClient {
|
|
|
242
242
|
* @param UpdateBudgetRequest
|
|
243
243
|
* @return UpdateBudgetResponse
|
|
244
244
|
* @throws OciError when an error occurs
|
|
245
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
245
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/budget/UpdateBudget.ts.html |here} to see how to use UpdateBudget API.
|
|
246
246
|
*/
|
|
247
247
|
updateBudget(updateBudgetRequest: requests.UpdateBudgetRequest): Promise<responses.UpdateBudgetResponse>;
|
|
248
248
|
}
|
package/lib/client.js
CHANGED
|
@@ -185,7 +185,7 @@ class BudgetClient {
|
|
|
185
185
|
* @param CreateAlertRuleRequest
|
|
186
186
|
* @return CreateAlertRuleResponse
|
|
187
187
|
* @throws OciError when an error occurs
|
|
188
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
188
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/budget/CreateAlertRule.ts.html |here} to see how to use CreateAlertRule API.
|
|
189
189
|
*/
|
|
190
190
|
createAlertRule(createAlertRuleRequest) {
|
|
191
191
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -251,7 +251,7 @@ class BudgetClient {
|
|
|
251
251
|
* @param CreateBudgetRequest
|
|
252
252
|
* @return CreateBudgetResponse
|
|
253
253
|
* @throws OciError when an error occurs
|
|
254
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
254
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/budget/CreateBudget.ts.html |here} to see how to use CreateBudget API.
|
|
255
255
|
*/
|
|
256
256
|
createBudget(createBudgetRequest) {
|
|
257
257
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -314,7 +314,7 @@ class BudgetClient {
|
|
|
314
314
|
* @param DeleteAlertRuleRequest
|
|
315
315
|
* @return DeleteAlertRuleResponse
|
|
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.
|
|
317
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/budget/DeleteAlertRule.ts.html |here} to see how to use DeleteAlertRule API.
|
|
318
318
|
*/
|
|
319
319
|
deleteAlertRule(deleteAlertRuleRequest) {
|
|
320
320
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -370,7 +370,7 @@ class BudgetClient {
|
|
|
370
370
|
* @param DeleteBudgetRequest
|
|
371
371
|
* @return DeleteBudgetResponse
|
|
372
372
|
* @throws OciError when an error occurs
|
|
373
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
373
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/budget/DeleteBudget.ts.html |here} to see how to use DeleteBudget API.
|
|
374
374
|
*/
|
|
375
375
|
deleteBudget(deleteBudgetRequest) {
|
|
376
376
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -425,7 +425,7 @@ class BudgetClient {
|
|
|
425
425
|
* @param GetAlertRuleRequest
|
|
426
426
|
* @return GetAlertRuleResponse
|
|
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.
|
|
428
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/budget/GetAlertRule.ts.html |here} to see how to use GetAlertRule API.
|
|
429
429
|
*/
|
|
430
430
|
getAlertRule(getAlertRuleRequest) {
|
|
431
431
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -489,7 +489,7 @@ class BudgetClient {
|
|
|
489
489
|
* @param GetBudgetRequest
|
|
490
490
|
* @return GetBudgetResponse
|
|
491
491
|
* @throws OciError when an error occurs
|
|
492
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
492
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/budget/GetBudget.ts.html |here} to see how to use GetBudget API.
|
|
493
493
|
*/
|
|
494
494
|
getBudget(getBudgetRequest) {
|
|
495
495
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -553,7 +553,7 @@ class BudgetClient {
|
|
|
553
553
|
* @param ListAlertRulesRequest
|
|
554
554
|
* @return ListAlertRulesResponse
|
|
555
555
|
* @throws OciError when an error occurs
|
|
556
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
556
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/budget/ListAlertRules.ts.html |here} to see how to use ListAlertRules API.
|
|
557
557
|
*/
|
|
558
558
|
listAlertRules(listAlertRulesRequest) {
|
|
559
559
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -670,7 +670,7 @@ class BudgetClient {
|
|
|
670
670
|
* @param ListBudgetsRequest
|
|
671
671
|
* @return ListBudgetsResponse
|
|
672
672
|
* @throws OciError when an error occurs
|
|
673
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
673
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/budget/ListBudgets.ts.html |here} to see how to use ListBudgets API.
|
|
674
674
|
*/
|
|
675
675
|
listBudgets(listBudgetsRequest) {
|
|
676
676
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -780,7 +780,7 @@ class BudgetClient {
|
|
|
780
780
|
* @param UpdateAlertRuleRequest
|
|
781
781
|
* @return UpdateAlertRuleResponse
|
|
782
782
|
* @throws OciError when an error occurs
|
|
783
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
783
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/budget/UpdateAlertRule.ts.html |here} to see how to use UpdateAlertRule API.
|
|
784
784
|
*/
|
|
785
785
|
updateAlertRule(updateAlertRuleRequest) {
|
|
786
786
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -846,7 +846,7 @@ class BudgetClient {
|
|
|
846
846
|
* @param UpdateBudgetRequest
|
|
847
847
|
* @return UpdateBudgetResponse
|
|
848
848
|
* @throws OciError when an error occurs
|
|
849
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
849
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/budget/UpdateBudget.ts.html |here} to see how to use UpdateBudget API.
|
|
850
850
|
*/
|
|
851
851
|
updateBudget(updateBudgetRequest) {
|
|
852
852
|
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.72.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.72.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.72.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.72.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.72.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.72.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.72.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.72.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.72.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.72.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.72.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.72.0",
|
|
19
|
+
"oci-workrequests": "2.72.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|