@dangl/ava-model 2.25.6-add-basic-npm-pa0025 → 2.25.6-add-basic-npm-pa0026

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dangl/ava-model",
3
- "version": "2.25.6-add-basic-npm-pa0025",
3
+ "version": "2.25.6-add-basic-npm-pa0026",
4
4
  "description": "",
5
5
  "main": "fesm2022/dangl-ava-model.mjs",
6
6
  "types": "index.d.ts",
package/src/ava-models.ts CHANGED
@@ -1590,8 +1590,8 @@ export class PositionDto extends IElementDto implements IPositionDto {
1590
1590
  htmlLongText?: string | undefined;
1591
1591
  /** Indicates if this DescriptionBase element contains Buyer or Bidder additions to the text. */
1592
1592
  additionType!: AdditionTypeDto;
1593
- elementType = 'Position';
1594
- elementTypeDiscriminator = 'Position';
1593
+ override elementType = 'Position';
1594
+ override elementTypeDiscriminator = 'Position';
1595
1595
  /** Quantity assignments are, in contrast to SubDescriptions, used to categorize parts of this Position. For example, it could be categorized by cost group - e.g. a Position describing concrete walls could follow the German DIN 276 Cost Groups Standard and specify that of the total 1.000m² wall, 500m² are classified as exterior walls and 500m² are classified as interior walls. They would then have different cost groups associated, e.g. for accounting purposes. */
1596
1596
  quantityAssignments?: QuantityAssignmentDto[] | undefined;
1597
1597
  /** The CommerceProperties support specialized information that is only useful in GAEB XML 9x data exchange phases. It is intended to provide article information. */
@@ -3649,8 +3649,8 @@ export class ExecutionDescriptionDto extends IElementDto implements IExecutionDe
3649
3649
  label?: string | undefined;
3650
3650
  /** Uniquely identifies this ExecutionDescription. */
3651
3651
  identifier?: string | undefined;
3652
- elementType = 'ExecutionDescription';
3653
- elementTypeDiscriminator = 'ExecutionDescription';
3652
+ override elementType = 'ExecutionDescription';
3653
+ override elementTypeDiscriminator = 'ExecutionDescription';
3654
3654
 
3655
3655
  constructor(data?: IExecutionDescriptionDto) {
3656
3656
  super(data);
@@ -3740,8 +3740,8 @@ export class NoteTextDto extends IElementDto implements INoteTextDto {
3740
3740
  identifier?: string | undefined;
3741
3741
  /** This represents a standardized description. This means that instead of solely relying on texts to describe a service, external standards and definitions are referenced for a common understanding. */
3742
3742
  standardizedDescription?: StandardizedDescriptionDto | undefined;
3743
- elementType = 'NoteText';
3744
- elementTypeDiscriminator = 'NoteText';
3743
+ override elementType = 'NoteText';
3744
+ override elementTypeDiscriminator = 'NoteText';
3745
3745
  /** This is an identifier specific for this description. Some exchange formats, like GAEB XML, use it to identify descriptions. It's different to an elements identifier in that it should only apply to the description component, meaning the text itself. */
3746
3746
  descriptionId?: string | undefined;
3747
3747
  /** This class models special properties that only apply to some exchange scenarios where ÖNorm is used. It is special for NoteTexts. */
@@ -3959,8 +3959,8 @@ export class ServiceSpecificationGroupDto extends IElementDto implements IServic
3959
3959
  comissionStatus!: ComissionStatusDto;
3960
3960
  /** The ItemNumber for this INumberedElement interface. */
3961
3961
  itemNumber?: ItemNumberDto | undefined;
3962
- elementType = 'ServiceSpecificationGroup';
3963
- elementTypeDiscriminator = 'ServiceSpecificationGroup';
3962
+ override elementType = 'ServiceSpecificationGroup';
3963
+ override elementTypeDiscriminator = 'ServiceSpecificationGroup';
3964
3964
  /** This indicates if this group is the parent of a lot. See the documentation for more information about working with lots. */
3965
3965
  readonly isLot!: boolean;
3966
3966
  /** If this group is an alternative for a base group, then this property should point to the id of the group in this service specification that it can replace. If this is an alternative group to a base group, the PriceType should typically be set to "WithoutTotal" so this group does not factor into total costs. The PriceType is not changed when this property is set */
package/src/version.ts CHANGED
@@ -1,10 +1,10 @@
1
1
  // This file is automatically generated as part of the build process
2
2
 
3
3
  export const avaModelsVersion = {
4
- version: "2.25.6-add-basic-npm-pa0025",
5
- commitInfo: "Branch.feature-add-basic-npm-package.Sha.7875adae9c3e7fc7d8b145845c483b8686ed7c3c",
4
+ version: "2.25.6-add-basic-npm-pa0026",
5
+ commitInfo: "Branch.feature-add-basic-npm-package.Sha.c54d6f6c7e461ab43212d217d683d268c37da30e",
6
6
  commitDate: "2025-08-08",
7
- commitHash: "7875adae9c3e7fc7d8b145845c483b8686ed7c3c",
8
- informationalVersion: "2.25.6-add-basic-npm-package.25+Branch.feature-add-basic-npm-package.Sha.7875adae9c3e7fc7d8b145845c483b8686ed7c3c",
9
- buildDateUtc: new Date(Date.UTC(2025, 7, 8, 10, 46, 6))
7
+ commitHash: "c54d6f6c7e461ab43212d217d683d268c37da30e",
8
+ informationalVersion: "2.25.6-add-basic-npm-package.26+Branch.feature-add-basic-npm-package.Sha.c54d6f6c7e461ab43212d217d683d268c37da30e",
9
+ buildDateUtc: new Date(Date.UTC(2025, 7, 8, 10, 56, 4))
10
10
  }