@indigina/wms-api 0.0.179 → 0.0.180
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 +2 -2
- package/fesm2022/indigina-wms-api.mjs +17 -38
- package/fesm2022/indigina-wms-api.mjs.map +1 -1
- package/package.json +1 -1
- package/types/indigina-wms-api.d.ts +47 -32
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# @indigina/wms-api@0.0.
|
|
1
|
+
# @indigina/wms-api@0.0.180
|
|
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.180 --save
|
|
28
28
|
```
|
|
29
29
|
|
|
30
30
|
_without publishing (not recommended):_
|
|
@@ -2250,10 +2250,7 @@ class CompaniesService extends BaseService {
|
|
|
2250
2250
|
reportProgress: reportProgress
|
|
2251
2251
|
});
|
|
2252
2252
|
}
|
|
2253
|
-
|
|
2254
|
-
if (companyType === null || companyType === undefined) {
|
|
2255
|
-
throw new Error('Required parameter companyType was null or undefined when calling getCompaniesByCompanyType.');
|
|
2256
|
-
}
|
|
2253
|
+
getShipToCompanies($skip, $top, $orderby, $filter, observe = 'body', reportProgress = false, options) {
|
|
2257
2254
|
let localVarQueryParameters = new OpenApiHttpParams(this.encoder);
|
|
2258
2255
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, '$skip', $skip, QueryParamStyle.Form, true);
|
|
2259
2256
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, '$top', $top, QueryParamStyle.Form, true);
|
|
@@ -2280,7 +2277,7 @@ class CompaniesService extends BaseService {
|
|
|
2280
2277
|
responseType_ = 'blob';
|
|
2281
2278
|
}
|
|
2282
2279
|
}
|
|
2283
|
-
let localVarPath = `/companies
|
|
2280
|
+
let localVarPath = `/companies/ship-to`;
|
|
2284
2281
|
const { basePath, withCredentials } = this.configuration;
|
|
2285
2282
|
return this.httpClient.request('get', `${basePath}${localVarPath}`, {
|
|
2286
2283
|
context: localVarHttpContext,
|
|
@@ -10465,38 +10462,6 @@ const ClusterPackWaveGridTypes = {
|
|
|
10465
10462
|
* Do not edit the class manually.
|
|
10466
10463
|
*/
|
|
10467
10464
|
|
|
10468
|
-
/**
|
|
10469
|
-
* Wms.API.Client
|
|
10470
|
-
*
|
|
10471
|
-
*
|
|
10472
|
-
*
|
|
10473
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
10474
|
-
* https://openapi-generator.tech
|
|
10475
|
-
* Do not edit the class manually.
|
|
10476
|
-
*/
|
|
10477
|
-
const CompanyType = {
|
|
10478
|
-
Carrier: 'Carrier',
|
|
10479
|
-
TransportServices: 'TransportServices',
|
|
10480
|
-
Company: 'Company',
|
|
10481
|
-
Vendor: 'Vendor',
|
|
10482
|
-
Customer: 'Customer',
|
|
10483
|
-
ShippingAgent: 'ShippingAgent',
|
|
10484
|
-
ShipFrom: 'ShipFrom',
|
|
10485
|
-
OriginAgent: 'OriginAgent',
|
|
10486
|
-
ShipTo: 'ShipTo',
|
|
10487
|
-
BuyingAgent: 'BuyingAgent',
|
|
10488
|
-
Seller: 'Seller',
|
|
10489
|
-
DistributionCentre: 'DistributionCentre',
|
|
10490
|
-
Client: 'Client',
|
|
10491
|
-
SysAdmin: 'SysAdmin',
|
|
10492
|
-
LocalAgent: 'LocalAgent',
|
|
10493
|
-
CarrierProvider: 'CarrierProvider',
|
|
10494
|
-
WholesaleCustomer: 'WholesaleCustomer',
|
|
10495
|
-
WebCustomer: 'WebCustomer',
|
|
10496
|
-
DestinationAgent: 'DestinationAgent',
|
|
10497
|
-
ForwardingAgent: 'ForwardingAgent'
|
|
10498
|
-
};
|
|
10499
|
-
|
|
10500
10465
|
/**
|
|
10501
10466
|
* Wms.API.Client
|
|
10502
10467
|
*
|
|
@@ -11274,6 +11239,20 @@ const ReprintStatuses = {
|
|
|
11274
11239
|
* Do not edit the class manually.
|
|
11275
11240
|
*/
|
|
11276
11241
|
|
|
11242
|
+
/**
|
|
11243
|
+
* Wms.API.Client
|
|
11244
|
+
*
|
|
11245
|
+
*
|
|
11246
|
+
*
|
|
11247
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11248
|
+
* https://openapi-generator.tech
|
|
11249
|
+
* Do not edit the class manually.
|
|
11250
|
+
*/
|
|
11251
|
+
const ShipToSubtype = {
|
|
11252
|
+
Company: 'Company',
|
|
11253
|
+
Station: 'Station'
|
|
11254
|
+
};
|
|
11255
|
+
|
|
11277
11256
|
/**
|
|
11278
11257
|
* Wms.API.Client
|
|
11279
11258
|
*
|
|
@@ -11582,5 +11561,5 @@ function provideApi(configOrBasePath) {
|
|
|
11582
11561
|
* Generated bundle index. Do not edit.
|
|
11583
11562
|
*/
|
|
11584
11563
|
|
|
11585
|
-
export { APIS, AddressSource, AddressType, AddressesService, AnalyticsService, ApiModule, BASE_PATH, COLLECTION_FORMATS, CarrierProviderIntegrationsService, CarriersService, CartonDeliveryItemsService, CartonMovementHistoriesService, CartonPicksService, CartonsService, ClientWaveConfigurationsService, ClusterPackStatuses, ClusterPackWaveGridTypes, ClusterPackingService, CompaniesService,
|
|
11564
|
+
export { APIS, AddressSource, AddressType, AddressesService, AnalyticsService, ApiModule, BASE_PATH, COLLECTION_FORMATS, CarrierProviderIntegrationsService, CarriersService, CartonDeliveryItemsService, CartonMovementHistoriesService, CartonPicksService, CartonsService, ClientWaveConfigurationsService, ClusterPackStatuses, ClusterPackWaveGridTypes, ClusterPackingService, CompaniesService, Configuration, ContactsService, CountRecordsService, CountStatusGroup, CountStatuses, CountType, DcLocationStatus, DcLocationsService, DcUnitOfMeasurementService, DcsService, DeliveriesService, DeliveryItemsService, DeliveryType, DeviceType, DispatchBoxesService, DispatchItemQuantityChangesService, DispatchItemsService, DispatchesService, DocumentGenerationStatuses, DocumentTypes, HealthService, LicencePlateSerialsService, LocationType, NoteCategory, NoteSourceType, NotesService, OrderStatus, OrderType, PackingProcesses, PendoService, PeopleGroup, PermissionsService, PickReleaseHistoryTypes, PickSummariesService, PickingProcesses, PrintTypes, PrintersService, ProductMasterSuppliersService, ProductMastersService, ProductQuantitiesService, ProductStatus, QcType, ReasonType, ReasonsService, RecordType, ReplenishmentAccessService, ReplenishmentRecordsService, ReplenishmentStages, ReplenishmentStatuses, ReplenishmentTypes, ReprintStatuses, ReturnedItemsService, SalesOrderItemsService, 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 };
|
|
11586
11565
|
//# sourceMappingURL=indigina-wms-api.mjs.map
|