@twin.org/standards-gs1 0.0.1-next.33 → 0.0.1-next.35

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
  # @twin.org/standards-gs1 - Changelog
2
2
 
3
+ ## [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)
4
+
5
+
6
+ ### Features
7
+
8
+ * use shared store mechanism ([#11](https://github.com/twinfoundation/standards/issues/11)) ([96fa237](https://github.com/twinfoundation/standards/commit/96fa23735f69c1fc7e3d0019b527634fa0a042d9))
9
+
10
+ ## [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)
11
+
12
+
13
+ ### Miscellaneous Chores
14
+
15
+ * **standards-gs1:** Synchronize repo versions
16
+
3
17
  ## v0.0.1-next.33
4
18
 
5
19
  - Initial Release
@@ -5,13 +5,13 @@ Vocabulary https://www.gs1.org/voc .
5
5
 
6
6
  ## Constructors
7
7
 
8
- ### new Gs1DataTypes()
8
+ ### Constructor
9
9
 
10
- > **new Gs1DataTypes**(): [`Gs1DataTypes`](Gs1DataTypes.md)
10
+ > **new Gs1DataTypes**(): `Gs1DataTypes`
11
11
 
12
12
  #### Returns
13
13
 
14
- [`Gs1DataTypes`](Gs1DataTypes.md)
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
- ### new Gs1Identifiers()
7
+ ### Constructor
8
8
 
9
- > **new Gs1Identifiers**(): [`Gs1Identifiers`](Gs1Identifiers.md)
9
+ > **new Gs1Identifiers**(): `Gs1Identifiers`
10
10
 
11
11
  #### Returns
12
12
 
13
- [`Gs1Identifiers`](Gs1Identifiers.md)
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
- ### new Gs1IdentifiersValidation()
7
+ ### Constructor
8
8
 
9
- > **new Gs1IdentifiersValidation**(): [`Gs1IdentifiersValidation`](Gs1IdentifiersValidation.md)
9
+ > **new Gs1IdentifiersValidation**(): `Gs1IdentifiersValidation`
10
10
 
11
11
  #### Returns
12
12
 
13
- [`Gs1IdentifiersValidation`](Gs1IdentifiersValidation.md)
13
+ `Gs1IdentifiersValidation`
14
14
 
15
15
  ## Methods
16
16
 
@@ -4,13 +4,13 @@ Is checks for GS1 data.
4
4
 
5
5
  ## Constructors
6
6
 
7
- ### new Gs1Is()
7
+ ### Constructor
8
8
 
9
- > **new Gs1Is**(): [`Gs1Is`](Gs1Is.md)
9
+ > **new Gs1Is**(): `Gs1Is`
10
10
 
11
11
  #### Returns
12
12
 
13
- [`Gs1Is`](Gs1Is.md)
13
+ `Gs1Is`
14
14
 
15
15
  ## Methods
16
16
 
@@ -6,13 +6,13 @@ Section 10.2 .
6
6
 
7
7
  ## Constructors
8
8
 
9
- ### new Gs1Location()
9
+ ### Constructor
10
10
 
11
- > **new Gs1Location**(): [`Gs1Location`](Gs1Location.md)
11
+ > **new Gs1Location**(): `Gs1Location`
12
12
 
13
13
  #### Returns
14
14
 
15
- [`Gs1Location`](Gs1Location.md)
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
- ### new Gs1Validation()
7
+ ### Constructor
8
8
 
9
- > **new Gs1Validation**(): [`Gs1Validation`](Gs1Validation.md)
9
+ > **new Gs1Validation**(): `Gs1Validation`
10
10
 
11
11
  #### Returns
12
12
 
13
- [`Gs1Validation`](Gs1Validation.md)
13
+ `Gs1Validation`
14
14
 
15
15
  ## Methods
16
16
 
17
17
  ### locationMasterData()
18
18
 
19
- > `static` **locationMasterData**(`propertyName`, `value`, `failures`, `container`?): `value is Gs1Location`
19
+ > `static` **locationMasterData**(`propertyName`, `value`, `failures`, `container?`): `value is Gs1Location`
20
20
 
21
21
  Validate if the property is a valid location.
22
22
 
@@ -20,7 +20,7 @@ JSON-LD @context.
20
20
 
21
21
  #### Inherited from
22
22
 
23
- [`IEpcisEvent`](IEpcisEvent.md).[`@context`](IEpcisEvent.md#@context)
23
+ [`IEpcisEvent`](IEpcisEvent.md).[`@context`](IEpcisEvent.md#context)
24
24
 
25
25
  ***
26
26
 
@@ -16,7 +16,7 @@ JSON-LD @context.
16
16
 
17
17
  #### Inherited from
18
18
 
19
- [`IEpcisEventDetails`](IEpcisEventDetails.md).[`@context`](IEpcisEventDetails.md#@context)
19
+ [`IEpcisEventDetails`](IEpcisEventDetails.md).[`@context`](IEpcisEventDetails.md#context)
20
20
 
21
21
  ***
22
22
 
@@ -1,5 +1,5 @@
1
1
  # Type Alias: ActionTypes
2
2
 
3
- > **ActionTypes**: *typeof* [`ActionTypes`](../variables/ActionTypes.md)\[keyof *typeof* [`ActionTypes`](../variables/ActionTypes.md)\]
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**: *typeof* [`BizStepTypes`](../variables/BizStepTypes.md)\[keyof *typeof* [`BizStepTypes`](../variables/BizStepTypes.md)\]
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**: *typeof* [`DispositionTypes`](../variables/DispositionTypes.md)\[keyof *typeof* [`DispositionTypes`](../variables/DispositionTypes.md)\]
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**: *typeof* [`EpcisErrorTypes`](../variables/EpcisErrorTypes.md)\[keyof *typeof* [`EpcisErrorTypes`](../variables/EpcisErrorTypes.md)\]
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**: [`IObjectEvent`](../interfaces/IObjectEvent.md) \| [`IAssociationEvent`](../interfaces/IAssociationEvent.md) \| [`IAggregationEvent`](../interfaces/IAggregationEvent.md)
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**: *typeof* [`EventTypes`](../variables/EventTypes.md)\[keyof *typeof* [`EventTypes`](../variables/EventTypes.md)\]
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**: *typeof* [`Gs1IdTypes`](../variables/Gs1IdTypes.md)\[keyof *typeof* [`Gs1IdTypes`](../variables/Gs1IdTypes.md)\]
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**: *typeof* [`Gs1IdentifierTypes`](../variables/Gs1IdentifierTypes.md)\[keyof *typeof* [`Gs1IdentifierTypes`](../variables/Gs1IdentifierTypes.md)\]
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**: *typeof* [`Gs1Types`](../variables/Gs1Types.md)\[keyof *typeof* [`Gs1Types`](../variables/Gs1Types.md)\]
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**: *typeof* [`SubSiteAttributes`](../variables/SubSiteAttributes.md)\[keyof *typeof* [`SubSiteAttributes`](../variables/SubSiteAttributes.md)\]
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**: *typeof* [`SubSiteTypes`](../variables/SubSiteTypes.md)\[keyof *typeof* [`SubSiteTypes`](../variables/SubSiteTypes.md)\]
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 .
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/standards-gs1",
3
- "version": "0.0.1-next.33",
3
+ "version": "0.0.1-next.35",
4
4
  "description": "Models which define the structure of GS1 Standard",
5
5
  "repository": {
6
6
  "type": "git",