@vario-software/types 2026.22.3 → 2026.23.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 +123 -27
- package/scripting/services.d.ts +46 -46
- package/scripting/types.d.ts +325 -316
package/package.json
CHANGED
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["
|
|
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["
|
|
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["
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
|
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
|
|
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
|
|
86395
|
+
* @description ID
|
|
86371
86396
|
*/
|
|
86372
|
-
|
|
86397
|
+
id: number;
|
|
86373
86398
|
/**
|
|
86374
86399
|
* @description Möglich CRM-Typen
|
|
86375
86400
|
* @enum {string}
|
|
86376
86401
|
*/
|
|
86377
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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;
|
package/scripting/services.d.ts
CHANGED
|
@@ -479,21 +479,21 @@ export interface ArticleListingScriptingService {
|
|
|
479
479
|
getNewDto(): ArticleListing;
|
|
480
480
|
|
|
481
481
|
/**
|
|
482
|
-
* Liest alle Listings zu einem Artikel
|
|
482
|
+
* Liest alle Listings zu einem Artikel
|
|
483
483
|
*
|
|
484
484
|
* @param {number} articleId - ID des Artikels
|
|
485
|
-
* @param {string} languageCode - Zu verwendende Sprache
|
|
486
485
|
* @return {Array<ArticleListing>} Liste der Listings
|
|
487
486
|
*/
|
|
488
|
-
readAllByArticleId(articleId: number
|
|
487
|
+
readAllByArticleId(articleId: number): Array<ArticleListing>;
|
|
489
488
|
|
|
490
489
|
/**
|
|
491
|
-
* Liest alle Listings zu einem Artikel
|
|
490
|
+
* Liest alle Listings zu einem Artikel mit Texten zur Sprache languageCode
|
|
492
491
|
*
|
|
493
492
|
* @param {number} articleId - ID des Artikels
|
|
493
|
+
* @param {string} languageCode - Zu verwendende Sprache
|
|
494
494
|
* @return {Array<ArticleListing>} Liste der Listings
|
|
495
495
|
*/
|
|
496
|
-
readAllByArticleId(articleId: number): Array<ArticleListing>;
|
|
496
|
+
readAllByArticleId(articleId: number, languageCode: string): Array<ArticleListing>;
|
|
497
497
|
|
|
498
498
|
/**
|
|
499
499
|
* Liest eine Liste von DTOs
|
|
@@ -549,10 +549,8 @@ export interface ArticleScriptingService {
|
|
|
549
549
|
*
|
|
550
550
|
* @param {string} batchIdentifier - ID des Etikettendrucklaufs
|
|
551
551
|
* @param {number} articleId - ID des zu druckenden Artikels
|
|
552
|
-
* @param {number} articleSerialNumberId - ID der zu druckenden Seriennummer
|
|
553
|
-
* @param {number} labelCount - Anzahl der zu druckenden Etiketten
|
|
554
552
|
*/
|
|
555
|
-
addLabelToPrintBatch(batchIdentifier: string, articleId: number
|
|
553
|
+
addLabelToPrintBatch(batchIdentifier: string, articleId: number): void;
|
|
556
554
|
|
|
557
555
|
/**
|
|
558
556
|
* Fügt Informationen zum Druck Etiketten zu einem Artikel zu einem Etikettendrucklauf hinzu
|
|
@@ -568,8 +566,10 @@ export interface ArticleScriptingService {
|
|
|
568
566
|
*
|
|
569
567
|
* @param {string} batchIdentifier - ID des Etikettendrucklaufs
|
|
570
568
|
* @param {number} articleId - ID des zu druckenden Artikels
|
|
569
|
+
* @param {number} articleSerialNumberId - ID der zu druckenden Seriennummer
|
|
570
|
+
* @param {number} labelCount - Anzahl der zu druckenden Etiketten
|
|
571
571
|
*/
|
|
572
|
-
addLabelToPrintBatch(batchIdentifier: string, articleId: number): void;
|
|
572
|
+
addLabelToPrintBatch(batchIdentifier: string, articleId: number, articleSerialNumberId: number, labelCount: number): void;
|
|
573
573
|
|
|
574
574
|
/**
|
|
575
575
|
* Persistiert einen Artikel. Die Texte werden zur Sprache {@code languageCode} gespeichert
|
|
@@ -685,38 +685,38 @@ Die Texte werden zur Sprache der eigenen Adresse gespeichert.
|
|
|
685
685
|
newLabelPrintBatchIdentifier(): string;
|
|
686
686
|
|
|
687
687
|
/**
|
|
688
|
-
* Liest einen Artikel mit Texten zur Sprache
|
|
688
|
+
* Liest einen Artikel mit Texten zur Sprache der eigenen Adresse
|
|
689
689
|
*
|
|
690
690
|
* @param {number} id - ID vom zu lesenden Artikel
|
|
691
|
-
* @param {string} languageCode - Zu verwendende Sprache
|
|
692
691
|
* @return {Article} Der gelesene Artikel
|
|
693
692
|
*/
|
|
694
|
-
readById(id: number
|
|
693
|
+
readById(id: number): Article;
|
|
695
694
|
|
|
696
695
|
/**
|
|
697
|
-
* Liest einen Artikel mit Texten zur Sprache
|
|
696
|
+
* Liest einen Artikel mit Texten zur Sprache languageCode
|
|
698
697
|
*
|
|
699
698
|
* @param {number} id - ID vom zu lesenden Artikel
|
|
699
|
+
* @param {string} languageCode - Zu verwendende Sprache
|
|
700
700
|
* @return {Article} Der gelesene Artikel
|
|
701
701
|
*/
|
|
702
|
-
readById(id: number): Article;
|
|
702
|
+
readById(id: number, languageCode: string): Article;
|
|
703
703
|
|
|
704
704
|
/**
|
|
705
|
-
* Liest einen Artikel über die Artikelnummer mit Texten zur Sprache
|
|
705
|
+
* Liest einen Artikel über die Artikelnummer mit Texten zur Sprache {@code languageCode}
|
|
706
706
|
*
|
|
707
707
|
* @param {string} articleNumber - Eine Artikelnummer
|
|
708
|
+
* @param {string} languageCode - Zu verwendende Sprache
|
|
708
709
|
* @return {Article} Der gelesene Artikel
|
|
709
710
|
*/
|
|
710
|
-
readByNumber(articleNumber: string): Article;
|
|
711
|
+
readByNumber(articleNumber: string, languageCode: string): Article;
|
|
711
712
|
|
|
712
713
|
/**
|
|
713
|
-
* Liest einen Artikel über die Artikelnummer mit Texten zur Sprache
|
|
714
|
+
* Liest einen Artikel über die Artikelnummer mit Texten zur Sprache der eigenen Adresse
|
|
714
715
|
*
|
|
715
716
|
* @param {string} articleNumber - Eine Artikelnummer
|
|
716
|
-
* @param {string} languageCode - Zu verwendende Sprache
|
|
717
717
|
* @return {Article} Der gelesene Artikel
|
|
718
718
|
*/
|
|
719
|
-
readByNumber(articleNumber: string
|
|
719
|
+
readByNumber(articleNumber: string): Article;
|
|
720
720
|
|
|
721
721
|
/**
|
|
722
722
|
* Persistiert einen Artikel. Die Texte werden zur Sprache {@code languageCode} gespeichert
|
|
@@ -1618,20 +1618,20 @@ export interface DocumentScriptingService {
|
|
|
1618
1618
|
* Kopiert einen Beleg in die vorgegebene Ziel-Belegart
|
|
1619
1619
|
*
|
|
1620
1620
|
* @param {number} documentId - ID des zu kopierenden Belegs
|
|
1621
|
-
* @param {string}
|
|
1622
|
-
* @param {Array<AdditionalParameter>} additionalParameters - Zusätzliche Parameter
|
|
1621
|
+
* @param {string} targetDocumentTypeLabel - Ziel-Belegart der Kopie
|
|
1623
1622
|
* @return {Document} Der kopierte Beleg
|
|
1624
1623
|
*/
|
|
1625
|
-
copy(documentId: number,
|
|
1624
|
+
copy(documentId: number, targetDocumentTypeLabel: string): Document;
|
|
1626
1625
|
|
|
1627
1626
|
/**
|
|
1628
1627
|
* Kopiert einen Beleg in die vorgegebene Ziel-Belegart
|
|
1629
1628
|
*
|
|
1630
1629
|
* @param {number} documentId - ID des zu kopierenden Belegs
|
|
1631
|
-
* @param {string}
|
|
1630
|
+
* @param {string} targetDocumentType - Ziel-Belegart der Kopie
|
|
1631
|
+
* @param {Array<AdditionalParameter>} additionalParameters - Zusätzliche Parameter
|
|
1632
1632
|
* @return {Document} Der kopierte Beleg
|
|
1633
1633
|
*/
|
|
1634
|
-
copy(documentId: number,
|
|
1634
|
+
copy(documentId: number, targetDocumentType: string, additionalParameters: Array<AdditionalParameter>): Document;
|
|
1635
1635
|
|
|
1636
1636
|
/**
|
|
1637
1637
|
* Erstellt einen neuen Beleg
|
|
@@ -2652,26 +2652,26 @@ export interface ScriptingServiceList {
|
|
|
2652
2652
|
*/
|
|
2653
2653
|
crmTaskService: CrmTaskScriptingService;
|
|
2654
2654
|
|
|
2655
|
-
/**
|
|
2656
|
-
* Service zur Verarbeitung von Accounts
|
|
2657
|
-
*/
|
|
2658
|
-
accountService: AccountScriptingService;
|
|
2659
|
-
|
|
2660
2655
|
/**
|
|
2661
2656
|
* Service zur Verarbeitung von Shelf-Documents
|
|
2662
2657
|
*/
|
|
2663
2658
|
shelfDocumentService: ShelfDocumentScriptingService;
|
|
2664
2659
|
|
|
2665
2660
|
/**
|
|
2666
|
-
*
|
|
2661
|
+
* Service zur Verarbeitung von Accounts
|
|
2667
2662
|
*/
|
|
2668
|
-
|
|
2663
|
+
accountService: AccountScriptingService;
|
|
2669
2664
|
|
|
2670
2665
|
/**
|
|
2671
2666
|
* Logging im Scripting
|
|
2672
2667
|
*/
|
|
2673
2668
|
logger: LoggingScriptingService;
|
|
2674
2669
|
|
|
2670
|
+
/**
|
|
2671
|
+
* Verwaltung von Versandarten
|
|
2672
|
+
*/
|
|
2673
|
+
deliveryMethodService: DeliveryMethodScriptingService;
|
|
2674
|
+
|
|
2675
2675
|
/**
|
|
2676
2676
|
* Service zur Verarbeitung von Deals
|
|
2677
2677
|
*/
|
|
@@ -2688,14 +2688,14 @@ export interface ScriptingServiceList {
|
|
|
2688
2688
|
productGroupService: ProductGroupScriptingService;
|
|
2689
2689
|
|
|
2690
2690
|
/**
|
|
2691
|
-
*
|
|
2691
|
+
* Ausgabe-Support Methoden
|
|
2692
2692
|
*/
|
|
2693
|
-
|
|
2693
|
+
outputHelper: ScriptOutputHelperService;
|
|
2694
2694
|
|
|
2695
2695
|
/**
|
|
2696
|
-
*
|
|
2696
|
+
* Service zur Verarbeitung von Hauptwarengruppen im Skripten
|
|
2697
2697
|
*/
|
|
2698
|
-
|
|
2698
|
+
productMainGroupService: ProductMainGroupScriptingService;
|
|
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
|
|
2721
|
+
* Service zur Verarbeitung von Variantenschemas in Skripten
|
|
2722
2722
|
*/
|
|
2723
|
-
|
|
2723
|
+
variantSchemaService: VariantSchemaScriptingService;
|
|
2724
2724
|
|
|
2725
2725
|
/**
|
|
2726
|
-
* Service zur Verarbeitung von
|
|
2726
|
+
* Service zur Verarbeitung von Artikel-Kundenbeziehungen im Skripten
|
|
2727
2727
|
*/
|
|
2728
|
-
|
|
2728
|
+
articleCustomerService: ArticleCustomerScriptingService;
|
|
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
|
-
*
|
|
2756
|
+
* Anfragen von neuen Zählerkreis-Nummern
|
|
2757
2757
|
*/
|
|
2758
|
-
|
|
2758
|
+
freeSequencerService: FreeSequencerScriptingService;
|
|
2759
2759
|
|
|
2760
2760
|
/**
|
|
2761
|
-
*
|
|
2761
|
+
* Verwaltung von Zahlungsarten
|
|
2762
2762
|
*/
|
|
2763
|
-
|
|
2763
|
+
paymentMethodService: PaymentMethodScriptingService;
|
|
2764
2764
|
|
|
2765
2765
|
/**
|
|
2766
2766
|
* Service zur Bestandsabfrage und Lagerbuchung in Skripten
|
|
@@ -2870,18 +2870,18 @@ export interface ScriptingUtilities {
|
|
|
2870
2870
|
* Erstellt eine neue BigDecimal-Instanz
|
|
2871
2871
|
*
|
|
2872
2872
|
* @param {object} value - Der Quell-Wert
|
|
2873
|
-
* @param {number} scale - Anzahl Nachkommastellen
|
|
2874
2873
|
* @return {number} Ein BigDecimal-Wert
|
|
2875
2874
|
*/
|
|
2876
|
-
newBigDecimal(value: object
|
|
2875
|
+
newBigDecimal(value: object): number;
|
|
2877
2876
|
|
|
2878
2877
|
/**
|
|
2879
2878
|
* Erstellt eine neue BigDecimal-Instanz
|
|
2880
2879
|
*
|
|
2881
2880
|
* @param {object} value - Der Quell-Wert
|
|
2881
|
+
* @param {number} scale - Anzahl Nachkommastellen
|
|
2882
2882
|
* @return {number} Ein BigDecimal-Wert
|
|
2883
2883
|
*/
|
|
2884
|
-
newBigDecimal(value: object): number;
|
|
2884
|
+
newBigDecimal(value: object, scale: number): number;
|
|
2885
2885
|
|
|
2886
2886
|
/**
|
|
2887
2887
|
* Erstellt eine API-Referenz
|