@experteam-mx/ngx-services 20.7.0-dev1.5 → 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: CountryAccount;
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 CountryAccount {
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 CustomerType$1 {
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 SymfonyModel {
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
- userId: number;
3975
- installationId: number;
3944
+ cancellationDateTime: string | null;
3945
+ cancellationReasonId: number | null;
3946
+ commercialExchangeRate: number;
3947
+ commercialInvoice: CommercialInvoiceComposition | null;
3976
3948
  companyCountryId: number;
3977
- productId: number;
3949
+ contentDescription: string;
3978
3950
  countryReferenceCurrencyId: number;
3979
- commercialExchangeRate: number;
3980
- ibsExchangeRate: number;
3981
- shipmentStatusId: number;
3982
- shipmentAddresses: ShipmentAddresses[];
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
- productTaxes: string[];
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
- itnNumber: string;
4017
- einNumber: string;
4018
- otherAccountNumber: string;
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
- isOtherOrigin: boolean;
4033
- isOccurs: boolean;
4034
- isDutiesAndTaxes: boolean;
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
- taxes: Tax[];
4061
+ extraChargeId: number;
4062
+ taxes: TaxComposition[];
4063
+ extraChargeGroup: string;
4064
+ extraChargeCode: string;
4065
+ extraChargeName: string;
4066
+ extraChargeIsDiscount: boolean;
4045
4067
  }
4046
- interface Tax {
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 ShipmentAddresses extends SymfonyModel {
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
- identificationType: IdentificationTypeComposition;
4070
- roleType: CustomerType$1;
4071
- }
4072
- interface IdentificationTypeComposition extends SymfonyModel {
4073
- name: string;
4074
- companyCountryId: number;
4075
- }
4076
- interface ShipmentPieces extends ActiveLessSymfonyModel {
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
- shipmentPieceCompanyCountrySupplies: ShipmentPieceCompanyCountrySupplies[];
4112
+ licensePlateBarCode: string | null;
4113
+ shipmentPieceSupplies: ShipmentPieceSupplyComposition[];
4087
4114
  }
4088
- interface ShipmentPieceCompanyCountrySupplies extends ActiveLessSymfonyModel {
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 CommercialInvoice extends ActiveLessSymfonyModel {
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: Item[];
4139
+ items: ItemComposition[];
4106
4140
  documentType: DocumentTypeComposition;
4107
4141
  tradingTransactionType: TradingTransactionType;
4108
- documentFunction: DocumentFunction;
4142
+ documentFunction: DocumentFunctionComposition;
4109
4143
  }
4110
- interface Item extends ActiveLessSymfonyModel {
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: 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 DocumentFunction extends SymfonyModel {
4173
+ interface DocumentFunctionComposition extends SymfonyModel {
4141
4174
  code: string;
4142
4175
  name: string;
4143
4176
  }
4144
- interface ShipmentGsop extends ActiveLessSymfonyModel {
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
  *
@@ -6997,7 +6993,6 @@ interface ShipmentReports {
6997
6993
  interface ShipmentLandingReport extends ActiveLessLaravelModel {
6998
6994
  authorization_numbers: string[] | null;
6999
6995
  commercial_invoice: boolean | null;
7000
- has_documents: boolean | null;
7001
6996
  company_country_id: number;
7002
6997
  company_id: number;
7003
6998
  company_name: string;
@@ -7072,7 +7067,6 @@ interface ShipmentLandingReport extends ActiveLessLaravelModel {
7072
7067
  include_indemnity_letter: boolean;
7073
7068
  shipment_content_type_id: number;
7074
7069
  shipment_scope_id: number;
7075
- include_release_of_liability?: boolean;
7076
7070
  } | null;
7077
7071
  manifest_date_time?: string | null;
7078
7072
  date_time?: string;
@@ -8192,27 +8186,13 @@ interface EmbassyShipment extends SymfonyModel {
8192
8186
  createdAt: string;
8193
8187
  updatedAt: string;
8194
8188
  }
8195
- interface DocumentConfiguration extends SymfonyModel {
8196
- documentType: string;
8197
- country: CountryToDocumentConfig;
8198
- title: string | null;
8199
- content: string | null;
8200
- signaturePageSetting: SignaturePageSetting | null;
8201
- }
8202
- interface SignaturePageSetting extends ApiModel {
8189
+ interface SignaturePageSetting extends SymfonyModel {
8190
+ country: Country;
8203
8191
  isDefault: boolean;
8204
8192
  termsAndCondition: string | null;
8205
8193
  marketingConsent: string | null;
8206
8194
  additionalVerbiage: string | null;
8207
8195
  }
8208
- interface CountryToDocumentConfig extends ActiveLessSymfonyModel {
8209
- code: string;
8210
- name: string;
8211
- }
8212
- interface ShipmentDocument {
8213
- title: string;
8214
- content: string;
8215
- }
8216
8196
 
8217
8197
  type ValidateAccountIn = {
8218
8198
  accountValue: string;
@@ -8308,12 +8288,12 @@ type EmbassyShipmentsOut = {
8308
8288
  total: number;
8309
8289
  embassyShipments: EmbassyShipment[];
8310
8290
  };
8311
- type DocumentConfigurationsOut = {
8291
+ type SignaturePageSettingsOut = {
8312
8292
  total: number;
8313
- documentConfigurations: DocumentConfiguration[];
8293
+ signaturePageSettings: SignaturePageSetting[];
8314
8294
  };
8315
- type DocumentConfigurationOut = {
8316
- documentConfiguration: DocumentConfiguration;
8295
+ type SignaturePageSettingOut = {
8296
+ signaturePageSetting: SignaturePageSetting;
8317
8297
  };
8318
8298
  type EmbassyShipmentIn = {
8319
8299
  countryId: number;
@@ -8336,25 +8316,13 @@ type EmbassyShipmentIn = {
8336
8316
  businessPartyTraderTypeId: number | null;
8337
8317
  isActive: boolean;
8338
8318
  };
8339
- type DocumentConfigurationIn = {
8340
- countryId: number;
8341
- documentType: string;
8342
- title?: string | null;
8343
- content?: string | null;
8344
- isActive: boolean;
8345
- signaturePageSetting?: SignaturePageSettingIn | null;
8346
- };
8347
8319
  type SignaturePageSettingIn = {
8320
+ countryId: number;
8348
8321
  isDefault: boolean;
8349
8322
  termsAndCondition: string | null;
8350
8323
  marketingConsent: string | null;
8351
8324
  additionalVerbiage: string | null;
8352
- };
8353
- type DocumentConfigurationsPreviewIn = {
8354
- html: string;
8355
- };
8356
- type DocumentConfigurationsPreviewOut = {
8357
- preview: string;
8325
+ isActive: boolean;
8358
8326
  };
8359
8327
  interface EmbassyShipmentOut {
8360
8328
  embassyShipment: EmbassyShipment;
@@ -8362,9 +8330,6 @@ interface EmbassyShipmentOut {
8362
8330
  type ShipmentSignaturePageOut = {
8363
8331
  shipmentSignaturePage: string;
8364
8332
  };
8365
- type ShipmentDocumentsOut = {
8366
- shipmentDocuments: ShipmentDocument[];
8367
- };
8368
8333
 
8369
8334
  declare class ApiShipmentsService {
8370
8335
  private environments;
@@ -8441,47 +8406,31 @@ declare class ApiShipmentsService {
8441
8406
  */
8442
8407
  putEmbassyShipments(id: number, body: EmbassyShipmentIn): Observable<EmbassyShipmentOut>;
8443
8408
  /**
8444
- * Retrieves a paginated list of document configurations.
8445
- *
8446
- * @param {QueryParams} params - Query parameters used for filtering, sorting, and pagination.
8447
- * @returns {Observable<DocumentConfigurationsOut>} An observable containing the list of document configurations and pagination metadata.
8448
- */
8449
- getDocumentConfigurations(params: QueryParams): Observable<DocumentConfigurationsOut>;
8450
- /**
8451
- * Retrieves a document configuration by its identifier.
8452
- *
8453
- * @param {number} id - The unique identifier of the document configuration.
8454
- * @returns {Observable<DocumentConfigurationOut>} An observable containing the document configuration details.
8409
+ * Retrieves a paginated list of signature page settings
8410
+ * @param {QueryParams} params - Query parameters for filtering and pagination
8411
+ * @returns {Observable<SignaturePageSettingsOut>} Observable containing the list of signature page settings and pagination metadata
8455
8412
  */
8456
- getDocumentConfiguration(id: number): Observable<DocumentConfigurationOut>;
8413
+ getSignaturePageSettings(params: QueryParams): Observable<SignaturePageSettingsOut>;
8457
8414
  /**
8458
- * Creates a new document configuration.
8415
+ * Retrieves the details of a signature page setting based on its ID.
8459
8416
  *
8460
- * @param {DocumentConfigurationIn} body - The document configuration data to create.
8461
- * @returns {Observable<DocumentConfigurationOut>} An observable containing the newly created document configuration.
8417
+ * @param {number} id - The identifier of the signature page setting to fetch.
8418
+ * @return {Observable<SignaturePageSettingOut>} An observable that emits the signature page setting data.
8462
8419
  */
8463
- postDocumentConfiguration(body: DocumentConfigurationIn): Observable<DocumentConfigurationOut>;
8420
+ getSignaturePageSetting(id: number): Observable<SignaturePageSettingOut>;
8464
8421
  /**
8465
- * Updates an existing document configuration.
8466
- *
8467
- * @param {number} id - The unique identifier of the document configuration to update.
8468
- * @param {DocumentConfigurationIn} body - The updated document configuration data.
8469
- * @returns {Observable<DocumentConfigurationOut>} An observable containing the updated document configuration.
8422
+ * Creates a new signature page setting
8423
+ * @param {SignaturePageSettingIn} body - The signature page setting data to create
8424
+ * @returns {Observable<SignaturePageSettingOut>} Observable containing the created signature page setting with its assigned ID
8470
8425
  */
8471
- putDocumentConfiguration(id: number, body: DocumentConfigurationIn): Observable<DocumentConfigurationOut>;
8426
+ postSignaturePageSetting(body: SignaturePageSettingIn): Observable<SignaturePageSettingOut>;
8472
8427
  /**
8473
- * Generates a preview for a document configuration.
8474
- *
8475
- * @param {DocumentConfigurationsPreviewIn} body - The data used to generate the document preview.
8476
- * @returns {Observable<DocumentConfigurationsPreviewOut>} An observable containing the generated document preview.
8428
+ * Updates an existing signature page setting
8429
+ * @param {number} id - The unique identifier of the signature page setting to update
8430
+ * @param {SignaturePageSettingIn} body - The updated signature page setting data
8431
+ * @returns {Observable<SignaturePageSettingOut>} Observable containing the updated signature page setting
8477
8432
  */
8478
- postDocumentConfigurationPreview(body: DocumentConfigurationsPreviewIn): Observable<DocumentConfigurationsPreviewOut>;
8479
- /**
8480
- * Retrieves the shipment documents associated with a document configuration
8481
- * @param {number} id - The unique identifier of the document configuration
8482
- * @returns {Observable<ShipmentDocumentsOut>} observable containing the shipment documents
8483
- * */
8484
- getDocuments(id: number): Observable<ShipmentDocumentsOut>;
8433
+ putSignaturePageSetting(id: number, body: SignaturePageSettingIn): Observable<SignaturePageSettingOut>;
8485
8434
  static ɵfac: i0.ɵɵFactoryDeclaration<ApiShipmentsService, never>;
8486
8435
  static ɵprov: i0.ɵɵInjectableDeclaration<ApiShipmentsService>;
8487
8436
  }
@@ -9052,5 +9001,5 @@ declare const xmlHeaders: (format?: "object" | "http_header") => HttpHeaders | {
9052
9001
  [header: string]: string | string[];
9053
9002
  };
9054
9003
 
9055
- 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 };
9056
- 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, CountryToDocumentConfig, CountryToExportReason, CourierCheckOutPackesOut, 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, 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, ShipmentDocument, ShipmentDocumentsOut, 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 };
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 };