@twin.org/node-core 0.0.2-next.15 → 0.0.2-next.17

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.
Files changed (42) hide show
  1. package/dist/cjs/index.cjs +360 -160
  2. package/dist/esm/index.mjs +351 -164
  3. package/dist/types/builders/engineEnvBuilder.d.ts +1 -1
  4. package/dist/types/builders/engineServerEnvBuilder.d.ts +2 -2
  5. package/dist/types/builders/extensionsBuilder.d.ts +31 -0
  6. package/dist/types/defaults.d.ts +6 -0
  7. package/dist/types/index.d.ts +4 -0
  8. package/dist/types/models/IEngineEnvironmentVariables.d.ts +60 -18
  9. package/dist/types/models/INodeEngineConfig.d.ts +6 -0
  10. package/dist/types/models/INodeOptions.d.ts +2 -1
  11. package/dist/types/models/nodeExtensionMethods.d.ts +22 -0
  12. package/dist/types/node.d.ts +2 -2
  13. package/dist/types/server.d.ts +4 -2
  14. package/dist/types/utils.d.ts +18 -0
  15. package/docs/changelog.md +15 -0
  16. package/docs/reference/functions/buildConfiguration.md +2 -2
  17. package/docs/reference/functions/buildEngineConfiguration.md +2 -2
  18. package/docs/reference/functions/buildEngineServerConfiguration.md +3 -3
  19. package/docs/reference/functions/directoryExists.md +19 -0
  20. package/docs/reference/functions/extensionsConfiguration.md +25 -0
  21. package/docs/reference/functions/extensionsInitialiseEngine.md +25 -0
  22. package/docs/reference/functions/extensionsInitialiseEngineServer.md +31 -0
  23. package/docs/reference/functions/getFiles.md +19 -0
  24. package/docs/reference/functions/getSubFolders.md +19 -0
  25. package/docs/reference/functions/shutdownExtensions.md +19 -0
  26. package/docs/reference/functions/start.md +4 -4
  27. package/docs/reference/index.md +17 -0
  28. package/docs/reference/interfaces/IEngineEnvironmentVariables.md +118 -26
  29. package/docs/reference/interfaces/IEngineServerEnvironmentVariables.md +166 -34
  30. package/docs/reference/interfaces/INodeEngineConfig.md +7 -0
  31. package/docs/reference/interfaces/INodeEnvironmentVariables.md +166 -34
  32. package/docs/reference/interfaces/INodeOptions.md +6 -2
  33. package/docs/reference/type-aliases/NodeExtensionInitialiseEngineMethod.md +18 -0
  34. package/docs/reference/type-aliases/NodeExtensionInitialiseEngineServerMethod.md +24 -0
  35. package/docs/reference/type-aliases/NodeExtensionInitialiseMethod.md +23 -0
  36. package/docs/reference/variables/ATTESTATION_VERIFICATION_METHOD_ID.md +3 -0
  37. package/docs/reference/variables/AUTH_SIGNING_KEY_ID.md +3 -0
  38. package/docs/reference/variables/BLOB_STORAGE_ENCRYPTION_KEY_ID.md +3 -0
  39. package/docs/reference/variables/IMMUTABLE_PROOF_VERIFICATION_METHOD_ID.md +3 -0
  40. package/docs/reference/variables/SYNCHRONISED_STORAGE_BLOB_STORAGE_ENCRYPTION_KEY_ID.md +3 -0
  41. package/docs/reference/variables/VC_AUTHENTICATION_VERIFICATION_METHOD_ID.md +3 -0
  42. package/package.json +13 -2
@@ -57,6 +57,14 @@ A prefix for all the table in entity-storage, can be empty.
57
57
 
58
58
  ***
59
59
 
60
+ ### awsDynamodbAuthMode?
61
+
62
+ > `optional` **awsDynamodbAuthMode**: `string`
63
+
64
+ AWS DynamoDB auth mode, either credentials or pod.
65
+
66
+ ***
67
+
60
68
  ### awsDynamodbAccessKeyId?
