New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

oci-usage

Package Overview
Dependencies
Maintainers
4
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oci-usage - npm Package Compare versions

Comparing version

to
2.13.0

11

lib/client.d.ts

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

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

@@ -62,3 +63,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/usage/CreateRedeemableUser.ts.html |here} to see how to use CreateRedeemableUser API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/usage/CreateRedeemableUser.ts.html |here} to see how to use CreateRedeemableUser API.
*/

@@ -73,3 +74,3 @@ createRedeemableUser(createRedeemableUserRequest: requests.CreateRedeemableUserRequest): Promise<responses.CreateRedeemableUserResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/usage/DeleteRedeemableUser.ts.html |here} to see how to use DeleteRedeemableUser API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/usage/DeleteRedeemableUser.ts.html |here} to see how to use DeleteRedeemableUser API.
*/

@@ -84,3 +85,3 @@ deleteRedeemableUser(deleteRedeemableUserRequest: requests.DeleteRedeemableUserRequest): Promise<responses.DeleteRedeemableUserResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/usage/ListProducts.ts.html |here} to see how to use ListProducts API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/usage/ListProducts.ts.html |here} to see how to use ListProducts API.
*/

@@ -95,3 +96,3 @@ listProducts(listProductsRequest: requests.ListProductsRequest): Promise<responses.ListProductsResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/usage/ListRedeemableUsers.ts.html |here} to see how to use ListRedeemableUsers API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/usage/ListRedeemableUsers.ts.html |here} to see how to use ListRedeemableUsers API.
*/

@@ -106,5 +107,5 @@ listRedeemableUsers(listRedeemableUsersRequest: requests.ListRedeemableUsersRequest): Promise<responses.ListRedeemableUsersResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/usage/ListRewards.ts.html |here} to see how to use ListRewards API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/usage/ListRewards.ts.html |here} to see how to use ListRewards API.
*/
listRewards(listRewardsRequest: requests.ListRewardsRequest): Promise<responses.ListRewardsResponse>;
}

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

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

@@ -124,3 +124,3 @@ /**

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

@@ -134,3 +134,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/usage/CreateRedeemableUser.ts.html |here} to see how to use CreateRedeemableUser API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/usage/CreateRedeemableUser.ts.html |here} to see how to use CreateRedeemableUser API.
*/

@@ -203,3 +203,3 @@ createRedeemableUser(createRedeemableUserRequest) {

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/usage/DeleteRedeemableUser.ts.html |here} to see how to use DeleteRedeemableUser API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/usage/DeleteRedeemableUser.ts.html |here} to see how to use DeleteRedeemableUser API.
*/

@@ -261,3 +261,3 @@ deleteRedeemableUser(deleteRedeemableUserRequest) {

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/usage/ListProducts.ts.html |here} to see how to use ListProducts API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/usage/ListProducts.ts.html |here} to see how to use ListProducts API.
*/

@@ -332,3 +332,3 @@ listProducts(listProductsRequest) {

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/usage/ListRedeemableUsers.ts.html |here} to see how to use ListRedeemableUsers API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/usage/ListRedeemableUsers.ts.html |here} to see how to use ListRedeemableUsers API.
*/

@@ -406,3 +406,3 @@ listRedeemableUsers(listRedeemableUsersRequest) {

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/usage/ListRewards.ts.html |here} to see how to use ListRewards API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/usage/ListRewards.ts.html |here} to see how to use ListRewards API.
*/

@@ -462,2 +462,3 @@ listRewards(listRewardsRequest) {

RewardsClient.serviceEndpointTemplate = "https://identity.{region}.oci.{secondLevelDomain}";
RewardsClient.endpointServiceName = "";
//# sourceMappingURL=client.js.map

@@ -16,3 +16,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/usage/CreateRedeemableUser.ts.html |here} to see how to use CreateRedeemableUserRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/usage/CreateRedeemableUser.ts.html |here} to see how to use CreateRedeemableUserRequest.
*/

@@ -19,0 +19,0 @@ export interface CreateRedeemableUserRequest extends common.BaseRequest {

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/usage/DeleteRedeemableUser.ts.html |here} to see how to use DeleteRedeemableUserRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/usage/DeleteRedeemableUser.ts.html |here} to see how to use DeleteRedeemableUserRequest.
*/

@@ -18,0 +18,0 @@ export interface DeleteRedeemableUserRequest extends common.BaseRequest {

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/usage/ListProducts.ts.html |here} to see how to use ListProductsRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/usage/ListProducts.ts.html |here} to see how to use ListProductsRequest.
*/

@@ -18,0 +18,0 @@ export interface ListProductsRequest extends common.BaseRequest {

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/usage/ListRedeemableUsers.ts.html |here} to see how to use ListRedeemableUsersRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/usage/ListRedeemableUsers.ts.html |here} to see how to use ListRedeemableUsersRequest.
*/

@@ -18,0 +18,0 @@ export interface ListRedeemableUsersRequest extends common.BaseRequest {

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/usage/ListRewards.ts.html |here} to see how to use ListRewardsRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/usage/ListRewards.ts.html |here} to see how to use ListRewardsRequest.
*/

@@ -18,0 +18,0 @@ export interface ListRewardsRequest extends common.BaseRequest {

{
"name": "oci-usage",
"version": "2.12.1",
"version": "2.13.0",
"description": "OCI NodeJS client for Usage 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