@twin.org/standards-gs1 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/Gs1DataTypes.md +3 -3
- package/docs/reference/classes/Gs1Identifiers.md +3 -3
- package/docs/reference/classes/Gs1IdentifiersValidation.md +3 -3
- package/docs/reference/classes/Gs1Is.md +3 -3
- package/docs/reference/classes/Gs1Location.md +3 -3
- package/docs/reference/classes/Gs1Validation.md +4 -4
- package/docs/reference/interfaces/IEpcisEventDetails.md +1 -1
- package/docs/reference/interfaces/IObjectEvent.md +1 -1
- package/docs/reference/type-aliases/ActionTypes.md +1 -1
- package/docs/reference/type-aliases/BizStepTypes.md +1 -1
- package/docs/reference/type-aliases/DispositionTypes.md +1 -1
- package/docs/reference/type-aliases/EpcisErrorTypes.md +1 -1
- package/docs/reference/type-aliases/EpcisEventUnionType.md +1 -1
- package/docs/reference/type-aliases/EventTypes.md +1 -1
- package/docs/reference/type-aliases/Gs1IdTypes.md +1 -1
- package/docs/reference/type-aliases/Gs1IdentifierTypes.md +1 -1
- package/docs/reference/type-aliases/Gs1Types.md +1 -1
- package/docs/reference/type-aliases/SubSiteAttributes.md +1 -1
- package/docs/reference/type-aliases/SubSiteTypes.md +1 -1
- package/package.json +1 -1
package/docs/changelog.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @twin.org/standards-gs1 - Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.1-next.36](https://github.com/twinfoundation/standards/compare/standards-gs1-v0.0.1-next.35...standards-gs1-v0.0.1-next.36) (2025-04-30)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Miscellaneous Chores
|
|
7
|
+
|
|
8
|
+
* **standards-gs1:** Synchronize repo versions
|
|
9
|
+
|
|
10
|
+
## [0.0.1-next.35](https://github.com/twinfoundation/standards/compare/standards-gs1-v0.0.1-next.34...standards-gs1-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-gs1-v0.0.1-next.33...standards-gs1-v0.0.1-next.34) (2025-03-28)
|
|
4
18
|
|
|
5
19
|
|
|
@@ -5,13 +5,13 @@ Vocabulary https://www.gs1.org/voc .
|
|
|
5
5
|
|
|
6
6
|
## Constructors
|
|
7
7
|
|
|
8
|
-
###
|
|
8
|
+
### Constructor
|
|
9
9
|
|
|
10
|
-
> **new Gs1DataTypes**():
|
|
10
|
+
> **new Gs1DataTypes**(): `Gs1DataTypes`
|
|
11
11
|
|
|
12
12
|
#### Returns
|
|
13
13
|
|
|
14
|
-
|
|
14
|
+
`Gs1DataTypes`
|
|
15
15
|
|
|
16
16
|
## Methods
|
|
17
17
|
|
|
@@ -4,13 +4,13 @@ Handle all identifier types for GS1.
|
|
|
4
4
|
|
|
5
5
|
## Constructors
|
|
6
6
|
|
|
7
|
-
###
|
|
7
|
+
### Constructor
|
|
8
8
|
|
|
9
|
-
> **new Gs1Identifiers**():
|
|
9
|
+
> **new Gs1Identifiers**(): `Gs1Identifiers`
|
|
10
10
|
|
|
11
11
|
#### Returns
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
`Gs1Identifiers`
|
|
14
14
|
|
|
15
15
|
## Methods
|
|
16
16
|
|
|
@@ -4,13 +4,13 @@ Validation for GS1 identifiers.
|
|
|
4
4
|
|
|
5
5
|
## Constructors
|
|
6
6
|
|
|
7
|
-
###
|
|
7
|
+
### Constructor
|
|
8
8
|
|
|
9
|
-
> **new Gs1IdentifiersValidation**():
|
|
9
|
+
> **new Gs1IdentifiersValidation**(): `Gs1IdentifiersValidation`
|
|
10
10
|
|
|
11
11
|
#### Returns
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
`Gs1IdentifiersValidation`
|
|
14
14
|
|
|
15
15
|
## Methods
|
|
16
16
|
|
|
@@ -6,13 +6,13 @@ Section 10.2 .
|
|
|
6
6
|
|
|
7
7
|
## Constructors
|
|
8
8
|
|
|
9
|
-
###
|
|
9
|
+
### Constructor
|
|
10
10
|
|
|
11
|
-
> **new Gs1Location**():
|
|
11
|
+
> **new Gs1Location**(): `Gs1Location`
|
|
12
12
|
|
|
13
13
|
#### Returns
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
`Gs1Location`
|
|
16
16
|
|
|
17
17
|
## Properties
|
|
18
18
|
|
|
@@ -4,19 +4,19 @@ Validation for GS1 types.
|
|
|
4
4
|
|
|
5
5
|
## Constructors
|
|
6
6
|
|
|
7
|
-
###
|
|
7
|
+
### Constructor
|
|
8
8
|
|
|
9
|
-
> **new Gs1Validation**():
|
|
9
|
+
> **new Gs1Validation**(): `Gs1Validation`
|
|
10
10
|
|
|
11
11
|
#### Returns
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
`Gs1Validation`
|
|
14
14
|
|
|
15
15
|
## Methods
|
|
16
16
|
|
|
17
17
|
### locationMasterData()
|
|
18
18
|
|
|
19
|
-
> `static` **locationMasterData**(`propertyName`, `value`, `failures`, `container
|
|
19
|
+
> `static` **locationMasterData**(`propertyName`, `value`, `failures`, `container?`): `value is Gs1Location`
|
|
20
20
|
|
|
21
21
|
Validate if the property is a valid location.
|
|
22
22
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Type Alias: ActionTypes
|
|
2
2
|
|
|
3
|
-
> **ActionTypes
|
|
3
|
+
> **ActionTypes** = *typeof* [`ActionTypes`](../variables/ActionTypes.md)\[keyof *typeof* [`ActionTypes`](../variables/ActionTypes.md)\]
|
|
4
4
|
|
|
5
5
|
EPCIS 2.0 action types.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Type Alias: BizStepTypes
|
|
2
2
|
|
|
3
|
-
> **BizStepTypes
|
|
3
|
+
> **BizStepTypes** = *typeof* [`BizStepTypes`](../variables/BizStepTypes.md)\[keyof *typeof* [`BizStepTypes`](../variables/BizStepTypes.md)\]
|
|
4
4
|
|
|
5
5
|
EPCIS 2.0 action types.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Type Alias: DispositionTypes
|
|
2
2
|
|
|
3
|
-
> **DispositionTypes
|
|
3
|
+
> **DispositionTypes** = *typeof* [`DispositionTypes`](../variables/DispositionTypes.md)\[keyof *typeof* [`DispositionTypes`](../variables/DispositionTypes.md)\]
|
|
4
4
|
|
|
5
5
|
EPCIS 2.0 disposition types.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Type Alias: EpcisErrorTypes
|
|
2
2
|
|
|
3
|
-
> **EpcisErrorTypes
|
|
3
|
+
> **EpcisErrorTypes** = *typeof* [`EpcisErrorTypes`](../variables/EpcisErrorTypes.md)\[keyof *typeof* [`EpcisErrorTypes`](../variables/EpcisErrorTypes.md)\]
|
|
4
4
|
|
|
5
5
|
EPCIS Error types.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Type Alias: EpcisEventUnionType
|
|
2
2
|
|
|
3
|
-
> **EpcisEventUnionType
|
|
3
|
+
> **EpcisEventUnionType** = [`IObjectEvent`](../interfaces/IObjectEvent.md) \| [`IAssociationEvent`](../interfaces/IAssociationEvent.md) \| [`IAggregationEvent`](../interfaces/IAggregationEvent.md)
|
|
4
4
|
|
|
5
5
|
The type that subsumes an EPCIS Event.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Type Alias: EventTypes
|
|
2
2
|
|
|
3
|
-
> **EventTypes
|
|
3
|
+
> **EventTypes** = *typeof* [`EventTypes`](../variables/EventTypes.md)\[keyof *typeof* [`EventTypes`](../variables/EventTypes.md)\]
|
|
4
4
|
|
|
5
5
|
EPCIS 2.0 event types.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Type Alias: Gs1IdTypes
|
|
2
2
|
|
|
3
|
-
> **Gs1IdTypes
|
|
3
|
+
> **Gs1IdTypes** = *typeof* [`Gs1IdTypes`](../variables/Gs1IdTypes.md)\[keyof *typeof* [`Gs1IdTypes`](../variables/Gs1IdTypes.md)\]
|
|
4
4
|
|
|
5
5
|
GS1 EPC Identifiers
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Type Alias: Gs1IdentifierTypes
|
|
2
2
|
|
|
3
|
-
> **Gs1IdentifierTypes
|
|
3
|
+
> **Gs1IdentifierTypes** = *typeof* [`Gs1IdentifierTypes`](../variables/Gs1IdentifierTypes.md)\[keyof *typeof* [`Gs1IdentifierTypes`](../variables/Gs1IdentifierTypes.md)\]
|
|
4
4
|
|
|
5
5
|
The types of GS1 Identifier data.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Type Alias: Gs1Types
|
|
2
2
|
|
|
3
|
-
> **Gs1Types
|
|
3
|
+
> **Gs1Types** = *typeof* [`Gs1Types`](../variables/Gs1Types.md)\[keyof *typeof* [`Gs1Types`](../variables/Gs1Types.md)\]
|
|
4
4
|
|
|
5
5
|
The types of GS1 data.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Type Alias: SubSiteAttributes
|
|
2
2
|
|
|
3
|
-
> **SubSiteAttributes
|
|
3
|
+
> **SubSiteAttributes** = *typeof* [`SubSiteAttributes`](../variables/SubSiteAttributes.md)\[keyof *typeof* [`SubSiteAttributes`](../variables/SubSiteAttributes.md)\]
|
|
4
4
|
|
|
5
5
|
Sub Site Attributes.
|
|
6
6
|
Spec https://www.gs1.org/sites/default/files/docs/epc/CBV-Standard-1-2-1-r-2017-05-05.pdf .
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Type Alias: SubSiteTypes
|
|
2
2
|
|
|
3
|
-
> **SubSiteTypes
|
|
3
|
+
> **SubSiteTypes** = *typeof* [`SubSiteTypes`](../variables/SubSiteTypes.md)\[keyof *typeof* [`SubSiteTypes`](../variables/SubSiteTypes.md)\]
|
|
4
4
|
|
|
5
5
|
Sub Site Identifier Types.
|
|
6
6
|
Spec https://www.gs1.org/sites/default/files/docs/epc/CBV-Standard-1-2-1-r-2017-05-05.pdf .
|