@be-logixpair/api 0.0.130-rc7 → 0.0.130-rc9

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 +121 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -779028,6 +779028,17 @@ declare const cargoflowRouter: BuiltRouter<{
779028
779028
  updated_by: string | null;
779029
779029
  } | null;
779030
779030
  incoterm: {
779031
+ payment_type: {
779032
+ is_active: boolean | null;
779033
+ id: string;
779034
+ logic_code: string | null;
779035
+ name: string | null;
779036
+ code: string | null;
779037
+ created_at: Date | null;
779038
+ created_by: string | null;
779039
+ updated_at: Date | null;
779040
+ updated_by: string | null;
779041
+ } | null;
779031
779042
  is_active: boolean | null;
779032
779043
  id: string;
779033
779044
  logic_code: string | null;
@@ -779966,6 +779977,105 @@ declare const cargoflowRouter: BuiltRouter<{
779966
779977
  house_bill: string | null;
779967
779978
  } | null;
779968
779979
  forwarding_consol_container: {
779980
+ forwarding_consol_container_seals: {
779981
+ consol_container_seal_by: {
779982
+ is_active: boolean | null;
779983
+ id: string;
779984
+ logic_code: string | null;
779985
+ name: string | null;
779986
+ code: string | null;
779987
+ created_at: Date | null;
779988
+ created_by: string | null;
779989
+ updated_at: Date | null;
779990
+ updated_by: string | null;
779991
+ } | null;
779992
+ is_active: boolean | null;
779993
+ id: string;
779994
+ logic_code: string | null;
779995
+ created_at: Date | null;
779996
+ created_by: string | null;
779997
+ updated_at: Date | null;
779998
+ updated_by: string | null;
779999
+ id_forwarding_consol_container: string | null;
780000
+ id_seal_by: string | null;
780001
+ seal_number: string | null;
780002
+ }[];
780003
+ container_shipping_type: {
780004
+ is_active: boolean | null;
780005
+ id: string;
780006
+ logic_code: string | null;
780007
+ name: string | null;
780008
+ code: string | null;
780009
+ created_at: Date | null;
780010
+ created_by: string | null;
780011
+ updated_at: Date | null;
780012
+ updated_by: string | null;
780013
+ } | null;
780014
+ forwarding_consol: {
780015
+ is_active: boolean | null;
780016
+ id: string;
780017
+ logic_code: string | null;
780018
+ name: string | null;
780019
+ code: string | null;
780020
+ other_reference: string | null;
780021
+ created_at: Date | null;
780022
+ created_by: string | null;
780023
+ updated_at: Date | null;
780024
+ updated_by: string | null;
780025
+ id_transport_mode: string | null;
780026
+ id_container_shipping_type: string | null;
780027
+ id_service_level: string | null;
780028
+ id_type: string | null;
780029
+ id_payment_type: string | null;
780030
+ id_load_port: string | null;
780031
+ id_discharge_port: string | null;
780032
+ id_vessel: string | null;
780033
+ id_sending_agent: string | null;
780034
+ id_sending_agent_address: string | null;
780035
+ id_receiving_agent: string | null;
780036
+ id_receiving_agent_address: string | null;
780037
+ id_carrier_shipping_line: string | null;
780038
+ id_carrier_airline: string | null;
780039
+ id_creditor_origin: string | null;
780040
+ id_creditor_origin_address: string | null;
780041
+ id_creditor_destination: string | null;
780042
+ id_creditor_destination_address: string | null;
780043
+ consol_number: string | null;
780044
+ trip_number: string | null;
780045
+ aircraft_type: string | null;
780046
+ aircraft_registration: string | null;
780047
+ mawb_number: string | null;
780048
+ bol_number: string | null;
780049
+ carrier_booking_reference: string | null;
780050
+ agent_reference: string | null;
780051
+ estimated_departure: Date | null;
780052
+ estimated_arrival: Date | null;
780053
+ actual_departure: Date | null;
780054
+ actual_arrival: Date | null;
780055
+ is_neutral_mawb: boolean | null;
780056
+ } | null;
780057
+ container_delivery_mode: {
780058
+ is_active: boolean | null;
780059
+ id: string;
780060
+ logic_code: string | null;
780061
+ name: string | null;
780062
+ code: string | null;
780063
+ created_at: Date | null;
780064
+ created_by: string | null;
780065
+ updated_at: Date | null;
780066
+ updated_by: string | null;
780067
+ } | null;
780068
+ container_type: {
780069
+ is_active: boolean | null;
780070
+ id: string;
780071
+ logic_code: string | null;
780072
+ name: string | null;
780073
+ code: string | null;
780074
+ created_at: Date | null;
780075
+ created_by: string | null;
780076
+ updated_at: Date | null;
780077
+ updated_by: string | null;
780078
+ } | null;
779969
780079
  is_active: boolean | null;
779970
780080
  id: string;
779971
780081
  logic_code: string | null;
@@ -780329,6 +780439,17 @@ declare const cargoflowRouter: BuiltRouter<{
780329
780439
  updated_by: string | null;
780330
780440
  } | null;
780331
780441
  incoterm: {
780442
+ payment_type: {
780443
+ is_active: boolean | null;
780444
+ id: string;
780445
+ logic_code: string | null;
780446
+ name: string | null;
780447
+ code: string | null;
780448
+ created_at: Date | null;
780449
+ created_by: string | null;
780450
+ updated_at: Date | null;
780451
+ updated_by: string | null;
780452
+ } | null;
780332
780453
  is_active: boolean | null;
780333
780454
  id: string;
780334
780455
  logic_code: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-logixpair/api",
3
- "version": "0.0.130-rc7",
3
+ "version": "0.0.130-rc9",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {