@abtnode/types
Advanced tools
Comparing version 1.16.34-beta-20241213-135509-c2832f80 to 1.16.34-beta-20241214-102147-410be539
@@ -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" | ||
} |
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
55651
2260