@twin.org/engine-server-types 0.0.1-next.41 → 0.0.1-next.45

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.
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseAuthenticationComponent()
2
2
 
3
- > **initialiseAuthenticationComponent**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType`?): `string` \| `undefined`
3
+ > **initialiseAuthenticationComponent**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType`?): `undefined` \| `string`
4
4
 
5
5
  Initialise the authentication.
6
6
 
@@ -32,7 +32,7 @@ The instance type to override the default.
32
32
 
33
33
  ## Returns
34
34
 
35
- `string` \| `undefined`
35
+ `undefined` \| `string`
36
36
 
37
37
  The name of the instance created.
38
38
 
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseInformationComponent()
2
2
 
3
- > **initialiseInformationComponent**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType`?): `string` \| `undefined`
3
+ > **initialiseInformationComponent**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType`?): `undefined` \| `string`
4
4
 
5
5
  Initialise the information component.
6
6
 
@@ -32,7 +32,7 @@ The instance type to override the default.
32
32
 
33
33
  ## Returns
34
34
 
35
- `string` \| `undefined`
35
+ `undefined` \| `string`
36
36
 
37
37
  The name of the instance created.
38
38
 
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseMimeTypeProcessorComponent()
2
2
 
3
- > **initialiseMimeTypeProcessorComponent**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType`?): `string` \| `undefined`
3
+ > **initialiseMimeTypeProcessorComponent**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType`?): `undefined` \| `string`
4
4
 
5
5
  Initialise the mime type processor.
6
6
 
@@ -32,7 +32,7 @@ The instance type to override the default.
32
32
 
33
33
  ## Returns
34
34
 
35
- `string` \| `undefined`
35
+ `undefined` \| `string`
36
36
 
37
37
  The name of the instance created.
38
38
 
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseRestRouteProcessorComponent()
2
2
 
3
- > **initialiseRestRouteProcessorComponent**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType`?): `string` \| `undefined`
3
+ > **initialiseRestRouteProcessorComponent**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType`?): `undefined` \| `string`
4
4
 
5
5
  Initialise the rest route processor.
6
6
 
@@ -32,7 +32,7 @@ The instance type to override the default.
32
32
 
33
33
  ## Returns
34
34
 
35
- `string` \| `undefined`
35
+ `undefined` \| `string`
36
36
 
37
37
  The name of the instance created.
38
38
 
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseSocketRouteProcessorComponent()
2
2
 
3
- > **initialiseSocketRouteProcessorComponent**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType`?): `string` \| `undefined`
3
+ > **initialiseSocketRouteProcessorComponent**(`engineCore`, `context`, `instanceConfig`, `overrideInstanceType`?): `undefined` \| `string`
4
4
 
5
5
  Initialise the socket route processor.
6
6
 
@@ -32,7 +32,7 @@ The instance type to override the default.
32
32
 
33
33
  ## Returns
34
34
 
35
- `string` \| `undefined`
35
+ `undefined` \| `string`
36
36
 
37
37
  The name of the instance created.
38
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/engine-server-types",
3
- "version": "0.0.1-next.41",
3
+ "version": "0.0.1-next.45",
4
4
  "description": "Server types to use in an engine server.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "@twin.org/core": "next",
18
- "@twin.org/engine-models": "0.0.1-next.41",
19
- "@twin.org/engine-types": "0.0.1-next.41",
18
+ "@twin.org/engine-models": "0.0.1-next.45",
19
+ "@twin.org/engine-types": "0.0.1-next.45",
20
20
  "@twin.org/entity": "next",
21
21
  "@twin.org/nameof": "next"
22
22
  },