@experteam-mx/ngx-services 20.9.2 → 20.9.3

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
@@ -2828,25 +2828,10 @@ interface AccountWithDefault extends Account {
2828
2828
  }
2829
2829
  interface AccountWithLocations extends Account {
2830
2830
  account_company_countries: AccountCompanyCountryLocation[];
2831
- country: CountryAccount;
2831
+ country: CountryCompanies;
2832
2832
  }
2833
- interface CountryAccount {
2834
- id: number;
2835
- code: string;
2836
- name: string;
2837
- timezone: string;
2838
- hasImportService: boolean;
2839
- isActive: boolean;
2840
- isoCode: string;
2841
- codePhone: string;
2842
- phoneDigits: string | null;
2843
- createdAt: string;
2844
- updatedAt: string;
2845
- locationType: LocationType;
2846
- unit: Unit;
2847
- locationTypeFields: LocationTypeFields;
2833
+ interface CountryCompanies extends Country {
2848
2834
  postalCodeFormats: PostalCodeFormat[];
2849
- translations: Translations;
2850
2835
  }
2851
2836
 
2852
2837
  type LocationEmployeesOut = {
@@ -4047,7 +4032,7 @@ declare class ApiCompaniesService {
4047
4032
  static ɵprov: i0.ɵɵInjectableDeclaration<ApiCompaniesService>;
4048
4033
  }
4049
4034
 
4050
- declare enum CustomerType$1 {
4035
+ declare enum CustomerRoleType {
4051
4036
  SHIPPER = "SP",
4052
4037
  CONSIGNEE = "RV",
4053
4038
  IMPORTER = "IP",
@@ -4094,138 +4079,180 @@ interface SupplyLocationTransaction extends ActiveLessSymfonyModel {
4094
4079
  stock: number;
4095
4080
  }
4096
4081
 
4097
- interface ShipmentComposition extends SymfonyModel {
4098
- currencyCode: string;
4099
- extraCharges: ExtraChargeComposition[];
4100
- globalProductCode: string;
4101
- globalProductName: string;
4102
- localProductCode: string;
4103
- localProductName: string;
4104
- trackingNumber: string;
4105
- contentDescription: string;
4106
- realWeight: number;
4107
- piecesNumber: number;
4108
- productSubtotal: number;
4109
- productTax: number;
4110
- productTotal: number;
4111
- declaredValue: number;
4112
- insuredValue: number;
4082
+ interface ShipmentComposition extends ActiveLessSymfonyModel {
4113
4083
  accountNumber: string;
4114
- userId: number;
4115
- installationId: number;
4084
+ cancellationDateTime: string | null;
4085
+ cancellationReasonId: number | null;
4086
+ commercialExchangeRate: number;
4087
+ commercialInvoice: CommercialInvoiceComposition | null;
4116
4088
  companyCountryId: number;
4117
- productId: number;
4089
+ contentDescription: string;
4118
4090
  countryReferenceCurrencyId: number;
4119
- commercialExchangeRate: number;
4120
- ibsExchangeRate: number;
4121
- shipmentStatusId: number;
4122
- shipmentAddresses: ShipmentAddresses[];
4123
- shipmentPieces: ShipmentPieces[];
4124
- shipmentCompanyCountryExtraCharges: ShipmentCompanyCountryExtraCharges[];
4125
- shipmentGsop: ShipmentGsop;
4126
- additionalData: AdditionalData;
4127
- transactionId: string;
4128
- requiresPayment: boolean;
4129
- originServiceAreaCode: string;
4130
- originFacilityCode: string;
4131
- destinationServiceAreaCode: string;
4091
+ date: string;
4092
+ declaredCurrency: string | null;
4093
+ declaredValue: number;
4094
+ deliveryDateTime: string;
4132
4095
  destinationFacilityCode: string;
4133
- productTaxes: string[];
4096
+ destinationServiceAreaCode: string;
4097
+ discountModelId: number | null;
4098
+ discountModelType: string | null;
4099
+ discountName: string | null;
4100
+ discountPercentage: number | null;
4101
+ discountReference: string | null;
4102
+ discountValue: number | null;
4103
+ dutiesAndTaxesAccountNumber: string | null;
4104
+ einNumber: string | null;
4105
+ exportReason: ExportReason | null;
4106
+ exportReasonId: number | null;
4107
+ extraFields: Record<string, unknown>;
4108
+ ibsExchangeRate: number;
4109
+ installationId: number;
4110
+ insuredCurrency: string | null;
4111
+ insuredValue: number | null;
4112
+ isCash: boolean;
4113
+ isDocument: boolean;
4114
+ isDutiesAndTaxes: boolean;
4134
4115
  isInspected: boolean;
4135
- extraFields: {
4136
- [key: string]: string | number | boolean;
4137
- };
4138
- shipmentContentTypeId: number;
4139
- commercialInvoice: CommercialInvoice;
4140
- shipmentScopeId: number;
4141
- shipmentGroupId: number;
4142
- product: string[];
4143
- declaredCurrency: string;
4144
- insuredCurrency: string;
4145
- deliveryDateTime: string;
4146
- date: string;
4147
- promotionCode: string;
4148
- priceOverrideApproverId: number;
4149
- priceOverrideReasonId: number;
4150
- customs: Customs;
4151
- exportReasonId: number;
4152
- exportReason: string[];
4153
- shipmentBookPickup: ShipmentBookPickup;
4154
- questionId: number;
4155
4116
  isInsured: boolean;
4156
- itnNumber: string;
4157
- einNumber: string;
4158
- otherAccountNumber: string;
4159
- dutiesAndTaxesAccountNumber: string;
4160
- discountId: string;
4161
- discountReference: string;
4162
- totalPublishedValue: number;
4163
- totalPartnerAccountValue: number;
4164
- isMarketingConsent: boolean;
4165
- isTermCondition: boolean;
4166
- isDocument: boolean;
4167
- isCash: boolean;
4117
+ isMarketingConsent: boolean | null;
4118
+ isOccurs: boolean;
4119
+ isOtherOrigin: boolean;
4168
4120
  isPriceOverride: boolean;
4169
4121
  isProforma: boolean;
4170
4122
  isPromotionCode: boolean;
4171
4123
  isRetailRate: boolean;
4172
- isOtherOrigin: boolean;
4173
- isOccurs: boolean;
4174
- isDutiesAndTaxes: boolean;
4124
+ isTermCondition: boolean;
4125
+ itnNumber: string | null;
4126
+ manifestDateTime: string | null;
4127
+ originFacilityCode: string;
4128
+ originServiceAreaCode: string;
4129
+ otherAccountNumber: string | null;
4130
+ piecesNumber: number;
4131
+ priceOverrideApproverId: number | null;
4132
+ priceOverrideReasonId: number | null;
4133
+ product: ShipmentProductComposition;
4134
+ productId: number;
4135
+ productSubtotal: number;
4136
+ productTax: number;
4137
+ productTaxes: TaxComposition[];
4138
+ productTotal: number;
4139
+ promotionCode: string | null;
4140
+ realWeight: number;
4141
+ requiresPayment: boolean;
4142
+ shipmentAddresses: ShipmentAddressComposition[];
4143
+ shipmentBookPickup: ShipmentBookPickup | null;
4144
+ shipmentContentTypeId: number;
4145
+ shipmentExtraCharges: ExtraChargeComposition[];
4146
+ shipmentGroupId: number;
4147
+ shipmentGsop: ShipmentGsopComposition | null;
4148
+ shipmentPieces: ShipmentPieceComposition[];
4149
+ shipmentScopeId: number;
4150
+ shipmentStatusId: number;
4151
+ shipmentTaxes: TaxComposition[];
4152
+ shipmentWithholding: unknown | null;
4153
+ subtotal: number;
4154
+ tax: number;
4155
+ total: number;
4156
+ totalPartnerAccountValue: number | null;
4157
+ totalPublishedValue: number | null;
4158
+ trackingNumber: string;
4159
+ transactionId: string;
4160
+ userId: number;
4161
+ customs: {
4162
+ ignoreValidation: boolean;
4163
+ criteria: {
4164
+ origin: string;
4165
+ destination: string;
4166
+ dutiable: boolean;
4167
+ declaredValue: number | null;
4168
+ };
4169
+ rules: {
4170
+ id: number;
4171
+ level: string;
4172
+ attributes: {
4173
+ id: number;
4174
+ field: string;
4175
+ dhlCode: string;
4176
+ values: {
4177
+ shipment: string;
4178
+ customer: CustomerRoleType;
4179
+ invoiceHeader: string;
4180
+ invoiceItem: string[];
4181
+ };
4182
+ }[];
4183
+ }[];
4184
+ };
4185
+ additionalData: {
4186
+ countryCode: string;
4187
+ productGlobalCode: string;
4188
+ productLocalCode: string;
4189
+ currencyCode: string;
4190
+ userUsername: string;
4191
+ locationFacilityCode: string;
4192
+ shipmentStatusCode: string;
4193
+ awbTypeCode?: string;
4194
+ shipmentTypeCode?: string;
4195
+ };
4175
4196
  }
4176
- interface ExtraChargeComposition {
4177
- globalServiceCode: string;
4178
- localServiceCode: string;
4179
- globalServiceName: string;
4180
- localServiceName: string;
4197
+ interface ExtraChargeComposition extends ActiveLessSymfonyModel {
4181
4198
  subtotal: number;
4182
4199
  tax: number;
4183
4200
  total: number;
4184
- taxes: Tax[];
4201
+ extraChargeId: number;
4202
+ taxes: TaxComposition[];
4203
+ extraChargeGroup: string;
4204
+ extraChargeCode: string;
4205
+ extraChargeName: string;
4206
+ extraChargeIsDiscount: boolean;
4185
4207
  }
4186
- interface Tax {
4208
+ interface TaxComposition extends ActiveLessSymfonyModel {
4187
4209
  code: string;
4188
4210
  percent: number;
4189
4211
  baseAmount: number;
4190
4212
  amount: number;
4191
4213
  }
4192
- interface ShipmentAddresses extends SymfonyModel {
4214
+ interface ShipmentAddressComposition extends ActiveLessSymfonyModel {
4193
4215
  index: number;
4194
- identificationTypeId: number;
4195
- identificationNumber: string;
4216
+ identificationTypeId: number | null;
4217
+ identificationNumber: string | null;
4196
4218
  companyName: string;
4197
4219
  fullName: string;
4198
4220
  email: string;
4199
4221
  phoneCode: string;
4200
4222
  phoneNumber: string;
4201
- postalCode: string;
4202
- stateCode: string;
4223
+ postalCode: string | null;
4224
+ stateCode: string | null;
4225
+ stateId: number | null;
4203
4226
  countyName: string;
4204
4227
  cityName: string;
4205
4228
  addressLine1: string;
4206
- addressLine2: string;
4207
- addressLine3: string;
4229
+ addressLine2: string | null;
4230
+ addressLine3: string | null;
4208
4231
  countryId: number;
4209
- identificationType: IdentificationTypeComposition;
4210
- roleType: CustomerType$1;
4211
- }
4212
- interface IdentificationTypeComposition extends SymfonyModel {
4213
- name: string;
4214
- companyCountryId: number;
4215
- }
4216
- interface ShipmentPieces extends ActiveLessSymfonyModel {
4232
+ roleType: CustomerRoleType;
4233
+ businessPartyTraderTypeId: number | null;
4234
+ registrationNumbers: unknown[];
4235
+ importerTaxIdentification: string | null;
4236
+ emailReceipt: boolean;
4237
+ residentialDelivery: boolean;
4238
+ country: CountryCompanies;
4239
+ state: State | null;
4240
+ businessPartyTraderType?: BusinessPartyTraderType | null;
4241
+ identificationType?: IdentificationType | null;
4242
+ }
4243
+ interface ShipmentPieceComposition extends ActiveLessSymfonyModel {
4217
4244
  number: number;
4218
4245
  height: number;
4219
4246
  length: number;
4220
4247
  width: number;
4221
4248
  realWeight: number;
4222
4249
  volumetricWeight: number;
4223
- dataIdentifier: string;
4250
+ dataIdentifier: string | null;
4224
4251
  trackingNumber: string;
4225
- licensePlateBarCode: string;
4226
- shipmentPieceCompanyCountrySupplies: ShipmentPieceCompanyCountrySupplies[];
4252
+ licensePlateBarCode: string | null;
4253
+ shipmentPieceSupplies: ShipmentPieceSupplyComposition[];
4227
4254
  }
4228
- interface ShipmentPieceCompanyCountrySupplies extends ActiveLessSymfonyModel {
4255
+ interface ShipmentPieceSupplyComposition extends ActiveLessSymfonyModel {
4229
4256
  supplyId: number;
4230
4257
  quantity: number;
4231
4258
  subtotal: number;
@@ -4236,18 +4263,25 @@ interface ShipmentPieceCompanyCountrySupplies extends ActiveLessSymfonyModel {
4236
4263
  description: string;
4237
4264
  supply: Supply;
4238
4265
  }
4239
- interface CommercialInvoice extends ActiveLessSymfonyModel {
4266
+ interface ShipmentProductComposition extends ActiveLessSymfonyModel {
4267
+ globalCode: string;
4268
+ localCode: string;
4269
+ globalName: string;
4270
+ localName: string;
4271
+ isDocument: boolean;
4272
+ }
4273
+ interface CommercialInvoiceComposition extends ActiveLessSymfonyModel {
4240
4274
  documentTypeId: number;
4241
4275
  tradingTransactionTypeId: number;
4242
4276
  documentFunctionId: number;
4243
4277
  number: string;
4244
4278
  remarks: string;
4245
- items: Item[];
4279
+ items: ItemComposition[];
4246
4280
  documentType: DocumentTypeComposition;
4247
4281
  tradingTransactionType: TradingTransactionType;
4248
- documentFunction: DocumentFunction;
4282
+ documentFunction: DocumentFunctionComposition;
4249
4283
  }
4250
- interface Item extends ActiveLessSymfonyModel {
4284
+ interface ItemComposition extends ActiveLessSymfonyModel {
4251
4285
  description: string;
4252
4286
  quantity: number;
4253
4287
  quantityUnitId: number;
@@ -4256,32 +4290,31 @@ interface Item extends ActiveLessSymfonyModel {
4256
4290
  realWeight: number;
4257
4291
  commodityId: number;
4258
4292
  quantityUnit: QuantityUnit;
4259
- manufactureCountry: ManufactureCountry;
4293
+ manufactureCountry: {
4294
+ id: string;
4295
+ code: string;
4296
+ name: string;
4297
+ locationType: string[];
4298
+ unit: string[];
4299
+ timezone: string;
4300
+ hasImportService: boolean;
4301
+ isActive: boolean;
4302
+ regions: string[];
4303
+ zones: string[];
4304
+ isoCode: string;
4305
+ };
4260
4306
  commodity: Commodity;
4261
4307
  }
4262
- interface ManufactureCountry {
4263
- id: string;
4264
- code: string;
4265
- name: string;
4266
- locationType: string[];
4267
- unit: string[];
4268
- timezone: string;
4269
- hasImportService: boolean;
4270
- isActive: boolean;
4271
- regions: string[];
4272
- zones: string[];
4273
- isoCode: string;
4274
- }
4275
4308
  interface DocumentTypeComposition extends SymfonyModel {
4276
4309
  code: string;
4277
4310
  name: string;
4278
4311
  description: string;
4279
4312
  }
4280
- interface DocumentFunction extends SymfonyModel {
4313
+ interface DocumentFunctionComposition extends SymfonyModel {
4281
4314
  code: string;
4282
4315
  name: string;
4283
4316
  }
4284
- interface ShipmentGsop extends ActiveLessSymfonyModel {
4317
+ interface ShipmentGsopComposition extends ActiveLessSymfonyModel {
4285
4318
  productContentCode: string;
4286
4319
  originServiceAreaCode: string;
4287
4320
  destinationServiceAreaCode: string;
@@ -4289,54 +4322,6 @@ interface ShipmentGsop extends ActiveLessSymfonyModel {
4289
4322
  awbBarCode: string;
4290
4323
  dhlRoutingBarCode: string;
4291
4324
  }
4292
- interface ShipmentCompanyCountryExtraCharges extends ActiveLessSymfonyModel {
4293
- subtotal: number;
4294
- tax: number;
4295
- total: number;
4296
- extraChargeId: number;
4297
- extraChargeCode: string;
4298
- }
4299
- interface AdditionalData {
4300
- awbTypeCode: string;
4301
- countryCode: string;
4302
- shipmentTypeCode: string;
4303
- productGlobalCode: string;
4304
- productLocalCode: string;
4305
- currencyCode: string;
4306
- userUsername: string;
4307
- locationFacilityCode: string;
4308
- }
4309
- interface Customs {
4310
- criteria: Criteria;
4311
- rules: Rules[];
4312
- }
4313
- interface Criteria {
4314
- origin: string;
4315
- destination: string;
4316
- dutiable: boolean;
4317
- declaredValue: number;
4318
- }
4319
- interface Rules {
4320
- id: number;
4321
- level: string;
4322
- attributes: Attributes[];
4323
- }
4324
- interface Attributes {
4325
- id: number;
4326
- field: string;
4327
- dhlCode: string;
4328
- values: Values;
4329
- }
4330
- interface Values {
4331
- shipment: string;
4332
- customer: CustomerComposition;
4333
- invoiceHeader: string;
4334
- invoiceItem: string[];
4335
- }
4336
- interface CustomerComposition {
4337
- SP: string;
4338
- RV: string;
4339
- }
4340
4325
  interface ShipmentBookPickup extends ActiveLessSymfonyModel {
4341
4326
  pickupDate: string;
4342
4327
  readyByTime: string;
@@ -4350,6 +4335,10 @@ interface ShipmentBookPickup extends ActiveLessSymfonyModel {
4350
4335
  type ShipmentOut = {
4351
4336
  shipment: ShipmentComposition;
4352
4337
  };
4338
+ type ShipmentsOut = {
4339
+ shipments: ShipmentComposition[];
4340
+ total: number;
4341
+ };
4353
4342
  type CompositionCountryReferencesOut = {
4354
4343
  country_references: CountryReference[];
4355
4344
  total: number;
@@ -4371,6 +4360,13 @@ declare class ApiCompositionService {
4371
4360
  * @returns {Observable<ShipmentOut>} An observable that emits the details of the shipment.
4372
4361
  */
4373
4362
  getShipment(id: number): Observable<ShipmentOut>;
4363
+ /**
4364
+ * Retrieves shipments based on the provided query parameters.
4365
+ *
4366
+ * @param {QueryParams} params - The query parameters for the API request.
4367
+ * @returns {Observable<ShipmentsOut>} An observable that emits the shipments data.
4368
+ */
4369
+ getShipments(params: QueryParams): Observable<ShipmentsOut>;
4374
4370
  /**
4375
4371
  * Fetches the country references data based on the provided query parameters.
4376
4372
  *
@@ -5522,7 +5518,6 @@ type DeliveryConfirmationSearchOut = {
5522
5518
  type SignaturePageConfirmationGenerateOut = {
5523
5519
  code: string;
5524
5520
  };
5525
- type CustomerRoleType = 'SP' | 'RV' | 'IM' | 'EX' | string;
5526
5521
  type ConfirmTermsIn = {
5527
5522
  shipment_id: number;
5528
5523
  status: 'Processed' | 'Canceled';
@@ -9643,5 +9638,5 @@ declare const xmlHeaders: (format?: "object" | "http_header") => HttpHeaders | {
9643
9638
  [header: string]: string | string[];
9644
9639
  };
9645
9640
 
9646
- export { AccountTypeId, AccountTypeName, AlphaNumeric, ApiAuditsService, 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 };
9647
- 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, Connection, ConnectionsOut, 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, TransactionLog, TransactionLogsDownloadOut, TransactionLogsOut, 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 };
9641
+ export { AccountTypeId, AccountTypeName, AlphaNumeric, ApiAuditsService, 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 };
9642
+ 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, Connection, ConnectionsOut, 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, TransactionLog, TransactionLogsDownloadOut, TransactionLogsOut, 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.2",
3
+ "version": "20.9.3",
4
4
  "description": "Angular common services for Experteam apps",
5
5
  "author": "Experteam Cía. Ltda.",
6
6
  "keywords": [