Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@tcn/tcnapi-connect-es

Package Overview
Dependencies
Maintainers
6
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tcn/tcnapi-connect-es - npm Package Compare versions

Comparing version 1.7.68 to 1.7.69

src/api/v1alpha1/org/businesshours/entities_pb.d.ts

2

package.json
{
"name": "@tcn/tcnapi-connect-es",
"private": false,
"version": "1.7.68",
"version": "1.7.69",
"files": [

@@ -6,0 +6,0 @@ "src"

@@ -1124,2 +1124,3 @@ // @generated by protoc-gen-es v1.8.0 with parameter "target=js+dts"

{ no: 5, name: "message", kind: "message", T: OmniMessagePayload },
{ no: 6, name: "user_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
],

@@ -1126,0 +1127,0 @@ );

@@ -160,2 +160,9 @@ // @generated by protoc-gen-es v1.8.0 with parameter "target=js+dts"

/**
* Name of the license (to be displayed in the UI)
*
* @generated from field: string name = 3;
*/
name: string;
constructor(data?: PartialMessage<License>);

@@ -194,2 +201,9 @@

/**
* String version of the card/sub-section.
*
* @generated from field: string name = 3;
*/
name: string;
constructor(data?: PartialMessage<License_Card>);

@@ -233,2 +247,9 @@

/**
* String version of the permission.
*
* @generated from field: string name = 4;
*/
name: string;
constructor(data?: PartialMessage<License_Permission>);

@@ -235,0 +256,0 @@

@@ -57,2 +57,3 @@ // @generated by protoc-gen-es v1.8.0 with parameter "target=js+dts"

{ no: 2, name: "cards", kind: "message", T: License_Card, repeated: true },
{ no: 3, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
],

@@ -69,2 +70,3 @@ );

{ no: 2, name: "permissions", kind: "message", T: License_Permission, repeated: true },
{ no: 3, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
],

@@ -83,2 +85,3 @@ {localName: "License_Card"},

