@experteam-mx/ngx-services 20.7.0-dev2.1 → 20.7.0-dev3.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
|
@@ -2663,30 +2663,15 @@ interface AccountWithDefault extends Account {
|
|
|
2663
2663
|
}
|
|
2664
2664
|
interface AccountWithLocations extends Account {
|
|
2665
2665
|
account_company_countries: AccountCompanyCountryLocation[];
|
|
2666
|
-
country:
|
|
2666
|
+
country: CountryCompanies;
|
|
2667
2667
|
}
|
|
2668
2668
|
interface PostalCodeFormat extends SymfonyModel {
|
|
2669
2669
|
format: string;
|
|
2670
2670
|
significantChars: number;
|
|
2671
2671
|
regex: string;
|
|
2672
2672
|
}
|
|
2673
|
-
interface
|
|
2674
|
-
id: number;
|
|
2675
|
-
code: string;
|
|
2676
|
-
name: string;
|
|
2677
|
-
timezone: string;
|
|
2678
|
-
hasImportService: boolean;
|
|
2679
|
-
isActive: boolean;
|
|
2680
|
-
isoCode: string;
|
|
2681
|
-
codePhone: string;
|
|
2682
|
-
phoneDigits: string | null;
|
|
2683
|
-
createdAt: string;
|
|
2684
|
-
updatedAt: string;
|
|
2685
|
-
locationType: LocationType;
|
|
2686
|
-
unit: Unit;
|
|
2687
|
-
locationTypeFields: LocationTypeFields;
|
|
2673
|
+
interface CountryCompanies extends Country {
|
|
2688
2674
|
postalCodeFormats: PostalCodeFormat[];
|
|
2689
|
-
translations: Translations;
|
|
2690
2675
|
}
|
|
2691
2676
|
|
|
2692
2677
|
type LocationEmployeesOut = {
|
|
@@ -3907,7 +3892,7 @@ declare class ApiCompaniesService {
|
|
|
3907
3892
|
static ɵprov: i0.ɵɵInjectableDeclaration<ApiCompaniesService>;
|
|
3908
3893
|
}
|
|
3909
3894
|
|
|
3910
|
-
declare enum
|
|
3895
|
+
declare enum CustomerRoleType {
|
|
3911
3896
|
SHIPPER = "SP",
|
|
3912
3897
|
CONSIGNEE = "RV",
|
|
3913
3898
|
IMPORTER = "IP",
|
|
@@ -3954,138 +3939,180 @@ interface SupplyLocationTransaction extends ActiveLessSymfonyModel {
|
|
|
3954
3939
|
stock: number;
|
|
3955
3940
|
}
|
|
3956
3941
|
|
|
3957
|
-
interface ShipmentComposition extends
|
|
3958
|
-
currencyCode: string;
|
|
3959
|
-
extraCharges: ExtraChargeComposition[];
|
|
3960
|
-
globalProductCode: string;
|
|
3961
|
-
globalProductName: string;
|
|
3962
|
-
localProductCode: string;
|
|
3963
|
-
localProductName: string;
|
|
3964
|
-
trackingNumber: string;
|
|
3965
|
-
contentDescription: string;
|
|
3966
|
-
realWeight: number;
|
|
3967
|
-
piecesNumber: number;
|
|
3968
|
-
productSubtotal: number;
|
|
3969
|
-
productTax: number;
|
|
3970
|
-
productTotal: number;
|
|
3971
|
-
declaredValue: number;
|
|
3972
|
-
insuredValue: number;
|
|
3942
|
+
interface ShipmentComposition extends ActiveLessSymfonyModel {
|
|
3973
3943
|
accountNumber: string;
|
|
3974
|
-
|
|
3975
|
-
|
|
3944
|
+
cancellationDateTime: string | null;
|
|
3945
|
+
cancellationReasonId: number | null;
|
|
3946
|
+
commercialExchangeRate: number;
|
|
3947
|
+
commercialInvoice: CommercialInvoiceComposition | null;
|
|
3976
3948
|
companyCountryId: number;
|
|
3977
|
-
|
|
3949
|
+
contentDescription: string;
|
|
3978
3950
|
countryReferenceCurrencyId: number;
|
|
3979
|
-
|
|
3980
|
-
|
|
3981
|
-
|
|
3982
|
-
|
|
3983
|
-
shipmentPieces: ShipmentPieces[];
|
|
3984
|
-
shipmentCompanyCountryExtraCharges: ShipmentCompanyCountryExtraCharges[];
|
|
3985
|
-
shipmentGsop: ShipmentGsop;
|
|
3986
|
-
additionalData: AdditionalData;
|
|
3987
|
-
transactionId: string;
|
|
3988
|
-
requiresPayment: boolean;
|
|
3989
|
-
originServiceAreaCode: string;
|
|
3990
|
-
originFacilityCode: string;
|
|
3991
|
-
destinationServiceAreaCode: string;
|
|
3951
|
+
date: string;
|
|
3952
|
+
declaredCurrency: string | null;
|
|
3953
|
+
declaredValue: number;
|
|
3954
|
+
deliveryDateTime: string;
|
|
3992
3955
|
destinationFacilityCode: string;
|
|
3993
|
-
|
|
3956
|
+
destinationServiceAreaCode: string;
|
|
3957
|
+
discountModelId: number | null;
|
|
3958
|
+
discountModelType: string | null;
|
|
3959
|
+
discountName: string | null;
|
|
3960
|
+
discountPercentage: number | null;
|
|
3961
|
+
discountReference: string | null;
|
|
3962
|
+
discountValue: number | null;
|
|
3963
|
+
dutiesAndTaxesAccountNumber: string | null;
|
|
3964
|
+
einNumber: string | null;
|
|
3965
|
+
exportReason: ExportReason | null;
|
|
3966
|
+
exportReasonId: number | null;
|
|
3967
|
+
extraFields: Record<string, unknown>;
|
|
3968
|
+
ibsExchangeRate: number;
|
|
3969
|
+
installationId: number;
|
|
3970
|
+
insuredCurrency: string | null;
|
|
3971
|
+
insuredValue: number | null;
|
|
3972
|
+
isCash: boolean;
|
|
3973
|
+
isDocument: boolean;
|
|
3974
|
+
isDutiesAndTaxes: boolean;
|
|
3994
3975
|
isInspected: boolean;
|
|
3995
|
-
extraFields: {
|
|
3996
|
-
[key: string]: string | number | boolean;
|
|
3997
|
-
};
|
|
3998
|
-
shipmentContentTypeId: number;
|
|
3999
|
-
commercialInvoice: CommercialInvoice;
|
|
4000
|
-
shipmentScopeId: number;
|
|
4001
|
-
shipmentGroupId: number;
|
|
4002
|
-
product: string[];
|
|
4003
|
-
declaredCurrency: string;
|
|
4004
|
-
insuredCurrency: string;
|
|
4005
|
-
deliveryDateTime: string;
|
|
4006
|
-
date: string;
|
|
4007
|
-
promotionCode: string;
|
|
4008
|
-
priceOverrideApproverId: number;
|
|
4009
|
-
priceOverrideReasonId: number;
|
|
4010
|
-
customs: Customs;
|
|
4011
|
-
exportReasonId: number;
|
|
4012
|
-
exportReason: string[];
|
|
4013
|
-
shipmentBookPickup: ShipmentBookPickup;
|
|
4014
|
-
questionId: number;
|
|
4015
3976
|
isInsured: boolean;
|
|
4016
|
-
|
|
4017
|
-
|
|
4018
|
-
|
|
4019
|
-
dutiesAndTaxesAccountNumber: string;
|
|
4020
|
-
discountId: string;
|
|
4021
|
-
discountReference: string;
|
|
4022
|
-
totalPublishedValue: number;
|
|
4023
|
-
totalPartnerAccountValue: number;
|
|
4024
|
-
isMarketingConsent: boolean;
|
|
4025
|
-
isTermCondition: boolean;
|
|
4026
|
-
isDocument: boolean;
|
|
4027
|
-
isCash: boolean;
|
|
3977
|
+
isMarketingConsent: boolean | null;
|
|
3978
|
+
isOccurs: boolean;
|
|
3979
|
+
isOtherOrigin: boolean;
|
|
4028
3980
|
isPriceOverride: boolean;
|
|
4029
3981
|
isProforma: boolean;
|
|
4030
3982
|
isPromotionCode: boolean;
|
|
4031
3983
|
isRetailRate: boolean;
|
|
4032
|
-
|
|
4033
|
-
|
|
4034
|
-
|
|
3984
|
+
isTermCondition: boolean;
|
|
3985
|
+
itnNumber: string | null;
|
|
3986
|
+
manifestDateTime: string | null;
|
|
3987
|
+
originFacilityCode: string;
|
|
3988
|
+
originServiceAreaCode: string;
|
|
3989
|
+
otherAccountNumber: string | null;
|
|
3990
|
+
piecesNumber: number;
|
|
3991
|
+
priceOverrideApproverId: number | null;
|
|
3992
|
+
priceOverrideReasonId: number | null;
|
|
3993
|
+
product: ShipmentProductComposition;
|
|
3994
|
+
productId: number;
|
|
3995
|
+
productSubtotal: number;
|
|
3996
|
+
productTax: number;
|
|
3997
|
+
productTaxes: TaxComposition[];
|
|
3998
|
+
productTotal: number;
|
|
3999
|
+
promotionCode: string | null;
|
|
4000
|
+
realWeight: number;
|
|
4001
|
+
requiresPayment: boolean;
|
|
4002
|
+
shipmentAddresses: ShipmentAddressComposition[];
|
|
4003
|
+
shipmentBookPickup: ShipmentBookPickup | null;
|
|
4004
|
+
shipmentContentTypeId: number;
|
|
4005
|
+
shipmentExtraCharges: ExtraChargeComposition[];
|
|
4006
|
+
shipmentGroupId: number;
|
|
4007
|
+
shipmentGsop: ShipmentGsopComposition | null;
|
|
4008
|
+
shipmentPieces: ShipmentPieceComposition[];
|
|
4009
|
+
shipmentScopeId: number;
|
|
4010
|
+
shipmentStatusId: number;
|
|
4011
|
+
shipmentTaxes: TaxComposition[];
|
|
4012
|
+
shipmentWithholding: unknown | null;
|
|
4013
|
+
subtotal: number;
|
|
4014
|
+
tax: number;
|
|
4015
|
+
total: number;
|
|
4016
|
+
totalPartnerAccountValue: number | null;
|
|
4017
|
+
totalPublishedValue: number | null;
|
|
4018
|
+
trackingNumber: string;
|
|
4019
|
+
transactionId: string;
|
|
4020
|
+
userId: number;
|
|
4021
|
+
customs: {
|
|
4022
|
+
ignoreValidation: boolean;
|
|
4023
|
+
criteria: {
|
|
4024
|
+
origin: string;
|
|
4025
|
+
destination: string;
|
|
4026
|
+
dutiable: boolean;
|
|
4027
|
+
declaredValue: number | null;
|
|
4028
|
+
};
|
|
4029
|
+
rules: {
|
|
4030
|
+
id: number;
|
|
4031
|
+
level: string;
|
|
4032
|
+
attributes: {
|
|
4033
|
+
id: number;
|
|
4034
|
+
field: string;
|
|
4035
|
+
dhlCode: string;
|
|
4036
|
+
values: {
|
|
4037
|
+
shipment: string;
|
|
4038
|
+
customer: CustomerRoleType;
|
|
4039
|
+
invoiceHeader: string;
|
|
4040
|
+
invoiceItem: string[];
|
|
4041
|
+
};
|
|
4042
|
+
}[];
|
|
4043
|
+
}[];
|
|
4044
|
+
};
|
|
4045
|
+
additionalData: {
|
|
4046
|
+
countryCode: string;
|
|
4047
|
+
productGlobalCode: string;
|
|
4048
|
+
productLocalCode: string;
|
|
4049
|
+
currencyCode: string;
|
|
4050
|
+
userUsername: string;
|
|
4051
|
+
locationFacilityCode: string;
|
|
4052
|
+
shipmentStatusCode: string;
|
|
4053
|
+
awbTypeCode?: string;
|
|
4054
|
+
shipmentTypeCode?: string;
|
|
4055
|
+
};
|
|
4035
4056
|
}
|
|
4036
|
-
interface ExtraChargeComposition {
|
|
4037
|
-
globalServiceCode: string;
|
|
4038
|
-
localServiceCode: string;
|
|
4039
|
-
globalServiceName: string;
|
|
4040
|
-
localServiceName: string;
|
|
4057
|
+
interface ExtraChargeComposition extends ActiveLessSymfonyModel {
|
|
4041
4058
|
subtotal: number;
|
|
4042
4059
|
tax: number;
|
|
4043
4060
|
total: number;
|
|
4044
|
-
|
|
4061
|
+
extraChargeId: number;
|
|
4062
|
+
taxes: TaxComposition[];
|
|
4063
|
+
extraChargeGroup: string;
|
|
4064
|
+
extraChargeCode: string;
|
|
4065
|
+
extraChargeName: string;
|
|
4066
|
+
extraChargeIsDiscount: boolean;
|
|
4045
4067
|
}
|
|
4046
|
-
interface
|
|
4068
|
+
interface TaxComposition extends ActiveLessSymfonyModel {
|
|
4047
4069
|
code: string;
|
|
4048
4070
|
percent: number;
|
|
4049
4071
|
baseAmount: number;
|
|
4050
4072
|
amount: number;
|
|
4051
4073
|
}
|
|
4052
|
-
interface
|
|
4074
|
+
interface ShipmentAddressComposition extends ActiveLessSymfonyModel {
|
|
4053
4075
|
index: number;
|
|
4054
|
-
identificationTypeId: number;
|
|
4055
|
-
identificationNumber: string;
|
|
4076
|
+
identificationTypeId: number | null;
|
|
4077
|
+
identificationNumber: string | null;
|
|
4056
4078
|
companyName: string;
|
|
4057
4079
|
fullName: string;
|
|
4058
4080
|
email: string;
|
|
4059
4081
|
phoneCode: string;
|
|
4060
4082
|
phoneNumber: string;
|
|
4061
|
-
postalCode: string;
|
|
4062
|
-
stateCode: string;
|
|
4083
|
+
postalCode: string | null;
|
|
4084
|
+
stateCode: string | null;
|
|
4085
|
+
stateId: number | null;
|
|
4063
4086
|
countyName: string;
|
|
4064
4087
|
cityName: string;
|
|
4065
4088
|
addressLine1: string;
|
|
4066
|
-
addressLine2: string;
|
|
4067
|
-
addressLine3: string;
|
|
4089
|
+
addressLine2: string | null;
|
|
4090
|
+
addressLine3: string | null;
|
|
4068
4091
|
countryId: number;
|
|
4069
|
-
|
|
4070
|
-
|
|
4071
|
-
|
|
4072
|
-
|
|
4073
|
-
|
|
4074
|
-
|
|
4075
|
-
|
|
4076
|
-
|
|
4092
|
+
roleType: CustomerRoleType;
|
|
4093
|
+
businessPartyTraderTypeId: number | null;
|
|
4094
|
+
registrationNumbers: unknown[];
|
|
4095
|
+
importerTaxIdentification: string | null;
|
|
4096
|
+
emailReceipt: boolean;
|
|
4097
|
+
residentialDelivery: boolean;
|
|
4098
|
+
country: CountryCompanies;
|
|
4099
|
+
state: State | null;
|
|
4100
|
+
businessPartyTraderType?: BusinessPartyTraderType | null;
|
|
4101
|
+
identificationType?: IdentificationType | null;
|
|
4102
|
+
}
|
|
4103
|
+
interface ShipmentPieceComposition extends ActiveLessSymfonyModel {
|
|
4077
4104
|
number: number;
|
|
4078
4105
|
height: number;
|
|
4079
4106
|
length: number;
|
|
4080
4107
|
width: number;
|
|
4081
4108
|
realWeight: number;
|
|
4082
4109
|
volumetricWeight: number;
|
|
4083
|
-
dataIdentifier: string;
|
|
4110
|
+
dataIdentifier: string | null;
|
|
4084
4111
|
trackingNumber: string;
|
|
4085
|
-
licensePlateBarCode: string;
|
|
4086
|
-
|
|
4112
|
+
licensePlateBarCode: string | null;
|
|
4113
|
+
shipmentPieceSupplies: ShipmentPieceSupplyComposition[];
|
|
4087
4114
|
}
|
|
4088
|
-
interface
|
|
4115
|
+
interface ShipmentPieceSupplyComposition extends ActiveLessSymfonyModel {
|
|
4089
4116
|
supplyId: number;
|
|
4090
4117
|
quantity: number;
|
|
4091
4118
|
subtotal: number;
|
|
@@ -4096,18 +4123,25 @@ interface ShipmentPieceCompanyCountrySupplies extends ActiveLessSymfonyModel {
|
|
|
4096
4123
|
description: string;
|
|
4097
4124
|
supply: Supply;
|
|
4098
4125
|
}
|
|
4099
|
-
interface
|
|
4126
|
+
interface ShipmentProductComposition extends ActiveLessSymfonyModel {
|
|
4127
|
+
globalCode: string;
|
|
4128
|
+
localCode: string;
|
|
4129
|
+
globalName: string;
|
|
4130
|
+
localName: string;
|
|
4131
|
+
isDocument: boolean;
|
|
4132
|
+
}
|
|
4133
|
+
interface CommercialInvoiceComposition extends ActiveLessSymfonyModel {
|
|
4100
4134
|
documentTypeId: number;
|
|
4101
4135
|
tradingTransactionTypeId: number;
|
|
4102
4136
|
documentFunctionId: number;
|
|
4103
4137
|
number: string;
|
|
4104
4138
|
remarks: string;
|
|
4105
|
-
items:
|
|
4139
|
+
items: ItemComposition[];
|
|
4106
4140
|
documentType: DocumentTypeComposition;
|
|
4107
4141
|
tradingTransactionType: TradingTransactionType;
|
|
4108
|
-
documentFunction:
|
|
4142
|
+
documentFunction: DocumentFunctionComposition;
|
|
4109
4143
|
}
|
|
4110
|
-
interface
|
|
4144
|
+
interface ItemComposition extends ActiveLessSymfonyModel {
|
|
4111
4145
|
description: string;
|
|
4112
4146
|
quantity: number;
|
|
4113
4147
|
quantityUnitId: number;
|
|
@@ -4116,32 +4150,31 @@ interface Item extends ActiveLessSymfonyModel {
|
|
|
4116
4150
|
realWeight: number;
|
|
4117
4151
|
commodityId: number;
|
|
4118
4152
|
quantityUnit: QuantityUnit;
|
|
4119
|
-
manufactureCountry:
|
|
4153
|
+
manufactureCountry: {
|
|
4154
|
+
id: string;
|
|
4155
|
+
code: string;
|
|
4156
|
+
name: string;
|
|
4157
|
+
locationType: string[];
|
|
4158
|
+
unit: string[];
|
|
4159
|
+
timezone: string;
|
|
4160
|
+
hasImportService: boolean;
|
|
4161
|
+
isActive: boolean;
|
|
4162
|
+
regions: string[];
|
|
4163
|
+
zones: string[];
|
|
4164
|
+
isoCode: string;
|
|
4165
|
+
};
|
|
4120
4166
|
commodity: Commodity;
|
|
4121
4167
|
}
|
|
4122
|
-
interface ManufactureCountry {
|
|
4123
|
-
id: string;
|
|
4124
|
-
code: string;
|
|
4125
|
-
name: string;
|
|
4126
|
-
locationType: string[];
|
|
4127
|
-
unit: string[];
|
|
4128
|
-
timezone: string;
|
|
4129
|
-
hasImportService: boolean;
|
|
4130
|
-
isActive: boolean;
|
|
4131
|
-
regions: string[];
|
|
4132
|
-
zones: string[];
|
|
4133
|
-
isoCode: string;
|
|
4134
|
-
}
|
|
4135
4168
|
interface DocumentTypeComposition extends SymfonyModel {
|
|
4136
4169
|
code: string;
|
|
4137
4170
|
name: string;
|
|
4138
4171
|
description: string;
|
|
4139
4172
|
}
|
|
4140
|
-
interface
|
|
4173
|
+
interface DocumentFunctionComposition extends SymfonyModel {
|
|
4141
4174
|
code: string;
|
|
4142
4175
|
name: string;
|
|
4143
4176
|
}
|
|
4144
|
-
interface
|
|
4177
|
+
interface ShipmentGsopComposition extends ActiveLessSymfonyModel {
|
|
4145
4178
|
productContentCode: string;
|
|
4146
4179
|
originServiceAreaCode: string;
|
|
4147
4180
|
destinationServiceAreaCode: string;
|
|
@@ -4149,54 +4182,6 @@ interface ShipmentGsop extends ActiveLessSymfonyModel {
|
|
|
4149
4182
|
awbBarCode: string;
|
|
4150
4183
|
dhlRoutingBarCode: string;
|
|
4151
4184
|
}
|
|
4152
|
-
interface ShipmentCompanyCountryExtraCharges extends ActiveLessSymfonyModel {
|
|
4153
|
-
subtotal: number;
|
|
4154
|
-
tax: number;
|
|
4155
|
-
total: number;
|
|
4156
|
-
extraChargeId: number;
|
|
4157
|
-
extraChargeCode: string;
|
|
4158
|
-
}
|
|
4159
|
-
interface AdditionalData {
|
|
4160
|
-
awbTypeCode: string;
|
|
4161
|
-
countryCode: string;
|
|
4162
|
-
shipmentTypeCode: string;
|
|
4163
|
-
productGlobalCode: string;
|
|
4164
|
-
productLocalCode: string;
|
|
4165
|
-
currencyCode: string;
|
|
4166
|
-
userUsername: string;
|
|
4167
|
-
locationFacilityCode: string;
|
|
4168
|
-
}
|
|
4169
|
-
interface Customs {
|
|
4170
|
-
criteria: Criteria;
|
|
4171
|
-
rules: Rules[];
|
|
4172
|
-
}
|
|
4173
|
-
interface Criteria {
|
|
4174
|
-
origin: string;
|
|
4175
|
-
destination: string;
|
|
4176
|
-
dutiable: boolean;
|
|
4177
|
-
declaredValue: number;
|
|
4178
|
-
}
|
|
4179
|
-
interface Rules {
|
|
4180
|
-
id: number;
|
|
4181
|
-
level: string;
|
|
4182
|
-
attributes: Attributes[];
|
|
4183
|
-
}
|
|
4184
|
-
interface Attributes {
|
|
4185
|
-
id: number;
|
|
4186
|
-
field: string;
|
|
4187
|
-
dhlCode: string;
|
|
4188
|
-
values: Values;
|
|
4189
|
-
}
|
|
4190
|
-
interface Values {
|
|
4191
|
-
shipment: string;
|
|
4192
|
-
customer: CustomerComposition;
|
|
4193
|
-
invoiceHeader: string;
|
|
4194
|
-
invoiceItem: string[];
|
|
4195
|
-
}
|
|
4196
|
-
interface CustomerComposition {
|
|
4197
|
-
SP: string;
|
|
4198
|
-
RV: string;
|
|
4199
|
-
}
|
|
4200
4185
|
interface ShipmentBookPickup extends ActiveLessSymfonyModel {
|
|
4201
4186
|
pickupDate: string;
|
|
4202
4187
|
readyByTime: string;
|
|
@@ -4210,6 +4195,10 @@ interface ShipmentBookPickup extends ActiveLessSymfonyModel {
|
|
|
4210
4195
|
type ShipmentOut = {
|
|
4211
4196
|
shipment: ShipmentComposition;
|
|
4212
4197
|
};
|
|
4198
|
+
type ShipmentsOut = {
|
|
4199
|
+
shipments: ShipmentComposition[];
|
|
4200
|
+
total: number;
|
|
4201
|
+
};
|
|
4213
4202
|
type CompositionCountryReferencesOut = {
|
|
4214
4203
|
country_references: CountryReference[];
|
|
4215
4204
|
total: number;
|
|
@@ -4231,6 +4220,13 @@ declare class ApiCompositionService {
|
|
|
4231
4220
|
* @returns {Observable<ShipmentOut>} An observable that emits the details of the shipment.
|
|
4232
4221
|
*/
|
|
4233
4222
|
getShipment(id: number): Observable<ShipmentOut>;
|
|
4223
|
+
/**
|
|
4224
|
+
* Retrieves shipments based on the provided query parameters.
|
|
4225
|
+
*
|
|
4226
|
+
* @param {QueryParams} params - The query parameters for the API request.
|
|
4227
|
+
* @returns {Observable<ShipmentsOut>} An observable that emits the shipments data.
|
|
4228
|
+
*/
|
|
4229
|
+
getShipments(params: QueryParams): Observable<ShipmentsOut>;
|
|
4234
4230
|
/**
|
|
4235
4231
|
* Fetches the country references data based on the provided query parameters.
|
|
4236
4232
|
*
|
|
@@ -5354,11 +5350,6 @@ interface OperationTypeInventory extends SymfonyModel {
|
|
|
5354
5350
|
name: TranslateLang;
|
|
5355
5351
|
};
|
|
5356
5352
|
}
|
|
5357
|
-
interface CourierRoute extends SymfonyModel {
|
|
5358
|
-
number: string;
|
|
5359
|
-
name: string;
|
|
5360
|
-
locationId: number;
|
|
5361
|
-
}
|
|
5362
5353
|
|
|
5363
5354
|
type CheckpointsOut = {
|
|
5364
5355
|
total: number;
|
|
@@ -5456,19 +5447,6 @@ type StockUpdatePackagesOut = {
|
|
|
5456
5447
|
totalFirstMilePackages: number;
|
|
5457
5448
|
totalStockUpdatePackages: number;
|
|
5458
5449
|
};
|
|
5459
|
-
type CourierRoutesOut = {
|
|
5460
|
-
courierRoutes: CourierRoute[];
|
|
5461
|
-
total: number;
|
|
5462
|
-
};
|
|
5463
|
-
type CourierRouteOut = {
|
|
5464
|
-
courierRoute: CourierRoute;
|
|
5465
|
-
};
|
|
5466
|
-
type CourierRouteIn = {
|
|
5467
|
-
number: string;
|
|
5468
|
-
name: string;
|
|
5469
|
-
locationId: number;
|
|
5470
|
-
isActive: boolean;
|
|
5471
|
-
};
|
|
5472
5450
|
|
|
5473
5451
|
declare class ApiInventoriesService {
|
|
5474
5452
|
private environments;
|
|
@@ -5654,42 +5632,6 @@ declare class ApiInventoriesService {
|
|
|
5654
5632
|
* @return {Observable<StockUpdatePackagesOut>} An observable that emits the packages data.
|
|
5655
5633
|
*/
|
|
5656
5634
|
getStockUpdatePackages(id: Number): Observable<StockUpdatePackagesOut>;
|
|
5657
|
-
/**
|
|
5658
|
-
* Retrieves a list of courier routes based on query parameters.
|
|
5659
|
-
*
|
|
5660
|
-
* @param {QueryParams} params - Query parameters for filtering the courier routes.
|
|
5661
|
-
* @returns {Observable<CourierRoutesOut>} An observable that emits the list of courier routes.
|
|
5662
|
-
*/
|
|
5663
|
-
getCourierRoutes(params: QueryParams): Observable<CourierRoutesOut>;
|
|
5664
|
-
/**
|
|
5665
|
-
* Fetches the courier route details based on the provided courier route ID.
|
|
5666
|
-
*
|
|
5667
|
-
* @param {number} id - The courier route id
|
|
5668
|
-
* @return {Observable<CourierRouteOut>} An observable that emits the courier route data.
|
|
5669
|
-
*/
|
|
5670
|
-
getCourierRoute(id: Number): Observable<CourierRouteOut>;
|
|
5671
|
-
/**
|
|
5672
|
-
* Creates a new courier route.
|
|
5673
|
-
*
|
|
5674
|
-
* @param {CourierRouteIn} body - The data for the new courier route.
|
|
5675
|
-
* @returns {Observable<CourierRouteOut>} An observable the created courier route detail.
|
|
5676
|
-
*/
|
|
5677
|
-
postCourierRoute(body: CourierRouteIn): Observable<CourierRouteOut>;
|
|
5678
|
-
/**
|
|
5679
|
-
* Update an existing courier route.
|
|
5680
|
-
*
|
|
5681
|
-
* @param {number} id - The identifier of the courier route record to update.
|
|
5682
|
-
* @param {CourierRouteIn} body - The courier route data to be updated.
|
|
5683
|
-
* @returns {Observable<CourierRouteOut>} An observable detail of the updated courier route.
|
|
5684
|
-
*/
|
|
5685
|
-
putCourierRoute(id: Number, body: CourierRouteIn): Observable<CourierRouteOut>;
|
|
5686
|
-
/**
|
|
5687
|
-
* Delete an existing courier route.
|
|
5688
|
-
*
|
|
5689
|
-
* @param {number} id - The unique identifier of the courier route to be deleted.
|
|
5690
|
-
* @returns {Observable<CourierRouteOut>} An observable that emits the result of the delete courier route.
|
|
5691
|
-
*/
|
|
5692
|
-
deleteCourierRoute(id: Number): Observable<CourierRouteOut>;
|
|
5693
5635
|
static ɵfac: i0.ɵɵFactoryDeclaration<ApiInventoriesService, never>;
|
|
5694
5636
|
static ɵprov: i0.ɵɵInjectableDeclaration<ApiInventoriesService>;
|
|
5695
5637
|
}
|
|
@@ -9059,5 +9001,5 @@ declare const xmlHeaders: (format?: "object" | "http_header") => HttpHeaders | {
|
|
|
9059
9001
|
[header: string]: string | string[];
|
|
9060
9002
|
};
|
|
9061
9003
|
|
|
9062
|
-
export { AlphaNumeric, ApiBillingCOService, ApiBillingDOService, ApiBillingGtService, ApiBillingMxService, ApiBillingPaService, ApiBillingSvService, ApiCashOperationsService, ApiCatalogsService, 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 };
|
|
9063
|
-
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, CheckpointEventReason, CheckpointEventReasonsOut, 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, 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, LocationEmployeesIn, 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, ParameterValueIn, ParameterValueOut, ParametersByLevelIn, ParametersOut, ParametersValuesIn, 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, SignaturePageSettingOut, SignaturePageSettingsOut, 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 };
|
|
9004
|
+
export { AlphaNumeric, ApiBillingCOService, ApiBillingDOService, ApiBillingGtService, ApiBillingMxService, ApiBillingPaService, ApiBillingSvService, ApiCashOperationsService, ApiCatalogsService, ApiCompaniesService, ApiCompositionService, ApiCustomsService, ApiDiscountsService, ApiEToolsAutoBillingService, ApiEventsService, ApiExternalOperationsService, ApiInventoriesService, ApiInvoicesService, ApiNotificationsService, ApiOpenItemsService, ApiQuoteService, ApiReportsService, ApiSecurityService, ApiServicesService, ApiShipmentsService, ApiSuppliesService, ApiSurveysService, CryptoService, CustomerRoleType, 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 };
|
|
9005
|
+
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, 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, BusinessPartyTraderType, BusinessPartyTraderTypesOut, CFDI, CancelPaymentReceiptIn, CancellationReason, CancellationReasonIn, CancellationReasonOut, CancellationReasonsOut, CashValueSummary, CashValueSummaryOut, Catalog, CatalogLess, CatalogsOut, ChangeLanguageIn, Checkpoint, CheckpointEventReason, CheckpointEventReasonsOut, 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, CommercialInvoiceType, CommoditiesOut, Commodity, CompaniesOut, Company, CompanyCountriesOut, CompanyCountry, CompanyCountryIn, CompanyCountryOut, CompanyCountryTax, CompanyCountryTaxesOut, CompanyIn, CompanyOut, CompositionCountryReferencesOut, 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, CountryToExportReason, CourierCheckOutPackesOut, CriteriaCustom, CriteriaIn, CriteriaOut, CriteriaWithTimestamps, CurrenciesOut, Currency, CurrencyOut, Customer, CustomerCountryDocumentType, CustomerDocumentTypesOut, CustomerOpenItem, CustomerOtherInvoice, CustomerRestriction, CustomerRestrictionIn, CustomerRestrictionInV2, CustomerRestrictionOut, CustomerRestrictionsOut, CustomerSurvey, CustomerSurveyFinishIn, CustomerSurveyIn, CustomerSurveyOut, CustomerType, CustomerTypesOut, CustomersOut, DeliveryConfirmationCompleteIn, DeliveryConfirmationGenerateIn, DeliveryConfirmationGenerateOut, DeliveryConfirmationIn, DeliveryConfirmationSearchOut, Department, DepartmentsOut, DependentRules, Deposit, DepositIn, DepositOut, DepositSlipOut, DestinationCountry, DhlCode, DhlCodeLess, Discount, DiscountIn, DiscountOut, DiscountsOut, District, DistrictsOut, Document, DocumentCategory, DocumentCategoryReports, 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, 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, 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, LocationEmployeesIn, LocationEmployeesOut, LocationIn, LocationOut, LocationType, LocationTypeFields, LocationsOut, LoyaltyPeriod, LoyaltyPeriodIn, LoyaltyPeriodOut, LoyaltyPeriodsOut, LoyaltyRule, LoyaltyRuleIn, LoyaltyRuleOut, LoyaltyRulesOut, ManagementArea, ManagementAreasOut, ManifestMultipleIn, ManifestMultipleOut, 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, ParameterValueIn, ParameterValueOut, ParametersByLevelIn, ParametersOut, ParametersValuesIn, 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, RulesByCriteriaOut, RulesIn, RulesOut, Sales, SalesBookReportOut, ServiceArea, ServiceAreaIn, ServiceAreasOut, Session, SessionIn, SessionOut, SetUpData, ShipmentAddressComposition, ShipmentBookPickup, ShipmentCancellationIn, ShipmentCancellationOut, ShipmentComposition, ShipmentContentType, ShipmentContentTypesOut, ShipmentDescription, ShipmentDescriptionsOut, ShipmentEmployeeCustomer, ShipmentEmployeeCustomers, ShipmentGroup, ShipmentGroupsOut, ShipmentGsopComposition, ShipmentIncomeType, ShipmentIncomeTypeIn, ShipmentIncomeTypeOut, ShipmentIncomeTypesOut, ShipmentLandingReport, ShipmentOut, ShipmentPieceComposition, ShipmentPieceSupplyComposition, ShipmentProductComposition, ShipmentReports, ShipmentScope, ShipmentScopesOut, ShipmentSignaturePageOut, ShipmentStatus, ShipmentStatusesOut, ShipmentTag, ShipmentsLandingReportOut, ShipmentsOut, ShipmentsReportOut, SignaturePageSetting, SignaturePageSettingIn, SignaturePageSettingOut, SignaturePageSettingsOut, 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, TaxComposition, 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 };
|