oci-budget 2.45.0 → 2.47.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
|
@@ -77,7 +77,7 @@ export declare class BudgetClient {
|
|
|
77
77
|
* @param CreateAlertRuleRequest
|
|
78
78
|
* @return CreateAlertRuleResponse
|
|
79
79
|
* @throws OciError when an error occurs
|
|
80
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
80
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/budget/CreateAlertRule.ts.html |here} to see how to use CreateAlertRule API.
|
|
81
81
|
*/
|
|
82
82
|
createAlertRule(createAlertRuleRequest: requests.CreateAlertRuleRequest): Promise<responses.CreateAlertRuleResponse>;
|
|
83
83
|
/**
|
|
@@ -87,7 +87,7 @@ export declare class BudgetClient {
|
|
|
87
87
|
* @param CreateBudgetRequest
|
|
88
88
|
* @return CreateBudgetResponse
|
|
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.
|
|
90
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/budget/CreateBudget.ts.html |here} to see how to use CreateBudget API.
|
|
91
91
|
*/
|
|
92
92
|
createBudget(createBudgetRequest: requests.CreateBudgetRequest): Promise<responses.CreateBudgetResponse>;
|
|
93
93
|
/**
|
|
@@ -96,7 +96,7 @@ export declare class BudgetClient {
|
|
|
96
96
|
* @param DeleteAlertRuleRequest
|
|
97
97
|
* @return DeleteAlertRuleResponse
|
|
98
98
|
* @throws OciError when an error occurs
|
|
99
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
99
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/budget/DeleteAlertRule.ts.html |here} to see how to use DeleteAlertRule API.
|
|
100
100
|
*/
|
|
101
101
|
deleteAlertRule(deleteAlertRuleRequest: requests.DeleteAlertRuleRequest): Promise<responses.DeleteAlertRuleResponse>;
|
|
102
102
|
/**
|
|
@@ -105,7 +105,7 @@ export declare class BudgetClient {
|
|
|
105
105
|
* @param DeleteBudgetRequest
|
|
106
106
|
* @return DeleteBudgetResponse
|
|
107
107
|
* @throws OciError when an error occurs
|
|
108
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
108
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/budget/DeleteBudget.ts.html |here} to see how to use DeleteBudget API.
|
|
109
109
|
*/
|
|
110
110
|
deleteBudget(deleteBudgetRequest: requests.DeleteBudgetRequest): Promise<responses.DeleteBudgetResponse>;
|
|
111
111
|
/**
|
|
@@ -114,7 +114,7 @@ export declare class BudgetClient {
|
|
|
114
114
|
* @param GetAlertRuleRequest
|
|
115
115
|
* @return GetAlertRuleResponse
|
|
116
116
|
* @throws OciError when an error occurs
|
|
117
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
117
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/budget/GetAlertRule.ts.html |here} to see how to use GetAlertRule API.
|
|
118
118
|
*/
|
|
119
119
|
getAlertRule(getAlertRuleRequest: requests.GetAlertRuleRequest): Promise<responses.GetAlertRuleResponse>;
|
|
120
120
|
/**
|
|
@@ -123,7 +123,7 @@ export declare class BudgetClient {
|
|
|
123
123
|
* @param GetBudgetRequest
|
|
124
124
|
* @return GetBudgetResponse
|
|
125
125
|
* @throws OciError when an error occurs
|
|
126
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
126
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/budget/GetBudget.ts.html |here} to see how to use GetBudget API.
|
|
127
127
|
*/
|
|
128
128
|
getBudget(getBudgetRequest: requests.GetBudgetRequest): Promise<responses.GetBudgetResponse>;
|
|
129
129
|
/**
|
|
@@ -133,7 +133,7 @@ export declare class BudgetClient {
|
|
|
133
133
|
* @param ListAlertRulesRequest
|
|
134
134
|
* @return ListAlertRulesResponse
|
|
135
135
|
* @throws OciError when an error occurs
|
|
136
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
136
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/budget/ListAlertRules.ts.html |here} to see how to use ListAlertRules API.
|
|
137
137
|
*/
|
|
138
138
|
listAlertRules(listAlertRulesRequest: requests.ListAlertRulesRequest): Promise<responses.ListAlertRulesResponse>;
|
|
139
139
|
/**
|
|
@@ -182,7 +182,7 @@ export declare class BudgetClient {
|
|
|
182
182
|
* @param ListBudgetsRequest
|
|
183
183
|
* @return ListBudgetsResponse
|
|
184
184
|
* @throws OciError when an error occurs
|
|
185
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
185
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/budget/ListBudgets.ts.html |here} to see how to use ListBudgets API.
|
|
186
186
|
*/
|
|
187
187
|
listBudgets(listBudgetsRequest: requests.ListBudgetsRequest): Promise<responses.ListBudgetsResponse>;
|
|
188
188
|
/**
|
|
@@ -223,7 +223,7 @@ export declare class BudgetClient {
|
|
|
223
223
|
* @param UpdateAlertRuleRequest
|
|
224
224
|
* @return UpdateAlertRuleResponse
|
|
225
225
|
* @throws OciError when an error occurs
|
|
226
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
226
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/budget/UpdateAlertRule.ts.html |here} to see how to use UpdateAlertRule API.
|
|
227
227
|
*/
|
|
228
228
|
updateAlertRule(updateAlertRuleRequest: requests.UpdateAlertRuleRequest): Promise<responses.UpdateAlertRuleResponse>;
|
|
229
229
|
/**
|
|
@@ -232,7 +232,7 @@ export declare class BudgetClient {
|
|
|
232
232
|
* @param UpdateBudgetRequest
|
|
233
233
|
* @return UpdateBudgetResponse
|
|
234
234
|
* @throws OciError when an error occurs
|
|
235
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
235
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/budget/UpdateBudget.ts.html |here} to see how to use UpdateBudget API.
|
|
236
236
|
*/
|
|
237
237
|
updateBudget(updateBudgetRequest: requests.UpdateBudgetRequest): Promise<responses.UpdateBudgetResponse>;
|
|
238
238
|
}
|
package/lib/client.js
CHANGED
|
@@ -158,7 +158,7 @@ class BudgetClient {
|
|
|
158
158
|
* @param CreateAlertRuleRequest
|
|
159
159
|
* @return CreateAlertRuleResponse
|
|
160
160
|
* @throws OciError when an error occurs
|
|
161
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
161
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/budget/CreateAlertRule.ts.html |here} to see how to use CreateAlertRule API.
|
|
162
162
|
*/
|
|
163
163
|
createAlertRule(createAlertRuleRequest) {
|
|
164
164
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -224,7 +224,7 @@ class BudgetClient {
|
|
|
224
224
|
* @param CreateBudgetRequest
|
|
225
225
|
* @return CreateBudgetResponse
|
|
226
226
|
* @throws OciError when an error occurs
|
|
227
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
227
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/budget/CreateBudget.ts.html |here} to see how to use CreateBudget API.
|
|
228
228
|
*/
|
|
229
229
|
createBudget(createBudgetRequest) {
|
|
230
230
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -287,7 +287,7 @@ class BudgetClient {
|
|
|
287
287
|
* @param DeleteAlertRuleRequest
|
|
288
288
|
* @return DeleteAlertRuleResponse
|
|
289
289
|
* @throws OciError when an error occurs
|
|
290
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
290
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/budget/DeleteAlertRule.ts.html |here} to see how to use DeleteAlertRule API.
|
|
291
291
|
*/
|
|
292
292
|
deleteAlertRule(deleteAlertRuleRequest) {
|
|
293
293
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -343,7 +343,7 @@ class BudgetClient {
|
|
|
343
343
|
* @param DeleteBudgetRequest
|
|
344
344
|
* @return DeleteBudgetResponse
|
|
345
345
|
* @throws OciError when an error occurs
|
|
346
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
346
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/budget/DeleteBudget.ts.html |here} to see how to use DeleteBudget API.
|
|
347
347
|
*/
|
|
348
348
|
deleteBudget(deleteBudgetRequest) {
|
|
349
349
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -398,7 +398,7 @@ class BudgetClient {
|
|
|
398
398
|
* @param GetAlertRuleRequest
|
|
399
399
|
* @return GetAlertRuleResponse
|
|
400
400
|
* @throws OciError when an error occurs
|
|
401
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
401
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/budget/GetAlertRule.ts.html |here} to see how to use GetAlertRule API.
|
|
402
402
|
*/
|
|
403
403
|
getAlertRule(getAlertRuleRequest) {
|
|
404
404
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -462,7 +462,7 @@ class BudgetClient {
|
|
|
462
462
|
* @param GetBudgetRequest
|
|
463
463
|
* @return GetBudgetResponse
|
|
464
464
|
* @throws OciError when an error occurs
|
|
465
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
465
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/budget/GetBudget.ts.html |here} to see how to use GetBudget API.
|
|
466
466
|
*/
|
|
467
467
|
getBudget(getBudgetRequest) {
|
|
468
468
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -526,7 +526,7 @@ class BudgetClient {
|
|
|
526
526
|
* @param ListAlertRulesRequest
|
|
527
527
|
* @return ListAlertRulesResponse
|
|
528
528
|
* @throws OciError when an error occurs
|
|
529
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
529
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/budget/ListAlertRules.ts.html |here} to see how to use ListAlertRules API.
|
|
530
530
|
*/
|
|
531
531
|
listAlertRules(listAlertRulesRequest) {
|
|
532
532
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -644,7 +644,7 @@ class BudgetClient {
|
|
|
644
644
|
* @param ListBudgetsRequest
|
|
645
645
|
* @return ListBudgetsResponse
|
|
646
646
|
* @throws OciError when an error occurs
|
|
647
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
647
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/budget/ListBudgets.ts.html |here} to see how to use ListBudgets API.
|
|
648
648
|
*/
|
|
649
649
|
listBudgets(listBudgetsRequest) {
|
|
650
650
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -754,7 +754,7 @@ class BudgetClient {
|
|
|
754
754
|
* @param UpdateAlertRuleRequest
|
|
755
755
|
* @return UpdateAlertRuleResponse
|
|
756
756
|
* @throws OciError when an error occurs
|
|
757
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
757
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/budget/UpdateAlertRule.ts.html |here} to see how to use UpdateAlertRule API.
|
|
758
758
|
*/
|
|
759
759
|
updateAlertRule(updateAlertRuleRequest) {
|
|
760
760
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -820,7 +820,7 @@ class BudgetClient {
|
|
|
820
820
|
* @param UpdateBudgetRequest
|
|
821
821
|
* @return UpdateBudgetResponse
|
|
822
822
|
* @throws OciError when an error occurs
|
|
823
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
823
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/budget/UpdateBudget.ts.html |here} to see how to use UpdateBudget API.
|
|
824
824
|
*/
|
|
825
825
|
updateBudget(updateBudgetRequest) {
|
|
826
826
|
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.47.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.47.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.47.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.47.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.47.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.47.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.47.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.47.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.47.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.47.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.47.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.47.0",
|
|
19
|
+
"oci-workrequests": "2.47.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|