@types/ldapjs
Advanced tools
Comparing version 1.0.9 to 1.0.10
@@ -362,2 +362,95 @@ // Type definitions for ldapjs 1.0 | ||
} | ||
export class TimeLimitExceededError { | ||
constructor(error?: string); | ||
} | ||
export class SizeLimitExceededError { | ||
constructor(error?: string); | ||
} | ||
export class CompareFalseError { | ||
constructor(error?: string); | ||
} | ||
export class CompareTrueError { | ||
constructor(error?: string); | ||
} | ||
export class AuthMethodNotSupportedError { | ||
constructor(error?: string); | ||
} | ||
export class StrongAuthRequiredError { | ||
constructor(error?: string); | ||
} | ||
export class ReferralError { | ||
constructor(error?: string); | ||
} | ||
export class AdminLimitExceededError { | ||
constructor(error?: string); | ||
} | ||
export class UnavailableCriticalExtensionError { | ||
constructor(error?: string); | ||
} | ||
export class ConfidentialityRequiredError { | ||
constructor(error?: string); | ||
} | ||
export class SaslBindInProgressError { | ||
constructor(error?: string); | ||
} | ||
export class UndefinedAttributeTypeError { | ||
constructor(error?: string); | ||
} | ||
export class InappropriateMatchingError { | ||
constructor(error?: string); | ||
} | ||
export class ConstraintViolationError { | ||
constructor(error?: string); | ||
} | ||
export class AttributeOrValueExistsError { | ||
constructor(error?: string); | ||
} | ||
export class InvalidAttriubteSyntaxError { | ||
constructor(error?: string); | ||
} | ||
export class AliasProblemError { | ||
constructor(error?: string); | ||
} | ||
export class InvalidDnSyntaxError { | ||
constructor(error?: string); | ||
} | ||
export class AliasDerefProblemError { | ||
constructor(error?: string); | ||
} | ||
export class InappropriateAuthenticationError { | ||
constructor(error?: string); | ||
} | ||
export class BusyError { | ||
constructor(error?: string); | ||
} | ||
export class UnavailableError { | ||
constructor(error?: string); | ||
} | ||
export class UnwillingToPerformError { | ||
constructor(error?: string); | ||
} | ||
export class LoopDetectError { | ||
constructor(error?: string); | ||
} | ||
export class NamingViolationError { | ||
constructor(error?: string); | ||
} | ||
export class ObjectclassViolationError { | ||
constructor(error?: string); | ||
} | ||
export class NotAllowedOnNonLeafError { | ||
constructor(error?: string); | ||
} | ||
export class NotAllowedOnRdnError { | ||
constructor(error?: string); | ||
} | ||
export class ObjectclassModsProhibitedError { | ||
constructor(error?: string); | ||
} | ||
export class AffectsMultipleDsasError { | ||
constructor(error?: string); | ||
} | ||
export class OtherError { | ||
constructor(error?: string); | ||
} | ||
@@ -364,0 +457,0 @@ declare class Filter { |
{ | ||
"name": "@types/ldapjs", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "TypeScript definitions for ldapjs", | ||
@@ -39,4 +39,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "24a60f57f263d49dbf17fe42cb852437de24eda85a9e94fbe67d7381a65a1f41", | ||
"typeScriptVersion": "3.0" | ||
"typesPublisherContentHash": "96d524947f97e019b3fbf7bbbabf6142dca3ca272025b0e8c5f6f0cdf64469ea", | ||
"typeScriptVersion": "3.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 03 Aug 2020 15:34:35 GMT | ||
* Last updated: Thu, 25 Mar 2021 02:21:10 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
22307
523