@be-logixpair/api 0.0.133-rc10 → 0.0.133-rc11

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +200 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -847560,6 +847560,99 @@ declare const cargoflowRouter: BuiltRouter<{
847560
847560
  on_board_date?: string | null | undefined;
847561
847561
  issue_date?: string | null | undefined;
847562
847562
  } | undefined;
847563
+ air_waybill_templates?: {
847564
+ is_active?: string | number | boolean | null | undefined;
847565
+ id_forwarding_shipment?: string | null | undefined;
847566
+ id_route_to_1?: string | null | undefined;
847567
+ id_route_by_1?: string | null | undefined;
847568
+ id_route_to_2?: string | null | undefined;
847569
+ id_route_by_2?: string | null | undefined;
847570
+ id_route_to_3?: string | null | undefined;
847571
+ id_route_by_3?: string | null | undefined;
847572
+ id_req_flight_by_1?: string | null | undefined;
847573
+ id_req_flight_by_2?: string | null | undefined;
847574
+ id_currency?: string | null | undefined;
847575
+ id_awb_ppd_coll_charge_code?: string | null | undefined;
847576
+ id_wt_val_ppd_coll?: string | null | undefined;
847577
+ id_other_ppd_coll?: string | null | undefined;
847578
+ id_currency_declared_value_for_carriage?: string | null | undefined;
847579
+ id_currency_declared_value_for_customs?: string | null | undefined;
847580
+ id_currency_amount_of_insurance?: string | null | undefined;
847581
+ id_awb_as_agreed_rate_set_1?: string | null | undefined;
847582
+ id_awb_as_agreed_rate_set_2?: string | null | undefined;
847583
+ id_sci?: string | null | undefined;
847584
+ issuer?: string | null | undefined;
847585
+ shipper_account_no?: string | null | undefined;
847586
+ shipper?: string | null | undefined;
847587
+ consignee_account_no?: string | null | undefined;
847588
+ consignee?: string | null | undefined;
847589
+ carrier_agent_name?: string | null | undefined;
847590
+ carrier_agent_city?: string | null | undefined;
847591
+ carrier_agent_iata_code?: string | null | undefined;
847592
+ carrier_agent_account_no?: string | null | undefined;
847593
+ accounting_information?: string | null | undefined;
847594
+ airport_of_departure?: string | null | undefined;
847595
+ airport_of_destination?: string | null | undefined;
847596
+ req_flight_no_1?: string | null | undefined;
847597
+ req_flight_date_1?: string | null | undefined;
847598
+ req_flight_no_2?: string | null | undefined;
847599
+ req_flight_date_2?: string | null | undefined;
847600
+ reference_number?: string | null | undefined;
847601
+ optional_shipping_information_1?: string | null | undefined;
847602
+ optional_shipping_information_2?: string | null | undefined;
847603
+ declared_value_for_carriage?: string | null | undefined;
847604
+ declared_value_for_customs?: string | null | undefined;
847605
+ amount_of_insurance?: string | null | undefined;
847606
+ handling_information?: string | null | undefined;
847607
+ total_pieces?: string | number | null | undefined;
847608
+ total_gross_weight?: string | null | undefined;
847609
+ total_chargeable_weight?: string | null | undefined;
847610
+ weight_charge_ppd?: string | null | undefined;
847611
+ valuation_charge_ppd?: string | null | undefined;
847612
+ tax_ppd?: string | null | undefined;
847613
+ total_other_charge_due_agent_ppd?: string | null | undefined;
847614
+ total_other_charge_due_carrier_ppd?: string | null | undefined;
847615
+ total_ppd?: string | null | undefined;
847616
+ weight_charge_coll?: string | null | undefined;
847617
+ valuation_charge_coll?: string | null | undefined;
847618
+ tax_coll?: string | null | undefined;
847619
+ total_other_charge_due_agent_coll?: string | null | undefined;
847620
+ total_other_charge_due_carrier_coll?: string | null | undefined;
847621
+ total_coll?: string | null | undefined;
847622
+ currency_conversion_rates?: string | null | undefined;
847623
+ currency_conversion_charges_in_destination_currency?: string | null | undefined;
847624
+ charges_at_destination?: string | null | undefined;
847625
+ total_collect_charges?: string | null | undefined;
847626
+ shipper_signature_remarks?: string | null | undefined;
847627
+ shipper_signature?: string | null | undefined;
847628
+ carrier_execution_remarks?: string | null | undefined;
847629
+ carrier_execution_date?: string | null | undefined;
847630
+ carrier_execution_place?: string | null | undefined;
847631
+ carrier_execution_signature?: string | null | undefined;
847632
+ rate_descriptions?: {
847633
+ is_active?: string | number | boolean | null | undefined;
847634
+ id_forwarding_shipment_air_waybill_template?: string | null | undefined;
847635
+ id_mass_unit?: string | null | undefined;
847636
+ id_rate_class?: string | null | undefined;
847637
+ pieces?: string | number | null | undefined;
847638
+ gross_weight?: string | null | undefined;
847639
+ commodity_item_number?: string | null | undefined;
847640
+ chargeable_weight?: string | null | undefined;
847641
+ rate_charge?: string | null | undefined;
847642
+ total?: string | null | undefined;
847643
+ goods_description?: string | null | undefined;
847644
+ }[] | undefined;
847645
+ other_charges?: {
847646
+ is_active?: string | number | boolean | null | undefined;
847647
+ id_forwarding_shipment_air_waybill_template?: string | null | undefined;
847648
+ id_other_charge_code?: string | null | undefined;
847649
+ id_entitlement?: string | null | undefined;
847650
+ id_ppd_coll?: string | null | undefined;
847651
+ id_currency?: string | null | undefined;
847652
+ description?: string | null | undefined;
847653
+ amount?: string | null | undefined;
847654
+ }[] | undefined;
847655
+ } | undefined;
847563
847656
  };
847564
847657
  output: {
847565
847658
  data: {
@@ -847776,6 +847869,113 @@ declare const cargoflowRouter: BuiltRouter<{
847776
847869
  is_visibility_specific?: string | number | boolean | null | undefined;
847777
847870
  }[] | undefined;
847778
847871
  ids_delete_edoc?: string[] | null | undefined;
847872
+ air_waybill_templates?: {
847873
+ is_system?: (string | number | boolean)[] | null | undefined;
847874
+ id?: string | null | undefined;
847875
+ id_string?: string | null | undefined;
847876
+ logic_code?: string | null | undefined;
847877
+ rate_descriptions?: {
847878
+ is_system?: (string | number | boolean)[] | null | undefined;
847879
+ id?: string | null | undefined;
847880
+ id_string?: string | null | undefined;
847881
+ logic_code?: string | null | undefined;
847882
+ is_active?: string | number | boolean | null | undefined;
847883
+ id_forwarding_shipment_air_waybill_template?: string | null | undefined;
847884
+ id_mass_unit?: string | null | undefined;
847885
+ id_rate_class?: string | null | undefined;
847886
+ pieces?: string | number | null | undefined;
847887
+ gross_weight?: string | null | undefined;
847888
+ commodity_item_number?: string | null | undefined;
847889
+ chargeable_weight?: string | null | undefined;
847890
+ rate_charge?: string | null | undefined;
847891
+ total?: string | null | undefined;
847892
+ goods_description?: string | null | undefined;
847893
+ }[] | undefined;
847894
+ ids_delete_rate_description?: string[] | null | undefined;
847895
+ other_charges?: {
847896
+ is_system?: (string | number | boolean)[] | null | undefined;
847897
+ id?: string | null | undefined;
847898
+ id_string?: string | null | undefined;
847899
+ logic_code?: string | null | undefined;
847900
+ is_active?: string | number | boolean | null | undefined;
847901
+ id_forwarding_shipment_air_waybill_template?: string | null | undefined;
847902
+ id_other_charge_code?: string | null | undefined;
847903
+ id_entitlement?: string | null | undefined;
847904
+ id_ppd_coll?: string | null | undefined;
847905
+ id_currency?: string | null | undefined;
847906
+ description?: string | null | undefined;
847907
+ amount?: string | null | undefined;
847908
+ }[] | undefined;
847909
+ ids_delete_other_charge?: string[] | null | undefined;
847910
+ is_active?: string | number | boolean | null | undefined;
847911
+ id_forwarding_shipment?: string | null | undefined;
847912
+ id_route_to_1?: string | null | undefined;
847913
+ id_route_by_1?: string | null | undefined;
847914
+ id_route_to_2?: string | null | undefined;
847915
+ id_route_by_2?: string | null | undefined;
847916
+ id_route_to_3?: string | null | undefined;
847917
+ id_route_by_3?: string | null | undefined;
847918
+ id_req_flight_by_1?: string | null | undefined;
847919
+ id_req_flight_by_2?: string | null | undefined;
847920
+ id_currency?: string | null | undefined;
847921
+ id_awb_ppd_coll_charge_code?: string | null | undefined;
847922
+ id_wt_val_ppd_coll?: string | null | undefined;
847923
+ id_other_ppd_coll?: string | null | undefined;
847924
+ id_currency_declared_value_for_carriage?: string | null | undefined;
847925
+ id_currency_declared_value_for_customs?: string | null | undefined;
847926
+ id_currency_amount_of_insurance?: string | null | undefined;
847927
+ id_awb_as_agreed_rate_set_1?: string | null | undefined;
847928
+ id_awb_as_agreed_rate_set_2?: string | null | undefined;
847929
+ id_sci?: string | null | undefined;
847930
+ issuer?: string | null | undefined;
847931
+ shipper_account_no?: string | null | undefined;
847932
+ shipper?: string | null | undefined;
847933
+ consignee_account_no?: string | null | undefined;
847934
+ consignee?: string | null | undefined;
847935
+ carrier_agent_name?: string | null | undefined;
847936
+ carrier_agent_city?: string | null | undefined;
847937
+ carrier_agent_iata_code?: string | null | undefined;
847938
+ carrier_agent_account_no?: string | null | undefined;
847939
+ accounting_information?: string | null | undefined;
847940
+ airport_of_departure?: string | null | undefined;
847941
+ airport_of_destination?: string | null | undefined;
847942
+ req_flight_no_1?: string | null | undefined;
847943
+ req_flight_date_1?: string | null | undefined;
847944
+ req_flight_no_2?: string | null | undefined;
847945
+ req_flight_date_2?: string | null | undefined;
847946
+ reference_number?: string | null | undefined;
847947
+ optional_shipping_information_1?: string | null | undefined;
847948
+ optional_shipping_information_2?: string | null | undefined;
847949
+ declared_value_for_carriage?: string | null | undefined;
847950
+ declared_value_for_customs?: string | null | undefined;
847951
+ amount_of_insurance?: string | null | undefined;
847952
+ handling_information?: string | null | undefined;
847953
+ total_pieces?: string | number | null | undefined;
847954
+ total_gross_weight?: string | null | undefined;
847955
+ total_chargeable_weight?: string | null | undefined;
847956
+ weight_charge_ppd?: string | null | undefined;
847957
+ valuation_charge_ppd?: string | null | undefined;
847958
+ tax_ppd?: string | null | undefined;
847959
+ total_other_charge_due_agent_ppd?: string | null | undefined;
847960
+ total_other_charge_due_carrier_ppd?: string | null | undefined;
847961
+ total_ppd?: string | null | undefined;
847962
+ weight_charge_coll?: string | null | undefined;
847963
+ valuation_charge_coll?: string | null | undefined;
847964
+ tax_coll?: string | null | undefined;
847965
+ total_other_charge_due_agent_coll?: string | null | undefined;
847966
+ total_other_charge_due_carrier_coll?: string | null | undefined;
847967
+ total_coll?: string | null | undefined;
847968
+ currency_conversion_rates?: string | null | undefined;
847969
+ currency_conversion_charges_in_destination_currency?: string | null | undefined;
847970
+ charges_at_destination?: string | null | undefined;
847971
+ total_collect_charges?: string | null | undefined;
847972
+ shipper_signature_remarks?: string | null | undefined;
847973
+ shipper_signature?: string | null | undefined;
847974
+ carrier_execution_remarks?: string | null | undefined;
847975
+ carrier_execution_date?: string | null | undefined;
847976
+ carrier_execution_place?: string | null | undefined;
847977
+ carrier_execution_signature?: string | null | undefined;
847978
+ } | undefined;
847779
847979
  is_active?: string | number | boolean | null | undefined;
847780
847980
  id_forwarding_consol?: string | null | undefined;
847781
847981
  id_transport_mode?: string | null | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-logixpair/api",
3
- "version": "0.0.133-rc10",
3
+ "version": "0.0.133-rc11",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {