@be-logixpair/api 0.1.0-rc3 → 0.1.0-rc4
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/dist/index.d.ts +293 -5
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -955551,7 +955551,7 @@ declare const consolidationsRouter: BuiltRouter<{
|
|
|
955551
955551
|
}[] | undefined;
|
|
955552
955552
|
}[] | undefined;
|
|
955553
955553
|
ids_delete_billing_detail_sell?: (string | number | boolean)[] | null | undefined;
|
|
955554
|
-
|
|
955554
|
+
ids_cancel_ap_transaction?: (string | number | boolean)[] | null | undefined;
|
|
955555
955555
|
edocs?: {
|
|
955556
955556
|
is_system?: (string | number | boolean)[] | null | undefined;
|
|
955557
955557
|
id?: string | number | boolean | null | undefined;
|
|
@@ -975798,8 +975798,8 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
975798
975798
|
is_sell_posted?: string | number | boolean | null | undefined;
|
|
975799
975799
|
}[] | undefined;
|
|
975800
975800
|
ids_delete_billing_detail?: (string | number | boolean)[] | null | undefined;
|
|
975801
|
-
|
|
975802
|
-
|
|
975801
|
+
ids_cancel_ap_transaction?: (string | number | boolean)[] | null | undefined;
|
|
975802
|
+
ids_cancel_ar_transaction?: (string | number | boolean)[] | null | undefined;
|
|
975803
975803
|
is_active?: string | number | boolean | null | undefined;
|
|
975804
975804
|
id_forwarding_shipment?: string | number | boolean | null | undefined;
|
|
975805
975805
|
id_local_client?: string | number | boolean | null | undefined;
|
|
@@ -982885,8 +982885,8 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
982885
982885
|
is_sell_posted?: string | number | boolean | null | undefined;
|
|
982886
982886
|
}[] | undefined;
|
|
982887
982887
|
ids_delete_billing_detail?: (string | number | boolean)[] | null | undefined;
|
|
982888
|
-
|
|
982889
|
-
|
|
982888
|
+
ids_cancel_ap_transaction?: (string | number | boolean)[] | null | undefined;
|
|
982889
|
+
ids_cancel_ar_transaction?: (string | number | boolean)[] | null | undefined;
|
|
982890
982890
|
is_active?: string | number | boolean | null | undefined;
|
|
982891
982891
|
id_forwarding_shipment?: string | number | boolean | null | undefined;
|
|
982892
982892
|
id_local_client?: string | number | boolean | null | undefined;
|
|
@@ -992513,6 +992513,48 @@ declare const inflowRouter: BuiltRouter<{
|
|
|
992513
992513
|
};
|
|
992514
992514
|
output: {
|
|
992515
992515
|
data: {
|
|
992516
|
+
forwarding_shipment_billing_details: {
|
|
992517
|
+
is_active: boolean | null;
|
|
992518
|
+
id: string;
|
|
992519
|
+
logic_code: string | null;
|
|
992520
|
+
name: string | null;
|
|
992521
|
+
code: string | null;
|
|
992522
|
+
created_at: Date | null;
|
|
992523
|
+
created_by: string | null;
|
|
992524
|
+
updated_at: Date | null;
|
|
992525
|
+
updated_by: string | null;
|
|
992526
|
+
id_billing_ap_transaction: string | null;
|
|
992527
|
+
id_charge_code: string | null;
|
|
992528
|
+
id_cost_currency: string | null;
|
|
992529
|
+
id_cost_latest_system_rate: string | null;
|
|
992530
|
+
id_cost_creditor: string | null;
|
|
992531
|
+
id_cost_tax_rate: string | null;
|
|
992532
|
+
cost_base_rate: Decimal$1 | null;
|
|
992533
|
+
cost_currency_amount: Decimal$1 | null;
|
|
992534
|
+
cost_currency_estimated_amount: Decimal$1 | null;
|
|
992535
|
+
cost_local_currency_amount: Decimal$1 | null;
|
|
992536
|
+
cost_invoice_number: string | null;
|
|
992537
|
+
cost_invoice_date: Date | null;
|
|
992538
|
+
cost_tax_amount: Decimal$1 | null;
|
|
992539
|
+
cost_supplier_reference: string | null;
|
|
992540
|
+
is_cost_posted: boolean | null;
|
|
992541
|
+
id_sell_currency: string | null;
|
|
992542
|
+
id_sell_latest_system_rate: string | null;
|
|
992543
|
+
sell_base_rate: Decimal$1 | null;
|
|
992544
|
+
sell_currency_amount: Decimal$1 | null;
|
|
992545
|
+
sell_currency_estimated_amount: Decimal$1 | null;
|
|
992546
|
+
sell_local_currency_amount: Decimal$1 | null;
|
|
992547
|
+
id_forwarding_shipment_billing: string | null;
|
|
992548
|
+
id_billing_ar_transaction: string | null;
|
|
992549
|
+
id_forwarding_consol_billing_detail_cost: string | null;
|
|
992550
|
+
id_forwarding_consol_billing_detail_sell: string | null;
|
|
992551
|
+
id_sell_debtor: string | null;
|
|
992552
|
+
id_sell_invoice_type: string | null;
|
|
992553
|
+
id_sell_tax_rate: string | null;
|
|
992554
|
+
sell_tax_amount: Decimal$1 | null;
|
|
992555
|
+
sell_invoice_number: string | null;
|
|
992556
|
+
is_sell_posted: boolean | null;
|
|
992557
|
+
}[];
|
|
992516
992558
|
billing_ar_transaction_lines: {
|
|
992517
992559
|
charge_code: {
|
|
992518
992560
|
is_active: boolean | null;
|
|
@@ -994460,6 +994502,94 @@ declare const outflowRouter: BuiltRouter<{
|
|
|
994460
994502
|
};
|
|
994461
994503
|
output: {
|
|
994462
994504
|
data: {
|
|
994505
|
+
forwarding_shipment_billings: {
|
|
994506
|
+
forwarding_shipment: {
|
|
994507
|
+
is_active: boolean | null;
|
|
994508
|
+
id: string;
|
|
994509
|
+
logic_code: string | null;
|
|
994510
|
+
created_at: Date | null;
|
|
994511
|
+
created_by: string | null;
|
|
994512
|
+
updated_at: Date | null;
|
|
994513
|
+
updated_by: string | null;
|
|
994514
|
+
id_transport_mode: string | null;
|
|
994515
|
+
id_container_shipping_type: string | null;
|
|
994516
|
+
id_incoterm: string | null;
|
|
994517
|
+
id_service_level: string | null;
|
|
994518
|
+
id_release_type: string | null;
|
|
994519
|
+
id_on_board_status: string | null;
|
|
994520
|
+
id_weight_unit: string | null;
|
|
994521
|
+
id_volume_unit: string | null;
|
|
994522
|
+
id_chargeable_unit: string | null;
|
|
994523
|
+
id_forwarding_booking: string | null;
|
|
994524
|
+
description: string | null;
|
|
994525
|
+
mark_number: string | null;
|
|
994526
|
+
estimated_delivery_date: Date | null;
|
|
994527
|
+
weight: Decimal$1 | null;
|
|
994528
|
+
volume: Decimal$1 | null;
|
|
994529
|
+
chargeable: Decimal$1 | null;
|
|
994530
|
+
id_forwarding_consol: string | null;
|
|
994531
|
+
id_transport_type: string | null;
|
|
994532
|
+
id_service_scope: string | null;
|
|
994533
|
+
id_origin: string | null;
|
|
994534
|
+
id_destination: string | null;
|
|
994535
|
+
id_weight_volume_unit: string | null;
|
|
994536
|
+
id_package_count_type: string | null;
|
|
994537
|
+
id_package_inner_count_type: string | null;
|
|
994538
|
+
id_air_waybill_dims: string | null;
|
|
994539
|
+
id_house_bill_type: string | null;
|
|
994540
|
+
id_hbl_delivery_mode: string | null;
|
|
994541
|
+
id_charge_apply: string | null;
|
|
994542
|
+
id_control_customer: string | null;
|
|
994543
|
+
id_control_agent: string | null;
|
|
994544
|
+
id_operator: string | null;
|
|
994545
|
+
id_shipment_branch: string | null;
|
|
994546
|
+
id_local_currency: string | null;
|
|
994547
|
+
shipment_number: string | null;
|
|
994548
|
+
house_bill: string | null;
|
|
994549
|
+
weight_volume: Decimal$1 | null;
|
|
994550
|
+
package_count: number | null;
|
|
994551
|
+
package_inner_count: number | null;
|
|
994552
|
+
original_bills: number | null;
|
|
994553
|
+
copy_bills: number | null;
|
|
994554
|
+
estimated_arrival_date: Date | null;
|
|
994555
|
+
issue_date: Date | null;
|
|
994556
|
+
on_board_date: Date | null;
|
|
994557
|
+
} | null;
|
|
994558
|
+
is_active: boolean | null;
|
|
994559
|
+
id: string;
|
|
994560
|
+
logic_code: string | null;
|
|
994561
|
+
name: string | null;
|
|
994562
|
+
id_branch: string | null;
|
|
994563
|
+
id_department: string | null;
|
|
994564
|
+
code: string | null;
|
|
994565
|
+
created_at: Date | null;
|
|
994566
|
+
created_by: string | null;
|
|
994567
|
+
updated_at: Date | null;
|
|
994568
|
+
updated_by: string | null;
|
|
994569
|
+
quote_number: string | null;
|
|
994570
|
+
id_forwarding_shipment: string | null;
|
|
994571
|
+
margin: Decimal$1 | null;
|
|
994572
|
+
id_local_client: string | null;
|
|
994573
|
+
id_local_client_address: string | null;
|
|
994574
|
+
id_overseas_agent: string | null;
|
|
994575
|
+
id_overseas_agent_address: string | null;
|
|
994576
|
+
id_sales_rep: string | null;
|
|
994577
|
+
id_operation_rep: string | null;
|
|
994578
|
+
id_profit_loss_reason: string | null;
|
|
994579
|
+
id_job_status: string | null;
|
|
994580
|
+
billing_number: string | null;
|
|
994581
|
+
job_date: Date | null;
|
|
994582
|
+
open_date: Date | null;
|
|
994583
|
+
close_date: Date | null;
|
|
994584
|
+
job_recognition_date: Date | null;
|
|
994585
|
+
on_hold_reason: string | null;
|
|
994586
|
+
client_contract_number: string | null;
|
|
994587
|
+
local_client_address: string | null;
|
|
994588
|
+
overseas_agent_address: string | null;
|
|
994589
|
+
is_on_hold: boolean | null;
|
|
994590
|
+
is_override_local_client: boolean | null;
|
|
994591
|
+
is_override_overseas_agent: boolean | null;
|
|
994592
|
+
}[];
|
|
994463
994593
|
billing_ap_transaction_lines: {
|
|
994464
994594
|
is_active: boolean | null;
|
|
994465
994595
|
id: string;
|
|
@@ -994748,6 +994878,164 @@ declare const outflowRouter: BuiltRouter<{
|
|
|
994748
994878
|
};
|
|
994749
994879
|
output: {
|
|
994750
994880
|
data: {
|
|
994881
|
+
forwarding_shipment_billings: {
|
|
994882
|
+
forwarding_shipment: {
|
|
994883
|
+
is_active: boolean | null;
|
|
994884
|
+
id: string;
|
|
994885
|
+
logic_code: string | null;
|
|
994886
|
+
created_at: Date | null;
|
|
994887
|
+
created_by: string | null;
|
|
994888
|
+
updated_at: Date | null;
|
|
994889
|
+
updated_by: string | null;
|
|
994890
|
+
id_transport_mode: string | null;
|
|
994891
|
+
id_container_shipping_type: string | null;
|
|
994892
|
+
id_incoterm: string | null;
|
|
994893
|
+
id_service_level: string | null;
|
|
994894
|
+
id_release_type: string | null;
|
|
994895
|
+
id_on_board_status: string | null;
|
|
994896
|
+
id_weight_unit: string | null;
|
|
994897
|
+
id_volume_unit: string | null;
|
|
994898
|
+
id_chargeable_unit: string | null;
|
|
994899
|
+
id_forwarding_booking: string | null;
|
|
994900
|
+
description: string | null;
|
|
994901
|
+
mark_number: string | null;
|
|
994902
|
+
estimated_delivery_date: Date | null;
|
|
994903
|
+
weight: Decimal$1 | null;
|
|
994904
|
+
volume: Decimal$1 | null;
|
|
994905
|
+
chargeable: Decimal$1 | null;
|
|
994906
|
+
id_forwarding_consol: string | null;
|
|
994907
|
+
id_transport_type: string | null;
|
|
994908
|
+
id_service_scope: string | null;
|
|
994909
|
+
id_origin: string | null;
|
|
994910
|
+
id_destination: string | null;
|
|
994911
|
+
id_weight_volume_unit: string | null;
|
|
994912
|
+
id_package_count_type: string | null;
|
|
994913
|
+
id_package_inner_count_type: string | null;
|
|
994914
|
+
id_air_waybill_dims: string | null;
|
|
994915
|
+
id_house_bill_type: string | null;
|
|
994916
|
+
id_hbl_delivery_mode: string | null;
|
|
994917
|
+
id_charge_apply: string | null;
|
|
994918
|
+
id_control_customer: string | null;
|
|
994919
|
+
id_control_agent: string | null;
|
|
994920
|
+
id_operator: string | null;
|
|
994921
|
+
id_shipment_branch: string | null;
|
|
994922
|
+
id_local_currency: string | null;
|
|
994923
|
+
shipment_number: string | null;
|
|
994924
|
+
house_bill: string | null;
|
|
994925
|
+
weight_volume: Decimal$1 | null;
|
|
994926
|
+
package_count: number | null;
|
|
994927
|
+
package_inner_count: number | null;
|
|
994928
|
+
original_bills: number | null;
|
|
994929
|
+
copy_bills: number | null;
|
|
994930
|
+
estimated_arrival_date: Date | null;
|
|
994931
|
+
issue_date: Date | null;
|
|
994932
|
+
on_board_date: Date | null;
|
|
994933
|
+
} | null;
|
|
994934
|
+
is_active: boolean | null;
|
|
994935
|
+
id: string;
|
|
994936
|
+
logic_code: string | null;
|
|
994937
|
+
name: string | null;
|
|
994938
|
+
id_branch: string | null;
|
|
994939
|
+
id_department: string | null;
|
|
994940
|
+
code: string | null;
|
|
994941
|
+
created_at: Date | null;
|
|
994942
|
+
created_by: string | null;
|
|
994943
|
+
updated_at: Date | null;
|
|
994944
|
+
updated_by: string | null;
|
|
994945
|
+
quote_number: string | null;
|
|
994946
|
+
id_forwarding_shipment: string | null;
|
|
994947
|
+
margin: Decimal$1 | null;
|
|
994948
|
+
id_local_client: string | null;
|
|
994949
|
+
id_local_client_address: string | null;
|
|
994950
|
+
id_overseas_agent: string | null;
|
|
994951
|
+
id_overseas_agent_address: string | null;
|
|
994952
|
+
id_sales_rep: string | null;
|
|
994953
|
+
id_operation_rep: string | null;
|
|
994954
|
+
id_profit_loss_reason: string | null;
|
|
994955
|
+
id_job_status: string | null;
|
|
994956
|
+
billing_number: string | null;
|
|
994957
|
+
job_date: Date | null;
|
|
994958
|
+
open_date: Date | null;
|
|
994959
|
+
close_date: Date | null;
|
|
994960
|
+
job_recognition_date: Date | null;
|
|
994961
|
+
on_hold_reason: string | null;
|
|
994962
|
+
client_contract_number: string | null;
|
|
994963
|
+
local_client_address: string | null;
|
|
994964
|
+
overseas_agent_address: string | null;
|
|
994965
|
+
is_on_hold: boolean | null;
|
|
994966
|
+
is_override_local_client: boolean | null;
|
|
994967
|
+
is_override_overseas_agent: boolean | null;
|
|
994968
|
+
}[];
|
|
994969
|
+
forwarding_shipment_billing_details: {
|
|
994970
|
+
is_active: boolean | null;
|
|
994971
|
+
id: string;
|
|
994972
|
+
logic_code: string | null;
|
|
994973
|
+
name: string | null;
|
|
994974
|
+
code: string | null;
|
|
994975
|
+
created_at: Date | null;
|
|
994976
|
+
created_by: string | null;
|
|
994977
|
+
updated_at: Date | null;
|
|
994978
|
+
updated_by: string | null;
|
|
994979
|
+
id_billing_ap_transaction: string | null;
|
|
994980
|
+
id_charge_code: string | null;
|
|
994981
|
+
id_cost_currency: string | null;
|
|
994982
|
+
id_cost_latest_system_rate: string | null;
|
|
994983
|
+
id_cost_creditor: string | null;
|
|
994984
|
+
id_cost_tax_rate: string | null;
|
|
994985
|
+
cost_base_rate: Decimal$1 | null;
|
|
994986
|
+
cost_currency_amount: Decimal$1 | null;
|
|
994987
|
+
cost_currency_estimated_amount: Decimal$1 | null;
|
|
994988
|
+
cost_local_currency_amount: Decimal$1 | null;
|
|
994989
|
+
cost_invoice_number: string | null;
|
|
994990
|
+
cost_invoice_date: Date | null;
|
|
994991
|
+
cost_tax_amount: Decimal$1 | null;
|
|
994992
|
+
cost_supplier_reference: string | null;
|
|
994993
|
+
is_cost_posted: boolean | null;
|
|
994994
|
+
id_sell_currency: string | null;
|
|
994995
|
+
id_sell_latest_system_rate: string | null;
|
|
994996
|
+
sell_base_rate: Decimal$1 | null;
|
|
994997
|
+
sell_currency_amount: Decimal$1 | null;
|
|
994998
|
+
sell_currency_estimated_amount: Decimal$1 | null;
|
|
994999
|
+
sell_local_currency_amount: Decimal$1 | null;
|
|
995000
|
+
id_forwarding_shipment_billing: string | null;
|
|
995001
|
+
id_billing_ar_transaction: string | null;
|
|
995002
|
+
id_forwarding_consol_billing_detail_cost: string | null;
|
|
995003
|
+
id_forwarding_consol_billing_detail_sell: string | null;
|
|
995004
|
+
id_sell_debtor: string | null;
|
|
995005
|
+
id_sell_invoice_type: string | null;
|
|
995006
|
+
id_sell_tax_rate: string | null;
|
|
995007
|
+
sell_tax_amount: Decimal$1 | null;
|
|
995008
|
+
sell_invoice_number: string | null;
|
|
995009
|
+
is_sell_posted: boolean | null;
|
|
995010
|
+
}[];
|
|
995011
|
+
forwarding_consol_billing_detail_costs: {
|
|
995012
|
+
is_active: boolean | null;
|
|
995013
|
+
id: string;
|
|
995014
|
+
logic_code: string | null;
|
|
995015
|
+
name: string | null;
|
|
995016
|
+
code: string | null;
|
|
995017
|
+
created_at: Date | null;
|
|
995018
|
+
created_by: string | null;
|
|
995019
|
+
updated_at: Date | null;
|
|
995020
|
+
updated_by: string | null;
|
|
995021
|
+
id_forwarding_consol: string | null;
|
|
995022
|
+
id_billing_ap_transaction: string | null;
|
|
995023
|
+
id_charge_code: string | null;
|
|
995024
|
+
id_cost_currency: string | null;
|
|
995025
|
+
id_cost_latest_system_rate: string | null;
|
|
995026
|
+
id_cost_creditor: string | null;
|
|
995027
|
+
id_cost_tax_rate: string | null;
|
|
995028
|
+
id_cost_apportion_method: string | null;
|
|
995029
|
+
cost_base_rate: Decimal$1 | null;
|
|
995030
|
+
cost_currency_amount: Decimal$1 | null;
|
|
995031
|
+
cost_currency_estimated_amount: Decimal$1 | null;
|
|
995032
|
+
cost_local_currency_amount: Decimal$1 | null;
|
|
995033
|
+
cost_invoice_number: string | null;
|
|
995034
|
+
cost_invoice_date: Date | null;
|
|
995035
|
+
cost_tax_amount: Decimal$1 | null;
|
|
995036
|
+
cost_supplier_reference: string | null;
|
|
995037
|
+
is_cost_posted: boolean | null;
|
|
995038
|
+
}[];
|
|
994751
995039
|
billing_ap_transaction_lines: {
|
|
994752
995040
|
charge_code: {
|
|
994753
995041
|
is_active: boolean | null;
|