61
69
 
62
70
  > `optional` **awsDynamodbAccessKeyId**: `string`
@@ -387,11 +395,11 @@ A prefix for all the blobs in blob-storage, can be empty.
387
395
 
388
396
  ***
389
397
 
390
- ### awsS3AccessKeyId?
398
+ ### awsS3Region?
391
399
 
392
- > `optional` **awsS3AccessKeyId**: `string`
400
+ > `optional` **awsS3Region**: `string`
393
401
 
394
- AWS S3 access key id.
402
+ AWS S3 region.
395
403
 
396
404
  ***
397
405
 
@@ -403,19 +411,19 @@ AWS S3 bucket name.
403
411
 
404
412
  ***
405
413
 
406
- ### awsS3Endpoint?
414
+ ### awsS3AuthMode?
407
415
 
408
- > `optional` **awsS3Endpoint**: `string`
416
+ > `optional` **awsS3AuthMode**: `string`
409
417
 
410
- AWS S3 endpoint.
418
+ AWS S3 auth mode, either credentials or pod, defaults to credentials.
411
419
 
412
420
  ***
413
421
 
414
- ### awsS3Region?
422
+ ### awsS3AccessKeyId?
415
423
 
416
- > `optional` **awsS3Region**: `string`
424
+ > `optional` **awsS3AccessKeyId**: `string`
417
425
 
418
- AWS S3 region.
426
+ AWS S3 access key id.
419
427
 
420
428
  ***
421
429
 
@@ -427,6 +435,14 @@ AWS S3 secret access key.
427
435
 
428
436
  ***
429
437
 
438
+ ### awsS3Endpoint?
439
+
440
+ > `optional` **awsS3Endpoint**: `string`
441
+
442
+ AWS S3 endpoint.
443
+
444
+ ***
445
+
430
446
  ### azureStorageAccountKey?
431
447
 
432
448
  > `optional` **azureStorageAccountKey**: `string`
@@ -547,27 +563,60 @@ The type of event bus component: service.
547
563
 
548
564
  ***
549
565
 
550
- ### messagingEmailConnector?
566
+ ### messagingEnabled?
551
567
 
552
- > `optional` **messagingEmailConnector**: `string`
568
+ > `optional` **messagingEnabled**: `string`
553
569
 
554
- The type of messaging email connector: entity-storage, aws.
570
+ Are the messaging components enabled, defaults to false.
555
571
 
556
572
  ***
557
573
 
558
- ### messagingSmsConnector?
574
+ ### messagingTemplates?
559
575
 
560
- > `optional` **messagingSmsConnector**: `string`
576
+ > `optional` **messagingTemplates**: `string`
561
577
 
562
- The type of messaging sms connector: entity-storage, aws.
578
+ An initial set of templates for the messages.
579
+ Use the @json: prefix to specify the path to the JSON file.
563
580
 
564
581
  ***
565
582
 
566
- ### messagingPushNotificationConnector?
583
+ ### awsSesRegion?
567
584
 
568
- > `optional` **messagingPushNotificationConnector**: `string`
585
+ > `optional` **awsSesRegion**: `string`
569
586
 
570
- The type of messaging push notification connector: entity-storage, aws.
587
+ AWS SES region.
588
+
589
+ ***
590
+
591
+ ### awsSesAuthMode?
592
+
593
+ > `optional` **awsSesAuthMode**: `string`
594
+
595
+ AWS SES auth mode, either credentials or pod, defaults to credentials.
596
+
597
+ ***
598
+
599
+ ### awsSesSecretAccessKey?
600
+
601
+ > `optional` **awsSesSecretAccessKey**: `string`
602
+
603
+ AWS SES secret access key.
604
+
605
+ ***
606
+
607
+ ### awsSesAccessKeyId?
608
+
609
+ > `optional` **awsSesAccessKeyId**: `string`
610
+
611
+ AWS SES access key id.
612
+
613
+ ***
614
+
615
+ ### awsSesEndpoint?
616
+
617
+ > `optional` **awsSesEndpoint**: `string`
618
+
619
+ AWS SES endpoint.
571
620
 
