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

@abtnode/types

Package Overview
Dependencies
Maintainers
0
Versions
565
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@abtnode/types - npm Package Compare versions

Comparing version 1.16.34-beta-20241213-135509-c2832f80 to 1.16.34-beta-20241214-102147-410be539

21

lib/rpc_pb.d.ts

@@ -212,2 +212,3 @@ // package: abt_node

keepData: boolean;
sessionId: string;
};

@@ -218,2 +219,3 @@ export type TRequestDeleteComponent = {

keepData: boolean;
sessionId: string;
};

@@ -472,3 +474,5 @@ export type TRequestRegistry = {};

};
export type TRequestUpgradeNodeVersion = {};
export type TRequestUpgradeNodeVersion = {
sessionId: string;
};
export type TResponseUpgradeNodeVersion = {

@@ -500,12 +504,2 @@ code: enum_pb.StatusCodeMap[keyof enum_pb.StatusCodeMap];

};
export type TRequestStartSession = {
data: string;
};
export type TRequestUpdateSession = {
id: string;
data: string;
};
export type TRequestEndSession = {
id: string;
};
export type TRequestCreateInvitation = {

@@ -642,2 +636,3 @@ teamDid: string;

options?: TRequestTeamUserOptions;
sessionId: string;
};

@@ -1084,1 +1079,5 @@ export type TRequestUpdateUserTags = {

};
export type TRequestRotateSessionKey = {
teamDid: string;
sessionId: string;
};

@@ -43,2 +43,4 @@ // package: abt_node

enableDockerNetwork: boolean;
enableSessionHardening: boolean;
sessionSalt: string;
};

@@ -75,2 +77,3 @@ export type TOwnerNft = {

enableDockerNetwork: boolean;
enableSessionHardening: boolean;
};

@@ -941,2 +944,3 @@ export type TConnectedStore = {

phone?: TLoginPhoneSettings;
salt: string;
};

@@ -943,0 +947,0 @@ export type TFederatedConfigDetail = {

{
"name": "@abtnode/types",
"version": "1.16.34-beta-20241213-135509-c2832f80",
"version": "1.16.34-beta-20241214-102147-410be539",
"description": "Typescript definitions generated from protobuf",

@@ -39,3 +39,3 @@ "keywords": [

},
"gitHead": "9e8b37f36d17a288a66ccc05e92c8f87825eeb57"
"gitHead": "7f14bf890cebd9294f3953a7adc64608c078771b"
}
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