Socket
Socket
Sign inDemoInstall

oci-osubbillingschedule

Package Overview
Dependencies
Maintainers
1
Versions
116
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.79.1 to 2.80.0

5

lib/client.d.ts

@@ -27,3 +27,3 @@ /**

protected static endpointServiceName: string;
protected "_realmSpecificEndpointTemplateEnabled": boolean;
protected "_realmSpecificEndpointTemplateEnabled": boolean | undefined;
protected "_endpoint": string;

@@ -50,2 +50,3 @@ protected "_defaultHeaders": any;

set endpoint(endpoint: string);
get logger(): import("oci-common/lib/log").Logger;
/**

@@ -84,3 +85,3 @@ * Determines whether realm specific endpoint should be used or not.

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/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.80.0/osubbillingschedule/ListBillingSchedules.ts.html |here} to see how to use ListBillingSchedules API.
*/

@@ -87,0 +88,0 @@ listBillingSchedules(listBillingSchedulesRequest: requests.ListBillingSchedulesRequest): Promise<responses.ListBillingSchedulesResponse>;

18

lib/client.js

@@ -61,3 +61,3 @@ "use strict";

constructor(params, clientConfiguration) {
this["_realmSpecificEndpointTemplateEnabled"] = false;
this["_realmSpecificEndpointTemplateEnabled"] = undefined;
this["_endpoint"] = "";

@@ -121,4 +121,8 @@ this["_defaultHeaders"] = {};

this._endpoint = this._endpoint + "/oalapp/service/onesubs/proxy/20210501";
oci_common_2.logger.info(`BillingScheduleClient endpoint set to ${this._endpoint}`);
if (this.logger)
this.logger.info(`BillingScheduleClient endpoint set to ${this._endpoint}`);
}
get logger() {
return common.LOG.logger;
}
/**

@@ -131,3 +135,4 @@ * Determines whether realm specific endpoint should be used or not.

this._realmSpecificEndpointTemplateEnabled = realmSpecificEndpointTemplateEnabled;
oci_common_2.logger.info(`realmSpecificEndpointTemplateEnabled set to ${this._realmSpecificEndpointTemplateEnabled}`);
if (this.logger)
this.logger.info(`realmSpecificEndpointTemplateEnabled set to ${this._realmSpecificEndpointTemplateEnabled}`);
if (this._lastSetRegionOrRegionId === common.Region.REGION_STRING) {

@@ -179,7 +184,8 @@ this.endpoint = common.EndpointBuilder.createEndpointFromRegion(BillingScheduleClient.serviceEndpointTemplate, this._region, BillingScheduleClient.endpointServiceName);

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/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.80.0/osubbillingschedule/ListBillingSchedules.ts.html |here} to see how to use ListBillingSchedules API.
*/
listBillingSchedules(listBillingSchedulesRequest) {
return __awaiter(this, void 0, void 0, function* () {
oci_common_2.logger.debug("Calling operation BillingScheduleClient#listBillingSchedules.");
if (this.logger)
this.logger.debug("Calling operation BillingScheduleClient#listBillingSchedules.");
const operationName = "listBillingSchedules";

@@ -204,2 +210,4 @@ const apiReferenceLink = "";

const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listBillingSchedulesRequest.retryConfiguration, specRetryConfiguration);
if (this.logger)
retrier.logger = this.logger;
const request = yield oci_common_2.composeRequest({

@@ -206,0 +214,0 @@ baseEndpoint: this._endpoint,

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/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.80.0/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.79.1",
"version": "2.80.0",
"description": "OCI NodeJS client for Osub Billing Schedule Service",

@@ -18,4 +18,4 @@ "repository": {

"dependencies": {
"oci-common": "2.79.1",
"oci-workrequests": "2.79.1"
"oci-common": "2.80.0",
"oci-workrequests": "2.80.0"
},

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