@sudoplatform/sudo-common 6.2.0 → 6.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.yarn/releases/yarn-1.22.18.cjs +147520 -0
- package/.yarnrc +5 -0
- package/dependencies-report.json +1 -1
- package/docs/assets/main.js +2 -2
- package/docs/assets/search.js +1 -1
- package/docs/assets/style.css +3 -2
- package/docs/classes/AccountLockedError.html +1 -1
- package/docs/classes/AuthenticationError.html +1 -1
- package/docs/classes/Base64.html +1 -1
- package/docs/classes/Buffer.html +1 -1
- package/docs/classes/ConfigurationNotSetError.html +1 -1
- package/docs/classes/ConfigurationSetNotFoundError.html +1 -1
- package/docs/classes/DecodeError.html +1 -1
- package/docs/classes/DefaultConfigurationManager.html +1 -1
- package/docs/classes/DefaultLogger.html +1 -1
- package/docs/classes/DefaultSudoKeyArchive.html +1 -1
- package/docs/classes/DefaultSudoKeyManager.html +12 -12
- package/docs/classes/FatalError.html +1 -1
- package/docs/classes/IllegalArgumentError.html +1 -1
- package/docs/classes/IllegalStateError.html +1 -1
- package/docs/classes/InsufficientEntitlementsError.html +1 -1
- package/docs/classes/InvalidOwnershipProofError.html +1 -1
- package/docs/classes/InvalidTokenError.html +1 -1
- package/docs/classes/KeyArchiveDecodingError.html +1 -1
- package/docs/classes/KeyArchiveIncorrectPasswordError.html +1 -1
- package/docs/classes/KeyArchiveMissingError.html +1 -1
- package/docs/classes/KeyArchiveNoPasswordRequiredError.html +1 -1
- package/docs/classes/KeyArchivePasswordRequiredError.html +1 -1
- package/docs/classes/KeyArchiveTypeError.html +1 -1
- package/docs/classes/KeyArchiveUnknownKeyTypeError.html +1 -1
- package/docs/classes/KeyArchiveVersionError.html +1 -1
- package/docs/classes/KeyNotFoundError.html +1 -1
- package/docs/classes/KeyStoreNotExportableError.html +1 -1
- package/docs/classes/LimitExceededError.html +1 -1
- package/docs/classes/NoEntitlementsError.html +1 -1
- package/docs/classes/NotAuthorizedError.html +1 -1
- package/docs/classes/NotRegisteredError.html +1 -1
- package/docs/classes/NotSignedInError.html +1 -1
- package/docs/classes/OperationNotImplementedError.html +1 -1
- package/docs/classes/RegisterError.html +1 -1
- package/docs/classes/RequestFailedError.html +1 -1
- package/docs/classes/ServiceError.html +1 -1
- package/docs/classes/SignOutError.html +1 -1
- package/docs/classes/SudoCryptoProviderDefaults.html +1 -1
- package/docs/classes/UnknownGraphQLError.html +1 -1
- package/docs/classes/UnrecognizedAlgorithmError.html +1 -1
- package/docs/classes/UserNotConfirmedError.html +1 -1
- package/docs/classes/VersionMismatchError.html +1 -1
- package/docs/enums/CachePolicy.html +1 -1
- package/docs/enums/EncryptionAlgorithm.html +2 -2
- package/docs/enums/KeyArchiveKeyType.html +1 -1
- package/docs/enums/KeyDataKeyFormat.html +1 -1
- package/docs/enums/KeyDataKeyType.html +1 -1
- package/docs/enums/ListOperationResultStatus.html +4 -4
- package/docs/enums/PublicKeyFormat.html +1 -1
- package/docs/index.html +1 -1
- package/docs/interfaces/AsymmetricEncryptionOptions.html +1 -1
- package/docs/interfaces/BooleanFilter.html +1 -1
- package/docs/interfaces/ConfigurationManager.html +1 -1
- package/docs/interfaces/KeyData.html +1 -1
- package/docs/interfaces/ListOperationFailureResult.html +2 -2
- package/docs/interfaces/ListOperationPartialResult.html +4 -4
- package/docs/interfaces/ListOperationSuccessResult.html +3 -3
- package/docs/interfaces/ListOutput.html +1 -1
- package/docs/interfaces/Logger.html +1 -1
- package/docs/interfaces/Owner.html +1 -1
- package/docs/interfaces/PublicKey.html +1 -1
- package/docs/interfaces/ServiceCompatibilityInfo.html +1 -1
- package/docs/interfaces/StringFilter.html +1 -1
- package/docs/interfaces/SudoCryptoProvider.html +1 -1
- package/docs/interfaces/SudoKeyArchive.html +1 -1
- package/docs/interfaces/SudoKeyManager.html +1 -1
- package/docs/interfaces/SymmetricEncryptionOptions.html +1 -1
- package/docs/interfaces/ValidationResult.html +1 -1
- package/docs/modules.html +5 -5
- package/github/.yarn/releases/yarn-1.22.18.cjs +147520 -0
- package/github/.yarnrc +5 -0
- package/github/docs/assets/main.js +2 -2
- package/github/docs/assets/search.js +1 -1
- package/github/docs/assets/style.css +3 -2
- package/github/docs/classes/AccountLockedError.html +1 -1
- package/github/docs/classes/AuthenticationError.html +1 -1
- package/github/docs/classes/Base64.html +1 -1
- package/github/docs/classes/Buffer.html +1 -1
- package/github/docs/classes/ConfigurationNotSetError.html +1 -1
- package/github/docs/classes/ConfigurationSetNotFoundError.html +1 -1
- package/github/docs/classes/DecodeError.html +1 -1
- package/github/docs/classes/DefaultConfigurationManager.html +1 -1
- package/github/docs/classes/DefaultLogger.html +1 -1
- package/github/docs/classes/DefaultSudoKeyArchive.html +1 -1
- package/github/docs/classes/DefaultSudoKeyManager.html +12 -12
- package/github/docs/classes/FatalError.html +1 -1
- package/github/docs/classes/IllegalArgumentError.html +1 -1
- package/github/docs/classes/IllegalStateError.html +1 -1
- package/github/docs/classes/InsufficientEntitlementsError.html +1 -1
- package/github/docs/classes/InvalidOwnershipProofError.html +1 -1
- package/github/docs/classes/InvalidTokenError.html +1 -1
- package/github/docs/classes/KeyArchiveDecodingError.html +1 -1
- package/github/docs/classes/KeyArchiveIncorrectPasswordError.html +1 -1
- package/github/docs/classes/KeyArchiveMissingError.html +1 -1
- package/github/docs/classes/KeyArchiveNoPasswordRequiredError.html +1 -1
- package/github/docs/classes/KeyArchivePasswordRequiredError.html +1 -1
- package/github/docs/classes/KeyArchiveTypeError.html +1 -1
- package/github/docs/classes/KeyArchiveUnknownKeyTypeError.html +1 -1
- package/github/docs/classes/KeyArchiveVersionError.html +1 -1
- package/github/docs/classes/KeyNotFoundError.html +1 -1
- package/github/docs/classes/KeyStoreNotExportableError.html +1 -1
- package/github/docs/classes/LimitExceededError.html +1 -1
- package/github/docs/classes/NoEntitlementsError.html +1 -1
- package/github/docs/classes/NotAuthorizedError.html +1 -1
- package/github/docs/classes/NotRegisteredError.html +1 -1
- package/github/docs/classes/NotSignedInError.html +1 -1
- package/github/docs/classes/OperationNotImplementedError.html +1 -1
- package/github/docs/classes/RegisterError.html +1 -1
- package/github/docs/classes/RequestFailedError.html +1 -1
- package/github/docs/classes/ServiceError.html +1 -1
- package/github/docs/classes/SignOutError.html +1 -1
- package/github/docs/classes/SudoCryptoProviderDefaults.html +1 -1
- package/github/docs/classes/UnknownGraphQLError.html +1 -1
- package/github/docs/classes/UnrecognizedAlgorithmError.html +1 -1
- package/github/docs/classes/UserNotConfirmedError.html +1 -1
- package/github/docs/classes/VersionMismatchError.html +1 -1
- package/github/docs/enums/CachePolicy.html +1 -1
- package/github/docs/enums/EncryptionAlgorithm.html +2 -2
- package/github/docs/enums/KeyArchiveKeyType.html +1 -1
- package/github/docs/enums/KeyDataKeyFormat.html +1 -1
- package/github/docs/enums/KeyDataKeyType.html +1 -1
- package/github/docs/enums/ListOperationResultStatus.html +4 -4
- package/github/docs/enums/PublicKeyFormat.html +1 -1
- package/github/docs/index.html +1 -1
- package/github/docs/interfaces/AsymmetricEncryptionOptions.html +1 -1
- package/github/docs/interfaces/BooleanFilter.html +1 -1
- package/github/docs/interfaces/ConfigurationManager.html +1 -1
- package/github/docs/interfaces/KeyData.html +1 -1
- package/github/docs/interfaces/ListOperationFailureResult.html +2 -2
- package/github/docs/interfaces/ListOperationPartialResult.html +4 -4
- package/github/docs/interfaces/ListOperationSuccessResult.html +3 -3
- package/github/docs/interfaces/ListOutput.html +1 -1
- package/github/docs/interfaces/Logger.html +1 -1
- package/github/docs/interfaces/Owner.html +1 -1
- package/github/docs/interfaces/PublicKey.html +1 -1
- package/github/docs/interfaces/ServiceCompatibilityInfo.html +1 -1
- package/github/docs/interfaces/StringFilter.html +1 -1
- package/github/docs/interfaces/SudoCryptoProvider.html +1 -1
- package/github/docs/interfaces/SudoKeyArchive.html +1 -1
- package/github/docs/interfaces/SudoKeyManager.html +1 -1
- package/github/docs/interfaces/SymmetricEncryptionOptions.html +1 -1
- package/github/docs/interfaces/ValidationResult.html +1 -1
- package/github/docs/modules.html +5 -5
- package/github/package.json +17 -16
- package/github/src/errors/error.ts +5 -1
- package/github/src/sudoKeyManager/sudoKeyManager.ts +12 -20
- package/github/src/types/types.ts +1 -0
- package/github/test/unit/errors/error.spec.ts +3 -18
- package/github/test/unit/sudoKeyManager.spec.ts +18 -18
- package/github/yarn.lock +410 -229
- package/lib/errors/error.d.ts +1 -1
- package/lib/errors/error.js +3 -0
- package/lib/sudoKeyManager/sudoKeyManager.js +12 -4
- package/lib/types/types.d.ts +1 -0
- package/lib/types/types.js +1 -0
- package/package.json +18 -17
- package/src/errors/error.ts +5 -1
- package/src/sudoKeyManager/sudoKeyManager.ts +12 -20
- package/src/types/types.ts +1 -0
- package/test/unit/errors/error.spec.ts +3 -18
- package/test/unit/sudoKeyManager.spec.ts +18 -18
- package/yarn.lock +410 -229
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.