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.12.1 to 2.13.0

3

lib/client.d.ts

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

protected static serviceEndpointTemplate: string;
protected static endpointServiceName: string;
protected "_endpoint": string;

@@ -65,3 +66,3 @@ protected "_defaultHeaders": any;

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

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

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

set region(region) {
this.endpoint = common.EndpointBuilder.createEndpointFromRegion(BillingScheduleClient.serviceEndpointTemplate, region);
this.endpoint = common.EndpointBuilder.createEndpointFromRegion(BillingScheduleClient.serviceEndpointTemplate, region, BillingScheduleClient.endpointServiceName);
}

@@ -126,3 +126,3 @@ /**

set regionId(regionId) {
this.endpoint = common.EndpointBuilder.createEndpointFromRegionId(BillingScheduleClient.serviceEndpointTemplate, regionId);
this.endpoint = common.EndpointBuilder.createEndpointFromRegionId(BillingScheduleClient.serviceEndpointTemplate, regionId, BillingScheduleClient.endpointServiceName);
}

@@ -137,3 +137,3 @@ /**

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

@@ -243,2 +243,3 @@ listBillingSchedules(listBillingSchedulesRequest) {

BillingScheduleClient.serviceEndpointTemplate = "https://csaap-e.oracle.com";
BillingScheduleClient.endpointServiceName = "";
//# sourceMappingURL=client.js.map

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

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

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

"dependencies": {
"oci-common": "2.12.1",
"oci-workrequests": "2.12.1"
"oci-common": "2.13.0",
"oci-workrequests": "2.13.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