oci-emwarehouse 2.76.1 → 2.77.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 +13 -13
- package/lib/client.js +13 -13
- package/lib/model/create-em-warehouse-details.d.ts +2 -2
- package/lib/model/em-warehouse-summary.d.ts +3 -3
- package/lib/model/em-warehouse.d.ts +3 -3
- package/lib/model/etl-run-summary.d.ts +2 -2
- package/lib/model/update-em-warehouse-details.d.ts +2 -2
- package/lib/request/cancel-work-request-request.d.ts +2 -2
- package/lib/request/change-em-warehouse-compartment-request.d.ts +2 -2
- package/lib/request/create-em-warehouse-request.d.ts +1 -1
- package/lib/request/delete-em-warehouse-request.d.ts +2 -2
- package/lib/request/get-em-warehouse-request.d.ts +1 -1
- package/lib/request/get-em-warehouse-resource-usage-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-em-warehouses-request.d.ts +2 -2
- package/lib/request/list-etl-runs-request.d.ts +2 -2
- package/lib/request/list-work-request-errors-request.d.ts +2 -2
- package/lib/request/list-work-request-logs-request.d.ts +2 -2
- package/lib/request/list-work-requests-request.d.ts +2 -2
- package/lib/request/update-em-warehouse-request.d.ts +2 -2
- package/lib/response/get-em-warehouse-resource-usage-response.d.ts +1 -1
- package/lib/response/get-em-warehouse-response.d.ts +1 -1
- package/lib/response/get-work-request-response.d.ts +1 -1
- package/lib/response/list-em-warehouses-response.d.ts +1 -1
- package/lib/response/list-etl-runs-response.d.ts +1 -1
- package/lib/response/list-work-request-errors-response.d.ts +1 -1
- package/lib/response/list-work-request-logs-response.d.ts +1 -1
- package/lib/response/list-work-requests-response.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -86,7 +86,7 @@ export declare class EmWarehouseClient {
|
|
|
86
86
|
* @param CancelWorkRequestRequest
|
|
87
87
|
* @return CancelWorkRequestResponse
|
|
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.77.0/emwarehouse/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
|
|
90
90
|
*/
|
|
91
91
|
cancelWorkRequest(cancelWorkRequestRequest: requests.CancelWorkRequestRequest): Promise<responses.CancelWorkRequestResponse>;
|
|
92
92
|
/**
|
|
@@ -95,7 +95,7 @@ export declare class EmWarehouseClient {
|
|
|
95
95
|
* @param ChangeEmWarehouseCompartmentRequest
|
|
96
96
|
* @return ChangeEmWarehouseCompartmentResponse
|
|
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.77.0/emwarehouse/ChangeEmWarehouseCompartment.ts.html |here} to see how to use ChangeEmWarehouseCompartment API.
|
|
99
99
|
*/
|
|
100
100
|
changeEmWarehouseCompartment(changeEmWarehouseCompartmentRequest: requests.ChangeEmWarehouseCompartmentRequest): Promise<responses.ChangeEmWarehouseCompartmentResponse>;
|
|
101
101
|
/**
|
|
@@ -105,7 +105,7 @@ export declare class EmWarehouseClient {
|
|
|
105
105
|
* @param CreateEmWarehouseRequest
|
|
106
106
|
* @return CreateEmWarehouseResponse
|
|
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.77.0/emwarehouse/CreateEmWarehouse.ts.html |here} to see how to use CreateEmWarehouse API.
|
|
109
109
|
*/
|
|
110
110
|
createEmWarehouse(createEmWarehouseRequest: requests.CreateEmWarehouseRequest): Promise<responses.CreateEmWarehouseResponse>;
|
|
111
111
|
/**
|
|
@@ -114,7 +114,7 @@ export declare class EmWarehouseClient {
|
|
|
114
114
|
* @param DeleteEmWarehouseRequest
|
|
115
115
|
* @return DeleteEmWarehouseResponse
|
|
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.77.0/emwarehouse/DeleteEmWarehouse.ts.html |here} to see how to use DeleteEmWarehouse API.
|
|
118
118
|
*/
|
|
119
119
|
deleteEmWarehouse(deleteEmWarehouseRequest: requests.DeleteEmWarehouseRequest): Promise<responses.DeleteEmWarehouseResponse>;
|
|
120
120
|
/**
|
|
@@ -123,7 +123,7 @@ export declare class EmWarehouseClient {
|
|
|
123
123
|
* @param GetEmWarehouseRequest
|
|
124
124
|
* @return GetEmWarehouseResponse
|
|
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.77.0/emwarehouse/GetEmWarehouse.ts.html |here} to see how to use GetEmWarehouse API.
|
|
127
127
|
*/
|
|
128
128
|
getEmWarehouse(getEmWarehouseRequest: requests.GetEmWarehouseRequest): Promise<responses.GetEmWarehouseResponse>;
|
|
129
129
|
/**
|
|
@@ -132,7 +132,7 @@ export declare class EmWarehouseClient {
|
|
|
132
132
|
* @param GetEmWarehouseResourceUsageRequest
|
|
133
133
|
* @return GetEmWarehouseResourceUsageResponse
|
|
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.77.0/emwarehouse/GetEmWarehouseResourceUsage.ts.html |here} to see how to use GetEmWarehouseResourceUsage API.
|
|
136
136
|
*/
|
|
137
137
|
getEmWarehouseResourceUsage(getEmWarehouseResourceUsageRequest: requests.GetEmWarehouseResourceUsageRequest): Promise<responses.GetEmWarehouseResourceUsageResponse>;
|
|
138
138
|
/**
|
|
@@ -141,7 +141,7 @@ export declare class EmWarehouseClient {
|
|
|
141
141
|
* @param GetWorkRequestRequest
|
|
142
142
|
* @return GetWorkRequestResponse
|
|
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.
|
|
144
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/emwarehouse/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
145
145
|
*/
|
|
146
146
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
147
147
|
/**
|
|
@@ -151,7 +151,7 @@ export declare class EmWarehouseClient {
|
|
|
151
151
|
* @param ListEmWarehousesRequest
|
|
152
152
|
* @return ListEmWarehousesResponse
|
|
153
153
|
* @throws OciError when an error occurs
|
|
154
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
154
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/emwarehouse/ListEmWarehouses.ts.html |here} to see how to use ListEmWarehouses API.
|
|
155
155
|
*/
|
|
156
156
|
listEmWarehouses(listEmWarehousesRequest: requests.ListEmWarehousesRequest): Promise<responses.ListEmWarehousesResponse>;
|
|
157
157
|
/**
|
|
@@ -160,7 +160,7 @@ export declare class EmWarehouseClient {
|
|
|
160
160
|
* @param ListEtlRunsRequest
|
|
161
161
|
* @return ListEtlRunsResponse
|
|
162
162
|
* @throws OciError when an error occurs
|
|
163
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
163
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/emwarehouse/ListEtlRuns.ts.html |here} to see how to use ListEtlRuns API.
|
|
164
164
|
*/
|
|
165
165
|
listEtlRuns(listEtlRunsRequest: requests.ListEtlRunsRequest): Promise<responses.ListEtlRunsResponse>;
|
|
166
166
|
/**
|
|
@@ -170,7 +170,7 @@ export declare class EmWarehouseClient {
|
|
|
170
170
|
* @param ListWorkRequestErrorsRequest
|
|
171
171
|
* @return ListWorkRequestErrorsResponse
|
|
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.
|
|
173
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/emwarehouse/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
174
174
|
*/
|
|
175
175
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
176
176
|
/**
|
|
@@ -180,7 +180,7 @@ export declare class EmWarehouseClient {
|
|
|
180
180
|
* @param ListWorkRequestLogsRequest
|
|
181
181
|
* @return ListWorkRequestLogsResponse
|
|
182
182
|
* @throws OciError when an error occurs
|
|
183
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
183
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/emwarehouse/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
184
184
|
*/
|
|
185
185
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
186
186
|
/**
|
|
@@ -190,7 +190,7 @@ export declare class EmWarehouseClient {
|
|
|
190
190
|
* @param ListWorkRequestsRequest
|
|
191
191
|
* @return ListWorkRequestsResponse
|
|
192
192
|
* @throws OciError when an error occurs
|
|
193
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
193
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/emwarehouse/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
194
194
|
*/
|
|
195
195
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
196
196
|
/**
|
|
@@ -199,7 +199,7 @@ export declare class EmWarehouseClient {
|
|
|
199
199
|
* @param UpdateEmWarehouseRequest
|
|
200
200
|
* @return UpdateEmWarehouseResponse
|
|
201
201
|
* @throws OciError when an error occurs
|
|
202
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
202
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/emwarehouse/UpdateEmWarehouse.ts.html |here} to see how to use UpdateEmWarehouse API.
|
|
203
203
|
*/
|
|
204
204
|
updateEmWarehouse(updateEmWarehouseRequest: requests.UpdateEmWarehouseRequest): Promise<responses.UpdateEmWarehouseResponse>;
|
|
205
205
|
}
|
package/lib/client.js
CHANGED
|
@@ -187,7 +187,7 @@ class EmWarehouseClient {
|
|
|
187
187
|
* @param CancelWorkRequestRequest
|
|
188
188
|
* @return CancelWorkRequestResponse
|
|
189
189
|
* @throws OciError when an error occurs
|
|
190
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
190
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/emwarehouse/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
|
|
191
191
|
*/
|
|
192
192
|
cancelWorkRequest(cancelWorkRequestRequest) {
|
|
193
193
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -242,7 +242,7 @@ class EmWarehouseClient {
|
|
|
242
242
|
* @param ChangeEmWarehouseCompartmentRequest
|
|
243
243
|
* @return ChangeEmWarehouseCompartmentResponse
|
|
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.77.0/emwarehouse/ChangeEmWarehouseCompartment.ts.html |here} to see how to use ChangeEmWarehouseCompartment API.
|
|
246
246
|
*/
|
|
247
247
|
changeEmWarehouseCompartment(changeEmWarehouseCompartmentRequest) {
|
|
248
248
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -305,7 +305,7 @@ class EmWarehouseClient {
|
|
|
305
305
|
* @param CreateEmWarehouseRequest
|
|
306
306
|
* @return CreateEmWarehouseResponse
|
|
307
307
|
* @throws OciError when an error occurs
|
|
308
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
308
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/emwarehouse/CreateEmWarehouse.ts.html |here} to see how to use CreateEmWarehouse API.
|
|
309
309
|
*/
|
|
310
310
|
createEmWarehouse(createEmWarehouseRequest) {
|
|
311
311
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -364,7 +364,7 @@ class EmWarehouseClient {
|
|
|
364
364
|
* @param DeleteEmWarehouseRequest
|
|
365
365
|
* @return DeleteEmWarehouseResponse
|
|
366
366
|
* @throws OciError when an error occurs
|
|
367
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
367
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/emwarehouse/DeleteEmWarehouse.ts.html |here} to see how to use DeleteEmWarehouse API.
|
|
368
368
|
*/
|
|
369
369
|
deleteEmWarehouse(deleteEmWarehouseRequest) {
|
|
370
370
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -424,7 +424,7 @@ class EmWarehouseClient {
|
|
|
424
424
|
* @param GetEmWarehouseRequest
|
|
425
425
|
* @return GetEmWarehouseResponse
|
|
426
426
|
* @throws OciError when an error occurs
|
|
427
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
427
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/emwarehouse/GetEmWarehouse.ts.html |here} to see how to use GetEmWarehouse API.
|
|
428
428
|
*/
|
|
429
429
|
getEmWarehouse(getEmWarehouseRequest) {
|
|
430
430
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -487,7 +487,7 @@ class EmWarehouseClient {
|
|
|
487
487
|
* @param GetEmWarehouseResourceUsageRequest
|
|
488
488
|
* @return GetEmWarehouseResourceUsageResponse
|
|
489
489
|
* @throws OciError when an error occurs
|
|
490
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
490
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/emwarehouse/GetEmWarehouseResourceUsage.ts.html |here} to see how to use GetEmWarehouseResourceUsage API.
|
|
491
491
|
*/
|
|
492
492
|
getEmWarehouseResourceUsage(getEmWarehouseResourceUsageRequest) {
|
|
493
493
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -550,7 +550,7 @@ class EmWarehouseClient {
|
|
|
550
550
|
* @param GetWorkRequestRequest
|
|
551
551
|
* @return GetWorkRequestResponse
|
|
552
552
|
* @throws OciError when an error occurs
|
|
553
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
553
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/emwarehouse/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
554
554
|
*/
|
|
555
555
|
getWorkRequest(getWorkRequestRequest) {
|
|
556
556
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -619,7 +619,7 @@ class EmWarehouseClient {
|
|
|
619
619
|
* @param ListEmWarehousesRequest
|
|
620
620
|
* @return ListEmWarehousesResponse
|
|
621
621
|
* @throws OciError when an error occurs
|
|
622
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
622
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/emwarehouse/ListEmWarehouses.ts.html |here} to see how to use ListEmWarehouses API.
|
|
623
623
|
*/
|
|
624
624
|
listEmWarehouses(listEmWarehousesRequest) {
|
|
625
625
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -690,7 +690,7 @@ class EmWarehouseClient {
|
|
|
690
690
|
* @param ListEtlRunsRequest
|
|
691
691
|
* @return ListEtlRunsResponse
|
|
692
692
|
* @throws OciError when an error occurs
|
|
693
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
693
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/emwarehouse/ListEtlRuns.ts.html |here} to see how to use ListEtlRuns API.
|
|
694
694
|
*/
|
|
695
695
|
listEtlRuns(listEtlRunsRequest) {
|
|
696
696
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -761,7 +761,7 @@ class EmWarehouseClient {
|
|
|
761
761
|
* @param ListWorkRequestErrorsRequest
|
|
762
762
|
* @return ListWorkRequestErrorsResponse
|
|
763
763
|
* @throws OciError when an error occurs
|
|
764
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
764
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/emwarehouse/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
765
765
|
*/
|
|
766
766
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
767
767
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -830,7 +830,7 @@ class EmWarehouseClient {
|
|
|
830
830
|
* @param ListWorkRequestLogsRequest
|
|
831
831
|
* @return ListWorkRequestLogsResponse
|
|
832
832
|
* @throws OciError when an error occurs
|
|
833
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
833
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/emwarehouse/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
834
834
|
*/
|
|
835
835
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
836
836
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -899,7 +899,7 @@ class EmWarehouseClient {
|
|
|
899
899
|
* @param ListWorkRequestsRequest
|
|
900
900
|
* @return ListWorkRequestsResponse
|
|
901
901
|
* @throws OciError when an error occurs
|
|
902
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
902
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/emwarehouse/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
903
903
|
*/
|
|
904
904
|
listWorkRequests(listWorkRequestsRequest) {
|
|
905
905
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -969,7 +969,7 @@ class EmWarehouseClient {
|
|
|
969
969
|
* @param UpdateEmWarehouseRequest
|
|
970
970
|
* @return UpdateEmWarehouseResponse
|
|
971
971
|
* @throws OciError when an error occurs
|
|
972
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
972
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/emwarehouse/UpdateEmWarehouse.ts.html |here} to see how to use UpdateEmWarehouse API.
|
|
973
973
|
*/
|
|
974
974
|
updateEmWarehouse(updateEmWarehouseRequest) {
|
|
975
975
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -32,7 +32,7 @@ export interface CreateEmWarehouseDetails {
|
|
|
32
32
|
"operationsInsightsWarehouseId": string;
|
|
33
33
|
/**
|
|
34
34
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
35
|
-
* Example:
|
|
35
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
36
36
|
*
|
|
37
37
|
*/
|
|
38
38
|
"freeformTags"?: {
|
|
@@ -40,7 +40,7 @@ export interface CreateEmWarehouseDetails {
|
|
|
40
40
|
};
|
|
41
41
|
/**
|
|
42
42
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
43
|
-
* Example:
|
|
43
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
44
44
|
*
|
|
45
45
|
*/
|
|
46
46
|
"definedTags"?: {
|
|
@@ -68,7 +68,7 @@ export interface EmWarehouseSummary {
|
|
|
68
68
|
"lifecycleDetails"?: string;
|
|
69
69
|
/**
|
|
70
70
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
71
|
-
* Example:
|
|
71
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
72
72
|
*
|
|
73
73
|
*/
|
|
74
74
|
"freeformTags": {
|
|
@@ -76,7 +76,7 @@ export interface EmWarehouseSummary {
|
|
|
76
76
|
};
|
|
77
77
|
/**
|
|
78
78
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
79
|
-
* Example:
|
|
79
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
80
80
|
*
|
|
81
81
|
*/
|
|
82
82
|
"definedTags": {
|
|
@@ -86,7 +86,7 @@ export interface EmWarehouseSummary {
|
|
|
86
86
|
};
|
|
87
87
|
/**
|
|
88
88
|
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
89
|
-
* Example:
|
|
89
|
+
* Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
90
90
|
*
|
|
91
91
|
*/
|
|
92
92
|
"systemTags"?: {
|
|
@@ -68,7 +68,7 @@ export interface EmWarehouse {
|
|
|
68
68
|
"lifecycleDetails"?: string;
|
|
69
69
|
/**
|
|
70
70
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
71
|
-
* Example:
|
|
71
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
72
72
|
*
|
|
73
73
|
*/
|
|
74
74
|
"freeformTags": {
|
|
@@ -76,7 +76,7 @@ export interface EmWarehouse {
|
|
|
76
76
|
};
|
|
77
77
|
/**
|
|
78
78
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
79
|
-
* Example:
|
|
79
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
80
80
|
*
|
|
81
81
|
*/
|
|
82
82
|
"definedTags": {
|
|
@@ -86,7 +86,7 @@ export interface EmWarehouse {
|
|
|
86
86
|
};
|
|
87
87
|
/**
|
|
88
88
|
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
89
|
-
* Example:
|
|
89
|
+
* Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
90
90
|
*
|
|
91
91
|
*/
|
|
92
92
|
"systemTags"?: {
|
|
@@ -52,7 +52,7 @@ export interface EtlRunSummary {
|
|
|
52
52
|
"timeUpdated"?: Date;
|
|
53
53
|
/**
|
|
54
54
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
55
|
-
* Example:
|
|
55
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
56
56
|
*
|
|
57
57
|
*/
|
|
58
58
|
"freeformTags"?: {
|
|
@@ -60,7 +60,7 @@ export interface EtlRunSummary {
|
|
|
60
60
|
};
|
|
61
61
|
/**
|
|
62
62
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
63
|
-
* Example:
|
|
63
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
64
64
|
*
|
|
65
65
|
*/
|
|
66
66
|
"definedTags"?: {
|
|
@@ -24,7 +24,7 @@ export interface UpdateEmWarehouseDetails {
|
|
|
24
24
|
"emBridgeId"?: string;
|
|
25
25
|
/**
|
|
26
26
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
27
|
-
* Example:
|
|
27
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
"freeformTags"?: {
|
|
@@ -32,7 +32,7 @@ export interface UpdateEmWarehouseDetails {
|
|
|
32
32
|
};
|
|
33
33
|
/**
|
|
34
34
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
35
|
-
* Example:
|
|
35
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
36
36
|
*
|
|
37
37
|
*/
|
|
38
38
|
"definedTags"?: {
|
|
@@ -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.77.0/emwarehouse/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface CancelWorkRequestRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -21,7 +21,7 @@ export interface CancelWorkRequestRequest extends common.BaseRequest {
|
|
|
21
21
|
"workRequestId": string;
|
|
22
22
|
/**
|
|
23
23
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
24
|
-
* for a resource, set the
|
|
24
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
25
25
|
* etag from a previous GET or POST response for that resource.
|
|
26
26
|
* The resource will be updated or deleted only if the etag you
|
|
27
27
|
* provide matches the resource's current etag value.
|
|
@@ -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.77.0/emwarehouse/ChangeEmWarehouseCompartment.ts.html |here} to see how to use ChangeEmWarehouseCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeEmWarehouseCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -26,7 +26,7 @@ export interface ChangeEmWarehouseCompartmentRequest extends common.BaseRequest
|
|
|
26
26
|
"changeEmWarehouseCompartmentDetails": model.ChangeEmWarehouseCompartmentDetails;
|
|
27
27
|
/**
|
|
28
28
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
-
* for a resource, set the
|
|
29
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
30
30
|
* etag from a previous GET or POST response for that resource.
|
|
31
31
|
* The resource will be updated or deleted only if the etag you
|
|
32
32
|
* provide matches the resource's current etag value.
|
|
@@ -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.77.0/emwarehouse/CreateEmWarehouse.ts.html |here} to see how to use CreateEmWarehouseRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateEmWarehouseRequest 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.77.0/emwarehouse/DeleteEmWarehouse.ts.html |here} to see how to use DeleteEmWarehouseRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteEmWarehouseRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -21,7 +21,7 @@ export interface DeleteEmWarehouseRequest extends common.BaseRequest {
|
|
|
21
21
|
"emWarehouseId": string;
|
|
22
22
|
/**
|
|
23
23
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
24
|
-
* for a resource, set the
|
|
24
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
25
25
|
* etag from a previous GET or POST response for that resource.
|
|
26
26
|
* The resource will be updated or deleted only if the etag you
|
|
27
27
|
* provide matches the resource's current etag value.
|
|
@@ -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.77.0/emwarehouse/GetEmWarehouse.ts.html |here} to see how to use GetEmWarehouseRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetEmWarehouseRequest 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.77.0/emwarehouse/GetEmWarehouseResourceUsage.ts.html |here} to see how to use GetEmWarehouseResourceUsageRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetEmWarehouseResourceUsageRequest 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.77.0/emwarehouse/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetWorkRequestRequest 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.77.0/emwarehouse/ListEmWarehouses.ts.html |here} to see how to use ListEmWarehousesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListEmWarehousesRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -41,7 +41,7 @@ export interface ListEmWarehousesRequest extends common.BaseRequest {
|
|
|
41
41
|
*/
|
|
42
42
|
"limit"?: number;
|
|
43
43
|
/**
|
|
44
|
-
* A token representing the position at which to start retrieving results. This must come from the
|
|
44
|
+
* A token representing the position at which to start retrieving results. This must come from the {@code opc-next-page} header field of a previous response.
|
|
45
45
|
*/
|
|
46
46
|
"page"?: string;
|
|
47
47
|
/**
|
|
@@ -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.77.0/emwarehouse/ListEtlRuns.ts.html |here} to see how to use ListEtlRunsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListEtlRunsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -33,7 +33,7 @@ export interface ListEtlRunsRequest extends common.BaseRequest {
|
|
|
33
33
|
*/
|
|
34
34
|
"limit"?: number;
|
|
35
35
|
/**
|
|
36
|
-
* A token representing the position at which to start retrieving results. This must come from the
|
|
36
|
+
* A token representing the position at which to start retrieving results. This must come from the {@code opc-next-page} header field of a previous response.
|
|
37
37
|
*/
|
|
38
38
|
"page"?: string;
|
|
39
39
|
/**
|
|
@@ -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.77.0/emwarehouse/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -25,7 +25,7 @@ export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
|
|
|
25
25
|
*/
|
|
26
26
|
"opcRequestId"?: string;
|
|
27
27
|
/**
|
|
28
|
-
* A token representing the position at which to start retrieving results. This must come from the
|
|
28
|
+
* A token representing the position at which to start retrieving results. This must come from the {@code opc-next-page} header field of a previous response.
|
|
29
29
|
*/
|
|
30
30
|
"page"?: string;
|
|
31
31
|
/**
|
|
@@ -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.77.0/emwarehouse/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListWorkRequestLogsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -25,7 +25,7 @@ export interface ListWorkRequestLogsRequest extends common.BaseRequest {
|
|
|
25
25
|
*/
|
|
26
26
|
"opcRequestId"?: string;
|
|
27
27
|
/**
|
|
28
|
-
* A token representing the position at which to start retrieving results. This must come from the
|
|
28
|
+
* A token representing the position at which to start retrieving results. This must come from the {@code opc-next-page} header field of a previous response.
|
|
29
29
|
*/
|
|
30
30
|
"page"?: string;
|
|
31
31
|
/**
|
|
@@ -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.77.0/emwarehouse/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -37,7 +37,7 @@ export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
|
37
37
|
*/
|
|
38
38
|
"opcRequestId"?: string;
|
|
39
39
|
/**
|
|
40
|
-
* A token representing the position at which to start retrieving results. This must come from the
|
|
40
|
+
* A token representing the position at which to start retrieving results. This must come from the {@code opc-next-page} header field of a previous response.
|
|
41
41
|
*/
|
|
42
42
|
"page"?: string;
|
|
43
43
|
/**
|
|
@@ -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.77.0/emwarehouse/UpdateEmWarehouse.ts.html |here} to see how to use UpdateEmWarehouseRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateEmWarehouseRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -26,7 +26,7 @@ export interface UpdateEmWarehouseRequest extends common.BaseRequest {
|
|
|
26
26
|
"updateEmWarehouseDetails": model.UpdateEmWarehouseDetails;
|
|
27
27
|
/**
|
|
28
28
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
-
* for a resource, set the
|
|
29
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
30
30
|
* etag from a previous GET or POST response for that resource.
|
|
31
31
|
* The resource will be updated or deleted only if the etag you
|
|
32
32
|
* provide matches the resource's current etag value.
|
|
@@ -20,7 +20,7 @@ export interface ListEmWarehousesResponse {
|
|
|
20
20
|
"opcRequestId": string;
|
|
21
21
|
/**
|
|
22
22
|
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
23
|
-
* then a partial list might have been returned. Include this value as the
|
|
23
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
24
24
|
* subsequent GET request to get the next batch of items.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
@@ -20,7 +20,7 @@ export interface ListEtlRunsResponse {
|
|
|
20
20
|
"opcRequestId": string;
|
|
21
21
|
/**
|
|
22
22
|
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
23
|
-
* then a partial list might have been returned. Include this value as the
|
|
23
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
24
24
|
* subsequent GET request to get the next batch of items.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
@@ -14,7 +14,7 @@ import * as model from "../model";
|
|
|
14
14
|
export interface ListWorkRequestErrorsResponse {
|
|
15
15
|
/**
|
|
16
16
|
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
17
|
-
* then a partial list might have been returned. Include this value as the
|
|
17
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
18
18
|
* subsequent GET request to get the next batch of items.
|
|
19
19
|
*
|
|
20
20
|
*/
|
|
@@ -14,7 +14,7 @@ import * as model from "../model";
|
|
|
14
14
|
export interface ListWorkRequestLogsResponse {
|
|
15
15
|
/**
|
|
16
16
|
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
17
|
-
* then a partial list might have been returned. Include this value as the
|
|
17
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
18
18
|
* subsequent GET request to get the next batch of items.
|
|
19
19
|
*
|
|
20
20
|
*/
|
|
@@ -20,7 +20,7 @@ export interface ListWorkRequestsResponse {
|
|
|
20
20
|
"opcRequestId": string;
|
|
21
21
|
/**
|
|
22
22
|
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
23
|
-
* then a partial list might have been returned. Include this value as the
|
|
23
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
24
24
|
* subsequent GET request to get the next batch of items.
|
|
25
25
|
*
|
|
26
26
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-emwarehouse",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.77.0",
|
|
4
4
|
"description": "OCI NodeJS client for Em Warehouse 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.77.0",
|
|
19
|
+
"oci-workrequests": "2.77.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|