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
126
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.69 to 1.7.70

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

2

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

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

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

{ no: 18, name: "password_reset_day_interval", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
{ no: 19, name: "user_authorization_via_ip", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
],

@@ -879,1 +880,32 @@ );

/**
* ObservedHolidays a list of dates or holidays.
*
* @generated from message api.commons.org.ObservedHolidays
*/
export const ObservedHolidays = /*@__PURE__*/ proto3.makeMessageType(
"api.commons.org.ObservedHolidays",
() => [
{ no: 1, name: "org_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
{ no: 2, name: "observed_holidays_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
{ no: 3, name: "observed_holidays_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: ObservedHoliday, repeated: true },
{ no: 7, name: "last_updated", kind: "message", T: Timestamp },
],
);
/**
* ObservedHoliday may be a named date or a holiday.
*
* @generated from message api.commons.org.ObservedHoliday
*/
export const ObservedHoliday = /*@__PURE__*/ proto3.makeMessageType(
"api.commons.org.ObservedHoliday",
() => [
{ no: 1, name: "day", kind: "message", T: MonthDayDate, oneof: "DayType" },
{ no: 2, name: "holiday", kind: "message", T: CountryHoliday, oneof: "DayType" },
],
);

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

/**
* Whitelisted IPs for the user
*
* @generated from field: repeated string whitelisted_ips = 402;
*/
whitelistedIps: string[];
constructor(data?: PartialMessage<User>);

@@ -258,0 +265,0 @@

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

{ no: 401, name: "email_verified", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
{ no: 402, name: "whitelisted_ips", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
],

@@ -53,0 +54,0 @@ );

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

{ no: 3, name: "width_in_minutes", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
{ no: 4, name: "width_in_seconds", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
],

@@ -717,0 +718,0 @@ );

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

/**
* @generated from field: repeated api.commons.ContactManagerList contact_list = 1;
* @generated from field: repeated api.commons.ContactManagerList contact_list = 1 [deprecated = true];
* @deprecated
*/
contactList: ContactManagerList$1[];
/**
* @generated from field: repeated api.v1alpha1.contactmanager.ContactManagerList contact_manager_list = 2;
*/
contactManagerList: ContactManagerList[];
constructor(data?: PartialMessage<GetContactListResponse>);

@@ -113,6 +119,12 @@

/**
* @generated from field: repeated api.commons.ContactManagerEntry contact_entry = 1;
* @generated from field: repeated api.commons.ContactManagerEntry contact_entry = 1 [deprecated = true];
* @deprecated
*/
contactEntry: ContactManagerEntry$1[];
/**
* @generated from field: repeated api.v1alpha1.contactmanager.ContactManagerEntry contact_manager_entry = 2;
*/
contactManagerEntry: ContactManagerEntry[];
constructor(data?: PartialMessage<ListContactEntryListResponse>);

@@ -162,6 +174,12 @@

/**
* @generated from field: repeated api.commons.ContactManagerEntry contact_entry = 1;
* @generated from field: repeated api.commons.ContactManagerEntry contact_entry = 1 [deprecated = true];
* @deprecated
*/
contactEntry: ContactManagerEntry$1[];
/**
* @generated from field: repeated api.v1alpha1.contactmanager.ContactManagerEntry contact_manager_entry = 2;
*/
contactManagerEntry: ContactManagerEntry[];
constructor(data?: PartialMessage<GetEncContactEntryResponse>);

@@ -168,0 +186,0 @@

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

{ no: 1, name: "contact_list", kind: "message", T: ContactManagerList$1, repeated: true },
{ no: 2, name: "contact_manager_list", kind: "message", T: ContactManagerList, repeated: true },
],

@@ -56,2 +57,3 @@ );

{ no: 1, name: "contact_entry", kind: "message", T: ContactManagerEntry$1, repeated: true },
{ no: 2, name: "contact_manager_entry", kind: "message", T: ContactManagerEntry, repeated: true },
],

@@ -77,2 +79,3 @@ );

{ no: 1, name: "contact_entry", kind: "message", T: ContactManagerEntry$1, repeated: true },
{ no: 2, name: "contact_manager_entry", kind: "message", T: ContactManagerEntry, repeated: true },
],

@@ -79,0 +82,0 @@ );

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

{ no: 1, name: "system_message", kind: "message", T: Room303SystemMessage, oneof: "transport" },
{ no: 2, name: "system_messages", kind: "message", T: Room303SystemMessages, oneof: "transport" },
],

@@ -926,2 +927,12 @@ );

/**
* @generated from message api.v1alpha1.delivery.Room303SystemMessages
*/
export const Room303SystemMessages = /*@__PURE__*/ proto3.makeMessageType(
"api.v1alpha1.delivery.Room303SystemMessages",
() => [
{ no: 1, name: "system_messages", kind: "message", T: Room303SystemMessage, repeated: true },
],
);
/**
* @generated from message api.v1alpha1.delivery.SMSTransport

@@ -928,0 +939,0 @@ */

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