572
621
  ***
573
622
 
@@ -579,11 +628,27 @@ The applications for the push notifications JSON stringified array of IAwsApplic
579
628
 
580
629
  ***
581
630
 
582
- ### messagingComponent?
631
+ ### messagingEmailConnector?
583
632
 
584
- > `optional` **messagingComponent**: `string`
633
+ > `optional` **messagingEmailConnector**: `string`
585
634
 
586
- The type of messaging component: service.
635
+ The type of messaging email connector: entity-storage, aws.
636
+
637
+ ***
638
+
639
+ ### messagingSmsConnector?
640
+
641
+ > `optional` **messagingSmsConnector**: `string`
642
+
643
+ The type of messaging sms connector: entity-storage, aws.
644
+
645
+ ***
646
+
647
+ ### messagingPushNotificationConnector?
648
+
649
+ > `optional` **messagingPushNotificationConnector**: `string`
650
+
651
+ The type of messaging push notification connector: entity-storage, aws.
587
652
 
588
653
  ***
589
654
 
@@ -808,7 +873,7 @@ Url which points to the api for a trusted synchronised storage node, not require
808
873
  > `optional` **synchronisedStorageVerifiableStorageKeyId**: `string`
809
874
 
810
875
  The key for the smart contract which contains the verifiable storage pointer store for synchronised storage.
811
- This only required if using a custom verifiable storage item, otherwise it will default the the network name.
876
+ This only required if using a custom verifiable storage item, otherwise it will default to the network name.
812
877
 
813
878
  ***
814
879
 
@@ -1006,12 +1071,31 @@ Is the data space connector enabled, defaults to false.
1006
1071
 
1007
1072
  ***
1008
1073
 
1009
- ### dataSpaceConnectorApps?
1074
+ ### dataSpaceConnectorRetainActivityLogsFor?
1010
1075
 
1011
- > `optional` **dataSpaceConnectorApps**: `string`
1076
+ > `optional` **dataSpaceConnectorRetainActivityLogsFor**: `string`
1012
1077
 
1013
- The application configuration for the data space connector.
1014
- Use the @json: prefix to specify the path to the JSON configuration file.
1078
+ The length of time to retain the activity logs for in minutes, set to -1 to keep forever.
1079
+
1080
+ #### Default
1081
+
1082
+ ```ts
1083
+ 10
1084
+ ```
1085
+
1086
+ ***
1087
+
1088
+ ### dataSpaceConnectorActivityLogsCleanUpInterval?
1089
+
1090
+ > `optional` **dataSpaceConnectorActivityLogsCleanUpInterval**: `string`
1091
+
1092
+ The interval for cleaning up the activity logs.
1093
+
1094
+ #### Default
1095
+
1096
+ ```ts
1097
+ 60
1098
+ ```
1015
1099
 
1016
1100
  ***
1017
1101
 
@@ -1029,3 +1113,11 @@ Enable verifiable credential authentication for the API.
1029
1113
 
1030
1114
  Verifiable credential assertion for node to node communication.
1031
1115
  Defaults to node-authentication-assertion.
1116
+
1117
+ ***
1118
+
1119
+ ### extensions?
1120
+
1121
+ > `optional` **extensions**: `string`
1122
+
1123
+ A comma separated list of additional node extensions to load, the initialiseExtension method will be called for each extension.
@@ -85,6 +85,18 @@ A prefix for all the table in entity-storage, can be empty.
85
85
 
86
86
  ***
87
87
 
