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

@gtsc/api-auth-entity-storage-models

Package Overview
Dependencies
Maintainers
0
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gtsc/api-auth-entity-storage-models - npm Package Compare versions

Comparing version 0.0.5-next.6 to 0.0.5-next.7

30

docs/reference/interfaces/IAuthentication.md

@@ -25,3 +25,3 @@ # Interface: IAuthentication

> `optional` **bootstrap**(`systemLoggingConnectorType`?): `Promise`\<`void`\>
> `optional` **bootstrap**(`nodeLoggingConnectorType`?): `Promise`\<`void`\>

@@ -32,5 +32,5 @@ Bootstrap the service by creating and initializing any resources it needs.

• **systemLoggingConnectorType?**: `string`
• **nodeLoggingConnectorType?**: `string`
The system logging connector type, defaults to "system-logging".
The node logging connector type, defaults to "node-logging".

@@ -51,15 +51,15 @@ #### Returns

> `optional` **start**(`systemIdentity`, `systemLoggingConnectorType`?): `Promise`\<`void`\>
> `optional` **start**(`nodeIdentity`, `nodeLoggingConnectorType`?): `Promise`\<`void`\>
The service needs to be started when the application is initialized.
The service needs to be started when the node is initialized.
#### Parameters
• **systemIdentity**: `string`
• **nodeIdentity**: `string`
The identity of the system.
The identity of the node starting the service.
• **systemLoggingConnectorType?**: `string`
• **nodeLoggingConnectorType?**: `string`
The system logging connector type, defaults to "system-logging".
The node logging connector type, defaults to "node-logging".

@@ -80,15 +80,15 @@ #### Returns

> `optional` **stop**(`systemIdentity`, `systemLoggingConnectorType`?): `Promise`\<`void`\>
> `optional` **stop**(`nodeIdentity`, `nodeLoggingConnectorType`?): `Promise`\<`void`\>
The service needs to be stopped when the application is closed.
The service needs to be stopped when the node is closed.
#### Parameters
• **systemIdentity**: `string`
• **nodeIdentity**: `string`
The identity of the system.
The identity of the node stopping the service.
• **systemLoggingConnectorType?**: `string`
• **nodeLoggingConnectorType?**: `string`
The system logging connector type, defaults to "system-logging".
The node logging connector type, defaults to "node-logging".

@@ -95,0 +95,0 @@ #### Returns

{
"name": "@gtsc/api-auth-entity-storage-models",
"version": "0.0.5-next.6",
"version": "0.0.5-next.7",
"description": "Models which define the structure of the Auth Entity Storage contracts.",

@@ -5,0 +5,0 @@ "repository": {

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