@twin.org/standards-vda 0.0.1-next.34 → 0.0.1-next.36
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.
- package/docs/changelog.md +14 -0
- package/docs/reference/classes/VdaIdentifiers.md +3 -3
- package/docs/reference/classes/VdaIdentifiersValidation.md +3 -3
- package/docs/reference/type-aliases/VdaIdTypes.md +1 -1
- package/docs/reference/type-aliases/VdaIdentifierTypes.md +1 -1
- package/docs/reference/type-aliases/VdaUriIdentifiers.md +1 -1
- package/docs/reference/type-aliases/VdaUriPackages.md +1 -1
- package/package.json +1 -1
package/docs/changelog.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @twin.org/standards-vda - Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.1-next.36](https://github.com/twinfoundation/standards/compare/standards-vda-v0.0.1-next.35...standards-vda-v0.0.1-next.36) (2025-04-30)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Miscellaneous Chores
|
|
7
|
+
|
|
8
|
+
* **standards-vda:** Synchronize repo versions
|
|
9
|
+
|
|
10
|
+
## [0.0.1-next.35](https://github.com/twinfoundation/standards/compare/standards-vda-v0.0.1-next.34...standards-vda-v0.0.1-next.35) (2025-04-17)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* use shared store mechanism ([#11](https://github.com/twinfoundation/standards/issues/11)) ([96fa237](https://github.com/twinfoundation/standards/commit/96fa23735f69c1fc7e3d0019b527634fa0a042d9))
|
|
16
|
+
|
|
3
17
|
## [0.0.1-next.34](https://github.com/twinfoundation/standards/compare/standards-vda-v0.0.1-next.33...standards-vda-v0.0.1-next.34) (2025-03-28)
|
|
4
18
|
|
|
5
19
|
|
|
@@ -4,13 +4,13 @@ Handle all identifier types for VDA.
|
|
|
4
4
|
|
|
5
5
|
## Constructors
|
|
6
6
|
|
|
7
|
-
###
|
|
7
|
+
### Constructor
|
|
8
8
|
|
|
9
|
-
> **new VdaIdentifiers**():
|
|
9
|
+
> **new VdaIdentifiers**(): `VdaIdentifiers`
|
|
10
10
|
|
|
11
11
|
#### Returns
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
`VdaIdentifiers`
|
|
14
14
|
|
|
15
15
|
## Methods
|
|
16
16
|
|
|
@@ -4,13 +4,13 @@ Validation for identifier types for VDA.
|
|
|
4
4
|
|
|
5
5
|
## Constructors
|
|
6
6
|
|
|
7
|
-
###
|
|
7
|
+
### Constructor
|
|
8
8
|
|
|
9
|
-
> **new VdaIdentifiersValidation**():
|
|
9
|
+
> **new VdaIdentifiersValidation**(): `VdaIdentifiersValidation`
|
|
10
10
|
|
|
11
11
|
#### Returns
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
`VdaIdentifiersValidation`
|
|
14
14
|
|
|
15
15
|
## Methods
|
|
16
16
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Type Alias: VdaIdTypes
|
|
2
2
|
|
|
3
|
-
> **VdaIdTypes
|
|
3
|
+
> **VdaIdTypes** = *typeof* [`VdaIdTypes`](../variables/VdaIdTypes.md)\[keyof *typeof* [`VdaIdTypes`](../variables/VdaIdTypes.md)\]
|
|
4
4
|
|
|
5
5
|
VDA identifiers.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Type Alias: VdaIdentifierTypes
|
|
2
2
|
|
|
3
|
-
> **VdaIdentifierTypes
|
|
3
|
+
> **VdaIdentifierTypes** = *typeof* [`VdaIdentifierTypes`](../variables/VdaIdentifierTypes.md)\[keyof *typeof* [`VdaIdentifierTypes`](../variables/VdaIdentifierTypes.md)\]
|
|
4
4
|
|
|
5
5
|
The types of VDA Identifier data.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Type Alias: VdaUriIdentifiers
|
|
2
2
|
|
|
3
|
-
> **VdaUriIdentifiers
|
|
3
|
+
> **VdaUriIdentifiers** = *typeof* [`VdaUriIdentifiers`](../variables/VdaUriIdentifiers.md)\[keyof *typeof* [`VdaUriIdentifiers`](../variables/VdaUriIdentifiers.md)\]
|
|
4
4
|
|
|
5
5
|
VDA URI Packages License Plates identifiers.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Type Alias: VdaUriPackages
|
|
2
2
|
|
|
3
|
-
> **VdaUriPackages
|
|
3
|
+
> **VdaUriPackages** = *typeof* [`VdaUriPackages`](../variables/VdaUriPackages.md)\[keyof *typeof* [`VdaUriPackages`](../variables/VdaUriPackages.md)\]
|
|
4
4
|
|
|
5
5
|
VDA URI Packages License Plates identifiers.
|