@indigina/wms-api 0.0.132 → 0.0.133
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/package.json
CHANGED
|
@@ -5593,36 +5593,12 @@ declare class UserService extends BaseService {
|
|
|
5593
5593
|
* Do not edit the class manually.
|
|
5594
5594
|
*/
|
|
5595
5595
|
|
|
5596
|
-
interface
|
|
5597
|
-
id: number;
|
|
5598
|
-
dcId: string;
|
|
5599
|
-
printType: PrintTypes;
|
|
5600
|
-
printerName: string;
|
|
5601
|
-
printerDescription: string;
|
|
5602
|
-
printReverseOrder: boolean;
|
|
5603
|
-
}
|
|
5604
|
-
declare namespace Printer {
|
|
5605
|
-
}
|
|
5606
|
-
|
|
5607
|
-
/**
|
|
5608
|
-
* Wms.API.Client
|
|
5609
|
-
*
|
|
5610
|
-
*
|
|
5611
|
-
*
|
|
5612
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
5613
|
-
* https://openapi-generator.tech
|
|
5614
|
-
* Do not edit the class manually.
|
|
5615
|
-
*/
|
|
5616
|
-
|
|
5617
|
-
interface UserPrinter {
|
|
5618
|
-
id: number;
|
|
5619
|
-
userId: string;
|
|
5596
|
+
interface UserPrinterUpdateModel {
|
|
5620
5597
|
printerId: number;
|
|
5621
|
-
sequence: number;
|
|
5622
5598
|
printType: PrintTypes;
|
|
5623
|
-
|
|
5599
|
+
sequence: number;
|
|
5624
5600
|
}
|
|
5625
|
-
declare namespace
|
|
5601
|
+
declare namespace UserPrinterUpdateModel {
|
|
5626
5602
|
}
|
|
5627
5603
|
|
|
5628
5604
|
declare class UserPrintersService extends BaseService {
|
|
@@ -5658,22 +5634,22 @@ declare class UserPrintersService extends BaseService {
|
|
|
5658
5634
|
/**
|
|
5659
5635
|
* Update user printers
|
|
5660
5636
|
* @endpoint put /userPrinters
|
|
5661
|
-
* @param
|
|
5637
|
+
* @param userPrinterUpdateModel
|
|
5662
5638
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
5663
5639
|
* @param reportProgress flag to report request and response progress.
|
|
5664
5640
|
* @param options additional options
|
|
5665
5641
|
*/
|
|
5666
|
-
updateUserPrinters(
|
|
5642
|
+
updateUserPrinters(userPrinterUpdateModel?: Array<UserPrinterUpdateModel>, observe?: 'body', reportProgress?: boolean, options?: {
|
|
5667
5643
|
httpHeaderAccept?: undefined;
|
|
5668
5644
|
context?: HttpContext;
|
|
5669
5645
|
transferCache?: boolean;
|
|
5670
5646
|
}): Observable<any>;
|
|
5671
|
-
updateUserPrinters(
|
|
5647
|
+
updateUserPrinters(userPrinterUpdateModel?: Array<UserPrinterUpdateModel>, observe?: 'response', reportProgress?: boolean, options?: {
|
|
5672
5648
|
httpHeaderAccept?: undefined;
|
|
5673
5649
|
context?: HttpContext;
|
|
5674
5650
|
transferCache?: boolean;
|
|
5675
5651
|
}): Observable<HttpResponse<any>>;
|
|
5676
|
-
updateUserPrinters(
|
|
5652
|
+
updateUserPrinters(userPrinterUpdateModel?: Array<UserPrinterUpdateModel>, observe?: 'events', reportProgress?: boolean, options?: {
|
|
5677
5653
|
httpHeaderAccept?: undefined;
|
|
5678
5654
|
context?: HttpContext;
|
|
5679
5655
|
transferCache?: boolean;
|
|
@@ -6469,5 +6445,5 @@ declare class ApiModule {
|
|
|
6469
6445
|
|
|
6470
6446
|
declare function provideApi(configOrBasePath: string | ConfigurationParameters): EnvironmentProviders;
|
|
6471
6447
|
|
|
6472
|
-
export { APIS, AnalyticsService, ApiModule, BASE_PATH, COLLECTION_FORMATS, CarrierProviderIntegrationsService, CartonDeliveryItemGridView, CartonDeliveryItemsService, CartonGridView, CartonMovementHistoriesService, CartonPicksService, CartonsService, CompaniesService, Configuration, CurrentUser, DcLocationStatus, DcLocationsService, DcUnitOfMeasurementService, DcsService, DeliveriesService, Delivery, DeliveryCreateModel, DeliveryDataModel, DeliveryGridView, DeliveryItem, DeliveryItemView, DeliveryItemsService, DeliverySummary, DeliveryType, DeliveryUpdateModel, DeliveryView, DeviceType, Dispatch, DispatchBoxesService, DispatchGridView, DispatchItemQuantityChangesService, DispatchItemsService, DispatchSummaryView, DispatchView, DispatchesService, DocumentGenerationStatuses, HealthService, LocationType, MeasurementModel, Note, NoteCategory, NoteSourceType, NotesService, OrderStatus, OrderType, PackingProcesses, PendoService, PermissionsService, PickReleaseHistoryTypes, PickingProcesses, PrintDispatchView, PrintTypes,
|
|
6448
|
+
export { APIS, AnalyticsService, ApiModule, BASE_PATH, COLLECTION_FORMATS, CarrierProviderIntegrationsService, CartonDeliveryItemGridView, CartonDeliveryItemsService, CartonGridView, CartonMovementHistoriesService, CartonPicksService, CartonsService, CompaniesService, Configuration, CurrentUser, DcLocationStatus, DcLocationsService, DcUnitOfMeasurementService, DcsService, DeliveriesService, Delivery, DeliveryCreateModel, DeliveryDataModel, DeliveryGridView, DeliveryItem, DeliveryItemView, DeliveryItemsService, DeliverySummary, DeliveryType, DeliveryUpdateModel, DeliveryView, DeviceType, Dispatch, DispatchBoxesService, DispatchGridView, DispatchItemQuantityChangesService, DispatchItemsService, DispatchSummaryView, DispatchView, DispatchesService, DocumentGenerationStatuses, HealthService, LocationType, MeasurementModel, Note, NoteCategory, NoteSourceType, NotesService, OrderStatus, OrderType, PackingProcesses, PendoService, PermissionsService, PickReleaseHistoryTypes, PickingProcesses, PrintDispatchView, PrintTypes, PrinterView, PrintersService, ProductMaster, ProductMasterSuppliersService, ProductMastersService, ProductQuantitiesService, ProductStatus, QcType, Reason, ReasonType, ReasonsService, RecordType, ReplenishmentAccessService, ReplenishmentRecordGridView, ReplenishmentRecordsService, ReplenishmentStages, ReplenishmentStatuses, ReplenishmentTypes, ReturnedDeliveryItemDeliveryModel, ReturnedItemsService, SettingsService, StorageType, SummaryService, TaskCompletionTimeService, TaskOperationsService, TaskUserRecord, TaskUserRecordSelf, TaskUserRecordView, TaskUserRecordsService, UnitOfMeasurementTypes, UserCompanyType, UserPrinterUpdateModel, UserPrintersService, UserService, UsersInternalService, WaveModel, WavePickReleaseMethods, WavePickReleaseModel, WavePickReleaseStatuses, WavePickReleasesService, WavePickingAccessService, WaveStatuses, WavesByPickReleaseIdService, provideApi };
|
|
6473
6449
|
export type { ApplicationSetting, CarrierProviderIntegration, CarrierProviderIntegrations, CartonDeliveryItemCarton, CartonDeliveryItemDelivery, CartonDeliveryItemDeliveryItem, CartonDeliveryItemView, CartonDeliveryItems, CartonMovementHistories, CartonMovementHistoryGridView, CartonPickGridView, CartonView, Cartons, Channel, CommandStatusResult, Companies, Company, ConfigurationParameters, CountingSummary, DataFormat, DataType, Dc, DcLocations, Dcs, Deliveries, DeliveryItems, DispatchBoxDispatchHeaderModel, DispatchBoxViewModel, DispatchBoxes, DispatchItemQuantityChanges, DispatchItemView, DispatchItems, DispatchQuantityChangeDispatchLineItemModel, DispatchQuantityChangeDispatchModel, DispatchQuantityChangeProductMasterModel, DispatchQuantityChangeSalesOrderHeaderModel, DispatchQuantityChangeSoLineItemModel, DispatchQuantityChangeViewModel, DispatchSummary, Dispatches, EmbedReport, EmbedTokenDto, EntityList, Group, ModelError, NoteView, Param, ParamLocation, ParamStyle, Picks, Printers, ProductMaster1, ProductMasterSystemEan, ProductMasters, ProductQuantities, ProductQuantity, Reasons, ReceivingSummary, ReplenishmentAccess, ReplenishmentAccessClient, ReplenishmentAccessClients, ReplenishmentAccessView, ReplenishmentAccesses, ReplenishmentRecords, ReplenishmentSummary, Report, ReturnedDeliveryItemView, ReturnedDeliveryItems, SetNewFeaturesVisibilityCommand, SettingValue, SettingView, StandardDataFormat, StandardDataType, StandardParamStyle, TaskCompletionTime, TaskCompletionTimes, TaskOperation, TaskOperations, TaskUserRecords, UserApplication, UserApplications, UserInfo, UserInfos, UserPermissions, WavePickReleases, WavePickingAccess, WavePickingAccessClient, WavePickingAccessClients, WavePickingAccessView, WavePickingAccesses, Waves };
|