@dangl/ava-model 2.25.6-add-basic-npm-pa0018 → 2.25.6-add-basic-npm-pa0019

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.
@@ -0,0 +1,3 @@
1
+ # @dangl/ava-model
2
+
3
+ Basic npm package for Dangl.AVA models
@@ -6,14 +6,14 @@
6
6
  /* eslint-disable */
7
7
  // ReSharper disable InconsistentNaming
8
8
  /** This enum configures rounding modes for price calculations in projects */
9
- export var PriceRoundingModeDto;
9
+ var PriceRoundingModeDto;
10
10
  (function (PriceRoundingModeDto) {
11
11
  PriceRoundingModeDto["Normal"] = "Normal";
12
12
  PriceRoundingModeDto["Floor"] = "Floor";
13
13
  PriceRoundingModeDto["Ceiling"] = "Ceiling";
14
14
  })(PriceRoundingModeDto || (PriceRoundingModeDto = {}));
15
15
  /** General information about a Project. */
16
- export class ProjectInformationDto {
16
+ class ProjectInformationDto {
17
17
  /** Information about the buyer. */
18
18
  buyer;
19
19
  /** Description for the project. */
@@ -199,7 +199,7 @@ export class ProjectInformationDto {
199
199
  }
200
200
  }
201
201
  /** Represents information about a party (a site or an organization). */
202
- export class PartyInformationDto {
202
+ class PartyInformationDto {
203
203
  /** Elements GUID identifier. */
204
204
  id;
205
205
  /** This party's name. */
@@ -328,7 +328,7 @@ export class PartyInformationDto {
328
328
  }
329
329
  }
330
330
  /** This is a class that represents the information about a bank connection. It is usually used within a PartyInformation. */
331
- export class BankingInformationDto {
331
+ class BankingInformationDto {
332
332
  /** Elements GUID identifier. */
333
333
  id;
334
334
  /** The name of the bank. */
@@ -377,7 +377,7 @@ export class BankingInformationDto {
377
377
  }
378
378
  }
379
379
  /** The schema for ItemNumber's in a Project. */
380
- export class ItemNumberSchemaDto {
380
+ class ItemNumberSchemaDto {
381
381
  /** The count of tiers in the ItemNumberSchema */
382
382
  totalLength;
383
383
  /** The collection of tiers for this ItemNumberSchema. */
@@ -470,7 +470,7 @@ export class ItemNumberSchemaDto {
470
470
  }
471
471
  }
472
472
  /** Represents information about a single Tier in an ItemNumber. */
473
- export class ItemNumberSchemaTierDto {
473
+ class ItemNumberSchemaTierDto {
474
474
  /** The (maximum) length for this tier. Will not accept a length less than 1. Defaults to 1 if length less than one is specified. */
475
475
  length;
476
476
  /** This ItemNumberSchemaTier's type. */
@@ -523,20 +523,20 @@ export class ItemNumberSchemaTierDto {
523
523
  }
524
524
  }
525
525
  /** Determines the type of an ItemNumberSchema */
526
- export var ItemNumberTypeDto;
526
+ var ItemNumberTypeDto;
527
527
  (function (ItemNumberTypeDto) {
528
528
  ItemNumberTypeDto["Numeric"] = "Numeric";
529
529
  ItemNumberTypeDto["Alphanumeric"] = "Alphanumeric";
530
530
  })(ItemNumberTypeDto || (ItemNumberTypeDto = {}));
531
531
  /** This enum represents the alignment value for a tier in an ItemNumberSchema. It is not used anywhere for computations at the moment, and is mostly an informational value. */
532
- export var ItemNumberSchemaTierAlignmentDto;
532
+ var ItemNumberSchemaTierAlignmentDto;
533
533
  (function (ItemNumberSchemaTierAlignmentDto) {
534
534
  ItemNumberSchemaTierAlignmentDto["Undefined"] = "Undefined";
535
535
  ItemNumberSchemaTierAlignmentDto["Left"] = "Left";
536
536
  ItemNumberSchemaTierAlignmentDto["Right"] = "Right";
537
537
  })(ItemNumberSchemaTierAlignmentDto || (ItemNumberSchemaTierAlignmentDto = {}));
538
538
  /** Specifies the type an ItemNumberSchemaTier represents. For example, a tier may indicate to be used for positions or for groups. */
539
- export var ItemNumberSchemaTierTypeDto;
539
+ var ItemNumberSchemaTierTypeDto;
540
540
  (function (ItemNumberSchemaTierTypeDto) {
541
541
  ItemNumberSchemaTierTypeDto["Undefined"] = "Undefined";
542
542
  ItemNumberSchemaTierTypeDto["Index"] = "Index";
@@ -545,7 +545,7 @@ export var ItemNumberSchemaTierTypeDto;
545
545
  ItemNumberSchemaTierTypeDto["Lot"] = "Lot";
546
546
  })(ItemNumberSchemaTierTypeDto || (ItemNumberSchemaTierTypeDto = {}));
547
547
  /** This enumeration models types of price components for better classification. */
548
- export var PriceComponentTypeDto;
548
+ var PriceComponentTypeDto;
549
549
  (function (PriceComponentTypeDto) {
550
550
  PriceComponentTypeDto["Unknown"] = "Unknown";
551
551
  PriceComponentTypeDto["Wages"] = "Wages";
@@ -554,7 +554,7 @@ export var PriceComponentTypeDto;
554
554
  PriceComponentTypeDto["Miscellaneous"] = "Miscellaneous";
555
555
  })(PriceComponentTypeDto || (PriceComponentTypeDto = {}));
556
556
  /** This enumeration describes the type of the award / procurement process. If this is used in a GAEB context, more information about award types can be found in the German VOB/A rules and the GAEB standard */
557
- export var AwardTypeDto;
557
+ var AwardTypeDto;
558
558
  (function (AwardTypeDto) {
559
559
  AwardTypeDto["Unspecified"] = "Unspecified";
560
560
  AwardTypeDto["OpenProcurement"] = "OpenProcurement";
@@ -569,7 +569,7 @@ export var AwardTypeDto;
569
569
  AwardTypeDto["CompetitiveDialog"] = "CompetitiveDialog";
570
570
  })(AwardTypeDto || (AwardTypeDto = {}));
571
571
  /** This enumeration describes awards for project that are not just a regular procurement. For example, it can be used to describe recurring maintenance or an outline contract (German: Rahmenvertrag) which just specifies services and prices but may be requested on demand when necessary */
572
- export var SpecialAwardKindDto;
572
+ var SpecialAwardKindDto;
573
573
  (function (SpecialAwardKindDto) {
574
574
  SpecialAwardKindDto["Unspecified"] = "Unspecified";
575
575
  SpecialAwardKindDto["MaintenanceContract"] = "MaintenanceContract";
@@ -577,7 +577,7 @@ export var SpecialAwardKindDto;
577
577
  SpecialAwardKindDto["OutlineForMaintenanceContract"] = "OutlineForMaintenanceContract";
578
578
  })(SpecialAwardKindDto || (SpecialAwardKindDto = {}));
579
579
  /** This is the base class that holds information about a whole service specification. */
580
- export class ServiceSpecificationDto {
580
+ class ServiceSpecificationDto {
581
581
  /** Elements GUID identifier. */
582
582
  id;
583
583
  /** The hourly wage that is used within this ElementContainerBase. Will be propagated to child elements. */
@@ -953,7 +953,7 @@ export class ServiceSpecificationDto {
953
953
  }
954
954
  }
955
955
  /** Base interface definition for elements within an ElementContainerBase. */
956
- export class IElementDto {
956
+ class IElementDto {
957
957
  elementType;
958
958
  elementTypeDiscriminator;
959
959
  /** Elements GUID identifier. */
@@ -1061,7 +1061,7 @@ export class IElementDto {
1061
1061
  }
1062
1062
  }
1063
1063
  /** This class describes an external catalogue. Catalogues, or collections, hold information to categorize and describe items. For example, the German DIN 276 cost group standards describe different types of costs for building projects. When referencing the DIN 276 catalogue and providing an item key or identifier, it is possible to reference data in this catalogue. */
1064
- export class CatalogueDto {
1064
+ class CatalogueDto {
1065
1065
  /** Elements GUID identifier. */
1066
1066
  id;
1067
1067
  /** This is used to store the GAEB XML Id within this Catalogue. This data is not used for any calculations or evaluations but only for GAEB serialization and deserialization. */
@@ -1110,7 +1110,7 @@ export class CatalogueDto {
1110
1110
  }
1111
1111
  }
1112
1112
  /** This enumeration describes the type of a catalogue. Catalogues, or collections, hold information to categorize and describe items. For example, the German DIN 276 cost group standards describe different types of costs for building projects. When referencing the DIN 276 catalogue and providing an item key or identifier, it is possible to reference data in this catalogue. */
1113
- export var CatalogueTypeDto;
1113
+ var CatalogueTypeDto;
1114
1114
  (function (CatalogueTypeDto) {
1115
1115
  CatalogueTypeDto["Unknown"] = "Unknown";
1116
1116
  CatalogueTypeDto["Location"] = "Location";
@@ -1122,7 +1122,7 @@ export var CatalogueTypeDto;
1122
1122
  CatalogueTypeDto["Attachment"] = "Attachment";
1123
1123
  })(CatalogueTypeDto || (CatalogueTypeDto = {}));
1124
1124
  /** This class is used to link data between catalogues and objects. */
1125
- export class CatalogueReferenceDto {
1125
+ class CatalogueReferenceDto {
1126
1126
  /** Elements GUID identifier. */
1127
1127
  id;
1128
1128
  /** This points to the item in the catalogue itself. This means that, for example when this quantity assignment references a "DIN 276" catalogue, this property indicates the number / identifier / key in DIN 276 that is referenced. */
@@ -1198,7 +1198,7 @@ export class CatalogueReferenceDto {
1198
1198
  }
1199
1199
  }
1200
1200
  /** A Position is the main item type in a ServiceSpecification, holding information about tasks to be done, their prices, description, amounts etc. */
1201
- export class PositionDto extends IElementDto {
1201
+ class PositionDto extends IElementDto {
1202
1202
  /** Will return the price per unit, rounded according to the project settings or the default value of three decimal places */
1203
1203
  unitPrice;
1204
1204
  /** You can use this property to directly set the unit price for this position. This will override any given PriceComponents */
@@ -1668,7 +1668,7 @@ export class PositionDto extends IElementDto {
1668
1668
  }
1669
1669
  }
1670
1670
  /** Based on the PriceComponent, this class is responsible for labour time components. */
1671
- export class LabourPriceComponentDto {
1671
+ class LabourPriceComponentDto {
1672
1672
  /** The label associated with this price component. Will be taken from the parent Projects ProjectInformation. */
1673
1673
  label;
1674
1674
  /** The total, calculated price of this component. Will multiply the calculated amount of hours with the ServiceSpecifications hourly wage rate. */
@@ -1761,7 +1761,7 @@ export class LabourPriceComponentDto {
1761
1761
  }
1762
1762
  }
1763
1763
  /** This class holds means to calculate mathematical expressions from given strings. */
1764
- export class CalculationDto {
1764
+ class CalculationDto {
1765
1765
  /** Descriptive text for this calculation. */
1766
1766
  description;
1767
1767
  /** This Calculation's mathematical expression. Please note that thousands separators are not supported. Both comma and point will be treated as decimal separators. */
@@ -1854,7 +1854,7 @@ export class CalculationDto {
1854
1854
  }
1855
1855
  }
1856
1856
  /** This class provides means to store information about a price and it's composition. Note that this is referencing to a single price component, so for example a Position would have a list of PriceComponents, one for Material, one for Labour etc. */
1857
- export class PriceComponentDto {
1857
+ class PriceComponentDto {
1858
1858
  /** The total, calculated price of this component. */
1859
1859
  price;
1860
1860
  /** The label associated with this price component. Will be taken from the parent Projects ProjectInformation. */
@@ -1935,7 +1935,7 @@ export class PriceComponentDto {
1935
1935
  }
1936
1936
  }
1937
1937
  /** This is appended to a Position and is used to separate the complete Position into smaller amounts to be described separately, for example concrete walls could be attached to different building storeys. */
1938
- export class SubDescriptionDto {
1938
+ class SubDescriptionDto {
1939
1939
  /** Elements GUID identifier. */
1940
1940
  id;
1941
1941
  /** Returns the total calculated sum of all quantity assignments. Will return the result rounded to three decimal places. */
@@ -2092,14 +2092,14 @@ export class SubDescriptionDto {
2092
2092
  }
2093
2093
  }
2094
2094
  /** Indicates the origin of an element. */
2095
- export var AdditionTypeDto;
2095
+ var AdditionTypeDto;
2096
2096
  (function (AdditionTypeDto) {
2097
2097
  AdditionTypeDto["None"] = "None";
2098
2098
  AdditionTypeDto["ByBuyer"] = "ByBuyer";
2099
2099
  AdditionTypeDto["ByBidder"] = "ByBidder";
2100
2100
  })(AdditionTypeDto || (AdditionTypeDto = {}));
2101
2101
  /** This class 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. */
2102
- export class StandardizedDescriptionDto {
2102
+ class StandardizedDescriptionDto {
2103
2103
  /** This enumeration identifies a pre-known standard used for referencing standardized descriptions. */
2104
2104
  standardReferenceType;
2105
2105
  /** This string property is the identifier to map to the references standard. Its type is given in the StandardReferenceType */
@@ -2147,7 +2147,7 @@ export class StandardizedDescriptionDto {
2147
2147
  }
2148
2148
  }
2149
2149
  /** This enumeration identifies a pre-known standard used for referencing standardized descriptions. */
2150
- export var StandardReferenceTypeDto;
2150
+ var StandardReferenceTypeDto;
2151
2151
  (function (StandardReferenceTypeDto) {
2152
2152
  StandardReferenceTypeDto["Unknown"] = "Unknown";
2153
2153
  StandardReferenceTypeDto["StLB"] = "StLB";
@@ -2155,7 +2155,7 @@ export var StandardReferenceTypeDto;
2155
2155
  StandardReferenceTypeDto["STLBBauZ"] = "STLBBauZ";
2156
2156
  })(StandardReferenceTypeDto || (StandardReferenceTypeDto = {}));
2157
2157
  /** This class represents a specialized reference to the German STLB "Standardleistungsbuch Bau". The STLB is a commercial offering and describes common services in the construction sector. When this is used, this describes the exact type of a service via a reference to this standard */
2158
- export class STLBReferenceDto {
2158
+ class STLBReferenceDto {
2159
2159
  /** The date of the STLB version. Typically, only the Year and Month are used */
2160
2160
  versionDate;
2161
2161
  /** The name of the catalogue within the STLB */
@@ -2224,7 +2224,7 @@ export class STLBReferenceDto {
2224
2224
  }
2225
2225
  }
2226
2226
  /** This class represents a single key reference within the German STLB "Standardleistungsbuch Bau" */
2227
- export class STLBKeyDto {
2227
+ class STLBKeyDto {
2228
2228
  /** This identifier is required and uniquely describes a single reference within the STLB standard. It maps to "ArtChrIdent" in GAEB XML */
2229
2229
  artIdentifier;
2230
2230
  /** This optional index property further categorizes a single reference within the STLB standard. It maps to "ArtChIdx" in GAEB XML */
@@ -2261,7 +2261,7 @@ export class STLBKeyDto {
2261
2261
  }
2262
2262
  }
2263
2263
  /** Indicates if this service specification item is commissioned (and therefore should be executed), postponed for later or undefined. */
2264
- export var ComissionStatusDto;
2264
+ var ComissionStatusDto;
2265
2265
  (function (ComissionStatusDto) {
2266
2266
  ComissionStatusDto["Undefined"] = "Undefined";
2267
2267
  ComissionStatusDto["Commissioned"] = "Commissioned";
@@ -2269,7 +2269,7 @@ export var ComissionStatusDto;
2269
2269
  ComissionStatusDto["Removed"] = "Removed";
2270
2270
  })(ComissionStatusDto || (ComissionStatusDto = {}));
2271
2271
  /** This class represents as identifier of a certain service specification's element and is uniquely within the service specification. */
2272
- export class ItemNumberDto {
2272
+ class ItemNumberDto {
2273
2273
  /** Elements GUID identifier. */
2274
2274
  id;
2275
2275
  /** Will return this ItemNumber as point delimited string. Will not distinguish between upper- and lowercase and return an all-lowercase representation. Will consider first numbers, then characters, e.g. 1a is considered preceding aa. Transformation to all lowercase can be configured in the ItemNumberSchema property. */
@@ -2359,26 +2359,26 @@ export class ItemNumberDto {
2359
2359
  }
2360
2360
  }
2361
2361
  /** This is a classification for Position elements. */
2362
- export var PositionTypeDto;
2362
+ var PositionTypeDto;
2363
2363
  (function (PositionTypeDto) {
2364
2364
  PositionTypeDto["Regular"] = "Regular";
2365
2365
  PositionTypeDto["Optional"] = "Optional";
2366
2366
  PositionTypeDto["Alternative"] = "Alternative";
2367
2367
  })(PositionTypeDto || (PositionTypeDto = {}));
2368
2368
  /** This indicates the price type of a IPricedElement. */
2369
- export var PriceTypeDto;
2369
+ var PriceTypeDto;
2370
2370
  (function (PriceTypeDto) {
2371
2371
  PriceTypeDto["WithTotal"] = "WithTotal";
2372
2372
  PriceTypeDto["WithoutTotal"] = "WithoutTotal";
2373
2373
  })(PriceTypeDto || (PriceTypeDto = {}));
2374
2374
  /** The service type describes the type of service a Position represents. */
2375
- export var ServiceTypeDto;
2375
+ var ServiceTypeDto;
2376
2376
  (function (ServiceTypeDto) {
2377
2377
  ServiceTypeDto["Regular"] = "Regular";
2378
2378
  ServiceTypeDto["HourlyPaidWork"] = "HourlyPaidWork";
2379
2379
  })(ServiceTypeDto || (ServiceTypeDto = {}));
2380
2380
  /** This class represents data about products and their vendor */
2381
- export class ProductDataDto {
2381
+ class ProductDataDto {
2382
2382
  /** Elements GUID identifier. */
2383
2383
  id;
2384
2384
  /** This PartyInformation is used to describe details about the vendor of this ProductData. */
@@ -2458,7 +2458,7 @@ export class ProductDataDto {
2458
2458
  }
2459
2459
  }
2460
2460
  /** This class represents a single article, usually used within ProductData */
2461
- export class ArticleDataDto {
2461
+ class ArticleDataDto {
2462
2462
  /** Elements GUID identifier. */
2463
2463
  id;
2464
2464
  /** The name (or brand name) for this article, usually given by the supplier or vendor. */
@@ -2519,7 +2519,7 @@ export class ArticleDataDto {
2519
2519
  }
2520
2520
  }
2521
2521
  /** Quantity assignments are, in contrast to SubDescriptions, used to categorize parts of their parent 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. */
2522
- export class QuantityAssignmentDto {
2522
+ class QuantityAssignmentDto {
2523
2523
  /** Elements GUID identifier. */
2524
2524
  id;
2525
2525
  /** The total quantity in this quantity assignment */
@@ -2600,7 +2600,7 @@ export class QuantityAssignmentDto {
2600
2600
  }
2601
2601
  }
2602
2602
  /** This class holds specialized information that is relevant to trade or commerce based data exchange scenarios, e.g. between customers, vendors, suppliers and distributors. It is used when exporting to GAEB XML 9x exchange phases. */
2603
- export class CommercePropertiesDto {
2603
+ class CommercePropertiesDto {
2604
2604
  /** This maps to ArtNo in GAEB XML and represents an article number given by the supplier. */
2605
2605
  articleNumber;
2606
2606
  /** This maps to EAN in GAEB XML and represents an GTIN (formerly EAN) article number. */
@@ -2657,7 +2657,7 @@ export class CommercePropertiesDto {
2657
2657
  }
2658
2658
  }
2659
2659
  /** This class represents the linking to a complementary position with a specific quantity set. For example, Position 'A' could be complementing Position 'B' with a total quantity of 20 units */
2660
- export class ComplementedByQuantityDto {
2660
+ class ComplementedByQuantityDto {
2661
2661
  /** The quantity that is complemented. E.g., if the base position has a quantity of 100 m² of a brick wall, a complementing position might be for 'walls that exceed 3 m height' and for a total quantity of 10 m². */
2662
2662
  quantity;
2663
2663
  /** This is the reference to the Id of the Position that is complementing. This means it does NOT reference the base position but the one that contains the actual addition. */
@@ -2690,7 +2690,7 @@ export class ComplementedByQuantityDto {
2690
2690
  }
2691
2691
  }
2692
2692
  /** This class models special properties that only apply to some exchange scenarios where ÖNorm is used. It is special for Positions and extends the OenormProperties base class. */
2693
- export class OenormPositionPropertiesDto {
2693
+ class OenormPositionPropertiesDto {
2694
2694
  /** This indicates where the content of this element originates, if set. It corresponds to 'herkunftskennzeichen' in ÖNorm */
2695
2695
  originCode;
2696
2696
  /** This marks if the opening texts within this element are considered free text. It corresponds to 'vorbemerkungskennzeichen' in ÖNorm. */
@@ -2739,14 +2739,14 @@ export class OenormPositionPropertiesDto {
2739
2739
  }
2740
2740
  }
2741
2741
  /** This indicates where the content of this element originates, if set. It corresponds to 'herkunftskennzeichen' in ÖNorm */
2742
- export var OenormOriginCodeDto;
2742
+ var OenormOriginCodeDto;
2743
2743
  (function (OenormOriginCodeDto) {
2744
2744
  OenormOriginCodeDto["Unknown"] = "Unknown";
2745
2745
  OenormOriginCodeDto["FreeText"] = "FreeText";
2746
2746
  OenormOriginCodeDto["AdditionDescription"] = "AdditionDescription";
2747
2747
  })(OenormOriginCodeDto || (OenormOriginCodeDto = {}));
2748
2748
  /** This enumeration represents the status of an addendum, 'Nachtrag' in German */
2749
- export var AddendumStatusDto;
2749
+ var AddendumStatusDto;
2750
2750
  (function (AddendumStatusDto) {
2751
2751
  AddendumStatusDto["Unknown"] = "Unknown";
2752
2752
  AddendumStatusDto["Recognized"] = "Recognized";
@@ -2759,7 +2759,7 @@ export var AddendumStatusDto;
2759
2759
  AddendumStatusDto["Approved"] = "Approved";
2760
2760
  })(AddendumStatusDto || (AddendumStatusDto = {}));
2761
2761
  /** This enum represents the different ways in which a complementing position type can be specified. It is typically only used in GAEB exports, since in Dangl.AVA, complementing positions are always explicitly referenced. */
2762
- export var PositionComplementingTypeDto;
2762
+ var PositionComplementingTypeDto;
2763
2763
  (function (PositionComplementingTypeDto) {
2764
2764
  PositionComplementingTypeDto["Undefined"] = "Undefined";
2765
2765
  PositionComplementingTypeDto["AllPreviousMarkedPositions"] = "AllPreviousMarkedPositions";
@@ -2767,7 +2767,7 @@ export var PositionComplementingTypeDto;
2767
2767
  PositionComplementingTypeDto["ReferencedPositions"] = "ReferencedPositions";
2768
2768
  })(PositionComplementingTypeDto || (PositionComplementingTypeDto = {}));
2769
2769
  /** This class holds properties that describe retention types in position. Retention / hold out usually means that a service is provided and kept available for a specific amount of time, e.g. fences on a construction site */
2770
- export class PositionHoldOutPropertiesDto {
2770
+ class PositionHoldOutPropertiesDto {
2771
2771
  /** Elements GUID identifier. */
2772
2772
  id;
2773
2773
  /** The actual type */
@@ -2820,7 +2820,7 @@ export class PositionHoldOutPropertiesDto {
2820
2820
  }
2821
2821
  }
2822
2822
  /** Types of retentions to be used in positions */
2823
- export var HoldOutTypeDto;
2823
+ var HoldOutTypeDto;
2824
2824
  (function (HoldOutTypeDto) {
2825
2825
  HoldOutTypeDto["Unknown"] = "Unknown";
2826
2826
  HoldOutTypeDto["Base"] = "Base";
@@ -2828,7 +2828,7 @@ export var HoldOutTypeDto;
2828
2828
  HoldOutTypeDto["Rent"] = "Rent";
2829
2829
  })(HoldOutTypeDto || (HoldOutTypeDto = {}));
2830
2830
  /** Duration used in retention positions */
2831
- export var HoldOutDurationUnitDto;
2831
+ var HoldOutDurationUnitDto;
2832
2832
  (function (HoldOutDurationUnitDto) {
2833
2833
  HoldOutDurationUnitDto["Unknown"] = "Unknown";
2834
2834
  HoldOutDurationUnitDto["Minutes"] = "Minutes";
@@ -2838,7 +2838,7 @@ export var HoldOutDurationUnitDto;
2838
2838
  HoldOutDurationUnitDto["Months"] = "Months";
2839
2839
  })(HoldOutDurationUnitDto || (HoldOutDurationUnitDto = {}));
2840
2840
  /** Price catalogue data represents assumed or estimated prices from a catalogue source */
2841
- export class PriceCatalogueDataDto {
2841
+ class PriceCatalogueDataDto {
2842
2842
  /** Elements GUID identifier. */
2843
2843
  id;
2844
2844
  /** The lower bound of the unit price */
@@ -2891,7 +2891,7 @@ export class PriceCatalogueDataDto {
2891
2891
  }
2892
2892
  }
2893
2893
  /** An ExecutionDescription is used to give more details for certain items, especially on how they are meant to be executed. */
2894
- export class ExecutionDescriptionDto extends IElementDto {
2894
+ class ExecutionDescriptionDto extends IElementDto {
2895
2895
  /** Blocks within an ExecutionDescription contain the actual information. */
2896
2896
  blocks;
2897
2897
  /** Labels this ExecutionDescription. */
@@ -2946,7 +2946,7 @@ export class ExecutionDescriptionDto extends IElementDto {
2946
2946
  }
2947
2947
  }
2948
2948
  /** Represents an element that holds text information. */
2949
- export class NoteTextDto extends IElementDto {
2949
+ class NoteTextDto extends IElementDto {
2950
2950
  /** If this is set to true, this text is meant to not be seen as part of the regular elements hierarchy but as a special opening text at the beginning of the project. For example, in GAEB XML, this would map to the GAEB.Award.AddText. Typically, such texts describe project-wide contractual definitions. If this is set to true, this NoteText should be placed at the top of the elements hierarchy directly in the ServiceSpecification.Elements group, otherwise it will likely not be treated correctly when exporting to GAEB. You can only set IsOpeningText or IsClosingText to true. */
2951
2951
  isOpeningText;
2952
2952
  /** If this is set to true, this text is meant to not be seen as part of the regular elements hierarchy but as a special closing text at the end of the project. For Example, in GAEB XML, this would map to the GAEB.AddText. Typically, such texts are used to describe project wide finishing descriptions. If this is set to true, this NoteText should be placed at the top of the elements hierarchy directly in the ServiceSpecification.Elements group, otherwise it will likely not be treated correctly when exporting to GAEB. You can only set IsOpeningText or IsClosingText to true. */
@@ -3055,7 +3055,7 @@ export class NoteTextDto extends IElementDto {
3055
3055
  }
3056
3056
  }
3057
3057
  /** This class models special properties that only apply to some exchange scenarios where ÖNorm is used. It is special for NoteTexts. */
3058
- export class OenormNoteTextPropertiesDto {
3058
+ class OenormNoteTextPropertiesDto {
3059
3059
  /** This indicates where the content of this element originates, if set. It corresponds to 'herkunftskennzeichen' in ÖNorm */
3060
3060
  originCode;
3061
3061
  /** This marks if the opening texts within this element are considered free text. It corresponds to 'vorbemerkungskennzeichen' in ÖNorm. */
@@ -3092,7 +3092,7 @@ export class OenormNoteTextPropertiesDto {
3092
3092
  }
3093
3093
  }
3094
3094
  /** This is a grouping IElement that holds other IElements within. */
3095
- export class ServiceSpecificationGroupDto extends IElementDto {
3095
+ class ServiceSpecificationGroupDto extends IElementDto {
3096
3096
  /** The hourly wage that is used within this ElementContainerBase. Will be propagated to child elements. */
3097
3097
  projectHourlyWage;
3098
3098
  /** The tax rate that is used within this ElementContainerBase. Will be propagated to child elements. */
@@ -3318,7 +3318,7 @@ export class ServiceSpecificationGroupDto extends IElementDto {
3318
3318
  }
3319
3319
  }
3320
3320
  /** This is used in an ElementContainerBase to hold the price composition. */
3321
- export class GrossPriceComponentDto {
3321
+ class GrossPriceComponentDto {
3322
3322
  /** This components tax rate. */
3323
3323
  taxRate;
3324
3324
  /** This is the factor of applied deductions for this component */
@@ -3375,7 +3375,7 @@ export class GrossPriceComponentDto {
3375
3375
  }
3376
3376
  }
3377
3377
  /** This class models special properties that only apply to some exchange scenarios where ÖNorm is used. */
3378
- export class OenormPropertiesDto {
3378
+ class OenormPropertiesDto {
3379
3379
  /** This indicates where the content of this element originates, if set. It corresponds to 'herkunftskennzeichen' in ÖNorm */
3380
3380
  originCode;
3381
3381
  /** This marks if the opening texts within this element are considered free text. It corresponds to 'vorbemerkungskennzeichen' in ÖNorm. */
@@ -3408,7 +3408,7 @@ export class OenormPropertiesDto {
3408
3408
  }
3409
3409
  }
3410
3410
  /** Indicates a ServiceSpecification's exchange phase, based on the GAEB exchange phases. */
3411
- export var ExchangePhaseDto;
3411
+ var ExchangePhaseDto;
3412
3412
  (function (ExchangePhaseDto) {
3413
3413
  ExchangePhaseDto["Undefined"] = "Undefined";
3414
3414
  ExchangePhaseDto["Base"] = "Base";
@@ -3419,7 +3419,7 @@ export var ExchangePhaseDto;
3419
3419
  ExchangePhaseDto["Grant"] = "Grant";
3420
3420
  })(ExchangePhaseDto || (ExchangePhaseDto = {}));
3421
3421
  /** Indicates where a service specification was originally created. */
3422
- export var OriginDto;
3422
+ var OriginDto;
3423
3423
  (function (OriginDto) {
3424
3424
  OriginDto["Self"] = "Self";
3425
3425
  OriginDto["Gaeb90"] = "Gaeb90";
@@ -3430,7 +3430,7 @@ export var OriginDto;
3430
3430
  OriginDto["Sia"] = "Sia";
3431
3431
  })(OriginDto || (OriginDto = {}));
3432
3432
  /** Holds global price information for a ServiceSpecification */
3433
- export class PriceInformationDto {
3433
+ class PriceInformationDto {
3434
3434
  /** Elements GUID identifier. */
3435
3435
  id;
3436
3436
  /** The amount of currency per one hour of manual labour work in this project. */
@@ -3503,7 +3503,7 @@ export class PriceInformationDto {
3503
3503
  }
3504
3504
  }
3505
3505
  /** This class holds information about offered trade discounts (Skonto in German) */
3506
- export class TradeDiscountDto {
3506
+ class TradeDiscountDto {
3507
3507
  /** Elements GUID identifier. */
3508
3508
  id;
3509
3509
  /** The amount of days for how long a declared trade discount applies. Must be a positive number, negative values will be ignored and not set. */
@@ -3540,7 +3540,7 @@ export class TradeDiscountDto {
3540
3540
  }
3541
3541
  }
3542
3542
  /** This class does not represent a typical `TimeSpan` but has a scalar value int Duration and a DurationUnit Unit to represent durations as typically used in contracts, e.g. 5 Months */
3543
- export class WarrantyDurationDto {
3543
+ class WarrantyDurationDto {
3544
3544
  /** The scalar value of the duration. This value must be equal to or bigger than zero (>= 0). Negative values can not be set and will be ignored. */
3545
3545
  duration;
3546
3546
  /** The unit of the duration */
@@ -3573,13 +3573,13 @@ export class WarrantyDurationDto {
3573
3573
  }
3574
3574
  }
3575
3575
  /** This enumeration represents the unit of a duration */
3576
- export var DurationUnitDto;
3576
+ var DurationUnitDto;
3577
3577
  (function (DurationUnitDto) {
3578
3578
  DurationUnitDto["Months"] = "Months";
3579
3579
  DurationUnitDto["Years"] = "Years";
3580
3580
  })(DurationUnitDto || (DurationUnitDto = {}));
3581
3581
  /** This class represents properties used in commerce exchange scenarios */
3582
- export class ServiceSpecificationCommercePropertiesDto {
3582
+ class ServiceSpecificationCommercePropertiesDto {
3583
3583
  /** The date until the price is valid or fixed. */
3584
3584
  fixedPriceDate;
3585
3585
  /** The date of the delivery voucher note. */
@@ -3652,7 +3652,7 @@ export class ServiceSpecificationCommercePropertiesDto {
3652
3652
  }
3653
3653
  }
3654
3654
  /** This enum represents types of price inquiries */
3655
- export var CommerceInquiryTypeDto;
3655
+ var CommerceInquiryTypeDto;
3656
3656
  (function (CommerceInquiryTypeDto) {
3657
3657
  CommerceInquiryTypeDto["Unknown"] = "Unknown";
3658
3658
  CommerceInquiryTypeDto["Project"] = "Project";
@@ -3660,7 +3660,7 @@ export var CommerceInquiryTypeDto;
3660
3660
  CommerceInquiryTypeDto["Exhibition"] = "Exhibition";
3661
3661
  })(CommerceInquiryTypeDto || (CommerceInquiryTypeDto = {}));
3662
3662
  /** A Project contains all relevant information for a construction project. */
3663
- export class ProjectDto {
3663
+ class ProjectDto {
3664
3664
  /** Elements GUID identifier. */
3665
3665
  id;
3666
3666
  /** This property controls the accuracy of all price properties, meaning how many decimal places are preserved in calculations. It defaults to DEFAULT_PRICE_ACCURACY. Please see the Dangl.AVA documentation for further information about decimal precision. If UnitPriceAccuracy is set, then this property is ignored for unit prices. */
@@ -3747,3 +3747,20 @@ export class ProjectDto {
3747
3747
  return data;
3748
3748
  }
3749
3749
  }
3750
+
3751
+ // This file is automatically generated as part of the build process
3752
+ const avaModelsVersion = {
3753
+ version: "2.25.6-add-basic-npm-pa0019",
3754
+ commitInfo: "Branch.feature-add-basic-npm-package.Sha.2c9a15939b2d02924666fc01926a085c7e2dac16",
3755
+ commitDate: "2025-08-07",
3756
+ commitHash: "2c9a15939b2d02924666fc01926a085c7e2dac16",
3757
+ informationalVersion: "2.25.6-add-basic-npm-package.19+Branch.feature-add-basic-npm-package.Sha.2c9a15939b2d02924666fc01926a085c7e2dac16",
3758
+ buildDateUtc: new Date(Date.UTC(2025, 7, 7, 12, 7, 33))
3759
+ };
3760
+
3761
+ /**
3762
+ * Generated bundle index. Do not edit.
3763
+ */
3764
+
3765
+ export { AddendumStatusDto, AdditionTypeDto, ArticleDataDto, AwardTypeDto, BankingInformationDto, CalculationDto, CatalogueDto, CatalogueReferenceDto, CatalogueTypeDto, ComissionStatusDto, CommerceInquiryTypeDto, CommercePropertiesDto, ComplementedByQuantityDto, DurationUnitDto, ExchangePhaseDto, ExecutionDescriptionDto, GrossPriceComponentDto, HoldOutDurationUnitDto, HoldOutTypeDto, IElementDto, ItemNumberDto, ItemNumberSchemaDto, ItemNumberSchemaTierAlignmentDto, ItemNumberSchemaTierDto, ItemNumberSchemaTierTypeDto, ItemNumberTypeDto, LabourPriceComponentDto, NoteTextDto, OenormNoteTextPropertiesDto, OenormOriginCodeDto, OenormPositionPropertiesDto, OenormPropertiesDto, OriginDto, PartyInformationDto, PositionComplementingTypeDto, PositionDto, PositionHoldOutPropertiesDto, PositionTypeDto, PriceCatalogueDataDto, PriceComponentDto, PriceComponentTypeDto, PriceInformationDto, PriceRoundingModeDto, PriceTypeDto, ProductDataDto, ProjectDto, ProjectInformationDto, QuantityAssignmentDto, STLBKeyDto, STLBReferenceDto, ServiceSpecificationCommercePropertiesDto, ServiceSpecificationDto, ServiceSpecificationGroupDto, ServiceTypeDto, SpecialAwardKindDto, StandardReferenceTypeDto, StandardizedDescriptionDto, SubDescriptionDto, TradeDiscountDto, WarrantyDurationDto, avaModelsVersion };
3766
+ //# sourceMappingURL=dangl-ava-model.mjs.map