oci-budget 2.11.0 → 2.11.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
|
@@ -74,7 +74,7 @@ export declare class BudgetClient {
|
|
|
74
74
|
* @param CreateAlertRuleRequest
|
|
75
75
|
* @return CreateAlertRuleResponse
|
|
76
76
|
* @throws OciError when an error occurs
|
|
77
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.
|
|
77
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/budget/CreateAlertRule.ts.html |here} to see how to use CreateAlertRule API.
|
|
78
78
|
*/
|
|
79
79
|
createAlertRule(createAlertRuleRequest: requests.CreateAlertRuleRequest): Promise<responses.CreateAlertRuleResponse>;
|
|
80
80
|
/**
|
|
@@ -84,7 +84,7 @@ export declare class BudgetClient {
|
|
|
84
84
|
* @param CreateBudgetRequest
|
|
85
85
|
* @return CreateBudgetResponse
|
|
86
86
|
* @throws OciError when an error occurs
|
|
87
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.
|
|
87
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/budget/CreateBudget.ts.html |here} to see how to use CreateBudget API.
|
|
88
88
|
*/
|
|
89
89
|
createBudget(createBudgetRequest: requests.CreateBudgetRequest): Promise<responses.CreateBudgetResponse>;
|
|
90
90
|
/**
|
|
@@ -93,7 +93,7 @@ export declare class BudgetClient {
|
|
|
93
93
|
* @param DeleteAlertRuleRequest
|
|
94
94
|
* @return DeleteAlertRuleResponse
|
|
95
95
|
* @throws OciError when an error occurs
|
|
96
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.
|
|
96
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/budget/DeleteAlertRule.ts.html |here} to see how to use DeleteAlertRule API.
|
|
97
97
|
*/
|
|
98
98
|
deleteAlertRule(deleteAlertRuleRequest: requests.DeleteAlertRuleRequest): Promise<responses.DeleteAlertRuleResponse>;
|
|
99
99
|
/**
|
|
@@ -102,7 +102,7 @@ export declare class BudgetClient {
|
|
|
102
102
|
* @param DeleteBudgetRequest
|
|
103
103
|
* @return DeleteBudgetResponse
|
|
104
104
|
* @throws OciError when an error occurs
|
|
105
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.
|
|
105
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/budget/DeleteBudget.ts.html |here} to see how to use DeleteBudget API.
|
|
106
106
|
*/
|
|
107
107
|
deleteBudget(deleteBudgetRequest: requests.DeleteBudgetRequest): Promise<responses.DeleteBudgetResponse>;
|
|
108
108
|
/**
|
|
@@ -111,7 +111,7 @@ export declare class BudgetClient {
|
|
|
111
111
|
* @param GetAlertRuleRequest
|
|
112
112
|
* @return GetAlertRuleResponse
|
|
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.11.
|
|
114
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/budget/GetAlertRule.ts.html |here} to see how to use GetAlertRule API.
|
|
115
115
|
*/
|
|
116
116
|
getAlertRule(getAlertRuleRequest: requests.GetAlertRuleRequest): Promise<responses.GetAlertRuleResponse>;
|
|
117
117
|
/**
|
|
@@ -120,7 +120,7 @@ export declare class BudgetClient {
|
|
|
120
120
|
* @param GetBudgetRequest
|
|
121
121
|
* @return GetBudgetResponse
|
|
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.11.
|
|
123
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/budget/GetBudget.ts.html |here} to see how to use GetBudget API.
|
|
124
124
|
*/
|
|
125
125
|
getBudget(getBudgetRequest: requests.GetBudgetRequest): Promise<responses.GetBudgetResponse>;
|
|
126
126
|
/**
|
|
@@ -130,7 +130,7 @@ export declare class BudgetClient {
|
|
|
130
130
|
* @param ListAlertRulesRequest
|
|
131
131
|
* @return ListAlertRulesResponse
|
|
132
132
|
* @throws OciError when an error occurs
|
|
133
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.
|
|
133
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/budget/ListAlertRules.ts.html |here} to see how to use ListAlertRules API.
|
|
134
134
|
*/
|
|
135
135
|
listAlertRules(listAlertRulesRequest: requests.ListAlertRulesRequest): Promise<responses.ListAlertRulesResponse>;
|
|
136
136
|
/**
|
|
@@ -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.11.
|
|
184
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/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.11.
|
|
225
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/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.11.
|
|
234
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/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
|
@@ -152,7 +152,7 @@ class BudgetClient {
|
|
|
152
152
|
* @param CreateAlertRuleRequest
|
|
153
153
|
* @return CreateAlertRuleResponse
|
|
154
154
|
* @throws OciError when an error occurs
|
|
155
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.
|
|
155
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/budget/CreateAlertRule.ts.html |here} to see how to use CreateAlertRule API.
|
|
156
156
|
*/
|
|
157
157
|
createAlertRule(createAlertRuleRequest) {
|
|
158
158
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -216,7 +216,7 @@ class BudgetClient {
|
|
|
216
216
|
* @param CreateBudgetRequest
|
|
217
217
|
* @return CreateBudgetResponse
|
|
218
218
|
* @throws OciError when an error occurs
|
|
219
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.
|
|
219
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/budget/CreateBudget.ts.html |here} to see how to use CreateBudget API.
|
|
220
220
|
*/
|
|
221
221
|
createBudget(createBudgetRequest) {
|
|
222
222
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -277,7 +277,7 @@ class BudgetClient {
|
|
|
277
277
|
* @param DeleteAlertRuleRequest
|
|
278
278
|
* @return DeleteAlertRuleResponse
|
|
279
279
|
* @throws OciError when an error occurs
|
|
280
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.
|
|
280
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/budget/DeleteAlertRule.ts.html |here} to see how to use DeleteAlertRule API.
|
|
281
281
|
*/
|
|
282
282
|
deleteAlertRule(deleteAlertRuleRequest) {
|
|
283
283
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -331,7 +331,7 @@ class BudgetClient {
|
|
|
331
331
|
* @param DeleteBudgetRequest
|
|
332
332
|
* @return DeleteBudgetResponse
|
|
333
333
|
* @throws OciError when an error occurs
|
|
334
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.
|
|
334
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/budget/DeleteBudget.ts.html |here} to see how to use DeleteBudget API.
|
|
335
335
|
*/
|
|
336
336
|
deleteBudget(deleteBudgetRequest) {
|
|
337
337
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -384,7 +384,7 @@ class BudgetClient {
|
|
|
384
384
|
* @param GetAlertRuleRequest
|
|
385
385
|
* @return GetAlertRuleResponse
|
|
386
386
|
* @throws OciError when an error occurs
|
|
387
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.
|
|
387
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/budget/GetAlertRule.ts.html |here} to see how to use GetAlertRule API.
|
|
388
388
|
*/
|
|
389
389
|
getAlertRule(getAlertRuleRequest) {
|
|
390
390
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -446,7 +446,7 @@ class BudgetClient {
|
|
|
446
446
|
* @param GetBudgetRequest
|
|
447
447
|
* @return GetBudgetResponse
|
|
448
448
|
* @throws OciError when an error occurs
|
|
449
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.
|
|
449
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/budget/GetBudget.ts.html |here} to see how to use GetBudget API.
|
|
450
450
|
*/
|
|
451
451
|
getBudget(getBudgetRequest) {
|
|
452
452
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -508,7 +508,7 @@ class BudgetClient {
|
|
|
508
508
|
* @param ListAlertRulesRequest
|
|
509
509
|
* @return ListAlertRulesResponse
|
|
510
510
|
* @throws OciError when an error occurs
|
|
511
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.
|
|
511
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/budget/ListAlertRules.ts.html |here} to see how to use ListAlertRules API.
|
|
512
512
|
*/
|
|
513
513
|
listAlertRules(listAlertRulesRequest) {
|
|
514
514
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -626,7 +626,7 @@ class BudgetClient {
|
|
|
626
626
|
* @param ListBudgetsRequest
|
|
627
627
|
* @return ListBudgetsResponse
|
|
628
628
|
* @throws OciError when an error occurs
|
|
629
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.
|
|
629
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/budget/ListBudgets.ts.html |here} to see how to use ListBudgets API.
|
|
630
630
|
*/
|
|
631
631
|
listBudgets(listBudgetsRequest) {
|
|
632
632
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -734,7 +734,7 @@ class BudgetClient {
|
|
|
734
734
|
* @param UpdateAlertRuleRequest
|
|
735
735
|
* @return UpdateAlertRuleResponse
|
|
736
736
|
* @throws OciError when an error occurs
|
|
737
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.
|
|
737
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/budget/UpdateAlertRule.ts.html |here} to see how to use UpdateAlertRule API.
|
|
738
738
|
*/
|
|
739
739
|
updateAlertRule(updateAlertRuleRequest) {
|
|
740
740
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -798,7 +798,7 @@ class BudgetClient {
|
|
|
798
798
|
* @param UpdateBudgetRequest
|
|
799
799
|
* @return UpdateBudgetResponse
|
|
800
800
|
* @throws OciError when an error occurs
|
|
801
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.
|
|
801
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/budget/UpdateBudget.ts.html |here} to see how to use UpdateBudget API.
|
|
802
802
|
*/
|
|
803
803
|
updateBudget(updateBudgetRequest) {
|
|
804
804
|
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.11.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.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.11.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.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.11.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.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.11.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.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.11.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.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.11.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.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.11.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.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.11.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.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.11.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.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.11.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.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.11.
|
|
3
|
+
"version": "2.11.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.11.
|
|
19
|
-
"oci-workrequests": "2.11.
|
|
18
|
+
"oci-common": "2.11.1",
|
|
19
|
+
"oci-workrequests": "2.11.1"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|