oci-osubbillingschedule
Advanced tools
Comparing version 2.77.0 to 2.77.1
@@ -18,2 +18,3 @@ /** | ||
import * as responses from "./response"; | ||
declare const Breaker: any; | ||
export declare enum BillingScheduleApiKeys { | ||
@@ -31,3 +32,3 @@ } | ||
protected "_clientConfiguration": common.ClientConfiguration; | ||
protected _circuitBreaker: null; | ||
protected _circuitBreaker: typeof Breaker | null; | ||
protected _httpOptions: any; | ||
@@ -73,2 +74,6 @@ protected _bodyDuplexMode: any; | ||
/** | ||
* Shutdown the circuit breaker used by the client when it is no longer needed | ||
*/ | ||
shutdownCircuitBreaker(): void; | ||
/** | ||
* This list API returns all billing schedules for given subscription id and | ||
@@ -81,3 +86,3 @@ * for a particular Subscribed Service if provided | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/osubbillingschedule/ListBillingSchedules.ts.html |here} to see how to use ListBillingSchedules API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/osubbillingschedule/ListBillingSchedules.ts.html |here} to see how to use ListBillingSchedules API. | ||
*/ | ||
@@ -118,1 +123,2 @@ listBillingSchedules(listBillingSchedulesRequest: requests.ListBillingSchedulesRequest): Promise<responses.ListBillingSchedulesResponse>; | ||
} | ||
export {}; |
@@ -49,2 +49,3 @@ "use strict"; | ||
const oci_common_2 = require("oci-common"); | ||
const Breaker = require("opossum"); | ||
// =============================================== | ||
@@ -166,2 +167,10 @@ // This file is autogenerated - Please do not edit | ||
/** | ||
* Shutdown the circuit breaker used by the client when it is no longer needed | ||
*/ | ||
shutdownCircuitBreaker() { | ||
if (this._circuitBreaker) { | ||
this._circuitBreaker.shutdown(); | ||
} | ||
} | ||
/** | ||
* This list API returns all billing schedules for given subscription id and | ||
@@ -174,3 +183,3 @@ * for a particular Subscribed Service if provided | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/osubbillingschedule/ListBillingSchedules.ts.html |here} to see how to use ListBillingSchedules API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/osubbillingschedule/ListBillingSchedules.ts.html |here} to see how to use ListBillingSchedules API. | ||
*/ | ||
@@ -177,0 +186,0 @@ listBillingSchedules(listBillingSchedulesRequest) { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/osubbillingschedule/ListBillingSchedules.ts.html |here} to see how to use ListBillingSchedulesRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/osubbillingschedule/ListBillingSchedules.ts.html |here} to see how to use ListBillingSchedulesRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface ListBillingSchedulesRequest extends common.BaseRequest { |
{ | ||
"name": "oci-osubbillingschedule", | ||
"version": "2.77.0", | ||
"version": "2.77.1", | ||
"description": "OCI NodeJS client for Osub Billing Schedule Service", | ||
@@ -18,4 +18,4 @@ "repository": { | ||
"dependencies": { | ||
"oci-common": "2.77.0", | ||
"oci-workrequests": "2.77.0" | ||
"oci-common": "2.77.1", | ||
"oci-workrequests": "2.77.1" | ||
}, | ||
@@ -22,0 +22,0 @@ "publishConfig": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
90803
957
+ Addedoci-common@2.77.1(transitive)
+ Addedoci-workrequests@2.77.1(transitive)
- Removedoci-common@2.77.0(transitive)
- Removedoci-workrequests@2.77.0(transitive)
Updatedoci-common@2.77.1
Updatedoci-workrequests@2.77.1