88
+ ### awsDynamodbAuthMode?
89
+
90
+ > `optional` **awsDynamodbAuthMode**: `string`
91
+
92
+ AWS DynamoDB auth mode, either credentials or pod.
93
+
94
+ #### Inherited from
95
+
96
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`awsDynamodbAuthMode`](IEngineEnvironmentVariables.md#awsdynamodbauthmode)
97
+
98
+ ***
99
+
88
100
  ### awsDynamodbAccessKeyId?
89
101
 
90
102
  > `optional` **awsDynamodbAccessKeyId**: `string`
@@ -579,15 +591,15 @@ A prefix for all the blobs in blob-storage, can be empty.
579
591
 
580
592
  ***
581
593
 
582
- ### awsS3AccessKeyId?
594
+ ### awsS3Region?
583
595
 
584
- > `optional` **awsS3AccessKeyId**: `string`
596
+ > `optional` **awsS3Region**: `string`
585
597
 
586
- AWS S3 access key id.
598
+ AWS S3 region.
587
599
 
588
600
  #### Inherited from
589
601
 
590
- [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`awsS3AccessKeyId`](IEngineEnvironmentVariables.md#awss3accesskeyid)
602
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`awsS3Region`](IEngineEnvironmentVariables.md#awss3region)
591
603
 
592
604
  ***
593
605
 
@@ -603,27 +615,27 @@ AWS S3 bucket name.
603
615
 
604
616
  ***
605
617
 
606
- ### awsS3Endpoint?
618
+ ### awsS3AuthMode?
607
619
 
608
- > `optional` **awsS3Endpoint**: `string`
620
+ > `optional` **awsS3AuthMode**: `string`
609
621
 
610
- AWS S3 endpoint.
622
+ AWS S3 auth mode, either credentials or pod, defaults to credentials.
611
623
 
612
624
  #### Inherited from
613
625
 
614
- [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`awsS3Endpoint`](IEngineEnvironmentVariables.md#awss3endpoint)
626
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`awsS3AuthMode`](IEngineEnvironmentVariables.md#awss3authmode)
615
627
 
616
628
  ***
617
629
 
618
- ### awsS3Region?
630
+ ### awsS3AccessKeyId?
619
631
 
620
- > `optional` **awsS3Region**: `string`
632
+ > `optional` **awsS3AccessKeyId**: `string`
621
633
 
622
- AWS S3 region.
634
+ AWS S3 access key id.
623
635
 
624
636
  #### Inherited from
625
637
 
626
- [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`awsS3Region`](IEngineEnvironmentVariables.md#awss3region)
638
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`awsS3AccessKeyId`](IEngineEnvironmentVariables.md#awss3accesskeyid)
627
639
 
628
640
  ***
629
641
 
@@ -639,6 +651,18 @@ AWS S3 secret access key.
639
651
 
640
652
  ***
641
653
 
654
+ ### awsS3Endpoint?
655
+
656
+ > `optional` **awsS3Endpoint**: `string`
657
+
658
+ AWS S3 endpoint.
659
+
660
+ #### Inherited from
661
+
662
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`awsS3Endpoint`](IEngineEnvironmentVariables.md#awss3endpoint)
663
+
664
+ ***
665
+
642
666
  ### azureStorageAccountKey?
643
667
 
644
668
  > `optional` **azureStorageAccountKey**: `string`
@@ -819,39 +843,88 @@ The type of event bus component: service.
819
843
 
820
844
  ***
821
845
 
822
- ### messagingEmailConnector?
846
+ ### messagingEnabled?
823
847
 
824
- > `optional` **messagingEmailConnector**: `string`
848
+ > `optional` **messagingEnabled**: `string`
825
849
 
826
- The type of messaging email connector: entity-storage, aws.
850
+ Are the messaging components enabled, defaults to false.
827
851
 
828
852
  #### Inherited from
829
853
 
830
- [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`messagingEmailConnector`](IEngineEnvironmentVariables.md#messagingemailconnector)
854
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`messagingEnabled`](IEngineEnvironmentVariables.md#messagingenabled)
831
855
 
832
856
  ***
833
857
 
834
- ### messagingSmsConnector?
858
+ ### messagingTemplates?
835
859
 
836
- > `optional` **messagingSmsConnector**: `string`
860
+ > `optional` **messagingTemplates**: `string`
837
861
 
838
- The type of messaging sms connector: entity-storage, aws.
862
+ An initial set of templates for the messages.
863
+ Use the @json: prefix to specify the path to the JSON file.
839
864
 
840
865
  #### Inherited from
841
866
 
842
- [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`messagingSmsConnector`](IEngineEnvironmentVariables.md#messagingsmsconnector)
867
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`messagingTemplates`](IEngineEnvironmentVariables.md#messagingtemplates)
843
868
 
844
869
  ***
845
870
 
846
- ### messagingPushNotificationConnector?
871
+ ### awsSesRegion?
847
872
 
848
- > `optional` **messagingPushNotificationConnector**: `string`
873
+ > `optional` **awsSesRegion**: `string`
849
874
 
850
- The type of messaging push notification connector: entity-storage, aws.
875
+ AWS SES region.
851
876
 
852
877
  #### Inherited from
853
878
 
854
- [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`messagingPushNotificationConnector`](IEngineEnvironmentVariables.md#messagingpushnotificationconnector)
879
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`awsSesRegion`](IEngineEnvironmentVariables.md#awssesregion)
880
+
881
+ ***
882
+
883
+ ### awsSesAuthMode?
884
+
885
+ > `optional` **awsSesAuthMode**: `string`
886
+
887
+ AWS SES auth mode, either credentials or pod, defaults to credentials.
888
+
889
+ #### Inherited from
890
+
891
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`awsSesAuthMode`](IEngineEnvironmentVariables.md#awssesauthmode)
892
+
893
+ ***
894
+
895
+ ### awsSesSecretAccessKey?
896
+
897
+ > `optional` **awsSesSecretAccessKey**: `string`
898
+
899
+ AWS SES secret access key.
900
+
901
+ #### Inherited from
902
+
903
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`awsSesSecretAccessKey`](IEngineEnvironmentVariables.md#awssessecretaccesskey)
904
+
905
+ ***
906
+
907
+ ### awsSesAccessKeyId?
908
+
909
+ > `optional` **awsSesAccessKeyId**: `string`
910
+
911
+ AWS SES access key id.
912
+
913
+ #### Inherited from
914
+
915
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`awsSesAccessKeyId`](IEngineEnvironmentVariables.md#awssesaccesskeyid)
916
+
917
+ ***
918
+
919
+ ### awsSesEndpoint?
920
+
921
+ > `optional` **awsSesEndpoint**: `string`
922
+
923
+ AWS SES endpoint.
924
+
925
+ #### Inherited from
926
+
927
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`awsSesEndpoint`](IEngineEnvironmentVariables.md#awssesendpoint)
855
928
 
856
929
  ***
857
930
 
@@ -867,15 +940,39 @@ The applications for the push notifications JSON stringified array of IAwsApplic
867
940
 
868
941
  ***
869
942
 
870
- ### messagingComponent?
943
+ ### messagingEmailConnector?
944
+
945
+ > `optional` **messagingEmailConnector**: `string`
946
+
947
+ The type of messaging email connector: entity-storage, aws.
948
+
949
+ #### Inherited from
950
+
951
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`messagingEmailConnector`](IEngineEnvironmentVariables.md#messagingemailconnector)
952
+
953
+ ***
954
+
955
+ ### messagingSmsConnector?
956
+
957
+ > `optional` **messagingSmsConnector**: `string`
958
+
959
+ The type of messaging sms connector: entity-storage, aws.
960
+
961
+ #### Inherited from
962
+
963
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`messagingSmsConnector`](IEngineEnvironmentVariables.md#messagingsmsconnector)
964
+
965
+ ***
966
+
967
+ ### messagingPushNotificationConnector?
871
968
 
872
- > `optional` **messagingComponent**: `string`
969
+ > `optional` **messagingPushNotificationConnector**: `string`
873
970
 
874
- The type of messaging component: service.
971
+ The type of messaging push notification connector: entity-storage, aws.
875
972
 
876
973
  #### Inherited from
877
974
 
878
- [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`messagingComponent`](IEngineEnvironmentVariables.md#messagingcomponent)
975
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`messagingPushNotificationConnector`](IEngineEnvironmentVariables.md#messagingpushnotificationconnector)
879
976
 
880
977
  ***
881
978
 
@@ -1208,7 +1305,7 @@ Url which points to the api for a trusted synchronised storage node, not require
1208
1305
  > `optional` **synchronisedStorageVerifiableStorageKeyId**: `string`
1209
1306
 
1210
1307
  The key for the smart contract which contains the verifiable storage pointer store for synchronised storage.
1211
- This only required if using a custom verifiable storage item, otherwise it will default the the network name.
1308
+ This only required if using a custom verifiable storage item, otherwise it will default to the network name.
1212
1309
 
1213
1310
  #### Inherited from
1214
1311
 
@@ -1490,16 +1587,39 @@ Is the data space connector enabled, defaults to false.
1490
1587
 
1491
1588
  ***
1492
1589
 
1493
- ### dataSpaceConnectorApps?
1590
+ ### dataSpaceConnectorRetainActivityLogsFor?
1494
1591
 
1495
- > `optional` **dataSpaceConnectorApps**: `string`
1592
+ > `optional` **dataSpaceConnectorRetainActivityLogsFor**: `string`
1496
1593
 
1497
- The application configuration for the data space connector.
1498
- Use the @json: prefix to specify the path to the JSON configuration file.
1594
+ The length of time to retain the activity logs for in minutes, set to -1 to keep forever.
1595
+
1596
+ #### Default
1597
+
1598
+ ```ts
1599
+ 10
1600
+ ```
1499
1601
 
1500
1602
  #### Inherited from
1501
1603
 
1502
- [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`dataSpaceConnectorApps`](IEngineEnvironmentVariables.md#dataspaceconnectorapps)
1604
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`dataSpaceConnectorRetainActivityLogsFor`](IEngineEnvironmentVariables.md#dataspaceconnectorretainactivitylogsfor)
1605
+
1606
+ ***
1607
+
1608
+ ### dataSpaceConnectorActivityLogsCleanUpInterval?
1609
+
1610
+ > `optional` **dataSpaceConnectorActivityLogsCleanUpInterval**: `string`
1611
+
1612
+ The interval for cleaning up the activity logs.
1613
+
1614
+ #### Default
1615
+
1616
+ ```ts
1617
+ 60
1618
+ ```
1619
+
1620
+ #### Inherited from
1621
+
1622
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`dataSpaceConnectorActivityLogsCleanUpInterval`](IEngineEnvironmentVariables.md#dataspaceconnectoractivitylogscleanupinterval)
1503
1623
 
1504
1624
  ***
1505
1625
 
@@ -1528,6 +1648,18 @@ Defaults to node-authentication-assertion.
1528
1648
 
1529
1649
  ***
1530
1650
 
1651
+ ### extensions?
1652
+
1653
+ > `optional` **extensions**: `string`
1654
+
1655
+ A comma separated list of additional node extensions to load, the initialiseExtension method will be called for each extension.
1656
+
1657
+ #### Inherited from
1658
+
1659
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`extensions`](IEngineEnvironmentVariables.md#extensions)
1660
+
1661
+ ***
1662
+
1531
1663
  ### port?
1532
1664
 
1533
1665
  > `optional` **port**: `string`
@@ -0,0 +1,7 @@
1
+ # Interface: INodeEngineConfig
2
+
3
+ The config for the node.
4
+
5
+ ## Extends
6
+
7
+ - `IEngineServerConfig`