@indigina/wms-api 0.0.139 → 0.0.140
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
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# @indigina/wms-api@0.0.
|
|
1
|
+
# @indigina/wms-api@0.0.140
|
|
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.140 --save
|
|
28
28
|
```
|
|
29
29
|
|
|
30
30
|
_without publishing (not recommended):_
|
|
@@ -3291,6 +3291,80 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImpor
|
|
|
3291
3291
|
type: Optional
|
|
3292
3292
|
}] }] });
|
|
3293
3293
|
|
|
3294
|
+
/**
|
|
3295
|
+
* Wms.API.Client
|
|
3296
|
+
*
|
|
3297
|
+
*
|
|
3298
|
+
*
|
|
3299
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
3300
|
+
* https://openapi-generator.tech
|
|
3301
|
+
* Do not edit the class manually.
|
|
3302
|
+
*/
|
|
3303
|
+
/* tslint:disable:no-unused-variable member-ordering */
|
|
3304
|
+
class LicencePlateSerialsService extends BaseService {
|
|
3305
|
+
httpClient;
|
|
3306
|
+
constructor(httpClient, basePath, configuration) {
|
|
3307
|
+
super(basePath, configuration);
|
|
3308
|
+
this.httpClient = httpClient;
|
|
3309
|
+
}
|
|
3310
|
+
getLicencePlateSerials($skip, $top, $orderby, $filter, $search, observe = 'body', reportProgress = false, options) {
|
|
3311
|
+
let localVarQueryParameters = new OpenApiHttpParams(this.encoder);
|
|
3312
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, '$skip', $skip, QueryParamStyle.Form, true);
|
|
3313
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, '$top', $top, QueryParamStyle.Form, true);
|
|
3314
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, '$orderby', $orderby, QueryParamStyle.Form, true);
|
|
3315
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, '$filter', $filter, QueryParamStyle.Form, true);
|
|
3316
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, '$search', $search, QueryParamStyle.Form, true);
|
|
3317
|
+
let localVarHeaders = this.defaultHeaders;
|
|
3318
|
+
const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([
|
|
3319
|
+
'application/json'
|
|
3320
|
+
]);
|
|
3321
|
+
if (localVarHttpHeaderAcceptSelected !== undefined) {
|
|
3322
|
+
localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
|
|
3323
|
+
}
|
|
3324
|
+
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
3325
|
+
const localVarTransferCache = options?.transferCache ?? true;
|
|
3326
|
+
let responseType_ = 'json';
|
|
3327
|
+
if (localVarHttpHeaderAcceptSelected) {
|
|
3328
|
+
if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
|
|
3329
|
+
responseType_ = 'text';
|
|
3330
|
+
}
|
|
3331
|
+
else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
|
|
3332
|
+
responseType_ = 'json';
|
|
3333
|
+
}
|
|
3334
|
+
else {
|
|
3335
|
+
responseType_ = 'blob';
|
|
3336
|
+
}
|
|
3337
|
+
}
|
|
3338
|
+
let localVarPath = `/licencePlateSerials`;
|
|
3339
|
+
const { basePath, withCredentials } = this.configuration;
|
|
3340
|
+
return this.httpClient.request('get', `${basePath}${localVarPath}`, {
|
|
3341
|
+
context: localVarHttpContext,
|
|
3342
|
+
params: localVarQueryParameters.toHttpParams(),
|
|
3343
|
+
responseType: responseType_,
|
|
3344
|
+
...(withCredentials ? { withCredentials } : {}),
|
|
3345
|
+
headers: localVarHeaders,
|
|
3346
|
+
observe: observe,
|
|
3347
|
+
...(localVarTransferCache !== undefined ? { transferCache: localVarTransferCache } : {}),
|
|
3348
|
+
reportProgress: reportProgress
|
|
3349
|
+
});
|
|
3350
|
+
}
|
|
3351
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: LicencePlateSerialsService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3352
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: LicencePlateSerialsService, providedIn: 'root' });
|
|
3353
|
+
}
|
|
3354
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: LicencePlateSerialsService, decorators: [{
|
|
3355
|
+
type: Injectable,
|
|
3356
|
+
args: [{
|
|
3357
|
+
providedIn: 'root'
|
|
3358
|
+
}]
|
|
3359
|
+
}], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
|
|
3360
|
+
type: Optional
|
|
3361
|
+
}, {
|
|
3362
|
+
type: Inject,
|
|
3363
|
+
args: [BASE_PATH]
|
|
3364
|
+
}] }, { type: Configuration, decorators: [{
|
|
3365
|
+
type: Optional
|
|
3366
|
+
}] }] });
|
|
3367
|
+
|
|
3294
3368
|
/**
|
|
3295
3369
|
* Wms.API.Client
|
|
3296
3370
|
*
|
|
@@ -7196,7 +7270,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImpor
|
|
|
7196
7270
|
type: Optional
|
|
7197
7271
|
}] }] });
|
|
7198
7272
|
|
|
7199
|
-
const APIS = [AnalyticsService, CarrierProviderIntegrationsService, CartonDeliveryItemsService, CartonMovementHistoriesService, CartonPicksService, CartonsService, CompaniesService, DcLocationsService, DcUnitOfMeasurementService, DcsService, DeliveriesService, DeliveryItemsService, DispatchBoxesService, DispatchItemQuantityChangesService, DispatchItemsService, DispatchesService, HealthService, NotesService, PendoService, PermissionsService, PrintersService, ProductMasterSuppliersService, ProductMastersService, ProductQuantitiesService, ReasonsService, ReplenishmentAccessService, ReplenishmentRecordsService, ReturnedItemsService, SettingsService, SummaryService, TaskCompletionTimeService, TaskOperationsService, TaskUserRecordsService, UserService, UserPrintersService, UsersInternalService, WavePickReleasesService, WavePickingAccessService, WavesByPickReleaseIdService];
|
|
7273
|
+
const APIS = [AnalyticsService, CarrierProviderIntegrationsService, CartonDeliveryItemsService, CartonMovementHistoriesService, CartonPicksService, CartonsService, CompaniesService, DcLocationsService, DcUnitOfMeasurementService, DcsService, DeliveriesService, DeliveryItemsService, DispatchBoxesService, DispatchItemQuantityChangesService, DispatchItemsService, DispatchesService, HealthService, LicencePlateSerialsService, NotesService, PendoService, PermissionsService, PrintersService, ProductMasterSuppliersService, ProductMastersService, ProductQuantitiesService, ReasonsService, ReplenishmentAccessService, ReplenishmentRecordsService, ReturnedItemsService, SettingsService, SummaryService, TaskCompletionTimeService, TaskOperationsService, TaskUserRecordsService, UserService, UserPrintersService, UsersInternalService, WavePickReleasesService, WavePickingAccessService, WavesByPickReleaseIdService];
|
|
7200
7274
|
|
|
7201
7275
|
/**
|
|
7202
7276
|
* Wms.API.Client
|
|
@@ -7483,6 +7557,16 @@ const DocumentTypes = {
|
|
|
7483
7557
|
* Do not edit the class manually.
|
|
7484
7558
|
*/
|
|
7485
7559
|
|
|
7560
|
+
/**
|
|
7561
|
+
* Wms.API.Client
|
|
7562
|
+
*
|
|
7563
|
+
*
|
|
7564
|
+
*
|
|
7565
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7566
|
+
* https://openapi-generator.tech
|
|
7567
|
+
* Do not edit the class manually.
|
|
7568
|
+
*/
|
|
7569
|
+
|
|
7486
7570
|
/**
|
|
7487
7571
|
* Wms.API.Client
|
|
7488
7572
|
*
|
|
@@ -8124,5 +8208,5 @@ function provideApi(configOrBasePath) {
|
|
|
8124
8208
|
* Generated bundle index. Do not edit.
|
|
8125
8209
|
*/
|
|
8126
8210
|
|
|
8127
|
-
export { APIS, AnalyticsService, ApiModule, BASE_PATH, COLLECTION_FORMATS, CarrierProviderIntegrationsService, CartonDeliveryItemsService, CartonMovementHistoriesService, CartonPicksService, CartonsService, CompaniesService, Configuration, DcLocationStatus, DcLocationsService, DcUnitOfMeasurementService, DcsService, DeliveriesService, DeliveryItemsService, DeliveryType, DeviceType, DispatchBoxesService, DispatchItemQuantityChangesService, DispatchItemsService, DispatchesService, DocumentGenerationStatuses, DocumentTypes, HealthService, LocationType, NoteCategory, NoteSourceType, NotesService, OrderStatus, OrderType, PackingProcesses, PendoService, PermissionsService, PickReleaseHistoryTypes, PickingProcesses, PrintTypes, PrintersService, ProductMasterSuppliersService, ProductMastersService, ProductQuantitiesService, ProductStatus, QcType, ReasonType, ReasonsService, RecordType, ReplenishmentAccessService, ReplenishmentRecordsService, ReplenishmentStages, ReplenishmentStatuses, ReplenishmentTypes, ReturnedItemsService, SettingsService, StorageType, SummaryService, TaskCompletionTimeService, TaskOperationsService, TaskUserRecordsService, UnitOfMeasurementTypes, UserCompanyType, UserPrintersService, UserService, UsersInternalService, WavePickReleaseMethods, WavePickReleaseStatuses, WavePickReleasesService, WavePickingAccessService, WaveStatuses, WavesByPickReleaseIdService, provideApi };
|
|
8211
|
+
export { APIS, AnalyticsService, ApiModule, BASE_PATH, COLLECTION_FORMATS, CarrierProviderIntegrationsService, CartonDeliveryItemsService, CartonMovementHistoriesService, CartonPicksService, CartonsService, CompaniesService, Configuration, DcLocationStatus, DcLocationsService, DcUnitOfMeasurementService, DcsService, DeliveriesService, DeliveryItemsService, DeliveryType, DeviceType, DispatchBoxesService, DispatchItemQuantityChangesService, DispatchItemsService, DispatchesService, DocumentGenerationStatuses, DocumentTypes, HealthService, LicencePlateSerialsService, LocationType, NoteCategory, NoteSourceType, NotesService, OrderStatus, OrderType, PackingProcesses, PendoService, PermissionsService, PickReleaseHistoryTypes, PickingProcesses, PrintTypes, PrintersService, ProductMasterSuppliersService, ProductMastersService, ProductQuantitiesService, ProductStatus, QcType, ReasonType, ReasonsService, RecordType, ReplenishmentAccessService, ReplenishmentRecordsService, ReplenishmentStages, ReplenishmentStatuses, ReplenishmentTypes, ReturnedItemsService, SettingsService, StorageType, SummaryService, TaskCompletionTimeService, TaskOperationsService, TaskUserRecordsService, UnitOfMeasurementTypes, UserCompanyType, UserPrintersService, UserService, UsersInternalService, WavePickReleaseMethods, WavePickReleaseStatuses, WavePickReleasesService, WavePickingAccessService, WaveStatuses, WavesByPickReleaseIdService, provideApi };
|
|
8128
8212
|
//# sourceMappingURL=indigina-wms-api.mjs.map
|