@twin.org/standards-vda 0.0.3-next.53 → 0.0.3-next.55

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 CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.0.3-next.55](https://github.com/twinfoundation/standards/compare/standards-vda-v0.0.3-next.54...standards-vda-v0.0.3-next.55) (2026-03-19)
4
+
5
+
6
+ ### Features
7
+
8
+ * update to new ts-ts-schema and generic constructs ([4dff991](https://github.com/twinfoundation/standards/commit/4dff991fb70de4320668641ed94abf8e9b06acad))
9
+
10
+ ## [0.0.3-next.54](https://github.com/twinfoundation/standards/compare/standards-vda-v0.0.3-next.53...standards-vda-v0.0.3-next.54) (2026-03-12)
11
+
12
+
13
+ ### Miscellaneous Chores
14
+
15
+ * **standards-vda:** Synchronize repo versions
16
+
3
17
  ## [0.0.3-next.53](https://github.com/twinfoundation/standards/compare/standards-vda-v0.0.3-next.52...standards-vda-v0.0.3-next.53) (2026-03-11)
4
18
 
5
19
 
@@ -14,7 +14,7 @@ Handle all identifier types for VDA.
14
14
 
15
15
  ## Methods
16
16
 
17
- ### registerIdentifiers()
17
+ ### registerIdentifiers() {#registeridentifiers}
18
18
 
19
19
  > `static` **registerIdentifiers**(): `void`
20
20
 
@@ -14,7 +14,7 @@ Validation for identifier types for VDA.
14
14
 
15
15
  ## Methods
16
16
 
17
- ### jaifId()
17
+ ### jaifId() {#jaifid}
18
18
 
19
19
  > `static` **jaifId**(`propertyName`, `value`, `failures`): `value is string`
20
20
 
@@ -48,7 +48,7 @@ True if the value is valid epc.
48
48
 
49
49
  ***
50
50
 
51
- ### jaifIdLocation()
51
+ ### jaifIdLocation() {#jaifidlocation}
52
52
 
53
53
  > `static` **jaifIdLocation**(`propertyName`, `value`, `failures`): `value is string`
54
54
 
@@ -82,7 +82,7 @@ True if the value is valid epc.
82
82
 
83
83
  ***
84
84
 
85
- ### jaifIdItem()
85
+ ### jaifIdItem() {#jaifiditem}
86
86
 
87
87
  > `static` **jaifIdItem**(`propertyName`, `value`, `failures`): `value is string`
88
88
 
@@ -116,7 +116,7 @@ True if the value is valid epc.
116
116
 
117
117
  ***
118
118
 
119
- ### uriPlp()
119
+ ### uriPlp() {#uriplp}
120
120
 
121
121
  > `static` **uriPlp**(`propertyName`, `value`, `failures`): `value is string`
122
122
 
@@ -150,7 +150,7 @@ True if the value is valid epc.
150
150
 
151
151
  ***
152
152
 
153
- ### extractReadPoint()
153
+ ### extractReadPoint() {#extractreadpoint}
154
154
 
155
155
  > `static` **extractReadPoint**(`urn`): [`IVdaReadPoint`](../interfaces/IVdaReadPoint.md) \| `undefined`
156
156
 
@@ -172,7 +172,7 @@ The extracted read point object or undefined.
172
172
 
173
173
  ***
174
174
 
175
- ### extractBizLocation()
175
+ ### extractBizLocation() {#extractbizlocation}
176
176
 
177
177
  > `static` **extractBizLocation**(`urn`): [`IVdaBizLocation`](../interfaces/IVdaBizLocation.md) \| `undefined`
178
178
 
@@ -194,7 +194,7 @@ The extracted biz location object or undefined.
194
194
 
195
195
  ***
196
196
 
197
- ### extractUriPlp()
197
+ ### extractUriPlp() {#extracturiplp}
198
198
 
199
199
  > `static` **extractUriPlp**(`id`): [`IVdaUriPlates`](../interfaces/IVdaUriPlates.md) \| `undefined`
200
200
 
@@ -216,7 +216,7 @@ The VDA URI object or undefined.
216
216
 
217
217
  ***
218
218
 
219
- ### extractIdentifier()
219
+ ### extractIdentifier() {#extractidentifier}
220
220
 
221
221
  > `static` **extractIdentifier**(`epc`): [`IVdaObjectIdentifier`](../interfaces/IVdaObjectIdentifier.md) \| `undefined`
222
222
 
@@ -8,7 +8,7 @@ Interface for a VDA Biz Location.
8
8
 
9
9
  ## Properties
10
10
 
11
- ### dunsNumber
11
+ ### dunsNumber {#dunsnumber}
12
12
 
13
13
  > **dunsNumber**: `string`
14
14
 
@@ -16,7 +16,7 @@ DUNS Number.
16
16
 
17
17
  ***
18
18
 
19
- ### plantBuildingFloorRoom
19
+ ### plantBuildingFloorRoom {#plantbuildingfloorroom}
20
20
 
21
21
  > **plantBuildingFloorRoom**: `string`
22
22
 
@@ -24,7 +24,7 @@ Plant Building Floor and Room.
24
24
 
25
25
  ***
26
26
 
27
- ### dataIdentifier
27
+ ### dataIdentifier {#dataidentifier}
28
28
 
29
29
  > **dataIdentifier**: `string`
30
30
 
@@ -36,7 +36,7 @@ Data Identifier (DI).
36
36
 
37
37
  ***
38
38
 
39
- ### issuingAgencyCode
39
+ ### issuingAgencyCode {#issuingagencycode}
40
40
 
41
41
  > **issuingAgencyCode**: `string`
42
42
 
@@ -10,7 +10,7 @@ Common VDA interface.
10
10
 
11
11
  ## Properties
12
12
 
13
- ### dataIdentifier
13
+ ### dataIdentifier {#dataidentifier}
14
14
 
15
15
  > **dataIdentifier**: `string`
16
16
 
@@ -18,7 +18,7 @@ Data Identifier (DI).
18
18
 
19
19
  ***
20
20
 
21
- ### issuingAgencyCode
21
+ ### issuingAgencyCode {#issuingagencycode}
22
22
 
23
23
  > **issuingAgencyCode**: `string`
24
24
 
@@ -8,7 +8,7 @@ Interface for VDA object identifier.
8
8
 
9
9
  ## Properties
10
10
 
11
- ### dataIdentifier
11
+ ### dataIdentifier {#dataidentifier}
12
12
 
13
13
  > **dataIdentifier**: `string`
14
14
 
@@ -20,7 +20,7 @@ Data Identifier (DI).
20
20
 
21
21
  ***
22
22
 
23
- ### issuingAgencyCode
23
+ ### issuingAgencyCode {#issuingagencycode}
24
24
 
25
25
  > **issuingAgencyCode**: `string`
26
26
 
@@ -32,7 +32,7 @@ Issuing Agency Code (IAC).
32
32
 
33
33
  ***
34
34
 
35
- ### companyIdNumber
35
+ ### companyIdNumber {#companyidnumber}
36
36
 
37
37
  > **companyIdNumber**: `string`
38
38
 
@@ -40,7 +40,7 @@ The company identification number.
40
40
 
41
41
  ***
42
42
 
43
- ### partNumber
43
+ ### partNumber {#partnumber}
44
44
 
45
45
  > **partNumber**: `string`
46
46
 
@@ -48,7 +48,7 @@ The part number.
48
48
 
49
49
  ***
50
50
 
51
- ### partSerialNumber
51
+ ### partSerialNumber {#partserialnumber}
52
52
 
53
53
  > **partSerialNumber**: `string`
54
54
 
@@ -8,7 +8,7 @@ Interface for VDA read point.
8
8
 
9
9
  ## Properties
10
10
 
11
- ### dataIdentifier
11
+ ### dataIdentifier {#dataidentifier}
12
12
 
13
13
  > **dataIdentifier**: `string`
14
14
 
@@ -20,7 +20,7 @@ Data Identifier (DI).
20
20
 
21
21
  ***
22
22
 
23
- ### issuingAgencyCode
23
+ ### issuingAgencyCode {#issuingagencycode}
24
24
 
25
25
  > **issuingAgencyCode**: `string`
26
26
 
@@ -32,7 +32,7 @@ Issuing Agency Code (IAC).
32
32
 
33
33
  ***
34
34
 
35
- ### dunsNumber
35
+ ### dunsNumber {#dunsnumber}
36
36
 
37
37
  > **dunsNumber**: `string`
38
38
 
@@ -40,7 +40,7 @@ DUNS Number.
40
40
 
41
41
  ***
42
42
 
43
- ### plant
43
+ ### plant {#plant}
44
44
 
45
45
  > **plant**: `string`
46
46
 
@@ -48,7 +48,7 @@ Plant.
48
48
 
49
49
  ***
50
50
 
51
- ### costCenter
51
+ ### costCenter {#costcenter}
52
52
 
53
53
  > **costCenter**: `string`
54
54
 
@@ -56,7 +56,7 @@ Cost Center.
56
56
 
57
57
  ***
58
58
 
59
- ### serialNumber
59
+ ### serialNumber {#serialnumber}
60
60
 
61
61
  > **serialNumber**: `string`
62
62
 
@@ -4,7 +4,7 @@ Interface for VDA URI plates.
4
4
 
5
5
  ## Properties
6
6
 
7
- ### applicationFamilyIdentifier
7
+ ### applicationFamilyIdentifier {#applicationfamilyidentifier}
8
8
 
9
9
  > **applicationFamilyIdentifier**: `string`
10
10
 
@@ -12,7 +12,7 @@ Application family identifier A2 or A5.
12
12
 
13
13
  ***
14
14
 
15
- ### typeOfPackage
15
+ ### typeOfPackage {#typeofpackage}
16
16
 
17
17
  > **typeOfPackage**: `string`
18
18
 
@@ -20,7 +20,7 @@ The type of package 2. Alphanumeric characters.
20
20
 
21
21
  ***
22
22
 
23
- ### issuingAgencyCode
23
+ ### issuingAgencyCode {#issuingagencycode}
24
24
 
25
25
  > **issuingAgencyCode**: `string`
26
26
 
@@ -28,7 +28,7 @@ The issuing agency. 2 alphanumeric characters.
28
28
 
29
29
  ***
30
30
 
31
- ### companyIdentificationNumber
31
+ ### companyIdentificationNumber {#companyidentificationnumber}
32
32
 
33
33
  > **companyIdentificationNumber**: `string`
34
34
 
@@ -36,7 +36,7 @@ The company identification number.
36
36
 
37
37
  ***
38
38
 
39
- ### packageSerialNumber
39
+ ### packageSerialNumber {#packageserialnumber}
40
40
 
41
41
  > **packageSerialNumber**: `string`
42
42
 
@@ -6,13 +6,13 @@ VDA identifiers.
6
6
 
7
7
  ## Type Declaration
8
8
 
9
- ### Obj
9
+ ### Obj {#obj}
10
10
 
11
11
  > `readonly` **Obj**: `"obj"` = `"obj"`
12
12
 
13
13
  Object.
14
14
 
15
- ### Loc
15
+ ### Loc {#loc}
16
16
 
17
17
  > `readonly` **Loc**: `"loc"` = `"loc"`
18
18
 
@@ -6,19 +6,19 @@ The types of VDA Identifier data.
6
6
 
7
7
  ## Type Declaration
8
8
 
9
- ### JaifId
9
+ ### JaifId {#jaifid}
10
10
 
11
11
  > `readonly` **JaifId**: `"jaif:id"` = `"jaif:id"`
12
12
 
13
13
  Identifier Joint Automotive Industry Format namespace.
14
14
 
15
- ### JaifLocation
15
+ ### JaifLocation {#jaiflocation}
16
16
 
17
17
  > `readonly` **JaifLocation**: `"jaif:id@location"` = `"jaif:id@location"`
18
18
 
19
19
  Specific extended namespace for location validation.
20
20
 
21
- ### JaifItem
21
+ ### JaifItem {#jaifitem}
22
22
 
23
23
  > `readonly` **JaifItem**: `"jaif:id@item"` = `"jaif:id@item"`
24
24
 
@@ -6,67 +6,67 @@ VDA URI Packages License Plates identifiers.
6
6
 
7
7
  ## Type Declaration
8
8
 
9
- ### RfidProductTagging
9
+ ### RfidProductTagging {#rfidproducttagging}
10
10
 
11
11
  > `readonly` **RfidProductTagging**: `"A1"` = `"A1"`
12
12
 
13
13
  ISO 17367 Supply chain applications for RFID - Product tagging.
14
14
 
15
- ### RfidTransportUnit
15
+ ### RfidTransportUnit {#rfidtransportunit}
16
16
 
17
17
  > `readonly` **RfidTransportUnit**: `"A2"` = `"A2"`
18
18
 
19
19
  ISO 17365 Supply chain applications for RFID - Transport unit.
20
20
 
21
- ### RfidReturnableTransportItem
21
+ ### RfidReturnableTransportItem {#rfidreturnabletransportitem}
22
22
 
23
23
  > `readonly` **RfidReturnableTransportItem**: `"A3"` = `"A3"`
24
24
 
25
25
  ISO 17364 Supply chain applications for RFID - Returnable transport item.
26
26
 
27
- ### RfidProductTaggingHazmat
27
+ ### RfidProductTaggingHazmat {#rfidproducttagginghazmat}
28
28
 
29
29
  > `readonly` **RfidProductTaggingHazmat**: `"A4"` = `"A4"`
30
30
 
31
31
  ISO 17367 Supply chain applications for RFID - Product tagging (HazMat).
32
32
 
33
- ### RfidProductPackaging
33
+ ### RfidProductPackaging {#rfidproductpackaging}
34
34
 
35
35
  > `readonly` **RfidProductPackaging**: `"A5"` = `"A5"`
36
36
 
37
37
  ISO 17366 Supply chain applications for RFID - Product packaging.
38
38
 
39
- ### RfidProductPackagingHazmat
39
+ ### RfidProductPackagingHazmat {#rfidproductpackaginghazmat}
40
40
 
41
41
  > `readonly` **RfidProductPackagingHazmat**: `"A6"` = `"A6"`
42
42
 
43
43
  ISO 17366 Supply chain applications for RFID - Product packaging (HazMat).
44
44
 
45
- ### RfidTransportUnitHazmat
45
+ ### RfidTransportUnitHazmat {#rfidtransportunithazmat}
46
46
 
47
47
  > `readonly` **RfidTransportUnitHazmat**: `"A7"` = `"A7"`
48
48
 
49
49
  ISO 17365 Supply chain applications for RFID - Transport unit (HazMat).
50
50
 
51
- ### RfidReturnableTransportItemHazmat
51
+ ### RfidReturnableTransportItemHazmat {#rfidreturnabletransportitemhazmat}
52
52
 
53
53
  > `readonly` **RfidReturnableTransportItemHazmat**: `"A8"` = `"A8"`
54
54
 
55
55
  ISO 17364 Supply chain applications for RFID - Returnable transport item (Hazmat).
56
56
 
57
- ### RfidFreightContainer
57
+ ### RfidFreightContainer {#rfidfreightcontainer}
58
58
 
59
59
  > `readonly` **RfidFreightContainer**: `"A9"` = `"A9"`
60
60
 
61
61
  ISO 17363 Supply chain applications for RFID - Freight container.
62
62
 
63
- ### RfidFreightContainerHazmat
63
+ ### RfidFreightContainerHazmat {#rfidfreightcontainerhazmat}
64
64
 
65
65
  > `readonly` **RfidFreightContainerHazmat**: `"AA"` = `"AA"`
66
66
 
67
67
  ISO 17363 Supply chain applications for RFID - Freight container (HazMat).
68
68
 
69
- ### VehicleIdentificationNumber
69
+ ### VehicleIdentificationNumber {#vehicleidentificationnumber}
70
70
 
71
71
  > `readonly` **VehicleIdentificationNumber**: `"90"` = `"90"`
72
72
 
@@ -6,31 +6,31 @@ VDA URI Packages License Plates identifiers.
6
6
 
7
7
  ## Type Declaration
8
8
 
9
- ### Package1J
9
+ ### Package1J {#package1j}
10
10
 
11
11
  > `readonly` **Package1J**: `"1J"` = `"1J"`
12
12
 
13
13
  Unique package ID of inner packaging (Single Label).
14
14
 
15
- ### Package3J
15
+ ### Package3J {#package3j}
16
16
 
17
17
  > `readonly` **Package3J**: `"3J"` = `"3J"`
18
18
 
19
19
  Unique package ID of JIS loading unit with compartments.
20
20
 
21
- ### Package4J
21
+ ### Package4J {#package4j}
22
22
 
23
23
  > `readonly` **Package4J**: `"4J"` = `"4J"`
24
24
 
25
25
  Unique package ID of JIS loading unit with 1...n JIS packages.
26
26
 
27
- ### Package5J
27
+ ### Package5J {#package5j}
28
28
 
29
29
  > `readonly` **Package5J**: `"5J"` = `"5J"`
30
30
 
31
31
  Unique package ID of mixed loading unit with intermediate packaging level (mixed master).
32
32
 
33
- ### Package67
33
+ ### Package67 {#package67}
34
34
 
35
35
  > `readonly` **Package67**: `"6J"` = `"6J"`
36
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/standards-vda",
3
- "version": "0.0.3-next.53",
3
+ "version": "0.0.3-next.55",
4
4
  "description": "Data models for VDA JAIF semantics.",
5
5
  "repository": {
6
6
  "type": "git",