@indigina/wms-api 0.0.144 → 0.0.146
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
|
@@ -3343,16 +3343,71 @@ declare class HealthService extends BaseService {
|
|
|
3343
3343
|
* https://openapi-generator.tech
|
|
3344
3344
|
* Do not edit the class manually.
|
|
3345
3345
|
*/
|
|
3346
|
+
interface CartonDcLocation {
|
|
3347
|
+
fullLocationPath: string;
|
|
3348
|
+
}
|
|
3349
|
+
|
|
3350
|
+
/**
|
|
3351
|
+
* Wms.API.Client
|
|
3352
|
+
*
|
|
3353
|
+
*
|
|
3354
|
+
*
|
|
3355
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
3356
|
+
* https://openapi-generator.tech
|
|
3357
|
+
* Do not edit the class manually.
|
|
3358
|
+
*/
|
|
3359
|
+
interface CartonProductMaster {
|
|
3360
|
+
productDescription: string | null;
|
|
3361
|
+
productCode: string | null;
|
|
3362
|
+
}
|
|
3363
|
+
|
|
3364
|
+
/**
|
|
3365
|
+
* Wms.API.Client
|
|
3366
|
+
*
|
|
3367
|
+
*
|
|
3368
|
+
*
|
|
3369
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
3370
|
+
* https://openapi-generator.tech
|
|
3371
|
+
* Do not edit the class manually.
|
|
3372
|
+
*/
|
|
3373
|
+
|
|
3374
|
+
interface CartonProductMasterSystemEan {
|
|
3375
|
+
productMaster: CartonProductMaster;
|
|
3376
|
+
}
|
|
3377
|
+
|
|
3378
|
+
/**
|
|
3379
|
+
* Wms.API.Client
|
|
3380
|
+
*
|
|
3381
|
+
*
|
|
3382
|
+
*
|
|
3383
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
3384
|
+
* https://openapi-generator.tech
|
|
3385
|
+
* Do not edit the class manually.
|
|
3386
|
+
*/
|
|
3387
|
+
|
|
3388
|
+
interface LicencePlateSerialCarton {
|
|
3389
|
+
number: number;
|
|
3390
|
+
dcLocation: CartonDcLocation;
|
|
3391
|
+
productMasterSystemEan: CartonProductMasterSystemEan;
|
|
3392
|
+
}
|
|
3393
|
+
|
|
3394
|
+
/**
|
|
3395
|
+
* Wms.API.Client
|
|
3396
|
+
*
|
|
3397
|
+
*
|
|
3398
|
+
*
|
|
3399
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
3400
|
+
* https://openapi-generator.tech
|
|
3401
|
+
* Do not edit the class manually.
|
|
3402
|
+
*/
|
|
3403
|
+
|
|
3346
3404
|
interface LicencePlateSerialView {
|
|
3347
3405
|
id: number;
|
|
3348
3406
|
client: string | null;
|
|
3349
|
-
licencePlateNumber: number;
|
|
3350
|
-
location: string | null;
|
|
3351
|
-
productCode: string | null;
|
|
3352
|
-
productDescription: string | null;
|
|
3353
3407
|
serialNumber: string | null;
|
|
3354
3408
|
serialReference: string | null;
|
|
3355
3409
|
createdDate: string;
|
|
3410
|
+
carton: LicencePlateSerialCarton;
|
|
3356
3411
|
}
|
|
3357
3412
|
|
|
3358
3413
|
/**
|
|
@@ -6499,7 +6554,8 @@ declare class WavePickReleasesService extends BaseService {
|
|
|
6499
6554
|
}): Observable<HttpEvent<WavePickReleases>>;
|
|
6500
6555
|
/**
|
|
6501
6556
|
* WavePickReleases list
|
|
6502
|
-
* @endpoint get /wavePickReleases/search
|
|
6557
|
+
* @endpoint get /wavePickReleases/history/{pickReleaseHistoryType}/search
|
|
6558
|
+
* @param pickReleaseHistoryType
|
|
6503
6559
|
* @param $skip
|
|
6504
6560
|
* @param $top
|
|
6505
6561
|
* @param $orderby
|
|
@@ -6509,17 +6565,17 @@ declare class WavePickReleasesService extends BaseService {
|
|
|
6509
6565
|
* @param reportProgress flag to report request and response progress.
|
|
6510
6566
|
* @param options additional options
|
|
6511
6567
|
*/
|
|
6512
|
-
getWavePickReleasesFromIndex($skip?: number, $top?: number, $orderby?: string, $filter?: string, searchTerm?: string, observe?: 'body', reportProgress?: boolean, options?: {
|
|
6568
|
+
getWavePickReleasesFromIndex(pickReleaseHistoryType: PickReleaseHistoryTypes, $skip?: number, $top?: number, $orderby?: string, $filter?: string, searchTerm?: string, observe?: 'body', reportProgress?: boolean, options?: {
|
|
6513
6569
|
httpHeaderAccept?: 'application/json';
|
|
6514
6570
|
context?: HttpContext;
|
|
6515
6571
|
transferCache?: boolean;
|
|
6516
6572
|
}): Observable<WavePickReleases>;
|
|
6517
|
-
getWavePickReleasesFromIndex($skip?: number, $top?: number, $orderby?: string, $filter?: string, searchTerm?: string, observe?: 'response', reportProgress?: boolean, options?: {
|
|
6573
|
+
getWavePickReleasesFromIndex(pickReleaseHistoryType: PickReleaseHistoryTypes, $skip?: number, $top?: number, $orderby?: string, $filter?: string, searchTerm?: string, observe?: 'response', reportProgress?: boolean, options?: {
|
|
6518
6574
|
httpHeaderAccept?: 'application/json';
|
|
6519
6575
|
context?: HttpContext;
|
|
6520
6576
|
transferCache?: boolean;
|
|
6521
6577
|
}): Observable<HttpResponse<WavePickReleases>>;
|
|
6522
|
-
getWavePickReleasesFromIndex($skip?: number, $top?: number, $orderby?: string, $filter?: string, searchTerm?: string, observe?: 'events', reportProgress?: boolean, options?: {
|
|
6578
|
+
getWavePickReleasesFromIndex(pickReleaseHistoryType: PickReleaseHistoryTypes, $skip?: number, $top?: number, $orderby?: string, $filter?: string, searchTerm?: string, observe?: 'events', reportProgress?: boolean, options?: {
|
|
6523
6579
|
httpHeaderAccept?: 'application/json';
|
|
6524
6580
|
context?: HttpContext;
|
|
6525
6581
|
transferCache?: boolean;
|
|
@@ -7129,4 +7185,4 @@ declare class ApiModule {
|
|
|
7129
7185
|
declare function provideApi(configOrBasePath: string | ConfigurationParameters): EnvironmentProviders;
|
|
7130
7186
|
|
|
7131
7187
|
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, DocumentTypes, HealthService, LicencePlateSerialsService, LocationType, MeasurementModel, Note, NoteCategory, NoteSourceType, NotesService, OrderStatus, OrderType, PackingProcesses, PendoService, PermissionsService, PickReleaseHistoryTypes, PickingProcesses, PrintDispatchView, PrintTypePrinterTray, PrintTypePrinterTrayCreateModel, PrintTypePrinterTrayDataModel, PrintTypePrinterTrayUpdateModel, PrintTypes, Printer, PrinterCreateModel, PrinterDataModel, PrinterTray, PrinterTrayCreateModel, PrinterTrayDataModel, PrinterTrayUpdateModel, PrinterUpdateModel, 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 };
|
|
7132
|
-
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, LicencePlateSerialView, LicencePlateSerials, ModelError, NoteView, Param, ParamLocation, ParamStyle, Picks, PrintTypePrinterTrays, PrinterTrays, 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 };
|
|
7188
|
+
export type { ApplicationSetting, CarrierProviderIntegration, CarrierProviderIntegrations, CartonDcLocation, CartonDeliveryItemCarton, CartonDeliveryItemDelivery, CartonDeliveryItemDeliveryItem, CartonDeliveryItemView, CartonDeliveryItems, CartonMovementHistories, CartonMovementHistoryGridView, CartonPickGridView, CartonProductMaster, CartonProductMasterSystemEan, 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, LicencePlateSerialCarton, LicencePlateSerialView, LicencePlateSerials, ModelError, NoteView, Param, ParamLocation, ParamStyle, Picks, PrintTypePrinterTrays, PrinterTrays, 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 };
|