@vario-software/types 2026.15.6 → 2026.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/schema/erp.d.ts +64338 -39446
- package/scripting/services.d.ts +59 -41
- package/scripting/types.d.ts +532 -370
package/scripting/types.d.ts
CHANGED
|
@@ -153,14 +153,14 @@ export interface Account {
|
|
|
153
153
|
receivablesSum: number;
|
|
154
154
|
|
|
155
155
|
/**
|
|
156
|
-
*
|
|
156
|
+
* Custom account data
|
|
157
157
|
*/
|
|
158
|
-
|
|
158
|
+
custom: EavAccount;
|
|
159
159
|
|
|
160
160
|
/**
|
|
161
|
-
*
|
|
161
|
+
* companyLegal for this account
|
|
162
162
|
*/
|
|
163
|
-
|
|
163
|
+
companyLegalRef: ApiCreatableReference;
|
|
164
164
|
|
|
165
165
|
/**
|
|
166
166
|
* tax number/ Steuernummer
|
|
@@ -213,14 +213,14 @@ export interface Account {
|
|
|
213
213
|
persons: Array<AccountPerson>;
|
|
214
214
|
|
|
215
215
|
/**
|
|
216
|
-
*
|
|
216
|
+
* Standard-Ansprechpartner
|
|
217
217
|
*/
|
|
218
|
-
|
|
218
|
+
defaultPerson: AccountPerson;
|
|
219
219
|
|
|
220
220
|
/**
|
|
221
|
-
*
|
|
221
|
+
* Referenz auf den Ziel-Belegtyp nach der Kommissionierung
|
|
222
222
|
*/
|
|
223
|
-
|
|
223
|
+
afterPickingTargetDocumentTypeRef: ApiObjectReference;
|
|
224
224
|
|
|
225
225
|
/**
|
|
226
226
|
* Account-Beziehungen
|
|
@@ -301,20 +301,25 @@ export interface AccountAddress {
|
|
|
301
301
|
titleRef: ApiCreatableReference;
|
|
302
302
|
|
|
303
303
|
/**
|
|
304
|
-
*
|
|
304
|
+
* Country code
|
|
305
305
|
*/
|
|
306
|
-
|
|
306
|
+
countryCode: string;
|
|
307
307
|
|
|
308
308
|
/**
|
|
309
|
-
*
|
|
309
|
+
* Street
|
|
310
310
|
*/
|
|
311
|
-
|
|
311
|
+
street: string;
|
|
312
312
|
|
|
313
313
|
/**
|
|
314
314
|
* Unique identifier of the Object
|
|
315
315
|
*/
|
|
316
316
|
id: number;
|
|
317
317
|
|
|
318
|
+
/**
|
|
319
|
+
* EORI-Nummer
|
|
320
|
+
*/
|
|
321
|
+
eoriNumber: string;
|
|
322
|
+
|
|
318
323
|
/**
|
|
319
324
|
* Longitude
|
|
320
325
|
*/
|
|
@@ -341,14 +346,14 @@ export interface AccountAddress {
|
|
|
341
346
|
globalLocationNumber: string;
|
|
342
347
|
|
|
343
348
|
/**
|
|
344
|
-
*
|
|
349
|
+
* Custom data
|
|
345
350
|
*/
|
|
346
|
-
|
|
351
|
+
custom: EavAccountaddress;
|
|
347
352
|
|
|
348
353
|
/**
|
|
349
|
-
*
|
|
354
|
+
* abweichende Zahlungsart
|
|
350
355
|
*/
|
|
351
|
-
|
|
356
|
+
deviatingPaymentMethodRef: ApiObjectReference;
|
|
352
357
|
|
|
353
358
|
/**
|
|
354
359
|
* Postcode
|
|
@@ -386,14 +391,14 @@ export interface AccountAddress {
|
|
|
386
391
|
additionalAddressLine1: string;
|
|
387
392
|
|
|
388
393
|
/**
|
|
389
|
-
*
|
|
394
|
+
* Additional address line2
|
|
390
395
|
*/
|
|
391
|
-
|
|
396
|
+
additionalAddressLine2: string;
|
|
392
397
|
|
|
393
398
|
/**
|
|
394
|
-
*
|
|
399
|
+
* Parcel station
|
|
395
400
|
*/
|
|
396
|
-
|
|
401
|
+
parcelStation: string;
|
|
397
402
|
|
|
398
403
|
/**
|
|
399
404
|
* Street address number
|
|
@@ -441,14 +446,14 @@ export interface AccountAddress {
|
|
|
441
446
|
name1: string;
|
|
442
447
|
|
|
443
448
|
/**
|
|
444
|
-
*
|
|
449
|
+
* Contacts
|
|
445
450
|
*/
|
|
446
|
-
|
|
451
|
+
contacts: Array<Contact>;
|
|
447
452
|
|
|
448
453
|
/**
|
|
449
|
-
*
|
|
454
|
+
* abweichende Zahlungsbedingungen
|
|
450
455
|
*/
|
|
451
|
-
|
|
456
|
+
deviatingPaymentTermRef: ApiObjectReference;
|
|
452
457
|
|
|
453
458
|
/**
|
|
454
459
|
* is this the default address of the account
|
|
@@ -464,14 +469,14 @@ export interface AccountBankdetail {
|
|
|
464
469
|
active: boolean;
|
|
465
470
|
|
|
466
471
|
/**
|
|
467
|
-
*
|
|
472
|
+
* name of the bank
|
|
468
473
|
*/
|
|
469
|
-
|
|
474
|
+
bankName: string;
|
|
470
475
|
|
|
471
476
|
/**
|
|
472
|
-
*
|
|
477
|
+
* post-code of the bank
|
|
473
478
|
*/
|
|
474
|
-
|
|
479
|
+
bankPostCode: string;
|
|
475
480
|
|
|
476
481
|
/**
|
|
477
482
|
* account from, if differs from account-address
|
|
@@ -542,14 +547,14 @@ export const enum AccountBillingType {
|
|
|
542
547
|
export interface AccountLoanValue {
|
|
543
548
|
|
|
544
549
|
/**
|
|
545
|
-
*
|
|
550
|
+
* Account
|
|
546
551
|
*/
|
|
547
|
-
|
|
552
|
+
accountId: number;
|
|
548
553
|
|
|
549
554
|
/**
|
|
550
|
-
*
|
|
555
|
+
* Nicht berücksichtigter Betrag
|
|
551
556
|
*/
|
|
552
|
-
|
|
557
|
+
unconsideredAmount: number;
|
|
553
558
|
|
|
554
559
|
/**
|
|
555
560
|
* Betrag aus Aufträgen
|
|
@@ -557,14 +562,14 @@ export interface AccountLoanValue {
|
|
|
557
562
|
nonInvoicedDocumentLoan: number;
|
|
558
563
|
|
|
559
564
|
/**
|
|
560
|
-
*
|
|
565
|
+
* Betrag aus Verbindlichkeiten(negativ)
|
|
561
566
|
*/
|
|
562
|
-
|
|
567
|
+
payablesSum: number;
|
|
563
568
|
|
|
564
569
|
/**
|
|
565
|
-
*
|
|
570
|
+
* Kreditlimit
|
|
566
571
|
*/
|
|
567
|
-
|
|
572
|
+
maximalLoan: number;
|
|
568
573
|
|
|
569
574
|
/**
|
|
570
575
|
* Überschrittener Kreditbetrag
|
|
@@ -769,14 +774,14 @@ export interface AccountPerson {
|
|
|
769
774
|
tags: Array<TagDto>;
|
|
770
775
|
|
|
771
776
|
/**
|
|
772
|
-
*
|
|
777
|
+
* First name
|
|
773
778
|
*/
|
|
774
|
-
|
|
779
|
+
firstName: string;
|
|
775
780
|
|
|
776
781
|
/**
|
|
777
|
-
*
|
|
782
|
+
* Default contacts
|
|
778
783
|
*/
|
|
779
|
-
|
|
784
|
+
defaultContacts: Map<ContactTypeType,Contact>;
|
|
780
785
|
|
|
781
786
|
/**
|
|
782
787
|
* zugeordneter Benutzer (für eigenen Account)
|
|
@@ -1001,14 +1006,14 @@ export interface Article {
|
|
|
1001
1006
|
warrantyInMonths: number;
|
|
1002
1007
|
|
|
1003
1008
|
/**
|
|
1004
|
-
*
|
|
1009
|
+
* weight and size w.o. packaging
|
|
1005
1010
|
*/
|
|
1006
|
-
|
|
1011
|
+
netMetric: Article$Metric;
|
|
1007
1012
|
|
|
1008
1013
|
/**
|
|
1009
|
-
*
|
|
1014
|
+
* Optionen zur Berechnung der Verfügbarkeit
|
|
1010
1015
|
*/
|
|
1011
|
-
|
|
1016
|
+
availabilityDetermination: ArticleAvailabilityDetermination;
|
|
1012
1017
|
|
|
1013
1018
|
/**
|
|
1014
1019
|
* unique product number
|
|
@@ -1146,14 +1151,14 @@ export interface Article {
|
|
|
1146
1151
|
countryOfOriginRef: CountryReference;
|
|
1147
1152
|
|
|
1148
1153
|
/**
|
|
1149
|
-
*
|
|
1154
|
+
* description custom data
|
|
1150
1155
|
*/
|
|
1151
|
-
|
|
1156
|
+
listingDescriptionCustom: EavArticleListingDescription;
|
|
1152
1157
|
|
|
1153
1158
|
/**
|
|
1154
|
-
*
|
|
1159
|
+
* Frei kommissionierbar
|
|
1155
1160
|
*/
|
|
1156
|
-
|
|
1161
|
+
freelyPickable: boolean;
|
|
1157
1162
|
|
|
1158
1163
|
/**
|
|
1159
1164
|
* Umkehrung der Steuerschuld nach §13b UStG?
|
|
@@ -1236,14 +1241,14 @@ export interface Article {
|
|
|
1236
1241
|
alternativeName: string;
|
|
1237
1242
|
|
|
1238
1243
|
/**
|
|
1239
|
-
*
|
|
1244
|
+
* rabattierbarer Artikel?
|
|
1240
1245
|
*/
|
|
1241
|
-
|
|
1246
|
+
discountable: boolean;
|
|
1242
1247
|
|
|
1243
1248
|
/**
|
|
1244
|
-
*
|
|
1249
|
+
* Kontingentartikel
|
|
1245
1250
|
*/
|
|
1246
|
-
|
|
1251
|
+
contingentArticleRef: ApiObjectReference;
|
|
1247
1252
|
|
|
1248
1253
|
/**
|
|
1249
1254
|
* base capacity
|
|
@@ -1311,14 +1316,14 @@ export interface Article {
|
|
|
1311
1316
|
listed: boolean;
|
|
1312
1317
|
|
|
1313
1318
|
/**
|
|
1314
|
-
*
|
|
1319
|
+
* provisionsberechtiger Artikel?
|
|
1315
1320
|
*/
|
|
1316
|
-
|
|
1321
|
+
commissionable: boolean;
|
|
1317
1322
|
|
|
1318
1323
|
/**
|
|
1319
|
-
*
|
|
1324
|
+
* Nur manuelle Produktion
|
|
1320
1325
|
*/
|
|
1321
|
-
|
|
1326
|
+
onlyManualFabrication: boolean;
|
|
1322
1327
|
|
|
1323
1328
|
/**
|
|
1324
1329
|
* Preisbasis
|
|
@@ -1681,14 +1686,14 @@ export interface ArticleSupplier {
|
|
|
1681
1686
|
accountDisplayName: string;
|
|
1682
1687
|
|
|
1683
1688
|
/**
|
|
1684
|
-
*
|
|
1689
|
+
* Lieferanten-Meldebestand
|
|
1685
1690
|
*/
|
|
1686
|
-
|
|
1691
|
+
supplierReportingStock: number;
|
|
1687
1692
|
|
|
1688
1693
|
/**
|
|
1689
|
-
*
|
|
1694
|
+
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
1690
1695
|
*/
|
|
1691
|
-
|
|
1696
|
+
useSupplierArticleDescription: boolean;
|
|
1692
1697
|
|
|
1693
1698
|
/**
|
|
1694
1699
|
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
@@ -1746,14 +1751,14 @@ export interface ArticleSupplier {
|
|
|
1746
1751
|
info: MetaInfo;
|
|
1747
1752
|
|
|
1748
1753
|
/**
|
|
1749
|
-
*
|
|
1754
|
+
* Verpackungseinheit
|
|
1750
1755
|
*/
|
|
1751
|
-
|
|
1756
|
+
packagingUnit: number;
|
|
1752
1757
|
|
|
1753
1758
|
/**
|
|
1754
|
-
*
|
|
1759
|
+
* Referenced Article name
|
|
1755
1760
|
*/
|
|
1756
|
-
|
|
1761
|
+
articleName: string;
|
|
1757
1762
|
|
|
1758
1763
|
/**
|
|
1759
1764
|
* Lieferanten-Preise
|
|
@@ -1786,20 +1791,25 @@ export interface ArticleSupplier {
|
|
|
1786
1791
|
dropShippingAllowed: boolean;
|
|
1787
1792
|
|
|
1788
1793
|
/**
|
|
1789
|
-
* Abweichende
|
|
1794
|
+
* Abweichende Produktbezeichnung
|
|
1790
1795
|
*/
|
|
1791
|
-
|
|
1796
|
+
supplierArticleName: string;
|
|
1792
1797
|
|
|
1793
1798
|
/**
|
|
1794
|
-
* Abweichende
|
|
1799
|
+
* Abweichende Produktbeschreibung
|
|
1795
1800
|
*/
|
|
1796
|
-
|
|
1801
|
+
supplierArticleDescription: string;
|
|
1797
1802
|
|
|
1798
1803
|
/**
|
|
1799
1804
|
* Standardpreis Netto
|
|
1800
1805
|
*/
|
|
1801
1806
|
defaultNetPrice: number;
|
|
1802
1807
|
|
|
1808
|
+
/**
|
|
1809
|
+
* Referenced Supplier-Account
|
|
1810
|
+
*/
|
|
1811
|
+
accountId: number;
|
|
1812
|
+
|
|
1803
1813
|
/**
|
|
1804
1814
|
* Einkaufseinheit
|
|
1805
1815
|
*/
|
|
@@ -1810,11 +1820,6 @@ export interface ArticleSupplier {
|
|
|
1810
1820
|
*/
|
|
1811
1821
|
orderOnComponentBase: boolean;
|
|
1812
1822
|
|
|
1813
|
-
/**
|
|
1814
|
-
* Referenced Supplier-Account
|
|
1815
|
-
*/
|
|
1816
|
-
accountId: number;
|
|
1817
|
-
|
|
1818
1823
|
/**
|
|
1819
1824
|
* Abweichender Produktidentifer (z.B. Barcode)
|
|
1820
1825
|
*/
|
|
@@ -1983,14 +1988,14 @@ export interface CountryReference {
|
|
|
1983
1988
|
export interface CreateNewDocumentRequest {
|
|
1984
1989
|
|
|
1985
1990
|
/**
|
|
1986
|
-
* Belegart
|
|
1991
|
+
* Standard-Belegart der Kategorie verwenden
|
|
1987
1992
|
*/
|
|
1988
|
-
|
|
1993
|
+
defaultDocumentTypeByCategory: EDocumentCategory;
|
|
1989
1994
|
|
|
1990
1995
|
/**
|
|
1991
|
-
*
|
|
1996
|
+
* Belegart
|
|
1992
1997
|
*/
|
|
1993
|
-
|
|
1998
|
+
documentTypeLabel: string;
|
|
1994
1999
|
|
|
1995
2000
|
/**
|
|
1996
2001
|
* Details zum Beleg
|
|
@@ -2056,14 +2061,14 @@ export interface CrmActivity {
|
|
|
2056
2061
|
info: MetaInfo;
|
|
2057
2062
|
|
|
2058
2063
|
/**
|
|
2059
|
-
*
|
|
2064
|
+
* Aktivität intern abgerechnet?
|
|
2060
2065
|
*/
|
|
2061
|
-
|
|
2066
|
+
internalBilled: boolean;
|
|
2062
2067
|
|
|
2063
2068
|
/**
|
|
2064
|
-
*
|
|
2069
|
+
* geplante Dauer
|
|
2065
2070
|
*/
|
|
2066
|
-
|
|
2071
|
+
plannedDurationInSeconds: number;
|
|
2067
2072
|
|
|
2068
2073
|
/**
|
|
2069
2074
|
* Freie Felder der CRM-Aktivität
|
|
@@ -2101,14 +2106,14 @@ export interface CrmActivity {
|
|
|
2101
2106
|
userRef: ApiObjectReference;
|
|
2102
2107
|
|
|
2103
2108
|
/**
|
|
2104
|
-
*
|
|
2109
|
+
* Handelt es sich um eine System-Aktivität?
|
|
2105
2110
|
*/
|
|
2106
|
-
|
|
2111
|
+
system: boolean;
|
|
2107
2112
|
|
|
2108
2113
|
/**
|
|
2109
|
-
*
|
|
2114
|
+
* tatsächliche Startzeit
|
|
2110
2115
|
*/
|
|
2111
|
-
|
|
2116
|
+
startDateTime: ScriptingDateTime;
|
|
2112
2117
|
|
|
2113
2118
|
/**
|
|
2114
2119
|
* Inhalt dieser Aktivität
|
|
@@ -2157,14 +2162,14 @@ export interface CrmActivityType {
|
|
|
2157
2162
|
description: string;
|
|
2158
2163
|
|
|
2159
2164
|
/**
|
|
2160
|
-
*
|
|
2165
|
+
* Bezeichnung
|
|
2161
2166
|
*/
|
|
2162
|
-
|
|
2167
|
+
label: string;
|
|
2163
2168
|
|
|
2164
2169
|
/**
|
|
2165
|
-
*
|
|
2170
|
+
* Für "E-Mail-Archivieren"?
|
|
2166
2171
|
*/
|
|
2167
|
-
|
|
2172
|
+
emailArchiving: boolean;
|
|
2168
2173
|
|
|
2169
2174
|
/**
|
|
2170
2175
|
* Abrechenbar?
|
|
@@ -2614,14 +2619,14 @@ export interface CrmProject {
|
|
|
2614
2619
|
priorityRef: ApiObjectReference;
|
|
2615
2620
|
|
|
2616
2621
|
/**
|
|
2617
|
-
*
|
|
2622
|
+
* Projektleiter vom Auftragnehmer
|
|
2618
2623
|
*/
|
|
2619
|
-
|
|
2624
|
+
projectManagerOfContractor: CrmParticipant;
|
|
2620
2625
|
|
|
2621
2626
|
/**
|
|
2622
|
-
*
|
|
2627
|
+
* Phase
|
|
2623
2628
|
*/
|
|
2624
|
-
|
|
2629
|
+
phaseRef: ApiObjectReference;
|
|
2625
2630
|
|
|
2626
2631
|
/**
|
|
2627
2632
|
* Aufgaben-Nummer
|
|
@@ -2674,14 +2679,14 @@ export interface CrmProject {
|
|
|
2674
2679
|
info: MetaInfo;
|
|
2675
2680
|
|
|
2676
2681
|
/**
|
|
2677
|
-
*
|
|
2682
|
+
* Weitere Teilnehmer vom Auftraggeber
|
|
2678
2683
|
*/
|
|
2679
|
-
|
|
2684
|
+
additionalParticipantsOfCustomer: Array<CrmParticipant>;
|
|
2680
2685
|
|
|
2681
2686
|
/**
|
|
2682
|
-
*
|
|
2687
|
+
* Projektleiter vom Auftraggeber
|
|
2683
2688
|
*/
|
|
2684
|
-
|
|
2689
|
+
projectManagerOfCustomer: CrmParticipant;
|
|
2685
2690
|
|
|
2686
2691
|
/**
|
|
2687
2692
|
* Gesamt beauftragte Zeit in Sekunden
|
|
@@ -2771,14 +2776,14 @@ export const enum CrmReferenceType {
|
|
|
2771
2776
|
export interface CrmReminder {
|
|
2772
2777
|
|
|
2773
2778
|
/**
|
|
2774
|
-
*
|
|
2779
|
+
* Notiz zur Erinnerung
|
|
2775
2780
|
*/
|
|
2776
|
-
|
|
2781
|
+
note: string;
|
|
2777
2782
|
|
|
2778
2783
|
/**
|
|
2779
|
-
*
|
|
2784
|
+
* ID des CRM Objekts
|
|
2780
2785
|
*/
|
|
2781
|
-
|
|
2786
|
+
crmId: number;
|
|
2782
2787
|
|
|
2783
2788
|
/**
|
|
2784
2789
|
* Wer soll erinnert werden
|
|
@@ -2813,6 +2818,11 @@ export interface CrmReminder {
|
|
|
2813
2818
|
|
|
2814
2819
|
export interface CrmState {
|
|
2815
2820
|
|
|
2821
|
+
/**
|
|
2822
|
+
* Typ zu dem dieser Status gehört
|
|
2823
|
+
*/
|
|
2824
|
+
crmSubType: CrmSubType;
|
|
2825
|
+
|
|
2816
2826
|
/**
|
|
2817
2827
|
* active
|
|
2818
2828
|
*/
|
|
@@ -2920,14 +2930,14 @@ export interface CrmSubType {
|
|
|
2920
2930
|
export interface CrmTask {
|
|
2921
2931
|
|
|
2922
2932
|
/**
|
|
2923
|
-
*
|
|
2933
|
+
* Angebot
|
|
2924
2934
|
*/
|
|
2925
|
-
|
|
2935
|
+
customerOfferRef: DocumentRef;
|
|
2926
2936
|
|
|
2927
2937
|
/**
|
|
2928
|
-
*
|
|
2938
|
+
* Liste von Erinnerungen
|
|
2929
2939
|
*/
|
|
2930
|
-
|
|
2940
|
+
reminders: Array<CrmReminder>;
|
|
2931
2941
|
|
|
2932
2942
|
/**
|
|
2933
2943
|
* Notizen
|
|
@@ -2939,6 +2949,11 @@ export interface CrmTask {
|
|
|
2939
2949
|
*/
|
|
2940
2950
|
references: Array<CrmReference>;
|
|
2941
2951
|
|
|
2952
|
+
/**
|
|
2953
|
+
* Zu Erledigen von Teilnehmer
|
|
2954
|
+
*/
|
|
2955
|
+
assignedParticipant: ApiObjectReference;
|
|
2956
|
+
|
|
2942
2957
|
/**
|
|
2943
2958
|
* Beobachter
|
|
2944
2959
|
*/
|
|
@@ -2964,6 +2979,11 @@ export interface CrmTask {
|
|
|
2964
2979
|
*/
|
|
2965
2980
|
mainResponsibleUserRef: ApiObjectReference;
|
|
2966
2981
|
|
|
2982
|
+
/**
|
|
2983
|
+
* Verantwortlicher Teilnehmer
|
|
2984
|
+
*/
|
|
2985
|
+
mainResponsibleParticipant: ApiObjectReference;
|
|
2986
|
+
|
|
2967
2987
|
/**
|
|
2968
2988
|
* Auftrag
|
|
2969
2989
|
*/
|
|
@@ -2992,7 +3012,7 @@ export interface CrmTask {
|
|
|
2992
3012
|
/**
|
|
2993
3013
|
* Weitere Teilnehmer vom Auftraggeber
|
|
2994
3014
|
*/
|
|
2995
|
-
additionalParticipantsOfCustomer: Array<
|
|
3015
|
+
additionalParticipantsOfCustomer: Array<CrmTaskParticipant>;
|
|
2996
3016
|
|
|
2997
3017
|
/**
|
|
2998
3018
|
* Zugewiesen von
|
|
@@ -3030,7 +3050,7 @@ export interface CrmTask {
|
|
|
3030
3050
|
assignedGroupRef: ApiObjectReference;
|
|
3031
3051
|
|
|
3032
3052
|
/**
|
|
3033
|
-
*
|
|
3053
|
+
* Zu erledigen
|
|
3034
3054
|
*/
|
|
3035
3055
|
dueDateTime: ScriptingDateTime;
|
|
3036
3056
|
|
|
@@ -3054,6 +3074,11 @@ export interface CrmTask {
|
|
|
3054
3074
|
*/
|
|
3055
3075
|
externalBilledTimes: number;
|
|
3056
3076
|
|
|
3077
|
+
/**
|
|
3078
|
+
* Kanban-Sortierreihenfolge
|
|
3079
|
+
*/
|
|
3080
|
+
kanbanSortOrder: number;
|
|
3081
|
+
|
|
3057
3082
|
/**
|
|
3058
3083
|
* Steht mit diesen Aufgaben im Zusammenhang
|
|
3059
3084
|
*/
|
|
@@ -3084,6 +3109,11 @@ export interface CrmTask {
|
|
|
3084
3109
|
*/
|
|
3085
3110
|
salesDocumentRefs: Array<DocumentRef>;
|
|
3086
3111
|
|
|
3112
|
+
/**
|
|
3113
|
+
* Zu erledigen ab
|
|
3114
|
+
*/
|
|
3115
|
+
toBeDoneStartingFrom: ScriptingDateTime;
|
|
3116
|
+
|
|
3087
3117
|
/**
|
|
3088
3118
|
* Typ der Aufgabe
|
|
3089
3119
|
*/
|
|
@@ -3152,7 +3182,7 @@ export interface CrmTask {
|
|
|
3152
3182
|
/**
|
|
3153
3183
|
* Weitere Teilnehmer vom Auftragnehmer
|
|
3154
3184
|
*/
|
|
3155
|
-
additionalParticipantsOfContractor: Array<
|
|
3185
|
+
additionalParticipantsOfContractor: Array<CrmTaskParticipant>;
|
|
3156
3186
|
|
|
3157
3187
|
/**
|
|
3158
3188
|
* Fortschritt in Prozent
|
|
@@ -3177,35 +3207,78 @@ export const enum CrmTaskBillingType {
|
|
|
3177
3207
|
INTERNAL = 'INTERNAL'
|
|
3178
3208
|
}
|
|
3179
3209
|
|
|
3180
|
-
export
|
|
3181
|
-
TASK = 'TASK',
|
|
3182
|
-
DEAL = 'DEAL',
|
|
3183
|
-
PROJECT = 'PROJECT'
|
|
3184
|
-
}
|
|
3210
|
+
export interface CrmTaskParticipant {
|
|
3185
3211
|
|
|
3186
|
-
/**
|
|
3187
|
-
|
|
3188
|
-
|
|
3189
|
-
|
|
3212
|
+
/**
|
|
3213
|
+
* Beobachter
|
|
3214
|
+
*/
|
|
3215
|
+
observer: boolean;
|
|
3190
3216
|
|
|
3191
3217
|
/**
|
|
3192
|
-
*
|
|
3218
|
+
* Beschreibung
|
|
3193
3219
|
*/
|
|
3194
|
-
|
|
3220
|
+
description: string;
|
|
3195
3221
|
|
|
3196
3222
|
/**
|
|
3197
|
-
*
|
|
3223
|
+
* Unique identifier of the Object
|
|
3198
3224
|
*/
|
|
3199
|
-
|
|
3225
|
+
id: number;
|
|
3200
3226
|
|
|
3201
3227
|
/**
|
|
3202
|
-
*
|
|
3228
|
+
* Kommentar zur Abstimmung
|
|
3203
3229
|
*/
|
|
3204
|
-
|
|
3205
|
-
}
|
|
3230
|
+
voteComment: string;
|
|
3206
3231
|
|
|
3207
|
-
/**
|
|
3208
|
-
|
|
3232
|
+
/**
|
|
3233
|
+
* Ansprechpartner
|
|
3234
|
+
*/
|
|
3235
|
+
accountPersonRef: ApiObjectReference;
|
|
3236
|
+
|
|
3237
|
+
/**
|
|
3238
|
+
* Abstimmung
|
|
3239
|
+
*/
|
|
3240
|
+
vote: boolean;
|
|
3241
|
+
|
|
3242
|
+
/**
|
|
3243
|
+
* Version Identifier for this Object (for PUT)
|
|
3244
|
+
*/
|
|
3245
|
+
version: number;
|
|
3246
|
+
|
|
3247
|
+
/**
|
|
3248
|
+
* MetaInformations for this Object
|
|
3249
|
+
*/
|
|
3250
|
+
info: MetaInfo;
|
|
3251
|
+
}
|
|
3252
|
+
|
|
3253
|
+
export const enum CrmType {
|
|
3254
|
+
TASK = 'TASK',
|
|
3255
|
+
DEAL = 'DEAL',
|
|
3256
|
+
PROJECT = 'PROJECT'
|
|
3257
|
+
}
|
|
3258
|
+
|
|
3259
|
+
/**
|
|
3260
|
+
* CRM-Belegreferenz
|
|
3261
|
+
*/
|
|
3262
|
+
export interface CrmTypedDocumentRef {
|
|
3263
|
+
|
|
3264
|
+
/**
|
|
3265
|
+
* Typ der Belegreferenz
|
|
3266
|
+
*/
|
|
3267
|
+
specialRefType: ECrmSpecialDocumentRefType;
|
|
3268
|
+
|
|
3269
|
+
/**
|
|
3270
|
+
* Beleg-Qualifizierer
|
|
3271
|
+
*/
|
|
3272
|
+
documentQualifier: EDocumentQualifier;
|
|
3273
|
+
|
|
3274
|
+
/**
|
|
3275
|
+
* Belegreferenz
|
|
3276
|
+
*/
|
|
3277
|
+
documentRef: DocumentRef;
|
|
3278
|
+
}
|
|
3279
|
+
|
|
3280
|
+
/**
|
|
3281
|
+
* Liste von CRM-Belegreferenzen
|
|
3209
3282
|
*/
|
|
3210
3283
|
export interface CrmTypedDocumentRefList {
|
|
3211
3284
|
}
|
|
@@ -3236,14 +3309,14 @@ export interface CurrencyReference {
|
|
|
3236
3309
|
export interface Customer {
|
|
3237
3310
|
|
|
3238
3311
|
/**
|
|
3239
|
-
*
|
|
3312
|
+
* Option für die Stapelverarbeitung
|
|
3240
3313
|
*/
|
|
3241
|
-
|
|
3314
|
+
stackProcessingType: AccountOrderStackProcessingType;
|
|
3242
3315
|
|
|
3243
3316
|
/**
|
|
3244
|
-
*
|
|
3317
|
+
* reference to customer group
|
|
3245
3318
|
*/
|
|
3246
|
-
|
|
3319
|
+
customerGroupRef: ApiObjectReference;
|
|
3247
3320
|
|
|
3248
3321
|
/**
|
|
3249
3322
|
* Kreditlimit
|
|
@@ -3301,14 +3374,14 @@ export interface Customer {
|
|
|
3301
3374
|
info: MetaInfo;
|
|
3302
3375
|
|
|
3303
3376
|
/**
|
|
3304
|
-
*
|
|
3377
|
+
* reference to the delivery method
|
|
3305
3378
|
*/
|
|
3306
|
-
|
|
3379
|
+
deliveryMethodRef: ApiObjectReference;
|
|
3307
3380
|
|
|
3308
3381
|
/**
|
|
3309
|
-
*
|
|
3382
|
+
* tax able or tax free
|
|
3310
3383
|
*/
|
|
3311
|
-
|
|
3384
|
+
taxable: boolean;
|
|
3312
3385
|
|
|
3313
3386
|
/**
|
|
3314
3387
|
* active true/false
|
|
@@ -3365,20 +3438,21 @@ export const enum DealNotificationEventConfig {
|
|
|
3365
3438
|
DEAL_CHANGED = 'DEAL_CHANGED',
|
|
3366
3439
|
DEAL_COMMENT_MENTIONED = 'DEAL_COMMENT_MENTIONED',
|
|
3367
3440
|
DEAL_CLOSED_LOOSE = 'DEAL_CLOSED_LOOSE',
|
|
3368
|
-
DEAL_CLOSED_WON = 'DEAL_CLOSED_WON'
|
|
3441
|
+
DEAL_CLOSED_WON = 'DEAL_CLOSED_WON',
|
|
3442
|
+
DEAL_REMINDER = 'DEAL_REMINDER'
|
|
3369
3443
|
}
|
|
3370
3444
|
|
|
3371
3445
|
export interface DeliveryMethod {
|
|
3372
3446
|
|
|
3373
3447
|
/**
|
|
3374
|
-
*
|
|
3448
|
+
* Soll eine Position mit dieser Liefermethode in einen Lieferbeleg mit dieser Methode übernommen werden
|
|
3375
3449
|
*/
|
|
3376
|
-
|
|
3450
|
+
splitIntoNewDocument: boolean;
|
|
3377
3451
|
|
|
3378
3452
|
/**
|
|
3379
|
-
*
|
|
3453
|
+
* E-Mail an Versender übergeben
|
|
3380
3454
|
*/
|
|
3381
|
-
|
|
3455
|
+
forwardEmailToShipper: boolean;
|
|
3382
3456
|
|
|
3383
3457
|
/**
|
|
3384
3458
|
* Min. Gewicht pro Paket
|
|
@@ -3509,14 +3583,14 @@ export interface DeliveryTerm {
|
|
|
3509
3583
|
label: string;
|
|
3510
3584
|
|
|
3511
3585
|
/**
|
|
3512
|
-
*
|
|
3586
|
+
* information, when the shipping charges should be calculated
|
|
3513
3587
|
*/
|
|
3514
|
-
|
|
3588
|
+
calculateFreightChargesWithType: CalculateFreightChargesWithType;
|
|
3515
3589
|
|
|
3516
3590
|
/**
|
|
3517
|
-
*
|
|
3591
|
+
* Sprache des Accounts
|
|
3518
3592
|
*/
|
|
3519
|
-
|
|
3593
|
+
languageCode: string;
|
|
3520
3594
|
|
|
3521
3595
|
/**
|
|
3522
3596
|
* calculate shipping charges per parcel
|
|
@@ -3567,14 +3641,14 @@ export interface DeliveryTerm {
|
|
|
3567
3641
|
export interface Document {
|
|
3568
3642
|
|
|
3569
3643
|
/**
|
|
3570
|
-
*
|
|
3644
|
+
* Bestätigtes Lieferende (nur wenn bestätigtes Lieferdatum gesetzt)
|
|
3571
3645
|
*/
|
|
3572
|
-
|
|
3646
|
+
confirmedDeliveryDateEnd: ScriptingDate;
|
|
3573
3647
|
|
|
3574
3648
|
/**
|
|
3575
|
-
*
|
|
3649
|
+
* Referenz zum Rechnungskonto
|
|
3576
3650
|
*/
|
|
3577
|
-
|
|
3651
|
+
billingAccountRef: ApiObjectReference;
|
|
3578
3652
|
|
|
3579
3653
|
/**
|
|
3580
3654
|
* Externe Belegnummer
|
|
@@ -3612,14 +3686,14 @@ export interface Document {
|
|
|
3612
3686
|
totalVat: number;
|
|
3613
3687
|
|
|
3614
3688
|
/**
|
|
3615
|
-
*
|
|
3689
|
+
* Name der bestellenden Person
|
|
3616
3690
|
*/
|
|
3617
|
-
|
|
3691
|
+
orderedBy: string;
|
|
3618
3692
|
|
|
3619
3693
|
/**
|
|
3620
|
-
*
|
|
3694
|
+
* Standardlager für neue Positionen
|
|
3621
3695
|
*/
|
|
3622
|
-
|
|
3696
|
+
defaultStorageRef: ApiObjectReference;
|
|
3623
3697
|
|
|
3624
3698
|
/**
|
|
3625
3699
|
* Lieferadresse
|
|
@@ -3902,14 +3976,14 @@ true wenn die Quittung bezahlt ist
|
|
|
3902
3976
|
en16931Profile: EN16931Profile;
|
|
3903
3977
|
|
|
3904
3978
|
/**
|
|
3905
|
-
*
|
|
3979
|
+
* Wechselkurs
|
|
3906
3980
|
*/
|
|
3907
|
-
|
|
3981
|
+
exchangeRate: number;
|
|
3908
3982
|
|
|
3909
3983
|
/**
|
|
3910
|
-
*
|
|
3984
|
+
* Ort der steuerlichen Leistungserbringung
|
|
3911
3985
|
*/
|
|
3912
|
-
|
|
3986
|
+
taxPerformanceLocation: TaxPerformanceLocationType;
|
|
3913
3987
|
|
|
3914
3988
|
/**
|
|
3915
3989
|
* Zusätzliche Infos zu Entscheidungen im Belegkontext
|
|
@@ -4061,11 +4135,6 @@ true wenn die Quittung bezahlt ist
|
|
|
4061
4135
|
*/
|
|
4062
4136
|
customerNumber: string;
|
|
4063
4137
|
|
|
4064
|
-
/**
|
|
4065
|
-
* Versandkostenpositionen
|
|
4066
|
-
*/
|
|
4067
|
-
shippingCosts: Array<DocumentShippingCost>;
|
|
4068
|
-
|
|
4069
4138
|
/**
|
|
4070
4139
|
* Statusinstanz des Belegs
|
|
4071
4140
|
*/
|
|
@@ -4076,6 +4145,11 @@ true wenn die Quittung bezahlt ist
|
|
|
4076
4145
|
*/
|
|
4077
4146
|
taxIdentificationNumber: string;
|
|
4078
4147
|
|
|
4148
|
+
/**
|
|
4149
|
+
* Versandkostenpositionen
|
|
4150
|
+
*/
|
|
4151
|
+
shippingCosts: Array<DocumentShippingCost>;
|
|
4152
|
+
|
|
4079
4153
|
/**
|
|
4080
4154
|
* Rückgeld
|
|
4081
4155
|
*/
|
|
@@ -4113,25 +4187,25 @@ true wenn die Quittung ausbalanciert ist
|
|
|
4113
4187
|
*/
|
|
4114
4188
|
priceModifiers: Array<DocumentPriceModifier>;
|
|
4115
4189
|
|
|
4116
|
-
/**
|
|
4117
|
-
* Rechnungsadresse
|
|
4118
|
-
*/
|
|
4119
|
-
billingAddress: DocumentAddress;
|
|
4120
|
-
|
|
4121
4190
|
/**
|
|
4122
4191
|
* Status der USt-ID-Prüfung
|
|
4123
4192
|
*/
|
|
4124
4193
|
taxIdVerificationState: TaxIdVerificationState;
|
|
4125
4194
|
|
|
4126
4195
|
/**
|
|
4127
|
-
*
|
|
4196
|
+
* Rechnungsadresse
|
|
4128
4197
|
*/
|
|
4129
|
-
|
|
4198
|
+
billingAddress: DocumentAddress;
|
|
4130
4199
|
|
|
4131
4200
|
/**
|
|
4132
4201
|
* Report-Gruppe, falls vom Standard abweichend
|
|
4133
4202
|
*/
|
|
4134
4203
|
reportGroupRef: ApiObjectReference;
|
|
4204
|
+
|
|
4205
|
+
/**
|
|
4206
|
+
* Bestellt durch Ansprechpartner
|
|
4207
|
+
*/
|
|
4208
|
+
orderedByPersonRef: ApiObjectReference;
|
|
4135
4209
|
}
|
|
4136
4210
|
|
|
4137
4211
|
export interface DocumentAdditionalInfo {
|
|
@@ -4142,14 +4216,14 @@ export interface DocumentAdditionalInfo {
|
|
|
4142
4216
|
taxSituationOrigin: TaxSituationOrigin;
|
|
4143
4217
|
|
|
4144
4218
|
/**
|
|
4145
|
-
*
|
|
4219
|
+
* Parameter, welche im {@link DocumentContext} verwendet wurden
|
|
4146
4220
|
*/
|
|
4147
|
-
|
|
4221
|
+
contextParameters: Array<AdditionalParameter>;
|
|
4148
4222
|
|
|
4149
4223
|
/**
|
|
4150
|
-
*
|
|
4224
|
+
* Herkunft der Sprache
|
|
4151
4225
|
*/
|
|
4152
|
-
|
|
4226
|
+
languageCodeOrigin: LanguageCodeOrigin;
|
|
4153
4227
|
|
|
4154
4228
|
/**
|
|
4155
4229
|
* Herkunft der Käufer-Referenz
|
|
@@ -4282,14 +4356,14 @@ export interface DocumentAddress {
|
|
|
4282
4356
|
postOfficeBox: string;
|
|
4283
4357
|
|
|
4284
4358
|
/**
|
|
4285
|
-
*
|
|
4359
|
+
* country code IsoAlpha3
|
|
4286
4360
|
*/
|
|
4287
|
-
|
|
4361
|
+
countryCode: string;
|
|
4288
4362
|
|
|
4289
4363
|
/**
|
|
4290
|
-
*
|
|
4364
|
+
* Street
|
|
4291
4365
|
*/
|
|
4292
|
-
|
|
4366
|
+
street: string;
|
|
4293
4367
|
|
|
4294
4368
|
/**
|
|
4295
4369
|
* Unique identifier of the Object
|
|
@@ -4307,14 +4381,14 @@ export interface DocumentAddress {
|
|
|
4307
4381
|
info: MetaInfo;
|
|
4308
4382
|
|
|
4309
4383
|
/**
|
|
4310
|
-
*
|
|
4384
|
+
* Lieferart
|
|
4311
4385
|
*/
|
|
4312
|
-
|
|
4386
|
+
deliveryMethodRef: ApiObjectReference;
|
|
4313
4387
|
|
|
4314
4388
|
/**
|
|
4315
|
-
*
|
|
4389
|
+
* GLN
|
|
4316
4390
|
*/
|
|
4317
|
-
|
|
4391
|
+
globalLocationNumber: string;
|
|
4318
4392
|
|
|
4319
4393
|
/**
|
|
4320
4394
|
* Postcode
|
|
@@ -4347,14 +4421,14 @@ export interface DocumentAddress {
|
|
|
4347
4421
|
additionalAddressLine2: string;
|
|
4348
4422
|
|
|
4349
4423
|
/**
|
|
4350
|
-
*
|
|
4424
|
+
* Lieferbedingungen
|
|
4351
4425
|
*/
|
|
4352
|
-
|
|
4426
|
+
deliveryTermRef: ApiObjectReference;
|
|
4353
4427
|
|
|
4354
4428
|
/**
|
|
4355
|
-
*
|
|
4429
|
+
* Street address number
|
|
4356
4430
|
*/
|
|
4357
|
-
|
|
4431
|
+
streetAddressNumber: string;
|
|
4358
4432
|
|
|
4359
4433
|
/**
|
|
4360
4434
|
* address line 3
|
|
@@ -4372,14 +4446,14 @@ export interface DocumentAddress {
|
|
|
4372
4446
|
paymentMethodRef: ApiObjectReference;
|
|
4373
4447
|
|
|
4374
4448
|
/**
|
|
4375
|
-
*
|
|
4449
|
+
* Referenz zum Account
|
|
4376
4450
|
*/
|
|
4377
|
-
|
|
4451
|
+
accountRef: ApiObjectReference;
|
|
4378
4452
|
|
|
4379
4453
|
/**
|
|
4380
|
-
*
|
|
4454
|
+
* salutation for this address
|
|
4381
4455
|
*/
|
|
4382
|
-
|
|
4456
|
+
salutation: string;
|
|
4383
4457
|
|
|
4384
4458
|
/**
|
|
4385
4459
|
* address line 2
|
|
@@ -4399,12 +4473,14 @@ export const enum DocumentCategory {
|
|
|
4399
4473
|
CUSTOMER_INVOICE = 'CUSTOMER_INVOICE',
|
|
4400
4474
|
CUSTOMER_PROFORMA_INVOICE = 'CUSTOMER_PROFORMA_INVOICE',
|
|
4401
4475
|
CUSTOMER_DELIVERY_INVOICE = 'CUSTOMER_DELIVERY_INVOICE',
|
|
4402
|
-
|
|
4476
|
+
CUSTOMER_PROGRESS_INVOICE = 'CUSTOMER_PROGRESS_INVOICE',
|
|
4403
4477
|
CUSTOMER_FINAL_INVOICE = 'CUSTOMER_FINAL_INVOICE',
|
|
4478
|
+
CUSTOMER_PARTIAL_INVOICE = 'CUSTOMER_PARTIAL_INVOICE',
|
|
4404
4479
|
CUSTOMER_INVOICE_CANCELLATION = 'CUSTOMER_INVOICE_CANCELLATION',
|
|
4405
4480
|
CUSTOMER_DELIVERY_INVOICE_CANCELLATION = 'CUSTOMER_DELIVERY_INVOICE_CANCELLATION',
|
|
4406
|
-
|
|
4481
|
+
CUSTOMER_PROGRESS_INVOICE_CANCELLATION = 'CUSTOMER_PROGRESS_INVOICE_CANCELLATION',
|
|
4407
4482
|
CUSTOMER_FINAL_INVOICE_CANCELLATION = 'CUSTOMER_FINAL_INVOICE_CANCELLATION',
|
|
4483
|
+
CUSTOMER_PARTIAL_INVOICE_CANCELLATION = 'CUSTOMER_PARTIAL_INVOICE_CANCELLATION',
|
|
4408
4484
|
CUSTOMER_DEPOSIT_INVOICE = 'CUSTOMER_DEPOSIT_INVOICE',
|
|
4409
4485
|
CUSTOMER_DEPOSIT_INVOICE_CANCELLATION = 'CUSTOMER_DEPOSIT_INVOICE_CANCELLATION',
|
|
4410
4486
|
CUSTOMER_CREDIT_NOTE_WITH_STOCK = 'CUSTOMER_CREDIT_NOTE_WITH_STOCK',
|
|
@@ -4418,6 +4494,10 @@ export const enum DocumentCategory {
|
|
|
4418
4494
|
SUPPLIER_DELIVERY_INVOICE = 'SUPPLIER_DELIVERY_INVOICE',
|
|
4419
4495
|
SUPPLIER_CREDIT_NOTE_WITH_STOCK = 'SUPPLIER_CREDIT_NOTE_WITH_STOCK',
|
|
4420
4496
|
SUPPLIER_CREDIT_NOTE_WITHOUT_STOCK = 'SUPPLIER_CREDIT_NOTE_WITHOUT_STOCK',
|
|
4497
|
+
SUPPLIER_DEPOSIT_INVOICE = 'SUPPLIER_DEPOSIT_INVOICE',
|
|
4498
|
+
SUPPLIER_PROGRESS_INVOICE = 'SUPPLIER_PROGRESS_INVOICE',
|
|
4499
|
+
SUPPLIER_PARTIAL_INVOICE = 'SUPPLIER_PARTIAL_INVOICE',
|
|
4500
|
+
SUPPLIER_FINAL_INVOICE = 'SUPPLIER_FINAL_INVOICE',
|
|
4421
4501
|
COMMISSION_SETTLEMENT = 'COMMISSION_SETTLEMENT',
|
|
4422
4502
|
COMMISSION_SETTLEMENT_CANCELLATION = 'COMMISSION_SETTLEMENT_CANCELLATION',
|
|
4423
4503
|
SUPPLIER_COMMISSION_CREDIT_NOTE = 'SUPPLIER_COMMISSION_CREDIT_NOTE',
|
|
@@ -4425,7 +4505,7 @@ export const enum DocumentCategory {
|
|
|
4425
4505
|
CUSTOMER_SUBSCRIPTION_CONTRACT = 'CUSTOMER_SUBSCRIPTION_CONTRACT',
|
|
4426
4506
|
POS_CASH_JOURNAL_OPENING = 'POS_CASH_JOURNAL_OPENING',
|
|
4427
4507
|
POS_CASH_RECEIPT = 'POS_CASH_RECEIPT',
|
|
4428
|
-
|
|
4508
|
+
POS_RETURN_CASH_RECEIPT = 'POS_RETURN_CASH_RECEIPT',
|
|
4429
4509
|
POS_CASH_JOURNAL_DEPOSIT = 'POS_CASH_JOURNAL_DEPOSIT',
|
|
4430
4510
|
POS_CASH_JOURNAL_EXPENSE = 'POS_CASH_JOURNAL_EXPENSE',
|
|
4431
4511
|
POS_CASH_JOURNAL_CLOSING = 'POS_CASH_JOURNAL_CLOSING',
|
|
@@ -4488,14 +4568,14 @@ export interface DocumentContractDetail {
|
|
|
4488
4568
|
runtimeToDate: ScriptingDate;
|
|
4489
4569
|
|
|
4490
4570
|
/**
|
|
4491
|
-
*
|
|
4571
|
+
* Letztmöglicher kündigungstermin des Anbieters
|
|
4492
4572
|
*/
|
|
4493
|
-
|
|
4573
|
+
lastProviderCancellationDate: ScriptingDate;
|
|
4494
4574
|
|
|
4495
4575
|
/**
|
|
4496
|
-
*
|
|
4576
|
+
* Nächste Fälligkeit
|
|
4497
4577
|
*/
|
|
4498
|
-
|
|
4578
|
+
nextDueDate: ScriptingDate;
|
|
4499
4579
|
|
|
4500
4580
|
/**
|
|
4501
4581
|
* Letztmöglicher kündigungstermin des Kunden
|
|
@@ -4526,14 +4606,14 @@ export interface DocumentFabricationDetail {
|
|
|
4526
4606
|
targetStorageRef: ApiObjectReference;
|
|
4527
4607
|
|
|
4528
4608
|
/**
|
|
4529
|
-
*
|
|
4609
|
+
* Notiz
|
|
4530
4610
|
*/
|
|
4531
|
-
|
|
4611
|
+
note: string;
|
|
4532
4612
|
|
|
4533
4613
|
/**
|
|
4534
|
-
*
|
|
4614
|
+
* Material-Lager
|
|
4535
4615
|
*/
|
|
4536
|
-
|
|
4616
|
+
componentsStorageRef: ApiObjectReference;
|
|
4537
4617
|
|
|
4538
4618
|
/**
|
|
4539
4619
|
* QS-Lager
|
|
@@ -4660,14 +4740,14 @@ export const enum DocumentImportType {
|
|
|
4660
4740
|
export interface DocumentLine {
|
|
4661
4741
|
|
|
4662
4742
|
/**
|
|
4663
|
-
*
|
|
4743
|
+
* Leistungsdatum
|
|
4664
4744
|
*/
|
|
4665
|
-
|
|
4745
|
+
performanceDate: ScriptingDate;
|
|
4666
4746
|
|
|
4667
4747
|
/**
|
|
4668
|
-
*
|
|
4748
|
+
* Zolltarifnummer
|
|
4669
4749
|
*/
|
|
4670
|
-
|
|
4750
|
+
customsTariffNumber: string;
|
|
4671
4751
|
|
|
4672
4752
|
/**
|
|
4673
4753
|
* Land der Herkunft
|
|
@@ -4675,14 +4755,14 @@ export interface DocumentLine {
|
|
|
4675
4755
|
country: CountryReference;
|
|
4676
4756
|
|
|
4677
4757
|
/**
|
|
4678
|
-
*
|
|
4758
|
+
* bestätigtes Ende des Lieferzeitraums (nur notwendig für Lieferrzeiträume, wenn Lieferdatum gesetzt)
|
|
4679
4759
|
*/
|
|
4680
|
-
|
|
4760
|
+
confirmedDeliveryDateEnd: ScriptingDate;
|
|
4681
4761
|
|
|
4682
4762
|
/**
|
|
4683
|
-
*
|
|
4763
|
+
* wurde aufgelöst in Gebindeartikel
|
|
4684
4764
|
*/
|
|
4685
|
-
|
|
4765
|
+
convertedIntoBundleArticleRef: ApiObjectReference;
|
|
4686
4766
|
|
|
4687
4767
|
/**
|
|
4688
4768
|
* verarbeitete Menge
|
|
@@ -4714,6 +4794,11 @@ export interface DocumentLine {
|
|
|
4714
4794
|
*/
|
|
4715
4795
|
confirmedDeliveryDate: ScriptingDate;
|
|
4716
4796
|
|
|
4797
|
+
/**
|
|
4798
|
+
* Abschlagsposition?
|
|
4799
|
+
*/
|
|
4800
|
+
progressInvoice: boolean;
|
|
4801
|
+
|
|
4717
4802
|
/**
|
|
4718
4803
|
* Versenderspezifische Informationen
|
|
4719
4804
|
*/
|
|
@@ -4739,15 +4824,20 @@ export interface DocumentLine {
|
|
|
4739
4824
|
*/
|
|
4740
4825
|
cashDiscountable: boolean;
|
|
4741
4826
|
|
|
4827
|
+
/**
|
|
4828
|
+
* Preis pro Menge [Brutto, Netto]
|
|
4829
|
+
*/
|
|
4830
|
+
price: number;
|
|
4831
|
+
|
|
4742
4832
|
/**
|
|
4743
4833
|
* Provisionen
|
|
4744
4834
|
*/
|
|
4745
4835
|
commissions: Array<DocumentLineCommission>;
|
|
4746
4836
|
|
|
4747
4837
|
/**
|
|
4748
|
-
*
|
|
4838
|
+
* Positionstyp
|
|
4749
4839
|
*/
|
|
4750
|
-
|
|
4840
|
+
lineType: DocumentLineType;
|
|
4751
4841
|
|
|
4752
4842
|
/**
|
|
4753
4843
|
* Gesamtpreis Position in Basiswährung
|
|
@@ -4759,11 +4849,6 @@ export interface DocumentLine {
|
|
|
4759
4849
|
*/
|
|
4760
4850
|
financeBooking: DocumentFinanceBooking;
|
|
4761
4851
|
|
|
4762
|
-
/**
|
|
4763
|
-
* Positionstyp
|
|
4764
|
-
*/
|
|
4765
|
-
lineType: DocumentLineType;
|
|
4766
|
-
|
|
4767
4852
|
/**
|
|
4768
4853
|
* vorgeorderte Menge in Pickvorgang
|
|
4769
4854
|
*/
|
|
@@ -4794,6 +4879,11 @@ export interface DocumentLine {
|
|
|
4794
4879
|
*/
|
|
4795
4880
|
id: number;
|
|
4796
4881
|
|
|
4882
|
+
/**
|
|
4883
|
+
* Serientyp
|
|
4884
|
+
*/
|
|
4885
|
+
serialType: ArticleSerialType;
|
|
4886
|
+
|
|
4797
4887
|
/**
|
|
4798
4888
|
* Positionsnummer über alle Artikelpositionen hinweg
|
|
4799
4889
|
*/
|
|
@@ -4804,11 +4894,6 @@ export interface DocumentLine {
|
|
|
4804
4894
|
*/
|
|
4805
4895
|
externalReferenceVds: string;
|
|
4806
4896
|
|
|
4807
|
-
/**
|
|
4808
|
-
* Serientyp
|
|
4809
|
-
*/
|
|
4810
|
-
serialType: ArticleSerialType;
|
|
4811
|
-
|
|
4812
4897
|
/**
|
|
4813
4898
|
* Preis pro Einheit in Basiswährung
|
|
4814
4899
|
*/
|
|
@@ -4820,14 +4905,14 @@ export interface DocumentLine {
|
|
|
4820
4905
|
info: MetaInfo;
|
|
4821
4906
|
|
|
4822
4907
|
/**
|
|
4823
|
-
*
|
|
4908
|
+
* Preiseinheit
|
|
4824
4909
|
*/
|
|
4825
|
-
|
|
4910
|
+
priceUnit: number;
|
|
4826
4911
|
|
|
4827
4912
|
/**
|
|
4828
|
-
*
|
|
4913
|
+
* Steuerschema
|
|
4829
4914
|
*/
|
|
4830
|
-
|
|
4915
|
+
taxSchemaRef: ApiObjectReference;
|
|
4831
4916
|
|
|
4832
4917
|
/**
|
|
4833
4918
|
* Lieferart
|
|
@@ -4850,20 +4935,25 @@ export interface DocumentLine {
|
|
|
4850
4935
|
vat: number;
|
|
4851
4936
|
|
|
4852
4937
|
/**
|
|
4853
|
-
*
|
|
4938
|
+
* Referenz zur Hauptartikel-Position des Zubehörs
|
|
4854
4939
|
*/
|
|
4855
|
-
|
|
4940
|
+
mainArticleLineRef: ApiObjectReference;
|
|
4856
4941
|
|
|
4857
4942
|
/**
|
|
4858
|
-
*
|
|
4943
|
+
* Version Identifier for this Object (for PUT)
|
|
4859
4944
|
*/
|
|
4860
|
-
|
|
4945
|
+
version: number;
|
|
4861
4946
|
|
|
4862
4947
|
/**
|
|
4863
4948
|
* Nettogewicht
|
|
4864
4949
|
*/
|
|
4865
4950
|
netWeight: number;
|
|
4866
4951
|
|
|
4952
|
+
/**
|
|
4953
|
+
* Provisionsursprung
|
|
4954
|
+
*/
|
|
4955
|
+
commissionOrigin: DocumentCommissionOrigin;
|
|
4956
|
+
|
|
4867
4957
|
/**
|
|
4868
4958
|
* Netto-Gesamtpreis (nach Preisänderungen)
|
|
4869
4959
|
*/
|
|
@@ -4940,14 +5030,14 @@ export interface DocumentLine {
|
|
|
4940
5030
|
sourceLineRef: DocumentLineRef;
|
|
4941
5031
|
|
|
4942
5032
|
/**
|
|
4943
|
-
*
|
|
5033
|
+
* Referenz zum Lager
|
|
4944
5034
|
*/
|
|
4945
|
-
|
|
5035
|
+
storage: ApiObjectReference;
|
|
4946
5036
|
|
|
4947
5037
|
/**
|
|
4948
|
-
*
|
|
5038
|
+
* Preisherkunft
|
|
4949
5039
|
*/
|
|
4950
|
-
|
|
5040
|
+
priceOrigin: ProductPriceOrigin;
|
|
4951
5041
|
|
|
4952
5042
|
/**
|
|
4953
5043
|
* Preisermittlungskriterien
|
|
@@ -4970,14 +5060,14 @@ export interface DocumentLine {
|
|
|
4970
5060
|
totalLinePrice: number;
|
|
4971
5061
|
|
|
4972
5062
|
/**
|
|
4973
|
-
*
|
|
5063
|
+
* Zubehör Einfügeart
|
|
4974
5064
|
*/
|
|
4975
|
-
|
|
5065
|
+
insertTerm: AccessoryInsertTerm;
|
|
4976
5066
|
|
|
4977
5067
|
/**
|
|
4978
|
-
*
|
|
5068
|
+
* Referenz zur Basiszeile
|
|
4979
5069
|
*/
|
|
4980
|
-
|
|
5070
|
+
baseLineId: number;
|
|
4981
5071
|
|
|
4982
5072
|
/**
|
|
4983
5073
|
* Einheit Bruttogewicht
|
|
@@ -5004,11 +5094,6 @@ export interface DocumentLine {
|
|
|
5004
5094
|
*/
|
|
5005
5095
|
productType: ProductType;
|
|
5006
5096
|
|
|
5007
|
-
/**
|
|
5008
|
-
* Nettoverkaufswert der Position in Basiswährung
|
|
5009
|
-
*/
|
|
5010
|
-
baseSalesValueNet: number;
|
|
5011
|
-
|
|
5012
5097
|
/**
|
|
5013
5098
|
* Vertragsinformationen
|
|
5014
5099
|
*/
|
|
@@ -5019,6 +5104,11 @@ export interface DocumentLine {
|
|
|
5019
5104
|
*/
|
|
5020
5105
|
netWeightUnit: UnitTypeReference;
|
|
5021
5106
|
|
|
5107
|
+
/**
|
|
5108
|
+
* Nettoverkaufswert der Position in Basiswährung
|
|
5109
|
+
*/
|
|
5110
|
+
baseSalesValueNet: number;
|
|
5111
|
+
|
|
5022
5112
|
/**
|
|
5023
5113
|
* Menge
|
|
5024
5114
|
*/
|
|
@@ -5049,11 +5139,6 @@ export interface DocumentLine {
|
|
|
5049
5139
|
*/
|
|
5050
5140
|
articleId: number;
|
|
5051
5141
|
|
|
5052
|
-
/**
|
|
5053
|
-
* Abschlagsposition?
|
|
5054
|
-
*/
|
|
5055
|
-
partialInvoice: boolean;
|
|
5056
|
-
|
|
5057
5142
|
/**
|
|
5058
5143
|
* Interne Preisänderungsinformationen
|
|
5059
5144
|
*/
|
|
@@ -5249,14 +5334,14 @@ export interface DocumentLineComponent {
|
|
|
5249
5334
|
custom: EavDocumentlinecomponent;
|
|
5250
5335
|
|
|
5251
5336
|
/**
|
|
5252
|
-
*
|
|
5337
|
+
* Referenz auf den Artikel der Komponente
|
|
5253
5338
|
*/
|
|
5254
|
-
|
|
5339
|
+
articleId: number;
|
|
5255
5340
|
|
|
5256
5341
|
/**
|
|
5257
|
-
*
|
|
5342
|
+
* Gelieferte Menge
|
|
5258
5343
|
*/
|
|
5259
|
-
|
|
5344
|
+
quantityCommitted: number;
|
|
5260
5345
|
|
|
5261
5346
|
/**
|
|
5262
5347
|
* Beschreibung des Artikels
|
|
@@ -5388,14 +5473,14 @@ export interface DocumentLineFabricationDetail {
|
|
|
5388
5473
|
serialNumbers: Array<DocumentLineFabricationDetailSerialNumber>;
|
|
5389
5474
|
|
|
5390
5475
|
/**
|
|
5391
|
-
*
|
|
5476
|
+
* Freifeld
|
|
5392
5477
|
*/
|
|
5393
|
-
|
|
5478
|
+
custom: EavFabricationline;
|
|
5394
5479
|
|
|
5395
5480
|
/**
|
|
5396
|
-
*
|
|
5481
|
+
* Menge defekt
|
|
5397
5482
|
*/
|
|
5398
|
-
|
|
5483
|
+
quantityDefective: number;
|
|
5399
5484
|
|
|
5400
5485
|
/**
|
|
5401
5486
|
* Menge produziert
|
|
@@ -5478,11 +5563,26 @@ export interface DocumentLineFabricationDetailSerialNumber {
|
|
|
5478
5563
|
|
|
5479
5564
|
export interface DocumentLinePosDetail {
|
|
5480
5565
|
|
|
5566
|
+
/**
|
|
5567
|
+
* Art der Zahlungsoperation (PAYMENT, CANCEL, REFUND)
|
|
5568
|
+
*/
|
|
5569
|
+
paymentOperation: PosPaymentOperation;
|
|
5570
|
+
|
|
5481
5571
|
/**
|
|
5482
5572
|
* Zahlungsart
|
|
5483
5573
|
*/
|
|
5484
5574
|
paymentMethodId: number;
|
|
5485
5575
|
|
|
5576
|
+
/**
|
|
5577
|
+
* Fehlermeldung vom Payment-Backend (nur bei fehlgeschlagener Zahlung)
|
|
5578
|
+
*/
|
|
5579
|
+
externalPaymentErrorMessage: string;
|
|
5580
|
+
|
|
5581
|
+
/**
|
|
5582
|
+
* Status der externen Zahlung
|
|
5583
|
+
*/
|
|
5584
|
+
externalPaymentStatus: PosPaymentStatus;
|
|
5585
|
+
|
|
5486
5586
|
/**
|
|
5487
5587
|
* Typ der Einlage/Ausgabe
|
|
5488
5588
|
*/
|
|
@@ -5493,11 +5593,21 @@ export interface DocumentLinePosDetail {
|
|
|
5493
5593
|
*/
|
|
5494
5594
|
posLineType: PosLineType;
|
|
5495
5595
|
|
|
5596
|
+
/**
|
|
5597
|
+
* Externe Payment-ID für Verbindung zum Payment-Backend
|
|
5598
|
+
*/
|
|
5599
|
+
externalPaymentId: string;
|
|
5600
|
+
|
|
5496
5601
|
/**
|
|
5497
5602
|
* Unique identifier of the Object
|
|
5498
5603
|
*/
|
|
5499
5604
|
id: number;
|
|
5500
5605
|
|
|
5606
|
+
/**
|
|
5607
|
+
* Externe Payment-ID der zu stornierenden Zahlung (nur bei CANCEL)
|
|
5608
|
+
*/
|
|
5609
|
+
cancelledExternalPaymentId: string;
|
|
5610
|
+
|
|
5501
5611
|
/**
|
|
5502
5612
|
* Version Identifier for this Object (for PUT)
|
|
5503
5613
|
*/
|
|
@@ -5522,14 +5632,14 @@ export interface DocumentLineRef {
|
|
|
5522
5632
|
quantity: number;
|
|
5523
5633
|
|
|
5524
5634
|
/**
|
|
5525
|
-
*
|
|
5635
|
+
* Belegart
|
|
5526
5636
|
*/
|
|
5527
|
-
|
|
5637
|
+
documentType: string;
|
|
5528
5638
|
|
|
5529
5639
|
/**
|
|
5530
|
-
*
|
|
5640
|
+
* Artikelnummer
|
|
5531
5641
|
*/
|
|
5532
|
-
|
|
5642
|
+
articleNumber: string;
|
|
5533
5643
|
|
|
5534
5644
|
/**
|
|
5535
5645
|
* price per quantity [GROSS, NET]
|
|
@@ -5779,14 +5889,14 @@ export interface DocumentShippingCost {
|
|
|
5779
5889
|
costs: number;
|
|
5780
5890
|
|
|
5781
5891
|
/**
|
|
5782
|
-
*
|
|
5892
|
+
* Texte
|
|
5783
5893
|
*/
|
|
5784
|
-
|
|
5894
|
+
texts: Array<DocumentText>;
|
|
5785
5895
|
|
|
5786
5896
|
/**
|
|
5787
|
-
*
|
|
5897
|
+
* Keine Versandkosten (freier Versand)
|
|
5788
5898
|
*/
|
|
5789
|
-
|
|
5899
|
+
freeShipping: boolean;
|
|
5790
5900
|
|
|
5791
5901
|
/**
|
|
5792
5902
|
* Artikelname
|
|
@@ -6021,14 +6131,14 @@ export interface DocumentType {
|
|
|
6021
6131
|
labels: Array<DocumentTypeLabel>;
|
|
6022
6132
|
|
|
6023
6133
|
/**
|
|
6024
|
-
*
|
|
6134
|
+
* Zählerkreis
|
|
6025
6135
|
*/
|
|
6026
|
-
|
|
6136
|
+
sequencerConfiguration: SequencerConfiguration;
|
|
6027
6137
|
|
|
6028
6138
|
/**
|
|
6029
|
-
*
|
|
6139
|
+
* nächste Belegnummer
|
|
6030
6140
|
*/
|
|
6031
|
-
|
|
6141
|
+
nextNumber: string;
|
|
6032
6142
|
|
|
6033
6143
|
/**
|
|
6034
6144
|
* Sortierung
|
|
@@ -6241,6 +6351,8 @@ export const enum EDocumentCategory {
|
|
|
6241
6351
|
CUSTOMER_DELIVERY_INVOICE = 'CUSTOMER_DELIVERY_INVOICE',
|
|
6242
6352
|
CUSTOMER_DEPOSIT_INVOICE = 'CUSTOMER_DEPOSIT_INVOICE',
|
|
6243
6353
|
CUSTOMER_DEPOSIT_INVOICE_CANCELLATION = 'CUSTOMER_DEPOSIT_INVOICE_CANCELLATION',
|
|
6354
|
+
CUSTOMER_PROGRESS_INVOICE = 'CUSTOMER_PROGRESS_INVOICE',
|
|
6355
|
+
CUSTOMER_PROGRESS_INVOICE_CANCELLATION = 'CUSTOMER_PROGRESS_INVOICE_CANCELLATION',
|
|
6244
6356
|
CUSTOMER_PARTIAL_INVOICE = 'CUSTOMER_PARTIAL_INVOICE',
|
|
6245
6357
|
CUSTOMER_PARTIAL_INVOICE_CANCELLATION = 'CUSTOMER_PARTIAL_INVOICE_CANCELLATION',
|
|
6246
6358
|
CUSTOMER_FINAL_INVOICE = 'CUSTOMER_FINAL_INVOICE',
|
|
@@ -6258,6 +6370,10 @@ export const enum EDocumentCategory {
|
|
|
6258
6370
|
SUPPLIER_DELIVERY_INVOICE = 'SUPPLIER_DELIVERY_INVOICE',
|
|
6259
6371
|
SUPPLIER_CREDIT_NOTE_WITH_STOCK = 'SUPPLIER_CREDIT_NOTE_WITH_STOCK',
|
|
6260
6372
|
SUPPLIER_CREDIT_NOTE_WITHOUT_STOCK = 'SUPPLIER_CREDIT_NOTE_WITHOUT_STOCK',
|
|
6373
|
+
SUPPLIER_DEPOSIT_INVOICE = 'SUPPLIER_DEPOSIT_INVOICE',
|
|
6374
|
+
SUPPLIER_PROGRESS_INVOICE = 'SUPPLIER_PROGRESS_INVOICE',
|
|
6375
|
+
SUPPLIER_PARTIAL_INVOICE = 'SUPPLIER_PARTIAL_INVOICE',
|
|
6376
|
+
SUPPLIER_FINAL_INVOICE = 'SUPPLIER_FINAL_INVOICE',
|
|
6261
6377
|
COMMISSION_SETTLEMENT = 'COMMISSION_SETTLEMENT',
|
|
6262
6378
|
COMMISSION_SETTLEMENT_CANCELLATION = 'COMMISSION_SETTLEMENT_CANCELLATION',
|
|
6263
6379
|
SUPPLIER_COMMISSION_CREDIT_NOTE = 'SUPPLIER_COMMISSION_CREDIT_NOTE',
|
|
@@ -6265,7 +6381,7 @@ export const enum EDocumentCategory {
|
|
|
6265
6381
|
CUSTOMER_SUBSCRIPTION_CONTRACT = 'CUSTOMER_SUBSCRIPTION_CONTRACT',
|
|
6266
6382
|
POS_CASH_JOURNAL_OPENING = 'POS_CASH_JOURNAL_OPENING',
|
|
6267
6383
|
POS_CASH_RECEIPT = 'POS_CASH_RECEIPT',
|
|
6268
|
-
|
|
6384
|
+
POS_RETURN_CASH_RECEIPT = 'POS_RETURN_CASH_RECEIPT',
|
|
6269
6385
|
POS_CASH_JOURNAL_DEPOSIT = 'POS_CASH_JOURNAL_DEPOSIT',
|
|
6270
6386
|
POS_CASH_JOURNAL_EXPENSE = 'POS_CASH_JOURNAL_EXPENSE',
|
|
6271
6387
|
POS_CASH_JOURNAL_CLOSING = 'POS_CASH_JOURNAL_CLOSING',
|
|
@@ -6301,6 +6417,8 @@ export const enum EDocumentTransition {
|
|
|
6301
6417
|
ORDER_RESET_FROM_PICKING = 'ORDER_RESET_FROM_PICKING',
|
|
6302
6418
|
/**Beleg auflösen **/
|
|
6303
6419
|
DISSOLVE = 'DISSOLVE',
|
|
6420
|
+
/**Quittung abbrechen **/
|
|
6421
|
+
CANCEL_POS_RECEIPT = 'CANCEL_POS_RECEIPT',
|
|
6304
6422
|
/**Produktion starten **/
|
|
6305
6423
|
START_FABRICATION = 'START_FABRICATION',
|
|
6306
6424
|
/**Produktion stornieren **/
|
|
@@ -6438,14 +6556,14 @@ export const enum FabricationOfComponents {
|
|
|
6438
6556
|
export interface FabricationProduceRequest {
|
|
6439
6557
|
|
|
6440
6558
|
/**
|
|
6441
|
-
*
|
|
6559
|
+
* Zu produzierende Menge
|
|
6442
6560
|
*/
|
|
6443
|
-
|
|
6561
|
+
quantity: number;
|
|
6444
6562
|
|
|
6445
6563
|
/**
|
|
6446
|
-
*
|
|
6564
|
+
* Material automatisch bestätigen
|
|
6447
6565
|
*/
|
|
6448
|
-
|
|
6566
|
+
autoCommitComponents: boolean;
|
|
6449
6567
|
|
|
6450
6568
|
/**
|
|
6451
6569
|
* Für die Produktion zu verwendendes Material
|
|
@@ -6522,14 +6640,14 @@ export interface FabricationRevertRequest {
|
|
|
6522
6640
|
export interface FabricationSerialNumber {
|
|
6523
6641
|
|
|
6524
6642
|
/**
|
|
6525
|
-
*
|
|
6643
|
+
* MHD / Verfallsdatum
|
|
6526
6644
|
*/
|
|
6527
|
-
|
|
6645
|
+
expiryDate: ScriptingDate;
|
|
6528
6646
|
|
|
6529
6647
|
/**
|
|
6530
|
-
*
|
|
6648
|
+
* ID der zu produzierenden Seriennummer (nur zur gezielten Produktion von bereits definierten Seriennummern)
|
|
6531
6649
|
*/
|
|
6532
|
-
|
|
6650
|
+
serialNumberId: number;
|
|
6533
6651
|
|
|
6534
6652
|
/**
|
|
6535
6653
|
* Bemerkung
|
|
@@ -6736,14 +6854,14 @@ export interface PaymentMethod {
|
|
|
6736
6854
|
daysToAddForFollowup: number;
|
|
6737
6855
|
|
|
6738
6856
|
/**
|
|
6739
|
-
*
|
|
6857
|
+
* Die Business Transaction
|
|
6740
6858
|
*/
|
|
6741
|
-
|
|
6859
|
+
businessTransaction: ApiObjectReference;
|
|
6742
6860
|
|
|
6743
6861
|
/**
|
|
6744
|
-
*
|
|
6862
|
+
* external Payment Id
|
|
6745
6863
|
*/
|
|
6746
|
-
|
|
6864
|
+
externalPaymentId: string;
|
|
6747
6865
|
|
|
6748
6866
|
/**
|
|
6749
6867
|
* Unique identifier of the Object
|
|
@@ -6779,14 +6897,14 @@ export interface PaymentTerm {
|
|
|
6779
6897
|
printDescription: string;
|
|
6780
6898
|
|
|
6781
6899
|
/**
|
|
6782
|
-
* for
|
|
6900
|
+
* Days for Discount 1
|
|
6783
6901
|
*/
|
|
6784
|
-
|
|
6902
|
+
paymentDays1: number;
|
|
6785
6903
|
|
|
6786
6904
|
/**
|
|
6787
|
-
*
|
|
6905
|
+
* for deposit: remaining term
|
|
6788
6906
|
*/
|
|
6789
|
-
|
|
6907
|
+
remainingTermRef: ApiObjectReference;
|
|
6790
6908
|
|
|
6791
6909
|
/**
|
|
6792
6910
|
* Days for Discount 2
|
|
@@ -7067,14 +7185,14 @@ export const enum PickingType {
|
|
|
7067
7185
|
export interface Picklist {
|
|
7068
7186
|
|
|
7069
7187
|
/**
|
|
7070
|
-
*
|
|
7188
|
+
* Zur Erstellung der Pickliste verwendete Vorlage
|
|
7071
7189
|
*/
|
|
7072
|
-
|
|
7190
|
+
usedTemplate: PicklistTemplate;
|
|
7073
7191
|
|
|
7074
7192
|
/**
|
|
7075
|
-
*
|
|
7193
|
+
* Ziellager für Nachschub
|
|
7076
7194
|
*/
|
|
7077
|
-
|
|
7195
|
+
targetStorageRef: ApiObjectReference;
|
|
7078
7196
|
|
|
7079
7197
|
/**
|
|
7080
7198
|
* Nummer der Pickliste
|
|
@@ -7125,14 +7243,14 @@ export interface PicklistLine {
|
|
|
7125
7243
|
components: Array<PicklistLineComponent>;
|
|
7126
7244
|
|
|
7127
7245
|
/**
|
|
7128
|
-
*
|
|
7246
|
+
* Menge der Position
|
|
7129
7247
|
*/
|
|
7130
|
-
|
|
7248
|
+
quantity: number;
|
|
7131
7249
|
|
|
7132
7250
|
/**
|
|
7133
|
-
*
|
|
7251
|
+
* Artikelbezeichnung
|
|
7134
7252
|
*/
|
|
7135
|
-
|
|
7253
|
+
articleName: string;
|
|
7136
7254
|
|
|
7137
7255
|
/**
|
|
7138
7256
|
* Artikelbeschreibung
|
|
@@ -7170,14 +7288,14 @@ export interface PicklistLine {
|
|
|
7170
7288
|
articleNumber: string;
|
|
7171
7289
|
|
|
7172
7290
|
/**
|
|
7173
|
-
*
|
|
7291
|
+
* Art der Position
|
|
7174
7292
|
*/
|
|
7175
|
-
|
|
7293
|
+
lineType: PicklistLineType;
|
|
7176
7294
|
|
|
7177
7295
|
/**
|
|
7178
|
-
*
|
|
7296
|
+
* Lagernummer
|
|
7179
7297
|
*/
|
|
7180
|
-
|
|
7298
|
+
storageNumber: string;
|
|
7181
7299
|
|
|
7182
7300
|
/**
|
|
7183
7301
|
* ID der Ziel-Dokumentposition
|
|
@@ -7271,14 +7389,14 @@ export interface PicklistLineComponent {
|
|
|
7271
7389
|
quantityCollected: number;
|
|
7272
7390
|
|
|
7273
7391
|
/**
|
|
7274
|
-
*
|
|
7392
|
+
* Menge der Position
|
|
7275
7393
|
*/
|
|
7276
|
-
|
|
7394
|
+
quantity: number;
|
|
7277
7395
|
|
|
7278
7396
|
/**
|
|
7279
|
-
*
|
|
7397
|
+
* Artikelbezeichnung
|
|
7280
7398
|
*/
|
|
7281
|
-
|
|
7399
|
+
articleName: string;
|
|
7282
7400
|
|
|
7283
7401
|
/**
|
|
7284
7402
|
* Artikelbeschreibung
|
|
@@ -7499,11 +7617,6 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
7499
7617
|
*/
|
|
7500
7618
|
alternativeSelectionInVql: string;
|
|
7501
7619
|
|
|
7502
|
-
/**
|
|
7503
|
-
* Selektion über den Bereich vom Lieferdatum
|
|
7504
|
-
*/
|
|
7505
|
-
deliveryDateRange: PicklistTemplate$DateRange;
|
|
7506
|
-
|
|
7507
7620
|
/**
|
|
7508
7621
|
* Nur vollständig lieferbare Positionen
|
|
7509
7622
|
*/
|
|
@@ -7514,6 +7627,11 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
7514
7627
|
*/
|
|
7515
7628
|
maxOrderCount: number;
|
|
7516
7629
|
|
|
7630
|
+
/**
|
|
7631
|
+
* Selektion über den Bereich vom Lieferdatum
|
|
7632
|
+
*/
|
|
7633
|
+
deliveryDateRange: PicklistTemplate$DateRange;
|
|
7634
|
+
|
|
7517
7635
|
/**
|
|
7518
7636
|
* Selektion über den Bereich vom Belegdatum
|
|
7519
7637
|
*/
|
|
@@ -7583,14 +7701,14 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
7583
7701
|
orderPickingTrolleyGroupRef: ApiObjectReference;
|
|
7584
7702
|
|
|
7585
7703
|
/**
|
|
7586
|
-
*
|
|
7704
|
+
* Der zu verwendende Pickwagen
|
|
7587
7705
|
*/
|
|
7588
|
-
|
|
7706
|
+
orderPickingTrolleyRef: ApiObjectReference;
|
|
7589
7707
|
|
|
7590
7708
|
/**
|
|
7591
|
-
*
|
|
7709
|
+
* Mit welcher Reportgruppe soll die Pickliste gedruckt werden?
|
|
7592
7710
|
*/
|
|
7593
|
-
|
|
7711
|
+
picklistOutputReportGroupRef: ApiObjectReference;
|
|
7594
7712
|
|
|
7595
7713
|
/**
|
|
7596
7714
|
* Lagerplätze vorgeben
|
|
@@ -7651,14 +7769,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
7651
7769
|
alwaysShowDeliveryMethod: boolean;
|
|
7652
7770
|
|
|
7653
7771
|
/**
|
|
7654
|
-
*
|
|
7772
|
+
* Soll die Lieferbelege automatisch nach Abschluss der Kommissionierung gedruckt werden?
|
|
7655
7773
|
*/
|
|
7656
|
-
|
|
7774
|
+
autoPrintDeliveryDocument: boolean;
|
|
7657
7775
|
|
|
7658
7776
|
/**
|
|
7659
|
-
*
|
|
7777
|
+
* Überschreitung vom maximalen Paketgewicht blockieren?
|
|
7660
7778
|
*/
|
|
7661
|
-
|
|
7779
|
+
blockIfMaximumPackageWeightIsExceeded: boolean;
|
|
7662
7780
|
|
|
7663
7781
|
/**
|
|
7664
7782
|
* Versand-Dialog beim Abschluss zeigen
|
|
@@ -7666,9 +7784,9 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
7666
7784
|
showShippingFormOnPickingFinish: boolean;
|
|
7667
7785
|
|
|
7668
7786
|
/**
|
|
7669
|
-
*
|
|
7787
|
+
* Sollen Dienstleistungen kommissioniert werden?
|
|
7670
7788
|
*/
|
|
7671
|
-
|
|
7789
|
+
allowPickingOfServiceArticles: boolean;
|
|
7672
7790
|
|
|
7673
7791
|
/**
|
|
7674
7792
|
* Sammelbestätigung erlauben
|
|
@@ -7676,9 +7794,9 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
7676
7794
|
allowFullConfirmation: boolean;
|
|
7677
7795
|
|
|
7678
7796
|
/**
|
|
7679
|
-
*
|
|
7797
|
+
* Digitale Pickliste verwenden: dabei werden nur die Positionen im Frontend gezeigt und durch Tippen oder Wischen bestätigt
|
|
7680
7798
|
*/
|
|
7681
|
-
|
|
7799
|
+
useDigitalPicklist: boolean;
|
|
7682
7800
|
|
|
7683
7801
|
/**
|
|
7684
7802
|
* Nur für Konsolidierung: Lieferbeleg und Versandlabel zum Abschluss scannen
|
|
@@ -7724,6 +7842,20 @@ export const enum PosLineType {
|
|
|
7724
7842
|
CASH_EXPENSE = 'CASH_EXPENSE'
|
|
7725
7843
|
}
|
|
7726
7844
|
|
|
7845
|
+
export const enum PosPaymentOperation {
|
|
7846
|
+
PAYMENT = 'PAYMENT',
|
|
7847
|
+
CANCEL = 'CANCEL',
|
|
7848
|
+
REFUND = 'REFUND'
|
|
7849
|
+
}
|
|
7850
|
+
|
|
7851
|
+
export const enum PosPaymentStatus {
|
|
7852
|
+
PENDING = 'PENDING',
|
|
7853
|
+
PROCESSING = 'PROCESSING',
|
|
7854
|
+
SUCCESSFUL = 'SUCCESSFUL',
|
|
7855
|
+
CANCELLED = 'CANCELLED',
|
|
7856
|
+
REJECTED = 'REJECTED'
|
|
7857
|
+
}
|
|
7858
|
+
|
|
7727
7859
|
export const enum PossibleUsingType {
|
|
7728
7860
|
ACCOUNT = 'ACCOUNT',
|
|
7729
7861
|
CRM_DEAL = 'CRM_DEAL',
|
|
@@ -7917,6 +8049,11 @@ export interface ProductDiscount {
|
|
|
7917
8049
|
*/
|
|
7918
8050
|
customerGroupRef: ApiObjectReference;
|
|
7919
8051
|
|
|
8052
|
+
/**
|
|
8053
|
+
* Hauptartikel, für welchen dieser Rabatt gültig ist
|
|
8054
|
+
*/
|
|
8055
|
+
accessoryMainArticleRef: ApiObjectReference;
|
|
8056
|
+
|
|
7920
8057
|
/**
|
|
7921
8058
|
* Lieferantengruppe
|
|
7922
8059
|
*/
|
|
@@ -8121,6 +8258,11 @@ export interface ProductPrice {
|
|
|
8121
8258
|
*/
|
|
8122
8259
|
customerGroupRef: ApiObjectReference;
|
|
8123
8260
|
|
|
8261
|
+
/**
|
|
8262
|
+
* Hauptartikel, für welches dieser Preis gültig ist
|
|
8263
|
+
*/
|
|
8264
|
+
accessoryMainArticleRef: ApiObjectReference;
|
|
8265
|
+
|
|
8124
8266
|
/**
|
|
8125
8267
|
* Verwendete Umsatzsteuer zur Umrechnung Netto <-> Brutto
|
|
8126
8268
|
*/
|
|
@@ -8137,14 +8279,14 @@ export interface ProductPrice {
|
|
|
8137
8279
|
fromQuantity: number;
|
|
8138
8280
|
|
|
8139
8281
|
/**
|
|
8140
|
-
*
|
|
8282
|
+
* Produkt, für welches dieser Preis gültig ist
|
|
8141
8283
|
*/
|
|
8142
|
-
|
|
8284
|
+
articleRef: ApiObjectReference;
|
|
8143
8285
|
|
|
8144
8286
|
/**
|
|
8145
|
-
*
|
|
8287
|
+
* Netto-Preis
|
|
8146
8288
|
*/
|
|
8147
|
-
|
|
8289
|
+
netPrice: number;
|
|
8148
8290
|
|
|
8149
8291
|
/**
|
|
8150
8292
|
* Brutto-Preis
|
|
@@ -8320,6 +8462,11 @@ export interface RequestDocument {
|
|
|
8320
8462
|
*/
|
|
8321
8463
|
deliveryTermId: number;
|
|
8322
8464
|
|
|
8465
|
+
/**
|
|
8466
|
+
* IDs der zu übernehmenden Abschlagsrechnungen (für Teilrechnungen)
|
|
8467
|
+
*/
|
|
8468
|
+
progressInvoiceIds: Array<number>;
|
|
8469
|
+
|
|
8323
8470
|
/**
|
|
8324
8471
|
* Für interne Zwecke: Währung für das Document
|
|
8325
8472
|
*/
|
|
@@ -8341,14 +8488,14 @@ export interface RequestDocument {
|
|
|
8341
8488
|
posRegisterId: number;
|
|
8342
8489
|
|
|
8343
8490
|
/**
|
|
8344
|
-
*
|
|
8491
|
+
* Vorgabelieferant bei Übernahme von Auftrag zu Bestellung(en)
|
|
8345
8492
|
*/
|
|
8346
|
-
|
|
8493
|
+
supplierAccountId: number;
|
|
8347
8494
|
|
|
8348
8495
|
/**
|
|
8349
|
-
*
|
|
8496
|
+
* Für interne Zwecke: Zahlungsbedingung für das Document
|
|
8350
8497
|
*/
|
|
8351
|
-
|
|
8498
|
+
paymentTermId: number;
|
|
8352
8499
|
|
|
8353
8500
|
/**
|
|
8354
8501
|
* Für interne Zwecke: Vorgabe Streckengeschäft
|
|
@@ -8361,14 +8508,14 @@ export interface RequestDocument {
|
|
|
8361
8508
|
custom: EavDocument;
|
|
8362
8509
|
|
|
8363
8510
|
/**
|
|
8364
|
-
*
|
|
8511
|
+
* reference to the corresponding document in an external system
|
|
8365
8512
|
*/
|
|
8366
|
-
|
|
8513
|
+
externalId: string;
|
|
8367
8514
|
|
|
8368
8515
|
/**
|
|
8369
|
-
*
|
|
8516
|
+
* target document type for document copy
|
|
8370
8517
|
*/
|
|
8371
|
-
|
|
8518
|
+
targetDocumentType: DocumentType;
|
|
8372
8519
|
|
|
8373
8520
|
/**
|
|
8374
8521
|
* ID vom Pickwagen für den Wareneingang (wenn incomingGoodsStorageBinId = null)
|
|
@@ -8404,6 +8551,11 @@ export interface RequestDocument {
|
|
|
8404
8551
|
* Die Rabatte des Beleges
|
|
8405
8552
|
*/
|
|
8406
8553
|
priceModifiers: Array<RequestDocumentPriceModifier>;
|
|
8554
|
+
|
|
8555
|
+
/**
|
|
8556
|
+
* IDs der zu übernehmenden Anzahlungsrechnungen (für Teilrechnungen)
|
|
8557
|
+
*/
|
|
8558
|
+
depositInvoiceIds: Array<number>;
|
|
8407
8559
|
}
|
|
8408
8560
|
|
|
8409
8561
|
export interface RequestDocumentLine {
|
|
@@ -8429,14 +8581,14 @@ export interface RequestDocumentLine {
|
|
|
8429
8581
|
description: string;
|
|
8430
8582
|
|
|
8431
8583
|
/**
|
|
8432
|
-
*
|
|
8584
|
+
* Quittungsdetails zur Belegposition
|
|
8433
8585
|
*/
|
|
8434
|
-
|
|
8586
|
+
posDetail: DocumentLinePosDetail;
|
|
8435
8587
|
|
|
8436
8588
|
/**
|
|
8437
|
-
*
|
|
8589
|
+
* Herkunft des Preises
|
|
8438
8590
|
*/
|
|
8439
|
-
|
|
8591
|
+
priceOrigin: ProductPriceOrigin;
|
|
8440
8592
|
|
|
8441
8593
|
/**
|
|
8442
8594
|
* (optional) Gesamtpreis dieser Position
|
|
@@ -8454,14 +8606,14 @@ export interface RequestDocumentLine {
|
|
|
8454
8606
|
commissions: Array<RequestDocumentLineCommission>;
|
|
8455
8607
|
|
|
8456
8608
|
/**
|
|
8457
|
-
*
|
|
8609
|
+
* Typ dieser Position
|
|
8458
8610
|
*/
|
|
8459
|
-
|
|
8611
|
+
lineType: DocumentLineType;
|
|
8460
8612
|
|
|
8461
8613
|
/**
|
|
8462
|
-
*
|
|
8614
|
+
* FiBu-Angaben
|
|
8463
8615
|
*/
|
|
8464
|
-
|
|
8616
|
+
financeBooking: DocumentFinanceBooking;
|
|
8465
8617
|
|
|
8466
8618
|
/**
|
|
8467
8619
|
* Für interne Zwecke: Steuersatz in Prozent
|
|
@@ -8473,6 +8625,11 @@ export interface RequestDocumentLine {
|
|
|
8473
8625
|
*/
|
|
8474
8626
|
dropShippingPolicy: DropShippingPolicy;
|
|
8475
8627
|
|
|
8628
|
+
/**
|
|
8629
|
+
* Positionsnummer der Artikel
|
|
8630
|
+
*/
|
|
8631
|
+
positionOfArticleLine: number;
|
|
8632
|
+
|
|
8476
8633
|
/**
|
|
8477
8634
|
* (optional) Lager-ID
|
|
8478
8635
|
*/
|
|
@@ -8493,6 +8650,11 @@ export interface RequestDocumentLine {
|
|
|
8493
8650
|
*/
|
|
8494
8651
|
quantity: number;
|
|
8495
8652
|
|
|
8653
|
+
/**
|
|
8654
|
+
* Position der Hauptartikel-Position einer Zubehör-Position
|
|
8655
|
+
*/
|
|
8656
|
+
mainArticleLinePosition: number;
|
|
8657
|
+
|
|
8496
8658
|
/**
|
|
8497
8659
|
* Details Produktionsbelegen
|
|
8498
8660
|
*/
|
|
@@ -8509,14 +8671,14 @@ export interface RequestDocumentLine {
|
|
|
8509
8671
|
articleId: number;
|
|
8510
8672
|
|
|
8511
8673
|
/**
|
|
8512
|
-
*
|
|
8674
|
+
* Referenz auf die zugehörige Position in einem externen System
|
|
8513
8675
|
*/
|
|
8514
|
-
|
|
8676
|
+
externalId: string;
|
|
8515
8677
|
|
|
8516
8678
|
/**
|
|
8517
|
-
*
|
|
8679
|
+
* ID der Belegposition im aktuellen Beleg
|
|
8518
8680
|
*/
|
|
8519
|
-
|
|
8681
|
+
lineId: number;
|
|
8520
8682
|
|
|
8521
8683
|
/**
|
|
8522
8684
|
* ID des Pickwagens für den Wareneingang (wenn `incomingGoodsStorageBinId` = null)
|
|
@@ -8544,14 +8706,14 @@ export interface RequestDocumentLine {
|
|
|
8544
8706
|
name: string;
|
|
8545
8707
|
|
|
8546
8708
|
/**
|
|
8547
|
-
*
|
|
8709
|
+
* ID der Quell-Belegposition
|
|
8548
8710
|
*/
|
|
8549
|
-
|
|
8711
|
+
sourceLineId: number;
|
|
8550
8712
|
|
|
8551
8713
|
/**
|
|
8552
|
-
*
|
|
8714
|
+
* Für interne Zwecke: Externe Artikelnummer
|
|
8553
8715
|
*/
|
|
8554
|
-
|
|
8716
|
+
externalArticleNumber: string;
|
|
8555
8717
|
|
|
8556
8718
|
/**
|
|
8557
8719
|
* Buchungen zu dieser Belegposition
|
|
@@ -8700,14 +8862,14 @@ export interface SalesAgent {
|
|
|
8700
8862
|
note: string;
|
|
8701
8863
|
|
|
8702
8864
|
/**
|
|
8703
|
-
*
|
|
8865
|
+
* reference to the delivery method
|
|
8704
8866
|
*/
|
|
8705
|
-
|
|
8867
|
+
deliveryMethodRef: ApiObjectReference;
|
|
8706
8868
|
|
|
8707
8869
|
/**
|
|
8708
|
-
*
|
|
8870
|
+
* is sales agent taxable
|
|
8709
8871
|
*/
|
|
8710
|
-
|
|
8872
|
+
taxable: boolean;
|
|
8711
8873
|
|
|
8712
8874
|
/**
|
|
8713
8875
|
* Freifelder
|
|
@@ -8951,14 +9113,14 @@ export interface ScenarioDimensionValue {
|
|
|
8951
9113
|
export interface ScenarioFactDef {
|
|
8952
9114
|
|
|
8953
9115
|
/**
|
|
8954
|
-
* Attribut
|
|
9116
|
+
* Attribut Typ
|
|
8955
9117
|
*/
|
|
8956
|
-
|
|
9118
|
+
attributeType: ScenarioFactDef$FactType;
|
|
8957
9119
|
|
|
8958
9120
|
/**
|
|
8959
|
-
* Attribut
|
|
9121
|
+
* Attribut Name
|
|
8960
9122
|
*/
|
|
8961
|
-
|
|
9123
|
+
factAttribute: string;
|
|
8962
9124
|
|
|
8963
9125
|
/**
|
|
8964
9126
|
* Unique identifier of the Object
|
|
@@ -9048,14 +9210,14 @@ export interface SequencerConfiguration {
|
|
|
9048
9210
|
key: string;
|
|
9049
9211
|
|
|
9050
9212
|
/**
|
|
9051
|
-
*
|
|
9213
|
+
* Alternative configuration used to generate sequences instead of this configuration
|
|
9052
9214
|
*/
|
|
9053
|
-
|
|
9215
|
+
alternativeConfiguration: ApiObjectReference;
|
|
9054
9216
|
|
|
9055
9217
|
/**
|
|
9056
|
-
*
|
|
9218
|
+
* Contains details about the sequencer configuration
|
|
9057
9219
|
*/
|
|
9058
|
-
|
|
9220
|
+
configurationDetail: SequencerConfigurationDetail;
|
|
9059
9221
|
|
|
9060
9222
|
/**
|
|
9061
9223
|
* MetaInformations for this Object
|
|
@@ -9678,14 +9840,14 @@ export interface Supplier {
|
|
|
9678
9840
|
supplierGroupRef: ApiObjectReference;
|
|
9679
9841
|
|
|
9680
9842
|
/**
|
|
9681
|
-
*
|
|
9843
|
+
* reference to the delivery method
|
|
9682
9844
|
*/
|
|
9683
|
-
|
|
9845
|
+
deliveryMethodRef: ApiObjectReference;
|
|
9684
9846
|
|
|
9685
9847
|
/**
|
|
9686
|
-
*
|
|
9848
|
+
* tax able or tax free
|
|
9687
9849
|
*/
|
|
9688
|
-
|
|
9850
|
+
taxable: boolean;
|
|
9689
9851
|
|
|
9690
9852
|
/**
|
|
9691
9853
|
* Mahnen?
|
|
@@ -9738,14 +9900,14 @@ export interface Supplier {
|
|
|
9738
9900
|
performanceCountryCode: string;
|
|
9739
9901
|
|
|
9740
9902
|
/**
|
|
9741
|
-
*
|
|
9903
|
+
* reference to the payment method
|
|
9742
9904
|
*/
|
|
9743
|
-
|
|
9905
|
+
paymentMethodRef: ApiObjectReference;
|
|
9744
9906
|
|
|
9745
9907
|
/**
|
|
9746
|
-
*
|
|
9908
|
+
* Lieferzeit in (Werk-)Tagen
|
|
9747
9909
|
*/
|
|
9748
|
-
|
|
9910
|
+
defaultDeliveryTime: number;
|
|
9749
9911
|
|
|
9750
9912
|
/**
|
|
9751
9913
|
* currency code IsoAlpha3
|
|
@@ -9817,14 +9979,14 @@ export const enum TagType {
|
|
|
9817
9979
|
export interface TaxIdForeignCountry {
|
|
9818
9980
|
|
|
9819
9981
|
/**
|
|
9820
|
-
*
|
|
9982
|
+
* ISO 2 Code of the country this tax ID is used for
|
|
9821
9983
|
*/
|
|
9822
|
-
|
|
9984
|
+
countryCode: string;
|
|
9823
9985
|
|
|
9824
9986
|
/**
|
|
9825
|
-
*
|
|
9987
|
+
* Tax ID of the company in the associated country
|
|
9826
9988
|
*/
|
|
9827
|
-
|
|
9989
|
+
taxId: string;
|
|
9828
9990
|
|
|
9829
9991
|
/**
|
|
9830
9992
|
* Unique identifier of the Object
|
|
@@ -10097,14 +10259,14 @@ export interface User {
|
|
|
10097
10259
|
version: number;
|
|
10098
10260
|
|
|
10099
10261
|
/**
|
|
10100
|
-
*
|
|
10262
|
+
* first-name
|
|
10101
10263
|
*/
|
|
10102
|
-
|
|
10264
|
+
firstName: string;
|
|
10103
10265
|
|
|
10104
10266
|
/**
|
|
10105
|
-
*
|
|
10267
|
+
* is the email verified
|
|
10106
10268
|
*/
|
|
10107
|
-
|
|
10269
|
+
emailVerified: boolean;
|
|
10108
10270
|
|
|
10109
10271
|
/**
|
|
10110
10272
|
* email-address
|