@dangl/ava-model 2.29.2 → 2.29.3-beta0006

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.
@@ -805,10 +805,12 @@ declare class PositionDto extends IElementDto implements IPositionDto {
805
805
  ignoreProjectCataloguePropagation: boolean;
806
806
  /** A main position means that this position is important and should be highlighted in the user interface. Important meaning that is is usually a bigger part of the total sum of the services, or it needs special attention in another way. */
807
807
  isMainPosition: boolean;
808
+ /** This is a string reference that's used by some description elements to reference a base or parent catalogue. For example, it's 'WICNo' in GAEB. */
809
+ baseCatalogueNumber?: string | undefined;
808
810
  constructor(data?: IPositionDto);
809
- init?(_data?: any): void;
811
+ init(_data?: any): void;
810
812
  static fromJS(data: any): PositionDto;
811
- toJSON?(data?: any): any;
813
+ toJSON(data?: any): any;
812
814
  }
813
815
  /** A Position is the main item type in a ServiceSpecification, holding information about tasks to be done, their prices, description, amounts etc. */
814
816
  interface IPositionDto extends IIElementDto {
@@ -935,6 +937,8 @@ interface IPositionDto extends IIElementDto {
935
937
  ignoreProjectCataloguePropagation: boolean;
936
938
  /** A main position means that this position is important and should be highlighted in the user interface. Important meaning that is is usually a bigger part of the total sum of the services, or it needs special attention in another way. */
937
939
  isMainPosition: boolean;
940
+ /** This is a string reference that's used by some description elements to reference a base or parent catalogue. For example, it's 'WICNo' in GAEB. */
941
+ baseCatalogueNumber?: string | undefined;
938
942
  }
939
943
  /** Based on the PriceComponent, this class is responsible for labour time components. */
940
944
  declare class LabourPriceComponentDto implements ILabourPriceComponentDto {
@@ -1081,6 +1085,8 @@ declare class SubDescriptionDto implements ISubDescriptionDto {
1081
1085
  /** 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. */
1082
1086
  descriptionId?: string | undefined;
1083
1087
  readonly hasBidderCommentInHtmlLongText: boolean;
1088
+ /** This is a string reference that's used by some description elements to reference a base or parent catalogue. For example, it's 'WICNo' in GAEB. */
1089
+ baseCatalogueNumber?: string | undefined;
1084
1090
  constructor(data?: ISubDescriptionDto);
1085
1091
  init?(_data?: any): void;
1086
1092
  static fromJS(data: any): SubDescriptionDto;
@@ -1129,6 +1135,8 @@ interface ISubDescriptionDto {
1129
1135
  /** 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. */
1130
1136
  descriptionId?: string | undefined;
1131
1137
  hasBidderCommentInHtmlLongText: boolean;
1138
+ /** This is a string reference that's used by some description elements to reference a base or parent catalogue. For example, it's 'WICNo' in GAEB. */
1139
+ baseCatalogueNumber?: string | undefined;
1132
1140
  }
1133
1141
  /** Indicates the origin of an element. */
1134
1142
  declare enum AdditionTypeDto {
@@ -1608,9 +1616,9 @@ declare class ExecutionDescriptionDto extends IElementDto implements IExecutionD
1608
1616
  elementType: string;
1609
1617
  elementTypeDiscriminator: string;
1610
1618
  constructor(data?: IExecutionDescriptionDto);
1611
- init?(_data?: any): void;
1619
+ init(_data?: any): void;
1612
1620
  static fromJS(data: any): ExecutionDescriptionDto;
1613
- toJSON?(data?: any): any;
1621
+ toJSON(data?: any): any;
1614
1622
  }
1615
1623
  /** An ExecutionDescription is used to give more details for certain items, especially on how they are meant to be executed. */
1616
1624
  interface IExecutionDescriptionDto extends IIElementDto {
@@ -1657,10 +1665,12 @@ declare class NoteTextDto extends IElementDto implements INoteTextDto {
1657
1665
  /** This class models special properties that only apply to some exchange scenarios where ÖNorm is used. It is special for NoteTexts. */
1658
1666
  oenormNoteTextProperties?: OenormNoteTextPropertiesDto | undefined;
1659
1667
  readonly hasBidderCommentInHtmlLongText: boolean;
1668
+ /** This is a string reference that's used by some description elements to reference a base or parent catalogue. For example, it's 'WICNo' in GAEB. */
1669
+ baseCatalogueNumber?: string | undefined;
1660
1670
  constructor(data?: INoteTextDto);
1661
- init?(_data?: any): void;
1671
+ init(_data?: any): void;
1662
1672
  static fromJS(data: any): NoteTextDto;
1663
- toJSON?(data?: any): any;
1673
+ toJSON(data?: any): any;
1664
1674
  }
1665
1675
  /** Represents an element that holds text information. */
1666
1676
  interface INoteTextDto extends IIElementDto {
@@ -1696,6 +1706,8 @@ interface INoteTextDto extends IIElementDto {
1696
1706
  /** This class models special properties that only apply to some exchange scenarios where ÖNorm is used. It is special for NoteTexts. */
1697
1707
  oenormNoteTextProperties?: IOenormNoteTextPropertiesDto | undefined;
1698
1708
  hasBidderCommentInHtmlLongText: boolean;
1709
+ /** This is a string reference that's used by some description elements to reference a base or parent catalogue. For example, it's 'WICNo' in GAEB. */
1710
+ baseCatalogueNumber?: string | undefined;
1699
1711
  }
1700
1712
  /** This class models special properties that only apply to some exchange scenarios where ÖNorm is used. It is special for NoteTexts. */
1701
1713
  declare class OenormNoteTextPropertiesDto implements IOenormNoteTextPropertiesDto {
@@ -1784,9 +1796,9 @@ declare class ServiceSpecificationGroupDto extends IElementDto implements IServi
1784
1796
  /** This is an optional property that can be used together with AlternativeTo and AlternativeGroupIdentifier. If this is set, you can indicate which alternative group a specific group is assigned to. That way, you can specify the id (in integer format) for the alternative group this group belongs to. It's different to AlternativeIdentifier in that the other property describes the id of the group, while this property here describes the group itself. If a group only has set AlternativeGroupIdentifier but not AlternativeIdentifier, then it likely is a base group for a specific group. This property is not checked or managed automatically, so it is possible for this property to become invalid, by for example setting this property but not setting a base group via AlternativeTo. */
1785
1797
  alternativeGroupIdentifier?: number | undefined;
1786
1798
  constructor(data?: IServiceSpecificationGroupDto);
1787
- init?(_data?: any): void;
1799
+ init(_data?: any): void;
1788
1800
  static fromJS(data: any): ServiceSpecificationGroupDto;
1789
- toJSON?(data?: any): any;
1801
+ toJSON(data?: any): any;
1790
1802
  }
1791
1803
  /** This is a grouping IElement that holds other IElements within. */
1792
1804
  interface IServiceSpecificationGroupDto extends IIElementDto {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dangl/ava-model",
3
- "version": "2.29.2",
3
+ "version": "2.29.3-beta0006",
4
4
  "description": "",
5
5
  "main": "dist/ava-model/fesm2022/dangl-ava-model.min.mjs",
6
6
  "types": "dist/ava-model/index.d.ts",