@indigina/wms-api 0.0.182 → 0.0.184
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/README.md +2 -2
- package/fesm2022/indigina-wms-api.mjs +477 -2
- package/fesm2022/indigina-wms-api.mjs.map +1 -1
- package/package.json +1 -1
- package/types/indigina-wms-api.d.ts +390 -17
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# @indigina/wms-api@0.0.
|
|
1
|
+
# @indigina/wms-api@0.0.184
|
|
2
2
|
|
|
3
3
|
WMS API Client for Angular applications
|
|
4
4
|
|
|
@@ -24,7 +24,7 @@ Navigate to the folder of your consuming project and run one of next commands.
|
|
|
24
24
|
_published:_
|
|
25
25
|
|
|
26
26
|
```console
|
|
27
|
-
npm install @indigina/wms-api@0.0.
|
|
27
|
+
npm install @indigina/wms-api@0.0.184 --save
|
|
28
28
|
```
|
|
29
29
|
|
|
30
30
|
_without publishing (not recommended):_
|
|
@@ -1001,6 +1001,76 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImpor
|
|
|
1001
1001
|
type: Optional
|
|
1002
1002
|
}] }] });
|
|
1003
1003
|
|
|
1004
|
+
/**
|
|
1005
|
+
* Wms.API.Client
|
|
1006
|
+
*
|
|
1007
|
+
*
|
|
1008
|
+
*
|
|
1009
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
1010
|
+
* https://openapi-generator.tech
|
|
1011
|
+
* Do not edit the class manually.
|
|
1012
|
+
*/
|
|
1013
|
+
/* tslint:disable:no-unused-variable member-ordering */
|
|
1014
|
+
class CarrierServiceTypesService extends BaseService {
|
|
1015
|
+
httpClient;
|
|
1016
|
+
constructor(httpClient, basePath, configuration) {
|
|
1017
|
+
super(basePath, configuration);
|
|
1018
|
+
this.httpClient = httpClient;
|
|
1019
|
+
}
|
|
1020
|
+
getCarrierServiceTypes(carrierId, observe = 'body', reportProgress = false, options) {
|
|
1021
|
+
if (carrierId === null || carrierId === undefined) {
|
|
1022
|
+
throw new Error('Required parameter carrierId was null or undefined when calling getCarrierServiceTypes.');
|
|
1023
|
+
}
|
|
1024
|
+
let localVarHeaders = this.defaultHeaders;
|
|
1025
|
+
const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([
|
|
1026
|
+
'application/json'
|
|
1027
|
+
]);
|
|
1028
|
+
if (localVarHttpHeaderAcceptSelected !== undefined) {
|
|
1029
|
+
localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
|
|
1030
|
+
}
|
|
1031
|
+
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
1032
|
+
const localVarTransferCache = options?.transferCache ?? true;
|
|
1033
|
+
let responseType_ = 'json';
|
|
1034
|
+
if (localVarHttpHeaderAcceptSelected) {
|
|
1035
|
+
if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
|
|
1036
|
+
responseType_ = 'text';
|
|
1037
|
+
}
|
|
1038
|
+
else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
|
|
1039
|
+
responseType_ = 'json';
|
|
1040
|
+
}
|
|
1041
|
+
else {
|
|
1042
|
+
responseType_ = 'blob';
|
|
1043
|
+
}
|
|
1044
|
+
}
|
|
1045
|
+
let localVarPath = `/carrierServiceTypes/${this.configuration.encodeParam({ name: "carrierId", value: carrierId, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}`;
|
|
1046
|
+
const { basePath, withCredentials } = this.configuration;
|
|
1047
|
+
return this.httpClient.request('get', `${basePath}${localVarPath}`, {
|
|
1048
|
+
context: localVarHttpContext,
|
|
1049
|
+
responseType: responseType_,
|
|
1050
|
+
...(withCredentials ? { withCredentials } : {}),
|
|
1051
|
+
headers: localVarHeaders,
|
|
1052
|
+
observe: observe,
|
|
1053
|
+
...(localVarTransferCache !== undefined ? { transferCache: localVarTransferCache } : {}),
|
|
1054
|
+
reportProgress: reportProgress
|
|
1055
|
+
});
|
|
1056
|
+
}
|
|
1057
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: CarrierServiceTypesService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1058
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: CarrierServiceTypesService, providedIn: 'root' });
|
|
1059
|
+
}
|
|
1060
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: CarrierServiceTypesService, decorators: [{
|
|
1061
|
+
type: Injectable,
|
|
1062
|
+
args: [{
|
|
1063
|
+
providedIn: 'root'
|
|
1064
|
+
}]
|
|
1065
|
+
}], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
|
|
1066
|
+
type: Optional
|
|
1067
|
+
}, {
|
|
1068
|
+
type: Inject,
|
|
1069
|
+
args: [BASE_PATH]
|
|
1070
|
+
}] }, { type: Configuration, decorators: [{
|
|
1071
|
+
type: Optional
|
|
1072
|
+
}] }] });
|
|
1073
|
+
|
|
1004
1074
|
/**
|
|
1005
1075
|
* Wms.API.Client
|
|
1006
1076
|
*
|
|
@@ -2466,6 +2536,361 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImpor
|
|
|
2466
2536
|
type: Optional
|
|
2467
2537
|
}] }] });
|
|
2468
2538
|
|
|
2539
|
+
/**
|
|
2540
|
+
* Wms.API.Client
|
|
2541
|
+
*
|
|
2542
|
+
*
|
|
2543
|
+
*
|
|
2544
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
2545
|
+
* https://openapi-generator.tech
|
|
2546
|
+
* Do not edit the class manually.
|
|
2547
|
+
*/
|
|
2548
|
+
/* tslint:disable:no-unused-variable member-ordering */
|
|
2549
|
+
class CountContinuousInventoryService extends BaseService {
|
|
2550
|
+
httpClient;
|
|
2551
|
+
constructor(httpClient, basePath, configuration) {
|
|
2552
|
+
super(basePath, configuration);
|
|
2553
|
+
this.httpClient = httpClient;
|
|
2554
|
+
}
|
|
2555
|
+
activateCountContinuousInventory(id, observe = 'body', reportProgress = false, options) {
|
|
2556
|
+
if (id === null || id === undefined) {
|
|
2557
|
+
throw new Error('Required parameter id was null or undefined when calling activateCountContinuousInventory.');
|
|
2558
|
+
}
|
|
2559
|
+
let localVarHeaders = this.defaultHeaders;
|
|
2560
|
+
const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([
|
|
2561
|
+
'application/json'
|
|
2562
|
+
]);
|
|
2563
|
+
if (localVarHttpHeaderAcceptSelected !== undefined) {
|
|
2564
|
+
localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
|
|
2565
|
+
}
|
|
2566
|
+
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
2567
|
+
const localVarTransferCache = options?.transferCache ?? true;
|
|
2568
|
+
let responseType_ = 'json';
|
|
2569
|
+
if (localVarHttpHeaderAcceptSelected) {
|
|
2570
|
+
if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
|
|
2571
|
+
responseType_ = 'text';
|
|
2572
|
+
}
|
|
2573
|
+
else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
|
|
2574
|
+
responseType_ = 'json';
|
|
2575
|
+
}
|
|
2576
|
+
else {
|
|
2577
|
+
responseType_ = 'blob';
|
|
2578
|
+
}
|
|
2579
|
+
}
|
|
2580
|
+
let localVarPath = `/CountContinuousInventories/${this.configuration.encodeParam({ name: "id", value: id, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/activate`;
|
|
2581
|
+
const { basePath, withCredentials } = this.configuration;
|
|
2582
|
+
return this.httpClient.request('put', `${basePath}${localVarPath}`, {
|
|
2583
|
+
context: localVarHttpContext,
|
|
2584
|
+
responseType: responseType_,
|
|
2585
|
+
...(withCredentials ? { withCredentials } : {}),
|
|
2586
|
+
headers: localVarHeaders,
|
|
2587
|
+
observe: observe,
|
|
2588
|
+
...(localVarTransferCache !== undefined ? { transferCache: localVarTransferCache } : {}),
|
|
2589
|
+
reportProgress: reportProgress
|
|
2590
|
+
});
|
|
2591
|
+
}
|
|
2592
|
+
createCountContinuousInventory(createCountContinuousInventory, observe = 'body', reportProgress = false, options) {
|
|
2593
|
+
if (createCountContinuousInventory === null || createCountContinuousInventory === undefined) {
|
|
2594
|
+
throw new Error('Required parameter createCountContinuousInventory was null or undefined when calling createCountContinuousInventory.');
|
|
2595
|
+
}
|
|
2596
|
+
let localVarHeaders = this.defaultHeaders;
|
|
2597
|
+
const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([
|
|
2598
|
+
'application/json'
|
|
2599
|
+
]);
|
|
2600
|
+
if (localVarHttpHeaderAcceptSelected !== undefined) {
|
|
2601
|
+
localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
|
|
2602
|
+
}
|
|
2603
|
+
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
2604
|
+
const localVarTransferCache = options?.transferCache ?? true;
|
|
2605
|
+
// to determine the Content-Type header
|
|
2606
|
+
const consumes = [
|
|
2607
|
+
'application/json'
|
|
2608
|
+
];
|
|
2609
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
2610
|
+
if (httpContentTypeSelected !== undefined) {
|
|
2611
|
+
localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
|
|
2612
|
+
}
|
|
2613
|
+
let responseType_ = 'json';
|
|
2614
|
+
if (localVarHttpHeaderAcceptSelected) {
|
|
2615
|
+
if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
|
|
2616
|
+
responseType_ = 'text';
|
|
2617
|
+
}
|
|
2618
|
+
else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
|
|
2619
|
+
responseType_ = 'json';
|
|
2620
|
+
}
|
|
2621
|
+
else {
|
|
2622
|
+
responseType_ = 'blob';
|
|
2623
|
+
}
|
|
2624
|
+
}
|
|
2625
|
+
let localVarPath = `/CountContinuousInventories`;
|
|
2626
|
+
const { basePath, withCredentials } = this.configuration;
|
|
2627
|
+
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
2628
|
+
context: localVarHttpContext,
|
|
2629
|
+
body: createCountContinuousInventory,
|
|
2630
|
+
responseType: responseType_,
|
|
2631
|
+
...(withCredentials ? { withCredentials } : {}),
|
|
2632
|
+
headers: localVarHeaders,
|
|
2633
|
+
observe: observe,
|
|
2634
|
+
...(localVarTransferCache !== undefined ? { transferCache: localVarTransferCache } : {}),
|
|
2635
|
+
reportProgress: reportProgress
|
|
2636
|
+
});
|
|
2637
|
+
}
|
|
2638
|
+
deleteCountContinuousInventory(id, observe = 'body', reportProgress = false, options) {
|
|
2639
|
+
if (id === null || id === undefined) {
|
|
2640
|
+
throw new Error('Required parameter id was null or undefined when calling deleteCountContinuousInventory.');
|
|
2641
|
+
}
|
|
2642
|
+
let localVarHeaders = this.defaultHeaders;
|
|
2643
|
+
const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([
|
|
2644
|
+
'application/json'
|
|
2645
|
+
]);
|
|
2646
|
+
if (localVarHttpHeaderAcceptSelected !== undefined) {
|
|
2647
|
+
localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
|
|
2648
|
+
}
|
|
2649
|
+
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
2650
|
+
const localVarTransferCache = options?.transferCache ?? true;
|
|
2651
|
+
let responseType_ = 'json';
|
|
2652
|
+
if (localVarHttpHeaderAcceptSelected) {
|
|
2653
|
+
if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
|
|
2654
|
+
responseType_ = 'text';
|
|
2655
|
+
}
|
|
2656
|
+
else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
|
|
2657
|
+
responseType_ = 'json';
|
|
2658
|
+
}
|
|
2659
|
+
else {
|
|
2660
|
+
responseType_ = 'blob';
|
|
2661
|
+
}
|
|
2662
|
+
}
|
|
2663
|
+
let localVarPath = `/CountContinuousInventories/${this.configuration.encodeParam({ name: "id", value: id, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}`;
|
|
2664
|
+
const { basePath, withCredentials } = this.configuration;
|
|
2665
|
+
return this.httpClient.request('delete', `${basePath}${localVarPath}`, {
|
|
2666
|
+
context: localVarHttpContext,
|
|
2667
|
+
responseType: responseType_,
|
|
2668
|
+
...(withCredentials ? { withCredentials } : {}),
|
|
2669
|
+
headers: localVarHeaders,
|
|
2670
|
+
observe: observe,
|
|
2671
|
+
...(localVarTransferCache !== undefined ? { transferCache: localVarTransferCache } : {}),
|
|
2672
|
+
reportProgress: reportProgress
|
|
2673
|
+
});
|
|
2674
|
+
}
|
|
2675
|
+
getCountContinuousInventories($skip, $top, $orderby, $filter, $search, observe = 'body', reportProgress = false, options) {
|
|
2676
|
+
let localVarQueryParameters = new OpenApiHttpParams(this.encoder);
|
|
2677
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, '$skip', $skip, QueryParamStyle.Form, true);
|
|
2678
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, '$top', $top, QueryParamStyle.Form, true);
|
|
2679
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, '$orderby', $orderby, QueryParamStyle.Form, true);
|
|
2680
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, '$filter', $filter, QueryParamStyle.Form, true);
|
|
2681
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, '$search', $search, QueryParamStyle.Form, true);
|
|
2682
|
+
let localVarHeaders = this.defaultHeaders;
|
|
2683
|
+
const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([
|
|
2684
|
+
'application/json'
|
|
2685
|
+
]);
|
|
2686
|
+
if (localVarHttpHeaderAcceptSelected !== undefined) {
|
|
2687
|
+
localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
|
|
2688
|
+
}
|
|
2689
|
+
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
2690
|
+
const localVarTransferCache = options?.transferCache ?? true;
|
|
2691
|
+
let responseType_ = 'json';
|
|
2692
|
+
if (localVarHttpHeaderAcceptSelected) {
|
|
2693
|
+
if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
|
|
2694
|
+
responseType_ = 'text';
|
|
2695
|
+
}
|
|
2696
|
+
else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
|
|
2697
|
+
responseType_ = 'json';
|
|
2698
|
+
}
|
|
2699
|
+
else {
|
|
2700
|
+
responseType_ = 'blob';
|
|
2701
|
+
}
|
|
2702
|
+
}
|
|
2703
|
+
let localVarPath = `/CountContinuousInventories`;
|
|
2704
|
+
const { basePath, withCredentials } = this.configuration;
|
|
2705
|
+
return this.httpClient.request('get', `${basePath}${localVarPath}`, {
|
|
2706
|
+
context: localVarHttpContext,
|
|
2707
|
+
params: localVarQueryParameters.toHttpParams(),
|
|
2708
|
+
responseType: responseType_,
|
|
2709
|
+
...(withCredentials ? { withCredentials } : {}),
|
|
2710
|
+
headers: localVarHeaders,
|
|
2711
|
+
observe: observe,
|
|
2712
|
+
...(localVarTransferCache !== undefined ? { transferCache: localVarTransferCache } : {}),
|
|
2713
|
+
reportProgress: reportProgress
|
|
2714
|
+
});
|
|
2715
|
+
}
|
|
2716
|
+
getCountContinuousInventoriesFromIndex($skip, $top, $orderby, $filter, searchTerm, observe = 'body', reportProgress = false, options) {
|
|
2717
|
+
let localVarQueryParameters = new OpenApiHttpParams(this.encoder);
|
|
2718
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, '$skip', $skip, QueryParamStyle.Form, true);
|
|
2719
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, '$top', $top, QueryParamStyle.Form, true);
|
|
2720
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, '$orderby', $orderby, QueryParamStyle.Form, true);
|
|
2721
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, '$filter', $filter, QueryParamStyle.Form, true);
|
|
2722
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, 'searchTerm', searchTerm, QueryParamStyle.Form, true);
|
|
2723
|
+
let localVarHeaders = this.defaultHeaders;
|
|
2724
|
+
const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([
|
|
2725
|
+
'application/json'
|
|
2726
|
+
]);
|
|
2727
|
+
if (localVarHttpHeaderAcceptSelected !== undefined) {
|
|
2728
|
+
localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
|
|
2729
|
+
}
|
|
2730
|
+
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
2731
|
+
const localVarTransferCache = options?.transferCache ?? true;
|
|
2732
|
+
let responseType_ = 'json';
|
|
2733
|
+
if (localVarHttpHeaderAcceptSelected) {
|
|
2734
|
+
if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
|
|
2735
|
+
responseType_ = 'text';
|
|
2736
|
+
}
|
|
2737
|
+
else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
|
|
2738
|
+
responseType_ = 'json';
|
|
2739
|
+
}
|
|
2740
|
+
else {
|
|
2741
|
+
responseType_ = 'blob';
|
|
2742
|
+
}
|
|
2743
|
+
}
|
|
2744
|
+
let localVarPath = `/CountContinuousInventories/search`;
|
|
2745
|
+
const { basePath, withCredentials } = this.configuration;
|
|
2746
|
+
return this.httpClient.request('get', `${basePath}${localVarPath}`, {
|
|
2747
|
+
context: localVarHttpContext,
|
|
2748
|
+
params: localVarQueryParameters.toHttpParams(),
|
|
2749
|
+
responseType: responseType_,
|
|
2750
|
+
...(withCredentials ? { withCredentials } : {}),
|
|
2751
|
+
headers: localVarHeaders,
|
|
2752
|
+
observe: observe,
|
|
2753
|
+
...(localVarTransferCache !== undefined ? { transferCache: localVarTransferCache } : {}),
|
|
2754
|
+
reportProgress: reportProgress
|
|
2755
|
+
});
|
|
2756
|
+
}
|
|
2757
|
+
getCountContinuousInventoryClients(observe = 'body', reportProgress = false, options) {
|
|
2758
|
+
let localVarHeaders = this.defaultHeaders;
|
|
2759
|
+
const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([
|
|
2760
|
+
'application/json'
|
|
2761
|
+
]);
|
|
2762
|
+
if (localVarHttpHeaderAcceptSelected !== undefined) {
|
|
2763
|
+
localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
|
|
2764
|
+
}
|
|
2765
|
+
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
2766
|
+
const localVarTransferCache = options?.transferCache ?? true;
|
|
2767
|
+
let responseType_ = 'json';
|
|
2768
|
+
if (localVarHttpHeaderAcceptSelected) {
|
|
2769
|
+
if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
|
|
2770
|
+
responseType_ = 'text';
|
|
2771
|
+
}
|
|
2772
|
+
else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
|
|
2773
|
+
responseType_ = 'json';
|
|
2774
|
+
}
|
|
2775
|
+
else {
|
|
2776
|
+
responseType_ = 'blob';
|
|
2777
|
+
}
|
|
2778
|
+
}
|
|
2779
|
+
let localVarPath = `/CountContinuousInventories/clients`;
|
|
2780
|
+
const { basePath, withCredentials } = this.configuration;
|
|
2781
|
+
return this.httpClient.request('get', `${basePath}${localVarPath}`, {
|
|
2782
|
+
context: localVarHttpContext,
|
|
2783
|
+
responseType: responseType_,
|
|
2784
|
+
...(withCredentials ? { withCredentials } : {}),
|
|
2785
|
+
headers: localVarHeaders,
|
|
2786
|
+
observe: observe,
|
|
2787
|
+
...(localVarTransferCache !== undefined ? { transferCache: localVarTransferCache } : {}),
|
|
2788
|
+
reportProgress: reportProgress
|
|
2789
|
+
});
|
|
2790
|
+
}
|
|
2791
|
+
pauseCountContinuousInventory(id, observe = 'body', reportProgress = false, options) {
|
|
2792
|
+
if (id === null || id === undefined) {
|
|
2793
|
+
throw new Error('Required parameter id was null or undefined when calling pauseCountContinuousInventory.');
|
|
2794
|
+
}
|
|
2795
|
+
let localVarHeaders = this.defaultHeaders;
|
|
2796
|
+
const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([
|
|
2797
|
+
'application/json'
|
|
2798
|
+
]);
|
|
2799
|
+
if (localVarHttpHeaderAcceptSelected !== undefined) {
|
|
2800
|
+
localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
|
|
2801
|
+
}
|
|
2802
|
+
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
2803
|
+
const localVarTransferCache = options?.transferCache ?? true;
|
|
2804
|
+
let responseType_ = 'json';
|
|
2805
|
+
if (localVarHttpHeaderAcceptSelected) {
|
|
2806
|
+
if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
|
|
2807
|
+
responseType_ = 'text';
|
|
2808
|
+
}
|
|
2809
|
+
else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
|
|
2810
|
+
responseType_ = 'json';
|
|
2811
|
+
}
|
|
2812
|
+
else {
|
|
2813
|
+
responseType_ = 'blob';
|
|
2814
|
+
}
|
|
2815
|
+
}
|
|
2816
|
+
let localVarPath = `/CountContinuousInventories/${this.configuration.encodeParam({ name: "id", value: id, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/pause`;
|
|
2817
|
+
const { basePath, withCredentials } = this.configuration;
|
|
2818
|
+
return this.httpClient.request('put', `${basePath}${localVarPath}`, {
|
|
2819
|
+
context: localVarHttpContext,
|
|
2820
|
+
responseType: responseType_,
|
|
2821
|
+
...(withCredentials ? { withCredentials } : {}),
|
|
2822
|
+
headers: localVarHeaders,
|
|
2823
|
+
observe: observe,
|
|
2824
|
+
...(localVarTransferCache !== undefined ? { transferCache: localVarTransferCache } : {}),
|
|
2825
|
+
reportProgress: reportProgress
|
|
2826
|
+
});
|
|
2827
|
+
}
|
|
2828
|
+
updateCountContinuousInventory(id, updateCountContinuousInventory, observe = 'body', reportProgress = false, options) {
|
|
2829
|
+
if (id === null || id === undefined) {
|
|
2830
|
+
throw new Error('Required parameter id was null or undefined when calling updateCountContinuousInventory.');
|
|
2831
|
+
}
|
|
2832
|
+
if (updateCountContinuousInventory === null || updateCountContinuousInventory === undefined) {
|
|
2833
|
+
throw new Error('Required parameter updateCountContinuousInventory was null or undefined when calling updateCountContinuousInventory.');
|
|
2834
|
+
}
|
|
2835
|
+
let localVarHeaders = this.defaultHeaders;
|
|
2836
|
+
const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([
|
|
2837
|
+
'application/json'
|
|
2838
|
+
]);
|
|
2839
|
+
if (localVarHttpHeaderAcceptSelected !== undefined) {
|
|
2840
|
+
localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
|
|
2841
|
+
}
|
|
2842
|
+
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
2843
|
+
const localVarTransferCache = options?.transferCache ?? true;
|
|
2844
|
+
// to determine the Content-Type header
|
|
2845
|
+
const consumes = [
|
|
2846
|
+
'application/json'
|
|
2847
|
+
];
|
|
2848
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
2849
|
+
if (httpContentTypeSelected !== undefined) {
|
|
2850
|
+
localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
|
|
2851
|
+
}
|
|
2852
|
+
let responseType_ = 'json';
|
|
2853
|
+
if (localVarHttpHeaderAcceptSelected) {
|
|
2854
|
+
if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
|
|
2855
|
+
responseType_ = 'text';
|
|
2856
|
+
}
|
|
2857
|
+
else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
|
|
2858
|
+
responseType_ = 'json';
|
|
2859
|
+
}
|
|
2860
|
+
else {
|
|
2861
|
+
responseType_ = 'blob';
|
|
2862
|
+
}
|
|
2863
|
+
}
|
|
2864
|
+
let localVarPath = `/CountContinuousInventories/${this.configuration.encodeParam({ name: "id", value: id, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}`;
|
|
2865
|
+
const { basePath, withCredentials } = this.configuration;
|
|
2866
|
+
return this.httpClient.request('put', `${basePath}${localVarPath}`, {
|
|
2867
|
+
context: localVarHttpContext,
|
|
2868
|
+
body: updateCountContinuousInventory,
|
|
2869
|
+
responseType: responseType_,
|
|
2870
|
+
...(withCredentials ? { withCredentials } : {}),
|
|
2871
|
+
headers: localVarHeaders,
|
|
2872
|
+
observe: observe,
|
|
2873
|
+
...(localVarTransferCache !== undefined ? { transferCache: localVarTransferCache } : {}),
|
|
2874
|
+
reportProgress: reportProgress
|
|
2875
|
+
});
|
|
2876
|
+
}
|
|
2877
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: CountContinuousInventoryService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2878
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: CountContinuousInventoryService, providedIn: 'root' });
|
|
2879
|
+
}
|
|
2880
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: CountContinuousInventoryService, decorators: [{
|
|
2881
|
+
type: Injectable,
|
|
2882
|
+
args: [{
|
|
2883
|
+
providedIn: 'root'
|
|
2884
|
+
}]
|
|
2885
|
+
}], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
|
|
2886
|
+
type: Optional
|
|
2887
|
+
}, {
|
|
2888
|
+
type: Inject,
|
|
2889
|
+
args: [BASE_PATH]
|
|
2890
|
+
}] }, { type: Configuration, decorators: [{
|
|
2891
|
+
type: Optional
|
|
2892
|
+
}] }] });
|
|
2893
|
+
|
|
2469
2894
|
/**
|
|
2470
2895
|
* Wms.API.Client
|
|
2471
2896
|
*
|
|
@@ -10639,7 +11064,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImpor
|
|
|
10639
11064
|
type: Optional
|
|
10640
11065
|
}] }] });
|
|
10641
11066
|
|
|
10642
|
-
const APIS = [AddressesService, AnalyticsService, CarrierProviderIntegrationsService, CarriersService, CartonDeliveryItemsService, CartonMovementHistoriesService, CartonPicksService, CartonsService, ClientWaveConfigurationsService, ClusterPackingService, CompaniesService, ContactsService, CountRecordsService, DcLocationsService, DcUnitOfMeasurementService, DcsService, DeliveriesService, DeliveryItemsService, DispatchBoxTypesService, DispatchBoxesService, DispatchCarriersService, DispatchItemQuantityChangesService, DispatchItemsService, DispatchesService, HealthService, LicencePlateSerialsService, NotesService, PackageTypesService, PendoService, PermissionsService, PickSummariesService, PrintersService, ProductMasterSuppliersService, ProductMastersService, ProductQuantitiesService, ReasonsService, ReplenishmentAccessService, ReplenishmentRecordsService, ReturnedItemsService, SalesOrderItemsService, SalesOrdersService, SettingsService, SummaryService, TaskCompletionTimeService, TaskOperationsService, TaskUserRecordsService, UserService, UserCompaniesService, UserPrintersService, UsersInternalService, WaveConfigGroupsService, WaveConfigurationsService, WaveHistoryService, WavePickReleasesService, WavePickingAccessService, WaveSummariesService, WavesByPickReleaseIdService];
|
|
11067
|
+
const APIS = [AddressesService, AnalyticsService, CarrierProviderIntegrationsService, CarrierServiceTypesService, CarriersService, CartonDeliveryItemsService, CartonMovementHistoriesService, CartonPicksService, CartonsService, ClientWaveConfigurationsService, ClusterPackingService, CompaniesService, ContactsService, CountContinuousInventoryService, CountRecordsService, DcLocationsService, DcUnitOfMeasurementService, DcsService, DeliveriesService, DeliveryItemsService, DispatchBoxTypesService, DispatchBoxesService, DispatchCarriersService, DispatchItemQuantityChangesService, DispatchItemsService, DispatchesService, HealthService, LicencePlateSerialsService, NotesService, PackageTypesService, PendoService, PermissionsService, PickSummariesService, PrintersService, ProductMasterSuppliersService, ProductMastersService, ProductQuantitiesService, ReasonsService, ReplenishmentAccessService, ReplenishmentRecordsService, ReturnedItemsService, SalesOrderItemsService, SalesOrdersService, SettingsService, SummaryService, TaskCompletionTimeService, TaskOperationsService, TaskUserRecordsService, UserService, UserCompaniesService, UserPrintersService, UsersInternalService, WaveConfigGroupsService, WaveConfigurationsService, WaveHistoryService, WavePickReleasesService, WavePickingAccessService, WaveSummariesService, WavesByPickReleaseIdService];
|
|
10643
11068
|
|
|
10644
11069
|
/**
|
|
10645
11070
|
* Wms.API.Client
|
|
@@ -10934,6 +11359,36 @@ const CompanyType = {
|
|
|
10934
11359
|
ForwardingAgent: 'ForwardingAgent'
|
|
10935
11360
|
};
|
|
10936
11361
|
|
|
11362
|
+
/**
|
|
11363
|
+
* Wms.API.Client
|
|
11364
|
+
*
|
|
11365
|
+
*
|
|
11366
|
+
*
|
|
11367
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11368
|
+
* https://openapi-generator.tech
|
|
11369
|
+
* Do not edit the class manually.
|
|
11370
|
+
*/
|
|
11371
|
+
|
|
11372
|
+
/**
|
|
11373
|
+
* Wms.API.Client
|
|
11374
|
+
*
|
|
11375
|
+
*
|
|
11376
|
+
*
|
|
11377
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11378
|
+
* https://openapi-generator.tech
|
|
11379
|
+
* Do not edit the class manually.
|
|
11380
|
+
*/
|
|
11381
|
+
|
|
11382
|
+
/**
|
|
11383
|
+
* Wms.API.Client
|
|
11384
|
+
*
|
|
11385
|
+
*
|
|
11386
|
+
*
|
|
11387
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11388
|
+
* https://openapi-generator.tech
|
|
11389
|
+
* Do not edit the class manually.
|
|
11390
|
+
*/
|
|
11391
|
+
|
|
10937
11392
|
/**
|
|
10938
11393
|
* Wms.API.Client
|
|
10939
11394
|
*
|
|
@@ -11013,6 +11468,16 @@ const CountType = {
|
|
|
11013
11468
|
* Do not edit the class manually.
|
|
11014
11469
|
*/
|
|
11015
11470
|
|
|
11471
|
+
/**
|
|
11472
|
+
* Wms.API.Client
|
|
11473
|
+
*
|
|
11474
|
+
*
|
|
11475
|
+
*
|
|
11476
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11477
|
+
* https://openapi-generator.tech
|
|
11478
|
+
* Do not edit the class manually.
|
|
11479
|
+
*/
|
|
11480
|
+
|
|
11016
11481
|
/**
|
|
11017
11482
|
* Wms.API.Client
|
|
11018
11483
|
*
|
|
@@ -11818,6 +12283,16 @@ const UnitOfMeasurementTypes = {
|
|
|
11818
12283
|
* Do not edit the class manually.
|
|
11819
12284
|
*/
|
|
11820
12285
|
|
|
12286
|
+
/**
|
|
12287
|
+
* Wms.API.Client
|
|
12288
|
+
*
|
|
12289
|
+
*
|
|
12290
|
+
*
|
|
12291
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12292
|
+
* https://openapi-generator.tech
|
|
12293
|
+
* Do not edit the class manually.
|
|
12294
|
+
*/
|
|
12295
|
+
|
|
11821
12296
|
/**
|
|
11822
12297
|
* Wms.API.Client
|
|
11823
12298
|
*
|
|
@@ -12053,5 +12528,5 @@ function provideApi(configOrBasePath) {
|
|
|
12053
12528
|
* Generated bundle index. Do not edit.
|
|
12054
12529
|
*/
|
|
12055
12530
|
|
|
12056
|
-
export { APIS, AddressSource, AddressType, AddressesService, AnalyticsService, ApiModule, BASE_PATH, COLLECTION_FORMATS, CarrierProviderIntegrationsService, CarriersService, CartonDeliveryItemsService, CartonMovementHistoriesService, CartonPicksService, CartonsService, ClientWaveConfigurationsService, ClusterPackStatuses, ClusterPackWaveGridTypes, ClusterPackingService, CompaniesService, CompanyType, Configuration, ContactsService, CountRecordsService, CountStatusGroup, CountStatuses, CountType, DcLocationStatus, DcLocationsService, DcUnitOfMeasurementService, DcsService, DeliveriesService, DeliveryItemsService, DeliveryType, DeviceType, DispatchBoxTypesService, DispatchBoxesService, DispatchCarriersService, DispatchItemQuantityChangesService, DispatchItemsService, DispatchesService, DocumentGenerationStatuses, DocumentTypes, HealthService, LicencePlateSerialsService, LocationType, NoteCategory, NoteSourceType, NotesService, OrderStatus, OrderType, PackageTypesService, PackingProcesses, PendoService, PeopleGroup, PermissionsService, PickReleaseHistoryTypes, PickSummariesService, PickingProcesses, PrintTypes, PrintersService, ProductMasterSuppliersService, ProductMastersService, ProductQuantitiesService, ProductStatus, QcType, ReasonType, ReasonsService, RecordType, ReplenishmentAccessService, ReplenishmentRecordsService, ReplenishmentStages, ReplenishmentStatuses, ReplenishmentTypes, ReprintStatuses, ReturnedItemsService, SalesOrderItemsService, SalesOrdersService, SettingsService, ShipToSubtype, StorageType, SummaryService, TaskCompletionTimeService, TaskOperationsService, TaskUserRecordsService, UnitOfMeasurementTypes, UserCompaniesService, UserCompanyType, UserPrintersService, UserService, UsersInternalService, WaveConfigGroupsService, WaveConfigurationsService, WaveHistoryService, WaveHistoryTypes, WavePickReleaseMethods, WavePickReleaseStatuses, WavePickReleasesService, WavePickingAccessService, WaveStatuses, WaveSummariesService, WavesByPickReleaseIdService, provideApi };
|
|
12531
|
+
export { APIS, AddressSource, AddressType, AddressesService, AnalyticsService, ApiModule, BASE_PATH, COLLECTION_FORMATS, CarrierProviderIntegrationsService, CarrierServiceTypesService, CarriersService, CartonDeliveryItemsService, CartonMovementHistoriesService, CartonPicksService, CartonsService, ClientWaveConfigurationsService, ClusterPackStatuses, ClusterPackWaveGridTypes, ClusterPackingService, CompaniesService, CompanyType, Configuration, ContactsService, CountContinuousInventoryService, CountRecordsService, CountStatusGroup, CountStatuses, CountType, DcLocationStatus, DcLocationsService, DcUnitOfMeasurementService, DcsService, DeliveriesService, DeliveryItemsService, DeliveryType, DeviceType, DispatchBoxTypesService, DispatchBoxesService, DispatchCarriersService, DispatchItemQuantityChangesService, DispatchItemsService, DispatchesService, DocumentGenerationStatuses, DocumentTypes, HealthService, LicencePlateSerialsService, LocationType, NoteCategory, NoteSourceType, NotesService, OrderStatus, OrderType, PackageTypesService, PackingProcesses, PendoService, PeopleGroup, PermissionsService, PickReleaseHistoryTypes, PickSummariesService, PickingProcesses, PrintTypes, PrintersService, ProductMasterSuppliersService, ProductMastersService, ProductQuantitiesService, ProductStatus, QcType, ReasonType, ReasonsService, RecordType, ReplenishmentAccessService, ReplenishmentRecordsService, ReplenishmentStages, ReplenishmentStatuses, ReplenishmentTypes, ReprintStatuses, ReturnedItemsService, SalesOrderItemsService, SalesOrdersService, SettingsService, ShipToSubtype, StorageType, SummaryService, TaskCompletionTimeService, TaskOperationsService, TaskUserRecordsService, UnitOfMeasurementTypes, UserCompaniesService, UserCompanyType, UserPrintersService, UserService, UsersInternalService, WaveConfigGroupsService, WaveConfigurationsService, WaveHistoryService, WaveHistoryTypes, WavePickReleaseMethods, WavePickReleaseStatuses, WavePickReleasesService, WavePickingAccessService, WaveStatuses, WaveSummariesService, WavesByPickReleaseIdService, provideApi };
|
|
12057
12532
|
//# sourceMappingURL=indigina-wms-api.mjs.map
|