/**
* Request message for the AddGroupedUserIPRestrictions rpc.
*
* @generated from message api.v1alpha1.org.AddGroupedUserIPRestrictionsRequest
*/
export const AddGroupedUserIPRestrictionsRequest = /*@__PURE__*/ proto3.makeMessageType(
"api.v1alpha1.org.AddGroupedUserIPRestrictionsRequest",
() => [
{ no: 1, name: "user_ids", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
{ no: 2, name: "ips", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
],
);
/**
* Response message for the AddGroupedUserIPRestrictions rpc.
*
* @generated from message api.v1alpha1.org.AddGroupedUserIPRestrictionsResponse
*/
export const AddGroupedUserIPRestrictionsResponse = /*@__PURE__*/ proto3.makeMessageType(
"api.v1alpha1.org.AddGroupedUserIPRestrictionsResponse",
[],
);
/**
* Request message for the RemoveGroupedUserIPRestrictions rpc.
*
* @generated from message api.v1alpha1.org.RemoveGroupedUserIPRestrictionsRequest
*/
export const RemoveGroupedUserIPRestrictionsRequest = /*@__PURE__*/ proto3.makeMessageType(
"api.v1alpha1.org.RemoveGroupedUserIPRestrictionsRequest",
() => [
{ no: 1, name: "user_ids", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
{ no: 2, name: "ips", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
],
);
/**
* Response message for the RemoveGroupedUserIPRestrictions rpc.
*
* @generated from message api.v1alpha1.org.RemoveGroupedUserIPRestrictionsResponse
*/
export const RemoveGroupedUserIPRestrictionsResponse = /*@__PURE__*/ proto3.makeMessageType(
"api.v1alpha1.org.RemoveGroupedUserIPRestrictionsResponse",
[],
);

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

/**
* Optional id of the permission group assigned to this room.
*
* @generated from field: google.protobuf.StringValue permission_group_id = 4;
*/
permissionGroupId?: string;
constructor(data?: PartialMessage<CreateRoomRequest>);

@@ -471,1 +478,36 @@

/**
* request to update room details
*
* @generated from message api.v1alpha1.room303.UpdateRoomRequest
*/
export declare class UpdateRoomRequest extends Message<UpdateRoomRequest> {
/**
* room details to be updated
*
* @generated from field: api.commons.Room room = 1;
*/
room?: Room;
/**
* field mask for room options that needs updated
*
* @generated from field: google.protobuf.FieldMask field_mask = 100;
*/
fieldMask?: FieldMask;
constructor(data?: PartialMessage<UpdateRoomRequest>);
static readonly runtime: typeof proto3;
static readonly typeName = "api.v1alpha1.room303.UpdateRoomRequest";
static readonly fields: FieldList;
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdateRoomRequest;
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdateRoomRequest;
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdateRoomRequest;
static equals(a: UpdateRoomRequest | PlainMessage<UpdateRoomRequest> | undefined, b: UpdateRoomRequest | PlainMessage<UpdateRoomRequest> | undefined): boolean;
}

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

import { FieldMask, proto3, Timestamp } from "@bufbuild/protobuf";
import { FieldMask, proto3, StringValue, Timestamp } from "@bufbuild/protobuf";
import { GlobalConfig, Room, RoomConfig, RoomType } from "../../commons/room303_pb.js";

@@ -20,2 +20,3 @@ import { UserArchivedStateFilter } from "../../commons/user_pb.js";

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

@@ -178,1 +179,14 @@ );

/**
* request to update room details
*
* @generated from message api.v1alpha1.room303.UpdateRoomRequest
*/
export const UpdateRoomRequest = /*@__PURE__*/ proto3.makeMessageType(
"api.v1alpha1.room303.UpdateRoomRequest",
() => [
{ no: 1, name: "room", kind: "message", T: Room },
{ no: 100, name: "field_mask", kind: "message", T: FieldMask },
],
);

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

import { BulkMarkMessageReadRequest, BulkMarkMessageReadResponse, CreateMessageRequest, CreateMessageResponse, DeleteMessageRequest, DeleteMessageResponse, EditMessageRequest, EditMessageResponse, GetMessagesRequest, GetMessagesResponse, GetUnreadStatsRequest, GetUnreadStatsResponse, MarkAllMessagesReadRequest, MarkAllMessagesReadResponse, MarkMessageReadRequest, MarkMessageReadResponse, StreamMessageUpdatesRequest, StreamMessageUpdatesResponse } from "./message_pb.js";
import { ArchiveRoomRequest, CreateRoomRequest, GetGlobalConfigRequest, GetGlobalConfigResponse, GetRoomRequest, ListAllRoomsRequest, ListRoomsForMemberRequest, ListRoomsResponse, ListUsersNamesRequest, ListUsersNamesResponse, UpdateGlobalConfigRequest, UpdateGlobalConfigResponse, UpdateRoomConfigRequest } from "./room_pb.js";
import { ArchiveRoomRequest, CreateRoomRequest, GetGlobalConfigRequest, GetGlobalConfigResponse, GetRoomRequest, ListAllRoomsRequest, ListRoomsForMemberRequest, ListRoomsResponse, ListUsersNamesRequest, ListUsersNamesResponse, UpdateGlobalConfigRequest, UpdateGlobalConfigResponse, UpdateRoomConfigRequest, UpdateRoomRequest } from "./room_pb.js";

@@ -266,4 +266,15 @@ /**

},
/**
* allow room to be updated
*
* @generated from rpc api.v1alpha1.room303.Room303API.UpdateRoom
*/
readonly updateRoom: {
readonly name: "UpdateRoom",
readonly I: typeof UpdateRoomRequest,
readonly O: typeof Room,
readonly kind: MethodKind.Unary,
},
}
};

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

import { BulkMarkMessageReadRequest, BulkMarkMessageReadResponse, CreateMessageRequest, CreateMessageResponse, DeleteMessageRequest, DeleteMessageResponse, EditMessageRequest, EditMessageResponse, GetMessagesRequest, GetMessagesResponse, GetUnreadStatsRequest, GetUnreadStatsResponse, MarkAllMessagesReadRequest, MarkAllMessagesReadResponse, MarkMessageReadRequest, MarkMessageReadResponse, StreamMessageUpdatesRequest, StreamMessageUpdatesResponse } from "./message_pb.js";
import { ArchiveRoomRequest, CreateRoomRequest, GetGlobalConfigRequest, GetGlobalConfigResponse, GetRoomRequest, ListAllRoomsRequest, ListRoomsForMemberRequest, ListRoomsResponse, ListUsersNamesRequest, ListUsersNamesResponse, UpdateGlobalConfigRequest, UpdateGlobalConfigResponse, UpdateRoomConfigRequest } from "./room_pb.js";
import { ArchiveRoomRequest, CreateRoomRequest, GetGlobalConfigRequest, GetGlobalConfigResponse, GetRoomRequest, ListAllRoomsRequest, ListRoomsForMemberRequest, ListRoomsResponse, ListUsersNamesRequest, ListUsersNamesResponse, UpdateGlobalConfigRequest, UpdateGlobalConfigResponse, UpdateRoomConfigRequest, UpdateRoomRequest } from "./room_pb.js";

@@ -266,4 +266,15 @@ /**

},
/**
* allow room to be updated
*
* @generated from rpc api.v1alpha1.room303.Room303API.UpdateRoom
*/
updateRoom: {
name: "UpdateRoom",
I: UpdateRoomRequest,
O: Room,
kind: MethodKind.Unary,
},
}
};

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

*
* @generated from field: string client_id = 8;
* @generated from field: string client_id = 8 [deprecated = true];
* @deprecated
*/

@@ -145,2 +146,9 @@ clientId: string;

/**
* the client this item is for
*
* @generated from field: string client_id = 9;
*/
clientId: string;
constructor(data?: PartialMessage<InvoiceItem>);

@@ -173,6 +181,12 @@

/**
* @generated from field: int64 value = 2;
* @generated from field: int64 value = 2 [deprecated = true];
* @deprecated
*/
value: bigint;
/**
* @generated from field: string column_value = 3;
*/
columnValue: string;
constructor(data?: PartialMessage<InvoiceItemColumn>);

@@ -179,0 +193,0 @@

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

{ no: 8, name: "columns", kind: "message", T: InvoiceItemColumn, repeated: true },
{ no: 9, name: "client_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
],

@@ -59,4 +60,5 @@ );

{ no: 2, name: "value", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
{ no: 3, name: "column_value", kind: "scalar", T: 9 /* ScalarType.STRING */ },
],
);

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

/**
* Optional: if not set, will use the beginning of time
*
* @generated from field: google.protobuf.Timestamp start_time = 3;
*/
startTime?: Timestamp;
/**
* Optional: if not set, will use the current time
*
* @generated from field: google.protobuf.Timestamp end_time = 4;
*/
endTime?: Timestamp;
constructor(data?: PartialMessage<GetBillingPlanHistoryRequest>);

@@ -516,0 +530,0 @@

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

{ no: 2, name: "group_ids", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
{ no: 3, name: "start_time", kind: "message", T: Timestamp },
{ no: 4, name: "end_time", kind: "message", T: Timestamp },
],

@@ -217,0 +219,0 @@ );

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