@vario-software/types 2026.22.4 → 2026.23.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vario-software/types",
3
- "version": "2026.22.4",
3
+ "version": "2026.23.1",
4
4
  "types": "./index.d.ts",
5
5
  "dependencies": {
6
6
  "@types/express": "^5.0.6"
package/schema/erp.d.ts CHANGED
@@ -9494,7 +9494,7 @@ export interface paths {
9494
9494
  path?: never;
9495
9495
  cookie?: never;
9496
9496
  };
9497
- get: operations["getParent_2"];
9497
+ get: operations["getParents_2"];
9498
9498
  put: operations["updateParent_2"];
9499
9499
  post?: never;
9500
9500
  delete: operations["removeParent_2"];
@@ -10127,7 +10127,7 @@ export interface paths {
10127
10127
  path?: never;
10128
10128
  cookie?: never;
10129
10129
  };
10130
- get: operations["getParent_1"];
10130
+ get: operations["getParents_1"];
10131
10131
  put: operations["updateParent_1"];
10132
10132
  post?: never;
10133
10133
  delete: operations["removeParent_1"];
@@ -10724,7 +10724,7 @@ export interface paths {
10724
10724
  path?: never;
10725
10725
  cookie?: never;
10726
10726
  };
10727
- get: operations["getParent"];
10727
+ get: operations["getParents"];
10728
10728
  put: operations["updateParent"];
10729
10729
  post?: never;
10730
10730
  delete: operations["removeParent"];
@@ -18386,6 +18386,22 @@ export interface paths {
18386
18386
  patch?: never;
18387
18387
  trace?: never;
18388
18388
  };
18389
+ "/wms/picklists/process-input-for-incorrectly-picked-goods": {
18390
+ parameters: {
18391
+ query?: never;
18392
+ header?: never;
18393
+ path?: never;
18394
+ cookie?: never;
18395
+ };
18396
+ get?: never;
18397
+ put?: never;
18398
+ post: operations["processInputForIncorrectlyPickedGoods"];
18399
+ delete?: never;
18400
+ options?: never;
18401
+ head?: never;
18402
+ patch?: never;
18403
+ trace?: never;
18404
+ };
18389
18405
  "/wms/picklists/reorg": {
18390
18406
  parameters: {
18391
18407
  query?: never;
@@ -79623,6 +79639,7 @@ export interface components {
79623
79639
  readonly systemPresetting?: boolean;
79624
79640
  targetOutputConsumerRef?: components["schemas"]["core-api-ApiObjectReference"];
79625
79641
  targetOutputConsumerResult?: components["schemas"]["unknownservice-unknownmodule-JsonNode"];
79642
+ targetOutputTypeRef?: components["schemas"]["core-api-ApiObjectReference"];
79626
79643
  targetReportGroupRef?: components["schemas"]["core-api-ApiObjectReference"];
79627
79644
  /** @description Version Identifier for this Object (for PUT) */
79628
79645
  version?: string;
@@ -85800,7 +85817,8 @@ export interface components {
85800
85817
  readonly number?: string;
85801
85818
  /** @description Beobachter */
85802
85819
  observerRefs?: components["schemas"]["core-api-ApiObjectReference"][];
85803
- parentRef?: components["schemas"]["erp-crm-CrmObjectRef"];
85820
+ /** @description Übergeordnete CRM-Objekte */
85821
+ parentRefs?: components["schemas"]["erp-crm-CrmObjectRef"][];
85804
85822
  /**
85805
85823
  * Format: date
85806
85824
  * @description Geplantes Abschluss-Datum
@@ -86020,7 +86038,8 @@ export interface components {
86020
86038
  readonly number?: string;
86021
86039
  /** @description Beobachter */
86022
86040
  observerRefs?: components["schemas"]["core-api-ApiObjectReference"][];
86023
- parentRef?: components["schemas"]["erp-crm-CrmObjectRef"];
86041
+ /** @description Übergeordnete CRM-Objekte */
86042
+ parentRefs?: components["schemas"]["erp-crm-CrmObjectRef"][];
86024
86043
  phaseRef?: components["schemas"]["core-api-ApiObjectReference"];
86025
86044
  /**
86026
86045
  * Format: date
@@ -86271,7 +86290,8 @@ export interface components {
86271
86290
  readonly number?: string;
86272
86291
  /** @description Beobachter */
86273
86292
  observerRefs?: components["schemas"]["core-api-ApiObjectReference"][];
86274
- parentRef?: components["schemas"]["erp-crm-CrmObjectRef"];
86293
+ /** @description Übergeordnete CRM-Objekte */
86294
+ parentRefs?: components["schemas"]["erp-crm-CrmObjectRef"][];
86275
86295
  priorityRef: components["schemas"]["core-api-ApiObjectReference"];
86276
86296
  /** @description In Workflow-Verarbeitung? */
86277
86297
  readonly processedByWorkflow?: boolean;
@@ -86345,7 +86365,7 @@ export interface components {
86345
86365
  queryPredicate?: components["schemas"]["common-cunit-QueryPresetPredicate"];
86346
86366
  variables?: components["schemas"]["common-cunit-QueryPresetVariableSubstitutionList"];
86347
86367
  };
86348
- /** @description Request zur aktualisierung vom CRM-Parent */
86368
+ /** @description Request zur Aktualisierung der CRM-Children */
86349
86369
  "erp-crm-CrmUpdateChildrenRequest": {
86350
86370
  /** @description Die abhängigen Objekte */
86351
86371
  children: components["schemas"]["erp-crm-CrmUpdateChildrenRequest.Child"][];
@@ -86363,18 +86383,23 @@ export interface components {
86363
86383
  */
86364
86384
  type: "TASK" | "DEAL" | "PROJECT";
86365
86385
  };
86366
- /** @description Request zur aktualisierung vom CRM-Parent */
86386
+ /** @description Request zur Aktualisierung der CRM-Parents */
86367
86387
  "erp-crm-CrmUpdateParentRequest": {
86388
+ /** @description Die übergeordneten Objekte */
86389
+ parents: components["schemas"]["erp-crm-CrmUpdateParentRequest.Parent"][];
86390
+ };
86391
+ /** @description Ein übergeordnetes Objekt */
86392
+ "erp-crm-CrmUpdateParentRequest.Parent": {
86368
86393
  /**
86369
86394
  * Format: int64
86370
- * @description ID vom neuen Parent
86395
+ * @description ID
86371
86396
  */
86372
- parentId: number;
86397
+ id: number;
86373
86398
  /**
86374
86399
  * @description Möglich CRM-Typen
86375
86400
  * @enum {string}
86376
86401
  */
86377
- parentType: "TASK" | "DEAL" | "PROJECT";
86402
+ type: "TASK" | "DEAL" | "PROJECT";
86378
86403
  };
86379
86404
  /** @description Request markieren von Aktivitäten als "abgerechnet" */
86380
86405
  "erp-crm-SetActivitiesBilledRequest": {
@@ -91374,6 +91399,12 @@ export interface components {
91374
91399
  info?: components["schemas"]["core-api-MetaInfo"];
91375
91400
  /** @description Ist das Produkt für den Kunden gesperrt? */
91376
91401
  lockedForCustomer?: boolean;
91402
+ /**
91403
+ * @description Art der Preisermittlung
91404
+ * @default DEFAULT
91405
+ * @enum {string}
91406
+ */
91407
+ priceDetermination: "DEFAULT" | "SPECIAL" | "ONLY_DEFAULT_PRICE";
91377
91408
  /** @description Kunden-Preise */
91378
91409
  readonly productPrices?: components["schemas"]["erp-product-ProductPrice"][];
91379
91410
  /** @description Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen) */
@@ -91384,11 +91415,6 @@ export interface components {
91384
91415
  useDeviatingArticleName?: boolean;
91385
91416
  /** @description Soll die abweichende Produktnummer verwendet werden (z.B. in Belegen) */
91386
91417
  useDeviatingArticleNumber?: boolean;
91387
- /**
91388
- * @description Nur Sonderpreis/-rabatt verwenden?
91389
- * @default false
91390
- */
91391
- useOnlyRelatedPriceOrDiscount: boolean;
91392
91418
  /** @description Version Identifier for this Object (for PUT) */
91393
91419
  version?: string;
91394
91420
  };
@@ -94163,7 +94189,7 @@ export interface components {
94163
94189
  * @description Status der Pickliste
94164
94190
  * @enum {string}
94165
94191
  */
94166
- state: "CREATED" | "PAUSED_IN_PICKING" | "IN_PICKING" | "PICKED" | "PAUSED_IN_PACKING" | "IN_PACKING" | "CANCELLED" | "FINISHED";
94192
+ state: "IN_CREATION" | "CREATED" | "PAUSED_IN_PICKING" | "IN_PICKING" | "PICKED" | "PAUSED_IN_PACKING" | "IN_PACKING" | "CANCELLED" | "FINISHED";
94167
94193
  targetStorageRef?: components["schemas"]["core-api-ApiObjectReference"];
94168
94194
  usedTemplate?: components["schemas"]["erp-wms-PicklistTemplate"];
94169
94195
  /** @description Version Identifier for this Object (for PUT) */
@@ -94185,6 +94211,52 @@ export interface components {
94185
94211
  /** @description Protokoll der Erzeugung */
94186
94212
  creationLog?: string[];
94187
94213
  };
94214
+ /** @description Anfrage zur Eingabeverarbeitung von Picklisten mit falsch gesammelten Artikeln */
94215
+ "erp-wms-PicklistForIncorrectlyPickedGoodsProcessingRequest": {
94216
+ absoluteManualQuantityChange?: boolean;
94217
+ /**
94218
+ * Format: int64
94219
+ * @description ID des zu verarbeitenden Artikels
94220
+ */
94221
+ articleId?: number;
94222
+ /** @description Benutzereingabe/Scan */
94223
+ inputData?: string;
94224
+ /** @description Manuelle Mengenänderung */
94225
+ manualQuantityChange?: number;
94226
+ /**
94227
+ * Format: int64
94228
+ * @description ID der zu verarbeitenden Pickliste
94229
+ */
94230
+ picklistId?: number;
94231
+ /**
94232
+ * @description Aktionen in der Verarbeitung Picklisten mit falsch gesammelten Artikeln
94233
+ * @enum {string}
94234
+ */
94235
+ processingAction?: "NONE" | "CREATE_NEW" | "FINISH";
94236
+ /**
94237
+ * Format: int64
94238
+ * @description ID der zu verarbeitenden Seriennummer
94239
+ */
94240
+ serialNumberId?: number;
94241
+ /**
94242
+ * Format: int64
94243
+ * @description ID vom Ziel-Lager zum Verräumen der Ware
94244
+ */
94245
+ targetStorageId?: number;
94246
+ };
94247
+ /** @description Antwort der Eingabeverarbeitung von Picklisten mit falsch gesammelten Artikeln */
94248
+ "erp-wms-PicklistForIncorrectlyPickedGoodsProcessingResponse": {
94249
+ articleRef?: components["schemas"]["core-api-ApiObjectReference"];
94250
+ message?: components["schemas"]["core-api-LocalizeableMessage"];
94251
+ picklist?: components["schemas"]["erp-wms-Picklist"];
94252
+ /**
94253
+ * @description Status der Verarbeitung von Pickliste mit falsch gesammelten Artikeln
94254
+ * @enum {string}
94255
+ */
94256
+ processingState?: "CREATED" | "PICKLIST_CHOSEN" | "ARTICLE_CHOSEN" | "SERIAL_NUMBER_CHOSEN" | "ABSOLUTE_QUANTITY_MANUAL_CHANGED" | "RELATIVE_QUANTITY_MANUAL_CHANGED" | "FINISHED";
94257
+ serialNumberRef?: components["schemas"]["core-api-ApiObjectReference"];
94258
+ targetStorageRef?: components["schemas"]["core-api-ApiObjectReference"];
94259
+ };
94188
94260
  /** @description Pickliste ohne Details */
94189
94261
  "erp-wms-PicklistInfo": {
94190
94262
  /**
@@ -94223,7 +94295,7 @@ export interface components {
94223
94295
  * @description Art der Kommissionierung
94224
94296
  * @enum {string}
94225
94297
  */
94226
- pickingType?: "FAST_ORDER_PICKING" | "SINGLE_ORDER_PICKING" | "COLLECTIVE_ORDER_PICKING" | "ROLLING_ORDER_PICKING" | "CONSOLIDATION" | "REPLENISHMENT" | "FABRICATION";
94298
+ pickingType?: "FAST_ORDER_PICKING" | "SINGLE_ORDER_PICKING" | "COLLECTIVE_ORDER_PICKING" | "ROLLING_ORDER_PICKING" | "CONSOLIDATION" | "REPLENISHMENT" | "FABRICATION" | "MISSING_GOODS_PICKING" | "INCORRECTLY_PICKED_GOODS";
94227
94299
  /** @description Ggf. Label des Pickwagens, falls es sich um die rollende Kommissionierung handelt */
94228
94300
  pickTrolleyLabel?: string;
94229
94301
  processedByUserRef?: components["schemas"]["core-api-ApiObjectReference"];
@@ -94236,7 +94308,7 @@ export interface components {
94236
94308
  * @description Status der Pickliste
94237
94309
  * @enum {string}
94238
94310
  */
94239
- state?: "CREATED" | "PAUSED_IN_PICKING" | "IN_PICKING" | "PICKED" | "PAUSED_IN_PACKING" | "IN_PACKING" | "CANCELLED" | "FINISHED";
94311
+ state?: "IN_CREATION" | "CREATED" | "PAUSED_IN_PICKING" | "IN_PICKING" | "PICKED" | "PAUSED_IN_PACKING" | "IN_PACKING" | "CANCELLED" | "FINISHED";
94240
94312
  /**
94241
94313
  * @description Digitale Pickliste verwenden: wenn processingType = PICKING -> Positionen nur durch tippen oder swippen bestätigt
94242
94314
  * @default false
@@ -94296,7 +94368,7 @@ export interface components {
94296
94368
  * @description Status der Position einer Pickliste
94297
94369
  * @enum {string}
94298
94370
  */
94299
- state: "CREATED" | "NEWLY_ADDED" | "PICKED" | "NEWLY_ADDED_AND_PICKED" | "WAITING_FOR_SHIPPING_DOCUMENTS" | "CANCELLED" | "FINISHED";
94371
+ state: "IN_CREATION" | "CREATED" | "NEWLY_ADDED" | "PICKED" | "NEWLY_ADDED_AND_PICKED" | "WAITING_FOR_SHIPPING_DOCUMENTS" | "CANCELLED" | "FINISHED";
94300
94372
  /** @description Lageranzeigename */
94301
94373
  readonly storageDisplayName?: string;
94302
94374
  /**
@@ -94592,7 +94664,7 @@ export interface components {
94592
94664
  * @description Art der Kommissionierung
94593
94665
  * @enum {string}
94594
94666
  */
94595
- pickingType: "FAST_ORDER_PICKING" | "SINGLE_ORDER_PICKING" | "COLLECTIVE_ORDER_PICKING" | "ROLLING_ORDER_PICKING" | "CONSOLIDATION" | "REPLENISHMENT" | "FABRICATION";
94667
+ pickingType: "FAST_ORDER_PICKING" | "SINGLE_ORDER_PICKING" | "COLLECTIVE_ORDER_PICKING" | "ROLLING_ORDER_PICKING" | "CONSOLIDATION" | "REPLENISHMENT" | "FABRICATION" | "MISSING_GOODS_PICKING" | "INCORRECTLY_PICKED_GOODS";
94596
94668
  picklistCreationOptions?: components["schemas"]["erp-wms-PicklistTemplate.PicklistCreationOptions"];
94597
94669
  picklistProcessingOptions?: components["schemas"]["erp-wms-PicklistTemplate.PicklistProcessingOptions"];
94598
94670
  /** @description Skripte für die Erstellung und Verarbeitung von Picklisten */
@@ -120243,7 +120315,7 @@ export interface operations {
120243
120315
  };
120244
120316
  };
120245
120317
  };
120246
- getParent_2: {
120318
+ getParents_2: {
120247
120319
  parameters: {
120248
120320
  query?: never;
120249
120321
  header?: never;
@@ -120260,7 +120332,7 @@ export interface operations {
120260
120332
  [name: string]: unknown;
120261
120333
  };
120262
120334
  content: {
120263
- "application/json": components["schemas"]["erp-crm-CrmObjectRef"];
120335
+ "application/json": components["schemas"]["erp-crm-CrmObjectRef"][];
120264
120336
  };
120265
120337
  };
120266
120338
  };
@@ -122090,7 +122162,7 @@ export interface operations {
122090
122162
  };
122091
122163
  };
122092
122164
  };
122093
- getParent_1: {
122165
+ getParents_1: {
122094
122166
  parameters: {
122095
122167
  query?: never;
122096
122168
  header?: never;
@@ -122107,7 +122179,7 @@ export interface operations {
122107
122179
  [name: string]: unknown;
122108
122180
  };
122109
122181
  content: {
122110
- "application/json": components["schemas"]["erp-crm-CrmObjectRef"];
122182
+ "application/json": components["schemas"]["erp-crm-CrmObjectRef"][];
122111
122183
  };
122112
122184
  };
122113
122185
  };
@@ -123786,7 +123858,7 @@ export interface operations {
123786
123858
  };
123787
123859
  };
123788
123860
  };
123789
- getParent: {
123861
+ getParents: {
123790
123862
  parameters: {
123791
123863
  query?: never;
123792
123864
  header?: never;
@@ -123803,7 +123875,7 @@ export interface operations {
123803
123875
  [name: string]: unknown;
123804
123876
  };
123805
123877
  content: {
123806
- "application/json": components["schemas"]["erp-crm-CrmObjectRef"];
123878
+ "application/json": components["schemas"]["erp-crm-CrmObjectRef"][];
123807
123879
  };
123808
123880
  };
123809
123881
  };
@@ -142591,6 +142663,30 @@ export interface operations {
142591
142663
  };
142592
142664
  };
142593
142665
  };
142666
+ processInputForIncorrectlyPickedGoods: {
142667
+ parameters: {
142668
+ query?: never;
142669
+ header?: never;
142670
+ path?: never;
142671
+ cookie?: never;
142672
+ };
142673
+ requestBody: {
142674
+ content: {
142675
+ "application/json": components["schemas"]["erp-wms-PicklistForIncorrectlyPickedGoodsProcessingRequest"];
142676
+ };
142677
+ };
142678
+ responses: {
142679
+ /** @description OK */
142680
+ 200: {
142681
+ headers: {
142682
+ [name: string]: unknown;
142683
+ };
142684
+ content: {
142685
+ "application/json": components["schemas"]["erp-wms-PicklistForIncorrectlyPickedGoodsProcessingResponse"];
142686
+ };
142687
+ };
142688
+ };
142689
+ };
142594
142690
  reorgPicklistsAndTrolleys: {
142595
142691
  parameters: {
142596
142692
  query?: never;
@@ -2663,14 +2663,14 @@ export interface ScriptingServiceList {
2663
2663
  shelfDocumentService: ShelfDocumentScriptingService;
2664
2664
 
2665
2665
  /**
2666
- * Logging im Scripting
2666
+ * Verwaltung von Versandarten
2667
2667
  */
2668
- logger: LoggingScriptingService;
2668
+ deliveryMethodService: DeliveryMethodScriptingService;
2669
2669
 
2670
2670
  /**
2671
- * Verwaltung von Versandarten
2671
+ * Logging im Scripting
2672
2672
  */
2673
- deliveryMethodService: DeliveryMethodScriptingService;
2673
+ logger: LoggingScriptingService;
2674
2674
 
2675
2675
  /**
2676
2676
  * Service zur Verarbeitung von Deals
@@ -2688,14 +2688,14 @@ export interface ScriptingServiceList {
2688
2688
  productGroupService: ProductGroupScriptingService;
2689
2689
 
2690
2690
  /**
2691
- * Ausgabe-Support Methoden
2691
+ * Service zur Verarbeitung von Hauptwarengruppen im Skripten
2692
2692
  */
2693
- outputHelper: ScriptOutputHelperService;
2693
+ productMainGroupService: ProductMainGroupScriptingService;
2694
2694
 
2695
2695
  /**
2696
- * Service zur Verarbeitung von Hauptwarengruppen im Skripten
2696
+ * Ausgabe-Support Methoden
2697
2697
  */
2698
- productMainGroupService: ProductMainGroupScriptingService;
2698
+ outputHelper: ScriptOutputHelperService;
2699
2699
 
2700
2700
  /**
2701
2701
  * Service zur Verarbeitung von Account-Listings in Skripten
@@ -2718,14 +2718,14 @@ export interface ScriptingServiceList {
2718
2718
  utils: ScriptingUtilities;
2719
2719
 
2720
2720
  /**
2721
- * Service zur Verarbeitung von Variantenschemas in Skripten
2721
+ * Service zur Verarbeitung von Artikel-Kundenbeziehungen im Skripten
2722
2722
  */
2723
- variantSchemaService: VariantSchemaScriptingService;
2723
+ articleCustomerService: ArticleCustomerScriptingService;
2724
2724
 
2725
2725
  /**
2726
- * Service zur Verarbeitung von Artikel-Kundenbeziehungen im Skripten
2726
+ * Service zur Verarbeitung von Variantenschemas in Skripten
2727
2727
  */
2728
- articleCustomerService: ArticleCustomerScriptingService;
2728
+ variantSchemaService: VariantSchemaScriptingService;
2729
2729
 
2730
2730
  /**
2731
2731
  * Service zur Verarbeitung von Artikeln im Skripten
@@ -2753,14 +2753,14 @@ export interface ScriptingServiceList {
2753
2753
  articleStorageService: ArticleStorageScriptingService;
2754
2754
 
2755
2755
  /**
2756
- * Anfragen von neuen Zählerkreis-Nummern
2756
+ * Verwaltung von Zahlungsarten
2757
2757
  */
2758
- freeSequencerService: FreeSequencerScriptingService;
2758
+ paymentMethodService: PaymentMethodScriptingService;
2759
2759
 
2760
2760
  /**
2761
- * Verwaltung von Zahlungsarten
2761
+ * Anfragen von neuen Zählerkreis-Nummern
2762
2762
  */
2763
- paymentMethodService: PaymentMethodScriptingService;
2763
+ freeSequencerService: FreeSequencerScriptingService;
2764
2764
 
2765
2765
  /**
2766
2766
  * Service zur Bestandsabfrage und Lagerbuchung in Skripten
@@ -2913,24 +2913,24 @@ export interface ShelfDocumentScriptingService {
2913
2913
  deleteAttribution(attributionId: number): void;
2914
2914
 
2915
2915
  /**
2916
- * Lädt eine Datei von einer URL mit Authentifizierung herunter und erstellt ein neues DMS-Dokument
2916
+ * Lädt eine Datei von einer URL herunter und erstellt ein neues DMS-Dokument
2917
2917
  *
2918
2918
  * @param {string} url - Download-URL
2919
- * @param {EScriptingAuthenticationType} authenticationType - Art der Authentifizierung (BASIC_AUTH, BEARER_TOKEN)
2920
- * @param {string} authValue - Authentifizierungswert — Platzhalter (z.B. {{secret:myApi:token}}) oder Klartext. Bei BASIC_AUTH im Format 'username:password'
2921
2919
  * @param {string} documentTypeKey - Schlüssel der Dokumentenart
2922
2920
  * @return {ShelfDocument} Das neu erstellte DMS-Dokument
2923
2921
  */
2924
- downloadIntoDMS(url: string, authenticationType: EScriptingAuthenticationType, authValue: string, documentTypeKey: string): ShelfDocument;
2922
+ downloadIntoDMS(url: string, documentTypeKey: string): ShelfDocument;
2925
2923
 
2926
2924
  /**
2927
- * Lädt eine Datei von einer URL herunter und erstellt ein neues DMS-Dokument
2925
+ * Lädt eine Datei von einer URL mit Authentifizierung herunter und erstellt ein neues DMS-Dokument
2928
2926
  *
2929
2927
  * @param {string} url - Download-URL
2928
+ * @param {EScriptingAuthenticationType} authenticationType - Art der Authentifizierung (BASIC_AUTH, BEARER_TOKEN)
2929
+ * @param {string} authValue - Authentifizierungswert — Platzhalter (z.B. {{secret:myApi:token}}) oder Klartext. Bei BASIC_AUTH im Format 'username:password'
2930
2930
  * @param {string} documentTypeKey - Schlüssel der Dokumentenart
2931
2931
  * @return {ShelfDocument} Das neu erstellte DMS-Dokument
2932
2932
  */
2933
- downloadIntoDMS(url: string, documentTypeKey: string): ShelfDocument;
2933
+ downloadIntoDMS(url: string, authenticationType: EScriptingAuthenticationType, authValue: string, documentTypeKey: string): ShelfDocument;
2934
2934
 
2935
2935
  /**
2936
2936
  * Findet ein Dokumentenart über ihren Schlüssel