@gtsc/api-auth-entity-storage-models
Advanced tools
Comparing version 0.0.5-next.6 to 0.0.5-next.7
@@ -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": { |
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
20757