@vario-software/types 2026.18.4 → 2026.19.1

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.
@@ -178,14 +178,14 @@ export interface Account {
178
178
  responsibleUserRef: ApiObjectReference;
179
179
 
180
180
  /**
181
- * calculation mode of this document
181
+ * Erstkontakt am
182
182
  */
183
- calculationMode: CalculationMode;
183
+ initialContactAt: ScriptingDate;
184
184
 
185
185
  /**
186
- * Erstkontakt am
186
+ * calculation mode of this document
187
187
  */
188
- initialContactAt: ScriptingDate;
188
+ calculationMode: CalculationMode;
189
189
 
190
190
  /**
191
191
  * Sprache des Accounts
@@ -301,14 +301,14 @@ export interface AccountAddress {
301
301
  postOfficeBox: string;
302
302
 
303
303
  /**
304
- * Street
304
+ * Country code
305
305
  */
306
- street: string;
306
+ countryCode: string;
307
307
 
308
308
  /**
309
- * Country code
309
+ * Street
310
310
  */
311
- countryCode: string;
311
+ street: string;
312
312
 
313
313
  /**
314
314
  * Unique identifier of the Object
@@ -1095,6 +1095,11 @@ export interface Article {
1095
1095
  */
1096
1096
  active: boolean;
1097
1097
 
1098
+ /**
1099
+ * Zuständiger Mitarbeiter
1100
+ */
1101
+ responsibleUserRef: ApiObjectReference;
1102
+
1098
1103
  /**
1099
1104
  * die id des Listings
1100
1105
  */
@@ -1151,14 +1156,14 @@ export interface Article {
1151
1156
  workUnitInMinutes: number;
1152
1157
 
1153
1158
  /**
1154
- * description custom data
1159
+ * Frei kommissionierbar
1155
1160
  */
1156
- listingDescriptionCustom: EavArticleListingDescription;
1161
+ freelyPickable: boolean;
1157
1162
 
1158
1163
  /**
1159
- * Frei kommissionierbar
1164
+ * description custom data
1160
1165
  */
1161
- freelyPickable: boolean;
1166
+ listingDescriptionCustom: EavArticleListingDescription;
1162
1167
 
1163
1168
  /**
1164
1169
  * Umkehrung der Steuerschuld nach §13b UStG?
@@ -1691,9 +1696,9 @@ export interface ArticleStorage {
1691
1696
  replenishmentFrom: number;
1692
1697
 
1693
1698
  /**
1694
- * Meldebestand
1699
+ * Bestellte Menge
1695
1700
  */
1696
- reorderPoint: number;
1701
+ orderedQuantity: number;
1697
1702
 
1698
1703
  /**
1699
1704
  * Aktuelle Menge in Kommissionierung
@@ -1701,19 +1706,19 @@ export interface ArticleStorage {
1701
1706
  quantityInPicking: number;
1702
1707
 
1703
1708
  /**
1704
- * Bestellte Menge
1709
+ * Meldebestand
1705
1710
  */
1706
- orderedQuantity: number;
1711
+ reorderPoint: number;
1707
1712
 
1708
1713
  /**
1709
- * Nachschub auf
1714
+ * Aktueller "virtueller" Bestand (wenn größere Gebinde in dieses aufgelöst werden würden)
1710
1715
  */
1711
- replenishmentOn: number;
1716
+ virtualStockAmount: number;
1712
1717
 
1713
1718
  /**
1714
- * Aktueller "virtueller" Bestand (wenn größere Gebinde in dieses aufgelöst werden würden)
1719
+ * Nachschub auf
1715
1720
  */
1716
- virtualStockAmount: number;
1721
+ replenishmentOn: number;
1717
1722
 
1718
1723
  /**
1719
1724
  * Reservierte Menge
@@ -1756,14 +1761,14 @@ export interface ArticleStorage {
1756
1761
  storageRef: ApiObjectReference;
1757
1762
 
1758
1763
  /**
1759
- * Vorgabe-Lagerplätze
1764
+ * Sollbestand
1760
1765
  */
1761
- presetStorageBinRefs: Array<StorageBinRef>;
1766
+ targetStock: number;
1762
1767
 
1763
1768
  /**
1764
- * Sollbestand
1769
+ * Vorgabe-Lagerplätze
1765
1770
  */
1766
- targetStock: number;
1771
+ presetStorageBinRefs: Array<StorageBinRef>;
1767
1772
 
1768
1773
  /**
1769
1774
  * Aktuelle Menge in Produktion
@@ -1946,6 +1951,7 @@ export const enum BankPaymentType {
1946
1951
  SEPA_B2B_DIRECT_DEBIT = 'SEPA_B2B_DIRECT_DEBIT',
1947
1952
  CLEARING = 'CLEARING',
1948
1953
  CLEARING_WITH_PREDECESSOR_DOCUMENT = 'CLEARING_WITH_PREDECESSOR_DOCUMENT',
1954
+ APP = 'APP',
1949
1955
  OTHER = 'OTHER'
1950
1956
  }
1951
1957
 
@@ -2024,10 +2030,6 @@ export const enum CalculationModeOrigin {
2024
2030
  USER_DEFINED = 'USER_DEFINED'
2025
2031
  }
2026
2032
 
2027
- export const enum CollectiveInvoicePeriodicity {
2028
- MANUAL = 'MANUAL'
2029
- }
2030
-
2031
2033
  export const enum CommonUserType {
2032
2034
  REGULAR = 'REGULAR',
2033
2035
  SUPPORT = 'SUPPORT',
@@ -2122,14 +2124,14 @@ export interface CountryReference {
2122
2124
  export interface CreateNewDocumentRequest {
2123
2125
 
2124
2126
  /**
2125
- * Belegart
2127
+ * Standard-Belegart der Kategorie verwenden
2126
2128
  */
2127
- documentTypeLabel: string;
2129
+ defaultDocumentTypeByCategory: EDocumentCategory;
2128
2130
 
2129
2131
  /**
2130
- * Standard-Belegart der Kategorie verwenden
2132
+ * Belegart
2131
2133
  */
2132
- defaultDocumentTypeByCategory: EDocumentCategory;
2134
+ documentTypeLabel: string;
2133
2135
 
2134
2136
  /**
2135
2137
  * Details zum Beleg
@@ -2195,14 +2197,14 @@ export interface CrmActivity {
2195
2197
  info: MetaInfo;
2196
2198
 
2197
2199
  /**
2198
- * Aktivität intern abgerechnet?
2200
+ * geplante Dauer
2199
2201
  */
2200
- internalBilled: boolean;
2202
+ plannedDurationInSeconds: number;
2201
2203
 
2202
2204
  /**
2203
- * geplante Dauer
2205
+ * Aktivität intern abgerechnet?
2204
2206
  */
2205
- plannedDurationInSeconds: number;
2207
+ internalBilled: boolean;
2206
2208
 
2207
2209
  /**
2208
2210
  * Freie Felder der CRM-Aktivität
@@ -2354,14 +2356,14 @@ export interface CrmActivityType {
2354
2356
  export interface CrmChecklistItem {
2355
2357
 
2356
2358
  /**
2357
- * Ist das Element "angehakt"?
2359
+ * Text des Checklisten-Elements
2358
2360
  */
2359
- checked: boolean;
2361
+ memo: string;
2360
2362
 
2361
2363
  /**
2362
- * Text des Checklisten-Elements
2364
+ * Ist das Element "angehakt"?
2363
2365
  */
2364
- memo: string;
2366
+ checked: boolean;
2365
2367
 
2366
2368
  /**
2367
2369
  * Unique identifier of the Object
@@ -2778,14 +2780,14 @@ export interface CrmProject {
2778
2780
  billedTimes: number;
2779
2781
 
2780
2782
  /**
2781
- * Geplanter Projektzeitraum (von)
2783
+ * Einkaufsbelege
2782
2784
  */
2783
- plannedProjectPeriodFrom: ScriptingDate;
2785
+ purchaseDocumentRefs: Array<DocumentRef>;
2784
2786
 
2785
2787
  /**
2786
- * Einkaufsbelege
2788
+ * Geplanter Projektzeitraum (von)
2787
2789
  */
2788
- purchaseDocumentRefs: Array<DocumentRef>;
2790
+ plannedProjectPeriodFrom: ScriptingDate;
2789
2791
 
2790
2792
  /**
2791
2793
  * Verkaufsbelege
@@ -3008,14 +3010,14 @@ export interface CrmState {
3008
3010
  readyToBill: boolean;
3009
3011
 
3010
3012
  /**
3011
- * Handelt es sich um einen Anfang-Status
3013
+ * Kommentar bei negativem Abschluß erforderlich
3012
3014
  */
3013
- startState: boolean;
3015
+ needsCommentOnNegativeFinish: boolean;
3014
3016
 
3015
3017
  /**
3016
- * Kommentar bei negativem Abschluß erforderlich
3018
+ * Handelt es sich um einen Anfang-Status
3017
3019
  */
3018
- needsCommentOnNegativeFinish: boolean;
3020
+ startState: boolean;
3019
3021
 
3020
3022
  /**
3021
3023
  * MetaInformations for this Object
@@ -3452,11 +3454,21 @@ export interface Customer {
3452
3454
  */
3453
3455
  stackProcessingType: AccountOrderStackProcessingType;
3454
3456
 
3457
+ /**
3458
+ * Cron-Ausdruck zur Berechnung der Sammelabrechnung
3459
+ */
3460
+ dueDateCalculation: string;
3461
+
3455
3462
  /**
3456
3463
  * Kreditlimit
3457
3464
  */
3458
3465
  maximalLoan: number;
3459
3466
 
3467
+ /**
3468
+ * Fälligkeit der nächsten Sammelabrechnung
3469
+ */
3470
+ dueDate: ScriptingDate;
3471
+
3460
3472
  /**
3461
3473
  * collective billable
3462
3474
  */
@@ -3482,6 +3494,11 @@ export interface Customer {
3482
3494
  */
3483
3495
  billingType: AccountBillingType;
3484
3496
 
3497
+ /**
3498
+ * Nächste Fälligkeit nach der aktuellen
3499
+ */
3500
+ nextDueDate: ScriptingDate;
3501
+
3485
3502
  /**
3486
3503
  * Priorität für die Stapelverarbeitung
3487
3504
  */
@@ -3492,6 +3509,11 @@ export interface Customer {
3492
3509
  */
3493
3510
  productPriceGroupRef: ApiObjectReference;
3494
3511
 
3512
+ /**
3513
+ * Sammelabrechnung nur manuell auslösen?
3514
+ */
3515
+ collectiveInvoiceManually: boolean;
3516
+
3495
3517
  /**
3496
3518
  * Unique identifier of the Object
3497
3519
  */
@@ -3552,11 +3574,6 @@ export interface Customer {
3552
3574
  */
3553
3575
  performanceCountryCode: string;
3554
3576
 
3555
- /**
3556
- * periodicity of collective invoice
3557
- */
3558
- collectiveInvoicePeriodicity: CollectiveInvoicePeriodicity;
3559
-
3560
3577
  /**
3561
3578
  * reference to the payment method
3562
3579
  */
@@ -3639,14 +3656,14 @@ export interface DeliveryMethod {
3639
3656
  defaultSizeUnit: UnitTypeReference;
3640
3657
 
3641
3658
  /**
3642
- * Quelle für Paketgewicht
3659
+ * translations
3643
3660
  */
3644
- parcelWeightSource: DeliveryMethodParcelWeightSource;
3661
+ translations: Array<DocumentTypeTerm>;
3645
3662
 
3646
3663
  /**
3647
- * translations
3664
+ * Quelle für Paketgewicht
3648
3665
  */
3649
- translations: Array<DocumentTypeTerm>;
3666
+ parcelWeightSource: DeliveryMethodParcelWeightSource;
3650
3667
 
3651
3668
  /**
3652
3669
  * Gültige Ländercodes
@@ -3863,14 +3880,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
3863
3880
  deliveryQuantityPackages: number;
3864
3881
 
3865
3882
  /**
3866
- * Leitweg-ID
3883
+ * Bestellnummer aus Vorbeleg
3867
3884
  */
3868
- buyerReference: string;
3885
+ referencedOrderNumber: string;
3869
3886
 
3870
3887
  /**
3871
- * Bestellnummer aus Vorbeleg
3888
+ * Leitweg-ID
3872
3889
  */
3873
- referencedOrderNumber: string;
3890
+ buyerReference: string;
3874
3891
 
3875
3892
  /**
3876
3893
  * Steuerpflichtig oder steuerfrei
@@ -4040,14 +4057,14 @@ true wenn die Quittung bezahlt ist
4040
4057
  fabricationDetail: DocumentFabricationDetail;
4041
4058
 
4042
4059
  /**
4043
- * Berechnungsmodus
4060
+ * Kontonummer der zugehörigen Organisationseinheit
4044
4061
  */
4045
- calculationMode: CalculationMode;
4062
+ accountNumber: string;
4046
4063
 
4047
4064
  /**
4048
- * Kontonummer der zugehörigen Organisationseinheit
4065
+ * Berechnungsmodus
4049
4066
  */
4050
- accountNumber: string;
4067
+ calculationMode: CalculationMode;
4051
4068
 
4052
4069
  /**
4053
4070
  * Referenz auf Zahlungsbedingung
@@ -4060,14 +4077,14 @@ true wenn die Quittung bezahlt ist
4060
4077
  processedByWorkflow: boolean;
4061
4078
 
4062
4079
  /**
4063
- * Preisanpassungen - Beleg Basiswährung
4080
+ * Telefon an Versender übergeben
4064
4081
  */
4065
- baseTotalDocumentPriceModifier: number;
4082
+ forwardPhoneToShipper: boolean;
4066
4083
 
4067
4084
  /**
4068
- * Telefon an Versender übergeben
4085
+ * Preisanpassungen - Beleg Basiswährung
4069
4086
  */
4070
- forwardPhoneToShipper: boolean;
4087
+ baseTotalDocumentPriceModifier: number;
4071
4088
 
4072
4089
  /**
4073
4090
  * Liste der Belegtexte
@@ -4090,14 +4107,14 @@ true wenn die Quittung bezahlt ist
4090
4107
  defaultAddress: DocumentAddress;
4091
4108
 
4092
4109
  /**
4093
- * Leistungsdatum
4110
+ * Verarbeitungsoption für Stapel
4094
4111
  */
4095
- performanceDate: ScriptingDate;
4112
+ stackProcessingType: OrderStackProcessingType;
4096
4113
 
4097
4114
  /**
4098
- * Verarbeitungsoption für Stapel
4115
+ * Leistungsdatum
4099
4116
  */
4100
- stackProcessingType: OrderStackProcessingType;
4117
+ performanceDate: ScriptingDate;
4101
4118
 
4102
4119
  /**
4103
4120
  * Ist der Streckengeschäfts-Beleg zur Rechnung freigegeben?
@@ -4275,14 +4292,14 @@ true wenn die Quittung bezahlt ist
4275
4292
  shippingCosts: Array<DocumentShippingCost>;
4276
4293
 
4277
4294
  /**
4278
- * Statusinstanz des Belegs
4295
+ * Umsatzsteuer-Identifikationsnummer
4279
4296
  */
4280
- documentState: DocumentTypeState;
4297
+ taxIdentificationNumber: string;
4281
4298
 
4282
4299
  /**
4283
- * Umsatzsteuer-Identifikationsnummer
4300
+ * Statusinstanz des Belegs
4284
4301
  */
4285
- taxIdentificationNumber: string;
4302
+ documentState: DocumentTypeState;
4286
4303
 
4287
4304
  /**
4288
4305
  * Rückgeld
@@ -4332,14 +4349,14 @@ true wenn die Quittung ausbalanciert ist
4332
4349
  taxIdVerificationState: TaxIdVerificationState;
4333
4350
 
4334
4351
  /**
4335
- * Bestellt durch Ansprechpartner
4352
+ * Report-Gruppe, falls vom Standard abweichend
4336
4353
  */
4337
- orderedByPersonRef: ApiObjectReference;
4354
+ reportGroupRef: ApiObjectReference;
4338
4355
 
4339
4356
  /**
4340
- * Report-Gruppe, falls vom Standard abweichend
4357
+ * Bestellt durch Ansprechpartner
4341
4358
  */
4342
- reportGroupRef: ApiObjectReference;
4359
+ orderedByPersonRef: ApiObjectReference;
4343
4360
  }
4344
4361
 
4345
4362
  export interface DocumentAdditionalInfo {
@@ -4350,14 +4367,14 @@ export interface DocumentAdditionalInfo {
4350
4367
  taxSituationOrigin: TaxSituationOrigin;
4351
4368
 
4352
4369
  /**
4353
- * Herkunft der Sprache
4370
+ * Parameter, welche im {@link DocumentContext} verwendet wurden
4354
4371
  */
4355
- languageCodeOrigin: LanguageCodeOrigin;
4372
+ contextParameters: Array<AdditionalParameter>;
4356
4373
 
4357
4374
  /**
4358
- * Parameter, welche im {@link DocumentContext} verwendet wurden
4375
+ * Herkunft der Sprache
4359
4376
  */
4360
- contextParameters: Array<AdditionalParameter>;
4377
+ languageCodeOrigin: LanguageCodeOrigin;
4361
4378
 
4362
4379
  /**
4363
4380
  * Herkunft der Käufer-Referenz
@@ -4365,14 +4382,14 @@ export interface DocumentAdditionalInfo {
4365
4382
  buyerReferenceOrigin: BuyerReferenceOrigin;
4366
4383
 
4367
4384
  /**
4368
- * Herkunft des Berechnungsmodus
4385
+ * Ziele für den Wareneingang für den gesamten Beleg
4369
4386
  */
4370
- calculationModeOrigin: CalculationModeOrigin;
4387
+ incomingGoodsTarget: DocumentAdditionalInfo$IncomingGoodsTarget;
4371
4388
 
4372
4389
  /**
4373
- * Ziele für den Wareneingang für den gesamten Beleg
4390
+ * Herkunft des Berechnungsmodus
4374
4391
  */
4375
- incomingGoodsTarget: DocumentAdditionalInfo$IncomingGoodsTarget;
4392
+ calculationModeOrigin: CalculationModeOrigin;
4376
4393
 
4377
4394
  /**
4378
4395
  * Herkunft des E-Rechnungs-Profils
@@ -4490,14 +4507,14 @@ export interface DocumentAddress {
4490
4507
  postOfficeBox: string;
4491
4508
 
4492
4509
  /**
4493
- * Street
4510
+ * country code IsoAlpha3
4494
4511
  */
4495
- street: string;
4512
+ countryCode: string;
4496
4513
 
4497
4514
  /**
4498
- * country code IsoAlpha3
4515
+ * Street
4499
4516
  */
4500
- countryCode: string;
4517
+ street: string;
4501
4518
 
4502
4519
  /**
4503
4520
  * Unique identifier of the Object
@@ -4515,14 +4532,14 @@ export interface DocumentAddress {
4515
4532
  info: MetaInfo;
4516
4533
 
4517
4534
  /**
4518
- * Lieferart
4535
+ * GLN
4519
4536
  */
4520
- deliveryMethodRef: ApiObjectReference;
4537
+ globalLocationNumber: string;
4521
4538
 
4522
4539
  /**
4523
- * GLN
4540
+ * Lieferart
4524
4541
  */
4525
- globalLocationNumber: string;
4542
+ deliveryMethodRef: ApiObjectReference;
4526
4543
 
4527
4544
  /**
4528
4545
  * Postcode
@@ -4702,14 +4719,14 @@ export interface DocumentContractDetail {
4702
4719
  runtimeToDate: ScriptingDate;
4703
4720
 
4704
4721
  /**
4705
- * Letztmöglicher kündigungstermin des Anbieters
4722
+ * Nächste Fälligkeit
4706
4723
  */
4707
- lastProviderCancellationDate: ScriptingDate;
4724
+ nextDueDate: ScriptingDate;
4708
4725
 
4709
4726
  /**
4710
- * Nächste Fälligkeit
4727
+ * Letztmöglicher kündigungstermin des Anbieters
4711
4728
  */
4712
- nextDueDate: ScriptingDate;
4729
+ lastProviderCancellationDate: ScriptingDate;
4713
4730
 
4714
4731
  /**
4715
4732
  * Letztmöglicher kündigungstermin des Kunden
@@ -4944,14 +4961,14 @@ export interface DocumentLine {
4944
4961
  number: string;
4945
4962
 
4946
4963
  /**
4947
- * Gesamtbruttogewicht
4964
+ * Referenz zur Kundenauftragszeile
4948
4965
  */
4949
- totalGrossWeight: number;
4966
+ customerOrderLineRef: DocumentLineRef;
4950
4967
 
4951
4968
  /**
4952
- * Referenz zur Kundenauftragszeile
4969
+ * Gesamtbruttogewicht
4953
4970
  */
4954
- customerOrderLineRef: DocumentLineRef;
4971
+ totalGrossWeight: number;
4955
4972
 
4956
4973
  /**
4957
4974
  * skontierbare Position?
@@ -4969,9 +4986,9 @@ export interface DocumentLine {
4969
4986
  price: number;
4970
4987
 
4971
4988
  /**
4972
- * Gesamtpreis Position in Basiswährung
4989
+ * Positionstyp
4973
4990
  */
4974
- baseTotalLinePrice: number;
4991
+ lineType: DocumentLineType;
4975
4992
 
4976
4993
  /**
4977
4994
  * FiBu-Buchung
@@ -4979,9 +4996,9 @@ export interface DocumentLine {
4979
4996
  financeBooking: DocumentFinanceBooking;
4980
4997
 
4981
4998
  /**
4982
- * Positionstyp
4999
+ * Gesamtpreis Position in Basiswährung
4983
5000
  */
4984
- lineType: DocumentLineType;
5001
+ baseTotalLinePrice: number;
4985
5002
 
4986
5003
  /**
4987
5004
  * vorgeorderte Menge in Pickvorgang
@@ -5014,9 +5031,9 @@ export interface DocumentLine {
5014
5031
  id: number;
5015
5032
 
5016
5033
  /**
5017
- * Serientyp
5034
+ * Positionsnummer über alle Artikelpositionen hinweg
5018
5035
  */
5019
- serialType: ArticleSerialType;
5036
+ positionOfArticleLine: number;
5020
5037
 
5021
5038
  /**
5022
5039
  * Externe Referenz zum VDS-Paket
@@ -5029,9 +5046,9 @@ export interface DocumentLine {
5029
5046
  basePrice: number;
5030
5047
 
5031
5048
  /**
5032
- * Positionsnummer über alle Artikelpositionen hinweg
5049
+ * Serientyp
5033
5050
  */
5034
- positionOfArticleLine: number;
5051
+ serialType: ArticleSerialType;
5035
5052
 
5036
5053
  /**
5037
5054
  * MetaInformations for this Object
@@ -5468,14 +5485,14 @@ export interface DocumentLineComponent {
5468
5485
  custom: EavDocumentlinecomponent;
5469
5486
 
5470
5487
  /**
5471
- * Gelieferte Menge
5488
+ * Referenz auf den Artikel der Komponente
5472
5489
  */
5473
- quantityCommitted: number;
5490
+ articleId: number;
5474
5491
 
5475
5492
  /**
5476
- * Referenz auf den Artikel der Komponente
5493
+ * Gelieferte Menge
5477
5494
  */
5478
- articleId: number;
5495
+ quantityCommitted: number;
5479
5496
 
5480
5497
  /**
5481
5498
  * Beschreibung des Artikels
@@ -5723,14 +5740,14 @@ export interface DocumentLinePosDetail {
5723
5740
  externalPaymentStatus: PosPaymentStatus;
5724
5741
 
5725
5742
  /**
5726
- * Typ der Position
5743
+ * Externe Payment-ID für Verbindung zum Payment-Backend
5727
5744
  */
5728
- posLineType: PosLineType;
5745
+ externalPaymentId: string;
5729
5746
 
5730
5747
  /**
5731
- * Externe Payment-ID für Verbindung zum Payment-Backend
5748
+ * Typ der Position
5732
5749
  */
5733
- externalPaymentId: string;
5750
+ posLineType: PosLineType;
5734
5751
 
5735
5752
  /**
5736
5753
  * Unique identifier of the Object
@@ -5874,6 +5891,11 @@ export interface DocumentPosDetail {
5874
5891
  */
5875
5892
  revision: number;
5876
5893
 
5894
+ /**
5895
+ * Externe Referenz
5896
+ */
5897
+ externalReference: string;
5898
+
5877
5899
  /**
5878
5900
  * Transaktion Startzeit
5879
5901
  */
@@ -5948,14 +5970,14 @@ export interface DocumentPosPayment {
5948
5970
  externalPaymentErrorMessage: string;
5949
5971
 
5950
5972
  /**
5951
- * Typ der Position
5973
+ * Externe Payment-ID für Verbindung zum Payment-Backend
5952
5974
  */
5953
- posLineType: PosLineType;
5975
+ externalPaymentId: string;
5954
5976
 
5955
5977
  /**
5956
- * Externe Payment-ID für Verbindung zum Payment-Backend
5978
+ * Typ der Position
5957
5979
  */
5958
- externalPaymentId: string;
5980
+ posLineType: PosLineType;
5959
5981
 
5960
5982
  /**
5961
5983
  * Unique identifier of the Object
@@ -6078,14 +6100,14 @@ export interface DocumentRef {
6078
6100
  export interface DocumentShippingCost {
6079
6101
 
6080
6102
  /**
6081
- * Wurden die Versandkosten manuell eingetragen?
6103
+ * Die Versandkosten
6082
6104
  */
6083
- manualCosts: boolean;
6105
+ costs: number;
6084
6106
 
6085
6107
  /**
6086
- * Die Versandkosten
6108
+ * Wurden die Versandkosten manuell eingetragen?
6087
6109
  */
6088
- costs: number;
6110
+ manualCosts: boolean;
6089
6111
 
6090
6112
  /**
6091
6113
  * Keine Versandkosten (freier Versand)
@@ -6213,14 +6235,14 @@ export interface DocumentText {
6213
6235
  transferableIntoSubsequentDocuments: boolean;
6214
6236
 
6215
6237
  /**
6216
- * Wurde entfernt und soll deshalb nicht mehr angezeigt werden.
6238
+ * position relative to the product line OR Document. For usage within text-line, this position is irrelevant
6217
6239
  */
6218
- deleted: boolean;
6240
+ textPosition: TextPosition;
6219
6241
 
6220
6242
  /**
6221
- * position relative to the product line OR Document. For usage within text-line, this position is irrelevant
6243
+ * Wurde entfernt und soll deshalb nicht mehr angezeigt werden.
6222
6244
  */
6223
- textPosition: TextPosition;
6245
+ deleted: boolean;
6224
6246
 
6225
6247
  /**
6226
6248
  * textBaustein Vorlage
@@ -7086,14 +7108,14 @@ export interface PaymentTerm {
7086
7108
  paymentDiscount2: number;
7087
7109
 
7088
7110
  /**
7089
- * Percent for Discount 1
7111
+ * printDescription
7090
7112
  */
7091
- paymentDiscount1: number;
7113
+ printDescription: string;
7092
7114
 
7093
7115
  /**
7094
- * printDescription
7116
+ * Percent for Discount 1
7095
7117
  */
7096
- printDescription: string;
7118
+ paymentDiscount1: number;
7097
7119
 
7098
7120
  /**
7099
7121
  * for deposit: remaining term
@@ -7224,14 +7246,14 @@ export interface PickTrolley {
7224
7246
  pickTrolleyBoxes: Array<PickTrolleyBox>;
7225
7247
 
7226
7248
  /**
7227
- * Bearbeiter der Pickliste
7249
+ * Lagerplatz, dem dieser Pickwagen zugeordnet ist
7228
7250
  */
7229
- processedByUserRef: ApiObjectReference;
7251
+ storageBinRef: StorageBinRef;
7230
7252
 
7231
7253
  /**
7232
- * Lagerplatz, dem dieser Pickwagen zugeordnet ist
7254
+ * Bearbeiter der Pickliste
7233
7255
  */
7234
- storageBinRef: StorageBinRef;
7256
+ processedByUserRef: ApiObjectReference;
7235
7257
 
7236
7258
  /**
7237
7259
  * Beschreibung des Wagens
@@ -7487,14 +7509,14 @@ export interface PicklistLine {
7487
7509
  articleNumber: string;
7488
7510
 
7489
7511
  /**
7490
- * Lagernummer
7512
+ * Art der Position
7491
7513
  */
7492
- storageNumber: string;
7514
+ lineType: PicklistLineType;
7493
7515
 
7494
7516
  /**
7495
- * Art der Position
7517
+ * Lagernummer
7496
7518
  */
7497
- lineType: PicklistLineType;
7519
+ storageNumber: string;
7498
7520
 
7499
7521
  /**
7500
7522
  * ID der Ziel-Dokumentposition
@@ -7633,14 +7655,14 @@ export interface PicklistLineComponent {
7633
7655
  targetDocumentLineComponentId: number;
7634
7656
 
7635
7657
  /**
7636
- * abweichende Artikelbezeichnung
7658
+ * Menge pro Baugruppe (falls die Picklist-Line eine Baugruppe ist)
7637
7659
  */
7638
- articleAlternativeName: string;
7660
+ quantityPerAssemblyGroup: number;
7639
7661
 
7640
7662
  /**
7641
- * Menge pro Baugruppe (falls die Picklist-Line eine Baugruppe ist)
7663
+ * abweichende Artikelbezeichnung
7642
7664
  */
7643
- quantityPerAssemblyGroup: number;
7665
+ articleAlternativeName: string;
7644
7666
 
7645
7667
  /**
7646
7668
  * Verpackte Menge der Position
@@ -7806,15 +7828,20 @@ export interface PicklistTemplate$OrderSelectionOptions {
7806
7828
  */
7807
7829
  maxArticleCountPerOrder: number;
7808
7830
 
7831
+ /**
7832
+ * Alternative Selektion in VQL
7833
+ */
7834
+ alternativeSelectionInVql: string;
7835
+
7809
7836
  /**
7810
7837
  * Maximaler Auftragswert
7811
7838
  */
7812
7839
  maxOrderValue: number;
7813
7840
 
7814
7841
  /**
7815
- * Alternative Selektion in VQL
7842
+ * Selektion über den Bereich vom Lieferdatum
7816
7843
  */
7817
- alternativeSelectionInVql: string;
7844
+ deliveryDateRange: PicklistTemplate$DateRange;
7818
7845
 
7819
7846
  /**
7820
7847
  * Nur für Einzelkommissionierung und Konsolidierung: maximale Anzahl zu übernehmender Aufträge
@@ -7826,11 +7853,6 @@ export interface PicklistTemplate$OrderSelectionOptions {
7826
7853
  */
7827
7854
  onlyFullDeliverableOrderLines: boolean;
7828
7855
 
7829
- /**
7830
- * Selektion über den Bereich vom Lieferdatum
7831
- */
7832
- deliveryDateRange: PicklistTemplate$DateRange;
7833
-
7834
7856
  /**
7835
7857
  * Selektion über den Bereich vom Belegdatum
7836
7858
  */
@@ -7915,14 +7937,14 @@ export interface PicklistTemplate$PicklistCreationOptions {
7915
7937
  picklistOutputReportGroupRef: ApiObjectReference;
7916
7938
 
7917
7939
  /**
7918
- * Sollen alle verfügbaren Pickwagen verwendet werden?
7940
+ * Positionen der Pickliste nach Laufwegposition sortieren
7919
7941
  */
7920
- useAllAvailOrderPickingTrolleys: boolean;
7942
+ sortByRoutePosition: boolean;
7921
7943
 
7922
7944
  /**
7923
- * Positionen der Pickliste nach Laufwegposition sortieren
7945
+ * Sollen alle verfügbaren Pickwagen verwendet werden?
7924
7946
  */
7925
- sortByRoutePosition: boolean;
7947
+ useAllAvailOrderPickingTrolleys: boolean;
7926
7948
 
7927
7949
  /**
7928
7950
  * Sollen zuerst noch Picklisten für die Schnellkommissionierung erzeugt werden?
@@ -7968,14 +7990,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
7968
7990
  alwaysShowDeliveryMethod: boolean;
7969
7991
 
7970
7992
  /**
7971
- * Überschreitung vom maximalen Paketgewicht blockieren?
7993
+ * Soll die Lieferbelege automatisch nach Abschluss der Kommissionierung gedruckt werden?
7972
7994
  */
7973
- blockIfMaximumPackageWeightIsExceeded: boolean;
7995
+ autoPrintDeliveryDocument: boolean;
7974
7996
 
7975
7997
  /**
7976
- * Soll die Lieferbelege automatisch nach Abschluss der Kommissionierung gedruckt werden?
7998
+ * Überschreitung vom maximalen Paketgewicht blockieren?
7977
7999
  */
7978
- autoPrintDeliveryDocument: boolean;
8000
+ blockIfMaximumPackageWeightIsExceeded: boolean;
7979
8001
 
7980
8002
  /**
7981
8003
  * Versand-Dialog beim Abschluss zeigen
@@ -7997,6 +8019,11 @@ export interface PicklistTemplate$PicklistProcessingOptions {
7997
8019
  */
7998
8020
  allowFullConfirmation: boolean;
7999
8021
 
8022
+ /**
8023
+ * Verwende die Verkaufseinheit als Standardmenge
8024
+ */
8025
+ useSalesUnit: boolean;
8026
+
8000
8027
  /**
8001
8028
  * Nur für Konsolidierung: Lieferbeleg und Versandlabel zum Abschluss scannen
8002
8029
  */
@@ -8008,14 +8035,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
8008
8035
  scanPickTrolleyBoxToConfirmPickedArticle: boolean;
8009
8036
 
8010
8037
  /**
8011
- * Chargen automatisch bestätigen, wenn sie vorgegeben oder bereits beim Picken erfasst wurden
8038
+ * Sollen nicht-bestandsgeführte Artikel kommissioniert werden?
8012
8039
  */
8013
- autoDeterminationOfLots: boolean;
8040
+ allowPickingOfNonInventoryManagedArticles: boolean;
8014
8041
 
8015
8042
  /**
8016
- * Sollen nicht-bestandsgeführte Artikel kommissioniert werden?
8043
+ * Chargen automatisch bestätigen, wenn sie vorgegeben oder bereits beim Picken erfasst wurden
8017
8044
  */
8018
- allowPickingOfNonInventoryManagedArticles: boolean;
8045
+ autoDeterminationOfLots: boolean;
8019
8046
 
8020
8047
  /**
8021
8048
  * Zielmengen in Masken verstecken?
@@ -8213,14 +8240,14 @@ export interface Product {
8213
8240
  bundle: boolean;
8214
8241
 
8215
8242
  /**
8216
- * Serientyp
8243
+ * Variantenwerte
8217
8244
  */
8218
- serialType: ArticleSerialType;
8245
+ variantValues: Array<VariantValueReference>;
8219
8246
 
8220
8247
  /**
8221
- * Variantenwerte
8248
+ * Serientyp
8222
8249
  */
8223
- variantValues: Array<VariantValueReference>;
8250
+ serialType: ArticleSerialType;
8224
8251
 
8225
8252
  /**
8226
8253
  * MetaInformations for this Object
@@ -8249,14 +8276,14 @@ export interface ProductArticleRef {
8249
8276
  export interface ProductDiscount {
8250
8277
 
8251
8278
  /**
8252
- * Kundengruppe
8279
+ * Hauptartikel, für welchen dieser Rabatt gültig ist
8253
8280
  */
8254
- customerGroupRef: ApiObjectReference;
8281
+ accessoryMainArticleRef: ApiObjectReference;
8255
8282
 
8256
8283
  /**
8257
- * Hauptartikel, für welchen dieser Rabatt gültig ist
8284
+ * Kundengruppe
8258
8285
  */
8259
- accessoryMainArticleRef: ApiObjectReference;
8286
+ customerGroupRef: ApiObjectReference;
8260
8287
 
8261
8288
  /**
8262
8289
  * Lieferantengruppe
@@ -8458,14 +8485,14 @@ export interface ProductMainGroup {
8458
8485
  export interface ProductPrice {
8459
8486
 
8460
8487
  /**
8461
- * Kundengruppe
8488
+ * Hauptartikel, für welches dieser Preis gültig ist
8462
8489
  */
8463
- customerGroupRef: ApiObjectReference;
8490
+ accessoryMainArticleRef: ApiObjectReference;
8464
8491
 
8465
8492
  /**
8466
- * Hauptartikel, für welches dieser Preis gültig ist
8493
+ * Kundengruppe
8467
8494
  */
8468
- accessoryMainArticleRef: ApiObjectReference;
8495
+ customerGroupRef: ApiObjectReference;
8469
8496
 
8470
8497
  /**
8471
8498
  * Verwendete Umsatzsteuer zur Umrechnung Netto <-> Brutto
@@ -8612,14 +8639,14 @@ export interface RequestDocument {
8612
8639
  cashDrawerId: number;
8613
8640
 
8614
8641
  /**
8615
- * Leistungsdatum
8642
+ * Der Anzahlungsbetrag
8616
8643
  */
8617
- performanceDate: ScriptingDate;
8644
+ depositPaymentAmount: number;
8618
8645
 
8619
8646
  /**
8620
- * Der Anzahlungsbetrag
8647
+ * Leistungsdatum
8621
8648
  */
8622
- depositPaymentAmount: number;
8649
+ performanceDate: ScriptingDate;
8623
8650
 
8624
8651
  /**
8625
8652
  * Für interne Zwecke: Liefermethode für das Document
@@ -8682,14 +8709,14 @@ export interface RequestDocument {
8682
8709
  lines: Array<RequestDocumentLine>;
8683
8710
 
8684
8711
  /**
8685
- * Die Vertragsdetails
8712
+ * ID der Kasse (bei POS)
8686
8713
  */
8687
- contractDetail: DocumentContractDetail;
8714
+ posRegisterId: number;
8688
8715
 
8689
8716
  /**
8690
- * ID der Kasse (bei POS)
8717
+ * Die Vertragsdetails
8691
8718
  */
8692
- posRegisterId: number;
8719
+ contractDetail: DocumentContractDetail;
8693
8720
 
8694
8721
  /**
8695
8722
  * Für interne Zwecke: Zahlungsbedingung für das Document
@@ -8810,14 +8837,14 @@ export interface RequestDocumentLine {
8810
8837
  commissions: Array<RequestDocumentLineCommission>;
8811
8838
 
8812
8839
  /**
8813
- * FiBu-Angaben
8840
+ * Typ dieser Position
8814
8841
  */
8815
- financeBooking: DocumentFinanceBooking;
8842
+ lineType: DocumentLineType;
8816
8843
 
8817
8844
  /**
8818
- * Typ dieser Position
8845
+ * FiBu-Angaben
8819
8846
  */
8820
- lineType: DocumentLineType;
8847
+ financeBooking: DocumentFinanceBooking;
8821
8848
 
8822
8849
  /**
8823
8850
  * Für interne Zwecke: Steuersatz in Prozent
@@ -8909,6 +8936,11 @@ export interface RequestDocumentLine {
8909
8936
  */
8910
8937
  name: string;
8911
8938
 
8939
+ /**
8940
+ * Buchungen zu dieser Belegposition
8941
+ */
8942
+ bookings: Array<RequestDocumentLineBooking>;
8943
+
8912
8944
  /**
8913
8945
  * Für interne Zwecke: Externe Artikelnummer
8914
8946
  */
@@ -8919,11 +8951,6 @@ export interface RequestDocumentLine {
8919
8951
  */
8920
8952
  sourceLineId: number;
8921
8953
 
8922
- /**
8923
- * Buchungen zu dieser Belegposition
8924
- */
8925
- bookings: Array<RequestDocumentLineBooking>;
8926
-
8927
8954
  /**
8928
8955
  * (optional) Preis des Artikels dieser Position
8929
8956
  */
@@ -9760,14 +9787,14 @@ export interface ShelfFile {
9760
9787
  version: number;
9761
9788
 
9762
9789
  /**
9763
- * meta data
9790
+ * current reference of this file in our storage
9764
9791
  */
9765
- metaDataEntries: Array<ShelfFileMetaData>;
9792
+ storageHandle: string;
9766
9793
 
9767
9794
  /**
9768
- * current reference of this file in our storage
9795
+ * meta data
9769
9796
  */
9770
- storageHandle: string;
9797
+ metaDataEntries: Array<ShelfFileMetaData>;
9771
9798
 
9772
9799
  /**
9773
9800
  * MetaInformations for this Object
@@ -10340,14 +10367,14 @@ export interface TagDto {
10340
10367
  editColor: string;
10341
10368
 
10342
10369
  /**
10343
- * Farbe für die Anzeige des Tags
10370
+ * Farbe in Such-GUI
10344
10371
  */
10345
- color: string;
10372
+ searchColor: string;
10346
10373
 
10347
10374
  /**
10348
- * Farbe in Such-GUI
10375
+ * Farbe für die Anzeige des Tags
10349
10376
  */
10350
- searchColor: string;
10377
+ color: string;
10351
10378
 
10352
10379
  /**
10353
10380
  * Beschriftung des Tags