@indigina/wms-api 0.0.186 → 0.0.187
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.187
|
|
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.187 --save
|
|
28
28
|
```
|
|
29
29
|
|
|
30
30
|
_without publishing (not recommended):_
|
|
@@ -5521,6 +5521,73 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.1", ngImpor
|
|
|
5521
5521
|
type: Optional
|
|
5522
5522
|
}] }] });
|
|
5523
5523
|
|
|
5524
|
+
/**
|
|
5525
|
+
* Wms.API.Client
|
|
5526
|
+
*
|
|
5527
|
+
*
|
|
5528
|
+
*
|
|
5529
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
5530
|
+
* https://openapi-generator.tech
|
|
5531
|
+
* Do not edit the class manually.
|
|
5532
|
+
*/
|
|
5533
|
+
/* tslint:disable:no-unused-variable member-ordering */
|
|
5534
|
+
class LicencePlateLabelsService extends BaseService {
|
|
5535
|
+
httpClient;
|
|
5536
|
+
constructor(httpClient, basePath, configuration) {
|
|
5537
|
+
super(basePath, configuration);
|
|
5538
|
+
this.httpClient = httpClient;
|
|
5539
|
+
}
|
|
5540
|
+
printLicencePlateLabels(licencePlateLabelsGenerateModel, observe = 'body', reportProgress = false, options) {
|
|
5541
|
+
if (licencePlateLabelsGenerateModel === null || licencePlateLabelsGenerateModel === undefined) {
|
|
5542
|
+
throw new Error('Required parameter licencePlateLabelsGenerateModel was null or undefined when calling printLicencePlateLabels.');
|
|
5543
|
+
}
|
|
5544
|
+
let localVarHeaders = this.defaultHeaders;
|
|
5545
|
+
const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([
|
|
5546
|
+
'application/pdf'
|
|
5547
|
+
]);
|
|
5548
|
+
if (localVarHttpHeaderAcceptSelected !== undefined) {
|
|
5549
|
+
localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
|
|
5550
|
+
}
|
|
5551
|
+
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
5552
|
+
const localVarTransferCache = options?.transferCache ?? true;
|
|
5553
|
+
// to determine the Content-Type header
|
|
5554
|
+
const consumes = [
|
|
5555
|
+
'application/json'
|
|
5556
|
+
];
|
|
5557
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
5558
|
+
if (httpContentTypeSelected !== undefined) {
|
|
5559
|
+
localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
|
|
5560
|
+
}
|
|
5561
|
+
let localVarPath = `/licencePlateLabels/print`;
|
|
5562
|
+
const { basePath, withCredentials } = this.configuration;
|
|
5563
|
+
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
5564
|
+
context: localVarHttpContext,
|
|
5565
|
+
body: licencePlateLabelsGenerateModel,
|
|
5566
|
+
responseType: "blob",
|
|
5567
|
+
...(withCredentials ? { withCredentials } : {}),
|
|
5568
|
+
headers: localVarHeaders,
|
|
5569
|
+
observe: observe,
|
|
5570
|
+
...(localVarTransferCache !== undefined ? { transferCache: localVarTransferCache } : {}),
|
|
5571
|
+
reportProgress: reportProgress
|
|
5572
|
+
});
|
|
5573
|
+
}
|
|
5574
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: LicencePlateLabelsService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5575
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: LicencePlateLabelsService, providedIn: 'root' });
|
|
5576
|
+
}
|
|
5577
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.1", ngImport: i0, type: LicencePlateLabelsService, decorators: [{
|
|
5578
|
+
type: Injectable,
|
|
5579
|
+
args: [{
|
|
5580
|
+
providedIn: 'root'
|
|
5581
|
+
}]
|
|
5582
|
+
}], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
|
|
5583
|
+
type: Optional
|
|
5584
|
+
}, {
|
|
5585
|
+
type: Inject,
|
|
5586
|
+
args: [BASE_PATH]
|
|
5587
|
+
}] }, { type: Configuration, decorators: [{
|
|
5588
|
+
type: Optional
|
|
5589
|
+
}] }] });
|
|
5590
|
+
|
|
5524
5591
|
/**
|
|
5525
5592
|
* Wms.API.Client
|
|
5526
5593
|
*
|
|
@@ -11345,7 +11412,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.1", ngImpor
|
|
|
11345
11412
|
type: Optional
|
|
11346
11413
|
}] }] });
|
|
11347
11414
|
|
|
11348
|
-
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];
|
|
11415
|
+
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, LicencePlateLabelsService, 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];
|
|
11349
11416
|
|
|
11350
11417
|
/**
|
|
11351
11418
|
* Wms.API.Client
|
|
@@ -12181,6 +12248,22 @@ const PickingProcesses = {
|
|
|
12181
12248
|
BatchPicking: 'BatchPicking'
|
|
12182
12249
|
};
|
|
12183
12250
|
|
|
12251
|
+
/**
|
|
12252
|
+
* Wms.API.Client
|
|
12253
|
+
*
|
|
12254
|
+
*
|
|
12255
|
+
*
|
|
12256
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12257
|
+
* https://openapi-generator.tech
|
|
12258
|
+
* Do not edit the class manually.
|
|
12259
|
+
*/
|
|
12260
|
+
const PrintLabelTemplates = {
|
|
12261
|
+
BoxTemplate: 'BoxTemplate',
|
|
12262
|
+
BoxTemplateAbsolute: 'BoxTemplateAbsolute',
|
|
12263
|
+
Bpt: 'Bpt',
|
|
12264
|
+
ReturnLabel: 'ReturnLabel'
|
|
12265
|
+
};
|
|
12266
|
+
|
|
12184
12267
|
/**
|
|
12185
12268
|
* Wms.API.Client
|
|
12186
12269
|
*
|
|
@@ -12839,5 +12922,5 @@ function provideApi(configOrBasePath) {
|
|
|
12839
12922
|
* Generated bundle index. Do not edit.
|
|
12840
12923
|
*/
|
|
12841
12924
|
|
|
12842
|
-
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, SalesOrderCompletionIssue, SalesOrderItemsService, SalesOrderTab, 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 };
|
|
12925
|
+
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, LicencePlateLabelsService, LicencePlateSerialsService, LocationType, NoteCategory, NoteSourceType, NotesService, OrderStatus, OrderType, PackageTypesService, PackingProcesses, PendoService, PeopleGroup, PermissionsService, PickReleaseHistoryTypes, PickSummariesService, PickingProcesses, PrintLabelTemplates, PrintTypes, PrintersService, ProductMasterSuppliersService, ProductMastersService, ProductQuantitiesService, ProductStatus, QcType, ReasonType, ReasonsService, RecordType, ReplenishmentAccessService, ReplenishmentRecordsService, ReplenishmentStages, ReplenishmentStatuses, ReplenishmentTypes, ReprintStatuses, ReturnedItemsService, SalesOrderCompletionIssue, SalesOrderItemsService, SalesOrderTab, 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 };
|
|
12843
12926
|
//# sourceMappingURL=indigina-wms-api.mjs.map
|