@abtnode/types
Advanced tools
Comparing version 1.16.34-beta-20241204-140321-4d75ca21 to 1.16.34-beta-20241205-145120-3a7aa096
@@ -156,2 +156,3 @@ // package: abt_node | ||
did: string; | ||
targetDid: string; | ||
}; | ||
@@ -166,6 +167,8 @@ export type TRequestDisbandFederatedLogin = { | ||
}; | ||
export type TRequestConfigFederated = { | ||
export type TRequestSyncMasterAuthorization = { | ||
did: string; | ||
autoLogin: boolean; | ||
}; | ||
export type TRequestSyncFederated = { | ||
did: string; | ||
}; | ||
export type TRequestConfigNotification = { | ||
@@ -172,0 +175,0 @@ did: string; |
{ | ||
"name": "@abtnode/types", | ||
"version": "1.16.34-beta-20241204-140321-4d75ca21", | ||
"version": "1.16.34-beta-20241205-145120-3a7aa096", | ||
"description": "Typescript definitions generated from protobuf", | ||
@@ -39,3 +39,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "85435dd99298c727eb7bb6c361f9dee6ef11cf08" | ||
"gitHead": "1162a42e8d2c5ed0330a51724685b2d554c50160" | ||
} |
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
55434
2252