{ no: 3, name: "features", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
{ no: 4, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
],

@@ -85,0 +88,0 @@ {localName: "License_Permission"},

@@ -12,3 +12,3 @@ // @generated by protoc-gen-es v1.8.0 with parameter "target=js+dts"

import { AnaTimeZone } from "../ana_pb.js";
import { Weekday_Enum } from "../enums_pb.js";
import { Month, Weekday_Enum } from "../enums_pb.js";

@@ -821,1 +821,59 @@ /**

/**
* MonthDayDate enables custom named dates.
*
* @generated from message api.commons.org.MonthDayDate
*/
export const MonthDayDate = /*@__PURE__*/ proto3.makeMessageType(
"api.commons.org.MonthDayDate",
() => [
{ no: 1, name: "date_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
{ no: 2, name: "month", kind: "enum", T: proto3.getEnumType(Month) },
{ no: 3, name: "day_of_month", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
],
);
/**
* CountryHoliday holiday service name and country.
*
* @generated from message api.commons.org.CountryHoliday
*/
export const CountryHoliday = /*@__PURE__*/ proto3.makeMessageType(
"api.commons.org.CountryHoliday",
() => [
{ no: 1, name: "holiday_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
{ no: 2, name: "country", kind: "enum", T: proto3.getEnumType(Country) },
],
);
/**
* ProgrammedDay may be a named date or a holiday.
*
* @generated from message api.commons.org.ProgrammedDay
*/
export const ProgrammedDay = /*@__PURE__*/ proto3.makeMessageType(
"api.commons.org.ProgrammedDay",
() => [
{ no: 1, name: "day", kind: "message", T: MonthDayDate, oneof: "DayType" },
{ no: 2, name: "holiday", kind: "message", T: CountryHoliday, oneof: "DayType" },
],
);
/**
* ProgrammedDates a list of dates or holidays.
*
* @generated from message api.commons.org.ProgrammedDates
*/
export const ProgrammedDates = /*@__PURE__*/ proto3.makeMessageType(
"api.commons.org.ProgrammedDates",
() => [
{ no: 1, name: "org_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
{ no: 2, name: "programmed_dates_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
{ no: 3, name: "programmed_dates_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
{ no: 4, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
{ no: 5, name: "timezone", kind: "enum", T: proto3.getEnumType(TimeZone) },
{ no: 6, name: "days", kind: "message", T: ProgrammedDay, repeated: true },
{ no: 7, name: "last_updated", kind: "message", T: Timestamp },
],
);

@@ -374,2 +374,23 @@ // @generated by protoc-gen-es v1.8.0 with parameter "target=js+dts"

/**
* The RealTimeManagementState, which is translated as a reduced AgentStatus from the acd service.
*
* @generated from enum api.commons.RealTimeManagementState
*/
export const RealTimeManagementState = /*@__PURE__*/ proto3.makeEnum(
"api.commons.RealTimeManagementState",
[
{no: 0, name: "UNSPECIFIED"},
{no: 1, name: "LOGGED_IN"},
{no: 4, name: "CALL_ON_HOLD"},
{no: 5, name: "OUTBOUND_CALL"},
{no: 7, name: "TRANSFER"},
{no: 8, name: "CONFERENCE"},
{no: 9, name: "READY"},
{no: 10, name: "NOT_READY"},
{no: 11, name: "WRAP_UP"},
{no: 13, name: "LOGGED_OUT"},
],
);
/**
* Represents the skill types that a client's skills can be.

@@ -684,1 +705,29 @@ *

/**
* Represents an agents real time state over a period of time.
*
* @generated from message api.commons.AgentStateSegment
*/
export const AgentStateSegment = /*@__PURE__*/ proto3.makeMessageType(
"api.commons.AgentStateSegment",
() => [
{ no: 1, name: "order_in_rts", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
{ no: 2, name: "states", kind: "enum", T: proto3.getEnumType(RealTimeManagementState), repeated: true },
{ no: 3, name: "width_in_minutes", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
],
);
/**
* Represents a sequence of real time states for a WFM agent.
*
* @generated from message api.commons.AgentStateSequence
*/
export const AgentStateSequence = /*@__PURE__*/ proto3.makeMessageType(
"api.commons.AgentStateSequence",
() => [
{ no: 1, name: "wfm_agent_sid", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
{ no: 2, name: "start_datetime", kind: "message", T: Timestamp },
{ no: 3, name: "state_segments", kind: "message", T: AgentStateSegment, repeated: true },
],
);

@@ -189,3 +189,4 @@ // @generated by protoc-gen-es v1.8.0 with parameter "target=js+dts"

/**
* @generated from field: repeated api.commons.ContactManagerEntryVal entry_val = 2;
* @generated from field: repeated api.commons.ContactManagerEntryVal entry_val = 2 [deprecated = true];
* @deprecated
*/

@@ -195,6 +196,12 @@ entryVal: ContactManagerEntryVal$1[];

/**
* @generated from field: int64 min_kyc_limit = 3;
* @generated from field: int64 min_kyc_limit = 3 [deprecated = true];
* @deprecated
*/
minKycLimit: bigint;
/**
* @generated from field: repeated api.v1alpha1.contactmanager.ContactManagerEntryVal kyc_response = 4;
*/
kycResponse: ContactManagerEntryVal[];
constructor(data?: PartialMessage<GetKYCEncContactEntryRequest>);

@@ -224,2 +231,7 @@

/**
* @generated from field: repeated api.v1alpha1.contactmanager.ContactManagerEntry contact_entry = 2;
*/
contactEntry: ContactManagerEntry[];
constructor(data?: PartialMessage<GetKYCEncContactEntryResponse>);

@@ -269,3 +281,4 @@

/**
* @generated from field: int64 kyc_limit = 2;
* @generated from field: int64 kyc_limit = 2 [deprecated = true];
* @deprecated
*/

@@ -272,0 +285,0 @@ kycLimit: bigint;

@@ -87,2 +87,3 @@ // @generated by protoc-gen-es v1.8.0 with parameter "target=js+dts"

{ no: 3, name: "min_kyc_limit", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
{ no: 4, name: "kyc_response", kind: "message", T: ContactManagerEntryVal, repeated: true },
],

@@ -98,2 +99,3 @@ );

{ no: 1, name: "verified", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
{ no: 2, name: "contact_entry", kind: "message", T: ContactManagerEntry, repeated: true },
],

@@ -100,0 +102,0 @@ );

@@ -726,2 +726,47 @@ // @generated by protoc-gen-es v1.8.0 with parameter "target=js+dts"

/**
* CopyHuntGroupIntegrationLinkRequest is the request message for the CopyHuntGroupIntegrationLink RPC method.
*
* @generated from message api.v1alpha1.org.CopyHuntGroupIntegrationLinkRequest
*/
export const CopyHuntGroupIntegrationLinkRequest = /*@__PURE__*/ proto3.makeMessageType(
"api.v1alpha1.org.CopyHuntGroupIntegrationLinkRequest",
() => [
{ no: 1, name: "to_hunt_group_sid", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
{ no: 2, name: "link", kind: "message", T: IntegrationLink },
],
);
/**
* CopyHuntGroupIntegrationLinkResponse is the response message for the CopyHuntGroupIntegrationLink RPC method.
*
* @generated from message api.v1alpha1.org.CopyHuntGroupIntegrationLinkResponse
*/
export const CopyHuntGroupIntegrationLinkResponse = /*@__PURE__*/ proto3.makeMessageType(
"api.v1alpha1.org.CopyHuntGroupIntegrationLinkResponse",
[],
);
/**
* UpdateHuntGroupIntegrationLinksRequest is the request message for the UpdateHuntGroupIntegrationLinks RPC method.
*
* @generated from message api.v1alpha1.org.UpdateHuntGroupIntegrationLinksRequest
*/
export const UpdateHuntGroupIntegrationLinksRequest = /*@__PURE__*/ proto3.makeMessageType(
"api.v1alpha1.org.UpdateHuntGroupIntegrationLinksRequest",
() => [
{ no: 1, name: "links", kind: "message", T: IntegrationLink, repeated: true },
],
);
/**
* UpdateHuntGroupIntegrationLinksResponse is the response message for the UpdateHuntGroupIntegrationLinks RPC method.
*
* @generated from message api.v1alpha1.org.UpdateHuntGroupIntegrationLinksResponse
*/
export const UpdateHuntGroupIntegrationLinksResponse = /*@__PURE__*/ proto3.makeMessageType(
"api.v1alpha1.org.UpdateHuntGroupIntegrationLinksResponse",
[],
);
/**
* ListAgentTriggersRequest is the request message for the ListAgentTriggers RPC method.

@@ -728,0 +773,0 @@ *

@@ -1103,2 +1103,3 @@ // @generated by protoc-gen-es v1.8.0 with parameter "target=js+dts"

* @generated from message api.v1alpha1.org.ListBusinessHoursRequest
* @deprecated
*/

@@ -1114,2 +1115,3 @@ export const ListBusinessHoursRequest = /*@__PURE__*/ proto3.makeMessageType(

* @generated from message api.v1alpha1.org.ListBusinessHoursResponse
* @deprecated
*/

@@ -1127,2 +1129,3 @@ export const ListBusinessHoursResponse = /*@__PURE__*/ proto3.makeMessageType(

* @generated from message api.v1alpha1.org.GetBusinessHoursRequest
* @deprecated
*/

@@ -1140,2 +1143,3 @@ export const GetBusinessHoursRequest = /*@__PURE__*/ proto3.makeMessageType(

* @generated from message api.v1alpha1.org.GetBusinessHoursResponse
* @deprecated
*/

@@ -1153,2 +1157,3 @@ export const GetBusinessHoursResponse = /*@__PURE__*/ proto3.makeMessageType(

* @generated from message api.v1alpha1.org.SetBusinessHoursRequest
* @deprecated
*/

@@ -1169,2 +1174,3 @@ export const SetBusinessHoursRequest = /*@__PURE__*/ proto3.makeMessageType(

* @generated from message api.v1alpha1.org.SetBusinessHoursResponse
* @deprecated
*/

@@ -1182,2 +1188,3 @@ export const SetBusinessHoursResponse = /*@__PURE__*/ proto3.makeMessageType(

* @generated from message api.v1alpha1.org.AddIntervalToBusinessHoursRequest
* @deprecated
*/

@@ -1196,2 +1203,3 @@ export const AddIntervalToBusinessHoursRequest = /*@__PURE__*/ proto3.makeMessageType(

* @generated from message api.v1alpha1.org.AddIntervalToBusinessHoursResponse
* @deprecated
*/

@@ -1207,2 +1215,3 @@ export const AddIntervalToBusinessHoursResponse = /*@__PURE__*/ proto3.makeMessageType(

* @generated from message api.v1alpha1.org.RemoveIntervalFromBusinessHoursRequest
* @deprecated
*/

@@ -1221,2 +1230,3 @@ export const RemoveIntervalFromBusinessHoursRequest = /*@__PURE__*/ proto3.makeMessageType(

* @generated from message api.v1alpha1.org.RemoveIntervalFromBusinessHoursResponse
* @deprecated
*/

@@ -1232,2 +1242,3 @@ export const RemoveIntervalFromBusinessHoursResponse = /*@__PURE__*/ proto3.makeMessageType(

* @generated from message api.v1alpha1.org.UpdateBusinessHoursInfoRequest
* @deprecated
*/

@@ -1249,2 +1260,3 @@ export const UpdateBusinessHoursInfoRequest = /*@__PURE__*/ proto3.makeMessageType(

* @generated from message api.v1alpha1.org.UpdateBusinessHoursInfoResponse
* @deprecated
*/

@@ -1260,2 +1272,3 @@ export const UpdateBusinessHoursInfoResponse = /*@__PURE__*/ proto3.makeMessageType(

* @generated from message api.v1alpha1.org.DeleteBusinessHoursRequest
* @deprecated
*/

@@ -1273,2 +1286,3 @@ export const DeleteBusinessHoursRequest = /*@__PURE__*/ proto3.makeMessageType(

* @generated from message api.v1alpha1.org.DeleteBusinessHoursResponse
* @deprecated
*/

@@ -1284,2 +1298,3 @@ export const DeleteBusinessHoursResponse = /*@__PURE__*/ proto3.makeMessageType(

* @generated from message api.v1alpha1.org.EvaluateBusinessHoursRequest
* @deprecated
*/

@@ -1297,2 +1312,3 @@ export const EvaluateBusinessHoursRequest = /*@__PURE__*/ proto3.makeMessageType(

* @generated from message api.v1alpha1.org.EvaluateBusinessHoursResponse
* @deprecated
*/

@@ -1299,0 +1315,0 @@ export const EvaluateBusinessHoursResponse = /*@__PURE__*/ proto3.makeMessageType(

@@ -8,2 +8,3 @@ // @generated by protoc-gen-es v1.8.0 with parameter "target=js+dts"

import { Message, proto3 } from "@bufbuild/protobuf";
import type { RateDefinition } from "./rates_pb.js";

@@ -40,2 +41,39 @@ /**

/**
* BillingPlanSnapshot represents a snapshot of a billing plan
* during a specific time period
*
* @generated from message services.billing.entities.v1alpha1.BillingPlanSnapshot
*/
export declare class BillingPlanSnapshot extends Message<BillingPlanSnapshot> {
/**
* @generated from field: google.protobuf.Timestamp start_date = 1;
*/
startDate?: Timestamp;
/**
* @generated from field: google.protobuf.Timestamp end_date = 2;
*/
endDate?: Timestamp;
/**
* @generated from field: repeated services.billing.entities.v1alpha1.RateDefinition rates = 3;
*/
rates: RateDefinition[];
constructor(data?: PartialMessage<BillingPlanSnapshot>);
static readonly runtime: typeof proto3;
static readonly typeName = "services.billing.entities.v1alpha1.BillingPlanSnapshot";
static readonly fields: FieldList;
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BillingPlanSnapshot;
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BillingPlanSnapshot;
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BillingPlanSnapshot;
static equals(a: BillingPlanSnapshot | PlainMessage<BillingPlanSnapshot> | undefined, b: BillingPlanSnapshot | PlainMessage<BillingPlanSnapshot> | undefined): boolean;
}
/**
* BillingPlan represents a collection of rate definitions

@@ -42,0 +80,0 @@ *

@@ -7,2 +7,3 @@ // @generated by protoc-gen-es v1.8.0 with parameter "target=js+dts"

import { proto3, Timestamp } from "@bufbuild/protobuf";
import { RateDefinition } from "./rates_pb.js";

@@ -24,2 +25,17 @@ /**

/**
* BillingPlanSnapshot represents a snapshot of a billing plan
* during a specific time period
*
* @generated from message services.billing.entities.v1alpha1.BillingPlanSnapshot
*/
export const BillingPlanSnapshot = /*@__PURE__*/ proto3.makeMessageType(
"services.billing.entities.v1alpha1.BillingPlanSnapshot",
() => [
{ no: 1, name: "start_date", kind: "message", T: Timestamp },
{ no: 2, name: "end_date", kind: "message", T: Timestamp },
{ no: 3, name: "rates", kind: "message", T: RateDefinition, repeated: true },
],
);
/**
* BillingPlan represents a collection of rate definitions

@@ -26,0 +42,0 @@ *

@@ -250,6 +250,5 @@ // @generated by protoc-gen-es v1.8.0 with parameter "target=js+dts"

/**
* unused
* a group identifier for this rate definition; optional
*
* @generated from field: string rate_definition_group_id = 3 [deprecated = true];
* @deprecated
* @generated from field: string rate_definition_group_id = 3;
*/

@@ -256,0 +255,0 @@ rateDefinitionGroupId: string;

@@ -8,3 +8,3 @@ // @generated by protoc-gen-es v1.8.0 with parameter "target=js+dts"

import { Message, proto3 } from "@bufbuild/protobuf";
import type { BillingPlan } from "../entities/v1alpha1/plan_pb.js";
import type { BillingPlan, BillingPlanSnapshot } from "../entities/v1alpha1/plan_pb.js";
import type { Page, Sort } from "./core_pb.js";

@@ -502,2 +502,55 @@

/**
* @generated from message services.billing.v1alpha1.GetBillingPlanHistoryRequest
*/
export declare class GetBillingPlanHistoryRequest extends Message<GetBillingPlanHistoryRequest> {
/**
* @generated from field: string org_id = 1;
*/
orgId: string;
/**
* @generated from field: repeated string group_ids = 2;
*/
groupIds: string[];
constructor(data?: PartialMessage<GetBillingPlanHistoryRequest>);
static readonly runtime: typeof proto3;
static readonly typeName = "services.billing.v1alpha1.GetBillingPlanHistoryRequest";
static readonly fields: FieldList;
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetBillingPlanHistoryRequest;
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetBillingPlanHistoryRequest;
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetBillingPlanHistoryRequest;
static equals(a: GetBillingPlanHistoryRequest | PlainMessage<GetBillingPlanHistoryRequest> | undefined, b: GetBillingPlanHistoryRequest | PlainMessage<GetBillingPlanHistoryRequest> | undefined): boolean;
}
/**
* @generated from message services.billing.v1alpha1.GetBillingPlanHistoryResponse
*/
export declare class GetBillingPlanHistoryResponse extends Message<GetBillingPlanHistoryResponse> {
/**
* @generated from field: repeated services.billing.entities.v1alpha1.BillingPlanSnapshot history = 1;
*/
history: BillingPlanSnapshot[];
constructor(data?: PartialMessage<GetBillingPlanHistoryResponse>);
static readonly runtime: typeof proto3;
static readonly typeName = "services.billing.v1alpha1.GetBillingPlanHistoryResponse";
static readonly fields: FieldList;
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetBillingPlanHistoryResponse;
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetBillingPlanHistoryResponse;
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetBillingPlanHistoryResponse;
static equals(a: GetBillingPlanHistoryResponse | PlainMessage<GetBillingPlanHistoryResponse> | undefined, b: GetBillingPlanHistoryResponse | PlainMessage<GetBillingPlanHistoryResponse> | undefined): boolean;
}
/**
* @generated from message services.billing.v1alpha1.ListBillingPlansRequest

@@ -504,0 +557,0 @@ */

@@ -7,3 +7,3 @@ // @generated by protoc-gen-es v1.8.0 with parameter "target=js+dts"

import { FieldMask, proto3, Timestamp } from "@bufbuild/protobuf";
import { BillingPlan } from "../entities/v1alpha1/plan_pb.js";
import { BillingPlan, BillingPlanSnapshot } from "../entities/v1alpha1/plan_pb.js";
import { Page, Sort } from "./core_pb.js";

@@ -209,2 +209,23 @@

/**
* @generated from message services.billing.v1alpha1.GetBillingPlanHistoryRequest
*/
export const GetBillingPlanHistoryRequest = /*@__PURE__*/ proto3.makeMessageType(
"services.billing.v1alpha1.GetBillingPlanHistoryRequest",
() => [
{ no: 1, name: "org_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
{ no: 2, name: "group_ids", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
],
);
/**
* @generated from message services.billing.v1alpha1.GetBillingPlanHistoryResponse
*/
export const GetBillingPlanHistoryResponse = /*@__PURE__*/ proto3.makeMessageType(
"services.billing.v1alpha1.GetBillingPlanHistoryResponse",
() => [
{ no: 1, name: "history", kind: "message", T: BillingPlanSnapshot, repeated: true },
],
);
/**
* @generated from message services.billing.v1alpha1.ListBillingPlansRequest

@@ -211,0 +232,0 @@ */

@@ -6,3 +6,3 @@ // @generated by protoc-gen-connect-es v0.13.0

import { CommitBillingPlanRequest, CommitBillingPlanResponse, CommitDefaultBillingPlanRequest, CommitDefaultBillingPlanResponse, CreateBillingPlanRequest, CreateBillingPlanResponse, CreateDefaultBillingPlanRequest, CreateDefaultBillingPlanResponse, DeleteBillingPlanRequest, DeleteBillingPlanResponse, DeleteDefaultBillingPlanRequest, DeleteDefaultBillingPlanResponse, DuplicateBillingPlanRequest, DuplicateBillingPlanResponse, DuplicateDefaultBillingPlanRequest, DuplicateDefaultBillingPlanResponse, GetActiveBillingPlanRequest, GetActiveBillingPlanResponse, GetBillingPlanRequest, GetBillingPlanResponse, ListBillingPlansRequest, ListBillingPlansResponse, UpdateBillingPlanRequest, UpdateBillingPlanResponse, UpdateDefaultBillingPlanRequest, UpdateDefaultBillingPlanResponse } from "./plans_pb.js";
import { CommitBillingPlanRequest, CommitBillingPlanResponse, CommitDefaultBillingPlanRequest, CommitDefaultBillingPlanResponse, CreateBillingPlanRequest, CreateBillingPlanResponse, CreateDefaultBillingPlanRequest, CreateDefaultBillingPlanResponse, DeleteBillingPlanRequest, DeleteBillingPlanResponse, DeleteDefaultBillingPlanRequest, DeleteDefaultBillingPlanResponse, DuplicateBillingPlanRequest, DuplicateBillingPlanResponse, DuplicateDefaultBillingPlanRequest, DuplicateDefaultBillingPlanResponse, GetActiveBillingPlanRequest, GetActiveBillingPlanResponse, GetBillingPlanHistoryRequest, GetBillingPlanHistoryResponse, GetBillingPlanRequest, GetBillingPlanResponse, ListBillingPlansRequest, ListBillingPlansResponse, UpdateBillingPlanRequest, UpdateBillingPlanResponse, UpdateDefaultBillingPlanRequest, UpdateDefaultBillingPlanResponse } from "./plans_pb.js";
import { MethodKind } from "@bufbuild/protobuf";

@@ -364,2 +364,20 @@ import { CreateDefaultRateDefinitionRequest, CreateDefaultRateDefinitionResponse, CreateRateDefinitionRequest, CreateRateDefinitionResponse, DeleteDefaultRateDefinitionRequest, DeleteDefaultRateDefinitionResponse, DeleteRateDefinitionRequest, DeleteRateDefinitionResponse, GetRateDefinitionRequest, GetRateDefinitionResponse, ListRateDefinitionsRequest, ListRateDefinitionsResponse, UpdateDefaultRateDefinitionRequest, UpdateDefaultRateDefinitionResponse, UpdateRateDefinitionRequest, UpdateRateDefinitionResponse } from "./rates_pb.js";

/**
* Returns the billing plan history for the ORG or REGION.
* Required permissions:
* CUSTOMER_SUPPORT
* Errors:
* - grpc.Internal: An internal error occurred.
* - grpc.InvalidArgument: The request is invalid.
* - grpc.PermissionDenied: Caller doesn't have the required permissions.
* - grpc.Unavailable: The operation is currently unavailable.
*
* @generated from rpc services.billing.v1alpha1.BillingService.GetBillingPlanHistory
*/
readonly getBillingPlanHistory: {
readonly name: "GetBillingPlanHistory",
readonly I: typeof GetBillingPlanHistoryRequest,
readonly O: typeof GetBillingPlanHistoryResponse,
readonly kind: MethodKind.Unary,
},
/**
* Returns the specified invoice.

@@ -366,0 +384,0 @@ * Required permissions:

@@ -6,3 +6,3 @@ // @generated by protoc-gen-connect-es v0.13.0

import { CommitBillingPlanRequest, CommitBillingPlanResponse, CommitDefaultBillingPlanRequest, CommitDefaultBillingPlanResponse, CreateBillingPlanRequest, CreateBillingPlanResponse, CreateDefaultBillingPlanRequest, CreateDefaultBillingPlanResponse, DeleteBillingPlanRequest, DeleteBillingPlanResponse, DeleteDefaultBillingPlanRequest, DeleteDefaultBillingPlanResponse, DuplicateBillingPlanRequest, DuplicateBillingPlanResponse, DuplicateDefaultBillingPlanRequest, DuplicateDefaultBillingPlanResponse, GetActiveBillingPlanRequest, GetActiveBillingPlanResponse, GetBillingPlanRequest, GetBillingPlanResponse, ListBillingPlansRequest, ListBillingPlansResponse, UpdateBillingPlanRequest, UpdateBillingPlanResponse, UpdateDefaultBillingPlanRequest, UpdateDefaultBillingPlanResponse } from "./plans_pb.js";
import { CommitBillingPlanRequest, CommitBillingPlanResponse, CommitDefaultBillingPlanRequest, CommitDefaultBillingPlanResponse, CreateBillingPlanRequest, CreateBillingPlanResponse, CreateDefaultBillingPlanRequest, CreateDefaultBillingPlanResponse, DeleteBillingPlanRequest, DeleteBillingPlanResponse, DeleteDefaultBillingPlanRequest, DeleteDefaultBillingPlanResponse, DuplicateBillingPlanRequest, DuplicateBillingPlanResponse, DuplicateDefaultBillingPlanRequest, DuplicateDefaultBillingPlanResponse, GetActiveBillingPlanRequest, GetActiveBillingPlanResponse, GetBillingPlanHistoryRequest, GetBillingPlanHistoryResponse, GetBillingPlanRequest, GetBillingPlanResponse, ListBillingPlansRequest, ListBillingPlansResponse, UpdateBillingPlanRequest, UpdateBillingPlanResponse, UpdateDefaultBillingPlanRequest, UpdateDefaultBillingPlanResponse } from "./plans_pb.js";
import { MethodKind } from "@bufbuild/protobuf";

@@ -364,2 +364,20 @@ import { CreateDefaultRateDefinitionRequest, CreateDefaultRateDefinitionResponse, CreateRateDefinitionRequest, CreateRateDefinitionResponse, DeleteDefaultRateDefinitionRequest, DeleteDefaultRateDefinitionResponse, DeleteRateDefinitionRequest, DeleteRateDefinitionResponse, GetRateDefinitionRequest, GetRateDefinitionResponse, ListRateDefinitionsRequest, ListRateDefinitionsResponse, UpdateDefaultRateDefinitionRequest, UpdateDefaultRateDefinitionResponse, UpdateRateDefinitionRequest, UpdateRateDefinitionResponse } from "./rates_pb.js";

/**
* Returns the billing plan history for the ORG or REGION.
* Required permissions:
* CUSTOMER_SUPPORT
* Errors:
* - grpc.Internal: An internal error occurred.
* - grpc.InvalidArgument: The request is invalid.
* - grpc.PermissionDenied: Caller doesn't have the required permissions.
* - grpc.Unavailable: The operation is currently unavailable.
*
* @generated from rpc services.billing.v1alpha1.BillingService.GetBillingPlanHistory
*/
getBillingPlanHistory: {
name: "GetBillingPlanHistory",
I: GetBillingPlanHistoryRequest,
O: GetBillingPlanHistoryResponse,
kind: MethodKind.Unary,
},
/**
* Returns the specified invoice.

@@ -366,0 +384,0 @@ * Required permissions:

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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