@indigina/wms-api 0.0.158 → 0.0.160

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.158",
3
+ "version": "0.0.160",
4
4
  "description": "OpenAPI client for @indigina/wms-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
@@ -6720,18 +6720,14 @@ declare class UsersInternalService extends BaseService {
6720
6720
  * https://openapi-generator.tech
6721
6721
  * Do not edit the class manually.
6722
6722
  */
6723
-
6724
- interface WaveConfigGroup {
6725
- id?: number;
6723
+ interface WaveConfiguration {
6724
+ id?: string;
6726
6725
  dcId?: string;
6727
6726
  clientId?: string;
6728
- company?: Company;
6729
6727
  code?: string;
6730
6728
  description?: string;
6731
- createdDate?: string;
6732
- createdUserId?: string;
6733
- lastModifiedDate?: string | null;
6734
- lastModifiedUserId?: string | null;
6729
+ sequence?: number;
6730
+ enabled?: boolean;
6735
6731
  }
6736
6732
 
6737
6733
  /**
@@ -6743,14 +6739,33 @@ interface WaveConfigGroup {
6743
6739
  * https://openapi-generator.tech
6744
6740
  * Do not edit the class manually.
6745
6741
  */
6746
- interface WaveConfiguration {
6747
- id?: string;
6742
+
6743
+ interface GroupWaveConfigurations {
6744
+ total: number;
6745
+ data: Array<WaveConfiguration>;
6746
+ }
6747
+
6748
+ /**
6749
+ * Wms.API.Client
6750
+ *
6751
+ *
6752
+ *
6753
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
6754
+ * https://openapi-generator.tech
6755
+ * Do not edit the class manually.
6756
+ */
6757
+
6758
+ interface WaveConfigGroup {
6759
+ id?: number;
6748
6760
  dcId?: string;
6749
6761
  clientId?: string;
6762
+ company?: Company;
6750
6763
  code?: string;
6751
6764
  description?: string;
6752
- sequence?: number;
6753
- enabled?: boolean;
6765
+ createdDate?: string;
6766
+ createdUserId?: string;
6767
+ lastModifiedDate?: string | null;
6768
+ lastModifiedUserId?: string | null;
6754
6769
  }
6755
6770
 
6756
6771
  /**
@@ -6835,21 +6850,6 @@ interface WaveConfigGroups {
6835
6850
  data: Array<WaveConfigGroupView>;
6836
6851
  }
6837
6852
 
6838
- /**
6839
- * Wms.API.Client
6840
- *
6841
- *
6842
- *
6843
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
6844
- * https://openapi-generator.tech
6845
- * Do not edit the class manually.
6846
- */
6847
-
6848
- interface WaveConfigurations {
6849
- total: number;
6850
- data: Array<WaveConfiguration>;
6851
- }
6852
-
6853
6853
  declare class WaveConfigGroupsService extends BaseService {
6854
6854
  protected httpClient: HttpClient;
6855
6855
  constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
@@ -6982,17 +6982,17 @@ declare class WaveConfigGroupsService extends BaseService {
6982
6982
  httpHeaderAccept?: 'application/json';
6983
6983
  context?: HttpContext;
6984
6984
  transferCache?: boolean;
6985
- }): Observable<WaveConfigurations>;
6985
+ }): Observable<GroupWaveConfigurations>;
6986
6986
  getWaveConfigGroupAvailableConfigurations(waveConfigGroupId: number, observe?: 'response', reportProgress?: boolean, options?: {
6987
6987
  httpHeaderAccept?: 'application/json';
6988
6988
  context?: HttpContext;
6989
6989
  transferCache?: boolean;
6990
- }): Observable<HttpResponse<WaveConfigurations>>;
6990
+ }): Observable<HttpResponse<GroupWaveConfigurations>>;
6991
6991
  getWaveConfigGroupAvailableConfigurations(waveConfigGroupId: number, observe?: 'events', reportProgress?: boolean, options?: {
6992
6992
  httpHeaderAccept?: 'application/json';
6993
6993
  context?: HttpContext;
6994
6994
  transferCache?: boolean;
6995
- }): Observable<HttpEvent<WaveConfigurations>>;
6995
+ }): Observable<HttpEvent<GroupWaveConfigurations>>;
6996
6996
  /**
6997
6997
  * Get list of wave config group clients
6998
6998
  * @endpoint get /waveConfigGroups/clients
@@ -7130,6 +7130,101 @@ declare class WaveConfigGroupsService extends BaseService {
7130
7130
  static ɵprov: i0.ɵɵInjectableDeclaration<WaveConfigGroupsService>;
7131
7131
  }
7132
7132
 
7133
+ /**
7134
+ * Wms.API.Client
7135
+ *
7136
+ *
7137
+ *
7138
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7139
+ * https://openapi-generator.tech
7140
+ * Do not edit the class manually.
7141
+ */
7142
+ interface WaveConfigurationGridView {
7143
+ id: string;
7144
+ clientId?: string | null;
7145
+ clientName: string;
7146
+ code: string;
7147
+ description: string;
7148
+ sequence: number;
7149
+ dispatchesPerWave: number;
7150
+ serviceGroupName: string | null;
7151
+ niCarrierGroupName: string | null;
7152
+ nonStandardRequirement: boolean;
7153
+ totalUnitsInDispatchMin: number | null;
7154
+ totalUnitsInDispatchMax: number | null;
7155
+ noOfLinesInDispatchMin: number | null;
7156
+ noOfLinesInDispatchMax: number | null;
7157
+ clusterPick: boolean;
7158
+ clusterPack: boolean;
7159
+ noOfSkus: number | null;
7160
+ noOfZones: number | null;
7161
+ reverseSortOrder: boolean;
7162
+ orderType: string | null;
7163
+ star: boolean;
7164
+ buildKit: boolean;
7165
+ bot: boolean;
7166
+ groupReference: string | null;
7167
+ multiZonePick: boolean;
7168
+ giftCard: boolean;
7169
+ autoPrint: boolean;
7170
+ findStockOutsideZones: boolean;
7171
+ editLocked: boolean;
7172
+ enabled: boolean;
7173
+ createDate: string;
7174
+ createdBy: string;
7175
+ lastModifiedDate?: string | null;
7176
+ lastModifiedBy?: string | null;
7177
+ }
7178
+
7179
+ /**
7180
+ * Wms.API.Client
7181
+ *
7182
+ *
7183
+ *
7184
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7185
+ * https://openapi-generator.tech
7186
+ * Do not edit the class manually.
7187
+ */
7188
+
7189
+ interface WaveConfigurations {
7190
+ total: number;
7191
+ data: Array<WaveConfigurationGridView>;
7192
+ }
7193
+
7194
+ declare class WaveConfigurationsService extends BaseService {
7195
+ protected httpClient: HttpClient;
7196
+ constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
7197
+ /**
7198
+ * Getting wave configurations
7199
+ * @endpoint get /waveConfigurations
7200
+ * @param $skip
7201
+ * @param $top
7202
+ * @param $orderby
7203
+ * @param $filter
7204
+ * @param $search
7205
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
7206
+ * @param reportProgress flag to report request and response progress.
7207
+ * @param options additional options
7208
+ */
7209
+ getWaveConfigurations($skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'body', reportProgress?: boolean, options?: {
7210
+ httpHeaderAccept?: 'application/json';
7211
+ context?: HttpContext;
7212
+ transferCache?: boolean;
7213
+ }): Observable<WaveConfigurations>;
7214
+ getWaveConfigurations($skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'response', reportProgress?: boolean, options?: {
7215
+ httpHeaderAccept?: 'application/json';
7216
+ context?: HttpContext;
7217
+ transferCache?: boolean;
7218
+ }): Observable<HttpResponse<WaveConfigurations>>;
7219
+ getWaveConfigurations($skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'events', reportProgress?: boolean, options?: {
7220
+ httpHeaderAccept?: 'application/json';
7221
+ context?: HttpContext;
7222
+ transferCache?: boolean;
7223
+ }): Observable<HttpEvent<WaveConfigurations>>;
7224
+ static ɵfac: i0.ɵɵFactoryDeclaration<WaveConfigurationsService, [null, { optional: true; }, { optional: true; }]>;
7225
+ static ɵprov: i0.ɵɵInjectableDeclaration<WaveConfigurationsService>;
7226
+ }
7227
+
7133
7228
  /**
7134
7229
  * Wms.API.Client
7135
7230
  *
@@ -7858,7 +7953,7 @@ declare class WavesByPickReleaseIdService extends BaseService {
7858
7953
  static ɵprov: i0.ɵɵInjectableDeclaration<WavesByPickReleaseIdService>;
7859
7954
  }
7860
7955
 
7861
- declare const APIS: (typeof AnalyticsService | typeof CarrierProviderIntegrationsService | typeof CartonDeliveryItemsService | typeof CartonMovementHistoriesService | typeof CartonPicksService | typeof CartonsService | typeof ClientWaveConfigurationsService | typeof CompaniesService | typeof DcLocationsService | typeof DcUnitOfMeasurementService | typeof DcsService | typeof DeliveriesService | typeof DeliveryItemsService | typeof DispatchBoxesService | typeof DispatchItemQuantityChangesService | typeof DispatchItemsService | typeof DispatchesService | typeof HealthService | typeof LicencePlateSerialsService | 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 UserCompaniesService | typeof UserPrintersService | typeof UsersInternalService | typeof WaveConfigGroupsService | typeof WaveHistoryService | typeof WavePickReleasesService | typeof WavePickingAccessService | typeof WavesByPickReleaseIdService)[];
7956
+ declare const APIS: (typeof AnalyticsService | typeof CarrierProviderIntegrationsService | typeof CartonDeliveryItemsService | typeof CartonMovementHistoriesService | typeof CartonPicksService | typeof CartonsService | typeof ClientWaveConfigurationsService | typeof CompaniesService | typeof DcLocationsService | typeof DcUnitOfMeasurementService | typeof DcsService | typeof DeliveriesService | typeof DeliveryItemsService | typeof DispatchBoxesService | typeof DispatchItemQuantityChangesService | typeof DispatchItemsService | typeof DispatchesService | typeof HealthService | typeof LicencePlateSerialsService | 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 UserCompaniesService | typeof UserPrintersService | typeof UsersInternalService | typeof WaveConfigGroupsService | typeof WaveConfigurationsService | typeof WaveHistoryService | typeof WavePickReleasesService | typeof WavePickingAccessService | typeof WavesByPickReleaseIdService)[];
7862
7957
 
7863
7958
  /**
7864
7959
  * Wms.API.Client
@@ -8131,5 +8226,5 @@ declare class ApiModule {
8131
8226
 
8132
8227
  declare function provideApi(configOrBasePath: string | ConfigurationParameters): EnvironmentProviders;
8133
8228
 
8134
- export { APIS, AnalyticsService, ApiModule, BASE_PATH, COLLECTION_FORMATS, CarrierProviderIntegrationsService, CartonDeliveryItemGridView, CartonDeliveryItemsService, CartonGridView, CartonMovementHistoriesService, CartonPicksService, CartonsService, ClientWaveConfigurationsService, ClusterPackStatuses, 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, UserCompaniesService, UserCompanyType, UserPrinterUpdateModel, UserPrintersService, UserService, UsersInternalService, WaveConfigGroupsService, WaveHistoryService, WaveHistoryTypes, WaveHistoryView, WaveModel, WavePickReleaseMethods, WavePickReleaseModel, WavePickReleaseStatuses, WavePickReleasesService, WavePickingAccessService, WaveStatuses, WavesByPickReleaseIdService, provideApi };
8135
- export type { ApplicationSetting, CarrierProviderIntegration, CarrierProviderIntegrations, CartonDcLocation, CartonDeliveryItemCarton, CartonDeliveryItemDelivery, CartonDeliveryItemDeliveryItem, CartonDeliveryItemView, CartonDeliveryItems, CartonMovementHistories, CartonMovementHistoryGridView, CartonPickGridView, CartonProductMaster, CartonProductMasterSystemEan, CartonView, Cartons, Channel, ClientWaveConfigurationGridView, ClientWaveConfigurations, CommandStatusResult, Companies, Company, ConfigurationParameters, CountingSummary, DataFormat, DataType, Dc, DcLocations, Dcs, Deliveries, DeliveryItems, DispatchBoxDispatchHeaderModel, DispatchBoxViewModel, DispatchBoxes, DispatchCarrier, DispatchCarriers, 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, ResequenceClientWaveConfigurationsCommand, ReturnedDeliveryItemView, ReturnedDeliveryItems, SetNewFeaturesVisibilityCommand, SettingValue, SettingView, StandardDataFormat, StandardDataType, StandardParamStyle, TaskCompletionTime, TaskCompletionTimes, TaskOperation, TaskOperations, TaskUserRecords, UnlockWaveResult, UserApplication, UserApplications, UserInfo, UserInfos, UserPermissions, WaveConfigGroup, WaveConfigGroupConfiguration, WaveConfigGroupConfigurationView, WaveConfigGroupConfigurations, WaveConfigGroupView, WaveConfigGroups, WaveConfiguration, WaveConfigurationSequenceItem, WaveConfigurations, WaveHistories, WaveHistoryWaveConfigurationSummary, WaveHistoryWavePickReleaseSummary, WavePickReleases, WavePickingAccess, WavePickingAccessClient, WavePickingAccessClients, WavePickingAccessView, WavePickingAccesses, Waves };
8229
+ export { APIS, AnalyticsService, ApiModule, BASE_PATH, COLLECTION_FORMATS, CarrierProviderIntegrationsService, CartonDeliveryItemGridView, CartonDeliveryItemsService, CartonGridView, CartonMovementHistoriesService, CartonPicksService, CartonsService, ClientWaveConfigurationsService, ClusterPackStatuses, 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, UserCompaniesService, UserCompanyType, UserPrinterUpdateModel, UserPrintersService, UserService, UsersInternalService, WaveConfigGroupsService, WaveConfigurationsService, WaveHistoryService, WaveHistoryTypes, WaveHistoryView, WaveModel, WavePickReleaseMethods, WavePickReleaseModel, WavePickReleaseStatuses, WavePickReleasesService, WavePickingAccessService, WaveStatuses, WavesByPickReleaseIdService, provideApi };
8230
+ export type { ApplicationSetting, CarrierProviderIntegration, CarrierProviderIntegrations, CartonDcLocation, CartonDeliveryItemCarton, CartonDeliveryItemDelivery, CartonDeliveryItemDeliveryItem, CartonDeliveryItemView, CartonDeliveryItems, CartonMovementHistories, CartonMovementHistoryGridView, CartonPickGridView, CartonProductMaster, CartonProductMasterSystemEan, CartonView, Cartons, Channel, ClientWaveConfigurationGridView, ClientWaveConfigurations, CommandStatusResult, Companies, Company, ConfigurationParameters, CountingSummary, DataFormat, DataType, Dc, DcLocations, Dcs, Deliveries, DeliveryItems, DispatchBoxDispatchHeaderModel, DispatchBoxViewModel, DispatchBoxes, DispatchCarrier, DispatchCarriers, DispatchItemQuantityChanges, DispatchItemView, DispatchItems, DispatchQuantityChangeDispatchLineItemModel, DispatchQuantityChangeDispatchModel, DispatchQuantityChangeProductMasterModel, DispatchQuantityChangeSalesOrderHeaderModel, DispatchQuantityChangeSoLineItemModel, DispatchQuantityChangeViewModel, DispatchSummary, Dispatches, EmbedReport, EmbedTokenDto, EntityList, Group, GroupWaveConfigurations, 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, ResequenceClientWaveConfigurationsCommand, ReturnedDeliveryItemView, ReturnedDeliveryItems, SetNewFeaturesVisibilityCommand, SettingValue, SettingView, StandardDataFormat, StandardDataType, StandardParamStyle, TaskCompletionTime, TaskCompletionTimes, TaskOperation, TaskOperations, TaskUserRecords, UnlockWaveResult, UserApplication, UserApplications, UserInfo, UserInfos, UserPermissions, WaveConfigGroup, WaveConfigGroupConfiguration, WaveConfigGroupConfigurationView, WaveConfigGroupConfigurations, WaveConfigGroupView, WaveConfigGroups, WaveConfiguration, WaveConfigurationGridView, WaveConfigurationSequenceItem, WaveConfigurations, WaveHistories, WaveHistoryWaveConfigurationSummary, WaveHistoryWavePickReleaseSummary, WavePickReleases, WavePickingAccess, WavePickingAccessClient, WavePickingAccessClients, WavePickingAccessView, WavePickingAccesses, Waves };