oci-osubbillingschedule
Advanced tools
Comparing version 2.12.1 to 2.13.0
@@ -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
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
141091
889
+ Addedoci-common@2.13.0(transitive)
+ Addedoci-workrequests@2.13.0(transitive)
- Removedoci-common@2.12.1(transitive)
- Removedoci-workrequests@2.12.1(transitive)
Updatedoci-common@2.13.0
Updatedoci-workrequests@2.13.0