@experteam-mx/ngx-services 20.9.1-dev3.0 → 20.9.1-dev3.2

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/index.d.ts CHANGED
@@ -2743,30 +2743,15 @@ interface AccountWithDefault extends Account {
2743
2743
  }
2744
2744
  interface AccountWithLocations extends Account {
2745
2745
  account_company_countries: AccountCompanyCountryLocation[];
2746
- country: CountryAccount;
2746
+ country: CountryCompanies;
2747
2747
  }
2748
2748
  interface PostalCodeFormat extends SymfonyModel {
2749
2749
  format: string;
2750
2750
  significantChars: number;
2751
2751
  regex: string;
2752
2752
  }
2753
- interface CountryAccount {
2754
- id: number;
2755
- code: string;
2756
- name: string;
2757
- timezone: string;
2758
- hasImportService: boolean;
2759
- isActive: boolean;
2760
- isoCode: string;
2761
- codePhone: string;
2762
- phoneDigits: string | null;
2763
- createdAt: string;
2764
- updatedAt: string;
2765
- locationType: LocationType;
2766
- unit: Unit;
2767
- locationTypeFields: LocationTypeFields;
2753
+ interface CountryCompanies extends Country {
2768
2754
  postalCodeFormats: PostalCodeFormat[];
2769
- translations: Translations;
2770
2755
  }
2771
2756
 
2772
2757
  type LocationEmployeesOut = {
@@ -3974,7 +3959,7 @@ declare class ApiCompaniesService {
3974
3959
  static ɵprov: i0.ɵɵInjectableDeclaration<ApiCompaniesService>;
3975
3960
  }
3976
3961
 
3977
- declare enum CustomerType$1 {
3962
+ declare enum CustomerRoleType {
3978
3963
  SHIPPER = "SP",
3979
3964
  CONSIGNEE = "RV",
3980
3965
  IMPORTER = "IP",
@@ -4021,138 +4006,180 @@ interface SupplyLocationTransaction extends ActiveLessSymfonyModel {
4021
4006
  stock: number;
4022
4007
  }
4023
4008
 
4024
- interface ShipmentComposition extends SymfonyModel {
4025
- currencyCode: string;
4026
- extraCharges: ExtraChargeComposition[];
4027
- globalProductCode: string;
4028
- globalProductName: string;
4029
- localProductCode: string;
4030
- localProductName: string;
4031
- trackingNumber: string;
4032
- contentDescription: string;
4033
- realWeight: number;
4034
- piecesNumber: number;
4035
- productSubtotal: number;
4036
- productTax: number;
4037
- productTotal: number;
4038
- declaredValue: number;
4039
- insuredValue: number;
4009
+ interface ShipmentComposition extends ActiveLessSymfonyModel {
4040
4010
  accountNumber: string;
4041
- userId: number;
4042
- installationId: number;
4011
+ cancellationDateTime: string | null;
4012
+ cancellationReasonId: number | null;
4013
+ commercialExchangeRate: number;
4014
+ commercialInvoice: CommercialInvoiceComposition | null;
4043
4015
  companyCountryId: number;
4044
- productId: number;
4016
+ contentDescription: string;
4045
4017
  countryReferenceCurrencyId: number;
4046
- commercialExchangeRate: number;
4047
- ibsExchangeRate: number;
4048
- shipmentStatusId: number;
4049
- shipmentAddresses: ShipmentAddresses[];
4050
- shipmentPieces: ShipmentPieces[];
4051
- shipmentCompanyCountryExtraCharges: ShipmentCompanyCountryExtraCharges[];
4052
- shipmentGsop: ShipmentGsop;
4053
- additionalData: AdditionalData;
4054
- transactionId: string;
4055
- requiresPayment: boolean;
4056
- originServiceAreaCode: string;
4057
- originFacilityCode: string;
4058
- destinationServiceAreaCode: string;
4018
+ date: string;
4019
+ declaredCurrency: string | null;
4020
+ declaredValue: number;
4021
+ deliveryDateTime: string;
4059
4022
  destinationFacilityCode: string;
4060
- productTaxes: string[];
4023
+ destinationServiceAreaCode: string;
4024
+ discountModelId: number | null;
4025
+ discountModelType: string | null;
4026
+ discountName: string | null;
4027
+ discountPercentage: number | null;
4028
+ discountReference: string | null;
4029
+ discountValue: number | null;
4030
+ dutiesAndTaxesAccountNumber: string | null;
4031
+ einNumber: string | null;
4032
+ exportReason: ExportReason | null;
4033
+ exportReasonId: number | null;
4034
+ extraFields: Record<string, unknown>;
4035
+ ibsExchangeRate: number;
4036
+ installationId: number;
4037
+ insuredCurrency: string | null;
4038
+ insuredValue: number | null;
4039
+ isCash: boolean;
4040
+ isDocument: boolean;
4041
+ isDutiesAndTaxes: boolean;
4061
4042
  isInspected: boolean;
4062
- extraFields: {
4063
- [key: string]: string | number | boolean;
4064
- };
4065
- shipmentContentTypeId: number;
4066
- commercialInvoice: CommercialInvoice;
4067
- shipmentScopeId: number;
4068
- shipmentGroupId: number;
4069
- product: string[];
4070
- declaredCurrency: string;
4071
- insuredCurrency: string;
4072
- deliveryDateTime: string;
4073
- date: string;
4074
- promotionCode: string;
4075
- priceOverrideApproverId: number;
4076
- priceOverrideReasonId: number;
4077
- customs: Customs;
4078
- exportReasonId: number;
4079
- exportReason: string[];
4080
- shipmentBookPickup: ShipmentBookPickup;
4081
- questionId: number;
4082
4043
  isInsured: boolean;
4083
- itnNumber: string;
4084
- einNumber: string;
4085
- otherAccountNumber: string;
4086
- dutiesAndTaxesAccountNumber: string;
4087
- discountId: string;
4088
- discountReference: string;
4089
- totalPublishedValue: number;
4090
- totalPartnerAccountValue: number;
4091
- isMarketingConsent: boolean;
4092
- isTermCondition: boolean;
4093
- isDocument: boolean;
4094
- isCash: boolean;
4044
+ isMarketingConsent: boolean | null;
4045
+ isOccurs: boolean;
4046
+ isOtherOrigin: boolean;
4095
4047
  isPriceOverride: boolean;
4096
4048
  isProforma: boolean;
4097
4049
  isPromotionCode: boolean;
4098
4050
  isRetailRate: boolean;
4099
- isOtherOrigin: boolean;
4100
- isOccurs: boolean;
4101
- isDutiesAndTaxes: boolean;
4051
+ isTermCondition: boolean;
4052
+ itnNumber: string | null;
4053
+ manifestDateTime: string | null;
4054
+ originFacilityCode: string;
4055
+ originServiceAreaCode: string;
4056
+ otherAccountNumber: string | null;
4057
+ piecesNumber: number;
4058
+ priceOverrideApproverId: number | null;
4059
+ priceOverrideReasonId: number | null;
4060
+ product: ShipmentProductComposition;
4061
+ productId: number;
4062
+ productSubtotal: number;
4063
+ productTax: number;
4064
+ productTaxes: TaxComposition[];
4065
+ productTotal: number;
4066
+ promotionCode: string | null;
4067
+ realWeight: number;
4068
+ requiresPayment: boolean;
4069
+ shipmentAddresses: ShipmentAddressComposition[];
4070
+ shipmentBookPickup: ShipmentBookPickup | null;
4071
+ shipmentContentTypeId: number;
4072
+ shipmentExtraCharges: ExtraChargeComposition[];
4073
+ shipmentGroupId: number;
4074
+ shipmentGsop: ShipmentGsopComposition | null;
4075
+ shipmentPieces: ShipmentPieceComposition[];
4076
+ shipmentScopeId: number;
4077
+ shipmentStatusId: number;
4078
+ shipmentTaxes: TaxComposition[];
4079
+ shipmentWithholding: unknown | null;
4080
+ subtotal: number;
4081
+ tax: number;
4082
+ total: number;
4083
+ totalPartnerAccountValue: number | null;
4084
+ totalPublishedValue: number | null;
4085
+ trackingNumber: string;
4086
+ transactionId: string;
4087
+ userId: number;
4088
+ customs: {
4089
+ ignoreValidation: boolean;
4090
+ criteria: {
4091
+ origin: string;
4092
+ destination: string;
4093
+ dutiable: boolean;
4094
+ declaredValue: number | null;
4095
+ };
4096
+ rules: {
4097
+ id: number;
4098
+ level: string;
4099
+ attributes: {
4100
+ id: number;
4101
+ field: string;
4102
+ dhlCode: string;
4103
+ values: {
4104
+ shipment: string;
4105
+ customer: CustomerRoleType;
4106
+ invoiceHeader: string;
4107
+ invoiceItem: string[];
4108
+ };
4109
+ }[];
4110
+ }[];
4111
+ };
4112
+ additionalData: {
4113
+ countryCode: string;
4114
+ productGlobalCode: string;
4115
+ productLocalCode: string;
4116
+ currencyCode: string;
4117
+ userUsername: string;
4118
+ locationFacilityCode: string;
4119
+ shipmentStatusCode: string;
4120
+ awbTypeCode?: string;
4121
+ shipmentTypeCode?: string;
4122
+ };
4102
4123
  }
4103
- interface ExtraChargeComposition {
4104
- globalServiceCode: string;
4105
- localServiceCode: string;
4106
- globalServiceName: string;
4107
- localServiceName: string;
4124
+ interface ExtraChargeComposition extends ActiveLessSymfonyModel {
4108
4125
  subtotal: number;
4109
4126
  tax: number;
4110
4127
  total: number;
4111
- taxes: Tax[];
4128
+ extraChargeId: number;
4129
+ taxes: TaxComposition[];
4130
+ extraChargeGroup: string;
4131
+ extraChargeCode: string;
4132
+ extraChargeName: string;
4133
+ extraChargeIsDiscount: boolean;
4112
4134
  }
4113
- interface Tax {
4135
+ interface TaxComposition extends ActiveLessSymfonyModel {
4114
4136
  code: string;
4115
4137
  percent: number;
4116
4138
  baseAmount: number;
4117
4139
  amount: number;
4118
4140
  }
4119
- interface ShipmentAddresses extends SymfonyModel {
4141
+ interface ShipmentAddressComposition extends ActiveLessSymfonyModel {
4120
4142
  index: number;
4121
- identificationTypeId: number;
4122
- identificationNumber: string;
4143
+ identificationTypeId: number | null;
4144
+ identificationNumber: string | null;
4123
4145
  companyName: string;
4124
4146
  fullName: string;
4125
4147
  email: string;
4126
4148
  phoneCode: string;
4127
4149
  phoneNumber: string;
4128
- postalCode: string;
4129
- stateCode: string;
4150
+ postalCode: string | null;
4151
+ stateCode: string | null;
4152
+ stateId: number | null;
4130
4153
  countyName: string;
4131
4154
  cityName: string;
4132
4155
  addressLine1: string;
4133
- addressLine2: string;
4134
- addressLine3: string;
4156
+ addressLine2: string | null;
4157
+ addressLine3: string | null;
4135
4158
  countryId: number;
4136
- identificationType: IdentificationTypeComposition;
4137
- roleType: CustomerType$1;
4138
- }
4139
- interface IdentificationTypeComposition extends SymfonyModel {
4140
- name: string;
4141
- companyCountryId: number;
4142
- }
4143
- interface ShipmentPieces extends ActiveLessSymfonyModel {
4159
+ roleType: CustomerRoleType;
4160
+ businessPartyTraderTypeId: number | null;
4161
+ registrationNumbers: unknown[];
4162
+ importerTaxIdentification: string | null;
4163
+ emailReceipt: boolean;
4164
+ residentialDelivery: boolean;
4165
+ country: CountryCompanies;
4166
+ state: State | null;
4167
+ businessPartyTraderType?: BusinessPartyTraderType | null;
4168
+ identificationType?: IdentificationType | null;
4169
+ }
4170
+ interface ShipmentPieceComposition extends ActiveLessSymfonyModel {
4144
4171
  number: number;
4145
4172
  height: number;
4146
4173
  length: number;
4147
4174
  width: number;
4148
4175
  realWeight: number;
4149
4176
  volumetricWeight: number;
4150
- dataIdentifier: string;
4177
+ dataIdentifier: string | null;
4151
4178
  trackingNumber: string;
4152
- licensePlateBarCode: string;
4153
- shipmentPieceCompanyCountrySupplies: ShipmentPieceCompanyCountrySupplies[];
4179
+ licensePlateBarCode: string | null;
4180
+ shipmentPieceSupplies: ShipmentPieceSupplyComposition[];
4154
4181
  }
4155
- interface ShipmentPieceCompanyCountrySupplies extends ActiveLessSymfonyModel {
4182
+ interface ShipmentPieceSupplyComposition extends ActiveLessSymfonyModel {
4156
4183
  supplyId: number;
4157
4184
  quantity: number;
4158
4185
  subtotal: number;
@@ -4163,18 +4190,25 @@ interface ShipmentPieceCompanyCountrySupplies extends ActiveLessSymfonyModel {
4163
4190
  description: string;
4164
4191
  supply: Supply;
4165
4192
  }
4166
- interface CommercialInvoice extends ActiveLessSymfonyModel {
4193
+ interface ShipmentProductComposition extends ActiveLessSymfonyModel {
4194
+ globalCode: string;
4195
+ localCode: string;
4196
+ globalName: string;
4197
+ localName: string;
4198
+ isDocument: boolean;
4199
+ }
4200
+ interface CommercialInvoiceComposition extends ActiveLessSymfonyModel {
4167
4201
  documentTypeId: number;
4168
4202
  tradingTransactionTypeId: number;
4169
4203
  documentFunctionId: number;
4170
4204
  number: string;
4171
4205
  remarks: string;
4172
- items: Item[];
4206
+ items: ItemComposition[];
4173
4207
  documentType: DocumentTypeComposition;
4174
4208
  tradingTransactionType: TradingTransactionType;
4175
- documentFunction: DocumentFunction;
4209
+ documentFunction: DocumentFunctionComposition;
4176
4210
  }
4177
- interface Item extends ActiveLessSymfonyModel {
4211
+ interface ItemComposition extends ActiveLessSymfonyModel {
4178
4212
  description: string;
4179
4213
  quantity: number;
4180
4214
  quantityUnitId: number;
@@ -4183,32 +4217,31 @@ interface Item extends ActiveLessSymfonyModel {
4183
4217
  realWeight: number;
4184
4218
  commodityId: number;
4185
4219
  quantityUnit: QuantityUnit;
4186
- manufactureCountry: ManufactureCountry;
4220
+ manufactureCountry: {
4221
+ id: string;
4222
+ code: string;
4223
+ name: string;
4224
+ locationType: string[];
4225
+ unit: string[];
4226
+ timezone: string;
4227
+ hasImportService: boolean;
4228
+ isActive: boolean;
4229
+ regions: string[];
4230
+ zones: string[];
4231
+ isoCode: string;
4232
+ };
4187
4233
  commodity: Commodity;
4188
4234
  }
4189
- interface ManufactureCountry {
4190
- id: string;
4191
- code: string;
4192
- name: string;
4193
- locationType: string[];
4194
- unit: string[];
4195
- timezone: string;
4196
- hasImportService: boolean;
4197
- isActive: boolean;
4198
- regions: string[];
4199
- zones: string[];
4200
- isoCode: string;
4201
- }
4202
4235
  interface DocumentTypeComposition extends SymfonyModel {
4203
4236
  code: string;
4204
4237
  name: string;
4205
4238
  description: string;
4206
4239
  }
4207
- interface DocumentFunction extends SymfonyModel {
4240
+ interface DocumentFunctionComposition extends SymfonyModel {
4208
4241
  code: string;
4209
4242
  name: string;
4210
4243
  }
4211
- interface ShipmentGsop extends ActiveLessSymfonyModel {
4244
+ interface ShipmentGsopComposition extends ActiveLessSymfonyModel {
4212
4245
  productContentCode: string;
4213
4246
  originServiceAreaCode: string;
4214
4247
  destinationServiceAreaCode: string;
@@ -4216,54 +4249,6 @@ interface ShipmentGsop extends ActiveLessSymfonyModel {
4216
4249
  awbBarCode: string;
4217
4250
  dhlRoutingBarCode: string;
4218
4251
  }
4219
- interface ShipmentCompanyCountryExtraCharges extends ActiveLessSymfonyModel {
4220
- subtotal: number;
4221
- tax: number;
4222
- total: number;
4223
- extraChargeId: number;
4224
- extraChargeCode: string;
4225
- }
4226
- interface AdditionalData {
4227
- awbTypeCode: string;
4228
- countryCode: string;
4229
- shipmentTypeCode: string;
4230
- productGlobalCode: string;
4231
- productLocalCode: string;
4232
- currencyCode: string;
4233
- userUsername: string;
4234
- locationFacilityCode: string;
4235
- }
4236
- interface Customs {
4237
- criteria: Criteria;
4238
- rules: Rules[];
4239
- }
4240
- interface Criteria {
4241
- origin: string;
4242
- destination: string;
4243
- dutiable: boolean;
4244
- declaredValue: number;
4245
- }
4246
- interface Rules {
4247
- id: number;
4248
- level: string;
4249
- attributes: Attributes[];
4250
- }
4251
- interface Attributes {
4252
- id: number;
4253
- field: string;
4254
- dhlCode: string;
4255
- values: Values;
4256
- }
4257
- interface Values {
4258
- shipment: string;
4259
- customer: CustomerComposition;
4260
- invoiceHeader: string;
4261
- invoiceItem: string[];
4262
- }
4263
- interface CustomerComposition {
4264
- SP: string;
4265
- RV: string;
4266
- }
4267
4252
  interface ShipmentBookPickup extends ActiveLessSymfonyModel {
4268
4253
  pickupDate: string;
4269
4254
  readyByTime: string;
@@ -4277,6 +4262,10 @@ interface ShipmentBookPickup extends ActiveLessSymfonyModel {
4277
4262
  type ShipmentOut = {
4278
4263
  shipment: ShipmentComposition;
4279
4264
  };
4265
+ type ShipmentsOut = {
4266
+ shipments: ShipmentComposition[];
4267
+ total: number;
4268
+ };
4280
4269
  type CompositionCountryReferencesOut = {
4281
4270
  country_references: CountryReference[];
4282
4271
  total: number;
@@ -4298,6 +4287,13 @@ declare class ApiCompositionService {
4298
4287
  * @returns {Observable<ShipmentOut>} An observable that emits the details of the shipment.
4299
4288
  */
4300
4289
  getShipment(id: number): Observable<ShipmentOut>;
4290
+ /**
4291
+ * Retrieves shipments based on the provided query parameters.
4292
+ *
4293
+ * @param {QueryParams} params - The query parameters for the API request.
4294
+ * @returns {Observable<ShipmentsOut>} An observable that emits the shipments data.
4295
+ */
4296
+ getShipments(params: QueryParams): Observable<ShipmentsOut>;
4301
4297
  /**
4302
4298
  * Fetches the country references data based on the provided query parameters.
4303
4299
  *
@@ -5449,7 +5445,6 @@ type DeliveryConfirmationSearchOut = {
5449
5445
  type SignaturePageConfirmationGenerateOut = {
5450
5446
  code: string;
5451
5447
  };
5452
- type CustomerRoleType = 'SP' | 'RV' | 'IM' | 'EX' | string;
5453
5448
  type ConfirmTermsIn = {
5454
5449
  shipment_id: number;
5455
5450
  status: 'Processed' | 'Canceled';
@@ -9570,5 +9565,5 @@ declare const xmlHeaders: (format?: "object" | "http_header") => HttpHeaders | {
9570
9565
  [header: string]: string | string[];
9571
9566
  };
9572
9567
 
9573
- export { AccountTypeId, AccountTypeName, AlphaNumeric, ApiBillingCOService, ApiBillingDOService, ApiBillingGtService, ApiBillingMxService, ApiBillingPaService, ApiBillingSvService, ApiCashOperationsService, ApiCatalogsService, ApiCheckpointsService, ApiCompaniesService, ApiCompositionService, ApiCustomsService, ApiDiscountsService, ApiDropoffsService, ApiEToolsAutoBillingService, ApiEventsService, ApiExternalOperationsService, ApiInventoriesService, ApiInvoicesService, ApiNotificationsService, ApiOpenItemsService, ApiQuoteService, ApiReportsService, ApiSecurityService, ApiServicesService, ApiShipmentsService, ApiSuppliesService, ApiSurveysService, CryptoService, DefaultValueType, DepositTypeCode, DocumentStatusCode, ENVIRONMENT_TOKEN, Event, Group, InventoryActions, InventoryErrorCodes, NgxServicesModule, OpeningStatusCode, OperationModuleStatus, PaymentTypeCode, PrintMode, PrintableFormat, PrintersService, PrintersType, RouteModelType, ShipmentIncomeTypeCode, TransferenceTypeCode, ViewSectionOption, WebSocketsService, apiHeadersInterceptor, apiTokenInterceptor, base64PdfToUrl, downloadBase64Pdf, httpCachingInterceptor, httpParams, pdfHeaders, provideNgxServices, queryString, xmlHeaders };
9574
- export type { Account, AccountCategoriesOut, AccountCategory, AccountCompanyCountry, AccountCompanyCountryLocation, AccountEntitiesIn, AccountEntitiesOut, AccountIn, AccountLocation, AccountLocationId, AccountOut, AccountPayment, AccountResponse, AccountToTDX, AccountType, AccountTypeIn, AccountTypeOut, AccountTypesOut, AccountWithDefault, AccountWithLocations, AccountsActivesOut, AccountsOut, ActiveLessLaravelModel, ActiveLessSymfonyModel, AdditionalData, AddressPlaceDetail, AddressPlaceDetailIn, AddressPlaceDetailsOut, AddressSuggestion, AddressSuggestionIn, AddressSuggestionsOut, AddressToSignaturePage, ApiBillingConfigurable, ApiModel, ApiResponse, ApiSuccess, Attribute, AttributeIn, AttributeWithId, Attributes, AuthLoginIn, AuthLoginOut, AuthMeOut, AuthUserLoginIn, AvailablePrintersOut, Bank, BankAccount, BankAccountType, BankAccountsOut, BillingConfig, BillingConfigIn, BillingConfigOut, BillingConfigsOut, BillingDetailsPayment, BillingDetailsReport, BillingDetailsReportOut, BillingPaCustomer, BillingPaCustomerOut, BoardingProcess, BoardingProcessHistory, BoardingProcessIdIn, BoardingProcessIn, BoardingProcessStatus, BookPickupToSignaturePage, BusinessPartyTraderType, BusinessPartyTraderTypesOut, CFDI, CancelPaymentReceiptIn, CancellationReason, CancellationReasonIn, CancellationReasonOut, CancellationReasonsOut, CashValueSummary, CashValueSummaryOut, Catalog, CatalogLess, CatalogsOut, ChangeLanguageIn, Checkpoint, CheckpointCode, CheckpointEventReason, CheckpointEventReasonsOut, CheckpointInventory, CheckpointsInventoryOut, CheckpointsOut, City, Closing, ClosingIn, ClosingOut, ClosingPayment, CoCustomer, CoCustomerIn, CoDepartment, CoDepartmentsOut, CoExtraFields, CoFiscalRegime, CoFiscalRegimesOut, CoFiscalResponsibilitiesOut, CoFiscalResponsibility, CoGetCustomerOut, CoMunicipalitiesOut, CoMunicipality, CoPostCustomerOut, CoPostalCode, CoPostalCodesOut, CoTribute, CoTributesOut, CollectionPayment, CollectionPaymentsOut, CommercialInvoice, CommercialInvoiceItemToSignaturePage, CommercialInvoiceToSignaturePage, CommercialInvoiceType, CommoditiesOut, Commodity, CompaniesOut, Company, CompanyCountriesOut, CompanyCountry, CompanyCountryIn, CompanyCountryOut, CompanyCountryTax, CompanyCountryTaxesOut, CompanyIn, CompanyOut, CompositionCountryReferencesOut, ConfirmTermsIn, CountriesOut, Country, CountryAccount, CountryCurrencyRate, CountryDocumentType, CountryDocumentTypesOut, CountryExchange, CountryGroups, CountryGroupsOut, CountryIn, CountryOut, CountryPaymentType, CountryPaymentTypeField, CountryPaymentTypeFieldIn, CountryPaymentTypeFieldOut, CountryPaymentTypeFieldsOut, CountryPaymentTypeIn, CountryPaymentTypeOut, CountryPaymentTypesOut, CountryReference, CountryReferenceCurrenciesOut, CountryReferenceCurrency, CountryReferenceCurrencyIn, CountryReferenceCurrencyOut, CountryReferenceExtraCharge, CountryReferenceExtraChargeIn, CountryReferenceExtraChargeOut, CountryReferenceIn, CountryReferenceOut, CountryReferenceProduct, CountryReferenceProductIn, CountryReferenceProductOut, CountryReferenceProductsOut, CountryReferencesOut, CountryToDocumentConfig, CountryToExportReason, CourierCheckOutPackesOut, CourierRoute, CourierRouteIn, CourierRouteOut, CourierRoutesOut, Criteria, CriteriaCustom, CriteriaIn, CriteriaOut, CriteriaWithTimestamps, CurrenciesOut, Currency, CurrencyOut, Customer, CustomerComposition, CustomerCountryDocumentType, CustomerDocumentTypesOut, CustomerOpenItem, CustomerOtherInvoice, CustomerRestriction, CustomerRestrictionIn, CustomerRestrictionInV2, CustomerRestrictionOut, CustomerRestrictionsOut, CustomerRoleType, CustomerSurvey, CustomerSurveyFinishIn, CustomerSurveyIn, CustomerSurveyOut, CustomerType, CustomerTypesOut, CustomersOut, Customs, CustomsAttribute, CustomsAttributeValues, CustomsRule, DeliveryConfirmationCompleteIn, DeliveryConfirmationGenerateIn, DeliveryConfirmationGenerateOut, DeliveryConfirmationIn, DeliveryConfirmationSearchOut, Department, DepartmentsOut, DependentRules, Deposit, DepositIn, DepositOut, DepositSlipOut, DestinationCountry, DhlCode, DhlCodeLess, Discount, DiscountIn, DiscountOut, DiscountsOut, District, DistrictsOut, Document, DocumentCategory, DocumentCategoryReports, DocumentConfiguration, DocumentConfigurationIn, DocumentConfigurationOut, DocumentConfigurationsOut, DocumentConfigurationsPreviewIn, DocumentConfigurationsPreviewOut, DocumentFunction, DocumentItem, DocumentPayment, DocumentRequests, DocumentStatus, DocumentStatusesOut, DocumentType, DocumentTypeComposition, DocumentTypeRange, DocumentTypeRangeIn, DocumentTypeRangeOut, DocumentTypeRangesOut, DocumentTypeReports, DocumentTypesOut, DocumentsTypesRangesCurrentStatusOut, Dropdown, DropdownConfig, EconomicActivitiesOut, EconomicActivity, EmailErrorIn, EmbassyShipment, EmbassyShipmentIn, EmbassyShipmentOut, EmbassyShipmentsOut, Employee, EmployeeCustomerDhl, EmployeeCustomersIn, EmployeeCustomersOut, EmployeeIn, EmployeeOut, EmployeesCustomersOut, EmployeesOut, Entity, Environment, EstablishmentType, EstablishmentTypesOut, EventRegister, EventRegistersOut, Exchange, ExchangeIn, ExchangeOut, ExchangesOut, ExportReason, ExportReasonIn, ExportReasonOut, ExportReasonTypes, ExportReasonTypesOut, ExportReasonsOut, ExportType, ExportTypesOut, ExternalShipmentAddress, ExternalShipmentAddressCancellation, ExternalShipmentAddressesIn, ExternalShipmentAddressesOut, ExternalShipmentCancellationIn, ExternalShipmentFile, ExternalShipmentFileHistory, ExternalShipmentFileOut, ExternalShipmentHistoriesOut, ExternalShipmentHistory, ExternalShipmentStatus, ExternalShipmentStatusOut, ExternalShipmentStatuses, ExternalShipmentsOut, ExtraCharge, ExtraChargeComposition, ExtraChargeEntitiesIn, ExtraChargeEntitiesOut, ExtraChargeEntity, ExtraChargeIn, ExtraChargeOut, ExtraChargeTax, ExtraChargeToSignaturePage, ExtraChargesOut, Facility, Field, FieldLess, FieldsOut, FileCheckOut, FillFrom, FillFromIn, FiscalRegimen, FiscalRegimensAcceptedOut, FiscalRegimensOut, GenericFolio, GenericFolioIn, GenericFolioOut, GenericFoliosOut, GetDocumentsOut, GetPostalLocationsIn, GetUserOut, GetUsersOut, HistoriesReportOut, HistoryReport, HistoryReportCheckpoint, Holiday, HolidayIn, HolidayOut, HolidaysOut, HttpCacheRoute, IdentificationType, IdentificationTypeComposition, IdentificationTypeCustomer, IdentificationTypeIn, IdentificationTypeNumberValidationIn, IdentificationTypeNumberValidationOut, IdentificationTypeOut, IdentificationTypesOut, Incident, IncidentIn, IncidentOut, IncidentReason, IncidentReasonComplement, IncidentReasonComplementIn, IncidentReasonComplementOut, IncidentReasonComplementsOut, IncidentReasonIn, IncidentReasonOut, IncidentReasonsOut, IncidentsOut, IncomeType, IncomeTypesOut, Installation, InstallationCountryReferenceCurrenciesOut, InstallationCountryReferenceCurrency, InstallationCountryReferenceCurrencyIn, InstallationCountryReferenceCurrencyOut, InstallationIn, InstallationOut, InstallationsOut, InventoriesReportOut, InventoryReport, InvoiceCancellationIn, InvoiceReport, InvoiceTypeCustomParamsIn, InvoicesOut, Item, Language, LanguageOut, LanguagesOut, LaravelModel, Location, LocationEmployee, LocationEmployeeBatchIn, LocationEmployeeOut, LocationEmployeesOut, LocationIn, LocationOut, LocationType, LocationTypeFields, LocationsOut, LoyaltyPeriod, LoyaltyPeriodIn, LoyaltyPeriodOut, LoyaltyPeriodsOut, LoyaltyRule, LoyaltyRuleIn, LoyaltyRuleOut, LoyaltyRulesOut, ManagementArea, ManagementAreasOut, ManifestMultipleIn, ManifestMultipleOut, ManufactureCountry, MissingPackagesIn, MissingPackagesOut, Module, ModuleType, ModulesOut, MunicipalitiesOut, Municipality, Notification, NotificationConfiguration, NotificationConfigurationIn, NotificationConfigurationOut, NotificationIn, NotificationOut, NotificationStatus, NotificationType, NotificationsOut, NotificationsTypeOut, OpenItem, OpenItemIn, OpenItems, OpenItemsOut, Opening, OpeningCountryReferenceCurrency, OpeningHistory, OpeningIn, OpeningOut, OpeningPreClosingRequestIn, OpeningStatus, OpeningTransference, OpeningTransferenceIn, OpeningTransferenceOut, OpeningsOut, Operation, OperationAccountPaymentIn, OperationAccountPaymentOut, OperationAction, OperationCancelBillingIn, OperationCancelBillingOut, OperationDocumentCustomerIn, OperationDocumentCustomerOut, OperationDocumentIn, OperationDocumentOut, OperationDocumentRequestsOut, OperationEvent, OperationModule, OperationModuleEndIn, OperationModuleOut, OperationModuleStartIn, OperationPrintDocumentOut, OperationPrintTicketOut, OperationPrintXmlOut, OperationReport, OperationShipmentExternalIn, OperationShipmentExternalOut, OperationType, OperationTypeInventory, OperationTypesInventoryOut, OperationTypesOut, OperationsLoadTopCustomerV2In, OperationsReportOut, OtherInvoiceIn, OtherInvoiceOut, OtherInvoices, Override, OverridesOut, Package5, Package9, PackageInStockDetailOut, PackageInventory, PackageLocation, PackageLocationsOut, PackageMissing, PackageOnHoldIn, PackageOnHoldOut, PackageReassignPositionIn, PackageReassignPositionOut, PackageReport, PackageValidationActionIn, PackageValidationActionOut, PackagesInStockIn, PackagesInStockOut, PackagesReportOut, Parameter, ParameterConfig, ParameterConfigIn, ParameterConfigOut, ParameterConfigsOut, ParameterValueOut, ParametersByModelIn, ParametersOut, ParametersValuesOut, ParcelReport, ParcelsReportOut, Parish, ParishesOut, PartialWithdrawal, PartialWithdrawalsOut, Payment, PaymentDetail, PaymentOpenItemIn, PaymentOut, PaymentType, PaymentTypeFieldAccount, PaymentTypeFieldAccountIn, PaymentTypeFieldAccountOut, PaymentTypeFieldAccountsOut, PaymentTypeFieldCardType, PaymentTypeFieldCardTypeIn, PaymentTypeFieldCardTypeOut, PaymentTypeFieldCardTypesOut, PaymentTypesOut, Permission, PersonType, PersonTypesOut, PieceSupplyToSignaturePage, PiecesToSignaturePage, Pivot, PostalCode, PostalCodeBillings, PostalCodeFormat, PostalCodesOut, PostalLocation, PostalLocationsOut, PriceOverrideApprover, PriceOverrideApproversOut, PriceOverrideReason, PriceOverrideReasonsOut, PrintCollectionReceiptOut, Printable, Printer, Product, ProductEntitiesIn, ProductEntitiesOut, ProductEntity, ProductIn, ProductOut, ProductSubtotal, PromotionCodeDiscount, PromotionCodeDiscountsOut, PromotionIn, PromotionOut, Provider, ProvidersOut, Province, ProvincesOut, PutUsersIn, PutUsersOut, QuantityUnit, QuantityUnitsOut, QueryParams, Question, QuestionIn, QuestionOption, QuestionOut, QuestionResponse, QuestionType, QuestionTypesOut, QuestionsOut, QuoteEvent, QuoteEventIn, QuoteEventOut, QuoteEventType, QuoteEventTypesOut, QuoteEventsOut, ReEntryOfMissingPackage, ReEntryOfMissingPackageOut, ReEntryOfMissingPackages, ReEntryOfMissingPackagesIn, ReEntryOfMissingPackagesOut, ReceiptFile, ReceiptFileOut, Region, RegionsOut, ReportExternalShipment, ReportExternalShipmentAddress, ReturnFirstMileIn, ReturnFirstMileOut, Role, RoleIn, RoleOut, RoleType, RoleTypesOut, RolesOut, Rule, RuleByCriteria, RuleCriteriaIn, RuleIn, RuleOut, Rules, RulesByCriteriaOut, RulesIn, RulesOut, Sales, SalesBookReportOut, ServiceArea, ServiceAreaIn, ServiceAreasOut, Session, SessionIn, SessionOut, SetUpData, ShipmentAddresses, ShipmentBookPickup, ShipmentCancellationIn, ShipmentCancellationOut, ShipmentCompanyCountryExtraCharges, ShipmentComposition, ShipmentContentType, ShipmentContentTypesOut, ShipmentCustoms, ShipmentDataToSignaturePage, ShipmentDescription, ShipmentDescriptionsOut, ShipmentDocument, ShipmentDocumentsOut, ShipmentEmployeeCustomer, ShipmentEmployeeCustomers, ShipmentGroup, ShipmentGroupsOut, ShipmentGsop, ShipmentIncomeType, ShipmentIncomeTypeIn, ShipmentIncomeTypeOut, ShipmentIncomeTypesOut, ShipmentLandingReport, ShipmentOut, ShipmentPieceCompanyCountrySupplies, ShipmentPieces, ShipmentReports, ShipmentScope, ShipmentScopesOut, ShipmentSignaturePageConfirmationIn, ShipmentSignaturePageIn, ShipmentSignaturePageOut, ShipmentStatus, ShipmentStatusesOut, ShipmentTag, ShipmentsBookingIn, ShipmentsEReceiptIn, ShipmentsLandingReportOut, ShipmentsReportOut, SignaturePage, SignaturePageAnswers, SignaturePageConfirmation, SignaturePageConfirmationGenerateOut, SignaturePageConfirmationOut, SignaturePageSetting, SignaturePageSettingIn, State, Status, Status5, StatusesOut, StockUpdatePackagesOut, Suburb, SuppliesOut, Supply, SupplyEntitiesIn, SupplyEntitiesOut, SupplyEntity, SupplyEntityPacking, SupplyEntityType, SupplyIn, SupplyLocation, SupplyLocationIn, SupplyLocationOut, SupplyLocationTransaction, SupplyLocationTransactionIn, SupplyLocationTransactionOut, SupplyLocationsOut, SupplyOut, SupplyPacking, SupplyTransactionType, SupplyTransactionTypesOut, SupplyType, SupplyTypesOut, Survey, SurveyIn, SurveyOut, SurveyQuestion, SurveyQuestionIn, SurveyQuestionOut, SurveyQuestionsOut, SurveysOut, SymfonyModel, System, SystemEntitiesIn, SystemEntitiesOut, SystemIn, SystemOut, SystemsOut, TDXAccountSetting, TDXAccountSettingsIn, TDXAccountSettingsOut, TDXAccountsSettingsOut, Tax, TaxToSignaturePage, TextConfig, Tolerance, ToleranceIn, ToleranceOut, TolerancesOut, TopCustomer, TopCustomersOut, TradingTransactionType, TradingTransactionTypesOut, TransferenceType, TranslateLang, Translations, UniqueFolio, UniqueFolioIn, UniqueFolioOut, UniqueFoliosOut, Unit, UnitsOut, User, UserMe, ValidateAccountIn, ValidateAccountOut, ValidateFacilityIn, ValidateFacilityOut, ValidateIdentificationBRIn, ValidateIdentificationBROut, ValidateNIPIn, ValidateNIPOut, Values, WithdrawalAmount, WorkflowConfig, WorkflowConfigsBatchIn, WorkflowConfigsOut, WorkflowsOut, Zone, ZoneOut, ZonesOut };
9568
+ export { AccountTypeId, AccountTypeName, AlphaNumeric, ApiBillingCOService, ApiBillingDOService, ApiBillingGtService, ApiBillingMxService, ApiBillingPaService, ApiBillingSvService, ApiCashOperationsService, ApiCatalogsService, ApiCheckpointsService, ApiCompaniesService, ApiCompositionService, ApiCustomsService, ApiDiscountsService, ApiDropoffsService, ApiEToolsAutoBillingService, ApiEventsService, ApiExternalOperationsService, ApiInventoriesService, ApiInvoicesService, ApiNotificationsService, ApiOpenItemsService, ApiQuoteService, ApiReportsService, ApiSecurityService, ApiServicesService, ApiShipmentsService, ApiSuppliesService, ApiSurveysService, CryptoService, CustomerRoleType, DefaultValueType, DepositTypeCode, DocumentStatusCode, ENVIRONMENT_TOKEN, Event, Group, InventoryActions, InventoryErrorCodes, NgxServicesModule, OpeningStatusCode, OperationModuleStatus, PaymentTypeCode, PrintMode, PrintableFormat, PrintersService, PrintersType, RouteModelType, ShipmentIncomeTypeCode, TransferenceTypeCode, ViewSectionOption, WebSocketsService, apiHeadersInterceptor, apiTokenInterceptor, base64PdfToUrl, downloadBase64Pdf, httpCachingInterceptor, httpParams, pdfHeaders, provideNgxServices, queryString, xmlHeaders };
9569
+ export type { Account, AccountCategoriesOut, AccountCategory, AccountCompanyCountry, AccountCompanyCountryLocation, AccountEntitiesIn, AccountEntitiesOut, AccountIn, AccountLocation, AccountLocationId, AccountOut, AccountPayment, AccountResponse, AccountToTDX, AccountType, AccountTypeIn, AccountTypeOut, AccountTypesOut, AccountWithDefault, AccountWithLocations, AccountsActivesOut, AccountsOut, ActiveLessLaravelModel, ActiveLessSymfonyModel, AddressPlaceDetail, AddressPlaceDetailIn, AddressPlaceDetailsOut, AddressSuggestion, AddressSuggestionIn, AddressSuggestionsOut, AddressToSignaturePage, ApiBillingConfigurable, ApiModel, ApiResponse, ApiSuccess, Attribute, AttributeIn, AttributeWithId, AuthLoginIn, AuthLoginOut, AuthMeOut, AuthUserLoginIn, AvailablePrintersOut, Bank, BankAccount, BankAccountType, BankAccountsOut, BillingConfig, BillingConfigIn, BillingConfigOut, BillingConfigsOut, BillingDetailsPayment, BillingDetailsReport, BillingDetailsReportOut, BillingPaCustomer, BillingPaCustomerOut, BoardingProcess, BoardingProcessHistory, BoardingProcessIdIn, BoardingProcessIn, BoardingProcessStatus, BookPickupToSignaturePage, BusinessPartyTraderType, BusinessPartyTraderTypesOut, CFDI, CancelPaymentReceiptIn, CancellationReason, CancellationReasonIn, CancellationReasonOut, CancellationReasonsOut, CashValueSummary, CashValueSummaryOut, Catalog, CatalogLess, CatalogsOut, ChangeLanguageIn, Checkpoint, CheckpointCode, CheckpointEventReason, CheckpointEventReasonsOut, CheckpointInventory, CheckpointsInventoryOut, CheckpointsOut, City, Closing, ClosingIn, ClosingOut, ClosingPayment, CoCustomer, CoCustomerIn, CoDepartment, CoDepartmentsOut, CoExtraFields, CoFiscalRegime, CoFiscalRegimesOut, CoFiscalResponsibilitiesOut, CoFiscalResponsibility, CoGetCustomerOut, CoMunicipalitiesOut, CoMunicipality, CoPostCustomerOut, CoPostalCode, CoPostalCodesOut, CoTribute, CoTributesOut, CollectionPayment, CollectionPaymentsOut, CommercialInvoiceComposition, CommercialInvoiceItemToSignaturePage, CommercialInvoiceToSignaturePage, CommercialInvoiceType, CommoditiesOut, Commodity, CompaniesOut, Company, CompanyCountriesOut, CompanyCountry, CompanyCountryIn, CompanyCountryOut, CompanyCountryTax, CompanyCountryTaxesOut, CompanyIn, CompanyOut, CompositionCountryReferencesOut, ConfirmTermsIn, CountriesOut, Country, CountryCompanies, CountryCurrencyRate, CountryDocumentType, CountryDocumentTypesOut, CountryExchange, CountryGroups, CountryGroupsOut, CountryIn, CountryOut, CountryPaymentType, CountryPaymentTypeField, CountryPaymentTypeFieldIn, CountryPaymentTypeFieldOut, CountryPaymentTypeFieldsOut, CountryPaymentTypeIn, CountryPaymentTypeOut, CountryPaymentTypesOut, CountryReference, CountryReferenceCurrenciesOut, CountryReferenceCurrency, CountryReferenceCurrencyIn, CountryReferenceCurrencyOut, CountryReferenceExtraCharge, CountryReferenceExtraChargeIn, CountryReferenceExtraChargeOut, CountryReferenceIn, CountryReferenceOut, CountryReferenceProduct, CountryReferenceProductIn, CountryReferenceProductOut, CountryReferenceProductsOut, CountryReferencesOut, CountryToDocumentConfig, CountryToExportReason, CourierCheckOutPackesOut, CourierRoute, CourierRouteIn, CourierRouteOut, CourierRoutesOut, CriteriaCustom, CriteriaIn, CriteriaOut, CriteriaWithTimestamps, CurrenciesOut, Currency, CurrencyOut, Customer, CustomerCountryDocumentType, CustomerDocumentTypesOut, CustomerOpenItem, CustomerOtherInvoice, CustomerRestriction, CustomerRestrictionIn, CustomerRestrictionInV2, CustomerRestrictionOut, CustomerRestrictionsOut, CustomerSurvey, CustomerSurveyFinishIn, CustomerSurveyIn, CustomerSurveyOut, CustomerType, CustomerTypesOut, CustomersOut, CustomsAttribute, CustomsAttributeValues, CustomsRule, DeliveryConfirmationCompleteIn, DeliveryConfirmationGenerateIn, DeliveryConfirmationGenerateOut, DeliveryConfirmationIn, DeliveryConfirmationSearchOut, Department, DepartmentsOut, DependentRules, Deposit, DepositIn, DepositOut, DepositSlipOut, DestinationCountry, DhlCode, DhlCodeLess, Discount, DiscountIn, DiscountOut, DiscountsOut, District, DistrictsOut, Document, DocumentCategory, DocumentCategoryReports, DocumentConfiguration, DocumentConfigurationIn, DocumentConfigurationOut, DocumentConfigurationsOut, DocumentConfigurationsPreviewIn, DocumentConfigurationsPreviewOut, DocumentFunctionComposition, DocumentItem, DocumentPayment, DocumentRequests, DocumentStatus, DocumentStatusesOut, DocumentType, DocumentTypeComposition, DocumentTypeRange, DocumentTypeRangeIn, DocumentTypeRangeOut, DocumentTypeRangesOut, DocumentTypeReports, DocumentTypesOut, DocumentsTypesRangesCurrentStatusOut, Dropdown, DropdownConfig, EconomicActivitiesOut, EconomicActivity, EmailErrorIn, EmbassyShipment, EmbassyShipmentIn, EmbassyShipmentOut, EmbassyShipmentsOut, Employee, EmployeeCustomerDhl, EmployeeCustomersIn, EmployeeCustomersOut, EmployeeIn, EmployeeOut, EmployeesCustomersOut, EmployeesOut, Entity, Environment, EstablishmentType, EstablishmentTypesOut, EventRegister, EventRegistersOut, Exchange, ExchangeIn, ExchangeOut, ExchangesOut, ExportReason, ExportReasonIn, ExportReasonOut, ExportReasonTypes, ExportReasonTypesOut, ExportReasonsOut, ExportType, ExportTypesOut, ExternalShipmentAddress, ExternalShipmentAddressCancellation, ExternalShipmentAddressesIn, ExternalShipmentAddressesOut, ExternalShipmentCancellationIn, ExternalShipmentFile, ExternalShipmentFileHistory, ExternalShipmentFileOut, ExternalShipmentHistoriesOut, ExternalShipmentHistory, ExternalShipmentStatus, ExternalShipmentStatusOut, ExternalShipmentStatuses, ExternalShipmentsOut, ExtraCharge, ExtraChargeComposition, ExtraChargeEntitiesIn, ExtraChargeEntitiesOut, ExtraChargeEntity, ExtraChargeIn, ExtraChargeOut, ExtraChargeTax, ExtraChargeToSignaturePage, ExtraChargesOut, Facility, Field, FieldLess, FieldsOut, FileCheckOut, FillFrom, FillFromIn, FiscalRegimen, FiscalRegimensAcceptedOut, FiscalRegimensOut, GenericFolio, GenericFolioIn, GenericFolioOut, GenericFoliosOut, GetDocumentsOut, GetPostalLocationsIn, GetUserOut, GetUsersOut, HistoriesReportOut, HistoryReport, HistoryReportCheckpoint, Holiday, HolidayIn, HolidayOut, HolidaysOut, HttpCacheRoute, IdentificationType, IdentificationTypeCustomer, IdentificationTypeIn, IdentificationTypeNumberValidationIn, IdentificationTypeNumberValidationOut, IdentificationTypeOut, IdentificationTypesOut, Incident, IncidentIn, IncidentOut, IncidentReason, IncidentReasonComplement, IncidentReasonComplementIn, IncidentReasonComplementOut, IncidentReasonComplementsOut, IncidentReasonIn, IncidentReasonOut, IncidentReasonsOut, IncidentsOut, IncomeType, IncomeTypesOut, Installation, InstallationCountryReferenceCurrenciesOut, InstallationCountryReferenceCurrency, InstallationCountryReferenceCurrencyIn, InstallationCountryReferenceCurrencyOut, InstallationIn, InstallationOut, InstallationsOut, InventoriesReportOut, InventoryReport, InvoiceCancellationIn, InvoiceReport, InvoiceTypeCustomParamsIn, InvoicesOut, ItemComposition, Language, LanguageOut, LanguagesOut, LaravelModel, Location, LocationEmployee, LocationEmployeeBatchIn, LocationEmployeeOut, LocationEmployeesOut, LocationIn, LocationOut, LocationType, LocationTypeFields, LocationsOut, LoyaltyPeriod, LoyaltyPeriodIn, LoyaltyPeriodOut, LoyaltyPeriodsOut, LoyaltyRule, LoyaltyRuleIn, LoyaltyRuleOut, LoyaltyRulesOut, ManagementArea, ManagementAreasOut, ManifestMultipleIn, ManifestMultipleOut, MissingPackagesIn, MissingPackagesOut, Module, ModuleType, ModulesOut, MunicipalitiesOut, Municipality, Notification, NotificationConfiguration, NotificationConfigurationIn, NotificationConfigurationOut, NotificationIn, NotificationOut, NotificationStatus, NotificationType, NotificationsOut, NotificationsTypeOut, OpenItem, OpenItemIn, OpenItems, OpenItemsOut, Opening, OpeningCountryReferenceCurrency, OpeningHistory, OpeningIn, OpeningOut, OpeningPreClosingRequestIn, OpeningStatus, OpeningTransference, OpeningTransferenceIn, OpeningTransferenceOut, OpeningsOut, Operation, OperationAccountPaymentIn, OperationAccountPaymentOut, OperationAction, OperationCancelBillingIn, OperationCancelBillingOut, OperationDocumentCustomerIn, OperationDocumentCustomerOut, OperationDocumentIn, OperationDocumentOut, OperationDocumentRequestsOut, OperationEvent, OperationModule, OperationModuleEndIn, OperationModuleOut, OperationModuleStartIn, OperationPrintDocumentOut, OperationPrintTicketOut, OperationPrintXmlOut, OperationReport, OperationShipmentExternalIn, OperationShipmentExternalOut, OperationType, OperationTypeInventory, OperationTypesInventoryOut, OperationTypesOut, OperationsLoadTopCustomerV2In, OperationsReportOut, OtherInvoiceIn, OtherInvoiceOut, OtherInvoices, Override, OverridesOut, Package5, Package9, PackageInStockDetailOut, PackageInventory, PackageLocation, PackageLocationsOut, PackageMissing, PackageOnHoldIn, PackageOnHoldOut, PackageReassignPositionIn, PackageReassignPositionOut, PackageReport, PackageValidationActionIn, PackageValidationActionOut, PackagesInStockIn, PackagesInStockOut, PackagesReportOut, Parameter, ParameterConfig, ParameterConfigIn, ParameterConfigOut, ParameterConfigsOut, ParameterValueOut, ParametersByModelIn, ParametersOut, ParametersValuesOut, ParcelReport, ParcelsReportOut, Parish, ParishesOut, PartialWithdrawal, PartialWithdrawalsOut, Payment, PaymentDetail, PaymentOpenItemIn, PaymentOut, PaymentType, PaymentTypeFieldAccount, PaymentTypeFieldAccountIn, PaymentTypeFieldAccountOut, PaymentTypeFieldAccountsOut, PaymentTypeFieldCardType, PaymentTypeFieldCardTypeIn, PaymentTypeFieldCardTypeOut, PaymentTypeFieldCardTypesOut, PaymentTypesOut, Permission, PersonType, PersonTypesOut, PieceSupplyToSignaturePage, PiecesToSignaturePage, Pivot, PostalCode, PostalCodeBillings, PostalCodeFormat, PostalCodesOut, PostalLocation, PostalLocationsOut, PriceOverrideApprover, PriceOverrideApproversOut, PriceOverrideReason, PriceOverrideReasonsOut, PrintCollectionReceiptOut, Printable, Printer, Product, ProductEntitiesIn, ProductEntitiesOut, ProductEntity, ProductIn, ProductOut, ProductSubtotal, PromotionCodeDiscount, PromotionCodeDiscountsOut, PromotionIn, PromotionOut, Provider, ProvidersOut, Province, ProvincesOut, PutUsersIn, PutUsersOut, QuantityUnit, QuantityUnitsOut, QueryParams, Question, QuestionIn, QuestionOption, QuestionOut, QuestionResponse, QuestionType, QuestionTypesOut, QuestionsOut, QuoteEvent, QuoteEventIn, QuoteEventOut, QuoteEventType, QuoteEventTypesOut, QuoteEventsOut, ReEntryOfMissingPackage, ReEntryOfMissingPackageOut, ReEntryOfMissingPackages, ReEntryOfMissingPackagesIn, ReEntryOfMissingPackagesOut, ReceiptFile, ReceiptFileOut, Region, RegionsOut, ReportExternalShipment, ReportExternalShipmentAddress, ReturnFirstMileIn, ReturnFirstMileOut, Role, RoleIn, RoleOut, RoleType, RoleTypesOut, RolesOut, Rule, RuleByCriteria, RuleCriteriaIn, RuleIn, RuleOut, RulesByCriteriaOut, RulesIn, RulesOut, Sales, SalesBookReportOut, ServiceArea, ServiceAreaIn, ServiceAreasOut, Session, SessionIn, SessionOut, SetUpData, ShipmentAddressComposition, ShipmentBookPickup, ShipmentCancellationIn, ShipmentCancellationOut, ShipmentComposition, ShipmentContentType, ShipmentContentTypesOut, ShipmentCustoms, ShipmentDataToSignaturePage, ShipmentDescription, ShipmentDescriptionsOut, ShipmentDocument, ShipmentDocumentsOut, ShipmentEmployeeCustomer, ShipmentEmployeeCustomers, ShipmentGroup, ShipmentGroupsOut, ShipmentGsopComposition, ShipmentIncomeType, ShipmentIncomeTypeIn, ShipmentIncomeTypeOut, ShipmentIncomeTypesOut, ShipmentLandingReport, ShipmentOut, ShipmentPieceComposition, ShipmentPieceSupplyComposition, ShipmentProductComposition, ShipmentReports, ShipmentScope, ShipmentScopesOut, ShipmentSignaturePageConfirmationIn, ShipmentSignaturePageIn, ShipmentSignaturePageOut, ShipmentStatus, ShipmentStatusesOut, ShipmentTag, ShipmentsBookingIn, ShipmentsEReceiptIn, ShipmentsLandingReportOut, ShipmentsOut, ShipmentsReportOut, SignaturePage, SignaturePageAnswers, SignaturePageConfirmation, SignaturePageConfirmationGenerateOut, SignaturePageConfirmationOut, SignaturePageSetting, SignaturePageSettingIn, State, Status, Status5, StatusesOut, StockUpdatePackagesOut, Suburb, SuppliesOut, Supply, SupplyEntitiesIn, SupplyEntitiesOut, SupplyEntity, SupplyEntityPacking, SupplyEntityType, SupplyIn, SupplyLocation, SupplyLocationIn, SupplyLocationOut, SupplyLocationTransaction, SupplyLocationTransactionIn, SupplyLocationTransactionOut, SupplyLocationsOut, SupplyOut, SupplyPacking, SupplyTransactionType, SupplyTransactionTypesOut, SupplyType, SupplyTypesOut, Survey, SurveyIn, SurveyOut, SurveyQuestion, SurveyQuestionIn, SurveyQuestionOut, SurveyQuestionsOut, SurveysOut, SymfonyModel, System, SystemEntitiesIn, SystemEntitiesOut, SystemIn, SystemOut, SystemsOut, TDXAccountSetting, TDXAccountSettingsIn, TDXAccountSettingsOut, TDXAccountsSettingsOut, TaxComposition, TaxToSignaturePage, TextConfig, Tolerance, ToleranceIn, ToleranceOut, TolerancesOut, TopCustomer, TopCustomersOut, TradingTransactionType, TradingTransactionTypesOut, TransferenceType, TranslateLang, Translations, UniqueFolio, UniqueFolioIn, UniqueFolioOut, UniqueFoliosOut, Unit, UnitsOut, User, UserMe, ValidateAccountIn, ValidateAccountOut, ValidateFacilityIn, ValidateFacilityOut, ValidateIdentificationBRIn, ValidateIdentificationBROut, ValidateNIPIn, ValidateNIPOut, WithdrawalAmount, WorkflowConfig, WorkflowConfigsBatchIn, WorkflowConfigsOut, WorkflowsOut, Zone, ZoneOut, ZonesOut };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experteam-mx/ngx-services",
3
- "version": "20.9.1-dev3.0",
3
+ "version": "20.9.1-dev3.2",
4
4
  "description": "Angular common services for Experteam apps",
5
5
  "author": "Experteam Cía. Ltda.",
6
6
  "keywords": [