@twin.org/blob-storage-service 0.0.1-next.19 → 0.0.1-next.21
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: generateRestRoutesBlobStorage()
|
|
2
2
|
|
|
3
|
-
> **generateRestRoutesBlobStorage**(`baseRouteName`, `componentName`, `options`?): `IRestRoute`[]
|
|
3
|
+
> **generateRestRoutesBlobStorage**(`baseRouteName`, `componentName`, `options`?): `IRestRoute`\<`any`, `any`\>[]
|
|
4
4
|
|
|
5
5
|
The REST routes for blob storage.
|
|
6
6
|
|
|
@@ -22,13 +22,13 @@ The name of the component to use in the routes stored in the ComponentFactory.
|
|
|
22
22
|
|
|
23
23
|
Additional options for the routes.
|
|
24
24
|
|
|
25
|
-
#### typeName
|
|
25
|
+
#### typeName?
|
|
26
26
|
|
|
27
27
|
`string`
|
|
28
28
|
|
|
29
29
|
Optional type name to use in the routes, defaults to Blob Storage.
|
|
30
30
|
|
|
31
|
-
#### tagName
|
|
31
|
+
#### tagName?
|
|
32
32
|
|
|
33
33
|
`string`
|
|
34
34
|
|
|
@@ -36,6 +36,6 @@ Optional name to use in OpenAPI spec for tag.
|
|
|
36
36
|
|
|
37
37
|
## Returns
|
|
38
38
|
|
|
39
|
-
`IRestRoute`[]
|
|
39
|
+
`IRestRoute`\<`any`, `any`\>[]
|
|
40
40
|
|
|
41
41
|
The generated routes.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/blob-storage-service",
|
|
3
|
-
"version": "0.0.1-next.
|
|
3
|
+
"version": "0.0.1-next.21",
|
|
4
4
|
"description": "Blob storage contract implementation and REST endpoint definitions",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,13 +15,13 @@
|
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@twin.org/api-models": "next",
|
|
18
|
-
"@twin.org/blob-storage-models": "0.0.1-next.
|
|
18
|
+
"@twin.org/blob-storage-models": "0.0.1-next.21",
|
|
19
19
|
"@twin.org/core": "next",
|
|
20
20
|
"@twin.org/data-json-ld": "next",
|
|
21
|
-
"@twin.org/data-schema-org": "next",
|
|
22
21
|
"@twin.org/entity": "next",
|
|
23
22
|
"@twin.org/entity-storage-models": "next",
|
|
24
23
|
"@twin.org/nameof": "next",
|
|
24
|
+
"@twin.org/standards-schema-org": "next",
|
|
25
25
|
"@twin.org/vault-models": "next",
|
|
26
26
|
"@twin.org/web": "next"
|
|
27
27
|
},
|