Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

oci-osubbillingschedule

Package Overview
Dependencies
Maintainers
1
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oci-osubbillingschedule - npm Package Compare versions

Comparing version 2.77.0 to 2.77.1

10

lib/client.d.ts

@@ -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 {};

11

lib/client.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc