@indigina/wms-api 0.0.81 → 0.0.83

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.
Files changed (109) hide show
  1. package/README.md +75 -126
  2. package/fesm2022/indigina-wms-api.mjs +972 -3144
  3. package/fesm2022/indigina-wms-api.mjs.map +1 -1
  4. package/index.d.ts +3781 -6
  5. package/package.json +2 -2
  6. package/api/analytics.service.d.ts +0 -210
  7. package/api/api.d.ts +0 -45
  8. package/api/carrierProviderIntegrations.service.d.ts +0 -42
  9. package/api/companies.service.d.ts +0 -63
  10. package/api/dcs.service.d.ts +0 -161
  11. package/api/deliveries.service.d.ts +0 -287
  12. package/api/deliveryItems.service.d.ts +0 -130
  13. package/api/dispatchItems.service.d.ts +0 -43
  14. package/api/dispatches.service.d.ts +0 -178
  15. package/api/health.service.d.ts +0 -36
  16. package/api/notes.service.d.ts +0 -96
  17. package/api/permissions.service.d.ts +0 -37
  18. package/api/productMasters.service.d.ts +0 -42
  19. package/api/productQuantities.service.d.ts +0 -42
  20. package/api/reasons.service.d.ts +0 -42
  21. package/api/replenishment.service.d.ts +0 -42
  22. package/api/settings.service.d.ts +0 -147
  23. package/api/summary.service.d.ts +0 -38
  24. package/api/taskCompletionTime.service.d.ts +0 -128
  25. package/api/taskOperations.service.d.ts +0 -128
  26. package/api/taskUserRecords.service.d.ts +0 -201
  27. package/api/user.service.d.ts +0 -103
  28. package/api/usersInternal.service.d.ts +0 -42
  29. package/api.module.d.ts +0 -11
  30. package/configuration.d.ts +0 -104
  31. package/encoder.d.ts +0 -11
  32. package/model/access.d.ts +0 -14
  33. package/model/applicationSetting.d.ts +0 -14
  34. package/model/carrierProviderIntegration.d.ts +0 -18
  35. package/model/carrierProviderIntegrations.d.ts +0 -14
  36. package/model/commandStatusResult.d.ts +0 -12
  37. package/model/companies.d.ts +0 -14
  38. package/model/company.d.ts +0 -14
  39. package/model/countingSummary.d.ts +0 -16
  40. package/model/currentUser.d.ts +0 -24
  41. package/model/dc.d.ts +0 -16
  42. package/model/dcs.d.ts +0 -14
  43. package/model/deliveries.d.ts +0 -14
  44. package/model/delivery.d.ts +0 -37
  45. package/model/deliveryGridView.d.ts +0 -44
  46. package/model/deliveryItem.d.ts +0 -31
  47. package/model/deliveryItemView.d.ts +0 -29
  48. package/model/deliveryItems.d.ts +0 -14
  49. package/model/deliverySummary.d.ts +0 -36
  50. package/model/deliveryType.d.ts +0 -17
  51. package/model/deliveryView.d.ts +0 -32
  52. package/model/deviceType.d.ts +0 -15
  53. package/model/dispatch.d.ts +0 -85
  54. package/model/dispatchGridView.d.ts +0 -60
  55. package/model/dispatchItemView.d.ts +0 -32
  56. package/model/dispatchItems.d.ts +0 -14
  57. package/model/dispatchSummary.d.ts +0 -17
  58. package/model/dispatchSummaryView.d.ts +0 -86
  59. package/model/dispatchView.d.ts +0 -53
  60. package/model/dispatches.d.ts +0 -14
  61. package/model/embedReport.d.ts +0 -18
  62. package/model/embedTokenDto.d.ts +0 -13
  63. package/model/entityList.d.ts +0 -13
  64. package/model/failures.d.ts +0 -16
  65. package/model/group.d.ts +0 -20
  66. package/model/modelError.d.ts +0 -15
  67. package/model/models.d.ts +0 -75
  68. package/model/note.d.ts +0 -20
  69. package/model/noteCategory.d.ts +0 -16
  70. package/model/noteSourceType.d.ts +0 -14
  71. package/model/noteView.d.ts +0 -16
  72. package/model/notes.d.ts +0 -14
  73. package/model/orderStatus.d.ts +0 -30
  74. package/model/orderType.d.ts +0 -20
  75. package/model/packingProcesses.d.ts +0 -20
  76. package/model/pickingProcesses.d.ts +0 -20
  77. package/model/productMaster.d.ts +0 -20
  78. package/model/productMasters.d.ts +0 -14
  79. package/model/productQuantities.d.ts +0 -14
  80. package/model/productQuantity.d.ts +0 -14
  81. package/model/qcType.d.ts +0 -13
  82. package/model/reason.d.ts +0 -17
  83. package/model/reasonType.d.ts +0 -14
  84. package/model/reasons.d.ts +0 -14
  85. package/model/receivingSummary.d.ts +0 -16
  86. package/model/recordType.d.ts +0 -14
  87. package/model/replenishmentAccessGridView.d.ts +0 -18
  88. package/model/replenishmentAccessView.d.ts +0 -14
  89. package/model/replenishmentSummary.d.ts +0 -16
  90. package/model/report.d.ts +0 -26
  91. package/model/setNewFeaturesVisibilityCommand.d.ts +0 -12
  92. package/model/settingValue.d.ts +0 -13
  93. package/model/settingView.d.ts +0 -14
  94. package/model/taskCompletionTime.d.ts +0 -16
  95. package/model/taskCompletionTimes.d.ts +0 -14
  96. package/model/taskOperation.d.ts +0 -18
  97. package/model/taskOperations.d.ts +0 -14
  98. package/model/taskUserRecord.d.ts +0 -24
  99. package/model/taskUserRecordSelf.d.ts +0 -17
  100. package/model/taskUserRecordView.d.ts +0 -29
  101. package/model/taskUserRecords.d.ts +0 -14
  102. package/model/userApplication.d.ts +0 -13
  103. package/model/userApplications.d.ts +0 -13
  104. package/model/userCompanyType.d.ts +0 -22
  105. package/model/userInfo.d.ts +0 -14
  106. package/model/userInfos.d.ts +0 -14
  107. package/model/userPermissions.d.ts +0 -12
  108. package/param.d.ts +0 -37
  109. package/variables.d.ts +0 -8
@@ -1,287 +0,0 @@
1
- import { HttpClient, HttpHeaders, HttpResponse, HttpEvent, HttpParameterCodec, HttpContext } from '@angular/common/http';
2
- import { Observable } from 'rxjs';
3
- import { Deliveries } from '../model/deliveries';
4
- import { Delivery } from '../model/delivery';
5
- import { DeliverySummary } from '../model/deliverySummary';
6
- import { OrderStatus } from '../model/orderStatus';
7
- import { Configuration } from '../configuration';
8
- import * as i0 from "@angular/core";
9
- export declare class DeliveriesService {
10
- protected httpClient: HttpClient;
11
- protected basePath: string;
12
- defaultHeaders: HttpHeaders;
13
- configuration: Configuration;
14
- encoder: HttpParameterCodec;
15
- constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
16
- private addToHttpParams;
17
- private addToHttpParamsRecursive;
18
- /**
19
- * Arrive deliveries
20
- * @param ids
21
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
22
- * @param reportProgress flag to report request and response progress.
23
- */
24
- arriveDeliveries(ids: Array<string>, observe?: 'body', reportProgress?: boolean, options?: {
25
- httpHeaderAccept?: undefined;
26
- context?: HttpContext;
27
- transferCache?: boolean;
28
- }): Observable<any>;
29
- arriveDeliveries(ids: Array<string>, observe?: 'response', reportProgress?: boolean, options?: {
30
- httpHeaderAccept?: undefined;
31
- context?: HttpContext;
32
- transferCache?: boolean;
33
- }): Observable<HttpResponse<any>>;
34
- arriveDeliveries(ids: Array<string>, observe?: 'events', reportProgress?: boolean, options?: {
35
- httpHeaderAccept?: undefined;
36
- context?: HttpContext;
37
- transferCache?: boolean;
38
- }): Observable<HttpEvent<any>>;
39
- /**
40
- * Check if LPN is visible for a delivery by id
41
- * @param id
42
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
43
- * @param reportProgress flag to report request and response progress.
44
- */
45
- checkVisibleLPN(id: string, observe?: 'body', reportProgress?: boolean, options?: {
46
- httpHeaderAccept?: 'application/json';
47
- context?: HttpContext;
48
- transferCache?: boolean;
49
- }): Observable<boolean>;
50
- checkVisibleLPN(id: string, observe?: 'response', reportProgress?: boolean, options?: {
51
- httpHeaderAccept?: 'application/json';
52
- context?: HttpContext;
53
- transferCache?: boolean;
54
- }): Observable<HttpResponse<boolean>>;
55
- checkVisibleLPN(id: string, observe?: 'events', reportProgress?: boolean, options?: {
56
- httpHeaderAccept?: 'application/json';
57
- context?: HttpContext;
58
- transferCache?: boolean;
59
- }): Observable<HttpEvent<boolean>>;
60
- /**
61
- * Confirm deliveries
62
- * @param ids
63
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
64
- * @param reportProgress flag to report request and response progress.
65
- */
66
- confirmDeliveries(ids: Array<string>, observe?: 'body', reportProgress?: boolean, options?: {
67
- httpHeaderAccept?: undefined;
68
- context?: HttpContext;
69
- transferCache?: boolean;
70
- }): Observable<any>;
71
- confirmDeliveries(ids: Array<string>, observe?: 'response', reportProgress?: boolean, options?: {
72
- httpHeaderAccept?: undefined;
73
- context?: HttpContext;
74
- transferCache?: boolean;
75
- }): Observable<HttpResponse<any>>;
76
- confirmDeliveries(ids: Array<string>, observe?: 'events', reportProgress?: boolean, options?: {
77
- httpHeaderAccept?: undefined;
78
- context?: HttpContext;
79
- transferCache?: boolean;
80
- }): Observable<HttpEvent<any>>;
81
- /**
82
- * Create a specific delivery
83
- * @param delivery
84
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
85
- * @param reportProgress flag to report request and response progress.
86
- */
87
- createDelivery(delivery: Delivery, observe?: 'body', reportProgress?: boolean, options?: {
88
- httpHeaderAccept?: 'application/json';
89
- context?: HttpContext;
90
- transferCache?: boolean;
91
- }): Observable<Delivery>;
92
- createDelivery(delivery: Delivery, observe?: 'response', reportProgress?: boolean, options?: {
93
- httpHeaderAccept?: 'application/json';
94
- context?: HttpContext;
95
- transferCache?: boolean;
96
- }): Observable<HttpResponse<Delivery>>;
97
- createDelivery(delivery: Delivery, observe?: 'events', reportProgress?: boolean, options?: {
98
- httpHeaderAccept?: 'application/json';
99
- context?: HttpContext;
100
- transferCache?: boolean;
101
- }): Observable<HttpEvent<Delivery>>;
102
- /**
103
- * Delete a specific delivery
104
- * @param id
105
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
106
- * @param reportProgress flag to report request and response progress.
107
- */
108
- deleteDelivery(id: string, observe?: 'body', reportProgress?: boolean, options?: {
109
- httpHeaderAccept?: undefined;
110
- context?: HttpContext;
111
- transferCache?: boolean;
112
- }): Observable<any>;
113
- deleteDelivery(id: string, observe?: 'response', reportProgress?: boolean, options?: {
114
- httpHeaderAccept?: undefined;
115
- context?: HttpContext;
116
- transferCache?: boolean;
117
- }): Observable<HttpResponse<any>>;
118
- deleteDelivery(id: string, observe?: 'events', reportProgress?: boolean, options?: {
119
- httpHeaderAccept?: undefined;
120
- context?: HttpContext;
121
- transferCache?: boolean;
122
- }): Observable<HttpEvent<any>>;
123
- /**
124
- * Getting deliveries
125
- * @param $skip
126
- * @param $top
127
- * @param $orderby
128
- * @param $filter
129
- * @param $search
130
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
131
- * @param reportProgress flag to report request and response progress.
132
- */
133
- getDeliveries($skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'body', reportProgress?: boolean, options?: {
134
- httpHeaderAccept?: 'application/json';
135
- context?: HttpContext;
136
- transferCache?: boolean;
137
- }): Observable<Deliveries>;
138
- getDeliveries($skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'response', reportProgress?: boolean, options?: {
139
- httpHeaderAccept?: 'application/json';
140
- context?: HttpContext;
141
- transferCache?: boolean;
142
- }): Observable<HttpResponse<Deliveries>>;
143
- getDeliveries($skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'events', reportProgress?: boolean, options?: {
144
- httpHeaderAccept?: 'application/json';
145
- context?: HttpContext;
146
- transferCache?: boolean;
147
- }): Observable<HttpEvent<Deliveries>>;
148
- /**
149
- * Getting deliveries
150
- * @param deliveryStatus
151
- * @param $skip
152
- * @param $top
153
- * @param $orderby
154
- * @param $filter
155
- * @param $search
156
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
157
- * @param reportProgress flag to report request and response progress.
158
- */
159
- getDeliveriesByOrderStatus(deliveryStatus: OrderStatus, $skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'body', reportProgress?: boolean, options?: {
160
- httpHeaderAccept?: 'application/json';
161
- context?: HttpContext;
162
- transferCache?: boolean;
163
- }): Observable<Deliveries>;
164
- getDeliveriesByOrderStatus(deliveryStatus: OrderStatus, $skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'response', reportProgress?: boolean, options?: {
165
- httpHeaderAccept?: 'application/json';
166
- context?: HttpContext;
167
- transferCache?: boolean;
168
- }): Observable<HttpResponse<Deliveries>>;
169
- getDeliveriesByOrderStatus(deliveryStatus: OrderStatus, $skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'events', reportProgress?: boolean, options?: {
170
- httpHeaderAccept?: 'application/json';
171
- context?: HttpContext;
172
- transferCache?: boolean;
173
- }): Observable<HttpEvent<Deliveries>>;
174
- /**
175
- * Deliveries list
176
- * @param $skip
177
- * @param $top
178
- * @param $orderby
179
- * @param $filter
180
- * @param searchTerm
181
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
182
- * @param reportProgress flag to report request and response progress.
183
- */
184
- getDeliveriesFromIndex($skip?: number, $top?: number, $orderby?: string, $filter?: string, searchTerm?: string, observe?: 'body', reportProgress?: boolean, options?: {
185
- httpHeaderAccept?: 'application/json';
186
- context?: HttpContext;
187
- transferCache?: boolean;
188
- }): Observable<Deliveries>;
189
- getDeliveriesFromIndex($skip?: number, $top?: number, $orderby?: string, $filter?: string, searchTerm?: string, observe?: 'response', reportProgress?: boolean, options?: {
190
- httpHeaderAccept?: 'application/json';
191
- context?: HttpContext;
192
- transferCache?: boolean;
193
- }): Observable<HttpResponse<Deliveries>>;
194
- getDeliveriesFromIndex($skip?: number, $top?: number, $orderby?: string, $filter?: string, searchTerm?: string, observe?: 'events', reportProgress?: boolean, options?: {
195
- httpHeaderAccept?: 'application/json';
196
- context?: HttpContext;
197
- transferCache?: boolean;
198
- }): Observable<HttpEvent<Deliveries>>;
199
- /**
200
- * Getting delivery by id
201
- * @param id
202
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
203
- * @param reportProgress flag to report request and response progress.
204
- */
205
- getDelivery(id: string, observe?: 'body', reportProgress?: boolean, options?: {
206
- httpHeaderAccept?: 'application/json';
207
- context?: HttpContext;
208
- transferCache?: boolean;
209
- }): Observable<Delivery>;
210
- getDelivery(id: string, observe?: 'response', reportProgress?: boolean, options?: {
211
- httpHeaderAccept?: 'application/json';
212
- context?: HttpContext;
213
- transferCache?: boolean;
214
- }): Observable<HttpResponse<Delivery>>;
215
- getDelivery(id: string, observe?: 'events', reportProgress?: boolean, options?: {
216
- httpHeaderAccept?: 'application/json';
217
- context?: HttpContext;
218
- transferCache?: boolean;
219
- }): Observable<HttpEvent<Delivery>>;
220
- /**
221
- * Getting delivery summary by id
222
- * @param id
223
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
224
- * @param reportProgress flag to report request and response progress.
225
- */
226
- getDeliverySummary(id: string, observe?: 'body', reportProgress?: boolean, options?: {
227
- httpHeaderAccept?: 'application/json';
228
- context?: HttpContext;
229
- transferCache?: boolean;
230
- }): Observable<DeliverySummary>;
231
- getDeliverySummary(id: string, observe?: 'response', reportProgress?: boolean, options?: {
232
- httpHeaderAccept?: 'application/json';
233
- context?: HttpContext;
234
- transferCache?: boolean;
235
- }): Observable<HttpResponse<DeliverySummary>>;
236
- getDeliverySummary(id: string, observe?: 'events', reportProgress?: boolean, options?: {
237
- httpHeaderAccept?: 'application/json';
238
- context?: HttpContext;
239
- transferCache?: boolean;
240
- }): Observable<HttpEvent<DeliverySummary>>;
241
- /**
242
- * Update a specific delivery
243
- * @param id
244
- * @param delivery
245
- * @param propertiesToUpdate
246
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
247
- * @param reportProgress flag to report request and response progress.
248
- */
249
- setDelivery(id: string, delivery: Delivery, propertiesToUpdate?: Array<string>, observe?: 'body', reportProgress?: boolean, options?: {
250
- httpHeaderAccept?: 'application/json';
251
- context?: HttpContext;
252
- transferCache?: boolean;
253
- }): Observable<Delivery>;
254
- setDelivery(id: string, delivery: Delivery, propertiesToUpdate?: Array<string>, observe?: 'response', reportProgress?: boolean, options?: {
255
- httpHeaderAccept?: 'application/json';
256
- context?: HttpContext;
257
- transferCache?: boolean;
258
- }): Observable<HttpResponse<Delivery>>;
259
- setDelivery(id: string, delivery: Delivery, propertiesToUpdate?: Array<string>, observe?: 'events', reportProgress?: boolean, options?: {
260
- httpHeaderAccept?: 'application/json';
261
- context?: HttpContext;
262
- transferCache?: boolean;
263
- }): Observable<HttpEvent<Delivery>>;
264
- /**
265
- * Unarrive a delivery
266
- * @param id
267
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
268
- * @param reportProgress flag to report request and response progress.
269
- */
270
- unarriveDelivery(id: string, observe?: 'body', reportProgress?: boolean, options?: {
271
- httpHeaderAccept?: undefined;
272
- context?: HttpContext;
273
- transferCache?: boolean;
274
- }): Observable<any>;
275
- unarriveDelivery(id: string, observe?: 'response', reportProgress?: boolean, options?: {
276
- httpHeaderAccept?: undefined;
277
- context?: HttpContext;
278
- transferCache?: boolean;
279
- }): Observable<HttpResponse<any>>;
280
- unarriveDelivery(id: string, observe?: 'events', reportProgress?: boolean, options?: {
281
- httpHeaderAccept?: undefined;
282
- context?: HttpContext;
283
- transferCache?: boolean;
284
- }): Observable<HttpEvent<any>>;
285
- static ɵfac: i0.ɵɵFactoryDeclaration<DeliveriesService, [null, { optional: true; }, { optional: true; }]>;
286
- static ɵprov: i0.ɵɵInjectableDeclaration<DeliveriesService>;
287
- }
@@ -1,130 +0,0 @@
1
- import { HttpClient, HttpHeaders, HttpResponse, HttpEvent, HttpParameterCodec, HttpContext } from '@angular/common/http';
2
- import { Observable } from 'rxjs';
3
- import { DeliveryItem } from '../model/deliveryItem';
4
- import { DeliveryItems } from '../model/deliveryItems';
5
- import { Configuration } from '../configuration';
6
- import * as i0 from "@angular/core";
7
- export declare class DeliveryItemsService {
8
- protected httpClient: HttpClient;
9
- protected basePath: string;
10
- defaultHeaders: HttpHeaders;
11
- configuration: Configuration;
12
- encoder: HttpParameterCodec;
13
- constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
14
- private addToHttpParams;
15
- private addToHttpParamsRecursive;
16
- /**
17
- * Create a specific delivery Item
18
- * @param deliveryItem
19
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
20
- * @param reportProgress flag to report request and response progress.
21
- */
22
- createDeliveryItem(deliveryItem: DeliveryItem, observe?: 'body', reportProgress?: boolean, options?: {
23
- httpHeaderAccept?: 'application/json';
24
- context?: HttpContext;
25
- transferCache?: boolean;
26
- }): Observable<DeliveryItem>;
27
- createDeliveryItem(deliveryItem: DeliveryItem, observe?: 'response', reportProgress?: boolean, options?: {
28
- httpHeaderAccept?: 'application/json';
29
- context?: HttpContext;
30
- transferCache?: boolean;
31
- }): Observable<HttpResponse<DeliveryItem>>;
32
- createDeliveryItem(deliveryItem: DeliveryItem, observe?: 'events', reportProgress?: boolean, options?: {
33
- httpHeaderAccept?: 'application/json';
34
- context?: HttpContext;
35
- transferCache?: boolean;
36
- }): Observable<HttpEvent<DeliveryItem>>;
37
- /**
38
- * Delete a specific delivery Item
39
- * @param id
40
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
41
- * @param reportProgress flag to report request and response progress.
42
- */
43
- deleteDeliveryItem(id: string, observe?: 'body', reportProgress?: boolean, options?: {
44
- httpHeaderAccept?: undefined;
45
- context?: HttpContext;
46
- transferCache?: boolean;
47
- }): Observable<any>;
48
- deleteDeliveryItem(id: string, observe?: 'response', reportProgress?: boolean, options?: {
49
- httpHeaderAccept?: undefined;
50
- context?: HttpContext;
51
- transferCache?: boolean;
52
- }): Observable<HttpResponse<any>>;
53
- deleteDeliveryItem(id: string, observe?: 'events', reportProgress?: boolean, options?: {
54
- httpHeaderAccept?: undefined;
55
- context?: HttpContext;
56
- transferCache?: boolean;
57
- }): Observable<HttpEvent<any>>;
58
- /**
59
- * Getting delivery Item by id
60
- * @param id
61
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
62
- * @param reportProgress flag to report request and response progress.
63
- */
64
- getDeliveryItem(id: string, observe?: 'body', reportProgress?: boolean, options?: {
65
- httpHeaderAccept?: 'application/json';
66
- context?: HttpContext;
67
- transferCache?: boolean;
68
- }): Observable<DeliveryItem>;
69
- getDeliveryItem(id: string, observe?: 'response', reportProgress?: boolean, options?: {
70
- httpHeaderAccept?: 'application/json';
71
- context?: HttpContext;
72
- transferCache?: boolean;
73
- }): Observable<HttpResponse<DeliveryItem>>;
74
- getDeliveryItem(id: string, observe?: 'events', reportProgress?: boolean, options?: {
75
- httpHeaderAccept?: 'application/json';
76
- context?: HttpContext;
77
- transferCache?: boolean;
78
- }): Observable<HttpEvent<DeliveryItem>>;
79
- /**
80
- * Getting delivery items
81
- * @param id
82
- * @param $skip
83
- * @param $top
84
- * @param $orderby
85
- * @param $filter
86
- * @param $search
87
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
88
- * @param reportProgress flag to report request and response progress.
89
- */
90
- getDeliveryItems(id: string, $skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'body', reportProgress?: boolean, options?: {
91
- httpHeaderAccept?: 'application/json';
92
- context?: HttpContext;
93
- transferCache?: boolean;
94
- }): Observable<DeliveryItems>;
95
- getDeliveryItems(id: string, $skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'response', reportProgress?: boolean, options?: {
96
- httpHeaderAccept?: 'application/json';
97
- context?: HttpContext;
98
- transferCache?: boolean;
99
- }): Observable<HttpResponse<DeliveryItems>>;
100
- getDeliveryItems(id: string, $skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'events', reportProgress?: boolean, options?: {
101
- httpHeaderAccept?: 'application/json';
102
- context?: HttpContext;
103
- transferCache?: boolean;
104
- }): Observable<HttpEvent<DeliveryItems>>;
105
- /**
106
- * Update a specific delivery Item
107
- * @param id
108
- * @param deliveryItem
109
- * @param propertiesToUpdate
110
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
111
- * @param reportProgress flag to report request and response progress.
112
- */
113
- setDeliveryItem(id: string, deliveryItem: DeliveryItem, propertiesToUpdate?: Array<string>, observe?: 'body', reportProgress?: boolean, options?: {
114
- httpHeaderAccept?: 'application/json';
115
- context?: HttpContext;
116
- transferCache?: boolean;
117
- }): Observable<DeliveryItem>;
118
- setDeliveryItem(id: string, deliveryItem: DeliveryItem, propertiesToUpdate?: Array<string>, observe?: 'response', reportProgress?: boolean, options?: {
119
- httpHeaderAccept?: 'application/json';
120
- context?: HttpContext;
121
- transferCache?: boolean;
122
- }): Observable<HttpResponse<DeliveryItem>>;
123
- setDeliveryItem(id: string, deliveryItem: DeliveryItem, propertiesToUpdate?: Array<string>, observe?: 'events', reportProgress?: boolean, options?: {
124
- httpHeaderAccept?: 'application/json';
125
- context?: HttpContext;
126
- transferCache?: boolean;
127
- }): Observable<HttpEvent<DeliveryItem>>;
128
- static ɵfac: i0.ɵɵFactoryDeclaration<DeliveryItemsService, [null, { optional: true; }, { optional: true; }]>;
129
- static ɵprov: i0.ɵɵInjectableDeclaration<DeliveryItemsService>;
130
- }
@@ -1,43 +0,0 @@
1
- import { HttpClient, HttpHeaders, HttpResponse, HttpEvent, HttpParameterCodec, HttpContext } from '@angular/common/http';
2
- import { Observable } from 'rxjs';
3
- import { DispatchItems } from '../model/dispatchItems';
4
- import { Configuration } from '../configuration';
5
- import * as i0 from "@angular/core";
6
- export declare class DispatchItemsService {
7
- protected httpClient: HttpClient;
8
- protected basePath: string;
9
- defaultHeaders: HttpHeaders;
10
- configuration: Configuration;
11
- encoder: HttpParameterCodec;
12
- constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
13
- private addToHttpParams;
14
- private addToHttpParamsRecursive;
15
- /**
16
- * Getting dispatch items
17
- * @param id
18
- * @param $skip
19
- * @param $top
20
- * @param $orderby
21
- * @param $filter
22
- * @param $search
23
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
24
- * @param reportProgress flag to report request and response progress.
25
- */
26
- getDispatchItems(id: string, $skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'body', reportProgress?: boolean, options?: {
27
- httpHeaderAccept?: 'application/json';
28
- context?: HttpContext;
29
- transferCache?: boolean;
30
- }): Observable<DispatchItems>;
31
- getDispatchItems(id: string, $skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'response', reportProgress?: boolean, options?: {
32
- httpHeaderAccept?: 'application/json';
33
- context?: HttpContext;
34
- transferCache?: boolean;
35
- }): Observable<HttpResponse<DispatchItems>>;
36
- getDispatchItems(id: string, $skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'events', reportProgress?: boolean, options?: {
37
- httpHeaderAccept?: 'application/json';
38
- context?: HttpContext;
39
- transferCache?: boolean;
40
- }): Observable<HttpEvent<DispatchItems>>;
41
- static ɵfac: i0.ɵɵFactoryDeclaration<DispatchItemsService, [null, { optional: true; }, { optional: true; }]>;
42
- static ɵprov: i0.ɵɵInjectableDeclaration<DispatchItemsService>;
43
- }
@@ -1,178 +0,0 @@
1
- import { HttpClient, HttpHeaders, HttpResponse, HttpEvent, HttpParameterCodec, HttpContext } from '@angular/common/http';
2
- import { Observable } from 'rxjs';
3
- import { Dispatch } from '../model/dispatch';
4
- import { DispatchSummaryView } from '../model/dispatchSummaryView';
5
- import { Dispatches } from '../model/dispatches';
6
- import { OrderStatus } from '../model/orderStatus';
7
- import { Configuration } from '../configuration';
8
- import * as i0 from "@angular/core";
9
- export declare class DispatchesService {
10
- protected httpClient: HttpClient;
11
- protected basePath: string;
12
- defaultHeaders: HttpHeaders;
13
- configuration: Configuration;
14
- encoder: HttpParameterCodec;
15
- constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
16
- private addToHttpParams;
17
- private addToHttpParamsRecursive;
18
- /**
19
- * Cancel dispatches
20
- * @param ids
21
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
22
- * @param reportProgress flag to report request and response progress.
23
- */
24
- cancelDispatches(ids: Array<string>, observe?: 'body', reportProgress?: boolean, options?: {
25
- httpHeaderAccept?: undefined;
26
- context?: HttpContext;
27
- transferCache?: boolean;
28
- }): Observable<any>;
29
- cancelDispatches(ids: Array<string>, observe?: 'response', reportProgress?: boolean, options?: {
30
- httpHeaderAccept?: undefined;
31
- context?: HttpContext;
32
- transferCache?: boolean;
33
- }): Observable<HttpResponse<any>>;
34
- cancelDispatches(ids: Array<string>, observe?: 'events', reportProgress?: boolean, options?: {
35
- httpHeaderAccept?: undefined;
36
- context?: HttpContext;
37
- transferCache?: boolean;
38
- }): Observable<HttpEvent<any>>;
39
- /**
40
- * Confirm dispatches
41
- * @param ids
42
- * @param dispatchDate
43
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
44
- * @param reportProgress flag to report request and response progress.
45
- */
46
- confirmDispatches(ids: Array<string>, dispatchDate: string, observe?: 'body', reportProgress?: boolean, options?: {
47
- httpHeaderAccept?: undefined;
48
- context?: HttpContext;
49
- transferCache?: boolean;
50
- }): Observable<any>;
51
- confirmDispatches(ids: Array<string>, dispatchDate: string, observe?: 'response', reportProgress?: boolean, options?: {
52
- httpHeaderAccept?: undefined;
53
- context?: HttpContext;
54
- transferCache?: boolean;
55
- }): Observable<HttpResponse<any>>;
56
- confirmDispatches(ids: Array<string>, dispatchDate: string, observe?: 'events', reportProgress?: boolean, options?: {
57
- httpHeaderAccept?: undefined;
58
- context?: HttpContext;
59
- transferCache?: boolean;
60
- }): Observable<HttpEvent<any>>;
61
- /**
62
- * Getting dispatch by id
63
- * @param id
64
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
65
- * @param reportProgress flag to report request and response progress.
66
- */
67
- getDispatch(id: string, observe?: 'body', reportProgress?: boolean, options?: {
68
- httpHeaderAccept?: 'application/json';
69
- context?: HttpContext;
70
- transferCache?: boolean;
71
- }): Observable<Dispatch>;
72
- getDispatch(id: string, observe?: 'response', reportProgress?: boolean, options?: {
73
- httpHeaderAccept?: 'application/json';
74
- context?: HttpContext;
75
- transferCache?: boolean;
76
- }): Observable<HttpResponse<Dispatch>>;
77
- getDispatch(id: string, observe?: 'events', reportProgress?: boolean, options?: {
78
- httpHeaderAccept?: 'application/json';
79
- context?: HttpContext;
80
- transferCache?: boolean;
81
- }): Observable<HttpEvent<Dispatch>>;
82
- /**
83
- * Getting dispatch summary by id
84
- * @param id
85
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
86
- * @param reportProgress flag to report request and response progress.
87
- */
88
- getDispatchSummaryView(id: string, observe?: 'body', reportProgress?: boolean, options?: {
89
- httpHeaderAccept?: 'application/json';
90
- context?: HttpContext;
91
- transferCache?: boolean;
92
- }): Observable<DispatchSummaryView>;
93
- getDispatchSummaryView(id: string, observe?: 'response', reportProgress?: boolean, options?: {
94
- httpHeaderAccept?: 'application/json';
95
- context?: HttpContext;
96
- transferCache?: boolean;
97
- }): Observable<HttpResponse<DispatchSummaryView>>;
98
- getDispatchSummaryView(id: string, observe?: 'events', reportProgress?: boolean, options?: {
99
- httpHeaderAccept?: 'application/json';
100
- context?: HttpContext;
101
- transferCache?: boolean;
102
- }): Observable<HttpEvent<DispatchSummaryView>>;
103
- /**
104
- * Getting dispatches
105
- * @param orderStatus
106
- * @param $skip
107
- * @param $top
108
- * @param $orderby
109
- * @param $filter
110
- * @param $search
111
- * @param tabName
112
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
113
- * @param reportProgress flag to report request and response progress.
114
- */
115
- getDispatchesByOrderStatus(orderStatus: OrderStatus, $skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, tabName?: string, observe?: 'body', reportProgress?: boolean, options?: {
116
- httpHeaderAccept?: 'application/json';
117
- context?: HttpContext;
118
- transferCache?: boolean;
119
- }): Observable<Dispatches>;
120
- getDispatchesByOrderStatus(orderStatus: OrderStatus, $skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, tabName?: string, observe?: 'response', reportProgress?: boolean, options?: {
121
- httpHeaderAccept?: 'application/json';
122
- context?: HttpContext;
123
- transferCache?: boolean;
124
- }): Observable<HttpResponse<Dispatches>>;
125
- getDispatchesByOrderStatus(orderStatus: OrderStatus, $skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, tabName?: string, observe?: 'events', reportProgress?: boolean, options?: {
126
- httpHeaderAccept?: 'application/json';
127
- context?: HttpContext;
128
- transferCache?: boolean;
129
- }): Observable<HttpEvent<Dispatches>>;
130
- /**
131
- * Dispatches list
132
- * @param $skip
133
- * @param $top
134
- * @param $orderby
135
- * @param $filter
136
- * @param searchTerm
137
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
138
- * @param reportProgress flag to report request and response progress.
139
- */
140
- getDispatchesFromIndex($skip?: number, $top?: number, $orderby?: string, $filter?: string, searchTerm?: string, observe?: 'body', reportProgress?: boolean, options?: {
141
- httpHeaderAccept?: 'application/json';
142
- context?: HttpContext;
143
- transferCache?: boolean;
144
- }): Observable<Dispatches>;
145
- getDispatchesFromIndex($skip?: number, $top?: number, $orderby?: string, $filter?: string, searchTerm?: string, observe?: 'response', reportProgress?: boolean, options?: {
146
- httpHeaderAccept?: 'application/json';
147
- context?: HttpContext;
148
- transferCache?: boolean;
149
- }): Observable<HttpResponse<Dispatches>>;
150
- getDispatchesFromIndex($skip?: number, $top?: number, $orderby?: string, $filter?: string, searchTerm?: string, observe?: 'events', reportProgress?: boolean, options?: {
151
- httpHeaderAccept?: 'application/json';
152
- context?: HttpContext;
153
- transferCache?: boolean;
154
- }): Observable<HttpEvent<Dispatches>>;
155
- /**
156
- * Release on-hold dispatches
157
- * @param ids
158
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
159
- * @param reportProgress flag to report request and response progress.
160
- */
161
- releaseOnHoldDispatches(ids: Array<string>, observe?: 'body', reportProgress?: boolean, options?: {
162
- httpHeaderAccept?: undefined;
163
- context?: HttpContext;
164
- transferCache?: boolean;
165
- }): Observable<any>;
166
- releaseOnHoldDispatches(ids: Array<string>, observe?: 'response', reportProgress?: boolean, options?: {
167
- httpHeaderAccept?: undefined;
168
- context?: HttpContext;
169
- transferCache?: boolean;
170
- }): Observable<HttpResponse<any>>;
171
- releaseOnHoldDispatches(ids: Array<string>, observe?: 'events', reportProgress?: boolean, options?: {
172
- httpHeaderAccept?: undefined;
173
- context?: HttpContext;
174
- transferCache?: boolean;
175
- }): Observable<HttpEvent<any>>;
176
- static ɵfac: i0.ɵɵFactoryDeclaration<DispatchesService, [null, { optional: true; }, { optional: true; }]>;
177
- static ɵprov: i0.ɵɵInjectableDeclaration<DispatchesService>;
178
- }