@veeroute/lss-packer-angular 6.20.2258 → 7.0.2395
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 +1 -1
- package/api/packService.d.ts +38 -17
- package/api/packServiceInterface.d.ts +13 -13
- package/api/systemService.d.ts +9 -0
- package/api/systemServiceInterface.d.ts +1 -1
- package/cfg/{method_groups.json → process_types.json} +19 -19
- package/esm2022/api/packService.mjs +63 -28
- package/esm2022/api/packServiceInterface.mjs +1 -1
- package/esm2022/api/systemService.mjs +24 -9
- package/esm2022/api/systemServiceInterface.mjs +1 -1
- package/esm2022/api.module.mjs +7 -7
- package/esm2022/configuration.mjs +1 -1
- package/esm2022/model/attribute.mjs +2 -2
- package/esm2022/model/calculationAsyncResult.mjs +1 -1
- package/esm2022/model/calculationInfo.mjs +1 -1
- package/esm2022/model/calculationSettings.mjs +2 -2
- package/esm2022/model/calculationState.mjs +1 -1
- package/esm2022/model/calculationStatus.mjs +3 -3
- package/esm2022/model/checkResult.mjs +2 -2
- package/esm2022/model/coordinates.mjs +2 -2
- package/esm2022/model/custom400WithErrorsAndWarnings.mjs +1 -1
- package/esm2022/model/dimensions.mjs +2 -2
- package/esm2022/model/entityError.mjs +1 -1
- package/esm2022/model/entityErrorType.mjs +2 -2
- package/esm2022/model/entityPath.mjs +1 -1
- package/esm2022/model/entityType.mjs +2 -2
- package/esm2022/model/entityWarning.mjs +1 -1
- package/esm2022/model/entityWarningType.mjs +2 -2
- package/esm2022/model/general402.mjs +1 -1
- package/esm2022/model/general404.mjs +1 -1
- package/esm2022/model/general404Detail.mjs +1 -1
- package/esm2022/model/general429.mjs +1 -1
- package/esm2022/model/general500.mjs +1 -1
- package/esm2022/model/models.mjs +2 -3
- package/esm2022/model/packResult.mjs +1 -1
- package/esm2022/model/packSettings.mjs +1 -1
- package/esm2022/model/packStatistics.mjs +1 -1
- package/esm2022/model/packTask.mjs +1 -1
- package/esm2022/model/package.mjs +1 -1
- package/esm2022/model/packageLayout.mjs +1 -1
- package/esm2022/model/packageStatistics.mjs +1 -1
- package/esm2022/model/packageType.mjs +2 -2
- package/esm2022/model/product.mjs +1 -1
- package/esm2022/model/productGroupLayout.mjs +1 -1
- package/esm2022/model/productLayout.mjs +1 -1
- package/esm2022/model/schemaError.mjs +2 -2
- package/esm2022/model/service.mjs +24 -0
- package/esm2022/model/tracedata.mjs +1 -1
- package/esm2022/model/unpackedItems.mjs +2 -2
- package/esm2022/model/validateResult.mjs +1 -1
- package/esm2022/model/versionResult.mjs +2 -2
- package/fesm2022/veeroute-lss-packer-angular.mjs +118 -72
- package/fesm2022/veeroute-lss-packer-angular.mjs.map +1 -1
- package/model/attribute.d.ts +1 -1
- package/model/calculationAsyncResult.d.ts +3 -3
- package/model/calculationInfo.d.ts +1 -1
- package/model/calculationSettings.d.ts +4 -4
- package/model/calculationState.d.ts +3 -3
- package/model/calculationStatus.d.ts +2 -2
- package/model/checkResult.d.ts +2 -2
- package/model/coordinates.d.ts +1 -1
- package/model/custom400WithErrorsAndWarnings.d.ts +1 -1
- package/model/dimensions.d.ts +1 -1
- package/model/entityError.d.ts +1 -1
- package/model/entityErrorType.d.ts +1 -1
- package/model/entityPath.d.ts +1 -1
- package/model/entityType.d.ts +1 -1
- package/model/entityWarning.d.ts +1 -1
- package/model/entityWarningType.d.ts +1 -1
- package/model/general402.d.ts +1 -1
- package/model/general404.d.ts +2 -2
- package/model/general404Detail.d.ts +1 -1
- package/model/general429.d.ts +1 -1
- package/model/general500.d.ts +1 -1
- package/model/models.d.ts +1 -2
- package/model/packResult.d.ts +3 -3
- package/model/packSettings.d.ts +1 -1
- package/model/packStatistics.d.ts +1 -1
- package/model/packTask.d.ts +5 -1
- package/model/package.d.ts +1 -1
- package/model/packageLayout.d.ts +1 -1
- package/model/packageStatistics.d.ts +1 -1
- package/model/packageType.d.ts +1 -1
- package/model/product.d.ts +1 -1
- package/model/productGroupLayout.d.ts +1 -1
- package/model/productLayout.d.ts +1 -1
- package/model/schemaError.d.ts +1 -1
- package/model/{serviceName.d.ts → service.d.ts} +3 -7
- package/model/tracedata.d.ts +22 -10
- package/model/unpackedItems.d.ts +1 -1
- package/model/validateResult.d.ts +1 -1
- package/model/versionResult.d.ts +1 -1
- package/package.json +3 -3
- package/esm2022/model/general401.mjs +0 -2
- package/esm2022/model/serviceName.mjs +0 -28
- package/model/general401.d.ts +0 -20
package/README.md
CHANGED
package/api/packService.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ import { CalculationStatePacker } from '../model/calculationState';
|
|
|
5
5
|
import { PackResultPacker } from '../model/packResult';
|
|
6
6
|
import { ValidateResultPacker } from '../model/validateResult';
|
|
7
7
|
import { Configuration } from '../configuration';
|
|
8
|
-
import { PackServiceInterface, CancelPackCalculationRequestParams, DeletePackResultRequestParams,
|
|
8
|
+
import { PackServiceInterface, CancelPackCalculationRequestParams, DeletePackResultRequestParams, ReadPackResultRequestParams, ReadPackStateRequestParams, RunPackCalculationRequestParams, RunPackCalculationAsyncRequestParams, RunPackValidationRequestParams } from './packServiceInterface';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
export declare class PackService implements PackServiceInterface {
|
|
11
11
|
protected httpClient: HttpClient;
|
|
@@ -26,14 +26,17 @@ export declare class PackService implements PackServiceInterface {
|
|
|
26
26
|
cancelPackCalculation(requestParameters: CancelPackCalculationRequestParams, observe?: 'body', reportProgress?: boolean, options?: {
|
|
27
27
|
httpHeaderAccept?: 'application/json';
|
|
28
28
|
context?: HttpContext;
|
|
29
|
+
transferCache?: boolean;
|
|
29
30
|
}): Observable<any>;
|
|
30
31
|
cancelPackCalculation(requestParameters: CancelPackCalculationRequestParams, observe?: 'response', reportProgress?: boolean, options?: {
|
|
31
32
|
httpHeaderAccept?: 'application/json';
|
|
32
33
|
context?: HttpContext;
|
|
34
|
+
transferCache?: boolean;
|
|
33
35
|
}): Observable<HttpResponse<any>>;
|
|
34
36
|
cancelPackCalculation(requestParameters: CancelPackCalculationRequestParams, observe?: 'events', reportProgress?: boolean, options?: {
|
|
35
37
|
httpHeaderAccept?: 'application/json';
|
|
36
38
|
context?: HttpContext;
|
|
39
|
+
transferCache?: boolean;
|
|
37
40
|
}): Observable<HttpEvent<any>>;
|
|
38
41
|
/**
|
|
39
42
|
* Result removal
|
|
@@ -45,53 +48,62 @@ export declare class PackService implements PackServiceInterface {
|
|
|
45
48
|
deletePackResult(requestParameters: DeletePackResultRequestParams, observe?: 'body', reportProgress?: boolean, options?: {
|
|
46
49
|
httpHeaderAccept?: 'application/json';
|
|
47
50
|
context?: HttpContext;
|
|
51
|
+
transferCache?: boolean;
|
|
48
52
|
}): Observable<any>;
|
|
49
53
|
deletePackResult(requestParameters: DeletePackResultRequestParams, observe?: 'response', reportProgress?: boolean, options?: {
|
|
50
54
|
httpHeaderAccept?: 'application/json';
|
|
51
55
|
context?: HttpContext;
|
|
56
|
+
transferCache?: boolean;
|
|
52
57
|
}): Observable<HttpResponse<any>>;
|
|
53
58
|
deletePackResult(requestParameters: DeletePackResultRequestParams, observe?: 'events', reportProgress?: boolean, options?: {
|
|
54
59
|
httpHeaderAccept?: 'application/json';
|
|
55
60
|
context?: HttpContext;
|
|
61
|
+
transferCache?: boolean;
|
|
56
62
|
}): Observable<HttpEvent<any>>;
|
|
57
63
|
/**
|
|
58
|
-
*
|
|
59
|
-
*
|
|
64
|
+
* Getting the result
|
|
65
|
+
* Getting the result based on the calculation identifier.
|
|
60
66
|
* @param requestParameters
|
|
61
67
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
62
68
|
* @param reportProgress flag to report request and response progress.
|
|
63
69
|
*/
|
|
64
|
-
|
|
70
|
+
readPackResult(requestParameters: ReadPackResultRequestParams, observe?: 'body', reportProgress?: boolean, options?: {
|
|
65
71
|
httpHeaderAccept?: 'application/json';
|
|
66
72
|
context?: HttpContext;
|
|
67
|
-
|
|
68
|
-
|
|
73
|
+
transferCache?: boolean;
|
|
74
|
+
}): Observable<PackResultPacker>;
|
|
75
|
+
readPackResult(requestParameters: ReadPackResultRequestParams, observe?: 'response', reportProgress?: boolean, options?: {
|
|
69
76
|
httpHeaderAccept?: 'application/json';
|
|
70
77
|
context?: HttpContext;
|
|
71
|
-
|
|
72
|
-
|
|
78
|
+
transferCache?: boolean;
|
|
79
|
+
}): Observable<HttpResponse<PackResultPacker>>;
|
|
80
|
+
readPackResult(requestParameters: ReadPackResultRequestParams, observe?: 'events', reportProgress?: boolean, options?: {
|
|
73
81
|
httpHeaderAccept?: 'application/json';
|
|
74
82
|
context?: HttpContext;
|
|
75
|
-
|
|
83
|
+
transferCache?: boolean;
|
|
84
|
+
}): Observable<HttpEvent<PackResultPacker>>;
|
|
76
85
|
/**
|
|
77
|
-
*
|
|
78
|
-
*
|
|
86
|
+
* Calculation state
|
|
87
|
+
* Read calculation state by the calculation identifier.
|
|
79
88
|
* @param requestParameters
|
|
80
89
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
81
90
|
* @param reportProgress flag to report request and response progress.
|
|
82
91
|
*/
|
|
83
|
-
|
|
92
|
+
readPackState(requestParameters: ReadPackStateRequestParams, observe?: 'body', reportProgress?: boolean, options?: {
|
|
84
93
|
httpHeaderAccept?: 'application/json';
|
|
85
94
|
context?: HttpContext;
|
|
86
|
-
|
|
87
|
-
|
|
95
|
+
transferCache?: boolean;
|
|
96
|
+
}): Observable<CalculationStatePacker>;
|
|
97
|
+
readPackState(requestParameters: ReadPackStateRequestParams, observe?: 'response', reportProgress?: boolean, options?: {
|
|
88
98
|
httpHeaderAccept?: 'application/json';
|
|
89
99
|
context?: HttpContext;
|
|
90
|
-
|
|
91
|
-
|
|
100
|
+
transferCache?: boolean;
|
|
101
|
+
}): Observable<HttpResponse<CalculationStatePacker>>;
|
|
102
|
+
readPackState(requestParameters: ReadPackStateRequestParams, observe?: 'events', reportProgress?: boolean, options?: {
|
|
92
103
|
httpHeaderAccept?: 'application/json';
|
|
93
104
|
context?: HttpContext;
|
|
94
|
-
|
|
105
|
+
transferCache?: boolean;
|
|
106
|
+
}): Observable<HttpEvent<CalculationStatePacker>>;
|
|
95
107
|
/**
|
|
96
108
|
* Packing (SYNC)
|
|
97
109
|
* Planning the optimal package.
|
|
@@ -102,14 +114,17 @@ export declare class PackService implements PackServiceInterface {
|
|
|
102
114
|
runPackCalculation(requestParameters: RunPackCalculationRequestParams, observe?: 'body', reportProgress?: boolean, options?: {
|
|
103
115
|
httpHeaderAccept?: 'application/json';
|
|
104
116
|
context?: HttpContext;
|
|
117
|
+
transferCache?: boolean;
|
|
105
118
|
}): Observable<PackResultPacker>;
|
|
106
119
|
runPackCalculation(requestParameters: RunPackCalculationRequestParams, observe?: 'response', reportProgress?: boolean, options?: {
|
|
107
120
|
httpHeaderAccept?: 'application/json';
|
|
108
121
|
context?: HttpContext;
|
|
122
|
+
transferCache?: boolean;
|
|
109
123
|
}): Observable<HttpResponse<PackResultPacker>>;
|
|
110
124
|
runPackCalculation(requestParameters: RunPackCalculationRequestParams, observe?: 'events', reportProgress?: boolean, options?: {
|
|
111
125
|
httpHeaderAccept?: 'application/json';
|
|
112
126
|
context?: HttpContext;
|
|
127
|
+
transferCache?: boolean;
|
|
113
128
|
}): Observable<HttpEvent<PackResultPacker>>;
|
|
114
129
|
/**
|
|
115
130
|
* Packing (ASYNC)
|
|
@@ -121,14 +136,17 @@ export declare class PackService implements PackServiceInterface {
|
|
|
121
136
|
runPackCalculationAsync(requestParameters: RunPackCalculationAsyncRequestParams, observe?: 'body', reportProgress?: boolean, options?: {
|
|
122
137
|
httpHeaderAccept?: 'application/json';
|
|
123
138
|
context?: HttpContext;
|
|
139
|
+
transferCache?: boolean;
|
|
124
140
|
}): Observable<CalculationAsyncResultPacker>;
|
|
125
141
|
runPackCalculationAsync(requestParameters: RunPackCalculationAsyncRequestParams, observe?: 'response', reportProgress?: boolean, options?: {
|
|
126
142
|
httpHeaderAccept?: 'application/json';
|
|
127
143
|
context?: HttpContext;
|
|
144
|
+
transferCache?: boolean;
|
|
128
145
|
}): Observable<HttpResponse<CalculationAsyncResultPacker>>;
|
|
129
146
|
runPackCalculationAsync(requestParameters: RunPackCalculationAsyncRequestParams, observe?: 'events', reportProgress?: boolean, options?: {
|
|
130
147
|
httpHeaderAccept?: 'application/json';
|
|
131
148
|
context?: HttpContext;
|
|
149
|
+
transferCache?: boolean;
|
|
132
150
|
}): Observable<HttpEvent<CalculationAsyncResultPacker>>;
|
|
133
151
|
/**
|
|
134
152
|
* Data validation
|
|
@@ -140,14 +158,17 @@ export declare class PackService implements PackServiceInterface {
|
|
|
140
158
|
runPackValidation(requestParameters: RunPackValidationRequestParams, observe?: 'body', reportProgress?: boolean, options?: {
|
|
141
159
|
httpHeaderAccept?: 'application/json';
|
|
142
160
|
context?: HttpContext;
|
|
161
|
+
transferCache?: boolean;
|
|
143
162
|
}): Observable<ValidateResultPacker>;
|
|
144
163
|
runPackValidation(requestParameters: RunPackValidationRequestParams, observe?: 'response', reportProgress?: boolean, options?: {
|
|
145
164
|
httpHeaderAccept?: 'application/json';
|
|
146
165
|
context?: HttpContext;
|
|
166
|
+
transferCache?: boolean;
|
|
147
167
|
}): Observable<HttpResponse<ValidateResultPacker>>;
|
|
148
168
|
runPackValidation(requestParameters: RunPackValidationRequestParams, observe?: 'events', reportProgress?: boolean, options?: {
|
|
149
169
|
httpHeaderAccept?: 'application/json';
|
|
150
170
|
context?: HttpContext;
|
|
171
|
+
transferCache?: boolean;
|
|
151
172
|
}): Observable<HttpEvent<ValidateResultPacker>>;
|
|
152
173
|
static ɵfac: i0.ɵɵFactoryDeclaration<PackService, [null, { optional: true; }, { optional: true; }]>;
|
|
153
174
|
static ɵprov: i0.ɵɵInjectableDeclaration<PackService>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* VRt.Packer [PC]
|
|
3
3
|
*
|
|
4
|
-
* The version of the OpenAPI document:
|
|
4
|
+
* The version of the OpenAPI document: 7.0.2395
|
|
5
5
|
* Contact: servicedesk@veeroute.com
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -16,16 +16,16 @@ import { PackTaskPacker } from '../model/models';
|
|
|
16
16
|
import { ValidateResultPacker } from '../model/models';
|
|
17
17
|
import { Configuration } from '../configuration';
|
|
18
18
|
export interface CancelPackCalculationRequestParams {
|
|
19
|
-
|
|
19
|
+
processCode: string;
|
|
20
20
|
}
|
|
21
21
|
export interface DeletePackResultRequestParams {
|
|
22
|
-
|
|
23
|
-
}
|
|
24
|
-
export interface ReadPackCalculationStateRequestParams {
|
|
25
|
-
id: string;
|
|
22
|
+
processCode: string;
|
|
26
23
|
}
|
|
27
24
|
export interface ReadPackResultRequestParams {
|
|
28
|
-
|
|
25
|
+
processCode: string;
|
|
26
|
+
}
|
|
27
|
+
export interface ReadPackStateRequestParams {
|
|
28
|
+
processCode: string;
|
|
29
29
|
}
|
|
30
30
|
export interface RunPackCalculationRequestParams {
|
|
31
31
|
packTaskPacker: PackTaskPacker;
|
|
@@ -51,18 +51,18 @@ export interface PackServiceInterface {
|
|
|
51
51
|
* @param requestParameters
|
|
52
52
|
*/
|
|
53
53
|
deletePackResult(requestParameters: DeletePackResultRequestParams, extraHttpRequestParams?: any): Observable<{}>;
|
|
54
|
-
/**
|
|
55
|
-
* Calculation state
|
|
56
|
-
* Read calculation state by the calculation identifier.
|
|
57
|
-
* @param requestParameters
|
|
58
|
-
*/
|
|
59
|
-
readPackCalculationState(requestParameters: ReadPackCalculationStateRequestParams, extraHttpRequestParams?: any): Observable<CalculationStatePacker>;
|
|
60
54
|
/**
|
|
61
55
|
* Getting the result
|
|
62
56
|
* Getting the result based on the calculation identifier.
|
|
63
57
|
* @param requestParameters
|
|
64
58
|
*/
|
|
65
59
|
readPackResult(requestParameters: ReadPackResultRequestParams, extraHttpRequestParams?: any): Observable<PackResultPacker>;
|
|
60
|
+
/**
|
|
61
|
+
* Calculation state
|
|
62
|
+
* Read calculation state by the calculation identifier.
|
|
63
|
+
* @param requestParameters
|
|
64
|
+
*/
|
|
65
|
+
readPackState(requestParameters: ReadPackStateRequestParams, extraHttpRequestParams?: any): Observable<CalculationStatePacker>;
|
|
66
66
|
/**
|
|
67
67
|
* Packing (SYNC)
|
|
68
68
|
* Planning the optimal package.
|
package/api/systemService.d.ts
CHANGED
|
@@ -23,14 +23,17 @@ export declare class SystemService implements SystemServiceInterface {
|
|
|
23
23
|
check(observe?: 'body', reportProgress?: boolean, options?: {
|
|
24
24
|
httpHeaderAccept?: 'application/json';
|
|
25
25
|
context?: HttpContext;
|
|
26
|
+
transferCache?: boolean;
|
|
26
27
|
}): Observable<CheckResultPacker>;
|
|
27
28
|
check(observe?: 'response', reportProgress?: boolean, options?: {
|
|
28
29
|
httpHeaderAccept?: 'application/json';
|
|
29
30
|
context?: HttpContext;
|
|
31
|
+
transferCache?: boolean;
|
|
30
32
|
}): Observable<HttpResponse<CheckResultPacker>>;
|
|
31
33
|
check(observe?: 'events', reportProgress?: boolean, options?: {
|
|
32
34
|
httpHeaderAccept?: 'application/json';
|
|
33
35
|
context?: HttpContext;
|
|
36
|
+
transferCache?: boolean;
|
|
34
37
|
}): Observable<HttpEvent<CheckResultPacker>>;
|
|
35
38
|
/**
|
|
36
39
|
* Getting the documentation
|
|
@@ -42,14 +45,17 @@ export declare class SystemService implements SystemServiceInterface {
|
|
|
42
45
|
file(requestParameters: FileRequestParams, observe?: 'body', reportProgress?: boolean, options?: {
|
|
43
46
|
httpHeaderAccept?: 'text/html' | 'text/plain' | 'application/json';
|
|
44
47
|
context?: HttpContext;
|
|
48
|
+
transferCache?: boolean;
|
|
45
49
|
}): Observable<string>;
|
|
46
50
|
file(requestParameters: FileRequestParams, observe?: 'response', reportProgress?: boolean, options?: {
|
|
47
51
|
httpHeaderAccept?: 'text/html' | 'text/plain' | 'application/json';
|
|
48
52
|
context?: HttpContext;
|
|
53
|
+
transferCache?: boolean;
|
|
49
54
|
}): Observable<HttpResponse<string>>;
|
|
50
55
|
file(requestParameters: FileRequestParams, observe?: 'events', reportProgress?: boolean, options?: {
|
|
51
56
|
httpHeaderAccept?: 'text/html' | 'text/plain' | 'application/json';
|
|
52
57
|
context?: HttpContext;
|
|
58
|
+
transferCache?: boolean;
|
|
53
59
|
}): Observable<HttpEvent<string>>;
|
|
54
60
|
/**
|
|
55
61
|
* Getting the service version
|
|
@@ -60,14 +66,17 @@ export declare class SystemService implements SystemServiceInterface {
|
|
|
60
66
|
version(observe?: 'body', reportProgress?: boolean, options?: {
|
|
61
67
|
httpHeaderAccept?: 'application/json';
|
|
62
68
|
context?: HttpContext;
|
|
69
|
+
transferCache?: boolean;
|
|
63
70
|
}): Observable<VersionResultPacker>;
|
|
64
71
|
version(observe?: 'response', reportProgress?: boolean, options?: {
|
|
65
72
|
httpHeaderAccept?: 'application/json';
|
|
66
73
|
context?: HttpContext;
|
|
74
|
+
transferCache?: boolean;
|
|
67
75
|
}): Observable<HttpResponse<VersionResultPacker>>;
|
|
68
76
|
version(observe?: 'events', reportProgress?: boolean, options?: {
|
|
69
77
|
httpHeaderAccept?: 'application/json';
|
|
70
78
|
context?: HttpContext;
|
|
79
|
+
transferCache?: boolean;
|
|
71
80
|
}): Observable<HttpEvent<VersionResultPacker>>;
|
|
72
81
|
static ɵfac: i0.ɵɵFactoryDeclaration<SystemService, [null, { optional: true; }, { optional: true; }]>;
|
|
73
82
|
static ɵprov: i0.ɵɵInjectableDeclaration<SystemService>;
|
|
@@ -4,61 +4,61 @@
|
|
|
4
4
|
"method": "POST",
|
|
5
5
|
"uri": "/packer/pack/calculation",
|
|
6
6
|
"operation_id": "run_pack_calculation",
|
|
7
|
-
"
|
|
7
|
+
"type": "PLAN"
|
|
8
8
|
},
|
|
9
9
|
{
|
|
10
10
|
"method": "POST",
|
|
11
|
-
"uri": "/packer/pack/
|
|
11
|
+
"uri": "/packer/pack/calculation-async",
|
|
12
12
|
"operation_id": "run_pack_calculation_async",
|
|
13
|
-
"
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
"method": "GET",
|
|
17
|
-
"uri": "/packer/pack/calculation_async/{id}",
|
|
18
|
-
"operation_id": "read_pack_calculation_state",
|
|
19
|
-
"group": "NOTRACE"
|
|
13
|
+
"type": "PLAN"
|
|
20
14
|
},
|
|
21
15
|
{
|
|
22
16
|
"method": "DELETE",
|
|
23
|
-
"uri": "/packer/pack/
|
|
17
|
+
"uri": "/packer/pack/calculation-async/{process_code}",
|
|
24
18
|
"operation_id": "cancel_pack_calculation",
|
|
25
|
-
"
|
|
19
|
+
"type": "TRACE"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"method": "GET",
|
|
23
|
+
"uri": "/packer/pack/state/{process_code}",
|
|
24
|
+
"operation_id": "read_pack_state",
|
|
25
|
+
"type": "NOTRACE"
|
|
26
26
|
},
|
|
27
27
|
{
|
|
28
28
|
"method": "GET",
|
|
29
|
-
"uri": "/packer/pack/result/{
|
|
29
|
+
"uri": "/packer/pack/result/{process_code}",
|
|
30
30
|
"operation_id": "read_pack_result",
|
|
31
|
-
"
|
|
31
|
+
"type": "TRACE"
|
|
32
32
|
},
|
|
33
33
|
{
|
|
34
34
|
"method": "DELETE",
|
|
35
|
-
"uri": "/packer/pack/result/{
|
|
35
|
+
"uri": "/packer/pack/result/{process_code}",
|
|
36
36
|
"operation_id": "delete_pack_result",
|
|
37
|
-
"
|
|
37
|
+
"type": "TRACE"
|
|
38
38
|
},
|
|
39
39
|
{
|
|
40
40
|
"method": "POST",
|
|
41
41
|
"uri": "/packer/pack/validation",
|
|
42
42
|
"operation_id": "run_pack_validation",
|
|
43
|
-
"
|
|
43
|
+
"type": "VALIDATE"
|
|
44
44
|
},
|
|
45
45
|
{
|
|
46
46
|
"method": "GET",
|
|
47
47
|
"uri": "/packer/system/check",
|
|
48
48
|
"operation_id": "check",
|
|
49
|
-
"
|
|
49
|
+
"type": "NOTRACE"
|
|
50
50
|
},
|
|
51
51
|
{
|
|
52
52
|
"method": "GET",
|
|
53
53
|
"uri": "/packer/system/version",
|
|
54
54
|
"operation_id": "version",
|
|
55
|
-
"
|
|
55
|
+
"type": "NOTRACE"
|
|
56
56
|
},
|
|
57
57
|
{
|
|
58
58
|
"method": "GET",
|
|
59
59
|
"uri": "/packer/file/{filename}",
|
|
60
60
|
"operation_id": "file",
|
|
61
|
-
"
|
|
61
|
+
"type": "NOTRACE"
|
|
62
62
|
}
|
|
63
63
|
]
|
|
64
64
|
}
|