@experteam-mx/ngx-services 20.8.0-dev2.1 → 20.8.1
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
|
@@ -34,7 +34,6 @@ type Environment = {
|
|
|
34
34
|
apiCompositionUrl?: string;
|
|
35
35
|
apiCustomsUrl?: string;
|
|
36
36
|
apiDiscountsUrl?: string;
|
|
37
|
-
apiDropoffUrl?: string;
|
|
38
37
|
apiEToolsAutoBilling?: string;
|
|
39
38
|
apiEventsUrl?: string;
|
|
40
39
|
apiExternalOperationsUrl?: string;
|
|
@@ -4938,41 +4937,6 @@ declare class ApiDiscountsService {
|
|
|
4938
4937
|
static ɵprov: i0.ɵɵInjectableDeclaration<ApiDiscountsService>;
|
|
4939
4938
|
}
|
|
4940
4939
|
|
|
4941
|
-
type ShipmentsBookingIn = {
|
|
4942
|
-
transactionId: string;
|
|
4943
|
-
shipmentTrackingNumbers: string[];
|
|
4944
|
-
};
|
|
4945
|
-
type ShipmentsEReceiptIn = {
|
|
4946
|
-
transactionId: string;
|
|
4947
|
-
shipmentTrackingNumbers: string[];
|
|
4948
|
-
addresses: string[];
|
|
4949
|
-
};
|
|
4950
|
-
|
|
4951
|
-
declare class ApiDropoffsService {
|
|
4952
|
-
private environments;
|
|
4953
|
-
private http;
|
|
4954
|
-
/**
|
|
4955
|
-
* Retrieves the URL for the Inventories API from the environment configurations.
|
|
4956
|
-
*
|
|
4957
|
-
* @return {string} The URL of the Inventories API.
|
|
4958
|
-
*/
|
|
4959
|
-
get url(): string;
|
|
4960
|
-
/**
|
|
4961
|
-
* Send a Courier Request for Shipment.
|
|
4962
|
-
*
|
|
4963
|
-
* @param {ShipmentsBookingIn} body - The courier for shipment data.
|
|
4964
|
-
*/
|
|
4965
|
-
postShipmentsBooking(body: ShipmentsBookingIn): Observable<{}>;
|
|
4966
|
-
/**
|
|
4967
|
-
* Send a EReceipt for Shipment.
|
|
4968
|
-
*
|
|
4969
|
-
* @param {ShipmentsEReceiptIn} body - The EReceipt for Shipment data.
|
|
4970
|
-
*/
|
|
4971
|
-
postShipmentsEReceipt(body: ShipmentsEReceiptIn): Observable<{}>;
|
|
4972
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ApiDropoffsService, never>;
|
|
4973
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ApiDropoffsService>;
|
|
4974
|
-
}
|
|
4975
|
-
|
|
4976
4940
|
interface ExternalShipmentAddress extends ActiveLessSymfonyModel {
|
|
4977
4941
|
addressLine1: string;
|
|
4978
4942
|
addressLine2: string;
|
|
@@ -5340,31 +5304,6 @@ declare enum Group {
|
|
|
5340
5304
|
expiration = "expiration",
|
|
5341
5305
|
verification = "verification"
|
|
5342
5306
|
}
|
|
5343
|
-
declare enum InventoryActions {
|
|
5344
|
-
INVENTORY_CHECK_OUT = "inventoryCheckOut",
|
|
5345
|
-
INVENTORY_COURIER_PICK_UP = "inventoryCourierPickUp",
|
|
5346
|
-
INVENTORY_LOCATION_BACKROOM = "inventoryLocationBackroom",
|
|
5347
|
-
INVENTORY_MISSING_PIECES = "inventoryMissingPieces",
|
|
5348
|
-
INVENTORY_RE_ENTRY_MISSING_PIECES = "inventoryReEntryMissingPieces",
|
|
5349
|
-
INVENTORY_ODD_NOTIFICATION = "inventoryOddNotifications"
|
|
5350
|
-
}
|
|
5351
|
-
declare enum InventoryErrorCodes {
|
|
5352
|
-
CODE_SHP_FORMAT = "INV-E001",
|
|
5353
|
-
CODE_PCKG_FORMAT = "INV-E002",
|
|
5354
|
-
CODE_PACKAGE_NOT_FOUND = "INV-E101",
|
|
5355
|
-
CODE_EXISTS_INVENTORY_DIFFERENT_LOCATION = "INV-E007",
|
|
5356
|
-
CODE_PACKAGE_NOT_IN_STOCK = "INV-E105",
|
|
5357
|
-
CODE_PACKAGE_NOT_MISSING = "INV-E107",
|
|
5358
|
-
CODE_ACTION_NOT_VALID = "INV-E108",
|
|
5359
|
-
CODE_MULTIPLE_PACKAGES = "INV-E109",
|
|
5360
|
-
CODE_PACKAGE_NOT_CHECK_IN = "INV-E110",
|
|
5361
|
-
CODE_PACKAGE_NOT_DROP_OFF = "INV-E111"
|
|
5362
|
-
}
|
|
5363
|
-
declare enum RouteModelType {
|
|
5364
|
-
ROUTE_ID = "RouteId",
|
|
5365
|
-
COURIER = "Courier",
|
|
5366
|
-
COURIER_ROUTE = "CourierRoute"
|
|
5367
|
-
}
|
|
5368
5307
|
|
|
5369
5308
|
interface CheckpointInventory extends ActiveLessSymfonyModel {
|
|
5370
5309
|
code: string;
|
|
@@ -5470,24 +5409,6 @@ interface CourierRoute extends SymfonyModel {
|
|
|
5470
5409
|
name: string;
|
|
5471
5410
|
locationId: number;
|
|
5472
5411
|
}
|
|
5473
|
-
interface Package5 {
|
|
5474
|
-
id: number;
|
|
5475
|
-
shipmentTrackingNumber: string;
|
|
5476
|
-
trackingNumber: string;
|
|
5477
|
-
position: string | null;
|
|
5478
|
-
messageFail: string;
|
|
5479
|
-
lastStatus: Status5;
|
|
5480
|
-
}
|
|
5481
|
-
interface Status5 {
|
|
5482
|
-
code: string;
|
|
5483
|
-
name: string;
|
|
5484
|
-
description: string | null;
|
|
5485
|
-
}
|
|
5486
|
-
interface Package9 {
|
|
5487
|
-
id: number;
|
|
5488
|
-
shipmentTrackingNumber: string;
|
|
5489
|
-
trackingNumber: string;
|
|
5490
|
-
}
|
|
5491
5412
|
|
|
5492
5413
|
type CheckpointsInventoryOut = {
|
|
5493
5414
|
total: number;
|
|
@@ -5556,7 +5477,6 @@ type ReEntryOfMissingPackagesOut = {
|
|
|
5556
5477
|
reEntryOfMissingPackages: ReEntryOfMissingPackages;
|
|
5557
5478
|
};
|
|
5558
5479
|
type ReEntryOfMissingPackagesIn = {
|
|
5559
|
-
transactionId: string;
|
|
5560
5480
|
packagesIds: number[];
|
|
5561
5481
|
};
|
|
5562
5482
|
type CourierCheckOutPackesOut = {
|
|
@@ -5599,58 +5519,6 @@ type CourierRouteIn = {
|
|
|
5599
5519
|
locationId: number;
|
|
5600
5520
|
isActive: boolean;
|
|
5601
5521
|
};
|
|
5602
|
-
type PackageValidationActionIn = {
|
|
5603
|
-
shipmentTrackingNumber?: string;
|
|
5604
|
-
trackingNumber?: string;
|
|
5605
|
-
action: InventoryActions;
|
|
5606
|
-
transactionId?: string;
|
|
5607
|
-
};
|
|
5608
|
-
type PackageValidationActionOut = {
|
|
5609
|
-
packageValidation: {
|
|
5610
|
-
transactionId: string;
|
|
5611
|
-
package: {
|
|
5612
|
-
id: number;
|
|
5613
|
-
shipmentTrackingNumber: string;
|
|
5614
|
-
trackingNumber: string;
|
|
5615
|
-
};
|
|
5616
|
-
};
|
|
5617
|
-
};
|
|
5618
|
-
type ReturnFirstMileIn = {
|
|
5619
|
-
packagesIds: number[];
|
|
5620
|
-
transactionId: string;
|
|
5621
|
-
routeModelId: string | number;
|
|
5622
|
-
routeModelType: RouteModelType;
|
|
5623
|
-
};
|
|
5624
|
-
type ReturnFirstMileOut = {
|
|
5625
|
-
returnFirstMile: {
|
|
5626
|
-
status: boolean;
|
|
5627
|
-
messages: string[];
|
|
5628
|
-
number: string;
|
|
5629
|
-
};
|
|
5630
|
-
};
|
|
5631
|
-
type PackageReassignPositionIn = {
|
|
5632
|
-
packagesIds: number[];
|
|
5633
|
-
transactionId: string;
|
|
5634
|
-
position: string;
|
|
5635
|
-
};
|
|
5636
|
-
type PackageReassignPositionOut = {
|
|
5637
|
-
packageReassignPositions: {
|
|
5638
|
-
number: number;
|
|
5639
|
-
packages: Package5[];
|
|
5640
|
-
};
|
|
5641
|
-
};
|
|
5642
|
-
type MissingPackagesIn = {
|
|
5643
|
-
packagesIds: number[];
|
|
5644
|
-
transactionId: string;
|
|
5645
|
-
};
|
|
5646
|
-
type MissingPackagesOut = {
|
|
5647
|
-
missingPackages: {
|
|
5648
|
-
number: string;
|
|
5649
|
-
operationPackages: {
|
|
5650
|
-
packages: Package9[];
|
|
5651
|
-
};
|
|
5652
|
-
};
|
|
5653
|
-
};
|
|
5654
5522
|
|
|
5655
5523
|
declare class ApiInventoriesService {
|
|
5656
5524
|
private environments;
|
|
@@ -5872,34 +5740,6 @@ declare class ApiInventoriesService {
|
|
|
5872
5740
|
* @returns {Observable<CourierRouteOut>} An observable that emits the result of the delete courier route.
|
|
5873
5741
|
*/
|
|
5874
5742
|
deleteCourierRoute(id: Number): Observable<CourierRouteOut>;
|
|
5875
|
-
/**
|
|
5876
|
-
* Get a package/shipment enabled to perform an action.
|
|
5877
|
-
*
|
|
5878
|
-
* @param {PackageValidationActionIn} body - package/shipment number to validate.
|
|
5879
|
-
* @returns {Observable<PackageValidationActionOut>} An observable with the package/shipment validated.
|
|
5880
|
-
*/
|
|
5881
|
-
postPackageValidationActions(body: PackageValidationActionIn): Observable<PackageValidationActionOut>;
|
|
5882
|
-
/**
|
|
5883
|
-
* Edit return first mile resource.
|
|
5884
|
-
*
|
|
5885
|
-
* @param {ReturnFirstMileIn} body - The first mile data to be updated.
|
|
5886
|
-
* @returns {Observable<ReturnFirstMileOut>} An observable with the first mile updated.
|
|
5887
|
-
*/
|
|
5888
|
-
putReturnFirstMile(body: ReturnFirstMileIn): Observable<ReturnFirstMileOut>;
|
|
5889
|
-
/**
|
|
5890
|
-
* Replaces a Package Reassign Position resource.
|
|
5891
|
-
*
|
|
5892
|
-
* @param {PackageReassignPositionIn} body - The Package Reassign Position resource data to be updated.
|
|
5893
|
-
* @returns {Observable<PackageReassignPositionOut>} An observable with the Package Reassign Position resource updated.
|
|
5894
|
-
*/
|
|
5895
|
-
putPackageReassignPositions(body: PackageReassignPositionIn): Observable<PackageReassignPositionOut>;
|
|
5896
|
-
/**
|
|
5897
|
-
* Edit missing package resource.
|
|
5898
|
-
*
|
|
5899
|
-
* @param {MissingPackagesIn} body - The missing package resource data to be updated.
|
|
5900
|
-
* @returns {Observable<MissingPackagesOut>} An observable with the missing package resource updated.
|
|
5901
|
-
*/
|
|
5902
|
-
putMissingPackages(body: MissingPackagesIn): Observable<MissingPackagesOut>;
|
|
5903
5743
|
static ɵfac: i0.ɵɵFactoryDeclaration<ApiInventoriesService, never>;
|
|
5904
5744
|
static ɵprov: i0.ɵɵInjectableDeclaration<ApiInventoriesService>;
|
|
5905
5745
|
}
|
|
@@ -8447,12 +8287,23 @@ interface EmbassyShipment extends SymfonyModel {
|
|
|
8447
8287
|
createdAt: string;
|
|
8448
8288
|
updatedAt: string;
|
|
8449
8289
|
}
|
|
8450
|
-
interface
|
|
8451
|
-
|
|
8290
|
+
interface DocumentConfiguration extends SymfonyModel {
|
|
8291
|
+
documentType: string;
|
|
8292
|
+
country: CountryToDocumentConfig;
|
|
8293
|
+
title: string | null;
|
|
8294
|
+
content: string | null;
|
|
8295
|
+
signaturePageSetting: SignaturePageSetting | null;
|
|
8296
|
+
}
|
|
8297
|
+
interface SignaturePageSetting extends ApiModel {
|
|
8452
8298
|
isDefault: boolean;
|
|
8453
8299
|
termsAndCondition: string | null;
|
|
8454
8300
|
marketingConsent: string | null;
|
|
8455
8301
|
additionalVerbiage: string | null;
|
|
8302
|
+
marketingConsentMandatory: boolean;
|
|
8303
|
+
}
|
|
8304
|
+
interface CountryToDocumentConfig extends ActiveLessSymfonyModel {
|
|
8305
|
+
code: string;
|
|
8306
|
+
name: string;
|
|
8456
8307
|
}
|
|
8457
8308
|
|
|
8458
8309
|
type ValidateAccountIn = {
|
|
@@ -8549,12 +8400,12 @@ type EmbassyShipmentsOut = {
|
|
|
8549
8400
|
total: number;
|
|
8550
8401
|
embassyShipments: EmbassyShipment[];
|
|
8551
8402
|
};
|
|
8552
|
-
type
|
|
8403
|
+
type DocumentConfigurationsOut = {
|
|
8553
8404
|
total: number;
|
|
8554
|
-
|
|
8405
|
+
documentConfigurations: DocumentConfiguration[];
|
|
8555
8406
|
};
|
|
8556
|
-
type
|
|
8557
|
-
|
|
8407
|
+
type DocumentConfigurationOut = {
|
|
8408
|
+
documentConfiguration: DocumentConfiguration;
|
|
8558
8409
|
};
|
|
8559
8410
|
type EmbassyShipmentIn = {
|
|
8560
8411
|
countryId: number;
|
|
@@ -8577,13 +8428,26 @@ type EmbassyShipmentIn = {
|
|
|
8577
8428
|
businessPartyTraderTypeId: number | null;
|
|
8578
8429
|
isActive: boolean;
|
|
8579
8430
|
};
|
|
8580
|
-
type
|
|
8431
|
+
type DocumentConfigurationIn = {
|
|
8581
8432
|
countryId: number;
|
|
8433
|
+
documentType: string;
|
|
8434
|
+
title?: string | null;
|
|
8435
|
+
content?: string | null;
|
|
8436
|
+
isActive: boolean;
|
|
8437
|
+
signaturePageSetting?: SignaturePageSettingIn | null;
|
|
8438
|
+
};
|
|
8439
|
+
type SignaturePageSettingIn = {
|
|
8582
8440
|
isDefault: boolean;
|
|
8583
8441
|
termsAndCondition: string | null;
|
|
8584
8442
|
marketingConsent: string | null;
|
|
8585
8443
|
additionalVerbiage: string | null;
|
|
8586
|
-
|
|
8444
|
+
marketingConsentMandatory: boolean;
|
|
8445
|
+
};
|
|
8446
|
+
type DocumentConfigurationsPreviewIn = {
|
|
8447
|
+
html: string;
|
|
8448
|
+
};
|
|
8449
|
+
type DocumentConfigurationsPreviewOut = {
|
|
8450
|
+
preview: string;
|
|
8587
8451
|
};
|
|
8588
8452
|
interface EmbassyShipmentOut {
|
|
8589
8453
|
embassyShipment: EmbassyShipment;
|
|
@@ -8667,31 +8531,41 @@ declare class ApiShipmentsService {
|
|
|
8667
8531
|
*/
|
|
8668
8532
|
putEmbassyShipments(id: number, body: EmbassyShipmentIn): Observable<EmbassyShipmentOut>;
|
|
8669
8533
|
/**
|
|
8670
|
-
* Retrieves a paginated list of
|
|
8671
|
-
*
|
|
8672
|
-
* @
|
|
8534
|
+
* Retrieves a paginated list of document configurations.
|
|
8535
|
+
*
|
|
8536
|
+
* @param {QueryParams} params - Query parameters used for filtering, sorting, and pagination.
|
|
8537
|
+
* @returns {Observable<DocumentConfigurationsOut>} An observable containing the list of document configurations and pagination metadata.
|
|
8673
8538
|
*/
|
|
8674
|
-
|
|
8539
|
+
getDocumentConfigurations(params: QueryParams): Observable<DocumentConfigurationsOut>;
|
|
8675
8540
|
/**
|
|
8676
|
-
* Retrieves
|
|
8541
|
+
* Retrieves a document configuration by its identifier.
|
|
8677
8542
|
*
|
|
8678
|
-
* @param {number} id - The identifier of the
|
|
8679
|
-
* @
|
|
8543
|
+
* @param {number} id - The unique identifier of the document configuration.
|
|
8544
|
+
* @returns {Observable<DocumentConfigurationOut>} An observable containing the document configuration details.
|
|
8680
8545
|
*/
|
|
8681
|
-
|
|
8546
|
+
getDocumentConfiguration(id: number): Observable<DocumentConfigurationOut>;
|
|
8682
8547
|
/**
|
|
8683
|
-
* Creates a new
|
|
8684
|
-
*
|
|
8685
|
-
* @
|
|
8548
|
+
* Creates a new document configuration.
|
|
8549
|
+
*
|
|
8550
|
+
* @param {DocumentConfigurationIn} body - The document configuration data to create.
|
|
8551
|
+
* @returns {Observable<DocumentConfigurationOut>} An observable containing the newly created document configuration.
|
|
8686
8552
|
*/
|
|
8687
|
-
|
|
8553
|
+
postDocumentConfiguration(body: DocumentConfigurationIn): Observable<DocumentConfigurationOut>;
|
|
8688
8554
|
/**
|
|
8689
|
-
* Updates an existing
|
|
8690
|
-
*
|
|
8691
|
-
* @param {
|
|
8692
|
-
* @
|
|
8555
|
+
* Updates an existing document configuration.
|
|
8556
|
+
*
|
|
8557
|
+
* @param {number} id - The unique identifier of the document configuration to update.
|
|
8558
|
+
* @param {DocumentConfigurationIn} body - The updated document configuration data.
|
|
8559
|
+
* @returns {Observable<DocumentConfigurationOut>} An observable containing the updated document configuration.
|
|
8560
|
+
*/
|
|
8561
|
+
putDocumentConfiguration(id: number, body: DocumentConfigurationIn): Observable<DocumentConfigurationOut>;
|
|
8562
|
+
/**
|
|
8563
|
+
* Generates a preview for a document configuration.
|
|
8564
|
+
*
|
|
8565
|
+
* @param {DocumentConfigurationsPreviewIn} body - The data used to generate the document preview.
|
|
8566
|
+
* @returns {Observable<DocumentConfigurationsPreviewOut>} An observable containing the generated document preview.
|
|
8693
8567
|
*/
|
|
8694
|
-
|
|
8568
|
+
postDocumentConfigurationPreview(body: DocumentConfigurationsPreviewIn): Observable<DocumentConfigurationsPreviewOut>;
|
|
8695
8569
|
static ɵfac: i0.ɵɵFactoryDeclaration<ApiShipmentsService, never>;
|
|
8696
8570
|
static ɵprov: i0.ɵɵInjectableDeclaration<ApiShipmentsService>;
|
|
8697
8571
|
}
|
|
@@ -9278,5 +9152,5 @@ declare const xmlHeaders: (format?: "object" | "http_header") => HttpHeaders | {
|
|
|
9278
9152
|
[header: string]: string | string[];
|
|
9279
9153
|
};
|
|
9280
9154
|
|
|
9281
|
-
export { AccountTypeId, AccountTypeName, AlphaNumeric, ApiBillingCOService, ApiBillingDOService, ApiBillingGtService, ApiBillingMxService, ApiBillingPaService, ApiBillingSvService, ApiCashOperationsService, ApiCatalogsService, ApiCheckpointsService, ApiCompaniesService, ApiCompositionService, ApiCustomsService, ApiDiscountsService,
|
|
9282
|
-
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, 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, 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, CommercialInvoiceType, CommoditiesOut, Commodity, CompaniesOut, Company, CompanyCountriesOut, CompanyCountry, CompanyCountryIn, CompanyCountryOut, CompanyCountryTax, CompanyCountryTaxesOut, CompanyIn, CompanyOut, CompositionCountryReferencesOut, 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, 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, CustomerSurvey, CustomerSurveyFinishIn, CustomerSurveyIn, CustomerSurveyOut, CustomerType, CustomerTypesOut, CustomersOut, Customs, DeliveryConfirmationCompleteIn, DeliveryConfirmationGenerateIn, DeliveryConfirmationGenerateOut, DeliveryConfirmationIn, DeliveryConfirmationSearchOut, Department, DepartmentsOut, DependentRules, Deposit, DepositIn, DepositOut, DepositSlipOut, DestinationCountry, DhlCode, DhlCodeLess, Discount, DiscountIn, DiscountOut, DiscountsOut, District, DistrictsOut, Document, DocumentCategory, DocumentCategoryReports, 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, 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, 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, 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, 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, ShipmentDescription, ShipmentDescriptionsOut, ShipmentEmployeeCustomer, ShipmentEmployeeCustomers, ShipmentGroup, ShipmentGroupsOut, ShipmentGsop, ShipmentIncomeType, ShipmentIncomeTypeIn, ShipmentIncomeTypeOut, ShipmentIncomeTypesOut, ShipmentLandingReport, ShipmentOut, ShipmentPieceCompanyCountrySupplies, ShipmentPieces, ShipmentReports, ShipmentScope, ShipmentScopesOut, ShipmentSignaturePageOut, ShipmentStatus, ShipmentStatusesOut, ShipmentTag, ShipmentsBookingIn, ShipmentsEReceiptIn, ShipmentsLandingReportOut, ShipmentsReportOut, SignaturePageSetting, SignaturePageSettingIn, SignaturePageSettingOut, SignaturePageSettingsOut, 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, 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 };
|
|
9155
|
+
export { AccountTypeId, AccountTypeName, AlphaNumeric, ApiBillingCOService, ApiBillingDOService, ApiBillingGtService, ApiBillingMxService, ApiBillingPaService, ApiBillingSvService, ApiCashOperationsService, ApiCatalogsService, ApiCheckpointsService, ApiCompaniesService, ApiCompositionService, ApiCustomsService, ApiDiscountsService, ApiEToolsAutoBillingService, ApiEventsService, ApiExternalOperationsService, ApiInventoriesService, ApiInvoicesService, ApiNotificationsService, ApiOpenItemsService, ApiQuoteService, ApiReportsService, ApiSecurityService, ApiServicesService, ApiShipmentsService, ApiSuppliesService, ApiSurveysService, CryptoService, DefaultValueType, DepositTypeCode, DocumentStatusCode, ENVIRONMENT_TOKEN, Event, Group, NgxServicesModule, OpeningStatusCode, OperationModuleStatus, PaymentTypeCode, PrintMode, PrintableFormat, PrintersService, PrintersType, ShipmentIncomeTypeCode, TransferenceTypeCode, ViewSectionOption, WebSocketsService, apiHeadersInterceptor, apiTokenInterceptor, base64PdfToUrl, downloadBase64Pdf, httpCachingInterceptor, httpParams, pdfHeaders, provideNgxServices, queryString, xmlHeaders };
|
|
9156
|
+
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, 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, 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, CommercialInvoiceType, CommoditiesOut, Commodity, CompaniesOut, Company, CompanyCountriesOut, CompanyCountry, CompanyCountryIn, CompanyCountryOut, CompanyCountryTax, CompanyCountryTaxesOut, CompanyIn, CompanyOut, CompositionCountryReferencesOut, 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, CustomerSurvey, CustomerSurveyFinishIn, CustomerSurveyIn, CustomerSurveyOut, CustomerType, CustomerTypesOut, CustomersOut, Customs, 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, 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, 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, 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, PackageInStockDetailOut, PackageInventory, PackageLocation, PackageLocationsOut, PackageMissing, PackageReport, 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, 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, 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, ShipmentDescription, ShipmentDescriptionsOut, ShipmentEmployeeCustomer, ShipmentEmployeeCustomers, ShipmentGroup, ShipmentGroupsOut, ShipmentGsop, ShipmentIncomeType, ShipmentIncomeTypeIn, ShipmentIncomeTypeOut, ShipmentIncomeTypesOut, ShipmentLandingReport, ShipmentOut, ShipmentPieceCompanyCountrySupplies, ShipmentPieces, ShipmentReports, ShipmentScope, ShipmentScopesOut, ShipmentSignaturePageOut, ShipmentStatus, ShipmentStatusesOut, ShipmentTag, ShipmentsLandingReportOut, ShipmentsReportOut, SignaturePageSetting, SignaturePageSettingIn, State, Status, 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, 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 };
|