@be-logixpair/api 0.0.130-rc8 → 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 +189 -90
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -775852,11 +775852,11 @@ declare const cargoflowRouter: BuiltRouter<{
775852
775852
  updated_at: Date | null;
775853
775853
  updated_by: string | null;
775854
775854
  length: Decimal$1 | null;
775855
+ description: string | null;
775855
775856
  id_weight_unit: string | null;
775856
775857
  id_volume_unit: string | null;
775857
775858
  id_commodity: string | null;
775858
775859
  id_forwarding_booking: string | null;
775859
- description: string | null;
775860
775860
  volume: Decimal$1 | null;
775861
775861
  id_forwarding_shipment: string | null;
775862
775862
  id_consol_container: string | null;
@@ -776172,6 +776172,7 @@ declare const cargoflowRouter: BuiltRouter<{
776172
776172
  updated_at: Date | null;
776173
776173
  updated_by: string | null;
776174
776174
  length: Decimal$1 | null;
776175
+ description: string | null;
776175
776176
  id_transport_mode: string | null;
776176
776177
  id_container_shipping_type: string | null;
776177
776178
  id_incoterm: string | null;
@@ -776189,7 +776190,6 @@ declare const cargoflowRouter: BuiltRouter<{
776189
776190
  id_volume_unit: string | null;
776190
776191
  id_chargeable_unit: string | null;
776191
776192
  id_commodity: string | null;
776192
- description: string | null;
776193
776193
  extra_term: string | null;
776194
776194
  shipper_ref: string | null;
776195
776195
  mark_number: string | null;
@@ -776404,6 +776404,7 @@ declare const cargoflowRouter: BuiltRouter<{
776404
776404
  updated_at: Date | null;
776405
776405
  updated_by: string | null;
776406
776406
  length: Decimal$1 | null;
776407
+ description: string | null;
776407
776408
  id_transport_mode: string | null;
776408
776409
  id_container_shipping_type: string | null;
776409
776410
  id_incoterm: string | null;
@@ -776421,7 +776422,6 @@ declare const cargoflowRouter: BuiltRouter<{
776421
776422
  id_volume_unit: string | null;
776422
776423
  id_chargeable_unit: string | null;
776423
776424
  id_commodity: string | null;
776424
- description: string | null;
776425
776425
  extra_term: string | null;
776426
776426
  shipper_ref: string | null;
776427
776427
  mark_number: string | null;
@@ -776466,6 +776466,7 @@ declare const cargoflowRouter: BuiltRouter<{
776466
776466
  created_by: string | null;
776467
776467
  updated_at: Date | null;
776468
776468
  updated_by: string | null;
776469
+ description: string | null;
776469
776470
  id_transport_mode: string | null;
776470
776471
  id_container_shipping_type: string | null;
776471
776472
  id_incoterm: string | null;
@@ -776475,7 +776476,6 @@ declare const cargoflowRouter: BuiltRouter<{
776475
776476
  id_weight_unit: string | null;
776476
776477
  id_volume_unit: string | null;
776477
776478
  id_chargeable_unit: string | null;
776478
- description: string | null;
776479
776479
  mark_number: string | null;
776480
776480
  volume: Decimal$1 | null;
776481
776481
  chargeable: Decimal$1 | null;
@@ -776637,11 +776637,11 @@ declare const cargoflowRouter: BuiltRouter<{
776637
776637
  updated_at: Date | null;
776638
776638
  updated_by: string | null;
776639
776639
  length: Decimal$1 | null;
776640
+ description: string | null;
776640
776641
  id_weight_unit: string | null;
776641
776642
  id_volume_unit: string | null;
776642
776643
  id_commodity: string | null;
776643
776644
  id_forwarding_booking: string | null;
776644
- description: string | null;
776645
776645
  volume: Decimal$1 | null;
776646
776646
  id_forwarding_shipment: string | null;
776647
776647
  id_consol_container: string | null;
@@ -776981,6 +776981,7 @@ declare const cargoflowRouter: BuiltRouter<{
776981
776981
  updated_at: Date | null;
776982
776982
  updated_by: string | null;
776983
776983
  length: Decimal$1 | null;
776984
+ description: string | null;
776984
776985
  id_transport_mode: string | null;
776985
776986
  id_container_shipping_type: string | null;
776986
776987
  id_incoterm: string | null;
@@ -776998,7 +776999,6 @@ declare const cargoflowRouter: BuiltRouter<{
776998
776999
  id_volume_unit: string | null;
776999
777000
  id_chargeable_unit: string | null;
777000
777001
  id_commodity: string | null;
777001
- description: string | null;
777002
777002
  extra_term: string | null;
777003
777003
  shipper_ref: string | null;
777004
777004
  mark_number: string | null;
@@ -777061,12 +777061,12 @@ declare const cargoflowRouter: BuiltRouter<{
777061
777061
  id: string;
777062
777062
  params: SimpleJson;
777063
777063
  id_log_type: string | null;
777064
- id_forwarding_booking: string | null;
777065
777064
  url: string | null;
777066
777065
  action: string | null;
777067
777066
  action_by: string | null;
777068
777067
  action_id: string | null;
777069
777068
  action_at: Date | null;
777069
+ id_forwarding_booking: string | null;
777070
777070
  }[] | undefined;
777071
777071
  total: number | undefined;
777072
777072
  };
@@ -777085,12 +777085,12 @@ declare const cargoflowRouter: BuiltRouter<{
777085
777085
  id: string;
777086
777086
  params: SimpleJson;
777087
777087
  id_log_type: string | null;
777088
- id_forwarding_booking: string | null;
777089
777088
  url: string | null;
777090
777089
  action: string | null;
777091
777090
  action_by: string | null;
777092
777091
  action_id: string | null;
777093
777092
  action_at: Date | null;
777093
+ id_forwarding_booking: string | null;
777094
777094
  } | undefined;
777095
777095
  };
777096
777096
  meta: object;
@@ -777196,6 +777196,7 @@ declare const cargoflowRouter: BuiltRouter<{
777196
777196
  updated_at: Date | null;
777197
777197
  updated_by: string | null;
777198
777198
  length: Decimal$1 | null;
777199
+ description: string | null;
777199
777200
  id_transport_mode: string | null;
777200
777201
  id_container_shipping_type: string | null;
777201
777202
  id_incoterm: string | null;
@@ -777213,7 +777214,6 @@ declare const cargoflowRouter: BuiltRouter<{
777213
777214
  id_volume_unit: string | null;
777214
777215
  id_chargeable_unit: string | null;
777215
777216
  id_commodity: string | null;
777216
- description: string | null;
777217
777217
  extra_term: string | null;
777218
777218
  shipper_ref: string | null;
777219
777219
  mark_number: string | null;
@@ -777233,12 +777233,12 @@ declare const cargoflowRouter: BuiltRouter<{
777233
777233
  id: string;
777234
777234
  params: SimpleJson;
777235
777235
  id_log_type: string | null;
777236
- id_forwarding_booking: string | null;
777237
777236
  url: string | null;
777238
777237
  action: string | null;
777239
777238
  action_by: string | null;
777240
777239
  action_id: string | null;
777241
777240
  action_at: Date | null;
777241
+ id_forwarding_booking: string | null;
777242
777242
  } | undefined;
777243
777243
  };
777244
777244
  } | undefined;
@@ -777376,6 +777376,7 @@ declare const cargoflowRouter: BuiltRouter<{
777376
777376
  updated_at: Date | null;
777377
777377
  updated_by: string | null;
777378
777378
  length: Decimal$1 | null;
777379
+ description: string | null;
777379
777380
  id_transport_mode: string | null;
777380
777381
  id_container_shipping_type: string | null;
777381
777382
  id_incoterm: string | null;
@@ -777393,7 +777394,6 @@ declare const cargoflowRouter: BuiltRouter<{
777393
777394
  id_volume_unit: string | null;
777394
777395
  id_chargeable_unit: string | null;
777395
777396
  id_commodity: string | null;
777396
- description: string | null;
777397
777397
  extra_term: string | null;
777398
777398
  shipper_ref: string | null;
777399
777399
  mark_number: string | null;
@@ -777413,12 +777413,12 @@ declare const cargoflowRouter: BuiltRouter<{
777413
777413
  id: string;
777414
777414
  params: SimpleJson;
777415
777415
  id_log_type: string | null;
777416
- id_forwarding_booking: string | null;
777417
777416
  url: string | null;
777418
777417
  action: string | null;
777419
777418
  action_by: string | null;
777420
777419
  action_id: string | null;
777421
777420
  action_at: Date | null;
777421
+ id_forwarding_booking: string | null;
777422
777422
  } | undefined;
777423
777423
  };
777424
777424
  } | undefined;
@@ -777441,6 +777441,7 @@ declare const cargoflowRouter: BuiltRouter<{
777441
777441
  updated_at: Date | null;
777442
777442
  updated_by: string | null;
777443
777443
  length: Decimal$1 | null;
777444
+ description: string | null;
777444
777445
  id_transport_mode: string | null;
777445
777446
  id_container_shipping_type: string | null;
777446
777447
  id_incoterm: string | null;
@@ -777458,7 +777459,6 @@ declare const cargoflowRouter: BuiltRouter<{
777458
777459
  id_volume_unit: string | null;
777459
777460
  id_chargeable_unit: string | null;
777460
777461
  id_commodity: string | null;
777461
- description: string | null;
777462
777462
  extra_term: string | null;
777463
777463
  shipper_ref: string | null;
777464
777464
  mark_number: string | null;
@@ -777531,6 +777531,7 @@ declare const cargoflowRouter: BuiltRouter<{
777531
777531
  updated_at: Date | null;
777532
777532
  updated_by: string | null;
777533
777533
  length: Decimal$1 | null;
777534
+ description: string | null;
777534
777535
  id_transport_mode: string | null;
777535
777536
  id_container_shipping_type: string | null;
777536
777537
  id_incoterm: string | null;
@@ -777548,7 +777549,6 @@ declare const cargoflowRouter: BuiltRouter<{
777548
777549
  id_volume_unit: string | null;
777549
777550
  id_chargeable_unit: string | null;
777550
777551
  id_commodity: string | null;
777551
- description: string | null;
777552
777552
  extra_term: string | null;
777553
777553
  shipper_ref: string | null;
777554
777554
  mark_number: string | null;
@@ -777668,6 +777668,7 @@ declare const cargoflowRouter: BuiltRouter<{
777668
777668
  updated_at: Date | null;
777669
777669
  updated_by: string | null;
777670
777670
  length: Decimal$1 | null;
777671
+ description: string | null;
777671
777672
  id_transport_mode: string | null;
777672
777673
  id_container_shipping_type: string | null;
777673
777674
  id_incoterm: string | null;
@@ -777685,7 +777686,6 @@ declare const cargoflowRouter: BuiltRouter<{
777685
777686
  id_volume_unit: string | null;
777686
777687
  id_chargeable_unit: string | null;
777687
777688
  id_commodity: string | null;
777688
- description: string | null;
777689
777689
  extra_term: string | null;
777690
777690
  shipper_ref: string | null;
777691
777691
  mark_number: string | null;
@@ -778130,6 +778130,7 @@ declare const cargoflowRouter: BuiltRouter<{
778130
778130
  updated_at: Date | null;
778131
778131
  updated_by: string | null;
778132
778132
  length: Decimal$1 | null;
778133
+ description: string | null;
778133
778134
  id_transport_mode: string | null;
778134
778135
  id_container_shipping_type: string | null;
778135
778136
  id_incoterm: string | null;
@@ -778147,7 +778148,6 @@ declare const cargoflowRouter: BuiltRouter<{
778147
778148
  id_volume_unit: string | null;
778148
778149
  id_chargeable_unit: string | null;
778149
778150
  id_commodity: string | null;
778150
- description: string | null;
778151
778151
  extra_term: string | null;
778152
778152
  shipper_ref: string | null;
778153
778153
  mark_number: string | null;
@@ -778294,6 +778294,7 @@ declare const cargoflowRouter: BuiltRouter<{
778294
778294
  updated_at: Date | null;
778295
778295
  updated_by: string | null;
778296
778296
  length: Decimal$1 | null;
778297
+ description: string | null;
778297
778298
  id_transport_mode: string | null;
778298
778299
  id_container_shipping_type: string | null;
778299
778300
  id_incoterm: string | null;
@@ -778311,7 +778312,6 @@ declare const cargoflowRouter: BuiltRouter<{
778311
778312
  id_volume_unit: string | null;
778312
778313
  id_chargeable_unit: string | null;
778313
778314
  id_commodity: string | null;
778314
- description: string | null;
778315
778315
  extra_term: string | null;
778316
778316
  shipper_ref: string | null;
778317
778317
  mark_number: string | null;
@@ -778910,11 +778910,11 @@ declare const cargoflowRouter: BuiltRouter<{
778910
778910
  updated_at: Date | null;
778911
778911
  updated_by: string | null;
778912
778912
  length: Decimal$1 | null;
778913
+ description: string | null;
778913
778914
  id_weight_unit: string | null;
778914
778915
  id_volume_unit: string | null;
778915
778916
  id_commodity: string | null;
778916
778917
  id_forwarding_booking: string | null;
778917
- description: string | null;
778918
778918
  volume: Decimal$1 | null;
778919
778919
  id_forwarding_shipment: string | null;
778920
778920
  id_consol_container: string | null;
@@ -778970,13 +778970,13 @@ declare const cargoflowRouter: BuiltRouter<{
778970
778970
  updated_at: Date | null;
778971
778971
  updated_by: string | null;
778972
778972
  length: Decimal$1 | null;
778973
+ description: string | null;
778973
778974
  id_origin_un_locode: string | null;
778974
778975
  id_destination_un_locode: string | null;
778975
778976
  id_weight_unit: string | null;
778976
778977
  id_volume_unit: string | null;
778977
778978
  id_commodity: string | null;
778978
778979
  id_forwarding_booking: string | null;
778979
- description: string | null;
778980
778980
  volume: Decimal$1 | null;
778981
778981
  id_forwarding_shipment: string | null;
778982
778982
  id_package_type: string | null;
@@ -779649,6 +779649,7 @@ declare const cargoflowRouter: BuiltRouter<{
779649
779649
  created_by: string | null;
779650
779650
  updated_at: Date | null;
779651
779651
  updated_by: string | null;
779652
+ description: string | null;
779652
779653
  id_transport_mode: string | null;
779653
779654
  id_container_shipping_type: string | null;
779654
779655
  id_incoterm: string | null;
@@ -779658,7 +779659,6 @@ declare const cargoflowRouter: BuiltRouter<{
779658
779659
  id_weight_unit: string | null;
779659
779660
  id_volume_unit: string | null;
779660
779661
  id_chargeable_unit: string | null;
779661
- description: string | null;
779662
779662
  mark_number: string | null;
779663
779663
  volume: Decimal$1 | null;
779664
779664
  chargeable: Decimal$1 | null;
@@ -779873,6 +779873,7 @@ declare const cargoflowRouter: BuiltRouter<{
779873
779873
  updated_at: Date | null;
779874
779874
  updated_by: string | null;
779875
779875
  length: Decimal$1 | null;
779876
+ description: string | null;
779876
779877
  id_transport_mode: string | null;
779877
779878
  id_container_shipping_type: string | null;
779878
779879
  id_incoterm: string | null;
@@ -779890,7 +779891,6 @@ declare const cargoflowRouter: BuiltRouter<{
779890
779891
  id_volume_unit: string | null;
779891
779892
  id_chargeable_unit: string | null;
779892
779893
  id_commodity: string | null;
779893
- description: string | null;
779894
779894
  extra_term: string | null;
779895
779895
  shipper_ref: string | null;
779896
779896
  mark_number: string | null;
@@ -779935,6 +779935,7 @@ declare const cargoflowRouter: BuiltRouter<{
779935
779935
  created_by: string | null;
779936
779936
  updated_at: Date | null;
779937
779937
  updated_by: string | null;
779938
+ description: string | null;
779938
779939
  id_transport_mode: string | null;
779939
779940
  id_container_shipping_type: string | null;
779940
779941
  id_incoterm: string | null;
@@ -779944,7 +779945,6 @@ declare const cargoflowRouter: BuiltRouter<{
779944
779945
  id_weight_unit: string | null;
779945
779946
  id_volume_unit: string | null;
779946
779947
  id_chargeable_unit: string | null;
779947
- description: string | null;
779948
779948
  mark_number: string | null;
779949
779949
  volume: Decimal$1 | null;
779950
779950
  chargeable: Decimal$1 | null;
@@ -779977,6 +779977,105 @@ declare const cargoflowRouter: BuiltRouter<{
779977
779977
  house_bill: string | null;
779978
779978
  } | null;
779979
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;
779980
780079
  is_active: boolean | null;
779981
780080
  id: string;
779982
780081
  logic_code: string | null;
@@ -780106,11 +780205,11 @@ declare const cargoflowRouter: BuiltRouter<{
780106
780205
  updated_at: Date | null;
780107
780206
  updated_by: string | null;
780108
780207
  length: Decimal$1 | null;
780208
+ description: string | null;
780109
780209
  id_weight_unit: string | null;
780110
780210
  id_volume_unit: string | null;
780111
780211
  id_commodity: string | null;
780112
780212
  id_forwarding_booking: string | null;
780113
- description: string | null;
780114
780213
  volume: Decimal$1 | null;
780115
780214
  id_forwarding_shipment: string | null;
780116
780215
  id_consol_container: string | null;
@@ -780245,13 +780344,13 @@ declare const cargoflowRouter: BuiltRouter<{
780245
780344
  updated_at: Date | null;
780246
780345
  updated_by: string | null;
780247
780346
  length: Decimal$1 | null;
780347
+ description: string | null;
780248
780348
  id_origin_un_locode: string | null;
780249
780349
  id_destination_un_locode: string | null;
780250
780350
  id_weight_unit: string | null;
780251
780351
  id_volume_unit: string | null;
780252
780352
  id_commodity: string | null;
780253
780353
  id_forwarding_booking: string | null;
780254
- description: string | null;
780255
780354
  volume: Decimal$1 | null;
780256
780355
  id_forwarding_shipment: string | null;
780257
780356
  id_package_type: string | null;
@@ -783625,6 +783724,7 @@ declare const cargoflowRouter: BuiltRouter<{
783625
783724
  created_by: string | null;
783626
783725
  updated_at: Date | null;
783627
783726
  updated_by: string | null;
783727
+ description: string | null;
783628
783728
  id_transport_mode: string | null;
783629
783729
  id_container_shipping_type: string | null;
783630
783730
  id_incoterm: string | null;
@@ -783634,7 +783734,6 @@ declare const cargoflowRouter: BuiltRouter<{
783634
783734
  id_weight_unit: string | null;
783635
783735
  id_volume_unit: string | null;
783636
783736
  id_chargeable_unit: string | null;
783637
- description: string | null;
783638
783737
  mark_number: string | null;
783639
783738
  volume: Decimal$1 | null;
783640
783739
  chargeable: Decimal$1 | null;
@@ -784023,6 +784122,7 @@ declare const cargoflowRouter: BuiltRouter<{
784023
784122
  created_by: string | null;
784024
784123
  updated_at: Date | null;
784025
784124
  updated_by: string | null;
784125
+ description: string | null;
784026
784126
  id_transport_mode: string | null;
784027
784127
  id_container_shipping_type: string | null;
784028
784128
  id_incoterm: string | null;
@@ -784032,7 +784132,6 @@ declare const cargoflowRouter: BuiltRouter<{
784032
784132
  id_weight_unit: string | null;
784033
784133
  id_volume_unit: string | null;
784034
784134
  id_chargeable_unit: string | null;
784035
- description: string | null;
784036
784135
  mark_number: string | null;
784037
784136
  volume: Decimal$1 | null;
784038
784137
  chargeable: Decimal$1 | null;
@@ -784380,6 +784479,7 @@ declare const cargoflowRouter: BuiltRouter<{
784380
784479
  created_by: string | null;
784381
784480
  updated_at: Date | null;
784382
784481
  updated_by: string | null;
784482
+ description: string | null;
784383
784483
  id_transport_mode: string | null;
784384
784484
  id_container_shipping_type: string | null;
784385
784485
  id_incoterm: string | null;
@@ -784389,7 +784489,6 @@ declare const cargoflowRouter: BuiltRouter<{
784389
784489
  id_weight_unit: string | null;
784390
784490
  id_volume_unit: string | null;
784391
784491
  id_chargeable_unit: string | null;
784392
- description: string | null;
784393
784492
  mark_number: string | null;
784394
784493
  volume: Decimal$1 | null;
784395
784494
  chargeable: Decimal$1 | null;
@@ -784537,6 +784636,7 @@ declare const cargoflowRouter: BuiltRouter<{
784537
784636
  created_by: string | null;
784538
784637
  updated_at: Date | null;
784539
784638
  updated_by: string | null;
784639
+ description: string | null;
784540
784640
  id_transport_mode: string | null;
784541
784641
  id_container_shipping_type: string | null;
784542
784642
  id_incoterm: string | null;
@@ -784546,7 +784646,6 @@ declare const cargoflowRouter: BuiltRouter<{
784546
784646
  id_weight_unit: string | null;
784547
784647
  id_volume_unit: string | null;
784548
784648
  id_chargeable_unit: string | null;
784549
- description: string | null;
784550
784649
  mark_number: string | null;
784551
784650
  volume: Decimal$1 | null;
784552
784651
  chargeable: Decimal$1 | null;
@@ -784694,6 +784793,7 @@ declare const cargoflowRouter: BuiltRouter<{
784694
784793
  created_by: string | null;
784695
784794
  updated_at: Date | null;
784696
784795
  updated_by: string | null;
784796
+ description: string | null;
784697
784797
  id_transport_mode: string | null;
784698
784798
  id_container_shipping_type: string | null;
784699
784799
  id_incoterm: string | null;
@@ -784703,7 +784803,6 @@ declare const cargoflowRouter: BuiltRouter<{
784703
784803
  id_weight_unit: string | null;
784704
784804
  id_volume_unit: string | null;
784705
784805
  id_chargeable_unit: string | null;
784706
- description: string | null;
784707
784806
  mark_number: string | null;
784708
784807
  volume: Decimal$1 | null;
784709
784808
  chargeable: Decimal$1 | null;
@@ -784839,6 +784938,7 @@ declare const cargoflowRouter: BuiltRouter<{
784839
784938
  created_by: string | null;
784840
784939
  updated_at: Date | null;
784841
784940
  updated_by: string | null;
784941
+ description: string | null;
784842
784942
  id_transport_mode: string | null;
784843
784943
  id_container_shipping_type: string | null;
784844
784944
  id_incoterm: string | null;
@@ -784848,7 +784948,6 @@ declare const cargoflowRouter: BuiltRouter<{
784848
784948
  id_weight_unit: string | null;
784849
784949
  id_volume_unit: string | null;
784850
784950
  id_chargeable_unit: string | null;
784851
- description: string | null;
784852
784951
  mark_number: string | null;
784853
784952
  volume: Decimal$1 | null;
784854
784953
  chargeable: Decimal$1 | null;
@@ -785232,6 +785331,7 @@ declare const cargoflowRouter: BuiltRouter<{
785232
785331
  created_by: string | null;
785233
785332
  updated_at: Date | null;
785234
785333
  updated_by: string | null;
785334
+ description: string | null;
785235
785335
  id_transport_mode: string | null;
785236
785336
  id_container_shipping_type: string | null;
785237
785337
  id_incoterm: string | null;
@@ -785241,7 +785341,6 @@ declare const cargoflowRouter: BuiltRouter<{
785241
785341
  id_weight_unit: string | null;
785242
785342
  id_volume_unit: string | null;
785243
785343
  id_chargeable_unit: string | null;
785244
- description: string | null;
785245
785344
  mark_number: string | null;
785246
785345
  volume: Decimal$1 | null;
785247
785346
  chargeable: Decimal$1 | null;
@@ -785484,6 +785583,7 @@ declare const cargoflowRouter: BuiltRouter<{
785484
785583
  created_by: string | null;
785485
785584
  updated_at: Date | null;
785486
785585
  updated_by: string | null;
785586
+ description: string | null;
785487
785587
  id_transport_mode: string | null;
785488
785588
  id_container_shipping_type: string | null;
785489
785589
  id_incoterm: string | null;
@@ -785493,7 +785593,6 @@ declare const cargoflowRouter: BuiltRouter<{
785493
785593
  id_weight_unit: string | null;
785494
785594
  id_volume_unit: string | null;
785495
785595
  id_chargeable_unit: string | null;
785496
- description: string | null;
785497
785596
  mark_number: string | null;
785498
785597
  volume: Decimal$1 | null;
785499
785598
  chargeable: Decimal$1 | null;
@@ -786061,6 +786160,7 @@ declare const cargoflowRouter: BuiltRouter<{
786061
786160
  created_by: string | null;
786062
786161
  updated_at: Date | null;
786063
786162
  updated_by: string | null;
786163
+ description: string | null;
786064
786164
  id_transport_mode: string | null;
786065
786165
  id_container_shipping_type: string | null;
786066
786166
  id_incoterm: string | null;
@@ -786070,7 +786170,6 @@ declare const cargoflowRouter: BuiltRouter<{
786070
786170
  id_weight_unit: string | null;
786071
786171
  id_volume_unit: string | null;
786072
786172
  id_chargeable_unit: string | null;
786073
- description: string | null;
786074
786173
  mark_number: string | null;
786075
786174
  volume: Decimal$1 | null;
786076
786175
  chargeable: Decimal$1 | null;
@@ -786313,6 +786412,7 @@ declare const cargoflowRouter: BuiltRouter<{
786313
786412
  created_by: string | null;
786314
786413
  updated_at: Date | null;
786315
786414
  updated_by: string | null;
786415
+ description: string | null;
786316
786416
  id_transport_mode: string | null;
786317
786417
  id_container_shipping_type: string | null;
786318
786418
  id_incoterm: string | null;
@@ -786322,7 +786422,6 @@ declare const cargoflowRouter: BuiltRouter<{
786322
786422
  id_weight_unit: string | null;
786323
786423
  id_volume_unit: string | null;
786324
786424
  id_chargeable_unit: string | null;
786325
- description: string | null;
786326
786425
  mark_number: string | null;
786327
786426
  volume: Decimal$1 | null;
786328
786427
  chargeable: Decimal$1 | null;
@@ -786850,6 +786949,7 @@ declare const cargoflowRouter: BuiltRouter<{
786850
786949
  updated_at: Date | null;
786851
786950
  updated_by: string | null;
786852
786951
  length: Decimal$1 | null;
786952
+ description: string | null;
786853
786953
  id_transport_mode: string | null;
786854
786954
  id_container_shipping_type: string | null;
786855
786955
  id_incoterm: string | null;
@@ -786867,7 +786967,6 @@ declare const cargoflowRouter: BuiltRouter<{
786867
786967
  id_volume_unit: string | null;
786868
786968
  id_chargeable_unit: string | null;
786869
786969
  id_commodity: string | null;
786870
- description: string | null;
786871
786970
  extra_term: string | null;
786872
786971
  shipper_ref: string | null;
786873
786972
  mark_number: string | null;
@@ -786912,6 +787011,7 @@ declare const cargoflowRouter: BuiltRouter<{
786912
787011
  created_by: string | null;
786913
787012
  updated_at: Date | null;
786914
787013
  updated_by: string | null;
787014
+ description: string | null;
786915
787015
  id_transport_mode: string | null;
786916
787016
  id_container_shipping_type: string | null;
786917
787017
  id_incoterm: string | null;
@@ -786921,7 +787021,6 @@ declare const cargoflowRouter: BuiltRouter<{
786921
787021
  id_weight_unit: string | null;
786922
787022
  id_volume_unit: string | null;
786923
787023
  id_chargeable_unit: string | null;
786924
- description: string | null;
786925
787024
  mark_number: string | null;
786926
787025
  volume: Decimal$1 | null;
786927
787026
  chargeable: Decimal$1 | null;
@@ -787083,11 +787182,11 @@ declare const cargoflowRouter: BuiltRouter<{
787083
787182
  updated_at: Date | null;
787084
787183
  updated_by: string | null;
787085
787184
  length: Decimal$1 | null;
787185
+ description: string | null;
787086
787186
  id_weight_unit: string | null;
787087
787187
  id_volume_unit: string | null;
787088
787188
  id_commodity: string | null;
787089
787189
  id_forwarding_booking: string | null;
787090
- description: string | null;
787091
787190
  volume: Decimal$1 | null;
787092
787191
  id_forwarding_shipment: string | null;
787093
787192
  id_consol_container: string | null;
@@ -787150,6 +787249,7 @@ declare const cargoflowRouter: BuiltRouter<{
787150
787249
  updated_at: Date | null;
787151
787250
  updated_by: string | null;
787152
787251
  length: Decimal$1 | null;
787252
+ description: string | null;
787153
787253
  id_transport_mode: string | null;
787154
787254
  id_container_shipping_type: string | null;
787155
787255
  id_incoterm: string | null;
@@ -787167,7 +787267,6 @@ declare const cargoflowRouter: BuiltRouter<{
787167
787267
  id_volume_unit: string | null;
787168
787268
  id_chargeable_unit: string | null;
787169
787269
  id_commodity: string | null;
787170
- description: string | null;
787171
787270
  extra_term: string | null;
787172
787271
  shipper_ref: string | null;
787173
787272
  mark_number: string | null;
@@ -787212,6 +787311,7 @@ declare const cargoflowRouter: BuiltRouter<{
787212
787311
  created_by: string | null;
787213
787312
  updated_at: Date | null;
787214
787313
  updated_by: string | null;
787314
+ description: string | null;
787215
787315
  id_transport_mode: string | null;
787216
787316
  id_container_shipping_type: string | null;
787217
787317
  id_incoterm: string | null;
@@ -787221,7 +787321,6 @@ declare const cargoflowRouter: BuiltRouter<{
787221
787321
  id_weight_unit: string | null;
787222
787322
  id_volume_unit: string | null;
787223
787323
  id_chargeable_unit: string | null;
787224
- description: string | null;
787225
787324
  mark_number: string | null;
787226
787325
  volume: Decimal$1 | null;
787227
787326
  chargeable: Decimal$1 | null;
@@ -787383,11 +787482,11 @@ declare const cargoflowRouter: BuiltRouter<{
787383
787482
  updated_at: Date | null;
787384
787483
  updated_by: string | null;
787385
787484
  length: Decimal$1 | null;
787485
+ description: string | null;
787386
787486
  id_weight_unit: string | null;
787387
787487
  id_volume_unit: string | null;
787388
787488
  id_commodity: string | null;
787389
787489
  id_forwarding_booking: string | null;
787390
- description: string | null;
787391
787490
  volume: Decimal$1 | null;
787392
787491
  id_forwarding_shipment: string | null;
787393
787492
  id_consol_container: string | null;
@@ -787560,11 +787659,11 @@ declare const cargoflowRouter: BuiltRouter<{
787560
787659
  updated_at: Date | null;
787561
787660
  updated_by: string | null;
787562
787661
  length: Decimal$1 | null;
787662
+ description: string | null;
787563
787663
  id_weight_unit: string | null;
787564
787664
  id_volume_unit: string | null;
787565
787665
  id_commodity: string | null;
787566
787666
  id_forwarding_booking: string | null;
787567
- description: string | null;
787568
787667
  volume: Decimal$1 | null;
787569
787668
  id_forwarding_shipment: string | null;
787570
787669
  id_consol_container: string | null;
@@ -787652,11 +787751,11 @@ declare const cargoflowRouter: BuiltRouter<{
787652
787751
  updated_at: Date | null;
787653
787752
  updated_by: string | null;
787654
787753
  length: Decimal$1 | null;
787754
+ description: string | null;
787655
787755
  id_weight_unit: string | null;
787656
787756
  id_volume_unit: string | null;
787657
787757
  id_commodity: string | null;
787658
787758
  id_forwarding_booking: string | null;
787659
- description: string | null;
787660
787759
  volume: Decimal$1 | null;
787661
787760
  id_forwarding_shipment: string | null;
787662
787761
  id_consol_container: string | null;
@@ -787780,11 +787879,11 @@ declare const cargoflowRouter: BuiltRouter<{
787780
787879
  updated_at: Date | null;
787781
787880
  updated_by: string | null;
787782
787881
  length: Decimal$1 | null;
787882
+ description: string | null;
787783
787883
  id_weight_unit: string | null;
787784
787884
  id_volume_unit: string | null;
787785
787885
  id_commodity: string | null;
787786
787886
  id_forwarding_booking: string | null;
787787
- description: string | null;
787788
787887
  volume: Decimal$1 | null;
787789
787888
  id_forwarding_shipment: string | null;
787790
787889
  id_consol_container: string | null;
@@ -787832,11 +787931,11 @@ declare const cargoflowRouter: BuiltRouter<{
787832
787931
  updated_at: Date | null;
787833
787932
  updated_by: string | null;
787834
787933
  length: Decimal$1 | null;
787934
+ description: string | null;
787835
787935
  id_weight_unit: string | null;
787836
787936
  id_volume_unit: string | null;
787837
787937
  id_commodity: string | null;
787838
787938
  id_forwarding_booking: string | null;
787839
- description: string | null;
787840
787939
  volume: Decimal$1 | null;
787841
787940
  id_forwarding_shipment: string | null;
787842
787941
  id_consol_container: string | null;
@@ -787894,11 +787993,11 @@ declare const cargoflowRouter: BuiltRouter<{
787894
787993
  updated_at: Date | null;
787895
787994
  updated_by: string | null;
787896
787995
  length: Decimal$1 | null;
787996
+ description: string | null;
787897
787997
  id_weight_unit: string | null;
787898
787998
  id_volume_unit: string | null;
787899
787999
  id_commodity: string | null;
787900
788000
  id_forwarding_booking: string | null;
787901
- description: string | null;
787902
788001
  volume: Decimal$1 | null;
787903
788002
  id_forwarding_shipment: string | null;
787904
788003
  id_consol_container: string | null;
@@ -788028,6 +788127,7 @@ declare const cargoflowRouter: BuiltRouter<{
788028
788127
  created_by: string | null;
788029
788128
  updated_at: Date | null;
788030
788129
  updated_by: string | null;
788130
+ description: string | null;
788031
788131
  id_transport_mode: string | null;
788032
788132
  id_container_shipping_type: string | null;
788033
788133
  id_incoterm: string | null;
@@ -788037,7 +788137,6 @@ declare const cargoflowRouter: BuiltRouter<{
788037
788137
  id_weight_unit: string | null;
788038
788138
  id_volume_unit: string | null;
788039
788139
  id_chargeable_unit: string | null;
788040
- description: string | null;
788041
788140
  mark_number: string | null;
788042
788141
  volume: Decimal$1 | null;
788043
788142
  chargeable: Decimal$1 | null;
@@ -788774,6 +788873,7 @@ declare const cargoflowRouter: BuiltRouter<{
788774
788873
  created_by: string | null;
788775
788874
  updated_at: Date | null;
788776
788875
  updated_by: string | null;
788876
+ description: string | null;
788777
788877
  id_transport_mode: string | null;
788778
788878
  id_container_shipping_type: string | null;
788779
788879
  id_incoterm: string | null;
@@ -788783,7 +788883,6 @@ declare const cargoflowRouter: BuiltRouter<{
788783
788883
  id_weight_unit: string | null;
788784
788884
  id_volume_unit: string | null;
788785
788885
  id_chargeable_unit: string | null;
788786
- description: string | null;
788787
788886
  mark_number: string | null;
788788
788887
  volume: Decimal$1 | null;
788789
788888
  chargeable: Decimal$1 | null;
@@ -791034,6 +791133,7 @@ declare const cargoflowRouter: BuiltRouter<{
791034
791133
  created_by: string | null;
791035
791134
  updated_at: Date | null;
791036
791135
  updated_by: string | null;
791136
+ description: string | null;
791037
791137
  id_transport_mode: string | null;
791038
791138
  id_container_shipping_type: string | null;
791039
791139
  id_incoterm: string | null;
@@ -791043,7 +791143,6 @@ declare const cargoflowRouter: BuiltRouter<{
791043
791143
  id_weight_unit: string | null;
791044
791144
  id_volume_unit: string | null;
791045
791145
  id_chargeable_unit: string | null;
791046
- description: string | null;
791047
791146
  mark_number: string | null;
791048
791147
  volume: Decimal$1 | null;
791049
791148
  chargeable: Decimal$1 | null;
@@ -791206,6 +791305,7 @@ declare const cargoflowRouter: BuiltRouter<{
791206
791305
  created_by: string | null;
791207
791306
  updated_at: Date | null;
791208
791307
  updated_by: string | null;
791308
+ description: string | null;
791209
791309
  id_transport_mode: string | null;
791210
791310
  id_container_shipping_type: string | null;
791211
791311
  id_incoterm: string | null;
@@ -791215,7 +791315,6 @@ declare const cargoflowRouter: BuiltRouter<{
791215
791315
  id_weight_unit: string | null;
791216
791316
  id_volume_unit: string | null;
791217
791317
  id_chargeable_unit: string | null;
791218
- description: string | null;
791219
791318
  mark_number: string | null;
791220
791319
  volume: Decimal$1 | null;
791221
791320
  chargeable: Decimal$1 | null;
@@ -793312,11 +793411,11 @@ declare const cargoflowRouter: BuiltRouter<{
793312
793411
  updated_at: Date | null;
793313
793412
  updated_by: string | null;
793314
793413
  length: Decimal$1 | null;
793414
+ description: string | null;
793315
793415
  id_weight_unit: string | null;
793316
793416
  id_volume_unit: string | null;
793317
793417
  id_commodity: string | null;
793318
793418
  id_forwarding_booking: string | null;
793319
- description: string | null;
793320
793419
  volume: Decimal$1 | null;
793321
793420
  id_forwarding_shipment: string | null;
793322
793421
  id_consol_container: string | null;
@@ -793829,6 +793928,7 @@ declare const cargoflowRouter: BuiltRouter<{
793829
793928
  created_by: string | null;
793830
793929
  updated_at: Date | null;
793831
793930
  updated_by: string | null;
793931
+ description: string | null;
793832
793932
  id_transport_mode: string | null;
793833
793933
  id_container_shipping_type: string | null;
793834
793934
  id_incoterm: string | null;
@@ -793838,7 +793938,6 @@ declare const cargoflowRouter: BuiltRouter<{
793838
793938
  id_weight_unit: string | null;
793839
793939
  id_volume_unit: string | null;
793840
793940
  id_chargeable_unit: string | null;
793841
- description: string | null;
793842
793941
  mark_number: string | null;
793843
793942
  volume: Decimal$1 | null;
793844
793943
  chargeable: Decimal$1 | null;
@@ -800933,6 +801032,7 @@ declare const cargoflowRouter: BuiltRouter<{
800933
801032
  updated_at: Date | null;
800934
801033
  updated_by: string | null;
800935
801034
  length: Decimal$1 | null;
801035
+ description: string | null;
800936
801036
  id_transport_mode: string | null;
800937
801037
  id_container_shipping_type: string | null;
800938
801038
  id_incoterm: string | null;
@@ -800950,7 +801050,6 @@ declare const cargoflowRouter: BuiltRouter<{
800950
801050
  id_volume_unit: string | null;
800951
801051
  id_chargeable_unit: string | null;
800952
801052
  id_commodity: string | null;
800953
- description: string | null;
800954
801053
  extra_term: string | null;
800955
801054
  shipper_ref: string | null;
800956
801055
  mark_number: string | null;
@@ -801057,6 +801156,7 @@ declare const cargoflowRouter: BuiltRouter<{
801057
801156
  created_by: string | null;
801058
801157
  updated_at: Date | null;
801059
801158
  updated_by: string | null;
801159
+ description: string | null;
801060
801160
  id_transport_mode: string | null;
801061
801161
  id_container_shipping_type: string | null;
801062
801162
  id_incoterm: string | null;
@@ -801066,7 +801166,6 @@ declare const cargoflowRouter: BuiltRouter<{
801066
801166
  id_weight_unit: string | null;
801067
801167
  id_volume_unit: string | null;
801068
801168
  id_chargeable_unit: string | null;
801069
- description: string | null;
801070
801169
  mark_number: string | null;
801071
801170
  volume: Decimal$1 | null;
801072
801171
  chargeable: Decimal$1 | null;
@@ -801281,13 +801380,13 @@ declare const cargoflowRouter: BuiltRouter<{
801281
801380
  updated_at: Date | null;
801282
801381
  updated_by: string | null;
801283
801382
  length: Decimal$1 | null;
801383
+ description: string | null;
801284
801384
  id_origin_un_locode: string | null;
801285
801385
  id_destination_un_locode: string | null;
801286
801386
  id_weight_unit: string | null;
801287
801387
  id_volume_unit: string | null;
801288
801388
  id_commodity: string | null;
801289
801389
  id_forwarding_booking: string | null;
801290
- description: string | null;
801291
801390
  volume: Decimal$1 | null;
801292
801391
  id_forwarding_shipment: string | null;
801293
801392
  id_package_type: string | null;
@@ -801356,6 +801455,7 @@ declare const cargoflowRouter: BuiltRouter<{
801356
801455
  updated_at: Date | null;
801357
801456
  updated_by: string | null;
801358
801457
  length: Decimal$1 | null;
801458
+ description: string | null;
801359
801459
  id_transport_mode: string | null;
801360
801460
  id_container_shipping_type: string | null;
801361
801461
  id_incoterm: string | null;
@@ -801373,7 +801473,6 @@ declare const cargoflowRouter: BuiltRouter<{
801373
801473
  id_volume_unit: string | null;
801374
801474
  id_chargeable_unit: string | null;
801375
801475
  id_commodity: string | null;
801376
- description: string | null;
801377
801476
  extra_term: string | null;
801378
801477
  shipper_ref: string | null;
801379
801478
  mark_number: string | null;
@@ -801480,6 +801579,7 @@ declare const cargoflowRouter: BuiltRouter<{
801480
801579
  created_by: string | null;
801481
801580
  updated_at: Date | null;
801482
801581
  updated_by: string | null;
801582
+ description: string | null;
801483
801583
  id_transport_mode: string | null;
801484
801584
  id_container_shipping_type: string | null;
801485
801585
  id_incoterm: string | null;
@@ -801489,7 +801589,6 @@ declare const cargoflowRouter: BuiltRouter<{
801489
801589
  id_weight_unit: string | null;
801490
801590
  id_volume_unit: string | null;
801491
801591
  id_chargeable_unit: string | null;
801492
- description: string | null;
801493
801592
  mark_number: string | null;
801494
801593
  volume: Decimal$1 | null;
801495
801594
  chargeable: Decimal$1 | null;
@@ -801704,13 +801803,13 @@ declare const cargoflowRouter: BuiltRouter<{
801704
801803
  updated_at: Date | null;
801705
801804
  updated_by: string | null;
801706
801805
  length: Decimal$1 | null;
801806
+ description: string | null;
801707
801807
  id_origin_un_locode: string | null;
801708
801808
  id_destination_un_locode: string | null;
801709
801809
  id_weight_unit: string | null;
801710
801810
  id_volume_unit: string | null;
801711
801811
  id_commodity: string | null;
801712
801812
  id_forwarding_booking: string | null;
801713
- description: string | null;
801714
801813
  volume: Decimal$1 | null;
801715
801814
  id_forwarding_shipment: string | null;
801716
801815
  id_package_type: string | null;
@@ -801889,13 +801988,13 @@ declare const cargoflowRouter: BuiltRouter<{
801889
801988
  updated_at: Date | null;
801890
801989
  updated_by: string | null;
801891
801990
  length: Decimal$1 | null;
801991
+ description: string | null;
801892
801992
  id_origin_un_locode: string | null;
801893
801993
  id_destination_un_locode: string | null;
801894
801994
  id_weight_unit: string | null;
801895
801995
  id_volume_unit: string | null;
801896
801996
  id_commodity: string | null;
801897
801997
  id_forwarding_booking: string | null;
801898
- description: string | null;
801899
801998
  volume: Decimal$1 | null;
801900
801999
  id_forwarding_shipment: string | null;
801901
802000
  id_package_type: string | null;
@@ -801989,13 +802088,13 @@ declare const cargoflowRouter: BuiltRouter<{
801989
802088
  updated_at: Date | null;
801990
802089
  updated_by: string | null;
801991
802090
  length: Decimal$1 | null;
802091
+ description: string | null;
801992
802092
  id_origin_un_locode: string | null;
801993
802093
  id_destination_un_locode: string | null;
801994
802094
  id_weight_unit: string | null;
801995
802095
  id_volume_unit: string | null;
801996
802096
  id_commodity: string | null;
801997
802097
  id_forwarding_booking: string | null;
801998
- description: string | null;
801999
802098
  volume: Decimal$1 | null;
802000
802099
  id_forwarding_shipment: string | null;
802001
802100
  id_package_type: string | null;
@@ -802054,13 +802153,13 @@ declare const cargoflowRouter: BuiltRouter<{
802054
802153
  updated_at: Date | null;
802055
802154
  updated_by: string | null;
802056
802155
  length: Decimal$1 | null;
802156
+ description: string | null;
802057
802157
  id_origin_un_locode: string | null;
802058
802158
  id_destination_un_locode: string | null;
802059
802159
  id_weight_unit: string | null;
802060
802160
  id_volume_unit: string | null;
802061
802161
  id_commodity: string | null;
802062
802162
  id_forwarding_booking: string | null;
802063
- description: string | null;
802064
802163
  volume: Decimal$1 | null;
802065
802164
  id_forwarding_shipment: string | null;
802066
802165
  id_package_type: string | null;
@@ -802144,6 +802243,7 @@ declare const cargoflowRouter: BuiltRouter<{
802144
802243
  created_by: string | null;
802145
802244
  updated_at: Date | null;
802146
802245
  updated_by: string | null;
802246
+ description: string | null;
802147
802247
  id_transport_mode: string | null;
802148
802248
  id_container_shipping_type: string | null;
802149
802249
  id_incoterm: string | null;
@@ -802153,7 +802253,6 @@ declare const cargoflowRouter: BuiltRouter<{
802153
802253
  id_weight_unit: string | null;
802154
802254
  id_volume_unit: string | null;
802155
802255
  id_chargeable_unit: string | null;
802156
- description: string | null;
802157
802256
  mark_number: string | null;
802158
802257
  volume: Decimal$1 | null;
802159
802258
  chargeable: Decimal$1 | null;
@@ -802252,6 +802351,7 @@ declare const cargoflowRouter: BuiltRouter<{
802252
802351
  created_by: string | null;
802253
802352
  updated_at: Date | null;
802254
802353
  updated_by: string | null;
802354
+ description: string | null;
802255
802355
  id_transport_mode: string | null;
802256
802356
  id_container_shipping_type: string | null;
802257
802357
  id_incoterm: string | null;
@@ -802261,7 +802361,6 @@ declare const cargoflowRouter: BuiltRouter<{
802261
802361
  id_weight_unit: string | null;
802262
802362
  id_volume_unit: string | null;
802263
802363
  id_chargeable_unit: string | null;
802264
- description: string | null;
802265
802364
  mark_number: string | null;
802266
802365
  volume: Decimal$1 | null;
802267
802366
  chargeable: Decimal$1 | null;
@@ -802467,6 +802566,7 @@ declare const cargoflowRouter: BuiltRouter<{
802467
802566
  created_by: string | null;
802468
802567
  updated_at: Date | null;
802469
802568
  updated_by: string | null;
802569
+ description: string | null;
802470
802570
  id_transport_mode: string | null;
802471
802571
  id_container_shipping_type: string | null;
802472
802572
  id_incoterm: string | null;
@@ -802476,7 +802576,6 @@ declare const cargoflowRouter: BuiltRouter<{
802476
802576
  id_weight_unit: string | null;
802477
802577
  id_volume_unit: string | null;
802478
802578
  id_chargeable_unit: string | null;
802479
- description: string | null;
802480
802579
  mark_number: string | null;
802481
802580
  volume: Decimal$1 | null;
802482
802581
  chargeable: Decimal$1 | null;
@@ -802586,6 +802685,7 @@ declare const cargoflowRouter: BuiltRouter<{
802586
802685
  created_by: string | null;
802587
802686
  updated_at: Date | null;
802588
802687
  updated_by: string | null;
802688
+ description: string | null;
802589
802689
  id_transport_mode: string | null;
802590
802690
  id_container_shipping_type: string | null;
802591
802691
  id_incoterm: string | null;
@@ -802595,7 +802695,6 @@ declare const cargoflowRouter: BuiltRouter<{
802595
802695
  id_weight_unit: string | null;
802596
802696
  id_volume_unit: string | null;
802597
802697
  id_chargeable_unit: string | null;
802598
- description: string | null;
802599
802698
  mark_number: string | null;
802600
802699
  volume: Decimal$1 | null;
802601
802700
  chargeable: Decimal$1 | null;
@@ -802730,6 +802829,7 @@ declare const cargoflowRouter: BuiltRouter<{
802730
802829
  created_by: string | null;
802731
802830
  updated_at: Date | null;
802732
802831
  updated_by: string | null;
802832
+ description: string | null;
802733
802833
  id_transport_mode: string | null;
802734
802834
  id_container_shipping_type: string | null;
802735
802835
  id_incoterm: string | null;
@@ -802739,7 +802839,6 @@ declare const cargoflowRouter: BuiltRouter<{
802739
802839
  id_weight_unit: string | null;
802740
802840
  id_volume_unit: string | null;
802741
802841
  id_chargeable_unit: string | null;
802742
- description: string | null;
802743
802842
  mark_number: string | null;
802744
802843
  volume: Decimal$1 | null;
802745
802844
  chargeable: Decimal$1 | null;
@@ -802820,6 +802919,7 @@ declare const cargoflowRouter: BuiltRouter<{
802820
802919
  created_by: string | null;
802821
802920
  updated_at: Date | null;
802822
802921
  updated_by: string | null;
802922
+ description: string | null;
802823
802923
  id_transport_mode: string | null;
802824
802924
  id_container_shipping_type: string | null;
802825
802925
  id_incoterm: string | null;
@@ -802829,7 +802929,6 @@ declare const cargoflowRouter: BuiltRouter<{
802829
802929
  id_weight_unit: string | null;
802830
802930
  id_volume_unit: string | null;
802831
802931
  id_chargeable_unit: string | null;
802832
- description: string | null;
802833
802932
  mark_number: string | null;
802834
802933
  volume: Decimal$1 | null;
802835
802934
  chargeable: Decimal$1 | null;
@@ -803332,6 +803431,7 @@ declare const cargoflowRouter: BuiltRouter<{
803332
803431
  created_by: string | null;
803333
803432
  updated_at: Date | null;
803334
803433
  updated_by: string | null;
803434
+ description: string | null;
803335
803435
  id_transport_mode: string | null;
803336
803436
  id_container_shipping_type: string | null;
803337
803437
  id_incoterm: string | null;
@@ -803341,7 +803441,6 @@ declare const cargoflowRouter: BuiltRouter<{
803341
803441
  id_weight_unit: string | null;
803342
803442
  id_volume_unit: string | null;
803343
803443
  id_chargeable_unit: string | null;
803344
- description: string | null;
803345
803444
  mark_number: string | null;
803346
803445
  volume: Decimal$1 | null;
803347
803446
  chargeable: Decimal$1 | null;
@@ -803424,6 +803523,7 @@ declare const cargoflowRouter: BuiltRouter<{
803424
803523
  created_by: string | null;
803425
803524
  updated_at: Date | null;
803426
803525
  updated_by: string | null;
803526
+ description: string | null;
803427
803527
  id_transport_mode: string | null;
803428
803528
  id_container_shipping_type: string | null;
803429
803529
  id_incoterm: string | null;
@@ -803433,7 +803533,6 @@ declare const cargoflowRouter: BuiltRouter<{
803433
803533
  id_weight_unit: string | null;
803434
803534
  id_volume_unit: string | null;
803435
803535
  id_chargeable_unit: string | null;
803436
- description: string | null;
803437
803536
  mark_number: string | null;
803438
803537
  volume: Decimal$1 | null;
803439
803538
  chargeable: Decimal$1 | null;
@@ -822227,13 +822326,13 @@ declare const settingsRouter: BuiltRouter<{
822227
822326
  } | null;
822228
822327
  id: string;
822229
822328
  params: SimpleJson;
822230
- id_transport_mode: string | null;
822231
822329
  id_log_type: string | null;
822232
822330
  url: string | null;
822233
822331
  action: string | null;
822234
822332
  action_by: string | null;
822235
822333
  action_id: string | null;
822236
822334
  action_at: Date | null;
822335
+ id_transport_mode: string | null;
822237
822336
  }[] | undefined;
822238
822337
  total: number | undefined;
822239
822338
  };
@@ -822261,13 +822360,13 @@ declare const settingsRouter: BuiltRouter<{
822261
822360
  } | null;
822262
822361
  id: string;
822263
822362
  params: SimpleJson;
822264
- id_transport_mode: string | null;
822265
822363
  id_log_type: string | null;
822266
822364
  url: string | null;
822267
822365
  action: string | null;
822268
822366
  action_by: string | null;
822269
822367
  action_id: string | null;
822270
822368
  action_at: Date | null;
822369
+ id_transport_mode: string | null;
822271
822370
  } | undefined;
822272
822371
  };
822273
822372
  meta: object;
@@ -822294,13 +822393,13 @@ declare const settingsRouter: BuiltRouter<{
822294
822393
  log: {
822295
822394
  id: string;
822296
822395
  params: SimpleJson;
822297
- id_transport_mode: string | null;
822298
822396
  id_log_type: string | null;
822299
822397
  url: string | null;
822300
822398
  action: string | null;
822301
822399
  action_by: string | null;
822302
822400
  action_id: string | null;
822303
822401
  action_at: Date | null;
822402
+ id_transport_mode: string | null;
822304
822403
  } | undefined;
822305
822404
  } | undefined;
822306
822405
  meta: object;
@@ -822330,13 +822429,13 @@ declare const settingsRouter: BuiltRouter<{
822330
822429
  log: {
822331
822430
  id: string;
822332
822431
  params: SimpleJson;
822333
- id_transport_mode: string | null;
822334
822432
  id_log_type: string | null;
822335
822433
  url: string | null;
822336
822434
  action: string | null;
822337
822435
  action_by: string | null;
822338
822436
  action_id: string | null;
822339
822437
  action_at: Date | null;
822438
+ id_transport_mode: string | null;
822340
822439
  } | undefined;
822341
822440
  } | undefined;
822342
822441
  meta: object;
@@ -825863,13 +825962,13 @@ declare const settingsRouter: BuiltRouter<{
825863
825962
  } | null;
825864
825963
  id: string;
825865
825964
  params: SimpleJson;
825866
- id_service_level: string | null;
825867
825965
  id_log_type: string | null;
825868
825966
  url: string | null;
825869
825967
  action: string | null;
825870
825968
  action_by: string | null;
825871
825969
  action_id: string | null;
825872
825970
  action_at: Date | null;
825971
+ id_service_level: string | null;
825873
825972
  }[] | undefined;
825874
825973
  total: number | undefined;
825875
825974
  };
@@ -825897,13 +825996,13 @@ declare const settingsRouter: BuiltRouter<{
825897
825996
  } | null;
825898
825997
  id: string;
825899
825998
  params: SimpleJson;
825900
- id_service_level: string | null;
825901
825999
  id_log_type: string | null;
825902
826000
  url: string | null;
825903
826001
  action: string | null;
825904
826002
  action_by: string | null;
825905
826003
  action_id: string | null;
825906
826004
  action_at: Date | null;
826005
+ id_service_level: string | null;
825907
826006
  } | undefined;
825908
826007
  };
825909
826008
  meta: object;
@@ -825934,13 +826033,13 @@ declare const settingsRouter: BuiltRouter<{
825934
826033
  log: {
825935
826034
  id: string;
825936
826035
  params: SimpleJson;
825937
- id_service_level: string | null;
825938
826036
  id_log_type: string | null;
825939
826037
  url: string | null;
825940
826038
  action: string | null;
825941
826039
  action_by: string | null;
825942
826040
  action_id: string | null;
825943
826041
  action_at: Date | null;
826042
+ id_service_level: string | null;
825944
826043
  } | undefined;
825945
826044
  } | undefined;
825946
826045
  meta: object;
@@ -825974,13 +826073,13 @@ declare const settingsRouter: BuiltRouter<{
825974
826073
  log: {
825975
826074
  id: string;
825976
826075
  params: SimpleJson;
825977
- id_service_level: string | null;
825978
826076
  id_log_type: string | null;
825979
826077
  url: string | null;
825980
826078
  action: string | null;
825981
826079
  action_by: string | null;
825982
826080
  action_id: string | null;
825983
826081
  action_at: Date | null;
826082
+ id_service_level: string | null;
825984
826083
  } | undefined;
825985
826084
  } | undefined;
825986
826085
  meta: object;
@@ -826444,13 +826543,13 @@ declare const settingsRouter: BuiltRouter<{
826444
826543
  } | null;
826445
826544
  id: string;
826446
826545
  params: SimpleJson;
826447
- id_incoterm: string | null;
826448
826546
  id_log_type: string | null;
826449
826547
  url: string | null;
826450
826548
  action: string | null;
826451
826549
  action_by: string | null;
826452
826550
  action_id: string | null;
826453
826551
  action_at: Date | null;
826552
+ id_incoterm: string | null;
826454
826553
  }[] | undefined;
826455
826554
  total: number | undefined;
826456
826555
  };
@@ -826478,13 +826577,13 @@ declare const settingsRouter: BuiltRouter<{
826478
826577
  } | null;
826479
826578
  id: string;
826480
826579
  params: SimpleJson;
826481
- id_incoterm: string | null;
826482
826580
  id_log_type: string | null;
826483
826581
  url: string | null;
826484
826582
  action: string | null;
826485
826583
  action_by: string | null;
826486
826584
  action_id: string | null;
826487
826585
  action_at: Date | null;
826586
+ id_incoterm: string | null;
826488
826587
  } | undefined;
826489
826588
  };
826490
826589
  meta: object;
@@ -826515,13 +826614,13 @@ declare const settingsRouter: BuiltRouter<{
826515
826614
  log: {
826516
826615
  id: string;
826517
826616
  params: SimpleJson;
826518
- id_incoterm: string | null;
826519
826617
  id_log_type: string | null;
826520
826618
  url: string | null;
826521
826619
  action: string | null;
826522
826620
  action_by: string | null;
826523
826621
  action_id: string | null;
826524
826622
  action_at: Date | null;
826623
+ id_incoterm: string | null;
826525
826624
  } | undefined;
826526
826625
  } | undefined;
826527
826626
  meta: object;
@@ -826555,13 +826654,13 @@ declare const settingsRouter: BuiltRouter<{
826555
826654
  log: {
826556
826655
  id: string;
826557
826656
  params: SimpleJson;
826558
- id_incoterm: string | null;
826559
826657
  id_log_type: string | null;
826560
826658
  url: string | null;
826561
826659
  action: string | null;
826562
826660
  action_by: string | null;
826563
826661
  action_id: string | null;
826564
826662
  action_at: Date | null;
826663
+ id_incoterm: string | null;
826565
826664
  } | undefined;
826566
826665
  } | undefined;
826567
826666
  meta: object;
@@ -827156,13 +827255,13 @@ declare const settingsRouter: BuiltRouter<{
827156
827255
  } | null;
827157
827256
  id: string;
827158
827257
  params: SimpleJson;
827159
- id_commodity: string | null;
827160
827258
  id_log_type: string | null;
827161
827259
  url: string | null;
827162
827260
  action: string | null;
827163
827261
  action_by: string | null;
827164
827262
  action_id: string | null;
827165
827263
  action_at: Date | null;
827264
+ id_commodity: string | null;
827166
827265
  }[] | undefined;
827167
827266
  total: number | undefined;
827168
827267
  };
@@ -827190,13 +827289,13 @@ declare const settingsRouter: BuiltRouter<{
827190
827289
  } | null;
827191
827290
  id: string;
827192
827291
  params: SimpleJson;
827193
- id_commodity: string | null;
827194
827292
  id_log_type: string | null;
827195
827293
  url: string | null;
827196
827294
  action: string | null;
827197
827295
  action_by: string | null;
827198
827296
  action_id: string | null;
827199
827297
  action_at: Date | null;
827298
+ id_commodity: string | null;
827200
827299
  } | undefined;
827201
827300
  };
827202
827301
  meta: object;
@@ -827245,13 +827344,13 @@ declare const settingsRouter: BuiltRouter<{
827245
827344
  log: {
827246
827345
  id: string;
827247
827346
  params: SimpleJson;
827248
- id_commodity: string | null;
827249
827347
  id_log_type: string | null;
827250
827348
  url: string | null;
827251
827349
  action: string | null;
827252
827350
  action_by: string | null;
827253
827351
  action_id: string | null;
827254
827352
  action_at: Date | null;
827353
+ id_commodity: string | null;
827255
827354
  } | undefined;
827256
827355
  } | undefined;
827257
827356
  meta: object;
@@ -827303,13 +827402,13 @@ declare const settingsRouter: BuiltRouter<{
827303
827402
  log: {
827304
827403
  id: string;
827305
827404
  params: SimpleJson;
827306
- id_commodity: string | null;
827307
827405
  id_log_type: string | null;
827308
827406
  url: string | null;
827309
827407
  action: string | null;
827310
827408
  action_by: string | null;
827311
827409
  action_id: string | null;
827312
827410
  action_at: Date | null;
827411
+ id_commodity: string | null;
827313
827412
  } | undefined;
827314
827413
  } | undefined;
827315
827414
  meta: object;
@@ -840567,13 +840666,13 @@ declare const systemRouter: BuiltRouter<{
840567
840666
  } | null;
840568
840667
  id: string;
840569
840668
  params: SimpleJson;
840570
- id_container_shipping_type: string | null;
840571
840669
  id_log_type: string | null;
840572
840670
  url: string | null;
840573
840671
  action: string | null;
840574
840672
  action_by: string | null;
840575
840673
  action_id: string | null;
840576
840674
  action_at: Date | null;
840675
+ id_container_shipping_type: string | null;
840577
840676
  }[] | undefined;
840578
840677
  total: number | undefined;
840579
840678
  };
@@ -840601,13 +840700,13 @@ declare const systemRouter: BuiltRouter<{
840601
840700
  } | null;
840602
840701
  id: string;
840603
840702
  params: SimpleJson;
840604
- id_container_shipping_type: string | null;
840605
840703
  id_log_type: string | null;
840606
840704
  url: string | null;
840607
840705
  action: string | null;
840608
840706
  action_by: string | null;
840609
840707
  action_id: string | null;
840610
840708
  action_at: Date | null;
840709
+ id_container_shipping_type: string | null;
840611
840710
  } | undefined;
840612
840711
  };
840613
840712
  meta: object;
@@ -840634,13 +840733,13 @@ declare const systemRouter: BuiltRouter<{
840634
840733
  log: {
840635
840734
  id: string;
840636
840735
  params: SimpleJson;
840637
- id_container_shipping_type: string | null;
840638
840736
  id_log_type: string | null;
840639
840737
  url: string | null;
840640
840738
  action: string | null;
840641
840739
  action_by: string | null;
840642
840740
  action_id: string | null;
840643
840741
  action_at: Date | null;
840742
+ id_container_shipping_type: string | null;
840644
840743
  } | undefined;
840645
840744
  } | undefined;
840646
840745
  meta: object;
@@ -840670,13 +840769,13 @@ declare const systemRouter: BuiltRouter<{
840670
840769
  log: {
840671
840770
  id: string;
840672
840771
  params: SimpleJson;
840673
- id_container_shipping_type: string | null;
840674
840772
  id_log_type: string | null;
840675
840773
  url: string | null;
840676
840774
  action: string | null;
840677
840775
  action_by: string | null;
840678
840776
  action_id: string | null;
840679
840777
  action_at: Date | null;
840778
+ id_container_shipping_type: string | null;
840680
840779
  } | undefined;
840681
840780
  } | undefined;
840682
840781
  meta: object;
@@ -840714,13 +840813,13 @@ declare const systemRouter: BuiltRouter<{
840714
840813
  log: {
840715
840814
  id: string;
840716
840815
  params: SimpleJson;
840717
- id_container_shipping_type: string | null;
840718
840816
  id_log_type: string | null;
840719
840817
  url: string | null;
840720
840818
  action: string | null;
840721
840819
  action_by: string | null;
840722
840820
  action_id: string | null;
840723
840821
  action_at: Date | null;
840822
+ id_container_shipping_type: string | null;
840724
840823
  } | undefined;
840725
840824
  } | undefined)[];
840726
840825
  updatedData: ({
@@ -840738,13 +840837,13 @@ declare const systemRouter: BuiltRouter<{
840738
840837
  log: {
840739
840838
  id: string;
840740
840839
  params: SimpleJson;
840741
- id_container_shipping_type: string | null;
840742
840840
  id_log_type: string | null;
840743
840841
  url: string | null;
840744
840842
  action: string | null;
840745
840843
  action_by: string | null;
840746
840844
  action_id: string | null;
840747
840845
  action_at: Date | null;
840846
+ id_container_shipping_type: string | null;
840748
840847
  } | undefined;
840749
840848
  } | undefined)[];
840750
840849
  } | undefined;