@vario-software/types 2026.20.1 → 2026.20.2

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.
@@ -336,14 +336,14 @@ export interface AccountAddress {
336
336
  types: Array<ApiCreatableReference>;
337
337
 
338
338
  /**
339
- * GLN/ILN as location identifier for this address
339
+ * Leitweg-ID
340
340
  */
341
- globalLocationNumber: string;
341
+ buyerReference: string;
342
342
 
343
343
  /**
344
- * Leitweg-ID
344
+ * GLN/ILN as location identifier for this address
345
345
  */
346
- buyerReference: string;
346
+ globalLocationNumber: string;
347
347
 
348
348
  /**
349
349
  * abweichende Zahlungsart
@@ -488,26 +488,26 @@ export interface AccountBankdetail {
488
488
  */
489
489
  version: number;
490
490
 
491
- /**
492
- * city of the bank
493
- */
494
- bankCity: string;
495
-
496
491
  /**
497
492
  * Hauptbankverbindung für
498
493
  */
499
494
  mainBankAccountType: TaxPerformanceLocationType;
500
495
 
501
496
  /**
502
- * Is default bank?
497
+ * city of the bank
503
498
  */
504
- defaultBank: boolean;
499
+ bankCity: string;
505
500
 
506
501
  /**
507
502
  * origin type
508
503
  */
509
504
  originType: AccountBankdetail$OriginType;
510
505
 
506
+ /**
507
+ * Is default bank?
508
+ */
509
+ defaultBank: boolean;
510
+
511
511
  /**
512
512
  * IBAN
513
513
  */
@@ -605,14 +605,14 @@ export interface AccountLoanValue {
605
605
  nonInvoicedDocumentLoan: number;
606
606
 
607
607
  /**
608
- * Kreditlimit
608
+ * Betrag aus Verbindlichkeiten(negativ)
609
609
  */
610
- maximalLoan: number;
610
+ payablesSum: number;
611
611
 
612
612
  /**
613
- * Betrag aus Verbindlichkeiten(negativ)
613
+ * Kreditlimit
614
614
  */
615
- payablesSum: number;
615
+ maximalLoan: number;
616
616
 
617
617
  /**
618
618
  * Überschrittener Kreditbetrag
@@ -1014,9 +1014,9 @@ export interface Article {
1014
1014
  baseCapacityUnit: UnitTypeReference;
1015
1015
 
1016
1016
  /**
1017
- * Seriennummern Auszeichnungsart
1017
+ * is this product sellable without any quantity at the stock
1018
1018
  */
1019
- serialNumberLabelingType: ArticleSerialNumberLabelingType;
1019
+ sellableWithoutStock: boolean;
1020
1020
 
1021
1021
  /**
1022
1022
  * Durchschnittl. EKP (Startwert)
@@ -1024,9 +1024,9 @@ export interface Article {
1024
1024
  initialAvgPurchasePrice: number;
1025
1025
 
1026
1026
  /**
1027
- * is this product sellable without any quantity at the stock
1027
+ * Seriennummern Auszeichnungsart
1028
1028
  */
1029
- sellableWithoutStock: boolean;
1029
+ serialNumberLabelingType: ArticleSerialNumberLabelingType;
1030
1030
 
1031
1031
  /**
1032
1032
  * gross Volume in cubic meters
@@ -1049,14 +1049,14 @@ export interface Article {
1049
1049
  warrantyInMonths: number;
1050
1050
 
1051
1051
  /**
1052
- * Optionen zur Berechnung der Verfügbarkeit
1052
+ * weight and size w.o. packaging
1053
1053
  */
1054
- availabilityDetermination: ArticleAvailabilityDetermination;
1054
+ netMetric: Article$Metric;
1055
1055
 
1056
1056
  /**
1057
- * weight and size w.o. packaging
1057
+ * Optionen zur Berechnung der Verfügbarkeit
1058
1058
  */
1059
- netMetric: Article$Metric;
1059
+ availabilityDetermination: ArticleAvailabilityDetermination;
1060
1060
 
1061
1061
  /**
1062
1062
  * unique product number
@@ -1124,14 +1124,14 @@ export interface Article {
1124
1124
  deliveryMethodRef: ApiObjectReference;
1125
1125
 
1126
1126
  /**
1127
- * Soll-Handelsspanne
1127
+ * Produktion
1128
1128
  */
1129
- targetTradingMargin: number;
1129
+ fabrication: boolean;
1130
1130
 
1131
1131
  /**
1132
- * Produktion
1132
+ * Soll-Handelsspanne
1133
1133
  */
1134
- fabrication: boolean;
1134
+ targetTradingMargin: number;
1135
1135
 
1136
1136
  /**
1137
1137
  * active
@@ -1169,14 +1169,14 @@ export interface Article {
1169
1169
  solvable: boolean;
1170
1170
 
1171
1171
  /**
1172
- * Verkaufseinheit
1172
+ * weight and size inc. packaging
1173
1173
  */
1174
- salesUnit: number;
1174
+ grossMetric: Article$Metric;
1175
1175
 
1176
1176
  /**
1177
- * weight and size inc. packaging
1177
+ * Verkaufseinheit
1178
1178
  */
1179
- grossMetric: Article$Metric;
1179
+ salesUnit: number;
1180
1180
 
1181
1181
  /**
1182
1182
  * name of this product
@@ -1189,14 +1189,14 @@ export interface Article {
1189
1189
  listingStateChangeTime: ScriptingDateTime;
1190
1190
 
1191
1191
  /**
1192
- * Arbeitseinheit in Minuten
1192
+ * Country code
1193
1193
  */
1194
- workUnitInMinutes: number;
1194
+ countryOfOriginRef: CountryReference;
1195
1195
 
1196
1196
  /**
1197
- * Country code
1197
+ * Arbeitseinheit in Minuten
1198
1198
  */
1199
- countryOfOriginRef: CountryReference;
1199
+ workUnitInMinutes: number;
1200
1200
 
1201
1201
  /**
1202
1202
  * Frei kommissionierbar
@@ -1268,6 +1268,11 @@ export interface Article {
1268
1268
  */
1269
1269
  permissibleForOrderProposal: boolean;
1270
1270
 
1271
+ /**
1272
+ * Versandlabeldruck
1273
+ */
1274
+ shippingLabelPrinting: boolean;
1275
+
1271
1276
  /**
1272
1277
  * Artikel ist Gefahrgut
1273
1278
  */
@@ -1279,9 +1284,9 @@ export interface Article {
1279
1284
  productRef: ApiObjectReference;
1280
1285
 
1281
1286
  /**
1282
- * Versandlabeldruck
1287
+ * Kontingentartikel
1283
1288
  */
1284
- shippingLabelPrinting: boolean;
1289
+ contingentArticleRef: ApiObjectReference;
1285
1290
 
1286
1291
  /**
1287
1292
  * rabattierbarer Artikel?
@@ -1293,11 +1298,6 @@ export interface Article {
1293
1298
  */
1294
1299
  alternativeName: string;
1295
1300
 
1296
- /**
1297
- * Kontingentartikel
1298
- */
1299
- contingentArticleRef: ApiObjectReference;
1300
-
1301
1301
  /**
1302
1302
  * base capacity
1303
1303
  */
@@ -1329,14 +1329,14 @@ export interface Article {
1329
1329
  custom: EavArticle;
1330
1330
 
1331
1331
  /**
1332
- * Art des Haltbarkeitsdatums
1332
+ * Bedarfsermittlung nur über Reservierungen
1333
1333
  */
1334
- expiryDateType: ArticleSerialExpiryDateType;
1334
+ needsAssessmentOnlyOnReservationBasis: boolean;
1335
1335
 
1336
1336
  /**
1337
- * Bedarfsermittlung nur über Reservierungen
1337
+ * Art des Haltbarkeitsdatums
1338
1338
  */
1339
- needsAssessmentOnlyOnReservationBasis: boolean;
1339
+ expiryDateType: ArticleSerialExpiryDateType;
1340
1340
 
1341
1341
  /**
1342
1342
  * Hersteller
@@ -1397,14 +1397,14 @@ export interface Article$Metric {
1397
1397
  sizeX: number;
1398
1398
 
1399
1399
  /**
1400
- * weight
1400
+ * size unit
1401
1401
  */
1402
- weight: number;
1402
+ sizeUnit: UnitTypeReference;
1403
1403
 
1404
1404
  /**
1405
- * size unit
1405
+ * weight
1406
1406
  */
1407
- sizeUnit: UnitTypeReference;
1407
+ weight: number;
1408
1408
 
1409
1409
  /**
1410
1410
  * size
@@ -1412,14 +1412,14 @@ export interface Article$Metric {
1412
1412
  sizeY: number;
1413
1413
 
1414
1414
  /**
1415
- * weight unit
1415
+ * size
1416
1416
  */
1417
- weightUnit: UnitTypeReference;
1417
+ sizeZ: number;
1418
1418
 
1419
1419
  /**
1420
- * size
1420
+ * weight unit
1421
1421
  */
1422
- sizeZ: number;
1422
+ weightUnit: UnitTypeReference;
1423
1423
  }
1424
1424
 
1425
1425
  export interface ArticleAvailabilityDetermination {
@@ -1522,14 +1522,14 @@ export interface ArticleListing {
1522
1522
  proposedLowestPriceGross: number;
1523
1523
 
1524
1524
  /**
1525
- * Niedrigster Brutto-Preis der letzten 30 Tage (benutzerdefinierte Eingabe)
1525
+ * der Sales Channel
1526
1526
  */
1527
- customLowestPriceGross: number;
1527
+ salesChannelRef: ApiObjectReference;
1528
1528
 
1529
1529
  /**
1530
- * der Sales Channel
1530
+ * Niedrigster Brutto-Preis der letzten 30 Tage (benutzerdefinierte Eingabe)
1531
1531
  */
1532
- salesChannelRef: ApiObjectReference;
1532
+ customLowestPriceGross: number;
1533
1533
 
1534
1534
  /**
1535
1535
  * soll der Artikel gelistet werden
@@ -1562,14 +1562,14 @@ export interface ArticleListing {
1562
1562
  alternativeName: WithDefaults<String>;
1563
1563
 
1564
1564
  /**
1565
- * Niedrigster Netto-Preis der letzten 30 Tage (benutzerdefinierte Eingabe)
1565
+ * Niedrigster Netto-Preis der letzten 30 Tage (vom System ermittelt)
1566
1566
  */
1567
- customLowestPriceNet: number;
1567
+ proposedLowestPriceNet: number;
1568
1568
 
1569
1569
  /**
1570
- * Niedrigster Netto-Preis der letzten 30 Tage (vom System ermittelt)
1570
+ * Niedrigster Netto-Preis der letzten 30 Tage (benutzerdefinierte Eingabe)
1571
1571
  */
1572
- proposedLowestPriceNet: number;
1572
+ customLowestPriceNet: number;
1573
1573
 
1574
1574
  /**
1575
1575
  * der aktuelle listing stand
@@ -1728,20 +1728,15 @@ export const enum ArticleSerialType {
1728
1728
 
1729
1729
  export interface ArticleStorage {
1730
1730
 
1731
- /**
1732
- * Nachschub ab
1733
- */
1734
- replenishmentFrom: number;
1735
-
1736
1731
  /**
1737
1732
  * Bestand im Lager
1738
1733
  */
1739
1734
  quantityInStock: number;
1740
1735
 
1741
1736
  /**
1742
- * Aktuelle Menge in Kommissionierung
1737
+ * Nachschub ab
1743
1738
  */
1744
- quantityInPicking: number;
1739
+ replenishmentFrom: number;
1745
1740
 
1746
1741
  /**
1747
1742
  * Meldebestand
@@ -1753,6 +1748,11 @@ export interface ArticleStorage {
1753
1748
  */
1754
1749
  orderedQuantity: number;
1755
1750
 
1751
+ /**
1752
+ * Aktuelle Menge in Kommissionierung
1753
+ */
1754
+ quantityInPicking: number;
1755
+
1756
1756
  /**
1757
1757
  * Nachschub auf
1758
1758
  */
@@ -1831,6 +1831,11 @@ export interface ArticleStorage {
1831
1831
 
1832
1832
  export interface ArticleSupplier {
1833
1833
 
1834
+ /**
1835
+ * Anzeigename des Accounts
1836
+ */
1837
+ accountDisplayName: string;
1838
+
1834
1839
  /**
1835
1840
  * Lieferanten-Meldebestand
1836
1841
  */
@@ -1841,11 +1846,6 @@ export interface ArticleSupplier {
1841
1846
  */
1842
1847
  useSupplierArticleDescription: boolean;
1843
1848
 
1844
- /**
1845
- * Anzeigename des Accounts
1846
- */
1847
- accountDisplayName: string;
1848
-
1849
1849
  /**
1850
1850
  * Lieferzeit in (Werk-)Tagen
1851
1851
  */
@@ -1902,14 +1902,14 @@ export interface ArticleSupplier {
1902
1902
  info: MetaInfo;
1903
1903
 
1904
1904
  /**
1905
- * Verpackungseinheit
1905
+ * Referenced Article name
1906
1906
  */
1907
- packagingUnit: number;
1907
+ articleName: string;
1908
1908
 
1909
1909
  /**
1910
- * Referenced Article name
1910
+ * Verpackungseinheit
1911
1911
  */
1912
- articleName: string;
1912
+ packagingUnit: number;
1913
1913
 
1914
1914
  /**
1915
1915
  * Lieferanten-Preise
@@ -1942,14 +1942,14 @@ export interface ArticleSupplier {
1942
1942
  dropShippingAllowed: boolean;
1943
1943
 
1944
1944
  /**
1945
- * Abweichende Produktbeschreibung
1945
+ * Abweichende Produktbezeichnung
1946
1946
  */
1947
- supplierArticleDescription: string;
1947
+ supplierArticleName: string;
1948
1948
 
1949
1949
  /**
1950
- * Abweichende Produktbezeichnung
1950
+ * Abweichende Produktbeschreibung
1951
1951
  */
1952
- supplierArticleName: string;
1952
+ supplierArticleDescription: string;
1953
1953
 
1954
1954
  /**
1955
1955
  * Standardpreis Netto
@@ -2399,14 +2399,14 @@ export interface CrmActivityType {
2399
2399
  export interface CrmChecklistItem {
2400
2400
 
2401
2401
  /**
2402
- * Ist das Element "angehakt"?
2402
+ * Text des Checklisten-Elements
2403
2403
  */
2404
- checked: boolean;
2404
+ memo: string;
2405
2405
 
2406
2406
  /**
2407
- * Text des Checklisten-Elements
2407
+ * Ist das Element "angehakt"?
2408
2408
  */
2409
- memo: string;
2409
+ checked: boolean;
2410
2410
 
2411
2411
  /**
2412
2412
  * Unique identifier of the Object
@@ -2517,14 +2517,14 @@ export interface CrmDeal {
2517
2517
  info: MetaInfo;
2518
2518
 
2519
2519
  /**
2520
- * Zu Erledigen von Benutzer (zugeordneter Benutzer)
2520
+ * Weitere Teilnehmer vom Auftraggeber
2521
2521
  */
2522
- assignedUserRef: ApiObjectReference;
2522
+ additionalParticipantsOfCustomer: Array<CrmParticipant>;
2523
2523
 
2524
2524
  /**
2525
- * Weitere Teilnehmer vom Auftraggeber
2525
+ * Zu Erledigen von Benutzer (zugeordneter Benutzer)
2526
2526
  */
2527
- additionalParticipantsOfCustomer: Array<CrmParticipant>;
2527
+ assignedUserRef: ApiObjectReference;
2528
2528
 
2529
2529
  /**
2530
2530
  * Chance (in Prozent)
@@ -2823,14 +2823,14 @@ export interface CrmProject {
2823
2823
  billedTimes: number;
2824
2824
 
2825
2825
  /**
2826
- * Einkaufsbelege
2826
+ * Geplanter Projektzeitraum (von)
2827
2827
  */
2828
- purchaseDocumentRefs: Array<DocumentRef>;
2828
+ plannedProjectPeriodFrom: ScriptingDate;
2829
2829
 
2830
2830
  /**
2831
- * Geplanter Projektzeitraum (von)
2831
+ * Einkaufsbelege
2832
2832
  */
2833
- plannedProjectPeriodFrom: ScriptingDate;
2833
+ purchaseDocumentRefs: Array<DocumentRef>;
2834
2834
 
2835
2835
  /**
2836
2836
  * Verkaufsbelege
@@ -3304,14 +3304,14 @@ export interface CrmTask {
3304
3304
  assignedUserRef: ApiObjectReference;
3305
3305
 
3306
3306
  /**
3307
- * Beauftragte Zeit in Sekunden
3307
+ * Erfasste Zeiten in Sekunden (extern)
3308
3308
  */
3309
- effortCommissioned: number;
3309
+ externalRecordedTimes: number;
3310
3310
 
3311
3311
  /**
3312
- * Erfasste Zeiten in Sekunden (extern)
3312
+ * Beauftragte Zeit in Sekunden
3313
3313
  */
3314
- externalRecordedTimes: number;
3314
+ effortCommissioned: number;
3315
3315
 
3316
3316
  /**
3317
3317
  * Aufwandsschätzung in Sekunden
@@ -3488,14 +3488,14 @@ export interface CurrencyReference {
3488
3488
  export interface Customer {
3489
3489
 
3490
3490
  /**
3491
- * reference to customer group
3491
+ * Option für die Stapelverarbeitung
3492
3492
  */
3493
- customerGroupRef: ApiObjectReference;
3493
+ stackProcessingType: AccountOrderStackProcessingType;
3494
3494
 
3495
3495
  /**
3496
- * Option für die Stapelverarbeitung
3496
+ * reference to customer group
3497
3497
  */
3498
- stackProcessingType: AccountOrderStackProcessingType;
3498
+ customerGroupRef: ApiObjectReference;
3499
3499
 
3500
3500
  /**
3501
3501
  * Cron-Ausdruck zur Berechnung der Sammelabrechnung
@@ -3513,14 +3513,14 @@ export interface Customer {
3513
3513
  dueDate: ScriptingDate;
3514
3514
 
3515
3515
  /**
3516
- * collective billable
3516
+ * Maximal mögliche Lieferungen
3517
3517
  */
3518
- collectiveBillable: boolean;
3518
+ maxDeliveries: number;
3519
3519
 
3520
3520
  /**
3521
- * Maximal mögliche Lieferungen
3521
+ * collective billable
3522
3522
  */
3523
- maxDeliveries: number;
3523
+ collectiveBillable: boolean;
3524
3524
 
3525
3525
  /**
3526
3526
  * Hat der Kunde eine Liefersperre?
@@ -3548,14 +3548,14 @@ export interface Customer {
3548
3548
  stackProcessingPriority: number;
3549
3549
 
3550
3550
  /**
3551
- * Sammelabrechnung nur manuell auslösen?
3551
+ * reference to product price group
3552
3552
  */
3553
- collectiveInvoiceManually: boolean;
3553
+ productPriceGroupRef: ApiObjectReference;
3554
3554
 
3555
3555
  /**
3556
- * reference to product price group
3556
+ * Sammelabrechnung nur manuell auslösen?
3557
3557
  */
3558
- productPriceGroupRef: ApiObjectReference;
3558
+ collectiveInvoiceManually: boolean;
3559
3559
 
3560
3560
  /**
3561
3561
  * Unique identifier of the Object
@@ -3699,14 +3699,14 @@ export interface DeliveryMethod {
3699
3699
  defaultSizeUnit: UnitTypeReference;
3700
3700
 
3701
3701
  /**
3702
- * Quelle für Paketgewicht
3702
+ * translations
3703
3703
  */
3704
- parcelWeightSource: DeliveryMethodParcelWeightSource;
3704
+ translations: Array<DocumentTypeTerm>;
3705
3705
 
3706
3706
  /**
3707
- * translations
3707
+ * Quelle für Paketgewicht
3708
3708
  */
3709
- translations: Array<DocumentTypeTerm>;
3709
+ parcelWeightSource: DeliveryMethodParcelWeightSource;
3710
3710
 
3711
3711
  /**
3712
3712
  * Gültige Ländercodes
@@ -3835,14 +3835,14 @@ export interface DeliveryTerm {
3835
3835
  export interface Document {
3836
3836
 
3837
3837
  /**
3838
- * Referenz zum Rechnungskonto
3838
+ * Bestätigtes Lieferende (nur wenn bestätigtes Lieferdatum gesetzt)
3839
3839
  */
3840
- billingAccountRef: ApiObjectReference;
3840
+ confirmedDeliveryDateEnd: ScriptingDate;
3841
3841
 
3842
3842
  /**
3843
- * Bestätigtes Lieferende (nur wenn bestätigtes Lieferdatum gesetzt)
3843
+ * Referenz zum Rechnungskonto
3844
3844
  */
3845
- confirmedDeliveryDateEnd: ScriptingDate;
3845
+ billingAccountRef: ApiObjectReference;
3846
3846
 
3847
3847
  /**
3848
3848
  * Externe Belegnummer
@@ -3983,14 +3983,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
3983
3983
  accountId: number;
3984
3984
 
3985
3985
  /**
3986
- * Länderkennzeichen Ursprungsland (ISO Alpha-3)
3986
+ * Länderkennzeichen Leistungsland (ISO Alpha-3)
3987
3987
  */
3988
- sourceCountryCode: string;
3988
+ performanceCountryCode: string;
3989
3989
 
3990
3990
  /**
3991
- * Länderkennzeichen Leistungsland (ISO Alpha-3)
3991
+ * Länderkennzeichen Ursprungsland (ISO Alpha-3)
3992
3992
  */
3993
- performanceCountryCode: string;
3993
+ sourceCountryCode: string;
3994
3994
 
3995
3995
  /**
3996
3996
  * Vereinbartes Anzahlungsdatum
@@ -4033,14 +4033,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
4033
4033
  supplierNumber: string;
4034
4034
 
4035
4035
  /**
4036
- * Gesamtpreis brutto
4036
+ * Ist der Beleg zur Lieferung freigegeben?
4037
4037
  */
4038
- totalGrossPrice: number;
4038
+ deliveryApproved: boolean;
4039
4039
 
4040
4040
  /**
4041
- * Ist der Beleg zur Lieferung freigegeben?
4041
+ * Gesamtpreis brutto
4042
4042
  */
4043
- deliveryApproved: boolean;
4043
+ totalGrossPrice: number;
4044
4044
 
4045
4045
  /**
4046
4046
  * Kassen-Zahlungspositionen
@@ -4215,14 +4215,14 @@ true wenn die Quittung bezahlt ist
4215
4215
  dropShipping: boolean;
4216
4216
 
4217
4217
  /**
4218
- * Gesamtpreis netto
4218
+ * Validierungsstatus bei elektronischen Rechnungen
4219
4219
  */
4220
- totalNetPrice: number;
4220
+ valitoolValidationState: EInvoiceValidationState;
4221
4221
 
4222
4222
  /**
4223
- * Validierungsstatus bei elektronischen Rechnungen
4223
+ * Gesamtpreis netto
4224
4224
  */
4225
- valitoolValidationState: EInvoiceValidationState;
4225
+ totalNetPrice: number;
4226
4226
 
4227
4227
  /**
4228
4228
  * Ist der Beleg veröffentlicht (gedruckt, per Mail versendet)?
@@ -4330,9 +4330,9 @@ true wenn die Quittung bezahlt ist
4330
4330
  customerNumber: string;
4331
4331
 
4332
4332
  /**
4333
- * Versandkostenpositionen
4333
+ * Statusinstanz des Belegs
4334
4334
  */
4335
- shippingCosts: Array<DocumentShippingCost>;
4335
+ documentState: DocumentTypeState;
4336
4336
 
4337
4337
  /**
4338
4338
  * Umsatzsteuer-Identifikationsnummer
@@ -4340,14 +4340,16 @@ true wenn die Quittung bezahlt ist
4340
4340
  taxIdentificationNumber: string;
4341
4341
 
4342
4342
  /**
4343
- * Statusinstanz des Belegs
4343
+ * Versandkostenpositionen
4344
4344
  */
4345
- documentState: DocumentTypeState;
4345
+ shippingCosts: Array<DocumentShippingCost>;
4346
4346
 
4347
4347
  /**
4348
- * Rückgeld
4348
+ * Ist die Quittung ausbalanciert, also bezahlt und kein Rückgeld
4349
+ true wenn die Quittung ausbalanciert ist
4350
+
4349
4351
  */
4350
- posReceiptChangeAmount: number;
4352
+ posReceiptBalanced: boolean;
4351
4353
 
4352
4354
  /**
4353
4355
  * Referenz auf Lieferbedingung
@@ -4355,11 +4357,9 @@ true wenn die Quittung bezahlt ist
4355
4357
  deliveryTermRef: ApiObjectReference;
4356
4358
 
4357
4359
  /**
4358
- * Ist die Quittung ausbalanciert, also bezahlt und kein Rückgeld
4359
- true wenn die Quittung ausbalanciert ist
4360
-
4360
+ * Rückgeld
4361
4361
  */
4362
- posReceiptBalanced: boolean;
4362
+ posReceiptChangeAmount: number;
4363
4363
 
4364
4364
  /**
4365
4365
  * Gesamtbruttogewicht
@@ -4381,25 +4381,25 @@ true wenn die Quittung ausbalanciert ist
4381
4381
  */
4382
4382
  priceModifiers: Array<DocumentPriceModifier>;
4383
4383
 
4384
- /**
4385
- * Rechnungsadresse
4386
- */
4387
- billingAddress: DocumentAddress;
4388
-
4389
4384
  /**
4390
4385
  * Status der USt-ID-Prüfung
4391
4386
  */
4392
4387
  taxIdVerificationState: TaxIdVerificationState;
4393
4388
 
4394
4389
  /**
4395
- * Report-Gruppe, falls vom Standard abweichend
4390
+ * Rechnungsadresse
4396
4391
  */
4397
- reportGroupRef: ApiObjectReference;
4392
+ billingAddress: DocumentAddress;
4398
4393
 
4399
4394
  /**
4400
4395
  * Bestellt durch Ansprechpartner
4401
4396
  */
4402
4397
  orderedByPersonRef: ApiObjectReference;
4398
+
4399
+ /**
4400
+ * Report-Gruppe, falls vom Standard abweichend
4401
+ */
4402
+ reportGroupRef: ApiObjectReference;
4403
4403
  }
4404
4404
 
4405
4405
  export interface DocumentAdditionalInfo {
@@ -4762,14 +4762,14 @@ export interface DocumentContractDetail {
4762
4762
  runtimeToDate: ScriptingDate;
4763
4763
 
4764
4764
  /**
4765
- * Nächste Fälligkeit
4765
+ * Letztmöglicher kündigungstermin des Anbieters
4766
4766
  */
4767
- nextDueDate: ScriptingDate;
4767
+ lastProviderCancellationDate: ScriptingDate;
4768
4768
 
4769
4769
  /**
4770
- * Letztmöglicher kündigungstermin des Anbieters
4770
+ * Nächste Fälligkeit
4771
4771
  */
4772
- lastProviderCancellationDate: ScriptingDate;
4772
+ nextDueDate: ScriptingDate;
4773
4773
 
4774
4774
  /**
4775
4775
  * Letztmöglicher kündigungstermin des Kunden
@@ -4934,14 +4934,14 @@ export const enum DocumentImportType {
4934
4934
  export interface DocumentLine {
4935
4935
 
4936
4936
  /**
4937
- * Zolltarifnummer
4937
+ * Leistungsdatum
4938
4938
  */
4939
- customsTariffNumber: string;
4939
+ performanceDate: ScriptingDate;
4940
4940
 
4941
4941
  /**
4942
- * Leistungsdatum
4942
+ * Zolltarifnummer
4943
4943
  */
4944
- performanceDate: ScriptingDate;
4944
+ customsTariffNumber: string;
4945
4945
 
4946
4946
  /**
4947
4947
  * Land der Herkunft
@@ -4949,14 +4949,14 @@ export interface DocumentLine {
4949
4949
  country: CountryReference;
4950
4950
 
4951
4951
  /**
4952
- * wurde aufgelöst in Gebindeartikel
4952
+ * bestätigtes Ende des Lieferzeitraums (nur notwendig für Lieferrzeiträume, wenn Lieferdatum gesetzt)
4953
4953
  */
4954
- convertedIntoBundleArticleRef: ApiObjectReference;
4954
+ confirmedDeliveryDateEnd: ScriptingDate;
4955
4955
 
4956
4956
  /**
4957
- * bestätigtes Ende des Lieferzeitraums (nur notwendig für Lieferrzeiträume, wenn Lieferdatum gesetzt)
4957
+ * wurde aufgelöst in Gebindeartikel
4958
4958
  */
4959
- confirmedDeliveryDateEnd: ScriptingDate;
4959
+ convertedIntoBundleArticleRef: ApiObjectReference;
4960
4960
 
4961
4961
  /**
4962
4962
  * verarbeitete Menge
@@ -5034,14 +5034,14 @@ export interface DocumentLine {
5034
5034
  lineType: DocumentLineType;
5035
5035
 
5036
5036
  /**
5037
- * Gesamtpreis Position in Basiswährung
5037
+ * FiBu-Buchung
5038
5038
  */
5039
- baseTotalLinePrice: number;
5039
+ financeBooking: DocumentFinanceBooking;
5040
5040
 
5041
5041
  /**
5042
- * FiBu-Buchung
5042
+ * Gesamtpreis Position in Basiswährung
5043
5043
  */
5044
- financeBooking: DocumentFinanceBooking;
5044
+ baseTotalLinePrice: number;
5045
5045
 
5046
5046
  /**
5047
5047
  * vorgeorderte Menge in Pickvorgang
@@ -5073,11 +5073,6 @@ export interface DocumentLine {
5073
5073
  */
5074
5074
  id: number;
5075
5075
 
5076
- /**
5077
- * Preis pro Einheit in Basiswährung
5078
- */
5079
- basePrice: number;
5080
-
5081
5076
  /**
5082
5077
  * Positionsnummer über alle Artikelpositionen hinweg
5083
5078
  */
@@ -5088,6 +5083,11 @@ export interface DocumentLine {
5088
5083
  */
5089
5084
  externalReferenceVds: string;
5090
5085
 
5086
+ /**
5087
+ * Preis pro Einheit in Basiswährung
5088
+ */
5089
+ basePrice: number;
5090
+
5091
5091
  /**
5092
5092
  * Serientyp
5093
5093
  */
@@ -5289,14 +5289,14 @@ export interface DocumentLine {
5289
5289
  productType: ProductType;
5290
5290
 
5291
5291
  /**
5292
- * Nettoverkaufswert der Position in Basiswährung
5292
+ * Vertragsinformationen
5293
5293
  */
5294
- baseSalesValueNet: number;
5294
+ contractDetail: DocumentContractDetail;
5295
5295
 
5296
5296
  /**
5297
- * Vertragsinformationen
5297
+ * Nettoverkaufswert der Position in Basiswährung
5298
5298
  */
5299
- contractDetail: DocumentContractDetail;
5299
+ baseSalesValueNet: number;
5300
5300
 
5301
5301
  /**
5302
5302
  * Einheit Nettogewicht
@@ -5831,14 +5831,14 @@ export interface DocumentLineRef {
5831
5831
  quantity: number;
5832
5832
 
5833
5833
  /**
5834
- * Artikelnummer
5834
+ * Belegart
5835
5835
  */
5836
- articleNumber: string;
5836
+ documentType: string;
5837
5837
 
5838
5838
  /**
5839
- * Belegart
5839
+ * Artikelnummer
5840
5840
  */
5841
- documentType: string;
5841
+ articleNumber: string;
5842
5842
 
5843
5843
  /**
5844
5844
  * price per quantity [GROSS, NET]
@@ -6283,14 +6283,14 @@ export interface DocumentText {
6283
6283
  transferableIntoSubsequentDocuments: boolean;
6284
6284
 
6285
6285
  /**
6286
- * Wurde entfernt und soll deshalb nicht mehr angezeigt werden.
6286
+ * position relative to the product line OR Document. For usage within text-line, this position is irrelevant
6287
6287
  */
6288
- deleted: boolean;
6288
+ textPosition: TextPosition;
6289
6289
 
6290
6290
  /**
6291
- * position relative to the product line OR Document. For usage within text-line, this position is irrelevant
6291
+ * Wurde entfernt und soll deshalb nicht mehr angezeigt werden.
6292
6292
  */
6293
- textPosition: TextPosition;
6293
+ deleted: boolean;
6294
6294
 
6295
6295
  /**
6296
6296
  * textBaustein Vorlage
@@ -6400,14 +6400,14 @@ export interface DocumentType {
6400
6400
  labels: Array<DocumentTypeLabel>;
6401
6401
 
6402
6402
  /**
6403
- * Zählerkreis
6403
+ * nächste Belegnummer
6404
6404
  */
6405
- sequencerConfiguration: SequencerConfiguration;
6405
+ nextNumber: string;
6406
6406
 
6407
6407
  /**
6408
- * nächste Belegnummer
6408
+ * Zählerkreis
6409
6409
  */
6410
- nextNumber: string;
6410
+ sequencerConfiguration: SequencerConfiguration;
6411
6411
 
6412
6412
  /**
6413
6413
  * Sortierung
@@ -6886,14 +6886,14 @@ export interface FabricationRevertRequest {
6886
6886
  quantity: number;
6887
6887
 
6888
6888
  /**
6889
- * Material automatisch stornieren
6889
+ * ID der zu stornierenden Position
6890
6890
  */
6891
- autoRevertComponents: boolean;
6891
+ documentLineId: number;
6892
6892
 
6893
6893
  /**
6894
- * ID der zu stornierenden Position
6894
+ * Material automatisch stornieren
6895
6895
  */
6896
- documentLineId: number;
6896
+ autoRevertComponents: boolean;
6897
6897
 
6898
6898
  /**
6899
6899
  * Zu stornierende Seriennummern
@@ -7156,14 +7156,14 @@ export interface PaymentTerm {
7156
7156
  paymentDiscount2: number;
7157
7157
 
7158
7158
  /**
7159
- * Percent for Discount 1
7159
+ * printDescription
7160
7160
  */
7161
- paymentDiscount1: number;
7161
+ printDescription: string;
7162
7162
 
7163
7163
  /**
7164
- * printDescription
7164
+ * Percent for Discount 1
7165
7165
  */
7166
- printDescription: string;
7166
+ paymentDiscount1: number;
7167
7167
 
7168
7168
  /**
7169
7169
  * for deposit: remaining term
@@ -7557,14 +7557,14 @@ export interface PicklistLine {
7557
7557
  articleNumber: string;
7558
7558
 
7559
7559
  /**
7560
- * Lagernummer
7560
+ * Art der Position
7561
7561
  */
7562
- storageNumber: string;
7562
+ lineType: PicklistLineType;
7563
7563
 
7564
7564
  /**
7565
- * Art der Position
7565
+ * Lagernummer
7566
7566
  */
7567
- lineType: PicklistLineType;
7567
+ storageNumber: string;
7568
7568
 
7569
7569
  /**
7570
7570
  * ID der Ziel-Dokumentposition
@@ -7886,6 +7886,11 @@ export interface PicklistTemplate$OrderSelectionOptions {
7886
7886
  */
7887
7887
  maxOrderValue: number;
7888
7888
 
7889
+ /**
7890
+ * Nur vollständig lieferbare Positionen
7891
+ */
7892
+ onlyFullDeliverableOrderLines: boolean;
7893
+
7889
7894
  /**
7890
7895
  * Selektion über den Bereich vom Lieferdatum
7891
7896
  */
@@ -7896,11 +7901,6 @@ export interface PicklistTemplate$OrderSelectionOptions {
7896
7901
  */
7897
7902
  maxOrderCount: number;
7898
7903
 
7899
- /**
7900
- * Nur vollständig lieferbare Positionen
7901
- */
7902
- onlyFullDeliverableOrderLines: boolean;
7903
-
7904
7904
  /**
7905
7905
  * Selektion über den Bereich vom Belegdatum
7906
7906
  */
@@ -7969,6 +7969,11 @@ export interface PicklistTemplate$PicklistCreationOptions {
7969
7969
  */
7970
7970
  maxPicklistLineCount: number;
7971
7971
 
7972
+ /**
7973
+ * Lagerplätze vorgeben
7974
+ */
7975
+ specifyStorageBins: boolean;
7976
+
7972
7977
  /**
7973
7978
  * Der zu verwendende Pickwagen
7974
7979
  */
@@ -7979,11 +7984,6 @@ export interface PicklistTemplate$PicklistCreationOptions {
7979
7984
  */
7980
7985
  picklistOutputReportGroupRef: ApiObjectReference;
7981
7986
 
7982
- /**
7983
- * Lagerplätze vorgeben
7984
- */
7985
- specifyStorageBins: boolean;
7986
-
7987
7987
  /**
7988
7988
  * Positionen der Pickliste nach Laufwegposition sortieren
7989
7989
  */
@@ -8052,6 +8052,11 @@ export interface PicklistTemplate$PicklistProcessingOptions {
8052
8052
  */
8053
8053
  showShippingFormOnPickingFinish: boolean;
8054
8054
 
8055
+ /**
8056
+ * Digitale Pickliste verwenden: dabei werden nur die Positionen im Frontend gezeigt und durch Tippen oder Wischen bestätigt
8057
+ */
8058
+ useDigitalPicklist: boolean;
8059
+
8055
8060
  /**
8056
8061
  * Sammelbestätigung erlauben
8057
8062
  */
@@ -8062,11 +8067,6 @@ export interface PicklistTemplate$PicklistProcessingOptions {
8062
8067
  */
8063
8068
  allowPickingOfServiceArticles: boolean;
8064
8069
 
8065
- /**
8066
- * Digitale Pickliste verwenden: dabei werden nur die Positionen im Frontend gezeigt und durch Tippen oder Wischen bestätigt
8067
- */
8068
- useDigitalPicklist: boolean;
8069
-
8070
8070
  /**
8071
8071
  * Verwende die Verkaufseinheit als Standardmenge
8072
8072
  */
@@ -8324,14 +8324,14 @@ export interface ProductArticleRef {
8324
8324
  export interface ProductDiscount {
8325
8325
 
8326
8326
  /**
8327
- * Kundengruppe
8327
+ * Hauptartikel, für welchen dieser Rabatt gültig ist
8328
8328
  */
8329
- customerGroupRef: ApiObjectReference;
8329
+ accessoryMainArticleRef: ApiObjectReference;
8330
8330
 
8331
8331
  /**
8332
- * Hauptartikel, für welchen dieser Rabatt gültig ist
8332
+ * Kundengruppe
8333
8333
  */
8334
- accessoryMainArticleRef: ApiObjectReference;
8334
+ customerGroupRef: ApiObjectReference;
8335
8335
 
8336
8336
  /**
8337
8337
  * Lieferantengruppe
@@ -8379,14 +8379,14 @@ export interface ProductDiscount {
8379
8379
  currencyRef: CurrencyReference;
8380
8380
 
8381
8381
  /**
8382
- * Wert des Rabatts
8382
+ * Preisgruppe
8383
8383
  */
8384
- modifierValue: number;
8384
+ priceGroupRef: ApiObjectReference;
8385
8385
 
8386
8386
  /**
8387
- * Preisgruppe
8387
+ * Wert des Rabatts
8388
8388
  */
8389
- priceGroupRef: ApiObjectReference;
8389
+ modifierValue: number;
8390
8390
 
8391
8391
  /**
8392
8392
  * Bestimmt, ob es sich um einen Verkaufs- oder Einkaufsrabatt handelt
@@ -8447,14 +8447,14 @@ export interface ProductGroup {
8447
8447
  targetTradingMargin: number;
8448
8448
 
8449
8449
  /**
8450
- * Freifeld
8450
+ * main product group
8451
8451
  */
8452
- custom: EavProductgroup;
8452
+ mainGroupRef: ApiObjectReference;
8453
8453
 
8454
8454
  /**
8455
- * main product group
8455
+ * Freifeld
8456
8456
  */
8457
- mainGroupRef: ApiObjectReference;
8457
+ custom: EavProductgroup;
8458
8458
 
8459
8459
  /**
8460
8460
  * warengruppe aktiv ja/nein
@@ -8533,14 +8533,14 @@ export interface ProductMainGroup {
8533
8533
  export interface ProductPrice {
8534
8534
 
8535
8535
  /**
8536
- * Kundengruppe
8536
+ * Hauptartikel, für welches dieser Preis gültig ist
8537
8537
  */
8538
- customerGroupRef: ApiObjectReference;
8538
+ accessoryMainArticleRef: ApiObjectReference;
8539
8539
 
8540
8540
  /**
8541
- * Hauptartikel, für welches dieser Preis gültig ist
8541
+ * Kundengruppe
8542
8542
  */
8543
- accessoryMainArticleRef: ApiObjectReference;
8543
+ customerGroupRef: ApiObjectReference;
8544
8544
 
8545
8545
  /**
8546
8546
  * Verwendete Umsatzsteuer zur Umrechnung Netto <-> Brutto
@@ -8681,6 +8681,11 @@ export interface RequestDocument {
8681
8681
  */
8682
8682
  documentDate: ScriptingDate;
8683
8683
 
8684
+ /**
8685
+ * Leistungsdatum
8686
+ */
8687
+ performanceDate: ScriptingDate;
8688
+
8684
8689
  /**
8685
8690
  * ID der Kassenschublade (bei POS)
8686
8691
  */
@@ -8691,11 +8696,6 @@ export interface RequestDocument {
8691
8696
  */
8692
8697
  depositPaymentAmount: number;
8693
8698
 
8694
- /**
8695
- * Leistungsdatum
8696
- */
8697
- performanceDate: ScriptingDate;
8698
-
8699
8699
  /**
8700
8700
  * Für interne Zwecke: Liefermethode für das Document
8701
8701
  */
@@ -8905,14 +8905,14 @@ export interface RequestDocumentLine {
8905
8905
  dropShippingPolicy: DropShippingPolicy;
8906
8906
 
8907
8907
  /**
8908
- * (optional) Lager-ID
8908
+ * Positionsnummer der Artikel
8909
8909
  */
8910
- storageId: number;
8910
+ positionOfArticleLine: number;
8911
8911
 
8912
8912
  /**
8913
- * Positionsnummer der Artikel
8913
+ * (optional) Lager-ID
8914
8914
  */
8915
- positionOfArticleLine: number;
8915
+ storageId: number;
8916
8916
 
8917
8917
  /**
8918
8918
  * Vertragsdetails zur Belegposition
@@ -8984,6 +8984,11 @@ export interface RequestDocumentLine {
8984
8984
  */
8985
8985
  name: string;
8986
8986
 
8987
+ /**
8988
+ * Für interne Zwecke: Externe Artikelnummer
8989
+ */
8990
+ externalArticleNumber: string;
8991
+
8987
8992
  /**
8988
8993
  * ID der Quell-Belegposition
8989
8994
  */
@@ -8994,11 +8999,6 @@ export interface RequestDocumentLine {
8994
8999
  */
8995
9000
  bookings: Array<RequestDocumentLineBooking>;
8996
9001
 
8997
- /**
8998
- * Für interne Zwecke: Externe Artikelnummer
8999
- */
9000
- externalArticleNumber: string;
9001
-
9002
9002
  /**
9003
9003
  * (optional) Preis des Artikels dieser Position
9004
9004
  */
@@ -9141,14 +9141,14 @@ export interface SalesAgent {
9141
9141
  note: string;
9142
9142
 
9143
9143
  /**
9144
- * reference to the delivery method
9144
+ * is sales agent taxable
9145
9145
  */
9146
- deliveryMethodRef: ApiObjectReference;
9146
+ taxable: boolean;
9147
9147
 
9148
9148
  /**
9149
- * is sales agent taxable
9149
+ * reference to the delivery method
9150
9150
  */
9151
- taxable: boolean;
9151
+ deliveryMethodRef: ApiObjectReference;
9152
9152
 
9153
9153
  /**
9154
9154
  * Freifelder
@@ -9392,14 +9392,14 @@ export interface ScenarioDimensionValue {
9392
9392
  export interface ScenarioFactDef {
9393
9393
 
9394
9394
  /**
9395
- * Attribut Typ
9395
+ * Attribut Name
9396
9396
  */
9397
- attributeType: ScenarioFactDef$FactType;
9397
+ factAttribute: string;
9398
9398
 
9399
9399
  /**
9400
- * Attribut Name
9400
+ * Attribut Typ
9401
9401
  */
9402
- factAttribute: string;
9402
+ attributeType: ScenarioFactDef$FactType;
9403
9403
 
9404
9404
  /**
9405
9405
  * Unique identifier of the Object
@@ -9489,14 +9489,14 @@ export interface SequencerConfiguration {
9489
9489
  key: string;
9490
9490
 
9491
9491
  /**
9492
- * Contains details about the sequencer configuration
9492
+ * Alternative configuration used to generate sequences instead of this configuration
9493
9493
  */
9494
- configurationDetail: SequencerConfigurationDetail;
9494
+ alternativeConfiguration: ApiObjectReference;
9495
9495
 
9496
9496
  /**
9497
- * Alternative configuration used to generate sequences instead of this configuration
9497
+ * Contains details about the sequencer configuration
9498
9498
  */
9499
- alternativeConfiguration: ApiObjectReference;
9499
+ configurationDetail: SequencerConfigurationDetail;
9500
9500
 
9501
9501
  /**
9502
9502
  * MetaInformations for this Object
@@ -10023,14 +10023,14 @@ export interface Stock {
10023
10023
  storageBinId: number;
10024
10024
 
10025
10025
  /**
10026
- * Reservierte Menge der Seriennummer auf dem Lagerplatz
10026
+ * Artikel
10027
10027
  */
10028
- reservedSerialQuantity: number;
10028
+ articleId: number;
10029
10029
 
10030
10030
  /**
10031
- * Artikel
10031
+ * Reservierte Menge der Seriennummer auf dem Lagerplatz
10032
10032
  */
10033
- articleId: number;
10033
+ reservedSerialQuantity: number;
10034
10034
  }
10035
10035
 
10036
10036
  export const enum StockJournalFactor {
@@ -10105,14 +10105,14 @@ export interface StockMovementManualApi {
10105
10105
  export interface StockTransferApi {
10106
10106
 
10107
10107
  /**
10108
- * Ziel-Lager
10108
+ * Seriennummer
10109
10109
  */
10110
- targetStorageId: number;
10110
+ serialNumberId: number;
10111
10111
 
10112
10112
  /**
10113
- * Seriennummer
10113
+ * Ziel-Lager
10114
10114
  */
10115
- serialNumberId: number;
10115
+ targetStorageId: number;
10116
10116
 
10117
10117
  /**
10118
10118
  * Bemerkung
@@ -10387,14 +10387,14 @@ export interface Supplier {
10387
10387
  performanceCountryCode: string;
10388
10388
 
10389
10389
  /**
10390
- * Lieferzeit in (Werk-)Tagen
10390
+ * reference to the payment method
10391
10391
  */
10392
- defaultDeliveryTime: number;
10392
+ paymentMethodRef: ApiObjectReference;
10393
10393
 
10394
10394
  /**
10395
- * reference to the payment method
10395
+ * Lieferzeit in (Werk-)Tagen
10396
10396
  */
10397
- paymentMethodRef: ApiObjectReference;
10397
+ defaultDeliveryTime: number;
10398
10398
 
10399
10399
  /**
10400
10400
  * currency code IsoAlpha3
@@ -10415,14 +10415,14 @@ export interface TagDto {
10415
10415
  editColor: string;
10416
10416
 
10417
10417
  /**
10418
- * Farbe für die Anzeige des Tags
10418
+ * Farbe in Such-GUI
10419
10419
  */
10420
- color: string;
10420
+ searchColor: string;
10421
10421
 
10422
10422
  /**
10423
- * Farbe in Such-GUI
10423
+ * Farbe für die Anzeige des Tags
10424
10424
  */
10425
- searchColor: string;
10425
+ color: string;
10426
10426
 
10427
10427
  /**
10428
10428
  * Beschriftung des Tags
@@ -10466,14 +10466,14 @@ export const enum TagType {
10466
10466
  export interface TaxIdForeignCountry {
10467
10467
 
10468
10468
  /**
10469
- * Tax ID of the company in the associated country
10469
+ * ISO 2 Code of the country this tax ID is used for
10470
10470
  */
10471
- taxId: string;
10471
+ countryCode: string;
10472
10472
 
10473
10473
  /**
10474
- * ISO 2 Code of the country this tax ID is used for
10474
+ * Tax ID of the company in the associated country
10475
10475
  */
10476
- countryCode: string;
10476
+ taxId: string;
10477
10477
 
10478
10478
  /**
10479
10479
  * Unique identifier of the Object
@@ -10746,14 +10746,14 @@ export interface User {
10746
10746
  version: number;
10747
10747
 
10748
10748
  /**
10749
- * first-name
10749
+ * is the email verified
10750
10750
  */
10751
- firstName: string;
10751
+ emailVerified: boolean;
10752
10752
 
10753
10753
  /**
10754
- * is the email verified
10754
+ * first-name
10755
10755
  */
10756
- emailVerified: boolean;
10756
+ firstName: string;
10757
10757
 
10758
10758
  /**
10759
10759
  * email-address
@@ -10956,14 +10956,14 @@ export interface VariantValue {
10956
10956
  version: number;
10957
10957
 
10958
10958
  /**
10959
- * Variantenattribut
10959
+ * Mehrsprachige Bezeichnungen
10960
10960
  */
10961
- attributeRef: ApiObjectReference;
10961
+ labels: Array<VariantDescription>;
10962
10962
 
10963
10963
  /**
10964
- * Mehrsprachige Bezeichnungen
10964
+ * Variantenattribut
10965
10965
  */
10966
- labels: Array<VariantDescription>;
10966
+ attributeRef: ApiObjectReference;
10967
10967
 
10968
10968
  /**
10969
10969
  * MetaInformations for this Object