@indigina/wms-api 0.0.128 → 0.0.129

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indigina/wms-api",
3
- "version": "0.0.128",
3
+ "version": "0.0.129",
4
4
  "description": "OpenAPI client for @indigina/wms-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
@@ -4025,7 +4025,7 @@ interface ReplenishmentAccesses {
4025
4025
  data: Array<ReplenishmentAccessGridView>;
4026
4026
  }
4027
4027
 
4028
- declare class ReplenishmentAccessesService extends BaseService {
4028
+ declare class ReplenishmentAccessService extends BaseService {
4029
4029
  protected httpClient: HttpClient;
4030
4030
  constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
4031
4031
  /**
@@ -4175,8 +4175,8 @@ declare class ReplenishmentAccessesService extends BaseService {
4175
4175
  context?: HttpContext;
4176
4176
  transferCache?: boolean;
4177
4177
  }): Observable<HttpEvent<ReplenishmentAccess>>;
4178
- static ɵfac: i0.ɵɵFactoryDeclaration<ReplenishmentAccessesService, [null, { optional: true; }, { optional: true; }]>;
4179
- static ɵprov: i0.ɵɵInjectableDeclaration<ReplenishmentAccessesService>;
4178
+ static ɵfac: i0.ɵɵFactoryDeclaration<ReplenishmentAccessService, [null, { optional: true; }, { optional: true; }]>;
4179
+ static ɵprov: i0.ɵɵInjectableDeclaration<ReplenishmentAccessService>;
4180
4180
  }
4181
4181
 
4182
4182
  /**
@@ -5941,6 +5941,21 @@ declare class WavePickReleasesService extends BaseService {
5941
5941
  static ɵprov: i0.ɵɵInjectableDeclaration<WavePickReleasesService>;
5942
5942
  }
5943
5943
 
5944
+ /**
5945
+ * Wms.API.Client
5946
+ *
5947
+ *
5948
+ *
5949
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
5950
+ * https://openapi-generator.tech
5951
+ * Do not edit the class manually.
5952
+ */
5953
+ interface WavePickingAccess {
5954
+ id: string;
5955
+ clientId: string;
5956
+ pickByLicencePlate: boolean;
5957
+ }
5958
+
5944
5959
  /**
5945
5960
  * Wms.API.Client
5946
5961
  *
@@ -6002,6 +6017,29 @@ declare class WavePickingAccessService extends BaseService {
6002
6017
  context?: HttpContext;
6003
6018
  transferCache?: boolean;
6004
6019
  }): Observable<HttpEvent<any>>;
6020
+ /**
6021
+ * Get a wave picking access record by Id
6022
+ * @endpoint get /wavePickingAccesses/{id}
6023
+ * @param id
6024
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
6025
+ * @param reportProgress flag to report request and response progress.
6026
+ * @param options additional options
6027
+ */
6028
+ getWavePickingAccess(id: string, observe?: 'body', reportProgress?: boolean, options?: {
6029
+ httpHeaderAccept?: 'application/json';
6030
+ context?: HttpContext;
6031
+ transferCache?: boolean;
6032
+ }): Observable<WavePickingAccessView>;
6033
+ getWavePickingAccess(id: string, observe?: 'response', reportProgress?: boolean, options?: {
6034
+ httpHeaderAccept?: 'application/json';
6035
+ context?: HttpContext;
6036
+ transferCache?: boolean;
6037
+ }): Observable<HttpResponse<WavePickingAccessView>>;
6038
+ getWavePickingAccess(id: string, observe?: 'events', reportProgress?: boolean, options?: {
6039
+ httpHeaderAccept?: 'application/json';
6040
+ context?: HttpContext;
6041
+ transferCache?: boolean;
6042
+ }): Observable<HttpEvent<WavePickingAccessView>>;
6005
6043
  /**
6006
6044
  * Getting wave picking access list
6007
6045
  * @endpoint get /wavePickingAccesses
@@ -6029,6 +6067,30 @@ declare class WavePickingAccessService extends BaseService {
6029
6067
  context?: HttpContext;
6030
6068
  transferCache?: boolean;
6031
6069
  }): Observable<HttpEvent<WavePickingAccesses>>;
6070
+ /**
6071
+ * Update a wave picking access record
6072
+ * @endpoint put /wavePickingAccesses/{id}
6073
+ * @param id
6074
+ * @param wavePickingAccess
6075
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
6076
+ * @param reportProgress flag to report request and response progress.
6077
+ * @param options additional options
6078
+ */
6079
+ updateWavePickingAccess(id: string, wavePickingAccess: WavePickingAccess, observe?: 'body', reportProgress?: boolean, options?: {
6080
+ httpHeaderAccept?: 'application/json';
6081
+ context?: HttpContext;
6082
+ transferCache?: boolean;
6083
+ }): Observable<WavePickingAccess>;
6084
+ updateWavePickingAccess(id: string, wavePickingAccess: WavePickingAccess, observe?: 'response', reportProgress?: boolean, options?: {
6085
+ httpHeaderAccept?: 'application/json';
6086
+ context?: HttpContext;
6087
+ transferCache?: boolean;
6088
+ }): Observable<HttpResponse<WavePickingAccess>>;
6089
+ updateWavePickingAccess(id: string, wavePickingAccess: WavePickingAccess, observe?: 'events', reportProgress?: boolean, options?: {
6090
+ httpHeaderAccept?: 'application/json';
6091
+ context?: HttpContext;
6092
+ transferCache?: boolean;
6093
+ }): Observable<HttpEvent<WavePickingAccess>>;
6032
6094
  static ɵfac: i0.ɵɵFactoryDeclaration<WavePickingAccessService, [null, { optional: true; }, { optional: true; }]>;
6033
6095
  static ɵprov: i0.ɵɵInjectableDeclaration<WavePickingAccessService>;
6034
6096
  }
@@ -6128,7 +6190,7 @@ declare class WavesByPickReleaseIdService extends BaseService {
6128
6190
  static ɵprov: i0.ɵɵInjectableDeclaration<WavesByPickReleaseIdService>;
6129
6191
  }
6130
6192
 
6131
- declare const APIS: (typeof AnalyticsService | typeof CarrierProviderIntegrationsService | typeof CartonDeliveryItemsService | typeof CartonMovementHistoriesService | typeof CartonPicksService | typeof CartonsService | typeof CompaniesService | typeof DcLocationsService | typeof DcUnitOfMeasurementService | typeof DcsService | typeof DeliveriesService | typeof DeliveryItemsService | typeof DispatchBoxesService | typeof DispatchItemQuantityChangesService | typeof DispatchItemsService | typeof DispatchesService | typeof HealthService | typeof NotesService | typeof PendoService | typeof PermissionsService | typeof PrintersService | typeof ProductMasterSuppliersService | typeof ProductMastersService | typeof ProductQuantitiesService | typeof ReasonsService | typeof ReplenishmentAccessesService | typeof ReplenishmentRecordsService | typeof ReturnedItemsService | typeof SettingsService | typeof SummaryService | typeof TaskCompletionTimeService | typeof TaskOperationsService | typeof TaskUserRecordsService | typeof UserService | typeof UserPrintersService | typeof UsersInternalService | typeof WavePickReleasesService | typeof WavePickingAccessService | typeof WavesByPickReleaseIdService)[];
6193
+ declare const APIS: (typeof AnalyticsService | typeof CarrierProviderIntegrationsService | typeof CartonDeliveryItemsService | typeof CartonMovementHistoriesService | typeof CartonPicksService | typeof CartonsService | typeof CompaniesService | typeof DcLocationsService | typeof DcUnitOfMeasurementService | typeof DcsService | typeof DeliveriesService | typeof DeliveryItemsService | typeof DispatchBoxesService | typeof DispatchItemQuantityChangesService | typeof DispatchItemsService | typeof DispatchesService | typeof HealthService | typeof NotesService | typeof PendoService | typeof PermissionsService | typeof PrintersService | typeof ProductMasterSuppliersService | typeof ProductMastersService | typeof ProductQuantitiesService | typeof ReasonsService | typeof ReplenishmentAccessService | typeof ReplenishmentRecordsService | typeof ReturnedItemsService | typeof SettingsService | typeof SummaryService | typeof TaskCompletionTimeService | typeof TaskOperationsService | typeof TaskUserRecordsService | typeof UserService | typeof UserPrintersService | typeof UsersInternalService | typeof WavePickReleasesService | typeof WavePickingAccessService | typeof WavesByPickReleaseIdService)[];
6132
6194
 
6133
6195
  /**
6134
6196
  * Wms.API.Client
@@ -6346,5 +6408,5 @@ declare class ApiModule {
6346
6408
 
6347
6409
  declare function provideApi(configOrBasePath: string | ConfigurationParameters): EnvironmentProviders;
6348
6410
 
6349
- 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, Printer, PrinterView, PrintersService, ProductMaster, ProductMasterSuppliersService, ProductMastersService, ProductQuantitiesService, ProductStatus, QcType, Reason, ReasonType, ReasonsService, RecordType, ReplenishmentAccessesService, ReplenishmentRecordGridView, ReplenishmentRecordsService, ReplenishmentStages, ReplenishmentStatuses, ReplenishmentTypes, ReturnedDeliveryItemDeliveryModel, ReturnedItemsService, SettingsService, StorageType, SummaryService, TaskCompletionTimeService, TaskOperationsService, TaskUserRecord, TaskUserRecordSelf, TaskUserRecordView, TaskUserRecordsService, UnitOfMeasurementTypes, UserCompanyType, UserPrinter, UserPrintersService, UserService, UsersInternalService, WaveModel, WavePickReleaseMethods, WavePickReleaseModel, WavePickReleaseStatuses, WavePickReleasesService, WavePickingAccessService, WaveStatuses, WavesByPickReleaseIdService, provideApi };
6350
- 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, ReplenishmentAccessGridView, ReplenishmentAccessView, ReplenishmentAccesses, ReplenishmentRecords, ReplenishmentSummary, Report, ReturnedDeliveryItemView, ReturnedDeliveryItems, SetNewFeaturesVisibilityCommand, SettingValue, SettingView, StandardDataFormat, StandardDataType, StandardParamStyle, TaskCompletionTime, TaskCompletionTimes, TaskOperation, TaskOperations, TaskUserRecords, UserApplication, UserApplications, UserInfo, UserInfos, UserPermissions, WavePickReleases, WavePickingAccessView, WavePickingAccesses, Waves };
6411
+ 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, Printer, 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, UserPrinter, UserPrintersService, UserService, UsersInternalService, WaveModel, WavePickReleaseMethods, WavePickReleaseModel, WavePickReleaseStatuses, WavePickReleasesService, WavePickingAccessService, WaveStatuses, WavesByPickReleaseIdService, provideApi };
6412
+ 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, ReplenishmentAccessGridView, 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, WavePickingAccessView, WavePickingAccesses, Waves };