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.27.0 to 2.28.0

3

lib/client.d.ts

@@ -31,2 +31,3 @@ /**

protected _httpOptions: any;
targetService: string;
protected _httpClient: common.HttpClient;

@@ -67,3 +68,3 @@ constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);

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

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

@@ -64,2 +64,3 @@ "use strict";

this._httpOptions = undefined;
this.targetService = "BillingSchedule";
const requestSigner = params.authenticationDetailsProvider

@@ -141,3 +142,3 @@ ? new common.DefaultRequestSigner(params.authenticationDetailsProvider)

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

@@ -148,2 +149,4 @@ listBillingSchedules(listBillingSchedulesRequest) {

this.logger.debug("Calling operation BillingScheduleClient#listBillingSchedules.");
const operationName = "listBillingSchedules";
const apiReferenceLink = "";
const pathParams = {};

@@ -178,3 +181,3 @@ const queryParams = {

try {
const response = yield retrier.makeServiceCall(this._httpClient, request);
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
const sdkResponse = oci_common_2.composeResponse({

@@ -181,0 +184,0 @@ responseObject: {},

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

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

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

"dependencies": {
"oci-common": "2.27.0",
"oci-workrequests": "2.27.0"
"oci-common": "2.28.0",
"oci-workrequests": "2.28.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